export default { // 抽屉欢迎信息 welcome: { title: '欢迎使用学生管理应用', subtitle: '由 vuetify 支持' }, menu: { home: '首页', profile: '个人资料', masterData: '基础数据', students: '学生', subjects: '学科', terms: '学期', dashboard: '仪表盘', settings: '设置', about: '关于' }, breadcrumb: { home: '首页', masterData: '基础数据', students: '学生', subjects: '学科', terms: '学期', profile: '个人资料' }, drawer: { title: '导航', collapse: '收起菜单', expand: '展开菜单' } }