mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-09-24 02:10: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",
|
||||
|
||||
Reference in New Issue
Block a user