ko.global.js 634 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: 'ko',
  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);