diff options
Diffstat (limited to 'apps/user_status/l10n/he.json')
-rw-r--r-- | apps/user_status/l10n/he.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/user_status/l10n/he.json b/apps/user_status/l10n/he.json index 0b9cdabe54e..e1ff91205c2 100644 --- a/apps/user_status/l10n/he.json +++ b/apps/user_status/l10n/he.json @@ -1,5 +1,6 @@ { "translations": { "Recent statuses" : "מצבים אחרונים", + "No recent status changes" : "אין שינויים אחרונים למצב", "In a meeting" : "בפגישה", "Commuting" : "בדרכים", "Out sick" : "בחופשת מחלה", @@ -15,14 +16,12 @@ "Set status message" : "הגדרת הודעת מצב", "There was an error saving the status" : "אירעה שגיאה בשמירת המצב", "There was an error clearing the status" : "אירעה שגיאה בפינוי המצב", - "No recent status changes" : "אין שינויים אחרונים למצב", - "Away" : "לא פה", - "Do not disturb" : "לא להפריע", - "{status}, {timestamp}" : "{status}, {timestamp}", "Don't clear" : "לא לפנות", "Today" : "היום", "This week" : "השבוע", "Online" : "מקוון", + "Away" : "לא פה", + "Do not disturb" : "לא להפריע", "Invisible" : "נסתרת", "Offline" : "בלתי מקוון", "There was an error saving the new status" : "אירעה שגיאה בשמירת המצב החדש", @@ -30,6 +29,7 @@ "1 hour" : "שעה", "4 hours" : "4 שעות", "Mute all notifications" : "השתקת כל ההתראות", - "Appear offline" : "להופיע במצב בלתי מקוון" + "Appear offline" : "להופיע במצב בלתי מקוון", + "{status}, {timestamp}" : "{status}, {timestamp}" },"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;" }
\ No newline at end of file |