ko.js 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
  2. //#region ../../packages/locale/lang/ko.ts
  3. var ko_default = {
  4. name: "ko",
  5. el: {
  6. breadcrumb: { label: "Breadcrumb" },
  7. colorpicker: {
  8. confirm: "확인",
  9. clear: "초기화",
  10. defaultLabel: "색상 선택기",
  11. description: "현재 색상은 {color}입니다. Enter 키를 눌러 새 색상을 선택합니다.",
  12. alphaLabel: "pick alpha value",
  13. alphaDescription: "alpha {alpha}, current color is {color}",
  14. hueLabel: "pick hue value",
  15. hueDescription: "hue {hue}, current color is {color}",
  16. svLabel: "pick saturation and brightness value",
  17. svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
  18. predefineDescription: "select {value} as the color"
  19. },
  20. datepicker: {
  21. now: "지금",
  22. today: "오늘",
  23. cancel: "취소",
  24. clear: "초기화",
  25. confirm: "확인",
  26. dateTablePrompt: "화살표 키를 사용하고 Enter를 눌러 날짜를 선택하십시오.",
  27. monthTablePrompt: "화살표 키를 사용하고 Enter를 눌러 월을 선택합니다.",
  28. yearTablePrompt: "화살표 키를 사용하고 Enter 키를 눌러 연도를 선택합니다.",
  29. selectedDate: "Selected date",
  30. selectDate: "날짜 선택",
  31. selectTime: "시간 선택",
  32. startDate: "시작 날짜",
  33. startTime: "시작 시간",
  34. endDate: "종료 날짜",
  35. endTime: "종료 시간",
  36. prevYear: "지난해",
  37. nextYear: "다음해",
  38. prevMonth: "지난달",
  39. nextMonth: "다음달",
  40. year: "년",
  41. month1: "1월",
  42. month2: "2월",
  43. month3: "3월",
  44. month4: "4월",
  45. month5: "5월",
  46. month6: "6월",
  47. month7: "7월",
  48. month8: "8월",
  49. month9: "9월",
  50. month10: "10월",
  51. month11: "11월",
  52. month12: "12월",
  53. weeks: {
  54. sun: "일",
  55. mon: "월",
  56. tue: "화",
  57. wed: "수",
  58. thu: "목",
  59. fri: "금",
  60. sat: "토"
  61. },
  62. weeksFull: {
  63. sun: "Sunday",
  64. mon: "Monday",
  65. tue: "Tuesday",
  66. wed: "Wednesday",
  67. thu: "Thursday",
  68. fri: "Friday",
  69. sat: "Saturday"
  70. },
  71. months: {
  72. jan: "1월",
  73. feb: "2월",
  74. mar: "3월",
  75. apr: "4월",
  76. may: "5월",
  77. jun: "6월",
  78. jul: "7월",
  79. aug: "8월",
  80. sep: "9월",
  81. oct: "10월",
  82. nov: "11월",
  83. dec: "12월"
  84. }
  85. },
  86. inputNumber: {
  87. decrease: "값 증가",
  88. increase: "값 감소"
  89. },
  90. select: {
  91. loading: "불러오는 중",
  92. noMatch: "검색된 데이터 없음",
  93. noData: "데이터 없음",
  94. placeholder: "선택"
  95. },
  96. mention: { loading: "불러오는 중" },
  97. dropdown: { toggleDropdown: "드롭다운 전환" },
  98. cascader: {
  99. noMatch: "검색된 데이터 없음",
  100. loading: "불러오는 중",
  101. placeholder: "선택",
  102. noData: "데이터 없음"
  103. },
  104. pagination: {
  105. goto: "이동",
  106. pagesize: "건/페이지",
  107. total: "총 {total} 건",
  108. pageClassifier: "페이지로",
  109. page: "페이지",
  110. prev: "이전 페이지로 이동",
  111. next: "다음 페이지로 이동",
  112. currentPage: "페이지 {pager}",
  113. prevPages: "이전 {pager} 페이지",
  114. nextPages: "다음 {pager} 페이지",
  115. deprecationWarning: "더 이상 사용되지 않는 동작이 감지되었습니다. 자세한 내용은 el-pagination 문서를 참조하세요."
  116. },
  117. dialog: { close: "대화 상자 닫기" },
  118. drawer: { close: "대화 상자 닫기" },
  119. messagebox: {
  120. title: "메시지",
  121. confirm: "확인",
  122. cancel: "취소",
  123. error: "올바르지 않은 입력",
  124. close: "대화 상자 닫기"
  125. },
  126. upload: {
  127. deleteTip: "Delete 키를 눌러 삭제",
  128. delete: "삭제",
  129. preview: "미리보기",
  130. continue: "계속하기"
  131. },
  132. slider: {
  133. defaultLabel: "{min}과 {max} 사이의 슬라이더",
  134. defaultRangeStartLabel: "시작 값 선택",
  135. defaultRangeEndLabel: "종료 값 선택"
  136. },
  137. table: {
  138. emptyText: "데이터 없음",
  139. confirmFilter: "확인",
  140. resetFilter: "초기화",
  141. clearFilter: "전체",
  142. sumText: "합계",
  143. selectAllLabel: "Select all rows",
  144. selectRowLabel: "Select this row",
  145. expandRowLabel: "Expand this row",
  146. collapseRowLabel: "Collapse this row",
  147. sortLabel: "Sort by {column}",
  148. filterLabel: "Filter by {column}"
  149. },
  150. tag: { close: "Close this tag" },
  151. tour: {
  152. next: "다음",
  153. previous: "이전",
  154. finish: "종료",
  155. close: "Close this dialog"
  156. },
  157. tree: { emptyText: "데이터 없음" },
  158. transfer: {
  159. noMatch: "검색된 데이터 없음",
  160. noData: "데이터 없음",
  161. titles: ["리스트 1", "리스트 2"],
  162. filterPlaceholder: "검색어를 입력하세요",
  163. noCheckedFormat: "총 {total} 건",
  164. hasCheckedFormat: "{checked}/{total} 선택됨"
  165. },
  166. image: { error: "불러오기 실패" },
  167. pageHeader: { title: "뒤로" },
  168. popconfirm: {
  169. confirmButtonText: "예",
  170. cancelButtonText: "아니오"
  171. },
  172. carousel: {
  173. leftArrow: "Carousel arrow left",
  174. rightArrow: "Carousel arrow right",
  175. indicator: "Carousel switch to index {index}"
  176. }
  177. }
  178. };
  179. //#endregion
  180. exports.default = ko_default;
  181. //# sourceMappingURL=ko.js.map