From 1801a4639620300819e68874c9c358594348be6b Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 20 Jun 2024 14:45:33 +0800 Subject: [PATCH] =?UTF-8?q?style::=20=E6=93=8D=E4=BD=9C=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 8 ++++---- src/i18n/locales/zh-CN.ts | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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:'请求主机',