Blame view

src/views/log/transactionOutLogLang.js 1.92 KB
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
  export const messages = {
    en: {
      transactionOutLog: {
        queryCondition: 'Query Condition',
        startTime: 'Please enter start time',
        endTime: 'Please enter end time',
        query: 'Query',
        logTitle: 'Third Party Call Log',
        serial: 'Serial',
        address: 'Address',
        requestHeader: 'Request Header',
        requestMessage: 'Request Message',
        responseHeader: 'Response Header',
        responseMessage: 'Response Message',
        costTime: 'Cost Time',
        status: 'Status',
        callTime: 'Call Time',
        success: 'Success',
        fail: 'Fail',
        tip1: 'Tips:',
        tip2: 'If there is no log record, please confirm whether the value of "Record Log for External System Calls" in the system switch under Configuration > Configuration Center is changed to ON, and refresh the cache in Cache Management',
        iot: 'IoT',
        wechat: 'WeChat',
        wechatPay: 'WeChat Pay',
        oss: 'OSS',
        sms: 'SMS',
        fetchError: 'Failed to fetch transaction out logs'
      }
    },
    zh: {
      transactionOutLog: {
        queryCondition: '查询条件',
        startTime: '请输入开始时间',
        endTime: '请输入结束时间',
        query: '查询',
        logTitle: '调用三方日志',
        serial: '流水',
        address: '地址',
        requestHeader: '请求头',
        requestMessage: '请求报文',
        responseHeader: '返回头',
        responseMessage: '返回报文',
        costTime: '耗时',
        status: '状态',
        callTime: '调用时间',
        success: '成功',
        fail: '失败',
        tip1: '温馨提示:',
        tip2: '如果没有日志记录,请确认配置》配置中心下系统开关中,将名称为《调用外部系统记录日志》的值是否改为ON,并在缓存管理中刷新缓存',
        iot: '物联网',
        wechat: '微信',
        wechatPay: '微信支付',
        oss: 'OSS',
        sms: '短信',
        fetchError: '获取调用日志失败'
      }
    }
  }