first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
23
node_modules/@fullcalendar/core/locales/zh-tw.cjs
generated
vendored
Normal file
23
node_modules/@fullcalendar/core/locales/zh-tw.cjs
generated
vendored
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue