vxe-table 4.13.11 → 4.13.13

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.
Files changed (125) hide show
  1. package/es/index.css +1 -1
  2. package/es/index.min.css +1 -1
  3. package/es/locale/lang/ar-EG.js +511 -511
  4. package/es/locale/lang/de-DE.js +280 -280
  5. package/es/locale/lang/en-US.js +206 -206
  6. package/es/locale/lang/es-ES.js +494 -501
  7. package/es/locale/lang/fr-FR.js +517 -517
  8. package/es/locale/lang/hu-HU.js +372 -372
  9. package/es/locale/lang/id-ID.js +529 -529
  10. package/es/locale/lang/it-IT.js +297 -297
  11. package/es/locale/lang/ja-JP.js +454 -454
  12. package/es/locale/lang/ko-KR.js +415 -415
  13. package/es/locale/lang/nb-NO.js +515 -515
  14. package/es/locale/lang/pt-BR.js +505 -505
  15. package/es/locale/lang/ru-RU.js +326 -326
  16. package/es/locale/lang/th-TH.js +255 -255
  17. package/es/locale/lang/uk-UA.js +450 -450
  18. package/es/locale/lang/vi-VN.js +528 -528
  19. package/es/locale/lang/zh-CHT.js +155 -155
  20. package/es/style.css +1 -1
  21. package/es/style.min.css +1 -1
  22. package/es/table/module/menu/panel.js +8 -4
  23. package/es/table/src/cell.js +2 -2
  24. package/es/table/src/table.js +56 -51
  25. package/es/table/src/util.js +13 -17
  26. package/es/table/style.css +24 -0
  27. package/es/table/style.min.css +1 -1
  28. package/es/ui/index.js +4 -4
  29. package/es/ui/src/log.js +1 -1
  30. package/es/vxe-table/style.css +24 -0
  31. package/es/vxe-table/style.min.css +1 -1
  32. package/lib/index.css +1 -1
  33. package/lib/index.min.css +1 -1
  34. package/lib/index.umd.js +80 -36
  35. package/lib/index.umd.min.js +1 -1
  36. package/lib/locale/lang/ar-EG.js +511 -511
  37. package/lib/locale/lang/ar-EG.min.js +1 -1
  38. package/lib/locale/lang/de-DE.js +280 -280
  39. package/lib/locale/lang/de-DE.min.js +1 -1
  40. package/lib/locale/lang/en-US.js +206 -206
  41. package/lib/locale/lang/en-US.min.js +1 -1
  42. package/lib/locale/lang/en-US.umd.js +206 -206
  43. package/lib/locale/lang/es-ES.js +494 -501
  44. package/lib/locale/lang/es-ES.min.js +1 -1
  45. package/lib/locale/lang/es-ES.umd.js +494 -501
  46. package/lib/locale/lang/fr-FR.js +517 -517
  47. package/lib/locale/lang/fr-FR.min.js +1 -1
  48. package/lib/locale/lang/hu-HU.js +372 -372
  49. package/lib/locale/lang/hu-HU.min.js +1 -1
  50. package/lib/locale/lang/hu-HU.umd.js +372 -372
  51. package/lib/locale/lang/id-ID.js +529 -529
  52. package/lib/locale/lang/id-ID.min.js +1 -1
  53. package/lib/locale/lang/it-IT.js +297 -297
  54. package/lib/locale/lang/it-IT.min.js +1 -1
  55. package/lib/locale/lang/ja-JP.js +454 -454
  56. package/lib/locale/lang/ja-JP.min.js +1 -1
  57. package/lib/locale/lang/ja-JP.umd.js +454 -454
  58. package/lib/locale/lang/ko-KR.js +415 -415
  59. package/lib/locale/lang/ko-KR.min.js +1 -1
  60. package/lib/locale/lang/ko-KR.umd.js +415 -415
  61. package/lib/locale/lang/nb-NO.js +515 -515
  62. package/lib/locale/lang/nb-NO.min.js +1 -1
  63. package/lib/locale/lang/pt-BR.js +505 -505
  64. package/lib/locale/lang/pt-BR.min.js +1 -1
  65. package/lib/locale/lang/pt-BR.umd.js +505 -505
  66. package/lib/locale/lang/ru-RU.js +326 -326
  67. package/lib/locale/lang/ru-RU.min.js +1 -1
  68. package/lib/locale/lang/ru-RU.umd.js +326 -326
  69. package/lib/locale/lang/th-TH.js +255 -255
  70. package/lib/locale/lang/th-TH.min.js +1 -1
  71. package/lib/locale/lang/uk-UA.js +450 -450
  72. package/lib/locale/lang/uk-UA.min.js +1 -1
  73. package/lib/locale/lang/uk-UA.umd.js +450 -450
  74. package/lib/locale/lang/vi-VN.js +528 -528
  75. package/lib/locale/lang/vi-VN.min.js +1 -1
  76. package/lib/locale/lang/zh-CHT.js +155 -155
  77. package/lib/locale/lang/zh-CHT.min.js +1 -1
  78. package/lib/style.css +1 -1
  79. package/lib/style.min.css +1 -1
  80. package/lib/table/module/menu/panel.js +8 -4
  81. package/lib/table/module/menu/panel.min.js +1 -1
  82. package/lib/table/src/cell.js +2 -2
  83. package/lib/table/src/cell.min.js +1 -1
  84. package/lib/table/src/table.js +53 -9
  85. package/lib/table/src/table.min.js +1 -1
  86. package/lib/table/src/util.js +12 -16
  87. package/lib/table/src/util.min.js +1 -1
  88. package/lib/table/style/style.css +24 -0
  89. package/lib/table/style/style.min.css +1 -1
  90. package/lib/ui/index.js +4 -4
  91. package/lib/ui/index.min.js +1 -1
  92. package/lib/ui/src/log.js +1 -1
  93. package/lib/ui/src/log.min.js +1 -1
  94. package/lib/vxe-table/style/style.css +24 -0
  95. package/lib/vxe-table/style/style.min.css +1 -1
  96. package/package.json +2 -2
  97. package/packages/locale/lang/ar-EG.ts +511 -511
  98. package/packages/locale/lang/de-DE.ts +281 -282
  99. package/packages/locale/lang/en-US.ts +206 -206
  100. package/packages/locale/lang/es-ES.ts +494 -503
  101. package/packages/locale/lang/fr-FR.ts +517 -517
  102. package/packages/locale/lang/hu-HU.ts +372 -372
  103. package/packages/locale/lang/id-ID.ts +529 -529
  104. package/packages/locale/lang/it-IT.ts +297 -297
  105. package/packages/locale/lang/ja-JP.ts +454 -454
  106. package/packages/locale/lang/ko-KR.ts +415 -415
  107. package/packages/locale/lang/nb-NO.ts +515 -515
  108. package/packages/locale/lang/pt-BR.ts +505 -505
  109. package/packages/locale/lang/ru-RU.ts +326 -326
  110. package/packages/locale/lang/th-TH.ts +255 -255
  111. package/packages/locale/lang/uk-UA.ts +450 -450
  112. package/packages/locale/lang/vi-VN.ts +528 -528
  113. package/packages/locale/lang/zh-CHT.ts +155 -155
  114. package/packages/table/module/menu/panel.ts +8 -4
  115. package/packages/table/src/cell.ts +2 -2
  116. package/packages/table/src/table.ts +60 -50
  117. package/packages/table/src/util.ts +13 -18
  118. package/packages/ui/index.ts +3 -3
  119. package/styles/components/table.scss +35 -0
  120. /package/es/{iconfont.1745574253427.ttf → iconfont.1745800678796.ttf} +0 -0
  121. /package/es/{iconfont.1745574253427.woff → iconfont.1745800678796.woff} +0 -0
  122. /package/es/{iconfont.1745574253427.woff2 → iconfont.1745800678796.woff2} +0 -0
  123. /package/lib/{iconfont.1745574253427.ttf → iconfont.1745800678796.ttf} +0 -0
  124. /package/lib/{iconfont.1745574253427.woff → iconfont.1745800678796.woff} +0 -0
  125. /package/lib/{iconfont.1745574253427.woff2 → iconfont.1745800678796.woff2} +0 -0
