diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 5b540ab9..5d26b63b 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -57,7 +57,7 @@ export default { updateTime: 'Update Time', remark: 'Remark', description: 'Description', - operate: 'Operation', + operate: 'More Action', operateOk: 'Operation Successful!', operateErr: 'Operation Failed!', copyText: "Copy", @@ -1368,7 +1368,7 @@ export default { status0: "Failures", status1: "Active", createTime: "Time", - costTime: "Time Consumption", + costTime: "Time Lap", viewLog: "Scheduling log Info", delTip: "Are you sure you want to delete the scheduling log entry with the number [{num}]?", delOk: "Deleted Successfully", @@ -1804,13 +1804,13 @@ export default { operate:{ operId:'Log ID', moduleName:'Module Name', - workType:'Business Type', + workType:'Operation', operUser:'Operator', requestMe:'Request Method', host:'Request Host', operStatus:'Status', operDate:'Time', - useTime:'Time Consumption', + useTime:'Time Lap', logInfo:'Operation Log Information', delSure:'Are you sure to delete the data item with access number [{ids}]?', delAllSure:'Confirm to clear all login log data items?', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 55ab5588..e7483006 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -57,7 +57,7 @@ export default { updateTime: '更新时间', remark: '备注', description: '说明', - operate: '操作', + operate: '更多操作', operateOk: '操作成功!', operateErr: '操作失败!', copyText: "复制", @@ -1804,7 +1804,7 @@ export default { operate:{ operId:'日志编号', moduleName:'模块名称', - workType:'业务类型', + workType:'操作类型', operUser:'操作人员', requestMe:'请求方式', host:'请求主机',