Blame view

src/views/system/assetImportLogDetailLang.js 660 Bytes
f92fd6ac   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
  export const messages = {
    en: {
      assetImportLogDetail: {
        title: 'Import Details',
        importTime: 'Import Time',
        status: 'Status',
        description: 'Description',
        all: 'All',
        waitingImport: 'Waiting Import',
        success: 'Success',
        failed: 'Failed',
        refresh: 'Refresh',
        back: 'Back'
      }
    },
    zh: {
      assetImportLogDetail: {
        title: '导入详情',
        importTime: '导入时间',
        status: '状态',
        description: '描述',
        all: '全部',
        waitingImport: '待导入',
        success: '成功',
        failed: '失败',
        refresh: '刷新',
        back: '返回'
      }
    }
  }