Blame view

src/views/car/carDetailCouponLang.js 759 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
27
28
29
30
31
32
33
34
  export const messages = {
    en: {
      carDetailCoupon: {
        car: 'Car',
        coupon: 'Coupon',
        shop: 'Shop',
        parkingLot: 'Parking Lot',
        giveWay: 'Give Way',
        couponType: 'Coupon Type',
        value: 'Value',
        startTime: 'Start Time',
        endTime: 'End Time',
        giveTime: 'Give Time',
        status: 'Status',
        remark: 'Remark'
      }
    },
    zh: {
      carDetailCoupon: {
        car: '车辆',
        coupon: '优惠券',
        shop: '商家店铺',
        parkingLot: '停车场',
        giveWay: '赠送方式',
        couponType: '优惠方式',
        value: '面值',
        startTime: '开始时间',
        endTime: '结束时间',
        giveTime: '赠送时间',
        status: '状态',
        remark: '说明'
      }
    }
  }