export default { error: { IsIBAN: 'Inserire un valore valido per {fieldName}.', IsCountryIBAN: 'Inserire un valore valido per {fieldName} {params, select,\n' + 'AT {Austriaco}\n' + 'BE {Belga}\n' + 'CZ {Ceco}\n' + 'DE {Tedesco}\n' + 'ES {Spagnolo}\n' + 'FR {Francese}\n' + 'HU {Ungherese}\n' + 'IT {Italiano}\n' + 'NL {Olandese}\n' + 'PL {Polacco}\n' + 'RO {Rumeno}\n' + 'other {{params}}\n' + '}.', IsNotCountryIBAN: '{fieldName} {userSuppliedCountryCode, select,\n' + 'AT {Austriaco}\n' + 'BE {Belga}\n' + 'CZ {Ceco}\n' + 'DE {Tedesco}\n' + 'ES {Spagnolo}\n' + 'FR {Francese}\n' + 'HU {Ungherese}\n' + 'IT {Italiano}\n' + 'NL {Olandese}\n' + 'PL {Polacco}\n' + 'RO {Rumeno}\n' + 'other {{userSuppliedCountryCode}}\n' + '} non รจ permesso.', }, };