From a65bd96b5beaa4e24605df53e2d7845c3f3852bd Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期一, 10 二月 2025 10:08:32 +0800
Subject: [PATCH] #
---
rsf-admin/src/i18n/en.js | 27 +++++++++++++++++++++++----
1 files changed, 23 insertions(+), 4 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 445e912..0390e96 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -220,16 +220,35 @@
}
},
page: {
- welcome: ' Welcome to the RSF Management System',
+ welcome: ' Welcome to the RSF Management System.',
login: {
title: 'Welcome',
footer: 'Footer Goes Here',
tenant: 'Company',
+ username: 'Username',
+ password: 'Password',
confirmPwd: 'Confirm Password',
- button: {
- login: 'LOG IN',
- register: 'REGISTER',
+ tab: {
+ login: 'SIGN IN',
+ register: 'SIGN UP',
},
+ button: {
+ login: 'SIGN IN',
+ register: 'SIGN UP',
+ },
+ },
+ 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