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

23 lines
682 B
JSON
Raw Normal View History

2022-02-20 00:20:09 +00:00
{
"config": {
"abort": {
2022-02-24 00:17:55 +00:00
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
"cannot_connect": "Falha ao conectar"
2022-02-20 00:20:09 +00:00
},
"error": {
2022-02-24 00:17:55 +00:00
"cannot_connect": "Falha ao conectar"
2022-02-20 00:20:09 +00:00
},
2022-02-24 00:17:55 +00:00
"flow_title": "{model} ({host})",
2022-02-20 00:20:09 +00:00
"step": {
"user": {
"data": {
2022-02-24 00:17:55 +00:00
"host": "Nome do host"
2022-02-20 00:20:09 +00:00
}
},
"zeroconf_confirm": {
2022-02-24 00:17:55 +00:00
"description": "Deseja adicionar medidor Pure Energie (`{model}`) ao Home Assistant?",
2022-02-20 00:20:09 +00:00
"title": "Descoberto o dispositivo medidor Pure Energie"
}
}
}
}