8000 [Validator] Add `WordCount` constraint French translation · symfony/symfony@a7d5330 · GitHub
[go: up one dir, main page]

Skip to content

Commit a7d5330

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

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

Lines changed: 8 additions & 0 deletions
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 or less.|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)
0