Skip to content

Commit

Permalink
[translations] Additional German translations (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-g authored Sep 27, 2022
1 parent b0622ae commit cf1b1c2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/Resources/translations/ResetPasswordBundle.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,30 @@
<source>%count% minute|%count% minutes</source>
<target>%count% Minute|%count% Minuten</target>
</trans-unit>
<trans-unit id="6">
<source>There was a problem validating your password reset request</source>
<target>Es gab ein Problem bei der Validierung Ihrer Anfrage zum Zurücksetzen des Passworts</target>
</trans-unit>
<trans-unit id="7">
<source>There was a problem handling your password reset request</source>
<target>Es gab ein Problem bei der Bearbeitung Ihrer Anfrage zum Zurücksetzen des Passworts</target>
</trans-unit>
<trans-unit id="8">
<source>The link in your email is expired. Please try to reset your password again.</source>
<target>Der Link in Ihrer E-Mail ist abgelaufen. Bitte versuchen Sie erneut, Ihr Passwort zurückzusetzen.</target>
</trans-unit>
<trans-unit id="9">
<source>Please update the request_password_repository configuration in config/packages/reset_password.yaml to point to your "request password repository" service.</source>
<target>Bitte aktualisieren Sie die request_password_repository-Konfiguration in config/packages/reset_password.yaml, um auf Ihren "request password repository"-Dienst zu verweisen.</target>
</trans-unit>
<trans-unit id="10">
<source>The reset password link is invalid. Please try to reset your password again.</source>
<target>Der Link zum Zurücksetzen des Passworts ist ungültig. Bitte versuchen Sie erneut, Ihr Passwort zurückzusetzen.</target>
</trans-unit>
<trans-unit id="11">
<source>You have already requested a reset password email. Please check your email or try again soon.</source>
<target>Sie haben bereits eine E-Mail mit einem neuen Passwort angefordert. Bitte überprüfen Sie Ihre E-Mail oder versuchen Sie es später erneut.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit cf1b1c2

Please sign in to comment.