ownerComplaintsLang.js
643 Bytes
export const messages = {
en: {
ownerComplaints: {
title: 'Owner Complaints',
type: 'Type',
room: 'Room',
contact: 'Contact',
phone: 'Phone',
status: 'Status',
handler: 'Handler',
handlerPhone: 'Handler Phone',
createTime: 'Create Time',
none: 'None'
}
},
zh: {
ownerComplaints: {
title: '业主投诉',
type: '类型',
room: '房屋',
contact: '联系人',
phone: '联系电话',
status: '状态',
handler: '处理人',
handlerPhone: '处理人电话',
createTime: '创建时间',
none: '无'
}
}
}