From 7907f9a7d414404effff61df799945c23573b25a Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 23 Oct 2025 15:19:12 +0800
Subject: [PATCH] 1
---
src/i18n/en.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/i18n/en.js b/src/i18n/en.js
index a80b8a3..b8f5f7c 100644
--- a/src/i18n/en.js
+++ b/src/i18n/en.js
@@ -1,4 +1,8 @@
export default {
+ "止损": "Stop Loss",
+ "止盈": "Stop Profit",
+ "请输入止盈金额": "take profit amount",
+ "请输入止损金额": "stop loss amount",
"交易金额":"Transaction amount",
"请选择正确的网络。若发送至错误的网络,您的资产可能会丢失。":"Please select the correct network. If you send to the wrong network, your assets may be lost.",
"信用分":"credit score",
--
Gitblit v1.9.3