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

25 lines
777 B
JSON
Raw Normal View History

2020-07-14 00:03:03 +00:00
{
"config": {
"abort": {
2021-06-06 00:19:43 +00:00
"invalid_dongle_path": "Ung\u00fcltiger Dongle-Pfad",
2021-07-22 00:10:31 +00:00
"single_instance_allowed": "Bereits konfiguriert. Nur eine einzige Konfiguration m\u00f6glich."
2021-06-06 00:19:43 +00:00
},
"error": {
"invalid_dongle_path": "Kein g\u00fcltiger Dongle unter diesem Pfad gefunden"
},
"step": {
"detect": {
"data": {
"path": "USB-Dongle-Pfad"
},
2021-07-10 00:09:24 +00:00
"title": "W\u00e4hle den Pfad zu deinem ENOcean-Dongle"
2021-06-06 00:19:43 +00:00
},
"manual": {
"data": {
"path": "USB-Dongle-Pfad"
},
2021-07-10 00:09:24 +00:00
"title": "Gib den Pfad zu deinem ENOcean-Dongle ein"
2021-06-06 00:19:43 +00:00
}
2020-11-11 12:25:22 +00:00
}
}
2020-07-14 00:03:03 +00:00
}