增加管理员页面
This commit is contained in:
@@ -353,6 +353,7 @@
|
||||
"user_settings": "个人资料",
|
||||
"preferences": "偏好设置",
|
||||
"administrator": "管理员",
|
||||
"sysadmin": "系统管理",
|
||||
"select_date": "选择日期",
|
||||
"save_ok": "保存成功",
|
||||
"change_ok": "更改成功",
|
||||
@@ -435,5 +436,73 @@
|
||||
"returning": "退回中",
|
||||
"refunded": "已退款",
|
||||
"lost_package": "丢件"
|
||||
},
|
||||
"sysadmin": {
|
||||
"title": "系统管理",
|
||||
"subtitle": "系统管理员专用页面",
|
||||
"admin_label": "管理员",
|
||||
"tab_users": "用户管理",
|
||||
"tab_groups": "用户组",
|
||||
"tab_logs": "登录日志",
|
||||
"total_users": "共 {count} 位用户",
|
||||
"search_placeholder": "搜索用户名或邮箱...",
|
||||
"search": "搜索",
|
||||
"refresh": "刷新",
|
||||
"loading": "加载中...",
|
||||
"no_data": "暂无数据",
|
||||
"no_users": "暂无用户",
|
||||
"no_groups": "暂无用户组",
|
||||
"no_members": "暂无成员",
|
||||
"no_logs": "暂无登录失败记录",
|
||||
"table_id": "ID",
|
||||
"table_username": "用户名",
|
||||
"table_email": "邮箱",
|
||||
"table_type": "类型",
|
||||
"table_created_at": "注册时间",
|
||||
"table_action": "操作",
|
||||
"table_user": "用户",
|
||||
"table_reason": "失败原因",
|
||||
"table_count": "连续次数",
|
||||
"table_ip": "IP地址",
|
||||
"table_updated_at": "最后时间",
|
||||
"table_created": "首次时间",
|
||||
"reason_password_error": "密码错误",
|
||||
"reason_user_not_found": "用户不存在",
|
||||
"detail": "详情",
|
||||
"add_member": "添加成员",
|
||||
"remove_member": "移除",
|
||||
"remove_member_title": "移除成员",
|
||||
"remove_member_confirm": "确定要移除该成员吗?",
|
||||
"add_member_title": "添加成员到 {name}",
|
||||
"search_user_placeholder": "搜索用户名或邮箱...",
|
||||
"searching": "搜索中...",
|
||||
"no_search_results": "未找到匹配的用户",
|
||||
"search_hint": "输入关键词搜索用户",
|
||||
"add": "添加",
|
||||
"select_group_hint": "请选择一个用户组查看成员",
|
||||
"total_members": "共 {count} 位成员",
|
||||
"pagination": "第 {current} 页,共 {total} 页",
|
||||
"prev_page": "上一页",
|
||||
"next_page": "下一页",
|
||||
"user_detail": "用户详情",
|
||||
"close": "关闭",
|
||||
"user_id": "用户ID",
|
||||
"name": "用户名",
|
||||
"birthday": "生日",
|
||||
"gender": "性别",
|
||||
"region": "地区",
|
||||
"language": "语言",
|
||||
"info_nickname": "昵称",
|
||||
"info_remark": "备注",
|
||||
"reset_password": "重置密码",
|
||||
"new_password_placeholder": "输入新密码(至少6位)",
|
||||
"reset_password_btn": "修改密码",
|
||||
"resetting": "修改中...",
|
||||
"search_log_placeholder": "搜索用户名或IP地址...",
|
||||
"total_logs": "共 {count} 条记录",
|
||||
"current_admins": "当前系统管理员列表",
|
||||
"no_admins": "暂无系统管理员",
|
||||
"group_list": "用户组列表",
|
||||
"extended_info": "扩展信息"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user