From c6785e7d3b434ef7e91e5b1d0463132d18e864ac Mon Sep 17 00:00:00 2001
From: Robert Meijers
Date: Tue, 6 Aug 2024 15:07:34 +0200
Subject: [PATCH] [Security] consistent singular/plural translation in Dutch
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.
---
.../Security/Core/Resources/translations/security.nl.xlf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Symfony/Component/Security/Core/Resources/translations/security.nl.xlf b/src/Symfony/Component/Security/Core/Resources/translations/security.nl.xlf
index 4549d9f1c34f3..49b7aa78dbf0b 100644
--- a/src/Symfony/Component/Security/Core/Resources/translations/security.nl.xlf
+++ b/src/Symfony/Component/Security/Core/Resources/translations/security.nl.xlf
@@ -76,7 +76,7 @@
Too many failed login attempts, please try again in %minutes% minutes.
- Te veel mislukte inlogpogingen, probeer het over %minutes% minuten opnieuw.
+ Te veel onjuiste inlogpogingen, probeer het opnieuw over %minutes% minuten.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.