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

22 lines
841 B
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2021-02-03 10:46:49 +00:00
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
2020-12-20 00:04:36 +00:00
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
2020-12-20 00:04:36 +00:00
"unknown": "Unerwarteter Fehler"
},
2020-09-27 00:06:49 +00:00
"step": {
"user": {
"data": {
2021-02-03 10:46:49 +00:00
"api_key": "API-Schl\u00fcssel",
2020-09-27 00:06:49 +00:00
"url": "URL"
2021-06-06 00:19:43 +00:00
},
2021-09-09 00:11:32 +00:00
"description": "- URL: die Adresse deiner Nightscout-Instanz. Z.B.: https://myhomeassistant.duckdns.org:5423\n- API-Schl\u00fcssel (optional): Nur verwenden, wenn deine Instanz gesch\u00fctzt ist (auth_default_roles != readable).",
2021-07-10 00:09:24 +00:00
"title": "Gib deine Nightscout-Serverinformationen ein."
2020-09-27 00:06:49 +00:00
}
}
}
}