You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf
+8
Original file line number
Diff line number
Diff line change
@@ -442,6 +442,14 @@
442
442
<source>This URL is missing a top-level domain.</source>
443
443
<target>Cette URL doit contenir un domaine de premier niveau.</target>
444
444
</trans-unit>
445
+
<trans-unitid="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-unitid="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>
0 commit comments