Add files via upload

This commit is contained in:
公明
2026-04-24 01:50:55 +08:00
committed by GitHub
parent 38169abc4b
commit 943a3b2646
9 changed files with 1777 additions and 231 deletions
+28 -2
View File
@@ -61,7 +61,8 @@
"agentsManagement": "Agent management",
"roles": "Roles",
"rolesManagement": "Roles Management",
"settings": "System settings"
"settings": "System settings",
"hitl": "Human-in-the-loop"
},
"dashboard": {
"title": "Dashboard",
@@ -191,6 +192,9 @@
"executionFailed": "Execution failed",
"penetrationTestComplete": "Penetration test complete",
"yesterday": "Yesterday",
"historyGroupToday": "Today",
"historyGroupLast7Days": "Past 7 days",
"historyGroupEarlier": "Older",
"agentModeSelectAria": "Choose conversation execution mode",
"agentModePanelTitle": "Conversation mode",
"agentModeReactNative": "Native ReAct",
@@ -208,7 +212,29 @@
"agentModeSingleHint": "Single-model ReAct loop for chat and tool use",
"agentModeMultiHint": "Eino prebuilt orchestration (deep / plan_execute / supervisor) for complex tasks",
"agentModeOrchPlanExecute": "Plan-Exec",
"agentModeOrchSupervisor": "Supervisor"
"agentModeOrchSupervisor": "Supervisor",
"hitlTitle": "Human-in-the-loop",
"hitlCardSubtitle": "Approvals & allowlist",
"hitlReviewer": "Review",
"hitlConfigTitle": "Collaboration mode config",
"hitlModeLabel": "Mode",
"hitlModeOff": "Off",
"hitlModeApproval": "Approval",
"hitlModeReviewEdit": "Review & Edit",
"hitlSensitiveTools": "Sensitive tools (comma-separated)",
"hitlWhitelistTools": "Whitelisted tools (skip approval, comma-separated)",
"hitlWhitelistPlaceholder": "e.g. read_file, grep or one tool per line (merged with global allowlist in config)",
"hitlWhitelistHint": "Separate with commas or new lines; shown merged with the global allowlist in config.",
"hitlApply": "Apply",
"hitlApplyOkSync": "HITL settings saved and synced to the server.",
"hitlApplyOkWhitelistYaml": "Tool whitelist merged into config.yaml and active. Mode and timeout still require selecting a conversation and clicking Apply to sync session settings to the server.",
"hitlApplyOkLocal": "Saved in this browser.",
"hitlApplyFail": "Failed to sync to server",
"hitlStatusOff": "Human-in-the-loop: Off"
},
"hitl": {
"pageTitle": "HITL approvals",
"pendingTitle": "Pending interrupts"
},
"progress": {
"callingAI": "Calling AI model...",
+28 -2
View File
@@ -61,7 +61,8 @@
"agentsManagement": "Agent管理",
"roles": "角色",
"rolesManagement": "角色管理",
"settings": "系统设置"
"settings": "系统设置",
"hitl": "人机协同"
},
"dashboard": {
"title": "仪表盘",
@@ -191,6 +192,9 @@
"executionFailed": "执行失败",
"penetrationTestComplete": "渗透测试完成",
"yesterday": "昨天",
"historyGroupToday": "今天",
"historyGroupLast7Days": "过去七天",
"historyGroupEarlier": "更早",
"agentModeSelectAria": "选择对话执行模式",
"agentModePanelTitle": "对话模式",
"agentModeReactNative": "原生 ReAct 模式",
@@ -208,7 +212,29 @@
"agentModeSingleHint": "单模型 ReAct 循环,适合常规对话与工具调用",
"agentModeMultiHint": "Eino 预置编排(deep / plan_execute / supervisor),适合复杂任务",
"agentModeOrchPlanExecute": "Plan-Exec",
"agentModeOrchSupervisor": "Supervisor"
"agentModeOrchSupervisor": "Supervisor",
"hitlTitle": "人机协同",
"hitlCardSubtitle": "审批与白名单",
"hitlReviewer": "Review",
"hitlConfigTitle": "协同模式配置",
"hitlModeLabel": "模式",
"hitlModeOff": "关闭",
"hitlModeApproval": "审批模式",
"hitlModeReviewEdit": "审查编辑",
"hitlSensitiveTools": "敏感工具(逗号分隔)",
"hitlWhitelistTools": "白名单工具(免审批,逗号分隔)",
"hitlWhitelistPlaceholder": "例:read_file, grep 或每行一个工具名(与 config 全局白名单合并)",
"hitlWhitelistHint": "每行一个或逗号分隔;与 config 中全局白名单合并展示。",
"hitlApply": "应用",
"hitlApplyOkSync": "人机协同配置已保存并同步到服务器。",
"hitlApplyOkWhitelistYaml": "免审批工具已合并进 config.yaml 并生效。协同模式、超时等仍须选中会话后再点「应用」才会写入服务器。",
"hitlApplyOkLocal": "已保存到本浏览器。",
"hitlApplyFail": "同步到服务器失败",
"hitlStatusOff": "人机协同:关闭"
},
"hitl": {
"pageTitle": "人机协同审批",
"pendingTitle": "待处理中断"
},
"progress": {
"callingAI": "正在调用AI模型...",