[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2020-05-02 03:16:23 +00:00
parent 5151a46b9f
commit b6afca1493
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
24 changed files with 228 additions and 60 deletions

View file

@ -32,15 +32,14 @@ OC.L10N.register(
"Delete question" : "Smazat otázku", "Delete question" : "Smazat otázku",
"Error while saving question" : "Chyba při ukládání otázky", "Error while saving question" : "Chyba při ukládání otázky",
"A long answer for the question “{text}”" : "Dlouhá odpověď na otázku „{text}“", "A long answer for the question “{text}”" : "Dlouhá odpověď na otázku „{text}“",
"People can enter a long answer" : "Lidé mohou zadat dlouhou odpověď",
"Add a new answer" : "Přidat novou odpověď", "Add a new answer" : "Přidat novou odpověď",
"A short answer for the question “{text}”" : "Krátká odpověď na otázku „{text}“", "A short answer for the question “{text}”" : "Krátká odpověď na otázku „{text}“",
"People can enter a short answer" : "Lidé mohou zadat krátkou odpověď",
"Group" : "Group", "Group" : "Group",
"Loading {title} …" : "Načítání {title} …", "Loading {title} …" : "Načítání {title} …",
"Toggle settings" : "Přepnout nastavení", "Toggle settings" : "Přepnout nastavení",
"Form title" : "Nadpis formuláře", "Form title" : "Nadpis formuláře",
"Description" : "Popis", "Description" : "Popis",
"Add a question" : "Přidat otázku",
"New question" : "Nová otázka", "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ě", "There was an error while adding the new question" : "Při přidávání nové otázky došlo k chybě",
"There was an error while removing the question" : "Při odebírání otázky došlo k chybě", "There was an error while removing the question" : "Při odebírání otázky došlo k chybě",
@ -73,6 +72,7 @@ OC.L10N.register(
"Long text" : "Dlouhý text", "Long text" : "Dlouhý text",
"Form Expired" : "Platnost formuláře skončila", "Form Expired" : "Platnost formuláře skončila",
"This Form has expired and is no longer taking answers" : "Platnost tohoto formuláře skončila a už není možné do něj odpovídat", "This Form has expired and is no longer taking answers" : "Platnost tohoto formuláře skončila a už není možné do něj odpovídat",
"Form not found" : "Formulář nenalezen" "Form not found" : "Formulář nenalezen",
"This form does not exist" : "Tento formulář neexistuje"
}, },
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");

View file

@ -30,15 +30,14 @@
"Delete question" : "Smazat otázku", "Delete question" : "Smazat otázku",
"Error while saving question" : "Chyba při ukládání otázky", "Error while saving question" : "Chyba při ukládání otázky",
"A long answer for the question “{text}”" : "Dlouhá odpověď na otázku „{text}“", "A long answer for the question “{text}”" : "Dlouhá odpověď na otázku „{text}“",
"People can enter a long answer" : "Lidé mohou zadat dlouhou odpověď",
"Add a new answer" : "Přidat novou odpověď", "Add a new answer" : "Přidat novou odpověď",
"A short answer for the question “{text}”" : "Krátká odpověď na otázku „{text}“", "A short answer for the question “{text}”" : "Krátká odpověď na otázku „{text}“",
"People can enter a short answer" : "Lidé mohou zadat krátkou odpověď",
"Group" : "Group", "Group" : "Group",
"Loading {title} …" : "Načítání {title} …", "Loading {title} …" : "Načítání {title} …",
"Toggle settings" : "Přepnout nastavení", "Toggle settings" : "Přepnout nastavení",
"Form title" : "Nadpis formuláře", "Form title" : "Nadpis formuláře",
"Description" : "Popis", "Description" : "Popis",
"Add a question" : "Přidat otázku",
"New question" : "Nová otázka", "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ě", "There was an error while adding the new question" : "Při přidávání nové otázky došlo k chybě",
"There was an error while removing the question" : "Při odebírání otázky došlo k chybě", "There was an error while removing the question" : "Při odebírání otázky došlo k chybě",
@ -71,6 +70,7 @@
"Long text" : "Dlouhý text", "Long text" : "Dlouhý text",
"Form Expired" : "Platnost formuláře skončila", "Form Expired" : "Platnost formuláře skončila",
"This Form has expired and is no longer taking answers" : "Platnost tohoto formuláře skončila a už není možné do něj odpovídat", "This Form has expired and is no longer taking answers" : "Platnost tohoto formuláře skončila a už není možné do něj odpovídat",
"Form not found" : "Formulář nenalezen" "Form not found" : "Formulář nenalezen",
"This form does not exist" : "Tento formulář neexistuje"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
} }

View file

