@codingame/monaco-vscode-language-pack-ja 11.1.0 → 11.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/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.0",
3
+ "version": "11.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
- "vscode": "npm:@codingame/monaco-vscode-api@11.1.0"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@11.1.2"
22
22
  }
23
23
  }
@@ -87,6 +87,7 @@
87
87
  "Conflict: Deleted By Us": "競合: こちらが削除",
88
88
  "Continue Rebase": "リベースを続行する",
89
89
  "Continuing Rebase...": "リベースを続行しています...",
90
+ "Copy Commit Hash": "コミット ハッシュのコピー",
90
91
  "Could not clone your repository as Git is not installed.": "Git がインストールされていないため、リポジトリをクローンできませんでした。",
91
92
  "Create Empty Commit": "空のコミットの作成",
92
93
  "Current": "現在のマシン",
@@ -112,9 +113,11 @@
112
113
  "File \"{0}\" was deleted by us and modified by them.\n\nWhat would you like to do?": "ファイル \"{0}\" は、こちらが削除し、他者が変更しました。\n\nどのように処理しますか?",
113
114
  "Force Checkout": "チェックアウトの強制",
114
115
  "Force push is not allowed, please enable it with the \"git.allowForcePush\" setting.": "強制的なプッシュは禁止されています。\"git.allowForcePush\" 設定で有効にしてください。",
116
+ "Git Blame Information": "Git Blame 情報",
115
117
  "Git History": "Git 履歴",
116
118
  "Git error": "Git エラー",
117
- "Git local working changes": "Git ローカル作業の変更",
119
+ "Git local changes (working tree + index)": "Git ローカルの変更 (作業ツリーとインデックス)",
120
+ "Git local changes (working tree)": "Git ローカルの変更 (作業ツリー)",
118
121
  "Git not found. Install it or configure it using the \"git.path\" setting.": "Git が見つかりません。Git をインストールするか \"git.path\" 設定でパスを構成してください。",
119
122
  "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
123
  "Git: {0}": "Git: {0}",
@@ -155,13 +158,15 @@
155
158
  "Never": "行わない",
156
159
  "No": "いいえ",
157
160
  "No rebase in progress.": "進行中のリベースはありません。",
161
+ "Not Committed Yet": "まだコミットされていません",
162
+ "Not Committed Yet (Staged)": "まだコミットされていません (ステージ済み)",
158
163
  "OK": "OK",
159
164
  "OK, Don't Ask Again": "今後は確認しない",
160
165
  "OK, Don't Show Again": "OK、今後は表示しない",
161
166
  "Open": "開く",
162
167
  "Open Commit": "コミットを開く",
163
168
  "Open Comparison": "比較を開く",
164
- "Open File": "Open File",
169
+ "Open File": "ファイルを開く",
165
170
  "Open Git Log": "Git ログを開く",
166
171
  "Open Merge": "マージを開く",
167
172
  "Open Repositories In Parent Folders": "親フォルダーでリポジトリを開く",
@@ -268,7 +273,7 @@
268
273
  "There are {0} unsaved files.\n\nWould you like to save them before stashing?": "{0} 個の保存されていないファイルがあります。\n\nスタッシュする前に保存しますか?",
269
274
  "There are {0} untracked files which will be DELETED FROM DISK if discarded.": "破棄すると {0} 個の未追跡ファイルがディスクから削除されます。",
270
275
  "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.",
276
+ "There were merge conflicts while cherry picking the changes. Resolve the conflicts before committing them.": "変更のチェリー ピック中にマージの競合が発生しました。競合を解決してからコミットしてください。",
272
277
  "This action will pull and push commits from and to \"{0}/{1}\".": "このアクションは、\"{0}/{1}\" との間でコミットをプルおよびプッシュします。",
273
278
  "This repository has no remotes configured to fetch from.": "リポジトリには、フェッチ元として構成されているリモートがありません。",
274
279
  "This will DELETE {0} untracked files!\nThis is IRREVERSIBLE!\nThese files will be FOREVER LOST.": "{0} 個の追跡されていないファイルが削除されます。\n元に戻すことはできません。\nこれらのファイルは完全に失われます。",
@@ -281,6 +286,7 @@
281
286
  "Untracked": "追跡対象外",
282
287
  "Untracked Changes": "追跡対象外の変更",
283
288
  "Update Git": "Git の更新",
289
+ "View Commit": "コミットを表示",
284
290
  "Would you like to add \"{0}\" to .gitignore?": ".gitignore に \"{0}\" を追加しますか?",
285
291
  "Would you like to open the cloned repository, or add it to the current workspace?": "複製したリポジトリを開きますか? または現在のワークスペースに追加しますか?",
286
292
  "Would you like to open the cloned repository?": "クローンしたリポジトリを開きますか?",
