feat(admin, settlement, dashboard): strengthen permission gating and billing workflows

This commit is contained in:
2026-06-09 13:44:19 +08:00
parent 7e65c53732
commit b7278e68a4
41 changed files with 900 additions and 199 deletions

View File

@@ -176,6 +176,11 @@
"outMin": "Per-order minimum from lottery wallet to main wallet",
"outMax": "Per-order maximum from lottery wallet to main wallet"
},
"validation": {
"amountAtLeastMinorUnit": "{{field}} must be a valid amount and at least 0.01.",
"inRangeInvalid": "Maximum transfer-in amount cannot be less than the minimum transfer-in amount.",
"outRangeInvalid": "Maximum transfer-out amount cannot be less than the minimum transfer-out amount."
},
"discard": "Discard changes",
"confirmSaveTitle": "Save wallet limits?",
"confirmSaveDescription": "This updates per-order transfer-in/out limits and immediately affects player wallet transfers."