en-US.ts 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786
  1. export default {
  2. vxe: {
  3. base: {
  4. pleaseInput: 'Please enter',
  5. pleaseSelect: 'Please select',
  6. comma: ',',
  7. fullStop: '。'
  8. },
  9. loading: {
  10. text: 'Loading...'
  11. },
  12. error: {
  13. downErr: 'Download failed',
  14. errLargeData: 'When the amount of bound data is too large, please use {0}, otherwise it may cause lag',
  15. groupFixed: 'If using grouped headers, the frozen column must be set by group',
  16. groupMouseRange: 'The grouping header cannot be used at the same time as "{0}" and this may cause an error',
  17. groupTag: 'Grouping column headers should use "{0}" instead of "{1}", which may cause errors',
  18. scrollErrProp: 'This parameter "{0}" is not supported after virtual scrolling is enabled',
  19. errConflicts: 'Parameter "{0}" conflicts with "{1}"',
  20. modelConflicts: 'The bound field values "{0}" and "{1}" conflict, an error will occur.',
  21. notSupportProp: '"{1}" is not supported when the parameter "{0}" is enabled, it should be "{2}", otherwise an error will occur',
  22. reqSupportProp: 'When using "{0}", "{1}" should be set; otherwise, an error may occur.',
  23. notConflictProp: 'When using "{0}", "{1}" should be set, otherwise there may be functional conflicts',
  24. unableInsert: 'Cannot be inserted into the specified location, please check whether the parameters are correct',
  25. useErr: 'An error occurred while installing the "{0}" module. The order may be incorrect. The dependent module needs to be installed before Table',
  26. barUnableLink: 'The toolbar cannot associate tables',
  27. expandContent: 'The slot for the expanded line should be "content", please check if it is correct',
  28. reqComp: 'The "{0}" component is missing, please check if it is installed correctly. https://vxeui.com/#/start/useGlobal',
  29. reqModule: 'Missing "{0}" module',
  30. reqProp: 'The necessary "{0}" parameter is missing, which may cause an error',
  31. emptyProp: 'Parameter "{0}" is not allowed to be empty',
  32. errProp: 'Unsupported parameter "{0}", possibly "{1}"',
  33. colRepet: 'column.{0}="{1}" is repeated, which may cause some functions to become unusable',
  34. notFunc: 'Method "{0}" does not exist',
  35. errFunc: 'Parameter "{0}" is not a method',
  36. notValidators: 'Global verification "{0}" does not exist',
  37. notFormats: 'Global formatting "{0}" does not exist',
  38. notCommands: 'The global directive "{0}" does not exist',
  39. notSlot: 'Slot "{0}" does not exist',
  40. noTree: '"{0}" is not supported in the tree structure',
  41. noGroup: '"{0}" is not supported in the aggregation grouping',
  42. notProp: 'Unsupported parameter "{0}"',
  43. checkProp: 'When the data volume is too large, the check box may be stuttered. It is recommended to set the parameter "{0}" to improve rendering speed',
  44. coverProp: 'The parameter "{1}" of "{0}" is repeatedly defined, which may cause an error',
  45. uniField: 'The field name "{0}" is repeatedly defined, which may cause an error',
  46. repeatKey: 'Repeat the primary key {0}="{1}", which may cause an error',
  47. repeatProp: 'Repeat parameters {0}="{1}", which may cause an error',
  48. delFunc: 'Method "{0}" is deprecated, please use "{1}"',
  49. delProp: 'Parameter "{0}" is deprecated, please use "{1}"',
  50. delEvent: 'Event "{0}" is deprecated, please use "{1}"',
  51. removeProp: 'Parameter "{0}" is deprecated and is not recommended, which may cause an error',
  52. errFormat: 'Global formatted content should be defined using "VXETable.formats" and the method of mounting "formatter={0}" is no longer recommended.',
  53. notType: 'Unsupported file type "{0}"',
  54. notExp: 'This browser does not support import/export function',
  55. impFields: 'The import failed. Please check whether the field name and data format are correct.',
  56. treeNotImp: 'Tree tables do not support import',
  57. treeCrossDrag: 'Only drag the first level',
  58. treeDragChild: 'Parents cannot drag to their own children',
  59. reqPlugin: '"{1}" is not installed at https://vxeui.com/other{0}/#/{1}/install',
  60. errMaxRow: 'Exceeding the maximum supported data volume {0} rows, this may cause an error',
  61. useNew: 'It is not recommended to use {0}. Please use {1} instead.',
  62. errorVersion: 'Version mismatch. Current version is {0}, while the minimum supported version is {1}.'
  63. },
  64. table: {
  65. emptyText: 'No data yet',
  66. allTitle: 'Select all/cancel',
  67. seqTitle: 'No.',
  68. actionTitle: 'Operate',
  69. confirmFilter: 'Filter',
  70. resetFilter: 'Reset',
  71. allFilter: 'All',
  72. sortAsc: 'Ascending order: lowest to highest',
  73. sortDesc: 'Descending order: highest to lowest',
  74. filter: 'Enable filtering for selected columns',
  75. impSuccess: 'Successfully imported {0} records',
  76. expLoading: 'Exporting',
  77. expSuccess: 'Export successfully',
  78. expError: 'Export failed',
  79. expFilename: 'Export_{0}',
  80. expOriginFilename: 'Export_source_{0}',
  81. customTitle: 'Column settings',
  82. customAll: 'All',
  83. customConfirm: 'Confirm',
  84. customClose: 'Closure',
  85. customCancel: 'Cancel',
  86. customRestore: 'Restore default',
  87. maxFixedCol: 'The maximum number of frozen columns cannot exceed {0}',
  88. maxGroupCol: 'The maximum number of grouping fields cannot exceed {0}',
  89. dragTip: 'Move: {0}',
  90. resizeColTip: 'Width: {0} pixels',
  91. resizeRowTip: 'Height: {0} pixels',
  92. rowGroupContentTotal: '{0} ({1})'
  93. },
  94. grid: {
  95. selectOneRecord: 'Please select at least one record!',
  96. deleteSelectRecord: 'Are you sure you want to delete the selected record?',
  97. removeSelectRecord: 'Are you sure you want to remove the selected record?',
  98. dataUnchanged: 'Data not changed!',
  99. delSuccess: 'The selected record was successfully deleted!',
  100. saveSuccess: 'Save successfully!',
  101. operError: 'An error occurred and the operation failed!'
  102. },
  103. select: {
  104. clear: 'Clear',
  105. allChecked: 'All',
  106. total: '{0} / {1}',
  107. search: 'Search',
  108. loadingText: 'Loading',
  109. emptyText: 'No data yet',
  110. maxOpt: 'The maximum number that can be selected cannot exceed {0}.',
  111. overSizeErr: 'The maximum selectable quantity of {0} has been exceeded. The excess part will be ignored!',
  112. searchEmpty: 'No matching data found!'
  113. },
  114. tree: {
  115. searchEmpty: '未匹配到数据!'
  116. },
  117. treeSelect: {
  118. clearChecked: 'Clear',
  119. allChecked: 'Check all',
  120. allExpand: 'Expand all',
  121. clearExpand: 'Collapse all',
  122. total: 'Selected {0}',
  123. search: 'Search',
  124. emptyText: 'No data yet'
  125. },
  126. pager: {
  127. goto: 'Go',
  128. gotoTitle: 'Number of pages',
  129. pagesize: '{0} items/page',
  130. total: 'Total {0} records',
  131. pageClassifier: 'Page',
  132. homePage: 'front page',
  133. homePageTitle: 'front page',
  134. prevPage: 'Previous page',
  135. prevPageTitle: 'Previous page',
  136. nextPage: 'Next page',
  137. nextPageTitle: 'Next page',
  138. prevJump: 'Jump up page',
  139. prevJumpTitle: 'Jump up page',
  140. nextJump: 'Jump down page',
  141. nextJumpTitle: 'Jump down page',
  142. endPage: 'Last page',
  143. endPageTitle: 'Last page'
  144. },
  145. alert: {
  146. title: 'System prompts'
  147. },
  148. button: {
  149. confirm: 'Confirm',
  150. cancel: 'Cancel',
  151. clear: 'Clear'
  152. },
  153. filter: {
  154. search: 'search'
  155. },
  156. custom: {
  157. cstmTitle: 'Column settings',
  158. cstmRestore: 'Restore default',
  159. cstmCancel: 'Cancel',
  160. cstmConfirm: 'Sure',
  161. cstmConfirmRestore: 'Please confirm whether it is restored to the default column configuration?',
  162. cstmDragTarget: 'Move: {0}',
  163. setting: {
  164. colSort: 'Sort',
  165. sortHelpTip: 'Click and drag the icons to adjust the order.',
  166. colTitle: 'Column title',
  167. colResizable: 'Column width (pixels)',
  168. colVisible: 'Whether to display',
  169. colFixed: 'Freeze column',
  170. colFixedMax: 'Freeze columns (up to {0} columns)',
  171. fixedLeft: 'Left side',
  172. fixedUnset: 'Not set',
  173. fixedRight: 'Right side'
  174. }
  175. },
  176. import: {
  177. modes: {
  178. covering: 'Overwrite method (directly overwrite table data)',
  179. insert: 'Append at the bottom (append new data at the bottom of the table)',
  180. insertTop: 'Append at the top (append new data at the top of the table)',
  181. insertBottom: 'Append at the bottom (append new data at the bottom of the table)'
  182. },
  183. impTitle: 'Import data',
  184. impFile: 'File name',
  185. impSelect: 'Select file',
  186. impType: 'File type',
  187. impOpts: 'Parameter settings',
  188. impMode: 'Import mode',
  189. impConfirm: 'Import',
  190. impCancel: 'Cancel'
  191. },
  192. export: {
  193. types: {
  194. csv: 'CSV (comma separated)(*.csv)',
  195. html: 'Web page (*.html)',
  196. xml: 'XML data (*.xml)',
  197. txt: 'Text file (tab separated)(*.txt)',
  198. xls: 'Excel 97-2003 Workbook (*.xls)',
  199. xlsx: 'Excel workbook (*.xlsx)',
  200. pdf: 'PDF (*.pdf)'
  201. },
  202. modes: {
  203. empty: 'Empty data',
  204. current: 'Current data (data on the current page)',
  205. selected: 'Selected data (data selected on the current page)',
  206. all: 'Full data (including all paged data)'
  207. },
  208. printTitle: 'Print data',
  209. expTitle: 'Export data',
  210. expName: 'File name',
  211. expNamePlaceholder: 'Please enter a file name',
  212. expSheetName: 'Title',
  213. expSheetNamePlaceholder: 'Please enter a title',
  214. expType: 'Save type',
  215. expMode: 'Select data',
  216. expCurrentColumn: 'All fields',
  217. expColumn: 'Select field',
  218. expOpts: 'Parameter settings',
  219. expOptHeader: 'Header',
  220. expHeaderTitle: 'Is the table header required',
  221. expOptFooter: 'End of table',
  222. expFooterTitle: 'Is the end of the table required?',
  223. expOptColgroup: 'Grouping header',
  224. expOptTitle: 'Column title',
  225. expTitleTitle: "Whether it is the column title, otherwise it will be displayed as the column's field name",
  226. expColgroupTitle: 'If present, a header with a grouping structure is supported',
  227. expOptMerge: 'merge',
  228. expMergeTitle: 'If present, cells with merged structures are supported',
  229. expOptAllExpand: 'Expand the tree',
  230. expAllExpandTitle: 'If it exists, it is supported to expand all data with hierarchical structures',
  231. expOptUseStyle: 'style',
  232. expUseStyleTitle: 'If present, cells with style are supported',
  233. expOptOriginal: 'Source data',
  234. expOriginalTitle: 'If it is source data, import into tables is supported',
  235. expPrint: 'Print',
  236. expConfirm: 'Export',
  237. expCancel: 'Cancel'
  238. },
  239. modal: {
  240. errTitle: 'Error message',
  241. zoomMin: 'Minimize',
  242. zoomIn: 'maximize',
  243. zoomOut: 'reduction',
  244. close: 'closure',
  245. miniMaxSize: 'The number of minimized windows cannot exceed {0}',
  246. footPropErr: 'show-footer is only used to enable the table tail, and must be used with show-confirm-button | show-cancel-button | slots'
  247. },
  248. drawer: {
  249. close: 'closure'
  250. },
  251. form: {
  252. folding: 'Close',
  253. unfolding: 'Expand'
  254. },
  255. toolbar: {
  256. import: 'Import',
  257. export: 'Export',
  258. print: 'Print',
  259. refresh: 'Refresh',
  260. zoomIn: 'Full screen',
  261. zoomOut: 'reduction',
  262. custom: 'Column settings',
  263. customAll: 'All',
  264. customConfirm: 'Confirm',
  265. customRestore: 'Reset',
  266. fixedLeft: 'Freeze left',
  267. fixedRight: 'Freeze right',
  268. cancelFixed: 'Unfreeze'
  269. },
  270. datePicker: {
  271. yearTitle: '{0} years'
  272. },
  273. dateRangePicker: {
  274. pleaseRange: 'Please select the date time and the end date'
  275. },
  276. input: {
  277. date: {
  278. m1: 'January',
  279. m2: 'February',
  280. m3: 'March',
  281. m4: 'April',
  282. m5: 'May',
  283. m6: 'June',
  284. m7: 'July',
  285. m8: 'August',
  286. m9: 'September',
  287. m10: 'October',
  288. m11: 'November',
  289. m12: 'December',
  290. quarterLabel: '{0} years',
  291. monthLabel: '{0} years',
  292. dayLabel: '{0} year {1}',
  293. labelFormat: {
  294. date: 'yyyy-MM-dd',
  295. time: 'HH:mm:ss',
  296. datetime: 'yyyy-MM-dd HH:mm:ss',
  297. week: 'Week WW of year yyyy',
  298. month: 'yyyy-MM',
  299. quarter: 'quarter q of year yyyy',
  300. year: 'yyyy'
  301. },
  302. weeks: {
  303. w: '',
  304. w0: 'Sun',
  305. w1: 'Mon',
  306. w2: 'Tue',
  307. w3: 'Wed',
  308. w4: 'Thu',
  309. w5: 'Fri',
  310. w6: 'Sat'
  311. },
  312. months: {
  313. m0: 'January',
  314. m1: 'February',
  315. m2: 'March',
  316. m3: 'April',
  317. m4: 'May',
  318. m5: 'June',
  319. m6: 'July',
  320. m7: 'August',
  321. m8: 'September',
  322. m9: 'October',
  323. m10: 'November',
  324. m11: 'December'
  325. },
  326. quarters: {
  327. q1: 'First quarter',
  328. q2: 'Second quarter',
  329. q3: 'Third quarter',
  330. q4: 'Fourth quarter'
  331. }
  332. }
  333. },
  334. numberInput: {
  335. currencySymbol: '$'
  336. },
  337. imagePreview: {
  338. popupTitle: 'Preview',
  339. operBtn: {
  340. zoomOut: 'Shrink',
  341. zoomIn: 'enlarge',
  342. pctFull: 'Scaling equally',
  343. pct11: 'Show original size',
  344. rotateLeft: 'Rotate left',
  345. rotateRight: 'Rotate to the right',
  346. print: 'Click to print the picture',
  347. download: 'Click to download the picture'
  348. }
  349. },
  350. upload: {
  351. fileBtnText: 'Click or drag to upload',
  352. imgBtnText: 'Click or drag to upload',
  353. dragPlaceholder: 'Please drag and drop the file to this area to upload',
  354. imgSizeHint: 'Leaflet {0}',
  355. imgCountHint: 'Maximum {0} pictures',
  356. fileTypeHint: 'Support {0} file types',
  357. fileSizeHint: 'A single file size does not exceed {0}',
  358. fileCountHint: 'Up to {0} files can be uploaded',
  359. uploadTypeErr: 'File type mismatch!',
  360. overCountErr: 'Only {0} files can be selected at most!',
  361. overCountExtraErr: 'The maximum number of {0} has been exceeded, and the excess {1} files will be ignored!',
  362. overSizeErr: 'The maximum file size cannot exceed {0}!',
  363. manualUpload: '点击上传',
  364. reUpload: 'Re-upload',
  365. uploadProgress: 'Uploading {0}%',
  366. uploadErr: 'Upload failed',
  367. uploadSuccess: 'Upload successfully',
  368. moreBtnText: 'More ({0})',
  369. viewItemTitle: 'Click to view',
  370. morePopup: {
  371. readTitle: 'View list',
  372. imageTitle: 'Upload pictures',
  373. fileTitle: 'Upload file'
  374. }
  375. },
  376. empty: {
  377. defText: 'No data yet'
  378. },
  379. colorPicker: {
  380. clear: 'Clear',
  381. confirm: 'Confirm',
  382. copySuccess: 'Copyed to clipboard: {0}',
  383. hex: 'HEX'
  384. },
  385. formDesign: {
  386. formName: 'Form name',
  387. defFormTitle: 'Unnamed form',
  388. widgetPropTab: 'Control Properties',
  389. widgetFormTab: 'Form Properties',
  390. error: {
  391. wdFormUni: 'This type of control is allowed to add only one in the form',
  392. wdSubUni: 'This type of control is allowed to add only one in the subtable'
  393. },
  394. styleSetting: {
  395. btn: 'Style settings',
  396. title: 'Form style settings',
  397. layoutTitle: 'Control layout',
  398. verticalLayout: 'Top and bottom layout',
  399. horizontalLayout: 'Horizontal layout',
  400. styleTitle: 'Title style',
  401. boldTitle: 'Title bold',
  402. fontBold: 'Bold',
  403. fontNormal: 'conventional',
  404. colonTitle: 'Show colon',
  405. colonVisible: 'show',
  406. colonHidden: 'hide',
  407. alignTitle: 'Alignment',
  408. widthTitle: 'Title Width',
  409. alignLeft: 'On the left',
  410. alignRight: 'On the right',
  411. unitPx: 'Pixels',
  412. unitPct: 'percentage'
  413. },
  414. widget: {
  415. group: {
  416. base: 'Basic controls',
  417. layout: 'Layout Controls',
  418. system: 'System Controls',
  419. module: 'Module controls',
  420. chart: 'Chart control',
  421. advanced: 'Advanced Controls'
  422. },
  423. copyTitle: 'Copy_{0}',
  424. component: {
  425. input: 'Input box',
  426. textarea: 'Text field',
  427. select: 'Pull down to select',
  428. row: 'One row and multiple columns',
  429. title: 'title',
  430. text: 'text',
  431. subtable: 'Sub-table',
  432. VxeSwitch: 'whether',
  433. VxeInput: 'Input box',
  434. VxeNumberInput: 'number',
  435. VxeDatePicker: 'date',
  436. VxeTextarea: 'Text field',
  437. VxeSelect: 'Pull down to select',
  438. VxeTreeSelect: 'Tree selection',
  439. VxeRadioGroup: 'Radio button',
  440. VxeCheckboxGroup: 'Checkbox',
  441. VxeUploadFile: 'document',
  442. VxeUploadImage: 'picture',
  443. VxeRate: 'score',
  444. VxeSlider: 'slider'
  445. }
  446. },
  447. widgetProp: {
  448. name: 'Control name',
  449. placeholder: 'Prompt',
  450. required: 'Required verification',
  451. multiple: 'Multiple choices are allowed',
  452. displaySetting: {
  453. name: 'Display settings',
  454. pc: 'PC',
  455. mobile: 'Mobile',
  456. visible: 'show',
  457. hidden: 'hide'
  458. },
  459. dataSource: {
  460. name: 'Data Source',
  461. defValue: 'Option {0}',
  462. addOption: 'Add options',
  463. batchEditOption: 'Batch editing',
  464. batchEditTip: 'Each row corresponds to an option, which supports direct copy and paste from tables, Excel, and WPS.',
  465. batchEditSubTip: 'Each row corresponds to an option. If it is a group, the child items can start with a space or a tab key, and it supports direct copy and paste from tables, Excel, and WPS.',
  466. buildOption: 'Build options'
  467. },
  468. rowProp: {
  469. colSize: 'Number of columns',
  470. col2: 'Two columns',
  471. col3: 'Three columns',
  472. col4: 'Four columns',
  473. col6: 'Six columns',
  474. layout: 'layout'
  475. },
  476. textProp: {
  477. name: 'content',
  478. alignTitle: 'Alignment',
  479. alignLeft: 'On the left',
  480. alignCenter: 'Center',
  481. alignRight: 'On the right',
  482. colorTitle: 'Font color',
  483. sizeTitle: 'Font size',
  484. boldTitle: 'Bold font',
  485. fontNormal: 'conventional',
  486. fontBold: 'Bold'
  487. },
  488. subtableProp: {
  489. seqTitle: 'No.',
  490. showSeq: 'Show serial number',
  491. showCheckbox: 'Multiple choices are allowed',
  492. errSubDrag: 'The subtable does not support this control, please use other controls',
  493. colPlace: 'Drag the control in'
  494. },
  495. uploadProp: {
  496. limitFileCount: 'File quantity limit',
  497. limitFileSize: 'File size limit',
  498. multiFile: 'Allow multiple files to be uploaded',
  499. limitImgCount: 'Limit number of pictures',
  500. limitImgSize: 'Image size limit',
  501. multiImg: 'Allow multiple pictures to upload'
  502. }
  503. }
  504. },
  505. listDesign: {
  506. fieldSettingTab: 'Field settings',
  507. listSettingTab: 'Parameter settings',
  508. searchTitle: 'Query criteria',
  509. listTitle: 'List field',
  510. searchField: 'Query fields',
  511. listField: 'List field',
  512. activeBtn: {
  513. ActionButtonUpdate: 'edit',
  514. ActionButtonDelete: 'delete'
  515. },
  516. search: {
  517. addBtn: 'edit',
  518. emptyText: 'Query conditions not configured',
  519. editPopupTitle: 'Edit query fields'
  520. },
  521. searchPopup: {
  522. colTitle: 'title',
  523. saveBtn: 'save'
  524. }
  525. },
  526. text: {
  527. copySuccess: 'Copyed to clipboard',
  528. copyError: 'The current environment does not support this operation'
  529. },
  530. countdown: {
  531. formats: {
  532. yyyy: 'Year',
  533. MM: 'moon',
  534. dd: 'sky',
  535. HH: 'hour',
  536. mm: 'point',
  537. ss: 'Second'
  538. }
  539. },
  540. gantt: {
  541. tFullFormat: {
  542. year: '{yy}',
  543. quarter: 'Quarter {q} of year {yy}',
  544. month: '{yy}-{M}',
  545. week: 'Week {W} of year {yy}',
  546. day: '{yy}-{M}-{d}',
  547. hour: '{yy}-{M}-{d} {H}',
  548. minute: '{yy}-{M}-{d} {H}:{m}'
  549. },
  550. tSimpleFormat: {
  551. year: '{yy}',
  552. quarter: 'Quarter {q}',
  553. month: '{M}',
  554. week: 'Week {W}',
  555. day: '{d}',
  556. hour: '{H}',
  557. minute: '{m}'
  558. },
  559. dayss: {
  560. w0: 'Sun',
  561. w1: 'Mon',
  562. w2: 'Tue',
  563. w3: 'Wed',
  564. w4: 'Thu',
  565. w5: 'Fri',
  566. w6: 'Sat'
  567. }
  568. },
  569. plugins: {
  570. extendCellArea: {
  571. area: {
  572. mergeErr: 'This operation cannot be performed on merged cells',
  573. multiErr: 'This operation cannot be performed on multiple selection areas',
  574. selectErr: 'Unable to operate on cells in the specified range',
  575. extendErr: 'If the extended range contains merged cells, all merged cells must be the same size',
  576. pasteMultiErr: 'Unable to paste, the copied and pasted areas need to be of the same size to perform this operation',
  577. cpInvalidErr: 'The operation cannot be performed. There are prohibited columns ({0}) in the range you selected.'
  578. },
  579. fnr: {
  580. title: 'Find and replace',
  581. findLabel: 'Find',
  582. replaceLabel: 'replace',
  583. findTitle: 'Find what:',
  584. replaceTitle: 'Replace with:',
  585. tabs: {
  586. find: 'Find',
  587. replace: 'replace'
  588. },
  589. filter: {
  590. re: 'Regular expressions',
  591. whole: 'Full word matching',
  592. sensitive: 'case sensitive'
  593. },
  594. btns: {
  595. findNext: 'Find next',
  596. findAll: 'Find all',
  597. replace: 'replace',
  598. replaceAll: 'Replace all',
  599. cancel: 'Cancel'
  600. },
  601. header: {
  602. seq: '#',
  603. cell: 'Cell',
  604. value: 'value'
  605. },
  606. body: {
  607. row: 'Row: {0}',
  608. col: 'Column: {0}'
  609. },
  610. empty: '(Null value)',
  611. reError: 'Invalid regular expression',
  612. recordCount: '{0} cells found',
  613. notCell: 'The matching cell cannot be found',
  614. replaceSuccess: 'Successfully replaced {0} cells'
  615. }
  616. },
  617. extendPivotTable: {
  618. aggregation: {
  619. grouping: 'Group',
  620. values: 'Values',
  621. groupPlaceholder: 'Drag here to set row groups',
  622. valuesPlaceholder: 'Drag here to aggregate',
  623. dragExistCol: 'The column already exists',
  624. sortHelpTip: 'Click and drag the icons to adjust the order.'
  625. },
  626. aggFuncs: {
  627. sum: 'Sum',
  628. count: 'Count',
  629. avg: 'Avg',
  630. min: 'Min',
  631. max: 'Max',
  632. first: 'First',
  633. last: 'Last'
  634. }
  635. },
  636. filterComplexInput: {
  637. menus: {
  638. fixedColumn: 'Freeze column',
  639. fixedGroup: 'Freeze group',
  640. cancelFixed: 'Unfreeze',
  641. fixedLeft: 'Freeze left',
  642. fixedRight: 'Freeze right'
  643. },
  644. cases: {
  645. equal: 'equal',
  646. gt: 'Greater',
  647. lt: 'Less',
  648. begin: 'Start',
  649. endin: 'End',
  650. include: 'Include',
  651. isSensitive: 'case sensitive'
  652. }
  653. },
  654. filterCombination: {
  655. menus: {
  656. sort: 'Sort',
  657. clearSort: 'Clear sort',
  658. sortAsc: 'Ascending order',
  659. sortDesc: 'descending order',
  660. fixedColumn: 'Freeze column',
  661. fixedGroup: 'Freeze group',
  662. cancelFixed: 'Unfreeze',
  663. fixedLeft: 'Freeze left',
  664. fixedRight: 'Freeze right',
  665. clearFilter: 'Clear Filter',
  666. textOption: 'Text filter',
  667. numberOption: 'Numerical filter'
  668. },
  669. popup: {
  670. title: 'Custom filtering methods',
  671. currColumnTitle: 'Current column:',
  672. and: 'and',
  673. or: 'or',
  674. describeHtml: 'Available? Represents a single character<br/>Use * Represents any multiple characters'
  675. },
  676. cases: {
  677. equal: 'equal',
  678. unequal: 'Not equal',
  679. gt: 'Greater',
  680. ge: 'Greater or equal',
  681. lt: 'Less',
  682. le: 'Less or equal',
  683. begin: 'Start',
  684. notbegin: "It's not at the beginning",
  685. endin: 'End',
  686. notendin: 'The ending is not',
  687. include: 'Include',
  688. exclude: 'Not included',
  689. between: 'Between',
  690. custom: 'Custom filter',
  691. insensitive: 'Case insensitive',
  692. isSensitive: 'case sensitive'
  693. },
  694. empty: '(blank)',
  695. notData: 'No match'
  696. }
  697. },
  698. pro: {
  699. area: {
  700. mergeErr: 'This operation cannot be performed on merged cells',
  701. multiErr: 'This operation cannot be performed on multiple selection areas',
  702. extendErr: 'If the extended range contains merged cells, all merged cells must be the same size',
  703. pasteMultiErr: 'Unable to paste, the copied and pasted areas need to be of the same size to perform this operation'
  704. },
  705. fnr: {
  706. title: 'Find and replace',
  707. findLabel: 'Find',
  708. replaceLabel: 'replace',
  709. findTitle: 'Find content:',
  710. replaceTitle: 'Replace with:',
  711. tabs: {
  712. find: 'Find',
  713. replace: 'replace'
  714. },
  715. filter: {
  716. re: 'Regular expressions',
  717. whole: 'Full word matching',
  718. sensitive: 'case sensitive'
  719. },
  720. btns: {
  721. findNext: 'Find next',
  722. findAll: 'Find all',
  723. replace: 'replace',
  724. replaceAll: 'Replace all',
  725. cancel: 'Cancel'
  726. },
  727. header: {
  728. seq: '#',
  729. cell: 'Cell',
  730. value: 'value'
  731. },
  732. empty: '(Null value)',
  733. reError: 'Invalid regular expression',
  734. recordCount: '{0} cells found',
  735. notCell: 'No matching cell found',
  736. replaceSuccess: 'Successfully replaced {0} cells'
  737. }
  738. },
  739. renderer: {
  740. search: 'search',
  741. cases: {
  742. equal: 'equal',
  743. unequal: 'Not equal',
  744. gt: 'Greater',
  745. ge: 'Greater or equal',
  746. lt: 'Less',
  747. le: 'Less or equal',
  748. begin: 'Start',
  749. notbegin: "It's not at the beginning",
  750. endin: 'End',
  751. notendin: 'The ending is not',
  752. include: 'Include',
  753. exclude: 'Not included',
  754. between: 'Between',
  755. custom: 'Custom filter',
  756. insensitive: 'Case insensitive',
  757. isSensitive: 'case sensitive'
  758. },
  759. combination: {
  760. menus: {
  761. sort: 'Sort',
  762. clearSort: 'Clear sort',
  763. sortAsc: 'Ascending order',
  764. sortDesc: 'descending order',
  765. fixedColumn: 'Freeze column',
  766. fixedGroup: 'Freeze group',
  767. cancelFixed: 'Unfreeze',
  768. fixedLeft: 'Freeze left',
  769. fixedRight: 'Freeze right',
  770. clearFilter: 'Clear Filter',
  771. textOption: 'Text filtering',
  772. numberOption: 'Numerical filtering'
  773. },
  774. popup: {
  775. title: 'Custom filtering methods',
  776. currColumnTitle: 'Current column:',
  777. and: 'and',
  778. or: 'or',
  779. describeHtml: 'Available? Represents a single character<br/>Use * Represents any multiple characters'
  780. },
  781. empty: '(blank)',
  782. notData: 'No match'
  783. }
  784. }
  785. }
  786. }