feat: enhance timeline event display with localization support
Some checks failed
lotteryfront CI / build (push) Has been cancelled
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:
@@ -536,6 +536,13 @@
|
||||
"matchPendingDraw": "待开奖,暂不能判断是否中奖。",
|
||||
"matchPendingSettlement": "已开奖,等待系统结算后显示中奖结果。",
|
||||
"timeline": "时间线",
|
||||
"timelineEvent": {
|
||||
"placed": "已下注",
|
||||
"deducted": "已扣款",
|
||||
"draw_published": "开奖结果已发布",
|
||||
"settlement_started": "结算开始",
|
||||
"settled": "已结算"
|
||||
},
|
||||
"settledAt": "结算时间 {{time}}",
|
||||
"viewDraw": "查看本期开奖",
|
||||
"backToOrders": "返回我的注单",
|
||||
|
||||
Reference in New Issue
Block a user