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
501 B
JavaScript
20 lines
501 B
JavaScript
export default {
|
|
error: {
|
|
IsIBAN: 'Vul een geldig(e) {fieldName} in.',
|
|
IsCountryIBAN:
|
|
'Vul een geldig(e) {params, select,\n' +
|
|
'AT {Oostenrijkse}\n' +
|
|
'BE {Belgische}\n' +
|
|
'CZ {Tsjechische}\n' +
|
|
'DE {Duitse}\n' +
|
|
'ES {Spaanse}\n' +
|
|
'FR {Franse}\n' +
|
|
'HU {Hongaarse}\n' +
|
|
'IT {Italiaanse}\n' +
|
|
'NL {Nederlandse}\n' +
|
|
'PL {Poolse}\n' +
|
|
'RO {Roemeense}\n' +
|
|
'other {{params}}\n' +
|
|
'} {fieldName} in.',
|
|
},
|
|
};
|