Skip to content

Commit

Permalink
Complete Basque and Spanish (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
InoreNeronI committed Mar 4, 2021
1 parent 24bc88f commit fa58df4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 23 deletions.
22 changes: 9 additions & 13 deletions flask_security/translations/es_ES/LC_MESSAGES/flask_security.po
Expand Up @@ -210,9 +210,9 @@ msgid "No password is set for this user"
msgstr "Ninguna contraseña ha sido definida para este·a usuario·a"

#: flask_security/core.py:353
#, fuzzy, python-format
#, python-format
msgid "Password must be at least %(length)s characters"
msgstr "La contraseña debe contar al menos con %(length)s caracteres"
msgstr "La contraseña debe tener al menos %(length)s caracteres"

#: flask_security/core.py:356
msgid "Password not complex enough"
Expand Down Expand Up @@ -452,7 +452,7 @@ msgstr "Configuración mediante correo electrónico"
#: flask_security/unified_signin.py:267
msgid "Set up using an authenticator app (e.g. google, lastpass, authy)"
msgstr ""
"Configurar usando una aplicación de autenticación (por ejemplo, google, "
"Configurar usando una aplicación de autenticación (p.ej. google, "
"lastpass, authy)"

#: flask_security/unified_signin.py:269
Expand Down Expand Up @@ -514,6 +514,9 @@ msgid ""
"Open an authenticator app on your device and scan the following QRcode "
"(or enter the code below manually) to start receiving codes:"
msgstr ""
"Abra una aplicación de autenticación en su dispositivo y escanee el siguiente "
"código QR (o ingrese el código a continuación manualmente) para comenzar a "
"recibir códigos:"

#: flask_security/templates/security/two_factor_setup.html:52
msgid "Two factor authentication code"
Expand Down Expand Up @@ -556,6 +559,9 @@ msgid ""
"Open an authenticator app on your device and scan the following QRcode "
"(or enter the code below manually) to start receiving passcodes:"
msgstr ""
"Abra una aplicación de autenticación en su dispositivo y escanee el siguiente "
"código QR (o ingrese el código a continuación manualmente) para comenzar a "
"recibir códigos de acceso:"

#: flask_security/templates/security/us_setup.html:69
msgid "Passwordless QRCode"
Expand Down Expand Up @@ -658,13 +664,3 @@ msgstr "O utilizar el siguiente enlace:"
#: flask_security/templates/security/email/welcome.txt:4
msgid "You can confirm your email through the link below:"
msgstr "Confirma tu correo electrónico haciendo clic aquí:"

#~ msgid ""
#~ "Open your authenticator app on your "
#~ "device and scan the following qrcode "
#~ "to start receiving codes:"
#~ msgstr ""
#~ "Abre tu aplicación de autenticación en"
#~ " tu dispositivo y escanea el "
#~ "siguiente código qr para comenzar a "
#~ "recibir códigos:"
15 changes: 5 additions & 10 deletions flask_security/translations/eu_ES/LC_MESSAGES/flask_security.po
Expand Up @@ -507,6 +507,8 @@ msgid ""
"Open an authenticator app on your device and scan the following QRcode "
"(or enter the code below manually) to start receiving codes:"
msgstr ""
"Ireki autentifikazio aplikazio bat zure gailuan eta eskaneatu QR kode hau "
"(edo idatzi beheko kodea eskuz) kodeak jasotzen hasteko:"

#: flask_security/templates/security/two_factor_setup.html:52
msgid "Two factor authentication code"
Expand Down Expand Up @@ -547,10 +549,12 @@ msgid ""
"Open an authenticator app on your device and scan the following QRcode "
"(or enter the code below manually) to start receiving passcodes:"
msgstr ""
"Ireki autentifikazio aplikazio bat zure gailuan eta eskaneatu QR kode hau "
"(edo idatzi beheko kodea eskuz) pasakodeak jasotzen hasteko:"

#: flask_security/templates/security/us_setup.html:69
msgid "Passwordless QRCode"
msgstr "Pasahitzik gabeko QRCode"
msgstr "Pasahitzik gabeko QR kodea"

#: flask_security/templates/security/us_setup.html:77
msgid "No methods have been enabled - nothing to setup"
Expand Down Expand Up @@ -647,12 +651,3 @@ msgstr "Edo erabili beheko esteka:"
#: flask_security/templates/security/email/welcome.txt:4
msgid "You can confirm your email through the link below:"
msgstr "Zure posta elektronikoa beheko estekaren bidez baiezta dezakezu:"

#~ msgid ""
#~ "Open your authenticator app on your "
#~ "device and scan the following qrcode "
#~ "to start receiving codes:"
#~ msgstr ""
#~ "Kodeak jasotzen hasteko ireki autentifikazio"
#~ " aplikazioa zure gailuan eta eskaneatu "
#~ "qrcode hau"

0 comments on commit fa58df4

Please sign in to comment.