en-US.umd.js 29 KB

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