vxe-table 4.16.0-beta.8 → 4.16.0
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/locale/lang/en-US.js +12 -12
- package/es/style.css +1 -1
- package/es/table/src/table.js +5 -0
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/lib/index.umd.js +3 -3
- package/lib/index.umd.min.js +1 -1
- package/lib/locale/lang/en-US.js +12 -12
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +12 -12
- package/lib/style.css +1 -1
- package/lib/table/src/table.js +1 -1
- package/lib/table/src/table.min.js +1 -1
- package/lib/ui/index.js +1 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/package.json +1 -1
- package/packages/locale/lang/en-US.ts +12 -12
- package/packages/table/src/table.ts +5 -0
- /package/es/{iconfont.1755775667994.ttf → iconfont.1756083655214.ttf} +0 -0
- /package/es/{iconfont.1755775667994.woff → iconfont.1756083655214.woff} +0 -0
- /package/es/{iconfont.1755775667994.woff2 → iconfont.1756083655214.woff2} +0 -0
- /package/lib/{iconfont.1755775667994.ttf → iconfont.1756083655214.ttf} +0 -0
- /package/lib/{iconfont.1755775667994.woff → iconfont.1756083655214.woff} +0 -0
- /package/lib/{iconfont.1755775667994.woff2 → iconfont.1756083655214.woff2} +0 -0
package/es/locale/lang/en-US.js
CHANGED
|
@@ -65,10 +65,10 @@ export default {
|
|
|
65
65
|
emptyText: 'No data yet',
|
|
66
66
|
allTitle: 'Select all/cancel',
|
|
67
67
|
seqTitle: 'Number',
|
|
68
|
-
actionTitle: '
|
|
69
|
-
confirmFilter: '
|
|
68
|
+
actionTitle: 'Operate',
|
|
69
|
+
confirmFilter: 'Filter',
|
|
70
70
|
resetFilter: 'Reset',
|
|
71
|
-
allFilter: '
|
|
71
|
+
allFilter: 'All',
|
|
72
72
|
sortAsc: 'Ascending order: lowest to highest',
|
|
73
73
|
sortDesc: 'Descending order: highest to lowest',
|
|
74
74
|
filter: 'Enable filtering for selected columns',
|
|
@@ -79,9 +79,9 @@ export default {
|
|
|
79
79
|
expFilename: 'Export_{0}',
|
|
80
80
|
expOriginFilename: 'Export_source_{0}',
|
|
81
81
|
customTitle: 'Column settings',
|
|
82
|
-
customAll: '
|
|
83
|
-
customConfirm: '
|
|
84
|
-
customClose: '
|
|
82
|
+
customAll: 'All',
|
|
83
|
+
customConfirm: 'Confirm',
|
|
84
|
+
customClose: 'Closure',
|
|
85
85
|
customCancel: 'Cancel',
|
|
86
86
|
customRestore: 'Restore default',
|
|
87
87
|
maxFixedCol: 'The maximum number of frozen columns cannot exceed {0}',
|
|
@@ -146,7 +146,7 @@ export default {
|
|
|
146
146
|
title: 'System prompts'
|
|
147
147
|
},
|
|
148
148
|
button: {
|
|
149
|
-
confirm: '
|
|
149
|
+
confirm: 'Confirm',
|
|
150
150
|
cancel: 'Cancel',
|
|
151
151
|
clear: 'Clear'
|
|
152
152
|
},
|
|
@@ -256,12 +256,12 @@ export default {
|
|
|
256
256
|
import: 'Import',
|
|
257
257
|
export: 'Export',
|
|
258
258
|
print: 'Print',
|
|
259
|
-
refresh: '
|
|
260
|
-
zoomIn: '
|
|
259
|
+
refresh: 'Refresh',
|
|
260
|
+
zoomIn: 'Full screen',
|
|
261
261
|
zoomOut: 'reduction',
|
|
262
262
|
custom: 'Column settings',
|
|
263
|
-
customAll: '
|
|
264
|
-
customConfirm: '
|
|
263
|
+
customAll: 'All',
|
|
264
|
+
customConfirm: 'Confirm',
|
|
265
265
|
customRestore: 'Reset',
|
|
266
266
|
fixedLeft: 'Freeze left',
|
|
267
267
|
fixedRight: 'Freeze right',
|
|
@@ -378,7 +378,7 @@ export default {
|
|
|
378
378
|
},
|
|
379
379
|
colorPicker: {
|
|
380
380
|
clear: 'Clear',
|
|
381
|
-
confirm: '
|
|
381
|
+
confirm: 'Confirm',
|
|
382
382
|
copySuccess: 'Copyed to clipboard: {0}',
|
|
383
383
|
hex: 'HEX'
|
|
384
384
|
},
|