export default { title: '学生管理系统', search: { placeholder: '搜索...', button: '搜索' }, notifications: { button: '通知', empty: '暂无通知', title: '通知' }, user: { menu: '用户菜单', profile: '个人资料', settings: '设置', logout: '退出登录' }, // 登出对话框 logoutDialog: { title: '确认登出', message: '你确定要退出登录吗?', confirm: '确认', cancel: '取消' } }