We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9f710 commit d392e49Copy full SHA for d392e49
src/Symfony/Component/Validator/Resources/translations/validators.de.xlf
@@ -362,6 +362,10 @@
362
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
363
<target>Dieses Passwort ist Teil eines Datenlecks, es darf nicht verwendet werden.</target>
364
</trans-unit>
365
+ <trans-unit id="94">
366
+ <source>This value should be between {{ min }} and {{ max }}.</source>
367
+ <target>Dieser Wert sollte zwischen {{ min }} und {{ max }} sein.</target>
368
+ </trans-unit>
369
</body>
370
</file>
371
</xliff>
0 commit comments