@@ -17,67 +17,67 @@ var _default = exports.default = {
17
17
  },
18
18
  error: {
19
19
  downErr: 'Download failed',
20
- errLargeData: 'When the amount of data bound is too large, you should use "{0}"; otherwise, a stall may occur',
21
- groupFixed: 'If using group headers, frozen columns must be set by group',
22
- groupMouseRange: 'The group header and "{0}" cannot be used at the same time, which may cause an error.',
20
+ errLargeData: 'When the amount of bound data is too large, please use {0}, otherwise it may cause lag',
21
+ groupFixed: 'If using grouped headers, the frozen column must be set by group',
22
+ groupMouseRange: 'The grouping header cannot be used at the same time as "{0}" and this may cause an error',
23
23
  groupTag: 'Grouping column headers should use "{0}" instead of "{1}", which may cause errors',
24
- scrollErrProp: 'The parameter "{0}" is not supported when virtual scrolling is enabled',
25
- errConflicts: '"{1}" is not supported when parameter "{0}", it should be "{2}", otherwise an error will occur',
26
- notSupportProp: '"{1}" is not supported when parameter "{0}" is enabled, it should be "{2}", otherwise an error will occur',
27
- notConflictProp: 'When using "{0}", you should set "{1}", otherwise there may be a functional conflict',
28
- unableInsert: 'Unable to insert into the specified position, please check whether the parameters are correct',
29
- useErr: 'An error occurred while installing the "{0}" module. The order may be incorrect. The dependent modules need to be installed before Table.',
30
- barUnableLink: 'The toolbar cannot be associated with the table',
31
- expandContent: 'The slot to expand the row should be "content", please check if it is correct',
24
+ scrollErrProp: 'This parameter "{0}" is not supported after virtual scrolling is enabled',
25
+ errConflicts: 'Parameter "{0}" conflicts with "{1}"',
26
+ notSupportProp: '"{1}" is not supported when the parameter "{0}" is enabled, it should be "{2}", otherwise an error will occur',
27
+ notConflictProp: 'When using "{0}", "{1}" should be set, otherwise there may be functional conflicts',
28
+ unableInsert: 'Cannot be inserted into the specified location, please check whether the parameters are correct',
29
+ useErr: 'An error occurred while installing the "{0}" module. The order may be incorrect. The dependent module needs to be installed before Table',
30
+ barUnableLink: 'The toolbar cannot associate tables',
31
+ expandContent: 'The slot for the expanded line should be "content", please check if it is correct',
32
32
  reqComp: 'The "{0}" component is missing, please check if it is installed correctly. https://vxeui.com/#/start/useGlobal',
33
- reqModule: 'Missing module "{0}"',
34
- reqProp: 'The required "{0}" parameter is missing, which may result in an error',
33
+ reqModule: 'Missing "{0}" module',
34
+ reqProp: 'The necessary "{0}" parameter is missing, which may cause an error',
35
35
  emptyProp: 'Parameter "{0}" is not allowed to be empty',
36
- errProp: 'Unsupported parameter "{0}", possible "{1}"',
36
+ errProp: 'Unsupported parameter "{0}", possibly "{1}"',
37
37
  colRepet: 'column.{0}="{1}" is repeated, which may cause some functions to become unusable',
38
38
  notFunc: 'Method "{0}" does not exist',
39
39
  errFunc: 'Parameter "{0}" is not a method',
40
- notValidators: 'Global check "{0}" does not exist',
41
- notFormats: 'Global format "{0}" does not exist',
42
- notCommands: 'Global directive "{0}" does not exist',
40
+ notValidators: 'Global verification "{0}" does not exist',
41
+ notFormats: 'Global formatting "{0}" does not exist',
42
+ notCommands: 'The global directive "{0}" does not exist',
43
43
  notSlot: 'Slot "{0}" does not exist',
44
- noTree: 'The tree structure does not support "{0}"',
44
+ noTree: '"{0}" is not supported in the tree structure',
45
45
  notProp: 'Unsupported parameter "{0}"',
46
- checkProp: 'When the amount of data is too large, it may cause the check box to freeze. It is recommended to set the parameter "{0}" to improve the rendering speed.',
47
- coverProp: 'The parameter "{1}" of "{0}" is defined repeatedly, which may cause an error.',
48
- uniField: 'Field name "{0}" is defined repeatedly, which may cause an error',
49
- repeatKey: 'Duplicate primary key {0}="{1}", this may cause an error',
46
+ checkProp: 'When the data volume is too large, the check box may be stuttered. It is recommended to set the parameter "{0}" to improve rendering speed',
47
+ coverProp: 'The parameter "{1}" of "{0}" is repeatedly defined, which may cause an error',
48
+ uniField: 'The field name "{0}" is repeatedly defined, which may cause an error',
49
+ repeatKey: 'Repeat the primary key {0}="{1}", which may cause an error',
50
50
  delFunc: 'Method "{0}" is deprecated, please use "{1}"',
51
- delProp: 'Parameter "{0}" is obsolete, please use "{1}"',
51
+ delProp: 'Parameter "{0}" is deprecated, please use "{1}"',
52
52
  delEvent: 'Event "{0}" is deprecated, please use "{1}"',
53
- removeProp: 'Parameter "{0}" is deprecated and is not recommended and may result in errors',
54
- errFormat: 'Global formatting content should be defined using "VXETable.formats". The method of mounting "formatter={0}" is no longer recommended.',
53
+ removeProp: 'Parameter "{0}" is deprecated and is not recommended, which may cause an error',
54
+ errFormat: 'Global formatted content should be defined using "VXETable.formats" and the method of mounting "formatter={0}" is no longer recommended.',
55
55
  notType: 'Unsupported file type "{0}"',
56
- notExp: 'This browser does not support import/export functionality',
57
- impFields: 'Import failed, please check whether the field name and data format are correct',
58
- treeNotImp: 'Tree tables do not support importing',
59
- treeCrossDrag: 'Only the first level can be dragged',
60
- treeDragChild: 'A parent cannot be dragged into its own children',
61
- reqPlugin: 'Extension plugin not installed "{1}" https://vxeui.com/other{0}/#/{1}/install',
62
- errMaxRow: 'The maximum supported data volume {0} line is exceeded, which may cause an error.'
56
+ notExp: 'This browser does not support import/export function',
57
+ impFields: 'The import failed. Please check whether the field name and data format are correct.',
58
+ treeNotImp: 'Tree tables do not support import',
59
+ treeCrossDrag: 'Only drag the first level',
60
+ treeDragChild: 'Parents cannot drag to their own children',
61
+ reqPlugin: '"{1}" is not installed at https://vxeui.com/other{0}/#/{1}/install',
62
+ errMaxRow: 'Exceeding the maximum supported data volume {0} rows, this may cause an error'
63
63
  },
