123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317 |
- (function (global, factory) {
- if (typeof define === "function" && define.amd) {
- define("vxe-table-lang.en-US", ["exports"], factory);
- } else if (typeof exports !== "undefined") {
- factory(exports);
- } else {
- var mod = {
- exports: {}
- };
- factory(mod.exports);
- global.vxeTableLangEnUS = mod.exports;
- }
- })(typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : this, function (_exports) {
- "use strict";
- Object.defineProperty(_exports, "__esModule", {
- value: true
- });
- _exports.default = void 0;
- var _default = {
- vxe: {
- error: {
- groupFixed: 'If you use group headers, the fixed columns must be set by group.',
- groupMouseRange: 'Grouping headers and "{0}" cannot be used at the same time, which may cause errors.',
- groupTag: 'Grouping column header should use "{0}" instead of "{1}", which may cause errors.',
- scrollErrProp: 'The parameter "{0}" is not supported when virtual scrolling is enabled.',
- scrollXNotGroup: 'Horizontal virtual scrolling does not support grouping headers. You need to set the parameter "scroll-x.enabled=false", otherwise, errors may occur.',
- errConflicts: 'Argument "{0}" conflicts with "{1}"',
- unableInsert: 'Unable to insert to the specified location.',
- useErr: 'Error installing "{0}" module, possibly in the wrong order, dependent modules need to be installed before Table.',
- barUnableLink: 'Toolbar cannot associate table.',
- expandContent: 'Expand row slot should be "content", please check if it is correct.',
- reqModule: 'require "{0}" module.',
- reqProp: 'Missing the necessary "{0}" parameter, which can cause error.',
- emptyProp: 'The property "{0}" is not allowed to be empty.',
- errProp: 'Unsupported parameter "{0}", possibly "{1}".',
- colRepet: 'column.{0}="{0}" is duplicated, which may make some features unusable',
- notFunc: 'method "{0}" not exist.',
- notSlot: 'slot "{0}" does not exist',
- noTree: 'The tree structure does not support "{0}".',
- notProp: 'Unsupported parameters "{0}"',
- coverProp: 'The parameter "{1}" to "{0}" is overwritten. This may cause an error',
- delFunc: 'The function "{0}" is deprecated, please use "{1}".',
- delProp: 'The property "{0}" is deprecated, please use "{1}".',
- delEvent: 'The event "{0}" is deprecated, please use "{1}"',
- removeProp: 'The property "{0}" is deprecated and is not recommended, which may cause error.',
- errFormat: 'The global formatted content should be defined with "VXETable.formats". Mounting "formatter={0}" is not recommended.',
- notType: 'Unsupported file types "{0}"',
- notExp: 'The browser does not support import / export.',
- impFields: 'Import failed, please check that the field name and data format are correct.',
- treeNotImp: 'Tree table does not support import.'
- },
- renderer: {
- search: 'Search',
- cases: {
- equal: 'Equal',
- unequal: 'Not equal',
- gt: 'Greater than',
- ge: 'Greater than or equal',
- lt: 'Less than',
- le: 'Less than or equal',
- begin: 'Beginning is',
- notbegin: 'Beginning is not',
- endin: 'End is',
- notendin: 'End is not',
- include: 'Include',
- exclude: 'Exclusive',
- between: 'Betweenness',
- custom: 'Custom filter',
- insensitive: 'Case insensitive',
- isSensitive: 'Case sensitive'
- },
- combination: {
- menus: {
- sortAsc: 'Ascending order',
- sortDesc: 'Descending order',
- fixedColumn: 'Fixed column',
- fixedGroup: 'Fixed group',
- cancelFixed: 'Clear fixed',
- fixedLeft: 'Fixed the left',
- fixedRight: 'Fixed the right',
- clearFilter: 'Clear filter',
- textOption: 'Text filter',
- numberOption: 'Number filter'
- },
- popup: {
- title: 'Custom filtering',
- currColumnTitle: 'Current column:',
- and: 'And',
- or: 'Or',
- describeHtml: 'Use ? To represent a single character <br/> use * to represent any number of characters'
- },
- empty: '(Empty)',
- notData: 'No data'
- }
- },
- pro: {
- area: {
- mergeErr: 'The operation cannot be performed on merged cells',
- multiErr: 'The operation cannot be performed on multiple selection areas',
- extendErr: 'If the extended area contains merged cells, all merged cells need to be the same size'
- },
- fnr: {
- title: 'Find and replace',
- findLabel: 'Find',
- replaceLabel: 'Replace',
- findTitle: 'What to find:',
- replaceTitle: 'Replace with:',
- tabs: {
- find: 'Find',
- replace: 'Replace'
- },
- filter: {
- re: 'Regular Expression',
- whole: 'Whole word',
- sensitive: 'Case sensitive'
- },
- btns: {
- findNext: 'Find next',
- findAll: 'Find all',
- replace: 'Replace',
- replaceAll: 'Replace all',
- cancel: 'Cancel'
- },
- header: {
- seq: '#',
- cell: 'Cell',
- value: 'Value'
- },
- empty: '(Empty)',
- reError: 'Invalid regular expression',
- recordCount: 'Found {0} cells',
- notCell: 'No matching cells were found',
- replaceSuccess: 'Successfully replaced {0} cells'
- }
- },
- table: {
- emptyText: 'No Data',
- allTitle: 'Select all / cancel',
- seqTitle: '#',
- confirmFilter: 'Confirm',
- resetFilter: 'Reset',
- allFilter: 'All',
- sortAsc: 'Ascending: lowest to highest',
- sortDesc: 'Descending: highest to lowest',
- filter: 'Enable filtering on selected columns',
- impSuccess: 'Successfully imported {0} records',
- expLoading: 'Exporting',
- expSuccess: 'Export success',
- expFilename: 'Export_{0}',
- expOriginFilename: 'Export_original_{0}',
- customTitle: 'Column settings',
- customAll: 'All',
- customConfirm: 'Confirm',
- customRestore: 'Restore'
- },
- grid: {
- selectOneRecord: 'Please choose at least one piece of record!',
- deleteSelectRecord: 'Are you sure you want to delete the selected record?',
- removeSelectRecord: 'Are you sure you want to remove the selected record?',
- dataUnchanged: 'Data unchanged! ',
- delSuccess: 'Successfully deleted the selected record!',
- saveSuccess: 'Saved successfully!',
- operError: 'Error occurred, operation failed!'
- },
- select: {
- emptyText: 'No Data'
- },
- pager: {
- goto: 'Go to',
- pagesize: '{0}/page',
- total: 'Total {0} record',
- pageClassifier: '',
- prevPage: 'Previous page',
- nextPage: 'next page',
- prevJump: 'Jump previous page',
- nextJump: 'Jump next page'
- },
- alert: {
- title: 'Message notification'
- },
- button: {
- confirm: 'Confirm',
- cancel: 'Cancel'
- },
- import: {
- modes: {
- covering: 'Covering',
- insert: 'Insert'
- },
- impTitle: 'Import data',
- impFile: 'Filename',
- impSelect: 'Select file',
- impType: 'File type',
- impOpts: 'Settings',
- impConfirm: 'Import',
- impCancel: 'Cancel'
- },
- export: {
- types: {
- csv: 'CSV (Comma separated) (*.csv)',
- html: 'Web Page (*.html)',
- xml: 'XML Data(*.xml)',
- txt: 'Text (Tab delimited) (*.txt)',
- xls: 'Excel 97-2003 Workbook(*.xls)',
- xlsx: 'Excel Workbook (*.xlsx)',
- pdf: 'PDF (*.pdf)'
- },
- modes: {
- current: 'Current data (data of current page)',
- selected: 'Selected data (data selected on the current page)',
- all: 'Full data (including all paging data)'
- },
- printTitle: 'Print data',
- expTitle: 'Export data',
- expName: 'Filename',
- expNamePlaceholder: 'Please enter filename',
- expSheetName: 'Title',
- expSheetNamePlaceholder: 'Please enter a title',
- expType: 'Save the type',
- expMode: 'Select data',
- expCurrentColumn: 'All the field',
- expColumn: 'Select field',
- expOpts: 'Settings',
- expOptHeader: 'Header',
- expHeaderTitle: 'Do I need a header',
- expOptFooter: 'Footer',
- expFooterTitle: 'Do you need the footer table',
- expOptColgroup: 'Group header',
- expColgroupTitle: 'If it exists, headers with grouping structure are supported',
- expOptMerge: 'Merge',
- expMergeTitle: 'If it exists, cells with merged structures are supported',
- expOptAllExpand: 'Expand nodes',
- expAllExpandTitle: 'If it exists, all data with tree structure can be expanded',
- expOptUseStyle: 'Styles',
- expUseStyleTitle: 'If it exists, cells with styles are supported',
- expOptOriginal: 'Source data',
- expOriginalTitle: 'If it is source data, import into the table is supported',
- expPrint: 'Print',
- expConfirm: 'Export',
- expCancel: 'Cancel'
- },
- modal: {
- zoomIn: 'Maximization',
- zoomOut: 'Reduction',
- close: 'Close'
- },
- form: {
- folding: 'Folding',
- unfolding: 'Unfolding'
- },
- toolbar: {
- import: 'Import',
- export: 'Export',
- print: 'Printing',
- refresh: 'Refresh',
- zoomIn: 'Full screen',
- zoomOut: 'Reduction',
- custom: 'Column settings',
- customAll: 'All',
- customConfirm: 'Confirm',
- customRestore: 'Restore'
- },
- input: {
- date: {
- m1: 'January',
- m2: 'February',
- m3: 'March',
- m4: 'April',
- m5: 'May',
- m6: 'June',
- m7: 'July',
- m8: 'August',
- m9: 'September',
- m10: 'October',
- m11: 'November',
- m12: 'December',
- monthLabel: '{0}',
- dayLabel: '{1} {0}',
- labelFormat: {
- date: 'dd/MM/yyyy',
- time: 'HH:mm:ss',
- datetime: 'yyyy-MM-dd HH:mm:ss',
- week: '[Week] WW, yyyy',
- month: 'MM/yyyy',
- year: 'yyyy'
- },
- weeks: {
- w: 'Week',
- w0: 'Sun',
- w1: 'Mon',
- w2: 'Tue',
- w3: 'Wed',
- w4: 'Thu',
- w5: 'Fri',
- w6: 'Sat'
- },
- months: {
- m0: 'Jan',
- m1: 'Feb',
- m2: 'Mar',
- m3: 'Apr',
- m4: 'May',
- m5: 'Jun',
- m6: 'Jul',
- m7: 'Aug',
- m8: 'Sep',
- m9: 'Oct',
- m10: 'Nov',
- m11: 'Dec'
- }
- }
- }
- }
- };
- _exports.default = _default;
- });
|