en-US.js 10 KB

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