lion/packages/input-iban/translations/bg.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
626 B
JavaScript

export default {
error: {
IsIBAN: 'Введіть правильні дані {fieldName}.',
IsCountryIBAN:
'Моля, въведете валиден {params, select,\n' +
'AT {Австрийски}\n' +
'BE {Белгийски}\n' +
'CZ {Чешки}\n' +
'DE {Немски}\n' +
'ES {Испански}\n' +
'FR {Френски}\n' +
'HU {Унгарски}\n' +
'IT {Италиански}\n' +
'NL {Нидерландски}\n' +
'PL {Полски}\n' +
'RO {Румънски}\n' +
'other {{params}}\n' +
'} {fieldName}.',
},
};