From b719b3b66ec4893057df275e3871a6bd0029ac3c Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Sat, 10 Jan 2026 11:29:09 +0800
Subject: [PATCH] 1
---
src/i18n/modules/en.js | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/src/i18n/modules/en.js b/src/i18n/modules/en.js
index 9593483..e5d51ea 100644
--- a/src/i18n/modules/en.js
+++ b/src/i18n/modules/en.js
@@ -3039,4 +3039,26 @@
'请大于最低申购数量': "Please enter a quantity greater than the minimum subscription amount",
'认缴订单待确认中无法卖出': "Cannot sell subscription order pending confirmation",
'需补缴金额': "Additional payment amount required",
+ '认缴额/中签': "Subscription amount/Winning",
+ '中签数': "Number of winnings",
+ '卖出状态': "Selling status",
+ '已卖出': "Sold",
+ '未卖出': "Not sold",
+ '收益金额': "Profit amount",
+ '收益比例': "Profit ratio",
+ '新股锁定中无法卖出': "Cannot sell new stock while locked",
+ '密码错误': "Incorrect password",
+ '大宗数据错误': "Bulk data error",
+ '股票被锁定': "Stock is locked",
+ '数量错误': "Quantity error",
+ '订单不能平仓': "Order cannot be closed",
+ '现股不存在': "Current stock does not exist",
+ '现股未中签': "Current stock not won",
+ '现股已被删除': "Current stock has been deleted",
+ '未提交认缴记录': "Subscription record not submitted",
+ '现股已卖出': "Current stock has been sold",
+ '获取行情数据失败': "Failed to fetch market data",
+ '认缴记录不存在': "Subscription record does not exist",
+ '新股不存在或未发布': "New stock does not exist or is not published",
+ '股票数申购数不足': "Insufficient stock subscription quantity",
}
\ No newline at end of file
--
Gitblit v1.9.3