1
0

he.js 2.7 KB

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