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

26 lines
707 B
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"abort": {
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
2022-01-31 00:14:28 +00:00
"cannot_connect": "Falha ao conectar",
"invalid_path": "Diret\u00f3rio n\u00e3o encontrado."
2022-01-30 00:14:21 +00:00
},
"step": {
"owserver": {
"data": {
"host": "Nome do host",
"port": "Porta"
2022-01-31 00:14:28 +00:00
},
"title": "Definir detalhes do servidor"
},
"user": {
"data": {
"type": "Tipo de conex\u00e3o"
},
"title": "Configurar 1-Wire"
2022-01-30 00:14:21 +00:00
}
}
}
}