@ -28,19 +28,20 @@ OC.L10N.register(
"Question number {index}" : "Frage Nummer {index}", "Question number {index}" : "Frage Nummer {index}",
"Drag to reorder the questions" : "Ziehe um die Fragen umzusortieren", "Drag to reorder the questions" : "Ziehe um die Fragen umzusortieren",
"Enter a title for this question" : "Trage einen Titel für diese Frage ein", "Enter a title for this question" : "Trage einen Titel für diese Frage ein",
"Title of question number {index}" : "Titel der Frage Nummer {index}", "Title of question number {index}" : "Titel der Fragenummer {index}",
"Delete question" : "Frage löschen", "Delete question" : "Frage löschen",
"Error while saving question" : "Fehler beim speichern der Frage", "Error while saving question" : "Fehler beim speichern der Frage",
"A long answer for the question “{text}”" : "Eine lange Antwort zu Frage „{text}“", "A long answer for the question “{text}”" : "Eine lange Antwort zu Frage „{text}“",
"People can enter a long answer" : "Nutzer können einen langen Text eingeben", "Long answer text" : "Langer Antworttext",
"Add a new answer" : "Neue Antwort hinzufügen", "Add a new answer" : "Neue Antwort hinzufügen",
"A short answer for the question “{text}”" : "Eine kurze Antwort zu Frage „{text}“", "A short answer for the question “{text}”" : "Eine kurze Antwort zu Frage „{text}“",
"People can enter a short answer" : "Nutzer können einen kurzen Text eingeben", "Short answer text" : "Kurzer Antworttext",
"Group" : "Gruppe", "Group" : "Gruppe",
"Loading {title} …" : "Lade {title}…", "Loading {title} …" : "Lade {title}…",
"Toggle settings" : "Einstellungen umschalten", "Toggle settings" : "Einstellungen umschalten",
"Form title" : "Formulartitel", "Form title" : "Formulartitel",
"Description" : "Beschreibung", "Description" : "Beschreibung",
"Add a question" : "Eine Frage hinzufügen",
"New question" : "Neue Frage", "New question" : "Neue Frage",
"There was an error while adding the new question" : "Es gab einen Fehler beim Hinzufügen der neuen Frage", "There was an error while adding the new question" : "Es gab einen Fehler beim Hinzufügen der neuen Frage",
"There was an error while removing the question" : "Es gab einen Fehler beim Löschen der Frage", "There was an error while removing the question" : "Es gab einen Fehler beim Löschen der Frage",
@ -63,16 +64,17 @@ OC.L10N.register(
"Name of user or group" : "Name des Benutzers oder der Gruppe", "Name of user or group" : "Name des Benutzers oder der Gruppe",
"Expiration date" : "Ablaufdatum", "Expiration date" : "Ablaufdatum",
"Submit" : "Übermitteln", "Submit" : "Übermitteln",
"Submit form" : "Formular speichern", "Submit form" : "Formular übermitteln",
"Submitting form …" : "Speichere Formular ...", "Submitting form …" : "Übermittle Formular …",
"Thank you for completing the form!" : "Vielen Dank für deine Teilnahme!", "Thank you for completing the form!" : "Vielen Dank für Deine Teilnahme!",
"There was an error submitting the form" : "Beim Speichern des Formulars ist ein Fehler aufgetreten", "There was an error submitting the form" : "Beim Übermitteln des Formulars ist ein Fehler aufgetreten",
"Multiple choice" : "Mehrfachauswahl", "Multiple choice" : "Mehrfachauswahl",
"Checkboxes" : "Kontrollkästchen", "Checkboxes" : "Kontrollkästchen",
"Short answer" : "Kurze Antwort", "Short answer" : "Kurze Antwort",
"Long text" : "Langer Text", "Long text" : "Langer Text",
"Form Expired" : "Formular abgelaufen", "Form Expired" : "Formular abgelaufen",
"This Form has expired and is no longer taking answers" : "Dieses Formular ist abgelaufen und kann nicht mehr beantwortet werden", "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" "Form not found" : "Formular nicht gefunden",
"This form does not exist" : "Dieses Formular existiert nicht"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View file

@ -26,19 +26,20 @@
"Question number {index}" : "Frage Nummer {index}", "Question number {index}" : "Frage Nummer {index}",
"Drag to reorder the questions" : "Ziehe um die Fragen umzusortieren", "Drag to reorder the questions" : "Ziehe um die Fragen umzusortieren",
"Enter a title for this question" : "Trage einen Titel für diese Frage ein", "Enter a title for this question" : "Trage einen Titel für diese Frage ein",
"Title of question number {index}" : "Titel der Frage Nummer {index}", "Title of question number {index}" : "Titel der Fragenummer {index}",
"Delete question" : "Frage löschen", "Delete question" : "Frage löschen",
"Error while saving question" : "Fehler beim speichern der Frage", "Error while saving question" : "Fehler beim speichern der Frage",
"A long answer for the question “{text}”" : "Eine lange Antwort zu Frage „{text}“", "A long answer for the question “{text}”" : "Eine lange Antwort zu Frage „{text}“",
"People can enter a long answer" : "Nutzer können einen langen Text eingeben", "Long answer text" : "Langer Antworttext",
"Add a new answer" : "Neue Antwort hinzufügen", "Add a new answer" : "Neue Antwort hinzufügen",
"A short answer for the question “{text}”" : "Eine kurze Antwort zu Frage „{text}“", "A short answer for the question “{text}”" : "Eine kurze Antwort zu Frage „{text}“",
"People can enter a short answer" : "Nutzer können einen kurzen Text eingeben", "Short answer text" : "Kurzer Antworttext",
"Group" : "Gruppe", "Group" : "Gruppe",
"Loading {title} …" : "Lade {title}…", "Loading {title} …" : "Lade {title}…",
"Toggle settings" : "Einstellungen umschalten", "Toggle settings" : "Einstellungen umschalten",
"Form title" : "Formulartitel", "Form title" : "Formulartitel",
"Description" : "Beschreibung", "Description" : "Beschreibung",
"Add a question" : "Eine Frage hinzufügen",
"New question" : "Neue Frage", "New question" : "Neue Frage",
"There was an error while adding the new question" : "Es gab einen Fehler beim Hinzufügen der neuen Frage", "There was an error while adding the new question" : "Es gab einen Fehler beim Hinzufügen der neuen Frage",
"There was an error while removing the question" : "Es gab einen Fehler beim Löschen der Frage", "There was an error while removing the question" : "Es gab einen Fehler beim Löschen der Frage",
@ -61,16 +62,17 @@
"Name of user or group" : "Name des Benutzers oder der Gruppe", "Name of user or group" : "Name des Benutzers oder der Gruppe",
"Expiration date" : "Ablaufdatum", "Expiration date" : "Ablaufdatum",
"Submit" : "Übermitteln", "Submit" : "Übermitteln",
"Submit form" : "Formular speichern", "Submit form" : "Formular übermitteln",
"Submitting form …" : "Speichere Formular ...", "Submitting form …" : "Übermittle Formular …",
"Thank you for completing the form!" : "Vielen Dank für deine Teilnahme!", "Thank you for completing the form!" : "Vielen Dank für Deine Teilnahme!",
"There was an error submitting the form" : "Beim Speichern des Formulars ist ein Fehler aufgetreten", "There was an error submitting the form" : "Beim Übermitteln des Formulars ist ein Fehler aufgetreten",
"Multiple choice" : "Mehrfachauswahl", "Multiple choice" : "Mehrfachauswahl",
"Checkboxes" : "Kontrollkästchen", "Checkboxes" : "Kontrollkästchen",
"Short answer" : "Kurze Antwort", "Short answer" : "Kurze Antwort",
"Long text" : "Langer Text", "Long text" : "Langer Text",
"Form Expired" : "Formular abgelaufen", "Form Expired" : "Formular abgelaufen",
"This Form has expired and is no longer taking answers" : "Dieses Formular ist abgelaufen und kann nicht mehr beantwortet werden", "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" "Form not found" : "Formular nicht gefunden",
"This form does not exist" : "Dieses Formular existiert nicht"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View file

@ -26,16 +26,22 @@ OC.L10N.register(
"There was an issue deleting this option" : "Es gab einen Fehler beim Löschen dieser Option", "There was an issue deleting this option" : "Es gab einen Fehler beim Löschen dieser Option",
"Error while saving the answer" : "Fehler beim speichern der Antwort", "Error while saving the answer" : "Fehler beim speichern der Antwort",
"Question number {index}" : "Frage Nummer {index}", "Question number {index}" : "Frage Nummer {index}",
"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", "Enter a title for this question" : "Tragen Sie einen Titel für diese Frage ein",
"Title of question number {index}" : "Titel der Fragenummer {index}",
"Delete question" : "Frage löschen", "Delete question" : "Frage löschen",
"Error while saving question" : "Fehler beim speichern der Frage", "Error while saving question" : "Fehler beim speichern der Frage",
"A long answer for the question “{text}”" : "Eine lange Antwort zu Frage „{text}“", "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", "Add a new answer" : "Neue Antwort hinzufügen",
"A short answer for the question “{text}”" : "Eine kurze Antwort zu Frage „{text}“", "A short answer for the question “{text}”" : "Eine kurze Antwort zu Frage „{text}“",
"Short answer text" : "Kurzer Antworttext",
"Group" : "Gruppe", "Group" : "Gruppe",
"Loading {title} …" : "Lade {title}…", "Loading {title} …" : "Lade {title}…",
"Toggle settings" : "Einstellungen umschalten", "Toggle settings" : "Einstellungen umschalten",
"Form title" : "Formulartitel",
"Description" : "Beschreibung", "Description" : "Beschreibung",
"Add a question" : "Eine Frage hinzufügen",
"New question" : "Neue Frage", "New question" : "Neue Frage",
"There was an error while adding the new question" : "Es gab einen Fehler beim Hinzufügen der neuen Frage", "There was an error while adding the new question" : "Es gab einen Fehler beim Hinzufügen der neuen Frage",
"There was an error while removing the question" : "Es gab einen Fehler beim Löschen der Frage", "There was an error while removing the question" : "Es gab einen Fehler beim Löschen der Frage",
@ -58,10 +64,17 @@ OC.L10N.register(
"Name of user or group" : "Name des Benutzers oder der Gruppe", "Name of user or group" : "Name des Benutzers oder der Gruppe",
"Expiration date" : "Ablaufdatum", "Expiration date" : "Ablaufdatum",
"Submit" : "Übermitteln", "Submit" : "Übermitteln",
"Submit form" : "Formular übermitteln",
"Submitting form …" : "Übermittle Formular …",
"Thank you for completing the form!" : "Vielen Dank für Ihre Teilnahme!",
"There was an error submitting the form" : "Beim Übermitteln des Formulars ist ein Fehler aufgetreten",
"Multiple choice" : "Mehrfachauswahl", "Multiple choice" : "Mehrfachauswahl",
"Checkboxes" : "Kontrollkästchen", "Checkboxes" : "Kontrollkästchen",
"Short answer" : "Kurze Antwort", "Short answer" : "Kurze Antwort",
"Long text" : "Langer Text", "Long text" : "Langer Text",
"Form Expired" : "Formular abgelaufen" "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"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View file

@ -24,16 +24,22 @@
"There was an issue deleting this option" : "Es gab einen Fehler beim Löschen dieser Option", "There was an issue deleting this option" : "Es gab einen Fehler beim Löschen dieser Option",
"Error while saving the answer" : "Fehler beim speichern der Antwort", "Error while saving the answer" : "Fehler beim speichern der Antwort",
"Question number {index}" : "Frage Nummer {index}", "Question number {index}" : "Frage Nummer {index}",
"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", "Enter a title for this question" : "Tragen Sie einen Titel für diese Frage ein",
"Title of question number {index}" : "Titel der Fragenummer {index}",
"Delete question" : "Frage löschen", "Delete question" : "Frage löschen",
"Error while saving question" : "Fehler beim speichern der Frage", "Error while saving question" : "Fehler beim speichern der Frage",
"A long answer for the question “{text}”" : "Eine lange Antwort zu Frage „{text}“", "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", "Add a new answer" : "Neue Antwort hinzufügen",
"A short answer for the question “{text}”" : "Eine kurze Antwort zu Frage „{text}“", "A short answer for the question “{text}”" : "Eine kurze Antwort zu Frage „{text}“",
"Short answer text" : "Kurzer Antworttext",
"Group" : "Gruppe", "Group" : "Gruppe",
"Loading {title} …" : "Lade {title}…", "Loading {title} …" : "Lade {title}…",
"Toggle settings" : "Einstellungen umschalten", "Toggle settings" : "Einstellungen umschalten",
"Form title" : "Formulartitel",
"Description" : "Beschreibung", "Description" : "Beschreibung",
"Add a question" : "Eine Frage hinzufügen",
"New question" : "Neue Frage", "New question" : "Neue Frage",
"There was an error while adding the new question" : "Es gab einen Fehler beim Hinzufügen der neuen Frage", "There was an error while adding the new question" : "Es gab einen Fehler beim Hinzufügen der neuen Frage",
"There was an error while removing the question" : "Es gab einen Fehler beim Löschen der Frage", "There was an error while removing the question" : "Es gab einen Fehler beim Löschen der Frage",
@ -56,10 +62,17 @@
"Name of user or group" : "Name des Benutzers oder der Gruppe", "Name of user or group" : "Name des Benutzers oder der Gruppe",
"Expiration date" : "Ablaufdatum", "Expiration date" : "Ablaufdatum",
"Submit" : "Übermitteln", "Submit" : "Übermitteln",
"Submit form" : "Formular übermitteln",
"Submitting form …" : "Übermittle Formular …",
"Thank you for completing the form!" : "Vielen Dank für Ihre Teilnahme!",
"There was an error submitting the form" : "Beim Übermitteln des Formulars ist ein Fehler aufgetreten",
"Multiple choice" : "Mehrfachauswahl", "Multiple choice" : "Mehrfachauswahl",
"Checkboxes" : "Kontrollkästchen", "Checkboxes" : "Kontrollkästchen",
"Short answer" : "Kurze Antwort", "Short answer" : "Kurze Antwort",
"Long text" : "Langer Text", "Long text" : "Langer Text",
"Form Expired" : "Formular abgelaufen" "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);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View file

@ -32,15 +32,14 @@ OC.L10N.register(
"Delete question" : "Eliminar pregunta", "Delete question" : "Eliminar pregunta",
"Error while saving question" : "Error al guardar pregunta", "Error while saving question" : "Error al guardar pregunta",
"A long answer for the question “{text}”" : "Una respuesta larga para la pregunta \"{text}\"", "A long answer for the question “{text}”" : "Una respuesta larga para la pregunta \"{text}\"",
"People can enter a long answer" : "Quien responde puede introducir una respuesta larga",
"Add a new answer" : "Añadir una respuesta nueva", "Add a new answer" : "Añadir una respuesta nueva",
"A short answer for the question “{text}”" : "Una respuesta corta para la pregunta \"{index}\"", "A short answer for the question “{text}”" : "Una respuesta corta para la pregunta \"{index}\"",
"People can enter a short answer" : "Quien responde puede introducir una respuesta corta",
"Group" : "Grupo", "Group" : "Grupo",
"Loading {title} …" : "Cargando {title}…", "Loading {title} …" : "Cargando {title}…",
"Toggle settings" : "Marcar/desmarcar configuraciones", "Toggle settings" : "Marcar/desmarcar configuraciones",
"Form title" : "Título del formulario", "Form title" : "Título del formulario",
"Description" : "Descripción", "Description" : "Descripción",
"Add a question" : "Añadir una pregunta",
"New question" : "Pregunta nueva", "New question" : "Pregunta nueva",
"There was an error while adding the new question" : "Ha habido un error al añadir la pregunta nueva", "There was an error while adding the new question" : "Ha habido un error al añadir la pregunta nueva",
"There was an error while removing the question" : "Ha habido un error al eliminar la pregunta", "There was an error while removing the question" : "Ha habido un error al eliminar la pregunta",
@ -73,6 +72,7 @@ OC.L10N.register(
"Long text" : "Texto largo", "Long text" : "Texto largo",
"Form Expired" : "Formulario expirado", "Form Expired" : "Formulario expirado",
"This Form has expired and is no longer taking answers" : "Este formulario ha expirado y ya no acepta respuestas", "This Form has expired and is no longer taking answers" : "Este formulario ha expirado y ya no acepta respuestas",
"Form not found" : "Formulario no encontrado" "Form not found" : "Formulario no encontrado",
"This form does not exist" : "Este formulario no existe"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View file

@ -30,15 +30,14 @@
"Delete question" : "Eliminar pregunta", "Delete question" : "Eliminar pregunta",
"Error while saving question" : "Error al guardar pregunta", "Error while saving question" : "Error al guardar pregunta",
"A long answer for the question “{text}”" : "Una respuesta larga para la pregunta \"{text}\"", "A long answer for the question “{text}”" : "Una respuesta larga para la pregunta \"{text}\"",
"People can enter a long answer" : "Quien responde puede introducir una respuesta larga",
"Add a new answer" : "Añadir una respuesta nueva", "Add a new answer" : "Añadir una respuesta nueva",
"A short answer for the question “{text}”" : "Una respuesta corta para la pregunta \"{index}\"", "A short answer for the question “{text}”" : "Una respuesta corta para la pregunta \"{index}\"",
"People can enter a short answer" : "Quien responde puede introducir una respuesta corta",
"Group" : "Grupo", "Group" : "Grupo",
"Loading {title} …" : "Cargando {title}…", "Loading {title} …" : "Cargando {title}…",
"Toggle settings" : "Marcar/desmarcar configuraciones", "Toggle settings" : "Marcar/desmarcar configuraciones",
"Form title" : "Título del formulario", "Form title" : "Título del formulario",
"Description" : "Descripción", "Description" : "Descripción",
"Add a question" : "Añadir una pregunta",
"New question" : "Pregunta nueva", "New question" : "Pregunta nueva",
"There was an error while adding the new question" : "Ha habido un error al añadir la pregunta nueva", "There was an error while adding the new question" : "Ha habido un error al añadir la pregunta nueva",
"There was an error while removing the question" : "Ha habido un error al eliminar la pregunta", "There was an error while removing the question" : "Ha habido un error al eliminar la pregunta",
@ -71,6 +70,7 @@
"Long text" : "Texto largo", "Long text" : "Texto largo",
"Form Expired" : "Formulario expirado", "Form Expired" : "Formulario expirado",
"This Form has expired and is no longer taking answers" : "Este formulario ha expirado y ya no acepta respuestas", "This Form has expired and is no longer taking answers" : "Este formulario ha expirado y ya no acepta respuestas",
"Form not found" : "Formulario no encontrado" "Form not found" : "Formulario no encontrado",
"This form does not exist" : "Este formulario no existe"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View file

@ -28,15 +28,20 @@ OC.L10N.register(
"Question number {index}" : "Question numéro {index}", "Question number {index}" : "Question numéro {index}",
"Drag to reorder the questions" : "Glisser pour ré-ordonner les questions", "Drag to reorder the questions" : "Glisser pour ré-ordonner les questions",
"Enter a title for this question" : "Entrer un titre pour cette question", "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}",
"Delete question" : "Supprimer la question", "Delete question" : "Supprimer la question",
"Error while saving question" : "Erreur en sauvegardant la question", "Error while saving question" : "Erreur en sauvegardant la question",
"A long answer for the question “{text}”" : "Un réponse longue à la question “{text}”", "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", "Add a new answer" : "Ajouter une nouvelle réponse",
"A short answer for the question “{text}”" : "Une réponse courte à la question “{text}”", "A short answer for the question “{text}”" : "Une réponse courte à la question “{text}”",
"Short answer text" : "Court texte de réponse",
"Group" : "Groupe", "Group" : "Groupe",
"Loading {title} …" : "chargement {title} …", "Loading {title} …" : "chargement {title} …",
"Toggle settings" : "Basculer les paramètres", "Toggle settings" : "Basculer les paramètres",
"Form title" : "Titre du formulaire",
"Description" : "Description", "Description" : "Description",
"Add a question" : "Ajouter une question",
"New question" : "Nouvelle question", "New question" : "Nouvelle question",
"There was an error while adding the new question" : "Une erreur est survenue en ajoutant la nouvelle question", "There was an error while adding the new question" : "Une erreur est survenue en ajoutant la nouvelle question",
"There was an error while removing the question" : "Une erreur est survenue en supprimant la question", "There was an error while removing the question" : "Une erreur est survenue en supprimant la question",
@ -61,11 +66,15 @@ OC.L10N.register(
"Submit" : "Envoyer", "Submit" : "Envoyer",
"Submit form" : "Envoyer le formulaire", "Submit form" : "Envoyer le formulaire",
"Submitting form …" : "Envoyer le formulaire …", "Submitting form …" : "Envoyer le formulaire …",
"Thank you for completing the form!" : "Merci d'avoir rempli ce formulaire",
"There was an error submitting the form" : "Une erreur est survenue lors de l'envoi du formulaire",
"Multiple choice" : "Choix multiple", "Multiple choice" : "Choix multiple",
"Checkboxes" : "Case à cocher", "Checkboxes" : "Case à cocher",
"Short answer" : "Réponse courte", "Short answer" : "Réponse courte",
"Long text" : "Texte long", "Long text" : "Texte long",
"Form Expired" : "Formulaire expiré", "Form Expired" : "Formulaire expiré",
"Form not found" : "Formulaire non trouvé" "This Form has expired and is no longer taking answers" : "Ce formulaire a expiré et n'accepte plus de réponse",
"Form not found" : "Formulaire non trouvé",
"This form does not exist" : "Ce formulaire nexiste pas"
}, },
"nplurals=2; plural=(n > 1);"); "nplurals=2; plural=(n > 1);");

View file

@ -26,15 +26,20 @@
"Question number {index}" : "Question numéro {index}", "Question number {index}" : "Question numéro {index}",
"Drag to reorder the questions" : "Glisser pour ré-ordonner les questions", "Drag to reorder the questions" : "Glisser pour ré-ordonner les questions",
"Enter a title for this question" : "Entrer un titre pour cette question", "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}",
"Delete question" : "Supprimer la question", "Delete question" : "Supprimer la question",
"Error while saving question" : "Erreur en sauvegardant la question", "Error while saving question" : "Erreur en sauvegardant la question",
"A long answer for the question “{text}”" : "Un réponse longue à la question “{text}”", "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", "Add a new answer" : "Ajouter une nouvelle réponse",
"A short answer for the question “{text}”" : "Une réponse courte à la question “{text}”", "A short answer for the question “{text}”" : "Une réponse courte à la question “{text}”",
"Short answer text" : "Court texte de réponse",
"Group" : "Groupe", "Group" : "Groupe",
"Loading {title} …" : "chargement {title} …", "Loading {title} …" : "chargement {title} …",
"Toggle settings" : "Basculer les paramètres", "Toggle settings" : "Basculer les paramètres",
"Form title" : "Titre du formulaire",
"Description" : "Description", "Description" : "Description",
"Add a question" : "Ajouter une question",
"New question" : "Nouvelle question", "New question" : "Nouvelle question",
"There was an error while adding the new question" : "Une erreur est survenue en ajoutant la nouvelle question", "There was an error while adding the new question" : "Une erreur est survenue en ajoutant la nouvelle question",
"There was an error while removing the question" : "Une erreur est survenue en supprimant la question", "There was an error while removing the question" : "Une erreur est survenue en supprimant la question",
@ -59,11 +64,15 @@
"Submit" : "Envoyer", "Submit" : "Envoyer",
"Submit form" : "Envoyer le formulaire", "Submit form" : "Envoyer le formulaire",
"Submitting form …" : "Envoyer le formulaire …", "Submitting form …" : "Envoyer le formulaire …",
"Thank you for completing the form!" : "Merci d'avoir rempli ce formulaire",
"There was an error submitting the form" : "Une erreur est survenue lors de l'envoi du formulaire",
"Multiple choice" : "Choix multiple", "Multiple choice" : "Choix multiple",
"Checkboxes" : "Case à cocher", "Checkboxes" : "Case à cocher",
"Short answer" : "Réponse courte", "Short answer" : "Réponse courte",
"Long text" : "Texte long", "Long text" : "Texte long",
"Form Expired" : "Formulaire expiré", "Form Expired" : "Formulaire expiré",
"Form not found" : "Formulaire non trouvé" "This Form has expired and is no longer taking answers" : "Ce formulaire a expiré et n'accepte plus de réponse",
"Form not found" : "Formulaire non trouvé",
"This form does not exist" : "Ce formulaire nexiste pas"
},"pluralForm" :"nplurals=2; plural=(n > 1);" },"pluralForm" :"nplurals=2; plural=(n > 1);"
} }

