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

25 lines
840 B
JSON
Raw Normal View History

2020-01-07 00:32:07 +00:00
{
"config": {
2022-01-30 00:14:21 +00:00
"abort": {
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
"cannot_connect": "Falha ao conectar"
},
"error": {
"cannot_connect": "Falha ao conectar"
},
2022-01-31 00:14:28 +00:00
"flow_title": "{serial_number}",
2020-01-07 00:32:07 +00:00
"step": {
2020-08-27 00:04:55 +00:00
"user": {
"data": {
2022-01-30 00:14:21 +00:00
"host": "Nome do host",
2020-08-27 00:04:55 +00:00
"port": "Porta"
2022-01-31 00:14:28 +00:00
},
"description": "Configure seu Elgato Light para integrar com o Home Assistant."
2020-08-27 00:04:55 +00:00
},
2020-01-07 00:32:07 +00:00
"zeroconf_confirm": {
2022-01-31 00:14:28 +00:00
"description": "Deseja adicionar a l\u00e2mpada Elgato com n\u00famero de s\u00e9rie `{serial_number}` ao Home Assistant?",
"title": "Dispositivo Elgato Key descoberto"
2020-01-07 00:32:07 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-01-07 00:32:07 +00:00
}