first commit

This commit is contained in:
Warunee Tamkoo 2023-09-06 14:51:44 +07:00
commit eb2f504652
32490 changed files with 5731109 additions and 0 deletions

23
node_modules/@fullcalendar/core/locales/zh-tw.cjs generated vendored Normal file
View file

@ -0,0 +1,23 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var l78 = {
code: 'zh-tw',
buttonText: {
prev: '上個',
next: '下個',
today: '今天',
year: '年',
month: '月',
week: '週',
day: '天',
list: '活動列表',
},
weekText: '週',
allDayText: '整天',
moreLinkText: '顯示更多',
noEventsText: '沒有任何活動',
};
exports["default"] = l78;