diff --git a/l10n/cs.js b/l10n/cs.js index eeb6b04..10286d3 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -1,6 +1,7 @@ OC.L10N.register( "forms", { + "Anonymous response" : "Anonymní odpověď", "Shared by %s" : "Sdílí %s", "Forms" : "Formuláře", "A forms app, similar to Google Forms." : "Aplikace pro formuláře, podobné jako Google Forms.", @@ -19,6 +20,8 @@ OC.L10N.register( "Form link copied" : "Odkaz na formulář zkopírován", "Cannot copy, please copy the link manually" : "Nedaří se zkopírovat, zkopírujte odkaz ručně", "Copy share link" : "Zkopírovat odkaz pro sdílení", + "Are you sure you want to delete {title}?" : "Opravdu chcete {title} smazat?", + "Error while deleting {title}" : "Chyba při mazání {title}", "An answer for the {index} option" : "Odpověď pro {index} volbu", "Answer number {index}" : "Odpověď číslo {index}", "Delete answer" : "Smazat odpověď", @@ -26,6 +29,7 @@ OC.L10N.register( "Error while saving the answer" : "Chyba při ukládání odpovědi", "Question number {index}" : "Otázka číslo {index}", "Drag to reorder the questions" : "Pořadí otázek změníte přetažením", + "Question title" : "Nadpis otázky", "Title of question number {index}" : "Nadpis otázky číslo {index}", "Mandatory" : "Povinné", "Delete question" : "Smazat otázku", @@ -50,6 +54,7 @@ OC.L10N.register( "There was an error while removing the question" : "Při odebírání otázky došlo k chybě", "Error while saving form" : "Chyba při ukládání formuláře", "Loading responses …" : "Načítání odpovědí …", + "Back to questions" : "Zpět k otázkám", "Responses for {title}" : "Odpovědi na {title}", "Export to CSV" : "Exportovat do CSV", "Options" : "Volby", @@ -58,6 +63,7 @@ OC.L10N.register( "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 this response" : "Při odebírání této odpovědi došlo k chybě", + "Are you sure you want to delete all responses of {title}?" : "Opravdu chcete smazat všechny odpovědi v {title}?", "There was an error while removing responses" : "Při odebírání těchto odpovědí došlo k chybě", "Settings" : "Nastavení", "Anonymous responses" : "Anonym odpovídá", diff --git a/l10n/cs.json b/l10n/cs.json index 5a2dc16..57461bb 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -1,4 +1,5 @@ { "translations": { + "Anonymous response" : "Anonymní odpověď", "Shared by %s" : "Sdílí %s", "Forms" : "Formuláře", "A forms app, similar to Google Forms." : "Aplikace pro formuláře, podobné jako Google Forms.", @@ -17,6 +18,8 @@ "Form link copied" : "Odkaz na formulář zkopírován", "Cannot copy, please copy the link manually" : "Nedaří se zkopírovat, zkopírujte odkaz ručně", "Copy share link" : "Zkopírovat odkaz pro sdílení", + "Are you sure you want to delete {title}?" : "Opravdu chcete {title} smazat?", + "Error while deleting {title}" : "Chyba při mazání {title}", "An answer for the {index} option" : "Odpověď pro {index} volbu", "Answer number {index}" : "Odpověď číslo {index}", "Delete answer" : "Smazat odpověď", @@ -24,6 +27,7 @@ "Error while saving the answer" : "Chyba při ukládání odpovědi", "Question number {index}" : "Otázka číslo {index}", "Drag to reorder the questions" : "Pořadí otázek změníte přetažením", + "Question title" : "Nadpis otázky", "Title of question number {index}" : "Nadpis otázky číslo {index}", "Mandatory" : "Povinné", "Delete question" : "Smazat otázku", @@ -48,6 +52,7 @@ "There was an error while removing the question" : "Při odebírání otázky došlo k chybě", "Error while saving form" : "Chyba při ukládání formuláře", "Loading responses …" : "Načítání odpovědí …", + "Back to questions" : "Zpět k otázkám", "Responses for {title}" : "Odpovědi na {title}", "Export to CSV" : "Exportovat do CSV", "Options" : "Volby", @@ -56,6 +61,7 @@ "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 this response" : "Při odebírání této odpovědi došlo k chybě", + "Are you sure you want to delete all responses of {title}?" : "Opravdu chcete smazat všechny odpovědi v {title}?", "There was an error while removing responses" : "Při odebírání těchto odpovědí došlo k chybě", "Settings" : "Nastavení", "Anonymous responses" : "Anonym odpovídá", diff --git a/l10n/de.js b/l10n/de.js index b0ed6ed..3a42d7e 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -1,6 +1,7 @@ OC.L10N.register( "forms", { + "Anonymous response" : "Anonyme Antwort", "Shared by %s" : "Geteilt von %s", "Forms" : "Formulare", "A forms app, similar to Google Forms." : "Eine App für Formulare, vergleichbar mit Google Formulare.", @@ -19,6 +20,8 @@ OC.L10N.register( "Form link copied" : "Formular-Link kopiert", "Cannot copy, please copy the link manually" : "Kopieren fehlgeschlagen. Bitte kopiere den Link manuell.", "Copy share link" : "Freigabe-Link kopieren", + "Are you sure you want to delete {title}?" : "Möchtest Du wirklich {title} löschen?", + "Error while deleting {title}" : "Fehler beim Löschen von {title}", "An answer for the {index} option" : "Eine Antwort für die {index} Option", "Answer number {index}" : "Antwort Nummer {index}", "Delete answer" : "Antwort löschen", @@ -26,6 +29,7 @@ OC.L10N.register( "Error while saving the answer" : "Fehler beim speichern der Antwort", "Question number {index}" : "Frage Nummer {index}", "Drag to reorder the questions" : "Ziehe um die Fragen umzusortieren", + "Question title" : "Fragetitel", "Title of question number {index}" : "Titel der Fragenummer {index}", "Mandatory" : "Pflichtfeld", "Delete question" : "Frage löschen", @@ -50,6 +54,7 @@ OC.L10N.register( "There was an error while removing the question" : "Es gab einen Fehler beim Löschen der Frage", "Error while saving form" : "Fehler beim Speichern des Formulars", "Loading responses …" : "Antworten laden …", + "Back to questions" : "Zurück zu den Fragen", "Responses for {title}" : "Antworten zu {title}", "Export to CSV" : "Als CSV exportieren", "Options" : "Optionen", @@ -58,6 +63,7 @@ OC.L10N.register( "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 this response" : "Ein Fehler ist beim Löschen der Antwort aufgetreten", + "Are you sure you want to delete all responses of {title}?" : "Möchtest Du alle Antworten zu {title} löschen?", "There was an error while removing responses" : "Beim Löschen der Antworten ist ein Fehler aufgetreten", "Settings" : "Einstellungen", "Anonymous responses" : "Anonyme Antworten", diff --git a/l10n/de.json b/l10n/de.json index f30ffd1..133dfd7 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -1,4 +1,5 @@ { "translations": { + "Anonymous response" : "Anonyme Antwort", "Shared by %s" : "Geteilt von %s", "Forms" : "Formulare", "A forms app, similar to Google Forms." : "Eine App für Formulare, vergleichbar mit Google Formulare.", @@ -17,6 +18,8 @@ "Form link copied" : "Formular-Link kopiert", "Cannot copy, please copy the link manually" : "Kopieren fehlgeschlagen. Bitte kopiere den Link manuell.", "Copy share link" : "Freigabe-Link kopieren", + "Are you sure you want to delete {title}?" : "Möchtest Du wirklich {title} löschen?", + "Error while deleting {title}" : "Fehler beim Löschen von {title}", "An answer for the {index} option" : "Eine Antwort für die {index} Option", "Answer number {index}" : "Antwort Nummer {index}", "Delete answer" : "Antwort löschen", @@ -24,6 +27,7 @@ "Error while saving the answer" : "Fehler beim speichern der Antwort", "Question number {index}" : "Frage Nummer {index}", "Drag to reorder the questions" : "Ziehe um die Fragen umzusortieren", + "Question title" : "Fragetitel", "Title of question number {index}" : "Titel der Fragenummer {index}", "Mandatory" : "Pflichtfeld", "Delete question" : "Frage löschen", @@ -48,6 +52,7 @@ "There was an error while removing the question" : "Es gab einen Fehler beim Löschen der Frage", "Error while saving form" : "Fehler beim Speichern des Formulars", "Loading responses …" : "Antworten laden …", + "Back to questions" : "Zurück zu den Fragen", "Responses for {title}" : "Antworten zu {title}", "Export to CSV" : "Als CSV exportieren", "Options" : "Optionen", @@ -56,6 +61,7 @@ "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 this response" : "Ein Fehler ist beim Löschen der Antwort aufgetreten", + "Are you sure you want to delete all responses of {title}?" : "Möchtest Du alle Antworten zu {title} löschen?", "There was an error while removing responses" : "Beim Löschen der Antworten ist ein Fehler aufgetreten", "Settings" : "Einstellungen", "Anonymous responses" : "Anonyme Antworten", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index ec0d931..d13ecc7 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -1,6 +1,7 @@ OC.L10N.register( "forms", { + "Anonymous response" : "Anonyme Antwort", "Shared by %s" : "Geteilt von %s", "Forms" : "Formulare", "A forms app, similar to Google Forms." : "Eine App für Formulare, vergleichbar mit Google Formulare.", @@ -19,6 +20,8 @@ OC.L10N.register( "Form link copied" : "Formular-Link kopiert", "Cannot copy, please copy the link manually" : "Kopieren fehlgeschlagen. Bitte kopieren Sie den Link manuell", "Copy share link" : "Freigabe-Link kopieren", + "Are you sure you want to delete {title}?" : "Möchten Sie wirklich {title} löschen?", + "Error while deleting {title}" : "Fehler beim Löschen von {title}", "An answer for the {index} option" : "Eine Antwort für die {index} Option", "Answer number {index}" : "Antwort Nummer {index}", "Delete answer" : "Antwort löschen", @@ -26,6 +29,7 @@ OC.L10N.register( "Error while saving the answer" : "Fehler beim speichern der Antwort", "Question number {index}" : "Frage Nummer {index}", "Drag to reorder the questions" : "Ziehen Sie um die Fragen umzusortieren", + "Question title" : "Fragetitel", "Title of question number {index}" : "Titel der Fragenummer {index}", "Mandatory" : "Pflichtfeld", "Delete question" : "Frage löschen", @@ -50,6 +54,7 @@ OC.L10N.register( "There was an error while removing the question" : "Es gab einen Fehler beim Löschen der Frage", "Error while saving form" : "Fehler beim Speichern des Formulars", "Loading responses …" : "Antworten laden …", + "Back to questions" : "Zurück zu den Fragen", "Responses for {title}" : "Antworten zu {title}", "Export to CSV" : "Als CSV exportieren", "Options" : "Optionen", @@ -58,6 +63,7 @@ OC.L10N.register( "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 this response" : "Ein Fehler ist beim Löschen der Antwort aufgetreten", + "Are you sure you want to delete all responses of {title}?" : "Möchten Sie alle Antworten zu {title} löschen?", "There was an error while removing responses" : "Beim Löschen der Antworten ist ein Fehler aufgetreten", "Settings" : "Einstellungen", "Anonymous responses" : "Anonyme Antworten", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index db0a2ae..8397d0b 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -1,4 +1,5 @@ { "translations": { + "Anonymous response" : "Anonyme Antwort", "Shared by %s" : "Geteilt von %s", "Forms" : "Formulare", "A forms app, similar to Google Forms." : "Eine App für Formulare, vergleichbar mit Google Formulare.", @@ -17,6 +18,8 @@ "Form link copied" : "Formular-Link kopiert", "Cannot copy, please copy the link manually" : "Kopieren fehlgeschlagen. Bitte kopieren Sie den Link manuell", "Copy share link" : "Freigabe-Link kopieren", + "Are you sure you want to delete {title}?" : "Möchten Sie wirklich {title} löschen?", + "Error while deleting {title}" : "Fehler beim Löschen von {title}", "An answer for the {index} option" : "Eine Antwort für die {index} Option", "Answer number {index}" : "Antwort Nummer {index}", "Delete answer" : "Antwort löschen", @@ -24,6 +27,7 @@ "Error while saving the answer" : "Fehler beim speichern der Antwort", "Question number {index}" : "Frage Nummer {index}", "Drag to reorder the questions" : "Ziehen Sie um die Fragen umzusortieren", + "Question title" : "Fragetitel", "Title of question number {index}" : "Titel der Fragenummer {index}", "Mandatory" : "Pflichtfeld", "Delete question" : "Frage löschen", @@ -48,6 +52,7 @@ "There was an error while removing the question" : "Es gab einen Fehler beim Löschen der Frage", "Error while saving form" : "Fehler beim Speichern des Formulars", "Loading responses …" : "Antworten laden …", + "Back to questions" : "Zurück zu den Fragen", "Responses for {title}" : "Antworten zu {title}", "Export to CSV" : "Als CSV exportieren", "Options" : "Optionen", @@ -56,6 +61,7 @@ "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 this response" : "Ein Fehler ist beim Löschen der Antwort aufgetreten", + "Are you sure you want to delete all responses of {title}?" : "Möchten Sie alle Antworten zu {title} löschen?", "There was an error while removing responses" : "Beim Löschen der Antworten ist ein Fehler aufgetreten", "Settings" : "Einstellungen", "Anonymous responses" : "Anonyme Antworten", diff --git a/l10n/eu.js b/l10n/eu.js index bb9ca1b..2e05514 100644 --- a/l10n/eu.js +++ b/l10n/eu.js @@ -1,12 +1,16 @@ OC.L10N.register( "forms", { - "Shared by %s" : "%s(r)engatik partekatua", + "Anonymous response" : "Erantzun anonimoa", + "Shared by %s" : "%s(e)k partekatua", "Forms" : "Inprimakiak", "A forms app, similar to Google Forms." : "Google Inprimakiak-en antzerako formulario aplikazioa.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Google Inprimakiak-en antzerako inprimaki aplikazioa. Sarbidea mugatzeko aukera ematen du: partaideak, zenbait talde/erabiltzaile, eta publikoa.", "New form" : "Inprimaki berria", "Loading forms …" : "Inprimakiak kargatzen...", + "No forms created yet" : "Ez da inprimakirik sortu oraindik", + "Create a form" : "Sortu inprimaki bat", + "Select a form or create a new one" : "Hautatu inprimaki bat edo sortu berri bat", "Create new form" : "Sortu inprimaki berria", "An error occurred while loading the forms list" : "Errore bat gertatu da inprimaki zerrenda kargatzerakoan", "Unable to create a new form" : "Ezin izan da inprimaki berri bat sortu", @@ -16,37 +20,75 @@ OC.L10N.register( "Form link copied" : "Inprimakiaren esteka kopiatu da", "Cannot copy, please copy the link manually" : "Ezin izan da kopiatu. Kopiatu esteka eskuz", "Copy share link" : "Kopiatu partekatze-esteka", + "Are you sure you want to delete {title}?" : "Ziur zaude {title} ezabatu nahi duzula?", + "Error while deleting {title}" : "Errorea {title} ezabatzean", + "An answer for the {index} option" : "Erantzun bat {index} aukerarentzat", + "Answer number {index}" : "{index}. erantzuna", "Delete answer" : "Ezabatu erantzuna", "There was an issue deleting this option" : "Arazo bat gertatu da aukera hau ezabatzean", "Error while saving the answer" : "Errorea erantzuna gordetzean", + "Question number {index}" : "{index}. galdera", + "Drag to reorder the questions" : "Arrastatu galderak berrordenatzeko", + "Question title" : "Galderaren izenburua", + "Title of question number {index}" : "{index}. galderaren izenburua", + "Mandatory" : "Nahitaezkoa", "Delete question" : "Ezabatu galdera", + "A long answer for the question “{text}”" : "Erantzun luze bat “{text}” galderarentzat", + "Long answer text" : "Testu erantzun luzea", + "Add a new answer" : "Gehitu erantzun berri bat", + "A short answer for the question “{text}”" : "Erantzun labur bat “{text}” galderarentzat", + "Short answer text" : "Testu erantzun laburra", "Delete this response" : "Ezabatu erantzun hau", "User or group name …" : "Erabiltzaile edo taldearen izena ...", "No recommendations. Start typing." : "Gomendiorik ez. Hasi idazten.", "Searching …" : "Bilatzen…", "No elements found." : "Ez da elementurik aurkitu.", "Group" : "Taldea", + "Loading {title} …" : "{title} kargatzen…", + "Toggle settings" : "Txandakatu ezarpenak", "Form title" : "Inprimakiaren izenburua", "Description" : "Deskribapena", + "Mandatory questions" : "Nahitaezko galderak", "Add a question" : "Gehitu galdera bat", + "There was an error while adding the new question" : "Errore bat gertatu da galdera berria gehitzean", + "There was an error while removing the question" : "Errore bat gertatu da galdera kentzean", "Error while saving form" : "Errorea inprimakia gordetzean", + "Loading responses …" : "Erantzunak kargatzen...", + "Back to questions" : "Itzuli galderetara", + "Responses for {title}" : "{title} galderaren erantzunak", + "Export to CSV" : "Esportatu CSVra", "Options" : "Aukerak", "Delete all responses" : "Ezabatu erantzun guztiak", "No responses yet" : "Ez dago erantzunik oraindik", - "There was an error while removing this response" : "Errore bat gertatu da erantzuna ezabatzean", + "Results of submitted forms will show up here" : "Bidalitako inprimakien emaitzak hemen erakutsiko dira", + "There was an error while loading results" : "Errore bat gertatu da emaitzak kargatzean", + "There was an error while removing this response" : "Errore bat gertatu da erantzun hau ezabatzean", + "Are you sure you want to delete all responses of {title}?" : "Ziur zaude {title} galderaren erantzun guztiak ezabatu nahi dituzula?", "There was an error while removing responses" : "Errore bat gertatu da erantzunak ezabatzean", "Settings" : "Ezarpenak", + "Anonymous responses" : "Erantzun anonimoak", "Only allow one response per user" : "Erantzun bakarra onartu erabiltzaileko", "Set expiration date" : "Ezarri iraungitze-data", "Expiration date" : "Iraungitze-data", "Sharing" : "Partekatzea", + "Show to all users of this instance" : "Erakutsi instantzia honetako erabiltzaile guztiei", "Share link" : "Partekatu esteka", - "Select expiration date" : "Aukeratu iraungitze-data", + "Choose users to share with" : "Aukeratu ze erabiltzailerekin partekatu", + "Select expiration date" : "Hautatu iraungitze-data", + "Expired on {date}" : "{date} datan iraungia", + "Expires on {date}" : "{date} datan iraungitzen da", "Submit" : "Bidali", "Submit form" : "Bidali inprimakia", "Submitting form …" : "Inprimakia bidaltzen ...", + "Thank you for completing the form!" : "Mila esker inprimakia betetzeagatik!", + "There was an error submitting the form" : "Errore bat gertatu da inprimakia bidaltzean", + "Error while saving question" : "Errorea galdera gordetzean", + "Multiple choice" : "Aukera anitz", + "Checkboxes" : "Kontrol-laukiak", "Short answer" : "Erantzun laburra", - "Form expired" : "Iraungitako inprimakia", + "Long text" : "Testu luzea", + "Form expired" : "Inprimakia iraungita", + "This form has expired and is no longer taking answers" : "Inprimaki hau iraungi da eta ez du erantzunik onartzen", "Form not found" : "Ez da inprimakia aurkitu", "This form does not exist" : "Inprimaki hau ez da existitzen" }, diff --git a/l10n/eu.json b/l10n/eu.json index 4397955..a581ec3 100644 --- a/l10n/eu.json +++ b/l10n/eu.json @@ -1,10 +1,14 @@ { "translations": { - "Shared by %s" : "%s(r)engatik partekatua", + "Anonymous response" : "Erantzun anonimoa", + "Shared by %s" : "%s(e)k partekatua", "Forms" : "Inprimakiak", "A forms app, similar to Google Forms." : "Google Inprimakiak-en antzerako formulario aplikazioa.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Google Inprimakiak-en antzerako inprimaki aplikazioa. Sarbidea mugatzeko aukera ematen du: partaideak, zenbait talde/erabiltzaile, eta publikoa.", "New form" : "Inprimaki berria", "Loading forms …" : "Inprimakiak kargatzen...", + "No forms created yet" : "Ez da inprimakirik sortu oraindik", + "Create a form" : "Sortu inprimaki bat", + "Select a form or create a new one" : "Hautatu inprimaki bat edo sortu berri bat", "Create new form" : "Sortu inprimaki berria", "An error occurred while loading the forms list" : "Errore bat gertatu da inprimaki zerrenda kargatzerakoan", "Unable to create a new form" : "Ezin izan da inprimaki berri bat sortu", @@ -14,37 +18,75 @@ "Form link copied" : "Inprimakiaren esteka kopiatu da", "Cannot copy, please copy the link manually" : "Ezin izan da kopiatu. Kopiatu esteka eskuz", "Copy share link" : "Kopiatu partekatze-esteka", + "Are you sure you want to delete {title}?" : "Ziur zaude {title} ezabatu nahi duzula?", + "Error while deleting {title}" : "Errorea {title} ezabatzean", + "An answer for the {index} option" : "Erantzun bat {index} aukerarentzat", + "Answer number {index}" : "{index}. erantzuna", "Delete answer" : "Ezabatu erantzuna", "There was an issue deleting this option" : "Arazo bat gertatu da aukera hau ezabatzean", "Error while saving the answer" : "Errorea erantzuna gordetzean", + "Question number {index}" : "{index}. galdera", + "Drag to reorder the questions" : "Arrastatu galderak berrordenatzeko", + "Question title" : "Galderaren izenburua", + "Title of question number {index}" : "{index}. galderaren izenburua", + "Mandatory" : "Nahitaezkoa", "Delete question" : "Ezabatu galdera", + "A long answer for the question “{text}”" : "Erantzun luze bat “{text}” galderarentzat", + "Long answer text" : "Testu erantzun luzea", + "Add a new answer" : "Gehitu erantzun berri bat", + "A short answer for the question “{text}”" : "Erantzun labur bat “{text}” galderarentzat", + "Short answer text" : "Testu erantzun laburra", "Delete this response" : "Ezabatu erantzun hau", "User or group name …" : "Erabiltzaile edo taldearen izena ...", "No recommendations. Start typing." : "Gomendiorik ez. Hasi idazten.", "Searching …" : "Bilatzen…", "No elements found." : "Ez da elementurik aurkitu.", "Group" : "Taldea", + "Loading {title} …" : "{title} kargatzen…", + "Toggle settings" : "Txandakatu ezarpenak", "Form title" : "Inprimakiaren izenburua", "Description" : "Deskribapena", + "Mandatory questions" : "Nahitaezko galderak", "Add a question" : "Gehitu galdera bat", + "There was an error while adding the new question" : "Errore bat gertatu da galdera berria gehitzean", + "There was an error while removing the question" : "Errore bat gertatu da galdera kentzean", "Error while saving form" : "Errorea inprimakia gordetzean", + "Loading responses …" : "Erantzunak kargatzen...", + "Back to questions" : "Itzuli galderetara", + "Responses for {title}" : "{title} galderaren erantzunak", + "Export to CSV" : "Esportatu CSVra", "Options" : "Aukerak", "Delete all responses" : "Ezabatu erantzun guztiak", "No responses yet" : "Ez dago erantzunik oraindik", - "There was an error while removing this response" : "Errore bat gertatu da erantzuna ezabatzean", + "Results of submitted forms will show up here" : "Bidalitako inprimakien emaitzak hemen erakutsiko dira", + "There was an error while loading results" : "Errore bat gertatu da emaitzak kargatzean", + "There was an error while removing this response" : "Errore bat gertatu da erantzun hau ezabatzean", + "Are you sure you want to delete all responses of {title}?" : "Ziur zaude {title} galderaren erantzun guztiak ezabatu nahi dituzula?", "There was an error while removing responses" : "Errore bat gertatu da erantzunak ezabatzean", "Settings" : "Ezarpenak", + "Anonymous responses" : "Erantzun anonimoak", "Only allow one response per user" : "Erantzun bakarra onartu erabiltzaileko", "Set expiration date" : "Ezarri iraungitze-data", "Expiration date" : "Iraungitze-data", "Sharing" : "Partekatzea", + "Show to all users of this instance" : "Erakutsi instantzia honetako erabiltzaile guztiei", "Share link" : "Partekatu esteka", - "Select expiration date" : "Aukeratu iraungitze-data", + "Choose users to share with" : "Aukeratu ze erabiltzailerekin partekatu", + "Select expiration date" : "Hautatu iraungitze-data", + "Expired on {date}" : "{date} datan iraungia", + "Expires on {date}" : "{date} datan iraungitzen da", "Submit" : "Bidali", "Submit form" : "Bidali inprimakia", "Submitting form …" : "Inprimakia bidaltzen ...", + "Thank you for completing the form!" : "Mila esker inprimakia betetzeagatik!", + "There was an error submitting the form" : "Errore bat gertatu da inprimakia bidaltzean", + "Error while saving question" : "Errorea galdera gordetzean", + "Multiple choice" : "Aukera anitz", + "Checkboxes" : "Kontrol-laukiak", "Short answer" : "Erantzun laburra", - "Form expired" : "Iraungitako inprimakia", + "Long text" : "Testu luzea", + "Form expired" : "Inprimakia iraungita", + "This form has expired and is no longer taking answers" : "Inprimaki hau iraungi da eta ez du erantzunik onartzen", "Form not found" : "Ez da inprimakia aurkitu", "This form does not exist" : "Inprimaki hau ez da existitzen" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/fr.js b/l10n/fr.js index 071d64b..d03118c 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -1,6 +1,7 @@ OC.L10N.register( "forms", { + "Anonymous response" : "Réponse anonyme", "Shared by %s" : "Partagé par %s", "Forms" : "Formulaire", "A forms app, similar to Google Forms." : "Une application de formulaires, similaire à Google Forms.", @@ -19,6 +20,8 @@ OC.L10N.register( "Form link copied" : "Lien vers le formulaire copié", "Cannot copy, please copy the link manually" : "Impossible de copier, merci de le copier manuellement", "Copy share link" : "Copier le lien de partage", + "Are you sure you want to delete {title}?" : "Êtes-vous certain de vouloir supprimer {title} ?", + "Error while deleting {title}" : "Erreur lors de la suppression de {title}", "An answer for the {index} option" : "Une réponse pour l'option {index}", "Answer number {index}" : "Réponse numéro {index}", "Delete answer" : "Supprimer la réponse", @@ -26,6 +29,7 @@ OC.L10N.register( "Error while saving the answer" : "Erreur en sauvegardant la réponse", "Question number {index}" : "Question numéro {index}", "Drag to reorder the questions" : "Glisser pour ré-ordonner les questions", + "Question title" : "Titre de la question", "Title of question number {index}" : "Le titre de la question numéro {index}", "Mandatory" : "Obligatoire", "Delete question" : "Supprimer la question", @@ -50,6 +54,7 @@ OC.L10N.register( "There was an error while removing the question" : "Une erreur est survenue pendant la suppression de la question", "Error while saving form" : "Erreur en sauvegardant le formulaire", "Loading responses …" : "Chargement des réponses ...", + "Back to questions" : "Retour aux questions", "Responses for {title}" : "Réponses pour {title}", "Export to CSV" : "Exporter au format CSV", "Options" : "Choix", @@ -58,6 +63,7 @@ OC.L10N.register( "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 lors du chargement des résultats", "There was an error while removing this response" : "Une erreur est survenue pendant la suppression de la réponse", + "Are you sure you want to delete all responses of {title}?" : "Êtes-vous certain de vouloir supprimer toutes les réponses de {title} ?", "There was an error while removing responses" : "Une erreur est survenue pendant la suppression des réponses", "Settings" : "Réglages", "Anonymous responses" : "Réponses anonymes", diff --git a/l10n/fr.json b/l10n/fr.json index 0fb760f..03a2cf4 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -1,4 +1,5 @@ { "translations": { + "Anonymous response" : "Réponse anonyme", "Shared by %s" : "Partagé par %s", "Forms" : "Formulaire", "A forms app, similar to Google Forms." : "Une application de formulaires, similaire à Google Forms.", @@ -17,6 +18,8 @@ "Form link copied" : "Lien vers le formulaire copié", "Cannot copy, please copy the link manually" : "Impossible de copier, merci de le copier manuellement", "Copy share link" : "Copier le lien de partage", + "Are you sure you want to delete {title}?" : "Êtes-vous certain de vouloir supprimer {title} ?", + "Error while deleting {title}" : "Erreur lors de la suppression de {title}", "An answer for the {index} option" : "Une réponse pour l'option {index}", "Answer number {index}" : "Réponse numéro {index}", "Delete answer" : "Supprimer la réponse", @@ -24,6 +27,7 @@ "Error while saving the answer" : "Erreur en sauvegardant la réponse", "Question number {index}" : "Question numéro {index}", "Drag to reorder the questions" : "Glisser pour ré-ordonner les questions", + "Question title" : "Titre de la question", "Title of question number {index}" : "Le titre de la question numéro {index}", "Mandatory" : "Obligatoire", "Delete question" : "Supprimer la question", @@ -48,6 +52,7 @@ "There was an error while removing the question" : "Une erreur est survenue pendant la suppression de la question", "Error while saving form" : "Erreur en sauvegardant le formulaire", "Loading responses …" : "Chargement des réponses ...", + "Back to questions" : "Retour aux questions", "Responses for {title}" : "Réponses pour {title}", "Export to CSV" : "Exporter au format CSV", "Options" : "Choix", @@ -56,6 +61,7 @@ "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 lors du chargement des résultats", "There was an error while removing this response" : "Une erreur est survenue pendant la suppression de la réponse", + "Are you sure you want to delete all responses of {title}?" : "Êtes-vous certain de vouloir supprimer toutes les réponses de {title} ?", "There was an error while removing responses" : "Une erreur est survenue pendant la suppression des réponses", "Settings" : "Réglages", "Anonymous responses" : "Réponses anonymes", diff --git a/l10n/gl.js b/l10n/gl.js index c0feb4c..fd12d8a 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -1,6 +1,7 @@ OC.L10N.register( "forms", { + "Anonymous response" : "Resposta anónima", "Shared by %s" : "Compartido por %s", "Forms" : "Formularios", "A forms app, similar to Google Forms." : "Unha aplicación de formularios, semellante ao Google Forms.", @@ -19,6 +20,8 @@ OC.L10N.register( "Form link copied" : "Copiada a ligazón do formulario", "Cannot copy, please copy the link manually" : "Non foi posíbel copiala. Copie a ligazón manualmente", "Copy share link" : "Copiar a ligazón compartida", + "Are you sure you want to delete {title}?" : "Confirma que quere eliminar {title}?", + "Error while deleting {title}" : "Produciuse un erro ao eliminar {title}", "An answer for the {index} option" : "Unha resposta para a opción {index}", "Answer number {index}" : "Resposta número {index}", "Delete answer" : "Eliminar resposta", @@ -26,6 +29,7 @@ OC.L10N.register( "Error while saving the answer" : "Produciuse un erro ao gardar a resposta", "Question number {index}" : "Pregunta número {index}", "Drag to reorder the questions" : "Arrastre para reordenar as preguntas", + "Question title" : "Título da pregunta", "Title of question number {index}" : "Título da pregunta número {index}", "Mandatory" : "Obrigatorio", "Delete question" : "Eliminar a pregunta", @@ -50,6 +54,7 @@ OC.L10N.register( "There was an error while removing the question" : "Produciuse un erro ao retirar a pregunta", "Error while saving form" : "Produciuse un erro ao gardar o formulario", "Loading responses …" : "Cargando as respostas…", + "Back to questions" : "Volver ás preguntas", "Responses for {title}" : "Respostas para {title}", "Export to CSV" : "Exportar a CSV", "Options" : "Opcións", @@ -58,6 +63,7 @@ OC.L10N.register( "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 this response" : "Produciuse un erro ao retirar esta resposta", + "Are you sure you want to delete all responses of {title}?" : "Confirma que quere eliminar todas as respostas de {title}?", "There was an error while removing responses" : "Produciuse un erro ao retirar as respostas", "Settings" : "Axustes", "Anonymous responses" : "Respostas anónimas", diff --git a/l10n/gl.json b/l10n/gl.json index 59f1c61..72a23a5 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -1,4 +1,5 @@ { "translations": { + "Anonymous response" : "Resposta anónima", "Shared by %s" : "Compartido por %s", "Forms" : "Formularios", "A forms app, similar to Google Forms." : "Unha aplicación de formularios, semellante ao Google Forms.", @@ -17,6 +18,8 @@ "Form link copied" : "Copiada a ligazón do formulario", "Cannot copy, please copy the link manually" : "Non foi posíbel copiala. Copie a ligazón manualmente", "Copy share link" : "Copiar a ligazón compartida", + "Are you sure you want to delete {title}?" : "Confirma que quere eliminar {title}?", + "Error while deleting {title}" : "Produciuse un erro ao eliminar {title}", "An answer for the {index} option" : "Unha resposta para a opción {index}", "Answer number {index}" : "Resposta número {index}", "Delete answer" : "Eliminar resposta", @@ -24,6 +27,7 @@ "Error while saving the answer" : "Produciuse un erro ao gardar a resposta", "Question number {index}" : "Pregunta número {index}", "Drag to reorder the questions" : "Arrastre para reordenar as preguntas", + "Question title" : "Título da pregunta", "Title of question number {index}" : "Título da pregunta número {index}", "Mandatory" : "Obrigatorio", "Delete question" : "Eliminar a pregunta", @@ -48,6 +52,7 @@ "There was an error while removing the question" : "Produciuse un erro ao retirar a pregunta", "Error while saving form" : "Produciuse un erro ao gardar o formulario", "Loading responses …" : "Cargando as respostas…", + "Back to questions" : "Volver ás preguntas", "Responses for {title}" : "Respostas para {title}", "Export to CSV" : "Exportar a CSV", "Options" : "Opcións", @@ -56,6 +61,7 @@ "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 this response" : "Produciuse un erro ao retirar esta resposta", + "Are you sure you want to delete all responses of {title}?" : "Confirma que quere eliminar todas as respostas de {title}?", "There was an error while removing responses" : "Produciuse un erro ao retirar as respostas", "Settings" : "Axustes", "Anonymous responses" : "Respostas anónimas", diff --git a/l10n/it.js b/l10n/it.js index c8b4ace..bcbbd25 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -1,6 +1,7 @@ OC.L10N.register( "forms", { + "Anonymous response" : "Risposta anonima", "Shared by %s" : "Condiviso da %s", "Forms" : "Moduli", "A forms app, similar to Google Forms." : "Un'applicazione di moduli, simile a Google Forms.", @@ -19,6 +20,8 @@ OC.L10N.register( "Form link copied" : "Collegamento del modulo copiato", "Cannot copy, please copy the link manually" : "Impossibile copiare, copia il collegamento manualmente", "Copy share link" : "Copia collegamento di condivisione", + "Are you sure you want to delete {title}?" : "Sei sicuro di voler eliminare {title}?", + "Error while deleting {title}" : "Errore durante l'eliminazione di “{title}”", "An answer for the {index} option" : "Una risposta per l'opzione {index}", "Answer number {index}" : "Risposta numero {index}", "Delete answer" : "Elimina risposta", @@ -26,6 +29,7 @@ OC.L10N.register( "Error while saving the answer" : "Errore durante il salvataggio della risposta", "Question number {index}" : "Domanda numero {index}", "Drag to reorder the questions" : "Trascina per riordinare le domande", + "Question title" : "Titolo della domanda", "Title of question number {index}" : "Titolo della domanda numero {index}", "Mandatory" : "Obbligatorio", "Delete question" : "Elimina domanda", @@ -50,6 +54,7 @@ OC.L10N.register( "There was an error while removing the question" : "Si è verificato un errore durante la rimozione della domanda", "Error while saving form" : "Errore durante il salvataggio del modulo", "Loading responses …" : "Caricamento risposte…", + "Back to questions" : "Torna alle domande", "Responses for {title}" : "Risposte per {title}", "Export to CSV" : "Esporta in CSV", "Options" : "Opzioni", @@ -58,6 +63,7 @@ OC.L10N.register( "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 this response" : "Si è verificato un errore durante la rimozione della risposta", + "Are you sure you want to delete all responses of {title}?" : "Sei sicuro di voler eliminare tutte le risposte di {title}?", "There was an error while removing responses" : "Si è verificato un errore durante la rimozione delle risposte", "Settings" : "Impostazioni", "Anonymous responses" : "Risposte anonime", diff --git a/l10n/it.json b/l10n/it.json index 117d578..ad2f413 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -1,4 +1,5 @@ { "translations": { + "Anonymous response" : "Risposta anonima", "Shared by %s" : "Condiviso da %s", "Forms" : "Moduli", "A forms app, similar to Google Forms." : "Un'applicazione di moduli, simile a Google Forms.", @@ -17,6 +18,8 @@ "Form link copied" : "Collegamento del modulo copiato", "Cannot copy, please copy the link manually" : "Impossibile copiare, copia il collegamento manualmente", "Copy share link" : "Copia collegamento di condivisione", + "Are you sure you want to delete {title}?" : "Sei sicuro di voler eliminare {title}?", + "Error while deleting {title}" : "Errore durante l'eliminazione di “{title}”", "An answer for the {index} option" : "Una risposta per l'opzione {index}", "Answer number {index}" : "Risposta numero {index}", "Delete answer" : "Elimina risposta", @@ -24,6 +27,7 @@ "Error while saving the answer" : "Errore durante il salvataggio della risposta", "Question number {index}" : "Domanda numero {index}", "Drag to reorder the questions" : "Trascina per riordinare le domande", + "Question title" : "Titolo della domanda", "Title of question number {index}" : "Titolo della domanda numero {index}", "Mandatory" : "Obbligatorio", "Delete question" : "Elimina domanda", @@ -48,6 +52,7 @@ "There was an error while removing the question" : "Si è verificato un errore durante la rimozione della domanda", "Error while saving form" : "Errore durante il salvataggio del modulo", "Loading responses …" : "Caricamento risposte…", + "Back to questions" : "Torna alle domande", "Responses for {title}" : "Risposte per {title}", "Export to CSV" : "Esporta in CSV", "Options" : "Opzioni", @@ -56,6 +61,7 @@ "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 this response" : "Si è verificato un errore durante la rimozione della risposta", + "Are you sure you want to delete all responses of {title}?" : "Sei sicuro di voler eliminare tutte le risposte di {title}?", "There was an error while removing responses" : "Si è verificato un errore durante la rimozione delle risposte", "Settings" : "Impostazioni", "Anonymous responses" : "Risposte anonime", diff --git a/l10n/nl.js b/l10n/nl.js index 642f0f5..790f6f0 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -1,6 +1,8 @@ OC.L10N.register( "forms", { + "Anonymous response" : "Anoniem antwoord", + "Shared by %s" : "Gedeeld door %s", "Forms" : "Formulieren", "A forms app, similar to Google Forms." : "Een formulieren app, net als Google Forms.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Een formulierenapp, zoals Google Forms met de mogelijkheid om toegang te beperken (leden, bepaalde groepen/gebruikers, verborgen en openbaar).", @@ -18,6 +20,8 @@ OC.L10N.register( "Form link copied" : "Link naar het formulier gekopieerd", "Cannot copy, please copy the link manually" : "Kan niet kopiëren, kopieer de link handmatig", "Copy share link" : "Kopiëren deellink ", + "Are you sure you want to delete {title}?" : "Weet je zeker dat je {title} wilt verwijderen?", + "Error while deleting {title}" : "Fout bij het verwijderen van {title}", "An answer for the {index} option" : "Een antwoord voor de {index} optie", "Answer number {index}" : "Antwoord nummer {index}", "Delete answer" : "Verwijder antwoord", @@ -25,13 +29,17 @@ OC.L10N.register( "Error while saving the answer" : "Fout bij opslaan antwoord", "Question number {index}" : "Vraag nummer {index}", "Drag to reorder the questions" : "Sleep om de antwoordvolgorde te wijzigen", + "Question title" : "Titel vraag", "Title of question number {index}" : "Titel van vraag nummer {index}", + "Mandatory" : "Verplicht", "Delete question" : "Verwijder vraag", "A long answer for the question “{text}”" : "Een lang antwoord voor vraag “{text}”", "Long answer text" : "Lange antwoordtekst", "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", + "Delete this response" : "Verwijder dit antwoord", + "User or group name …" : "Gebruiker of groepsnaam …", "No recommendations. Start typing." : "Geen aanbevelingen. Begin te typen.", "Searching …" : "Zoeken ...", "No elements found." : "Geen elementen gevonden.", @@ -40,17 +48,23 @@ OC.L10N.register( "Toggle settings" : "Omschakelen instellingen", "Form title" : "Formuliertitel", "Description" : "Beschrijving", + "Mandatory questions" : "Verplichte vraag", "Add a question" : "Voeg een vraag toe", "There was an error while adding the new question" : "Er trad een fout op bij het toevoegen van de nieuwe vraag", "There was an error while removing the question" : "Er trad een fout op bij het verwijderen van de vraag", "Error while saving form" : "Fout bij opslaan formulier", "Loading responses …" : "Laden reacties ...", + "Back to questions" : "Terug naar vragen", "Responses for {title}" : "Antwoorden voor {title}", "Export to CSV" : "Exporteren naar CSV", "Options" : "Opties", + "Delete all responses" : "Verwijder alle antwoorden", "No responses yet" : "Nog geen antwoorden", "Results of submitted forms will show up here" : "Resultaten van ingeleverde formulieren worden hier getoond", "There was an error while loading results" : "Er trad een fout op bij het laden van resultaten", + "There was an error while removing this response" : "Er trad een fout op bij het verwijderen van deze reactie", + "Are you sure you want to delete all responses of {title}?" : "Weet je zeker dat je alle reacties op {title} wilt verwijderen?", + "There was an error while removing responses" : "Er trad een fout op bij het verwijderen van reacties", "Settings" : "Instellingen", "Anonymous responses" : "Anonieme antwoorden", "Only allow one response per user" : "Sta slechts één reactie per gebruiker toe", diff --git a/l10n/nl.json b/l10n/nl.json index 071be41..e28f5d7 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -1,4 +1,6 @@ { "translations": { + "Anonymous response" : "Anoniem antwoord", + "Shared by %s" : "Gedeeld door %s", "Forms" : "Formulieren", "A forms app, similar to Google Forms." : "Een formulieren app, net als Google Forms.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Een formulierenapp, zoals Google Forms met de mogelijkheid om toegang te beperken (leden, bepaalde groepen/gebruikers, verborgen en openbaar).", @@ -16,6 +18,8 @@ "Form link copied" : "Link naar het formulier gekopieerd", "Cannot copy, please copy the link manually" : "Kan niet kopiëren, kopieer de link handmatig", "Copy share link" : "Kopiëren deellink ", + "Are you sure you want to delete {title}?" : "Weet je zeker dat je {title} wilt verwijderen?", + "Error while deleting {title}" : "Fout bij het verwijderen van {title}", "An answer for the {index} option" : "Een antwoord voor de {index} optie", "Answer number {index}" : "Antwoord nummer {index}", "Delete answer" : "Verwijder antwoord", @@ -23,13 +27,17 @@ "Error while saving the answer" : "Fout bij opslaan antwoord", "Question number {index}" : "Vraag nummer {index}", "Drag to reorder the questions" : "Sleep om de antwoordvolgorde te wijzigen", + "Question title" : "Titel vraag", "Title of question number {index}" : "Titel van vraag nummer {index}", + "Mandatory" : "Verplicht", "Delete question" : "Verwijder vraag", "A long answer for the question “{text}”" : "Een lang antwoord voor vraag “{text}”", "Long answer text" : "Lange antwoordtekst", "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", + "Delete this response" : "Verwijder dit antwoord", + "User or group name …" : "Gebruiker of groepsnaam …", "No recommendations. Start typing." : "Geen aanbevelingen. Begin te typen.", "Searching …" : "Zoeken ...", "No elements found." : "Geen elementen gevonden.", @@ -38,17 +46,23 @@ "Toggle settings" : "Omschakelen instellingen", "Form title" : "Formuliertitel", "Description" : "Beschrijving", + "Mandatory questions" : "Verplichte vraag", "Add a question" : "Voeg een vraag toe", "There was an error while adding the new question" : "Er trad een fout op bij het toevoegen van de nieuwe vraag", "There was an error while removing the question" : "Er trad een fout op bij het verwijderen van de vraag", "Error while saving form" : "Fout bij opslaan formulier", "Loading responses …" : "Laden reacties ...", + "Back to questions" : "Terug naar vragen", "Responses for {title}" : "Antwoorden voor {title}", "Export to CSV" : "Exporteren naar CSV", "Options" : "Opties", + "Delete all responses" : "Verwijder alle antwoorden", "No responses yet" : "Nog geen antwoorden", "Results of submitted forms will show up here" : "Resultaten van ingeleverde formulieren worden hier getoond", "There was an error while loading results" : "Er trad een fout op bij het laden van resultaten", + "There was an error while removing this response" : "Er trad een fout op bij het verwijderen van deze reactie", + "Are you sure you want to delete all responses of {title}?" : "Weet je zeker dat je alle reacties op {title} wilt verwijderen?", + "There was an error while removing responses" : "Er trad een fout op bij het verwijderen van reacties", "Settings" : "Instellingen", "Anonymous responses" : "Anonieme antwoorden", "Only allow one response per user" : "Sta slechts één reactie per gebruiker toe", diff --git a/l10n/sk.js b/l10n/sk.js index 9f8bfb7..4a12eaa 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -1,6 +1,7 @@ OC.L10N.register( "forms", { + "Anonymous response" : "Anonymná odpoveď", "Shared by %s" : "Zdieľané %s", "Forms" : "Formuláre", "A forms app, similar to Google Forms." : "Aplikácia Formuláre podobná formulárom Google.", @@ -19,6 +20,8 @@ OC.L10N.register( "Form link copied" : "Odkaz na formulár je skopírovaný", "Cannot copy, please copy the link manually" : "Nedarí sa skopírovať, skopírujte prosím ručne.", "Copy share link" : "Kopírovať odkaz na zdieľanie", + "Are you sure you want to delete {title}?" : "Naozaj chcete odstrániť {title}?", + "Error while deleting {title}" : "Pri odstraňovaní {title} sa vyskytla chyba", "An answer for the {index} option" : "Odpoveď na možnosť {index}", "Answer number {index}" : "Odpoveď číslo {index}", "Delete answer" : "Odstrániť odpoveď", @@ -26,6 +29,7 @@ OC.L10N.register( "Error while saving the answer" : "Pri ukladaní odpovede došlo k chybe", "Question number {index}" : "Otázka číslo {index}", "Drag to reorder the questions" : "Potiahnutím zmeníte poradie otázok", + "Question title" : "Názov otázky", "Title of question number {index}" : "Názov otázky číslo {index}", "Mandatory" : "Povinné", "Delete question" : "Odstrániť otázku", @@ -50,6 +54,7 @@ OC.L10N.register( "There was an error while removing the question" : "Pri odstraňovaní otázky sa vyskytla chyba", "Error while saving form" : "Pri ukladaní formulára sa vyskytla chyba", "Loading responses …" : "Načítavajú sa odpovede...", + "Back to questions" : "Späť na otázky", "Responses for {title}" : "Odpovede na {title}", "Export to CSV" : "Exportovať do CSV", "Options" : "Možnosti", @@ -58,6 +63,7 @@ OC.L10N.register( "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 this response" : "Pri odstraňovaní tejto odpovede sa vyskytla chyba", + "Are you sure you want to delete all responses of {title}?" : "Naozaj chcete odstrániť všetky odpovede pre {title}?", "There was an error while removing responses" : "Pri odstraňovaní odpovedí sa vyskytla chyba", "Settings" : "Nastavenia", "Anonymous responses" : "Anonymné odpovede", diff --git a/l10n/sk.json b/l10n/sk.json index e4b058e..2fef406 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -1,4 +1,5 @@ { "translations": { + "Anonymous response" : "Anonymná odpoveď", "Shared by %s" : "Zdieľané %s", "Forms" : "Formuláre", "A forms app, similar to Google Forms." : "Aplikácia Formuláre podobná formulárom Google.", @@ -17,6 +18,8 @@ "Form link copied" : "Odkaz na formulár je skopírovaný", "Cannot copy, please copy the link manually" : "Nedarí sa skopírovať, skopírujte prosím ručne.", "Copy share link" : "Kopírovať odkaz na zdieľanie", + "Are you sure you want to delete {title}?" : "Naozaj chcete odstrániť {title}?", + "Error while deleting {title}" : "Pri odstraňovaní {title} sa vyskytla chyba", "An answer for the {index} option" : "Odpoveď na možnosť {index}", "Answer number {index}" : "Odpoveď číslo {index}", "Delete answer" : "Odstrániť odpoveď", @@ -24,6 +27,7 @@ "Error while saving the answer" : "Pri ukladaní odpovede došlo k chybe", "Question number {index}" : "Otázka číslo {index}", "Drag to reorder the questions" : "Potiahnutím zmeníte poradie otázok", + "Question title" : "Názov otázky", "Title of question number {index}" : "Názov otázky číslo {index}", "Mandatory" : "Povinné", "Delete question" : "Odstrániť otázku", @@ -48,6 +52,7 @@ "There was an error while removing the question" : "Pri odstraňovaní otázky sa vyskytla chyba", "Error while saving form" : "Pri ukladaní formulára sa vyskytla chyba", "Loading responses …" : "Načítavajú sa odpovede...", + "Back to questions" : "Späť na otázky", "Responses for {title}" : "Odpovede na {title}", "Export to CSV" : "Exportovať do CSV", "Options" : "Možnosti", @@ -56,6 +61,7 @@ "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 this response" : "Pri odstraňovaní tejto odpovede sa vyskytla chyba", + "Are you sure you want to delete all responses of {title}?" : "Naozaj chcete odstrániť všetky odpovede pre {title}?", "There was an error while removing responses" : "Pri odstraňovaní odpovedí sa vyskytla chyba", "Settings" : "Nastavenia", "Anonymous responses" : "Anonymné odpovede", diff --git a/l10n/tr.js b/l10n/tr.js index 72ccde2..e27d20f 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -1,6 +1,7 @@ OC.L10N.register( "forms", { + "Anonymous response" : "Anonim yanıt", "Shared by %s" : "%s tarafından paylaşıldı", "Forms" : "Formlar", "A forms app, similar to Google Forms." : "Google forms benzeri bir form uygulaması.", @@ -19,6 +20,8 @@ OC.L10N.register( "Form link copied" : "Form bağlantısı kopyalandı", "Cannot copy, please copy the link manually" : "Kopyalanamadı. Lütfen bağlantıyı el ile kopyalayın", "Copy share link" : "Paylaşım bağlantısını kopyala", + "Are you sure you want to delete {title}?" : "{title} ögesini silmek istediğinize emin misiniz?", + "Error while deleting {title}" : "{title} ögesi silinirken sorun çıktı", "An answer for the {index} option" : "{index} seçeneği için bir yanıt", "Answer number {index}" : "{index} numaralı yanıt", "Delete answer" : "Yanıtı sil", @@ -26,6 +29,7 @@ OC.L10N.register( "Error while saving the answer" : "Yanıt kaydedilirken sorun çıktı", "Question number {index}" : "{index} numaralı soru", "Drag to reorder the questions" : "Soru sıralamasını sürükleyerek değiştirebilirsiniz", + "Question title" : "Soru başlığı", "Title of question number {index}" : "{index} numaralı sorunun başlığı", "Mandatory" : "Zorunlu", "Delete question" : "Soruyu sil", @@ -50,6 +54,7 @@ OC.L10N.register( "There was an error while removing the question" : "Soru silinirken bir sorun çıktı", "Error while saving form" : "Form kaydedilirken sorun çıktı", "Loading responses …" : "Yanıtlar yükleniyor…", + "Back to questions" : "Sorulara geri dön", "Responses for {title}" : "{title} yanıtları", "Export to CSV" : "CSV Olarak Dışa Aktar", "Options" : "Seçenekler", @@ -57,6 +62,9 @@ OC.L10N.register( "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 this response" : "Bu yanıt silinirken bir sorun çıktı", + "Are you sure you want to delete all responses of {title}?" : "Tüm {title} yanıtlarını silmek istediğinize emin misiniz?", + "There was an error while removing responses" : "Yanıtlar 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", diff --git a/l10n/tr.json b/l10n/tr.json index 3dcc806..830e2e4 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -1,4 +1,5 @@ { "translations": { + "Anonymous response" : "Anonim yanıt", "Shared by %s" : "%s tarafından paylaşıldı", "Forms" : "Formlar", "A forms app, similar to Google Forms." : "Google forms benzeri bir form uygulaması.", @@ -17,6 +18,8 @@ "Form link copied" : "Form bağlantısı kopyalandı", "Cannot copy, please copy the link manually" : "Kopyalanamadı. Lütfen bağlantıyı el ile kopyalayın", "Copy share link" : "Paylaşım bağlantısını kopyala", + "Are you sure you want to delete {title}?" : "{title} ögesini silmek istediğinize emin misiniz?", + "Error while deleting {title}" : "{title} ögesi silinirken sorun çıktı", "An answer for the {index} option" : "{index} seçeneği için bir yanıt", "Answer number {index}" : "{index} numaralı yanıt", "Delete answer" : "Yanıtı sil", @@ -24,6 +27,7 @@ "Error while saving the answer" : "Yanıt kaydedilirken sorun çıktı", "Question number {index}" : "{index} numaralı soru", "Drag to reorder the questions" : "Soru sıralamasını sürükleyerek değiştirebilirsiniz", + "Question title" : "Soru başlığı", "Title of question number {index}" : "{index} numaralı sorunun başlığı", "Mandatory" : "Zorunlu", "Delete question" : "Soruyu sil", @@ -48,6 +52,7 @@ "There was an error while removing the question" : "Soru silinirken bir sorun çıktı", "Error while saving form" : "Form kaydedilirken sorun çıktı", "Loading responses …" : "Yanıtlar yükleniyor…", + "Back to questions" : "Sorulara geri dön", "Responses for {title}" : "{title} yanıtları", "Export to CSV" : "CSV Olarak Dışa Aktar", "Options" : "Seçenekler", @@ -55,6 +60,9 @@ "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 this response" : "Bu yanıt silinirken bir sorun çıktı", + "Are you sure you want to delete all responses of {title}?" : "Tüm {title} yanıtlarını silmek istediğinize emin misiniz?", + "There was an error while removing responses" : "Yanıtlar 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",