@codingame/monaco-vscode-language-pack-ja 4.5.0-improve-code-splitting.1 → 4.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/translations/extensions/vscode.configuration-editing.i18n.json +4 -4
- package/translations/extensions/vscode.git.i18n.json +13 -13
- package/translations/extensions/vscode.github-authentication.i18n.json +2 -2
- package/translations/extensions/vscode.markdown-language-features.i18n.json +9 -9
- package/translations/extensions/vscode.typescript-language-features.i18n.json +1 -1
- package/translations/main.i18n.json.js +844 -844
|
@@ -193,25 +193,25 @@ var content = {
|
|
|
193
193
|
undo: "元に戻す"
|
|
194
194
|
},
|
|
195
195
|
"vs/editor/browser/services/hoverService/hoverWidget": {
|
|
196
|
-
hoverhint: "
|
|
196
|
+
hoverhint: "{0} キーを押しながらマウス ポインターを合わせます"
|
|
197
197
|
},
|
|
198
198
|
"vs/editor/browser/widget/codeEditor/codeEditorWidget": {
|
|
199
|
-
"cursors.maximum": "
|
|
200
|
-
goToSetting: "
|
|
199
|
+
"cursors.maximum": "カーソルの数は {0} に制限されています。大きな変更を行う場合は、[検索と置換](https://code.visualstudio.com/docs/editor/codebasics#_find-and-replace) を使用することを検討してください。",
|
|
200
|
+
goToSetting: "マルチ カーソルの上限を増やす"
|
|
201
201
|
},
|
|
202
202
|
"vs/editor/browser/widget/diffEditor/commands": {
|
|
203
|
-
accessibleDiffViewer: "
|
|
204
|
-
collapseAllUnchangedRegions: "
|
|
205
|
-
diffEditor: "
|
|
206
|
-
"editor.action.accessibleDiffViewer.next": "
|
|
207
|
-
"editor.action.accessibleDiffViewer.prev": "
|
|
208
|
-
exitCompareMove: "
|
|
209
|
-
revert: "
|
|
210
|
-
showAllUnchangedRegions: "
|
|
211
|
-
switchSide: "
|
|
212
|
-
toggleCollapseUnchangedRegions: "
|
|
213
|
-
toggleShowMovedCodeBlocks: "
|
|
214
|
-
toggleUseInlineViewWhenSpaceIsLimited: "
|
|
203
|
+
accessibleDiffViewer: "アクセシビリティの高い差分ビューアー",
|
|
204
|
+
collapseAllUnchangedRegions: "変更されていないすべてのリージョンを折りたたむ",
|
|
205
|
+
diffEditor: "差分エディター",
|
|
206
|
+
"editor.action.accessibleDiffViewer.next": "次の差分に移動",
|
|
207
|
+
"editor.action.accessibleDiffViewer.prev": "前の差分に移動",
|
|
208
|
+
exitCompareMove: "比較移動の終了",
|
|
209
|
+
revert: "元に戻す",
|
|
210
|
+
showAllUnchangedRegions: "変更されていないすべてのリージョンを表示する",
|
|
211
|
+
switchSide: "サイドの切り替え",
|
|
212
|
+
toggleCollapseUnchangedRegions: "変更されていない領域の折りたたみの切り替え",
|
|
213
|
+
toggleShowMovedCodeBlocks: "移動したコード ブロックの表示の切り替え",
|
|
214
|
+
toggleUseInlineViewWhenSpaceIsLimited: "スペースが制限されている場合に [インライン ビューの使用] を切り替える"
|
|
215
215
|
},
|
|
216
216
|
"vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": {
|
|
217
217
|
accessibleDiffViewerCloseIcon: "アクセシビリティの高い差分ビューアーの [閉じる] のアイコン。",
|
|
@@ -243,8 +243,8 @@ var content = {
|
|
|
243
243
|
},
|
|
244
244
|
"vs/editor/browser/widget/diffEditor/diffEditor.contribution": {
|
|
245
245
|
"Open Accessible Diff Viewer": "アクセシビリティの高い差分ビューアーを開く",
|
|
246
|
-
revertHunk: "
|
|
247
|
-
revertSelection: "
|
|
246
|
+
revertHunk: "ブロックを元に戻す",
|
|
247
|
+
revertSelection: "選択範囲を元に戻す",
|
|
248
248
|
showMoves: "移動されたコード ブロックの表示",
|
|
249
249
|
useInlineViewWhenSpaceIsLimited: "スペースが制限されている場合はインライン ビューを使用する"
|
|
250
250
|
},
|
|
@@ -274,9 +274,9 @@ var content = {
|
|
|
274
274
|
diffRemoveIcon: "差分エディターで削除を示す行の装飾。"
|
|
275
275
|
},
|
|
276
276
|
"vs/editor/browser/widget/multiDiffEditor/colors": {
|
|
277
|
-
"multiDiffEditor.background": "
|
|
278
|
-
"multiDiffEditor.border": "
|
|
279
|
-
"multiDiffEditor.headerBackground": "
|
|
277
|
+
"multiDiffEditor.background": "マルチ ファイル差分エディターの背景色",
|
|
278
|
+
"multiDiffEditor.border": "マルチ ファイル差分エディターの境界線の色",
|
|
279
|
+
"multiDiffEditor.headerBackground": "diff エディターのヘッダーの背景色"
|
|
280
280
|
},
|
|
281
281
|
"vs/editor/common/config/editorConfigurationSchema": {
|
|
282
282
|
codeLens: "エディターで CodeLens を表示するかどうかを制御します。",
|
|
@@ -298,7 +298,7 @@ var content = {
|
|
|
298
298
|
maxComputationTime: "差分計算が取り消された後のタイムアウト (ミリ秒単位)。タイムアウトなしには 0 を使用します。",
|
|
299
299
|
maxFileSize: "差分を計算する場合の最大ファイル サイズ (MB)。制限なしの場合は 0 を使用します。",
|
|
300
300
|
maxTokenizationLineLength: "この長さを越える行は、パフォーマンス上の理由によりトークン化されません。",
|
|
301
|
-
renderGutterMenu: "
|
|
301
|
+
renderGutterMenu: "有効にすると、差分エディターには、元に戻す操作とステージ操作のための特別な余白が表示されます。",
|
|
302
302
|
renderIndicators: "差分エディターが追加/削除された変更に +/- インジケーターを示すかどうかを制御します。",
|
|
303
303
|
renderMarginRevertIcon: "有効にすると、差分エディターでグリフ余白に、変更を元に戻すための矢印が表示されます。",
|
|
304
304
|
renderSideBySideInlineBreakpoint: "差分エディターの幅がこの値より小さい場合は、インライン ビューが使用されます。",
|
|
@@ -366,7 +366,7 @@ var content = {
|
|
|
366
366
|
"cursorSmoothCaretAnimation.on": "スムーズ キャレット アニメーションは常に有効です。",
|
|
367
367
|
cursorStyle: "カーソルのスタイルを制御します。",
|
|
368
368
|
cursorSurroundingLines: "カーソル前後の表示可能な先頭の行 (最小 0) と末尾の行 (最小 1) の最小数を制御します。他の一部のエディターでは 'scrollOff' または 'scrollOffset' と呼ばれます。",
|
|
369
|
-
cursorSurroundingLinesStyle: "
|
|
369
|
+
cursorSurroundingLinesStyle: "`#editor.cursorSurroundingLines#` を適用するタイミングを制御します。",
|
|
370
370
|
"cursorSurroundingLinesStyle.all": "`cursorSurroundingLines` は常に適用されます。",
|
|
371
371
|
"cursorSurroundingLinesStyle.default": "`cursorSurroundingLines` は、キーボードまたは API でトリガーされた場合にのみ強制されます。",
|
|
372
372
|
cursorWidth: "`#editor.cursorStyle#` が `line` に設定されている場合、カーソルの幅を制御します。",
|
|
@@ -542,9 +542,9 @@ var content = {
|
|
|
542
542
|
"minimap.maxColumn": "表示するミニマップの最大幅を特定の列数に制限します。",
|
|
543
543
|
"minimap.renderCharacters": "行にカラー ブロックではなく実際の文字を表示します。",
|
|
544
544
|
"minimap.scale": "ミニマップに描画されるコンテンツのスケール: 1、2、または 3。",
|
|
545
|
-
"minimap.sectionHeaderFontSize": "
|
|
546
|
-
"minimap.showMarkSectionHeaders": "
|
|
547
|
-
"minimap.showRegionSectionHeaders": "
|
|
545
|
+
"minimap.sectionHeaderFontSize": "ミニマップのセクション ヘッダーのフォント サイズを制御します。",
|
|
546
|
+
"minimap.showMarkSectionHeaders": "MARK: コメントをミニマップのセクション ヘッダーとして表示するかどうかを制御します。",
|
|
547
|
+
"minimap.showRegionSectionHeaders": "ミニマップの名前付き領域をセクション ヘッダーとして表示するかどうかを制御します。",
|
|
548
548
|
"minimap.showSlider": "ミニマップ スライダーを表示するタイミングを制御します。",
|
|
549
549
|
"minimap.side": "ミニマップを表示する場所を制御します。",
|
|
550
550
|
"minimap.size": "ミニマップのサイズを制御します。",
|
|
@@ -674,11 +674,11 @@ var content = {
|
|
|
674
674
|
"unusualLineTerminators.auto": "通常とは異なる行の終端文字は自動的に削除される。",
|
|
675
675
|
"unusualLineTerminators.off": "通常とは異なる行の終端文字は無視される。",
|
|
676
676
|
"unusualLineTerminators.prompt": "通常とは異なる行の終端文字の削除プロンプトが表示される。",
|
|
677
|
-
useTabStops: "
|
|
677
|
+
useTabStops: "タブ位置に合わせて、スペースとタブが挿入および削除されます。",
|
|
678
678
|
wordBreak: "中国語/日本語/韓国語 (CJK) テキストに使用される単語区切り規則を制御します。",
|
|
679
679
|
"wordBreak.keepAll": "中国語/日本語/韓国語 (CJK) のテキストには単語区切りを使用しないでください。CJK 以外のテキストの動作は、通常の場合と同じです。",
|
|
680
680
|
"wordBreak.normal": "既定の改行ルールを使用します。",
|
|
681
|
-
wordSegmenterLocales: "
|
|
681
|
+
wordSegmenterLocales: "単語に関連するナビゲーションまたは操作を行うときに単語のセグメント化に使用されるロケール。認識する単語の BCP 47 言語タグを指定します (例: ja、zh-CN、zh-Hant-TW など)。",
|
|
682
682
|
wordSeparators: "単語に関連したナビゲーションまたは操作を実行するときに、単語の区切り文字として使用される文字。",
|
|
683
683
|
wordWrap: "行の折り返し方法を制御します。",
|
|
684
684
|
"wordWrap.bounded": "ビューポートと `#editor.wordWrapColumn#` の最小値で行を折り返します。",
|
|
@@ -744,10 +744,10 @@ var content = {
|
|
|
744
744
|
editorIndentGuides5: "エディター インデント ガイドの色 (5)。",
|
|
745
745
|
editorIndentGuides6: "エディター インデント ガイドの色 (6)。",
|
|
746
746
|
editorLineNumbers: "エディターの行番号の色。",
|
|
747
|
-
editorMultiCursorPrimaryBackground: "
|
|
748
|
-
editorMultiCursorPrimaryForeground: "
|
|
749
|
-
editorMultiCursorSecondaryBackground: "
|
|
750
|
-
editorMultiCursorSecondaryForeground: "
|
|
747
|
+
editorMultiCursorPrimaryBackground: "複数のカーソルが存在する場合のプライマリ エディター カーソルの背景色。ブロック カーソルにより重なった文字の色をカスタマイズできます。",
|
|
748
|
+
editorMultiCursorPrimaryForeground: "複数のカーソルが存在する場合のプライマリ エディター カーソルの色。",
|
|
749
|
+
editorMultiCursorSecondaryBackground: "複数のカーソルが存在する場合のセカンダリ エディター カーソルの背景色。ブロック カーソルにより重なった文字の色をカスタマイズできます。",
|
|
750
|
+
editorMultiCursorSecondaryForeground: "複数のカーソルが存在する場合のセカンダリ エディター カーソルの色。",
|
|
751
751
|
editorOverviewRulerBackground: "エディターの概要ルーラーの背景色。",
|
|
752
752
|
editorOverviewRulerBorder: "概要ルーラーの境界色。",
|
|
753
753
|
editorRuler: "エディター ルーラーの色。",
|
|
@@ -771,11 +771,11 @@ var content = {
|
|
|
771
771
|
accessibleDiffViewerVisible: "アクセシビリティの高い差分ビューアーが表示されているかどうか",
|
|
772
772
|
comparingMovedCode: "移動されたコード ブロックが比較対象として選択されているかどうか",
|
|
773
773
|
diffEditorHasChanges: "差分エディターに変更があるかどうか",
|
|
774
|
-
diffEditorInlineMode: "
|
|
775
|
-
diffEditorModifiedUri: "
|
|
776
|
-
diffEditorModifiedWritable: "
|
|
777
|
-
diffEditorOriginalUri: "
|
|
778
|
-
diffEditorOriginalWritable: "
|
|
774
|
+
diffEditorInlineMode: "インライン モードがアクティブかどうか",
|
|
775
|
+
diffEditorModifiedUri: "変更済みドキュメントの URI",
|
|
776
|
+
diffEditorModifiedWritable: "差分エディターで変更済みが書き込み可能かどうか",
|
|
777
|
+
diffEditorOriginalUri: "元のドキュメントの URI",
|
|
778
|
+
diffEditorOriginalWritable: "差分エディターで変更済みが書き込み可能かどうか",
|
|
779
779
|
diffEditorRenderSideBySideInlineBreakpointReached: "差分エディターがインライン ブレークポイントを並べてレンダリングするかどうか",
|
|
780
780
|
editorColumnSelection: "`editor.columnSelection` が有効になっているかどうか",
|
|
781
781
|
editorFocus: "エディターまたはエディター ウィジェットにフォーカスがある (例: 検索ウィジェットにフォーカスがある) かどうか",
|
|
@@ -995,12 +995,12 @@ var content = {
|
|
|
995
995
|
},
|
|
996
996
|
"vs/editor/contrib/colorPicker/browser/standaloneColorPickerActions": {
|
|
997
997
|
hideColorPicker: "カラー ピッカーを非表示にする",
|
|
998
|
-
hideColorPickerDescription: "
|
|
998
|
+
hideColorPickerDescription: "スタンドアロン カラー ピッカーを非表示にします。",
|
|
999
999
|
insertColorWithStandaloneColorPicker: "スタンドアロン カラー ピッカーで色を挿入",
|
|
1000
|
-
insertColorWithStandaloneColorPickerDescription: "
|
|
1000
|
+
insertColorWithStandaloneColorPickerDescription: "フォーカスされたスタンドアロン カラー ピッカーを使用して、16 進/RGB/HSL 色を挿入します。",
|
|
1001
1001
|
mishowOrFocusStandaloneColorPicker: "スタンドアロン カラー ピッカーの表示またはフォーカス(&S)",
|
|
1002
1002
|
showOrFocusStandaloneColorPicker: "スタンドアロン カラー ピッカーの表示またはフォーカス",
|
|
1003
|
-
showOrFocusStandaloneColorPickerDescription: "
|
|
1003
|
+
showOrFocusStandaloneColorPickerDescription: "既定のカラー プロバイダーを使用するスタンドアロン カラー ピッカーを表示またはフォーカスします。16 進/RGB/HSL の色が表示されます。"
|
|
1004
1004
|
},
|
|
1005
1005
|
"vs/editor/contrib/comment/browser/comment": {
|
|
1006
1006
|
"comment.block": "ブロック コメントの切り替え",
|
|
@@ -1028,7 +1028,7 @@ var content = {
|
|
|
1028
1028
|
},
|
|
1029
1029
|
"vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution": {
|
|
1030
1030
|
pasteAs: "貼り付けのオプション...",
|
|
1031
|
-
"pasteAs.kind": "
|
|
1031
|
+
"pasteAs.kind": "適用を試みる貼り付け編集の種類。指定されていない場合、またはこの種類の編集が複数ある場合は、エディターにピッカーが表示されます。",
|
|
1032
1032
|
pasteAsText: "テキストとして貼り付け"
|
|
1033
1033
|
},
|
|
1034
1034
|
"vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": {
|
|
@@ -1242,12 +1242,12 @@ var content = {
|
|
|
1242
1242
|
"location.kb": "{1} のシンボル {0}、次に {2}"
|
|
1243
1243
|
},
|
|
1244
1244
|
"vs/editor/contrib/hover/browser/markdownHoverParticipant": {
|
|
1245
|
-
decreaseHoverVerbosity: "
|
|
1246
|
-
decreaseVerbosity: "
|
|
1247
|
-
decreaseVerbosityWithKb: "
|
|
1248
|
-
increaseHoverVerbosity: "
|
|
1249
|
-
increaseVerbosity: "
|
|
1250
|
-
increaseVerbosityWithKb: "
|
|
1245
|
+
decreaseHoverVerbosity: "ホバーの詳細度を下げるためのアイコン。",
|
|
1246
|
+
decreaseVerbosity: "詳細度を下げる",
|
|
1247
|
+
decreaseVerbosityWithKb: "詳細度を下げる ({0})",
|
|
1248
|
+
increaseHoverVerbosity: "ホバーの詳細度を高めるためのアイコン。",
|
|
1249
|
+
increaseVerbosity: "詳細度を上げる",
|
|
1250
|
+
increaseVerbosityWithKb: "詳細度を上げる ({0})",
|
|
1251
1251
|
"modesContentHover.loading": "読み込んでいます...",
|
|
1252
1252
|
"stopped rendering": "パフォーマンス上の理由から、長い行のためにレンダリングが一時停止されました。これは `editor.stopRenderingLineAfter` で設定できます。",
|
|
1253
1253
|
"too many characters": "パフォーマンス上の理由からトークン化はスキップされます。その長い行の長さは `editor.maxTokenizationLineLength` で構成できます。"
|
|
@@ -1260,24 +1260,24 @@ var content = {
|
|
|
1260
1260
|
},
|
|
1261
1261
|
"vs/editor/contrib/indentation/browser/indentation": {
|
|
1262
1262
|
changeTabDisplaySize: "タブの表示サイズの変更",
|
|
1263
|
-
changeTabDisplaySizeDescription: "
|
|
1263
|
+
changeTabDisplaySizeDescription: "タブと同等のスペース サイズを変更します。",
|
|
1264
1264
|
configuredTabSize: "構成されたタブのサイズ",
|
|
1265
1265
|
currentTabSize: "現在のタブ サイズ",
|
|
1266
1266
|
defaultTabSize: "既定のタブ サイズ",
|
|
1267
1267
|
detectIndentation: "内容からインデントを検出",
|
|
1268
|
-
detectIndentationDescription: "
|
|
1268
|
+
detectIndentationDescription: "コンテンツからのインデントを検出します。",
|
|
1269
1269
|
"editor.reindentlines": "行の再インデント",
|
|
1270
|
-
"editor.reindentlinesDescription": "
|
|
1270
|
+
"editor.reindentlinesDescription": "エディターの行のインデントを元に戻します。",
|
|
1271
1271
|
"editor.reindentselectedlines": "選択行を再インデント",
|
|
1272
|
-
"editor.reindentselectedlinesDescription": "
|
|
1272
|
+
"editor.reindentselectedlinesDescription": "エディターの選択した行のインデントを元に戻します。",
|
|
1273
1273
|
indentUsingSpaces: "スペースによるインデント",
|
|
1274
|
-
indentUsingSpacesDescription: "
|
|
1274
|
+
indentUsingSpacesDescription: "スペースを含むインデントを使用します。",
|
|
1275
1275
|
indentUsingTabs: "タブによるインデント",
|
|
1276
|
-
indentUsingTabsDescription: "
|
|
1276
|
+
indentUsingTabsDescription: "タブでインデントを使用します。",
|
|
1277
1277
|
indentationToSpaces: "インデントをスペースに変換",
|
|
1278
|
-
indentationToSpacesDescription: "
|
|
1278
|
+
indentationToSpacesDescription: "タブのインデントをスペースに変換します。",
|
|
1279
1279
|
indentationToTabs: "インデントをタブに変換",
|
|
1280
|
-
indentationToTabsDescription: "
|
|
1280
|
+
indentationToTabsDescription: "スペースのインデントをタブに変換します。",
|
|
1281
1281
|
selectTabWidth: "現在のファイルのタブのサイズを選択"
|
|
1282
1282
|
},
|
|
1283
1283
|
"vs/editor/contrib/inlayHints/browser/inlayHintsHover": {
|
|
@@ -1334,7 +1334,7 @@ var content = {
|
|
|
1334
1334
|
"editor.transformToCamelcase": "キャメル ケースに変換する",
|
|
1335
1335
|
"editor.transformToKebabcase": "Kebab ケースへの変換",
|
|
1336
1336
|
"editor.transformToLowercase": "小文字に変換",
|
|
1337
|
-
"editor.transformToPascalcase": "
|
|
1337
|
+
"editor.transformToPascalcase": "パスカル ケースへの変換",
|
|
1338
1338
|
"editor.transformToSnakecase": "スネーク ケースに変換する",
|
|
1339
1339
|
"editor.transformToTitlecase": "先頭文字を大文字に変換する",
|
|
1340
1340
|
"editor.transformToUppercase": "大文字に変換",
|
|
@@ -1492,13 +1492,13 @@ var content = {
|
|
|
1492
1492
|
resolveRenameLocationFailed: "名前変更の場所を解決しようとして不明なエラーが発生しました"
|
|
1493
1493
|
},
|
|
1494
1494
|
"vs/editor/contrib/rename/browser/renameWidget": {
|
|
1495
|
-
cancelRenameSuggestionsButton: "
|
|
1496
|
-
generateRenameSuggestionsButton: "
|
|
1497
|
-
label: "{0}
|
|
1498
|
-
renameAriaLabel: "
|
|
1499
|
-
renameInputFocused: "
|
|
1500
|
-
renameInputVisible: "
|
|
1501
|
-
renameSuggestionsReceivedAria: "
|
|
1495
|
+
cancelRenameSuggestionsButton: "キャンセル",
|
|
1496
|
+
generateRenameSuggestionsButton: "新しい名前候補の生成",
|
|
1497
|
+
label: "名前を変更するには {0}、プレビューするには {1}",
|
|
1498
|
+
renameAriaLabel: "名前変更入力。新しい名前を入力し、Enter キーを押してコミットしてください。",
|
|
1499
|
+
renameInputFocused: "名前の変更入力ウィジェットがフォーカスされるかどうか",
|
|
1500
|
+
renameInputVisible: "名前の変更入力ウィジェットが表示されるかどうか",
|
|
1501
|
+
renameSuggestionsReceivedAria: "{0} 名前変更の提案を受信しました"
|
|
1502
1502
|
},
|
|
1503
1503
|
"vs/editor/contrib/smartSelect/browser/smartSelect": {
|
|
1504
1504
|
miSmartSelectGrow: "選択範囲の展開(&&E)",
|
|
@@ -1553,17 +1553,17 @@ var content = {
|
|
|
1553
1553
|
WednesdayShort: "水"
|
|
1554
1554
|
},
|
|
1555
1555
|
"vs/editor/contrib/stickyScroll/browser/stickyScrollActions": {
|
|
1556
|
-
focusStickyScroll: "
|
|
1557
|
-
"goToFocusedStickyScrollLine.title": "
|
|
1556
|
+
focusStickyScroll: "エディターの固定スクロールにフォーカス",
|
|
1557
|
+
"goToFocusedStickyScrollLine.title": "フォーカス付き固定スクロール行に移動する",
|
|
1558
1558
|
miStickyScroll: "固定スクロール(&&S)",
|
|
1559
1559
|
mifocusStickyScroll: "固定スクロールへのフォーカス(&F)",
|
|
1560
1560
|
mitoggleStickyScroll: "エディター固定スクロールの切り替え(&T)",
|
|
1561
1561
|
"selectEditor.title": "エディターを選択",
|
|
1562
|
-
"selectNextStickyScrollLine.title": "
|
|
1563
|
-
"selectPreviousStickyScrollLine.title": "
|
|
1562
|
+
"selectNextStickyScrollLine.title": "次のエディターの固定スクロール行を選択",
|
|
1563
|
+
"selectPreviousStickyScrollLine.title": "前の固定スクロール行を選択",
|
|
1564
1564
|
stickyScroll: "固定スクロール",
|
|
1565
1565
|
toggleEditorStickyScroll: "エディター固定スクロールの切り替え",
|
|
1566
|
-
"toggleEditorStickyScroll.description": "
|
|
1566
|
+
"toggleEditorStickyScroll.description": "ビューポートの上部に入れ子になったスコープを表示するエディターの固定スクロールを切り替えるか、有効にします。"
|
|
1567
1567
|
},
|
|
1568
1568
|
"vs/editor/contrib/suggest/browser/suggest": {
|
|
1569
1569
|
acceptSuggestionOnEnter: "Enter キーを押したときに候補を挿入するかどうか",
|
|
@@ -1649,7 +1649,7 @@ var content = {
|
|
|
1649
1649
|
"symbolIcon.variableForeground": "変数記号の前景色。これらの記号は、アウトライン、階層リンク、および候補のウィジェットに表示されます。"
|
|
1650
1650
|
},
|
|
1651
1651
|
"vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode": {
|
|
1652
|
-
tabMovesFocusDescriptions: "
|
|
1652
|
+
tabMovesFocusDescriptions: "タブ キーがワークベンチの周囲にフォーカスを移動するか、現在のエディターにタブ文字を挿入するかを決定します。これは、タブ トラップ、タブ ナビゲーション、またはタブ フォーカス モードとも呼ばれます。",
|
|
1653
1653
|
"toggle.tabMovesFocus": "Tab キーを切り替えるとフォーカスが移動します",
|
|
1654
1654
|
"toggle.tabMovesFocus.off": "Tab キーを押すと、タブ文字が挿入されます",
|
|
1655
1655
|
"toggle.tabMovesFocus.on": "Tab キーを押すと、次のフォーカス可能な要素にフォーカスを移動します"
|
|
@@ -1714,16 +1714,16 @@ var content = {
|
|
|
1714
1714
|
"accessibility.signals.clear": "クリア",
|
|
1715
1715
|
"accessibility.signals.format": "形式",
|
|
1716
1716
|
"accessibility.signals.lineHasBreakpoint": "ブレークポイント",
|
|
1717
|
-
"accessibility.signals.lineHasError": "
|
|
1717
|
+
"accessibility.signals.lineHasError": "行のエラー",
|
|
1718
1718
|
"accessibility.signals.lineHasFoldedArea": "折りたたみ済み",
|
|
1719
|
-
"accessibility.signals.lineHasWarning": "
|
|
1719
|
+
"accessibility.signals.lineHasWarning": "行の警告",
|
|
1720
1720
|
"accessibility.signals.noInlayHints": "インレイ ヒントがありません",
|
|
1721
1721
|
"accessibility.signals.notebookCellCompleted": "ノートブック セルが完了しました",
|
|
1722
1722
|
"accessibility.signals.notebookCellFailed": "ノートブック セルが失敗しました",
|
|
1723
1723
|
"accessibility.signals.onDebugBreak": "ブレークポイント",
|
|
1724
|
-
"accessibility.signals.positionHasError": "
|
|
1725
|
-
"accessibility.signals.positionHasWarning": "
|
|
1726
|
-
"accessibility.signals.progress": "
|
|
1724
|
+
"accessibility.signals.positionHasError": "エラー",
|
|
1725
|
+
"accessibility.signals.positionHasWarning": "警告",
|
|
1726
|
+
"accessibility.signals.progress": "進行状況",
|
|
1727
1727
|
"accessibility.signals.save": "保存",
|
|
1728
1728
|
"accessibility.signals.taskCompleted": "タスクが完了しました",
|
|
1729
1729
|
"accessibility.signals.taskFailed": "タスクが失敗しました",
|
|
@@ -1746,17 +1746,17 @@ var content = {
|
|
|
1746
1746
|
"accessibilitySignals.notebookCellCompleted": "ノートブック セルが完了しました",
|
|
1747
1747
|
"accessibilitySignals.notebookCellFailed": "ノートブック セルが失敗しました",
|
|
1748
1748
|
"accessibilitySignals.onDebugBreak.name": "ブレークポイントでデバッガーが停止しました",
|
|
1749
|
-
"accessibilitySignals.positionHasError.name": "
|
|
1750
|
-
"accessibilitySignals.positionHasWarning.name": "
|
|
1751
|
-
"accessibilitySignals.progress": "
|
|
1749
|
+
"accessibilitySignals.positionHasError.name": "位置でのエラー",
|
|
1750
|
+
"accessibilitySignals.positionHasWarning.name": "位置での警告",
|
|
1751
|
+
"accessibilitySignals.progress": "進行状況",
|
|
1752
1752
|
"accessibilitySignals.save": "保存",
|
|
1753
1753
|
"accessibilitySignals.taskCompleted": "タスクが完了しました",
|
|
1754
1754
|
"accessibilitySignals.taskFailed": "タスクが失敗しました",
|
|
1755
1755
|
"accessibilitySignals.terminalBell": "ターミナル ベル",
|
|
1756
1756
|
"accessibilitySignals.terminalCommandFailed": "ターミナル コマンドが失敗しました",
|
|
1757
1757
|
"accessibilitySignals.terminalQuickFix.name": "ターミナル クイック修正",
|
|
1758
|
-
"accessibilitySignals.voiceRecordingStarted": "
|
|
1759
|
-
"accessibilitySignals.voiceRecordingStopped": "
|
|
1758
|
+
"accessibilitySignals.voiceRecordingStarted": "音声録音が開始されました",
|
|
1759
|
+
"accessibilitySignals.voiceRecordingStopped": "音声録音が停止されました"
|
|
1760
1760
|
},
|
|
1761
1761
|
"vs/platform/action/common/actionCommonCategories": {
|
|
1762
1762
|
developer: "開発者",
|
|
@@ -1778,14 +1778,14 @@ var content = {
|
|
|
1778
1778
|
resetThisMenu: "メニューのリセット"
|
|
1779
1779
|
},
|
|
1780
1780
|
"vs/platform/actions/common/menuService": {
|
|
1781
|
-
"configure keybinding": "
|
|
1781
|
+
"configure keybinding": "キーバインドの構成",
|
|
1782
1782
|
"hide.label": "'{0}' の非表示"
|
|
1783
1783
|
},
|
|
1784
1784
|
"vs/platform/actionWidget/browser/actionList": {
|
|
1785
1785
|
customQuickFixWidget: "アクション ウィジェット",
|
|
1786
1786
|
"customQuickFixWidget.labels": "{0}、無効になった理由: {1}",
|
|
1787
|
-
label: "{0}
|
|
1788
|
-
"label-preview": "{0}
|
|
1787
|
+
label: "{0} を押して適用",
|
|
1788
|
+
"label-preview": "{0} で適用する、{1} でプレビューする"
|
|
1789
1789
|
},
|
|
1790
1790
|
"vs/platform/actionWidget/browser/actionWidget": {
|
|
1791
1791
|
"acceptSelected.title": "選択した操作を承諾",
|
|
@@ -2033,12 +2033,12 @@ var content = {
|
|
|
2033
2033
|
workbenchConfigurationTitle: "ワークベンチ"
|
|
2034
2034
|
},
|
|
2035
2035
|
"vs/platform/log/common/log": {
|
|
2036
|
-
debug: "
|
|
2037
|
-
error: "
|
|
2038
|
-
info: "
|
|
2039
|
-
off: "
|
|
2040
|
-
trace: "
|
|
2041
|
-
warn: "
|
|
2036
|
+
debug: "デバッグ",
|
|
2037
|
+
error: "エラー",
|
|
2038
|
+
info: "情報",
|
|
2039
|
+
off: "オフ",
|
|
2040
|
+
trace: "トレース",
|
|
2041
|
+
warn: "警告"
|
|
2042
2042
|
},
|
|
2043
2043
|
"vs/platform/markers/common/markers": {
|
|
2044
2044
|
"sev.error": "エラー",
|
|
@@ -2073,7 +2073,7 @@ var content = {
|
|
|
2073
2073
|
"quickInput.visibleCount": "{0} 件の結果"
|
|
2074
2074
|
},
|
|
2075
2075
|
"vs/platform/quickinput/browser/quickInputTree": {
|
|
2076
|
-
quickInput: "
|
|
2076
|
+
quickInput: "クイック入力"
|
|
2077
2077
|
},
|
|
2078
2078
|
"vs/platform/quickinput/browser/quickInputUtils": {
|
|
2079
2079
|
executeCommand: "クリックして '{0}' コマンドを実行"
|
|
@@ -2137,247 +2137,247 @@ var content = {
|
|
|
2137
2137
|
terminalAutomaticProfile: "既定値を自動的に検出する"
|
|
2138
2138
|
},
|
|
2139
2139
|
"vs/platform/theme/common/colors/baseColors": {
|
|
2140
|
-
activeContrastBorder: "
|
|
2141
|
-
contrastBorder: "
|
|
2142
|
-
descriptionForeground: "
|
|
2143
|
-
disabledForeground: "
|
|
2144
|
-
errorForeground: "
|
|
2145
|
-
focusBorder: "
|
|
2146
|
-
foreground: "
|
|
2147
|
-
iconForeground: "
|
|
2148
|
-
selectionBackground: "
|
|
2149
|
-
textBlockQuoteBackground: "
|
|
2150
|
-
textBlockQuoteBorder: "
|
|
2151
|
-
textCodeBlockBackground: "
|
|
2152
|
-
textLinkActiveForeground: "
|
|
2153
|
-
textLinkForeground: "
|
|
2154
|
-
textPreformatBackground: "
|
|
2155
|
-
textPreformatForeground: "
|
|
2156
|
-
textSeparatorForeground: "
|
|
2140
|
+
activeContrastBorder: "コントラストを強めるために、アクティブな他要素と隔てる追加の境界線。",
|
|
2141
|
+
contrastBorder: "コントラストを強めるために、他の要素と隔てる追加の境界線。",
|
|
2142
|
+
descriptionForeground: "追加情報を提供する説明文の前景色、例:ラベル。",
|
|
2143
|
+
disabledForeground: "無効な要素の全体的な前景。この色は、コンポーネントによってオーバーライドされない場合にのみ使用されます。",
|
|
2144
|
+
errorForeground: "エラー メッセージ全体の前景色。この色は、コンポーネントによって上書きされていない場合にのみ使用されます。",
|
|
2145
|
+
focusBorder: "フォーカスされた要素の境界線全体の色。この色はコンポーネントによって上書きされていない場合にのみ使用されます。",
|
|
2146
|
+
foreground: "全体の前景色。この色は、コンポーネントによってオーバーライドされていない場合にのみ使用されます。",
|
|
2147
|
+
iconForeground: "ワークベンチのアイコンの既定の色。",
|
|
2148
|
+
selectionBackground: "ワークベンチ内のテキスト選択の背景色 (例: 入力フィールドやテキストエリア)。エディター内の選択には適用されないことに注意してください。",
|
|
2149
|
+
textBlockQuoteBackground: "テキスト内のブロック引用の背景色。",
|
|
2150
|
+
textBlockQuoteBorder: "テキスト内のブロック引用の境界線色。",
|
|
2151
|
+
textCodeBlockBackground: "テキスト内のコード ブロックの背景色。",
|
|
2152
|
+
textLinkActiveForeground: "クリックされたときとマウスをホバーしたときのテキスト内のリンクの前景色。",
|
|
2153
|
+
textLinkForeground: "テキスト内のリンクの前景色。",
|
|
2154
|
+
textPreformatBackground: "書式設定されたテキスト セグメントの背景色。",
|
|
2155
|
+
textPreformatForeground: "フォーマット済みテキスト セグメントの前景色。",
|
|
2156
|
+
textSeparatorForeground: "テキストの区切り文字の色。"
|
|
2157
2157
|
},
|
|
2158
2158
|
"vs/platform/theme/common/colors/chartsColors": {
|
|
2159
|
-
chartsBlue: "
|
|
2160
|
-
chartsForeground: "
|
|
2161
|
-
chartsGreen: "
|
|
2162
|
-
chartsLines: "
|
|
2163
|
-
chartsOrange: "
|
|
2164
|
-
chartsPurple: "
|
|
2165
|
-
chartsRed: "
|
|
2166
|
-
chartsYellow: "
|
|
2159
|
+
chartsBlue: "グラフの視覚化に使用される青色。",
|
|
2160
|
+
chartsForeground: "グラフで使用される前景色。",
|
|
2161
|
+
chartsGreen: "グラフの視覚化に使用される緑色。",
|
|
2162
|
+
chartsLines: "グラフの水平線に使用される色。",
|
|
2163
|
+
chartsOrange: "グラフの視覚化に使用されるオレンジ色。",
|
|
2164
|
+
chartsPurple: "グラフの視覚化に使用される紫色。",
|
|
2165
|
+
chartsRed: "グラフの視覚化に使用される赤色。",
|
|
2166
|
+
chartsYellow: "グラフの視覚化に使用される黄色。"
|
|
2167
2167
|
},
|
|
2168
2168
|
"vs/platform/theme/common/colors/editorColors": {
|
|
2169
|
-
activeLinkForeground: "
|
|
2170
|
-
breadcrumbsBackground: "
|
|
2171
|
-
breadcrumbsFocusForeground: "
|
|
2172
|
-
breadcrumbsSelectedBackground: "
|
|
2173
|
-
breadcrumbsSelectedForeground: "
|
|
2174
|
-
diffDiagonalFill: "
|
|
2175
|
-
"diffEditor.unchangedCodeBackground": "
|
|
2176
|
-
"diffEditor.unchangedRegionBackground": "
|
|
2177
|
-
"diffEditor.unchangedRegionForeground": "
|
|
2178
|
-
diffEditorBorder: "
|
|
2179
|
-
diffEditorInserted: "
|
|
2180
|
-
diffEditorInsertedLineGutter: "
|
|
2181
|
-
diffEditorInsertedLines: "
|
|
2182
|
-
diffEditorInsertedOutline: "
|
|
2183
|
-
diffEditorOverviewInserted: "
|
|
2184
|
-
diffEditorOverviewRemoved: "
|
|
2185
|
-
diffEditorRemoved: "
|
|
2186
|
-
diffEditorRemovedLineGutter: "
|
|
2187
|
-
diffEditorRemovedLines: "
|
|
2188
|
-
diffEditorRemovedOutline: "
|
|
2189
|
-
editorBackground: "
|
|
2190
|
-
"editorError.background": "
|
|
2191
|
-
"editorError.foreground": "
|
|
2192
|
-
editorFindMatch: "
|
|
2193
|
-
editorFindMatchBorder: "
|
|
2194
|
-
editorForeground: "
|
|
2195
|
-
"editorHint.foreground": "
|
|
2196
|
-
editorInactiveSelection: "
|
|
2197
|
-
"editorInfo.background": "
|
|
2198
|
-
"editorInfo.foreground": "
|
|
2199
|
-
editorInlayHintBackground: "
|
|
2200
|
-
editorInlayHintBackgroundParameter: "
|
|
2201
|
-
editorInlayHintBackgroundTypes: "
|
|
2202
|
-
editorInlayHintForeground: "
|
|
2203
|
-
editorInlayHintForegroundParameter: "
|
|
2204
|
-
editorInlayHintForegroundTypes: "
|
|
2205
|
-
editorLightBulbAiForeground: "
|
|
2206
|
-
editorLightBulbAutoFixForeground: "
|
|
2207
|
-
editorLightBulbForeground: "
|
|
2208
|
-
editorSelectionBackground: "
|
|
2209
|
-
editorSelectionForeground: "
|
|
2210
|
-
editorSelectionHighlight: "
|
|
2211
|
-
editorSelectionHighlightBorder: "
|
|
2212
|
-
editorStickyScrollBackground: "
|
|
2213
|
-
editorStickyScrollBorder: "
|
|
2214
|
-
editorStickyScrollHoverBackground: "
|
|
2215
|
-
editorStickyScrollShadow: "
|
|
2216
|
-
"editorWarning.background": "
|
|
2217
|
-
"editorWarning.foreground": "
|
|
2218
|
-
editorWidgetBackground: "
|
|
2219
|
-
editorWidgetBorder: "
|
|
2220
|
-
editorWidgetForeground: "
|
|
2221
|
-
editorWidgetResizeBorder: "
|
|
2222
|
-
errorBorder: "
|
|
2223
|
-
findMatchHighlight: "
|
|
2224
|
-
findMatchHighlightBorder: "
|
|
2225
|
-
findRangeHighlight: "
|
|
2226
|
-
findRangeHighlightBorder: "
|
|
2227
|
-
hintBorder: "
|
|
2228
|
-
hoverBackground: "
|
|
2229
|
-
hoverBorder: "
|
|
2230
|
-
hoverForeground: "
|
|
2231
|
-
hoverHighlight: "
|
|
2232
|
-
infoBorder: "
|
|
2233
|
-
mergeBorder: "
|
|
2234
|
-
mergeCommonContentBackground: "
|
|
2235
|
-
mergeCommonHeaderBackground: "
|
|
2236
|
-
mergeCurrentContentBackground: "
|
|
2237
|
-
mergeCurrentHeaderBackground: "
|
|
2238
|
-
mergeIncomingContentBackground: "
|
|
2239
|
-
mergeIncomingHeaderBackground: "
|
|
2240
|
-
overviewRulerCommonContentForeground: "
|
|
2241
|
-
overviewRulerCurrentContentForeground: "
|
|
2242
|
-
overviewRulerFindMatchForeground: "
|
|
2243
|
-
overviewRulerIncomingContentForeground: "
|
|
2244
|
-
overviewRulerSelectionHighlightForeground: "
|
|
2245
|
-
problemsErrorIconForeground: "
|
|
2246
|
-
problemsInfoIconForeground: "
|
|
2247
|
-
problemsWarningIconForeground: "
|
|
2248
|
-
snippetFinalTabstopHighlightBackground: "
|
|
2249
|
-
snippetFinalTabstopHighlightBorder: "
|
|
2250
|
-
snippetTabstopHighlightBackground: "
|
|
2251
|
-
snippetTabstopHighlightBorder: "
|
|
2252
|
-
statusBarBackground: "
|
|
2253
|
-
toolbarActiveBackground: "
|
|
2254
|
-
toolbarHoverBackground: "
|
|
2255
|
-
toolbarHoverOutline: "
|
|
2256
|
-
warningBorder: "
|
|
2257
|
-
widgetBorder: "
|
|
2258
|
-
widgetShadow: "
|
|
2169
|
+
activeLinkForeground: "アクティブなリンクの色。",
|
|
2170
|
+
breadcrumbsBackground: "階層リンクの項目の背景色。",
|
|
2171
|
+
breadcrumbsFocusForeground: "フォーカスされた階層リンクの項目の色。",
|
|
2172
|
+
breadcrumbsSelectedBackground: "階層項目ピッカーの背景色。",
|
|
2173
|
+
breadcrumbsSelectedForeground: "選択された階層リンクの項目の色。",
|
|
2174
|
+
diffDiagonalFill: "差分エディターの対角線の塗りつぶし色。対角線の塗りつぶしは、横に並べて比較するビューで使用されます。",
|
|
2175
|
+
"diffEditor.unchangedCodeBackground": "差分エディター内の変更されていないコードの背景色。",
|
|
2176
|
+
"diffEditor.unchangedRegionBackground": "差分エディター内の変更されていないブロックの背景色。",
|
|
2177
|
+
"diffEditor.unchangedRegionForeground": "差分エディター内の変更されていないブロックの前景色。",
|
|
2178
|
+
diffEditorBorder: "2 つのテキスト エディターの間の境界線の色。",
|
|
2179
|
+
diffEditorInserted: "挿入されたテキストの背景色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2180
|
+
diffEditorInsertedLineGutter: "挿入された行の余白の背景色。",
|
|
2181
|
+
diffEditorInsertedLines: "挿入された行の背景色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2182
|
+
diffEditorInsertedOutline: "挿入されたテキストの輪郭の色。",
|
|
2183
|
+
diffEditorOverviewInserted: "挿入されたコンテンツについて、差分概要ルーラーを前面に置きます。",
|
|
2184
|
+
diffEditorOverviewRemoved: "削除されたコンテンツについて、差分概要ルーラーを前面に置きます。",
|
|
2185
|
+
diffEditorRemoved: "削除したテキストの背景色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2186
|
+
diffEditorRemovedLineGutter: "削除された行の余白の背景色。",
|
|
2187
|
+
diffEditorRemovedLines: "削除した行の背景色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2188
|
+
diffEditorRemovedOutline: "削除されたテキストの輪郭の色。",
|
|
2189
|
+
editorBackground: "エディターの背景色。",
|
|
2190
|
+
"editorError.background": "エディター内のエラー テキストの背景色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2191
|
+
"editorError.foreground": "エディターでエラーを示す波線の前景色。",
|
|
2192
|
+
editorFindMatch: "現在の検索一致項目の色。",
|
|
2193
|
+
editorFindMatchBorder: "現在の検索一致項目の境界線の色。",
|
|
2194
|
+
editorForeground: "エディターの既定の前景色。",
|
|
2195
|
+
"editorHint.foreground": "エディターでヒントを示す波線の前景色。",
|
|
2196
|
+
editorInactiveSelection: "非アクティブなエディターの選択範囲の色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2197
|
+
"editorInfo.background": "エディター内の情報テキストの背景色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2198
|
+
"editorInfo.foreground": "エディターで情報を示す波線の前景色。",
|
|
2199
|
+
editorInlayHintBackground: "インライン ヒントの背景色",
|
|
2200
|
+
editorInlayHintBackgroundParameter: "パラメーターのインライン ヒントの背景色",
|
|
2201
|
+
editorInlayHintBackgroundTypes: "種類のインライン ヒントの背景色",
|
|
2202
|
+
editorInlayHintForeground: "インライン ヒントの前景色",
|
|
2203
|
+
editorInlayHintForegroundParameter: "パラメーターのインライン ヒントの前景色",
|
|
2204
|
+
editorInlayHintForegroundTypes: "種類のインライン ヒントの前景色",
|
|
2205
|
+
editorLightBulbAiForeground: "電球 AI アイコンに使用する色。",
|
|
2206
|
+
editorLightBulbAutoFixForeground: "自動修正の電球アクション アイコンとして使用される色。",
|
|
2207
|
+
editorLightBulbForeground: "電球アクション アイコンに使用する色。",
|
|
2208
|
+
editorSelectionBackground: "エディターの選択範囲の色。",
|
|
2209
|
+
editorSelectionForeground: "ハイ コントラストの選択済みテキストの色。",
|
|
2210
|
+
editorSelectionHighlight: "選択範囲の同じコンテンツの領域の色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2211
|
+
editorSelectionHighlightBorder: "選択範囲と同じコンテンツの境界線の色。",
|
|
2212
|
+
editorStickyScrollBackground: "エディターでの固定スクロールの背景色",
|
|
2213
|
+
editorStickyScrollBorder: "エディター内での固定スクロールの境界線の色",
|
|
2214
|
+
editorStickyScrollHoverBackground: "エディターでの固定スクロールのホバー時の背景色",
|
|
2215
|
+
editorStickyScrollShadow: " エディター内での固定スクロールの影の色",
|
|
2216
|
+
"editorWarning.background": "エディター内の警告テキストの背景色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2217
|
+
"editorWarning.foreground": "エディターで警告を示す波線の前景色。",
|
|
2218
|
+
editorWidgetBackground: "検索/置換窓など、エディター ウィジェットの背景色。",
|
|
2219
|
+
editorWidgetBorder: "エディター ウィジェットの境界線色。ウィジェットに境界線があり、ウィジェットによって配色を上書きされていない場合でのみこの配色は使用されます。",
|
|
2220
|
+
editorWidgetForeground: "検索/置換などを行うエディター ウィジェットの前景色。",
|
|
2221
|
+
editorWidgetResizeBorder: "エディター ウィジェットのサイズ変更バーの境界線色。ウィジェットにサイズ変更の境界線があり、ウィジェットによって配色を上書きされていない場合でのみこの配色は使用されます。",
|
|
2222
|
+
errorBorder: "設定されている場合、エディター内のエラーの二重下線の色。",
|
|
2223
|
+
findMatchHighlight: "その他の検索条件に一致する項目の色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2224
|
+
findMatchHighlightBorder: "他の検索一致項目の境界線の色。",
|
|
2225
|
+
findRangeHighlight: "検索を制限する範囲の色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2226
|
+
findRangeHighlightBorder: "検索を制限する範囲の境界線色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2227
|
+
hintBorder: "設定されている場合、エディター内のヒントの二重下線の色。",
|
|
2228
|
+
hoverBackground: "エディター ホバーの背景色。",
|
|
2229
|
+
hoverBorder: "エディター ホバーの境界線の色。",
|
|
2230
|
+
hoverForeground: "エディター ホバーの前景色。",
|
|
2231
|
+
hoverHighlight: "ホバーが表示されている語の下を強調表示します。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2232
|
+
infoBorder: "設定されている場合、エディター内の情報の二重下線の色。",
|
|
2233
|
+
mergeBorder: "行内マージ競合のヘッダーとスプリッターの境界線の色。",
|
|
2234
|
+
mergeCommonContentBackground: "インライン マージ競合の共通の先祖のコンテンツ背景。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2235
|
+
mergeCommonHeaderBackground: "インライン マージ競合の共通の先祖のヘッダー背景。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2236
|
+
mergeCurrentContentBackground: "インライン マージ競合の現在のコンテンツ背景。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2237
|
+
mergeCurrentHeaderBackground: "インライン マージ競合の現在のヘッダーの背景。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2238
|
+
mergeIncomingContentBackground: "インライン マージ競合の着信コンテンツの背景。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2239
|
+
mergeIncomingHeaderBackground: "インライン マージ競合の着信ヘッダーの背景。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2240
|
+
overviewRulerCommonContentForeground: "行内マージ競合の共通の祖先概要ルーラー前景色。",
|
|
2241
|
+
overviewRulerCurrentContentForeground: "行内マージ競合の現在の概要ルーラー前景色。",
|
|
2242
|
+
overviewRulerFindMatchForeground: "検出された一致項目の概要ルーラー マーカーの色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2243
|
+
overviewRulerIncomingContentForeground: "行内マージ競合の入力側の概要ルーラー前景色。",
|
|
2244
|
+
overviewRulerSelectionHighlightForeground: "選択範囲を強調表示するための概要ルーラー マーカーの色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2245
|
+
problemsErrorIconForeground: "問題のエラー アイコンに使用される色。",
|
|
2246
|
+
problemsInfoIconForeground: "問題情報アイコンに使用される色。",
|
|
2247
|
+
problemsWarningIconForeground: "問題の警告アイコンに使用される色。",
|
|
2248
|
+
snippetFinalTabstopHighlightBackground: "スニペットの最後の tabstop の背景色を強調表示します。",
|
|
2249
|
+
snippetFinalTabstopHighlightBorder: "スニペットの最後のタブストップで境界線の色を強調表示します。",
|
|
2250
|
+
snippetTabstopHighlightBackground: "スニペット tabstop の背景色を強調表示します。",
|
|
2251
|
+
snippetTabstopHighlightBorder: "スニペット tabstop の境界線の色を強調表示します。",
|
|
2252
|
+
statusBarBackground: "エディターのホバーのステータス バーの背景色。",
|
|
2253
|
+
toolbarActiveBackground: "アクションの上にマウス ポインターを合わせるとツール バーの背景が表示される",
|
|
2254
|
+
toolbarHoverBackground: "アクションの上にマウス ポインターを合わせたときのツール バーのアウトライン",
|
|
2255
|
+
toolbarHoverOutline: "アクションの上にマウス ポインターを合わせたときのツール バーのアウトライン",
|
|
2256
|
+
warningBorder: "設定されている場合、エディター内の警告の二重下線の色。",
|
|
2257
|
+
widgetBorder: "エディター内の検索/置換窓など、エディター ウィジェットの境界線の色。",
|
|
2258
|
+
widgetShadow: "エディター内の検索/置換窓など、エディター ウィジェットの影の色。"
|
|
2259
2259
|
},
|
|
2260
2260
|
"vs/platform/theme/common/colors/inputColors": {
|
|
2261
|
-
buttonBackground: "
|
|
2262
|
-
buttonBorder: "
|
|
2263
|
-
buttonForeground: "
|
|
2264
|
-
buttonHoverBackground: "
|
|
2265
|
-
buttonSecondaryBackground: "
|
|
2266
|
-
buttonSecondaryForeground: "
|
|
2267
|
-
buttonSecondaryHoverBackground: "
|
|
2268
|
-
buttonSeparator: "
|
|
2269
|
-
"checkbox.background": "
|
|
2270
|
-
"checkbox.border": "
|
|
2271
|
-
"checkbox.foreground": "
|
|
2272
|
-
"checkbox.select.background": "
|
|
2273
|
-
"checkbox.select.border": "
|
|
2274
|
-
dropdownBackground: "
|
|
2275
|
-
dropdownBorder: "
|
|
2276
|
-
dropdownForeground: "
|
|
2277
|
-
dropdownListBackground: "
|
|
2278
|
-
inputBoxActiveOptionBorder: "
|
|
2279
|
-
inputBoxBackground: "
|
|
2280
|
-
inputBoxBorder: "
|
|
2281
|
-
inputBoxForeground: "
|
|
2282
|
-
"inputOption.activeBackground": "
|
|
2283
|
-
"inputOption.activeForeground": "
|
|
2284
|
-
"inputOption.hoverBackground": "
|
|
2285
|
-
inputPlaceholderForeground: "
|
|
2286
|
-
inputValidationErrorBackground: "
|
|
2287
|
-
inputValidationErrorBorder: "
|
|
2288
|
-
inputValidationErrorForeground: "
|
|
2289
|
-
inputValidationInfoBackground: "
|
|
2290
|
-
inputValidationInfoBorder: "
|
|
2291
|
-
inputValidationInfoForeground: "
|
|
2292
|
-
inputValidationWarningBackground: "
|
|
2293
|
-
inputValidationWarningBorder: "
|
|
2294
|
-
inputValidationWarningForeground: "
|
|
2295
|
-
keybindingLabelBackground: "
|
|
2296
|
-
keybindingLabelBorder: "
|
|
2297
|
-
keybindingLabelBottomBorder: "
|
|
2298
|
-
keybindingLabelForeground: "
|
|
2261
|
+
buttonBackground: "ボタンの背景色。",
|
|
2262
|
+
buttonBorder: "ボタンの境界線の色。",
|
|
2263
|
+
buttonForeground: "ボタンの前景色。",
|
|
2264
|
+
buttonHoverBackground: "ホバー時のボタン背景色。",
|
|
2265
|
+
buttonSecondaryBackground: "ボタンの 2 次的な背景色。",
|
|
2266
|
+
buttonSecondaryForeground: "ボタンの 2 次的な前景色。",
|
|
2267
|
+
buttonSecondaryHoverBackground: "ホバー時のボタンの 2 次的な背景色。",
|
|
2268
|
+
buttonSeparator: "ボタンの区切り記号の色。",
|
|
2269
|
+
"checkbox.background": "チェックボックス ウィジェットの背景色。",
|
|
2270
|
+
"checkbox.border": "チェックボックス ウィジェットの境界線の色。",
|
|
2271
|
+
"checkbox.foreground": "チェックボックス ウィジェットの前景色。",
|
|
2272
|
+
"checkbox.select.background": "要素が選択されている場合のチェックボックス ウィジェットの背景色。",
|
|
2273
|
+
"checkbox.select.border": "要素が選択されている場合のチェックボックス ウィジェットの境界線の色。",
|
|
2274
|
+
dropdownBackground: "ドロップダウンの背景。",
|
|
2275
|
+
dropdownBorder: "ドロップダウンの境界線。",
|
|
2276
|
+
dropdownForeground: "ドロップダウンの前景。",
|
|
2277
|
+
dropdownListBackground: "ドロップダウン リストの背景色。",
|
|
2278
|
+
inputBoxActiveOptionBorder: "入力フィールドのアクティブ オプションの境界線の色。",
|
|
2279
|
+
inputBoxBackground: "入力ボックスの背景。",
|
|
2280
|
+
inputBoxBorder: "入力ボックスの境界線。",
|
|
2281
|
+
inputBoxForeground: "入力ボックスの前景。",
|
|
2282
|
+
"inputOption.activeBackground": "入力フィールドのオプションの背景のホバー色。",
|
|
2283
|
+
"inputOption.activeForeground": "入力フィールドでアクティブ化されたオプションの前景色。",
|
|
2284
|
+
"inputOption.hoverBackground": "入力フィールドでアクティブ化されたオプションの背景色。",
|
|
2285
|
+
inputPlaceholderForeground: "入力ボックスのプレースホルダー テキストの前景色。",
|
|
2286
|
+
inputValidationErrorBackground: "エラーの重大度を示す入力検証の背景色。",
|
|
2287
|
+
inputValidationErrorBorder: "エラーの重大度を示す入力検証の境界線色。",
|
|
2288
|
+
inputValidationErrorForeground: "エラーの重大度を示す入力検証の前景色。",
|
|
2289
|
+
inputValidationInfoBackground: "情報の重大度を示す入力検証の背景色。",
|
|
2290
|
+
inputValidationInfoBorder: "情報の重大度を示す入力検証の境界線色。",
|
|
2291
|
+
inputValidationInfoForeground: "情報の重大度を示す入力検証の前景色。",
|
|
2292
|
+
inputValidationWarningBackground: "警告の重大度を示す入力検証の背景色。",
|
|
2293
|
+
inputValidationWarningBorder: "警告の重大度を示す入力検証の境界線色。",
|
|
2294
|
+
inputValidationWarningForeground: "警告の重大度を示す入力検証の前景色。",
|
|
2295
|
+
keybindingLabelBackground: "キー バインド ラベルの背景色です。キー バインド ラベルはキーボード ショートカットを表すために使用されます。",
|
|
2296
|
+
keybindingLabelBorder: "キー バインド ラベルの境界線の色です。キー バインド ラベルはキーボード ショートカットを表すために使用されます。",
|
|
2297
|
+
keybindingLabelBottomBorder: "キー バインド ラベルの下の境界線の色です。キー バインド ラベルはキーボード ショートカットを表すために使用されます。",
|
|
2298
|
+
keybindingLabelForeground: "キー バインド ラベルの前景色です。キー バインド ラベルはキーボード ショートカットを表すために使用されます。"
|
|
2299
2299
|
},
|
|
2300
2300
|
"vs/platform/theme/common/colors/listColors": {
|
|
2301
|
-
highlight: "
|
|
2302
|
-
invalidItemForeground: "
|
|
2303
|
-
listActiveSelectionBackground: "
|
|
2304
|
-
listActiveSelectionForeground: "
|
|
2305
|
-
listActiveSelectionIconForeground: "
|
|
2306
|
-
listDeemphasizedForeground: "
|
|
2307
|
-
listDropBackground: "
|
|
2308
|
-
listDropBetweenBackground: "
|
|
2309
|
-
listErrorForeground: "
|
|
2310
|
-
listFilterMatchHighlight: "
|
|
2311
|
-
listFilterMatchHighlightBorder: "
|
|
2312
|
-
listFilterWidgetBackground: "
|
|
2313
|
-
listFilterWidgetNoMatchesOutline: "
|
|
2314
|
-
listFilterWidgetOutline: "
|
|
2315
|
-
listFilterWidgetShadow: "
|
|
2316
|
-
listFocusAndSelectionOutline: "
|
|
2317
|
-
listFocusBackground: "
|
|
2318
|
-
listFocusForeground: "
|
|
2319
|
-
listFocusHighlightForeground: "
|
|
2320
|
-
listFocusOutline: "
|
|
2321
|
-
listHoverBackground: "
|
|
2322
|
-
listHoverForeground: "
|
|
2323
|
-
listInactiveFocusBackground: "
|
|
2324
|
-
listInactiveFocusOutline: "
|
|
2325
|
-
listInactiveSelectionBackground: "
|
|
2326
|
-
listInactiveSelectionForeground: "
|
|
2327
|
-
listInactiveSelectionIconForeground: "
|
|
2328
|
-
listWarningForeground: "
|
|
2329
|
-
tableColumnsBorder: "
|
|
2330
|
-
tableOddRowsBackgroundColor: "
|
|
2331
|
-
treeInactiveIndentGuidesStroke: "
|
|
2332
|
-
treeIndentGuidesStroke: "
|
|
2301
|
+
highlight: "ツリーリスト内を検索しているとき、一致した強調のツリーリスト前景色。",
|
|
2302
|
+
invalidItemForeground: "無効な項目のツリーリストの前景色。たとえばエクスプローラーの未解決なルート。",
|
|
2303
|
+
listActiveSelectionBackground: "ツリーリストが非アクティブのとき、選択された項目のツリーリスト背景色。アクティブなツリーリストはキーボード フォーカスがあり、非アクティブではこれがありません。",
|
|
2304
|
+
listActiveSelectionForeground: "ツリーリストがアクティブのとき、選択された項目のツリーリスト前景色。アクティブなツリーリストはキーボード フォーカスがあり、非アクティブではこれがありません。",
|
|
2305
|
+
listActiveSelectionIconForeground: "ツリーリストがアクティブのとき、選択された項目のツリーリストのアイコン前景色。アクティブなツリーリストはキーボード フォーカスがあり、非アクティブではこれがありません。",
|
|
2306
|
+
listDeemphasizedForeground: "強調表示されていない項目のリスト/ツリー前景色。",
|
|
2307
|
+
listDropBackground: "マウス操作で項目を他の項目の上に移動するときのリスト/ツリーのドラッグ アンド ドロップの背景。",
|
|
2308
|
+
listDropBetweenBackground: "マウスを使用してアイテムをアイテム間で移動するときのリスト/ツリーのドラッグ アンド ドロップの境界線の色。",
|
|
2309
|
+
listErrorForeground: "エラーを含むリスト項目の前景色。",
|
|
2310
|
+
listFilterMatchHighlight: "フィルタリングされた一致の背景色。",
|
|
2311
|
+
listFilterMatchHighlightBorder: "フィルタリングされた一致の境界線の色。",
|
|
2312
|
+
listFilterWidgetBackground: "リストおよびツリーの型フィルター ウェジェットの背景色。",
|
|
2313
|
+
listFilterWidgetNoMatchesOutline: "一致項目がない場合の、リストおよびツリーの型フィルター ウィジェットのアウトライン色。",
|
|
2314
|
+
listFilterWidgetOutline: "リストおよびツリーの型フィルター ウィジェットのアウトライン色。",
|
|
2315
|
+
listFilterWidgetShadow: "リストおよびツリーの型フィルター ウィジェットの影の色。",
|
|
2316
|
+
listFocusAndSelectionOutline: "リスト/ツリーがアクティブで選択されている場合の、フォーカスされたアイテムのリスト/ツリー アウトラインの色。アクティブなリスト/ツリーにはキーボード フォーカスがあり、非アクティブな場合はありません。",
|
|
2317
|
+
listFocusBackground: "ツリーリストがアクティブのとき、フォーカスされた項目のツリーリスト背景色。アクティブなツリーリストはキーボード フォーカスがあり、非アクティブではこれがありません。",
|
|
2318
|
+
listFocusForeground: "ツリーリストがアクティブのとき、フォーカスされた項目のツリーリスト前景色。アクティブなツリーリストはキーボード フォーカスがあり、非アクティブではこれがありません。",
|
|
2319
|
+
listFocusHighlightForeground: "ツリー/リスト内を検索しているとき、一致した強調のツリー/リストの前景色。",
|
|
2320
|
+
listFocusOutline: "リストやツリーがアクティブな場合の、フォーカスされた項目のリストやツリーのアウトライン色。アクティブなリストやツリーにはキーボード フォーカスがあり、非アクティブにはこれがありません。",
|
|
2321
|
+
listHoverBackground: "マウス操作で項目をホバーするときのツリーリスト背景。",
|
|
2322
|
+
listHoverForeground: "マウス操作で項目をホバーするときのツリーリスト前景。",
|
|
2323
|
+
listInactiveFocusBackground: "ツリーリストが非アクティブのとき、フォーカスされた項目のツリーリスト背景色。アクティブなツリーリストはキーボード フォーカスがあり、非アクティブではこれがありません。",
|
|
2324
|
+
listInactiveFocusOutline: "リストやツリーが非アクティブな場合の、フォーカスされた項目のリストやツリーのアウトライン色。アクティブなリストやツリーにはキーボード フォーカスがあり、非アクティブにはこれがありません。",
|
|
2325
|
+
listInactiveSelectionBackground: "ツリーリストが非アクティブのとき、選択された項目のツリーリスト背景色。アクティブなツリーリストはキーボード フォーカスがあり、非アクティブではこれがありません。",
|
|
2326
|
+
listInactiveSelectionForeground: "ツリーリストが非アクティブのとき、選択された項目のツリーリスト前景色。アクティブなツリーリストはキーボード フォーカスがあり、非アクティブではこれがありません。",
|
|
2327
|
+
listInactiveSelectionIconForeground: "ツリーリストが非アクティブのとき、選択された項目のツリーリストのアイコン前景色。アクティブなツリーリストはキーボード フォーカスがあり、非アクティブではこれがありません。",
|
|
2328
|
+
listWarningForeground: "警告が含まれるリスト項目の前景色。",
|
|
2329
|
+
tableColumnsBorder: "列間の表の境界線の色。",
|
|
2330
|
+
tableOddRowsBackgroundColor: "奇数テーブル行の背景色。",
|
|
2331
|
+
treeInactiveIndentGuidesStroke: "アクティブでないインデント ガイドのツリー ストロークの色。",
|
|
2332
|
+
treeIndentGuidesStroke: "インデント ガイドのツリー ストロークの色。"
|
|
2333
2333
|
},
|
|
2334
2334
|
"vs/platform/theme/common/colors/menuColors": {
|
|
2335
|
-
menuBackground: "
|
|
2336
|
-
menuBorder: "
|
|
2337
|
-
menuForeground: "
|
|
2338
|
-
menuSelectionBackground: "
|
|
2339
|
-
menuSelectionBorder: "
|
|
2340
|
-
menuSelectionForeground: "
|
|
2341
|
-
menuSeparatorBackground: "
|
|
2335
|
+
menuBackground: "メニュー項目の背景色。",
|
|
2336
|
+
menuBorder: "メニューの境界線色。",
|
|
2337
|
+
menuForeground: "メニュー項目の前景色。",
|
|
2338
|
+
menuSelectionBackground: "メニューで選択されたメニュー項目の背景色。",
|
|
2339
|
+
menuSelectionBorder: "メニューで選択されたメニュー項目の境界線色。",
|
|
2340
|
+
menuSelectionForeground: "メニューで選択されたメニュー項目の前景色。",
|
|
2341
|
+
menuSeparatorBackground: "メニュー内のメニュー項目の境界線色。"
|
|
2342
2342
|
},
|
|
2343
2343
|
"vs/platform/theme/common/colors/minimapColors": {
|
|
2344
|
-
minimapBackground: "
|
|
2345
|
-
minimapError: "
|
|
2346
|
-
minimapFindMatchHighlight: "
|
|
2347
|
-
minimapForegroundOpacity: "
|
|
2348
|
-
minimapInfo: "
|
|
2349
|
-
minimapSelectionHighlight: "
|
|
2350
|
-
minimapSelectionOccurrenceHighlight: "
|
|
2351
|
-
minimapSliderActiveBackground: "
|
|
2352
|
-
minimapSliderBackground: "
|
|
2353
|
-
minimapSliderHoverBackground: "
|
|
2354
|
-
overviewRuleWarning: "
|
|
2344
|
+
minimapBackground: "ミニマップの背景色。",
|
|
2345
|
+
minimapError: "エラーのミニマップ マーカーの色。",
|
|
2346
|
+
minimapFindMatchHighlight: "一致を検索するためのミニマップ マーカーの色。",
|
|
2347
|
+
minimapForegroundOpacity: "ミニマップにレンダリングされる前景要素の不透明度。たとえば、\"#000000c0\" では、75% の不透明度で要素をレンダリングします。",
|
|
2348
|
+
minimapInfo: "情報のミニマップ マーカーの色。",
|
|
2349
|
+
minimapSelectionHighlight: "エディターの選択範囲のミニマップ マーカーの色。",
|
|
2350
|
+
minimapSelectionOccurrenceHighlight: "エディターを繰り返し選択する範囲のミニマップ マーカーの色。",
|
|
2351
|
+
minimapSliderActiveBackground: "クリックしたときのミニマップ スライダーの背景色。",
|
|
2352
|
+
minimapSliderBackground: "ミニマップ スライダーの背景色。",
|
|
2353
|
+
minimapSliderHoverBackground: "ホバーリング時のミニマップ スライダーの背景色。",
|
|
2354
|
+
overviewRuleWarning: "警告のミニマップ マーカーの色。"
|
|
2355
2355
|
},
|
|
2356
2356
|
"vs/platform/theme/common/colors/miscColors": {
|
|
2357
|
-
badgeBackground: "
|
|
2358
|
-
badgeForeground: "
|
|
2359
|
-
progressBarBackground: "
|
|
2360
|
-
sashActiveBorder: "
|
|
2361
|
-
scrollbarShadow: "
|
|
2362
|
-
scrollbarSliderActiveBackground: "
|
|
2363
|
-
scrollbarSliderBackground: "
|
|
2364
|
-
scrollbarSliderHoverBackground: "
|
|
2357
|
+
badgeBackground: "バッジの背景色。バッジとは小さな情報ラベルのことです。例:検索結果の数",
|
|
2358
|
+
badgeForeground: "バッジの前景色。バッジとは小さな情報ラベルのことです。例:検索結果の数",
|
|
2359
|
+
progressBarBackground: "時間のかかる操作で表示するプログレス バーの背景色。",
|
|
2360
|
+
sashActiveBorder: "アクティブな枠の境界線の色。",
|
|
2361
|
+
scrollbarShadow: "ビューがスクロールされたことを示すスクロール バーの影。",
|
|
2362
|
+
scrollbarSliderActiveBackground: "クリック時のスクロール バー スライダー背景色。",
|
|
2363
|
+
scrollbarSliderBackground: "スクロール バーのスライダーの背景色。",
|
|
2364
|
+
scrollbarSliderHoverBackground: "ホバー時のスクロール バー スライダー背景色。"
|
|
2365
2365
|
},
|
|
2366
2366
|
"vs/platform/theme/common/colors/quickpickColors": {
|
|
2367
|
-
pickerBackground: "
|
|
2368
|
-
pickerForeground: "
|
|
2369
|
-
pickerGroupBorder: "
|
|
2370
|
-
pickerGroupForeground: "
|
|
2371
|
-
pickerTitleBackground: "
|
|
2372
|
-
"quickInput.list.focusBackground deprecation": "
|
|
2373
|
-
"quickInput.listFocusBackground": "
|
|
2374
|
-
"quickInput.listFocusForeground": "
|
|
2375
|
-
"quickInput.listFocusIconForeground": "
|
|
2367
|
+
pickerBackground: "クイック ピッカーの背景色。クイック ピッカー ウィジェットは、コマンド パレットのようなピッカーのコンテナーです。",
|
|
2368
|
+
pickerForeground: "クイック ピッカーの前景色。クイック ピッカー ウィジェットは、コマンド パレットのようなピッカーのコンテナーです。",
|
|
2369
|
+
pickerGroupBorder: "境界線をグループ化するためのクイック選択の色。",
|
|
2370
|
+
pickerGroupForeground: "ラベルをグループ化するためのクリック選択の色。",
|
|
2371
|
+
pickerTitleBackground: "クイック ピッカー のタイトルの背景色。クイック ピッカー ウィジェットは、コマンド パレットのようなピッカーのコンテナーです。",
|
|
2372
|
+
"quickInput.list.focusBackground deprecation": "代わりに quickInputList.focusBackground を使用してください",
|
|
2373
|
+
"quickInput.listFocusBackground": "フォーカスされた項目のクイック選択の背景色。",
|
|
2374
|
+
"quickInput.listFocusForeground": "フォーカスされた項目のクイック選択の前景色。",
|
|
2375
|
+
"quickInput.listFocusIconForeground": "フォーカスされた項目のクイック選択のアイコン前景色。"
|
|
2376
2376
|
},
|
|
2377
2377
|
"vs/platform/theme/common/colors/searchColors": {
|
|
2378
|
-
"search.resultsInfoForeground": "
|
|
2379
|
-
"searchEditor.editorFindMatchBorder": "
|
|
2380
|
-
"searchEditor.queryMatch": "
|
|
2378
|
+
"search.resultsInfoForeground": "検索ビューレットの完了メッセージ内のテキストの色。",
|
|
2379
|
+
"searchEditor.editorFindMatchBorder": "検索エディター クエリの境界線の色が一致します。",
|
|
2380
|
+
"searchEditor.queryMatch": "検索エディターのクエリの色が一致します。"
|
|
2381
2381
|
},
|
|
2382
2382
|
"vs/platform/theme/common/iconRegistry": {
|
|
2383
2383
|
"iconDefinition.fontCharacter": "アイコン定義に関連付けられたフォント文字。",
|
|
@@ -2505,7 +2505,7 @@ var content = {
|
|
|
2505
2505
|
allow: "許可(&&A)",
|
|
2506
2506
|
confirmLogin: "拡張機能 '{0}' が {1} を使用してサインインしようとしています。",
|
|
2507
2507
|
confirmRelogin: "拡張機能 '{0}' では {1} を使用してサインインするように求めています。",
|
|
2508
|
-
learnMore: "
|
|
2508
|
+
learnMore: "詳細情報",
|
|
2509
2509
|
signedOut: "正常にサインアウトされました。"
|
|
2510
2510
|
},
|
|
2511
2511
|
"vs/workbench/api/browser/mainThreadCLICommands": {
|
|
@@ -2555,7 +2555,7 @@ var content = {
|
|
|
2555
2555
|
preview: "プレビューの表示(&&P)"
|
|
2556
2556
|
},
|
|
2557
2557
|
"vs/workbench/api/browser/mainThreadLanguageModels": {
|
|
2558
|
-
languageModelsAccountId: "
|
|
2558
|
+
languageModelsAccountId: "言語モデル"
|
|
2559
2559
|
},
|
|
2560
2560
|
"vs/workbench/api/browser/mainThreadMessageService": {
|
|
2561
2561
|
cancel: "キャンセル",
|
|
@@ -2635,7 +2635,7 @@ var content = {
|
|
|
2635
2635
|
"views.scm": "アクション バーのSCM コンテナーにビューを提供します",
|
|
2636
2636
|
"views.test": "アクション バーのテスト コンテナーにビューを提供します",
|
|
2637
2637
|
viewsContainers: "コンテナーの表示",
|
|
2638
|
-
"vscode.extension.contributes.view.accessibilityHelpContent": "
|
|
2638
|
+
"vscode.extension.contributes.view.accessibilityHelpContent": "このビューで [アクセシビリティのヘルプ] ダイアログが呼び出されると、このコンテンツがマークダウン文字列としてユーザーに表示されます。キー バインドは、<keybinding:commandId> の形式で指定すると解決されます。キー バインドがない場合は、構成するためのリンクが示されます。",
|
|
2639
2639
|
"vscode.extension.contributes.view.contextualTitle": "ビューが元の場所から移動された時に関する、人が判読できるコンテキスト。既定では、ビューのコンテナー名が使用されます。",
|
|
2640
2640
|
"vscode.extension.contributes.view.group": "ビューレット内の入れ子にされたグループ",
|
|
2641
2641
|
"vscode.extension.contributes.view.icon": "ビュー アイコンへのパス。ビュー アイコンは、ビューの名前を表示できないときに表示されます。任意の種類の画像ファイルを使用できますが、アイコンは SVG にすることをお勧めします。",
|
|
@@ -2716,8 +2716,8 @@ var content = {
|
|
|
2716
2716
|
defaultPasteLabel: "`{0}` 拡張子を使用して貼り付ける"
|
|
2717
2717
|
},
|
|
2718
2718
|
"vs/workbench/api/common/extHostLanguageModels": {
|
|
2719
|
-
chatAccess: "
|
|
2720
|
-
chatAccessWithJustification: "
|
|
2719
|
+
chatAccess: "{0} によって提供される言語モデルへのアクセスを許可するためです",
|
|
2720
|
+
chatAccessWithJustification: "{0} によって提供される言語モデルへのアクセスを許可するためです。均等割り付け:\r\n\r\n{1}"
|
|
2721
2721
|
},
|
|
2722
2722
|
"vs/workbench/api/common/extHostLogService": {
|
|
2723
2723
|
local: "拡張機能ホスト",
|
|
@@ -2820,11 +2820,11 @@ var content = {
|
|
|
2820
2820
|
fullScreenIcon: "全画面表示を表します",
|
|
2821
2821
|
fullscreen: "全画面表示",
|
|
2822
2822
|
hideEditorActons: "エディター操作を非表示にする",
|
|
2823
|
-
hideEditorActonsDescription: "
|
|
2823
|
+
hideEditorActonsDescription: "タブとタイトル バーでエディター アクションを非表示にします",
|
|
2824
2824
|
hideEditorTabs: "エディター タブを非表示にする",
|
|
2825
|
-
hideEditorTabsDescription: "
|
|
2825
|
+
hideEditorTabsDescription: "タブ バーを非表示にします",
|
|
2826
2826
|
hideEditorTabsZenMode: "Zen モードでエディター タブを非表示にする",
|
|
2827
|
-
hideEditorTabsZenModeDescription: "
|
|
2827
|
+
hideEditorTabsZenModeDescription: "Zen モードでタブ バーを非表示にします",
|
|
2828
2828
|
increaseEditorHeight: "エディターの高さを拡大",
|
|
2829
2829
|
increaseEditorWidth: "エディターの幅を拡大",
|
|
2830
2830
|
increaseViewSize: "現在のビューのサイズの拡大",
|
|
@@ -2849,9 +2849,9 @@ var content = {
|
|
|
2849
2849
|
"move sidebar left": "プライマリ サイド バーを左に移動する",
|
|
2850
2850
|
"move sidebar right": "プライマリ サイド バーを右に移動する",
|
|
2851
2851
|
moveEditorActionsToTabBar: "エディター アクションをタブ バーに移動する",
|
|
2852
|
-
moveEditorActionsToTabBarDescription: "
|
|
2852
|
+
moveEditorActionsToTabBarDescription: "タイトル バーからタブ バーにエディター アクションを移動します",
|
|
2853
2853
|
moveEditorActionsToTitleBar: "エディター アクションをタイトル バーに移動する",
|
|
2854
|
-
moveEditorActionsToTitleBarDescription: "
|
|
2854
|
+
moveEditorActionsToTitleBarDescription: "タブ バーからタイトル バーにエディター アクションを移動します",
|
|
2855
2855
|
moveFocusedView: "フォーカス表示を移動",
|
|
2856
2856
|
"moveFocusedView.error.noFocusedView": "現在フォーカスされているビューはありません。",
|
|
2857
2857
|
"moveFocusedView.error.nonMovableView": "現在フォーカスされたビューは移動できません。",
|
|
@@ -2889,15 +2889,15 @@ var content = {
|
|
|
2889
2889
|
selectToHide: "選択して非表示",
|
|
2890
2890
|
selectToShow: "選択して表示",
|
|
2891
2891
|
showEditorActons: "エディター操作を表示する",
|
|
2892
|
-
showEditorActonsDescription: "
|
|
2892
|
+
showEditorActonsDescription: "エディター アクションを表示します。",
|
|
2893
2893
|
showMultipleEditorTabs: "複数のエディター タブを表示する",
|
|
2894
|
-
showMultipleEditorTabsDescription: "
|
|
2894
|
+
showMultipleEditorTabsDescription: "複数のタブを含むタブ バーを表示します",
|
|
2895
2895
|
showMultipleEditorTabsZenMode: "Zen モードで複数のエディター タブを表示します",
|
|
2896
|
-
showMultipleEditorTabsZenModeDescription: "
|
|
2896
|
+
showMultipleEditorTabsZenModeDescription: "Zen モードでタブ バーを表示します",
|
|
2897
2897
|
showSingleEditorTab: "[単一エディター] タブの表示",
|
|
2898
|
-
showSingleEditorTabDescription: "
|
|
2898
|
+
showSingleEditorTabDescription: "1 つのタブでタブ バーを表示します",
|
|
2899
2899
|
showSingleEditorTabZenMode: "Zen モードで [単一エディター] タブを表示する",
|
|
2900
|
-
showSingleEditorTabZenModeDescription: "
|
|
2900
|
+
showSingleEditorTabZenModeDescription: "1 つのタブを含むタブ バーを Zen モードで表示します",
|
|
2901
2901
|
sideBar: "プライマリ サイド バー",
|
|
2902
2902
|
sideBarPosition: "プライマリ サイド バーの位置",
|
|
2903
2903
|
sidebar: "サイド バー",
|
|
@@ -2909,7 +2909,7 @@ var content = {
|
|
|
2909
2909
|
toggleEditor: "エディター領域の可視性を切り替える",
|
|
2910
2910
|
toggleMenuBar: "メニュー バーの切り替え",
|
|
2911
2911
|
toggleSeparatePinnedEditorTabs: "ピン留めされたエディタータブを区切る",
|
|
2912
|
-
toggleSeparatePinnedEditorTabsDescription: "
|
|
2912
|
+
toggleSeparatePinnedEditorTabsDescription: "ピン留めされていないタブの上の別の行にピン留めされたエディター タブを表示するかどうかを切り替えます。",
|
|
2913
2913
|
toggleSideBar: "プライマリ サイド バーを切り替える",
|
|
2914
2914
|
toggleSidebar: "プライマリ サイド バーの表示/非表示を切り替える",
|
|
2915
2915
|
toggleSidebarPosition: "プライマリ サイド バーの位置を切り替える",
|
|
@@ -2922,7 +2922,7 @@ var content = {
|
|
|
2922
2922
|
"vs/workbench/browser/actions/listCommands": {
|
|
2923
2923
|
mitoggleTreeStickyScroll: "&&ツリー固定スクロールの切り替え",
|
|
2924
2924
|
toggleTreeStickyScroll: "ツリー固定スクロールを切り替える",
|
|
2925
|
-
toggleTreeStickyScrollDescription: "
|
|
2925
|
+
toggleTreeStickyScrollDescription: "エクスプローラー変数ビューやデバッグ変数ビューなど、ツリー構造の上部にある固定スクロール ウィジェットを切り替えます。"
|
|
2926
2926
|
},
|
|
2927
2927
|
"vs/workbench/browser/actions/navigationActions": {
|
|
2928
2928
|
focusNextPart: "次の部分にフォーカス",
|
|
@@ -3015,21 +3015,21 @@ var content = {
|
|
|
3015
3015
|
},
|
|
3016
3016
|
"vs/workbench/browser/parts/activitybar/activitybarPart": {
|
|
3017
3017
|
"activity bar position": "アクティビティ バーの位置",
|
|
3018
|
-
bottom: "
|
|
3019
|
-
"default": "
|
|
3018
|
+
bottom: "下",
|
|
3019
|
+
"default": "既定値",
|
|
3020
3020
|
focusActivityBar: "フォーカス アクティビティ バー",
|
|
3021
3021
|
hide: "非表示",
|
|
3022
3022
|
hideActivityBar: "アクティビティ バーを非表示にする",
|
|
3023
3023
|
hideMenu: "メニューを非表示にする",
|
|
3024
3024
|
menu: "メニュー",
|
|
3025
|
-
miBottomActivityBar: "&&
|
|
3026
|
-
miDefaultActivityBar: "&&
|
|
3025
|
+
miBottomActivityBar: "下部(&&B)",
|
|
3026
|
+
miDefaultActivityBar: "既定値(&&D)",
|
|
3027
3027
|
miHideActivityBar: "非表示(&&H)",
|
|
3028
3028
|
miTopActivityBar: "上部(&&T)",
|
|
3029
3029
|
nextSideBarView: "次のプライマリ サイド バー ビュー",
|
|
3030
3030
|
positionActivituBar: "アクティビティ バーの位置",
|
|
3031
|
-
positionActivityBarBottom: "
|
|
3032
|
-
positionActivityBarDefault: "
|
|
3031
|
+
positionActivityBarBottom: "アクティビティ バーを下部に移動する",
|
|
3032
|
+
positionActivityBarDefault: "アクティビティ バーを横に移動する",
|
|
3033
3033
|
positionActivityBarTop: "アクティビティ バーを上部に移動する",
|
|
3034
3034
|
previousSideBarView: "前のプライマリ サイド バー ビュー",
|
|
3035
3035
|
top: "上部"
|
|
@@ -3047,7 +3047,7 @@ var content = {
|
|
|
3047
3047
|
toggleSecondarySideBar: "セカンダリ サイド バーを切り替える"
|
|
3048
3048
|
},
|
|
3049
3049
|
"vs/workbench/browser/parts/auxiliarybar/auxiliaryBarPart": {
|
|
3050
|
-
"activity bar position": "
|
|
3050
|
+
"activity bar position": "アクティビティ バーの位置",
|
|
3051
3051
|
"hide second side bar": "セカンダリ サイド バーを非表示にする",
|
|
3052
3052
|
"move second side bar left": "セカンダリ サイド バーを左に移動する",
|
|
3053
3053
|
"move second side bar right": "セカンダリ サイド バーを右に移動する"
|
|
@@ -3139,21 +3139,21 @@ var content = {
|
|
|
3139
3139
|
"cmd.focus": "階層リンクにフォーカス",
|
|
3140
3140
|
"cmd.focusAndSelect": "階層リンクにフォーカスして選択",
|
|
3141
3141
|
"cmd.toggle": "階層リンクの切り替え",
|
|
3142
|
-
"cmd.toggle2": "
|
|
3142
|
+
"cmd.toggle2": "階層リンクの切り替え",
|
|
3143
3143
|
empty: "要素なし",
|
|
3144
3144
|
miBreadcrumbs: "階層リンクの切り替え(&&B)",
|
|
3145
|
-
miBreadcrumbs2: "
|
|
3145
|
+
miBreadcrumbs2: "階層リンクの切り替え(&&B)",
|
|
3146
3146
|
separatorIcon: "階層リンクの区切り記号のアイコン。"
|
|
3147
3147
|
},
|
|
3148
3148
|
"vs/workbench/browser/parts/editor/breadcrumbsPicker": {
|
|
3149
3149
|
breadcrumbs: "階層リンク"
|
|
3150
3150
|
},
|
|
3151
3151
|
"vs/workbench/browser/parts/editor/diffEditorCommands": {
|
|
3152
|
-
compare: "
|
|
3153
|
-
"compare.nextChange": "
|
|
3154
|
-
"compare.previousChange": "
|
|
3155
|
-
swapDiffSides: "
|
|
3156
|
-
toggleInlineView: "
|
|
3152
|
+
compare: "比較",
|
|
3153
|
+
"compare.nextChange": "次の変更に移動",
|
|
3154
|
+
"compare.previousChange": "前の変更に移動",
|
|
3155
|
+
swapDiffSides: "エディターの左側と右側を入れ替える",
|
|
3156
|
+
toggleInlineView: "インライン ビューの切り替え"
|
|
3157
3157
|
},
|
|
3158
3158
|
"vs/workbench/browser/parts/editor/editor.contribution": {
|
|
3159
3159
|
activeGroupEditorsByMostRecentlyUsedQuickAccess: "アクティブ グループ内のエディターを最近使用したもの順に表示する",
|
|
@@ -3447,7 +3447,7 @@ var content = {
|
|
|
3447
3447
|
groupAriaLabelLong: "{0}: エディター グループ {1}",
|
|
3448
3448
|
groupLabel: "グループ {0}",
|
|
3449
3449
|
groupLabelLong: "{0}: グループ {1}",
|
|
3450
|
-
moveErrorDetails: "
|
|
3450
|
+
moveErrorDetails: "最初にエディターを保存または元に戻してから、もう一度お試しください。"
|
|
3451
3451
|
},
|
|
3452
3452
|
"vs/workbench/browser/parts/editor/editorGroupWatermark": {
|
|
3453
3453
|
editorLineHighlight: "エディターの透かし内のラベルの前景色。",
|
|
@@ -3755,13 +3755,13 @@ var content = {
|
|
|
3755
3755
|
manage: "管理",
|
|
3756
3756
|
showCustomTitleBar: "カスタム タイトル バーを表示する",
|
|
3757
3757
|
"toggle.commandCenter": "コマンド センター",
|
|
3758
|
-
"toggle.commandCenterDescription": "
|
|
3758
|
+
"toggle.commandCenterDescription": "タイトル バーのコマンド センターの表示/非表示を切り替えます",
|
|
3759
3759
|
"toggle.customTitleBar": "カスタム タイトル バー",
|
|
3760
3760
|
"toggle.editorActions": "エディター操作",
|
|
3761
3761
|
"toggle.hideCustomTitleBar": "カスタム タイトル バーを非表示にする",
|
|
3762
3762
|
"toggle.hideCustomTitleBarInFullScreen": "全画面表示でカスタム タイトル バーを非表示にする",
|
|
3763
3763
|
"toggle.layout": "レイアウト コントロール",
|
|
3764
|
-
"toggle.layoutDescription": "
|
|
3764
|
+
"toggle.layoutDescription": "タイトル バーのレイアウト コントロールの表示/非表示を切り替えます"
|
|
3765
3765
|
},
|
|
3766
3766
|
"vs/workbench/browser/parts/titlebar/titlebarPart": {
|
|
3767
3767
|
ariaLabelTitleActions: "タイトル アクション",
|
|
@@ -3789,7 +3789,7 @@ var content = {
|
|
|
3789
3789
|
"more filters": "その他のフィルター..."
|
|
3790
3790
|
},
|
|
3791
3791
|
"vs/workbench/browser/parts/views/viewPane": {
|
|
3792
|
-
viewAccessibilityHelp: "
|
|
3792
|
+
viewAccessibilityHelp: "アクセシビリティのヘルプ {0} に Alt + F1 キーを使用する",
|
|
3793
3793
|
viewPaneContainerCollapsedIcon: "折りたたまれたビュー ペイン コンテナーのアイコン。",
|
|
3794
3794
|
viewPaneContainerExpandedIcon: "展開されたビュー ペイン コンテナーのアイコン。",
|
|
3795
3795
|
viewToolbarAriaLabel: "{0} アクション"
|
|
@@ -3842,8 +3842,8 @@ var content = {
|
|
|
3842
3842
|
activeFolderShort: "`${activeFolderShort}`: ファイルが含まれているフォルダーの名前 (例: myFileFolder)。",
|
|
3843
3843
|
activeRepositoryBranchName: "'${activeRepositoryBranchName}': アクティブなリポジトリ内のアクティブなブランチの名前 (例: main)。",
|
|
3844
3844
|
activeRepositoryName: "'${activeRepositoryName}': アクティブなリポジトリの名前 (例: vscode)。",
|
|
3845
|
-
activityBarIconClickBehavior: "
|
|
3846
|
-
activityBarLocation: "
|
|
3845
|
+
activityBarIconClickBehavior: "ワークベンチのアクティビティ バー アイコンをクリックする動作を制御します。{0} が {1} に設定されていない場合、この値は無視されます。",
|
|
3846
|
+
activityBarLocation: "プライマリとセカンダリのサイド バーに対するアクティビティ バーの相対的な場所を制御します。",
|
|
3847
3847
|
appName: "`${appName}`: 例: VS Code。",
|
|
3848
3848
|
askChatLocation: "コマンド パレットがチャットの質問をする場所を制御します。",
|
|
3849
3849
|
"askChatLocation.chatView": "チャット ビューでチャットの質問をします。",
|
|
@@ -3856,7 +3856,7 @@ var content = {
|
|
|
3856
3856
|
commandHistory: "コマンド パレットで最近使用したコマンド履歴を保持する数を制御します。0 に設定するとコマンド履歴を無効にします。",
|
|
3857
3857
|
confirmBeforeClose: "ウィンドウを閉じる前またはアプリケーションを終了する前に確認ダイアログを表示するかどうかを制御します。",
|
|
3858
3858
|
confirmBeforeCloseWeb: "ブラウザーのタブまたはウィンドウを閉じる前に確認ダイアログを表示するかどうかを制御します。有効にされている場合でも、確認されることなくブラウザーのタブやウィンドウが閉じられることがあるため、この設定はすべての場合に機能するわけではない 1 つのヒントにすぎないことにご注意ください。",
|
|
3859
|
-
customEditorLabelDescriptionExample: "
|
|
3859
|
+
customEditorLabelDescriptionExample: "例: '\"**/static/**/*.html\": \"${filename} - ${dirname} (${extname})\"' は、ファイル 'root/static/folder/file.html' を 'file - folder (html)' としてレンダリングします。",
|
|
3860
3860
|
customMenuBarAltFocus: "Alt キーを押してメニュー バーにフォーカスするかどうかを制御します。この設定は、Alt キーを使用してメニュー バーを切り替える操作には影響しません。",
|
|
3861
3861
|
"decorations.badges": "エディター ファイルの装飾にバッジを使用するかどうかを制御します。",
|
|
3862
3862
|
"decorations.colors": "エディター ファイルの装飾に配色を使用するかどうかを制御します。",
|
|
@@ -3960,12 +3960,12 @@ var content = {
|
|
|
3960
3960
|
"window.titleSeparator": "{0} で使用される区切り記号。",
|
|
3961
3961
|
windowConfigurationTitle: "ウィンドウ",
|
|
3962
3962
|
windowTitle: "開いているワークスペースやアクティブなエディターなどの現在のコンテキストに基づいて、ウィンドウのタイトルを制御します。変数は、コンテキストに基づいて置き換えられます。",
|
|
3963
|
-
"workbench.activityBar.iconClickBehavior.focus": "
|
|
3964
|
-
"workbench.activityBar.iconClickBehavior.toggle": "
|
|
3965
|
-
"workbench.activityBar.location.bottom": "
|
|
3966
|
-
"workbench.activityBar.location.default": "
|
|
3967
|
-
"workbench.activityBar.location.hide": "
|
|
3968
|
-
"workbench.activityBar.location.top": "
|
|
3963
|
+
"workbench.activityBar.iconClickBehavior.focus": "クリックした項目が既に表示されている場合は、プライマリ サイド バーにフォーカスします。",
|
|
3964
|
+
"workbench.activityBar.iconClickBehavior.toggle": "クリックした項目が既に表示されている場合は、プライマリ サイド バーを非表示にします。",
|
|
3965
|
+
"workbench.activityBar.location.bottom": "プライマリとセカンダリのサイド バーの下部にアクティビティ バーを表示します。",
|
|
3966
|
+
"workbench.activityBar.location.default": "プライマリ サイド バーの横とセカンダリ サイド バーの上にアクティビティ バーを表示します。",
|
|
3967
|
+
"workbench.activityBar.location.hide": "プライマリとセカンダリのサイド バーのアクティビティ バーを非表示にします。",
|
|
3968
|
+
"workbench.activityBar.location.top": "プライマリとセカンダリのサイド バーの上部にアクティビティ バーを表示します。",
|
|
3969
3969
|
"workbench.editor.doubleClickTabToToggleEditorGroupSizes.expand": "エディター グループは、他のすべてのエディター グループをできるだけ小さくすることで、可能な限り多くの領域を占有します。",
|
|
3970
3970
|
"workbench.editor.doubleClickTabToToggleEditorGroupSizes.maximize": "他のすべてのエディター グループは非表示になり、現在のエディター グループが最大化されてエディター領域全体が占有されます。",
|
|
3971
3971
|
"workbench.editor.doubleClickTabToToggleEditorGroupSizes.off": "タブをダブルクリックしても、エディター グループのサイズは変更されません。",
|
|
@@ -3974,13 +3974,13 @@ var content = {
|
|
|
3974
3974
|
"workbench.editor.editorActionsLocation.titleBar": "ウィンドウのタイトル バーにエディター アクションを表示します。{0} が {1} に設定されている場合、エディター アクションは表示されません。",
|
|
3975
3975
|
"workbench.editor.empty.hint": "空白のエディターのテキスト ヒントをエディターに表示するかどうかを制御します。",
|
|
3976
3976
|
"workbench.editor.historyBasedLanguageDetection": "言語検出でエディター履歴を使用できるようにします。これにより、自動言語検出は最近開かれた言語を優先し、より少ない入力で自動言語検出を動作させることができます。",
|
|
3977
|
-
"workbench.editor.label.dirname": "
|
|
3978
|
-
"workbench.editor.label.enabled": "
|
|
3979
|
-
"workbench.editor.label.extname": "
|
|
3980
|
-
"workbench.editor.label.filename": "
|
|
3981
|
-
"workbench.editor.label.nthdirname": "`${dirname(N)}`:
|
|
3982
|
-
"workbench.editor.label.patterns": "
|
|
3983
|
-
"workbench.editor.label.template": "
|
|
3977
|
+
"workbench.editor.label.dirname": "'${dirname}': ファイルが配置されているフォルダーの名前 (例: 'root/folder/file.txt -> folder')。",
|
|
3978
|
+
"workbench.editor.label.enabled": "カスタム ワークベンチ エディターのラベルを適用する必要があるかどうかを制御します。",
|
|
3979
|
+
"workbench.editor.label.extname": "'${extname}': ファイル拡張子 (例: 'root/folder/file.txt -> txt')。",
|
|
3980
|
+
"workbench.editor.label.filename": "'${filename}': ファイル拡張子のないファイル名 (例: 'root/folder/file.txt -> file')。",
|
|
3981
|
+
"workbench.editor.label.nthdirname": "`${dirname(N)}`: ファイルが配置されている n 番目の親フォルダー名 (例: `N=1: root/folder/file.txt -> root`)。負の数を使用すると、パスの先頭からフォルダーを選択できます (例: `N=-1: root/folder/file.txt -> root`)。__Item__ が絶対パターン パスの場合、最初のフォルダー (`N=-1`) は絶対パスの最初のフォルダーを参照し、それ以外の場合はワークスペース フォルダーに対応します。",
|
|
3982
|
+
"workbench.editor.label.patterns": "エディター ラベルのレンダリングを制御します。各 __Item__ は、ファイル パスに一致するパターンです。相対ファイル パスと絶対ファイル パスの両方がサポートされています。複数のパターンが一致する場合は、最も長い一致のあるパスが選択されます。各 __Value__ は、__Item__ が一致する場合にレンダリングされるエディターのテンプレートです。変数は、コンテキストに基づいて置き換えられます:",
|
|
3983
|
+
"workbench.editor.label.template": "パターン一致時にレンダリングする必要があるテンプレート。変数 ${dirname}、${filename}、${extname} を含めることができます。",
|
|
3984
3984
|
"workbench.editor.labelFormat.default": "ファイルの名前を表示します。タブが有効かつ 1 つのグループ内の 2 つの同名ファイルに各ファイルのパスの区切り記号が追加されます。タブを無効にすると、エディターがアクティブな時にワークスペース フォルダーの相対パスが表示されます。",
|
|
3985
3985
|
"workbench.editor.labelFormat.long": "絶対パスに続けてファイル名を表示します。",
|
|
3986
3986
|
"workbench.editor.labelFormat.medium": "ワークスペース フォルダーからの相対パスに続けてファイル名を表示します。",
|
|
@@ -4060,7 +4060,7 @@ var content = {
|
|
|
4060
4060
|
},
|
|
4061
4061
|
"vs/workbench/common/contextkeys": {
|
|
4062
4062
|
activeAuxiliary: "アクティブな補助パネルの識別子",
|
|
4063
|
-
activeCompareEditorCanSwap: "
|
|
4063
|
+
activeCompareEditorCanSwap: "アクティブな比較エディターでサイドを入れ替えることができるかどうか",
|
|
4064
4064
|
activeEditor: "アクティブなエディターの識別子",
|
|
4065
4065
|
activeEditorAvailableEditorIds: "アクティブなエディターのために使用できる使用可能なエディター識別子",
|
|
4066
4066
|
activeEditorCanRevert: "アクティブなエディターが元に戻せるかどうか",
|
|
@@ -4153,12 +4153,12 @@ var content = {
|
|
|
4153
4153
|
activityBarDragAndDropBorder: "アクティビティ バー項目のフィードバック色をドラッグ アンド ドロップします。アクティビティ バーは、一番左または右に表示され、サイド バーのビューを切り替えることができます。",
|
|
4154
4154
|
activityBarForeground: "アクティブなアクティビティ バー項目の前景色。アクティビティ バーは左端または右端に表示され、サイド バーのビューを切り替えることができます。",
|
|
4155
4155
|
activityBarInActiveForeground: "非アクティブなアクティビティ バー項目の前景色。アクティビティ バーは左端または右端に表示され、サイド バーのビューを切り替えることができます。",
|
|
4156
|
-
activityBarTop: "
|
|
4157
|
-
activityBarTopActiveBackground: "
|
|
4158
|
-
activityBarTopActiveFocusBorder: "
|
|
4159
|
-
activityBarTopBackground: "
|
|
4160
|
-
activityBarTopDragAndDropBorder: "
|
|
4161
|
-
activityBarTopInActiveForeground: "
|
|
4156
|
+
activityBarTop: "アクティビティ バーが上部/下部にある場合の、アクティブな項目の前景色。アクティビティでは、サイド バーのビューを切り替えることができます。",
|
|
4157
|
+
activityBarTopActiveBackground: "アクティビティ バーが上部/下部にあるときの、アクティブな項目の背景色。アクティビティでは、サイド バーのビューを切り替えることができます。",
|
|
4158
|
+
activityBarTopActiveFocusBorder: "アクティビティ バーが上部/下部にあるときの、アクティブな項目のフォーカス境界線の色。アクティビティでは、サイド バーのビューを切り替えることができます。",
|
|
4159
|
+
activityBarTopBackground: "上部/下部に設定した場合のアクティビティ バーの背景色。",
|
|
4160
|
+
activityBarTopDragAndDropBorder: "アクティビティ バーが上部/下部にある場合、項目のフィードバックの色をドラッグ アンド ドロップします。アクティビティでは、サイド バーのビューを切り替えることができます。",
|
|
4161
|
+
activityBarTopInActiveForeground: "アクティビティ バーが上部/下部にある場合の、非アクティブな項目の前景色。アクティビティでは、サイド バーのビューを切り替えることができます。",
|
|
4162
4162
|
"banner.background": "バナーの背景色。バナーは、ウィンドウのタイトル バーの下に表示されます。",
|
|
4163
4163
|
"banner.foreground": "バナーの前景色。バナーは、ウィンドウのタイトル バーの下に表示されます。",
|
|
4164
4164
|
"banner.iconForeground": "バナーのアイコンの色。バナーは、ウィンドウのタイトル バーの下に表示されます。",
|
|
@@ -4211,12 +4211,12 @@ var content = {
|
|
|
4211
4211
|
panelSectionHeaderBackground: "パネル セクションのヘッダーの背景色。パネルはエディター領域の下に表示され、出力および統合ターミナルのようなビューが含まれます。パネル セクションは、パネル内で入れ子になっているビューです。",
|
|
4212
4212
|
panelSectionHeaderBorder: "パネル内に複数のビューを縦方向に等間隔に配置するときに使用されるパネル セクション ヘッダーの境界線の色。パネルはエディター領域の下に表示され、出力や統合ターミナルなどのビューが含まれます。パネル セクションは、パネル内で入れ子になっているビューです。",
|
|
4213
4213
|
panelSectionHeaderForeground: "パネル セクションのヘッダーの前景色。パネルはエディター領域の下に表示され、出力および統合ターミナルのようなビューが含まれます。パネル セクションは、パネル内で入れ子になっているビューです。",
|
|
4214
|
-
panelStickyScrollBackground: "
|
|
4215
|
-
panelStickyScrollBorder: "
|
|
4216
|
-
panelStickyScrollShadow: "
|
|
4214
|
+
panelStickyScrollBackground: "パネル内での固定スクロールの背景色。",
|
|
4215
|
+
panelStickyScrollBorder: "パネル内での固定スクロールの境界線の色。",
|
|
4216
|
+
panelStickyScrollShadow: "エディター内での固定スクロールの影付きの色",
|
|
4217
4217
|
profileBadgeBackground: "プロファイル バッジの背景色。プロフィール バッジは、アクティビティ バーの設定歯車アイコンの上部に表示されます。",
|
|
4218
4218
|
profileBadgeForeground: "プロファイル バッジの前景色。プロフィール バッジは、アクティビティ バーの設定歯車アイコンの上部に表示されます。",
|
|
4219
|
-
sideBarActivityBarTopBorder: "
|
|
4219
|
+
sideBarActivityBarTopBorder: "上部/下部のアクティビティ バーとビューの間の境界線の色。",
|
|
4220
4220
|
sideBarBackground: "サイド バーの背景色。サイド バーは、エクスプローラーや検索などのビューが入るコンテナーです。",
|
|
4221
4221
|
sideBarBorder: "エディターとの区切りを示すサイド バーの境界線の色。サイド バーは、エクスプローラーや検索などのビューが入るコンテナーです。",
|
|
4222
4222
|
sideBarDragAndDropBackground: "サイド バー セクションのドラッグ アンド ドロップ フィードバックの色。この色には透明度を設定して、サイド バー セクションが透き通って見えるようにする必要があります。サイド バーはエクスプローラーや検索のようなビューのコンテナーです。サイド バー セクションは、サイド バー内で入れ子になっているビューです。",
|
|
@@ -4224,10 +4224,10 @@ var content = {
|
|
|
4224
4224
|
sideBarSectionHeaderBackground: "サイド バー セクションのヘッダーの背景色。サイド バーはエクスプローラーや検索のようなビューのコンテナーです。サイド バー セクションは、サイド バー内で入れ子になっているビューです。",
|
|
4225
4225
|
sideBarSectionHeaderBorder: "サイド バー セクションのヘッダーの罫線の色。サイド バーはエクスプローラーや検索のようなビューのコンテナーです。サイド バー セクションは、サイド バー内で入れ子になっているビューです。",
|
|
4226
4226
|
sideBarSectionHeaderForeground: "サイド バー セクションのヘッダーの前景色。サイド バーはエクスプローラーや検索のようなビューのコンテナーです。サイド バー セクションは、サイド バー内で入れ子になっているビューです。",
|
|
4227
|
-
sideBarStickyScrollBackground: "
|
|
4228
|
-
sideBarStickyScrollBorder: "
|
|
4229
|
-
sideBarStickyScrollShadow: "
|
|
4230
|
-
sideBarTitleBackground: "
|
|
4227
|
+
sideBarStickyScrollBackground: "サイド バーでの固定スクロールの背景色。",
|
|
4228
|
+
sideBarStickyScrollBorder: "サイド バー内での固定スクロールの境界線の色。",
|
|
4229
|
+
sideBarStickyScrollShadow: "サイド バー内での固定スクロールの影付きの色。",
|
|
4230
|
+
sideBarTitleBackground: "サイド バーのタイトルの背景色。サイド バーは、エクスプローラーや検索などのビューが入るコンテナーです。",
|
|
4231
4231
|
sideBarTitleForeground: "サイド バーのタイトルの前景色。サイド バーは、エクスプローラーや検索などのビューが入るコンテナーです。",
|
|
4232
4232
|
"sideBySideEditor.horizontalBorder": "エディター グループでエディターを上下に並べて表示する場合に、各エディターを互いに区別する色。",
|
|
4233
4233
|
"sideBySideEditor.verticalBorder": "エディター グループでエディターを左右に並べて表示する場合に、各エディターを互いに区別する色。",
|
|
@@ -4355,15 +4355,15 @@ var content = {
|
|
|
4355
4355
|
"accessibility.signals.onDebugBreak": "デバッガーがブレークポイントで停止したときに、シグナルを再生します。",
|
|
4356
4356
|
"accessibility.signals.onDebugBreak.announcement": "デバッガーがブレークポイントで停止したことを示します。",
|
|
4357
4357
|
"accessibility.signals.onDebugBreak.sound": "デバッガーがブレークポイントで停止したときに、音を鳴らします。",
|
|
4358
|
-
"accessibility.signals.positionHasError": "
|
|
4359
|
-
"accessibility.signals.positionHasError.announcement": "
|
|
4360
|
-
"accessibility.signals.positionHasError.sound": "
|
|
4361
|
-
"accessibility.signals.positionHasWarning": "
|
|
4362
|
-
"accessibility.signals.positionHasWarning.announcement": "
|
|
4363
|
-
"accessibility.signals.positionHasWarning.sound": "
|
|
4364
|
-
"accessibility.signals.progress": "
|
|
4365
|
-
"accessibility.signals.progress.announcement": "
|
|
4366
|
-
"accessibility.signals.progress.sound": "
|
|
4358
|
+
"accessibility.signals.positionHasError": "アクティブ行に警告がある場合、シグナルを再生します。",
|
|
4359
|
+
"accessibility.signals.positionHasError.announcement": "アクティブな行に警告があることを示します。",
|
|
4360
|
+
"accessibility.signals.positionHasError.sound": "アクティブ行に警告がある場合、音を鳴らします。",
|
|
4361
|
+
"accessibility.signals.positionHasWarning": "アクティブ行に警告がある場合、シグナルを再生します。",
|
|
4362
|
+
"accessibility.signals.positionHasWarning.announcement": "アクティブな行に警告があることを示します。",
|
|
4363
|
+
"accessibility.signals.positionHasWarning.sound": "アクティブ行に警告がある場合、音を鳴らします。",
|
|
4364
|
+
"accessibility.signals.progress": "進行中にループしているシグナルを再生します。",
|
|
4365
|
+
"accessibility.signals.progress.announcement": "進行中にループが発生していることを通知します。",
|
|
4366
|
+
"accessibility.signals.progress.sound": "進行中にループしているサウンドを再生します。",
|
|
4367
4367
|
"accessibility.signals.save": "ファイルの保存時にシグナルを再生します。",
|
|
4368
4368
|
"accessibility.signals.save.announcement": "ファイルが保存されたことを示します。",
|
|
4369
4369
|
"accessibility.signals.save.announcement.always": "自動保存を含め、ファイルが保存されたことを示します。",
|
|
@@ -4384,16 +4384,16 @@ var content = {
|
|
|
4384
4384
|
"accessibility.signals.terminalBell": "ターミナル ベルが鳴っている場合にシグナルを再生します。",
|
|
4385
4385
|
"accessibility.signals.terminalBell.announcement": "ターミナル ベルが鳴っていることを示します。",
|
|
4386
4386
|
"accessibility.signals.terminalBell.sound": "ターミナル ベルが鳴っている場合にサウンドを再生します。",
|
|
4387
|
-
"accessibility.signals.terminalCommandFailed": "
|
|
4388
|
-
"accessibility.signals.terminalCommandFailed.announcement": "
|
|
4389
|
-
"accessibility.signals.terminalCommandFailed.sound": "
|
|
4387
|
+
"accessibility.signals.terminalCommandFailed": "ターミナル コマンドが失敗したとき (終了コードが 0 以外の場合)、またはそのような終了コードを持つコマンドにアクセス可能なビューで移動したときに音を鳴らします。",
|
|
4388
|
+
"accessibility.signals.terminalCommandFailed.announcement": "ターミナル コマンドが失敗したとき (終了コードが 0 以外の場合)、またはそのような終了コードを持つコマンドにアクセス可能なビューで移動したときに表示します。",
|
|
4389
|
+
"accessibility.signals.terminalCommandFailed.sound": "ターミナル コマンドが失敗したとき (終了コードが 0 以外の場合)、またはそのような終了コードを持つコマンドにアクセス可能なビューで移動したときに音を鳴らします。",
|
|
4390
4390
|
"accessibility.signals.terminalQuickFix": "ターミナルのクイック修正が利用可能になったときにシグナルを再生します。",
|
|
4391
4391
|
"accessibility.signals.terminalQuickFix.announcement": "ターミナルのクイック修正が利用可能になったことを示します。",
|
|
4392
4392
|
"accessibility.signals.terminalQuickFix.sound": "ターミナルのクイック修正が利用可能になったときに音を鳴らします。",
|
|
4393
|
-
"accessibility.signals.voiceRecordingStarted": "
|
|
4394
|
-
"accessibility.signals.voiceRecordingStarted.sound": "
|
|
4395
|
-
"accessibility.signals.voiceRecordingStopped": "
|
|
4396
|
-
"accessibility.signals.voiceRecordingStopped.sound": "
|
|
4393
|
+
"accessibility.signals.voiceRecordingStarted": "音声録音がいつ開始されたかを示します。",
|
|
4394
|
+
"accessibility.signals.voiceRecordingStarted.sound": "音声録音が開始されたときにサウンドを再生します。",
|
|
4395
|
+
"accessibility.signals.voiceRecordingStopped": "音声録音がいつ停止したかを示します。",
|
|
4396
|
+
"accessibility.signals.voiceRecordingStopped.sound": "音声録音が停止したときにサウンドを再生します。",
|
|
4397
4397
|
accessibilityConfigurationTitle: "アクセシビリティ",
|
|
4398
4398
|
"announcement.breakpoint": "デバッガーが中断したことを示します。{0} も参照してください。",
|
|
4399
4399
|
"announcement.chatRequestSent": "チャット要求が送信されたことを示します。{0} も参照してください。",
|
|
@@ -4411,7 +4411,7 @@ var content = {
|
|
|
4411
4411
|
"announcement.notebookCellCompleted": "ノートブック セルが正常に完了したことを示します。{0} も参照してください。",
|
|
4412
4412
|
"announcement.notebookCellFailed": "ノートブック のセルが失敗したことを示します。{0} も参照してください。",
|
|
4413
4413
|
"announcement.onDebugBreak": "デバッガーが中断したことを示します。{0} も参照してください。",
|
|
4414
|
-
"announcement.progress": "
|
|
4414
|
+
"announcement.progress": "チャットの応答が保留中であることを示します。{0} も参照してください。",
|
|
4415
4415
|
"announcement.save": "ファイルが保存されたことを示します。{0} も参照してください。",
|
|
4416
4416
|
"announcement.save.always": "自動保存を含め、ファイルが保存されるときは常に示します。",
|
|
4417
4417
|
"announcement.save.never": "アラートを表示しません。",
|
|
@@ -4424,15 +4424,15 @@ var content = {
|
|
|
4424
4424
|
"announcement.warning": "アクティブな行に警告があることを示します。{0} も参照してください。",
|
|
4425
4425
|
dimUnfocusedEnabled: "フォーカスされていないエディターとターミナルを暗くするかどうかを指定するもので、これにより、入力された入力情報の入力先がより明確になります。これは、ノートブックや拡張機能 Web ビュー エディターなどの iframe を利用するエディターの注目すべき例外を除き、ほとんどのエディターで動作します。",
|
|
4426
4426
|
dimUnfocusedOpacity: "フォーカスされていないエディターとターミナルに使用する不透明度の分数 (0.2 ~ 1.0)。これは、{0} が有効になっている場合にのみ効力を発します。",
|
|
4427
|
-
"sound.enabled.auto": "
|
|
4428
|
-
"sound.enabled.off": "
|
|
4429
|
-
"sound.enabled.on": "
|
|
4430
|
-
"speechLanguage.auto": "
|
|
4427
|
+
"sound.enabled.auto": "スクリーン リーダーが接続されているときにサウンドを有効にします。",
|
|
4428
|
+
"sound.enabled.off": "サウンドを無効にします。",
|
|
4429
|
+
"sound.enabled.on": "サウンドを有効にします。",
|
|
4430
|
+
"speechLanguage.auto": "自動 (表示言語を使用)",
|
|
4431
4431
|
"terminal.integrated.accessibleView.closeOnKeyPress": "keypress で、ユーザー補助対応のビューを閉じ、そのビューが呼び出された要素にフォーカスします。",
|
|
4432
4432
|
"verbosity.chat.description": "チャット入力にフォーカスがある場合にチャット ヘルプ メニューにアクセスする方法に関する情報を提供します。",
|
|
4433
4433
|
"verbosity.comments": "コメント ウィジェットまたはコメントを含むファイルで実行できるアクションに関する情報を提供します。",
|
|
4434
4434
|
"verbosity.diffEditor.description": "差分エディターにフォーカスがあるときに変更を移動する方法に関する情報を提供します。",
|
|
4435
|
-
"verbosity.diffEditorActive": "
|
|
4435
|
+
"verbosity.diffEditorActive": "差分エディターがアクティブなエディターになるタイミングを示します。",
|
|
4436
4436
|
"verbosity.emptyEditorHint": "空のテキスト エディターで関連するアクションに関する情報を提供します。",
|
|
4437
4437
|
"verbosity.hover": "ユーザー補助対応のビューでホバーを開く方法に関する情報を提供します。",
|
|
4438
4438
|
"verbosity.inlineCompletions.description": "インライン補完のホバーとユーザー補助対応のビューにアクセスする方法に関する情報を提供します。",
|
|
@@ -4441,7 +4441,7 @@ var content = {
|
|
|
4441
4441
|
"verbosity.notebook": "ノートブック セルがフォーカスされているときにセル コンテナーまたは内部エディターにフォーカスを移動する方法に関する情報を提供します。",
|
|
4442
4442
|
"verbosity.notification": "ユーザー補助対応のビューで通知を開く方法に関する情報を提供します。",
|
|
4443
4443
|
"verbosity.terminal.description": "ターミナルにフォーカスがある場合に、ターミナルのアクセシビリティ ヘルプ メニューにアクセスする方法について説明します。",
|
|
4444
|
-
"voice.speechLanguage": "
|
|
4444
|
+
"voice.speechLanguage": "音声認識で認識する必要がある言語。可能な場合は、設定された表示言語を使用するために [自動] を選択します。音声認識でサポートされていない表示言語があることにご注意ください",
|
|
4445
4445
|
"voice.speechTimeout": "発話を停止した後、音声認識がアクティブな状態を維持する期間 (ミリ秒) です。たとえば、チャット セッションでは、タイムアウトが満たされた後に文字起こしされたテキストが自動的に送信されます。この機能を無効にするには、`0` に設定します。"
|
|
4446
4446
|
},
|
|
4447
4447
|
"vs/workbench/contrib/accessibility/browser/accessibilityStatus": {
|
|
@@ -4470,19 +4470,19 @@ var content = {
|
|
|
4470
4470
|
chatAccessibleViewNextPreviousHintNoKb: "[ユーザー補助対応のビューで次および前を表示] コマンドのキーバインドを構成して次または前の項目を表示します。",
|
|
4471
4471
|
disableAccessibilityHelp: "{0}アクセシビリティの詳細度が無効になりました",
|
|
4472
4472
|
exit: "\r\n\r\nこのダイアログを終了します (Esc)。",
|
|
4473
|
-
goToSymbolHint: "
|
|
4473
|
+
goToSymbolHint: "シンボルに移動 ({0})。",
|
|
4474
4474
|
goToSymbolHintNoKb: "シンボルに移動するには、ユーザー補助対応のビューで [シンボルに移動] コマンドのキー バインドを構成します",
|
|
4475
|
-
insertAtCursor: " -
|
|
4476
|
-
insertAtCursorNoKb: " -
|
|
4477
|
-
insertIntoNewFile: " -
|
|
4478
|
-
insertIntoNewFileNoKb: " -
|
|
4475
|
+
insertAtCursor: " - カーソル ({0}) の位置にコード ブロックを挿入します。\r\n",
|
|
4476
|
+
insertAtCursorNoKb: " - Chat: Insert Code Block コマンドのキー バインドを構成して、カーソル位置にコード ブロックを挿入します。\r\n",
|
|
4477
|
+
insertIntoNewFile: " - コード ブロックを新しいファイル ({0}) に挿入します。\r\n",
|
|
4478
|
+
insertIntoNewFileNoKb: " - Chat: Insert into New File コマンドのキー バインドを構成して、コード ブロックを新しいファイルに挿入します。\r\n",
|
|
4479
4479
|
intro: "ユーザー補助対応のビューでは、次のことができます:\r\n",
|
|
4480
4480
|
openDoc: "\r\n\r\nユーザー補助 (H) に関する詳細情報が記載されたブラウザーのウィンドウを開きます。",
|
|
4481
|
-
runInTerminal: " -
|
|
4482
|
-
runInTerminalNoKb: " -
|
|
4481
|
+
runInTerminal: " - ターミナル ({0}) でコード ブロックを実行します。\r\n",
|
|
4482
|
+
runInTerminalNoKb: " - Chat: Insert into Terminal コマンドのキー バインドを構成して、ターミナルでコード ブロックを実行します。\r\n",
|
|
4483
4483
|
symbolLabel: "({0}) {1}",
|
|
4484
4484
|
symbolLabelAria: "({0}) {1}",
|
|
4485
|
-
toolbar: "
|
|
4485
|
+
toolbar: "ツール バー (Shift + Tab) に移動します)。"
|
|
4486
4486
|
},
|
|
4487
4487
|
"vs/workbench/contrib/accessibility/browser/accessibleViewActions": {
|
|
4488
4488
|
"editor.action.accessibilityHelp": "アクセシビリティのヘルプを開く",
|
|
@@ -4491,19 +4491,19 @@ var content = {
|
|
|
4491
4491
|
"editor.action.accessibleViewDisableHint": "ユーザー補助対応のビュー ヒントを無効にする",
|
|
4492
4492
|
"editor.action.accessibleViewGoToSymbol": "ユーザー補助対応のビューでシンボルに移動",
|
|
4493
4493
|
"editor.action.accessibleViewNext": "アクセシビリティ対応ビューで次を表示",
|
|
4494
|
-
"editor.action.accessibleViewNextCodeBlock": "
|
|
4494
|
+
"editor.action.accessibleViewNextCodeBlock": "アクセス可能なビュー: 次のコード ブロック",
|
|
4495
4495
|
"editor.action.accessibleViewPrevious": "アクセシビリティ対応ビューで前を表示",
|
|
4496
|
-
"editor.action.accessibleViewPreviousCodeBlock": "
|
|
4496
|
+
"editor.action.accessibleViewPreviousCodeBlock": "アクセス可能なビュー: 前のコード ブロック"
|
|
4497
4497
|
},
|
|
4498
4498
|
"vs/workbench/contrib/accessibilitySignals/browser/commands": {
|
|
4499
4499
|
"accessibility.announcement.help": "ヘルプ: シグナル アナウンスをリスト表示",
|
|
4500
|
-
"accessibility.announcement.help.description": "
|
|
4501
|
-
"accessibility.sound.help.description": "
|
|
4500
|
+
"accessibility.announcement.help.description": "アクセシビリティに関するすべてのお知らせ、アラート、点字メッセージをすべて一覧表示し、それらの設定を構成する",
|
|
4501
|
+
"accessibility.sound.help.description": "すべてのアクセシビリティ サウンド、ノイズ、オーディオ キューを一覧表示し、その設定を構成する",
|
|
4502
4502
|
"announcement.help.placeholder": "構成するお知らせを選択してください",
|
|
4503
|
-
"announcement.help.placeholder.disabled": "
|
|
4503
|
+
"announcement.help.placeholder.disabled": "既定では、スクリーン リーダーはアクティブではなく、お知らせも無効になっています。",
|
|
4504
4504
|
"announcement.help.settings": "お知らせの構成",
|
|
4505
4505
|
"signals.sound.help": "ヘルプ: シグナル サウンドのリスト表示",
|
|
4506
|
-
"sounds.help.placeholder": "
|
|
4506
|
+
"sounds.help.placeholder": "サウンドを選択して、再生および構成します",
|
|
4507
4507
|
"sounds.help.settings": "サウンドの構成"
|
|
4508
4508
|
},
|
|
4509
4509
|
"vs/workbench/contrib/bulkEdit/browser/bulkEditService": {
|
|
@@ -4625,19 +4625,19 @@ var content = {
|
|
|
4625
4625
|
"actions.interactiveSession.focus": "Focus Chat List",
|
|
4626
4626
|
"chat.category": "チャット",
|
|
4627
4627
|
"chat.clear.label": "すべてのワークスペース チャットをクリア",
|
|
4628
|
-
"chat.history.label": "
|
|
4628
|
+
"chat.history.label": "チャットの表示...",
|
|
4629
4629
|
"interactiveSession.clearHistory.label": "入力履歴のクリア",
|
|
4630
4630
|
"interactiveSession.focusInput.label": "Focus Chat Input",
|
|
4631
4631
|
"interactiveSession.history.delete": "削除",
|
|
4632
4632
|
"interactiveSession.history.pick": "チャットに切り替える",
|
|
4633
|
-
"interactiveSession.open": "
|
|
4633
|
+
"interactiveSession.open": "エディターを開く",
|
|
4634
4634
|
openChat: "チャットを開く"
|
|
4635
4635
|
},
|
|
4636
4636
|
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
|
|
4637
4637
|
"chat.newChat.label": "新しいチャット"
|
|
4638
4638
|
},
|
|
4639
4639
|
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
|
|
4640
|
-
"interactive.compare.apply": "
|
|
4640
|
+
"interactive.compare.apply": "編集の適用",
|
|
4641
4641
|
"interactive.copyCodeBlock.label": "コピー",
|
|
4642
4642
|
"interactive.insertCodeBlock.label": "カーソルに挿入",
|
|
4643
4643
|
"interactive.insertIntoNewFile.label": "新しいファイルに挿入する",
|
|
@@ -4650,19 +4650,19 @@ var content = {
|
|
|
4650
4650
|
"interactive.copyItem.label": "コピー"
|
|
4651
4651
|
},
|
|
4652
4652
|
"vs/workbench/contrib/chat/browser/actions/chatExecuteActions": {
|
|
4653
|
-
"actions.chat.submitSecondaryAgent": "
|
|
4654
|
-
"chat.newChat.label": "
|
|
4653
|
+
"actions.chat.submitSecondaryAgent": "セカンダリ エージェントに送信する",
|
|
4654
|
+
"chat.newChat.label": "新しいチャットに送信",
|
|
4655
4655
|
"interactive.cancel.label": "取り消す",
|
|
4656
|
-
"interactive.submit.label": "
|
|
4656
|
+
"interactive.submit.label": "送信"
|
|
4657
4657
|
},
|
|
4658
4658
|
"vs/workbench/contrib/chat/browser/actions/chatFileTreeActions": {
|
|
4659
4659
|
"interactive.nextFileTree.label": "次のファイル ツリー",
|
|
4660
4660
|
"interactive.previousFileTree.label": "前のファイル ツリー"
|
|
4661
4661
|
},
|
|
4662
4662
|
"vs/workbench/contrib/chat/browser/actions/chatImportExport": {
|
|
4663
|
-
"chat.export.label": "
|
|
4663
|
+
"chat.export.label": "チャットのエクスポート...",
|
|
4664
4664
|
"chat.file.label": "チャット セッション",
|
|
4665
|
-
"chat.import.label": "
|
|
4665
|
+
"chat.import.label": "チャットのインポート..."
|
|
4666
4666
|
},
|
|
4667
4667
|
"vs/workbench/contrib/chat/browser/actions/chatMoveActions": {
|
|
4668
4668
|
"chat.openInEditor.label": "エディターでチャットを開く",
|
|
@@ -4673,7 +4673,7 @@ var content = {
|
|
|
4673
4673
|
"chat.closeQuickChat.label": "クイック チャットを閉じる",
|
|
4674
4674
|
"chat.launchInlineChat.label": "インライン チャットを起動する",
|
|
4675
4675
|
"chat.openInChatView.label": "チャット ビューで開く",
|
|
4676
|
-
"interactiveSession.open": "
|
|
4676
|
+
"interactiveSession.open": "クイック チャットを開く",
|
|
4677
4677
|
quickChat: "クイック チャット",
|
|
4678
4678
|
"toggle.desc": "クイック チャットを切り替える",
|
|
4679
4679
|
"toggle.isPartialQuery": "クエリが部分的かどうか。より多くのユーザー入力を待機します",
|
|
@@ -4681,22 +4681,22 @@ var content = {
|
|
|
4681
4681
|
},
|
|
4682
4682
|
"vs/workbench/contrib/chat/browser/actions/chatTitleActions": {
|
|
4683
4683
|
"chat.remove.label": "要求と応答を削除する",
|
|
4684
|
-
"chat.rerun.label": "
|
|
4685
|
-
"chat.rerunWithoutCommandDetection.label": "
|
|
4684
|
+
"chat.rerun.label": "要求の再実行",
|
|
4685
|
+
"chat.rerunWithoutCommandDetection.label": "コマンド検出なしで再実行する",
|
|
4686
4686
|
"interactive.helpful.label": "役に立った",
|
|
4687
4687
|
"interactive.insertIntoNotebook.label": "ノートブックに挿入する",
|
|
4688
4688
|
"interactive.reportIssueForBug.label": "問題を報告",
|
|
4689
4689
|
"interactive.unhelpful.label": "役に立たなかった",
|
|
4690
|
-
reunmenu: "
|
|
4690
|
+
reunmenu: "再実行..."
|
|
4691
4691
|
},
|
|
4692
4692
|
"vs/workbench/contrib/chat/browser/chat": {
|
|
4693
|
-
generating: "
|
|
4693
|
+
generating: "生成中"
|
|
4694
4694
|
},
|
|
4695
4695
|
"vs/workbench/contrib/chat/browser/chat.contribution": {
|
|
4696
4696
|
chat: "チャット",
|
|
4697
|
-
"chat.experimental.implicitContext": "
|
|
4697
|
+
"chat.experimental.implicitContext": "ユーザーがチャット参加者のプロンプトに含まれる暗黙的なコンテキストを決定できるように、チェックボックスを表示するかどうかを制御します。",
|
|
4698
4698
|
clear: "新しいチャットの開始",
|
|
4699
|
-
file: "
|
|
4699
|
+
file: "ワークスペースでファイルを選択する",
|
|
4700
4700
|
"interactiveSession.editor.fontFamily": "チャット コード ブロック内のフォント ファミリを制御します。",
|
|
4701
4701
|
"interactiveSession.editor.fontSize": "チャット コード ブロック内のフォント サイズをピクセル単位で制御します。",
|
|
4702
4702
|
"interactiveSession.editor.fontWeight": "チャット コード ブロック内のフォントの太さを制御します。",
|
|
@@ -4705,15 +4705,15 @@ var content = {
|
|
|
4705
4705
|
interactiveSessionConfigurationTitle: "チャット"
|
|
4706
4706
|
},
|
|
4707
4707
|
"vs/workbench/contrib/chat/browser/chatAccessibilityProvider": {
|
|
4708
|
-
chat: "
|
|
4709
|
-
multiCodeBlock: "{0} {1}
|
|
4710
|
-
multiCodeBlockHint: "{0} {1}
|
|
4711
|
-
multiFileTreeHint: "{0}
|
|
4708
|
+
chat: "チャット",
|
|
4709
|
+
multiCodeBlock: "{0} {1} コード ブロック",
|
|
4710
|
+
multiCodeBlockHint: "{0} {1} コード ブロック: {2}",
|
|
4711
|
+
multiFileTreeHint: "{0} 個のファイル ツリー",
|
|
4712
4712
|
noCodeBlocks: "{0} {1}",
|
|
4713
4713
|
noCodeBlocksHint: "{0} {1} {2}",
|
|
4714
|
-
singleCodeBlock: "{0} 1
|
|
4715
|
-
singleCodeBlockHint: "{0} 1
|
|
4716
|
-
singleFileTreeHint: "1
|
|
4714
|
+
singleCodeBlock: "{0} 1 コード ブロック: {1}",
|
|
4715
|
+
singleCodeBlockHint: "{0} 1 コード ブロック: {1} {2}",
|
|
4716
|
+
singleFileTreeHint: "1 個のファイル ツリー"
|
|
4717
4717
|
},
|
|
4718
4718
|
"vs/workbench/contrib/chat/browser/chatEditorInput": {
|
|
4719
4719
|
chatEditorLabelIcon: "チャット エディター ラベルのアイコン。",
|
|
@@ -4724,16 +4724,16 @@ var content = {
|
|
|
4724
4724
|
},
|
|
4725
4725
|
"vs/workbench/contrib/chat/browser/chatInputPart": {
|
|
4726
4726
|
"actions.chat.accessibiltyHelp": "チャット入力、入力して質問するか、トピックに対して / を入力し、Enter キーを押して要求を送信します。チャットアクセシビリティのヘルプに {0} を使用します。",
|
|
4727
|
-
"chat.submitToSecondaryAgent": "
|
|
4727
|
+
"chat.submitToSecondaryAgent": "@{0} に送信",
|
|
4728
4728
|
chatInput: "チャット入力",
|
|
4729
4729
|
"chatInput.accessibilityHelpNoKb": "チャット入力、ここにコードを入力し、Enter キーを押して実行します。詳細については、Chat Accessibility Help コマンドを使用してください。",
|
|
4730
|
-
"notebook.moreExecuteActionsLabel": "
|
|
4731
|
-
use: "
|
|
4730
|
+
"notebook.moreExecuteActionsLabel": "その他...",
|
|
4731
|
+
use: "使用"
|
|
4732
4732
|
},
|
|
4733
4733
|
"vs/workbench/contrib/chat/browser/chatListRenderer": {
|
|
4734
4734
|
commandButtonDisabled: "復元されたチャットではボタンを使用できません",
|
|
4735
|
-
editsSummary: "
|
|
4736
|
-
editsSummary1: "
|
|
4735
|
+
editsSummary: "変更を行いました。",
|
|
4736
|
+
editsSummary1: "変更しています...",
|
|
4737
4737
|
treeAriaLabel: "ファイル ツリー",
|
|
4738
4738
|
usedAgent: "{0} 使用済み",
|
|
4739
4739
|
usedReferences: "使用済み参照",
|
|
@@ -4748,19 +4748,19 @@ var content = {
|
|
|
4748
4748
|
"chat.codeBlock.toolbarVerbose": "タブからアクセスできるコード ブロックのツール バー",
|
|
4749
4749
|
"chat.codeBlockHelp": "コード ブロック",
|
|
4750
4750
|
"chat.codeBlockLabel": "コード ブロック {0}",
|
|
4751
|
-
"chat.compareCodeBlockLabel": "
|
|
4752
|
-
"chat.edits.1": "
|
|
4753
|
-
"chat.edits.N": "
|
|
4754
|
-
"interactive.compare.apply.confirm": "
|
|
4755
|
-
"interactive.compare.apply.confirm.detail": "
|
|
4756
|
-
modified: "
|
|
4757
|
-
original: "
|
|
4751
|
+
"chat.compareCodeBlockLabel": "コードの編集",
|
|
4752
|
+
"chat.edits.1": "[[{0}]] で 1 件の変更を行いました",
|
|
4753
|
+
"chat.edits.N": "[[{1}]] で {0} 件の変更を行いました",
|
|
4754
|
+
"interactive.compare.apply.confirm": "元のファイルが変更されました。",
|
|
4755
|
+
"interactive.compare.apply.confirm.detail": "変更を適用しますか?",
|
|
4756
|
+
modified: "変更済み",
|
|
4757
|
+
original: "オリジナル",
|
|
4758
4758
|
vulnerabilitiesPlural: "{0} 個の脆弱性",
|
|
4759
4759
|
vulnerabilitiesSingular: "{0} 個の脆弱性"
|
|
4760
4760
|
},
|
|
4761
4761
|
"vs/workbench/contrib/chat/browser/contrib/chatDynamicVariables": {
|
|
4762
|
-
allFiles: "
|
|
4763
|
-
allFilesDescription: "
|
|
4762
|
+
allFiles: "すべてのファイル",
|
|
4763
|
+
allFilesDescription: "ワークスペース内の関連ファイルを検索し、そこからコンテキストを提供します"
|
|
4764
4764
|
},
|
|
4765
4765
|
"vs/workbench/contrib/chat/browser/contrib/chatInputEditorContrib": {
|
|
4766
4766
|
pickFileLabel: "ファイルを選択する"
|
|
@@ -4774,16 +4774,16 @@ var content = {
|
|
|
4774
4774
|
"chat.slashCommandForeground": "チャット スラッシュ コマンドの前景色。"
|
|
4775
4775
|
},
|
|
4776
4776
|
"vs/workbench/contrib/chat/common/chatContextKeys": {
|
|
4777
|
-
chatEditApplied: "
|
|
4778
|
-
chatIsEnabled: "
|
|
4777
|
+
chatEditApplied: "チャット テキストの編集が適用されている場合は true。",
|
|
4778
|
+
chatIsEnabled: "既定のチャット参加者が登録されているためにチャットが有効になっている場合は true です。",
|
|
4779
4779
|
chatRequest: "チャット アイテムは要求です",
|
|
4780
4780
|
chatResponse: "チャット アイテムは応答です。",
|
|
4781
4781
|
chatResponseFiltered: "サーバーによってチャット応答がフィルターで除外された場合は True です。",
|
|
4782
4782
|
chatResponseSupportsIssueReporting: "現在のチャット応答で問題の報告がサポートされている場合は True です。",
|
|
4783
|
-
chatSessionResponseDetectedAgentOrCommand: "
|
|
4783
|
+
chatSessionResponseDetectedAgentOrCommand: "エージェントまたはコマンドが自動的に検出されたとき",
|
|
4784
4784
|
inChat: "フォーカスがチャット ウィジェットにある場合は True、それ以外の場合は False です。",
|
|
4785
4785
|
inInteractiveInput: "フォーカスがチャット入力にある場合は True、それ以外の場合は False です。",
|
|
4786
|
-
interactiveInputHasFocus: "
|
|
4786
|
+
interactiveInputHasFocus: "チャット入力にフォーカスがある場合は true です。",
|
|
4787
4787
|
interactiveInputHasText: "チャット入力にテキストがある場合は True です。",
|
|
4788
4788
|
interactiveSessionRequestInProgress: "現在の要求がまだ進行中の場合は True です。",
|
|
4789
4789
|
interactiveSessionResponseVote: "回答が可決されると、'up' に設定されます。否決されると、'down' に設定されます。それ以外の場合は空の文字列です。"
|
|
@@ -4825,7 +4825,7 @@ var content = {
|
|
|
4825
4825
|
},
|
|
4826
4826
|
"vs/workbench/contrib/codeEditor/browser/accessibility/accessibility": {
|
|
4827
4827
|
toggleScreenReaderMode: "スクリーン リーダーのアクセシビリティ モードの切り替え",
|
|
4828
|
-
toggleScreenReaderModeDescription: "
|
|
4828
|
+
toggleScreenReaderModeDescription: "スクリーン リーダー、点字デバイス、およびその他の支援技術で使用するための最適化モードを切り替えます。"
|
|
4829
4829
|
},
|
|
4830
4830
|
"vs/workbench/contrib/codeEditor/browser/dictation/editorDictation": {
|
|
4831
4831
|
startDictation: "エディターでディクテーションを開始する",
|
|
@@ -4839,11 +4839,11 @@ var content = {
|
|
|
4839
4839
|
hintWhitespace: "スペースによる違いを表示する",
|
|
4840
4840
|
msg1: "差分エディターを使用しています。",
|
|
4841
4841
|
msg2: "スクリーン リーダー用に最適化された差分レビュー モードで、次の ({0}) または前の ({1}) 差分を表示します。",
|
|
4842
|
-
msg3: "
|
|
4843
|
-
msg4: "
|
|
4844
|
-
msg5: "
|
|
4842
|
+
msg3: "コマンド差分エディター: Switch Side ({0}) を実行して、元のエディターと変更されたエディターを切り替えます。",
|
|
4843
|
+
msg4: "どのアクセシビリティ シグナルを再生するかを制御するには、次の設定を構成できます: {0}。",
|
|
4844
|
+
msg5: "accessibility.verbosity.diffEditorActive 設定は、差分エディターがアクティブなエディターになったときに差分エディターのアナウンスが行われるかどうかを制御します。",
|
|
4845
4845
|
removeTimeout: "制限の削除",
|
|
4846
|
-
switchSidesNoKb: "
|
|
4846
|
+
switchSidesNoKb: "コマンド Diff Editor: Switch Side (現在、キー バインドではトリガーできません) を実行して、元のエディターと変更されたエディターを切り替えます。"
|
|
4847
4847
|
},
|
|
4848
4848
|
"vs/workbench/contrib/codeEditor/browser/emptyTextEditorHint/emptyTextEditorHint": {
|
|
4849
4849
|
defaultHintAriaLabel: "{0} を実行して言語を選択するか、{1} を実行してテンプレートを入力するか、{2} を実行して別のエディターを開いて開始します。入力を開始して閉じます。",
|
|
@@ -4928,68 +4928,68 @@ var content = {
|
|
|
4928
4928
|
wrapMinified: "このファイルでの折り返しを有効にする"
|
|
4929
4929
|
},
|
|
4930
4930
|
"vs/workbench/contrib/codeEditor/common/languageConfigurationExtensionPoint": {
|
|
4931
|
-
formatError: "{0}:
|
|
4932
|
-
parseErrors: "
|
|
4933
|
-
"schema.autoCloseBefore": "
|
|
4934
|
-
"schema.autoClosingPairs": "
|
|
4935
|
-
"schema.autoClosingPairs.notIn": "
|
|
4936
|
-
"schema.blockComment.begin": "
|
|
4937
|
-
"schema.blockComment.end": "
|
|
4938
|
-
"schema.blockComments": "
|
|
4939
|
-
"schema.brackets": "
|
|
4940
|
-
"schema.closeBracket": "
|
|
4941
|
-
"schema.colorizedBracketPairs": "
|
|
4942
|
-
"schema.comments": "
|
|
4943
|
-
"schema.folding": "
|
|
4944
|
-
"schema.folding.markers": "
|
|
4945
|
-
"schema.folding.markers.end": "
|
|
4946
|
-
"schema.folding.markers.start": "
|
|
4947
|
-
"schema.folding.offSide": "
|
|
4948
|
-
"schema.indentationRules": "
|
|
4949
|
-
"schema.indentationRules.decreaseIndentPattern": "
|
|
4950
|
-
"schema.indentationRules.decreaseIndentPattern.errorMessage": "
|
|
4951
|
-
"schema.indentationRules.decreaseIndentPattern.flags": "
|
|
4952
|
-
"schema.indentationRules.decreaseIndentPattern.pattern": "
|
|
4953
|
-
"schema.indentationRules.increaseIndentPattern": "
|
|
4954
|
-
"schema.indentationRules.increaseIndentPattern.errorMessage": "
|
|
4955
|
-
"schema.indentationRules.increaseIndentPattern.flags": "
|
|
4956
|
-
"schema.indentationRules.increaseIndentPattern.pattern": "
|
|
4957
|
-
"schema.indentationRules.indentNextLinePattern": "
|
|
4958
|
-
"schema.indentationRules.indentNextLinePattern.errorMessage": "
|
|
4959
|
-
"schema.indentationRules.indentNextLinePattern.flags": "
|
|
4960
|
-
"schema.indentationRules.indentNextLinePattern.pattern": "
|
|
4961
|
-
"schema.indentationRules.unIndentedLinePattern": "
|
|
4962
|
-
"schema.indentationRules.unIndentedLinePattern.errorMessage": "
|
|
4963
|
-
"schema.indentationRules.unIndentedLinePattern.flags": "
|
|
4964
|
-
"schema.indentationRules.unIndentedLinePattern.pattern": "
|
|
4965
|
-
"schema.lineComment": "
|
|
4966
|
-
"schema.onEnterRules": "
|
|
4967
|
-
"schema.onEnterRules.action": "
|
|
4968
|
-
"schema.onEnterRules.action.appendText": "
|
|
4969
|
-
"schema.onEnterRules.action.indent": "
|
|
4970
|
-
"schema.onEnterRules.action.indent.indent": "
|
|
4971
|
-
"schema.onEnterRules.action.indent.indentOutdent": "
|
|
4972
|
-
"schema.onEnterRules.action.indent.none": "
|
|
4973
|
-
"schema.onEnterRules.action.indent.outdent": "
|
|
4974
|
-
"schema.onEnterRules.action.removeText": "
|
|
4975
|
-
"schema.onEnterRules.afterText": "
|
|
4976
|
-
"schema.onEnterRules.afterText.errorMessage": "
|
|
4977
|
-
"schema.onEnterRules.afterText.flags": "
|
|
4978
|
-
"schema.onEnterRules.afterText.pattern": "
|
|
4979
|
-
"schema.onEnterRules.beforeText": "
|
|
4980
|
-
"schema.onEnterRules.beforeText.errorMessage": "
|
|
4981
|
-
"schema.onEnterRules.beforeText.flags": "
|
|
4982
|
-
"schema.onEnterRules.beforeText.pattern": "
|
|
4983
|
-
"schema.onEnterRules.previousLineText": "
|
|
4984
|
-
"schema.onEnterRules.previousLineText.errorMessage": "
|
|
4985
|
-
"schema.onEnterRules.previousLineText.flags": "
|
|
4986
|
-
"schema.onEnterRules.previousLineText.pattern": "
|
|
4987
|
-
"schema.openBracket": "
|
|
4988
|
-
"schema.surroundingPairs": "
|
|
4989
|
-
"schema.wordPattern": "
|
|
4990
|
-
"schema.wordPattern.flags": "
|
|
4991
|
-
"schema.wordPattern.flags.errorMessage": "
|
|
4992
|
-
"schema.wordPattern.pattern": "
|
|
4931
|
+
formatError: "{0}: 無効な形式です。JSON オブジェクトが必要です。",
|
|
4932
|
+
parseErrors: "{0} を解析中のエラー: {1}",
|
|
4933
|
+
"schema.autoCloseBefore": "'languageDefined' 自動閉じ設定を使用しているときに、かっこや引用符の自動閉じを行うためにカーソルの後ろに置かれる文字を定義します。これは通常、式を開始しない文字のセットです。",
|
|
4934
|
+
"schema.autoClosingPairs": "角かっこのペアを定義します。左角かっこが入力されると、右角かっこが自動的に挿入されます。",
|
|
4935
|
+
"schema.autoClosingPairs.notIn": "自動ペアが無効なスコープの一覧を定義します。",
|
|
4936
|
+
"schema.blockComment.begin": "ブロック コメントを開始する文字シーケンス。",
|
|
4937
|
+
"schema.blockComment.end": "ブロック コメントを終了する文字シーケンス。",
|
|
4938
|
+
"schema.blockComments": "ブロック コメントのマーク方法を定義します。",
|
|
4939
|
+
"schema.brackets": "インデントを増減する角かっこ記号を定義します。角かっこのペアの色付けが有効で、{0} が定義されていない場合は、入れ子レベルで色分けされる角かっこのペアも定義されます。",
|
|
4940
|
+
"schema.closeBracket": "右角かっこまたは文字列シーケンス。",
|
|
4941
|
+
"schema.colorizedBracketPairs": "角かっこのペアの色分けが有効になっている場合に入れ子レベルで色分けされる角かっこのペアを定義します。{0} に含まれていない角かっこは、{0} に自動的に含まれます。",
|
|
4942
|
+
"schema.comments": "コメント記号を定義します。",
|
|
4943
|
+
"schema.folding": "言語の折り畳み設定。",
|
|
4944
|
+
"schema.folding.markers": "'#region'や '#endregion'などの言語固有の折りたたみマーカー。開始と終了の正規表現はすべての行の内容に対してテストし効率的に設計してください。",
|
|
4945
|
+
"schema.folding.markers.end": "終了マーカーの正規表現パターン。 正規表現は '^' で始めてください。",
|
|
4946
|
+
"schema.folding.markers.start": "開始マーカーの正規表現パターン。 正規表現は '^' で始めてください。",
|
|
4947
|
+
"schema.folding.offSide": "その言語のブロックがインデントで表現されている場合、言語はオフサイドルールに従います。 設定されている場合、空行は後続のブロックに属します。",
|
|
4948
|
+
"schema.indentationRules": "言語のインデント設定。",
|
|
4949
|
+
"schema.indentationRules.decreaseIndentPattern": "行がこのパターンに一致する場合、それ以後のすべての行はいったんインデント解除される必要があります (別のルールが一致するまで)。",
|
|
4950
|
+
"schema.indentationRules.decreaseIndentPattern.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。",
|
|
4951
|
+
"schema.indentationRules.decreaseIndentPattern.flags": "decreaseIndentPattern に使用する正規表現フラグ。",
|
|
4952
|
+
"schema.indentationRules.decreaseIndentPattern.pattern": "decreaseIndentPattern に使用する正規表現パターン。",
|
|
4953
|
+
"schema.indentationRules.increaseIndentPattern": "ある行がこのパターンと一致する場合は、それ以降のすべての行を一度インデントする必要があります (別のルールが一致するまで)。",
|
|
4954
|
+
"schema.indentationRules.increaseIndentPattern.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。",
|
|
4955
|
+
"schema.indentationRules.increaseIndentPattern.flags": "increaseIndentPattern に使用する正規表現フラグ。",
|
|
4956
|
+
"schema.indentationRules.increaseIndentPattern.pattern": "increaseIndentPattern に使用する正規表現パターン。",
|
|
4957
|
+
"schema.indentationRules.indentNextLinePattern": "ある行がこのパターンと一致する場合は、**次の行のみ** を一度インデントする必要があります。",
|
|
4958
|
+
"schema.indentationRules.indentNextLinePattern.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。",
|
|
4959
|
+
"schema.indentationRules.indentNextLinePattern.flags": "indentNextLinePattern に使用する正規表現フラグ。",
|
|
4960
|
+
"schema.indentationRules.indentNextLinePattern.pattern": "indentNextLinePattern に使用する正規表現パターン。",
|
|
4961
|
+
"schema.indentationRules.unIndentedLinePattern": "ある行がこのパターンと一致する場合は、そのインデントを変更してはならず、他のルールに対して評価してもなりません。",
|
|
4962
|
+
"schema.indentationRules.unIndentedLinePattern.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。",
|
|
4963
|
+
"schema.indentationRules.unIndentedLinePattern.flags": "unIndentedLinePattern に使用する正規表現フラグ。",
|
|
4964
|
+
"schema.indentationRules.unIndentedLinePattern.pattern": "unIndentedLinePattern に使用する正規表現パターン。",
|
|
4965
|
+
"schema.lineComment": "行コメントを開始する文字シーケンス。",
|
|
4966
|
+
"schema.onEnterRules": "Enter キーを押したときに評価される言語ルールです。",
|
|
4967
|
+
"schema.onEnterRules.action": "実行するアクション。",
|
|
4968
|
+
"schema.onEnterRules.action.appendText": "新しい行の後およびインデントの後に追加するテキストを指定します。",
|
|
4969
|
+
"schema.onEnterRules.action.indent": "インデントの処理について説明します",
|
|
4970
|
+
"schema.onEnterRules.action.indent.indent": "1 つの新しい行とインデントを挿入します (前の行のインデントに対して)。",
|
|
4971
|
+
"schema.onEnterRules.action.indent.indentOutdent": "2 つの新しい行を挿入します:\r\n - 最初のものはインデントされ、カーソルが置かれます\r\n - 2 つ目のものは同じインデント レベルになります",
|
|
4972
|
+
"schema.onEnterRules.action.indent.none": "新しい行を挿入し、前の行のインデントをコピーします。",
|
|
4973
|
+
"schema.onEnterRules.action.indent.outdent": "新しい行を挿入してインデントを 1 つ戻します (前の行のインデントに対して)。",
|
|
4974
|
+
"schema.onEnterRules.action.removeText": "新しい行のインデントから削除する文字数を指定します。",
|
|
4975
|
+
"schema.onEnterRules.afterText": "このルールは、カーソルの後のテキストがこの正規表現に一致する場合にのみ実行されます。",
|
|
4976
|
+
"schema.onEnterRules.afterText.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。",
|
|
4977
|
+
"schema.onEnterRules.afterText.flags": "afterText に使用する正規表現フラグ。",
|
|
4978
|
+
"schema.onEnterRules.afterText.pattern": "afterText に使用する正規表現パターン。",
|
|
4979
|
+
"schema.onEnterRules.beforeText": "このルールは、カーソルの前のテキストがこの正規表現に一致する場合にのみ実行されます。",
|
|
4980
|
+
"schema.onEnterRules.beforeText.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。",
|
|
4981
|
+
"schema.onEnterRules.beforeText.flags": "beforeText に使用する正規表現フラグ。",
|
|
4982
|
+
"schema.onEnterRules.beforeText.pattern": "beforeText に使用する正規表現パターン。",
|
|
4983
|
+
"schema.onEnterRules.previousLineText": "このルールは、行の上のテキストがこの正規表現に一致した場合にのみ実施されます。",
|
|
4984
|
+
"schema.onEnterRules.previousLineText.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。",
|
|
4985
|
+
"schema.onEnterRules.previousLineText.flags": "previousLineText に使用する正規表現フラグ。",
|
|
4986
|
+
"schema.onEnterRules.previousLineText.pattern": "previousLineText に使用する正規表現パターン。",
|
|
4987
|
+
"schema.openBracket": "左角かっこまたは文字列シーケンス。",
|
|
4988
|
+
"schema.surroundingPairs": "選択文字列を囲むときに使用できる角かっこのペアを定義します。",
|
|
4989
|
+
"schema.wordPattern": "プログラミング言語で単語とみなされるものを定義します。",
|
|
4990
|
+
"schema.wordPattern.flags": "言葉の照合に使用する正規表現フラグ。",
|
|
4991
|
+
"schema.wordPattern.flags.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。",
|
|
4992
|
+
"schema.wordPattern.pattern": "言葉の照合に使用する正規表現パターン。"
|
|
4993
4993
|
},
|
|
4994
4994
|
"vs/workbench/contrib/commands/common/commands.contribution": {
|
|
4995
4995
|
runCommands: "実行コマンド",
|
|
@@ -5041,7 +5041,7 @@ var content = {
|
|
|
5041
5041
|
commentsConfigurationTitle: "コメント",
|
|
5042
5042
|
expandAll: "すべて展開",
|
|
5043
5043
|
openComments: "コメント パネルを開くタイミングを制御します。",
|
|
5044
|
-
reply: "
|
|
5044
|
+
reply: "返信",
|
|
5045
5045
|
totalUnresolvedComments: "{0} 件の未解決のコメント",
|
|
5046
5046
|
useRelativeTime: "コメント タイムスタンプ ('1 日前' など) に相対時間を使用するかどうかを決定します。"
|
|
5047
5047
|
},
|
|
@@ -5090,23 +5090,23 @@ var content = {
|
|
|
5090
5090
|
commentLine: "[行: {0}]",
|
|
5091
5091
|
commentRange: "[行: {0}-{1}]",
|
|
5092
5092
|
"comments.view.title": "コメント",
|
|
5093
|
-
commentsCountReplies: "{0}
|
|
5094
|
-
commentsCountReply: "1
|
|
5093
|
+
commentsCountReplies: "{0} 件の返信",
|
|
5094
|
+
commentsCountReply: "1 件の返信",
|
|
5095
5095
|
image: "イメージ",
|
|
5096
5096
|
imageWithLabel: "イメージ: {0}",
|
|
5097
5097
|
lastReplyFrom: "{0} からの最後の返信",
|
|
5098
|
-
outdated: "
|
|
5098
|
+
outdated: "期限切れ"
|
|
5099
5099
|
},
|
|
5100
5100
|
"vs/workbench/contrib/comments/browser/commentsView": {
|
|
5101
|
-
acessibleViewHint: "
|
|
5102
|
-
acessibleViewHintNoKbOpen: "
|
|
5101
|
+
acessibleViewHint: "ユーザー補助対応のビューでこれを検査します ({0})。\r\n",
|
|
5102
|
+
acessibleViewHintNoKbOpen: "キー バインドを介して現在トリガーできない [ユーザー補助対応のビューを開く] コマンドを使用して、ユーザー補助対応のビューでこれを検査します。\r\n",
|
|
5103
5103
|
"comments.filter.ariaLabel": "コメントをフィルター",
|
|
5104
5104
|
"comments.filter.placeholder": "フィルター (例: text、author)",
|
|
5105
|
-
replyCount: " {0}
|
|
5106
|
-
resourceWithCommentLabel: "{
|
|
5107
|
-
resourceWithCommentLabelFile: "{
|
|
5108
|
-
resourceWithCommentLabelFileOutdated: "
|
|
5109
|
-
resourceWithCommentLabelOutdated: "
|
|
5105
|
+
replyCount: " {0} 件の返信、",
|
|
5106
|
+
resourceWithCommentLabel: "{3} の行 {1} 列 {2} での ${0}、{4} コメント: {5}",
|
|
5107
|
+
resourceWithCommentLabelFile: "{1}、{2} コメントの {0}: {3}",
|
|
5108
|
+
resourceWithCommentLabelFileOutdated: "{1} の {0} から期限切れ、{2} コメント: {3}",
|
|
5109
|
+
resourceWithCommentLabelOutdated: "{3} の行 {1} 列 {2} の {0} から期限切れ、{4} コメント: {5}",
|
|
5110
5110
|
resourceWithCommentThreadsLabel: "{0}、完全なパス {1} のコメント",
|
|
5111
5111
|
resourceWithRepliesLabel: "{0} {1}",
|
|
5112
5112
|
rootCommentsLabel: "現在のワークスペースに対するコメント",
|
|
@@ -5118,8 +5118,8 @@ var content = {
|
|
|
5118
5118
|
focusCommentsFilter: "コメント フィルターにフォーカス",
|
|
5119
5119
|
focusCommentsList: "コメント ビューにフォーカス",
|
|
5120
5120
|
resolved: "解決済みの内容を表示する",
|
|
5121
|
-
"toggle resolved": "
|
|
5122
|
-
"toggle unresolved": "
|
|
5121
|
+
"toggle resolved": "解決済みの内容を表示する",
|
|
5122
|
+
"toggle unresolved": "未解決の内容を表示する",
|
|
5123
5123
|
unresolved: "未解決の内容を表示する"
|
|
5124
5124
|
},
|
|
5125
5125
|
"vs/workbench/contrib/comments/browser/commentThreadBody": {
|
|
@@ -5158,9 +5158,9 @@ var content = {
|
|
|
5158
5158
|
hasCommentingRange: "アクティブカーソルの位置にコメント範囲があるかどうか"
|
|
5159
5159
|
},
|
|
5160
5160
|
"vs/workbench/contrib/customEditor/browser/customEditorInput": {
|
|
5161
|
-
editorCannotMove: "
|
|
5162
|
-
editorUnsupportedInWindow: "
|
|
5163
|
-
reopenInOriginalWindow: "
|
|
5161
|
+
editorCannotMove: "'{0}' を移動できません: エディターには、現在のウィンドウでのみ保存できる変更が含まれています。",
|
|
5162
|
+
editorUnsupportedInWindow: "このウィンドウでエディターを開くことができません。元のウィンドウでのみ保存できる変更が含まれています。",
|
|
5163
|
+
reopenInOriginalWindow: "元のウィンドウで開く"
|
|
5164
5164
|
},
|
|
5165
5165
|
"vs/workbench/contrib/customEditor/common/contributedCustomEditors": {
|
|
5166
5166
|
builtinProviderDisplayName: "ビルトイン"
|
|
@@ -5193,7 +5193,7 @@ var content = {
|
|
|
5193
5193
|
breakpoint: "ブレークポイント",
|
|
5194
5194
|
breakpointHasConditionDisabled: "この {0} には削除時に失われる {1} があります。代わりに {0} を有効にすることを検討してください。",
|
|
5195
5195
|
breakpointHasConditionEnabled: "この {0} には削除時に失われる {1} があります。代わりに {0} を無効にすることを検討してください。",
|
|
5196
|
-
breakpointHelper: "
|
|
5196
|
+
breakpointHelper: "クリックしてブレークポイントを追加します",
|
|
5197
5197
|
condition: "条件",
|
|
5198
5198
|
"debugIcon.breakpointCurrentStackframeForeground": "現在のブレークポイント スタック フレームのアイコン色。",
|
|
5199
5199
|
"debugIcon.breakpointDisabledForeground": "無効なブレークポイントのアイコン色。",
|
|
@@ -5226,7 +5226,7 @@ var content = {
|
|
|
5226
5226
|
"vs/workbench/contrib/debug/browser/breakpointsView": {
|
|
5227
5227
|
access: "アクセス",
|
|
5228
5228
|
activateBreakpoints: "ブレークポイントのアクティブ化の切り替え",
|
|
5229
|
-
addDataBreakpointOnAddress: "
|
|
5229
|
+
addDataBreakpointOnAddress: "アドレスにデータ ブレークポイントを追加する",
|
|
5230
5230
|
addFunctionBreakpoint: "関数ブレークポイントの追加",
|
|
5231
5231
|
breakpoint: "ブレークポイント",
|
|
5232
5232
|
breakpointUnsupported: "このタイプのブレークポイントはデバッガーではサポートされていません",
|
|
@@ -5234,14 +5234,14 @@ var content = {
|
|
|
5234
5234
|
dataBreakPointExpresionAriaLabel: "式を入力します。式が true と評価される場合にデータ ブレークポイントを中断します",
|
|
5235
5235
|
dataBreakPointHitCountAriaLabel: "ヒット カウントを入力します。ヒット カウントが満たされる場合にデータ ブレークポイントを中断します。",
|
|
5236
5236
|
dataBreakpoint: "データ ブレークポイント",
|
|
5237
|
-
dataBreakpointAccessType: "
|
|
5238
|
-
dataBreakpointAddrFormat: "
|
|
5239
|
-
dataBreakpointAddrStartEnd: "
|
|
5240
|
-
dataBreakpointError: "
|
|
5237
|
+
dataBreakpointAccessType: "監視するアクセスの種類を選択します",
|
|
5238
|
+
dataBreakpointAddrFormat: "アドレスは、\"[Start] - [End]\" または \"[Start] + [Bytes]\" という形式の数値の範囲である必要があります",
|
|
5239
|
+
dataBreakpointAddrStartEnd: "数値は、\"0x\" で始まる 10 進数の整数または 16 進値である必要があります。 {0} を取得しました",
|
|
5240
|
+
dataBreakpointError: "{0} にデータ ブレークポイントを設定できませんでした: {1}",
|
|
5241
5241
|
dataBreakpointExpressionPlaceholder: "式が true と評価されたときに中断",
|
|
5242
5242
|
dataBreakpointHitCountPlaceholder: "ヒット カウントが満たされる場合に中断します",
|
|
5243
|
-
dataBreakpointMemoryRangePlaceholder: "
|
|
5244
|
-
dataBreakpointMemoryRangePrompt: "
|
|
5243
|
+
dataBreakpointMemoryRangePlaceholder: "絶対範囲 (0x1234 - 0x1300) またはアドレスの後のバイト範囲 (0x1234 + 0xff)",
|
|
5244
|
+
dataBreakpointMemoryRangePrompt: "中断するメモリ範囲を入力してください",
|
|
5245
5245
|
dataBreakpointUnsupported: "このデバッグの種類ではサポートされていないデータ ブレークポイント",
|
|
5246
5246
|
dataBreakpointsNotSupported: "このデバッグの種類では、データ ブレークポイントはサポートされていません。",
|
|
5247
5247
|
disableAllBreakpoints: "すべてのブレークポイントを無効にする",
|
|
@@ -5249,7 +5249,7 @@ var content = {
|
|
|
5249
5249
|
disabledLogpoint: "無効なログポイント",
|
|
5250
5250
|
editBreakpoint: "関数の条件の編集...",
|
|
5251
5251
|
editCondition: "条件の編集...",
|
|
5252
|
-
editDataBreakpointOnAddress: "
|
|
5252
|
+
editDataBreakpointOnAddress: "アドレスの編集...",
|
|
5253
5253
|
editHitCount: "ヒット カウントの編集...",
|
|
5254
5254
|
editMode: "編集モード...",
|
|
5255
5255
|
enableAllBreakpoints: "すべてのブレークポイントを有効にする",
|
|
@@ -5272,7 +5272,7 @@ var content = {
|
|
|
5272
5272
|
instructionBreakpointAtAddress: "アドレス {0} の命令ブレークポイント",
|
|
5273
5273
|
instructionBreakpointUnsupported: "このデバッグの種類では命令ブレークポイントはサポートされていません",
|
|
5274
5274
|
logMessage: "ログ メッセージ: {0}",
|
|
5275
|
-
miDataBreakpoint: "&&
|
|
5275
|
+
miDataBreakpoint: "データ ブレークポイント(&&D)...",
|
|
5276
5276
|
miDisableAllBreakpoints: "すべてのブレークポイントを無効にする(&&L)",
|
|
5277
5277
|
miEnableAllBreakpoints: "すべてのブレークポイントを有効にする(&&E)",
|
|
5278
5278
|
miFunctionBreakpoint: "関数のブレークポイント(&&F)...",
|
|
@@ -5297,7 +5297,7 @@ var content = {
|
|
|
5297
5297
|
expression: "式",
|
|
5298
5298
|
hitCount: "ヒット カウント",
|
|
5299
5299
|
logMessage: "ログ メッセージ",
|
|
5300
|
-
noBpSource: "
|
|
5300
|
+
noBpSource: "ソースを読み込めませんでした。",
|
|
5301
5301
|
noTriggerByBreakpoint: "なし",
|
|
5302
5302
|
ok: "OK",
|
|
5303
5303
|
selectBreakpoint: "ブレークポイントの選択",
|
|
@@ -5353,10 +5353,10 @@ var content = {
|
|
|
5353
5353
|
"debug.enableStatusBarColor": "デバッガーがアクティブな場合のステータス バーの色。",
|
|
5354
5354
|
"debug.focusEditorOnBreak": "デバッガーが中断したときにエディターにフォーカスを設定するかどうかを制御します。",
|
|
5355
5355
|
"debug.focusWindowOnBreak": "デバッガーが中断したときにワークベンチ ウィンドウにフォーカスするかどうかを制御します。",
|
|
5356
|
-
"debug.gutterMiddleClickAction.conditionalBreakpoint": "
|
|
5357
|
-
"debug.gutterMiddleClickAction.logpoint": "
|
|
5358
|
-
"debug.gutterMiddleClickAction.none": "
|
|
5359
|
-
"debug.gutterMiddleClickAction.triggeredBreakpoint": "
|
|
5356
|
+
"debug.gutterMiddleClickAction.conditionalBreakpoint": "条件付きブレークポイントを追加します。",
|
|
5357
|
+
"debug.gutterMiddleClickAction.logpoint": "ログポイントを追加します。",
|
|
5358
|
+
"debug.gutterMiddleClickAction.none": "アクションを実行しないでください。",
|
|
5359
|
+
"debug.gutterMiddleClickAction.triggeredBreakpoint": "トリガーされたブレークポイントを追加します。",
|
|
5360
5360
|
"debug.hideLauncherWhileDebugging": "デバッグがアクティブな間は、[実行とデバッグ] ビューのタイトル バーで [デバッグの開始] コントロールを非表示にします。'{0}' が 'docked' でない場合にのみ関連します。",
|
|
5361
5361
|
"debug.onTaskErrors": "preLaunchTask の実行後にエラーが発生した場合の処理を制御します。",
|
|
5362
5362
|
"debug.saveBeforeStart": "デバッグ セッションを開始する前にどのエディターを保存するかを制御します。",
|
|
@@ -5375,7 +5375,7 @@ var content = {
|
|
|
5375
5375
|
"debugToolBar.hidden": "デバッグ ツール バーを表示しません。",
|
|
5376
5376
|
disassembly: "逆アセンブリ",
|
|
5377
5377
|
editWatchExpression: "式の編集",
|
|
5378
|
-
gutterMiddleClickAction: "
|
|
5378
|
+
gutterMiddleClickAction: "マウスのミドル ボタンでエディターの余白をクリックするときに実行するアクションを制御します。",
|
|
5379
5379
|
inlineBreakpoint: "インライン ブレークポイント",
|
|
5380
5380
|
inlineValues: "デバッグ中にエディターの行内に変数値を表示します。",
|
|
5381
5381
|
"inlineValues.focusNoScroll": "言語でインライン値の場所がサポートされている場合、デバッグ中に変数値をインラインでエディターに表示します。",
|
|
@@ -5463,15 +5463,15 @@ var content = {
|
|
|
5463
5463
|
"vs/workbench/contrib/debug/browser/debugCommands": {
|
|
5464
5464
|
addConfiguration: "構成の追加...",
|
|
5465
5465
|
addInlineBreakpoint: "インライン ブレークポイントを追加",
|
|
5466
|
-
addToWatchExpressions: "
|
|
5466
|
+
addToWatchExpressions: "ウォッチに追加",
|
|
5467
5467
|
callStackBottom: "呼び出し履歴の一番下に移動",
|
|
5468
5468
|
callStackDown: "呼び出し履歴の下へ移動",
|
|
5469
5469
|
callStackTop: "呼び出し履歴の先頭に移動",
|
|
5470
5470
|
callStackUp: "呼び出し履歴を上へ移動",
|
|
5471
5471
|
chooseLocation: "特定の場所を選択する",
|
|
5472
5472
|
continueDebug: "続行",
|
|
5473
|
-
copyAsExpression: "
|
|
5474
|
-
copyValue: "
|
|
5473
|
+
copyAsExpression: "式としてコピー",
|
|
5474
|
+
copyValue: "値のコピー",
|
|
5475
5475
|
debug: "デバッグ",
|
|
5476
5476
|
disconnect: "切断",
|
|
5477
5477
|
disconnectSuspend: "切断して中断する",
|
|
@@ -5529,7 +5529,7 @@ var content = {
|
|
|
5529
5529
|
stepIntoTargets: "ターゲットにステップ イン",
|
|
5530
5530
|
toggleBreakpointAction: "デバッグ: ブレークポイントの切り替え",
|
|
5531
5531
|
toggleDisassemblyViewSourceCode: "逆アセンブリ ビューでソース コードを切り替える",
|
|
5532
|
-
toggleDisassemblyViewSourceCodeDescription: "
|
|
5532
|
+
toggleDisassemblyViewSourceCodeDescription: "逆アセンブリでのソース コードの表示と非表示を切り替えます",
|
|
5533
5533
|
triggerByBreakpointEditorAction: "デバッグ: トリガーされたブレークポイントの追加..."
|
|
5534
5534
|
},
|
|
5535
5535
|
"vs/workbench/contrib/debug/browser/debugEditorContribution": {
|
|
@@ -5595,7 +5595,7 @@ var content = {
|
|
|
5595
5595
|
variablesViewIcon: "変数ビューのアイコンを表示します。",
|
|
5596
5596
|
watchExpressionRemove: "ウォッチ ビューの [削除] アクションのアイコン。",
|
|
5597
5597
|
watchExpressionsAdd: "ウォッチ ビューの追加アクションのアイコン。",
|
|
5598
|
-
watchExpressionsAddDataBreakpoint: "
|
|
5598
|
+
watchExpressionsAddDataBreakpoint: "ブレークポイント ビューのデータ ブレークポイントの追加アクションのアイコン。",
|
|
5599
5599
|
watchExpressionsAddFuncBreakpoint: "ウォッチ ビューの関数ブレークポイントの追加アクションのアイコン。",
|
|
5600
5600
|
watchExpressionsRemoveAll: "ウォッチ ビューにある、すべてを削除アクションのアイコン。",
|
|
5601
5601
|
watchViewIcon: "ウォッチ ビューのアイコンを表示します。"
|
|
@@ -5638,7 +5638,7 @@ var content = {
|
|
|
5638
5638
|
debuggingStartedNoDebug: "デバッグなしで実行を開始しました。",
|
|
5639
5639
|
debuggingStopped: "デバッグは停止されました。",
|
|
5640
5640
|
noDebugAdapter: "利用可能なデバッガーがありません。'{0}' を送信できません",
|
|
5641
|
-
sessionDoesNotSupporBytesBreakpoints: "
|
|
5641
|
+
sessionDoesNotSupporBytesBreakpoints: "セッションはバイトを含むブレークポイントをサポートしていません",
|
|
5642
5642
|
sessionNotReadyForBreakpoints: "ブレークポイント用のセッションの準備が整っていません"
|
|
5643
5643
|
},
|
|
5644
5644
|
"vs/workbench/contrib/debug/browser/debugSessionPicker": {
|
|
@@ -5675,7 +5675,7 @@ var content = {
|
|
|
5675
5675
|
"vs/workbench/contrib/debug/browser/debugViewlet": {
|
|
5676
5676
|
debugPanel: "デバッグ コンソール",
|
|
5677
5677
|
miOpenConfigurations: "構成を開く(&&C)",
|
|
5678
|
-
openLaunchConfigDescription: "
|
|
5678
|
+
openLaunchConfigDescription: "プログラムのデバッグ方法を構成するために使用するファイルを開きます",
|
|
5679
5679
|
selectWorkspaceFolder: "launch.json ファイルを作成するワークスペース フォルダーを選択するか、それをワークスペース構成ファイルに追加します",
|
|
5680
5680
|
startAdditionalSession: "追加のセッションを開始"
|
|
5681
5681
|
},
|
|
@@ -5723,7 +5723,7 @@ var content = {
|
|
|
5723
5723
|
"actions.repl.acceptInput": "REPL での入力を反映",
|
|
5724
5724
|
"actions.repl.copyAll": "デバッグ: コンソールをすべてコピー",
|
|
5725
5725
|
clearRepl: "コンソールのクリア",
|
|
5726
|
-
"clearRepl.descriotion": "
|
|
5726
|
+
"clearRepl.descriotion": "デバッグ REPL からすべてのプログラム出力をクリアします",
|
|
5727
5727
|
collapse: "すべて折りたたんで表示します。",
|
|
5728
5728
|
copy: "コピー",
|
|
5729
5729
|
copyAll: "すべてコピー",
|
|
@@ -5733,7 +5733,7 @@ var content = {
|
|
|
5733
5733
|
selectRepl: "デバッグ コンソールを選択",
|
|
5734
5734
|
"showing filtered repl lines": "{0}/{1} を表示中",
|
|
5735
5735
|
startDebugFirst: "式を評価するデバッグ セッションを開始してください",
|
|
5736
|
-
"workbench.debug.filter.placeholder": "
|
|
5736
|
+
"workbench.debug.filter.placeholder": "フィルター (例: テキスト、! 除外、\\エスケープ)"
|
|
5737
5737
|
},
|
|
5738
5738
|
"vs/workbench/contrib/debug/browser/replViewer": {
|
|
5739
5739
|
debugConsole: "デバッグ コンソール",
|
|
@@ -5756,7 +5756,7 @@ var content = {
|
|
|
5756
5756
|
variableScopeAriaLabel: "スコープ {0}",
|
|
5757
5757
|
variableValueAriaLabel: "新しい変数値を入力する",
|
|
5758
5758
|
variablesAriaTreeLabel: "変数のデバッグ",
|
|
5759
|
-
"viewMemory.prompt": "
|
|
5759
|
+
"viewMemory.prompt": "バイナリ データを検査するには、この拡張機能が必要です。"
|
|
5760
5760
|
},
|
|
5761
5761
|
"vs/workbench/contrib/debug/browser/watchExpressionsView": {
|
|
5762
5762
|
addWatchExpression: "式の追加",
|
|
@@ -5787,7 +5787,7 @@ var content = {
|
|
|
5787
5787
|
breakWhenValueIsReadSupported: "フォーカスされたブレークポイントで値の読み取り時の中断がサポートされている場合は True です。",
|
|
5788
5788
|
breakpointHasModes: "ブレークポイントに切り替え可能な複数のモードがあるかどうか。",
|
|
5789
5789
|
breakpointInputFocused: "[ブレークポイント] ビューで入力ボックスにフォーカスがある場合は True です。",
|
|
5790
|
-
breakpointItemIsDataBytes: "
|
|
5790
|
+
breakpointItemIsDataBytes: "ブレークポイント アイテムがバイト範囲のデータ ブレークポイントであるかどうか。",
|
|
5791
5791
|
breakpointItemType: "[ブレークポイント] ビュー内のフォーカスされた要素の項目の種類を表します。例: 'breakpoint'、'exceptionBreakppint'、'functionBreakpoint'、'dataBreakpoint'",
|
|
5792
5792
|
breakpointSupportsCondition: "フォーカスされたブレークポイントで条件がサポートされている場合は True です。",
|
|
5793
5793
|
breakpointWidgetVisibile: "ブレークポイント エディター ゾーン ウィジェットが表示されている場合は True、それ以外の場合は False です。",
|
|
@@ -5801,7 +5801,7 @@ var content = {
|
|
|
5801
5801
|
debugConfigurationType: "選択した起動構成のデバッグの種類です。例: 'python'。",
|
|
5802
5802
|
debugExtensionsAvailable: "少なくとも 1 つのデバッグ拡張機能がインストールされ、有効になっている場合は true。",
|
|
5803
5803
|
debugProtocolVariableMenuContext: "[変数] ビュー内のフォーカスされた変数でデバッグ アダプターによって設定されたコンテキストを表します。",
|
|
5804
|
-
debugSetDataBreakpointAddressSupported: "
|
|
5804
|
+
debugSetDataBreakpointAddressSupported: "フォーカスされたセッションがアドレスに対する 'getBreakpointInfo' 要求をサポートする場合は true。",
|
|
5805
5805
|
debugSetExpressionSupported: "フォーカスされたセッションで 'setExpression' 要求がサポートされている場合は True です。",
|
|
5806
5806
|
debugSetVariableSupported: "フォーカスされたセッションで 'setVariable' 要求がサポートされている場合は True です。",
|
|
5807
5807
|
debugState: "フォーカスされたデバッグ セッションの状態です。'inactive'、'initializing'、'stopped'、'running' のいずれかになります。",
|
|
@@ -5835,7 +5835,7 @@ var content = {
|
|
|
5835
5835
|
terminateDebuggeeSupported: "フォーカスされたセッションが終了デバッグ対象機能をサポートすしている場合は true。",
|
|
5836
5836
|
variableEvaluateNamePresent: "フォーカスされた変数で 'evalauteName' フィールドが設定されている場合は True です。",
|
|
5837
5837
|
variableExtensionId: "デバッグ視覚化句に存在する変数ソースの拡張機能 ID。",
|
|
5838
|
-
variableInterfaces: "
|
|
5838
|
+
variableInterfaces: "デバッグ視覚化句用に存在する、変数が満たすインターフェイスまたはコントラクト。",
|
|
5839
5839
|
variableIsReadonly: "フォーカスされた変数が読み取り専用の場合は True。",
|
|
5840
5840
|
variableLanguage: "デバッグ視覚化句に存在する変数ソースの言語。",
|
|
5841
5841
|
variableName: "デバッグ視覚化句に存在する変数の名前。",
|
|
@@ -6036,10 +6036,10 @@ var content = {
|
|
|
6036
6036
|
errors: "キャッチできない {0} 個のエラーが検出されました",
|
|
6037
6037
|
extensionActivating: "拡張機能をアクティブ化しています...",
|
|
6038
6038
|
languageActivation: "{0} ファイルを開いたため、{1} によってアクティブ化されました",
|
|
6039
|
-
"requests count": "{0}
|
|
6040
|
-
"requests count title": "
|
|
6039
|
+
"requests count": "{0} 件の要求: '{1}' (全体)",
|
|
6040
|
+
"requests count title": "最後の要求は {0} でした。",
|
|
6041
6041
|
runtimeExtensions: "ランタイム拡張機能",
|
|
6042
|
-
"session requests count": "
|
|
6042
|
+
"session requests count": "、{0} (セッション)",
|
|
6043
6043
|
showRuntimeExtensions: "実行中の拡張機能の表示",
|
|
6044
6044
|
starActivation: "起動時に {0} によってアクティブ化されました",
|
|
6045
6045
|
startupFinishedActivation: "起動が完了した後に {0} によってアクティブ化されました",
|
|
@@ -6088,7 +6088,7 @@ var content = {
|
|
|
6088
6088
|
"last released": "前回のリリース日",
|
|
6089
6089
|
"last updated": "最終更新",
|
|
6090
6090
|
license: "ライセンス",
|
|
6091
|
-
"local extension": "
|
|
6091
|
+
"local extension": "ローカル拡張機能",
|
|
6092
6092
|
name: "拡張機能名",
|
|
6093
6093
|
noChangelog: "使用可能な変更ログはありません。",
|
|
6094
6094
|
noDependencies: "依存関係はありません",
|
|
@@ -6099,7 +6099,7 @@ var content = {
|
|
|
6099
6099
|
rating: "評価",
|
|
6100
6100
|
repository: "リポジトリ",
|
|
6101
6101
|
resources: "リソース",
|
|
6102
|
-
"workspace extension": "
|
|
6102
|
+
"workspace extension": "ワークスペース拡張機能"
|
|
6103
6103
|
},
|
|
6104
6104
|
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
|
|
6105
6105
|
"restartExtensionHost.reason": "ワークスペースの信頼が変更されたため、拡張機能ホストを再起動しています。"
|
|
@@ -6194,7 +6194,7 @@ var content = {
|
|
|
6194
6194
|
extensionsCloseExtensionDetailsOnViewChange: "有効にした場合、拡張機能の詳細を表示したエディターは拡張機能ビューから移動すると自動的に閉じられるようになります。",
|
|
6195
6195
|
extensionsDeferredStartupFinishedActivation: "有効にすると、タイムアウト後に `onStartupFinished` アクティブ化イベントを宣言する拡張機能がアクティブ化されます。",
|
|
6196
6196
|
extensionsIgnoreRecommendations: "有効にした場合、拡張機能の推奨事項の通知を表示しません。",
|
|
6197
|
-
extensionsInQuickAccess: "
|
|
6197
|
+
extensionsInQuickAccess: "有効にすると、クイック アクセスを使用して拡張機能を検索し、そこから問題を報告できます。",
|
|
6198
6198
|
extensionsShowRecommendationsOnlyOnDemand_Deprecated: "この設定は非推奨化されています。extensions.ignoreRecommendations 設定を使用して、推奨事項の通知を制御します。既定で推奨ビューを非表示にするには、拡張機能ビューの可視性アクションを使用します。",
|
|
6199
6199
|
extensionsWebWorker: "web worker 拡張機能ホストを有効にします。",
|
|
6200
6200
|
"extensionsWebWorker.auto": "Web ワーカー拡張機能のホストは、Web 拡張機能で必要とされるときに起動されます。",
|
|
@@ -6269,10 +6269,10 @@ var content = {
|
|
|
6269
6269
|
"workbench.extensions.installExtension.description": "指定された拡張機能をインストールします",
|
|
6270
6270
|
"workbench.extensions.installExtension.option.context": "インストールのコンテキスト。これは、インストール ハンドラーに情報を渡すために使用できる JSON オブジェクトです。つまり、'{skipWalkthrough: true}' はインストール時にチュートリアルを開くのをスキップします。",
|
|
6271
6271
|
"workbench.extensions.installExtension.option.donotSync": "有効にすると、設定の同期がオンの場合に VS Code はこの拡張機能を同期しません。",
|
|
6272
|
-
"workbench.extensions.installExtension.option.enable": "
|
|
6272
|
+
"workbench.extensions.installExtension.option.enable": "有効にすると、拡張機能がインストールされてはいるが無効になっている場合は有効になります。拡張機能が既に有効になっている場合、これは無効です。",
|
|
6273
6273
|
"workbench.extensions.installExtension.option.installOnlyNewlyAddedFromExtensionPackVSIX": "有効にした場合、VS Code は拡張機能パックの VSIX から新しく追加された拡張機能のみをインストールします。このオプションは、VSIX のインストール中にのみ考慮されます。",
|
|
6274
6274
|
"workbench.extensions.installExtension.option.installPreReleaseVersion": "有効にすると、プレリリース版の拡張機能が使用可能な場合は、VS Code によってインストールされます。",
|
|
6275
|
-
"workbench.extensions.installExtension.option.justification": "
|
|
6275
|
+
"workbench.extensions.installExtension.option.justification": "拡張機能をインストールする理由。これは、インストール ハンドラーに情報を渡すために使用できる文字列またはオブジェクトです。つまり、`{reason: 'This extension wants to open a URI', action: 'Open URI'}` は、インストール時に理由とアクションを含むメッセージ ボックスを表示します。",
|
|
6276
6276
|
"workbench.extensions.search.arg.name": "検索で使用するクエリ",
|
|
6277
6277
|
"workbench.extensions.search.description": "特定の拡張機能を検索する",
|
|
6278
6278
|
"workbench.extensions.uninstallExtension.arg.name": "アンインストールする拡張機能の ID",
|
|
@@ -6368,7 +6368,7 @@ var content = {
|
|
|
6368
6368
|
"install release version": "リリース バージョンのインストール",
|
|
6369
6369
|
"install remote extensions": "ローカルでリモート拡張機能をインストールする",
|
|
6370
6370
|
"install vsix": "ダウンロードが終わったら、ダウンロードされた '{0}' の VSIX を手動でインストールしてください。",
|
|
6371
|
-
"install workspace version": "
|
|
6371
|
+
"install workspace version": "ワークスペース拡張機能のインストール",
|
|
6372
6372
|
installExtensionComplete: "拡張機能 {0} のインストールが完了しました。",
|
|
6373
6373
|
installExtensionStart: "拡張機能 {0} のインストールを開始しました。エディターはこの拡張機能の詳細を開いています。",
|
|
6374
6374
|
installRecommendedExtension: "おすすめの拡張機能のインストール",
|
|
@@ -6390,9 +6390,9 @@ var content = {
|
|
|
6390
6390
|
"not web tooltip": "'{0}' 拡張機能は {1} では使用できません。",
|
|
6391
6391
|
"pre-release": "事前公開",
|
|
6392
6392
|
reinstall: "拡張機能の再インストール...",
|
|
6393
|
-
"reload window": "
|
|
6394
|
-
"restart extensions": "
|
|
6395
|
-
"restart product": "
|
|
6393
|
+
"reload window": "ウィンドウの再度読み込み",
|
|
6394
|
+
"restart extensions": "拡張機能の再起動",
|
|
6395
|
+
"restart product": "再起動して更新",
|
|
6396
6396
|
"search recommendations": "拡張機能の検索",
|
|
6397
6397
|
"select and install local extensions": "ローカル拡張機能を '{0}' にインストールします...",
|
|
6398
6398
|
"select and install remote extensions": "ローカルでリモート拡張機能をインストールする...",
|
|
@@ -6421,7 +6421,7 @@ var content = {
|
|
|
6421
6421
|
uninstalled: "アンインストール済み",
|
|
6422
6422
|
update: "更新",
|
|
6423
6423
|
"update operation": "'{0}' 拡張機能の更新中にエラーが発生しました。",
|
|
6424
|
-
"update product": "
|
|
6424
|
+
"update product": "{0} の更新",
|
|
6425
6425
|
"update to": "v{0} に更新",
|
|
6426
6426
|
updateExtensionComplete: "拡張機能 {0} のバージョン {1} への更新を完了しました。",
|
|
6427
6427
|
updateExtensionStart: "拡張機能 {0} のバージョン {1} への更新を開始しました。",
|
|
@@ -6497,11 +6497,11 @@ var content = {
|
|
|
6497
6497
|
enabledExtensions: "有効",
|
|
6498
6498
|
extensionFound: "1 個の拡張機能が見つかりました。",
|
|
6499
6499
|
extensionFoundInSection: "{0} セクションに 1 個の拡張機能が見つかりました。",
|
|
6500
|
-
extensionToReload: "{0}
|
|
6500
|
+
extensionToReload: "{0} は再起動が必要です",
|
|
6501
6501
|
extensionToUpdate: "{0} 更新が必要です",
|
|
6502
6502
|
extensionsFound: "{0} 個の拡張機能が見つかりました。",
|
|
6503
6503
|
extensionsFoundInSection: "{1} セクションに {0} 個の拡張機能が見つかりました。",
|
|
6504
|
-
extensionsToReload: "{0}
|
|
6504
|
+
extensionsToReload: "{0} は再起動が必要です",
|
|
6505
6505
|
extensionsToUpdate: "{0} 更新が必要です",
|
|
6506
6506
|
"install remote in local": "ローカルでリモート拡張機能をインストールする...",
|
|
6507
6507
|
installed: "インストール済み",
|
|
@@ -6546,7 +6546,7 @@ var content = {
|
|
|
6546
6546
|
extensionIconVerifiedForeground: "拡張機能の確認済みの発行元のアイコンの色。",
|
|
6547
6547
|
extensionPreReleaseForeground: "プレリリース拡張機能のアイコンの色。",
|
|
6548
6548
|
"has prerelease": "この拡張子には利用可能な {0} があります",
|
|
6549
|
-
"local extension": "
|
|
6549
|
+
"local extension": "ローカル拡張機能",
|
|
6550
6550
|
message: "1 個のメッセージ",
|
|
6551
6551
|
messages: "{0} 個のメッセージ",
|
|
6552
6552
|
"publisher verified tooltip": "この発行元では、{0} の所有権を確認しました",
|
|
@@ -6559,45 +6559,45 @@ var content = {
|
|
|
6559
6559
|
"uncaught error": "キャッチできない 1 個のエラーが検出されました",
|
|
6560
6560
|
"uncaught errors": "キャッチできない {0} 個のエラーが検出されました",
|
|
6561
6561
|
updateRequired: "最新バージョン:",
|
|
6562
|
-
"workspace extension": "
|
|
6562
|
+
"workspace extension": "ワークスペース拡張機能"
|
|
6563
6563
|
},
|
|
6564
6564
|
"vs/workbench/contrib/extensions/browser/extensionsWorkbenchService": {
|
|
6565
6565
|
"Manifest is not found": "マニフェストが見つかりません",
|
|
6566
6566
|
"disable all": "すべて無効にする",
|
|
6567
|
-
"enable locally": "
|
|
6568
|
-
"enable remote": "
|
|
6569
|
-
enableButtonLabel: "&&
|
|
6570
|
-
enableButtonLabelWithAction: "
|
|
6571
|
-
enableExtensionMessage: "
|
|
6572
|
-
enableExtensionTitle: "
|
|
6567
|
+
"enable locally": "この拡張機能をローカルで有効にするには、{0} してください。",
|
|
6568
|
+
"enable remote": "{1} でこの拡張機能を有効にするには、{0} してください。",
|
|
6569
|
+
enableButtonLabel: "拡張機能の有効化(&&E)",
|
|
6570
|
+
enableButtonLabelWithAction: "拡張機能を有効にして {0}(&&E)",
|
|
6571
|
+
enableExtensionMessage: "'{0}' 拡張機能を有効にしますか?",
|
|
6572
|
+
enableExtensionTitle: "拡張機能の有効化",
|
|
6573
6573
|
incompatible: "'{0}' 拡張機能は互換性がないため、インストールできません。",
|
|
6574
|
-
installButtonLabel: "&&
|
|
6575
|
-
installButtonLabelWithAction: "
|
|
6576
|
-
installExtensionMessage: "
|
|
6577
|
-
installExtensionTitle: "
|
|
6578
|
-
installVSIXMessage: "
|
|
6574
|
+
installButtonLabel: "拡張機能のインストール(&&I)",
|
|
6575
|
+
installButtonLabelWithAction: "拡張機能をインストールして {0}(&&I)",
|
|
6576
|
+
installExtensionMessage: "'{0}' 拡張機能を '{1}' からインストールしますか?",
|
|
6577
|
+
installExtensionTitle: "拡張機能のインストール",
|
|
6578
|
+
installVSIXMessage: "拡張機能をインストールしますか?",
|
|
6579
6579
|
"installing extension": "拡張機能をインストールしています...",
|
|
6580
6580
|
"installing named extension": "'{0}' 拡張機能をインストールしています....",
|
|
6581
6581
|
malicious: "この拡張機能は問題ありと報告されました。",
|
|
6582
6582
|
multipleDependentsError: "'{0}' 拡張機能のみを無効にすることはできません。'{1}'、'{2}'、その他の拡張機能がこれに依存しています。これらの拡張機能をすべて無効にしますか?",
|
|
6583
|
-
"not found": "
|
|
6584
|
-
"not found version": "
|
|
6585
|
-
open: "
|
|
6586
|
-
postDisableTooltip: "
|
|
6587
|
-
postEnableTooltip: "
|
|
6588
|
-
postUninstallTooltip: "
|
|
6589
|
-
postUpdateDownloadTooltip: "
|
|
6590
|
-
postUpdateRestartTooltip: "
|
|
6591
|
-
postUpdateTooltip: "
|
|
6592
|
-
postUpdateUpdateTooltip: "
|
|
6593
|
-
reload: "
|
|
6594
|
-
restart: "
|
|
6595
|
-
"restart extensions": "
|
|
6583
|
+
"not found": "拡張機能 '{0}' が見つからないため、インストールできません。",
|
|
6584
|
+
"not found version": "拡張機能 '{0}' をインストールできません。要求されたバージョン '{1}' が見つかりません。",
|
|
6585
|
+
open: "拡張機能を開く",
|
|
6586
|
+
postDisableTooltip: "この拡張機能を無効にするには、{0} してください。",
|
|
6587
|
+
postEnableTooltip: "この拡張機能を有効にするには、{0} してください。",
|
|
6588
|
+
postUninstallTooltip: "この拡張機能のアンインストールを完了するには、{0} してください。",
|
|
6589
|
+
postUpdateDownloadTooltip: "更新された拡張機能を有効にするには、{0} を更新してください。",
|
|
6590
|
+
postUpdateRestartTooltip: "更新された拡張機能を有効にするには、{0} を再起動してください。",
|
|
6591
|
+
postUpdateTooltip: "更新された拡張機能を有効にするには、{0} してください。",
|
|
6592
|
+
postUpdateUpdateTooltip: "更新された拡張機能を有効にするには、{0} を更新してください。",
|
|
6593
|
+
reload: "ウィンドウの再度読み込み",
|
|
6594
|
+
restart: "拡張機能を有効または無効にする",
|
|
6595
|
+
"restart extensions": "拡張機能を再起動する",
|
|
6596
6596
|
singleDependentError: "'{0}' 拡張機能のみを無効にすることはできません。'{1}' 拡張機能がこれに依存しています。これらの拡張機能をすべて無効にしますか?",
|
|
6597
|
-
"sync extension": "
|
|
6597
|
+
"sync extension": "この拡張機能を同期する",
|
|
6598
6598
|
twoDependentsError: "'{0}' 拡張機能のみを無効にすることはできません。'{1}' および '{2}' の拡張機能がこれに依存しています。これらの拡張機能をすべて無効にしますか?",
|
|
6599
6599
|
uninstallingExtension: "拡張機能をアンインストールしています...",
|
|
6600
|
-
unknown: "
|
|
6600
|
+
unknown: "拡張機能をインストールできません"
|
|
6601
6601
|
},
|
|
6602
6602
|
"vs/workbench/contrib/extensions/browser/fileBasedRecommendations": {
|
|
6603
6603
|
fileBasedRecommendation: "この拡張機能は、最近開いたファイルに基づいてお勧めしています。",
|
|
@@ -6701,11 +6701,11 @@ var content = {
|
|
|
6701
6701
|
binFailed: "ごみ箱を使用した削除に失敗しました。代わりに完全に削除しますか?",
|
|
6702
6702
|
clipboardComparisonLabel: "クリップボード ↔ {0}",
|
|
6703
6703
|
closeGroup: "グループを閉じる",
|
|
6704
|
-
compareFileWithMeta: "
|
|
6704
|
+
compareFileWithMeta: "ピッカーを開き、アクティブなエディターと差分を作成するファイルを選択します。",
|
|
6705
6705
|
compareNewUntitledTextFiles: "新しい無題のテキスト ファイルの比較",
|
|
6706
|
-
compareNewUntitledTextFilesMeta: "
|
|
6706
|
+
compareNewUntitledTextFilesMeta: "2 つの無題ファイルを含む新しい差分エディターを開きます。",
|
|
6707
6707
|
compareWithClipboard: "クリップボードとアクティブ ファイルを比較",
|
|
6708
|
-
compareWithClipboardMeta: "
|
|
6708
|
+
compareWithClipboardMeta: "新しい差分エディターを開き、アクティブなファイルとクリップボードの内容を比較します。",
|
|
6709
6709
|
confirmDeleteMessageFile: "'{0}' を完全に削除してもよろしいですか?",
|
|
6710
6710
|
confirmDeleteMessageFilesAndDirectories: "次の {0} ファイル/ディレクトリとその内容を完全に削除しますか?",
|
|
6711
6711
|
confirmDeleteMessageFolder: "'{0}' とその内容を完全に削除してもよろしいですか?",
|
|
@@ -6749,7 +6749,7 @@ var content = {
|
|
|
6749
6749
|
fileNameStartsWithSlashError: "ファイルまたはフォルダーの名前はスラッシュで始めることができません。",
|
|
6750
6750
|
fileNameWhitespaceWarning: "ファイル名またはフォルダー名の先頭または末尾に空白文字が検出されました。",
|
|
6751
6751
|
focusFilesExplorer: "ファイル エクスプローラーにフォーカスを置く",
|
|
6752
|
-
focusFilesExplorerMetadata: "
|
|
6752
|
+
focusFilesExplorerMetadata: "エクスプローラー ビュー コンテナーにフォーカスを移動します。",
|
|
6753
6753
|
globalCompareFile: "アクティブ ファイルを比較しています...",
|
|
6754
6754
|
invalidFileNameError: "名前 **{0}** がファイル名またはフォルダー名として無効です。別の名前を指定してください。",
|
|
6755
6755
|
irreversible: "この操作は元に戻せません。",
|
|
@@ -6760,7 +6760,7 @@ var content = {
|
|
|
6760
6760
|
newFile: "新しいファイル...",
|
|
6761
6761
|
newFolder: "新しいフォルダー...",
|
|
6762
6762
|
openFileInEmptyWorkspace: "新しい空白のワークスペースでアクティブ ファイルを開く",
|
|
6763
|
-
openFileInEmptyWorkspaceMetadata: "
|
|
6763
|
+
openFileInEmptyWorkspaceMetadata: "開いているフォルダーのない新しいウィンドウでアクティブなファイルを開きます。",
|
|
6764
6764
|
"openFileToShowInNewWindow.unsupportedschema": "アクティブなエディターには、開くことができるリソースを含める必要があります。",
|
|
6765
6765
|
pasteButtonLabel: "貼り付け(&&P)",
|
|
6766
6766
|
pasteFile: "貼り付け",
|
|
@@ -6769,15 +6769,15 @@ var content = {
|
|
|
6769
6769
|
renamingBulkEdit: "{0} の名前を {1} に変更しています",
|
|
6770
6770
|
replaceButtonLabel: "置換(&&R)",
|
|
6771
6771
|
resetActiveEditorReadonlyInSession: "セッションでのアクティブ エディターの読み取り専用のリセット",
|
|
6772
|
-
restore: "
|
|
6773
|
-
restorePlural: "
|
|
6772
|
+
restore: "このファイルは、[元に戻す] コマンドを使用して復元できます。",
|
|
6773
|
+
restorePlural: "これらのファイルは、[元に戻す] コマンドを使用して復元できます。",
|
|
6774
6774
|
retry: "再試行",
|
|
6775
6775
|
retryButtonLabel: "再試行(&&R)",
|
|
6776
6776
|
saveAllInGroup: "すべてをグループに保存",
|
|
6777
6777
|
setActiveEditorReadonlyInSession: "セッションでのアクティブ エディターの読み取り専用の設定",
|
|
6778
6778
|
setActiveEditorWriteableInSession: "セッションでアクティブエディターの書き込み可能を設定する",
|
|
6779
6779
|
showInExplorer: "エクスプローラー ビューでアクティブなファイルを表示する",
|
|
6780
|
-
showInExplorerMetadata: "
|
|
6780
|
+
showInExplorerMetadata: "エクスプローラー ビュー内でアクティブなファイルを表示して選択します。",
|
|
6781
6781
|
toggleActiveEditorReadonlyInSession: "セッションでのアクティブ エディターの読み取り専用の切り替え",
|
|
6782
6782
|
toggleAutoSave: "自動保存の切り替え",
|
|
6783
6783
|
toggleAutoSaveDescription: "入力後にファイルを自動的に保存する機能を切り替える",
|
|
@@ -6795,7 +6795,7 @@ var content = {
|
|
|
6795
6795
|
closeOthers: "その他を閉じる",
|
|
6796
6796
|
closeSaved: "保存済みを閉じる",
|
|
6797
6797
|
compareActiveWithSaved: "保存済みファイルと作業中のファイルを比較",
|
|
6798
|
-
compareActiveWithSavedMeta: "
|
|
6798
|
+
compareActiveWithSavedMeta: "新しい差分エディターを開き、アクティブなファイルとディスク上のバージョンを比較します。",
|
|
6799
6799
|
compareSelected: "選択項目の比較",
|
|
6800
6800
|
compareSource: "比較対象の選択",
|
|
6801
6801
|
compareWithSaved: "保存済みと比較",
|
|
@@ -6887,12 +6887,12 @@ var content = {
|
|
|
6887
6887
|
},
|
|
6888
6888
|
"vs/workbench/contrib/files/browser/views/explorerView": {
|
|
6889
6889
|
collapseExplorerFolders: "エクスプローラーのフォルダーを折りたたむ",
|
|
6890
|
-
collapseExplorerFoldersMetadata: "
|
|
6890
|
+
collapseExplorerFoldersMetadata: "エクスプローラー内のすべてのフォルダーを折りたたみます。",
|
|
6891
6891
|
createNewFile: "新しいファイル...",
|
|
6892
6892
|
createNewFolder: "新しいフォルダー...",
|
|
6893
6893
|
explorerSection: "エクスプローラー セクション: {0}",
|
|
6894
6894
|
refreshExplorer: "エクスプローラーを最新表示する",
|
|
6895
|
-
refreshExplorerMetadata: "
|
|
6895
|
+
refreshExplorerMetadata: "エクスプローラーの更新を強制します。"
|
|
6896
6896
|
},
|
|
6897
6897
|
"vs/workbench/contrib/files/browser/views/explorerViewer": {
|
|
6898
6898
|
confirmMove: "'{0}' を '{1}' に移動しますか?",
|
|
@@ -7001,8 +7001,8 @@ var content = {
|
|
|
7001
7001
|
label: "`{0}` と {1} フォローアップ ({2})",
|
|
7002
7002
|
moveToNextHunk: "次の変更箇所に移動",
|
|
7003
7003
|
moveToPreviousHunk: "前の変更箇所に移動",
|
|
7004
|
-
run: "
|
|
7005
|
-
showChanges: "
|
|
7004
|
+
run: "エディターで開始する",
|
|
7005
|
+
showChanges: "変更の切り替え",
|
|
7006
7006
|
startInlineChat: "エディター ツール バーからインライン チャットを生成するアイコン。",
|
|
7007
7007
|
"undo.clipboard": "クリップボードに破棄",
|
|
7008
7008
|
"undo.newfile": "新しいファイルに破棄",
|
|
@@ -7023,12 +7023,12 @@ var content = {
|
|
|
7023
7023
|
"inlineChat.N": "{0} エディターでのインライン チャットの変更が承認または破棄されるのを待っています..."
|
|
7024
7024
|
},
|
|
7025
7025
|
"vs/workbench/contrib/inlineChat/browser/inlineChatStrategies": {
|
|
7026
|
-
"change.0": "
|
|
7026
|
+
"change.0": "何も変更されていません。",
|
|
7027
7027
|
"change.1": "1 件の変更",
|
|
7028
|
-
"change.N": "{0}
|
|
7029
|
-
review: "
|
|
7030
|
-
"review.1": "$(info)
|
|
7031
|
-
"review.N": "$(info)
|
|
7028
|
+
"change.N": "{0} 件の変更",
|
|
7029
|
+
review: "続行する前に、すべての変更を確認 (承諾または破棄) します。",
|
|
7030
|
+
"review.1": "$(info) 1 件の変更を承諾または破棄します。",
|
|
7031
|
+
"review.N": "$(info) {0} の変更を承諾または破棄します。"
|
|
7032
7032
|
},
|
|
7033
7033
|
"vs/workbench/contrib/inlineChat/browser/inlineChatWidget": {
|
|
7034
7034
|
"aria-label": "インライン チャット入力",
|
|
@@ -7038,7 +7038,7 @@ var content = {
|
|
|
7038
7038
|
original: "オリジナル"
|
|
7039
7039
|
},
|
|
7040
7040
|
"vs/workbench/contrib/inlineChat/browser/inlineChatZoneWidget": {
|
|
7041
|
-
inlineChatClosed: "
|
|
7041
|
+
inlineChatClosed: "閉じたインライン チャット ウィジェット"
|
|
7042
7042
|
},
|
|
7043
7043
|
"vs/workbench/contrib/inlineChat/common/inlineChat": {
|
|
7044
7044
|
acceptedOrDiscardBeforeSave: "保留中のインライン チャット セッションで保存が禁止されるかどうか。",
|
|
@@ -7099,7 +7099,7 @@ var content = {
|
|
|
7099
7099
|
interactiveScrollToTop: "一番上にスクロール",
|
|
7100
7100
|
interactiveWindow: "対話型ウィンドウ",
|
|
7101
7101
|
"interactiveWindow.alwaysScrollOnNewCell": "対話型ウィンドウを自動的にスクロールして、最後に実行されたステートメントの出力を表示します。この値が false の場合、最後のセルが既にスクロール先の場合にのみウィンドウがスクロールされます。",
|
|
7102
|
-
"interactiveWindow.promptToSaveOnClose": "
|
|
7102
|
+
"interactiveWindow.promptToSaveOnClose": "インタラクティブ ウィンドウを閉じたときに保存するように求めるメッセージを表示します。この設定の変更の影響を受けるのは、新しいインタラクティブ ウィンドウのみです。"
|
|
7103
7103
|
},
|
|
7104
7104
|
"vs/workbench/contrib/interactive/browser/interactiveEditor": {
|
|
7105
7105
|
interactiveInputPlaceHolder: "こちらに '{0}' コードを入力し、{1} を押して実行してください"
|
|
@@ -7520,8 +7520,8 @@ var content = {
|
|
|
7520
7520
|
viewChanges: "変更の表示"
|
|
7521
7521
|
},
|
|
7522
7522
|
"vs/workbench/contrib/notebook/browser/contrib/cellCommands/cellCommands": {
|
|
7523
|
-
"cellCommands.quickFix.noneMessage": "
|
|
7524
|
-
"notebookActions.cellFailureActions": "
|
|
7523
|
+
"cellCommands.quickFix.noneMessage": "利用可能なコード アクションはありません",
|
|
7524
|
+
"notebookActions.cellFailureActions": "セル エラー操作の表示",
|
|
7525
7525
|
"notebookActions.changeCellToCode": "セルをコードに変更する",
|
|
7526
7526
|
"notebookActions.changeCellToMarkdown": "セルを Markdown に変更する",
|
|
7527
7527
|
"notebookActions.collapseAllCellInput": "すべてのセル入力を折りたたむ",
|
|
@@ -7544,7 +7544,7 @@ var content = {
|
|
|
7544
7544
|
"notebookActions.toggleScrolling": "セル出力のスクロールを切り替える"
|
|
7545
7545
|
},
|
|
7546
7546
|
"vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/executionStatusBarItemController": {
|
|
7547
|
-
"notebook.cell.status.diagnostic": "
|
|
7547
|
+
"notebook.cell.status.diagnostic": "クイック操作 {0}",
|
|
7548
7548
|
"notebook.cell.status.executing": "実行中",
|
|
7549
7549
|
"notebook.cell.status.failed": "失敗",
|
|
7550
7550
|
"notebook.cell.status.pending": "保留中",
|
|
@@ -7558,7 +7558,7 @@ var content = {
|
|
|
7558
7558
|
"notebook.cell.status.searchLanguageExtensions": "セルの言語が不明です。クリックして '{0}' 拡張機能を検索します"
|
|
7559
7559
|
},
|
|
7560
7560
|
"vs/workbench/contrib/notebook/browser/contrib/clipboard/notebookClipboard": {
|
|
7561
|
-
"notebook.cell.output.selectAll": "
|
|
7561
|
+
"notebook.cell.output.selectAll": "すべて選択",
|
|
7562
7562
|
"notebookActions.copy": "セルのコピー",
|
|
7563
7563
|
"notebookActions.cut": "セルの切り取り",
|
|
7564
7564
|
"notebookActions.paste": "セルの貼り付け",
|
|
@@ -7626,7 +7626,7 @@ var content = {
|
|
|
7626
7626
|
focusLastCell: "最後のセルにフォーカス",
|
|
7627
7627
|
focusOutput: "アクティブ セル出力にフォーカスを置く",
|
|
7628
7628
|
focusOutputOut: "アクティブ セル出力からフォーカスを外す",
|
|
7629
|
-
"notebook.cell.webviewHandledEvents": "
|
|
7629
|
+
"notebook.cell.webviewHandledEvents": "セル出力内のフォーカスされた要素によって処理される必要があるキー押下。",
|
|
7630
7630
|
"notebook.navigation.allowNavigateToSurroundingCells": "有効にすると、セルエディター内の現在のカーソルが最初または最後の行にあるときに、カーソルは次または前のセルに移動できます。",
|
|
7631
7631
|
"notebookActions.centerActiveCell": "アクティブ セルを中央に置く"
|
|
7632
7632
|
},
|
|
@@ -7648,15 +7648,15 @@ var content = {
|
|
|
7648
7648
|
"notebook.notebookVariables": "Notebook 変数"
|
|
7649
7649
|
},
|
|
7650
7650
|
"vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline": {
|
|
7651
|
-
"breadcrumbs.showCodeCells": "
|
|
7652
|
-
filter: "
|
|
7653
|
-
"notebook.gotoSymbols.showAllSymbols": "
|
|
7654
|
-
"outline.showCodeCellSymbols": "
|
|
7655
|
-
"outline.showCodeCells": "
|
|
7656
|
-
"outline.showMarkdownHeadersOnly": "
|
|
7657
|
-
toggleCodeCellSymbols: "
|
|
7658
|
-
toggleCodeCells: "
|
|
7659
|
-
toggleShowMarkdownHeadersOnly: "
|
|
7651
|
+
"breadcrumbs.showCodeCells": "有効にすると、ノートブックの階層リンクにコード セルが含まれます。",
|
|
7652
|
+
filter: "エントリのフィルター処理",
|
|
7653
|
+
"notebook.gotoSymbols.showAllSymbols": "シンボルに移動 クイック 選択を有効にすると、ノートブックの完全なコード シンボルと Markdown ヘッダーが表示されます。",
|
|
7654
|
+
"outline.showCodeCellSymbols": "有効にすると、ノートブックのアウトラインにコード セルの記号が表示されます。'notebook.outline.showCodeCells' が有効になっていることに依存します。",
|
|
7655
|
+
"outline.showCodeCells": "有効にすると、ノートブック アウトラインにコード セルが表示されます。",
|
|
7656
|
+
"outline.showMarkdownHeadersOnly": "有効にすると、ノートブックのアウトラインにヘッダーを含むマークダウン セルのみが表示されます。",
|
|
7657
|
+
toggleCodeCellSymbols: "コード セル記号",
|
|
7658
|
+
toggleCodeCells: "コード セル",
|
|
7659
|
+
toggleShowMarkdownHeadersOnly: "マークダウン ヘッダーのみ"
|
|
7660
7660
|
},
|
|
7661
7661
|
"vs/workbench/contrib/notebook/browser/contrib/profile/notebookProfile": {
|
|
7662
7662
|
setProfileTitle: "プロファイルの設定"
|
|
@@ -7701,14 +7701,14 @@ var content = {
|
|
|
7701
7701
|
focusPreviousCell: "前のセルにフォーカスする",
|
|
7702
7702
|
"notebook.cell.chat.accept": "要求する",
|
|
7703
7703
|
"notebook.cell.chat.close": "チャットを閉じる",
|
|
7704
|
-
"notebook.cell.chat.nextFromHistory": "
|
|
7705
|
-
"notebook.cell.chat.previousFromHistory": "
|
|
7704
|
+
"notebook.cell.chat.nextFromHistory": "履歴から次へ",
|
|
7705
|
+
"notebook.cell.chat.previousFromHistory": "履歴から前へ",
|
|
7706
7706
|
"notebook.cell.chat.stop": "要求の停止",
|
|
7707
7707
|
"notebookActions.menu.insertCode.ontoolbar": "生成",
|
|
7708
|
-
"notebookActions.menu.insertCode.tooltip": "
|
|
7708
|
+
"notebookActions.menu.insertCode.tooltip": "チャットを開始してコードを生成する",
|
|
7709
7709
|
"notebookActions.menu.insertCodeCellWithChat": "生成",
|
|
7710
|
-
"notebookActions.menu.insertCodeCellWithChat.tooltip": "
|
|
7711
|
-
"notebookActions.restoreCellprompt": "
|
|
7710
|
+
"notebookActions.menu.insertCodeCellWithChat.tooltip": "チャットを開始してコードを生成する",
|
|
7711
|
+
"notebookActions.restoreCellprompt": "生成"
|
|
7712
7712
|
},
|
|
7713
7713
|
"vs/workbench/contrib/notebook/browser/controller/chat/notebookChatContext": {
|
|
7714
7714
|
notebookCellChatFocused: "セル チャット エディターがフォーカスされているかどうか",
|
|
@@ -7791,17 +7791,17 @@ var content = {
|
|
|
7791
7791
|
},
|
|
7792
7792
|
"vs/workbench/contrib/notebook/browser/controller/layoutActions": {
|
|
7793
7793
|
customizeNotebook: "ノートブックのカスタマイズ...",
|
|
7794
|
-
mitoggleNotebookStickyScroll: "&&
|
|
7794
|
+
mitoggleNotebookStickyScroll: "ノートブック固定スクロールの切り替え(&&T)",
|
|
7795
7795
|
"notebook.placeholder": "保存する設定ファイル",
|
|
7796
7796
|
"notebook.saveMimeTypeOrder": "MIME の種類を表示する順序を保存する",
|
|
7797
7797
|
"notebook.showLineNumbers": "Notebook 行番号の表示",
|
|
7798
7798
|
"notebook.toggleBreadcrumb": "階層リンクの切り替え",
|
|
7799
7799
|
"notebook.toggleCellToolbarPosition": "セルのツールバー位置の切り替え",
|
|
7800
7800
|
"notebook.toggleLineNumbers": "ノートブック行番号の切り替え",
|
|
7801
|
-
notebookStickyScroll: "
|
|
7801
|
+
notebookStickyScroll: "ノートブック固定スクロールの切り替え",
|
|
7802
7802
|
"saveTarget.machine": "ユーザー設定",
|
|
7803
7803
|
"saveTarget.workspace": "ワークスペースの設定",
|
|
7804
|
-
toggleStickyScroll: "
|
|
7804
|
+
toggleStickyScroll: "ノートブック固定スクロールの切り替え",
|
|
7805
7805
|
"workbench.notebook.layout.configure.label": "ノートブック レイアウトのカスタマイズ",
|
|
7806
7806
|
"workbench.notebook.layout.select.label": "ノートブックのレイアウトを選択する",
|
|
7807
7807
|
"workbench.notebook.layout.webview.reset.label": "Notebook Webview のリセット"
|
|
@@ -7816,14 +7816,14 @@ var content = {
|
|
|
7816
7816
|
selectTabWidth: "現在のファイルのタブのサイズを選択"
|
|
7817
7817
|
},
|
|
7818
7818
|
"vs/workbench/contrib/notebook/browser/controller/sectionActions": {
|
|
7819
|
-
expandSection: "
|
|
7820
|
-
foldSection: "
|
|
7821
|
-
miexpandSection: "&&
|
|
7822
|
-
mifoldSection: "&&
|
|
7823
|
-
mirunCell: "&&
|
|
7824
|
-
mirunCellsInSection: "&&
|
|
7825
|
-
runCell: "
|
|
7826
|
-
runCellsInSection: "
|
|
7819
|
+
expandSection: "セクションの展開",
|
|
7820
|
+
foldSection: "セクションの折りたたみ",
|
|
7821
|
+
miexpandSection: "セクションの展開(&&E)",
|
|
7822
|
+
mifoldSection: "セクションの折りたたみ(&&F)",
|
|
7823
|
+
mirunCell: "セルの実行(&&R)",
|
|
7824
|
+
mirunCellsInSection: "セクション内のセルを実行(&&R)",
|
|
7825
|
+
runCell: "セルの実行",
|
|
7826
|
+
runCellsInSection: "セクションでセルを実行"
|
|
7827
7827
|
},
|
|
7828
7828
|
"vs/workbench/contrib/notebook/browser/diff/diffElementOutputs": {
|
|
7829
7829
|
builtinRenderInfo: "ビルトイン",
|
|
@@ -7860,10 +7860,10 @@ var content = {
|
|
|
7860
7860
|
never: "保存時にコード アクションをトリガーしません。",
|
|
7861
7861
|
neverBoolean: "明示的に保存された場合にのみ、コード アクションをトリガーします。この値は、\"never\" を優先して非推奨になります。",
|
|
7862
7862
|
"notebook.VariablesView.description": "デバッグ パネル内で実験的なノートブック変数ビューを有効にします。",
|
|
7863
|
-
"notebook.backup.sizeLimit": "
|
|
7864
|
-
"notebook.cellChat": "
|
|
7865
|
-
"notebook.cellFailureDiagnostics": "
|
|
7866
|
-
"notebook.cellGenerate": "
|
|
7863
|
+
"notebook.backup.sizeLimit": "ノートブック ファイルがホット リロードの用にバックアップされなくなるノートブック出力サイズの制限 (KB 単位)。無制限の場合は 0 を使用します。",
|
|
7864
|
+
"notebook.cellChat": "ノートブックで試験的なフローティング チャット ウィジェットを有効にします。",
|
|
7865
|
+
"notebook.cellFailureDiagnostics": "セル エラーの使用可能な診断を表示します。",
|
|
7866
|
+
"notebook.cellGenerate": "インライン チャットを有効にしてコード セルを作成するための実験用の生成アクションを有効にします。",
|
|
7867
7867
|
"notebook.cellToolbarLocation.description": "セルのツールバーを表示するか非表示にするかどうか。",
|
|
7868
7868
|
"notebook.cellToolbarLocation.viewType": "特定のファイルの種類について、セルのツールバー位置を構成する",
|
|
7869
7869
|
"notebook.cellToolbarVisibility.description": "ポイントしたときまたはクリック時にセルのツールバーを表示するかどうか。",
|
|
@@ -7888,7 +7888,7 @@ var content = {
|
|
|
7888
7888
|
"notebook.insertToolbarPosition.description": "セルを挿入アクションを表示するかどうかを制御します。",
|
|
7889
7889
|
"notebook.interactiveWindow.collapseCodeCells": "インタラクティブ ウィンドウのコード セルを既定で折りたたむかどうかを制御します。",
|
|
7890
7890
|
"notebook.markup.fontSize": "ノートブックでレンダリングされたマークアップのフォント サイズをピクセル単位で制御します。{0} に設定すると、{1} の 120% が使用されます。",
|
|
7891
|
-
"notebook.minimalErrorRendering": "
|
|
7891
|
+
"notebook.minimalErrorRendering": "エラー出力を最小限のスタイルでレンダリングするかどうかを制御します。",
|
|
7892
7892
|
"notebook.outputFontFamily": "ノートブック セル内の出力テキストのフォント ファミリ。空に設定すると、{0} が使用されます。",
|
|
7893
7893
|
"notebook.outputFontSize": "ノートブック セル内の出力テキストのフォント サイズ。0 に設定すると、{0} が使用されます。",
|
|
7894
7894
|
"notebook.outputLineHeight": "ノートブック セル内の出力テキストの行の高さ。\r\n - 0 に設定すると、エディターの行の高さが使用されます。\r\n - 0 から 8 の値は、フォント サイズの乗数として使用されます。\r\n - 8 以上の値が有効な値として使用されます。",
|
|
@@ -7934,9 +7934,9 @@ var content = {
|
|
|
7934
7934
|
"notebook.overview": "ノートブック ビューは、コードとマークダウン セルのコレクションです。 コード セルは実行でき、セルのすぐ下に出力が生成されます。"
|
|
7935
7935
|
},
|
|
7936
7936
|
"vs/workbench/contrib/notebook/browser/notebookAccessibilityProvider": {
|
|
7937
|
-
notebookTreeAriaLabel: "
|
|
7938
|
-
notebookTreeAriaLabelHelp: "Notebook\r\
|
|
7939
|
-
notebookTreeAriaLabelHelpNoKb: "Notebook\r\
|
|
7937
|
+
notebookTreeAriaLabel: "ノートブック",
|
|
7938
|
+
notebookTreeAriaLabelHelp: "Notebook\r\nアクセシビリティヘルプに{0} を使用",
|
|
7939
|
+
notebookTreeAriaLabelHelpNoKb: "Notebook\r\n詳細については、[アクセシビリティ ヘルプを開く] コマンドを実行して詳細を確認する"
|
|
7940
7940
|
},
|
|
7941
7941
|
"vs/workbench/contrib/notebook/browser/notebookEditor": {
|
|
7942
7942
|
"fail.noEditor": "ノートブック エディターで、タイプ '{0}' のリソースを開くことができません。正しい拡張子がインストールされ、有効になっているかどうかを確認してください。",
|
|
@@ -8186,8 +8186,8 @@ var content = {
|
|
|
8186
8186
|
"clearOutput.label": "出力のクリア",
|
|
8187
8187
|
extensionLogs: "拡張機能ログ",
|
|
8188
8188
|
logFile: "開くログ ファイルの ID (例: `\"window\"`)。現在これを取得する最善の方法は、`workbench.action.output.show.<id>` コマンドを確認して ID を取得することです",
|
|
8189
|
-
"logLevel.label": "
|
|
8190
|
-
"logLevelDefault.label": "
|
|
8189
|
+
"logLevel.label": "ログ レベルの設定...",
|
|
8190
|
+
"logLevelDefault.label": "既定値として設定",
|
|
8191
8191
|
miToggleOutput: "出力(&&O)",
|
|
8192
8192
|
openActiveOutputFile: "エディターで出力を開く",
|
|
8193
8193
|
openActiveOutputFileInNewWindow: "新しいウィンドウで出力を開く",
|
|
@@ -8319,7 +8319,7 @@ var content = {
|
|
|
8319
8319
|
showDefaultKeybindings: "システム キー バインドの表示",
|
|
8320
8320
|
showExtensionKeybindings: "拡張機能のキー バインドを表示する",
|
|
8321
8321
|
showUserKeybindings: "ユーザーのキーバインドを表示",
|
|
8322
|
-
"workbench.action.openSettingsJson.description": "
|
|
8322
|
+
"workbench.action.openSettingsJson.description": "現在のユーザー プロファイル設定を含む JSON ファイルを開きます"
|
|
8323
8323
|
},
|
|
8324
8324
|
"vs/workbench/contrib/preferences/browser/preferencesActions": {
|
|
8325
8325
|
configureLanguageBasedSettings: "言語固有の設定を構成します...",
|
|
@@ -8685,7 +8685,7 @@ var content = {
|
|
|
8685
8685
|
"remote.category": "リモート",
|
|
8686
8686
|
"remote.close": "リモート接続を終了する",
|
|
8687
8687
|
"remote.install": "リモート開発用の拡張機能のインストール",
|
|
8688
|
-
"remote.showExtensionRecommendations": "
|
|
8688
|
+
"remote.showExtensionRecommendations": "有効にすると、[リモート インジケーター] メニューにリモート拡張機能のおすすめ候補が表示されます。",
|
|
8689
8689
|
"remote.showMenu": "リモート メニューの表示",
|
|
8690
8690
|
"remote.startActions.help": "詳細情報",
|
|
8691
8691
|
"remote.startActions.install": "インストール",
|
|
@@ -8770,7 +8770,7 @@ var content = {
|
|
|
8770
8770
|
invalidWorkspacePrimary: "ワークスペースを開く(&&O)...",
|
|
8771
8771
|
pauseSocketWriting: "接続: ソケット書き込みを一時停止します",
|
|
8772
8772
|
remote: "リモート",
|
|
8773
|
-
"remote.autoForwardPortFallback": "
|
|
8773
|
+
"remote.autoForwardPortFallback": "ポートを自動転送し、'remote.autoForwardPortsSource' が 'process' に既定で設定されている場合に、'process' から 'hybrid' への切り替えをトリガーする自動転送ポートの数。フォールバックを無効にするには、'0' に設定します。`remote.autoForwardPortsFallback` が設定されていないが、`remote.autoForwardPortsSource` が設定されている場合、`remote.autoForwardPortsFallback` は 0 に設定されているものとして扱われます。",
|
|
8774
8774
|
"remote.autoForwardPorts": "有効にすると、新しい実行中のプロセスが検出され、リッスンしているポートが自動的に転送されます。この設定を無効にしても、すべてのポートの転送を防ぐわけではありません。無効にした場合でも、拡張機能は引き続きポートの転送が可能であり、一部の URL を開ことにより、ポートが引き続き転送されます。",
|
|
8775
8775
|
"remote.autoForwardPortsSource": "{0} が true の場合にポートが自動的に転送されるソースを設定します。Windows と macOS のリモートでは、`process` および `hybrid` オプションは効果がなく、`output` が使用されます。",
|
|
8776
8776
|
"remote.autoForwardPortsSource.hybrid": "ポートは、ターミナルとデバッグの出力を読み取ることによって検出されたときに自動的に転送されます。ポートを使用するすべてのプロセスで統合ターミナルまたはデバッグ コンソールに出力されるわけではないため、一部のポートは見逃されます。ポートは、終了するこのポートをリッスンするプロセスをモニタリングすることで\"転送が解除\" されます。",
|
|
@@ -8906,10 +8906,10 @@ var content = {
|
|
|
8906
8906
|
"scm.showOutgoingChanges.always": "ソース管理ビューに送信した変更を常に表示します。",
|
|
8907
8907
|
"scm.showOutgoingChanges.auto": "存在する場合に、ソース管理ビューに送信した変更のみ表示します。",
|
|
8908
8908
|
"scm.showOutgoingChanges.never": "ソース管理ビューに送信した変更を表示しません。",
|
|
8909
|
-
"scm.workingSets.default": "
|
|
8910
|
-
"scm.workingSets.default.current": "
|
|
8911
|
-
"scm.workingSets.default.empty": "
|
|
8912
|
-
"scm.workingSets.enabled": "
|
|
8909
|
+
"scm.workingSets.default": "作業セットがないソース管理履歴項目グループに切り替えるときに使用する既定のワーキング セットを制御します。",
|
|
8910
|
+
"scm.workingSets.default.current": "作業セットがないソース管理履歴項目グループに切り替える場合は、現在のワーキング セットを使用します。",
|
|
8911
|
+
"scm.workingSets.default.empty": "ワーキング セットがないソース コード管理履歴項目グループに切り替える場合は、空のワーキング セットを使用します。",
|
|
8912
|
+
"scm.workingSets.enabled": "ソース コード管理履歴項目グループを切り替えるときにエディターのワーキング セットを格納するかどうかを制御します。",
|
|
8913
8913
|
scmConfigurationTitle: "ソース管理",
|
|
8914
8914
|
showActionButton: "ソース管理ビューにアクション ボタンを表示するかどうかを制御します。",
|
|
8915
8915
|
showInputActionButton: "[ソース管理] の入力にアクション ボタンを表示するかどうかを制御します。",
|
|
@@ -9000,7 +9000,7 @@ var content = {
|
|
|
9000
9000
|
"vs/workbench/contrib/search/browser/search.contribution": {
|
|
9001
9001
|
anythingQuickAccess: "ファイルに移動する",
|
|
9002
9002
|
anythingQuickAccessPlaceholder: "ファイルを名前で検索 ({0} を追加して行に移動するか、{1} を追加してシンボルに移動します)",
|
|
9003
|
-
exclude: "
|
|
9003
|
+
exclude: "フルテキスト検索と Quick Open のファイル検索でファイルとフォルダーを除外するための [glob パターン](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) を構成します。クイック オープンで最近開いたリストからファイルを除外するには、パターンを絶対 (例: '**/node_modules/**') にする必要があります。'#files.exclude#' 設定からすべての glob パターンを継承します。",
|
|
9004
9004
|
"exclude.boolean": "ファイル パスの照合基準となる glob パターン。これを true または false に設定すると、パターンがそれぞれ有効/無効になります。",
|
|
9005
9005
|
"exclude.when": "一致するファイルの兄弟をさらにチェックします。一致するファイル名の変数として \\$(basename) を使用します。",
|
|
9006
9006
|
filterSortOrder: "フィルター処理時に、 Quick Open におけるエディター履歴の並べ替え順序を制御します。",
|
|
@@ -9030,7 +9030,7 @@ var content = {
|
|
|
9030
9030
|
"search.mode.newEditor": "新しい検索エディターで検索します。",
|
|
9031
9031
|
"search.mode.reuseEditor": "存在する場合は既存の検索エディターで、それ以外の場合は新しい検索エディターで検索します。",
|
|
9032
9032
|
"search.mode.view": "パネルまたはサイド バーのいずれかで検索ビュー内を検索します。",
|
|
9033
|
-
"search.quickAccess.preserveInput": "
|
|
9033
|
+
"search.quickAccess.preserveInput": "次回開いたとき、クイック検索の最後の入力を復元するかどうかを制御します。",
|
|
9034
9034
|
"search.quickOpen.includeHistory": "最近開いたファイルの結果を、Quick Open の結果ファイルに含めるかどうか。",
|
|
9035
9035
|
"search.quickOpen.includeSymbols": "グローバル シンボル検索の結果を、Quick Open の結果ファイルに含めるかどうか。",
|
|
9036
9036
|
"search.searchEditor.defaultNumberOfContextLines": "新しい検索エディターを作成するときに使用する、前後のコンテキスト行の既定数です。'#search.searchEditor.reusePriorSearchConfiguration#' を使用している場合、検索エディターの以前の構成を使用するには、これを 'null ' (空) に設定することができます。",
|
|
@@ -9039,9 +9039,9 @@ var content = {
|
|
|
9039
9039
|
"search.searchEditor.doubleClickBehaviour.openLocationToSide": "ダブルクリックすると、結果はエディター グループの横に開かれ、まだ存在しない場合は作成されます。",
|
|
9040
9040
|
"search.searchEditor.doubleClickBehaviour.selectWord": "ダブルクリックすると、カーソルの下にある単語が選択されます。",
|
|
9041
9041
|
"search.searchEditor.reusePriorSearchConfiguration": "有効にすると、新しい検索エディターで、以前に開かれていた検索エディターの包含、除外、フラグが再利用されます。",
|
|
9042
|
-
"search.searchEditor.singleClickBehaviour": "
|
|
9043
|
-
"search.searchEditor.singleClickBehaviour.default": "
|
|
9044
|
-
"search.searchEditor.singleClickBehaviour.peekDefinition": "
|
|
9042
|
+
"search.searchEditor.singleClickBehaviour": "検索エディターで結果をダブルクリックした場合の効果を構成します。",
|
|
9043
|
+
"search.searchEditor.singleClickBehaviour.default": "シングルクリックでは何も行われません。",
|
|
9044
|
+
"search.searchEditor.singleClickBehaviour.peekDefinition": "シングルクリックすると、[定義をここに表示] ウィンドウが開きます。",
|
|
9045
9045
|
"search.searchOnType": "入力中の文字列を全てのファイルから検索する。",
|
|
9046
9046
|
"search.searchOnTypeDebouncePeriod": "{0} が有効になっている場合、文字入力と検索開始の間の入力待ちをミリ秒単位で制御します。{0} が無効になっている場合、効果はありません。",
|
|
9047
9047
|
"search.seedOnFocus": "検索ビューにフォーカスを置いたときに、検索クエリが、エディターで選択されているテキストに更新されます。これは、クリックされたときか、`workbench.views.search.focus` コマンドがトリガーされたときに発生します。",
|
|
@@ -9060,8 +9060,8 @@ var content = {
|
|
|
9060
9060
|
"searchSortOrder.type": "結果は、ファイル拡張子でアルファベット順に並べ替えられます。",
|
|
9061
9061
|
symbolsQuickAccess: "ワークスペース内のシンボルへ移動",
|
|
9062
9062
|
symbolsQuickAccessPlaceholder: "開くシンボルの名前を入力します。",
|
|
9063
|
-
textSearchPickerHelp: "
|
|
9064
|
-
textSearchPickerPlaceholder: "
|
|
9063
|
+
textSearchPickerHelp: "テキストの検索",
|
|
9064
|
+
textSearchPickerPlaceholder: "ワークスペース ファイル内のテキストを検索します。",
|
|
9065
9065
|
useGlobalIgnoreFiles: "ファイルを検索するときに、グローバル gitignore ファイル (たとえば、'$HOME/.config/git/ignore' から) を使用するかどうかを制御します。'#search.useIgnoreFiles#' を有効にする必要があります。",
|
|
9066
9066
|
useIgnoreFiles: "ファイルを検索するときに、`.gitignore` ファイルと `.ignore` ファイルを使用するかどうかを制御します。",
|
|
9067
9067
|
usePCRE2Deprecated: "廃止されました。PCRE2 でのみサポートされている正規表現機能を使用すると、PCRE2 が自動的に使用されます。",
|
|
@@ -9087,7 +9087,7 @@ var content = {
|
|
|
9087
9087
|
miFindInFiles: "フォルダーを指定して検索(&&I)",
|
|
9088
9088
|
restrictResultsToFolder: "検索をフォルダーに制限",
|
|
9089
9089
|
revealInSideBar: "エクスプローラー ビューで表示",
|
|
9090
|
-
"search.expandRecursively": "
|
|
9090
|
+
"search.expandRecursively": "再帰的に展開する"
|
|
9091
9091
|
},
|
|
9092
9092
|
"vs/workbench/contrib/search/browser/searchActionsNav": {
|
|
9093
9093
|
"AddCursorsAtSearchResults.label": "検索結果にカーソルを追加",
|
|
@@ -9118,7 +9118,7 @@ var content = {
|
|
|
9118
9118
|
showTriggerActions: "ワークスペース内のシンボルへ移動..."
|
|
9119
9119
|
},
|
|
9120
9120
|
"vs/workbench/contrib/search/browser/searchActionsTextQuickAccess": {
|
|
9121
|
-
quickTextSearch: "
|
|
9121
|
+
quickTextSearch: "クイック検索:"
|
|
9122
9122
|
},
|
|
9123
9123
|
"vs/workbench/contrib/search/browser/searchActionsTopBar": {
|
|
9124
9124
|
"CancelSearchAction.label": "検索のキャンセル",
|
|
@@ -9131,7 +9131,7 @@ var content = {
|
|
|
9131
9131
|
clearSearchHistoryLabel: "検索履歴のクリア"
|
|
9132
9132
|
},
|
|
9133
9133
|
"vs/workbench/contrib/search/browser/searchFindInput": {
|
|
9134
|
-
aiDescription: "
|
|
9134
|
+
aiDescription: "AI を使用します",
|
|
9135
9135
|
"searchFindInputNotebookFilter.label": "ノートブック検索フィルター"
|
|
9136
9136
|
},
|
|
9137
9137
|
"vs/workbench/contrib/search/browser/searchIcons": {
|
|
@@ -9151,8 +9151,8 @@ var content = {
|
|
|
9151
9151
|
searchShowAsTree: "検索ビューで結果をツリーとして表示するためのアイコン。",
|
|
9152
9152
|
searchShowContextIcon: "検索エディターでコンテキストを切り替えるためのアイコン。",
|
|
9153
9153
|
searchShowReplaceIcon: "検索ビューの置換セクションを展開するためのアイコン。",
|
|
9154
|
-
searchSparkleEmpty: "
|
|
9155
|
-
searchSparkleFilled: "
|
|
9154
|
+
searchSparkleEmpty: "検索で AI の結果を非表示にするアイコン。",
|
|
9155
|
+
searchSparkleFilled: "AI の結果を検索に表示するアイコン。",
|
|
9156
9156
|
searchStopIcon: "検索ビュー内の停止のためのアイコン。",
|
|
9157
9157
|
searchViewIcon: "検索ビューのアイコンを表示します。"
|
|
9158
9158
|
},
|
|
@@ -9385,39 +9385,39 @@ var content = {
|
|
|
9385
9385
|
"vscode.extension.contributes.snippets-path": "スニペット ファイルのパス。拡張機能フォルダーの相対パスであり、通常 './snippets/' で始まります。"
|
|
9386
9386
|
},
|
|
9387
9387
|
"vs/workbench/contrib/speech/browser/speechService": {
|
|
9388
|
-
speechProviderDescription: "
|
|
9389
|
-
speechProviderName: "
|
|
9390
|
-
"vscode.extension.contributes.speechProvider": "
|
|
9388
|
+
speechProviderDescription: "UI に表示される、この音声認識プロバイダーの説明。",
|
|
9389
|
+
speechProviderName: "この音声プロバイダーの一意の名前。",
|
|
9390
|
+
"vscode.extension.contributes.speechProvider": "音声プロバイダーを提供する"
|
|
9391
9391
|
},
|
|
9392
9392
|
"vs/workbench/contrib/speech/common/speechService": {
|
|
9393
|
-
hasSpeechProvider: "
|
|
9394
|
-
"speechLanguage.da-DK": "
|
|
9395
|
-
"speechLanguage.de-DE": "
|
|
9396
|
-
"speechLanguage.en-AU": "
|
|
9397
|
-
"speechLanguage.en-CA": "
|
|
9398
|
-
"speechLanguage.en-GB": "
|
|
9399
|
-
"speechLanguage.en-IE": "
|
|
9400
|
-
"speechLanguage.en-IN": "
|
|
9401
|
-
"speechLanguage.en-NZ": "
|
|
9402
|
-
"speechLanguage.en-US": "
|
|
9403
|
-
"speechLanguage.es-ES": "
|
|
9404
|
-
"speechLanguage.es-MX": "
|
|
9405
|
-
"speechLanguage.fr-CA": "
|
|
9406
|
-
"speechLanguage.fr-FR": "
|
|
9407
|
-
"speechLanguage.hi-IN": "
|
|
9408
|
-
"speechLanguage.it-IT": "
|
|
9409
|
-
"speechLanguage.ja-JP": "
|
|
9410
|
-
"speechLanguage.ko-KR": "
|
|
9411
|
-
"speechLanguage.nl-NL": "
|
|
9412
|
-
"speechLanguage.pt-BR": "
|
|
9413
|
-
"speechLanguage.pt-PT": "
|
|
9414
|
-
"speechLanguage.ru-RU": "
|
|
9415
|
-
"speechLanguage.sv-SE": "
|
|
9416
|
-
"speechLanguage.tr-TR": "
|
|
9417
|
-
"speechLanguage.zh-CN": "
|
|
9418
|
-
"speechLanguage.zh-HK": "
|
|
9419
|
-
"speechLanguage.zh-TW": "
|
|
9420
|
-
speechToTextInProgress: "
|
|
9393
|
+
hasSpeechProvider: "音声プロバイダーが音声サービスに登録されています。",
|
|
9394
|
+
"speechLanguage.da-DK": "デンマーク語 (デンマーク)",
|
|
9395
|
+
"speechLanguage.de-DE": "ドイツ語 (ドイツ)",
|
|
9396
|
+
"speechLanguage.en-AU": "英語 (オーストラリア)",
|
|
9397
|
+
"speechLanguage.en-CA": "英語 (カナダ)",
|
|
9398
|
+
"speechLanguage.en-GB": "英語 (イギリス)",
|
|
9399
|
+
"speechLanguage.en-IE": "英語 (アイルランド)",
|
|
9400
|
+
"speechLanguage.en-IN": "英語 (インド)",
|
|
9401
|
+
"speechLanguage.en-NZ": "英語 (ニュージーランド)",
|
|
9402
|
+
"speechLanguage.en-US": "英語 (米国)",
|
|
9403
|
+
"speechLanguage.es-ES": "スペイン語 (スペイン)",
|
|
9404
|
+
"speechLanguage.es-MX": "スペイン語 (メキシコ)",
|
|
9405
|
+
"speechLanguage.fr-CA": "フランス語 (カナダ)",
|
|
9406
|
+
"speechLanguage.fr-FR": "フランス語 (フランス)",
|
|
9407
|
+
"speechLanguage.hi-IN": "ヒンディー語 (インド)",
|
|
9408
|
+
"speechLanguage.it-IT": "イタリア語 (イタリア)",
|
|
9409
|
+
"speechLanguage.ja-JP": "日本語 (日本)",
|
|
9410
|
+
"speechLanguage.ko-KR": "韓国語 (韓国)",
|
|
9411
|
+
"speechLanguage.nl-NL": "オランダ語 (オランダ)",
|
|
9412
|
+
"speechLanguage.pt-BR": "ポルトガル語 (ブラジル)",
|
|
9413
|
+
"speechLanguage.pt-PT": "ポルトガル語 (ポルトガル)",
|
|
9414
|
+
"speechLanguage.ru-RU": "ロシア語 (ロシア)",
|
|
9415
|
+
"speechLanguage.sv-SE": "スウェーデン語 (スウェーデン)",
|
|
9416
|
+
"speechLanguage.tr-TR": "トルコ語 (トルコ)",
|
|
9417
|
+
"speechLanguage.zh-CN": "中国語 (簡体字、中国)",
|
|
9418
|
+
"speechLanguage.zh-HK": "中国語 (繁体、香港特別行政区)",
|
|
9419
|
+
"speechLanguage.zh-TW": "中国語 (繁体字、台湾)",
|
|
9420
|
+
speechToTextInProgress: "音声テキスト変換セッションが進行中です。"
|
|
9421
9421
|
},
|
|
9422
9422
|
"vs/workbench/contrib/surveys/browser/ces.contribution": {
|
|
9423
9423
|
cesSurveyQuestion: "VS Code チームを支援しませんか? これまで VS Code を使ったご感想をお聞かせください。",
|
|
@@ -9511,7 +9511,7 @@ var content = {
|
|
|
9511
9511
|
"runTask.label": "フィルター処理するタスクのラベルまたは用語",
|
|
9512
9512
|
"runTask.task": "フィルター処理するタスクのラベルまたは用語",
|
|
9513
9513
|
"runTask.type": "投稿済みタスクの種類",
|
|
9514
|
-
"saveBeforeRun.dontSave": "
|
|
9514
|
+
"saveBeforeRun.dontSave": "保存しない(&&N)",
|
|
9515
9515
|
"saveBeforeRun.save": "保存(&&S)",
|
|
9516
9516
|
savePersistentTask: "永続タスクの保存中: {0}",
|
|
9517
9517
|
selectProblemMatcher: "スキャンするタスク出力のエラーと警告の種類を選択",
|
|
@@ -9898,11 +9898,11 @@ var content = {
|
|
|
9898
9898
|
},
|
|
9899
9899
|
"vs/workbench/contrib/terminal/browser/terminalActions": {
|
|
9900
9900
|
emptyTerminalNameInfo: "名前を指定しない場合、既定値にリセットされます",
|
|
9901
|
-
"goToRecentDirectory.metadata": "
|
|
9901
|
+
"goToRecentDirectory.metadata": "最近使用したフォルダーに移動します",
|
|
9902
9902
|
miStickyScroll: "固定スクロール(&&S)",
|
|
9903
|
-
"newWithProfile.location": "
|
|
9904
|
-
"newWithProfile.location.editor": "
|
|
9905
|
-
"newWithProfile.location.view": "
|
|
9903
|
+
"newWithProfile.location": "ターミナルを作成する場所",
|
|
9904
|
+
"newWithProfile.location.editor": "エディターでターミナルを作成する",
|
|
9905
|
+
"newWithProfile.location.view": "ターミナル ビューでターミナルを作成する",
|
|
9906
9906
|
noUnattachedTerminals: "アタッチ先にする、アタッチされていないターミナルがありません",
|
|
9907
9907
|
quickAccessTerminal: "アクティブなターミナルの切り替え",
|
|
9908
9908
|
sendSequence: "ターミナルに送信するテキストのシーケンス",
|
|
@@ -9928,7 +9928,7 @@ var content = {
|
|
|
9928
9928
|
"workbench.action.terminal.focusPrevious": "前のターミナル グループにフォーカス",
|
|
9929
9929
|
"workbench.action.terminal.focusPreviousPane": "ターミナル グループ内の前のターミナルにフォーカス",
|
|
9930
9930
|
"workbench.action.terminal.goToRecentDirectory": "最近使用したディレクトリに移動する...",
|
|
9931
|
-
"workbench.action.terminal.join": "
|
|
9931
|
+
"workbench.action.terminal.join": "ターミナルに参加する...",
|
|
9932
9932
|
"workbench.action.terminal.join.insufficientTerminals": "参加アクションに必要なターミナルが不足しています",
|
|
9933
9933
|
"workbench.action.terminal.join.onlySplits": "すべてのターミナルは既に参加済みです",
|
|
9934
9934
|
"workbench.action.terminal.joinInstance": "ターミナルに参加する",
|
|
@@ -10039,7 +10039,7 @@ var content = {
|
|
|
10039
10039
|
"workbench.action.terminal.copySelection.short": "コピー",
|
|
10040
10040
|
"workbench.action.terminal.copySelectionAsHtml": "HTML としてコピーする",
|
|
10041
10041
|
"workbench.action.terminal.joinInstance": "ターミナルに参加する",
|
|
10042
|
-
"workbench.action.terminal.newWithProfile.short": "
|
|
10042
|
+
"workbench.action.terminal.newWithProfile.short": "プロファイルを使用した新しいターミナル...",
|
|
10043
10043
|
"workbench.action.terminal.openSettings": "ターミナル設定の構成",
|
|
10044
10044
|
"workbench.action.terminal.paste.short": "貼り付け",
|
|
10045
10045
|
"workbench.action.terminal.renameInstance": "名前の変更...",
|
|
@@ -10068,7 +10068,7 @@ var content = {
|
|
|
10068
10068
|
},
|
|
10069
10069
|
"vs/workbench/contrib/terminal/browser/terminalQuickAccess": {
|
|
10070
10070
|
renameTerminal: "ターミナルの名前変更",
|
|
10071
|
-
"workbench.action.terminal.newWithProfilePlus": "
|
|
10071
|
+
"workbench.action.terminal.newWithProfilePlus": "(プロファイルを使用した) 新しいターミナルを作成する...",
|
|
10072
10072
|
"workbench.action.terminal.newplus": "新しいターミナルの作成"
|
|
10073
10073
|
},
|
|
10074
10074
|
"vs/workbench/contrib/terminal/browser/terminalRunRecentQuickPick": {
|
|
@@ -10194,13 +10194,13 @@ var content = {
|
|
|
10194
10194
|
process: "ターミナル プロセスの名前",
|
|
10195
10195
|
separator: "値か固定のテキストで囲われたとき、条件付きの区切り記号 {0} を表示します。",
|
|
10196
10196
|
sequence: "プロセスによってターミナルに指定された名前",
|
|
10197
|
-
"suggestEnabled.deprecated": "
|
|
10197
|
+
"suggestEnabled.deprecated": "これは試験的な設定であり、ターミナルが壊れる可能性があります。ご使用は自己責任でお願いいたします。",
|
|
10198
10198
|
task: "このターミナルがタスクに関連付けられていることを示す",
|
|
10199
10199
|
"terminal.integrated.accessibleViewFocusOnCommandExecution": "コマンド実行時にターミナルのアクセス可能ビューをフォーカスします。",
|
|
10200
10200
|
"terminal.integrated.accessibleViewPreserveCursorPosition": "バッファーの下部に設定するのではなく、ターミナルのアクセス可能なビューを再度開いたときにカーソルの位置を保持します。",
|
|
10201
10201
|
"terminal.integrated.allowChords": "ターミナルでコードのキーバインドを許可するかどうか。これが true で、キーストロークの結果がコード内の場合、{0} をバイパスすることに注意してください。これを false に設定すると、Ctrl + k キーを (VS Code ではなく) シェルに移動する場合に特に便利です。",
|
|
10202
10202
|
"terminal.integrated.allowMnemonics": "メニュー バー ニーモニック (Alt+F など) でメニュー バーを開くかどうかを指定します。これを true にした場合、すべての Alt キーストロークがシェルをスキップするようになることにご注意ください。これは、macOS では何の効果もありません。",
|
|
10203
|
-
"terminal.integrated.allowedLinkSchemes": "
|
|
10203
|
+
"terminal.integrated.allowedLinkSchemes": "ターミナルがリンクを開くことを許可されている URI スキームを含む文字列の配列。既定では、セキュリティ上の理由から、可能なスキームの小さなサブセットのみが許可されます。",
|
|
10204
10204
|
"terminal.integrated.altClickMovesCursor": "有効にすると、alt/option を押しながらクリックすると、{0} が {1} (既定値) に設定されているときに、プロンプト カーソルがマウスの下に移動します。シェルによっては、これは確実に機能しない可能性があります。",
|
|
10205
10205
|
"terminal.integrated.autoReplies": "ターミナルで検出されたときに自動的に応答されるメッセージ セットです。メッセージが十分に具体的であれば、これを使用して一般的な応答を自動化できます。\r\n\r\n注釈:\r\n\r\n- {0} を使用して、Windows でバッチ ジョブの終了プロンプトに自動的に応答します。\r\n- メッセージにはエスケープ シーケンスが含まれるため、返信はスタイル付きテキストにならない可能性があります。\r\n- 各返信は 1 秒に 1 回のみ行えます。\r\n- 返信で Enter キーを示すには、{1} を使用します。\r\n- 既定のキーの設定を解除するには、値を null 値に設定します。\r\n- 新しい VS Code が適用されない場合は、VS Code を再起動します。",
|
|
10206
10206
|
"terminal.integrated.autoReplies.reply": "プロセスに送信する返信。",
|
|
@@ -10275,9 +10275,9 @@ var content = {
|
|
|
10275
10275
|
"terminal.integrated.localEchoStyle": "ローカル エコー テキストの端末スタイル。フォント スタイルまたは RGB カラー。",
|
|
10276
10276
|
"terminal.integrated.macOptionClickForcesSelection": "macOS で option キーを押しながらクリックしたときに選択を強制するかどうかを制御します。これにより、標準 (行) の選択が強制され、列選択モードが使用されなくなります。これにより、たとえば tmux でマウス モードが有効になっている場合などに、通常のターミナル選択を使用してコピーと貼り付けを行うことができます。",
|
|
10277
10277
|
"terminal.integrated.macOptionIsMeta": "option キーを macOS 上のターミナルの meta キーとして扱うかどうかを制御します。",
|
|
10278
|
-
"terminal.integrated.middleClickBehavior": "
|
|
10279
|
-
"terminal.integrated.middleClickBehavior.default": "
|
|
10280
|
-
"terminal.integrated.middleClickBehavior.paste": "
|
|
10278
|
+
"terminal.integrated.middleClickBehavior": "ターミナルがミドル クリックにどのように反応するかを制御します。",
|
|
10279
|
+
"terminal.integrated.middleClickBehavior.default": "プラットフォームは既定でターミナルにフォーカスします。Linux では、選択内容も貼り付けられます。",
|
|
10280
|
+
"terminal.integrated.middleClickBehavior.paste": "ミドル クリック時に貼り付けます。",
|
|
10281
10281
|
"terminal.integrated.minimumContrastRatio": "各セルの前景色を設定すると、指定されたコントラスト比に見合うように変更を試みます。#146406 ごとの 'powerline' 文字には適用されないことに注意してください。値の例: \r\n\r\n- 1: 何も実行せず、標準テーマ カラーを使用します。\r\n- 4.5: [WCAG AA 準拠 (最低)](https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html) (既定)。\r\n- 7: [WCAG AAA 準拠 (拡張)](https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast7.html)。\r\n- 21: 黒地に白、または白地に黒。",
|
|
10282
10282
|
"terminal.integrated.mouseWheelScrollSensitivity": "マウス ホイールのスクロール イベントの 'deltaY' で使用される乗数です。",
|
|
10283
10283
|
"terminal.integrated.mouseWheelZoom": "`Ctrl` キーを押しながらマウス ホイールを使用してターミナルのフォントをズームします。",
|
|
@@ -10286,7 +10286,7 @@ var content = {
|
|
|
10286
10286
|
"terminal.integrated.persistentSessionReviveProcess.never": "ターミナル バッファーの復元や、プロセスの再作成を行わないでください。",
|
|
10287
10287
|
"terminal.integrated.persistentSessionReviveProcess.onExit": "Windows または Linux で最後のウィンドウが閉じられた後、`workbench.action.quit` コマンドがトリガーされた場合 (コマンド パレット、キー バインド、メニュー) にプロセスの再活性化を行います。",
|
|
10288
10288
|
"terminal.integrated.persistentSessionReviveProcess.onExitAndWindowClose": "Windows または Linux で最後のウィンドウが閉じられた後、`workbench.action.quit` コマンドがトリガーされた場合 (コマンド パレット、キー バインド、メニュー)、またはウィンドウが閉じられた場合にプロセスの再活性化を行います。",
|
|
10289
|
-
"terminal.integrated.rescaleOverlappingGlyphs": "
|
|
10289
|
+
"terminal.integrated.rescaleOverlappingGlyphs": "横幅が 1 セルのグリフで、後続のセルに重なるグリフがあるときに、グリフを横方向にリスケールするかどうか。これは通常、等幅フォントでは使用されないあいまいな幅文字 (例: ローマ数字文字 U+2160+) で発生します。絵文字グリフはリスケーリングされません。",
|
|
10290
10290
|
"terminal.integrated.rightClickBehavior": "右クリックに対するターミナルの反応を制御します。",
|
|
10291
10291
|
"terminal.integrated.rightClickBehavior.copyPaste": "選択範囲がある場合はコピーし、それ以外の場合は貼り付けます。",
|
|
10292
10292
|
"terminal.integrated.rightClickBehavior.default": "コンテキスト メニューを表示します。",
|
|
@@ -10300,7 +10300,7 @@ var content = {
|
|
|
10300
10300
|
"terminal.integrated.shellIntegration.decorationsEnabled.gutter": "ターミナルの左側に余白のデコレーションを表示する",
|
|
10301
10301
|
"terminal.integrated.shellIntegration.decorationsEnabled.never": "装飾を表示しない",
|
|
10302
10302
|
"terminal.integrated.shellIntegration.decorationsEnabled.overviewRuler": "ターミナルの右側に概要ルーラー デコレーションを表示する",
|
|
10303
|
-
"terminal.integrated.shellIntegration.enabled": "
|
|
10303
|
+
"terminal.integrated.shellIntegration.enabled": "強化されたコマンド追跡や現在の作業ディレクトリの検出などの機能をサポートするために、シェル統合で自動挿入するか否かを決定します。\r\n\r\nシェル統合は、シェルをスタートアップ スクリプトで導入することで機能します。そのスクリプトは、ターミナル内で何が起こっているかについて VS Code 分析情報を提供します。\r\n\r\nサポートされているシェル:\r\n\r\n- Linux/macOS: bash、fish、pwsh、zsh\r\n- Windows: pwsh、git bash\r\n\r\nこの設定はターミナルが作成されたときにのみ適用されるため、ターミナルを再起動して有効にする必要があります。\r\n\r\nターミナル プロファイルでカスタム引数が定義されていて、{1}が有効になっている場合、[complex bash `PROMPT_COMMAND`](https://code.visualstudio.com/docs/editor/integrated-terminal#_complex-bash-promptcommand)、またはその他のサポートされていないセットアップがある場合は、スクリプト挿入が機能しないことがあります。デコレーションを無効化するには、{0} をご覧ください",
|
|
10304
10304
|
"terminal.integrated.shellIntegration.history": "ターミナル コマンド履歴に保持する最近使用したコマンドの数を制御します。ターミナル コマンド履歴を無効にするには、[0] に設定します。",
|
|
10305
10305
|
"terminal.integrated.shellIntegration.suggestEnabled": "{0} が {1} に設定されている場合、サポートされているシェルの試験的なターミナル Intellisense 候補が有効になります。シェル統合が手動でインストールされている場合、スクリプトを呼び出す前に {2} が {3} に設定されている必要があります。",
|
|
10306
10306
|
"terminal.integrated.showExitAlert": "終了コードがゼロ以外の場合に、\"ターミナルの処理が終了しました (終了コード: )\" という警告を表示するかどうかを制御します。",
|
|
@@ -10429,60 +10429,60 @@ var content = {
|
|
|
10429
10429
|
shellIntegration: "ターミナルにはシェル統合と呼ばれる機能があり、強化されたエクスペリエンスを提供し、スクリーン リーダーに次のような便利なコマンドを提供します:"
|
|
10430
10430
|
},
|
|
10431
10431
|
"vs/workbench/contrib/terminalContrib/chat/browser/terminalChat": {
|
|
10432
|
-
chatAgentRegisteredContextKey: "
|
|
10433
|
-
chatFocusedContextKey: "
|
|
10434
|
-
chatInputHasTextContextKey: "
|
|
10435
|
-
chatRequestActiveContextKey: "
|
|
10436
|
-
chatResponseContainsCodeBlockContextKey: "
|
|
10437
|
-
chatResponseContainsMultipleCodeBlocksContextKey: "
|
|
10438
|
-
chatResponseSupportsIssueReportingContextKey: "
|
|
10439
|
-
chatVisibleContextKey: "
|
|
10440
|
-
interactiveSessionResponseVote: "
|
|
10432
|
+
chatAgentRegisteredContextKey: "ターミナル チャット エージェントが登録されているかどうか。",
|
|
10433
|
+
chatFocusedContextKey: "チャット ビューがフォーカスされているかどうか。",
|
|
10434
|
+
chatInputHasTextContextKey: "チャット入力にテキストがあるかどうか。",
|
|
10435
|
+
chatRequestActiveContextKey: "アクティブなチャット要求があるかどうか。",
|
|
10436
|
+
chatResponseContainsCodeBlockContextKey: "チャット応答にコード ブロックが含まれているかどうか。",
|
|
10437
|
+
chatResponseContainsMultipleCodeBlocksContextKey: "チャット応答に複数のコード ブロックが含まれているかどうか。",
|
|
10438
|
+
chatResponseSupportsIssueReportingContextKey: "応答が問題の報告をサポートしているかどうか",
|
|
10439
|
+
chatVisibleContextKey: "チャット ビューが表示されるかどうか。",
|
|
10440
|
+
interactiveSessionResponseVote: "回答が可決されると、'up' に設定されます。否決されると、'down' に設定されます。それ以外の場合は空の文字列です。"
|
|
10441
10441
|
},
|
|
10442
10442
|
"vs/workbench/contrib/terminalContrib/chat/browser/terminalChatAccessibilityHelp": {
|
|
10443
|
-
"chat.signals": "
|
|
10444
|
-
"inlineChat.access": "
|
|
10445
|
-
"inlineChat.focusInput": "
|
|
10446
|
-
"inlineChat.focusInputNoKb": "
|
|
10447
|
-
"inlineChat.focusResponse": "
|
|
10448
|
-
"inlineChat.focusResponseNoKb": "
|
|
10449
|
-
"inlineChat.input": "
|
|
10450
|
-
"inlineChat.inputNoKb": "
|
|
10451
|
-
"inlineChat.insertCommand": "
|
|
10452
|
-
"inlineChat.insertCommandNoKb": "
|
|
10453
|
-
"inlineChat.inspectResponseMessage": "
|
|
10454
|
-
"inlineChat.inspectResponseNoKb": "
|
|
10455
|
-
"inlineChat.overview": "
|
|
10456
|
-
"inlineChat.runCommand": "
|
|
10457
|
-
"inlineChat.runCommandNoKb": "
|
|
10458
|
-
"inlineChat.toolbar": "
|
|
10443
|
+
"chat.signals": "アクセシビリティ シグナルは、signals.chat のプレフィックスを持つ設定を使用して変更できます。既定では、要求に 4 秒以上かかる場合は、進行状況がまだ発生していることを示すサウンドが聞こえます。",
|
|
10444
|
+
"inlineChat.access": "コマンド: Terminal: Start Chat ({0}) を使用してアクティブ化できます。これにより入力ボックスがフォーカスを取得します。",
|
|
10445
|
+
"inlineChat.focusInput": "応答 ({0}) から入力ボックスに到達します。",
|
|
10446
|
+
"inlineChat.focusInputNoKb": "Shift キーを押しながら Tab キーを押すか、コマンド: Focus Terminal Input のキー バインドを割り当てることで、入力ボックスから応答に到達します。",
|
|
10447
|
+
"inlineChat.focusResponse": "入力ボックス ({0}) から応答に到達します。",
|
|
10448
|
+
"inlineChat.focusResponseNoKb": "タブ移動するか、コマンド (ターミナル応答にフォーカス) にキー バインドを割り当てると、入力ボックスから応答に到達します。",
|
|
10449
|
+
"inlineChat.input": "入力ボックスは、ユーザーが要求を入力し、要求 ({0}) を行うことができる場所です。ウィジェットは閉じられ、Esc キーが押されるとすべてのコンテンツが破棄され、ターミナルはフォーカスを再取得します。",
|
|
10450
|
+
"inlineChat.inputNoKb": "入力ボックスは、ユーザーが要求を入力し、[要求の作成] ボタンにタブ移動して要求を行うことができる場所ですが、これは現在、キーバインドではトリガーできません。ウィジェットは閉じられ、Esc キーが押されるとすべてのコンテンツが破棄され、ターミナルはフォーカスを再取得します。",
|
|
10451
|
+
"inlineChat.insertCommand": "入力ボックス のコマンド エディターにフォーカスがある場合、Terminal: Insert Chat コマンド ({0}) アクション。",
|
|
10452
|
+
"inlineChat.insertCommandNoKb": "現在、キー バインドによってアクションをトリガーできないため、ボタンに Tab キーを押してコマンドを挿入します。",
|
|
10453
|
+
"inlineChat.inspectResponseMessage": "応答は、アクセシビリティの高いビュー ({0}) で検査できます。",
|
|
10454
|
+
"inlineChat.inspectResponseNoKb": "入力ボックスがフォーカスされている状態で、[アクセス可能なビューを開く] コマンドを使用してアクセス可能なビューの応答を検査します。これは現在、キー バインドではトリガーできません。",
|
|
10455
|
+
"inlineChat.overview": "インライン チャットはターミナル内で行われます。ターミナル コマンドを提案する場合に便利です。AI によって生成されたコードが正しくない可能性があることにご注意ください。",
|
|
10456
|
+
"inlineChat.runCommand": "入力ボックスまたはコマンド エディターにフォーカスがある場合、Terminal: Run Chat コマンド ({0}) アクション。",
|
|
10457
|
+
"inlineChat.runCommandNoKb": "現在、キー バインドによってアクションをトリガーできないため、Tab キーでボタンに移動してコマンドを実行します。",
|
|
10458
|
+
"inlineChat.toolbar": "タブを使用して、コマンド、ステータス、メッセージ応答などの条件付き部分にアクセスします。"
|
|
10459
10459
|
},
|
|
10460
10460
|
"vs/workbench/contrib/terminalContrib/chat/browser/terminalChatActions": {
|
|
10461
|
-
cancelChat: "
|
|
10462
|
-
closeChat: "
|
|
10463
|
-
discard: "
|
|
10464
|
-
discardDescription: "
|
|
10465
|
-
focusTerminalInput: "
|
|
10466
|
-
focusTerminalResponse: "
|
|
10467
|
-
insert: "
|
|
10468
|
-
insertCommand: "
|
|
10469
|
-
insertFirst: "
|
|
10470
|
-
insertFirstCommand: "
|
|
10471
|
-
makeChatRequest: "
|
|
10472
|
-
reportIssue: "
|
|
10473
|
-
run: "
|
|
10474
|
-
runCommand: "
|
|
10475
|
-
runFirst: "
|
|
10476
|
-
runFirstCommand: "
|
|
10477
|
-
startChat: "
|
|
10478
|
-
viewInChat: "
|
|
10461
|
+
cancelChat: "チャットのキャンセル",
|
|
10462
|
+
closeChat: "チャットを閉じる",
|
|
10463
|
+
discard: "破棄",
|
|
10464
|
+
discardDescription: "ターミナルの現在のチャット応答を破棄し、チャット ウィジェットを非表示にして、チャット入力をクリアします。",
|
|
10465
|
+
focusTerminalInput: "ターミナル入力にフォーカス",
|
|
10466
|
+
focusTerminalResponse: "ターミナルの応答にフォーカス",
|
|
10467
|
+
insert: "挿入",
|
|
10468
|
+
insertCommand: "チャットの挿入コマンド",
|
|
10469
|
+
insertFirst: "最初に挿入",
|
|
10470
|
+
insertFirstCommand: "最初にチャットを挿入コマンド",
|
|
10471
|
+
makeChatRequest: "チャット要求を行う",
|
|
10472
|
+
reportIssue: "問題を報告",
|
|
10473
|
+
run: "実行",
|
|
10474
|
+
runCommand: "チャットの実行コマンド",
|
|
10475
|
+
runFirst: "最初に実行",
|
|
10476
|
+
runFirstCommand: "最初のチャット コマンドの実行",
|
|
10477
|
+
startChat: "ターミナルで開始",
|
|
10478
|
+
viewInChat: "チャットで表示する"
|
|
10479
10479
|
},
|
|
10480
10480
|
"vs/workbench/contrib/terminalContrib/chat/browser/terminalChatWidget": {
|
|
10481
|
-
"default.placeholder": "
|
|
10482
|
-
"welcome.1": "AI
|
|
10481
|
+
"default.placeholder": "ターミナルで何かを行う方法を確認する",
|
|
10482
|
+
"welcome.1": "AI 生成のコマンドは、正しくない可能性があります"
|
|
10483
10483
|
},
|
|
10484
10484
|
"vs/workbench/contrib/terminalContrib/developer/browser/terminal.developer.contribution": {
|
|
10485
|
-
terminalDevMode: "
|
|
10485
|
+
terminalDevMode: "ターミナル開発モード",
|
|
10486
10486
|
"workbench.action.terminal.restartPtyHost": "PTY ホストの再起動",
|
|
10487
10487
|
"workbench.action.terminal.showTextureAtlas": "ターミナル テクスチャ Atlas の表示",
|
|
10488
10488
|
"workbench.action.terminal.writeDataToTerminal": "ターミナルへのデータの書き込み",
|
|
@@ -10516,7 +10516,7 @@ var content = {
|
|
|
10516
10516
|
"workbench.action.terminal.openDetectedLink": "検出されたリンクを開く...",
|
|
10517
10517
|
"workbench.action.terminal.openLastLocalFileLink": "最新のローカル ファイル リンクを開く",
|
|
10518
10518
|
"workbench.action.terminal.openLastUrlLink": "最新の URL リンクを開く",
|
|
10519
|
-
"workbench.action.terminal.openLastUrlLink.description": "
|
|
10519
|
+
"workbench.action.terminal.openLastUrlLink.description": "ターミナルで最後に検出された URL/URI リンクを開きます"
|
|
10520
10520
|
},
|
|
10521
10521
|
"vs/workbench/contrib/terminalContrib/links/browser/terminalLinkDetectorAdapter": {
|
|
10522
10522
|
focusFolder: "エクスプローラーのフォルダーにフォーカス",
|
|
@@ -10526,11 +10526,11 @@ var content = {
|
|
|
10526
10526
|
searchWorkspace: "ワークスペースを検索"
|
|
10527
10527
|
},
|
|
10528
10528
|
"vs/workbench/contrib/terminalContrib/links/browser/terminalLinkManager": {
|
|
10529
|
-
allow: "
|
|
10529
|
+
allow: "{0} を許可",
|
|
10530
10530
|
followForwardedLink: "転送ポートを使用してリンクにアクセスする",
|
|
10531
10531
|
followLink: "リンクにアクセス",
|
|
10532
10532
|
followLinkUrl: "リンク",
|
|
10533
|
-
scheme: "
|
|
10533
|
+
scheme: "URI を開くのは安全でない可能性があります。スキーム {0} でリンクを開くことを許可しますか?",
|
|
10534
10534
|
"terminalLinkHandler.followLinkAlt": "Alt + クリック",
|
|
10535
10535
|
"terminalLinkHandler.followLinkAlt.mac": "option + クリック",
|
|
10536
10536
|
"terminalLinkHandler.followLinkCmd": "cmd + クリック",
|
|
@@ -10586,12 +10586,12 @@ var content = {
|
|
|
10586
10586
|
},
|
|
10587
10587
|
"vs/workbench/contrib/testing/browser/codeCoverageDecorations": {
|
|
10588
10588
|
"coverage.branchCovered": "{1} のブランチ {0} は {2} 回実行されました。",
|
|
10589
|
-
"coverage.branchCoveredYes": "
|
|
10589
|
+
"coverage.branchCoveredYes": "{1} のブランチ {0} が実行されました。",
|
|
10590
10590
|
"coverage.branchNotCovered": "{1} のブランチ {0} はカバーされませんでした。",
|
|
10591
10591
|
"coverage.branches": "{2} のブランチの {0} / {1} がカバーされました。",
|
|
10592
10592
|
"coverage.declExecutedCount": "`{0}` は {1} 回実行されました。",
|
|
10593
|
-
"coverage.declExecutedNo": "
|
|
10594
|
-
"coverage.declExecutedYes": "`{0}`
|
|
10593
|
+
"coverage.declExecutedNo": "'{0}' は実行されませんでした。",
|
|
10594
|
+
"coverage.declExecutedYes": "`{0}` が実行されました。",
|
|
10595
10595
|
"coverage.toggleInline": "インライン カバレッジの切り替え",
|
|
10596
10596
|
"testing.toggleInlineCoverage": "インライン カバレッジの切り替え"
|
|
10597
10597
|
},
|
|
@@ -10784,16 +10784,16 @@ var content = {
|
|
|
10784
10784
|
"testing.goToError": "ソースに移動",
|
|
10785
10785
|
"testing.goToFile": "ソースに移動",
|
|
10786
10786
|
"testing.goToNextMessage": "次のテスト エラーに移動",
|
|
10787
|
-
"testing.goToNextMessage.description": "
|
|
10787
|
+
"testing.goToNextMessage.description": "ファイル内の次のエラー メッセージを表示します",
|
|
10788
10788
|
"testing.goToPreviousMessage": "前のテスト エラーに移動",
|
|
10789
|
-
"testing.goToPreviousMessage.description": "
|
|
10789
|
+
"testing.goToPreviousMessage.description": "ファイル内の前のエラー メッセージを表示します",
|
|
10790
10790
|
"testing.markdownPeekError": "マークダウン プレビューを開けませんでした: {0}。\r\n\r\nマークダウン拡張機能が有効になっていることを確認してください。",
|
|
10791
10791
|
"testing.openMessageInEditor": "エディターで開く",
|
|
10792
10792
|
"testing.reRunLastRun": "テスト実行の再実行",
|
|
10793
10793
|
"testing.revealInExplorer": "テスト エクスプローラーで表示",
|
|
10794
10794
|
"testing.showResultOutput": "結果出力の表示",
|
|
10795
10795
|
"testing.toggleTestingPeekHistory": "クイック表示でのテスト履歴の切り替え",
|
|
10796
|
-
"testing.toggleTestingPeekHistory.description": "
|
|
10796
|
+
"testing.toggleTestingPeekHistory.description": "プレビュー ビューでのテスト実行の履歴の表示と非表示を切り替えます",
|
|
10797
10797
|
testingOutputActual: "実際の結果",
|
|
10798
10798
|
testingOutputExpected: "予期された結果",
|
|
10799
10799
|
testingPeekLabel: "テスト結果メッセージ"
|
|
@@ -10815,17 +10815,17 @@ var content = {
|
|
|
10815
10815
|
"testing.coveredBorder": "カバーされたテキストの境界線の色。",
|
|
10816
10816
|
"testing.coveredGutterBackground": "コードがカバーされた領域のとじしろの色。",
|
|
10817
10817
|
"testing.iconErrored": "テスト エクスプローラーの 'エラー発生' アイコンの色です。",
|
|
10818
|
-
"testing.iconErrored.retired": "
|
|
10818
|
+
"testing.iconErrored.retired": "テスト エクスプローラーの 'エラー発生' アイコンの廃止された色です。",
|
|
10819
10819
|
"testing.iconFailed": "テスト エクスプローラーの '失敗' アイコンの色です。",
|
|
10820
|
-
"testing.iconFailed.retired": "
|
|
10820
|
+
"testing.iconFailed.retired": "テスト エクスプローラーの '失敗' アイコンの廃止された色です。",
|
|
10821
10821
|
"testing.iconPassed": "テスト エクスプローラーの '成功' アイコンの色です。",
|
|
10822
|
-
"testing.iconPassed.retired": "
|
|
10822
|
+
"testing.iconPassed.retired": "テスト エクスプローラーの '成功' アイコンの廃止された色です。",
|
|
10823
10823
|
"testing.iconQueued": "テスト エクスプローラーの 'キューに登録済み' アイコンの色です。",
|
|
10824
|
-
"testing.iconQueued.retired": "
|
|
10824
|
+
"testing.iconQueued.retired": "テスト エクスプローラーの 'キューに登録済み' アイコンの廃止された色です。",
|
|
10825
10825
|
"testing.iconSkipped": "テスト エクスプローラーの 'スキップ' アイコンの色です。",
|
|
10826
|
-
"testing.iconSkipped.retired": "
|
|
10826
|
+
"testing.iconSkipped.retired": "テスト エクスプローラーの 'スキップ' アイコンの廃止された色です。",
|
|
10827
10827
|
"testing.iconUnset": "テスト エクスプローラーの '設定解除' アイコンの色です。",
|
|
10828
|
-
"testing.iconUnset.retired": "
|
|
10828
|
+
"testing.iconUnset.retired": "テスト エクスプローラーの '設定解除' アイコンの廃止された色です。",
|
|
10829
10829
|
"testing.message.error.decorationForeground": "エディター内にインラインで表示されるテスト エラー メッセージのテキストの色です。",
|
|
10830
10830
|
"testing.message.error.marginBackground": "エディターでインラインに表示されるエラー メッセージの横の余白色。",
|
|
10831
10831
|
"testing.message.info.decorationForeground": "エディター内にインラインで表示されるテスト情報メッセージのテキストの色です。",
|
|
@@ -10910,7 +10910,7 @@ var content = {
|
|
|
10910
10910
|
"testing.testItemIsHidden": "テスト項目が非表示になっているかどうかを示すブール値",
|
|
10911
10911
|
"testing.testMessage": "'testMessage.contextValue' に設定された値。エディター/コンテンツ、テスト/メッセージ/コンテキストで使用できます",
|
|
10912
10912
|
"testing.testResultOutdated": "結果が古い場合にエディター/コンテンツとテスト/メッセージ/コンテキストで使用できる値",
|
|
10913
|
-
"testing.testResultState": "
|
|
10913
|
+
"testing.testResultState": "項目の状態を示す使用可能なテスト/項目/結果の値。"
|
|
10914
10914
|
},
|
|
10915
10915
|
"vs/workbench/contrib/testing/common/testResult": {
|
|
10916
10916
|
runFinished: "{0} でのテスト実行"
|
|
@@ -10928,11 +10928,11 @@ var content = {
|
|
|
10928
10928
|
"button.keep": "新しいテーマを保持する",
|
|
10929
10929
|
"button.revert": "元に戻す",
|
|
10930
10930
|
"button.tryTheme": "新しいテーマを試す",
|
|
10931
|
-
cannotToggle: "
|
|
10931
|
+
cannotToggle: "設定で '{0}' が有効になっている場合、明るいテーマと暗いテーマを切り替えることはできません。",
|
|
10932
10932
|
defaultProductIconThemeLabel: "既定",
|
|
10933
10933
|
fileIconThemeCategory: "ファイル アイコン テーマ",
|
|
10934
10934
|
"generateColorTheme.label": "現在の設定から配色テーマを生成する",
|
|
10935
|
-
goToSetting: "
|
|
10935
|
+
goToSetting: "[設定] を開く",
|
|
10936
10936
|
installColorThemes: "その他の色のテーマをインストール...",
|
|
10937
10937
|
"installExtension.button.ok": "OK",
|
|
10938
10938
|
"installExtension.confirm": "これにより、'{1}' によって公開された拡張機能 '{0}' がインストールされます。続行しますか?",
|
|
@@ -10955,18 +10955,18 @@ var content = {
|
|
|
10955
10955
|
"themes.category.dark": "ダーク テーマ",
|
|
10956
10956
|
"themes.category.hc": "ハイ コントラスト テーマ",
|
|
10957
10957
|
"themes.category.light": "ライト テーマ",
|
|
10958
|
-
"themes.configure.switchingDisabled": "
|
|
10959
|
-
"themes.configure.switchingEnabled": "
|
|
10958
|
+
"themes.configure.switchingDisabled": "システム カラー モードが無効になっているのを検出します。クリックして構成してください。",
|
|
10959
|
+
"themes.configure.switchingEnabled": "システム カラー モードが有効になっているのを検出します。クリックして構成してください。",
|
|
10960
10960
|
"themes.selectIconTheme": "File Icon テーマ (プレビューするには、上/下キー) を選択する",
|
|
10961
10961
|
"themes.selectIconTheme.label": "ファイル アイコンのテーマ",
|
|
10962
10962
|
"themes.selectMarketplaceTheme": "入力して詳細を検索します。選択してインストールします。プレビューするには、上下のキーを使用してください。",
|
|
10963
10963
|
"themes.selectProductIconTheme": "Product Icon テーマ (プレビューするには、上/下キー) を選択する",
|
|
10964
10964
|
"themes.selectProductIconTheme.label": "製品アイコンのテーマ",
|
|
10965
|
-
"themes.selectTheme.darkHC": "
|
|
10966
|
-
"themes.selectTheme.darkScheme": "
|
|
10967
|
-
"themes.selectTheme.default": "
|
|
10968
|
-
"themes.selectTheme.lightHC": "
|
|
10969
|
-
"themes.selectTheme.lightScheme": "
|
|
10965
|
+
"themes.selectTheme.darkHC": "ハイ コントラスト ダーク モードの配色テーマを選択する",
|
|
10966
|
+
"themes.selectTheme.darkScheme": "システム ダーク モードの配色テーマを選択する",
|
|
10967
|
+
"themes.selectTheme.default": "配色テーマの選択 (システム カラー モードを無効にした場合の検出)",
|
|
10968
|
+
"themes.selectTheme.lightHC": "ハイ コントラスト ライト モードの配色テーマを選択する",
|
|
10969
|
+
"themes.selectTheme.lightScheme": "システム ライト モードの配色テーマの選択",
|
|
10970
10970
|
"toggleLightDarkThemes.label": "ライト テーマとダーク テーマの切り替え"
|
|
10971
10971
|
},
|
|
10972
10972
|
"vs/workbench/contrib/timeline/browser/timeline.contribution": {
|
|
@@ -11271,9 +11271,9 @@ var content = {
|
|
|
11271
11271
|
showAll: "その他...",
|
|
11272
11272
|
start: "開始",
|
|
11273
11273
|
toStart: "開始へ。",
|
|
11274
|
-
videos: "
|
|
11275
|
-
"videos-description": "
|
|
11276
|
-
"videos-title": "
|
|
11274
|
+
videos: "ビデオ",
|
|
11275
|
+
"videos-description": "短く実用的なビデオで、VS Code の必須機能について説明します",
|
|
11276
|
+
"videos-title": "\"はじめに\" チュートリアルを見る",
|
|
11277
11277
|
walkthroughs: "チュートリアル",
|
|
11278
11278
|
welcome: "ようこそ",
|
|
11279
11279
|
welcomeAriaLabel: "エディターをすぐに理解するための概要を表示します。",
|
|
@@ -11283,7 +11283,7 @@ var content = {
|
|
|
11283
11283
|
"vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution": {
|
|
11284
11284
|
deprecationMessage: "非推奨です。グローバル `workbench.reduceMotion` を使用してください。",
|
|
11285
11285
|
miWelcome: "ようこそ",
|
|
11286
|
-
minWelcomeDescription: "
|
|
11286
|
+
minWelcomeDescription: "VS Code の使用を開始するためのチュートリアルを開きます。",
|
|
11287
11287
|
pickWalkthroughs: "開くチュートリアルの選択",
|
|
11288
11288
|
welcome: "ようこそ",
|
|
11289
11289
|
"welcome.goBack": "前に戻る",
|
|
@@ -11357,7 +11357,7 @@ var content = {
|
|
|
11357
11357
|
"vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService": {
|
|
11358
11358
|
builtin: "ビルトイン",
|
|
11359
11359
|
developer: "開発者",
|
|
11360
|
-
resetGettingStartedProgressDescription: "
|
|
11360
|
+
resetGettingStartedProgressDescription: "[ようこそ] ページのすべてのチュートリアル手順の進行状況をリセットして、初めて表示されているかのように表示されるようにし、作業の開始エクスペリエンスを新たに開始します。",
|
|
11361
11361
|
resetWelcomePageWalkthroughProgress: "ウェルカム ページのチュートリアルの進行状況をリセットする"
|
|
11362
11362
|
},
|
|
11363
11363
|
"vs/workbench/contrib/welcomeGettingStarted/browser/startupPage": {
|
|
@@ -11366,8 +11366,8 @@ var content = {
|
|
|
11366
11366
|
},
|
|
11367
11367
|
"vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent": {
|
|
11368
11368
|
browseLangExts: "言語拡張機能の参照",
|
|
11369
|
-
browsePopular: "
|
|
11370
|
-
browsePopularWeb: "
|
|
11369
|
+
browsePopular: "人気の拡張機能の閲覧",
|
|
11370
|
+
browsePopularWeb: "人気の Web 拡張機能の閲覧",
|
|
11371
11371
|
cloneRepo: "リポジトリのクローン",
|
|
11372
11372
|
commandPalette: "コマンド パレットを開く",
|
|
11373
11373
|
enableSync: "バックアップと同期の設定",
|
|
@@ -11495,7 +11495,7 @@ var content = {
|
|
|
11495
11495
|
"vs/workbench/contrib/welcomeWalkthrough/browser/editor/editorWalkThrough": {
|
|
11496
11496
|
editorWalkThrough: "対話型エディタープレイグラウンド",
|
|
11497
11497
|
"editorWalkThrough.title": "エディター プレイグラウンド",
|
|
11498
|
-
editorWalkThroughMetadata: "
|
|
11498
|
+
editorWalkThroughMetadata: "エディターについて学習するための対話型プレイグラウンドを開きます。"
|
|
11499
11499
|
},
|
|
11500
11500
|
"vs/workbench/contrib/welcomeWalkthrough/browser/walkThrough.contribution": {
|
|
11501
11501
|
miPlayground: "エディター プレイグラウンド(&&N)",
|
|
@@ -11553,7 +11553,7 @@ var content = {
|
|
|
11553
11553
|
trustFolderOptionDescription: "フォルダーを信頼してすべての機能を有効にする",
|
|
11554
11554
|
trustOption: "はい、作成者を信頼します(&&Y)",
|
|
11555
11555
|
trustWorkspaceOptionDescription: "ワークスペースを信頼してすべての機能を有効にする",
|
|
11556
|
-
untrusted: "
|
|
11556
|
+
untrusted: "制限モード",
|
|
11557
11557
|
"workspace.trust.banner.always": "信頼されていないワークスペースが開かれるたびにバナーを表示します。",
|
|
11558
11558
|
"workspace.trust.banner.description": "制限モードでバナーを表示するタイミングを制御します。",
|
|
11559
11559
|
"workspace.trust.banner.never": "信頼されていないワークスペースが開かれる場合はバナーを表示しません。",
|
|
@@ -11657,7 +11657,7 @@ var content = {
|
|
|
11657
11657
|
"commentThread.editorActions": "投稿されたコメント エディターアクション",
|
|
11658
11658
|
"commentThread.title": "投稿されたコメント スレッドのタイトル メニュー",
|
|
11659
11659
|
"commentThread.titleContext": "投稿されたコメント スレッドのタイトルのプレビュー コンテキスト メニュー。コメント スレッドのプレビュー タイトルの右クリック メニューとして表示されます。",
|
|
11660
|
-
"commentsView.threadActions": "
|
|
11660
|
+
"commentsView.threadActions": "コメント ビューでの投稿されたコメント スレッドのコンテキスト メニュー",
|
|
11661
11661
|
dup0: "コマンド `{0}` は既に登録されています",
|
|
11662
11662
|
dup1: "コマンド `{0}` は既に {1} ({2}) によって登録されています",
|
|
11663
11663
|
"dupe.command": "メニュー項目において、既定と alt コマンドが同じコマンドを参照しています",
|
|
@@ -11675,7 +11675,7 @@ var content = {
|
|
|
11675
11675
|
"menus.debugCallstackContext": "[コール スタックのデバッグ] ビューのコンテキスト メニュー",
|
|
11676
11676
|
"menus.debugToolBar": "デバッグ ツール バーのメニュー",
|
|
11677
11677
|
"menus.debugVariablesContext": "[変数のデバッグ] ビューのコンテキスト メニュー",
|
|
11678
|
-
"menus.diffEditorGutterToolBarMenus": "
|
|
11678
|
+
"menus.diffEditorGutterToolBarMenus": "差分エディターの余白ツール バー",
|
|
11679
11679
|
"menus.editorContext": "エディターのコンテキスト メニュー",
|
|
11680
11680
|
"menus.editorContextCopyAs": "エディターのコンテキスト メニューの [形式を選択してコピー] サブメニュー",
|
|
11681
11681
|
"menus.editorContextShare": "エディターのコンテキスト メニューの [共有] サブメニュー",
|
|
@@ -11735,7 +11735,7 @@ var content = {
|
|
|
11735
11735
|
"submenuItem.duplicate": "'{0}' サブメニューは既に '{1}' メニューに追加されています。",
|
|
11736
11736
|
"testing.item.context": "提供されたテスト項目のメニュー",
|
|
11737
11737
|
"testing.item.gutter.title": "テスト項目のとじしろ装飾のメニュー",
|
|
11738
|
-
"testing.item.result.title": "
|
|
11738
|
+
"testing.item.result.title": "テスト結果ビューまたはクイック表示の項目のメニュー。",
|
|
11739
11739
|
"testing.message.content.title": "結果ツリー内のメッセージのコンテキスト メニュー",
|
|
11740
11740
|
"testing.message.context.title": "メッセージが表示されるエディター コンテンツをオーバーレイする目立つボタン",
|
|
11741
11741
|
"unsupported.submenureference": "メニュー項目で、サブメニューがサポートされていないメニューのサブメニューが参照されています。",
|
|
@@ -11770,27 +11770,27 @@ var content = {
|
|
|
11770
11770
|
"webview.context": "Web ビューのコンテキスト メニュー"
|
|
11771
11771
|
},
|
|
11772
11772
|
"vs/workbench/services/authentication/browser/authenticationExtensionsService": {
|
|
11773
|
-
accessRequest: "
|
|
11774
|
-
allow: "&&
|
|
11775
|
-
confirmAuthenticationAccess: "
|
|
11776
|
-
deny: "&&
|
|
11777
|
-
getSessionPlateholder: "
|
|
11778
|
-
selectAccount: "
|
|
11779
|
-
"sign in": "
|
|
11780
|
-
signInRequest: "
|
|
11781
|
-
useOtherAccount: "
|
|
11773
|
+
accessRequest: "{1}... (1) による {0} へのアクセスを許可します",
|
|
11774
|
+
allow: "許可(&&A)",
|
|
11775
|
+
confirmAuthenticationAccess: "拡張機能 '{0}' は、{1} アカウント '{2}' の認証情報にアクセスしようとしています。",
|
|
11776
|
+
deny: "拒否(&&D)",
|
|
11777
|
+
getSessionPlateholder: "使用する '{0}' のアカウントを選択するか、Esc を押してキャンセルしてください",
|
|
11778
|
+
selectAccount: "拡張機能 '{0}' には、{1} アカウントへのアクセスが必要です",
|
|
11779
|
+
"sign in": "サインインが要求されました",
|
|
11780
|
+
signInRequest: "{1} (1) を使用するには {0} でサインインします",
|
|
11781
|
+
useOtherAccount: "別のアカウントにサインインする"
|
|
11782
11782
|
},
|
|
11783
11783
|
"vs/workbench/services/authentication/browser/authenticationService": {
|
|
11784
|
-
"authentication.idConflict": "
|
|
11785
|
-
"authentication.missingId": "
|
|
11786
|
-
"authentication.missingLabel": "
|
|
11784
|
+
"authentication.idConflict": "この認証 ID '{0}' は既に登録されています",
|
|
11785
|
+
"authentication.missingId": "認証のコントリビューションには ID を指定する必要があります。",
|
|
11786
|
+
"authentication.missingLabel": "認証のコントリビューションにはラベルを指定する必要があります。"
|
|
11787
11787
|
},
|
|
11788
11788
|
"vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService": {
|
|
11789
|
-
lifecycleVeto: "
|
|
11790
|
-
retry: "&&
|
|
11791
|
-
unableToOpenWindow: "
|
|
11792
|
-
unableToOpenWindowDetail: "
|
|
11793
|
-
unableToOpenWindowError: "
|
|
11789
|
+
lifecycleVeto: "変更内容は保存されない可能性があります。[キャンセル] を押して、もう一度お試しください。",
|
|
11790
|
+
retry: "再試行(&&R)",
|
|
11791
|
+
unableToOpenWindow: "ブラウザーが新しいウィンドウを開くのを中断しました。[再試行] を押して、もう一度やり直してください。",
|
|
11792
|
+
unableToOpenWindowDetail: "今後この問題を回避するには、この Web サイトのポップアップを必ず許可してください。",
|
|
11793
|
+
unableToOpenWindowError: "新しいウィンドウを開くことができません。"
|
|
11794
11794
|
},
|
|
11795
11795
|
"vs/workbench/services/configuration/browser/configurationService": {
|
|
11796
11796
|
"configurationDefaults.description": "構成の既定値を提供する",
|
|
@@ -11996,7 +11996,7 @@ var content = {
|
|
|
11996
11996
|
disallow: "許可しない"
|
|
11997
11997
|
},
|
|
11998
11998
|
"vs/workbench/services/extensionManagement/common/extensionManagement": {
|
|
11999
|
-
extensionsConfigurationTitle: "
|
|
11999
|
+
extensionsConfigurationTitle: "拡張機能"
|
|
12000
12000
|
},
|
|
12001
12001
|
"vs/workbench/services/extensionManagement/common/extensionManagementServerService": {
|
|
12002
12002
|
browser: "ブラウザー",
|
|
@@ -12018,7 +12018,7 @@ var content = {
|
|
|
12018
12018
|
"install multiple extensions": "拡張機能をインストールしてデバイス間で同期しますか?",
|
|
12019
12019
|
"install single extension": "'{0}' 拡張機能をインストールしてデバイス間で同期しますか?",
|
|
12020
12020
|
"limited support": "'{0}' には、{1} で制限された機能があります。",
|
|
12021
|
-
"main.notFound": "
|
|
12021
|
+
"main.notFound": "アクティブ化できません。{0} が見つからないためです",
|
|
12022
12022
|
multipleDependentsError: "拡張機能 '{0}' をアンインストールできません。拡張機能 '{1}'、'{2}'、その他がこの拡張機能に依存しています。",
|
|
12023
12023
|
"non web extensions": "'{0}' には、{1} でサポートされていない拡張機能が含まれています。",
|
|
12024
12024
|
"non web extensions detail": "サポートされていない拡張機能が含まれています。",
|
|
@@ -12035,11 +12035,11 @@ var content = {
|
|
|
12035
12035
|
"vs/workbench/services/extensions/browser/extensionUrlHandler": {
|
|
12036
12036
|
confirmUrl: "'{0}' 拡張機能がこの URI を開くことを許可しますか?",
|
|
12037
12037
|
extensions: "拡張機能",
|
|
12038
|
-
installDetail: "
|
|
12038
|
+
installDetail: "拡張機能では URI を開く必要があります:",
|
|
12039
12039
|
manage: "承認された拡張 URI を管理します...",
|
|
12040
12040
|
no: "現在、承認されている拡張機能の URI はありません。",
|
|
12041
12041
|
open: "開く(&&O)",
|
|
12042
|
-
openUri: "
|
|
12042
|
+
openUri: "URI を開く",
|
|
12043
12043
|
reloadAndHandle: "拡張機能 '{0}' は読み込まれていません。拡張機能を読み込んで URL を開くためにウィンドウを再読み込みしますか?",
|
|
12044
12044
|
reloadAndOpen: "ウィンドウを再読み込みして開く(&&R)",
|
|
12045
12045
|
rememberConfirmUrl: "今後、この拡張機能についてメッセージを表示しない"
|
|
@@ -12558,11 +12558,11 @@ var content = {
|
|
|
12558
12558
|
},
|
|
12559
12559
|
"vs/workbench/services/themes/common/themeConfiguration": {
|
|
12560
12560
|
autoDetectHighContrast: "有効にすると、OS がハイ コントラスト テーマを使用している場合、自動的にハイ コントラスト テーマに変更されます。使用するハイ コントラスト テーマは、{0} と {1} によって指定されます。",
|
|
12561
|
-
colorTheme: "
|
|
12561
|
+
colorTheme: "{0} が有効になっていない場合に、ワークベンチで使用される配色テーマを指定します。",
|
|
12562
12562
|
colorThemeError: "テーマが不明、またはインストールされていません。",
|
|
12563
12563
|
defaultProductIconThemeDesc: "既定",
|
|
12564
12564
|
defaultProductIconThemeLabel: "既定",
|
|
12565
|
-
detectColorScheme: "
|
|
12565
|
+
detectColorScheme: "有効にすると、システム カラー モードに基づいて自動的に配色テーマが選択されます。システム カラー モードが濃い場合は、{0} が使用されます。それ以外の場合は {1} が使用されます。",
|
|
12566
12566
|
editorColors: "エディターの構文の色とフォント スタイルを、現在選択されている配色テーマからオーバーライドします。",
|
|
12567
12567
|
"editorColors.comments": "コメントの色とスタイルを設定します",
|
|
12568
12568
|
"editorColors.functions": "関数定義と参照の色とスタイルを設定します。",
|
|
@@ -12581,10 +12581,10 @@ var content = {
|
|
|
12581
12581
|
iconThemeError: "ファイルのアイコン テーマが不明またはインストールされていません。",
|
|
12582
12582
|
noIconThemeDesc: "ファイル アイコンがありません",
|
|
12583
12583
|
noIconThemeLabel: "なし",
|
|
12584
|
-
preferredDarkColorTheme: "
|
|
12585
|
-
preferredHCDarkColorTheme: "
|
|
12586
|
-
preferredHCLightColorTheme: "
|
|
12587
|
-
preferredLightColorTheme: "
|
|
12584
|
+
preferredDarkColorTheme: "システム カラー モードがダークで、{0} が有効になっている場合の配色テーマを指定します。",
|
|
12585
|
+
preferredHCDarkColorTheme: "ハイ コントラスト ダーク モードで、{0} が有効になっている場合の配色テーマを指定します。",
|
|
12586
|
+
preferredHCLightColorTheme: "ハイ コントラスト ライト モードで、{0} が有効になっている場合の配色テーマを指定します。",
|
|
12587
|
+
preferredLightColorTheme: "システム カラー モードがライトで、{0} が有効になっている場合の配色テーマを指定します。",
|
|
12588
12588
|
productIconTheme: "使用する製品アイコンのテーマを指定します。",
|
|
12589
12589
|
productIconThemeError: "製品アイコンのテーマが不明であるか、インストールされていません。",
|
|
12590
12590
|
semanticTokenColors: "現在選択されている配色テーマからの、エディターのセマンティック トークンの色とスタイルをオーバーライドします。",
|