From 159331a4c2e2df5aa148cec1be082ff1d286d986 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 11 九月 2024 13:33:59 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/i18n/en.js | 41 +++++++++++++++++++++++++++++++++++++++--
1 files changed, 39 insertions(+), 2 deletions(-)
diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index 4229b1d..6868ba2 100644
--- a/zy-acs-flow/src/i18n/en.js
+++ b/zy-acs-flow/src/i18n/en.js
@@ -25,6 +25,7 @@
title: {
main: 'Main',
common: 'Common',
+ changePwd: 'Change Password',
},
side: {
title: 'More Info'
@@ -45,6 +46,22 @@
collapseAll: 'Collapse All',
scope: 'Assign',
},
+ },
+ filters: {
+ lastCreated: 'Last created',
+ today: 'Today',
+ thisWeek: 'This week',
+ lastWeek: 'Last week',
+ thisMonth: 'This month',
+ lastMonth: 'Last month',
+ earlier: 'Earlier...',
+ },
+ validate: {
+ pwdMisMatch: 'The password confirmation is not the same as the password.'
+ },
+ settings: {
+ base: 'Base',
+ security: 'Security',
},
create: {
title: 'Create'
@@ -67,7 +84,6 @@
tenant: 'Tenant',
role: 'Role',
userLogin: 'Token',
- user: 'User',
},
table: {
field: {
@@ -133,6 +149,8 @@
user: {
username: "username",
password: "password",
+ password: "password",
+ confirmPwd: "confirm password",
nickname: "nickname",
avatar: "avatar",
code: "code",
@@ -140,11 +158,30 @@
phone: "phone",
email: "email",
emailVerified: "email verified",
- deptId: "deptId",
+ deptId: "department",
realName: "real name",
idCard: "idCard",
birthday: "birthday",
introduction: "introduction",
+ role: "role",
+ sexes: {
+ male: 'Male',
+ female: 'Female',
+ unknown: 'Unknown',
+ }
+ },
+ 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