Blame view

src/views/scm/couponMarketLang.js 560 Bytes
71def04c   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
  export const messages = {
    en: {
      couponMarket: {
        search: {
          placeholder: 'Please enter coupon name',
        },
        price: 'Price',
        buy: 'Buy',
        fetchSupplierError: 'Failed to fetch supplier list',
        fetchCouponError: 'Failed to fetch coupon list'
      }
    },
    zh: {
      couponMarket: {
        search: {
          placeholder: '请输入优惠券名称',
        },
        price: '售价',
        buy: '购买',
        fetchSupplierError: '获取供应商列表失败',
        fetchCouponError: '获取优惠券列表失败'
      }
    }
  }