Blame view

src/views/room/floorUnitTreeLang.js 329 Bytes
af1bcbd6   wuxw   房屋页面开发中
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  export const messages = {
    en: {
      room: {
        floorUnitTree: {
          building: 'Building',
          unit: 'Unit',
          noData: 'No buildings currently'
        }
      }
    },
    zh: {
      room: {
        floorUnitTree: {
          building: '栋',
          unit: '单元',
          noData: '当前没有楼栋'
        }
      }
    }
  }