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

21 lines
481 B
JSON

{
"config": {
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_path": "Verzeichnis nicht gefunden."
},
"step": {
"owserver": {
"data": {
"host": "Host",
"port": "Port"
}
},
"user": {
"data": {
"type": "Verbindungstyp"
}
}
}
}
}