diff --git a/i18n/lang/de.json b/i18n/lang/de.json
index 3ea59e6..4ab6e6f 100644
--- a/i18n/lang/de.json
+++ b/i18n/lang/de.json
@@ -132,7 +132,10 @@
"f9":"Bitcoin",
"g0":"durchschnittliche Rendite",
"g1":"Schaffen Sie unendliche Möglichkeiten",
- "g2":"Beginnen Sie mit der Erkundung"
+ "g2":"Beginnen Sie mit der Erkundung",
+ "g3":"zum Kauf verfügbar",
+ "g4":"Steht zum Verkauf",
+ "g5":"Kontrahentenpreis"
},
"accountSettings": {
"a0": "Einstellungen des Kontos",
diff --git a/i18n/lang/en.json b/i18n/lang/en.json
index 616cab4..40bacba 100644
--- a/i18n/lang/en.json
+++ b/i18n/lang/en.json
@@ -173,7 +173,10 @@
"f9":"Bitcoin",
"g0":"average return",
"g1":"Create infinite possibilities",
- "g2":"Start exploring"
+ "g2":"Start exploring",
+ "g3":"available for purchase",
+ "g4":"Available for sale",
+ "g5":"counterparty price"
},
"accountSettings": {
"a0": "Account Settings",
diff --git a/i18n/lang/fra.json b/i18n/lang/fra.json
index 96d57f9..1f01f03 100644
--- a/i18n/lang/fra.json
+++ b/i18n/lang/fra.json
@@ -132,7 +132,10 @@
"f9":"Bitcoin",
"g0":"rendement moyen",
"g1":"Créez des possibilités infinies",
- "g2":"Commencez à explorer"
+ "g2":"Commencez à explorer",
+ "g3":"disponible à l'achat",
+ "g4":"Disponible à la vente",
+ "g5":"prix de la contrepartie"
},
"accountSettings": {
"a0": "Configuration du compte",
diff --git a/i18n/lang/it.json b/i18n/lang/it.json
index 85c122e..072f6fb 100644
--- a/i18n/lang/it.json
+++ b/i18n/lang/it.json
@@ -132,7 +132,10 @@
"f9":"Bitcoin",
"g0":"rendimento medio",
"g1":"Crea infinite possibilità",
- "g2":"Inizia a esplorare"
+ "g2":"Inizia a esplorare",
+ "g3":"disponibile per l'acquisto",
+ "g4":"Disponibile alla vendita",
+ "g5":"prezzo della controparte"
},
"accountSettings": {
"a0": "Impostazioni account",
diff --git a/i18n/lang/jp.json b/i18n/lang/jp.json
index 8d26f76..bc76d48 100644
--- a/i18n/lang/jp.json
+++ b/i18n/lang/jp.json
@@ -132,7 +132,10 @@
"f9":"ビットコイン",
"g0":"平均リターン",
"g1":"無限の可能性を創造する",
- "g2":"探索を開始する"
+ "g2":"探索を開始する",
+ "g3":"購入可能",
+ "g4":"販売可能",
+ "g5":"相手先価格"
},
"accountSettings": {
"a0": "アカウントの設定",
diff --git a/i18n/lang/kor.json b/i18n/lang/kor.json
index f396b2a..9403841 100644
--- a/i18n/lang/kor.json
+++ b/i18n/lang/kor.json
@@ -132,7 +132,10 @@
"f9":"비트코인",
"g0":"평균 수익률",
"g1":"무한한 가능성을 창조하라",
- "g2":"탐색 시작"
+ "g2":"탐색 시작",
+ "g3":"구매 가능",
+ "g4":"판매 가능",
+ "g5":"상대방 가격"
},
"accountSettings": {
"a0":"계 정 설정",
diff --git a/i18n/lang/pt.json b/i18n/lang/pt.json
index 6c6c497..645d8e5 100644
--- a/i18n/lang/pt.json
+++ b/i18n/lang/pt.json
@@ -132,7 +132,10 @@
"f9":"Bitcoin",
"g0":"retorno médio",
"g1":"Crie infinitas possibilidades",
- "g2":"Comece a explorar"
+ "g2":"Comece a explorar",
+ "g3":"disponível para compra",
+ "g4":"Disponível para venda",
+ "g5":"preço da contraparte"
},
"accountSettings": {
"a0":"Configuração Da Conta",
diff --git a/i18n/lang/spa.json b/i18n/lang/spa.json
index 07bc2b7..b955a28 100644
--- a/i18n/lang/spa.json
+++ b/i18n/lang/spa.json
@@ -132,7 +132,10 @@
"f9":"bitcóin",
"g0":"retorno promedio",
"g1":"Crea infinitas posibilidades",
- "g2":"Empezar a explorar"
+ "g2":"Empezar a explorar",
+ "g3":"disponible para compra",
+ "g4":"Disponible para venta",
+ "g5":"precio de contraparte"
},
"accountSettings": {
"a0":"Configuración de la cuenta",
diff --git a/i18n/lang/tr.json b/i18n/lang/tr.json
index d918d95..a7fe1de 100644
--- a/i18n/lang/tr.json
+++ b/i18n/lang/tr.json
@@ -132,7 +132,10 @@
"f9":"bitcoin",
"g0":"ortalama getiri",
"g1":"Sonsuz olasılıklar yaratın",
- "g2":"Keşfetmeye başlayın"
+ "g2":"Keşfetmeye başlayın",
+ "g3":"satınalınabilir",
+ "g4":"Satılık",
+ "g5":"karşı taraf fiyatı"
},
"accountSettings": {
"a0": "Hesap Ayarları",
diff --git a/i18n/lang/zh-CN.json b/i18n/lang/zh-CN.json
index 0629d67..79b67dd 100644
--- a/i18n/lang/zh-CN.json
+++ b/i18n/lang/zh-CN.json
@@ -130,7 +130,10 @@
"f9":"比特币",
"g0":"平均回报率",
"g1":"创造无限可能",
- "g2":"开始探索"
+ "g2":"开始探索",
+ "g3":"可买",
+ "g4":"可卖",
+ "g5":"对手价"
},
"accountSettings": {
"a0": "账号设置",
diff --git a/i18n/lang/zh-TW.json b/i18n/lang/zh-TW.json
index 91c7f5f..6b802dd 100644
--- a/i18n/lang/zh-TW.json
+++ b/i18n/lang/zh-TW.json
@@ -173,7 +173,10 @@
"f9":"比特幣",
"g0":"平均回報率",
"g1":"創造無限可能",
- "g2":"開始探索"
+ "g2":"開始探索",
+ "g3":"可買",
+ "g4":"可賣",
+ "g5":"對手價"
},
"accountSettings": {
"a0": "賬號設置",
diff --git a/pages/exchange/exchange-transaction.vue b/pages/exchange/exchange-transaction.vue
index 254e3b3..044886e 100644
--- a/pages/exchange/exchange-transaction.vue
+++ b/pages/exchange/exchange-transaction.vue
@@ -98,7 +98,7 @@
step="0.01"
/> -->
- 价格(USDT)
+ {{$t('exchange.d2')}}(USDT)
-
+ /> -->
+
+
+ {{$t('exchange.d2')}}(USDT)
+
+
+
+ {{$t("base.g5")}}
+
+
+
-
+ :placeholder="$t('exchange.c5')" style="border: 1px solid #202020;">
- USDT
+ BTC
+
@@ -292,7 +303,7 @@
- 可买
+ {{$t("base.g3")}}
{{amount}} BTC
@@ -344,7 +355,7 @@
- 可卖
+ {{$t("base.g4")}}
{{amount}} BTC
@@ -429,7 +440,7 @@
:max="6"
:contract="1"
>
- {{ newPrice.price }}
+ {{ newPrice.price }}