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:
authorNextcloud bot <bot@nextcloud.com>2021-04-07 06:07:18 +0300
committerNextcloud bot <bot@nextcloud.com>2021-04-07 06:07:18 +0300
commit087ede7c96466ca4a9844cb1207bc47ebc1c3772 (patch)
tree37053b5775b0fe0e231776597f1a123c3c099620
parentc54c7961f0151188ad1b9afcfa6c07716be1320f (diff)
[tx-robot] updated from transifexv20.0.9
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/hu.js6
-rw-r--r--l10n/hu.json6
-rw-r--r--l10n/it.js4
-rw-r--r--l10n/it.json4
4 files changed, 20 insertions, 0 deletions
diff --git a/l10n/hu.js b/l10n/hu.js
index 9b0d64c..d43699a 100644
--- a/l10n/hu.js
+++ b/l10n/hu.js
@@ -15,6 +15,8 @@ OC.L10N.register(
"Saved" : "Mentve",
"Minimum password length" : "Minimális jelszó hossz",
"User password history" : "Felhasználói jelszó előzményei",
+ "Number of days until user password expires" : "A felhasználói jelszó lejártáig eltelt napok száma",
+ "Number of login attempts before the user account is blocked (0 for no limit)" : "A felhasználói fiók blokkolása előtti bejelentkezési kísérletek száma (0 korlátozás nélkül)",
"Forbid common passwords" : "Gyakori jelszavak tiltása",
"Enforce upper and lower case characters" : "Nagy- és kisbetűs karakterek megkövetelése",
"Enforce numeric characters" : "Numerikus karakterek megkövetelése",
@@ -22,6 +24,10 @@ OC.L10N.register(
"Check password against the list of breached passwords from haveibeenpwned.com" : "A jelszó összenézése a haveibeenpwned.com-ról származó feltört jelszavakkal",
"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." : "Ez az ellenőrzés ujjlenyomatot hoz létre a jelszóból, és ennek az első 5 karakterét elküldi a haveibeenpwned.com API-jának, hogy visszakapja az azzal kezdődő ujjlenyomatokat. Ezután leellenőrzi a Nextcloud példányon, hogy a megadott jelszó ujjlenyomata szerepel-e az eredményhalmazban.",
"Unknown error" : "Ismeretlen hiba",
+ "Minimal length has to be a non negative number" : "A minimális hosszúságnak nem negatív számnak kell lennie",
+ "History size has to be a non negative number" : "Az előzmények méretének nem negatív számnak kell lennie",
+ "Expiration days have to be a non negative number" : "A lejárati napoknak nem negatív számnak kell lenniük",
+ "Maximum login attempts have to be a non negative number" : "A maximális bejelentkezési kísérletnek nem negatív számnak kell lennie",
"Password needs to be at least %s characters long" : "A jelszónak legalább %s karakter hosszúnak kell lennie",
"Minimal length" : "Minimális hossz",
"days until user password expires" : "nap múlva a jelszó lejár",
diff --git a/l10n/hu.json b/l10n/hu.json
index c0a697b..6f785f1 100644
--- a/l10n/hu.json
+++ b/l10n/hu.json
@@ -13,6 +13,8 @@
"Saved" : "Mentve",
"Minimum password length" : "Minimális jelszó hossz",
"User password history" : "Felhasználói jelszó előzményei",
+ "Number of days until user password expires" : "A felhasználói jelszó lejártáig eltelt napok száma",
+ "Number of login attempts before the user account is blocked (0 for no limit)" : "A felhasználói fiók blokkolása előtti bejelentkezési kísérletek száma (0 korlátozás nélkül)",
"Forbid common passwords" : "Gyakori jelszavak tiltása",
"Enforce upper and lower case characters" : "Nagy- és kisbetűs karakterek megkövetelése",
"Enforce numeric characters" : "Numerikus karakterek megkövetelése",
@@ -20,6 +22,10 @@
"Check password against the list of breached passwords from haveibeenpwned.com" : "A jelszó összenézése a haveibeenpwned.com-ról származó feltört jelszavakkal",
"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." : "Ez az ellenőrzés ujjlenyomatot hoz létre a jelszóból, és ennek az első 5 karakterét elküldi a haveibeenpwned.com API-jának, hogy visszakapja az azzal kezdődő ujjlenyomatokat. Ezután leellenőrzi a Nextcloud példányon, hogy a megadott jelszó ujjlenyomata szerepel-e az eredményhalmazban.",
"Unknown error" : "Ismeretlen hiba",
+ "Minimal length has to be a non negative number" : "A minimális hosszúságnak nem negatív számnak kell lennie",
+ "History size has to be a non negative number" : "Az előzmények méretének nem negatív számnak kell lennie",
+ "Expiration days have to be a non negative number" : "A lejárati napoknak nem negatív számnak kell lenniük",
+ "Maximum login attempts have to be a non negative number" : "A maximális bejelentkezési kísérletnek nem negatív számnak kell lennie",
"Password needs to be at least %s characters long" : "A jelszónak legalább %s karakter hosszúnak kell lennie",
"Minimal length" : "Minimális hossz",
"days until user password expires" : "nap múlva a jelszó lejár",
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",
diff --git a/l10n/it.json b/l10n/it.json
index b5fb17a..b3a5593 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -22,6 +22,10 @@
"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",