Ken 2 hafta önce
ebeveyn
işleme
d7c088b436

+ 6 - 6
app/Services/QianBaoWithdrawService.php

@@ -134,19 +134,19 @@ class QianBaoWithdrawService
     {
         $keyboard = [
             [
-                ['text' => "USDT", 'callback_data' => "withdraw@@apply"],
+                ['text' => lang("USDT"), 'callback_data' => "withdraw@@apply"],
             ],
             [
-                ['text' => "银行卡", 'callback_data' => "withdraw@@qb_choose_bank"],
+                ['text' => lang("银行卡"), 'callback_data' => "withdraw@@qb_choose_bank"],
             ],
             [
-                ['text' => "支付宝", 'callback_data' => "withdraw@@qb_choose_aliPay"],
+                ['text' => lang("支付宝"), 'callback_data' => "withdraw@@qb_choose_aliPay"],
             ],
             [
-                ['text' => "数字人民币", 'callback_data' => "withdraw@@qb_choose_digital_RMB"],
+                ['text' => lang("数字人民币"), 'callback_data' => "withdraw@@qb_choose_digital_RMB"],
             ],
             [
-                ['text' => "返回", 'callback_data' => "topUp@@home"],
+                ['text' => lang("返回"), 'callback_data' => "topUp@@home"],
             ],
         ];
 //        $keyboard[] = [
@@ -154,7 +154,7 @@ class QianBaoWithdrawService
 //        ];
         return [
             'chat_id' => $chatId,
-            'text' => "请选择提现方式",
+            'text' => lang("请选择提现方式"),
             'message_id' => $messageId,
             'reply_markup' => json_encode(['inline_keyboard' => $keyboard])
         ];

+ 7 - 1
lang/en/messages.php

@@ -67,7 +67,13 @@ return [
     "找回账号" => "Recover account",
     "返回" => "Back",
     "秘钥管理" => "Secret key management",
-    "请选择业务类型" => "Please select business type"
+    "请选择业务类型" => "Please select business type",
+    "请选择提现方式" => "Please select a withdrawal method",
+    "USDT" => "USDT",
+    "银行卡" => "Bank card",
+    "支付宝" => "Alipay",
+    "数字人民币" => "Digital RMB"
+
 
 
 ];

+ 6 - 1
lang/vi/messages.php

@@ -67,7 +67,12 @@ return [
     "找回账号" => "Khôi phục tài khoản",
     "返回" => "Quay lại",
     "秘钥管理" => "Quản lý khóa bí mật",
-    "请选择业务类型" => "Vui lòng chọn loại dịch vụ"
+    "请选择业务类型" => "Vui lòng chọn loại dịch vụ",
+    "请选择提现方式" => "Vui lòng chọn phương thức rút tiền",
+    "USDT" => "USDT",
+    "银行卡" => "Thẻ ngân hàng",
+    "支付宝" => "Alipay",
+    "数字人民币" => "Nhân dân tệ kỹ thuật số"
 
 
 ];

+ 6 - 1
lang/zh-CN/messages.php

@@ -67,7 +67,12 @@ return [
     "找回账号" => "找回账号",
     "返回" => "返回",
     "秘钥管理" => "秘钥管理",
-    "请选择业务类型" => "请选择业务类型"
+    "请选择业务类型" => "请选择业务类型",
+    "请选择提现方式" => "请选择提现方式",
+    "USDT" => "USDT",
+    "银行卡" => "银行卡",
+    "支付宝" => "支付宝",
+    "数字人民币" => "数字人民币",
 
 
 ];