settingDrawer.js 1.5KB

12345678910111213141516171819202122232425262728293031
  1. export default {
  2. 'app.setting.pagestyle': '整体风格设置',
  3. 'app.setting.pagestyle.dark': '暗色菜单风格',
  4. 'app.setting.pagestyle.light': '亮色菜单风格',
  5. 'app.setting.content-width': '内容区域宽度',
  6. 'app.setting.content-width.fixed': '定宽',
  7. 'app.setting.content-width.fluid': '流式',
  8. 'app.setting.themecolor': '主题色',
  9. 'app.setting.themecolor.dust': '薄暮',
  10. 'app.setting.themecolor.volcano': '火山',
  11. 'app.setting.themecolor.sunset': '日暮',
  12. 'app.setting.themecolor.cyan': '明青',
  13. 'app.setting.themecolor.green': '极光绿',
  14. 'app.setting.themecolor.daybreak': '拂晓蓝(默认)',
  15. 'app.setting.themecolor.geekblue': '极客蓝',
  16. 'app.setting.themecolor.purple': '酱紫',
  17. 'app.setting.navigationmode': '导航模式',
  18. 'app.setting.sidemenu': '侧边菜单布局',
  19. 'app.setting.topmenu': '顶部菜单布局',
  20. 'app.setting.fixedheader': '固定 Header',
  21. 'app.setting.fixedsidebar': '固定侧边菜单',
  22. 'app.setting.fixedsidebar.hint': '侧边菜单布局时可配置',
  23. 'app.setting.hideheader': '下滑时隐藏 Header',
  24. 'app.setting.hideheader.hint': '固定 Header 时可配置',
  25. 'app.setting.othersettings': '其他设置',
  26. 'app.setting.weakmode': '色弱模式',
  27. 'app.setting.copy': '拷贝设置',
  28. 'app.setting.copyinfo': '拷贝成功,请到 src/defaultSettings.js 中替换默认配置',
  29. 'app.setting.production.hint':
  30. '配置栏只在开发环境用于预览,生产环境不会展现,请拷贝后手动修改配置文件',
  31. };