diff --git a/components/404/index.vue b/components/404/index.vue
index 811cb08a7..03e50d92b 100644
--- a/components/404/index.vue
+++ b/components/404/index.vue
@@ -11,7 +11,7 @@
- 尚未发行Fan票
+ {{ $t('fan-tickets-not-yet-issued') }}
- 去发行
+ {{ $t('to-issue') }}
diff --git a/components/article/ArticleFooter.vue b/components/article/ArticleFooter.vue
index 522c71be5..ac3fe7b00 100644
--- a/components/article/ArticleFooter.vue
+++ b/components/article/ArticleFooter.vue
@@ -6,16 +6,16 @@
placement="bottom"
>
- 点击可查看本文的授权许可详情
+ {{ $t('click-to-view-the-license-details-of-this-article') }}
- 本文使用
+ {{ $t('this-article-uses') }}
知识共享 {{ license.chinese }} 4.0
- 协议
+ >{{ $t('knowledge-sharing') }} {{ license.chinese }} 4.0
+ {{ $t('protocol') }}
diff --git a/components/article/ArticleOrderModal.vue b/components/article/ArticleOrderModal.vue
index 219311c8e..fe653b391 100644
--- a/components/article/ArticleOrderModal.vue
+++ b/components/article/ArticleOrderModal.vue
@@ -16,27 +16,27 @@
src="@/assets/img/m_logo.png"
alt="logo"
>
- 请仔细核对订单信息,如果有误请取消后再次尝试
+ {{ $t('please-check-the-order-information-carefully-if-it-is-wrong-please-cancel-and-try-again') }}
- 交易账号:
+ {{ $t('trading-account') }}:
| {{ currentUserInfo.nickname || currentUserInfo.name }} |
- 交易类型:
+ {{ $t('transaction-type') }}:
| {{ tradeType }} |
- 创建时间:
+ {{ $t('creation-time') }}:
| {{ friendlyTime }} |
- 订单编号:
+ {{ $t('order-number') }}:
| {{ tradeNo }} |
@@ -50,19 +50,19 @@
>
@@ -74,13 +74,13 @@
effect="light"
>
- 您的交易可能由于正常的价格波动而失败,
- 预期价格波动区间将有助于您的交易成功。
- 交易成功后,多支付的金额会退回。
+ {{ $t('your-transaction-may-fail-due-to-normal-price-fluctuations') }}
+ {{ $t('the-expected-price-fluctuation-range-will-help-your-trading-success') }}
+ {{ $t('after-the-transaction-is-successful-the-overpayment-amount-will-be-refunded') }}
- 预期价格波动:1%
+ {{ $t('expected-price-fluctuations') }}:1%
@@ -88,10 +88,10 @@
placement="bottom"
effect="light"
>
- CNY 交易金额精度大于 0.01 时会自动进位支付,
多支付的金额会保留在您的CNY账户中。
+ {{ $t('when-the-accuracy-of-the-transaction-amount-of-cny-is-greater-than-0-01-it-will-be-automatically-carried-and-paid') }}
{{ $t('the-overpayment-amount-will-be-kept-in-your-cny-account') }}
- 合计:
+ {{ $t('total') }}:
{{ cnyAmount.toFixed(2) }} CNY
@@ -102,14 +102,14 @@
v-model="useBalance"
@change="useBalanceChange"
>
- 使用余额({{ balance }} CNY)
+ {{ $t('use-balance') }}({{ balance }} CNY)
- 抵扣:{{ deduction.toFixed(2) }} CNY
+ {{ $t('deduction') }}:{{ deduction.toFixed(2) }} CNY
-
应付:{{ needPay.toFixed(2) }} CNY
+
{{ $t('handle') }}:{{ needPay.toFixed(2) }} CNY
diff --git a/components/asset/giftDialog.vue b/components/asset/giftDialog.vue
index caf15ba8b..dde6481ca 100644
--- a/components/asset/giftDialog.vue
+++ b/components/asset/giftDialog.vue
@@ -2,7 +2,7 @@
-
+
@@ -86,14 +86,14 @@
@@ -102,7 +102,7 @@
v-if="balance"
class="balance"
>
- 余额 {{ balance }}
+ {{ $t('balance') }} {{ balance }}
- 请加我们官方QQ群:766605671
+ {{ $t('header-tips') }}
- Dashboard
+ {{ $t('menu-dashboard') }}
@@ -243,7 +243,7 @@