export const messages = { en: { carDetailOwner: { ownerFace: 'Owner Face', name: 'Name', gender: 'Gender', male: 'Male', female: 'Female', idCard: 'ID Card', address: 'Address', roomCount: 'Room Count', memberCount: 'Member Count', carCount: 'Car Count', complaintCount: 'Complaint', repairCount: 'Repair', oweFee: 'Owe Fee', contractCount: 'Contract', operation: 'Operation', detail: 'Detail' } }, zh: { carDetailOwner: { ownerFace: '业主人脸', name: '姓名', gender: '性别', male: '男', female: '女', idCard: '身份证', address: '家庭住址', roomCount: '房屋数', memberCount: '业主成员', carCount: '车辆数', complaintCount: '投诉', repairCount: '报修', oweFee: '欠费', contractCount: '业主合同', operation: '操作', detail: '详情' } } }