1.对局新增查看异常订单

This commit is contained in:
2026-04-24 17:22:38 +08:00
parent d9b574676b
commit 5ab9172b31
6 changed files with 325 additions and 3 deletions

View File

@@ -26,4 +26,13 @@ export default {
manual_create_label: 'Allow manual create next round',
manual_create_tip: 'When enabled, button below can create next round manually',
btn_create_next: 'Create next round (manual)',
view_abnormal_rounds: 'View abnormal rounds',
abnormal_dialog_title: 'Abnormal round recovery logs',
abnormal_dialog_tip: 'Shows rounds auto-recovered after service restart (auto-void + refund).',
abnormal_from_status: 'Status before recovery',
refunded_user_count: 'Refunded users',
refunded_order_count: 'Refunded orders',
refunded_total_amount: 'Total refunded amount',
recovered_at: 'Recovered at',
load_abnormal_failed: 'Failed to load abnormal rounds',
}

View File

@@ -26,4 +26,13 @@ export default {
manual_create_label: '允许手动创建下一局',
manual_create_tip: '开启后可在本页使用「手动创建下一局」按钮',
btn_create_next: '手动创建下一局',
view_abnormal_rounds: '查看异常对局',
abnormal_dialog_title: '异常对局恢复记录',
abnormal_dialog_tip: '展示服务重启后自动恢复的异常对局(自动作废并退款)。',
abnormal_from_status: '异常前状态',
refunded_user_count: '退款用户数',
refunded_order_count: '退款注单数',
refunded_total_amount: '退款总金额',
recovered_at: '恢复时间',
load_abnormal_failed: '加载异常对局失败',
}