core/homeassistant/components/efergy/translations/pt.json

20 lines
559 B
JSON
Raw Normal View History

2022-07-13 00:27:34 +00:00
{
"config": {
"abort": {
2022-07-14 00:27:41 +00:00
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
2022-07-13 00:27:34 +00:00
},
"error": {
2022-07-14 00:27:41 +00:00
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"
},
"step": {
"user": {
"data": {
"api_key": "Chave API"
}
}
2022-07-13 00:27:34 +00:00
}
}
}