diff --git a/l10n/ca.js b/l10n/ca.js index d6e6213..16e8056 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -1,19 +1,93 @@ OC.L10N.register( "forms", { + "anonymous user" : "usuari anònim", + "Shared by %s" : "Compartit per %s", "Forms" : "Formularis", - "A forms app, similar to Google Forms." : "Una aplicació de formularis, semblant a Google Forms", + "A forms app, similar to Google Forms." : "Una aplicació de formularis, semblant a Google Forms.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Una aplicació de formularis, semblant a Google Forms amb la possibilitat de controlar l'accés (membres, certs grups/usuaris, i públic)", + "New form" : "Nou formulari", + "Loading forms …" : "Carregant formularis ...", + "No forms created yet" : "No hi ha formularis creats encara", + "Create a form" : "Crea un formulari", + "Select a form or create a new one" : "Seleccioneu un formulari o creeu-ne un de nou", "Create new form" : "Crea un nou formulari", + "An error occurred while loading the forms list" : "S'ha produït un error en carregar la llista de formularis", + "Unable to create a new form" : "No es pot crear un formulari nou", + "Responses" : "Respostes", + "Clone form" : "Replicar formulari", "Delete form" : "Suprimeix el formulari", + "Form link copied" : "Enllaç de formulari copiat", + "Cannot copy, please copy the link manually" : "No es pot copiar, si us plau, copieu l'enllaç manualment", + "Copy share link" : "Copia l'enllaç per compartir", + "Are you sure you want to delete the form “{title}”?" : "Esteu segur que voleu suprimir el formulari \"{title}\"?", + "Error while deleting form “{title}”" : "Error en suprimir el formulari \"{title}\"", + "An answer for the {index} option" : "Una resposta per a l'opció {index}", + "Answer number {index}" : "Número de resposta {index}", + "Delete answer" : "Suprimeix la resposta", + "There was an issue deleting this option" : "Hi ha hagut un problema en suprimir aquesta opció", + "Error while saving the answer" : "Error en desar la resposta", + "Question number {index}" : "Número de pregunta {index}", + "Drag to reorder the questions" : "Arrossega per reordenar les preguntes", + "Enter a title for this question" : "Introduïu un títol per a aquesta pregunta", + "Title of question number {index}" : "Títol del número de pregunta {index}", + "Mandatory" : "Obligatori", + "Delete question" : "Suprimeix la pregunta", + "A long answer for the question “{text}”" : "Una resposta llarga per a la pregunta \"{text}\"", + "Long answer text" : "Text de resposta llarga", + "Add a new answer" : "Afegir una nova resposta", + "A short answer for the question “{text}”" : "Una resposta curta per a la pregunta \"{text}\"", + "Short answer text" : "Text de resposta breu", + "Response by {userDisplayName}" : "Resposta de {userDisplayName}", + "Delete this response" : "Suprimir aquesta resposta", "Group" : "Grup", + "Loading {title} …" : "Carregant {title}...", + "Toggle settings" : "Canviar configuració", + "Form title" : "Títol del formulari", "Description" : "Descripció", + "Mandatory questions" : "Preguntes obligatòries", + "Add a question" : "Afegir una pregunta", + "New question" : "Nova pregunta", + "There was an error while adding the new question" : "Hi ha hagut un error en afegir la nova pregunta", + "There was an error while removing the question" : "Hi ha hagut un error en eliminar la pregunta", + "Error while saving form" : "Error en desar el formulari", + "Loading responses …" : "Carregant respostes ...", + "Back to form" : "Tornar al formulari", + "Responses for {title}" : "Respostes per a {title}", + "Export to CSV" : "Exporta a CSV", + "Options" : "Opcions", + "Delete all responses" : "Suprimeix totes les respostes", + "No responses yet" : "No hi ha respostes encara", + "Results of submitted forms will show up here" : "Els resultats dels formularis enviats es mostraran aquí", + "There was an error while loading results" : "Error en carregar els resultats", + "There was an error while removing the submission" : "Error en eliminar la tramesa", + "Are you sure you want to delete all submissions from this form?" : "Esteu segur que voleu suprimir totes les trameses d'aquest formulari?", + "There was an error while removing the submissions" : "Error en eliminar les trameses", "Settings" : "Paràmetres", + "Anonymous responses" : "Respostes anònimes", + "Only allow one response per user" : "Només permetre una resposta per usuari", "Set expiration date" : "Establiu una data de caducitat", "Expiration date" : "Data de venciment", "Sharing" : "Compartició", + "Show to all users of this instance" : "Mostrar a tots els usuaris d'aquesta instància", "Share link" : "Enllaç de compartició", - "Name of user or group" : "Nom de l'usuari o del grup", - "Submit" : "Envia" + "Choose users to share with" : "Trieu usuaris per compartir-lo", + "Select expiration date" : "Seleccionar la data de caducitat", + "Expired on {date}" : "Expirat a {Date}", + "Expires on {date}" : "Caduca a {data}", + "Submit" : "Envia", + "Submit form" : "Envia el formulari", + "Submitting form …" : "Presentació de formulari...", + "Thank you for completing the form!" : "Gràcies per omplir el formulari!", + "There was an error submitting the form" : "Error en enviar el formulari", + "Error while saving question" : "Error en desar la pregunta", + "Multiple choice" : "Qüestionari d'elecció múltiple", + "Checkboxes" : "Caselles de verificació", + "Short answer" : "Resposta curta", + "Long text" : "Text llarg", + "Form expired" : "Formulari caducat", + "This form has expired and is no longer taking answers" : "Aquest formulari ha caducat i ja no està prenent respostes", + "Form not found" : "No s’ha trobat el formulari", + "This form does not exist" : "Aquest formulari no existeix" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ca.json b/l10n/ca.json index 7e357d6..f3e5ec3 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -1,17 +1,91 @@ { "translations": { + "anonymous user" : "usuari anònim", + "Shared by %s" : "Compartit per %s", "Forms" : "Formularis", - "A forms app, similar to Google Forms." : "Una aplicació de formularis, semblant a Google Forms", + "A forms app, similar to Google Forms." : "Una aplicació de formularis, semblant a Google Forms.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Una aplicació de formularis, semblant a Google Forms amb la possibilitat de controlar l'accés (membres, certs grups/usuaris, i públic)", + "New form" : "Nou formulari", + "Loading forms …" : "Carregant formularis ...", + "No forms created yet" : "No hi ha formularis creats encara", + "Create a form" : "Crea un formulari", + "Select a form or create a new one" : "Seleccioneu un formulari o creeu-ne un de nou", "Create new form" : "Crea un nou formulari", + "An error occurred while loading the forms list" : "S'ha produït un error en carregar la llista de formularis", + "Unable to create a new form" : "No es pot crear un formulari nou", + "Responses" : "Respostes", + "Clone form" : "Replicar formulari", "Delete form" : "Suprimeix el formulari", + "Form link copied" : "Enllaç de formulari copiat", + "Cannot copy, please copy the link manually" : "No es pot copiar, si us plau, copieu l'enllaç manualment", + "Copy share link" : "Copia l'enllaç per compartir", + "Are you sure you want to delete the form “{title}”?" : "Esteu segur que voleu suprimir el formulari \"{title}\"?", + "Error while deleting form “{title}”" : "Error en suprimir el formulari \"{title}\"", + "An answer for the {index} option" : "Una resposta per a l'opció {index}", + "Answer number {index}" : "Número de resposta {index}", + "Delete answer" : "Suprimeix la resposta", + "There was an issue deleting this option" : "Hi ha hagut un problema en suprimir aquesta opció", + "Error while saving the answer" : "Error en desar la resposta", + "Question number {index}" : "Número de pregunta {index}", + "Drag to reorder the questions" : "Arrossega per reordenar les preguntes", + "Enter a title for this question" : "Introduïu un títol per a aquesta pregunta", + "Title of question number {index}" : "Títol del número de pregunta {index}", + "Mandatory" : "Obligatori", + "Delete question" : "Suprimeix la pregunta", + "A long answer for the question “{text}”" : "Una resposta llarga per a la pregunta \"{text}\"", + "Long answer text" : "Text de resposta llarga", + "Add a new answer" : "Afegir una nova resposta", + "A short answer for the question “{text}”" : "Una resposta curta per a la pregunta \"{text}\"", + "Short answer text" : "Text de resposta breu", + "Response by {userDisplayName}" : "Resposta de {userDisplayName}", + "Delete this response" : "Suprimir aquesta resposta", "Group" : "Grup", + "Loading {title} …" : "Carregant {title}...", + "Toggle settings" : "Canviar configuració", + "Form title" : "Títol del formulari", "Description" : "Descripció", + "Mandatory questions" : "Preguntes obligatòries", + "Add a question" : "Afegir una pregunta", + "New question" : "Nova pregunta", + "There was an error while adding the new question" : "Hi ha hagut un error en afegir la nova pregunta", + "There was an error while removing the question" : "Hi ha hagut un error en eliminar la pregunta", + "Error while saving form" : "Error en desar el formulari", + "Loading responses …" : "Carregant respostes ...", + "Back to form" : "Tornar al formulari", + "Responses for {title}" : "Respostes per a {title}", + "Export to CSV" : "Exporta a CSV", + "Options" : "Opcions", + "Delete all responses" : "Suprimeix totes les respostes", + "No responses yet" : "No hi ha respostes encara", + "Results of submitted forms will show up here" : "Els resultats dels formularis enviats es mostraran aquí", + "There was an error while loading results" : "Error en carregar els resultats", + "There was an error while removing the submission" : "Error en eliminar la tramesa", + "Are you sure you want to delete all submissions from this form?" : "Esteu segur que voleu suprimir totes les trameses d'aquest formulari?", + "There was an error while removing the submissions" : "Error en eliminar les trameses", "Settings" : "Paràmetres", + "Anonymous responses" : "Respostes anònimes", + "Only allow one response per user" : "Només permetre una resposta per usuari", "Set expiration date" : "Establiu una data de caducitat", "Expiration date" : "Data de venciment", "Sharing" : "Compartició", + "Show to all users of this instance" : "Mostrar a tots els usuaris d'aquesta instància", "Share link" : "Enllaç de compartició", - "Name of user or group" : "Nom de l'usuari o del grup", - "Submit" : "Envia" + "Choose users to share with" : "Trieu usuaris per compartir-lo", + "Select expiration date" : "Seleccionar la data de caducitat", + "Expired on {date}" : "Expirat a {Date}", + "Expires on {date}" : "Caduca a {data}", + "Submit" : "Envia", + "Submit form" : "Envia el formulari", + "Submitting form …" : "Presentació de formulari...", + "Thank you for completing the form!" : "Gràcies per omplir el formulari!", + "There was an error submitting the form" : "Error en enviar el formulari", + "Error while saving question" : "Error en desar la pregunta", + "Multiple choice" : "Qüestionari d'elecció múltiple", + "Checkboxes" : "Caselles de verificació", + "Short answer" : "Resposta curta", + "Long text" : "Text llarg", + "Form expired" : "Formulari caducat", + "This form has expired and is no longer taking answers" : "Aquest formulari ha caducat i ja no està prenent respostes", + "Form not found" : "No s’ha trobat el formulari", + "This form does not exist" : "Aquest formulari no existeix" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/cs.js b/l10n/cs.js index 670e176..ad4a834 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -1,6 +1,8 @@ OC.L10N.register( "forms", { + "anonymous user" : "anonymní uživatel", + "Shared by %s" : "Sdílí %s", "Forms" : "Formuláře", "A forms app, similar to Google Forms." : "Aplikace pro formuláře, podobné jako Google Forms.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Aplikace formuláře, podobné Google Forms s možností omezovat přístup (jen pro členy, určité skupiny/uživatele a veřejně).", @@ -29,17 +31,24 @@ OC.L10N.register( "Drag to reorder the questions" : "Pořadí otázek změníte přetažením", "Enter a title for this question" : "Zadejte nadpis pro tuto otázku", "Title of question number {index}" : "Nadpis otázky číslo {index}", + "Mandatory" : "Povinné", "Delete question" : "Smazat otázku", "A long answer for the question “{text}”" : "Dlouhá odpověď na otázku „{text}“", "Long answer text" : "Dlouhý text odpovědi", "Add a new answer" : "Přidat novou odpověď", "A short answer for the question “{text}”" : "Krátká odpověď na otázku „{text}“", "Short answer text" : "Text krátké odpovědi", + "Response by {userDisplayName}" : "Odpověď od {userDisplayName}", + "Delete this response" : "Smazat tuto odpověď", + "No recommendations. Start typing." : "Žádná doporučení. Pište", + "Searching …" : "Hledání...", + "No elements found." : "Nenalezeny žádné prvky.", "Group" : "Group", "Loading {title} …" : "Načítání {title} …", "Toggle settings" : "Přepnout nastavení", "Form title" : "Nadpis formuláře", "Description" : "Popis", + "Mandatory questions" : "Povinné otázky", "Add a question" : "Přidat otázku", "New question" : "Nová otázka", "There was an error while adding the new question" : "Při přidávání nové otázky došlo k chybě", @@ -50,9 +59,13 @@ OC.L10N.register( "Responses for {title}" : "Odpovědi na {title}", "Export to CSV" : "Exportovat do CSV", "Options" : "Volby", + "Delete all responses" : "Smazat všechny odpovědi", "No responses yet" : "Zatím žádné odpvědi", "Results of submitted forms will show up here" : "Výsledky odeslaných formulářů se zobrazí zde", "There was an error while loading results" : "Došlo k chybě při načítání výsledků", + "There was an error while removing the submission" : "Při odebírání příspěvku došlo k chybě", + "Are you sure you want to delete all submissions from this form?" : "Opravdu chcete smazat všechny příspěvky z tohoto formuláře?", + "There was an error while removing the submissions" : "Při odebírání příspěvků došlo k chybě", "Settings" : "Nastavení", "Anonymous responses" : "Anonym odpovídá", "Only allow one response per user" : "Každému z uživatelů umožnit odpovědět pouze jednou", @@ -62,7 +75,6 @@ OC.L10N.register( "Show to all users of this instance" : "Zobrazit všechny uživatele na této instanci", "Share link" : "Odkaz na sdílení", "Choose users to share with" : "Zvolte uživatele, kterým nasdílet", - "Name of user or group" : "Jméno uživatele nebo název skupiny", "Select expiration date" : "Vyberte datum skončení platnosti", "Expired on {date}" : "Platnost skončila {date}", "Expires on {date}" : "Platnost skončí {date}", diff --git a/l10n/cs.json b/l10n/cs.json index a2d7399..a12f28e 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -1,4 +1,6 @@ { "translations": { + "anonymous user" : "anonymní uživatel", + "Shared by %s" : "Sdílí %s", "Forms" : "Formuláře", "A forms app, similar to Google Forms." : "Aplikace pro formuláře, podobné jako Google Forms.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Aplikace formuláře, podobné Google Forms s možností omezovat přístup (jen pro členy, určité skupiny/uživatele a veřejně).", @@ -27,17 +29,24 @@ "Drag to reorder the questions" : "Pořadí otázek změníte přetažením", "Enter a title for this question" : "Zadejte nadpis pro tuto otázku", "Title of question number {index}" : "Nadpis otázky číslo {index}", + "Mandatory" : "Povinné", "Delete question" : "Smazat otázku", "A long answer for the question “{text}”" : "Dlouhá odpověď na otázku „{text}“", "Long answer text" : "Dlouhý text odpovědi", "Add a new answer" : "Přidat novou odpověď", "A short answer for the question “{text}”" : "Krátká odpověď na otázku „{text}“", "Short answer text" : "Text krátké odpovědi", + "Response by {userDisplayName}" : "Odpověď od {userDisplayName}", + "Delete this response" : "Smazat tuto odpověď", + "No recommendations. Start typing." : "Žádná doporučení. Pište", + "Searching …" : "Hledání...", + "No elements found." : "Nenalezeny žádné prvky.", "Group" : "Group", "Loading {title} …" : "Načítání {title} …", "Toggle settings" : "Přepnout nastavení", "Form title" : "Nadpis formuláře", "Description" : "Popis", + "Mandatory questions" : "Povinné otázky", "Add a question" : "Přidat otázku", "New question" : "Nová otázka", "There was an error while adding the new question" : "Při přidávání nové otázky došlo k chybě", @@ -48,9 +57,13 @@ "Responses for {title}" : "Odpovědi na {title}", "Export to CSV" : "Exportovat do CSV", "Options" : "Volby", + "Delete all responses" : "Smazat všechny odpovědi", "No responses yet" : "Zatím žádné odpvědi", "Results of submitted forms will show up here" : "Výsledky odeslaných formulářů se zobrazí zde", "There was an error while loading results" : "Došlo k chybě při načítání výsledků", + "There was an error while removing the submission" : "Při odebírání příspěvku došlo k chybě", + "Are you sure you want to delete all submissions from this form?" : "Opravdu chcete smazat všechny příspěvky z tohoto formuláře?", + "There was an error while removing the submissions" : "Při odebírání příspěvků došlo k chybě", "Settings" : "Nastavení", "Anonymous responses" : "Anonym odpovídá", "Only allow one response per user" : "Každému z uživatelů umožnit odpovědět pouze jednou", @@ -60,7 +73,6 @@ "Show to all users of this instance" : "Zobrazit všechny uživatele na této instanci", "Share link" : "Odkaz na sdílení", "Choose users to share with" : "Zvolte uživatele, kterým nasdílet", - "Name of user or group" : "Jméno uživatele nebo název skupiny", "Select expiration date" : "Vyberte datum skončení platnosti", "Expired on {date}" : "Platnost skončila {date}", "Expires on {date}" : "Platnost skončí {date}", diff --git a/l10n/da.js b/l10n/da.js index cd1e621..5feb0fd 100644 --- a/l10n/da.js +++ b/l10n/da.js @@ -1,6 +1,7 @@ OC.L10N.register( "forms", { + "Searching …" : "Søger ...", "Group" : "Gruppe", "Description" : "Beskrivelse", "Settings" : "Indstillinger", diff --git a/l10n/da.json b/l10n/da.json index 45db9ad..7c7c021 100644 --- a/l10n/da.json +++ b/l10n/da.json @@ -1,4 +1,5 @@ { "translations": { + "Searching …" : "Søger ...", "Group" : "Gruppe", "Description" : "Beskrivelse", "Settings" : "Indstillinger", diff --git a/l10n/de.js b/l10n/de.js index 7f1814b..92bb86a 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -1,6 +1,8 @@ OC.L10N.register( "forms", { + "anonymous user" : "Anonymer Benutzer", + "Shared by %s" : "Geteilt von %s", "Forms" : "Formulare", "A forms app, similar to Google Forms." : "Eine App für Formulare, vergleichbar mit Google Formulare.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Eine App für Formulare, vergleichbar mit Google Formulare, mit der Möglichkeit den Zugriff zu beschränken (Nur Mitglieder, bestimmte Gruppen/Benutzer und öffentlich).", @@ -29,17 +31,24 @@ OC.L10N.register( "Drag to reorder the questions" : "Ziehe um die Fragen umzusortieren", "Enter a title for this question" : "Trage einen Titel für diese Frage ein", "Title of question number {index}" : "Titel der Fragenummer {index}", + "Mandatory" : "Verpflichtend", "Delete question" : "Frage löschen", "A long answer for the question “{text}”" : "Eine lange Antwort zu Frage „{text}“", "Long answer text" : "Langer Antworttext", "Add a new answer" : "Neue Antwort hinzufügen", "A short answer for the question “{text}”" : "Eine kurze Antwort zu Frage „{text}“", "Short answer text" : "Kurzer Antworttext", + "Response by {userDisplayName}" : "Antwort von {userDisplayName}", + "Delete this response" : "Diese Antwort löschen", + "No recommendations. Start typing." : "Keine Empfehlungen. Beginne mit der Eingabe.", + "Searching …" : "Suche …", + "No elements found." : "Keine Elemente gefunden.", "Group" : "Gruppe", "Loading {title} …" : "Lade {title}…", "Toggle settings" : "Einstellungen umschalten", "Form title" : "Formulartitel", "Description" : "Beschreibung", + "Mandatory questions" : "Verpflichtende Fragen", "Add a question" : "Eine Frage hinzufügen", "New question" : "Neue Frage", "There was an error while adding the new question" : "Es gab einen Fehler beim Hinzufügen der neuen Frage", @@ -50,6 +59,7 @@ OC.L10N.register( "Responses for {title}" : "Antworten zu {title}", "Export to CSV" : "Als CSV exportieren", "Options" : "Optionen", + "Delete all responses" : "Alle Antworten löschen", "No responses yet" : "Bis jetzt noch keine Antworten", "Results of submitted forms will show up here" : "Die Ergebnisse von eingereichten Formularen werden hier angezeigt", "There was an error while loading results" : "Es gab einen Fehler beim Laden der Ergebnisse", @@ -62,7 +72,9 @@ OC.L10N.register( "Show to all users of this instance" : "Allen Benutzern dieser Instanz anzeigen", "Share link" : "Link teilen", "Choose users to share with" : "Nutzer auswählen mit denen geteilt werden soll", - "Name of user or group" : "Name des Benutzers oder der Gruppe", + "Select expiration date" : "Setze ein Ablaufdatum", + "Expired on {date}" : "Abgelaufen am {date}", + "Expires on {date}" : "Läuft am {date} ab", "Submit" : "Übermitteln", "Submit form" : "Formular übermitteln", "Submitting form …" : "Übermittle Formular …", @@ -73,6 +85,8 @@ OC.L10N.register( "Checkboxes" : "Kontrollkästchen", "Short answer" : "Kurze Antwort", "Long text" : "Langer Text", + "Form expired" : "Formular abgelaufen", + "This form has expired and is no longer taking answers" : "Dieses Formular ist abgelaufen und kann nicht mehr ausgefüllt werden", "Form not found" : "Formular nicht gefunden", "This form does not exist" : "Dieses Formular existiert nicht" }, diff --git a/l10n/de.json b/l10n/de.json index d3c38eb..166131b 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -1,4 +1,6 @@ { "translations": { + "anonymous user" : "Anonymer Benutzer", + "Shared by %s" : "Geteilt von %s", "Forms" : "Formulare", "A forms app, similar to Google Forms." : "Eine App für Formulare, vergleichbar mit Google Formulare.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Eine App für Formulare, vergleichbar mit Google Formulare, mit der Möglichkeit den Zugriff zu beschränken (Nur Mitglieder, bestimmte Gruppen/Benutzer und öffentlich).", @@ -27,17 +29,24 @@ "Drag to reorder the questions" : "Ziehe um die Fragen umzusortieren", "Enter a title for this question" : "Trage einen Titel für diese Frage ein", "Title of question number {index}" : "Titel der Fragenummer {index}", + "Mandatory" : "Verpflichtend", "Delete question" : "Frage löschen", "A long answer for the question “{text}”" : "Eine lange Antwort zu Frage „{text}“", "Long answer text" : "Langer Antworttext", "Add a new answer" : "Neue Antwort hinzufügen", "A short answer for the question “{text}”" : "Eine kurze Antwort zu Frage „{text}“", "Short answer text" : "Kurzer Antworttext", + "Response by {userDisplayName}" : "Antwort von {userDisplayName}", + "Delete this response" : "Diese Antwort löschen", + "No recommendations. Start typing." : "Keine Empfehlungen. Beginne mit der Eingabe.", + "Searching …" : "Suche …", + "No elements found." : "Keine Elemente gefunden.", "Group" : "Gruppe", "Loading {title} …" : "Lade {title}…", "Toggle settings" : "Einstellungen umschalten", "Form title" : "Formulartitel", "Description" : "Beschreibung", + "Mandatory questions" : "Verpflichtende Fragen", "Add a question" : "Eine Frage hinzufügen", "New question" : "Neue Frage", "There was an error while adding the new question" : "Es gab einen Fehler beim Hinzufügen der neuen Frage", @@ -48,6 +57,7 @@ "Responses for {title}" : "Antworten zu {title}", "Export to CSV" : "Als CSV exportieren", "Options" : "Optionen", + "Delete all responses" : "Alle Antworten löschen", "No responses yet" : "Bis jetzt noch keine Antworten", "Results of submitted forms will show up here" : "Die Ergebnisse von eingereichten Formularen werden hier angezeigt", "There was an error while loading results" : "Es gab einen Fehler beim Laden der Ergebnisse", @@ -60,7 +70,9 @@ "Show to all users of this instance" : "Allen Benutzern dieser Instanz anzeigen", "Share link" : "Link teilen", "Choose users to share with" : "Nutzer auswählen mit denen geteilt werden soll", - "Name of user or group" : "Name des Benutzers oder der Gruppe", + "Select expiration date" : "Setze ein Ablaufdatum", + "Expired on {date}" : "Abgelaufen am {date}", + "Expires on {date}" : "Läuft am {date} ab", "Submit" : "Übermitteln", "Submit form" : "Formular übermitteln", "Submitting form …" : "Übermittle Formular …", @@ -71,6 +83,8 @@ "Checkboxes" : "Kontrollkästchen", "Short answer" : "Kurze Antwort", "Long text" : "Langer Text", + "Form expired" : "Formular abgelaufen", + "This form has expired and is no longer taking answers" : "Dieses Formular ist abgelaufen und kann nicht mehr ausgefüllt werden", "Form not found" : "Formular nicht gefunden", "This form does not exist" : "Dieses Formular existiert nicht" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 8f7e73e..e154505 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -1,6 +1,8 @@ OC.L10N.register( "forms", { + "anonymous user" : "Anonymer Benutzer", + "Shared by %s" : "Geteilt von %s", "Forms" : "Formulare", "A forms app, similar to Google Forms." : "Eine App für Formulare, vergleichbar mit Google Formulare.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Eine App für Formulare, vergleichbar mit Google Formulare, mit der Möglichkeit den Zugriff zu beschränken (Nur Mitglieder, bestimmte Gruppen/Benutzer und öffentlich).", @@ -29,17 +31,24 @@ OC.L10N.register( "Drag to reorder the questions" : "Ziehen Sie um die Fragen umzusortieren", "Enter a title for this question" : "Tragen Sie einen Titel für diese Frage ein", "Title of question number {index}" : "Titel der Fragenummer {index}", + "Mandatory" : "Obligatorisch", "Delete question" : "Frage löschen", "A long answer for the question “{text}”" : "Eine lange Antwort zu Frage „{text}“", "Long answer text" : "Langer Antworttext", "Add a new answer" : "Neue Antwort hinzufügen", "A short answer for the question “{text}”" : "Eine kurze Antwort zu Frage „{text}“", "Short answer text" : "Kurzer Antworttext", + "Response by {userDisplayName}" : "Antwort von {userDisplayName}", + "Delete this response" : "Diese Antwort löschen", + "No recommendations. Start typing." : "Keine Empfehlungen. Beginnen Sie mit der Eingabe.", + "Searching …" : "Suche …", + "No elements found." : "Keine Elemente gefunden.", "Group" : "Gruppe", "Loading {title} …" : "Lade {title}…", "Toggle settings" : "Einstellungen umschalten", "Form title" : "Formulartitel", "Description" : "Beschreibung", + "Mandatory questions" : "Allgemeine Fragen", "Add a question" : "Eine Frage hinzufügen", "New question" : "Neue Frage", "There was an error while adding the new question" : "Es gab einen Fehler beim Hinzufügen der neuen Frage", @@ -50,9 +59,13 @@ OC.L10N.register( "Responses for {title}" : "Antworten zu {title}", "Export to CSV" : "Als CSV exportieren", "Options" : "Optionen", + "Delete all responses" : "Alle Antworten löschen", "No responses yet" : "Bis jetzt noch keine Antworten", "Results of submitted forms will show up here" : "Die Ergebnisse von eingereichten Formularen werden hier angezeigt", "There was an error while loading results" : "Es gab einen Fehler beim Laden der Ergebnisse", + "There was an error while removing the submission" : "Beim löschen ist ein Fehler aufgetreten", + "Are you sure you want to delete all submissions from this form?" : "Möchten Sie alle Eingaben in diesem Formular löschen", + "There was an error while removing the submissions" : "Beim löschen ist ein Fehler aufgetreten", "Settings" : "Einstellungen", "Anonymous responses" : "Anonyme Antworten", "Only allow one response per user" : "Nur eine Antwort pro Benutzer erlauben", @@ -61,8 +74,10 @@ OC.L10N.register( "Sharing" : "Teilen", "Show to all users of this instance" : "Allen Benutzern dieser Instanz anzeigen", "Share link" : "Link teilen", - "Choose users to share with" : "Nutzer auswählen mit denen geteilt werden soll", - "Name of user or group" : "Name des Benutzers oder der Gruppe", + "Choose users to share with" : "Mit Benutzer oder Gruppen Teilen", + "Select expiration date" : "Setze ein Ablaufdatum", + "Expired on {date}" : "Abgelaufen am {date}", + "Expires on {date}" : "Läuft am {date} ab", "Submit" : "Übermitteln", "Submit form" : "Formular übermitteln", "Submitting form …" : "Übermittle Formular …", @@ -73,6 +88,8 @@ OC.L10N.register( "Checkboxes" : "Kontrollkästchen", "Short answer" : "Kurze Antwort", "Long text" : "Langer Text", + "Form expired" : "Formular abgelaufen", + "This form has expired and is no longer taking answers" : "Dieses Formular ist abgelaufen und kann nicht mehr verwendet werden", "Form not found" : "Formular nicht gefunden", "This form does not exist" : "Dieses Formular existiert nicht" }, diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 1600ca8..c4541ba 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -1,4 +1,6 @@ { "translations": { + "anonymous user" : "Anonymer Benutzer", + "Shared by %s" : "Geteilt von %s", "Forms" : "Formulare", "A forms app, similar to Google Forms." : "Eine App für Formulare, vergleichbar mit Google Formulare.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Eine App für Formulare, vergleichbar mit Google Formulare, mit der Möglichkeit den Zugriff zu beschränken (Nur Mitglieder, bestimmte Gruppen/Benutzer und öffentlich).", @@ -27,17 +29,24 @@ "Drag to reorder the questions" : "Ziehen Sie um die Fragen umzusortieren", "Enter a title for this question" : "Tragen Sie einen Titel für diese Frage ein", "Title of question number {index}" : "Titel der Fragenummer {index}", + "Mandatory" : "Obligatorisch", "Delete question" : "Frage löschen", "A long answer for the question “{text}”" : "Eine lange Antwort zu Frage „{text}“", "Long answer text" : "Langer Antworttext", "Add a new answer" : "Neue Antwort hinzufügen", "A short answer for the question “{text}”" : "Eine kurze Antwort zu Frage „{text}“", "Short answer text" : "Kurzer Antworttext", + "Response by {userDisplayName}" : "Antwort von {userDisplayName}", + "Delete this response" : "Diese Antwort löschen", + "No recommendations. Start typing." : "Keine Empfehlungen. Beginnen Sie mit der Eingabe.", + "Searching …" : "Suche …", + "No elements found." : "Keine Elemente gefunden.", "Group" : "Gruppe", "Loading {title} …" : "Lade {title}…", "Toggle settings" : "Einstellungen umschalten", "Form title" : "Formulartitel", "Description" : "Beschreibung", + "Mandatory questions" : "Allgemeine Fragen", "Add a question" : "Eine Frage hinzufügen", "New question" : "Neue Frage", "There was an error while adding the new question" : "Es gab einen Fehler beim Hinzufügen der neuen Frage", @@ -48,9 +57,13 @@ "Responses for {title}" : "Antworten zu {title}", "Export to CSV" : "Als CSV exportieren", "Options" : "Optionen", + "Delete all responses" : "Alle Antworten löschen", "No responses yet" : "Bis jetzt noch keine Antworten", "Results of submitted forms will show up here" : "Die Ergebnisse von eingereichten Formularen werden hier angezeigt", "There was an error while loading results" : "Es gab einen Fehler beim Laden der Ergebnisse", + "There was an error while removing the submission" : "Beim löschen ist ein Fehler aufgetreten", + "Are you sure you want to delete all submissions from this form?" : "Möchten Sie alle Eingaben in diesem Formular löschen", + "There was an error while removing the submissions" : "Beim löschen ist ein Fehler aufgetreten", "Settings" : "Einstellungen", "Anonymous responses" : "Anonyme Antworten", "Only allow one response per user" : "Nur eine Antwort pro Benutzer erlauben", @@ -59,8 +72,10 @@ "Sharing" : "Teilen", "Show to all users of this instance" : "Allen Benutzern dieser Instanz anzeigen", "Share link" : "Link teilen", - "Choose users to share with" : "Nutzer auswählen mit denen geteilt werden soll", - "Name of user or group" : "Name des Benutzers oder der Gruppe", + "Choose users to share with" : "Mit Benutzer oder Gruppen Teilen", + "Select expiration date" : "Setze ein Ablaufdatum", + "Expired on {date}" : "Abgelaufen am {date}", + "Expires on {date}" : "Läuft am {date} ab", "Submit" : "Übermitteln", "Submit form" : "Formular übermitteln", "Submitting form …" : "Übermittle Formular …", @@ -71,6 +86,8 @@ "Checkboxes" : "Kontrollkästchen", "Short answer" : "Kurze Antwort", "Long text" : "Langer Text", + "Form expired" : "Formular abgelaufen", + "This form has expired and is no longer taking answers" : "Dieses Formular ist abgelaufen und kann nicht mehr verwendet werden", "Form not found" : "Formular nicht gefunden", "This form does not exist" : "Dieses Formular existiert nicht" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/el.js b/l10n/el.js index a34de04..387ead5 100644 --- a/l10n/el.js +++ b/l10n/el.js @@ -35,6 +35,9 @@ OC.L10N.register( "Add a new answer" : "Προσθέστε νέα απάντηση", "A short answer for the question “{text}”" : "Σύντομη απάντηση στην ερώτηση “{text}”", "Short answer text" : "Κείμενο σύντομης απάντησης", + "No recommendations. Start typing." : "Δεν υπάρχουν συστάσεις. Αρχίστε να πληκτρολογείτε.", + "Searching …" : "Αναζήτηση ...", + "No elements found." : "Δεν βρέθηκαν στοιχεία.", "Group" : "Ομάδα", "Loading {title} …" : "Φόρτωση {title} …", "Toggle settings" : "Εναλλαγή ρυθμίσεων", @@ -62,7 +65,6 @@ OC.L10N.register( "Show to all users of this instance" : "Εμφάνιση όλων των χρηστών", "Share link" : "Διαμοιρασμός συνδέσμου", "Choose users to share with" : "Επιλέξτε χρήστες για διαμοιρασμό", - "Name of user or group" : "Όνομα του χρήστη ή της ομάδας", "Select expiration date" : "Επιλέξτε ημερομηνία λήξης", "Expired on {date}" : "Έληξε στις {date}", "Expires on {date}" : "Λήγει στις {date}", diff --git a/l10n/el.json b/l10n/el.json index 3ec7dd6..a975310 100644 --- a/l10n/el.json +++ b/l10n/el.json @@ -33,6 +33,9 @@ "Add a new answer" : "Προσθέστε νέα απάντηση", "A short answer for the question “{text}”" : "Σύντομη απάντηση στην ερώτηση “{text}”", "Short answer text" : "Κείμενο σύντομης απάντησης", + "No recommendations. Start typing." : "Δεν υπάρχουν συστάσεις. Αρχίστε να πληκτρολογείτε.", + "Searching …" : "Αναζήτηση ...", + "No elements found." : "Δεν βρέθηκαν στοιχεία.", "Group" : "Ομάδα", "Loading {title} …" : "Φόρτωση {title} …", "Toggle settings" : "Εναλλαγή ρυθμίσεων", @@ -60,7 +63,6 @@ "Show to all users of this instance" : "Εμφάνιση όλων των χρηστών", "Share link" : "Διαμοιρασμός συνδέσμου", "Choose users to share with" : "Επιλέξτε χρήστες για διαμοιρασμό", - "Name of user or group" : "Όνομα του χρήστη ή της ομάδας", "Select expiration date" : "Επιλέξτε ημερομηνία λήξης", "Expired on {date}" : "Έληξε στις {date}", "Expires on {date}" : "Λήγει στις {date}", diff --git a/l10n/eo.js b/l10n/eo.js index d9b01e0..913ed9b 100644 --- a/l10n/eo.js +++ b/l10n/eo.js @@ -2,6 +2,8 @@ OC.L10N.register( "forms", { "Cannot copy, please copy the link manually" : "Ne eblis kopii la ligilon; kopiu ĝin permane.", + "No recommendations. Start typing." : "Neniu propono. Ektajpu.", + "No elements found." : "Nenio trovita.", "Group" : "Grupo", "Description" : "Priskribo", "Settings" : "Agordoj", @@ -9,7 +11,6 @@ OC.L10N.register( "Expiration date" : "Limdato", "Sharing" : "Kunhavigo", "Share link" : "Kunhavigi ligilon", - "Name of user or group" : "Nomo de uzanto aŭ grupo", "Submit" : "Sendi" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/eo.json b/l10n/eo.json index 0910e8d..d1bc045 100644 --- a/l10n/eo.json +++ b/l10n/eo.json @@ -1,5 +1,7 @@ { "translations": { "Cannot copy, please copy the link manually" : "Ne eblis kopii la ligilon; kopiu ĝin permane.", + "No recommendations. Start typing." : "Neniu propono. Ektajpu.", + "No elements found." : "Nenio trovita.", "Group" : "Grupo", "Description" : "Priskribo", "Settings" : "Agordoj", @@ -7,7 +9,6 @@ "Expiration date" : "Limdato", "Sharing" : "Kunhavigo", "Share link" : "Kunhavigi ligilon", - "Name of user or group" : "Nomo de uzanto aŭ grupo", "Submit" : "Sendi" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es.js b/l10n/es.js index 890219b..ed95edf 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -1,6 +1,8 @@ OC.L10N.register( "forms", { + "anonymous user" : "usuario anónimo", + "Shared by %s" : "Compartido por %s", "Forms" : "Formularios", "A forms app, similar to Google Forms." : "Una app de formularios, similar a Google Forms", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Una app de formularios, similar a Google Forms con la posibilidad de restringir el acceso (miembros, ciertos grupos/usuarios o público).", @@ -29,17 +31,21 @@ OC.L10N.register( "Drag to reorder the questions" : "Pulsa y arrastra para reordenar las preguntas", "Enter a title for this question" : "Introduce un título para esta preguna", "Title of question number {index}" : "Título de la pregunta número {index}", + "Mandatory" : "Obligatorio", "Delete question" : "Eliminar pregunta", "A long answer for the question “{text}”" : "Una respuesta larga para la pregunta \"{text}\"", "Long answer text" : "Texto de respuesta larga", "Add a new answer" : "Añadir una respuesta nueva", "A short answer for the question “{text}”" : "Una respuesta corta para la pregunta \"{index}\"", "Short answer text" : "Texto de respuesta corta", + "Response by {userDisplayName}" : "Respuesta de {userDisplayName}", + "Delete this response" : "Eliminar esta respuesta", "Group" : "Grupo", "Loading {title} …" : "Cargando {title}…", "Toggle settings" : "Marcar/desmarcar configuraciones", "Form title" : "Título del formulario", "Description" : "Descripción", + "Mandatory questions" : "Preguntas obligatorias", "Add a question" : "Añadir una pregunta", "New question" : "Pregunta nueva", "There was an error while adding the new question" : "Ha habido un error al añadir la pregunta nueva", @@ -50,9 +56,13 @@ OC.L10N.register( "Responses for {title}" : "Repuestas en {title}", "Export to CSV" : "Exportar a CSV", "Options" : "Opciones", + "Delete all responses" : "Eliminar todas las respuestas", "No responses yet" : "Aún no hay respuestas", "Results of submitted forms will show up here" : "Los resultados de los formularios enviados aparecerán aquí", "There was an error while loading results" : "Ha habido un error al cargar los resultados", + "There was an error while removing the submission" : "Ha habido un error al eliminar las respuesta enviada", + "Are you sure you want to delete all submissions from this form?" : "¿Estás seguro de que quieres eliminar todas las respuestas enviadas a este formulario?", + "There was an error while removing the submissions" : "Ha habido un error al eliminar las respuestas enviadas", "Settings" : "Ajustes", "Anonymous responses" : "Respuestas anónimas", "Only allow one response per user" : "Permitir solo una respuesta por usuario", @@ -62,7 +72,6 @@ OC.L10N.register( "Show to all users of this instance" : "Mostrar a todos los usuarios de esta instancia", "Share link" : "Compartir enlace", "Choose users to share with" : "Escoger usuarios con los que compartir", - "Name of user or group" : "Nombre del usuario o grupo", "Select expiration date" : "Selecciona fecha de expiración", "Expired on {date}" : "Expirado el {date}", "Expires on {date}" : "Expira el {date}", diff --git a/l10n/es.json b/l10n/es.json index cec4fe6..37ee49e 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -1,4 +1,6 @@ { "translations": { + "anonymous user" : "usuario anónimo", + "Shared by %s" : "Compartido por %s", "Forms" : "Formularios", "A forms app, similar to Google Forms." : "Una app de formularios, similar a Google Forms", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Una app de formularios, similar a Google Forms con la posibilidad de restringir el acceso (miembros, ciertos grupos/usuarios o público).", @@ -27,17 +29,21 @@ "Drag to reorder the questions" : "Pulsa y arrastra para reordenar las preguntas", "Enter a title for this question" : "Introduce un título para esta preguna", "Title of question number {index}" : "Título de la pregunta número {index}", + "Mandatory" : "Obligatorio", "Delete question" : "Eliminar pregunta", "A long answer for the question “{text}”" : "Una respuesta larga para la pregunta \"{text}\"", "Long answer text" : "Texto de respuesta larga", "Add a new answer" : "Añadir una respuesta nueva", "A short answer for the question “{text}”" : "Una respuesta corta para la pregunta \"{index}\"", "Short answer text" : "Texto de respuesta corta", + "Response by {userDisplayName}" : "Respuesta de {userDisplayName}", + "Delete this response" : "Eliminar esta respuesta", "Group" : "Grupo", "Loading {title} …" : "Cargando {title}…", "Toggle settings" : "Marcar/desmarcar configuraciones", "Form title" : "Título del formulario", "Description" : "Descripción", + "Mandatory questions" : "Preguntas obligatorias", "Add a question" : "Añadir una pregunta", "New question" : "Pregunta nueva", "There was an error while adding the new question" : "Ha habido un error al añadir la pregunta nueva", @@ -48,9 +54,13 @@ "Responses for {title}" : "Repuestas en {title}", "Export to CSV" : "Exportar a CSV", "Options" : "Opciones", + "Delete all responses" : "Eliminar todas las respuestas", "No responses yet" : "Aún no hay respuestas", "Results of submitted forms will show up here" : "Los resultados de los formularios enviados aparecerán aquí", "There was an error while loading results" : "Ha habido un error al cargar los resultados", + "There was an error while removing the submission" : "Ha habido un error al eliminar las respuesta enviada", + "Are you sure you want to delete all submissions from this form?" : "¿Estás seguro de que quieres eliminar todas las respuestas enviadas a este formulario?", + "There was an error while removing the submissions" : "Ha habido un error al eliminar las respuestas enviadas", "Settings" : "Ajustes", "Anonymous responses" : "Respuestas anónimas", "Only allow one response per user" : "Permitir solo una respuesta por usuario", @@ -60,7 +70,6 @@ "Show to all users of this instance" : "Mostrar a todos los usuarios de esta instancia", "Share link" : "Compartir enlace", "Choose users to share with" : "Escoger usuarios con los que compartir", - "Name of user or group" : "Nombre del usuario o grupo", "Select expiration date" : "Selecciona fecha de expiración", "Expired on {date}" : "Expirado el {date}", "Expires on {date}" : "Expira el {date}", diff --git a/l10n/eu.js b/l10n/eu.js index 465c80c..0da92e7 100644 --- a/l10n/eu.js +++ b/l10n/eu.js @@ -15,6 +15,9 @@ OC.L10N.register( "Cannot copy, please copy the link manually" : "Ezin izan da kopiatu. Kopiatu esteka eskuz", "Are you sure you want to delete the form “{title}”?" : "Ziur zaude «{title}» inprimakia ezabatu nahi duzula?", "Error while deleting form “{title}”" : "Errore bat gertatu da «{title}» inprimakia ezabatzerakoan", + "No recommendations. Start typing." : "Gomendiorik ez. Hasi idazten.", + "Searching …" : "Bilatzen…", + "No elements found." : "Ez da elementurik aurkitu.", "Group" : "Taldea", "Description" : "Deskribapena", "Options" : "Aukerak", @@ -23,7 +26,6 @@ OC.L10N.register( "Expiration date" : "Iraungitze-data", "Sharing" : "Partekatzea", "Share link" : "Partekatu esteka", - "Name of user or group" : "Erabiltzailearen edo taldearen izena", "Submit" : "Bidali" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/eu.json b/l10n/eu.json index 0520bfb..a64b88a 100644 --- a/l10n/eu.json +++ b/l10n/eu.json @@ -13,6 +13,9 @@ "Cannot copy, please copy the link manually" : "Ezin izan da kopiatu. Kopiatu esteka eskuz", "Are you sure you want to delete the form “{title}”?" : "Ziur zaude «{title}» inprimakia ezabatu nahi duzula?", "Error while deleting form “{title}”" : "Errore bat gertatu da «{title}» inprimakia ezabatzerakoan", + "No recommendations. Start typing." : "Gomendiorik ez. Hasi idazten.", + "Searching …" : "Bilatzen…", + "No elements found." : "Ez da elementurik aurkitu.", "Group" : "Taldea", "Description" : "Deskribapena", "Options" : "Aukerak", @@ -21,7 +24,6 @@ "Expiration date" : "Iraungitze-data", "Sharing" : "Partekatzea", "Share link" : "Partekatu esteka", - "Name of user or group" : "Erabiltzailearen edo taldearen izena", "Submit" : "Bidali" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/fa.js b/l10n/fa.js index d10acc7..88c0f27 100644 --- a/l10n/fa.js +++ b/l10n/fa.js @@ -7,6 +7,9 @@ OC.L10N.register( "Create new form" : "ایجاد فرم جدید", "Delete form" : "حذف فرم", "Cannot copy, please copy the link manually" : "کپی کردن امکان پذیر نیست ، لطفا پیوند را به صورت دستی کپی کنید", + "No recommendations. Start typing." : "هیچ توصیه ای نیست شروع به تایپ کنید.", + "Searching …" : "جستجوکردن …", + "No elements found." : "عنصری یافت نشد", "Group" : "گروه", "Description" : "توضیحات", "Options" : "گزینه ها", @@ -15,7 +18,6 @@ OC.L10N.register( "Expiration date" : "تاریخ انقضا", "Sharing" : "اشتراک گذاری", "Share link" : "لینک را به اشتراک بگذارید", - "Name of user or group" : "نام کاربر یا گروه", "Submit" : "ارسال" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/fa.json b/l10n/fa.json index 909cab3..a45e210 100644 --- a/l10n/fa.json +++ b/l10n/fa.json @@ -5,6 +5,9 @@ "Create new form" : "ایجاد فرم جدید", "Delete form" : "حذف فرم", "Cannot copy, please copy the link manually" : "کپی کردن امکان پذیر نیست ، لطفا پیوند را به صورت دستی کپی کنید", + "No recommendations. Start typing." : "هیچ توصیه ای نیست شروع به تایپ کنید.", + "Searching …" : "جستجوکردن …", + "No elements found." : "عنصری یافت نشد", "Group" : "گروه", "Description" : "توضیحات", "Options" : "گزینه ها", @@ -13,7 +16,6 @@ "Expiration date" : "تاریخ انقضا", "Sharing" : "اشتراک گذاری", "Share link" : "لینک را به اشتراک بگذارید", - "Name of user or group" : "نام کاربر یا گروه", "Submit" : "ارسال" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/fi.js b/l10n/fi.js index d5b0e7b..60815e4 100644 --- a/l10n/fi.js +++ b/l10n/fi.js @@ -5,14 +5,16 @@ OC.L10N.register( "A forms app, similar to Google Forms." : "Lomakesovellus Google Formsin tyyliin.", "Create new form" : "Luo uusi lomake", "Delete form" : "Poista lomake", + "No recommendations. Start typing." : "Ei suosituksia. Aloita kirjoittaminen.", + "Searching …" : "Haetaan…", "Group" : "Ryhmä", "Description" : "Kuvaus", + "Options" : "Valinnat", "Settings" : "Asetukset", "Set expiration date" : "Aseta vanhenemispäivä", "Expiration date" : "Vanhenemispäivä", "Sharing" : "Jakaminen", "Share link" : "Jaa linkki", - "Name of user or group" : "Käyttäjän tai ryhmän nimi", "Submit" : "Lähetä" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/fi.json b/l10n/fi.json index 1d86c86..840b497 100644 --- a/l10n/fi.json +++ b/l10n/fi.json @@ -3,14 +3,16 @@ "A forms app, similar to Google Forms." : "Lomakesovellus Google Formsin tyyliin.", "Create new form" : "Luo uusi lomake", "Delete form" : "Poista lomake", + "No recommendations. Start typing." : "Ei suosituksia. Aloita kirjoittaminen.", + "Searching …" : "Haetaan…", "Group" : "Ryhmä", "Description" : "Kuvaus", + "Options" : "Valinnat", "Settings" : "Asetukset", "Set expiration date" : "Aseta vanhenemispäivä", "Expiration date" : "Vanhenemispäivä", "Sharing" : "Jakaminen", "Share link" : "Jaa linkki", - "Name of user or group" : "Käyttäjän tai ryhmän nimi", "Submit" : "Lähetä" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/fr.js b/l10n/fr.js index 84dc7e8..e7530bd 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -1,6 +1,8 @@ OC.L10N.register( "forms", { + "anonymous user" : "Utilisateur anonyme ", + "Shared by %s" : "Partagé par %s", "Forms" : "Formulaire", "A forms app, similar to Google Forms." : "Une application de formulaires, similaire à Google Forms.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Une application de formulaires, similaire à Google Forms avec la possibilité de restreindre l'accès (membres, certains groupes/utilisateurs, et publique).", @@ -29,17 +31,24 @@ OC.L10N.register( "Drag to reorder the questions" : "Glisser pour ré-ordonner les questions", "Enter a title for this question" : "Entrer un titre pour cette question", "Title of question number {index}" : "Le titre de la question numéro {index}", + "Mandatory" : "Obligatoire", "Delete question" : "Supprimer la question", "A long answer for the question “{text}”" : "Un réponse longue à la question “{text}”", "Long answer text" : "Long texte de réponse", "Add a new answer" : "Ajouter une nouvelle réponse", "A short answer for the question “{text}”" : "Une réponse courte à la question “{text}”", "Short answer text" : "Court texte de réponse", + "Response by {userDisplayName}" : "Réponse de {userDisplayName}", + "Delete this response" : "Supprimer cette réponse", + "No recommendations. Start typing." : "Aucune recommandation. Commencez à écrire.", + "Searching …" : "Recherche …", + "No elements found." : "Aucun élément trouvé.", "Group" : "Groupe", "Loading {title} …" : "chargement {title} …", "Toggle settings" : "Basculer les paramètres", "Form title" : "Titre du formulaire", "Description" : "Description", + "Mandatory questions" : "Questions obligatoires", "Add a question" : "Ajouter une question", "New question" : "Nouvelle question", "There was an error while adding the new question" : "Une erreur est survenue en ajoutant la nouvelle question", @@ -49,9 +58,13 @@ OC.L10N.register( "Back to form" : "Retour au formulaire", "Responses for {title}" : "Réponses pour {title}", "Export to CSV" : "Exporter au format CSV", + "Options" : "Choix", + "Delete all responses" : "Supprimer toutes les réponses", "No responses yet" : "Pas de réponse actuellement", "Results of submitted forms will show up here" : "Les résultats du formulaire soumis seront affichés ici", "There was an error while loading results" : "Une erreur est survenue en chargeant les résultats", + "There was an error while removing the submission" : "Une erreur s'est produite lors de la suppression de la soumission", + "Are you sure you want to delete all submissions from this form?" : "Voulez-vous vraiment supprimer toutes les réponses de ce formulaire ?", "Settings" : "Réglages", "Anonymous responses" : "Réponses anonymes", "Only allow one response per user" : "N'autoriser qu'une unique réponse par utilisateur", @@ -61,7 +74,6 @@ OC.L10N.register( "Show to all users of this instance" : "Afficher à tous les utilisateurs de cette instance", "Share link" : "Lien de partage", "Choose users to share with" : "Sélectionner les utilisateurs avec qui partager", - "Name of user or group" : "Nom d'utilisateur ou de groupe", "Select expiration date" : "Sélectionnez la date d'expiration", "Expired on {date}" : "Expiré depuis le {date}", "Expires on {date}" : "Expirera le {date}", diff --git a/l10n/fr.json b/l10n/fr.json index e2270f8..b4de4ae 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -1,4 +1,6 @@ { "translations": { + "anonymous user" : "Utilisateur anonyme ", + "Shared by %s" : "Partagé par %s", "Forms" : "Formulaire", "A forms app, similar to Google Forms." : "Une application de formulaires, similaire à Google Forms.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Une application de formulaires, similaire à Google Forms avec la possibilité de restreindre l'accès (membres, certains groupes/utilisateurs, et publique).", @@ -27,17 +29,24 @@ "Drag to reorder the questions" : "Glisser pour ré-ordonner les questions", "Enter a title for this question" : "Entrer un titre pour cette question", "Title of question number {index}" : "Le titre de la question numéro {index}", + "Mandatory" : "Obligatoire", "Delete question" : "Supprimer la question", "A long answer for the question “{text}”" : "Un réponse longue à la question “{text}”", "Long answer text" : "Long texte de réponse", "Add a new answer" : "Ajouter une nouvelle réponse", "A short answer for the question “{text}”" : "Une réponse courte à la question “{text}”", "Short answer text" : "Court texte de réponse", + "Response by {userDisplayName}" : "Réponse de {userDisplayName}", + "Delete this response" : "Supprimer cette réponse", + "No recommendations. Start typing." : "Aucune recommandation. Commencez à écrire.", + "Searching …" : "Recherche …", + "No elements found." : "Aucun élément trouvé.", "Group" : "Groupe", "Loading {title} …" : "chargement {title} …", "Toggle settings" : "Basculer les paramètres", "Form title" : "Titre du formulaire", "Description" : "Description", + "Mandatory questions" : "Questions obligatoires", "Add a question" : "Ajouter une question", "New question" : "Nouvelle question", "There was an error while adding the new question" : "Une erreur est survenue en ajoutant la nouvelle question", @@ -47,9 +56,13 @@ "Back to form" : "Retour au formulaire", "Responses for {title}" : "Réponses pour {title}", "Export to CSV" : "Exporter au format CSV", + "Options" : "Choix", + "Delete all responses" : "Supprimer toutes les réponses", "No responses yet" : "Pas de réponse actuellement", "Results of submitted forms will show up here" : "Les résultats du formulaire soumis seront affichés ici", "There was an error while loading results" : "Une erreur est survenue en chargeant les résultats", + "There was an error while removing the submission" : "Une erreur s'est produite lors de la suppression de la soumission", + "Are you sure you want to delete all submissions from this form?" : "Voulez-vous vraiment supprimer toutes les réponses de ce formulaire ?", "Settings" : "Réglages", "Anonymous responses" : "Réponses anonymes", "Only allow one response per user" : "N'autoriser qu'une unique réponse par utilisateur", @@ -59,7 +72,6 @@ "Show to all users of this instance" : "Afficher à tous les utilisateurs de cette instance", "Share link" : "Lien de partage", "Choose users to share with" : "Sélectionner les utilisateurs avec qui partager", - "Name of user or group" : "Nom d'utilisateur ou de groupe", "Select expiration date" : "Sélectionnez la date d'expiration", "Expired on {date}" : "Expiré depuis le {date}", "Expires on {date}" : "Expirera le {date}", diff --git a/l10n/gl.js b/l10n/gl.js index c69abe7..9fcb399 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -1,6 +1,8 @@ OC.L10N.register( "forms", { + "anonymous user" : "usuario anónimo", + "Shared by %s" : "Compartido por %s", "Forms" : "Formularios", "A forms app, similar to Google Forms." : "Unha aplicación de formularios, semellante ao Google Forms.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Unha aplicación de formularios, semellante ao Google Forms, coa posibilidade de restrinxir o acceso (membros, determinados grupos/usuarios, agochados e públicos).", @@ -29,17 +31,24 @@ OC.L10N.register( "Drag to reorder the questions" : "Arrastre para reordenar as preguntas", "Enter a title for this question" : "Introduza un título para esta pregunta", "Title of question number {index}" : "Título da pregunta número {index}", + "Mandatory" : "Obrigatorio", "Delete question" : "Eliminar a pregunta", "A long answer for the question “{text}”" : "Unha resposta longa para a pregunta «{text}»", "Long answer text" : "Texto da resposta longa", "Add a new answer" : "Engadir unha nova resposta", "A short answer for the question “{text}”" : "Unha resposta ciurta para a pregunta «{text}»", "Short answer text" : "Texto da resposta curta", + "Response by {userDisplayName}" : "Resposta de {userDisplayName}", + "Delete this response" : "Elimina resta resposta", + "No recommendations. Start typing." : "Non hai recomendacións. Comece a escribir.", + "Searching …" : "Buscando…", + "No elements found." : "Non se atoparon elementos.", "Group" : "Grupo", "Loading {title} …" : "Cargando {title}…", "Toggle settings" : "Cambiar os axustes", "Form title" : "Título do formulario", "Description" : "Descrición", + "Mandatory questions" : "Preguntas obrigatorias", "Add a question" : "Engadir unha pregunta", "New question" : "Pregunta nova", "There was an error while adding the new question" : "Produciuse un erro ao engadir a pregunta nova", @@ -50,9 +59,13 @@ OC.L10N.register( "Responses for {title}" : "Respostas para {title}", "Export to CSV" : "Exportar a CSV", "Options" : "Opcións", + "Delete all responses" : "Eliminar todas as respostas", "No responses yet" : "Aínda non hai respostas", "Results of submitted forms will show up here" : "Os resultados dos formularios enviados amosaranse aquí", "There was an error while loading results" : "Produciuse un erro ao cargar os resultados", + "There was an error while removing the submission" : "Produciuse un erro ao retirar a entrega", + "Are you sure you want to delete all submissions from this form?" : "Confirma que quere eliminar todas as entregas deste formulario?", + "There was an error while removing the submissions" : "Produciuse un erro ao retirar as entregas", "Settings" : "Axustes", "Anonymous responses" : "Respostas anónimas", "Only allow one response per user" : "Permitir só unha resposta por usuario", @@ -62,7 +75,6 @@ OC.L10N.register( "Show to all users of this instance" : "Amosar a todos os usuarios desta instancia", "Share link" : "Compartir ligazón", "Choose users to share with" : "Escolle ros usuarios cos que compartir", - "Name of user or group" : "Nome de usuario ou grupo", "Select expiration date" : "Seleccionar a data de caducidade:", "Expired on {date}" : "Caducou o {date}", "Expires on {date}" : "Caduca o {date}", diff --git a/l10n/gl.json b/l10n/gl.json index d73a458..d78fc25 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -1,4 +1,6 @@ { "translations": { + "anonymous user" : "usuario anónimo", + "Shared by %s" : "Compartido por %s", "Forms" : "Formularios", "A forms app, similar to Google Forms." : "Unha aplicación de formularios, semellante ao Google Forms.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Unha aplicación de formularios, semellante ao Google Forms, coa posibilidade de restrinxir o acceso (membros, determinados grupos/usuarios, agochados e públicos).", @@ -27,17 +29,24 @@ "Drag to reorder the questions" : "Arrastre para reordenar as preguntas", "Enter a title for this question" : "Introduza un título para esta pregunta", "Title of question number {index}" : "Título da pregunta número {index}", + "Mandatory" : "Obrigatorio", "Delete question" : "Eliminar a pregunta", "A long answer for the question “{text}”" : "Unha resposta longa para a pregunta «{text}»", "Long answer text" : "Texto da resposta longa", "Add a new answer" : "Engadir unha nova resposta", "A short answer for the question “{text}”" : "Unha resposta ciurta para a pregunta «{text}»", "Short answer text" : "Texto da resposta curta", + "Response by {userDisplayName}" : "Resposta de {userDisplayName}", + "Delete this response" : "Elimina resta resposta", + "No recommendations. Start typing." : "Non hai recomendacións. Comece a escribir.", + "Searching …" : "Buscando…", + "No elements found." : "Non se atoparon elementos.", "Group" : "Grupo", "Loading {title} …" : "Cargando {title}…", "Toggle settings" : "Cambiar os axustes", "Form title" : "Título do formulario", "Description" : "Descrición", + "Mandatory questions" : "Preguntas obrigatorias", "Add a question" : "Engadir unha pregunta", "New question" : "Pregunta nova", "There was an error while adding the new question" : "Produciuse un erro ao engadir a pregunta nova", @@ -48,9 +57,13 @@ "Responses for {title}" : "Respostas para {title}", "Export to CSV" : "Exportar a CSV", "Options" : "Opcións", + "Delete all responses" : "Eliminar todas as respostas", "No responses yet" : "Aínda non hai respostas", "Results of submitted forms will show up here" : "Os resultados dos formularios enviados amosaranse aquí", "There was an error while loading results" : "Produciuse un erro ao cargar os resultados", + "There was an error while removing the submission" : "Produciuse un erro ao retirar a entrega", + "Are you sure you want to delete all submissions from this form?" : "Confirma que quere eliminar todas as entregas deste formulario?", + "There was an error while removing the submissions" : "Produciuse un erro ao retirar as entregas", "Settings" : "Axustes", "Anonymous responses" : "Respostas anónimas", "Only allow one response per user" : "Permitir só unha resposta por usuario", @@ -60,7 +73,6 @@ "Show to all users of this instance" : "Amosar a todos os usuarios desta instancia", "Share link" : "Compartir ligazón", "Choose users to share with" : "Escolle ros usuarios cos que compartir", - "Name of user or group" : "Nome de usuario ou grupo", "Select expiration date" : "Seleccionar a data de caducidade:", "Expired on {date}" : "Caducou o {date}", "Expires on {date}" : "Caduca o {date}", diff --git a/l10n/he.js b/l10n/he.js index edad825..3ed0029 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -2,6 +2,9 @@ OC.L10N.register( "forms", { "Cannot copy, please copy the link manually" : "לא ניתן להעתיק, נא להעתיק את הקישור ידנית", + "No recommendations. Start typing." : "אין המלצות. נא להתחיל להקליד.", + "Searching …" : "מתבצע חיפוש…", + "No elements found." : "לא נמצאו רכיבים.", "Group" : "קבוצה", "Description" : "תיאור", "Options" : "אפשרויות", diff --git a/l10n/he.json b/l10n/he.json index c37ce19..aceba35 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -1,5 +1,8 @@ { "translations": { "Cannot copy, please copy the link manually" : "לא ניתן להעתיק, נא להעתיק את הקישור ידנית", + "No recommendations. Start typing." : "אין המלצות. נא להתחיל להקליד.", + "Searching …" : "מתבצע חיפוש…", + "No elements found." : "לא נמצאו רכיבים.", "Group" : "קבוצה", "Description" : "תיאור", "Options" : "אפשרויות", diff --git a/l10n/hr.js b/l10n/hr.js index f38343f..ef30966 100644 --- a/l10n/hr.js +++ b/l10n/hr.js @@ -15,14 +15,17 @@ OC.L10N.register( "Cannot copy, please copy the link manually" : "Kopiranje nije moguće, ručno kopirajte poveznicu", "Are you sure you want to delete the form “{title}”?" : "Jeste li sigurni da želite izbrisati obrazac „{title}”?", "Error while deleting form “{title}”" : "Pogreška pri brisanju obrasca „{title}”", + "No recommendations. Start typing." : "Nema preporuka. Započnite unos.", + "Searching …" : "Traženje…", + "No elements found." : "Elementi nisu pronađeni.", "Group" : "Grupa", "Description" : "Opis", + "Options" : "Mogućnosti", "Settings" : "Postavke", "Set expiration date" : "Postavi datum isteka", "Expiration date" : "Datum isteka", "Sharing" : "Dijeljenje", "Share link" : "Dijeli poveznicu", - "Name of user or group" : "Ime korisnika ili grupe", "Submit" : "Šalji" }, "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 index 959777b..58463d7 100644 --- a/l10n/hr.json +++ b/l10n/hr.json @@ -13,14 +13,17 @@ "Cannot copy, please copy the link manually" : "Kopiranje nije moguće, ručno kopirajte poveznicu", "Are you sure you want to delete the form “{title}”?" : "Jeste li sigurni da želite izbrisati obrazac „{title}”?", "Error while deleting form “{title}”" : "Pogreška pri brisanju obrasca „{title}”", + "No recommendations. Start typing." : "Nema preporuka. Započnite unos.", + "Searching …" : "Traženje…", + "No elements found." : "Elementi nisu pronađeni.", "Group" : "Grupa", "Description" : "Opis", + "Options" : "Mogućnosti", "Settings" : "Postavke", "Set expiration date" : "Postavi datum isteka", "Expiration date" : "Datum isteka", "Sharing" : "Dijeljenje", "Share link" : "Dijeli poveznicu", - "Name of user or group" : "Ime korisnika ili grupe", "Submit" : "Šalji" },"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 index 1ab4a5e..2fe6025 100644 --- a/l10n/hu.js +++ b/l10n/hu.js @@ -14,7 +14,6 @@ OC.L10N.register( "Expiration date" : "Lejárati idő", "Sharing" : "Megosztás", "Share link" : "Hivatkozás megosztása", - "Name of user or group" : "Felhasználó vagy csoport neve", "Submit" : "Beküldés" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/hu.json b/l10n/hu.json index f902111..a3a383d 100644 --- a/l10n/hu.json +++ b/l10n/hu.json @@ -12,7 +12,6 @@ "Expiration date" : "Lejárati idő", "Sharing" : "Megosztás", "Share link" : "Hivatkozás megosztása", - "Name of user or group" : "Felhasználó vagy csoport neve", "Submit" : "Beküldés" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/is.js b/l10n/is.js index 9f428b4..95fefe5 100644 --- a/l10n/is.js +++ b/l10n/is.js @@ -9,7 +9,6 @@ OC.L10N.register( "Expiration date" : "Gildir til", "Sharing" : "Deiling", "Share link" : "Deila tengli", - "Name of user or group" : "Nafn notanda eða hóps", "Submit" : "Senda inn" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/l10n/is.json b/l10n/is.json index 1f2538a..992e48e 100644 --- a/l10n/is.json +++ b/l10n/is.json @@ -7,7 +7,6 @@ "Expiration date" : "Gildir til", "Sharing" : "Deiling", "Share link" : "Deila tengli", - "Name of user or group" : "Nafn notanda eða hóps", "Submit" : "Senda inn" },"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 index 409b4d7..1bbf44e 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -1,6 +1,8 @@ OC.L10N.register( "forms", { + "anonymous user" : "utente anonimo", + "Shared by %s" : "Condiviso da %s", "Forms" : "Moduli", "A forms app, similar to Google Forms." : "Un'applicazione di moduli, simile a Google Forms.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Un'applicazione di moduli, simile a Google Forms con la possibilità di limitare l'accesso (membri, determinati gruppi/utenti, e pubblico).", @@ -29,17 +31,21 @@ OC.L10N.register( "Drag to reorder the questions" : "Trascina per riordinare le domande", "Enter a title for this question" : "Digita un titolo per questa domanda", "Title of question number {index}" : "Titolo della domanda numero {index}", + "Mandatory" : "Obbligatorio", "Delete question" : "Elimina domanda", "A long answer for the question “{text}”" : "Una risposta lunga per la domanda “{text}”", "Long answer text" : "Testo della risposta lunga", "Add a new answer" : "Aggiungi una nuova risposta", "A short answer for the question “{text}”" : "Una risposta breve per la domanda “{text}”", "Short answer text" : "Testo della risposta breve", + "Response by {userDisplayName}" : "Risposta da {userDisplayName}", + "Delete this response" : "Elimina questa risposta", "Group" : "Gruppo", "Loading {title} …" : "Caricamento {title}…", "Toggle settings" : "Commuta le impostazioni", "Form title" : "Titolo del modulo", "Description" : "Descrizione", + "Mandatory questions" : "Domanda obbligatoria", "Add a question" : "Aggiungi una domanda", "New question" : "Nuova domanda", "There was an error while adding the new question" : "Si è verificato un errore durante l'aggiunta della nuova domanda", @@ -50,9 +56,13 @@ OC.L10N.register( "Responses for {title}" : "Risposte per {title}", "Export to CSV" : "Esporta in CSV", "Options" : "Opzioni", + "Delete all responses" : "Elimina tutte le risposte", "No responses yet" : "Ancora nessuna risposta", "Results of submitted forms will show up here" : "I risultati dei moduli inviati saranno mostrati qui", "There was an error while loading results" : "Si è verificato un errore durante il caricamento dei risultati", + "There was an error while removing the submission" : "Si è verificato un errore durante la rimozione dell'invio", + "Are you sure you want to delete all submissions from this form?" : "Sei sicuro di voler eliminare tutti gli invii da questo modulo?", + "There was an error while removing the submissions" : "Si è verificato un errore durante la rimozione degli invii", "Settings" : "Impostazioni", "Anonymous responses" : "Risposte anonime", "Only allow one response per user" : "Consenti solo una risposta per utente", @@ -62,7 +72,6 @@ OC.L10N.register( "Show to all users of this instance" : "Mostra tutti gli utenti di questa istanza", "Share link" : "Condividi collegamento", "Choose users to share with" : "Scegli gli utenti con cui condividere", - "Name of user or group" : "Nome dell'utente o del gruppo", "Select expiration date" : "Seleziona la data di scadenza", "Expired on {date}" : "Scaduto il {date}", "Expires on {date}" : "Scade il {date}", diff --git a/l10n/it.json b/l10n/it.json index 42ffa0e..9ac3d11 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -1,4 +1,6 @@ { "translations": { + "anonymous user" : "utente anonimo", + "Shared by %s" : "Condiviso da %s", "Forms" : "Moduli", "A forms app, similar to Google Forms." : "Un'applicazione di moduli, simile a Google Forms.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Un'applicazione di moduli, simile a Google Forms con la possibilità di limitare l'accesso (membri, determinati gruppi/utenti, e pubblico).", @@ -27,17 +29,21 @@ "Drag to reorder the questions" : "Trascina per riordinare le domande", "Enter a title for this question" : "Digita un titolo per questa domanda", "Title of question number {index}" : "Titolo della domanda numero {index}", + "Mandatory" : "Obbligatorio", "Delete question" : "Elimina domanda", "A long answer for the question “{text}”" : "Una risposta lunga per la domanda “{text}”", "Long answer text" : "Testo della risposta lunga", "Add a new answer" : "Aggiungi una nuova risposta", "A short answer for the question “{text}”" : "Una risposta breve per la domanda “{text}”", "Short answer text" : "Testo della risposta breve", + "Response by {userDisplayName}" : "Risposta da {userDisplayName}", + "Delete this response" : "Elimina questa risposta", "Group" : "Gruppo", "Loading {title} …" : "Caricamento {title}…", "Toggle settings" : "Commuta le impostazioni", "Form title" : "Titolo del modulo", "Description" : "Descrizione", + "Mandatory questions" : "Domanda obbligatoria", "Add a question" : "Aggiungi una domanda", "New question" : "Nuova domanda", "There was an error while adding the new question" : "Si è verificato un errore durante l'aggiunta della nuova domanda", @@ -48,9 +54,13 @@ "Responses for {title}" : "Risposte per {title}", "Export to CSV" : "Esporta in CSV", "Options" : "Opzioni", + "Delete all responses" : "Elimina tutte le risposte", "No responses yet" : "Ancora nessuna risposta", "Results of submitted forms will show up here" : "I risultati dei moduli inviati saranno mostrati qui", "There was an error while loading results" : "Si è verificato un errore durante il caricamento dei risultati", + "There was an error while removing the submission" : "Si è verificato un errore durante la rimozione dell'invio", + "Are you sure you want to delete all submissions from this form?" : "Sei sicuro di voler eliminare tutti gli invii da questo modulo?", + "There was an error while removing the submissions" : "Si è verificato un errore durante la rimozione degli invii", "Settings" : "Impostazioni", "Anonymous responses" : "Risposte anonime", "Only allow one response per user" : "Consenti solo una risposta per utente", @@ -60,7 +70,6 @@ "Show to all users of this instance" : "Mostra tutti gli utenti di questa istanza", "Share link" : "Condividi collegamento", "Choose users to share with" : "Scegli gli utenti con cui condividere", - "Name of user or group" : "Nome dell'utente o del gruppo", "Select expiration date" : "Seleziona la data di scadenza", "Expired on {date}" : "Scaduto il {date}", "Expires on {date}" : "Scade il {date}", diff --git a/l10n/ja.js b/l10n/ja.js index 6a31c36..2362af3 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -7,14 +7,17 @@ OC.L10N.register( "Create new form" : "新規フォームを作成", "Delete form" : "フォームを削除", "Cannot copy, please copy the link manually" : "コピーできませんでした。手動でリンクをコピーしてください。", + "No recommendations. Start typing." : "推奨事項はありません。 入力を開始します。", + "Searching …" : "検索しています…", + "No elements found." : "要素が見つかりませんでした。", "Group" : "グループ", "Description" : "説明", + "Options" : "オプション", "Settings" : "設定", "Set expiration date" : "有効期限を設定", "Expiration date" : "有効期限", "Sharing" : "共有中", "Share link" : "URLで共有", - "Name of user or group" : "ユーザまたはグループの名前", "Submit" : "送信" }, "nplurals=1; plural=0;"); diff --git a/l10n/ja.json b/l10n/ja.json index d598d94..ed99b42 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -5,14 +5,17 @@ "Create new form" : "新規フォームを作成", "Delete form" : "フォームを削除", "Cannot copy, please copy the link manually" : "コピーできませんでした。手動でリンクをコピーしてください。", + "No recommendations. Start typing." : "推奨事項はありません。 入力を開始します。", + "Searching …" : "検索しています…", + "No elements found." : "要素が見つかりませんでした。", "Group" : "グループ", "Description" : "説明", + "Options" : "オプション", "Settings" : "設定", "Set expiration date" : "有効期限を設定", "Expiration date" : "有効期限", "Sharing" : "共有中", "Share link" : "URLで共有", - "Name of user or group" : "ユーザまたはグループの名前", "Submit" : "送信" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js index a7d8000..9d04de6 100644 --- a/l10n/lt_LT.js +++ b/l10n/lt_LT.js @@ -1,6 +1,8 @@ OC.L10N.register( "forms", { + "anonymous user" : "anoniminis naudotojas", + "Shared by %s" : "Bendrina %s", "Forms" : "Anketos", "A forms app, similar to Google Forms." : "Anketų programėlė, panaši į Google formas.", "New form" : "Nauja anketa", @@ -17,24 +19,41 @@ OC.L10N.register( "Are you sure you want to delete the form “{title}”?" : "Ar tikrai norite ištrinti anketą, pavadinimu \"{title}\"?", "Error while deleting form “{title}”" : "Klaida ištrinant formą \"{title}\"", "Delete answer" : "Ištrinti atsakymą", + "Mandatory" : "Privalomas", "Delete question" : "Ištrinti klausimą", "Add a new answer" : "Pridėti naują atsakymą", + "No recommendations. Start typing." : "Rekomendacijų nėra. Pradėkite rašyti.", + "Searching …" : "Ieškoma…", + "No elements found." : "Nerasta jokių elementų.", "Group" : "Grupė", "Loading {title} …" : "Įkeliama {title}…", "Toggle settings" : "Perjungti nustatymus", "Description" : "Aprašas", + "Mandatory questions" : "Privalomi klausimai", + "Add a question" : "Pridėti klausimą", "New question" : "Naujas klausimas", + "Error while saving form" : "Klaida įrašant anketą", "Back to form" : "Atgal į anketą", "Export to CSV" : "Eksportuoti į CSV", + "Options" : "Parinktys", "Settings" : "Nustatymai", "Set expiration date" : "Nustatyti galiojimo pabaigos datą", "Expiration date" : "Galiojimo pabaigos data", "Sharing" : "Bendrinimas", + "Show to all users of this instance" : "Rodyti visiems šio egzemplioriaus naudotojams", "Share link" : "Bendrinimo nuoroda", - "Name of user or group" : "Naudotojo vardas arba grupės pavadinimas", + "Expired on {date}" : "Nustojo galioti {date}", + "Expires on {date}" : "Galioja iki {date}", "Submit" : "Pateikti", "Submit form" : "Pateikti anketą", "Submitting form …" : "Anketa pateikiama…", - "Form not found" : "Anketa nerasta" + "Thank you for completing the form!" : "Dėkojame, kad užpildėte anketą!", + "There was an error submitting the form" : "Pateikiant formą, įvyko klaida", + "Error while saving question" : "Klaida įrašant klausimą", + "Checkboxes" : "Žymimieji langeliai", + "Form expired" : "Anketa nebegalioja", + "This form has expired and is no longer taking answers" : "Ši anketa nebegalioja ir daugiau nebepriima atsakymų", + "Form not found" : "Anketa nerasta", + "This form does not exist" : "Šios anketos nėra" }, "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 index 050d00b..0144338 100644 --- a/l10n/lt_LT.json +++ b/l10n/lt_LT.json @@ -1,4 +1,6 @@ { "translations": { + "anonymous user" : "anoniminis naudotojas", + "Shared by %s" : "Bendrina %s", "Forms" : "Anketos", "A forms app, similar to Google Forms." : "Anketų programėlė, panaši į Google formas.", "New form" : "Nauja anketa", @@ -15,24 +17,41 @@ "Are you sure you want to delete the form “{title}”?" : "Ar tikrai norite ištrinti anketą, pavadinimu \"{title}\"?", "Error while deleting form “{title}”" : "Klaida ištrinant formą \"{title}\"", "Delete answer" : "Ištrinti atsakymą", + "Mandatory" : "Privalomas", "Delete question" : "Ištrinti klausimą", "Add a new answer" : "Pridėti naują atsakymą", + "No recommendations. Start typing." : "Rekomendacijų nėra. Pradėkite rašyti.", + "Searching …" : "Ieškoma…", + "No elements found." : "Nerasta jokių elementų.", "Group" : "Grupė", "Loading {title} …" : "Įkeliama {title}…", "Toggle settings" : "Perjungti nustatymus", "Description" : "Aprašas", + "Mandatory questions" : "Privalomi klausimai", + "Add a question" : "Pridėti klausimą", "New question" : "Naujas klausimas", + "Error while saving form" : "Klaida įrašant anketą", "Back to form" : "Atgal į anketą", "Export to CSV" : "Eksportuoti į CSV", + "Options" : "Parinktys", "Settings" : "Nustatymai", "Set expiration date" : "Nustatyti galiojimo pabaigos datą", "Expiration date" : "Galiojimo pabaigos data", "Sharing" : "Bendrinimas", + "Show to all users of this instance" : "Rodyti visiems šio egzemplioriaus naudotojams", "Share link" : "Bendrinimo nuoroda", - "Name of user or group" : "Naudotojo vardas arba grupės pavadinimas", + "Expired on {date}" : "Nustojo galioti {date}", + "Expires on {date}" : "Galioja iki {date}", "Submit" : "Pateikti", "Submit form" : "Pateikti anketą", "Submitting form …" : "Anketa pateikiama…", - "Form not found" : "Anketa nerasta" + "Thank you for completing the form!" : "Dėkojame, kad užpildėte anketą!", + "There was an error submitting the form" : "Pateikiant formą, įvyko klaida", + "Error while saving question" : "Klaida įrašant klausimą", + "Checkboxes" : "Žymimieji langeliai", + "Form expired" : "Anketa nebegalioja", + "This form has expired and is no longer taking answers" : "Ši anketa nebegalioja ir daugiau nebepriima atsakymų", + "Form not found" : "Anketa nerasta", + "This form does not exist" : "Šios anketos nėra" },"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/nl.js b/l10n/nl.js index 0286d15..ea3bd1a 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -35,6 +35,9 @@ OC.L10N.register( "Add a new answer" : "Voeg een nieuw antwoord toe", "A short answer for the question “{text}”" : "Een kort antwoord voor vraag “{text}”", "Short answer text" : "Korte antwoordtekst", + "No recommendations. Start typing." : "Geen aanbevelingen. Begin te typen.", + "Searching …" : "Zoeken ...", + "No elements found." : "Geen elementen gevonden.", "Group" : "Groep", "Loading {title} …" : "Laden {title} …", "Toggle settings" : "Omschakelen instellingen", @@ -62,7 +65,6 @@ OC.L10N.register( "Show to all users of this instance" : "Toon alle gebruikers op deze server", "Share link" : "Delen link", "Choose users to share with" : "Kies gebruikers om mee te delen", - "Name of user or group" : "Naam van gebruiker of groep", "Submit" : "Verwerken", "Submit form" : "Insturen formulier", "Submitting form …" : "Insturen formulier …", diff --git a/l10n/nl.json b/l10n/nl.json index 59d24d0..1a84bbc 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -33,6 +33,9 @@ "Add a new answer" : "Voeg een nieuw antwoord toe", "A short answer for the question “{text}”" : "Een kort antwoord voor vraag “{text}”", "Short answer text" : "Korte antwoordtekst", + "No recommendations. Start typing." : "Geen aanbevelingen. Begin te typen.", + "Searching …" : "Zoeken ...", + "No elements found." : "Geen elementen gevonden.", "Group" : "Groep", "Loading {title} …" : "Laden {title} …", "Toggle settings" : "Omschakelen instellingen", @@ -60,7 +63,6 @@ "Show to all users of this instance" : "Toon alle gebruikers op deze server", "Share link" : "Delen link", "Choose users to share with" : "Kies gebruikers om mee te delen", - "Name of user or group" : "Naam van gebruiker of groep", "Submit" : "Verwerken", "Submit form" : "Insturen formulier", "Submitting form …" : "Insturen formulier …", diff --git a/l10n/pl.js b/l10n/pl.js index 239b667..0b33c13 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -1,9 +1,11 @@ OC.L10N.register( "forms", { + "anonymous user" : "anonimowy użytkownik", + "Shared by %s" : "Udostępnione przez %s", "Forms" : "Formularze", "A forms app, similar to Google Forms." : "Aplikacja do tworzenia formularzy, na wzór Google Forms.", - "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Aplikacja do tworzenia formularzy, na wzór Google Forms, z możliwością ograniczenia dostępu (dla członków, niektórych grup/użytkowników oraz dostęp publiczny).", + "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Aplikacja do tworzenia formularzy, na wzór Google Forms, z możliwością ograniczenia dostępu (dla członków, niektórych grup/użytkowników oraz dostępu publicznego).", "New form" : "Nowy formularz", "Loading forms …" : "Ładowanie formularza…", "No forms created yet" : "Nie utworzono jeszcze formularzy", @@ -29,17 +31,21 @@ OC.L10N.register( "Drag to reorder the questions" : "Przeciągnij, aby zmienić kolejność pytań", "Enter a title for this question" : "Wpisz tytuł tego pytania", "Title of question number {index}" : "Tytuł pytania numer {index}", + "Mandatory" : "Obowiązkowe", "Delete question" : "Usuń pytanie", "A long answer for the question “{text}”" : "Długa odpowiedź na pytanie “{text}”", "Long answer text" : "Długi tekst odpowiedzi", "Add a new answer" : "Dodaj nową odpowiedź", "A short answer for the question “{text}”" : "Krótka odpowiedź na pytanie “{text}”", "Short answer text" : "Krótki tekst odpowiedzi", + "Response by {userDisplayName}" : "Odpowiedź {userDisplayName}", + "Delete this response" : "Usuń odpowiedź", "Group" : "Grupa", "Loading {title} …" : "Ładowanie {title}…", "Toggle settings" : "Przełącz ustawienia", "Form title" : "Tytuł formularza", "Description" : "Opis", + "Mandatory questions" : "Pytania obowiązkowe", "Add a question" : "Dodaj pytanie", "New question" : "Nowe pytanie", "There was an error while adding the new question" : "Wystąpił błąd podczas dodawania nowego pytania", @@ -50,9 +56,13 @@ OC.L10N.register( "Responses for {title}" : "Odpowiedzi na {title}", "Export to CSV" : "Eksportuj do CSV", "Options" : "Opcje", + "Delete all responses" : "Usuń wszystkie odpowiedzi", "No responses yet" : "Brak odpowiedzi", "Results of submitted forms will show up here" : "Wyniki przesłanych formularzy pojawią się tutaj", "There was an error while loading results" : "Wystąpił błąd podczas ładowania wyników", + "There was an error while removing the submission" : "Wystąpił błąd podczas usuwania zgłoszenia", + "Are you sure you want to delete all submissions from this form?" : "Czy na pewno chcesz usunąć wszystkie zgłoszenia z tego formularza?", + "There was an error while removing the submissions" : "Wystąpił błąd podczas usuwania zgłoszeń", "Settings" : "Ustawienia", "Anonymous responses" : "Anonimowe odpowiedzi", "Only allow one response per user" : "Zezwól tylko na jedną odpowiedź od użytkownika", @@ -62,7 +72,6 @@ OC.L10N.register( "Show to all users of this instance" : "Pokaż wszystkim użytkownikom tej instancji", "Share link" : "Udostępnij link", "Choose users to share with" : "Wybierz użytkowników do udostępniania", - "Name of user or group" : "Nazwa użytkownika lub grupy", "Select expiration date" : "Wybierz datę ważności", "Expired on {date}" : "Wygasł {date}", "Expires on {date}" : "Wygasa {date}", diff --git a/l10n/pl.json b/l10n/pl.json index 55e9235..6834a43 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -1,7 +1,9 @@ { "translations": { + "anonymous user" : "anonimowy użytkownik", + "Shared by %s" : "Udostępnione przez %s", "Forms" : "Formularze", "A forms app, similar to Google Forms." : "Aplikacja do tworzenia formularzy, na wzór Google Forms.", - "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Aplikacja do tworzenia formularzy, na wzór Google Forms, z możliwością ograniczenia dostępu (dla członków, niektórych grup/użytkowników oraz dostęp publiczny).", + "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Aplikacja do tworzenia formularzy, na wzór Google Forms, z możliwością ograniczenia dostępu (dla członków, niektórych grup/użytkowników oraz dostępu publicznego).", "New form" : "Nowy formularz", "Loading forms …" : "Ładowanie formularza…", "No forms created yet" : "Nie utworzono jeszcze formularzy", @@ -27,17 +29,21 @@ "Drag to reorder the questions" : "Przeciągnij, aby zmienić kolejność pytań", "Enter a title for this question" : "Wpisz tytuł tego pytania", "Title of question number {index}" : "Tytuł pytania numer {index}", + "Mandatory" : "Obowiązkowe", "Delete question" : "Usuń pytanie", "A long answer for the question “{text}”" : "Długa odpowiedź na pytanie “{text}”", "Long answer text" : "Długi tekst odpowiedzi", "Add a new answer" : "Dodaj nową odpowiedź", "A short answer for the question “{text}”" : "Krótka odpowiedź na pytanie “{text}”", "Short answer text" : "Krótki tekst odpowiedzi", + "Response by {userDisplayName}" : "Odpowiedź {userDisplayName}", + "Delete this response" : "Usuń odpowiedź", "Group" : "Grupa", "Loading {title} …" : "Ładowanie {title}…", "Toggle settings" : "Przełącz ustawienia", "Form title" : "Tytuł formularza", "Description" : "Opis", + "Mandatory questions" : "Pytania obowiązkowe", "Add a question" : "Dodaj pytanie", "New question" : "Nowe pytanie", "There was an error while adding the new question" : "Wystąpił błąd podczas dodawania nowego pytania", @@ -48,9 +54,13 @@ "Responses for {title}" : "Odpowiedzi na {title}", "Export to CSV" : "Eksportuj do CSV", "Options" : "Opcje", + "Delete all responses" : "Usuń wszystkie odpowiedzi", "No responses yet" : "Brak odpowiedzi", "Results of submitted forms will show up here" : "Wyniki przesłanych formularzy pojawią się tutaj", "There was an error while loading results" : "Wystąpił błąd podczas ładowania wyników", + "There was an error while removing the submission" : "Wystąpił błąd podczas usuwania zgłoszenia", + "Are you sure you want to delete all submissions from this form?" : "Czy na pewno chcesz usunąć wszystkie zgłoszenia z tego formularza?", + "There was an error while removing the submissions" : "Wystąpił błąd podczas usuwania zgłoszeń", "Settings" : "Ustawienia", "Anonymous responses" : "Anonimowe odpowiedzi", "Only allow one response per user" : "Zezwól tylko na jedną odpowiedź od użytkownika", @@ -60,7 +70,6 @@ "Show to all users of this instance" : "Pokaż wszystkim użytkownikom tej instancji", "Share link" : "Udostępnij link", "Choose users to share with" : "Wybierz użytkowników do udostępniania", - "Name of user or group" : "Nazwa użytkownika lub grupy", "Select expiration date" : "Wybierz datę ważności", "Expired on {date}" : "Wygasł {date}", "Expires on {date}" : "Wygasa {date}", diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index 99f6c94..ce383fc 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -1,6 +1,8 @@ OC.L10N.register( "forms", { + "anonymous user" : "usuário anônimo", + "Shared by %s" : "Compartilhado por %s", "Forms" : "Formulários", "A forms app, similar to Google Forms." : "Um aplicativo de formulários, parecido com o Google Forms.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Um aplicativo de formulários, parecido com Google Forms com a possibilidade de restrição de acesso (membros, certos grupos/usuários, e público).", @@ -29,17 +31,24 @@ OC.L10N.register( "Drag to reorder the questions" : "Arraste para reordenar as perguntas", "Enter a title for this question" : "Digite um título para esta pergunta", "Title of question number {index}" : "O título da pergunta número {index}", + "Mandatory" : "Obrigatório", "Delete question" : "Excluir pergunta", "A long answer for the question “{text}”" : "Uma resposta longa para a pergunta “{text}”", "Long answer text" : "Texto de resposta longa", "Add a new answer" : "Adicionar uma nova resposta", "A short answer for the question “{text}”" : "Uma resposta curta para a pergunta “{text}”", "Short answer text" : "Texto da resposta curta", + "Response by {userDisplayName}" : "Resposta de {userDisplayName}", + "Delete this response" : "Excluir esta resposta", + "No recommendations. Start typing." : "Sem recomendações. Inicie a digitação.", + "Searching …" : "Pesquisando...", + "No elements found." : "Nenhum elemento encontrado.", "Group" : "Grupo", "Loading {title} …" : "Carregando {title}…", "Toggle settings" : "Alternar configurações", "Form title" : "Título do Formulário", "Description" : "Descrição", + "Mandatory questions" : "Perguntas obrigatórias", "Add a question" : "Adicionar uma pergunta", "New question" : "Nova pergunta", "There was an error while adding the new question" : "Houve um erro ao adicionar a nova pergunta", @@ -49,9 +58,14 @@ OC.L10N.register( "Back to form" : "Voltar ao formulário", "Responses for {title}" : "Respostas para {title}", "Export to CSV" : "Exportar para CSV", + "Options" : "Opções", + "Delete all responses" : "Excluir todas as respostas", "No responses yet" : "Sem respostas ainda", "Results of submitted forms will show up here" : "Os resultados dos formulários enviados aparecerão aqui", "There was an error while loading results" : "Houve um erro ao carregar os resultados", + "There was an error while removing the submission" : "Erro ao remover o envio", + "Are you sure you want to delete all submissions from this form?" : "Quer realmente excluir todos os envios deste formulário?", + "There was an error while removing the submissions" : "Erro ao remover os envios", "Settings" : "Configurações", "Anonymous responses" : "Resposta anônima", "Only allow one response per user" : "Somente uma resposta por usuário é permitida", @@ -61,7 +75,6 @@ OC.L10N.register( "Show to all users of this instance" : "Mostrar a todos os usuários desta instância", "Share link" : "Link de compartilhamento", "Choose users to share with" : "Escolher os usuários com quem compartilhar", - "Name of user or group" : "Nome do usuário ou grupo", "Select expiration date" : "Selecionar data de expiração", "Expired on {date}" : "Expira em {date}", "Expires on {date}" : "Expira em {date}", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index db2e3b9..bde070f 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -1,4 +1,6 @@ { "translations": { + "anonymous user" : "usuário anônimo", + "Shared by %s" : "Compartilhado por %s", "Forms" : "Formulários", "A forms app, similar to Google Forms." : "Um aplicativo de formulários, parecido com o Google Forms.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Um aplicativo de formulários, parecido com Google Forms com a possibilidade de restrição de acesso (membros, certos grupos/usuários, e público).", @@ -27,17 +29,24 @@ "Drag to reorder the questions" : "Arraste para reordenar as perguntas", "Enter a title for this question" : "Digite um título para esta pergunta", "Title of question number {index}" : "O título da pergunta número {index}", + "Mandatory" : "Obrigatório", "Delete question" : "Excluir pergunta", "A long answer for the question “{text}”" : "Uma resposta longa para a pergunta “{text}”", "Long answer text" : "Texto de resposta longa", "Add a new answer" : "Adicionar uma nova resposta", "A short answer for the question “{text}”" : "Uma resposta curta para a pergunta “{text}”", "Short answer text" : "Texto da resposta curta", + "Response by {userDisplayName}" : "Resposta de {userDisplayName}", + "Delete this response" : "Excluir esta resposta", + "No recommendations. Start typing." : "Sem recomendações. Inicie a digitação.", + "Searching …" : "Pesquisando...", + "No elements found." : "Nenhum elemento encontrado.", "Group" : "Grupo", "Loading {title} …" : "Carregando {title}…", "Toggle settings" : "Alternar configurações", "Form title" : "Título do Formulário", "Description" : "Descrição", + "Mandatory questions" : "Perguntas obrigatórias", "Add a question" : "Adicionar uma pergunta", "New question" : "Nova pergunta", "There was an error while adding the new question" : "Houve um erro ao adicionar a nova pergunta", @@ -47,9 +56,14 @@ "Back to form" : "Voltar ao formulário", "Responses for {title}" : "Respostas para {title}", "Export to CSV" : "Exportar para CSV", + "Options" : "Opções", + "Delete all responses" : "Excluir todas as respostas", "No responses yet" : "Sem respostas ainda", "Results of submitted forms will show up here" : "Os resultados dos formulários enviados aparecerão aqui", "There was an error while loading results" : "Houve um erro ao carregar os resultados", + "There was an error while removing the submission" : "Erro ao remover o envio", + "Are you sure you want to delete all submissions from this form?" : "Quer realmente excluir todos os envios deste formulário?", + "There was an error while removing the submissions" : "Erro ao remover os envios", "Settings" : "Configurações", "Anonymous responses" : "Resposta anônima", "Only allow one response per user" : "Somente uma resposta por usuário é permitida", @@ -59,7 +73,6 @@ "Show to all users of this instance" : "Mostrar a todos os usuários desta instância", "Share link" : "Link de compartilhamento", "Choose users to share with" : "Escolher os usuários com quem compartilhar", - "Name of user or group" : "Nome do usuário ou grupo", "Select expiration date" : "Selecionar data de expiração", "Expired on {date}" : "Expira em {date}", "Expires on {date}" : "Expira em {date}", diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js index ac7293e..b933876 100644 --- a/l10n/pt_PT.js +++ b/l10n/pt_PT.js @@ -10,7 +10,6 @@ OC.L10N.register( "Expiration date" : "Data de expiração", "Sharing" : "Partilha", "Share link" : "Share link", - "Name of user or group" : "Nome do utilizador ou grupo", "Submit" : "Submeter" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json index 8844b86..b0a0ba7 100644 --- a/l10n/pt_PT.json +++ b/l10n/pt_PT.json @@ -8,7 +8,6 @@ "Expiration date" : "Data de expiração", "Sharing" : "Partilha", "Share link" : "Share link", - "Name of user or group" : "Nome do utilizador ou grupo", "Submit" : "Submeter" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/ru.js b/l10n/ru.js index 782bd92..10f1e22 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -35,6 +35,9 @@ OC.L10N.register( "Add a new answer" : "Добавить новый ответ", "A short answer for the question “{text}”" : "Короткий ответ на вопрос “{text}”", "Short answer text" : "Краткий текст ответа", + "No recommendations. Start typing." : "Рекомендации отсутствуют, начните вводить символы", + "Searching …" : "Поиск…", + "No elements found." : "Ничего не найдено.", "Group" : "Группа", "Loading {title} …" : "Загрузка {title} …", "Toggle settings" : "Настройки переключения", @@ -62,7 +65,6 @@ OC.L10N.register( "Show to all users of this instance" : "Показать всем пользователям этого образца", "Share link" : "Предоставление общего доступа по ссылке", "Choose users to share with" : "Выберите пользователей для приглашения", - "Name of user or group" : "Имя пользователя или группы", "Submit" : "Создать", "Submit form" : "Сохранить форму", "Submitting form …" : "Сохранение формы...", diff --git a/l10n/ru.json b/l10n/ru.json index 32555cf..abaca75 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -33,6 +33,9 @@ "Add a new answer" : "Добавить новый ответ", "A short answer for the question “{text}”" : "Короткий ответ на вопрос “{text}”", "Short answer text" : "Краткий текст ответа", + "No recommendations. Start typing." : "Рекомендации отсутствуют, начните вводить символы", + "Searching …" : "Поиск…", + "No elements found." : "Ничего не найдено.", "Group" : "Группа", "Loading {title} …" : "Загрузка {title} …", "Toggle settings" : "Настройки переключения", @@ -60,7 +63,6 @@ "Show to all users of this instance" : "Показать всем пользователям этого образца", "Share link" : "Предоставление общего доступа по ссылке", "Choose users to share with" : "Выберите пользователей для приглашения", - "Name of user or group" : "Имя пользователя или группы", "Submit" : "Создать", "Submit form" : "Сохранить форму", "Submitting form …" : "Сохранение формы...", diff --git a/l10n/sk.js b/l10n/sk.js index 5b5ebc7..a539a4d 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -1,6 +1,8 @@ OC.L10N.register( "forms", { + "anonymous user" : "anonymný používateľ", + "Shared by %s" : "Zdieľané %s", "Forms" : "Formuláre", "A forms app, similar to Google Forms." : "Aplikácia Formuláre podobná formulárom Google.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Aplikácia Formuláre podobná formulárom Google s možnosťou obmedzenia prístupu (členov, určitých skupín/používateľov a verejnostii).", @@ -29,17 +31,24 @@ OC.L10N.register( "Drag to reorder the questions" : "Potiahnutím zmeníte poradie otázok", "Enter a title for this question" : "Zadajte nadpis pre túto otázku", "Title of question number {index}" : "Názov otázky číslo {index}", + "Mandatory" : "Povinné", "Delete question" : "Odstrániť otázku", "A long answer for the question “{text}”" : "Dlhá odpoveď na otázku „{text}“", "Long answer text" : "Odpoveď s dlhým textom", "Add a new answer" : "Pridať novú odpoveď", "A short answer for the question “{text}”" : "Krátka odpoveď na otázku „{text}“", "Short answer text" : "Odpoveď s krátkym textom", + "Response by {userDisplayName}" : "Odpoveď od {userDisplayName}", + "Delete this response" : "Odstrániť túto odpoveď", + "No recommendations. Start typing." : "Žiadne odporúčania. Píšte.", + "Searching …" : "Hľadá sa …", + "No elements found." : "Nenájdené žiadne prvky.", "Group" : "Skupina", "Loading {title} …" : "Načítava sa {title}…", "Toggle settings" : "Prepnúť nastavenia", "Form title" : "Názov formulára", "Description" : "Popis", + "Mandatory questions" : "Povinné otázky", "Add a question" : "Pridať otázku", "New question" : "Nová otázka", "There was an error while adding the new question" : "Pri pridávaní novej otázky sa vyskytla chyba", @@ -50,9 +59,13 @@ OC.L10N.register( "Responses for {title}" : "Odpovede na {title}", "Export to CSV" : "Exportovať do CSV", "Options" : "Možnosti", + "Delete all responses" : "Vymazať všetky odpovede", "No responses yet" : "Zatiaľ žiadna odpoveď", "Results of submitted forms will show up here" : "Tu sa zobrazia výsledky odoslaných formulárov", "There was an error while loading results" : "Pri načítavaní výsledkov sa vyskytla chyba", + "There was an error while removing the submission" : "Pri odstraňovaní príspevku sa vyskytla chyba", + "Are you sure you want to delete all submissions from this form?" : "Naozaj chcete odstrániť všetky príspevky z tohto formulára?", + "There was an error while removing the submissions" : "Pri odstraňovaní príspevkov sa vyskytla chyba", "Settings" : "Nastavenia", "Anonymous responses" : "Anonymné odpovede", "Only allow one response per user" : "Povoliť iba jednu odpoveď na používateľa", @@ -62,7 +75,6 @@ OC.L10N.register( "Show to all users of this instance" : "Zobraziť všetkým používateľom tejto inštancie", "Share link" : "Sprístupniť odkaz", "Choose users to share with" : "Vyberte používateľov, s ktorými chcete zdieľať", - "Name of user or group" : "Meno používateľa alebo názov skupiny", "Select expiration date" : "Vybrať dátum ukončenia platnosti", "Expired on {date}" : "Platnosť vypršala {date}", "Expires on {date}" : "Platnosť vyprší {date}", diff --git a/l10n/sk.json b/l10n/sk.json index bf97316..822496c 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -1,4 +1,6 @@ { "translations": { + "anonymous user" : "anonymný používateľ", + "Shared by %s" : "Zdieľané %s", "Forms" : "Formuláre", "A forms app, similar to Google Forms." : "Aplikácia Formuláre podobná formulárom Google.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Aplikácia Formuláre podobná formulárom Google s možnosťou obmedzenia prístupu (členov, určitých skupín/používateľov a verejnostii).", @@ -27,17 +29,24 @@ "Drag to reorder the questions" : "Potiahnutím zmeníte poradie otázok", "Enter a title for this question" : "Zadajte nadpis pre túto otázku", "Title of question number {index}" : "Názov otázky číslo {index}", + "Mandatory" : "Povinné", "Delete question" : "Odstrániť otázku", "A long answer for the question “{text}”" : "Dlhá odpoveď na otázku „{text}“", "Long answer text" : "Odpoveď s dlhým textom", "Add a new answer" : "Pridať novú odpoveď", "A short answer for the question “{text}”" : "Krátka odpoveď na otázku „{text}“", "Short answer text" : "Odpoveď s krátkym textom", + "Response by {userDisplayName}" : "Odpoveď od {userDisplayName}", + "Delete this response" : "Odstrániť túto odpoveď", + "No recommendations. Start typing." : "Žiadne odporúčania. Píšte.", + "Searching …" : "Hľadá sa …", + "No elements found." : "Nenájdené žiadne prvky.", "Group" : "Skupina", "Loading {title} …" : "Načítava sa {title}…", "Toggle settings" : "Prepnúť nastavenia", "Form title" : "Názov formulára", "Description" : "Popis", + "Mandatory questions" : "Povinné otázky", "Add a question" : "Pridať otázku", "New question" : "Nová otázka", "There was an error while adding the new question" : "Pri pridávaní novej otázky sa vyskytla chyba", @@ -48,9 +57,13 @@ "Responses for {title}" : "Odpovede na {title}", "Export to CSV" : "Exportovať do CSV", "Options" : "Možnosti", + "Delete all responses" : "Vymazať všetky odpovede", "No responses yet" : "Zatiaľ žiadna odpoveď", "Results of submitted forms will show up here" : "Tu sa zobrazia výsledky odoslaných formulárov", "There was an error while loading results" : "Pri načítavaní výsledkov sa vyskytla chyba", + "There was an error while removing the submission" : "Pri odstraňovaní príspevku sa vyskytla chyba", + "Are you sure you want to delete all submissions from this form?" : "Naozaj chcete odstrániť všetky príspevky z tohto formulára?", + "There was an error while removing the submissions" : "Pri odstraňovaní príspevkov sa vyskytla chyba", "Settings" : "Nastavenia", "Anonymous responses" : "Anonymné odpovede", "Only allow one response per user" : "Povoliť iba jednu odpoveď na používateľa", @@ -60,7 +73,6 @@ "Show to all users of this instance" : "Zobraziť všetkým používateľom tejto inštancie", "Share link" : "Sprístupniť odkaz", "Choose users to share with" : "Vyberte používateľov, s ktorými chcete zdieľať", - "Name of user or group" : "Meno používateľa alebo názov skupiny", "Select expiration date" : "Vybrať dátum ukončenia platnosti", "Expired on {date}" : "Platnosť vypršala {date}", "Expires on {date}" : "Platnosť vyprší {date}", diff --git a/l10n/sl.js b/l10n/sl.js index ae0dd14..7e8fcd5 100644 --- a/l10n/sl.js +++ b/l10n/sl.js @@ -7,14 +7,16 @@ OC.L10N.register( "Create new form" : "Ustvari nov vprašalnik", "Delete form" : "Izbriši vprašalnik", "Cannot copy, please copy the link manually" : "Povezave ni mogoče kopirati. Storite to ročno.", + "Searching …" : "Poteka iskanje ...", + "No elements found." : "Ni najdenih predmetov", "Group" : "Skupina", "Description" : "Opis", + "Options" : "Možnosti", "Settings" : "Nastavitve", "Set expiration date" : "Nastavi datum preteka", "Expiration date" : "Datum preteka", "Sharing" : "Souporaba", "Share link" : "Povezava za souporabo", - "Name of user or group" : "Ime uporabnika oziroma skupine", "Submit" : "Pošlji" }, "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 index 4726ccc..afce9a6 100644 --- a/l10n/sl.json +++ b/l10n/sl.json @@ -5,14 +5,16 @@ "Create new form" : "Ustvari nov vprašalnik", "Delete form" : "Izbriši vprašalnik", "Cannot copy, please copy the link manually" : "Povezave ni mogoče kopirati. Storite to ročno.", + "Searching …" : "Poteka iskanje ...", + "No elements found." : "Ni najdenih predmetov", "Group" : "Skupina", "Description" : "Opis", + "Options" : "Možnosti", "Settings" : "Nastavitve", "Set expiration date" : "Nastavi datum preteka", "Expiration date" : "Datum preteka", "Sharing" : "Souporaba", "Share link" : "Povezava za souporabo", - "Name of user or group" : "Ime uporabnika oziroma skupine", "Submit" : "Pošlji" },"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/sr.js b/l10n/sr.js index e0bc049..c575ded 100644 --- a/l10n/sr.js +++ b/l10n/sr.js @@ -23,7 +23,6 @@ OC.L10N.register( "Expiration date" : "Датум истека", "Sharing" : "Дељење", "Share link" : "Веза дељења", - "Name of user or group" : "Име корисника или групе", "Submit" : "Пошаљи" }, "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 index 08bc6b2..c247a2c 100644 --- a/l10n/sr.json +++ b/l10n/sr.json @@ -21,7 +21,6 @@ "Expiration date" : "Датум истека", "Sharing" : "Дељење", "Share link" : "Веза дељења", - "Name of user or group" : "Име корисника или групе", "Submit" : "Пошаљи" },"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 index 661dc03..2db4fd8 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -7,14 +7,17 @@ OC.L10N.register( "Create new form" : "Skapa nytt formulär", "Delete form" : "Ta bort formuläret", "Cannot copy, please copy the link manually" : "Kan inte kopiera, länken måste kopieras manuellt", + "No recommendations. Start typing." : "Inga rekommendationer. Börja skriva.", + "Searching …" : "Söker ...", + "No elements found." : "Inga element hittades.", "Group" : "Grupp", "Description" : "Beskrivning", + "Options" : "Alternativ", "Settings" : "Inställnigar", "Set expiration date" : "Välj utgångsdatum", "Expiration date" : "Utgångsdatum", "Sharing" : "Delning", "Share link" : "Dela länk", - "Name of user or group" : "Användar- eller grupp-namn", "Submit" : "Verkställ" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/sv.json b/l10n/sv.json index e98d394..12b208d 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -5,14 +5,17 @@ "Create new form" : "Skapa nytt formulär", "Delete form" : "Ta bort formuläret", "Cannot copy, please copy the link manually" : "Kan inte kopiera, länken måste kopieras manuellt", + "No recommendations. Start typing." : "Inga rekommendationer. Börja skriva.", + "Searching …" : "Söker ...", + "No elements found." : "Inga element hittades.", "Group" : "Grupp", "Description" : "Beskrivning", + "Options" : "Alternativ", "Settings" : "Inställnigar", "Set expiration date" : "Välj utgångsdatum", "Expiration date" : "Utgångsdatum", "Sharing" : "Delning", "Share link" : "Dela länk", - "Name of user or group" : "Användar- eller grupp-namn", "Submit" : "Verkställ" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/tr.js b/l10n/tr.js index 72a4d31..186fa1f 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -1,6 +1,8 @@ OC.L10N.register( "forms", { + "anonymous user" : "anonim kullanıcı", + "Shared by %s" : "%s tarafından paylaşıldı", "Forms" : "Formlar", "A forms app, similar to Google Forms." : "Google forms benzeri bir form uygulaması.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Erişim kısıtlama özelliği ile (üyelere, belirli gruplara ya da kullanıcılara ya da herkese açık) Google forms benzeri bir form uygulaması.", @@ -29,17 +31,24 @@ OC.L10N.register( "Drag to reorder the questions" : "Soru sıralamasını sürükleyerek değiştirebilirsiniz", "Enter a title for this question" : "Bu sorunun başlığını yazın", "Title of question number {index}" : "{index} numaralı sorunun başlığı", + "Mandatory" : "Zorunlu", "Delete question" : "Soruyu sil", "A long answer for the question “{text}”" : "“{text}” sorusu için uzun bir yanıt", "Long answer text" : "Uzun yanıt metni", "Add a new answer" : "Yeni bir yanıt ekle", "A short answer for the question “{text}”" : "“{text}” sorusu için kısa bir yanıt", "Short answer text" : "Kısa yanıt metni", + "Response by {userDisplayName}" : "{userDisplayName} tarafından verilen yanıt", + "Delete this response" : "Bu yanıtı sil", + "No recommendations. Start typing." : "Herhangi bir öneri yok. Yazmaya başlayın.", + "Searching …" : "Aranıyor …", + "No elements found." : "Herhangi bir bileşen bulunamadı.", "Group" : "Grup", "Loading {title} …" : "{title} yükleniyor…", "Toggle settings" : "Ayarları değiştir", "Form title" : "Form başlığı", "Description" : "Açıklama", + "Mandatory questions" : "Zorunlu sorular", "Add a question" : "Bir soru ekle", "New question" : "Yeni soru", "There was an error while adding the new question" : "Yeni soru eklenirken bir sorun çıktı", @@ -49,9 +58,14 @@ OC.L10N.register( "Back to form" : "Forma geri dön", "Responses for {title}" : "{title} yanıtları", "Export to CSV" : "CSV Olarak Dışa Aktar", + "Options" : "Seçenekler", + "Delete all responses" : "Tüm yanıtları sil", "No responses yet" : "Henüz bir yanıt verilmemiş", "Results of submitted forms will show up here" : "Gönderilen formların yanıtları burada görüntülenir", "There was an error while loading results" : "Sonuçlar yüklenirken bir sorun çıktı", + "There was an error while removing the submission" : "Gönderi silinirken bir sorun çıktı", + "Are you sure you want to delete all submissions from this form?" : "Bu formun tüm gönderilerini silmek istediğinize emin misiniz?", + "There was an error while removing the submissions" : "Gönderiler silinirken bir sorun çıktı", "Settings" : "Ayarlar", "Anonymous responses" : "Anonim yanıtlar", "Only allow one response per user" : "Her kullanıcı yalnız bir kez yanıtlayabilsin", @@ -61,7 +75,6 @@ OC.L10N.register( "Show to all users of this instance" : "Bu kopyadaki tüm kullanıcılara görüntülensin", "Share link" : "Bağlantıyı paylaş", "Choose users to share with" : "Paylaşılacak kullanıcıları seçin", - "Name of user or group" : "Kullanıcı ya da grup adı", "Select expiration date" : "Son kullanma tarihini seçin", "Expired on {date}" : "{date} tarihinde sona erdi", "Expires on {date}" : "{date} tarihinde sonra erecek", diff --git a/l10n/tr.json b/l10n/tr.json index 6a6134e..d617ba2 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -1,4 +1,6 @@ { "translations": { + "anonymous user" : "anonim kullanıcı", + "Shared by %s" : "%s tarafından paylaşıldı", "Forms" : "Formlar", "A forms app, similar to Google Forms." : "Google forms benzeri bir form uygulaması.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Erişim kısıtlama özelliği ile (üyelere, belirli gruplara ya da kullanıcılara ya da herkese açık) Google forms benzeri bir form uygulaması.", @@ -27,17 +29,24 @@ "Drag to reorder the questions" : "Soru sıralamasını sürükleyerek değiştirebilirsiniz", "Enter a title for this question" : "Bu sorunun başlığını yazın", "Title of question number {index}" : "{index} numaralı sorunun başlığı", + "Mandatory" : "Zorunlu", "Delete question" : "Soruyu sil", "A long answer for the question “{text}”" : "“{text}” sorusu için uzun bir yanıt", "Long answer text" : "Uzun yanıt metni", "Add a new answer" : "Yeni bir yanıt ekle", "A short answer for the question “{text}”" : "“{text}” sorusu için kısa bir yanıt", "Short answer text" : "Kısa yanıt metni", + "Response by {userDisplayName}" : "{userDisplayName} tarafından verilen yanıt", + "Delete this response" : "Bu yanıtı sil", + "No recommendations. Start typing." : "Herhangi bir öneri yok. Yazmaya başlayın.", + "Searching …" : "Aranıyor …", + "No elements found." : "Herhangi bir bileşen bulunamadı.", "Group" : "Grup", "Loading {title} …" : "{title} yükleniyor…", "Toggle settings" : "Ayarları değiştir", "Form title" : "Form başlığı", "Description" : "Açıklama", + "Mandatory questions" : "Zorunlu sorular", "Add a question" : "Bir soru ekle", "New question" : "Yeni soru", "There was an error while adding the new question" : "Yeni soru eklenirken bir sorun çıktı", @@ -47,9 +56,14 @@ "Back to form" : "Forma geri dön", "Responses for {title}" : "{title} yanıtları", "Export to CSV" : "CSV Olarak Dışa Aktar", + "Options" : "Seçenekler", + "Delete all responses" : "Tüm yanıtları sil", "No responses yet" : "Henüz bir yanıt verilmemiş", "Results of submitted forms will show up here" : "Gönderilen formların yanıtları burada görüntülenir", "There was an error while loading results" : "Sonuçlar yüklenirken bir sorun çıktı", + "There was an error while removing the submission" : "Gönderi silinirken bir sorun çıktı", + "Are you sure you want to delete all submissions from this form?" : "Bu formun tüm gönderilerini silmek istediğinize emin misiniz?", + "There was an error while removing the submissions" : "Gönderiler silinirken bir sorun çıktı", "Settings" : "Ayarlar", "Anonymous responses" : "Anonim yanıtlar", "Only allow one response per user" : "Her kullanıcı yalnız bir kez yanıtlayabilsin", @@ -59,7 +73,6 @@ "Show to all users of this instance" : "Bu kopyadaki tüm kullanıcılara görüntülensin", "Share link" : "Bağlantıyı paylaş", "Choose users to share with" : "Paylaşılacak kullanıcıları seçin", - "Name of user or group" : "Kullanıcı ya da grup adı", "Select expiration date" : "Son kullanma tarihini seçin", "Expired on {date}" : "{date} tarihinde sona erdi", "Expires on {date}" : "{date} tarihinde sonra erecek", diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index 9bade48..14d4693 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -20,6 +20,9 @@ OC.L10N.register( "Copy share link" : "复制共享链接", "Are you sure you want to delete the form “{title}”?" : "您确定删除表格\"{title}\"吗?", "Error while deleting form “{title}”" : "在删除表格\"{title}\"时发生错误", + "No recommendations. Start typing." : "没有推荐。开始输入。", + "Searching …" : "正在搜索 ...", + "No elements found." : "未发现元素。", "Group" : "分组", "Description" : "描述", "Options" : "选项", @@ -28,7 +31,6 @@ OC.L10N.register( "Expiration date" : "过期日期", "Sharing" : "正在共享", "Share link" : "共享链接", - "Name of user or group" : "用户或分组名称", "Submit" : "提交", "Submit form" : "提交表格", "Multiple choice" : "多选", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index d6cfdfe..7adcf20 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -18,6 +18,9 @@ "Copy share link" : "复制共享链接", "Are you sure you want to delete the form “{title}”?" : "您确定删除表格\"{title}\"吗?", "Error while deleting form “{title}”" : "在删除表格\"{title}\"时发生错误", + "No recommendations. Start typing." : "没有推荐。开始输入。", + "Searching …" : "正在搜索 ...", + "No elements found." : "未发现元素。", "Group" : "分组", "Description" : "描述", "Options" : "选项", @@ -26,7 +29,6 @@ "Expiration date" : "过期日期", "Sharing" : "正在共享", "Share link" : "共享链接", - "Name of user or group" : "用户或分组名称", "Submit" : "提交", "Submit form" : "提交表格", "Multiple choice" : "多选", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 25cfcbd..cdcb54e 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -14,7 +14,6 @@ OC.L10N.register( "Expiration date" : "到期日", "Sharing" : "分享", "Share link" : "分享連結", - "Name of user or group" : "使用者或群組名稱", "Submit" : "送出" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index d5dad83..8efdcfb 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -12,7 +12,6 @@ "Expiration date" : "到期日", "Sharing" : "分享", "Share link" : "分享連結", - "Name of user or group" : "使用者或群組名稱", "Submit" : "送出" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file