diff options
author | Paulino Michelazzo <michelazzo@me.com> | 2017-09-15 10:22:01 +0200 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2017-12-17 10:57:17 +0100 |
commit | a5849ac956316ad387a984f26f56ed51315c8e2f (patch) | |
tree | 6d5cc5a6a0f39437e5a54504a0892351b5c6fc1a /src | |
parent | d1f260e2d7bc62960267dbe70a1d8dd64f8dd9a7 (diff) | |
download | wallabag-a5849ac956316ad387a984f26f56ed51315c8e2f.tar.gz wallabag-a5849ac956316ad387a984f26f56ed51315c8e2f.tar.zst wallabag-a5849ac956316ad387a984f26f56ed51315c8e2f.zip |
Update PT translations
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/UserBundle/Resources/translations/wallabag_user.pt.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Wallabag/UserBundle/Resources/translations/wallabag_user.pt.yml b/src/Wallabag/UserBundle/Resources/translations/wallabag_user.pt.yml new file mode 100644 index 00000000..30f10abf --- /dev/null +++ b/src/Wallabag/UserBundle/Resources/translations/wallabag_user.pt.yml | |||
@@ -0,0 +1,11 @@ | |||
1 | # Two factor mail | ||
2 | auth_code: | ||
3 | on: 'on' | ||
4 | mailer: | ||
5 | subject: 'Código de Autenticação do Wallabag' | ||
6 | body: | ||
7 | hello: "Olá %user%," | ||
8 | first_para: "Como você habilitou a autenticação de dois passos para sua conta do wallabag, você precisa se autenticar com um novo dispositivo (computador, telefone, etc.), e nós enviamos um código para validar sua conexão." | ||
9 | second_para: "Aqui está o código:" | ||
10 | support: "Por favor, se você tiver qualquer problema, não hesite em nos contatar:" | ||
11 | signature: "O time do wallabag" | ||