diff --git a/l10n/cs.js b/l10n/cs.js index 62d2a4b..da34e10 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -53,6 +53,7 @@ OC.L10N.register( "Public" : "Veřejný", "Internal + Password protection for guests" : "Vnitřní + Heslo pro hosty", "Internal + Waiting room for guests" : "Vnitřní + Čekárna pro hosty", + "Waiting room for all users" : "Čekárna pro všechny uživatele", "Internal" : "Vnitřní", "Internal restricted" : "Omezeno na vnitřní", "Name" : "Název", @@ -128,6 +129,11 @@ OC.L10N.register( "URL has to start with HTTPS" : "Je třeba, aby URL začínalo na HTTPS", "URL has to contain the {token} placeholder" : "Je třeba, aby URL obsahovalo zástupné vyjádření {token}", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "Je třeba, aby URL začínalo na https:// a obsahovalo {token}. Dále je možné použít také zástupné vyjádření {user}.", + "Send file to BBB" : "Odeslat soubor do BBB", + "Start" : "Spustit", + "Please select the room in which you like to use the file \"{filename}\"." : "Vyberte místnost ve které chcete použít soubor „{filename}“.", + "No rooms available!" : "Nejsou k dispozici žádné místnosti!", + "Send to BBB" : "Odeslat do BBB", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Tato místnost ještě není otevřená. Bude opětovně vyzkoušeno za %n sekundu. Čekejte prosím.","Tato místnost ještě není otevřená. Bude opětovně vyzkoušeno za %n sekundy. Čekejte prosím.","Tato místnost ještě není otevřená. Bude opětovně vyzkoušeno za %n sekund. Čekejte prosím.","Tato místnost ještě není otevřená. Bude opětovně vyzkoušeno za %n sekundy Čekejte prosím."] }, "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 index 7f00496..cb5f1d4 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -51,6 +51,7 @@ "Public" : "Veřejný", "Internal + Password protection for guests" : "Vnitřní + Heslo pro hosty", "Internal + Waiting room for guests" : "Vnitřní + Čekárna pro hosty", + "Waiting room for all users" : "Čekárna pro všechny uživatele", "Internal" : "Vnitřní", "Internal restricted" : "Omezeno na vnitřní", "Name" : "Název", @@ -126,6 +127,11 @@ "URL has to start with HTTPS" : "Je třeba, aby URL začínalo na HTTPS", "URL has to contain the {token} placeholder" : "Je třeba, aby URL obsahovalo zástupné vyjádření {token}", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "Je třeba, aby URL začínalo na https:// a obsahovalo {token}. Dále je možné použít také zástupné vyjádření {user}.", + "Send file to BBB" : "Odeslat soubor do BBB", + "Start" : "Spustit", + "Please select the room in which you like to use the file \"{filename}\"." : "Vyberte místnost ve které chcete použít soubor „{filename}“.", + "No rooms available!" : "Nejsou k dispozici žádné místnosti!", + "Send to BBB" : "Odeslat do BBB", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Tato místnost ještě není otevřená. Bude opětovně vyzkoušeno za %n sekundu. Čekejte prosím.","Tato místnost ještě není otevřená. Bude opětovně vyzkoušeno za %n sekundy. Čekejte prosím.","Tato místnost ještě není otevřená. Bude opětovně vyzkoušeno za %n sekund. Čekejte prosím.","Tato místnost ještě není otevřená. Bude opětovně vyzkoušeno za %n sekundy Čekejte prosím."] },"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/de.js b/l10n/de.js index 8f43693..d5f8b4a 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -53,6 +53,7 @@ OC.L10N.register( "Public" : "Öffentlich", "Internal + Password protection for guests" : "Interne + Passwortschutz für Gäste", "Internal + Waiting room for guests" : "Interne + Warteraum für Gäste", + "Waiting room for all users" : "Warteraum für alle Benutzer", "Internal" : "Intern", "Internal restricted" : "Intern eingeschränkt", "Name" : "Name", @@ -128,6 +129,9 @@ OC.L10N.register( "URL has to start with HTTPS" : "Die URL muss mit HTTPS beginnen", "URL has to contain the {token} placeholder" : "Die Adresse (URL) muss den {token} Platzhalter beinhalten", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "Die Adresse (URL) muss mit https:// beginnen und muss den {token} Platzhalter beinhalten. Zusätzlich kann der {user} Platzhalter verwendet werden.", + "Send file to BBB" : "Datei an BBB senden", + "No rooms available!" : "Keine Räume verfügbar!", + "Send to BBB" : "An BBB senden ", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Dieser Raum ist noch geschlossen. Neuer Versuch in %n Sekunde. Bitte warten.","Dieser Raum ist noch geschlossen. Neuer Versuch in %n Sekunden. Bitte warten."] }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de.json b/l10n/de.json index 1f87ab5..19e125f 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -51,6 +51,7 @@ "Public" : "Öffentlich", "Internal + Password protection for guests" : "Interne + Passwortschutz für Gäste", "Internal + Waiting room for guests" : "Interne + Warteraum für Gäste", + "Waiting room for all users" : "Warteraum für alle Benutzer", "Internal" : "Intern", "Internal restricted" : "Intern eingeschränkt", "Name" : "Name", @@ -126,6 +127,9 @@ "URL has to start with HTTPS" : "Die URL muss mit HTTPS beginnen", "URL has to contain the {token} placeholder" : "Die Adresse (URL) muss den {token} Platzhalter beinhalten", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "Die Adresse (URL) muss mit https:// beginnen und muss den {token} Platzhalter beinhalten. Zusätzlich kann der {user} Platzhalter verwendet werden.", + "Send file to BBB" : "Datei an BBB senden", + "No rooms available!" : "Keine Räume verfügbar!", + "Send to BBB" : "An BBB senden ", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Dieser Raum ist noch geschlossen. Neuer Versuch in %n Sekunde. Bitte warten.","Dieser Raum ist noch geschlossen. Neuer Versuch in %n Sekunden. Bitte warten."] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 4afa8c7..6502c9d 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -53,6 +53,7 @@ OC.L10N.register( "Public" : "Öffentlich", "Internal + Password protection for guests" : "Intern + Passwortschutz für Gäste", "Internal + Waiting room for guests" : "Intern + Warteraum für Gäste", + "Waiting room for all users" : "Warteraum für alle Benutzer", "Internal" : "Intern", "Internal restricted" : "Intern eingeschränkt", "Name" : "Name", @@ -128,6 +129,11 @@ OC.L10N.register( "URL has to start with HTTPS" : "Die URL muss mit HTTPS beginnen", "URL has to contain the {token} placeholder" : "Die Adresse (URL) muss den {token} Platzhalter beinhalten", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "Die Adresse (URL) muss mit https:// beginnen und muss den {token} Platzhalter beinhalten. Zusätzlich kann der {user} Platzhalter verwendet werden.", + "Send file to BBB" : "Datei senden an BBB", + "Start" : "Start", + "Please select the room in which you like to use the file \"{filename}\"." : "Bitte den Raum auswählen, in dem Sie die Datei \"{filename}\" verwenden möchten.", + "No rooms available!" : "Keine Räume verfügbar!", + "Send to BBB" : "Senden an BBB", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Dieser Raum ist noch geschlossen. Neuer Versuch in %n Sekunde. Bitte warten.","Dieser Raum ist noch geschlossen. Neuer Versuch in %n Sekunden. Bitte warten."] }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de_DE.json b/l10n/de_DE.json index d85d66e..49281f8 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -51,6 +51,7 @@ "Public" : "Öffentlich", "Internal + Password protection for guests" : "Intern + Passwortschutz für Gäste", "Internal + Waiting room for guests" : "Intern + Warteraum für Gäste", + "Waiting room for all users" : "Warteraum für alle Benutzer", "Internal" : "Intern", "Internal restricted" : "Intern eingeschränkt", "Name" : "Name", @@ -126,6 +127,11 @@ "URL has to start with HTTPS" : "Die URL muss mit HTTPS beginnen", "URL has to contain the {token} placeholder" : "Die Adresse (URL) muss den {token} Platzhalter beinhalten", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "Die Adresse (URL) muss mit https:// beginnen und muss den {token} Platzhalter beinhalten. Zusätzlich kann der {user} Platzhalter verwendet werden.", + "Send file to BBB" : "Datei senden an BBB", + "Start" : "Start", + "Please select the room in which you like to use the file \"{filename}\"." : "Bitte den Raum auswählen, in dem Sie die Datei \"{filename}\" verwenden möchten.", + "No rooms available!" : "Keine Räume verfügbar!", + "Send to BBB" : "Senden an BBB", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Dieser Raum ist noch geschlossen. Neuer Versuch in %n Sekunde. Bitte warten.","Dieser Raum ist noch geschlossen. Neuer Versuch in %n Sekunden. Bitte warten."] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/hu.js b/l10n/hu.js index 5d2cf59..c0c3d4c 100644 --- a/l10n/hu.js +++ b/l10n/hu.js @@ -53,6 +53,7 @@ OC.L10N.register( "Public" : "Nyilvános", "Internal + Password protection for guests" : "Belső + Jelszavas védelem a vendégeknek", "Internal + Waiting room for guests" : "Belső + Váró a vendégeknek", + "Waiting room for all users" : "Váróterem minden felhasználó számára", "Internal" : "Belső", "Internal restricted" : "Belső, korlátozott", "Name" : "Név", @@ -128,6 +129,11 @@ OC.L10N.register( "URL has to start with HTTPS" : "Az URL-nek HTTPS-sel kell kezdődnie", "URL has to contain the {token} placeholder" : "Az URL-nek tartalmaznia kell a(z) {token} helykitöltőt", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "Az URL-nek https://-sel kell kezdődnie, és tartalmaznia kell a következőt: {token}. Továbbá a(z) {user} helykitöltő is használható.", + "Send file to BBB" : "Fájl küldése a BBB-re", + "Start" : "Kezdés", + "Please select the room in which you like to use the file \"{filename}\"." : "Kérjük, válassza ki azt a szobát, amelyben használni kívánja a(z) \"[filename}\" fájlt.", + "No rooms available!" : "Nincs elérhető szoba!", + "Send to BBB" : "Küldés a BBB-re", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["A szoba még nincs nyitva. Próbálja újra %n másodperc múlva. Kis türelmet.","A szoba még nincs nyitva. Próbálja újra %n másodperc múlva. Kis türelmet."] }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/hu.json b/l10n/hu.json index c834207..014493c 100644 --- a/l10n/hu.json +++ b/l10n/hu.json @@ -51,6 +51,7 @@ "Public" : "Nyilvános", "Internal + Password protection for guests" : "Belső + Jelszavas védelem a vendégeknek", "Internal + Waiting room for guests" : "Belső + Váró a vendégeknek", + "Waiting room for all users" : "Váróterem minden felhasználó számára", "Internal" : "Belső", "Internal restricted" : "Belső, korlátozott", "Name" : "Név", @@ -126,6 +127,11 @@ "URL has to start with HTTPS" : "Az URL-nek HTTPS-sel kell kezdődnie", "URL has to contain the {token} placeholder" : "Az URL-nek tartalmaznia kell a(z) {token} helykitöltőt", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "Az URL-nek https://-sel kell kezdődnie, és tartalmaznia kell a következőt: {token}. Továbbá a(z) {user} helykitöltő is használható.", + "Send file to BBB" : "Fájl küldése a BBB-re", + "Start" : "Kezdés", + "Please select the room in which you like to use the file \"{filename}\"." : "Kérjük, válassza ki azt a szobát, amelyben használni kívánja a(z) \"[filename}\" fájlt.", + "No rooms available!" : "Nincs elérhető szoba!", + "Send to BBB" : "Küldés a BBB-re", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["A szoba még nincs nyitva. Próbálja újra %n másodperc múlva. Kis türelmet.","A szoba még nincs nyitva. Próbálja újra %n másodperc múlva. Kis türelmet."] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/pl.js b/l10n/pl.js index c39267d..7238c4b 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -53,6 +53,7 @@ OC.L10N.register( "Public" : "Publiczny", "Internal + Password protection for guests" : "Wewnętrzny + ochrona hasłem dla gości", "Internal + Waiting room for guests" : "Wewnętrzny + poczekalnia dla gości", + "Waiting room for all users" : "Poczekalnia dla wszystkich użytkowników", "Internal" : "Wewnętrzny", "Internal restricted" : "Wewnętrzny ograniczony", "Name" : "Nazwa", @@ -128,6 +129,11 @@ OC.L10N.register( "URL has to start with HTTPS" : "Adres URL musi zaczynać się od HTTPS", "URL has to contain the {token} placeholder" : "Adres URL musi zawierać symbol zastępczy {token}", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "Adres URL musi zaczynać się od https:// i zawierać {token}. Dodatkowo można użyć symbolu zastępczego {user}.", + "Send file to BBB" : "Wyślij plik do BBB", + "Start" : "Rozpocznij", + "Please select the room in which you like to use the file \"{filename}\"." : "Wybierz pokój, w którym chcesz użyć pliku \"{filename}\".", + "No rooms available!" : "Brak dostępnych pokoi!", + "Send to BBB" : "Wyślij do BBB", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Ten pokój nie jest jeszcze otwarty. Spróbujemy ponownie za %n sekundę. Proszę czekać.","Ten pokój nie jest jeszcze otwarty. Spróbujemy ponownie za %n sekundy. Proszę czekać.","Ten pokój nie jest jeszcze otwarty. Spróbujemy ponownie za %n sekund. Proszę czekać.","Ten pokój nie jest jeszcze otwarty. Spróbujemy ponownie za %n sekund. Proszę czekać."] }, "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 index 9e6cd34..a7a38d3 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -51,6 +51,7 @@ "Public" : "Publiczny", "Internal + Password protection for guests" : "Wewnętrzny + ochrona hasłem dla gości", "Internal + Waiting room for guests" : "Wewnętrzny + poczekalnia dla gości", + "Waiting room for all users" : "Poczekalnia dla wszystkich użytkowników", "Internal" : "Wewnętrzny", "Internal restricted" : "Wewnętrzny ograniczony", "Name" : "Nazwa", @@ -126,6 +127,11 @@ "URL has to start with HTTPS" : "Adres URL musi zaczynać się od HTTPS", "URL has to contain the {token} placeholder" : "Adres URL musi zawierać symbol zastępczy {token}", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "Adres URL musi zaczynać się od https:// i zawierać {token}. Dodatkowo można użyć symbolu zastępczego {user}.", + "Send file to BBB" : "Wyślij plik do BBB", + "Start" : "Rozpocznij", + "Please select the room in which you like to use the file \"{filename}\"." : "Wybierz pokój, w którym chcesz użyć pliku \"{filename}\".", + "No rooms available!" : "Brak dostępnych pokoi!", + "Send to BBB" : "Wyślij do BBB", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Ten pokój nie jest jeszcze otwarty. Spróbujemy ponownie za %n sekundę. Proszę czekać.","Ten pokój nie jest jeszcze otwarty. Spróbujemy ponownie za %n sekundy. Proszę czekać.","Ten pokój nie jest jeszcze otwarty. Spróbujemy ponownie za %n sekund. Proszę czekać.","Ten pokój nie jest jeszcze otwarty. Spróbujemy ponownie za %n sekund. Proszę czekać."] },"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/sk.js b/l10n/sk.js index fd1f366..56b5b6f 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -53,6 +53,7 @@ OC.L10N.register( "Public" : "Verejné", "Internal + Password protection for guests" : "Interné + ochrana heslom pre hostí", "Internal + Waiting room for guests" : "Interné + Čakáreň pre hostí", + "Waiting room for all users" : "Čakáreň pre všetkých užívateľov", "Internal" : "Interné", "Internal restricted" : "Vnútorné obmedzené", "Name" : "Názov", @@ -128,6 +129,11 @@ OC.L10N.register( "URL has to start with HTTPS" : "URL by mala začínať na HTTPS", "URL has to contain the {token} placeholder" : "URL by malo obsahovať {token}", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URL musí začínať na https:// a obsahovať {token}. Dodatočne môže byť použitý {user}.", + "Send file to BBB" : "Pridať súbor do BBB", + "Start" : "Začať", + "Please select the room in which you like to use the file \"{filename}\"." : "Vyberte miestnosť, v ktorej chcete použiť súbor \"{filename}\".", + "No rooms available!" : "Žiadne miestnosti nie sú voľné!", + "Send to BBB" : "Odoslať do BBB", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Táto miestnosť nie je ešte otvorená. Skúsime to znovu o %n sekundu. Prosím čakajte.","Táto miestnosť nie je ešte otvorená. Skúsime to znovu o %n sekúnd. Prosím čakajte.","Táto miestnosť nie je ešte otvorená. Skúsime to znovu o %n sekúnd. Prosím čakajte.","Táto miestnosť nie je ešte otvorená. Skúsime to znovu o %n sekúnd. Prosím čakajte."] }, "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 index ac6fd73..d94a269 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -51,6 +51,7 @@ "Public" : "Verejné", "Internal + Password protection for guests" : "Interné + ochrana heslom pre hostí", "Internal + Waiting room for guests" : "Interné + Čakáreň pre hostí", + "Waiting room for all users" : "Čakáreň pre všetkých užívateľov", "Internal" : "Interné", "Internal restricted" : "Vnútorné obmedzené", "Name" : "Názov", @@ -126,6 +127,11 @@ "URL has to start with HTTPS" : "URL by mala začínať na HTTPS", "URL has to contain the {token} placeholder" : "URL by malo obsahovať {token}", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URL musí začínať na https:// a obsahovať {token}. Dodatočne môže byť použitý {user}.", + "Send file to BBB" : "Pridať súbor do BBB", + "Start" : "Začať", + "Please select the room in which you like to use the file \"{filename}\"." : "Vyberte miestnosť, v ktorej chcete použiť súbor \"{filename}\".", + "No rooms available!" : "Žiadne miestnosti nie sú voľné!", + "Send to BBB" : "Odoslať do BBB", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["Táto miestnosť nie je ešte otvorená. Skúsime to znovu o %n sekundu. Prosím čakajte.","Táto miestnosť nie je ešte otvorená. Skúsime to znovu o %n sekúnd. Prosím čakajte.","Táto miestnosť nie je ešte otvorená. Skúsime to znovu o %n sekúnd. Prosím čakajte.","Táto miestnosť nie je ešte otvorená. Skúsime to znovu o %n sekúnd. Prosím čakajte."] },"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/zh_HK.js b/l10n/zh_HK.js index d877122..40a1a1f 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -53,6 +53,7 @@ OC.L10N.register( "Public" : "公開", "Internal + Password protection for guests" : "內部 + 訪客密碼保護", "Internal + Waiting room for guests" : "內部 + 訪客內部聊天室", + "Waiting room for all users" : "所有用戶的等候室", "Internal" : "內部", "Internal restricted" : "內部限制", "Name" : "名稱", @@ -128,6 +129,11 @@ OC.L10N.register( "URL has to start with HTTPS" : "URL 必須以 HTTPS 開頭", "URL has to contain the {token} placeholder" : "URL 必須包含 {token} 佔位字串", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URL 必須以 https:// 開頭,並包含 {token}。此外,還可以使用 {user} 佔位字串。", + "Send file to BBB" : "傳送檔案到 BBB", + "Start" : "開始", + "Please select the room in which you like to use the file \"{filename}\"." : "請選擇您想在其中使用檔案檔案“{filename}”的房間。", + "No rooms available!" : "無可用聊天室!", + "Send to BBB" : "傳送至 BBB", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["此聊天室尚未開放。我們將會在%n秒內重試。請稍候。"] }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index 5c5843d..3aad05c 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -51,6 +51,7 @@ "Public" : "公開", "Internal + Password protection for guests" : "內部 + 訪客密碼保護", "Internal + Waiting room for guests" : "內部 + 訪客內部聊天室", + "Waiting room for all users" : "所有用戶的等候室", "Internal" : "內部", "Internal restricted" : "內部限制", "Name" : "名稱", @@ -126,6 +127,11 @@ "URL has to start with HTTPS" : "URL 必須以 HTTPS 開頭", "URL has to contain the {token} placeholder" : "URL 必須包含 {token} 佔位字串", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URL 必須以 https:// 開頭,並包含 {token}。此外,還可以使用 {user} 佔位字串。", + "Send file to BBB" : "傳送檔案到 BBB", + "Start" : "開始", + "Please select the room in which you like to use the file \"{filename}\"." : "請選擇您想在其中使用檔案檔案“{filename}”的房間。", + "No rooms available!" : "無可用聊天室!", + "Send to BBB" : "傳送至 BBB", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["此聊天室尚未開放。我們將會在%n秒內重試。請稍候。"] },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 644ef83..73d4125 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -53,6 +53,7 @@ OC.L10N.register( "Public" : "公開", "Internal + Password protection for guests" : "內部 + 訪客密碼保護", "Internal + Waiting room for guests" : "內部 + 訪客內部聊天室", + "Waiting room for all users" : "所有使用者的等候室", "Internal" : "內部", "Internal restricted" : "內部限制", "Name" : "名稱", @@ -128,6 +129,11 @@ OC.L10N.register( "URL has to start with HTTPS" : "URL 必須以 HTTPS 開頭", "URL has to contain the {token} placeholder" : "URL 必須包含 {token} 佔位字串", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URL 必須以 https:// 開頭,並包含 {token}。此外,還可以使用 {user} 佔位字串。", + "Send file to BBB" : "傳送檔案到 BBB", + "Start" : "開始", + "Please select the room in which you like to use the file \"{filename}\"." : "請選取您想在其中使用檔案「{filename}」的聊天室。", + "No rooms available!" : "無可用聊天室!", + "Send to BBB" : "傳送至 BBB", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["此聊天室尚未開放。我們將會在%n秒內重試。請稍候。 "] }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index 3be22e6..1a75d8e 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -51,6 +51,7 @@ "Public" : "公開", "Internal + Password protection for guests" : "內部 + 訪客密碼保護", "Internal + Waiting room for guests" : "內部 + 訪客內部聊天室", + "Waiting room for all users" : "所有使用者的等候室", "Internal" : "內部", "Internal restricted" : "內部限制", "Name" : "名稱", @@ -126,6 +127,11 @@ "URL has to start with HTTPS" : "URL 必須以 HTTPS 開頭", "URL has to contain the {token} placeholder" : "URL 必須包含 {token} 佔位字串", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URL 必須以 https:// 開頭,並包含 {token}。此外,還可以使用 {user} 佔位字串。", + "Send file to BBB" : "傳送檔案到 BBB", + "Start" : "開始", + "Please select the room in which you like to use the file \"{filename}\"." : "請選取您想在其中使用檔案「{filename}」的聊天室。", + "No rooms available!" : "無可用聊天室!", + "Send to BBB" : "傳送至 BBB", "_This room is not open yet. We will try it again in %n second. Please wait._::_This room is not open yet. We will try it again in %n seconds. Please wait._" : ["此聊天室尚未開放。我們將會在%n秒內重試。請稍候。 "] },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file