Ken il y a 2 semaines
Parent
commit
af0734b2dc
4 fichiers modifiés avec 8 ajouts et 3 suppressions
  1. 2 3
      app/Services/WalletService.php
  2. 2 0
      lang/en/messages.php
  3. 2 0
      lang/vi/messages.php
  4. 2 0
      lang/zh/messages.php

+ 2 - 3
app/Services/WalletService.php

@@ -241,7 +241,6 @@ class WalletService extends BaseService
         $text .= lang('用户名') . ":{$userInfo->getUsername()} \n";
         $text .= lang('昵称') . ":{$userInfo->getFirstName()} \n";
         $text .= lang('当前余额') . ":{$balance} RMB\n";
-        $text .="语言版本:{$userInfo->language}\n";
 
         $keyboard = [
             [
@@ -269,11 +268,11 @@ class WalletService extends BaseService
             $keyboard[] = [
                 // ['text' => '➕ 三斤充值', 'callback_data' => "topup@@sj_apply"],
 
-                ['text' => '🧾 第三方充值提现订单', 'callback_data' => "topup@@sj_bill_1"]
+                ['text' => lang('🧾 第三方充值提现订单'), 'callback_data' => "topup@@sj_bill_1"]
             ];
         }
         $keyboard[] = [
-            ['text' => '💵今日汇率💰', 'callback_data' => "todayExchangeRate@@rate"]
+            ['text' => lang('💵今日汇率💰'), 'callback_data' => "todayExchangeRate@@rate"]
         ];
 
 

+ 2 - 0
lang/en/messages.php

@@ -126,6 +126,8 @@ return [
     "➕ 提现" => "➕ Withdraw",
     "🧾 提现账单" => "🧾 Withdrawal Bill",
     "🔑秘钥管理" => "🔑 Key Management",
+    "🧾 第三方充值提现订单" => "🧾 Third-Party Recharge and Withdrawal Orders",
+    "💵今日汇率💰" => "💵 Today's Exchange Rate 💰",
 
 
 

+ 2 - 0
lang/vi/messages.php

@@ -126,6 +126,8 @@ return [
     "➕ 提现" => "➕ Rút tiền",
     "🧾 提现账单" => "🧾 Hóa đơn rút tiền",
     "🔑秘钥管理" => "🔑 Quản lý khóa bí mật",
+    "🧾 第三方充值提现订单" => "🧾 Đơn hàng nạp tiền và rút tiền của bên thứ ba",
+    "💵今日汇率💰" => "💵 Tỷ giá hôm nay 💰",
 
 
 ];

+ 2 - 0
lang/zh/messages.php

@@ -126,4 +126,6 @@ return [
     "➕ 提现" => "➕ 提现",
     "🧾 提现账单" => "🧾 提现账单",
     "🔑秘钥管理" => "🔑秘钥管理",
+    "🧾 第三方充值提现订单"=>"🧾 第三方充值提现订单",
+    "💵今日汇率💰"=>"💵今日汇率💰",
 ];