th.global.js 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  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: 'th',
  10. week: {
  11. dow: 1,
  12. doy: 4, // The week that contains Jan 4th is the first week of the year.
  13. },
  14. buttonText: {
  15. prev: 'ก่อนหน้า',
  16. next: 'ถัดไป',
  17. prevYear: 'ปีก่อนหน้า',
  18. nextYear: 'ปีถัดไป',
  19. year: 'ปี',
  20. today: 'วันนี้',
  21. month: 'เดือน',
  22. week: 'สัปดาห์',
  23. day: 'วัน',
  24. list: 'กำหนดการ',
  25. },
  26. weekText: 'สัปดาห์',
  27. allDayText: 'ตลอดวัน',
  28. moreLinkText: 'เพิ่มเติม',
  29. noEventsText: 'ไม่มีกิจกรรมที่จะแสดง',
  30. };
  31. index_js.globalLocales.push(locale);
  32. })(FullCalendar);