From f61b7cc919fe03665b4f8c6df45141eb146efb05 Mon Sep 17 00:00:00 2001 From: DylanGuedes Date: Wed, 4 May 2016 10:46:45 -0300 Subject: [PATCH] Translations for the signup module --- src/app/account/.register-component.html.swp | Bin 12288 -> 0 bytes src/app/account/register-component.html | 22 +++++++++++----------- src/languages/pt.json | 11 +++++++++++ 3 files changed, 22 insertions(+), 11 deletions(-) delete mode 100644 src/app/account/.register-component.html.swp diff --git a/src/app/account/.register-component.html.swp b/src/app/account/.register-component.html.swp deleted file mode 100644 index 671cbae..0000000 Binary files a/src/app/account/.register-component.html.swp and /dev/null differ diff --git a/src/app/account/register-component.html b/src/app/account/register-component.html index 69aeca1..9c49cbc 100644 --- a/src/app/account/register-component.html +++ b/src/app/account/register-component.html @@ -1,56 +1,56 @@
-

Ótimo ter você aqui!

+

{{"Nice to have you there!" | translate }}

"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..." "There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain..."

-

Saiba mais informações

+

{{"See more" | translate}}{{"informations" | translate}}

- +
- +
- +

ex: ola.coop.br/joaosilva

- +
- +
- +
-

Ao criar uma conta, você está concordando com os termos de uso.

+

{{"Creating an account, you are agreeing with " | translate}} {{"terms of use" | translate}}.

- +
-

Já possui uma conta?

+

{{"Have an account?" | translate}}

diff --git a/src/languages/pt.json b/src/languages/pt.json index 1b685a0..b83292f 100644 --- a/src/languages/pt.json +++ b/src/languages/pt.json @@ -22,6 +22,17 @@ "activities.new_friendship.description": "fez {friends, plural, one{um novo amigo} other{# novos amigos}}:", "auth.title": "Login", "auth.form.login": "Login / Email", + "Nice to have you there!": "Ótimo ter você aqui!", + "informations": "informações", + "First Name": "Primeiro Nome", + "Last Name": "Ultimo Nome", + "Username": "Nome de usuário", + "Email": "Email", + "Password": "Senha", + "Password Confirmation": "Confirmação de Senha", + "terms of use": "termos de uso", + "SignUp": "Cadastrar", + "Have an account?": "Já tem conta?", "auth.form.password": "Senha", "auth.form.login_button": "Login", "navbar.content_viewer_actions.new_post": "Novo Artigo", -- libgit2 0.21.2