Blame view

src/views/car/carDetailCarInoutLang.js 1.01 KB
6d21390a   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
37
38
39
40
41
42
  export const messages = {
    en: {
      carDetailCarInout: {
        entryImage: 'Entry Image',
        inoutId: 'Inout ID',
        carStatus: 'Car Status',
        entry: 'Entry',
        exit: 'Exit',
        carNum: 'Car Number',
        parkingLot: 'Parking Lot',
        billingRule: 'Billing Rule',
        carType: 'Car Type',
        entryTime: 'Entry Time',
        exitTime: 'Exit Time',
        parkingTime: 'Parking Time',
        hour: 'hour',
        minute: 'minute',
        chargeAmount: 'Charge Amount',
        remark: 'Remark'
      }
    },
    zh: {
      carDetailCarInout: {
        entryImage: '进场图',
        inoutId: '进出场编号',
        carStatus: '车辆状态',
        entry: '进场',
        exit: '出场',
        carNum: '车牌号',
        parkingLot: '停车场',
        billingRule: '计费规则',
        carType: '车牌类型',
        entryTime: '进场时间',
        exitTime: '出场时间',
        parkingTime: '停车时间',
        hour: '小时',
        minute: '分',
        chargeAmount: '收费金额',
        remark: '说明'
      }
    }
  }