Blame view

src/views/fee/feeDetailCarLang.js 886 Bytes
f80ea09a   wuxw   加入费用详情
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
  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: '打开车辆详情'
      }
    }
  }