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>
20 lines
504 B
JavaScript
20 lines
504 B
JavaScript
export default {
|
|
error: {
|
|
IsIBAN: 'Indiquez un(e) {fieldName} valide.',
|
|
IsCountryIBAN:
|
|
'Veuillez saisir un(e) {fieldName} {params, select,\n' +
|
|
'AT {autrichien}\n' +
|
|
'BE {belge}\n' +
|
|
'CZ {tchèque}\n' +
|
|
'DE {allemand}\n' +
|
|
'ES {espagnol}\n' +
|
|
'FR {français}\n' +
|
|
'HU {hongrois}\n' +
|
|
'IT {italien}\n' +
|
|
'NL {néerlandais}\n' +
|
|
'PL {polonais}\n' +
|
|
'RO {roumain}\n' +
|
|
'other {{params}}\n' +
|
|
'} valide.',
|
|
},
|
|
};
|