3 * Copyright(c) 2006-2010 Ext JS, Inc.
5 * http://www.extjs.com/license
8 * Traditional Chinese translation
13 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">讀取中...</div>';
16 Ext.View.prototype.emptyText = "";
19 if(Ext.grid.GridPanel){
20 Ext.grid.GridPanel.prototype.ddText = "選擇了 {0} 行";
24 Ext.TabPanelItem.prototype.closeText = "關閉此標籤";
28 Ext.form.Field.prototype.invalidText = "數值不符合欄位規定";
32 Ext.LoadMask.prototype.msg = "讀取中...";
61 Ext.MessageBox.buttonText = {
70 Ext.util.Format.date = function(v, format){
72 if(!(v instanceof Date)) v = new Date(Date.parse(v));
73 return v.dateFormat(format || "Y/m/d");
78 Ext.apply(Ext.DatePicker.prototype, {
80 minText : "日期必須大於最小容許日期",
81 maxText : "日期必須小於最大容許日期",
82 disabledDaysText : "",
83 disabledDatesText : "",
84 monthNames : Date.monthNames,
85 dayNames : Date.dayNames,
86 nextText : "下個月 (Ctrl+右方向鍵)",
87 prevText : "上個月 (Ctrl+左方向鍵)",
88 monthYearText : "選擇月份 (Ctrl+上/下方向鍵選擇年份)",
89 todayTip : "{0} (空白鍵)",
96 if(Ext.PagingToolbar){
97 Ext.apply(Ext.PagingToolbar.prototype, {
99 afterPageText : "頁,共{0}頁",
104 refreshText : "重新整理",
105 displayMsg : "顯示{0} - {1}筆,共{2}筆",
110 if(Ext.form.TextField){
111 Ext.apply(Ext.form.TextField.prototype, {
112 minLengthText : "此欄位最少要輸入 {0} 個字",
113 maxLengthText : "此欄位最多輸入 {0} 個字",
114 blankText : "此欄位為必填",
120 if(Ext.form.NumberField){
121 Ext.apply(Ext.form.NumberField.prototype, {
122 minText : "此欄位之數值必須大於 {0}",
123 maxText : "此欄位之數值必須小於 {0}",
124 nanText : "{0} 不是合法的數字"
128 if(Ext.form.DateField){
129 Ext.apply(Ext.form.DateField.prototype, {
130 disabledDaysText : "無法使用",
131 disabledDatesText : "無法使用",
132 minText : "此欄位之日期必須在 {0} 之後",
133 maxText : "此欄位之日期必須在 {0} 之前",
134 invalidText : "{0} 不是正確的日期格式 - 必須像是 「 {1} 」 這樣的格式",
139 if(Ext.form.ComboBox){
140 Ext.apply(Ext.form.ComboBox.prototype, {
141 loadingText : "讀取中 ...",
142 valueNotFoundText : undefined
147 Ext.apply(Ext.form.VTypes, {
148 emailText : '此欄位必須輸入像 "user@example.com" 之E-Mail格式',
149 urlText : '此欄位必須輸入像 "http:/'+'/www.example.com" 之網址格式',
150 alphaText : '此欄位僅能輸入半形英文字母及底線( _ )符號',
151 alphanumText : '此欄位僅能輸入半形英文字母、數字及底線( _ )符號'
155 if(Ext.grid.GridView){
156 Ext.apply(Ext.grid.GridView.prototype, {
157 sortAscText : "正向排序",
158 sortDescText : "反向排序",
160 unlockText : "解開欄位鎖定",
165 if(Ext.grid.PropertyColumnModel){
166 Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
173 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
174 Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
175 splitTip : "拖曳縮放大小.",
176 collapsibleSplitTip : "拖曳縮放大小. 滑鼠雙擊隱藏."