feat(i18n): 更新英文、尼泊尔语与中文的注单状态翻译
修改多语言配置文件,将 success 统一替换为 placed,并新增 partial_failed 与 refunded 状态,以提升注单管理中的状态表达清晰度。 增强国际化支持,确保多语言间术语一致性,进一步优化后台管理界面的用户体验。
This commit is contained in:
@@ -33,12 +33,14 @@
|
||||
"all": "All",
|
||||
"pending_confirm": "Pending confirmation",
|
||||
"partial_pending_confirm": "Partially pending confirmation",
|
||||
"success": "Bet placed",
|
||||
"placed": "Placed",
|
||||
"pending_draw": "Awaiting draw",
|
||||
"partial_failed": "Partially failed",
|
||||
"failed": "Bet failed",
|
||||
"pending_payout": "Pending payout",
|
||||
"settled_win": "Settled win",
|
||||
"settled_lose": "Settled loss"
|
||||
"settled_lose": "Settled loss",
|
||||
"refunded": "Refunded"
|
||||
},
|
||||
"allTickets": "All tickets"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user