en-us.js 16 KB

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