he.json 2.5 KB

123456789101112131415161718192021222324252627282930
  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. "Files app plugin to add comments to files" : "תוסף ליישומון הקבצים כדי להוסיף הערות על קבצים",
  12. "Edit comment" : "עריכת תגובה",
  13. "Delete comment" : "מחיקת תגובה",
  14. "Cancel edit" : "בטל עריכה",
  15. "Post comment" : "פרסם תגובה",
  16. "No comments yet, start the conversation!" : "אין תגובות עדיין, בואו נתחיל לקשקש!",
  17. "No more messages" : "אין יותר הודעות",
  18. "Retry" : "ניסיון חוזר",
  19. "Unable to load the comments list" : "לא ניתן לטעון את רשימת התגובות",
  20. "_%n unread comment_::_%n unread comments_" : ["תגובה אחת שלא נקראה","%n תגובות שלא נקראו","%n תגובות שלא נקראו","%n תגובות שלא נקראו"],
  21. "_1 new comment_::_{unread} new comments_" : ["הערה חדשה אחת","{unread} הערות חדשות","{unread} הערות חדשות","{unread} הערות חדשות"],
  22. "Comment" : "תגובה",
  23. "An error occurred while trying to edit the comment" : "אירעה שגיאה בניסיון לערוך את התגובה",
  24. "Comment deleted" : "נמחקה הערה",
  25. "An error occurred while trying to delete the comment" : "אירעה שגיאה בניסיון למחוק את התגובה",
  26. "An error occurred while trying to create the comment" : "אירעה שגיאה בניסיון ליצור את התגובה",
  27. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "אוזכרת ב־„{file}”, בתגובה של משתמש שנמחק בינתיים.",
  28. "{user} mentioned you in a comment on “{file}”" : "אוזכרת על ידי „{user}” בתגובה על „{file}”"
  29. },"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;"
  30. }