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

it.js « l10n - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f43f4030cba41cf280d98abc9ecb9465e233cbea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_totp",
    {
    "Enable TOTP" : "Abilita TOTP",
    "This is your new TOTP secret:" : "Questo è il tuo nuovo segreto TOTP:",
    "Scan this QR code with your TOTP app" : "Esegui la scansione di questo codice QR con la tua applicazione TOTP",
    "Authenticate with a TOTP app" : "Autenticati con un'applicazione TOTP",
    "Authentication code" : "Codice di autenticazione",
    "Get the authentication code from the two-factor authentication app on your device." : "Ottieni il codice di autenticazione dall'applicazione di autenticazione con due fattori sul tuo dispositivo.",
    "TOTP second-factor auth" : "Autenticazione con secondo fattore TOTP"
},
"nplurals=2; plural=(n != 1);");