From 7d3ca5dd947ad70aaca52c52051f85fcbb7b340d Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 22 Oct 2025 03:12:53 +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