feat(admin, i18n): implement user deletion functionality and enhance permission management translations
Added a new API function to delete admin users, improving user management capabilities. Updated the admin permission package selector to include new permission levels for nodes, roles, and users. Enhanced multi-language support by adding translations for these new permission levels in English, Nepali, and Chinese. Additionally, improved the agents console to handle deletion confirmations and display relevant block reasons, ensuring a smoother user experience.
This commit is contained in:
@@ -73,6 +73,12 @@
|
||||
},
|
||||
"permissionLevels": {
|
||||
"view": "查看",
|
||||
"node_view": "节点·查看",
|
||||
"node_manage": "节点·管理",
|
||||
"role_view": "角色·查看",
|
||||
"role_manage": "角色·管理",
|
||||
"user_view": "账号·查看",
|
||||
"user_manage": "账号·管理",
|
||||
"manage": "管理",
|
||||
"review": "审核",
|
||||
"export": "导出",
|
||||
|
||||
Reference in New Issue
Block a user