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

35 lines
950 B
JavaScript

export default {
error: {
IsIBAN: 'Vă rugăm să introduceți un/o {fieldName} valid(ă).',
IsCountryIBAN:
'Vă rugăm să introduceți un/o {fieldName} {params, select,\n' +
'AT {austriac}\n' +
'BE {belgian}\n' +
'CZ {ceh}\n' +
'DE {german}\n' +
'ES {spaniol}\n' +
'FR {francez}\n' +
'HU {maghiar}\n' +
'IT {italian}\n' +
'NL {olandez}\n' +
'PL {polonez}\n' +
'RO {românesc}\n' +
'other {{params}}\n' +
'} valid(ă).',
IsNotCountryIBAN:
'{fieldName} {userSuppliedCountryCode, select,\n' +
'AT {austriac}\n' +
'BE {belgian}\n' +
'CZ {ceh}\n' +
'DE {german}\n' +
'ES {spaniol}\n' +
'FR {francez}\n' +
'HU {maghiar}\n' +
'IT {italian}\n' +
'NL {olandez}\n' +
'PL {polonez}\n' +
'RO {românesc}\n' +
'other {{userSuppliedCountryCode}}\n' +
'} nu este permis.',
},
};