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
533 B
JavaScript
20 lines
533 B
JavaScript
export default {
|
|
error: {
|
|
IsIBAN: 'Geben Sie ein gültiges {fieldName} ein.',
|
|
IsCountryIBAN:
|
|
'Geben Sie eine gültige {params, select,\n' +
|
|
'AT {Österreichisch}\n' +
|
|
'BE {Belgisch}\n' +
|
|
'CZ {Tschechisch}\n' +
|
|
'DE {Deutsch}\n' +
|
|
'ES {Spanisch}\n' +
|
|
'FR {Französisch}\n' +
|
|
'HU {Ungarisch}\n' +
|
|
'IT {Italienisch}\n' +
|
|
'NL {Niederländisch}\n' +
|
|
'PL {Polnisch}\n' +
|
|
'RO {Rumänisch}\n' +
|
|
'other {{params}}\n' +
|
|
'} {fieldName} ein.',
|
|
},
|
|
};
|