he.js 2.5 KB

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