ext-lang-zh_CN.js
上传用户:shuoshiled
上传日期:2018-01-28
资源大小:10124k
文件大小:4k
源码类别:

中间件编程

开发平台:

JavaScript

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