优化游戏实时对局页面

This commit is contained in:
2026-04-21 10:02:16 +08:00
parent 17eadddaa2
commit aad00e10f8
9 changed files with 622 additions and 41 deletions

View File

@@ -21,4 +21,14 @@ return [
'Calculation failed' => '计算失败',
'Please enter the draw number' => '请填写开奖号码',
'Schedule failed' => '预约失败',
'Game runtime is paused' => '游戏已暂停(运行开关关闭)',
'Void reason is required' => '请填写作废原因',
'Void reason is too long' => '作废原因过长',
'Void reason is too short' => '作废原因过短',
'Current period cannot be voided' => '当前期次不可作废(仅下注或封盘阶段可作废)',
'Void failed' => '作废失败',
'Period voided' => '本期已作废',
'Concurrent balance update; please retry' => '余额并发变更,请重试',
'Bet order state changed; please retry' => '注单状态已变更,请重试',
'Period void refund' => '期次作废退款',
];