zh-tw.js 814 B

1234567891011121314151617181920212223242526
  1. (function (global, factory) {
  2. typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
  3. typeof define === 'function' && define.amd ? define(factory) :
  4. (global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales['zh-tw'] = factory()));
  5. }(this, function () { 'use strict';
  6. var zhTw = {
  7. code: "zh-tw",
  8. buttonText: {
  9. prev: "上月",
  10. next: "下月",
  11. today: "今天",
  12. month: "月",
  13. week: "週",
  14. day: "天",
  15. list: "活動列表"
  16. },
  17. weekLabel: "周",
  18. allDayText: "整天",
  19. eventLimitText: '顯示更多',
  20. noEventsMessage: "没有任何活動"
  21. };
  22. return zhTw;
  23. }));