ko_KR.js 931 B

1234567891011121314151617181920212223242526272829303132333435
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. const locale = {
  7. locale: 'ko_KR',
  8. today: '오늘',
  9. now: '현재 시각',
  10. backToToday: '오늘로 돌아가기',
  11. ok: '확인',
  12. clear: '지우기',
  13. month: '월',
  14. year: '년',
  15. timeSelect: '시간 선택',
  16. dateSelect: '날짜 선택',
  17. monthSelect: '달 선택',
  18. yearSelect: '연 선택',
  19. decadeSelect: '연대 선택',
  20. yearFormat: 'YYYY년',
  21. dateFormat: 'YYYY-MM-DD',
  22. dayFormat: 'Do',
  23. dateTimeFormat: 'YYYY-MM-DD HH:mm:ss',
  24. monthBeforeYear: false,
  25. previousMonth: '이전 달 (PageUp)',
  26. nextMonth: '다음 달 (PageDown)',
  27. previousYear: '이전 해 (Control + left)',
  28. nextYear: '다음 해 (Control + right)',
  29. previousDecade: '이전 연대',
  30. nextDecade: '다음 연대',
  31. previousCentury: '이전 세기',
  32. nextCentury: '다음 세기'
  33. };
  34. var _default = exports.default = locale;