From b1a373f220bcafea8f41fa735b42d4eeafb2ee4e Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 22 Oct 2025 14:06:15 +0800
Subject: [PATCH] 2
---
src/i18n/en.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/i18n/en.js b/src/i18n/en.js
index 6830975..b8f5f7c 100644
--- a/src/i18n/en.js
+++ b/src/i18n/en.js
@@ -1,4 +1,11 @@
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",
entrustOrder: "Entrust Order",
installApp: "Install this application",
press: "Press",
--
Gitblit v1.9.3