Blame view

src/views/room/deleteRoomLang.js 502 Bytes
af1bcbd6   wuxw   房屋页面开发中
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  export const messages = {
    en: {
      room: {
        deleteRoom: {
          title: 'Confirm Operation',
          confirmMessage: 'Confirm deletion! Deleting a room will delete associated fees and payment records, and automatically unbind owners!'
        }
      }
    },
    zh: {
      room: {
        deleteRoom: {
          title: '请确认您的操作',
          confirmMessage: '确认是否删除! 删除房屋会关联删除房屋下的费用以及缴费记录,并且自动解绑业主!'
        }
      }
    }
  }