ext-lang-zh_TW.js
上传用户:dawnssy
上传日期:2022-08-06
资源大小:9345k
文件大小:5k
源码类别:

JavaScript

开发平台:

JavaScript

  1. /*!
  2.  * Ext JS Library 3.1.0
  3.  * Copyright(c) 2006-2009 Ext JS, LLC
  4.  * licensing@extjs.com
  5.  * http://www.extjs.com/license
  6.  */
  7. /*
  8.  * Traditional Chinese translation
  9.  * By hata1234
  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. if(Ext.LoadMask){
  26.     Ext.LoadMask.prototype.msg = "讀取中...";
  27. }
  28. Date.monthNames = [
  29.     "一月",
  30.     "二月",
  31.     "三月",
  32.     "四月",
  33.     "五月",
  34.     "六月",
  35.     "七月",
  36.     "八月",
  37.     "九月",
  38.     "十月",
  39.     "十一月",
  40.     "十二月"
  41. ];
  42. Date.dayNames = [
  43.     "日",
  44.     "一",
  45.     "二",
  46.     "三",
  47.     "四",
  48.     "五",
  49.     "六"
  50. ];
  51. if(Ext.MessageBox){
  52.     Ext.MessageBox.buttonText = {
  53.         ok : "確定",
  54.         cancel : "取消",
  55.         yes : "是",
  56.         no : "否"
  57.     };
  58. }
  59. if(Ext.util.Format){
  60.     Ext.util.Format.date = function(v, format){
  61.        if(!v) return "";
  62.        if(!(v instanceof Date)) v = new Date(Date.parse(v));
  63.        return v.dateFormat(format || "Y/m/d");
  64.     };
  65. }
  66. if(Ext.DatePicker){
  67.     Ext.apply(Ext.DatePicker.prototype, {
  68.        todayText         : "今天",
  69.        minText           : "日期必須大於最小容許日期",
  70.        maxText           : "日期必須小於最大容許日期",
  71.        disabledDaysText  : "",
  72.        disabledDatesText : "",
  73.        monthNames        : Date.monthNames,
  74.        dayNames          : Date.dayNames,
  75.        nextText          : "下個月 (Ctrl+右方向鍵)",
  76.        prevText          : "上個月 (Ctrl+左方向鍵)",
  77.        monthYearText     : "選擇月份 (Ctrl+上/下方向鍵選擇年份)",
  78.        todayTip          : "{0} (空白鍵)",
  79.        format            : "y/m/d",
  80.        okText            : "确定",
  81.        cancelText        : "取消"
  82.     });
  83. }
  84. if(Ext.PagingToolbar){
  85.     Ext.apply(Ext.PagingToolbar.prototype, {
  86.        beforePageText : "第",
  87.        afterPageText  : "頁,共{0}頁",
  88.        firstText      : "第一頁",
  89.        prevText       : "上一頁",
  90.        nextText       : "下一頁",
  91.        lastText       : "最後頁",
  92.        refreshText    : "重新整理",
  93.        displayMsg     : "顯示{0} - {1}筆,共{2}筆",
  94.        emptyMsg       : '沒有任何資料'
  95.     });
  96. }
  97. if(Ext.form.TextField){
  98.     Ext.apply(Ext.form.TextField.prototype, {
  99.        minLengthText : "此欄位最少要輸入 {0} 個字",
  100.        maxLengthText : "此欄位最多輸入 {0} 個字",
  101.        blankText     : "此欄位為必填",
  102.        regexText     : "",
  103.        emptyText     : null
  104.     });
  105. }
  106. if(Ext.form.NumberField){
  107.     Ext.apply(Ext.form.NumberField.prototype, {
  108.        minText : "此欄位之數值必須大於 {0}",
  109.        maxText : "此欄位之數值必須小於 {0}",
  110.        nanText : "{0} 不是合法的數字"
  111.     });
  112. }
  113. if(Ext.form.DateField){
  114.     Ext.apply(Ext.form.DateField.prototype, {
  115.        disabledDaysText  : "無法使用",
  116.        disabledDatesText : "無法使用",
  117.        minText           : "此欄位之日期必須在 {0} 之後",
  118.        maxText           : "此欄位之日期必須在 {0} 之前",
  119.        invalidText       : "{0} 不是正確的日期格式 - 必須像是 「 {1} 」 這樣的格式",
  120.        format            : "Y/m/d"
  121.     });
  122. }
  123. if(Ext.form.ComboBox){
  124.     Ext.apply(Ext.form.ComboBox.prototype, {
  125.        loadingText       : "讀取中 ...",
  126.        valueNotFoundText : undefined
  127.     });
  128. }
  129. if(Ext.form.VTypes){
  130.     Ext.apply(Ext.form.VTypes, {
  131.        emailText    : '此欄位必須輸入像 "user@example.com" 之E-Mail格式',
  132.        urlText      : '此欄位必須輸入像 "http:/'+'/www.example.com" 之網址格式',
  133.        alphaText    : '此欄位僅能輸入半形英文字母及底線( _ )符號',
  134.        alphanumText : '此欄位僅能輸入半形英文字母、數字及底線( _ )符號'
  135.     });
  136. }
  137. if(Ext.grid.GridView){
  138.     Ext.apply(Ext.grid.GridView.prototype, {
  139.        sortAscText  : "正向排序",
  140.        sortDescText : "反向排序",
  141.        lockText     : "鎖定欄位",
  142.        unlockText   : "解開欄位鎖定",
  143.        columnsText  : "欄位"
  144.     });
  145. }
  146. if(Ext.grid.PropertyColumnModel){
  147.     Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
  148.        nameText   : "名稱",
  149.        valueText  : "數值",
  150.        dateFormat : "Y/m/d"
  151.     });
  152. }
  153. if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
  154.     Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
  155.        splitTip            : "拖曳縮放大小.",
  156.        collapsibleSplitTip : "拖曳縮放大小. 滑鼠雙擊隱藏."
  157.     });
  158. }