@codingame/monaco-vscode-language-pack-ja 18.1.0 → 18.1.2

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.1.0",
3
+ "version": "18.1.2",
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.1.0"
21
+ "@codingame/monaco-vscode-api": "18.1.2"
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": "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'.",
88
+ "configuration.markdown.copyFiles.destination": "コピー/貼り付けまたはドラッグ アンド ドロップによって作成されたファイルのパスとファイル名を構成します。これは、新しいファイルを作成するターゲット パスへの Markdown ドキュメント パスと一致する glob のマップです。\r\n\r\nターゲット パスでは次の変数を使用できます:\r\n\r\n- `${documentDirName}` — Markdown ドキュメントの親ディレクトリの絶対パス。例: `/Users/me/myProject/docs`。\r\n- `${documentRelativeDirName}` — Markdown ドキュメントの親ディレクトリの相対パス。例: `docs`。ファイルがワークスペースに含まれていない場合、これは `${documentDirName}` と同じです。\r\n- `${documentFileName}` — Markdown ドキュメントの完全なファイル名 (例: `README.md`)。\r\n- `${documentBaseName}` — Markdown ドキュメントのベース名 (例: `README`)。\r\n- `${documentExtName}` — Markdown ドキュメントの拡張子 (例: `md`)。\r\n- `${documentFilePath}` — Markdown ドキュメントの絶対パス (例: `/Users/me/myProject/docs/README.md`)。\r\n- `${documentRelativeFilePath}` — Markdown ドキュメントの相対パス (例: `docs/README.md`)。ファイルがワークスペースに含まれていない場合、これは `${documentFilePath}` と同じです。\r\n- `${documentWorkspaceFolder}` — Markdown ドキュメントのワークスペース フォルダー (例: `/Users/me/myProject`)。ファイルがワークスペースに含まれていない場合、これは `${documentDirName}` と同じです。\r\n- `${fileName}` — ドロップされたファイルのファイル名 (例: `image.png`)。\r\n- `${fileExtName}` — ドロップされたファイルの拡張子 (例: `png`)。\r\n- '${unixTime}'現在の Unix タイムスタンプ (ミリ秒)。\r\n- '${isoTime}' — ISO 8601 形式の現在の時刻 (例: '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": "同じ名前のファイルが既に存在する場合は、上書きします。",
@@ -397,7 +397,7 @@ var content = [
397
397
  "インライン候補ツール バーを表示するタイミングを制御します。",
398
398
  "エディターでインライン候補の構文強調表示を表示するかどうかを制御します。",
399
399
  "インライン提案と提案ウィジェットの相互作用の方法を制御します。有効すると、インライン候補が使用可能な場合は、提案ウィジェットが自動的に表示されません。",
400
- "指定された拡張 ID のインライン補完を抑制します。",
400
+ "Suppresses inline completions for specified extension IDs -- comma separated.",
401
401
  "インライン提案のフォント ファミリを制御します。",
402
402
  "候補を表示すると、候補用のスペースを確保するためにコードがインラインに変更されるかどうかを制御します。",
403
403
  "大きい候補を並べて表示できるかどうかを制御します。",
@@ -2035,7 +2035,7 @@ var content = [
2035
2035
  "拡張機能ターミナルの ID",
2036
2036
  "拡張機能ターミナルの名前",
2037
2037
  "ターミナルのドロップダウンに WSL ディストリビューションを表示するかどうかを制御します",
2038
- "新しいシェルがVS Codeから環境を継承する必要があるかどうか。これにより、ログイン シェルがソースとなり、$PATHおよびその他の開発変数が初期化される可能性があります。これは Windows には影響しません。",
2038
+ "Whether new shells should inherit their environment from VS Code, which may source a login shell to ensure $PATH and other development variables are initialized.",
2039
2039
  "永続的なターミナル セッションに再接続するときに復元される回線の最大数を制御します。これを増やすと、より多くのメモリを犠牲にしてスクロールバックの回線が復元され、起動時に端末への接続にかかる時間が長くなります。この設定を有効にするには、値を `#terminal.integrated.scrollback#` 以下に設定する必要があります。",
2040
2040
  "ターミナル出力でリンクにホバーを表示するかどうか。",
2041
2041
  "{0} 設定を使用するときに無視するプロセス名のセット。",
@@ -4902,13 +4902,13 @@ var content = [
4902
4902
  "新しいワークスペース",
4903
4903
  "VS Code で新しいワークスペースをスキャフォールディングします",
4904
4904
  "チャットを使用するには、Copilot を設定し、サインインする必要があります。",
4905
- "Getting Copilot ready",
4905
+ "Copilot を準備しています",
4906
4906
  "Copilot は応答を取得できませんでした。もう一度お試しください。",
4907
- "Copilot is almost ready",
4907
+ "Copilot の準備がほぼ整いました",
4908
4908
  "Copilot の準備に時間がかかりすぎました。{0} にサインインしていること、および拡張機能 `{1}` がインストールされ、有効になっていることを確認してください。",
4909
4909
  "Copilot の準備に失敗しました。{0} にサインインしていること、および拡張機能 `{1}` がインストールされ、有効になっていることを確認してください。",
4910
4910
  "{0} にサインインしています。",
4911
- "Getting Copilot ready",
4911
+ "Copilot を準備しています",
4912
4912
  undefined,
4913
4913
  "Copilot のセットアップに失敗しました。",
4914
4914
  undefined,
@@ -7766,8 +7766,8 @@ var content = [
7766
7766
  "問題: {0} (行 {1}、文字 {2}.{3})",
7767
7767
  "{0} ({3} の行 {1}、文字 {2})",
7768
7768
  "エラーと警告の表示",
7769
- "MCP サーバー - インストール済み",
7770
- "MCP サーバー",
7769
+ undefined,
7770
+ undefined,
7771
7771
  "MCP サーバー",
7772
7772
  "MCP リソースにフィルターを適用する",
7773
7773
  "MCP サーバー リソース",
@@ -7806,7 +7806,7 @@ var content = [
7806
7806
  "サーバーの再起動",
7807
7807
  "サーバーの起動",
7808
7808
  "サーバーの停止",
7809
- "インストール...",
7809
+ undefined,
7810
7810
  "MCP サーバー",
7811
7811
  "リソースの参照...",
7812
7812
  "SamplingModel の構成",
@@ -7838,14 +7838,14 @@ var content = [
7838
7838
  "MCP サーバーの URL (例: http://localhost:3000)",
7839
7839
  "サーバー ID の入力",
7840
7840
  "このサーバーの一意識別子",
7841
- "Global",
7841
+ "グローバル",
7842
7842
  "すべてのワークスペースで利用可能で、ローカルで実行されます",
7843
- "Remote",
7843
+ "リモート",
7844
7844
  "このリモート コンピューターで利用可能で、{0} で実行されます",
7845
- "Workspace",
7845
+ "ワークスペース",
7846
7846
  "このワークスペースで利用可能で、{0} で実行されます",
7847
7847
  "このワークスペースで利用可能で、ローカルで実行されます",
7848
- "Choose where to install the MCP server",
7848
+ "MCP サーバーをインストールする場所を選択する",
7849
7849
  "パッケージの詳細を読み込んでいます...",
7850
7850
  "別のパッケージを試してください",
7851
7851
  "キャンセル",
@@ -7957,9 +7957,9 @@ var content = [
7957
7957
  "構成を開く",
7958
7958
  "過去 7 日間の要求の合計は {0} です。",
7959
7959
  "\"{0}\" から MCP ツールが LLM 要求を行うことを許可しますか?",
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?",
7960
+ "MCP サーバー \"{0}\" が言語モデル呼び出しの要求を発行しました。チャット中に要求を行うことを許可しますか?",
7961
7961
  "MCP サーバー \"{0}\" が LLM 要求を行うことを許可しますか?",
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?",
7962
+ "MCP サーバー \"{0}\" が言語モデル呼び出しの要求を発行しました。チャット中にツール呼び出し以外で要求を行うことを許可しますか?",
7963
7963
  "MCP サーバー \"{0}\" が言語モデル要求をトリガーしましたが、許可リストに含まれたモデルがありません。",
7964
7964
  "構成",
7965
7965
  "キャンセル",