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-10-24 05:57:49 +0300
committerNextcloud bot <bot@nextcloud.com>2020-10-24 05:57:49 +0300
commit2ebd1417938c688a25c5ea9240fcf239b27678e6 (patch)
tree4756b6b74ecbe35ec0e96f7e080a00ffdcba3189
parentd50dec0336b67a00bbe0c14bfece3e2f3d6664fd (diff)
[tx-robot] updated from transifexv20.0.1
-rw-r--r--l10n/sl.js3
-rw-r--r--l10n/sl.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/l10n/sl.js b/l10n/sl.js
index 7e43518..420cb1c 100644
--- a/l10n/sl.js
+++ b/l10n/sl.js
@@ -14,6 +14,7 @@ OC.L10N.register(
"Enforce upper and lower case characters" : "Zahtevaj velike in male črkovne znake",
"Enforce numeric characters" : "Zahtevaj številske znake",
"Enforce special characters" : "Zahtevaj posebne znake",
- "Check password against the list of breached passwords from haveibeenpwned.com" : "Preveri kakovost gesla s seznamom neustreznih gesel na haveibeenpwned.com"
+ "Check password against the list of breached passwords from haveibeenpwned.com" : "Preveri kakovost gesla s seznamom neustreznih gesel na 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." : "Ta možnost ustvari nadzorno kodo uporabljenega gesla in pošlje prvih 5 znakov na naslov haveibeenpwned.com, v povratnici pa pridobi seznam vseh podobnih kod. Preveri tudi, ali je nadzorna vsota gesla skladna z geslom, uporabljenim za Nextcloud."
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/l10n/sl.json b/l10n/sl.json
index 131d7c5..78d31ac 100644
--- a/l10n/sl.json
+++ b/l10n/sl.json
@@ -12,6 +12,7 @@
"Enforce upper and lower case characters" : "Zahtevaj velike in male črkovne znake",
"Enforce numeric characters" : "Zahtevaj številske znake",
"Enforce special characters" : "Zahtevaj posebne znake",
- "Check password against the list of breached passwords from haveibeenpwned.com" : "Preveri kakovost gesla s seznamom neustreznih gesel na haveibeenpwned.com"
+ "Check password against the list of breached passwords from haveibeenpwned.com" : "Preveri kakovost gesla s seznamom neustreznih gesel na 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." : "Ta možnost ustvari nadzorno kodo uporabljenega gesla in pošlje prvih 5 znakov na naslov haveibeenpwned.com, v povratnici pa pridobi seznam vseh podobnih kod. Preveri tudi, ali je nadzorna vsota gesla skladna z geslom, uporabljenim za Nextcloud."
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
} \ No newline at end of file