diff --git a/web/i18n/zh-Hans/app.json b/web/i18n/zh-Hans/app.json index 587a7201d0..90347c1c18 100644 --- a/web/i18n/zh-Hans/app.json +++ b/web/i18n/zh-Hans/app.json @@ -161,6 +161,7 @@ "newApp.completionShortDescription": "用于文本生成任务的 AI 助手", "newApp.completionUserDescription": "通过简单的配置快速搭建一个面向文本生成类任务的 AI 助手。", "newApp.dropDSLToCreateApp": "拖放 DSL 文件到此处创建应用", + "newApp.enableSandboxRuntime": "启用沙盒运行时(支持命令执行节点)", "newApp.exploreCommunity": "探索社区", "newApp.forAdvanced": "进阶用户适用", "newApp.forBeginners": "新手适用", diff --git a/web/i18n/zh-Hans/workflow.json b/web/i18n/zh-Hans/workflow.json index e60f6b6de1..29ad24c01e 100644 --- a/web/i18n/zh-Hans/workflow.json +++ b/web/i18n/zh-Hans/workflow.json @@ -9,6 +9,7 @@ "blocks.document-extractor": "文档提取器", "blocks.end": "输出", "blocks.file-upload": "上传文件到沙盒", + "blocks.group": "分组", "blocks.http-request": "HTTP 请求", "blocks.human-input": "人工介入", "blocks.if-else": "条件分支", @@ -42,6 +43,7 @@ "blocksAbout.document-extractor": "用于将用户上传的文档解析为 LLM 便于理解的文本内容。", "blocksAbout.end": "定义一个 workflow 流程的输出和结果类型", "blocksAbout.file-upload": "将选中的文件变量下载到沙盒,并作为本地路径供后续节点使用", + "blocksAbout.group": "将多个节点分组以便更好地组织", "blocksAbout.http-request": "允许通过 HTTP 协议发送服务器请求", "blocksAbout.human-input": "人工输入,确认后生成下一步", "blocksAbout.if-else": "允许你根据 if/else 条件将 workflow 拆分成两个分支", @@ -458,6 +460,10 @@ "nodes.code.syncFunctionSignature": "同步函数签名至代码", "nodes.command.command": "命令", "nodes.command.commandPlaceholder": "输入要执行的命令,例如 ls -la", + "nodes.command.outputVars.exitCode": "命令的退出码", + "nodes.command.outputVars.pid": "命令的进程 ID", + "nodes.command.outputVars.stderr": "命令执行的标准错误输出", + "nodes.command.outputVars.stdout": "命令执行的标准输出", "nodes.command.seconds": "秒", "nodes.command.timeout": "超时时间", "nodes.command.workingDirectory": "工作目录", @@ -780,6 +786,7 @@ "nodes.listFilter.selectVariableKeyPlaceholder": "选择子变量的 Key", "nodes.llm.addContext": "添加对话记录", "nodes.llm.addMessage": "添加消息", + "nodes.llm.advancedSettings": "高级设置", "nodes.llm.chatHistorry": "对话历史", "nodes.llm.computerUse.disabledByStructuredOutput": "启用结构化输出时,将禁用 Agent 模式。", "nodes.llm.computerUse.dismiss": "关闭", @@ -840,6 +847,7 @@ "nodes.llm.singleRun.variable": "变量", "nodes.llm.sysQueryInUser": "user message 中必须包含 sys.query", "nodes.llm.tools.disabledByStructuredOutput": "启用结构化输出时,将禁用工具。", + "nodes.llm.tools.title": "工具", "nodes.llm.tools.tooltip": "允许 LLM 在执行过程中调用外部工具。模型会根据上下文自主决定何时调用哪些工具,并可多次迭代以优化结果。", "nodes.llm.variables": "变量", "nodes.llm.vision": "视觉", @@ -1268,6 +1276,7 @@ "skillSidebar.menu.folderDropNotSupported": "暂不支持拖拽上传文件夹,请使用上传文件夹选项。", "skillSidebar.menu.folderUploaded": "文件夹上传成功", "skillSidebar.menu.importSkills": "导入技能(.zip)", + "skillSidebar.menu.moreActions": "更多操作", "skillSidebar.menu.moveError": "移动失败", "skillSidebar.menu.moved": "移动成功", "skillSidebar.menu.newFile": "新建文件", @@ -1296,6 +1305,7 @@ "skillSidebar.sqlitePreview.rowsTruncated": "仅显示前 {{limit}} 行,更多行已省略。", "skillSidebar.sqlitePreview.selectTable": "选择表", "skillSidebar.startTab": "开始", + "skillSidebar.toggleFolder": "展开/折叠文件夹", "skillSidebar.unsavedChanges.confirmClose": "放弃", "skillSidebar.unsavedChanges.content": "您有未保存的更改,是否放弃?", "skillSidebar.unsavedChanges.title": "未保存的更改",