refactor(admin-reports, i18n): remove rebate commission report and enhance localization
Removed the `getAdminReportRebateCommission` function and its references from the admin reports API and localization files. Updated CSS for improved money display handling in admin components. Enhanced localization support by adding new finance and support workspace entries in English, Nepali, and Chinese, improving user experience across the application.
This commit is contained in:
@@ -190,6 +190,49 @@
|
||||
"bills": "Settlement"
|
||||
}
|
||||
},
|
||||
"finance": {
|
||||
"title": "Finance workspace",
|
||||
"subtitle": "{{name}} · reconcile & settlement",
|
||||
"subtitleFallback": "Site finance · reconcile & settlement",
|
||||
"abnormalTransfers": "Abnormal transfers",
|
||||
"pendingConfirmBills": "Bills pending confirm",
|
||||
"pendingConfirmHint": "Awaiting finance confirmation after period close",
|
||||
"payableBills": "Bills pending payout",
|
||||
"payableUnpaid": "Unpaid {{amount}}",
|
||||
"payableUnpaidLabel": "Total unpaid",
|
||||
"walletPlayers": "Wallet players",
|
||||
"creditPlayersHint": "{{count}} credit players",
|
||||
"settlementTitle": "Credit settlement",
|
||||
"reconcileTitle": "Wallet reconcile",
|
||||
"overviewEmpty": "No finance summary. Confirm the integration site is bound.",
|
||||
"quickLinks": {
|
||||
"reconcile": "Reconcile",
|
||||
"transfers": "Transfer orders",
|
||||
"bills": "Settlement center",
|
||||
"reports": "Reports"
|
||||
}
|
||||
},
|
||||
"cs": {
|
||||
"title": "Support workspace",
|
||||
"subtitle": "{{name}} · player & ticket lookup",
|
||||
"subtitleFallback": "Site support · player & ticket lookup",
|
||||
"playerCount": "Site players",
|
||||
"playerCountHint": "Registered players on this site",
|
||||
"ticketsToday": "Tickets today",
|
||||
"activePlayersToday": "Active players today",
|
||||
"activePlayersHint": "Players with bets today",
|
||||
"latestTicketAt": "Latest ticket {{time}}",
|
||||
"noTicketToday": "No tickets yet today",
|
||||
"workspaceTitle": "Quick access",
|
||||
"scopeTitle": "Today at a glance",
|
||||
"openModule": "Open module",
|
||||
"overviewEmpty": "No support summary. Confirm the integration site is bound.",
|
||||
"quickLinks": {
|
||||
"players": "Players",
|
||||
"tickets": "Tickets",
|
||||
"wallet": "Wallet ledger"
|
||||
}
|
||||
},
|
||||
"agent": {
|
||||
"title": "Operations overview",
|
||||
"subtitle": "{{name}} · your line",
|
||||
|
||||
Reference in New Issue
Block a user