UNPKG

10.4 kBJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7var _default = {
8 vxe: {
9 error: {
10 groupFixed: 'If you use group headers, the fixed columns must be set by group.',
11 groupMouseRange: 'Grouping headers and "{0}" cannot be used at the same time, which may cause errors.',
12 groupTag: 'Grouping column header should use "{0}" instead of "{1}", which may cause errors.',
13 scrollErrProp: 'The parameter "{0}" is not supported when virtual scrolling is enabled.',
14 scrollXNotGroup: 'Horizontal virtual scrolling does not support grouping headers. You need to set the parameter "scroll-x.enabled=false", otherwise, errors may occur.',
15 errConflicts: 'Argument "{0}" conflicts with "{1}"',
16 unableInsert: 'Unable to insert to the specified location.',
17 useErr: 'Error installing "{0}" module, possibly in the wrong order, dependent modules need to be installed before Table.',
18 barUnableLink: 'Toolbar cannot associate table.',
19 expandContent: 'Expand row slot should be "content", please check if it is correct.',
20 reqModule: 'require "{0}" module.',
21 reqProp: 'Missing the necessary "{0}" parameter, which can cause error.',
22 emptyProp: 'The property "{0}" is not allowed to be empty.',
23 errProp: 'Unsupported parameter "{0}", possibly "{1}".',
24 colRepet: 'column.{0}="{0}" is duplicated, which may make some features unusable',
25 notFunc: 'method "{0}" not exist.',
26 notSlot: 'slot "{0}" does not exist',
27 noTree: 'The tree structure does not support "{0}".',
28 notProp: 'Unsupported parameters "{0}"',
29 coverProp: 'The parameter "{1}" to "{0}" is overwritten. This may cause an error',
30 delFunc: 'The function "{0}" is deprecated, please use "{1}".',
31 delProp: 'The property "{0}" is deprecated, please use "{1}".',
32 delEvent: 'The event "{0}" is deprecated, please use "{1}"',
33 removeProp: 'The property "{0}" is deprecated and is not recommended, which may cause error.',
34 errFormat: 'The global formatted content should be defined with "VXETable.formats". Mounting "formatter={0}" is not recommended.',
35 notType: 'Unsupported file types "{0}"',
36 notExp: 'The browser does not support import / export.',
37 impFields: 'Import failed, please check that the field name and data format are correct.',
38 treeNotImp: 'Tree table does not support import.'
39 },
40 renderer: {
41 search: 'Search',
42 cases: {
43 equal: 'Equal',
44 unequal: 'Not equal',
45 gt: 'Greater than',
46 ge: 'Greater than or equal',
47 lt: 'Less than',
48 le: 'Less than or equal',
49 begin: 'Beginning is',
50 notbegin: 'Beginning is not',
51 endin: 'End is',
52 notendin: 'End is not',
53 include: 'Include',
54 exclude: 'Exclusive',
55 between: 'Betweenness',
56 custom: 'Custom filter',
57 insensitive: 'Case insensitive',
58 isSensitive: 'Case sensitive'
59 },
60 combination: {
61 menus: {
62 sortAsc: 'Ascending order',
63 sortDesc: 'Descending order',
64 fixedColumn: 'Fixed column',
65 fixedGroup: 'Fixed group',
66 cancelFixed: 'Clear fixed',
67 fixedLeft: 'Fixed the left',
68 fixedRight: 'Fixed the right',
69 clearFilter: 'Clear filter',
70 textOption: 'Text filter',
71 numberOption: 'Number filter'
72 },
73 popup: {
74 title: 'Custom filtering',
75 currColumnTitle: 'Current column:',
76 and: 'And',
77 or: 'Or',
78 describeHtml: 'Use ? To represent a single character <br/> use * to represent any number of characters'
79 },
80 empty: '(Empty)',
81 notData: 'No data'
82 }
83 },
84 pro: {
85 area: {
86 mergeErr: 'The operation cannot be performed on merged cells',
87 multiErr: 'The operation cannot be performed on multiple selection areas',
88 extendErr: 'If the extended area contains merged cells, all merged cells need to be the same size'
89 },
90 fnr: {
91 title: 'Find and replace',
92 findLabel: 'Find',
93 replaceLabel: 'Replace',
94 findTitle: 'What to find:',
95 replaceTitle: 'Replace with:',
96 tabs: {
97 find: 'Find',
98 replace: 'Replace'
99 },
100 filter: {
101 re: 'Regular Expression',
102 whole: 'Whole word',
103 sensitive: 'Case sensitive'
104 },
105 btns: {
106 findNext: 'Find next',
107 findAll: 'Find all',
108 replace: 'Replace',
109 replaceAll: 'Replace all',
110 cancel: 'Cancel'
111 },
112 header: {
113 seq: '#',
114 cell: 'Cell',
115 value: 'Value'
116 },
117 empty: '(Empty)',
118 reError: 'Invalid regular expression',
119 recordCount: 'Found {0} cells',
120 notCell: 'No matching cells were found',
121 replaceSuccess: 'Successfully replaced {0} cells'
122 }
123 },
124 table: {
125 emptyText: 'No Data',
126 allTitle: 'Select all / cancel',
127 seqTitle: '#',
128 confirmFilter: 'Confirm',
129 resetFilter: 'Reset',
130 allFilter: 'All',
131 sortAsc: 'Ascending: lowest to highest',
132 sortDesc: 'Descending: highest to lowest',
133 filter: 'Enable filtering on selected columns',
134 impSuccess: 'Successfully imported {0} records',
135 expLoading: 'Exporting',
136 expSuccess: 'Export success',
137 expFilename: 'Export_{0}',
138 expOriginFilename: 'Export_original_{0}',
139 customTitle: 'Column settings',
140 customAll: 'All',
141 customConfirm: 'Confirm',
142 customRestore: 'Restore'
143 },
144 grid: {
145 selectOneRecord: 'Please choose at least one piece of record!',
146 deleteSelectRecord: 'Are you sure you want to delete the selected record?',
147 removeSelectRecord: 'Are you sure you want to remove the selected record?',
148 dataUnchanged: 'Data unchanged! ',
149 delSuccess: 'Successfully deleted the selected record!',
150 saveSuccess: 'Saved successfully!',
151 operError: 'Error occurred, operation failed!'
152 },
153 select: {
154 emptyText: 'No Data'
155 },
156 pager: {
157 goto: 'Go to',
158 pagesize: '{0}/page',
159 total: 'Total {0} record',
160 pageClassifier: '',
161 prevPage: 'Previous page',
162 nextPage: 'next page',
163 prevJump: 'Jump previous page',
164 nextJump: 'Jump next page'
165 },
166 alert: {
167 title: 'Message notification'
168 },
169 button: {
170 confirm: 'Confirm',
171 cancel: 'Cancel'
172 },
173 import: {
174 modes: {
175 covering: 'Covering',
176 insert: 'Insert'
177 },
178 impTitle: 'Import data',
179 impFile: 'Filename',
180 impSelect: 'Select file',
181 impType: 'File type',
182 impOpts: 'Settings',
183 impConfirm: 'Import',
184 impCancel: 'Cancel'
185 },
186 export: {
187 types: {
188 csv: 'CSV (Comma separated) (*.csv)',
189 html: 'Web Page (*.html)',
190 xml: 'XML Data(*.xml)',
191 txt: 'Text (Tab delimited) (*.txt)',
192 xls: 'Excel 97-2003 Workbook(*.xls)',
193 xlsx: 'Excel Workbook (*.xlsx)',
194 pdf: 'PDF (*.pdf)'
195 },
196 modes: {
197 current: 'Current data (data of current page)',
198 selected: 'Selected data (data selected on the current page)',
199 all: 'Full data (including all paging data)'
200 },
201 printTitle: 'Print data',
202 expTitle: 'Export data',
203 expName: 'Filename',
204 expNamePlaceholder: 'Please enter filename',
205 expSheetName: 'Title',
206 expSheetNamePlaceholder: 'Please enter a title',
207 expType: 'Save the type',
208 expMode: 'Select data',
209 expCurrentColumn: 'All the field',
210 expColumn: 'Select field',
211 expOpts: 'Settings',
212 expOptHeader: 'Header',
213 expHeaderTitle: 'Do I need a header',
214 expOptFooter: 'Footer',
215 expFooterTitle: 'Do you need the footer table',
216 expOptColgroup: 'Group header',
217 expColgroupTitle: 'If it exists, headers with grouping structure are supported',
218 expOptMerge: 'Merge',
219 expMergeTitle: 'If it exists, cells with merged structures are supported',
220 expOptAllExpand: 'Expand nodes',
221 expAllExpandTitle: 'If it exists, all data with tree structure can be expanded',
222 expOptUseStyle: 'Styles',
223 expUseStyleTitle: 'If it exists, cells with styles are supported',
224 expOptOriginal: 'Source data',
225 expOriginalTitle: 'If it is source data, import into the table is supported',
226 expPrint: 'Print',
227 expConfirm: 'Export',
228 expCancel: 'Cancel'
229 },
230 modal: {
231 zoomIn: 'Maximization',
232 zoomOut: 'Reduction',
233 close: 'Close'
234 },
235 form: {
236 folding: 'Folding',
237 unfolding: 'Unfolding'
238 },
239 toolbar: {
240 import: 'Import',
241 export: 'Export',
242 print: 'Printing',
243 refresh: 'Refresh',
244 zoomIn: 'Full screen',
245 zoomOut: 'Reduction',
246 custom: 'Column settings',
247 customAll: 'All',
248 customConfirm: 'Confirm',
249 customRestore: 'Restore'
250 },
251 input: {
252 date: {
253 m1: 'January',
254 m2: 'February',
255 m3: 'March',
256 m4: 'April',
257 m5: 'May',
258 m6: 'June',
259 m7: 'July',
260 m8: 'August',
261 m9: 'September',
262 m10: 'October',
263 m11: 'November',
264 m12: 'December',
265 quarterLabel: '{0}',
266 monthLabel: '{0}',
267 dayLabel: '{1} {0}',
268 labelFormat: {
269 date: 'dd/MM/yyyy',
270 time: 'HH:mm:ss',
271 datetime: 'yyyy-MM-dd HH:mm:ss',
272 week: '[Week] WW, yyyy',
273 month: 'MM/yyyy',
274 quarter: '[Quarter] q, yyyy',
275 year: 'yyyy'
276 },
277 weeks: {
278 w: 'Week',
279 w0: 'Sun',
280 w1: 'Mon',
281 w2: 'Tue',
282 w3: 'Wed',
283 w4: 'Thu',
284 w5: 'Fri',
285 w6: 'Sat'
286 },
287 months: {
288 m0: 'Jan',
289 m1: 'Feb',
290 m2: 'Mar',
291 m3: 'Apr',
292 m4: 'May',
293 m5: 'Jun',
294 m6: 'Jul',
295 m7: 'Aug',
296 m8: 'Sep',
297 m9: 'Oct',
298 m10: 'Nov',
299 m11: 'Dec'
300 },
301 quarters: {
302 q1: 'First quarter',
303 q2: 'Second quarter',
304 q3: 'Third quarter',
305 q4: 'Fourth quarter'
306 }
307 }
308 }
309 }
310};
311exports.default = _default;
\No newline at end of file