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

24 lines
672 B
JSON
Raw Normal View History

2019-01-13 17:38:22 +00:00
{
"config": {
2022-01-30 00:14:21 +00:00
"abort": {
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
"cannot_connect": "Falha ao conectar",
"unknown": "Erro inesperado"
},
2022-01-31 00:14:28 +00:00
"flow_title": "{name} ( {host} )",
2019-01-13 17:38:22 +00:00
"step": {
2022-01-31 00:14:28 +00:00
"link": {
"description": "Deseja configurar {name} ( {host} )?",
"title": "Conecte-se ao PowerView Hub"
},
2020-08-27 00:04:55 +00:00
"user": {
2019-01-13 17:38:22 +00:00
"data": {
2020-08-27 00:04:55 +00:00
"host": "Endere\u00e7o IP"
2022-01-31 00:14:28 +00:00
},
"title": "Conecte-se ao PowerView Hub"
2019-01-13 17:38:22 +00:00
}
}
}
}