Skip to content

Commit

Permalink
make userland stuff toplevel in the localization
Browse files Browse the repository at this point in the history
  • Loading branch information
MaHaWo committed Oct 15, 2024
1 parent 752349d commit 30c990c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 24 deletions.
22 changes: 10 additions & 12 deletions frontend/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,15 @@
"image": "Bild",
"images": "Bilder"
},
"user": {
"login": {},
"forgotPw": {
"heading": "Passwort vergessen?",
"placeholder": "Bitte geben sie eine E-mail Adresse an um ihr Passwort zu erneuern",
"success": "Zurück zur Startseite",
"pending": "Absenden",
"alertTitle": "Fehler",
"formatError": "Die angegebene email Adresse hat ein falsches Format",
"mailSentMessage": "Bitte überprüfen sie ihr E-Mail Postfach",
"sendError": "Beim Senden der Daten ist ein Fehler aufgetreten. Bitte versuchen sie es erneut"
}
"login": {},
"forgotPw": {
"heading": "Passwort vergessen?",
"placeholder": "Bitte geben sie eine E-mail Adresse an um ihr Passwort zu erneuern",
"success": "Zurück zur Startseite",
"pending": "Absenden",
"alertTitle": "Fehler",
"formatError": "Die angegebene email Adresse hat ein falsches Format",
"mailSentMessage": "Bitte überprüfen sie ihr E-Mail Postfach",
"sendError": "Beim Senden der Daten ist ein Fehler aufgetreten. Bitte versuchen sie es erneut"
}
}
22 changes: 10 additions & 12 deletions frontend/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,15 @@
"image": "Image",
"images": "Images"
},
"user": {
"login": {},
"forgotPw": {
"heading": "Forgot your password?",
"placeholder": "Please enter your e-mail adress to get a new password",
"success": "Back to home",
"pending": "Send",
"alertTitle": "Error",
"formatError": "The given e-mail adress has a wrong format.",
"mailSentMessage": "Please check your e-mail inbox",
"sendError": "An error occured while sending the data. Please try again."
}
"login": {},
"forgotPw": {
"heading": "Forgot your password?",
"placeholder": "Please enter your e-mail adress to get a new password",
"success": "Back to home",
"pending": "Send",
"alertTitle": "Error",
"formatError": "The given e-mail adress has a wrong format.",
"mailSentMessage": "Please check your e-mail inbox",
"sendError": "An error occured while sending the data. Please try again."
}
}

0 comments on commit 30c990c

Please sign in to comment.