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

25 lines
567 B
JSON
Raw Normal View History

2020-12-07 00:04:18 +00:00
{
"config": {
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o"
2022-07-13 00:27:34 +00:00
},
"step": {
"user": {
"data": {
2022-07-14 00:27:41 +00:00
"host": "Servidor",
"port": "Porta"
2022-07-13 00:27:34 +00:00
}
}
2020-12-07 00:04:18 +00:00
}
2022-08-22 00:27:12 +00:00
},
"options": {
"step": {
"configure_device": {
"title": "Precis\u00e3o do Sensor OneWire"
}
}
2020-12-07 00:04:18 +00:00
}
}