locale-ko-debug.js 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  1. Ext.define('Ext.locale.ko.ux.colorpick.Selector', {
  2. override: 'Ext.ux.colorpick.Selector',
  3. okButtonText: '확인',
  4. cancelButtonText: '취소'
  5. });
  6. // This is needed until we can refactor all of the locales into individual files
  7. Ext.define("Ext.locale.ko.Component", {
  8. override: "Ext.Component"
  9. });
  10. Ext.define('Ext.locale.ko.Dialog', {
  11. override: 'Ext.Dialog',
  12. config: {
  13. maximizeTool: {
  14. tooltip: "전체 화면으로 최대화"
  15. },
  16. restoreTool: {
  17. tooltip: "원래 크기로 복원 "
  18. }
  19. }
  20. });
  21. Ext.define("Ext.locale.ko.LoadMask", {
  22. override: "Ext.LoadMask",
  23. config: {
  24. message: '로딩중...'
  25. }
  26. });
  27. Ext.define('Ext.locale.ko.Panel', {
  28. override: 'Ext.Panel',
  29. config: {
  30. standardButtons: {
  31. ok: {
  32. text: 'OK'
  33. },
  34. abort: {
  35. text: '중단'
  36. },
  37. retry: {
  38. text: '다시 해 보다'
  39. },
  40. ignore: {
  41. text: '무시'
  42. },
  43. yes: {
  44. text: '예'
  45. },
  46. no: {
  47. text: '아니오'
  48. },
  49. cancel: {
  50. text: '취소'
  51. },
  52. apply: {
  53. text: '적용'
  54. },
  55. save: {
  56. text: '저장'
  57. },
  58. submit: {
  59. text: '제출'
  60. },
  61. help: {
  62. text: '도와'
  63. },
  64. close: {
  65. text: '閉じる'
  66. }
  67. },
  68. closeToolText: 'Panel 閉じる'
  69. }
  70. });
  71. Ext.define('Ext.locale.ko.data.validator.Bound', {
  72. override: 'Ext.data.validator.Bound',
  73. config: {
  74. emptyMessage: '存在する必要があります',
  75. minOnlyMessage: '적어도 {0} 이상이어야합니다.',
  76. maxOnlyMessage: '{0}보다 크지 않아야합니다.',
  77. bothMessage: '값은 {0}에서 {1} 사이에 해야 합니다 '
  78. }
  79. });
  80. Ext.define('Ext.locale.ko.data.validator.CIDRv4', {
  81. override: 'Ext.data.validator.CIDRv4',
  82. config: {
  83. message: '유효한 CIDR 블록이 아닙니다.'
  84. }
  85. });
  86. Ext.define('Ext.locale.ko.data.validator.CIDRv6', {
  87. override: 'Ext.data.validator.CIDRv6',
  88. config: {
  89. message: '유효한 CIDR 블록이 아닙니다.'
  90. }
  91. });
  92. Ext.define('Ext.locale.ko.data.validator.Currency', {
  93. override: 'Ext.data.validator.Currency',
  94. config: {
  95. message: '유효한 통화 금액이 아닙니다.'
  96. }
  97. });
  98. Ext.define('Ext.locale.ko.data.validator.Date', {
  99. override: 'Ext.data.validator.Date',
  100. config: {
  101. message: "유효한 날짜가 아닙니다."
  102. }
  103. });
  104. Ext.define('Ext.locale.ko.data.validator.DateTime', {
  105. override: 'Ext.data.validator.DateTime',
  106. config: {
  107. message: '유효한 날짜 및 시간이 아닙니다.'
  108. }
  109. });
  110. Ext.define('Ext.locale.ko.data.validator.Email', {
  111. override: 'Ext.data.validator.Email',
  112. config: {
  113. message: '유효한 이메일 주소가 아닙니다.'
  114. }
  115. });
  116. Ext.define('Ext.locale.ko.data.validator.Exclusion', {
  117. override: 'Ext.data.validator.Exclusion',
  118. config: {
  119. message: '제외 된 가치인가요?'
  120. }
  121. });
  122. Ext.define('Ext.locale.ko.data.validator.Format', {
  123. override: 'Ext.data.validator.Format',
  124. config: {
  125. message: '형식이 다릅니다'
  126. }
  127. });
  128. Ext.define('Ext.locale.ko.data.validator.IPAddress', {
  129. override: 'Ext.data.validator.IPAddress',
  130. config: {
  131. message: '유효한 IP 주소가 아닙니다.'
  132. }
  133. });
  134. Ext.define('Ext.locale.ko.data.validator.Inclusion', {
  135. override: 'Ext.data.validator.Inclusion',
  136. config: {
  137. message: '허용 되는 값 목록에 포함 되어 있지 않습니다. '
  138. }
  139. });
  140. Ext.define('Ext.locale.ko.data.validator.Length', {
  141. override: 'Ext.data.validator.Length',
  142. config: {
  143. minOnlyMessage: '길이는 적어도 {0} 이상이어야합니다.',
  144. maxOnlyMessage: '길이는 {0}보다 커야합니다.',
  145. bothMessage: '길이는 {0}에서 {1} 사이 여야합니다.'
  146. }
  147. });
  148. Ext.define('Ext.locale.ko.data.validator.Number', {
  149. override: 'Ext.data.validator.Number',
  150. config: {
  151. message: '숫자가 아닙니다'
  152. }
  153. });
  154. Ext.define('Ext.locale.ko.data.validator.Phone', {
  155. override: 'Ext.data.validator.Phone',
  156. config: {
  157. message: '올바른 전화 번호가 아닙니다.'
  158. }
  159. });
  160. Ext.define('Ext.locale.ko.data.validator.Presence', {
  161. override: 'Ext.data.validator.Presence',
  162. config: {
  163. message: '반드시 존재해야합니다'
  164. }
  165. });
  166. Ext.define('Ext.locale.ko.data.validator.Range', {
  167. override: 'Ext.data.validator.Range',
  168. config: {
  169. nanMessage: '숫자로 해야 합니다 ',
  170. minOnlyMessage: '적어도 {0} 이상이어야합니다.',
  171. maxOnlyMessage: '{0}보다 크지 않아야합니다.',
  172. bothMessage: '값은 {0}에서 {1} 사이에 해야 합니다 '
  173. }
  174. });
  175. Ext.define('Ext.locale.ko.data.validator.Time', {
  176. override: 'Ext.data.validator.Time',
  177. config: {
  178. message: '유효한 시간이 아닙니다'
  179. }
  180. });
  181. Ext.define('Ext.locale.ko.data.validator.Url', {
  182. override: 'Ext.data.validator.Url',
  183. config: {
  184. message: '유효한 URL이 아닙니다.'
  185. }
  186. });
  187. Ext.define('Ext.locale.ko.dataview.Abstract', {
  188. override: 'Ext.dataview.Abstract',
  189. config: {
  190. loadingText: '로딩중...'
  191. }
  192. });
  193. Ext.define("Ext.locale.ko.dataview.DataView", {
  194. override: "Ext.dataview.DataView",
  195. config: {
  196. emptyText: "표시 할 데이터가 없습니다"
  197. }
  198. });
  199. Ext.define('Ext.locale.ko.dataview.EmptyText', {
  200. override: 'Ext.dataview.EmptyText',
  201. config: {
  202. html: '표시 할 내용이 없습니다'
  203. }
  204. });
  205. Ext.define('Ext.locale.ko.dataview.List', {
  206. override: 'Ext.dataview.List',
  207. config: {
  208. loadingText: '로딩중...'
  209. }
  210. });
  211. Ext.define('Ext.locale.ko.dataview.plugin.ListPaging', {
  212. override: 'Ext.dataview.plugin.ListPaging',
  213. config: {
  214. loadMoreText: '추가로드 ...',
  215. noMoreRecordsText: '더 이상 레코드 없음'
  216. }
  217. });
  218. /**
  219. * Korean translation
  220. */
  221. Ext.onReady(function() {
  222. if (Ext.Date) {
  223. Ext.Date.monthNames = ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월",
  224. "10월", "11월", "12월"];
  225. Ext.Date.dayNames = ["일", "월", "화", "수", "목", "금", "토"];
  226. }
  227. if (Ext.util && Ext.util.Format) {
  228. Ext.apply(Ext.util.Format, {
  229. thousandSeparator: ',',
  230. decimalSeparator: '.',
  231. currencySign: '\u20a9',
  232. // Korean Won
  233. dateFormat: 'm/d/Y'
  234. });
  235. }
  236. });
  237. Ext.define('Ext.locale.ko.field.Date', {
  238. override: 'Ext.field.Date',
  239. minDateMessage: '이 필드의 날짜는 {0} 이후 날짜로 설정하십시오.',
  240. maxDateMessage: '이 필드의 날짜는 {0} 이전 날짜로 설정하십시오.'
  241. });
  242. Ext.define('Ext.locale.ko.field.Field', {
  243. override: 'Ext.field.Field',
  244. config: {
  245. requiredMessage: '이 필드는 필수입니다',
  246. validationMessage: '형식이 잘못되었습니다'
  247. }
  248. });
  249. Ext.define('Ext.locale.ko.field.FileButton', {
  250. override: 'Ext.field.FileButton',
  251. config: {
  252. text: '리뷰 ...'
  253. }
  254. });
  255. Ext.define('Ext.locale.ko.field.Number', {
  256. override: 'Ext.field.Number',
  257. decimalsText: '이 필드의 최소값은 {0}입니다.',
  258. minValueText: '최소값은 {0}입니다.',
  259. maxValueText: '최대값은 {0}입니다.',
  260. badFormatMessage: '{0}는 올바른 숫자가 아닙니다.'
  261. });
  262. Ext.define('Ext.locale.ko.field.Text', {
  263. override: 'Ext.field.Text',
  264. badFormatMessage: '값이 필요한 형식과 일치하지 않습니다',
  265. config: {
  266. requiredMessage: '이 필드는 필수입니다',
  267. validationMessage: '형식이 잘못되었습니다'
  268. }
  269. });
  270. Ext.define("Ext.locale.ko.grid.filters.menu.Base", {
  271. override: "Ext.grid.filters.menu.Base",
  272. config: {
  273. text: "필터"
  274. }
  275. });
  276. Ext.define('Ext.locale.ko.grid.locked.Grid', {
  277. override: 'Ext.grid.locked.Grid',
  278. config: {
  279. columnMenu: {
  280. items: {
  281. region: {
  282. text: '부위'
  283. }
  284. }
  285. },
  286. regions: {
  287. left: {
  288. menuLabel: '잠김 (왼쪽)'
  289. },
  290. center: {
  291. menuLabel: '잠김 해제'
  292. },
  293. right: {
  294. menuLabel: '잠김 (오른쪽)'
  295. }
  296. }
  297. }
  298. });
  299. Ext.define("Ext.locale.ko.grid.menu.Columns", {
  300. override: "Ext.grid.menu.Columns",
  301. config: {
  302. text: "칼럼 목록"
  303. }
  304. });
  305. Ext.define("Ext.locale.ko.grid.menu.GroupByThis", {
  306. override: "Ext.grid.menu.GroupByThis",
  307. config: {
  308. text: "이 항목별로 그룹화"
  309. }
  310. });
  311. Ext.define("Ext.locale.ko.grid.menu.ShowInGroups", {
  312. override: "Ext.grid.menu.ShowInGroups",
  313. config: {
  314. text: "그룹으로 표시"
  315. }
  316. });
  317. Ext.define("Ext.locale.ko.grid.menu.SortAsc", {
  318. override: "Ext.grid.menu.SortAsc",
  319. config: {
  320. text: "오름차순 정렬"
  321. }
  322. });
  323. Ext.define("Ext.locale.ko.grid.menu.SortDesc", {
  324. override: "Ext.grid.menu.SortDesc",
  325. config: {
  326. text: "내림차순 정렬"
  327. }
  328. });
  329. Ext.define("Ext.locale.ko.grid.plugin.RowDragDrop", {
  330. override: "Ext.grid.plugin.RowDragDrop",
  331. dragText: "{0} 개가 선택되었습니다."
  332. });
  333. Ext.define('Ext.locale.ko.panel.Collapser', {
  334. override: 'Ext.panel.Collapser',
  335. config: {
  336. collapseToolText: "패널 닫기",
  337. expandToolText: "패널 열기"
  338. }
  339. });
  340. Ext.define('Ext.locale.ko.panel.Date', {
  341. override: 'Ext.panel.Date',
  342. config: {
  343. nextText: '다음달(컨트롤키+오른쪽 화살표)',
  344. prevText: '이전달 (컨트롤키+왼족 화살표)',
  345. buttons: {
  346. footerTodayButton: {
  347. text: "오늘"
  348. }
  349. }
  350. }
  351. });
  352. Ext.define('Ext.locale.ko.picker.Date', {
  353. override: 'Ext.picker.Date',
  354. config: {
  355. doneButton: 'done',
  356. monthText: '월',
  357. dayText: '일',
  358. yearText: '년'
  359. }
  360. });
  361. Ext.define('Ext.locale.ko.picker.Picker', {
  362. override: 'Ext.picker.Picker',
  363. config: {
  364. doneButton: 'done',
  365. cancelButton: '취소'
  366. }
  367. });