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

32 lines
1.0 KiB
JSON
Raw Normal View History

2018-10-30 10:35:40 +00:00
{
"config": {
2019-01-09 23:29:31 +00:00
"abort": {
2020-11-11 11:10:09 +00:00
"already_configured": "Z-Wave j\u00e1 est\u00e1 configurado."
2019-01-09 23:29:31 +00:00
},
"error": {
"option_error": "A valida\u00e7\u00e3o Z-Wave falhou. O caminho para o USB est\u00e1 correto?"
},
"step": {
"user": {
"data": {
"network_key": "Chave de rede (deixe em branco para gerar automaticamente)",
"usb_path": "Caminho do USB"
},
"description": "Consulte https://www.home-assistant.io/docs/z-wave/installation/ para obter informa\u00e7\u00f5es sobre as vari\u00e1veis de configura\u00e7\u00e3o",
"title": "Configurar o Z-Wave"
}
2020-04-15 16:51:07 +00:00
}
2020-04-20 23:33:54 +00:00
},
"state": {
"_": {
"dead": "Morto",
"initializing": "Iniciando",
"ready": "Pronto",
"sleeping": "Dormindo"
},
"query_stage": {
"dead": "Morto ({query_stage})",
"initializing": "Iniciando ( {query_stage} )"
}
2020-04-16 20:00:10 +00:00
}
2018-10-30 10:35:40 +00:00
}