feat(agents, i18n): enhance agent management and settlement features with new translations and UI updates
Added new translations for agent management and settlement features in English, Nepali, and Chinese, improving multi-language support. Updated the agents console to reflect changes in funding modes and player details, enhancing user experience. Refactored the admin permission gate to include new logic for handling bound line agents, ensuring better permission management. Additionally, streamlined the UI for agent-related pages and improved navigation to the settlement center, consolidating related functionalities for better accessibility.
This commit is contained in:
@@ -31,12 +31,12 @@
|
||||
"confirmAdjustmentTitle": "确认提交奖池余额调整?",
|
||||
"confirmAdjustmentDescription": "将写入调整流水并更新当前池余额,请确认金额与原因无误。",
|
||||
"recentAdjustments": "最近调整记录",
|
||||
"contributionRate": "蓄水比例 0–1",
|
||||
"contributionRatePlaceholder": "请输入贡献比例,如 0.02",
|
||||
"contributionRate": "蓄水比例 (%)",
|
||||
"contributionRatePlaceholder": "如 2 表示 2%",
|
||||
"triggerThreshold": "爆池阈值(最小单位)",
|
||||
"triggerThresholdPlaceholder": "请输入触发阈值",
|
||||
"payoutRate": "爆池派彩比例 0–1",
|
||||
"payoutRatePlaceholder": "请输入派彩比例,如 0.05",
|
||||
"payoutRate": "爆池派彩比例 (%)",
|
||||
"payoutRatePlaceholder": "如 5 表示 5%",
|
||||
"forceTriggerGap": "强制爆池间隔(已结算期数)",
|
||||
"forceTriggerGapPlaceholder": "请输入强制触发间隔期数",
|
||||
"minBetAmount": "最低下注额(最小单位)",
|
||||
|
||||
Reference in New Issue
Block a user