25 lines
1.5 KiB
PHP
25 lines
1.5 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'No active game in progress' => '未找到进行中的对局',
|
|
'Current game status does not allow calculation' => '当前对局状态不可计算',
|
|
'Betting period has not ended; calculation is not available yet' => '下注开放时长未结束,暂不可计算',
|
|
'Manual draw number is out of the allowed range' => '手动开奖号码超出允许范围',
|
|
'Calculation completed' => '计算完成',
|
|
'Draw number is out of the allowed range' => '开奖号码超出允许范围',
|
|
'Current game status does not allow scheduling the draw' => '当前对局状态不可预约开奖',
|
|
'Betting has not ended; cannot schedule the draw' => '下注尚未结束,无法预约开奖',
|
|
'This period has ended; please refresh the page' => '本期倒计时已结束,请刷新页面',
|
|
'Draw number scheduled; it will be used when the countdown ends' => '已预约本期开奖号码,倒计时结束后将使用该号码开奖',
|
|
'Current game status does not allow drawing' => '当前对局状态不可开奖',
|
|
'Betting period has not ended; drawing is not available yet' => '下注开放时长未结束,不可开奖',
|
|
'Period countdown has not ended; cannot draw yet' => '本期倒计时未结束,无法开奖',
|
|
'Draw completed; paying out' => '开奖完成,派彩中',
|
|
'Game live: settlement error' => '对局结算出错',
|
|
'Calculation failed' => '计算失败',
|
|
'Please enter the draw number' => '请填写开奖号码',
|
|
'Schedule failed' => '预约失败',
|
|
];
|