From e0b67f581ecdb8691a8407fcd289afe539515a81 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Tue, 6 May 2025 15:19:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/lang/en.json | 3 ++- i18n/lang/zh-TW.json | 3 ++- pages/assets/recharge.vue | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/i18n/lang/en.json b/i18n/lang/en.json index a196a7d..581d138 100644 --- a/i18n/lang/en.json +++ b/i18n/lang/en.json @@ -204,7 +204,8 @@ "f1": "The transfer needs to be confirmed by the entire blockchain network. When it reaches {num} network confirmations, your {name} will be automatically deposit into the account.", "f2": "When a network is confirmed, yours", "f3": "Please only send {name} to this address, sending other digital currencies to this address will cause permanent loss.", - "f4": "Token Deposit Record" + "f4": "Token Deposit Record", + "f5": "This address only supports ETH/ERC20 related assets" }, "auth": { "a0": "Identity Authentication", diff --git a/i18n/lang/zh-TW.json b/i18n/lang/zh-TW.json index 996e026..cdd9d34 100644 --- a/i18n/lang/zh-TW.json +++ b/i18n/lang/zh-TW.json @@ -203,7 +203,8 @@ "f1": "轉賬需要由整個區塊鍊網絡進行確認,到達{num}個網絡確認時,您的{name}將被自動存入賬戶中。", "f2": "個網絡確認時,您的", "f3": "請只發送{name}到此地址,發送其他數字貨幣到此地址會造成永久性的損失。", - "f4": "充幣記錄" + "f4": "充幣記錄", + "f5": "此地址僅支持ETH/ERC20 相關資產" }, "auth": { "a0": "身份認證", diff --git a/pages/assets/recharge.vue b/pages/assets/recharge.vue index 8e410e3..ba56143 100644 --- a/pages/assets/recharge.vue +++ b/pages/assets/recharge.vue @@ -88,6 +88,7 @@
  • ·{{$t('assets.f0')}}{{$t('assets.f1',{num:10,name:coin})}}
  • ·{{$t('assets.f3',{name:coin})}}
  • +
  • ·{{$t('assets.f5')}}