@@ -562,7 +562,7 @@ class BetService extends BaseService
$phase = $v->profit - $v->amount;
} else {
- $phase = '待开奖';
+ $phase = lang('待开奖');
}
$text .= "-------------------------------------\n";
@@ -234,5 +234,6 @@ return [
"💰钱包余额" => "💰 Wallet Balance",
"历史注单"=>"Historical Notes",
"中奖总派彩"=>"Winning total payout",
+ "待开奖"=>"Pending draw",
];
@@ -234,6 +234,7 @@ return [
"💰钱包余额" => "💰 Số dư ví",
"历史注单"=>"Ghi chú lịch sử",
"中奖总派彩"=>"Tổng số tiền thắng",
+ "待开奖"=>"Chờ giải thưởng",
"💰钱包余额"=>"💰钱包余额",
"历史注单"=>"历史注单",
"中奖总派彩"=>"中奖总派彩",
+ "待开奖"=>"待开奖",