View file

@ -32,15 +32,16 @@ OC.L10N.register(
"Delete question" : "Eliminar a pregunta", "Delete question" : "Eliminar a pregunta",
"Error while saving question" : "Produciuse un erro ao gardar a pregunta", "Error while saving question" : "Produciuse un erro ao gardar a pregunta",
"A long answer for the question “{text}”" : "Unha resposta longa para a pregunta «{text}»", "A long answer for the question “{text}”" : "Unha resposta longa para a pregunta «{text}»",
"People can enter a long answer" : "A xente pode introducir unha resposta longa", "Long answer text" : "Texto da resposta longa",
"Add a new answer" : "Engadir unha nova resposta", "Add a new answer" : "Engadir unha nova resposta",
"A short answer for the question “{text}”" : "Unha resposta ciurta para a pregunta «{text}»", "A short answer for the question “{text}”" : "Unha resposta ciurta para a pregunta «{text}»",
"People can enter a short answer" : "A xente pode introducir unha resposta curta", "Short answer text" : "Texto da resposta curta",
"Group" : "Grupo", "Group" : "Grupo",
"Loading {title} …" : "Cargando {title}…", "Loading {title} …" : "Cargando {title}…",
"Toggle settings" : "Cambiar os axustes", "Toggle settings" : "Cambiar os axustes",
"Form title" : "Título do formulario", "Form title" : "Título do formulario",
"Description" : "Descrición", "Description" : "Descrición",
"Add a question" : "Engadir unha pregunta",
"New question" : "Pregunta nova", "New question" : "Pregunta nova",
"There was an error while adding the new question" : "Produciuse un erro ao engadir a pregunta nova", "There was an error while adding the new question" : "Produciuse un erro ao engadir a pregunta nova",
"There was an error while removing the question" : "Produciuse un erro ao retirar a pregunta", "There was an error while removing the question" : "Produciuse un erro ao retirar a pregunta",
@ -73,6 +74,7 @@ OC.L10N.register(
"Long text" : "Texto longo", "Long text" : "Texto longo",
"Form Expired" : "Formulario caducado", "Form Expired" : "Formulario caducado",
"This Form has expired and is no longer taking answers" : "Este formulario caducou e xa non admite respostas", "This Form has expired and is no longer taking answers" : "Este formulario caducou e xa non admite respostas",
"Form not found" : "Non se atopou o formulario" "Form not found" : "Non se atopou o formulario",
"This form does not exist" : "Este formulario non existe"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View file

@ -30,15 +30,16 @@
"Delete question" : "Eliminar a pregunta", "Delete question" : "Eliminar a pregunta",
"Error while saving question" : "Produciuse un erro ao gardar a pregunta", "Error while saving question" : "Produciuse un erro ao gardar a pregunta",
"A long answer for the question “{text}”" : "Unha resposta longa para a pregunta «{text}»", "A long answer for the question “{text}”" : "Unha resposta longa para a pregunta «{text}»",
"People can enter a long answer" : "A xente pode introducir unha resposta longa", "Long answer text" : "Texto da resposta longa",
"Add a new answer" : "Engadir unha nova resposta", "Add a new answer" : "Engadir unha nova resposta",
"A short answer for the question “{text}”" : "Unha resposta ciurta para a pregunta «{text}»", "A short answer for the question “{text}”" : "Unha resposta ciurta para a pregunta «{text}»",
"People can enter a short answer" : "A xente pode introducir unha resposta curta", "Short answer text" : "Texto da resposta curta",
"Group" : "Grupo", "Group" : "Grupo",
"Loading {title} …" : "Cargando {title}…", "Loading {title} …" : "Cargando {title}…",
"Toggle settings" : "Cambiar os axustes", "Toggle settings" : "Cambiar os axustes",
"Form title" : "Título do formulario", "Form title" : "Título do formulario",
"Description" : "Descrición", "Description" : "Descrición",
"Add a question" : "Engadir unha pregunta",
"New question" : "Pregunta nova", "New question" : "Pregunta nova",
"There was an error while adding the new question" : "Produciuse un erro ao engadir a pregunta nova", "There was an error while adding the new question" : "Produciuse un erro ao engadir a pregunta nova",
"There was an error while removing the question" : "Produciuse un erro ao retirar a pregunta", "There was an error while removing the question" : "Produciuse un erro ao retirar a pregunta",
@ -71,6 +72,7 @@
"Long text" : "Texto longo", "Long text" : "Texto longo",
"Form Expired" : "Formulario caducado", "Form Expired" : "Formulario caducado",
"This Form has expired and is no longer taking answers" : "Este formulario caducou e xa non admite respostas", "This Form has expired and is no longer taking answers" : "Este formulario caducou e xa non admite respostas",
"Form not found" : "Non se atopou o formulario" "Form not found" : "Non se atopou o formulario",
"This form does not exist" : "Este formulario non existe"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View file

@ -31,8 +31,10 @@ OC.L10N.register(
"Delete question" : "Elimina domanda", "Delete question" : "Elimina domanda",
"Error while saving question" : "Errore durante il salvataggio della domanda", "Error while saving question" : "Errore durante il salvataggio della domanda",
"A long answer for the question “{text}”" : "Una risposta lunga per la domanda “{text}”", "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", "Add a new answer" : "Aggiungi una nuova risposta",
"A short answer for the question “{text}”" : "Una risposta breve per la domanda “{text}”", "A short answer for the question “{text}”" : "Una risposta breve per la domanda “{text}”",
"Short answer text" : "Testo della risposta breve",
"Group" : "Gruppo", "Group" : "Gruppo",
"Loading {title} …" : "Caricamento {title}…", "Loading {title} …" : "Caricamento {title}…",
"Toggle settings" : "Commuta le impostazioni", "Toggle settings" : "Commuta le impostazioni",

View file

@ -29,8 +29,10 @@
"Delete question" : "Elimina domanda", "Delete question" : "Elimina domanda",
"Error while saving question" : "Errore durante il salvataggio della domanda", "Error while saving question" : "Errore durante il salvataggio della domanda",
"A long answer for the question “{text}”" : "Una risposta lunga per la domanda “{text}”", "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", "Add a new answer" : "Aggiungi una nuova risposta",
"A short answer for the question “{text}”" : "Una risposta breve per la domanda “{text}”", "A short answer for the question “{text}”" : "Una risposta breve per la domanda “{text}”",
"Short answer text" : "Testo della risposta breve",
"Group" : "Gruppo", "Group" : "Gruppo",
"Loading {title} …" : "Caricamento {title}…", "Loading {title} …" : "Caricamento {title}…",
"Toggle settings" : "Commuta le impostazioni", "Toggle settings" : "Commuta le impostazioni",

View file

@ -32,15 +32,16 @@ OC.L10N.register(
"Delete question" : "Usuń pytanie", "Delete question" : "Usuń pytanie",
"Error while saving question" : "Błąd podczas zapisywania pytania", "Error while saving question" : "Błąd podczas zapisywania pytania",
"A long answer for the question “{text}”" : "Długa odpowiedź na pytanie “{text}”", "A long answer for the question “{text}”" : "Długa odpowiedź na pytanie “{text}”",
"People can enter a long answer" : "Ludzie mogą napisać długą odpowiedź", "Long answer text" : "Długi tekst odpowiedzi",
"Add a new answer" : "Dodaj nową odpowiedź", "Add a new answer" : "Dodaj nową odpowiedź",
"A short answer for the question “{text}”" : "Krótka odpowiedź na pytanie “{text}”", "A short answer for the question “{text}”" : "Krótka odpowiedź na pytanie “{text}”",
"People can enter a short answer" : "Ludzie mogą napisać krótką odpowiedź", "Short answer text" : "Krótki tekst odpowiedzi",
"Group" : "Grupa", "Group" : "Grupa",
"Loading {title} …" : "Ładowanie {title}…", "Loading {title} …" : "Ładowanie {title}…",
"Toggle settings" : "Przełącz ustawienia", "Toggle settings" : "Przełącz ustawienia",
"Form title" : "Tytuł formularza", "Form title" : "Tytuł formularza",
"Description" : "Opis", "Description" : "Opis",
"Add a question" : "Dodaj pytanie",
"New question" : "Nowe pytanie", "New question" : "Nowe pytanie",
"There was an error while adding the new question" : "Wystąpił błąd podczas dodawania nowego pytania", "There was an error while adding the new question" : "Wystąpił błąd podczas dodawania nowego pytania",
"There was an error while removing the question" : "Wystąpił błąd podczas usuwania pytania", "There was an error while removing the question" : "Wystąpił błąd podczas usuwania pytania",
@ -73,6 +74,7 @@ OC.L10N.register(
"Long text" : "Długi tekst", "Long text" : "Długi tekst",
"Form Expired" : "Formularz wygasł.", "Form Expired" : "Formularz wygasł.",
"This Form has expired and is no longer taking answers" : "Nie są już przyjmowane odpowiedzi, ponieważ ten formularz wygasł.", "This Form has expired and is no longer taking answers" : "Nie są już przyjmowane odpowiedzi, ponieważ ten formularz wygasł.",
"Form not found" : "Nie znaleziono formularza" "Form not found" : "Nie znaleziono formularza",
"This form does not exist" : "Ten formularz nie istnieje"
}, },
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");

View file

@ -30,15 +30,16 @@
"Delete question" : "Usuń pytanie", "Delete question" : "Usuń pytanie",
"Error while saving question" : "Błąd podczas zapisywania pytania", "Error while saving question" : "Błąd podczas zapisywania pytania",
"A long answer for the question “{text}”" : "Długa odpowiedź na pytanie “{text}”", "A long answer for the question “{text}”" : "Długa odpowiedź na pytanie “{text}”",
"People can enter a long answer" : "Ludzie mogą napisać długą odpowiedź", "Long answer text" : "Długi tekst odpowiedzi",
"Add a new answer" : "Dodaj nową odpowiedź", "Add a new answer" : "Dodaj nową odpowiedź",
"A short answer for the question “{text}”" : "Krótka odpowiedź na pytanie “{text}”", "A short answer for the question “{text}”" : "Krótka odpowiedź na pytanie “{text}”",
"People can enter a short answer" : "Ludzie mogą napisać krótką odpowiedź", "Short answer text" : "Krótki tekst odpowiedzi",
"Group" : "Grupa", "Group" : "Grupa",
"Loading {title} …" : "Ładowanie {title}…", "Loading {title} …" : "Ładowanie {title}…",
"Toggle settings" : "Przełącz ustawienia", "Toggle settings" : "Przełącz ustawienia",
"Form title" : "Tytuł formularza", "Form title" : "Tytuł formularza",
"Description" : "Opis", "Description" : "Opis",
"Add a question" : "Dodaj pytanie",
"New question" : "Nowe pytanie", "New question" : "Nowe pytanie",
"There was an error while adding the new question" : "Wystąpił błąd podczas dodawania nowego pytania", "There was an error while adding the new question" : "Wystąpił błąd podczas dodawania nowego pytania",
"There was an error while removing the question" : "Wystąpił błąd podczas usuwania pytania", "There was an error while removing the question" : "Wystąpił błąd podczas usuwania pytania",
@ -71,6 +72,7 @@
"Long text" : "Długi tekst", "Long text" : "Długi tekst",
"Form Expired" : "Formularz wygasł.", "Form Expired" : "Formularz wygasł.",
"This Form has expired and is no longer taking answers" : "Nie są już przyjmowane odpowiedzi, ponieważ ten formularz wygasł.", "This Form has expired and is no longer taking answers" : "Nie są już przyjmowane odpowiedzi, ponieważ ten formularz wygasł.",
"Form not found" : "Nie znaleziono formularza" "Form not found" : "Nie znaleziono formularza",
"This form does not exist" : "Ten formularz nie istnieje"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
} }

View file

@ -28,15 +28,20 @@ OC.L10N.register(
"Question number {index}" : "Pergunta número {index}", "Question number {index}" : "Pergunta número {index}",
"Drag to reorder the questions" : "Arraste para reordenar as perguntas", "Drag to reorder the questions" : "Arraste para reordenar as perguntas",
"Enter a title for this question" : "Digite um título para esta pergunta", "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}",
"Delete question" : "Excluir pergunta", "Delete question" : "Excluir pergunta",
"Error while saving question" : "Erro ao salvar a pergunta", "Error while saving question" : "Erro ao salvar a pergunta",
"A long answer for the question “{text}”" : "Uma resposta longa para a pergunta “{text}”", "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", "Add a new answer" : "Adicionar uma nova resposta",
"A short answer for the question “{text}”" : "Uma resposta curta para a pergunta “{text}”", "A short answer for the question “{text}”" : "Uma resposta curta para a pergunta “{text}”",
"Short answer text" : "Texto da resposta curta",
"Group" : "Grupo", "Group" : "Grupo",
"Loading {title} …" : "Carregando {title}…", "Loading {title} …" : "Carregando {title}…",
"Toggle settings" : "Alternar configurações", "Toggle settings" : "Alternar configurações",
"Form title" : "Título do Formulário",
"Description" : "Descrição", "Description" : "Descrição",
"Add a question" : "Adicionar uma pergunta",
"New question" : "Nova pergunta", "New question" : "Nova pergunta",
"There was an error while adding the new question" : "Houve um erro ao adicionar a nova pergunta", "There was an error while adding the new question" : "Houve um erro ao adicionar a nova pergunta",
"There was an error while removing the question" : "Houve um erro ao excluir a pergunta", "There was an error while removing the question" : "Houve um erro ao excluir a pergunta",
@ -61,6 +66,7 @@ OC.L10N.register(
"Submit" : "Enviar", "Submit" : "Enviar",
"Submit form" : "Enviar formulário", "Submit form" : "Enviar formulário",
"Submitting form …" : "Enviando formulário...", "Submitting form …" : "Enviando formulário...",
"Thank you for completing the form!" : "Obrigado por completar o formulário!",
"There was an error submitting the form" : "Houve um erro ao enviar o formulário", "There was an error submitting the form" : "Houve um erro ao enviar o formulário",
"Multiple choice" : "Múltipla escolha", "Multiple choice" : "Múltipla escolha",
"Checkboxes" : "Caixas de seleção", "Checkboxes" : "Caixas de seleção",
@ -68,6 +74,7 @@ OC.L10N.register(
"Long text" : "Texto longo", "Long text" : "Texto longo",
"Form Expired" : "Formulário Expirado", "Form Expired" : "Formulário Expirado",
"This Form has expired and is no longer taking answers" : "Este Formulário expirou e não aceita mais respostas", "This Form has expired and is no longer taking answers" : "Este Formulário expirou e não aceita mais respostas",
"Form not found" : "Formulário não encontrado" "Form not found" : "Formulário não encontrado",
"This form does not exist" : "Este formulário não existe"
}, },
"nplurals=2; plural=(n > 1);"); "nplurals=2; plural=(n > 1);");

