vxe-pc-ui 3.3.53 → 3.3.55

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 (68) hide show
  1. package/es/icon/style.css +1 -1
  2. package/es/language/de-DE.js +490 -490
  3. package/es/language/en-US.js +438 -438
  4. package/es/language/it-IT.js +692 -0
  5. package/es/language/ru-RU.js +36 -36
  6. package/es/language/th-TH.js +692 -0
  7. package/es/language/zh-CHT.js +19 -19
  8. package/es/style.css +1 -1
  9. package/es/style.min.css +1 -1
  10. package/es/ui/index.js +1 -1
  11. package/es/ui/src/log.js +1 -1
  12. package/lib/icon/style/style.css +1 -1
  13. package/lib/icon/style/style.min.css +1 -1
  14. package/lib/index.umd.js +4 -4
  15. package/lib/index.umd.min.js +1 -1
  16. package/lib/language/de-DE.js +490 -490
  17. package/lib/language/de-DE.min.js +1 -1
  18. package/lib/language/en-US.js +438 -438
  19. package/lib/language/en-US.min.js +1 -1
  20. package/lib/language/en-US.umd.js +438 -438
  21. package/lib/language/it-IT.js +698 -0
  22. package/lib/language/it-IT.min.js +1 -0
  23. package/lib/language/ru-RU.js +36 -36
  24. package/lib/language/ru-RU.min.js +1 -1
  25. package/lib/language/ru-RU.umd.js +36 -36
  26. package/lib/language/th-TH.js +698 -0
  27. package/lib/language/th-TH.min.js +1 -0
  28. package/lib/language/zh-CHT.js +19 -19
  29. package/lib/language/zh-CHT.min.js +1 -1
  30. package/lib/language/zh-CHT.umd.js +19 -19
  31. package/lib/style.css +1 -1
  32. package/lib/style.min.css +1 -1
  33. package/lib/ui/index.js +1 -1
  34. package/lib/ui/index.min.js +1 -1
  35. package/lib/ui/src/log.js +1 -1
  36. package/lib/ui/src/log.min.js +1 -1
  37. package/package.json +2 -2
  38. package/packages/button/src/button.ts +2 -1
  39. package/packages/color-picker/src/color-picker.ts +2 -1
  40. package/packages/date-picker/src/date-picker.ts +2 -1
  41. package/packages/form/src/form.ts +2 -1
  42. package/packages/icon-picker/src/icon-picker.ts +2 -1
  43. package/packages/input/src/input.ts +2 -1
  44. package/packages/language/de-DE.ts +492 -491
  45. package/packages/language/en-US.ts +438 -438
  46. package/packages/language/it-IT.ts +692 -0
  47. package/packages/language/ru-RU.ts +36 -36
  48. package/packages/language/th-TH.ts +692 -0
  49. package/packages/language/zh-CHT.ts +19 -19
  50. package/packages/pager/src/pager.ts +2 -1
  51. package/packages/pulldown/src/pulldown.ts +2 -1
  52. package/packages/select/src/select.ts +2 -1
  53. package/packages/table-select/src/table-select.ts +3 -1
  54. package/packages/tree-select/src/tree-select.ts +2 -1
  55. package/packages/upload/src/upload.ts +2 -1
  56. package/types/all.d.ts +5 -5
  57. /package/es/icon/{iconfont.1735540831983.ttf → iconfont.1735615334350.ttf} +0 -0
  58. /package/es/icon/{iconfont.1735540831983.woff → iconfont.1735615334350.woff} +0 -0
  59. /package/es/icon/{iconfont.1735540831983.woff2 → iconfont.1735615334350.woff2} +0 -0
  60. /package/es/{iconfont.1735540831983.ttf → iconfont.1735615334350.ttf} +0 -0
  61. /package/es/{iconfont.1735540831983.woff → iconfont.1735615334350.woff} +0 -0
  62. /package/es/{iconfont.1735540831983.woff2 → iconfont.1735615334350.woff2} +0 -0
  63. /package/lib/icon/style/{iconfont.1735540831983.ttf → iconfont.1735615334350.ttf} +0 -0
  64. /package/lib/icon/style/{iconfont.1735540831983.woff → iconfont.1735615334350.woff} +0 -0
  65. /package/lib/icon/style/{iconfont.1735540831983.woff2 → iconfont.1735615334350.woff2} +0 -0
  66. /package/lib/{iconfont.1735540831983.ttf → iconfont.1735615334350.ttf} +0 -0
  67. /package/lib/{iconfont.1735540831983.woff → iconfont.1735615334350.woff} +0 -0
  68. /package/lib/{iconfont.1735540831983.woff2 → iconfont.1735615334350.woff2} +0 -0
