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>2020-03-28 05:53:33 +0300
committerNextcloud bot <bot@nextcloud.com>2020-03-28 05:53:33 +0300
commit9757e17ab65d489a956ed7cc07454a2ede68334c (patch)
tree4d484e911b744da683d364a49abc88fbc91c3635
parentba95b934d56e642bd40f5f3acbdb273bd382947b (diff)
[tx-robot] updated from transifexv19.0.0beta1
-rw-r--r--l10n/eu.js6
-rw-r--r--l10n/eu.json6
2 files changed, 10 insertions, 2 deletions
diff --git a/l10n/eu.js b/l10n/eu.js
index d5468a2..3dfa161 100644
--- a/l10n/eu.js
+++ b/l10n/eu.js
@@ -2,16 +2,20 @@ OC.L10N.register(
"password_policy",
{
"Password is among the 1,000,000 most common ones. Please make it unique." : "Pasahitza 1000000 pasahitz tipikoen taldean dago. Unikoa bihur ezazu",
+ "Password is present in compromised password list. Please choose a different password." : "Pasahitz hau ezaguna den pasahitzen fitxategi baten dago. Aukeratu beste bat.",
"Password needs to be at least %s characters long" : "Pasahitzak %s karaktere izan behar du gutxienez",
"Password needs to contain at least one numeric character." : "Pasahitzek zenbaki bat izan behar dute gutxienez.",
"Password needs to contain at least one special character." : "Pasahitzek karaktere berezi bat izan behar dute gutxienez.",
"Password needs to contain at least one lower and one upper case character." : "Pasahitzek hizki xehe eta hizki larri bat izan behar du gutxienez.",
"Password policy" : "Pasahitz politika",
"Allows admins to configure a password policy" : "Baimendu administratzaileei pasahitzen politika bat konfiguratzea",
+ "Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Baimendu kudeatzaileari pasahitzen inguruko baldintzak ezartze, adb: luzera minimo bat izatera derrigortu.",
"Minimal length" : "Luzera minimoa",
"Forbid common passwords" : "Pasahitz ohikoenak debekatu",
"Enforce upper and lower case characters" : "Enforce upper and lower case characters",
"Enforce numeric characters" : "Karaktere numerikoak destakatu",
- "Enforce special characters" : "Karaktere bereziak destakatu"
+ "Enforce special characters" : "Karaktere bereziak destakatu",
+ "Check password against the list of breached passwords from haveibeenpwned.com" : "Pasahitzak haveibeenpwned.com zerbitzuan egiaztatu",
+ "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." : "Egiaztapenak pasahitzaren hash bat sortzen du eta lehenengo bost karaktereak haveibeenpwned.com zerbitzuaren APIra bidaltzen ditu berdin hasten diren hashak lortzeko. Ondoen Nextcloud instantzia barruan egiaztatzen du idatzitako pasahitzaren hasha zerrenda horretan dagoen ala.ez"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/eu.json b/l10n/eu.json
index 283d3f3..a4abb41 100644
--- a/l10n/eu.json
+++ b/l10n/eu.json
@@ -1,15 +1,19 @@
{ "translations": {
"Password is among the 1,000,000 most common ones. Please make it unique." : "Pasahitza 1000000 pasahitz tipikoen taldean dago. Unikoa bihur ezazu",
+ "Password is present in compromised password list. Please choose a different password." : "Pasahitz hau ezaguna den pasahitzen fitxategi baten dago. Aukeratu beste bat.",
"Password needs to be at least %s characters long" : "Pasahitzak %s karaktere izan behar du gutxienez",
"Password needs to contain at least one numeric character." : "Pasahitzek zenbaki bat izan behar dute gutxienez.",
"Password needs to contain at least one special character." : "Pasahitzek karaktere berezi bat izan behar dute gutxienez.",
"Password needs to contain at least one lower and one upper case character." : "Pasahitzek hizki xehe eta hizki larri bat izan behar du gutxienez.",
"Password policy" : "Pasahitz politika",
"Allows admins to configure a password policy" : "Baimendu administratzaileei pasahitzen politika bat konfiguratzea",
+ "Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Baimendu kudeatzaileari pasahitzen inguruko baldintzak ezartze, adb: luzera minimo bat izatera derrigortu.",
"Minimal length" : "Luzera minimoa",
"Forbid common passwords" : "Pasahitz ohikoenak debekatu",
"Enforce upper and lower case characters" : "Enforce upper and lower case characters",
"Enforce numeric characters" : "Karaktere numerikoak destakatu",
- "Enforce special characters" : "Karaktere bereziak destakatu"
+ "Enforce special characters" : "Karaktere bereziak destakatu",
+ "Check password against the list of breached passwords from haveibeenpwned.com" : "Pasahitzak haveibeenpwned.com zerbitzuan egiaztatu",
+ "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." : "Egiaztapenak pasahitzaren hash bat sortzen du eta lehenengo bost karaktereak haveibeenpwned.com zerbitzuaren APIra bidaltzen ditu berdin hasten diren hashak lortzeko. Ondoen Nextcloud instantzia barruan egiaztatzen du idatzitako pasahitzaren hasha zerrenda horretan dagoen ala.ez"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file