he.global.js 705 B

123456789101112131415161718192021222324252627282930
  1. /*!
  2. FullCalendar Core v6.1.14
  3. Docs & License: https://fullcalendar.io
  4. (c) 2024 Adam Shaw
  5. */
  6. (function (index_js) {
  7. 'use strict';
  8. var locale = {
  9. code: 'he',
  10. direction: 'rtl',
  11. buttonText: {
  12. prev: 'הקודם',
  13. next: 'הבא',
  14. today: 'היום',
  15. year: 'שנה',
  16. month: 'חודש',
  17. week: 'שבוע',
  18. day: 'יום',
  19. list: 'סדר יום',
  20. },
  21. allDayText: 'כל היום',
  22. moreLinkText: 'נוספים',
  23. noEventsText: 'אין אירועים להצגה',
  24. weekText: 'שבוע',
  25. };
  26. index_js.globalLocales.push(locale);
  27. })(FullCalendar);