ownerRoomsLang.js
841 Bytes
export const messages = {
en: {
ownerRooms: {
title: 'Owner Rooms',
roomId: 'Room ID',
layer: 'Floor',
type: 'Type',
area: 'Built/Indoor Area',
rent: 'Rent',
status: 'Room Status',
oweFee: 'Owed Fee',
updateDaily: 'Updated daily',
subtotal: 'Subtotal of owed fees',
successMessage: 'Data loaded successfully',
errorMessage: 'Failed to load data'
}
},
zh: {
ownerRooms: {
title: '业主房屋',
roomId: '房屋ID',
layer: '楼层',
type: '类型',
area: '建筑/室内面积',
rent: '租金',
status: '房屋状态',
oweFee: '房屋欠费',
updateDaily: '按天更新',
subtotal: '欠费小计',
successMessage: '数据加载成功',
errorMessage: '加载数据失败'
}
}
}