en-US.js 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  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. deptAndUserCascader: 'Cascader',
  24. deptCascader: 'Cascader',
  25. table: 'Sub-Form',
  26. grid: 'Grid',
  27. tabs: 'Tabs',
  28. divider: 'Divider',
  29. html: 'HTML',
  30. component: 'Component',
  31. report: 'Table',
  32. button: 'Button',
  33. link: 'Link',
  34. inline: 'Inline',
  35. steps: 'Steps',
  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. transfer: 'Transfer',
  45. card: 'Card',
  46. group: 'Group',
  47. th: 'TH'
  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. },
  133. widget: {
  134. widgetType: 'Type',
  135. title: 'Component Attribute',
  136. model: 'ID',
  137. name: 'Name',
  138. width: 'Width',
  139. height: 'Height',
  140. size: 'Size',
  141. labelWidth: 'Label Width',
  142. labelWrap: 'Label Wrap',
  143. custom: 'Custom',
  144. placeholder: 'Placeholder',
  145. layout: 'Layout',
  146. block: 'Block',
  147. inline: 'Inline',
  148. contentPosition: 'Content Position',
  149. center: 'Center',
  150. showInput: 'Show Input Box',
  151. min: 'Minimum',
  152. max: 'Maximum',
  153. step: 'Step',
  154. precision: 'Precision',
  155. controls: 'Enable the control buttons',
  156. controlsPosition: 'Position of the control buttons',
  157. multiple: 'Multiple',
  158. filterable: 'Searchable',
  159. allowHalf: 'Allow Half',
  160. showAlpha: 'Support transparency options',
  161. showLabel: 'Show lable',
  162. option: 'Option',
  163. staticData: 'Static Data',
  164. remoteData: 'Dynamic Data',
  165. remoteFunc: 'Function',
  166. remoteAssigned: 'Assigned Variable',
  167. value: 'Value',
  168. label: 'Label',
  169. childrenOption: 'Sub-Option',
  170. defaultValue: 'Default Value',
  171. showType: 'Show type',
  172. isRange: 'Range Time',
  173. isTimestamp: 'Get timestamp',
  174. startPlaceholder: 'Placeholder of start time',
  175. endPlaceholder: 'Placeholder of end time',
  176. format: 'Format',
  177. limit: 'Maximum Upload Count',
  178. isQiniu: 'Upload with Qiniu Cloud',
  179. tokenFunc: 'Get QiNiu token',
  180. imageAction: 'Picture upload address',
  181. tip: 'Text Prompt',
  182. action: 'Request URL',
  183. headers: 'Request headers',
  184. defaultType: 'Data Type',
  185. string: 'String',
  186. object: 'Object',
  187. array: 'Array',
  188. number: 'Number',
  189. boolean: 'Boolean',
  190. integer: 'Integer',
  191. float: 'Float',
  192. url: 'URL',
  193. email: 'E-mail',
  194. hex: 'Hexadecimal',
  195. gutter: 'Grid Spacing',
  196. columnOption: 'Column Configuration',
  197. flex: 'Flex Layout',
  198. responsive: 'Responsive Layout',
  199. span: 'Grid spans',
  200. responsiveSpan: 'Responsive columns',
  201. offset: 'Offset',
  202. push: 'Push',
  203. pull: 'Pull',
  204. justify: 'Horizontal Arrangement',
  205. justifyStart: 'Start',
  206. justifyEnd: 'End',
  207. justifyCenter: 'Center',
  208. justifySpaceAround: 'Space Around',
  209. justifySpaceBetween: 'Space Between',
  210. align: 'Vertical Arrangement',
  211. alignTop: 'Top',
  212. alignMiddle: 'Middle',
  213. alignBottom: 'Bottom',
  214. type: 'Type',
  215. default: 'Default',
  216. card: 'Tabs',
  217. borderCard: 'Border-Card',
  218. tabPosition: 'Tab Position',
  219. top: 'Top',
  220. left: 'Left',
  221. right: 'Right',
  222. bottom: 'Bottom',
  223. tabOption: 'Tab Options',
  224. tabName: 'Tab Name',
  225. collapseOptions: 'Collapse Options',
  226. collapseTitle: 'Title',
  227. accordion: 'Accordion Mode',
  228. customClass: 'Custom Class',
  229. attribute: 'Attribute Action',
  230. dataBind: 'Data Binding',
  231. hidden: 'Hidden',
  232. readonly: 'Read Only',
  233. disabled: 'Disabled',
  234. editable: 'Text box is editable',
  235. clearable: 'Show Clear Button',
  236. arrowControl: 'Use the arrow for time selection',
  237. isDelete: 'Deletable',
  238. isEdit: 'Editable',
  239. isAdd: 'Addible',
  240. showPassword: 'Show Password',
  241. showScore: 'Show Score',
  242. validate: 'Validation',
  243. required: 'Required',
  244. patternPlaceholder: 'Fill in the regular expressions',
  245. newOption: 'New Option',
  246. tab: 'Tab',
  247. collapse: 'Collapse',
  248. validatorRequired: ' required',
  249. validatorType: ' invaild format',
  250. validatorPattern: ' unmatched pattern',
  251. customTemplates: 'Custom templates',
  252. setting: 'Setting',
  253. hideLabel: 'Hide Label',
  254. borderWidth: 'Border Width',
  255. borderColor: 'Border Color',
  256. buttonName: 'Button Name',
  257. buttonSize: 'Button Size',
  258. buttonType: 'Button Type',
  259. buttonPlain: 'Determine whether it\'s a plain button',
  260. buttonRound: 'Determine whether it\'s a round button',
  261. buttonCircle: 'Determine whether it\'s a circle button',
  262. linkType: 'Link Type',
  263. linkName: 'Link Name',
  264. underline: 'whether the component has underline',
  265. isBlank: 'Whether to open in a new window',
  266. withCredentials: 'Using credentials',
  267. customValidation: 'Custom validation rules',
  268. paging: 'Paging',
  269. pageSize: 'Page size',
  270. checkStrictly: 'Optional any node',
  271. extendPropsConfig: 'Extended property configuration',
  272. steps: 'Step options',
  273. space: 'Spacing fo each step',
  274. direction: 'Show direction',
  275. processStatus: 'Status of current step',
  276. finishStatus: 'Status of end step',
  277. alignCenter: 'Center title and description',
  278. simple: 'Simple theme',
  279. otitle: 'Title',
  280. description: 'Description',
  281. effect: 'Effect',
  282. closable: 'Closable',
  283. showIcon: 'Show icon',
  284. spaceSize: 'Space size',
  285. showControl: 'Show Control',
  286. pagerCount: 'Pager Count',
  287. total: 'Total',
  288. background: 'Background',
  289. fixedColumn: 'Fixed column',
  290. fixedColumnSelect: 'Select fixed position.',
  291. showDialog: 'Visible',
  292. showClose: 'Show Close',
  293. showCancel: 'Show Cancel button',
  294. cancelText: 'Button text',
  295. showOk: 'show Confirm button',
  296. okText: 'Button text',
  297. confirmLoading: 'loading',
  298. marginTop: 'Magin Top',
  299. maxlength: 'Max length',
  300. showWordLimit: 'Show word count',
  301. rows: 'Rows',
  302. autosize: 'Autosize',
  303. titles: 'Titles',
  304. padding: 'Padding',
  305. showHeader: 'Show Header',
  306. bordered: 'Bordered',
  307. shadow: 'Shadow',
  308. dynamicValue: 'Dynamic Value',
  309. dynamicStructPlaceholder: 'Dynamic struct',
  310. textAlign: 'Text align',
  311. verticalAlign: 'Vertical align',
  312. state: 'State',
  313. settings: 'Go to settings',
  314. accept: 'Accept',
  315. acceptPlaceholder: 'Input accept',
  316. selection: 'Selection',
  317. }
  318. },
  319. upload: {
  320. preview: 'preview',
  321. edit: 'replace',
  322. delete: 'delete'
  323. },
  324. tooltip: {
  325. trash: 'trash',
  326. clone: 'clone',
  327. addrow: 'add row',
  328. addcolumn: 'add column',
  329. mergedown: 'merge down',
  330. mergeright: 'merge right',
  331. deleterow: 'delete current row',
  332. deletecolumn: 'delete current column',
  333. cellsetting: 'cell setting',
  334. insertcolumnleft: 'insert column left',
  335. insertcolumnright: 'insert column right',
  336. insertrowbefore: 'insert row before',
  337. insertrowafter: 'insert row after',
  338. splitcolumns: 'split into columns',
  339. splitrows: 'split into rows',
  340. setcolwidth: 'set column width',
  341. copy: 'Copy'
  342. },
  343. datasource: {
  344. name: 'Data Source',
  345. config: {
  346. title: 'Data source settings',
  347. add: 'Add data source',
  348. save: 'Save',
  349. cancel: 'Cancel',
  350. test: 'Request Test'
  351. },
  352. edit: {
  353. name: 'Name',
  354. url: 'Url',
  355. method: 'Method',
  356. headers: 'Headers',
  357. params: 'Params',
  358. auto: 'Whether the form is initialized to send the request',
  359. response: 'Data processing',
  360. annotation: 'The response data res is returned directly by default, and the data can be processed below',
  361. add: 'Add',
  362. willRequest: 'Before sending the request:',
  363. responseSuccess: 'When requesting response data:',
  364. requestError: 'When an error occurs in the request:',
  365. },
  366. message: {
  367. repeat: 'Data source name cannot be repeated',
  368. settingError: 'Data source setting error',
  369. saveSuccess: 'Saved successfully',
  370. saveError: 'There is unsaved data, please save it first',
  371. confirmRemove: 'Are you sure you want to delete the data source'
  372. }
  373. },
  374. eventscript: {
  375. name: 'Action Panel',
  376. config: {
  377. title: 'Action Settings',
  378. name: 'Function Name',
  379. add: 'Add action',
  380. save: 'Save',
  381. confirm: 'OK',
  382. cancel: 'Cancel',
  383. create: 'New action',
  384. code: 'Edit code',
  385. rules: 'Visual configuration',
  386. js: 'JS'
  387. },
  388. message: {
  389. repeat: 'Function name cannot be repeated',
  390. saveSuccess: 'Save successfully',
  391. saveError: 'There are unsaved data, please save first',
  392. confirmRemove: 'Are you sure you want to delete this Function'
  393. }
  394. },
  395. importjson: {
  396. name: 'Template Library',
  397. noimage: 'No preview image ',
  398. loadjson: 'Load Template',
  399. nojson: 'No Template'
  400. },
  401. rules: {
  402. actions: {
  403. add: 'Add',
  404. hide: 'Hide form fields',
  405. display: 'Display form fields',
  406. disabled: 'Set form fields to enable/disable',
  407. refresh: 'Reload form',
  408. reset: 'Reset form data',
  409. setData: 'Set form data',
  410. validate: 'Validate form fields',
  411. sendRequest: 'Send Request',
  412. refreshFieldDataSource: 'Refresh request data',
  413. getFieldDataSource: 'Get field data source data',
  414. openDialog: 'Open Dialog',
  415. closeDialog: 'Close Dialog',
  416. triggerEvent: 'Call action method',
  417. js: 'JS',
  418. refreshDynamicValue: 'Refresh dynamic value',
  419. refreshDynamicValueAll: 'Refresh dynamic values (all fields)',
  420. refreshFieldOptionData: 'Refresh dynamic option data',
  421. getOptionData: 'Get option data'
  422. },
  423. message: {
  424. confirmDelete: 'Are you sure you want to delete this action?',
  425. editFx: 'Click to edit expression',
  426. condition: 'Execute conditional expression',
  427. },
  428. label: {
  429. field: 'Target field',
  430. disabled: 'Diabled',
  431. enabled: 'Enabled',
  432. values: 'Data settings',
  433. string: 'String',
  434. number: 'Number',
  435. boolean: 'Boolean',
  436. fx: 'Expression',
  437. condition: 'Condition',
  438. datasource: 'Data source',
  439. datasourceArgs: 'Parameters',
  440. responseVariable: 'Request result',
  441. localVariable: 'Result',
  442. validateFail: 'Validate failed',
  443. validateFailContinue: 'Continue executing action',
  444. validateFailSuspend: 'Interrupt execution action',
  445. functionName: 'Function',
  446. functionParams: 'Parameters'
  447. }
  448. },
  449. formula: {
  450. header: 'Expression =',
  451. field: 'Form Value',
  452. fieldId: 'ID',
  453. event: 'Variable',
  454. argsData: {
  455. name: 'Event parameters',
  456. field: 'field',
  457. value: 'value',
  458. variable: 'Internal variables'
  459. },
  460. input: {
  461. value: 'static',
  462. value2: 'static',
  463. fx: 'fx',
  464. fxPlaceholder: 'Click to edit expression',
  465. valuePlaceholder: 'Please enter',
  466. variable: 'variable',
  467. }
  468. }
  469. }
  470. }