View file

@ -26,15 +26,20 @@
"Question number {index}" : "Pergunta número {index}", "Question number {index}" : "Pergunta número {index}",
"Drag to reorder the questions" : "Arraste para reordenar as perguntas", "Drag to reorder the questions" : "Arraste para reordenar as perguntas",
"Enter a title for this question" : "Digite um título para esta pergunta", "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}",
"Delete question" : "Excluir pergunta", "Delete question" : "Excluir pergunta",
"Error while saving question" : "Erro ao salvar a pergunta", "Error while saving question" : "Erro ao salvar a pergunta",
"A long answer for the question “{text}”" : "Uma resposta longa para a pergunta “{text}”", "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", "Add a new answer" : "Adicionar uma nova resposta",
"A short answer for the question “{text}”" : "Uma resposta curta para a pergunta “{text}”", "A short answer for the question “{text}”" : "Uma resposta curta para a pergunta “{text}”",
"Short answer text" : "Texto da resposta curta",
"Group" : "Grupo", "Group" : "Grupo",
"Loading {title} …" : "Carregando {title}…", "Loading {title} …" : "Carregando {title}…",
"Toggle settings" : "Alternar configurações", "Toggle settings" : "Alternar configurações",
"Form title" : "Título do Formulário",
"Description" : "Descrição", "Description" : "Descrição",
"Add a question" : "Adicionar uma pergunta",
"New question" : "Nova pergunta", "New question" : "Nova pergunta",
"There was an error while adding the new question" : "Houve um erro ao adicionar a nova pergunta", "There was an error while adding the new question" : "Houve um erro ao adicionar a nova pergunta",
"There was an error while removing the question" : "Houve um erro ao excluir a pergunta", "There was an error while removing the question" : "Houve um erro ao excluir a pergunta",
@ -59,6 +64,7 @@
"Submit" : "Enviar", "Submit" : "Enviar",
"Submit form" : "Enviar formulário", "Submit form" : "Enviar formulário",
"Submitting form …" : "Enviando formulário...", "Submitting form …" : "Enviando formulário...",
"Thank you for completing the form!" : "Obrigado por completar o formulário!",
"There was an error submitting the form" : "Houve um erro ao enviar o formulário", "There was an error submitting the form" : "Houve um erro ao enviar o formulário",
"Multiple choice" : "Múltipla escolha", "Multiple choice" : "Múltipla escolha",
"Checkboxes" : "Caixas de seleção", "Checkboxes" : "Caixas de seleção",
@ -66,6 +72,7 @@
"Long text" : "Texto longo", "Long text" : "Texto longo",
"Form Expired" : "Formulário Expirado", "Form Expired" : "Formulário Expirado",
"This Form has expired and is no longer taking answers" : "Este Formulário expirou e não aceita mais respostas", "This Form has expired and is no longer taking answers" : "Este Formulário expirou e não aceita mais respostas",
"Form not found" : "Formulário não encontrado" "Form not found" : "Formulário não encontrado",
"This form does not exist" : "Este formulário não existe"
},"pluralForm" :"nplurals=2; plural=(n > 1);" },"pluralForm" :"nplurals=2; plural=(n > 1);"
} }

View file

@ -6,24 +6,71 @@ OC.L10N.register(
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Приложение форм, похожее на Google Forms с возможностью ограничения доступа.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Приложение форм, похожее на Google Forms с возможностью ограничения доступа.",
"New form" : "Новая форма", "New form" : "Новая форма",
"Loading forms …" : "Загрузка форм ...", "Loading forms …" : "Загрузка форм ...",
"No forms created yet" : "Нет созданных форм",
"Create a form" : "Создать форму",
"Select a form or create a new one" : "Выберите форму или создайте новую",
"Create new form" : "Создать новую форму", "Create new form" : "Создать новую форму",
"An error occurred while loading the forms list" : "Произошла ошибка при загрузке списка форм", "An error occurred while loading the forms list" : "Произошла ошибка при загрузке списка форм",
"Unable to create a new form" : "Невозможно создать новую форму", "Unable to create a new form" : "Невозможно создать новую форму",
"Responses" : "Ответы",
"Clone form" : "Копировать форму", "Clone form" : "Копировать форму",
"Delete form" : "Удалить форму", "Delete form" : "Удалить форму",
"Form link copied" : "Ссылка формы скопирована", "Form link copied" : "Ссылка формы скопирована",
"Cannot copy, please copy the link manually" : "Не удалось скопировать, выполните копирование вручную", "Cannot copy, please copy the link manually" : "Не удалось скопировать, выполните копирование вручную",
"Copy share link" : "Скопировать ссылку",
"Are you sure you want to delete the form “{title}”?" : "Вы уверены, что хотите удалить форму «{title}»?", "Are you sure you want to delete the form “{title}”?" : "Вы уверены, что хотите удалить форму «{title}»?",
"Error while deleting form “{title}”" : "Ошибка при удалении формы «{title}»", "Error while deleting form “{title}”" : "Ошибка при удалении формы «{title}»",
"Answer number {index}" : "Ответ номер {index}",
"Delete answer" : "Удалить ответ",
"There was an issue deleting this option" : "При удалении этой опции возникла проблема",
"Error while saving the answer" : "Ошибка при сохранении ответа",
"Question number {index}" : "Вопрос номер {index}",
"Drag to reorder the questions" : "Перетащите, чтобы изменить порядок вопросов",
"Enter a title for this question" : "Введите заголовок для этого вопроса",
"Title of question number {index}" : "Заголовок вопроса номер {index}",
"Delete question" : "Удалить вопрос",
"Error while saving question" : "Ошибка при сохранении вопроса",
"A long answer for the question “{text}”" : "Длинный ответ для вопроса “{text}”",
"Add a new answer" : "Добавить новый ответ",
"A short answer for the question “{text}”" : "Короткий ответ на вопрос “{text}”",
"Group" : "Группа", "Group" : "Группа",
"Loading {title} …" : "Загрузка {title} …",
"Toggle settings" : "Настройки переключения",
"Form title" : "Название формы",
"Description" : "Описание", "Description" : "Описание",
"Add a question" : "Добавить вопрос",
"New question" : "Новый вопрос",
"There was an error while adding the new question" : "Произошла ошибка при добавлении нового вопроса",
"There was an error while removing the question" : "Произошла ошибка при удалении вопроса",
"Error while saving form" : "Ошибка при сохранении формы",
"Loading responses …" : "Загрузка ответов...",
"Back to form" : "Вернуться в форму",
"Responses for {title}" : "Ответы для {title}",
"No responses yet" : "Покуда нет ответов",
"Results of submitted forms will show up here" : "Результаты отправленных форм будут отображены здесь",
"Export to CSV" : "Экспорт в CSV",
"There was an error while loading results" : "Произошла ошибка при загрузке результатов",
"Settings" : "Настройки", "Settings" : "Настройки",
"Anonymous responses" : "Анонимные ответы",
"Only allow one response per user" : "Разрешить только один ответ на пользователя",
"Set expiration date" : "Установить срок действия", "Set expiration date" : "Установить срок действия",
"Sharing" : "Параметры публикации", "Sharing" : "Параметры публикации",
"Share link" : "Предоставление общего доступа по ссылке", "Share link" : "Предоставление общего доступа по ссылке",
"Choose users to share with" : "Выберите пользователей для приглашения",
"Name of user or group" : "Имя пользователя или группы", "Name of user or group" : "Имя пользователя или группы",
"Expiration date" : "Дата окончания", "Expiration date" : "Дата окончания",
"Submit" : "Создать", "Submit" : "Создать",
"Form Expired" : "Форма закончилась" "Submit form" : "Сохранить форму",
"Submitting form …" : "Сохранение формы...",
"Thank you for completing the form!" : "Спасибо за заполнение формы!",
"There was an error submitting the form" : "При отправке формы произошла ошибка",
"Multiple choice" : "Множественный выбор",
"Checkboxes" : "Чекбоксы",
"Short answer" : "Короткий ответ",
"Long text" : "Длинный ответ",
"Form Expired" : "Форма закончилась",
"This Form has expired and is no longer taking answers" : "Срок действия этой формы истек, и ответы больше не принимаются.",
"Form not found" : "Форма не найдена",
"This form does not exist" : "Эта форма не существует"
}, },
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");

