31 lines
851 B
JSON
31 lines
851 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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"printer_state": {
|
|
"state": {
|
|
"cancelling": "Abbrechen",
|
|
"idle": "Inaktiv",
|
|
"paused": "Angehalten",
|
|
"pausing": "Anhalten",
|
|
"printing": "Druckt"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |