export const messages = { en: { ownerMembers: { title: 'Owner Members', name: 'Name', sex: 'Gender', male: 'Male', female: 'Female', age: 'Age', type: 'Type', idCard: 'ID Card', contact: 'Contact', address: 'Address' } }, zh: { ownerMembers: { title: '业主成员', name: '名称', sex: '性别', male: '男', female: '女', age: '年龄', type: '类型', idCard: '身份证', contact: '联系方式', address: '家庭住址' } } }