lobehub/locales/zh-TW/plugin.json
Arvin Xu d8deaddedd
feat: add work path for local system (#11128)
*  feat: support to show working dir

* fix style

* update docs

* update topic

* refactor to use chat config

* inject working Directory

* update i18n

* fix tests
2026-01-03 16:22:22 +08:00

470 lines
29 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.

{
"arguments.title": "參數清單",
"builtins.lobe-agent-builder.apiName.getAvailableModels": "取得可用模型",
"builtins.lobe-agent-builder.apiName.getAvailableTools": "取得可用工具",
"builtins.lobe-agent-builder.apiName.getConfig": "取得設定",
"builtins.lobe-agent-builder.apiName.getMeta": "取得中繼資料",
"builtins.lobe-agent-builder.apiName.getPrompt": "取得系統提示詞",
"builtins.lobe-agent-builder.apiName.searchMarketTools": "搜尋外掛市集",
"builtins.lobe-agent-builder.apiName.searchOfficialTools": "搜尋官方工具",
"builtins.lobe-agent-builder.apiName.setModel": "設定模型",
"builtins.lobe-agent-builder.apiName.setOpeningMessage": "設定開場訊息",
"builtins.lobe-agent-builder.apiName.setOpeningQuestions": "設定開場問題",
"builtins.lobe-agent-builder.apiName.togglePlugin": "切換外掛",
"builtins.lobe-agent-builder.apiName.updateChatConfig": "更新對話設定",
"builtins.lobe-agent-builder.apiName.updateConfig": "更新設定",
"builtins.lobe-agent-builder.apiName.updateMeta": "更新中繼資料",
"builtins.lobe-agent-builder.apiName.updatePrompt": "更新系統提示詞",
"builtins.lobe-agent-builder.title": "Agent 建構器",
"builtins.lobe-cloud-sandbox.apiName.editLocalFile": "編輯檔案",
"builtins.lobe-cloud-sandbox.apiName.executeCode": "執行程式碼",
"builtins.lobe-cloud-sandbox.apiName.exportFile": "匯出檔案",
"builtins.lobe-cloud-sandbox.apiName.getCommandOutput": "取得指令輸出",
"builtins.lobe-cloud-sandbox.apiName.globLocalFiles": "全域搜尋檔案",
"builtins.lobe-cloud-sandbox.apiName.grepContent": "搜尋內容",
"builtins.lobe-cloud-sandbox.apiName.killCommand": "終止指令",
"builtins.lobe-cloud-sandbox.apiName.listLocalFiles": "列出檔案",
"builtins.lobe-cloud-sandbox.apiName.moveLocalFiles": "移動檔案",
"builtins.lobe-cloud-sandbox.apiName.readLocalFile": "讀取檔案內容",
"builtins.lobe-cloud-sandbox.apiName.renameLocalFile": "重新命名",
"builtins.lobe-cloud-sandbox.apiName.runCommand": "執行指令",
"builtins.lobe-cloud-sandbox.apiName.searchLocalFiles": "搜尋檔案",
"builtins.lobe-cloud-sandbox.apiName.writeLocalFile": "寫入檔案",
"builtins.lobe-cloud-sandbox.title": "雲端沙盒",
"builtins.lobe-group-agent-builder.apiName.getAvailableModels": "取得可用模型",
"builtins.lobe-group-agent-builder.apiName.installPlugin": "安裝外掛",
"builtins.lobe-group-agent-builder.apiName.inviteAgent": "邀請成員",
"builtins.lobe-group-agent-builder.apiName.removeAgent": "移除成員",
"builtins.lobe-group-agent-builder.apiName.searchMarketTools": "搜尋外掛市集",
"builtins.lobe-group-agent-builder.apiName.updateAgentConfig": "更新代理設定",
"builtins.lobe-group-agent-builder.apiName.updatePrompt": "更新系統提示詞",
"builtins.lobe-group-agent-builder.title": "群組代理建構器",
"builtins.lobe-group-management.apiName.broadcast": "所有人發言",
"builtins.lobe-group-management.apiName.createAgent": "新增團隊成員",
"builtins.lobe-group-management.apiName.createWorkflow": "規劃工作流程",
"builtins.lobe-group-management.apiName.executeTask": "執行任務",
"builtins.lobe-group-management.apiName.getAgentInfo": "取得成員資訊",
"builtins.lobe-group-management.apiName.interrupt": "中斷任務",
"builtins.lobe-group-management.apiName.inviteAgent": "邀請成員",
"builtins.lobe-group-management.apiName.removeAgent": "移除成員",
"builtins.lobe-group-management.apiName.searchAgent": "尋找相關專家",
"builtins.lobe-group-management.apiName.speak": "指定成員發言",
"builtins.lobe-group-management.apiName.summarize": "總結對話",
"builtins.lobe-group-management.apiName.vote": "發起投票",
"builtins.lobe-group-management.inspector.broadcast.title": "以下代理人發言:",
"builtins.lobe-group-management.inspector.speak.title": "指定代理人發言:",
"builtins.lobe-group-management.title": "協調團隊",
"builtins.lobe-gtd.apiName.clearTodos": "清除待辦",
"builtins.lobe-gtd.apiName.clearTodos.modeAll": "全部",
"builtins.lobe-gtd.apiName.clearTodos.modeCompleted": "已完成",
"builtins.lobe-gtd.apiName.clearTodos.result": "清除<mode>{{mode}}</mode>待辦事項",
"builtins.lobe-gtd.apiName.completeTodos": "完成待辦",
"builtins.lobe-gtd.apiName.createPlan": "建立計劃",
"builtins.lobe-gtd.apiName.createPlan.result": "建立計畫:<goal>{{goal}}</goal>",
"builtins.lobe-gtd.apiName.createTodos": "建立待辦",
"builtins.lobe-gtd.apiName.execTask": "執行任務",
"builtins.lobe-gtd.apiName.execTask.result": "執行:<desc>{{description}}</desc>",
"builtins.lobe-gtd.apiName.execTasks": "執行多項任務",
"builtins.lobe-gtd.apiName.removeTodos": "刪除待辦",
"builtins.lobe-gtd.apiName.updatePlan": "更新計劃",
"builtins.lobe-gtd.apiName.updatePlan.completed": "已完成",
"builtins.lobe-gtd.apiName.updatePlan.modified": "已修改",
"builtins.lobe-gtd.apiName.updateTodos": "更新待辦",
"builtins.lobe-gtd.title": "GTD 工具",
"builtins.lobe-knowledge-base.apiName.readKnowledge": "讀取資源庫內容",
"builtins.lobe-knowledge-base.apiName.searchKnowledgeBase": "搜尋資源庫",
"builtins.lobe-knowledge-base.inspector.andMoreFiles": "還有 {{count}} 個檔案",
"builtins.lobe-knowledge-base.inspector.noResults": "沒有結果",
"builtins.lobe-knowledge-base.title": "資源庫",
"builtins.lobe-local-system.apiName.editLocalFile": "編輯檔案",
"builtins.lobe-local-system.apiName.getCommandOutput": "取得程式碼輸出",
"builtins.lobe-local-system.apiName.globLocalFiles": "匹配搜尋檔案",
"builtins.lobe-local-system.apiName.grepContent": "搜尋內容",
"builtins.lobe-local-system.apiName.killCommand": "終止程式碼執行",
"builtins.lobe-local-system.apiName.listLocalFiles": "查看檔案清單",
"builtins.lobe-local-system.apiName.moveLocalFiles": "移動檔案",
"builtins.lobe-local-system.apiName.readLocalFile": "讀取檔案內容",
"builtins.lobe-local-system.apiName.renameLocalFile": "重新命名",
"builtins.lobe-local-system.apiName.runCommand": "執行程式碼",
"builtins.lobe-local-system.apiName.searchLocalFiles": "搜尋檔案",
"builtins.lobe-local-system.apiName.writeLocalFile": "寫入檔案",
"builtins.lobe-local-system.inspector.noResults": "沒有結果",
"builtins.lobe-local-system.inspector.rename.result": "<old>{{oldName}}</old> → <new>{{newName}}</new>",
"builtins.lobe-local-system.title": "本機系統",
"builtins.lobe-page-agent.apiName.batchUpdate": "批次更新節點",
"builtins.lobe-page-agent.apiName.compareSnapshots": "比較快照",
"builtins.lobe-page-agent.apiName.convertToList": "轉換為清單",
"builtins.lobe-page-agent.apiName.createNode": "建立節點",
"builtins.lobe-page-agent.apiName.cropImage": "裁剪圖片",
"builtins.lobe-page-agent.apiName.deleteNode": "刪除節點",
"builtins.lobe-page-agent.apiName.deleteSnapshot": "刪除快照",
"builtins.lobe-page-agent.apiName.deleteTableColumn": "刪除表格欄",
"builtins.lobe-page-agent.apiName.deleteTableRow": "刪除表格列",
"builtins.lobe-page-agent.apiName.duplicateNode": "複製節點",
"builtins.lobe-page-agent.apiName.editTitle": "重新命名頁面標題",
"builtins.lobe-page-agent.apiName.editTitle.result": "標題重新命名為「<title>{{title}}</title>」",
"builtins.lobe-page-agent.apiName.getPageContent": "取得文件結構",
"builtins.lobe-page-agent.apiName.indentListItem": "縮排清單項目",
"builtins.lobe-page-agent.apiName.initPage": "開始撰寫內容",
"builtins.lobe-page-agent.apiName.initPage.chars": " 字元",
"builtins.lobe-page-agent.apiName.initPage.creating": "正在建立文件",
"builtins.lobe-page-agent.apiName.initPage.lines": " 行",
"builtins.lobe-page-agent.apiName.initPage.result": "文件已建立",
"builtins.lobe-page-agent.apiName.insertTableColumn": "插入表格欄",
"builtins.lobe-page-agent.apiName.insertTableRow": "插入表格列",
"builtins.lobe-page-agent.apiName.listSnapshots": "列出快照",
"builtins.lobe-page-agent.apiName.mergeNodes": "合併節點",
"builtins.lobe-page-agent.apiName.modifyNodes": "修改文件",
"builtins.lobe-page-agent.apiName.modifyNodes.addNodes": "補充內容",
"builtins.lobe-page-agent.apiName.modifyNodes.deleteNodes": "刪除內容",
"builtins.lobe-page-agent.apiName.modifyNodes.init": "準備修改",
"builtins.lobe-page-agent.apiName.modifyNodes.result": "+{{insert}} / ~{{modify}} / -{{remove}}",
"builtins.lobe-page-agent.apiName.moveNode": "移動節點",
"builtins.lobe-page-agent.apiName.outdentListItem": "取消縮排清單項目",
"builtins.lobe-page-agent.apiName.replaceText": "取代文字",
"builtins.lobe-page-agent.apiName.replaceText.count": "已取代 {{count}} 項",
"builtins.lobe-page-agent.apiName.replaceText.empty": "(空)",
"builtins.lobe-page-agent.apiName.replaceText.init": "準備取代",
"builtins.lobe-page-agent.apiName.resizeImage": "調整圖片大小",
"builtins.lobe-page-agent.apiName.restoreSnapshot": "還原快照",
"builtins.lobe-page-agent.apiName.rotateImage": "旋轉圖片",
"builtins.lobe-page-agent.apiName.saveSnapshot": "儲存快照",
"builtins.lobe-page-agent.apiName.setImageAlt": "設定圖片替代文字",
"builtins.lobe-page-agent.apiName.splitNode": "拆分節點",
"builtins.lobe-page-agent.apiName.toggleListType": "切換清單類型",
"builtins.lobe-page-agent.apiName.unwrapNode": "解開節點",
"builtins.lobe-page-agent.apiName.updateNode": "更新節點",
"builtins.lobe-page-agent.apiName.wrapNodes": "包裝節點",
"builtins.lobe-page-agent.title": "文件",
"builtins.lobe-user-memory.apiName.addContextMemory": "新增情境記憶",
"builtins.lobe-user-memory.apiName.addExperienceMemory": "新增經驗記憶",
"builtins.lobe-user-memory.apiName.addIdentityMemory": "新增身份記憶",
"builtins.lobe-user-memory.apiName.addPreferenceMemory": "新增偏好記憶",
"builtins.lobe-user-memory.apiName.removeIdentityMemory": "刪除身份記憶",
"builtins.lobe-user-memory.apiName.searchUserMemory": "搜尋記憶",
"builtins.lobe-user-memory.apiName.updateIdentityMemory": "更新身份記憶",
"builtins.lobe-user-memory.title": "記憶",
"builtins.lobe-web-browsing.apiName.crawlMultiPages": "讀取多個頁面內容",
"builtins.lobe-web-browsing.apiName.crawlSinglePage": "讀取頁面內容",
"builtins.lobe-web-browsing.apiName.search": "搜尋頁面",
"builtins.lobe-web-browsing.inspector.noResults": "沒有結果",
"builtins.lobe-web-browsing.title": "網路搜尋",
"confirm": "確定",
"debug.arguments": "調用參數",
"debug.function_call": "函數調用",
"debug.intervention": "技能介入",
"debug.off": "關閉調試",
"debug.on": "查看插件調用信息",
"debug.payload": "插件載荷",
"debug.pluginState": "外掛狀態",
"debug.response": "返回結果",
"debug.title": "插件詳情",
"debug.tool_call": "工具調用請求",
"detailModal.customPlugin.description": "請前往編輯頁面查看詳情",
"detailModal.customPlugin.editBtn": "立即編輯",
"detailModal.customPlugin.title": "這是一個自定義插件",
"detailModal.emptyState.description": "請先安裝此插件,以查看插件能力和配置選項",
"detailModal.emptyState.title": "安裝後查看插件詳情",
"detailModal.info.description": "API 描述",
"detailModal.info.name": "API 名稱",
"detailModal.tabs.info": "插件能力",
"detailModal.tabs.manifest": "安裝文件",
"detailModal.tabs.settings": "設置",
"detailModal.title": "插件詳情",
"dev.confirmDeleteDevPlugin": "即將刪除該本地插件,刪除後將無法找回,是否刪除該插件?",
"dev.customParams.useProxy.label": "通過代理安裝(如遇到跨域訪問錯誤,可嘗試開啟該選項後重新安裝)",
"dev.deleteSuccess": "插件刪除成功",
"dev.manifest.identifier.desc": "插件的唯一標識",
"dev.manifest.identifier.label": "標識符",
"dev.manifest.mode.mcp": "MCP 插件",
"dev.manifest.mode.mcpExp": "實驗性",
"dev.manifest.mode.url": "線上連結",
"dev.manifest.name.desc": "插件標題",
"dev.manifest.name.label": "標題",
"dev.manifest.name.placeholder": "搜尋引擎",
"dev.mcp.advanced.title": "高級設置",
"dev.mcp.args.desc": "傳遞給執行命令的參數列表,一般在這裡輸入 MCP 伺服器名稱,或啟動腳本路徑",
"dev.mcp.args.label": "命令參數",
"dev.mcp.args.placeholder": "例如mcp-hello-world",
"dev.mcp.args.required": "請輸入啟動參數",
"dev.mcp.auth.bear": "API Key",
"dev.mcp.auth.desc": "選擇 MCP 伺服器的認證方式",
"dev.mcp.auth.label": "認證類型",
"dev.mcp.auth.none": "無需認證",
"dev.mcp.auth.placeholder": "請選擇認證類型",
"dev.mcp.auth.token.desc": "輸入你的 API Key 或 Bearer Token",
"dev.mcp.auth.token.label": "API Key",
"dev.mcp.auth.token.placeholder": "sk-xxxxx",
"dev.mcp.auth.token.required": "請輸入認證令牌",
"dev.mcp.avatar.label": "插件圖示",
"dev.mcp.command.desc": "用於啟動 MCP STDIO Server 的可執行檔或腳本",
"dev.mcp.command.label": "命令",
"dev.mcp.command.placeholder": "例如npx / uv / docker 等",
"dev.mcp.command.required": "請輸入啟動命令",
"dev.mcp.desc.desc": "添加插件的描述說明",
"dev.mcp.desc.label": "插件描述",
"dev.mcp.desc.placeholder": "補充該插件的使用說明和場景等資訊",
"dev.mcp.endpoint.desc": "輸入你的 MCP Streamable HTTP Server 的地址",
"dev.mcp.endpoint.label": "MCP Endpoint URL",
"dev.mcp.env.add": "新增一行",
"dev.mcp.env.desc": "輸入你的 MCP Server 所需要的環境變數",
"dev.mcp.env.duplicateKeyError": "欄位鍵必須唯一",
"dev.mcp.env.formValidationFailed": "表單驗證失敗,請檢查參數格式",
"dev.mcp.env.keyRequired": "欄位鍵不能為空",
"dev.mcp.env.label": "MCP Server 環境變數",
"dev.mcp.env.stringifyError": "無法序列化參數,請檢查參數格式",
"dev.mcp.headers.add": "新增一行",
"dev.mcp.headers.desc": "輸入請求標頭",
"dev.mcp.headers.label": "HTTP Headers",
"dev.mcp.identifier.desc": "為你的 MCP 插件指定一個名稱,需要使用英文字符",
"dev.mcp.identifier.invalid": "標識符只能包含字母、數字、連字號和底線",
"dev.mcp.identifier.label": "MCP 插件名稱",
"dev.mcp.identifier.placeholder": "例如my-mcp-plugin",
"dev.mcp.identifier.required": "請輸入 MCP 服務標識符",
"dev.mcp.previewManifest": "預覽插件描述文件",
"dev.mcp.quickImport": "快速導入 JSON 配置",
"dev.mcp.quickImportError.empty": "輸入內容不能為空",
"dev.mcp.quickImportError.invalidJson": "無效的 JSON 格式",
"dev.mcp.quickImportError.invalidStructure": "JSON 格式無效",
"dev.mcp.stdioNotSupported": "當前環境不支援 stdio 類型的 MCP 插件",
"dev.mcp.testConnection": "測試連接",
"dev.mcp.testConnectionTip": "測試連接成功後 MCP 插件才可以被正常使用",
"dev.mcp.type.desc": "選擇 MCP 插件的通訊方式,網頁版只支援 Streamable HTTP",
"dev.mcp.type.httpFeature1": "相容網頁版與桌面端",
"dev.mcp.type.httpFeature2": "連接遠端 MCP 伺服器, 無需額外安裝配置",
"dev.mcp.type.httpShortDesc": "基於串流式 HTTP 的通訊協議",
"dev.mcp.type.label": "MCP 插件類型",
"dev.mcp.type.stdioFeature1": "更低的通訊延遲, 適合本地執行",
"dev.mcp.type.stdioFeature2": "需在本地安裝運行 MCP 伺服器",
"dev.mcp.type.stdioNotAvailable": "STDIO 模式僅在桌面版可用",
"dev.mcp.type.stdioShortDesc": "基於標準輸入輸出的通訊協議",
"dev.mcp.type.title": "MCP 插件類型",
"dev.mcp.url.desc": "輸入你的 MCP Server Streamable HTTP 地址,不支援 SSE 模式",
"dev.mcp.url.invalid": "請輸入有效的 URL 地址",
"dev.mcp.url.label": "Streamable HTTP Endpoint URL",
"dev.mcp.url.required": "請輸入 MCP 服務 URL",
"dev.meta.author.desc": "插件的作者",
"dev.meta.author.label": "作者",
"dev.meta.avatar.desc": "插件的圖示,可以使用 Emoji也可以使用 URL",
"dev.meta.avatar.label": "圖示",
"dev.meta.description.desc": "插件描述",
"dev.meta.description.label": "描述",
"dev.meta.description.placeholder": "查詢搜尋引擎獲取資訊",
"dev.meta.formFieldRequired": "該欄位為必填項",
"dev.meta.homepage.desc": "插件的首頁",
"dev.meta.homepage.label": "首頁",
"dev.meta.identifier.desc": "插件的唯一標識,將從 manifest 中自動識別",
"dev.meta.identifier.errorDuplicate": "標識符和已有插件重複,請修改標識符",
"dev.meta.identifier.label": "標識符",
"dev.meta.identifier.pattenErrorMessage": "只能輸入英文字符、數字 、- 和_ 這兩個符號",
"dev.meta.lobe": "{{appName}} 插件",
"dev.meta.manifest.desc": "{{appName}}將會通過該連結安裝插件",
"dev.meta.manifest.label": "插件描述文件 (Manifest) URL",
"dev.meta.manifest.preview": "預覽 Manifest",
"dev.meta.manifest.refresh": "刷新",
"dev.meta.openai": "OpenAI 插件",
"dev.meta.title.desc": "插件標題",
"dev.meta.title.label": "標題",
"dev.meta.title.placeholder": "搜尋引擎",
"dev.metaConfig": "插件元信息配置",
"dev.modalDesc": "添加自定義插件後,可用於插件開發驗證,也可直接在會話中使用。插件開發請參考<1>開發文檔↗</>",
"dev.openai.importUrl": "從 URL 連結導入",
"dev.openai.schema": "Schema",
"dev.preview.api.noParams": "該工具沒有參數",
"dev.preview.api.noResults": "未找到符合搜尋條件的 API",
"dev.preview.api.params": "參數:",
"dev.preview.api.searchPlaceholder": "搜尋工具...",
"dev.preview.card": "預覽插件展示效果",
"dev.preview.desc": "預覽插件描述",
"dev.preview.empty.desc": "完成配置後,將能夠在此處預覽插件支援的工具能力",
"dev.preview.empty.title": "配置插件後開始預覽",
"dev.preview.title": "插件名稱預覽",
"dev.save": "安裝插件",
"dev.saveSuccess": "插件設定保存成功",
"dev.tabs.manifest": "功能描述清單 (Manifest)",
"dev.tabs.meta": "插件元信息",
"dev.title.create": "添加自定義插件",
"dev.title.edit": "編輯自定義插件",
"dev.type.lobe": "{{appName}} 插件",
"dev.type.openai": "OpenAI 插件",
"dev.update": "更新",
"dev.updateSuccess": "插件設定更新成功",
"empty.description": "外掛商店有豐富的工具等你發掘,前往商店開始探索",
"empty.search": "未找到符合的外掛",
"empty.title": "暫無外掛",
"error.details": "錯誤詳情",
"error.fetchError": "請求該 manifest 連結失敗,請確保連結的有效性,並檢查連結是否允許跨域訪問",
"error.installError": "插件 {{name}} 安裝失敗",
"error.manifestInvalid": "manifest 不符合規範,校驗結果: \n\n {{error}}",
"error.noManifest": "描述文件不存在",
"error.openAPIInvalid": "OpenAPI 解析失敗,錯誤: \n\n {{error}}",
"error.reinstallError": "插件 {{name}} 刷新失敗",
"error.renderError": "工具渲染錯誤",
"error.testConnectionFailed": "獲取 Manifest 失敗: {{error}}",
"error.unknownError": "發生未知錯誤",
"error.urlError": "該連結沒有返回 JSON 格式的內容, 請確保是有效的連結",
"inspector.args": "查看參數列表",
"inspector.delete": "刪除工具調用",
"inspector.orphanedToolCall": "該工具調用訊息可能因異常原因成為孤立訊息,這可能會影響 Agent 的正常執行,請將其移除",
"inspector.pluginRender": "查看插件介面",
"list.item.deprecated.title": "已刪除",
"list.item.local.config": "配置",
"list.item.local.title": "自定義",
"loading.content": "調用插件中...",
"loading.plugin": "插件運行中...",
"localSystem.workingDirectory.agentDescription": "此代理人所有對話的預設工作目錄",
"localSystem.workingDirectory.agentLevel": "代理人工作目錄",
"localSystem.workingDirectory.current": "目前的工作目錄",
"localSystem.workingDirectory.notSet": "點擊以設定工作目錄",
"localSystem.workingDirectory.placeholder": "輸入目錄路徑,例如 /Users/name/projects",
"localSystem.workingDirectory.selectFolder": "選擇資料夾",
"localSystem.workingDirectory.title": "工作目錄",
"localSystem.workingDirectory.topicDescription": "僅針對此對話覆寫代理人預設值",
"localSystem.workingDirectory.topicLevel": "對話層級覆寫",
"localSystem.workingDirectory.topicOverride": "此對話的覆寫設定",
"mcpEmpty.deployment": "暫無部署選項",
"mcpEmpty.prompts": "此外掛暫無提示詞",
"mcpEmpty.resources": "此外掛暫無資源",
"mcpEmpty.tools": "此外掛暫無工具功能",
"mcpInstall.CHECKING_INSTALLATION": "檢查安裝環境...",
"mcpInstall.COMPLETED": "安裝完成",
"mcpInstall.CONFIGURATION_REQUIRED": "請完成相關配置後繼續安裝",
"mcpInstall.ERROR": "安裝錯誤",
"mcpInstall.FETCHING_MANIFEST": "獲取插件描述文件...",
"mcpInstall.GETTING_SERVER_MANIFEST": "初始化 MCP 伺服器...",
"mcpInstall.INSTALLING_PLUGIN": "正在安裝插件...",
"mcpInstall.configurationDescription": "該 MCP 插件需要配置參數才能正常使用,請填寫必要的配置信息",
"mcpInstall.configurationRequired": "配置插件參數",
"mcpInstall.continueInstall": "繼續安裝",
"mcpInstall.dependenciesDescription": "此插件需要安裝以下系統依賴才能正常工作,請按照指引安裝缺失的依賴項,然後點擊重新檢查繼續安裝。",
"mcpInstall.dependenciesRequired": "請安裝插件的系統依賴",
"mcpInstall.dependencyStatus.installed": "已安裝",
"mcpInstall.dependencyStatus.notInstalled": "未安裝",
"mcpInstall.dependencyStatus.requiredVersion": "需要版本: {{version}}",
"mcpInstall.errorDetails.args": "參數",
"mcpInstall.errorDetails.command": "命令",
"mcpInstall.errorDetails.connectionParams": "連接參數",
"mcpInstall.errorDetails.env": "環境變數",
"mcpInstall.errorDetails.errorOutput": "錯誤日誌",
"mcpInstall.errorDetails.exitCode": "退出碼",
"mcpInstall.errorDetails.hideDetails": "收起詳情",
"mcpInstall.errorDetails.originalError": "原始錯誤",
"mcpInstall.errorDetails.showDetails": "查看詳情",
"mcpInstall.errorTypes.AUTHORIZATION_ERROR": "授權驗證錯誤",
"mcpInstall.errorTypes.CONNECTION_FAILED": "連接失敗",
"mcpInstall.errorTypes.INITIALIZATION_TIMEOUT": "初始化超時",
"mcpInstall.errorTypes.PROCESS_SPAWN_ERROR": "進程啟動失敗",
"mcpInstall.errorTypes.UNKNOWN_ERROR": "未知錯誤",
"mcpInstall.errorTypes.VALIDATION_ERROR": "參數驗證失敗",
"mcpInstall.installError": "MCP 插件安裝失敗,失敗原因: {{detail}}",
"mcpInstall.installMethods.manual": "手動安裝:",
"mcpInstall.installMethods.recommended": "推薦安裝方式:",
"mcpInstall.recheckDependencies": "重新檢查",
"mcpInstall.skipDependencies": "跳過檢查",
"pluginList": "插件列表",
"protocolInstall.actions.install": "安裝",
"protocolInstall.actions.installAnyway": "仍要安裝",
"protocolInstall.actions.installed": "已安裝",
"protocolInstall.config.addEnv": "新增環境變數",
"protocolInstall.config.addHeaders": "新增請求標頭",
"protocolInstall.config.args": "參數",
"protocolInstall.config.command": "命令",
"protocolInstall.config.env": "環境變數",
"protocolInstall.config.headers": "請求標頭",
"protocolInstall.config.title": "配置信息",
"protocolInstall.config.type.http": "類型: HTTP",
"protocolInstall.config.type.label": "類型",
"protocolInstall.config.type.stdio": "類型: Stdio",
"protocolInstall.config.url": "服務地址",
"protocolInstall.custom.badge": "自定義插件",
"protocolInstall.custom.security.description": "此插件未經過官方驗證,安裝可能存在安全風險!請確保您信任插件來源。",
"protocolInstall.custom.security.title": "⚠️ 安全風險提示",
"protocolInstall.custom.title": "安裝自定義插件",
"protocolInstall.install.title": "安裝資訊",
"protocolInstall.marketplace.title": "安裝第三方插件",
"protocolInstall.marketplace.trustedBy": "由 {{name}} 提供",
"protocolInstall.marketplace.unverified.title": "未經驗證的第三方插件",
"protocolInstall.marketplace.unverified.warning": "此外掛來自未經驗證的第三方社群,安裝前請確認您信任該來源。",
"protocolInstall.marketplace.verified": "已驗證",
"protocolInstall.messages.connectionTestFailed": "連接測試失敗",
"protocolInstall.messages.installError": "插件安裝失敗,請重試",
"protocolInstall.messages.installSuccess": "插件 {{name}} 安裝成功!",
"protocolInstall.messages.manifestError": "獲取插件詳情失敗,請檢查網路連接後重試",
"protocolInstall.messages.manifestNotFound": "未能獲取插件描述文件",
"protocolInstall.meta.author": "作者",
"protocolInstall.meta.homepage": "主頁",
"protocolInstall.meta.identifier": "標識符",
"protocolInstall.meta.source": "來源",
"protocolInstall.meta.version": "版本",
"protocolInstall.official.badge": "LobeHub 官方插件",
"protocolInstall.official.description": "此插件由 LobeHub 官方開發和維護,經過嚴格的安全審核,可放心使用。",
"protocolInstall.official.loadingMessage": "正在獲取插件詳情...",
"protocolInstall.official.loadingTitle": "載入中",
"protocolInstall.official.title": "安裝官方插件",
"protocolInstall.title": "安裝 MCP 插件",
"protocolInstall.warning": "⚠️ 請確認您信任此插件的來源,惡意插件可能會危害您的系統安全。",
"search.config.addKey": "添加密鑰",
"search.config.close": "刪除",
"search.config.confirm": "已完成配置並重試",
"search.crawPages.crawling": "連結識別中",
"search.crawPages.detail.preview": "預覽",
"search.crawPages.detail.raw": "原始文本",
"search.crawPages.detail.tooLong": "文本內容過長,對話上下文僅保留前 {{characters}} 字符,超過部分不計入會話上下文",
"search.crawPages.meta.crawler": "抓取模式",
"search.crawPages.meta.words": "字元數",
"search.searchxng.baseURL": "請輸入",
"search.searchxng.description": "請輸入 SearchXNG 的網址,即可開始聯網搜尋",
"search.searchxng.keyPlaceholder": "請輸入密鑰",
"search.searchxng.title": "配置 SearchXNG 搜尋引擎",
"search.searchxng.unconfiguredDesc": "請聯絡管理員完成 SearchXNG 搜尋引擎配置,即可開始聯網搜尋",
"search.searchxng.unconfiguredTitle": "暫未配置 SearchXNG 搜尋引擎",
"search.title": "聯網搜尋",
"setting": "插件設置",
"settings.capabilities.prompts": "提示詞",
"settings.capabilities.resources": "資源",
"settings.capabilities.title": "插件能力",
"settings.capabilities.tools": "工具",
"settings.configuration.title": "插件配置",
"settings.connection.args": "啟動參數",
"settings.connection.command": "啟動命令",
"settings.connection.title": "連接信息",
"settings.connection.type": "連接類型",
"settings.connection.url": "服務地址",
"settings.edit": "編輯",
"settings.envConfigDescription": "這些配置將作為環境變數在 MCP 伺服器啟動時傳遞給進程",
"settings.httpTypeNotice": "HTTP 類型的 MCP 插件暫無需要配置的環境變數",
"settings.indexUrl.title": "社群索引",
"settings.indexUrl.tooltip": "暫不支援線上編輯,請透過部署時環境變數進行設定",
"settings.messages.connectionUpdateFailed": "連接信息更新失敗",
"settings.messages.connectionUpdateSuccess": "連接信息更新成功",
"settings.messages.envUpdateFailed": "環境變數保存失敗",
"settings.messages.envUpdateSuccess": "環境變數保存成功",
"settings.modalDesc": "設定外掛社群的位址後,即可使用自訂的外掛社群",
"settings.rules.argsRequired": "請輸入啟動參數",
"settings.rules.commandRequired": "請輸入啟動命令",
"settings.rules.urlRequired": "請輸入服務地址",
"settings.saveSettings": "保存設置",
"settings.title": "設定外掛社群",
"showInPortal": "請在工作區中查看詳情",
"store.actions.cancel": "取消安裝",
"store.actions.confirmUninstall": "即將卸載該插件,卸載後將清除該插件配置,請確認你的操作",
"store.actions.detail": "詳情",
"store.actions.install": "安裝",
"store.actions.manifest": "編輯安裝文件",
"store.actions.settings": "設置",
"store.actions.uninstall": "卸載",
"store.communityPlugin": "三方社區",
"store.customPlugin": "自定義",
"store.empty": "暫無已安裝插件",
"store.emptySelectHint": "選擇插件以預覽詳細信息",
"store.installAllPlugins": "安裝全部",
"store.networkError": "獲取插件商店失敗,請檢測網路連接後重試",
"store.placeholder": "搜尋插件名稱介紹或關鍵詞...",
"store.releasedAt": "發布於 {{createdAt}}",
"store.tabs.installed": "已安裝",
"store.tabs.mcp": "MCP 插件",
"store.tabs.old": "LobeHub 外掛",
"store.title": "插件商店",
"unknownError": "未知錯誤",
"unknownPlugin": "未知插件"
}