8000 Added french translation for SizeLength and UserPassword constraints · Faianca/symfony@f9b2be9 · GitHub
[go: up one dir, main page]

Skip to content

Commit f9b2be9

Browse files
committed
Added french translation for SizeLength and UserPassword constraints
1 parent 1467bdb commit f9b2be9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fr.xliff

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,14 @@
186186
<source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px</source>
187187
<target>La hauteur de l'image est trop petite ({{ height }}px). La hauteur minimale attendue est de {{ min_height }}px</target>
188188
</trans-unit>
189+
<trans-unit id="47">
190+
<source>This value should be the user current password</source>
191+
<target>Cette valeur doit être le mot de passe actuel de l'utilisateur</target>
192+
</trans-unit>
193+
<trans-unit id="48">
194+
<source>This value should have exactly {{ limit }} characters</source>
195+
<target>Cette chaine doit avoir exactement {{ limit }} caractères</target>
196+
</trans-unit>
189197
</body>
190198
</file>
191199
</xliff>

0 commit comments

Comments
 (0)
0