feat(i18n): 更新英文、尼泊尔语与中文的注单状态翻译
修改多语言配置文件,将 success 统一替换为 placed,并新增 partial_failed 与 refunded 状态,以提升注单管理中的状态表达清晰度。 增强国际化支持,确保多语言间术语一致性,进一步优化后台管理界面的用户体验。
This commit is contained in:
@@ -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": "全部注单"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user