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

26 lines
685 B
JSON
Raw Normal View History

2020-10-27 00:06:28 +00:00
{
"config": {
2021-02-03 10:46:49 +00:00
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
2020-11-04 00:13:14 +00:00
"error": {
2020-11-08 00:04:05 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_path": "Verzeichnis nicht gefunden."
2020-11-04 00:13:14 +00:00
},
2020-10-27 00:06:28 +00:00
"step": {
2020-11-04 00:13:14 +00:00
"owserver": {
"data": {
"host": "Host",
"port": "Port"
2021-03-16 00:04:36 +00:00
},
"title": "owserver-Details einstellen"
2020-11-04 00:13:14 +00:00
},
2020-10-27 00:06:28 +00:00
"user": {
"data": {
"type": "Verbindungstyp"
2021-03-16 00:04:36 +00:00
},
"title": "1-Wire einrichten"
2020-10-27 00:06:28 +00:00
}
}
}
}