From 4aaa6f3fe0fdfd1ba95e4719c0619db1166224cf Mon Sep 17 00:00:00 2001 From: lxf <1371462558@qq.com> Date: Thu, 03 Jul 2025 16:13:36 +0800 Subject: [PATCH] feat: 添加下载 --- src/i18n/en-US/index.js | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/i18n/en-US/index.js b/src/i18n/en-US/index.js index 9a05757..a091b65 100644 --- a/src/i18n/en-US/index.js +++ b/src/i18n/en-US/index.js @@ -1124,6 +1124,7 @@ "可到账数量": "Quantity available", "日利率": "Daily interest rate", "请输入充币数量": "Please enter the deposit amount", + "请等待上一笔充值完成!": "Please wait for the previous deposit to complete", "上传图片": "Upload image", "确定中": "Confirming", "现货/杆杠/合约": "Spot/Margin/Perpetual", @@ -1553,6 +1554,8 @@ "加载完毕": "Loading complete", "操作": "Operate", "盈亏": "P/L", + "盈利": "Profit", + "盈利率": "Profit rate", "开仓金额": "Amount", "可平金额": "Closable amount", "建仓成本": "Average", @@ -1620,7 +1623,7 @@ "委托订单": "Open orders", "最新成交": "Latest Filled", "价格": "Price", - "数量": "Number", + "数量": "Trading Lots", "历史仓位": "Historical position", "交割时间": "Delivery time", "最小金额": "Minimum ", -- Gitblit v1.9.3