export const messages = { en: { contractDetailReceipt: { feeType: 'Fee Type', owner: 'Owner', feeItem: 'Fee Item', feePeriod: 'Fee Period', totalAmount: 'Total Amount', payTime: 'Pay Time', receiptId: 'Receipt ID', print: 'Print', printSmall: 'Print Small', printApply: 'Apply', selectPrintReceipt: 'Please select receipt to print', selectPrint: 'Please select' } }, zh: { contractDetailReceipt: { feeType: '费用类型', owner: '业主', feeItem: '费用项目', feePeriod: '收费时间段', totalAmount: '总金额', payTime: '缴费时间', receiptId: '收据ID', print: '打印', printSmall: '打印小票', printApply: '申请单', selectPrintReceipt: '请选择打印收据', selectPrint: '请选择' } } }