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: 1afb3ef9b46adf371e167fd4ca4abb95bc32378e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_totp",
    {
    "Enable TOTP" : "Habilitar TOTP",
    "This is your new TOTP secret:" : "Este es su nuevo secreto de TOTP:",
    "Scan this QR code with your TOTP app" : "Escanee este código QR con su aplicación TOTP",
    "You disabled TOTP two-factor authentication for your account" : "Usted ha deshabilitado la autenticación de dos factores TOTP para su cuenta.",
    "TOTP (Authenticator app)" : "TOTP (aplicación de autenticador)",
    "Authenticate with a TOTP app" : "Autenticar con una aplicación TOTP",
    "Authentication code" : "Código de autenticación"
},
"nplurals=2; plural=(n != 1);");