From dda20fc6f7e219622d5144a62d89e447928aa0ae Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Wed, 5 Jun 2024 15:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E8=B5=84=E4=BA=A7=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E5=85=85=E5=B8=81=E6=96=B0=E5=A2=9E=E4=B8=80=E4=B8=AA=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E9=A2=84=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SecondaryNav.vue | 2 +- src/i18n/de.json | 3 ++- src/i18n/en.json | 3 ++- src/i18n/fra.json | 3 ++- src/i18n/it.json | 3 ++- src/i18n/jp.json | 3 ++- src/i18n/kor.json | 3 ++- src/i18n/pt.json | 3 ++- src/i18n/spa.json | 3 ++- src/i18n/tr.json | 3 ++- src/i18n/tw.json | 3 ++- src/views/wallet/exchange-assets.vue | 8 +++++--- 12 files changed, 26 insertions(+), 14 deletions(-) diff --git a/src/components/SecondaryNav.vue b/src/components/SecondaryNav.vue index afccbf0..df35b3d 100644 --- a/src/components/SecondaryNav.vue +++ b/src/components/SecondaryNav.vue @@ -3,7 +3,7 @@
    -
  • +
  • {{item.label}}
diff --git a/src/i18n/de.json b/src/i18n/de.json index 5b22dba..f9f1bfc 100644 --- a/src/i18n/de.json +++ b/src/i18n/de.json @@ -35,7 +35,8 @@ "c6": "Uhrzeit der Ausstellung", "c7": "Adresse auf weißem Papier", "c8": "Offizielle Website", - "c9": "kurze Einführung" + "c9": "kurze Einführung", + "c10": "Minimaler Ladebetrag: {num}. Ladewert kleiner als der Mindestbetrag wird nicht gepostet und kann nicht zurückgegeben werden." }, "common": { "a3": "Aufzeichnungen über den Kauf", diff --git a/src/i18n/en.json b/src/i18n/en.json index d2a5c68..9c93580 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -35,7 +35,8 @@ "c6": "Time of issue", "c7": "White paper address", "c8": "Official website address", - "c9": "brief introduction" + "c9": "brief introduction", + "c10": "Minimum recharge amount: {num}. Recharge less than the minimum amount will not be posted and cannot be returned." }, "common": { "a3": "Purchase records", diff --git a/src/i18n/fra.json b/src/i18n/fra.json index cf6edc5..e80bc86 100644 --- a/src/i18n/fra.json +++ b/src/i18n/fra.json @@ -35,7 +35,8 @@ "c6": "Date de publication", "c7": "Adresse du Livre blanc", "c8": "Adresse du site officiel", - "c9": "Introduction" + "c9": "Introduction", + "c10": "Montant minimum de recharge: {num}. Les recharges inférieures au montant minimum ne seront pas facturées et ne seront pas retournées." }, "common": { "a3": "Ostosta koskevat tiedot", diff --git a/src/i18n/it.json b/src/i18n/it.json index 26cc213..b35df75 100644 --- a/src/i18n/it.json +++ b/src/i18n/it.json @@ -35,7 +35,8 @@ "c6": "Tempo di emissione", "c7": "Indirizzo della carta bianca", "c8": "Indirizzo ufficiale del sito", - "c9": "breve introduzione" + "c9": "breve introduzione", + "c10": "Importo minimo di ricarica: {num}. Ricarica meno della quantità minima non sarà postata e non può essere restituita." }, "common": { "a3": "Registri di acquisto", diff --git a/src/i18n/jp.json b/src/i18n/jp.json index f4ee399..26a7fd1 100644 --- a/src/i18n/jp.json +++ b/src/i18n/jp.json @@ -35,7 +35,8 @@ "c6": "リリース時間", "c7": "白書の住所", "c8": "公式サイトのアドレス", - "c9": "概要" + "c9": "概要", + "c10": "最小チャージ金額:{num}では、最小金額以下のチャージは入金されず、かつ返却できません." }, "common": { "a3": "購入申請記録", diff --git a/src/i18n/kor.json b/src/i18n/kor.json index 9636ece..64f91bb 100644 --- a/src/i18n/kor.json +++ b/src/i18n/kor.json @@ -35,7 +35,8 @@ "c6": "발행 시간", "c7": "백서 주소", "c8": "홈 페이지 주소", - "c9": "간단 한 소개" + "c9": "간단 한 소개", + "c10": "최소 충전 금액:{num},최소 금액 이하 의 충전 은 입금 되 지 않 으 며 되 돌 릴 수 없습니다." }, "common": { "a3": "구 매 신청 기록", diff --git a/src/i18n/pt.json b/src/i18n/pt.json index 9614222..54af296 100644 --- a/src/i18n/pt.json +++ b/src/i18n/pt.json @@ -35,7 +35,8 @@ "c6": "Tempo de emissão", "c7": "Endereço de Papel Branco", "c8": "Endereço Oficial Do site", - "c9": "Breve introdução" + "c9": "Breve introdução", + "c10": "Montante mínimo de recarga: {num}. Recarregamento inferior Ao montante mínimo não será publicado e não Pode ser devolvido." }, "common": { "a3": "Registos de Compras", diff --git a/src/i18n/spa.json b/src/i18n/spa.json index 9f82c1a..14403bb 100644 --- a/src/i18n/spa.json +++ b/src/i18n/spa.json @@ -35,7 +35,8 @@ "c6": "Tiempo de emisión", "c7": "Dirección del Libro Blanco", "c8": "Dirección web oficial", - "c9": "Introducción" + "c9": "Introducción", + "c10": "Cantidad mínima de recarga: {num}. Las recargas inferiores a la cantidad mínima no se cargarán y no se devolverán." }, "common": { "a3": "Registro de pedidos", diff --git a/src/i18n/tr.json b/src/i18n/tr.json index dcae60d..8c10792 100644 --- a/src/i18n/tr.json +++ b/src/i18n/tr.json @@ -35,7 +35,8 @@ "c6": "Sorun zamanı", "c7": "Beyaz kağıt adresi", "c8": "Resmi web adresi", - "c9": "kısa tanıtım" + "c9": "kısa tanıtım", + "c10": "Minimum yeniden yükleme tutarı: {num}, minimum tutardan daha az yükleme hesaba yansıtılmaz ve iade edilemez." }, "common": { "a3": "Satın alma kaydı", diff --git a/src/i18n/tw.json b/src/i18n/tw.json index 61986e5..42ac473 100644 --- a/src/i18n/tw.json +++ b/src/i18n/tw.json @@ -35,7 +35,8 @@ "c6": "發行時間", "c7": "白皮書地址", "c8": "官網地址", - "c9": "簡介" + "c9": "簡介", + "c10": "最小充值金額:{num},小於最小金額的充值將不會上帳且無法返回。" }, "common": { "a3": "申購記錄", diff --git a/src/views/wallet/exchange-assets.vue b/src/views/wallet/exchange-assets.vue index 7e32537..0df594e 100644 --- a/src/views/wallet/exchange-assets.vue +++ b/src/views/wallet/exchange-assets.vue @@ -171,7 +171,8 @@ + :disabled="!item.is_withdraw" + >{{$t('wallet.recharge')}}