zh-cn.ts 596 B

123456789101112131415161718192021
  1. export default {
  2. syslog: {
  3. index: '#',
  4. logType: '类型',
  5. title: '标题',
  6. remoteAddr: 'IP地址',
  7. method: '请求方式',
  8. ua: '浏览器',
  9. serviceId: '客户端',
  10. time: '耗时',
  11. params: '请求参数',
  12. createTime: '请求时间',
  13. requestUri: '请求地址',
  14. exception: '异常信息',
  15. createBy: '操作人',
  16. action: '操作',
  17. inputLogTypeTip: '请选择类型',
  18. inputStartPlaceholderTip: '开始时间',
  19. inputEndPlaceholderTip: '结束时间',
  20. },
  21. };