12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- export default {
- // content mode
- contentModeFull: 'Full',
- contentModeFixed: 'Fixed width',
- // topMenu align
- topMenuAlignLeft: 'Left',
- topMenuAlignRight: 'Center',
- topMenuAlignCenter: 'Right',
- // menu trigger
- menuTriggerNone: 'Not Show',
- menuTriggerBottom: 'Bottom',
- menuTriggerTop: 'Top',
- // menu type
- menuTypeSidebar: 'Left menu mode',
- menuTypeMixSidebar: 'Left menu mixed mode',
- menuTypeMix: 'Top Menu Mix mode',
- menuTypeTopMenu: 'Top menu mode',
- on: 'On',
- off: 'Off',
- minute: 'Minute',
- operatingTitle: 'Successful!',
- operatingContent:
- 'The copy is successful, please go to src/settings/projectSetting.ts to modify the configuration!',
- resetSuccess: 'Successfully reset!',
- copyBtn: 'Copy',
- resetBtn: 'Reset',
- clearBtn: 'Clear cache and to the login page',
- drawerTitle: 'Configuration',
- navMode: 'Navigation mode',
- interfaceFunction: 'Interface function',
- interfaceDisplay: 'Interface display',
- animation: 'Animation',
- splitMenu: 'Split menu',
- closeMixSidebarOnChange: 'Switch page to close menu',
- headerTheme: 'Header theme',
- sidebarTheme: 'Menu theme',
- menuDrag: 'Drag Sidebar',
- menuSearch: 'Menu search',
- menuAccordion: 'Sidebar accordion',
- menuCollapse: 'Collapse menu',
- collapseMenuDisplayName: 'Collapse menu display name',
- topMenuLayout: 'Top menu layout',
- menuCollapseButton: 'Menu collapse button',
- contentMode: 'Content area width',
- expandedMenuWidth: 'Expanded menu width',
- breadcrumb: 'Breadcrumbs',
- breadcrumbIcon: 'Breadcrumbs Icon',
- tabs: 'Tabs',
- tabsQuickBtn: 'Tabs quick button',
- tabsRedoBtn: 'Tabs redo button',
- sidebar: 'Sidebar',
- header: 'Header',
- footer: 'Footer',
- fullContent: 'Full content',
- grayMode: 'Gray mode',
- colorWeak: 'Color Weak Mode',
- progress: 'Progress',
- switchLoading: 'Switch Loading',
- switchAnimation: 'Switch animation',
- animationType: 'Animation type',
- autoScreenLock: 'Auto screen lock',
- notAutoScreenLock: 'Not auto lock',
- fixedHeader: 'Fixed header',
- fixedSideBar: 'Fixed Sidebar',
- };
|