You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 2 година
1234567891011121314151617181920212223
  1. FullCalendar.globalLocales.push(function () {
  2. 'use strict';
  3. var zhTw = {
  4. code: 'zh-tw',
  5. buttonText: {
  6. prev: '上月',
  7. next: '下月',
  8. today: '今天',
  9. month: '月',
  10. week: '週',
  11. day: '天',
  12. list: '活動列表',
  13. },
  14. weekText: '周',
  15. allDayText: '整天',
  16. moreLinkText: '顯示更多',
  17. noEventsText: '没有任何活動',
  18. };
  19. return zhTw;
  20. }());