mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects)!: optimize layout mode, split horizontal mix component into two layouts, and rename the component.
This commit is contained in:
@ -88,11 +88,19 @@ const local: App.I18n.Schema = {
|
||||
layout: {
|
||||
layoutMode: {
|
||||
title: 'Layout Mode',
|
||||
vertical: 'Vertical Menu Mode',
|
||||
horizontal: 'Horizontal Menu Mode',
|
||||
'vertical-mix': 'Vertical Mix Menu Mode',
|
||||
'horizontal-mix': 'Horizontal Mix menu Mode',
|
||||
reverseHorizontalMix: 'Reverse first level menus and child level menus position'
|
||||
vertical: 'Vertical Mode',
|
||||
horizontal: 'Horizontal Mode',
|
||||
'vertical-mix': 'Vertical Mix Mode',
|
||||
'top-hybrid-sidebar-first': 'Top-Hybrid Sidebar-First',
|
||||
'top-hybrid-header-first': 'Top-Hybrid Header-First',
|
||||
vertical_detail: 'Vertical menu layout, with the menu on the left and content on the right.',
|
||||
'vertical-mix_detail':
|
||||
'Vertical mix-menu layout, with the primary menu on the dark left side and the secondary menu on the lighter right side.',
|
||||
horizontal_detail: 'Horizontal menu layout, with the menu at the top and content below.',
|
||||
'top-hybrid-sidebar-first_detail':
|
||||
'Top hybrid layout, with the primary menu on the left and the secondary menu at the top.',
|
||||
'top-hybrid-header-first_detail':
|
||||
'Top hybrid layout, with the primary menu at the top and the secondary menu on the left.'
|
||||
},
|
||||
tab: {
|
||||
title: 'Tab Settings',
|
||||
|
@ -91,8 +91,13 @@ const local: App.I18n.Schema = {
|
||||
vertical: '左侧菜单模式',
|
||||
'vertical-mix': '左侧菜单混合模式',
|
||||
horizontal: '顶部菜单模式',
|
||||
'horizontal-mix': '顶部菜单混合模式',
|
||||
reverseHorizontalMix: '一级菜单与子级菜单位置反转'
|
||||
'top-hybrid-sidebar-first': '顶部混合-侧边优先',
|
||||
'top-hybrid-header-first': '顶部混合-顶部优先',
|
||||
vertical_detail: '左侧菜单布局,菜单在左,内容在右。',
|
||||
'vertical-mix_detail': '左侧双菜单布局,一级菜单在左侧深色区域,二级菜单在右侧浅色区域。',
|
||||
horizontal_detail: '顶部菜单布局,菜单在顶部,内容在下方。',
|
||||
'top-hybrid-sidebar-first_detail': '顶部混合布局,一级菜单在左侧,二级菜单在顶部。',
|
||||
'top-hybrid-header-first_detail': '顶部混合布局,一级菜单在顶部,二级菜单在左侧。'
|
||||
},
|
||||
tab: {
|
||||
title: '标签栏设置',
|
||||
|
Reference in New Issue
Block a user