Skip to content

Commit 6b4a3a7

Browse files
minor symfony#57931 [Security] consistent singular/plural translation in Dutch (RobertMe)
This PR was merged into the 5.4 branch. Discussion ---------- [Security] consistent singular/plural translation in Dutch | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT The plural form of "Too many failed login attempts, ..." was added later and was most likely a machine translation. As this translation is inconsistent with the preexisting singular translation (and others) update it to be consistent. Commits ------- c6785e7 [Security] consistent singular/plural translation in Dutch
2 parents b300b60 + c6785e7 commit 6b4a3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Core/Resources/translations/security.nl.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
</trans-unit>
7777
<trans-unit id="20">
7878
<source>Too many failed login attempts, please try again in %minutes% minutes.</source>
79-
<target>Te veel mislukte inlogpogingen, probeer het over %minutes% minuten opnieuw.</target>
79+
<target>Te veel onjuiste inlogpogingen, probeer het opnieuw over %minutes% minuten.</target>
8080
</trans-unit>
8181
</body>
8282
</file>

0 commit comments

Comments
 (0)