@codingame/monaco-vscode-language-pack-ja 8.0.4 → 9.0.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": "8.0.4",
3
+ "version": "9.0.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@8.0.4"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@9.0.2"
22
22
  }
23
23
  }
@@ -64,6 +64,12 @@
64
64
  "commands.callersRemoveAll.label": "除外されたすべての呼び出し元を削除する",
65
65
  "commands.disableSourceMapStepping.label": "ソース マップ ステッピングを無効にする",
66
66
  "commands.enableSourceMapStepping.label": "ソース マップ ステッピングを有効にする",
67
+ "commands.networkClear.label": "ネットワーク ログをクリアします",
68
+ "commands.networkCopyURI.label": "要求 ID をコピーします",
69
+ "commands.networkOpenBody.label": "応答本文を開きます",
70
+ "commands.networkOpenBodyInHexEditor.label": "応答本文を 16 進数エディターで開きます",
71
+ "commands.networkReplayXHR.label": "要求を再生します",
72
+ "commands.networkViewRequest.label": "要求を cURL として表示します",
67
73
  "configuration.autoAttachMode": "'#debug.node.autoAttach#' がオンの場合に、自動的にアタッチしてデバッグするプロセスを構成します。'--inspect' フラグで起動されるノード プロセスは、この設定に関係なく、常にアタッチされます。",
68
74
  "configuration.autoAttachMode.always": "ターミナルで起動されるすべての Node.js プロセスに自動アタッチします。",
69
75
  "configuration.autoAttachMode.disabled": "オート アタッチが無効で、ステータス バーに表示されません。",
@@ -74,6 +80,7 @@
74
80
  "configuration.breakOnConditionalError": "条件付きブレークポイントでエラーが発生したときに停止するかどうかを指定します。",
75
81
  "configuration.debugByLinkOptions": "デバッグ時に使用したオプションによって、デバッグ ターミナル内からクリックしたリンクが開きます。\"false\" に設定にすると、この動作を無効にできます。",
76
82
  "configuration.defaultRuntimeExecutables": "指定されていない場合に起動構成に使用される、既定の 'runtimeExecutable'。これは、Node.js またはブラウザーのインストールのカスタム パスを構成するために使用できます。",
83
+ "configuration.enableNetworkView": "それをサポートするターゲットの試験的なネットワーク ビューを有効にします。",
77
84
  "configuration.npmScriptLensLocation": "npm スクリプトで \"実行\" と \"デバッグ\" のコード レンズが表示される場所。\"すべて\" のスクリプトまたはスクリプト セクションの \"上\" に表示するか、\"表示しない\" を指定できます。",
78
85
  "configuration.pickAndAttachOptions": "'デバッグ: Node.js のプロセスにアタッチ' コマンドでプロセスをデバッグするときに使用する既定のオプション",
79
86
  "configuration.resourceRequestOptions": "デバッガーでソース マップなどのリソースを読み込むときに使用する要求オプションです。ソースマップで認証が必要な場合または自己署名証明書を使用する場合などに、これを構成する必要がある可能性があります。オプションは、[`got`](https://github.com/sindresorhus/got) ライブラリを使用して要求を作成するために使用されます。\r\n\r\n通常、証明書の検証を無効にするためには、`{ \"https\": { \"rejectUnauthorized\": false } }` をパスします。",
@@ -137,6 +144,7 @@
137
144
  "node.console.title": "Node デバッグ コンソール",
138
145
  "node.disableOptimisticBPs.description": "どのファイルについても、そのファイルのソースマップが読み込まれるまではブレークポイントを設定しないでください。",
139
146
  "node.enableTurboSourcemaps.description": "ソースマップ検出に新しい高速メカニズムを使用するかどうかを構成します",
