@codingame/monaco-vscode-language-pack-ja 18.0.1 → 18.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-ja",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.1.1",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@codingame/monaco-vscode-api": "18.
|
|
21
|
+
"@codingame/monaco-vscode-api": "18.1.1"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"package": {
|
|
86
86
|
"configuration.copyIntoWorkspace.mediaFiles": "外部の画像ファイルとビデオ ファイルをワークスペースにコピーしてみてください。",
|
|
87
87
|
"configuration.copyIntoWorkspace.never": "外部ファイルをワークスペースにコピーしないでください。",
|
|
88
|
-
"configuration.markdown.copyFiles.destination": "
|
|
88
|
+
"configuration.markdown.copyFiles.destination": "Configures the path and file name of files created by copy/paste or drag and drop. This is a map of globs that match against a Markdown document path to the destination path where the new file should be created.\r\n\r\nThe destination path may use the following variables:\r\n\r\n- `${documentDirName}` — Absolute parent directory path of the Markdown document, e.g. `/Users/me/myProject/docs`.\r\n- `${documentRelativeDirName}` — Relative parent directory path of the Markdown document, e.g. `docs`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${documentFileName}` — The full filename of the Markdown document, e.g. `README.md`.\r\n- `${documentBaseName}` — The basename of the Markdown document, e.g. `README`.\r\n- `${documentExtName}` — The extension of the Markdown document, e.g. `md`.\r\n- `${documentFilePath}` — Absolute path of the Markdown document, e.g. `/Users/me/myProject/docs/README.md`.\r\n- `${documentRelativeFilePath}` — Relative path of the Markdown document, e.g. `docs/README.md`. This is the same as `${documentFilePath}` if the file is not part of a workspace.\r\n- `${documentWorkspaceFolder}` — The workspace folder for the Markdown document, e.g. `/Users/me/myProject`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${fileName}` — The file name of the dropped file, e.g. `image.png`.\r\n- `${fileExtName}` — The extension of the dropped file, e.g. `png`.\r\n- `${unixTime}` — The current Unix timestamp in milliseconds.\r\n- `${isoTime}` — The current time in ISO 8601 format, e.g. '2025-06-06T08:40:32.123Z'.",
|
|
89
89
|
"configuration.markdown.copyFiles.overwriteBehavior": "ドロップまたは貼り付けによって作成されたファイルが既存のファイルを上書きするかどうかを制御します。",
|
|
90
90
|
"configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "同じ名前のファイルが既に存在する場合は、ファイル名に番号を追加します。たとえば、`image.png` は `image-1.png` になります。",
|
|
91
91
|
"configuration.markdown.copyFiles.overwriteBehavior.overwrite": "同じ名前のファイルが既に存在する場合は、上書きします。",
|
|
@@ -4599,7 +4599,7 @@ var content = [
|
|
|
4599
4599
|
"このサーバーがチャット セッションでのツール呼び出し中にサンプリング要求を行うかどうか。",
|
|
4600
4600
|
"このサーバーがチャット セッションの外部でサンプリング要求を行うことが許可されているかどうか。",
|
|
4601
4601
|
"MCP サーバーがアクセスできるモデル。",
|
|
4602
|
-
|
|
4602
|
+
undefined,
|
|
4603
4603
|
"ストレージ サービスではなく、ディスクにチャット セッションを格納できるようにします。これを有効にすると、既存のセッションが新しい形式に、ワークスペースごとに 1 回限り移行されます。",
|
|
4604
4604
|
"ツール呼び出しに基づく新しい編集モードを有効にします。これを有効にすると、ツール呼び出しをサポートしていないモデルは編集モードで使用できなくなります。",
|
|
4605
4605
|
"サード パーティの拡張機能によって提供されるツールの使用を有効にします。",
|
|
@@ -4838,7 +4838,7 @@ var content = [
|
|
|
4838
4838
|
"参照へ移動(&&R)",
|
|
4839
4839
|
"チャット入力 {0} Enter キーを押して要求を送信します。チャット アクセシビリティのヘルプには {1} を使用します。",
|
|
4840
4840
|
"チャット入力 {0} Enter キーを押して要求を送信します。詳細については、チャット アクセシビリティのヘルプ コマンドを使用します。",
|
|
4841
|
-
|
|
4841
|
+
undefined,
|
|
4842
4842
|
"その他...",
|
|
4843
4843
|
"要求に追加するファイルとコンテキストを検索します",
|
|
4844
4844
|
"1 個のファイルが変更されました",
|
|
@@ -7838,14 +7838,14 @@ var content = [
|
|
|
7838
7838
|
"MCP サーバーの URL (例: http://localhost:3000)",
|
|
7839
7839
|
"サーバー ID の入力",
|
|
7840
7840
|
"このサーバーの一意識別子",
|
|
7841
|
-
"
|
|
7841
|
+
"Global",
|
|
7842
7842
|
"すべてのワークスペースで利用可能で、ローカルで実行されます",
|
|
7843
|
-
"
|
|
7843
|
+
"Remote",
|
|
7844
7844
|
"このリモート コンピューターで利用可能で、{0} で実行されます",
|
|
7845
|
-
"
|
|
7845
|
+
"Workspace",
|
|
7846
7846
|
"このワークスペースで利用可能で、{0} で実行されます",
|
|
7847
7847
|
"このワークスペースで利用可能で、ローカルで実行されます",
|
|
7848
|
-
"
|
|
7848
|
+
"Choose where to install the MCP server",
|
|
7849
7849
|
"パッケージの詳細を読み込んでいます...",
|
|
7850
7850
|
"別のパッケージを試してください",
|
|
7851
7851
|
"キャンセル",
|
|
@@ -7853,7 +7853,7 @@ var content = [
|
|
|
7853
7853
|
"許可",
|
|
7854
7854
|
"MCP サーバー {0} のインストール",
|
|
7855
7855
|
"サーバーのインストール",
|
|
7856
|
-
|
|
7856
|
+
undefined,
|
|
7857
7857
|
"構成の表示",
|
|
7858
7858
|
"\"{0}\" の名前を変更",
|
|
7859
7859
|
"MCP サーバー {0} のインストール中にエラーが発生しました: {1}",
|
|
@@ -7921,7 +7921,7 @@ var content = [
|
|
|
7921
7921
|
"'id' は空でない文字列である必要があります。",
|
|
7922
7922
|
"'label' は空でない文字列である必要があります。",
|
|
7923
7923
|
" {0} で",
|
|
7924
|
-
|
|
7924
|
+
undefined,
|
|
7925
7925
|
"Claude Desktop",
|
|
7926
7926
|
"Windsurf",
|
|
7927
7927
|
"カーソル (グローバル)",
|
|
@@ -7957,9 +7957,9 @@ var content = [
|
|
|
7957
7957
|
"構成を開く",
|
|
7958
7958
|
"過去 7 日間の要求の合計は {0} です。",
|
|
7959
7959
|
"\"{0}\" から MCP ツールが LLM 要求を行うことを許可しますか?",
|
|
7960
|
-
"MCP
|
|
7960
|
+
"The MCP server \"{0}\" has issued a request to make a language model call. Do you want to allow it to make requests during chat?",
|
|
7961
7961
|
"MCP サーバー \"{0}\" が LLM 要求を行うことを許可しますか?",
|
|
7962
|
-
"MCP
|
|
7962
|
+
"The MCP server \"{0}\" has issued a request to make a language model call. Do you want to allow it to make requests, outside of tool calls during chat?",
|
|
7963
7963
|
"MCP サーバー \"{0}\" が言語モデル要求をトリガーしましたが、許可リストに含まれたモデルがありません。",
|
|
7964
7964
|
"構成",
|
|
7965
7965
|
"キャンセル",
|