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

es_CR.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e6bd54ae3d1ec19509f6862d9c8b5dbb513fc76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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);");