en-US.js 10 KB

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