zh-tw.global.js 633 B

1234567891011121314151617181920212223242526272829
  1. /*!
  2. FullCalendar Core v6.1.14
  3. Docs & License: https://fullcalendar.io
  4. (c) 2024 Adam Shaw
  5. */
  6. (function (index_js) {
  7. 'use strict';
  8. var locale = {
  9. code: 'zh-tw',
  10. buttonText: {
  11. prev: '上個',
  12. next: '下個',
  13. today: '今天',
  14. year: '年',
  15. month: '月',
  16. week: '週',
  17. day: '天',
  18. list: '活動列表',
  19. },
  20. weekText: '週',
  21. allDayText: '整天',
  22. moreLinkText: '顯示更多',
  23. noEventsText: '沒有任何活動',
  24. };
  25. index_js.globalLocales.push(locale);
  26. })(FullCalendar);