]> git.proxmox.com Git - extjs.git/blame - extjs/build/classic/locale/locale-ko-debug.js
add extjs 6.0.1 sources
[extjs.git] / extjs / build / classic / locale / locale-ko-debug.js
CommitLineData
6527f429
DM
1/**\r
2 * Korean Translations By nicetip\r
3 * 05 September 2007\r
4 * Modify by techbug / 25 February 2008\r
5 */\r
6Ext.onReady(function() {\r
7\r
8 if (Ext.Date) {\r
9 Ext.Date.monthNames = ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"];\r
10\r
11 Ext.Date.dayNames = ["일", "월", "화", "수", "목", "금", "토"];\r
12 }\r
13\r
14 if (Ext.util && Ext.util.Format) {\r
15 Ext.apply(Ext.util.Format, {\r
16 thousandSeparator: ',',\r
17 decimalSeparator: '.',\r
18 currencySign: '\u20a9',\r
19 // Korean Won\r
20 dateFormat: 'm/d/Y'\r
21 });\r
22 }\r
23});\r
24\r
25Ext.define("Ext.locale.ko.view.View", {\r
26 override: "Ext.view.View",\r
27 emptyText: ""\r
28});\r
29\r
30Ext.define("Ext.locale.ko.grid.plugin.DragDrop", {\r
31 override: "Ext.grid.plugin.DragDrop",\r
32 dragText: "{0} 개가 선택되었습니다."\r
33});\r
34\r
35Ext.define("Ext.locale.ko.tab.Tab", {\r
36 override: "Ext.tab.Tab",\r
37 closeText: "닫기"\r
38});\r
39\r
40Ext.define("Ext.locale.ko.form.field.Base", {\r
41 override: "Ext.form.field.Base",\r
42 invalidText: "올바른 값이 아닙니다."\r
43});\r
44\r
45// changing the msg text below will affect the LoadMask\r
46Ext.define("Ext.locale.ko.view.AbstractView", {\r
47 override: "Ext.view.AbstractView",\r
48 loadingText: "로딩중..."\r
49});\r
50\r
51Ext.define("Ext.locale.ko.picker.Date", {\r
52 override: "Ext.picker.Date",\r
53 todayText: "오늘",\r
54 minText: "최소 날짜범위를 넘었습니다.",\r
55 maxText: "최대 날짜범위를 넘었습니다.",\r
56 disabledDaysText: "",\r
57 disabledDatesText: "",\r
58 nextText: '다음달(컨트롤키+오른쪽 화살표)',\r
59 prevText: '이전달 (컨트롤키+왼족 화살표)',\r
60 monthYearText: '월을 선택해주세요. (컨트롤키+위/아래 화살표)',\r
61 todayTip: "{0} (스페이스바)",\r
62 format: "m/d/y",\r
63 startDay: 0\r
64});\r
65\r
66Ext.define("Ext.locale.ko.picker.Month", {\r
67 override: "Ext.picker.Month",\r
68 okText: "확인",\r
69 cancelText: "취소"\r
70});\r
71\r
72Ext.define("Ext.locale.ko.toolbar.Paging", {\r
73 override: "Ext.PagingToolbar",\r
74 beforePageText: "페이지",\r
75 afterPageText: "/ {0}",\r
76 firstText: "첫 페이지",\r
77 prevText: "이전 페이지",\r
78 nextText: "다음 페이지",\r
79 lastText: "마지막 페이지",\r
80 refreshText: "새로고침",\r
81 displayMsg: "전체 {2} 중 {0} - {1}",\r
82 emptyMsg: '표시할 데이터가 없습니다.'\r
83});\r
84\r
85Ext.define("Ext.locale.ko.form.field.Text", {\r
86 override: "Ext.form.field.Text",\r
87 minLengthText: "최소길이는 {0}입니다.",\r
88 maxLengthText: "최대길이는 {0}입니다.",\r
89 blankText: "값을 입력해주세요.",\r
90 regexText: "",\r
91 emptyText: null\r
92});\r
93\r
94Ext.define("Ext.locale.ko.form.field.Number", {\r
95 override: "Ext.form.field.Number",\r
96 minText: "최소값은 {0}입니다.",\r
97 maxText: "최대값은 {0}입니다.",\r
98 nanText: "{0}는 올바른 숫자가 아닙니다."\r
99});\r
100\r
101Ext.define("Ext.locale.ko.form.field.Date", {\r
102 override: "Ext.form.field.Date",\r
103 disabledDaysText: "비활성",\r
104 disabledDatesText: "비활성",\r
105 minText: "{0}일 이후여야 합니다.",\r
106 maxText: "{0}일 이전이어야 합니다.",\r
107 invalidText: "{0}는 올바른 날짜형식이 아닙니다. - 다음과 같은 형식이어야 합니다. {1}",\r
108 format: "m/d/y"\r
109});\r
110\r
111Ext.define("Ext.locale.ko.form.field.ComboBox", {\r
112 override: "Ext.form.field.ComboBox",\r
113 valueNotFoundText: undefined\r
114}, function() {\r
115 Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, {\r
116 loadingText: "로딩중..."\r
117 });\r
118});\r
119\r
120Ext.define("Ext.locale.ko.form.field.VTypes", {\r
121 override: "Ext.form.field.VTypes",\r
122 emailText: '이메일 주소 형식에 맞게 입력해야합니다. (예: "user@example.com")',\r
123 urlText: 'URL 형식에 맞게 입력해야합니다. (예: "http:/' + '/www.example.com")',\r
124 alphaText: '영문, 밑줄(_)만 입력할 수 있습니다.',\r
125 alphanumText: '영문, 숫자, 밑줄(_)만 입력할 수 있습니다.'\r
126});\r
127\r
128Ext.define("Ext.locale.ko.form.field.HtmlEditor", {\r
129 override: "Ext.form.field.HtmlEditor",\r
130 createLinkText: 'URL을 입력해주세요:'\r
131}, function() {\r
132 Ext.apply(Ext.form.field.HtmlEditor.prototype, {\r
133 buttonTips: {\r
134 bold: {\r
135 title: '굵게 (Ctrl+B)',\r
136 text: '선택한 텍스트를 굵게 표시합니다.',\r
137 cls: Ext.baseCSSPrefix + 'html-editor-tip'\r
138 },\r
139 italic: {\r
140 title: '기울임꼴 (Ctrl+I)',\r
141 text: '선택한 텍스트를 기울임꼴로 표시합니다.',\r
142 cls: Ext.baseCSSPrefix + 'html-editor-tip'\r
143 },\r
144 underline: {\r
145 title: '밑줄 (Ctrl+U)',\r
146 text: '선택한 텍스트에 밑줄을 표시합니다.',\r
147 cls: Ext.baseCSSPrefix + 'html-editor-tip'\r
148 },\r
149 increasefontsize: {\r
150 title: '글꼴크기 늘림',\r
151 text: '글꼴 크기를 크게 합니다.',\r
152 cls: Ext.baseCSSPrefix + 'html-editor-tip'\r
153 },\r
154 decreasefontsize: {\r
155 title: '글꼴크기 줄임',\r
156 text: '글꼴 크기를 작게 합니다.',\r
157 cls: Ext.baseCSSPrefix + 'html-editor-tip'\r
158 },\r
159 backcolor: {\r
160 title: '텍스트 강조 색',\r
161 text: '선택한 텍스트의 배경색을 변경합니다.',\r
162 cls: Ext.baseCSSPrefix + 'html-editor-tip'\r
163 },\r
164 forecolor: {\r
165 title: '글꼴색',\r
166 text: '선택한 텍스트의 색을 변경합니다.',\r
167 cls: Ext.baseCSSPrefix + 'html-editor-tip'\r
168 },\r
169 justifyleft: {\r
170 title: '텍스트 왼쪽 맞춤',\r
171 text: '왼쪽에 텍스트를 맞춥니다.',\r
172 cls: Ext.baseCSSPrefix + 'html-editor-tip'\r
173 },\r
174 justifycenter: {\r
175 title: '가운데 맞춤',\r
176 text: '가운데에 텍스트를 맞춥니다.',\r
177 cls: Ext.baseCSSPrefix + 'html-editor-tip'\r
178 },\r
179 justifyright: {\r
180 title: '텍스트 오른쪽 맞춤',\r
181 text: '오른쪽에 텍스트를 맞춥니다.',\r
182 cls: Ext.baseCSSPrefix + 'html-editor-tip'\r
183 },\r
184 insertunorderedlist: {\r
185 title: '글머리 기호',\r
186 text: '글머리 기호 목록을 시작합니다.',\r
187 cls: Ext.baseCSSPrefix + 'html-editor-tip'\r
188 },\r
189 insertorderedlist: {\r
190 title: '번호 매기기',\r
191 text: '번호 매기기 목록을 시작합니다.',\r
192 cls: Ext.baseCSSPrefix + 'html-editor-tip'\r
193 },\r
194 createlink: {\r
195 title: '하이퍼링크',\r
196 text: '선택한 텍스트에 하이퍼링크를 만듭니다.',\r
197 cls: Ext.baseCSSPrefix + 'html-editor-tip'\r
198 },\r
199 sourceedit: {\r
200 title: '소스편집',\r
201 text: '소스편집 모드로 변환합니다.',\r
202 cls: Ext.baseCSSPrefix + 'html-editor-tip'\r
203 }\r
204 }\r
205 });\r
206});\r
207\r
208Ext.define("Ext.locale.ko.grid.header.Container", {\r
209 override: "Ext.grid.header.Container",\r
210 sortAscText: "오름차순 정렬",\r
211 sortDescText: "내림차순 정렬",\r
212 lockText: "칼럼 잠금",\r
213 unlockText: "칼럼 잠금해제",\r
214 columnsText: "칼럼 목록"\r
215});\r
216\r
217Ext.define("Ext.locale.ko.grid.GroupingFeature", {\r
218 override: "Ext.grid.feature.Grouping",\r
219 emptyGroupText: '(None)',\r
220 groupByText: '현재 필드로 그룹핑합니다.',\r
221 showGroupsText: '그룹으로 보여주기'\r
222\r
223});\r
224\r
225Ext.define("Ext.locale.ko.grid.PropertyColumnModel", {\r
226 override: "Ext.grid.PropertyColumnModel",\r
227 nameText: "항목",\r
228 valueText: "값",\r
229 dateFormat: "m/j/Y"\r
230});\r
231\r
232Ext.define("Ext.locale.ko.window.MessageBox", {\r
233 override: "Ext.window.MessageBox",\r
234 buttonText: {\r
235 ok: "확인",\r
236 cancel: "취소",\r
237 yes: "예",\r
238 no: "아니오"\r
239 } \r
240});\r
241\r
242// This is needed until we can refactor all of the locales into individual files\r
243Ext.define("Ext.locale.ko.Component", { \r
244 override: "Ext.Component"\r
245});\r