You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

he.js 2.6KB

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