---初始化后台管理web页面项目
This commit is contained in:
116
src/locales/lang/en/layout.ts
Normal file
116
src/locales/lang/en/layout.ts
Normal file
@ -0,0 +1,116 @@
|
||||
export default {
|
||||
footer: { onlinePreview: 'Preview', onlineDocument: 'Document' },
|
||||
header: {
|
||||
// user dropdown
|
||||
userCenter: 'User Center',
|
||||
dropdownItemDoc: 'Document',
|
||||
dropdownItemLoginOut: 'Login Out',
|
||||
|
||||
tooltipErrorLog: 'Error log',
|
||||
tooltipLock: 'Lock screen',
|
||||
tooltipNotify: 'Notification',
|
||||
|
||||
tooltipEntryFull: 'Full Screen',
|
||||
tooltipExitFull: 'Exit Full Screen',
|
||||
|
||||
// lock
|
||||
lockScreenPassword: 'Lock screen password',
|
||||
lockScreen: 'Lock screen',
|
||||
lockScreenBtn: 'Locking',
|
||||
|
||||
home: 'Home',
|
||||
},
|
||||
multipleTab: {
|
||||
reload: 'Refresh current',
|
||||
close: 'Close current',
|
||||
closeLeft: 'Close Left',
|
||||
closeRight: 'Close Right',
|
||||
closeOther: 'Close Other',
|
||||
closeAll: 'Close All',
|
||||
},
|
||||
setting: {
|
||||
// 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',
|
||||
clearBtn: 'Clear cache and to the login page',
|
||||
|
||||
drawerTitle: 'Configuration',
|
||||
|
||||
darkMode: 'Dark mode',
|
||||
navMode: 'Navigation mode',
|
||||
interfaceFunction: 'Interface function',
|
||||
interfaceDisplay: 'Interface display',
|
||||
animation: 'Animation',
|
||||
splitMenu: 'Split menu',
|
||||
closeMixSidebarOnChange: 'Switch page to close menu',
|
||||
|
||||
sysTheme: 'System theme',
|
||||
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',
|
||||
tabDetail: 'Tab Detail',
|
||||
tabsQuickBtn: 'Tabs quick button',
|
||||
tabsRedoBtn: 'Tabs redo button',
|
||||
tabsFoldBtn: 'Tabs flod 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',
|
||||
|
||||
mixSidebarTrigger: 'Mixed menu Trigger',
|
||||
triggerHover: 'Hover',
|
||||
triggerClick: 'Click',
|
||||
|
||||
mixSidebarFixed: 'Fixed expanded menu',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user