Euer Human Connection Team"
}
-}
+}
\ No newline at end of file
diff --git a/webapp/locales/en.json b/webapp/locales/en.json
index e08f7bdad..8cfa9a342 100644
--- a/webapp/locales/en.json
+++ b/webapp/locales/en.json
@@ -36,14 +36,15 @@
"responsible": "responsible for contents of this page (§ 55 Abs. 2 RStV)",
"bank": "bank account",
"germany": "Germany",
- "code-of-conduct": "Code of Conduct"
+ "code-of-conduct": "Code of Conduct",
+ "login": "Back to login"
},
"sorting": {
"newest": "Newest",
"oldest": "Oldest"
},
"login": {
- "copy": "If you already have a human-connection account, login here.",
+ "copy": "If you already have a human-connection account, please login.",
"login": "Login",
"logout": "Logout",
"email": "Your Email",
@@ -60,7 +61,7 @@
"form": {
"description": "A password reset email will be sent to the given email address.",
"submit": "Request email",
- "submitted": "A mail with further instruction has been sent to {email}"
+ "submitted": "An email with further instructions has been sent to {email}"
}
},
"registration": {
@@ -614,4 +615,4 @@
"have-fun": "Now have fun with the alpha version of Human Connection! For the first universal peace. ♥︎",
"closing": "Thank you very much
your Human Connection Team"
}
-}
+}
\ No newline at end of file
diff --git a/webapp/locales/pt.json b/webapp/locales/pt.json
index 785844ebf..d08d569c2 100644
--- a/webapp/locales/pt.json
+++ b/webapp/locales/pt.json
@@ -1,28 +1,37 @@
{
"site": {
- "made": "Com ❤ feito",
+ "made": "Feito com ❤",
"imprint": "Impressão",
- "termsAc": "termos e condições",
- "data-privacy": "protecção de dados",
+ "termsAc": "Termos e Condições",
+ "data-privacy": "Proteção de Dados",
"changelog": "Mudanças e Histórico",
"contact": "Contato",
- "tribunal": "tribunal",
"tribunal": "tribunal de registo",
"register": "número de registo",
"director": "Diretor Administrativo",
"taxident": "Número de identificação do imposto sobre o valor acrescentado de acordo com o § 27 da Lei do Imposto sobre o Valor Acrescentado (Alemanha)",
"responsible": "Responsável segundo § 55 Abs. 2 RStV (Alemanha) ",
"bank": "conta bancária",
- "germany": "Alemanha"
+ "germany": "Alemanha",
+ "code-of-conduct": "Codigo de Conduto",
+ "login": "Voltar para o Login"
},
"login": {
- "copy": "Se você já tem uma conta no Human Connection, entre aqui.",
+ "copy": "Se você já tem uma conta no Human Connection, por favor faça o login.",
"login": "Entrar",
"logout": "Sair",
"email": "Seu email",
"password": "Sua senha",
"moreInfo": "O que é o Human Connection?",
- "hello": "Olá"
+ "hello": "Olá",
+ "forgotPassword": "Esqueceu a sua senha?"
+ },
+ "password-reset": {
+ "form": {
+ "description": "Um e-mail de redefinição de senha será enviado para o endereço de e-mail fornecido.",
+ "submit": "Solicitar email",
+ "submitted": "Um e-mail com mais instruções foi enviado para {email}"
+ }
},
"profile": {
"name": "Meu perfil",
@@ -203,4 +212,4 @@
"shoutButton": {
"shouted": "Aclamou"
}
-}
+}
\ No newline at end of file
diff --git a/webapp/pages/login.vue b/webapp/pages/login.vue
index fe5ef983f..46168f1ab 100644
--- a/webapp/pages/login.vue
+++ b/webapp/pages/login.vue
@@ -53,13 +53,17 @@
name="submit"
type="submit"
icon="sign-in"
- >{{ $t('login.login') }}
+ >
+ {{ $t('login.login') }}
+
{{ $t('login.moreInfo') }}
+ >
+ {{ $t('login.moreInfo') }}
+
@@ -72,7 +76,6 @@