File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
src/Symfony/Component/Validator/Resources/translations Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 278
278
<source >This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source >
279
279
<target >This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</target >
280
280
</trans-unit >
281
+ <trans-unit id =" 73" >
282
+ <source >The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.</source >
283
+ <target >The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.</target >
284
+ </trans-unit >
285
+ <trans-unit id =" 74" >
286
+ <source >The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.</source >
287
+ <target >The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.</target >
288
+ </trans-unit >
289
+ <trans-unit id =" 75" >
290
+ <source >The image is square ({{ width }}x{{ height }}px). Square images are not allowed.</source >
291
+ <target >The image is square ({{ width }}x{{ height }}px). Square images are not allowed.</target >
292
+ </trans-unit >
293
+ <trans-unit id =" 76" >
294
+ <source >The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.</source >
295
+ <target >The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.</target >
296
+ </trans-unit >
297
+ <trans-unit id =" 77" >
298
+ <source >The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.</source >
299
+ <target >The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.</target >
300
+ </trans-unit >
281
301
</body >
282
302
</file >
283
303
</xliff >
Original file line number Diff line number Diff line change 278
278
<source >This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source >
279
279
<target >Este valor no debería ser idéntico a {{ compared_value_type }} {{ compared_value }}.</target >
280
280
</trans-unit >
281
+ <trans-unit id =" 73" >
282
+ <source >The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.</source >
283
+ <target >La proporción de la imagen es demasiado grande ({{ ratio }}). Maxima proporción permitida es {{ max_ratio }}.</target >
284
+ </trans-unit >
285
+ <trans-unit id =" 74" >
286
+ <source >The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.</source >
287
+ <target >La proporción de la imagen es demasiado pequeña ({{ ratio }}). Mínima proporción permitida es {{ min_ratio }}.</target >
288
+ </trans-unit >
289
+ <trans-unit id =" 75" >
290
+ <source >The image is square ({{ width }}x{{ height }}px). Square images are not allowed.</source >
291
+ <target >La imagen es cuadrada ({{ width }}x{{ height }}px). Imágenes cuadradas no son permitidas.</target >
292
+ </trans-unit >
293
+ <trans-unit id =" 76" >
294
+ <source >The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.</source >
295
+ <target >La imagen está orientada horizontal ({{ width }}x{{ height }}px). Imágenes orientada horizontal no está permitido.</target >
296
+ </trans-unit >
297
+ <trans-unit id =" 77" >
298
+ <source >The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.</source >
299
+ <target >La imagen está orientada vertical ({{ width }}x{{ height }}px). Imágenes orientada vertical no está permitido.</target >
300
+ </trans-unit >
281
301
</body >
282
302
</file >
283
303
</xliff >
You can’t perform that action at this time.
0 commit comments