31 lines
949 B
JSON
31 lines
949 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
|
|
"no_server_found": "Kein LMS-Server gefunden."
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Verbindung fehlgeschlagen",
|
|
"invalid_auth": "Ung\u00fcltige Authentifizierung",
|
|
"no_server_found": "Konnte den Server nicht automatisch entdecken.",
|
|
"unknown": "Unerwarteter Fehler"
|
|
},
|
|
"flow_title": "{host}",
|
|
"step": {
|
|
"edit": {
|
|
"data": {
|
|
"host": "Host",
|
|
"password": "Passwort",
|
|
"port": "Port",
|
|
"username": "Benutzername"
|
|
},
|
|
"title": "Verbindungsinformationen bearbeiten"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "Host"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |