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 1.4KB

12345678910111213141516171819202122232425
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Delete comment" : "מחיקת תגובה",
  5. "Post" : "פרסום",
  6. "Cancel" : "ביטול",
  7. "Edit comment" : "עריכת תגובה",
  8. "[Deleted user]" : "[משתמשים מוסרים]",
  9. "Comments" : "תגובות",
  10. "Save" : "שמירה",
  11. "Allowed characters {count} of {max}" : "תווים מותרים {count} מתוך {max}",
  12. "Error occurred while retrieving comment with id {id}" : "שגיאה אירעה כאשר אוחזרה תגובה עם מספר זיהוי {id}",
  13. "Error occurred while updating comment with id {id}" : "שגיאה אירעה כאשר עודכנה תגובה עם מספר זיהוי {id}",
  14. "Error occurred while posting comment" : "אירעה שגיאה בזמן פרסום תגובה",
  15. "Comment" : "תגובה",
  16. "You commented" : "הערות שלך",
  17. "%1$s commented" : "התקבלו תגובות %1$s",
  18. "You commented on %2$s" : "הערות שלך ב- %2$s",
  19. "%1$s commented on %2$s" : "התקבלו תגובות %1$s ב- %2$s ",
  20. "Type in a new comment..." : "יש להכניס תגובה חדשה...",
  21. "No other comments available" : "אין תגובות אחרות זמינות",
  22. "More comments..." : "תגובות נוספות...",
  23. "{count} unread comments" : "{count} תגובות שלא נקראו"
  24. },
  25. "nplurals=2; plural=(n != 1);");