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:
2026-06-04 18:01:05 +08:00
parent c2eac2fafc
commit 65eaeecf8c
139 changed files with 8852 additions and 1435 deletions

View File

@@ -31,12 +31,12 @@
"confirmAdjustmentTitle": "Confirm pool balance adjustment?",
"confirmAdjustmentDescription": "This writes a ledger entry and updates the pool balance. Verify amount and reason.",
"recentAdjustments": "Recent adjustments",
"contributionRate": "Contribution rate 0-1",
"contributionRatePlaceholder": "Enter contribution rate, for example 0.02",
"contributionRate": "Contribution rate (%)",
"contributionRatePlaceholder": "e.g. 2 = 2%",
"triggerThreshold": "Burst threshold (minor unit)",
"triggerThresholdPlaceholder": "Enter burst threshold",
"payoutRate": "Burst payout rate 0-1",
"payoutRatePlaceholder": "Enter payout rate, for example 0.05",
"payoutRate": "Burst payout rate (%)",
"payoutRatePlaceholder": "e.g. 5 = 5%",
"forceTriggerGap": "Force burst gap (settled draws)",
"forceTriggerGapPlaceholder": "Enter forced burst gap in draws",
"minBetAmount": "Minimum bet amount (minor unit)",