export const messages = { en: { editParkingSpaceApply: { title: 'Edit Parking Space Application', carNum: 'Car Number', carBrand: 'Car Brand', carType: 'Car Type', carColor: 'Color', startTime: 'Start Time', endTime: 'End Time', remark: 'Remark', updateSuccess: 'Update successfully' } }, zh: { editParkingSpaceApply: { title: '修改车位申请', carNum: '车牌号', carBrand: '汽车品牌', carType: '车辆类型', carColor: '颜色', startTime: '起租时间', endTime: '结租时间', remark: '说明', updateSuccess: '修改成功' } } }