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

gl.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 054565c3416d9756f85bbdd61ff5cda64ccc6bcd (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 é o  seu novo secreto de TOTP:",
    "Scan this QR code with your TOTP app" : "Escanee este código QR coa súa aplicación TOTP",
    "Once you have configured your app, enter a test code below to ensure that your app has been configured correctly." : "Cando teña configurada a súa aplicación, introduza debaixo un código de probas para asegurar que a súa aplicación estea configurada correctamente",
    "Authentication code" : "Código de autenticación",
    "Verify" : "Verificar",
    "Could not verify your key. Please try again" : "Non foi posíbel verificar a súa chave. Ténteo de novo",
    "You enabled TOTP two-factor authentication for your account" : "Activou a autenticación TOTP de dous factores para a súa conta",
    "You disabled TOTP two-factor authentication for your account" : "Vostede deshabilitou a autenticación TOTP de dous factores para a súa conta",
    "TOTP (Authenticator app)" : "TOTP (aplicación de autenticación)",
    "Authenticate with a TOTP app" : "Autenticar coa aplicación TOTP",
    "Two Factor TOTP Provider" : "Provedor TOTP de dous factores",
    "Submit" : "Enviar",
    "Get the authentication code from the two-factor authentication app on your device." : "Obteña o código de autenticación da aplicación de autenticación de dous factores no seu dispositivo.",
    "TOTP second-factor auth" : "Segundo factor de autenticación TOTP"
},
"nplurals=2; plural=(n != 1);");