mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-07-16 17:07:39 +02:00
Add files via upload
This commit is contained in:
@@ -3131,18 +3131,35 @@
|
||||
"enabledUpdateFailed": "Failed to update enabled status",
|
||||
"namePlaceholder": "Basic Web scan",
|
||||
"descriptionPlaceholder": "Optional",
|
||||
"toolbarLabel": "Workflow editing tools",
|
||||
"canvasTools": "Canvas tools",
|
||||
"moreActions": "More",
|
||||
"deleteWorkflow": "Delete workflow",
|
||||
"package": {
|
||||
"importLocal": "Import local package",
|
||||
"export": "Export",
|
||||
"title": "Import local package",
|
||||
"preflightHint": "Preflight does not modify local workflows",
|
||||
"preflightHint": "Review package contents and conflicts before you approve the import",
|
||||
"safeBadge": "Safe preflight",
|
||||
"stepInspection": "Upload and preflight",
|
||||
"stepInspectionHint": "Validate format, content, and version",
|
||||
"stepImport": "Resolve conflict and import",
|
||||
"stepImportHint": "Choose a strategy and finish importing",
|
||||
"stepsLabel": "Import steps",
|
||||
"packageEyebrow": "Local workflow package",
|
||||
"packageTitle": "Choose a package to import",
|
||||
"decisionEyebrow": "Import strategy",
|
||||
"pending": "Pending",
|
||||
"ready": "Ready",
|
||||
"footerNote": "Existing workflows stay unchanged until you confirm",
|
||||
"selectFile": "Choose local package",
|
||||
"dropTitle": "Drop a local package here",
|
||||
"dropOr": "or",
|
||||
"removeFile": "Remove file",
|
||||
"noFile": "No file selected",
|
||||
"fileHint": "One .csapkg.zip package only, up to 10 MiB.",
|
||||
"inspect": "Upload and preflight",
|
||||
"inspecting": "Running safe preflight…",
|
||||
"resolutionTitle": "Resolution",
|
||||
"confirmImport": "Confirm import",
|
||||
"overwriteTitle": "Overwrite local workflow?",
|
||||
@@ -3180,6 +3197,8 @@
|
||||
"none": "No local workflow with the same ID was found. A new workflow can be created."
|
||||
},
|
||||
"summary": {
|
||||
"title": "Preflight result",
|
||||
"passed": "Checks passed",
|
||||
"workflowName": "Workflow name",
|
||||
"unnamedWorkflow": "Untitled workflow",
|
||||
"sourceId": "Source workflow ID",
|
||||
@@ -3191,7 +3210,9 @@
|
||||
},
|
||||
"resolution": {
|
||||
"needInspection": "Choose a local package and complete preflight first.",
|
||||
"createTitle": "Safe to create",
|
||||
"createHint": "Import will create a new local workflow.",
|
||||
"identicalTitle": "No duplicate needed",
|
||||
"identicalHint": "The same content already exists. No duplicate import is needed.",
|
||||
"keepExisting": "Keep local version",
|
||||
"keepExistingHint": "Do not change the current local workflow; the import record is retained.",
|
||||
|
||||
@@ -3119,18 +3119,35 @@
|
||||
"enabledUpdateFailed": "更新启用状态失败",
|
||||
"namePlaceholder": "基础 Web 扫描",
|
||||
"descriptionPlaceholder": "可选",
|
||||
"toolbarLabel": "流程编辑工具",
|
||||
"canvasTools": "画布工具",
|
||||
"moreActions": "更多",
|
||||
"deleteWorkflow": "删除流程",
|
||||
"package": {
|
||||
"importLocal": "导入本地包",
|
||||
"export": "导出",
|
||||
"title": "导入本地包",
|
||||
"preflightHint": "预检不会修改本地工作流",
|
||||
"preflightHint": "先检查包内容与冲突,再由你确认是否导入",
|
||||
"safeBadge": "安全预检",
|
||||
"stepInspection": "上传与预检",
|
||||
"stepInspectionHint": "校验格式、内容与版本",
|
||||
"stepImport": "处理冲突与导入",
|
||||
"stepImportHint": "确认处理方式并完成导入",
|
||||
"stepsLabel": "导入步骤",
|
||||
"packageEyebrow": "本地工作流包",
|
||||
"packageTitle": "选择需要导入的文件",
|
||||
"decisionEyebrow": "导入策略",
|
||||
"pending": "待预检",
|
||||
"ready": "可处理",
|
||||
"footerNote": "导入前不会改动现有工作流",
|
||||
"selectFile": "选择本地包",
|
||||
"dropTitle": "拖拽本地包到这里",
|
||||
"dropOr": "或",
|
||||
"removeFile": "移除文件",
|
||||
"noFile": "未选择文件",
|
||||
"fileHint": "仅支持单个 .csapkg.zip,文件不得超过 10 MiB。",
|
||||
"inspect": "上传并预检",
|
||||
"inspecting": "正在安全预检…",
|
||||
"resolutionTitle": "处理方式",
|
||||
"confirmImport": "确认导入",
|
||||
"overwriteTitle": "确认覆盖本地工作流?",
|
||||
@@ -3168,6 +3185,8 @@
|
||||
"none": "未发现同 ID 的本地工作流,可创建导入。"
|
||||
},
|
||||
"summary": {
|
||||
"title": "预检结果",
|
||||
"passed": "校验通过",
|
||||
"workflowName": "工作流名称",
|
||||
"unnamedWorkflow": "未命名工作流",
|
||||
"sourceId": "源工作流 ID",
|
||||
@@ -3179,7 +3198,9 @@
|
||||
},
|
||||
"resolution": {
|
||||
"needInspection": "请先选择本地包并完成预检。",
|
||||
"createTitle": "可以安全创建",
|
||||
"createHint": "导入后会创建一个新的本地工作流。",
|
||||
"identicalTitle": "无需重复导入",
|
||||
"identicalHint": "内容已经存在,无需重复导入。",
|
||||
"keepExisting": "保留本地版本",
|
||||
"keepExistingHint": "不修改当前本地工作流;导入记录会保留。",
|
||||
|
||||
Reference in New Issue
Block a user