30 lines
925 B
JSON
30 lines
925 B
JSON
|
{
|
||
|
"config": {
|
||
|
"abort": {
|
||
|
"already_configured": "Service ist bereits konfiguriert",
|
||
|
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
|
||
|
},
|
||
|
"error": {
|
||
|
"cannot_connect": "Verbindung fehlgeschlagen",
|
||
|
"invalid_auth": "Ung\u00fcltige Authentifizierung",
|
||
|
"unknown": "Unerwarteter Fehler"
|
||
|
},
|
||
|
"flow_title": "{host}",
|
||
|
"step": {
|
||
|
"reauth_confirm": {
|
||
|
"data": {
|
||
|
"password": "Passwort"
|
||
|
},
|
||
|
"description": "Bitte gib das richtige Passwort f\u00fcr den Host ein: {host}"
|
||
|
},
|
||
|
"user": {
|
||
|
"data": {
|
||
|
"host": "Host",
|
||
|
"name": "Name",
|
||
|
"password": "Passwort",
|
||
|
"port": "Port"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|