зеркало из https://github.com/nextcloud/forms.git
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Родитель
4ecf707636
Коммит
437843d189
|
@ -143,7 +143,7 @@ OC.L10N.register(
|
|||
"Thank you for completing the form!" : "Vielen Dank für das Ausfüllen des Formulars!",
|
||||
"Submit" : "Übermitteln",
|
||||
"Submit form" : "Formular übermitteln",
|
||||
"Abort" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).",
|
||||
"Abort" : "Abbrechen",
|
||||
"You have unsaved changes! Do you still want to leave?" : "Du hast noch nicht gespeicherte Änderungen! Willst du diese Seite wirklich verlassen?",
|
||||
"There was an error submitting the form" : "Es ist ein Fehler beim Übermitteln des Formulars aufgetreten",
|
||||
"Error while saving question" : "Fehler beim Speichern der Frage",
|
||||
|
|
|
@ -141,7 +141,7 @@
|
|||
"Thank you for completing the form!" : "Vielen Dank für das Ausfüllen des Formulars!",
|
||||
"Submit" : "Übermitteln",
|
||||
"Submit form" : "Formular übermitteln",
|
||||
"Abort" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).",
|
||||
"Abort" : "Abbrechen",
|
||||
"You have unsaved changes! Do you still want to leave?" : "Du hast noch nicht gespeicherte Änderungen! Willst du diese Seite wirklich verlassen?",
|
||||
"There was an error submitting the form" : "Es ist ein Fehler beim Übermitteln des Formulars aufgetreten",
|
||||
"Error while saving question" : "Fehler beim Speichern der Frage",
|
||||
|
|
|
@ -76,6 +76,9 @@ OC.L10N.register(
|
|||
"Other:" : "Other:",
|
||||
"Other" : "Other",
|
||||
"A short answer for the question “{text}”" : "A short answer for the question “{text}”",
|
||||
"Input types (currently: {type})" : "Input types (currently: {type})",
|
||||
"Regular expression for input validation" : "Regular expression for input validation",
|
||||
"Invalid regular expression" : "Invalid regular expression",
|
||||
"No response" : "No response",
|
||||
"Delete this response" : "Delete this response",
|
||||
"Store responses anonymously" : "Store responses anonymously",
|
||||
|
@ -153,6 +156,8 @@ OC.L10N.register(
|
|||
"Thank you for completing the form!" : "Thank you for completing the form!",
|
||||
"Submit" : "Submit",
|
||||
"Submit form" : "Submit form",
|
||||
"Confirm submit" : "Confirm submit",
|
||||
"Are you sure you want to submit an empty form?" : "Are you sure you want to submit an empty form?",
|
||||
"Abort" : "Abort",
|
||||
"You have unsaved changes! Do you still want to leave?" : "You have unsaved changes! Do you still want to leave?",
|
||||
"There was an error submitting the form" : "There was an error submitting the form",
|
||||
|
@ -190,7 +195,18 @@ OC.L10N.register(
|
|||
"Pick a time" : "Pick a time",
|
||||
"Text" : "Text",
|
||||
"Phone number" : "Phone number",
|
||||
"The input is not a valid phone number" : "The input is not a valid phone number",
|
||||
"People can enter a telephone number" : "People can enter a telephone number",
|
||||
"Enter a telephone number" : "Enter a telephone number",
|
||||
"Email address" : "Email address",
|
||||
"Number" : "Number"
|
||||
"The input is not a valid email address" : "The input is not a valid email address",
|
||||
"People can enter an email address" : "People can enter an email address",
|
||||
"Enter an email address" : "Enter an email address",
|
||||
"Number" : "Number",
|
||||
"The input is not a valid number" : "The input is not a valid number",
|
||||
"People can enter a number" : "People can enter a number",
|
||||
"Enter a number" : "Enter a number",
|
||||
"Custom regular expression" : "Custom regular expression",
|
||||
"The input does not match the required pattern" : "The input does not match the required pattern"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -74,6 +74,9 @@
|
|||
"Other:" : "Other:",
|
||||
"Other" : "Other",
|
||||
"A short answer for the question “{text}”" : "A short answer for the question “{text}”",
|
||||
"Input types (currently: {type})" : "Input types (currently: {type})",
|
||||
"Regular expression for input validation" : "Regular expression for input validation",
|
||||
"Invalid regular expression" : "Invalid regular expression",
|
||||
"No response" : "No response",
|
||||
"Delete this response" : "Delete this response",
|
||||
"Store responses anonymously" : "Store responses anonymously",
|
||||
|
@ -151,6 +154,8 @@
|
|||
"Thank you for completing the form!" : "Thank you for completing the form!",
|
||||
"Submit" : "Submit",
|
||||
"Submit form" : "Submit form",
|
||||
"Confirm submit" : "Confirm submit",
|
||||
"Are you sure you want to submit an empty form?" : "Are you sure you want to submit an empty form?",
|
||||
"Abort" : "Abort",
|
||||
"You have unsaved changes! Do you still want to leave?" : "You have unsaved changes! Do you still want to leave?",
|
||||
"There was an error submitting the form" : "There was an error submitting the form",
|
||||
|
@ -188,7 +193,18 @@
|
|||
"Pick a time" : "Pick a time",
|
||||
"Text" : "Text",
|
||||
"Phone number" : "Phone number",
|
||||
"The input is not a valid phone number" : "The input is not a valid phone number",
|
||||
"People can enter a telephone number" : "People can enter a telephone number",
|
||||
"Enter a telephone number" : "Enter a telephone number",
|
||||
"Email address" : "Email address",
|
||||
"Number" : "Number"
|
||||
"The input is not a valid email address" : "The input is not a valid email address",
|
||||
"People can enter an email address" : "People can enter an email address",
|
||||
"Enter an email address" : "Enter an email address",
|
||||
"Number" : "Number",
|
||||
"The input is not a valid number" : "The input is not a valid number",
|
||||
"People can enter a number" : "People can enter a number",
|
||||
"Enter a number" : "Enter a number",
|
||||
"Custom regular expression" : "Custom regular expression",
|
||||
"The input does not match the required pattern" : "The input does not match the required pattern"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -156,6 +156,8 @@ OC.L10N.register(
|
|||
"Thank you for completing the form!" : "Grazas por completar o formulario.",
|
||||
"Submit" : "Enviar",
|
||||
"Submit form" : "Enviar o formulario",
|
||||
"Confirm submit" : "Confirmar o envío",
|
||||
"Are you sure you want to submit an empty form?" : "Confirma que quere enviar un formulario baleiro?",
|
||||
"Abort" : "Interromper",
|
||||
"You have unsaved changes! Do you still want to leave?" : "Ten cambios sen gardar. Está seguro de querer marchar?",
|
||||
"There was an error submitting the form" : "Produciuse un erro no envío do formulario",
|
||||
|
|
|
@ -154,6 +154,8 @@
|
|||
"Thank you for completing the form!" : "Grazas por completar o formulario.",
|
||||
"Submit" : "Enviar",
|
||||
"Submit form" : "Enviar o formulario",
|
||||
"Confirm submit" : "Confirmar o envío",
|
||||
"Are you sure you want to submit an empty form?" : "Confirma que quere enviar un formulario baleiro?",
|
||||
"Abort" : "Interromper",
|
||||
"You have unsaved changes! Do you still want to leave?" : "Ten cambios sen gardar. Está seguro de querer marchar?",
|
||||
"There was an error submitting the form" : "Produciuse un erro no envío do formulario",
|
||||
|
|
Загрузка…
Ссылка в новой задаче