Browse Source

替换文字

master
453530270@qq.com 2 years ago
parent
commit
57bcb8b47c
  1. 2
      build/webpack.dev.conf.js
  2. 4
      src/i18n/en.json
  3. 4
      src/i18n/tw.json
  4. 4
      src/views/home/index.vue

2
build/webpack.dev.conf.js

@ -86,7 +86,7 @@ const devWebpackConfig = merge(baseWebpackConfig, {
template: 'src/index.html', // webpack模板 默认为src/index.ejs
inject: true, // 开启自动注入模块入口文件
favicon: path.resolve(__dirname, '../src/favicon.ico'),
title: 'Crypto | Exchange | Market',
title: 'Crypto | XUSExChange | Market',
isProduct : process.env.NODE_ENV == 'production' ? true : false,
}),

4
src/i18n/en.json

@ -42,7 +42,7 @@
"user": "users trust us",
"tradings": "trading transactions",
"using": "payments using crypto",
"Why": "Why do you choose to buy digital currency in YBGCOINS",
"Why": "Why do you choose to buy digital currency in XUSEXChange",
"believe": "We believe Cryptolly is here to stay — and that a future worth building is one which opens its doors and invites everyone in ",
"Clarity": "Clarity",
"help": "We help you make sense of the coins, the terms, the dense charts and market changes",
@ -53,7 +53,7 @@
"convenient": "convenient",
"key": "One key transaction, more convenient operation",
"technology": "Our technology",
"YBGCOINS": "YBGCOINS adopts advanced technologies such as GSLB, distributed server cluster ,distributed storage, high speed memory trading engine with multiple machines, cold wallet, hot wallet with private key offline,etc.,to provide our customers with secure,stable and reliable digital asset trading services through multiple terminals such as web,mobile and desktop terminals ",
"XUSEXChange": "XUSEXChange adopts advanced technologies such as GSLB, distributed server cluster ,distributed storage, high speed memory trading engine with multiple machines, cold wallet, hot wallet with private key offline,etc.,to provide our customers with secure,stable and reliable digital asset trading services through multiple terminals such as web,mobile and desktop terminals ",
"guide": "Beginner's guide",
"Wear": "Wear an account",
"Get": "Register a trading account",

4
src/i18n/tw.json

@ -42,7 +42,7 @@
"user": "用戶信任我們",
"tradings": "交易",
"using": "使用加密貨幣支付",
"Why": "為什麼選擇在YBGCOINS購買數位貨幣",
"Why": "為什麼選擇在XUSEXChange購買數位貨幣",
"believe": "我們相信Cryptolly會留下來,一個值得建設的未來將打開大門,邀請所有人加入",
"Clarity": "清晰度",
"help": "我們幫助你理解貨幣、條款、密集的圖表和市場變化",
@ -53,7 +53,7 @@
"convenient": "方便",
"key": "一鍵交易,操作更方便",
"technology": "我們的技術",
"YBGCOINS": "YBGCOINS採用GSLB、分佈式存儲、多機高速內存交易引擎、冷錢包、離線私鑰熱錢包等先進技術,通過網絡、移動和台式終端等多個終端為客戶提供安全、穩定和可靠的數字資產交易服務",
"XUSEXChange": "XUSEXChange採用GSLB、分佈式存儲、多機高速內存交易引擎、冷錢包、離線私鑰熱錢包等先進技術,通過網絡、移動和台式終端等多個終端為客戶提供安全、穩定和可靠的數字資產交易服務",
"guide": "初學者指南",
"Wear": "記下來",
"Get": "注册交易帳戶",

4
src/views/home/index.vue

@ -553,7 +553,7 @@
line-height: 50px;
"
>
{{ $t("common.YBGCOINS") }}.
{{ $t("common.XUSEXChange") }}.
</div>
</div>
<!-- 右边图片 -->
@ -732,7 +732,7 @@
class="build-left-text-appname text-start service-title-text1"
style="font-size: 48px"
>
YBGCOINS APP
XUSEXChange APP
</div>
<div class="dotfive d-flex">
<div class="dotblue" v-for="item in 5" :key="item"></div>

Loading…
Cancel
Save