8000 merged branch jalliot/updated-french-trans (PR #2106) · sdboyer/symfony@227eebc · GitHub
[go: up one dir, main page]

Skip to content

Commit 227eebc

Browse files
committed
merged branch jalliot/updated-french-trans (PR symfony#2106)
Commits ------- f23413c Updated french translations for image validator Discussion ---------- Updated french translations for image validator
2 parents 924b9f7 + f23413c commit 227eebc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,26 @@
166166
<source>This value is already used</source>
167167
<target>Cette valeur est déjà utilisée</target>
168168
</trans-unit>
169+
<trans-unit id="42">
170+
<source>The size of the image could not be detected</source>
171+
<target>La taille de l'image n'a pas pu être détectée</target>
172+
</trans-unit>
173+
<trans-unit id="43">
174+
<source>The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px</source>
175+
<target>La largeur de l'image est trop grande ({{ width }}px). La largeur maximale autorisée est de {{ max_width }}px</target>
176+
</trans-unit>
177+
<trans-unit id="44">
178+
<source>The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px</source>
179+
<target>La largeur de l'image est trop petite ({{ width }}px). La largeur minimale attendue est de {{ min_width }}px</target>
180+
</trans-unit>
181+
<trans-unit id="45">
182+
<source>The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px</source>
183+
<target>La hauteur de l'image est trop grande ({{ height }}px). La hauteur maximale autorisée est de {{ max_height }}px</target>
184+
</trans-unit>
185+
<trans-unit id="46">
186+
<source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px</source>
187+
<target>La hauteur de l'image est trop petite ({{ height }}px). La hauteur minimale attendue est de {{ min_height }}px</target>
188+
</trans-unit>
169189
</body>
170190
</file>
171191
</xliff>

0 commit comments

Comments
 (0)
0