mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: daniel-lxs <ricciodaniel98@gmail.com>
47 lines
3.8 KiB
JSON
Generated
47 lines
3.8 KiB
JSON
Generated
{
|
||
"extension.displayName": "Roo Code",
|
||
"extension.description": "在你的編輯器中提供完整的 AI 代理開發團隊。",
|
||
"command.newTask.title": "新建任務",
|
||
"command.explainCode.title": "解釋程式碼",
|
||
"command.fixCode.title": "修復程式碼",
|
||
"command.improveCode.title": "改進程式碼",
|
||
"command.addToContext.title": "新增到上下文",
|
||
"command.openInNewTab.title": "在新分頁中開啟",
|
||
"command.focusInput.title": "聚焦輸入框",
|
||
"command.setCustomStoragePath.title": "設定自訂儲存路徑",
|
||
"command.importSettings.title": "匯入設定",
|
||
"command.terminal.addToContext.title": "將終端內容新增到上下文",
|
||
"command.terminal.fixCommand.title": "修復此命令",
|
||
"command.terminal.explainCommand.title": "解釋此命令",
|
||
"command.acceptInput.title": "接受輸入/建議",
|
||
"command.toggleAutoApprove.title": "切換自動批准",
|
||
"views.activitybar.title": "Roo Code",
|
||
"views.contextMenu.label": "Roo Code",
|
||
"views.terminalMenu.label": "Roo Code",
|
||
"views.sidebar.name": "Roo Code",
|
||
"command.mcpServers.title": "MCP 伺服器",
|
||
"command.prompts.title": "模式",
|
||
"command.history.title": "歷史記錄",
|
||
"command.marketplace.title": "應用市場",
|
||
"command.openInEditor.title": "在編輯器中開啟",
|
||
"command.cloud.title": "Cloud",
|
||
"command.settings.title": "設定",
|
||
"command.documentation.title": "文件",
|
||
"configuration.title": "Roo Code",
|
||
"commands.allowedCommands.description": "當啟用'始終批准執行操作'時可以自動執行的命令",
|
||
"commands.deniedCommands.description": "將自動拒絕而無需請求批准的命令前綴。與允許命令衝突時,最長前綴匹配優先。新增 * 拒絕所有命令。",
|
||
"commands.commandExecutionTimeout.description": "等待命令執行完成的最大時間(秒),逾時前(0 = 無逾時,1-600秒,預設:0秒)",
|
||
"commands.commandTimeoutAllowlist.description": "從命令執行逾時中排除的命令前綴。符合這些前綴的命令將在沒有逾時限制的情況下執行。",
|
||
"commands.preventCompletionWithOpenTodos.description": "當待辦事項清單中有未完成的待辦事項時阻止工作完成",
|
||
"settings.vsCodeLmModelSelector.description": "VSCode 語言模型 API 的設定",
|
||
"settings.vsCodeLmModelSelector.vendor.description": "語言模型供應商(例如:copilot)",
|
||
"settings.vsCodeLmModelSelector.family.description": "語言模型系列(例如:gpt-4)",
|
||
"settings.customStoragePath.description": "自訂儲存路徑。留空以使用預設位置。支援絕對路徑(例如:'D:\\RooCodeStorage')",
|
||
"settings.enableCodeActions.description": "啟用 Roo Code 快速修復。",
|
||
"settings.autoImportSettingsPath.description": "RooCode 設定檔案的路徑,用於在擴充功能啟動時自動匯入。支援絕對路徑和相對於主目錄的路徑(例如 '~/Documents/roo-code-settings.json')。留空以停用自動匯入。",
|
||
"settings.maximumIndexedFilesForFileSearch.description": "為 @ 檔案搜尋功能建立索引時要索引的最大檔案數。較大的值在大型專案中提供更好的搜尋結果,但可能佔用更多記憶體。預設值:10,000。",
|
||
"settings.useAgentRules.description": "為特定於代理的規則啟用 AGENTS.md 檔案的載入(請參閱 https://agent-rules.org/)",
|
||
"settings.apiRequestTimeout.description": "等待 API 回應的最長時間(秒)(0 = 無超時,1-3600秒,預設值:600秒)。對於像 LM Studio 和 Ollama 這樣可能需要更多處理時間的本地提供商,建議使用更高的值。",
|
||
"settings.newTaskRequireTodos.description": "使用 new_task 工具建立新工作時需要 todos 參數",
|
||
"settings.codeIndex.embeddingBatchSize.description": "程式碼索引期間嵌入操作的批次大小。根據 API 提供商的限制調整此設定。預設值為 60。"
|
||
}
|