21 строка
1.5 KiB
JavaScript
21 строка
1.5 KiB
JavaScript
|
OC.L10N.register(
|
||
|
"twofactor_totp",
|
||
|
{
|
||
|
"Enable TOTP" : "Habilitar TOTP",
|
||
|
"This is your new TOTP secret:" : "Este es tu nuevo secreto de TOTP:",
|
||
|
"Scan this QR code with your TOTP app" : "Escanee este código QR con su aplicación TOTP",
|
||
|
"Once you have configured your app, enter a test code below to ensure that your app has been configured correctly." : "Una vez que hayas configurado la aplicación, ingresa un códgo de pruebas para asegurar que esté correctamente configurada. ",
|
||
|
"Authentication code" : "Código de autenticación",
|
||
|
"Verify" : "Verificar",
|
||
|
"Could not verify your key. Please try again" : "No fue posible verificar tu llave. Por favor vuelve a intentarlo",
|
||
|
"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.",
|
||
|
"TOTP (Authenticator app)" : "TOTP (aplicación de autenticador)",
|
||
|
"Authenticate with a TOTP app" : "Autenticar con una aplicación TOTP",
|
||
|
"Two Factor TOTP Provider" : "Proveedor TOTP de Dos-Factores",
|
||
|
"Submit" : "Enviar",
|
||
|
"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.",
|
||
|
"TOTP second-factor auth" : "Segundo factor de autenticación TOTP"
|
||
|
},
|
||
|
"nplurals=2; plural=(n != 1);");
|