Browse Source

更新多国语言

master
torsenli 4 years ago
parent
commit
96b88ef9cb
  1. 3
      src/i18n/cn.json
  2. 3
      src/i18n/en.json
  3. 4
      src/views/home/index.vue

3
src/i18n/cn.json

@ -1042,7 +1042,8 @@
"_24HoursUpsAndDowns": "24小时涨跌",
"TopEncryptionRiskManagement": "顶级加密风控管理",
"EscortYourPropertySafety": "为您的财产安全保驾护航",
"BuyCoins": "买币"
"BuyCoins": "买币",
"ProvidedByTheExperimentalCenter": "由NHACoin实验中心提供"
}
}

3
src/i18n/en.json

@ -1102,6 +1102,7 @@
"HourlyCurrencyUpdates": "Hourly Currency Updates",
"TopEncryptionRiskManagement": "TOP ENCRYPTION RISK MANAGEMENT",
"EscortYourPropertySafety": "ESCORT YOUR PROPERTY SAFETY",
"BuyCoins": "BuyCoins"
"BuyCoins": "BuyCoins",
"ProvidedByTheExperimentalCenter": "Courtesy of NHA Coin Experiment Center"
}
}

4
src/views/home/index.vue

@ -275,7 +275,7 @@
<div class="banner-block col-xs-8 banner2" >
<p class="banner_right_p">{{$t("addinfo.TopEncryptionRiskManagement")}}</p>
<p class="banner_right_p1">{{ $t("addinfo.EscortYourPropertySafety") }}</p>
<button>由Coinbebop实验中心提供</button>
<button>{{ $t("addinfo.ProvidedByTheExperimentalCenter") }}</button>
</div>
@ -1201,7 +1201,7 @@ export default {
margin-bottom: 51px;
}
button{
width: 398px;
width: 420px;
height: 52px;
background: #3553D2;
color: white;

Loading…
Cancel
Save