Bienvenue sur PostGIS.fr

Bienvenue sur PostGIS.fr , le site de la communauté des utilisateurs francophones de PostGIS.

PostGIS ajoute le support d'objets géographique à la base de données PostgreSQL. En effet, PostGIS "spatialise" le serverur PostgreSQL, ce qui permet de l'utiliser comme une base de données SIG.

Maintenu à jour, en fonction de nos disponibilités et des diverses sorties des outils que nous testons, nous vous proposons l'ensemble de nos travaux publiés en langue française.

source: trunk/workshop-routing-foss4g/web/ext/src/locale/ext-lang-zh_CN.js @ 76

Revision 76, 7.0 KB checked in by djay, 12 years ago (diff)

Ajout du répertoire web

  • Property svn:executable set to *
Line 
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 * Simplified Chinese translation
9 * By DavidHu
10 * 09 April 2007
11 *
12 * update by andy_ghg
13 * 2009-10-22 15:00:57
14 */
15
16Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">加蜜䞭...</div>';
17
18if(Ext.DataView){
19   Ext.DataView.prototype.emptyText = "";
20}
21
22if(Ext.grid.GridPanel){
23   Ext.grid.GridPanel.prototype.ddText = "选择了 {0} 行";
24}
25
26if(Ext.TabPanelItem){
27   Ext.TabPanelItem.prototype.closeText = "关闭歀标筟";
28}
29
30if(Ext.form.Field){
31   Ext.form.Field.prototype.invalidText = "蟓入倌非法";
32}
33
34if (Ext.LoadMask) {
35    Ext.LoadMask.prototype.msg = "读取䞭...";
36}
37
38Date.monthNames = [
39   "䞀月",
40   "二月",
41   "䞉月",
42   "四月",
43   "五月",
44   "六月",
45   "䞃月",
46   "八月",
47   "九月",
48   "十月",
49   "十䞀月",
50   "十二月"
51];
52
53Date.dayNames = [
54   "日",
55   "侀",
56   "二",
57   "侉",
58   "四",
59   "五",
60   "六"
61];
62
63Date.formatCodes.a = "(this.getHours() < 12 ? '䞊午' : '䞋午')";
64Date.formatCodes.A = "(this.getHours() < 12 ? '䞊午' : '䞋午')";
65
66if(Ext.MessageBox){
67   Ext.MessageBox.buttonText = {
68      ok     : "确定",
69      cancel : "取消",
70      yes    : "是",
71      no     : "吊"
72   };
73}
74
75if(Ext.util.Format){
76   Ext.util.Format.date = function(v, format){
77      if(!v) return "";
78      if(!(v instanceof Date)) v = new Date(Date.parse(v));
79      return v.dateFormat(format || "y幎m月d日");
80   };
81}
82
83if(Ext.DatePicker){
84   Ext.apply(Ext.DatePicker.prototype, {
85      todayText         : "今倩",
86      minText           : "日期必须倧于最小允讞日期",//update
87      maxText           : "日期必须小于最倧允讞日期",//update
88      disabledDaysText  : "",
89      disabledDatesText : "",
90      monthNames        : Date.monthNames,
91      dayNames          : Date.dayNames,
92      nextText          : '䞋䞪月 (Ctrl+Right)',
93      prevText          : '䞊䞪月 (Ctrl+Left)',
94      monthYearText     : '选择䞀䞪月 (Control+Up/Down 来改变幎仜)',//update
95      todayTip          : "{0} (空栌键选择)",
96      format            : "y幎m月d日",
97      okText            : "确定",
98      cancelText        : "取消"
99   });
100}
101
102if(Ext.PagingToolbar){
103   Ext.apply(Ext.PagingToolbar.prototype, {
104      beforePageText : "第",//update
105      afterPageText  : "页,共 {0} 页",//update
106      firstText      : "第䞀页",
107      prevText       : "䞊䞀页",//update
108      nextText       : "䞋䞀页",
109      lastText       : "最后页",
110      refreshText    : "刷新",
111      displayMsg     : "星瀺 {0} - {1}条共 {2} 条",//update
112      emptyMsg       : '没有数据'
113   });
114}
115
116if(Ext.form.TextField){
117   Ext.apply(Ext.form.TextField.prototype, {
118      minLengthText : "该蟓入项的最小长床是 {0} 䞪字笊",
119      maxLengthText : "该蟓入项的最倧长床是 {0} 䞪字笊",
120      blankText     : "该蟓入项䞺必蟓项",
121      regexText     : "",
122      emptyText     : null
123   });
124}
125
126if(Ext.form.NumberField){
127   Ext.apply(Ext.form.NumberField.prototype, {
128      minText : "该蟓入项的最小倌是 {0}",
129      maxText : "该蟓入项的最倧倌是 {0}",
130      nanText : "{0} 䞍是有效数倌"
131   });
132}
133
134if(Ext.form.DateField){
135   Ext.apply(Ext.form.DateField.prototype, {
136      disabledDaysText  : "穁甹",
137      disabledDatesText : "穁甹",
138      minText           : "该蟓入项的日期必须圚 {0} 之后",
139      maxText           : "该蟓入项的日期必须圚 {0} 之前",
140      invalidText       : "{0} 是无效的日期 - 必须笊合栌匏 {1}",
141      format            : "y幎m月d日"
142   });
143}
144
145if(Ext.form.ComboBox){
146   Ext.apply(Ext.form.ComboBox.prototype, {
147      loadingText       : "加蜜䞭...",
148      valueNotFoundText : undefined
149   });
150}
151
152if(Ext.form.VTypes){
153   Ext.apply(Ext.form.VTypes, {
154      emailText    : '该蟓入项必须是电子邮件地址栌匏劂 "user@example.com"',
155      urlText      : '该蟓入项必须是URL地址栌匏劂 "http:/'+'/www.example.com"',
156      alphaText    : '该蟓入项只胜包含半角字母和_',//update
157      alphanumText : '该蟓入项只胜包含半角字母,数字和_'//update
158   });
159}
160//add HTMLEditor's tips by andy_ghg
161if(Ext.form.HtmlEditor){
162  Ext.apply(Ext.form.HtmlEditor.prototype, {
163    createLinkText : '添加超级铟接:',
164    buttonTips : {
165      bold : {
166        title: '粗䜓 (Ctrl+B)',
167        text: '将选䞭的文字讟眮䞺粗䜓',
168        cls: 'x-html-editor-tip'
169      },
170      italic : {
171        title: '斜䜓 (Ctrl+I)',
172        text: '将选䞭的文字讟眮䞺斜䜓',
173        cls: 'x-html-editor-tip'
174      },
175      underline : {
176        title: '䞋划线 (Ctrl+U)',
177        text: '给所选文字加䞋划线',
178        cls: 'x-html-editor-tip'
179      },
180      increasefontsize : {
181        title: '增倧字䜓',
182        text: '增倧字号',
183        cls: 'x-html-editor-tip'
184      },
185      decreasefontsize : {
186        title: '猩小字䜓',
187        text: '减小字号',
188        cls: 'x-html-editor-tip'
189      },
190      backcolor : {
191        title: '以䞍同颜色突出星瀺文本',
192        text: '䜿文字看䞊去像是甚荧光笔做了标记䞀样',
193        cls: 'x-html-editor-tip'
194      },
195      forecolor : {
196        title: '字䜓颜色',
197        text: '曎改字䜓颜色',
198        cls: 'x-html-editor-tip'
199      },
200      justifyleft : {
201        title: '巊对霐',
202        text: '将文字巊对霐',
203        cls: 'x-html-editor-tip'
204      },
205      justifycenter : {
206        title: 'å±…äž­',
207        text: '将文字居䞭对霐',
208        cls: 'x-html-editor-tip'
209      },
210      justifyright : {
211        title: '右对霐',
212        text: '将文字右对霐',
213        cls: 'x-html-editor-tip'
214      },
215      insertunorderedlist : {
216        title: '项目笊号',
217        text: '匀始创建项目笊号列衚',
218        cls: 'x-html-editor-tip'
219      },
220      insertorderedlist : {
221        title: '猖号',
222        text: '匀始创建猖号列衚',
223        cls: 'x-html-editor-tip'
224      },
225      createlink : {
226        title: '蜬成超级铟接',
227        text: '将所选文本蜬换成超级铟接',
228        cls: 'x-html-editor-tip'
229      },
230      sourceedit : {
231        title: '代码视囟',
232        text: '以代码的圢匏展现文本',
233        cls: 'x-html-editor-tip'
234      }
235    }
236  });
237}
238
239
240if(Ext.grid.GridView){
241   Ext.apply(Ext.grid.GridView.prototype, {
242      sortAscText  : "正序",//update
243      sortDescText : "倒序",//update
244      lockText     : "锁定列",//update
245      unlockText   : "解陀锁定",//update
246      columnsText  : "列"
247   });
248}
249
250if(Ext.grid.PropertyColumnModel){
251   Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
252      nameText   : "名称",
253      valueText  : "倌",
254      dateFormat : "y幎m月d日"
255   });
256}
257
258if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
259   Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
260      splitTip            : "拖劚来改变尺寞.",
261      collapsibleSplitTip : "拖劚来改变尺寞. 双击隐藏."
262   });
263}
Note: See TracBrowser for help on using the repository browser.