147
+ "node.experimentalNetworking.description": "Node.js で試験的な検査を有効にします。`自動` に設定すると、これをサポートするバージョンの Node.js に対して有効になります。明示的に有効または無効にするには、`オン` または `オフ` に設定できます。",
140
148
  "node.killBehavior.description": "セッションの停止時にデバッグ プロセスを中止する方法を構成します。以下を指定できます:\r\n\r\n- forceful (既定): プロセス ツリーを強制的に停止します。posix 上では SIGKILL を、Windows 上では 'taskkill.exe /F' を 送信します。\r\n- polite: プロセス ツリーを正常に終了します。この方法でシャットダウンした後、不適切なプロセスが引き続き実行される可能性があります。posix 上では SIGTERM を、Windows 上では '/F' (force) フラグなしの taskkill.exe を送信します。\r\n-none: 終了は発生しません。",
141
149
  "node.label": "Node.js",
142
150
  "node.launch.args.description": "プログラムに渡されるコマンド ライン引数。\r\n\r\n文字列の配列または 1 つの文字列を指定できます。プログラムがターミナルで起動される場合、このプロパティを単一の文字列に設定すると、シェルの引数がエスケープされません。",
@@ -265,6 +273,7 @@
265
273
  "Closure ({0})": "クロージャ ({0})",
266
274
  "Console profile started": "コンソール プロファイルが開始されました",
267
275
  "Could not connect to any UWP Webview pipe. Make sure your webview is hosted in debug mode, and that the `pipeName` in your `launch.json` is correct.": "UWP Web ビュー パイプに接続できませんでした。Web ビューがデバッグ モードでホストされていること、および 'launch.json' の 'pipeName' が正しいことを確認してください。",
276
+ "Could not find a location for the variable": "変数の場所が見つかりませんでした",
268
277
  "Could not query the provided object": "指定されたオブジェクトを照会できませんでした",
269
278
  "Could not read source map for {0}: {1}": "{0} のソース マップを読み取れませんでした: {1}",
270
279
  "Could not read {0}: {1}": "{0} を読み取ることができませんでした: {1}",
@@ -311,8 +320,10 @@
311
320
  "Lost connection to debugee, reconnecting in {0}ms\r\n": "デバッグ対象への接続が失われました。{0} ミリ秒以内に再接続します\r\n",
312
321
  "Manual": "手動",
313
322
  "Module": "モジュール",
323
+ "Networking not available.": "ネットワークを利用できません。",
314
324
  "Never": "なし",
315
325
  "No": "いいえ",
326
+ "No npm scripts found in the workspace folder.": "No npm scripts found in the workspace folder.",
316
327
  "No npm scripts found in your package.json": "package.json に npm スクリプトがありません",
317
328
  "No package.json files found in your workspace.": "ワークスペースに package.json ファイルが見つかりません。",
318
329
  "No workspace folder open.": "開いているワークスペース フォルダーがありません。",
@@ -353,15 +364,18 @@
353
364
  "Resume AudioContext": "AudioContext の再開",
354
365
  "Return value": "戻り値",
355
366
  "Run Current File": "現在のファイルの実行",
367
+ "Run Node.js tool": "Run Node.js tool",
356
368
  "Run Script: {0}": "スクリプトの実行: {0}",
357
369
  "Run for a specific amount of time": "特定の期間にわたって実行します",
358
370
  "Run until a specific breakpoint is hit": "特定のブレークポイントにヒットするまで実行します",
359
371
  "Run until manually stopped": "手動で停止されるまで実行します",
372
+ "Runs a Node.js command-line installed in the workspace node_modules.": "Runs a Node.js command-line installed in the workspace node_modules.",
360
373
  "Saving": "保存中",
361
374
  "Script": "スクリプト",
362
375
  "Script Blocked by Content Security Policy": "コンテンツ セキュリティ ポリシーによってスクリプトがブロックされた",
363
376
  "Script First Statement": "スクリプトの最初のステートメント",
364
377
  "Select a tab": "タブを選択してください",
378
+ "Select a tool to run": "Select a tool to run",
365
379
  "Select current working directory for new terminal": "新しいターミナルの作業ディレクトリを選択してください",
366
380
  "Select test configuration to run": "実行するテスト構成を選択する",
367
381
  "Select the page where you want to open the devtools": "devtools を開くページを選択します",
@@ -246,7 +246,7 @@
246
246
  "javascript.format.enable": "既定の JavaScript フォーマッタを有効/無効にします。",
247
247
  "javascript.goToProjectConfig.title": "プロジェクト構成 (jsconfig / tsconfig) に移動",
