dify/web/i18n/zh-Hant/workflow.json
2026-09-03 08:01:55 +00:00

1157 lines
73 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"blocks.agent": "Agent",
"blocks.agent-v2": "Agent",
"blocks.answer": "直接回覆",
"blocks.assigner": "變數分配器",
"blocks.code": "程式碼執行",
"blocks.datasource": "資料來源",
"blocks.datasource-empty": "資料來源為空",
"blocks.document-extractor": "文件提取器",
"blocks.end": "輸出",
"blocks.http-request": "HTTP 請求",
"blocks.human-input": "人工輸入",
"blocks.if-else": "條件分支",
"blocks.iteration": "迭代",
"blocks.iteration-start": "迭代開始",
"blocks.knowledge-index": "知識庫",
"blocks.knowledge-retrieval": "知識檢索",
"blocks.list-operator": "清單運算子",
"blocks.llm": "LLM",
"blocks.loop": "循環",
"blocks.loop-end": "退出循環",
"blocks.loop-start": "循環開始",
"blocks.mostCommon": "最常用",
"blocks.originalStartNode": "原始起始節點",
"blocks.parameter-extractor": "參數提取器",
"blocks.question-classifier": "問題分類器",
"blocks.start": "開始",
"blocks.start-placeholder": "工作流程開始",
"blocks.template-transform": "模板轉換",
"blocks.tool": "工具",
"blocks.trigger-plugin": "集成觸發器",
"blocks.trigger-schedule": "排程觸發",
"blocks.trigger-webhook": "Webhook 觸發",
"blocks.variable-aggregator": "變數聚合器",
"blocks.variable-assigner": "變數聚合器",
"blocksAbout.agent": "調用大型語言模型來回答問題或處理自然語言",
"blocksAbout.agent-v2": "調用大型語言模型來回答問題或處理自然語言",
"blocksAbout.answer": "定義一個聊天對話的回覆內容",
"blocksAbout.assigner": "變數分配節點用於為可寫入的變數(如對話變數)分配值。",
"blocksAbout.code": "執行一段 Python 或 NodeJS 程式碼實現自定義邏輯",
"blocksAbout.datasource": "資料來源 關於",
"blocksAbout.datasource-empty": "空資料來源佔位符",
"blocksAbout.document-extractor": "用於將上傳的文件解析為 LLM 易於理解的文字內容。",
"blocksAbout.end": "定義一個 workflow 流程的輸出和結果類型",
"blocksAbout.http-request": "允許通過 HTTP 協議發送服務器請求",
"blocksAbout.human-input": "在生成下一步之前請求人工確認",
"blocksAbout.if-else": "允許你根據 if/else 條件將 workflow 拆分成兩個分支",
"blocksAbout.iteration": "對列表對象執行多次步驟直至輸出所有結果。",
"blocksAbout.iteration-start": "迭代起始節點",
"blocksAbout.knowledge-index": "知識庫 關於",
"blocksAbout.knowledge-retrieval": "允許你從知識庫中查詢與用戶問題相關的文本內容",
"blocksAbout.list-operator": "用於篩選或排序陣列內容。",
"blocksAbout.llm": "調用大語言模型回答問題或者對自然語言進行處理",
"blocksAbout.loop": "執行邏輯迴圈,直到滿足終止條件或達到最大迴圈次數。",
"blocksAbout.loop-end": "等同於「中斷」。這個節點沒有配置項目。當循環體達到這個節點時,循環終止。",
"blocksAbout.loop-start": "循環開始節點",
"blocksAbout.parameter-extractor": "利用 LLM 從自然語言內推理提取出結構化參數,用於後置的工具調用或 HTTP 請求。",
"blocksAbout.question-classifier": "定義用戶問題的分類條件LLM 能夠根據分類描述定義對話的進展方式",
"blocksAbout.start": "定義一個 workflow 流程啟動的參數",
"blocksAbout.start-placeholder": "選擇此工作流程的啟動方式",
"blocksAbout.template-transform": "使用 Jinja 模板語法將資料轉換為字符串",
"blocksAbout.tool": "使用外部工具來擴展工作流程功能",
"blocksAbout.trigger-plugin": "第三方集成觸發器,從外部平台事件啟動工作流程",
"blocksAbout.trigger-schedule": "基於時間的工作流程觸發器,可按計劃啟動工作流程",
"blocksAbout.trigger-webhook": "Webhook 觸發器接收來自第三方系統的 HTTP 推送,以自動觸發工作流程。",
"blocksAbout.variable-aggregator": "將多路分支的變數聚合為一個變數,以實現下游節點統一配置。",
"blocksAbout.variable-assigner": "將多路分支的變數聚合為一個變數,以實現下游節點統一配置。",
"changeHistory.clearHistory": "清除歷史記錄",
"changeHistory.currentState": "當前狀態",
"changeHistory.edgeDelete": "區塊已斷開連接",
"changeHistory.hint": "提示",
"changeHistory.hintText": "您的編輯操作將被跟踪並存儲在您的設備上,直到您離開編輯器。此歷史記錄將在您離開編輯器時被清除。",
"changeHistory.nodeAdd": "區塊已新增",
"changeHistory.nodeChange": "區塊已更改",
"changeHistory.nodeConnect": "區塊已連接",
"changeHistory.nodeDelete": "區塊已刪除",
"changeHistory.nodeDescriptionChange": "區塊描述已更改",
"changeHistory.nodeDragStop": "區塊已移動",
"changeHistory.nodePaste": "區塊已粘貼",
"changeHistory.nodeResize": "區塊已調整大小",
"changeHistory.nodeTitleChange": "區塊標題已更改",
"changeHistory.noteAdd": "註釋已新增",
"changeHistory.noteChange": "註釋已更改",
"changeHistory.noteDelete": "註釋已刪除",
"changeHistory.placeholder": "尚未更改任何內容",
"changeHistory.sessionStart": "會話開始",
"changeHistory.stepBackward_one": "{{count}} 步後退",
"changeHistory.stepBackward_other": "{{count}} 步後退",
"changeHistory.stepForward_one": "{{count}} 步前進",
"changeHistory.stepForward_other": "{{count}} 步前進",
"changeHistory.title": "變更履歷",
"chatVariable.button": "新增變數",
"chatVariable.modal.addArrayValue": "新增值",
"chatVariable.modal.arrayValue": "值",
"chatVariable.modal.description": "描述",
"chatVariable.modal.descriptionPlaceholder": "描述此變數",
"chatVariable.modal.descriptionTooLong": "描述不能超過 {{maxLength}} 個字元",
"chatVariable.modal.editInForm": "在表單中編輯",
"chatVariable.modal.editInJSON": "以 JSON 編輯",
"chatVariable.modal.editTitle": "編輯對話變數",
"chatVariable.modal.name": "名稱",
"chatVariable.modal.namePlaceholder": "變數名稱",
"chatVariable.modal.objectKey": "鍵",
"chatVariable.modal.objectKeyPatternError": "鍵只能包含字母、數字和底線",
"chatVariable.modal.objectKeyRequired": "物件鍵不能為空",
"chatVariable.modal.objectType": "類型",
"chatVariable.modal.objectValue": "預設值",
"chatVariable.modal.oneByOne": "逐一新增",
"chatVariable.modal.title": "新增對話變數",
"chatVariable.modal.type": "類型",
"chatVariable.modal.value": "預設值",
"chatVariable.modal.valuePlaceholder": "預設值,留空則不設定",
"chatVariable.panelDescription": "對話變數用於儲存 LLM 需要記住的互動資訊,包括對話歷史、上傳的檔案、使用者偏好等。這些變數可讀寫。",
"chatVariable.panelTitle": "對話變數",
"chatVariable.storedContent": "已儲存內容",
"chatVariable.tips": "提示",
"chatVariable.updatedAt": "更新於 ",
"collaboration.historyAction.generic": "協作者執行了復原/重做操作",
"comments.actions.addComment": "新增評論",
"comments.actions.deleteReply": "刪除回覆",
"comments.actions.editComment": "編輯評論",
"comments.actions.editReply": "編輯回覆",
"comments.aria.closeComment": "關閉評論",
"comments.aria.commentActions": "評論操作",
"comments.aria.deleteComment": "刪除評論",
"comments.aria.filterComments": "篩選評論",
"comments.aria.nextComment": "下一則評論",
"comments.aria.previousComment": "上一則評論",
"comments.aria.replyActions": "回覆操作",
"comments.aria.resolveComment": "解決評論",
"comments.confirm.deleteReplyDesc": "此回覆將被永久刪除。",
"comments.confirm.deleteReplyTitle": "刪除此回覆?",
"comments.confirm.deleteThreadDesc": "此操作會永久刪除該討論串及其所有回覆,且無法復原。",
"comments.confirm.deleteThreadTitle": "刪除此討論串?",
"comments.fallback.user": "使用者",
"comments.filter.all": "全部",
"comments.filter.onlyYourThreads": "僅看你的討論串",
"comments.filter.showResolved": "顯示已解決",
"comments.loading": "載入中…",
"comments.noComments": "暫無評論",
"comments.panelTitle": "評論",
"comments.placeholder.add": "新增評論",
"comments.placeholder.editComment": "編輯評論",
"comments.placeholder.editReply": "編輯回覆",
"comments.placeholder.reply": "回覆",
"comments.reply": "回覆",
"common.accessAPIReference": "訪問 API",
"common.accessPointDescription": "設定 Web 應用、API、MCP 和觸發器",
"common.addBlock": "新增節點",
"common.addDescription": "新增描述...",
"common.addFailureBranch": "新增 Fail Branch",
"common.addParallelNode": "新增並行節點",
"common.addTitle": "新增標題...",
"common.autoSaved": "自動保存",
"common.backupCurrentDraft": "Backup Current Draft",
"common.branch": "分支",
"common.chooseDSL": "選擇 DSLyml檔",
"common.chooseStartNodeToRun": "選擇要執行的起始節點",
"common.clipboardVersionCompatibilityWarning": "此內容複製自不同版本的 Dify 應用,部分內容可能不相容。",
"common.commentMode": "評論模式",
"common.configure": "配置",
"common.configureRequired": "需要進行配置",
"common.copy": "拷貝",
"common.currentDraft": "當前草稿",
"common.currentDraftUnpublished": "當前草稿未發佈",
"common.currentView": "當前檢視",
"common.currentWorkflow": "當前工作流程",
"common.debugAndPreview": "預覽",
"common.deployDescription": "將版本部署至環境",
"common.disconnect": "斷開",
"common.draftSaveFailed": "草稿儲存失敗",
"common.duplicate": "複製",
"common.effectVarConfirm.content": "該變數在其他節點中使用。您是否仍要刪除它?",
"common.effectVarConfirm.title": "移除變數",
"common.enableJinja": "開啟支持 Jinja 模板",
"common.exitVersions": "退出版本",
"common.exportImage": "匯出圖像",
"common.exportJPEG": "匯出為 JPEG",
"common.exportPNG": "匯出為 PNG",
"common.exportSVG": "匯出為 SVG",
"common.features": "功能",
"common.featuresDescription": "提升網頁應用程式的使用者體驗",
"common.goBackToEdit": "返回編輯模式",
"common.handMode": "手模式",
"common.humanInputEmailTip": "電子郵件(發送方式)已發送給您配置的收件人",
"common.humanInputEmailTipInDebugMode": "電子郵件(發送方式)已發送至<email>{{email}}</email>",
"common.humanInputWebappTip": "僅調試預覽,用戶在 Web 應用中看不到此內容。",
"common.importDSL": "導入 DSL",
"common.importDSLTip": "當前草稿將被覆蓋。在導入之前將工作流匯出為備份。",
"common.importFailure": "匯入失敗",
"common.importSuccess": "導入成功",
"common.importWarning": "謹慎",
"common.importWarningDetails": "DSL 版本差異可能會影響某些功能",
"common.input": "輸入",
"common.insertVarTip": "按 '/' 鍵快速插入",
"common.jinjaEditorPlaceholder": "輸入“/”或“{”插入變數",
"common.jumpToNode": "跳轉到此節點",
"common.latestPublished": "最新發佈",
"common.learnMore": "了解更多",
"common.listening": "聆聽",
"common.loadMore": "載入更多工作流",
"common.manageInTools": "訪問工具頁",
"common.maxTreeDepth": "每個分支最大限制 {{depth}} 個節點",
"common.model": "模型",
"common.moreActions": "更多動作",
"common.needAdd": "必須新增{{node}}節點",
"common.needConnectTip": "此節點尚未連接到其他節點",
"common.needStartNode": "至少必須新增一個起始節點",
"common.noVar": "沒有變數",
"common.notPublishedYet": "尚未發佈",
"common.notRunning": "尚未運行",
"common.onFailure": "失敗時",
"common.openWebApp": "開啟 Web 應用",
"common.openWebAppDescription": "在新分頁中開啟已發佈的應用",
"common.output": "輸出",
"common.overwriteAndImport": "覆蓋和導入",
"common.parallel": "並行",
"common.parallelTip.click.desc": "新增",
"common.parallelTip.click.title": "點擊",
"common.parallelTip.drag.desc": "連接",
"common.parallelTip.drag.title": "拖動",
"common.pasteHere": "粘貼到這裡",
"common.pointerMode": "指針模式",
"common.preview": "預覽",
"common.previewPlaceholder": "在下面的框中輸入內容開始測試聊天機器人",
"common.processData": "資料處理",
"common.publish": "發佈",
"common.publishToMarketplace": "發佈到 Marketplace",
"common.publishToMarketplaceDescription": "與社群分享此應用",
"common.publishToMarketplaceFailed": "發佈到 Marketplace 失敗",
"common.publishUpdate": "發布更新",
"common.published": "已發佈",
"common.publishedAt": "發佈於",
"common.publishedBy": "{{author}} 發佈於 {{time}}",
"common.publishingToMarketplace": "發佈中...",
"common.redo": "重做",
"common.restore": "恢復",
"common.run": "測試運行",
"common.runAllTriggers": "執行所有觸發器",
"common.runHistory": "運行歷史",
"common.running": "運行中",
"common.scheduleTriggerRunFailed": "排程觸發執行失敗",
"common.searchVar": "搜索變數",
"common.setVarValuePlaceholder": "設置變數值",
"common.showRunHistory": "顯示運行歷史",
"common.syncingData": "同步資料,只需幾秒鐘。",
"common.tagBound": "使用此標籤的應用程式數量",
"common.undo": "復原",
"common.unpublished": "未發佈",
"common.upToDate": "已是最新",
"common.variableNamePlaceholder": "變數名",
"common.versionHistory": "版本歷史",
"common.viewOnly": "只讀",
"common.viewRunHistory": "查看運行歷史",
"common.webhookDebugFailed": "Webhook 除錯失敗",
"common.webhookDebugRequestFailed": "Webhook 除錯請求失敗",
"common.workflowAsTool": "工作流程作為工具",
"common.workflowAsToolDescription": "在其他應用中作為工具使用",
"common.workflowAsToolDisabledHint": "發布最新的工作流程,並確保在將其配置為工具之前有一個已連接的使用者輸入節點。",
"common.workflowAsToolReady": "已就緒",
"common.workflowAsToolReconfigure": "重新設定",
"common.workflowAsToolTip": "工作流更新後需要重新配置工具參數",
"common.workflowAsToolUpdateNeeded": "需要更新",
"common.workflowProcess": "工作流",
"common.workflowProcessFailed": "工作流運行失敗",
"common.workflowProcessPaused": "工作流運行已暫停",
"common.workflowProcessRunning": "工作流運行中",
"common.workflowProcessSucceeded": "工作流運行成功",
"common.workflowSaveStatus": "工作流程儲存狀態",
"customWebhook": "自訂 Webhook",
"debug.lastOutput": "最後的輸出",
"debug.lastRunTab": "最後一次運行",
"debug.noData.description": "上次運行的結果將顯示在這裡",
"debug.noData.runThisNode": "運行此節點",
"debug.settingsTab": "設定",
"debug.variableInspect.chatNode": "對話",
"debug.variableInspect.clearAll": "重置所有",
"debug.variableInspect.clearNode": "清除快取變數",
"debug.variableInspect.edited": "編輯的",
"debug.variableInspect.emptyLink": "了解更多",
"debug.variableInspect.emptyTip": "在畫布上逐步執行節點或逐步運行節點後,您可以在變數檢視中查看節點變數的當前值。",
"debug.variableInspect.envNode": "環境",
"debug.variableInspect.export": "出口",
"debug.variableInspect.exportToolTip": "將變數匯出為檔案",
"debug.variableInspect.largeData": "大資料,唯讀預覽。匯出以檢視全部。",
"debug.variableInspect.largeDataNoExport": "大型資料 - 僅部分預覽",
"debug.variableInspect.listening.defaultNodeName": "此觸發器",
"debug.variableInspect.listening.defaultPluginName": "此插件觸發器",
"debug.variableInspect.listening.defaultScheduleTime": "未設定",
"debug.variableInspect.listening.stopButton": "停止",
"debug.variableInspect.listening.tip": "您現在可以向 HTTP {{nodeName}} 端點發送測試請求來模擬事件觸發,或將其作為即時事件除錯的回呼 URL。所有輸出都可在變數檢視器中直接查看。",
"debug.variableInspect.listening.tipFallback": "正在等待觸發器事件,輸出會顯示在此處。",
"debug.variableInspect.listening.tipPlugin": "您現在可以在 {{- pluginName}} 中建立事件,並在變數檢視器中檢視這些事件的輸出。",
"debug.variableInspect.listening.tipSchedule": "正在監聽排程觸發器事件。\n下一次排程執行時間{{nextTriggerTime}}",
"debug.variableInspect.listening.title": "正在監聽觸發器事件…",
"debug.variableInspect.markdownContent": "Markdown 內容",
"debug.variableInspect.reset": "重置為上次運行值",
"debug.variableInspect.resetConversationVar": "將對話變數重置為默認值",
"debug.variableInspect.systemNode": "系統",
"debug.variableInspect.title": "變數檢查",
"debug.variableInspect.trigger.cached": "查看快取的變數",
"debug.variableInspect.trigger.clear": "清晰",
"debug.variableInspect.trigger.normal": "變數檢查",
"debug.variableInspect.trigger.running": "快取運行狀態",
"debug.variableInspect.trigger.stop": "停止運行",
"debug.variableInspect.view": "查看日誌",
"difyTeam": "Dify 團隊",
"entryNodeStatus.enabled": "開始",
"env.envDescription": "環境變數可用於存儲私人信息和憑證。它們是唯讀的,並且可以在導出時與 DSL 文件分開。",
"env.envPanelButton": "新增變數",
"env.envPanelTitle": "環境變數",
"env.export.checkbox": "導出機密值",
"env.export.export": "導出帶有機密值的 DSL",
"env.export.ignore": "導出 DSL",
"env.export.name": "名稱",
"env.export.secret": "機密",
"env.export.title": "導出機密環境變數?",
"env.export.value": "值",
"env.modal.description": "描述",
"env.modal.descriptionPlaceholder": "描述此變數",
"env.modal.editTitle": "",
"env.modal.name": "",
"env.modal.namePlaceholder": "",
"env.modal.secretTip": "DSL ",
"env.modal.title": "",
"env.modal.type": "",
"env.modal.value": "",
"env.modal.valuePlaceholder": "",
"env.modal.valueRequired": "",
"errorMsg.authRequired": "",
"errorMsg.configureModel": "",
"errorMsg.duplicateOutputVariable": "{{variable}}",
"errorMsg.fieldRequired": "{{field}} ",
"errorMsg.fields.code": "",
"errorMsg.fields.model": "",
"errorMsg.fields.rerankModel": "Rerank ",
"errorMsg.fields.variable": "",
"errorMsg.fields.variableValue": "",
"errorMsg.fields.visionVariable": "Vision Variable",
"errorMsg.invalidJson": "{{field}} JSON",
"errorMsg.invalidVariable": "",
"errorMsg.modelPluginNotInstalled": "",
"errorMsg.noValidTool": "{{field}} ",
"errorMsg.rerankModelRequired": " Rerank ",
"errorMsg.toolParameterRequired": "{{field}} [{{param}}] ",
"globalVar.description": "使 ID ID",
"globalVar.fieldsDescription.appId": " ID",
"globalVar.fieldsDescription.conversationId": " ID",
"globalVar.fieldsDescription.dialogCount": "",
"globalVar.fieldsDescription.triggerTimestamp": "",
"globalVar.fieldsDescription.userId": "使 ID",
"globalVar.fieldsDescription.workflowId": " ID",
"globalVar.fieldsDescription.workflowRunId": " ID",
"globalVar.title": "",
"nodes.agent.checkList.strategyNotSelected": "",
"nodes.agent.clickToViewParameterSchema": "",
"nodes.agent.installPlugin.cancel": "",
"nodes.agent.installPlugin.changelog": "",
"nodes.agent.installPlugin.desc": "",
"nodes.agent.installPlugin.install": "",
"nodes.agent.installPlugin.title": "",
"nodes.agent.learnMore": "",
"nodes.agent.linkToPlugin": "",
"nodes.agent.model": "",
"nodes.agent.modelNotInstallTooltip": "",
"nodes.agent.modelNotSelected": "",
"nodes.agent.outputVars.confirm": "",
"nodes.agent.outputVars.defaultValueArrayInvalid": " JSON ",
"nodes.agent.outputVars.defaultValueBooleanInvalid": " true false",
"nodes.agent.outputVars.defaultValueFileUnsupported": "",
"nodes.agent.outputVars.defaultValueLabel": "",
"nodes.agent.outputVars.defaultValueNumberInvalid": "",
"nodes.agent.outputVars.defaultValueObjectInvalid": " JSON ",
"nodes.agent.outputVars.defaultValuePlaceholder": "",
"nodes.agent.outputVars.delete": " {{name}}",
"nodes.agent.outputVars.descriptionLabel": "",
"nodes.agent.outputVars.descriptionPlaceholder": "",
"nodes.agent.outputVars.edit": " {{name}}",
"nodes.agent.outputVars.editorLabel": "",
"nodes.agent.outputVars.files.title": "",
"nodes.agent.outputVars.json": " JSON",
"nodes.agent.outputVars.nameDuplicate": "",
"nodes.agent.outputVars.nameInvalid": "使",
"nodes.agent.outputVars.nameLabel": "",
"nodes.agent.outputVars.namePlaceholder": "",
"nodes.agent.outputVars.newOutput": "",
"nodes.agent.outputVars.requiredLabel": "",
"nodes.agent.outputVars.showAdvancedOptions": "",
"nodes.agent.outputVars.text": "",
"nodes.agent.outputVars.typeLabel": "",
"nodes.agent.outputVars.usage": "",
"nodes.agent.parameterSchema": "",
"nodes.agent.pluginInstaller.install": "",
"nodes.agent.pluginInstaller.installing": "",
"nodes.agent.pluginNotInstalled": "",
"nodes.agent.pluginNotInstalledDesc": " GitHub",
"nodes.agent.roster.change": "",
"nodes.agent.roster.editInConsole": " Agents ",
"nodes.agent.roster.editInConsoleDisabled": " Agent ",
"nodes.agent.roster.editInConsoleDisabledRbac": " Agents Agent",
"nodes.agent.roster.inlineSetup.description": "",
"nodes.agent.roster.inlineSetup.name": "",
"nodes.agent.roster.inlineSetup.type": "",
"nodes.agent.roster.label": "Agent",
"nodes.agent.roster.makeCopy": "",
"nodes.agent.roster.more": " Agent ",
"nodes.agent.roster.openPanel": " {{name}} ",
"nodes.agent.roster.panelLabel": "{{name}} ",
"nodes.agent.strategy.configureTip": " agentic ",
"nodes.agent.strategy.configureTipDesc": "",
"nodes.agent.strategy.label": "",
"nodes.agent.strategy.searchPlaceholder": "",
"nodes.agent.strategy.selectTip": "",
"nodes.agent.strategy.shortLabel": "",
"nodes.agent.strategy.tooltip": " Agentic 調",
"nodes.agent.strategyNotFoundDesc": "",
"nodes.agent.strategyNotFoundDescAndSwitchVersion": "",
"nodes.agent.strategyNotInstallTooltip": "{{strategy}} ",
"nodes.agent.strategyNotSet": "",
"nodes.agent.task.insert": "",
"nodes.agent.task.label": "Agent ",
"nodes.agent.task.learnMore": "",
"nodes.agent.task.mention": "",
"nodes.agent.task.placeholder": " Agent ...",
"nodes.agent.task.tooltip": "Agent ",
"nodes.agent.toolNotAuthorizedTooltip": "{{tool}} ",
"nodes.agent.toolNotInstallTooltip": "{{tool}} ",
"nodes.agent.toolbox": "",
"nodes.agent.unsupportedStrategy": "",
"nodes.answer.answer": "",
"nodes.assigner.assignedVariable": "",
"nodes.assigner.noVarTip": "+",
"nodes.assigner.operations.*=": "*=",
"nodes.assigner.operations.+=": "+=",
"nodes.assigner.operations.-=": "-=",
"nodes.assigner.operations./=": "/=",
"nodes.assigner.operations.append": "",
"nodes.assigner.operations.clear": "",
"nodes.assigner.operations.extend": "",
"nodes.assigner.operations.over-write": "",
"nodes.assigner.operations.overwrite": "",
"nodes.assigner.operations.remove-first": "",
"nodes.assigner.operations.remove-last": "",
"nodes.assigner.operations.set": "",
"nodes.assigner.operations.title": "",
"nodes.assigner.selectAssignedVariable": "...",
"nodes.assigner.setParameter": "...",
"nodes.assigner.varNotSet": "",
"nodes.assigner.variable": "",
"nodes.assigner.variables": "",
"nodes.code.inputVars": "",
"nodes.code.outputVars": "",
"nodes.code.syncFunctionSignature": "",
"nodes.common.errorHandle.defaultValue.desc": "",
"nodes.common.errorHandle.defaultValue.inLog": "Node ",
"nodes.common.errorHandle.defaultValue.output": "",
"nodes.common.errorHandle.defaultValue.title": "",
"nodes.common.errorHandle.failBranch.customize": " fail ",
"nodes.common.errorHandle.failBranch.customizeTip": " fail fail ",
"nodes.common.errorHandle.failBranch.desc": " exception ",
"nodes.common.errorHandle.failBranch.inLog": "Node fail ",
"nodes.common.errorHandle.failBranch.title": "",
"nodes.common.errorHandle.none.desc": "",
"nodes.common.errorHandle.none.title": "",
"nodes.common.errorHandle.partialSucceeded.tip": " {{num}} <tracingLink>tracing</tracingLink>",
"nodes.common.errorHandle.tip": "",
"nodes.common.errorHandle.title": "",
"nodes.common.inputVars": "",
"nodes.common.memories.builtIn": "",
"nodes.common.memories.tip": "",
"nodes.common.memories.title": "",
"nodes.common.memory.assistant": "",
"nodes.common.memory.conversationRoleName": "",
"nodes.common.memory.memory": "",
"nodes.common.memory.memoryTip": "",
"nodes.common.memory.user": "",
"nodes.common.memory.windowSize": "",
"nodes.common.outputVars": "",
"nodes.common.pluginNotInstalled": "",
"nodes.common.pluginsNotInstalled": "{{count}} ",
"nodes.common.retry.maxRetries": "",
"nodes.common.retry.ms": "",
"nodes.common.retry.retries": "{{num}}",
"nodes.common.retry.retry": "",
"nodes.common.retry.retryFailed": "",
"nodes.common.retry.retryInterval": "",
"nodes.common.retry.retryOnFailure": "",
"nodes.common.retry.retrySuccessful": "",
"nodes.common.retry.retryTimes": " {{times}} ",
"nodes.common.retry.retrying": "",
"nodes.common.retry.times": "",
"nodes.common.typeSwitch.input": "",
"nodes.common.typeSwitch.variable": "使",
"nodes.dataSource.add": "",
"nodes.dataSource.supportedFileFormats": "",
"nodes.dataSource.supportedFileFormatsPlaceholder": " e.g. doc",
"nodes.docExtractor.inputVar": "",
"nodes.docExtractor.learnMore": "",
"nodes.docExtractor.outputVars.text": "",
"nodes.docExtractor.supportFileTypes": "{{types}}",
"nodes.end.output.variable": "",
"nodes.http.api": "API",
"nodes.http.apiPlaceholder": " URL/",
"nodes.http.authorization.api-key": "API-Key",
"nodes.http.authorization.api-key-title": "API Key",
"nodes.http.authorization.auth-type": "API ",
"nodes.http.authorization.authorization": "",
"nodes.http.authorization.authorizationType": "",
"nodes.http.authorization.basic": "",
"nodes.http.authorization.bearer": "Bearer",
"nodes.http.authorization.custom": "",
"nodes.http.authorization.header": "Header",
"nodes.http.authorization.no-auth": "",
"nodes.http.binaryFileVariable": "",
"nodes.http.body": "Body",
"nodes.http.curl.placeholder": " cURL ",
"nodes.http.curl.title": " cURL ",
"nodes.http.extractListPlaceholder": " / ",
"nodes.http.headers": "Headers",
"nodes.http.insertVarPlaceholder": " '/' ",
"nodes.http.key": "",
"nodes.http.outputVars.body": "",
"nodes.http.outputVars.files": "",
"nodes.http.outputVars.headers": " JSON",
"nodes.http.outputVars.statusCode": "",
"nodes.http.params": "Params",
"nodes.http.timeout.connectLabel": "",
"nodes.http.timeout.connectPlaceholder": "",
"nodes.http.timeout.readLabel": "",
"nodes.http.timeout.readPlaceholder": "",
"nodes.http.timeout.title": "",
"nodes.http.timeout.writeLabel": "",
"nodes.http.timeout.writePlaceholder": "",
"nodes.http.type": "",
"nodes.http.value": "",
"nodes.http.verifySSL.title": " SSL ",
"nodes.http.verifySSL.warningTooltip": "SSL使",
"nodes.humanInput.deliveryMethod.added": "",
"nodes.humanInput.deliveryMethod.contactTip1": "?",
"nodes.humanInput.deliveryMethod.contactTip2": "<email>support@dify.ai</email>",
"nodes.humanInput.deliveryMethod.emailConfigure.allMembers": "({{workspaceName}})",
"nodes.humanInput.deliveryMethod.emailConfigure.body": "",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyMustContainRequestURL": " {{field}}",
"nodes.humanInput.deliveryMethod.emailConfigure.bodyRequired": "",
"nodes.humanInput.deliveryMethod.emailConfigure.debugMode": "調",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip1": "調,<email>{{email}}</email>",
"nodes.humanInput.deliveryMethod.emailConfigure.debugModeTip2": "",
"nodes.humanInput.deliveryMethod.emailConfigure.description": "",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.add": "+ ",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.added": "",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.placeholder": ",",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.title": "",
"nodes.humanInput.deliveryMethod.emailConfigure.memberSelector.trigger": "",
"nodes.humanInput.deliveryMethod.emailConfigure.recipient": "",
"nodes.humanInput.deliveryMethod.emailConfigure.recipientsRequired": "",
"nodes.humanInput.deliveryMethod.emailConfigure.subject": "",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectPlaceholder": "",
"nodes.humanInput.deliveryMethod.emailConfigure.subjectRequired": "",
"nodes.humanInput.deliveryMethod.emailConfigure.title": "",
"nodes.humanInput.deliveryMethod.emailSender.debugDone": "<email>{{email}}</email>",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip": "調",
"nodes.humanInput.deliveryMethod.emailSender.debugModeTip2": "<email>{{email}}</email>",
"nodes.humanInput.deliveryMethod.emailSender.done": "",
"nodes.humanInput.deliveryMethod.emailSender.send": "",
"nodes.humanInput.deliveryMethod.emailSender.testSendTip": "",
"nodes.humanInput.deliveryMethod.emailSender.testSendTipInDebugMode": "{{email}}",
"nodes.humanInput.deliveryMethod.emailSender.tip": "<strong>調</strong>",
"nodes.humanInput.deliveryMethod.emailSender.title": "",
"nodes.humanInput.deliveryMethod.emailSender.vars": "",
"nodes.humanInput.deliveryMethod.emailSender.varsTip": "",
"nodes.humanInput.deliveryMethod.emailSender.wholeTeamDone1": "<team>{{team}}</team>:",
"nodes.humanInput.deliveryMethod.emailSender.wholeTeamDone2": "<team>{{team}}</team>",
"nodes.humanInput.deliveryMethod.emailSender.wholeTeamDone3": ":",
"nodes.humanInput.deliveryMethod.emailSender.wholeTeamTip1": "<team>{{team}}</team>:",
"nodes.humanInput.deliveryMethod.emailSender.wholeTeamTip2": "<team>{{team}}</team>",
"nodes.humanInput.deliveryMethod.emailSender.wholeTeamTip3": ":",
"nodes.humanInput.deliveryMethod.emptyTip": ",",
"nodes.humanInput.deliveryMethod.notAvailableInTriggerMode": "",
"nodes.humanInput.deliveryMethod.notConfigured": "",
"nodes.humanInput.deliveryMethod.title": "",
"nodes.humanInput.deliveryMethod.tooltip": "",
"nodes.humanInput.deliveryMethod.types.discord.description": " Discord ",
"nodes.humanInput.deliveryMethod.types.discord.title": "Discord",
"nodes.humanInput.deliveryMethod.types.email.description": "",
"nodes.humanInput.deliveryMethod.types.email.title": "",
"nodes.humanInput.deliveryMethod.types.slack.description": " Slack ",
"nodes.humanInput.deliveryMethod.types.slack.title": "Slack",
"nodes.humanInput.deliveryMethod.types.teams.description": " Teams ",
"nodes.humanInput.deliveryMethod.types.teams.title": "Teams",
"nodes.humanInput.deliveryMethod.types.webapp.description": " Web ",
"nodes.humanInput.deliveryMethod.types.webapp.title": "Web ",
"nodes.humanInput.deliveryMethod.upgradeTip": "",
"nodes.humanInput.deliveryMethod.upgradeTipContent": " ",
"nodes.humanInput.deliveryMethod.upgradeTipHide": "",
"nodes.humanInput.editor.previewTip": ",",
"nodes.humanInput.errorMsg.duplicateActionId": " ID",
"nodes.humanInput.errorMsg.emailConfigIncomplete": " Email ",
"nodes.humanInput.errorMsg.emptyActionId": " ID ",
"nodes.humanInput.errorMsg.emptyActionTitle": "",
"nodes.humanInput.errorMsg.noDeliveryMethod": "",
"nodes.humanInput.errorMsg.noDeliveryMethodEnabled": "",
"nodes.humanInput.errorMsg.noUserActions": "",
"nodes.humanInput.formContent.hotkeyTip": "<Key/>,<CtrlKey/><Key/>",
"nodes.humanInput.formContent.placeholder": "",
"nodes.humanInput.formContent.preview": "",
"nodes.humanInput.formContent.title": "",
"nodes.humanInput.formContent.tooltip": " Markdown ",
"nodes.humanInput.insertInputField.fieldType": "",
"nodes.humanInput.insertInputField.insert": "",
"nodes.humanInput.insertInputField.options": "",
"nodes.humanInput.insertInputField.prePopulateField": "",
"nodes.humanInput.insertInputField.prePopulateFieldPlaceholder": "<staticContent/><variable/>,,",
"nodes.humanInput.insertInputField.saveResponseAs": "",
"nodes.humanInput.insertInputField.saveResponseAsPlaceholder": "便",
"nodes.humanInput.insertInputField.staticContent": "",
"nodes.humanInput.insertInputField.title": "",
"nodes.humanInput.insertInputField.useConstantInstead": "",
"nodes.humanInput.insertInputField.useVarInstead": "",
"nodes.humanInput.insertInputField.variable": "",
"nodes.humanInput.insertInputField.variableNameDuplicated": "",
"nodes.humanInput.insertInputField.variableNameInvalid": ",",
"nodes.humanInput.log.backstageInputURL": " URL:",
"nodes.humanInput.log.reason": ":",
"nodes.humanInput.log.reasonContent": "",
"nodes.humanInput.singleRun.back": "",
"nodes.humanInput.singleRun.button": "",
"nodes.humanInput.singleRun.label": "",
"nodes.humanInput.timeout.days": "",
"nodes.humanInput.timeout.hours": "",
"nodes.humanInput.timeout.title": "",
"nodes.humanInput.userActions.actionIdFormatTip": " ID ,",
"nodes.humanInput.userActions.actionIdTooLong": " ID {{maxLength}}",
"nodes.humanInput.userActions.actionNamePlaceholder": "",
"nodes.humanInput.userActions.buttonTextPlaceholder": "",
"nodes.humanInput.userActions.buttonTextTooLong": "{{maxLength}}",
"nodes.humanInput.userActions.chooseStyle": "",
"nodes.humanInput.userActions.emptyTip": " '+' ",
"nodes.humanInput.userActions.title": "",
"nodes.humanInput.userActions.tooltip": " ID ID ,",
"nodes.humanInput.userActions.triggered": "<strong>{{actionName}}</strong>",
"nodes.ifElse.addCondition": "",
"nodes.ifElse.addSubVariable": "",
"nodes.ifElse.and": "and",
"nodes.ifElse.comparisonOperator.after": "",
"nodes.ifElse.comparisonOperator.all of": "",
"nodes.ifElse.comparisonOperator.before": "",
"nodes.ifElse.comparisonOperator.contains": "",
"nodes.ifElse.comparisonOperator.empty": "",
"nodes.ifElse.comparisonOperator.end with": "",
"nodes.ifElse.comparisonOperator.exists": "",
"nodes.ifElse.comparisonOperator.in": "",
"nodes.ifElse.comparisonOperator.is": "",
"nodes.ifElse.comparisonOperator.is not": "",
"nodes.ifElse.comparisonOperator.is not null": "",
"nodes.ifElse.comparisonOperator.is null": "",
"nodes.ifElse.comparisonOperator.not contains": "",
"nodes.ifElse.comparisonOperator.not empty": "",
"nodes.ifElse.comparisonOperator.not exists": "",
"nodes.ifElse.comparisonOperator.not in": "",
"nodes.ifElse.comparisonOperator.start with": "",
"nodes.ifElse.conditionNotSetup": "",
"nodes.ifElse.else": "Else",
"nodes.ifElse.elseDescription": " if 滿",
"nodes.ifElse.enterValue": "",
"nodes.ifElse.operator": "",
"nodes.ifElse.optionName.audio": "",
"nodes.ifElse.optionName.doc": "",
"nodes.ifElse.optionName.image": "",
"nodes.ifElse.optionName.localUpload": "",
"nodes.ifElse.optionName.url": "",
"nodes.ifElse.optionName.video": "",
"nodes.ifElse.or": "or",
"nodes.ifElse.select": "",
"nodes.ifElse.selectVariable": "...",
"nodes.iteration.ErrorMethod.continueOnError": "",
"nodes.iteration.ErrorMethod.operationTerminated": "",
"nodes.iteration.ErrorMethod.removeAbnormalOutput": "remove-abnormal-output",
"nodes.iteration.MaxParallelismDesc": "",
"nodes.iteration.MaxParallelismTitle": "",
"nodes.iteration.answerNodeWarningDesc": "/",
"nodes.iteration.comma": ",",
"nodes.iteration.currentIteration": "",
"nodes.iteration.deleteDesc": "",
"nodes.iteration.deleteTitle": "",
"nodes.iteration.errorResponseMethod": "",
"nodes.iteration.error_one": "{{count}}",
"nodes.iteration.error_other": "{{count}}",
"nodes.iteration.flattenOutput": "",
"nodes.iteration.flattenOutputDesc": "",
"nodes.iteration.input": "",
"nodes.iteration.iteration_one": "{{count}}",
"nodes.iteration.iteration_other": "{{count}}",
"nodes.iteration.output": "",
"nodes.iteration.parallelMode": "",
"nodes.iteration.parallelModeEnableDesc": " properties ",
"nodes.iteration.parallelModeEnableTitle": "Parallel Mode ",
"nodes.iteration.parallelModeUpper": "",
"nodes.iteration.parallelPanelDesc": "",
"nodes.knowledgeBase.aboutRetrieval": "",
"nodes.knowledgeBase.changeChunkStructure": "",
"nodes.knowledgeBase.chooseChunkStructure": "",
"nodes.knowledgeBase.chunkIsRequired": "",
"nodes.knowledgeBase.chunkStructure": "",
"nodes.knowledgeBase.chunkStructureTip.learnMore": "",
"nodes.knowledgeBase.chunkStructureTip.message": "Dify Q&A",
"nodes.knowledgeBase.chunkStructureTip.title": "",
"nodes.knowledgeBase.chunksInput": "",
"nodes.knowledgeBase.chunksInputTip": " Chunks JSON Schema",
"nodes.knowledgeBase.chunksVariableIsRequired": "Chunks ",
"nodes.knowledgeBase.embeddingModelNotConfigured": "Embedding ",
"nodes.knowledgeBase.indexMethodIsRequired": "",
"nodes.knowledgeBase.rerankingModelIsInvalid": "",
"nodes.knowledgeBase.rerankingModelIsRequired": "",
"nodes.knowledgeBase.retrievalSettingIsRequired": "",
"nodes.knowledgeRetrieval.knowledge": "",
"nodes.knowledgeRetrieval.metadata.options.automatic.desc": "",
"nodes.knowledgeRetrieval.metadata.options.automatic.subTitle": "",
"nodes.knowledgeRetrieval.metadata.options.automatic.title": "",
"nodes.knowledgeRetrieval.metadata.options.disabled.subTitle": "",
"nodes.knowledgeRetrieval.metadata.options.disabled.title": "",
"nodes.knowledgeRetrieval.metadata.options.manual.subTitle": "",
"nodes.knowledgeRetrieval.metadata.options.manual.title": "",
"nodes.knowledgeRetrieval.metadata.panel.add": "",
"nodes.knowledgeRetrieval.metadata.panel.conditions": "",
"nodes.knowledgeRetrieval.metadata.panel.datePlaceholder": "...",
"nodes.knowledgeRetrieval.metadata.panel.placeholder": "",
"nodes.knowledgeRetrieval.metadata.panel.search": "",
"nodes.knowledgeRetrieval.metadata.panel.select": "...",
"nodes.knowledgeRetrieval.metadata.panel.title": "",
"nodes.knowledgeRetrieval.metadata.tip": "使",
"nodes.knowledgeRetrieval.metadata.title": "",
"nodes.knowledgeRetrieval.outputVars.content": "",
"nodes.knowledgeRetrieval.outputVars.files": "",
"nodes.knowledgeRetrieval.outputVars.icon": "",
"nodes.knowledgeRetrieval.outputVars.metadata": "",
"nodes.knowledgeRetrieval.outputVars.output": "",
"nodes.knowledgeRetrieval.outputVars.title": "",
"nodes.knowledgeRetrieval.outputVars.url": "",
"nodes.knowledgeRetrieval.queryAttachment": "",
"nodes.knowledgeRetrieval.queryText": "",
"nodes.listFilter.asc": "ASC ",
"nodes.listFilter.desc": "",
"nodes.listFilter.extractsCondition": " N ",
"nodes.listFilter.filterCondition": "",
"nodes.listFilter.filterConditionComparisonOperator": "Filter Condition Comparison ",
"nodes.listFilter.filterConditionComparisonValue": "Filter Condition ",
"nodes.listFilter.filterConditionKey": "",
"nodes.listFilter.inputVar": "",
"nodes.listFilter.limit": " N ",
"nodes.listFilter.orderBy": "",
"nodes.listFilter.outputVars.first_record": "",
"nodes.listFilter.outputVars.last_record": "",
"nodes.listFilter.outputVars.result": "",
"nodes.llm.addMessage": "",
"nodes.llm.context": "",
"nodes.llm.contextTooltip": "",
"nodes.llm.jsonSchema.addChildField": "",
"nodes.llm.jsonSchema.addField": "",
"nodes.llm.jsonSchema.apply": "",
"nodes.llm.jsonSchema.back": "",
"nodes.llm.jsonSchema.descriptionPlaceholder": "",
"nodes.llm.jsonSchema.enum": "",
"nodes.llm.jsonSchema.fieldNameAlreadyExists": "",
"nodes.llm.jsonSchema.fieldNamePlaceholder": "",
"nodes.llm.jsonSchema.generate": "",
"nodes.llm.jsonSchema.generateJsonSchema": " JSON ",
"nodes.llm.jsonSchema.generatedResult": "",
"nodes.llm.jsonSchema.generating": " JSON ...",
"nodes.llm.jsonSchema.generationTip": "使 JSON Schema",
"nodes.llm.jsonSchema.import": " JSON ",
"nodes.llm.jsonSchema.instruction": "",
"nodes.llm.jsonSchema.promptPlaceholder": " JSON ...",
"nodes.llm.jsonSchema.promptTooltip": " JSON Schema ",
"nodes.llm.jsonSchema.regenerate": "",
"nodes.llm.jsonSchema.required": "",
"nodes.llm.jsonSchema.resetDefaults": "",
"nodes.llm.jsonSchema.resultTip": "滿",
"nodes.llm.jsonSchema.stringValidations": "",
"nodes.llm.jsonSchema.title": "",
"nodes.llm.jsonSchema.warningTips.saveSchema": "",
"nodes.llm.model": "",
"nodes.llm.notSetContextInPromptTip": "",
"nodes.llm.outputVars.output": "",
"nodes.llm.outputVars.reasoning_content": "",
"nodes.llm.outputVars.usage": "",
"nodes.llm.prompt": "",
"nodes.llm.reasoningFormat.title": "",
"nodes.llm.reasoningFormat.tooltip": " think reasoning_content ",
"nodes.llm.resolution.high": "",
"nodes.llm.resolution.low": "",
"nodes.llm.resolution.name": "",
"nodes.llm.roleDescription.assistant": "",
"nodes.llm.roleDescription.system": "",
"nodes.llm.roleDescription.user": "",
"nodes.llm.singleRun.variable": "",
"nodes.llm.sysQueryInUser": "user message sys.query",
"nodes.llm.vision": "",
"nodes.loop.breakCondition": "",
"nodes.loop.breakConditionTip": "",
"nodes.loop.comma": "",
"nodes.loop.currentLoopCount": "{{count}}",
"nodes.loop.deleteDesc": "",
"nodes.loop.deleteTitle": "",
"nodes.loop.error_one": "{{count}} ",
"nodes.loop.error_other": "{{count}} ",
"nodes.loop.finalLoopVariables": "",
"nodes.loop.initialLoopVariables": "",
"nodes.loop.inputMode": "",
"nodes.loop.loopMaxCount": "",
"nodes.loop.loopMaxCountError": " 1 {{maxCount}}",
"nodes.loop.loopNode": "",
"nodes.loop.loopVariables": "",
"nodes.loop.loop_one": "{{count}} ",
"nodes.loop.loop_other": "{{count}} ",
"nodes.loop.setLoopVariables": "",
"nodes.loop.totalLoopCount": "{{count}}",
"nodes.loop.variableName": "",
"nodes.note.addNote": "",
"nodes.note.editor.bold": "",
"nodes.note.editor.bulletList": "",
"nodes.note.editor.enterUrl": "...",
"nodes.note.editor.invalidUrl": "URL ",
"nodes.note.editor.italic": "",
"nodes.note.editor.large": "",
"nodes.note.editor.link": "",
"nodes.note.editor.medium": "",
"nodes.note.editor.openLink": "",
"nodes.note.editor.placeholder": "...",
"nodes.note.editor.showAuthor": "",
"nodes.note.editor.small": "",
"nodes.note.editor.strikethrough": "",
"nodes.note.editor.unlink": "",
"nodes.parameterExtractor.addExtractParameter": "",
"nodes.parameterExtractor.addExtractParameterContent.description": "",
"nodes.parameterExtractor.addExtractParameterContent.descriptionPlaceholder": "",
"nodes.parameterExtractor.addExtractParameterContent.name": "",
"nodes.parameterExtractor.addExtractParameterContent.namePlaceholder": "",
"nodes.parameterExtractor.addExtractParameterContent.required": "",
"nodes.parameterExtractor.addExtractParameterContent.requiredContent": "",
"nodes.parameterExtractor.addExtractParameterContent.type": "",
"nodes.parameterExtractor.addExtractParameterContent.typePlaceholder": "",
"nodes.parameterExtractor.advancedSetting": "",
"nodes.parameterExtractor.extractParameters": "",
"nodes.parameterExtractor.extractParametersNotSet": "",
"nodes.parameterExtractor.importFromTool": "",
"nodes.parameterExtractor.inputVar": "",
"nodes.parameterExtractor.instruction": "",
"nodes.parameterExtractor.instructionTip": "",
"nodes.parameterExtractor.outputVars.errorReason": "",
"nodes.parameterExtractor.outputVars.isSuccess": " 1 0",
"nodes.parameterExtractor.outputVars.usage": "",
"nodes.parameterExtractor.reasoningMode": "",
"nodes.parameterExtractor.reasoningModeFunctionToolCalling": "/調",
"nodes.parameterExtractor.reasoningModePrompt": "",
"nodes.parameterExtractor.reasoningModeTip": " Function calling Prompt ",
"nodes.questionClassifiers.addClass": "",
"nodes.questionClassifiers.advancedSetting": "",
"nodes.questionClassifiers.class": "",
"nodes.questionClassifiers.defaultLabel": " {{index}}",
"nodes.questionClassifiers.inputVars": "",
"nodes.questionClassifiers.instruction": "",
"nodes.questionClassifiers.instructionTip": "",
"nodes.questionClassifiers.labelEditorAriaLabel": "",
"nodes.questionClassifiers.model": "",
"nodes.questionClassifiers.outputVars.classLabel": "",
"nodes.questionClassifiers.outputVars.className": "",
"nodes.questionClassifiers.outputVars.usage": "",
"nodes.questionClassifiers.renameHint": "",
"nodes.questionClassifiers.topicName": "",
"nodes.questionClassifiers.topicPlaceholder": "",
"nodes.start.inputField": "",
"nodes.start.noVarTip": "使",
"nodes.start.required": "",
"nodes.start.userInputTipDescription": "使",
"nodes.startPlaceholder.browseMoreOnMarketplace": " Marketplace ",
"nodes.startPlaceholder.noTriggersFound": "",
"nodes.startPlaceholder.nodeCollapsedDescription": "",
"nodes.startPlaceholder.nodeDescription": "",
"nodes.startPlaceholder.panelDescription": "",
"nodes.startPlaceholder.panelTitle": "",
"nodes.startPlaceholder.userInputConflictTip": "使使",
"nodes.startPlaceholder.validationRequired": "",
"nodes.templateTransform.code": "",
"nodes.templateTransform.codeSupportTip": " Jinja2",
"nodes.templateTransform.inputVars": "",
"nodes.templateTransform.outputVars.output": "",
"nodes.tool.authorizationRequired": "",
"nodes.tool.dateRange.endPlaceholder": "",
"nodes.tool.dateRange.startPlaceholder": "",
"nodes.tool.inputVars": "",
"nodes.tool.insertPlaceholder1": "",
"nodes.tool.insertPlaceholder2": "",
"nodes.tool.outputVars.files.title": "",
"nodes.tool.outputVars.json": " JSON",
"nodes.tool.outputVars.text": "",
"nodes.tool.settings": "",
"nodes.triggerPlugin.subscriptionRequired": "",
"nodes.triggerSchedule.cronExpression": "Cron ",
"nodes.triggerSchedule.days": "",
"nodes.triggerSchedule.executionTimeCalculationError": "",
"nodes.triggerSchedule.frequency.daily": "",
"nodes.triggerSchedule.frequency.hourly": "",
"nodes.triggerSchedule.frequency.label": "",
"nodes.triggerSchedule.frequency.monthly": "",
"nodes.triggerSchedule.frequency.weekly": "",
"nodes.triggerSchedule.frequencyLabel": "",
"nodes.triggerSchedule.invalidCronExpression": " cron ",
"nodes.triggerSchedule.invalidFrequency": "",
"nodes.triggerSchedule.invalidMonthlyDay": " 1 31 ",
"nodes.triggerSchedule.invalidOnMinute": " 0 59 ",
"nodes.triggerSchedule.invalidTimeFormat": " HH:MM AM/PM",
"nodes.triggerSchedule.invalidTimezone": "",
"nodes.triggerSchedule.invalidWeekday": "{{weekday}}",
"nodes.triggerSchedule.lastDay": "",
"nodes.triggerSchedule.lastDayTooltip": "31使",
"nodes.triggerSchedule.mode": "",
"nodes.triggerSchedule.monthlyDay": "",
"nodes.triggerSchedule.nextExecutionTime": "",
"nodes.triggerSchedule.nextExecutionTimes": " 5 ",
"nodes.triggerSchedule.noValidExecutionTime": "",
"nodes.triggerSchedule.onMinute": "",
"nodes.triggerSchedule.selectFrequency": "",
"nodes.triggerSchedule.selectTime": "",
"nodes.triggerSchedule.time": "",
"nodes.triggerSchedule.title": "",
"nodes.triggerSchedule.useCronExpression": "使 cron ",
"nodes.triggerSchedule.useVisualPicker": "使",
"nodes.triggerSchedule.visualConfig": "",
"nodes.triggerSchedule.weekdays": "",
"nodes.triggerWebhook.contentType": "",
"nodes.triggerWebhook.debugUrlCopied": "",
"nodes.triggerWebhook.debugUrlCopy": "",
"nodes.triggerWebhook.debugUrlPrivateAddressWarning": " URL webhook TRIGGER_URL ",
"nodes.triggerWebhook.debugUrlTitle": "使 URL",
"nodes.triggerWebhook.method": "",
"nodes.triggerWebhook.noBodyParameters": "",
"nodes.triggerWebhook.noHeaders": "",
"nodes.triggerWebhook.noParameters": "",
"nodes.triggerWebhook.noQueryParameters": "",
"nodes.triggerWebhook.required": "",
"nodes.triggerWebhook.responseBody": "",
"nodes.triggerWebhook.responseBodyPlaceholder": "",
"nodes.triggerWebhook.responseConfiguration": "",
"nodes.triggerWebhook.statusCode": "",
"nodes.triggerWebhook.urlCopied": "URL 簿",
"nodes.triggerWebhook.validation.invalidParameterType": " \"{{name}}\" 的類型 \"{{type}}\" 無效",
"nodes.triggerWebhook.validation.webhookUrlRequired": "需要 Webhook URL",
"nodes.triggerWebhook.varName": "變數名稱",
"nodes.triggerWebhook.varNamePlaceholder": "輸入變數名稱...",
"nodes.triggerWebhook.varType": "類型",
"nodes.triggerWebhook.webhookUrl": "Webhook 網址",
"nodes.triggerWebhook.webhookUrlPlaceholder": "點擊生成以創建 webhook URL",
"nodes.variableAssigner.addGroup": "新增分組",
"nodes.variableAssigner.aggregationGroup": "聚合分組",
"nodes.variableAssigner.aggregationGroupTip": "開啟該功能後,變數聚合器內可以同時聚合多組變數",
"nodes.variableAssigner.noVarTip": "新增需要賦值的變數",
"nodes.variableAssigner.outputVars.varDescribe": "{{groupName}}的輸出變數",
"nodes.variableAssigner.setAssignVariable": "設置賦值變數",
"nodes.variableAssigner.title": "變數賦值",
"nodes.variableAssigner.varNotSet": "未設置變數",
"onboarding.description": "不同的起始節點有不同的能力。別擔心,你之後總是可以更改它們。",
"onboarding.title": "選擇一個起始節點開始",
"onboarding.trigger": "觸發器",
"onboarding.triggerDescription": "觸發器可以作為工作流程的起始節點,例如排程任務、自訂網絡掛鉤或與其他應用程式的集成。",
"onboarding.userInputDescription": "啟動節點,允許設定使用者輸入變數,工具功能包括網頁應用程式、服務 API、MCP 伺服器和工作流程。",
"onboarding.userInputFull": "使用者輸入(原始起始節點)",
"operator.alignBottom": "底部對齊",
"operator.alignCenter": "居中對齊",
"operator.alignLeft": "左對齊",
"operator.alignMiddle": "中部對齊",
"operator.alignNodes": "對齊節點",
"operator.alignRight": "右對齊",
"operator.alignTop": "頂部對齊",
"operator.distributeHorizontal": "水平等間距",
"operator.distributeVertical": "垂直等間距",
"operator.horizontal": "水平",
"operator.selectionAlignment": "選擇對齊",
"operator.showMiniMap": "小地圖",
"operator.showUserComments": "評論",
"operator.showUserCursors": "協作者游標",
"operator.vertical": "垂直",
"operator.zoomIn": "放大",
"operator.zoomOut": "縮小",
"operator.zoomTo100": "放大到 100%",
"operator.zoomTo50": "縮放到 50%",
"operator.zoomToFit": "自適應視圖",
"panel.about": "關於",
"panel.addNextStep": "新增此工作流程中的下一個節點",
"panel.change": "更改",
"panel.changeBlock": "更改節點",
"panel.checklist": "檢查清單",
"panel.checklistDescription": "發佈前請解決以下問題",
"panel.checklistResolved": "所有問題均已解決",
"panel.checklistTip": "發佈前確保所有問題均已解決",
"panel.createdBy": "作者",
"panel.goToFix": "前往修復",
"panel.helpLink": "查看幫助文件",
"panel.locateNodeNotFound": "未找到節點:{{nodeId}}",
"panel.locateNodeSuccess": "已定位到節點:{{title}}",
"panel.nextStep": "下一步",
"panel.openWorkflow": "打開工作流程",
"panel.optional": "(選擇性)",
"panel.optional_and_hidden": "(可選且隱藏)",
"panel.organizeBlocks": "整理節點",
"panel.runThisStep": "運行此步驟",
"panel.scrollToSelectedNode": "捲動至選取的節點",
"panel.selectNextStep": "選擇下一個節點",
"panel.startNode": "起始節點",
"panel.userInputField": "用戶輸入字段",
"publishLimit.startNodeDesc": "目前方案最多允許 2 個開始節點,升級後才能發布此工作流程。",
"publishLimit.startNodeTitlePrefix": "升級以",
"publishLimit.startNodeTitleSuffix": "解鎖無限開始節點",
"sidebar.exportWarning": "導出當前保存的版本",
"sidebar.exportWarningDesc": "這將導出當前保存的工作流程版本。如果您在編輯器中有未保存的更改,請先通過使用工作流程畫布中的導出選項來保存它們。",
"singleRun.back": "返回",
"singleRun.iteration": "迭代",
"singleRun.loop": "循環",
"singleRun.startRun": "開始運行",
"singleRun.testRun": "測試運行",
"snippet.confirm": "確認",
"snippet.createDialogTitle": "建立片段",
"snippet.createSuccess": "已建立片段",
"snippet.descriptionLabel": "描述(可選)",
"snippet.descriptionPlaceholder": "簡單描述您的片段",
"snippet.nameLabel": "片段名稱",
"snippet.namePlaceholder": "片段名稱",
"tabs.addAll": "全部新增",
"tabs.allAdded": "所有已新增的",
"tabs.allTool": "全部",
"tabs.allTriggers": "所有觸發器",
"tabs.blocks": "節點",
"tabs.clearSnippetSearch": "清空片段搜尋",
"tabs.customTool": "Swagger API",
"tabs.featuredTools": "精選",
"tabs.listView": "列表檢視",
"tabs.logic": "邏輯",
"tabs.noFeaturedPlugins": "前往 Marketplace 查看更多工具",
"tabs.noFeaturedTriggers": "前往 Marketplace 查看更多觸發器",
"tabs.noPluginsFound": "未找到集成",
"tabs.noResult": "未找到匹配項",
"tabs.noSnippetsFound": "沒有找到片段",
"tabs.plugin": "工具插件",
"tabs.question-understand": "問題理解",
"tabs.requestToCommunity": "對社群的請求",
"tabs.searchBlock": "搜尋節點、Agent、人工、知識庫",
"tabs.searchDataSource": "搜尋資料來源",
"tabs.searchSnippets": "搜尋片段...",
"tabs.searchTrigger": "搜尋觸發器...",
"tabs.showLessFeatured": "顯示較少",
"tabs.showMoreFeatured": "顯示更多",
"tabs.snippets": "片段",
"tabs.sources": "來源",
"tabs.start": "開始",
"tabs.startDisabledTip": "觸發節點與使用者輸入節點是互斥的。",
"tabs.startNotSupportedTip": "代码段中不支持“开始”选项卡。",
"tabs.tools": "工具",
"tabs.transform": "轉換",
"tabs.treeView": "樹狀檢視",
"tabs.unconfiguredStartDisabledTip": "畫布上已有未設定的開始節點。請先完成設定後再繼續。",
"tabs.utilities": "工具",
"tabs.workflowTool": "工作流",
"tracing.stopBy": "由{{user}}終止",
"triggerStatus.enabled": "觸發",
"variableReference.assignedVarsDescription": "分配的變數必須是可寫變數,例如對話變數。",
"variableReference.noAssignedVars": "沒有可用的已分配變數",
"variableReference.noAvailableVars": "無可用變數",
"variableReference.noVarsForOperation": "所選操作沒有可用於賦值的變數。",
"versionHistory.action.copyIdSuccess": "ID 已複製到剪貼板",
"versionHistory.action.deleteDeployedVersionError": "此工作流程版本已部署或正在部署至一個或多個環境。請先從所有環境中取消部署,再刪除該版本。",
"versionHistory.action.deleteFailure": "無法刪除版本",
"versionHistory.action.deleteSuccess": "版本已刪除",
"versionHistory.action.restoreFailure": "無法恢復版本",
"versionHistory.action.restoreInProgress": "{{userName}} 正在還原至版本 {{versionName}}...",
"versionHistory.action.restoreSuccess": "恢復版本",
"versionHistory.action.updateFailure": "更新版本失敗",
"versionHistory.action.updateSuccess": "版本已更新",
"versionHistory.copyId": "複製ID",
"versionHistory.currentDraft": "當前草稿",
"versionHistory.defaultName": "未命名版本",
"versionHistory.deletionTip": "刪除是不可逆的,請確認。",
"versionHistory.editField.releaseNotes": "發佈說明",
"versionHistory.editField.releaseNotesLengthLimit": "發佈說明不能超過 {{limit}} 個字符",
"versionHistory.editField.title": "標題",
"versionHistory.editField.titleLengthLimit": "標題不能超過 {{limit}} 個字符",
"versionHistory.editVersionInfo": "編輯版本信息",
"versionHistory.filter.all": "所有",
"versionHistory.filter.empty": "未找到匹配的版本歷史",
"versionHistory.filter.onlyShowNamedVersions": "僅顯示命名版本",
"versionHistory.filter.onlyYours": "只有妳的",
"versionHistory.filter.reset": "重置過濾器",
"versionHistory.latest": "最新",
"versionHistory.nameIt": "命名",
"versionHistory.nameThisVersion": "給這個版本命名",
"versionHistory.releaseNotesPlaceholder": "描述發生了什麼變化",
"versionHistory.restorationTip": "版本恢復後,當前草稿將被覆蓋。",
"versionHistory.title": "版本",
"workflowGenerator.applied": "應用",
"workflowGenerator.appliedRefineHint": "已套用 — 隨時用 ⌘K → /refine 優化",
"workflowGenerator.applyFailed": "應用工作流程失敗",
"workflowGenerator.applyToNew": "創建新應用程式",
"workflowGenerator.cancel": "取消",
"workflowGenerator.description": "描述您希望工作流程執行的操作。選擇模型、編寫指令並然後再將其套用到 工作室覽生成的圖形,单间公寓。",
"workflowGenerator.diff.summary": "新增 {{added}} · 刪除 {{removed}} · 變更 {{changed}}",
"workflowGenerator.dismiss": "解僱",
"workflowGenerator.errors.DANGLING_EDGE": "產生的工作流程有一條邊指向不存在的節點。再試一次或完善您的指示。",
"workflowGenerator.errors.DUPLICATE_NODE_ID": "生成的工作流中存在重複的節點 ID請重新生成。",
"workflowGenerator.errors.EMPTY_INSTRUCTION": "請先寫一個指令。",
"workflowGenerator.errors.EMPTY_PLAN": "該模型返回了一個空計劃。嘗試更具體的說明。",
"workflowGenerator.errors.GRAPH_CYCLE": "生成的工作流中存在循環連線,請重新生成或簡化指令。",
"workflowGenerator.errors.INSTRUCTION_TOO_LONG": "指令過長,請縮短後重試。",
"workflowGenerator.errors.INVALID_CONTAINER": "生成的工作流具有格式错误的循环或迭代容器。尝试更简单的说明或选择更有能力的模型。",
"workflowGenerator.errors.INVALID_JSON": "該模型返回了我們無法解析的回應。再試一次或選擇功能更強大的型號。",
"workflowGenerator.errors.INVALID_SCHEMA": "該模型傳回了一個意外形狀的圖表。再試一次或選擇功能更強大的型號。",
"workflowGenerator.errors.MISSING_START": "產生的工作流程缺少其起始節點。嘗試再生。",
"workflowGenerator.errors.MISSING_TERMINAL": "產生的工作流程缺少結束或應答節點。嘗試再生。",
"workflowGenerator.errors.MODEL_ERROR": "模型呼叫失敗。檢查您的提供者配額並重試。",
"workflowGenerator.errors.UNKNOWN_NODE_REFERENCE": "產生的工作流程中的節點指向不存在的節點。嘗試再生。",
"workflowGenerator.errors.UNKNOWN_TOOL": "工作流引用了未为此工作区安装的工具。从“工具”页面安装或完善您的说明。",
"workflowGenerator.errors.UNRESOLVED_REFERENCE": "產生的工作流程中的節點引用未在上游宣告的變數。嘗試再生。",
"workflowGenerator.errors.apply_failed_orphan": "我們無法完成應用程式的創建。您的應用程式清單中可能留下了空草稿 - 請手動將其刪除。",
"workflowGenerator.errors.atNode": "受影響的節點:{{node}}",
"workflowGenerator.errors.hash_collision": "工作流草稿已在另一个选项卡中编辑。重新加载以获取这些更改,然后尝试重新应用。",
"workflowGenerator.errors.hash_collision_title": "工作區已在其他地方編輯",
"workflowGenerator.errors.installTools": "安裝工具",
"workflowGenerator.errors.timeout": "一代人花了太長時間。該模型可能很慢或不可用 - 請重試。",
"workflowGenerator.examples.chatflow.support": "由知識庫支援的客戶支援機器人",
"workflowGenerator.examples.chatflow.triage": "將收到的問題分類並轉至專家提示",
"workflowGenerator.examples.chatflow.tutor": "多語言導師一步步講解",
"workflowGenerator.examples.label": "嘗試其中之一",
"workflowGenerator.examples.refresh": "換一批",
"workflowGenerator.examples.workflow.classify": "取得 GitHub 問題並對其進行分類",
"workflowGenerator.examples.workflow.rag": "中知識庫查詢文(式化為简体然後將答案) ,中文(繁体)",
"workflowGenerator.examples.workflow.summarize": "總結一個網址",
"workflowGenerator.examples.workflow.translate": "將文字翻譯成多種語言",
"workflowGenerator.generate": "產生",
"workflowGenerator.generateFailed": "無法產生工作流程",
"workflowGenerator.instruction": "指示",
"workflowGenerator.instructionPlaceholder": "描述您想要的工作流程—什麼輸入、什麼處理、什麼輸出。",
"workflowGenerator.instructionRequired": "請先寫一個指令",
"workflowGenerator.modelRequired": "請在生成前選擇一個模型。",
"workflowGenerator.modes.chatflow": "聊天串流",
"workflowGenerator.modes.workflow": "工作流程",
"workflowGenerator.overwriteMessage": "應用此工作流程將取代目前的草稿圖。此操作無法撤銷。",
"workflowGenerator.overwriteTitle": "覆蓋當前草稿?",
"workflowGenerator.phases.building": "建構節點...",
"workflowGenerator.phases.planning": "規劃工作流程...",
"workflowGenerator.placeholder": "在左侧编写说明,然后单击生成以预览工作流程图。",
"workflowGenerator.refineDescription": "描述您想要的改变。当前草稿用作上下文;应用时生成的图形将替换它。",
"workflowGenerator.refineDraftUnavailable": "無法載入目前草稿,將改為從頭生成。",
"workflowGenerator.refineInstructionPlaceholder": "描述變更-例如新增翻譯步驟、切換到工具、新增錯誤處理。",
"workflowGenerator.refineTitle": "精煉{{mode}}",
"workflowGenerator.regenerate": "重新生成",
"workflowGenerator.reload": "重新載入",
"workflowGenerator.studioApply": "申請",
"workflowGenerator.title": "產生 {{mode}}"
}