From 890dca4fbfc5129a7c72e1dea368a995138daba0 Mon Sep 17 00:00:00 2001
From: hzj <1304805162@qq.com>
Date: Tue, 19 May 2026 18:30:17 +0800
Subject: [PATCH] =?UTF-8?q?feat(=E5=85=91=E6=8D=A2=E9=87=91=E5=B8=81?=
=?UTF-8?q?=E9=A1=B5):=20=E4=BF=AE=E5=A4=8D=E8=8B=B9=E6=9E=9C=E7=AB=AF?=
=?UTF-8?q?=E6=8C=89=E9=92=AE=E7=82=B9=E5=87=BB=E8=A7=A6=E5=8F=91=E4=B8=8D?=
=?UTF-8?q?=E4=BA=86=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/locales/bn.json | 4 +-
src/locales/en.json | 4 +-
src/locales/tr.json | 4 +-
.../Wallet/Exchange/ExchangeGoldCoins.vue | 182 +++++++++++++++---
4 files changed, 160 insertions(+), 34 deletions(-)
diff --git a/src/locales/bn.json b/src/locales/bn.json
index e5b8e5c..9f3e6ac 100644
--- a/src/locales/bn.json
+++ b/src/locales/bn.json
@@ -141,8 +141,8 @@
"failed_to_load_balance": "ব্যালেন্স লোড করতে ব্যর্থ। দয়া করে আবার চেষ্টা করুন।",
"failed_to_load_user_info": "ব্যবহারকারী তথ্য লোড করতে ব্যর্থ",
"please_select_coin_amount": "দয়া করে প্রথমে একটি মুদ্রার পরিমাণ নির্বাচন করুন",
- "insufficient_balance": "অপর্যাপ্ত ব্যালেন্স। আপনার বর্তমান ব্যালেন্স ${balance}, কিন্তু বিনিময় করার জন্য $${price} প্রয়োজন।",
- "confirm_exchange_coins": "আপনি কি $${price} এর জন্য মুদ্রা বিনিময় করতে চান?",
+ "insufficient_balance": "অপর্যাপ্ত ব্যালেন্স। আপনার বর্তমান ব্যালেন্স ${balance}, কিন্তু বিনিময় করার জন্য ${price} প্রয়োজন।",
+ "confirm_exchange_coins": "আপনি কি ${price} এর জন্য মুদ্রা বিনিময় করতে চান?",
"exchange_success": "${price} এর জন্য মুদ্রা সফলভাবে বিনিময় করা হয়েছে",
"exchange_failed": "বিনিময় ব্যর্থ, দয়া করে পরে আবার চেষ্টা করুন।",
"exchange_error_occurred": "বিনিময় প্রক্রিয়া চলাকালীন একটি ত্রুটি ঘটেছে। দয়া করে পরে আবার চেষ্টা করুন।",
diff --git a/src/locales/en.json b/src/locales/en.json
index 4dc902e..49af043 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -141,8 +141,8 @@
"failed_to_load_balance": "Failed to load balance. Please try again.",
"failed_to_load_user_info": "Failed to load user information",
"please_select_coin_amount": "Please select a coin amount first",
- "insufficient_balance": "Insufficient balance. Your current balance is ${balance}, but you need $${price} to exchange.",
- "confirm_exchange_coins": "Do you want to exchange coins for $${price}?",
+ "insufficient_balance": "Insufficient balance. Your current balance is ${balance}, but you need ${price} to exchange.",
+ "confirm_exchange_coins": "Do you want to exchange coins for ${price}?",
"exchange_success": "Successfully exchanged coins for ${price}",
"exchange_failed": "Exchange failed, please try again later.",
"exchange_error_occurred": "An error occurred during the exchange process. Please try again later.",
diff --git a/src/locales/tr.json b/src/locales/tr.json
index 06fd50d..03b4608 100644
--- a/src/locales/tr.json
+++ b/src/locales/tr.json
@@ -141,8 +141,8 @@
"failed_to_load_balance": "Bakiye yüklenemedi. Lütfen tekrar deneyin.",
"failed_to_load_user_info": "Kullanıcı bilgisi yüklenemedi",
"please_select_coin_amount": "Lütfen önce bir coin miktarı seçin",
- "insufficient_balance": "Yetersiz bakiye. Mevcut bakiyeniz ${balance}, ancak değiştirmek için $${price} gerekiyor.",
- "confirm_exchange_coins": "$${price} için coin değiştirmek istiyor musunuz?",
+ "insufficient_balance": "Yetersiz bakiye. Mevcut bakiyeniz ${balance}, ancak değiştirmek için ${price} gerekiyor.",
+ "confirm_exchange_coins": "${price} için coin değiştirmek istiyor musunuz?",
"exchange_success": "${price} için coin başarıyla değiştirildi",
"exchange_failed": "Değiştirme başarısız, lütfen daha sonra tekrar deneyin.",
"exchange_error_occurred": "Değiştirme işlemi sırasında bir hata oluştu. Lütfen daha sonra tekrar deneyin.",
diff --git a/src/views/Wallet/Exchange/ExchangeGoldCoins.vue b/src/views/Wallet/Exchange/ExchangeGoldCoins.vue
index be87e9c..f98db82 100644
--- a/src/views/Wallet/Exchange/ExchangeGoldCoins.vue
+++ b/src/views/Wallet/Exchange/ExchangeGoldCoins.vue
@@ -69,12 +69,41 @@