@codingame/monaco-vscode-language-pack-ja 2.2.0-next.1 → 2.2.0-next.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 +2 -2
- package/translations/extensions/vscode.configuration-editing.i18n.json +3 -1
- package/translations/extensions/vscode.git.i18n.json +16 -0
- package/translations/extensions/vscode.ipynb.i18n.json +1 -1
- package/translations/extensions/vscode.typescript-language-features.i18n.json +0 -10
- package/translations/main.i18n.json.js +338 -207
|
@@ -131,7 +131,16 @@ var content = {
|
|
|
131
131
|
"date.fromNow.years.singular": "{0} 年",
|
|
132
132
|
"date.fromNow.years.singular.ago": "{0} 年前",
|
|
133
133
|
"date.fromNow.years.singular.ago.fullWord": "{0} 年前",
|
|
134
|
-
"date.fromNow.years.singular.fullWord": "{0} 年"
|
|
134
|
+
"date.fromNow.years.singular.fullWord": "{0} 年",
|
|
135
|
+
"duration.d": "{0} days",
|
|
136
|
+
"duration.h": "{0} hrs",
|
|
137
|
+
"duration.h.full": "{0} hours",
|
|
138
|
+
"duration.m": "{0} mins",
|
|
139
|
+
"duration.m.full": "{0} minutes",
|
|
140
|
+
"duration.ms": "{0}ms",
|
|
141
|
+
"duration.ms.full": "{0} milliseconds",
|
|
142
|
+
"duration.s": "{0}s",
|
|
143
|
+
"duration.s.full": "{0} seconds"
|
|
135
144
|
},
|
|
136
145
|
"vs/base/common/errorMessage": {
|
|
137
146
|
"error.defaultMessage": "不明なエラーが発生しました。ログで詳細を確認してください。",
|
|
@@ -501,6 +510,13 @@ var content = {
|
|
|
501
510
|
"inlayHints.padding": "エディターでのインレイ ヒントに関するパディングを有効にします。",
|
|
502
511
|
inline: "クイック候補がゴースト テキストとして表示される",
|
|
503
512
|
inlineCompletionsAccessibilityVerbose: "インライン入力候補が表示されたときに、スクリーン リーダー ユーザーにユーザー補助ヒントを提供するかどうかを制御します。",
|
|
513
|
+
"inlineEdit.backgroundColoring": "Controls whether to color the background of inline edits.",
|
|
514
|
+
"inlineEdit.enabled": "Controls whether to show inline edits in the editor.",
|
|
515
|
+
"inlineEdit.fontFamily": "Controls the font family of the inline edit.",
|
|
516
|
+
"inlineEdit.showToolbar": "Controls when to show the inline edit toolbar.",
|
|
517
|
+
"inlineEdit.showToolbar.always": "Show the inline edit toolbar whenever an inline suggestion is shown.",
|
|
518
|
+
"inlineEdit.showToolbar.never": "Never show the inline edit toolbar.",
|
|
519
|
+
"inlineEdit.showToolbar.onHover": "Show the inline edit toolbar when hovering over an inline suggestion.",
|
|
504
520
|
"inlineSuggest.enabled": "エディターにインライン候補を自動的に表示するかどうかを制御します。",
|
|
505
521
|
"inlineSuggest.fontFamily": "インライン提案のフォント ファミリを制御します。",
|
|
506
522
|
"inlineSuggest.showToolbar": "インライン候補ツール バーを表示するタイミングを制御します。",
|
|
@@ -833,8 +849,8 @@ var content = {
|
|
|
833
849
|
gotoLineActionLabel: "行/列に移動する...",
|
|
834
850
|
helpQuickAccess: "すべてのクイック アクセス プロバイダーを表示",
|
|
835
851
|
inspectTokens: "開発者: トークンの検査",
|
|
836
|
-
|
|
837
|
-
|
|
852
|
+
listAnnouncementsCommand: "Run the command: List Signal Announcements for an overview of announcements and their current status.",
|
|
853
|
+
listSignalSoundsCommand: "Run the command: List Signal Sounds for an overview of all sounds and their current status.",
|
|
838
854
|
openingDocs: "ユーザー補助ドキュメントのページを開いています。",
|
|
839
855
|
quickChatCommand: "クイック チャット ({0}) を切り替えて、チャット セッションを開いたり閉じたりします。",
|
|
840
856
|
quickChatCommandNoKb: "現在、クイック チャットの切り替えはキー バインドではトリガーできません。",
|
|
@@ -1447,6 +1463,8 @@ var content = {
|
|
|
1447
1463
|
"vs/editor/contrib/rename/browser/rename": {
|
|
1448
1464
|
aria: "'{0}' から '{1}' への名前変更が正常に完了しました。概要: {2}",
|
|
1449
1465
|
enablePreview: "名前を変更する前に変更をプレビューする機能を有効または無効にする",
|
|
1466
|
+
focusNextRenameSuggestion: "Focus Next Rename Suggestion",
|
|
1467
|
+
focusPreviousRenameSuggestion: "Focus Previous Rename Suggestion",
|
|
1450
1468
|
label: "名前を '{0}' から '{1}' に変更しています",
|
|
1451
1469
|
"no result": "結果がありません。",
|
|
1452
1470
|
quotableLabel: "{0} の名前を {1} に変更しています",
|
|
@@ -1458,6 +1476,7 @@ var content = {
|
|
|
1458
1476
|
"vs/editor/contrib/rename/browser/renameInputField": {
|
|
1459
1477
|
label: "名前を変更するには {0}、プレビューするには {1}",
|
|
1460
1478
|
renameAriaLabel: "名前変更入力。新しい名前を入力し、Enter キーを押してコミットしてください。",
|
|
1479
|
+
renameInputFocused: "Whether the rename input widget is focused",
|
|
1461
1480
|
renameInputVisible: "名前の変更入力ウィジェットが表示されるかどうか"
|
|
1462
1481
|
},
|
|
1463
1482
|
"vs/editor/contrib/smartSelect/browser/smartSelect": {
|
|
@@ -1703,49 +1722,6 @@ var content = {
|
|
|
1703
1722
|
"previewSelected.title": "選択したアクションのプレビュー",
|
|
1704
1723
|
"selectNextCodeAction.title": "次のアクションを選択",
|
|
1705
1724
|
"selectPrevCodeAction.title": "前のアクションを選択"
|
|
1706
|
-
},
|
|
1707
|
-
"vs/platform/audioCues/browser/audioCueService": {
|
|
1708
|
-
"audioCues.chatRequestSent": "チャット要求が送信されました",
|
|
1709
|
-
"audioCues.chatRequestSent.alertMessage": "チャット要求が送信されました",
|
|
1710
|
-
"audioCues.chatResponsePending": "チャットの応答を保留中",
|
|
1711
|
-
"audioCues.chatResponsePending.alertMessage": "チャットの応答を保留中",
|
|
1712
|
-
"audioCues.chatResponseReceived": "チャット応答を受信しました",
|
|
1713
|
-
"audioCues.clear": "クリア",
|
|
1714
|
-
"audioCues.clear.alertMessage": "クリア",
|
|
1715
|
-
"audioCues.diffLineDeleted": "差分行が削除されました",
|
|
1716
|
-
"audioCues.diffLineInserted": "差分行が挿入されました",
|
|
1717
|
-
"audioCues.diffLineModified": "変更された差分行",
|
|
1718
|
-
"audioCues.format": "形式",
|
|
1719
|
-
"audioCues.format.alertMessage": "形式",
|
|
1720
|
-
"audioCues.lineHasBreakpoint.alertMessage": "ブレークポイント",
|
|
1721
|
-
"audioCues.lineHasBreakpoint.name": "行のブレークポイント",
|
|
1722
|
-
"audioCues.lineHasError.alertMessage": "エラー",
|
|
1723
|
-
"audioCues.lineHasError.name": "行のエラー",
|
|
1724
|
-
"audioCues.lineHasFoldedArea.alertMessage": "折りたたみ済み",
|
|
1725
|
-
"audioCues.lineHasFoldedArea.name": "行の折りたたまれた面",
|
|
1726
|
-
"audioCues.lineHasInlineSuggestion.name": "行のインライン候補",
|
|
1727
|
-
"audioCues.lineHasWarning.alertMessage": "警告",
|
|
1728
|
-
"audioCues.lineHasWarning.name": "行の警告",
|
|
1729
|
-
"audioCues.noInlayHints": "行にインレイ ヒントがありません",
|
|
1730
|
-
"audioCues.noInlayHints.alertMessage": "インレイ ヒントがありません",
|
|
1731
|
-
"audioCues.notebookCellCompleted": "ノートブック セルが完了しました",
|
|
1732
|
-
"audioCues.notebookCellCompleted.alertMessage": "ノートブック セルが完了しました",
|
|
1733
|
-
"audioCues.notebookCellFailed": "ノートブック セルが失敗しました",
|
|
1734
|
-
"audioCues.notebookCellFailed.alertMessage": "ノートブック セルが失敗しました",
|
|
1735
|
-
"audioCues.onDebugBreak.alertMessage": "ブレークポイント",
|
|
1736
|
-
"audioCues.onDebugBreak.name": "ブレークポイントでデバッガーが停止しました",
|
|
1737
|
-
"audioCues.save": "保存",
|
|
1738
|
-
"audioCues.save.alertMessage": "保存",
|
|
1739
|
-
"audioCues.taskCompleted": "タスクが完了しました",
|
|
1740
|
-
"audioCues.taskCompleted.alertMessage": "タスクが完了しました",
|
|
1741
|
-
"audioCues.taskFailed": "タスクが失敗しました",
|
|
1742
|
-
"audioCues.taskFailed.alertMessage": "タスクが失敗しました",
|
|
1743
|
-
"audioCues.terminalBell": "ターミナル ベル",
|
|
1744
|
-
"audioCues.terminalBell.alertMessage": "ターミナル ベル",
|
|
1745
|
-
"audioCues.terminalCommandFailed": "ターミナル コマンドが失敗しました",
|
|
1746
|
-
"audioCues.terminalCommandFailed.alertMessage": "コマンドに失敗しました",
|
|
1747
|
-
"audioCues.terminalQuickFix.alertMessage": "クイック修正",
|
|
1748
|
-
"audioCues.terminalQuickFix.name": "ターミナル クイック修正"
|
|
1749
1725
|
},
|
|
1750
1726
|
"vs/platform/configuration/common/configurationRegistry": {
|
|
1751
1727
|
"config.policy.duplicate": "'{0}' を登録できません。関連付けられたポリシー {1} は既に {2} に登録されています。",
|
|
@@ -2395,6 +2371,10 @@ var content = {
|
|
|
2395
2371
|
confirmLogin: "拡張機能 '{0}' が {1} を使用してサインインしようとしています。",
|
|
2396
2372
|
confirmRelogin: "拡張機能 '{0}' では {1} を使用してサインインするように求めています。",
|
|
2397
2373
|
signedOut: "正常にサインアウトされました。"
|
|
2374
|
+
},
|
|
2375
|
+
"vs/workbench/api/browser/mainThreadChatProvider": {
|
|
2376
|
+
languageModels: "Language Model ({0})",
|
|
2377
|
+
languageModelsAccountId: "Language Models"
|
|
2398
2378
|
},
|
|
2399
2379
|
"vs/workbench/api/browser/mainThreadComments": {
|
|
2400
2380
|
commentsViewIcon: "コメント ビューのアイコンを表示します。"
|
|
@@ -2501,7 +2481,13 @@ var content = {
|
|
|
2501
2481
|
requirenonemptystring: "プロパティ '{0}' は必須であり、空でない値を持つ 'string' 型である必要があります",
|
|
2502
2482
|
requirestring: "プロパティ '{0}' は必須で、'string' 型である必要があります",
|
|
2503
2483
|
unknownViewType: "ビューの種類 '{0}' が不明です。",
|
|
2484
|
+
"view container id": "ID",
|
|
2485
|
+
"view container location": "Where",
|
|
2486
|
+
"view container title": "Title",
|
|
2487
|
+
"view id": "ID",
|
|
2488
|
+
"view name title": "Name",
|
|
2504
2489
|
"viewcontainer requirearray": "ビュー コンテナーは配列である必要があります",
|
|
2490
|
+
views: "Views",
|
|
2505
2491
|
"views.container.activitybar": "アクティビティ バーにビュー コンテナーを提供します",
|
|
2506
2492
|
"views.container.panel": "パネルにビューのコンテナーを提供する",
|
|
2507
2493
|
"views.contributed": "コントリビューション ビュー コンテナーにビューを提供します",
|
|
@@ -2510,6 +2496,7 @@ var content = {
|
|
|
2510
2496
|
"views.remote": "アクティビティ バーでリモート コンテナーへのビューに参加します。このコンテナーに参加するには、enableProposedApi をオンにする必要があります",
|
|
2511
2497
|
"views.scm": "アクション バーのSCM コンテナーにビューを提供します",
|
|
2512
2498
|
"views.test": "アクション バーのテスト コンテナーにビューを提供します",
|
|
2499
|
+
viewsContainers: "View Containers",
|
|
2513
2500
|
"vscode.extension.contributes.view.contextualTitle": "ビューが元の場所から移動された時に関する、人が判読できるコンテキスト。既定では、ビューのコンテナー名が使用されます。",
|
|
2514
2501
|
"vscode.extension.contributes.view.group": "ビューレット内の入れ子にされたグループ",
|
|
2515
2502
|
"vscode.extension.contributes.view.icon": "ビュー アイコンへのパス。ビュー アイコンは、ビューの名前を表示できないときに表示されます。任意の種類の画像ファイルを使用できますが、アイコンは SVG にすることをお勧めします。",
|
|
@@ -2534,6 +2521,8 @@ var content = {
|
|
|
2534
2521
|
"vs/workbench/api/common/configurationExtensionPoint": {
|
|
2535
2522
|
"config.property.defaultConfiguration.warning": "'{0}'の構成の既定値を登録できません。コンピューターオーバーライド可能、ウィンドウ、リソース、および言語のオーバーライド可能なスコープ設定の既定値のみがサポートされます。",
|
|
2536
2523
|
"config.property.duplicate": "'{0}' を登録できません。このプロパティは既に登録されています。",
|
|
2524
|
+
"default": "Default",
|
|
2525
|
+
description: "Description",
|
|
2537
2526
|
"invalid.allOf": "'configuration.allOf' は非推奨で使用できなくなります。代わりに 'configuration' コントリビューション ポイントに複数の構成セクションを配列として渡します。",
|
|
2538
2527
|
"invalid.properties": "'configuration.properties' は、オブジェクトである必要があります",
|
|
2539
2528
|
"invalid.property": "configuration.properties property '{0}' は、オブジェクトである必要があります",
|
|
@@ -2556,6 +2545,8 @@ var content = {
|
|
|
2556
2545
|
"scope.resource.description": "ユーザー、リモート、ワークスペース、またはフォルダーの設定で行える構成。",
|
|
2557
2546
|
"scope.singlelineText.description": "値は InputBox に表示されます。",
|
|
2558
2547
|
"scope.window.description": "ユーザー、リモート、またはワークスペースの設定で行える構成。",
|
|
2548
|
+
"setting name": "ID",
|
|
2549
|
+
settings: "Settings",
|
|
2559
2550
|
unknownWorkspaceProperty: "不明なワークスペース構成のプロパティ",
|
|
2560
2551
|
"vscode.extension.contributes.configuration": "構成の設定を提供します。",
|
|
2561
2552
|
"vscode.extension.contributes.configuration.order": "指定した場合、設定におけるこのカテゴリを、他のカテゴリに対して相対的に順序を指定します。",
|
|
@@ -2576,6 +2567,10 @@ var content = {
|
|
|
2576
2567
|
},
|
|
2577
2568
|
"vs/workbench/api/common/extHostChatAgents2": {
|
|
2578
2569
|
errorResponse: "プロバイダーからのエラー: {0}"
|
|
2570
|
+
},
|
|
2571
|
+
"vs/workbench/api/common/extHostChatProvider": {
|
|
2572
|
+
chatAccess: "To allow access to the language models provided by {0}",
|
|
2573
|
+
chatAccessWithJustification: "To allow access to the language models provided by {0}. Justification:\r\n\r\n{1}"
|
|
2579
2574
|
},
|
|
2580
2575
|
"vs/workbench/api/common/extHostDiagnostics": {
|
|
2581
2576
|
limitHit: "{0} 個の追加のエラーと警告が表示されていません。"
|
|
@@ -2621,12 +2616,15 @@ var content = {
|
|
|
2621
2616
|
"contributes.jsonValidation": "JSON スキーマ構成を提供します。",
|
|
2622
2617
|
"contributes.jsonValidation.fileMatch": "\"package.json\" や \"*.launch\" などの一致するファイル パターン (またはパターン配列)。除外パターンは '!' で始まります。",
|
|
2623
2618
|
"contributes.jsonValidation.url": "スキーマ URL ('http:', 'https:') または拡張機能フォルダーへの相対パス ('./') です。",
|
|
2619
|
+
fileMatch: "File Match",
|
|
2624
2620
|
"invalid.fileMatch": "'configuration.jsonValidation.fileMatch' は、文字列または文字列の配列として定義する必要があります。",
|
|
2625
2621
|
"invalid.jsonValidation": "'configuration.jsonValidation' は配列でなければなりません",
|
|
2626
2622
|
"invalid.path.1": "`contributes.{0}.url` ({1}) は拡張機能のフォルダー ({2}) に含められることが期待されます。これは拡張機能の移植性を損なう可能性があります。",
|
|
2627
2623
|
"invalid.url": "'configuration.jsonValidation.url' は、URL または相対パスでなければなりません",
|
|
2628
2624
|
"invalid.url.fileschema": "'configuration.jsonValidation.url' は正しくない相対 URL です: {0}",
|
|
2629
|
-
"invalid.url.schema": "拡張機能内のスキーマを参照するには、'configuration.jsonValidation.url' は絶対 URL であるか、'./' から始まらなければなりません。"
|
|
2625
|
+
"invalid.url.schema": "拡張機能内のスキーマを参照するには、'configuration.jsonValidation.url' は絶対 URL であるか、'./' から始まらなければなりません。",
|
|
2626
|
+
jsonValidation: "JSON Validation",
|
|
2627
|
+
schema: "Schema"
|
|
2630
2628
|
},
|
|
2631
2629
|
"vs/workbench/browser/actions/layoutActions": {
|
|
2632
2630
|
active: "アクティブ",
|
|
@@ -3471,8 +3469,8 @@ var content = {
|
|
|
3471
3469
|
alignPanelRight: "パネルの配置を右に設定する",
|
|
3472
3470
|
alignPanelRightShort: "右",
|
|
3473
3471
|
closeIcon: "パネルを閉じるためのアイコン。",
|
|
3474
|
-
closePanel: "
|
|
3475
|
-
closeSecondarySideBar: "
|
|
3472
|
+
closePanel: "Hide Panel",
|
|
3473
|
+
closeSecondarySideBar: "Hide Secondary Side Bar",
|
|
3476
3474
|
focusPanel: "パネルにフォーカスする",
|
|
3477
3475
|
hidePanel: "パネルを非表示",
|
|
3478
3476
|
maximizeIcon: "パネルを最大化するためのアイコン。",
|
|
@@ -3631,6 +3629,8 @@ var content = {
|
|
|
3631
3629
|
activeFolderLong: "`${activeFolderLong}`: ファイルが格納されているフォルダーのフルパス (例: /Users/Development/myFolder/myFileFolder)。",
|
|
3632
3630
|
activeFolderMedium: "`${activeFolderMedium}`: ファイルを含むフォルダーの、ワークスペースフォルダーからの相対パス(例: myFolder/myFileFolder)。",
|
|
3633
3631
|
activeFolderShort: "`${activeFolderShort}`: ファイルが含まれているフォルダーの名前 (例: myFileFolder)。",
|
|
3632
|
+
activeRepositoryBranchName: "`${activeRepositoryBranchName}`: the name of the active branch in the active repository (e.g. main).",
|
|
3633
|
+
activeRepositoryName: "`${activeRepositoryName}`: the name of the active repository (e.g. vscode).",
|
|
3634
3634
|
activityBarIconClickBehavior: "ワークベンチのアクティビティ バー アイコンをクリックする動作を制御します。",
|
|
3635
3635
|
activityBarLocation: "アクティビティ バーの場所を制御します。プライマリ サイド バーの 'side' または 'top' または 'hidden' のいずれかに表示できます。",
|
|
3636
3636
|
appName: "`${appName}`: 例: VS Code。",
|
|
@@ -3871,9 +3871,9 @@ var content = {
|
|
|
3871
3871
|
inZenMode: "Zen Mode が有効になっているかどうか",
|
|
3872
3872
|
isAuxiliaryEditorPart: "エディター パーツが補助ウィンドウ内にある",
|
|
3873
3873
|
isAuxiliaryWindowFocusedContext: "補助ウィンドウがフォーカスされているかどうか",
|
|
3874
|
-
isCenteredLayout: "中央揃えのレイアウトが有効になっているかどうか",
|
|
3875
3874
|
isFileSystemResource: "リソースがファイル システム プロバイダーによってサポートされているかどうか",
|
|
3876
3875
|
isFullscreen: "メイン ウィンドウが全画面モードになっているかどうか",
|
|
3876
|
+
isMainEditorCenteredLayout: "Whether centered layout is enabled for the main editor",
|
|
3877
3877
|
mainEditorAreaVisible: "メイン ウィンドウのエディター領域を表示するかどうか",
|
|
3878
3878
|
multipleEditorGroups: "複数のエディター グループが開かれているかどうか",
|
|
3879
3879
|
notificationCenterVisible: "通知センターが表示されているかどうか",
|
|
@@ -4041,6 +4041,7 @@ var content = {
|
|
|
4041
4041
|
tabActiveUnfocusedBorder: "フォーカスされていないグループ内で、アクティブなタブの下部の境界線。タブはエディター領域内にあるエディターのコンテナーです。複数のタブを 1 つのエディター グループで開くことができます。複数のエディター グループがある可能性があります。",
|
|
4042
4042
|
tabActiveUnfocusedBorderTop: "フォーカスされていないグループ内で、アクティブなタブの上部の境界線。タブはエディター領域内にあるエディターのコンテナーです。複数のタブを 1 つのエディター グループで開くことができます。複数のエディター グループがある可能性があります。",
|
|
4043
4043
|
tabBorder: "タブ同士を分けるための境界線。タブはエディター領域内にあるエディターのコンテナーです。複数のタブを 1 つのエディター グループで開くことができます。複数のエディター グループがある可能性があります。",
|
|
4044
|
+
tabDragAndDropBorder: "Border between tabs to indicate that a tab can be inserted between two tabs. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.",
|
|
4044
4045
|
tabHoverBackground: "ホバー時のタブの背景色。タブはエディター領域におけるエディターのコンテナーです。1 つのエディター グループで複数のタブを開くことができます。エディター グループを複数にすることもできます。",
|
|
4045
4046
|
tabHoverBorder: "ホバー時のタブを強調表示するための境界線。タブはエディター領域内にあるエディターのコンテナーです。複数のタブを 1 つのエディター グループで開くことができます。複数のエディター グループがある可能性があります。",
|
|
4046
4047
|
tabHoverForeground: "カーソルを置いた時のタブの前景色。タブは、エディター領域内のエディターのコンテナーです。複数のタブを 1 つのエディター グループ内で開くことができます。複数のエディター グループを使用できます。",
|
|
@@ -4073,33 +4074,114 @@ var content = {
|
|
|
4073
4074
|
"views log": "ビュー"
|
|
4074
4075
|
},
|
|
4075
4076
|
"vs/workbench/contrib/accessibility/browser/accessibilityConfiguration": {
|
|
4077
|
+
"accessibility.announcement.deprecationMessage": "This setting is deprecated. Use the `signals` settings instead.",
|
|
4076
4078
|
"accessibility.hideAccessibleView": "ユーザー補助対応のビューを非表示にするかどうかを制御します。",
|
|
4079
|
+
"accessibility.signals.chatRequestSent": "Plays a signal when a chat request is made.",
|
|
4080
|
+
"accessibility.signals.chatRequestSent.announcement": "Indicates when a chat request is made.",
|
|
4081
|
+
"accessibility.signals.chatRequestSent.sound": "Plays a sound when a chat request is made.",
|
|
4082
|
+
"accessibility.signals.chatResponsePending": "Plays a signal on loop while the response is pending.",
|
|
4083
|
+
"accessibility.signals.chatResponsePending.announcement": "Alerts on loop while the response is pending.",
|
|
4084
|
+
"accessibility.signals.chatResponsePending.sound": "Plays a sound on loop while the response is pending.",
|
|
4085
|
+
"accessibility.signals.chatResponseReceived": "Indicates when the response has been received.",
|
|
4086
|
+
"accessibility.signals.chatResponseReceived.sound": "Plays a sound on loop while the response has been received.",
|
|
4087
|
+
"accessibility.signals.clear": "Plays a signal when a feature is cleared (for example, the terminal, Debug Console, or Output channel). When this is disabled, an ARIA alert will announce 'Cleared'.",
|
|
4088
|
+
"accessibility.signals.clear.announcement": "Indicates when a feature is cleared.",
|
|
4089
|
+
"accessibility.signals.clear.sound": "Plays a sound when a feature is cleared.",
|
|
4090
|
+
"accessibility.signals.debouncePositionChanges": "Whether or not position changes should be debounced",
|
|
4091
|
+
"accessibility.signals.diffLineDeleted": "Indicates when the focus moves to an deleted line in Accessible Diff Viewer mode or to the next/previous change.",
|
|
4092
|
+
"accessibility.signals.diffLineDeleted.sound": "Plays a sound when the focus moves to an deleted line in Accessible Diff Viewer mode or to the next/previous change.",
|
|
4093
|
+
"accessibility.signals.diffLineInserted": "Indicates when the focus moves to an inserted line in Accessible Diff Viewer mode or to the next/previous change.",
|
|
4094
|
+
"accessibility.signals.diffLineModified": "Indicates when the focus moves to an modified line in Accessible Diff Viewer mode or to the next/previous change.",
|
|
4095
|
+
"accessibility.signals.diffLineModified.sound": "Plays a sound when the focus moves to a modified line in Accessible Diff Viewer mode or to the next/previous change.",
|
|
4096
|
+
"accessibility.signals.format": "Plays a signal when a file or notebook is formatted.",
|
|
4097
|
+
"accessibility.signals.format.always": "Plays the audio cue whenever a file is formatted, including if it is set to format on save, type, or, paste, or run of a cell.",
|
|
4098
|
+
"accessibility.signals.format.announcement": "Indicates when a file or notebook is formatted.",
|
|
4099
|
+
"accessibility.signals.format.announcement.always": "Announces whenever a file is formatted, including if it is set to format on save, type, or, paste, or run of a cell.",
|
|
4100
|
+
"accessibility.signals.format.announcement.never": "Never announces.",
|
|
4101
|
+
"accessibility.signals.format.announcement.userGesture": "Announceswhen a user explicitly formats a file.",
|
|
4102
|
+
"accessibility.signals.format.never": "Never plays the audio cue.",
|
|
4103
|
+
"accessibility.signals.format.sound": "Plays a sound when a file or notebook is formatted.",
|
|
4104
|
+
"accessibility.signals.format.userGesture": "Plays the audio cue when a user explicitly formats a file.",
|
|
4105
|
+
"accessibility.signals.lineHasBreakpoint": "Plays a signal when the active line has a breakpoint.",
|
|
4106
|
+
"accessibility.signals.lineHasBreakpoint.announcement": "Indicates when the active line has a breakpoint.",
|
|
4107
|
+
"accessibility.signals.lineHasBreakpoint.sound": "Plays a sound when the active line has a breakpoint.",
|
|
4108
|
+
"accessibility.signals.lineHasError": "Indicates when the active line has an error.",
|
|
4109
|
+
"accessibility.signals.lineHasError.announcement": "Indicates when the active line has an error.",
|
|
4110
|
+
"accessibility.signals.lineHasError.sound": "Plays a sound when the active line has an error.",
|
|
4111
|
+
"accessibility.signals.lineHasFoldedArea": "Indicates when the active line has a folded area that can be unfolded.",
|
|
4112
|
+
"accessibility.signals.lineHasFoldedArea.announcement": "Indicates when the active line has a folded area that can be unfolded.",
|
|
4113
|
+
"accessibility.signals.lineHasFoldedArea.sound": "Plays a sound when the active line has a folded area that can be unfolded.",
|
|
4114
|
+
"accessibility.signals.lineHasInlineSuggestion": "Indicates when the active line has an inline suggestion.",
|
|
4115
|
+
"accessibility.signals.lineHasInlineSuggestion.sound": "Plays a sound when the active line has an inline suggestion.",
|
|
4116
|
+
"accessibility.signals.lineHasWarning": "Plays a signal when the active line has a warning.",
|
|
4117
|
+
"accessibility.signals.lineHasWarning.announcement": "Indicates when the active line has a warning.",
|
|
4118
|
+
"accessibility.signals.lineHasWarning.sound": "Plays a sound when the active line has a warning.",
|
|
4119
|
+
"accessibility.signals.noInlayHints": "Plays a signal when trying to read a line with inlay hints that has no inlay hints.",
|
|
4120
|
+
"accessibility.signals.noInlayHints.announcement": "Indicates when trying to read a line with inlay hints that has no inlay hints.",
|
|
4121
|
+
"accessibility.signals.noInlayHints.sound": "Plays a sound when trying to read a line with inlay hints that has no inlay hints.",
|
|
4122
|
+
"accessibility.signals.notebookCellCompleted": "Plays a signal when a notebook cell execution is successfully completed.",
|
|
4123
|
+
"accessibility.signals.notebookCellCompleted.announcement": "Indicates when a notebook cell execution is successfully completed.",
|
|
4124
|
+
"accessibility.signals.notebookCellCompleted.sound": "Plays a sound when a notebook cell execution is successfully completed.",
|
|
4125
|
+
"accessibility.signals.notebookCellFailed": "Plays a signal when a notebook cell execution fails.",
|
|
4126
|
+
"accessibility.signals.notebookCellFailed.announcement": "Indicates when a notebook cell execution fails.",
|
|
4127
|
+
"accessibility.signals.notebookCellFailed.sound": "Plays a sound when a notebook cell execution fails.",
|
|
4128
|
+
"accessibility.signals.onDebugBreak": "Plays a signal when the debugger stopped on a breakpoint.",
|
|
4129
|
+
"accessibility.signals.onDebugBreak.announcement": "Indicates when the debugger stopped on a breakpoint.",
|
|
4130
|
+
"accessibility.signals.onDebugBreak.sound": "Plays a sound when the debugger stopped on a breakpoint.",
|
|
4131
|
+
"accessibility.signals.save": "Plays a signal when a file is saved.",
|
|
4132
|
+
"accessibility.signals.save.announcement": "Indicates when a file is saved.",
|
|
4133
|
+
"accessibility.signals.save.announcement.always": "Announces whenever a file is saved, including auto save.",
|
|
4134
|
+
"accessibility.signals.save.announcement.never": "Never plays the audio cue.",
|
|
4135
|
+
"accessibility.signals.save.announcement.userGesture": "Announces when a user explicitly saves a file.",
|
|
4136
|
+
"accessibility.signals.save.sound": "Plays a sound when a file is saved.",
|
|
4137
|
+
"accessibility.signals.save.sound.always": "Plays the audio cue whenever a file is saved, including auto save.",
|
|
4138
|
+
"accessibility.signals.save.sound.never": "Never plays the audio cue.",
|
|
4139
|
+
"accessibility.signals.save.sound.userGesture": "Plays the audio cue when a user explicitly saves a file.",
|
|
4140
|
+
"accessibility.signals.sound": "Plays a sound when the focus moves to an inserted line in Accessible Diff Viewer mode or to the next/previous change.",
|
|
4141
|
+
"accessibility.signals.sounds.volume": "The volume of the sounds in percent (0-100).",
|
|
4142
|
+
"accessibility.signals.taskCompleted": "Plays a signal when a task is completed.",
|
|
4143
|
+
"accessibility.signals.taskCompleted.announcement": "Indicates when a task is completed.",
|
|
4144
|
+
"accessibility.signals.taskCompleted.sound": "Plays a sound when a task is completed.",
|
|
4145
|
+
"accessibility.signals.taskFailed": "Plays a signal when a task fails (non-zero exit code).",
|
|
4146
|
+
"accessibility.signals.taskFailed.announcement": "Indicates when a task fails (non-zero exit code).",
|
|
4147
|
+
"accessibility.signals.taskFailed.sound": "Plays a sound when a task fails (non-zero exit code).",
|
|
4148
|
+
"accessibility.signals.terminalBell": "Plays a signal when the terminal bell is ringing.",
|
|
4149
|
+
"accessibility.signals.terminalBell.announcement": "Indicates when the terminal bell is ringing.",
|
|
4150
|
+
"accessibility.signals.terminalBell.sound": "Plays a sound when the terminal bell is ringing.",
|
|
4151
|
+
"accessibility.signals.terminalCommandFailed": "Plays a signal when a terminal command fails (non-zero exit code).",
|
|
4152
|
+
"accessibility.signals.terminalCommandFailed.announcement": "Indicates when a terminal command fails (non-zero exit code).",
|
|
4153
|
+
"accessibility.signals.terminalCommandFailed.sound": "Plays a sound when a terminal command fails (non-zero exit code).",
|
|
4154
|
+
"accessibility.signals.terminalQuickFix": "Plays a signal when terminal Quick Fixes are available.",
|
|
4155
|
+
"accessibility.signals.terminalQuickFix.announcement": "Indicates when terminal Quick Fixes are available.",
|
|
4156
|
+
"accessibility.signals.terminalQuickFix.sound": "Plays a sound when terminal Quick Fixes are available.",
|
|
4077
4157
|
accessibilityConfigurationTitle: "アクセシビリティ",
|
|
4078
|
-
"
|
|
4079
|
-
"
|
|
4080
|
-
"
|
|
4081
|
-
"
|
|
4082
|
-
"
|
|
4083
|
-
"
|
|
4084
|
-
"
|
|
4085
|
-
"
|
|
4086
|
-
"
|
|
4087
|
-
"
|
|
4088
|
-
"
|
|
4089
|
-
"
|
|
4090
|
-
"
|
|
4091
|
-
"
|
|
4092
|
-
"
|
|
4093
|
-
"
|
|
4094
|
-
"
|
|
4095
|
-
"
|
|
4096
|
-
"
|
|
4097
|
-
"
|
|
4098
|
-
"
|
|
4099
|
-
"
|
|
4100
|
-
"
|
|
4101
|
-
"
|
|
4102
|
-
"
|
|
4158
|
+
"announcement.breakpoint": "Indicates when the debugger breaks. Also see {0}.",
|
|
4159
|
+
"announcement.chatRequestSent": "Indicates when a chat request is sent. Also see {0}.",
|
|
4160
|
+
"announcement.chatResponsePending": "Indicates when a chat response is pending. Also see {0}.",
|
|
4161
|
+
"announcement.clear": "Indicates when a feature is cleared (for example, the terminal, Debug Console, or Output channel). Also see {0}.",
|
|
4162
|
+
"announcement.enabled.auto": "Enable announcement, will only play when in screen reader optimized mode.",
|
|
4163
|
+
"announcement.enabled.off": "Disable announcement.",
|
|
4164
|
+
"announcement.error": "Indicates when the active line has an error. Also see {0}.",
|
|
4165
|
+
"announcement.foldedArea": "Indicates when the active line has a folded area that can be unfolded. Also see {0}.",
|
|
4166
|
+
"announcement.format": "Indicates when a file or notebook cell is formatted. Also see {0}.",
|
|
4167
|
+
"announcement.format.always": "Indicates whenever is a file is formatted, including auto save, on cell execution, and more.",
|
|
4168
|
+
"announcement.format.never": "Never alerts.",
|
|
4169
|
+
"announcement.format.userGesture": "Indicates when a file is formatted via user gesture.",
|
|
4170
|
+
"announcement.lineHasBreakpoint": "Indicates when on a line with a breakpoint. Also see {0}.",
|
|
4171
|
+
"announcement.noInlayHints": "Indicates when there are no inlay hints. Also see {0}.",
|
|
4172
|
+
"announcement.notebookCellCompleted": "Indicates when a notebook cell completes successfully. Also see {0}.",
|
|
4173
|
+
"announcement.notebookCellFailed": "Indicates when a notebook cell fails. Also see {0}.",
|
|
4174
|
+
"announcement.onDebugBreak": "Indicates when the debugger breaks. Also see {0}.",
|
|
4175
|
+
"announcement.save": "Indicates when a file is saved. Also see {0}.",
|
|
4176
|
+
"announcement.save.always": "Indicates whenever is a file is saved, including auto save.",
|
|
4177
|
+
"announcement.save.never": "Never alerts.",
|
|
4178
|
+
"announcement.save.userGesture": "Indicates when a file is saved via user gesture.",
|
|
4179
|
+
"announcement.taskCompleted": "Indicates when a task completes successfully (zero exit code). Also see {0}.",
|
|
4180
|
+
"announcement.taskFailed": "Indicates when a task fails (non-zero exit code). Also see {0}.",
|
|
4181
|
+
"announcement.terminalBell": "Indicates when the terminal bell is activated.",
|
|
4182
|
+
"announcement.terminalCommandFailed": "Indicates when a terminal command fails (non-zero exit code). Also see {0}.",
|
|
4183
|
+
"announcement.terminalQuickFix": "Indicates when there is an available terminal quick fix. Also see {0}.",
|
|
4184
|
+
"announcement.warning": "Indicates when the active line has a warning. Also see {0}.",
|
|
4103
4185
|
dimUnfocusedEnabled: "フォーカスされていないエディターとターミナルを暗くするかどうかを指定するもので、これにより、入力された入力情報の入力先がより明確になります。これは、ノートブックや拡張機能 Web ビュー エディターなどの iframe を利用するエディターの注目すべき例外を除き、ほとんどのエディターで動作します。",
|
|
4104
4186
|
dimUnfocusedOpacity: "フォーカスされていないエディターとターミナルに使用する不透明度の分数 (0.2 ~ 1.0)。これは、{0} が有効になっている場合にのみ効力を発します。",
|
|
4105
4187
|
"terminal.integrated.accessibleView.closeOnKeyPress": "keypress で、ユーザー補助対応のビューを閉じ、そのビューが呼び出された要素にフォーカスします。",
|
|
@@ -4244,13 +4326,8 @@ var content = {
|
|
|
4244
4326
|
cancel: "破棄",
|
|
4245
4327
|
"conflict.1": "この間に '{0}' が変更されたため、リファクタリングを適用できません。",
|
|
4246
4328
|
"conflict.N": "この間に他の {0} 個のファイルが変更されたため、リファクタリングを適用できません。",
|
|
4247
|
-
create: "作成",
|
|
4248
|
-
"edt.title.1": "{0} (リファクター プレビュー)",
|
|
4249
|
-
"edt.title.2": "{0} ({1}、リファクター プレビュー)",
|
|
4250
|
-
"edt.title.del": "{0} (削除、リファクタリング プレビュー)",
|
|
4251
4329
|
"empty.msg": "名前変更などのコード アクションを呼び出して、変更のプレビューをこちらに表示します。",
|
|
4252
|
-
ok: "適用"
|
|
4253
|
-
rename: "名前の変更"
|
|
4330
|
+
ok: "適用"
|
|
4254
4331
|
},
|
|
4255
4332
|
"vs/workbench/contrib/bulkEdit/browser/preview/bulkEditPreview": {
|
|
4256
4333
|
"default": "その他"
|
|
@@ -4301,12 +4378,12 @@ var content = {
|
|
|
4301
4378
|
},
|
|
4302
4379
|
"vs/workbench/contrib/chat/browser/actions/chatAccessibilityHelp": {
|
|
4303
4380
|
"chat.announcement": "チャットの応答は、届いた時に通知されます。応答は、コード ブロックの数 (存在する場合)、応答の残りの部分を示します。",
|
|
4304
|
-
"chat.audioCues": "オーディオ キューは、audioCues.chat のプレフィックスを持つ設定を使用して変更できます。既定では、要求に 4 秒以上かかる場合は、進行状況がまだ発生していることを示すオーディオ キューが聞こえます。",
|
|
4305
4381
|
"chat.followUp": "入力ボックスで、おすすめのフォローアップの質問に移動 (Shift+Tab) し、Enter キーを押して実行します。",
|
|
4306
4382
|
"chat.inspectResponse": "入力ボックスで、ユーザー補助対応のビュー {0} で最後の応答を検査します",
|
|
4307
4383
|
"chat.inspectResponseNoKb": "入力ボックスがフォーカスされている状態で、[アクセス可能なビューを開く] コマンドを使用してアクセス可能なビューの最後の応答を検査します。これは現在、キー バインドではトリガーできません。",
|
|
4308
4384
|
"chat.overview": "チャット ビューは、入力ボックスと要求/応答リストで構成されています。入力ボックスは要求を行うために使用され、リストは応答を表示するために使用されます。",
|
|
4309
4385
|
"chat.requestHistory": "入力ボックスで、上矢印/下矢印を使用して要求履歴を移動します。入力を編集し、Enter キーまたは [送信] ボタンを使用して新しい要求を実行します。",
|
|
4386
|
+
"chat.signals": "Accessibility Signals can be changed via settings with a prefix of signals.chat. By default, if a request takes more than 4 seconds, you will hear a sound indicating that progress is still occurring.",
|
|
4310
4387
|
"inlineChat.access": "これは、コード アクションを介して、または次のコマンドを直接使用してアクティブ化することもできます: Inline Chat: Start Code Chat ({0})。",
|
|
4311
4388
|
"inlineChat.contextActions": "コンテキスト メニューアクションでは、/ というプレフィックスが付いた要求を実行できます。/ を入力するとすると、既製のコマンドが表示されます。",
|
|
4312
4389
|
"inlineChat.diff": "差分エディターで 、({0}) を使用してレビュー モードにします。上矢印/下矢印を使用して、提案された変更を含む行間を移動します。",
|
|
@@ -4341,6 +4418,9 @@ var content = {
|
|
|
4341
4418
|
"interactiveSession.history.pick": "チャットに切り替える",
|
|
4342
4419
|
"interactiveSession.open": "エディターを開く ({0})",
|
|
4343
4420
|
openChat: "チャットを開く"
|
|
4421
|
+
},
|
|
4422
|
+
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
|
|
4423
|
+
"chat.newChat.label": "New Chat"
|
|
4344
4424
|
},
|
|
4345
4425
|
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
|
|
4346
4426
|
"interactive.copyCodeBlock.label": "コピー",
|
|
@@ -4393,13 +4473,13 @@ var content = {
|
|
|
4393
4473
|
},
|
|
4394
4474
|
"vs/workbench/contrib/chat/browser/chat.contribution": {
|
|
4395
4475
|
chat: "チャット",
|
|
4476
|
+
clear: "Start a new chat",
|
|
4396
4477
|
"interactiveSession.editor.fontFamily": "チャット コード ブロック内のフォント ファミリを制御します。",
|
|
4397
4478
|
"interactiveSession.editor.fontSize": "チャット コード ブロック内のフォント サイズをピクセル単位で制御します。",
|
|
4398
4479
|
"interactiveSession.editor.fontWeight": "チャット コード ブロック内のフォントの太さを制御します。",
|
|
4399
4480
|
"interactiveSession.editor.lineHeight": "チャット コード ブロック内の行の高さをピクセル単位で制御します。フォント サイズから行の高さを計算するには 0 を使用します。",
|
|
4400
4481
|
"interactiveSession.editor.wordWrap": "チャット コード ブロックで行を折り返すかどうかを制御します。",
|
|
4401
|
-
interactiveSessionConfigurationTitle: "チャット"
|
|
4402
|
-
newChat: "新しいチャットの開始"
|
|
4482
|
+
interactiveSessionConfigurationTitle: "チャット"
|
|
4403
4483
|
},
|
|
4404
4484
|
"vs/workbench/contrib/chat/browser/chatContributionServiceImpl": {
|
|
4405
4485
|
"chat.viewContainer.label": "チャット",
|
|
@@ -4423,8 +4503,7 @@ var content = {
|
|
|
4423
4503
|
},
|
|
4424
4504
|
"vs/workbench/contrib/chat/browser/chatListRenderer": {
|
|
4425
4505
|
chat: "チャット",
|
|
4426
|
-
|
|
4427
|
-
commandFollowUpInfoMany: "コマンド: {0}",
|
|
4506
|
+
commandButtonDisabled: "Button not available in restored chat",
|
|
4428
4507
|
multiCodeBlock: "{0} {1} コード ブロック",
|
|
4429
4508
|
multiCodeBlockHint: "{0} {1} コード ブロック: {2}",
|
|
4430
4509
|
multiFileTreeHint: "{0} 個のファイル ツリー",
|
|
@@ -4460,6 +4539,7 @@ var content = {
|
|
|
4460
4539
|
"vs/workbench/contrib/chat/common/chatColors": {
|
|
4461
4540
|
"chat.avatarBackground": "チャット アバターの背景色。",
|
|
4462
4541
|
"chat.avatarForeground": "チャット アバターの前景色。",
|
|
4542
|
+
"chat.requestBackground": "The background color of a chat request.",
|
|
4463
4543
|
"chat.requestBorder": "チャット要求の境界線の色。",
|
|
4464
4544
|
"chat.slashCommandBackground": "チャット スラッシュ コマンドの背景色。",
|
|
4465
4545
|
"chat.slashCommandForeground": "チャット スラッシュ コマンドの前景色。"
|
|
@@ -4490,6 +4570,11 @@ var content = {
|
|
|
4490
4570
|
neverSaveBoolean: "保存時にコード アクションをトリガーしません。この値は、\"never\" を優先して非推奨になります。"
|
|
4491
4571
|
},
|
|
4492
4572
|
"vs/workbench/contrib/codeActions/common/codeActionsExtensionPoint": {
|
|
4573
|
+
"codeActions.description": "Description",
|
|
4574
|
+
"codeActions.kind": "Kind",
|
|
4575
|
+
"codeActions.languages": "Languages",
|
|
4576
|
+
"codeActions.title": "Title",
|
|
4577
|
+
codeactions: "Code Actions",
|
|
4493
4578
|
"contributes.codeActions": "リソースに使用するエディターを構成します。",
|
|
4494
4579
|
"contributes.codeActions.description": "コード アクションの機能の説明です。",
|
|
4495
4580
|
"contributes.codeActions.kind": "提供されたコード アクションの 'CodeActionKind' です。",
|
|
@@ -4512,7 +4597,7 @@ var content = {
|
|
|
4512
4597
|
hintWhitespace: "スペースによる違いを表示する",
|
|
4513
4598
|
msg1: "差分エディターを使用しています。",
|
|
4514
4599
|
msg2: "スクリーン リーダー用に最適化された差分レビュー モードで、次の ({0}) または前の ({1}) 差分を表示します。",
|
|
4515
|
-
msg3: "
|
|
4600
|
+
msg3: "To control which accessibility signals should be played, the following settings can be configured: {0}.",
|
|
4516
4601
|
removeTimeout: "制限の削除"
|
|
4517
4602
|
},
|
|
4518
4603
|
"vs/workbench/contrib/codeEditor/browser/emptyTextEditorHint/emptyTextEditorHint": {
|
|
@@ -4740,6 +4825,16 @@ var content = {
|
|
|
4740
4825
|
hasCommentRangesKb: "エディターにはコメント範囲があります。詳細については、[ユーザー補助のヘルプを開く ] ({0}) コマンドを実行してください。",
|
|
4741
4826
|
hasCommentRangesNoKb: "エディターにはコメント範囲があります。詳細については、現在キー バインドではトリガーできないユーザー補助のヘルプを開くコマンドを実行してください。",
|
|
4742
4827
|
pickCommentService: "コメント プロバイダーの選択"
|
|
4828
|
+
},
|
|
4829
|
+
"vs/workbench/contrib/comments/browser/commentsEditorContribution": {
|
|
4830
|
+
"comments.addCommand": "現在の選択範囲にコメントを追加する",
|
|
4831
|
+
"comments.addCommand.error": "コメントを追加するには、カーソルがコメント範囲内にある必要があります",
|
|
4832
|
+
"comments.collapseAll": "すべてのコメントを折りたたむ",
|
|
4833
|
+
"comments.expandAll": "すべてのコメントを展開",
|
|
4834
|
+
"comments.expandUnresolved": "未解決のコメントを展開",
|
|
4835
|
+
"comments.nextCommentingRange": "次のコメント範囲に移動",
|
|
4836
|
+
"comments.previousCommentingRange": "前のコメント範囲に移動",
|
|
4837
|
+
"comments.toggleCommenting": "エディター コメントの切り替え"
|
|
4743
4838
|
},
|
|
4744
4839
|
"vs/workbench/contrib/comments/browser/commentsModel": {
|
|
4745
4840
|
noComments: "このワークスペースにコメントはまだありません。"
|
|
@@ -4757,8 +4852,8 @@ var content = {
|
|
|
4757
4852
|
"vs/workbench/contrib/comments/browser/commentsView": {
|
|
4758
4853
|
"comments.filter.ariaLabel": "コメントをフィルター",
|
|
4759
4854
|
"comments.filter.placeholder": "フィルター (例: text、author)",
|
|
4760
|
-
resourceWithCommentLabel: "{
|
|
4761
|
-
resourceWithCommentLabelFile: "{
|
|
4855
|
+
resourceWithCommentLabel: "${0} at line {1} column {2} in {3}, source: {4}",
|
|
4856
|
+
resourceWithCommentLabelFile: "${0} in {1}, source: {2}",
|
|
4762
4857
|
resourceWithCommentThreadsLabel: "{0}、完全なパス {1} のコメント",
|
|
4763
4858
|
rootCommentsLabel: "現在のワークスペースに対するコメント",
|
|
4764
4859
|
"showing filtered results": "{0}/{1} を表示中"
|
|
@@ -4822,7 +4917,11 @@ var content = {
|
|
|
4822
4917
|
"contributes.priority.option": "ユーザーがリソースを開いたときにこのエディターが自動的に使用されることはありませんが、ユーザーは [再び開く] コマンドを使用してこのエディターに切り替えることができます。",
|
|
4823
4918
|
"contributes.selector": "カスタム エディターが有効にされている glob のセット。",
|
|
4824
4919
|
"contributes.selector.filenamePattern": "カスタム エディターが有効にされている glob。",
|
|
4825
|
-
"contributes.viewType": "カスタム エディターの識別子。これはすべてのカスタム エディターにわたって一意である必要があるため、'viewType' の一部として拡張機能 ID を含めることをお勧めします。'viewType' は、'vscode.registerCustomEditorProvider' や、'onCustomEditor:${id}' [アクティブ化イベント](https://code.visualstudio.com/api/references/activation-events) でカスタム エディターを登録するときに使用されます。"
|
|
4920
|
+
"contributes.viewType": "カスタム エディターの識別子。これはすべてのカスタム エディターにわたって一意である必要があるため、'viewType' の一部として拡張機能 ID を含めることをお勧めします。'viewType' は、'vscode.registerCustomEditorProvider' や、'onCustomEditor:${id}' [アクティブ化イベント](https://code.visualstudio.com/api/references/activation-events) でカスタム エディターを登録するときに使用されます。",
|
|
4921
|
+
customEditors: "Custom Editors",
|
|
4922
|
+
"customEditors filenamePattern": "Filename Pattern",
|
|
4923
|
+
"customEditors priority": "Priority",
|
|
4924
|
+
"customEditors view type": "View Type"
|
|
4826
4925
|
},
|
|
4827
4926
|
"vs/workbench/contrib/debug/browser/baseDebugView": {
|
|
4828
4927
|
"debug.lazyButton.tooltip": "クリックして展開"
|
|
@@ -4885,6 +4984,7 @@ var content = {
|
|
|
4885
4984
|
editBreakpoint: "関数の条件の編集...",
|
|
4886
4985
|
editCondition: "条件の編集...",
|
|
4887
4986
|
editHitCount: "ヒット カウントの編集...",
|
|
4987
|
+
editMode: "Edit Mode...",
|
|
4888
4988
|
enableAllBreakpoints: "すべてのブレークポイントを有効にする",
|
|
4889
4989
|
exceptionBreakpointAriaLabel: "例外のブレークポイント条件の入力",
|
|
4890
4990
|
exceptionBreakpointPlaceholder: "式が true と評価されたときに中断",
|
|
@@ -4913,6 +5013,7 @@ var content = {
|
|
|
4913
5013
|
reapplyAllBreakpoints: "すべてのブレークポイントを再適用する",
|
|
4914
5014
|
removeAllBreakpoints: "すべてのブレークポイントを削除する",
|
|
4915
5015
|
removeBreakpoint: "ブレークポイントの削除",
|
|
5016
|
+
selectBreakpointMode: "Select Breakpoint Mode",
|
|
4916
5017
|
triggeredBy: "ブレークポイントの後のヒット: {0}",
|
|
4917
5018
|
unverifiedBreakpoint: "未確認のブレークポイント",
|
|
4918
5019
|
unverifiedExceptionBreakpoint: "未検証の例外ブレークポイント",
|
|
@@ -4920,6 +5021,7 @@ var content = {
|
|
|
4920
5021
|
write: "書き込み"
|
|
4921
5022
|
},
|
|
4922
5023
|
"vs/workbench/contrib/debug/browser/breakpointWidget": {
|
|
5024
|
+
bpMode: "Mode",
|
|
4923
5025
|
breakpointType: "ブレークポイント タイプ",
|
|
4924
5026
|
breakpointWidgetExpressionPlaceholder: "式が true と評価される場合に中断します。'{0}' を押して受け入れるか '{1}' を押して取り消します。",
|
|
4925
5027
|
breakpointWidgetHitCountPlaceholder: "ヒット カウント条件が満たされる場合に中断します。'{0}' を押して受け入れるか '{1}' を押して取り消します。",
|
|
@@ -5034,6 +5136,7 @@ var content = {
|
|
|
5034
5136
|
restartFrame: "フレームの再起動",
|
|
5035
5137
|
run: "実行するかデバッグします...",
|
|
5036
5138
|
"run and debug": "実行とデバッグ",
|
|
5139
|
+
runMenu: "Run",
|
|
5037
5140
|
setValue: "値の設定",
|
|
5038
5141
|
showBreakpointsInOverviewRuler: "ブレークポイントを概要ルーラーに表示するかどうかを制御します。",
|
|
5039
5142
|
showErrors: "問題ビューを表示し、デバッグを開始しません。",
|
|
@@ -5322,6 +5425,7 @@ var content = {
|
|
|
5322
5425
|
followLink: "リンク先を表示"
|
|
5323
5426
|
},
|
|
5324
5427
|
"vs/workbench/contrib/debug/browser/loadedScriptsView": {
|
|
5428
|
+
collapse: "Collapse All",
|
|
5325
5429
|
loadedScriptsAriaLabel: "読み込み済みのスクリプトのデバッグ",
|
|
5326
5430
|
loadedScriptsFolderAriaLabel: "フォルダー {0}、読み込み済みスクリプト、デバッグ",
|
|
5327
5431
|
loadedScriptsRootFolderAriaLabel: "ワークスペース フォルダー {0}、読み込み済みスクリプト、デバッグ",
|
|
@@ -5368,6 +5472,7 @@ var content = {
|
|
|
5368
5472
|
cancel: "取り消す",
|
|
5369
5473
|
collapse: "すべて折りたたむ",
|
|
5370
5474
|
install: "インストール",
|
|
5475
|
+
removeVisualizer: "Remove Visualizer",
|
|
5371
5476
|
useVisualizer: "変数の視覚化...",
|
|
5372
5477
|
variableAriaLabel: "{0}、値 {1}",
|
|
5373
5478
|
variableScopeAriaLabel: "スコープ {0}",
|
|
@@ -5403,6 +5508,7 @@ var content = {
|
|
|
5403
5508
|
breakWhenValueChangesSupported: "フォーカスされたセッションで値の変更時の中断がサポートされている場合は True です。",
|
|
5404
5509
|
breakWhenValueIsAccessedSupported: "フォーカスされたブレークポイントで値のアクセス時の中断がサポートされている場合は True です。",
|
|
5405
5510
|
breakWhenValueIsReadSupported: "フォーカスされたブレークポイントで値の読み取り時の中断がサポートされている場合は True です。",
|
|
5511
|
+
breakpointHasModes: "Whether the breakpoint has multiple modes it can switch to.",
|
|
5406
5512
|
breakpointInputFocused: "[ブレークポイント] ビューで入力ボックスにフォーカスがある場合は True です。",
|
|
5407
5513
|
breakpointItemType: "[ブレークポイント] ビュー内のフォーカスされた要素の項目の種類を表します。例: 'breakpoint'、'exceptionBreakppint'、'functionBreakpoint'、'dataBreakpoint'",
|
|
5408
5514
|
breakpointSupportsCondition: "フォーカスされたブレークポイントで条件がサポートされている場合は True です。",
|
|
@@ -5449,7 +5555,9 @@ var content = {
|
|
|
5449
5555
|
suspendDebuggeeSupported: "フォーカスされたセッションが中断されているデバッグ対象機能をサポートしている場合は true。",
|
|
5450
5556
|
terminateDebuggeeSupported: "フォーカスされたセッションが終了デバッグ対象機能をサポートすしている場合は true。",
|
|
5451
5557
|
variableEvaluateNamePresent: "フォーカスされた変数で 'evalauteName' フィールドが設定されている場合は True です。",
|
|
5558
|
+
variableExtensionId: "Extension ID of the variable source, present for debug visualization clauses.",
|
|
5452
5559
|
variableIsReadonly: "フォーカスされた変数が読み取り専用の場合は True。",
|
|
5560
|
+
variableLanguage: "Language of the variable source, present for debug visualization clauses.",
|
|
5453
5561
|
variableName: "デバッグ視覚化句に存在する変数の名前。",
|
|
5454
5562
|
variableType: "デバッグ視覚化句に存在する変数の種類。",
|
|
5455
5563
|
variableValue: "デバッグ視覚化句に存在する変数の値。",
|
|
@@ -5500,6 +5608,9 @@ var content = {
|
|
|
5500
5608
|
"app.launch.json.title": "起動",
|
|
5501
5609
|
"app.launch.json.version": "このファイル形式のバージョン。",
|
|
5502
5610
|
compoundPrelaunchTask: "複合構成の開始前に実行するタスク。",
|
|
5611
|
+
"debugger name": "Name",
|
|
5612
|
+
"debugger type": "Type",
|
|
5613
|
+
debuggers: "Debuggers",
|
|
5503
5614
|
presentation: "デバッグ構成ドロップダウンとコマンド パレットでこの構成を表示する方法に関するプレゼンテーション オプション。",
|
|
5504
5615
|
"presentation.group": "この構成が属するグループ。構成ドロップダウンとコマンド パレットでのグループ化と並べ替えに使用されます。",
|
|
5505
5616
|
"presentation.hidden": "この構成を構成ドロップダウンとコマンド パレットに表示するかどうかを制御します。",
|
|
@@ -5645,6 +5756,8 @@ var content = {
|
|
|
5645
5756
|
errors: "キャッチできない {0} 個のエラーが検出されました",
|
|
5646
5757
|
extensionActivating: "拡張機能をアクティブ化しています...",
|
|
5647
5758
|
languageActivation: "{0} ファイルを開いたため、{1} によってアクティブ化されました",
|
|
5759
|
+
"requests count": "{0} Requests: {1} (Session)",
|
|
5760
|
+
"requests count title": "Last request was {0}. Overall Requests: {1}",
|
|
5648
5761
|
runtimeExtensions: "ランタイム拡張機能",
|
|
5649
5762
|
showRuntimeExtensions: "実行中の拡張機能の表示",
|
|
5650
5763
|
starActivation: "起動時に {0} によってアクティブ化されました",
|
|
@@ -5668,113 +5781,42 @@ var content = {
|
|
|
5668
5781
|
},
|
|
5669
5782
|
"vs/workbench/contrib/extensions/browser/extensionEditor": {
|
|
5670
5783
|
"Changelog title": "変更ログ",
|
|
5671
|
-
"JSON Validation": "JSON 検証 ({0})",
|
|
5672
5784
|
Marketplace: "マーケットプレース",
|
|
5673
5785
|
"Marketplace Info": "詳細情報",
|
|
5674
|
-
"Notebook id": "ID",
|
|
5675
|
-
"Notebook mimetypes": "Mimetypes",
|
|
5676
|
-
"Notebook name": "名前",
|
|
5677
|
-
"Notebook renderer name": "名前",
|
|
5678
|
-
NotebookRenderers: "ノートブック レンダラー ({0})",
|
|
5679
|
-
Notebooks: "ノートブック ({0})",
|
|
5680
5786
|
"Readme title": "Readme",
|
|
5681
|
-
activatedBy: "アクティブ化した人:",
|
|
5682
|
-
"activation events": "アクティブ化イベント ({0})",
|
|
5683
|
-
"activation reason": "アクティブ化イベント:",
|
|
5684
|
-
"activation time": "アクティブ化の時刻:",
|
|
5685
|
-
authentication: "認証 ({0})",
|
|
5686
|
-
"authentication.id": "ID",
|
|
5687
|
-
"authentication.label": "ラベル",
|
|
5688
5787
|
builtin: "ビルトイン",
|
|
5689
5788
|
categories: "カテゴリ",
|
|
5690
5789
|
changelog: "変更ログ",
|
|
5691
5790
|
changelogtooltip: "拡張機能の更新履歴、拡張機能の 'CHANGELOG.md' ファイルから表示",
|
|
5692
|
-
codeActions: "コード アクション ({0})",
|
|
5693
|
-
"codeActions.description": "説明",
|
|
5694
|
-
"codeActions.kind": "種類",
|
|
5695
|
-
"codeActions.languages": "言語",
|
|
5696
|
-
"codeActions.title": "タイトル",
|
|
5697
|
-
colorId: "ID",
|
|
5698
|
-
colorThemes: "配色テーマ ({0})",
|
|
5699
|
-
colors: "配色 ({0})",
|
|
5700
|
-
"command name": "ID",
|
|
5701
|
-
"command title": "タイトル",
|
|
5702
|
-
commands: "コマンド ({0})",
|
|
5703
|
-
contributions: "機能のコントリビューション",
|
|
5704
|
-
contributionstooltip: "この拡張機能による VS Code へのコントリビューションの一覧",
|
|
5705
|
-
customEditors: "カスタム エディター ({0})",
|
|
5706
|
-
"customEditors filenamePattern": "ファイル名パターン",
|
|
5707
|
-
"customEditors priority": "優先度",
|
|
5708
|
-
"customEditors view type": "ビューの種類",
|
|
5709
|
-
"debugger name": "名前",
|
|
5710
|
-
"debugger type": "種類",
|
|
5711
|
-
debuggers: "デバッガー ({0})",
|
|
5712
|
-
"default": "既定",
|
|
5713
|
-
defaultDark: "ダーク テーマの既定値",
|
|
5714
|
-
defaultHC: "ハイ コントラストの既定値",
|
|
5715
|
-
defaultLight: "ライト テーマの既定値",
|
|
5716
5791
|
dependencies: "依存関係",
|
|
5717
5792
|
dependenciestooltip: "この拡張機能が依存する拡張機能の一覧",
|
|
5718
|
-
description: "説明",
|
|
5719
5793
|
details: "詳細",
|
|
5720
5794
|
detailstooltip: "拡張機能の詳細、拡張機能の 'README.md' ファイルから表示",
|
|
5721
5795
|
"extension pack": "拡張機能パック ({0})",
|
|
5722
5796
|
"extension version": "拡張機能のバージョン",
|
|
5723
5797
|
extensionpack: "拡張機能パック",
|
|
5724
5798
|
extensionpacktooltip: "この拡張機能と共にインストールされる拡張機能を一覧表示します",
|
|
5725
|
-
|
|
5726
|
-
|
|
5799
|
+
features: "Features",
|
|
5800
|
+
featurestooltip: "Lists features contributed by this extension",
|
|
5727
5801
|
find: "検索",
|
|
5728
5802
|
"find next": "次を検索",
|
|
5729
5803
|
"find previous": "前を検索",
|
|
5730
|
-
grammar: "文法",
|
|
5731
|
-
iconThemes: "アイコン テーマ ({0})",
|
|
5732
5804
|
id: "識別子",
|
|
5733
5805
|
"install count": "インストール数",
|
|
5734
5806
|
issues: "問題",
|
|
5735
|
-
"keyboard shortcuts": "キーボード ショートカット",
|
|
5736
|
-
"language id": "ID",
|
|
5737
|
-
"language name": "名前",
|
|
5738
|
-
languages: "言語 ({0})",
|
|
5739
5807
|
"last released": "前回のリリース日",
|
|
5740
5808
|
"last updated": "最終更新",
|
|
5741
5809
|
license: "ライセンス",
|
|
5742
|
-
localizations: "ローカライズ ({0})",
|
|
5743
|
-
"localizations language id": "言語 ID",
|
|
5744
|
-
"localizations language name": "言語名",
|
|
5745
|
-
"localizations localized language name": "言語名 (ローカライズ)",
|
|
5746
|
-
menuContexts: "メニュー コンテキスト",
|
|
5747
|
-
messages: "メッセージ ({0})",
|
|
5748
5810
|
name: "拡張機能名",
|
|
5749
5811
|
noChangelog: "使用可能な変更ログはありません。",
|
|
5750
|
-
noContributions: "コントリビューションはありません",
|
|
5751
5812
|
noDependencies: "依存関係はありません",
|
|
5752
5813
|
noReadme: "利用できる README はありません。",
|
|
5753
|
-
noStatus: "使用可能な状態がありません。",
|
|
5754
|
-
"not yet activated": "まだアクティブ化されていません。",
|
|
5755
5814
|
preview: "プレビュー",
|
|
5756
|
-
productThemes: "製品アイコンのテーマ ({0})",
|
|
5757
5815
|
published: "公開済み",
|
|
5758
5816
|
publisher: "発行者",
|
|
5759
5817
|
rating: "評価",
|
|
5760
5818
|
repository: "リポジトリ",
|
|
5761
|
-
resources: "
|
|
5762
|
-
runtimeStatus: "ランタイムの状態",
|
|
5763
|
-
"runtimeStatus description": "拡張機能のランタイム状態",
|
|
5764
|
-
schema: "スキーマ",
|
|
5765
|
-
"setting name": "ID",
|
|
5766
|
-
settings: "設定 ({0})",
|
|
5767
|
-
snippets: "スニペット",
|
|
5768
|
-
startup: "スタートアップ",
|
|
5769
|
-
"uncaught errors": "キャッチできないエラーが検出されました ({0})",
|
|
5770
|
-
"view container id": "ID",
|
|
5771
|
-
"view container location": "場所",
|
|
5772
|
-
"view container title": "タイトル",
|
|
5773
|
-
"view id": "ID",
|
|
5774
|
-
"view location": "場所",
|
|
5775
|
-
"view name": "名前",
|
|
5776
|
-
viewContainers: "ビュー コンテナー ({0})",
|
|
5777
|
-
views: "ビュー ({0})"
|
|
5819
|
+
resources: "Resources"
|
|
5778
5820
|
},
|
|
5779
5821
|
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
|
|
5780
5822
|
"restartExtensionHost.reason": "ワークスペースの信頼が変更されたため、拡張機能ホストを再起動しています。"
|
|
@@ -6033,6 +6075,7 @@ var content = {
|
|
|
6033
6075
|
"learn why": "理由をご確認ください",
|
|
6034
6076
|
"malicious tooltip": "この拡張機能は問題ありと報告されました。",
|
|
6035
6077
|
manage: "管理",
|
|
6078
|
+
"manage access": "Manage Access",
|
|
6036
6079
|
migrate: "移行",
|
|
6037
6080
|
"migrate to": "{0} への移行",
|
|
6038
6081
|
migrateExtension: "移行",
|
|
@@ -6602,6 +6645,9 @@ var content = {
|
|
|
6602
6645
|
useTrash: "ファイル/フォルダーを削除時するときに、 OS のごみ箱に移動します。無効にするとファイル/フォルダーは完全に削除されます。",
|
|
6603
6646
|
watcherExclude: "ファイルの監視から除外するパスまたは [glob パターン](https://aka.ms/vscode-glob-patterns) を構成します。パスは、監視フォルダーに対する相対パスまたは絶対パスのいずれかです。glob パターンは、監視フォルダーから相対的に一致します。ファイル ウォッチャー プロセスが大量の CPU を消費する場合は、あまり重要でない大きなフォルダー (ビルド出力フォルダーなど) を除外してください。",
|
|
6604
6647
|
watcherInclude: "追加のパスを構成して、ワークスペース内の変更を監視します。既定では、シンボリック リンクのフォルダーを除き、すべてのワークスペースのフォルダーを再帰的に監視します。絶対パスまたは相対パスを明示的に追加して、シンボリック リンクのフォルダーの監視をサポートすることができます。相対パスは、現在開いているワークスペースを使用して絶対パスに解決されます。"
|
|
6648
|
+
},
|
|
6649
|
+
"vs/workbench/contrib/files/browser/views/emptyView": {
|
|
6650
|
+
noWorkspace: "No Folder Opened"
|
|
6605
6651
|
},
|
|
6606
6652
|
"vs/workbench/contrib/files/browser/views/explorerDecorationsProvider": {
|
|
6607
6653
|
canNotResolve: "ワークスペース フォルダー ({0}) を解決できません",
|
|
@@ -6727,6 +6773,8 @@ var content = {
|
|
|
6727
6773
|
"feedback.unhelpful": "役に立たなかった",
|
|
6728
6774
|
focus: "入力のフォーカス",
|
|
6729
6775
|
label: "`{0}` と {1} フォローアップ ({2})",
|
|
6776
|
+
moveToNextHunk: "Move to Next Change",
|
|
6777
|
+
moveToPreviousHunk: "Move to Previous Change",
|
|
6730
6778
|
nextFromHistory: "履歴から次へ",
|
|
6731
6779
|
previousFromHistory: "履歴から前へ",
|
|
6732
6780
|
rerun: "応答の再生成",
|
|
@@ -6816,7 +6864,6 @@ var content = {
|
|
|
6816
6864
|
inlineChatVisible: "対話型エディター入力が表示されているかどうか",
|
|
6817
6865
|
mode: "インライン チャットで作成された変更をドキュメントに直接適用するか、最初にプレビューするかを構成します。",
|
|
6818
6866
|
"mode.live": "変更はドキュメントに直接適用されますが、インライン差分を介して強調表示し、チャンク単位で受け入れ/破棄できます。セッションを終了しても変更は保持されます。",
|
|
6819
|
-
"mode.livePreview": "変更はドキュメントに直接適用され、インライン差分または左右に並べて表示差分を介して視覚的に強調表示されます。セッションを終了しても変更は保持されます。",
|
|
6820
6867
|
"mode.preview": "変更はプレビューのみであり、適用ボタンを使用して承認する必要があります。セッションを終了すると、変更は破棄されます。"
|
|
6821
6868
|
},
|
|
6822
6869
|
"vs/workbench/contrib/interactive/browser/interactive.contribution": {
|
|
@@ -7199,6 +7246,11 @@ var content = {
|
|
|
7199
7246
|
showBase: "マージ エディターにベース バージョンが表示される場合",
|
|
7200
7247
|
showBaseAtTop: "ベースを先頭に表示する必要がある場合",
|
|
7201
7248
|
showNonConflictingChanges: "マージ エディターに競合していない変更を表示している場合"
|
|
7249
|
+
},
|
|
7250
|
+
"vs/workbench/contrib/multiDiffEditor/browser/actions": {
|
|
7251
|
+
ExpandAllDiffs: "Expand All Diffs",
|
|
7252
|
+
collapseAllDiffs: "Collapse All Diffs",
|
|
7253
|
+
goToFile: "Open File"
|
|
7202
7254
|
},
|
|
7203
7255
|
"vs/workbench/contrib/multiDiffEditor/browser/icons.contribution": {
|
|
7204
7256
|
multiDiffEditorLabelIcon: "マルチ差分エディター ラベルのアイコン。"
|
|
@@ -7259,11 +7311,17 @@ var content = {
|
|
|
7259
7311
|
"vs/workbench/contrib/notebook/browser/contrib/editorStatusBar/editorStatusBar": {
|
|
7260
7312
|
"kernel.select.label": "カーネルの選択",
|
|
7261
7313
|
"notebook.activeCellStatusName": "ノートブック エディターの選択",
|
|
7314
|
+
"notebook.indentation": "Notebook Indentation",
|
|
7262
7315
|
"notebook.info": "ノートブック カーネル情報",
|
|
7263
7316
|
"notebook.multiActiveCellIndicator": "セル {0} ({1} が選択されています)",
|
|
7264
7317
|
"notebook.select": "ノートブック カーネルの選択",
|
|
7265
7318
|
"notebook.singleActiveCellIndicator": "セル {1} の {0}",
|
|
7319
|
+
selectNotebookIndentation: "Select Indentation",
|
|
7266
7320
|
tooltop: "{0} (提案)"
|
|
7321
|
+
},
|
|
7322
|
+
"vs/workbench/contrib/notebook/browser/contrib/find/notebookFind": {
|
|
7323
|
+
"notebookActions.findInNotebook": "Find in Notebook",
|
|
7324
|
+
"notebookActions.hideFind": "Hide Find in Notebook"
|
|
7267
7325
|
},
|
|
7268
7326
|
"vs/workbench/contrib/notebook/browser/contrib/find/notebookFindReplaceWidget": {
|
|
7269
7327
|
findFilterIcon: "検索ウィジェットの検索フィルターのアイコン。",
|
|
@@ -7296,6 +7354,9 @@ var content = {
|
|
|
7296
7354
|
},
|
|
7297
7355
|
"vs/workbench/contrib/notebook/browser/contrib/gettingStarted/notebookGettingStarted": {
|
|
7298
7356
|
"workbench.notebook.layout.gettingStarted.label": "ノートブックの開始をリセットする"
|
|
7357
|
+
},
|
|
7358
|
+
"vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions": {
|
|
7359
|
+
"notebook.toggleCellToolbarPosition": "Toggle Cell Toolbar Position"
|
|
7299
7360
|
},
|
|
7300
7361
|
"vs/workbench/contrib/notebook/browser/contrib/navigation/arrow": {
|
|
7301
7362
|
cursorMoveDown: "次のセル エディターにフォーカス",
|
|
@@ -7310,6 +7371,9 @@ var content = {
|
|
|
7310
7371
|
focusOutputOut: "アクティブ セル出力からフォーカスを外す",
|
|
7311
7372
|
"notebook.navigation.allowNavigateToSurroundingCells": "有効にすると、セルエディター内の現在のカーソルが最初または最後の行にあるときに、カーソルは次または前のセルに移動できます。",
|
|
7312
7373
|
"notebookActions.centerActiveCell": "アクティブ セルを中央に置く"
|
|
7374
|
+
},
|
|
7375
|
+
"vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariables": {
|
|
7376
|
+
notebookVariables: "Notebook Variables"
|
|
7313
7377
|
},
|
|
7314
7378
|
"vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesDataSource": {
|
|
7315
7379
|
"notebook.indexedChildrenLimitReached": "表示制限に達しました"
|
|
@@ -7317,6 +7381,9 @@ var content = {
|
|
|
7317
7381
|
"vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesTree": {
|
|
7318
7382
|
debugConsole: "Notebook 変数",
|
|
7319
7383
|
notebookVariableAriaLabel: "変数 {0}、値 {1}"
|
|
7384
|
+
},
|
|
7385
|
+
"vs/workbench/contrib/notebook/browser/contrib/notebookVariables/notebookVariablesView": {
|
|
7386
|
+
"notebook.notebookVariables": "Notebook Variables"
|
|
7320
7387
|
},
|
|
7321
7388
|
"vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline": {
|
|
7322
7389
|
"breadcrumbs.showCodeCells": "有効にすると、ノートブックの階層リンクにコード セルが含まれます。",
|
|
@@ -7347,7 +7414,7 @@ var content = {
|
|
|
7347
7414
|
"notebookActions.joinSelectedCells.label": "ノートブック セルの結合"
|
|
7348
7415
|
},
|
|
7349
7416
|
"vs/workbench/contrib/notebook/browser/controller/cellOutputActions": {
|
|
7350
|
-
"notebookActions.copyOutput": "
|
|
7417
|
+
"notebookActions.copyOutput": "Copy Cell Output"
|
|
7351
7418
|
},
|
|
7352
7419
|
"vs/workbench/contrib/notebook/browser/controller/coreActions": {
|
|
7353
7420
|
miShare: "共有",
|
|
@@ -7364,14 +7431,20 @@ var content = {
|
|
|
7364
7431
|
confirmDeleteButtonMessage: "このセルは実行中です。削除しますか?",
|
|
7365
7432
|
detectLanguage: "セルの検出された言語を承諾する",
|
|
7366
7433
|
doNotAskAgain: "今後このメッセージを表示しない",
|
|
7434
|
+
indentConvert: "convert file",
|
|
7435
|
+
indentView: "change view",
|
|
7367
7436
|
languageDescription: "({0}) - 現在の言語",
|
|
7368
7437
|
languageDescriptionConfigured: "({0})",
|
|
7369
7438
|
languagesPicks: "言語 (識別子)",
|
|
7370
7439
|
noDetection: "セル言語を検出できません",
|
|
7440
|
+
noNotebookEditor: "No notebook editor active at this time",
|
|
7441
|
+
noWritableCodeEditor: "The active notebook editor is read-only.",
|
|
7371
7442
|
"notebookActions.deleteCell": "セルの削除",
|
|
7372
7443
|
"notebookActions.editCell": "セルの編集",
|
|
7373
7444
|
"notebookActions.quitEdit": "セルの編集を停止",
|
|
7374
|
-
|
|
7445
|
+
pickAction: "Select Action",
|
|
7446
|
+
pickLanguageToConfigure: "言語モードの選択",
|
|
7447
|
+
selectNotebookIndentation: "Select Indentation"
|
|
7375
7448
|
},
|
|
7376
7449
|
"vs/workbench/contrib/notebook/browser/controller/executeActions": {
|
|
7377
7450
|
"notebookActions.cancel": "セルの実行を停止する",
|
|
@@ -7386,7 +7459,7 @@ var content = {
|
|
|
7386
7459
|
"notebookActions.interruptNotebook": "割り込み",
|
|
7387
7460
|
"notebookActions.renderMarkdown": "すべての Markdown セルをレンダリングする",
|
|
7388
7461
|
revealLastFailedCell: "最近失敗したセルに移動",
|
|
7389
|
-
revealLastFailedCellShort: "
|
|
7462
|
+
revealLastFailedCellShort: "Go to Most Recently Failed Cell",
|
|
7390
7463
|
revealRunningCell: "実行中のセルに移動",
|
|
7391
7464
|
revealRunningCellShort: "移動先"
|
|
7392
7465
|
},
|
|
@@ -7574,6 +7647,10 @@ var content = {
|
|
|
7574
7647
|
selectedCellBackground: "セルが選択されているときの、セルの背景色。"
|
|
7575
7648
|
},
|
|
7576
7649
|
"vs/workbench/contrib/notebook/browser/notebookExtensionPoint": {
|
|
7650
|
+
"Notebook id": "ID",
|
|
7651
|
+
"Notebook mimetypes": "Mimetypes",
|
|
7652
|
+
"Notebook name": "Name",
|
|
7653
|
+
"Notebook renderer name": "Name",
|
|
7577
7654
|
"contributes.notebook.provider": "ノートブック ドキュメント プロバイダーを提供します。",
|
|
7578
7655
|
"contributes.notebook.provider.displayName": "ノートブックに関して人が認識できる名前。",
|
|
7579
7656
|
"contributes.notebook.provider.selector": "ノートブックの対象となる glob のセット。",
|
|
@@ -7598,7 +7675,9 @@ var content = {
|
|
|
7598
7675
|
"contributes.preload.provider.viewType": "ノートブックの種類。",
|
|
7599
7676
|
"contributes.priority": "ユーザーがファイルを開いたときにカスタム エディターを自動的に有効にするかどうかを制御します。これは、'workbench.editorAssociations' 設定を使用してユーザーによって上書きされる可能性があります。",
|
|
7600
7677
|
"contributes.priority.default": "ユーザーがリソースを開いたときに、そのリソースに対して他の既定のカスタム エディターが登録されていない場合は、このエディターが自動的に使用されます。",
|
|
7601
|
-
"contributes.priority.option": "ユーザーがリソースを開いたときにこのエディターが自動的に使用されることはありませんが、ユーザーは [再び開く] コマンドを使用してこのエディターに切り替えることができます。"
|
|
7678
|
+
"contributes.priority.option": "ユーザーがリソースを開いたときにこのエディターが自動的に使用されることはありませんが、ユーザーは [再び開く] コマンドを使用してこのエディターに切り替えることができます。",
|
|
7679
|
+
notebookRenderer: "Notebook Renderers",
|
|
7680
|
+
notebooks: "Notebooks"
|
|
7602
7681
|
},
|
|
7603
7682
|
"vs/workbench/contrib/notebook/browser/notebookIcons": {
|
|
7604
7683
|
clearIcon: "ノートブック エディターでセル出力をクリアするためのアイコン。",
|
|
@@ -7661,32 +7740,6 @@ var content = {
|
|
|
7661
7740
|
"promptChooseMimeType.placeHolder": "現在の出力にレンダリングする MIME の種類を選択してください",
|
|
7662
7741
|
"promptChooseMimeTypeInSecure.placeHolder": "現在の出力にレンダリングする MIME の種類を選択してください",
|
|
7663
7742
|
unavailableRenderInfo: "レンダラーが利用できません"
|
|
7664
|
-
},
|
|
7665
|
-
"vs/workbench/contrib/notebook/browser/view/cellParts/chat/cellChatActions": {
|
|
7666
|
-
apply1: "変更を受け入れる",
|
|
7667
|
-
apply2: "承諾する",
|
|
7668
|
-
arrowDown: "カーソルを下へ",
|
|
7669
|
-
arrowUp: "カーソルを上へ",
|
|
7670
|
-
discard: "破棄",
|
|
7671
|
-
"feedback.helpful": "役に立った",
|
|
7672
|
-
"feedback.reportIssueForBug": "問題を報告",
|
|
7673
|
-
"feedback.unhelpful": "役に立たなかった",
|
|
7674
|
-
focusChatWidget: "チャット ウィジェットにフォーカス",
|
|
7675
|
-
focusNextChatWidget: "次のセル チャット ウィジェットにフォーカス",
|
|
7676
|
-
"notebook.cell.chat.accept": "要求する",
|
|
7677
|
-
"notebook.cell.chat.close": "チャットを閉じる",
|
|
7678
|
-
"notebook.cell.chat.stop": "要求の停止",
|
|
7679
|
-
"notebookActions.menu.insertCode.ontoolbar": "生成",
|
|
7680
|
-
"notebookActions.menu.insertCode.tooltip": "チャットでコード セルを生成する",
|
|
7681
|
-
"notebookActions.menu.insertCodeCellWithChat": "生成",
|
|
7682
|
-
"notebookActions.menu.insertCodeCellWithChat.tooltip": "チャットでコード セルを生成する"
|
|
7683
|
-
},
|
|
7684
|
-
"vs/workbench/contrib/notebook/browser/view/cellParts/chat/cellChatController": {
|
|
7685
|
-
"default.placeholder": "質問してください",
|
|
7686
|
-
notebookCellChatFocused: "セル チャット エディターがフォーカスされているかどうか",
|
|
7687
|
-
notebookChatHasActiveRequest: "セル チャット エディターにアクティブな要求があるかどうか",
|
|
7688
|
-
thinking: "考え中…",
|
|
7689
|
-
"welcome.1": "AI によって生成されたコードが正しくない可能性があります。"
|
|
7690
7743
|
},
|
|
7691
7744
|
"vs/workbench/contrib/notebook/browser/view/cellParts/codeCell": {
|
|
7692
7745
|
cellExpandInputButtonLabel: "セルの入力を展開する ({0})",
|
|
@@ -7825,6 +7878,12 @@ var content = {
|
|
|
7825
7878
|
output: "出力",
|
|
7826
7879
|
"output model title": "{0} - 出力",
|
|
7827
7880
|
outputViewAriaLabel: "出力パネル"
|
|
7881
|
+
},
|
|
7882
|
+
"vs/workbench/contrib/performance/browser/performance.contribution": {
|
|
7883
|
+
cycles: "サービス サイクルの印刷",
|
|
7884
|
+
emitter: "エミッタ プロファイルの印刷",
|
|
7885
|
+
"insta.trace": "サービス トレースの印刷",
|
|
7886
|
+
"show.label": "スタートアップ パフォーマンス"
|
|
7828
7887
|
},
|
|
7829
7888
|
"vs/workbench/contrib/performance/browser/perfviewEditor": {
|
|
7830
7889
|
name: "スタートアップ パフォーマンス"
|
|
@@ -8013,9 +8072,9 @@ var content = {
|
|
|
8013
8072
|
},
|
|
8014
8073
|
"vs/workbench/contrib/preferences/browser/settingsLayout": {
|
|
8015
8074
|
accessibility: "アクセシビリティ",
|
|
8075
|
+
"accessibility.signals": "Accessibility Signals",
|
|
8016
8076
|
appearance: "外観",
|
|
8017
8077
|
application: "アプリケーション",
|
|
8018
|
-
audioCues: "オーディオ キュー",
|
|
8019
8078
|
breadcrumbs: "階層リンク",
|
|
8020
8079
|
chat: "チャット",
|
|
8021
8080
|
comments: "コメント",
|
|
@@ -8515,17 +8574,22 @@ var content = {
|
|
|
8515
8574
|
},
|
|
8516
8575
|
"vs/workbench/contrib/scm/browser/scmViewPane": {
|
|
8517
8576
|
allChanges: "すべての変更",
|
|
8577
|
+
always: "Always",
|
|
8578
|
+
auto: "Auto",
|
|
8518
8579
|
"collapse all": "すべてのリポジトリを折りたたむ",
|
|
8519
8580
|
deletion: "{0} 削除{1}",
|
|
8520
8581
|
deletions: "{0} 削除{1}",
|
|
8521
8582
|
"expand all": "Expand All Repositories",
|
|
8522
8583
|
fileChanged: "{0} 個のファイルが変更済み",
|
|
8523
8584
|
filesChanged: "{0} 個のファイルが変更済み",
|
|
8585
|
+
incomingChanges: "Show Incoming Changes",
|
|
8524
8586
|
incomingChangesAriaLabel: "{0} からの変更の受信",
|
|
8525
8587
|
input: "ソース管理の入力",
|
|
8526
8588
|
insertion: "{0} 挿入{1}",
|
|
8527
8589
|
insertions: "{0} 挿入{1}",
|
|
8528
8590
|
"label.close": "閉じる",
|
|
8591
|
+
never: "Never",
|
|
8592
|
+
outgoingChanges: "Show Outgoing Changes",
|
|
8529
8593
|
outgoingChangesAriaLabel: "{0} へ送信した変更",
|
|
8530
8594
|
repositories: "リポジトリ",
|
|
8531
8595
|
repositorySortByDiscoveryTime: "検出時刻で並べ替え",
|
|
@@ -8536,10 +8600,12 @@ var content = {
|
|
|
8536
8600
|
"scm.historyItemDeletionsForeground": "履歴アイテムの削除の前景色。",
|
|
8537
8601
|
"scm.historyItemSelectedStatisticsBorder": "履歴項目が選択された統計の罫線の色。",
|
|
8538
8602
|
"scm.historyItemStatisticsBorder": "履歴項目の統計の罫線の色。",
|
|
8603
|
+
scmChanges: "Incoming & Outgoing",
|
|
8539
8604
|
scmInputCancelAction: "取り消す",
|
|
8540
8605
|
scmInputMoreActions: "その他のアクション...",
|
|
8541
8606
|
setListViewMode: "一覧として表示",
|
|
8542
8607
|
setTreeViewMode: "ツリーとして表示",
|
|
8608
|
+
showChangesSummary: "Show Changes Summary",
|
|
8543
8609
|
sortAction: "表示と並べ替え",
|
|
8544
8610
|
sortChangesByName: "名前で変更を並べ替える",
|
|
8545
8611
|
sortChangesByPath: "パスで変更を並べ替える",
|
|
@@ -8916,7 +8982,7 @@ var content = {
|
|
|
8916
8982
|
"snippet.suggestions.label": "スニペットの挿入"
|
|
8917
8983
|
},
|
|
8918
8984
|
"vs/workbench/contrib/snippets/browser/commands/surroundWithSnippet": {
|
|
8919
|
-
label: "
|
|
8985
|
+
label: "Surround with Snippet..."
|
|
8920
8986
|
},
|
|
8921
8987
|
"vs/workbench/contrib/snippets/browser/snippetCodeActionProvider": {
|
|
8922
8988
|
codeAction: "{0}",
|
|
@@ -9453,8 +9519,6 @@ var content = {
|
|
|
9453
9519
|
showTerminalTabs: "タブの表示",
|
|
9454
9520
|
stickyScroll: "固定スクロール",
|
|
9455
9521
|
terminalLaunchHelp: "ヘルプを開く",
|
|
9456
|
-
"workbench.action.startTerminalVoice": "ターミナル ボイスの開始",
|
|
9457
|
-
"workbench.action.stopTerminalVoice": "ターミナル ボイスの停止",
|
|
9458
9522
|
"workbench.action.terminal.attachToSession": "セッションにアタッチ",
|
|
9459
9523
|
"workbench.action.terminal.clear": "クリア",
|
|
9460
9524
|
"workbench.action.terminal.clearPreviousSessionHistory": "以前のセッション履歴をクリアする",
|
|
@@ -9517,6 +9581,8 @@ var content = {
|
|
|
9517
9581
|
"workbench.action.terminal.selectToPreviousLine": "前の行を選択",
|
|
9518
9582
|
"workbench.action.terminal.setFixedDimensions": "固定寸法の設定",
|
|
9519
9583
|
"workbench.action.terminal.splitInActiveWorkspace": "(アクティブなワークスペースで) ターミナルの分割",
|
|
9584
|
+
"workbench.action.terminal.startVoice": "Start Terminal Voice",
|
|
9585
|
+
"workbench.action.terminal.stopVoice": "Stop Terminal Voice",
|
|
9520
9586
|
"workbench.action.terminal.switchTerminal": "ターミナルの切り替え",
|
|
9521
9587
|
"workbench.action.terminal.toggleStickyScroll": "固定スクロールの切り替え"
|
|
9522
9588
|
},
|
|
@@ -9685,8 +9751,11 @@ var content = {
|
|
|
9685
9751
|
},
|
|
9686
9752
|
"vs/workbench/contrib/terminal/browser/xterm/decorationStyles": {
|
|
9687
9753
|
terminalPromptCommandFailed: "コマンドは {0} に実行され、失敗しました",
|
|
9754
|
+
"terminalPromptCommandFailed.duration": "Command executed {0}, took {1} and failed",
|
|
9688
9755
|
terminalPromptCommandFailedWithExitCode: "コマンドは {0} に実行され、失敗しました (終了コード {1})",
|
|
9756
|
+
"terminalPromptCommandFailedWithExitCode.duration": "Command executed {0}, took {1} and failed (Exit Code {2})",
|
|
9689
9757
|
terminalPromptCommandSuccess: "コマンドは {0} に実行されました",
|
|
9758
|
+
"terminalPromptCommandSuccess.duration": "Command executed {0} and took {1}",
|
|
9690
9759
|
terminalPromptContextMenu: "コマンド操作を表示"
|
|
9691
9760
|
},
|
|
9692
9761
|
"vs/workbench/contrib/terminal/browser/xterm/xtermTerminal": {
|
|
@@ -9987,6 +10056,16 @@ var content = {
|
|
|
9987
10056
|
envChanges: "ターミナル環境の変更",
|
|
9988
10057
|
extension: "拡張機能: {0}",
|
|
9989
10058
|
"workbench.action.terminal.showEnvironmentContributions": "環境貢献度の表示"
|
|
10059
|
+
},
|
|
10060
|
+
"vs/workbench/contrib/terminalContrib/find/browser/terminal.find.contribution": {
|
|
10061
|
+
"workbench.action.terminal.findNext": "Find Next",
|
|
10062
|
+
"workbench.action.terminal.findPrevious": "Find Previous",
|
|
10063
|
+
"workbench.action.terminal.focusFind": "Focus Find",
|
|
10064
|
+
"workbench.action.terminal.hideFind": "Hide Find",
|
|
10065
|
+
"workbench.action.terminal.searchWorkspace": "Search Workspace",
|
|
10066
|
+
"workbench.action.terminal.toggleFindCaseSensitive": "Toggle Find Using Case Sensitive",
|
|
10067
|
+
"workbench.action.terminal.toggleFindRegex": "Toggle Find Using Regex",
|
|
10068
|
+
"workbench.action.terminal.toggleFindWholeWord": "Toggle Find Using Whole Word"
|
|
9990
10069
|
},
|
|
9991
10070
|
"vs/workbench/contrib/terminalContrib/find/browser/textInputContextMenu": {
|
|
9992
10071
|
copy: "コピー",
|
|
@@ -9995,6 +10074,11 @@ var content = {
|
|
|
9995
10074
|
redo: "やり直し",
|
|
9996
10075
|
selectAll: "すべて選択",
|
|
9997
10076
|
undo: "元に戻す"
|
|
10077
|
+
},
|
|
10078
|
+
"vs/workbench/contrib/terminalContrib/links/browser/terminal.links.contribution": {
|
|
10079
|
+
"workbench.action.terminal.openDetectedLink": "Open Detected Link...",
|
|
10080
|
+
"workbench.action.terminal.openLastLocalFileLink": "Open Last Local File Link",
|
|
10081
|
+
"workbench.action.terminal.openLastUrlLink": "Open Last URL Link"
|
|
9998
10082
|
},
|
|
9999
10083
|
"vs/workbench/contrib/terminalContrib/links/browser/terminalLinkDetectorAdapter": {
|
|
10000
10084
|
focusFolder: "エクスプローラーのフォルダーにフォーカス",
|
|
@@ -10023,6 +10107,9 @@ var content = {
|
|
|
10023
10107
|
"codeAction.widget.id.quickfix": "クイック修正",
|
|
10024
10108
|
"quickFix.command": "実行: {0}",
|
|
10025
10109
|
"quickFix.opener": "開く: {0}"
|
|
10110
|
+
},
|
|
10111
|
+
"vs/workbench/contrib/terminalContrib/quickFix/browser/terminal.quickFix.contribution": {
|
|
10112
|
+
"workbench.action.terminal.showQuickFixes": "Show Terminal Quick Fixes"
|
|
10026
10113
|
},
|
|
10027
10114
|
"vs/workbench/contrib/terminalContrib/quickFix/browser/terminalQuickFixBuiltinActions": {
|
|
10028
10115
|
"terminal.createPR": "PR {0} の作成",
|
|
@@ -10043,13 +10130,21 @@ var content = {
|
|
|
10043
10130
|
"vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollOverlay": {
|
|
10044
10131
|
labelWithKeybinding: "{0} ({1})",
|
|
10045
10132
|
stickyScrollHoverTitle: "コマンドに移動"
|
|
10133
|
+
},
|
|
10134
|
+
"vs/workbench/contrib/terminalContrib/suggest/browser/terminal.suggest.contribution": {
|
|
10135
|
+
"workbench.action.terminal.acceptSelectedSuggestion": "Accept Selected Suggestion",
|
|
10136
|
+
"workbench.action.terminal.hideSuggestWidget": "Hide Suggest Widget",
|
|
10137
|
+
"workbench.action.terminal.selectNextPageSuggestion": "Select the Next Page Suggestion",
|
|
10138
|
+
"workbench.action.terminal.selectNextSuggestion": "Select the Next Suggestion",
|
|
10139
|
+
"workbench.action.terminal.selectPrevPageSuggestion": "Select the Previous Page Suggestion",
|
|
10140
|
+
"workbench.action.terminal.selectPrevSuggestion": "Select the Previous Suggestion"
|
|
10046
10141
|
},
|
|
10047
10142
|
"vs/workbench/contrib/testing/browser/codeCoverageDecorations": {
|
|
10048
10143
|
"coverage.branchCovered": "{1} のブランチ {0} は {2} 回実行されました。",
|
|
10049
10144
|
"coverage.branchNotCovered": "{1} のブランチ {0} はカバーされませんでした。",
|
|
10050
10145
|
"coverage.branches": "{2} のブランチの {0} / {1} がカバーされました。",
|
|
10051
10146
|
"coverage.codeExecutedCount": "{0} は {1} 回実行されました。",
|
|
10052
|
-
"coverage.
|
|
10147
|
+
"coverage.declExecutedCount": "`{0}` was executed {1} time(s).",
|
|
10053
10148
|
"coverage.toggleInline": "インライン カバレッジの切り替え",
|
|
10054
10149
|
"testing.toggleInlineCoverage": "インライン カバレッジの切り替え"
|
|
10055
10150
|
},
|
|
@@ -10090,17 +10185,17 @@ var content = {
|
|
|
10090
10185
|
statementCoverage: "{0}/{1} 対象となるステートメント ({2})"
|
|
10091
10186
|
},
|
|
10092
10187
|
"vs/workbench/contrib/testing/browser/testCoverageView": {
|
|
10093
|
-
functionsWithoutCoverage: "{0}
|
|
10188
|
+
functionsWithoutCoverage: "{0} declarations without coverage...",
|
|
10094
10189
|
loadingCoverageDetails: "カバレッジの詳細を読み込んでいます...",
|
|
10095
10190
|
testCoverageItemLabel: "{0} カバレッジ: {0}%",
|
|
10096
10191
|
testCoverageTreeLabel: "テスト カバレッジ エクスプローラー",
|
|
10097
10192
|
"testing.changeCoverageSort": "並べ替え順序の変更",
|
|
10098
10193
|
"testing.coverageSortByCoverage": "カバレッジで並べ替え",
|
|
10099
|
-
"testing.coverageSortByCoverageDescription": "
|
|
10194
|
+
"testing.coverageSortByCoverageDescription": "Files and declarations are sorted by total coverage",
|
|
10100
10195
|
"testing.coverageSortByLocation": "場所で並べ替え",
|
|
10101
|
-
"testing.coverageSortByLocationDescription": "
|
|
10196
|
+
"testing.coverageSortByLocationDescription": "Files are sorted alphabetically, declarations are sorted by position",
|
|
10102
10197
|
"testing.coverageSortByName": "名前順で並べ替え",
|
|
10103
|
-
"testing.coverageSortByNameDescription": "
|
|
10198
|
+
"testing.coverageSortByNameDescription": "Files and declarations are sorted alphabetically",
|
|
10104
10199
|
"testing.coverageSortPlaceholder": "テスト カバレッジ ビューを並べ替えます..."
|
|
10105
10200
|
},
|
|
10106
10201
|
"vs/workbench/contrib/testing/browser/testExplorerActions": {
|
|
@@ -10462,6 +10557,8 @@ var content = {
|
|
|
10462
10557
|
"tree.aria": "型の階層"
|
|
10463
10558
|
},
|
|
10464
10559
|
"vs/workbench/contrib/update/browser/releaseNotesEditor": {
|
|
10560
|
+
disableFeature: "Disable this feature",
|
|
10561
|
+
enableFeature: "Enable this feature",
|
|
10465
10562
|
releaseNotesInputName: "リリース ノート: {0}",
|
|
10466
10563
|
showOnUpdate: "更新後にリリース ノートを表示",
|
|
10467
10564
|
unassigned: "未割り当て"
|
|
@@ -10682,9 +10779,6 @@ var content = {
|
|
|
10682
10779
|
},
|
|
10683
10780
|
"vs/workbench/contrib/welcomeDialog/browser/welcomeWidget": {
|
|
10684
10781
|
dialogClose: "ダイアログを閉じる"
|
|
10685
|
-
},
|
|
10686
|
-
"vs/workbench/contrib/welcomeGettingStarted/browser/featuredExtensionService": {
|
|
10687
|
-
"gettingStarted.featuredTitle": "推奨"
|
|
10688
10782
|
},
|
|
10689
10783
|
"vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted": {
|
|
10690
10784
|
allDone: "完了のマーク",
|
|
@@ -10729,6 +10823,7 @@ var content = {
|
|
|
10729
10823
|
"workbench.startupEditor.newUntitledFile": "無題の新規テキスト ファイルを開きます (空のウィンドウが開かれているときのみ)。",
|
|
10730
10824
|
"workbench.startupEditor.none": "エディターなしで開始",
|
|
10731
10825
|
"workbench.startupEditor.readme": "README を含むフォルダーを開くときに README を開き、それ以外の場合は 'welcomePage' にフォールバックします。注意: これはグローバル構成として確認されました。これは、ワークスペースまたはフォルダー構成で設定されている場合は無視されます。",
|
|
10826
|
+
"workbench.startupEditor.terminal": "Open a new terminal in the editor area.",
|
|
10732
10827
|
"workbench.startupEditor.welcomePage": "ウェルカム ページを開き、VS Codeと拡張機能を使って作業を開始するのに役立つコンテンツを表示します。",
|
|
10733
10828
|
"workbench.startupEditor.welcomePageInEmptyWorkbench": "空のワークベンチを開くとき、ウェルカム ページを開きます。",
|
|
10734
10829
|
"workbench.welcomePage.preferReducedMotion": "有効にした場合、ウェルカム ページでの動作を減らします。",
|
|
@@ -11078,6 +11173,9 @@ var content = {
|
|
|
11078
11173
|
selectWorkspace: "ワークスペースを選択"
|
|
11079
11174
|
},
|
|
11080
11175
|
"vs/workbench/services/actions/common/menusExtensionPoint": {
|
|
11176
|
+
"command name": "ID",
|
|
11177
|
+
"command title": "Title",
|
|
11178
|
+
commands: "Commands",
|
|
11081
11179
|
"comment.actions": "コメント エディターの下にボタンとして表示される投稿されたコメント コンテキスト メニュー",
|
|
11082
11180
|
"comment.commentContext": "コメント スレッドのプレビューの個別のコメントに右クリック メニューとしてレンダリングされる、投稿されたコメント コンテキスト メニュー。",
|
|
11083
11181
|
"comment.title": "投稿されたコメントのタイトル メニュー",
|
|
@@ -11091,8 +11189,12 @@ var content = {
|
|
|
11091
11189
|
editorLineNumberContext: "提供されたエディター行番号のコンテキスト メニュー",
|
|
11092
11190
|
"file.newFile": "ウェルカム ページおよび [ファイル] メニューに表示される、[新しいファイル...] クイック ピック。",
|
|
11093
11191
|
"inlineCompletions.actions": "インライン入力候補にカーソルを合わせたときに表示されるアクション",
|
|
11192
|
+
"inlineEdit.actions": "The actions shown when hovering on an inline edit",
|
|
11094
11193
|
"interactive.cell.title": "提供された対話型セルのタイトル メニュー",
|
|
11095
11194
|
"interactive.toolbar": "提供された対話型セルのツールバー メニュー",
|
|
11195
|
+
"issue.reporter": "The contributed issue reporter menu",
|
|
11196
|
+
"keyboard shortcuts": "Keyboard Shortcuts",
|
|
11197
|
+
menuContexts: "Menu Contexts",
|
|
11096
11198
|
"menus.changeTitle": "ソース管理のインライン変更メニュー",
|
|
11097
11199
|
"menus.commandPalette": "コマンド パレット",
|
|
11098
11200
|
"menus.debugCallstackContext": "[コール スタックのデバッグ] ビューのコンテキスト メニュー",
|
|
@@ -11111,18 +11213,22 @@ var content = {
|
|
|
11111
11213
|
"menus.home": "ホーム インジケーターのコンテキスト メニュー (Web のみ)",
|
|
11112
11214
|
"menus.incomingChanges": "ソース管理の、受信変更点メニュー",
|
|
11113
11215
|
"menus.incomingChangesAllChangesContext": "ソース管理の、すべての受信変更点コンテキスト メニュー",
|
|
11216
|
+
"menus.incomingChangesContext": "The Source Control incoming changes context menu",
|
|
11114
11217
|
"menus.incomingChangesHistoryItemContext": "ソース管理の、受信変更履歴項目コンテキスト メニュー",
|
|
11115
11218
|
"menus.input": "ソース管理の入力ボックス メニュー",
|
|
11116
11219
|
"menus.mergeEditorResult": "マージ エディターの結果ツール バー",
|
|
11117
11220
|
"menus.multiDiffEditorResource": "マルチ差分エディターのリソース ツール バー",
|
|
11221
|
+
"menus.notebookVariablesContext": "The notebook variables view context menu",
|
|
11118
11222
|
"menus.opy": "最上位レベルの [編集] メニューの [形式を選択してコピー] サブメニュー",
|
|
11119
11223
|
"menus.outgoingChanges": "ソース管理の、送信変更点メニュー",
|
|
11120
11224
|
"menus.outgoingChangesAllChangesContext": "ソース管理の、すべての送信変更点コンテキスト メニュー",
|
|
11225
|
+
"menus.outgoingChangesContext": "The Source Control outgoing changes context menu",
|
|
11121
11226
|
"menus.outgoingChangesHistoryItemContext": "ソース管理の、送信変更履歴項目コンテキスト メニュー",
|
|
11122
11227
|
"menus.resourceFolderContext": "ソース管理リソース フォルダーのコンテキスト メニュー",
|
|
11123
11228
|
"menus.resourceGroupContext": "ソース管理リソース グループのコンテキスト メニュー",
|
|
11124
11229
|
"menus.resourceStateContext": "ソース管理リソース状態のコンテキスト メニュー",
|
|
11125
11230
|
"menus.scmSourceControl": "ソース管理メニュー",
|
|
11231
|
+
"menus.scmSourceControlTitle": "The Source Control title menu",
|
|
11126
11232
|
"menus.scmTitle": "ソース管理のタイトル メニュー",
|
|
11127
11233
|
"menus.share": "最上位レベルの [ファイル] メニューに表示される [共有] サブメニュー。",
|
|
11128
11234
|
"menus.statusBarRemoteIndicator": "ステータス バーのリモート インジケーター メニュー",
|
|
@@ -11193,6 +11299,7 @@ var content = {
|
|
|
11193
11299
|
accessRequest: "{1}... (1) による {0} へのアクセスを許可します",
|
|
11194
11300
|
accountLastUsedDate: "このアカウントの最終使用は {0}",
|
|
11195
11301
|
allow: "許可(&&A)",
|
|
11302
|
+
authentication: "Authentication",
|
|
11196
11303
|
"authentication.Placeholder": "要求されたアカウントはまだありません...",
|
|
11197
11304
|
"authentication.id": "認証プロバイダーの ID。",
|
|
11198
11305
|
"authentication.idConflict": "この認証 ID '{0}' は既に登録されています",
|
|
@@ -11200,6 +11307,8 @@ var content = {
|
|
|
11200
11307
|
"authentication.missingId": "認証のコントリビューションには ID を指定する必要があります。",
|
|
11201
11308
|
"authentication.missingLabel": "認証のコントリビューションにはラベルを指定する必要があります。",
|
|
11202
11309
|
authenticationExtensionPoint: "認証を提供します",
|
|
11310
|
+
authenticationid: "ID",
|
|
11311
|
+
authenticationlabel: "Label",
|
|
11203
11312
|
confirmAuthenticationAccess: "拡張機能 '{0}' は、{1} アカウント '{2}' の認証情報にアクセスしようとしています。",
|
|
11204
11313
|
deny: "拒否(&&D)",
|
|
11205
11314
|
getSessionPlateholder: "使用する '{0}' のアカウントを選択するか、Esc を押してキャンセルしてください",
|
|
@@ -11215,6 +11324,8 @@ var content = {
|
|
|
11215
11324
|
signOut: "サインアウト(&&S)",
|
|
11216
11325
|
signOutMessage: "アカウント '{0}' は、以下によって使用されていました:\r\n\r\n{1}\r\n\r\nこれらの拡張機能からサインアウトしますか?",
|
|
11217
11326
|
signOutMessageSimple: "'{0}' からサインアウトしますか?",
|
|
11327
|
+
trustedExtensionTooltip: "This extension is trusted by Microsoft and\r\nalways has access to this account",
|
|
11328
|
+
trustedExtensions: "Trusted by Microsoft",
|
|
11218
11329
|
useOtherAccount: "別のアカウントにサインインする"
|
|
11219
11330
|
},
|
|
11220
11331
|
"vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService": {
|
|
@@ -11462,6 +11573,7 @@ var content = {
|
|
|
11462
11573
|
rememberConfirmUrl: "今後、この拡張機能についてメッセージを表示しない"
|
|
11463
11574
|
},
|
|
11464
11575
|
"vs/workbench/services/extensions/common/abstractExtensionService": {
|
|
11576
|
+
activation: "Activation Events",
|
|
11465
11577
|
"extensionService.autoRestart": "拡張機能ホストが予期せずに終了しました。再起動しています...",
|
|
11466
11578
|
"extensionService.crash": "拡張機能ホストが過去 5 分間に予期せず 3 回終了しました。",
|
|
11467
11579
|
extensionStopVetoDetailsMany: "操作のブロックの理由:\r\n- {0}",
|
|
@@ -11631,8 +11743,13 @@ var content = {
|
|
|
11631
11743
|
workspaceNameVerbose: "{0} (ワークスペース)"
|
|
11632
11744
|
},
|
|
11633
11745
|
"vs/workbench/services/language/common/languageService": {
|
|
11746
|
+
"file extensions": "File Extensions",
|
|
11747
|
+
grammar: "Grammar",
|
|
11634
11748
|
invalid: "`contributes.{0}` が無効です。配列が必要です。",
|
|
11635
11749
|
"invalid.empty": "`contributes.{0}` に対する空の値",
|
|
11750
|
+
"language id": "ID",
|
|
11751
|
+
"language name": "Name",
|
|
11752
|
+
languages: "Programming Languages",
|
|
11636
11753
|
"opt.aliases": "`{0}` プロパティを省略するか、`string[]` 型にする必要があります",
|
|
11637
11754
|
"opt.configuration": "プロパティ `{0}` を省略するか、型 `string` にする必要があります",
|
|
11638
11755
|
"opt.extensions": "`{0}` プロパティを省略するか、`string[]` 型にする必要があります",
|
|
@@ -11641,6 +11758,7 @@ var content = {
|
|
|
11641
11758
|
"opt.icon": "プロパティ `{0}` は省略でき、`object` 型である必要があります。プロパティ `{1}` と `{2}` 型 `string` である必要があります",
|
|
11642
11759
|
"opt.mimetypes": "`{0}` プロパティを省略するか、`string[]` 型にする必要があります",
|
|
11643
11760
|
"require.id": "プロパティ `{0}` は必須で、`string` 型でなければなりません",
|
|
11761
|
+
snippets: "Snippets",
|
|
11644
11762
|
"vscode.extension.contributes.languages": "言語の宣言を提供します。",
|
|
11645
11763
|
"vscode.extension.contributes.languages.aliases": "言語の名前のエイリアス。",
|
|
11646
11764
|
"vscode.extension.contributes.languages.configuration": "言語の構成オプションを含むファイルへの相対パス。",
|
|
@@ -11827,6 +11945,7 @@ var content = {
|
|
|
11827
11945
|
"error.cannotloadtheme": "{0} を読み込むことができません: {1}"
|
|
11828
11946
|
},
|
|
11829
11947
|
"vs/workbench/services/themes/common/colorExtensionPoint": {
|
|
11948
|
+
colors: "Colors",
|
|
11830
11949
|
"contributes.color": "拡張機能でテーマ設定の可能な配色を提供します",
|
|
11831
11950
|
"contributes.color.description": "テーマ設定可能な色の説明",
|
|
11832
11951
|
"contributes.color.id": "テーマ設定可能な配色の識別子",
|
|
@@ -11835,6 +11954,11 @@ var content = {
|
|
|
11835
11954
|
"contributes.defaults.highContrast": "ハイ コントラストでダーク テーマの既定の色。16 進数 (#RRGGBB[AA]) または既定値を提供するテーマ設定可能な色の識別子。指定しない場合、ハイ コントラストのダーク テーマの既定として 'dark' 色が使用されます。",
|
|
11836
11955
|
"contributes.defaults.highContrastLight": "ハイ コントラストでライト テーマの既定の色。16 進数の色値 (#RRGGBB[AA]) または既定値を提供するテーマ可能な色の識別子。指定しない場合は、ハイ コントラスト ライト テーマの既定として 'light' 色が使用されます。",
|
|
11837
11956
|
"contributes.defaults.light": "light テーマの既定の配色。配色の値は 16 進数(#RRGGBB[AA]) 、または 既定で提供されているテーマ設定可能な配色の識別子の既定値のいずれか。",
|
|
11957
|
+
defaultDark: "Dark Default",
|
|
11958
|
+
defaultHC: "High Contrast Default",
|
|
11959
|
+
defaultLight: "Light Default",
|
|
11960
|
+
description: "Description",
|
|
11961
|
+
id: "ID",
|
|
11838
11962
|
"invalid.colorConfiguration": "'configuration.colors' は配列である必要があります",
|
|
11839
11963
|
"invalid.default.colorType": "{0} は 16 進数(#RRGGBB[AA] または #RGB[A]) 、または 既定で提供されているテーマ設定可能な配色の識別子の既定値のいずれかでなければなりません。",
|
|
11840
11964
|
"invalid.defaults": "'configuration.colors.defaults' は定義する必要があります。'light' と 'dark' を含める必要があります。",
|
|
@@ -11969,10 +12093,14 @@ var content = {
|
|
|
11969
12093
|
workbenchColors: "現在選択している配色テーマで配色を上書きします。"
|
|
11970
12094
|
},
|
|
11971
12095
|
"vs/workbench/services/themes/common/themeExtensionPoints": {
|
|
12096
|
+
"color themes": "Color Themes",
|
|
12097
|
+
"file icon themes": "File Icon Themes",
|
|
11972
12098
|
"invalid.path.1": "拡張機能のフォルダー ({2}) の中に `contributes.{0}.path` ({1}) が含まれている必要があります。これにより拡張を移植できなくなる可能性があります。",
|
|
12099
|
+
"product icon themes": "Product Icon Themes",
|
|
11973
12100
|
reqarray: "拡張点`{0}` は配列でなければなりません。",
|
|
11974
12101
|
reqid: "`contributes.{0}.id` で想定される文字列。指定された値: {1}",
|
|
11975
12102
|
reqpath: "`contributes.{0}.path` に文字列が必要です。提供された値: {1}",
|
|
12103
|
+
themes: "Themes",
|
|
11976
12104
|
"vscode.extension.contributes.iconThemes": "ファイル アイコンのテーマを提供します。",
|
|
11977
12105
|
"vscode.extension.contributes.iconThemes.id": "ユーザー設定で使用されるファイル アイコン テーマの ID。",
|
|
11978
12106
|
"vscode.extension.contributes.iconThemes.label": "UI に示されているファイル アイコン テーマのラベル。",
|
|
@@ -12170,6 +12298,9 @@ var content = {
|
|
|
12170
12298
|
resetViewLocation: "場所のリセット",
|
|
12171
12299
|
"show view": "{0} を表示",
|
|
12172
12300
|
"toggle view": "{0} の切り替え"
|
|
12301
|
+
},
|
|
12302
|
+
"vs/workbench/services/views/common/viewContainerModel": {
|
|
12303
|
+
showViewsLog: "Show Views Log"
|
|
12173
12304
|
},
|
|
12174
12305
|
"vs/workbench/services/workingCopy/common/fileWorkingCopyManager": {
|
|
12175
12306
|
confirmMakeWriteable: "'{0}' は読み取り専用としてマークされています。それでも保存しますか?",
|