Skip to content

Commit

Permalink
add localizations
Browse files Browse the repository at this point in the history
  • Loading branch information
MaHaWo committed Oct 16, 2024
1 parent 4c0e3a2 commit e914f4c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,19 @@
"alreadyLoggedInMessage": "Sie sind bereits angemeldet. Melden sie sich zuerst ab um den Account zu wechseln.",
"alertMessageTitle": "Fehler",
"badCredentials": "Ungültige E-Mail-Adresse oder ungültiges Passwort",
"badActiveUser": "Der Benutzer konnte nicht gefunden werden",
"unauthorized": "Zugang verweigert",
"usernameLabel": "Benutzerkennung",
"passwordLabel": "Passwort",
"role": "Rolle",
"observerRole": "Beobachter",
"researcherRole": "Wissenschaftler",
"adminRole": "Admin",
"submitButtonLabel": "Absenden",
"selectPlaceholder": "Bitte auswählen"
"selectPlaceholder": "Bitte auswählen",
"profileButtonLabelDefault": "Einloggen oder Registrieren",
"profileButtonLabelLogout": "Logout",
"profileTitleDefault": "Willkommen!"
},
"forgotPw": {
"heading": "Passwort vergessen?",
Expand Down

0 comments on commit e914f4c

Please sign in to comment.