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.
21 lines
502 B
JSON
21 lines
502 B
JSON
{
|
|
"title": "审计日志",
|
|
"moduleCode": "模块",
|
|
"actionCode": "动作",
|
|
"operatorType": "操作者类型",
|
|
"operatorIdPlaceholder": "请输入操作人 ID",
|
|
"exactMatch": "请输入完整名称",
|
|
"operatorTypePlaceholder": "如管理员、系统",
|
|
"operator": "操作者",
|
|
"module": "模块",
|
|
"action": "动作",
|
|
"target": "目标",
|
|
"time": "时间",
|
|
"empty": "无数据",
|
|
"operatorTypes": {
|
|
"admin": "管理员",
|
|
"player": "玩家",
|
|
"system": "系统"
|
|
}
|
|
}
|