View file

@ -4,24 +4,71 @@
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Приложение форм, похожее на Google Forms с возможностью ограничения доступа.", "A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Приложение форм, похожее на Google Forms с возможностью ограничения доступа.",
"New form" : "Новая форма", "New form" : "Новая форма",
"Loading forms …" : "Загрузка форм ...", "Loading forms …" : "Загрузка форм ...",
"No forms created yet" : "Нет созданных форм",
"Create a form" : "Создать форму",
"Select a form or create a new one" : "Выберите форму или создайте новую",
"Create new form" : "Создать новую форму", "Create new form" : "Создать новую форму",
"An error occurred while loading the forms list" : "Произошла ошибка при загрузке списка форм", "An error occurred while loading the forms list" : "Произошла ошибка при загрузке списка форм",
"Unable to create a new form" : "Невозможно создать новую форму", "Unable to create a new form" : "Невозможно создать новую форму",
"Responses" : "Ответы",
"Clone form" : "Копировать форму", "Clone form" : "Копировать форму",
"Delete form" : "Удалить форму", "Delete form" : "Удалить форму",
"Form link copied" : "Ссылка формы скопирована", "Form link copied" : "Ссылка формы скопирована",
"Cannot copy, please copy the link manually" : "Не удалось скопировать, выполните копирование вручную", "Cannot copy, please copy the link manually" : "Не удалось скопировать, выполните копирование вручную",
"Copy share link" : "Скопировать ссылку",
"Are you sure you want to delete the form “{title}”?" : "Вы уверены, что хотите удалить форму «{title}»?", "Are you sure you want to delete the form “{title}”?" : "Вы уверены, что хотите удалить форму «{title}»?",
"Error while deleting form “{title}”" : "Ошибка при удалении формы «{title}»", "Error while deleting form “{title}”" : "Ошибка при удалении формы «{title}»",
"Answer number {index}" : "Ответ номер {index}",
"Delete answer" : "Удалить ответ",
"There was an issue deleting this option" : "При удалении этой опции возникла проблема",
"Error while saving the answer" : "Ошибка при сохранении ответа",
"Question number {index}" : "Вопрос номер {index}",
"Drag to reorder the questions" : "Перетащите, чтобы изменить порядок вопросов",
"Enter a title for this question" : "Введите заголовок для этого вопроса",
"Title of question number {index}" : "Заголовок вопроса номер {index}",
"Delete question" : "Удалить вопрос",
"Error while saving question" : "Ошибка при сохранении вопроса",
"A long answer for the question “{text}”" : "Длинный ответ для вопроса “{text}”",
"Add a new answer" : "Добавить новый ответ",
"A short answer for the question “{text}”" : "Короткий ответ на вопрос “{text}”",
"Group" : "Группа", "Group" : "Группа",
"Loading {title} …" : "Загрузка {title} …",
"Toggle settings" : "Настройки переключения",
"Form title" : "Название формы",
"Description" : "Описание", "Description" : "Описание",
"Add a question" : "Добавить вопрос",
"New question" : "Новый вопрос",
"There was an error while adding the new question" : "Произошла ошибка при добавлении нового вопроса",
"There was an error while removing the question" : "Произошла ошибка при удалении вопроса",
"Error while saving form" : "Ошибка при сохранении формы",
"Loading responses …" : "Загрузка ответов...",
"Back to form" : "Вернуться в форму",
"Responses for {title}" : "Ответы для {title}",
"No responses yet" : "Покуда нет ответов",
"Results of submitted forms will show up here" : "Результаты отправленных форм будут отображены здесь",
"Export to CSV" : "Экспорт в CSV",
"There was an error while loading results" : "Произошла ошибка при загрузке результатов",
"Settings" : "Настройки", "Settings" : "Настройки",
"Anonymous responses" : "Анонимные ответы",
"Only allow one response per user" : "Разрешить только один ответ на пользователя",
"Set expiration date" : "Установить срок действия", "Set expiration date" : "Установить срок действия",
"Sharing" : "Параметры публикации", "Sharing" : "Параметры публикации",
"Share link" : "Предоставление общего доступа по ссылке", "Share link" : "Предоставление общего доступа по ссылке",
"Choose users to share with" : "Выберите пользователей для приглашения",
"Name of user or group" : "Имя пользователя или группы", "Name of user or group" : "Имя пользователя или группы",
"Expiration date" : "Дата окончания", "Expiration date" : "Дата окончания",
"Submit" : "Создать", "Submit" : "Создать",
"Form Expired" : "Форма закончилась" "Submit form" : "Сохранить форму",
"Submitting form …" : "Сохранение формы...",
"Thank you for completing the form!" : "Спасибо за заполнение формы!",
"There was an error submitting the form" : "При отправке формы произошла ошибка",
"Multiple choice" : "Множественный выбор",
"Checkboxes" : "Чекбоксы",
"Short answer" : "Короткий ответ",
"Long text" : "Длинный ответ",
"Form Expired" : "Форма закончилась",
"This Form has expired and is no longer taking answers" : "Срок действия этой формы истек, и ответы больше не принимаются.",
"Form not found" : "Форма не найдена",
"This form does not exist" : "Эта форма не существует"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
} }

