twofactor_totp/l10n/it.js

19 строки
1.3 KiB
JavaScript
Исходник Обычный вид История

2016-06-08 07:40:17 +03:00
OC.L10N.register(
"twofactor_totp",
{
2017-02-05 04:14:10 +03:00
"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)",
2016-06-08 07:40:17 +03:00
"Authenticate with a TOTP app" : "Autenticati con un'applicazione TOTP",
2017-06-11 03:22:39 +03:00
"Two Factor TOTP Provider" : "Fornitore TOTP a due fattori",
2018-05-25 03:45:09 +03:00
"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)",
2018-10-19 03:32:15 +03:00
"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",
2016-10-13 18:35:28 +03:00
"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.",
2018-10-19 03:32:15 +03:00
"Authentication code" : "Codice di autenticazione",
2018-10-04 03:39:42 +03:00
"Submit" : "Invia"
2016-06-08 07:40:17 +03:00
},
"nplurals=2; plural=(n != 1);");