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 | 48 ++++++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 46 insertions(+), 2 deletions(-)
diff --git a/src/i18n/en.js b/src/i18n/en.js
index a80b8a3..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',
@@ -2770,4 +2770,48 @@
"最多可转": "Up to transferable",
"合约历史": "Contract history",
"逐仓": "Warehouse by warehouse",
+ "申购时间": "Subscription time",
+ "每张金额": "Each amount",
+ "每张手续费": "Fee per share",
+ "申购": "Subscription",
+ "申购数量": "Subscription quantity",
+ "申购记录": "Subscription record",
+ "已认购": "Subscribed",
+ "未中签": "Not allocated",
+ "已中签": "Allocated",
+ "已缴纳": "Paid",
+ "已分发": "Distributed",
+ "中签数量": "Allocation quantity",
+ "停牌中,禁止交易": "Trading is suspended. Trading is prohibited.",
+ "金融机构代码": "Financial institution code",
+ "用户协议": "User Agreement",
+ "隐私政策": "Privacy Policy",
+ "安全规定": "Security Regulations",
+ "反洗钱协议": "Anti-Money Laundering Agreement",
+ "法律声明": "Legal Statement",
+ "金融服务牌照": "Financial Services License",
+ "充值记录": "Recharge record",
+ "当日": "Today",
+ "最低认购": "Minimum subscription",
+ "币种数量": "Currency quantity",
+ "进度": "Progress",
+ "更换绑定": "Change binding",
+ "手机号已绑定": "Mobile phone number has been bound",
+ "设置登录密码": "Set login password",
+ "确认登录密码": "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