feeDetailConfigLang.js
1.29 KB
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
45
46
47
48
49
50
export const messages = {
en: {
feeDetailConfig: {
feeType: 'Fee Type',
feeItem: 'Fee Item',
feeFlag: 'Fee Flag',
reminderType: 'Reminder Type',
paymentType: 'Payment Type',
paymentCycle: 'Payment Cycle',
unit: 'Unit',
formula: 'Formula',
unitPrice: 'Unit Price',
additionalFee: 'Additional/Fixed Fee',
accountDeduction: 'Account Deduction',
mobilePayment: 'Mobile Payment',
decimalPlaces: 'Decimal Places',
prepaid: 'Prepaid',
postpaid: 'Postpaid',
yes: 'Yes',
no: 'No'
},
feeDetailConfigDemo: {
openComponent: 'Open Config Detail'
}
},
zh: {
feeDetailConfig: {
feeType: '费用类型',
feeItem: '收费项目',
feeFlag: '费用标识',
reminderType: '催缴类型',
paymentType: '付费类型',
paymentCycle: '缴费周期',
unit: '单位',
formula: '公式',
unitPrice: '计费单价',
additionalFee: '附加/固定费用',
accountDeduction: '账户抵扣',
mobilePayment: '手机缴费',
decimalPlaces: '保留小数位',
prepaid: '预付费',
postpaid: '后付费',
yes: '是',
no: '否'
},
feeDetailConfigDemo: {
openComponent: '打开配置详情'
}
}
}