Blame view

src/views/room/ownerComplaintsLang.js 643 Bytes
af1bcbd6   wuxw   房屋页面开发中
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  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: '无'
      }
    }
  }