From 7d978fa8fc6e0adb86203ed469075981058f0627 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 09 九月 2024 13:48:39 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/i18n/en.js | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index 4229b1d..09c525f 100644
--- a/zy-acs-flow/src/i18n/en.js
+++ b/zy-acs-flow/src/i18n/en.js
@@ -67,7 +67,6 @@
tenant: 'Tenant',
role: 'Role',
userLogin: 'Token',
- user: 'User',
},
table: {
field: {
@@ -140,12 +139,25 @@
phone: "phone",
email: "email",
emailVerified: "email verified",
- deptId: "deptId",
+ deptId: "department",
realName: "real name",
idCard: "idCard",
birthday: "birthday",
introduction: "introduction",
},
+ operationRecord: {
+ namespace: "namespace",
+ url: "url",
+ appkey: "appkey",
+ timestamp: "timestamp",
+ clientIp: "client ip",
+ request: "request",
+ response: "response",
+ spendTime: "spend time",
+ err: "error",
+ result: "result",
+ userId: "user",
+ },
}
}
};
--
Gitblit v1.9.1