f7cloud_client/apps/password_policy/l10n/sl.js
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

25 lines
2.6 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"password_policy",
{
"Password is expired, please use forgot password method to reset" : "Geslo je preteklo. Uporabite način za obnovitev pozabljenega gesla.",
"Password must not have been used recently before." : "Geslo ne sme biti uporabljeno pred kratkim.",
"Password is among the 1,000,000 most common ones. Please make it unique." : "Izbrano geslo je med 1000000 najpogostejših gesel. Potrudite se, da bo enkratno.",
"Password is present in compromised password list. Please choose a different password." : "Geslo je zavedeno na seznamu ogroženih gesel. Izberite drugo geslo.",
"Password needs to be at least %s characters long." : "Geslo mora vsebovati najmanj %s znakov.",
"Password needs to contain at least one numeric character." : "Geslo mora vsebovati vsaj en številski znak.",
"Password needs to contain at least one special character." : "Geslo mora vsebovati vsaj en poseben znak.",
"Password needs to contain at least one lower and one upper case character." : "Geslo mora vsebovati vsaj eno malo in eno veliko tiskano črko.",
"Password policy" : "Določila gesel",
"Allows admins to configure a password policy" : "Omogoča skrbnikom nastavljanje pravil uporabe gesel",
"Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Dovoli skrbniku določiti določene predpogoje za gesla, na primer vsiljeno dolžino",
"Number of days until user password expires" : "Število dni do preteka uporabniškega gesla",
"Minimum password length" : "Najmanjša dolžina gesla",
"Forbid common passwords" : "Prepreči splošna gesla",
"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",
"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 F7cloud 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 F7cloud."
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");