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

21 lines
555 B
JSON

{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"flow_title": "Nightscout",
"step": {
"user": {
"data": {
"api_key": "API-Schl\u00fcssel",
"url": "URL"
}
}
}
}
}