vxe-table 4.6.5 → 4.6.6
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/button/style.css +6 -6
- package/es/checkbox/src/group.js +7 -1
- package/es/custom/src/hook.js +1 -0
- package/es/custom/src/panel.js +207 -45
- package/es/custom/style.css +326 -80
- package/es/export/src/export-panel.js +1 -1
- package/es/export/src/import-panel.js +1 -1
- package/es/icon/style.css +1 -1
- package/es/input/style.css +0 -1
- package/es/loading/src/loading.js +1 -1
- package/es/loading/style.css +1 -1
- package/es/locale/lang/en-US.js +18 -7
- package/es/locale/lang/es-ES.js +18 -7
- package/es/locale/lang/ja-JP.js +18 -6
- package/es/locale/lang/pt-BR.js +18 -7
- package/es/locale/lang/zh-CN.js +18 -7
- package/es/locale/lang/zh-TC.js +18 -7
- package/es/modal/src/modal.js +1 -1
- package/es/radio/src/group.js +7 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/table/src/columnInfo.js +3 -3
- package/es/table/src/table.js +60 -36
- package/es/table/style.css +4 -4
- 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 +1 -1
- package/es/vxe-button/style.css +6 -6
- package/es/vxe-input/style.css +0 -1
- package/es/vxe-loading/style.css +1 -1
- package/es/vxe-table/style.css +4 -4
- package/es/vxe-table-custom-module/style.css +326 -80
- package/lib/button/style/style.css +6 -6
- package/lib/button/style/style.min.css +1 -1
- package/lib/checkbox/src/group.js +7 -1
- package/lib/checkbox/src/group.min.js +1 -1
- package/lib/custom/src/hook.js +1 -0
- package/lib/custom/src/hook.min.js +1 -1
- package/lib/custom/src/panel.js +185 -30
- package/lib/custom/src/panel.min.js +1 -1
- package/lib/custom/style/style.css +326 -80
- package/lib/custom/style/style.min.css +1 -1
- package/lib/export/src/export-panel.js +1 -1
- package/lib/export/src/export-panel.min.js +1 -1
- package/lib/export/src/import-panel.js +1 -1
- package/lib/export/src/import-panel.min.js +1 -1
- package/lib/icon/style/style.css +1 -1
- package/lib/icon/style/style.min.css +1 -1
- package/lib/index.umd.js +288 -84
- package/lib/index.umd.min.js +1 -1
- package/lib/input/style/style.css +0 -1
- package/lib/input/style/style.min.css +1 -1
- package/lib/loading/src/loading.js +1 -1
- package/lib/loading/src/loading.min.js +1 -1
- package/lib/loading/style/style.css +1 -1
- package/lib/loading/style/style.min.css +1 -1
- package/lib/locale/lang/en-US.js +18 -7
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +18 -7
- package/lib/locale/lang/es-ES.js +18 -7
- package/lib/locale/lang/es-ES.min.js +1 -1
- package/lib/locale/lang/es-ES.umd.js +18 -7
- package/lib/locale/lang/ja-JP.js +18 -6
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +18 -6
- package/lib/locale/lang/pt-BR.js +18 -7
- package/lib/locale/lang/pt-BR.min.js +1 -1
- package/lib/locale/lang/pt-BR.umd.js +18 -7
- package/lib/locale/lang/zh-CN.js +18 -7
- package/lib/locale/lang/zh-CN.min.js +1 -1
- package/lib/locale/lang/zh-CN.umd.js +18 -7
- package/lib/locale/lang/zh-HK.min.js +1 -1
- package/lib/locale/lang/zh-HK.umd.js +18 -7
- package/lib/locale/lang/zh-MO.min.js +1 -1
- package/lib/locale/lang/zh-MO.umd.js +18 -7
- package/lib/locale/lang/zh-TC.js +18 -7
- package/lib/locale/lang/zh-TC.min.js +1 -1
- package/lib/locale/lang/zh-TC.umd.js +18 -7
- package/lib/locale/lang/zh-TW.min.js +1 -1
- package/lib/locale/lang/zh-TW.umd.js +18 -7
- package/lib/modal/src/modal.js +1 -1
- package/lib/modal/src/modal.min.js +1 -1
- package/lib/radio/src/group.js +7 -1
- package/lib/radio/src/group.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/table/src/columnInfo.js +3 -3
- package/lib/table/src/columnInfo.min.js +1 -1
- package/lib/table/src/table.js +61 -36
- package/lib/table/src/table.min.js +1 -1
- package/lib/table/style/style.css +4 -4
- package/lib/table/style/style.min.css +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 +1 -1
- package/lib/v-x-e-table/style/style.min.css +1 -1
- package/lib/vxe-button/style/style.css +6 -6
- package/lib/vxe-button/style/style.min.css +1 -1
- package/lib/vxe-input/style/style.css +0 -1
- package/lib/vxe-input/style/style.min.css +1 -1
- package/lib/vxe-loading/style/style.css +1 -1
- package/lib/vxe-loading/style/style.min.css +1 -1
- package/lib/vxe-table/style/style.css +4 -4
- package/lib/vxe-table/style/style.min.css +1 -1
- package/lib/vxe-table-custom-module/style/style.css +326 -80
- package/lib/vxe-table-custom-module/style/style.min.css +1 -1
- package/package.json +1 -1
- package/packages/checkbox/src/group.ts +8 -1
- package/packages/custom/src/hook.ts +1 -0
- package/packages/custom/src/panel.ts +213 -45
- package/packages/export/src/export-panel.ts +1 -1
- package/packages/export/src/import-panel.ts +1 -1
- package/packages/loading/src/loading.ts +1 -1
- package/packages/locale/lang/en-US.ts +18 -7
- package/packages/locale/lang/es-ES.ts +18 -7
- package/packages/locale/lang/ja-JP.ts +18 -6
- package/packages/locale/lang/pt-BR.ts +18 -7
- package/packages/locale/lang/zh-CN.ts +18 -7
- package/packages/locale/lang/zh-TC.ts +18 -7
- package/packages/modal/src/modal.ts +1 -1
- package/packages/radio/src/group.ts +8 -1
- package/packages/table/src/columnInfo.ts +9 -6
- package/packages/table/src/table.ts +62 -39
- package/packages/table/src/util.ts +1 -1
- package/styles/base/common.scss +4 -4
- package/styles/button.scss +5 -5
- package/styles/custom.scss +192 -86
- package/styles/helpers/mixin.scss +1 -1
- package/styles/input.scss +1 -2
- package/styles/loading.scss +1 -1
- package/styles/modal.scss +2 -2
- package/styles/select.scss +1 -1
- package/styles/table.scss +2 -2
- package/types/table.d.ts +32 -22
- package/types/v-x-e-table/renderer.d.ts +1 -0
- /package/es/icon/style/{iconfont.1714102086168.ttf → iconfont.1714295309081.ttf} +0 -0
- /package/es/icon/style/{iconfont.1714102086168.woff → iconfont.1714295309081.woff} +0 -0
- /package/es/icon/style/{iconfont.1714102086168.woff2 → iconfont.1714295309081.woff2} +0 -0
- /package/es/{iconfont.1714102086168.ttf → iconfont.1714295309081.ttf} +0 -0
- /package/es/{iconfont.1714102086168.woff → iconfont.1714295309081.woff} +0 -0
- /package/es/{iconfont.1714102086168.woff2 → iconfont.1714295309081.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1714102086168.ttf → iconfont.1714295309081.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1714102086168.woff → iconfont.1714295309081.woff} +0 -0
- /package/lib/icon/style/{iconfont.1714102086168.woff2 → iconfont.1714295309081.woff2} +0 -0
- /package/lib/{iconfont.1714102086168.ttf → iconfont.1714295309081.ttf} +0 -0
- /package/lib/{iconfont.1714102086168.woff → iconfont.1714295309081.woff} +0 -0
- /package/lib/{iconfont.1714102086168.woff2 → iconfont.1714295309081.woff2} +0 -0
package/lib/locale/lang/ja-JP.js
CHANGED
|
@@ -14,7 +14,7 @@ var _default = exports.default = {
|
|
|
14
14
|
text: 'Loading...'
|
|
15
15
|
},
|
|
16
16
|
error: {
|
|
17
|
-
groupFixed: '
|
|
17
|
+
groupFixed: 'If you use group headers, the freeze columns must be set by group.',
|
|
18
18
|
groupMouseRange: 'グループ化ヘッダーと「{0}」は同時に使用できません。これによりエラーが発生する可能性があります',
|
|
19
19
|
groupTag: '分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',
|
|
20
20
|
scrollErrProp: '启用虚拟滚动后不支持该参数 "{0}"',
|
|
@@ -67,7 +67,7 @@ var _default = exports.default = {
|
|
|
67
67
|
customAll: '全部',
|
|
68
68
|
customConfirm: '确认',
|
|
69
69
|
customRestore: 'リセット',
|
|
70
|
-
maxFixedCol: '
|
|
70
|
+
maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}'
|
|
71
71
|
},
|
|
72
72
|
grid: {
|
|
73
73
|
selectOneRecord: '少なくとも1つのレコードを選択してください',
|
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
endPageTitle: 'End page'
|
|
103
103
|
},
|
|
104
104
|
alert: {
|
|
105
|
-
title: '
|
|
105
|
+
title: 'System messages'
|
|
106
106
|
},
|
|
107
107
|
button: {
|
|
108
108
|
confirm: '完了',
|
|
@@ -115,7 +115,18 @@ var _default = exports.default = {
|
|
|
115
115
|
cstmTitle: 'Column Settings',
|
|
116
116
|
cstmRestore: 'Restore default',
|
|
117
117
|
cstmCancel: 'Cancelar',
|
|
118
|
-
cstmConfirm: 'Confirm'
|
|
118
|
+
cstmConfirm: 'Confirm',
|
|
119
|
+
cstmConfirmRestore: 'Please confirm whether to restore the default column configuration?',
|
|
120
|
+
cstmDragTarget: 'Moving target: {0}',
|
|
121
|
+
setting: {
|
|
122
|
+
colSort: 'Sort',
|
|
123
|
+
colTitle: 'Title',
|
|
124
|
+
colVisible: 'Visible',
|
|
125
|
+
colFixed: 'Freeze column',
|
|
126
|
+
fixedLeft: 'Left',
|
|
127
|
+
fixedUnset: 'Unset',
|
|
128
|
+
fixedRight: 'Right'
|
|
129
|
+
}
|
|
119
130
|
},
|
|
120
131
|
import: {
|
|
121
132
|
modes: {
|
|
@@ -194,8 +205,9 @@ var _default = exports.default = {
|
|
|
194
205
|
customAll: '全部',
|
|
195
206
|
customConfirm: '確定',
|
|
196
207
|
customRestore: 'リセット',
|
|
197
|
-
fixedLeft: '
|
|
198
|
-
fixedRight: '
|
|
208
|
+
fixedLeft: 'Freeze on the left',
|
|
209
|
+
fixedRight: 'Freeze on the right',
|
|
210
|
+
cancelfixed: 'Unfreeze column'
|
|
199
211
|
},
|
|
200
212
|
input: {
|
|
201
213
|
date: {
|
|
@@ -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:{base:{pleaseInput:"Please input",pleaseSelect:"Select"},loading:{text:"Loading..."},error:{groupFixed:"
|
|
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:{base:{pleaseInput:"Please input",pleaseSelect:"Select"},loading:{text:"Loading..."},error:{groupFixed:"If you use group headers, the freeze columns must be set by group.",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}" はありません',errFunc:'The argument "{0}" is not a method',notValidators:'Global validators "{0}" no existe.',notFormats:'Global formats "{0}" no existe.',notCommands:'Global commands "{0}" no existe.',notSlot:'slot "{0}" はありません',noTree:'Tree structureは "{0}" をサポートしていません',notProp:'サポートされていないパラメータ "{0}"',checkProp:'当数据量过大时可能会导致复选框卡顿,建议设置参数 "{0}" 提升渲染速度',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',delFunc:'"{0}" functionは非推奨です、"{1}"を使用してください',delProp:'"{0}" propertyは非推奨です、"{1}"を使用してください',delEvent:'イベント "{0}" は廃止されました。 "{1}" を使用してください',removeProp:'パラメーター "{0}" は非推奨および非推奨です。エラーが発生する可能性があります',errFormat:'全局的格式化内容应该使用 "VXETable.formats" 定义,挂载 "formatter={0}" 的方式已不建议使用',notType:'サポートされていないファイルの種類 "{0}"',notExp:"ブラウザはインポート/エクスポートをサポートしていません",impFields:"インポートに失敗しました。フィールド名とデータ形式が正しいかどうかを確認してください",treeNotImp:"ツリーテーブルはインポートをサポートしていません"},table:{emptyText:"データがありません",allTitle:"全て選択/取消",seqTitle:"#",confirmFilter:"完了",resetFilter:"リセット",allFilter:"全て",sortAsc:"昇順",sortDesc:"降順",filter:"選択した列をフィルタする",impSuccess:"{0} レコードが正常にインポートされました",expLoading:"正在导出中",expSuccess:"エクスポートが成功しました",expOriginFilename:"エクスポート_{0}",expSrcFilename:"エクスポート_ソース_{0}",customTitle:"列设置",customAll:"全部",customConfirm:"确认",customRestore:"リセット",maxFixedCol:"The maximum number of Freeze columns cannot exceed {0}"},grid:{selectOneRecord:"少なくとも1つのレコードを選択してください",deleteSelectRecord:"レコードを削除してもよろしいですか?",removeSelectRecord:"レコードを削除してもよろしいですか?",dataUnchanged:"データは変更されませんでした",delSuccess:"選択したレコードを削除しました",saveSuccess:"保存しました",operError:"エラーが発生しました。操作が失敗しました"},select:{search:"Search",loadingText:"Loading",emptyText:"データがありません"},pager:{goto:"移動",pagesize:"{0}件/ページ",total:"全 {0} 件",pageClassifier:"",homePage:"Home",homePageTitle:"Home page",prevPage:"前のページ",prevPageTitle:"前のページ",nextPage:"次のページ",nextPageTitle:"次のページ",prevJump:"前のページに移動",prevJumpTitle:"前のページに移動",nextJump:"次のページに移動",nextJumpTitle:"次のページに移動",endPage:"End",endPageTitle:"End page"},alert:{title:"System messages"},button:{confirm:"完了",cancel:"キャンセル"},filter:{search:"搜索"},custom:{cstmTitle:"Column Settings",cstmRestore:"Restore default",cstmCancel:"Cancelar",cstmConfirm:"Confirm",cstmConfirmRestore:"Please confirm whether to restore the default column configuration?",cstmDragTarget:"Moving target: {0}",setting:{colSort:"Sort",colTitle:"Title",colVisible:"Visible",colFixed:"Freeze column",fixedLeft:"Left",fixedUnset:"Unset",fixedRight:"Right"}},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:"リセット",fixedLeft:"Freeze on the left",fixedRight:"Freeze on the right",cancelfixed:"Unfreeze column"},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:"第四季度"}}},plugins:{extendCellArea:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",extendErr:"如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同",pasteMultiErr:"无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作",cpInvalidErr:"该操作无法进行,您选择的区域中存在被禁止的列({0})"},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} 个单元格"}},filterComplexInput:{menus:{fixedColumn:"锁定列",fixedGroup:"锁定组",cancelFixed:"取消锁定",fixedLeft:"锁定左侧",fixedRight:"锁定右侧"},cases:{equal:"等于",gt:"大于",lt:"小于",begin:"开头是",endin:"结尾是",include:"包含",isSensitive:"区分大小写"}},filterCombination:{menus:{clearSort:"清除排序",sortAsc:"升序",sortDesc:"降序",fixedColumn:"锁定列",fixedGroup:"锁定组",cancelFixed:"取消锁定",fixedLeft:"锁定左侧",fixedRight:"锁定右侧",clearFilter:"清除筛选",textOption:"文本筛选",numberOption:"数值筛选"},popup:{title:"自定义筛选的方式",currColumnTitle:"当前列:",and:"与",or:"或",describeHtml:"可用 ? 代表单个字符<br/>用 * 代表任意多个字符"},cases:{equal:"等于",unequal:"不等于",gt:"大于",ge:"大于或等于",lt:"小于",le:"小于或等于",begin:"开头是",notbegin:"开头不是",endin:"结尾是",notendin:"结尾不是",include:"包含",exclude:"不包含",between:"介于",custom:"自定义筛选",insensitive:"不区分大小写",isSensitive:"区分大小写"},empty:"(空白)",notData:"无匹配项"}},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} 个单元格"}}}}});
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
text: 'Loading...'
|
|
28
28
|
},
|
|
29
29
|
error: {
|
|
30
|
-
groupFixed: '
|
|
30
|
+
groupFixed: 'If you use group headers, the freeze columns must be set by group.',
|
|
31
31
|
groupMouseRange: 'グループ化ヘッダーと「{0}」は同時に使用できません。これによりエラーが発生する可能性があります',
|
|
32
32
|
groupTag: '分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',
|
|
33
33
|
scrollErrProp: '启用虚拟滚动后不支持该参数 "{0}"',
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
customAll: '全部',
|
|
81
81
|
customConfirm: '确认',
|
|
82
82
|
customRestore: 'リセット',
|
|
83
|
-
maxFixedCol: '
|
|
83
|
+
maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}'
|
|
84
84
|
},
|
|
85
85
|
grid: {
|
|
86
86
|
selectOneRecord: '少なくとも1つのレコードを選択してください',
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
endPageTitle: 'End page'
|
|
116
116
|
},
|
|
117
117
|
alert: {
|
|
118
|
-
title: '
|
|
118
|
+
title: 'System messages'
|
|
119
119
|
},
|
|
120
120
|
button: {
|
|
121
121
|
confirm: '完了',
|
|
@@ -128,7 +128,18 @@
|
|
|
128
128
|
cstmTitle: 'Column Settings',
|
|
129
129
|
cstmRestore: 'Restore default',
|
|
130
130
|
cstmCancel: 'Cancelar',
|
|
131
|
-
cstmConfirm: 'Confirm'
|
|
131
|
+
cstmConfirm: 'Confirm',
|
|
132
|
+
cstmConfirmRestore: 'Please confirm whether to restore the default column configuration?',
|
|
133
|
+
cstmDragTarget: 'Moving target: {0}',
|
|
134
|
+
setting: {
|
|
135
|
+
colSort: 'Sort',
|
|
136
|
+
colTitle: 'Title',
|
|
137
|
+
colVisible: 'Visible',
|
|
138
|
+
colFixed: 'Freeze column',
|
|
139
|
+
fixedLeft: 'Left',
|
|
140
|
+
fixedUnset: 'Unset',
|
|
141
|
+
fixedRight: 'Right'
|
|
142
|
+
}
|
|
132
143
|
},
|
|
133
144
|
import: {
|
|
134
145
|
modes: {
|
|
@@ -207,8 +218,9 @@
|
|
|
207
218
|
customAll: '全部',
|
|
208
219
|
customConfirm: '確定',
|
|
209
220
|
customRestore: 'リセット',
|
|
210
|
-
fixedLeft: '
|
|
211
|
-
fixedRight: '
|
|
221
|
+
fixedLeft: 'Freeze on the left',
|
|
222
|
+
fixedRight: 'Freeze on the right',
|
|
223
|
+
cancelfixed: 'Unfreeze column'
|
|
212
224
|
},
|
|
213
225
|
input: {
|
|
214
226
|
date: {
|
package/lib/locale/lang/pt-BR.js
CHANGED
|
@@ -14,7 +14,7 @@ var _default = exports.default = {
|
|
|
14
14
|
text: 'Carregando...'
|
|
15
15
|
},
|
|
16
16
|
error: {
|
|
17
|
-
groupFixed: '
|
|
17
|
+
groupFixed: 'If you use group headers, the freeze columns must be set by group.',
|
|
18
18
|
groupMouseRange: 'Agrupar cabeçalhos e "{0}" não podem ser usados ao mesmo tempo, o que pode causar erros.',
|
|
19
19
|
groupTag: 'O cabeçalho da coluna de agrupamento deve usar "{0}" em vez de "{1}", o que pode causar erros.',
|
|
20
20
|
scrollErrProp: 'O parâmetro "{0}" não é suportado quando a rolagem virtual está habilitada.',
|
|
@@ -153,7 +153,7 @@ var _default = exports.default = {
|
|
|
153
153
|
customAll: 'Todos',
|
|
154
154
|
customConfirm: 'Confirmar',
|
|
155
155
|
customRestore: 'Redefinir',
|
|
156
|
-
maxFixedCol: '
|
|
156
|
+
maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}'
|
|
157
157
|
},
|
|
158
158
|
grid: {
|
|
159
159
|
selectOneRecord: 'Por favor, selecione pelo menos um registro!',
|
|
@@ -180,7 +180,7 @@ var _default = exports.default = {
|
|
|
180
180
|
nextJump: 'Saltar para próxima página'
|
|
181
181
|
},
|
|
182
182
|
alert: {
|
|
183
|
-
title: '
|
|
183
|
+
title: 'System messages'
|
|
184
184
|
},
|
|
185
185
|
button: {
|
|
186
186
|
confirm: 'Confirmar',
|
|
@@ -190,7 +190,18 @@ var _default = exports.default = {
|
|
|
190
190
|
cstmTitle: 'Column Settings',
|
|
191
191
|
cstmRestore: 'Restore default',
|
|
192
192
|
cstmCancel: 'Cancelar',
|
|
193
|
-
cstmConfirm: 'Confirm'
|
|
193
|
+
cstmConfirm: 'Confirm',
|
|
194
|
+
cstmConfirmRestore: 'Please confirm whether to restore the default column configuration?',
|
|
195
|
+
cstmDragTarget: 'Moving target: {0}',
|
|
196
|
+
setting: {
|
|
197
|
+
colSort: 'Sort',
|
|
198
|
+
colTitle: 'Title',
|
|
199
|
+
colVisible: 'Visible',
|
|
200
|
+
colFixed: 'Freeze column',
|
|
201
|
+
fixedLeft: 'Left',
|
|
202
|
+
fixedUnset: 'Unset',
|
|
203
|
+
fixedRight: 'Right'
|
|
204
|
+
}
|
|
194
205
|
},
|
|
195
206
|
import: {
|
|
196
207
|
modes: {
|
|
@@ -269,9 +280,9 @@ var _default = exports.default = {
|
|
|
269
280
|
customAll: 'Todos',
|
|
270
281
|
customConfirm: 'Confirmar',
|
|
271
282
|
customRestore: 'Redefinir',
|
|
272
|
-
fixedLeft: '
|
|
273
|
-
fixedRight: '
|
|
274
|
-
cancelfixed: '
|
|
283
|
+
fixedLeft: 'Freeze on the left',
|
|
284
|
+
fixedRight: 'Freeze on the right',
|
|
285
|
+
cancelfixed: 'Unfreeze column'
|
|
275
286
|
},
|
|
276
287
|
input: {
|
|
277
288
|
date: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,o){"function"==typeof define&&define.amd?define("vxe-table-lang.pt-BR",["exports"],o):"undefined"!=typeof exports?o(exports):(o(o={}),e.vxeTableLangPtBR=o)}("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:{base:{pleaseInput:"Por favor, insira",pleaseSelect:"Selecione"},loading:{text:"Carregando..."},error:{groupFixed:"
|
|
1
|
+
!function(e,o){"function"==typeof define&&define.amd?define("vxe-table-lang.pt-BR",["exports"],o):"undefined"!=typeof exports?o(exports):(o(o={}),e.vxeTableLangPtBR=o)}("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:{base:{pleaseInput:"Por favor, insira",pleaseSelect:"Selecione"},loading:{text:"Carregando..."},error:{groupFixed:"If you use group headers, the freeze columns must be set by group.",groupMouseRange:'Agrupar cabeçalhos e "{0}" não podem ser usados ao mesmo tempo, o que pode causar erros.',groupTag:'O cabeçalho da coluna de agrupamento deve usar "{0}" em vez de "{1}", o que pode causar erros.',scrollErrProp:'O parâmetro "{0}" não é suportado quando a rolagem virtual está habilitada.',errConflicts:'O argumento "{0}" entra em conflito com "{1}"',unableInsert:"Não é possível inserir na localização especificada.",useErr:'Erro ao instalar o módulo "{0}", possivelmente na ordem errada, os módulos dependentes precisam ser instalados antes da Tabela.',barUnableLink:"A barra de ferramentas não pode ser associada à tabela.",expandContent:'O slot de linha expandida deve ser "content", verifique se está correto.',reqModule:'requerir o módulo "{0}".',reqProp:'Faltando o parâmetro necessário "{0}", o que pode causar um erro.',emptyProp:'A propriedade "{0}" não pode estar vazia.',errProp:'Parâmetro não suportado "{0}", possivelmente "{1}".',colRepet:'column.{0}="{0}" está duplicado, o que pode tornar algumas funcionalidades inutilizáveis.',notFunc:'método "{0}" não existe.',errFunc:'The argument "{0}" is not a method',notValidators:'Validadores globais "{0}" não existem.',notFormats:'Formatos globais "{0}" não existem.',notCommands:'Comandos globais "{0}" não existem.',notSlot:'slot "{0}" não existe',noTree:'A estrutura de árvore não suporta "{0}".',notProp:'Parâmetros não suportados "{0}"',checkProp:'A caixa de seleção pode travar quando a quantidade de dados é muito grande, é recomendado definir o parâmetro "{0}" para aumentar a velocidade de renderização ',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',delFunc:'A função "{0}" está obsoleta, por favor, use "{1}".',delProp:'A propriedade "{0}" está obsoleta, por favor, use "{1}".',delEvent:'O evento "{0}" está obsoleto, por favor, use "{1}".',removeProp:'A propriedade "{0}" está obsoleta e não é recomendada, o que pode causar um erro.',errFormat:'O conteúdo formatado global deve ser definido com "VXETable.formats". Montar "formatter={0}" não é recomendado.',notType:'Tipos de arquivo não suportados "{0}"',notExp:"O navegador não suporta importação/exportação.",impFields:"Falha na importação, verifique se o nome do campo e o formato dos dados estão corretos.",treeNotImp:"A tabela de árvore não suporta importação."},renderer:{search:"Buscar",cases:{equal:"Igual",unequal:"Não igual",gt:"Maior que",ge:"Maior ou igual a",lt:"Menor que",le:"Menor ou igual a",begin:"Começa com",notbegin:"Não começa com",endin:"Termina com",notendin:"Não termina com",include:"Inclui",exclude:"Exclusivo",between:"Entre",custom:"Filtro personalizado",insensitive:"Sem diferenciação de maiúsculas e minúsculas",isSensitive:"Diferenciação de maiúsculas e minúsculas"},combination:{menus:{clearSort:"Limpar ordenação",sortAsc:"Ordem ascendente",sortDesc:"Ordem descendente",fixedColumn:"Coluna fixa",fixedGroup:"Grupo fixo",cancelFixed:"Limpar fixação",fixedLeft:"Fixar à esquerda",fixedRight:"Fixar à direita",clearFilter:"Limpar filtro",textOption:"Filtro de texto",numberOption:"Filtro numérico"},popup:{title:"Filtragem personalizada",currColumnTitle:"Coluna atual:",and:"E",or:"Ou",describeHtml:"Use ? para representar um único caractere <br/> use * para representar qualquer número de caracteres"},empty:"(Vazio)",notData:"Sem dados"}},pro:{area:{mergeErr:"A operação não pode ser realizada em células mescladas",multiErr:"A operação não pode ser realizada em áreas de seleção múltipla",extendErr:"Se a área estendida contiver células mescladas, todas as células mescladas devem ter o mesmo tamanho",pasteMultiErr:"Não é possível colar, é necessário que a área copiada e a área colada tenham o mesmo tamanho para realizar esta operação"},fnr:{title:"Localizar e substituir",findLabel:"Localizar",replaceLabel:"Substituir",findTitle:"O que localizar:",replaceTitle:"Substituir por:",tabs:{find:"Localizar",replace:"Substituir"},filter:{re:"Expressão Regular",whole:"Palavra inteira",sensitive:"Diferenciar maiúsculas e minúsculas"},btns:{findNext:"Localizar próximo",findAll:"Localizar todos",replace:"Substituir",replaceAll:"Substituir tudo",cancel:"Cancelar"},header:{seq:"#",cell:"Célula",value:"Valor"},empty:"(Vazio)",reError:"Expressão regular inválida",recordCount:"Encontradas {0} células",notCell:"Não foram encontradas células correspondentes",replaceSuccess:"Substituído com sucesso {0} células"}},table:{emptyText:"Sem dados",allTitle:"Selecionar todos / cancelar",seqTitle:"#",confirmFilter:"Confirmar",resetFilter:"Redefinir",allFilter:"Todos",sortAsc:"Ordenação ascendente: do menor para o maior",sortDesc:"Ordenação descendente: do maior para o menor",filter:"Habilitar filtro em colunas selecionadas",impSuccess:"Importado com sucesso {0} registros",expLoading:"Exportando",expSuccess:"Exportado com sucesso",expFilename:"Exportar_{0}",expOriginFilename:"Exportar_original_{0}",customTitle:"Configurações de coluna",customAll:"Todos",customConfirm:"Confirmar",customRestore:"Redefinir",maxFixedCol:"The maximum number of Freeze columns cannot exceed {0}"},grid:{selectOneRecord:"Por favor, selecione pelo menos um registro!",deleteSelectRecord:"Tem certeza de que deseja excluir o registro selecionado?",removeSelectRecord:"Tem certeza de que deseja remover o registro selecionado?",dataUnchanged:"Dados inalterados!",delSuccess:"Registro selecionado excluído com sucesso!",saveSuccess:"Salvo com sucesso!",operError:"Ocorreu um erro, a operação falhou!"},select:{search:"Buscar",loadingText:"Carregando",emptyText:"Sem dados"},pager:{goto:"Ir para",pagesize:"{0}/página",total:"Total de {0} registros",pageClassifier:"",prevPage:"Página anterior",nextPage:"Próxima página",prevJump:"Saltar para página anterior",nextJump:"Saltar para próxima página"},alert:{title:"System messages"},button:{confirm:"Confirmar",cancel:"Cancelar"},custom:{cstmTitle:"Column Settings",cstmRestore:"Restore default",cstmCancel:"Cancelar",cstmConfirm:"Confirm",cstmConfirmRestore:"Please confirm whether to restore the default column configuration?",cstmDragTarget:"Moving target: {0}",setting:{colSort:"Sort",colTitle:"Title",colVisible:"Visible",colFixed:"Freeze column",fixedLeft:"Left",fixedUnset:"Unset",fixedRight:"Right"}},import:{modes:{covering:"Sobrescrever",insert:"Inserir"},impTitle:"Importar dados",impFile:"Nome do arquivo",impSelect:"Selecionar arquivo",impType:"Tipo de arquivo",impOpts:"Configurações",impConfirm:"Importar",impCancel:"Cancelar"},export:{types:{csv:"CSV (Separado por vírgulas) (*.csv)",html:"Página da Web (*.html)",xml:"Dados XML (*.xml)",txt:"Texto (Separado por tabulação) (*.txt)",xls:"Pasta de trabalho do Excel 97-2003 (*.xls)",xlsx:"Pasta de trabalho do Excel (*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"Dados atuais (dados da página atual)",selected:"Dados selecionados (dados selecionados na página atual)",all:"Todos os dados (incluindo todos os dados de paginação)"},printTitle:"Imprimir dados",expTitle:"Exportar dados",expName:"Nome do arquivo",expNamePlaceholder:"Por favor, insira o nome do arquivo",expSheetName:"Título",expSheetNamePlaceholder:"Por favor, insira um título",expType:"Salvar o tipo",expMode:"Selecionar dados",expCurrentColumn:"Todos os campos",expColumn:"Selecionar campo",expOpts:"Configurações",expOptHeader:"Cabeçalho",expHeaderTitle:"Necessita de cabeçalho",expOptFooter:"Rodapé",expFooterTitle:"Necessita de tabela de rodapé",expOptColgroup:"Cabeçalho de grupo",expColgroupTitle:"Se existir, suporta cabeçalhos com estrutura de agrupamento",expOptMerge:"Mesclar",expMergeTitle:"Se existir, suporta células com estruturas mescladas",expOptAllExpand:"Expandir nós",expAllExpandTitle:"Se existir, todos os dados com estrutura de árvore podem ser expandidos",expOptUseStyle:"Estilos",expUseStyleTitle:"Se existir, suporta células com estilos",expOptOriginal:"Dados originais",expOriginalTitle:"Se for dados originais, é possível importá-los de volta para a tabela",expPrint:"Imprimir",expConfirm:"Exportar",expCancel:"Cancelar"},modal:{zoomIn:"Maximizar",zoomOut:"Restaurar",close:"Fechar"},form:{folding:"Ocultar",unfolding:"Mostrar"},toolbar:{import:"Importar",export:"Exportar",print:"Imprimir",refresh:"Atualizar",zoomIn:"Tela cheia",zoomOut:"Restaurar",custom:"Configurações de coluna",customAll:"Todos",customConfirm:"Confirmar",customRestore:"Redefinir",fixedLeft:"Freeze on the left",fixedRight:"Freeze on the right",cancelfixed:"Unfreeze column"},input:{date:{m1:"Janeiro",m2:"Fevereiro",m3:"Março",m4:"Abril",m5:"Maio",m6:"Junho",m7:"Julho",m8:"Agosto",m9:"Setembro",m10:"Outubro",m11:"Novembro",m12:"Dezembro",quarterLabel:"{0} trimestre",monthLabel:"{0}",dayLabel:"{1} {0}",labelFormat:{date:"dd/MM/yyyy",time:"HH:mm:ss",datetime:"dd/MM/yyyy HH:mm:ss",week:"[Semana] WW, yyyy",month:"MM/yyyy",quarter:"[Trimestre] q, yyyy",year:"yyyy"},weeks:{w:"Semana",w0:"Dom",w1:"Seg",w2:"Ter",w3:"Qua",w4:"Qui",w5:"Sex",w6:"Sáb"},months:{m0:"Jan",m1:"Fev",m2:"Mar",m3:"Abr",m4:"Mai",m5:"Jun",m6:"Jul",m7:"Ago",m8:"Set",m9:"Out",m10:"Nov",m11:"Dez"},quarters:{q1:"1º trimestre",q2:"2º trimestre",q3:"3º trimestre",q4:"4º trimestre"}}}}}});
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
text: 'Carregando...'
|
|
28
28
|
},
|
|
29
29
|
error: {
|
|
30
|
-
groupFixed: '
|
|
30
|
+
groupFixed: 'If you use group headers, the freeze columns must be set by group.',
|
|
31
31
|
groupMouseRange: 'Agrupar cabeçalhos e "{0}" não podem ser usados ao mesmo tempo, o que pode causar erros.',
|
|
32
32
|
groupTag: 'O cabeçalho da coluna de agrupamento deve usar "{0}" em vez de "{1}", o que pode causar erros.',
|
|
33
33
|
scrollErrProp: 'O parâmetro "{0}" não é suportado quando a rolagem virtual está habilitada.',
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
customAll: 'Todos',
|
|
167
167
|
customConfirm: 'Confirmar',
|
|
168
168
|
customRestore: 'Redefinir',
|
|
169
|
-
maxFixedCol: '
|
|
169
|
+
maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}'
|
|
170
170
|
},
|
|
171
171
|
grid: {
|
|
172
172
|
selectOneRecord: 'Por favor, selecione pelo menos um registro!',
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
nextJump: 'Saltar para próxima página'
|
|
194
194
|
},
|
|
195
195
|
alert: {
|
|
196
|
-
title: '
|
|
196
|
+
title: 'System messages'
|
|
197
197
|
},
|
|
198
198
|
button: {
|
|
199
199
|
confirm: 'Confirmar',
|
|
@@ -203,7 +203,18 @@
|
|
|
203
203
|
cstmTitle: 'Column Settings',
|
|
204
204
|
cstmRestore: 'Restore default',
|
|
205
205
|
cstmCancel: 'Cancelar',
|
|
206
|
-
cstmConfirm: 'Confirm'
|
|
206
|
+
cstmConfirm: 'Confirm',
|
|
207
|
+
cstmConfirmRestore: 'Please confirm whether to restore the default column configuration?',
|
|
208
|
+
cstmDragTarget: 'Moving target: {0}',
|
|
209
|
+
setting: {
|
|
210
|
+
colSort: 'Sort',
|
|
211
|
+
colTitle: 'Title',
|
|
212
|
+
colVisible: 'Visible',
|
|
213
|
+
colFixed: 'Freeze column',
|
|
214
|
+
fixedLeft: 'Left',
|
|
215
|
+
fixedUnset: 'Unset',
|
|
216
|
+
fixedRight: 'Right'
|
|
217
|
+
}
|
|
207
218
|
},
|
|
208
219
|
import: {
|
|
209
220
|
modes: {
|
|
@@ -282,9 +293,9 @@
|
|
|
282
293
|
customAll: 'Todos',
|
|
283
294
|
customConfirm: 'Confirmar',
|
|
284
295
|
customRestore: 'Redefinir',
|
|
285
|
-
fixedLeft: '
|
|
286
|
-
fixedRight: '
|
|
287
|
-
cancelfixed: '
|
|
296
|
+
fixedLeft: 'Freeze on the left',
|
|
297
|
+
fixedRight: 'Freeze on the right',
|
|
298
|
+
cancelfixed: 'Unfreeze column'
|
|
288
299
|
},
|
|
289
300
|
input: {
|
|
290
301
|
date: {
|
package/lib/locale/lang/zh-CN.js
CHANGED
|
@@ -14,7 +14,7 @@ var _default = exports.default = {
|
|
|
14
14
|
text: '加载中...'
|
|
15
15
|
},
|
|
16
16
|
error: {
|
|
17
|
-
groupFixed: '
|
|
17
|
+
groupFixed: '如果使用分组表头,冻结列必须按组设置',
|
|
18
18
|
groupMouseRange: '分组表头与 "{0}" 不能同时使用,这可能会出现错误',
|
|
19
19
|
groupTag: '分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',
|
|
20
20
|
scrollErrProp: '启用虚拟滚动后不支持该参数 "{0}"',
|
|
@@ -67,7 +67,7 @@ var _default = exports.default = {
|
|
|
67
67
|
customAll: '全部',
|
|
68
68
|
customConfirm: '确认',
|
|
69
69
|
customRestore: '重置',
|
|
70
|
-
maxFixedCol: '
|
|
70
|
+
maxFixedCol: '最大冻结列的数量不能超过 {0} 个'
|
|
71
71
|
},
|
|
72
72
|
grid: {
|
|
73
73
|
selectOneRecord: '请至少选择一条记录!',
|
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
endPageTitle: '末页'
|
|
103
103
|
},
|
|
104
104
|
alert: {
|
|
105
|
-
title: '
|
|
105
|
+
title: '系统提示'
|
|
106
106
|
},
|
|
107
107
|
button: {
|
|
108
108
|
confirm: '确认',
|
|
@@ -115,7 +115,18 @@ var _default = exports.default = {
|
|
|
115
115
|
cstmTitle: '列设置',
|
|
116
116
|
cstmRestore: '恢复默认',
|
|
117
117
|
cstmCancel: '取消',
|
|
118
|
-
cstmConfirm: '确定'
|
|
118
|
+
cstmConfirm: '确定',
|
|
119
|
+
cstmConfirmRestore: '请确认是否恢复成默认列配置?',
|
|
120
|
+
cstmDragTarget: '移动目标:{0}',
|
|
121
|
+
setting: {
|
|
122
|
+
colSort: '排序',
|
|
123
|
+
colTitle: '标题',
|
|
124
|
+
colVisible: '是否显示',
|
|
125
|
+
colFixed: '冻结列',
|
|
126
|
+
fixedLeft: '左侧',
|
|
127
|
+
fixedUnset: '不设置',
|
|
128
|
+
fixedRight: '右侧'
|
|
129
|
+
}
|
|
119
130
|
},
|
|
120
131
|
import: {
|
|
121
132
|
modes: {
|
|
@@ -194,9 +205,9 @@ var _default = exports.default = {
|
|
|
194
205
|
customAll: '全部',
|
|
195
206
|
customConfirm: '确认',
|
|
196
207
|
customRestore: '重置',
|
|
197
|
-
fixedLeft: '
|
|
198
|
-
fixedRight: '
|
|
199
|
-
cancelfixed: '
|
|
208
|
+
fixedLeft: '冻结在左侧',
|
|
209
|
+
fixedRight: '冻结在右侧',
|
|
210
|
+
cancelfixed: '取消冻结列'
|
|
200
211
|
},
|
|
201
212
|
input: {
|
|
202
213
|
date: {
|
|
@@ -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:{base:{pleaseInput:"请输入",pleaseSelect:"请选择"},loading:{text:"加载中..."},error:{groupFixed:"
|
|
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:{base:{pleaseInput:"请输入",pleaseSelect:"请选择"},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}" 不存在',errFunc:'参数 "{0}" 不是一个方法',notValidators:'全局校验 "{0}" 不存在',notFormats:'全局格式化 "{0}" 不存在',notCommands:'全局指令 "{0}" 不存在',notSlot:'插槽 "{0}" 不存在',noTree:'树结构不支持 "{0}"',notProp:'不支持的参数 "{0}"',checkProp:'当数据量过大时可能会导致复选框卡顿,建议设置参数 "{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:"树表格不支持导入"},table:{emptyText:"暂无数据",allTitle:"全选/取消",seqTitle:"#",confirmFilter:"筛选",resetFilter:"重置",allFilter:"全部",sortAsc:"升序:最低到最高",sortDesc:"降序:最高到最低",filter:"对所选的列启用筛选",impSuccess:"成功导入 {0} 条记录",expLoading:"正在导出中",expSuccess:"导出成功",expFilename:"导出_{0}",expOriginFilename:"导出_源_{0}",customTitle:"列设置",customAll:"全部",customConfirm:"确认",customRestore:"重置",maxFixedCol:"最大冻结列的数量不能超过 {0} 个"},grid:{selectOneRecord:"请至少选择一条记录!",deleteSelectRecord:"您确定要删除所选记录吗?",removeSelectRecord:"您确定要移除所选记录吗?",dataUnchanged:"数据未改动!",delSuccess:"成功删除所选记录!",saveSuccess:"保存成功!",operError:"发生错误,操作失败!"},select:{search:"搜索",loadingText:"加载中",emptyText:"暂无数据"},pager:{goto:"前往",pagesize:"{0}条/页",total:"共 {0} 条记录",pageClassifier:"页",homePage:"首页",homePageTitle:"首页",prevPage:"上一页",prevPageTitle:"上一页",nextPage:"下一页",nextPageTitle:"下一页",prevJump:"向上跳页",prevJumpTitle:"向上跳页",nextJump:"向下跳页",nextJumpTitle:"向下跳页",endPage:"末页",endPageTitle:"末页"},alert:{title:"系统提示"},button:{confirm:"确认",cancel:"取消"},filter:{search:"搜索"},custom:{cstmTitle:"列设置",cstmRestore:"恢复默认",cstmCancel:"取消",cstmConfirm:"确定",cstmConfirmRestore:"请确认是否恢复成默认列配置?",cstmDragTarget:"移动目标:{0}",setting:{colSort:"排序",colTitle:"标题",colVisible:"是否显示",colFixed:"冻结列",fixedLeft:"左侧",fixedUnset:"不设置",fixedRight:"右侧"}},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:"重置",fixedLeft:"冻结在左侧",fixedRight:"冻结在右侧",cancelfixed:"取消冻结列"},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:"第四季度"}}},plugins:{extendCellArea:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",extendErr:"如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同",pasteMultiErr:"无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作",cpInvalidErr:"该操作无法进行,您选择的区域中存在被禁止的列({0})"},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} 个单元格"}},filterComplexInput:{menus:{fixedColumn:"锁定列",fixedGroup:"锁定组",cancelFixed:"取消锁定",fixedLeft:"锁定左侧",fixedRight:"锁定右侧"},cases:{equal:"等于",gt:"大于",lt:"小于",begin:"开头是",endin:"结尾是",include:"包含",isSensitive:"区分大小写"}},filterCombination:{menus:{clearSort:"清除排序",sortAsc:"升序",sortDesc:"降序",fixedColumn:"锁定列",fixedGroup:"锁定组",cancelFixed:"取消锁定",fixedLeft:"锁定左侧",fixedRight:"锁定右侧",clearFilter:"清除筛选",textOption:"文本筛选",numberOption:"数值筛选"},popup:{title:"自定义筛选的方式",currColumnTitle:"当前列:",and:"与",or:"或",describeHtml:"可用 ? 代表单个字符<br/>用 * 代表任意多个字符"},cases:{equal:"等于",unequal:"不等于",gt:"大于",ge:"大于或等于",lt:"小于",le:"小于或等于",begin:"开头是",notbegin:"开头不是",endin:"结尾是",notendin:"结尾不是",include:"包含",exclude:"不包含",between:"介于",custom:"自定义筛选",insensitive:"不区分大小写",isSensitive:"区分大小写"},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} 个单元格"}},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:"无匹配项"}}}}});
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
text: '加载中...'
|
|
28
28
|
},
|
|
29
29
|
error: {
|
|
30
|
-
groupFixed: '
|
|
30
|
+
groupFixed: '如果使用分组表头,冻结列必须按组设置',
|
|
31
31
|
groupMouseRange: '分组表头与 "{0}" 不能同时使用,这可能会出现错误',
|
|
32
32
|
groupTag: '分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',
|
|
33
33
|
scrollErrProp: '启用虚拟滚动后不支持该参数 "{0}"',
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
customAll: '全部',
|
|
81
81
|
customConfirm: '确认',
|
|
82
82
|
customRestore: '重置',
|
|
83
|
-
maxFixedCol: '
|
|
83
|
+
maxFixedCol: '最大冻结列的数量不能超过 {0} 个'
|
|
84
84
|
},
|
|
85
85
|
grid: {
|
|
86
86
|
selectOneRecord: '请至少选择一条记录!',
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
endPageTitle: '末页'
|
|
116
116
|
},
|
|
117
117
|
alert: {
|
|
118
|
-
title: '
|
|
118
|
+
title: '系统提示'
|
|
119
119
|
},
|
|
120
120
|
button: {
|
|
121
121
|
confirm: '确认',
|
|
@@ -128,7 +128,18 @@
|
|
|
128
128
|
cstmTitle: '列设置',
|
|
129
129
|
cstmRestore: '恢复默认',
|
|
130
130
|
cstmCancel: '取消',
|
|
131
|
-
cstmConfirm: '确定'
|
|
131
|
+
cstmConfirm: '确定',
|
|
132
|
+
cstmConfirmRestore: '请确认是否恢复成默认列配置?',
|
|
133
|
+
cstmDragTarget: '移动目标:{0}',
|
|
134
|
+
setting: {
|
|
135
|
+
colSort: '排序',
|
|
136
|
+
colTitle: '标题',
|
|
137
|
+
colVisible: '是否显示',
|
|
138
|
+
colFixed: '冻结列',
|
|
139
|
+
fixedLeft: '左侧',
|
|
140
|
+
fixedUnset: '不设置',
|
|
141
|
+
fixedRight: '右侧'
|
|
142
|
+
}
|
|
132
143
|
},
|
|
133
144
|
import: {
|
|
134
145
|
modes: {
|
|
@@ -207,9 +218,9 @@
|
|
|
207
218
|
customAll: '全部',
|
|
208
219
|
customConfirm: '确认',
|
|
209
220
|
customRestore: '重置',
|
|
210
|
-
fixedLeft: '
|
|
211
|
-
fixedRight: '
|
|
212
|
-
cancelfixed: '
|
|
221
|
+
fixedLeft: '冻结在左侧',
|
|
222
|
+
fixedRight: '冻结在右侧',
|
|
223
|
+
cancelfixed: '取消冻结列'
|
|
213
224
|
},
|
|
214
225
|
input: {
|
|
215
226
|
date: {
|