Blame view

src/views/fee/feeDetailImportLang.js 780 Bytes
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
  export const messages = {
    en: {
      feeDetailImport: {
        floorNum: 'Building No.',
        unitNum: 'Unit No.',
        roomNum: 'Room No.',
        feeName: 'Fee Name',
        startTime: 'Start Time',
        endTime: 'End Time',
        totalAmount: 'Total Amount',
        remark: 'Remark',
        status: 'Status',
        importSuccess: 'Import Success',
        importFailed: 'Import Failed'
      }
    },
    zh: {
      feeDetailImport: {
        floorNum: '楼栋编号',
        unitNum: '单元编号',
        roomNum: '房屋编号',
        feeName: '费用名称',
        startTime: '开始时间',
        endTime: '结束时间',
        totalAmount: '总金额',
        remark: '备注',
        status: '状态',
        importSuccess: '导入成功',
        importFailed: '导入失败'
      }
    }
  }