lion/packages/input-iban/translations/es.js
Thomas Allmer 396deb2e3b feat: finalize validation and adopt it everywhere
Co-authored-by: Alex Ghiu <alex.ghiu@ing.com>
Co-authored-by: Gerjan van Geest <Gerjan.van.Geest@ing.com>
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
Co-authored-by: Joren Broekema <joren.broekema@ing.com>
Co-authored-by: Erik Kroes <erik.kroes@ing.com>
2019-11-18 15:30:08 +01:00

20 lines
499 B
JavaScript

export default {
error: {
IsIBAN: 'Introduzca un/a {fieldName} válido/a.',
IsCountryIBAN:
'Introduzca un/a {fieldName} válido/a de {params, select,\n' +
'AT {Austriaco}\n' +
'BE {Belga}\n' +
'CZ {Checo}\n' +
'DE {Alemán}\n' +
'ES {Español}\n' +
'FR {Francés}\n' +
'HU {Húngaro}\n' +
'IT {Italiano}\n' +
'NL {Neerlandés}\n' +
'PL {Polaco}\n' +
'RO {Rumano}\n' +
'other {{params}}\n' +
'}.',
},
};