Logo white

wuye / webui

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • webui
  • src
  • views
  • room
  • floorUnitTreeLang.js
  • 房屋页面开发中
    af1bcbd6
    wuxw authored
    2025-06-07 02:25:29 +0800  
    Browse Code »
floorUnitTreeLang.js 329 Bytes
Edit Raw Blame History
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: '当前没有楼栋'
      }
    }
  }
}