懒羊羊
2023-08-30 1ac2bc1590406d9babec036e154d8d08f34a6aa1
提交 | 用户 | 时间
1ac2bc 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
7     var th = {
8         code: "th",
9         buttonText: {
10             prev: "ย้อน",
11             next: "ถัดไป",
12             today: "วันนี้",
13             month: "เดือน",
14             week: "สัปดาห์",
15             day: "วัน",
16             list: "แผนงาน"
17         },
18         allDayText: "ตลอดวัน",
19         eventLimitText: "เพิ่มเติม",
20         noEventsMessage: "ไม่มีกิจกรรมที่จะแสดง"
21     };
22
23     return th;
24
25 }));