chore(充值代理页): 金币模式和美金模式标题切换

This commit is contained in:
hzj 2026-04-16 20:25:01 +08:00
parent 70ce9be566
commit 06e9667203
6 changed files with 7 additions and 2 deletions

View File

@ -96,6 +96,7 @@
"search_user": "البحث عن المستخدم",
"enter_user_id": "يرجى إدخال id المستخدم",
"recharge": "شحن",
"recharge_dollar": "شحن($)",
"enter_recharge_amount": "أدخل عدد القطع النقدية التي تريد إيداعها على المستخدم.",
"enter_recharge_dollar_amount": "أدخل مبلغ الدولارات المراد شحنه للمستخدم.",
"recharge_auto_convert_tip": "تحويل تلقائي لعدد العملات الذهبية المطلوبة للشحن.",

View File

@ -96,6 +96,7 @@
"search_user": "ব্যবহারকারী অনুসন্ধান",
"enter_user_id": "দয়া করে ব্যবহারকারী আইডি লিখুন",
"recharge": "রিচার্জ",
"recharge_dollar": "রিচার্জ($)",
"enter_recharge_amount": "ব্যবহারকারীকে রিচার্জ করার মুদ্রার পরিমাণ লিখুন।",
"enter_recharge_dollar_amount": "ব্যবহারকারীকে রিচার্জ করার ডলারের পরিমাণ লিখুন।",
"recharge_auto_convert_tip": "রিচার্জের জন্য প্রয়োজনীয় গোল্ড কয়েন স্বয়ংক্রিয়ভাবে রূপান্তর করা হবে।",

View File

@ -96,6 +96,7 @@
"search_user": "Search user",
"enter_user_id": "Please enter the user ID",
"recharge": "Recharge",
"recharge_dollar": "Recharge($)",
"enter_recharge_amount": "Enter the amount of coins to be recharged to the user.",
"enter_recharge_dollar_amount": "Enter the amount of Dollars to be recharged to the user.",
"recharge_auto_convert_tip": "Autoconvert the gold coins needed for recharge.",

View File

@ -96,6 +96,7 @@
"search_user": "Kullanıcı ara",
"enter_user_id": "Lütfen kullanıcı ID'sini girin",
"recharge": "Yükle",
"recharge_dollar": "Yükle($)",
"enter_recharge_amount": "Kullanıcıya yüklenecek coin miktarını girin.",
"enter_recharge_dollar_amount": "Kullanıcıya yüklenecek Dolar miktarını girin.",
"recharge_auto_convert_tip": "Yükleme için gereken altın coin miktarı otomatik olarak dönüştürülür.",

View File

@ -96,6 +96,7 @@
"search_user": "搜索用户",
"enter_user_id": "请输入用户id",
"recharge": "充值",
"recharge_dollar": "充值($)",
"enter_recharge_amount": "请输入要向用户充值的硬币数量。",
"enter_recharge_dollar_amount": "请输入要向用户充值的美元金额。",
"recharge_auto_convert_tip": "自动换算本次充值所需的金币数量。",

View File

@ -189,9 +189,9 @@
<!-- 充值部分 -->
<div v-if="selectedUser.id" style="margin-top: 12px">
<div style="margin-bottom: 12px; font-weight: 600; color: #333">
{{ t('recharge') }}
{{ t(hasRechargeRatio ? 'recharge_dollar' : 'recharge') }}:
</div>
<div></div>
<!-- 输入金额 -->
<div
style="