Skip to content

Commit d392e49

Browse files
PReimersfabpot
authored andcommitted
Add german translation for Range validator
1 parent 1b9f710 commit d392e49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.de.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,10 @@
362362
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
363363
<target>Dieses Passwort ist Teil eines Datenlecks, es darf nicht verwendet werden.</target>
364364
</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>
365369
</body>
366370
</file>
367371
</xliff>

0 commit comments

Comments
 (0)