Skip to content

Commit 6dfbb59

Browse files
committed
[Validator] Added Spanish translations of IBAN and ISBN
1 parent 5dca35c commit 6dfbb59

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.es.xlf

+16
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,22 @@
222222
<source>Unsupported card type or invalid card number.</source>
223223
<target>Tipo de tarjeta no soportado o número de tarjeta inválido.</target>
224224
</trans-unit>
225+
<trans-unit id="59">
226+
<source>This is not a valid International Bank Account Number (IBAN).</source>
227+
<target>Esto no es un International Bank Account Number (IBAN) válido.</target>
228+
</trans-unit>
229+
<trans-unit id="60">
230+
<source>This value is not a valid ISBN-10.</source>
231+
<target>Este valor no es un ISBN-10 válido.</target>
232+
</trans-unit>
233+
<trans-unit id="61">
234+
<source>This value is not a valid ISBN-13.</source>
235+
<target>Este valor no es un ISBN-13 válido.</target>
236+
</trans-unit>
237+
<trans-unit id="62">
238+
<source>This value is neither a valid ISBN-10 nor a valid ISBN-13.</source>
239+
<target>Este valor no es ni un ISBN-10 válido ni un ISBN-13 válido.</target>
240+
</trans-unit>
225241
</body>
226242
</file>
227243
</xliff>

0 commit comments

Comments
 (0)