vxe-table 4.13.10 → 4.13.12

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