From 045235121ba199cc885a8dd4f21b65fea8cdcc2a Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 09 Oct 2025 15:12:30 +0800
Subject: [PATCH] 1

---
 src/i18n/en.js |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/src/i18n/en.js b/src/i18n/en.js
index d71ef68..91344ce 100644
--- a/src/i18n/en.js
+++ b/src/i18n/en.js
@@ -18,7 +18,7 @@
     entryAccount: "Please enter account",
     password: "Password",
     repassword: "Confirm Password",
-    passwordTips: "Password (6-12 characters)",
+    passwordTips: "Password (8-16 characters, must contain uppercase letters and special characters)",
     surePassword: "Please confirm your password",
     invitCode: "Invitation code (optional)",
     entryInvitCode: "Please enter the invitation code",
@@ -925,7 +925,7 @@
     '全部收款方式': 'All payment methods',
     '请输入收款方式': 'Please enter payment method',
     '广告筛选': 'Ad screening',
-    '总额': 'Fiat Amount',
+    '总额': 'Total',
     '请输入总额': 'Please enter the total amount',
     '交易方式': 'Means of transaction',
     '国家/地区': 'Country / Region',
@@ -2801,4 +2801,17 @@
     "确认登录密码": "Confirm login password",
     "设置6位数字资金密码": "Set 6-digit digital fund password",
     "通往机构机代币化的大门": "The gateway to institutional tokenization",
+    "请输入金融机构代码": "Please enter the financial institution code",
+    "电子邮箱": "Email",
+    "手机号码": "Phone number",
+    "请输入登录密码": "Please enter the login password",
+    "请输入手机号码": "Please enter the phone number",
+    "请输入8-16位字符,必须包含大写字母、和特殊字符": "Please enter 8-16 characters, must contain uppercase letters and special characters",
+    "请输入6位阿拉伯数字的资金密码": "Please enter the 6-digit Arabic numeral fund password",
+    "请输入邮箱验证码": "Please enter the email verification code",
+    "请输入金融机构识别码": "Please enter the financial institution identification code",
+    "发送邮箱验证码": "Send email verification code",
+    "手机验证码": "Phone verification code",
+    "请输入手机验证码": "Please enter the phone verification code",
+    "发送手机验证码": "Send phone verification code",
 }
\ No newline at end of file

--
Gitblit v1.9.3