ko_KR.js 964 B

12345678910111213141516171819202122232425262728293031
  1. import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
  2. import { commonLocale } from "./common";
  3. var locale = _objectSpread(_objectSpread({}, commonLocale), {}, {
  4. locale: 'ko_KR',
  5. today: '오늘',
  6. now: '현재 시각',
  7. backToToday: '오늘로 돌아가기',
  8. ok: '확인',
  9. clear: '지우기',
  10. week: '주',
  11. month: '월',
  12. year: '년',
  13. timeSelect: '시간 선택',
  14. dateSelect: '날짜 선택',
  15. monthSelect: '달 선택',
  16. yearSelect: '연 선택',
  17. decadeSelect: '연대 선택',
  18. yearFormat: 'YYYY년',
  19. dateFormat: 'YYYY-MM-DD',
  20. dateTimeFormat: 'YYYY-MM-DD HH:mm:ss',
  21. monthBeforeYear: false,
  22. previousMonth: '이전 달 (PageUp)',
  23. nextMonth: '다음 달 (PageDown)',
  24. previousYear: '이전 해 (Control + left)',
  25. nextYear: '다음 해 (Control + right)',
  26. previousDecade: '이전 연대',
  27. nextDecade: '다음 연대',
  28. previousCentury: '이전 세기',
  29. nextCentury: '다음 세기'
  30. });
  31. export default locale;