setting.ts 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. export default {
  2. // content mode
  3. contentModeFull: '流式',
  4. contentModeFixed: '定宽',
  5. // topMenu align
  6. topMenuAlignLeft: '居左',
  7. topMenuAlignRight: '居中',
  8. topMenuAlignCenter: '居右',
  9. // menu trigger
  10. menuTriggerNone: '不显示',
  11. menuTriggerBottom: '底部',
  12. menuTriggerTop: '顶部',
  13. // menu type
  14. menuTypeSidebar: '左侧菜单模式',
  15. menuTypeMixSidebar: '左侧菜单混合模式',
  16. menuTypeMix: '顶部菜单混合模式',
  17. menuTypeTopMenu: '顶部菜单模式',
  18. on: '开',
  19. off: '关',
  20. minute: '分钟',
  21. operatingTitle: '操作成功',
  22. operatingContent: '复制成功,请到 src/settings/projectSetting.ts 中修改配置!',
  23. resetSuccess: '重置成功!',
  24. copyBtn: '拷贝',
  25. clearBtn: '清空缓存并返回登录页',
  26. drawerTitle: '项目配置',
  27. navMode: '导航栏模式',
  28. interfaceFunction: '界面功能',
  29. interfaceDisplay: '界面显示',
  30. animation: '动画',
  31. splitMenu: '分割菜单',
  32. closeMixSidebarOnChange: '切换页面关闭菜单',
  33. sysTheme: '系统主题',
  34. headerTheme: '顶栏主题',
  35. sidebarTheme: '菜单主题',
  36. menuDrag: '侧边菜单拖拽',
  37. menuSearch: '菜单搜索',
  38. menuAccordion: '侧边菜单手风琴模式',
  39. menuCollapse: '折叠菜单',
  40. collapseMenuDisplayName: '折叠菜单显示名称',
  41. topMenuLayout: '顶部菜单布局',
  42. menuCollapseButton: '菜单折叠按钮',
  43. contentMode: '内容区域宽度',
  44. expandedMenuWidth: '菜单展开宽度',
  45. breadcrumb: '面包屑',
  46. breadcrumbIcon: '面包屑图标',
  47. tabs: '标签页',
  48. tabsQuickBtn: '标签页快捷按钮',
  49. tabsRedoBtn: '标签页刷新按钮',
  50. tabsFoldBtn: '标签页折叠按钮',
  51. sidebar: '左侧菜单',
  52. header: '顶栏',
  53. footer: '页脚',
  54. fullContent: '全屏内容',
  55. grayMode: '灰色模式',
  56. colorWeak: '色弱模式',
  57. progress: '顶部进度条',
  58. switchLoading: '切换loading',
  59. switchAnimation: '切换动画',
  60. animationType: '动画类型',
  61. autoScreenLock: '自动锁屏',
  62. notAutoScreenLock: '不自动锁屏',
  63. fixedHeader: '固定header',
  64. fixedSideBar: '固定Sidebar',
  65. mixSidebarTrigger: '混合菜单触发方式',
  66. triggerHover: '悬停',
  67. triggerClick: '点击',
  68. mixSidebarFixed: '固定展开菜单',
  69. };