he.js 1.5 KB

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