feeDetailCarLang.js
886 Bytes
export const messages = {
en: {
feeDetailCar: {
licensePlate: 'License Plate',
licenseType: 'License Type',
carType: 'Car Type',
color: 'Color',
owner: 'Owner',
parkingSpace: 'Parking Space',
validityPeriod: 'Validity Period',
temporaryCar: 'Temporary Car',
parkingLot: 'Parking Lot',
spaceReleased: 'Space Released'
},
feeDetailCarDemo: {
openComponent: 'Open Car Detail'
}
},
zh: {
feeDetailCar: {
licensePlate: '车牌号',
licenseType: '车牌类型',
carType: '车辆类型',
color: '颜色',
owner: '业主',
parkingSpace: '车位',
validityPeriod: '有效期',
temporaryCar: '临时车',
parkingLot: '车场',
spaceReleased: '车位已释放'
},
feeDetailCarDemo: {
openComponent: '打开车辆详情'
}
}
}