ko_KR.js 807 B

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