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

49 lines
1.7 KiB
JSON
Raw Normal View History

2020-06-07 00:03:28 +00:00
{
"config": {
2020-11-08 00:04:05 +00:00
"abort": {
2022-07-22 00:29:27 +00:00
"already_configured": "Der Dienst ist bereits konfiguriert",
"anna_with_adam": "Sowohl Anna als auch Adam entdeckt. F\u00fcge deinen Adam anstelle deiner Anna hinzu"
2020-11-08 00:04:05 +00:00
},
2020-06-07 00:03:28 +00:00
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
2022-11-26 00:22:30 +00:00
"invalid_setup": "F\u00fcge deinen Adam anstelle deiner Anna hinzu, siehe Dokumentation.",
"response_error": "Ung\u00fcltige XML-Daten oder Fehleranzeige empfangen",
"unknown": "Unerwarteter Fehler",
"unsupported": "Ger\u00e4t mit nicht unterst\u00fctzter Firmware"
2020-06-07 00:03:28 +00:00
},
"step": {
"user": {
"data": {
2022-05-31 00:23:11 +00:00
"host": "IP-Adresse",
"password": "Smile ID",
"port": "Port",
"username": "Smile-Benutzername"
2020-06-07 00:03:28 +00:00
},
2022-05-31 00:23:11 +00:00
"description": "Bitte eingeben",
"title": "Stelle eine Verbindung zu Smile her"
2020-10-22 00:09:52 +00:00
}
}
2022-12-06 00:21:31 +00:00
},
"entity": {
"select": {
"dhw_mode": {
"state": {
"auto": "Automatisch",
"boost": "Boost",
"comfort": "Komfort",
"off": "Aus"
}
},
"regulation_mode": {
"state": {
"bleeding_cold": "Kalt",
"bleeding_hot": "Hei\u00df",
"cooling": "K\u00fchlen",
"heating": "Heizen",
"off": "Aus"
}
}
}
2020-06-07 00:03:28 +00:00
}
}