Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / docs / source / ext-lang-zh_CN.html
1 <html>\r
2 <head>\r
3   <title>The source code</title>\r
4     <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
5     <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
6 </head>\r
7 <body  onload="prettyPrint();">\r
8     <pre class="prettyprint lang-js">/*
9  * Simplified Chinese translation
10  * By DavidHu
11  * 09 April 2007
12  */
13
14 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">加载中...</div>';
15
16 if(Ext.View){
17    Ext.View.prototype.emptyText = "";
18 }
19
20 if(Ext.grid.GridPanel){
21    Ext.grid.GridPanel.prototype.ddText = "{0} 选择行";
22 }
23
24 if(Ext.TabPanelItem){
25    Ext.TabPanelItem.prototype.closeText = "关闭";
26 }
27
28 if(Ext.form.Field){
29    Ext.form.Field.prototype.invalidText = "输入值非法";
30 }
31
32 Date.monthNames = [
33    "一月",
34    "二月",
35    "三月",
36    "四月",
37    "五月",
38    "六月",
39    "七月",
40    "八月",
41    "九月",
42    "十月",
43    "十一月",
44    "十二月"
45 ];
46
47 Date.dayNames = [
48    "日",
49    "一",
50    "二",
51    "三",
52    "四",
53    "五",
54    "六"
55 ];
56
57 if(Ext.MessageBox){
58    Ext.MessageBox.buttonText = {
59       ok     : "确定",
60       cancel : "取消",
61       yes    : "是",
62       no     : "否"
63    };
64 }
65
66 if(Ext.util.Format){
67    Ext.util.Format.date = function(v, format){
68       if(!v) return "";
69       if(!(v instanceof Date)) v = new Date(Date.parse(v));
70       return v.dateFormat(format || "y年m月d日");
71    };
72 }
73
74 if(Ext.DatePicker){
75    Ext.apply(Ext.DatePicker.prototype, {
76       todayText         : "今天",
77       minText           : "日期在最小日期之前",
78       maxText           : "日期在最大日期之后",
79       disabledDaysText  : "",
80       disabledDatesText : "",
81       monthNames        : Date.monthNames,
82       dayNames          : Date.dayNames,
83       nextText          : '下月 (Control+Right)',
84       prevText          : '上月 (Control+Left)',
85       monthYearText     : '选择一个月 (Control+Up/Down 来改变年)',
86       todayTip          : "{0} (空格键选择)",
87       format            : "y年m月d日",
88       okText            : "确定",
89       cancelText        : "取消"
90    });
91 }
92
93 if(Ext.PagingToolbar){
94    Ext.apply(Ext.PagingToolbar.prototype, {
95       beforePageText : "页",
96       afterPageText  : "页共 {0} 页",
97       firstText      : "第一页",
98       prevText       : "前一页",
99       nextText       : "下一页",
100       lastText       : "最后页",
101       refreshText    : "刷新",
102       displayMsg     : "显示 {0} - {1},共 {2} 条",
103       emptyMsg       : '没有数据需要显示'
104    });
105 }
106
107 if(Ext.form.TextField){
108    Ext.apply(Ext.form.TextField.prototype, {
109       minLengthText : "该输入项的最小长度是 {0}",
110       maxLengthText : "该输入项的最大长度是 {0}",
111       blankText     : "该输入项为必输项",
112       regexText     : "",
113       emptyText     : null
114    });
115 }
116
117 if(Ext.form.NumberField){
118    Ext.apply(Ext.form.NumberField.prototype, {
119       minText : "该输入项的最小值是 {0}",
120       maxText : "该输入项的最大值是 {0}",
121       nanText : "{0} 不是有效数值"
122    });
123 }
124
125 if(Ext.form.DateField){
126    Ext.apply(Ext.form.DateField.prototype, {
127       disabledDaysText  : "禁用",
128       disabledDatesText : "禁用",
129       minText           : "该输入项的日期必须在 {0} 之后",
130       maxText           : "该输入项的日期必须在 {0} 之前",
131       invalidText       : "{0} 是无效的日期 - 必须符合格式: {1}",
132       format            : "y年m月d日"
133    });
134 }
135
136 if(Ext.form.ComboBox){
137    Ext.apply(Ext.form.ComboBox.prototype, {
138       loadingText       : "加载...",
139       valueNotFoundText : undefined
140    });
141 }
142
143 if(Ext.form.VTypes){
144    Ext.apply(Ext.form.VTypes, {
145       emailText    : '该输入项必须是电子邮件地址,格式如: "user@example.com"',
146       urlText      : '该输入项必须是URL地址,格式如: "http:/'+'/www.example.com"',
147       alphaText    : '该输入项只能包含字符和_',
148       alphanumText : '该输入项只能包含字符,数字和_'
149    });
150 }
151
152 if(Ext.grid.GridView){
153    Ext.apply(Ext.grid.GridView.prototype, {
154       sortAscText  : "正序",
155       sortDescText : "逆序",
156       lockText     : "锁列",
157       unlockText   : "解锁列",
158       columnsText  : "列"
159    });
160 }
161
162 if(Ext.grid.PropertyColumnModel){
163    Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
164       nameText   : "名称",
165       valueText  : "值",
166       dateFormat : "y年m月d日"
167    });
168 }
169
170 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
171    Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
172       splitTip            : "拖动来改变尺寸.",
173       collapsibleSplitTip : "拖动来改变尺寸. 双击隐藏."
174    });
175 }
176 </pre>    \r
177 </body>\r
178 </html>