|
|
@@ -1,488 +1,489 @@
|
|
|
export default {
|
|
|
- application: {
|
|
|
- 'zh-CN': '简体中文',
|
|
|
- 'en-US': 'English',
|
|
|
- productTitle: 'Online Form Designer',
|
|
|
- github: 'GitHub',
|
|
|
- document: 'Docs',
|
|
|
- qqGroup: 'WeChat Group',
|
|
|
- deployment: 'Deployment',
|
|
|
- subscription: 'Subscription',
|
|
|
- },
|
|
|
+ application: {
|
|
|
+ 'zh-CN': '简体中文',
|
|
|
+ 'en-US': 'English',
|
|
|
+ productTitle: 'Online Form Designer',
|
|
|
+ github: 'GitHub',
|
|
|
+ document: 'Docs',
|
|
|
+ qqGroup: 'WeChat Group',
|
|
|
+ deployment: 'Deployment',
|
|
|
+ subscription: 'Subscription',
|
|
|
+ },
|
|
|
|
|
|
- designer: {
|
|
|
- componentLib: 'Components',
|
|
|
- formLib: 'Templates',
|
|
|
- containerTitle: 'Container',
|
|
|
- dragHandlerHint: 'drag container or field to layout center',
|
|
|
- dragAction: 'drag',
|
|
|
- basicFieldTitle: 'Basic Field',
|
|
|
- advancedFieldTitle: 'Advanced Field',
|
|
|
- customFieldTitle: 'Customized Field',
|
|
|
+ designer: {
|
|
|
+ componentLib: 'Components',
|
|
|
+ formLib: 'Templates',
|
|
|
+ containerTitle: 'Container',
|
|
|
+ dragHandlerHint: 'drag container or field to layout center',
|
|
|
+ dragAction: 'drag',
|
|
|
+ basicFieldTitle: 'Basic Field',
|
|
|
+ advancedFieldTitle: 'Advanced Field',
|
|
|
+ customFieldTitle: 'Customized Field',
|
|
|
|
|
|
- noWidgetHint: 'Please select a widget from the left list, drag and drop to this container.',
|
|
|
+ noWidgetHint: 'Please select a widget from the left list, drag and drop to this container.',
|
|
|
|
|
|
- widgetLabel: {
|
|
|
- grid: 'Grid',
|
|
|
- table: 'Table',
|
|
|
- tab: 'Tab',
|
|
|
- section: 'Section',
|
|
|
- 'sub-form': 'SubForm',
|
|
|
- 'grid-sub-form': 'GridSubForm',
|
|
|
- 'grid-col': 'GridCol',
|
|
|
- 'table-cell': 'TableCell',
|
|
|
- 'tab-pane': 'TabPane',
|
|
|
- 'data-table': 'DataTable',
|
|
|
- tree: 'Tree',
|
|
|
- 'vf-dialog': 'Dialog',
|
|
|
- 'vf-drawer': 'Drawer',
|
|
|
+ widgetLabel: {
|
|
|
+ grid: 'Grid',
|
|
|
+ table: 'Table',
|
|
|
+ tab: 'Tab',
|
|
|
+ section: 'Section',
|
|
|
+ 'sub-form': 'SubForm',
|
|
|
+ 'grid-sub-form': 'GridSubForm',
|
|
|
+ 'grid-col': 'GridCol',
|
|
|
+ 'table-cell': 'TableCell',
|
|
|
+ 'tab-pane': 'TabPane',
|
|
|
+ 'data-table': 'DataTable',
|
|
|
+ tree: 'Tree',
|
|
|
+ 'vf-dialog': 'Dialog',
|
|
|
+ 'vf-drawer': 'Drawer',
|
|
|
|
|
|
- input: 'Input',
|
|
|
- textarea: 'Textarea',
|
|
|
- number: 'InputNumber',
|
|
|
- radio: 'Radio',
|
|
|
- checkbox: 'Checkbox',
|
|
|
- select: 'Select',
|
|
|
- time: 'Time',
|
|
|
- 'time-range': 'Time range',
|
|
|
- date: 'Date',
|
|
|
- 'date-range': 'Date range',
|
|
|
- switch: 'Switch',
|
|
|
- rate: 'Rate',
|
|
|
- color: 'ColorPicker',
|
|
|
- slider: 'Slider',
|
|
|
- 'static-text': 'Text',
|
|
|
- 'html-text': 'HTML',
|
|
|
- button: 'Button',
|
|
|
- divider: 'Divider',
|
|
|
+ input: 'Input',
|
|
|
+ textarea: 'Textarea',
|
|
|
+ number: 'InputNumber',
|
|
|
+ radio: 'Radio',
|
|
|
+ checkbox: 'Checkbox',
|
|
|
+ select: 'Select',
|
|
|
+ time: 'Time',
|
|
|
+ 'time-range': 'Time range',
|
|
|
+ date: 'Date',
|
|
|
+ 'date-range': 'Date range',
|
|
|
+ switch: 'Switch',
|
|
|
+ rate: 'Rate',
|
|
|
+ color: 'ColorPicker',
|
|
|
+ slider: 'Slider',
|
|
|
+ 'static-text': 'Text',
|
|
|
+ 'html-text': 'HTML',
|
|
|
+ button: 'Button',
|
|
|
+ divider: 'Divider',
|
|
|
|
|
|
- 'picture-upload': 'Picture',
|
|
|
- 'file-upload': 'File',
|
|
|
- 'rich-editor': 'Rich Editor',
|
|
|
- cascader: 'Cascader',
|
|
|
- slot: 'Slot',
|
|
|
- custom: 'Custom Component',
|
|
|
- },
|
|
|
+ 'picture-upload': 'Picture',
|
|
|
+ 'file-upload': 'File',
|
|
|
+ 'rich-editor': 'Rich Editor',
|
|
|
+ cascader: 'Cascader',
|
|
|
+ slot: 'Slot',
|
|
|
+ custom: 'Custom Component',
|
|
|
+ },
|
|
|
|
|
|
- hint: {
|
|
|
- selectParentWidget: 'Select parent of this widget',
|
|
|
- moveUpWidget: 'Move up this widget',
|
|
|
- moveDownWidget: 'Move down this widget',
|
|
|
- cloneWidget: 'Clone this widget',
|
|
|
- insertRow: 'Insert new row',
|
|
|
- insertColumn: 'Insert new column',
|
|
|
- remove: 'Remove this widget',
|
|
|
- cellSetting: 'Cell setting',
|
|
|
- dragHandler: 'Drag handler',
|
|
|
- copyField: 'Copy field widget',
|
|
|
- onlyFieldWidgetAcceptable: 'Only field widget can be dragged into sub-form',
|
|
|
- moveUpFirstChildHint: 'First child can not be move up',
|
|
|
- moveDownLastChildHint: 'Last child can not be move down',
|
|
|
+ hint: {
|
|
|
+ selectParentWidget: 'Select parent of this widget',
|
|
|
+ moveUpWidget: 'Move up this widget',
|
|
|
+ moveDownWidget: 'Move down this widget',
|
|
|
+ cloneWidget: 'Clone this widget',
|
|
|
+ insertRow: 'Insert new row',
|
|
|
+ insertColumn: 'Insert new column',
|
|
|
+ remove: 'Remove this widget',
|
|
|
+ cellSetting: 'Cell setting',
|
|
|
+ dragHandler: 'Drag handler',
|
|
|
+ copyField: 'Copy field widget',
|
|
|
+ onlyFieldWidgetAcceptable: 'Only field widget can be dragged into sub-form',
|
|
|
+ moveUpFirstChildHint: 'First child can not be move up',
|
|
|
+ moveDownLastChildHint: 'Last child can not be move down',
|
|
|
|
|
|
- closePreview: 'Close',
|
|
|
- copyJson: 'Copy',
|
|
|
- saveFormJson: 'Save As File',
|
|
|
- copyVueCode: 'Copy Vue Code',
|
|
|
- copyHtmlCode: 'Copy HTML Code',
|
|
|
- copyJsonSuccess: 'Copy succeed',
|
|
|
- importJsonSuccess: 'Import succeed',
|
|
|
- copyJsonFail: 'Copy failed',
|
|
|
- copyVueCodeSuccess: 'Copy succeed',
|
|
|
- copyVueCodeFail: 'Copy failed',
|
|
|
- copyHtmlCodeSuccess: 'Copy succeed',
|
|
|
- copyHtmlCodeFail: 'Copy failed',
|
|
|
- saveVueCode: 'Save Vue File',
|
|
|
- saveHtmlCode: 'Save Html File',
|
|
|
- getFormData: 'Get Data',
|
|
|
- resetForm: 'Reset',
|
|
|
- disableForm: 'Disable',
|
|
|
- enableForm: 'Enable',
|
|
|
- switchReadMode: 'Read Mode',
|
|
|
- exportFormData: 'Form Data',
|
|
|
- copyFormData: 'Copy',
|
|
|
- saveFormData: 'Save As File',
|
|
|
- copyVue2SFC: 'Copy Vue2',
|
|
|
- copyVue3SFC: 'Copy Vue3',
|
|
|
- copySFCFail: 'Copy failed',
|
|
|
- copySFCSuccess: 'Copy succeed',
|
|
|
- saveVue2SFC: 'Save As Vue2',
|
|
|
- saveVue3SFC: 'Save As Vue3',
|
|
|
- fileNameForSave: 'File name:',
|
|
|
- saveFileTitle: 'Save as File',
|
|
|
- fileNameInputPlaceholder: 'Enter the file name',
|
|
|
- sampleLoadedSuccess: 'Example loaded successfully',
|
|
|
- sampleLoadedFail: 'Sample load failed',
|
|
|
- loadFormTemplate: 'Load This',
|
|
|
- loadFormTemplateHint: 'Are you sure to load this template?',
|
|
|
- loadFormTemplateSuccess: 'Load form template success!',
|
|
|
- loadFormTemplateFailed: 'Load form template failed.',
|
|
|
- currentNodeCannotBeSelected: 'The current node cannot be selected.',
|
|
|
- noSelectedWidgetHint: 'No selected widget.',
|
|
|
+ closePreview: 'Close',
|
|
|
+ copyJson: 'Copy',
|
|
|
+ saveFormJson: 'Save As File',
|
|
|
+ copyVueCode: 'Copy Vue Code',
|
|
|
+ copyHtmlCode: 'Copy HTML Code',
|
|
|
+ copyJsonSuccess: 'Copy succeed',
|
|
|
+ importJsonSuccess: 'Import succeed',
|
|
|
+ copyJsonFail: 'Copy failed',
|
|
|
+ copyVueCodeSuccess: 'Copy succeed',
|
|
|
+ copyVueCodeFail: 'Copy failed',
|
|
|
+ copyHtmlCodeSuccess: 'Copy succeed',
|
|
|
+ copyHtmlCodeFail: 'Copy failed',
|
|
|
+ saveVueCode: 'Save Vue File',
|
|
|
+ saveHtmlCode: 'Save Html File',
|
|
|
+ getFormData: 'Get Data',
|
|
|
+ resetForm: 'Reset',
|
|
|
+ disableForm: 'Disable',
|
|
|
+ enableForm: 'Enable',
|
|
|
+ switchReadMode: 'Read Mode',
|
|
|
+ exportFormData: 'Form Data',
|
|
|
+ copyFormData: 'Copy',
|
|
|
+ saveFormData: 'Save As File',
|
|
|
+ copyVue2SFC: 'Copy Vue2',
|
|
|
+ copyVue3SFC: 'Copy Vue3',
|
|
|
+ copySFCFail: 'Copy failed',
|
|
|
+ copySFCSuccess: 'Copy succeed',
|
|
|
+ saveVue2SFC: 'Save As Vue2',
|
|
|
+ saveVue3SFC: 'Save As Vue3',
|
|
|
+ fileNameForSave: 'File name:',
|
|
|
+ saveFileTitle: 'Save as File',
|
|
|
+ fileNameInputPlaceholder: 'Enter the file name',
|
|
|
+ sampleLoadedSuccess: 'Example loaded successfully',
|
|
|
+ sampleLoadedFail: 'Sample load failed',
|
|
|
+ loadFormTemplate: 'Load This',
|
|
|
+ loadFormTemplateHint: 'Are you sure to load this template?',
|
|
|
+ loadFormTemplateSuccess: 'Load form template success!',
|
|
|
+ loadFormTemplateFailed: 'Load form template failed.',
|
|
|
+ currentNodeCannotBeSelected: 'The current node cannot be selected.',
|
|
|
+ noSelectedWidgetHint: 'No selected widget.',
|
|
|
|
|
|
- widgetSetting: 'Widget Prop',
|
|
|
- formSetting: 'Form Prop',
|
|
|
+ widgetSetting: 'Widget Prop',
|
|
|
+ formSetting: 'Form Prop',
|
|
|
|
|
|
- prompt: 'Prompt',
|
|
|
- confirm: 'OK',
|
|
|
- cancel: 'Cancel',
|
|
|
- import: 'Import',
|
|
|
- importJsonHint: 'The code to be imported should have the following JSON format.',
|
|
|
- importDSHint: 'The format of the imported datasource must be valid.',
|
|
|
- invalidOptionsData: 'Invalid data of options:',
|
|
|
- lastPaneCannotBeDeleted: 'The last pane cannot be deleted.',
|
|
|
- duplicateName: 'Duplicate name: ',
|
|
|
- nameRequired: 'Name required.',
|
|
|
+ prompt: 'Prompt',
|
|
|
+ confirm: 'OK',
|
|
|
+ cancel: 'Cancel',
|
|
|
+ import: 'Import',
|
|
|
+ importJsonHint: 'The code to be imported should have the following JSON format.',
|
|
|
+ importDSHint: 'The format of the imported datasource must be valid.',
|
|
|
+ invalidOptionsData: 'Invalid data of options:',
|
|
|
+ lastPaneCannotBeDeleted: 'The last pane cannot be deleted.',
|
|
|
+ duplicateName: 'Duplicate name: ',
|
|
|
+ nameRequired: 'Name required.',
|
|
|
|
|
|
- numberValidator: 'Number',
|
|
|
- letterValidator: 'Letter',
|
|
|
- letterAndNumberValidator: 'LetterAndNumber',
|
|
|
- mobilePhoneValidator: 'MobilePhone',
|
|
|
- emailValidator: 'Email',
|
|
|
- urlValidator: 'URL',
|
|
|
- noChineseValidator: 'Non-Chinese',
|
|
|
- chineseValidator: 'Chinese',
|
|
|
+ numberValidator: 'Number',
|
|
|
+ letterValidator: 'Letter',
|
|
|
+ letterAndNumberValidator: 'LetterAndNumber',
|
|
|
+ mobilePhoneValidator: 'MobilePhone',
|
|
|
+ emailValidator: 'Email',
|
|
|
+ urlValidator: 'URL',
|
|
|
+ noChineseValidator: 'Non-Chinese',
|
|
|
+ chineseValidator: 'Chinese',
|
|
|
|
|
|
- rowspanNotConsistentForMergeEntireRow: 'Cells in this row don\'t have the same rowspan, operation failed.',
|
|
|
- colspanNotConsistentForMergeEntireColumn: 'Cells in this column don\'t have the same colspan, operation failed.',
|
|
|
- rowspanNotConsistentForDeleteEntireRow: 'Cells in this row don\'t have the same rowspan, operation failed.',
|
|
|
- colspanNotConsistentForDeleteEntireColumn: 'Cells in this column don\'t have the same colspan, operation failed.',
|
|
|
- lastColCannotBeDeleted: 'The last col cannot be deleted.',
|
|
|
- lastRowCannotBeDeleted: 'The last row cannot be deleted.',
|
|
|
- },
|
|
|
+ rowspanNotConsistentForMergeEntireRow: 'Cells in this row don\'t have the same rowspan, operation failed.',
|
|
|
+ colspanNotConsistentForMergeEntireColumn: 'Cells in this column don\'t have the same colspan, operation failed.',
|
|
|
+ rowspanNotConsistentForDeleteEntireRow: 'Cells in this row don\'t have the same rowspan, operation failed.',
|
|
|
+ colspanNotConsistentForDeleteEntireColumn: 'Cells in this column don\'t have the same colspan, operation failed.',
|
|
|
+ lastColCannotBeDeleted: 'The last col cannot be deleted.',
|
|
|
+ lastRowCannotBeDeleted: 'The last row cannot be deleted.',
|
|
|
+ },
|
|
|
|
|
|
- toolbar: {
|
|
|
- undoHint: 'Undo',
|
|
|
- redoHint: 'Redo',
|
|
|
- pcLayout: 'PC',
|
|
|
- padLayout: 'Pad',
|
|
|
- mobileLayout: 'H5',
|
|
|
- nodeTreeHint: 'Tree View Of Component Hierarchy',
|
|
|
- nodeTreeTitle: 'Tree View Of Component Hierarchy',
|
|
|
- clear: 'Clear',
|
|
|
- preview: 'Preview',
|
|
|
- importJson: 'Import',
|
|
|
- exportJson: 'Export',
|
|
|
- exportCode: 'Codes',
|
|
|
- generateCode: 'Generate Code',
|
|
|
- generateSFC: 'Generate SFC',
|
|
|
- },
|
|
|
+ toolbar: {
|
|
|
+ undoHint: 'Undo',
|
|
|
+ redoHint: 'Redo',
|
|
|
+ pcLayout: 'PC',
|
|
|
+ padLayout: 'Pad',
|
|
|
+ mobileLayout: 'H5',
|
|
|
+ nodeTreeHint: 'Tree View Of Component Hierarchy',
|
|
|
+ nodeTreeTitle: 'Tree View Of Component Hierarchy',
|
|
|
+ clear: 'Clear',
|
|
|
+ preview: 'Preview',
|
|
|
+ importJson: 'Import',
|
|
|
+ exportJson: 'Export',
|
|
|
+ exportCode: 'Codes',
|
|
|
+ generateCode: 'Generate Code',
|
|
|
+ generateSFC: 'Generate SFC',
|
|
|
+ },
|
|
|
|
|
|
- setting: {
|
|
|
- basicSetting: 'Basic Setting',
|
|
|
- attributeSetting: 'Attribute Setting',
|
|
|
- commonSetting: 'Common Setting',
|
|
|
- advancedSetting: 'Advanced Setting',
|
|
|
- eventSetting: 'Event Setting',
|
|
|
- uniqueName: 'Unique Name',
|
|
|
- editNameHelp: 'Press enter to confirm the modification',
|
|
|
- label: 'Label',
|
|
|
- displayType: 'Type',
|
|
|
- defaultValue: 'Default Value',
|
|
|
- placeholder: 'Placeholder',
|
|
|
- startPlaceholder: 'Start Placeholder',
|
|
|
- endPlaceholder: 'End Placeholder',
|
|
|
- widgetColumnWidth: 'Width',
|
|
|
- widgetSize: 'Size',
|
|
|
- fontSize: 'Font Size',
|
|
|
- textAlign: 'Text Align',
|
|
|
- showStops: 'Show Stops',
|
|
|
- displayStyle: 'Display Style',
|
|
|
- inlineLayout: 'inline',
|
|
|
- blockLayout: 'block',
|
|
|
- buttonStyle: 'Show As Button',
|
|
|
- border: 'Show Border',
|
|
|
- labelWidth: 'Width Of Label',
|
|
|
- rows: 'Rows',
|
|
|
- labelHidden: 'Hide Label',
|
|
|
- labelWrap: 'Label Wrap',
|
|
|
- required: 'Required',
|
|
|
- requiredHint: 'Failure Hint',
|
|
|
- validation: 'Validation',
|
|
|
- validationHelp: 'Regular expressions supported',
|
|
|
- validationHint: 'Validation Hint',
|
|
|
- readonly: 'Readonly',
|
|
|
- disabled: 'Disabled',
|
|
|
- hidden: 'Hidden',
|
|
|
- textContent: 'Text',
|
|
|
- preWrap: 'Line Wrap',
|
|
|
- htmlContent: 'HTML',
|
|
|
- clearable: 'Clearable',
|
|
|
- editable: 'Editable',
|
|
|
- format: 'Format',
|
|
|
- valueFormat: 'Value Format',
|
|
|
- showPassword: 'Show Reveal',
|
|
|
- filterable: 'Filterable',
|
|
|
- allowCreate: 'Allow Create',
|
|
|
- remote: 'Remote Query',
|
|
|
- automaticDropdown: 'Automatic Dropdown',
|
|
|
- multiple: 'Multiple',
|
|
|
- multipleLimit: 'Multiple Limit',
|
|
|
- checkStrictly: 'Any Level Selectable',
|
|
|
- showAllLevels: 'Show All Levels',
|
|
|
- contentPosition: 'Content Position',
|
|
|
- dividerDirection: 'Direction',
|
|
|
- plain: 'Plain',
|
|
|
- round: 'Round',
|
|
|
- circle: 'Circle',
|
|
|
- icon: 'Icon',
|
|
|
- optionsSetting: 'Options Setting',
|
|
|
- addOption: 'Add Option',
|
|
|
- importOptions: 'Import Options',
|
|
|
- resetDefault: 'Reset Default',
|
|
|
- uploadSetting: 'Upload Setting',
|
|
|
- uploadURL: 'Upload URL',
|
|
|
- uploadTip: 'Tip Content',
|
|
|
- withCredentials: 'Send Cookie',
|
|
|
- multipleSelect: 'File Multi-select',
|
|
|
- showFileList: 'Show File List',
|
|
|
- limit: 'Max Upload Number',
|
|
|
- fileMaxSize: 'Max Size(MB)',
|
|
|
- fileTypes: 'Upload File Types',
|
|
|
- fileTypesHelp: 'Allows to add more file types',
|
|
|
- headers: 'Request Headers',
|
|
|
+ setting: {
|
|
|
+ basicSetting: 'Basic Setting',
|
|
|
+ attributeSetting: 'Attribute Setting',
|
|
|
+ commonSetting: 'Common Setting',
|
|
|
+ advancedSetting: 'Advanced Setting',
|
|
|
+ eventSetting: 'Event Setting',
|
|
|
+ uniqueName: 'Unique Name',
|
|
|
+ editNameHelp: 'Press enter to confirm the modification',
|
|
|
+ label: 'Label',
|
|
|
+ displayType: 'Type',
|
|
|
+ defaultValue: 'Default Value',
|
|
|
+ placeholder: 'Placeholder',
|
|
|
+ startPlaceholder: 'Start Placeholder',
|
|
|
+ endPlaceholder: 'End Placeholder',
|
|
|
+ widgetColumnWidth: 'Width',
|
|
|
+ widgetSize: 'Size',
|
|
|
+ fontSize: 'Font Size',
|
|
|
+ textAlign: 'Text Align',
|
|
|
+ showStops: 'Show Stops',
|
|
|
+ displayStyle: 'Display Style',
|
|
|
+ inlineLayout: 'inline',
|
|
|
+ blockLayout: 'block',
|
|
|
+ buttonStyle: 'Show As Button',
|
|
|
+ border: 'Show Border',
|
|
|
+ labelWidth: 'Width Of Label',
|
|
|
+ rows: 'Rows',
|
|
|
+ labelHidden: 'Hide Label',
|
|
|
+ labelWrap: 'Label Wrap',
|
|
|
+ required: 'Required',
|
|
|
+ requiredHint: 'Failure Hint',
|
|
|
+ validation: 'Validation',
|
|
|
+ validationHelp: 'Regular expressions supported',
|
|
|
+ validationHint: 'Validation Hint',
|
|
|
+ readonly: 'Readonly',
|
|
|
+ disabled: 'Disabled',
|
|
|
+ hidden: 'Hidden',
|
|
|
+ textContent: 'Text',
|
|
|
+ preWrap: 'Line Wrap',
|
|
|
+ htmlContent: 'HTML',
|
|
|
+ clearable: 'Clearable',
|
|
|
+ editable: 'Editable',
|
|
|
+ format: 'Format',
|
|
|
+ valueFormat: 'Value Format',
|
|
|
+ showPassword: 'Show Reveal',
|
|
|
+ filterable: 'Filterable',
|
|
|
+ allowCreate: 'Allow Create',
|
|
|
+ remote: 'Remote Query',
|
|
|
+ automaticDropdown: 'Automatic Dropdown',
|
|
|
+ multiple: 'Multiple',
|
|
|
+ multipleLimit: 'Multiple Limit',
|
|
|
+ checkStrictly: 'Any Level Selectable',
|
|
|
+ showAllLevels: 'Show All Levels',
|
|
|
+ contentPosition: 'Content Position',
|
|
|
+ dividerDirection: 'Direction',
|
|
|
+ plain: 'Plain',
|
|
|
+ round: 'Round',
|
|
|
+ circle: 'Circle',
|
|
|
+ icon: 'Icon',
|
|
|
+ optionsSetting: 'Options Setting',
|
|
|
+ addOption: 'Add Option',
|
|
|
+ importOptions: 'Import Options',
|
|
|
+ resetDefault: 'Reset Default',
|
|
|
+ uploadSetting: 'Upload Setting',
|
|
|
+ uploadURL: 'Upload URL',
|
|
|
+ uploadTip: 'Tip Content',
|
|
|
+ withCredentials: 'Send Cookie',
|
|
|
+ multipleSelect: 'File Multi-select',
|
|
|
+ showFileList: 'Show File List',
|
|
|
+ limit: 'Max Upload Number',
|
|
|
+ fileMaxSize: 'Max Size(MB)',
|
|
|
+ fileTypes: 'Upload File Types',
|
|
|
+ fileTypesHelp: 'Allows to add more file types',
|
|
|
+ headers: 'Request Headers',
|
|
|
|
|
|
- cellWidth: 'Width',
|
|
|
- cellHeight: 'Height',
|
|
|
- wordBreak: 'Line Wrap',
|
|
|
- gridColHeight: 'Height Of Col(px)',
|
|
|
- gutter: 'Gutter(px)',
|
|
|
- columnSetting: 'Cols Setting',
|
|
|
- colsOfGrid: 'Cols Of Grid:',
|
|
|
- colSpanTitle: 'Spans Of Col',
|
|
|
- colOffsetTitle: 'Offset Of Col',
|
|
|
- colPushTitle: 'Push Of Col',
|
|
|
- colPullTitle: 'Pull Of Col',
|
|
|
- addColumn: 'Add Column',
|
|
|
- responsive: 'Responsive',
|
|
|
+ cellWidth: 'Width',
|
|
|
+ cellHeight: 'Height',
|
|
|
+ wordBreak: 'Line Wrap',
|
|
|
+ gridColHeight: 'Height Of Col(px)',
|
|
|
+ gutter: 'Gutter(px)',
|
|
|
+ columnSetting: 'Cols Setting',
|
|
|
+ colsOfGrid: 'Cols Of Grid:',
|
|
|
+ colSpanTitle: 'Spans Of Col',
|
|
|
+ colOffsetTitle: 'Offset Of Col',
|
|
|
+ colPushTitle: 'Push Of Col',
|
|
|
+ colPullTitle: 'Pull Of Col',
|
|
|
+ addColumn: 'Add Column',
|
|
|
+ responsive: 'Responsive',
|
|
|
|
|
|
- tabPaneSetting: 'Tab Panes',
|
|
|
- addTabPane: 'Add Tab Pane',
|
|
|
- paneActive: 'Active',
|
|
|
+ tabPaneSetting: 'Tab Panes',
|
|
|
+ addTabPane: 'Add Tab Pane',
|
|
|
+ paneActive: 'Active',
|
|
|
|
|
|
- customLabelIcon: 'Custom Label',
|
|
|
- labelIconClass: 'Label Icon Class',
|
|
|
- labelIconPosition: 'Label Icon Position',
|
|
|
- labelTooltip: 'Label Tooltip',
|
|
|
- minValue: 'Min Value',
|
|
|
- maxValue: 'Max Value',
|
|
|
- precision: 'Precision',
|
|
|
- step: 'Step',
|
|
|
- controlsPosition: 'Controls Position',
|
|
|
- minLength: 'Min Length',
|
|
|
- maxLength: 'Max Length',
|
|
|
- showWordLimit: 'Show Word Limit',
|
|
|
- prefixIcon: 'Prefix Icon',
|
|
|
- suffixIcon: 'Suffix Icon',
|
|
|
- inputButton: 'Input Button Setting',
|
|
|
- appendButton: 'Append Button',
|
|
|
- appendButtonDisabled: 'Button Disabled',
|
|
|
- appendButtonIcon: 'Append Button Icon',
|
|
|
- buttonIcon: 'Button Icon',
|
|
|
- switchWidth: 'Width of Switch(px)',
|
|
|
- activeText: 'Active Text',
|
|
|
- inactiveText: 'Inactive Text',
|
|
|
- activeColor: 'Active Color',
|
|
|
- inactiveColor: 'Inactive Color',
|
|
|
- maxStars: 'Stars Max Number',
|
|
|
- lowThreshold: 'Low Threshold',
|
|
|
- highThreshold: 'High Threshold',
|
|
|
- allowHalf: 'Allow Half',
|
|
|
- showText: 'Show Text',
|
|
|
- showScore: 'Show Score',
|
|
|
- range: 'Range',
|
|
|
- vertical: 'Vertical',
|
|
|
- showBlankRow: 'Show Blank Row',
|
|
|
- showRowNumber: 'Show Row Number',
|
|
|
- actionColumnPosition: 'Position Of Buttons Column',
|
|
|
+ customLabelIcon: 'Custom Label',
|
|
|
+ labelIconClass: 'Label Icon Class',
|
|
|
+ labelIconPosition: 'Label Icon Position',
|
|
|
+ labelTooltip: 'Label Tooltip',
|
|
|
+ minValue: 'Min Value',
|
|
|
+ maxValue: 'Max Value',
|
|
|
+ precision: 'Precision',
|
|
|
+ step: 'Step',
|
|
|
+ controlsPosition: 'Controls Position',
|
|
|
+ minLength: 'Min Length',
|
|
|
+ maxLength: 'Max Length',
|
|
|
+ showWordLimit: 'Show Word Limit',
|
|
|
+ prefixIcon: 'Prefix Icon',
|
|
|
+ suffixIcon: 'Suffix Icon',
|
|
|
+ inputButton: 'Input Button Setting',
|
|
|
+ appendButton: 'Append Button',
|
|
|
+ appendButtonDisabled: 'Button Disabled',
|
|
|
+ appendButtonIcon: 'Append Button Icon',
|
|
|
+ buttonIcon: 'Button Icon',
|
|
|
+ switchWidth: 'Width of Switch(px)',
|
|
|
+ activeText: 'Active Text',
|
|
|
+ inactiveText: 'Inactive Text',
|
|
|
+ activeColor: 'Active Color',
|
|
|
+ inactiveColor: 'Inactive Color',
|
|
|
+ maxStars: 'Stars Max Number',
|
|
|
+ lowThreshold: 'Low Threshold',
|
|
|
+ highThreshold: 'High Threshold',
|
|
|
+ allowHalf: 'Allow Half',
|
|
|
+ showText: 'Show Text',
|
|
|
+ showScore: 'Show Score',
|
|
|
+ range: 'Range',
|
|
|
+ vertical: 'Vertical',
|
|
|
+ showBlankRow: 'Show Blank Row',
|
|
|
+ showRowNumber: 'Show Row Number',
|
|
|
+ actionColumnPosition: 'Position Of Buttons Column',
|
|
|
|
|
|
- insertColumnToLeft: 'insert column to left',
|
|
|
- insertColumnToRight: 'insert column to right',
|
|
|
- insertRowAbove: 'insert row above',
|
|
|
- insertRowBelow: 'insert row below',
|
|
|
- mergeLeftColumn: 'merge left cell',
|
|
|
- mergeRightColumn: 'merge right cell',
|
|
|
- mergeEntireRow: 'merge entire row',
|
|
|
- mergeRowAbove: 'merge cell above',
|
|
|
- mergeRowBelow: 'merge cell below',
|
|
|
- mergeEntireColumn: 'merge entire column',
|
|
|
- undoMergeCol: 'undo merge column',
|
|
|
- undoMergeRow: 'undo merge row',
|
|
|
- deleteEntireCol: 'delete entire column',
|
|
|
- deleteEntireRow: 'delete entire row',
|
|
|
+ insertColumnToLeft: 'insert column to left',
|
|
|
+ insertColumnToRight: 'insert column to right',
|
|
|
+ insertRowAbove: 'insert row above',
|
|
|
+ insertRowBelow: 'insert row below',
|
|
|
+ mergeLeftColumn: 'merge left cell',
|
|
|
+ mergeRightColumn: 'merge right cell',
|
|
|
+ mergeEntireRow: 'merge entire row',
|
|
|
+ mergeRowAbove: 'merge cell above',
|
|
|
+ mergeRowBelow: 'merge cell below',
|
|
|
+ mergeEntireColumn: 'merge entire column',
|
|
|
+ undoMergeCol: 'undo merge column',
|
|
|
+ undoMergeRow: 'undo merge row',
|
|
|
+ deleteEntireCol: 'delete entire column',
|
|
|
+ deleteEntireRow: 'delete entire row',
|
|
|
|
|
|
- widgetName: 'Unique Name',
|
|
|
- formSize: 'Size',
|
|
|
- labelPosition: 'Position Of Label',
|
|
|
- topPosition: 'Top',
|
|
|
- leftPosition: 'Left',
|
|
|
- labelAlign: 'Label Align',
|
|
|
- leftAlign: 'Left',
|
|
|
- centerAlign: 'Center',
|
|
|
- rightAlign: 'Right',
|
|
|
- formCss: 'Form CSS',
|
|
|
- addCss: 'Edit',
|
|
|
- customClass: 'Custom Class',
|
|
|
- globalFunctions: 'Global Functions',
|
|
|
- addEventHandler: 'Edit',
|
|
|
- editWidgetEventHandler: 'Edit Widget Event Handler',
|
|
|
- editFormEventHandler: 'Edit Form Event Handler',
|
|
|
- formSFCSetting: 'SFC Setting',
|
|
|
- formModelName: 'Model Name',
|
|
|
- formRefName: 'Ref Name',
|
|
|
- formRulesName: 'Rules Name',
|
|
|
- syntaxCheckWarning: 'Syntax error in the javascript codes, please check again!',
|
|
|
+ widgetName: 'Unique Name',
|
|
|
+ formSize: 'Size',
|
|
|
+ labelPosition: 'Position Of Label',
|
|
|
+ topPosition: 'Top',
|
|
|
+ leftPosition: 'Left',
|
|
|
+ labelAlign: 'Label Align',
|
|
|
+ leftAlign: 'Left',
|
|
|
+ centerAlign: 'Center',
|
|
|
+ rightAlign: 'Right',
|
|
|
+ formCss: 'Form CSS',
|
|
|
+ addCss: 'Edit',
|
|
|
+ customClass: 'Custom Class',
|
|
|
+ globalFunctions: 'Global Functions',
|
|
|
+ addEventHandler: 'Edit',
|
|
|
+ editWidgetEventHandler: 'Edit Widget Event Handler',
|
|
|
+ editFormEventHandler: 'Edit Form Event Handler',
|
|
|
+ formSFCSetting: 'SFC Setting',
|
|
|
+ formModelName: 'Model Name',
|
|
|
+ formRefName: 'Ref Name',
|
|
|
+ formRulesName: 'Rules Name',
|
|
|
+ syntaxCheckWarning: 'Syntax error in the javascript codes, please check again!',
|
|
|
|
|
|
- //dialog & drawer
|
|
|
- title: 'Title',
|
|
|
- dialogWidth: 'Width(px/%)',
|
|
|
- fullscreen: 'Full Screen',
|
|
|
- showModal: 'Show Modal',
|
|
|
- showClose: 'Show Close',
|
|
|
- closeOnClickModal: 'Click Modal To Close ',
|
|
|
- closeOnPressEscape: 'Press Esc To Close',
|
|
|
- center: 'Center Header And Footer',
|
|
|
- readMode: 'Form Readonly',
|
|
|
- disabledMode: 'Form Disabled',
|
|
|
- okButtonLabel: 'Label Of OK Btn',
|
|
|
- okButtonHidden: 'Hide OK Btn',
|
|
|
- cancelButtonLabel: 'Label Of Cancel Btn',
|
|
|
- cancelButtonHidden: 'Hide Cancel Btn',
|
|
|
- drawSize: 'Size(px/%)',
|
|
|
- drawDirection: 'Direction',
|
|
|
+ //dialog & drawer
|
|
|
+ title: 'Title',
|
|
|
+ dialogWidth: 'Width(px/%)',
|
|
|
+ fullscreen: 'Full Screen',
|
|
|
+ showModal: 'Show Modal',
|
|
|
+ showClose: 'Show Close',
|
|
|
+ closeOnClickModal: 'Click Modal To Close ',
|
|
|
+ closeOnPressEscape: 'Press Esc To Close',
|
|
|
+ center: 'Center Header And Footer',
|
|
|
+ readMode: 'Form Readonly',
|
|
|
+ disabledMode: 'Form Disabled',
|
|
|
+ okButtonLabel: 'Label Of OK Btn',
|
|
|
+ okButtonHidden: 'Hide OK Btn',
|
|
|
+ cancelButtonLabel: 'Label Of Cancel Btn',
|
|
|
+ cancelButtonHidden: 'Hide Cancel Btn',
|
|
|
+ drawSize: 'Size(px/%)',
|
|
|
+ drawDirection: 'Direction',
|
|
|
|
|
|
- //data-table
|
|
|
- tableWidth: 'Width(px/%)',
|
|
|
- tableHeight: 'Height(px/%)',
|
|
|
- showCheckBox: 'Show CheckBox',
|
|
|
- showIndex: 'Show Row Number',
|
|
|
- showPagination: 'Show Pagination',
|
|
|
- smallPagination: 'Small Pagination',
|
|
|
- tableColEdit: 'Edit Cols',
|
|
|
- tableDataEdit: 'Edit Data',
|
|
|
- stripe: 'Stripe',
|
|
|
- showSummary: 'Show Summary',
|
|
|
- rowSpacing: 'Row Spacing(px)',
|
|
|
- editAction: 'Edit...',
|
|
|
- columnName: 'Name',
|
|
|
- columnLabel: 'Label',
|
|
|
- columnWidth: 'Width(px/%)',
|
|
|
- visibleColumn: 'Visible',
|
|
|
- sortableColumn: 'Sortable',
|
|
|
- fixedColumn: 'Fixed',
|
|
|
- alignTypeOfColumn: 'Align',
|
|
|
- formatOfColumn: 'Format',
|
|
|
- customRenderGroup: 'Custom Render',
|
|
|
- renderFunction: 'Render',
|
|
|
- actionColumn: 'Action',
|
|
|
- addTableColumn: 'Add New Column',
|
|
|
- deleteTableColumn: 'Delete This Column',
|
|
|
- onlyOneColumnCannotBeDeleted: 'The last column cannot be deleted.',
|
|
|
- treeDataEnabled: 'Enable Tree Data',
|
|
|
- rowKeyOfTreeData: 'Row Key Of Data',
|
|
|
- childrenKeyOfTreeData: 'Children Of Data',
|
|
|
- showButtonsColumn: 'Buttons Column',
|
|
|
- buttonsColumnEdit: 'Edit Buttons',
|
|
|
- buttonsColumnTitle: 'Title',
|
|
|
- buttonsColumnWidth: 'Width(px)',
|
|
|
- operationButtonsSetting: 'Buttons Setting',
|
|
|
- operationButtonName: 'Name',
|
|
|
- operationButtonLabel: 'Text',
|
|
|
- operationButtonType: 'Type',
|
|
|
- operationButtonSize: 'Size',
|
|
|
- operationButtonRound: 'Round',
|
|
|
- operationButtonHidden: 'Hidden',
|
|
|
- operationButtonDisabled: 'Disabled',
|
|
|
- addOperationButton: 'Add New Button',
|
|
|
- deleteOperationButtonHint: 'Delete this button?',
|
|
|
- operationButtonDuplicatedNameError: 'Duplicate button name.',
|
|
|
+ //data-table
|
|
|
+ tableWidth: 'Width(px/%)',
|
|
|
+ tableHeight: 'Height(px/%)',
|
|
|
+ showCheckBox: 'Show CheckBox',
|
|
|
+ showIndex: 'Show Row Number',
|
|
|
+ showPagination: 'Show Pagination',
|
|
|
+ smallPagination: 'Small Pagination',
|
|
|
+ tableColEdit: 'Edit Cols',
|
|
|
+ tableDataEdit: 'Edit Data',
|
|
|
+ stripe: 'Stripe',
|
|
|
+ showSummary: 'Show Summary',
|
|
|
+ rowSpacing: 'Row Spacing(px)',
|
|
|
+ editAction: 'Edit...',
|
|
|
+ columnName: 'Name',
|
|
|
+ columnLabel: 'Label',
|
|
|
+ columnWidth: 'Width(px/%)',
|
|
|
+ visibleColumn: 'Visible',
|
|
|
+ sortableColumn: 'Sortable',
|
|
|
+ fixedColumn: 'Fixed',
|
|
|
+ alignTypeOfColumn: 'Align',
|
|
|
+ formatOfColumn: 'Format',
|
|
|
+ customRenderGroup: 'Custom Render',
|
|
|
+ renderFunction: 'Render',
|
|
|
+ actionColumn: 'Action',
|
|
|
+ addTableColumn: 'Add New Column',
|
|
|
+ deleteTableColumn: 'Delete This Column',
|
|
|
+ onlyOneColumnCannotBeDeleted: 'The last column cannot be deleted.',
|
|
|
+ treeDataEnabled: 'Enable Tree Data',
|
|
|
+ rowKeyOfTreeData: 'Row Key Of Data',
|
|
|
+ childrenKeyOfTreeData: 'Children Of Data',
|
|
|
+ showButtonsColumn: 'Buttons Column',
|
|
|
+ buttonsColumnEdit: 'Edit Buttons',
|
|
|
+ buttonsColumnTitle: 'Title',
|
|
|
+ buttonsColumnWidth: 'Width(px)',
|
|
|
+ operationButtonsSetting: 'Buttons Setting',
|
|
|
+ operationButtonName: 'Name',
|
|
|
+ operationButtonLabel: 'Text',
|
|
|
+ operationButtonPop: 'Popid',
|
|
|
+ operationButtonType: 'Type',
|
|
|
+ operationButtonSize: 'Size',
|
|
|
+ operationButtonRound: 'Round',
|
|
|
+ operationButtonHidden: 'Hidden',
|
|
|
+ operationButtonDisabled: 'Disabled',
|
|
|
+ addOperationButton: 'Add New Button',
|
|
|
+ deleteOperationButtonHint: 'Delete this button?',
|
|
|
+ operationButtonDuplicatedNameError: 'Duplicate button name.',
|
|
|
|
|
|
- //data-source
|
|
|
- dsEnabled: 'Use Datasource',
|
|
|
- dsName: 'Datasource Name',
|
|
|
- dataSetName: 'Dataset Name',
|
|
|
- labelKeyName: 'Label Key',
|
|
|
- valueKeyName: 'Value Key',
|
|
|
- childrenKeyName: 'Children Key',
|
|
|
- dataSource: 'Datasource',
|
|
|
- noDataSource: 'No datasource.',
|
|
|
- addDataSource: 'Add Datasource',
|
|
|
- importDataSource: 'Import Datasource',
|
|
|
- clearExistingDataSource: 'Empty the existing datasource',
|
|
|
- remainExistingDataSource: 'Append to the existing datasource',
|
|
|
- exportDataSource: 'Export Datasource',
|
|
|
- selectDataSourceForExport: 'Select Datasource',
|
|
|
- dataSourceChecked: 'Checked',
|
|
|
- previewDataSourceExportResult: 'Preview Result',
|
|
|
- dataSourceSetting: 'Datasource Setting',
|
|
|
- deleteDataSourceHint: 'Delete this datasource?',
|
|
|
- fieldValueRequired: 'Value can not be null',
|
|
|
- dsUniqueName: 'Unique Name',
|
|
|
- dsRequestURL: 'Request URL',
|
|
|
- dsRequestURLType: 'Request URL Type',
|
|
|
- dsURLStringType: 'String',
|
|
|
- dsURLVariableType: 'Expression',
|
|
|
- dsDescription: 'Description',
|
|
|
- dsRequestMethod: 'Request Method',
|
|
|
- dsRequestHeaders: 'Headers',
|
|
|
- addRequestHeader: 'Add Header',
|
|
|
- dsRequestParams: 'Params',
|
|
|
- addRequestParam: 'Add Param',
|
|
|
- dsRequestData: 'Data',
|
|
|
- addRequestData: 'Add Data',
|
|
|
- addDataSet: 'Add Dataset',
|
|
|
- dsRequestValueStringType: 'String',
|
|
|
- dsRequestValueNumberType: 'Number',
|
|
|
- dsRequestValueBooleanType: 'Boolean',
|
|
|
- dsRequestValueVariableType: 'Variable',
|
|
|
- dsRequestNameInputPlaceholder: 'Name',
|
|
|
- dsRequestTypeInputPlaceholder: 'Type',
|
|
|
- dsRequestValueInputPlaceholder: 'Value',
|
|
|
- dataSetRemarkInputPlaceholder: 'Remark',
|
|
|
- dsConfigHandlerTitle: '1. Config Handler',
|
|
|
- dsDataHandlerTitle: '2. Data Handler',
|
|
|
- dsErrorHandlerTitle: '3. Error Handler',
|
|
|
- dataSetSettingTitle: '4. Dataset Setting',
|
|
|
- dataSetEnabled: 'Multiple Datasets Enabled',
|
|
|
- dataSetSetting: 'List Of Datasets',
|
|
|
- testDataSource: 'Test Datasource',
|
|
|
- saveDataSource: 'Save Datasource',
|
|
|
- dsvTitle: 'Datasource Variable',
|
|
|
- dsRequestResult: 'Result Data',
|
|
|
- executeDataSource: 'Run Test',
|
|
|
- clearRequestResult: 'Clear Result',
|
|
|
- dsRequestNumberTypeError: 'Number value error',
|
|
|
- dsRequestBooleanTypeError: 'Boolean value error',
|
|
|
- dsValidationError: 'Datasource check failure.',
|
|
|
- dsDuplicatedNameError: 'Duplicate datasource name.',
|
|
|
+ //data-source
|
|
|
+ dsEnabled: 'Use Datasource',
|
|
|
+ dsName: 'Datasource Name',
|
|
|
+ dataSetName: 'Dataset Name',
|
|
|
+ labelKeyName: 'Label Key',
|
|
|
+ valueKeyName: 'Value Key',
|
|
|
+ childrenKeyName: 'Children Key',
|
|
|
+ dataSource: 'Datasource',
|
|
|
+ noDataSource: 'No datasource.',
|
|
|
+ addDataSource: 'Add Datasource',
|
|
|
+ importDataSource: 'Import Datasource',
|
|
|
+ clearExistingDataSource: 'Empty the existing datasource',
|
|
|
+ remainExistingDataSource: 'Append to the existing datasource',
|
|
|
+ exportDataSource: 'Export Datasource',
|
|
|
+ selectDataSourceForExport: 'Select Datasource',
|
|
|
+ dataSourceChecked: 'Checked',
|
|
|
+ previewDataSourceExportResult: 'Preview Result',
|
|
|
+ dataSourceSetting: 'Datasource Setting',
|
|
|
+ deleteDataSourceHint: 'Delete this datasource?',
|
|
|
+ fieldValueRequired: 'Value can not be null',
|
|
|
+ dsUniqueName: 'Unique Name',
|
|
|
+ dsRequestURL: 'Request URL',
|
|
|
+ dsRequestURLType: 'Request URL Type',
|
|
|
+ dsURLStringType: 'String',
|
|
|
+ dsURLVariableType: 'Expression',
|
|
|
+ dsDescription: 'Description',
|
|
|
+ dsRequestMethod: 'Request Method',
|
|
|
+ dsRequestHeaders: 'Headers',
|
|
|
+ addRequestHeader: 'Add Header',
|
|
|
+ dsRequestParams: 'Params',
|
|
|
+ addRequestParam: 'Add Param',
|
|
|
+ dsRequestData: 'Data',
|
|
|
+ addRequestData: 'Add Data',
|
|
|
+ addDataSet: 'Add Dataset',
|
|
|
+ dsRequestValueStringType: 'String',
|
|
|
+ dsRequestValueNumberType: 'Number',
|
|
|
+ dsRequestValueBooleanType: 'Boolean',
|
|
|
+ dsRequestValueVariableType: 'Variable',
|
|
|
+ dsRequestNameInputPlaceholder: 'Name',
|
|
|
+ dsRequestTypeInputPlaceholder: 'Type',
|
|
|
+ dsRequestValueInputPlaceholder: 'Value',
|
|
|
+ dataSetRemarkInputPlaceholder: 'Remark',
|
|
|
+ dsConfigHandlerTitle: '1. Config Handler',
|
|
|
+ dsDataHandlerTitle: '2. Data Handler',
|
|
|
+ dsErrorHandlerTitle: '3. Error Handler',
|
|
|
+ dataSetSettingTitle: '4. Dataset Setting',
|
|
|
+ dataSetEnabled: 'Multiple Datasets Enabled',
|
|
|
+ dataSetSetting: 'List Of Datasets',
|
|
|
+ testDataSource: 'Test Datasource',
|
|
|
+ saveDataSource: 'Save Datasource',
|
|
|
+ dsvTitle: 'Datasource Variable',
|
|
|
+ dsRequestResult: 'Result Data',
|
|
|
+ executeDataSource: 'Run Test',
|
|
|
+ clearRequestResult: 'Clear Result',
|
|
|
+ dsRequestNumberTypeError: 'Number value error',
|
|
|
+ dsRequestBooleanTypeError: 'Boolean value error',
|
|
|
+ dsValidationError: 'Datasource check failure.',
|
|
|
+ dsDuplicatedNameError: 'Duplicate datasource name.',
|
|
|
|
|
|
// tree
|
|
|
- showTreeCheckBox:'Show CheckBox',
|
|
|
- lazy:'Lazy',
|
|
|
- treeDataEdit:'Tree Data Edit',
|
|
|
- defaultExpandAllNode:'Default Expand All',
|
|
|
- expandRetractAllNode:'Expand/Retract All',
|
|
|
- selectClearAllNode:'Check/Uncheck All',
|
|
|
- nodeEdit:"Show Node Action",
|
|
|
- expandAllNode:'Expand All',
|
|
|
- retractAllNode:'Retract All',
|
|
|
- selectAllNode:'Check All',
|
|
|
- clearAllNode:'Uncheck All',
|
|
|
+ showTreeCheckBox: 'Show CheckBox',
|
|
|
+ lazy: 'Lazy',
|
|
|
+ treeDataEdit: 'Tree Data Edit',
|
|
|
+ defaultExpandAllNode: 'Default Expand All',
|
|
|
+ expandRetractAllNode: 'Expand/Retract All',
|
|
|
+ selectClearAllNode: 'Check/Uncheck All',
|
|
|
+ nodeEdit: "Show Node Action",
|
|
|
+ expandAllNode: 'Expand All',
|
|
|
+ retractAllNode: 'Retract All',
|
|
|
+ selectAllNode: 'Check All',
|
|
|
+ clearAllNode: 'Uncheck All',
|
|
|
|
|
|
- draggable:'Node Draggable',
|
|
|
- filter:'Filter',
|
|
|
- expandOnClickNode:'Expand On Click',
|
|
|
- treeNodeCheckStrictly: 'Check Node Strictly',
|
|
|
- inputNodeName:'Input Name Of Node',
|
|
|
- deleteNode:'Delete this node?',
|
|
|
- nodeDeleted:'Node deleted',
|
|
|
- tips:'Tips',
|
|
|
- onNodeCheckRemark:'On Node Check',
|
|
|
- onNodeClickRemark:'On Node Click',
|
|
|
- onNodeContextmenuRemark:'ON Node Contextmenu',
|
|
|
- enterForQuery:'Enter For Query',
|
|
|
- add:'Add',
|
|
|
- delete:'Delete',
|
|
|
- }
|
|
|
+ draggable: 'Node Draggable',
|
|
|
+ filter: 'Filter',
|
|
|
+ expandOnClickNode: 'Expand On Click',
|
|
|
+ treeNodeCheckStrictly: 'Check Node Strictly',
|
|
|
+ inputNodeName: 'Input Name Of Node',
|
|
|
+ deleteNode: 'Delete this node?',
|
|
|
+ nodeDeleted: 'Node deleted',
|
|
|
+ tips: 'Tips',
|
|
|
+ onNodeCheckRemark: 'On Node Check',
|
|
|
+ onNodeClickRemark: 'On Node Click',
|
|
|
+ onNodeContextmenuRemark: 'ON Node Contextmenu',
|
|
|
+ enterForQuery: 'Enter For Query',
|
|
|
+ add: 'Add',
|
|
|
+ delete: 'Delete',
|
|
|
+ }
|
|
|
|
|
|
- }
|
|
|
+ }
|
|
|
}
|