he.js 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "מצבים אחרונים",
  5. "No recent status changes" : "אין שינויים אחרונים למצב",
  6. "In a meeting" : "בפגישה",
  7. "Commuting" : "בדרכים",
  8. "Out sick" : "בחופשת מחלה",
  9. "Vacationing" : "בחופש",
  10. "Out of office" : "מחוץ למשרד",
  11. "Working remotely" : "בעבודה מרחוק",
  12. "User status" : "מצב משתמש",
  13. "Clear status after" : "לפנות את המצב לאחר",
  14. "What is your status?" : "מה המצב שלך?",
  15. "Set status" : "הגדרת מצב",
  16. "Online status" : "מצב מקוון",
  17. "Status message" : "הודעת מצב",
  18. "Clear status message" : "פינוי הודעת המצב",
  19. "Set status message" : "הגדרת הודעת מצב",
  20. "There was an error saving the status" : "אירעה שגיאה בשמירת המצב",
  21. "There was an error clearing the status" : "אירעה שגיאה בפינוי המצב",
  22. "Don't clear" : "לא לפנות",
  23. "Today" : "היום",
  24. "This week" : "השבוע",
  25. "Online" : "מקוון",
  26. "Away" : "לא פה",
  27. "Do not disturb" : "לא להפריע",
  28. "Invisible" : "נסתרת",
  29. "Offline" : "בלתי מקוון",
  30. "There was an error saving the new status" : "אירעה שגיאה בשמירת המצב החדש",
  31. "30 minutes" : "30 דקות",
  32. "1 hour" : "שעה",
  33. "4 hours" : "4 שעות",
  34. "Mute all notifications" : "השתקת כל ההתראות",
  35. "Appear offline" : "להופיע במצב בלתי מקוון",
  36. "{status}, {timestamp}" : "{status}, {timestamp}"
  37. },
  38. "nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");