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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/it.js3
-rw-r--r--l10n/it.json3
2 files changed, 6 insertions, 0 deletions
diff --git a/l10n/it.js b/l10n/it.js
index f43f403..49e0cfe 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -4,6 +4,9 @@ OC.L10N.register(
"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",
+ "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",
"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.",
diff --git a/l10n/it.json b/l10n/it.json
index 6b6cd23..e6a2bae 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -2,6 +2,9 @@
"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",
+ "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",
"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.",