Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Nov 24, 2023
1 parent fedc187 commit cfebd34
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions l10n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ OC.L10N.register(
"Delete answer" : "Eliminar respuesta",
"Error while saving the answer" : "Error al guardar la respuesta",
"Question number {index}" : "Pregunta número {index}",
"Move question up" : "Mover pregunta hacia arriba",
"Move question down" : "Mover pregunta hacia abajo",
"Title of question number {index}" : "Título de la pregunta número {index}",
"Required" : "Requerido",
"Technical name of the question" : "Nombre técnico de la pregunta",
Expand All @@ -80,6 +82,9 @@ OC.L10N.register(
"Allow multiple responses per person" : "Permitir múltiples respuestas por persona",
"Set expiration date" : "Fijar fecha de caducidad",
"Show expiration date on form" : "Establece la fecha de caducidad del enlace",
"Custom submission message" : "Mensaje de envío personalizado",
"Message to show after a user submitted the form (formatting using Markdown is supported)" : "Mensaje para mostrar cuando un usuario envíe el formulario (puedes darle formato con Markdown)",
"Message to show after a user submitted the form. Please note that the message will not be translated!" : "Mensaje para mostrar cuando un usuario envíe el formulario. ¡El mensaje no será traducido!",
"This can not be controlled, if the form has a public link or stores responses anonymously." : "Esto no se puede controlar, si el formulario tiene un enlace público o almacena las respuestas anónimamente.",
"Expired on {date}" : "Caducado el {date}",
"Expires on {date}" : "Caduca el {date}",
Expand Down
5 changes: 5 additions & 0 deletions l10n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
"Delete answer" : "Eliminar respuesta",
"Error while saving the answer" : "Error al guardar la respuesta",
"Question number {index}" : "Pregunta número {index}",
"Move question up" : "Mover pregunta hacia arriba",
"Move question down" : "Mover pregunta hacia abajo",
"Title of question number {index}" : "Título de la pregunta número {index}",
"Required" : "Requerido",
"Technical name of the question" : "Nombre técnico de la pregunta",
Expand All @@ -78,6 +80,9 @@
"Allow multiple responses per person" : "Permitir múltiples respuestas por persona",
"Set expiration date" : "Fijar fecha de caducidad",
"Show expiration date on form" : "Establece la fecha de caducidad del enlace",
"Custom submission message" : "Mensaje de envío personalizado",
"Message to show after a user submitted the form (formatting using Markdown is supported)" : "Mensaje para mostrar cuando un usuario envíe el formulario (puedes darle formato con Markdown)",
"Message to show after a user submitted the form. Please note that the message will not be translated!" : "Mensaje para mostrar cuando un usuario envíe el formulario. ¡El mensaje no será traducido!",
"This can not be controlled, if the form has a public link or stores responses anonymously." : "Esto no se puede controlar, si el formulario tiene un enlace público o almacena las respuestas anónimamente.",
"Expired on {date}" : "Caducado el {date}",
"Expires on {date}" : "Caduca el {date}",
Expand Down
2 changes: 1 addition & 1 deletion l10n/tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ OC.L10N.register(
"Delete this response" : "Bu yanıtı sil",
"Store responses anonymously" : "Yanıtlar anonim olarak kaydedilsin",
"Allow multiple responses per person" : "Bir kişi birkaç kez yanıtlayabilirsin",
"Set expiration date" : "Son kullanma tarihini ayarla",
"Set expiration date" : "Geçerlilik sonu tarihini ayarla",
"Show expiration date on form" : "Form üzerinde geçerlilik tarihi görüntülensin",
"Custom submission message" : "Özel gönderim iletisi",
"Message to show after a user submitted the form (formatting using Markdown is supported)" : "Bir kullanıcı formu gönderdikten sonra görüntülenecek ileti (Markdown biçimlendirmesi desteklenir)",
Expand Down
2 changes: 1 addition & 1 deletion l10n/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"Delete this response" : "Bu yanıtı sil",
"Store responses anonymously" : "Yanıtlar anonim olarak kaydedilsin",
"Allow multiple responses per person" : "Bir kişi birkaç kez yanıtlayabilirsin",
"Set expiration date" : "Son kullanma tarihini ayarla",
"Set expiration date" : "Geçerlilik sonu tarihini ayarla",
"Show expiration date on form" : "Form üzerinde geçerlilik tarihi görüntülensin",
"Custom submission message" : "Özel gönderim iletisi",
"Message to show after a user submitted the form (formatting using Markdown is supported)" : "Bir kullanıcı formu gönderdikten sonra görüntülenecek ileti (Markdown biçimlendirmesi desteklenir)",
Expand Down

0 comments on commit cfebd34

Please sign in to comment.