en-US.js 27 KB

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