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

24 lines
700 B
JSON
Raw Normal View History

2020-12-10 00:03:01 +00:00
{
"config": {
"abort": {
2022-07-13 00:27:34 +00:00
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
2022-12-09 00:24:29 +00:00
"cannot_connect": "A liga\u00e7\u00e3o falhou"
2022-07-13 00:27:34 +00:00
},
"error": {
2020-12-10 00:03:01 +00:00
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
2022-07-13 00:27:34 +00:00
},
"step": {
"setup_network": {
"data": {
2022-12-09 00:24:29 +00:00
"host": "Endere\u00e7o"
2022-07-14 00:27:41 +00:00
},
"title": "Seleccione o endere\u00e7o de liga\u00e7\u00e3o"
2022-07-13 00:27:34 +00:00
},
"setup_serial_manual_path": {
"data": {
"port": "Caminho do Dispositivo USB"
}
}
2020-12-10 00:03:01 +00:00
}
}
}