From 22fa11fc44be82c1f9d8d11a00c7c4d55ba99af6 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 10 九月 2024 12:57:00 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/i18n/en.js |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index ae0fe52..5839bbd 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,18 @@
             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.'
     },
     create: {
         title: 'Create'
@@ -139,11 +152,17 @@
                 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",

--
Gitblit v1.9.1