Skip to content

Commit

Permalink
[de] Update Auth.php - add missing translation
Browse files Browse the repository at this point in the history
The German translation is a little more specific than the English sentence. It's translated as 'No user with the email "{0}" could be found.'
  • Loading branch information
sba authored Aug 6, 2024
1 parent 223fbd9 commit 800e318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Language/de/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'badToken' => 'Das Zugriffstoken ist ungültig.',
'oldToken' => 'Das Zugriffstoken ist abgelaufen.',
'noUserEntity' => 'Die Benutzerentität muss für die Passwortüberprüfung angegeben werden.',
'invalidEmail' => '(To be translated) Unable to verify the email address matches the email "{0}".',
'invalidEmail' => 'Es konnte kein Benutzer mit der E-Mail "{0}" gefunden werden.',
'unableSendEmailToUser' => 'Leider gab es ein Problem beim Senden der E-Mail. Wir konnten keine E-Mail an "{0}" senden.',
'throttled' => 'Es wurden zu viele Anfragen von dieser IP-Adresse gestellt. Sie können es in {0} Sekunden erneut versuchen.',
'notEnoughPrivilege' => 'Sie haben nicht die erforderliche Berechtigung, um den gewünschten Vorgang auszuführen.',
Expand Down

0 comments on commit 800e318

Please sign in to comment.