Blame view

src/views/car/carDetailCouponOrderLang.js 563 Bytes
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
  export const messages = {
    en: {
      carDetailCouponOrder: {
        orderId: 'Order ID',
        carNum: 'Car Number',
        coupon: 'Coupon',
        shop: 'Shop',
        parkingLot: 'Parking Lot',
        machine: 'Machine',
        verifyTime: 'Verify Time',
        remark: 'Remark'
      }
    },
    zh: {
      carDetailCouponOrder: {
        orderId: '核销订单',
        carNum: '核销车辆',
        coupon: '优惠券',
        shop: '商家店铺',
        parkingLot: '停车场',
        machine: '道闸',
        verifyTime: '核销时间',
        remark: '说明'
      }
    }
  }