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