description:'Welcome to the Student Management System! This system is a one-stop service platform for tracking student courses, assignments, and exams. Please log in to use all features.',
form:{
username:'Username',
password:'Password',
rememberMe:'Remember me',
forgotPassword:'Forgot password?'
},
buttons:{
signIn:'Login',
signUp:'Sign Up'
},
messages:{
success:'Login successful',
error:'Login failed, please check your credentials',
unauthorized:'Invalid username or password',
fillRequired:'Please fill in username and password',