Blame view

src/views/fee/feeDetailDiscountLang.js 1.19 KB
f80ea09a   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
43
44
  export const messages = {
    en: {
      feeDetailDiscount: {
        roomName: 'Room(Building-Unit-Room)',
        discountId: 'Discount ID',
        discountName: 'Discount Name',
        applyType: 'Apply Type',
        applicant: 'Applicant',
        applicantPhone: 'Applicant Phone',
        startTime: 'Start Time',
        endTime: 'End Time',
        status: 'Status',
        createTime: 'Create Time',
        useStatus: 'Use Status',
        notUsed: 'Not Used',
        used: 'Used',
        returnType: 'Return Type',
        accountBalance: 'Account Balance',
        discount: 'Discount',
        returnAmount: 'Return Amount'
      }
    },
    zh: {
      feeDetailDiscount: {
        roomName: '房屋(楼栋-单元-房屋)',
        discountId: '折扣ID',
        discountName: '折扣名称',
        applyType: '申请类型',
        applicant: '申请人',
        applicantPhone: '申请电话',
        startTime: '开始时间',
        endTime: '结束时间',
        status: '状态',
        createTime: '创建时间',
        useStatus: '使用状态',
        notUsed: '未使用',
        used: '已使用',
        returnType: '返还类型',
        accountBalance: '账户余额',
        discount: '折扣',
        returnAmount: '返还金额'
      }
    }
  }