forked from RooCodeInc/Roo-Code
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.nls.ja.json
More file actions
31 lines (31 loc) · 1.96 KB
/
package.nls.ja.json
File metadata and controls
31 lines (31 loc) · 1.96 KB
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
{
"extension.displayName": "Agent (旧 Roo Cline)",
"extension.description": "エディタ内のAIエージェントによる開発チーム。",
"views.contextMenu.label": "Agent",
"views.terminalMenu.label": "Agent",
"views.activitybar.title": "Agent",
"command.newTask.title": "新しいタスク",
"command.mcpServers.title": "MCPサーバー",
"command.prompts.title": "プロンプト",
"command.history.title": "履歴",
"command.openInEditor.title": "エディタで開く",
"command.settings.title": "設定",
"command.documentation.title": "ドキュメント",
"command.openInNewTab.title": "新しいタブで開く",
"command.explainCode.title": "コードの説明",
"command.fixCode.title": "コードの修正",
"command.improveCode.title": "コードの改善",
"command.addToContext.title": "コンテキストに追加",
"command.focusInput.title": "入力フィールドにフォーカス",
"command.setCustomStoragePath.title": "カスタムストレージパスの設定",
"command.terminal.addToContext.title": "ターミナルの内容をコンテキストに追加",
"command.terminal.fixCommand.title": "このコマンドを修正",
"command.terminal.explainCommand.title": "このコマンドを説明",
"command.acceptInput.title": "入力/提案を承認",
"configuration.title": "Agent",
"commands.allowedCommands.description": "'常に実行操作を承認する'が有効な場合に自動実行できるコマンド",
"settings.vsCodeLmModelSelector.description": "VSCode 言語モデル API の設定",
"settings.vsCodeLmModelSelector.vendor.description": "言語モデルのベンダー(例:copilot)",
"settings.vsCodeLmModelSelector.family.description": "言語モデルのファミリー(例:gpt-4)",
"settings.customStoragePath.description": "カスタムストレージパス。デフォルトの場所を使用する場合は空のままにします。絶対パスをサポートします(例:'D:\\RooCodeStorage')"
}