mirror of https://github.com/langgenius/dify.git
1042 lines
61 KiB
JSON
1042 lines
61 KiB
JSON
{
|
||
"blocks.agent": "代理",
|
||
"blocks.answer": "直接回覆",
|
||
"blocks.assigner": "變數分配器",
|
||
"blocks.code": "程式碼執行",
|
||
"blocks.datasource": "資料來源",
|
||
"blocks.document-extractor": "文件提取器",
|
||
"blocks.end": "輸出",
|
||
"blocks.http-request": "HTTP 請求",
|
||
"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.originalStartNode": "原始起始節點",
|
||
"blocks.parameter-extractor": "參數提取器",
|
||
"blocks.question-classifier": "問題分類器",
|
||
"blocks.start": "開始",
|
||
"blocks.template-transform": "模板轉換",
|
||
"blocks.trigger-plugin": "插件觸發器",
|
||
"blocks.trigger-schedule": "排程觸發",
|
||
"blocks.trigger-webhook": "Webhook 觸發",
|
||
"blocks.variable-aggregator": "變數聚合器",
|
||
"blocks.variable-assigner": "變數聚合器",
|
||
"blocksAbout.agent": "調用大型語言模型來回答問題或處理自然語言",
|
||
"blocksAbout.answer": "定義一個聊天對話的回覆內容",
|
||
"blocksAbout.assigner": "變數分配節點用於為可寫入的變數(如對話變數)分配值。",
|
||
"blocksAbout.code": "執行一段 Python 或 NodeJS 程式碼實現自定義邏輯",
|
||
"blocksAbout.datasource": "資料來源 關於",
|
||
"blocksAbout.document-extractor": "用於將上傳的文件解析為 LLM 易於理解的文字內容。",
|
||
"blocksAbout.end": "定義一個 workflow 流程的輸出和結果類型",
|
||
"blocksAbout.http-request": "允許通過 HTTP 協議發送服務器請求",
|
||
"blocksAbout.if-else": "允許你根據 if/else 條件將 workflow 拆分成兩個分支",
|
||
"blocksAbout.iteration": "對列表對象執行多次步驟直至輸出所有結果。",
|
||
"blocksAbout.knowledge-index": "知識庫 關於",
|
||
"blocksAbout.knowledge-retrieval": "允許你從知識庫中查詢與用戶問題相關的文本內容",
|
||
"blocksAbout.list-operator": "用於篩選或排序陣列內容。",
|
||
"blocksAbout.llm": "調用大語言模型回答問題或者對自然語言進行處理",
|
||
"blocksAbout.loop": "執行邏輯迴圈,直到滿足終止條件或達到最大迴圈次數。",
|
||
"blocksAbout.loop-end": "等同於「中斷」。這個節點沒有配置項目。當循環體達到這個節點時,循環終止。",
|
||
"blocksAbout.parameter-extractor": "利用 LLM 從自然語言內推理提取出結構化參數,用於後置的工具調用或 HTTP 請求。",
|
||
"blocksAbout.question-classifier": "定義用戶問題的分類條件,LLM 能夠根據分類描述定義對話的進展方式",
|
||
"blocksAbout.start": "定義一個 workflow 流程啟動的參數",
|
||
"blocksAbout.template-transform": "使用 Jinja 模板語法將資料轉換為字符串",
|
||
"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.docLink": "查看我們的文件以了解更多。",
|
||
"chatVariable.modal.addArrayValue": "新增值",
|
||
"chatVariable.modal.arrayValue": "值",
|
||
"chatVariable.modal.description": "描述",
|
||
"chatVariable.modal.descriptionPlaceholder": "描述此變數",
|
||
"chatVariable.modal.editInForm": "在表單中編輯",
|
||
"chatVariable.modal.editInJSON": "以 JSON 編輯",
|
||
"chatVariable.modal.editTitle": "編輯對話變數",
|
||
"chatVariable.modal.name": "名稱",
|
||
"chatVariable.modal.namePlaceholder": "變數名稱",
|
||
"chatVariable.modal.objectKey": "鍵",
|
||
"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.updatedAt": "更新於 ",
|
||
"common.ImageUploadLegacyTip": "現在,您可以在起始表單中創建檔案類型變數。我們將來不再支持圖片上傳功能。",
|
||
"common.accessAPIReference": "訪問 API",
|
||
"common.addBlock": "新增節點",
|
||
"common.addDescription": "新增描述...",
|
||
"common.addFailureBranch": "新增 Fail Branch",
|
||
"common.addParallelNode": "新增並行節點",
|
||
"common.addTitle": "新增標題...",
|
||
"common.autoSaved": "自動保存",
|
||
"common.backupCurrentDraft": "Backup Current Draft",
|
||
"common.batchRunApp": "批量運行",
|
||
"common.branch": "分支",
|
||
"common.chooseDSL": "選擇 DSL(yml)檔",
|
||
"common.chooseStartNodeToRun": "選擇要執行的起始節點",
|
||
"common.configure": "配置",
|
||
"common.configureRequired": "需要進行配置",
|
||
"common.conversationLog": "對話記錄",
|
||
"common.copy": "拷貝",
|
||
"common.currentDraft": "當前草稿",
|
||
"common.currentDraftUnpublished": "當前草稿未發佈",
|
||
"common.currentView": "當前檢視",
|
||
"common.currentWorkflow": "當前工作流程",
|
||
"common.debugAndPreview": "預覽",
|
||
"common.disconnect": "斷開",
|
||
"common.duplicate": "複製",
|
||
"common.editing": "編輯中",
|
||
"common.effectVarConfirm.content": "該變數在其他節點中使用。您是否仍要刪除它?",
|
||
"common.effectVarConfirm.title": "移除變數",
|
||
"common.embedIntoSite": "嵌入網站",
|
||
"common.enableJinja": "開啟支持 Jinja 模板",
|
||
"common.exitVersions": "退出版本",
|
||
"common.exportImage": "匯出圖像",
|
||
"common.exportJPEG": "匯出為 JPEG",
|
||
"common.exportPNG": "匯出為 PNG",
|
||
"common.exportSVG": "匯出為 SVG",
|
||
"common.features": "功能",
|
||
"common.featuresDescription": "提升網頁應用程式的使用者體驗",
|
||
"common.featuresDocLink": "了解更多",
|
||
"common.fileUploadTip": "圖片上傳功能已升級為檔上傳。",
|
||
"common.goBackToEdit": "返回編輯模式",
|
||
"common.handMode": "手模式",
|
||
"common.importDSL": "導入 DSL",
|
||
"common.importDSLTip": "當前草稿將被覆蓋。在導入之前將工作流匯出為備份。",
|
||
"common.importFailure": "匯入失敗",
|
||
"common.importSuccess": "導入成功",
|
||
"common.importWarning": "謹慎",
|
||
"common.importWarningDetails": "DSL 版本差異可能會影響某些功能",
|
||
"common.inPreview": "預覽中",
|
||
"common.inPreviewMode": "預覽中",
|
||
"common.inRunMode": "在運行模式中",
|
||
"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.needAnswerNode": "必須新增直接回覆節點",
|
||
"common.needConnectTip": "此節點尚未連接到其他節點",
|
||
"common.needOutputNode": "必須新增輸出節點",
|
||
"common.needStartNode": "至少必須新增一個起始節點",
|
||
"common.noHistory": "無歷史記錄",
|
||
"common.noVar": "沒有變數",
|
||
"common.notRunning": "尚未運行",
|
||
"common.onFailure": "失敗時",
|
||
"common.openInExplore": "在“探索”中打開",
|
||
"common.output": "輸出",
|
||
"common.overwriteAndImport": "覆蓋和導入",
|
||
"common.parallel": "並行",
|
||
"common.parallelTip.click.desc": "新增",
|
||
"common.parallelTip.click.title": "點擊",
|
||
"common.parallelTip.depthLimit": "並行嵌套層限制為 {{num}} 個層",
|
||
"common.parallelTip.drag.desc": "連接",
|
||
"common.parallelTip.drag.title": "拖動",
|
||
"common.parallelTip.limit": "並行度僅限於 {{num}} 個分支。",
|
||
"common.pasteHere": "粘貼到這裡",
|
||
"common.pointerMode": "指針模式",
|
||
"common.preview": "預覽",
|
||
"common.previewPlaceholder": "在下面的框中輸入內容開始測試聊天機器人",
|
||
"common.processData": "資料處理",
|
||
"common.publish": "發佈",
|
||
"common.publishUpdate": "發布更新",
|
||
"common.published": "已發佈",
|
||
"common.publishedAt": "發佈於",
|
||
"common.redo": "重做",
|
||
"common.restart": "重新開始",
|
||
"common.restore": "恢復",
|
||
"common.run": "測試運行",
|
||
"common.runAllTriggers": "執行所有觸發器",
|
||
"common.runApp": "運行",
|
||
"common.runHistory": "運行歷史",
|
||
"common.running": "運行中",
|
||
"common.searchVar": "搜索變數",
|
||
"common.setVarValuePlaceholder": "設置變數值",
|
||
"common.showRunHistory": "顯示運行歷史",
|
||
"common.syncingData": "同步資料,只需幾秒鐘。",
|
||
"common.tagBound": "使用此標籤的應用程式數量",
|
||
"common.undo": "復原",
|
||
"common.unpublished": "未發佈",
|
||
"common.update": "更新",
|
||
"common.variableNamePlaceholder": "變數名",
|
||
"common.versionHistory": "版本歷史",
|
||
"common.viewDetailInTracingPanel": "查看詳細信息",
|
||
"common.viewOnly": "只讀",
|
||
"common.viewRunHistory": "查看運行歷史",
|
||
"common.workflowAsTool": "發佈為工具",
|
||
"common.workflowAsToolDisabledHint": "發布最新的工作流程,並確保在將其配置為工具之前有一個已連接的使用者輸入節點。",
|
||
"common.workflowAsToolTip": "工作流更新後需要重新配置工具參數",
|
||
"common.workflowProcess": "工作流",
|
||
"customWebhook": "自訂 Webhook",
|
||
"debug.copyLastRun": "複製上一次運行",
|
||
"debug.copyLastRunError": "未能複製上一次運行的輸入",
|
||
"debug.lastOutput": "最後的輸出",
|
||
"debug.lastRunInputsCopied": "從上次運行複製的 {{count}} 個輸入",
|
||
"debug.lastRunTab": "最後一次運行",
|
||
"debug.noData.description": "上次運行的結果將顯示在這裡",
|
||
"debug.noData.runThisNode": "運行此節點",
|
||
"debug.noLastRunFound": "沒有找到之前的運行",
|
||
"debug.noMatchingInputsFound": "在上次運行中未找到匹配的輸入",
|
||
"debug.relations.dependencies": "依賴",
|
||
"debug.relations.dependenciesDescription": "此節點所依賴的其他節點",
|
||
"debug.relations.dependents": "被依賴",
|
||
"debug.relations.dependentsDescription": "依賴此節點的其他節點",
|
||
"debug.relations.noDependencies": "無依賴",
|
||
"debug.relations.noDependents": "無被依賴",
|
||
"debug.relationsTab": "關係",
|
||
"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.selectedTriggers": "已選觸發器",
|
||
"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.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.disabled": "開始 • 已停用",
|
||
"entryNodeStatus.enabled": "開始",
|
||
"env.envDescription": "環境變數可用於存儲私人信息和憑證。它們是唯讀的,並且可以在導出時與 DSL 文件分開。",
|
||
"env.envPanelButton": "新增變數",
|
||
"env.envPanelTitle": "環境變數",
|
||
"env.export.checkbox": "導出機密值",
|
||
"env.export.export": "導出帶有機密值的 DSL",
|
||
"env.export.ignore": "導出 DSL",
|
||
"env.export.title": "導出機密環境變數?",
|
||
"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": "環境值",
|
||
"error.operations.addingNodes": "新增節點",
|
||
"error.operations.connectingNodes": "連接節點",
|
||
"error.operations.modifyingWorkflow": "修改工作流程",
|
||
"error.operations.updatingWorkflow": "更新工作流程",
|
||
"error.startNodeRequired": "請先新增一個起始節點,再執行 {{operation}}",
|
||
"errorMsg.authRequired": "請先授權",
|
||
"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.noValidTool": "{{field}} 未選擇有效工具",
|
||
"errorMsg.rerankModelRequired": "在開啟 Rerank 模型之前,請在設置中確認模型配置成功。",
|
||
"errorMsg.startNodeRequired": "請先新增一個起始節點,再執行 {{operation}}",
|
||
"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.configureModel": "配置模型",
|
||
"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.maxIterations": "最大反覆運算次數",
|
||
"nodes.agent.model": "型",
|
||
"nodes.agent.modelNotInMarketplace.desc": "此模型是從 Local 或 GitHub 儲存庫安裝的。請在安裝後使用。",
|
||
"nodes.agent.modelNotInMarketplace.manageInPlugins": "在插件中管理",
|
||
"nodes.agent.modelNotInMarketplace.title": "未安裝模型",
|
||
"nodes.agent.modelNotInstallTooltip": "此模型未安裝",
|
||
"nodes.agent.modelNotSelected": "未選擇模型",
|
||
"nodes.agent.modelNotSupport.desc": "已安裝的插件版本不提供此模型。",
|
||
"nodes.agent.modelNotSupport.descForVersionSwitch": "已安裝的插件版本不提供此模型。按兩下以切換版本。",
|
||
"nodes.agent.modelNotSupport.title": "不支援的型號",
|
||
"nodes.agent.modelSelectorTooltips.deprecated": "此模型已棄用",
|
||
"nodes.agent.notAuthorized": "未授權",
|
||
"nodes.agent.outputVars.files.title": "代理生成的檔",
|
||
"nodes.agent.outputVars.files.transfer_method": "轉移方法。值為 remote_url 或 local_file",
|
||
"nodes.agent.outputVars.files.type": "支撐類型。現在僅支援鏡像",
|
||
"nodes.agent.outputVars.files.upload_file_id": "上傳檔 ID",
|
||
"nodes.agent.outputVars.files.url": "圖片網址",
|
||
"nodes.agent.outputVars.json": "代理生成的 JSON",
|
||
"nodes.agent.outputVars.text": "代理生成的內容",
|
||
"nodes.agent.outputVars.usage": "模型用量信息",
|
||
"nodes.agent.parameterSchema": "參數架構",
|
||
"nodes.agent.pluginInstaller.install": "安裝",
|
||
"nodes.agent.pluginInstaller.installing": "安裝",
|
||
"nodes.agent.pluginNotFoundDesc": "此插件是從 GitHub 安裝的。請前往插件 重新安裝",
|
||
"nodes.agent.pluginNotInstalled": "此插件未安裝",
|
||
"nodes.agent.pluginNotInstalledDesc": "此插件是從 GitHub 安裝的。請前往插件 重新安裝",
|
||
"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.toolNotAuthorizedTooltip": "{{工具}}未授權",
|
||
"nodes.agent.toolNotInstallTooltip": "{{tool}} 未安裝",
|
||
"nodes.agent.toolbox": "工具箱",
|
||
"nodes.agent.tools": "工具",
|
||
"nodes.agent.unsupportedStrategy": "不支援的策略",
|
||
"nodes.answer.answer": "回覆",
|
||
"nodes.answer.outputVars": "輸出變數",
|
||
"nodes.assigner.append": "附加",
|
||
"nodes.assigner.assignedVariable": "已分配變數",
|
||
"nodes.assigner.assignedVarsDescription": "分配的變數必須是可寫變數,例如對話變數。",
|
||
"nodes.assigner.clear": "清除",
|
||
"nodes.assigner.noAssignedVars": "沒有可用的已分配變數",
|
||
"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.over-write": "覆寫",
|
||
"nodes.assigner.plus": "加",
|
||
"nodes.assigner.selectAssignedVariable": "選擇配置的變數...",
|
||
"nodes.assigner.setParameter": "設定參數...",
|
||
"nodes.assigner.setVariable": "設定變數",
|
||
"nodes.assigner.varNotSet": "未設置變數",
|
||
"nodes.assigner.variable": "變數",
|
||
"nodes.assigner.variables": "變數",
|
||
"nodes.assigner.writeMode": "寫入模式",
|
||
"nodes.assigner.writeModeTip": "當已分配變數是陣列時,附加模式會新增到末尾。",
|
||
"nodes.code.advancedDependencies": "高級依賴",
|
||
"nodes.code.advancedDependenciesTip": "在這裡新增一些預加載需要消耗較多時間或非默認內置的依賴包",
|
||
"nodes.code.inputVars": "輸入變數",
|
||
"nodes.code.outputVars": "輸出變數",
|
||
"nodes.code.searchDependencies": "搜索依賴",
|
||
"nodes.code.syncFunctionSignature": "同步函數簽名至代碼",
|
||
"nodes.common.errorHandle.defaultValue.desc": "發生錯誤時,請指定靜態輸出內容。",
|
||
"nodes.common.errorHandle.defaultValue.inLog": "Node 異常,按照預設值輸出。",
|
||
"nodes.common.errorHandle.defaultValue.output": "輸出預設值",
|
||
"nodes.common.errorHandle.defaultValue.tip": "出錯時,將返回以下值。",
|
||
"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}} 個節點運行異常,請前往 tracing 查看日誌。",
|
||
"nodes.common.errorHandle.tip": "異常處理策略,當節點遇到異常時觸發。",
|
||
"nodes.common.errorHandle.title": "錯誤處理",
|
||
"nodes.common.inputVars": "輸入變數",
|
||
"nodes.common.insertVarTip": "插入變數",
|
||
"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.retry.maxRetries": "最大重試次數",
|
||
"nodes.common.retry.ms": "毫秒",
|
||
"nodes.common.retry.retries": "{{num}}重試",
|
||
"nodes.common.retry.retry": "重試",
|
||
"nodes.common.retry.retryFailed": "重試失敗",
|
||
"nodes.common.retry.retryFailedTimes": "{{times}} 次重試失敗",
|
||
"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.type": "輸出類型",
|
||
"nodes.end.output.variable": "輸出變數",
|
||
"nodes.end.outputs": "輸出",
|
||
"nodes.end.type.none": "無",
|
||
"nodes.end.type.plain-text": "純文本",
|
||
"nodes.end.type.structured": "結構化",
|
||
"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.bulkEdit": "批量編輯",
|
||
"nodes.http.curl.placeholder": "在此處粘貼 cURL 字串",
|
||
"nodes.http.curl.title": "從 cURL 導入",
|
||
"nodes.http.extractListPlaceholder": "輸入清單項索引,鍵入 『/』 插入變數",
|
||
"nodes.http.headers": "Headers",
|
||
"nodes.http.inputVars": "輸入變數",
|
||
"nodes.http.insertVarPlaceholder": "鍵入 '/' 鍵快速插入變數",
|
||
"nodes.http.key": "鍵",
|
||
"nodes.http.keyValueEdit": "鍵值編輯",
|
||
"nodes.http.notStartWithHttp": "API 應該以 http:// 或 https:// 開頭",
|
||
"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.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.not contains": "不包含",
|
||
"nodes.ifElse.comparisonOperator.not empty": "不為空",
|
||
"nodes.ifElse.comparisonOperator.not exists": "不存在",
|
||
"nodes.ifElse.comparisonOperator.not in": "不在",
|
||
"nodes.ifElse.comparisonOperator.not null": "不為空",
|
||
"nodes.ifElse.comparisonOperator.null": "空",
|
||
"nodes.ifElse.comparisonOperator.start with": "開始是",
|
||
"nodes.ifElse.conditionNotSetup": "條件未設置",
|
||
"nodes.ifElse.else": "Else",
|
||
"nodes.ifElse.elseDescription": "用於定義當 if 條件不滿足時應執行的邏輯。",
|
||
"nodes.ifElse.enterValue": "輸入值",
|
||
"nodes.ifElse.if": "If",
|
||
"nodes.ifElse.notSetVariable": "請先設置變數",
|
||
"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.embeddingModelIsInvalid": "嵌入模型無效",
|
||
"nodes.knowledgeBase.embeddingModelIsRequired": "需要嵌入模型",
|
||
"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.knowledgeRetrieval.queryVariable": "查詢變數",
|
||
"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.listFilter.selectVariableKeyPlaceholder": "Select sub variable key(選擇子變數鍵)",
|
||
"nodes.llm.addMessage": "新增消息",
|
||
"nodes.llm.context": "上下文",
|
||
"nodes.llm.contextTooltip": "您可以導入知識庫作為上下文",
|
||
"nodes.llm.files": "文件",
|
||
"nodes.llm.jsonSchema.addChildField": "新增子欄位",
|
||
"nodes.llm.jsonSchema.addField": "新增字段",
|
||
"nodes.llm.jsonSchema.apply": "申請",
|
||
"nodes.llm.jsonSchema.back": "返回",
|
||
"nodes.llm.jsonSchema.descriptionPlaceholder": "新增描述",
|
||
"nodes.llm.jsonSchema.doc": "了解更多有關結構化輸出的資訊",
|
||
"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.showAdvancedOptions": "顯示進階選項",
|
||
"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.separated": "分開思考標籤",
|
||
"nodes.llm.reasoningFormat.tagged": "保持思考標籤",
|
||
"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.variables": "變數",
|
||
"nodes.llm.vision": "視覺",
|
||
"nodes.loop.ErrorMethod.continueOnError": "繼續出錯",
|
||
"nodes.loop.ErrorMethod.operationTerminated": "終止",
|
||
"nodes.loop.ErrorMethod.removeAbnormalOutput": "移除異常輸出",
|
||
"nodes.loop.breakCondition": "迴圈終止條件",
|
||
"nodes.loop.breakConditionTip": "只有在具有終止條件的循環內和對話變數中,才能引用變數。",
|
||
"nodes.loop.comma": ",",
|
||
"nodes.loop.currentLoop": "電流迴路",
|
||
"nodes.loop.currentLoopCount": "當前循環次數:{{count}}",
|
||
"nodes.loop.deleteDesc": "刪除循環節點將移除所有子節點",
|
||
"nodes.loop.deleteTitle": "刪除循環節點嗎?",
|
||
"nodes.loop.errorResponseMethod": "錯誤回應方法",
|
||
"nodes.loop.error_one": "{{count}} 錯誤",
|
||
"nodes.loop.error_other": "{{count}} 錯誤",
|
||
"nodes.loop.exitConditionTip": "循環節點至少需要一個退出條件",
|
||
"nodes.loop.finalLoopVariables": "最後迴圈變數",
|
||
"nodes.loop.initialLoopVariables": "初始迴圈變數",
|
||
"nodes.loop.input": "輸入",
|
||
"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.output": "輸出變數",
|
||
"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.reasoningModeTip": "你可以根據模型對於 Function calling 或 Prompt 的指令響應能力選擇合適的推理模式",
|
||
"nodes.questionClassifiers.addClass": "新增分類",
|
||
"nodes.questionClassifiers.advancedSetting": "高級設置",
|
||
"nodes.questionClassifiers.class": "分類",
|
||
"nodes.questionClassifiers.classNamePlaceholder": "輸入你的分類名稱",
|
||
"nodes.questionClassifiers.inputVars": "輸入變數",
|
||
"nodes.questionClassifiers.instruction": "指令",
|
||
"nodes.questionClassifiers.instructionPlaceholder": "在這裡輸入你的指令",
|
||
"nodes.questionClassifiers.instructionTip": "你可以輸入額外的附加指令,幫助問題分類器更好的理解如何分類",
|
||
"nodes.questionClassifiers.model": "模型",
|
||
"nodes.questionClassifiers.outputVars.className": "分類名稱",
|
||
"nodes.questionClassifiers.outputVars.usage": "模型用量信息",
|
||
"nodes.questionClassifiers.topicName": "主題內容",
|
||
"nodes.questionClassifiers.topicPlaceholder": "在這裡輸入你的主題內容",
|
||
"nodes.start.builtInVar": "內置變數",
|
||
"nodes.start.inputField": "輸入字段",
|
||
"nodes.start.noVarTip": "設置的輸入可在工作流程中使用",
|
||
"nodes.start.outputVars.files": "文件列表",
|
||
"nodes.start.outputVars.memories.content": "消息內容",
|
||
"nodes.start.outputVars.memories.des": "會話歷史",
|
||
"nodes.start.outputVars.memories.type": "消息類型",
|
||
"nodes.start.outputVars.query": "用戶輸入",
|
||
"nodes.start.required": "必填",
|
||
"nodes.templateTransform.code": "模板程式碼",
|
||
"nodes.templateTransform.codeSupportTip": "只支持 Jinja2",
|
||
"nodes.templateTransform.inputVars": "輸入變數",
|
||
"nodes.templateTransform.outputVars.output": "轉換後內容",
|
||
"nodes.tool.authorize": "授權",
|
||
"nodes.tool.inputVars": "輸入變數",
|
||
"nodes.tool.insertPlaceholder1": "輸入或按壓",
|
||
"nodes.tool.insertPlaceholder2": "插入變數",
|
||
"nodes.tool.outputVars.files.title": "工具生成的文件",
|
||
"nodes.tool.outputVars.files.transfer_method": "傳輸方式。值為 remote_url 或 local_file",
|
||
"nodes.tool.outputVars.files.type": "支持類型。現在只支持圖片",
|
||
"nodes.tool.outputVars.files.upload_file_id": "上傳文件 ID",
|
||
"nodes.tool.outputVars.files.url": "圖片鏈接",
|
||
"nodes.tool.outputVars.json": "工具生成的 JSON",
|
||
"nodes.tool.outputVars.text": "工具生成的內容",
|
||
"nodes.tool.settings": "設定",
|
||
"nodes.triggerPlugin.addSubscription": "新增訂閱",
|
||
"nodes.triggerPlugin.apiKeyConfigured": "API 金鑰設定成功",
|
||
"nodes.triggerPlugin.apiKeyDescription": "配置 API 金鑰憑證以進行身份驗證",
|
||
"nodes.triggerPlugin.authenticationFailed": "驗證失敗",
|
||
"nodes.triggerPlugin.authenticationSuccess": "驗證成功",
|
||
"nodes.triggerPlugin.authorized": "已授權",
|
||
"nodes.triggerPlugin.availableSubscriptions": "可用訂閱",
|
||
"nodes.triggerPlugin.configuration": "配置",
|
||
"nodes.triggerPlugin.configurationComplete": "配置完成",
|
||
"nodes.triggerPlugin.configurationCompleteDescription": "您的觸發器已成功配置",
|
||
"nodes.triggerPlugin.configurationCompleteMessage": "您的觸發器配置現已完成並可使用。",
|
||
"nodes.triggerPlugin.configurationFailed": "配置失敗",
|
||
"nodes.triggerPlugin.configureApiKey": "配置 API 金鑰",
|
||
"nodes.triggerPlugin.configureOAuthClient": "配置 OAuth 客戶端",
|
||
"nodes.triggerPlugin.configureParameters": "配置參數",
|
||
"nodes.triggerPlugin.credentialVerificationFailed": "憑證驗證失敗",
|
||
"nodes.triggerPlugin.credentialsVerified": "憑證驗證成功",
|
||
"nodes.triggerPlugin.error": "錯誤",
|
||
"nodes.triggerPlugin.failedToStart": "啟動驗證流程失敗",
|
||
"nodes.triggerPlugin.noConfigurationRequired": "此觸發器無需額外配置。",
|
||
"nodes.triggerPlugin.notAuthorized": "未被授權",
|
||
"nodes.triggerPlugin.notConfigured": "未設定",
|
||
"nodes.triggerPlugin.oauthClientDescription": "配置 OAuth 客戶端憑證以啟用身份驗證",
|
||
"nodes.triggerPlugin.oauthClientSaved": "OAuth 用戶端設定已成功儲存",
|
||
"nodes.triggerPlugin.oauthConfigFailed": "OAuth 配置失敗",
|
||
"nodes.triggerPlugin.or": "或",
|
||
"nodes.triggerPlugin.parameters": "參數",
|
||
"nodes.triggerPlugin.parametersDescription": "配置觸發器參數和屬性",
|
||
"nodes.triggerPlugin.properties": "屬性",
|
||
"nodes.triggerPlugin.propertiesDescription": "此觸發器的額外配置屬性",
|
||
"nodes.triggerPlugin.remove": "移除",
|
||
"nodes.triggerPlugin.removeSubscription": "取消訂閱",
|
||
"nodes.triggerPlugin.selectSubscription": "選擇訂閱",
|
||
"nodes.triggerPlugin.subscriptionName": "訂閱名稱",
|
||
"nodes.triggerPlugin.subscriptionNameDescription": "為此觸發器訂閱輸入一個唯一名稱",
|
||
"nodes.triggerPlugin.subscriptionNamePlaceholder": "輸入訂閱名稱...",
|
||
"nodes.triggerPlugin.subscriptionNameRequired": "需要訂閱名稱",
|
||
"nodes.triggerPlugin.subscriptionRemoved": "訂閱已成功移除",
|
||
"nodes.triggerPlugin.subscriptionRequired": "需要訂閱",
|
||
"nodes.triggerPlugin.useApiKey": "使用 API 金鑰",
|
||
"nodes.triggerPlugin.useOAuth": "使用 OAuth",
|
||
"nodes.triggerPlugin.verifyAndContinue": "驗證並繼續",
|
||
"nodes.triggerSchedule.cronExpression": "Cron 表達式",
|
||
"nodes.triggerSchedule.days": "天",
|
||
"nodes.triggerSchedule.executeNow": "立即執行",
|
||
"nodes.triggerSchedule.executionTime": "執行時間",
|
||
"nodes.triggerSchedule.executionTimeCalculationError": "無法計算執行時間",
|
||
"nodes.triggerSchedule.executionTimeMustBeFuture": "執行時間必須在未來",
|
||
"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.hours": "小時",
|
||
"nodes.triggerSchedule.invalidCronExpression": "無效的 cron 表達式",
|
||
"nodes.triggerSchedule.invalidExecutionTime": "無效的執行時間",
|
||
"nodes.triggerSchedule.invalidFrequency": "無效頻率",
|
||
"nodes.triggerSchedule.invalidMonthlyDay": "每月日期必須在 1 到 31 之間或為「最後一天」",
|
||
"nodes.triggerSchedule.invalidOnMinute": "分鐘必須介於 0 到 59 之間",
|
||
"nodes.triggerSchedule.invalidStartTime": "開始時間無效",
|
||
"nodes.triggerSchedule.invalidTimeFormat": "時間格式無效(預期為 HH:MM AM/PM)",
|
||
"nodes.triggerSchedule.invalidTimezone": "無效的時區",
|
||
"nodes.triggerSchedule.invalidWeekday": "無效的星期日:{{weekday}}",
|
||
"nodes.triggerSchedule.lastDay": "最後一天",
|
||
"nodes.triggerSchedule.lastDayTooltip": "並非所有月份都有31天。使用「最後一天」選項來選擇每個月的最後一天。",
|
||
"nodes.triggerSchedule.minutes": "分鐘",
|
||
"nodes.triggerSchedule.mode": "時尚",
|
||
"nodes.triggerSchedule.modeCron": "排程程式",
|
||
"nodes.triggerSchedule.modeVisual": "視覺的",
|
||
"nodes.triggerSchedule.monthlyDay": "每月日",
|
||
"nodes.triggerSchedule.nextExecution": "下一次執行",
|
||
"nodes.triggerSchedule.nextExecutionTime": "下一次執行時間",
|
||
"nodes.triggerSchedule.nextExecutionTimes": "接下來的 5 次執行時間",
|
||
"nodes.triggerSchedule.noValidExecutionTime": "無法計算有效的執行時間",
|
||
"nodes.triggerSchedule.nodeTitle": "排程觸發",
|
||
"nodes.triggerSchedule.notConfigured": "未配置",
|
||
"nodes.triggerSchedule.onMinute": "在一分鐘內",
|
||
"nodes.triggerSchedule.selectDateTime": "選擇日期和時間",
|
||
"nodes.triggerSchedule.selectFrequency": "選擇頻率",
|
||
"nodes.triggerSchedule.selectTime": "選擇時間",
|
||
"nodes.triggerSchedule.startTime": "開始時間",
|
||
"nodes.triggerSchedule.startTimeMustBeFuture": "開始時間必須是未來的時間",
|
||
"nodes.triggerSchedule.time": "時間",
|
||
"nodes.triggerSchedule.timezone": "時區",
|
||
"nodes.triggerSchedule.title": "時間表",
|
||
"nodes.triggerSchedule.useCronExpression": "使用 cron 表達式",
|
||
"nodes.triggerSchedule.useVisualPicker": "使用視覺選擇器",
|
||
"nodes.triggerSchedule.visualConfig": "視覺配置",
|
||
"nodes.triggerSchedule.weekdays": "平日",
|
||
"nodes.triggerWebhook.addHeader": "添加",
|
||
"nodes.triggerWebhook.addParameter": "添加",
|
||
"nodes.triggerWebhook.asyncMode": "非同步模式",
|
||
"nodes.triggerWebhook.configPlaceholder": "Webhook 觸發配置將在此實施",
|
||
"nodes.triggerWebhook.contentType": "內容類型",
|
||
"nodes.triggerWebhook.copy": "複製",
|
||
"nodes.triggerWebhook.debugUrlCopied": "已複製!",
|
||
"nodes.triggerWebhook.debugUrlCopy": "點擊複製",
|
||
"nodes.triggerWebhook.debugUrlPrivateAddressWarning": "此 URL 似乎是內部位址,可能會導致 webhook 請求失敗。您可以將 TRIGGER_URL 更改為公開位址。",
|
||
"nodes.triggerWebhook.debugUrlTitle": "在測試運行中,請始終使用此 URL",
|
||
"nodes.triggerWebhook.errorHandling": "錯誤處理",
|
||
"nodes.triggerWebhook.errorStrategy": "錯誤處理",
|
||
"nodes.triggerWebhook.generate": "生成",
|
||
"nodes.triggerWebhook.headerParameters": "標頭參數",
|
||
"nodes.triggerWebhook.headers": "標題",
|
||
"nodes.triggerWebhook.method": "方法",
|
||
"nodes.triggerWebhook.noBodyParameters": "未配置任何正文參數",
|
||
"nodes.triggerWebhook.noHeaders": "未配置標頭",
|
||
"nodes.triggerWebhook.noParameters": "未設定任何參數",
|
||
"nodes.triggerWebhook.noQueryParameters": "未配置查詢參數",
|
||
"nodes.triggerWebhook.nodeTitle": "🔗 網路鉤子觸發",
|
||
"nodes.triggerWebhook.parameterName": "變數名稱",
|
||
"nodes.triggerWebhook.queryParameters": "查詢參數",
|
||
"nodes.triggerWebhook.requestBodyParameters": "請求主體參數",
|
||
"nodes.triggerWebhook.required": "必填",
|
||
"nodes.triggerWebhook.responseBody": "回應正文",
|
||
"nodes.triggerWebhook.responseBodyPlaceholder": "在這裡撰寫您的回覆內容",
|
||
"nodes.triggerWebhook.responseConfiguration": "回應",
|
||
"nodes.triggerWebhook.statusCode": "狀態碼",
|
||
"nodes.triggerWebhook.test": "測試",
|
||
"nodes.triggerWebhook.title": "Webhook 觸發",
|
||
"nodes.triggerWebhook.urlCopied": "URL 已複製到剪貼簿",
|
||
"nodes.triggerWebhook.urlGenerated": "Webhook URL 已成功生成",
|
||
"nodes.triggerWebhook.urlGenerationFailed": "無法生成網絡掛鉤 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.outputType": "輸出類型",
|
||
"nodes.variableAssigner.outputVars.varDescribe": "{{groupName}}的輸出變數",
|
||
"nodes.variableAssigner.setAssignVariable": "設置賦值變數",
|
||
"nodes.variableAssigner.title": "變數賦值",
|
||
"nodes.variableAssigner.type.array": "Array",
|
||
"nodes.variableAssigner.type.number": "Number",
|
||
"nodes.variableAssigner.type.object": "Object",
|
||
"nodes.variableAssigner.type.string": "String",
|
||
"nodes.variableAssigner.varNotSet": "未設置變數",
|
||
"onboarding.aboutStartNode": "關於起始節點。",
|
||
"onboarding.back": "返回",
|
||
"onboarding.description": "不同的起始節點有不同的能力。別擔心,你之後總是可以更改它們。",
|
||
"onboarding.escTip.key": "取消",
|
||
"onboarding.escTip.press": "新聞媒體",
|
||
"onboarding.escTip.toDismiss": "解僱",
|
||
"onboarding.learnMore": "了解更多",
|
||
"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.vertical": "垂直",
|
||
"operator.zoomIn": "放大",
|
||
"operator.zoomOut": "縮小",
|
||
"operator.zoomTo100": "放大到 100%",
|
||
"operator.zoomTo50": "縮放到 50%",
|
||
"operator.zoomToFit": "自適應視圖",
|
||
"panel.about": "關於",
|
||
"panel.addNextStep": "新增此工作流程中的下一個節點",
|
||
"panel.change": "更改",
|
||
"panel.changeBlock": "更改節點",
|
||
"panel.checklist": "檢查清單",
|
||
"panel.checklistResolved": "所有問題均已解決",
|
||
"panel.checklistTip": "發佈前確保所有問題均已解決",
|
||
"panel.createdBy": "作者",
|
||
"panel.goTo": "前往",
|
||
"panel.helpLink": "查看幫助文件",
|
||
"panel.maximize": "最大化畫布",
|
||
"panel.minimize": "退出全螢幕",
|
||
"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.preparingDataSource": "準備資料來源",
|
||
"singleRun.reRun": "重新運行",
|
||
"singleRun.running": "運行中",
|
||
"singleRun.startRun": "開始運行",
|
||
"singleRun.testRun": "測試運行",
|
||
"singleRun.testRunIteration": "測試運行迭代",
|
||
"tabs.addAll": "全部新增",
|
||
"tabs.agent": "代理策略",
|
||
"tabs.allAdded": "所有已新增的",
|
||
"tabs.allTool": "全部",
|
||
"tabs.allTriggers": "所有觸發器",
|
||
"tabs.blocks": "節點",
|
||
"tabs.customTool": "自定義",
|
||
"tabs.featuredTools": "精選",
|
||
"tabs.hideActions": "隱藏工具",
|
||
"tabs.installed": "已安裝",
|
||
"tabs.logic": "邏輯",
|
||
"tabs.noFeaturedPlugins": "前往 Marketplace 查看更多工具",
|
||
"tabs.noFeaturedTriggers": "前往 Marketplace 查看更多觸發器",
|
||
"tabs.noPluginsFound": "未找到任何插件",
|
||
"tabs.noResult": "未找到匹配項",
|
||
"tabs.plugin": "插件",
|
||
"tabs.pluginByAuthor": "由 {{author}}",
|
||
"tabs.question-understand": "問題理解",
|
||
"tabs.requestToCommunity": "對社群的請求",
|
||
"tabs.searchBlock": "搜索節點",
|
||
"tabs.searchDataSource": "搜尋資料來源",
|
||
"tabs.searchTool": "搜索工具",
|
||
"tabs.searchTrigger": "搜尋觸發器...",
|
||
"tabs.showLessFeatured": "顯示較少",
|
||
"tabs.showMoreFeatured": "顯示更多",
|
||
"tabs.sources": "來源",
|
||
"tabs.start": "開始",
|
||
"tabs.startDisabledTip": "觸發節點與使用者輸入節點是互斥的。",
|
||
"tabs.tools": "工具",
|
||
"tabs.transform": "轉換",
|
||
"tabs.usePlugin": "選取工具",
|
||
"tabs.utilities": "工具",
|
||
"tabs.workflowTool": "工作流",
|
||
"tracing.stopBy": "由{{user}}終止",
|
||
"triggerStatus.disabled": "觸發器 • 已停用",
|
||
"triggerStatus.enabled": "觸發",
|
||
"variableReference.assignedVarsDescription": "分配的變數必須是可寫變數,例如",
|
||
"variableReference.conversationVars": "對話變數",
|
||
"variableReference.noAssignedVars": "沒有可用的已分配變數",
|
||
"variableReference.noAvailableVars": "無可用變數",
|
||
"variableReference.noVarsForOperation": "所選操作沒有可用於賦值的變數。",
|
||
"versionHistory.action.copyIdSuccess": "ID 已複製到剪貼板",
|
||
"versionHistory.action.deleteFailure": "無法刪除版本",
|
||
"versionHistory.action.deleteSuccess": "版本已刪除",
|
||
"versionHistory.action.restoreFailure": "無法恢復版本",
|
||
"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.nameThisVersion": "給這個版本命名",
|
||
"versionHistory.releaseNotesPlaceholder": "描述發生了什麼變化",
|
||
"versionHistory.restorationTip": "版本恢復後,當前草稿將被覆蓋。",
|
||
"versionHistory.title": "版本"
|
||
}
|