Welcome to mirror list, hosted at ThFree Co, Russian Federation.

es_MX.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b241b6e6c14a4ce7b1d116df6353b879fe9f4228 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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",
    "TOTP two-factor provider" : "Proveedor de dos-factores TOTP ",
    "A Two-Factor-Auth Provider for TOTP (RFC 6238)" : "Un proveedor de Autenticación de Dos-Factores para TOTP (RFC 6238)",
    "Enable TOTP" : "Habilitar TOTP",
    "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",
    "Authentication code" : "Código de autenticación",
    "Verify" : "Verificar",
    "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.",
    "Submit" : "Enviar"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");