it0/it0-web-admin/src/i18n/locales/zh/audit.json

99 lines
2.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"logs": {
"title": "审计日志",
"subtitle": "查看所有操作和配置变更的不可篡改审计记录。",
"exportCsv": "导出 CSV",
"loading": "正在加载审计日志...",
"loadError": "加载审计日志失败:",
"empty": "当前筛选条件下暂无审计日志。",
"filters": {
"dateFrom": "起始日期",
"dateTo": "截止日期",
"actionType": "操作类型",
"actorType": "执行者类型",
"resourceType": "资源类型"
},
"table": {
"timestamp": "时间戳",
"action": "操作",
"actorType": "执行者类型",
"actorId": "执行者 ID",
"resourceType": "资源类型",
"resourceId": "资源 ID",
"description": "描述"
},
"pagination": {
"rowsPerPage": "每页行数",
"previous": "上一页",
"next": "下一页",
"pageOf": "第 {{current}} 页,共 {{total}} 页"
},
"fullDetail": "完整详情"
},
"replay": {
"title": "会话回放",
"subtitle": "查看代理会话的执行历史",
"loading": "正在加载会话...",
"loadError": "加载会话失败:",
"empty": "当前筛选条件下暂无会话。",
"showing": "显示 {{count}} / {{total}} 个会话",
"filters": {
"dateFrom": "起始日期",
"dateTo": "截止日期",
"status": "状态",
"search": "搜索",
"searchPlaceholder": "会话 ID 或任务描述..."
},
"statuses": {
"all": "全部",
"completed": "已完成",
"failed": "失败",
"cancelled": "已取消",
"running": "运行中"
},
"table": {
"sessionId": "会话 ID",
"taskDescription": "任务描述",
"status": "状态",
"duration": "时长",
"commands": "命令数",
"startedAt": "开始时间"
},
"panel": {
"title": "会话回放",
"close": "关闭",
"id": "ID",
"duration": "时长:",
"commands": "命令数:",
"servers": "服务器:"
},
"playback": {
"play": "播放",
"pause": "暂停",
"reset": "重置",
"showAll": "显示全部",
"speed": "速度:",
"events": "个事件",
"eventsProgress": "{{current}} / {{total}} 个事件"
},
"events": {
"loading": "正在加载会话事件...",
"loadError": "加载事件失败:",
"empty": "该会话暂无记录的事件。",
"pressPlay": "点击播放开始会话回放。",
"collapse": "收起",
"expandFullOutput": "展开完整输出",
"types": {
"commandExecuted": "命令已执行",
"outputReceived": "收到输出",
"approvalRequested": "请求审批",
"approvalGranted": "审批通过",
"approvalDenied": "审批拒绝",
"error": "错误",
"sessionStarted": "会话已开始",
"sessionCompleted": "会话已完成"
}
}
}
}