mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
#84 as plugin
This commit is contained in:
parent
84f3a7dd77
commit
d9bab28bfe
16 changed files with 1206 additions and 0 deletions
32
plugins/two-factor-auth/langs/es_ES.ini
Normal file
32
plugins/two-factor-auth/langs/es_ES.ini
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[TAB_SECURITY]
|
||||
LABEL_ALLOW_TWO_STEP = "Activar la verificación de 2 pasos"
|
||||
LABEL_FORCE_TWO_STEP = "Forzar la Autenticación en 2 pasos"
|
||||
[POPUPS_TWO_FACTOR_TEST]
|
||||
TITLE_TEST_CODE = "Prueba de verificación de 2 pasos"
|
||||
LABEL_CODE = "Código"
|
||||
[POPUPS_TWO_FACTOR_CFG]
|
||||
LEGEND_TWO_FACTOR_AUTH = "Verificación de 2 Pasos"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Activar la verificación de 2 pasos"
|
||||
LABEL_TWO_FACTOR_USER = "Usuario"
|
||||
LABEL_TWO_FACTOR_STATUS = "Estado"
|
||||
LABEL_TWO_FACTOR_SECRET = "Clave secreta"
|
||||
LABEL_TWO_FACTOR_BACKUP_CODES = "Códigos de copia de seguridad"
|
||||
BUTTON_CREATE = "Crear nueva clave secreta"
|
||||
BUTTON_ACTIVATE = "Activate"
|
||||
LINK_TEST = "probar"
|
||||
BUTTON_SHOW_SECRET = "Mostrar clave secreta"
|
||||
BUTTON_HIDE_SECRET = "Ocultar clave secreta"
|
||||
TWO_FACTOR_REQUIRE_DESC = "Se requiere que configure la verificación de 2-pasos."
|
||||
TWO_FACTOR_SECRET_CONFIGURED_DESC = "Configurado"
|
||||
TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "No configurado"
|
||||
TWO_FACTOR_SECRET_DESC = "Importar esta información en su cliente Google Authenticator (u otro cliente TOTP) utilizando el código QR se indica debajo o introduciendo el código manualmente."
|
||||
TWO_FACTOR_BACKUP_CODES_DESC = "Si usted no puede recibir los códigos a través de Google Authenticator, puede utilizar códigos de copia de seguridad para firmar pulg Después de que usted ha utilizado un código de copia de seguridad para iniciar sesión, se convertirá en inactiva."
|
||||
TWO_FACTOR_SECRET_TEST_BEFORE_DESC = "You can't change this setting before test."
|
||||
[SETTINGS_SECURITY]
|
||||
LABEL_CONFIGURE_TWO_FACTOR = "Configurar verificación de 2-Pasos"
|
||||
[NOTIFICATIONS]
|
||||
ACCOUNT_TWO_FACTOR_AUTH_REQUIRED = "Factor de verificación en dos pasos requerido"
|
||||
ACCOUNT_TWO_FACTOR_AUTH_ERROR = "Error de verificación en dos pasos"
|
||||
[LOGIN]
|
||||
LABEL_VERIFICATION_CODE = "Código de verificación"
|
||||
LABEL_DONT_ASK_VERIFICATION_CODE = "No solicitar el código de verificación durante 2 semanas"
|
||||
Loading…
Add table
Add a link
Reference in a new issue