Blame view

src/views/report/reportOwnerPayFeeLang.js 1.23 KB
95629508   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
  export const messages = {
    en: {
      reportOwnerPayFee: {
        queryCondition: 'Query Conditions',
        selectFeeType: 'Select Fee Type',
        selectFeeItem: 'Select Fee Item',
        inputRoomNum: 'Input Room Number',
        inputOwnerName: 'Input Owner Name',
        inputYear: 'Input Year',
        paymentDetails: 'Owner Payment Details',
        paymentDetailsTip: 'Details of owner payment records',
        owner: 'Owner',
        room: 'Room',
        feeItem: 'Fee Item',
        month: 'Month',
        total: 'Total',
        receivable: 'Receivable',
        prepayment: 'Prepayment',
        fetchError: 'Failed to fetch payment details'
      }
    },
    zh: {
      reportOwnerPayFee: {
        queryCondition: '查询条件',
        selectFeeType: '请选择收费大类',
        selectFeeItem: '请选择收费项',
        inputRoomNum: '请输入房屋编号',
        inputOwnerName: '请输入业主名称',
        inputYear: '请输入年份',
        paymentDetails: '业主缴费明细',
        paymentDetailsTip: '业主缴费记录明细',
        owner: '业主',
        room: '房屋',
        feeItem: '费用项目',
        month: '月',
        total: '合计',
        receivable: '应收',
        prepayment: '预收',
        fetchError: '获取缴费明细失败'
      }
    }
  }