Blame view

src/views/aCommunity/aCarDetailCarInoutLang.js 1.05 KB
0b8f34f9   wuxw   完成admin下的房屋详情页面,业...
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: {
      aCarDetailCarInout: {
        entryImage: 'Entry Image',
        inoutNumber: 'In/Out Number',
        vehicleStatus: 'Vehicle Status',
        plateNumber: 'Plate Number',
        parkingLot: 'Parking Lot',
        billingRule: 'Billing Rule',
        plateType: 'Plate Type',
        entryTime: 'Entry Time',
        exitTime: 'Exit Time',
        parkingTime: 'Parking Time',
        chargeAmount: 'Charge Amount',
        remark: 'Remark',
        entry: 'Entry',
        exit: 'Exit',
        hour: 'hour',
        minute: 'min'
      }
    },
    zh: {
      aCarDetailCarInout: {
        entryImage: '进场图',
        inoutNumber: '进出场编号',
        vehicleStatus: '车辆状态',
        plateNumber: '车牌号',
        parkingLot: '停车场',
        billingRule: '计费规则',
        plateType: '车牌类型',
        entryTime: '进场时间',
        exitTime: '出场时间',
        parkingTime: '停车时间',
        chargeAmount: '收费金额',
        remark: '说明',
        entry: '进场',
        exit: '出场',
        hour: '小时',
        minute: '分'
      }
    }
  }