Aucune description

th.js 919B

12345678910111213141516171819202122232425
  1. (function (global, factory) {
  2. typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
  3. typeof define === 'function' && define.amd ? define(factory) :
  4. (global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.th = factory()));
  5. }(this, function () { 'use strict';
  6. var th = {
  7. code: "th",
  8. buttonText: {
  9. prev: "ย้อน",
  10. next: "ถัดไป",
  11. today: "วันนี้",
  12. month: "เดือน",
  13. week: "สัปดาห์",
  14. day: "วัน",
  15. list: "แผนงาน"
  16. },
  17. allDayText: "ตลอดวัน",
  18. eventLimitText: "เพิ่มเติม",
  19. noEventsMessage: "ไม่มีกิจกรรมที่จะแสดง"
  20. };
  21. return th;
  22. }));