@@ -304,7 +310,9 @@
304
310
  "[main] Using git \"{0}\" from \"{1}\"": "[main] \"{1}\" から Git \"{0}\" を使用しています",
305
311
  "[main] Validating found git in: \"{0}\"": "[main] Git の検証が検出されました: \"{0}\"",
306
312
  "branches": "ブランチ",
313
+ "in {0}": "{0} 後",
307
314
  "no": "no",
315
+ "now": "今",
308
316
  "remote branches": "リモート ブランチ",
309
317
  "tags": "タグ",
310
318
  "yes": "はい",
@@ -331,10 +339,63 @@
331
339
  "{0} Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "{0} Branch の発行",
332
340
  "{0} Sync Changes{1}{2}": "{0}変更の同期{1}{2}",
333
341
  "{0} characters over {1} in current line": "現在の行で {1} から {0} 文字オーバー",
342
+ "{0} day": "{0} 日",
343
+ "{0} day ago": "{0} 日前",
344
+ "{0} days": "{0} 日",
345
+ "{0} days ago": "{0} 日前",
346
+ "{0} hour": "{0} 時間",
347
+ "{0} hour ago": "{0} 時間前",
348
+ "{0} hours": "{0} 時間",
349
+ "{0} hours ago": "{0} 時間前",
350
+ "{0} hr": "{0} 時間",
351
+ "{0} hr ago": "{0} 時間前",
352
+ "{0} hrs": "{0} 時間",
353
+ "{0} hrs ago": "{0} 時間前",
354
+ "{0} min": "{0} 分",
355
+ "{0} min ago": "{0} 分前",
356
+ "{0} mins": "{0} 分",
357
+ "{0} mins ago": "{0} 分前",
358
+ "{0} minute": "{0} 分",
359
+ "{0} minute ago": "{0} 分前",
360
+ "{0} minutes": "{0} 分",
361
+ "{0} minutes ago": "{0} 分前",
362
+ "{0} mo": "{0} か月",
363
+ "{0} mo ago": "{0} か月前",
364
+ "{0} month": "{0} か月",
365
+ "{0} month ago": "{0} か月前",
366
+ "{0} months": "{0} か月",
367
+ "{0} months ago": "{0} か月前",
368
+ "{0} mos": "{0} か月",
369
+ "{0} mos ago": "{0} か月前",
370
+ "{0} sec": "{0} 秒",
371
+ "{0} sec ago": "{0} 秒前",
372
+ "{0} second": "{0} 秒",
373
+ "{0} second ago": "{0} 秒前",
374
+ "{0} seconds": "{0} 秒",
375
+ "{0} seconds ago": "{0} 秒前",
376
+ "{0} secs": "{0} 秒",
377
+ "{0} secs ago": "{0} 秒前",
378
+ "{0} week": "{0} 週間",
379
+ "{0} week ago": "{0} 週間前",
380
+ "{0} weeks": "{0} 週間",
381
+ "{0} weeks ago": "{0} 週間前",
382
+ "{0} wk": "{0} 週間",
383
+ "{0} wk ago": "{0} 週間前",
384
+ "{0} wks": "{0} 週間",
385
+ "{0} wks ago": "{0} 週間前",
386
+ "{0} year": "{0} 年",
387
+ "{0} year ago": "{0} 年前",
388
+ "{0} years": "{0} 年",
389
+ "{0} years ago": "{0} 年前",
390
+ "{0} yr": "{0} 年",
391
+ "{0} yr ago": "{0} 年前",
392
+ "{0} yrs": "{0} 年",
393
+ "{0} yrs ago": "{0} 年前",
334
394
  "{0} ↔ {1}": "{0} ↔ {1}"
335
395
  },
