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>2019-08-30 05:43:13 +0300
committerNextcloud bot <bot@nextcloud.com>2019-08-30 05:43:13 +0300
commitd37544ab99a4a58054dd1ab45ad65e34934fc336 (patch)
tree1112689d60f79602209f3c13d1639512505cec68
parentcb9079a4f96e55104f1910e84cc4b09887c0862f (diff)
[tx-robot] updated from transifexv15.0.12RC1v15.0.12
-rw-r--r--l10n/sk.js7
-rw-r--r--l10n/sk.json7
2 files changed, 12 insertions, 2 deletions
diff --git a/l10n/sk.js b/l10n/sk.js
index 7fb5d3e..15952e7 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -2,15 +2,20 @@ OC.L10N.register(
"password_policy",
{
"Password is among the 1,000,000 most common ones. Please make it unique." : "Heslo je v zozname 1 000 000 najpoužívanejších hesiel. Vyberte prosím iné.",
+ "Password is present in compromised password list. Please choose a different password." : "Heslo sa našlo v zozname uniknutých hesiel. Prosím, zvolte si iné heslo.",
"Password needs to be at least %s characters long" : "Heslo musí mať aspoň %s znakov",
"Password needs to contain at least one numeric character." : "Heslo musí obsahovať aspoň jeden numerický znak.",
"Password needs to contain at least one special character." : "Heslo musí obsahovať aspoň jeden špeciálny znak.",
"Password needs to contain at least one lower and one upper case character." : "Heslo musí obsahovať aspoň jedno malé a jedno veľké písmeno.",
"Password policy" : "Politika hesla",
+ "Allows admins to configure a password policy" : "Povoliť adminom nastaviť politiku hesiel",
+ "Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Povoliť adminom definovať pravidlá pre tvorbu hesiel. Napríklad minimálny počet znakov.",
"Minimal length" : "Minimálna dĺžka",
"Forbid common passwords" : "Zakázať najpoužívanejšie heslá",
"Enforce upper and lower case characters" : "Vynútiť veľké a malé znaky",
"Enforce numeric characters" : "Vynútiť numerické znaky",
- "Enforce special characters" : "Vynútiť špeciálne znaky"
+ "Enforce special characters" : "Vynútiť špeciálne znaky",
+ "Check password against the list of breached passwords from haveibeenpwned.com" : "Kontrolovať heslo v zozname uniknutých hesiel z haveibeenpwned.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." : "Toto vytvorí kontrolný súčet z hesla a pošle prvých 5 znakov kontrolného súčtu do haveibeenpwned.com API. Prijme sa zoznam všetkých kontrolných súčtov, ktoré začínajú na tých 5 znakov. Potom sa kontroluje, či sa zadané heslo nachádza v prijatom zozname."
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/l10n/sk.json b/l10n/sk.json
index b6c9998..637d26d 100644
--- a/l10n/sk.json
+++ b/l10n/sk.json
@@ -1,14 +1,19 @@
{ "translations": {
"Password is among the 1,000,000 most common ones. Please make it unique." : "Heslo je v zozname 1 000 000 najpoužívanejších hesiel. Vyberte prosím iné.",
+ "Password is present in compromised password list. Please choose a different password." : "Heslo sa našlo v zozname uniknutých hesiel. Prosím, zvolte si iné heslo.",
"Password needs to be at least %s characters long" : "Heslo musí mať aspoň %s znakov",
"Password needs to contain at least one numeric character." : "Heslo musí obsahovať aspoň jeden numerický znak.",
"Password needs to contain at least one special character." : "Heslo musí obsahovať aspoň jeden špeciálny znak.",
"Password needs to contain at least one lower and one upper case character." : "Heslo musí obsahovať aspoň jedno malé a jedno veľké písmeno.",
"Password policy" : "Politika hesla",
+ "Allows admins to configure a password policy" : "Povoliť adminom nastaviť politiku hesiel",
+ "Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Povoliť adminom definovať pravidlá pre tvorbu hesiel. Napríklad minimálny počet znakov.",
"Minimal length" : "Minimálna dĺžka",
"Forbid common passwords" : "Zakázať najpoužívanejšie heslá",
"Enforce upper and lower case characters" : "Vynútiť veľké a malé znaky",
"Enforce numeric characters" : "Vynútiť numerické znaky",
- "Enforce special characters" : "Vynútiť špeciálne znaky"
+ "Enforce special characters" : "Vynútiť špeciálne znaky",
+ "Check password against the list of breached passwords from haveibeenpwned.com" : "Kontrolovať heslo v zozname uniknutých hesiel z haveibeenpwned.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." : "Toto vytvorí kontrolný súčet z hesla a pošle prvých 5 znakov kontrolného súčtu do haveibeenpwned.com API. Prijme sa zoznam všetkých kontrolných súčtov, ktoré začínajú na tých 5 znakov. Potom sa kontroluje, či sa zadané heslo nachádza v prijatom zozname."
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
} \ No newline at end of file