Compare commits

...

5 Commits

Author SHA1 Message Date
Orelvys García Guzmám eb8caaf1dd
Merge baf28d07b3 into 96de31f1f6 2024-01-10 13:17:23 -05:00
Nextcloud bot 96de31f1f6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-04 02:27:44 +00:00
Nextcloud bot 038221f415
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-24 02:32:45 +00:00
Nextcloud bot 82185869dd
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-23 02:28:22 +00:00
Orelvys García Guzmán baf28d07b3 Changed recordingReady endpoint HTTP method to POST, because bbb documentation set when recording for a meeting is ready, it will make a HTTP POST request to the given url. Check bbb documentation. https://docs.bigbluebutton.org/development/api/#recording-ready-callback-url. 2023-11-09 09:42:51 -05:00
7 changed files with 59 additions and 1 deletions

View File

@ -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'],
]
];

View File

@ -1,6 +1,7 @@
OC.L10N.register(
"bbb",
{
"Public" : "İctimai",
"Save" : "Saxla",
"Password" : "Şifrə",
"Hello %s" : "Salam %s",

View File

@ -1,4 +1,5 @@
{ "translations": {
"Public" : "İctimai",
"Save" : "Saxla",
"Password" : "Şifrə",
"Hello %s" : "Salam %s",

28
l10n/ka.js Normal file
View File

@ -0,0 +1,28 @@
OC.L10N.register(
"bbb",
{
"Public" : "Public",
"Back to %s" : "Back to %s",
"Save" : "Save",
"Community" : "Community",
"Display name" : "Display name",
"Password" : "პაროლი",
"Join" : "Join",
"Hello %s" : "Hello %s",
"Group" : "Group",
"No matches" : "No matches",
"Name" : "Name",
"Edit" : "Edit",
"Welcome" : "Welcome",
"Miscellaneous" : "Miscellaneous",
"Recording" : "Recording",
"Create" : "Create",
"Copy to clipboard" : "Copy to clipboard",
"Delete" : "Delete",
"Error" : "Error",
"moderator" : "moderator",
"Share" : "Share",
"Loading" : "Loading",
"Settings saved" : "Settings saved"
},
"nplurals=2; plural=(n!=1);");

26
l10n/ka.json Normal file
View File

@ -0,0 +1,26 @@
{ "translations": {
"Public" : "Public",
"Back to %s" : "Back to %s",
"Save" : "Save",
"Community" : "Community",
"Display name" : "Display name",
"Password" : "პაროლი",
"Join" : "Join",
"Hello %s" : "Hello %s",
"Group" : "Group",
"No matches" : "No matches",
"Name" : "Name",
"Edit" : "Edit",
"Welcome" : "Welcome",
"Miscellaneous" : "Miscellaneous",
"Recording" : "Recording",
"Create" : "Create",
"Copy to clipboard" : "Copy to clipboard",
"Delete" : "Delete",
"Error" : "Error",
"moderator" : "moderator",
"Share" : "Share",
"Loading" : "Loading",
"Settings saved" : "Settings saved"
},"pluralForm" :"nplurals=2; plural=(n!=1);"
}

View File

@ -22,6 +22,7 @@ OC.L10N.register(
"Recordings" : "Enregistraments",
"Edit" : "Modificar",
"Welcome" : "Benvengut",
"Recording" : "Enregistrament",
"Room name" : "Nom de la sala",
"Create" : "Crear",
"Copy to clipboard" : "Copiar dins lo quichapapièrs",

View File

@ -20,6 +20,7 @@
"Recordings" : "Enregistraments",
"Edit" : "Modificar",
"Welcome" : "Benvengut",
"Recording" : "Enregistrament",
"Room name" : "Nom de la sala",
"Create" : "Crear",
"Copy to clipboard" : "Copiar dins lo quichapapièrs",