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:
@@ -118,7 +118,8 @@
|
||||
"deniedDescription": "当前账号没有访问此页面的权限。如需开通,请联系管理员在角色管理中分配相应功能权限。"
|
||||
},
|
||||
"table": {
|
||||
"id": "ID"
|
||||
"id": "ID",
|
||||
"actions": "操作"
|
||||
},
|
||||
"playerColumns": {
|
||||
"site": "主站",
|
||||
|
||||
Reference in New Issue
Block a user