mirror of https://github.com/sualko/cloud_bbb
Compare commits
3 Commits
0867d40414
...
6486abd927
Author | SHA1 | Date |
---|---|---|
|
6486abd927 | |
|
80c3b57e06 | |
|
baf28d07b3 |
|
@ -17,6 +17,6 @@ return [
|
|||
['name' => 'join#index', 'url' => '/b/{token}/{moderatorToken}', 'verb' => 'GET', 'defaults' => ['moderatorToken' => '']],
|
||||
['name' => 'restriction#user', 'url' => '/restrictions/user', 'verb' => 'GET'],
|
||||
['name' => 'hook#meetingEnded', 'url' => '/hook/ended/{token}/{mac}', 'verb' => 'GET'],
|
||||
['name' => 'hook#recordingReady', 'url' => '/hook/recording/{token}/{mac}', 'verb' => 'GET'],
|
||||
['name' => 'hook#recordingReady', 'url' => '/hook/recording/{token}/{mac}', 'verb' => 'POST'],
|
||||
]
|
||||
];
|
||||
|
|
|
@ -9,10 +9,12 @@ OC.L10N.register(
|
|||
"Password" : "Parolă",
|
||||
"Hello %s" : "Salut %s",
|
||||
"Group" : "Grup",
|
||||
"No matches" : "Nicio potrivire",
|
||||
"Name" : "Nume",
|
||||
"Access" : "Acces",
|
||||
"Edit" : "Editare",
|
||||
"Welcome" : "Bun venit",
|
||||
"Miscellaneous" : "Diverse",
|
||||
"Create" : "Creează",
|
||||
"Copy to clipboard" : "Copiază în clipboard",
|
||||
"Delete" : "Șterge",
|
||||
|
|
|
@ -7,10 +7,12 @@
|
|||
"Password" : "Parolă",
|
||||
"Hello %s" : "Salut %s",
|
||||
"Group" : "Grup",
|
||||
"No matches" : "Nicio potrivire",
|
||||
"Name" : "Nume",
|
||||
"Access" : "Acces",
|
||||
"Edit" : "Editare",
|
||||
"Welcome" : "Bun venit",
|
||||
"Miscellaneous" : "Diverse",
|
||||
"Create" : "Creează",
|
||||
"Copy to clipboard" : "Copiază în clipboard",
|
||||
"Delete" : "Șterge",
|
||||
|
|
Loading…
Reference in New Issue