aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2016-11-12 13:18:39 +0100
committerNicolas Lœuillet <nicolas@loeuillet.org>2016-11-17 09:22:39 +0100
commit540a9bc4a274fc5975b73a66ccf5b91bd3e226f5 (patch)
tree479942a8060acc6db8aef9e7f672c95e84a6b8d3 /src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
parentd213219ec785db757dba455acd53480ab0d292fb (diff)
downloadwallabag-540a9bc4a274fc5975b73a66ccf5b91bd3e226f5.tar.gz
wallabag-540a9bc4a274fc5975b73a66ccf5b91bd3e226f5.tar.zst
wallabag-540a9bc4a274fc5975b73a66ccf5b91bd3e226f5.zip
Added help on config screen
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
index 54316161..a375ac7b 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
@@ -71,6 +71,11 @@ config:
71 300_word: 'Posso ler ~300 palavras por minuto' 71 300_word: 'Posso ler ~300 palavras por minuto'
72 400_word: 'Posso ler ~400 palavras por minuto' 72 400_word: 'Posso ler ~400 palavras por minuto'
73 pocket_consumer_key_label: 'Chave do consumidor do Pocket para importar conteúdo' 73 pocket_consumer_key_label: 'Chave do consumidor do Pocket para importar conteúdo'
74 # help_theme: "wallabag is customizable. You can choose your prefered theme here."
75 # help_items_per_page: "You can change the number of articles displayed on each page."
76 # help_reading_speed: "wallabag calculates a reading time for each article. You can define here, thanks to this list, if you are a fast or a slow reader. wallabag will recalculate the reading time for each article."
77 # help_language: "You can change the language of wallabag interface."
78 # help_pocket_consumer_key: "Required for Pocket import. You can create it in your Pocket account."
74 form_rss: 79 form_rss:
75 description: 'Feeds RSS providos pelo wallabag permitem que você leia seus artigos salvos em seu leitor de RSS favorito. Você precisa gerar um token primeiro.' 80 description: 'Feeds RSS providos pelo wallabag permitem que você leia seus artigos salvos em seu leitor de RSS favorito. Você precisa gerar um token primeiro.'
76 token_label: 'Token RSS' 81 token_label: 'Token RSS'
@@ -88,7 +93,9 @@ config:
88 name_label: 'Nome' 93 name_label: 'Nome'
89 email_label: 'E-mail' 94 email_label: 'E-mail'
90 twoFactorAuthentication_label: 'Autenticação de dois passos' 95 twoFactorAuthentication_label: 'Autenticação de dois passos'
96 # help_twoFactorAuthentication: "If you enable 2FA, each time you want to login to wallabag, you'll receive a code by email."
91 form_password: 97 form_password:
98 # description: "You can change your password here. Your new password should by at least 8 characters long."
92 old_password_label: 'Senha atual' 99 old_password_label: 'Senha atual'
93 new_password_label: 'Nova senha' 100 new_password_label: 'Nova senha'
94 repeat_new_password_label: 'Repita a nova senha' 101 repeat_new_password_label: 'Repita a nova senha'