[Validator] Add missing translations

This commit is contained in:
Fabien Potencier 2020-02-24 18:11:18 +01:00
parent 9819814a8a
commit a9021861f6
2 changed files with 8 additions and 0 deletions

View File

@ -370,6 +370,10 @@
<source>This value is not a valid hostname.</source>
<target>This value is not a valid hostname.</target>
</trans-unit>
<trans-unit id="96">
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
<target>The number of elements in this collection should be a multiple of {{ compared_value }}.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@ -370,6 +370,10 @@
<source>This value is not a valid hostname.</source>
<target>Cette valeur n'est pas un nom d'hôte valide.</target>
</trans-unit>
<trans-unit id="96">
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
<target>Le nombre d'éléments de cette collection doit être un multiple de {{ compared_value }}.</target>
</trans-unit>
</body>
</file>
</xliff>