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: c848362d743ecd3a8390f66d59560e02abb702a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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",
    "Once you have configured your app, enter a test code below to ensure that your app has been configured correctly." : "Una volta configurata la tua applicazione, digita un codice di prova per assicurarti che la tua applicazione sia configurata correttamente.",
    "Authentication code" : "Codice di autenticazione",
    "Verify" : "Verifica",
    "Could not enable TOTP" : "Impossibile abilitare TOTP",
    "Could not verify your key. Please try again" : "Impossibile verificare la tua chiave. Prova ancora",
    "You enabled TOTP two-factor authentication for your account" : "Hai abilitato l'autenticazione TOTP a due fattori per il tuo account",
    "You disabled TOTP two-factor authentication for your account" : "Hai disabilitato l'autenticazione TOTP a due fattori per il tuo account",
    "TOTP (Authenticator app)" : "TOTP (Applicazione autenticazione)",
    "Authenticate with a TOTP app" : "Autenticati con un'applicazione TOTP",
    "Two Factor TOTP Provider" : "Fornitore TOTP a due fattori",
    "Submit" : "Invia",
    "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);");