Telas de login e dashboard de estudante feito
This commit is contained in:
116
lib/l10n/app_pt.arb
Normal file
116
lib/l10n/app_pt.arb
Normal file
@@ -0,0 +1,116 @@
|
||||
{
|
||||
"@@locale": "pt",
|
||||
"@@last_modified": "2024-05-06T21:26:00.000Z",
|
||||
"appTitle": "Assistente de Estudo IA",
|
||||
"@appTitle": {
|
||||
"description": "Title of the application"
|
||||
},
|
||||
"schoolName": "Escola Profissional de Vila do Conde",
|
||||
"@schoolName": {
|
||||
"description": "Name of the school"
|
||||
},
|
||||
"welcomeBack": "Bem-vindo de volta",
|
||||
"@welcomeBack": {
|
||||
"description": "Welcome back message on login screen"
|
||||
},
|
||||
"signInToContinue": "Inicie sessão para continuar a aprender",
|
||||
"@signInToContinue": {
|
||||
"description": "Subtitle on login screen"
|
||||
},
|
||||
"email": "Email",
|
||||
"@email": {
|
||||
"description": "Email field label"
|
||||
},
|
||||
"password": "Palavra-passe",
|
||||
"@password": {
|
||||
"description": "Password field label"
|
||||
},
|
||||
"enterYourEmail": "Introduza o seu email",
|
||||
"@enterYourEmail": {
|
||||
"description": "Email field hint"
|
||||
},
|
||||
"enterYourPassword": "Introduza a sua palavra-passe",
|
||||
"@enterYourPassword": {
|
||||
"description": "Password field hint"
|
||||
},
|
||||
"signIn": "Iniciar Sessão",
|
||||
"@signIn": {
|
||||
"description": "Sign in button text"
|
||||
},
|
||||
"dontHaveAccount": "Não tem uma conta? ",
|
||||
"@dontHaveAccount": {
|
||||
"description": "Sign up prompt text"
|
||||
},
|
||||
"signUp": "Registar-se",
|
||||
"@signUp": {
|
||||
"description": "Sign up link text"
|
||||
},
|
||||
"createAccount": "Criar Conta",
|
||||
"@createAccount": {
|
||||
"description": "Create account title"
|
||||
},
|
||||
"joinOurCommunity": "Junte-se à nossa comunidade de aprendizagem",
|
||||
"@joinOurCommunity": {
|
||||
"description": "Sign up subtitle"
|
||||
},
|
||||
"confirmPassword": "Confirmar palavra-passe",
|
||||
"@confirmPassword": {
|
||||
"description": "Confirm password field label"
|
||||
},
|
||||
"confirmYourPassword": "Confirme a sua palavra-passe",
|
||||
"@confirmYourPassword": {
|
||||
"description": "Confirm password field hint"
|
||||
},
|
||||
"signUpButton": "Registar",
|
||||
"@signUpButton": {
|
||||
"description": "Sign up button text"
|
||||
},
|
||||
"alreadyHaveAccount": "Já tem uma conta? ",
|
||||
"@alreadyHaveAccount": {
|
||||
"description": "Login prompt text"
|
||||
},
|
||||
"login": "Iniciar Sessão",
|
||||
"@login": {
|
||||
"description": "Login link text"
|
||||
},
|
||||
"studentDashboard": "Painel do Aluno",
|
||||
"@studentDashboard": {
|
||||
"description": "Student dashboard title"
|
||||
},
|
||||
"teacherDashboard": "Painel do Professor",
|
||||
"@teacherDashboard": {
|
||||
"description": "Teacher dashboard title"
|
||||
},
|
||||
"aiTutor": "Tutor IA",
|
||||
"@aiTutor": {
|
||||
"description": "AI Tutor title"
|
||||
},
|
||||
"quizzes": "Questionários",
|
||||
"@quizzes": {
|
||||
"description": "Quizzes title"
|
||||
},
|
||||
"profile": "Perfil",
|
||||
"@profile": {
|
||||
"description": "Profile title"
|
||||
},
|
||||
"pageNotFound": "Página Não Encontrada",
|
||||
"@pageNotFound": {
|
||||
"description": "Page not found title"
|
||||
},
|
||||
"loading": "A carregar...",
|
||||
"@loading": {
|
||||
"description": "Loading message"
|
||||
},
|
||||
"error": {
|
||||
"pleaseEnterEmail": "Por favor, introduza o seu email",
|
||||
"pleaseEnterValidEmail": "Por favor, introduza um email válido",
|
||||
"pleaseEnterPassword": "Por favor, introduza a sua palavra-passe",
|
||||
"passwordTooShort": "A palavra-passe deve ter pelo menos 6 caracteres",
|
||||
"passwordsDoNotMatch": "As palavras-passe não coincidem",
|
||||
"loginFailed": "Falha no início de sessão",
|
||||
"signupFailed": "Falha no registo"
|
||||
},
|
||||
"@@error": {
|
||||
"description": "Error messages"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user