From 0d7c0aa6baba05bfeefd7dd7f37e63a9752caf90 Mon Sep 17 00:00:00 2001 From: lxf <1371462558@qq.com> Date: Mon, 30 Jun 2025 19:32:24 +0800 Subject: [PATCH] 当前持仓添加轮询 --- src/i18n/en-US/index.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/i18n/en-US/index.js b/src/i18n/en-US/index.js index 9a05757..9851968 100644 --- a/src/i18n/en-US/index.js +++ b/src/i18n/en-US/index.js @@ -1553,6 +1553,8 @@ "加载完毕": "Loading complete", "操作": "Operate", "盈亏": "P/L", + "盈利": "Profit", + "盈利率": "Profit rate", "开仓金额": "Amount", "可平金额": "Closable amount", "建仓成本": "Average", @@ -1620,7 +1622,7 @@ "委托订单": "Open orders", "最新成交": "Latest Filled", "价格": "Price", - "数量": "Number", + "数量": "Trading Lots", "历史仓位": "Historical position", "交割时间": "Delivery time", "最小金额": "Minimum ", -- Gitblit v1.9.3