Blame view

src/views/aCommunity/aFeeDetailConfigLang.js 1.12 KB
29e25b46   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: {
      aFeeDetailConfig: {
        feeType: 'Fee Type',
        feeItem: 'Fee Item',
        feeFlag: 'Fee Flag',
        billType: 'Bill Type',
        paymentType: 'Payment Type',
        prepay: 'Prepay',
        postpay: 'Postpay',
        paymentCycle: 'Payment Cycle',
        unit: 'Unit',
        formula: 'Formula',
        unitPrice: 'Unit Price',
        additionalFee: 'Additional Fee',
        accountDeduction: 'Account Deduction',
        mobilePayment: 'Mobile Payment',
        decimalPlaces: 'Decimal Places',
        yes: 'Yes',
        no: 'No'
      }
    },
    zh: {
      aFeeDetailConfig: {
        feeType: '费用类型',
        feeItem: '收费项目',
        feeFlag: '费用标识',
        billType: '催缴类型',
        paymentType: '付费类型',
        prepay: '预付费',
        postpay: '后付费',
        paymentCycle: '缴费周期',
        unit: '单位',
        formula: '公式',
        unitPrice: '计费单价',
        additionalFee: '附加/固定费用',
        accountDeduction: '账户抵扣',
        mobilePayment: '手机缴费',
        decimalPlaces: '保留小数位',
        yes: '是',
        no: '否'
      }
    }
  }