From 1136b8d80116008cc1f8da51f0f53dc746d52f86 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Sun, 12 Oct 2025 15:41:09 +0800
Subject: [PATCH] 1
---
src/i18n/en.js | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/i18n/en.js b/src/i18n/en.js
index 6830975..f8db189 100644
--- a/src/i18n/en.js
+++ b/src/i18n/en.js
@@ -1,4 +1,7 @@
export default {
+ "交易金额":"Transaction amount",
+ "请选择正确的网络。若发送至错误的网络,您的资产可能会丢失。":"Please select the correct network. If you send to the wrong network, your assets may be lost.",
+ "信用分":"credit score",
entrustOrder: "Entrust Order",
installApp: "Install this application",
press: "Press",
@@ -1834,11 +1837,11 @@
"市价单": "Market",
"请输入价格": "Please enter Price",
"数量(USDT)": "Amount",
- "开多": "Buy Long",
+ "开多": "Long",
"看涨": "Buy",
"合约金额": "Futures Amount",
"保证金": "Margin",
- "开空": "Buy Short",
+ "开空": "Short",
"看跌": "Sell",
"当前委托": "Open orders",
"持有仓位": "Hold position",
@@ -2767,4 +2770,7 @@
"最多可转": "Up to transferable",
"合约历史": "Contract history",
"逐仓": "Warehouse by warehouse",
+ "邀请码(必填)": "Invitation code (required)",
+ "请输入邀请码": "Please enter the invitation code",
+ "当前持仓": "Current position",
}
\ No newline at end of file
--
Gitblit v1.9.3