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:
@@ -187,6 +187,49 @@
|
||||
"bills": "सेटलमेन्ट"
|
||||
}
|
||||
},
|
||||
"finance": {
|
||||
"title": "वित्त कार्यस्थल",
|
||||
"subtitle": "{{name}} · मिलान र सेटलमेन्ट",
|
||||
"subtitleFallback": "साइट वित्त · मिलान र सेटलमेन्ट",
|
||||
"abnormalTransfers": "असामान्य स्थानान्तरण",
|
||||
"pendingConfirmBills": "पुष्टि बाँकी बिल",
|
||||
"pendingConfirmHint": "अवधि बन्द पछि वित्त पुष्टि बाँकी",
|
||||
"payableBills": "भुक्तानी बाँकी बिल",
|
||||
"payableUnpaid": "नतिरेको {{amount}}",
|
||||
"payableUnpaidLabel": "कुल बाँकी",
|
||||
"walletPlayers": "वालेट खेलाडी",
|
||||
"creditPlayersHint": "क्रेडिट {{count}} जना",
|
||||
"settlementTitle": "क्रेडिट सेटलमेन्ट",
|
||||
"reconcileTitle": "वालेट मिलान",
|
||||
"overviewEmpty": "वित्त सारांश छैन। साइट बाइन्डिङ जाँच गर्नुहोस्।",
|
||||
"quickLinks": {
|
||||
"reconcile": "मिलान केन्द्र",
|
||||
"transfers": "स्थानान्तरण",
|
||||
"bills": "सेटलमेन्ट केन्द्र",
|
||||
"reports": "रिपोर्ट"
|
||||
}
|
||||
},
|
||||
"cs": {
|
||||
"title": "सपोर्ट कार्यस्थल",
|
||||
"subtitle": "{{name}} · खेलाडी र टिकट",
|
||||
"subtitleFallback": "साइट सपोर्ट · खेलाडी र टिकट",
|
||||
"playerCount": "साइट खेलाडी",
|
||||
"playerCountHint": "यो साइटका दर्ता खेलाडी",
|
||||
"ticketsToday": "आजका टिकट",
|
||||
"activePlayersToday": "आज सक्रिय खेलाडी",
|
||||
"activePlayersHint": "आज बाजी गर्ने खेलाडी",
|
||||
"latestTicketAt": "पछिल्लो टिकट {{time}}",
|
||||
"noTicketToday": "आज टिकट छैन",
|
||||
"workspaceTitle": "छिटो पहुँच",
|
||||
"scopeTitle": "आजको झलक",
|
||||
"openModule": "मोड्युल खोल्नुहोस्",
|
||||
"overviewEmpty": "सपोर्ट सारांश छैन। साइट बाइन्डिङ जाँच गर्नुहोस्।",
|
||||
"quickLinks": {
|
||||
"players": "खेलाडी",
|
||||
"tickets": "टिकट",
|
||||
"wallet": "वालेट लेजर"
|
||||
}
|
||||
},
|
||||
"agent": {
|
||||
"title": "सञ्चालन सारांश",
|
||||
"subtitle": "{{name}} · यो लाइन",
|
||||
|
||||
Reference in New Issue
Block a user