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.
@@ -65,10 +65,10 @@ export default {
65
65
  emptyText: 'No data yet',
66
66
  allTitle: 'Select all/cancel',
67
67
  seqTitle: 'Number',
68
- actionTitle: 'operate',
69
- confirmFilter: 'filter',
68
+ actionTitle: 'Operate',
69
+ confirmFilter: 'Filter',
70
70
  resetFilter: 'Reset',
71
- allFilter: 'all',
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: 'all',
83
- customConfirm: 'confirm',
84
- customClose: 'closure',
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: '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: 'refresh',
260
- zoomIn: 'full screen',
259
+ refresh: 'Refresh',
260
+ zoomIn: 'Full screen',
261
261
  zoomOut: 'reduction',
262
262
  custom: 'Column settings',
263
- customAll: 'all',
264
- customConfirm: 'confirm',
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: 'confirm',
381
+ confirm: 'Confirm',
382
382
  copySuccess: 'Copyed to clipboard: {0}',
383
383
  hex: 'HEX'
384
384
  },