ko.js 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. 'use strict';
  2. exports.__esModule = true;
  3. exports.default = {
  4. el: {
  5. colorpicker: {
  6. confirm: '확인',
  7. clear: '초기화'
  8. },
  9. datepicker: {
  10. now: '지금',
  11. today: '오늘',
  12. cancel: '취소',
  13. clear: '초기화',
  14. confirm: '확인',
  15. selectDate: '날짜 선택',
  16. selectTime: '시간 선택',
  17. startDate: '시작 날짜',
  18. startTime: '시작 시간',
  19. endDate: '종료 날짜',
  20. endTime: '종료 시간',
  21. prevYear: '지난해',
  22. nextYear: '다음해',
  23. prevMonth: '지난달',
  24. nextMonth: '다음달',
  25. year: '년',
  26. month1: '1월',
  27. month2: '2월',
  28. month3: '3월',
  29. month4: '4월',
  30. month5: '5월',
  31. month6: '6월',
  32. month7: '7월',
  33. month8: '8월',
  34. month9: '9월',
  35. month10: '10월',
  36. month11: '11월',
  37. month12: '12월',
  38. // week: 'week',
  39. weeks: {
  40. sun: '일',
  41. mon: '월',
  42. tue: '화',
  43. wed: '수',
  44. thu: '목',
  45. fri: '금',
  46. sat: '토'
  47. },
  48. months: {
  49. jan: '1월',
  50. feb: '2월',
  51. mar: '3월',
  52. apr: '4월',
  53. may: '5월',
  54. jun: '6월',
  55. jul: '7월',
  56. aug: '8월',
  57. sep: '9월',
  58. oct: '10월',
  59. nov: '11월',
  60. dec: '12월'
  61. }
  62. },
  63. select: {
  64. loading: '불러오는 중',
  65. noMatch: '맞는 데이터가 없습니다',
  66. noData: '데이터 없음',
  67. placeholder: '선택'
  68. },
  69. cascader: {
  70. noMatch: '맞는 데이터가 없습니다',
  71. loading: '불러오는 중',
  72. placeholder: '선택',
  73. noData: '데이터 없음'
  74. },
  75. pagination: {
  76. goto: '이동',
  77. pagesize: '/page',
  78. total: '총 {total}',
  79. pageClassifier: ''
  80. },
  81. messagebox: {
  82. title: '메시지',
  83. confirm: '확인',
  84. cancel: '취소',
  85. error: '올바르지 않은 입력'
  86. },
  87. upload: {
  88. deleteTip: '클릭시 삭제됩니다',
  89. delete: '삭제',
  90. preview: '미리보기',
  91. continue: '계속하기'
  92. },
  93. table: {
  94. emptyText: '데이터 없음',
  95. confirmFilter: '확인',
  96. resetFilter: '초기화',
  97. clearFilter: '전체',
  98. sumText: '합'
  99. },
  100. tree: {
  101. emptyText: '데이터 없음'
  102. },
  103. transfer: {
  104. noMatch: '맞는 데이터가 없습니다',
  105. noData: '데이터 없음',
  106. titles: ['리스트 1', '리스트 2'],
  107. filterPlaceholder: ' 입력하세요',
  108. noCheckedFormat: '{total} 항목',
  109. hasCheckedFormat: '{checked}/{total} 선택됨'
  110. },
  111. image: {
  112. error: 'FAILED' // to be translated
  113. },
  114. pageHeader: {
  115. title: 'Back' // to be translated
  116. },
  117. popconfirm: {
  118. confirmButtonText: 'Yes', // to be translated
  119. cancelButtonText: 'No' // to be translated
  120. },
  121. empty: {
  122. description: '데이터 없음'
  123. }
  124. }
  125. };