setting.ts 1.9 KB
Newer Older
V
vben 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
export default {
  // content mode
  contentModeFull: '流式',
  contentModeFixed: '定宽',
  // topMenu align
  topMenuAlignLeft: '居左',
  topMenuAlignRight: '居中',
  topMenuAlignCenter: '居右',
  // menu trigger
  menuTriggerNone: '不显示',
  menuTriggerBottom: '底部',
  menuTriggerTop: '顶部',
  // menu type
  menuTypeSidebar: '左侧菜单模式',
  menuTypeMix: '混合模式',
  menuTypeTopMenu: '顶部菜单模式',

  on: '',
  off: '',
  minute: '分钟',

  operatingTitle: '操作成功',
  operatingContent: '复制成功,请到 src/settings/projectSetting.ts 中修改配置!',
  resetSuccess: '重置成功!',

  copyBtn: '拷贝',
  resetBtn: '重置',
  clearBtn: '清空缓存并返回登录页',

  drawerTitle: '项目配置',

  navMode: '导航栏模式',
  interfaceFunction: '界面功能',
  interfaceDisplay: '界面显示',
  animation: '动画',
  splitMenu: '分割菜单',

  headerTheme: '顶栏主题',
  sidebarTheme: '菜单主题',

  menuDrag: '侧边菜单拖拽',
V
vben 已提交
42
  menuSearch: '菜单搜索',
V
vben 已提交
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
  menuAccordion: '侧边菜单手风琴模式',
  menuCollapse: '折叠菜单',
  collapseMenuDisplayName: '折叠菜单显示名称',
  topMenuLayout: '顶部菜单布局',
  menuCollapseButton: '菜单折叠按钮',
  contentMode: '内容区域宽度',
  expandedMenuWidth: '菜单展开宽度',

  breadcrumb: '面包屑',
  breadcrumbIcon: '面包屑图标',
  tabs: '标签页',
  tabsQuickBtn: '标签页快捷按钮',
  sidebar: '左侧菜单',
  header: '顶栏',
  footer: '页脚',
  fullContent: '全屏内容',
  grayMode: '灰色模式',
  colorWeak: '色弱模式',

  progress: '顶部进度条',
  switchLoading: '切换loading',
  switchAnimation: '切换动画',
  animationType: '动画类型',

  autoScreenLock: '自动锁屏',
  notAutoScreenLock: '不自动锁屏',

  fixedHeader: '固定header',
  fixedSideBar: '固定Sidebar',
};