Skip to content

Commit

Permalink
fix: optimize setting i18n trans
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Nov 6, 2023
1 parent a6f1d8d commit 2b1b890
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/locales/lang/en/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,23 @@ export default {

copyBtn: 'Copy',
clearBtn: 'Clear cache and to the login page',
clearDictionaryCache: 'Clear dictionary cache',
clearDictionaryCache: 'Clear dictionary caches',

drawerTitle: 'Configuration',

darkMode: 'Dark mode',
navMode: 'Navigation mode',
interfaceFunction: 'Interface function',
interfaceDisplay: 'Interface display',
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',
sysTheme: 'System Theme',
headerTheme: 'Header Theme',
sidebarTheme: 'Menu Theme',

menuDrag: 'Drag Sidebar',
menuDrag: 'Drag sidebar',
menuSearch: 'Menu search',
menuAccordion: 'Sidebar accordion',
menuCollapse: 'Collapse menu',
Expand All @@ -84,7 +84,7 @@ export default {
expandedMenuWidth: 'Expanded menu width',

breadcrumb: 'Breadcrumbs',
breadcrumbIcon: 'Breadcrumbs Icon',
breadcrumbIcon: 'Breadcrumbs icon',
tabs: 'Tabs',
tabDetail: 'Tab Detail',
tabsQuickBtn: 'Tabs quick button',
Expand All @@ -95,10 +95,10 @@ export default {
footer: 'Footer',
fullContent: 'Full content',
grayMode: 'Gray mode',
colorWeak: 'Color Weak Mode',
colorWeak: 'Color weak mode',

progress: 'Progress',
switchLoading: 'Switch Loading',
switchLoading: 'Switch loading',
switchAnimation: 'Switch animation',
animationType: 'Animation type',

Expand All @@ -108,7 +108,7 @@ export default {
fixedHeader: 'Fixed header',
fixedSideBar: 'Fixed Sidebar',

mixSidebarTrigger: 'Mixed menu Trigger',
mixSidebarTrigger: 'Mixed menu trigger',
triggerHover: 'Hover',
triggerClick: 'Click',

Expand Down

0 comments on commit 2b1b890

Please sign in to comment.