123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257 |
- export default {
- er: {
- panels: {
- config: 'Form Attribute'
- },
- fields: {
- input: ['Input', 'Email', 'ID number', 'Cellphone', 'URL'],
- textarea: 'Textarea',
- number: 'Number',
- radio: 'Radio',
- checkbox: 'Checkbox',
- select: ['Select', 'Employee', 'Role', 'Dict'], //, 'Department'
- time: 'Time',
- date: 'Date',
- rate: 'Rate',
- switch: 'Switch',
- slider: 'Slider',
- html: 'Html',
- cascader: ['Cascader', 'Depart'],
- uploadfile: 'File',
- signature: 'Signature',
- region: 'Region',
- grid: 'Grid',
- table: 'Table',
- tabs: 'Tabs',
- collapse: 'Collapse',
- divider: 'Divider',
- container: 'Container',
- field: 'Basic field',
- defaultField: 'Default field',
- subform: 'Sub-form',
- iframe: 'Web Iframe'
- },
- layout: {
- tabsCol: 'Tab panel',
- col: 'Col',
- collapseCol: 'Collapse panel',
- td: 'td'
- },
- config: {
- globalConfig: {
- labelPosition: {
- label: 'Label Position',
- left: 'Left',
- right: 'Right',
- top: 'Top'
- },
- sync: {
- label: 'Synchronize computer and mobile configurations',
- warning: 'Data inconsistency, according to your choice of configuration'
- },
- componentSize: {
- label: 'Size of Fields',
- large: 'Large',
- default: 'Default',
- small: 'Small'
- }
- },
- tabsLayout: {
- style: {
- label: 'Type',
- options: ['Default', 'Tabs', 'Border-Card']
- },
- tabPosition: {
- label: 'Tab position',
- options: ['Top', 'Bottom', 'Left', 'Right']
- }
- },
- borderComponent: {
- borderLine: 'Border line',
- borderWidth: 'Border width'
- },
- gridLayout: {
- justify: {
- label: 'Horizontal arrangement',
- options: ['Start', 'End', 'Center', 'Space around', 'Space between']
- }
- },
- dataComponent1: {
- defaultLabel: 'Default value',
- unique: 'Unique id',
- name: 'Name',
- operate: 'Operate',
- add: 'Add'
- },
- dataComponent2: {
- level: 'Level',
- add: 'Add'
- },
- dataComponent3: {
- panel: 'Panel',
- add: 'Add'
- },
- propsPanel: {
- title: 'Title',
- titleWidth: 'Title width',
- id: 'Id',
- defaultContent: 'Default content',
- placeholder: 'Placeholder',
- dictCode: 'Dict Code',
- brushColor: 'Brush color',
- iframeHeight: 'Iframe Height',
- url: 'Url Address',
- format: 'Format',
- dateType: 'Date type',
- layout: {
- label: 'Layout',
- options: ['vertical', 'horizontal']
- },
- contentPosition: {
- label: 'Text position',
- options: ['Left', 'Center', 'Right']
- },
- textareaHeight: 'Textarea height',
- uploadfile: {
- fileType: 'File type',
- accept: '',
- uploadLimit: 'Upload limit',
- fileSize: 'File size'
- },
- prepend: 'Prepend',
- append: 'Append',
- step: 'Step',
- precision: 'Precision',
- region: {
- label: 'Select range',
- options: ['Prov', 'City/Prov', 'County/City/Prov']
- },
- trim: 'Trim',
- wordLimit: 'Word limit',
- dateRange: 'Date range',
- accordion: 'Accordion',
- showPassword: 'Password',
- multiple: 'Multiple',
- filterable: 'Search',
- numberControls: {
- label: 'Control button',
- position: 'Button position',
- options: ['Horizontal', 'Vertical']
- },
- allowHalf: 'Allow half',
- alpha: 'Alpha',
- anyNode: 'Select any node',
- clearable: 'clearable',
- star: 'Star',
- setDefaultContent: 'Set default content'
- }
- },
- public: {
- confirm: 'Confirm',
- cancel: 'Cancel',
- button: 'Button',
- text: 'Text',
- color: 'Color',
- backgroundColor: 'Background-color',
- width: 'Width',
- radius: 'Radius',
- style: 'Style',
- background: 'Background',
- image: 'Image',
- remove: 'Remove',
- margin: 'Margin',
- padding: 'Padding',
- unit: 'Unit',
- min: 'Min',
- max: 'Max',
- clear: 'Clear',
- dataEntry: 'Data entry',
- data: 'Data',
- disabled: 'disabled',
- back: 'Back',
- save: 'Save',
- reset: 'Reset',
- add: 'Add'
- },
- validateMsg: {
- required: 'Required',
- limitWord: 'At least <%= min %> character',
- email: 'Please enter the valid email address',
- IdNumber: 'Please enter the valid ID number',
- phone: 'Please enter the valid Phone number',
- http: 'Please enter the valid Url',
- fileSize: 'File size cannot exceed <%= size %> MB',
- idUnique: 'ID must be unique',
- chartAndNumber: 'Only characters and Numbers',
- placeholder1: 'Please enter',
- placeholder2: 'Please select'
- },
- form: {
- selectDate: 'Select date',
- selectTime: 'Select time',
- notFilled: 'Not filled',
- filled: 'Filled',
- addSignature: 'Add signature',
- useSignature: 'Use signature',
- uploading: 'uploading...',
- uploadFailed: 'Fail to upload',
- iframePlaceholder: 'Inline frame, showing URL page'
- },
- selection: {
- insertLeft: 'Insert column left',
- insertRight: 'Insert column right',
- insertTop: 'Insert row before',
- insertBottom: 'Insert row after',
- mergeLeft: 'Merge left',
- mergeRight: 'Merge right',
- mergeRow: 'Merge row',
- mergeTop: 'Merge on',
- mergeBottom: 'Merge down',
- mergeColumn: 'Merge column',
- delRow: 'Delete row',
- delColumn: 'Delete column',
- splitColumn: 'Split column',
- splitRow: 'Split row'
- },
- logic: {
- filter: {
- equal: 'Equal',
- not_equal: 'Not equal',
- contains: 'Contains',
- not_contain: 'Not contain',
- empty: 'Empty',
- not_empty: 'Not empty',
- greater_than: 'Greater than',
- greater_than_equal: 'Greater than or equal to',
- less_than: 'Less than',
- less_than_equal: 'Less than or equal to',
- between: 'Between',
- one_of: 'Equal to one of',
- not_one_of: 'Not equal to one of',
- belong_one_of: 'Belong to one of',
- not_belong_one_of: 'Not belong to one of',
- on: 'On',
- off: 'Off',
- show: 'Show',
- hide: 'Hide',
- field: 'Field',
- required: 'Required',
- not_required: 'Not required',
- readOnly: 'Readonly',
- editable: 'Editable'
- },
- filterLabel: {
- if: 'When the following conditions are met',
- then: 'Then execute'
- },
- tabs: {
- visible: 'Visible',
- required: 'Required',
- readOnly: 'Readonly'
- },
- button: 'Logic Control',
- logicSuggests:
- 'It is detected that the attributes of the current field have changed, and in order to ensure the accuracy of logic control, the corresponding logic rules have been automatically deleted.'
- }
- }
- }
|