Blame view

src/views/aCommunity/aOwnerDetailAccessControlLang.js 485 Bytes
f6a81350   wuxw   运营 业主详情开发完成
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  export const messages = {
    en: {
      aOwnerDetailAccessControl: {
        objectType: 'Object Type',
        objectName: 'Object Name',
        command: 'Command',
        status: 'Status',
        description: 'Description',
        syncTime: 'Sync Time'
      }
    },
    zh: {
      aOwnerDetailAccessControl: {
        objectType: '对象类型',
        objectName: '对象名称',
        command: '指令',
        status: '状态',
        description: '说明',
        syncTime: '同步时间'
      }
    }
  }