@codingame/monaco-vscode-language-pack-ja 2.2.1 → 2.2.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": "2.2.1",
3
+ "version": "2.2.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
- "vscode": "npm:@codingame/monaco-vscode-api@2.2.1"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@2.2.2"
22
22
  }
23
23
  }
@@ -93,7 +93,7 @@
93
93
  "debug.terminal.snippet.label": "デバッグ ターミナルで \"npm start\" を実行する",
94
94
  "debug.terminal.toggleAuto": "ターミナル Node.js の自動アタッチの切り替え",
95
95
  "debug.terminal.welcome": "[JavaScript デバッグ ターミナル](command:extension.js-debug.createDebuggerTerminal)\r\n\r\nJavaScript デバッグ ターミナルを使用して、コマンド ラインで実行される Node.js プロセスをデバッグできます。",
96
- "debug.terminal.welcomeWithLink": "[JavaScript Debug Terminal](command:extension.js-debug.createDebuggerTerminal)\r\n\r\nYou can use the JavaScript Debug Terminal to debug Node.js processes run on the command line.\r\n\r\n[Debug URL](command:extension.js-debug.debugLink)",
96
+ "debug.terminal.welcomeWithLink": "[JavaScript デバッグ ターミナル](command:extension.js-debug.createDebuggerTerminal)\r\n\r\nJavaScript デバッグ ターミナルを使用して、コマンド ラインで実行される Node.js プロセスをデバッグできます。\r\n\r\n[デバッグ URL](command:extension.js-debug.debugLink)",
97
97
  "debug.unverifiedBreakpoints": "ブレークポイントの一部を設定できませんでした。問題が発生している場合は、[起動構成のトラブルシューング](command:extension.js-debug.createDiagnostics) できます。",
98
98
  "debugLink.label": "リンクを開く",
99
99
  "edge.address.description": "Web ビューのデバッグ時に、Web ビューがリッスンしている IP アドレスまたはホスト名。設定しない場合、自動的に検出されます。",
@@ -11,7 +11,7 @@
11
11
  "bundle": {
12
12
  "\"{0}\" has fingerprint \"{1}\"": "\"{0}\" のフィンガープリントは \"{1}\" です",
13
13
  "$(info) Remote \"{0}\" has no tags.": "$(info) リモート「{0}」にタグがありません。",
14
- "$(info) This repository has no stashes.": "$(info) このリポジトリにはスラッシュがありません。",
14
+ "$(info) This repository has no stashes.": "$(info) このリポジトリにはスタッシュがありません。",
15
15
  "$(info) This repository has no tags.": "$(info) このリポジトリにはタグがありません。",
16
16
  "A branch named \"{0}\" already exists": "ブランチ名 \"{0}\" は既に存在します",
17
17
  "A git repository was found in the parent folders of the workspace or the open file(s). Would you like to open the repository?": "ワークスペースまたは開いているファイルの親フォルダーに Git リポジトリが見つかりました。リポジトリを開きますか?",
@@ -4585,6 +4585,8 @@ var content = {
4585
4585
  interactiveSessionResponseVote: "回答が可決されると、'up' に設定されます。否決されると、'down' に設定されます。それ以外の場合は空の文字列です。"
4586
4586
  },
4587
4587
  "vs/workbench/contrib/chat/common/chatServiceImpl": {
4588
+ "action.showExtension": "Show Extension",
4589
+ chatFailErrorMessage: "Chat failed to load. Please ensure that the GitHub Copilot Chat extension is up to date.",
4588
4590
  emptyResponse: "プロバイダーが null 応答を返しました"
4589
4591
  },
4590
4592
  "vs/workbench/contrib/codeActions/browser/codeActionsContribution": {