vxe-table 4.3.2 → 4.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/edit/src/hook.js +3 -0
- package/es/filter/src/panel.js +2 -1
- package/es/footer/src/footer.js +3 -3
- package/es/form/src/form-item.js +19 -6
- package/es/form/src/render.js +2 -1
- package/es/header/src/header.js +10 -5
- package/es/icon/style.css +52 -1
- package/es/locale/lang/en-US.js +1 -1
- package/es/locale/lang/ja-JP.js +1 -1
- package/es/locale/lang/zh-CN.js +1 -1
- package/es/locale/lang/zh-TC.js +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/table/src/body.js +2 -1
- package/es/table/src/table.js +21 -25
- package/es/toolbar/src/toolbar.js +2 -2
- package/es/tools/log.js +1 -1
- package/es/v-x-e-table/index.js +1 -1
- package/es/v-x-e-table/style.css +52 -1
- package/es/vxe-icon/style.css +52 -1
- package/lib/edit/src/hook.js +4 -0
- package/lib/edit/src/hook.min.js +1 -1
- package/lib/filter/src/panel.js +3 -1
- package/lib/filter/src/panel.min.js +1 -1
- package/lib/footer/src/footer.js +3 -3
- package/lib/footer/src/footer.min.js +1 -1
- package/lib/form/src/form-item.js +18 -4
- package/lib/form/src/form-item.min.js +1 -1
- package/lib/form/src/render.js +3 -1
- package/lib/form/src/render.min.js +1 -1
- package/lib/header/src/header.js +10 -5
- package/lib/header/src/header.min.js +1 -1
- package/lib/icon/style/style.css +52 -1
- package/lib/icon/style/style.min.css +1 -1
- package/lib/index.umd.js +73 -54
- package/lib/index.umd.min.js +1 -1
- package/lib/locale/lang/en-US.js +1 -1
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +1 -1
- package/lib/locale/lang/ja-JP.js +1 -1
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +1 -1
- package/lib/locale/lang/zh-CN.js +1 -1
- package/lib/locale/lang/zh-CN.min.js +1 -1
- package/lib/locale/lang/zh-CN.umd.js +1 -1
- package/lib/locale/lang/zh-HK.min.js +1 -1
- package/lib/locale/lang/zh-HK.umd.js +1 -1
- package/lib/locale/lang/zh-MO.min.js +1 -1
- package/lib/locale/lang/zh-MO.umd.js +1 -1
- package/lib/locale/lang/zh-TC.js +1 -1
- package/lib/locale/lang/zh-TC.min.js +1 -1
- package/lib/locale/lang/zh-TC.umd.js +1 -1
- package/lib/locale/lang/zh-TW.min.js +1 -1
- package/lib/locale/lang/zh-TW.umd.js +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/table/src/body.js +4 -2
- package/lib/table/src/body.min.js +1 -1
- package/lib/table/src/table.js +24 -31
- package/lib/table/src/table.min.js +1 -1
- package/lib/toolbar/src/toolbar.js +4 -4
- package/lib/toolbar/src/toolbar.min.js +1 -1
- package/lib/tools/log.js +1 -1
- package/lib/tools/log.min.js +1 -1
- package/lib/v-x-e-table/index.js +1 -1
- package/lib/v-x-e-table/index.min.js +1 -1
- package/lib/v-x-e-table/style/style.css +52 -1
- package/lib/v-x-e-table/style/style.min.css +1 -1
- package/lib/vxe-icon/style/style.css +52 -1
- package/lib/vxe-icon/style/style.min.css +1 -1
- package/package.json +4 -4
- package/packages/edit/src/hook.ts +3 -0
- package/packages/filter/src/panel.ts +2 -1
- package/packages/footer/src/footer.ts +3 -3
- package/packages/form/src/form-item.ts +19 -6
- package/packages/form/src/render.ts +2 -1
- package/packages/header/src/header.ts +13 -9
- package/packages/locale/lang/en-US.ts +1 -1
- package/packages/locale/lang/ja-JP.ts +1 -1
- package/packages/locale/lang/zh-CN.ts +1 -1
- package/packages/locale/lang/zh-TC.ts +1 -1
- package/packages/table/src/body.ts +2 -1
- package/packages/table/src/table.ts +23 -27
- package/packages/toolbar/src/toolbar.ts +2 -2
- package/styles/icon.scss +69 -1
- package/types/v-x-e-table/renderer.d.ts +1 -0
package/lib/locale/lang/en-US.js
CHANGED
|
@@ -14,7 +14,6 @@ var _default = {
|
|
|
14
14
|
groupMouseRange: 'Grouping headers and "{0}" cannot be used at the same time, which may cause errors.',
|
|
15
15
|
groupTag: 'Grouping column header should use "{0}" instead of "{1}", which may cause errors.',
|
|
16
16
|
scrollErrProp: 'The parameter "{0}" is not supported when virtual scrolling is enabled.',
|
|
17
|
-
scrollXNotGroup: 'Horizontal virtual scrolling does not support grouping headers. You need to set the parameter "scroll-x.enabled=false", otherwise, errors may occur.',
|
|
18
17
|
errConflicts: 'Argument "{0}" conflicts with "{1}"',
|
|
19
18
|
unableInsert: 'Unable to insert to the specified location.',
|
|
20
19
|
useErr: 'Error installing "{0}" module, possibly in the wrong order, dependent modules need to be installed before Table.',
|
|
@@ -62,6 +61,7 @@ var _default = {
|
|
|
62
61
|
},
|
|
63
62
|
combination: {
|
|
64
63
|
menus: {
|
|
64
|
+
clearSort: 'Clear sort',
|
|
65
65
|
sortAsc: 'Ascending order',
|
|
66
66
|
sortDesc: 'Descending order',
|
|
67
67
|
fixedColumn: 'Fixed column',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"function"==typeof define&&define.amd?define("vxe-table-lang.en-US",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangEnUS=t)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{loading:{text:"Loading..."},error:{groupFixed:"If you use group headers, the fixed columns must be set by group.",groupMouseRange:'Grouping headers and "{0}" cannot be used at the same time, which may cause errors.',groupTag:'Grouping column header should use "{0}" instead of "{1}", which may cause errors.',scrollErrProp:'The parameter "{0}" is not supported when virtual scrolling is enabled.',
|
|
1
|
+
!function(e,t){"function"==typeof define&&define.amd?define("vxe-table-lang.en-US",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangEnUS=t)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{loading:{text:"Loading..."},error:{groupFixed:"If you use group headers, the fixed columns must be set by group.",groupMouseRange:'Grouping headers and "{0}" cannot be used at the same time, which may cause errors.',groupTag:'Grouping column header should use "{0}" instead of "{1}", which may cause errors.',scrollErrProp:'The parameter "{0}" is not supported when virtual scrolling is enabled.',errConflicts:'Argument "{0}" conflicts with "{1}"',unableInsert:"Unable to insert to the specified location.",useErr:'Error installing "{0}" module, possibly in the wrong order, dependent modules need to be installed before Table.',barUnableLink:"Toolbar cannot associate table.",expandContent:'Expand row slot should be "content", please check if it is correct.',reqModule:'require "{0}" module.',reqProp:'Missing the necessary "{0}" parameter, which can cause error.',emptyProp:'The property "{0}" is not allowed to be empty.',errProp:'Unsupported parameter "{0}", possibly "{1}".',colRepet:'column.{0}="{0}" is duplicated, which may make some features unusable',notFunc:'method "{0}" not exist.',notSlot:'slot "{0}" does not exist',noTree:'The tree structure does not support "{0}".',notProp:'Unsupported parameters "{0}"',coverProp:'The parameter "{1}" to "{0}" is overwritten. This may cause an error',delFunc:'The function "{0}" is deprecated, please use "{1}".',delProp:'The property "{0}" is deprecated, please use "{1}".',delEvent:'The event "{0}" is deprecated, please use "{1}"',removeProp:'The property "{0}" is deprecated and is not recommended, which may cause error.',errFormat:'The global formatted content should be defined with "VXETable.formats". Mounting "formatter={0}" is not recommended.',notType:'Unsupported file types "{0}"',notExp:"The browser does not support import / export.",impFields:"Import failed, please check that the field name and data format are correct.",treeNotImp:"Tree table does not support import."},renderer:{search:"Search",cases:{equal:"Equal",unequal:"Not equal",gt:"Greater than",ge:"Greater than or equal",lt:"Less than",le:"Less than or equal",begin:"Beginning is",notbegin:"Beginning is not",endin:"End is",notendin:"End is not",include:"Include",exclude:"Exclusive",between:"Betweenness",custom:"Custom filter",insensitive:"Case insensitive",isSensitive:"Case sensitive"},combination:{menus:{clearSort:"Clear sort",sortAsc:"Ascending order",sortDesc:"Descending order",fixedColumn:"Fixed column",fixedGroup:"Fixed group",cancelFixed:"Clear fixed",fixedLeft:"Fixed the left",fixedRight:"Fixed the right",clearFilter:"Clear filter",textOption:"Text filter",numberOption:"Number filter"},popup:{title:"Custom filtering",currColumnTitle:"Current column:",and:"And",or:"Or",describeHtml:"Use ? To represent a single character <br/> use * to represent any number of characters"},empty:"(Empty)",notData:"No data"}},pro:{area:{mergeErr:"The operation cannot be performed on merged cells",multiErr:"The operation cannot be performed on multiple selection areas",extendErr:"If the extended area contains merged cells, all merged cells need to be the same size",pasteMultiErr:"Cannot paste, copied area and pasted area of the same size are required to perform this operation"},fnr:{title:"Find and replace",findLabel:"Find",replaceLabel:"Replace",findTitle:"What to find:",replaceTitle:"Replace with:",tabs:{find:"Find",replace:"Replace"},filter:{re:"Regular Expression",whole:"Whole word",sensitive:"Case sensitive"},btns:{findNext:"Find next",findAll:"Find all",replace:"Replace",replaceAll:"Replace all",cancel:"Cancel"},header:{seq:"#",cell:"Cell",value:"Value"},empty:"(Empty)",reError:"Invalid regular expression",recordCount:"Found {0} cells",notCell:"No matching cells were found",replaceSuccess:"Successfully replaced {0} cells"}},table:{emptyText:"No Data",allTitle:"Select all / cancel",seqTitle:"#",confirmFilter:"Confirm",resetFilter:"Reset",allFilter:"All",sortAsc:"Ascending: lowest to highest",sortDesc:"Descending: highest to lowest",filter:"Enable filtering on selected columns",impSuccess:"Successfully imported {0} records",expLoading:"Exporting",expSuccess:"Export success",expFilename:"Export_{0}",expOriginFilename:"Export_original_{0}",customTitle:"Column settings",customAll:"All",customConfirm:"Confirm",customRestore:"Restore"},grid:{selectOneRecord:"Please choose at least one piece of record!",deleteSelectRecord:"Are you sure you want to delete the selected record?",removeSelectRecord:"Are you sure you want to remove the selected record?",dataUnchanged:"Data unchanged! ",delSuccess:"Successfully deleted the selected record!",saveSuccess:"Saved successfully!",operError:"Error occurred, operation failed!"},select:{search:"Search",loadingText:"Loading",emptyText:"No Data"},pager:{goto:"Go to",pagesize:"{0}/page",total:"Total {0} record",pageClassifier:"",prevPage:"Previous page",nextPage:"next page",prevJump:"Jump previous page",nextJump:"Jump next page"},alert:{title:"Message notification"},button:{confirm:"Confirm",cancel:"Cancel"},import:{modes:{covering:"Covering",insert:"Insert"},impTitle:"Import data",impFile:"Filename",impSelect:"Select file",impType:"File type",impOpts:"Settings",impConfirm:"Import",impCancel:"Cancel"},export:{types:{csv:"CSV (Comma separated) (*.csv)",html:"Web Page (*.html)",xml:"XML Data(*.xml)",txt:"Text (Tab delimited) (*.txt)",xls:"Excel 97-2003 Workbook(*.xls)",xlsx:"Excel Workbook (*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"Current data (data of current page)",selected:"Selected data (data selected on the current page)",all:"Full data (including all paging data)"},printTitle:"Print data",expTitle:"Export data",expName:"Filename",expNamePlaceholder:"Please enter filename",expSheetName:"Title",expSheetNamePlaceholder:"Please enter a title",expType:"Save the type",expMode:"Select data",expCurrentColumn:"All the field",expColumn:"Select field",expOpts:"Settings",expOptHeader:"Header",expHeaderTitle:"Do I need a header",expOptFooter:"Footer",expFooterTitle:"Do you need the footer table",expOptColgroup:"Group header",expColgroupTitle:"If it exists, headers with grouping structure are supported",expOptMerge:"Merge",expMergeTitle:"If it exists, cells with merged structures are supported",expOptAllExpand:"Expand nodes",expAllExpandTitle:"If it exists, all data with tree structure can be expanded",expOptUseStyle:"Styles",expUseStyleTitle:"If it exists, cells with styles are supported",expOptOriginal:"Source data",expOriginalTitle:"If it is source data, import into the table is supported",expPrint:"Print",expConfirm:"Export",expCancel:"Cancel"},modal:{zoomIn:"Maximization",zoomOut:"Reduction",close:"Close"},form:{folding:"Folding",unfolding:"Unfolding"},toolbar:{import:"Import",export:"Export",print:"Printing",refresh:"Refresh",zoomIn:"Full screen",zoomOut:"Reduction",custom:"Column settings",customAll:"All",customConfirm:"Confirm",customRestore:"Restore"},input:{date:{m1:"January",m2:"February",m3:"March",m4:"April",m5:"May",m6:"June",m7:"July",m8:"August",m9:"September",m10:"October",m11:"November",m12:"December",quarterLabel:"{0}",monthLabel:"{0}",dayLabel:"{1} {0}",labelFormat:{date:"dd/MM/yyyy",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"[Week] WW, yyyy",month:"MM/yyyy",quarter:"[Quarter] q, yyyy",year:"yyyy"},weeks:{w:"Week",w0:"Sun",w1:"Mon",w2:"Tue",w3:"Wed",w4:"Thu",w5:"Fri",w6:"Sat"},months:{m0:"Jan",m1:"Feb",m2:"Mar",m3:"Apr",m4:"May",m5:"Jun",m6:"Jul",m7:"Aug",m8:"Sep",m9:"Oct",m10:"Nov",m11:"Dec"},quarters:{q1:"First quarter",q2:"Second quarter",q3:"Third quarter",q4:"Fourth quarter"}}}}}});
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
groupMouseRange: 'Grouping headers and "{0}" cannot be used at the same time, which may cause errors.',
|
|
28
28
|
groupTag: 'Grouping column header should use "{0}" instead of "{1}", which may cause errors.',
|
|
29
29
|
scrollErrProp: 'The parameter "{0}" is not supported when virtual scrolling is enabled.',
|
|
30
|
-
scrollXNotGroup: 'Horizontal virtual scrolling does not support grouping headers. You need to set the parameter "scroll-x.enabled=false", otherwise, errors may occur.',
|
|
31
30
|
errConflicts: 'Argument "{0}" conflicts with "{1}"',
|
|
32
31
|
unableInsert: 'Unable to insert to the specified location.',
|
|
33
32
|
useErr: 'Error installing "{0}" module, possibly in the wrong order, dependent modules need to be installed before Table.',
|
|
@@ -75,6 +74,7 @@
|
|
|
75
74
|
},
|
|
76
75
|
combination: {
|
|
77
76
|
menus: {
|
|
77
|
+
clearSort: 'Clear sort',
|
|
78
78
|
sortAsc: 'Ascending order',
|
|
79
79
|
sortDesc: 'Descending order',
|
|
80
80
|
fixedColumn: 'Fixed column',
|
package/lib/locale/lang/ja-JP.js
CHANGED
|
@@ -14,7 +14,6 @@ var _default = {
|
|
|
14
14
|
groupMouseRange: 'グループ化ヘッダーと「{0}」は同時に使用できません。これによりエラーが発生する可能性があります',
|
|
15
15
|
groupTag: '分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',
|
|
16
16
|
scrollErrProp: '启用虚拟滚动后不支持该参数 "{0}"',
|
|
17
|
-
scrollXNotGroup: '横向虚拟滚动不支持分组表头,需要设置 "scroll-x.enabled=false" 参数,否则可能会导致出现错误',
|
|
18
17
|
errConflicts: '参数 "{0}" 与 "{1}" 有冲突',
|
|
19
18
|
unableInsert: '指定された位置に挿入できない',
|
|
20
19
|
useErr: '"{0}" モジュールをインストールする際にエラーが発生し,順序が正しくない可能性があり,依頼するモジュールはTableの前にインストールする必要がある',
|
|
@@ -62,6 +61,7 @@ var _default = {
|
|
|
62
61
|
},
|
|
63
62
|
combination: {
|
|
64
63
|
menus: {
|
|
64
|
+
clearSort: '清除排序',
|
|
65
65
|
sortAsc: '升序',
|
|
66
66
|
sortDesc: '降序',
|
|
67
67
|
fixedColumn: '锁定列',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"function"==typeof define&&define.amd?define("vxe-table-lang.ja-JP",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangJaJP=t)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{loading:{text:"Loading..."},error:{groupFixed:"グループのヘッダを使用すると、固定列はグループで設定しなければなりません",groupMouseRange:"グループ化ヘッダーと「{0}」は同時に使用できません。これによりエラーが発生する可能性があります",groupTag:'分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',scrollErrProp:'启用虚拟滚动后不支持该参数 "{0}"',
|
|
1
|
+
!function(e,t){"function"==typeof define&&define.amd?define("vxe-table-lang.ja-JP",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangJaJP=t)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{loading:{text:"Loading..."},error:{groupFixed:"グループのヘッダを使用すると、固定列はグループで設定しなければなりません",groupMouseRange:"グループ化ヘッダーと「{0}」は同時に使用できません。これによりエラーが発生する可能性があります",groupTag:'分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',scrollErrProp:'启用虚拟滚动后不支持该参数 "{0}"',errConflicts:'参数 "{0}" 与 "{1}" 有冲突',unableInsert:"指定された位置に挿入できない",useErr:'"{0}" モジュールをインストールする際にエラーが発生し,順序が正しくない可能性があり,依頼するモジュールはTableの前にインストールする必要がある',barUnableLink:"ツールバーはフォームを関連付けることができない",expandContent:'拡張行スロットは "content" である必要があります。正しいかどうかを確認してください',reqModule:'"{0}" モジュールが必要',reqProp:'必要な "{0}" パラメーターが欠落しているため、エラーが発生する可能性があります',emptyProp:'"{0}" propertyはemptyが許可されていません',errProp:'サポートされていないパラメーター "{0}","{1}" の可能性があります',colRepet:'column.{0}="{0}" が重複しているため、機能が使えなくなることがあります。',notFunc:'method "{0}" はありません',notSlot:'slot "{0}" はありません',noTree:'Tree structureは "{0}" をサポートしていません',notProp:'サポートされていないパラメータ "{0}"',coverProp:'"{0}" 的参数 "{1}" 被覆盖,这可能会出现错误',delFunc:'"{0}" functionは非推奨です、"{1}"を使用してください',delProp:'"{0}" propertyは非推奨です、"{1}"を使用してください',delEvent:'イベント "{0}" は廃止されました。 "{1}" を使用してください',removeProp:'パラメーター "{0}" は非推奨および非推奨です。エラーが発生する可能性があります',errFormat:'全局的格式化内容应该使用 "VXETable.formats" 定义,挂载 "formatter={0}" 的方式已不建议使用',notType:'サポートされていないファイルの種類 "{0}"',notExp:"ブラウザはインポート/エクスポートをサポートしていません",impFields:"インポートに失敗しました。フィールド名とデータ形式が正しいかどうかを確認してください",treeNotImp:"ツリーテーブルはインポートをサポートしていません"},renderer:{search:"搜索",cases:{equal:"等于",unequal:"不等于",gt:"大于",ge:"大于或等于",lt:"小于",le:"小于或等于",begin:"开头是",notbegin:"开头不是",endin:"结尾是",notendin:"结尾不是",include:"包含",exclude:"不包含",between:"介于",custom:"自定义筛选",insensitive:"不区分大小写",isSensitive:"区分大小写"},combination:{menus:{clearSort:"清除排序",sortAsc:"升序",sortDesc:"降序",fixedColumn:"锁定列",fixedGroup:"锁定组",cancelFixed:"取消锁定",fixedLeft:"锁定左侧",fixedRight:"锁定右侧",clearFilter:"清除筛选",textOption:"文本筛选",numberOption:"数值筛选"},popup:{title:"自定义筛选的方式",currColumnTitle:"当前列:",and:"与",or:"或",describeHtml:"可用 ? 代表单个字符<br/>用 * 代表任意多个字符"},empty:"(空白)",notData:"无匹配项"}},pro:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",extendErr:"如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同",pasteMultiErr:"无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作"},fnr:{title:"查找和替换",findLabel:"查找",replaceLabel:"替换",findTitle:"查找内容:",replaceTitle:"替换为:",tabs:{find:"查找",replace:"替换"},filter:{re:"正则表达式",whole:"全词匹配",sensitive:"区分大小写"},btns:{findNext:"查找下一个",findAll:"查找全部",replace:"替换",replaceAll:"替换全部",cancel:"取消"},header:{seq:"#",cell:"单元格",value:"值"},empty:"(空值)",reError:"无效的正则表达式",recordCount:"已找到 {0} 个单元格",notCell:"找不到匹配的单元格",replaceSuccess:"成功替换 {0} 个单元格"}},table:{emptyText:"データがありません",allTitle:"全て選択/取消",seqTitle:"#",confirmFilter:"完了",resetFilter:"リセット",allFilter:"全て",sortAsc:"昇順",sortDesc:"降順",filter:"選択した列をフィルタする",impSuccess:"{0} レコードが正常にインポートされました",expLoading:"正在导出中",expSuccess:"エクスポートが成功しました",expOriginFilename:"エクスポート_{0}",expSrcFilename:"エクスポート_ソース_{0}",customTitle:"列设置",customAll:"全部",customConfirm:"确认",customRestore:"还原"},grid:{selectOneRecord:"少なくとも1つのレコードを選択してください",deleteSelectRecord:"レコードを削除してもよろしいですか?",removeSelectRecord:"レコードを削除してもよろしいですか?",dataUnchanged:"データは変更されませんでした",delSuccess:"選択したレコードを削除しました",saveSuccess:"保存しました",operError:"エラーが発生しました。操作が失敗しました"},select:{search:"Search",loadingText:"Loading",emptyText:"データがありません"},pager:{goto:"移動",pagesize:"{0}件/ページ",total:"全 {0} 件",pageClassifier:"",prevPage:"前のページ",nextPage:"次のページ",prevJump:"前のページに移動",nextJump:"次のページに移動"},alert:{title:"メッセージ"},button:{confirm:"完了",cancel:"キャンセル"},import:{modes:{covering:"カバー",insert:"追加"},impTitle:"导入数据",impFile:"ファイル名",impSelect:"ファイルを選択",impType:"ファイルの種類",impOpts:"参数设置",impConfirm:"インポート",impCancel:"取消"},export:{types:{csv:"CSV (カンマ区切り)(*.csv)",html:"webページ(*.html)",xml:"XML データ(*.xml)",txt:"テキストファイル(タブ区切り)(*.txt)",xls:"Excel 97-2003 ワークブック(*.xls)",xlsx:"Excel ワークブック(*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"現在のデータ(現在のページのデータ)",selected:"選択したデータ(現在のページで選択したデータ)",all:"全量データ(全ページ分のデータを含む)"},printTitle:"打印数据",expTitle:"导出数据",expName:"ファイル名",expNamePlaceholder:"ファイル名を入力してください",expSheetName:"タイトル",expSheetNamePlaceholder:"タイトルを入力してください",expType:"保存タイプ",expMode:"选择字段",expCurrentColumn:"全てのフィールド",expColumn:"选择字段",expOpts:"参数设置",expOptHeader:"ヘッダー",expHeaderTitle:"ヘッダーをエクスポート",expOptFooter:"フッター",expFooterTitle:"フッターをエクスポート",expOptColgroup:"分组表头",expColgroupTitle:"如果存在,则支持带有分组结构的表头",expOptMerge:"合并",expMergeTitle:"如果存在,则支持带有合并结构的单元格",expOptAllExpand:"展开层级",expAllExpandTitle:"如果存在,则支持将带有层级结构的数据全部展开",expOptUseStyle:"样式",expUseStyleTitle:"如果存在,则支持带样式的单元格",expOptOriginal:"ソースデータ",expOriginalTitle:"如果为源数据,则支持导入到表格中",expPrint:"印刷",expConfirm:"エクスポート",expCancel:"取消"},modal:{zoomIn:"最大化",zoomOut:"縮小",close:"閉じる"},form:{folding:"展開を戻す",unfolding:"展開"},toolbar:{import:"インポート",export:"エクスポート",print:"印刷",refresh:"再読み込み",zoomIn:"フルスクリーン",zoomOut:"縮小",custom:"カスタム設定",customAll:"全部",customConfirm:"確定",customRestore:"復元"},input:{date:{m1:"1月",m2:"2月",m3:"3月",m4:"4月",m5:"5月",m6:"6月",m7:"7月",m8:"8月",m9:"9月",m10:"10月",m11:"11月",m12:"12月",quarterLabel:"{0} 年",monthLabel:"{0} 年",dayLabel:"{0} 年 {1}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"yyyy 年 WW",month:"yyyy-MM",quarter:"yyyy 年第 q 季度",year:"yyyy"},weeks:{w:"曜日",w0:"日",w1:"月",w2:"火",w3:"水",w4:"木",w5:"金",w6:"土"},months:{m0:"1月",m1:"2月",m2:"3月",m3:"4月",m4:"5月",m5:"6月",m6:"7月",m7:"8月",m8:"9月",m9:"10月",m10:"11月",m11:"12月"},quarters:{q1:"第一季度",q2:"第二季度",q3:"第三季度",q4:"第四季度"}}}}}});
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
groupMouseRange: 'グループ化ヘッダーと「{0}」は同時に使用できません。これによりエラーが発生する可能性があります',
|
|
28
28
|
groupTag: '分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',
|
|
29
29
|
scrollErrProp: '启用虚拟滚动后不支持该参数 "{0}"',
|
|
30
|
-
scrollXNotGroup: '横向虚拟滚动不支持分组表头,需要设置 "scroll-x.enabled=false" 参数,否则可能会导致出现错误',
|
|
31
30
|
errConflicts: '参数 "{0}" 与 "{1}" 有冲突',
|
|
32
31
|
unableInsert: '指定された位置に挿入できない',
|
|
33
32
|
useErr: '"{0}" モジュールをインストールする際にエラーが発生し,順序が正しくない可能性があり,依頼するモジュールはTableの前にインストールする必要がある',
|
|
@@ -75,6 +74,7 @@
|
|
|
75
74
|
},
|
|
76
75
|
combination: {
|
|
77
76
|
menus: {
|
|
77
|
+
clearSort: '清除排序',
|
|
78
78
|
sortAsc: '升序',
|
|
79
79
|
sortDesc: '降序',
|
|
80
80
|
fixedColumn: '锁定列',
|
package/lib/locale/lang/zh-CN.js
CHANGED
|
@@ -14,7 +14,6 @@ var _default = {
|
|
|
14
14
|
groupMouseRange: '分组表头与 "{0}" 不能同时使用,这可能会出现错误',
|
|
15
15
|
groupTag: '分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',
|
|
16
16
|
scrollErrProp: '启用虚拟滚动后不支持该参数 "{0}"',
|
|
17
|
-
scrollXNotGroup: '横向虚拟滚动不支持分组表头,需要设置 "scroll-x.enabled=false" 参数,否则可能会导致出现错误',
|
|
18
17
|
errConflicts: '参数 "{0}" 与 "{1}" 有冲突',
|
|
19
18
|
unableInsert: '无法插入到指定位置,请检查参数是否正确',
|
|
20
19
|
useErr: '安装 "{0}" 模块时发生错误,可能顺序不正确,依赖的模块需要在 Table 之前安装',
|
|
@@ -62,6 +61,7 @@ var _default = {
|
|
|
62
61
|
},
|
|
63
62
|
combination: {
|
|
64
63
|
menus: {
|
|
64
|
+
clearSort: '清除排序',
|
|
65
65
|
sortAsc: '升序',
|
|
66
66
|
sortDesc: '降序',
|
|
67
67
|
fixedColumn: '锁定列',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"function"==typeof define&&define.amd?define("vxe-table-lang.zh-CN",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangZhCN=t)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{loading:{text:"加载中..."},error:{groupFixed:"如果使用分组表头,固定列必须按组设置",groupMouseRange:'分组表头与 "{0}" 不能同时使用,这可能会出现错误',groupTag:'分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',scrollErrProp:'启用虚拟滚动后不支持该参数 "{0}"',
|
|
1
|
+
!function(e,t){"function"==typeof define&&define.amd?define("vxe-table-lang.zh-CN",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangZhCN=t)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{loading:{text:"加载中..."},error:{groupFixed:"如果使用分组表头,固定列必须按组设置",groupMouseRange:'分组表头与 "{0}" 不能同时使用,这可能会出现错误',groupTag:'分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',scrollErrProp:'启用虚拟滚动后不支持该参数 "{0}"',errConflicts:'参数 "{0}" 与 "{1}" 有冲突',unableInsert:"无法插入到指定位置,请检查参数是否正确",useErr:'安装 "{0}" 模块时发生错误,可能顺序不正确,依赖的模块需要在 Table 之前安装',barUnableLink:"工具栏无法关联表格",expandContent:'展开行的插槽应该是 "content",请检查是否正确',reqModule:'缺少 "{0}" 模块',reqProp:'缺少必要的 "{0}" 参数,这可能会导致出现错误',emptyProp:'参数 "{0}" 不允许为空',errProp:'不支持的参数 "{0}",可能为 "{1}"',colRepet:'column.{0}="{1}" 重复了,这可能会导致某些功能无法使用',notFunc:'方法 "{0}" 不存在',notSlot:'插槽 "{0}" 不存在',noTree:'树结构不支持 "{0}"',notProp:'不支持的参数 "{0}"',coverProp:'"{0}" 的参数 "{1}" 被覆盖,这可能会出现错误',delFunc:'方法 "{0}" 已废弃,请使用 "{1}"',delProp:'参数 "{0}" 已废弃,请使用 "{1}"',delEvent:'事件 "{0}" 已废弃,请使用 "{1}"',removeProp:'参数 "{0}" 已废弃,不建议使用,这可能会导致出现错误',errFormat:'全局的格式化内容应该使用 "VXETable.formats" 定义,挂载 "formatter={0}" 的方式已不建议使用',notType:'不支持的文件类型 "{0}"',notExp:"该浏览器不支持导入/导出功能",impFields:"导入失败,请检查字段名和数据格式是否正确",treeNotImp:"树表格不支持导入"},renderer:{search:"搜索",cases:{equal:"等于",unequal:"不等于",gt:"大于",ge:"大于或等于",lt:"小于",le:"小于或等于",begin:"开头是",notbegin:"开头不是",endin:"结尾是",notendin:"结尾不是",include:"包含",exclude:"不包含",between:"介于",custom:"自定义筛选",insensitive:"不区分大小写",isSensitive:"区分大小写"},combination:{menus:{clearSort:"清除排序",sortAsc:"升序",sortDesc:"降序",fixedColumn:"锁定列",fixedGroup:"锁定组",cancelFixed:"取消锁定",fixedLeft:"锁定左侧",fixedRight:"锁定右侧",clearFilter:"清除筛选",textOption:"文本筛选",numberOption:"数值筛选"},popup:{title:"自定义筛选的方式",currColumnTitle:"当前列:",and:"与",or:"或",describeHtml:"可用 ? 代表单个字符<br/>用 * 代表任意多个字符"},empty:"(空白)",notData:"无匹配项"}},pro:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",extendErr:"如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同",pasteMultiErr:"无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作"},fnr:{title:"查找和替换",findLabel:"查找",replaceLabel:"替换",findTitle:"查找内容:",replaceTitle:"替换为:",tabs:{find:"查找",replace:"替换"},filter:{re:"正则表达式",whole:"全词匹配",sensitive:"区分大小写"},btns:{findNext:"查找下一个",findAll:"查找全部",replace:"替换",replaceAll:"替换全部",cancel:"取消"},header:{seq:"#",cell:"单元格",value:"值"},empty:"(空值)",reError:"无效的正则表达式",recordCount:"已找到 {0} 个单元格",notCell:"找不到匹配的单元格",replaceSuccess:"成功替换 {0} 个单元格"}},table:{emptyText:"暂无数据",allTitle:"全选/取消",seqTitle:"#",confirmFilter:"筛选",resetFilter:"重置",allFilter:"全部",sortAsc:"升序:最低到最高",sortDesc:"降序:最高到最低",filter:"对所选的列启用筛选",impSuccess:"成功导入 {0} 条记录",expLoading:"正在导出中",expSuccess:"导出成功",expFilename:"导出_{0}",expOriginFilename:"导出_源_{0}",customTitle:"列设置",customAll:"全部",customConfirm:"确认",customRestore:"还原"},grid:{selectOneRecord:"请至少选择一条记录!",deleteSelectRecord:"您确定要删除所选记录吗?",removeSelectRecord:"您确定要移除所选记录吗?",dataUnchanged:"数据未改动!",delSuccess:"成功删除所选记录!",saveSuccess:"保存成功!",operError:"发生错误,操作失败!"},select:{search:"搜索",loadingText:"加载中",emptyText:"暂无数据"},pager:{goto:"前往",pagesize:"{0}条/页",total:"共 {0} 条记录",pageClassifier:"页",prevPage:"上一页",nextPage:"下一页",prevJump:"向上跳页",nextJump:"向下跳页"},alert:{title:"消息提示"},button:{confirm:"确认",cancel:"取消"},import:{modes:{covering:"覆盖",insert:"新增"},impTitle:"导入数据",impFile:"文件名",impSelect:"选择文件",impType:"文件类型",impOpts:"参数设置",impConfirm:"导入",impCancel:"取消"},export:{types:{csv:"CSV (逗号分隔)(*.csv)",html:"网页(*.html)",xml:"XML 数据(*.xml)",txt:"文本文件(制表符分隔)(*.txt)",xls:"Excel 97-2003 工作簿(*.xls)",xlsx:"Excel 工作簿(*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"当前数据(当前页的数据)",selected:"选中数据(当前页选中的数据)",all:"全量数据(包括所有分页的数据)"},printTitle:"打印数据",expTitle:"导出数据",expName:"文件名",expNamePlaceholder:"请输入文件名",expSheetName:"标题",expSheetNamePlaceholder:"请输入标题",expType:"保存类型",expMode:"选择数据",expCurrentColumn:"全部字段",expColumn:"选择字段",expOpts:"参数设置",expOptHeader:"表头",expHeaderTitle:"是否需要表头",expOptFooter:"表尾",expFooterTitle:"是否需要表尾",expOptColgroup:"分组表头",expColgroupTitle:"如果存在,则支持带有分组结构的表头",expOptMerge:"合并",expMergeTitle:"如果存在,则支持带有合并结构的单元格",expOptAllExpand:"展开层级",expAllExpandTitle:"如果存在,则支持将带有层级结构的数据全部展开",expOptUseStyle:"样式",expUseStyleTitle:"如果存在,则支持带样式的单元格",expOptOriginal:"源数据",expOriginalTitle:"如果为源数据,则支持导入到表格中",expPrint:"打印",expConfirm:"导出",expCancel:"取消"},modal:{zoomIn:"最大化",zoomOut:"还原",close:"关闭"},form:{folding:"收起",unfolding:"展开"},toolbar:{import:"导入",export:"导出",print:"打印",refresh:"刷新",zoomIn:"全屏",zoomOut:"还原",custom:"列设置",customAll:"全部",customConfirm:"确认",customRestore:"还原"},input:{date:{m1:"01 月",m2:"02 月",m3:"03 月",m4:"04 月",m5:"05 月",m6:"06 月",m7:"07 月",m8:"08 月",m9:"09 月",m10:"10 月",m11:"11 月",m12:"12 月",quarterLabel:"{0} 年",monthLabel:"{0} 年",dayLabel:"{0} 年 {1}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"yyyy 年第 WW 周",month:"yyyy-MM",quarter:"yyyy 年第 q 季度",year:"yyyy"},weeks:{w:"周",w0:"周日",w1:"周一",w2:"周二",w3:"周三",w4:"周四",w5:"周五",w6:"周六"},months:{m0:"一月",m1:"二月",m2:"三月",m3:"四月",m4:"五月",m5:"六月",m6:"七月",m7:"八月",m8:"九月",m9:"十月",m10:"十一月",m11:"十二月"},quarters:{q1:"第一季度",q2:"第二季度",q3:"第三季度",q4:"第四季度"}}}}}});
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
groupMouseRange: '分组表头与 "{0}" 不能同时使用,这可能会出现错误',
|
|
28
28
|
groupTag: '分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',
|
|
29
29
|
scrollErrProp: '启用虚拟滚动后不支持该参数 "{0}"',
|
|
30
|
-
scrollXNotGroup: '横向虚拟滚动不支持分组表头,需要设置 "scroll-x.enabled=false" 参数,否则可能会导致出现错误',
|
|
31
30
|
errConflicts: '参数 "{0}" 与 "{1}" 有冲突',
|
|
32
31
|
unableInsert: '无法插入到指定位置,请检查参数是否正确',
|
|
33
32
|
useErr: '安装 "{0}" 模块时发生错误,可能顺序不正确,依赖的模块需要在 Table 之前安装',
|
|
@@ -75,6 +74,7 @@
|
|
|
75
74
|
},
|
|
76
75
|
combination: {
|
|
77
76
|
menus: {
|
|
77
|
+
clearSort: '清除排序',
|
|
78
78
|
sortAsc: '升序',
|
|
79
79
|
sortDesc: '降序',
|
|
80
80
|
fixedColumn: '锁定列',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"function"==typeof define&&define.amd?define("vxe-table-lang.zh-HK",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangZhHK=t)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{loading:{text:"加載中..."},error:{groupFixed:"如果使用分組表頭,固定列必須按組設定",groupMouseRange:'分组表頭與 "{0}" 不能同時使用,這可能會出現錯誤',groupTag:'分組列頭應該使用 "{0}" 而不是 "{1}",這可能會出現錯誤',scrollErrProp:'啟用虛擬滾動後不支持該參數 "{0}"',
|
|
1
|
+
!function(e,t){"function"==typeof define&&define.amd?define("vxe-table-lang.zh-HK",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangZhHK=t)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{loading:{text:"加載中..."},error:{groupFixed:"如果使用分組表頭,固定列必須按組設定",groupMouseRange:'分组表頭與 "{0}" 不能同時使用,這可能會出現錯誤',groupTag:'分組列頭應該使用 "{0}" 而不是 "{1}",這可能會出現錯誤',scrollErrProp:'啟用虛擬滾動後不支持該參數 "{0}"',errConflicts:'參數 "{0}" 與 "{1}" 有衝突',unableInsert:"無法插入到指定位置,請檢查參數是否正確",useErr:'安裝 "{0}" 模組時發生錯誤,可能順序不正確,依賴的模組需要在Table之前安裝',barUnableLink:"工具欄無法關聯表格",expandContent:"展開行的插槽應該是 “content”,請檢查是否正確",reqModule:'缺少 "{0}" 模組',reqProp:'缺少必要的 "{0}" 參數,可能會導致出現錯誤',emptyProp:'參數 "{0}" 不允許為空',errProp:'不支持的參數 "{0}",可能為 "{1}"',colRepet:'column.{0}="{1}" 重複了,這可能會導致某些功能無法使用',notFunc:'方法 "{0}" 不存在',notSlot:'插槽 "{0}" 不存在',noTree:"樹狀結構不支援 {0}",notProp:'不支持的參數 "{0}"',coverProp:'"{0}" 的參數 "{1}" 被覆蓋,這可能會出現錯誤',delFunc:'方法 "{0}" 已停用,請使用 "{1}"',delProp:'參數 "{0}" 已停用,請使用 "{1}"',delEvent:'事件 "{0}" 已停用,請使用 "{1}"',removeProp:'參數 "{0}" 已停用,不建議使用,這可能會導致出現錯誤',errFormat:'全域的格式化內容應該使用 "VXETable.formats" 定義,掛載 "formatter={0}" 的管道已不建議使用',notType:'不支持的檔案類型 "{0}"',notExp:"該瀏覽器不支持導入/匯出功能",impFields:"導入失敗,請檢查欄位名和數據格式是否正確",treeNotImp:"樹狀表格不支持導入"},renderer:{search:"蒐索",cases:{equal:"等於",unequal:"不等於",gt:"大於",ge:"大於或等於",lt:"小於",le:"小於或等於",begin:"開頭是",notbegin:"開頭不是",endin:"結尾是",notendin:"結尾不是",include:"包含",exclude:"不包含",between:"介於",custom:"自定義篩選",insensitive:"不區分大小寫",isSensitive:"區分大小寫"},combination:{menus:{clearSort:"清除排序",sortAsc:"昇冪",sortDesc:"降序",fixedColumn:"鎖定列",fixedGroup:"鎖定組",cancelFixed:"取消鎖定",fixedLeft:"鎖定左側",fixedRight:"鎖定右側",clearFilter:"清除篩選",textOption:"文字篩選",numberOption:"數值篩選"},popup:{title:"自定義篩選的管道",currColumnTitle:"當前列:",and:"與",or:"或",describeHtml:"用 ? 代表單個字元<br/>用 * 代表任意多個字元"},empty:"(空白)",notData:"無匹配項"}},pro:{area:{mergeErr:"無法對合併儲存格進行該操作",multiErr:"無法對多重選擇區域進行該操作",extendErr:"如果延伸的區域包含被合併的儲存格,所有合併的儲存格需大小相同",pasteMultiErr:"无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作"},fnr:{title:"查找和替換",findLabel:"查找",replaceLabel:"替換",findTitle:"查找內容:",replaceTitle:"替換為:",tabs:{find:"查找",replace:"替換"},filter:{re:"規則運算式",whole:"全詞匹配",sensitive:"區分大小寫"},btns:{findNext:"查找下一個",findAll:"查找全部",replace:"替换",replaceAll:"替换全部",cancel:"取消"},header:{seq:"#",cell:"儲存格",value:"值"},empty:"(空值)",reError:"無效的規則運算式",recordCount:"已找到 {0} 個儲存格",notCell:"找不到匹配的儲存格",replaceSuccess:"成功替換 {0} 個儲存格"}},table:{emptyText:"暫無資料",allTitle:"全選/取消",seqTitle:"#",confirmFilter:"篩選",resetFilter:"重置",allFilter:"全部",sortAsc:"按低到高排序",sortDesc:"按高到低排序",filter:"對所選的列啟用篩選",impSuccess:"成功導入 {0} 條記錄",expLoading:"正在匯出中",expSuccess:"匯出成功",expOriginFilename:"匯出_{0}",expSrcFilename:"匯出_從_{0}",customTitle:"列設定",customAll:"全部",customConfirm:"確認",customRestore:"還原"},grid:{selectOneRecord:"請至少選擇一條記錄!",deleteSelectRecord:"您確定要刪除所選記錄嗎?",removeSelectRecord:"您確定要移除所選記錄嗎?",dataUnchanged:"資料未更改! ",delSuccess:"成功删除所選記錄!",saveSuccess:"保存成功!",operError:"發生錯誤,操作失敗!"},select:{search:"蒐索",loadingText:"加載中",emptyText:"暫無資料"},pager:{goto:"前往",pagesize:"{0}項/頁",total:"共 {0} 項記錄",pageClassifier:"頁",prevPage:"上一頁",nextPage:"下一頁",prevJump:"向上跳頁",nextJump:"向下跳頁"},alert:{title:"訊息提示"},button:{confirm:"確認",cancel:"取消"},import:{modes:{covering:"覆盖",insert:"新增"},impTitle:"導入數據",impFile:"檔名",impSelect:"選擇檔案",impType:"檔案類型",impOpts:"參數設置",impConfirm:"導入",impCancel:"取消"},export:{types:{csv:"CSV (逗号分隔)(*.csv)",html:"網頁(*.html)",xml:"XML 文件(*.xml)",txt:"文本文件(制表符分隔)(*.txt)",xls:"Excel 97-2003 工作簿(*.xls)",xlsx:"Excel 工作簿(*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"當前數據(當前頁的數據)",selected:"選中數據(當前頁選中的數據)",all:"全量數據(包括所有分頁的數據)"},printTitle:"列印數據",expTitle:"匯出數據",expName:"檔名",expNamePlaceholder:"請輸入檔名",expSheetName:"標題",expSheetNamePlaceholder:"請輸入標題",expType:"保存類型",expMode:"選擇數據",expCurrentColumn:"全部欄位",expColumn:"選擇欄位",expOpts:"參數設置",expOptHeader:"表頭",expHeaderTitle:"是否需要表頭",expOptFooter:"表尾",expFooterTitle:"是否需要表尾",expOptColgroup:"分组表头",expColgroupTitle:"如果存在,則支持帶有分組結構的表頭",expOptMerge:"合併",expMergeTitle:"如果存在,則支持帶有合併結構的儲存格",expOptAllExpand:"展開層級",expAllExpandTitle:"如果存在,則支持將帶有樹結構的數據全部展開",expOptUseStyle:"樣式",expUseStyleTitle:"如果存在,則支持帶樣式的儲存格",expOptOriginal:"源數據",expOriginalTitle:"如果為源數據,則支持導入到表格中",expPrint:"列印",expConfirm:"匯出",expCancel:"取消"},modal:{zoomIn:"最大化",zoomOut:"還原",close:"關閉"},form:{folding:"收起",unfolding:"展開"},toolbar:{import:"導入",export:"匯出",print:"列印",refresh:"刷新",zoomIn:"全螢幕",zoomOut:"還原",custom:"列設定",customAll:"全部",customConfirm:"確認",customRestore:"還原"},input:{date:{m1:"01 月",m2:"02 月",m3:"03 月",m4:"04 月",m5:"05 月",m6:"06 月",m7:"07 月",m8:"08 月",m9:"09 月",m10:"10 月",m11:"11 月",m12:"12 月",quarterLabel:"{0} 年",monthLabel:"{0} 年",dayLabel:"{0} 年 {1}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"yyyy 年第 WW 周",month:"yyyy-MM",quarter:"yyyy 年第 q 季度",year:"yyyy"},weeks:{w:"周",w0:"周日",w1:"周一",w2:"周二",w3:"周三",w4:"周四",w5:"周五",w6:"周六"},months:{m0:"一月",m1:"二月",m2:"三月",m3:"四月",m4:"五月",m5:"六月",m6:"七月",m7:"八月",m8:"九月",m9:"十月",m10:"十一月",m11:"十二月"},quarters:{q1:"第一季度",q2:"第二季度",q3:"第三季度",q4:"第四季度"}}}}}});
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
groupMouseRange: '分组表頭與 "{0}" 不能同時使用,這可能會出現錯誤',
|
|
28
28
|
groupTag: '分組列頭應該使用 "{0}" 而不是 "{1}",這可能會出現錯誤',
|
|
29
29
|
scrollErrProp: '啟用虛擬滾動後不支持該參數 "{0}"',
|
|
30
|
-
scrollXNotGroup: '橫向虛擬滾動不支持分組表頭,需要設定 "scroll-x.enabled=false" 參數,否則可能會導致出現錯誤',
|
|
31
30
|
errConflicts: '參數 "{0}" 與 "{1}" 有衝突',
|
|
32
31
|
unableInsert: '無法插入到指定位置,請檢查參數是否正確',
|
|
33
32
|
useErr: '安裝 "{0}" 模組時發生錯誤,可能順序不正確,依賴的模組需要在Table之前安裝',
|
|
@@ -75,6 +74,7 @@
|
|
|
75
74
|
},
|
|
76
75
|
combination: {
|
|
77
76
|
menus: {
|
|
77
|
+
clearSort: '清除排序',
|
|
78
78
|
sortAsc: '昇冪',
|
|
79
79
|
sortDesc: '降序',
|
|
80
80
|
fixedColumn: '鎖定列',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"function"==typeof define&&define.amd?define("vxe-table-lang.zh-MO",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangZhMO=t)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{loading:{text:"加載中..."},error:{groupFixed:"如果使用分組表頭,固定列必須按組設定",groupMouseRange:'分组表頭與 "{0}" 不能同時使用,這可能會出現錯誤',groupTag:'分組列頭應該使用 "{0}" 而不是 "{1}",這可能會出現錯誤',scrollErrProp:'啟用虛擬滾動後不支持該參數 "{0}"',
|
|
1
|
+
!function(e,t){"function"==typeof define&&define.amd?define("vxe-table-lang.zh-MO",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangZhMO=t)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{loading:{text:"加載中..."},error:{groupFixed:"如果使用分組表頭,固定列必須按組設定",groupMouseRange:'分组表頭與 "{0}" 不能同時使用,這可能會出現錯誤',groupTag:'分組列頭應該使用 "{0}" 而不是 "{1}",這可能會出現錯誤',scrollErrProp:'啟用虛擬滾動後不支持該參數 "{0}"',errConflicts:'參數 "{0}" 與 "{1}" 有衝突',unableInsert:"無法插入到指定位置,請檢查參數是否正確",useErr:'安裝 "{0}" 模組時發生錯誤,可能順序不正確,依賴的模組需要在Table之前安裝',barUnableLink:"工具欄無法關聯表格",expandContent:"展開行的插槽應該是 “content”,請檢查是否正確",reqModule:'缺少 "{0}" 模組',reqProp:'缺少必要的 "{0}" 參數,可能會導致出現錯誤',emptyProp:'參數 "{0}" 不允許為空',errProp:'不支持的參數 "{0}",可能為 "{1}"',colRepet:'column.{0}="{1}" 重複了,這可能會導致某些功能無法使用',notFunc:'方法 "{0}" 不存在',notSlot:'插槽 "{0}" 不存在',noTree:"樹狀結構不支援 {0}",notProp:'不支持的參數 "{0}"',coverProp:'"{0}" 的參數 "{1}" 被覆蓋,這可能會出現錯誤',delFunc:'方法 "{0}" 已停用,請使用 "{1}"',delProp:'參數 "{0}" 已停用,請使用 "{1}"',delEvent:'事件 "{0}" 已停用,請使用 "{1}"',removeProp:'參數 "{0}" 已停用,不建議使用,這可能會導致出現錯誤',errFormat:'全域的格式化內容應該使用 "VXETable.formats" 定義,掛載 "formatter={0}" 的管道已不建議使用',notType:'不支持的檔案類型 "{0}"',notExp:"該瀏覽器不支持導入/匯出功能",impFields:"導入失敗,請檢查欄位名和數據格式是否正確",treeNotImp:"樹狀表格不支持導入"},renderer:{search:"蒐索",cases:{equal:"等於",unequal:"不等於",gt:"大於",ge:"大於或等於",lt:"小於",le:"小於或等於",begin:"開頭是",notbegin:"開頭不是",endin:"結尾是",notendin:"結尾不是",include:"包含",exclude:"不包含",between:"介於",custom:"自定義篩選",insensitive:"不區分大小寫",isSensitive:"區分大小寫"},combination:{menus:{clearSort:"清除排序",sortAsc:"昇冪",sortDesc:"降序",fixedColumn:"鎖定列",fixedGroup:"鎖定組",cancelFixed:"取消鎖定",fixedLeft:"鎖定左側",fixedRight:"鎖定右側",clearFilter:"清除篩選",textOption:"文字篩選",numberOption:"數值篩選"},popup:{title:"自定義篩選的管道",currColumnTitle:"當前列:",and:"與",or:"或",describeHtml:"用 ? 代表單個字元<br/>用 * 代表任意多個字元"},empty:"(空白)",notData:"無匹配項"}},pro:{area:{mergeErr:"無法對合併儲存格進行該操作",multiErr:"無法對多重選擇區域進行該操作",extendErr:"如果延伸的區域包含被合併的儲存格,所有合併的儲存格需大小相同",pasteMultiErr:"无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作"},fnr:{title:"查找和替換",findLabel:"查找",replaceLabel:"替換",findTitle:"查找內容:",replaceTitle:"替換為:",tabs:{find:"查找",replace:"替換"},filter:{re:"規則運算式",whole:"全詞匹配",sensitive:"區分大小寫"},btns:{findNext:"查找下一個",findAll:"查找全部",replace:"替换",replaceAll:"替换全部",cancel:"取消"},header:{seq:"#",cell:"儲存格",value:"值"},empty:"(空值)",reError:"無效的規則運算式",recordCount:"已找到 {0} 個儲存格",notCell:"找不到匹配的儲存格",replaceSuccess:"成功替換 {0} 個儲存格"}},table:{emptyText:"暫無資料",allTitle:"全選/取消",seqTitle:"#",confirmFilter:"篩選",resetFilter:"重置",allFilter:"全部",sortAsc:"按低到高排序",sortDesc:"按高到低排序",filter:"對所選的列啟用篩選",impSuccess:"成功導入 {0} 條記錄",expLoading:"正在匯出中",expSuccess:"匯出成功",expOriginFilename:"匯出_{0}",expSrcFilename:"匯出_從_{0}",customTitle:"列設定",customAll:"全部",customConfirm:"確認",customRestore:"還原"},grid:{selectOneRecord:"請至少選擇一條記錄!",deleteSelectRecord:"您確定要刪除所選記錄嗎?",removeSelectRecord:"您確定要移除所選記錄嗎?",dataUnchanged:"資料未更改! ",delSuccess:"成功删除所選記錄!",saveSuccess:"保存成功!",operError:"發生錯誤,操作失敗!"},select:{search:"蒐索",loadingText:"加載中",emptyText:"暫無資料"},pager:{goto:"前往",pagesize:"{0}項/頁",total:"共 {0} 項記錄",pageClassifier:"頁",prevPage:"上一頁",nextPage:"下一頁",prevJump:"向上跳頁",nextJump:"向下跳頁"},alert:{title:"訊息提示"},button:{confirm:"確認",cancel:"取消"},import:{modes:{covering:"覆盖",insert:"新增"},impTitle:"導入數據",impFile:"檔名",impSelect:"選擇檔案",impType:"檔案類型",impOpts:"參數設置",impConfirm:"導入",impCancel:"取消"},export:{types:{csv:"CSV (逗号分隔)(*.csv)",html:"網頁(*.html)",xml:"XML 文件(*.xml)",txt:"文本文件(制表符分隔)(*.txt)",xls:"Excel 97-2003 工作簿(*.xls)",xlsx:"Excel 工作簿(*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"當前數據(當前頁的數據)",selected:"選中數據(當前頁選中的數據)",all:"全量數據(包括所有分頁的數據)"},printTitle:"列印數據",expTitle:"匯出數據",expName:"檔名",expNamePlaceholder:"請輸入檔名",expSheetName:"標題",expSheetNamePlaceholder:"請輸入標題",expType:"保存類型",expMode:"選擇數據",expCurrentColumn:"全部欄位",expColumn:"選擇欄位",expOpts:"參數設置",expOptHeader:"表頭",expHeaderTitle:"是否需要表頭",expOptFooter:"表尾",expFooterTitle:"是否需要表尾",expOptColgroup:"分组表头",expColgroupTitle:"如果存在,則支持帶有分組結構的表頭",expOptMerge:"合併",expMergeTitle:"如果存在,則支持帶有合併結構的儲存格",expOptAllExpand:"展開層級",expAllExpandTitle:"如果存在,則支持將帶有樹結構的數據全部展開",expOptUseStyle:"樣式",expUseStyleTitle:"如果存在,則支持帶樣式的儲存格",expOptOriginal:"源數據",expOriginalTitle:"如果為源數據,則支持導入到表格中",expPrint:"列印",expConfirm:"匯出",expCancel:"取消"},modal:{zoomIn:"最大化",zoomOut:"還原",close:"關閉"},form:{folding:"收起",unfolding:"展開"},toolbar:{import:"導入",export:"匯出",print:"列印",refresh:"刷新",zoomIn:"全螢幕",zoomOut:"還原",custom:"列設定",customAll:"全部",customConfirm:"確認",customRestore:"還原"},input:{date:{m1:"01 月",m2:"02 月",m3:"03 月",m4:"04 月",m5:"05 月",m6:"06 月",m7:"07 月",m8:"08 月",m9:"09 月",m10:"10 月",m11:"11 月",m12:"12 月",quarterLabel:"{0} 年",monthLabel:"{0} 年",dayLabel:"{0} 年 {1}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"yyyy 年第 WW 周",month:"yyyy-MM",quarter:"yyyy 年第 q 季度",year:"yyyy"},weeks:{w:"周",w0:"周日",w1:"周一",w2:"周二",w3:"周三",w4:"周四",w5:"周五",w6:"周六"},months:{m0:"一月",m1:"二月",m2:"三月",m3:"四月",m4:"五月",m5:"六月",m6:"七月",m7:"八月",m8:"九月",m9:"十月",m10:"十一月",m11:"十二月"},quarters:{q1:"第一季度",q2:"第二季度",q3:"第三季度",q4:"第四季度"}}}}}});
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
groupMouseRange: '分组表頭與 "{0}" 不能同時使用,這可能會出現錯誤',
|
|
28
28
|
groupTag: '分組列頭應該使用 "{0}" 而不是 "{1}",這可能會出現錯誤',
|
|
29
29
|
scrollErrProp: '啟用虛擬滾動後不支持該參數 "{0}"',
|
|
30
|
-
scrollXNotGroup: '橫向虛擬滾動不支持分組表頭,需要設定 "scroll-x.enabled=false" 參數,否則可能會導致出現錯誤',
|
|
31
30
|
errConflicts: '參數 "{0}" 與 "{1}" 有衝突',
|
|
32
31
|
unableInsert: '無法插入到指定位置,請檢查參數是否正確',
|
|
33
32
|
useErr: '安裝 "{0}" 模組時發生錯誤,可能順序不正確,依賴的模組需要在Table之前安裝',
|
|
@@ -75,6 +74,7 @@
|
|
|
75
74
|
},
|
|
76
75
|
combination: {
|
|
77
76
|
menus: {
|
|
77
|
+
clearSort: '清除排序',
|
|
78
78
|
sortAsc: '昇冪',
|
|
79
79
|
sortDesc: '降序',
|
|
80
80
|
fixedColumn: '鎖定列',
|
package/lib/locale/lang/zh-TC.js
CHANGED
|
@@ -14,7 +14,6 @@ var _default = {
|
|
|
14
14
|
groupMouseRange: '分组表頭與 "{0}" 不能同時使用,這可能會出現錯誤',
|
|
15
15
|
groupTag: '分組列頭應該使用 "{0}" 而不是 "{1}",這可能會出現錯誤',
|
|
16
16
|
scrollErrProp: '啟用虛擬滾動後不支持該參數 "{0}"',
|
|
17
|
-
scrollXNotGroup: '橫向虛擬滾動不支持分組表頭,需要設定 "scroll-x.enabled=false" 參數,否則可能會導致出現錯誤',
|
|
18
17
|
errConflicts: '參數 "{0}" 與 "{1}" 有衝突',
|
|
19
18
|
unableInsert: '無法插入到指定位置,請檢查參數是否正確',
|
|
20
19
|
useErr: '安裝 "{0}" 模組時發生錯誤,可能順序不正確,依賴的模組需要在Table之前安裝',
|
|
@@ -62,6 +61,7 @@ var _default = {
|
|
|
62
61
|
},
|
|
63
62
|
combination: {
|
|
64
63
|
menus: {
|
|
64
|
+
clearSort: '清除排序',
|
|
65
65
|
sortAsc: '昇冪',
|
|
66
66
|
sortDesc: '降序',
|
|
67
67
|
fixedColumn: '鎖定列',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"function"==typeof define&&define.amd?define("vxe-table-lang.zh-TC",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangZhTC=t)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{loading:{text:"加載中..."},error:{groupFixed:"如果使用分組表頭,固定列必須按組設定",groupMouseRange:'分组表頭與 "{0}" 不能同時使用,這可能會出現錯誤',groupTag:'分組列頭應該使用 "{0}" 而不是 "{1}",這可能會出現錯誤',scrollErrProp:'啟用虛擬滾動後不支持該參數 "{0}"',
|
|
1
|
+
!function(e,t){"function"==typeof define&&define.amd?define("vxe-table-lang.zh-TC",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangZhTC=t)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{loading:{text:"加載中..."},error:{groupFixed:"如果使用分組表頭,固定列必須按組設定",groupMouseRange:'分组表頭與 "{0}" 不能同時使用,這可能會出現錯誤',groupTag:'分組列頭應該使用 "{0}" 而不是 "{1}",這可能會出現錯誤',scrollErrProp:'啟用虛擬滾動後不支持該參數 "{0}"',errConflicts:'參數 "{0}" 與 "{1}" 有衝突',unableInsert:"無法插入到指定位置,請檢查參數是否正確",useErr:'安裝 "{0}" 模組時發生錯誤,可能順序不正確,依賴的模組需要在Table之前安裝',barUnableLink:"工具欄無法關聯表格",expandContent:"展開行的插槽應該是 “content”,請檢查是否正確",reqModule:'缺少 "{0}" 模組',reqProp:'缺少必要的 "{0}" 參數,可能會導致出現錯誤',emptyProp:'參數 "{0}" 不允許為空',errProp:'不支持的參數 "{0}",可能為 "{1}"',colRepet:'column.{0}="{1}" 重複了,這可能會導致某些功能無法使用',notFunc:'方法 "{0}" 不存在',notSlot:'插槽 "{0}" 不存在',noTree:"樹狀結構不支援 {0}",notProp:'不支持的參數 "{0}"',coverProp:'"{0}" 的參數 "{1}" 被覆蓋,這可能會出現錯誤',delFunc:'方法 "{0}" 已停用,請使用 "{1}"',delProp:'參數 "{0}" 已停用,請使用 "{1}"',delEvent:'事件 "{0}" 已停用,請使用 "{1}"',removeProp:'參數 "{0}" 已停用,不建議使用,這可能會導致出現錯誤',errFormat:'全域的格式化內容應該使用 "VXETable.formats" 定義,掛載 "formatter={0}" 的管道已不建議使用',notType:'不支持的檔案類型 "{0}"',notExp:"該瀏覽器不支持導入/匯出功能",impFields:"導入失敗,請檢查欄位名和數據格式是否正確",treeNotImp:"樹狀表格不支持導入"},renderer:{search:"蒐索",cases:{equal:"等於",unequal:"不等於",gt:"大於",ge:"大於或等於",lt:"小於",le:"小於或等於",begin:"開頭是",notbegin:"開頭不是",endin:"結尾是",notendin:"結尾不是",include:"包含",exclude:"不包含",between:"介於",custom:"自定義篩選",insensitive:"不區分大小寫",isSensitive:"區分大小寫"},combination:{menus:{clearSort:"清除排序",sortAsc:"昇冪",sortDesc:"降序",fixedColumn:"鎖定列",fixedGroup:"鎖定組",cancelFixed:"取消鎖定",fixedLeft:"鎖定左側",fixedRight:"鎖定右側",clearFilter:"清除篩選",textOption:"文字篩選",numberOption:"數值篩選"},popup:{title:"自定義篩選的管道",currColumnTitle:"當前列:",and:"與",or:"或",describeHtml:"用 ? 代表單個字元<br/>用 * 代表任意多個字元"},empty:"(空白)",notData:"無匹配項"}},pro:{area:{mergeErr:"無法對合併儲存格進行該操作",multiErr:"無法對多重選擇區域進行該操作",extendErr:"如果延伸的區域包含被合併的儲存格,所有合併的儲存格需大小相同",pasteMultiErr:"无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作"},fnr:{title:"查找和替換",findLabel:"查找",replaceLabel:"替換",findTitle:"查找內容:",replaceTitle:"替換為:",tabs:{find:"查找",replace:"替換"},filter:{re:"規則運算式",whole:"全詞匹配",sensitive:"區分大小寫"},btns:{findNext:"查找下一個",findAll:"查找全部",replace:"替换",replaceAll:"替换全部",cancel:"取消"},header:{seq:"#",cell:"儲存格",value:"值"},empty:"(空值)",reError:"無效的規則運算式",recordCount:"已找到 {0} 個儲存格",notCell:"找不到匹配的儲存格",replaceSuccess:"成功替換 {0} 個儲存格"}},table:{emptyText:"暫無資料",allTitle:"全選/取消",seqTitle:"#",confirmFilter:"篩選",resetFilter:"重置",allFilter:"全部",sortAsc:"按低到高排序",sortDesc:"按高到低排序",filter:"對所選的列啟用篩選",impSuccess:"成功導入 {0} 條記錄",expLoading:"正在匯出中",expSuccess:"匯出成功",expOriginFilename:"匯出_{0}",expSrcFilename:"匯出_從_{0}",customTitle:"列設定",customAll:"全部",customConfirm:"確認",customRestore:"還原"},grid:{selectOneRecord:"請至少選擇一條記錄!",deleteSelectRecord:"您確定要刪除所選記錄嗎?",removeSelectRecord:"您確定要移除所選記錄嗎?",dataUnchanged:"資料未更改! ",delSuccess:"成功删除所選記錄!",saveSuccess:"保存成功!",operError:"發生錯誤,操作失敗!"},select:{search:"蒐索",loadingText:"加載中",emptyText:"暫無資料"},pager:{goto:"前往",pagesize:"{0}項/頁",total:"共 {0} 項記錄",pageClassifier:"頁",prevPage:"上一頁",nextPage:"下一頁",prevJump:"向上跳頁",nextJump:"向下跳頁"},alert:{title:"訊息提示"},button:{confirm:"確認",cancel:"取消"},import:{modes:{covering:"覆盖",insert:"新增"},impTitle:"導入數據",impFile:"檔名",impSelect:"選擇檔案",impType:"檔案類型",impOpts:"參數設置",impConfirm:"導入",impCancel:"取消"},export:{types:{csv:"CSV (逗号分隔)(*.csv)",html:"網頁(*.html)",xml:"XML 文件(*.xml)",txt:"文本文件(制表符分隔)(*.txt)",xls:"Excel 97-2003 工作簿(*.xls)",xlsx:"Excel 工作簿(*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"當前數據(當前頁的數據)",selected:"選中數據(當前頁選中的數據)",all:"全量數據(包括所有分頁的數據)"},printTitle:"列印數據",expTitle:"匯出數據",expName:"檔名",expNamePlaceholder:"請輸入檔名",expSheetName:"標題",expSheetNamePlaceholder:"請輸入標題",expType:"保存類型",expMode:"選擇數據",expCurrentColumn:"全部欄位",expColumn:"選擇欄位",expOpts:"參數設置",expOptHeader:"表頭",expHeaderTitle:"是否需要表頭",expOptFooter:"表尾",expFooterTitle:"是否需要表尾",expOptColgroup:"分组表头",expColgroupTitle:"如果存在,則支持帶有分組結構的表頭",expOptMerge:"合併",expMergeTitle:"如果存在,則支持帶有合併結構的儲存格",expOptAllExpand:"展開層級",expAllExpandTitle:"如果存在,則支持將帶有樹結構的數據全部展開",expOptUseStyle:"樣式",expUseStyleTitle:"如果存在,則支持帶樣式的儲存格",expOptOriginal:"源數據",expOriginalTitle:"如果為源數據,則支持導入到表格中",expPrint:"列印",expConfirm:"匯出",expCancel:"取消"},modal:{zoomIn:"最大化",zoomOut:"還原",close:"關閉"},form:{folding:"收起",unfolding:"展開"},toolbar:{import:"導入",export:"匯出",print:"列印",refresh:"刷新",zoomIn:"全螢幕",zoomOut:"還原",custom:"列設定",customAll:"全部",customConfirm:"確認",customRestore:"還原"},input:{date:{m1:"01 月",m2:"02 月",m3:"03 月",m4:"04 月",m5:"05 月",m6:"06 月",m7:"07 月",m8:"08 月",m9:"09 月",m10:"10 月",m11:"11 月",m12:"12 月",quarterLabel:"{0} 年",monthLabel:"{0} 年",dayLabel:"{0} 年 {1}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"yyyy 年第 WW 周",month:"yyyy-MM",quarter:"yyyy 年第 q 季度",year:"yyyy"},weeks:{w:"周",w0:"周日",w1:"周一",w2:"周二",w3:"周三",w4:"周四",w5:"周五",w6:"周六"},months:{m0:"一月",m1:"二月",m2:"三月",m3:"四月",m4:"五月",m5:"六月",m6:"七月",m7:"八月",m8:"九月",m9:"十月",m10:"十一月",m11:"十二月"},quarters:{q1:"第一季度",q2:"第二季度",q3:"第三季度",q4:"第四季度"}}}}}});
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
groupMouseRange: '分组表頭與 "{0}" 不能同時使用,這可能會出現錯誤',
|
|
28
28
|
groupTag: '分組列頭應該使用 "{0}" 而不是 "{1}",這可能會出現錯誤',
|
|
29
29
|
scrollErrProp: '啟用虛擬滾動後不支持該參數 "{0}"',
|
|
30
|
-
scrollXNotGroup: '橫向虛擬滾動不支持分組表頭,需要設定 "scroll-x.enabled=false" 參數,否則可能會導致出現錯誤',
|
|
31
30
|
errConflicts: '參數 "{0}" 與 "{1}" 有衝突',
|
|
32
31
|
unableInsert: '無法插入到指定位置,請檢查參數是否正確',
|
|
33
32
|
useErr: '安裝 "{0}" 模組時發生錯誤,可能順序不正確,依賴的模組需要在Table之前安裝',
|
|
@@ -75,6 +74,7 @@
|
|
|
75
74
|
},
|
|
76
75
|
combination: {
|
|
77
76
|
menus: {
|
|
77
|
+
clearSort: '清除排序',
|
|
78
78
|
sortAsc: '昇冪',
|
|
79
79
|
sortDesc: '降序',
|
|
80
80
|
fixedColumn: '鎖定列',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"function"==typeof define&&define.amd?define("vxe-table-lang.zh-TW",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangZhTW=t)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{loading:{text:"加載中..."},error:{groupFixed:"如果使用分組表頭,固定列必須按組設定",groupMouseRange:'分组表頭與 "{0}" 不能同時使用,這可能會出現錯誤',groupTag:'分組列頭應該使用 "{0}" 而不是 "{1}",這可能會出現錯誤',scrollErrProp:'啟用虛擬滾動後不支持該參數 "{0}"',
|
|
1
|
+
!function(e,t){"function"==typeof define&&define.amd?define("vxe-table-lang.zh-TW",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangZhTW=t)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{loading:{text:"加載中..."},error:{groupFixed:"如果使用分組表頭,固定列必須按組設定",groupMouseRange:'分组表頭與 "{0}" 不能同時使用,這可能會出現錯誤',groupTag:'分組列頭應該使用 "{0}" 而不是 "{1}",這可能會出現錯誤',scrollErrProp:'啟用虛擬滾動後不支持該參數 "{0}"',errConflicts:'參數 "{0}" 與 "{1}" 有衝突',unableInsert:"無法插入到指定位置,請檢查參數是否正確",useErr:'安裝 "{0}" 模組時發生錯誤,可能順序不正確,依賴的模組需要在Table之前安裝',barUnableLink:"工具欄無法關聯表格",expandContent:"展開行的插槽應該是 “content”,請檢查是否正確",reqModule:'缺少 "{0}" 模組',reqProp:'缺少必要的 "{0}" 參數,可能會導致出現錯誤',emptyProp:'參數 "{0}" 不允許為空',errProp:'不支持的參數 "{0}",可能為 "{1}"',colRepet:'column.{0}="{1}" 重複了,這可能會導致某些功能無法使用',notFunc:'方法 "{0}" 不存在',notSlot:'插槽 "{0}" 不存在',noTree:"樹狀結構不支援 {0}",notProp:'不支持的參數 "{0}"',coverProp:'"{0}" 的參數 "{1}" 被覆蓋,這可能會出現錯誤',delFunc:'方法 "{0}" 已停用,請使用 "{1}"',delProp:'參數 "{0}" 已停用,請使用 "{1}"',delEvent:'事件 "{0}" 已停用,請使用 "{1}"',removeProp:'參數 "{0}" 已停用,不建議使用,這可能會導致出現錯誤',errFormat:'全域的格式化內容應該使用 "VXETable.formats" 定義,掛載 "formatter={0}" 的管道已不建議使用',notType:'不支持的檔案類型 "{0}"',notExp:"該瀏覽器不支持導入/匯出功能",impFields:"導入失敗,請檢查欄位名和數據格式是否正確",treeNotImp:"樹狀表格不支持導入"},renderer:{search:"蒐索",cases:{equal:"等於",unequal:"不等於",gt:"大於",ge:"大於或等於",lt:"小於",le:"小於或等於",begin:"開頭是",notbegin:"開頭不是",endin:"結尾是",notendin:"結尾不是",include:"包含",exclude:"不包含",between:"介於",custom:"自定義篩選",insensitive:"不區分大小寫",isSensitive:"區分大小寫"},combination:{menus:{clearSort:"清除排序",sortAsc:"昇冪",sortDesc:"降序",fixedColumn:"鎖定列",fixedGroup:"鎖定組",cancelFixed:"取消鎖定",fixedLeft:"鎖定左側",fixedRight:"鎖定右側",clearFilter:"清除篩選",textOption:"文字篩選",numberOption:"數值篩選"},popup:{title:"自定義篩選的管道",currColumnTitle:"當前列:",and:"與",or:"或",describeHtml:"用 ? 代表單個字元<br/>用 * 代表任意多個字元"},empty:"(空白)",notData:"無匹配項"}},pro:{area:{mergeErr:"無法對合併儲存格進行該操作",multiErr:"無法對多重選擇區域進行該操作",extendErr:"如果延伸的區域包含被合併的儲存格,所有合併的儲存格需大小相同",pasteMultiErr:"无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作"},fnr:{title:"查找和替換",findLabel:"查找",replaceLabel:"替換",findTitle:"查找內容:",replaceTitle:"替換為:",tabs:{find:"查找",replace:"替換"},filter:{re:"規則運算式",whole:"全詞匹配",sensitive:"區分大小寫"},btns:{findNext:"查找下一個",findAll:"查找全部",replace:"替换",replaceAll:"替换全部",cancel:"取消"},header:{seq:"#",cell:"儲存格",value:"值"},empty:"(空值)",reError:"無效的規則運算式",recordCount:"已找到 {0} 個儲存格",notCell:"找不到匹配的儲存格",replaceSuccess:"成功替換 {0} 個儲存格"}},table:{emptyText:"暫無資料",allTitle:"全選/取消",seqTitle:"#",confirmFilter:"篩選",resetFilter:"重置",allFilter:"全部",sortAsc:"按低到高排序",sortDesc:"按高到低排序",filter:"對所選的列啟用篩選",impSuccess:"成功導入 {0} 條記錄",expLoading:"正在匯出中",expSuccess:"匯出成功",expOriginFilename:"匯出_{0}",expSrcFilename:"匯出_從_{0}",customTitle:"列設定",customAll:"全部",customConfirm:"確認",customRestore:"還原"},grid:{selectOneRecord:"請至少選擇一條記錄!",deleteSelectRecord:"您確定要刪除所選記錄嗎?",removeSelectRecord:"您確定要移除所選記錄嗎?",dataUnchanged:"資料未更改! ",delSuccess:"成功删除所選記錄!",saveSuccess:"保存成功!",operError:"發生錯誤,操作失敗!"},select:{search:"蒐索",loadingText:"加載中",emptyText:"暫無資料"},pager:{goto:"前往",pagesize:"{0}項/頁",total:"共 {0} 項記錄",pageClassifier:"頁",prevPage:"上一頁",nextPage:"下一頁",prevJump:"向上跳頁",nextJump:"向下跳頁"},alert:{title:"訊息提示"},button:{confirm:"確認",cancel:"取消"},import:{modes:{covering:"覆盖",insert:"新增"},impTitle:"導入數據",impFile:"檔名",impSelect:"選擇檔案",impType:"檔案類型",impOpts:"參數設置",impConfirm:"導入",impCancel:"取消"},export:{types:{csv:"CSV (逗号分隔)(*.csv)",html:"網頁(*.html)",xml:"XML 文件(*.xml)",txt:"文本文件(制表符分隔)(*.txt)",xls:"Excel 97-2003 工作簿(*.xls)",xlsx:"Excel 工作簿(*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"當前數據(當前頁的數據)",selected:"選中數據(當前頁選中的數據)",all:"全量數據(包括所有分頁的數據)"},printTitle:"列印數據",expTitle:"匯出數據",expName:"檔名",expNamePlaceholder:"請輸入檔名",expSheetName:"標題",expSheetNamePlaceholder:"請輸入標題",expType:"保存類型",expMode:"選擇數據",expCurrentColumn:"全部欄位",expColumn:"選擇欄位",expOpts:"參數設置",expOptHeader:"表頭",expHeaderTitle:"是否需要表頭",expOptFooter:"表尾",expFooterTitle:"是否需要表尾",expOptColgroup:"分组表头",expColgroupTitle:"如果存在,則支持帶有分組結構的表頭",expOptMerge:"合併",expMergeTitle:"如果存在,則支持帶有合併結構的儲存格",expOptAllExpand:"展開層級",expAllExpandTitle:"如果存在,則支持將帶有樹結構的數據全部展開",expOptUseStyle:"樣式",expUseStyleTitle:"如果存在,則支持帶樣式的儲存格",expOptOriginal:"源數據",expOriginalTitle:"如果為源數據,則支持導入到表格中",expPrint:"列印",expConfirm:"匯出",expCancel:"取消"},modal:{zoomIn:"最大化",zoomOut:"還原",close:"關閉"},form:{folding:"收起",unfolding:"展開"},toolbar:{import:"導入",export:"匯出",print:"列印",refresh:"刷新",zoomIn:"全螢幕",zoomOut:"還原",custom:"列設定",customAll:"全部",customConfirm:"確認",customRestore:"還原"},input:{date:{m1:"01 月",m2:"02 月",m3:"03 月",m4:"04 月",m5:"05 月",m6:"06 月",m7:"07 月",m8:"08 月",m9:"09 月",m10:"10 月",m11:"11 月",m12:"12 月",quarterLabel:"{0} 年",monthLabel:"{0} 年",dayLabel:"{0} 年 {1}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"yyyy 年第 WW 周",month:"yyyy-MM",quarter:"yyyy 年第 q 季度",year:"yyyy"},weeks:{w:"周",w0:"周日",w1:"周一",w2:"周二",w3:"周三",w4:"周四",w5:"周五",w6:"周六"},months:{m0:"一月",m1:"二月",m2:"三月",m3:"四月",m4:"五月",m5:"六月",m6:"七月",m7:"八月",m8:"九月",m9:"十月",m10:"十一月",m11:"十二月"},quarters:{q1:"第一季度",q2:"第二季度",q3:"第三季度",q4:"第四季度"}}}}}});
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
groupMouseRange: '分组表頭與 "{0}" 不能同時使用,這可能會出現錯誤',
|
|
28
28
|
groupTag: '分組列頭應該使用 "{0}" 而不是 "{1}",這可能會出現錯誤',
|
|
29
29
|
scrollErrProp: '啟用虛擬滾動後不支持該參數 "{0}"',
|
|
30
|
-
scrollXNotGroup: '橫向虛擬滾動不支持分組表頭,需要設定 "scroll-x.enabled=false" 參數,否則可能會導致出現錯誤',
|
|
31
30
|
errConflicts: '參數 "{0}" 與 "{1}" 有衝突',
|
|
32
31
|
unableInsert: '無法插入到指定位置,請檢查參數是否正確',
|
|
33
32
|
useErr: '安裝 "{0}" 模組時發生錯誤,可能順序不正確,依賴的模組需要在Table之前安裝',
|
|
@@ -75,6 +74,7 @@
|
|
|
75
74
|
},
|
|
76
75
|
combination: {
|
|
77
76
|
menus: {
|
|
77
|
+
clearSort: '清除排序',
|
|
78
78
|
sortAsc: '昇冪',
|
|
79
79
|
sortDesc: '降序',
|
|
80
80
|
fixedColumn: '鎖定列',
|