Browse Source

修改

master
liaoxinyu 10 months ago
parent
commit
e0b67f581e
  1. 3
      i18n/lang/en.json
  2. 3
      i18n/lang/zh-TW.json
  3. 1
      pages/assets/recharge.vue

3
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.", "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", "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.", "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": { "auth": {
"a0": "Identity Authentication", "a0": "Identity Authentication",

3
i18n/lang/zh-TW.json

@ -203,7 +203,8 @@
"f1": "轉賬需要由整個區塊鍊網絡進行確認,到達{num}個網絡確認時,您的{name}將被自動存入賬戶中。", "f1": "轉賬需要由整個區塊鍊網絡進行確認,到達{num}個網絡確認時,您的{name}將被自動存入賬戶中。",
"f2": "個網絡確認時,您的", "f2": "個網絡確認時,您的",
"f3": "請只發送{name}到此地址,發送其他數字貨幣到此地址會造成永久性的損失。", "f3": "請只發送{name}到此地址,發送其他數字貨幣到此地址會造成永久性的損失。",
"f4": "充幣記錄" "f4": "充幣記錄",
"f5": "此地址僅支持ETH/ERC20 相關資產"
}, },
"auth": { "auth": {
"a0": "身份認證", "a0": "身份認證",

1
pages/assets/recharge.vue

@ -88,6 +88,7 @@
</li> </li>
<li>·{{$t('assets.f0')}}{{$t('assets.f1',{num:10,name:coin})}}</li> <li>·{{$t('assets.f0')}}{{$t('assets.f1',{num:10,name:coin})}}</li>
<li>·{{$t('assets.f3',{name:coin})}}</li> <li>·{{$t('assets.f3',{name:coin})}}</li>
<li v-if="coin=='USDC'">·{{$t('assets.f5')}}</li>
</ul> </ul>
</view> </view>
</view> </view>

Loading…
Cancel
Save