export const messages = { en: { feeDetailConfig: { feeType: 'Fee Type', feeItem: 'Fee Item', feeFlag: 'Fee Flag', reminderType: 'Reminder Type', paymentType: 'Payment Type', paymentCycle: 'Payment Cycle', unit: 'Unit', formula: 'Formula', unitPrice: 'Unit Price', additionalFee: 'Additional/Fixed Fee', accountDeduction: 'Account Deduction', mobilePayment: 'Mobile Payment', decimalPlaces: 'Decimal Places', prepaid: 'Prepaid', postpaid: 'Postpaid', yes: 'Yes', no: 'No' }, feeDetailConfigDemo: { openComponent: 'Open Config Detail' } }, zh: { feeDetailConfig: { feeType: '费用类型', feeItem: '收费项目', feeFlag: '费用标识', reminderType: '催缴类型', paymentType: '付费类型', paymentCycle: '缴费周期', unit: '单位', formula: '公式', unitPrice: '计费单价', additionalFee: '附加/固定费用', accountDeduction: '账户抵扣', mobilePayment: '手机缴费', decimalPlaces: '保留小数位', prepaid: '预付费', postpaid: '后付费', yes: '是', no: '否' }, feeDetailConfigDemo: { openComponent: '打开配置详情' } } }