1
0

he.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. { "translations": {
  2. "Calendar" : "יומן",
  3. "Todos" : "משימות מטלות",
  4. "Personal" : "אישי",
  5. "{actor} created calendar {calendar}" : "היומן {calendar} נוצר על ידי {actor}",
  6. "You created calendar {calendar}" : "מחקת את היומן {calendar}",
  7. "{actor} deleted calendar {calendar}" : "היומן {calendar} נמחק על ידי {actor}",
  8. "You deleted calendar {calendar}" : "מחקת את היומן {calendar}",
  9. "{actor} updated calendar {calendar}" : "היומן {calendar} עודכן על ידי {actor}",
  10. "You updated calendar {calendar}" : "עדכנת את היומן {calendar}",
  11. "You shared calendar {calendar} as public link" : "שיתפת את היומן {calendar} כקישור ציבורי",
  12. "You removed public link for calendar {calendar}" : "הסרת את הקישור הציבורי ליומן {calendar}",
  13. "A <strong>calendar</strong> was modified" : " <strong>יומן</strong> נערך",
  14. "A calendar <strong>event</strong> was modified" : "<strong>אירוע</strong> ביומן נערך",
  15. "Contact birthdays" : "ימי הולדת של אנשי קשר",
  16. "Invitation canceled" : "ההזמנה בוטלה",
  17. "Hello %s," : "שלום %s,",
  18. "The meeting »%s« with %s was canceled." : "הפגישה „%s” עם %s בוטלה.",
  19. "Invitation updated" : "ההזמנה עודכנה",
  20. "The meeting »%s« with %s was updated." : "הפגישה „%s” עם %s עודכנה.",
  21. "When:" : "מתי:",
  22. "Where:" : "איפה:",
  23. "Description:" : "תיאור:",
  24. "Link:" : "קישור:",
  25. "Contacts" : "אנשי קשר",
  26. "WebDAV" : "WebDAV",
  27. "Technical details" : "פרטים טכניים",
  28. "Remote Address: %s" : "כתובת מרוחקת: %s",
  29. "Request ID: %s" : "מזהה בקשה: %s",
  30. "CalDAV server" : "שרת CalDAV",
  31. "Send invitations to attendees" : "שליחת הזמנות למשתתפים",
  32. "Please make sure to properly set up the email settings above." : "נא לוודא שהגדרת את הדוא״ל שלהלן כראוי.",
  33. "Automatically generate a birthday calendar" : "יצירת יומן ימי הולדת אוטומטית",
  34. "Birthday calendars will be generated by a background job." : "יומני ימי הולדת ייווצרו על ידי משימה ברקע.",
  35. "Hence they will not be available immediately after enabling but will show up after some time." : "לכן הם לא יהיה זמינים מיד לאחר ההפעלה אלא הם יופיעו לאחר זמן מה."
  36. },"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;"
  37. }