From 47c6e203f6eeda2d8702091f761f3d80fcddf2cf Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Tue, 15 Jul 2025 13:56:06 +0800
Subject: [PATCH] 服务费翻译
---
src/i18n/en.js | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/i18n/en.js b/src/i18n/en.js
index 149db14..2e6c2fc 100644
--- a/src/i18n/en.js
+++ b/src/i18n/en.js
@@ -1,7 +1,7 @@
export default {
- hbjy:"Currency Trading",
- hbdhdd:"Currency exchange order",
- whjydd:"Forex trading orders",
+ hbjy: "Currency Trading",
+ hbdhdd: "Currency exchange order",
+ whjydd: "Forex trading orders",
entrustOrder: "Entrust Order",
installApp: "Install this application",
press: "Press",
@@ -2127,6 +2127,7 @@
"交割": "Delivery",
"购买价": "Purchase price",
"结算价": "Settlement price",
+ "服务费": "Service fee",
"到期时间": "Expiration time",
"继续下单": "Continue",
"金额不能小于": "Amount cannot be less than",
--
Gitblit v1.9.3