Blame view

src/views/room/ownerRepairsLang.js 679 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
  export const messages = {
    en: {
      ownerRepairs: {
        title: 'Owner Repairs',
        workOrder: 'Work Order ID',
        location: 'Location',
        repairType: 'Repair Type',
        reporter: 'Reporter',
        contact: 'Contact',
        appointmentTime: 'Appointment Time',
        status: 'Status',
        taskProcessed: '(Task Processed)'
      }
    },
    zh: {
      ownerRepairs: {
        title: '业主报修',
        workOrder: '工单编码',
        location: '位置',
        repairType: '报修类型',
        reporter: '报修人',
        contact: '联系方式',
        appointmentTime: '预约时间',
        status: '状态',
        taskProcessed: '(定时任务处理)'
      }
    }
  }