From 80a82efcb42ba4b6f24768e780b1b3f51e3141f4 Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期一, 10 二月 2025 08:01:26 +0800
Subject: [PATCH] #

---
 rsf-admin/src/i18n/en.js |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 8d6f16a..d35a323 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -220,7 +220,10 @@
         }
     },
     page: {
+        welcome: '    Welcome to the RSF Management System.',
         login: {
+            title: 'Welcome',
+            footer: 'Footer Goes Here',
             tenant: 'Company',
             confirmPwd: 'Confirm Password',
             button: {
@@ -228,6 +231,19 @@
                 register: 'REGISTER',
             },
         },
+        settings: {
+            resetPwd: {
+                currPwd: 'Current Password',
+                newPwd: 'New Password',
+                confirmNewPwd: 'Confirm Password',
+                resetBtn: 'Reset',
+                tip: {
+                    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.",
+                }
+            }
+        },
     }
 };
 

--
Gitblit v1.9.1