64
64
  table: {
65
65
  emptyText: 'No data yet',
66
- allTitle: 'Select all/Cancel',
66
+ allTitle: 'Select all/cancel',
67
67
  seqTitle: 'Serial number',
68
68
  actionTitle: 'operate',
69
69
  confirmFilter: 'filter',
70
- resetFilter: 'reset',
70
+ resetFilter: 'Reset',
71
71
  allFilter: 'all',
72
72
  sortAsc: 'Ascending order: lowest to highest',
73
73
  sortDesc: 'Descending order: highest to lowest',
74
- filter: 'Enable filtering on selected columns',
74
+ filter: 'Enable filtering for selected columns',
75
75
  impSuccess: 'Successfully imported {0} records',
76
76
  expLoading: 'Exporting',
77
- expSuccess: 'Export successful',
77
+ expSuccess: 'Export successfully',
78
78
  expError: 'Export failed',
79
79
  expFilename: 'Export_{0}',
80
- expOriginFilename: 'export_source_{0}',
80
+ expOriginFilename: 'Export_source_{0}',
81
81
  customTitle: 'Column settings',
82
82
  customAll: 'all',
83
83
  customConfirm: 'confirm',
@@ -86,17 +86,17 @@ var _default = exports.default = {
86
86
  customRestore: 'Restore default',
87
87
  maxFixedCol: 'The maximum number of frozen columns cannot exceed {0}',
88
88
  dragTip: 'Move: {0}',
89
- resizeColTip: 'Width: {0} Pixels',
90
- resizeRowTip: 'Height: {0} Pixels',
89
+ resizeColTip: 'Width: {0} pixels',
90
+ resizeRowTip: 'Height: {0} pixels',
91
91
  rowGroupContentTotal: '{0} ({1})'
92
92
  },
93
93
  grid: {
94
94
  selectOneRecord: 'Please select at least one record!',
95
- deleteSelectRecord: 'Are you sure you want to delete the selected records?',
96
- removeSelectRecord: 'Are you sure you want to remove the selected records?',
97
- dataUnchanged: 'The data has not been changed!',
98
- delSuccess: 'Selected records successfully deleted!',
99
- saveSuccess: 'Saved successfully!',
95
+ deleteSelectRecord: 'Are you sure you want to delete the selected record?',
96
+ removeSelectRecord: 'Are you sure you want to remove the selected record?',
97
+ dataUnchanged: 'Data not changed!',
98
+ delSuccess: 'The selected record was successfully deleted!',
99
+ saveSuccess: 'Save successfully!',
100
100
  operError: 'An error occurred and the operation failed!'
101
101
  },
102
102
  select: {
@@ -105,7 +105,7 @@ var _default = exports.default = {
105
105
  emptyText: 'No data yet'
106
106
  },
107
107
  pager: {
108
- goto: 'Go to',
108
+ goto: 'Go',
109
109
  gotoTitle: 'Number of pages',
110
110
  pagesize: '{0} items/page',
111
111
  total: 'Total {0} records',
@@ -116,20 +116,20 @@ var _default = exports.default = {
116
116
  prevPageTitle: 'Previous page',
117
117
  nextPage: 'Next page',
118
118
  nextPageTitle: 'Next page',
119
- prevJump: 'Jump page up',
120
- prevJumpTitle: 'Jump page up',
121
- nextJump: 'Jump page down',
122
- nextJumpTitle: 'Jump page down',
119
+ prevJump: 'Jump up page',
120
+ prevJumpTitle: 'Jump up page',
121
+ nextJump: 'Jump down page',
122
+ nextJumpTitle: 'Jump down page',
123
123
  endPage: 'Last page',
124
124
  endPageTitle: 'Last page'
125
125
  },
126
126
  alert: {
127
- title: 'System prompt'
127
+ title: 'System prompts'
128
128
  },
129
129
  button: {
130
130
  confirm: 'confirm',
131
131
  cancel: 'Cancel',
132
- clear: '清除'
132
+ clear: 'Clear'
133
133
  },
134
134
  filter: {
135
135
  search: 'search'
@@ -139,26 +139,26 @@ var _default = exports.default = {
139
139
  cstmRestore: 'Restore default',
140
140
  cstmCancel: 'Cancel',
141
141
  cstmConfirm: 'Sure',
142
- cstmConfirmRestore: 'Please confirm whether to restore to the default column configuration?',
142
+ cstmConfirmRestore: 'Please confirm whether it is restored to the default column configuration?',
143
143
  cstmDragTarget: 'Move: {0}',
144
144
  setting: {
145
- colSort: 'sort',
146
- sortHelpTip: 'Click and drag the icon to adjust column ordering',
147
- colTitle: 'Column header',
145
+ colSort: 'Sort',
146
+ sortHelpTip: 'Click and drag the icon to adjust the sort of columns',
147
+ colTitle: 'Column title',
148
148
  colResizable: 'Column width (pixels)',
149
149
  colVisible: 'Whether to display',
150
- colFixed: 'Freeze columns',
150
+ colFixed: 'Freeze column',
151
151
  colFixedMax: 'Freeze columns (up to {0} columns)',
152
- fixedLeft: 'left side',
152
+ fixedLeft: 'Left side',
153
153
  fixedUnset: 'Not set',
154
- fixedRight: 'right side'
154
+ fixedRight: 'Right side'
155
155
  }
156
156
  },
157
157
  import: {
158
158
  modes: {
159
- covering: 'Overwriting method (directly overwrite table data)',
159
+ covering: 'Overwrite method (directly overwrite table data)',
160
160
  insert: 'Append at the bottom (append new data at the bottom of the table)',
161
- insertTop: 'Top append (append new data at the top of the table)',
161
+ insertTop: 'Append at the top (append new data at the top of the table)',
162
162
  insertBottom: 'Append at the bottom (append new data at the bottom of the table)'
163
163
  },
164
164
  impTitle: 'Import data',
@@ -166,8 +166,8 @@ var _default = exports.default = {
166
166
  impSelect: 'Select file',
167
167
  impType: 'File type',
168
168
  impOpts: 'Parameter settings',
169
- impMode: 'import mode',
170
- impConfirm: 'import',
169
+ impMode: 'Import mode',
170
+ impConfirm: 'Import',
171
171
  impCancel: 'Cancel'
172
172
  },
173
173
  export: {
@@ -175,16 +175,16 @@ var _default = exports.default = {
175
175
  csv: 'CSV (comma separated)(*.csv)',
176
176
  html: 'Web page (*.html)',
177
177
  xml: 'XML data (*.xml)',
178
- txt: 'Text file (tab delimited) (*.txt)',
179
- xls: 'Excel 97-2003 workbook (*.xls)',
178
+ txt: 'Text file (tab separated)(*.txt)',
179
+ xls: 'Excel 97-2003 Workbook (*.xls)',
180
180
  xlsx: 'Excel workbook (*.xlsx)',
181
181
  pdf: 'PDF (*.pdf)'
182
182
  },
183
183
  modes: {
184
- empty: 'Null data',
185
- current: 'Current data (data of the current page)',
186
- selected: 'Selected data (selected data on the current page)',
187
- all: 'Full data (including all paginated data)'
184
+ empty: 'Empty data',
185
+ current: 'Current data (data on the current page)',
186
+ selected: 'Selected data (data selected on the current page)',
187
+ all: 'Full data (including all paged data)'
188
188
  },
189
189
  printTitle: 'Print data',
190
190
  expTitle: 'Export data',
@@ -192,49 +192,49 @@ var _default = exports.default = {
192
192
  expNamePlaceholder: 'Please enter a file name',
193
193
  expSheetName: 'title',
194
194
  expSheetNamePlaceholder: 'Please enter a title',
195
- expType: 'save type',
195
+ expType: 'Save type',
196
196
  expMode: 'Select data',
197
197
  expCurrentColumn: 'All fields',
198
198
  expColumn: 'Select field',
199
199
  expOpts: 'Parameter settings',
200
200
  expOptHeader: 'Header',
201
- expHeaderTitle: 'Is a header required?',
202
- expOptFooter: 'Footer',
203
- expFooterTitle: 'Is a table footer required?',
204
- expOptColgroup: 'Group header',
205
- expOptTitle: 'Title',
206
- expTitleTitle: 'Whether it is a column title, otherwise it is displayed as a column field name',
207
- expColgroupTitle: 'If present, headers with grouping structures are supported',
208
- expOptMerge: 'Merge',
209
- expMergeTitle: 'Supports cells with merge structures if present',
210
- expOptAllExpand: 'Expand tree',
211
- expAllExpandTitle: 'If it exists, it supports expanding all data with hierarchical structure.',
212
- expOptUseStyle: 'Style',
213
- expUseStyleTitle: 'Styled cells are supported if present',
201
+ expHeaderTitle: 'Is the table header required',
202
+ expOptFooter: 'End of table',
203
+ expFooterTitle: 'Is the end of the table required?',
204
+ expOptColgroup: 'Grouping header',
205
+ expOptTitle: 'Column title',
206
+ expTitleTitle: "Whether it is the column title, otherwise it will be displayed as the column's field name",
207
+ expColgroupTitle: 'If present, a header with a grouping structure is supported',
208
+ expOptMerge: 'merge',
209
+ expMergeTitle: 'If present, cells with merged structures are supported',
210
+ expOptAllExpand: 'Expand the tree',
211
+ expAllExpandTitle: 'If it exists, it is supported to expand all data with hierarchical structures',
212
+ expOptUseStyle: 'style',
213
+ expUseStyleTitle: 'If present, cells with style are supported',
214
214
  expOptOriginal: 'Source data',
215
- expOriginalTitle: 'If it is source data, it supports importing into the table',
215
+ expOriginalTitle: 'If it is source data, import into tables is supported',
216
216
  expPrint: 'Print',
217
217
  expConfirm: 'Export',
218
218
  expCancel: 'Cancel'
219
219
  },
220
220
  modal: {
221
221
  errTitle: 'Error message',
222
- zoomMin: 'minimize',
222
+ zoomMin: 'Minimize',
223
223
  zoomIn: 'maximize',
224
224
  zoomOut: 'reduction',
225
225
  close: 'closure',
226
226
  miniMaxSize: 'The number of minimized windows cannot exceed {0}',
227
- footPropErr: 'show-footer is only used to enable table footer and needs to be used with show-confirm-button | show-cancel-button | slot'
227
+ footPropErr: 'show-footer is only used to enable the table tail, and must be used with show-confirm-button | show-cancel-button | slots'
228
228
  },
229
229
  drawer: {
230
230
  close: 'closure'
231
231
  },
232
232
  form: {
233
- folding: 'close',
233
+ folding: 'Close',
234
234
  unfolding: 'Expand'
235
235
  },
236
236
  toolbar: {
237
- import: 'import',
237
+ import: 'Import',
238
238
  export: 'Export',
239
239
  print: 'Print',
240
240
  refresh: 'refresh',
@@ -243,10 +243,10 @@ var _default = exports.default = {
243
243
  custom: 'Column settings',
244
244
  customAll: 'all',
245
245
  customConfirm: 'confirm',
246
- customRestore: 'reset',
247
- fixedLeft: 'frozen on left',
248
- fixedRight: 'frozen on right',
249
- cancelFixed: 'Unfreeze column'
246
+ customRestore: 'Reset',
247
+ fixedLeft: 'Freeze left',
248
+ fixedRight: 'Freeze right',
249
+ cancelFixed: 'Unfreeze'
250
250
  },
251
251
  datePicker: {
252
252
  yearTitle: '{0} years'
@@ -258,7 +258,7 @@ var _default = exports.default = {
258
258
  m3: 'March',
259
259
  m4: 'April',
260
260
  m5: 'May',
261
- m6: 'June 06',
261
+ m6: 'June',
262
262
  m7: 'July',
263
263
  m8: 'August',
264
264
  m9: 'September',
@@ -302,52 +302,52 @@ var _default = exports.default = {
302
302
  m11: 'December'
303
303
  },
304
304
  quarters: {
305
- q1: 'first quarter',
306
- q2: 'second quarter',
307
- q3: 'third quarter',
308
- q4: 'fourth quarter'
305
+ q1: 'First quarter',
306
+ q2: 'Second quarter',
307
+ q3: 'Third quarter',
308
+ q4: 'Fourth quarter'
309
309
  }
310
310
  }
311
311
  },
312
312
  numberInput: {
313
- currencySymbol: ''
313
+ currencySymbol: '$'
314
314
  },
315
315
  imagePreview: {
316
316
  popupTitle: 'Preview',
317
317
  operBtn: {
318
- zoomOut: 'zoom out',
318
+ zoomOut: 'Shrink',
319
319
  zoomIn: 'enlarge',
320
- pctFull: 'proportional scaling',
320
+ pctFull: 'Scaling equally',
321
321
  pct11: 'Show original size',
322
322
  rotateLeft: 'Rotate left',
323
- rotateRight: 'Rotate right',
324
- print: 'Click to print picture',
325
- download: 'Click to download image'
323
+ rotateRight: 'Rotate to the right',
324
+ print: 'Click to print the picture',
325
+ download: 'Click to download the picture'
326
326
  }
327
327
  },
328
328
  upload: {
329
329
  fileBtnText: 'Click or drag to upload',
330
330
  imgBtnText: 'Click or drag to upload',
331
- dragPlaceholder: 'Please drag and drop the file into this area to upload it',
331
+ dragPlaceholder: 'Please drag and drop the file to this area to upload',
332
332
  imgSizeHint: 'Leaflet {0}',
333
333
  imgCountHint: 'Maximum {0} pictures',
334
- fileTypeHint: 'Supported {0} file types',
335
- fileSizeHint: 'The size of a single file does not exceed {0}',
334
+ fileTypeHint: 'Support {0} file types',
335
+ fileSizeHint: 'A single file size does not exceed {0}',
336
336
  fileCountHint: 'Up to {0} files can be uploaded',
337
337
  uploadTypeErr: 'File type mismatch!',
338
- overCountErr: 'Only {0} files can be selected!',
339
- overCountExtraErr: 'The maximum number of {0} files has been exceeded. The excess {1} files will be ignored!',
338
+ overCountErr: 'Only {0} files can be selected at most!',
339
+ overCountExtraErr: 'The maximum number of {0} has been exceeded, and the excess {1} files will be ignored!',
340
340
  overSizeErr: 'The maximum file size cannot exceed {0}!',
341
- reUpload: 'Reupload',
341
+ reUpload: 'Re-upload',
342
342
  uploadProgress: 'Uploading {0}%',
343
343
  uploadErr: 'Upload failed',
344
- uploadSuccess: 'Upload successful',
344
+ uploadSuccess: 'Upload successfully',
345
345
  moreBtnText: 'More ({0})',
346
346
  viewItemTitle: 'Click to view',
347
347
  morePopup: {
348
348
  readTitle: 'View list',
349
349
  imageTitle: 'Upload pictures',
350
- fileTitle: 'Upload files'
350
+ fileTitle: 'Upload file'
351
351
  }
352
352
  },
353
353
  empty: {
@@ -356,16 +356,16 @@ var _default = exports.default = {
356
356
  colorPicker: {
357
357
  clear: 'Clear',
358
358
  confirm: 'confirm',
359
- copySuccess: 'Copied to clipboard: {0}'
359
+ copySuccess: 'Copyed to clipboard: {0}'
360
360
  },
361
361
  formDesign: {
362
- formName: 'form name',
363
- defFormTitle: 'unnamed form',
364
- widgetPropTab: 'Control properties',
365
- widgetFormTab: 'form properties',
362
+ formName: 'Form name',
363
+ defFormTitle: 'Unnamed form',
364
+ widgetPropTab: 'Control Properties',
365
+ widgetFormTab: 'Form Properties',
366
366
  error: {
367
- wdFormUni: 'Only one control of this type is allowed to be added to the form',
368
- wdSubUni: 'Only one control of this type is allowed to be added to the subtable'
367
+ wdFormUni: 'This type of control is allowed to add only one in the form',
368
+ wdSubUni: 'This type of control is allowed to add only one in the subtable'
369
369
  },
370
370
  styleSetting: {
371
371
  btn: 'Style settings',
@@ -381,39 +381,39 @@ var _default = exports.default = {
381
381
  colonVisible: 'show',
382
382
  colonHidden: 'hide',
383
383
  alignTitle: 'Alignment',
384
- widthTitle: 'title width',
384
+ widthTitle: 'Title Width',
385
385
  alignLeft: 'On the left',
386
386
  alignRight: 'On the right',
387
- unitPx: 'Pixel',
387
+ unitPx: 'Pixels',
388
388
  unitPct: 'percentage'
389
389
  },
390
390
  widget: {
391
391
  group: {
392
392
  base: 'Basic controls',
393
- layout: 'Layout controls',
394
- system: 'System controls',
395
- module: 'module control',
396
- chart: 'chart control',
397
- advanced: 'Advanced controls'
393
+ layout: 'Layout Controls',
394
+ system: 'System Controls',
395
+ module: 'Module controls',
396
+ chart: 'Chart control',
397
+ advanced: 'Advanced Controls'
398
398
  },
399
399
  copyTitle: 'Copy_{0}',
400
400
  component: {
401
401
  input: 'Input box',
402
- textarea: 'text field',
403
- select: 'drop down selection',
402
+ textarea: 'Text field',
403
+ select: 'Pull down to select',
404
404
  row: 'One row and multiple columns',
405
405
  title: 'title',
406
406
  text: 'text',
407
- subtable: 'Subtable',
407
+ subtable: 'Sub-table',
408
408
  VxeSwitch: 'whether',
409
409
  VxeInput: 'Input box',
410
410
  VxeNumberInput: 'number',
411
411
  VxeDatePicker: 'date',
412
- VxeTextarea: 'text field',
413
- VxeSelect: 'drop down selection',
414
- VxeTreeSelect: 'tree selection',
415
- VxeRadioGroup: 'radio button',
416
- VxeCheckboxGroup: 'checkbox',
412
+ VxeTextarea: 'Text field',
413
+ VxeSelect: 'Pull down to select',
414
+ VxeTreeSelect: 'Tree selection',
415
+ VxeRadioGroup: 'Radio button',
416
+ VxeCheckboxGroup: 'Checkbox',
417
417
  VxeUploadFile: 'document',
418
418
  VxeUploadImage: 'picture',
419
419
  VxeRate: 'score',
@@ -422,76 +422,76 @@ var _default = exports.default = {
422
422
  },
423
423
  widgetProp: {
424
424
  name: 'Control name',
425
- placeholder: 'prompt',
425
+ placeholder: 'Prompt',
426
426
  required: 'Required verification',
427
- multiple: 'Allow multiple selections',
427
+ multiple: 'Multiple choices are allowed',
428
428
  displaySetting: {
429
- name: 'display settings',
429
+ name: 'Display settings',
430
430
  pc: 'PC',
431
- mobile: 'Mobile version',
431
+ mobile: 'Mobile',
432
432
  visible: 'show',
433
433
  hidden: 'hide'
434
434
  },
435
435
  dataSource: {
436
- name: 'data source',
436
+ name: 'Data Source',
437
437
  defValue: 'Option {0}',
438
438
  addOption: 'Add options',
439
439
  batchEditOption: 'Batch editing',
440
- batchEditTip: 'Each row corresponds to an option, and supports copying and pasting directly from tables, Excel, and WPS.',
441
- batchEditSubTip: 'Each row corresponds to an option. If it is a group, the sub-items can start with a space or a tab key. Direct copy and paste from tables, Excel, and WPS is supported.',
440
+ batchEditTip: 'Each row corresponds to an option, which supports direct copy and paste from tables, Excel, and WPS.',
441
+ batchEditSubTip: 'Each row corresponds to an option. If it is a group, the child items can start with a space or a tab key, and it supports direct copy and paste from tables, Excel, and WPS.',
442
442
  buildOption: 'Build options'
443
443
  },
444
444
  rowProp: {
445
445
  colSize: 'Number of columns',
446
- col2: 'two columns',
447
- col3: 'three columns',
448
- col4: 'four columns',
449
- col6: 'six columns',
446
+ col2: 'Two columns',
447
+ col3: 'Three columns',
448
+ col4: 'Four columns',
449
+ col6: 'Six columns',
450
450
  layout: 'layout'
451
451
  },
452
452
  textProp: {
453
453
  name: 'content',
454
454
  alignTitle: 'Alignment',
455
455
  alignLeft: 'On the left',
456
- alignCenter: 'center',
456
+ alignCenter: 'Center',
457
457
  alignRight: 'On the right',
458
458
  colorTitle: 'Font color',
459
- sizeTitle: 'font size',
459
+ sizeTitle: 'Font size',
460
460
  boldTitle: 'Bold font',
461
461
  fontNormal: 'conventional',
462
462
  fontBold: 'Bold'
463
463
  },
464
464
  subtableProp: {
465
465
  seqTitle: 'Serial number',
466
- showSeq: 'Display serial number',
467
- showCheckbox: 'Allow multiple selections',
466
+ showSeq: 'Show serial number',
467
+ showCheckbox: 'Multiple choices are allowed',
468
468
  errSubDrag: 'The subtable does not support this control, please use other controls',
469
469
  colPlace: 'Drag the control in'
470
470
  },
471
471
  uploadProp: {
472
472
  limitFileCount: 'File quantity limit',
473
473
  limitFileSize: 'File size limit',
474
- multiFile: 'Allow multiple file uploads',
475
- limitImgCount: 'Picture quantity limit',
474
+ multiFile: 'Allow multiple files to be uploaded',
475
+ limitImgCount: 'Limit number of pictures',
476
476
  limitImgSize: 'Image size limit',
477
- multiImg: 'Allow multiple images to be uploaded'
477
+ multiImg: 'Allow multiple pictures to upload'
478
478
  }
479
479
  }
480
480
  },
481
481
  listDesign: {
482
482
  fieldSettingTab: 'Field settings',
483
483
  listSettingTab: 'Parameter settings',
484
- searchTitle: 'Query conditions',
485
- listTitle: 'list field',
486
- searchField: 'Query field',
487
- listField: 'list field',
484
+ searchTitle: 'Query criteria',
485
+ listTitle: 'List field',
486
+ searchField: 'Query fields',
487
+ listField: 'List field',
488
488
  activeBtn: {
489
489
  ActionButtonUpdate: 'edit',
490
490
  ActionButtonDelete: 'delete'
491
491
  },
492
492
  search: {
493
493
  addBtn: 'edit',
494
- emptyText: 'No query conditions configured',
494
+ emptyText: 'Query conditions not configured',
495
495
  editPopupTitle: 'Edit query fields'
496
496
  },
497
497
  searchPopup: {
@@ -500,7 +500,7 @@ var _default = exports.default = {
500
500
  }
501
501
  },
502
502
  text: {
503
- copySuccess: 'Copied to clipboard',
503
+ copySuccess: 'Copyed to clipboard',
504
504
  copyError: 'The current environment does not support this operation'
505
505
  },
506
506
  countdown: {
@@ -534,8 +534,8 @@ var _default = exports.default = {
534
534
  replace: 'replace'
535
535
  },
536
536
  filter: {
537
- re: 'regular expression',
538
- whole: 'whole word match',
537
+ re: 'Regular expressions',
538
+ whole: 'Full word matching',
539
539
  sensitive: 'case sensitive'
540
540
  },
541
541
  btns: {
@@ -547,32 +547,32 @@ var _default = exports.default = {
547
547
  },
548
548
  header: {
549
549
  seq: '#',
550
- cell: 'cell',
550
+ cell: 'Cell',
551
551
  value: 'value'
552
552
  },
553
553
  body: {
554
554
  row: 'Row: {0}',
555
555
  col: 'Column: {0}'
556
556
  },
557
- empty: '(null value)',
557
+ empty: '(Null value)',
558
558
  reError: 'Invalid regular expression',
559
559
  recordCount: '{0} cells found',
560
- notCell: 'No matching cell found',
560
+ notCell: 'The matching cell cannot be found',
561
561
  replaceSuccess: 'Successfully replaced {0} cells'
562
562
  }
563
563
  },
564
564
  filterComplexInput: {
565
565
  menus: {
566
- fixedColumn: 'Freeze columns',
567
- fixedGroup: 'freeze group',
566
+ fixedColumn: 'Freeze column',
567
+ fixedGroup: 'Freeze group',
568
568
  cancelFixed: 'Unfreeze',
569
- fixedLeft: 'freeze left',
570
- fixedRight: 'freeze right'
569
+ fixedLeft: 'Freeze left',
570
+ fixedRight: 'Freeze right'
571
571
  },
572
572
  cases: {
573
573
  equal: 'equal',
574
- gt: 'greater than',
575
- lt: 'less than',
574
+ gt: 'Greater than',
575
+ lt: 'Less than',
576
576
  begin: 'The beginning is',
577
577
  endin: 'The end is',
578
578
  include: 'Include',
@@ -585,38 +585,38 @@ var _default = exports.default = {
585
585
  clearSort: 'Clear sort',
586
586
  sortAsc: 'Ascending order',
587
587
  sortDesc: 'descending order',
588
- fixedColumn: 'Freeze columns',
589
- fixedGroup: 'freeze group',
588
+ fixedColumn: 'Freeze column',
589
+ fixedGroup: 'Freeze group',
590
590
  cancelFixed: 'Unfreeze',
591
- fixedLeft: 'freeze left',
592
- fixedRight: 'freeze right',
593
- clearFilter: 'Clear filters',
594
- textOption: 'text filter',
595
- numberOption: 'numerical filter'
591
+ fixedLeft: 'Freeze left',
592
+ fixedRight: 'Freeze right',
593
+ clearFilter: 'Clear Filter',
594
+ textOption: 'Text filter',
595
+ numberOption: 'Numerical filter'
596
596
  },
597
597
  popup: {
598
- title: 'How to customize filtering',
598
+ title: 'Custom filtering methods',
599
599
  currColumnTitle: 'Current column:',
600
600
  and: 'and',
601
601
  or: 'or',
602
- describeHtml: 'Available ? represents a single character<br/>Use * to represent any number of characters'
602
+ describeHtml: 'Available? Represents a single character<br/>Use * Represents any multiple characters'
603
603
  },
604
604
  cases: {
605
605
  equal: 'equal',
606
- unequal: 'not equal to',
607
- gt: 'greater than',
608
- ge: 'greater than or equal to',
609
- lt: 'less than',
610
- le: 'less than or equal to',
606
+ unequal: 'Not equal to',
607
+ gt: 'Greater than',
608
+ ge: 'Greater than or equal to',
609
+ lt: 'Less than',
610
+ le: 'Less than or equal to',
611
611
  begin: 'The beginning is',
612
- notbegin: 'Not at the beginning',
612
+ notbegin: "It's not at the beginning",
613
613
  endin: 'The end is',
614
614
  notendin: 'The ending is not',
615
615
  include: 'Include',
616
616
  exclude: 'Not included',
617
- between: 'between',
617
+ between: 'Between',
618
618
  custom: 'Custom filter',
619
- insensitive: 'Not case sensitive',
619
+ insensitive: 'Case insensitive',
620
620
  isSensitive: 'case sensitive'
621
621
  },
622
622
  empty: '(blank)',
@@ -634,15 +634,15 @@ var _default = exports.default = {
634
634
  title: 'Find and replace',
635
635
  findLabel: 'Find',
636
636
  replaceLabel: 'replace',
637
- findTitle: 'Find what:',
637
+ findTitle: 'Find content:',
638
638
  replaceTitle: 'Replace with:',
639
639
  tabs: {
640
640
  find: 'Find',
641
641
  replace: 'replace'
642
642
  },
643
643
  filter: {
644
- re: 'regular expression',
645
- whole: 'whole word match',
644
+ re: 'Regular expressions',
645
+ whole: 'Full word matching',
646
646
  sensitive: 'case sensitive'
647
647
  },
648
648
  btns: {
@@ -654,10 +654,10 @@ var _default = exports.default = {
654
654
  },
655
655
  header: {
656
656
  seq: '#',
657
- cell: 'cell',
657
+ cell: 'Cell',
658
658
  value: 'value'
659
659
  },
660
- empty: '(null value)',
660
+ empty: '(Null value)',
661
661
  reError: 'Invalid regular expression',
662
662
  recordCount: '{0} cells found',
663
663
  notCell: 'No matching cell found',
@@ -668,20 +668,20 @@ var _default = exports.default = {
668
668
  search: 'search',
669
669
  cases: {
670
670
  equal: 'equal',
671
- unequal: 'not equal to',
672
- gt: 'greater than',
673
- ge: 'greater than or equal to',
674
- lt: 'less than',
675
- le: 'less than or equal to',
671
+ unequal: 'Not equal to',
672
+ gt: 'Greater than',
673
+ ge: 'Greater than or equal to',
674
+ lt: 'Less than',
675
+ le: 'Less than or equal to',
676
676
  begin: 'The beginning is',
677
- notbegin: 'Not at the beginning',
677
+ notbegin: "It's not at the beginning",
678
678
  endin: 'The end is',
679
679
  notendin: 'The ending is not',
680
680
  include: 'Include',
681
681
  exclude: 'Not included',
682
- between: 'between',
682
+ between: 'Between',
683
683
  custom: 'Custom filter',
684
- insensitive: 'Not case sensitive',
684
+ insensitive: 'Case insensitive',
685
685
  isSensitive: 'case sensitive'
686
686
  },
687
687
  combination: {
@@ -690,21 +690,21 @@ var _default = exports.default = {
690
690
  clearSort: 'Clear sort',
691
691
  sortAsc: 'Ascending order',
692
692
  sortDesc: 'descending order',
693
- fixedColumn: 'Freeze columns',
694
- fixedGroup: 'freeze group',
693
+ fixedColumn: 'Freeze column',
694
+ fixedGroup: 'Freeze group',
695
695
  cancelFixed: 'Unfreeze',
696
- fixedLeft: 'freeze to left',
697
- fixedRight: 'freeze to right',
698
- clearFilter: 'Clear filters',
699
- textOption: 'text filter',
700
- numberOption: 'numerical filter'
696
+ fixedLeft: 'Freeze left',
697
+ fixedRight: 'Freeze right',
698
+ clearFilter: 'Clear Filter',
699
+ textOption: 'Text filtering',
700
+ numberOption: 'Numerical filtering'
701
701
  },
702
702
  popup: {
703
- title: 'How to customize filtering',
703
+ title: 'Custom filtering methods',
704
704
  currColumnTitle: 'Current column:',
705
705
  and: 'and',
706
706
  or: 'or',
707
- describeHtml: 'Available ? represents a single character<br/>Use * to represent any number of characters'
707
+ describeHtml: 'Available? Represents a single character<br/>Use * Represents any multiple characters'
708
708
  },
709
709
  empty: '(blank)',
710
710
  notData: 'No match'