35 lines
2.2 KiB
PHP
35 lines
2.2 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' => '预约失败',
|
|
'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' => '期次作废退款',
|
|
];
|