31 lines
4.1 KiB
JSON
31 lines
4.1 KiB
JSON
{ "translations": {
|
|
"Password is expired, please use forgot password method to reset" : "תוקף הססמה פג, נא להשתמש בשיטה שכחתי ססמה כדי לאפס",
|
|
"Password must not have been used recently before." : "אסור להשתמש בססמה שכבר נעשה בה שימוש לאחרונה.",
|
|
"Password is among the 1,000,000 most common ones. Please make it unique." : "הססמה היא בין מיליון הססמאות הנפוצות ביותר. נא להפוך אותה ליותר ייחודית.",
|
|
"Password is present in compromised password list. Please choose a different password." : "הססמה מופיעה ברשימת הססמאות שנפרצו. נא לבחור בססמה חלופית.",
|
|
"Password needs to be at least %s characters long." : "על אורך הססמה להיות %s תווים לפחות.",
|
|
"Password needs to contain at least one numeric character." : "הססמה חייבת להכיל לפחות מספר כלשהו.",
|
|
"Password needs to contain at least one special character." : "הססמה חייבת להכיל לפחות תו מיוחד אחד.",
|
|
"Password needs to contain at least one lower and one upper case character." : "על הססמה להכיל לפחות אות אחת קטנה ואות אחת גדולה.",
|
|
"Password policy" : "מדיניות ססמה",
|
|
"Allows admins to configure a password policy" : "מאפשר למנהלים להגדיר מדיניות ססמה",
|
|
"Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "לאפשר להנהלה להגדיר תנאי קדם מסוימים לססמה, למשל: לאסוף אורך מזערי",
|
|
"Minimum password length" : "אורך הססמה המזערי",
|
|
"User password history" : "היסטוריית הססמאות של המשתמש",
|
|
"Number of days until user password expires" : "מספר הימים עד לתפוגת הססמה",
|
|
"Number of login attempts before the user account is blocked (0 for no limit)" : "מספר ניסיונות הכניסה עד לחסימת חשבון המשתמש (0 כדי להשבית את ההגבלה)",
|
|
"Forbid common passwords" : "איסור על מילים נפוצות",
|
|
"Enforce upper and lower case characters" : "אכיפת אותיות קטנות וגדולות",
|
|
"Enforce numeric characters" : "אכיפת ספרות",
|
|
"Enforce special characters" : "אכיפת תווים מיוחדים",
|
|
"Check password against the list of breached passwords from haveibeenpwned.com" : "לבדוק את הססמה מול רשימת ססמאות שדלפו אצל 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." : "בדיקה זו מייצרת גיבוב של הססמה ושולחת את 5 התווים הראשונים של הגיבוב הזה ל־API של haveibeenpwned.com כדי לקבל רשימה של כל הגיבובים שמתחילים בתווים האלה. לאחר מכן היא בודקת בעותק ה־Nextcloud אם גיבוב הססמה הוא במערך התוצאות.",
|
|
"Unknown error" : "שגיאה בלתי ידועה",
|
|
"Minimal length has to be a non negative number" : "האורך המזערי חייב להיות מספר לא שלילי",
|
|
"History size has to be a non negative number" : "גודל ההיסטוריה חייב להיות מספר לא שלילי",
|
|
"Expiration days have to be a non negative number" : "ימי תפוגת התוקף חייבים להיות מספר לא שלילי",
|
|
"Maximum login attempts have to be a non negative number" : "כמות ניסיונות הכניסה המרבית חייבת להיות מספר לא שלילי",
|
|
"Settings saved" : "הגדרות נשמרו",
|
|
"Saved" : "נשמרה"
|
|
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
|
|
} |