From f34f1158f67b4f5fc5f3fe7bfe6f0b3771f2c7a1 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Wed, 23 Apr 2025 14:12:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B8=81=E5=B8=81=E8=8B=B1?= =?UTF-8?q?=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/lang/en.json | 4 ++-- i18n/lang/zh-TW.json | 2 +- pages/exchange/exchange-transaction.vue | 2 +- pages/exchange/open-position.vue | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/i18n/lang/en.json b/i18n/lang/en.json index 170e2c2..40af781 100644 --- a/i18n/lang/en.json +++ b/i18n/lang/en.json @@ -649,8 +649,8 @@ "f2": "About the contract", "f3": "Risk Protection Fund", "f4": "Fund Expense History", - "f5": "Ordinary Commission", - "f6": "Market Order", + "f5": "Limit Price", + "f6": "Market Price", "f7": "Whether to use", "f8": "The price", "f9": "Open position with double leverage", diff --git a/i18n/lang/zh-TW.json b/i18n/lang/zh-TW.json index 9fce62d..1b65fd0 100644 --- a/i18n/lang/zh-TW.json +++ b/i18n/lang/zh-TW.json @@ -646,7 +646,7 @@ "f2": "關於合約", "f3": "風險保障基金", "f4": "資金費用歷史", - "f5": "普通委託", + "f5": "限價委託", "f6": "市價委託", "f7": "是否以", "f8": "的價格", diff --git a/pages/exchange/exchange-transaction.vue b/pages/exchange/exchange-transaction.vue index f65d419..aae1b1e 100644 --- a/pages/exchange/exchange-transaction.vue +++ b/pages/exchange/exchange-transaction.vue @@ -106,7 +106,7 @@ - 估值 ${{ omitTo(form.entrust_price*price_cny,2) }} + {{$t('common.c7')}} ${{ omitTo(form.entrust_price*price_cny,2) }}