Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs.json « l10n - github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3991f17db432e5db4a1f4bd205c7aea015f4dc11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{ "translations": {
    "Password is expired, please use forgot password method to reset" : "Platnost hesla skončila – nastavte si nové prostřednictvím procedury pro zapomenuté heslo",
    "Password must not have been used recently before." : "Je třeba, aby heslo nebylo z těch nedávnou používaných.",
    "Password is among the 1,000,000 most common ones. Please make it unique." : "Heslo spadá mezi 1 000 000 nejběžnějších hesel. Vyberte si jiné.",
    "Password is present in compromised password list. Please choose a different password." : "Heslo se nachází na seznamu kompromitovaných hesel. Zvolte jiné.",
    "Password needs to be at least %s characters long." : "Je třeba, aby heslo bylo alespoň %s znaků dlouhé.",
    "Password needs to contain at least one numeric character." : "Je třeba, aby heslo obsahovalo alespoň jednu číslici.",
    "Password needs to contain at least one special character." : "Je třeba, aby heslo obsahovalo alespoň jeden speciální znak.",
    "Password needs to contain at least one lower and one upper case character." : "Je třeba, aby heslo obsahovalo alespoň jedno malé a jedno velké písmeno.",
    "Password policy" : "Požadavky na hesla",
    "Allows admins to configure a password policy" : "Umožňuje správcům nastavovat pravidla pro hesla",
    "Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Umožnit správci definovat určité požadavky na heslo – např. vynutit minimální délku",
    "Minimum password length" : "Minimální délka hesla",
    "User password history" : "Historie hesel uživatele",
    "Number of days until user password expires" : "Počet dní do vypršení platnosti hesla uživatele",
    "Number of login attempts before the user account is blocked (0 for no limit)" : "Počet pokusů o přihlášení před zablokováním uživatelského účtu (0 bez omezení)",
    "Forbid common passwords" : "Zakázat běžná hesla",
    "Enforce upper and lower case characters" : "Vyžadovat VELKÁ a malá písmena",
    "Enforce numeric characters" : "Vyžadovat čísla",
    "Enforce special characters" : "Vyžadovat speciální znaky",
    "Check password against the list of breached passwords from haveibeenpwned.com" : "Zkontrolovat heslo vůči seznamu prolomených hesel 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." : "Tato kontrola vytvoří otisk (hash) hesla a pošle prvních 5 znaků tohoto otisku na aplikační program. rozhraní (API) služby haveibeenpwned.com pro získání seznamu všech otisků, které začínají na tento. Pak zkontroluje na instanci Nextcloud, zda se ve výsledné sadě vyskytuje otisk daného hesla.",
    "Password needs to be at least %s characters long" : "Je třeba, aby heslo bylo alespoň %s znaků dlouhé",
    "Minimal length" : "Minimální délka",
    "days until user password expires" : "dnů do skončení platnosti hesla uživatele",
    "login attempts before the user account is blocked. (0 for no limit)" : "po kolika neúspěšných pokusech v řadě zablokovat uživatelský účet (0 pro bez omezení)"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}