28 lines
913 B
JSON
28 lines
913 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Konto wurde bereits konfiguriert",
|
|
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
|
|
},
|
|
"error": {
|
|
"invalid_auth": "Ung\u00fcltige Authentifizierung",
|
|
"unknown": "Unerwarteter Fehler"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"password": "Passwort"
|
|
},
|
|
"description": "Bitte gib das Passwort f\u00fcr {username} erneut ein:",
|
|
"title": "Integration erneut authentifizieren"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"password": "Passwort",
|
|
"username": "Benutzername"
|
|
},
|
|
"description": "Gib deinen Benutzernamen und dein Passwort ein:"
|
|
}
|
|
}
|
|
}
|
|
} |