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

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/it.js')
-rw-r--r--l10n/it.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/l10n/it.js b/l10n/it.js
index 24ae925..eb8450e 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -24,6 +24,10 @@ OC.L10N.register(
"Check password against the list of breached passwords from haveibeenpwned.com" : "Verifica la password con l'elenco di password compromesse di haveibeenpwnd.com",
"This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Questo controllo crea un hash della password e invia i primi 5 caratteri di questo hash alle API di haveibeenpwned.com per recuperare un elenco di tutti gli hash che iniziano con questi caratteri. Poi controlla se la password dell'istanza Nextcloud รจ presente nei risultati.",
"Unknown error" : "Errore sconosciuto",
+ "Minimal length has to be a non negative number" : "La lunghezza minima deve essere un numero positivo",
+ "History size has to be a non negative number" : "La dimensione della cronologia deve essere un numero positivo",
+ "Expiration days have to be a non negative number" : "I giorni di scadenza devono essere un numero positivo",
+ "Maximum login attempts have to be a non negative number" : "I massimi tentativi di accesso devono essere un numero positivo",
"Password needs to be at least %s characters long" : "La password deve essere composta di almeno %s caratteri",
"Minimal length" : "Lunghezza minima",
"days until user password expires" : "giorni prima che la password scada",