en-us.js 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509
  1. export default {
  2. fm: {
  3. components: {
  4. fields: {
  5. input: 'Input',
  6. textarea: 'Textarea',
  7. number: 'Number',
  8. radio: 'Radio',
  9. checkbox: 'Checkbox',
  10. time: 'Time',
  11. date: 'Date',
  12. rate: 'Rate',
  13. color: 'Color',
  14. select: 'Select',
  15. switch: 'Switch',
  16. slider: 'Slider',
  17. text: 'Text',
  18. blank: 'Custom',
  19. fileupload: 'File Upload',
  20. imgupload: 'Image Upload',
  21. editor: 'Editor',
  22. cascader: 'Cascader',
  23. table: 'Sub-Form',
  24. grid: 'Grid',
  25. tabs: 'Tabs',
  26. divider: 'Divider',
  27. html: 'HTML',
  28. component: 'Component',
  29. report: 'Table',
  30. button: 'Button',
  31. link: 'Link',
  32. inline: 'Inline',
  33. steps: 'Steps',
  34. transfer: 'Transfer',
  35. treeselect: 'TreeSelect',
  36. deptCascader: 'Department Cascader',
  37. alert: 'Alert',
  38. subform: 'Sub-Form +',
  39. custom: 'Custom',
  40. col: 'Col',
  41. td: 'TD',
  42. collapse: 'Collapse',
  43. pagination: 'Pagination',
  44. dialog: 'Dialog',
  45. card: 'Card',
  46. group: 'Group',
  47. th: 'TH',
  48. list: 'DataTable'
  49. },
  50. basic: {
  51. title: 'Basic Field',
  52. },
  53. advance: {
  54. title: 'Advance Field',
  55. },
  56. layout: {
  57. title: 'Layout',
  58. },
  59. custom: {
  60. title: 'Custom Field'
  61. },
  62. collection: {
  63. title: 'Collection'
  64. }
  65. },
  66. description: {
  67. containerEmpty: 'You can drag and drop or click the item from the left to add widgets',
  68. configEmpty: 'Please add a field',
  69. tableEmpty: 'Drag the field here',
  70. uploadJsonInfo: 'There is the format of JSON below, you can overwrite it with you own JSON code',
  71. deleteConfirm: 'Are you sure to delete this?',
  72. qrcodePreview: 'Preview QR code'
  73. },
  74. message: {
  75. copySuccess: 'Copy Successed',
  76. validError: 'Form data validation failed',
  77. noPut: 'Don\'t support adding this field',
  78. errorTip: 'Custom error tips',
  79. notSupport: 'Not supported by current browser',
  80. eventSaveError: 'Error: ',
  81. jsError: 'Error: '
  82. },
  83. actions: {
  84. import: 'Import',
  85. clear: 'Clear',
  86. preview: 'Preview',
  87. json: 'JSON',
  88. code: 'Code',
  89. getData: 'Get data',
  90. reset: 'Reset',
  91. copyData: 'Copy',
  92. cancel: 'Cancel',
  93. confirm: 'Confirm',
  94. addOption: 'Add option',
  95. addColumn: 'Add column',
  96. addTab: 'Add tab',
  97. addCollapse: 'Add collapse',
  98. upload: 'Upload',
  99. add: 'Add',
  100. undo: 'Undo',
  101. redo: 'Redo',
  102. enabledEdit: 'Enabled edit',
  103. disabledEdit: 'Disabled edit',
  104. clearSelect: 'Reset selection',
  105. close: 'Close',
  106. export: 'Export',
  107. print: 'Print',
  108. printReadMode: 'Print read mode',
  109. editMode: 'edit mode',
  110. components: 'Component library',
  111. outline: 'Outline tree',
  112. importFile: 'Import file',
  113. fullScreen: 'Full Screen',
  114. exitFullScreen: 'Exit Full Screen',
  115. exportPDF: 'Export PDF',
  116. pdfPreview: 'PDF Preview'
  117. },
  118. config: {
  119. form: {
  120. title: 'Form Attribute',
  121. labelPosition: {
  122. title: 'Label Position',
  123. left: 'Left',
  124. right: 'Right',
  125. top: 'Top'
  126. },
  127. labelWidth: 'Label Width',
  128. size: 'Size',
  129. customClass: 'Custom Class',
  130. width: 'Form Width',
  131. styleSheets: 'Style Sheets',
  132. labelSuffix: 'Label Suffix',
  133. mobileRender: 'Mobile Render'
  134. },
  135. widget: {
  136. widgetType: 'Type',
  137. title: 'Component Attribute',
  138. model: 'ID',
  139. name: 'Name',
  140. width: 'Width',
  141. height: 'Height',
  142. size: 'Size',
  143. labelWidth: 'Label Width',
  144. labelWrap: 'Label Wrap',
  145. custom: 'Custom',
  146. placeholder: 'Placeholder',
  147. layout: 'Layout',
  148. block: 'Block',
  149. inline: 'Inline',
  150. contentPosition: 'Content Position',
  151. center: 'Center',
  152. showInput: 'Display Input Box',
  153. min: 'Minimum',
  154. max: 'Maximum',
  155. step: 'Step',
  156. precision: 'Precision',
  157. controls: 'Enable the control buttons',
  158. controlsPosition: 'Position of the control buttons',
  159. multiple: 'Multiple',
  160. filterable: 'Searchable',
  161. allowHalf: 'Allow Half',
  162. showAlpha: 'Support transparency options',
  163. showLabel: 'Show lable',
  164. option: 'Option',
  165. staticData: 'Static Data',
  166. remoteData: 'Dynamic Data',
  167. remoteFunc: 'Function',
  168. remoteAssigned: 'Assigned Variable',
  169. value: 'Value',
  170. label: 'Label',
  171. childrenOption: 'Children',
  172. defaultValue: 'Default Value',
  173. showType: 'Display type',
  174. isRange: 'Range Time',
  175. isTimestamp: 'Get timestamp',
  176. startPlaceholder: 'Placeholder of start time',
  177. endPlaceholder: 'Placeholder of end time',
  178. format: 'Format',
  179. limit: 'Maximum Upload Count',
  180. isQiniu: 'Upload with Qiniu Cloud',
  181. tokenFunc: 'Get QiNiu token',
  182. imageAction: 'Picture upload address',
  183. tip: 'Text Prompt',
  184. action: 'Request URL',
  185. headers: 'Request headers',
  186. defaultType: 'Data Type',
  187. string: 'String',
  188. object: 'Object',
  189. array: 'Array',
  190. number: 'Number',
  191. boolean: 'Boolean',
  192. integer: 'Integer',
  193. float: 'Float',
  194. url: 'URL',
  195. email: 'E-mail',
  196. hex: 'Hexadecimal',
  197. gutter: 'Grid Spacing',
  198. columnOption: 'Column Configuration',
  199. flex: 'Flex Layout',
  200. responsive: 'Responsive Layout',
  201. span: 'Grid spans',
  202. responsiveSpan: 'Responsive columns',
  203. offset: 'Offset',
  204. push: 'Push',
  205. pull: 'Pull',
  206. justify: 'Horizontal Arrangement',
  207. justifyStart: 'Start',
  208. justifyEnd: 'End',
  209. justifyCenter: 'Center',
  210. justifySpaceAround: 'Space Around',
  211. justifySpaceBetween: 'Space Between',
  212. align: 'Vertical Arrangement',
  213. alignTop: 'Top',
  214. alignMiddle: 'Middle',
  215. alignBottom: 'Bottom',
  216. type: 'Type',
  217. default: 'Default',
  218. card: 'Tabs',
  219. borderCard: 'Border-Card',
  220. tabPosition: 'Tab Position',
  221. top: 'Top',
  222. left: 'Left',
  223. right: 'Right',
  224. bottom: 'Bottom',
  225. tabOption: 'Tab Options',
  226. tabName: 'Tab Name',
  227. collapseOptions: 'Collapse Options',
  228. collapseTitle: 'Title',
  229. accordion: 'Accordion Mode',
  230. customClass: 'Custom Class',
  231. attribute: 'Attribute Action',
  232. dataBind: 'Data Binding',
  233. hidden: 'Hidden',
  234. readonly: 'Read Only',
  235. disabled: 'Disabled',
  236. editable: 'Text box is editable',
  237. clearable: 'Show Clear Button',
  238. arrowControl: 'Use the arrow for time selection',
  239. isDelete: 'Deletable',
  240. isEdit: 'Editable',
  241. isAdd: 'Addible',
  242. showPassword: 'Show Password',
  243. showScore: 'Show Score',
  244. validate: 'Validation',
  245. required: 'Required',
  246. patternPlaceholder: 'Fill in the regular expressions',
  247. newOption: 'New Option',
  248. tab: 'Tab',
  249. collapse: 'Collapse',
  250. validatorRequired: ' required',
  251. validatorType: ' invaild format',
  252. validatorPattern: ' unmatched pattern',
  253. customTemplates: 'Custom templates',
  254. setting: 'Setting',
  255. hideLabel: 'Hide Label',
  256. borderWidth: 'Border Width',
  257. borderColor: 'Border Color',
  258. buttonName: 'Button Name',
  259. buttonSize: 'Button Size',
  260. buttonType: 'Button Type',
  261. buttonPlain: 'Determine whether it\'s a plain button',
  262. buttonRound: 'Determine whether it\'s a round button',
  263. buttonCircle: 'Determine whether it\'s a circle button',
  264. linkType: 'Link Type',
  265. linkName: 'Link Name',
  266. underline: 'whether the component has underline',
  267. isBlank: 'Whether to open in a new window',
  268. withCredentials: 'Using credentials',
  269. customValidation: 'Custom validation rules',
  270. paging: 'Paging',
  271. pageSize: 'Page size',
  272. checkStrictly: 'Optional any node',
  273. extendPropsConfig: 'Extended property configuration',
  274. steps: 'Step options',
  275. space: 'Spacing fo each step',
  276. direction: 'Display direction',
  277. processStatus: 'Status of current step',
  278. finishStatus: 'Status of end step',
  279. alignCenter: 'Center title and description',
  280. simple: 'Simple theme',
  281. titles: 'Titles',
  282. otitle: 'Title',
  283. description: 'Description',
  284. effect: 'Effect',
  285. closable: 'Closable',
  286. showIcon: 'Show icon',
  287. spaceSize: 'Space size',
  288. showControl: 'Show Control',
  289. pagerCount: 'Pager Count',
  290. total: 'Total',
  291. background: 'Background',
  292. fixedColumn: 'Fixed column',
  293. fixedColumnSelect: 'Select fixed position.',
  294. showDialog: 'Visible',
  295. showClose: 'Show Close',
  296. showCancel: 'Show Cancel button',
  297. cancelText: 'Button text',
  298. showOk: 'show Confirm button',
  299. okText: 'Button text',
  300. confirmLoading: 'loading',
  301. marginTop: 'Magin Top',
  302. maxlength: 'Max length',
  303. showWordLimit: 'Show word count',
  304. rows: 'Rows',
  305. autosize: 'Autosize',
  306. padding: 'Padding',
  307. showHeader: 'Show Header',
  308. bordered: 'Bordered',
  309. shadow: 'Shadow',
  310. virtualTable: 'Virtual Table',
  311. basicSetting: 'Basic',
  312. optionsSetting: 'Options',
  313. expandSetting: 'Advanced',
  314. dynamicValue: 'Dynamic Value',
  315. dynamicStructPlaceholder: 'Dynamic struct',
  316. stripe: 'Stripe',
  317. highlight: 'Highlight current row',
  318. selection: 'Selection',
  319. maxHeight: 'Max height',
  320. columnSetting: 'Column Setting',
  321. operationSetting: 'Operation Setting',
  322. showOperation: 'Show operation',
  323. pageSetting: 'Pagination',
  324. pageSizes: 'Options of item count per page',
  325. pageSizesPlaceholder: 'comma separated, eg: 10,20,50,100',
  326. smallPage: 'Small Pagination',
  327. dataStruct: 'Struct',
  328. structList: 'rows',
  329. structTotal: 'total',
  330. structSize: 'size',
  331. structCurrent: 'current',
  332. columnLabel: 'Label',
  333. columnProp: 'Prop',
  334. addParentHeader: 'Group header',
  335. columnWidth: 'Width',
  336. columnAlign: 'Align',
  337. columnDefaultSlot: 'Column',
  338. columnHeaderSlot: 'Header',
  339. columnFixed: 'Fixed',
  340. operationButton: 'Operation',
  341. primaryButton: 'primary',
  342. defaultButton: 'default',
  343. textButton: 'text',
  344. linkButton: 'link',
  345. addButton: 'Add',
  346. textAlign: 'Text align',
  347. verticalAlign: 'Vertical align',
  348. ellipsis: 'Ellipsis',
  349. rowspan: 'RowSpan',
  350. state: 'State',
  351. settings: 'Go to settings',
  352. accept: 'Accept',
  353. acceptPlaceholder: 'Input accept'
  354. }
  355. },
  356. upload: {
  357. preview: 'preview',
  358. edit: 'replace',
  359. delete: 'delete'
  360. },
  361. tooltip: {
  362. trash: 'trash',
  363. clone: 'clone',
  364. addrow: 'add row',
  365. addcolumn: 'add column',
  366. mergedown: 'merge down',
  367. mergeright: 'merge right',
  368. deleterow: 'delete current row',
  369. deletecolumn: 'delete current column',
  370. cellsetting: 'cell setting',
  371. insertcolumnleft: 'insert column left',
  372. insertcolumnright: 'insert column right',
  373. insertrowbefore: 'insert row before',
  374. insertrowafter: 'insert row after',
  375. splitcolumns: 'split into columns',
  376. splitrows: 'split into rows',
  377. setcolwidth: 'set column width',
  378. copy: 'Copy'
  379. },
  380. datasource: {
  381. name: 'Data Source',
  382. config: {
  383. title: 'Data source settings',
  384. add: 'Add data source',
  385. save: 'Save',
  386. cancel: 'Cancel',
  387. test: 'Request Test'
  388. },
  389. edit: {
  390. name: 'Name',
  391. url: 'Url',
  392. method: 'Method',
  393. headers: 'Headers',
  394. params: 'Params',
  395. auto: 'Whether the form is initialized to send the request',
  396. response: 'Data processing',
  397. annotation: 'The response data res is returned directly by default, and the data can be processed below',
  398. add: 'Add',
  399. willRequest: 'Before sending the request:',
  400. responseSuccess: 'When requesting response data:',
  401. requestError: 'When an error occurs in the request:',
  402. },
  403. message: {
  404. repeat: 'Data source name cannot be repeated',
  405. settingError: 'Data source setting error',
  406. saveSuccess: 'Saved successfully',
  407. saveError: 'There is unsaved data, please save it first',
  408. confirmRemove: 'Are you sure you want to delete the data source'
  409. }
  410. },
  411. eventscript: {
  412. name: 'Action Panel',
  413. config: {
  414. title: 'Action Settings',
  415. name: 'Function Name',
  416. add: 'Add action',
  417. save: 'Save',
  418. confirm: 'OK',
  419. cancel: 'Cancel',
  420. create: 'New action',
  421. code: 'Edit code',
  422. rules: 'Visual configuration',
  423. js: 'JS',
  424. notSave: 'Discard Changes'
  425. },
  426. message: {
  427. repeat: 'Function name cannot be repeated',
  428. saveSuccess: 'Save successfully',
  429. saveError: 'There are unsaved data, please save first',
  430. confirmRemove: 'Are you sure you want to delete this Function',
  431. saveConfirm: 'You have unsaved changes, save and proceed?'
  432. }
  433. },
  434. importjson: {
  435. name: 'Template Library',
  436. noimage: 'No preview image ',
  437. loadjson: 'Load Template',
  438. nojson: 'No Template'
  439. },
  440. rules: {
  441. actions: {
  442. add: 'Add',
  443. hide: 'Hide form fields',
  444. display: 'Display form fields',
  445. disabled: 'Set form fields to enable/disable',
  446. refresh: 'Reload form',
  447. reset: 'Reset form data',
  448. setData: 'Set form data',
  449. validate: 'Validate form fields',
  450. sendRequest: 'Send Request',
  451. refreshFieldDataSource: 'Refresh request data',
  452. getFieldDataSource: 'Get field data source data',
  453. openDialog: 'Open Dialog',
  454. closeDialog: 'Close Dialog',
  455. triggerEvent: 'Call action method',
  456. js: 'JS',
  457. refreshDynamicValue: 'Refresh dynamic value',
  458. refreshDynamicValueAll: 'Refresh dynamic values (all fields)',
  459. refreshFieldOptionData: 'Refresh dynamic option data',
  460. getOptionData: 'Get option data'
  461. },
  462. message: {
  463. confirmDelete: 'Are you sure you want to delete this action?',
  464. editFx: 'Click to edit expression',
  465. condition: 'Execute conditional expression',
  466. },
  467. label: {
  468. field: 'Target field',
  469. disabled: 'Diabled',
  470. enabled: 'Enabled',
  471. values: 'Data settings',
  472. string: 'String',
  473. number: 'Number',
  474. boolean: 'Boolean',
  475. fx: 'Expression',
  476. condition: 'Condition',
  477. datasource: 'Data source',
  478. datasourceArgs: 'Parameters',
  479. responseVariable: 'Request result',
  480. localVariable: 'Result',
  481. validateFail: 'Validate failed',
  482. validateFailContinue: 'Continue executing action',
  483. validateFailSuspend: 'Interrupt execution action',
  484. functionName: 'Function',
  485. functionParams: 'Parameters'
  486. }
  487. },
  488. formula: {
  489. header: 'Expression =',
  490. field: 'Form Value',
  491. fieldId: 'ID',
  492. event: 'Variable',
  493. argsData: {
  494. name: 'Event parameters',
  495. field: 'field',
  496. value: 'value',
  497. variable: 'Internal variables'
  498. },
  499. input: {
  500. value: 'static',
  501. value2: 'static',
  502. fx: 'fx',
  503. fxPlaceholder: 'Click to edit expression',
  504. valuePlaceholder: 'Please enter',
  505. variable: 'variable',
  506. }
  507. }
  508. }
  509. }