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

18 lines
494 B
JSON

{
"config": {
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"not_supported": "Nur PrusaLink API v2 wird unterst\u00fctzt",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
"api_key": "API-Schl\u00fcssel",
"host": "Host"
}
}
}
}
}