Browse Source

修改语言

master
liaoxinyu 3 months ago
parent
commit
dbeec4f642
  1. 4
      i18n/lang/en.json
  2. 4
      i18n/lang/zh-TW.json
  3. 2
      pages/assets/account-bill.vue
  4. 2
      pages/base/contract.vue
  5. 5
      pages/base/mine.vue

4
i18n/lang/en.json

@ -109,7 +109,9 @@
"c5": "your transfer order has been submitted successfully, please wait patiently, and the transfer result will be notified by SMS or e-mail. Please check it carefully. If you have any questions, please contact the customer service in time.",
"c6": "Increase ratio",
"c7": "Current valuation",
"GraphicValidation": "Graphical verification"
"GraphicValidation": "Graphical verification",
"Futurestrading": "Futures Trading",
"Futuresaccount": "Futures Account"
},
"base": {
"a0": "Title",

4
i18n/lang/zh-TW.json

@ -109,7 +109,9 @@
"c5": "您的劃轉訂單已提交成功,請耐心等待,劃轉結果會以簡訊或郵件的管道通知。請注意查收,如有疑問請及時聯系客服",
"c6": "漲幅比例",
"c7": "當前估值",
"GraphicValidation": "圖形驗證"
"GraphicValidation": "圖形驗證",
"Futurestrading": "期貨交易",
"Futuresaccount": "期貨帳戶"
},
"base": {
"a0": "標題",

2
pages/assets/account-bill.vue

@ -1,6 +1,6 @@
<template>
<v-page class="layout-page">
<v-header :title="$t('base.e4')"></v-header>
<v-header :title="$t('common.Futuresaccount')"></v-header>
<!-- 币币 -->
<v-paging class="layout-main" :ajax="accountFlow" :data="query">
<template #box="list">

2
pages/base/contract.vue

@ -65,7 +65,7 @@
>
<symbol-list
:collect="collect"
:title="$t('contract.a4')"
:title="$t('common.Futurestrading')"
:marketList="marketList"
:heyue="1"
:symbols="symbols"

5
pages/base/mine.vue

@ -111,7 +111,8 @@
{{$t('base.d7')}}
</view>
<view class="w-33 fn-center p-y-xxs" :class="tabActive==1?'rounded-xs col-fff':''" @click="tabActive=1">
{{$t('base.e4')}}
<!-- {{$t('base.e4')}} -->
{{$t('common.Futuresaccount')}}
</view>
</view>
@ -237,7 +238,7 @@
style="position: relative">
<view class="fn-sm d-flex justify-between color-gray-6 m-t-xs">
<span> USDT </span>
<v-link class="color-buy" to="/pages/assets/account-bill">{{ $t("base.e4") }}
<v-link class="color-buy" to="/pages/assets/account-bill">{{ $t("common.Futuresaccount") }}
<van-icon class="fn-middle" name="arrow" size="16"/>
</v-link>
</view>

Loading…
Cancel
Save