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

27 lines
938 B
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"error": {
"already_configured": "A conta j\u00e1 foi configurada",
"cannot_connect": "Falha ao conectar",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
2022-01-31 00:14:28 +00:00
"flow_title": "{username}",
2022-01-30 00:14:21 +00:00
"step": {
"reauth": {
"data": {
"password": "Senha"
2022-01-31 00:14:28 +00:00
},
"description": "Falha na autentica\u00e7\u00e3o para OVO Energy. Por favor, insira suas credenciais atuais.",
"title": "Reautentica\u00e7\u00e3o"
2022-01-30 00:14:21 +00:00
},
"user": {
"data": {
"password": "Senha",
"username": "Usu\u00e1rio"
2022-01-31 00:14:28 +00:00
},
"description": "Configure uma inst\u00e2ncia OVO Energy para acessar seu uso de energia.",
"title": "Adicionar conta OVO Energy"
2022-01-30 00:14:21 +00:00
}
}
}
}