248
248
  "javascript.preferences.jsxAttributeCompletionStyle.auto": "プロパティの種類に基づいて属性名の後に '={}' または '=\"\"' を挿入します。文字列属性に使用される引用符の種類を制御するには、`javascript.preferences.quoteStyle` を参照してください。",
249
- "javascript.preferences.organizeImports": "インポートの順序を制御する高度な設定。プリセットは `#javascript.preferences.organizeImports.presets#` で使用できます",
249
+ "javascript.preferences.organizeImports": "インポートの順序を制御する詳細な設定です。",
250
250
  "javascript.referencesCodeLens.enabled": "JavaScript ファイル内で CodeLens の参照を有効/無効にします。",
251
251
  "javascript.referencesCodeLens.showOnAllFunctions": "JavaScript ファイル内のすべての関数で CodeLens への参照を有効または無効にします。",
252
252
  "javascript.suggestionActions.enabled": "エディター内で JavaScript ファイルの診断の提案を有効または無効にします。",
@@ -268,7 +268,7 @@
268
268
  "typescript.npm": "[自動タイプ取得](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition) に使われる npm 実行可能ファイルへのパスを指定します。",
269
269
  "typescript.openTsServerLog.title": "TS サーバーのログを開く",
270
270
  "typescript.preferences.autoImportFileExcludePatterns": "自動インポートから除外するファイルの glob パターンを指定します。相対パスは、ワークスペース ルートを基準に解決されます。パターンは、tsconfig.json ['exclude'](https://www.typescriptlang.org/tsconfig#exclude) セマンティクスを使用して評価されます。",
271
- "typescript.preferences.autoImportSpecifierExcludeRegexes": "Specify regular expressions to exclude auto imports with matching import specifiers. Examples:\r\n\r\n- `^node:`\r\n- `lib/internal` (slashes don't need to be escaped...)\r\n- `/lib\\/internal/i` (...unless including surrounding slashes for `i` or `u` flags)\r\n- `^lodash$` (only allow subpath imports from lodash)",
271
+ "typescript.preferences.autoImportSpecifierExcludeRegexes": "一致するインポート指定子を使用して、自動インポートを除外する正規表現を指定します。例:\r\n\r\n- `^node:`\r\n- `lib/internal' (スラッシュはエスケープする必要ありません...)\r\n- `/lib\\/internal/i` (...`i` フラグまたは `u` フラグに周囲のスラッシュを含めない限り)\r\n- `^lodash$` (lodash からのサブパス インポートのみを許可)",
272
272
  "typescript.preferences.importModuleSpecifier": "自動 import の優先パス スタイル。",
273
273
  "typescript.preferences.importModuleSpecifier.nonRelative": "`jsconfig.json` または `tsconfig.json` に構成されている `baseUrl` または `paths` に基づいて非相対インポートを優先します。",
274
274
  "typescript.preferences.importModuleSpecifier.projectRelative": "相対インポート パスでパッケージまたはプロジェクト ディレクトリが提供される場合にのみ、非相対インポートを優先します。",
@@ -288,20 +288,20 @@
288
288
  "typescript.preferences.jsxAttributeCompletionStyle.auto": "プロパティの種類に基づいて属性名の後に '={}' または '=\"\"' を挿入します。文字列属性に使用される引用符の種類を制御するには、`typescript.preferences.quoteStyle` を参照してください。",
289
289
  "typescript.preferences.jsxAttributeCompletionStyle.braces": "属性名の後に `={}` を挿入します。",
290
290
  "typescript.preferences.jsxAttributeCompletionStyle.none": "属性名の挿入のみ。",
