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

23 lines
612 B
JSON
Raw Normal View History

2021-04-08 00:03:23 +00:00
{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"unknown": "Unerwarteter Fehler"
},
2021-06-06 00:19:43 +00:00
"flow_title": "{name}",
2021-04-08 00:03:23 +00:00
"step": {
2021-06-06 00:19:43 +00:00
"confirm": {
2021-07-10 00:09:24 +00:00
"description": "M\u00f6chtest du {name} ({host}) einrichten?",
2021-06-06 00:19:43 +00:00
"title": "Einrichtung SiteSage Emonitor"
},
2021-04-08 00:03:23 +00:00
"user": {
"data": {
"host": "Host"
}
}
}
}
}