diff --git a/l10n/af.js b/l10n/af.js new file mode 100644 index 0000000..e77fec5 --- /dev/null +++ b/l10n/af.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Stoor", + "Name" : "Naam", + "Create" : "Skep", + "Delete" : "Skrap", + "Error" : "Fout", + "Server error" : "Bedienerfout", + "Settings saved" : "Instellings gestoor" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/af.json b/l10n/af.json new file mode 100644 index 0000000..349c4a3 --- /dev/null +++ b/l10n/af.json @@ -0,0 +1,10 @@ +{ "translations": { + "Save" : "Stoor", + "Name" : "Naam", + "Create" : "Skep", + "Delete" : "Skrap", + "Error" : "Fout", + "Server error" : "Bedienerfout", + "Settings saved" : "Instellings gestoor" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/ar.js b/l10n/ar.js new file mode 100644 index 0000000..fcbd99c --- /dev/null +++ b/l10n/ar.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "حفظ", + "Name" : "الاسم", + "Welcome" : "مرحباً", + "Create" : "إنشاء", + "Delete" : "حذف ", + "Error" : "خطأ", + "Server error" : "خطا في الخادم", + "Settings saved" : "تم حفظ الإعدادات" +}, +"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/l10n/ar.json b/l10n/ar.json new file mode 100644 index 0000000..07276fb --- /dev/null +++ b/l10n/ar.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "حفظ", + "Name" : "الاسم", + "Welcome" : "مرحباً", + "Create" : "إنشاء", + "Delete" : "حذف ", + "Error" : "خطأ", + "Server error" : "خطا في الخادم", + "Settings saved" : "تم حفظ الإعدادات" +},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" +} \ No newline at end of file diff --git a/l10n/ast.js b/l10n/ast.js new file mode 100644 index 0000000..ff84a66 --- /dev/null +++ b/l10n/ast.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nome", + "Welcome" : "Afáyate", + "Create" : "Crear", + "Delete" : "Desaniciar", + "Error" : "Fallu", + "Server error" : "Fallu de sirvidor", + "Settings saved" : "Axustes guardaos" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json new file mode 100644 index 0000000..3918a27 --- /dev/null +++ b/l10n/ast.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nome", + "Welcome" : "Afáyate", + "Create" : "Crear", + "Delete" : "Desaniciar", + "Error" : "Fallu", + "Server error" : "Fallu de sirvidor", + "Settings saved" : "Axustes guardaos" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/az.js b/l10n/az.js new file mode 100644 index 0000000..9543dd9 --- /dev/null +++ b/l10n/az.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Saxla", + "Name" : "Ad", + "Create" : "Yarat", + "Delete" : "Sil", + "Error" : "Səhv" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/az.json b/l10n/az.json new file mode 100644 index 0000000..93ab2c3 --- /dev/null +++ b/l10n/az.json @@ -0,0 +1,8 @@ +{ "translations": { + "Save" : "Saxla", + "Name" : "Ad", + "Create" : "Yarat", + "Delete" : "Sil", + "Error" : "Səhv" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/be.js b/l10n/be.js new file mode 100644 index 0000000..22ac0c9 --- /dev/null +++ b/l10n/be.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Save", + "Delete" : "Delete", + "Error" : "Памылка" +}, +"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/l10n/be.json b/l10n/be.json new file mode 100644 index 0000000..4fa33ee --- /dev/null +++ b/l10n/be.json @@ -0,0 +1,6 @@ +{ "translations": { + "Save" : "Save", + "Delete" : "Delete", + "Error" : "Памылка" +},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" +} \ No newline at end of file diff --git a/l10n/bg.js b/l10n/bg.js new file mode 100644 index 0000000..6e1b83f --- /dev/null +++ b/l10n/bg.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Запазване", + "Name" : "Име", + "Room name" : "Име на стаята", + "Create" : "Създай", + "Delete" : "Изтриване", + "Error" : "Грешка", + "Server error" : "Сървърна грешка", + "Settings saved" : "Настройките са запазени" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/bg.json b/l10n/bg.json new file mode 100644 index 0000000..6d2ebc7 --- /dev/null +++ b/l10n/bg.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Запазване", + "Name" : "Име", + "Room name" : "Име на стаята", + "Create" : "Създай", + "Delete" : "Изтриване", + "Error" : "Грешка", + "Server error" : "Сървърна грешка", + "Settings saved" : "Настройките са запазени" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/bn_BD.js b/l10n/bn_BD.js new file mode 100644 index 0000000..e746eb0 --- /dev/null +++ b/l10n/bn_BD.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "bbb", + { + "Save" : "সংরক্ষণ", + "Name" : "নাম", + "Create" : "তৈরী কর", + "Delete" : "মুছে", + "Error" : "সমস্যা" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/bn_BD.json b/l10n/bn_BD.json new file mode 100644 index 0000000..3ed25c5 --- /dev/null +++ b/l10n/bn_BD.json @@ -0,0 +1,8 @@ +{ "translations": { + "Save" : "সংরক্ষণ", + "Name" : "নাম", + "Create" : "তৈরী কর", + "Delete" : "মুছে", + "Error" : "সমস্যা" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/br.js b/l10n/br.js new file mode 100644 index 0000000..7db1774 --- /dev/null +++ b/l10n/br.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "bbb", + { + "Name" : "Anv", + "Delete" : "Dilemel" +}, +"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"); diff --git a/l10n/br.json b/l10n/br.json new file mode 100644 index 0000000..5302a84 --- /dev/null +++ b/l10n/br.json @@ -0,0 +1,5 @@ +{ "translations": { + "Name" : "Anv", + "Delete" : "Dilemel" +},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);" +} \ No newline at end of file diff --git a/l10n/bs.js b/l10n/bs.js new file mode 100644 index 0000000..e9e9a04 --- /dev/null +++ b/l10n/bs.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Spremi", + "Name" : "Ime", + "Create" : "Ustvari", + "Delete" : "Obriši", + "Error" : "Greška" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/l10n/bs.json b/l10n/bs.json new file mode 100644 index 0000000..e193f04 --- /dev/null +++ b/l10n/bs.json @@ -0,0 +1,8 @@ +{ "translations": { + "Save" : "Spremi", + "Name" : "Ime", + "Create" : "Ustvari", + "Delete" : "Obriši", + "Error" : "Greška" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/l10n/ca.js b/l10n/ca.js new file mode 100644 index 0000000..5008cd7 --- /dev/null +++ b/l10n/ca.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Desa", + "Name" : "Nom", + "Welcome" : "Benvingut", + "Create" : "Crea", + "Delete" : "Eliminar", + "Error" : "Error", + "Server error" : "Error del servidor", + "Settings saved" : "S'han desat els paràmetres" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ca.json b/l10n/ca.json new file mode 100644 index 0000000..66bc935 --- /dev/null +++ b/l10n/ca.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Desa", + "Name" : "Nom", + "Welcome" : "Benvingut", + "Create" : "Crea", + "Delete" : "Eliminar", + "Error" : "Error", + "Server error" : "Error del servidor", + "Settings saved" : "S'han desat els paràmetres" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/cs.js b/l10n/cs.js new file mode 100644 index 0000000..d371dd4 --- /dev/null +++ b/l10n/cs.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "bbb", + { + "API url or secret not configured. Please contact your administrator." : "URL adresa nebo tajemství k API není nastavené. Obraťte se na svého správce.", + "BigBlueButton Integration" : "Napojení na BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Napojení na BigBlueButton pro Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Tato aplikace umožňuje vytvářet schůzky v externí instalaci [BigBlueButton](https://bigbluebutton.org).\n\n* **Vytvoření místnosti** Vytvářejte vícero nastavení pro místnosti s názvem, uvítací zprávou, …\n* **Sdílení odkazem pro hosta** Sdílejte odkaz na místnost se všemi vašimi hosty\n* **Uživatelsky určená prezentace** Zahajte místnost s vybranou prezentací z prohlížeče souborů\n* **Správa nahrávek** Zobrazujte, sdílejte a mažte nahrávky z vašich místnosti\n\nHledáme vývojáře! Pokud máte čas, bylo by skvělé pokud byste pomohli s vylepšováním této aplikace.\n\n*Tato aplikace napojuje na BigBlueButton a není doporučována ani ceritfikována BigBlueButton Inc. BigBlueButton a logo BigBlueButton jsou registrované obchodní značky společnosti BigBlueButton Inc.*", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "URL adresu API rozhraní a tajemství k němu získáte spuštěním příkazu „sudo bbb-conf --secret“ na serveru s BigBlueButton, který využíváte.", + "API url" : "URL adresa API rozhraní", + "API secret" : "Tajemství k API", + "Save" : "Uložit", + "Please enter your name!" : "Zadejte své jméno!", + "The name must be at least 3 characters long." : "Je třeba, aby jméno bylo alespoň 3 znaky dlouhé.", + "displayname" : "zobrazované jméno", + "Name" : "Název", + "Welcome" : "Vítejte", + "Max" : "Nejvýše", + "Record" : "Záznam", + "Recordings" : "Nahrávky", + "Room name" : "Název místnosti", + "Create" : "Vytvořit", + "_%n participant_::_%n participants_" : ["%n účastník","%n účastníci","%n účastníků","%n účastníci"], + "Delete" : "Smazat", + "Delete \"{name}\"?" : "Smazat „{name}“?", + "Select target folder" : "Vyberte cílovou složku", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "URL adresa místnosti byla uložena v „{path}“ jako „{filename}“.", + "Link stored" : "Odkaz uložen", + "URL to room could not be stored." : "URL adresu místnosti se nepodařilo uložit.", + "Error" : "Chyba", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "URL adresa prezentace byla uložena v „{path}“ jako „{filename}“.", + "URL to presentation could not be stored." : "URL adresu prezentace se nepodařilo uložit.", + "Delete?" : "Smazat?", + "Could not delete record" : "Záznam se nedaří smazat", + "Server error" : "Chyba serveru", + "Settings saved" : "Nastavení uložena", + "Unexpected error occurred" : "Došlo k neočekávané chybě", + "API url is invalid" : "URL adresa API rozhraní není platná", + "API secret is invalid" : "Tajemství k API není platné" +}, +"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/l10n/cs.json b/l10n/cs.json new file mode 100644 index 0000000..2df4604 --- /dev/null +++ b/l10n/cs.json @@ -0,0 +1,38 @@ +{ "translations": { + "API url or secret not configured. Please contact your administrator." : "URL adresa nebo tajemství k API není nastavené. Obraťte se na svého správce.", + "BigBlueButton Integration" : "Napojení na BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Napojení na BigBlueButton pro Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Tato aplikace umožňuje vytvářet schůzky v externí instalaci [BigBlueButton](https://bigbluebutton.org).\n\n* **Vytvoření místnosti** Vytvářejte vícero nastavení pro místnosti s názvem, uvítací zprávou, …\n* **Sdílení odkazem pro hosta** Sdílejte odkaz na místnost se všemi vašimi hosty\n* **Uživatelsky určená prezentace** Zahajte místnost s vybranou prezentací z prohlížeče souborů\n* **Správa nahrávek** Zobrazujte, sdílejte a mažte nahrávky z vašich místnosti\n\nHledáme vývojáře! Pokud máte čas, bylo by skvělé pokud byste pomohli s vylepšováním této aplikace.\n\n*Tato aplikace napojuje na BigBlueButton a není doporučována ani ceritfikována BigBlueButton Inc. BigBlueButton a logo BigBlueButton jsou registrované obchodní značky společnosti BigBlueButton Inc.*", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "URL adresu API rozhraní a tajemství k němu získáte spuštěním příkazu „sudo bbb-conf --secret“ na serveru s BigBlueButton, který využíváte.", + "API url" : "URL adresa API rozhraní", + "API secret" : "Tajemství k API", + "Save" : "Uložit", + "Please enter your name!" : "Zadejte své jméno!", + "The name must be at least 3 characters long." : "Je třeba, aby jméno bylo alespoň 3 znaky dlouhé.", + "displayname" : "zobrazované jméno", + "Name" : "Název", + "Welcome" : "Vítejte", + "Max" : "Nejvýše", + "Record" : "Záznam", + "Recordings" : "Nahrávky", + "Room name" : "Název místnosti", + "Create" : "Vytvořit", + "_%n participant_::_%n participants_" : ["%n účastník","%n účastníci","%n účastníků","%n účastníci"], + "Delete" : "Smazat", + "Delete \"{name}\"?" : "Smazat „{name}“?", + "Select target folder" : "Vyberte cílovou složku", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "URL adresa místnosti byla uložena v „{path}“ jako „{filename}“.", + "Link stored" : "Odkaz uložen", + "URL to room could not be stored." : "URL adresu místnosti se nepodařilo uložit.", + "Error" : "Chyba", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "URL adresa prezentace byla uložena v „{path}“ jako „{filename}“.", + "URL to presentation could not be stored." : "URL adresu prezentace se nepodařilo uložit.", + "Delete?" : "Smazat?", + "Could not delete record" : "Záznam se nedaří smazat", + "Server error" : "Chyba serveru", + "Settings saved" : "Nastavení uložena", + "Unexpected error occurred" : "Došlo k neočekávané chybě", + "API url is invalid" : "URL adresa API rozhraní není platná", + "API secret is invalid" : "Tajemství k API není platné" +},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" +} \ No newline at end of file diff --git a/l10n/cy_GB.js b/l10n/cy_GB.js new file mode 100644 index 0000000..ab3ddf3 --- /dev/null +++ b/l10n/cy_GB.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Cadw", + "Name" : "Enw", + "Create" : "Creu", + "Delete" : "Dileu", + "Error" : "Gwall" +}, +"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/l10n/cy_GB.json b/l10n/cy_GB.json new file mode 100644 index 0000000..8fe5405 --- /dev/null +++ b/l10n/cy_GB.json @@ -0,0 +1,8 @@ +{ "translations": { + "Save" : "Cadw", + "Name" : "Enw", + "Create" : "Creu", + "Delete" : "Dileu", + "Error" : "Gwall" +},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" +} \ No newline at end of file diff --git a/l10n/da.js b/l10n/da.js new file mode 100644 index 0000000..e817f33 --- /dev/null +++ b/l10n/da.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Gem", + "Name" : "Navn", + "Welcome" : "Velkommen", + "Create" : "Opret", + "Delete" : "Slet", + "Error" : "Fejl", + "Server error" : "Serverfejl", + "Settings saved" : "Indstillinger gemt" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/da.json b/l10n/da.json new file mode 100644 index 0000000..a1a2df1 --- /dev/null +++ b/l10n/da.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Gem", + "Name" : "Navn", + "Welcome" : "Velkommen", + "Create" : "Opret", + "Delete" : "Slet", + "Error" : "Fejl", + "Server error" : "Serverfejl", + "Settings saved" : "Indstillinger gemt" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/de.js b/l10n/de.js new file mode 100644 index 0000000..ec0664d --- /dev/null +++ b/l10n/de.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "bbb", + { + "API url or secret not configured. Please contact your administrator." : "API-URL oder Geheimnis nicht konfiguriert. Bitte wende Dich an den Administrator.", + "BigBlueButton Integration" : "BigBlueButton-Integration", + "BigBlueButton integration for Nextcloud" : "BigBlueButton-Integration für Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Diese App ermöglicht das Erstellen von Meetings mit einer externen Installation von [BigBlueButton] (https://bigbluebutton.org).\n\n* ** Raumeinrichtung ** Erstelle mehrere Raumkonfigurationen mit Name, Begrüßungsnachricht, ...\n* ** Gast-Link teilen ** Teile den Raum-Link mit all Deinen Gästen\n* ** Benutzerdefinierte Präsentation ** Starte einen Raum mit einer ausgewählten Präsentation in Deinem Dateibrowser\n* ** Aufzeichnungen verwalten ** Bildschirm für Deine Räume anzeigen, freigeben und löschen\n\nEntwickler gesucht! Wenn Du Zeit hast, wäre es fantastisch, wenn Du helfen könntest, diese Anwendung zu verbessern.\n\n* Diese App integriert BigBlueButton und ist nicht von BigBlueButton Inc. unterstützt oder zertifiziert. BigBlueButton und das BigBlueButton-Logo sind Marken von BigBlueButton Inc. *", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Besorge Dir Deine API-URL und Dein Geheimnis, indem Du \"sudo bbb-conf --secret\" auf Deinem BigBlueButton-Server ausführst.", + "API url" : "API-URL", + "API secret" : "API-Geheimnis", + "Save" : "Speichern", + "Please enter your name!" : "Bitte gebe Deinen Namen ein!", + "The name must be at least 3 characters long." : "Der Name muss mindestens 3 Zeichen lang sein.", + "displayname" : "Anzeigename", + "Name" : "Name", + "Welcome" : "Willkommen", + "Max" : "Max", + "Record" : "Aufnahme", + "Recordings" : "Aufnahmen", + "Room name" : "Raumname", + "Create" : "Erstellen", + "_%n participant_::_%n participants_" : ["%n Teilnehmer","%n Teilnehmer"], + "Delete" : "Löschen", + "Delete \"{name}\"?" : "\"{name}\" löschen?", + "Select target folder" : "Ziel-Ordner auswählen", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "Die Raum-URL wurde in \"{path}\" als \"{filename}\" gespeichert.", + "Link stored" : "Link gespeichert", + "URL to room could not be stored." : "Die URL zum Raum konnte nicht gespeichert werden.", + "Error" : "Fehler", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Die URL zur Präsentation wurde in \"{path}\" als \"{filename}\" gespeichert.", + "URL to presentation could not be stored." : "Die URL zur Präsentation konnte nicht gespeichert werden.", + "Delete?" : "Löschen?", + "Could not delete record" : "Aufnahme konnte nicht gelöscht werden", + "Server error" : "Serverfehler", + "Settings saved" : "Einstellungen gespeichert", + "Unexpected error occurred" : "Unerwarteter Fehler aufgetreten", + "API url is invalid" : "API-URL ist ungültig", + "API secret is invalid" : "API-Geheimnis ist ungültig" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/de.json b/l10n/de.json new file mode 100644 index 0000000..b2cc533 --- /dev/null +++ b/l10n/de.json @@ -0,0 +1,38 @@ +{ "translations": { + "API url or secret not configured. Please contact your administrator." : "API-URL oder Geheimnis nicht konfiguriert. Bitte wende Dich an den Administrator.", + "BigBlueButton Integration" : "BigBlueButton-Integration", + "BigBlueButton integration for Nextcloud" : "BigBlueButton-Integration für Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Diese App ermöglicht das Erstellen von Meetings mit einer externen Installation von [BigBlueButton] (https://bigbluebutton.org).\n\n* ** Raumeinrichtung ** Erstelle mehrere Raumkonfigurationen mit Name, Begrüßungsnachricht, ...\n* ** Gast-Link teilen ** Teile den Raum-Link mit all Deinen Gästen\n* ** Benutzerdefinierte Präsentation ** Starte einen Raum mit einer ausgewählten Präsentation in Deinem Dateibrowser\n* ** Aufzeichnungen verwalten ** Bildschirm für Deine Räume anzeigen, freigeben und löschen\n\nEntwickler gesucht! Wenn Du Zeit hast, wäre es fantastisch, wenn Du helfen könntest, diese Anwendung zu verbessern.\n\n* Diese App integriert BigBlueButton und ist nicht von BigBlueButton Inc. unterstützt oder zertifiziert. BigBlueButton und das BigBlueButton-Logo sind Marken von BigBlueButton Inc. *", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Besorge Dir Deine API-URL und Dein Geheimnis, indem Du \"sudo bbb-conf --secret\" auf Deinem BigBlueButton-Server ausführst.", + "API url" : "API-URL", + "API secret" : "API-Geheimnis", + "Save" : "Speichern", + "Please enter your name!" : "Bitte gebe Deinen Namen ein!", + "The name must be at least 3 characters long." : "Der Name muss mindestens 3 Zeichen lang sein.", + "displayname" : "Anzeigename", + "Name" : "Name", + "Welcome" : "Willkommen", + "Max" : "Max", + "Record" : "Aufnahme", + "Recordings" : "Aufnahmen", + "Room name" : "Raumname", + "Create" : "Erstellen", + "_%n participant_::_%n participants_" : ["%n Teilnehmer","%n Teilnehmer"], + "Delete" : "Löschen", + "Delete \"{name}\"?" : "\"{name}\" löschen?", + "Select target folder" : "Ziel-Ordner auswählen", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "Die Raum-URL wurde in \"{path}\" als \"{filename}\" gespeichert.", + "Link stored" : "Link gespeichert", + "URL to room could not be stored." : "Die URL zum Raum konnte nicht gespeichert werden.", + "Error" : "Fehler", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Die URL zur Präsentation wurde in \"{path}\" als \"{filename}\" gespeichert.", + "URL to presentation could not be stored." : "Die URL zur Präsentation konnte nicht gespeichert werden.", + "Delete?" : "Löschen?", + "Could not delete record" : "Aufnahme konnte nicht gelöscht werden", + "Server error" : "Serverfehler", + "Settings saved" : "Einstellungen gespeichert", + "Unexpected error occurred" : "Unerwarteter Fehler aufgetreten", + "API url is invalid" : "API-URL ist ungültig", + "API secret is invalid" : "API-Geheimnis ist ungültig" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/de_DE.js b/l10n/de_DE.js new file mode 100644 index 0000000..2a37622 --- /dev/null +++ b/l10n/de_DE.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "bbb", + { + "API url or secret not configured. Please contact your administrator." : "API-URL oder Geheimnis nicht konfiguriert. Bitte wenden Sie sich an Ihren Administrator.", + "BigBlueButton Integration" : "BigBlueButton-Integration", + "BigBlueButton integration for Nextcloud" : "BigBlueButton-Integration für Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Diese App ermöglicht das Erstellen von Meetings mit einer externen Installation von [BigBlueButton] (https://bigbluebutton.org).\n\n* ** Raumeinrichtung ** Erstellen Sie mehrere Raumkonfigurationen mit Name, Begrüßungsnachricht, ...\n* ** Gast-Link teilen ** Teilen Sie den Raum-Link mit all Ihren Gästen\n* ** Benutzerdefinierte Präsentation ** Starten Sie einen Raum mit einer ausgewählten Präsentation in Ihrem Dateibrowser\n* ** Aufzeichnungen verwalten ** Bildschirm für Ihre Räume anzeigen, freigeben und löschen\n\nEntwickler gesucht! Wenn Sie Zeit haben, wäre es fantastisch, wenn Sie helfen könnten, diese Anwendung zu verbessern.\n\n* Diese App integriert BigBlueButton und ist nicht von BigBlueButton Inc. unterstützt oder zertifiziert. BigBlueButton und das BigBlueButton-Logo sind Marken von BigBlueButton Inc. *", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Besorgen Sie sich Ihre API-URL und Ihr Geheimnis, indem Sie \"sudo bbb-conf --secret\" auf Ihrem BigBlueButton-Server ausführen.", + "API url" : "API-URL", + "API secret" : "API-Geheimnis", + "Save" : "Speichern", + "Please enter your name!" : "Bitte geben Sie Ihren Namen ein!", + "The name must be at least 3 characters long." : "Der Name muss mindestens 3 Zeichen lang sein.", + "displayname" : "Anzeigename", + "Name" : "Name", + "Welcome" : "Willkommen", + "Max" : "Max", + "Record" : "Aufnahme", + "Recordings" : "Aufnahmen", + "Room name" : "Raumname", + "Create" : "Erstellen", + "_%n participant_::_%n participants_" : ["%n Teilnehmer","%n Teilnehmer "], + "Delete" : "Löschen", + "Delete \"{name}\"?" : "\"{name}\" löschen?", + "Select target folder" : "Ziel-Ordner auswählen", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "Die Raum-URL wurde in \"{path}\" als \"{filename}\" gespeichert.", + "Link stored" : "Link gespeichert", + "URL to room could not be stored." : "Die URL zum Raum konnte nicht gespeichert werden.", + "Error" : "Fehler", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Die URL zur Präsentation wurde in \"{path}\" als \"{filename}\" gespeichert.", + "URL to presentation could not be stored." : "Die URL zur Präsentation konnte nicht gespeichert werden.", + "Delete?" : "Löschen?", + "Could not delete record" : "Aufnahme konnte nicht gelöscht werden", + "Server error" : "Serverfehler", + "Settings saved" : "Einstellungen gespeichert", + "Unexpected error occurred" : "Unerwarteter Fehler aufgetreten", + "API url is invalid" : "API-URL ist ungültig", + "API secret is invalid" : "API-Geheimnis ist ungültig" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/de_DE.json b/l10n/de_DE.json new file mode 100644 index 0000000..fd8f811 --- /dev/null +++ b/l10n/de_DE.json @@ -0,0 +1,38 @@ +{ "translations": { + "API url or secret not configured. Please contact your administrator." : "API-URL oder Geheimnis nicht konfiguriert. Bitte wenden Sie sich an Ihren Administrator.", + "BigBlueButton Integration" : "BigBlueButton-Integration", + "BigBlueButton integration for Nextcloud" : "BigBlueButton-Integration für Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Diese App ermöglicht das Erstellen von Meetings mit einer externen Installation von [BigBlueButton] (https://bigbluebutton.org).\n\n* ** Raumeinrichtung ** Erstellen Sie mehrere Raumkonfigurationen mit Name, Begrüßungsnachricht, ...\n* ** Gast-Link teilen ** Teilen Sie den Raum-Link mit all Ihren Gästen\n* ** Benutzerdefinierte Präsentation ** Starten Sie einen Raum mit einer ausgewählten Präsentation in Ihrem Dateibrowser\n* ** Aufzeichnungen verwalten ** Bildschirm für Ihre Räume anzeigen, freigeben und löschen\n\nEntwickler gesucht! Wenn Sie Zeit haben, wäre es fantastisch, wenn Sie helfen könnten, diese Anwendung zu verbessern.\n\n* Diese App integriert BigBlueButton und ist nicht von BigBlueButton Inc. unterstützt oder zertifiziert. BigBlueButton und das BigBlueButton-Logo sind Marken von BigBlueButton Inc. *", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Besorgen Sie sich Ihre API-URL und Ihr Geheimnis, indem Sie \"sudo bbb-conf --secret\" auf Ihrem BigBlueButton-Server ausführen.", + "API url" : "API-URL", + "API secret" : "API-Geheimnis", + "Save" : "Speichern", + "Please enter your name!" : "Bitte geben Sie Ihren Namen ein!", + "The name must be at least 3 characters long." : "Der Name muss mindestens 3 Zeichen lang sein.", + "displayname" : "Anzeigename", + "Name" : "Name", + "Welcome" : "Willkommen", + "Max" : "Max", + "Record" : "Aufnahme", + "Recordings" : "Aufnahmen", + "Room name" : "Raumname", + "Create" : "Erstellen", + "_%n participant_::_%n participants_" : ["%n Teilnehmer","%n Teilnehmer "], + "Delete" : "Löschen", + "Delete \"{name}\"?" : "\"{name}\" löschen?", + "Select target folder" : "Ziel-Ordner auswählen", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "Die Raum-URL wurde in \"{path}\" als \"{filename}\" gespeichert.", + "Link stored" : "Link gespeichert", + "URL to room could not be stored." : "Die URL zum Raum konnte nicht gespeichert werden.", + "Error" : "Fehler", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Die URL zur Präsentation wurde in \"{path}\" als \"{filename}\" gespeichert.", + "URL to presentation could not be stored." : "Die URL zur Präsentation konnte nicht gespeichert werden.", + "Delete?" : "Löschen?", + "Could not delete record" : "Aufnahme konnte nicht gelöscht werden", + "Server error" : "Serverfehler", + "Settings saved" : "Einstellungen gespeichert", + "Unexpected error occurred" : "Unerwarteter Fehler aufgetreten", + "API url is invalid" : "API-URL ist ungültig", + "API secret is invalid" : "API-Geheimnis ist ungültig" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/el.js b/l10n/el.js new file mode 100644 index 0000000..29d8113 --- /dev/null +++ b/l10n/el.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Αποθήκευση", + "Name" : "Όνομα", + "Welcome" : "Καλώς ήλθατε", + "Create" : "Δημιουργία", + "Delete" : "Διαγραφή", + "Error" : "Σφάλμα", + "Server error" : "Σφάλμα διακομιστή", + "Settings saved" : "Οι ρυθμίσεις αποθηκεύτηκαν" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/el.json b/l10n/el.json new file mode 100644 index 0000000..af769bc --- /dev/null +++ b/l10n/el.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Αποθήκευση", + "Name" : "Όνομα", + "Welcome" : "Καλώς ήλθατε", + "Create" : "Δημιουργία", + "Delete" : "Διαγραφή", + "Error" : "Σφάλμα", + "Server error" : "Σφάλμα διακομιστή", + "Settings saved" : "Οι ρυθμίσεις αποθηκεύτηκαν" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/en_GB.js b/l10n/en_GB.js new file mode 100644 index 0000000..57cdaf8 --- /dev/null +++ b/l10n/en_GB.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Save", + "Name" : "Name", + "Welcome" : "Welcome", + "Room name" : "Room name", + "Create" : "Create", + "Delete" : "Delete", + "Error" : "Error", + "Server error" : "Server error", + "Settings saved" : "Settings saved" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/en_GB.json b/l10n/en_GB.json new file mode 100644 index 0000000..e099323 --- /dev/null +++ b/l10n/en_GB.json @@ -0,0 +1,12 @@ +{ "translations": { + "Save" : "Save", + "Name" : "Name", + "Welcome" : "Welcome", + "Room name" : "Room name", + "Create" : "Create", + "Delete" : "Delete", + "Error" : "Error", + "Server error" : "Server error", + "Settings saved" : "Settings saved" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/eo.js b/l10n/eo.js new file mode 100644 index 0000000..600013d --- /dev/null +++ b/l10n/eo.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Konservi", + "Name" : "Nomo", + "Create" : "Krei", + "Delete" : "Forigi", + "Error" : "Eraro", + "Server error" : "Eraro pri servilo", + "Settings saved" : "Agordoj konservitaj" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/eo.json b/l10n/eo.json new file mode 100644 index 0000000..0d1eb32 --- /dev/null +++ b/l10n/eo.json @@ -0,0 +1,10 @@ +{ "translations": { + "Save" : "Konservi", + "Name" : "Nomo", + "Create" : "Krei", + "Delete" : "Forigi", + "Error" : "Eraro", + "Server error" : "Eraro pri servilo", + "Settings saved" : "Agordoj konservitaj" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es.js b/l10n/es.js new file mode 100644 index 0000000..ba45b4d --- /dev/null +++ b/l10n/es.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "bbb", + { + "API url or secret not configured. Please contact your administrator." : "La URL de la API o la clave no se pueden cambiar. Por favor, contacta con un administrador.", + "BigBlueButton Integration" : "Integración BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Integración BigBlueButton para Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Esta app permita crear conferencias en una instalación externa de [BigBlueButton](https://bigbluebutton.org).\n\n* **Configuraciones de sala** Puede crear configuraciones para múltiples salas con nombre, mensaje de bienvenida,...\n* **Comparte el enlace para invitar** Comparta el enlace a la sala con todos sus invitados\n* **Presentación personalizada** Inicia una sala con una presentación seleccionada desde su gestor de archivos\n* **Gestione grabaciones** Vea, comparta y borre grabaciones de sus salas\n\nSe buscan desarrolladores! Si tienes tiempo sería genial si pudieras ayudar a mejorar esta aplicación.\n\n*Esta app integra BigBlueButton y no está ni patrocinada ni certificada por BigBlueButton Inc. BigBlueButton y el logo de BigBlueButton son marcas registradas de BigBlueButton Inc.*", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Obtenga la URL y la clave de la API ejecutando \"sudo bbb-conf --secret\" en su servidor BigBlueButton.", + "API url" : "URL de la API", + "API secret" : "Clave de la API", + "Save" : "Guardar", + "Please enter your name!" : "¡Por favor, introduzca su nombre!", + "The name must be at least 3 characters long." : "El nombre debe contener al menos 3 caracteres.", + "displayname" : "Nombre a mostrar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Max" : "Máx", + "Record" : "Grabar", + "Recordings" : "Grabaciones", + "Room name" : "Nombre de la sala", + "Create" : "Crear", + "_%n participant_::_%n participants_" : ["%n participante","%n participantes"], + "Delete" : "Eliminar", + "Delete \"{name}\"?" : "¿Eliminar \"{name}\"?", + "Select target folder" : "Seleccione carpeta de destino", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "La URL de la sala se guardó como \"{filename}\" en \"{path}\".", + "Link stored" : "Enlace guardado", + "URL to room could not be stored." : "No se pudo guardar la URL de la sala.", + "Error" : "Error", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "La URL de la presentación se almacenó como \"{filename}\" en \"{path}\" .", + "URL to presentation could not be stored." : "No se pudo guardar la URL de la presentación.", + "Delete?" : "¿Eliminar?", + "Could not delete record" : "No se ha podido eliminar el registro", + "Server error" : "Error en el servidor", + "Settings saved" : "Ajustes guardados", + "Unexpected error occurred" : "Ha ocurrido un error inesperado", + "API url is invalid" : "La URL de la API no es válida", + "API secret is invalid" : "La clave de la API no es válida" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es.json b/l10n/es.json new file mode 100644 index 0000000..8ada345 --- /dev/null +++ b/l10n/es.json @@ -0,0 +1,38 @@ +{ "translations": { + "API url or secret not configured. Please contact your administrator." : "La URL de la API o la clave no se pueden cambiar. Por favor, contacta con un administrador.", + "BigBlueButton Integration" : "Integración BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Integración BigBlueButton para Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Esta app permita crear conferencias en una instalación externa de [BigBlueButton](https://bigbluebutton.org).\n\n* **Configuraciones de sala** Puede crear configuraciones para múltiples salas con nombre, mensaje de bienvenida,...\n* **Comparte el enlace para invitar** Comparta el enlace a la sala con todos sus invitados\n* **Presentación personalizada** Inicia una sala con una presentación seleccionada desde su gestor de archivos\n* **Gestione grabaciones** Vea, comparta y borre grabaciones de sus salas\n\nSe buscan desarrolladores! Si tienes tiempo sería genial si pudieras ayudar a mejorar esta aplicación.\n\n*Esta app integra BigBlueButton y no está ni patrocinada ni certificada por BigBlueButton Inc. BigBlueButton y el logo de BigBlueButton son marcas registradas de BigBlueButton Inc.*", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Obtenga la URL y la clave de la API ejecutando \"sudo bbb-conf --secret\" en su servidor BigBlueButton.", + "API url" : "URL de la API", + "API secret" : "Clave de la API", + "Save" : "Guardar", + "Please enter your name!" : "¡Por favor, introduzca su nombre!", + "The name must be at least 3 characters long." : "El nombre debe contener al menos 3 caracteres.", + "displayname" : "Nombre a mostrar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Max" : "Máx", + "Record" : "Grabar", + "Recordings" : "Grabaciones", + "Room name" : "Nombre de la sala", + "Create" : "Crear", + "_%n participant_::_%n participants_" : ["%n participante","%n participantes"], + "Delete" : "Eliminar", + "Delete \"{name}\"?" : "¿Eliminar \"{name}\"?", + "Select target folder" : "Seleccione carpeta de destino", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "La URL de la sala se guardó como \"{filename}\" en \"{path}\".", + "Link stored" : "Enlace guardado", + "URL to room could not be stored." : "No se pudo guardar la URL de la sala.", + "Error" : "Error", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "La URL de la presentación se almacenó como \"{filename}\" en \"{path}\" .", + "URL to presentation could not be stored." : "No se pudo guardar la URL de la presentación.", + "Delete?" : "¿Eliminar?", + "Could not delete record" : "No se ha podido eliminar el registro", + "Server error" : "Error en el servidor", + "Settings saved" : "Ajustes guardados", + "Unexpected error occurred" : "Ha ocurrido un error inesperado", + "API url is invalid" : "La URL de la API no es válida", + "API secret is invalid" : "La clave de la API no es válida" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es_419.js b/l10n/es_419.js new file mode 100644 index 0000000..c04b7b0 --- /dev/null +++ b/l10n/es_419.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_419.json b/l10n/es_419.json new file mode 100644 index 0000000..414ae42 --- /dev/null +++ b/l10n/es_419.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es_AR.js b/l10n/es_AR.js new file mode 100644 index 0000000..b0240cc --- /dev/null +++ b/l10n/es_AR.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Eliminar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Configuraciones guardadas" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_AR.json b/l10n/es_AR.json new file mode 100644 index 0000000..c152e0d --- /dev/null +++ b/l10n/es_AR.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Eliminar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Configuraciones guardadas" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es_CL.js b/l10n/es_CL.js new file mode 100644 index 0000000..c04b7b0 --- /dev/null +++ b/l10n/es_CL.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_CL.json b/l10n/es_CL.json new file mode 100644 index 0000000..414ae42 --- /dev/null +++ b/l10n/es_CL.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es_CO.js b/l10n/es_CO.js new file mode 100644 index 0000000..c04b7b0 --- /dev/null +++ b/l10n/es_CO.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_CO.json b/l10n/es_CO.json new file mode 100644 index 0000000..414ae42 --- /dev/null +++ b/l10n/es_CO.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es_CR.js b/l10n/es_CR.js new file mode 100644 index 0000000..c04b7b0 --- /dev/null +++ b/l10n/es_CR.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_CR.json b/l10n/es_CR.json new file mode 100644 index 0000000..414ae42 --- /dev/null +++ b/l10n/es_CR.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es_DO.js b/l10n/es_DO.js new file mode 100644 index 0000000..c04b7b0 --- /dev/null +++ b/l10n/es_DO.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_DO.json b/l10n/es_DO.json new file mode 100644 index 0000000..414ae42 --- /dev/null +++ b/l10n/es_DO.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es_EC.js b/l10n/es_EC.js new file mode 100644 index 0000000..c04b7b0 --- /dev/null +++ b/l10n/es_EC.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_EC.json b/l10n/es_EC.json new file mode 100644 index 0000000..414ae42 --- /dev/null +++ b/l10n/es_EC.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es_GT.js b/l10n/es_GT.js new file mode 100644 index 0000000..c04b7b0 --- /dev/null +++ b/l10n/es_GT.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_GT.json b/l10n/es_GT.json new file mode 100644 index 0000000..414ae42 --- /dev/null +++ b/l10n/es_GT.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es_HN.js b/l10n/es_HN.js new file mode 100644 index 0000000..c04b7b0 --- /dev/null +++ b/l10n/es_HN.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_HN.json b/l10n/es_HN.json new file mode 100644 index 0000000..414ae42 --- /dev/null +++ b/l10n/es_HN.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es_MX.js b/l10n/es_MX.js new file mode 100644 index 0000000..59ca45f --- /dev/null +++ b/l10n/es_MX.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Room name" : "Nombre del cuarto", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_MX.json b/l10n/es_MX.json new file mode 100644 index 0000000..6e26c23 --- /dev/null +++ b/l10n/es_MX.json @@ -0,0 +1,12 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Room name" : "Nombre del cuarto", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es_NI.js b/l10n/es_NI.js new file mode 100644 index 0000000..c04b7b0 --- /dev/null +++ b/l10n/es_NI.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_NI.json b/l10n/es_NI.json new file mode 100644 index 0000000..414ae42 --- /dev/null +++ b/l10n/es_NI.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es_PA.js b/l10n/es_PA.js new file mode 100644 index 0000000..c04b7b0 --- /dev/null +++ b/l10n/es_PA.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_PA.json b/l10n/es_PA.json new file mode 100644 index 0000000..414ae42 --- /dev/null +++ b/l10n/es_PA.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es_PE.js b/l10n/es_PE.js new file mode 100644 index 0000000..c04b7b0 --- /dev/null +++ b/l10n/es_PE.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_PE.json b/l10n/es_PE.json new file mode 100644 index 0000000..414ae42 --- /dev/null +++ b/l10n/es_PE.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es_PR.js b/l10n/es_PR.js new file mode 100644 index 0000000..c04b7b0 --- /dev/null +++ b/l10n/es_PR.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_PR.json b/l10n/es_PR.json new file mode 100644 index 0000000..414ae42 --- /dev/null +++ b/l10n/es_PR.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es_PY.js b/l10n/es_PY.js new file mode 100644 index 0000000..c04b7b0 --- /dev/null +++ b/l10n/es_PY.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_PY.json b/l10n/es_PY.json new file mode 100644 index 0000000..414ae42 --- /dev/null +++ b/l10n/es_PY.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es_SV.js b/l10n/es_SV.js new file mode 100644 index 0000000..c04b7b0 --- /dev/null +++ b/l10n/es_SV.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_SV.json b/l10n/es_SV.json new file mode 100644 index 0000000..414ae42 --- /dev/null +++ b/l10n/es_SV.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es_UY.js b/l10n/es_UY.js new file mode 100644 index 0000000..c04b7b0 --- /dev/null +++ b/l10n/es_UY.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es_UY.json b/l10n/es_UY.json new file mode 100644 index 0000000..414ae42 --- /dev/null +++ b/l10n/es_UY.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nombre", + "Welcome" : "Bienvenido", + "Create" : "Crear", + "Delete" : "Borrar", + "Error" : "Error", + "Server error" : "Se presentó un error en el servidor", + "Settings saved" : "Se han guardado las configuraciones " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/et_EE.js b/l10n/et_EE.js new file mode 100644 index 0000000..c88e98a --- /dev/null +++ b/l10n/et_EE.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Salvesta", + "Name" : "Nimi", + "Create" : "Loo", + "Delete" : "Kustuta", + "Error" : "Viga", + "Server error" : "Serveri tõrge", + "Settings saved" : "Seaded salvestatud" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/et_EE.json b/l10n/et_EE.json new file mode 100644 index 0000000..b9d7525 --- /dev/null +++ b/l10n/et_EE.json @@ -0,0 +1,10 @@ +{ "translations": { + "Save" : "Salvesta", + "Name" : "Nimi", + "Create" : "Loo", + "Delete" : "Kustuta", + "Error" : "Viga", + "Server error" : "Serveri tõrge", + "Settings saved" : "Seaded salvestatud" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/eu.js b/l10n/eu.js new file mode 100644 index 0000000..f6ad546 --- /dev/null +++ b/l10n/eu.js @@ -0,0 +1,30 @@ +OC.L10N.register( + "bbb", + { + "API url or secret not configured. Please contact your administrator." : "API url edo sekretua ez dago konfiguratuta. Mesedez jarri zure administratzailearekin harremanetan.", + "BigBlueButton Integration" : "BigBlueButton integrazioa", + "BigBlueButton integration for Nextcloud" : "BigBlueButton integrazioa Nextclouderako", + "API url" : "API url-a", + "API secret" : "API sekretua", + "Save" : "Gorde", + "Please enter your name!" : "Mesedez sartu zure izena!", + "Name" : "Izena", + "Welcome" : "Ongi etorri", + "Max" : "Maximoa", + "Record" : "Grabatu", + "Recordings" : "Grabaketak", + "Room name" : "Gelaren izena", + "Create" : "Sortu", + "_%n participant_::_%n participants_" : ["Parte-hartzaile %n","%n parte-hartzaile"], + "Delete" : "Ezabatu", + "Select target folder" : "Hautatu helburuko karpeta", + "Link stored" : "Esteka biltegiratuta", + "Error" : "Errorea", + "Delete?" : "Ezabatu?", + "Could not delete record" : "Ezin izan da grabaketa ezabatu", + "Server error" : "Zerbitzari akatsa", + "Settings saved" : "Ezarpenak gordeta", + "Unexpected error occurred" : "Ustekabeko errore bat gertatu da", + "API secret is invalid" : "API sekretua baliogabea da" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/eu.json b/l10n/eu.json new file mode 100644 index 0000000..93dd049 --- /dev/null +++ b/l10n/eu.json @@ -0,0 +1,28 @@ +{ "translations": { + "API url or secret not configured. Please contact your administrator." : "API url edo sekretua ez dago konfiguratuta. Mesedez jarri zure administratzailearekin harremanetan.", + "BigBlueButton Integration" : "BigBlueButton integrazioa", + "BigBlueButton integration for Nextcloud" : "BigBlueButton integrazioa Nextclouderako", + "API url" : "API url-a", + "API secret" : "API sekretua", + "Save" : "Gorde", + "Please enter your name!" : "Mesedez sartu zure izena!", + "Name" : "Izena", + "Welcome" : "Ongi etorri", + "Max" : "Maximoa", + "Record" : "Grabatu", + "Recordings" : "Grabaketak", + "Room name" : "Gelaren izena", + "Create" : "Sortu", + "_%n participant_::_%n participants_" : ["Parte-hartzaile %n","%n parte-hartzaile"], + "Delete" : "Ezabatu", + "Select target folder" : "Hautatu helburuko karpeta", + "Link stored" : "Esteka biltegiratuta", + "Error" : "Errorea", + "Delete?" : "Ezabatu?", + "Could not delete record" : "Ezin izan da grabaketa ezabatu", + "Server error" : "Zerbitzari akatsa", + "Settings saved" : "Ezarpenak gordeta", + "Unexpected error occurred" : "Ustekabeko errore bat gertatu da", + "API secret is invalid" : "API sekretua baliogabea da" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/fa.js b/l10n/fa.js new file mode 100644 index 0000000..0f76190 --- /dev/null +++ b/l10n/fa.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "ذخیره", + "Name" : "نام", + "Welcome" : "خوش آمدی", + "Create" : "ایجاد شده", + "Delete" : "حذف", + "Error" : "خطا", + "Server error" : "خطای سرور", + "Settings saved" : "تنظیمات ذخیره شد" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/fa.json b/l10n/fa.json new file mode 100644 index 0000000..868d7b3 --- /dev/null +++ b/l10n/fa.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "ذخیره", + "Name" : "نام", + "Welcome" : "خوش آمدی", + "Create" : "ایجاد شده", + "Delete" : "حذف", + "Error" : "خطا", + "Server error" : "خطای سرور", + "Settings saved" : "تنظیمات ذخیره شد" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/l10n/fi.js b/l10n/fi.js new file mode 100644 index 0000000..6b809ef --- /dev/null +++ b/l10n/fi.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Tallenna", + "Name" : "Nimi", + "Welcome" : "Tervetuloa", + "Room name" : "Huoneen nimi", + "Create" : "Luo", + "Delete" : "Poista", + "Error" : "Virhe", + "Server error" : "Palvelinvirhe", + "Settings saved" : "Asetukset tallennettu" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/fi.json b/l10n/fi.json new file mode 100644 index 0000000..7b5877f --- /dev/null +++ b/l10n/fi.json @@ -0,0 +1,12 @@ +{ "translations": { + "Save" : "Tallenna", + "Name" : "Nimi", + "Welcome" : "Tervetuloa", + "Room name" : "Huoneen nimi", + "Create" : "Luo", + "Delete" : "Poista", + "Error" : "Virhe", + "Server error" : "Palvelinvirhe", + "Settings saved" : "Asetukset tallennettu" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/fo.js b/l10n/fo.js new file mode 100644 index 0000000..da72a4c --- /dev/null +++ b/l10n/fo.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "bbb", + { + "Delete" : "Strika", + "Settings saved" : "Stillingar eru goymd" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/fo.json b/l10n/fo.json new file mode 100644 index 0000000..313c62a --- /dev/null +++ b/l10n/fo.json @@ -0,0 +1,5 @@ +{ "translations": { + "Delete" : "Strika", + "Settings saved" : "Stillingar eru goymd" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/fr.js b/l10n/fr.js new file mode 100644 index 0000000..ddc6ef6 --- /dev/null +++ b/l10n/fr.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "bbb", + { + "API url or secret not configured. Please contact your administrator." : "L'adresse ou le secret de l'API n'est pas configuré. Veuillez contacter votre administrateur.", + "BigBlueButton Integration" : "Intégration de BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Intégration de BigBlueButton pour Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Cette application permet de créer des réunions avec une installation externe de [BigBlueButton] (https://bigbluebutton.org).\n\n* ** Configuration du salon de discussion ** Créez plusieurs configurations de salon de discussion avec nom, message de bienvenue, ...\n* ** Partager le lien invité ** Partagez le lien de votre salon de discussion avec tous vos invités\n* ** Présentation personnalisée ** Démarrer la conversation avec votre présentation sélectionnée depuis le navigateur de fichiers\n* ** Gérez les enregistrements ** Affichez, partagez et supprimez les enregistrements de vos salons de discussions\n\nDeveloper wanted! Si vous avez le temps, ce serait génial si vous pouviez aider à améliorer cette application.\n\n* Cette application intègre BigBlueButton et n'est ni approuvée ni certifiée par BigBlueButton Inc. BigBlueButton et le logo BigBlueButton sont des marques déposées de BigBlueButton Inc. *", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Vous pouvez obtenir l'adresse et le secret de l'API en exécutant \"sudo bbb-conf --secret\" sur votre serveur BigBlueButton.", + "API url" : "Adresse de l'API", + "API secret" : "Secret de l'API", + "Save" : "Enregistrer", + "Please enter your name!" : "Veuillez saisir votre nom !", + "The name must be at least 3 characters long." : "Le nom doit contenir au moins 3 caractères.", + "displayname" : "nom affiché", + "Name" : "Nom", + "Welcome" : "Bienvenue", + "Max" : "Max", + "Record" : "Enregistrer", + "Recordings" : "Enregistrement", + "Room name" : "Nom du salon de discussion", + "Create" : "Créer", + "_%n participant_::_%n participants_" : ["%n participant","%n participants"], + "Delete" : "Supprimer", + "Delete \"{name}\"?" : "Supprimer \"{name}\" ?", + "Select target folder" : "Sélectionner un répertoire de destination", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "L'adresse du salon de discussion a été enregistrée dans \"{path}\" comme \"{filename}\".", + "Link stored" : "Lien stocké", + "URL to room could not be stored." : "L'adresse du salon de discussion n'a pas pu être enregistrée.", + "Error" : "Erreur", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "L'adresse du salon de discussion a été enregistrée dans \"{path}\" comme \"{filename}\".", + "URL to presentation could not be stored." : "Impossible de sauvegarder l'adresse de présentation.", + "Delete?" : "Supprimer ?", + "Could not delete record" : "Impossible de supprimer l'enregistrement", + "Server error" : "Erreur du serveur", + "Settings saved" : "Paramètres sauvegardés", + "Unexpected error occurred" : "Une erreur est survenue", + "API url is invalid" : "L'adresse de l'API n'est pas valable", + "API secret is invalid" : "Le secret de l'API n'est pas valable" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/fr.json b/l10n/fr.json new file mode 100644 index 0000000..6d8ba71 --- /dev/null +++ b/l10n/fr.json @@ -0,0 +1,38 @@ +{ "translations": { + "API url or secret not configured. Please contact your administrator." : "L'adresse ou le secret de l'API n'est pas configuré. Veuillez contacter votre administrateur.", + "BigBlueButton Integration" : "Intégration de BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Intégration de BigBlueButton pour Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Cette application permet de créer des réunions avec une installation externe de [BigBlueButton] (https://bigbluebutton.org).\n\n* ** Configuration du salon de discussion ** Créez plusieurs configurations de salon de discussion avec nom, message de bienvenue, ...\n* ** Partager le lien invité ** Partagez le lien de votre salon de discussion avec tous vos invités\n* ** Présentation personnalisée ** Démarrer la conversation avec votre présentation sélectionnée depuis le navigateur de fichiers\n* ** Gérez les enregistrements ** Affichez, partagez et supprimez les enregistrements de vos salons de discussions\n\nDeveloper wanted! Si vous avez le temps, ce serait génial si vous pouviez aider à améliorer cette application.\n\n* Cette application intègre BigBlueButton et n'est ni approuvée ni certifiée par BigBlueButton Inc. BigBlueButton et le logo BigBlueButton sont des marques déposées de BigBlueButton Inc. *", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Vous pouvez obtenir l'adresse et le secret de l'API en exécutant \"sudo bbb-conf --secret\" sur votre serveur BigBlueButton.", + "API url" : "Adresse de l'API", + "API secret" : "Secret de l'API", + "Save" : "Enregistrer", + "Please enter your name!" : "Veuillez saisir votre nom !", + "The name must be at least 3 characters long." : "Le nom doit contenir au moins 3 caractères.", + "displayname" : "nom affiché", + "Name" : "Nom", + "Welcome" : "Bienvenue", + "Max" : "Max", + "Record" : "Enregistrer", + "Recordings" : "Enregistrement", + "Room name" : "Nom du salon de discussion", + "Create" : "Créer", + "_%n participant_::_%n participants_" : ["%n participant","%n participants"], + "Delete" : "Supprimer", + "Delete \"{name}\"?" : "Supprimer \"{name}\" ?", + "Select target folder" : "Sélectionner un répertoire de destination", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "L'adresse du salon de discussion a été enregistrée dans \"{path}\" comme \"{filename}\".", + "Link stored" : "Lien stocké", + "URL to room could not be stored." : "L'adresse du salon de discussion n'a pas pu être enregistrée.", + "Error" : "Erreur", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "L'adresse du salon de discussion a été enregistrée dans \"{path}\" comme \"{filename}\".", + "URL to presentation could not be stored." : "Impossible de sauvegarder l'adresse de présentation.", + "Delete?" : "Supprimer ?", + "Could not delete record" : "Impossible de supprimer l'enregistrement", + "Server error" : "Erreur du serveur", + "Settings saved" : "Paramètres sauvegardés", + "Unexpected error occurred" : "Une erreur est survenue", + "API url is invalid" : "L'adresse de l'API n'est pas valable", + "API secret is invalid" : "Le secret de l'API n'est pas valable" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/l10n/gl.js b/l10n/gl.js new file mode 100644 index 0000000..9989aa0 --- /dev/null +++ b/l10n/gl.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "bbb", + { + "API url or secret not configured. Please contact your administrator." : "URL ou secreto da API sen configurar. Póñase en contacto co seu administrador.", + "BigBlueButton Integration" : "Integración co BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Integración para o Nextcloud co BigBlueButton", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Esta aplicación permite crear xuntanzas cunha instalación externa de [BigBlueButton] (https://bigbluebutton.org).\n\n* **Configuración de salas* Crear múltiples configuracións de salas con nome, mensaxe de benvida, ...\n* **Compartir a ligazón de convidados** Compartir a ligazón da sala con todos os teus convidados\n* **Presentación personalizada** Inicie unha sala cunha presentación seleccionada dende o seu navegadorr de ficheiros\n* **Xestionar as gravacións** Ver, compartir e eliminar as gravacións das súas salas\n\nBúscase desenvolvedor! Se tes tempo, sería fantástico se puideses axudar a mellorar esta aplicación.\n\n*Esta aplicación integra BigBlueButton e non está avaliada nin certificada por BigBlueButton Inc. BigBlueButton e o logotipo de BigBlueButton son marcas comerciais de BigBlueButton Inc.*", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Obter o URL e o secreto da API executando «sudo bbb-conf --secret» no servidor BigBlueButton.", + "API url" : "URL da API", + "API secret" : "Secreto da API", + "Save" : "Gardar", + "Please enter your name!" : "Introduza o seu nome", + "The name must be at least 3 characters long." : "O nome debe ter como mínimo 3 caracteres.", + "displayname" : "nome_visíbel", + "Name" : "Nome", + "Welcome" : "Benvido", + "Max" : "Máx", + "Record" : "Gravar", + "Recordings" : "Gravacións", + "Room name" : "Nome da sala", + "Create" : "Crear", + "_%n participant_::_%n participants_" : ["%n participante","%n participantes"], + "Delete" : "Eliminar", + "Delete \"{name}\"?" : "EWliminar «{name}»?", + "Select target folder" : "Seleccionar o cartafol de destino", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "O URL da sala almacenouse en «{path}» como «{filename}\"».", + "Link stored" : "Ligazón gardada", + "URL to room could not be stored." : "Non foi posíbel almacenar o URL da sala.", + "Error" : "Erro", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "O URL da presentación almacenouse en «{path}» como «{filename}\"».", + "URL to presentation could not be stored." : "Non foi posíbel almacenar o URL da presentación.", + "Delete?" : "Eliminar?", + "Could not delete record" : "Non foi posíbel eliminar a gravación", + "Server error" : "Produciuse un erro de servidor", + "Settings saved" : "Axustes gardados", + "Unexpected error occurred" : "Produciuse un erro non agardado", + "API url is invalid" : "O URL da API é incorrecto", + "API secret is invalid" : "O secreto da API é incorrecto" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/gl.json b/l10n/gl.json new file mode 100644 index 0000000..9105d68 --- /dev/null +++ b/l10n/gl.json @@ -0,0 +1,38 @@ +{ "translations": { + "API url or secret not configured. Please contact your administrator." : "URL ou secreto da API sen configurar. Póñase en contacto co seu administrador.", + "BigBlueButton Integration" : "Integración co BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Integración para o Nextcloud co BigBlueButton", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Esta aplicación permite crear xuntanzas cunha instalación externa de [BigBlueButton] (https://bigbluebutton.org).\n\n* **Configuración de salas* Crear múltiples configuracións de salas con nome, mensaxe de benvida, ...\n* **Compartir a ligazón de convidados** Compartir a ligazón da sala con todos os teus convidados\n* **Presentación personalizada** Inicie unha sala cunha presentación seleccionada dende o seu navegadorr de ficheiros\n* **Xestionar as gravacións** Ver, compartir e eliminar as gravacións das súas salas\n\nBúscase desenvolvedor! Se tes tempo, sería fantástico se puideses axudar a mellorar esta aplicación.\n\n*Esta aplicación integra BigBlueButton e non está avaliada nin certificada por BigBlueButton Inc. BigBlueButton e o logotipo de BigBlueButton son marcas comerciais de BigBlueButton Inc.*", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Obter o URL e o secreto da API executando «sudo bbb-conf --secret» no servidor BigBlueButton.", + "API url" : "URL da API", + "API secret" : "Secreto da API", + "Save" : "Gardar", + "Please enter your name!" : "Introduza o seu nome", + "The name must be at least 3 characters long." : "O nome debe ter como mínimo 3 caracteres.", + "displayname" : "nome_visíbel", + "Name" : "Nome", + "Welcome" : "Benvido", + "Max" : "Máx", + "Record" : "Gravar", + "Recordings" : "Gravacións", + "Room name" : "Nome da sala", + "Create" : "Crear", + "_%n participant_::_%n participants_" : ["%n participante","%n participantes"], + "Delete" : "Eliminar", + "Delete \"{name}\"?" : "EWliminar «{name}»?", + "Select target folder" : "Seleccionar o cartafol de destino", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "O URL da sala almacenouse en «{path}» como «{filename}\"».", + "Link stored" : "Ligazón gardada", + "URL to room could not be stored." : "Non foi posíbel almacenar o URL da sala.", + "Error" : "Erro", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "O URL da presentación almacenouse en «{path}» como «{filename}\"».", + "URL to presentation could not be stored." : "Non foi posíbel almacenar o URL da presentación.", + "Delete?" : "Eliminar?", + "Could not delete record" : "Non foi posíbel eliminar a gravación", + "Server error" : "Produciuse un erro de servidor", + "Settings saved" : "Axustes gardados", + "Unexpected error occurred" : "Produciuse un erro non agardado", + "API url is invalid" : "O URL da API é incorrecto", + "API secret is invalid" : "O secreto da API é incorrecto" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/he.js b/l10n/he.js new file mode 100644 index 0000000..1d6d48f --- /dev/null +++ b/l10n/he.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "שמור", + "Name" : "שם", + "Welcome" : "ברוך הבא", + "Create" : "יצירה", + "Delete" : "מחיקה", + "Error" : "שגיאה", + "Server error" : "שגיאת שרת", + "Settings saved" : "הגדרות נשמרו" +}, +"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/l10n/he.json b/l10n/he.json new file mode 100644 index 0000000..1f69855 --- /dev/null +++ b/l10n/he.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "שמור", + "Name" : "שם", + "Welcome" : "ברוך הבא", + "Create" : "יצירה", + "Delete" : "מחיקה", + "Error" : "שגיאה", + "Server error" : "שגיאת שרת", + "Settings saved" : "הגדרות נשמרו" +},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" +} \ No newline at end of file diff --git a/l10n/hr.js b/l10n/hr.js new file mode 100644 index 0000000..1a5e40e --- /dev/null +++ b/l10n/hr.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Spremi", + "Name" : "Naziv", + "Welcome" : "Dobrodošli", + "Create" : "Stvori", + "Delete" : "Izbriši", + "Error" : "Pogreška", + "Server error" : "Greška poslužitelja", + "Settings saved" : "Postavke spremljene" +}, +"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); diff --git a/l10n/hr.json b/l10n/hr.json new file mode 100644 index 0000000..355aa62 --- /dev/null +++ b/l10n/hr.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Spremi", + "Name" : "Naziv", + "Welcome" : "Dobrodošli", + "Create" : "Stvori", + "Delete" : "Izbriši", + "Error" : "Pogreška", + "Server error" : "Greška poslužitelja", + "Settings saved" : "Postavke spremljene" +},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;" +} \ No newline at end of file diff --git a/l10n/hu.js b/l10n/hu.js new file mode 100644 index 0000000..6e4821b --- /dev/null +++ b/l10n/hu.js @@ -0,0 +1,39 @@ +OC.L10N.register( + "bbb", + { + "API url or secret not configured. Please contact your administrator." : "API link vagy titok nincs konfigurálva. Kérem vegye fel a kapcsolatot rendszergazdájával.", + "BigBlueButton Integration" : "BigBlueButton integráció", + "BigBlueButton integration for Nextcloud" : "BigBlueButton integráció Nextcoud-hoz", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "API link és titok beszerzéséhez futtassa az alábbi parancsot BigBlueButton szerverén. \"sudo bbb-conf --secret\" ", + "API url" : "API link", + "API secret" : "API titok", + "Save" : "Mentés", + "Please enter your name!" : "Kérlek add meg a neved!", + "The name must be at least 3 characters long." : "A név legalább 3 karakter hosszúságú kell legyen.", + "displayname" : "névmegjelenítés", + "Name" : "Név", + "Welcome" : "Üdvözöljük", + "Max" : "Maximum", + "Record" : "Felvétel", + "Recordings" : "Felvételek", + "Room name" : "Szoba neve", + "Create" : "Létrehozás", + "_%n participant_::_%n participants_" : ["%n résztvevő","%n résztvevő"], + "Delete" : "Törlés", + "Delete \"{name}\"?" : "\"{name}\" törlése?", + "Select target folder" : "Célmappa kiválasztása", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "Szoba URL tárolva itt \"{path}\", mint \"{filename}\".", + "Link stored" : "Link tárolva", + "URL to room could not be stored." : "Szoba URL-t nem lehet tárolni.", + "Error" : "Hiba", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Prezentáció URL-je tárolva itt \"{path}\", mint \"{filename}\".", + "URL to presentation could not be stored." : "Prezentáció URL-t nem lehet tárolni.", + "Delete?" : "Törlés?", + "Could not delete record" : "Nem lehet a felvételt törölni", + "Server error" : "Kiszolgálóhiba", + "Settings saved" : "Beállítások elmentve", + "Unexpected error occurred" : "Váratlan hiba történt", + "API url is invalid" : "API link érvénytelen", + "API secret is invalid" : "API titok érvénytelen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/hu.json b/l10n/hu.json new file mode 100644 index 0000000..dcb9f21 --- /dev/null +++ b/l10n/hu.json @@ -0,0 +1,37 @@ +{ "translations": { + "API url or secret not configured. Please contact your administrator." : "API link vagy titok nincs konfigurálva. Kérem vegye fel a kapcsolatot rendszergazdájával.", + "BigBlueButton Integration" : "BigBlueButton integráció", + "BigBlueButton integration for Nextcloud" : "BigBlueButton integráció Nextcoud-hoz", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "API link és titok beszerzéséhez futtassa az alábbi parancsot BigBlueButton szerverén. \"sudo bbb-conf --secret\" ", + "API url" : "API link", + "API secret" : "API titok", + "Save" : "Mentés", + "Please enter your name!" : "Kérlek add meg a neved!", + "The name must be at least 3 characters long." : "A név legalább 3 karakter hosszúságú kell legyen.", + "displayname" : "névmegjelenítés", + "Name" : "Név", + "Welcome" : "Üdvözöljük", + "Max" : "Maximum", + "Record" : "Felvétel", + "Recordings" : "Felvételek", + "Room name" : "Szoba neve", + "Create" : "Létrehozás", + "_%n participant_::_%n participants_" : ["%n résztvevő","%n résztvevő"], + "Delete" : "Törlés", + "Delete \"{name}\"?" : "\"{name}\" törlése?", + "Select target folder" : "Célmappa kiválasztása", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "Szoba URL tárolva itt \"{path}\", mint \"{filename}\".", + "Link stored" : "Link tárolva", + "URL to room could not be stored." : "Szoba URL-t nem lehet tárolni.", + "Error" : "Hiba", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Prezentáció URL-je tárolva itt \"{path}\", mint \"{filename}\".", + "URL to presentation could not be stored." : "Prezentáció URL-t nem lehet tárolni.", + "Delete?" : "Törlés?", + "Could not delete record" : "Nem lehet a felvételt törölni", + "Server error" : "Kiszolgálóhiba", + "Settings saved" : "Beállítások elmentve", + "Unexpected error occurred" : "Váratlan hiba történt", + "API url is invalid" : "API link érvénytelen", + "API secret is invalid" : "API titok érvénytelen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/hy.js b/l10n/hy.js new file mode 100644 index 0000000..762f472 --- /dev/null +++ b/l10n/hy.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Պահպանել", + "Name" : "Անուն", + "Create" : "Ստեղծել", + "Delete" : "հեռացնել", + "Error" : "Սխալ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/hy.json b/l10n/hy.json new file mode 100644 index 0000000..3a54b90 --- /dev/null +++ b/l10n/hy.json @@ -0,0 +1,8 @@ +{ "translations": { + "Save" : "Պահպանել", + "Name" : "Անուն", + "Create" : "Ստեղծել", + "Delete" : "հեռացնել", + "Error" : "Սխալ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/ia.js b/l10n/ia.js new file mode 100644 index 0000000..bd983d5 --- /dev/null +++ b/l10n/ia.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Salveguardar", + "Name" : "Nomine", + "Create" : "Crear", + "Delete" : "Deler", + "Error" : "Error", + "Settings saved" : "Configurationes salveguardate" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ia.json b/l10n/ia.json new file mode 100644 index 0000000..be22ab6 --- /dev/null +++ b/l10n/ia.json @@ -0,0 +1,9 @@ +{ "translations": { + "Save" : "Salveguardar", + "Name" : "Nomine", + "Create" : "Crear", + "Delete" : "Deler", + "Error" : "Error", + "Settings saved" : "Configurationes salveguardate" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/id.js b/l10n/id.js new file mode 100644 index 0000000..35ced4a --- /dev/null +++ b/l10n/id.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Simpan", + "Name" : "Nama", + "Create" : "Buat", + "Delete" : "Hapus", + "Error" : "Kesalahan", + "Server error" : "Kesalahan server", + "Settings saved" : "Pengaturan disimpan" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/id.json b/l10n/id.json new file mode 100644 index 0000000..fedcb90 --- /dev/null +++ b/l10n/id.json @@ -0,0 +1,10 @@ +{ "translations": { + "Save" : "Simpan", + "Name" : "Nama", + "Create" : "Buat", + "Delete" : "Hapus", + "Error" : "Kesalahan", + "Server error" : "Kesalahan server", + "Settings saved" : "Pengaturan disimpan" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/is.js b/l10n/is.js new file mode 100644 index 0000000..be3611a --- /dev/null +++ b/l10n/is.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Vista", + "Name" : "Nafn", + "Welcome" : "Velkomin", + "Create" : "Búa til", + "Delete" : "Eyða", + "Error" : "Villa", + "Server error" : "Villa frá þjóni", + "Settings saved" : "Stillingar vistaðar" +}, +"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/l10n/is.json b/l10n/is.json new file mode 100644 index 0000000..309a48f --- /dev/null +++ b/l10n/is.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Vista", + "Name" : "Nafn", + "Welcome" : "Velkomin", + "Create" : "Búa til", + "Delete" : "Eyða", + "Error" : "Villa", + "Server error" : "Villa frá þjóni", + "Settings saved" : "Stillingar vistaðar" +},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" +} \ No newline at end of file diff --git a/l10n/it.js b/l10n/it.js new file mode 100644 index 0000000..4e77740 --- /dev/null +++ b/l10n/it.js @@ -0,0 +1,39 @@ +OC.L10N.register( + "bbb", + { + "API url or secret not configured. Please contact your administrator." : "URL o segreto API non configurato. Contatta il tuo amministratore.", + "BigBlueButton Integration" : "Integrazione BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Integrazione BigBlueButton per Nextcloud", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Ottieni URL e segreto API eseguendo \"sudo bbb-conf --secret\" sul tuo server BigBlueButton.", + "API url" : "URL API", + "API secret" : "Segreto API", + "Save" : "Salva", + "Please enter your name!" : "Digita il tuo nome!", + "The name must be at least 3 characters long." : "Il nome deve essere composto da almeno 3 caratteri.", + "displayname" : "nomevisualizzato", + "Name" : "Nome", + "Welcome" : "Benvenuto", + "Max" : "Massimo", + "Record" : "Registra", + "Recordings" : "Registrazioni", + "Room name" : "Nome stanza", + "Create" : "Crea", + "_%n participant_::_%n participants_" : ["%n partecipante","%n partecipanti"], + "Delete" : "Elimina", + "Delete \"{name}\"?" : "Vuoi eliminare \"{name}\"?", + "Select target folder" : "Seleziona la cartella di destinazione", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "L'URL per la stanza è stato archiviato in \"{path}\" come \"{filename}\".", + "Link stored" : "Collegamento archiviato", + "URL to room could not be stored." : "L'URL per la stanza non può essere archiviato.", + "Error" : "Errore", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "L'URL per la presentazione è stato archiviato in \"{path}\" come \"{filename}\".", + "URL to presentation could not be stored." : "L'URL per la presentazione non può essere archiviato.", + "Delete?" : "Vuoi eliminare?", + "Could not delete record" : "Impossibile eliminare il record", + "Server error" : "Errore del server", + "Settings saved" : "Impostazioni salvate", + "Unexpected error occurred" : "Si è verificato un errore inatteso", + "API url is invalid" : "L'URL API non è valido", + "API secret is invalid" : "Il segreto API non è valido" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/it.json b/l10n/it.json new file mode 100644 index 0000000..26df165 --- /dev/null +++ b/l10n/it.json @@ -0,0 +1,37 @@ +{ "translations": { + "API url or secret not configured. Please contact your administrator." : "URL o segreto API non configurato. Contatta il tuo amministratore.", + "BigBlueButton Integration" : "Integrazione BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Integrazione BigBlueButton per Nextcloud", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Ottieni URL e segreto API eseguendo \"sudo bbb-conf --secret\" sul tuo server BigBlueButton.", + "API url" : "URL API", + "API secret" : "Segreto API", + "Save" : "Salva", + "Please enter your name!" : "Digita il tuo nome!", + "The name must be at least 3 characters long." : "Il nome deve essere composto da almeno 3 caratteri.", + "displayname" : "nomevisualizzato", + "Name" : "Nome", + "Welcome" : "Benvenuto", + "Max" : "Massimo", + "Record" : "Registra", + "Recordings" : "Registrazioni", + "Room name" : "Nome stanza", + "Create" : "Crea", + "_%n participant_::_%n participants_" : ["%n partecipante","%n partecipanti"], + "Delete" : "Elimina", + "Delete \"{name}\"?" : "Vuoi eliminare \"{name}\"?", + "Select target folder" : "Seleziona la cartella di destinazione", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "L'URL per la stanza è stato archiviato in \"{path}\" come \"{filename}\".", + "Link stored" : "Collegamento archiviato", + "URL to room could not be stored." : "L'URL per la stanza non può essere archiviato.", + "Error" : "Errore", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "L'URL per la presentazione è stato archiviato in \"{path}\" come \"{filename}\".", + "URL to presentation could not be stored." : "L'URL per la presentazione non può essere archiviato.", + "Delete?" : "Vuoi eliminare?", + "Could not delete record" : "Impossibile eliminare il record", + "Server error" : "Errore del server", + "Settings saved" : "Impostazioni salvate", + "Unexpected error occurred" : "Si è verificato un errore inatteso", + "API url is invalid" : "L'URL API non è valido", + "API secret is invalid" : "Il segreto API non è valido" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/ja.js b/l10n/ja.js new file mode 100644 index 0000000..b2b268b --- /dev/null +++ b/l10n/ja.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "保存", + "Name" : "名前", + "Welcome" : "ようこそ", + "Create" : "作成", + "Delete" : "削除", + "Error" : "エラー", + "Server error" : "サーバーエラー", + "Settings saved" : "設定を保存しました" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ja.json b/l10n/ja.json new file mode 100644 index 0000000..3cd715a --- /dev/null +++ b/l10n/ja.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "保存", + "Name" : "名前", + "Welcome" : "ようこそ", + "Create" : "作成", + "Delete" : "削除", + "Error" : "エラー", + "Server error" : "サーバーエラー", + "Settings saved" : "設定を保存しました" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/ka_GE.js b/l10n/ka_GE.js new file mode 100644 index 0000000..f7983c0 --- /dev/null +++ b/l10n/ka_GE.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "bbb", + { + "Save" : "შენახვა", + "Name" : "სახელი", + "Welcome" : "კეთილი იყოს თქვენი მობრძანება", + "Room name" : "ოთახის სახელი", + "Create" : "შექმნა", + "Delete" : "წაშლა", + "Error" : "შეცდომა", + "Server error" : "სერვერის შეცდომა", + "Settings saved" : "პარამეტრები შენახულია" +}, +"nplurals=2; plural=(n!=1);"); diff --git a/l10n/ka_GE.json b/l10n/ka_GE.json new file mode 100644 index 0000000..35661ff --- /dev/null +++ b/l10n/ka_GE.json @@ -0,0 +1,12 @@ +{ "translations": { + "Save" : "შენახვა", + "Name" : "სახელი", + "Welcome" : "კეთილი იყოს თქვენი მობრძანება", + "Room name" : "ოთახის სახელი", + "Create" : "შექმნა", + "Delete" : "წაშლა", + "Error" : "შეცდომა", + "Server error" : "სერვერის შეცდომა", + "Settings saved" : "პარამეტრები შენახულია" +},"pluralForm" :"nplurals=2; plural=(n!=1);" +} \ No newline at end of file diff --git a/l10n/kab.js b/l10n/kab.js new file mode 100644 index 0000000..7e0af3a --- /dev/null +++ b/l10n/kab.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Sekles", + "Delete" : "Kkes" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/kab.json b/l10n/kab.json new file mode 100644 index 0000000..47d0616 --- /dev/null +++ b/l10n/kab.json @@ -0,0 +1,5 @@ +{ "translations": { + "Save" : "Sekles", + "Delete" : "Kkes" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/km.js b/l10n/km.js new file mode 100644 index 0000000..72bcca1 --- /dev/null +++ b/l10n/km.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "bbb", + { + "Save" : "រក្សាទុក", + "Name" : "ឈ្មោះ", + "Create" : "បង្កើត", + "Delete" : "លុប", + "Error" : "កំហុស" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/km.json b/l10n/km.json new file mode 100644 index 0000000..bb82812 --- /dev/null +++ b/l10n/km.json @@ -0,0 +1,8 @@ +{ "translations": { + "Save" : "រក្សាទុក", + "Name" : "ឈ្មោះ", + "Create" : "បង្កើត", + "Delete" : "លុប", + "Error" : "កំហុស" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/kn.js b/l10n/kn.js new file mode 100644 index 0000000..ef5aec3 --- /dev/null +++ b/l10n/kn.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "bbb", + { + "Save" : "ಉಳಿಸಿ", + "Name" : "ಹೆಸರು", + "Create" : "ಸೃಷ್ಟಿಸಿ", + "Delete" : "ಅಳಿಸಿ", + "Error" : "ತಪ್ಪಾಗಿದೆ" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/kn.json b/l10n/kn.json new file mode 100644 index 0000000..09740cf --- /dev/null +++ b/l10n/kn.json @@ -0,0 +1,8 @@ +{ "translations": { + "Save" : "ಉಳಿಸಿ", + "Name" : "ಹೆಸರು", + "Create" : "ಸೃಷ್ಟಿಸಿ", + "Delete" : "ಅಳಿಸಿ", + "Error" : "ತಪ್ಪಾಗಿದೆ" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/l10n/ko.js b/l10n/ko.js new file mode 100644 index 0000000..d93f15a --- /dev/null +++ b/l10n/ko.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "bbb", + { + "Save" : "저장", + "Name" : "이름", + "Welcome" : "환영합니다", + "Room name" : "방 번호", + "Create" : "생성", + "Delete" : "삭제", + "Error" : "오류", + "Server error" : "서버 오류", + "Settings saved" : "설정 저장됨" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ko.json b/l10n/ko.json new file mode 100644 index 0000000..fdec8f4 --- /dev/null +++ b/l10n/ko.json @@ -0,0 +1,12 @@ +{ "translations": { + "Save" : "저장", + "Name" : "이름", + "Welcome" : "환영합니다", + "Room name" : "방 번호", + "Create" : "생성", + "Delete" : "삭제", + "Error" : "오류", + "Server error" : "서버 오류", + "Settings saved" : "설정 저장됨" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/lb.js b/l10n/lb.js new file mode 100644 index 0000000..d13a5c3 --- /dev/null +++ b/l10n/lb.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Späicheren", + "Name" : "Numm", + "Create" : "Erstellen", + "Delete" : "Läschen", + "Error" : "Fehler" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/lb.json b/l10n/lb.json new file mode 100644 index 0000000..6e5fd2e --- /dev/null +++ b/l10n/lb.json @@ -0,0 +1,8 @@ +{ "translations": { + "Save" : "Späicheren", + "Name" : "Numm", + "Create" : "Erstellen", + "Delete" : "Läschen", + "Error" : "Fehler" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js new file mode 100644 index 0000000..6c4a1b3 --- /dev/null +++ b/l10n/lt_LT.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Įrašyti", + "Name" : "Pavadinimas", + "Welcome" : "Sveiki", + "Create" : "Sukurti", + "Delete" : "Ištrinti", + "Error" : "Klaida", + "Server error" : "Serverio klaida", + "Settings saved" : "Nustatymai įrašyti" +}, +"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json new file mode 100644 index 0000000..d933791 --- /dev/null +++ b/l10n/lt_LT.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Įrašyti", + "Name" : "Pavadinimas", + "Welcome" : "Sveiki", + "Create" : "Sukurti", + "Delete" : "Ištrinti", + "Error" : "Klaida", + "Server error" : "Serverio klaida", + "Settings saved" : "Nustatymai įrašyti" +},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" +} \ No newline at end of file diff --git a/l10n/lv.js b/l10n/lv.js new file mode 100644 index 0000000..1aa9fb4 --- /dev/null +++ b/l10n/lv.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "bbb", + { + "API url or secret not configured. Please contact your administrator." : "API saite vai slepenais kods nav uzstādīts. Lūdzu sazinieties ar administratoru.", + "BigBlueButton Integration" : "BigBlueButton Integrācija", + "BigBlueButton integration for Nextcloud" : "BigBlueButton integrācija priekš Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Šī programma ļauj veidot video sapulces ar attālinātu [BigBlueButton](https://bigbluebutton.org) instalāciju.\n\n* **Sapulču telpu iestatīšana** Veidojiet sapulču telpu konfigurācijas ar nosaukumiem, sveicieniem, ...\n* **Kopīgo viesa saiti** Kopīgo sapulču telpu saiti jebkuram dalībniekam\n* **Pielāgotas prezentācijas** Startēt istabu ar īpaši izvēlētu jūsu prezentāciju\n* **Pārvaldīt ierakstus** Skati, kopīgo vai dzēs istabu ierakstus.\n\nVajag izstrādātājus! Ja tev ir laiks un vēlies palīdzēt uzlabot šo programmu.\n\n*Š\"i programma integrē BigBlueButton un tā nav atbalstīta vai sertificēta no BigBlueButton Inc. BigBlueButton un BigBlueButton Logo ir BigBlueButton Inc. preču zīmes.", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Iegūstiet API saitu slepeno kodu zipildot \"sudo bbb-conf --secret\" jūsu BigBlueButton serverī.", + "API url" : "API saite", + "API secret" : "API slepenais kods", + "Save" : "Saglabāt", + "Please enter your name!" : "Ludzu ieraksties savu vārdu@", + "The name must be at least 3 characters long." : "Vārdam jābūt vismaz 3 rakstzīmes garam.", + "displayname" : "parādāmais vārds", + "Name" : "Vārds", + "Welcome" : "Laipni lūdzam!", + "Max" : "Maksimāli", + "Record" : "Ierakstīt", + "Recordings" : "Ieraksta", + "Room name" : "Sapulču telpas nosaukums", + "Create" : "Izveidot", + "_%n participant_::_%n participants_" : ["dalībnieki - %n","%n dalībnieks","%n dalībnieki"], + "Delete" : "Dzēst", + "Delete \"{name}\"?" : "Dzēst \"{name}\"?", + "Select target folder" : "Izvēlaties mērķa mapi", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "Sapulču telpas saite ir noglabāta \"{path}\" kā \"{filename}\".", + "Link stored" : "Saite noglabāta", + "URL to room could not be stored." : "Sapulču telpas saiti nevar noglabāt.", + "Error" : "Kļūda", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Prezentācijas saite ir noglabāta \"{path}\" kā \"{filename}\".", + "URL to presentation could not be stored." : "Prezentācijas saiti nevar noglabāt.", + "Delete?" : "Dzēst?", + "Could not delete record" : "Nevar dzēst ierakstu", + "Server error" : "Servera kļūda", + "Settings saved" : "Iestatījumi saglabāti", + "Unexpected error occurred" : "Neparedzēta kļūda", + "API url is invalid" : "API saite nav pareiza", + "API secret is invalid" : "API slepenais kods nav pareizs" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/l10n/lv.json b/l10n/lv.json new file mode 100644 index 0000000..d379a66 --- /dev/null +++ b/l10n/lv.json @@ -0,0 +1,38 @@ +{ "translations": { + "API url or secret not configured. Please contact your administrator." : "API saite vai slepenais kods nav uzstādīts. Lūdzu sazinieties ar administratoru.", + "BigBlueButton Integration" : "BigBlueButton Integrācija", + "BigBlueButton integration for Nextcloud" : "BigBlueButton integrācija priekš Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Šī programma ļauj veidot video sapulces ar attālinātu [BigBlueButton](https://bigbluebutton.org) instalāciju.\n\n* **Sapulču telpu iestatīšana** Veidojiet sapulču telpu konfigurācijas ar nosaukumiem, sveicieniem, ...\n* **Kopīgo viesa saiti** Kopīgo sapulču telpu saiti jebkuram dalībniekam\n* **Pielāgotas prezentācijas** Startēt istabu ar īpaši izvēlētu jūsu prezentāciju\n* **Pārvaldīt ierakstus** Skati, kopīgo vai dzēs istabu ierakstus.\n\nVajag izstrādātājus! Ja tev ir laiks un vēlies palīdzēt uzlabot šo programmu.\n\n*Š\"i programma integrē BigBlueButton un tā nav atbalstīta vai sertificēta no BigBlueButton Inc. BigBlueButton un BigBlueButton Logo ir BigBlueButton Inc. preču zīmes.", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Iegūstiet API saitu slepeno kodu zipildot \"sudo bbb-conf --secret\" jūsu BigBlueButton serverī.", + "API url" : "API saite", + "API secret" : "API slepenais kods", + "Save" : "Saglabāt", + "Please enter your name!" : "Ludzu ieraksties savu vārdu@", + "The name must be at least 3 characters long." : "Vārdam jābūt vismaz 3 rakstzīmes garam.", + "displayname" : "parādāmais vārds", + "Name" : "Vārds", + "Welcome" : "Laipni lūdzam!", + "Max" : "Maksimāli", + "Record" : "Ierakstīt", + "Recordings" : "Ieraksta", + "Room name" : "Sapulču telpas nosaukums", + "Create" : "Izveidot", + "_%n participant_::_%n participants_" : ["dalībnieki - %n","%n dalībnieks","%n dalībnieki"], + "Delete" : "Dzēst", + "Delete \"{name}\"?" : "Dzēst \"{name}\"?", + "Select target folder" : "Izvēlaties mērķa mapi", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "Sapulču telpas saite ir noglabāta \"{path}\" kā \"{filename}\".", + "Link stored" : "Saite noglabāta", + "URL to room could not be stored." : "Sapulču telpas saiti nevar noglabāt.", + "Error" : "Kļūda", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Prezentācijas saite ir noglabāta \"{path}\" kā \"{filename}\".", + "URL to presentation could not be stored." : "Prezentācijas saiti nevar noglabāt.", + "Delete?" : "Dzēst?", + "Could not delete record" : "Nevar dzēst ierakstu", + "Server error" : "Servera kļūda", + "Settings saved" : "Iestatījumi saglabāti", + "Unexpected error occurred" : "Neparedzēta kļūda", + "API url is invalid" : "API saite nav pareiza", + "API secret is invalid" : "API slepenais kods nav pareizs" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +} \ No newline at end of file diff --git a/l10n/mk.js b/l10n/mk.js new file mode 100644 index 0000000..20028d9 --- /dev/null +++ b/l10n/mk.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Зачувај", + "Name" : "Име", + "Create" : "Креирај", + "Delete" : "Избриши", + "Error" : "Грешка", + "Settings saved" : "Параматрите се зачувани" +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/l10n/mk.json b/l10n/mk.json new file mode 100644 index 0000000..77b4edc --- /dev/null +++ b/l10n/mk.json @@ -0,0 +1,9 @@ +{ "translations": { + "Save" : "Зачувај", + "Name" : "Име", + "Create" : "Креирај", + "Delete" : "Избриши", + "Error" : "Грешка", + "Settings saved" : "Параматрите се зачувани" +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file diff --git a/l10n/mn.js b/l10n/mn.js new file mode 100644 index 0000000..2b290ab --- /dev/null +++ b/l10n/mn.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Хадгалах", + "Name" : "Нэр", + "Welcome" : "Тавтай морил", + "Create" : "Үүсгэх", + "Delete" : "Устгах", + "Error" : "Алдаа", + "Server error" : "серверийн алдаа", + "Settings saved" : "Тохиргоо хадгалагдлаа" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/mn.json b/l10n/mn.json new file mode 100644 index 0000000..9287ef6 --- /dev/null +++ b/l10n/mn.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Хадгалах", + "Name" : "Нэр", + "Welcome" : "Тавтай морил", + "Create" : "Үүсгэх", + "Delete" : "Устгах", + "Error" : "Алдаа", + "Server error" : "серверийн алдаа", + "Settings saved" : "Тохиргоо хадгалагдлаа" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/ms_MY.js b/l10n/ms_MY.js new file mode 100644 index 0000000..3f82467 --- /dev/null +++ b/l10n/ms_MY.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Simpan", + "Name" : "Nama", + "Create" : "Buat", + "Delete" : "Padam", + "Error" : "Ralat" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ms_MY.json b/l10n/ms_MY.json new file mode 100644 index 0000000..7a24342 --- /dev/null +++ b/l10n/ms_MY.json @@ -0,0 +1,8 @@ +{ "translations": { + "Save" : "Simpan", + "Name" : "Nama", + "Create" : "Buat", + "Delete" : "Padam", + "Error" : "Ralat" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/nb.js b/l10n/nb.js new file mode 100644 index 0000000..4cca5bd --- /dev/null +++ b/l10n/nb.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Lagre", + "Name" : "Navn", + "Welcome" : "Velkommen", + "Room name" : "Romnavn", + "Create" : "Ny", + "Delete" : "Slett", + "Error" : "Feil", + "Server error" : "Tjenerfeil", + "Settings saved" : "Innstillinger lagret" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/nb.json b/l10n/nb.json new file mode 100644 index 0000000..7f73e41 --- /dev/null +++ b/l10n/nb.json @@ -0,0 +1,12 @@ +{ "translations": { + "Save" : "Lagre", + "Name" : "Navn", + "Welcome" : "Velkommen", + "Room name" : "Romnavn", + "Create" : "Ny", + "Delete" : "Slett", + "Error" : "Feil", + "Server error" : "Tjenerfeil", + "Settings saved" : "Innstillinger lagret" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/nl.js b/l10n/nl.js new file mode 100644 index 0000000..83eb291 --- /dev/null +++ b/l10n/nl.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "bbb", + { + "API url or secret not configured. Please contact your administrator." : "API url of secret niet geconfigureerd. Neem contact met je beheerder.", + "BigBlueButton Integration" : "BigBlueButton Integratie", + "BigBlueButton integration for Nextcloud" : "BigBlueButton integratie voor Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Deze app maakt het mogelijk om vergaderingen te creëren met een extern geïnstalleerde versie van [BigBlueButton] (https://bigbluebutton.org) .\n\n* ** Kameropstelling ** Maak meerdere kamerconfiguraties met naam, welkomstbericht, ...\n\n* ** Deel gastlink ** Deel de kamerlink met al je gasten\n* ** Aangepaste presentatie ** Start een kamer met een geselecteerde presentatie vanuit je bestandsbrowser\n* ** Beheer opnames ** Bekijk, deel en verwijder opnames voor je kamers\n\nOntwikkelaar gezocht! Als je tijd hebt, zou het geweldig zijn als je zou kunnen helpen met het verbeteren van deze applicatie.\n\n* Deze app integreert BigBlueButton en is niet goedgekeurd of gecertificeerd door BigBlueButton Inc. BigBlueButton en het BigBlueButton-logo zijn handelsmerken van BigBlueButton Inc. *", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Haal je API url en secret op door het uitvoeren van \"sudo bbb-conf --secret\" op je BigBlueButton server. ", + "API url" : "API url", + "API secret" : "API secret", + "Save" : "Opslaan", + "Please enter your name!" : "Voer je naam in!", + "The name must be at least 3 characters long." : "De naam moet minimaal 3 tekens lang zijn", + "displayname" : "weergavenaam", + "Name" : "Naam", + "Welcome" : "Welkom", + "Max" : "Max", + "Record" : "Opname", + "Recordings" : "Opnames", + "Room name" : "Kamernaam", + "Create" : "Creëren", + "_%n participant_::_%n participants_" : ["%n deelnemer","%n deelnemers"], + "Delete" : "Verwijderen", + "Delete \"{name}\"?" : "Verwijderen \"{name}\"?", + "Select target folder" : "Selecteer doelmap", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "Kamer URL werd opgeslagen in \"{path}\" als \"{filename}\".", + "Link stored" : "Link opgeslagen", + "URL to room could not be stored." : "URL naar ruimte kon niet worden opgeslagen.", + "Error" : "Fout", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "URL naar presentatie werd opgeslagen in \"{path}\" als \"{filename}\".", + "URL to presentation could not be stored." : "URL naar presentatie kon niet worden opgeslagen.", + "Delete?" : "Verwijderen?", + "Could not delete record" : "Kon record niet verwijderen", + "Server error" : "Serverfout", + "Settings saved" : "Instellingen bewaard", + "Unexpected error occurred" : "Onverwachte fout opgetreden", + "API url is invalid" : "API url is ongeldig", + "API secret is invalid" : "API secret is ongeldig" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/nl.json b/l10n/nl.json new file mode 100644 index 0000000..50ec890 --- /dev/null +++ b/l10n/nl.json @@ -0,0 +1,38 @@ +{ "translations": { + "API url or secret not configured. Please contact your administrator." : "API url of secret niet geconfigureerd. Neem contact met je beheerder.", + "BigBlueButton Integration" : "BigBlueButton Integratie", + "BigBlueButton integration for Nextcloud" : "BigBlueButton integratie voor Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Deze app maakt het mogelijk om vergaderingen te creëren met een extern geïnstalleerde versie van [BigBlueButton] (https://bigbluebutton.org) .\n\n* ** Kameropstelling ** Maak meerdere kamerconfiguraties met naam, welkomstbericht, ...\n\n* ** Deel gastlink ** Deel de kamerlink met al je gasten\n* ** Aangepaste presentatie ** Start een kamer met een geselecteerde presentatie vanuit je bestandsbrowser\n* ** Beheer opnames ** Bekijk, deel en verwijder opnames voor je kamers\n\nOntwikkelaar gezocht! Als je tijd hebt, zou het geweldig zijn als je zou kunnen helpen met het verbeteren van deze applicatie.\n\n* Deze app integreert BigBlueButton en is niet goedgekeurd of gecertificeerd door BigBlueButton Inc. BigBlueButton en het BigBlueButton-logo zijn handelsmerken van BigBlueButton Inc. *", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Haal je API url en secret op door het uitvoeren van \"sudo bbb-conf --secret\" op je BigBlueButton server. ", + "API url" : "API url", + "API secret" : "API secret", + "Save" : "Opslaan", + "Please enter your name!" : "Voer je naam in!", + "The name must be at least 3 characters long." : "De naam moet minimaal 3 tekens lang zijn", + "displayname" : "weergavenaam", + "Name" : "Naam", + "Welcome" : "Welkom", + "Max" : "Max", + "Record" : "Opname", + "Recordings" : "Opnames", + "Room name" : "Kamernaam", + "Create" : "Creëren", + "_%n participant_::_%n participants_" : ["%n deelnemer","%n deelnemers"], + "Delete" : "Verwijderen", + "Delete \"{name}\"?" : "Verwijderen \"{name}\"?", + "Select target folder" : "Selecteer doelmap", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "Kamer URL werd opgeslagen in \"{path}\" als \"{filename}\".", + "Link stored" : "Link opgeslagen", + "URL to room could not be stored." : "URL naar ruimte kon niet worden opgeslagen.", + "Error" : "Fout", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "URL naar presentatie werd opgeslagen in \"{path}\" als \"{filename}\".", + "URL to presentation could not be stored." : "URL naar presentatie kon niet worden opgeslagen.", + "Delete?" : "Verwijderen?", + "Could not delete record" : "Kon record niet verwijderen", + "Server error" : "Serverfout", + "Settings saved" : "Instellingen bewaard", + "Unexpected error occurred" : "Onverwachte fout opgetreden", + "API url is invalid" : "API url is ongeldig", + "API secret is invalid" : "API secret is ongeldig" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/nn_NO.js b/l10n/nn_NO.js new file mode 100644 index 0000000..4bae1bd --- /dev/null +++ b/l10n/nn_NO.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Lagre", + "Name" : "Namn", + "Create" : "Lag", + "Delete" : "Ta bort", + "Error" : "Feil" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/nn_NO.json b/l10n/nn_NO.json new file mode 100644 index 0000000..2b723fb --- /dev/null +++ b/l10n/nn_NO.json @@ -0,0 +1,8 @@ +{ "translations": { + "Save" : "Lagre", + "Name" : "Namn", + "Create" : "Lag", + "Delete" : "Ta bort", + "Error" : "Feil" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/oc.js b/l10n/oc.js new file mode 100644 index 0000000..492c368 --- /dev/null +++ b/l10n/oc.js @@ -0,0 +1,30 @@ +OC.L10N.register( + "bbb", + { + "BigBlueButton Integration" : "Integracion BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Integracion Nextcloud per BigBlueButton", + "API url" : "Url API", + "API secret" : "Secret API", + "Save" : "Salvar", + "Please enter your name!" : "Picatz vòstre nom !", + "The name must be at least 3 characters long." : "Lo nom deu almens fa 3 caractèrs.", + "displayname" : "escais-nom", + "Name" : "Nom", + "Welcome" : "Benvengut", + "Max" : "Max", + "Record" : "Enregistrar", + "Recordings" : "Enregistraments", + "Room name" : "Nom de la sala", + "Create" : "Crear", + "_%n participant_::_%n participants_" : ["%n participant","%n participants"], + "Delete" : "Suprimir", + "Delete \"{name}\"?" : "Suprimir « {name} » ?", + "Error" : "Error", + "Delete?" : "Suprimir ?", + "Could not delete record" : "Supression de l’enregistrament impossibla", + "Server error" : "Error del servidor", + "Settings saved" : "Paramètres enregistrats", + "API url is invalid" : "Ulr API invalida", + "API secret is invalid" : "Secret API invalid" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/oc.json b/l10n/oc.json new file mode 100644 index 0000000..85b2556 --- /dev/null +++ b/l10n/oc.json @@ -0,0 +1,28 @@ +{ "translations": { + "BigBlueButton Integration" : "Integracion BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Integracion Nextcloud per BigBlueButton", + "API url" : "Url API", + "API secret" : "Secret API", + "Save" : "Salvar", + "Please enter your name!" : "Picatz vòstre nom !", + "The name must be at least 3 characters long." : "Lo nom deu almens fa 3 caractèrs.", + "displayname" : "escais-nom", + "Name" : "Nom", + "Welcome" : "Benvengut", + "Max" : "Max", + "Record" : "Enregistrar", + "Recordings" : "Enregistraments", + "Room name" : "Nom de la sala", + "Create" : "Crear", + "_%n participant_::_%n participants_" : ["%n participant","%n participants"], + "Delete" : "Suprimir", + "Delete \"{name}\"?" : "Suprimir « {name} » ?", + "Error" : "Error", + "Delete?" : "Suprimir ?", + "Could not delete record" : "Supression de l’enregistrament impossibla", + "Server error" : "Error del servidor", + "Settings saved" : "Paramètres enregistrats", + "API url is invalid" : "Ulr API invalida", + "API secret is invalid" : "Secret API invalid" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/l10n/pl.js b/l10n/pl.js new file mode 100644 index 0000000..ed47068 --- /dev/null +++ b/l10n/pl.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "bbb", + { + "API url or secret not configured. Please contact your administrator." : "Adres API lub klucz sekretny nie jest skonfigurowany. Skontaktuj się z administratorem.", + "BigBlueButton Integration" : "BigBlueButton Integration", + "BigBlueButton integration for Nextcloud" : "Integracja BigBlueButton dla Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Ta aplikacja pozwala na tworzenie spotkań z zewnętrzną instalacją [BigBlueButton](https://bigbluebutton.org).\n\n* **Konfiguracja pokoju** Utwórz wiele konfiguracji pokoju z nazwą, wiadomością powitalną...\n* **Udostępnij link dla gościa** Udostępnij link do pokoju wszystkim swoim gościom\n* **Prezentacja niestandardowa** Rozpocznij pokój z wybraną prezentacją w przeglądarce plików\n* **Zarządzaj nagraniami** Przeglądaj, udostępniaj i usuwaj nagrania do swoich pokoi\n\nDeweloper poszukuje! Jeśli masz czas, byłoby wspaniale, gdybyś mógł ulepszyć tę aplikację.\n\n*Ta aplikacja integruje BigBlueButton i nie jest zatwierdzona ani certyfikowana przez BigBlueButton Inc. BigBlueButton i logo BigBlueButton są znakami towarowymi firmy BigBlueButton Inc.*", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Uzyskaj adres URL i tajny interfejs API, wykonując polecenie \"sudo bbb-conf --secret\" na serwerze BigBlueButton.", + "API url" : "Adres URL interfejsu API", + "API secret" : "Tajny interfejs API", + "Save" : "Zapisz", + "Please enter your name!" : "Wpisz swoją nazwę!", + "The name must be at least 3 characters long." : "Nazwa musi zawierać co najmniej 3 znaki.", + "displayname" : "wyświetlana nazwa", + "Name" : "Nazwa", + "Welcome" : "Witaj", + "Max" : "Maks.", + "Record" : "Nagrywać", + "Recordings" : "Nagrania", + "Room name" : "Nazwa pokoju", + "Create" : "Utwórz", + "_%n participant_::_%n participants_" : ["%n uczestnik","%n uczestników","%n uczestników","%n uczestników"], + "Delete" : "Usuń", + "Delete \"{name}\"?" : "Usunąć \"{name}\"?", + "Select target folder" : "Wybierz katalog docelowy", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "Adres URL pokoju został zapisany w \"{path}\" jako \"{filename}\".", + "Link stored" : "Link zapisany", + "URL to room could not be stored." : "Nie można zapisać adresu URL pokoju.", + "Error" : "Błąd", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Adres URL prezentacji został zapisany w \"{path}\" jako \"{filename}\".", + "URL to presentation could not be stored." : "Nie można zapisać adresu URL prezentacji.", + "Delete?" : "Usunąć?", + "Could not delete record" : "Nie można usunąć nagrania", + "Server error" : "Błąd serwera", + "Settings saved" : "Zapisano ustawienia", + "Unexpected error occurred" : "Wystąpił nieoczekiwany błąd", + "API url is invalid" : "Adres URL interfejsu API jest nieprawidłowy", + "API secret is invalid" : "Tajny interfejs API jest nieprawidłowy" +}, +"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/l10n/pl.json b/l10n/pl.json new file mode 100644 index 0000000..b8f9af0 --- /dev/null +++ b/l10n/pl.json @@ -0,0 +1,38 @@ +{ "translations": { + "API url or secret not configured. Please contact your administrator." : "Adres API lub klucz sekretny nie jest skonfigurowany. Skontaktuj się z administratorem.", + "BigBlueButton Integration" : "BigBlueButton Integration", + "BigBlueButton integration for Nextcloud" : "Integracja BigBlueButton dla Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Ta aplikacja pozwala na tworzenie spotkań z zewnętrzną instalacją [BigBlueButton](https://bigbluebutton.org).\n\n* **Konfiguracja pokoju** Utwórz wiele konfiguracji pokoju z nazwą, wiadomością powitalną...\n* **Udostępnij link dla gościa** Udostępnij link do pokoju wszystkim swoim gościom\n* **Prezentacja niestandardowa** Rozpocznij pokój z wybraną prezentacją w przeglądarce plików\n* **Zarządzaj nagraniami** Przeglądaj, udostępniaj i usuwaj nagrania do swoich pokoi\n\nDeweloper poszukuje! Jeśli masz czas, byłoby wspaniale, gdybyś mógł ulepszyć tę aplikację.\n\n*Ta aplikacja integruje BigBlueButton i nie jest zatwierdzona ani certyfikowana przez BigBlueButton Inc. BigBlueButton i logo BigBlueButton są znakami towarowymi firmy BigBlueButton Inc.*", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Uzyskaj adres URL i tajny interfejs API, wykonując polecenie \"sudo bbb-conf --secret\" na serwerze BigBlueButton.", + "API url" : "Adres URL interfejsu API", + "API secret" : "Tajny interfejs API", + "Save" : "Zapisz", + "Please enter your name!" : "Wpisz swoją nazwę!", + "The name must be at least 3 characters long." : "Nazwa musi zawierać co najmniej 3 znaki.", + "displayname" : "wyświetlana nazwa", + "Name" : "Nazwa", + "Welcome" : "Witaj", + "Max" : "Maks.", + "Record" : "Nagrywać", + "Recordings" : "Nagrania", + "Room name" : "Nazwa pokoju", + "Create" : "Utwórz", + "_%n participant_::_%n participants_" : ["%n uczestnik","%n uczestników","%n uczestników","%n uczestników"], + "Delete" : "Usuń", + "Delete \"{name}\"?" : "Usunąć \"{name}\"?", + "Select target folder" : "Wybierz katalog docelowy", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "Adres URL pokoju został zapisany w \"{path}\" jako \"{filename}\".", + "Link stored" : "Link zapisany", + "URL to room could not be stored." : "Nie można zapisać adresu URL pokoju.", + "Error" : "Błąd", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Adres URL prezentacji został zapisany w \"{path}\" jako \"{filename}\".", + "URL to presentation could not be stored." : "Nie można zapisać adresu URL prezentacji.", + "Delete?" : "Usunąć?", + "Could not delete record" : "Nie można usunąć nagrania", + "Server error" : "Błąd serwera", + "Settings saved" : "Zapisano ustawienia", + "Unexpected error occurred" : "Wystąpił nieoczekiwany błąd", + "API url is invalid" : "Adres URL interfejsu API jest nieprawidłowy", + "API secret is invalid" : "Tajny interfejs API jest nieprawidłowy" +},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" +} \ No newline at end of file diff --git a/l10n/ps.js b/l10n/ps.js new file mode 100644 index 0000000..0f01e35 --- /dev/null +++ b/l10n/ps.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "bbb", + { + "Save" : "ساتل", + "Name" : "نوم", + "Delete" : "ړنګول", + "Error" : "شسیب" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ps.json b/l10n/ps.json new file mode 100644 index 0000000..aa38914 --- /dev/null +++ b/l10n/ps.json @@ -0,0 +1,7 @@ +{ "translations": { + "Save" : "ساتل", + "Name" : "نوم", + "Delete" : "ړنګول", + "Error" : "شسیب" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js new file mode 100644 index 0000000..ba1d6ea --- /dev/null +++ b/l10n/pt_BR.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "bbb", + { + "API url or secret not configured. Please contact your administrator." : "Url ou senha da API não configurada. Contacte o administrador.", + "BigBlueButton Integration" : "Integração BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Integração BigBlueButton para Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Este aplicativo permite criar reuniões com uma instalação externa do [BigBlueButton] (https://bigbluebutton.org).\n\n* **Configuração da Sala** Crie várias configurações de sala com nome, mensagens de boas vindas, ...\n* **Compartilhe o link para convidados** Compartilhe o link da sala com todos os seus convidados\n* **Apresentações personalizadas** Inicie uma sala com uma apresentação selecionada do navegador de arquivos\n* **Gerencie gravações** Veja, compartilhe e exclua gravações das suas salas\n\nProcura-se desenvolvedores! Se você tiver tempo, sua ajuda para melhorar este aplicativo seria incrível!\n\n*Este aplicativo integra o BigBlueButton e não é endossado ou certificado pela BigBlueButton Inc. BigBlueButton e seu logotipo são marcas comerciais da BigBlueButton Inc.*", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Obtenha a url e senha da API digitando \"sudo bbb-conf --secret\" em seu servidor BigBlueButton.", + "API url" : "Url da API", + "API secret" : "Senha da API", + "Save" : "Salvar", + "Please enter your name!" : "Digite seu nome!", + "The name must be at least 3 characters long." : "O nome deve ter ao menos 3 caracteres.", + "displayname" : "displayname", + "Name" : "Nome", + "Welcome" : "Bem-vindo", + "Max" : "Máx", + "Record" : "Gravar", + "Recordings" : "Gravações", + "Room name" : "Nome da sala", + "Create" : "Criar", + "_%n participant_::_%n participants_" : ["%n participante","%n participantes"], + "Delete" : "Excluir", + "Delete \"{name}\"?" : "Excluir \"{name}\"?", + "Select target folder" : "Selecione a pasta destino", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "A URL da sala foi guardada em \"{path}\" como \"{filename}\".", + "Link stored" : "Link guardado", + "URL to room could not be stored." : "A URL da sala não pôde ser guardada.", + "Error" : "Erro", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "A URL da apresentação foi guardada em \"{path}\" como \"{filename}\".", + "URL to presentation could not be stored." : "A URL da apresentação não pôde ser guardada.", + "Delete?" : "Excluir?", + "Could not delete record" : "Não foi possível excluir a gravação", + "Server error" : "Erro no servidor", + "Settings saved" : "Configurações salvas", + "Unexpected error occurred" : "Ocorreu um erro inesperado", + "API url is invalid" : "A url da API é inválida", + "API secret is invalid" : "A senha da API é inválida" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json new file mode 100644 index 0000000..838e6b0 --- /dev/null +++ b/l10n/pt_BR.json @@ -0,0 +1,38 @@ +{ "translations": { + "API url or secret not configured. Please contact your administrator." : "Url ou senha da API não configurada. Contacte o administrador.", + "BigBlueButton Integration" : "Integração BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Integração BigBlueButton para Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Este aplicativo permite criar reuniões com uma instalação externa do [BigBlueButton] (https://bigbluebutton.org).\n\n* **Configuração da Sala** Crie várias configurações de sala com nome, mensagens de boas vindas, ...\n* **Compartilhe o link para convidados** Compartilhe o link da sala com todos os seus convidados\n* **Apresentações personalizadas** Inicie uma sala com uma apresentação selecionada do navegador de arquivos\n* **Gerencie gravações** Veja, compartilhe e exclua gravações das suas salas\n\nProcura-se desenvolvedores! Se você tiver tempo, sua ajuda para melhorar este aplicativo seria incrível!\n\n*Este aplicativo integra o BigBlueButton e não é endossado ou certificado pela BigBlueButton Inc. BigBlueButton e seu logotipo são marcas comerciais da BigBlueButton Inc.*", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Obtenha a url e senha da API digitando \"sudo bbb-conf --secret\" em seu servidor BigBlueButton.", + "API url" : "Url da API", + "API secret" : "Senha da API", + "Save" : "Salvar", + "Please enter your name!" : "Digite seu nome!", + "The name must be at least 3 characters long." : "O nome deve ter ao menos 3 caracteres.", + "displayname" : "displayname", + "Name" : "Nome", + "Welcome" : "Bem-vindo", + "Max" : "Máx", + "Record" : "Gravar", + "Recordings" : "Gravações", + "Room name" : "Nome da sala", + "Create" : "Criar", + "_%n participant_::_%n participants_" : ["%n participante","%n participantes"], + "Delete" : "Excluir", + "Delete \"{name}\"?" : "Excluir \"{name}\"?", + "Select target folder" : "Selecione a pasta destino", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "A URL da sala foi guardada em \"{path}\" como \"{filename}\".", + "Link stored" : "Link guardado", + "URL to room could not be stored." : "A URL da sala não pôde ser guardada.", + "Error" : "Erro", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "A URL da apresentação foi guardada em \"{path}\" como \"{filename}\".", + "URL to presentation could not be stored." : "A URL da apresentação não pôde ser guardada.", + "Delete?" : "Excluir?", + "Could not delete record" : "Não foi possível excluir a gravação", + "Server error" : "Erro no servidor", + "Settings saved" : "Configurações salvas", + "Unexpected error occurred" : "Ocorreu um erro inesperado", + "API url is invalid" : "A url da API é inválida", + "API secret is invalid" : "A senha da API é inválida" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js new file mode 100644 index 0000000..17d812e --- /dev/null +++ b/l10n/pt_PT.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Guardar", + "Name" : "Nome", + "Welcome" : "Bem-vindo", + "Room name" : "Nome da sala", + "Create" : "Criar", + "Delete" : "Apagar", + "Error" : "Erro", + "Server error" : "Erro do servidor", + "Settings saved" : "Definições guardadas" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json new file mode 100644 index 0000000..40aa337 --- /dev/null +++ b/l10n/pt_PT.json @@ -0,0 +1,12 @@ +{ "translations": { + "Save" : "Guardar", + "Name" : "Nome", + "Welcome" : "Bem-vindo", + "Room name" : "Nome da sala", + "Create" : "Criar", + "Delete" : "Apagar", + "Error" : "Erro", + "Server error" : "Erro do servidor", + "Settings saved" : "Definições guardadas" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/ro.js b/l10n/ro.js new file mode 100644 index 0000000..0dbf0a7 --- /dev/null +++ b/l10n/ro.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Salvează", + "Name" : "Nume", + "Welcome" : "Bun venit", + "Create" : "Creează", + "Delete" : "Șterge", + "Error" : "Eroare", + "Server error" : "Eroare server", + "Settings saved" : "Setările au fost salvate" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/l10n/ro.json b/l10n/ro.json new file mode 100644 index 0000000..77e5c01 --- /dev/null +++ b/l10n/ro.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "Salvează", + "Name" : "Nume", + "Welcome" : "Bun venit", + "Create" : "Creează", + "Delete" : "Șterge", + "Error" : "Eroare", + "Server error" : "Eroare server", + "Settings saved" : "Setările au fost salvate" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file diff --git a/l10n/ru.js b/l10n/ru.js new file mode 100644 index 0000000..868ada8 --- /dev/null +++ b/l10n/ru.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "bbb", + { + "API url or secret not configured. Please contact your administrator." : "API url или секрет не сконфигурированы. Пожалуйста, свяжитесь с вашим администратором. ", + "BigBlueButton Integration" : "Интеграция BigBlueButton (\"большая голубая кнопка\")", + "BigBlueButton integration for Nextcloud" : "Интеграция BigBlueButton (\"большая голубая кнопка\") для Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Это приложение позволяет создавать встречи с внешней инсталляцией [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Создает множественную конфигурацию комнаты с именем, приевтсвием, ...\n* **Share guest link** Поделиться ссылкой на комнату со всеми вашими гостями\n* **Custom presentation** Стартует комнату с выбранной презентацией из ваушего браузера файлов\n* **Manage recordings** Смотреть, делиться и удалять записи для ваших комнат\n\nТребуется разработчик! Если у вас есть время, было бы здорово, если бы вы могли помочь улучшить это приложение.\n\n*Это приложение интегрирует BigBlueButton и не является одобренным или сертифицированным BigBlueButton Inc. BigBlueButton и BigBlueButton лого являются торговыми марками BigBlueButton Inc.*", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Получите ваш API url и секрет выполнив команду \"sudo bbb-conf --secret\" на вашемr BigBlueButton сервере.", + "API url" : "API url", + "API secret" : "API секрет", + "Save" : "Сохранить", + "Please enter your name!" : "Пожалуйста, введите ваше имя!", + "The name must be at least 3 characters long." : "Имя должно быть длиной не менее трех символов.", + "displayname" : "Отображаемое имя", + "Name" : "Название", + "Welcome" : "Добро пожаловать", + "Max" : "Макс", + "Record" : "Записать", + "Recordings" : "Записи", + "Room name" : "Название комнаты", + "Create" : "Создать", + "_%n participant_::_%n participants_" : ["%n участник","%n участников","%n участников","%n участник"], + "Delete" : "Удалить", + "Delete \"{name}\"?" : "Удалить \"{name}\"?", + "Select target folder" : "Выберите папку назначения", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "URL комнаты был сохранен в \"{path}\" как \"{filename}\".", + "Link stored" : "Ссылка сохранена", + "URL to room could not be stored." : "URL комнаты не может быть сохранен.", + "Error" : "Ошибка", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "URL к презентации был сохранен в \"{path}\" как \"{filename}\".", + "URL to presentation could not be stored." : "URL к презентации не может быть сохранен.", + "Delete?" : "Удалить?", + "Could not delete record" : "Не возможно удалить запись.", + "Server error" : "Ошибка сервера", + "Settings saved" : "Настройки сохранены", + "Unexpected error occurred" : "Произошла неожиданная ошибка", + "API url is invalid" : "API url недействительна", + "API secret is invalid" : "API секрет недействительный" +}, +"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/l10n/ru.json b/l10n/ru.json new file mode 100644 index 0000000..ff0bb34 --- /dev/null +++ b/l10n/ru.json @@ -0,0 +1,38 @@ +{ "translations": { + "API url or secret not configured. Please contact your administrator." : "API url или секрет не сконфигурированы. Пожалуйста, свяжитесь с вашим администратором. ", + "BigBlueButton Integration" : "Интеграция BigBlueButton (\"большая голубая кнопка\")", + "BigBlueButton integration for Nextcloud" : "Интеграция BigBlueButton (\"большая голубая кнопка\") для Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Это приложение позволяет создавать встречи с внешней инсталляцией [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Создает множественную конфигурацию комнаты с именем, приевтсвием, ...\n* **Share guest link** Поделиться ссылкой на комнату со всеми вашими гостями\n* **Custom presentation** Стартует комнату с выбранной презентацией из ваушего браузера файлов\n* **Manage recordings** Смотреть, делиться и удалять записи для ваших комнат\n\nТребуется разработчик! Если у вас есть время, было бы здорово, если бы вы могли помочь улучшить это приложение.\n\n*Это приложение интегрирует BigBlueButton и не является одобренным или сертифицированным BigBlueButton Inc. BigBlueButton и BigBlueButton лого являются торговыми марками BigBlueButton Inc.*", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Получите ваш API url и секрет выполнив команду \"sudo bbb-conf --secret\" на вашемr BigBlueButton сервере.", + "API url" : "API url", + "API secret" : "API секрет", + "Save" : "Сохранить", + "Please enter your name!" : "Пожалуйста, введите ваше имя!", + "The name must be at least 3 characters long." : "Имя должно быть длиной не менее трех символов.", + "displayname" : "Отображаемое имя", + "Name" : "Название", + "Welcome" : "Добро пожаловать", + "Max" : "Макс", + "Record" : "Записать", + "Recordings" : "Записи", + "Room name" : "Название комнаты", + "Create" : "Создать", + "_%n participant_::_%n participants_" : ["%n участник","%n участников","%n участников","%n участник"], + "Delete" : "Удалить", + "Delete \"{name}\"?" : "Удалить \"{name}\"?", + "Select target folder" : "Выберите папку назначения", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "URL комнаты был сохранен в \"{path}\" как \"{filename}\".", + "Link stored" : "Ссылка сохранена", + "URL to room could not be stored." : "URL комнаты не может быть сохранен.", + "Error" : "Ошибка", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "URL к презентации был сохранен в \"{path}\" как \"{filename}\".", + "URL to presentation could not be stored." : "URL к презентации не может быть сохранен.", + "Delete?" : "Удалить?", + "Could not delete record" : "Не возможно удалить запись.", + "Server error" : "Ошибка сервера", + "Settings saved" : "Настройки сохранены", + "Unexpected error occurred" : "Произошла неожиданная ошибка", + "API url is invalid" : "API url недействительна", + "API secret is invalid" : "API секрет недействительный" +},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" +} \ No newline at end of file diff --git a/l10n/si_LK.js b/l10n/si_LK.js new file mode 100644 index 0000000..a0ace47 --- /dev/null +++ b/l10n/si_LK.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "bbb", + { + "Save" : "සුරකින්න", + "Name" : "නම", + "Create" : "තනන්න", + "Delete" : "ඉවත් කරන්න", + "Error" : "දෝෂයක්" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/si_LK.json b/l10n/si_LK.json new file mode 100644 index 0000000..a7631a6 --- /dev/null +++ b/l10n/si_LK.json @@ -0,0 +1,8 @@ +{ "translations": { + "Save" : "සුරකින්න", + "Name" : "නම", + "Create" : "තනන්න", + "Delete" : "ඉවත් කරන්න", + "Error" : "දෝෂයක්" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/sk.js b/l10n/sk.js new file mode 100644 index 0000000..5cf7974 --- /dev/null +++ b/l10n/sk.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "bbb", + { + "API url or secret not configured. Please contact your administrator." : "Nie je nastavená URL API alebo API tajomstvo. Kontaktujte svojho správcu.", + "BigBlueButton Integration" : "Integrácia BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Integrácia BigBlueButton pre Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Táto aplikácia umožňuje vytvárať stretnutia s externou inštaláciou [BigBlueButton](https://bigbluebutton.org).\n\n* **Nastavenie miestnosti** Vytvorte viac nastavení miestností s názvom, uvítacou správou, ...\n* **Zdieľať odkaz hosťom** Zdieľať odkaz na miestnosť so všetkými vašimi hosťami\n* **Vlastná prezentácia** Spustite miestnosť s vybranou prezentáciou zo súborového manažéra\n* **Spravujte nahrávky** Prezerajte si, zdieľajte a vymažte nahrávky pre svoje miestnosti\n\nHľadáme vývojára! Ak máte čas, bolo by úžasné, keby ste mohli pomôcť vylepšiť túto aplikáciu.\n\n*Táto aplikácia integruje BigBlueButton a nie je schválená ani certifikovaná spoločnosťou BigBlueButton Inc. BigBlueButton a logo BigBlueButton sú ochranné známky spoločnosti BigBlueButton Inc.*", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Získajte svoju API URL a API tajomstvo pomocou príkazu „sudo bbb-conf --secret“ na vašom serveri BigBlueButton.", + "API url" : "API URL", + "API secret" : "API tajomstvo", + "Save" : "Uložiť", + "Please enter your name!" : "Prosím, zadajte vaše meno!", + "The name must be at least 3 characters long." : "Meno musí obsahovať najmenej 3 znaky.", + "displayname" : "zobrazované meno", + "Name" : "Názov", + "Welcome" : "Vitajte", + "Max" : "Max", + "Record" : "Záznam", + "Recordings" : "Záznamy", + "Room name" : "Názov miestnosti", + "Create" : "Vytvoriť", + "_%n participant_::_%n participants_" : ["%n účastník","%n účastníci","%n účastníci","%n účastníkov"], + "Delete" : "Zmazať", + "Delete \"{name}\"?" : "Odstrániť „{name}“?", + "Select target folder" : "Vyberte cieľový priečinok", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "URL miestnosti bola uložená v priečinku „{path}“ ako „{filename}“.", + "Link stored" : "Odkaz bol uložený", + "URL to room could not be stored." : "URL miestnosti nebolo možné uložiť.", + "Error" : "Chyba", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "URL na prezentáciu bola uložená v priečinku „{path}“ ako „{filename}“.", + "URL to presentation could not be stored." : "URL na prezentáciu nebolo možné uložiť.", + "Delete?" : "Zmazať?", + "Could not delete record" : "Záznam sa nepodarilo odstrániť", + "Server error" : "Chyba servera", + "Settings saved" : "Nastavenia uložené", + "Unexpected error occurred" : "Vyskytla sa neočakávaná chyba", + "API url is invalid" : "URL API je neplatná", + "API secret is invalid" : "API tajomstvo je neplatné" +}, +"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/l10n/sk.json b/l10n/sk.json new file mode 100644 index 0000000..8977a7c --- /dev/null +++ b/l10n/sk.json @@ -0,0 +1,38 @@ +{ "translations": { + "API url or secret not configured. Please contact your administrator." : "Nie je nastavená URL API alebo API tajomstvo. Kontaktujte svojho správcu.", + "BigBlueButton Integration" : "Integrácia BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Integrácia BigBlueButton pre Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Táto aplikácia umožňuje vytvárať stretnutia s externou inštaláciou [BigBlueButton](https://bigbluebutton.org).\n\n* **Nastavenie miestnosti** Vytvorte viac nastavení miestností s názvom, uvítacou správou, ...\n* **Zdieľať odkaz hosťom** Zdieľať odkaz na miestnosť so všetkými vašimi hosťami\n* **Vlastná prezentácia** Spustite miestnosť s vybranou prezentáciou zo súborového manažéra\n* **Spravujte nahrávky** Prezerajte si, zdieľajte a vymažte nahrávky pre svoje miestnosti\n\nHľadáme vývojára! Ak máte čas, bolo by úžasné, keby ste mohli pomôcť vylepšiť túto aplikáciu.\n\n*Táto aplikácia integruje BigBlueButton a nie je schválená ani certifikovaná spoločnosťou BigBlueButton Inc. BigBlueButton a logo BigBlueButton sú ochranné známky spoločnosti BigBlueButton Inc.*", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Získajte svoju API URL a API tajomstvo pomocou príkazu „sudo bbb-conf --secret“ na vašom serveri BigBlueButton.", + "API url" : "API URL", + "API secret" : "API tajomstvo", + "Save" : "Uložiť", + "Please enter your name!" : "Prosím, zadajte vaše meno!", + "The name must be at least 3 characters long." : "Meno musí obsahovať najmenej 3 znaky.", + "displayname" : "zobrazované meno", + "Name" : "Názov", + "Welcome" : "Vitajte", + "Max" : "Max", + "Record" : "Záznam", + "Recordings" : "Záznamy", + "Room name" : "Názov miestnosti", + "Create" : "Vytvoriť", + "_%n participant_::_%n participants_" : ["%n účastník","%n účastníci","%n účastníci","%n účastníkov"], + "Delete" : "Zmazať", + "Delete \"{name}\"?" : "Odstrániť „{name}“?", + "Select target folder" : "Vyberte cieľový priečinok", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "URL miestnosti bola uložená v priečinku „{path}“ ako „{filename}“.", + "Link stored" : "Odkaz bol uložený", + "URL to room could not be stored." : "URL miestnosti nebolo možné uložiť.", + "Error" : "Chyba", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "URL na prezentáciu bola uložená v priečinku „{path}“ ako „{filename}“.", + "URL to presentation could not be stored." : "URL na prezentáciu nebolo možné uložiť.", + "Delete?" : "Zmazať?", + "Could not delete record" : "Záznam sa nepodarilo odstrániť", + "Server error" : "Chyba servera", + "Settings saved" : "Nastavenia uložené", + "Unexpected error occurred" : "Vyskytla sa neočakávaná chyba", + "API url is invalid" : "URL API je neplatná", + "API secret is invalid" : "API tajomstvo je neplatné" +},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" +} \ No newline at end of file diff --git a/l10n/sl.js b/l10n/sl.js new file mode 100644 index 0000000..b81c3bc --- /dev/null +++ b/l10n/sl.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "bbb", + { + "API url or secret not configured. Please contact your administrator." : "Naslov URL oziroma koda API ni nastavljena. Stopite v stik s skrbnikom sistema.", + "BigBlueButton Integration" : "Podpora BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Podpora Nextcloud za BigBlueButton", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Program omogoča ustvarjanje srečanj na zunanji namestitvi strežnika [BigBlueButton](https://bigbluebutton.org).\n\n* **Nastavitve skupin** Ustvariti je mogoče več skupin z različnimi imeni, pozdravnimi sporočili ...\n* **Objava povezave za goste** Objava povezave za udeležbo tudi zunanjih sogovornikov\n* **Predstavitve po meri** Možnost začetka prestavitve z izbrano predstavitvijo iz datoteke\n* **Upravljanje s posnetki** Pregled, souporaba in urejanje posnetkov skupin\n\nIščejo se razvijalci! Če imate čas lahko pomagate pri razvoju programa.\n\n*Ta program ni podprt s strani skupine BigBlueButton. Ime in logotip podjetja BigBlueButton sta blagovni znamki BigBlueButton Inc.*", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Naslov API in kodo je mogoče pridobiti z ukazom »sudo bbb-conf --secret« na strežniku BigBlueButton.", + "API url" : "Naslov URL API", + "API secret" : "Koda API", + "Save" : "Shrani", + "Please enter your name!" : "Vpišite ime", + "The name must be at least 3 characters long." : "Ime mora vsebovati vsaj 3 znake.", + "displayname" : "prikazno ime", + "Name" : "Ime", + "Welcome" : "Dobrodošli", + "Max" : "Največ", + "Record" : "Snemaj", + "Recordings" : "Posnetki", + "Room name" : "Ime skupine", + "Create" : "Ustvari", + "_%n participant_::_%n participants_" : ["%n udeleženec","%n udeleženca","%n udeleženci","%n udeležencev"], + "Delete" : "Odstrani", + "Delete \"{name}\"?" : "Ali res želite odstraniti »{name}«?", + "Select target folder" : "Izbor ciljne mape", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "Naslov URL skupine je shranjena na poti »{path}« kot »{filename}«.", + "Link stored" : "Povezava je shranjena", + "URL to room could not be stored." : "Naslova URL skupine ni mogoče shraniti.", + "Error" : "Napaka", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Naslov URL predstavitve je shranjena na poti »{path}« kot »{filename}«.", + "URL to presentation could not be stored." : "Naslova URL do predstavitve ni mogoče shraniti.", + "Delete?" : "Ali želite izbrisati?", + "Could not delete record" : "Zapisa ni mogoče izbrisati", + "Server error" : "Napaka strežnika", + "Settings saved" : "Nastavitve so shranjene.", + "Unexpected error occurred" : "Prišlo je do nepričakovane napake", + "API url is invalid" : "Naslov URL API ni veljaven", + "API secret is invalid" : "Koda API ni veljavna" +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/l10n/sl.json b/l10n/sl.json new file mode 100644 index 0000000..508a2d4 --- /dev/null +++ b/l10n/sl.json @@ -0,0 +1,38 @@ +{ "translations": { + "API url or secret not configured. Please contact your administrator." : "Naslov URL oziroma koda API ni nastavljena. Stopite v stik s skrbnikom sistema.", + "BigBlueButton Integration" : "Podpora BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Podpora Nextcloud za BigBlueButton", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Program omogoča ustvarjanje srečanj na zunanji namestitvi strežnika [BigBlueButton](https://bigbluebutton.org).\n\n* **Nastavitve skupin** Ustvariti je mogoče več skupin z različnimi imeni, pozdravnimi sporočili ...\n* **Objava povezave za goste** Objava povezave za udeležbo tudi zunanjih sogovornikov\n* **Predstavitve po meri** Možnost začetka prestavitve z izbrano predstavitvijo iz datoteke\n* **Upravljanje s posnetki** Pregled, souporaba in urejanje posnetkov skupin\n\nIščejo se razvijalci! Če imate čas lahko pomagate pri razvoju programa.\n\n*Ta program ni podprt s strani skupine BigBlueButton. Ime in logotip podjetja BigBlueButton sta blagovni znamki BigBlueButton Inc.*", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Naslov API in kodo je mogoče pridobiti z ukazom »sudo bbb-conf --secret« na strežniku BigBlueButton.", + "API url" : "Naslov URL API", + "API secret" : "Koda API", + "Save" : "Shrani", + "Please enter your name!" : "Vpišite ime", + "The name must be at least 3 characters long." : "Ime mora vsebovati vsaj 3 znake.", + "displayname" : "prikazno ime", + "Name" : "Ime", + "Welcome" : "Dobrodošli", + "Max" : "Največ", + "Record" : "Snemaj", + "Recordings" : "Posnetki", + "Room name" : "Ime skupine", + "Create" : "Ustvari", + "_%n participant_::_%n participants_" : ["%n udeleženec","%n udeleženca","%n udeleženci","%n udeležencev"], + "Delete" : "Odstrani", + "Delete \"{name}\"?" : "Ali res želite odstraniti »{name}«?", + "Select target folder" : "Izbor ciljne mape", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "Naslov URL skupine je shranjena na poti »{path}« kot »{filename}«.", + "Link stored" : "Povezava je shranjena", + "URL to room could not be stored." : "Naslova URL skupine ni mogoče shraniti.", + "Error" : "Napaka", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Naslov URL predstavitve je shranjena na poti »{path}« kot »{filename}«.", + "URL to presentation could not be stored." : "Naslova URL do predstavitve ni mogoče shraniti.", + "Delete?" : "Ali želite izbrisati?", + "Could not delete record" : "Zapisa ni mogoče izbrisati", + "Server error" : "Napaka strežnika", + "Settings saved" : "Nastavitve so shranjene.", + "Unexpected error occurred" : "Prišlo je do nepričakovane napake", + "API url is invalid" : "Naslov URL API ni veljaven", + "API secret is invalid" : "Koda API ni veljavna" +},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" +} \ No newline at end of file diff --git a/l10n/sq.js b/l10n/sq.js new file mode 100644 index 0000000..f79d525 --- /dev/null +++ b/l10n/sq.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Ruaj", + "Name" : "Emri", + "Welcome" : "Mirëseerdhët", + "Room name" : "Emri i dhomës", + "Create" : "Krijo", + "Delete" : "Delete", + "Error" : "Error", + "Server error" : "Gabim shërbyesi", + "Settings saved" : "Opsjonet u Ruajtën." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/sq.json b/l10n/sq.json new file mode 100644 index 0000000..278171a --- /dev/null +++ b/l10n/sq.json @@ -0,0 +1,12 @@ +{ "translations": { + "Save" : "Ruaj", + "Name" : "Emri", + "Welcome" : "Mirëseerdhët", + "Room name" : "Emri i dhomës", + "Create" : "Krijo", + "Delete" : "Delete", + "Error" : "Error", + "Server error" : "Gabim shërbyesi", + "Settings saved" : "Opsjonet u Ruajtën." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/sr.js b/l10n/sr.js new file mode 100644 index 0000000..1b83dee --- /dev/null +++ b/l10n/sr.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Сачувај", + "Name" : "Име", + "Welcome" : "Добро дошли", + "Room name" : "Име собе", + "Create" : "Направи", + "Delete" : "Избриши", + "Error" : "Грешка", + "Server error" : "Грешка на серверу", + "Settings saved" : "Поставке сачуване" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/l10n/sr.json b/l10n/sr.json new file mode 100644 index 0000000..f41ed71 --- /dev/null +++ b/l10n/sr.json @@ -0,0 +1,12 @@ +{ "translations": { + "Save" : "Сачувај", + "Name" : "Име", + "Welcome" : "Добро дошли", + "Room name" : "Име собе", + "Create" : "Направи", + "Delete" : "Избриши", + "Error" : "Грешка", + "Server error" : "Грешка на серверу", + "Settings saved" : "Поставке сачуване" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/l10n/sr@latin.js b/l10n/sr@latin.js new file mode 100644 index 0000000..a0dbf43 --- /dev/null +++ b/l10n/sr@latin.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Sačuvaj", + "Name" : "Ime", + "Welcome" : "Dobro došli", + "Create" : "Napravi", + "Delete" : "Obriši", + "Error" : "Error" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/l10n/sr@latin.json b/l10n/sr@latin.json new file mode 100644 index 0000000..9bc82dc --- /dev/null +++ b/l10n/sr@latin.json @@ -0,0 +1,9 @@ +{ "translations": { + "Save" : "Sačuvaj", + "Name" : "Ime", + "Welcome" : "Dobro došli", + "Create" : "Napravi", + "Delete" : "Obriši", + "Error" : "Error" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/l10n/sv.js b/l10n/sv.js new file mode 100644 index 0000000..0078f29 --- /dev/null +++ b/l10n/sv.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Spara", + "Name" : "Namn", + "Welcome" : "Välkommen", + "Room name" : "Rumsnamn", + "Create" : "Skapa", + "Delete" : "Radera", + "Error" : "Fel", + "Server error" : "Serverfel", + "Settings saved" : "Inställningar sparade" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/sv.json b/l10n/sv.json new file mode 100644 index 0000000..4cfd812 --- /dev/null +++ b/l10n/sv.json @@ -0,0 +1,12 @@ +{ "translations": { + "Save" : "Spara", + "Name" : "Namn", + "Welcome" : "Välkommen", + "Room name" : "Rumsnamn", + "Create" : "Skapa", + "Delete" : "Radera", + "Error" : "Fel", + "Server error" : "Serverfel", + "Settings saved" : "Inställningar sparade" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/ta_LK.js b/l10n/ta_LK.js new file mode 100644 index 0000000..ff9af9e --- /dev/null +++ b/l10n/ta_LK.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "bbb", + { + "Save" : "சேமிக்க ", + "Name" : "பெயர்", + "Create" : "உருவாக்குக", + "Delete" : "நீக்குக", + "Error" : "வழு" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ta_LK.json b/l10n/ta_LK.json new file mode 100644 index 0000000..1e41fd2 --- /dev/null +++ b/l10n/ta_LK.json @@ -0,0 +1,8 @@ +{ "translations": { + "Save" : "சேமிக்க ", + "Name" : "பெயர்", + "Create" : "உருவாக்குக", + "Delete" : "நீக்குக", + "Error" : "வழு" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/th.js b/l10n/th.js new file mode 100644 index 0000000..7718bdc --- /dev/null +++ b/l10n/th.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "bbb", + { + "Save" : "บันทึก", + "Name" : "ชื่อ", + "Create" : "สร้าง", + "Delete" : "ลบ", + "Error" : "ข้อผิดพลาด", + "Server error" : "ข้อผิดพลาดของเซิร์ฟเวอร์" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/th.json b/l10n/th.json new file mode 100644 index 0000000..4349df8 --- /dev/null +++ b/l10n/th.json @@ -0,0 +1,9 @@ +{ "translations": { + "Save" : "บันทึก", + "Name" : "ชื่อ", + "Create" : "สร้าง", + "Delete" : "ลบ", + "Error" : "ข้อผิดพลาด", + "Server error" : "ข้อผิดพลาดของเซิร์ฟเวอร์" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/tr.js b/l10n/tr.js new file mode 100644 index 0000000..74a5601 --- /dev/null +++ b/l10n/tr.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "bbb", + { + "API url or secret not configured. Please contact your administrator." : "API adresi ya da parolası yapılandırılmamış. Lütfen BT yöneticiniz ile görüşün.", + "BigBlueButton Integration" : "BigBlueButton Bütünleştirmesi", + "BigBlueButton integration for Nextcloud" : "Nextcloud için BigBlueButton Bütünleştirmesi", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Bu uygulama bir dış [BigBlueButton](https://bigbluebutton.org) kurulumu ile toplantı yapılabilmesini sağlar.\n\n* **Oda kurulumu** Ad ve hoş geldiniz iletisi ile birçok oda yapılandırması oluşturulabilir, ...\n* **Konuk bağlantısı paylaşımı** Toplantı bağlantısı tüm konuklar ile paylaşılabilir\n* **Özel sunum** Oda, dosya gezgininizden seçebileceğiniz bir sunum ile başlatılabilir\n* **Kayıt yönetimi** Oda kayıtları görülebilir, paylaşılabilir ve silinebilir\n\nGeliştiriciler aranıyor! Zamanınız varsa ve bu uygulamayı geliştirmemize yardım edebilirseniz harika olur.\n\n*Bu uygulama BigBlueButton ile bütünleştirme sağlar ve BigBlueButton Inc. tarafından herhangi bir onay ya da sertifika almamıştır. BigBlueButton ve BigBlueButton Logosu, BigBlueButton Inc. kuruluşunun tescilli ticari markalarıdır.*", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "API adresinizi ve parolanızı almak için BigBlueButton sunucusu üzerinde \"sudo bbb-conf --secret\" komutunu yürütün.", + "API url" : "API adresi", + "API secret" : "API parolası", + "Save" : "Kaydet", + "Please enter your name!" : "Lütfen adınızı yazın!", + "The name must be at least 3 characters long." : "Ad en az 3 karakter uzunluğunda olmalıdır.", + "displayname" : "goruntulenecekad", + "Name" : "Ad", + "Welcome" : "Hoş geldiniz", + "Max" : "En fazla", + "Record" : "Kaydet", + "Recordings" : "Kayıtlar", + "Room name" : "Oda adı", + "Create" : "Ekle", + "_%n participant_::_%n participants_" : ["%n katılımcı","%n katılımcı"], + "Delete" : "Sil", + "Delete \"{name}\"?" : "\"{name}\" silinsin mi?", + "Select target folder" : "Hedef klasörü seçin", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "Oda adresi \"{path}\" içine \"{filename}\" olarak kaydedildi.", + "Link stored" : "Bağlantı kaydedildi", + "URL to room could not be stored." : "Oda adresi kaydedilemedi.", + "Error" : "Hata", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Sunum adresi \"{path}\" içine \"{filename}\" olarak kaydedildi.", + "URL to presentation could not be stored." : "Sunum adresi kaydedilemedi.", + "Delete?" : "Silinsin mi?", + "Could not delete record" : "Kayıt silinemedi", + "Server error" : "Sunucu sorunu", + "Settings saved" : "Ayarlar kaydedildi", + "Unexpected error occurred" : "Beklenmeyen bir sorun çıktı", + "API url is invalid" : "API adresi geçersiz", + "API secret is invalid" : "API parolası geçersiz" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/tr.json b/l10n/tr.json new file mode 100644 index 0000000..5e79684 --- /dev/null +++ b/l10n/tr.json @@ -0,0 +1,38 @@ +{ "translations": { + "API url or secret not configured. Please contact your administrator." : "API adresi ya da parolası yapılandırılmamış. Lütfen BT yöneticiniz ile görüşün.", + "BigBlueButton Integration" : "BigBlueButton Bütünleştirmesi", + "BigBlueButton integration for Nextcloud" : "Nextcloud için BigBlueButton Bütünleştirmesi", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message, ...\n* **Share guest link** Share the room link with all your guests\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n\nDeveloper wanted! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Bu uygulama bir dış [BigBlueButton](https://bigbluebutton.org) kurulumu ile toplantı yapılabilmesini sağlar.\n\n* **Oda kurulumu** Ad ve hoş geldiniz iletisi ile birçok oda yapılandırması oluşturulabilir, ...\n* **Konuk bağlantısı paylaşımı** Toplantı bağlantısı tüm konuklar ile paylaşılabilir\n* **Özel sunum** Oda, dosya gezgininizden seçebileceğiniz bir sunum ile başlatılabilir\n* **Kayıt yönetimi** Oda kayıtları görülebilir, paylaşılabilir ve silinebilir\n\nGeliştiriciler aranıyor! Zamanınız varsa ve bu uygulamayı geliştirmemize yardım edebilirseniz harika olur.\n\n*Bu uygulama BigBlueButton ile bütünleştirme sağlar ve BigBlueButton Inc. tarafından herhangi bir onay ya da sertifika almamıştır. BigBlueButton ve BigBlueButton Logosu, BigBlueButton Inc. kuruluşunun tescilli ticari markalarıdır.*", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "API adresinizi ve parolanızı almak için BigBlueButton sunucusu üzerinde \"sudo bbb-conf --secret\" komutunu yürütün.", + "API url" : "API adresi", + "API secret" : "API parolası", + "Save" : "Kaydet", + "Please enter your name!" : "Lütfen adınızı yazın!", + "The name must be at least 3 characters long." : "Ad en az 3 karakter uzunluğunda olmalıdır.", + "displayname" : "goruntulenecekad", + "Name" : "Ad", + "Welcome" : "Hoş geldiniz", + "Max" : "En fazla", + "Record" : "Kaydet", + "Recordings" : "Kayıtlar", + "Room name" : "Oda adı", + "Create" : "Ekle", + "_%n participant_::_%n participants_" : ["%n katılımcı","%n katılımcı"], + "Delete" : "Sil", + "Delete \"{name}\"?" : "\"{name}\" silinsin mi?", + "Select target folder" : "Hedef klasörü seçin", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "Oda adresi \"{path}\" içine \"{filename}\" olarak kaydedildi.", + "Link stored" : "Bağlantı kaydedildi", + "URL to room could not be stored." : "Oda adresi kaydedilemedi.", + "Error" : "Hata", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Sunum adresi \"{path}\" içine \"{filename}\" olarak kaydedildi.", + "URL to presentation could not be stored." : "Sunum adresi kaydedilemedi.", + "Delete?" : "Silinsin mi?", + "Could not delete record" : "Kayıt silinemedi", + "Server error" : "Sunucu sorunu", + "Settings saved" : "Ayarlar kaydedildi", + "Unexpected error occurred" : "Beklenmeyen bir sorun çıktı", + "API url is invalid" : "API adresi geçersiz", + "API secret is invalid" : "API parolası geçersiz" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/l10n/ug.js b/l10n/ug.js new file mode 100644 index 0000000..6d99bf7 --- /dev/null +++ b/l10n/ug.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "bbb", + { + "Save" : "ساقلا", + "Name" : "ئاتى", + "Create" : "قۇر", + "Delete" : "ئۆچۈر", + "Error" : "خاتالىق" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ug.json b/l10n/ug.json new file mode 100644 index 0000000..c571b02 --- /dev/null +++ b/l10n/ug.json @@ -0,0 +1,8 @@ +{ "translations": { + "Save" : "ساقلا", + "Name" : "ئاتى", + "Create" : "قۇر", + "Delete" : "ئۆچۈر", + "Error" : "خاتالىق" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/uk.js b/l10n/uk.js new file mode 100644 index 0000000..c18e2a4 --- /dev/null +++ b/l10n/uk.js @@ -0,0 +1,39 @@ +OC.L10N.register( + "bbb", + { + "API url or secret not configured. Please contact your administrator." : "Посилання на API або пароль не налаштовано. Будь ласка, сконтактуйте з вашим адміністратором.", + "BigBlueButton Integration" : "Інтеграція BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Інтеграція BigBlueButton для Nextcloud", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Щоб отримати ваше посилання на API або пароль, будь ласка, виконайте \"sudo bbb-conf --secret\" на вашому сервері BigBlueButton.", + "API url" : "Посилання на API", + "API secret" : "Пароль API", + "Save" : "Зберегти", + "Please enter your name!" : "Будь ласка, зазначте ваше ім'я!", + "The name must be at least 3 characters long." : "Ім'я має містити щонайменше 3 символи.", + "displayname" : "ім'я на екрані", + "Name" : "Ім'я", + "Welcome" : "Вітання", + "Max" : "Щонайбільше", + "Record" : "Запис", + "Recordings" : "Записи", + "Room name" : "Назва кімнати", + "Create" : "Створити", + "_%n participant_::_%n participants_" : ["% учасник","% учасників","% учасників","% учасників"], + "Delete" : "Вилучити", + "Delete \"{name}\"?" : "Вилучити \"{name}\"?", + "Select target folder" : "Виберіть теку призначення", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "Посилання на кімнату збережено у \"{path}\" як \"{filename}\".", + "Link stored" : "Посилання збережено", + "URL to room could not be stored." : "Неможливо зберегти посилання на кімнату", + "Error" : "Помилка", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Посилання на презентацію збережено у \"{path}\" як \"{filename}\".", + "URL to presentation could not be stored." : "Неможливо зберегти посилання на презентацію.", + "Delete?" : "Вилучити", + "Could not delete record" : "Неможливо вилучити запис", + "Server error" : "Помилка серверу", + "Settings saved" : "Налаштування збережено", + "Unexpected error occurred" : "Неочікувана помилка", + "API url is invalid" : "Неправильне посилання на API", + "API secret is invalid" : "Неправильний пароль API" +}, +"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/l10n/uk.json b/l10n/uk.json new file mode 100644 index 0000000..a5486bd --- /dev/null +++ b/l10n/uk.json @@ -0,0 +1,37 @@ +{ "translations": { + "API url or secret not configured. Please contact your administrator." : "Посилання на API або пароль не налаштовано. Будь ласка, сконтактуйте з вашим адміністратором.", + "BigBlueButton Integration" : "Інтеграція BigBlueButton", + "BigBlueButton integration for Nextcloud" : "Інтеграція BigBlueButton для Nextcloud", + "Get your API url and secret by executing \"sudo bbb-conf --secret\" on your BigBlueButton server." : "Щоб отримати ваше посилання на API або пароль, будь ласка, виконайте \"sudo bbb-conf --secret\" на вашому сервері BigBlueButton.", + "API url" : "Посилання на API", + "API secret" : "Пароль API", + "Save" : "Зберегти", + "Please enter your name!" : "Будь ласка, зазначте ваше ім'я!", + "The name must be at least 3 characters long." : "Ім'я має містити щонайменше 3 символи.", + "displayname" : "ім'я на екрані", + "Name" : "Ім'я", + "Welcome" : "Вітання", + "Max" : "Щонайбільше", + "Record" : "Запис", + "Recordings" : "Записи", + "Room name" : "Назва кімнати", + "Create" : "Створити", + "_%n participant_::_%n participants_" : ["% учасник","% учасників","% учасників","% учасників"], + "Delete" : "Вилучити", + "Delete \"{name}\"?" : "Вилучити \"{name}\"?", + "Select target folder" : "Виберіть теку призначення", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "Посилання на кімнату збережено у \"{path}\" як \"{filename}\".", + "Link stored" : "Посилання збережено", + "URL to room could not be stored." : "Неможливо зберегти посилання на кімнату", + "Error" : "Помилка", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "Посилання на презентацію збережено у \"{path}\" як \"{filename}\".", + "URL to presentation could not be stored." : "Неможливо зберегти посилання на презентацію.", + "Delete?" : "Вилучити", + "Could not delete record" : "Неможливо вилучити запис", + "Server error" : "Помилка серверу", + "Settings saved" : "Налаштування збережено", + "Unexpected error occurred" : "Неочікувана помилка", + "API url is invalid" : "Неправильне посилання на API", + "API secret is invalid" : "Неправильний пароль API" +},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" +} \ No newline at end of file diff --git a/l10n/ur_PK.js b/l10n/ur_PK.js new file mode 100644 index 0000000..e3570b5 --- /dev/null +++ b/l10n/ur_PK.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "bbb", + { + "Save" : "حفظ", + "Name" : "اسم", + "Delete" : "حذف کریں", + "Error" : "ایرر" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ur_PK.json b/l10n/ur_PK.json new file mode 100644 index 0000000..ad70262 --- /dev/null +++ b/l10n/ur_PK.json @@ -0,0 +1,7 @@ +{ "translations": { + "Save" : "حفظ", + "Name" : "اسم", + "Delete" : "حذف کریں", + "Error" : "ایرر" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/uz.js b/l10n/uz.js new file mode 100644 index 0000000..32dff1a --- /dev/null +++ b/l10n/uz.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Saqlash", + "Name" : "Ism...", + "Delete" : "O'chir", + "Error" : "Xato" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/uz.json b/l10n/uz.json new file mode 100644 index 0000000..27b690f --- /dev/null +++ b/l10n/uz.json @@ -0,0 +1,7 @@ +{ "translations": { + "Save" : "Saqlash", + "Name" : "Ism...", + "Delete" : "O'chir", + "Error" : "Xato" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/vi.js b/l10n/vi.js new file mode 100644 index 0000000..d46cc12 --- /dev/null +++ b/l10n/vi.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Lưu", + "Name" : "Tên", + "Create" : "Tạo mới", + "Delete" : "Xóa", + "Error" : "Lỗi", + "Settings saved" : "Cấu hình đã được lưu" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/vi.json b/l10n/vi.json new file mode 100644 index 0000000..bbdb78b --- /dev/null +++ b/l10n/vi.json @@ -0,0 +1,9 @@ +{ "translations": { + "Save" : "Lưu", + "Name" : "Tên", + "Create" : "Tạo mới", + "Delete" : "Xóa", + "Error" : "Lỗi", + "Settings saved" : "Cấu hình đã được lưu" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js new file mode 100644 index 0000000..58daa45 --- /dev/null +++ b/l10n/zh_CN.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "bbb", + { + "Save" : "保存", + "Name" : "名称", + "Welcome" : "欢迎", + "Room name" : "房间名", + "Create" : "创建", + "Delete" : "删除", + "Error" : "错误", + "Server error" : "服务器错误", + "Settings saved" : "设置已保存" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json new file mode 100644 index 0000000..752331a --- /dev/null +++ b/l10n/zh_CN.json @@ -0,0 +1,12 @@ +{ "translations": { + "Save" : "保存", + "Name" : "名称", + "Welcome" : "欢迎", + "Room name" : "房间名", + "Create" : "创建", + "Delete" : "删除", + "Error" : "错误", + "Server error" : "服务器错误", + "Settings saved" : "设置已保存" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js new file mode 100644 index 0000000..cdf0793 --- /dev/null +++ b/l10n/zh_HK.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "bbb", + { + "Save" : "儲存", + "Name" : "名稱", + "Create" : "新增", + "Delete" : "刪除", + "Error" : "錯誤" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json new file mode 100644 index 0000000..30f1e52 --- /dev/null +++ b/l10n/zh_HK.json @@ -0,0 +1,8 @@ +{ "translations": { + "Save" : "儲存", + "Name" : "名稱", + "Create" : "新增", + "Delete" : "刪除", + "Error" : "錯誤" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js new file mode 100644 index 0000000..0a28eb1 --- /dev/null +++ b/l10n/zh_TW.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "bbb", + { + "Save" : "儲存", + "Name" : "名稱", + "Welcome" : "歡迎", + "Create" : "建立", + "Delete" : "刪除", + "Error" : "錯誤", + "Server error" : "伺服器錯誤", + "Settings saved" : "設定已儲存" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json new file mode 100644 index 0000000..d4a4f17 --- /dev/null +++ b/l10n/zh_TW.json @@ -0,0 +1,11 @@ +{ "translations": { + "Save" : "儲存", + "Name" : "名稱", + "Welcome" : "歡迎", + "Create" : "建立", + "Delete" : "刪除", + "Error" : "錯誤", + "Server error" : "伺服器錯誤", + "Settings saved" : "設定已儲存" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file