Add Spanish translation

This commit is contained in:
Przemysław Bogusz 2020-03-01 22:30:42 +01:00 committed by Nicolas Grekas
parent 8d2990e636
commit 9e67b57baa
1 changed files with 9 additions and 1 deletions

View File

@ -364,7 +364,15 @@
</trans-unit>
<trans-unit id="94">
<source>This value should be between {{ min }} and {{ max }}.</source>
<target>Este valor debe estar entre {{ min }} y {{ max }}.</target>
<target>Este valor debería estar entre {{ min }} y {{ max }}.</target>
</trans-unit>
<trans-unit id="95">
<source>This value is not a valid hostname.</source>
<target>Este valor no es un nombre de host válido.</target>
</trans-unit>
<trans-unit id="96">
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
<target>El número de elementos en esta colección debería ser múltiplo de {{ compared_value }}.</target>
</trans-unit>
</body>
</file>