@codingame/monaco-vscode-language-pack-ja 1.85.5 → 1.85.6
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": "1.85.
|
|
3
|
+
"version": "1.85.6",
|
|
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@1.85.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@1.85.6"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -242,6 +242,7 @@
|
|
|
242
242
|
"Break when URL Contains": "URL に含まれている場合に中断する",
|
|
243
243
|
"Breaks on all throw errors, even if they're caught later.": "後でキャッチされた場合でも、すべてのスロー エラーで中断します。",
|
|
244
244
|
"Breaks only on errors or promise rejections that are not handled.": "処理されないエラーまたは promise 拒否の場合にのみ中断します。",
|
|
245
|
+
"Browser connection failed, will retry: {0}": "Browser connection failed, will retry: {0}",
|
|
245
246
|
"CPU Profile": "CPU プロファイル",
|
|
246
247
|
"CPU profile saved as \"{0}\" in your workspace folder": "ワークスペース フォルダーに \"{0}\" として保存された CPU プロファイル",
|
|
247
248
|
"CSP violation \"{0}\"": "CSP 違反 \"{0}\"",
|
|
@@ -277,15 +278,15 @@
|
|
|
277
278
|
"Enter a URL or a pattern to match": "照合する URL またはパターンを入力してください",
|
|
278
279
|
"Eval": "Eval",
|
|
279
280
|
"Frame could not be restarted": "フレームを再起動できませんでした",
|
|
280
|
-
"Generates a .cpuprofile file you can open in the Chrome devtools": "
|
|
281
|
-
"Generates a .heapprofile file you can open in the Chrome devtools": "
|
|
282
|
-
"Generates a .heapsnapshot file you can open in the Chrome devtools": "
|
|
281
|
+
"Generates a .cpuprofile file you can open in VS Code or the Edge/Chrome devtools": "Generates a .cpuprofile file you can open in VS Code or the Edge/Chrome devtools",
|
|
282
|
+
"Generates a .heapprofile file you can open in VS Code or the Edge/Chrome devtools": "Generates a .heapprofile file you can open in VS Code or the Edge/Chrome devtools",
|
|
283
|
+
"Generates a .heapsnapshot file you can open in VS Code or the Edge/Chrome devtools": "Generates a .heapsnapshot file you can open in VS Code or the Edge/Chrome devtools",
|
|
283
284
|
"Global": "グローバル",
|
|
284
285
|
"Globals": "グローバル",
|
|
285
286
|
"Got it!": "了解",
|
|
286
287
|
"Heap Profile": "ヒープ プロファイル",
|
|
287
288
|
"Heap Snapshot": "ヒープのスナップショット",
|
|
288
|
-
"How long to run the profile
|
|
289
|
+
"How long to run the profile": "How long to run the profile",
|
|
289
290
|
"Ignore": "無視",
|
|
290
291
|
"Installation complete! The extension will be used after you restart your debug session.": "インストールが完了しました。拡張機能は、デバッグ セッションを再起動した後に使用されます。",
|
|
291
292
|
"Installing the DWARF debugger...": "DWARF デバッガーをインストールしています...",
|
|
@@ -383,7 +384,7 @@
|
|
|
383
384
|
"Thread is not paused": "スレッドが一時停止されていません",
|
|
384
385
|
"Thread is not paused on exception": "スレッドが例外で一時停止されていません",
|
|
385
386
|
"Thread not found": "スレッドが見つかりません",
|
|
386
|
-
"Type of profile
|
|
387
|
+
"Type of profile": "Type of profile",
|
|
387
388
|
"URL contains \"{0}\"": "URL に \"{0}\" が含まれています",
|
|
388
389
|
"UWP webview debugging is not available on your platform.": "UWP WebView デバッグは、お使いのプラットフォームでは使用できません。",
|
|
389
390
|
"Unable to attach to browser": "ブラウザーにアタッチできません",
|