export default { title: 'Student Management System', search: { placeholder: 'Search...', button: 'Search' }, notifications: { button: 'Notifications', empty: 'No notifications', title: 'Notifications' }, user: { menu: 'User menu', profile: 'Profile', settings: 'Settings', logout: 'Logout' }, // 登出对话框 logoutDialog: { title: 'Confirm Logout', message: 'Are you sure you want to logout?', confirm: 'Confirm', cancel: 'Cancel' } }