-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.nls.ja.json
38 lines (38 loc) · 5.23 KB
/
package.nls.ja.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
34
35
36
37
38
{
"extension.description": "VSCode 用 OpenAI ChatGPT API クライアント",
"command.editing.continueInContext.title": "Markdown Copilot: コンテキストの中で続ける",
"command.editing.continueInContext.detail": "コンテキストに基づいて編集を続ける",
"command.editing.continueInContext.import.error": "\"{0}\" in [{1}]({1}) のインポート中にエラーが発生しました。ファイルパスなどが正しいか確認してください。",
"command.editing.continueWithoutContext.title": "Markdown Copilot: コンテキストを無視して続ける",
"command.editing.continueWithoutContext.detail": "コンテキストを無視して編集を続ける",
"command.editing.indentQuote.title": "Markdown Copilot: 引用行をインデント",
"command.editing.outdentQuote.title": "Markdown Copilot: 引用行をアンインデント",
"command.editing.titleActiveContext.title": "Markdown Copilot: アクティブコンテキストにタイトルを付ける",
"command.editing.nameAndSaveAs.title": "Markdown Copilot: 名前をつけて保存...",
"command.editing.pasteAsMarkdown.title": "Markdown Copilot: Markdownとして貼り付ける",
"command.editing.applyFilePathDiff.title": "Markdown Copilot: ファイルパスの差分を適用する",
"command.editing.applyFilePathDiff.error.fatal": "リネーム中にエラーが発生しました: \"{0}\" から \"{1}\", ファイルパスなどが正しいか確認してください。",
"command.editing.applyFilePathDiff.error.incomplete": "ファイルパスの差分が不完全です",
"command.editing.applyFilePathDiff.error.fileNotFound": "ファイルが見つかりませんでした: \"{0}\"",
"command.editing.applyFilePathDiff.error.duplicatedDestination": "リネーム先のファイルパスが重複しています: \"{0}\"",
"command.editing.applyFilePathDiff.error.destinationExists": "リネーム先のファイルが既に存在します: \"{0}\"",
"command.editing.applyFilePathDiff.success": "ファイルパスの差分が正常に適用されました",
"command.editing.listFilePathDiff.title": "ファイルパスの差分を列挙する",
"command.completion.context.detail": "コンテキストガードヘッダーを挿入する",
"command.completion.user.detail": "ユーザーメッセージを挿入する",
"command.completion.system-override.detail": "システムメッセージを上書きして挿入する",
"command.completion.system.detail": "システムメッセージを挿入する",
"command.completion.copilot.detail": "コパイロットメッセージを挿入する",
"command.completion.copilot-options.detail": "OpenAIオプションブロックを上書きして挿入する",
"config.decorations.inactiveContextOpacity.description": "非アクティブコンテキストの不透明度を制御し、`0.0`は完全に透明で`1.0`は完全に不透明になります。",
"config.instructions.nameMessage.description": "Copilotの動作を制御し、ファイル命名指示を変更できるようにします。",
"config.instructions.namePathFormat.description": "`名前をつけて保存...`するときのパスフォーマットを指定できます。このフォーマットは `Name Message` から参照されます。",
"config.instructions.pasteAsMarkdownMessage.description": "Copilotの動作を制御し、クリップボードからの貼り付け指示を変更できるようにします。",
"config.instructions.systemMessage.description": "Copilotの動作を制御し、性格や特定の動作指示を変更できるようにします。",
"config.instructions.titleMessage.description": "Copilotの動作を制御し、アクティブコンテキストのタイトル付与指示を変更できるようにします。",
"config.openAI.apiKey.description": "OpenAIまたはAzure OpenAIのAPIキー。[OpenAI Platform](https://platform.openai.com/api-keys)または[Azure OpenAIクイックスタート](https://learn.microsoft.com/ja-jp/azure/ai-services/openai/quickstart)から取得できます。",
"config.openAI.azureBaseUrl.description": "Azure Base URLを指定するか、Azureを使用しない場合は空のままにします。URL形式は`https://{your-resource-name}.openai.azure.com/openai/deployments/{deployment-id}/completions?api-version={api-version}`です。詳細は[Azure OpenAI ServiceのREST APIリファレンス](https://learn.microsoft.com/ja-jp/azure/ai-services/openai/reference#completions)を参照してください。",
"config.openAI.azureBaseUrl.error": "URLのパース中にエラーが発生しました: \"{0}\"\n{1}",
"config.openAI.model.description": "[Models](https://platform.openai.com/docs/models)にリストされているモデルを指定できます。",
"config.options.temperature.description": "`0.0`から`1.0`の間で値を指定できます。`0.8`のような高い値を設定すると出力はよりランダムになり、`0.2`のような低い値を設定すると出力はより集中して決定的になります。[FAQ](https://platform.openai.com/docs/guides/text-generation/how-should-i-set-the-temperature-parameter)が値の決定に役立ちます。"
}