Skip to content

Commit 8a39de6

Browse files
przemyslaw-bogusznicolas-grekas
authored andcommitted
Add Spanish translation
1 parent b5ccfc1 commit 8a39de6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Resources/translations/validators.es.xlf

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,15 @@
364364
</trans-unit>
365365
<trans-unit id="94">
366366
<source>This value should be between {{ min }} and {{ max }}.</source>
367-
<target>Este valor debe estar entre {{ min }} y {{ max }}.</target>
367+
<target>Este valor debería estar entre {{ min }} y {{ max }}.</target>
368+
</trans-unit>
369+
<trans-unit id="95">
370+
<source>This value is not a valid hostname.</source>
371+
<target>Este valor no es un nombre de host válido.</target>
372+
</trans-unit>
373+
<trans-unit id="96">
374+
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
375+
<target>El número de elementos en esta colección debería ser múltiplo de {{ compared_value }}.</target>
368376
</trans-unit>
369377
</body>
370378
</file>

0 commit comments

Comments
 (0)