336
396
  "package": {
337
397
  "colors.added": "追加したリソースの配色。",
398
+ "colors.blameEditorDecoration": "blame エディターの装飾色。",
338
399
  "colors.conflict": "リソースが競合する場合の配色",
339
400
  "colors.deleted": "リソースを検出した場合の配色",
340
401
  "colors.ignored": "リソースを無視する場合の配色",
@@ -356,9 +417,10 @@
356
417
  "command.branchFrom": "ブランチの作成元...",
357
418
  "command.checkout": "チェックアウト先...",
358
419
  "command.checkoutDetached": "チェックアウト先 (デタッチ済み)...",
420
+ "command.checkoutRef": "チェックアウト",
359
421
  "command.checkoutRefDetached": "チェックアウト (デタッチ済み)",
360
422
  "command.cherryPick": "チェリーピック...",
361
- "command.cherryPickAbort": "Abort Cherry Pick",
423
+ "command.cherryPickAbort": "チェリー ピックの中止",
362
424
  "command.cherryPickRef": "チェリーピック",
363
425
  "command.clean": "変更を破棄",
364
426
  "command.cleanAll": "すべての変更を破棄",
@@ -493,6 +555,10 @@
493
555
  "config.autofetch": "true に設定すると、現在の Git リポジトリの既定のリモートからコミットが自動的にフェッチされます。[すべて] に設定すると、すべてのリモートからフェッチされます。",
494
556
  "config.autofetchPeriod": "`#git.autofetch#` が有効な場合の git の自動フェッチ間隔 (秒単位)。",
495
557
  "config.autorefresh": "自動更新の有効/無効。",
558
+ "config.blameEditorDecoration.enabled": "エディターの装飾を使用して、エディターに blame の情報を表示するかどうかを制御します。",
559
+ "config.blameEditorDecoration.template": "blame 情報エディターの装飾用のテンプレート。サポート対象の変数:\r\n\r\n* `hash`: コミット ハッシュ\r\n\r\n* `hashShort`: コミット ハッシュの最初の 8 文字\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",
560
+ "config.blameStatusBarItem.enabled": "ステータス バーに blame の情報を表示するかどうかを制御します。",
561
+ "config.blameStatusBarItem.template": "blame 情報のステータス バー項目のテンプレート。サポート対象の変数:\r\n\r\n* `hash`: コミット ハッシュ\r\n\r\n* `hashShort`: コミット ハッシュの最初の 8 文字\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
562
  "config.branchPrefix": "新しいブランチを作成するときに使用されるプレフィックス。",
497
563
  "config.branchProtection": "保護されたブランチのリスト。既定では、変更が保護されたブランチにコミットされる前にプロンプトが表示されます。プロンプトは、'#git.branchProtectionPrompt#' 設定を使用して制御できます。",
498
564
  "config.branchProtectionPrompt": "保護されたブランチに変更をコミットする前にプロンプトを表示するかどうかを制御します。",
@@ -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.": "インスタンスがオブジェクトの場合、このキーワードは、インスタンス内のすべてのプロパティ名が指定されたスキーマに対して検証されるかどうかを検証します。",
@@ -118,7 +118,7 @@
118
118
  "String is not an e-mail address.": "文字列がメール アドレスではありません。",
119
119
  "String is shorter than the minimum length of {0}.": "文字列が {0} の最小長より短くなっています。",
120
120
  "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\" サブスキーマが成功した場合に検証に使用されます。",
121
+ "The \"then\" subschema is used for validation when the \"if\" subschema succeeds.": "\"then\" サブスキーマは \"if\" サブスキーマが成功した場合に検証に使用されます。",
122
122
  "The maximum length of a string.": "文字列の最大長。",
123
123
  "The maximum number of items that can be inside an array. Inclusive.": "配列内に配置できる項目の最大数。その数を含みます。",
124
124
  "The maximum number of properties an object can have. Inclusive.": "オブジェクトに設定できるプロパティの最大数。その数を含みます。",
@@ -34,13 +34,16 @@
34
34
  "Follow link": "リンクをフォロー",
35
35
  "Go to link definition": "リンク定義に移動する",
36
36
  "Header does not exist in file: {0}": "ヘッダーがファイルに存在しません: {0}",
37
+ "Insert Markdown Audio": "Markdown オーディオの挿入",
37
38
  "Insert Markdown Image": "Markdown 画像の挿入",
38
39
  "Insert Markdown Images": "Markdown 画像の挿入",
39
40
  "Insert Markdown Images and Links": "Markdown 画像とリンクの挿入",
40
41
  "Insert Markdown Link": "Markdown リンクの挿入",
41
42
  "Insert Markdown Links": "Markdown リンクの挿入",
42
43
  "Insert Markdown Media": "Markdown メディアの挿入",
44
+ "Insert Markdown Media and Images": "Markdown メディアと画像の挿入",
43
45
  "Insert Markdown Media and Links": "Markdown メディアとリンクの挿入",
46
+ "Insert Markdown Video": "Markdown ビデオの挿入",
44
47
  "Insert image": "画像の挿入",
45
48
  "Insert link": "リンクの挿入",
46
49
  "Link definition for '{0}' already exists": "'{0}' のリンク定義は既に存在します",
@@ -29,6 +29,9 @@
29
29
  "package": {
30
30
  "description": "Microsoft 認証プロバイダー",
31
31
  "displayName": "Microsoft アカウント",
32
+ "microsoft-authentication.implementation.description": "Microsoft アカウントでサインインするために使用する認証の実装です。",
33
+ "microsoft-authentication.implementation.enumDescriptions.classic": "従来の認証フローを使用して、Microsoft アカウントでサインインします。",
34
+ "microsoft-authentication.implementation.enumDescriptions.msal": "Microsoft 認証ライブラリ (MSAL) を使用して、Microsoft アカウントでサインインします。",
32
35
  "microsoft-sovereign-cloud.customEnvironment.activeDirectoryEndpointUrl.description": "カスタム ソブリン クラウドの Active Directory エンドポイント。",
33
36
  "microsoft-sovereign-cloud.customEnvironment.activeDirectoryResourceId.description": "カスタム ソブリン クラウドの Active Directory リソース ID。",
34
37
  "microsoft-sovereign-cloud.customEnvironment.description": "Microsoft ソブリン クラウド認証プロバイダーで使用するソブリン クラウドのカスタム構成です。この機能を使用するには、これと、`#microsoft-sovereign-cloud.environment#` を 'custom' に設定することが必要です。",
@@ -41,8 +44,7 @@
41
44
  "microsoft-sovereign-cloud.environment.enumDescriptions.AzureUSGovernment": "Azure 米国政府機関",
42
45
  "microsoft-sovereign-cloud.environment.enumDescriptions.custom": "カスタム Microsoft ソブリン クラウド",
43
46
  "signIn": "サインイン",
44
- "signOut": "サインアウト",
45
- "useMsal.description": "Microsoft 認証ライブラリ (MSAL) を使用して、Microsoft アカウントでサインインします。"
47
+ "signOut": "サインアウト"
46
48
  }
47
49
  }
