Blame view

src/views/owner/ownerCommitteeDetailLang.js 1.27 KB
20e526fa   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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
  export const messages = {
    en: {
      ownerCommitteeDetail: {
        title: 'Owner Committee Detail',
        name: 'Name',
        sex: 'Gender',
        link: 'Phone',
        idCard: 'ID Card',
        address: 'Address',
        position: 'Position',
        post: 'Post',
        postDesc: 'Post Description',
        appointTime: 'Appointment Period',
        curTime: 'Term of Office',
        state: 'Status',
        remark: 'Remark',
        emergencyContacts: 'Emergency Contacts',
        memberRelation: 'Member Relation',
        contactPhone: 'Contact Phone',
        fetchDetailError: 'Failed to fetch committee details',
        fetchContactsError: 'Failed to fetch emergency contacts'
      }
    },
    zh: {
      ownerCommitteeDetail: {
        title: '业委会成员详情',
        name: '姓名',
        sex: '性别',
        link: '电话',
        idCard: '身份证号码',
        address: '住址',
        position: '职位',
        post: '岗位',
        postDesc: '岗位描述',
        appointTime: '届期',
        curTime: '任期',
        state: '状态',
        remark: '备注',
        emergencyContacts: '紧急联系人',
        memberRelation: '成员关系',
        contactPhone: '联系电话',
        fetchDetailError: '获取业委会详情失败',
        fetchContactsError: '获取紧急联系人失败'
      }
    }
  }