| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508 |
- export default {
- fm: {
- components: {
- fields: {
- input: 'Input',
- textarea: 'Textarea',
- number: 'Number',
- radio: 'Radio',
- checkbox: 'Checkbox',
- time: 'Time',
- date: 'Date',
- rate: 'Rate',
- color: 'Color',
- select: 'Select',
- switch: 'Switch',
- slider: 'Slider',
- text: 'Text',
- blank: 'Custom',
- fileupload: 'File Upload',
- imgupload: 'Image Upload',
- editor: 'Editor',
- cascader: 'Cascader',
- table: 'Sub-Form',
- grid: 'Grid',
- tabs: 'Tabs',
- divider: 'Divider',
- html: 'HTML',
- component: 'Component',
- report: 'Table',
- button: 'Button',
- link: 'Link',
- inline: 'Inline',
- steps: 'Steps',
- transfer: 'Transfer',
- treeselect: 'TreeSelect',
- alert: 'Alert',
- subform: 'Sub-Form +',
- custom: 'Custom',
- col: 'Col',
- td: 'TD',
- collapse: 'Collapse',
- pagination: 'Pagination',
- dialog: 'Dialog',
- card: 'Card',
- group: 'Group',
- th: 'TH',
- list: 'DataTable'
- },
- basic: {
- title: 'Basic Field',
- },
- advance: {
- title: 'Advance Field',
- },
- layout: {
- title: 'Layout',
- },
- custom: {
- title: 'Custom Field'
- },
- collection: {
- title: 'Collection'
- }
- },
- description: {
- containerEmpty: 'You can drag and drop or click the item from the left to add widgets',
- configEmpty: 'Please add a field',
- tableEmpty: 'Drag the field here',
- uploadJsonInfo: 'There is the format of JSON below, you can overwrite it with you own JSON code',
- deleteConfirm: 'Are you sure to delete this?',
- qrcodePreview: 'Preview QR code'
- },
- message: {
- copySuccess: 'Copy Successed',
- validError: 'Form data validation failed',
- noPut: 'Don\'t support adding this field',
- errorTip: 'Custom error tips',
- notSupport: 'Not supported by current browser',
- eventSaveError: 'Error: ',
- jsError: 'Error: '
- },
- actions: {
- import: 'Import',
- clear: 'Clear',
- preview: 'Preview',
- json: 'JSON',
- code: 'Code',
- getData: 'Get data',
- reset: 'Reset',
- copyData: 'Copy',
- cancel: 'Cancel',
- confirm: 'Confirm',
- addOption: 'Add option',
- addColumn: 'Add column',
- addTab: 'Add tab',
- addCollapse: 'Add collapse',
- upload: 'Upload',
- add: 'Add',
- undo: 'Undo',
- redo: 'Redo',
- enabledEdit: 'Enabled edit',
- disabledEdit: 'Disabled edit',
- clearSelect: 'Reset selection',
- close: 'Close',
- export: 'Export',
- print: 'Print',
- printReadMode: 'Print read mode',
- editMode: 'edit mode',
- components: 'Component library',
- outline: 'Outline tree',
- importFile: 'Import file',
- fullScreen: 'Full Screen',
- exitFullScreen: 'Exit Full Screen',
- exportPDF: 'Export PDF',
- pdfPreview: 'PDF Preview'
- },
- config: {
- form: {
- title: 'Form Attribute',
- labelPosition: {
- title: 'Label Position',
- left: 'Left',
- right: 'Right',
- top: 'Top'
- },
- labelWidth: 'Label Width',
- size: 'Size',
- customClass: 'Custom Class',
- width: 'Form Width',
- styleSheets: 'Style Sheets',
- labelSuffix: 'Label Suffix',
- mobileRender: 'Mobile Render'
- },
- widget: {
- widgetType: 'Type',
- title: 'Component Attribute',
- model: 'ID',
- name: 'Name',
- width: 'Width',
- height: 'Height',
- size: 'Size',
- labelWidth: 'Label Width',
- labelWrap: 'Label Wrap',
- custom: 'Custom',
- placeholder: 'Placeholder',
- layout: 'Layout',
- block: 'Block',
- inline: 'Inline',
- contentPosition: 'Content Position',
- center: 'Center',
- showInput: 'Display Input Box',
- min: 'Minimum',
- max: 'Maximum',
- step: 'Step',
- precision: 'Precision',
- controls: 'Enable the control buttons',
- controlsPosition: 'Position of the control buttons',
- multiple: 'Multiple',
- filterable: 'Searchable',
- allowHalf: 'Allow Half',
- showAlpha: 'Support transparency options',
- showLabel: 'Show lable',
- option: 'Option',
- staticData: 'Static Data',
- remoteData: 'Dynamic Data',
- remoteFunc: 'Function',
- remoteAssigned: 'Assigned Variable',
- value: 'Value',
- label: 'Label',
- childrenOption: 'Children',
- defaultValue: 'Default Value',
- showType: 'Display type',
- isRange: 'Range Time',
- isTimestamp: 'Get timestamp',
- startPlaceholder: 'Placeholder of start time',
- endPlaceholder: 'Placeholder of end time',
- format: 'Format',
- limit: 'Maximum Upload Count',
- isQiniu: 'Upload with Qiniu Cloud',
- tokenFunc: 'Get QiNiu token',
- imageAction: 'Picture upload address',
- tip: 'Text Prompt',
- action: 'Request URL',
- headers: 'Request headers',
- defaultType: 'Data Type',
- string: 'String',
- object: 'Object',
- array: 'Array',
- number: 'Number',
- boolean: 'Boolean',
- integer: 'Integer',
- float: 'Float',
- url: 'URL',
- email: 'E-mail',
- hex: 'Hexadecimal',
- gutter: 'Grid Spacing',
- columnOption: 'Column Configuration',
- flex: 'Flex Layout',
- responsive: 'Responsive Layout',
- span: 'Grid spans',
- responsiveSpan: 'Responsive columns',
- offset: 'Offset',
- push: 'Push',
- pull: 'Pull',
- justify: 'Horizontal Arrangement',
- justifyStart: 'Start',
- justifyEnd: 'End',
- justifyCenter: 'Center',
- justifySpaceAround: 'Space Around',
- justifySpaceBetween: 'Space Between',
- align: 'Vertical Arrangement',
- alignTop: 'Top',
- alignMiddle: 'Middle',
- alignBottom: 'Bottom',
- type: 'Type',
- default: 'Default',
- card: 'Tabs',
- borderCard: 'Border-Card',
- tabPosition: 'Tab Position',
- top: 'Top',
- left: 'Left',
- right: 'Right',
- bottom: 'Bottom',
- tabOption: 'Tab Options',
- tabName: 'Tab Name',
- collapseOptions: 'Collapse Options',
- collapseTitle: 'Title',
- accordion: 'Accordion Mode',
- customClass: 'Custom Class',
- attribute: 'Attribute Action',
- dataBind: 'Data Binding',
- hidden: 'Hidden',
- readonly: 'Read Only',
- disabled: 'Disabled',
- editable: 'Text box is editable',
- clearable: 'Show Clear Button',
- arrowControl: 'Use the arrow for time selection',
- isDelete: 'Deletable',
- isEdit: 'Editable',
- isAdd: 'Addible',
- showPassword: 'Show Password',
- showScore: 'Show Score',
- validate: 'Validation',
- required: 'Required',
- patternPlaceholder: 'Fill in the regular expressions',
- newOption: 'New Option',
- tab: 'Tab',
- collapse: 'Collapse',
- validatorRequired: ' required',
- validatorType: ' invaild format',
- validatorPattern: ' unmatched pattern',
- customTemplates: 'Custom templates',
- setting: 'Setting',
- hideLabel: 'Hide Label',
- borderWidth: 'Border Width',
- borderColor: 'Border Color',
- buttonName: 'Button Name',
- buttonSize: 'Button Size',
- buttonType: 'Button Type',
- buttonPlain: 'Determine whether it\'s a plain button',
- buttonRound: 'Determine whether it\'s a round button',
- buttonCircle: 'Determine whether it\'s a circle button',
- linkType: 'Link Type',
- linkName: 'Link Name',
- underline: 'whether the component has underline',
- isBlank: 'Whether to open in a new window',
- withCredentials: 'Using credentials',
- customValidation: 'Custom validation rules',
- paging: 'Paging',
- pageSize: 'Page size',
- checkStrictly: 'Optional any node',
- extendPropsConfig: 'Extended property configuration',
- steps: 'Step options',
- space: 'Spacing fo each step',
- direction: 'Display direction',
- processStatus: 'Status of current step',
- finishStatus: 'Status of end step',
- alignCenter: 'Center title and description',
- simple: 'Simple theme',
- titles: 'Titles',
- otitle: 'Title',
- description: 'Description',
- effect: 'Effect',
- closable: 'Closable',
- showIcon: 'Show icon',
- spaceSize: 'Space size',
- showControl: 'Show Control',
- pagerCount: 'Pager Count',
- total: 'Total',
- background: 'Background',
- fixedColumn: 'Fixed column',
- fixedColumnSelect: 'Select fixed position.',
- showDialog: 'Visible',
- showClose: 'Show Close',
- showCancel: 'Show Cancel button',
- cancelText: 'Button text',
- showOk: 'show Confirm button',
- okText: 'Button text',
- confirmLoading: 'loading',
- marginTop: 'Magin Top',
- maxlength: 'Max length',
- showWordLimit: 'Show word count',
- rows: 'Rows',
- autosize: 'Autosize',
- padding: 'Padding',
- showHeader: 'Show Header',
- bordered: 'Bordered',
- shadow: 'Shadow',
- virtualTable: 'Virtual Table',
- basicSetting: 'Basic',
- optionsSetting: 'Options',
- expandSetting: 'Advanced',
- dynamicValue: 'Dynamic Value',
- dynamicStructPlaceholder: 'Dynamic struct',
- stripe: 'Stripe',
- highlight: 'Highlight current row',
- selection: 'Selection',
- maxHeight: 'Max height',
- columnSetting: 'Column Setting',
- operationSetting: 'Operation Setting',
- showOperation: 'Show operation',
- pageSetting: 'Pagination',
- pageSizes: 'Options of item count per page',
- pageSizesPlaceholder: 'comma separated, eg: 10,20,50,100',
- smallPage: 'Small Pagination',
- dataStruct: 'Struct',
- structList: 'rows',
- structTotal: 'total',
- structSize: 'size',
- structCurrent: 'current',
- columnLabel: 'Label',
- columnProp: 'Prop',
- addParentHeader: 'Group header',
- columnWidth: 'Width',
- columnAlign: 'Align',
- columnDefaultSlot: 'Column',
- columnHeaderSlot: 'Header',
- columnFixed: 'Fixed',
- operationButton: 'Operation',
- primaryButton: 'primary',
- defaultButton: 'default',
- textButton: 'text',
- linkButton: 'link',
- addButton: 'Add',
- textAlign: 'Text align',
- verticalAlign: 'Vertical align',
- ellipsis: 'Ellipsis',
- rowspan: 'RowSpan',
- state: 'State',
- settings: 'Go to settings',
- accept: 'Accept',
- acceptPlaceholder: 'Input accept'
- }
- },
- upload: {
- preview: 'preview',
- edit: 'replace',
- delete: 'delete'
- },
- tooltip: {
- trash: 'trash',
- clone: 'clone',
- addrow: 'add row',
- addcolumn: 'add column',
- mergedown: 'merge down',
- mergeright: 'merge right',
- deleterow: 'delete current row',
- deletecolumn: 'delete current column',
- cellsetting: 'cell setting',
- insertcolumnleft: 'insert column left',
- insertcolumnright: 'insert column right',
- insertrowbefore: 'insert row before',
- insertrowafter: 'insert row after',
- splitcolumns: 'split into columns',
- splitrows: 'split into rows',
- setcolwidth: 'set column width',
- copy: 'Copy'
- },
- datasource: {
- name: 'Data Source',
- config: {
- title: 'Data source settings',
- add: 'Add data source',
- save: 'Save',
- cancel: 'Cancel',
- test: 'Request Test'
- },
- edit: {
- name: 'Name',
- url: 'Url',
- method: 'Method',
- headers: 'Headers',
- params: 'Params',
- auto: 'Whether the form is initialized to send the request',
- response: 'Data processing',
- annotation: 'The response data res is returned directly by default, and the data can be processed below',
- add: 'Add',
- willRequest: 'Before sending the request:',
- responseSuccess: 'When requesting response data:',
- requestError: 'When an error occurs in the request:',
- },
- message: {
- repeat: 'Data source name cannot be repeated',
- settingError: 'Data source setting error',
- saveSuccess: 'Saved successfully',
- saveError: 'There is unsaved data, please save it first',
- confirmRemove: 'Are you sure you want to delete the data source'
- }
- },
- eventscript: {
- name: 'Action Panel',
- config: {
- title: 'Action Settings',
- name: 'Function Name',
- add: 'Add action',
- save: 'Save',
- confirm: 'OK',
- cancel: 'Cancel',
- create: 'New action',
- code: 'Edit code',
- rules: 'Visual configuration',
- js: 'JS',
- notSave: 'Discard Changes'
- },
- message: {
- repeat: 'Function name cannot be repeated',
- saveSuccess: 'Save successfully',
- saveError: 'There are unsaved data, please save first',
- confirmRemove: 'Are you sure you want to delete this Function',
- saveConfirm: 'You have unsaved changes, save and proceed?'
- }
- },
- importjson: {
- name: 'Template Library',
- noimage: 'No preview image ',
- loadjson: 'Load Template',
- nojson: 'No Template'
- },
- rules: {
- actions: {
- add: 'Add',
- hide: 'Hide form fields',
- display: 'Display form fields',
- disabled: 'Set form fields to enable/disable',
- refresh: 'Reload form',
- reset: 'Reset form data',
- setData: 'Set form data',
- validate: 'Validate form fields',
- sendRequest: 'Send Request',
- refreshFieldDataSource: 'Refresh request data',
- getFieldDataSource: 'Get field data source data',
- openDialog: 'Open Dialog',
- closeDialog: 'Close Dialog',
- triggerEvent: 'Call action method',
- js: 'JS',
- refreshDynamicValue: 'Refresh dynamic value',
- refreshDynamicValueAll: 'Refresh dynamic values (all fields)',
- refreshFieldOptionData: 'Refresh dynamic option data',
- getOptionData: 'Get option data'
- },
- message: {
- confirmDelete: 'Are you sure you want to delete this action?',
- editFx: 'Click to edit expression',
- condition: 'Execute conditional expression',
- },
- label: {
- field: 'Target field',
- disabled: 'Diabled',
- enabled: 'Enabled',
- values: 'Data settings',
- string: 'String',
- number: 'Number',
- boolean: 'Boolean',
- fx: 'Expression',
- condition: 'Condition',
- datasource: 'Data source',
- datasourceArgs: 'Parameters',
- responseVariable: 'Request result',
- localVariable: 'Result',
- validateFail: 'Validate failed',
- validateFailContinue: 'Continue executing action',
- validateFailSuspend: 'Interrupt execution action',
- functionName: 'Function',
- functionParams: 'Parameters'
- }
- },
- formula: {
- header: 'Expression =',
- field: 'Form Value',
- fieldId: 'ID',
- event: 'Variable',
- argsData: {
- name: 'Event parameters',
- field: 'field',
- value: 'value',
- variable: 'Internal variables'
- },
- input: {
- value: 'static',
- value2: 'static',
- fx: 'fx',
- fxPlaceholder: 'Click to edit expression',
- valuePlaceholder: 'Please enter',
- variable: 'variable',
- }
- }
- }
- }
|