AdminLTE/plugins/fullcalendar/locales/zh-tw.js

24 lines
423 B
JavaScript
Raw Normal View History

2020-09-21 09:43:11 +00:00
FullCalendar.globalLocales.push(function () {
'use strict';
2020-09-21 09:43:11 +00:00
var zhTw = {
2020-11-25 09:31:52 +00:00
code: 'zh-tw',
2020-09-21 09:43:11 +00:00
buttonText: {
2020-11-25 09:31:52 +00:00
prev: '上月',
next: '下月',
today: '今天',
month: '月',
week: '週',
day: '天',
list: '活動列表',
2020-09-21 09:43:11 +00:00
},
2020-11-25 09:31:52 +00:00
weekText: '周',
allDayText: '整天',
2020-09-21 09:43:11 +00:00
moreLinkText: '顯示更多',
2020-11-25 09:31:52 +00:00
noEventsText: '没有任何活動',
2020-09-21 09:43:11 +00:00
};
2020-09-21 09:43:11 +00:00
return zhTw;
2020-09-21 09:43:11 +00:00
}());