Blame view

src/views/index/indexLang.js 684 Bytes
a42b3256   wuxw   HC小区管理系统前段vue版正在开发中
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  export const messages = {
      en: {
        adminIndex: {
          home: 'Home',
          platformData: 'Platform Data',
          paymentCount: 'Payment Count',
          paymentAmount: 'Payment Amount',
          repairCount: 'Repair Count',
          communityFeeStats: 'Community Fee Statistics',
          communityRepairStats: 'Community Repair Statistics'
        }
      },
      zh: {
        adminIndex: {
          home: '首页',
          platformData: '平台数据',
          paymentCount: '缴费数',
          paymentAmount: '缴费金额',
          repairCount: '报修单数',
          communityFeeStats: '小区缴费统计',
          communityRepairStats: '小区报修统计'
        }
      }
    }