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

30 lines
816 B
JSON
Raw Normal View History

2021-02-03 10:46:49 +00:00
{
"config": {
"abort": {
2021-03-01 00:09:01 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
"already_in_progress": "Der Konfigurationsablauf wird bereits ausgef\u00fchrt",
"cannot_connect": "Verbindung fehlgeschlagen"
2021-02-03 10:46:49 +00:00
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"unknown": "Unerwarteter Fehler"
},
"step": {
2021-03-01 00:09:01 +00:00
"configure_addon": {
"data": {
"usb_path": "USB-Ger\u00e4te-Pfad"
}
},
"manual": {
"data": {
"url": "URL"
}
},
2021-02-03 10:46:49 +00:00
"user": {
"data": {
"url": "URL"
}
}
}
}
}