ar-ly.global.js 842 B

12345678910111213141516171819202122232425262728293031323334
  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: 'ar-ly',
  10. week: {
  11. dow: 6,
  12. doy: 12, // The week that contains Jan 1st is the first week of the year.
  13. },
  14. direction: 'rtl',
  15. buttonText: {
  16. prev: 'السابق',
  17. next: 'التالي',
  18. today: 'اليوم',
  19. year: 'سنة',
  20. month: 'شهر',
  21. week: 'أسبوع',
  22. day: 'يوم',
  23. list: 'أجندة',
  24. },
  25. weekText: 'أسبوع',
  26. allDayText: 'اليوم كله',
  27. moreLinkText: 'أخرى',
  28. noEventsText: 'أي أحداث لعرض',
  29. };
  30. index_js.globalLocales.push(locale);
  31. })(FullCalendar);