Chore: New Crowdin translations (#747)
Brings in new translation files from Crowdin.
This commit is contained in:
20
app/javascript/dashboard/i18n/locale/pt/setNewPassword.json
Normal file
20
app/javascript/dashboard/i18n/locale/pt/setNewPassword.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"SET_NEW_PASSWORD": {
|
||||
"TITLE": "Definir nova senha",
|
||||
"PASSWORD": {
|
||||
"LABEL": "Senha",
|
||||
"PLACEHOLDER": "Senha",
|
||||
"ERROR": "A senha é muito curta"
|
||||
},
|
||||
"CONFIRM_PASSWORD": {
|
||||
"LABEL": "Confirme a senha",
|
||||
"PLACEHOLDER": "Confirme a senha",
|
||||
"ERROR": "As senhas não coincidem"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Senha alterada com sucesso",
|
||||
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
|
||||
},
|
||||
"SUBMIT": "Enviar"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user