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

eu.js « l10n - github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9acd00d942c42f6a3a881711eb982b9f26084c04 (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
29
30
31
32
33
OC.L10N.register(
    "password_policy",
    {
    "Password is expired, please use forgot password method to reset" : "Pasahitza iraungi egin da, berrezartzeko erabili pasahitza ahaztu izanaren metodoa",
    "Password must not have been used recently before." : "Pasahitzak azkenaldian erabili gabea izan behar du.",
    "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 gutxienez %s karaktere izan behar ditu.",
    "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.",
    "Saved" : "Gordeta",
    "Minimum password length" : "Pasahitzaren gutxieneko luzera",
    "User password history" : "Erabiltzailearen pasahitz historia",
    "Number of days until user password expires" : "Erabiltzailearen pasahitza iraungi arteko egun kopurua",
    "Number of login attempts before the user account is blocked (0 for no limit)" : "Erabiltzaile kontua blokeatu aurretik saioa hasteko saiakera kopurua (0 mugarik ez ezartzeko) ",
    "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",
    "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",
    "Unknown error" : "Errore ezezaguna",
    "Minimal length has to be a non negative number" : "Gutxieneko luzerak zenbaki ez negatiboa izan behar du",
    "History size has to be a non negative number" : "Historiaren tamainak zenbaki ez negatiboa izan behar du",
    "Expiration days have to be a non negative number" : "Iraungitze egunek zenbaki ez negatiboa izan behar dute",
    "Maximum login attempts have to be a non negative number" : "Saioa hasteko gehieneko saiakerak zenbaki ez negatiboa izan behar du",
    "Error while saving" : "Errore bat gertatu da gordetzean"
},
"nplurals=2; plural=(n != 1);");