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

35 lines
1.1 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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}.',
IsNotCountryIBAN:
'{userSuppliedCountryCode, 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 {{userSuppliedCountryCode}}\n' +
'} {fieldName} не е позволено.',
},
};