en-US.js 9.9 KB

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