feat(admin, i18n): enhance admin dashboard and user management with new features and translations
Added the ability to filter admin dashboard data by site code and agent node ID, improving data retrieval capabilities. Introduced new functions for fetching dashboard data based on these parameters. Updated the admin users and roles management components to reflect these changes. Enhanced multi-language support by adding new translations for agent management and permission levels in English, Nepali, and Chinese, ensuring a consistent user experience across the admin interface.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"subnavLabel": "वालेट उपपृष्ठहरू",
|
||||
"subnavTransactions": "वालेट कारोबार",
|
||||
"subnavTransferOrders": "ट्रान्सफर अर्डर",
|
||||
"subnavPlayerWallet": "खेलाडी वालेट",
|
||||
"noPermission": "हालको खातासँग यो पृष्ठमा पहुँच अनुमति छैन",
|
||||
"copySuccess": "{{label}} क्लिपबोर्डमा प्रतिलिपि भयो",
|
||||
"copyFailed": "प्रतिलिपि असफल भयो। ब्राउजर अनुमति जाँच गर्नुहोस् वा म्यानुअल रूपमा कपी गर्नुहोस्।",
|
||||
@@ -11,7 +12,7 @@
|
||||
"statusFailed": "असफल",
|
||||
"statusPendingReconcile": "मिलान बाँकी",
|
||||
"statusReversed": "रिभर्स भयो",
|
||||
"statusManuallyProcessed": "म्यानुअल रूपमा प्रक्रिया गरियो",
|
||||
"statusCaseClosed": "केस बन्द भयो",
|
||||
"statusPosted": "पोस्ट गरियो",
|
||||
"filterAll": "सबै",
|
||||
"transferIn": "मुख्य साइटबाट भित्र",
|
||||
@@ -44,19 +45,19 @@
|
||||
"actionsMenuAriaLabel": "ट्रान्सफर अर्डर कार्य मेनु",
|
||||
"reverse": "रिभर्स",
|
||||
"completeCredit": "क्रेडिट पूरा गर्नुहोस्",
|
||||
"manualProcess": "म्यानुअल प्रक्रिया",
|
||||
"markCaseClosed": "केस बन्द चिन्ह",
|
||||
"processing": "प्रक्रियामा…",
|
||||
"reverseSuccess": "रिभर्स सफल भयो",
|
||||
"completeCreditSuccess": "ट्रान्सफर-इन क्रेडिट सफल भयो",
|
||||
"manualProcessSuccess": "म्यानुअल प्रक्रिया सफल भयो",
|
||||
"markCaseClosedSuccess": "केस बन्द चिन्ह लाग्यो",
|
||||
"actionFailed": "कार्य असफल भयो",
|
||||
"confirm": {
|
||||
"reverseTitle": "ट्रान्सफर रिभर्स पुष्टि गर्ने?",
|
||||
"reverseDescription": "अर्डर {{transferNo}} रिभर्स गर्नेछ, खेलाडी वालेट प्रभावित हुन सक्छ।",
|
||||
"completeCreditTitle": "ट्रान्सफर-इन क्रेडिट पूरा गर्ने?",
|
||||
"completeCreditDescription": "मुख्य साइटले पहिले नै कटौती गरेको छ भने, अर्डर {{transferNo}} को लागि लटरी वालेटमा क्रेडिट गरी सफल चिन्ह लगाउँछ।",
|
||||
"manualProcessTitle": "म्यानुअल प्रक्रिया पुष्टि?",
|
||||
"manualProcessDescription": "अर्डर {{transferNo}} म्यानुअल प्रक्रिया भएको चिन्ह लगाउँछ, वालेट स्वचालित मिलाउँदैन।"
|
||||
"markCaseClosedTitle": "केस बन्द चिन्ह पुष्टि?",
|
||||
"markCaseClosedDescription": "अर्डर {{transferNo}} मात्र बन्द भएको चिन्ह लगाउँछ; वालेट मिलाउँदैन। बाहिरै समाधान भइसकेको पुष्टि गर्नुहोस्।"
|
||||
},
|
||||
"txnNo": "कारोबार नं.",
|
||||
"bizType": "व्यवसाय प्रकार",
|
||||
|
||||
Reference in New Issue
Block a user