feat(i18n): 更新英文、尼泊尔语与中文的注单状态翻译

修改多语言配置文件,将 success 统一替换为 placed,并新增 partial_failed 与 refunded 状态,以提升注单管理中的状态表达清晰度。
增强国际化支持,确保多语言间术语一致性,进一步优化后台管理界面的用户体验。
This commit is contained in:
2026-05-27 09:57:56 +08:00
parent 0bd9d8d3d8
commit e87229c1b7
6 changed files with 260 additions and 287 deletions

View File

@@ -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"
}