lion/packages/input-iban/translations/zh.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
497 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' +
'另一个 {{params}}\n' +
'} {fieldName}。',
},
};