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

19 lines
493 B
JSON
Raw Normal View History

2020-04-23 00:05:07 +00:00
{
"config": {
2020-12-07 00:04:18 +00:00
"abort": {
2020-12-10 00:03:01 +00:00
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
2020-12-07 00:04:18 +00:00
"cannot_connect": "Falha na liga\u00e7\u00e3o"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o"
},
2020-04-23 00:05:07 +00:00
"step": {
"user": {
"data": {
"host": "Nome servidor ou endere\u00e7o IP",
2020-07-09 00:05:04 +00:00
"port": "Porta"
2020-04-23 00:05:07 +00:00
}
}
}
}
}