[游戏管理]游戏对局
This commit is contained in:
28
web/src/lang/backend/en/game/period.ts
Normal file
28
web/src/lang/backend/en/game/period.ts
Normal file
@@ -0,0 +1,28 @@
|
||||
export default {
|
||||
'quick Search Fields': 'Period No. / ID',
|
||||
id: 'ID',
|
||||
period_no: 'Period No.',
|
||||
period_start_at: 'Start time',
|
||||
status: 'Status',
|
||||
'status 0': 'Betting open',
|
||||
'status 1': 'Closed',
|
||||
'status 2': 'Settling',
|
||||
'status 3': 'Paying',
|
||||
'status 4': 'Ended',
|
||||
'status 5': 'Void',
|
||||
draw_mode: 'Draw mode',
|
||||
'draw_mode 0': 'Auto AI',
|
||||
'draw_mode 1': 'Manual preset',
|
||||
preset_number: 'Preset number',
|
||||
result_number: 'Result number',
|
||||
void_reason: 'Void reason',
|
||||
create_time: 'Created',
|
||||
update_time: 'Updated',
|
||||
section_auto: 'Auto draw & new period',
|
||||
auto_create_label: 'Allow auto-create next period',
|
||||
auto_create_tip: 'When enabled, a background ticker inserts a new period if none is in progress',
|
||||
manual_create_label: 'Allow manual create next period',
|
||||
manual_create_tip: 'When enabled, the button below can create the next period',
|
||||
btn_create_next: 'Create next period (manual)',
|
||||
saving: 'Saving…',
|
||||
}
|
||||
28
web/src/lang/backend/zh-cn/game/period.ts
Normal file
28
web/src/lang/backend/zh-cn/game/period.ts
Normal file
@@ -0,0 +1,28 @@
|
||||
export default {
|
||||
'quick Search Fields': '期号/ID',
|
||||
id: 'ID',
|
||||
period_no: '期号',
|
||||
period_start_at: '开始时间',
|
||||
status: '状态',
|
||||
'status 0': '下注开放',
|
||||
'status 1': '已封盘',
|
||||
'status 2': '算票中',
|
||||
'status 3': '派彩中',
|
||||
'status 4': '已结束',
|
||||
'status 5': '已作废',
|
||||
draw_mode: '开奖方式',
|
||||
'draw_mode 0': '自动AI',
|
||||
'draw_mode 1': '手动预设',
|
||||
preset_number: '预设号码',
|
||||
result_number: '开奖号码',
|
||||
void_reason: '作废原因',
|
||||
create_time: '创建时间',
|
||||
update_time: '更新时间',
|
||||
section_auto: '自动开奖与新建期',
|
||||
auto_create_label: '允许自动创建下一期',
|
||||
auto_create_tip: '开启后由后台定时任务在无进行中期号时自动插入新期',
|
||||
manual_create_label: '允许手动创建下一期',
|
||||
manual_create_tip: '开启后可在本页使用「手动创建下一期」按钮',
|
||||
btn_create_next: '手动创建下一期',
|
||||
saving: '保存中…',
|
||||
}
|
||||
Reference in New Issue
Block a user