twofactor_totp/l10n/es_PA.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 строки
1012 B
JavaScript
Исходник Постоянная ссылка Обычный вид История

2017-11-10 04:31:23 +03:00
OC.L10N.register(
"twofactor_totp",
{
"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",
2019-12-22 06:51:15 +03:00
"Enable TOTP" : "Habilitar TOTP",
2020-10-14 06:16:38 +03:00
"Could not verify your key. Please try again" : "No fue posible verificar tu llave. Por favor vuelve a intentarlo",
2019-05-03 03:39:01 +03:00
"Authentication code" : "Código de autenticación",
2019-12-22 06:51:15 +03:00
"Verify" : "Verificar",
2017-11-10 04:31:23 +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-11-10 04:31:23 +03:00
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");