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

View File

@@ -32,12 +32,14 @@
"all": "सबै",
"pending_confirm": "पुष्टि बाँकी",
"partial_pending_confirm": "आंशिक पुष्टि बाँकी",
"success": "बेट सफल",
"placed": "बेट राखियो",
"pending_draw": "ड्र पर्खँदै",
"partial_failed": "आंशिक असफल",
"failed": "बेट असफल",
"pending_payout": "भुक्तानी बाँकी",
"settled_win": "जित सेटल भयो",
"settled_lose": "हार सेटल भयो"
"settled_lose": "हार सेटल भयो",
"refunded": "फिर्ता भयो"
},
"allTickets": "सबै टिकट"
}

View File

@@ -33,12 +33,14 @@
"all": "全部",
"pending_confirm": "待确认",
"partial_pending_confirm": "部分待确认",
"success": "已投注成功",
"placed": "已下单",
"pending_draw": "待开奖",
"partial_failed": "部分失败",
"failed": "投注失败",
"pending_payout": "待派奖",
"settled_win": "已中奖结算",
"settled_lose": "已未中奖结算"
"settled_lose": "已未中奖结算",
"refunded": "已退款"
},
"allTickets": "全部注单"
}