Add files via upload

This commit is contained in:
公明
2026-06-30 17:56:40 +08:00
committed by GitHub
parent f89ad1b42d
commit d92bbbea07
8 changed files with 1732 additions and 27 deletions
+72 -1
View File
@@ -645,7 +645,10 @@
"agentModeOrchSupervisor": "Supervisor",
"hitlTitle": "Human-in-the-loop",
"hitlCardSubtitle": "Approvals & allowlist",
"hitlReviewer": "Review",
"hitlReviewerLabel": "Reviewer",
"hitlReviewerHuman": "Human approval",
"hitlReviewerAgent": "Audit Agent",
"hitlReviewerHint": "Switch between human and Audit Agent anytime; rules and whitelist stay the same. You can pre-select even when HITL is off.",
"hitlConfigTitle": "Collaboration mode config",
"hitlModeLabel": "Mode",
"hitlModeOff": "Off",
@@ -664,7 +667,75 @@
},
"hitl": {
"pageTitle": "HITL approvals",
"pageReviewerLabel": "Current reviewer",
"pageReviewerHint": "Applies to the selected conversation. Without a conversation, saved locally for new chats. Takes effect immediately.",
"pageReviewerSaved": "Reviewer saved.",
"whitelistLabel": "Tool whitelist (no approval)",
"whitelistHint": "One per line or comma-separated. Saved to config.yaml global whitelist and takes effect immediately (synced with chat sidebar).",
"whitelistSaved": "Whitelist saved.",
"whitelistSaveFailed": "Failed to save whitelist",
"strategyLabel": "Audit strategy (prompt)",
"strategyHint": "Whitelisted tools skip approval. Other tools are judged by the model using this prompt when Audit Agent is selected.",
"strategyTabApproval": "Approval mode",
"strategyTabReviewEdit": "Review & edit mode",
"strategyHintApproval": "Whitelisted tools skip approval. In approval mode the Audit Agent only approves or rejects.",
"strategyHintReviewEdit": "In review & edit mode the Audit Agent may narrow parameters via editedArguments before approve; reject if parameters cannot be safely adjusted.",
"strategyReset": "Reset to default",
"strategySaved": "Audit strategy saved.",
"strategySaveFailed": "Failed to save audit strategy",
"tabPending": "Pending",
"tabLogs": "Audit logs",
"tabStrategy": "Audit strategy",
"tabWhitelist": "Tool whitelist",
"pendingTitle": "Pending approvals",
"searchLabel": "Search",
"searchPlaceholder": "Tool, conversation, payload, comment…",
"searchApply": "Search",
"filterDecision": "Decision",
"filterDecidedBy": "Reviewer",
"filterAll": "All",
"decisionApprove": "Approve",
"decisionReject": "Reject",
"reviewerHuman": "Human",
"reviewerAgent": "Audit Agent",
"reviewerSystem": "System",
"reviewerManual": "Manual entry",
"logCreate": "New log",
"logModalTitle": "Audit log",
"logModalEdit": "Edit audit log",
"fieldConversation": "Conversation ID",
"fieldTool": "Tool name",
"fieldComment": "Comment",
"fieldPayload": "Payload (JSON)",
"fieldUserMessage": "User message",
"fieldThinking": "Thinking",
"fieldReasoning": "Reasoning chain",
"fieldPlanning": "Planning",
"colId": "ID",
"colTool": "Tool",
"colConversation": "Conversation",
"colDecision": "Decision",
"colDecidedBy": "Reviewer",
"colContext": "Context",
"colTime": "Time",
"colActions": "Actions",
"viewDetail": "Detail",
"logModalView": "Audit log detail",
"fieldExecutionResult": "Execution result",
"executionSuccess": "success",
"executionFailed": "failed",
"edit": "Edit",
"delete": "Delete",
"logsEmpty": "No audit logs",
"logsEmptyHint": "Records are created automatically when HITL approvals are approved or rejected.",
"pageInfo": "{{total}} total",
"prevPage": "Previous",
"nextPage": "Next",
"conversationRequired": "Conversation ID is required",
"toolRequired": "Tool name is required",
"saveFailed": "Save failed",
"deleteConfirm": "Delete this audit log?",
"deleteFailed": "Delete failed",
"loading": "Loading...",
"emptyState": "No pending approvals",
"dismiss": "Dismiss",