From d06df946ee95dfb99a6ead6e85f6769cc253e315 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@gmail.com>
Date: 星期日, 09 二月 2025 23:11:49 +0800
Subject: [PATCH] #

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

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index fe4509a..d35a323 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -134,6 +134,7 @@
             },
             tenant: {
                 name: "name",
+                flag: "flag",
             },
             role: {
                 name: "name",
@@ -219,13 +220,30 @@
         }
     },
     page: {
+        welcome: '    Welcome to the RSF Management System.',
         login: {
-            tenant: 'Tenant',
+            title: 'Welcome',
+            footer: 'Footer Goes Here',
+            tenant: 'Company',
+            confirmPwd: 'Confirm Password',
             button: {
                 login: 'LOG IN',
                 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