core/homeassistant/components/fireservicerota/translations/pt-BR.json

29 lines
876 B
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"abort": {
"already_configured": "A conta j\u00e1 foi configurada",
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
},
"create_entry": {
"default": "Autenticado com sucesso"
},
"error": {
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
"step": {
"reauth": {
"data": {
"password": "Senha"
2022-01-31 00:14:28 +00:00
},
"description": "Os tokens de autentica\u00e7\u00e3o se tornaram inv\u00e1lidos, fa\u00e7a login para recri\u00e1-los."
2022-01-30 00:14:21 +00:00
},
"user": {
"data": {
"password": "Senha",
2022-01-31 00:14:28 +00:00
"url": "Site",
2022-01-30 00:14:21 +00:00
"username": "Usu\u00e1rio"
}
}
}
}
}