ku.global.js 855 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: 'ku',
  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);