48
50
  }
@@ -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
+ }
@@ -63,7 +63,7 @@
63
63
  "Go to Source Definition failed. Requires TypeScript 4.7+.": "ソース定義に移動できませんでした。TypeScript 4.7 以降が必要です。",
64
64
  "Go to Source Definition failed. Unknown file type.": "ソース定義に移動できませんでした。ファイルの種類が不明です。",
65
65
  "Go to Source Definition failed. Unsupported file type.": "ソース定義に移動できませんでした。ファイルの種類がサポート対象外です。",
66
- "Initializing project '{0}'": "プロジェクト '{0}' を初期化しています",
66
+ "Initializing '{0}'": "'{0}' を初期化しています",
67
67
  "JS/TS IntelliSense Status": "JS/TS IntelliSense の状態",
68
68
  "JSDoc comment": "JSDoc コメント",
69
69
  "Learn More": "詳細情報",
@@ -87,8 +87,6 @@
87
87
  "Please report an issue against Yarn PnP": "Yarn PnP に対する問題を報告してください",
88
88
  "Please update your TypeScript version": "TypeScript のバージョンを更新してください",
89
89
  "Project Wide IntelliSense not available": "Project Wide IntelliSense を使用できません",
90
- "Related files provider failed. Copilot requested file with unsupported language mode.": "Related files provider failed. Copilot requested file with unsupported language mode.",
91
- "Related files provider failed. No active text editor.": "Related files provider failed. No active text editor.",
92
90
  "Remove Unused Imports": "未使用のインポートの削除",
93
91
  "Remove all unused code": "未使用のコードをすべて削除する",
94
92
  "Report Issue": "問題を報告",
@@ -139,27 +137,7 @@
139
137
  "{0} references": "{0} 個の参照"
140
138
  },
141
139
  "package": {
142
- "codeActions.refactor.extract.constant.description": "式を定数に抽出します。",
143
- "codeActions.refactor.extract.constant.title": "定数を抽出する",
144
- "codeActions.refactor.extract.function.description": "式をメソッドまたは関数に抽出します。",
145
- "codeActions.refactor.extract.function.title": "関数を抽出する",
146
- "codeActions.refactor.extract.interface.description": "型をインターフェイスに抽出します。",
147
- "codeActions.refactor.extract.interface.title": "インターフェイスの抽出",
148
- "codeActions.refactor.extract.type.description": "型を型のエイリアスに抽出します。",
149
- "codeActions.refactor.extract.type.title": "型の抽出",
150
- "codeActions.refactor.move.newFile.description": "式を新しいファイルに移動します。",
151
- "codeActions.refactor.move.newFile.title": "新しいファイルへ移動します",
152
- "codeActions.refactor.rewrite.arrow.braces.description": "アロー関数内のかっこを追加または削除します。",
153
- "codeActions.refactor.rewrite.arrow.braces.title": "中かっこを書き換える",
154
- "codeActions.refactor.rewrite.export.description": "既定のエクスポートと名前付きエクスポートを変換します。",
155
- "codeActions.refactor.rewrite.export.title": "エクスポートを変換する",
156
- "codeActions.refactor.rewrite.import.description": "名前付きインポートと名前空間インポートを変換します。",
157
- "codeActions.refactor.rewrite.import.title": "インポートを変換する",
158
- "codeActions.refactor.rewrite.parameters.toDestructured.title": "パラメーターを非構造化オブジェクトに変換する",
159
- "codeActions.refactor.rewrite.property.generateAccessors.description": "'get' および 'set' アクセサーの生成",
160
- "codeActions.refactor.rewrite.property.generateAccessors.title": "アクセサーを生成する",
161
- "codeActions.source.organizeImports.title": "インポートを整理",
162
- "configuration.expandableHover": "(試験段階) ホバー時の展開を有効または無効にします。",
140
+ "configuration.expandableHover": "ホバー時の展開を有効または無効にします。",
163
141
  "configuration.implicitProjectConfig.checkJs": "JavaScript ファイルのセマンティック チェックを有効または無効にします。既存の 'jsconfig.json' または 'tsconfig.json' ファイルによってこの設定がオーバーライドされます。",
164
142
  "configuration.implicitProjectConfig.experimentalDecorators": "プロジェクト外の JavaScript ファイルの 'experimentalDecorators' を有効または無効にします。既存の 'jsconfig.json' または 'tsconfig.json' ファイルによってこの設定がオーバーライドされます。",
165
143
  "configuration.implicitProjectConfig.module": "プログラムのモジュール システムを設定します。詳細は次をご覧ください: https://www.typescriptlang.org/tsconfig#module。",
@@ -176,7 +154,7 @@
176
154
  "configuration.inlayHints.variableTypes.suppressWhenTypeMatchesName": "名前が型名と同じ変数の型ヒントを非表示にします。",
177
155
  "configuration.javascript.checkJs.checkJs.deprecation": "この設定は、`js/ts.implicitProjectConfig.checkJs` を優先して非推奨になりました。",
178
156
  "configuration.javascript.checkJs.experimentalDecorators.deprecation": "この設定は、`js/ts.implicitProjectConfig.experimentalDecorators` を優先して非推奨になりました。",
179
- "configuration.preferGoToSourceDefinition": "代わりに [ソース定義に移動] をトリガーすることで、可能な場合は [ソース定義に移動] で型宣言ファイルを回避します。これにより、[ソース定義に移動] をマウス ジェスチャでトリガーできます。",
157
+ "configuration.preferGoToSourceDefinition": "代わりに `ソース定義に移動` をトリガーすることで、可能な場合は `ソース定義に移動` で型宣言ファイルを回避します。これにより、`ソース定義に移動` をマウス ジェスチャでトリガーできます。",
180
158
  "configuration.suggest.autoImports": "自動インポートの提案を有効または無効にします。",
181
159
  "configuration.suggest.classMemberSnippets.enabled": "クラス メンバーのスニペットの入力候補を有効または無効にします。",
182
160
  "configuration.suggest.completeFunctionCalls": "パラメーター シグネチャを含む完全な関数。",
@@ -188,7 +166,7 @@
188
166
  "configuration.suggest.objectLiteralMethodSnippets.enabled": "オブジェクト リテラル内のメソッドのスニペット補完を有効または無効にします。",
189
167
  "configuration.suggest.paths": "import ステートメントや require 呼び出しでパスの提案を有効/無効にします。",
190
168
  "configuration.surveys.enabled": "VS Code の JavaScript と TypeScript のサポートを向上させるために、ときどき行われるアンケートを有効/無効にします。",
191
- "configuration.tsserver.experimental.enableProjectDiagnostics": "(試験的) プロジェクト全体のエラー報告を有効にします。",
169
+ "configuration.tsserver.experimental.enableProjectDiagnostics": "プロジェクト全体のエラー報告を有効にします。",
192
170
  "configuration.tsserver.maxTsServerMemory": "TypeScript サーバー プロセスに割り当てるメモリの最大量 (MB 単位)。4 GB を超えるメモリ制限を使用するには、'#typescript.tsserver.nodePath#' を使用して、カスタム Node インストールを使用して TS Server を実行します。",
193
171
  "configuration.tsserver.nodePath": "カスタム Node インストールで TS Server を実行します。これは、Node 実行可能ファイルへのパス、または VS Code に Node インストールを検出させるには `node` へのパスになります。",
194
172
  "configuration.tsserver.useSeparateSyntaxServer": "折りたたみの計算やドキュメント シンボルのコンピューティングなど、構文に関連する操作に迅速に応答できる別の TypeScript サーバーの作成を有効または無効にします。",
@@ -198,14 +176,14 @@
198
176
  "configuration.tsserver.useSyntaxServer.auto": "構文操作専用の完全なサーバーと、軽量化サーバーの両方を生成します。構文サーバーは、プロジェクトの読み込み中に構文操作を高速化し、IntelliSense を提供するために使用されます。",
199
177
  "configuration.tsserver.useSyntaxServer.never": "専用の構文サーバーを使用しないでください。単一のサーバーを使用して、すべての IntelliSense 操作を処理します。",
200
178
  "configuration.tsserver.useVsCodeWatcher": "TypeScript のものの代わりに VS Code のファイル ウォッチャーを使用します。ワークスペースで TypeScript 5.4+ 以降を使用する必要があります。",
201
- "configuration.tsserver.useVsCodeWatcher.deprecation": "Please use the `#typescript.tsserver.watchOptions#` setting instead.",
179
+ "configuration.tsserver.useVsCodeWatcher.deprecation": "代わりに '#typescript.tsserver.watchOptions#' 設定を使用してください。",
202
180
  "configuration.tsserver.watchOptions": "ファイルとディレクトリを追跡するために使用する監視方法を構成します。",
203
181
  "configuration.tsserver.watchOptions.fallbackPolling": "ファイル システム イベントを使用する場合、このオプションは、システムがネイティブ ファイル ウォッチャーを使い果たし、ネイティブ ファイル ウォッチャーをサポートしていない場合に使用されるポーリング方法を指定します。",
204
182
  "configuration.tsserver.watchOptions.fallbackPolling.dynamicPriorityPolling ": "変更頻度の低いファイルの確認頻度が低い場合は、動的キューを使用します。",
205
183
  "configuration.tsserver.watchOptions.fallbackPolling.fixedPollingInterval": "すべてのファイルで、一定の間隔で 1 秒に数回変更がないか確認します。",
206
184
  "configuration.tsserver.watchOptions.fallbackPolling.priorityPollingInterval": "すべてのファイルで 1 秒間に数回変更を確認しますが、特定の種類のファイルを他のファイルより少ない頻度で確認する場合は、ヒューリスティックを使用してください。",
207
185
  "configuration.tsserver.watchOptions.synchronousWatchDirectory": "ディレクトリの遅延監視を無効にします。遅延監視は、一度に多数のファイル変更が生じる場合 (たとえば、npm install の実行からの node_modules の変更) には便利ですが、一般的ではない設定ではこのフラグを無効にすることができます。",
208
- "configuration.tsserver.watchOptions.vscode": "Use VS Code's file watchers instead of TypeScript's. Requires using TypeScript 5.4+ in the workspace.",
186
+ "configuration.tsserver.watchOptions.vscode": "TypeScript のものの代わりに VS Code のファイル ウォッチャーを使用します。ワークスペースで TypeScript 5.4+ 以降を使用する必要があります。",
209
187
  "configuration.tsserver.watchOptions.watchDirectory": "再帰的なファイル監視機能を持たないシステムでディレクトリ ツリー全体を監視するための方法。",
210
188
  "configuration.tsserver.watchOptions.watchDirectory.dynamicPriorityPolling": "変更頻度の少ないディレクトリの確認頻度が少ない動的キューを使用します。",
211
189
  "configuration.tsserver.watchOptions.watchDirectory.fixedChunkSizePolling": "定期的にディレクトリのチャンクをポーリングします。",
@@ -222,7 +200,7 @@
222
200
  "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "プロジェクト全体の IntelliSense が有効になっている場合でも、Web 上のセマンティック エラーを抑制します。これは、プロジェクト全体の IntelliSense が有効になっていないか使用できない場合、常にオンです。`#typescript.tsserver.web.projectWideIntellisense.enabled#` を参照してください",
223
201
  "configuration.tsserver.web.typeAcquisition.enabled": "Web でパッケージの取得を有効/無効にします。これにより、インポートされたパッケージの IntelliSense が有効になります。`#typescript.tsserver.web.projectWideIntellisense.enabled#` が必要です。Ssfari では現在サポートされていません。",
224
202
  "configuration.typescript": "TypeScript",
225
- "configuration.updateImportsOnPaste": "Automatically update imports when pasting code. Requires TypeScript 5.7+.",
203
+ "configuration.updateImportsOnPaste": "コードを貼り付けるときにインポートの更新を有効にします。TypeScript 5.7 以降が必要です。\r\n\r\n既定では、貼り付け後にインポートを更新するオプションが表示されます。`#editor.pasteAs.preferences#` 設定を使用すると、貼り付け時にインポートを自動的に更新できます: `\"editor.pasteAs.preferences\": [ \"text.updateImports.jsts\" ]`。",
226
204
  "description": "JavaScript と TypeScript ファイルに豊富な言語サポートを提供。",
227
205
  "displayName": "TypeScript と JavaScript の言語機能",
228
206
  "format.indentSwitchCase": "switch ステートメントの case 句をインデントします。ワークスペースで TypeScript 5.1+ を使用する必要があります。",
@@ -251,7 +229,7 @@
251
229
  "inlayHints.parameterNames.none": "パラメーター名のヒントを無効にします。",
252
230
  "javascript.format.enable": "既定の JavaScript フォーマッタを有効/無効にします。",
253
231
  "javascript.goToProjectConfig.title": "プロジェクト構成 (jsconfig / tsconfig) に移動",
254
- "javascript.preferences.jsxAttributeCompletionStyle.auto": "プロパティの種類に基づいて属性名の後に '={}' または '=\"\"' を挿入します。文字列属性に使用される引用符の種類を制御するには、`javascript.preferences.quoteStyle` を参照してください。",
232
+ "javascript.preferences.jsxAttributeCompletionStyle.auto": "グッズの種類に基づく属性名の後に `={}` または `=\"\"` を挿入します。文字列属性に使用される引用符の種類を制御するには、`#javascript.preferences.quoteStyle#` を参照してください。",
255
233
  "javascript.preferences.organizeImports": "インポートの順序を制御する詳細な設定です。",
256
234
  "javascript.referencesCodeLens.enabled": "JavaScript ファイル内で CodeLens の参照を有効/無効にします。",
257
235
  "javascript.referencesCodeLens.showOnAllFunctions": "JavaScript ファイル内のすべての関数で CodeLens への参照を有効または無効にします。",
@@ -270,7 +248,7 @@
270
248
  "typescript.implementationsCodeLens.enabled": "CodeLens の実装を有効/無効にします。この CodeLens は interface の実装を表示します。",
271
249
  "typescript.implementationsCodeLens.showOnInterfaceMethods": "インターフェイス メソッドで CodeLens の実装を有効または無効にします。",
272
250
  "typescript.locale": "JavaScript と TypeScript のエラーを報告するために使用するロケールを設定します。既定では VS Code のロケールを使用します。",
273
- "typescript.locale.auto": "VS Code の構成済みの表示言語を使用する",
251
+ "typescript.locale.auto": "VS Code の構成済みの表示言語を使用します。",
274
252
  "typescript.npm": "[自動タイプ取得](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition) に使われる npm 実行可能ファイルへのパスを指定します。",
275
253
  "typescript.openTsServerLog.title": "TS サーバーのログを開く",
276
254
  "typescript.preferences.autoImportFileExcludePatterns": "自動インポートから除外するファイルの glob パターンを指定します。相対パスは、ワークスペース ルートを基準に解決されます。パターンは、tsconfig.json ['exclude'](https://www.typescriptlang.org/tsconfig#exclude) セマンティクスを使用して評価されます。",
@@ -291,21 +269,27 @@
291
269
  "typescript.preferences.includePackageJsonAutoImports.off": "依存関係を検索しないでください。",
292
270
  "typescript.preferences.includePackageJsonAutoImports.on": "常に依存関係を検索します。",
293
271
  "typescript.preferences.jsxAttributeCompletionStyle": "JSX 属性補完向けに優先されるスタイル。",
294
- "typescript.preferences.jsxAttributeCompletionStyle.auto": "プロパティの種類に基づいて属性名の後に '={}' または '=\"\"' を挿入します。文字列属性に使用される引用符の種類を制御するには、`typescript.preferences.quoteStyle` を参照してください。",
272
+ "typescript.preferences.jsxAttributeCompletionStyle.auto": "グッズの種類に基づく属性名の後に `={}` または `=\"\"` を挿入します。文字列属性に使用される引用符の種類を制御するには、`#typescript.preferences.quoteStyle#` を参照してください。",
295
273
  "typescript.preferences.jsxAttributeCompletionStyle.braces": "属性名の後に `={}` を挿入します。",
296
274
  "typescript.preferences.jsxAttributeCompletionStyle.none": "属性名の挿入のみ。",
297
275
  "typescript.preferences.organizeImports": "インポートの順序を制御する詳細な設定です。",
298
- "typescript.preferences.organizeImports.accentCollation": "分音記号付きの文字を、基本文字と等しくないものとして比較します。",
299
- "typescript.preferences.organizeImports.caseFirst": "大文字が小文字の前に来るかどうかを示します。`organizeImportsCollation: 'unicode'` にのみ適用されます。",
276
+ "typescript.preferences.organizeImports.accentCollation": "`organizeImports.unicodeCollation: 'unicode'` が必要です。分音記号付きの文字を、基本文字と等しくないものとして比較します。",
277
+ "typescript.preferences.organizeImports.caseFirst": "`organizeImports.unicodeCollation: 'unicode'` が必要です。`organizeImports.caseSensitivity` は `caseInsensitive` ではありません。大文字を小文字の前に並べ替えるかどうかを示します。",
278
+ "typescript.preferences.organizeImports.caseFirst.default": "`locale` によって指定される既定の順序。",
279
+ "typescript.preferences.organizeImports.caseFirst.lower": "小文字は大文字の前に表示されます。例: ` a, A, z, Z`。",
280
+ "typescript.preferences.organizeImports.caseFirst.upper": "大文字は小文字の前に表示されます。例: ` A, a, B, b`。",
281
+ "typescript.preferences.organizeImports.caseSensitivity": "大文字と小文字の区別に関してインポートを並べ替える方法を指定します。`auto` または未指定の場合、ファイルごとに大文字と小文字の区別が検出されます",
300
282
  "typescript.preferences.organizeImports.caseSensitivity.auto": "インポートの並べ替えの大文字と小文字の区別を検出します。",
301
283
  "typescript.preferences.organizeImports.caseSensitivity.insensitive": "インポートを大文字と小文字を区別せずに並べ替えます。",
302
284
  "typescript.preferences.organizeImports.caseSensitivity.sensitive": "インポートを大文字と小文字を区別して並べ替えます。",
303
- "typescript.preferences.organizeImports.locale": "照合順序に使用されるロケールをオーバーライドします。UI ロケールを使用するには、`auto` を指定します。`organizeImportsCollation: 'unicode'` にのみ適用されます。",
304
- "typescript.preferences.organizeImports.numericCollation": "数値文字列を整数値で並べ替えます。",
285
+ "typescript.preferences.organizeImports.locale": "`organizeImports.unicodeCollation: 'unicode'` が必要です。照合順序に使用されるロケールをオーバーライドします。UI ロケールを使用するには、`auto` を指定します。",
286
+ "typescript.preferences.organizeImports.numericCollation": "`organizeImports.unicodeCollation: 'unicode'` が必要です。数値文字列を整数値で並べ替えます。",
287
+ "typescript.preferences.organizeImports.typeOrder": "型のみの名前付きインポートを並べ替える方法を指定します。",
305
288
  "typescript.preferences.organizeImports.typeOrder.auto": "型専用の名前付きインポートを並べ替える場合を検出します。",
306
- "typescript.preferences.organizeImports.typeOrder.first": "型専用の名前付きインポートは、インポート リストの末尾に並べ替えられます。",
307
- "typescript.preferences.organizeImports.typeOrder.inline": "名前付きインポートは名前のみで並べ替えられます。",
308
- "typescript.preferences.organizeImports.typeOrder.last": "型専用の名前付きインポートは、インポート リストの末尾に並べ替えられます。",
289
+ "typescript.preferences.organizeImports.typeOrder.first": "型専用の名前付きインポートは、インポート リストの先頭に並べ替えられます。例: `import { type A, type Y, B, Z } from 'module';`",
290
+ "typescript.preferences.organizeImports.typeOrder.inline": "名前付きインポートは名前のみで並べ替えられます。例: `import { type A, B, type Y, Z } from 'module';`",
291
+ "typescript.preferences.organizeImports.typeOrder.last": "型専用の名前付きインポートは、インポート リストの末尾に並べ替えられます。例: `import { B, Z, type A, type Y } from 'module';`",
292
+ "typescript.preferences.organizeImports.unicodeCollation": "Unicode 照合順序と序数照合順序のどちらを使用してインポートを並べ替えるかを指定します。",
309
293
  "typescript.preferences.organizeImports.unicodeCollation.ordinal": "各コード ポイントの数値を使用してインポートを並べ替えます。",
310
294
  "typescript.preferences.organizeImports.unicodeCollation.unicode": "Unicode コードの照合順序を使用してインポートを並べ替えます。",
311
295
  "typescript.preferences.preferTypeOnlyAutoImports": "可能な場合は、`type` キーワードを自動インポートに含めます。ワークスペースで TypeScript 5.3 以降を使用する必要があります。",
@@ -344,7 +328,7 @@
344
328
  "typescript.updateImportsOnFileMove.enabled.never": "パスの名前を変更せず確認も行いません。",
345
329
  "typescript.updateImportsOnFileMove.enabled.prompt": "名前を変更するときに確認をします。",
346
330
  "typescript.validate.enable": "TypeScript の検証を有効/無効にします。",
347
- "typescript.workspaceSymbols.excludeLibrarySymbols": "[ワークスペース内のシンボルに移動] の結果で、ライブラリ ファイルから取得したシンボルを除外します。ワークスペースで TypeScript 5.3 以降を使用する必要があります。",
331
+ "typescript.workspaceSymbols.excludeLibrarySymbols": "`ワークスペース内のシンボルに移動` の結果で、ライブラリ ファイルから取得したシンボルを除外します。ワークスペースで TypeScript 5.3 以降を使用する必要があります。",
348
332
  "typescript.workspaceSymbols.scope": "[ワークスペース内のシンボルへの移動](https://code.visualstudio.com/docs/editor/editingevolved#_open-symbol-by-name) でどのファイルを検索するかを制御します。",
349
333
  "typescript.workspaceSymbols.scope.allOpenProjects": "開いているすべての JavaScript プロジェクトまたは TypeScript プロジェクトでシンボルを検索します。",
350
334
  "typescript.workspaceSymbols.scope.currentProject": "現在の JavaScript または TypeScript プロジェクトからのみシンボルを検索します。",