he.json 2.5 KB

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