mirror of
https://github.com/penpot/penpot.git
synced 2025-03-18 10:41:29 -05:00
♻️ Validate translations
This commit is contained in:
parent
e3440ad773
commit
42cc97f86b
2 changed files with 23 additions and 11 deletions
|
@ -1068,7 +1068,9 @@ msgstr "Verify new email"
|
|||
|
||||
#: src/app/main/ui/settings/change_email.cljs
|
||||
msgid "modals.change-email.info"
|
||||
msgstr "We'll send you an email to your current email “%s” to verify your identity."
|
||||
msgstr ""
|
||||
"We'll send you an email to your current email “%s” to verify your "
|
||||
"identity."
|
||||
|
||||
#: src/app/main/ui/settings/change_email.cljs
|
||||
msgid "modals.change-email.new-email"
|
||||
|
@ -1092,7 +1094,9 @@ msgstr "Yes, delete my account"
|
|||
|
||||
#: src/app/main/ui/settings/delete_account.cljs
|
||||
msgid "modals.delete-account.info"
|
||||
msgstr "By removing your account you’ll lose all your current projects and archives."
|
||||
msgstr ""
|
||||
"By removing your account you’ll lose all your current projects and "
|
||||
"archives."
|
||||
|
||||
#: src/app/main/ui/settings/delete_account.cljs
|
||||
msgid "modals.delete-account.title"
|
||||
|
@ -2519,4 +2523,4 @@ msgid "workspace.updates.update"
|
|||
msgstr "Update"
|
||||
|
||||
msgid "workspace.viewport.click-to-close-path"
|
||||
msgstr "Click to close the path"
|
||||
msgstr "Click to close the path"
|
|
@ -2,8 +2,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"PO-Revision-Date: 2021-04-14 13:44+0000\n"
|
||||
"Last-Translator: Andrés Moya <andres.moya@kaleidos.net>\n"
|
||||
"Language-Team: Spanish <https://hosted.weblate.org/projects/penpot/frontend/"
|
||||
"es/>\n"
|
||||
"Language-Team: Spanish "
|
||||
"<https://hosted.weblate.org/projects/penpot/frontend/es/>\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
|
@ -15,6 +15,13 @@ msgstr ""
|
|||
msgid "auth.already-have-account"
|
||||
msgstr "¿Tienes ya una cuenta?"
|
||||
|
||||
#: src/app/main/ui/auth/register.cljs
|
||||
#, fuzzy
|
||||
msgid "auth.check-your-email"
|
||||
msgstr ""
|
||||
"Comprueba tu email y haz click en el link de verificación para comenzar a "
|
||||
"usar Penpot."
|
||||
|
||||
#: src/app/main/ui/auth/recovery.cljs
|
||||
msgid "auth.confirm-password"
|
||||
msgstr "Confirmar contraseña"
|
||||
|
@ -161,6 +168,10 @@ msgstr ""
|
|||
"Al crear una nueva cuenta, aceptas nuestros términos de servicio y política "
|
||||
"de privacidad."
|
||||
|
||||
#: src/app/main/ui/auth/register.cljs
|
||||
msgid "auth.verification-email-sent"
|
||||
msgstr "Hemos enviado un email de verificación a"
|
||||
|
||||
#: src/app/main/ui/workspace/header.cljs, src/app/main/ui/dashboard/file_menu.cljs
|
||||
msgid "dashboard.add-shared"
|
||||
msgstr "Añadir como Biblioteca Compartida"
|
||||
|
@ -985,8 +996,7 @@ msgstr "Enviando..."
|
|||
|
||||
#: src/app/main/ui/static.cljs
|
||||
msgid "labels.service-unavailable.desc-message"
|
||||
msgstr ""
|
||||
"Estamos en una operación de mantenimiento programado de nuestros sistemas."
|
||||
msgstr "Estamos en una operación de mantenimiento programado de nuestros sistemas."
|
||||
|
||||
#: src/app/main/ui/static.cljs
|
||||
msgid "labels.service-unavailable.main-message"
|
||||
|
@ -1052,8 +1062,7 @@ msgstr "Verificar el nuevo correo"
|
|||
|
||||
#: src/app/main/ui/settings/change_email.cljs
|
||||
msgid "modals.change-email.info"
|
||||
msgstr ""
|
||||
"Enviaremos un mensaje a tu correo actual “%s” para verificar tu identidad."
|
||||
msgstr "Enviaremos un mensaje a tu correo actual “%s” para verificar tu identidad."
|
||||
|
||||
#: src/app/main/ui/settings/change_email.cljs
|
||||
msgid "modals.change-email.new-email"
|
||||
|
@ -2168,8 +2177,7 @@ msgstr "Alineación vertical"
|
|||
|
||||
#: src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs
|
||||
msgid "workspace.options.use-play-button"
|
||||
msgstr ""
|
||||
"Usa el botón de play de la cabecera para arrancar la vista de prototipo."
|
||||
msgstr "Usa el botón de play de la cabecera para arrancar la vista de prototipo."
|
||||
|
||||
msgid "workspace.path.actions.add-node"
|
||||
msgstr "Añadir nodo (%s)"
|
||||
|
|
Loading…
Add table
Reference in a new issue