twofactor_totp/l10n/it.js

19 строки
1.3 KiB
JavaScript

OC.L10N.register(
"twofactor_totp",
{
"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",
"TOTP two-factor provider" : "Fornitore a due fattori per TOTP",
"A Two-Factor-Auth Provider for TOTP (RFC 6238)" : "Un provider di autenticazione a due fattori per TOTP (RFC 6238)",
"For quick setup, scan this QR code with your TOTP app:" : "Per una configurazione rapida, scansiona questo codice QR con la tua applicazione TOTP:",
"Could not enable TOTP" : "Impossibile abilitare TOTP",
"Could not verify your key. Please try again" : "Impossibile verificare la tua chiave. Prova ancora",
"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.",
"Authentication code" : "Codice di autenticazione",
"Submit" : "Invia"
},
"nplurals=2; plural=(n != 1);");