You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
module.exports = {
|
|
|
|
messages: {
|
|
|
|
CN: {
|
|
|
|
theme: {
|
|
|
|
title: '整体风格设置',
|
|
|
|
light: '亮色菜单风格',
|
|
|
|
dark: '暗色菜单风格',
|
|
|
|
night: '深夜模式',
|
|
|
|
color: '主题色'
|
|
|
|
},
|
|
|
|
navigate: {
|
|
|
|
title: '导航设置',
|
|
|
|
side: '侧边导航',
|
|
|
|
head: '顶部导航',
|
|
|
|
content: {
|
|
|
|
title: '内容区域宽度',
|
|
|
|
fluid: '流式',
|
|
|
|
fixed: '定宽'
|
|
|
|
},
|
|
|
|
fixedHeader: '固定Header',
|
|
|
|
fixedSideBar: '固定侧边栏',
|
|
|
|
},
|
|
|
|
other: {
|
|
|
|
title: '其他设置',
|
|
|
|
weekMode: '色弱模式',
|
|
|
|
multiPages: '多页签模式'
|
|
|
|
},
|
|
|
|
animate: {
|
|
|
|
title: '页面切换动画',
|
|
|
|
effect: '动画效果',
|
|
|
|
direction: '动画方向'
|
|
|
|
},
|
|
|
|
copy: '拷贝配置'
|
|
|
|
},
|
|
|
|
HK: {
|
|
|
|
theme: {
|
|
|
|
title: '整體風格設置',
|
|
|
|
light: '亮色菜單風格',
|
|
|
|
dark: '暗色菜單風格',
|
|
|
|
night: '深夜模式',
|
|
|
|
color: '主題色'
|
|
|
|
},
|
|
|
|
navigate: {
|
|
|
|
title: '導航設置',
|
|
|
|
side: '側邊導航',
|
|
|
|
head: '頂部導航',
|
|
|
|
content: {
|
|
|
|
title: '內容區域寬度',
|
|
|
|
fluid: '流式',
|
|
|
|
fixed: '定寬'
|
|
|
|
},
|
|
|
|
fixedHeader: '固定Header',
|
|
|
|
fixedSideBar: '固定側邊欄',
|
|
|
|
},
|
|
|
|
other: {
|
|
|
|
title: '其他設置',
|
|
|
|
weekMode: '色弱模式',
|
|
|
|
multiPages: '多頁簽模式'
|
|
|
|
},
|
|
|
|
animate: {
|
|
|
|
title: '頁面切換動畫',
|
|
|
|
effect: '動畫效果',
|
|
|
|
direction: '動畫方向'
|
|
|
|
},
|
|
|
|
copy: '拷貝配置'
|
|
|
|
},
|
|
|
|
US: {
|
|
|
|
theme: {
|
|
|
|
title: 'Page Style Setting',
|
|
|
|
light: 'Light Style',
|
|
|
|
dark: 'Dark Style',
|
|
|
|
night: 'Night Style',
|
|
|
|
color: 'Theme Color'
|
|
|
|
},
|
|
|
|
navigate: {
|
|
|
|
title: 'Navigation Mode',
|
|
|
|
side: 'Side Menu Layout',
|
|
|
|
head: 'Top Menu Layout',
|
|
|
|
content: {
|
|
|
|
title: 'Content Width',
|
|
|
|
fluid: 'Fluid',
|
|
|
|
fixed: 'Fixed'
|
|
|
|
},
|
|
|
|
fixedHeader: 'Fixed Header',
|
|
|
|
fixedSideBar: 'Fixed SideBar',
|
|
|
|
},
|
|
|
|
other: {
|
|
|
|
title: 'Other Setting',
|
|
|
|
weekMode: 'Week Mode',
|
|
|
|
multiPages: 'Multi Pages'
|
|
|
|
},
|
|
|
|
animate: {
|
|
|
|
title: 'Page Toggle Animation',
|
|
|
|
effect: 'Effect',
|
|
|
|
direction: 'Direction'
|
|
|
|
},
|
|
|
|
copy: 'Copy Setting'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|