|
5 | 5 | "command.explainCode.title": "解釋程式碼", |
6 | 6 | "command.fixCode.title": "修復程式碼", |
7 | 7 | "command.improveCode.title": "改進程式碼", |
8 | | - "command.addToContext.title": "添加到上下文", |
| 8 | + "command.addToContext.title": "新增到上下文", |
9 | 9 | "command.openInNewTab.title": "在新分頁中開啟", |
10 | 10 | "command.focusInput.title": "聚焦輸入框", |
11 | 11 | "command.setCustomStoragePath.title": "設定自訂儲存路徑", |
12 | | - "command.terminal.addToContext.title": "將終端內容添加到上下文", |
| 12 | + "command.terminal.addToContext.title": "將終端內容新增到上下文", |
13 | 13 | "command.terminal.fixCommand.title": "修復此命令", |
14 | 14 | "command.terminal.explainCommand.title": "解釋此命令", |
15 | 15 | "command.acceptInput.title": "接受輸入/建議", |
|
25 | 25 | "configuration.title": "Roo Code", |
26 | 26 | "commands.allowedCommands.description": "當啟用'始終批准執行操作'時可以自動執行的命令", |
27 | 27 | "settings.vsCodeLmModelSelector.description": "VSCode 語言模型 API 的設定", |
28 | | - "settings.vsCodeLmModelSelector.vendor.description": "語言模型的供應商(例如:copilot)", |
29 | | - "settings.vsCodeLmModelSelector.family.description": "語言模型的系列(例如:gpt-4)", |
| 28 | + "settings.vsCodeLmModelSelector.vendor.description": "語言模型供應商(例如:copilot)", |
| 29 | + "settings.vsCodeLmModelSelector.family.description": "語言模型系列(例如:gpt-4)", |
30 | 30 | "settings.customStoragePath.description": "自訂儲存路徑。留空以使用預設位置。支援絕對路徑(例如:'D:\\RooCodeStorage')" |
31 | 31 | } |
0 commit comments