UNPKG

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