forked from cline/cline
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathpackage.nls.zh-TW.json
33 lines (33 loc) · 1.91 KB
/
package.nls.zh-TW.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"extension.displayName": "Roo Code (原名 Roo Cline)",
"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.terminal.addToContext.title": "將終端內容添加到上下文",
"command.terminal.fixCommand.title": "修復此命令",
"command.terminal.explainCommand.title": "解釋此命令",
"command.terminal.fixCommandInCurrentTask.title": "修復此命令(當前任務)",
"command.terminal.explainCommandInCurrentTask.title": "解釋此命令(當前任務)",
"command.acceptInput.title": "接受輸入/建議",
"views.activitybar.title": "Roo Code",
"views.contextMenu.label": "Roo Code",
"views.terminalMenu.label": "Roo Code",
"command.mcpServers.title": "MCP 伺服器",
"command.prompts.title": "提示",
"command.history.title": "歷史記錄",
"command.openInEditor.title": "在編輯器中開啟",
"command.settings.title": "設定",
"command.documentation.title": "文件",
"configuration.title": "Roo Code",
"commands.allowedCommands.description": "當啟用'始終批准執行操作'時可以自動執行的命令",
"settings.vsCodeLmModelSelector.description": "VSCode 語言模型 API 的設定",
"settings.vsCodeLmModelSelector.vendor.description": "語言模型的供應商(例如:copilot)",
"settings.vsCodeLmModelSelector.family.description": "語言模型的系列(例如:gpt-4)",
"settings.customStoragePath.description": "自訂儲存路徑。留空以使用預設位置。支援絕對路徑(例如:'D:\\RooCodeStorage')"
}