Skip to content

Commit f995daf

Browse files
[Validator] Add WordCount constraint French translation
1 parent b5dba85 commit f995daf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target>Cette URL doit contenir un domaine de premier niveau.</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447+
<target>Cette valeur est trop courte. Elle doit contenir au moins un mot.|Cette valeur est trop courte. Elle doit contenir au moins {{ min }} mots.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<target>Cette valeur est trop longue. Elle doit contenir au maximum un mot.|Cette valeur est trop longue. Elle doit contenir au maximum {{ max }} mots.</target>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

0 commit comments

Comments
 (0)