seven 2 týždňov pred
rodič
commit
fdb0c7e59e

+ 3 - 3
app/Services/BetService.php

@@ -575,9 +575,9 @@ class BetService extends BaseService
         $msg['text'] = $text;
 
         $keyboard[] = [
-            ['text' => "全部", 'callback_data' => "betRecordType@@0"],
-            ['text' => "盈利", 'callback_data' => "betRecordType@@1"],
-            ['text' => "亏损", 'callback_data' => "betRecordType@@2"]
+            ['text' => lang("全部"), 'callback_data' => "betRecordType@@0"],
+            ['text' => lang("盈利"), 'callback_data' => "betRecordType@@1"],
+            ['text' => lang("亏损"), 'callback_data' => "betRecordType@@2"]
         ];
 
         if ($page > 1) {

+ 3 - 0
lang/en/messages.php

@@ -235,5 +235,8 @@ return [
     "历史注单"=>"Historical Notes",
     "中奖总派彩"=>"Winning total payout",
     "待开奖"=>"Pending draw",
+    "全部"=>"all",
+    "盈利"=>"profit",
+    "亏损"=>"loss",
 
 ];

+ 3 - 0
lang/vi/messages.php

@@ -235,6 +235,9 @@ return [
     "历史注单"=>"Ghi chú lịch sử",
     "中奖总派彩"=>"Tổng số tiền thắng",
     "待开奖"=>"Chờ giải thưởng",
+    "全部"=>"tất cả",
+    "盈利"=>"Lợi nhuận",
+    "亏损"=>"lỗ",
 
 
 ];

+ 3 - 0
lang/zh/messages.php

@@ -235,6 +235,9 @@ return [
     "历史注单"=>"历史注单",
     "中奖总派彩"=>"中奖总派彩",
     "待开奖"=>"待开奖",
+    "全部"=>"全部",
+    "盈利"=>"盈利",
+    "亏损"=>"亏损",