feat: enhance timeline event display with localization support
Some checks failed
lotteryfront CI / build (push) Has been cancelled

- Updated the TicketOrderDetailScreen to utilize localized labels for timeline events, improving user experience across different languages.
- Added new timeline event translations in English, Nepali, and Chinese to support the updated display logic.
This commit is contained in:
2026-06-22 10:51:58 +08:00
parent ecb032f8cc
commit 15b7cca9f5
4 changed files with 24 additions and 4 deletions

View File

@@ -536,6 +536,13 @@
"matchPendingDraw": "待开奖,暂不能判断是否中奖。",
"matchPendingSettlement": "已开奖,等待系统结算后显示中奖结果。",
"timeline": "时间线",
"timelineEvent": {
"placed": "已下注",
"deducted": "已扣款",
"draw_published": "开奖结果已发布",
"settlement_started": "结算开始",
"settled": "已结算"
},
"settledAt": "结算时间 {{time}}",
"viewDraw": "查看本期开奖",
"backToOrders": "返回我的注单",