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

21 lines
481 B
JSON
Raw Normal View History

2020-10-27 00:06:28 +00:00
{
"config": {
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"
}
},
2020-10-27 00:06:28 +00:00
"user": {
"data": {
"type": "Verbindungstyp"
}
}
}
}
}