ko.mjs 4.9 KB

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