?? ext-lang-zh_cn.js
字號:
/*
* Ext JS Library 2.1
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/* * Simplified Chinese translation * By DavidHu * 09 April 2007 */Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">加載中...</div>';if(Ext.View){ Ext.View.prototype.emptyText = "";}if(Ext.grid.Grid){ Ext.grid.Grid.prototype.ddText = "{0} 選擇行";}if(Ext.TabPanelItem){ Ext.TabPanelItem.prototype.closeText = "關閉";}if(Ext.form.Field){ Ext.form.Field.prototype.invalidText = "輸入值非法";}Date.monthNames = [ "一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"];Date.dayNames = [ "日", "一", "二", "三", "四", "五", "六"];if(Ext.MessageBox){ Ext.MessageBox.buttonText = { ok : "確定", cancel : "取消", yes : "是", no : "否" };}if(Ext.util.Format){ Ext.util.Format.date = function(v, format){ if(!v) return ""; if(!(v instanceof Date)) v = new Date(Date.parse(v)); return v.dateFormat(format || "y年m月d日"); };}if(Ext.DatePicker){ Ext.apply(Ext.DatePicker.prototype, { todayText : "今天", minText : "日期在最小日期之前", maxText : "日期在最大日期之后", disabledDaysText : "", disabledDatesText : "", monthNames : Date.monthNames, dayNames : Date.dayNames, nextText : '下月 (Control+Right)', prevText : '上月 (Control+Left)', monthYearText : '選擇一個月 (Control+Up/Down 來改變年)', todayTip : "{0} (空格鍵選擇)", format : "y年m月d日", okText : "確定", cancelText : "取消" });}if(Ext.PagingToolbar){ Ext.apply(Ext.PagingToolbar.prototype, { beforePageText : "頁", afterPageText : "頁共 {0} 頁", firstText : "第一頁", prevText : "前一頁", nextText : "下一頁", lastText : "最后頁", refreshText : "刷新", displayMsg : "顯示 {0} - {1},共 {2} 條", emptyMsg : '沒有數據需要顯示' });}if(Ext.form.TextField){ Ext.apply(Ext.form.TextField.prototype, { minLengthText : "該輸入項的最小長度是 {0}", maxLengthText : "該輸入項的最大長度是 {0}", blankText : "該輸入項為必輸項", regexText : "", emptyText : null });}if(Ext.form.NumberField){ Ext.apply(Ext.form.NumberField.prototype, { minText : "該輸入項的最小值是 {0}", maxText : "該輸入項的最大值是 {0}", nanText : "{0} 不是有效數值" });}if(Ext.form.DateField){ Ext.apply(Ext.form.DateField.prototype, { disabledDaysText : "禁用", disabledDatesText : "禁用", minText : "該輸入項的日期必須在 {0} 之后", maxText : "該輸入項的日期必須在 {0} 之前", invalidText : "{0} 是無效的日期 - 必須符合格式: {1}", format : "y年m月d日" });}if(Ext.form.ComboBox){ Ext.apply(Ext.form.ComboBox.prototype, { loadingText : "加載...", valueNotFoundText : undefined });}if(Ext.form.VTypes){ Ext.apply(Ext.form.VTypes, { emailText : '該輸入項必須是電子郵件地址,格式如: "user@domain.com"', urlText : '該輸入項必須是URL地址,格式如: "http:/'+'/www.domain.com"', alphaText : '該輸入項只能包含字符和_', alphanumText : '該輸入項只能包含字符,數字和_' });}if(Ext.grid.GridView){ Ext.apply(Ext.grid.GridView.prototype, { sortAscText : "正序", sortDescText : "逆序", lockText : "鎖列", unlockText : "解鎖列", columnsText : "列" });}if(Ext.grid.PropertyColumnModel){ Ext.apply(Ext.grid.PropertyColumnModel.prototype, { nameText : "名稱", valueText : "值", dateFormat : "y年m月d日" });}if(Ext.layout.BorderLayout.SplitRegion){ Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, { splitTip : "拖動來改變尺寸.", collapsibleSplitTip : "拖動來改變尺寸. 雙擊隱藏." });}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -