mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Improve zh-TW Traditional Chinese locale (#4048)
Hello Roo Team! We received this contribution on the Kilo side and thought it might be useful to you! These changes were originally submitted by a (presumably) native speaker of the language: https://github.com/Kilo-Org/kilocode/pull/516
This commit is contained in:
parent
4ea75629e9
commit
dfacdb319b
1 changed files with 4 additions and 4 deletions
|
|
@ -5,11 +5,11 @@
|
|||
"command.explainCode.title": "解釋程式碼",
|
||||
"command.fixCode.title": "修復程式碼",
|
||||
"command.improveCode.title": "改進程式碼",
|
||||
"command.addToContext.title": "添加到上下文",
|
||||
"command.addToContext.title": "新增到上下文",
|
||||
"command.openInNewTab.title": "在新分頁中開啟",
|
||||
"command.focusInput.title": "聚焦輸入框",
|
||||
"command.setCustomStoragePath.title": "設定自訂儲存路徑",
|
||||
"command.terminal.addToContext.title": "將終端內容添加到上下文",
|
||||
"command.terminal.addToContext.title": "將終端內容新增到上下文",
|
||||
"command.terminal.fixCommand.title": "修復此命令",
|
||||
"command.terminal.explainCommand.title": "解釋此命令",
|
||||
"command.acceptInput.title": "接受輸入/建議",
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
"configuration.title": "Roo Code",
|
||||
"commands.allowedCommands.description": "當啟用'始終批准執行操作'時可以自動執行的命令",
|
||||
"settings.vsCodeLmModelSelector.description": "VSCode 語言模型 API 的設定",
|
||||
"settings.vsCodeLmModelSelector.vendor.description": "語言模型的供應商(例如:copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "語言模型的系列(例如:gpt-4)",
|
||||
"settings.vsCodeLmModelSelector.vendor.description": "語言模型供應商(例如:copilot)",
|
||||
"settings.vsCodeLmModelSelector.family.description": "語言模型系列(例如:gpt-4)",
|
||||
"settings.customStoragePath.description": "自訂儲存路徑。留空以使用預設位置。支援絕對路徑(例如:'D:\\RooCodeStorage')"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue