mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 09:00:10 +00:00
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (51 of 51 strings) Translation: jfa-go/Common Strings Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/common-strings/pt_BR/
This commit is contained in:
parent
0a56f7ceed
commit
ae208a87e0
@ -7,7 +7,7 @@
|
|||||||
"password": "Senha",
|
"password": "Senha",
|
||||||
"emailAddress": "Endereço de e-mail",
|
"emailAddress": "Endereço de e-mail",
|
||||||
"name": "Nome",
|
"name": "Nome",
|
||||||
"submit": "Enviar",
|
"submit": "Envie",
|
||||||
"send": "Enviar",
|
"send": "Enviar",
|
||||||
"success": "Sucesso",
|
"success": "Sucesso",
|
||||||
"continue": "Continuar",
|
"continue": "Continuar",
|
||||||
@ -36,7 +36,12 @@
|
|||||||
"add": "Adicionar",
|
"add": "Adicionar",
|
||||||
"edit": "Editar",
|
"edit": "Editar",
|
||||||
"delete": "Deletar",
|
"delete": "Deletar",
|
||||||
"inviteRemainingUses": "Uso restantes"
|
"inviteRemainingUses": "Uso restantes",
|
||||||
|
"referrals": "Referências",
|
||||||
|
"contactMethods": "Métodos de contato",
|
||||||
|
"accountStatus": "Estado da conta",
|
||||||
|
"notSet": "Não configurado",
|
||||||
|
"myAccount": "Minha conta"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"errorLoginBlank": "O nome de usuário e/ou senha foram deixados em branco.",
|
"errorLoginBlank": "O nome de usuário e/ou senha foram deixados em branco.",
|
||||||
@ -45,5 +50,18 @@
|
|||||||
"error401Unauthorized": "Não autorizado. Tente atualizar a página.",
|
"error401Unauthorized": "Não autorizado. Tente atualizar a página.",
|
||||||
"errorSaveSettings": "Não foi possível salvar as configurações."
|
"errorSaveSettings": "Não foi possível salvar as configurações."
|
||||||
},
|
},
|
||||||
"quantityStrings": {}
|
"quantityStrings": {
|
||||||
}
|
"day": {
|
||||||
|
"plural": "{n} Dias",
|
||||||
|
"singular": "{n} Dia"
|
||||||
|
},
|
||||||
|
"year": {
|
||||||
|
"singular": "{n} Ano",
|
||||||
|
"plural": "{n} anos"
|
||||||
|
},
|
||||||
|
"month": {
|
||||||
|
"singular": "{n} Mês",
|
||||||
|
"plural": "{n} meses"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user