@@ -1,234 +1,234 @@
1
1
  export default {
2
2
  vxe: {
3
3
  base: {
4
- pleaseInput: 'Please input',
5
- pleaseSelect: 'Select',
6
- comma: ',',
7
- fullStop: '.'
4
+ pleaseInput: 'Please enter',
5
+ pleaseSelect: 'Please select',
6
+ comma: '',
7
+ fullStop: ''
8
8
  },
9
9
  loading: {
10
- text: 'Loading...'
10
+ text: 'loading...'
11
11
  },
12
12
  error: {
13
- downErr: 'Download failed.',
14
- groupFixed: 'If you use group headers, the freeze columns must be set by group.',
15
- groupMouseRange: 'Grouping headers and "{0}" cannot be used at the same time, which may cause errors.',
16
- groupTag: 'Grouping column header should use "{0}" instead of "{1}", which may cause errors.',
17
- scrollErrProp: 'The parameter "{0}" is not supported when virtual scrolling is enabled.',
18
- errConflicts: 'Argument "{0}" conflicts with "{1}"',
19
- unableInsert: 'Unable to insert to the specified location.',
20
- useErr: 'Error installing "{0}" module, possibly in the wrong order, dependent modules need to be installed before Table.',
21
- barUnableLink: 'Toolbar cannot associate table.',
22
- expandContent: 'Expand row slot should be "content", please check if it is correct.',
23
- reqComp: 'Require "{0}" component, check whether the install is correct. https://vxeui.com/#/start/useGlobal',
24
- reqModule: 'require "{0}" module.',
25
- reqProp: 'Missing the necessary "{0}" parameter, which can cause error.',
26
- emptyProp: 'The property "{0}" is not allowed to be empty.',
27
- errProp: 'Unsupported parameter "{0}", possibly "{1}".',
28
- colRepet: 'column.{0}="{0}" is duplicated, which may make some features unusable',
29
- notFunc: 'method "{0}" not exist.',
30
- errFunc: 'The argument "{0}" is not a method',
31
- notValidators: 'Global validators "{0}" no existe.',
32
- notFormats: 'Global formats "{0}" no existe.',
33
- notCommands: 'Global commands "{0}" no existe.',
34
- notSlot: 'slot "{0}" does not exist',
35
- noTree: 'The tree structure does not support "{0}".',
36
- notProp: 'Unsupported parameters "{0}"',
37
- checkProp: 'The checkbox may stall when the amount of data is too large, it is recommended to set the parameter "{0}" to increase the rendering speed ',
38
- coverProp: 'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error.',
39
- uniField: 'The field "{0}" is repeatedly defined, which may cause an error.',
40
- repeatKey: 'The primary key repeats {0}="{1}", which may cause an error',
41
- delFunc: 'The function "{0}" is deprecated, please use "{1}".',
42
- delProp: 'The property "{0}" is deprecated, please use "{1}".',
43
- delEvent: 'The event "{0}" is deprecated, please use "{1}"',
44
- removeProp: 'The property "{0}" is deprecated and is not recommended, which may cause error.',
45
- errFormat: 'The global formatted content should be defined with "VXETable.formats". Mounting "formatter={0}" is not recommended.',
46
- notType: 'Unsupported file types "{0}"',
47
- notExp: 'The browser does not support import / export.',
48
- impFields: 'Import failed, please check that the field name and data format are correct.',
49
- treeNotImp: 'Tree table does not support import.',
50
- treeCrossDrag: 'Only drag and drop the first level',
51
- treeDragChild: 'The parent cannot be dragged into its own child',
52
- reqPlugin: 'Optional extensions "{1}" https://vxeui.com/other{0}/#/{1}/install'
13
+ downErr: 'Download failed',
14
+ groupFixed: 'If using group headers, frozen columns must be set by group',
15
+ groupMouseRange: 'The group header and "{0}" cannot be used at the same time, which may cause an error.',
16
+ groupTag: 'Grouping column headers should use "{0}" instead of "{1}", which may cause errors',
17
+ scrollErrProp: 'The parameter "{0}" is not supported when virtual scrolling is enabled',
18
+ errConflicts: 'Parameters "{0}" conflict with "{1}"',
19
+ unableInsert: 'Unable to insert into the specified position, please check whether the parameters are correct',
20
+ useErr: 'An error occurred while installing the "{0}" module. The order may be incorrect. The dependent modules need to be installed before Table.',
21
+ barUnableLink: 'The toolbar cannot be associated with the table',
22
+ expandContent: 'The slot to expand the row should be "content", please check if it is correct',
23
+ reqComp: 'The "{0}" component is missing, please check if it is installed correctly. https://vxeui.com/#/start/useGlobal',
24
+ reqModule: 'Missing module "{0}"',
25
+ reqProp: 'The required "{0}" parameter is missing, which may result in an error',
26
+ emptyProp: 'Parameter "{0}" is not allowed to be empty',
27
+ errProp: 'Unsupported parameter "{0}", possible "{1}"',
28
+ colRepet: 'column.{0}="{1}" is repeated, which may cause some functions to become unusable',
29
+ notFunc: 'Method "{0}" does not exist',
30
+ errFunc: 'Parameter "{0}" is not a method',
31
+ notValidators: 'Global check "{0}" does not exist',
32
+ notFormats: 'Global format "{0}" does not exist',
33
+ notCommands: 'Global directive "{0}" does not exist',
34
+ notSlot: 'Slot "{0}" does not exist',
35
+ noTree: 'The tree structure does not support "{0}"',
36
+ notProp: 'Unsupported parameter "{0}"',
37
+ 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.',
38
+ coverProp: 'The parameter "{1}" of "{0}" is defined repeatedly, which may cause an error.',
39
+ uniField: 'Field name "{0}" is defined repeatedly, which may cause an error',
40
+ repeatKey: 'Duplicate primary key {0}="{1}", this may cause an error',
41
+ delFunc: 'Method "{0}" is deprecated, please use "{1}"',
42
+ delProp: 'Parameter "{0}" is obsolete, please use "{1}"',
43
+ delEvent: 'Event "{0}" is deprecated, please use "{1}"',
44
+ removeProp: 'Parameter "{0}" is deprecated and is not recommended and may result in errors',
45
+ errFormat: 'Global formatting content should be defined using "VXETable.formats". The method of mounting "formatter={0}" is no longer recommended.',
46
+ notType: 'Unsupported file type "{0}"',
47
+ notExp: 'This browser does not support import/export functionality',
48
+ impFields: 'Import failed, please check whether the field name and data format are correct',
49
+ treeNotImp: 'Tree tables do not support importing',
50
+ treeCrossDrag: 'Only the first level can be dragged',
51
+ treeDragChild: 'A parent cannot be dragged into its own children',
52
+ reqPlugin: 'Optional extension "{1}" https://vxeui.com/other{0}/#/{1}/install'
53
53
  },
54
54
  table: {
55
- emptyText: 'No Data',
56
- allTitle: 'Select all / cancel',
57
- seqTitle: 'N/S',
58
- actionTitle: 'Action',
59
- confirmFilter: 'Confirm',
60
- resetFilter: 'Reset',
61
- allFilter: 'All',
62
- sortAsc: 'Ascending: lowest to highest',
63
- sortDesc: 'Descending: highest to lowest',
55
+ emptyText: 'No data yet',
56
+ allTitle: 'Select all/Cancel',
57
+ seqTitle: 'serial number',
58
+ actionTitle: 'operate',
59
+ confirmFilter: 'filter',
60
+ resetFilter: 'reset',
61
+ allFilter: 'all',
62
+ sortAsc: 'Ascending order: lowest to highest',
63
+ sortDesc: 'Descending order: highest to lowest',
64
64
  filter: 'Enable filtering on selected columns',
65
65
  impSuccess: 'Successfully imported {0} records',
66
66
  expLoading: 'Exporting',
67
- expSuccess: 'Export success',
68
- expError: 'Export failure',
67
+ expSuccess: 'Export successful',
68
+ expError: 'Export failed',
69
69
  expFilename: 'Export_{0}',
70
- expOriginFilename: 'Export_original_{0}',
70
+ expOriginFilename: 'export_source_{0}',
71
71
  customTitle: 'Column settings',
72
- customAll: 'All',
73
- customConfirm: 'Confirm',
74
- customClose: 'Close',
72
+ customAll: 'all',
73
+ customConfirm: 'confirm',
74
+ customClose: 'closure',
75
75
  customCancel: 'Cancel',
76
- customRestore: 'Restore',
77
- maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}',
78
- dragTip: 'Moving: {0}'
76
+ customRestore: 'Restore default',
77
+ maxFixedCol: 'The maximum number of frozen columns cannot exceed {0}',
78
+ dragTip: 'Move: {0}'
79
79
  },
80
80
  grid: {
81
- selectOneRecord: 'Please choose at least one piece of record!',
82
- deleteSelectRecord: 'Are you sure you want to delete the selected record?',
83
- removeSelectRecord: 'Are you sure you want to remove the selected record?',
84
- dataUnchanged: 'Data unchanged! ',
85
- delSuccess: 'Successfully deleted the selected record!',
81
+ selectOneRecord: 'Please select at least one record!',
82
+ deleteSelectRecord: 'Are you sure you want to delete the selected records?',
83
+ removeSelectRecord: 'Are you sure you want to remove the selected records?',
84
+ dataUnchanged: 'The data has not been changed!',
85
+ delSuccess: 'Selected records successfully deleted!',
86
86
  saveSuccess: 'Saved successfully!',
87
- operError: 'Error occurred, operation failed!'
87
+ operError: 'An error occurred and the operation failed!'
88
88
  },
89
89
  select: {
90
- search: 'Search',
91
- loadingText: 'Loading',
92
- emptyText: 'No Data'
90
+ search: 'search',
91
+ loadingText: 'loading',
92
+ emptyText: 'No data yet'
93
93
  },
94
94
  pager: {
95
95
  goto: 'Go to',
96
- gotoTitle: 'Number',
97
- pagesize: '{0}/page',
96
+ gotoTitle: 'Number of pages',
97
+ pagesize: '{0} items/page',
98
98
  total: 'Total {0} records',
99
- pageClassifier: '',
100
- homePage: 'Home',
101
- homePageTitle: 'Home page',
99
+ pageClassifier: 'Page',
100
+ homePage: 'front page',
101
+ homePageTitle: 'front page',
102
102
  prevPage: 'Previous page',
103
103
  prevPageTitle: 'Previous page',
104
- nextPage: 'next page',
105
- nextPageTitle: 'next page',
106
- prevJump: 'Jump previous page',
107
- prevJumpTitle: 'Jump previous page',
108
- nextJump: 'Jump next page',
109
- nextJumpTitle: 'Jump next page',
110
- endPage: 'End page',
111
- endPageTitle: 'End'
104
+ nextPage: 'Next page',
105
+ nextPageTitle: 'Next page',
106
+ prevJump: 'Jump page up',
107
+ prevJumpTitle: 'Jump page up',
108
+ nextJump: 'Jump page down',
109
+ nextJumpTitle: 'Jump page down',
110
+ endPage: 'Last page',
111
+ endPageTitle: 'Last page'
112
112
  },
113
113
  alert: {
114
- title: 'System messages'
114
+ title: 'System prompt'
115
115
  },
116
116
  button: {
117
- confirm: 'Confirm',
117
+ confirm: 'confirm',
118
118
  cancel: 'Cancel'
119
119
  },
120
120
  filter: {
121
- search: '搜索'
121
+ search: 'search'
122
122
  },
123
123
  custom: {
124
- cstmTitle: 'Column Settings',
124
+ cstmTitle: 'Column settings',
125
125
  cstmRestore: 'Restore default',
126
- cstmCancel: 'Cancelar',
127
- cstmConfirm: 'Confirm',
128
- cstmConfirmRestore: 'Please confirm whether to restore the default column configuration?',
129
- cstmDragTarget: 'Moving: {0}',
126
+ cstmCancel: 'Cancel',
127
+ cstmConfirm: 'Sure',
128
+ cstmConfirmRestore: 'Please confirm whether to restore to the default column configuration?',
129
+ cstmDragTarget: 'Move: {0}',
130
130
  setting: {
131
- colSort: 'Sort',
132
- sortHelpTip: 'Click and drag the icon to adjust the order of the columns.',
133
- colTitle: 'Column title',
134
- colResizable: 'Column width (px)',
135
- colVisible: 'Display',
131
+ colSort: 'sort',
132
+ sortHelpTip: 'Click and drag the icon to adjust column ordering',
133
+ colTitle: 'Column header',
134
+ colResizable: 'Column width (pixels)',
135
+ colVisible: 'Whether to display',
136
136
  colFixed: 'Freeze columns',
137
- colFixedMax: 'Freeze columns (Max. {0})',
138
- fixedLeft: 'Left',
139
- fixedUnset: 'Unset',
140
- fixedRight: 'Right'
137
+ colFixedMax: 'Freeze columns (up to {0} columns)',
138
+ fixedLeft: 'left side',
139
+ fixedUnset: 'Not set',
140
+ fixedRight: 'right side'
141
141
  }
142
142
  },
143
143
  import: {
144
144
  modes: {
145
- covering: 'Overwrite mode (directly overwrite table data)',
146
- insert: 'Bottom append (appends new data to the bottom of the table)',
147
- insertTop: 'Top append (appends new data to the top of the table)',
148
- insertBottom: 'Bottom append (appends new data to the bottom of the table)'
145
+ covering: 'Overwriting method (directly overwrite table data)',
146
+ insert: 'Append at the bottom (append new data at the bottom of the table)',
147
+ insertTop: 'Top append (append new data at the top of the table)',
148
+ insertBottom: 'Append at the bottom (append new data at the bottom of the table)'
149
149
  },
150
150
  impTitle: 'Import data',
151
- impFile: 'Filename',
151
+ impFile: 'file name',
152
152
  impSelect: 'Select file',
153
153
  impType: 'File type',
154
- impOpts: 'Settings',
155
- impMode: 'Import mode',
156
- impConfirm: 'Import',
154
+ impOpts: 'Parameter settings',
155
+ impMode: 'import mode',
156
+ impConfirm: 'import',
157
157
  impCancel: 'Cancel'
158
158
  },
159
159
  export: {
160
160
  types: {
161
- csv: 'CSV (Comma separated) (*.csv)',
162
- html: 'Web Page (*.html)',
163
- xml: 'XML Data(*.xml)',
164
- txt: 'Text (Tab delimited) (*.txt)',
165
- xls: 'Excel 97-2003 Workbook(*.xls)',
166
- xlsx: 'Excel Workbook (*.xlsx)',
161
+ csv: 'CSV (comma separated)(*.csv)',
162
+ html: 'Web page (*.html)',
163
+ xml: 'XML data (*.xml)',
164
+ txt: 'Text file (tab delimited) (*.txt)',
165
+ xls: 'Excel 97-2003 workbook (*.xls)',
166
+ xlsx: 'Excel workbook (*.xlsx)',
167
167
  pdf: 'PDF (*.pdf)'
168
168
  },
169
169
  modes: {
170
- current: 'Current data (data of current page)',
171
- selected: 'Selected data (data selected on the current page)',
172
- all: 'Full data (including all paging data)'
170
+ current: 'Current data (data of the current page)',
171
+ selected: 'Selected data (selected data on the current page)',
172
+ all: 'Full data (including all paginated data)'
173
173
  },
174
174
  printTitle: 'Print data',
175
175
  expTitle: 'Export data',
176
- expName: 'Filename',
177
- expNamePlaceholder: 'Please enter filename',
178
- expSheetName: 'Title',
176
+ expName: 'file name',
177
+ expNamePlaceholder: 'Please enter a file name',
178
+ expSheetName: 'title',
179
179
  expSheetNamePlaceholder: 'Please enter a title',
180
- expType: 'Save the type',
180
+ expType: 'save type',
181
181
  expMode: 'Select data',
182
- expCurrentColumn: 'All the field',
182
+ expCurrentColumn: 'All fields',
183
183
  expColumn: 'Select field',
184
- expOpts: 'Settings',
184
+ expOpts: 'Parameter settings',
185
185
  expOptHeader: 'Header',
186
- expHeaderTitle: 'Do I need a header',
187
- expOptFooter: 'Footer',
188
- expFooterTitle: 'Do you need the footer table',
186
+ expHeaderTitle: 'Is a header required?',
187
+ expOptFooter: 'end of table',
188
+ expFooterTitle: 'Is a table footer required?',
189
189
  expOptColgroup: 'Group header',
190
- expColgroupTitle: 'If it exists, headers with grouping structure are supported',
191
- expOptMerge: 'Merge',
192
- expMergeTitle: 'If it exists, cells with merged structures are supported',
193
- expOptAllExpand: 'Expand nodes',
194
- expAllExpandTitle: 'If it exists, all data with tree structure can be expanded',
195
- expOptUseStyle: 'Styles',
196
- expUseStyleTitle: 'If it exists, cells with styles are supported',
197
- expOptOriginal: 'Source data',
198
- expOriginalTitle: 'If it is source data, import into the table is supported',
190
+ expColgroupTitle: 'If present, headers with grouping structures are supported',
191
+ expOptMerge: 'merge',
192
+ expMergeTitle: 'Supports cells with merge structures if present',
193
+ expOptAllExpand: 'Expand level',
194
+ expAllExpandTitle: 'If it exists, it supports expanding all data with hierarchical structure.',
195
+ expOptUseStyle: 'style',
196
+ expUseStyleTitle: 'Styled cells are supported if present',
197
+ expOptOriginal: 'source data',
198
+ expOriginalTitle: 'If it is source data, it supports importing into the table',
199
199
  expPrint: 'Print',
200
200
  expConfirm: 'Export',
201
201
  expCancel: 'Cancel'
202
202
  },
203
203
  modal: {
204
- errTitle: 'Error',
205
- zoomMin: 'Minimize',
206
- zoomIn: 'Maximize',
207
- zoomOut: 'Reduction',
208
- close: 'Close',
209
- miniMaxSize: 'The number of minimized Windows cannot exceed {0}.',
210
- footPropErr: '"show-footer" is only used to enable table tails and needs to be used in conjunction with "show-confirm-button" | "show-cancel-button" | slots'
204
+ errTitle: 'Error message',
205
+ zoomMin: 'minimize',
206
+ zoomIn: 'maximize',
207
+ zoomOut: 'reduction',
208
+ close: 'closure',
209
+ miniMaxSize: 'The number of minimized windows cannot exceed {0}',
210
+ footPropErr: 'show-footer is only used to enable table footer and needs to be used with show-confirm-button | show-cancel-button | slot'
211
211
  },
212
212
  drawer: {
213
- close: 'Close'
213
+ close: 'closure'
214
214
  },
215
215
  form: {
216
- folding: 'Folding',
217
- unfolding: 'Unfolding'
216
+ folding: 'close',
217
+ unfolding: 'Expand'
218
218
  },
219
219
  toolbar: {
220
- import: 'Import',
220
+ import: 'import',
221
221
  export: 'Export',
222
- print: 'Printing',
223
- refresh: 'Refresh',
224
- zoomIn: 'Full screen',
225
- zoomOut: 'Reduction',
222
+ print: 'Print',
223
+ refresh: 'refresh',
224
+ zoomIn: 'full screen',
225
+ zoomOut: 'reduction',
226
226
  custom: 'Column settings',
227
- customAll: 'All',
228
- customConfirm: 'Confirm',
229
- customRestore: 'Reset',
230
- fixedLeft: 'Freeze on the left',
231
- fixedRight: 'Freeze on the right',
227
+ customAll: 'all',
228
+ customConfirm: 'confirm',
229
+ customRestore: 'reset',
230
+ fixedLeft: 'frozen on left',
231
+ fixedRight: 'frozen on right',
232
232
  cancelFixed: 'Unfreeze column'
233
233
  },
234
234
  input: {
@@ -238,455 +238,455 @@ export default {
238
238
  m3: 'March',
239
239
  m4: 'April',
240
240
  m5: 'May',
241
- m6: 'June',
241
+ m6: 'June 06',
242
242
  m7: 'July',
243
243
  m8: 'August',
244
244
  m9: 'September',
245
245
  m10: 'October',
246
246
  m11: 'November',
247
247
  m12: 'December',
248
- quarterLabel: '{0}',
249
- monthLabel: '{0}',
250
- dayLabel: '{1} {0}',
248
+ quarterLabel: '{0} years',
249
+ monthLabel: '{0} years',
250
+ dayLabel: '{0} year {1}',
251
251
  labelFormat: {
252
- date: 'dd/MM/yyyy',
252
+ date: 'yyyy-MM-dd',
253
253
  time: 'HH:mm:ss',
254
254
  datetime: 'yyyy-MM-dd HH:mm:ss',
255
- week: '[Week] WW, yyyy',
256
- month: 'MM/yyyy',
257
- quarter: '[Quarter] q, yyyy',
255
+ week: 'Week WW of year yyyy',
256
+ month: 'yyyy-MM',
257
+ quarter: 'quarter q of year yyyy',
258
258
  year: 'yyyy'
259
259
  },
260
260
  weeks: {
261
- w: 'Week',
262
- w0: 'Sun',
263
- w1: 'Mon',
264
- w2: 'Tue',
265
- w3: 'Wed',
266
- w4: 'Thu',
267
- w5: 'Fri',
268
- w6: 'Sat'
261
+ w: 'week',
262
+ w0: 'Sunday',
263
+ w1: 'on Monday',
264
+ w2: 'Tuesday',
265
+ w3: 'Wednesday',
266
+ w4: 'Thursday',
267
+ w5: 'Friday',
268
+ w6: 'Saturday'
269
269
  },
270
270
  months: {
271
- m0: 'Jan',
272
- m1: 'Feb',
273
- m2: 'Mar',
274
- m3: 'Apr',
271
+ m0: 'January',
272
+ m1: 'February',
273
+ m2: 'March',
274
+ m3: 'April',
275
275
  m4: 'May',
276
- m5: 'Jun',
277
- m6: 'Jul',
278
- m7: 'Aug',
279
- m8: 'Sep',
280
- m9: 'Oct',
281
- m10: 'Nov',
282
- m11: 'Dec'
276
+ m5: 'June',
277
+ m6: 'July',
278
+ m7: 'August',
279
+ m8: 'September',
280
+ m9: 'October',
281
+ m10: 'November',
282
+ m11: 'December'
283
283
  },
284
284
  quarters: {
285
- q1: 'First quarter',
286
- q2: 'Second quarter',
287
- q3: 'Third quarter',
288
- q4: 'Fourth quarter'
285
+ q1: 'first quarter',
286
+ q2: 'second quarter',
287
+ q3: 'third quarter',
288
+ q4: 'fourth quarter'
289
289
  }
290
290
  }
291
291
  },
292
292
  numberInput: {
293
- currencySymbol: '$'
293
+ currencySymbol: ''
294
294
  },
295
295
  imagePreview: {
296
296
  popupTitle: 'Preview',
297
297
  operBtn: {
298
- zoomOut: 'Reduce',
299
- zoomIn: 'Enlarge',
300
- pctFull: 'Proportional scaling',
298
+ zoomOut: 'zoom out',
299
+ zoomIn: 'enlarge',
300
+ pctFull: 'proportional scaling',
301
301
  pct11: 'Show original size',
302
302
  rotateLeft: 'Rotate left',
303
303
  rotateRight: 'Rotate right',
304
- print: 'Click to print',
305
- download: 'Click to download'
304
+ print: 'Click to print picture',
305
+ download: 'Click to download image'
306
306
  }
307
307
  },
308
308
  upload: {
309
- fileBtnText: 'Click or drag',
310
- imgBtnText: 'Click or drag',
311
- dragPlaceholder: 'Please drag and drop the file into this area to upload it.',
312
- imgSizeHint: 'Single {0}',
313
- imgCountHint: 'Up to {0}',
314
- fileTypeHint: 'Support {0} file types',
315
- fileSizeHint: 'Single file size does not exceed {0}',
316
- fileCountHint: 'Up to {0} file can be uploaded',
317
- uploadTypeErr: 'File type does not match!',
318
- overCountErr: 'You can only choose {0} file!',
319
- overCountExtraErr: 'It has exceeded the maximum number {0}, and more than {0} file will be ignored!超出最大数量 1 个,超出的 1 个文件将被忽略!',
320
- overSizeErr: 'The size of the file is not more than {0}}!',
321
- reUpload: 'Re upload',
309
+ fileBtnText: 'Click or drag to upload',
310
+ imgBtnText: 'Click or drag to upload',
311
+ dragPlaceholder: 'Please drag and drop the file into this area to upload it',
312
+ imgSizeHint: 'Leaflet {0}',
313
+ imgCountHint: 'Maximum {0} pictures',
314
+ fileTypeHint: 'Supported {0} file types',
315
+ fileSizeHint: 'The size of a single file does not exceed {0}',
316
+ fileCountHint: 'Up to {0} files can be uploaded',
317
+ uploadTypeErr: 'File type mismatch!',
318
+ overCountErr: 'Only {0} files can be selected!',
319
+ overCountExtraErr: 'The maximum number of {0} files has been exceeded. The excess {1} files will be ignored!',
320
+ overSizeErr: 'The maximum file size cannot exceed {0}!',
321
+ reUpload: 'Reupload',
322
322
  uploadProgress: 'Uploading {0}%',
323
- uploadErr: 'Fail to upload',
324
- uploadSuccess: 'Successfully upload',
323
+ uploadErr: 'Upload failed',
324
+ uploadSuccess: 'Upload successful',
325
325
  moreBtnText: 'More ({0})',
326
- viewItemTitle: 'click to view',
326
+ viewItemTitle: 'Click to view',
327
327
  morePopup: {
328
- readTitle: 'List',
329
- imageTitle: 'Upload image',
330
- fileTitle: 'Upload file'
328
+ readTitle: 'View list',
329
+ imageTitle: 'Upload pictures',
330
+ fileTitle: 'Upload files'
331
331
  }
332
332
  },
333
333
  empty: {
334
- defText: 'No Data'
334
+ defText: 'No data yet'
335
335
  },
336
336
  colorPicker: {
337
337
  clear: 'Clear',
338
- confirm: 'Confirm',
338
+ confirm: 'confirm',
339
339
  copySuccess: 'Copied to clipboard: {0}'
340
340
  },
341
341
  formDesign: {
342
- formName: 'Form name',
343
- defFormTitle: 'Unnamed form',
344
- widgetPropTab: 'Field property',
345
- widgetFormTab: 'Form property',
342
+ formName: 'form name',
343
+ defFormTitle: 'unnamed form',
344
+ widgetPropTab: 'Control properties',
345
+ widgetFormTab: 'form properties',
346
346
  error: {
347
- wdFormUni: 'Only one control of this type is allowed to be added to the form.',
348
- wdSubUni: 'Only one control of this type is allowed to be added to a sub table.'
347
+ wdFormUni: 'Only one control of this type is allowed to be added to the form',
348
+ wdSubUni: 'Only one control of this type is allowed to be added to the subtable'
349
349
  },
350
350
  styleSetting: {
351
- btn: 'Style setting',
352
- title: 'Form style setting',
353
- layoutTitle: 'Field layout',
354
- verticalLayout: 'Vertical layout',
351
+ btn: 'Style settings',
352
+ title: 'Form style settings',
353
+ layoutTitle: 'Control layout',
354
+ verticalLayout: 'Top and bottom layout',
355
355
  horizontalLayout: 'Horizontal layout',
356
356
  styleTitle: 'Title style',
357
- boldTitle: 'Bold title',
357
+ boldTitle: 'Title bold',
358
358
  fontBold: 'Bold',
359
- fontNormal: 'Normal',
360
- colonTitle: 'Display colon',
361
- colonVisible: 'Visible',
362
- colonHidden: 'Hidden',
363
- alignTitle: 'Title align',
364
- widthTitle: 'Title width',
365
- alignLeft: 'Left',
366
- alignRight: 'Right',
367
- unitPx: 'Px',
368
- unitPct: 'Pct'
359
+ fontNormal: 'conventional',
360
+ colonTitle: 'Show colon',
361
+ colonVisible: 'show',
362
+ colonHidden: 'hide',
363
+ alignTitle: 'Alignment',
364
+ widthTitle: 'title width',
365
+ alignLeft: 'On the left',
366
+ alignRight: 'On the right',
367
+ unitPx: 'Pixel',
368
+ unitPct: 'percentage'
369
369
  },
370
370
  widget: {
371
371
  group: {
372
- base: 'Base control',
373
- layout: 'Layout control',
374
- system: 'System control',
375
- module: 'Module control',
376
- chart: 'Chart control',
377
- advanced: 'Advanced control'
372
+ base: 'Basic controls',
373
+ layout: 'Layout controls',
374
+ system: 'System controls',
375
+ module: 'module control',
376
+ chart: 'chart control',
377
+ advanced: 'Advanced controls'
378
378
  },
379
379
  copyTitle: 'Copy_{0}',
380
380
  component: {
381
- input: 'Input',
382
- textarea: 'Textarea',
383
- select: 'Select',
384
- row: 'Row/column',
385
- title: 'Title',
386
- text: 'Text',
381
+ input: 'Input box',
382
+ textarea: 'text field',
383
+ select: 'drop down selection',
384
+ row: 'One row and multiple columns',
385
+ title: 'title',
386
+ text: 'text',
387
387
  subtable: 'Subtable',
388
- VxeSwitch: 'Yes/no',
389
- VxeInput: 'Input',
390
- VxeNumberInput: 'Number',
391
- VxeDatePicker: 'Date',
392
- VxeTextarea: 'Textarea',
393
- VxeSelect: 'Select',
394
- VxeTreeSelect: 'Tree select',
395
- VxeRadioGroup: 'Radio',
396
- VxeCheckboxGroup: 'Checkbox',
397
- VxeUploadFile: 'File',
398
- VxeUploadImage: 'Image',
399
- VxeRate: 'Rate',
400
- VxeSlider: 'Slider'
388
+ VxeSwitch: 'whether',
389
+ VxeInput: 'Input box',
390
+ VxeNumberInput: 'number',
391
+ VxeDatePicker: 'date',
392
+ VxeTextarea: 'text field',
393
+ VxeSelect: 'drop down selection',
394
+ VxeTreeSelect: 'tree selection',
395
+ VxeRadioGroup: 'radio button',
396
+ VxeCheckboxGroup: 'checkbox',
397
+ VxeUploadFile: 'document',
398
+ VxeUploadImage: 'picture',
399
+ VxeRate: 'score',
400
+ VxeSlider: 'slider'
401
401
  }
402
402
  },
403
403
  widgetProp: {
404
- name: 'Field name',
405
- placeholder: 'Field placeholder',
406
- required: 'Required',
407
- multiple: 'Allow to select multiple',
404
+ name: 'Control name',
405
+ placeholder: 'prompt',
406
+ required: 'Required verification',
407
+ multiple: 'Allow multiple selections',
408
408
  displaySetting: {
409
- name: 'Display setting',
409
+ name: 'display settings',
410
410
  pc: 'PC',
411
- mobile: 'Mobile',
412
- visible: 'Visible',
413
- hidden: 'Hidden'
411
+ mobile: 'Mobile version',
412
+ visible: 'show',
413
+ hidden: 'hide'
414
414
  },
415
415
  dataSource: {
416
- name: 'Data source',
416
+ name: 'data source',
417
417
  defValue: 'Option {0}',
418
- addOption: 'Add option',
419
- batchEditOption: 'Batch edit',
420
- batchEditTip: 'Each row corresponds to an option, supporting direct copying and pasting from tables, Excel, and WPS.',
421
- batchEditSubTip: 'Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys, and can be directly copied and pasted from tables, Excel, or WPS.',
422
- buildOption: 'Build option'
418
+ addOption: 'Add options',
419
+ batchEditOption: 'Batch editing',
420
+ batchEditTip: 'Each row corresponds to an option, and supports copying and pasting directly from tables, Excel, and WPS.',
421
+ 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.',
422
+ buildOption: 'Build options'
423
423
  },
424
424
  rowProp: {
425
425
  colSize: 'Number of columns',
426
- col2: 'Two columns',
427
- col3: 'Three columns',
428
- col4: 'Four columns',
429
- col6: 'Six columns',
430
- layout: 'Layout'
426
+ col2: 'two columns',
427
+ col3: 'three columns',
428
+ col4: 'four columns',
429
+ col6: 'six columns',
430
+ layout: 'layout'
431
431
  },
432
432
  textProp: {
433
- name: 'Content',
434
- alignTitle: 'Align',
435
- alignLeft: 'Left',
436
- alignCenter: 'Center',
437
- alignRight: 'Right',
438
- colorTitle: 'Color',
439
- sizeTitle: 'Font size',
440
- boldTitle: 'Font bold',
441
- fontNormal: 'Normal',
433
+ name: 'content',
434
+ alignTitle: 'Alignment',
435
+ alignLeft: 'On the left',
436
+ alignCenter: 'center',
437
+ alignRight: 'On the right',
438
+ colorTitle: 'Font color',
439
+ sizeTitle: 'font size',
440
+ boldTitle: 'Bold font',
441
+ fontNormal: 'conventional',
442
442
  fontBold: 'Bold'
443
443
  },
444
444
  subtableProp: {
445
- seqTitle: 'S/N',
445
+ seqTitle: 'serial number',
446
446
  showSeq: 'Display serial number',
447
447
  showCheckbox: 'Allow multiple selections',
448
- errSubDrag: 'The sub table does not support this control. Please use another control.',
449
- colPlace: 'Drag the control in.'
448
+ errSubDrag: 'The subtable does not support this control, please use other controls',
449
+ colPlace: 'Drag the control in'
450
450
  },
451
451
  uploadProp: {
452
- limitFileCount: 'File quantity limitation',
453
- limitFileSize: 'File size limitation',
454
- multiFile: 'Allows multiple files',
455
- limitImgCount: 'Image quantity limitation',
456
- limitImgSize: 'Image size limitation',
457
- multiImg: 'Allows multiple images'
452
+ limitFileCount: 'File quantity limit',
453
+ limitFileSize: 'File size limit',
454
+ multiFile: 'Allow multiple file uploads',
455
+ limitImgCount: 'Picture quantity limit',
456
+ limitImgSize: 'Image size limit',
457
+ multiImg: 'Allow multiple images to be uploaded'
458
458
  }
459
459
  }
460
460
  },
461
461
  listDesign: {
462
- fieldSettingTab: 'Field',
463
- listSettingTab: 'Parameter',
464
- searchTitle: 'Search',
465
- listTitle: 'List',
466
- searchField: 'Search field',
467
- listField: 'List field',
462
+ fieldSettingTab: 'Field settings',
463
+ listSettingTab: 'Parameter settings',
464
+ searchTitle: 'Query conditions',
465
+ listTitle: 'list field',
466
+ searchField: 'Query field',
467
+ listField: 'list field',
468
468
  activeBtn: {
469
- ActionButtonUpdate: 'Edit',
470
- ActionButtonDelete: 'Delete'
469
+ ActionButtonUpdate: 'edit',
470
+ ActionButtonDelete: 'delete'
471
471
  },
472
472
  search: {
473
- addBtn: 'Edit',
474
- emptyText: 'No filter condition is configured.',
475
- editPopupTitle: 'Edit search fields'
473
+ addBtn: 'edit',
474
+ emptyText: 'No query conditions configured',
475
+ editPopupTitle: 'Edit query fields'
476
476
  },
477
477
  searchPopup: {
478
- colTitle: 'Title',
479
- saveBtn: 'Save'
478
+ colTitle: 'title',
479
+ saveBtn: 'save'
480
480
  }
481
481
  },
482
482
  text: {
483
- copySuccess: 'Successfully copied to clipboard.',
484
- copyError: 'The current environment does not support this operation.'
483
+ copySuccess: 'Copied to clipboard',
484
+ copyError: 'The current environment does not support this operation'
485
485
  },
486
486
  countdown: {
487
487
  formats: {
488
488
  yyyy: 'Year',
489
- MM: 'Moon',
490
- dd: 'Day',
491
- HH: 'Hour',
492
- mm: 'Minute',
489
+ MM: 'moon',
490
+ dd: 'sky',
491
+ HH: 'hour',
492
+ mm: 'point',
493
493
  ss: 'Second'
494
494
  }
495
495
  },
496
496
  plugins: {
497
497
  extendCellArea: {
498
498
  area: {
499
- mergeErr: 'The operation cannot be performed on merged cells',
500
- multiErr: 'The operation cannot be performed on multiple selection areas',
501
- selectErr: 'Unable to operate the cells in the designated area.',
502
- extendErr: 'If the extended area contains merged cells, all merged cells need to be the same size',
503
- pasteMultiErr: 'Cannot paste, copied area and pasted area of the same size are required to perform this operation',
504
- cpInvalidErr: 'This operation cannot be performed because there are prohibited columns in the area you selected ({0})'
499
+ mergeErr: 'This operation cannot be performed on merged cells',
500
+ multiErr: 'This operation cannot be performed on multiple selection areas',
501
+ selectErr: 'Unable to operate on cells in the specified range',
502
+ extendErr: 'If the extended range contains merged cells, all merged cells must be the same size',
503
+ pasteMultiErr: 'Unable to paste, the copied and pasted areas need to be of the same size to perform this operation',
504
+ cpInvalidErr: 'The operation cannot be performed. There are prohibited columns ({0}) in the range you selected.'
505
505
  },
506
506
  fnr: {
507
507
  title: 'Find and replace',
508
508
  findLabel: 'Find',
509
- replaceLabel: 'Replace',
510
- findTitle: 'What to find:',
509
+ replaceLabel: 'replace',
510
+ findTitle: 'Find what:',
511
511
  replaceTitle: 'Replace with:',
512
512
  tabs: {
513
513
  find: 'Find',
514
- replace: 'Replace'
514
+ replace: 'replace'
515
515
  },
516
516
  filter: {
517
- re: 'Regular Expression',
518
- whole: 'Whole word',
519
- sensitive: 'Case sensitive'
517
+ re: 'regular expression',
518
+ whole: 'whole word match',
519
+ sensitive: 'case sensitive'
520
520
  },
521
521
  btns: {
522
522
  findNext: 'Find next',
523
523
  findAll: 'Find all',
524
- replace: 'Replace',
524
+ replace: 'replace',
525
525
  replaceAll: 'Replace all',
526
526
  cancel: 'Cancel'
527
527
  },
528
528
  header: {
529
529
  seq: '#',
530
- cell: 'Cell',
531
- value: 'Value'
530
+ cell: 'cell',
531
+ value: 'value'
532
532
  },
533
533
  body: {
534
- row: '行:{0}',
535
- col: '列:{0}'
534
+ row: 'Row: {0}',
535
+ col: 'Column: {0}'
536
536
  },
537
- empty: '(Empty)',
537
+ empty: '(null value)',
538
538
  reError: 'Invalid regular expression',
539
- recordCount: 'Found {0} cells',
540
- notCell: 'No matching cells were found',
539
+ recordCount: '{0} cells found',
540
+ notCell: 'No matching cell found',
541
541
  replaceSuccess: 'Successfully replaced {0} cells'
542
542
  }
543
543
  },
544
544
  filterComplexInput: {
545
545
  menus: {
546
- fixedColumn: 'Freeze column',
547
- fixedGroup: 'Freeze group',
548
- cancelFixed: 'Clear freeze',
549
- fixedLeft: 'Freeze the left',
550
- fixedRight: 'Freeze the right'
546
+ fixedColumn: 'Freeze columns',
547
+ fixedGroup: 'freeze group',
548
+ cancelFixed: 'Unfreeze',
549
+ fixedLeft: 'freeze left',
550
+ fixedRight: 'freeze right'
551
551
  },
552
552
  cases: {
553
- equal: 'Equal',
554
- gt: 'Greater than',
555
- lt: 'Less than',
556
- begin: 'Beginning is',
557
- endin: 'End is',
553
+ equal: 'equal',
554
+ gt: 'greater than',
555
+ lt: 'less than',
556
+ begin: 'The beginning is',
557
+ endin: 'The end is',
558
558
  include: 'Include',
559
- isSensitive: 'Case sensitive'
559
+ isSensitive: 'case sensitive'
560
560
  }
561
561
  },
562
562
  filterCombination: {
563
563
  menus: {
564
564
  clearSort: 'Clear sort',
565
565
  sortAsc: 'Ascending order',
566
- sortDesc: 'Descending order',
567
- fixedColumn: 'Freeze column',
568
- fixedGroup: 'Freeze group',
569
- cancelFixed: 'Clear freeze',
570
- fixedLeft: 'Freeze the left',
571
- fixedRight: 'Freeze the right',
572
- clearFilter: 'Clear filter',
573
- textOption: 'Text filter',
574
- numberOption: 'Number filter'
566
+ sortDesc: 'descending order',
567
+ fixedColumn: 'Freeze columns',
568
+ fixedGroup: 'freeze group',
569
+ cancelFixed: 'Unfreeze',
570
+ fixedLeft: 'freeze left',
571
+ fixedRight: 'freeze right',
572
+ clearFilter: 'Clear filters',
573
+ textOption: 'text filter',
574
+ numberOption: 'numerical filter'
575
575
  },
576
576
  popup: {
577
- title: 'Custom filtering',
577
+ title: 'How to customize filtering',
578
578
  currColumnTitle: 'Current column:',
579
- and: 'And',
580
- or: 'Or',
581
- describeHtml: 'Use ? To represent a single character <br/> use * to represent any number of characters'
579
+ and: 'and',
580
+ or: 'or',
581
+ describeHtml: 'Available ? represents a single character<br/>Use * to represent any number of characters'
582
582
  },
583
583
  cases: {
584
- equal: 'Equal',
585
- unequal: 'Not equal',
586
- gt: 'Greater than',
587
- ge: 'Greater than or equal',
588
- lt: 'Less than',
589
- le: 'Less than or equal',
590
- begin: 'Beginning is',
591
- notbegin: 'Beginning is not',
592
- endin: 'End is',
593
- notendin: 'End is not',
584
+ equal: 'equal',
585
+ unequal: 'not equal to',
586
+ gt: 'greater than',
587
+ ge: 'greater than or equal to',
588
+ lt: 'less than',
589
+ le: 'less than or equal to',
590
+ begin: 'The beginning is',
591
+ notbegin: 'Not at the beginning',
592
+ endin: 'The end is',
593
+ notendin: 'The ending is not',
594
594
  include: 'Include',
595
- exclude: 'Exclusive',
596
- between: 'Betweenness',
595
+ exclude: 'Not included',
596
+ between: 'between',
597
597
  custom: 'Custom filter',
598
- insensitive: 'Case insensitive',
599
- isSensitive: 'Case sensitive'
598
+ insensitive: 'Not case sensitive',
599
+ isSensitive: 'case sensitive'
600
600
  },
601
- empty: '(Empty)',
602
- notData: 'No data'
603
- }
604
- },
605
- renderer: {
606
- search: 'Search',
607
- cases: {
608
- equal: 'Equal',
609
- unequal: 'Not equal',
610
- gt: 'Greater than',
611
- ge: 'Greater than or equal',
612
- lt: 'Less than',
613
- le: 'Less than or equal',
614
- begin: 'Beginning is',
615
- notbegin: 'Beginning is not',
616
- endin: 'End is',
617
- notendin: 'End is not',
618
- include: 'Include',
619
- exclude: 'Exclusive',
620
- between: 'Betweenness',
621
- custom: 'Custom filter',
622
- insensitive: 'Case insensitive',
623
- isSensitive: 'Case sensitive'
624
- },
625
- combination: {
626
- menus: {
627
- clearSort: 'Clear sort',
628
- sortAsc: 'Ascending order',
629
- sortDesc: 'Descending order',
630
- fixedColumn: 'Fixed column',
631
- fixedGroup: 'Fixed group',
632
- cancelFixed: 'Clear fixed',
633
- fixedLeft: 'Fixed the left',
634
- fixedRight: 'Fixed the right',
635
- clearFilter: 'Clear filter',
636
- textOption: 'Text filter',
637
- numberOption: 'Number filter'
638
- },
639
- popup: {
640
- title: 'Custom filtering',
641
- currColumnTitle: 'Current column:',
642
- and: 'And',
643
- or: 'Or',
644
- describeHtml: 'Use ? To represent a single character <br/> use * to represent any number of characters'
645
- },
646
- empty: '(Empty)',
647
- notData: 'No data'
601
+ empty: '(blank)',
602
+ notData: 'No match'
648
603
  }
649
604
  },
650
605
  pro: {
651
606
  area: {
652
- mergeErr: 'The operation cannot be performed on merged cells',
653
- multiErr: 'The operation cannot be performed on multiple selection areas',
654
- extendErr: 'If the extended area contains merged cells, all merged cells need to be the same size',
655
- pasteMultiErr: 'Cannot paste, copied area and pasted area of the same size are required to perform this operation'
607
+ mergeErr: 'This operation cannot be performed on merged cells',
608
+ multiErr: 'This operation cannot be performed on multiple selection areas',
609
+ extendErr: 'If the extended range contains merged cells, all merged cells must be the same size',
610
+ pasteMultiErr: 'Unable to paste, the copied and pasted areas need to be of the same size to perform this operation'
656
611
  },
657
612
  fnr: {
658
613
  title: 'Find and replace',
659
614
  findLabel: 'Find',
660
- replaceLabel: 'Replace',
661
- findTitle: 'What to find:',
615
+ replaceLabel: 'replace',
616
+ findTitle: 'Find what:',
662
617
  replaceTitle: 'Replace with:',
663
618
  tabs: {
664
619
  find: 'Find',
665
- replace: 'Replace'
620
+ replace: 'replace'
666
621
  },
667
622
  filter: {
668
- re: 'Regular Expression',
669
- whole: 'Whole word',
670
- sensitive: 'Case sensitive'
623
+ re: 'regular expression',
624
+ whole: 'whole word match',
625
+ sensitive: 'case sensitive'
671
626
  },
672
627
  btns: {
673
628
  findNext: 'Find next',
674
629
  findAll: 'Find all',
675
- replace: 'Replace',
630
+ replace: 'replace',
676
631
  replaceAll: 'Replace all',
677
632
  cancel: 'Cancel'
678
633
  },
679
634
  header: {
680
635
  seq: '#',
681
- cell: 'Cell',
682
- value: 'Value'
636
+ cell: 'cell',
637
+ value: 'value'
683
638
  },
684
- empty: '(Empty)',
639
+ empty: '(null value)',
685
640
  reError: 'Invalid regular expression',
686
- recordCount: 'Found {0} cells',
687
- notCell: 'No matching cells were found',
641
+ recordCount: '{0} cells found',
642
+ notCell: 'No matching cell found',
688
643
  replaceSuccess: 'Successfully replaced {0} cells'
689
644
  }
645
+ },
646
+ renderer: {
647
+ search: 'search',
648
+ cases: {
649
+ equal: 'equal',
650
+ unequal: 'not equal to',
651
+ gt: 'greater than',
652
+ ge: 'greater than or equal to',
653
+ lt: 'less than',
654
+ le: 'less than or equal to',
655
+ begin: 'The beginning is',
656
+ notbegin: 'Not at the beginning',
657
+ endin: 'The end is',
658
+ notendin: 'The ending is not',
659
+ include: 'Include',
660
+ exclude: 'Not included',
661
+ between: 'between',
662
+ custom: 'Custom filter',
663
+ insensitive: 'Not case sensitive',
664
+ isSensitive: 'case sensitive'
665
+ },
666
+ combination: {
667
+ menus: {
668
+ clearSort: 'Clear sort',
669
+ sortAsc: 'Ascending order',
670
+ sortDesc: 'descending order',
671
+ fixedColumn: 'Freeze columns',
672
+ fixedGroup: 'freeze group',
673
+ cancelFixed: 'Unfreeze',
674
+ fixedLeft: 'freeze to left',
675
+ fixedRight: 'freeze to right',
676
+ clearFilter: 'Clear filters',
677
+ textOption: 'text filter',
678
+ numberOption: 'numerical filter'
679
+ },
680
+ popup: {
681
+ title: 'How to customize filtering',
682
+ currColumnTitle: 'Current column:',
683
+ and: 'and',
684
+ or: 'or',
685
+ describeHtml: 'Available ? represents a single character<br/>Use * to represent any number of characters'
686
+ },
687
+ empty: '(blank)',
688
+ notData: 'No match'
689
+ }
690
690
  }
691
691
  }
692
692
  }