twofactor_totp/l10n/es_MX.js

18 строки
1.2 KiB
JavaScript
Исходник Обычный вид История

2017-03-31 03:18:26 +03:00
OC.L10N.register(
"twofactor_totp",
{
2017-07-11 03:24:34 +03:00
"You enabled TOTP two-factor authentication for your account" : "Habilitaste la autenticación TOTP de dos factores en tu cuenta",
"You disabled TOTP two-factor authentication for your account" : "Deshabilitaste la autenticación de dos factores TOTP para tu cuenta.",
2017-04-01 03:18:01 +03:00
"TOTP (Authenticator app)" : "TOTP (aplicación de autenticador)",
2017-03-31 03:18:26 +03:00
"Authenticate with a TOTP app" : "Autenticar con una aplicación TOTP",
2017-07-11 03:24:34 +03:00
"Two Factor TOTP Provider" : "Proveedor TOTP de Dos-Factores",
2018-05-26 03:43:26 +03:00
"TOTP two-factor provider" : "Proveedor de dos-factores TOTP ",
2018-05-30 03:39:55 +03:00
"A Two-Factor-Auth Provider for TOTP (RFC 6238)" : "Un proveedor de Autenticación de Dos-Factores para TOTP (RFC 6238)",
2018-11-17 04:49:06 +03:00
"Authentication code" : "Código de autenticación",
2018-10-19 03:32:15 +03:00
"Could not enable TOTP" : "No se pudo habilitar TOTP",
"Could not verify your key. Please try again" : "No fue posible verificar tu llave. Por favor vuelve a intentarlo",
2017-07-13 03:23:47 +03:00
"Get the authentication code from the two-factor authentication app on your device." : "Obten el código de autenticación de la aplicación de autenticación de dos factores en tu dispositivo.",
2018-10-04 03:39:42 +03:00
"Submit" : "Enviar"
2017-03-31 03:18:26 +03:00
},
"nplurals=2; plural=(n != 1);");