Add Brazilian Portuguese and fix European Portuguese (#1966)
* update portuguese translation added the missing fields and improved the translation * pt translations fix * improve last translation commit * fix damn quotes * add pt_br to index.jsx * add pt-BR to import index.jsx * add pt-BR to mastodon.jsx * add pt-BR to settings_helper.rb * add pt-BR to application.rb * order alphabetically pt.jsx * create pt-BR.jsx * Create devise.pt-BR.yml * language improvements to devise.pt.yml * created doorkeeper.pt-BR.yml * fixes to doorkeeper.pt.yml * create pt-BR.yml * improvements to pt.yml * Create simple_form.pt-BR.yml * Improvements to simple_form.pt.yml * improvements to pt.yml
This commit is contained in:
parent
8ad6722eea
commit
6685106daa
14 changed files with 801 additions and 249 deletions
30
config/locales/simple_form.pt-BR.yml
Normal file
30
config/locales/simple_form.pt-BR.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
pt-BR:
|
||||
simple_form:
|
||||
labels:
|
||||
defaults:
|
||||
avatar: Avatar
|
||||
confirm_new_password: Confirme nova senha
|
||||
confirm_password: Confirme a senha
|
||||
current_password: Senha atual
|
||||
display_name: Nome
|
||||
email: Endereço de email
|
||||
header: Header
|
||||
locale: Linguagem
|
||||
new_password: Nova senha
|
||||
note: Biografia
|
||||
password: Senha
|
||||
username: Usuário
|
||||
interactions:
|
||||
must_be_follower: Bloquear notificações de não-seguidores
|
||||
must_be_following: Bloquear notificações de pessoas que você
|
||||
notification_emails:
|
||||
favourite: Enviar email quando alguém favorita um post seu
|
||||
follow: Enviar email quando alguém seguir você
|
||||
mention: Enviar email quando alguém mencionar você
|
||||
reblog: Enviar email quando alguém reblogar um post seu
|
||||
'no': 'Não'
|
||||
required:
|
||||
mark: "*"
|
||||
text: necessário
|
||||
'yes': 'Sim'
|
Loading…
Add table
Add a link
Reference in a new issue