about summary refs log tree commit diff
path: root/app/views/user_mailer/reset_password_instructions.pt-BR.html.erb
diff options
context:
space:
mode:
authorAnna e só <contraexemplos@gmail.com>2017-09-10 20:40:29 -0300
committerYamagishi Kazutoshi <ykzts@desire.sh>2017-09-11 08:40:29 +0900
commitc2bee07dbc12c799f412a39a4d5499264baac81e (patch)
tree3b5132a7116541fccf22bbbf57aa64905abf18ab /app/views/user_mailer/reset_password_instructions.pt-BR.html.erb
parenta345479de20bb508ef576af54427c35888deb0cc (diff)
l10n: Full PT-BR translation (#4882)
* devise.pt-BR.yml now fully translated

* pt-BR.json now fully translated

* pt-BR.yml partially translated; 46 lines left

* pt-BR.yml now fully translated

* simple_form.pt-BR.yml fully translated

* doorkeeper.pt-BR.yml now fully translated

* E-mail instructions on app/views/user_mailer added and fully translated

* PT-BR translation for #4871

* Deleted an unwanted caracter on pt-BR.yml

* Fixing typos on pt-BR.yml

* Added translation for Pinned toots tab on pt-BR.json

* Added missing translation for navigation_bar.pins
Diffstat (limited to 'app/views/user_mailer/reset_password_instructions.pt-BR.html.erb')
-rw-r--r--app/views/user_mailer/reset_password_instructions.pt-BR.html.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/user_mailer/reset_password_instructions.pt-BR.html.erb b/app/views/user_mailer/reset_password_instructions.pt-BR.html.erb
new file mode 100644
index 000000000..940438b7c
--- /dev/null
+++ b/app/views/user_mailer/reset_password_instructions.pt-BR.html.erb
@@ -0,0 +1,8 @@
+<p>Olá, <%= @resource.email %>!</p>
+
+<p>Alguém solicitou um link para mudar a sua senha no <%= @instance %>. Você pode fazer isso através do link abaixo:</p>
+
+<p><%= link_to 'Mudar a minha senha', edit_password_url(@resource, reset_password_token: @token) %></p>
+
+<p>Se você não solicitou isso, por favor ignore este e-mail.</p>
+<p>A senha senha não será modificada até que você acesse o link acima e crie uma nova.</p>