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

20 lines
549 B
JSON
Raw Normal View History

2022-03-10 00:17:10 +00:00
{
"config": {
"abort": {
2022-03-12 00:17:47 +00:00
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado"
2022-03-10 00:17:10 +00:00
},
"error": {
2022-04-29 00:22:21 +00:00
"cannot_connect": "Falha ao conectar",
"invalid_system_id": "ID do sistema Airzone inv\u00e1lido"
2022-03-10 00:17:10 +00:00
},
"step": {
"user": {
"data": {
2022-03-12 00:17:47 +00:00
"host": "Nome do host",
2022-03-10 00:17:10 +00:00
"port": "Porta"
},
"description": "Configure a integra\u00e7\u00e3o Airzone."
}
}
}
}