mirror of https://github.com/sualko/cloud_bbb
[tx-robot] updated from transifex
parent
f8e7a288d7
commit
03ef96cfb0
|
@ -3,7 +3,10 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Stoor",
|
||||
"Display name" : "Vertoonnaam",
|
||||
"Password" : "Wagwoord",
|
||||
"Join" : "Sluit aan",
|
||||
"Name" : "Naam",
|
||||
"Edit" : "Wysig",
|
||||
"Create" : "Skep",
|
||||
"Delete" : "Skrap",
|
||||
"Error" : "Fout",
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
{ "translations": {
|
||||
"Save" : "Stoor",
|
||||
"Display name" : "Vertoonnaam",
|
||||
"Password" : "Wagwoord",
|
||||
"Join" : "Sluit aan",
|
||||
"Name" : "Naam",
|
||||
"Edit" : "Wysig",
|
||||
"Create" : "Skep",
|
||||
"Delete" : "Skrap",
|
||||
"Error" : "Fout",
|
||||
|
|
|
@ -2,7 +2,10 @@ OC.L10N.register(
|
|||
"bbb",
|
||||
{
|
||||
"Save" : "Spremi",
|
||||
"Password" : "Lozinka",
|
||||
"Name" : "Ime",
|
||||
"Edit" : "Izmjeni",
|
||||
"Public" : "Javno",
|
||||
"Create" : "Ustvari",
|
||||
"Delete" : "Obriši",
|
||||
"Error" : "Greška"
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
{ "translations": {
|
||||
"Save" : "Spremi",
|
||||
"Password" : "Lozinka",
|
||||
"Name" : "Ime",
|
||||
"Edit" : "Izmjeni",
|
||||
"Public" : "Javno",
|
||||
"Create" : "Ustvari",
|
||||
"Delete" : "Obriši",
|
||||
"Error" : "Greška"
|
||||
|
|
|
@ -3,8 +3,13 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Desa",
|
||||
"Display name" : "Nom per mostrar",
|
||||
"Password" : "Contrasenya",
|
||||
"Join" : "Uneix",
|
||||
"Name" : "Nom",
|
||||
"Edit" : "Edita",
|
||||
"Welcome" : "Benvingut",
|
||||
"Access" : "Accés",
|
||||
"Public" : "Públic",
|
||||
"Create" : "Crea",
|
||||
"Delete" : "Eliminar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
{ "translations": {
|
||||
"Save" : "Desa",
|
||||
"Display name" : "Nom per mostrar",
|
||||
"Password" : "Contrasenya",
|
||||
"Join" : "Uneix",
|
||||
"Name" : "Nom",
|
||||
"Edit" : "Edita",
|
||||
"Welcome" : "Benvingut",
|
||||
"Access" : "Accés",
|
||||
"Public" : "Públic",
|
||||
"Create" : "Crea",
|
||||
"Delete" : "Eliminar",
|
||||
"Error" : "Error",
|
||||
|
|
12
l10n/cs.js
12
l10n/cs.js
|
@ -11,6 +11,7 @@ OC.L10N.register(
|
|||
"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é.",
|
||||
"You have to provide the correct password to join the meeting." : "Abyste se mohli připojit k jednání, je třeba, abyste zadali heslo.",
|
||||
"Display name" : "Zobrazovaný název",
|
||||
"Password" : "Heslo",
|
||||
"Join" : "Připojit se",
|
||||
|
@ -18,10 +19,21 @@ OC.L10N.register(
|
|||
"Max" : "Nejvýše",
|
||||
"Record" : "Záznam",
|
||||
"Recordings" : "Nahrávky",
|
||||
"Descriptive name of this room." : "Popisný název této místnosti",
|
||||
"This message is shown to all users in the chat area after they joined." : "Tato zpráva je zobrazena všem uživatelům v chatu, poté co se připojí.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Nastaví limit na počet účastníků pro tuto místnost. Nula znamená bez omezení.",
|
||||
"If enabled, the moderator is able to start the recording." : "Pokud je zapnuto, moderátor může spustit nahrávání.",
|
||||
"Public: Everyone knowing the link is able to join. Password: Guests have to provide a password. Waiting room: A moderator has to accept every guest before they can join. Internal: Only Nextcloud users can join." : "Veřejné: Každý, kdo zná odkaz se může připojit. Heslo: Je třeba, aby host zadal heslo. Čekárna: Je třeba, aby moderátor přijal každého z hostů a teprve pak se budou moci připojit. Interní: Připojit se mohou pouze uživatelé s účtem na Nextcloud.",
|
||||
"Edit" : "Upravit",
|
||||
"Edit \"{room}\"" : "Upravit „{room}“",
|
||||
"Welcome" : "Vítejte",
|
||||
"Participant limit" : "Limit počtu účastníků",
|
||||
"Access" : "Přístup",
|
||||
"Public" : "Veřejné",
|
||||
"Internal + Password protection for guests" : "Interní + Ochrana heslem vůči hostům.",
|
||||
"Internal + Waiting room for guests" : "interní + Čekárna pro hosty",
|
||||
"Internal" : "Vnitřní",
|
||||
"Recording" : "Zaznamenávání",
|
||||
"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"],
|
||||
|
|
12
l10n/cs.json
12
l10n/cs.json
|
@ -9,6 +9,7 @@
|
|||
"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é.",
|
||||
"You have to provide the correct password to join the meeting." : "Abyste se mohli připojit k jednání, je třeba, abyste zadali heslo.",
|
||||
"Display name" : "Zobrazovaný název",
|
||||
"Password" : "Heslo",
|
||||
"Join" : "Připojit se",
|
||||
|
@ -16,10 +17,21 @@
|
|||
"Max" : "Nejvýše",
|
||||
"Record" : "Záznam",
|
||||
"Recordings" : "Nahrávky",
|
||||
"Descriptive name of this room." : "Popisný název této místnosti",
|
||||
"This message is shown to all users in the chat area after they joined." : "Tato zpráva je zobrazena všem uživatelům v chatu, poté co se připojí.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Nastaví limit na počet účastníků pro tuto místnost. Nula znamená bez omezení.",
|
||||
"If enabled, the moderator is able to start the recording." : "Pokud je zapnuto, moderátor může spustit nahrávání.",
|
||||
"Public: Everyone knowing the link is able to join. Password: Guests have to provide a password. Waiting room: A moderator has to accept every guest before they can join. Internal: Only Nextcloud users can join." : "Veřejné: Každý, kdo zná odkaz se může připojit. Heslo: Je třeba, aby host zadal heslo. Čekárna: Je třeba, aby moderátor přijal každého z hostů a teprve pak se budou moci připojit. Interní: Připojit se mohou pouze uživatelé s účtem na Nextcloud.",
|
||||
"Edit" : "Upravit",
|
||||
"Edit \"{room}\"" : "Upravit „{room}“",
|
||||
"Welcome" : "Vítejte",
|
||||
"Participant limit" : "Limit počtu účastníků",
|
||||
"Access" : "Přístup",
|
||||
"Public" : "Veřejné",
|
||||
"Internal + Password protection for guests" : "Interní + Ochrana heslem vůči hostům.",
|
||||
"Internal + Waiting room for guests" : "interní + Čekárna pro hosty",
|
||||
"Internal" : "Vnitřní",
|
||||
"Recording" : "Zaznamenávání",
|
||||
"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"],
|
||||
|
|
|
@ -3,8 +3,13 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Gem",
|
||||
"Display name" : "Vist navn",
|
||||
"Password" : "Adgangskode",
|
||||
"Join" : "Deltag",
|
||||
"Name" : "Navn",
|
||||
"Edit" : "Rediger",
|
||||
"Welcome" : "Velkommen",
|
||||
"Access" : "Adgang",
|
||||
"Public" : "Offentlig",
|
||||
"Create" : "Opret",
|
||||
"Delete" : "Slet",
|
||||
"Error" : "Fejl",
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
{ "translations": {
|
||||
"Save" : "Gem",
|
||||
"Display name" : "Vist navn",
|
||||
"Password" : "Adgangskode",
|
||||
"Join" : "Deltag",
|
||||
"Name" : "Navn",
|
||||
"Edit" : "Rediger",
|
||||
"Welcome" : "Velkommen",
|
||||
"Access" : "Adgang",
|
||||
"Public" : "Offentlig",
|
||||
"Create" : "Opret",
|
||||
"Delete" : "Slet",
|
||||
"Error" : "Fejl",
|
||||
|
|
17
l10n/de.js
17
l10n/de.js
|
@ -11,12 +11,29 @@ OC.L10N.register(
|
|||
"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.",
|
||||
"You have to provide the correct password to join the meeting." : "Du musst das richtige Passwort eingeben, um an der Unterhaltung teilnehmen zu können.",
|
||||
"Display name" : "Anzeigename",
|
||||
"Password" : "Passwort",
|
||||
"Join" : "Benötigt keine Übersetzung. Für den Desktop wird nur die formelle Übersetzung verwendet (de_DE).",
|
||||
"Name" : "Name",
|
||||
"Max" : "Max",
|
||||
"Record" : "Aufnahme",
|
||||
"Recordings" : "Aufnahmen",
|
||||
"Descriptive name of this room." : "Beschreibender Name dieses Raumes",
|
||||
"This message is shown to all users in the chat area after they joined." : "Diese Nachricht wird allen Benutzern im Chat-Bereich nach ihrem Beitritt angezeigt.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Legt eine Begrenzung der Teilnehmerzahl für diesen Raum fest. Null bedeutet, dass es keine Begrenzung gibt.",
|
||||
"If enabled, the moderator is able to start the recording." : "Wenn aktiviert, kann der Moderator die Aufnahme starten.",
|
||||
"Public: Everyone knowing the link is able to join. Password: Guests have to provide a password. Waiting room: A moderator has to accept every guest before they can join. Internal: Only Nextcloud users can join." : "Öffentlich: Jeder, der den Link kennt, kann beitreten. Passwort: Gäste müssen ein Passwort eingeben. Wartezimmer: Ein Moderator muss jeden Gast akzeptieren, bevor er beitreten kann. Intern: Nur Nextcloud-Benutzer können beitreten.",
|
||||
"Edit" : "Bearbeiten",
|
||||
"Edit \"{room}\"" : "Bearbeite \"{room}\"",
|
||||
"Welcome" : "Willkommen",
|
||||
"Participant limit" : "Teilnehmerbegrenzung",
|
||||
"Access" : "Zugriff",
|
||||
"Public" : "Öffentlich",
|
||||
"Internal + Password protection for guests" : "Interne + Passwortschutz für Gäste",
|
||||
"Internal + Waiting room for guests" : "Interne + Warteraum für Gäste",
|
||||
"Internal" : "Intern",
|
||||
"Recording" : "Nehme auf",
|
||||
"Room name" : "Raumname",
|
||||
"Create" : "Erstellen",
|
||||
"_%n participant_::_%n participants_" : ["%n Teilnehmer","%n Teilnehmer"],
|
||||
|
|
17
l10n/de.json
17
l10n/de.json
|
@ -9,12 +9,29 @@
|
|||
"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.",
|
||||
"You have to provide the correct password to join the meeting." : "Du musst das richtige Passwort eingeben, um an der Unterhaltung teilnehmen zu können.",
|
||||
"Display name" : "Anzeigename",
|
||||
"Password" : "Passwort",
|
||||
"Join" : "Benötigt keine Übersetzung. Für den Desktop wird nur die formelle Übersetzung verwendet (de_DE).",
|
||||
"Name" : "Name",
|
||||
"Max" : "Max",
|
||||
"Record" : "Aufnahme",
|
||||
"Recordings" : "Aufnahmen",
|
||||
"Descriptive name of this room." : "Beschreibender Name dieses Raumes",
|
||||
"This message is shown to all users in the chat area after they joined." : "Diese Nachricht wird allen Benutzern im Chat-Bereich nach ihrem Beitritt angezeigt.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Legt eine Begrenzung der Teilnehmerzahl für diesen Raum fest. Null bedeutet, dass es keine Begrenzung gibt.",
|
||||
"If enabled, the moderator is able to start the recording." : "Wenn aktiviert, kann der Moderator die Aufnahme starten.",
|
||||
"Public: Everyone knowing the link is able to join. Password: Guests have to provide a password. Waiting room: A moderator has to accept every guest before they can join. Internal: Only Nextcloud users can join." : "Öffentlich: Jeder, der den Link kennt, kann beitreten. Passwort: Gäste müssen ein Passwort eingeben. Wartezimmer: Ein Moderator muss jeden Gast akzeptieren, bevor er beitreten kann. Intern: Nur Nextcloud-Benutzer können beitreten.",
|
||||
"Edit" : "Bearbeiten",
|
||||
"Edit \"{room}\"" : "Bearbeite \"{room}\"",
|
||||
"Welcome" : "Willkommen",
|
||||
"Participant limit" : "Teilnehmerbegrenzung",
|
||||
"Access" : "Zugriff",
|
||||
"Public" : "Öffentlich",
|
||||
"Internal + Password protection for guests" : "Interne + Passwortschutz für Gäste",
|
||||
"Internal + Waiting room for guests" : "Interne + Warteraum für Gäste",
|
||||
"Internal" : "Intern",
|
||||
"Recording" : "Nehme auf",
|
||||
"Room name" : "Raumname",
|
||||
"Create" : "Erstellen",
|
||||
"_%n participant_::_%n participants_" : ["%n Teilnehmer","%n Teilnehmer"],
|
||||
|
|
|
@ -11,6 +11,7 @@ OC.L10N.register(
|
|||
"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.",
|
||||
"You have to provide the correct password to join the meeting." : "Sie müssen das richtige Passwort eingeben, um an der Unterhaltung teilnehmen zu können.",
|
||||
"Display name" : "Anzeigename",
|
||||
"Password" : "Passwort",
|
||||
"Join" : "Beitreten",
|
||||
|
@ -18,10 +19,21 @@ OC.L10N.register(
|
|||
"Max" : "Max",
|
||||
"Record" : "Aufnahme",
|
||||
"Recordings" : "Aufnahmen",
|
||||
"Descriptive name of this room." : "Beschreibender Name dieses Raumes",
|
||||
"This message is shown to all users in the chat area after they joined." : "Diese Nachricht wird allen Benutzern im Chat-Bereich nach ihrem Beitritt angezeigt.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Legt eine Begrenzung der Teilnehmerzahl für diesen Raum fest. Null bedeutet, dass es keine Begrenzung gibt.",
|
||||
"If enabled, the moderator is able to start the recording." : "Wenn aktiviert, kann der Moderator die Aufnahme starten.",
|
||||
"Public: Everyone knowing the link is able to join. Password: Guests have to provide a password. Waiting room: A moderator has to accept every guest before they can join. Internal: Only Nextcloud users can join." : "Öffentlich: Jeder, der den Link kennt, kann beitreten. Passwort: Gäste müssen ein Passwort eingeben. Wartezimmer: Ein Moderator muss jeden Gast akzeptieren, bevor er beitreten kann. Intern: Nur Nextcloud-Benutzer können beitreten.",
|
||||
"Edit" : "Bearbeiten",
|
||||
"Edit \"{room}\"" : "Bearbeite \"{room}\"",
|
||||
"Welcome" : "Willkommen",
|
||||
"Participant limit" : "Teilnehmerbegrenzung",
|
||||
"Access" : "Zugriff",
|
||||
"Public" : "Öffentlich",
|
||||
"Internal + Password protection for guests" : "Interne + Passwortschutz für Gäste",
|
||||
"Internal + Waiting room for guests" : "Interne + Warteraum für Gäste",
|
||||
"Internal" : "Intern",
|
||||
"Recording" : "Nehme auf",
|
||||
"Room name" : "Raumname",
|
||||
"Create" : "Erstellen",
|
||||
"_%n participant_::_%n participants_" : ["%n Teilnehmer","%n Teilnehmer "],
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"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.",
|
||||
"You have to provide the correct password to join the meeting." : "Sie müssen das richtige Passwort eingeben, um an der Unterhaltung teilnehmen zu können.",
|
||||
"Display name" : "Anzeigename",
|
||||
"Password" : "Passwort",
|
||||
"Join" : "Beitreten",
|
||||
|
@ -16,10 +17,21 @@
|
|||
"Max" : "Max",
|
||||
"Record" : "Aufnahme",
|
||||
"Recordings" : "Aufnahmen",
|
||||
"Descriptive name of this room." : "Beschreibender Name dieses Raumes",
|
||||
"This message is shown to all users in the chat area after they joined." : "Diese Nachricht wird allen Benutzern im Chat-Bereich nach ihrem Beitritt angezeigt.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Legt eine Begrenzung der Teilnehmerzahl für diesen Raum fest. Null bedeutet, dass es keine Begrenzung gibt.",
|
||||
"If enabled, the moderator is able to start the recording." : "Wenn aktiviert, kann der Moderator die Aufnahme starten.",
|
||||
"Public: Everyone knowing the link is able to join. Password: Guests have to provide a password. Waiting room: A moderator has to accept every guest before they can join. Internal: Only Nextcloud users can join." : "Öffentlich: Jeder, der den Link kennt, kann beitreten. Passwort: Gäste müssen ein Passwort eingeben. Wartezimmer: Ein Moderator muss jeden Gast akzeptieren, bevor er beitreten kann. Intern: Nur Nextcloud-Benutzer können beitreten.",
|
||||
"Edit" : "Bearbeiten",
|
||||
"Edit \"{room}\"" : "Bearbeite \"{room}\"",
|
||||
"Welcome" : "Willkommen",
|
||||
"Participant limit" : "Teilnehmerbegrenzung",
|
||||
"Access" : "Zugriff",
|
||||
"Public" : "Öffentlich",
|
||||
"Internal + Password protection for guests" : "Interne + Passwortschutz für Gäste",
|
||||
"Internal + Waiting room for guests" : "Interne + Warteraum für Gäste",
|
||||
"Internal" : "Intern",
|
||||
"Recording" : "Nehme auf",
|
||||
"Room name" : "Raumname",
|
||||
"Create" : "Erstellen",
|
||||
"_%n participant_::_%n participants_" : ["%n Teilnehmer","%n Teilnehmer "],
|
||||
|
|
16
l10n/el.js
16
l10n/el.js
|
@ -11,17 +11,29 @@ OC.L10N.register(
|
|||
"Save" : "Αποθήκευση",
|
||||
"Please enter your name!" : "Παρακαλούμε εισάγετε το όνομά σας!",
|
||||
"The name must be at least 3 characters long." : "Το όνομα πρέπει να έχει τουλάχιστον 3 χαρακτήρες.",
|
||||
"You have to provide the correct password to join the meeting." : "Πρέπει να καταχωρήσετε τον σωστό κωδικό για να συμμετέχετε στην συνάντηση.",
|
||||
"Display name" : "Εμφανιζόμενο όνομα",
|
||||
"Password" : "Κωδικός πρόσβασης",
|
||||
"Join" : "Συμμετοχή",
|
||||
"Name" : "Όνομα",
|
||||
"Max" : "Μέγιστο",
|
||||
"Record" : "Ηχογράφηση",
|
||||
"Recordings" : "Ηχογραφήσεις",
|
||||
"Record" : "Καταγραφή",
|
||||
"Recordings" : "Καταγραφές",
|
||||
"Descriptive name of this room." : "Περιγραφικό όνομα του δωματίου.",
|
||||
"This message is shown to all users in the chat area after they joined." : "Μήνυμα που εμφανίζεται σε όλους τους χρήστες στην περιοχή συνομιλίας μετά την εγγραφή τους.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Ορίζει ένα όριο στον αριθμό των συμμετεχόντων σε αυτό το δωμάτιο. Το μηδέν σημαίνει χωρίς όριο.",
|
||||
"If enabled, the moderator is able to start the recording." : "Εάν είναι ενεργοποιημένο, ο διαχειριστής μπορεί να ξεκινήσει την εγγραφή.",
|
||||
"Public: Everyone knowing the link is able to join. Password: Guests have to provide a password. Waiting room: A moderator has to accept every guest before they can join. Internal: Only Nextcloud users can join." : "Δημόσιο: Όσοι γνωρίζουν τον σύνδεσμο μπορούν να συμμετάσχουν. Κωδικός πρόσβασης: Οι επισκέπτες πρέπει να δώσουν έναν κωδικό. Αίθουσα αναμονής: Ένας συντονιστής πρέπει να δεχτεί κάθε επισκέπτη πριν μπορέσει να συμμετάσχει. Εσωτερικά: Μόνο οι χρήστες Nextcloud μπορούν να συμμετάσχουν.",
|
||||
"Edit" : "Επεξεργασία",
|
||||
"Edit \"{room}\"" : "Επεξεργασία \"{room}\"",
|
||||
"Welcome" : "Καλώς ήλθατε",
|
||||
"Participant limit" : "Όριο συμμετεχόντων",
|
||||
"Access" : "Πρόσβαση",
|
||||
"Public" : "Δημόσια",
|
||||
"Internal + Password protection for guests" : "Εσωτερική προστασία + κωδικός πρόσβασης για τους επισκέπτες",
|
||||
"Internal + Waiting room for guests" : "Εσωτερικό δωμάτιο + αίθουσα αναμονής για τους επισκέπτες",
|
||||
"Internal" : "Εσωτερικά",
|
||||
"Recording" : "Καταγραφή",
|
||||
"Room name" : "Όνομα δωματίου",
|
||||
"Create" : "Δημιουργία",
|
||||
"_%n participant_::_%n participants_" : ["%n συμμετέχων","%n συμμετέχοντες"],
|
||||
|
|
16
l10n/el.json
16
l10n/el.json
|
@ -9,17 +9,29 @@
|
|||
"Save" : "Αποθήκευση",
|
||||
"Please enter your name!" : "Παρακαλούμε εισάγετε το όνομά σας!",
|
||||
"The name must be at least 3 characters long." : "Το όνομα πρέπει να έχει τουλάχιστον 3 χαρακτήρες.",
|
||||
"You have to provide the correct password to join the meeting." : "Πρέπει να καταχωρήσετε τον σωστό κωδικό για να συμμετέχετε στην συνάντηση.",
|
||||
"Display name" : "Εμφανιζόμενο όνομα",
|
||||
"Password" : "Κωδικός πρόσβασης",
|
||||
"Join" : "Συμμετοχή",
|
||||
"Name" : "Όνομα",
|
||||
"Max" : "Μέγιστο",
|
||||
"Record" : "Ηχογράφηση",
|
||||
"Recordings" : "Ηχογραφήσεις",
|
||||
"Record" : "Καταγραφή",
|
||||
"Recordings" : "Καταγραφές",
|
||||
"Descriptive name of this room." : "Περιγραφικό όνομα του δωματίου.",
|
||||
"This message is shown to all users in the chat area after they joined." : "Μήνυμα που εμφανίζεται σε όλους τους χρήστες στην περιοχή συνομιλίας μετά την εγγραφή τους.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Ορίζει ένα όριο στον αριθμό των συμμετεχόντων σε αυτό το δωμάτιο. Το μηδέν σημαίνει χωρίς όριο.",
|
||||
"If enabled, the moderator is able to start the recording." : "Εάν είναι ενεργοποιημένο, ο διαχειριστής μπορεί να ξεκινήσει την εγγραφή.",
|
||||
"Public: Everyone knowing the link is able to join. Password: Guests have to provide a password. Waiting room: A moderator has to accept every guest before they can join. Internal: Only Nextcloud users can join." : "Δημόσιο: Όσοι γνωρίζουν τον σύνδεσμο μπορούν να συμμετάσχουν. Κωδικός πρόσβασης: Οι επισκέπτες πρέπει να δώσουν έναν κωδικό. Αίθουσα αναμονής: Ένας συντονιστής πρέπει να δεχτεί κάθε επισκέπτη πριν μπορέσει να συμμετάσχει. Εσωτερικά: Μόνο οι χρήστες Nextcloud μπορούν να συμμετάσχουν.",
|
||||
"Edit" : "Επεξεργασία",
|
||||
"Edit \"{room}\"" : "Επεξεργασία \"{room}\"",
|
||||
"Welcome" : "Καλώς ήλθατε",
|
||||
"Participant limit" : "Όριο συμμετεχόντων",
|
||||
"Access" : "Πρόσβαση",
|
||||
"Public" : "Δημόσια",
|
||||
"Internal + Password protection for guests" : "Εσωτερική προστασία + κωδικός πρόσβασης για τους επισκέπτες",
|
||||
"Internal + Waiting room for guests" : "Εσωτερικό δωμάτιο + αίθουσα αναμονής για τους επισκέπτες",
|
||||
"Internal" : "Εσωτερικά",
|
||||
"Recording" : "Καταγραφή",
|
||||
"Room name" : "Όνομα δωματίου",
|
||||
"Create" : "Δημιουργία",
|
||||
"_%n participant_::_%n participants_" : ["%n συμμετέχων","%n συμμετέχοντες"],
|
||||
|
|
|
@ -3,8 +3,13 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Save",
|
||||
"Display name" : "Display name",
|
||||
"Password" : "Password",
|
||||
"Join" : "Join",
|
||||
"Name" : "Name",
|
||||
"Edit" : "Edit",
|
||||
"Welcome" : "Welcome",
|
||||
"Access" : "Access",
|
||||
"Public" : "Public",
|
||||
"Room name" : "Room name",
|
||||
"Create" : "Create",
|
||||
"Delete" : "Delete",
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
{ "translations": {
|
||||
"Save" : "Save",
|
||||
"Display name" : "Display name",
|
||||
"Password" : "Password",
|
||||
"Join" : "Join",
|
||||
"Name" : "Name",
|
||||
"Edit" : "Edit",
|
||||
"Welcome" : "Welcome",
|
||||
"Access" : "Access",
|
||||
"Public" : "Public",
|
||||
"Room name" : "Room name",
|
||||
"Create" : "Create",
|
||||
"Delete" : "Delete",
|
||||
|
|
|
@ -3,7 +3,12 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Konservi",
|
||||
"Display name" : "Vidiga nomo",
|
||||
"Password" : "Pasvorto",
|
||||
"Join" : "Aliĝi",
|
||||
"Name" : "Nomo",
|
||||
"Edit" : "Modifi",
|
||||
"Access" : "Aliro",
|
||||
"Public" : "Publika",
|
||||
"Create" : "Krei",
|
||||
"Delete" : "Forigi",
|
||||
"Error" : "Eraro",
|
||||
|
|
|
@ -1,7 +1,12 @@
|
|||
{ "translations": {
|
||||
"Save" : "Konservi",
|
||||
"Display name" : "Vidiga nomo",
|
||||
"Password" : "Pasvorto",
|
||||
"Join" : "Aliĝi",
|
||||
"Name" : "Nomo",
|
||||
"Edit" : "Modifi",
|
||||
"Access" : "Aliro",
|
||||
"Public" : "Publika",
|
||||
"Create" : "Krei",
|
||||
"Delete" : "Forigi",
|
||||
"Error" : "Eraro",
|
||||
|
|
|
@ -12,11 +12,16 @@ OC.L10N.register(
|
|||
"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.",
|
||||
"Display name" : "Mostrar nombre",
|
||||
"Password" : "Contraseña",
|
||||
"Join" : "Unirse",
|
||||
"Name" : "Nombre",
|
||||
"Max" : "Máx",
|
||||
"Record" : "Grabar",
|
||||
"Recordings" : "Grabaciones",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Públicos",
|
||||
"Room name" : "Nombre de la sala",
|
||||
"Create" : "Crear",
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||
|
|
|
@ -10,11 +10,16 @@
|
|||
"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.",
|
||||
"Display name" : "Mostrar nombre",
|
||||
"Password" : "Contraseña",
|
||||
"Join" : "Unirse",
|
||||
"Name" : "Nombre",
|
||||
"Max" : "Máx",
|
||||
"Record" : "Grabar",
|
||||
"Recordings" : "Grabaciones",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Públicos",
|
||||
"Room name" : "Nombre de la sala",
|
||||
"Create" : "Crear",
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||
|
|
|
@ -3,8 +3,12 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
{ "translations": {
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -3,8 +3,12 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
{ "translations": {
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -3,8 +3,12 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
{ "translations": {
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -3,8 +3,12 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
{ "translations": {
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -3,8 +3,12 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
{ "translations": {
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -3,8 +3,12 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
{ "translations": {
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -3,8 +3,12 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
{ "translations": {
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -3,8 +3,12 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
{ "translations": {
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -3,8 +3,12 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
{ "translations": {
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -3,8 +3,12 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
{ "translations": {
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -3,8 +3,12 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
{ "translations": {
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -3,8 +3,12 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
{ "translations": {
|
||||
"Save" : "Guardar",
|
||||
"Display name" : "Nombre a desplegar",
|
||||
"Password" : "Contraseña",
|
||||
"Name" : "Nombre",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bienvenido",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Borrar",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -9,11 +9,16 @@ OC.L10N.register(
|
|||
"Please enter your name!" : "Mesedez sartu zure izena!",
|
||||
"The name must be at least 3 characters long." : "Izenak 3 karaktere behar ditu gutxienez.",
|
||||
"Display name" : "Erakutsi izena",
|
||||
"Password" : "Pasahitza",
|
||||
"Join" : "Batu",
|
||||
"Name" : "Izena",
|
||||
"Max" : "Maximoa",
|
||||
"Record" : "Grabatu",
|
||||
"Recordings" : "Grabaketak",
|
||||
"Edit" : "Editatu",
|
||||
"Welcome" : "Ongi etorri",
|
||||
"Access" : "Sarbidea",
|
||||
"Public" : "Publikoa",
|
||||
"Room name" : "Gelaren izena",
|
||||
"Create" : "Sortu",
|
||||
"_%n participant_::_%n participants_" : ["Parte-hartzaile %n","%n parte-hartzaile"],
|
||||
|
|
|
@ -7,11 +7,16 @@
|
|||
"Please enter your name!" : "Mesedez sartu zure izena!",
|
||||
"The name must be at least 3 characters long." : "Izenak 3 karaktere behar ditu gutxienez.",
|
||||
"Display name" : "Erakutsi izena",
|
||||
"Password" : "Pasahitza",
|
||||
"Join" : "Batu",
|
||||
"Name" : "Izena",
|
||||
"Max" : "Maximoa",
|
||||
"Record" : "Grabatu",
|
||||
"Recordings" : "Grabaketak",
|
||||
"Edit" : "Editatu",
|
||||
"Welcome" : "Ongi etorri",
|
||||
"Access" : "Sarbidea",
|
||||
"Public" : "Publikoa",
|
||||
"Room name" : "Gelaren izena",
|
||||
"Create" : "Sortu",
|
||||
"_%n participant_::_%n participants_" : ["Parte-hartzaile %n","%n parte-hartzaile"],
|
||||
|
|
|
@ -3,8 +3,13 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "ذخیره",
|
||||
"Display name" : "نام جهت نمایش",
|
||||
"Password" : "کلمه عبور",
|
||||
"Join" : "ملحق شدن",
|
||||
"Name" : "نام",
|
||||
"Edit" : "ویرایش کردن",
|
||||
"Welcome" : "خوش آمدی",
|
||||
"Access" : "دسترسی",
|
||||
"Public" : "عمومی",
|
||||
"Create" : "ایجاد شده",
|
||||
"Delete" : "حذف",
|
||||
"Error" : "خطا",
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
{ "translations": {
|
||||
"Save" : "ذخیره",
|
||||
"Display name" : "نام جهت نمایش",
|
||||
"Password" : "کلمه عبور",
|
||||
"Join" : "ملحق شدن",
|
||||
"Name" : "نام",
|
||||
"Edit" : "ویرایش کردن",
|
||||
"Welcome" : "خوش آمدی",
|
||||
"Access" : "دسترسی",
|
||||
"Public" : "عمومی",
|
||||
"Create" : "ایجاد شده",
|
||||
"Delete" : "حذف",
|
||||
"Error" : "خطا",
|
||||
|
|
|
@ -10,11 +10,17 @@ OC.L10N.register(
|
|||
"Please enter your name!" : "Kirjoita nimesi!",
|
||||
"The name must be at least 3 characters long." : "Nimen tulee olla vähintään kolme merkkiä.",
|
||||
"Display name" : "Näyttönimi",
|
||||
"Password" : "Salasana",
|
||||
"Join" : "Liity",
|
||||
"Name" : "Nimi",
|
||||
"Max" : "Enintään",
|
||||
"Record" : "Tallenne",
|
||||
"Recordings" : "Tallenteet",
|
||||
"Edit" : "Muokkaa",
|
||||
"Welcome" : "Tervetuloa",
|
||||
"Access" : "Käyttöoikeudet",
|
||||
"Public" : "Julkinen",
|
||||
"Internal" : "Sisäinen",
|
||||
"Room name" : "Huoneen nimi",
|
||||
"Create" : "Luo",
|
||||
"_%n participant_::_%n participants_" : ["%n osallistuja","%n osallistujaa"],
|
||||
|
|
|
@ -8,11 +8,17 @@
|
|||
"Please enter your name!" : "Kirjoita nimesi!",
|
||||
"The name must be at least 3 characters long." : "Nimen tulee olla vähintään kolme merkkiä.",
|
||||
"Display name" : "Näyttönimi",
|
||||
"Password" : "Salasana",
|
||||
"Join" : "Liity",
|
||||
"Name" : "Nimi",
|
||||
"Max" : "Enintään",
|
||||
"Record" : "Tallenne",
|
||||
"Recordings" : "Tallenteet",
|
||||
"Edit" : "Muokkaa",
|
||||
"Welcome" : "Tervetuloa",
|
||||
"Access" : "Käyttöoikeudet",
|
||||
"Public" : "Julkinen",
|
||||
"Internal" : "Sisäinen",
|
||||
"Room name" : "Huoneen nimi",
|
||||
"Create" : "Luo",
|
||||
"_%n participant_::_%n participants_" : ["%n osallistuja","%n osallistujaa"],
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
OC.L10N.register(
|
||||
"bbb",
|
||||
{
|
||||
"Password" : "Loyniorð",
|
||||
"Public" : "Alment",
|
||||
"Delete" : "Strika",
|
||||
"Settings saved" : "Stillingar eru goymd"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,7 @@
|
|||
{ "translations": {
|
||||
"Password" : "Loyniorð",
|
||||
"Public" : "Alment",
|
||||
"Delete" : "Strika",
|
||||
"Settings saved" : "Stillingar eru goymd"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -12,11 +12,16 @@ OC.L10N.register(
|
|||
"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.",
|
||||
"Display name" : "Nom à afficher",
|
||||
"Password" : "Mot de passe",
|
||||
"Join" : "Rejoindre",
|
||||
"Name" : "Nom",
|
||||
"Max" : "Max",
|
||||
"Record" : "Enregistrer",
|
||||
"Recordings" : "Enregistrement",
|
||||
"Edit" : "Modifier",
|
||||
"Welcome" : "Bienvenue",
|
||||
"Access" : "Accès",
|
||||
"Public" : "Public",
|
||||
"Room name" : "Nom du salon de discussion",
|
||||
"Create" : "Créer",
|
||||
"_%n participant_::_%n participants_" : ["%n participant","%n participants"],
|
||||
|
|
|
@ -10,11 +10,16 @@
|
|||
"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.",
|
||||
"Display name" : "Nom à afficher",
|
||||
"Password" : "Mot de passe",
|
||||
"Join" : "Rejoindre",
|
||||
"Name" : "Nom",
|
||||
"Max" : "Max",
|
||||
"Record" : "Enregistrer",
|
||||
"Recordings" : "Enregistrement",
|
||||
"Edit" : "Modifier",
|
||||
"Welcome" : "Bienvenue",
|
||||
"Access" : "Accès",
|
||||
"Public" : "Public",
|
||||
"Room name" : "Nom du salon de discussion",
|
||||
"Create" : "Créer",
|
||||
"_%n participant_::_%n participants_" : ["%n participant","%n participants"],
|
||||
|
|
12
l10n/gl.js
12
l10n/gl.js
|
@ -11,6 +11,7 @@ OC.L10N.register(
|
|||
"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.",
|
||||
"You have to provide the correct password to join the meeting." : "Ten que fornecer o contrasinal correcto para participar na xuntanza.",
|
||||
"Display name" : "Nome a amosar",
|
||||
"Password" : "Contrasinal",
|
||||
"Join" : "Unirse",
|
||||
|
@ -18,10 +19,21 @@ OC.L10N.register(
|
|||
"Max" : "Máx",
|
||||
"Record" : "Gravar",
|
||||
"Recordings" : "Gravacións",
|
||||
"Descriptive name of this room." : "Nome descritivo desta sala.",
|
||||
"This message is shown to all users in the chat area after they joined." : "Esta mensaxe amosase a todos os usuarios da área de conversas após unirse.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Estabeleza un límite para o número de participantes nesta sala. Cero significa que non hai límite.",
|
||||
"If enabled, the moderator is able to start the recording." : "Se está activado, o moderador pode iniciar a gravación.",
|
||||
"Public: Everyone knowing the link is able to join. Password: Guests have to provide a password. Waiting room: A moderator has to accept every guest before they can join. Internal: Only Nextcloud users can join." : "Pública: todos os que coñecen a ligazón poden unirse. Contrasinal: Os convidados teñen que fornecer un contrasinal. Sala de espera: Un moderador ten que aceptar a todos os convidados antes de que poidan unirse. Interna: só os usuarios do Nextcloud poden unirse.",
|
||||
"Edit" : "Editar",
|
||||
"Edit \"{room}\"" : "Editar «{room}»",
|
||||
"Welcome" : "Benvido",
|
||||
"Participant limit" : "Límite de participantes",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Internal + Password protection for guests" : "Interna + Protección de contrasinal para convidados",
|
||||
"Internal + Waiting room for guests" : "Interna + Sala de espera para convidados",
|
||||
"Internal" : "Interna",
|
||||
"Recording" : "Gravando",
|
||||
"Room name" : "Nome da sala",
|
||||
"Create" : "Crear",
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||
|
|
12
l10n/gl.json
12
l10n/gl.json
|
@ -9,6 +9,7 @@
|
|||
"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.",
|
||||
"You have to provide the correct password to join the meeting." : "Ten que fornecer o contrasinal correcto para participar na xuntanza.",
|
||||
"Display name" : "Nome a amosar",
|
||||
"Password" : "Contrasinal",
|
||||
"Join" : "Unirse",
|
||||
|
@ -16,10 +17,21 @@
|
|||
"Max" : "Máx",
|
||||
"Record" : "Gravar",
|
||||
"Recordings" : "Gravacións",
|
||||
"Descriptive name of this room." : "Nome descritivo desta sala.",
|
||||
"This message is shown to all users in the chat area after they joined." : "Esta mensaxe amosase a todos os usuarios da área de conversas após unirse.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Estabeleza un límite para o número de participantes nesta sala. Cero significa que non hai límite.",
|
||||
"If enabled, the moderator is able to start the recording." : "Se está activado, o moderador pode iniciar a gravación.",
|
||||
"Public: Everyone knowing the link is able to join. Password: Guests have to provide a password. Waiting room: A moderator has to accept every guest before they can join. Internal: Only Nextcloud users can join." : "Pública: todos os que coñecen a ligazón poden unirse. Contrasinal: Os convidados teñen que fornecer un contrasinal. Sala de espera: Un moderador ten que aceptar a todos os convidados antes de que poidan unirse. Interna: só os usuarios do Nextcloud poden unirse.",
|
||||
"Edit" : "Editar",
|
||||
"Edit \"{room}\"" : "Editar «{room}»",
|
||||
"Welcome" : "Benvido",
|
||||
"Participant limit" : "Límite de participantes",
|
||||
"Access" : "Acceso",
|
||||
"Public" : "Público",
|
||||
"Internal + Password protection for guests" : "Interna + Protección de contrasinal para convidados",
|
||||
"Internal + Waiting room for guests" : "Interna + Sala de espera para convidados",
|
||||
"Internal" : "Interna",
|
||||
"Recording" : "Gravando",
|
||||
"Room name" : "Nome da sala",
|
||||
"Create" : "Crear",
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||
|
|
|
@ -8,11 +8,16 @@ OC.L10N.register(
|
|||
"Please enter your name!" : "נא למלא את שמך!",
|
||||
"The name must be at least 3 characters long." : "אורך השם חייב להיות למעלה מ־3 תווים.",
|
||||
"Display name" : "שם תצוגה",
|
||||
"Password" : "ססמה",
|
||||
"Join" : "הצטרף",
|
||||
"Name" : "שם",
|
||||
"Max" : "מרבי",
|
||||
"Record" : "הקלטה",
|
||||
"Recordings" : "הקלטה",
|
||||
"Edit" : "עריכה",
|
||||
"Welcome" : "ברוך בואך",
|
||||
"Access" : "גישה",
|
||||
"Public" : "ציבורי",
|
||||
"Room name" : "שם החדר",
|
||||
"Create" : "יצירה",
|
||||
"_%n participant_::_%n participants_" : ["משתתף אחד","%n משתתפים","%n משתתפים","%n משתתפים"],
|
||||
|
|
|
@ -6,11 +6,16 @@
|
|||
"Please enter your name!" : "נא למלא את שמך!",
|
||||
"The name must be at least 3 characters long." : "אורך השם חייב להיות למעלה מ־3 תווים.",
|
||||
"Display name" : "שם תצוגה",
|
||||
"Password" : "ססמה",
|
||||
"Join" : "הצטרף",
|
||||
"Name" : "שם",
|
||||
"Max" : "מרבי",
|
||||
"Record" : "הקלטה",
|
||||
"Recordings" : "הקלטה",
|
||||
"Edit" : "עריכה",
|
||||
"Welcome" : "ברוך בואך",
|
||||
"Access" : "גישה",
|
||||
"Public" : "ציבורי",
|
||||
"Room name" : "שם החדר",
|
||||
"Create" : "יצירה",
|
||||
"_%n participant_::_%n participants_" : ["משתתף אחד","%n משתתפים","%n משתתפים","%n משתתפים"],
|
||||
|
|
|
@ -12,11 +12,16 @@ OC.L10N.register(
|
|||
"Please enter your name!" : "Adja meg a nevét!",
|
||||
"The name must be at least 3 characters long." : "A névnek legalább 3 karakter hosszúnak kell lennie.",
|
||||
"Display name" : "Megjelenítendő név",
|
||||
"Password" : "Jelszó",
|
||||
"Join" : "Csatlakozás",
|
||||
"Name" : "Név",
|
||||
"Max" : "Maximum",
|
||||
"Record" : "Felvétel",
|
||||
"Recordings" : "Felvételek",
|
||||
"Edit" : "Szerkesztés",
|
||||
"Welcome" : "Üdvözöljük",
|
||||
"Access" : "Hozzáférés",
|
||||
"Public" : "Nyilvános",
|
||||
"Room name" : "Szoba neve",
|
||||
"Create" : "Létrehozás",
|
||||
"_%n participant_::_%n participants_" : ["%n résztvevő","%n résztvevő"],
|
||||
|
|
|
@ -10,11 +10,16 @@
|
|||
"Please enter your name!" : "Adja meg a nevét!",
|
||||
"The name must be at least 3 characters long." : "A névnek legalább 3 karakter hosszúnak kell lennie.",
|
||||
"Display name" : "Megjelenítendő név",
|
||||
"Password" : "Jelszó",
|
||||
"Join" : "Csatlakozás",
|
||||
"Name" : "Név",
|
||||
"Max" : "Maximum",
|
||||
"Record" : "Felvétel",
|
||||
"Recordings" : "Felvételek",
|
||||
"Edit" : "Szerkesztés",
|
||||
"Welcome" : "Üdvözöljük",
|
||||
"Access" : "Hozzáférés",
|
||||
"Public" : "Nyilvános",
|
||||
"Room name" : "Szoba neve",
|
||||
"Create" : "Létrehozás",
|
||||
"_%n participant_::_%n participants_" : ["%n résztvevő","%n résztvevő"],
|
||||
|
|
|
@ -3,7 +3,10 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Salveguardar",
|
||||
"Display name" : "Monstrar nomine",
|
||||
"Password" : "Contrasigno",
|
||||
"Name" : "Nomine",
|
||||
"Edit" : "Modificar",
|
||||
"Public" : "Public",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Deler",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
{ "translations": {
|
||||
"Save" : "Salveguardar",
|
||||
"Display name" : "Monstrar nomine",
|
||||
"Password" : "Contrasigno",
|
||||
"Name" : "Nomine",
|
||||
"Edit" : "Modificar",
|
||||
"Public" : "Public",
|
||||
"Create" : "Crear",
|
||||
"Delete" : "Deler",
|
||||
"Error" : "Error",
|
||||
|
|
|
@ -11,11 +11,15 @@ OC.L10N.register(
|
|||
"Please enter your name!" : "Silakan isi nama Anda!",
|
||||
"The name must be at least 3 characters long." : "Nama setidaknya wajib memiliki panjang 3 karakter.",
|
||||
"Display name" : "Nama tampilan",
|
||||
"Password" : "Kata kunci",
|
||||
"Join" : "Gabung",
|
||||
"Name" : "Nama",
|
||||
"Max" : "Maksimum",
|
||||
"Record" : "Rekam",
|
||||
"Recordings" : "Rekaman",
|
||||
"Edit" : "Sunting",
|
||||
"Welcome" : "Selamat datang",
|
||||
"Public" : "Publik",
|
||||
"Room name" : "Nama ruang",
|
||||
"Create" : "Buat",
|
||||
"_%n participant_::_%n participants_" : ["%n partisipan"],
|
||||
|
|
|
@ -9,11 +9,15 @@
|
|||
"Please enter your name!" : "Silakan isi nama Anda!",
|
||||
"The name must be at least 3 characters long." : "Nama setidaknya wajib memiliki panjang 3 karakter.",
|
||||
"Display name" : "Nama tampilan",
|
||||
"Password" : "Kata kunci",
|
||||
"Join" : "Gabung",
|
||||
"Name" : "Nama",
|
||||
"Max" : "Maksimum",
|
||||
"Record" : "Rekam",
|
||||
"Recordings" : "Rekaman",
|
||||
"Edit" : "Sunting",
|
||||
"Welcome" : "Selamat datang",
|
||||
"Public" : "Publik",
|
||||
"Room name" : "Nama ruang",
|
||||
"Create" : "Buat",
|
||||
"_%n participant_::_%n participants_" : ["%n partisipan"],
|
||||
|
|
17
l10n/it.js
17
l10n/it.js
|
@ -11,12 +11,29 @@ OC.L10N.register(
|
|||
"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.",
|
||||
"You have to provide the correct password to join the meeting." : "Devi fornire la password corretta per partecipare alla riunione.",
|
||||
"Display name" : "Nome visualizzato",
|
||||
"Password" : "Password",
|
||||
"Join" : "Partecipa",
|
||||
"Name" : "Nome",
|
||||
"Max" : "Massimo",
|
||||
"Record" : "Registra",
|
||||
"Recordings" : "Registrazioni",
|
||||
"Descriptive name of this room." : "Nome descrittivo della stanza.",
|
||||
"This message is shown to all users in the chat area after they joined." : "Questo messaggio è mostrato a tutti gli utenti nell'area di chat dopo il loro ingresso.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Imposta un limite sul numero di partecipanti per questa stanza. Zero significa che non ci sono limiti.",
|
||||
"If enabled, the moderator is able to start the recording." : "Se abilitata, il moderatore è in grado di avviare la registrazione.",
|
||||
"Public: Everyone knowing the link is able to join. Password: Guests have to provide a password. Waiting room: A moderator has to accept every guest before they can join. Internal: Only Nextcloud users can join." : "Pubblica: chiunque conosca il collegamento è in grado di partecipare. Password: gli ospiti devono fornire un password. Sala d'attesa: un moderatore deve accettare ogni ospite prima che possa entrare. Interna: possono partecipare solo gli utenti di Nextcloud.",
|
||||
"Edit" : "Modifica",
|
||||
"Edit \"{room}\"" : "Modifica \"{room}\"",
|
||||
"Welcome" : "Benvenuto",
|
||||
"Participant limit" : "Limite di partecipanti",
|
||||
"Access" : "Accesso",
|
||||
"Public" : "Pubblico",
|
||||
"Internal + Password protection for guests" : "Interna + Protezione con password per gli ospiti",
|
||||
"Internal + Waiting room for guests" : "Interna + Sala d'attesa per gli ospiti",
|
||||
"Internal" : "Interna",
|
||||
"Recording" : "Registrazione",
|
||||
"Room name" : "Nome stanza",
|
||||
"Create" : "Crea",
|
||||
"_%n participant_::_%n participants_" : ["%n partecipante","%n partecipanti"],
|
||||
|
|
17
l10n/it.json
17
l10n/it.json
|
@ -9,12 +9,29 @@
|
|||
"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.",
|
||||
"You have to provide the correct password to join the meeting." : "Devi fornire la password corretta per partecipare alla riunione.",
|
||||
"Display name" : "Nome visualizzato",
|
||||
"Password" : "Password",
|
||||
"Join" : "Partecipa",
|
||||
"Name" : "Nome",
|
||||
"Max" : "Massimo",
|
||||
"Record" : "Registra",
|
||||
"Recordings" : "Registrazioni",
|
||||
"Descriptive name of this room." : "Nome descrittivo della stanza.",
|
||||
"This message is shown to all users in the chat area after they joined." : "Questo messaggio è mostrato a tutti gli utenti nell'area di chat dopo il loro ingresso.",
|
||||
"Sets a limit on the number of participants for this room. Zero means there is no limit." : "Imposta un limite sul numero di partecipanti per questa stanza. Zero significa che non ci sono limiti.",
|
||||
"If enabled, the moderator is able to start the recording." : "Se abilitata, il moderatore è in grado di avviare la registrazione.",
|
||||
"Public: Everyone knowing the link is able to join. Password: Guests have to provide a password. Waiting room: A moderator has to accept every guest before they can join. Internal: Only Nextcloud users can join." : "Pubblica: chiunque conosca il collegamento è in grado di partecipare. Password: gli ospiti devono fornire un password. Sala d'attesa: un moderatore deve accettare ogni ospite prima che possa entrare. Interna: possono partecipare solo gli utenti di Nextcloud.",
|
||||
"Edit" : "Modifica",
|
||||
"Edit \"{room}\"" : "Modifica \"{room}\"",
|
||||
"Welcome" : "Benvenuto",
|
||||
"Participant limit" : "Limite di partecipanti",
|
||||
"Access" : "Accesso",
|
||||
"Public" : "Pubblico",
|
||||
"Internal + Password protection for guests" : "Interna + Protezione con password per gli ospiti",
|
||||
"Internal + Waiting room for guests" : "Interna + Sala d'attesa per gli ospiti",
|
||||
"Internal" : "Interna",
|
||||
"Recording" : "Registrazione",
|
||||
"Room name" : "Nome stanza",
|
||||
"Create" : "Crea",
|
||||
"_%n participant_::_%n participants_" : ["%n partecipante","%n partecipanti"],
|
||||
|
|
|
@ -3,8 +3,13 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "保存",
|
||||
"Display name" : "表示名",
|
||||
"Password" : "パスワード",
|
||||
"Join" : "参加",
|
||||
"Name" : "名前",
|
||||
"Edit" : "編集",
|
||||
"Welcome" : "ようこそ",
|
||||
"Access" : "アクセス",
|
||||
"Public" : "公開",
|
||||
"Create" : "作成",
|
||||
"Delete" : "削除",
|
||||
"Error" : "エラー",
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
{ "translations": {
|
||||
"Save" : "保存",
|
||||
"Display name" : "表示名",
|
||||
"Password" : "パスワード",
|
||||
"Join" : "参加",
|
||||
"Name" : "名前",
|
||||
"Edit" : "編集",
|
||||
"Welcome" : "ようこそ",
|
||||
"Access" : "アクセス",
|
||||
"Public" : "公開",
|
||||
"Create" : "作成",
|
||||
"Delete" : "削除",
|
||||
"Error" : "エラー",
|
||||
|
|
|
@ -3,8 +3,12 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "შენახვა",
|
||||
"Display name" : "დისპლეი სახელი",
|
||||
"Password" : "პაროლი",
|
||||
"Name" : "სახელი",
|
||||
"Edit" : "ცვლილება",
|
||||
"Welcome" : "კეთილი იყოს თქვენი მობრძანება",
|
||||
"Access" : "წვდომა",
|
||||
"Public" : "ღია",
|
||||
"Room name" : "ოთახის სახელი",
|
||||
"Create" : "შექმნა",
|
||||
"Delete" : "წაშლა",
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
{ "translations": {
|
||||
"Save" : "შენახვა",
|
||||
"Display name" : "დისპლეი სახელი",
|
||||
"Password" : "პაროლი",
|
||||
"Name" : "სახელი",
|
||||
"Edit" : "ცვლილება",
|
||||
"Welcome" : "კეთილი იყოს თქვენი მობრძანება",
|
||||
"Access" : "წვდომა",
|
||||
"Public" : "ღია",
|
||||
"Room name" : "ოთახის სახელი",
|
||||
"Create" : "შექმნა",
|
||||
"Delete" : "წაშლა",
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
OC.L10N.register(
|
||||
"bbb",
|
||||
{
|
||||
"Save" : "Sekles",
|
||||
"Password" : "Awal uffir",
|
||||
"Delete" : "Kkes"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,6 @@
|
|||
{ "translations": {
|
||||
"Save" : "Sekles",
|
||||
"Password" : "Awal uffir",
|
||||
"Delete" : "Kkes"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -2,7 +2,9 @@ OC.L10N.register(
|
|||
"bbb",
|
||||
{
|
||||
"Save" : "រក្សាទុក",
|
||||
"Password" : "ពាក្យសម្ងាត់",
|
||||
"Name" : "ឈ្មោះ",
|
||||
"Edit" : "កែប្រែ",
|
||||
"Create" : "បង្កើត",
|
||||
"Delete" : "លុប",
|
||||
"Error" : "កំហុស"
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
{ "translations": {
|
||||
"Save" : "រក្សាទុក",
|
||||
"Password" : "ពាក្យសម្ងាត់",
|
||||
"Name" : "ឈ្មោះ",
|
||||
"Edit" : "កែប្រែ",
|
||||
"Create" : "បង្កើត",
|
||||
"Delete" : "លុប",
|
||||
"Error" : "កំហុស"
|
||||
|
|
|
@ -2,7 +2,9 @@ OC.L10N.register(
|
|||
"bbb",
|
||||
{
|
||||
"Save" : "ಉಳಿಸಿ",
|
||||
"Password" : "ಗುಪ್ತ ಪದ",
|
||||
"Name" : "ಹೆಸರು",
|
||||
"Edit" : "ಸಂಪಾದಿಸು",
|
||||
"Create" : "ಸೃಷ್ಟಿಸಿ",
|
||||
"Delete" : "ಅಳಿಸಿ",
|
||||
"Error" : "ತಪ್ಪಾಗಿದೆ"
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
{ "translations": {
|
||||
"Save" : "ಉಳಿಸಿ",
|
||||
"Password" : "ಗುಪ್ತ ಪದ",
|
||||
"Name" : "ಹೆಸರು",
|
||||
"Edit" : "ಸಂಪಾದಿಸು",
|
||||
"Create" : "ಸೃಷ್ಟಿಸಿ",
|
||||
"Delete" : "ಅಳಿಸಿ",
|
||||
"Error" : "ತಪ್ಪಾಗಿದೆ"
|
||||
|
|
|
@ -2,7 +2,9 @@ OC.L10N.register(
|
|||
"bbb",
|
||||
{
|
||||
"Save" : "Späicheren",
|
||||
"Password" : "Passwuert",
|
||||
"Name" : "Numm",
|
||||
"Edit" : "Änneren",
|
||||
"Create" : "Erstellen",
|
||||
"Delete" : "Läschen",
|
||||
"Error" : "Fehler"
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
{ "translations": {
|
||||
"Save" : "Späicheren",
|
||||
"Password" : "Passwuert",
|
||||
"Name" : "Numm",
|
||||
"Edit" : "Änneren",
|
||||
"Create" : "Erstellen",
|
||||
"Delete" : "Läschen",
|
||||
"Error" : "Fehler"
|
||||
|
|
|
@ -9,11 +9,15 @@ OC.L10N.register(
|
|||
"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.",
|
||||
"Display name" : "Ekrāna vārds",
|
||||
"Password" : "Parole",
|
||||
"Join" : "Pievienoties",
|
||||
"Name" : "Vārds",
|
||||
"Max" : "Maksimāli",
|
||||
"Record" : "Ierakstīt",
|
||||
"Recordings" : "Ieraksta",
|
||||
"Edit" : "Rediģēt",
|
||||
"Welcome" : "Laipni lūdzam!",
|
||||
"Public" : "Publiska",
|
||||
"Room name" : "Sapulču telpas nosaukums",
|
||||
"Create" : "Izveidot",
|
||||
"_%n participant_::_%n participants_" : ["dalībnieki - %n","%n dalībnieks","%n dalībnieki"],
|
||||
|
|
|
@ -7,11 +7,15 @@
|
|||
"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.",
|
||||
"Display name" : "Ekrāna vārds",
|
||||
"Password" : "Parole",
|
||||
"Join" : "Pievienoties",
|
||||
"Name" : "Vārds",
|
||||
"Max" : "Maksimāli",
|
||||
"Record" : "Ierakstīt",
|
||||
"Recordings" : "Ieraksta",
|
||||
"Edit" : "Rediģēt",
|
||||
"Welcome" : "Laipni lūdzam!",
|
||||
"Public" : "Publiska",
|
||||
"Room name" : "Sapulču telpas nosaukums",
|
||||
"Create" : "Izveidot",
|
||||
"_%n participant_::_%n participants_" : ["dalībnieki - %n","%n dalībnieks","%n dalībnieki"],
|
||||
|
|
|
@ -3,7 +3,10 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Зачувај",
|
||||
"Display name" : "Име и презиме",
|
||||
"Password" : "Лозинка",
|
||||
"Name" : "Име",
|
||||
"Edit" : "Уреди",
|
||||
"Public" : "Јавна",
|
||||
"Create" : "Креирај",
|
||||
"Delete" : "Избриши",
|
||||
"Error" : "Грешка",
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
{ "translations": {
|
||||
"Save" : "Зачувај",
|
||||
"Display name" : "Име и презиме",
|
||||
"Password" : "Лозинка",
|
||||
"Name" : "Име",
|
||||
"Edit" : "Уреди",
|
||||
"Public" : "Јавна",
|
||||
"Create" : "Креирај",
|
||||
"Delete" : "Избриши",
|
||||
"Error" : "Грешка",
|
||||
|
|
|
@ -3,8 +3,11 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Хадгалах",
|
||||
"Display name" : "Харагдах нэр",
|
||||
"Password" : "Нууц үг",
|
||||
"Name" : "Нэр",
|
||||
"Edit" : "засварлах",
|
||||
"Welcome" : "Тавтай морил",
|
||||
"Public" : "Нийтийн",
|
||||
"Create" : "Үүсгэх",
|
||||
"Delete" : "Устгах",
|
||||
"Error" : "Алдаа",
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
{ "translations": {
|
||||
"Save" : "Хадгалах",
|
||||
"Display name" : "Харагдах нэр",
|
||||
"Password" : "Нууц үг",
|
||||
"Name" : "Нэр",
|
||||
"Edit" : "засварлах",
|
||||
"Welcome" : "Тавтай морил",
|
||||
"Public" : "Нийтийн",
|
||||
"Create" : "Үүсгэх",
|
||||
"Delete" : "Устгах",
|
||||
"Error" : "Алдаа",
|
||||
|
|
|
@ -2,7 +2,9 @@ OC.L10N.register(
|
|||
"bbb",
|
||||
{
|
||||
"Save" : "Simpan",
|
||||
"Password" : "Kata laluan",
|
||||
"Name" : "Nama",
|
||||
"Edit" : "Sunting",
|
||||
"Create" : "Buat",
|
||||
"Delete" : "Padam",
|
||||
"Error" : "Ralat"
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
{ "translations": {
|
||||
"Save" : "Simpan",
|
||||
"Password" : "Kata laluan",
|
||||
"Name" : "Nama",
|
||||
"Edit" : "Sunting",
|
||||
"Create" : "Buat",
|
||||
"Delete" : "Padam",
|
||||
"Error" : "Ralat"
|
||||
|
|
|
@ -3,8 +3,13 @@ OC.L10N.register(
|
|||
{
|
||||
"Save" : "Lagre",
|
||||
"Display name" : "Visningsnavn",
|
||||
"Password" : "Passord",
|
||||
"Join" : "Bli med",
|
||||
"Name" : "Navn",
|
||||
"Edit" : "Rediger",
|
||||
"Welcome" : "Velkommen",
|
||||
"Access" : "Tilgang",
|
||||
"Public" : "Offentlig",
|
||||
"Room name" : "Romnavn",
|
||||
"Create" : "Ny",
|
||||
"Delete" : "Slett",
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
{ "translations": {
|
||||
"Save" : "Lagre",
|
||||
"Display name" : "Visningsnavn",
|
||||
"Password" : "Passord",
|
||||
"Join" : "Bli med",
|
||||
"Name" : "Navn",
|
||||
"Edit" : "Rediger",
|
||||
"Welcome" : "Velkommen",
|
||||
"Access" : "Tilgang",
|
||||
"Public" : "Offentlig",
|
||||
"Room name" : "Romnavn",
|
||||
"Create" : "Ny",
|
||||
"Delete" : "Slett",
|
||||
|
|
|
@ -12,11 +12,16 @@ OC.L10N.register(
|
|||
"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",
|
||||
"Display name" : "Weergavenaam",
|
||||
"Password" : "Wachtwoord",
|
||||
"Join" : "Deelnemen",
|
||||
"Name" : "Naam",
|
||||
"Max" : "Max",
|
||||
"Record" : "Opname",
|
||||
"Recordings" : "Opnames",
|
||||
"Edit" : "Bewerken",
|
||||
"Welcome" : "Welkom",
|
||||
"Access" : "Toegang",
|
||||
"Public" : "Openbaar",
|
||||
"Room name" : "Kamernaam",
|
||||
"Create" : "Creëren",
|
||||
"_%n participant_::_%n participants_" : ["%n deelnemer","%n deelnemers"],
|
||||
|
|
|
@ -10,11 +10,16 @@
|
|||
"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",
|
||||
"Display name" : "Weergavenaam",
|
||||
"Password" : "Wachtwoord",
|
||||
"Join" : "Deelnemen",
|
||||
"Name" : "Naam",
|
||||
"Max" : "Max",
|
||||
"Record" : "Opname",
|
||||
"Recordings" : "Opnames",
|
||||
"Edit" : "Bewerken",
|
||||
"Welcome" : "Welkom",
|
||||
"Access" : "Toegang",
|
||||
"Public" : "Openbaar",
|
||||
"Room name" : "Kamernaam",
|
||||
"Create" : "Creëren",
|
||||
"_%n participant_::_%n participants_" : ["%n deelnemer","%n deelnemers"],
|
||||
|
|
|
@ -2,7 +2,9 @@ OC.L10N.register(
|
|||
"bbb",
|
||||
{
|
||||
"Save" : "Lagre",
|
||||
"Password" : "Passord",
|
||||
"Name" : "Namn",
|
||||
"Edit" : "Endra",
|
||||
"Create" : "Lag",
|
||||
"Delete" : "Ta bort",
|
||||
"Error" : "Feil"
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
{ "translations": {
|
||||
"Save" : "Lagre",
|
||||
"Password" : "Passord",
|
||||
"Name" : "Namn",
|
||||
"Edit" : "Endra",
|
||||
"Create" : "Lag",
|
||||
"Delete" : "Ta bort",
|
||||
"Error" : "Feil"
|
||||
|
|
|
@ -7,10 +7,13 @@ OC.L10N.register(
|
|||
"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.",
|
||||
"Password" : "Senhal",
|
||||
"Join" : "Rejónher",
|
||||
"Name" : "Nom",
|
||||
"Max" : "Max",
|
||||
"Record" : "Enregistrar",
|
||||
"Recordings" : "Enregistraments",
|
||||
"Edit" : "Modificar",
|
||||
"Welcome" : "Benvengut",
|
||||
"Room name" : "Nom de la sala",
|
||||
"Create" : "Crear",
|
||||
|
|
|
@ -5,10 +5,13 @@
|
|||
"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.",
|
||||
"Password" : "Senhal",
|
||||
"Join" : "Rejónher",
|
||||
"Name" : "Nom",
|
||||
"Max" : "Max",
|
||||
"Record" : "Enregistrar",
|
||||
"Recordings" : "Enregistraments",
|
||||
"Edit" : "Modificar",
|
||||
"Welcome" : "Benvengut",
|
||||
"Room name" : "Nom de la sala",
|
||||
"Create" : "Crear",
|
||||
|
|
|
@ -12,11 +12,16 @@ OC.L10N.register(
|
|||
"Please enter your name!" : "Wpisz swoją nazwę!",
|
||||
"The name must be at least 3 characters long." : "Nazwa musi zawierać co najmniej 3 znaki.",
|
||||
"Display name" : "Nazwa wyświetlana",
|
||||
"Password" : "Hasło",
|
||||
"Join" : "Dołącz",
|
||||
"Name" : "Nazwa",
|
||||
"Max" : "Maks.",
|
||||
"Record" : "Nagrywać",
|
||||
"Recordings" : "Nagrania",
|
||||
"Edit" : "Edytuj",
|
||||
"Welcome" : "Witaj",
|
||||
"Access" : "Dostęp",
|
||||
"Public" : "Publiczne",
|
||||
"Room name" : "Nazwa pokoju",
|
||||
"Create" : "Utwórz",
|
||||
"_%n participant_::_%n participants_" : ["%n uczestnik","%n uczestników","%n uczestników","%n uczestników"],
|
||||
|
|
|
@ -10,11 +10,16 @@
|
|||
"Please enter your name!" : "Wpisz swoją nazwę!",
|
||||
"The name must be at least 3 characters long." : "Nazwa musi zawierać co najmniej 3 znaki.",
|
||||
"Display name" : "Nazwa wyświetlana",
|
||||
"Password" : "Hasło",
|
||||
"Join" : "Dołącz",
|
||||
"Name" : "Nazwa",
|
||||
"Max" : "Maks.",
|
||||
"Record" : "Nagrywać",
|
||||
"Recordings" : "Nagrania",
|
||||
"Edit" : "Edytuj",
|
||||
"Welcome" : "Witaj",
|
||||
"Access" : "Dostęp",
|
||||
"Public" : "Publiczne",
|
||||
"Room name" : "Nazwa pokoju",
|
||||
"Create" : "Utwórz",
|
||||
"_%n participant_::_%n participants_" : ["%n uczestnik","%n uczestników","%n uczestników","%n uczestników"],
|
||||
|
|
|
@ -8,11 +8,16 @@ OC.L10N.register(
|
|||
"Please enter your name!" : "Por favor, insira o seu nome!",
|
||||
"The name must be at least 3 characters long." : "O nome deve ter pelo menos 2 carateres.",
|
||||
"Display name" : "Nome a exibir",
|
||||
"Password" : "Palavra-passe",
|
||||
"Join" : "Aderir",
|
||||
"Name" : "Nome",
|
||||
"Max" : "Máx.",
|
||||
"Record" : "Gravar",
|
||||
"Recordings" : "Gravações",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bem-vindo",
|
||||
"Access" : "Acesso",
|
||||
"Public" : "Público",
|
||||
"Room name" : "Nome da sala",
|
||||
"Create" : "Criar",
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||
|
|
|
@ -6,11 +6,16 @@
|
|||
"Please enter your name!" : "Por favor, insira o seu nome!",
|
||||
"The name must be at least 3 characters long." : "O nome deve ter pelo menos 2 carateres.",
|
||||
"Display name" : "Nome a exibir",
|
||||
"Password" : "Palavra-passe",
|
||||
"Join" : "Aderir",
|
||||
"Name" : "Nome",
|
||||
"Max" : "Máx.",
|
||||
"Record" : "Gravar",
|
||||
"Recordings" : "Gravações",
|
||||
"Edit" : "Editar",
|
||||
"Welcome" : "Bem-vindo",
|
||||
"Access" : "Acesso",
|
||||
"Public" : "Público",
|
||||
"Room name" : "Nome da sala",
|
||||
"Create" : "Criar",
|
||||
"_%n participant_::_%n participants_" : ["%n participante","%n participantes"],
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue