'时间待定', 'Not Started' => '未开赛', 'First Half' => '上半场', 'First Half, Kick Off' => '上半场,开球', 'Halftime' => '中场休息', 'Second Half' => '下半场', 'Second Half, 2nd Half Started' => '下半场,已开球', 'Extra Time' => '加时赛', 'Break Time' => '休息时间(常规赛与加时赛之间)', 'Penalty In Progress' => '点球大战进行中', 'Match Suspended' => '比赛暂停', 'Match Interrupted' => '比赛中断', 'Match Finished' => '比赛结束', 'Match Postponed' => '比赛延期', 'Match Cancelled' => '比赛取消', 'Match Abandoned' => '比赛腰斩(废弃)', 'Technical Loss' => '技术性判负', 'WalkOver' => '弃权/退赛(对手直接晋级)', 'In Progress' => '进行中', ]; return $long_status[$status] ?? $status; } }