27 lines
894 B
JSON
27 lines
894 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Konto wurde bereits konfiguriert",
|
|
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Verbindung fehlgeschlagen",
|
|
"incorrect_api_key": "Ung\u00fcltiger API-Schl\u00fcssel f\u00fcr ausgew\u00e4hltes Konto",
|
|
"invalid_auth": "Ung\u00fcltige Authentifizierung",
|
|
"no_devices": "Keine Ger\u00e4te gefunden",
|
|
"no_username": "Benutzername konnte nicht ermittelt werden"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"api_key": "API-Schl\u00fcssel"
|
|
}
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"api_key": "API-Schl\u00fcssel"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |