@codingame/monaco-vscode-language-pack-ja 11.1.1 → 12.0.0

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/index.js CHANGED
@@ -72,6 +72,7 @@ registerLocalization('MS-CEINTL.vscode-language-pack-ja', 'ja', content, {
72
72
  'vscode.simple-browser': new URL('./translations/extensions/vscode.simple-browser.i18n.json', import.meta.url).href,
73
73
  'vscode.sql': new URL('./translations/extensions/vscode.sql.i18n.json', import.meta.url).href,
74
74
  'vscode.swift': new URL('./translations/extensions/vscode.swift.i18n.json', import.meta.url).href,
75
+ 'vscode.terminal-suggest': new URL('./translations/extensions/vscode.terminal-suggest.i18n.json', import.meta.url).href,
75
76
  'vscode.theme-abyss': new URL('./translations/extensions/vscode.theme-abyss.i18n.json', import.meta.url).href,
76
77
  'vscode.theme-defaults': new URL('./translations/extensions/vscode.theme-defaults.i18n.json', import.meta.url).href,
77
78
  'vscode.theme-kimbie-dark': new URL('./translations/extensions/vscode.theme-kimbie-dark.i18n.json', import.meta.url).href,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-ja",
3
- "version": "11.1.1",
3
+ "version": "12.0.0",
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@11.1.1"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@12.0.0"
22
22
  }
23
23
  }
@@ -262,7 +262,7 @@
262
262
  "css.format.maxPreserveNewLines.desc": "'#css.format.preserveNewLines#' が有効な場合に、1 つのチャンクに保持される改行の最大数。",
263
263
  "css.format.newlineBetweenRules.desc": "ルールセットを空白行で区切ります。",
264
264
  "css.format.newlineBetweenSelectors.desc": "セレクターを改行で区切ります。",
265
- "css.format.preserveNewLines.desc": "要素の前に既存の改行を保持するかどうか。",
265
+ "css.format.preserveNewLines.desc": "ルールと宣言の前に既存の改行を保持するかどうか。",
266
266
  "css.format.spaceAroundSelectorSeparator.desc": "セレクターの区切り記号 '>'、'+'、'~' (例: 'a > b') の周囲に空白文字を付けます。",
267
267
  "css.hover.documentation": "CSS ホバー時にプロパティと値のドキュメントを表示します。",
268
268
  "css.hover.references": "CSS ホバー時に MDN への参照を表示します。",
@@ -300,7 +300,7 @@
300
300
  "less.format.maxPreserveNewLines.desc": "'#less.format.preserveNewLines#' が有効な場合に、1 つのチャンクに保持される改行の最大数。",
301
301
  "less.format.newlineBetweenRules.desc": "ルールセットを空白行で区切ります。",
302
302
  "less.format.newlineBetweenSelectors.desc": "セレクターを改行で区切ります。",
303
- "less.format.preserveNewLines.desc": "要素の前に既存の改行を保持するかどうか。",
303
+ "less.format.preserveNewLines.desc": "ルールと宣言の前に既存の改行を保持するかどうか。",
304
304
  "less.format.spaceAroundSelectorSeparator.desc": "セレクターの区切り記号 '>'、'+'、'~' (例: 'a > b') の周囲に空白文字を付けます。",
305
305
  "less.hover.documentation": "LESS ホバー時にプロパティと値のドキュメントを表示します。",
306
306
  "less.hover.references": "LESS ホバー時に MDN への参照を表示します。",
@@ -335,7 +335,7 @@
335
335
  "scss.format.maxPreserveNewLines.desc": "'#scss.format.preserveNewLines#' が有効な場合に、1 つのチャンクに保持される改行の最大数。",
336
336
  "scss.format.newlineBetweenRules.desc": "ルールセットを空白行で区切ります。",
337
337
  "scss.format.newlineBetweenSelectors.desc": "セレクターを改行で区切ります。",
338
- "scss.format.preserveNewLines.desc": "要素の前に既存の改行を保持するかどうか。",
338
+ "scss.format.preserveNewLines.desc": "ルールと宣言の前に既存の改行を保持するかどうか。",
339
339
  "scss.format.spaceAroundSelectorSeparator.desc": "セレクターの区切り記号 '>'、'+'、'~' (例: 'a > b') の周囲に空白文字を付けます。",
340
340
  "scss.hover.documentation": "SCSS ホバー時にプロパティと値のドキュメントを表示します。",
341
341
  "scss.hover.references": "SCSS ホバー時に MDN への参照を表示します。",
@@ -21,7 +21,6 @@
21
21
  "Add remote from URL": "URL からリモートを追加する",
22
22
  "Add remote from {0}": "{0} からリモートを追加する",
23
23
  "Add to Workspace": "ワークスペースに追加",
24
- "All Changes ({0} ↔ {1})": "すべての変更 ({0} ↔ {1})",
25
24
  "All Repositories": "すべてのリポジトリ",
26
25
  "Always": "常時",
27
26
  "Always Pull": "常にプル",
@@ -85,8 +84,11 @@
85
84
  "Conflict: Both Modified": "競合: 両方変更",
86
85
  "Conflict: Deleted By Them": "競合: 他者が削除",
87
86
  "Conflict: Deleted By Us": "競合: こちらが削除",
87
+ "Continue Merge": "マージの続行",
88
88
  "Continue Rebase": "リベースを続行する",
89
+ "Continuing Merge...": "マージを続行しています...",
89
90
  "Continuing Rebase...": "リベースを続行しています...",
91
+ "Copy Commit Hash": "コミット ハッシュのコピー",
90
92
  "Could not clone your repository as Git is not installed.": "Git がインストールされていないため、リポジトリをクローンできませんでした。",
91
93
  "Create Empty Commit": "空のコミットの作成",
92
94
  "Current": "現在のマシン",
@@ -112,9 +114,11 @@
112
114
  "File \"{0}\" was deleted by us and modified by them.\n\nWhat would you like to do?": "ファイル \"{0}\" は、こちらが削除し、他者が変更しました。\n\nどのように処理しますか?",
113
115
  "Force Checkout": "チェックアウトの強制",
114
116
  "Force push is not allowed, please enable it with the \"git.allowForcePush\" setting.": "強制的なプッシュは禁止されています。\"git.allowForcePush\" 設定で有効にしてください。",
117
+ "Git Blame Information": "Git Blame 情報",
115
118
  "Git History": "Git 履歴",
116
119
  "Git error": "Git エラー",
117
- "Git local working changes": "Git ローカル作業の変更",
120
+ "Git local changes (working tree + index)": "Git ローカルの変更 (作業ツリーとインデックス)",
121
+ "Git local changes (working tree)": "Git ローカルの変更 (作業ツリー)",
118
122
  "Git not found. Install it or configure it using the \"git.path\" setting.": "Git が見つかりません。Git をインストールするか \"git.path\" 設定でパスを構成してください。",
119
123
  "Git repositories were found in the parent folders of the workspace or the open file(s). Would you like to open the repositories?": "ワークスペースまたは開いているファイルの親フォルダーに Git リポジトリが見つかりました。リポジトリを開きますか?",
120
124
  "Git: {0}": "Git: {0}",
@@ -155,17 +159,20 @@
155
159
  "Never": "行わない",
156
160
  "No": "いいえ",
157
161
  "No rebase in progress.": "進行中のリベースはありません。",
162
+ "Not Committed Yet": "まだコミットされていません",
163
+ "Not Committed Yet (Staged)": "まだコミットされていません (ステージ済み)",
158
164
  "OK": "OK",
159
165
  "OK, Don't Ask Again": "今後は確認しない",
160
166
  "OK, Don't Show Again": "OK、今後は表示しない",
161
167
  "Open": "開く",
162
168
  "Open Commit": "コミットを開く",
163
169
  "Open Comparison": "比較を開く",
164
- "Open File": "Open File",
170
+ "Open File": "ファイルを開く",
165
171
  "Open Git Log": "Git ログを開く",
166
172
  "Open Merge": "マージを開く",
167
173
  "Open Repositories In Parent Folders": "親フォルダーでリポジトリを開く",
168
174
  "Open Repository": "リポジトリを開く",
175
+ "Open Settings": "設定を開く",
169
176
  "Open in New Window": "新しいウィンドウで開く",
170
177
  "Optionally provide a stash message": "必要に応じてスタッシュ メッセージを提示する",
171
178
  "Passphrase": "パスフレーズ",
@@ -257,7 +264,8 @@
257
264
  "The repository does not have any untracked changes.": "リポジトリには追跡されていない変更はありません。",
258
265
  "The selection range does not contain any changes.": "選択範囲に変更が含まれていません。",
259
266
  "There are known issues with the installed Git \"{0}\". Please update to Git >= 2.27 for the git features to work correctly.": "インストールされている Git \"{0}\" には既知の問題があります。Git 機能を正常に動作させるために、Git を 2.27 以上に更新してください。",
260
- "There are merge conflicts. Resolve them before committing.": "マージの競合があります。コミットする前にこれを解決してください。",
267
+ "There are merge conflicts while applying the stash. Please resolve them before committing your changes.": "一時退避の適用中にマージの競合が発生しました。変更をコミットする前に解決してください。",
268
+ "There are merge conflicts. Please resolve them before committing your changes.": "マージの競合があります。変更をコミットする前に解決してください。",
261
269
  "There are no available repositories": "利用可能なリポジトリがありません",
262
270
  "There are no changes to commit.": "コミットする必要のある変更はありません。",
263
271
  "There are no changes to stash.": "スタッシュする変更がありません。",
@@ -267,8 +275,7 @@
267
275
  "There are {0} unsaved files.\n\nWould you like to save them before committing?": "{0} 個の保存されていないファイルがあります。\n\nコミット前に保存しますか?",
268
276
  "There are {0} unsaved files.\n\nWould you like to save them before stashing?": "{0} 個の保存されていないファイルがあります。\n\nスタッシュする前に保存しますか?",
269
277
  "There are {0} untracked files which will be DELETED FROM DISK if discarded.": "破棄すると {0} 個の未追跡ファイルがディスクから削除されます。",
270
- "There were merge conflicts while applying the stash.": "スタッシュを適用している間に、マージの競合がありました。",
271
- "There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.": "There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.",
278
+ "There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.": "変更のチェリー ピック中にマージの競合が発生しました。競合を解決してからコミットしてください。",
272
279
  "This action will pull and push commits from and to \"{0}/{1}\".": "このアクションは、\"{0}/{1}\" との間でコミットをプルおよびプッシュします。",
273
280
  "This repository has no remotes configured to fetch from.": "リポジトリには、フェッチ元として構成されているリモートがありません。",
274
281
  "This will DELETE {0} untracked files!\nThis is IRREVERSIBLE!\nThese files will be FOREVER LOST.": "{0} 個の追跡されていないファイルが削除されます。\n元に戻すことはできません。\nこれらのファイルは完全に失われます。",
@@ -304,7 +311,9 @@
304
311
  "[main] Using git \"{0}\" from \"{1}\"": "[main] \"{1}\" から Git \"{0}\" を使用しています",
305
312
  "[main] Validating found git in: \"{0}\"": "[main] Git の検証が検出されました: \"{0}\"",
306
313
  "branches": "ブランチ",
314
+ "in {0}": "{0} 後",
307
315
  "no": "no",
316
+ "now": "今",
308
317
  "remote branches": "リモート ブランチ",
309
318
  "tags": "タグ",
310
319
  "yes": "はい",
@@ -331,10 +340,69 @@
331
340
  "{0} Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "{0} Branch の発行",
332
341
  "{0} Sync Changes{1}{2}": "{0}変更の同期{1}{2}",
333
342
  "{0} characters over {1} in current line": "現在の行で {1} から {0} 文字オーバー",
343
+ "{0} day": "{0} 日",
344
+ "{0} day ago": "{0} 日前",
345
+ "{0} days": "{0} 日",
346
+ "{0} days ago": "{0} 日前",
347
+ "{0} deletions{1}": "{0} 個の削除{1}",
348
+ "{0} deletion{1}": "{0} 個の削除{1}",
349
+ "{0} file changed": "{0} 個のファイルが変更済み",
350
+ "{0} files changed": "{0} 個のファイルが変更済み",
351
+ "{0} hour": "{0} 時間",
352
+ "{0} hour ago": "{0} 時間前",
353
+ "{0} hours": "{0} 時間",
354
+ "{0} hours ago": "{0} 時間前",
355
+ "{0} hr": "{0} 時間",
356
+ "{0} hr ago": "{0} 時間前",
357
+ "{0} hrs": "{0} 時間",
358
+ "{0} hrs ago": "{0} 時間前",
359
+ "{0} insertions{1}": "{0} 個の挿入{1}",
360
+ "{0} insertion{1}": "{0} 個の挿入{1}",
361
+ "{0} min": "{0} 分",
362
+ "{0} min ago": "{0} 分前",
363
+ "{0} mins": "{0} 分",
364
+ "{0} mins ago": "{0} 分前",
365
+ "{0} minute": "{0} 分",
366
+ "{0} minute ago": "{0} 分前",
367
+ "{0} minutes": "{0} 分",
368
+ "{0} minutes ago": "{0} 分前",
369
+ "{0} mo": "{0} か月",
370
+ "{0} mo ago": "{0} か月前",
371
+ "{0} month": "{0} か月",
372
+ "{0} month ago": "{0} か月前",
373
+ "{0} months": "{0} か月",
374
+ "{0} months ago": "{0} か月前",
375
+ "{0} mos": "{0} か月",
376
+ "{0} mos ago": "{0} か月前",
377
+ "{0} sec": "{0} 秒",
378
+ "{0} sec ago": "{0} 秒前",
379
+ "{0} second": "{0} 秒",
380
+ "{0} second ago": "{0} 秒前",
381
+ "{0} seconds": "{0} 秒",
382
+ "{0} seconds ago": "{0} 秒前",
383
+ "{0} secs": "{0} 秒",
384
+ "{0} secs ago": "{0} 秒前",
385
+ "{0} week": "{0} 週間",
386
+ "{0} week ago": "{0} 週間前",
387
+ "{0} weeks": "{0} 週間",
388
+ "{0} weeks ago": "{0} 週間前",
389
+ "{0} wk": "{0} 週間",
390
+ "{0} wk ago": "{0} 週間前",
391
+ "{0} wks": "{0} 週間",
392
+ "{0} wks ago": "{0} 週間前",
393
+ "{0} year": "{0} 年",
394
+ "{0} year ago": "{0} 年前",
395
+ "{0} years": "{0} 年",
396
+ "{0} years ago": "{0} 年前",
397
+ "{0} yr": "{0} 年",
398
+ "{0} yr ago": "{0} 年前",
399
+ "{0} yrs": "{0} 年",
400
+ "{0} yrs ago": "{0} 年前",
334
401
  "{0} ↔ {1}": "{0} ↔ {1}"
335
402
  },
336
403
  "package": {
337
404
  "colors.added": "追加したリソースの配色。",
405
+ "colors.blameEditorDecoration": "blame エディターの装飾色。",
338
406
  "colors.conflict": "リソースが競合する場合の配色",
339
407
  "colors.deleted": "リソースを検出した場合の配色",
340
408
  "colors.ignored": "リソースを無視する場合の配色",
@@ -352,14 +420,14 @@
352
420
  "command.api.getRemoteSources": "リモート ソースの取得",
353
421
  "command.api.getRepositories": "リポジトリの取得",
354
422
  "command.api.getRepositoryState": "リポジトリ状態の取得",
423
+ "command.blameToggleEditorDecoration": "Toggle Git Blame Editor Decoration",
424
+ "command.blameToggleStatusBarItem": "Toggle Git Blame Status Bar Item",
355
425
  "command.branch": "ブランチの作成...",
356
426
  "command.branchFrom": "ブランチの作成元...",
357
427
  "command.checkout": "チェックアウト先...",
358
428
  "command.checkoutDetached": "チェックアウト先 (デタッチ済み)...",
359
- "command.checkoutRefDetached": "チェックアウト (デタッチ済み)",
360
429
  "command.cherryPick": "チェリーピック...",
361
- "command.cherryPickAbort": "Abort Cherry Pick",
362
- "command.cherryPickRef": "チェリーピック",
430
+ "command.cherryPickAbort": "チェリー ピックの中止",
363
431
  "command.clean": "変更を破棄",
364
432
  "command.cleanAll": "すべての変更を破棄",
365
433
  "command.cleanAllTracked": "変更履歴をすべて破棄",
@@ -405,6 +473,11 @@
405
473
  "command.git.openMergeEditor": "マージ エディターで解決",
406
474
  "command.git.runGitMerge": "Git とのコンピューティングの競合",
407
475
  "command.git.runGitMergeDiff3": "Git とのコンピューティングの競合 (Diff3)",
476
+ "command.graphCheckout": "チェックアウト",
477
+ "command.graphCheckoutDetached": "チェックアウト (デタッチ済み)",
478
+ "command.graphCherryPick": "チェリー ピック",
479
+ "command.graphDeleteBranch": "ブランチの削除",
480
+ "command.graphDeleteTag": "タグの削除",
408
481
  "command.ignore": ".gitignore に追加",
409
482
  "command.init": "リポジトリの初期化",
410
483
  "command.manageUnsafeRepositories": "安全でないリポジトリの管理",
@@ -475,11 +548,10 @@
475
548
  "command.unstage": "変更のステージング解除",
476
549
  "command.unstageAll": "すべての変更のステージング解除",
477
550
  "command.unstageSelectedRanges": "選択した範囲のステージを解除",
478
- "command.viewAllChanges": "すべての変更を表示",
479
- "command.viewChanges": "変更の表示",
480
- "command.viewCommit": "コミットを表示",
481
- "command.viewStagedChanges": "ステージされている変更の表示",
482
- "command.viewUntrackedChanges": "追跡されていない変更の表示",
551
+ "command.viewChanges": "変更を開く",
552
+ "command.viewCommit": "コミットを開く",
553
+ "command.viewStagedChanges": "ステージされた変更を開く",
554
+ "command.viewUntrackedChanges": "追跡対象外の変更を開く",
483
555
  "config.allowForcePush": "強制的なプッシュ (--force-with-lease の有無にかかわらず) を有効にするかどうかを制御します。",
484
556
  "config.allowNoVerifyCommit": "pre-commit と commit-msg フックを実行しないコミットを許可するかどうかを制御します。",
485
557
  "config.alwaysShowStagedChangesResourceGroup": "ステージ済み変更のリソース グループを常に表示します。",
@@ -493,6 +565,10 @@
493
565
  "config.autofetch": "true に設定すると、現在の Git リポジトリの既定のリモートからコミットが自動的にフェッチされます。[すべて] に設定すると、すべてのリモートからフェッチされます。",
494
566
  "config.autofetchPeriod": "`#git.autofetch#` が有効な場合の git の自動フェッチ間隔 (秒単位)。",
495
567
  "config.autorefresh": "自動更新の有効/無効。",
568
+ "config.blameEditorDecoration.enabled": "エディターの装飾を使用して、エディターに blame の情報を表示するかどうかを制御します。",
569
+ "config.blameEditorDecoration.template": "blame 情報エディターの装飾用のテンプレート。サポート対象の変数:\r\n\r\n* `hash`: コミット ハッシュ\r\n\r\n* `hashShort`: `#git.commitShortHashLength#` に従ったコミット ハッシュの最初の N 文字\r\n\r\n* `subject`: コミット メッセージの最初の行\r\n\r\n* `authorName`: 作成者名\r\n\r\n* `authorEmail`: 作成者のメール\r\n\r\n* `authorDate`: 作成日\r\n\r\n* `authorDateAgo`: 現在と作成日の間の時間差\r\n\r\n",
570
+ "config.blameStatusBarItem.enabled": "ステータス バーに blame の情報を表示するかどうかを制御します。",
571
+ "config.blameStatusBarItem.template": "blame 情報のステータス バー項目のテンプレート。サポート対象の変数:\r\n\r\n* `hash`: コミット ハッシュ\r\n\r\n* `hashShort`: `#git.commitShortHashLength#` に従ったコミット ハッシュの最初の N 文字\r\n\r\n* `subject`: コミット メッセージの最初の行\r\n\r\n* `authorName`: 作成者名\r\n\r\n* `authorEmail`: 作成者のメール\r\n\r\n* `authorDate`: 作成日\r\n\r\n* `authorDateAgo`: 現在と作成日の間の時間差\r\n\r\n",
496
572
  "config.branchPrefix": "新しいブランチを作成するときに使用されるプレフィックス。",
497
573
  "config.branchProtection": "保護されたブランチのリスト。既定では、変更が保護されたブランチにコミットされる前にプロンプトが表示されます。プロンプトは、'#git.branchProtectionPrompt#' 設定を使用して制御できます。",
498
574
  "config.branchProtectionPrompt": "保護されたブランチに変更をコミットする前にプロンプトを表示するかどうかを制御します。",
@@ -514,6 +590,7 @@
514
590
  "config.checkoutType.tags": "タグ",
515
591
  "config.closeDiffOnOperation": "変更をスタッシュ、コミット、破棄、ステージング、またはステージング解除する場合に差分エディターを自動的に閉じるかどうかを制御します。",
516
592
  "config.commandsToLog": "'stdout' のログが[git output](command:git.showOutput) に記録される Git コマンドの一覧 (commit、push など)。Git コマンドでクライアント側フックが構成されている場合、クライアント側フックの 'stdout' のログも[git output](command:git.showOutput) に記録されます。",
593
+ "config.commitShortHashLength": "コミットの短いハッシュの長さを制御します。",
517
594
  "config.confirmEmptyCommits": "'Git: Commit Empty' コマンドの空のコミットの作成を常に確認します。",
518
595
  "config.confirmForcePush": "強制的なプッシュの前に確認を求めるかどうかを制御します。",
519
596
  "config.confirmNoVerifyCommit": "確認せずにコミットする前に確認メッセージを表示するかどうかを制御します。",
@@ -633,7 +710,7 @@
633
710
  "view.workbench.scm.closedRepositories": "以前に閉じられた Git リポジトリが見つかりました。\r\n[閉じたリポジトリを再度開く](command:git.reopenClosedRepositories)\r\nVS Codeで Git とソース管理を使用する方法の詳細については、[ドキュメントを参照](https://aka.ms/vscode-scm)。",
634
711
  "view.workbench.scm.closedRepository": "以前に閉じられた Git リポジトリが見つかりました。\r\n[閉じたリポジトリを再度開く](command:git.reopenClosedRepositories)\r\nVS Codeで Git とソース管理を使用する方法の詳細については、[ドキュメントを参照](https://aka.ms/vscode-scm)。",
635
712
  "view.workbench.scm.disabled": "Git 機能を使用する場合は、[設定](command:workbench.action.openSettings?%5B%22git.enabled%22%5D) で Git を有効にしてください。\r\nVS Codeで Git とソース管理を使用する方法の詳細については、[ドキュメントを参照](https://aka.ms/vscode-scm)。",
636
- "view.workbench.scm.empty": "Git 機能を使用するには、Git リポジトリを含むフォルダーを開くか、URL から複製します。\r\n[フォルダーを開く](command:vscode.openFolder)\r\n[リポジトリの複製](command:git.clone)\r\nVS Codeで Git とソース管理を使用する方法の詳細については、[ドキュメントを参照](https://aka.ms/vscode-scm)。",
713
+ "view.workbench.scm.empty": "Git 機能を使用するには、Git リポジトリを含むフォルダーを開くか、URL から複製します。\r\n[フォルダーを開く](command:vscode.openFolder)\r\n[リポジトリをクローンする](command:git.cloneRecursive)\r\nVS Codeで Git とソース管理を使用する方法の詳細については、[ドキュメントを参照](https://aka.ms/vscode-scm)。",
637
714
  "view.workbench.scm.emptyWorkspace": "現在開いているワークスペースには、Git リポジトリを含むフォルダーがありません。\r\n[ワークスペースにフォルダーを追加](command:workbench.action.addRootFolder)\r\nVS Codeで Git とソース管理を使用する方法の詳細については、[ドキュメントを参照](https://aka.ms/vscode-scm)。",
638
715
  "view.workbench.scm.folder": "現在開いているフォルダーには Git リポジトリがありません。Git を利用したソース管理機能を有効にするリポジトリを初期化できます。\r\n[リポジトリを初期化する](command:git.init?%5Btrue%5D)\r\nVS Codeで Git とソース管理を使用する方法の詳細については、[ドキュメントを参照](https://aka.ms/vscode-scm)。",
639
716
  "view.workbench.scm.missing": "一般的なソース管理システムである Git をインストールして、コードの変更を追跡し、他のユーザーと共同作業を行います。詳細については、[Git ガイド](https://aka.ms/vscode-scm) を参照してください。",
@@ -22,6 +22,7 @@
22
22
  "Learn More": "詳細情報",
23
23
  "Log level: {0}": "ログ レベル: {0}",
24
24
  "No": "いいえ",
25
+ "No GitHub remotes found that contain this commit.": "このコミットを含む GitHub リモートが見つかりませんでした。",
25
26
  "No template": "テンプレートなし",
26
27
  "Open PR": "PR を開く",
27
28
  "Open on GitHub": "GitHub 上で開く",
@@ -43,12 +44,18 @@
43
44
  "The fork \"{0}\" was successfully created on GitHub.": "フォーク \"{0}\" が GitHub で正常に作成されました。",
44
45
  "Uploading files": "ファイルをアップロードしています",
45
46
  "You don't have permissions to push to \"{0}/{1}\" on GitHub. Would you like to create a fork and push to it instead?": "GitHub で \"{0}/{1}\" にプッシュするためのアクセス許可がありません。代わりに、フォークを作成してそれにプッシュしますか?",
46
- "Your push to \"{0}/{1}\" was rejected by GitHub because push protection is enabled and one or more secrets were detected.": "プッシュ保護が有効で、1 つ以上のシークレットが検出されたため、\"{0}/{1}\" へのプッシュは GitHub によって拒否されました。"
47
+ "Your push to \"{0}/{1}\" was rejected by GitHub because push protection is enabled and one or more secrets were detected.": "プッシュ保護が有効で、1 つ以上のシークレットが検出されたため、\"{0}/{1}\" へのプッシュは GitHub によって拒否されました。",
48
+ "{0} Open on GitHub": "gitHub で開く {0}"
47
49
  },
48
50
  "package": {
51
+ "command.copyVscodeDevLink": "vscode.dev リンクのコピー",
52
+ "command.openOnGitHub": "GitHub で開く",
53
+ "command.openOnVscodeDev": "vscode.dev で開く",
54
+ "command.publish": "GitHub に公開",
49
55
  "config.branchProtection": "GitHub リポジトリのリポジトリ ルールに対してクエリを実行するかどうかを制御します",
50
56
  "config.gitAuthentication": "VS Code 内で Git コマンドの自動 GitHub 認証を有効にするかどうかを制御します。",
51
57
  "config.gitProtocol": "GitHub リポジトリの複製に使用するプロトコルを制御します",
58
+ "config.showAvatar": "Controls whether to show the GitHub avatar of the commit author in various hovers (ex: Git blame, Timeline, Source Control Graph, etc.)",
52
59
  "description": "VS Code 用 GitHub 機能",
53
60
  "displayName": "GitHub",
54
61
  "welcome.publishFolder": "このフォルダーを GitHub リポジトリに直接公開することができます。公開後、Git と GitHub を利用したソース管理機能にアクセスできるようになります。\r\n[$(github) GitHub に公開](command:github.publish)",
@@ -16,7 +16,7 @@
16
16
  "copyCellOutput.title": "セル出力のコピー",
17
17
  "description": "Jupyter の .ipynb ノートブック ファイルを開いて読み取るための基本サポートを提供します",
18
18
  "displayName": ".ipynb のサポート",
19
- "ipynb.experimental.serialization": "Experimental feature to serialize the Jupyter notebook in a worker thread.",
19
+ "ipynb.experimental.serialization": "ワーカー スレッドで Jupyter Notebook をシリアル化するための試験的な機能です。",
20
20
  "ipynb.pasteImagesAsAttachments.enabled": "ipynb ノートブック ファイルの Markdown セルへの画像の貼り付け機能を有効または無効にします。貼り付けられた画像は、セルに添付ファイルとして挿入されます。",
21
21
  "markdownAttachmentRenderer.displayName": "Markdown-It ipynb Cell Attachment renderer",
22
22
  "newUntitledIpynb.shortTitle": "Jupyter Notebook",
@@ -12,8 +12,8 @@
12
12
  "$ref '{0}' in '{1}' can not be resolved.": "'{1}' の $ref '{0}' を解決できません。",
13
13
  "<empty>": "<empty>",
14
14
  "A default value. Used by suggestions.": "既定値。候補によって使用されます。",
15
- "A descriptive title of the element.": "要素の説明的なタイトル。",
16
- "A long description of the element. Used in hover menus and suggestions.": "要素の詳しい説明です。ホバー メニューと候補で使用されます。",
15
+ "A descriptive title of the schema.": "スキーマの説明的なタイトル。",
16
+ "A long description of the schema. Used in hover menus and suggestions.": "スキーマの詳しい説明です。ホバー メニューと候補で使用されます。",
17
17
  "A map of property names to either an array of property names or a schema. An array of property names means the property named in the key depends on the properties in the array being present in the object in order to be valid. If the value is a schema, then the schema is only applied to the object if the property in the key exists on the object.": "プロパティ名の配列またはスキーマへのプロパティ名のマップです。プロパティ名の配列は、キーで指定されたプロパティが有効であるために、配列内のプロパティがオブジェクトに存在することに依存することを意味します。値がスキーマの場合、キーのプロパティがオブジェクトに存在する場合にのみ、スキーマがオブジェクトに適用されます。",
18
18
  "A map of property names to schemas for each property.": "各プロパティのスキーマへのプロパティ名のマップ。",
19
19
  "A map of regular expressions on property names to schemas for matching properties.": "プロパティ名の正規表現を一致するプロパティのスキーマにマップします。",
@@ -43,14 +43,14 @@
43
43
  "Configured in workspace settings": "ワークスペース設定で構成済み",
44
44
  "Default value": "既定値",
45
45
  "Describes the content encoding of a string property.": "文字列プロパティのコンテンツ エンコードを示します。",
46
- "Describes the format expected for the value.": "値に必要な形式を説明します。",
46
+ "Describes the format expected for the value. By default, not used for validation": "値に必要な形式を説明します。既定では、検証には使用されません",
47
47
  "Describes the media type of a string property.": "文字列プロパティのメディアの種類を示します。",
48
48
  "Downloading schemas is disabled through setting '{0}'": "スキーマのダウンロードは、設定 '{0}' によって無効になっています",
49
49
  "Downloading schemas is disabled. Click to configure.": "スキーマのダウンロードは無効になっています。構成するには、クリックしてください。",
50
50
  "Draft-03 schemas are not supported.": "Draft-03 スキーマはサポートされていません。",
51
51
  "Duplicate anchor declaration: '{0}'": "アンカー宣言が重複しています: '{0}'",
52
52
  "Duplicate object key": "オブジェクト キーが重複しています",
53
- "Either a schema or a boolean. If a schema, then used to validate all properties not matched by 'properties' or 'patternProperties'. If false, then any properties not matched by either will cause this schema to fail.": "スキーマまたはブール値のいずれかです。スキーマの場合、'properties' または 'patternProperties' と一致しないすべてのプロパティを検証するために使用されます。false の場合、いずれのプロパティとも一致しない場合、このスキーマは失敗します。",
53
+ "Either a schema or a boolean. If a schema, used to validate all properties not matched by 'properties', 'propertyNames', or 'patternProperties'. If false, any properties not defined by the adajacent keywords will cause this schema to fail.": "スキーマまたはブール値のいずれかです。スキーマの場合、'properties'、'propertyNames' または 'patternProperties' と一致しないすべてのプロパティを検証するために使用されます。false の場合、隣接するキーワードで定義されていないプロパティがあると、このスキーマは失敗します。",
54
54
  "Either a string of one of the basic schema types (number, integer, null, array, object, boolean, string) or an array of strings specifying a subset of those types.": "基本スキーマ型 (数値、整数、null、配列、オブジェクト、ブール値、文字列) のいずれかの文字列、またはこれらの型のサブセットを指定する文字列の配列。",
55
55
  "End of file expected.": "ファイルの終わりが必要です。",
56
56
  "Expected a JSON object, array or literal.": "JSON オブジェクト、配列、またはリテラルが必要です。",
@@ -58,7 +58,7 @@
58
58
  "Expected comma or closing brace": "コンマまたは閉じかっこが必要です",
59
59
  "Expected comma or closing bracket": "コンマまたは閉じかっこが必要です",
60
60
  "Failed to sort the JSONC document, please consider opening an issue.": "JSONC ドキュメントの並べ替えができませんでした。問題の報告を検討してください。",
61
- "For arrays, only when items is set as an array. If it is a schema, then this schema validates items after the ones specified by the items array. If it is false, then additional items will cause validation to fail.": "配列の場合、項目が配列として設定されている場合のみ。スキーマの場合、このスキーマは項目配列で指定された後の項目を検証します。false の場合、追加の項目が原因で検証が失敗します。",
61
+ "For arrays, only when items is set as an array. If items are a schema, this schema validates items after the ones specified by the items schema. If false, additional items will cause validation to fail.": "配列の場合、項目が配列として設定されている場合のみ。項目がスキーマの場合、このスキーマは項目スキーマで指定された後の項目を検証します。false の場合、追加の項目によって検証が失敗します。",
62
62
  "For arrays. Can either be a schema to validate every element against or an array of schemas to validate each item against in order (the first schema will validate the first element, the second schema will validate the second element, and so on.": "配列の場合。すべての要素を検証するスキーマ、または各項目を順番に検証するスキーマの配列にすることができます (最初のスキーマは最初の要素を検証し、2 番目のスキーマは 2 番目の要素を検証します。",
63
63
  "If all of the items in the array must be unique. Defaults to false.": "配列内のすべての項目が一意である必要がある場合。既定値は false です。",
64
64
  "If the instance is an object, this keyword validates if every property name in the instance validates against the provided schema.": "インスタンスがオブジェクトの場合、このキーワードは、インスタンス内のすべてのプロパティ名が指定されたスキーマに対して検証されるかどうかを検証します。",
@@ -103,6 +103,7 @@
103
103
  "Reference a definition hosted on any location.": "任意の場所でホストされている定義を参照します。",
104
104
  "Sample JSON values associated with a particular schema, for the purpose of illustrating usage.": "使用方法を示す目的で、特定のスキーマに関連付けられているサンプル JSON 値。",
105
105
  "Schema Validated": "スキーマ検証済み",
106
+ "Schema not found: {0}": "スキーマが見つかりません: {0}",
106
107
  "Select the schema to use for {0}": "{0} に使用するスキーマを選択します",
107
108
  "Show Schemas": "スキーマの表示",
108
109
  "Sort JSON": "JSON の並べ替え",
@@ -118,7 +119,7 @@
118
119
  "String is not an e-mail address.": "文字列がメール アドレスではありません。",
119
120
  "String is shorter than the minimum length of {0}.": "文字列が {0} の最小長より短くなっています。",
120
121
  "The \"else\" subschema is used for validation when the \"if\" subschema fails.": "\"else\" サブスキーマは、\"if\" サブスキーマが失敗した場合に検証に使用されます。",
121
- "The \"if\" subschema is used for validation when the \"if\" subschema succeeds.": "\"if\" サブスキーマは、\"if\" サブスキーマが成功した場合に検証に使用されます。",
122
+ "The \"then\" subschema is used for validation when the \"if\" subschema succeeds.": "\"then\" サブスキーマは \"if\" サブスキーマが成功した場合に検証に使用されます。",
122
123
  "The maximum length of a string.": "文字列の最大長。",
123
124
  "The maximum number of items that can be inside an array. Inclusive.": "配列内に配置できる項目の最大数。その数を含みます。",
124
125
  "The maximum number of properties an object can have. Inclusive.": "オブジェクトに設定できるプロパティの最大数。その数を含みます。",
@@ -157,7 +158,8 @@
157
158
  "Value must be {0}.": "値は {0} である必要があります。",
158
159
  "multiple JSON schemas configured": "複数の JSON スキーマが構成されています",
159
160
  "no JSON schema configured": "JSON スキーマが構成されていません",
160
- "only {0} document symbols shown for performance reasons": "パフォーマンス上の理由で {0} のドキュメント シンボルのみが表示されます"
161
+ "only {0} document symbols shown for performance reasons": "パフォーマンス上の理由で {0} のドキュメント シンボルのみが表示されます",
162
+ "{0} is a directory, not a file": "{0} はディレクトリであり、ファイルではありません"
161
163
  },
162
164
  "package": {
163
165
  "description": "JSON ファイルに豊富な言語サポートを提供。",
@@ -22,10 +22,13 @@
22
22
  "Could not open {0}": "{0} を開くことができません。",
23
23
  "Disable": "無効にする",
24
24
  "Disable preview security warning in this workspace": "このワークスペースでプレビューのセキュリティ警告を有効にする",
25
+ "Disable validation of Markdown links": "マークダウン リンクの検証を無効にする",
25
26
  "Does not affect the content security level": "コンテンツのセキュリティ レベルに影響しません",
27
+ "Enable": "有効にする",
26
28
  "Enable loading content over http": "HTTP を介したコンテンツの読み込みを有効にする",
27
29
  "Enable loading content over http served from localhost": "localhost から http で提供されるコンテンツの読み込みを有効にします",
28
30
  "Enable preview security warnings in this workspace": "このワークスペースでプレビューのセキュリティ警告を有効にする",
31
+ "Enable validation of Markdown links": "マークダウン リンクの検証を有効にする",
29
32
  "Exclude '{0}' from link validation.": "リンクの検証から '{0}' を除外します。",
30
33
  "Extract to link definition": "リンク定義に抽出",
31
34
  "File does not exist at path: {0}": "パスにファイルが存在しません: {0}",
@@ -34,13 +37,16 @@
34
37
  "Follow link": "リンクをフォロー",
35
38
  "Go to link definition": "リンク定義に移動する",
36
39
  "Header does not exist in file: {0}": "ヘッダーがファイルに存在しません: {0}",
40
+ "Insert Markdown Audio": "Markdown オーディオの挿入",
37
41
  "Insert Markdown Image": "Markdown 画像の挿入",
38
42
  "Insert Markdown Images": "Markdown 画像の挿入",
39
43
  "Insert Markdown Images and Links": "Markdown 画像とリンクの挿入",
40
44
  "Insert Markdown Link": "Markdown リンクの挿入",
41
45
  "Insert Markdown Links": "Markdown リンクの挿入",
42
46
  "Insert Markdown Media": "Markdown メディアの挿入",
47
+ "Insert Markdown Media and Images": "Markdown メディアと画像の挿入",
43
48
  "Insert Markdown Media and Links": "Markdown メディアとリンクの挿入",
49
+ "Insert Markdown Video": "Markdown ビデオの挿入",
44
50
  "Insert image": "画像の挿入",
45
51
  "Insert link": "リンクの挿入",
46
52
  "Link definition for '{0}' already exists": "'{0}' のリンク定義は既に存在します",
@@ -49,6 +55,8 @@
49
55
  "Link is also defined here": "リンクはここでも定義されています",
50
56
  "Link to '# {0}' in '{1}'": "'{1}' の '# {0}' へのリンク",
51
57
  "Link to '{0}'": "'{0}' へのリンク",
58
+ "Link validation disabled": "リンクの検証が無効になっています",
59
+ "Link validation enabled": "リンクの検証が有効になっています",
52
60
  "Markdown Language Server": "Markdown 言語サーバー",
53
61
  "Media": "メディア",
54
62
  "More Information": "詳細情報",
@@ -77,7 +85,7 @@
77
85
  "package": {
78
86
  "configuration.copyIntoWorkspace.mediaFiles": "外部の画像ファイルとビデオ ファイルをワークスペースにコピーしてみてください。",
79
87
  "configuration.copyIntoWorkspace.never": "外部ファイルをワークスペースにコピーしないでください。",
80
- "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`)。",
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 seconds.",
81
89
  "configuration.markdown.copyFiles.overwriteBehavior": "ドロップまたは貼り付けによって作成されたファイルが既存のファイルを上書きするかどうかを制御します。",
82
90
  "configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "同じ名前のファイルが既に存在する場合は、ファイル名に番号を追加します。たとえば、`image.png` は `image-1.png` になります。",
83
91
  "configuration.markdown.copyFiles.overwriteBehavior.overwrite": "同じ名前のファイルが既に存在する場合は、上書きします。",
@@ -136,6 +144,7 @@
136
144
  "markdown.editor.insertImageFromWorkspace": "ワークスペースから画像を挿入",
137
145
  "markdown.editor.insertLinkFromWorkspace": "ワークスペース内のファイルへリンクの挿入",
138
146
  "markdown.findAllFileReferences": "ファイル参照の検索",
147
+ "markdown.openImage.title": "画像を開く",
139
148
  "markdown.preview.breaks.desc": "Markdown プレビューでの改行のレンダリング方法を設定します。これを 'true' に設定すると、段落内の改行の '<br>' が作成されます。",
140
149
  "markdown.preview.doubleClickToSwitchToEditor.desc": "Markdown プレビューでダブルクリックすると、エディターに切り替わります。",
141
150
  "markdown.preview.fontFamily.desc": "Markdown プレビューで使用されるフォント ファミリを制御します。",
@@ -10,10 +10,11 @@
10
10
  "contents": {
11
11
  "bundle": {
12
12
  "Error validating custom environment setting: {0}": "カスタム環境設定の検証中にエラーが発生しました: {0}",
13
- "Having trouble logging in?": "ログインに問題がありますか?",
13
+ "Having trouble logging in? Would you like to try a different way? ({0})": "ログインでお困りですか? 別の方法を試しますか? ({0})",
14
14
  "Microsoft Account configuration has been changed.": "Microsoft アカウントの構成が変更されました。",
15
15
  "Microsoft Authentication": "Microsoft 認証",
16
16
  "Microsoft Sovereign Cloud Authentication": "Microsoft ソブリン クラウド認証",
17
+ "No": "いいえ",
17
18
  "Open settings": "設定を開く",
18
19
  "Paste authorization code here...": "承認コードをここに貼り付けてください...",
19
20
  "Provide the authorization code to complete the sign in flow.": "サインイン フローを完了するための認証コードを指定してください。",
@@ -21,14 +22,17 @@
21
22
  "Signing in to Microsoft...": "Microsoft にサインインしています...",
22
23
  "Signing in to your account...": "アカウントにサインインしています...",
23
24
  "The environment `{0}` is not a valid environment.": "環境 '{0}' は有効な環境ではありません。",
24
- "Would you like to try a different way to sign in to your Microsoft account? ({0})": "Microsoft アカウントに別の方法でサインインしますか? ({0})",
25
25
  "Yes": "はい",
26
26
  "You have been signed out because reading stored authentication information failed.": "保存された認証情報を読み取ることができなかったため、サインアウトされました。",
27
+ "You have not yet finished authorizing this extension to use your Microsoft Account. Would you like to try a different way? ({0})": "Microsoft アカウントを使用するためのこの拡張機能の承認がまだ完了していません。別の方法を試しますか? ({0})",
27
28
  "You must also specify a custom environment in order to use the custom environment auth provider.": "カスタム環境認証プロバイダーを使用するには、カスタム環境も指定する必要があります。"
28
29
  },
29
30
  "package": {
30
31
  "description": "Microsoft 認証プロバイダー",
31
32
  "displayName": "Microsoft アカウント",
33
+ "microsoft-authentication.implementation.description": "Microsoft アカウントでサインインするために使用する認証の実装。\r\n\r\n*注: `classic` の実装は非推奨であり、今後のリリースでは、この設定と共に削除される予定です。`classic` の実装のみが機能する場合は、[イシューを開いて](command:workbench.action.openIssueReporter)、ログインしようとしている内容を説明してください。*",
34
+ "microsoft-authentication.implementation.enumDescriptions.classic": "(非推奨) 従来の認証フローを使用して、Microsoft アカウントでサインインします。",
35
+ "microsoft-authentication.implementation.enumDescriptions.msal": "Microsoft 認証ライブラリ (MSAL) を使用して、Microsoft アカウントでサインインします。",
32
36
  "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "カスタム ソブリン クラウドの Active Directory エンドポイント。",
33
37
  "microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "カスタム ソブリン クラウドの Active Directory リソース ID。",
34
38
  "microsoft-sovereign-cloud.customEnvironment.description": "Microsoft ソブリン クラウド認証プロバイダーで使用するソブリン クラウドのカスタム構成です。この機能を使用するには、これと、`#microsoft-sovereign-cloud.environment#` を 'custom' に設定することが必要です。",
@@ -41,8 +45,7 @@
41
45
  "microsoft-sovereign-cloud.environment.enumDescriptions.AzureUSGovernment": "Azure 米国政府機関",
42
46
  "microsoft-sovereign-cloud.environment.enumDescriptions.custom": "カスタム Microsoft ソブリン クラウド",
43
47
  "signIn": "サインイン",
44
- "signOut": "サインアウト",
45
- "useMsal.description": "Microsoft 認証ライブラリ (MSAL) を使用して、Microsoft アカウントでサインインします。"
48
+ "signOut": "サインアウト"
46
49
  }
47
50
  }
48
51
  }
@@ -0,0 +1,17 @@
1
+ {
2
+ "": [
3
+ "--------------------------------------------------------------------------------------------",
4
+ "Copyright (c) Microsoft Corporation. All rights reserved.",
5
+ "Licensed under the MIT License. See License.txt in the project root for license information.",
6
+ "--------------------------------------------------------------------------------------------",
7
+ "Do not edit this file. It is machine generated."
8
+ ],
9
+ "version": "1.0.0",
10
+ "contents": {
11
+ "package": {
12
+ "description": "zsh、bash、fish terminals のターミナル補完を追加する拡張機能です。",
13
+ "displayName": "VS Code のターミナルの候補",
14
+ "view.name": "ターミナルの候補"
15
+ }
16
+ }
17
+ }