From 3b8bd7dbba101f4207a08bf0254a9e58bc708348 Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期一, 19 一月 2026 13:34:12 +0800
Subject: [PATCH] #

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

diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index 5e2ec9b..082291b 100644
--- a/zy-acs-flow/src/i18n/en.js
+++ b/zy-acs-flow/src/i18n/en.js
@@ -618,6 +618,20 @@
                 code: 'Send Code',
             },
         },
+        settings: {
+            resetPwd: {
+                currPwd: 'Current Password',
+                newPwd: 'New Password',
+                confirmNewPwd: 'Confirm Password',
+                resetBtn: 'Reset',
+                tip: {
+                    usernameLimit: 'Only 3-20 English letters or numbers are allowed. No special characters.',
+                    pwdInputLimit: "New Password must be 6-13 characters long and include both letters and numbers.",
+                    pwdNotSameAsOld: "New Password cannot be the same as the Current Password.",
+                    pwdNotMatch: "New Password and Confirm Password do not match.",
+                }
+            }
+        },
         code: {
             dirRule: {
                 helper: 'Select one direction to disable; other directions remain available.',

--
Gitblit v1.9.1