diff --git a/l10n/he.js b/l10n/he.js index 493012b..d6817b0 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -9,7 +9,7 @@ OC.L10N.register( "Password confirmation does not match the password." : "סיסמת האימות אינה תואמת את הסיסמא.", "Password must be different than the old password." : "הסיסמא חייבת להיות שונה מהסיסמא הישנה.", "An expiration date is required." : "נחוץ תאריך תפוגה.", - "_The expiration date cannot exceed %n day._::_The expiration date cannot exceed %n days._" : ["תאריך התפוגה אינו יכול לעלות על %n יום.","תאריך התפוגה אינו יכול לעלות על %n ימים.","תאריך התפוגה אינו יכול לעלות על %n ימים.","תאריך התפוגה אינו יכול לעלות על %n ימים."], + "_The expiration date cannot exceed %n day._::_The expiration date cannot exceed %n days._" : ["תאריך התפוגה אינו יכול לעלות על %n יום.","תאריך התפוגה אינו יכול לעלות על %n ימים.","תאריך התפוגה אינו יכול לעלות על %n ימים."], "Password expiration notice" : "הודעת תפוגה של סיסמא", "Your password expired %1$s days ago" : "פג תוקף הסיסמא שלך פני %1$s ימים", "You have %1$s days to change your password" : "יש לך %1$s ימים לשנות את הסיסמא", @@ -49,4 +49,4 @@ OC.L10N.register( "New password" : "סיסמא חדשה", "Confirm new password" : "יש לאשר סיסמא חדשה" }, -"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); +"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"); diff --git a/l10n/he.json b/l10n/he.json index a71872d..139d9f6 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -7,7 +7,7 @@ "Password confirmation does not match the password." : "סיסמת האימות אינה תואמת את הסיסמא.", "Password must be different than the old password." : "הסיסמא חייבת להיות שונה מהסיסמא הישנה.", "An expiration date is required." : "נחוץ תאריך תפוגה.", - "_The expiration date cannot exceed %n day._::_The expiration date cannot exceed %n days._" : ["תאריך התפוגה אינו יכול לעלות על %n יום.","תאריך התפוגה אינו יכול לעלות על %n ימים.","תאריך התפוגה אינו יכול לעלות על %n ימים.","תאריך התפוגה אינו יכול לעלות על %n ימים."], + "_The expiration date cannot exceed %n day._::_The expiration date cannot exceed %n days._" : ["תאריך התפוגה אינו יכול לעלות על %n יום.","תאריך התפוגה אינו יכול לעלות על %n ימים.","תאריך התפוגה אינו יכול לעלות על %n ימים."], "Password expiration notice" : "הודעת תפוגה של סיסמא", "Your password expired %1$s days ago" : "פג תוקף הסיסמא שלך פני %1$s ימים", "You have %1$s days to change your password" : "יש לך %1$s ימים לשנות את הסיסמא", @@ -46,5 +46,5 @@ "Current password" : "סיסמא נוכחית", "New password" : "סיסמא חדשה", "Confirm new password" : "יש לאשר סיסמא חדשה" -},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" +},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;" } \ No newline at end of file