he.json 2.5 KB

12345678910111213141516171819202122232425262728293031
  1. { "translations": {
  2. "Comments" : "תגובות",
  3. "You commented" : "הערות שלך",
  4. "%1$s commented" : "התקבלו תגובות %1$s",
  5. "{author} commented" : "התקבלה תגובה מאת {author}",
  6. "You commented on %1$s" : "הגבת על %1$s",
  7. "You commented on {file}" : "הגבת על {file}",
  8. "%1$s commented on %2$s" : "התקבלו תגובות %1$s ב- %2$s ",
  9. "{author} commented on {file}" : "נוספה תגובה על {file} מאת {author}",
  10. "<strong>Comments</strong> for files" : "<strong>תגובות</strong> על קבצים",
  11. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "אוזכרת ב־„{file}”, בתגובה של משתמש שנמחק בינתיים.",
  12. "{user} mentioned you in a comment on “{file}”" : "אוזכרת על ידי „{user}” בתגובה על „{file}”",
  13. "Files app plugin to add comments to files" : "תוסף ליישומון הקבצים כדי להוסיף הערות על קבצים",
  14. "Edit comment" : "עריכת תגובה",
  15. "Delete comment" : "מחיקת תגובה",
  16. "New comment …" : "תגובה חדשה",
  17. "Post" : "פרסום",
  18. "Cancel" : "ביטול",
  19. "[Deleted user]" : "[משתמשים מוסרים]",
  20. "No comments yet, start the conversation!" : "אין תגובות עדיין, בואו נתחיל לקשקש!",
  21. "More comments …" : "תגובות נוספות…",
  22. "Save" : "שמירה",
  23. "Allowed characters {count} of {max}" : "תווים מותרים {count} מתוך {max}",
  24. "Error occurred while retrieving comment with ID {id}" : "אירעה שגיאה בעת קבלת התגובה עם המזהה {id}",
  25. "Error occurred while updating comment with id {id}" : "שגיאה אירעה כאשר עודכנה תגובה עם מספר זיהוי {id}",
  26. "Error occurred while posting comment" : "אירעה שגיאה בזמן פרסום תגובה",
  27. "_%n unread comment_::_%n unread comments_" : ["תגובה אחת שלא נקראה","%n תגובות שלא נקראו","%n תגובות שלא נקראו","%n תגובות שלא נקראו"],
  28. "_1 new comment_::_{unread} new comments_" : ["הערה חדשה אחת","{unread} הערות חדשות","{unread} הערות חדשות","{unread} הערות חדשות"],
  29. "Comment" : "תגובה"
  30. },"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;"
  31. }