Telas de login e dashboard de estudante feito
This commit is contained in:
116
lib/l10n/app_en.arb
Normal file
116
lib/l10n/app_en.arb
Normal file
@@ -0,0 +1,116 @@
|
||||
{
|
||||
"@@locale": "en",
|
||||
"@@last_modified": "2024-05-06T21:26:00.000Z",
|
||||
"appTitle": "AI Study Assistant",
|
||||
"@appTitle": {
|
||||
"description": "Title of the application"
|
||||
},
|
||||
"schoolName": "Escola Profissional de Vila do Conde",
|
||||
"@schoolName": {
|
||||
"description": "Name of the school"
|
||||
},
|
||||
"welcomeBack": "Welcome Back",
|
||||
"@welcomeBack": {
|
||||
"description": "Welcome back message on login screen"
|
||||
},
|
||||
"signInToContinue": "Sign in to continue learning",
|
||||
"@signInToContinue": {
|
||||
"description": "Subtitle on login screen"
|
||||
},
|
||||
"email": "Email",
|
||||
"@email": {
|
||||
"description": "Email field label"
|
||||
},
|
||||
"password": "Password",
|
||||
"@password": {
|
||||
"description": "Password field label"
|
||||
},
|
||||
"enterYourEmail": "Enter your email",
|
||||
"@enterYourEmail": {
|
||||
"description": "Email field hint"
|
||||
},
|
||||
"enterYourPassword": "Enter your password",
|
||||
"@enterYourPassword": {
|
||||
"description": "Password field hint"
|
||||
},
|
||||
"signIn": "Sign In",
|
||||
"@signIn": {
|
||||
"description": "Sign in button text"
|
||||
},
|
||||
"dontHaveAccount": "Don't have an account? ",
|
||||
"@dontHaveAccount": {
|
||||
"description": "Sign up prompt text"
|
||||
},
|
||||
"signUp": "Sign Up",
|
||||
"@signUp": {
|
||||
"description": "Sign up link text"
|
||||
},
|
||||
"createAccount": "Create Account",
|
||||
"@createAccount": {
|
||||
"description": "Create account title"
|
||||
},
|
||||
"joinOurCommunity": "Join our learning community",
|
||||
"@joinOurCommunity": {
|
||||
"description": "Sign up subtitle"
|
||||
},
|
||||
"confirmPassword": "Confirm Password",
|
||||
"@confirmPassword": {
|
||||
"description": "Confirm password field label"
|
||||
},
|
||||
"confirmYourPassword": "Confirm your password",
|
||||
"@confirmYourPassword": {
|
||||
"description": "Confirm password field hint"
|
||||
},
|
||||
"signUpButton": "Sign Up",
|
||||
"@signUpButton": {
|
||||
"description": "Sign up button text"
|
||||
},
|
||||
"alreadyHaveAccount": "Already have an account? ",
|
||||
"@alreadyHaveAccount": {
|
||||
"description": "Login prompt text"
|
||||
},
|
||||
"login": "Login",
|
||||
"@login": {
|
||||
"description": "Login link text"
|
||||
},
|
||||
"studentDashboard": "Student Dashboard",
|
||||
"@studentDashboard": {
|
||||
"description": "Student dashboard title"
|
||||
},
|
||||
"teacherDashboard": "Teacher Dashboard",
|
||||
"@teacherDashboard": {
|
||||
"description": "Teacher dashboard title"
|
||||
},
|
||||
"aiTutor": "AI Tutor",
|
||||
"@aiTutor": {
|
||||
"description": "AI Tutor title"
|
||||
},
|
||||
"quizzes": "Quizzes",
|
||||
"@quizzes": {
|
||||
"description": "Quizzes title"
|
||||
},
|
||||
"profile": "Profile",
|
||||
"@profile": {
|
||||
"description": "Profile title"
|
||||
},
|
||||
"pageNotFound": "Page Not Found",
|
||||
"@pageNotFound": {
|
||||
"description": "Page not found title"
|
||||
},
|
||||
"loading": "Loading...",
|
||||
"@loading": {
|
||||
"description": "Loading message"
|
||||
},
|
||||
"error": {
|
||||
"pleaseEnterEmail": "Please enter your email",
|
||||
"pleaseEnterValidEmail": "Please enter a valid email",
|
||||
"pleaseEnterPassword": "Please enter your password",
|
||||
"passwordTooShort": "Password must be at least 6 characters",
|
||||
"passwordsDoNotMatch": "Passwords do not match",
|
||||
"loginFailed": "Login failed",
|
||||
"signupFailed": "Sign up failed"
|
||||
},
|
||||
"@@error": {
|
||||
"description": "Error messages"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user