291
- "typescript.preferences.organizeImports": "インポートの順序を制御する高度な設定。プリセットは `#typescript.preferences.organizeImports.presets#` で使用できます",
292
- "typescript.preferences.organizeImports.accentCollation": "分音記号付きの文字を基本文字と等しくない文字と比較する",
293
- "typescript.preferences.organizeImports.caseFirst": "大文字が小文字の前に来るかどうかを示します。`organizeImportsCollation: 'unicode'` にのみ適用されます",
294
- "typescript.preferences.organizeImports.caseSensitivity.auto": "インポートの並べ替えの大文字と小文字の区別を検出する",
295
- "typescript.preferences.organizeImports.caseSensitivity.insensitive": "インポートを大文字と小文字を区別せずに並べ替える",
296
- "typescript.preferences.organizeImports.caseSensitivity.sensitive": "インポートを大文字と小文字を区別して並べ替える",
297
- "typescript.preferences.organizeImports.locale": "照合順序に使用されるロケールをオーバーライドします。UI ロケールを使用するには、`auto` を指定します。`organizeImportsCollation: 'unicode'` にのみ適用されます",
298
- "typescript.preferences.organizeImports.numericCollation": "数値文字列を整数値で並べ替える",
299
- "typescript.preferences.organizeImports.typeOrder.auto": "型専用の名前付きインポートを並べ替える場所を検出する",
300
- "typescript.preferences.organizeImports.typeOrder.first": "型の名前付きインポートのみがインポート リストの末尾に並べ替えられます",
301
- "typescript.preferences.organizeImports.typeOrder.inline": "名前付きインポートは名前のみで並べ替えられます",
302
- "typescript.preferences.organizeImports.typeOrder.last": "型の名前付きインポートのみがインポート リストの末尾に並べ替えられます",
303
- "typescript.preferences.organizeImports.unicodeCollation.ordinal": "各コード ポイントの数値を使用してインポートを並べ替える",
304
- "typescript.preferences.organizeImports.unicodeCollation.unicode": "Unicode コード照合順序を使用してインポートを並べ替える",
291
+ "typescript.preferences.organizeImports": "インポートの順序を制御する詳細な設定です。",
292
+ "typescript.preferences.organizeImports.accentCollation": "分音記号付きの文字を、基本文字と等しくないものとして比較します。",
293
+ "typescript.preferences.organizeImports.caseFirst": "大文字が小文字の前に来るかどうかを示します。`organizeImportsCollation: 'unicode'` にのみ適用されます。",
294
+ "typescript.preferences.organizeImports.caseSensitivity.auto": "インポートの並べ替えの大文字と小文字の区別を検出します。",
295
+ "typescript.preferences.organizeImports.caseSensitivity.insensitive": "インポートを大文字と小文字を区別せずに並べ替えます。",
296
+ "typescript.preferences.organizeImports.caseSensitivity.sensitive": "インポートを大文字と小文字を区別して並べ替えます。",
297
+ "typescript.preferences.organizeImports.locale": "照合順序に使用されるロケールをオーバーライドします。UI ロケールを使用するには、`auto` を指定します。`organizeImportsCollation: 'unicode'` にのみ適用されます。",
298
+ "typescript.preferences.organizeImports.numericCollation": "数値文字列を整数値で並べ替えます。",
299
+ "typescript.preferences.organizeImports.typeOrder.auto": "型専用の名前付きインポートを並べ替える場合を検出します。",
300
+ "typescript.preferences.organizeImports.typeOrder.first": "型専用の名前付きインポートは、インポート リストの末尾に並べ替えられます。",
301
+ "typescript.preferences.organizeImports.typeOrder.inline": "名前付きインポートは名前のみで並べ替えられます。",
302
+ "typescript.preferences.organizeImports.typeOrder.last": "型専用の名前付きインポートは、インポート リストの末尾に並べ替えられます。",
303
+ "typescript.preferences.organizeImports.unicodeCollation.ordinal": "各コード ポイントの数値を使用してインポートを並べ替えます。",
304
+ "typescript.preferences.organizeImports.unicodeCollation.unicode": "Unicode コードの照合順序を使用してインポートを並べ替えます。",
305
305
  "typescript.preferences.preferTypeOnlyAutoImports": "可能な場合は、`type` キーワードを自動インポートに含めます。ワークスペースで TypeScript 5.3 以降を使用する必要があります。",
306
306
  "typescript.preferences.quoteStyle": "迅速な修正の使用で優先される引用符のスタイル。",
307
307
  "typescript.preferences.quoteStyle.auto": "既存のコードから引用符の種類を推測する",