1 | /*! |
---|
2 | * Ext JS Library 3.4.0 |
---|
3 | * Copyright(c) 2006-2011 Sencha Inc. |
---|
4 | * licensing@sencha.com |
---|
5 | * http://www.sencha.com/license |
---|
6 | */ |
---|
7 | /* |
---|
8 | * Japanese translation |
---|
9 | * By tyama |
---|
10 | * 04-08-2007, 05:49 AM |
---|
11 | * |
---|
12 | * update based on English Translations by Condor (8 Aug 2008) |
---|
13 | * By sakuro (30 Aug 2008) |
---|
14 | */ |
---|
15 | |
---|
16 | Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">èªã¿èŸŒã¿äž...</div>'; |
---|
17 | |
---|
18 | if(Ext.DataView){ |
---|
19 | Ext.DataView.prototype.emptyText = ""; |
---|
20 | } |
---|
21 | |
---|
22 | if(Ext.grid.GridPanel){ |
---|
23 | Ext.grid.GridPanel.prototype.ddText = "{0} è¡éžæ"; |
---|
24 | } |
---|
25 | |
---|
26 | if(Ext.LoadMask){ |
---|
27 | Ext.LoadMask.prototype.msg = "èªã¿èŸŒã¿äž..."; |
---|
28 | } |
---|
29 | |
---|
30 | Date.monthNames = [ |
---|
31 | '1æ', |
---|
32 | '2æ', |
---|
33 | '3æ', |
---|
34 | '4æ', |
---|
35 | '5æ', |
---|
36 | '6æ', |
---|
37 | '7æ', |
---|
38 | '8æ', |
---|
39 | '9æ', |
---|
40 | '10æ', |
---|
41 | '11æ', |
---|
42 | '12æ' |
---|
43 | ]; |
---|
44 | |
---|
45 | Date.getShortMonthName = function(month) { |
---|
46 | return "" + (month + 1); |
---|
47 | }; |
---|
48 | |
---|
49 | Date.monthNumbers = { |
---|
50 | "1" : 0, |
---|
51 | "2" : 1, |
---|
52 | "3" : 2, |
---|
53 | "4" : 3, |
---|
54 | "5" : 4, |
---|
55 | "6" : 5, |
---|
56 | "7" : 6, |
---|
57 | "8" : 7, |
---|
58 | "9" : 8, |
---|
59 | "10" : 9, |
---|
60 | "11" : 10, |
---|
61 | "12" : 11 |
---|
62 | }; |
---|
63 | |
---|
64 | Date.getMonthNumber = function(name) { |
---|
65 | return Date.monthNumbers[name.substring(0, name.length - 1)]; |
---|
66 | // or simply parseInt(name.substring(0, name.length - 1)) - 1 |
---|
67 | }; |
---|
68 | |
---|
69 | Date.dayNames = [ |
---|
70 | "æ¥ææ¥", |
---|
71 | "æææ¥", |
---|
72 | "ç«ææ¥", |
---|
73 | "æ°Žææ¥", |
---|
74 | "æšææ¥", |
---|
75 | "éææ¥", |
---|
76 | "åææ¥" |
---|
77 | ]; |
---|
78 | |
---|
79 | Date.getShortDayName = function(day) { |
---|
80 | return Date.dayNames[day].substring(0, 1); // just remove "ææ¥" suffix |
---|
81 | }; |
---|
82 | |
---|
83 | Date.formatCodes.a = "(this.getHours() < 12 ? 'åå' : 'ååŸ')"; |
---|
84 | Date.formatCodes.A = "(this.getHours() < 12 ? 'åå' : 'ååŸ')"; // no case difference |
---|
85 | |
---|
86 | if(Ext.MessageBox){ |
---|
87 | Ext.MessageBox.buttonText = { |
---|
88 | ok : "OK", |
---|
89 | cancel : "ãã£ã³ã»ã«", |
---|
90 | yes : "ã¯ã", |
---|
91 | no : "ããã" |
---|
92 | }; |
---|
93 | } |
---|
94 | |
---|
95 | if(Ext.util.Format){ |
---|
96 | Ext.util.Format.date = function(v, format){ |
---|
97 | if(!v) return ""; |
---|
98 | if(!(v instanceof Date)) v = new Date(Date.parse(v)); |
---|
99 | return v.dateFormat(format || "Y/m/d"); |
---|
100 | }; |
---|
101 | } |
---|
102 | |
---|
103 | if(Ext.DatePicker){ |
---|
104 | Ext.apply(Ext.DatePicker.prototype, { |
---|
105 | todayText : "ä»æ¥", |
---|
106 | minText : "éžæããæ¥ä»ã¯æå°å€ä»¥äžã§ãã", |
---|
107 | maxText : "éžæããæ¥ä»ã¯æ倧å€ä»¥äžã§ãã", |
---|
108 | disabledDaysText : "", |
---|
109 | disabledDatesText : "", |
---|
110 | monthNames : Date.monthNames, |
---|
111 | dayNames : Date.dayNames, |
---|
112 | nextText : '次æãž (ã³ã³ãããŒã«+å³)', |
---|
113 | prevText : 'åæãž (ã³ã³ãããŒã«+å·Š)', |
---|
114 | monthYearText : 'æéžæ (ã³ã³ãããŒã«+äž/äžã§å¹Žç§»å)', |
---|
115 | todayTip : "{0} (ã¹ããŒã¹ããŒ)", |
---|
116 | format : "Y/m/d", |
---|
117 | okText : "OK", |
---|
118 | cancelText : "ãã£ã³ã»ã«", |
---|
119 | startDay : 0 |
---|
120 | }); |
---|
121 | } |
---|
122 | |
---|
123 | if(Ext.PagingToolbar){ |
---|
124 | Ext.apply(Ext.PagingToolbar.prototype, { |
---|
125 | beforePageText : "ããŒãž", |
---|
126 | afterPageText : "/ {0}", |
---|
127 | firstText : "æåã®ããŒãž", |
---|
128 | prevText : "åã®ããŒãž", |
---|
129 | nextText : "次ã®ããŒãž", |
---|
130 | lastText : "æåŸã®ããŒãž", |
---|
131 | refreshText : "æŽæ°", |
---|
132 | displayMsg : "{2} ä»¶äž {0} - {1} ã衚瀺", |
---|
133 | emptyMsg : '衚瀺ããããŒã¿ããããŸããã' |
---|
134 | }); |
---|
135 | } |
---|
136 | |
---|
137 | if(Ext.form.Field){ |
---|
138 | Ext.form.Field.prototype.invalidText = "ãã£ãŒã«ãã®å€ãäžæ£ã§ãã"; |
---|
139 | } |
---|
140 | |
---|
141 | if(Ext.form.TextField){ |
---|
142 | Ext.apply(Ext.form.TextField.prototype, { |
---|
143 | minLengthText : "ãã®ãã£ãŒã«ãã®æå°å€ã¯ {0} ã§ãã", |
---|
144 | maxLengthText : "ãã®ãã£ãŒã«ãã®æ倧å€ã¯ {0} ã§ãã", |
---|
145 | blankText : "å¿
é é
ç®ã§ãã", |
---|
146 | regexText : "", |
---|
147 | emptyText : null |
---|
148 | }); |
---|
149 | } |
---|
150 | |
---|
151 | if(Ext.form.NumberField){ |
---|
152 | Ext.apply(Ext.form.NumberField.prototype, { |
---|
153 | decimalSeparator : ".", |
---|
154 | decimalPrecision : 2, |
---|
155 | minText : "ãã®ãã£ãŒã«ãã®æå°å€ã¯ {0} ã§ãã", |
---|
156 | maxText : "ãã®ãã£ãŒã«ãã®æ倧å€ã¯ {0} ã§ãã", |
---|
157 | nanText : "{0} ã¯æ°å€ã§ã¯ãããŸããã" |
---|
158 | }); |
---|
159 | } |
---|
160 | |
---|
161 | if(Ext.form.DateField){ |
---|
162 | Ext.apply(Ext.form.DateField.prototype, { |
---|
163 | disabledDaysText : "ç¡å¹", |
---|
164 | disabledDatesText : "ç¡å¹", |
---|
165 | minText : "ãã®ãã£ãŒã«ãã®æ¥ä»ã¯ã {0} 以éã®æ¥ä»ã«èšå®ããŠãã ããã", |
---|
166 | maxText : "ãã®ãã£ãŒã«ãã®æ¥ä»ã¯ã {0} 以åã®æ¥ä»ã«èšå®ããŠãã ããã", |
---|
167 | invalidText : "{0} ã¯ééã£ãæ¥ä»å
¥åã§ãã - å
¥å圢åŒã¯ã{1}ãã§ãã", |
---|
168 | format : "Y/m/d", |
---|
169 | altFormats : "y/m/d|m/d/y|m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d", |
---|
170 | startDay : 0 |
---|
171 | }); |
---|
172 | } |
---|
173 | |
---|
174 | if(Ext.form.ComboBox){ |
---|
175 | Ext.apply(Ext.form.ComboBox.prototype, { |
---|
176 | loadingText : "èªã¿èŸŒã¿äž...", |
---|
177 | valueNotFoundText : undefined |
---|
178 | }); |
---|
179 | } |
---|
180 | |
---|
181 | if(Ext.form.VTypes){ |
---|
182 | Ext.apply(Ext.form.VTypes, { |
---|
183 | emailText : 'ã¡ãŒã«ã¢ãã¬ã¹ã"user@example.com"ã®åœ¢åŒã§å
¥åããŠãã ããã', |
---|
184 | urlText : 'URLã"http:/'+'/www.example.com"ã®åœ¢åŒã§å
¥åããŠãã ããã', |
---|
185 | alphaText : 'åè§è±åãš"_"ã®ã¿ã§ãã', |
---|
186 | alphanumText : 'åè§è±æ°ãš"_"ã®ã¿ã§ãã' |
---|
187 | }); |
---|
188 | } |
---|
189 | |
---|
190 | if(Ext.form.HtmlEditor){ |
---|
191 | Ext.apply(Ext.form.HtmlEditor.prototype, { |
---|
192 | createLinkText : 'ãªã³ã¯ã®URLãå
¥åããŠãã ãã:', |
---|
193 | buttonTips : { |
---|
194 | bold : { |
---|
195 | title: '倪å (ã³ã³ãããŒã«+B)', |
---|
196 | text: 'éžæããã¹ãã倪åã«ããŸãã', |
---|
197 | cls: 'x-html-editor-tip' |
---|
198 | }, |
---|
199 | italic : { |
---|
200 | title: 'æäœ (ã³ã³ãããŒã«+I)', |
---|
201 | text: 'éžæããã¹ããæäœã«ããŸãã', |
---|
202 | cls: 'x-html-editor-tip' |
---|
203 | }, |
---|
204 | underline : { |
---|
205 | title: 'äžç· (ã³ã³ãããŒã«+U)', |
---|
206 | text: 'éžæããã¹ãã«äžç·ãåŒããŸãã', |
---|
207 | cls: 'x-html-editor-tip' |
---|
208 | }, |
---|
209 | increasefontsize : { |
---|
210 | title: 'æåã倧ãã', |
---|
211 | text: 'ãã©ã³ããµã€ãºã倧ããããŸãã', |
---|
212 | cls: 'x-html-editor-tip' |
---|
213 | }, |
---|
214 | decreasefontsize : { |
---|
215 | title: 'æåãå°ãã', |
---|
216 | text: 'ãã©ã³ããµã€ãºãå°ããããŸãã', |
---|
217 | cls: 'x-html-editor-tip' |
---|
218 | }, |
---|
219 | backcolor : { |
---|
220 | title: 'æåã®ãã€ã©ã€ã', |
---|
221 | text: 'éžæããã¹ãã®èæ¯è²ãå€æŽããŸãã', |
---|
222 | cls: 'x-html-editor-tip' |
---|
223 | }, |
---|
224 | forecolor : { |
---|
225 | title: 'æåã®è²', |
---|
226 | text: 'éžæããã¹ãã®è²ãå€æŽããŸãã', |
---|
227 | cls: 'x-html-editor-tip' |
---|
228 | }, |
---|
229 | justifyleft : { |
---|
230 | title: 'å·Šæã', |
---|
231 | text: 'ããã¹ããå·Šæãã«ããŸãã', |
---|
232 | cls: 'x-html-editor-tip' |
---|
233 | }, |
---|
234 | justifycenter : { |
---|
235 | title: 'äžå€®æã', |
---|
236 | text: 'ããã¹ããäžå€®æãã«ããŸãã', |
---|
237 | cls: 'x-html-editor-tip' |
---|
238 | }, |
---|
239 | justifyright : { |
---|
240 | title: 'å³æã', |
---|
241 | text: 'ããã¹ããå³æãã«ããŸãã', |
---|
242 | cls: 'x-html-editor-tip' |
---|
243 | }, |
---|
244 | insertunorderedlist : { |
---|
245 | title: 'çªå·ãªãç®æ¡æžã', |
---|
246 | text: 'çªå·ãªãç®æ¡æžããéå§ããŸãã', |
---|
247 | cls: 'x-html-editor-tip' |
---|
248 | }, |
---|
249 | insertorderedlist : { |
---|
250 | title: 'çªå·ä»ãç®æ¡æžã', |
---|
251 | text: 'çªå·ä»ãç®æ¡æžããéå§ããŸãã', |
---|
252 | cls: 'x-html-editor-tip' |
---|
253 | }, |
---|
254 | createlink : { |
---|
255 | title: 'ãã€ããŒãªã³ã¯', |
---|
256 | text: 'éžæããã¹ãããã€ããŒãªã³ã¯ã«ããŸãã', |
---|
257 | cls: 'x-html-editor-tip' |
---|
258 | }, |
---|
259 | sourceedit : { |
---|
260 | title: 'ãœãŒã¹ç·šé', |
---|
261 | text: 'ãœãŒã¹ç·šéã¢ãŒãã«åãæ¿ããŸãã', |
---|
262 | cls: 'x-html-editor-tip' |
---|
263 | } |
---|
264 | } |
---|
265 | }); |
---|
266 | } |
---|
267 | |
---|
268 | if(Ext.grid.GridView){ |
---|
269 | Ext.apply(Ext.grid.GridView.prototype, { |
---|
270 | sortAscText : "æé ", |
---|
271 | sortDescText : "éé ", |
---|
272 | columnsText : "ã«ã©ã " |
---|
273 | }); |
---|
274 | } |
---|
275 | |
---|
276 | if(Ext.grid.GroupingView){ |
---|
277 | Ext.apply(Ext.grid.GroupingView.prototype, { |
---|
278 | emptyGroupText : '(ãªã)', |
---|
279 | groupByText : 'ãã®ã«ã©ã ã§ã°ã«ãŒãã³ã°', |
---|
280 | showGroupsText : 'ã°ã«ãŒãã³ã°' |
---|
281 | }); |
---|
282 | } |
---|
283 | |
---|
284 | if(Ext.grid.PropertyColumnModel){ |
---|
285 | Ext.apply(Ext.grid.PropertyColumnModel.prototype, { |
---|
286 | nameText : "å称", |
---|
287 | valueText : "å€", |
---|
288 | dateFormat : "Y/m/d" |
---|
289 | }); |
---|
290 | } |
---|
291 | |
---|
292 | if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){ |
---|
293 | Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, { |
---|
294 | splitTip : "ãã©ãã°ãããšãªãµã€ãºã§ããŸãã", |
---|
295 | collapsibleSplitTip : "ãã©ãã°ã§ãªãµã€ãºã ããã«ã¯ãªãã¯ã§é ãã" |
---|
296 | }); |
---|
297 | } |
---|
298 | |
---|
299 | if(Ext.form.TimeField){ |
---|
300 | Ext.apply(Ext.form.TimeField.prototype, { |
---|
301 | minText : "ãã®ãã£ãŒã«ãã®æå»ã¯ã {0} 以éã®æå»ã«èšå®ããŠãã ããã", |
---|
302 | maxText : "ãã®ãã£ãŒã«ãã®æå»ã¯ã {0} 以åã®æå»ã«èšå®ããŠãã ããã", |
---|
303 | invalidText : "{0} ã¯ééã£ãæå»å
¥åã§ãã", |
---|
304 | format : "g:i A", |
---|
305 | altFormats : "g:ia|g:iA|g:i a|g:i A|h:i|g:i|H:i|ga|ha|gA|h a|g a|g A|gi|hi|gia|hia|g|H" |
---|
306 | }); |
---|
307 | } |
---|
308 | |
---|
309 | if(Ext.form.CheckboxGroup){ |
---|
310 | Ext.apply(Ext.form.CheckboxGroup.prototype, { |
---|
311 | blankText : "ãã®ã°ã«ãŒãããæäœïŒã€ã®ã¢ã€ãã ãéžæããªããã°ãªããŸããã" |
---|
312 | }); |
---|
313 | } |
---|
314 | |
---|
315 | if(Ext.form.RadioGroup){ |
---|
316 | Ext.apply(Ext.form.RadioGroup.prototype, { |
---|
317 | blankText : "ãã®ã°ã«ãŒãããïŒã€ã®ã¢ã€ãã ãéžæããªããã°ãªããŸããã" |
---|
318 | }); |
---|
319 | } |
---|