View file

@ -32,10 +32,10 @@ OC.L10N.register(
"Delete question" : "Odstrániť otázku", "Delete question" : "Odstrániť otázku",
"Error while saving question" : "Pri ukladaní otázky sa vyskytla chyba", "Error while saving question" : "Pri ukladaní otázky sa vyskytla chyba",
"A long answer for the question “{text}”" : "Dlhá odpoveď na otázku „{text}“", "A long answer for the question “{text}”" : "Dlhá odpoveď na otázku „{text}“",
"People can enter a long answer" : "Ľudia môžu zadať dlhú odpoveď", "Long answer text" : "Odpoveď s dlhým textom",
"Add a new answer" : "Pridať novú odpoveď", "Add a new answer" : "Pridať novú odpoveď",
"A short answer for the question “{text}”" : "Krátka odpoveď na otázku „{text}“", "A short answer for the question “{text}”" : "Krátka odpoveď na otázku „{text}“",
"People can enter a short answer" : "Ľudia môžu zadať krátku odpoveď", "Short answer text" : "Odpoveď s krátkym textom",
"Group" : "Skupina", "Group" : "Skupina",
"Loading {title} …" : "Načítava sa {title}…", "Loading {title} …" : "Načítava sa {title}…",
"Toggle settings" : "Prepnúť nastavenia", "Toggle settings" : "Prepnúť nastavenia",

View file

@ -30,10 +30,10 @@
"Delete question" : "Odstrániť otázku", "Delete question" : "Odstrániť otázku",
"Error while saving question" : "Pri ukladaní otázky sa vyskytla chyba", "Error while saving question" : "Pri ukladaní otázky sa vyskytla chyba",
"A long answer for the question “{text}”" : "Dlhá odpoveď na otázku „{text}“", "A long answer for the question “{text}”" : "Dlhá odpoveď na otázku „{text}“",
"People can enter a long answer" : "Ľudia môžu zadať dlhú odpoveď", "Long answer text" : "Odpoveď s dlhým textom",
"Add a new answer" : "Pridať novú odpoveď", "Add a new answer" : "Pridať novú odpoveď",
"A short answer for the question “{text}”" : "Krátka odpoveď na otázku „{text}“", "A short answer for the question “{text}”" : "Krátka odpoveď na otázku „{text}“",
"People can enter a short answer" : "Ľudia môžu zadať krátku odpoveď", "Short answer text" : "Odpoveď s krátkym textom",
"Group" : "Skupina", "Group" : "Skupina",
"Loading {title} …" : "Načítava sa {title}…", "Loading {title} …" : "Načítava sa {title}…",
"Toggle settings" : "Prepnúť nastavenia", "Toggle settings" : "Prepnúť nastavenia",

View file

@ -32,15 +32,14 @@ OC.L10N.register(
"Delete question" : "Soruyu sil", "Delete question" : "Soruyu sil",
"Error while saving question" : "Soru silinirken sorun çıktı", "Error while saving question" : "Soru silinirken sorun çıktı",
"A long answer for the question “{text}”" : "“{text}” sorusu için uzun bir yanıt", "A long answer for the question “{text}”" : "“{text}” sorusu için uzun bir yanıt",
"People can enter a long answer" : "Kişiler uzun bir yanıt yazabilir",
"Add a new answer" : "Yeni bir yanıt ekle", "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", "A short answer for the question “{text}”" : "“{text}” sorusu için kısa bir yanıt",
"People can enter a short answer" : "Kişiler kısa bir yanıt yazabilir",
"Group" : "Grup", "Group" : "Grup",
"Loading {title} …" : "{title} yükleniyor…", "Loading {title} …" : "{title} yükleniyor…",
"Toggle settings" : "Ayarları değiştir", "Toggle settings" : "Ayarları değiştir",
"Form title" : "Form başlığı", "Form title" : "Form başlığı",
"Description" : "Açıklama", "Description" : "Açıklama",
"Add a question" : "Bir soru ekle",
"New question" : "Yeni soru", "New question" : "Yeni soru",
"There was an error while adding the new question" : "Yeni soru eklenirken bir sorun çıktı", "There was an error while adding the new question" : "Yeni soru eklenirken bir sorun çıktı",
"There was an error while removing the question" : "Soru silinirken bir sorun çıktı", "There was an error while removing the question" : "Soru silinirken bir sorun çıktı",
@ -73,6 +72,7 @@ OC.L10N.register(
"Long text" : "Uzun metin", "Long text" : "Uzun metin",
"Form Expired" : "Formun Süresi Geçmiş", "Form Expired" : "Formun Süresi Geçmiş",
"This Form has expired and is no longer taking answers" : "Bu formun kullanma süresi geçmiş olduğundan doldurulamaz", "This Form has expired and is no longer taking answers" : "Bu formun kullanma süresi geçmiş olduğundan doldurulamaz",
"Form not found" : "Form bulunamadı" "Form not found" : "Form bulunamadı",
"This form does not exist" : "Bu form bulunamadı"
}, },
"nplurals=2; plural=(n > 1);"); "nplurals=2; plural=(n > 1);");

