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
|
export const messages = {
en: {
feeDetailReceipt: {
print: 'Print',
printSmall: 'Print Small',
printApply: 'Print Apply',
feeType: 'Fee Type',
owner: 'Owner',
feeItem: 'Fee Item',
feePeriod: 'Fee Period',
totalAmount: 'Total Amount',
paymentTime: 'Payment Time',
receiptId: 'Receipt ID',
yuan: 'Yuan',
selectPrintReceipt: 'Please select receipt to print',
selectPrintApply: 'Please select'
}
},
zh: {
feeDetailReceipt: {
print: '打印',
printSmall: '打印小票',
printApply: '申请单',
feeType: '费用类型',
owner: '业主',
feeItem: '费用项目',
feePeriod: '收费时间段',
totalAmount: '总金额',
paymentTime: '缴费时间',
receiptId: '收据ID',
yuan: '元',
selectPrintReceipt: '请选择打印收据',
selectPrintApply: '请选择'
}
}
}
|