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

23 lines
799 B
JSON
Raw Normal View History

2021-12-18 00:13:26 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "Bereits konfiguriert. Nur eine einzige Konfiguration m\u00f6glich.",
"unknown": "Unerwarteter Fehler"
},
"error": {
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
"flow_title": "{name} ({host})",
"step": {
"user": {
"data": {
"client_id": "API-Schl\u00fcssel",
"heating_type": "Art der Heizung",
"password": "Passwort",
"username": "E-Mail"
},
2022-12-01 00:33:36 +00:00
"description": "Richte die ViCare Integration ein. Um einen API-Schl\u00fcssel zu generieren, gehe auf https://developer.viessmann.com"
2021-12-18 00:13:26 +00:00
}
}
}
}