Skip to content

Commit

Permalink
Add Dutch translations to exceptions (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
brentlobbezoo authored Jan 4, 2023
1 parent c60349b commit b24550c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Resources/translations/VerifyEmailBundle+intl-icu.nl.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@
<source>%count% minute|%count% minutes</source>
<target>{count, plural, =0 {0 minuten} one {1 minuut} other {# minuten}}</target>
</trans-unit>
<trans-unit id="6">
<source>The link to verify your email has expired. Please request a new link.</source>
<target>De link om je e-mailadres the verifiëren is verlopen. Vraag een nieuwe link aan.</target>
</trans-unit>
<trans-unit id="7">
<source>The link to verify your email is invalid. Please request a new link.</source>
<target>De link om je e-mailadres the verifiëren is ongeldig. Vraag een nieuwe link aan.</target>
</trans-unit>
<trans-unit id="8">
<source>The link to verify your email appears to be for a different account or email. Please request a new link.</source>
<target>De link om je e-mailadres the verifiëren is voor een andere gebruiker of e-mailadres. Vraag een nieuwe link aan.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit b24550c

Please sign in to comment.