lion/packages/ui/components/input-iban/translations/it.js
2022-10-31 16:55:07 +01:00

35 lines
933 B
JavaScript

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.',
},
};