View file

@ -30,15 +30,14 @@
"Delete question" : "Soruyu sil", "Delete question" : "Soruyu sil",
"Error while saving question" : "Soru silinirken sorun çıktı", "Error while saving question" : "Soru silinirken sorun çıktı",
"A long answer for the question “{text}”" : "“{text}” sorusu için uzun bir yanıt", "A long answer for the question “{text}”" : "“{text}” sorusu için uzun bir yanıt",
"People can enter a long answer" : "Kişiler uzun bir yanıt yazabilir",
"Add a new answer" : "Yeni bir yanıt ekle", "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", "A short answer for the question “{text}”" : "“{text}” sorusu için kısa bir yanıt",
"People can enter a short answer" : "Kişiler kısa bir yanıt yazabilir",
"Group" : "Grup", "Group" : "Grup",
"Loading {title} …" : "{title} yükleniyor…", "Loading {title} …" : "{title} yükleniyor…",
"Toggle settings" : "Ayarları değiştir", "Toggle settings" : "Ayarları değiştir",
"Form title" : "Form başlığı", "Form title" : "Form başlığı",
"Description" : "Açıklama", "Description" : "Açıklama",
"Add a question" : "Bir soru ekle",
"New question" : "Yeni soru", "New question" : "Yeni soru",
"There was an error while adding the new question" : "Yeni soru eklenirken bir sorun çıktı", "There was an error while adding the new question" : "Yeni soru eklenirken bir sorun çıktı",
"There was an error while removing the question" : "Soru silinirken bir sorun çıktı", "There was an error while removing the question" : "Soru silinirken bir sorun çıktı",
@ -71,6 +70,7 @@
"Long text" : "Uzun metin", "Long text" : "Uzun metin",
"Form Expired" : "Formun Süresi Geçmiş", "Form Expired" : "Formun Süresi Geçmiş",
"This Form has expired and is no longer taking answers" : "Bu formun kullanma süresi geçmiş olduğundan doldurulamaz", "This Form has expired and is no longer taking answers" : "Bu formun kullanma süresi geçmiş olduğundan doldurulamaz",
"Form not found" : "Form bulunamadı" "Form not found" : "Form bulunamadı",
"This form does not exist" : "Bu form bulunamadı"
},"pluralForm" :"nplurals=2; plural=(n > 1);" },"pluralForm" :"nplurals=2; plural=(n > 1);"
} }