mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-02 00:48:55 +02:00
Add files via upload
This commit is contained in:
@@ -3532,6 +3532,81 @@
|
||||
"canvasTools": "Canvas tools",
|
||||
"moreActions": "More",
|
||||
"deleteWorkflow": "Delete workflow",
|
||||
"ai": {
|
||||
"open": "Create from natural language",
|
||||
"title": "Create Workflow from Natural Language",
|
||||
"subtitle": "AI generates an editable draft and will not save or run it automatically.",
|
||||
"promptLabel": "Workflow request",
|
||||
"promptPlaceholder": "Example: continuously monitor a domain's subdomains, certificates, and exposed pages, then generate a report when new assets appear",
|
||||
"examplesLabel": "Example requests",
|
||||
"exampleDomain": "Domain monitor",
|
||||
"exampleReport": "Report approval",
|
||||
"exampleTriage": "Asset triage",
|
||||
"includeObjective": "Generate objective configuration too",
|
||||
"allowSchedule": "Allow scheduled trigger suggestions",
|
||||
"allowHighRisk": "Allow high-risk node drafts",
|
||||
"allowFallback": "Allow deterministic fallback if AI fails",
|
||||
"promptRequired": "Describe the workflow request first.",
|
||||
"generateFailed": "Generation failed",
|
||||
"generatedWithIssues": "The draft still has validation issues. Adjust the request and try again.",
|
||||
"generate": "Generate draft",
|
||||
"generating": "Generating…",
|
||||
"apply": "Render to canvas",
|
||||
"rendering": "Rendering…",
|
||||
"applied": "Workflow draft generated. Review it before saving.",
|
||||
"canvasRendering": "AI is composing the canvas…",
|
||||
"generatorAI": "AI channel",
|
||||
"generatorLLM": "Model generated",
|
||||
"generatorServer": "Server draft generator",
|
||||
"generatorFallback": "Deterministic fallback",
|
||||
"generatorUnknown": "Unknown generator",
|
||||
"llmTitle": "Generated with the platform default AI channel and structurally validated",
|
||||
"serverTitle": "Generated on the server and structurally audited",
|
||||
"fallbackTitle": "Deterministic fallback was used",
|
||||
"serverFallbackNotice": "Model generation is unavailable: {{reason}}",
|
||||
"preview": "Flow preview",
|
||||
"resultNodes": "Nodes",
|
||||
"resultEdges": "Edges",
|
||||
"resultRepairs": "Repair rounds",
|
||||
"resultCapabilities": "Node capabilities",
|
||||
"resultTools": "Tool capabilities",
|
||||
"resultRisk": "Risk",
|
||||
"resultSaveState": "Savable",
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"missingFields": "Missing configuration",
|
||||
"riskWarnings": "Risk warnings",
|
||||
"assumptions": "Assumptions",
|
||||
"capabilityTrace": "Capability toolchain",
|
||||
"nodeGenerated": "AI generated",
|
||||
"nodeNeedsInput": "Needs input",
|
||||
"riskLow": "Low",
|
||||
"riskMedium": "Medium",
|
||||
"riskHigh": "High",
|
||||
"steps": {
|
||||
"understand": "Understand request",
|
||||
"match": "Match tools",
|
||||
"draft": "Generate nodes",
|
||||
"audit": "Safety audit"
|
||||
},
|
||||
"examples": {
|
||||
"domainMonitor": "Continuously monitor a domain's subdomains, certificates, and exposed pages, then generate a report when new assets appear",
|
||||
"reportReview": "Collect threat intelligence every day, generate a report, and send it to the security owner for approval",
|
||||
"assetTriage": "Extract high-risk assets from scan results, deduplicate them, and output remediation suggestions"
|
||||
}
|
||||
},
|
||||
"audit": {
|
||||
"title": "Draft Audit",
|
||||
"ready": "No blocking items found in this draft",
|
||||
"review": "Review before saving or running",
|
||||
"aiNodes": "AI nodes",
|
||||
"needsInput": "Needs input",
|
||||
"highRisk": "High risk",
|
||||
"validation": "Structure issues",
|
||||
"nodeIssues": "Node notes",
|
||||
"validationIssues": "Structure checks",
|
||||
"saveConfirm": "This draft contains missing configuration or high-risk nodes. Save as draft anyway?"
|
||||
},
|
||||
"package": {
|
||||
"importLocal": "Import local package",
|
||||
"export": "Export",
|
||||
@@ -3641,7 +3716,7 @@
|
||||
"deleteSelected": "Delete selected",
|
||||
"autoLayout": "Auto layout",
|
||||
"dryRun": "Dry run",
|
||||
"canvasEmpty": "Drag nodes from the left onto the canvas, or click node buttons to add quickly",
|
||||
"canvasEmpty": "Drag nodes from the left onto the canvas, or generate a workflow from natural language",
|
||||
"properties": "Properties",
|
||||
"nodeProperties": "Node properties",
|
||||
"edgeProperties": "Edge properties",
|
||||
|
||||
@@ -3520,6 +3520,81 @@
|
||||
"canvasTools": "画布工具",
|
||||
"moreActions": "更多",
|
||||
"deleteWorkflow": "删除工作流",
|
||||
"ai": {
|
||||
"open": "用自然语言创建",
|
||||
"title": "用自然语言创建工作流",
|
||||
"subtitle": "AI 会生成可编辑草稿,不会自动保存或运行。",
|
||||
"promptLabel": "工作流需求",
|
||||
"promptPlaceholder": "例如:持续监控一个域名的子域名、证书和暴露页面,发现新增资产后生成报告",
|
||||
"examplesLabel": "示例需求",
|
||||
"exampleDomain": "域名监控",
|
||||
"exampleReport": "报告审批",
|
||||
"exampleTriage": "资产研判",
|
||||
"includeObjective": "同时生成 objective 配置",
|
||||
"allowSchedule": "允许生成定时触发建议",
|
||||
"allowHighRisk": "允许包含高风险节点草稿",
|
||||
"allowFallback": "AI 失败时允许确定性兜底",
|
||||
"promptRequired": "请先描述工作流需求。",
|
||||
"generateFailed": "生成失败",
|
||||
"generatedWithIssues": "草稿仍有校验问题,请调整需求后重试。",
|
||||
"generate": "生成草稿",
|
||||
"generating": "正在生成…",
|
||||
"apply": "渲染到画布",
|
||||
"rendering": "正在渲染…",
|
||||
"applied": "已生成工作流草稿,请检查后保存。",
|
||||
"canvasRendering": "AI 正在编排画布…",
|
||||
"generatorAI": "AI 通道",
|
||||
"generatorLLM": "大模型生成",
|
||||
"generatorServer": "服务端草稿生成器",
|
||||
"generatorFallback": "确定性兜底",
|
||||
"generatorUnknown": "未知生成器",
|
||||
"llmTitle": "已调用平台默认 AI 通道生成,并完成结构校验",
|
||||
"serverTitle": "已通过服务端生成并完成结构审计",
|
||||
"fallbackTitle": "已使用确定性兜底",
|
||||
"serverFallbackNotice": "大模型生成不可用:{{reason}}",
|
||||
"preview": "流程预览",
|
||||
"resultNodes": "节点",
|
||||
"resultEdges": "连线",
|
||||
"resultRepairs": "修复轮次",
|
||||
"resultCapabilities": "节点能力",
|
||||
"resultTools": "工具能力",
|
||||
"resultRisk": "风险",
|
||||
"resultSaveState": "可保存",
|
||||
"yes": "是",
|
||||
"no": "否",
|
||||
"missingFields": "缺失配置",
|
||||
"riskWarnings": "风险提示",
|
||||
"assumptions": "生成假设",
|
||||
"capabilityTrace": "能力工具链",
|
||||
"nodeGenerated": "AI 生成",
|
||||
"nodeNeedsInput": "需补配置",
|
||||
"riskLow": "低",
|
||||
"riskMedium": "中",
|
||||
"riskHigh": "高",
|
||||
"steps": {
|
||||
"understand": "理解需求",
|
||||
"match": "匹配工具",
|
||||
"draft": "生成节点",
|
||||
"audit": "安全审计"
|
||||
},
|
||||
"examples": {
|
||||
"domainMonitor": "持续监控一个域名的子域名、证书和暴露页面,发现新增资产后生成报告",
|
||||
"reportReview": "每天收集威胁情报,生成报告后交给安全负责人审批",
|
||||
"assetTriage": "从扫描结果中提取高风险资产,去重后输出处置建议"
|
||||
}
|
||||
},
|
||||
"audit": {
|
||||
"title": "草稿审计",
|
||||
"ready": "当前草稿未发现阻断项",
|
||||
"review": "保存或运行前建议检查",
|
||||
"aiNodes": "AI 节点",
|
||||
"needsInput": "需补配置",
|
||||
"highRisk": "高风险",
|
||||
"validation": "结构问题",
|
||||
"nodeIssues": "节点提示",
|
||||
"validationIssues": "结构校验",
|
||||
"saveConfirm": "当前草稿包含需补配置或高风险节点,确认仅保存为草稿?"
|
||||
},
|
||||
"package": {
|
||||
"importLocal": "导入本地包",
|
||||
"export": "导出",
|
||||
@@ -3629,7 +3704,7 @@
|
||||
"deleteSelected": "删除选中",
|
||||
"autoLayout": "自动布局",
|
||||
"dryRun": "试运行",
|
||||
"canvasEmpty": "从左侧拖拽节点到画布,或点击节点按钮快速添加",
|
||||
"canvasEmpty": "从左侧拖拽节点到画布,或用自然语言生成工作流",
|
||||
"properties": "属性",
|
||||
"nodeProperties": "节点属性",
|
||||
"edgeProperties": "连线属性",
|
||||
|
||||
Reference in New Issue
Block a user