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