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

29 lines
736 B
JSON

{
"config": {
"abort": {
"already_configured": "Dieses NextDNS-Profil ist bereits konfiguriert."
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_api_key": "Ung\u00fcltiger API-Schl\u00fcssel",
"unknown": "Unerwarteter Fehler"
},
"step": {
"profiles": {
"data": {
"profile": "Profil"
}
},
"user": {
"data": {
"api_key": "API-Schl\u00fcssel"
}
}
}
},
"system_health": {
"info": {
"can_reach_server": "Server erreichen"
}
}
}