@codingame/monaco-vscode-language-pack-ja 2.0.0-v2.1 → 2.0.1
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/ms-vscode.js-debug.i18n.json +6 -6
- package/translations/extensions/vscode.configuration-editing.i18n.json +1 -1
- package/translations/extensions/vscode.css-language-features.i18n.json +6 -6
- package/translations/extensions/vscode.git.i18n.json +50 -40
- package/translations/extensions/vscode.github.i18n.json +1 -1
- package/translations/extensions/vscode.html-language-features.i18n.json +3 -3
- package/translations/extensions/vscode.json-language-features.i18n.json +13 -13
- package/translations/extensions/vscode.markdown-language-features.i18n.json +14 -8
- package/translations/extensions/vscode.npm.i18n.json +1 -1
- package/translations/extensions/vscode.typescript-language-features.i18n.json +8 -9
- package/translations/main.i18n.json.js +369 -300
|
@@ -189,31 +189,6 @@ var content = {
|
|
|
189
189
|
"vs/editor/browser/widget/codeEditorWidget": {
|
|
190
190
|
"cursors.maximum": "カーソルの数は {0} に制限されています。大きな変更を行う場合は、[検索と置換](https://code.visualstudio.com/docs/editor/codebasics#_find-and-replace) を使用することを検討してください。",
|
|
191
191
|
goToSetting: "マルチ カーソルの上限を増やす"
|
|
192
|
-
},
|
|
193
|
-
"vs/editor/browser/widget/diffEditor/accessibleDiffViewer": {
|
|
194
|
-
accessibleDiffViewerCloseIcon: "アクセシビリティの高い差分ビューアーの [閉じる] のアイコン。",
|
|
195
|
-
accessibleDiffViewerInsertIcon: "アクセシビリティの高い差分ビューアーの [挿入] のアイコン。",
|
|
196
|
-
accessibleDiffViewerRemoveIcon: "アクセシビリティの高い差分ビューアーの [削除] のアイコン。",
|
|
197
|
-
ariaLabel: "アクセス可能な Diff Viewer。上下方向キーを使用して移動します。",
|
|
198
|
-
blankLine: "空白",
|
|
199
|
-
deleteLine: "- {0} 元の行 {1}",
|
|
200
|
-
equalLine: "{0} 元の行 {1} 変更された行 {2}",
|
|
201
|
-
header: "相違 {0}/{1}: 元の行 {2}、{3}。変更された行 {4}、{5}",
|
|
202
|
-
insertLine: "+ {0} 変更された行 {1}",
|
|
203
|
-
"label.close": "閉じる",
|
|
204
|
-
more_lines_changed: "{0} 行が変更されました",
|
|
205
|
-
no_lines_changed: "変更された行はありません",
|
|
206
|
-
one_line_changed: "1 行が変更されました",
|
|
207
|
-
unchangedLine: "{0} 変更されていない行 {1}"
|
|
208
|
-
},
|
|
209
|
-
"vs/editor/browser/widget/diffEditor/colors": {
|
|
210
|
-
"diffEditor.move.border": "差分エディターで移動されたテキストの境界線の色。",
|
|
211
|
-
"diffEditor.moveActive.border": "差分エディターで移動されたテキストのアクティブな境界線の色。",
|
|
212
|
-
"diffEditor.unchangedRegionShadow": "変更されていないリージョン ウィジェットの周りの影の色。"
|
|
213
|
-
},
|
|
214
|
-
"vs/editor/browser/widget/diffEditor/decorations": {
|
|
215
|
-
diffInsertIcon: "差分エディターで挿入を示す行の装飾。",
|
|
216
|
-
diffRemoveIcon: "差分エディターで削除を示す行の装飾。"
|
|
217
192
|
},
|
|
218
193
|
"vs/editor/browser/widget/diffEditor/diffEditor.contribution": {
|
|
219
194
|
"Open Accessible Diff Viewer": "アクセシビリティの高い差分ビューアーを開く",
|
|
@@ -230,36 +205,6 @@ var content = {
|
|
|
230
205
|
toggleShowMovedCodeBlocks: "移動したコード ブロックの表示の切り替え",
|
|
231
206
|
toggleUseInlineViewWhenSpaceIsLimited: "スペースが制限されている場合に [インライン ビューの使用] を切り替える",
|
|
232
207
|
useInlineViewWhenSpaceIsLimited: "スペースが制限されている場合はインライン ビューを使用する"
|
|
233
|
-
},
|
|
234
|
-
"vs/editor/browser/widget/diffEditor/diffEditorDecorations": {
|
|
235
|
-
revertChange: "変更を元に戻す",
|
|
236
|
-
revertSelectedChanges: "選択した変更を元に戻す"
|
|
237
|
-
},
|
|
238
|
-
"vs/editor/browser/widget/diffEditor/diffEditorEditors": {
|
|
239
|
-
"diff-aria-navigation-tip": " {0}を使用して、アクセシビリティのヘルプを開きます。"
|
|
240
|
-
},
|
|
241
|
-
"vs/editor/browser/widget/diffEditor/hideUnchangedRegionsFeature": {
|
|
242
|
-
"diff.bottom": "クリックまたはドラッグして下にもっと表示する",
|
|
243
|
-
"diff.hiddenLines.expandAll": "ダブルクリックして展開する",
|
|
244
|
-
"diff.hiddenLines.top": "クリックまたはドラッグして上にもっと表示する",
|
|
245
|
-
foldUnchanged: "変更されていない領域を折りたたむ",
|
|
246
|
-
hiddenLines: "非表示 {0} 行",
|
|
247
|
-
showUnchangedRegion: "変更されていない領域の表示"
|
|
248
|
-
},
|
|
249
|
-
"vs/editor/browser/widget/diffEditor/inlineDiffDeletedCodeMargin": {
|
|
250
|
-
"diff.clipboard.copyChangedLineContent.label": "変更された行のコピー ({0})",
|
|
251
|
-
"diff.clipboard.copyChangedLinesContent.label": "変更された行のコピー",
|
|
252
|
-
"diff.clipboard.copyChangedLinesContent.single.label": "変更された行のコピー",
|
|
253
|
-
"diff.clipboard.copyDeletedLineContent.label": "削除された行のコピー ({0})",
|
|
254
|
-
"diff.clipboard.copyDeletedLinesContent.label": "削除された行のコピー",
|
|
255
|
-
"diff.clipboard.copyDeletedLinesContent.single.label": "削除された行のコピー",
|
|
256
|
-
"diff.inline.revertChange.label": "この変更を元に戻す"
|
|
257
|
-
},
|
|
258
|
-
"vs/editor/browser/widget/diffEditor/movedBlocksLines": {
|
|
259
|
-
codeMovedFrom: "行 {0}-{1} から移動されたコード",
|
|
260
|
-
codeMovedFromWithChanges: "行 {0}-{1} から変更を加えてコードが移動されました",
|
|
261
|
-
codeMovedTo: "コードを行 {0}-{1} に移動しました",
|
|
262
|
-
codeMovedToWithChanges: "行 {0}-{1} に変更を加えてコードを移動しました"
|
|
263
208
|
},
|
|
264
209
|
"vs/editor/common/config/editorConfigurationSchema": {
|
|
265
210
|
codeLens: "エディターで CodeLens を表示するかどうかを制御します。",
|
|
@@ -331,7 +276,6 @@ var content = {
|
|
|
331
276
|
autoSurround: "引用符または角かっこを入力するときに、エディターが選択範囲を自動的に囲むかどうかを制御します。",
|
|
332
277
|
"bracketPairColorization.enabled": "ブラケットのペアの色付けが有効かどうかを制御します。 {0} を使用して、ブラケットの強調表示の色をオーバーライドします。",
|
|
333
278
|
"bracketPairColorization.independentColorPoolPerBracketType": "括弧の各種別が、個別のカラー プールを保持するかどうかを制御します。",
|
|
334
|
-
codeActions: "エディターでコード アクションの電球を有効にします。",
|
|
335
279
|
codeLens: "エディターで CodeLens を表示するかどうかを制御します。",
|
|
336
280
|
codeLensFontFamily: "CodeLens のフォント ファミリを制御します。",
|
|
337
281
|
codeLensFontSize: "CodeLens のフォント サイズをピクセル単位で制御します。0 に設定すると、`#editor.fontSize#` の 90% が使用されます。",
|
|
@@ -357,7 +301,7 @@ var content = {
|
|
|
357
301
|
definitionLinkOpensInPeek: "[定義へ移動] マウス ジェスチャーで、常にピーク ウィジェットを開くかどうかを制御します。",
|
|
358
302
|
deprecated: "この設定は非推奨です。代わりに、'editor.suggest.showKeywords' や 'editor.suggest.showSnippets' などの個別の設定を使用してください。",
|
|
359
303
|
dragAndDrop: "ドラッグ アンド ドロップによる選択範囲の移動をエディターが許可するかどうかを制御します。",
|
|
360
|
-
"dropIntoEditor.enabled": "(
|
|
304
|
+
"dropIntoEditor.enabled": "Controls whether you can drag and drop a file into a text editor by holding down the `Shift` key (instead of opening the file in an editor).",
|
|
361
305
|
"dropIntoEditor.showDropSelector": "エディターにファイルをドロップするときにウィジェットを表示するかどうかを制御します。このウィジェットでは、ファイルのドロップ方法を制御できます。",
|
|
362
306
|
"dropIntoEditor.showDropSelector.afterDrop": "ファイルがエディターにドロップされた後に、ドロップ セレクター ウィジェットを表示します。",
|
|
363
307
|
"dropIntoEditor.showDropSelector.never": "ドロップ セレクター ウィジェットを表示しません。代わりに、既定のドロップ プロバイダーが常に使用されます。",
|
|
@@ -413,9 +357,9 @@ var content = {
|
|
|
413
357
|
"editor.inlayHints.offUnlessPressed": "インレイ ヒントは既定では非表示になり、{0} を押したままにすると表示されます",
|
|
414
358
|
"editor.inlayHints.on": "インレイ ヒントが有効になっています",
|
|
415
359
|
"editor.inlayHints.onUnlessPressed": "インレイ ヒントは既定で表示され、{0} を押したままにすると非表示になります",
|
|
416
|
-
"editor.lightbulb.
|
|
417
|
-
"editor.lightbulb.
|
|
418
|
-
"editor.lightbulb.
|
|
360
|
+
"editor.lightbulb.enabled.off": "Disable the code action menu.",
|
|
361
|
+
"editor.lightbulb.enabled.on": "Show the code action menu when the cursor is on lines with code or on empty lines.",
|
|
362
|
+
"editor.lightbulb.enabled.onCode": "Show the code action menu when the cursor is on lines with code.",
|
|
419
363
|
"editor.stickyScroll.defaultModel": "固定する行を決定するために使用するモデルを定義します。アウトライン モデルが存在しない場合、インデント モデルにフォールバックする折りたたみプロバイダー モデルにフォールバックします。この順序は、3 つのケースすべてで優先されます。",
|
|
420
364
|
"editor.stickyScroll.enabled": "スクロール中にエディターの上部に入れ子になった現在のスコープを表示します。",
|
|
421
365
|
"editor.stickyScroll.maxLineCount": "表示する追従行の最大数を定義します。",
|
|
@@ -452,6 +396,7 @@ var content = {
|
|
|
452
396
|
"editor.suggest.showVariables": "有効にすると、IntelliSense に `変数` 候補が表示されます。",
|
|
453
397
|
editorViewAccessibleLabel: "エディターのコンテンツ",
|
|
454
398
|
emptySelectionClipboard: "選択範囲を指定しないでコピーする場合に現在の行をコピーするかどうかを制御します。",
|
|
399
|
+
enabled: "エディターでコード アクションの電球を有効にします。",
|
|
455
400
|
experimentalWhitespaceRendering: "新しい試験的なメソッドを使用して空白をレンダリングするかどうかを制御します。",
|
|
456
401
|
"experimentalWhitespaceRendering.font": "フォント文字に新しいレンダリング方法を使用します。",
|
|
457
402
|
"experimentalWhitespaceRendering.off": "安定したレンダリング方法を使用します。",
|
|
@@ -496,6 +441,7 @@ var content = {
|
|
|
496
441
|
inline: "クイック候補がゴースト テキストとして表示される",
|
|
497
442
|
inlineCompletionsAccessibilityVerbose: "インライン入力候補が表示されたときに、スクリーン リーダー ユーザーにユーザー補助ヒントを提供するかどうかを制御します。",
|
|
498
443
|
"inlineSuggest.enabled": "エディターにインライン候補を自動的に表示するかどうかを制御します。",
|
|
444
|
+
"inlineSuggest.fontFamily": "Controls the font family of the inline suggestions.",
|
|
499
445
|
"inlineSuggest.showToolbar": "インライン候補ツール バーを表示するタイミングを制御します。",
|
|
500
446
|
"inlineSuggest.showToolbar.always": "インライン候補が表示されるたびに、インライン候補ツール バーを表示します。",
|
|
501
447
|
"inlineSuggest.showToolbar.never": "インライン候補ツール バーを今後は表示しないでください。",
|
|
@@ -524,6 +470,7 @@ var content = {
|
|
|
524
470
|
"minimap.size.proportional": "ミニマップのサイズは、エディターのコンテンツと同じです (スクロールする場合があります)。",
|
|
525
471
|
mouseWheelScrollSensitivity: "マウス ホイール スクロール イベントの `deltaX` と `deltaY` で使用される乗数。",
|
|
526
472
|
mouseWheelZoom: "`Ctrl` キーを押しながらマウス ホイールを使用してエディターのフォントをズームします。",
|
|
473
|
+
"mouseWheelZoom.mac": "Zoom the font of the editor when using mouse wheel and holding `Cmd`.",
|
|
527
474
|
multiCursorLimit: "アクティブなエディターに一度に配置できるカーソルの最大数を制御します。",
|
|
528
475
|
multiCursorMergeOverlapping: "複数のカーソルが重なっているときは、マージします。",
|
|
529
476
|
multiCursorModifier: "マウスを使用して複数のカーソルを追加するために使用する修飾子。[定義に移動] および [リンクを開く] マウス ジェスチャは、[multicursor 修飾子](https://code.visualstudio.com/docs/editor/codebasics#_multicursor-modifier) と競合しないように調整されます。",
|
|
@@ -590,7 +537,6 @@ var content = {
|
|
|
590
537
|
selectSubwords: "サブワード ('fooBar' の 'foo' または 'foo_bar' など) を選択する必要があるかどうか。",
|
|
591
538
|
selectionClipboard: "Linux の PRIMARY クリップボードをサポートするかどうかを制御します。",
|
|
592
539
|
selectionHighlight: "エディターが選択項目と類似の一致項目を強調表示するかどうかを制御します。",
|
|
593
|
-
showAiIcons: "コード アクション メニューに AI アクションが含まれている場合は、電球と共に AI アイコンを表示します。",
|
|
594
540
|
showDeprecated: "非推奨の変数の取り消し線を制御します。",
|
|
595
541
|
showFoldingControls: "とじしろの折りたたみコントロールを表示するタイミングを制御します。",
|
|
596
542
|
"showFoldingControls.always": "常に折りたたみコントロールを表示します。",
|
|
@@ -823,25 +769,25 @@ var content = {
|
|
|
823
769
|
editableDiffEditor: "差分エディターのウィンドウ内にいます。",
|
|
824
770
|
editableEditor: "コード エディター内にいます。",
|
|
825
771
|
editorViewAccessibleLabel: "エディターのコンテンツ",
|
|
826
|
-
formatAudioCueAlways: "'audioCues.format' が有効になっているため、ファイルがフォーマットされるたびに再生されます。",
|
|
827
|
-
formatAudioCueDisabled: "'audioCues.format' は無効になっているため、ファイルがフォーマットされるとアラートが発生します。",
|
|
828
|
-
formatAudioCueUserGesture: "'audioCues.format' が有効になっているため、ファイルがユーザー ジェスチャで書式設定されると再生されます。",
|
|
829
772
|
gotoLineActionLabel: "行/列に移動する...",
|
|
830
773
|
helpQuickAccess: "すべてのクイック アクセス プロバイダーを表示",
|
|
831
774
|
inspectTokens: "開発者: トークンの検査",
|
|
775
|
+
listAlertsCommand: "Run the command: List Alerts for an overview of alerts and their current status.",
|
|
776
|
+
listAudioCuesCommand: "Run the command: List Audio Cues for an overview of all audio cues and their current status.",
|
|
832
777
|
openingDocs: "ユーザー補助ドキュメントのページを開いています。",
|
|
778
|
+
quickChatCommand: "Toggle quick chat ({0}) to open or close a chat session.",
|
|
779
|
+
quickChatCommandNoKb: "Toggle quick chat is not currently triggerable by a keybinding.",
|
|
833
780
|
quickCommandActionHelp: "コマンドの表示と実行",
|
|
834
781
|
quickCommandActionLabel: "コマンド パレット",
|
|
835
782
|
quickOutlineActionLabel: "シンボルに移動...",
|
|
836
783
|
quickOutlineByCategoryActionLabel: "カテゴリ別のシンボルへ移動...",
|
|
837
784
|
readonlyDiffEditor: "差分エディターの読み取り専用ウィンドウ内にいます。",
|
|
838
785
|
readonlyEditor: "読み取り専用コード エディター内にいます。",
|
|
839
|
-
saveAudioCueAlways: "'audioCues.save' が有効になっているため、ファイルが保存されるたびに再生されます。",
|
|
840
|
-
saveAudioCueDisabled: "'audioCues.save' は無効になっているため、ファイルの保存時にアラートが発生します。",
|
|
841
|
-
saveAudioCueUserGesture: "'audioCues.save' が有効になっているため、ユーザー ジェスチャを使用してファイルを保存すると再生されます。",
|
|
842
786
|
screenReaderModeDisabled: "スクリーン リーダー最適化モードが無効になっています。",
|
|
843
787
|
screenReaderModeEnabled: "スクリーン リーダー最適化モードが有効になっています。",
|
|
844
788
|
showAccessibilityHelpAction: "アクセシビリティのヘルプを表示します",
|
|
789
|
+
startInlineChatCommand: "Start inline chat ({0}) to create an in editor chat session.",
|
|
790
|
+
startInlineChatCommandNoKb: "The command: Start inline chat is not currentlyt riggerable by a keybinding.",
|
|
845
791
|
stickScrollKb: "Focus Sticky Scroll ({0}) を実行して、現在入れ子になっているスコープにフォーカスを設定します。",
|
|
846
792
|
stickScrollNoKb: "固定スクロールにフォーカスを設定して、現在入れ子になっているスコープにフォーカスを合わせます。現在、キー バインドによってトリガーすることはできません。",
|
|
847
793
|
tabFocusModeOffMsg: "現在のエディターで Tab キーを押すと、タブ文字が挿入されます。この動作 {0} を切り替えます。",
|
|
@@ -942,9 +888,7 @@ var content = {
|
|
|
942
888
|
},
|
|
943
889
|
"vs/editor/contrib/codeAction/browser/lightBulbWidget": {
|
|
944
890
|
codeAction: "コード アクションの表示",
|
|
945
|
-
|
|
946
|
-
codeActionStartInlineChatWithKb: "インライン チャットを開始する ({0})",
|
|
947
|
-
codeActionTriggerAiAction: "AI アクションのトリガー",
|
|
891
|
+
codeActionAutoRun: "Run: {0}",
|
|
948
892
|
codeActionWithKb: "コード アクションの表示 ({0})",
|
|
949
893
|
preferredcodeActionWithKb: "コードアクションを表示します。使用可能な優先のクイック修正 ({0})"
|
|
950
894
|
},
|
|
@@ -988,9 +932,11 @@ var content = {
|
|
|
988
932
|
},
|
|
989
933
|
"vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution": {
|
|
990
934
|
pasteAs: "貼り付けのオプション...",
|
|
991
|
-
"pasteAs.id": "適用しようとする貼り付け編集の ID。指定しない場合、エディターにピッカーが表示されます。"
|
|
935
|
+
"pasteAs.id": "適用しようとする貼り付け編集の ID。指定しない場合、エディターにピッカーが表示されます。",
|
|
936
|
+
pasteAsText: "Paste as Text"
|
|
992
937
|
},
|
|
993
938
|
"vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": {
|
|
939
|
+
pasteAsError: "No paste edits for '{0}' found",
|
|
994
940
|
pasteAsPickerPlaceholder: "貼り付け操作の選択",
|
|
995
941
|
pasteAsProgress: "貼り付けハンドラーを実行しています...",
|
|
996
942
|
pasteIntoEditorProgress: "貼り付けハンドラーを実行しています。クリックしてキャンセルします",
|
|
@@ -1005,6 +951,7 @@ var content = {
|
|
|
1005
951
|
"defaultDropProvider.uriList.relativePaths": "相対パスの挿入",
|
|
1006
952
|
"defaultDropProvider.uriList.uri": "URI の挿入",
|
|
1007
953
|
"defaultDropProvider.uriList.uris": "URI の挿入",
|
|
954
|
+
pasteHtmlLabel: "Insert HTML",
|
|
1008
955
|
"text.label": "プレーンテキストの挿入"
|
|
1009
956
|
},
|
|
1010
957
|
"vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution": {
|
|
@@ -1019,10 +966,6 @@ var content = {
|
|
|
1019
966
|
cancellableOperation: "エディターで取り消し可能な操作 ('参照をここに表示' など) を実行するかどうか"
|
|
1020
967
|
},
|
|
1021
968
|
"vs/editor/contrib/find/browser/findController": {
|
|
1022
|
-
"actions.find.isRegexOverride": "\"正規表現を使用する\" フラグをオーバーライドします。\r\nフラグは今後保存されません。\r\n0: 何もしない\r\n1: True\r\n2: False",
|
|
1023
|
-
"actions.find.matchCaseOverride": "\"数式ケース\" フラグをオーバーライドします。\r\nフラグは今後保存されません。\r\n0: 何もしない\r\n1: True\r\n2: False",
|
|
1024
|
-
"actions.find.preserveCaseOverride": "\"ケースの保持\" フラグをオーバーライドします。\r\nフラグは今後保存されません。\r\n0: 何もしない\r\n1: True\r\n2: False",
|
|
1025
|
-
"actions.find.wholeWordOverride": "\"単語単位で検索する\" フラグをオーバーライドします。\r\nフラグは今後保存されません。\r\n0: 何もしない\r\n1: True\r\n2: False",
|
|
1026
969
|
"findMatchAction.goToMatch": "[一致] に移動...",
|
|
1027
970
|
"findMatchAction.inputPlaceHolder": "特定の一致に移動する数値を入力します (1 から {0})",
|
|
1028
971
|
"findMatchAction.inputValidationMessage": "1 ~ {0} の数を入力してください。",
|
|
@@ -1094,12 +1037,14 @@ var content = {
|
|
|
1094
1037
|
foldingCollapsedIcon: "エディターのグリフ余白内の折りたたまれた範囲のアイコン。",
|
|
1095
1038
|
foldingExpandedIcon: "エディターのグリフ余白内の展開された範囲のアイコン。",
|
|
1096
1039
|
foldingManualCollapedIcon: "エディターのグリフ余白内の折りたたまれた範囲のアイコン。",
|
|
1097
|
-
foldingManualExpandedIcon: "エディターのグリフ余白内で手動で展開された範囲のアイコン。"
|
|
1040
|
+
foldingManualExpandedIcon: "エディターのグリフ余白内で手動で展開された範囲のアイコン。",
|
|
1041
|
+
linesCollapsed: "Click to expand the range.",
|
|
1042
|
+
linesExpanded: "Click to collapse the range."
|
|
1098
1043
|
},
|
|
1099
1044
|
"vs/editor/contrib/fontZoom/browser/fontZoom": {
|
|
1100
|
-
"EditorFontZoomIn.label": "
|
|
1101
|
-
"EditorFontZoomOut.label": "
|
|
1102
|
-
"EditorFontZoomReset.label": "
|
|
1045
|
+
"EditorFontZoomIn.label": "Increase Editor Font Size",
|
|
1046
|
+
"EditorFontZoomOut.label": "Decrease Editor Font Size",
|
|
1047
|
+
"EditorFontZoomReset.label": "Reset Editor Font Size"
|
|
1103
1048
|
},
|
|
1104
1049
|
"vs/editor/contrib/format/browser/formatActions": {
|
|
1105
1050
|
"formatDocument.label": "ドキュメントのフォーマット",
|
|
@@ -1511,12 +1456,12 @@ var content = {
|
|
|
1511
1456
|
"goToFocusedStickyScrollLine.title": "フォーカスされた固定スクロール行に移動",
|
|
1512
1457
|
miStickyScroll: "固定スクロール(&&S)",
|
|
1513
1458
|
mifocusStickyScroll: "固定スクロールへのフォーカス(&F)",
|
|
1514
|
-
mitoggleStickyScroll: "
|
|
1459
|
+
mitoggleStickyScroll: "&&Toggle Editor Sticky Scroll",
|
|
1515
1460
|
"selectEditor.title": "エディターを選択",
|
|
1516
1461
|
"selectNextStickyScrollLine.title": "次の固定スクロール行を選択",
|
|
1517
1462
|
"selectPreviousStickyScrollLine.title": "前の固定スクロール行を選択",
|
|
1518
1463
|
stickyScroll: "固定スクロール",
|
|
1519
|
-
|
|
1464
|
+
toggleEditorStickyScroll: "Toggle Editor Sticky Scroll"
|
|
1520
1465
|
},
|
|
1521
1466
|
"vs/editor/contrib/suggest/browser/suggest": {
|
|
1522
1467
|
acceptSuggestionOnEnter: "Enter キーを押したときに候補を挿入するかどうか",
|
|
@@ -1700,27 +1645,45 @@ var content = {
|
|
|
1700
1645
|
},
|
|
1701
1646
|
"vs/platform/audioCues/browser/audioCueService": {
|
|
1702
1647
|
"audioCues.chatRequestSent": "チャット要求が送信されました",
|
|
1648
|
+
"audioCues.chatRequestSent.alertMessage": "Chat Request Sent",
|
|
1703
1649
|
"audioCues.chatResponsePending": "チャットの応答を保留中",
|
|
1650
|
+
"audioCues.chatResponsePending.alertMessage": "Chat Response Pending",
|
|
1704
1651
|
"audioCues.chatResponseReceived": "チャット応答を受信しました",
|
|
1705
1652
|
"audioCues.clear": "クリア",
|
|
1653
|
+
"audioCues.clear.alertMessage": "Clear",
|
|
1706
1654
|
"audioCues.diffLineDeleted": "差分行が削除されました",
|
|
1707
1655
|
"audioCues.diffLineInserted": "差分行が挿入されました",
|
|
1708
1656
|
"audioCues.diffLineModified": "変更された差分行",
|
|
1709
1657
|
"audioCues.format": "形式",
|
|
1658
|
+
"audioCues.format.alertMessage": "Format",
|
|
1659
|
+
"audioCues.lineHasBreakpoint.alertMessage": "Breakpoint",
|
|
1710
1660
|
"audioCues.lineHasBreakpoint.name": "行のブレークポイント",
|
|
1661
|
+
"audioCues.lineHasError.alertMessage": "Error",
|
|
1711
1662
|
"audioCues.lineHasError.name": "行のエラー",
|
|
1663
|
+
"audioCues.lineHasFoldedArea.alertMessage": "Folded",
|
|
1712
1664
|
"audioCues.lineHasFoldedArea.name": "行の折りたたまれた面",
|
|
1713
1665
|
"audioCues.lineHasInlineSuggestion.name": "行のインライン候補",
|
|
1666
|
+
"audioCues.lineHasWarning.alertMessage": "Warning",
|
|
1714
1667
|
"audioCues.lineHasWarning.name": "行の警告",
|
|
1715
1668
|
"audioCues.noInlayHints": "行にインレイ ヒントがありません",
|
|
1669
|
+
"audioCues.noInlayHints.alertMessage": "No Inlay Hints",
|
|
1716
1670
|
"audioCues.notebookCellCompleted": "ノートブック セルが完了しました",
|
|
1671
|
+
"audioCues.notebookCellCompleted.alertMessage": "Notebook Cell Completed",
|
|
1717
1672
|
"audioCues.notebookCellFailed": "ノートブック セルが失敗しました",
|
|
1673
|
+
"audioCues.notebookCellFailed.alertMessage": "Notebook Cell Failed",
|
|
1674
|
+
"audioCues.onDebugBreak.alertMessage": "Breakpoint",
|
|
1718
1675
|
"audioCues.onDebugBreak.name": "ブレークポイントでデバッガーが停止しました",
|
|
1719
1676
|
"audioCues.save": "保存",
|
|
1677
|
+
"audioCues.save.alertMessage": "Save",
|
|
1720
1678
|
"audioCues.taskCompleted": "タスクが完了しました",
|
|
1679
|
+
"audioCues.taskCompleted.alertMessage": "Task Completed",
|
|
1721
1680
|
"audioCues.taskFailed": "タスクが失敗しました",
|
|
1681
|
+
"audioCues.taskFailed.alertMessage": "Task Failed",
|
|
1722
1682
|
"audioCues.terminalBell": "ターミナル ベル",
|
|
1683
|
+
"audioCues.terminalBell.alertMessage": "Terminal Bell",
|
|
1723
1684
|
"audioCues.terminalCommandFailed": "ターミナル コマンドが失敗しました",
|
|
1685
|
+
"audioCues.terminalCommandFailed.alertMessage": "Command Failed",
|
|
1686
|
+
"audioCues.terminalQuickFix.alertMessage": "Quick Fix",
|
|
1724
1687
|
"audioCues.terminalQuickFix.name": "ターミナル クイック修正"
|
|
1725
1688
|
},
|
|
1726
1689
|
"vs/platform/configuration/common/configurationRegistry": {
|
|
@@ -2085,8 +2048,10 @@ var content = {
|
|
|
2085
2048
|
editorSelectionForeground: "ハイ コントラストの選択済みテキストの色。",
|
|
2086
2049
|
editorSelectionHighlight: "選択範囲の同じコンテンツの領域の色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2087
2050
|
editorSelectionHighlightBorder: "選択範囲と同じコンテンツの境界線の色。",
|
|
2088
|
-
editorStickyScrollBackground: "
|
|
2089
|
-
|
|
2051
|
+
editorStickyScrollBackground: "Background color of sticky scroll in the editor",
|
|
2052
|
+
editorStickyScrollBorder: "Border color of sticky scroll in the editor",
|
|
2053
|
+
editorStickyScrollHoverBackground: "Background color of sticky scroll on hover in the editor",
|
|
2054
|
+
editorStickyScrollShadow: " Shadow color of sticky scroll in the editor",
|
|
2090
2055
|
"editorWarning.background": "エディター内の警告テキストの背景色。この色は、基本装飾が非表示にならないよう不透明にすることはできません。",
|
|
2091
2056
|
"editorWarning.foreground": "エディターで警告を示す波線の前景色。",
|
|
2092
2057
|
editorWidgetBackground: "検索/置換窓など、エディター ウィジェットの背景色。",
|
|
@@ -2135,7 +2100,8 @@ var content = {
|
|
|
2135
2100
|
listActiveSelectionForeground: "ツリーリストがアクティブのとき、選択された項目のツリーリスト前景色。アクティブなツリーリストはキーボード フォーカスがあり、非アクティブではこれがありません。",
|
|
2136
2101
|
listActiveSelectionIconForeground: "ツリーリストがアクティブのとき、選択された項目のツリーリストのアイコン前景色。アクティブなツリーリストはキーボード フォーカスがあり、非アクティブではこれがありません。",
|
|
2137
2102
|
listDeemphasizedForeground: "強調表示されていない項目のリスト/ツリー前景色。 ",
|
|
2138
|
-
listDropBackground: "
|
|
2103
|
+
listDropBackground: "List/Tree drag and drop background when moving items over other items when using the mouse.",
|
|
2104
|
+
listDropBetweenBackground: "List/Tree drag and drop border color when moving items between items when using the mouse.",
|
|
2139
2105
|
listErrorForeground: "エラーを含むリスト項目の前景色。",
|
|
2140
2106
|
listFilterMatchHighlight: "フィルタリングされた一致の背景色。",
|
|
2141
2107
|
listFilterMatchHighlightBorder: "フィルタリングされた一致の境界線の色。",
|
|
@@ -2347,18 +2313,9 @@ var content = {
|
|
|
2347
2313
|
untrusted: "制限モード"
|
|
2348
2314
|
},
|
|
2349
2315
|
"vs/workbench/api/browser/mainThreadAuthentication": {
|
|
2350
|
-
accountLastUsedDate: "このアカウントの最終使用は {0}",
|
|
2351
2316
|
allow: "許可(&&A)",
|
|
2352
2317
|
confirmLogin: "拡張機能 '{0}' が {1} を使用してサインインしようとしています。",
|
|
2353
2318
|
confirmRelogin: "拡張機能 '{0}' では {1} を使用してサインインするように求めています。",
|
|
2354
|
-
manageExtensions: "このアカウントにアクセスできる拡張機能を選択する",
|
|
2355
|
-
manageTrustedExtensions: "信頼された拡張機能の管理",
|
|
2356
|
-
"manageTrustedExtensions.cancel": "キャンセル",
|
|
2357
|
-
noTrustedExtensions: "このアカウントはまだどの拡張機能にも使用されていません。",
|
|
2358
|
-
notUsed: "このアカウントを使用したことがない",
|
|
2359
|
-
signOut: "サインアウト(&&S)",
|
|
2360
|
-
signOutMessage: "アカウント '{0}' は、以下によって使用されていました:\r\n\r\n{1}\r\n\r\nこれらの拡張機能からサインアウトしますか?",
|
|
2361
|
-
signOutMessageSimple: "'{0}' からサインアウトしますか?",
|
|
2362
2319
|
signedOut: "正常にサインアウトされました。"
|
|
2363
2320
|
},
|
|
2364
2321
|
"vs/workbench/api/browser/mainThreadComments": {
|
|
@@ -2407,7 +2364,6 @@ var content = {
|
|
|
2407
2364
|
"vs/workbench/api/browser/mainThreadMessageService": {
|
|
2408
2365
|
cancel: "キャンセル",
|
|
2409
2366
|
defaultSource: "拡張子",
|
|
2410
|
-
extensionSource: "{0} (拡張機能)",
|
|
2411
2367
|
manageExtension: "拡張機能の管理",
|
|
2412
2368
|
ok: "OK(&&O)"
|
|
2413
2369
|
},
|
|
@@ -2562,9 +2518,6 @@ var content = {
|
|
|
2562
2518
|
"vs/workbench/api/common/extHostNotebook": {
|
|
2563
2519
|
"err.readonly": "読み取り専用ファイル '{0}' を変更できません",
|
|
2564
2520
|
fileModifiedError: "ファイルは次の時点以後に更新されました"
|
|
2565
|
-
},
|
|
2566
|
-
"vs/workbench/api/common/extHostProgress": {
|
|
2567
|
-
extensionSource: "{0} (拡張機能)"
|
|
2568
2521
|
},
|
|
2569
2522
|
"vs/workbench/api/common/extHostStatusBar": {
|
|
2570
2523
|
extensionLabel: "{0} (拡張機能)",
|
|
@@ -2620,6 +2573,7 @@ var content = {
|
|
|
2620
2573
|
fullscreen: "全画面表示",
|
|
2621
2574
|
hideEditorActons: "エディター操作を非表示にする",
|
|
2622
2575
|
hideEditorTabs: "エディター タブを非表示にする",
|
|
2576
|
+
hideEditorTabsZenMode: "Hide Editor Tabs in Zen Mode",
|
|
2623
2577
|
increaseEditorHeight: "エディターの高さを拡大",
|
|
2624
2578
|
increaseEditorWidth: "エディターの幅を拡大",
|
|
2625
2579
|
increaseViewSize: "現在のビューのサイズの拡大",
|
|
@@ -2683,7 +2637,9 @@ var content = {
|
|
|
2683
2637
|
selectToShow: "選択して表示",
|
|
2684
2638
|
showEditorActons: "エディター操作を表示する",
|
|
2685
2639
|
showMultipleEditorTabs: "複数のエディター タブを表示する",
|
|
2640
|
+
showMultipleEditorTabsZenMode: "Show Multiple Editor Tabs in Zen Mode",
|
|
2686
2641
|
showSingleEditorTab: "[単一エディター] タブの表示",
|
|
2642
|
+
showSingleEditorTabZenMode: "Show Single Editor Tab in Zen Mode",
|
|
2687
2643
|
sideBar: "プライマリ サイド バー",
|
|
2688
2644
|
sideBarPosition: "プライマリ サイド バーの位置",
|
|
2689
2645
|
sidebar: "サイド バー",
|
|
@@ -2703,6 +2659,10 @@ var content = {
|
|
|
2703
2659
|
toggleZenMode: "Zen Mode の切り替え",
|
|
2704
2660
|
zenMode: "禅モード",
|
|
2705
2661
|
zenModeIcon: "禅モードを表します"
|
|
2662
|
+
},
|
|
2663
|
+
"vs/workbench/browser/actions/listCommands": {
|
|
2664
|
+
mitoggleTreeStickyScroll: "&&Toggle Tree Sticky Scroll",
|
|
2665
|
+
toggleTreeStickyScroll: "Toggle Tree Sticky Scroll"
|
|
2706
2666
|
},
|
|
2707
2667
|
"vs/workbench/browser/actions/quickAccessActions": {
|
|
2708
2668
|
quickNavigateNext: "Quick Open で次に移動",
|
|
@@ -2773,6 +2733,9 @@ var content = {
|
|
|
2773
2733
|
"vs/workbench/browser/editor": {
|
|
2774
2734
|
pinned: "{0}、ピン留めされています",
|
|
2775
2735
|
preview: "{0}、プレビュー"
|
|
2736
|
+
},
|
|
2737
|
+
"vs/workbench/browser/labels": {
|
|
2738
|
+
notebookCellLabel: "{0} • Cell {1}"
|
|
2776
2739
|
},
|
|
2777
2740
|
"vs/workbench/browser/parts/activitybar/activitybarPart": {
|
|
2778
2741
|
"activity bar position": "アクティビティ バーの位置",
|
|
@@ -3019,6 +2982,7 @@ var content = {
|
|
|
3019
2982
|
splitLeft: "左に分割",
|
|
3020
2983
|
splitRight: "右に分割",
|
|
3021
2984
|
splitUp: "上に分割",
|
|
2985
|
+
swapDiffSides: "Swap Left and Right Side",
|
|
3022
2986
|
tabBar: "タブ バー",
|
|
3023
2987
|
textDiffEditor: "テキスト差分エディター",
|
|
3024
2988
|
textEditor: "テキスト エディター",
|
|
@@ -3174,6 +3138,7 @@ var content = {
|
|
|
3174
3138
|
joinEditorInGroup: "グループ内のエディターを結合する",
|
|
3175
3139
|
lockEditorGroup: "エディター グループをロックする",
|
|
3176
3140
|
splitEditorInGroup: "グループ内のエディターの分割",
|
|
3141
|
+
swapDiffSides: "Swap Left and Right Editor Side",
|
|
3177
3142
|
toggleEditorGroupLock: "エディター グループ のロックの切り替え",
|
|
3178
3143
|
toggleInlineView: "インライン ビューの切り替え",
|
|
3179
3144
|
toggleJoinEditorInGroup: "グループでエディターの分割を切り替え",
|
|
@@ -3184,7 +3149,9 @@ var content = {
|
|
|
3184
3149
|
"editor.editorAssociations": "[glob パターン](https://aka.ms/vscode-glob-patterns) をエディターに構成します (`\"*.hex\": \"hexEditor.hexedit\"` など)。これらは既定の動作よりも優先されます。",
|
|
3185
3150
|
editorLargeFileSizeConfirmation: "エディターで開く際に確認を求める前に、ファイルの最小サイズを MB 単位で制御します。この設定はすべてのエディターの種類と環境に適用されるとは限らない場合があることに、ご注意ください。",
|
|
3186
3151
|
interactiveWindow: "対話型ウィンドウ",
|
|
3152
|
+
livePreview: "Live Preview",
|
|
3187
3153
|
markdownPreview: "マークダウンのプレビュー",
|
|
3154
|
+
simpleBrowser: "Simple Browser",
|
|
3188
3155
|
"workbench.editor.autoLockGroups": "リストのいずれかの種類と一致するエディターがエディター グループの最初のものとして開いており、複数のグループが開いている場合、グループは自動的にロックされます。ロックされたグループは、ユーザーのジェスチャ (例: ドラッグ アンド ドロップ) で明示的に選択された場合に、エディターを開くときにのみ使用されますが、既定では使用されません。その結果、ロックされたグループ内のアクティブなエディターが、誤って別のエディターで置き換えられる可能性は低くなります。",
|
|
3189
3156
|
"workbench.editor.defaultBinaryEditor": "バイナリとして検出されたファイルの既定のエディター。未定義の場合、ユーザーにはピッカーが掲示されます。"
|
|
3190
3157
|
},
|
|
@@ -3200,6 +3167,7 @@ var content = {
|
|
|
3200
3167
|
groupLabelLong: "{0}: グループ {1}"
|
|
3201
3168
|
},
|
|
3202
3169
|
"vs/workbench/browser/parts/editor/editorGroupWatermark": {
|
|
3170
|
+
editorLineHighlight: "Foreground color for the labels in the editor watermark.",
|
|
3203
3171
|
"watermark.findInFiles": "フォルダーを指定して検索",
|
|
3204
3172
|
"watermark.newUntitledFile": "新しい無題のテキスト ファイル",
|
|
3205
3173
|
"watermark.openFile": "ファイルを開く",
|
|
@@ -3335,6 +3303,7 @@ var content = {
|
|
|
3335
3303
|
clearNotifications: "すべての通知をクリア",
|
|
3336
3304
|
collapseIcon: "通知内の折りたたみアクションのアイコン。",
|
|
3337
3305
|
collapseNotification: "通知を折りたたむ",
|
|
3306
|
+
configureDoNotDisturbMode: "Configure Do Not Disturb...",
|
|
3338
3307
|
configureIcon: "通知内の構成アクションのアイコン。",
|
|
3339
3308
|
configureNotification: "その他のアクション...",
|
|
3340
3309
|
copyNotification: "テキストをコピー",
|
|
@@ -3343,7 +3312,8 @@ var content = {
|
|
|
3343
3312
|
expandNotification: "通知を展開",
|
|
3344
3313
|
hideIcon: "通知内の非表示アクションのアイコン。",
|
|
3345
3314
|
hideNotificationsCenter: "通知を非表示",
|
|
3346
|
-
toggleDoNotDisturbMode: "応答不可モードの切り替え"
|
|
3315
|
+
toggleDoNotDisturbMode: "応答不可モードの切り替え",
|
|
3316
|
+
toggleDoNotDisturbModeBySource: "Toggle Do Not Disturb Mode By Source..."
|
|
3347
3317
|
},
|
|
3348
3318
|
"vs/workbench/browser/parts/notifications/notificationsAlerts": {
|
|
3349
3319
|
alertErrorMessage: "エラー: {0}",
|
|
@@ -3351,10 +3321,13 @@ var content = {
|
|
|
3351
3321
|
alertWarningMessage: "警告: {0}"
|
|
3352
3322
|
},
|
|
3353
3323
|
"vs/workbench/browser/parts/notifications/notificationsCenter": {
|
|
3324
|
+
moreSources: "More…",
|
|
3354
3325
|
notifications: "通知",
|
|
3355
3326
|
notificationsCenterWidgetAriaLabel: "通知センター",
|
|
3356
3327
|
notificationsEmpty: "新しい通知はありません",
|
|
3357
|
-
notificationsToolbar: "通知センターのアクション"
|
|
3328
|
+
notificationsToolbar: "通知センターのアクション",
|
|
3329
|
+
turnOffNotifications: "Disable Do Not Disturb Mode",
|
|
3330
|
+
turnOnNotifications: "Enable Do Not Disturb Mode"
|
|
3358
3331
|
},
|
|
3359
3332
|
"vs/workbench/browser/parts/notifications/notificationsCommands": {
|
|
3360
3333
|
acceptNotificationPrimaryAction: "通知のプライマリ アクションを承諾する",
|
|
@@ -3362,8 +3335,10 @@ var content = {
|
|
|
3362
3335
|
focusNotificationToasts: "通知トーストにフォーカス",
|
|
3363
3336
|
hideNotifications: "通知の非表示",
|
|
3364
3337
|
notifications: "通知",
|
|
3338
|
+
selectSources: "Select sources to enable notifications for",
|
|
3365
3339
|
showNotifications: "通知を表示",
|
|
3366
|
-
toggleDoNotDisturbMode: "応答不可モードの切り替え"
|
|
3340
|
+
toggleDoNotDisturbMode: "応答不可モードの切り替え",
|
|
3341
|
+
toggleDoNotDisturbModeBySource: "Toggle Do Not Disturb Mode By Source..."
|
|
3367
3342
|
},
|
|
3368
3343
|
"vs/workbench/browser/parts/notifications/notificationsList": {
|
|
3369
3344
|
notificationAccessibleViewHint: "アクセス可能なビュー内の応答を{0}で検査します",
|
|
@@ -3395,7 +3370,9 @@ var content = {
|
|
|
3395
3370
|
"vs/workbench/browser/parts/notifications/notificationsViewer": {
|
|
3396
3371
|
executeCommand: "クリックして '{0}' コマンドを実行",
|
|
3397
3372
|
notificationActions: "通知操作",
|
|
3398
|
-
notificationSource: "ソース: {0}"
|
|
3373
|
+
notificationSource: "ソース: {0}",
|
|
3374
|
+
turnOffNotifications: "Turn Off Notifications from '{0}'",
|
|
3375
|
+
turnOnNotifications: "Turn On Notifications from '{0}'"
|
|
3399
3376
|
},
|
|
3400
3377
|
"vs/workbench/browser/parts/paneCompositeBar": {
|
|
3401
3378
|
resetLocation: "場所のリセット"
|
|
@@ -3489,9 +3466,15 @@ var content = {
|
|
|
3489
3466
|
},
|
|
3490
3467
|
"vs/workbench/browser/parts/titlebar/titlebarActions": {
|
|
3491
3468
|
accounts: "アカウント",
|
|
3469
|
+
hideCustomTitleBar: "Hide Custom Title Bar",
|
|
3470
|
+
hideCustomTitleBarInFullScreen: "Hide Custom Title Bar In Full Screen",
|
|
3492
3471
|
manage: "管理",
|
|
3472
|
+
showCustomTitleBar: "Show Custom Title Bar",
|
|
3493
3473
|
"toggle.commandCenter": "コマンド センター",
|
|
3474
|
+
"toggle.customTitleBar": "Custom Title Bar",
|
|
3494
3475
|
"toggle.editorActions": "エディター操作",
|
|
3476
|
+
"toggle.hideCustomTitleBar": "Hide Custom Title Bar",
|
|
3477
|
+
"toggle.hideCustomTitleBarInFullScreen": "Hide Custom Title Bar In Full Screen",
|
|
3495
3478
|
"toggle.layout": "レイアウト コントロール"
|
|
3496
3479
|
},
|
|
3497
3480
|
"vs/workbench/browser/parts/titlebar/titlebarPart": {
|
|
@@ -3531,13 +3514,6 @@ var content = {
|
|
|
3531
3514
|
viewMoveUp: "ビューを上に移動",
|
|
3532
3515
|
views: "表示",
|
|
3533
3516
|
viewsMove: "移動ビュー"
|
|
3534
|
-
},
|
|
3535
|
-
"vs/workbench/browser/parts/views/viewsService": {
|
|
3536
|
-
editor: "テキスト エディター",
|
|
3537
|
-
"focus view": "{0} ビューにフォーカスを置く",
|
|
3538
|
-
resetViewLocation: "場所のリセット",
|
|
3539
|
-
"show view": "{0} を表示",
|
|
3540
|
-
"toggle view": "{0} の切り替え"
|
|
3541
3517
|
},
|
|
3542
3518
|
"vs/workbench/browser/quickaccess": {
|
|
3543
3519
|
inQuickOpen: "キーボード フォーカスが Quick Open コントロール内にあるかどうか"
|
|
@@ -3548,6 +3524,10 @@ var content = {
|
|
|
3548
3524
|
"reset user data message": "データ (設定、キー バインド、拡張機能、スニペット、UI 状態) をリセットして再読み込みしますか?"
|
|
3549
3525
|
},
|
|
3550
3526
|
"vs/workbench/browser/window": {
|
|
3527
|
+
closeWindowButtonLabel: "ウィンドウを閉じる(&&C)",
|
|
3528
|
+
closeWindowMessage: "ウィンドウを閉じますか?",
|
|
3529
|
+
doNotAskAgain: "今後このメッセージを表示しない",
|
|
3530
|
+
exitButtonLabel: "終了(&&E)",
|
|
3551
3531
|
learnMore: "詳細情報(&&L)",
|
|
3552
3532
|
open: "開く(&&O)",
|
|
3553
3533
|
"openExternalDialogButtonInstall.v3": "インストール(&&I)",
|
|
@@ -3555,6 +3535,9 @@ var content = {
|
|
|
3555
3535
|
"openExternalDialogDetail.v2": "お使いのコンピューターで {0} を起動しました。\r\n\r\n{1}が起動しなかった場合は、もう一度試すか、下にインストールしてください。",
|
|
3556
3536
|
openExternalDialogDetailNoInstall: "お使いのコンピューターで {0} を起動しました。\r\n\r\n もし{1} が起動しなかった場合は、以下でもう一度お試しください。",
|
|
3557
3537
|
openExternalDialogTitle: "すべて完了しました。このタブを閉じることができるようになりました。",
|
|
3538
|
+
quitButtonLabel: "終了(&&Q)",
|
|
3539
|
+
quitMessage: "終了しますか?",
|
|
3540
|
+
quitMessageMac: "終了しますか?",
|
|
3558
3541
|
reload: "再読み込み(&&R)",
|
|
3559
3542
|
shutdownError: "このページの再読み込みが必要な予期しないエラーが発生しました。",
|
|
3560
3543
|
shutdownErrorDetail: "ワークベンチの実行中に予期せず破棄されました。",
|
|
@@ -3568,7 +3551,7 @@ var content = {
|
|
|
3568
3551
|
activeFolderMedium: "`${activeFolderMedium}`: ファイルを含むフォルダーの、ワークスペースフォルダーからの相対パス(例: myFolder/myFileFolder)。",
|
|
3569
3552
|
activeFolderShort: "`${activeFolderShort}`: ファイルが含まれているフォルダーの名前 (例: myFileFolder)。",
|
|
3570
3553
|
activityBarIconClickBehavior: "ワークベンチのアクティビティ バー アイコンをクリックする動作を制御します。",
|
|
3571
|
-
activityBarLocation: "
|
|
3554
|
+
activityBarLocation: "Controls the location of the Activity Bar. It can either show to the `side` or `top` of the Primary Side Bar or `hidden`.",
|
|
3572
3555
|
appName: "`${appName}`: 例: VS Code。",
|
|
3573
3556
|
askChatLocation: "コマンド パレットがチャットの質問をする場所を制御します。",
|
|
3574
3557
|
"askChatLocation.chatView": "チャット ビューでチャットの質問をします。",
|
|
@@ -3585,24 +3568,23 @@ var content = {
|
|
|
3585
3568
|
"decorations.badges": "エディター ファイルの装飾にバッジを使用するかどうかを制御します。",
|
|
3586
3569
|
"decorations.colors": "エディター ファイルの装飾に配色を使用するかどうかを制御します。",
|
|
3587
3570
|
dirty: "`${dirty}`: アクティブなエディターの変更が保存されていない場合を示すインジケーター。",
|
|
3588
|
-
doubleClickTabToToggleEditorGroupSizes: "
|
|
3589
|
-
dragToOpenWindow: "
|
|
3571
|
+
doubleClickTabToToggleEditorGroupSizes: "Controls how the editor group is resized when double clicking on a tab. This value is ignored when {0} is not set to {1}.",
|
|
3572
|
+
dragToOpenWindow: "Controls if editors can be dragged out of the window to open them in a new window. Press and hold the `Alt` key while dragging to toggle this dynamically.",
|
|
3590
3573
|
editorActionsLocation: "エディター アクションを表示する場所を制御します。",
|
|
3591
|
-
editorOpenPositioning: "
|
|
3592
|
-
emptyEditorHint: "空白のエディターのテキスト ヒントをエディターに表示するかどうかを制御します。",
|
|
3574
|
+
editorOpenPositioning: "Controls where editors open. Select {0} or {1} to open editors to the left or right of the currently active one. Select {2} or {3} to open editors independently from the currently active one.",
|
|
3593
3575
|
enableMenuBarMnemonics: "Alt キー ショートカットを使用してメイン メニューを開くことができるかどうかを制御します。ニーモニックを無効にすると、これらの Alt キー ショートカットを代わりにエディター コマンドにバインドできます。",
|
|
3594
3576
|
enableNaturalLanguageSearch: "コマンド パレットに同様のコマンドを含めるかどうかを制御します。自然言語サポートを提供する拡張機能がインストールされている必要があります。",
|
|
3595
3577
|
enablePreview: "開いているエディターをプレビュー エディターとして表示するかどうかを制御します。プレビュー エディターは開いたままではなく、明示的に (ダブルクリックや編集により) 開いたままに設定されるまで再利用されます。ファイル名は斜体で表示されます。",
|
|
3596
|
-
enablePreviewFromCodeNavigation: "
|
|
3597
|
-
enablePreviewFromQuickOpen: "Quick Open
|
|
3578
|
+
enablePreviewFromCodeNavigation: "Controls whether editors remain in preview when a code navigation is started from them. Preview editors do not stay open, and are reused until explicitly set to be kept open (via double-click or editing). This value is ignored when {0} is not set to {1}.",
|
|
3579
|
+
enablePreviewFromQuickOpen: "Controls whether editors opened from Quick Open show as preview editors. Preview editors do not stay open, and are reused until explicitly set to be kept open (via double-click or editing). When enabled, hold Ctrl before selection to open an editor as a non-preview. This value is ignored when {0} is not set to {1}.",
|
|
3598
3580
|
exclude: "ローカル ファイル履歴からファイルを除外するためのパスまたは [glob パターン](https://aka.ms/vscode-glob-patterns) を構成します。Glob パターンは、絶対パスでない限り、ワークスペース フォルダーのパスを基準にして常に評価されます。この設定を変更しても、既存のローカル ファイル履歴エントリには影響しません。",
|
|
3599
3581
|
focusRecentEditorAfterClose: "最近使用した順序でタブを閉じるか、左から右の順にタブを閉じるかを制御します。",
|
|
3600
3582
|
focusedView: "'${focusedView}': 現在フォーカスされているビューの名前。",
|
|
3601
3583
|
folderName: "`${folderName}`: ファイルが含まれているワークスペース フォルダーの名前 (例: myFolder)。",
|
|
3602
3584
|
folderPath: "`${folderPath}`: ファイルが含まれているワークスペースの絶対パスです (例: /Users/Development/myFolder)。",
|
|
3603
3585
|
fontAliasing: "ワークベンチ内のフォント エイリアシング方法を制御します。",
|
|
3604
|
-
highlightModifiedTabs: "
|
|
3605
|
-
layoutControlEnabled: "
|
|
3586
|
+
highlightModifiedTabs: "Controls whether a top border is drawn on tabs for editors that have unsaved changes. This value is ignored when {0} is not set to {1}.",
|
|
3587
|
+
layoutControlEnabled: "Controls whether the layout control is shown in the custom title bar. This setting only has an effect when {0} is not set to {1}.",
|
|
3606
3588
|
layoutControlEnabledWeb: "カスタム タイトル バーのレイアウト コントロール ボタンを有効にするかどうかを制御します。",
|
|
3607
3589
|
layoutControlType: "カスタム タイトル バーのレイアウト コントロールを 1 つのメニュー ボタンとして表示するか、複数の UI の切り替えで表示するかを制御します。",
|
|
3608
3590
|
"layoutcontrol.type.both": "ドロップダウン ボタンとトグル ボタンの両方を表示します。",
|
|
@@ -3627,8 +3609,9 @@ var content = {
|
|
|
3627
3609
|
panelDefaultLocation: "新しいワークスペース内のパネル (ターミナル、デバッグ コンソール、出力、問題) の既定の場所を制御します。エディター領域の下、右、または左に表示できます。",
|
|
3628
3610
|
panelOpensMaximized: "パネルを開くときに最大化するかどうかを制御します。開くときに必ず最大化するか、決して最大化しないか、最後に閉じたときの状態で開くかを選択できます。",
|
|
3629
3611
|
perEditorGroup: "開いているエディターの最大数をエディター グループごとに適用するか、すべてのエディター グループに適用するかを制御します。",
|
|
3630
|
-
pinnedTabSizing: "
|
|
3612
|
+
pinnedTabSizing: "Controls the size of pinned editor tabs. Pinned tabs are sorted to the beginning of all opened tabs and typically do not close until unpinned. This value is ignored when {0} is not set to {1}.",
|
|
3631
3613
|
preserveInput: "コマンド パレットを次回開いたとき、コマンド パレットの最後の入力を復元するかどうかを制御します。",
|
|
3614
|
+
"problems.visibility": "エディターとワークベンチ全体で問題を表示するかどうかを制御します。",
|
|
3632
3615
|
profileName: "`${profileName}`: ワークスペースが開かれているプロファイルの名前 (例: データ サイエンス (プロファイル))。既定のプロファイルが使用されている場合は無視されます。",
|
|
3633
3616
|
remoteName: "`${remoteName}`: 例: SSH",
|
|
3634
3617
|
restoreViewState: "エディターを閉じた後に再び開いたときに、最後のエディター ビューの状態 (スクロール位置など) を回復します。エディター ビューの状態は、エディター グループごとに保存され、グループが閉じられると破棄されます。エディター グループに以前のビュー状態が見つからなかった場合に、すべてのエディター グループにわたって最後に確認されたビュー状態を使用するには、{0} 設定を使用します。",
|
|
@@ -3636,7 +3619,7 @@ var content = {
|
|
|
3636
3619
|
rootName: "`${rootName}`: 利用可能なオプションのリモート名とワークスペース インジケーターのあるワークスペースの名前 (例: myFolder、myRemoteFolder [SSH]、myWorkspace (Workspace))。",
|
|
3637
3620
|
rootNameShort: "`${rootNameShort}`: サフィックスのないワークスペースの短縮名 (例: myFolder、myRemoteFolder、myWorkspace)。",
|
|
3638
3621
|
rootPath: "`${rootPath}`: 開かれたワークスペースまたはフォルダーのファイル パス (例: /Users/Development/myWorkspace)。",
|
|
3639
|
-
scrollToSwitchTabs: "
|
|
3622
|
+
scrollToSwitchTabs: "Controls whether scrolling over tabs will open them or not. By default tabs will only reveal upon scrolling, but not open. You can press and hold the Shift-key while scrolling to change this behavior for that duration. This value is ignored when {0} is not set to {1}.",
|
|
3640
3623
|
separator: "`${separator}`: 値か固定のテキストで囲われたとき、条件付きの区切り記号 (\" - \") を表示します。",
|
|
3641
3624
|
"settings.editor.desc": "既定で使用する設定エディターを指定します。",
|
|
3642
3625
|
"settings.editor.json": "JSON ファイル エディターを使用します。",
|
|
@@ -3651,15 +3634,15 @@ var content = {
|
|
|
3651
3634
|
splitSizing: "エディター グループを分割するときのサイズを制御します。",
|
|
3652
3635
|
statusBarVisibility: "ワークベンチの下部にステータス バーを表示するかどうかを制御します。",
|
|
3653
3636
|
suggestCommands: "コマンド パレットに一般的に使用されるコマンドのリストを含めるかどうかを制御します。",
|
|
3654
|
-
tabActionLocation: "
|
|
3637
|
+
tabActionLocation: "Controls the position of the editor's tabs action buttons (close, unpin). This value is ignored when {0} is not set to {1}.",
|
|
3655
3638
|
tabDescription: "エディターに表示するラベルの書式を制御します。",
|
|
3656
3639
|
tabScrollbarHeight: "エディター タイトル領域のタブおよび階層リンクに使用するスクロール バーの高さを制御します。",
|
|
3657
|
-
tabSizing: "
|
|
3640
|
+
tabSizing: "Controls the size of editor tabs. This value is ignored when {0} is not set to {1}.",
|
|
3658
3641
|
"tips.enabled": "有効にすると、エディターを 1 つも開いていないときに透かしのヒントが表示されます。",
|
|
3659
3642
|
untitledLabelFormat: "無題のエディターのラベルの形式を制御します。",
|
|
3660
3643
|
useSplitJSON: "JSON として設定を編集するときに、split JSON エディターを使用するかどうかを制御します。",
|
|
3661
3644
|
viewVisibility: "ビュー ヘッダー アクションを表示するかどうかを制御します。ビュー ヘッダー アクションは常に表示されるか、パネルをフォーカスやホバーしたときのみ表示のいずれかです。",
|
|
3662
|
-
"window.commandCenter": "
|
|
3645
|
+
"window.commandCenter": "Show command launcher together with the window title. This setting only has an effect when {0} is not set to {1}.",
|
|
3663
3646
|
"window.commandCenterWeb": "コマンド ランチャーをウィンドウ タイトルと共に表示します。",
|
|
3664
3647
|
"window.confirmBeforeClose.always": "常に確認メッセージを表示します。",
|
|
3665
3648
|
"window.confirmBeforeClose.always.web": "常に確認を求めようとします。それでも参照者は確認せずにタブやウィンドウを閉じることができることにご注意ください。",
|
|
@@ -3686,15 +3669,16 @@ var content = {
|
|
|
3686
3669
|
windowTitle: "開いているワークスペースやアクティブなエディターなどの現在のコンテキストに基づいて、ウィンドウのタイトルを制御します。変数は、コンテキストに基づいて置き換えられます。",
|
|
3687
3670
|
"workbench.activityBar.iconClickBehavior.focus": "クリックした項目が既に表示されている場合は、サイド バーにフォーカスします。",
|
|
3688
3671
|
"workbench.activityBar.iconClickBehavior.toggle": "クリックした項目が既に表示されている場合は、サイド バーを非表示にします。",
|
|
3689
|
-
"workbench.activityBar.location.hide": "
|
|
3690
|
-
"workbench.activityBar.location.side": "
|
|
3691
|
-
"workbench.activityBar.location.top": "
|
|
3672
|
+
"workbench.activityBar.location.hide": "Hide the Activity Bar.",
|
|
3673
|
+
"workbench.activityBar.location.side": "Show the Activity Bar to the side of the Primary Side Bar.",
|
|
3674
|
+
"workbench.activityBar.location.top": "Show the Activity Bar on top of the Primary Side Bar.",
|
|
3692
3675
|
"workbench.editor.doubleClickTabToToggleEditorGroupSizes.expand": "エディター グループは、他のすべてのエディター グループをできるだけ小さくすることで、可能な限り多くの領域を占有します。",
|
|
3693
3676
|
"workbench.editor.doubleClickTabToToggleEditorGroupSizes.maximize": "他のすべてのエディター グループは非表示になり、現在のエディター グループが最大化されてエディター領域全体が占有されます。",
|
|
3694
3677
|
"workbench.editor.doubleClickTabToToggleEditorGroupSizes.off": "タブをダブルクリックしても、エディター グループのサイズは変更されません。",
|
|
3695
|
-
"workbench.editor.editorActionsLocation.default": "
|
|
3678
|
+
"workbench.editor.editorActionsLocation.default": "Show editor actions in the window title bar when {0} is set to {1}. Otherwise, editor actions are shown in the editor tab bar.",
|
|
3696
3679
|
"workbench.editor.editorActionsLocation.hidden": "エディター アクションは表示されません。",
|
|
3697
|
-
"workbench.editor.editorActionsLocation.titleBar": "
|
|
3680
|
+
"workbench.editor.editorActionsLocation.titleBar": "Show editor actions in the window title bar. If {0} is set to {1}, editor actions are hidden.",
|
|
3681
|
+
"workbench.editor.empty.hint": "空白のエディターのテキスト ヒントをエディターに表示するかどうかを制御します。",
|
|
3698
3682
|
"workbench.editor.historyBasedLanguageDetection": "言語検出でエディター履歴を使用できるようにします。これにより、自動言語検出は最近開かれた言語を優先し、より少ない入力で自動言語検出を動作させることができます。",
|
|
3699
3683
|
"workbench.editor.labelFormat.default": "ファイルの名前を表示します。タブが有効かつ 1 つのグループ内の 2 つの同名ファイルに各ファイルのパスの区切り記号が追加されます。タブを無効にすると、エディターがアクティブな時にワークスペース フォルダーの相対パスが表示されます。",
|
|
3700
3684
|
"workbench.editor.labelFormat.long": "絶対パスに続けてファイル名を表示します。",
|
|
@@ -3707,7 +3691,7 @@ var content = {
|
|
|
3707
3691
|
"workbench.editor.pinnedTabSizing.compact": "固定されたタブは、コンパクト形式でアイコンまたはエディター名の最初の文字のみが表示されます。",
|
|
3708
3692
|
"workbench.editor.pinnedTabSizing.normal": "固定されたタブは、固定されていないタブの外観を継承します。",
|
|
3709
3693
|
"workbench.editor.pinnedTabSizing.shrink": "固定されたタブは、エディター名の一部を示すコンパクトな固定サイズに縮小されます。",
|
|
3710
|
-
"workbench.editor.pinnedTabsOnSeparateRow": "
|
|
3694
|
+
"workbench.editor.pinnedTabsOnSeparateRow": "When enabled, displays pinned tabs in a separate row above all other tabs. This value is ignored when {0} is not set to {1}.",
|
|
3711
3695
|
"workbench.editor.preferBasedLanguageDetection": "有効にすると、エディター履歴を考慮した言語検出モデルの方が優先順位が高くなります。",
|
|
3712
3696
|
"workbench.editor.preventPinnedEditorClose": "キーボードまたはマウスの中クリックを使用して閉じるときに、ピン留めされたエディターを閉じるかどうかを制御します。",
|
|
3713
3697
|
"workbench.editor.preventPinnedEditorClose.always": "マウスの中クリックまたはキーボードを使用する場合は、ピン留めされたエディターを閉じないようにしてください。",
|
|
@@ -3727,12 +3711,12 @@ var content = {
|
|
|
3727
3711
|
"workbench.editor.splitSizingSplit": "アクティブなエディター グループを等分に分割します。",
|
|
3728
3712
|
"workbench.editor.tabActionCloseVisibility": "タブの [閉じる] 動作設定ボタンの表示を制御します。",
|
|
3729
3713
|
"workbench.editor.tabActionUnpinVisibility": "タブの [ピン留めを外す] 動作設定ボタンの表示を制御します。",
|
|
3730
|
-
"workbench.editor.tabHeight": "
|
|
3714
|
+
"workbench.editor.tabHeight": "Controls the height of editor tabs. Also applies to the title control bar when {0} is not set to {1}.",
|
|
3731
3715
|
"workbench.editor.tabSizing.fit": "常に完全なエディター ラベルを表示するのに足りるタブの大きさを維持します。",
|
|
3732
3716
|
"workbench.editor.tabSizing.fixed": "すべてのタブを同じサイズにし、使用可能な領域が一度にすべてのタブを表示するのに十分でない場合に小さくできるようにします。",
|
|
3733
3717
|
"workbench.editor.tabSizing.shrink": "すべてのタブを一度に表示するには利用可能なスペースが足りない場合に、タブを縮小するようにします。",
|
|
3734
|
-
"workbench.editor.tabSizingFixedMaxWidth": "
|
|
3735
|
-
"workbench.editor.tabSizingFixedMinWidth": "
|
|
3718
|
+
"workbench.editor.tabSizingFixedMaxWidth": "Controls the maximum width of tabs when {0} size is set to {1}.",
|
|
3719
|
+
"workbench.editor.tabSizingFixedMinWidth": "Controls the minimum width of tabs when {0} size is set to {1}.",
|
|
3736
3720
|
"workbench.editor.titleScrollbarSizing.default": "既定のサイズ。",
|
|
3737
3721
|
"workbench.editor.titleScrollbarSizing.large": "マウスでつかみやすいサイズに拡大する。",
|
|
3738
3722
|
"workbench.editor.untitled.labelFormat.content": "無題ファイルの名前は、ファイル パスが関連付けられていない限り、最初の行の内容から導き出されます。行が空であるか、単語文字が含まれていない場合に、名前にフォールバックします。",
|
|
@@ -3750,14 +3734,14 @@ var content = {
|
|
|
3750
3734
|
"workbench.reduceMotion.auto": "OS 構成に基づいて、モーションを削減してレンダリングします。",
|
|
3751
3735
|
"workbench.reduceMotion.off": "モーションを削減してレンダリングしない",
|
|
3752
3736
|
"workbench.reduceMotion.on": "常にモーションを削減してレンダリングする。",
|
|
3753
|
-
wrapTabs: "
|
|
3737
|
+
wrapTabs: "Controls whether tabs should be wrapped over multiple lines when exceeding available space or whether a scrollbar should appear instead. This value is ignored when {0} is not set to '{1}'.",
|
|
3754
3738
|
"zenMode.centerLayout": "Zen Mode をオンにしたときに、レイアウトを中央寄せにするかどうかを制御します。",
|
|
3755
3739
|
"zenMode.fullScreen": "Zen Mode をオンにしたときに、ワークベンチを自動的に全画面モードに切り替えるかどうかを制御します。",
|
|
3756
3740
|
"zenMode.hideActivityBar": "Zen Mode をオンにしたときに、ワークベンチの左側または右側のいずれかにあるアクティビティ バーを非表示にするかどうかを制御します。",
|
|
3757
3741
|
"zenMode.hideLineNumbers": "Zen Mode をオンにしたときにエディターの行番号も非表示にするかどうかを制御します。",
|
|
3758
3742
|
"zenMode.hideStatusBar": "Zen Mode をオンにするとワークベンチの下部にあるステータス バーを非表示にするかどうかを制御します。",
|
|
3759
3743
|
"zenMode.restore": "Zen Mode で終了したウィンドウを Zen Mode に復元するかどうかを制御します。",
|
|
3760
|
-
"zenMode.showTabs": "Zen
|
|
3744
|
+
"zenMode.showTabs": "Controls whether turning on Zen Mode should show multiple editor tabs, a single editor tab, or hide the editor title area completely.",
|
|
3761
3745
|
"zenMode.showTabs.multiple": "各エディターは、エディターのタイトル領域にタブとして表示されます。",
|
|
3762
3746
|
"zenMode.showTabs.none": "エディターのタイトル領域は表示されていません。",
|
|
3763
3747
|
"zenMode.showTabs.single": "アクティブなエディターは、エディターのタイトル領域に 1 つの大きなタブとして表示されます。",
|
|
@@ -3766,6 +3750,7 @@ var content = {
|
|
|
3766
3750
|
},
|
|
3767
3751
|
"vs/workbench/common/configuration": {
|
|
3768
3752
|
applicationConfigurationTitle: "アプリケーション",
|
|
3753
|
+
problemsConfigurationTitle: "Problems",
|
|
3769
3754
|
"security.allowedUNCHosts": "ユーザーの確認なしで許可する UNC ホスト名のセット (先頭または末尾にバックスラッシュ (例: `192.168.0.1` や `my-server`) が含まれます)。この設定で許可されていない UNC ホストにアクセスしている場合、またはユーザーの確認によって確認されていない場合は、エラーが発生し、操作が停止します。この設定を変更する場合は、再起動が必要です。この設定の詳細については、https://aka.ms/vscode-windows-unc を参照してください。",
|
|
3770
3755
|
"security.allowedUNCHosts.patternErrorMessage": "UNC ホスト名にバックスラッシュを含めることはできません。",
|
|
3771
3756
|
"security.restrictUNCAccess": "有効にすると、`#security.allowedUNCHosts#` 設定またはユーザーの確認後に許可された UNC ホスト名へのアクセスのみが許可されます。この設定の詳細については、https://aka.ms/vscode-windows-unc をご覧ください。",
|
|
@@ -3774,6 +3759,7 @@ var content = {
|
|
|
3774
3759
|
},
|
|
3775
3760
|
"vs/workbench/common/contextkeys": {
|
|
3776
3761
|
activeAuxiliary: "アクティブな補助パネルの識別子",
|
|
3762
|
+
activeCompareEditorOriginalWritable: "Whether the active compare editor has a writable original side",
|
|
3777
3763
|
activeEditor: "アクティブなエディターの識別子",
|
|
3778
3764
|
activeEditorAvailableEditorIds: "アクティブなエディターのために使用できる使用可能なエディター識別子",
|
|
3779
3765
|
activeEditorCanRevert: "アクティブなエディターが元に戻せるかどうか",
|
|
@@ -3806,7 +3792,7 @@ var content = {
|
|
|
3806
3792
|
isAuxiliaryWindowFocusedContext: "補助ウィンドウがフォーカスされているかどうか",
|
|
3807
3793
|
isCenteredLayout: "中央揃えのレイアウトが有効になっているかどうか",
|
|
3808
3794
|
isFileSystemResource: "リソースがファイル システム プロバイダーによってサポートされているかどうか",
|
|
3809
|
-
isFullscreen: "
|
|
3795
|
+
isFullscreen: "Whether the main window is in fullscreen mode",
|
|
3810
3796
|
mainEditorAreaVisible: "メイン ウィンドウのエディター領域を表示するかどうか",
|
|
3811
3797
|
multipleEditorGroups: "複数のエディター グループが開かれているかどうか",
|
|
3812
3798
|
notificationCenterVisible: "通知センターが表示されているかどうか",
|
|
@@ -3866,6 +3852,10 @@ var content = {
|
|
|
3866
3852
|
activityBarDragAndDropBorder: "アクティビティ バー項目のフィードバック色をドラッグ アンド ドロップします。アクティビティ バーは、一番左または右に表示され、サイド バーのビューを切り替えることができます。",
|
|
3867
3853
|
activityBarForeground: "アクティブなアクティビティ バー項目の前景色。アクティビティ バーは左端または右端に表示され、サイド バーのビューを切り替えることができます。",
|
|
3868
3854
|
activityBarInActiveForeground: "非アクティブなアクティビティ バー項目の前景色。アクティビティ バーは左端または右端に表示され、サイド バーのビューを切り替えることができます。",
|
|
3855
|
+
activityBarTop: "Active foreground color of the item in the Activity bar when it is on top. The activity allows to switch between views of the side bar.",
|
|
3856
|
+
activityBarTopActiveFocusBorder: "Focus border color for the active item in the Activity bar when it is on top. The activity allows to switch between views of the side bar.",
|
|
3857
|
+
activityBarTopDragAndDropBorder: "Drag and drop feedback color for the items in the Activity bar when it is on top. The activity allows to switch between views of the side bar.",
|
|
3858
|
+
activityBarTopInActiveForeground: "Inactive foreground color of the item in the Activity bar when it is on top. The activity allows to switch between views of the side bar.",
|
|
3869
3859
|
"banner.background": "バナーの背景色。バナーは、ウィンドウのタイトル バーの下に表示されます。",
|
|
3870
3860
|
"banner.foreground": "バナーの前景色。バナーは、ウィンドウのタイトル バーの下に表示されます。",
|
|
3871
3861
|
"banner.iconForeground": "バナーのアイコンの色。バナーは、ウィンドウのタイトル バーの下に表示されます。",
|
|
@@ -3904,6 +3894,8 @@ var content = {
|
|
|
3904
3894
|
notificationsInfoIconForeground: "情報通知のアイコンに使用される色。通知は、ウィンドウの右下から表示されます。",
|
|
3905
3895
|
notificationsLink: "通知内リンクの前景色。通知はウィンドウの右下からスライド表示します。",
|
|
3906
3896
|
notificationsWarningIconForeground: "警告通知のアイコンに使用される色。通知は、ウィンドウの右下から表示されます。",
|
|
3897
|
+
outputViewBackground: "Output view background color.",
|
|
3898
|
+
outputViewStickyScrollBackground: "Output view sticky scroll background color.",
|
|
3907
3899
|
panelActiveTitleBorder: "アクティブ パネル タイトルの境界線の色。パネルはエディター領域の下に表示され、出力や統合ターミナルなどのビューを含みます。",
|
|
3908
3900
|
panelActiveTitleForeground: "アクティブ パネルのタイトルの色。パネルはエディター領域の下に表示され、出力や統合ターミナルなどのビューを含みます。",
|
|
3909
3901
|
panelBackground: "パネルの背景色。パネルはエディター領域の下に表示され、出力や統合ターミナルなどのビューを含みます。",
|
|
@@ -4000,31 +3992,48 @@ var content = {
|
|
|
4000
3992
|
"views log": "ビュー"
|
|
4001
3993
|
},
|
|
4002
3994
|
"vs/workbench/contrib/accessibility/browser/accessibilityConfiguration": {
|
|
4003
|
-
"accessibility.hideAccessibleView": "
|
|
3995
|
+
"accessibility.hideAccessibleView": "Controls whether the Accessible View is hidden.",
|
|
4004
3996
|
accessibilityConfigurationTitle: "アクセシビリティ",
|
|
4005
|
-
"alert.
|
|
3997
|
+
"alert.breakpoint": "Alerts when the active line has a breakpoint. Also see {0}.",
|
|
3998
|
+
"alert.chatRequestSent": "Alerts when a chat request is sent. Also see {0}.",
|
|
3999
|
+
"alert.chatResponsePending": "Alerts when a chat response is pending. Also see {0}.",
|
|
4000
|
+
"alert.clear": "Alerts when a feature is cleared (for example, the terminal, Debug Console, or Output channel). Also see {0}.",
|
|
4001
|
+
"alert.error": "Alerts when the active line has an error. Also see {0}.",
|
|
4002
|
+
"alert.foldedArea": "Alerts when the active line has a folded area that can be unfolded. Also see {0}.",
|
|
4003
|
+
"alert.format": "Alerts when a file or notebook cell is formatted. Also see {0}.",
|
|
4006
4004
|
"alert.format.always": "自動保存、セルの実行など、ファイルが書式設定されるたびにアラートが生成されます。",
|
|
4007
4005
|
"alert.format.never": "アラートを表示しません。",
|
|
4008
4006
|
"alert.format.userGesture": "ユーザー ジェスチャを使用してファイルが書式設定されたときにアラートを生成します。",
|
|
4009
|
-
"alert.
|
|
4007
|
+
"alert.lineHasBreakpoint": "Alerts when on a line with a breakpoint. Also see {0}.",
|
|
4008
|
+
"alert.noInlayHints": "Alerts when there are no inlay hints. Also see {0}.",
|
|
4009
|
+
"alert.notebookCellCompleted": "Alerts when a notebook cell completes successfully. Also see {0}.",
|
|
4010
|
+
"alert.notebookCellFailed": "Alerts when a notebook cell fails. Also see {0}.",
|
|
4011
|
+
"alert.onDebugBreak": "Alerts when the debugger breaks. Also see {0}.",
|
|
4012
|
+
"alert.save": "Alerts when a file is saved. Also see {0}.",
|
|
4010
4013
|
"alert.save.always": "自動保存を含め、ファイルが保存されるたびにアラートが表示されます。",
|
|
4011
4014
|
"alert.save.never": "アラートを表示しません。",
|
|
4012
4015
|
"alert.save.userGesture": "ユーザー ジェスチャを使用してファイルが保存されたときにアラートを生成します。",
|
|
4016
|
+
"alert.taskCompleted": "Alerts when a task completes successfully (zero exit code). Also see {0}.",
|
|
4017
|
+
"alert.taskFailed": "Alerts when a task fails (non-zero exit code). Also see {0}.",
|
|
4018
|
+
"alert.terminalBell": "Alerts when the terminal bell is activated.",
|
|
4019
|
+
"alert.terminalCommandFailed": "Alerts when a terminal command fails (non-zero exit code). Also see {0}.",
|
|
4020
|
+
"alert.terminalQuickFix": "Alerts when there is an available terminal quick fix. Also see {0}.",
|
|
4021
|
+
"alert.warning": "Alerts when the active line has a warning. Also see {0}.",
|
|
4013
4022
|
dimUnfocusedEnabled: "フォーカスされていないエディターとターミナルを暗くするかどうかを指定するもので、これにより、入力された入力情報の入力先がより明確になります。これは、ノートブックや拡張機能 Web ビュー エディターなどの iframe を利用するエディターの注目すべき例外を除き、ほとんどのエディターで動作します。",
|
|
4014
4023
|
dimUnfocusedOpacity: "フォーカスされていないエディターとターミナルに使用する不透明度の分数 (0.2 ~ 1.0)。これは、{0} が有効になっている場合にのみ効力を発します。",
|
|
4015
|
-
"terminal.integrated.accessibleView.closeOnKeyPress": "keypress
|
|
4024
|
+
"terminal.integrated.accessibleView.closeOnKeyPress": "On keypress, close the Accessible View and focus the element from which it was invoked.",
|
|
4016
4025
|
"verbosity.chat.description": "チャット入力にフォーカスがある場合にチャット ヘルプ メニューにアクセスする方法に関する情報を提供します。",
|
|
4017
4026
|
"verbosity.comments": "コメント ウィジェットまたはコメントを含むファイルで実行できるアクションに関する情報を提供します。",
|
|
4018
4027
|
"verbosity.diffEditor.description": "差分エディターにフォーカスがあるときに変更を移動する方法に関する情報を提供します。",
|
|
4019
4028
|
"verbosity.emptyEditorHint": "空のテキスト エディターで関連するアクションに関する情報を提供します。",
|
|
4020
|
-
"verbosity.hover": "
|
|
4021
|
-
"verbosity.inlineCompletions.description": "
|
|
4029
|
+
"verbosity.hover": "Provide information about how to open the hover in an Accessible View.",
|
|
4030
|
+
"verbosity.inlineCompletions.description": "Provide information about how to access the inline completions hover and Accessible View.",
|
|
4022
4031
|
"verbosity.interactiveEditor.description": "インライン エディター チャットのアクセシビリティ ヘルプ メニューにアクセスする方法に関する情報を提供し、入力にフォーカスがあるときの機能を使用する方法を説明するヒントを提供します。",
|
|
4023
4032
|
"verbosity.keybindingsEditor.description": "行がフォーカスされているときにキー バインド エディターでキー バインドを変更する方法に関する情報を提供します。",
|
|
4024
4033
|
"verbosity.notebook": "ノートブック セルがフォーカスされているときにセル コンテナーまたは内部エディターにフォーカスを移動する方法に関する情報を提供します。",
|
|
4025
|
-
"verbosity.notification": "
|
|
4034
|
+
"verbosity.notification": "Provide information about how to open the notification in an Accessible View.",
|
|
4026
4035
|
"verbosity.terminal.description": "ターミナルにフォーカスがある場合に、ターミナルのアクセシビリティ ヘルプ メニューにアクセスする方法について説明します。",
|
|
4027
|
-
"voice.speechTimeout": "
|
|
4036
|
+
"voice.speechTimeout": "The duration in milliseconds that voice speech recognition remains active after you stop speaking. For example in a chat session, the transcribed text is submitted automatically after the timeout is met. Set to `0` to disable this feature."
|
|
4028
4037
|
},
|
|
4029
4038
|
"vs/workbench/contrib/accessibility/browser/accessibilityContributions": {
|
|
4030
4039
|
clearNotification: "通知のクリア",
|
|
@@ -4037,11 +4046,6 @@ var content = {
|
|
|
4037
4046
|
"screenReaderDetectedExplanation.answerYes": "はい",
|
|
4038
4047
|
"screenReaderDetectedExplanation.question": "スクリーン リーダーを使用して VS Code を操作していますか?",
|
|
4039
4048
|
"status.editor.screenReaderMode": "スクリーン リーダー モード"
|
|
4040
|
-
},
|
|
4041
|
-
"vs/workbench/contrib/accessibility/browser/accessibleNotificationService": {
|
|
4042
|
-
cleared: "消去済み",
|
|
4043
|
-
formatted: "フォーマット済み",
|
|
4044
|
-
saved: "保存済み"
|
|
4045
4049
|
},
|
|
4046
4050
|
"vs/workbench/contrib/accessibility/browser/accessibleView": {
|
|
4047
4051
|
"accessibility-help": "ユーザー補助のヘルプ",
|
|
@@ -4083,7 +4087,7 @@ var content = {
|
|
|
4083
4087
|
"audioCues.chatRequestSent": "チャット要求が行われたときにサウンドを再生します。",
|
|
4084
4088
|
"audioCues.chatResponsePending": "応答が保留中の間、サウンドを繰り返し再生します。",
|
|
4085
4089
|
"audioCues.chatResponseReceived": "応答の受信中に、サウンドを繰り返し再生します。",
|
|
4086
|
-
"audioCues.clear": "
|
|
4090
|
+
"audioCues.clear": "Plays a sound when a feature is cleared (for example, the terminal, Debug Console, or Output channel). When this is disabled, an ARIA alert will announce 'Cleared'.",
|
|
4087
4091
|
"audioCues.debouncePositionChanges": "位置の変更をデバウンスする必要があるかどうか",
|
|
4088
4092
|
"audioCues.diffLineDeleted": "アクセシビリティ対応差分ビューアー モードでフォーカスが削除された行に移動したとき、または次/前の変更に移動したときににサウンドを再生します。",
|
|
4089
4093
|
"audioCues.diffLineInserted": "アクセシビリティ対応差分ビューアー モードでフォーカスが挿入された行に移動したとき、または次/前の変更に移動したときにサウンドを再生します。",
|
|
@@ -4115,6 +4119,9 @@ var content = {
|
|
|
4115
4119
|
"audioCues.volume": "オーディオ キューの音量 (パーセント単位) (0 - 100)。"
|
|
4116
4120
|
},
|
|
4117
4121
|
"vs/workbench/contrib/audioCues/browser/commands": {
|
|
4122
|
+
"accessibility.alert.help": "Help: List Alerts",
|
|
4123
|
+
"alerts.help.placeholder": "Inspect and configure the status of an alert",
|
|
4124
|
+
"alerts.help.settings": "Enable/Disable Audio Cue",
|
|
4118
4125
|
"audioCues.help": "ヘルプ: オーディオ キューの一覧表示",
|
|
4119
4126
|
"audioCues.help.placeholder": "オーディオ キューを選択して再生します",
|
|
4120
4127
|
"audioCues.help.settings": "オーディオ キューの有効化/無効化",
|
|
@@ -4214,7 +4221,8 @@ var content = {
|
|
|
4214
4221
|
"vs/workbench/contrib/chat/browser/actions/chatAccessibilityHelp": {
|
|
4215
4222
|
"chat.announcement": "チャットの応答は、届いた時に通知されます。応答は、コード ブロックの数 (存在する場合)、応答の残りの部分を示します。",
|
|
4216
4223
|
"chat.audioCues": "オーディオ キューは、audioCues.chat のプレフィックスを持つ設定を使用して変更できます。既定では、要求に 4 秒以上かかる場合は、進行状況がまだ発生していることを示すオーディオ キューが聞こえます。",
|
|
4217
|
-
"chat.
|
|
4224
|
+
"chat.followUp": "In the input box, navigate to the suggested follow up question (Shift+Tab) and press Enter to run it.",
|
|
4225
|
+
"chat.inspectResponse": "In the input box, inspect the last response in the accessible view {0}",
|
|
4218
4226
|
"chat.inspectResponseNoKb": "入力ボックスがフォーカスされている状態で、[アクセス可能なビューを開く] コマンドを使用してアクセス可能なビューの最後の応答を検査します。これは現在、キー バインドではトリガーできません。",
|
|
4219
4227
|
"chat.overview": "チャット ビューは、入力ボックスと要求/応答リストで構成されています。入力ボックスは要求を行うために使用され、リストは応答を表示するために使用されます。",
|
|
4220
4228
|
"chat.requestHistory": "入力ボックスで、上矢印/下矢印を使用して要求履歴を移動します。入力を編集し、Enter キーまたは [送信] ボタンを使用して新しい要求を実行します。",
|
|
@@ -4223,7 +4231,7 @@ var content = {
|
|
|
4223
4231
|
"inlineChat.diff": "差分エディターで 、({0}) を使用してレビュー モードにします。上矢印/下矢印を使用して、提案された変更を含む行間を移動します。",
|
|
4224
4232
|
"inlineChat.diffNoKb": "もう一度 Tab キーを押して変更を含む差分エディターに入り、[次の差分に移動] コマンドでレビュー モードに入ります。上/下矢印を使用して、提案された変更が含まれる行に移動します。",
|
|
4225
4233
|
"inlineChat.fix": "修正アクションが呼び出された場合、応答は現在のコードの問題を示します。差分エディターがレンダリングされ、タブ操作でアクセスできるようになります。",
|
|
4226
|
-
"inlineChat.inspectResponse": "
|
|
4234
|
+
"inlineChat.inspectResponse": "In the input box, inspect the response in the accessible view {0}.",
|
|
4227
4235
|
"inlineChat.inspectResponseNoKb": "入力ボックスがフォーカスされている状態で、[アクセス可能なビューを開く] コマンドを使用してアクセス可能なビューの応答を検査します。これは現在、キー バインドではトリガーできません。",
|
|
4228
4236
|
"inlineChat.overview": "インライン チャットはコード エディター内で行われ、現在の選択内容が考慮されます。現在のエディターを変更する場合に便利です。たとえば、診断の修正、コードの文書化またはリファクタリングなどです。AI によって生成されたコードは正しくない可能性があることに注意してください。",
|
|
4229
4237
|
"inlineChat.requestHistory": "入力ボックスで、{0} および {1} を使用して要求履歴を移動します。入力を編集し、Enter キーまたは [送信] ボタンを使用して新しい要求を実行します。",
|
|
@@ -4231,7 +4239,7 @@ var content = {
|
|
|
4231
4239
|
"workbench.action.chat.clear": "要求/応答リストをクリアするには、Chat Clear コマンド ({0}) を呼び出します。",
|
|
4232
4240
|
"workbench.action.chat.clearNoKb": "要求/応答リストをクリアするには、Chat Clear コマンドを呼び出します。このコマンドは現在キーバインドによってトリガーできません。",
|
|
4233
4241
|
"workbench.action.chat.focus": "上矢印と下矢印で移動できるチャット要求/応答リストにフォーカスするには、Focus Chat コマンド ({0}) を呼び出します。",
|
|
4234
|
-
"workbench.action.chat.focusInput": "
|
|
4242
|
+
"workbench.action.chat.focusInput": "To focus the input box for chat requests, invoke the Focus Chat Input command ({0}).",
|
|
4235
4243
|
"workbench.action.chat.focusNoKb": "上矢印と下矢印で移動できるチャット要求/応答リストにフォーカスするには、 Focus Chat List コマンドを呼び出します。このコマンドは現在キーバインドによってトリガーできません。",
|
|
4236
4244
|
"workbench.action.chat.nextCodeBlock": "応答内の次のコード ブロックにフォーカスするには、Chat: Next Code Block コマンド ({0}) を呼び出します。",
|
|
4237
4245
|
"workbench.action.chat.nextCodeBlockNoKb": "応答内の次のコード ブロックにフォーカスするには、Chat: Next Code Block コマンドを呼び出します。このコマンドは現在キーバインドによってトリガーできません。",
|
|
@@ -4244,13 +4252,14 @@ var content = {
|
|
|
4244
4252
|
"actions.chat.submitSecondaryAgent": "セカンダリ エージェントに送信する",
|
|
4245
4253
|
"actions.interactiveSession.focus": "Focus Chat List",
|
|
4246
4254
|
"chat.category": "チャット",
|
|
4255
|
+
"chat.clear.label": "Clear All Workspace Chats",
|
|
4256
|
+
"chat.history.label": "Show Chats",
|
|
4247
4257
|
"interactiveSession.clearHistory.label": "入力履歴のクリア",
|
|
4248
4258
|
"interactiveSession.focusInput.label": "Focus Chat Input",
|
|
4249
4259
|
"interactiveSession.history.delete": "削除",
|
|
4250
|
-
"interactiveSession.history.
|
|
4251
|
-
"interactiveSession.history.pick": "チャット セッションに切り替える",
|
|
4260
|
+
"interactiveSession.history.pick": "Switch to chat",
|
|
4252
4261
|
"interactiveSession.open": "エディターを開く ({0})",
|
|
4253
|
-
|
|
4262
|
+
openChat: "Open Chat"
|
|
4254
4263
|
},
|
|
4255
4264
|
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
|
|
4256
4265
|
"interactive.copyCodeBlock.label": "コピー",
|
|
@@ -4278,11 +4287,11 @@ var content = {
|
|
|
4278
4287
|
"chat.import.label": "セッションのインポート"
|
|
4279
4288
|
},
|
|
4280
4289
|
"vs/workbench/contrib/chat/browser/actions/chatMoveActions": {
|
|
4281
|
-
"chat.openInEditor.label": "
|
|
4282
|
-
"chat.openInNewWindow.label": "
|
|
4283
|
-
"interactiveSession.openInEditor.label": "
|
|
4284
|
-
"interactiveSession.openInNewWindow.label": "
|
|
4285
|
-
"interactiveSession.openInSidebar.label": "
|
|
4290
|
+
"chat.openInEditor.label": "Open Chat in Editor",
|
|
4291
|
+
"chat.openInNewWindow.label": "Open Chat in New Window",
|
|
4292
|
+
"interactiveSession.openInEditor.label": "Open Chat in Editor",
|
|
4293
|
+
"interactiveSession.openInNewWindow.label": "Open Chat in New Window",
|
|
4294
|
+
"interactiveSession.openInSidebar.label": "Open Chat in Side Bar"
|
|
4286
4295
|
},
|
|
4287
4296
|
"vs/workbench/contrib/chat/browser/actions/chatQuickInputActions": {
|
|
4288
4297
|
"chat.closeQuickChat.label": "クイック チャットを閉じる",
|
|
@@ -4303,13 +4312,13 @@ var content = {
|
|
|
4303
4312
|
},
|
|
4304
4313
|
"vs/workbench/contrib/chat/browser/chat.contribution": {
|
|
4305
4314
|
chat: "チャット",
|
|
4306
|
-
clear: "セッションのクリア",
|
|
4307
4315
|
"interactiveSession.editor.fontFamily": "チャット コード ブロック内のフォント ファミリを制御します。",
|
|
4308
4316
|
"interactiveSession.editor.fontSize": "チャット コード ブロック内のフォント サイズをピクセル単位で制御します。",
|
|
4309
4317
|
"interactiveSession.editor.fontWeight": "チャット コード ブロック内のフォントの太さを制御します。",
|
|
4310
4318
|
"interactiveSession.editor.lineHeight": "チャット コード ブロック内の行の高さをピクセル単位で制御します。フォント サイズから行の高さを計算するには 0 を使用します。",
|
|
4311
4319
|
"interactiveSession.editor.wordWrap": "チャット コード ブロックで行を折り返すかどうかを制御します。",
|
|
4312
|
-
interactiveSessionConfigurationTitle: "チャット"
|
|
4320
|
+
interactiveSessionConfigurationTitle: "チャット",
|
|
4321
|
+
newChat: "Start a new chat"
|
|
4313
4322
|
},
|
|
4314
4323
|
"vs/workbench/contrib/chat/browser/chatContributionServiceImpl": {
|
|
4315
4324
|
"chat.viewContainer.label": "チャット",
|
|
@@ -4320,7 +4329,11 @@ var content = {
|
|
|
4320
4329
|
"vscode.extension.contributes.interactiveSession.when": "この対話型セッション プロバイダーを有効にするには true にする必要がある条件です。"
|
|
4321
4330
|
},
|
|
4322
4331
|
"vs/workbench/contrib/chat/browser/chatEditorInput": {
|
|
4332
|
+
chatEditorLabelIcon: "Icon of the chat editor label.",
|
|
4323
4333
|
chatEditorName: "チャット"
|
|
4334
|
+
},
|
|
4335
|
+
"vs/workbench/contrib/chat/browser/chatFollowups": {
|
|
4336
|
+
followUpAriaLabel: "Follow up question: {0}"
|
|
4324
4337
|
},
|
|
4325
4338
|
"vs/workbench/contrib/chat/browser/chatInputPart": {
|
|
4326
4339
|
"actions.chat.accessibiltyHelp": "チャット入力、入力して質問するか、トピックに対して / を入力し、Enter キーを押して要求を送信します。チャットアクセシビリティのヘルプに {0} を使用します。",
|
|
@@ -4342,6 +4355,7 @@ var content = {
|
|
|
4342
4355
|
thinking: "思考中",
|
|
4343
4356
|
treeAriaLabel: "ファイル ツリー",
|
|
4344
4357
|
usedAgent: "{0} 使用済み",
|
|
4358
|
+
usedReferences: "Used References",
|
|
4345
4359
|
usedReferencesCollapsed: "{0}、折りたたまれています",
|
|
4346
4360
|
usedReferencesExpanded: "{0}、展開済み",
|
|
4347
4361
|
usedReferencesPlural: "{0} 参照 使用済み",
|
|
@@ -4603,10 +4617,8 @@ var content = {
|
|
|
4603
4617
|
reply: "返信..."
|
|
4604
4618
|
},
|
|
4605
4619
|
"vs/workbench/contrib/comments/browser/comments.contribution": {
|
|
4606
|
-
|
|
4607
|
-
addCommentNoKb: "- 現在の選択項目にコメントを追加します。現在、キー バインドではトリガーできません。",
|
|
4620
|
+
collapseAll: "すべて折りたたんで表示します。",
|
|
4608
4621
|
collapseOnResolve: "スレッドが解決されたときにコメント スレッドを折りたたむかどうかを制御します。",
|
|
4609
|
-
commentCommands: "次のような便利なコメント コマンドがあります:",
|
|
4610
4622
|
"comments.maxHeight": "コメント ウィジェットをスクロールするか展開するかを制御します。",
|
|
4611
4623
|
"comments.openPanel.deprecated": "この設定は'comments.openView' を優先し、非推奨です。",
|
|
4612
4624
|
"comments.openView": "コメント パネルが開くべきタイミングを制御します。",
|
|
@@ -4616,21 +4628,9 @@ var content = {
|
|
|
4616
4628
|
"comments.openView.never": "コメント ビューが開くことはありません。",
|
|
4617
4629
|
"comments.visible": "コメント範囲とコメントを含むエディターで、コメント バーとコメント スレッドを表示するかどうかを制御します。コメントはコメント ビューを介して引き続きアクセスでき、コマンド \"Comments: Toggle Editor Commenting\" の切り替えを実行するのと同じ方法でコメントがオンに切り替わります。",
|
|
4618
4630
|
commentsConfigurationTitle: "コメント",
|
|
4619
|
-
|
|
4620
|
-
intro: "エディターにはコメント可能な範囲が含まれています。次のような便利なコマンドがあります:",
|
|
4621
|
-
introWidget: "このウィジェットには、新しいコメントとアクションの作成用のテキスト領域が含まれており、タブ移動フォーカス モード ({0}) が有効になったときに Tab キーで移動できます。",
|
|
4622
|
-
introWidgetNoKb: "このウィジェットには、新しいコメントとアクションの合成用のテキスト領域が含まれており、[タブ キー移動フォーカスの切り替え] コマンドでタブ移動フォーカス モードを有効にすると Tab キーで移動できますが、現在キー バインドではトリガーできません。",
|
|
4623
|
-
next: "- 次のコメント範囲 ({0}) に移動",
|
|
4624
|
-
nextCommentThreadKb: "- 次のコメント スレッドに移動 ({0})",
|
|
4625
|
-
nextCommentThreadNoKb: "- 次のコメント スレッドに移動します。現在、キー バインドではトリガーできません。",
|
|
4626
|
-
nextNoKb: "- [次のコメント範囲] に移動します。現在、キー バインドではトリガーできません。",
|
|
4631
|
+
expandAll: "すべて展開",
|
|
4627
4632
|
openComments: "コメント パネルを開くタイミングを制御します。",
|
|
4628
|
-
|
|
4629
|
-
previousCommentThreadKb: "- 前のコメント スレッドに移動 ({0})",
|
|
4630
|
-
previousCommentThreadNoKb: "- [前のコメント スレッドに移動]は現在、キー バインドによってトリガーできません。",
|
|
4631
|
-
previousNoKb: "- [次のコメント範囲 に移動]は現在、キー バインドではトリガーできません。",
|
|
4632
|
-
submitComment: "- コメントを送信する ({0})",
|
|
4633
|
-
submitCommentNoKb: "- 現在、キー バインドではトリガーできないため、タブを使用してアクセスできるコメントを送信します。",
|
|
4633
|
+
totalUnresolvedComments: "{0} 件の未解決のコメント",
|
|
4634
4634
|
useRelativeTime: "コメント タイムスタンプ ('1 日前' など) に相対時間を使用するかどうかを決定します。"
|
|
4635
4635
|
},
|
|
4636
4636
|
"vs/workbench/contrib/comments/browser/commentsController": {
|
|
@@ -4652,16 +4652,13 @@ var content = {
|
|
|
4652
4652
|
lastReplyFrom: "{0} からの最後の返信"
|
|
4653
4653
|
},
|
|
4654
4654
|
"vs/workbench/contrib/comments/browser/commentsView": {
|
|
4655
|
-
collapseAll: "すべて折りたたんで表示します。",
|
|
4656
4655
|
"comments.filter.ariaLabel": "コメントをフィルター",
|
|
4657
4656
|
"comments.filter.placeholder": "フィルター (例: text、author)",
|
|
4658
|
-
expandAll: "すべて展開",
|
|
4659
4657
|
resourceWithCommentLabel: "{3} の行 {1} 列 {2} (ソース: {4}) にある ${0} からのコメント",
|
|
4660
4658
|
resourceWithCommentLabelFile: "{1} での ${0} からのコメント、ソース: {2}",
|
|
4661
4659
|
resourceWithCommentThreadsLabel: "{0}、完全なパス {1} のコメント",
|
|
4662
4660
|
rootCommentsLabel: "現在のワークスペースに対するコメント",
|
|
4663
|
-
"showing filtered results": "{0}/{1} を表示中"
|
|
4664
|
-
totalUnresolvedComments: "{0} 件の未解決のコメント"
|
|
4661
|
+
"showing filtered results": "{0}/{1} を表示中"
|
|
4665
4662
|
},
|
|
4666
4663
|
"vs/workbench/contrib/comments/browser/commentsViewActions": {
|
|
4667
4664
|
comments: "コメント",
|
|
@@ -4692,6 +4689,8 @@ var content = {
|
|
|
4692
4689
|
"comment.reactionLabelMany": "{2} で {0}{1} 件のリアクション",
|
|
4693
4690
|
"comment.reactionLabelNone": "{0}{1} リアクション",
|
|
4694
4691
|
"comment.reactionLabelOne": "{1} で {0} 1 件のリアクション",
|
|
4692
|
+
"comment.reactionLessThanTen": "{0}{1} reacted with {2}",
|
|
4693
|
+
"comment.reactionMoreThanTen": "{0}{1} and {2} more reacted with {3}",
|
|
4695
4694
|
"comment.toggleableReaction": "リアクションを切り替え、",
|
|
4696
4695
|
pickReactions: "反応を選択..."
|
|
4697
4696
|
},
|
|
@@ -4705,9 +4704,6 @@ var content = {
|
|
|
4705
4704
|
editorHasCommentingRange: "アクティブなエディターにコメント範囲があるかどうか",
|
|
4706
4705
|
hasCommentingProvider: "開いているワークスペースにコメントまたはコメント範囲があるかどうか。",
|
|
4707
4706
|
hasCommentingRange: "アクティブカーソルの位置にコメント範囲があるかどうか"
|
|
4708
|
-
},
|
|
4709
|
-
"vs/workbench/contrib/comments/common/commentModel": {
|
|
4710
|
-
noComments: "このワークスペースにコメントはまだありません。"
|
|
4711
4707
|
},
|
|
4712
4708
|
"vs/workbench/contrib/customEditor/common/contributedCustomEditors": {
|
|
4713
4709
|
builtinProviderDisplayName: "ビルトイン"
|
|
@@ -4732,9 +4728,11 @@ var content = {
|
|
|
4732
4728
|
addBreakpoint: "ブレークポイントの追加",
|
|
4733
4729
|
addConditionalBreakpoint: "条件付きブレークポイントの追加...",
|
|
4734
4730
|
addLogPoint: "ログポイントを追加...",
|
|
4731
|
+
addTriggeredBreakpoint: "Add Triggered Breakpoint...",
|
|
4735
4732
|
breakpoint: "ブレークポイント",
|
|
4736
4733
|
breakpointHasConditionDisabled: "この {0} には削除時に失われる {1} があります。代わりに {0} を有効にすることを検討してください。",
|
|
4737
4734
|
breakpointHasConditionEnabled: "この {0} には削除時に失われる {1} があります。代わりに {0} を無効にすることを検討してください。",
|
|
4735
|
+
breakpointHelper: "Click to add a breakpoint.",
|
|
4738
4736
|
condition: "条件",
|
|
4739
4737
|
"debugIcon.breakpointCurrentStackframeForeground": "現在のブレークポイント スタック フレームのアイコン色。",
|
|
4740
4738
|
"debugIcon.breakpointDisabledForeground": "無効なブレークポイントのアイコン色。",
|
|
@@ -4781,7 +4779,7 @@ var content = {
|
|
|
4781
4779
|
disableAllBreakpoints: "すべてのブレークポイントを無効にする",
|
|
4782
4780
|
disabledBreakpoint: "無効なブレークポイント",
|
|
4783
4781
|
disabledLogpoint: "無効なログポイント",
|
|
4784
|
-
editBreakpoint: "
|
|
4782
|
+
editBreakpoint: "Edit Function Condition...",
|
|
4785
4783
|
editCondition: "条件の編集...",
|
|
4786
4784
|
editHitCount: "ヒット カウントの編集...",
|
|
4787
4785
|
enableAllBreakpoints: "すべてのブレークポイントを有効にする",
|
|
@@ -4812,6 +4810,7 @@ var content = {
|
|
|
4812
4810
|
reapplyAllBreakpoints: "すべてのブレークポイントを再適用する",
|
|
4813
4811
|
removeAllBreakpoints: "すべてのブレークポイントを削除する",
|
|
4814
4812
|
removeBreakpoint: "ブレークポイントの削除",
|
|
4813
|
+
triggeredBy: "Hit after breakpoint: {0}",
|
|
4815
4814
|
unverifiedBreakpoint: "未確認のブレークポイント",
|
|
4816
4815
|
unverifiedExceptionBreakpoint: "未検証の例外ブレークポイント",
|
|
4817
4816
|
unverifiedLogpoint: "未確認のログポイント",
|
|
@@ -4824,7 +4823,12 @@ var content = {
|
|
|
4824
4823
|
breakpointWidgetLogMessagePlaceholder: "ブレークポイントにヒットしたときにログに記録するメッセージ。{} 内の式は補間されます。受け入れるには '{0}' を、キャンセルするには '{1}' を押します。",
|
|
4825
4824
|
expression: "式",
|
|
4826
4825
|
hitCount: "ヒット カウント",
|
|
4827
|
-
logMessage: "ログ メッセージ"
|
|
4826
|
+
logMessage: "ログ メッセージ",
|
|
4827
|
+
noTriggerByBreakpoint: "None",
|
|
4828
|
+
ok: "Ok",
|
|
4829
|
+
selectBreakpoint: "Select breakpoint",
|
|
4830
|
+
triggerByLoading: "Loading...",
|
|
4831
|
+
triggeredBy: "Wait for Breakpoint"
|
|
4828
4832
|
},
|
|
4829
4833
|
"vs/workbench/contrib/debug/browser/callStackEditorContribution": {
|
|
4830
4834
|
focusedStackFrameLineHighlight: "フォーカスされたスタック フレーム位置の行を強調表示する背景色。",
|
|
@@ -4857,6 +4861,7 @@ var content = {
|
|
|
4857
4861
|
breakpoints: "ブレークポイント",
|
|
4858
4862
|
callStack: "コール スタック",
|
|
4859
4863
|
cancel: "デバッグを取り消します。",
|
|
4864
|
+
closeReadonlyTabsOnEnd: "At the end of a debug session, all the read-only tabs associated with that session will be closed",
|
|
4860
4865
|
copyAsExpression: "式としてコピー",
|
|
4861
4866
|
copyStackTrace: "呼び出し履歴のコピー",
|
|
4862
4867
|
copyValue: "値のコピー",
|
|
@@ -5035,13 +5040,15 @@ var content = {
|
|
|
5035
5040
|
miEditBreakpoint: "ブレークポイントの編集(&&E)",
|
|
5036
5041
|
miLogPoint: "ログポイント(&&L)...",
|
|
5037
5042
|
miToggleBreakpoint: "ブレークポイントの切り替え(&&B)",
|
|
5043
|
+
miTriggerByBreakpoint: "&&Triggered Breakpoint...",
|
|
5038
5044
|
mitogglesource: "&&ToggleSource",
|
|
5039
5045
|
openDisassemblyView: "逆アセンブリ ビューを開く",
|
|
5040
5046
|
runToCursor: "カーソル行の前まで実行",
|
|
5041
5047
|
showDebugHover: "デバッグ: ホバーの表示",
|
|
5042
5048
|
stepIntoTargets: "ターゲットにステップ イン",
|
|
5043
5049
|
toggleBreakpointAction: "デバッグ: ブレークポイントの切り替え",
|
|
5044
|
-
toggleDisassemblyViewSourceCode: "逆アセンブリ ビューでソース コードを切り替える"
|
|
5050
|
+
toggleDisassemblyViewSourceCode: "逆アセンブリ ビューでソース コードを切り替える",
|
|
5051
|
+
triggerByBreakpointEditorAction: "Debug: Add Triggered Breakpoint..."
|
|
5045
5052
|
},
|
|
5046
5053
|
"vs/workbench/contrib/debug/browser/debugEditorContribution": {
|
|
5047
5054
|
"editor.inlineValuesBackground": "デバッグのインライン値の背景色です。",
|
|
@@ -5073,6 +5080,7 @@ var content = {
|
|
|
5073
5080
|
debugBreakpointLog: "ログ ブレークポイントのアイコン。",
|
|
5074
5081
|
debugBreakpointLogDisabled: "無効なログ ブレークポイントのアイコン。",
|
|
5075
5082
|
debugBreakpointLogUnverified: "未確認のログ ブレークポイントのアイコン。",
|
|
5083
|
+
debugBreakpointPendingOnTrigger: "Icon for breakpoints waiting on another breakpoint.",
|
|
5076
5084
|
debugBreakpointUnsupported: "サポートされていないブレークポイントのアイコン。",
|
|
5077
5085
|
debugBreakpointUnverified: "未確認のブレークポイントのアイコン。",
|
|
5078
5086
|
debugCollapseAll: "デバッグ ビューにあるすべて折りたたみアクションのアイコン。",
|
|
@@ -5257,6 +5265,7 @@ var content = {
|
|
|
5257
5265
|
cancel: "取り消す",
|
|
5258
5266
|
collapse: "すべて折りたたむ",
|
|
5259
5267
|
install: "インストール",
|
|
5268
|
+
useVisualizer: "Visualize Variable...",
|
|
5260
5269
|
variableAriaLabel: "{0}、値 {1}",
|
|
5261
5270
|
variableScopeAriaLabel: "スコープ {0}",
|
|
5262
5271
|
variableValueAriaLabel: "新しい変数値を入力する",
|
|
@@ -5338,6 +5347,9 @@ var content = {
|
|
|
5338
5347
|
terminateDebuggeeSupported: "フォーカスされたセッションが終了デバッグ対象機能をサポートすしている場合は true。",
|
|
5339
5348
|
variableEvaluateNamePresent: "フォーカスされた変数で 'evalauteName' フィールドが設定されている場合は True です。",
|
|
5340
5349
|
variableIsReadonly: "フォーカスされた変数が読み取り専用の場合は True。",
|
|
5350
|
+
variableName: "Name of the variable, present for debug visualization clauses.",
|
|
5351
|
+
variableType: "Type of the variable, present for debug visualization clauses.",
|
|
5352
|
+
variableValue: "Value of the variable, present for debug visualization clauses.",
|
|
5341
5353
|
variablesFocused: "[変数] ビューがフォーカスされている場合は True、それ以外の場合は False です",
|
|
5342
5354
|
watchExpressionsExist: "ウォッチ式が少なくとも 1 つ存在する場合は True、それ以外の場合は False です。",
|
|
5343
5355
|
watchExpressionsFocused: "[ウォッチ式] ビューがフォーカスされている場合は True、それ以外の場合は False です。",
|
|
@@ -5421,6 +5433,7 @@ var content = {
|
|
|
5421
5433
|
unknownSource: "不明なソース"
|
|
5422
5434
|
},
|
|
5423
5435
|
"vs/workbench/contrib/debug/common/disassemblyViewInput": {
|
|
5436
|
+
disassemblyEditorLabelIcon: "Icon of the disassembly editor label.",
|
|
5424
5437
|
disassemblyInputName: "逆アセンブリ"
|
|
5425
5438
|
},
|
|
5426
5439
|
"vs/workbench/contrib/debug/common/loadedScriptsPicker": {
|
|
@@ -5522,6 +5535,7 @@ var content = {
|
|
|
5522
5535
|
iconThemes: "アイコン テーマ ({0})",
|
|
5523
5536
|
id: "識別子",
|
|
5524
5537
|
"install count": "インストール数",
|
|
5538
|
+
issues: "Issues",
|
|
5525
5539
|
"keyboard shortcuts": "キーボード ショートカット",
|
|
5526
5540
|
"language id": "ID",
|
|
5527
5541
|
"language name": "名前",
|
|
@@ -5542,7 +5556,6 @@ var content = {
|
|
|
5542
5556
|
noReadme: "利用できる README はありません。",
|
|
5543
5557
|
noStatus: "使用可能な状態がありません。",
|
|
5544
5558
|
"not yet activated": "まだアクティブ化されていません。",
|
|
5545
|
-
preRelease: "プレリリース",
|
|
5546
5559
|
preview: "プレビュー",
|
|
5547
5560
|
productThemes: "製品アイコンのテーマ ({0})",
|
|
5548
5561
|
published: "公開済み",
|
|
@@ -5571,6 +5584,9 @@ var content = {
|
|
|
5571
5584
|
"restartExtensionHost.reason": "ワークスペースの信頼が変更されたため、拡張機能ホストを再起動しています。"
|
|
5572
5585
|
},
|
|
5573
5586
|
"vs/workbench/contrib/extensions/browser/extensionRecommendationNotificationService": {
|
|
5587
|
+
donotShowAgain: "Don't Show Again for this Repository",
|
|
5588
|
+
donotShowAgainExtension: "Don't Show Again for these Extensions",
|
|
5589
|
+
donotShowAgainExtensionSingle: "Don't Show Again for this Extension",
|
|
5574
5590
|
exeRecommended: "お使いのシステムには {0} がインストールされています。このソフトウェア用のおすすめ拡張機能 {1} をインストールしますか?",
|
|
5575
5591
|
extensionFromPublisher: "'{0}' 拡張機能 提供元: {1}",
|
|
5576
5592
|
extensionsFromMultiplePublishers: "{0}、{1}、その他からの拡張機能",
|
|
@@ -5580,7 +5596,6 @@ var content = {
|
|
|
5580
5596
|
ignoreExtensionRecommendations: "すべての拡張機能の推奨事項を無視しますか?",
|
|
5581
5597
|
install: "インストール",
|
|
5582
5598
|
"install and do no sync": "インストール (同期しない)",
|
|
5583
|
-
neverShowAgain: "今後は表示しない",
|
|
5584
5599
|
no: "いいえ",
|
|
5585
5600
|
recommended: "{1} 用のおすすめ拡張機能 {0} をインストールしますか?",
|
|
5586
5601
|
"show recommendations": "推奨事項の表示",
|
|
@@ -5604,10 +5619,12 @@ var content = {
|
|
|
5604
5619
|
disableAll: "インストール済みのすべての拡張機能を無効にする",
|
|
5605
5620
|
disableAllWorkspace: "このワークスペースのインストール済みの拡張機能をすべて無効にする",
|
|
5606
5621
|
disableAutoUpdate: "すべての拡張機能の自動更新を無効にする",
|
|
5622
|
+
disablePreRleaseLabel: "リリース バージョンへの切り替え",
|
|
5607
5623
|
"disabled filter": "無効",
|
|
5608
5624
|
enableAll: "すべての拡張機能を有効にする",
|
|
5609
5625
|
enableAllWorkspace: "このワークスペースの拡張機能をすべて有効にする",
|
|
5610
5626
|
enableAutoUpdate: "すべての拡張機能の自動更新を有効にする",
|
|
5627
|
+
enablePreRleaseLabel: "プレリリース バージョンへの切り替え",
|
|
5611
5628
|
enabled: "有効な拡張機能のみ",
|
|
5612
5629
|
"enabled filter": "有効",
|
|
5613
5630
|
extension: "拡張子",
|
|
@@ -5804,6 +5821,7 @@ var content = {
|
|
|
5804
5821
|
"install operation": "'{0}' 拡張機能のインストール中にエラーが発生しました。",
|
|
5805
5822
|
"install pre-release": "プレリリースのインストール",
|
|
5806
5823
|
"install pre-release version": "プレリリース バージョンのインストール",
|
|
5824
|
+
"install prerelease": "Install Pre-Release",
|
|
5807
5825
|
"install previous version": "特定のバージョンの拡張機能をインストール...",
|
|
5808
5826
|
"install release version": "リリース バージョンのインストール",
|
|
5809
5827
|
"install remote extensions": "ローカルでリモート拡張機能をインストールする",
|
|
@@ -5843,13 +5861,14 @@ var content = {
|
|
|
5843
5861
|
settings: "設定",
|
|
5844
5862
|
showRecommendedExtension: "推奨される拡張機能を表示する",
|
|
5845
5863
|
"signature verification failed": "{0} で '{1}' 拡張機能を確認できません。インストールしますか?",
|
|
5846
|
-
|
|
5847
|
-
"switch to pre-release version
|
|
5848
|
-
"switch to release version": "リリース バージョンへの切り替え",
|
|
5849
|
-
"switch to release version tooltip": "この拡張機能のリリース バージョンに切り替える",
|
|
5864
|
+
switchToPreReleaseLabel: "プレリリース バージョンへの切り替え",
|
|
5865
|
+
switchToPreReleaseTooltip: "This will switch to pre-release version and enable updates to latest version always",
|
|
5850
5866
|
sync: "この拡張機能を同期します",
|
|
5851
5867
|
synced: "この拡張機能は同期されています",
|
|
5852
5868
|
toggleAutoUpdatesForPublisherLabel: "すべて自動更新 (パブリッシャーから)",
|
|
5869
|
+
togglePreRleaseDisableLabel: "リリース バージョンへの切り替え",
|
|
5870
|
+
togglePreRleaseDisableTooltip: "This will switch and enable updates to release versions",
|
|
5871
|
+
togglePreRleaseLabel: "プレリリース",
|
|
5853
5872
|
undo: "元に戻す",
|
|
5854
5873
|
uninstallAction: "アンインストール",
|
|
5855
5874
|
uninstallExtensionComplete: "拡張機能 {0} のアンインストールを完了するために、Visual Studio Code を再読み込みしてください。",
|
|
@@ -5983,7 +6002,6 @@ var content = {
|
|
|
5983
6002
|
"has prerelease": "この拡張子には利用可能な {0} があります",
|
|
5984
6003
|
message: "1 個のメッセージ",
|
|
5985
6004
|
messages: "{0} 個のメッセージ",
|
|
5986
|
-
"pre-release-label": "プレリリース",
|
|
5987
6005
|
"publisher verified tooltip": "この発行元では、{0} の所有権を確認しました",
|
|
5988
6006
|
ratedLabel: "平均評価: 5 点中 {0} 点",
|
|
5989
6007
|
recommendationHasBeenIgnored: "この拡張機能の推奨を受け取らないことを選択しました。",
|
|
@@ -6031,6 +6049,7 @@ var content = {
|
|
|
6031
6049
|
"app.extensions.json.unwantedRecommendations": "このワークスペースのユーザーに VS Code が推奨しない拡張機能のリスト。拡張機能の ID は常に '${publisher}.${name}' です。例: 'vscode.csharp'。"
|
|
6032
6050
|
},
|
|
6033
6051
|
"vs/workbench/contrib/extensions/common/extensionsInput": {
|
|
6052
|
+
extensionsEditorLabelIcon: "Icon of the extensions editor label.",
|
|
6034
6053
|
extensionsInputName: "拡張機能: {0}"
|
|
6035
6054
|
},
|
|
6036
6055
|
"vs/workbench/contrib/extensions/common/extensionsUtils": {
|
|
@@ -6042,7 +6061,8 @@ var content = {
|
|
|
6042
6061
|
reportExtensionIssue: "問題を報告"
|
|
6043
6062
|
},
|
|
6044
6063
|
"vs/workbench/contrib/extensions/common/runtimeExtensionsInput": {
|
|
6045
|
-
extensionsInputName: "拡張機能の実行中"
|
|
6064
|
+
extensionsInputName: "拡張機能の実行中",
|
|
6065
|
+
runtimeExtensionEditorLabelIcon: "Icon of the runtime extensions editor label."
|
|
6046
6066
|
},
|
|
6047
6067
|
"vs/workbench/contrib/externalTerminal/browser/externalTerminal.contribution": {
|
|
6048
6068
|
"scopedConsoleAction.Integrated": "統合ターミナルで開く",
|
|
@@ -6168,7 +6188,7 @@ var content = {
|
|
|
6168
6188
|
movingFileBulkEdit: "{0} を移動しています",
|
|
6169
6189
|
newFile: "新しいファイル...",
|
|
6170
6190
|
newFolder: "新しいフォルダー...",
|
|
6171
|
-
|
|
6191
|
+
openFileInEmptyWorkspace: "Open Active File in New Empty Workspace",
|
|
6172
6192
|
"openFileToShowInNewWindow.unsupportedschema": "アクティブなエディターには、開くことができるリソースを含める必要があります。",
|
|
6173
6193
|
pasteButtonLabel: "貼り付け(&&P)",
|
|
6174
6194
|
pasteFile: "貼り付け",
|
|
@@ -6293,6 +6313,8 @@ var content = {
|
|
|
6293
6313
|
autoRevealExclude: "エクスプローラーでファイルとフォルダーが開いたときに表示および選択されないように、パスまたは [glob パターン](https://aka.ms/vscode-glob-patterns) を構成します。Glob パターンは、絶対パスでない限り、常にワークスペース フォルダーのパスを基準にして評価されます。",
|
|
6294
6314
|
autoSave: "変更が保存されていないエディターの [自動保存](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) を制御します。",
|
|
6295
6315
|
autoSaveDelay: "変更が保存されていないエディターが自動で保存されるまでの遅延をミリ秒単位で制御します。`#files.autoSave#` が `{0}` に設定されている場合のみ適用されます。",
|
|
6316
|
+
autoSaveWhenNoErrors: "When enabled, will limit [auto save](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) of editors to files that have no errors reported in them at the time the auto save is triggered. Only applies when `#files.autoSave#` is enabled.",
|
|
6317
|
+
autoSaveWorkspaceFilesOnly: "When enabled, will limit [auto save](https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save) of editors to files that are inside the opened workspace. Only applies when `#files.autoSave#` is enabled.",
|
|
6296
6318
|
binaryFileEditor: "バイナリ ファイル エディター",
|
|
6297
6319
|
compressSingleChildFolders: "エクスプローラーでフォルダーをコンパクト形式でレンダリングするかどうかを制御します。このような形式では、単一の子フォルダーは結合されたツリー要素に圧縮されます。たとえば、Java パッケージ構造に役立ちます。",
|
|
6298
6320
|
confirmDelete: "ごみ箱を経由したファイル削除時にエクスプローラーが確認を求めるかどうかを制御します。",
|
|
@@ -6423,7 +6445,7 @@ var content = {
|
|
|
6423
6445
|
openEditors: "開いているエディター"
|
|
6424
6446
|
},
|
|
6425
6447
|
"vs/workbench/contrib/files/browser/workspaceWatcher": {
|
|
6426
|
-
enospcError: "
|
|
6448
|
+
enospcError: "Unable to watch for file changes. Please follow the instructions link to resolve this issue.",
|
|
6427
6449
|
eshutdownError: "ファイル変更ウォッチャーが予期せず停止しました。ウィンドウを再読み込みすると、ワークスペースでファイルの変更を監視できない場合を除き、ウォッチャーが再度有効になる場合があります。",
|
|
6428
6450
|
learnMore: "手順",
|
|
6429
6451
|
reload: "再読み込み"
|
|
@@ -6466,8 +6488,9 @@ var content = {
|
|
|
6466
6488
|
"formatSelection.label.multiple": "選択範囲をフォーマット...",
|
|
6467
6489
|
formatter: "書式設定",
|
|
6468
6490
|
"formatter.default": "他のすべてのフォーマッタ設定よりも優先される、既定のフォーマッタを定義します。フォーマッタを提供している拡張機能の識別子にする必要があります。",
|
|
6469
|
-
miss: "
|
|
6470
|
-
"miss.1": "
|
|
6491
|
+
miss: "Configure Default Formatter",
|
|
6492
|
+
"miss.1": "拡張機能 '{0}' はフォーマッタとして構成されていますが、'{1}'-ファイルをフォーマットできません",
|
|
6493
|
+
"miss.2": "Extension '{0}' is configured as formatter but it can only format '{1}'-files as a whole, not selections or parts of it.",
|
|
6471
6494
|
"null": "なし",
|
|
6472
6495
|
nullFormatterDescription: "なし",
|
|
6473
6496
|
select: "'{0}' ファイルの既定のフォーマッタを選択する",
|
|
@@ -6496,6 +6519,8 @@ var content = {
|
|
|
6496
6519
|
arrowUp: "カーソルを上へ",
|
|
6497
6520
|
cancel: "取り消す",
|
|
6498
6521
|
cat: "インライン チャット",
|
|
6522
|
+
close: "Close",
|
|
6523
|
+
configure: "Configure ",
|
|
6499
6524
|
contractMessage: "表示数を減らす",
|
|
6500
6525
|
copyRecordings: "(開発者) Exchange をクリップボードに書き込む",
|
|
6501
6526
|
discard: "破棄",
|
|
@@ -6506,16 +6531,12 @@ var content = {
|
|
|
6506
6531
|
"feedback.unhelpful": "役に立たなかった",
|
|
6507
6532
|
focus: "入力のフォーカス",
|
|
6508
6533
|
label: "`{0}` と {1} フォローアップ ({2})",
|
|
6509
|
-
miShowDiff: "&&差分の表示",
|
|
6510
|
-
miShowDiff2: "&&差分の表示",
|
|
6511
6534
|
nextFromHistory: "履歴から次へ",
|
|
6512
6535
|
previousFromHistory: "履歴から前へ",
|
|
6513
6536
|
rerun: "応答の再生成",
|
|
6514
6537
|
rerunShort: "再生成",
|
|
6515
6538
|
run: "インライン チャットを開始する",
|
|
6516
6539
|
showChanges: "変更の表示",
|
|
6517
|
-
showDiff: "差分の表示",
|
|
6518
|
-
showDiff2: "差分の表示",
|
|
6519
6540
|
startInlineChat: "エディター ツール バーからインライン チャットを生成するアイコン。",
|
|
6520
6541
|
stop: "要求の停止",
|
|
6521
6542
|
"undo.clipboard": "クリップボードに破棄",
|
|
@@ -6526,21 +6547,15 @@ var content = {
|
|
|
6526
6547
|
"vs/workbench/contrib/inlineChat/browser/inlineChatController": {
|
|
6527
6548
|
"create.fail": "エディター チャットを開始できませんでした",
|
|
6528
6549
|
"create.fail.detail": "エラー ログを参照して、後でもう一度お試しください。",
|
|
6529
|
-
"default.placeholder": "質問する",
|
|
6530
6550
|
editResponseMessage: "差分エディターで提案された変更を確認します。",
|
|
6531
6551
|
editResponseMessage2: "{0}、差分エディターで提案された変更を確認します。",
|
|
6532
6552
|
empty: "結果なし。入力を絞り込んで、もう一度お試しください。",
|
|
6533
6553
|
"err.apply": "変更を適用できませんでした。",
|
|
6534
6554
|
"err.discard": "変更を破棄できませんでした。",
|
|
6555
|
+
savehint: "Accept or discard changes to continue saving",
|
|
6535
6556
|
thinking: "思考中…",
|
|
6536
6557
|
"welcome.1": "AI によって生成されたコードが正しくない可能性があります。",
|
|
6537
6558
|
"welcome.2": "準備しています..."
|
|
6538
|
-
},
|
|
6539
|
-
"vs/workbench/contrib/inlineChat/browser/inlineChatDecorations": {
|
|
6540
|
-
configureShowGutterIcon: "インライン チャット アイコンの構成",
|
|
6541
|
-
runWithKeybinding: "インライン チャットを開始する ({0})",
|
|
6542
|
-
startInlineChatOpaqueIcon: "とじしろからインライン チャットを生成するアイコン。既定では半分不透明であり、マウスを置くと完全に不透明になります。",
|
|
6543
|
-
startInlineChatTransparentIcon: "とじしろからインライン チャットを生成するアイコン。既定では透明であり、マウスを置くと不透明になります。"
|
|
6544
6559
|
},
|
|
6545
6560
|
"vs/workbench/contrib/inlineChat/browser/inlineChatLivePreviewWidget": {
|
|
6546
6561
|
discard: "破棄",
|
|
@@ -6548,14 +6563,9 @@ var content = {
|
|
|
6548
6563
|
saveAs: "作成の形式"
|
|
6549
6564
|
},
|
|
6550
6565
|
"vs/workbench/contrib/inlineChat/browser/inlineChatStrategies": {
|
|
6551
|
-
accept: "承諾する",
|
|
6552
6566
|
"change.0": "何も変更されていません",
|
|
6553
6567
|
"change.1": "1 件の変更",
|
|
6554
|
-
|
|
6555
|
-
"lines.0": "何も変更されていません",
|
|
6556
|
-
"lines.1": "1 行を変更しました",
|
|
6557
|
-
"lines.N": "{0} 行を変更しました",
|
|
6558
|
-
"lines.NM": "{1} 件の変更"
|
|
6568
|
+
"lines.NM": "{0} changes"
|
|
6559
6569
|
},
|
|
6560
6570
|
"vs/workbench/contrib/inlineChat/browser/inlineChatWidget": {
|
|
6561
6571
|
"aria-label": "インライン チャット入力",
|
|
@@ -6564,9 +6574,14 @@ var content = {
|
|
|
6564
6574
|
inlineChatClosed: "閉じたインライン チャット ウィジェット",
|
|
6565
6575
|
modified: "変更済み",
|
|
6566
6576
|
original: "オリジナル",
|
|
6567
|
-
slashCommandUsed: "{0}
|
|
6577
|
+
slashCommandUsed: "Using {0} to generate response ([[re-run without]])"
|
|
6568
6578
|
},
|
|
6569
6579
|
"vs/workbench/contrib/inlineChat/common/inlineChat": {
|
|
6580
|
+
acceptedOrDiscardBeforeSave: "Whether pending inline chat sessions prevent saving.",
|
|
6581
|
+
"editorOverviewRuler.inlineChatInserted": "Overview ruler marker color for inline chat inserted content.",
|
|
6582
|
+
"editorOverviewRuler.inlineChatRemoved": "Overview ruler marker color for inline chat removed content.",
|
|
6583
|
+
finishOnType: "Whether to finish an inline chat session when typing outside of changed regions.",
|
|
6584
|
+
holdToSpeech: "Whether holding the inline chat keybinding will automatically enable speech recognition.",
|
|
6570
6585
|
"inlineChat.background": "対話型エディター ウィジェットの背景色",
|
|
6571
6586
|
"inlineChat.border": "対話型エディター ウィジェットの罫線の色",
|
|
6572
6587
|
"inlineChat.regionHighlight": "現在の対話型領域の背景の強調表示。透過的である必要があります。",
|
|
@@ -6599,16 +6614,10 @@ var content = {
|
|
|
6599
6614
|
inlineChatSupportIssueReporting: "対話型エディターが問題の報告をサポートするかどうか",
|
|
6600
6615
|
inlineChatUserDidEdit: "ユーザーがインライン チャットの上部で変更を行ったかどうか",
|
|
6601
6616
|
inlineChatVisible: "対話型エディター入力が表示されているかどうか",
|
|
6602
|
-
mode: "
|
|
6603
|
-
"mode.live": "
|
|
6617
|
+
mode: "Configure if changes crafted with inline chat are applied directly to the document or are previewed first.",
|
|
6618
|
+
"mode.live": "Changes are applied directly to the document, can be highlighted via inline diffs, and accepted/discarded by hunks. Ending a session will keep the changes.",
|
|
6604
6619
|
"mode.livePreview": "変更はドキュメントに直接適用され、インライン差分または左右に並べて表示差分を介して視覚的に強調表示されます。セッションを終了しても変更は保持されます。",
|
|
6605
|
-
"mode.preview": "変更はプレビューのみであり、適用ボタンを使用して承認する必要があります。セッションを終了すると、変更は破棄されます。"
|
|
6606
|
-
showDiff: "編集の生成時にdiffを表示することを有効または無効にします。inlineChat.mode が live または livePreview と等しい場合にのみ機能します。",
|
|
6607
|
-
showGutterIcon: "インライン チャットを生成するためのとじしろアイコンを表示するタイミングを制御します。",
|
|
6608
|
-
"showGutterIcon.always": "とじしろアイコンを常に表示します。",
|
|
6609
|
-
"showGutterIcon.mouseover": "マウスをアイコンの上に置いたときにとじしろアイコンを表示します。",
|
|
6610
|
-
"showGutterIcon.never": "とじしろアイコンを今後は表示しないでください。",
|
|
6611
|
-
showToolbarIcon: "インライン チャットを生成するツール バー アイコンが有効にするかどうかを制御します。"
|
|
6620
|
+
"mode.preview": "変更はプレビューのみであり、適用ボタンを使用して承認する必要があります。セッションを終了すると、変更は破棄されます。"
|
|
6612
6621
|
},
|
|
6613
6622
|
"vs/workbench/contrib/keybindings/browser/keybindings.contribution": {
|
|
6614
6623
|
toggleKeybindingsLog: "キーボード ショートカットの切り替えのトラブルシューティング"
|
|
@@ -6699,14 +6708,10 @@ var content = {
|
|
|
6699
6708
|
warn: "警告"
|
|
6700
6709
|
},
|
|
6701
6710
|
"vs/workbench/contrib/markers/browser/markers.contribution": {
|
|
6702
|
-
"Active File": "アクティブなファイルのみを表示する",
|
|
6703
|
-
"Excluded Files": "除外されたファイルを非表示にする",
|
|
6704
|
-
Infos: "情報の表示",
|
|
6705
6711
|
clearFiltersText: "フィルタテキストをクリア",
|
|
6706
6712
|
collapseAll: "すべて折りたたんで表示します。",
|
|
6707
6713
|
copyMarker: "コピー",
|
|
6708
6714
|
copyMessage: "メッセージのコピー",
|
|
6709
|
-
errors: "エラーの表示",
|
|
6710
6715
|
focusProblemsFilter: "フォーカス問題フィルター",
|
|
6711
6716
|
focusProblemsList: "フォーカスの問題ビュー",
|
|
6712
6717
|
manyProblems: "10K+",
|
|
@@ -6714,24 +6719,22 @@ var content = {
|
|
|
6714
6719
|
miMarker: "問題(&&P)",
|
|
6715
6720
|
noProblems: "問題なし",
|
|
6716
6721
|
problems: "問題",
|
|
6717
|
-
"
|
|
6722
|
+
"show active file": "アクティブなファイルのみを表示する",
|
|
6723
|
+
"show errors": "エラーの表示",
|
|
6724
|
+
"show excluded files": "Show Excluded Files",
|
|
6725
|
+
"show infos": "情報の表示",
|
|
6718
6726
|
"show multiline": "複数行にメッセージを表示します",
|
|
6719
6727
|
"show singleline": "メッセージを 1 行に表示します",
|
|
6728
|
+
"show warnings": "警告を表示する",
|
|
6720
6729
|
"status.problems": "問題",
|
|
6721
6730
|
"status.problemsVisibility": "問題の表示",
|
|
6722
6731
|
"status.problemsVisibilityOff": "問題はオフになっています。クリックして設定を開きます。",
|
|
6723
|
-
"toggle Excluded Files": "除外されたファイルの切り替え",
|
|
6724
|
-
"toggle active file": "アクティブ ファイルの切り替え",
|
|
6725
|
-
"toggle errors": "エラーの切り替え",
|
|
6726
|
-
"toggle infos": "情報の切り替え",
|
|
6727
|
-
"toggle warnings": "警告の切り替え",
|
|
6728
6732
|
totalErrors: "エラー: {0}",
|
|
6729
6733
|
totalInfos: "情報: {0}",
|
|
6730
6734
|
totalProblems: "合計 {0} 個の問題",
|
|
6731
6735
|
totalWarnings: "警告: {0}",
|
|
6732
6736
|
viewAsTable: "テーブルとして表示",
|
|
6733
|
-
viewAsTree: "ツリーとして表示"
|
|
6734
|
-
warnings: "警告を表示する"
|
|
6737
|
+
viewAsTree: "ツリーとして表示"
|
|
6735
6738
|
},
|
|
6736
6739
|
"vs/workbench/contrib/markers/browser/markersTable": {
|
|
6737
6740
|
codeColumnLabel: "コード",
|
|
@@ -7012,10 +7015,6 @@ var content = {
|
|
|
7012
7015
|
"notebook.select": "ノートブック カーネルの選択",
|
|
7013
7016
|
"notebook.singleActiveCellIndicator": "セル {1} の {0}",
|
|
7014
7017
|
tooltop: "{0} (提案)"
|
|
7015
|
-
},
|
|
7016
|
-
"vs/workbench/contrib/notebook/browser/contrib/find/notebookFind": {
|
|
7017
|
-
"notebookActions.findInNotebook": "ノートブック内で検索",
|
|
7018
|
-
"notebookActions.hideFind": "[ノートブック内で検索] を非表示にする"
|
|
7019
7018
|
},
|
|
7020
7019
|
"vs/workbench/contrib/notebook/browser/contrib/find/notebookFindReplaceWidget": {
|
|
7021
7020
|
findFilterIcon: "検索ウィジェットの検索フィルターのアイコン。",
|
|
@@ -7048,9 +7047,6 @@ var content = {
|
|
|
7048
7047
|
},
|
|
7049
7048
|
"vs/workbench/contrib/notebook/browser/contrib/gettingStarted/notebookGettingStarted": {
|
|
7050
7049
|
"workbench.notebook.layout.gettingStarted.label": "ノートブックの開始をリセットする"
|
|
7051
|
-
},
|
|
7052
|
-
"vs/workbench/contrib/notebook/browser/contrib/layout/layoutActions": {
|
|
7053
|
-
"notebook.toggleCellToolbarPosition": "セルのツールバー位置の切り替え"
|
|
7054
7050
|
},
|
|
7055
7051
|
"vs/workbench/contrib/notebook/browser/contrib/navigation/arrow": {
|
|
7056
7052
|
cursorMoveDown: "次のセル エディターにフォーカス",
|
|
@@ -7212,6 +7208,7 @@ var content = {
|
|
|
7212
7208
|
"insertToolbarLocation.notebookToolbar": "ノートブック エディターの上部にあるツールバー。",
|
|
7213
7209
|
never: "保存時にコード アクションをトリガーしません。",
|
|
7214
7210
|
neverBoolean: "明示的に保存された場合にのみ、コード アクションをトリガーします。この値は、\"never\" を優先して非推奨になります。",
|
|
7211
|
+
"notebook.VariablesView.description": "Enable the experimental notebook variables view within the debug panel.",
|
|
7215
7212
|
"notebook.cellChat": "ノートブックの実験的なセル チャットを有効にします。",
|
|
7216
7213
|
"notebook.cellToolbarLocation.description": "セルのツールバーを表示するか非表示にするかどうか。",
|
|
7217
7214
|
"notebook.cellToolbarLocation.viewType": "特定のファイルの種類について、セルのツールバー位置を構成する",
|
|
@@ -7223,6 +7220,7 @@ var content = {
|
|
|
7223
7220
|
"notebook.consolidatedRunButton.description": "[実行] ボタンの横にあるドロップダウンで、追加アクションを表示するかどうかを制御します。",
|
|
7224
7221
|
"notebook.diff.enableOverviewRuler.description": "ノートブックの差分エディターで概要ルーラーをレンダリングするかどうか。",
|
|
7225
7222
|
"notebook.diff.enablePreview.description": "ノートブックに拡張テキスト差分エディターを使用するかどうか。",
|
|
7223
|
+
"notebook.disableOutputFilePathLinks": "Control whether to disable filepath links in the output of notebook cells.",
|
|
7226
7224
|
"notebook.displayOrder.description": "出力 MIME 種類の優先度リスト",
|
|
7227
7225
|
"notebook.dragAndDrop.description": "ノートブック エディターでドラッグ アンド ドロップによるセルの移動を許可するかどうかを制御します。",
|
|
7228
7226
|
"notebook.editorOptions.experimentalCustomization": "ノートブックで使用されるコード エディターの設定。これを使用して、ほとんどのエディター * 設定をカスタマイズできます。",
|
|
@@ -7255,7 +7253,10 @@ var content = {
|
|
|
7255
7253
|
"notebook.showCellStatusbar.visible.description": "セルのステータス バーは常に表示されています。",
|
|
7256
7254
|
"notebook.showCellStatusbar.visibleAfterExecute.description": "セルのステータス バーは、セルが実行されるまで非表示になります。その後可視化され、実行状態を表示できるようになります。",
|
|
7257
7255
|
"notebook.showFoldingControls.description": "マークダウン ヘッダー折りたたみ矢印が表示されるタイミングを制御します。",
|
|
7258
|
-
"notebook.
|
|
7256
|
+
"notebook.stickyScrollEnabled.description": "実験。ノートブック エディターでノートブック固定スクロール ヘッダーをレンダリングするかどうかを制御します。",
|
|
7257
|
+
"notebook.stickyScrollMode.description": "Control whether nested sticky lines appear to stack flat or indented.",
|
|
7258
|
+
"notebook.stickyScrollMode.flat": "Nested sticky lines appear flat.",
|
|
7259
|
+
"notebook.stickyScrollMode.indented": "Nested sticky lines appear indented.",
|
|
7259
7260
|
"notebook.textOutputLineLimit": "テキスト出力に表示されるテキストの行数を制御します。{0} が有効な場合、この設定は出力のスクロールの高さを決定するために使用されます。",
|
|
7260
7261
|
"notebook.undoRedoPerCell.description": "セルごとに個別の元に戻す/やり直しのスタックを使用するかどうか。",
|
|
7261
7262
|
notebookConfigurationTitle: "ノートブック",
|
|
@@ -7287,7 +7288,9 @@ var content = {
|
|
|
7287
7288
|
notebookOpenAsText: "テキストとして開く",
|
|
7288
7289
|
notebookOpenEnableMissingViewType: "'{0}' の拡張機能を有効にする",
|
|
7289
7290
|
notebookOpenInTextEditor: "テキスト エディターで開く",
|
|
7290
|
-
notebookOpenInstallMissingViewType: "'{0}' の拡張機能をインストール"
|
|
7291
|
+
notebookOpenInstallMissingViewType: "'{0}' の拡張機能をインストール",
|
|
7292
|
+
notebookTooLargeForHeapErrorWithSize: "The notebook is not displayed in the notebook editor because it is very large ({0}).",
|
|
7293
|
+
notebookTooLargeForHeapErrorWithoutSize: "The notebook is not displayed in the notebook editor because it is very large."
|
|
7291
7294
|
},
|
|
7292
7295
|
"vs/workbench/contrib/notebook/browser/notebookEditorWidget": {
|
|
7293
7296
|
focusedCellBackground: "セルがフォーカスされているときの、セルの背景色です。",
|
|
@@ -7410,13 +7413,19 @@ var content = {
|
|
|
7410
7413
|
"vs/workbench/contrib/notebook/browser/view/cellParts/chat/cellChatActions": {
|
|
7411
7414
|
apply1: "変更を受け入れる",
|
|
7412
7415
|
apply2: "承諾する",
|
|
7416
|
+
arrowDown: "Cursor Down",
|
|
7417
|
+
arrowUp: "Cursor Up",
|
|
7413
7418
|
discard: "破棄",
|
|
7414
7419
|
"feedback.helpful": "役に立った",
|
|
7415
7420
|
"feedback.reportIssueForBug": "問題を報告",
|
|
7416
7421
|
"feedback.unhelpful": "役に立たなかった",
|
|
7422
|
+
focusChatWidget: "Focus Chat Widget",
|
|
7423
|
+
focusNextChatWidget: "Focus Next Cell Chat Widget",
|
|
7417
7424
|
"notebook.cell.chat.accept": "要求する",
|
|
7418
7425
|
"notebook.cell.chat.close": "チャットを閉じる",
|
|
7419
7426
|
"notebook.cell.chat.stop": "要求の停止",
|
|
7427
|
+
"notebookActions.menu.insertCode.ontoolbar": "Generate",
|
|
7428
|
+
"notebookActions.menu.insertCode.tooltip": "チャットでコード セルを生成する",
|
|
7420
7429
|
"notebookActions.menu.insertCodeCellWithChat": "生成",
|
|
7421
7430
|
"notebookActions.menu.insertCodeCellWithChat.tooltip": "チャットでコード セルを生成する"
|
|
7422
7431
|
},
|
|
@@ -7433,7 +7442,7 @@ var content = {
|
|
|
7433
7442
|
},
|
|
7434
7443
|
"vs/workbench/contrib/notebook/browser/view/cellParts/codeCellExecutionIcon": {
|
|
7435
7444
|
"notebook.cell.status.executing": "実行中",
|
|
7436
|
-
"notebook.cell.status.
|
|
7445
|
+
"notebook.cell.status.failure": "Failure",
|
|
7437
7446
|
"notebook.cell.status.pending": "保留中",
|
|
7438
7447
|
"notebook.cell.status.success": "成功"
|
|
7439
7448
|
},
|
|
@@ -7542,7 +7551,8 @@ var content = {
|
|
|
7542
7551
|
extensionLogs: "拡張機能ログ",
|
|
7543
7552
|
logFile: "開くログ ファイルの ID (例: `\"window\"`)。現在これを取得する最善の方法は、`workbench.action.output.show.<id>` コマンドを確認して ID を取得することです",
|
|
7544
7553
|
miToggleOutput: "出力(&&O)",
|
|
7545
|
-
|
|
7554
|
+
openActiveOutputFile: "Open Output in Editor",
|
|
7555
|
+
openActiveOutputFileInNewWindow: "Open Output in New Window",
|
|
7546
7556
|
openLogFile: "ログ ファイルを開く...",
|
|
7547
7557
|
output: "出力",
|
|
7548
7558
|
"output.smartScroll.enabled": "出力ビューでスマート スクロール機能を有効/無効にします。スマート スクロールを使用する場合、出力ビューをクリックすると自動的にスクロールがロックされ、最後の行をクリックするとロックが解除されます。",
|
|
@@ -7951,7 +7961,7 @@ var content = {
|
|
|
7951
7961
|
"remote.autoForwardPortsSource.fallback.switchBack": "元に戻す",
|
|
7952
7962
|
"remote.forwardedPorts.statusbarTextNone": "転送されたポートなし",
|
|
7953
7963
|
"remote.forwardedPorts.statusbarTooltip": "転送されたポート: {0}",
|
|
7954
|
-
"remote.tunnelsView.automaticForward": "
|
|
7964
|
+
"remote.tunnelsView.automaticForward": "Your application{0} running on port {1} is available. ",
|
|
7955
7965
|
"remote.tunnelsView.elevationButton": "ポート {0} を sudo として使用する...",
|
|
7956
7966
|
"remote.tunnelsView.elevationMessage": "ローカルでポート {0} を使用するには、スーパーユーザーとして実行する必要があります。",
|
|
7957
7967
|
"remote.tunnelsView.makePublic": "公開用にする",
|
|
@@ -8073,8 +8083,9 @@ var content = {
|
|
|
8073
8083
|
invalidWorkspacePrimary: "ワークスペースを開く(&&O)...",
|
|
8074
8084
|
pauseSocketWriting: "接続: ソケット書き込みを一時停止します",
|
|
8075
8085
|
remote: "リモート",
|
|
8086
|
+
"remote.autoForwardPortFallback": "The number of auto forwarded ports that will trigger the switch from `process` to `hybrid` when automatically forwarding ports and `remote.autoForwardPortsSource` is set to `process`. Set to `0` to disable the fallback.",
|
|
8076
8087
|
"remote.autoForwardPorts": "有効にすると、新しい実行中のプロセスが検出され、リッスンしているポートが自動的に転送されます。この設定を無効にしても、すべてのポートの転送を防ぐわけではありません。無効にした場合でも、拡張機能は引き続きポートの転送が可能であり、一部の URL を開ことにより、ポートが引き続き転送されます。",
|
|
8077
|
-
"remote.autoForwardPortsSource": "{0}
|
|
8088
|
+
"remote.autoForwardPortsSource": "Sets the source from which ports are automatically forwarded when {0} is true. On Windows and macOS remotes, the `process` and `hybrid` options have no effect and `output` will be used.",
|
|
8078
8089
|
"remote.autoForwardPortsSource.hybrid": "ポートは、ターミナルとデバッグの出力を読み取ることによって検出されたときに自動的に転送されます。ポートを使用するすべてのプロセスで統合ターミナルまたはデバッグ コンソールに出力されるわけではないため、一部のポートは見逃されます。ポートは、終了するこのポートをリッスンするプロセスをモニタリングすることで\"転送が解除\" されます。",
|
|
8079
8090
|
"remote.autoForwardPortsSource.output": "ポートは、ターミナルとデバッグの出力を読み取ることによって検出されたときに自動的に転送されます。ポートを使用するすべてのプロセスで統合ターミナルまたはデバッグ コンソールに出力されるわけではないため、一部のポートは見逃されます。出力に基づいて転送されたポートは、再度読み込むか、ユーザーがポート ビューでポートを閉じない限り、\"転送を解除\" されることはありません。",
|
|
8080
8091
|
"remote.autoForwardPortsSource.process": "ポートは、開始済みで、ポートが含まれるプロセスを監視することによって検出されたときに自動的に転送されます。",
|
|
@@ -8109,6 +8120,9 @@ var content = {
|
|
|
8109
8120
|
"vs/workbench/contrib/scm/browser/dirtydiffDecorator": {
|
|
8110
8121
|
change: "{0} - {1}/{2} の変更",
|
|
8111
8122
|
changes: "{0} - {1}/{2} の変更",
|
|
8123
|
+
diffAdded: "Added lines",
|
|
8124
|
+
diffDeleted: "Removed lines",
|
|
8125
|
+
diffModified: "Changed lines",
|
|
8112
8126
|
editorGutterAddedBackground: "追加された行を示すエディター余白の背景色。",
|
|
8113
8127
|
editorGutterDeletedBackground: "削除された行を示すエディター余白の背景色。",
|
|
8114
8128
|
editorGutterModifiedBackground: "編集された行を示すエディター余白の背景色。",
|
|
@@ -8148,6 +8162,7 @@ var content = {
|
|
|
8148
8162
|
inputFontFamily: "入力メッセージのフォントを制御します。ワークベンチ ユーザー インターフェイスのフォント ファミリーを使う場合は 'default'、'#editor.fontFamily#' の値を使う場合は 'editor' を使用します。カスタム フォント ファミリーを使うこともできます。",
|
|
8149
8163
|
inputFontSize: "入力メッセージのフォント サイズをピクセル単位で制御します。",
|
|
8150
8164
|
inputMaxLines: "入力が自動拡張される行の最大数を制御します。",
|
|
8165
|
+
inputMinLines: "Controls the minimum number of lines that the input will auto-grow from.",
|
|
8151
8166
|
manageWorkspaceTrustAction: "ワークスペースの信頼を管理",
|
|
8152
8167
|
miViewSCM: "ソース管理(&&C)",
|
|
8153
8168
|
"no open repo": "ソース管理プロバイダーが登録されていません。",
|
|
@@ -8191,6 +8206,7 @@ var content = {
|
|
|
8191
8206
|
"scm.repositoriesSortOrder.discoveryTime": "ソース管理リポジトリ ビューのリポジトリは、検出時刻順に並べ替えられます。ソース管理ビューのリポジトリは、選択された順序で並べ替えられます。",
|
|
8192
8207
|
"scm.repositoriesSortOrder.name": "ソース管理リポジトリおよびソース管理ビューのリポジトリは、リポジトリ名で並べ替えられます。",
|
|
8193
8208
|
"scm.repositoriesSortOrder.path": "ソース管理リポジトリおよびソース管理ビューのリポジトリは、リポジトリ パスで並べ替えられます。",
|
|
8209
|
+
"scm.showChangesSummary": "Controls whether the All Changes entry is shown for incoming/outgoing changes in the Source Control view.",
|
|
8194
8210
|
"scm.showIncomingChanges": "ソース管理ビューに入力側の変更を表示するかどうかを制御します。",
|
|
8195
8211
|
"scm.showIncomingChanges.always": "ソース管理ビューに常に受信した変更を表示します。",
|
|
8196
8212
|
"scm.showIncomingChanges.auto": "存在する場合に、ソース管理ビューに受信した変更を表示します。",
|
|
@@ -8210,20 +8226,19 @@ var content = {
|
|
|
8210
8226
|
scm: "ソース管理リポジトリ"
|
|
8211
8227
|
},
|
|
8212
8228
|
"vs/workbench/contrib/scm/browser/scmViewPane": {
|
|
8229
|
+
allChanges: "すべての変更",
|
|
8213
8230
|
"collapse all": "すべてのリポジトリを折りたたむ",
|
|
8214
8231
|
deletion: "{0} 削除{1}",
|
|
8215
8232
|
deletions: "{0} 削除{1}",
|
|
8216
8233
|
"expand all": "Expand All Repositories",
|
|
8217
8234
|
fileChanged: "{0} 個のファイルが変更済み",
|
|
8218
8235
|
filesChanged: "{0} 個のファイルが変更済み",
|
|
8219
|
-
historyItemChangesTitle: "変更 ({0} ↔ {1})",
|
|
8220
|
-
historyItemViewChanges: "変更の表示",
|
|
8221
8236
|
incomingChangesAriaLabel: "{0} からの変更の受信",
|
|
8222
8237
|
input: "ソース管理の入力",
|
|
8223
8238
|
insertion: "{0} 挿入{1}",
|
|
8224
8239
|
insertions: "{0} 挿入{1}",
|
|
8225
8240
|
"label.close": "閉じる",
|
|
8226
|
-
outgoingChangesAriaLabel: "{0}
|
|
8241
|
+
outgoingChangesAriaLabel: "Outgoing changes to {0}",
|
|
8227
8242
|
repositories: "リポジトリ",
|
|
8228
8243
|
repositorySortByDiscoveryTime: "検出時刻で並べ替え",
|
|
8229
8244
|
repositorySortByName: "名前順で並べ替え",
|
|
@@ -8241,6 +8256,10 @@ var content = {
|
|
|
8241
8256
|
sortChangesByName: "名前で変更を並べ替える",
|
|
8242
8257
|
sortChangesByPath: "パスで変更を並べ替える",
|
|
8243
8258
|
sortChangesByStatus: "状態で変更を並べ替える",
|
|
8259
|
+
syncIncomingSeparatorHeader: "Incoming",
|
|
8260
|
+
syncIncomingSeparatorHeaderAriaLabel: "Incoming changes",
|
|
8261
|
+
syncOutgoingSeparatorHeader: "Outgoing",
|
|
8262
|
+
syncOutgoingSeparatorHeaderAriaLabel: "Outgoing changes",
|
|
8244
8263
|
syncSeparatorHeader: "受信/送信",
|
|
8245
8264
|
syncSeparatorHeaderAriaLabel: "着信と送信の変更"
|
|
8246
8265
|
},
|
|
@@ -8268,7 +8287,9 @@ var content = {
|
|
|
8268
8287
|
QuickSearchMore: "その他",
|
|
8269
8288
|
QuickSearchOpenInFile: "ファイルを開く",
|
|
8270
8289
|
QuickSearchSeeMoreFiles: "その他のファイルを表示",
|
|
8271
|
-
|
|
8290
|
+
enterSearchTerm: "Enter a term to search for across your files.",
|
|
8291
|
+
noAnythingResults: "一致する結果がありません",
|
|
8292
|
+
showMore: "See in Search Panel"
|
|
8272
8293
|
},
|
|
8273
8294
|
"vs/workbench/contrib/search/browser/replaceService": {
|
|
8274
8295
|
fileReplaceChanges: "{0} ↔ {1} (置換のプレビュー)",
|
|
@@ -8391,7 +8412,7 @@ var content = {
|
|
|
8391
8412
|
showTriggerActions: "ワークスペース内のシンボルへ移動..."
|
|
8392
8413
|
},
|
|
8393
8414
|
"vs/workbench/contrib/search/browser/searchActionsTextQuickAccess": {
|
|
8394
|
-
quickTextSearch: "
|
|
8415
|
+
quickTextSearch: "Quick Search (Experimental)"
|
|
8395
8416
|
},
|
|
8396
8417
|
"vs/workbench/contrib/search/browser/searchActionsTopBar": {
|
|
8397
8418
|
"CancelSearchAction.label": "検索のキャンセル",
|
|
@@ -8418,6 +8439,7 @@ var content = {
|
|
|
8418
8439
|
searchRemoveIcon: "検索結果を削除するためのアイコン。",
|
|
8419
8440
|
searchReplaceAllIcon: "検索ビュー内のすべてを置換するためのアイコン。",
|
|
8420
8441
|
searchReplaceIcon: "検索ビュー内の置換のためのアイコン。",
|
|
8442
|
+
searchSeeMoreIcon: "Icon to view more context in the search view.",
|
|
8421
8443
|
searchShowAsList: "検索ビューで結果をリストとして表示するためのアイコン。",
|
|
8422
8444
|
searchShowAsTree: "検索ビューで結果をツリーとして表示するためのアイコン。",
|
|
8423
8445
|
searchShowContextIcon: "検索エディターでコンテキストを切り替えるためのアイコン。",
|
|
@@ -8550,6 +8572,7 @@ var content = {
|
|
|
8550
8572
|
"searchEditor.deleteResultBlock": "ファイル削除の結果"
|
|
8551
8573
|
},
|
|
8552
8574
|
"vs/workbench/contrib/searchEditor/browser/searchEditorInput": {
|
|
8575
|
+
searchEditorLabelIcon: "Icon of the search editor label.",
|
|
8553
8576
|
searchTitle: "検索",
|
|
8554
8577
|
"searchTitle.withQuery": "検索: {0}"
|
|
8555
8578
|
},
|
|
@@ -8592,10 +8615,10 @@ var content = {
|
|
|
8592
8615
|
"snippet.suggestions.label": "スニペットの挿入"
|
|
8593
8616
|
},
|
|
8594
8617
|
"vs/workbench/contrib/snippets/browser/commands/surroundWithSnippet": {
|
|
8595
|
-
label: "
|
|
8618
|
+
label: "More..."
|
|
8596
8619
|
},
|
|
8597
8620
|
"vs/workbench/contrib/snippets/browser/snippetCodeActionProvider": {
|
|
8598
|
-
codeAction: "
|
|
8621
|
+
codeAction: "{0}",
|
|
8599
8622
|
"overflow.start.title": "スニペットで始める",
|
|
8600
8623
|
title: "次で始める: {0}"
|
|
8601
8624
|
},
|
|
@@ -8639,7 +8662,8 @@ var content = {
|
|
|
8639
8662
|
"vscode.extension.contributes.snippets-path": "スニペット ファイルのパス。拡張機能フォルダーの相対パスであり、通常 './snippets/' で始まります。"
|
|
8640
8663
|
},
|
|
8641
8664
|
"vs/workbench/contrib/speech/common/speechService": {
|
|
8642
|
-
hasSpeechProvider: "音声プロバイダーが音声サービスに登録されています。"
|
|
8665
|
+
hasSpeechProvider: "音声プロバイダーが音声サービスに登録されています。",
|
|
8666
|
+
speechToTextInProgress: "A speech-to-text session is in progress."
|
|
8643
8667
|
},
|
|
8644
8668
|
"vs/workbench/contrib/tasks/browser/abstractTaskService": {
|
|
8645
8669
|
"ConfigureTaskRunnerAction.label": "タスクの構成",
|
|
@@ -9110,7 +9134,8 @@ var content = {
|
|
|
9110
9134
|
showTerminalTabs: "タブの表示",
|
|
9111
9135
|
stickyScroll: "固定スクロール",
|
|
9112
9136
|
terminalLaunchHelp: "ヘルプを開く",
|
|
9113
|
-
"workbench.action.
|
|
9137
|
+
"workbench.action.startTerminalVoice": "Start Terminal Voice",
|
|
9138
|
+
"workbench.action.stopTerminalVoice": "Stop Terminal Voice",
|
|
9114
9139
|
"workbench.action.terminal.attachToSession": "セッションにアタッチ",
|
|
9115
9140
|
"workbench.action.terminal.clear": "クリア",
|
|
9116
9141
|
"workbench.action.terminal.clearPreviousSessionHistory": "以前のセッション履歴をクリアする",
|
|
@@ -9130,7 +9155,6 @@ var content = {
|
|
|
9130
9155
|
"workbench.action.terminal.focusPrevious": "前のターミナル グループにフォーカス",
|
|
9131
9156
|
"workbench.action.terminal.focusPreviousPane": "ターミナル グループ内の前のターミナルにフォーカス",
|
|
9132
9157
|
"workbench.action.terminal.goToRecentDirectory": "最近使用したディレクトリに移動する...",
|
|
9133
|
-
"workbench.action.terminal.hideSuggestWidget": "提案ウィジェットを非表示にする",
|
|
9134
9158
|
"workbench.action.terminal.join": "ターミナルに参加する",
|
|
9135
9159
|
"workbench.action.terminal.join.insufficientTerminals": "参加アクションに必要なターミナルが不足しています",
|
|
9136
9160
|
"workbench.action.terminal.join.onlySplits": "すべてのターミナルは既に参加済みです",
|
|
@@ -9168,10 +9192,6 @@ var content = {
|
|
|
9168
9192
|
"workbench.action.terminal.scrollUpPage": "スクロール アップ (ページ)",
|
|
9169
9193
|
"workbench.action.terminal.selectAll": "すべてを選択",
|
|
9170
9194
|
"workbench.action.terminal.selectDefaultShell": "既定のプロファイルの選択",
|
|
9171
|
-
"workbench.action.terminal.selectNextPageSuggestion": "次のページ候補を選択する",
|
|
9172
|
-
"workbench.action.terminal.selectNextSuggestion": "[次の提案] を選択する",
|
|
9173
|
-
"workbench.action.terminal.selectPrevPageSuggestion": "前のページの候補を選択する",
|
|
9174
|
-
"workbench.action.terminal.selectPrevSuggestion": "前の候補を選択する",
|
|
9175
9195
|
"workbench.action.terminal.selectToNextCommand": "次のコマンドを選択",
|
|
9176
9196
|
"workbench.action.terminal.selectToNextLine": "次の行を選択",
|
|
9177
9197
|
"workbench.action.terminal.selectToPreviousCommand": "前のコマンドを選択",
|
|
@@ -9210,16 +9230,12 @@ var content = {
|
|
|
9210
9230
|
changeColor: "ターミナルの色を選択します",
|
|
9211
9231
|
changeIcon: "ターミナルのアイコンを選択します",
|
|
9212
9232
|
configureTerminalSettings: "ターミナル設定の構成",
|
|
9213
|
-
confirmMoveTrashMessageFilesAndDirectories: "{0} 行のテキストをターミナルに貼り付けますか?",
|
|
9214
9233
|
disconnectStatus: "プロセスへの接続が失われました",
|
|
9215
|
-
doNotAskAgain: "今後このメッセージを表示しない",
|
|
9216
9234
|
keybindingHandling: "一部のキーバインドは既定ではターミナルに送られず、代わりに {0} によって処理されます。",
|
|
9217
9235
|
"launchFailed.errorMessage": "ターミナル プロセスが起動に失敗しました: {0}。",
|
|
9218
9236
|
"launchFailed.exitCodeAndCommandLine": "ターミナル プロセス \"{0}\" が起動に失敗しました (終了コード: {1})。",
|
|
9219
9237
|
"launchFailed.exitCodeOnly": "ターミナル プロセスが起動に失敗しました (終了コード: {0})。",
|
|
9220
9238
|
"launchFailed.exitCodeOnlyShellIntegration": "ユーザー設定でシェル統合を無効にすると、役に立つ場合があります。",
|
|
9221
|
-
multiLinePasteButton: "貼り付け(&&P)",
|
|
9222
|
-
preview: "プレビュー:",
|
|
9223
9239
|
setTerminalDimensionsColumn: "固定寸法の設定: 列",
|
|
9224
9240
|
setTerminalDimensionsRow: "固定寸法の設定: 行",
|
|
9225
9241
|
"shellIntegration.learnMore": "シェルの統合に関する詳細情報",
|
|
@@ -9333,7 +9349,6 @@ var content = {
|
|
|
9333
9349
|
no: "いいえ",
|
|
9334
9350
|
overviewRuler: "コマンド右側の概要ルーラー",
|
|
9335
9351
|
rerun: "コマンドを実行しますか: {0}",
|
|
9336
|
-
"terminal.configureCommandDecorations": "コマンド装飾の設定を変更",
|
|
9337
9352
|
"terminal.copyCommand": "コマンドをコピー",
|
|
9338
9353
|
"terminal.copyCommandAndOutput": "コマンドと出力のコピー",
|
|
9339
9354
|
"terminal.copyOutput": "出力をコピー",
|
|
@@ -9343,6 +9358,7 @@ var content = {
|
|
|
9343
9358
|
toggleVisibility: "表示を切り替え",
|
|
9344
9359
|
"workbench.action.terminal.goToRecentDirectory": "最近使用したディレクトリに移動する",
|
|
9345
9360
|
"workbench.action.terminal.runRecentCommand": "最近のコマンドを実行",
|
|
9361
|
+
"workbench.action.terminal.toggleVisibility": "Toggle Visibility",
|
|
9346
9362
|
yes: "はい"
|
|
9347
9363
|
},
|
|
9348
9364
|
"vs/workbench/contrib/terminal/browser/xterm/decorationStyles": {
|
|
@@ -9441,7 +9457,10 @@ var content = {
|
|
|
9441
9457
|
"terminal.integrated.enableBell": "端末のベルを有効にするかどうかを制御します。これは、ターミナル名の横に視覚的ベルで表示されます。",
|
|
9442
9458
|
"terminal.integrated.enableFileLinks": "ターミナルのファイル リンクを有効にするかどうかを指定します。各ファイルのリンクがファイル システムに対して確認されるため、特にネットワーク ドライブ上での作業時にリンクの動作が低速になることがあります。この変更は、新しいターミナルでのみ有効になります。",
|
|
9443
9459
|
"terminal.integrated.enableImages": "ターミナルでイメージのサポートを有効にします。これは、 {0} が有効になっている場合にのみ機能します。Linux と macOS では、sixel と iTerm の両方のインライン イメージ プロトコルがサポートされています。ConPTY がシーケンスを通過すると、Windows のサポートが自動的に点灯します。現在、ウィンドウの再読み込み/再接続の間にイメージは復元されません。",
|
|
9444
|
-
"terminal.integrated.enableMultiLinePasteWarning": "
|
|
9460
|
+
"terminal.integrated.enableMultiLinePasteWarning": "Controls whether to show a warning dialog when pasting multiple lines into the terminal.",
|
|
9461
|
+
"terminal.integrated.enableMultiLinePasteWarning.always": "Always show the warning if the text contains a new line.",
|
|
9462
|
+
"terminal.integrated.enableMultiLinePasteWarning.auto": "Enable the warning but do not show it when:\r\n\r\n- Bracketed paste mode is enabled (the shell supports multi-line paste natively)\r\n- The paste is handled by the shell's readline (in the case of pwsh)",
|
|
9463
|
+
"terminal.integrated.enableMultiLinePasteWarning.never": "Never show the warning.",
|
|
9445
9464
|
"terminal.integrated.enablePersistentSessions": "ウィンドウの再読み込み時にワークスペースのターミナル セッション/履歴を保持します。",
|
|
9446
9465
|
"terminal.integrated.env.linux": "Linux 上のターミナルで使用される VS Code プロセスに追加される環境変数を含むオブジェクト。環境変数を削除するには、'null' に設定します。",
|
|
9447
9466
|
"terminal.integrated.env.osx": "macOS 上のターミナルで使用される VS Code プロセスに追加される環境変数を含むオブジェクトです。環境変数を削除するには、'null' に設定します。",
|
|
@@ -9481,6 +9500,8 @@ var content = {
|
|
|
9481
9500
|
"terminal.integrated.macOptionIsMeta": "option キーを macOS 上のターミナルの meta キーとして扱うかどうかを制御します。",
|
|
9482
9501
|
"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: 黒地に白、または白地に黒。",
|
|
9483
9502
|
"terminal.integrated.mouseWheelScrollSensitivity": "マウス ホイールのスクロール イベントの 'deltaY' で使用される乗数です。",
|
|
9503
|
+
"terminal.integrated.mouseWheelZoom": "Zoom the font of the terminal when using mouse wheel and holding `Ctrl`.",
|
|
9504
|
+
"terminal.integrated.mouseWheelZoom.mac": "Zoom the font of the terminal when using mouse wheel and holding `Cmd`.",
|
|
9484
9505
|
"terminal.integrated.persistentSessionReviveProcess": "ターミナル プロセスをシャットダウンする必要がある場合 (例: ウィンドウまたはアプリケーションが閉じた場合)、これにより、前のターミナル セッション/履歴の内容を復元し、ワークスペースを次回開いたときにプロセスを再作成するタイミングが決定されます。\r\n\r\nCaveats:\r\n\r\n- プロセスの現在の作業ディレクトリの復元は、それがシェルでサポートされているかどうかによって異なります。\r\n- シャットダウン中にセッションを保持する時間が制限されるため、待機時間の長いリモート接続を使用している場合に中止される可能性があります。",
|
|
9485
9506
|
"terminal.integrated.persistentSessionReviveProcess.never": "ターミナル バッファーの復元や、プロセスの再作成を行わないでください。",
|
|
9486
9507
|
"terminal.integrated.persistentSessionReviveProcess.onExit": "Windows または Linux で最後のウィンドウが閉じられた後、`workbench.action.quit` コマンドがトリガーされた場合 (コマンド パレット、キー バインド、メニュー) にプロセスの再活性化を行います。",
|
|
@@ -9507,7 +9528,7 @@ var content = {
|
|
|
9507
9528
|
"terminal.integrated.splitCwd.inherited": "macOS と Linux では、新しい分割ターミナルは親ターミナルの作業ディレクトリを使用します。Windows では、初期の動作と同じになります。",
|
|
9508
9529
|
"terminal.integrated.splitCwd.initial": "新しい分割ターミナルでは、親ターミナルの起動時の作業ディレクトリが使用されます。",
|
|
9509
9530
|
"terminal.integrated.splitCwd.workspaceRoot": "新しい分割ターミナルでは、ワークスペースのルートが作業ディレクトリとして使用されます。マルチ ルートのワークスペースでは、どのルート フォルダーを使用するか選択できます。",
|
|
9510
|
-
"terminal.integrated.stickyScroll.enabled": "
|
|
9531
|
+
"terminal.integrated.stickyScroll.enabled": "Shows the current command at the top of the terminal.",
|
|
9511
9532
|
"terminal.integrated.stickyScroll.maxLineCount": "表示する追従行の最大数を定義します。追従スクロール行は、この設定に関係なくビューポートの 40% を超えることはありません。",
|
|
9512
9533
|
"terminal.integrated.tabStopWidth": "タブ位置のセル数。",
|
|
9513
9534
|
"terminal.integrated.tabs.defaultColor": "既定でターミナル アイコンに関連付けるテーマ カラー ID。",
|
|
@@ -9569,6 +9590,7 @@ var content = {
|
|
|
9569
9590
|
killTerminal: "ターミナルの強制終了",
|
|
9570
9591
|
"killTerminal.short": "強制終了",
|
|
9571
9592
|
local: "ローカル",
|
|
9593
|
+
moveIntoNewWindow: "Move Terminal into New Window",
|
|
9572
9594
|
moveToEditor: "ターミナルをエディター領域へ移動",
|
|
9573
9595
|
previousSessionCategory: "前のセッション",
|
|
9574
9596
|
splitTerminal: "ターミナルの分割",
|
|
@@ -9596,7 +9618,9 @@ var content = {
|
|
|
9596
9618
|
"vs/workbench/contrib/terminalContrib/accessibility/browser/terminal.accessibility.contribution": {
|
|
9597
9619
|
"workbench.action.terminal.accessibleBufferGoToNextCommand": "アクセス可能なバッファー [次のコマンドに移動]",
|
|
9598
9620
|
"workbench.action.terminal.accessibleBufferGoToPreviousCommand": "アクセス可能なバッファー [前のコマンドに移動]",
|
|
9599
|
-
"workbench.action.terminal.focusAccessibleBuffer": "Focus Accessible Terminal View"
|
|
9621
|
+
"workbench.action.terminal.focusAccessibleBuffer": "Focus Accessible Terminal View",
|
|
9622
|
+
"workbench.action.terminal.scrollToBottomAccessibleView": "Scroll to Accessible View Bottom",
|
|
9623
|
+
"workbench.action.terminal.scrollToTopAccessibleView": "Scroll to Accessible View Top"
|
|
9600
9624
|
},
|
|
9601
9625
|
"vs/workbench/contrib/terminalContrib/accessibility/browser/terminalAccessibilityHelp": {
|
|
9602
9626
|
commandPromptMigration: "エクスペリエンスを向上させるため、コマンド プロンプトの代わりに PowerShell を使用することを検討してください",
|
|
@@ -9634,16 +9658,6 @@ var content = {
|
|
|
9634
9658
|
envChanges: "ターミナル環境の変更",
|
|
9635
9659
|
extension: "拡張機能: {0}",
|
|
9636
9660
|
"workbench.action.terminal.showEnvironmentContributions": "環境貢献度の表示"
|
|
9637
|
-
},
|
|
9638
|
-
"vs/workbench/contrib/terminalContrib/find/browser/terminal.find.contribution": {
|
|
9639
|
-
"workbench.action.terminal.findNext": "次を検索",
|
|
9640
|
-
"workbench.action.terminal.findPrevious": "前を検索",
|
|
9641
|
-
"workbench.action.terminal.focusFind": "検索にフォーカスを置く",
|
|
9642
|
-
"workbench.action.terminal.hideFind": "検索を非表示にする",
|
|
9643
|
-
"workbench.action.terminal.searchWorkspace": "ワークスペースで検索",
|
|
9644
|
-
"workbench.action.terminal.toggleFindCaseSensitive": "大文字小文字を区別した検索に切り替える",
|
|
9645
|
-
"workbench.action.terminal.toggleFindRegex": "正規表現を使用した検索に切り替える",
|
|
9646
|
-
"workbench.action.terminal.toggleFindWholeWord": "単語単位での検索に切り替える"
|
|
9647
9661
|
},
|
|
9648
9662
|
"vs/workbench/contrib/terminalContrib/find/browser/textInputContextMenu": {
|
|
9649
9663
|
copy: "コピー",
|
|
@@ -9652,11 +9666,6 @@ var content = {
|
|
|
9652
9666
|
redo: "やり直し",
|
|
9653
9667
|
selectAll: "すべて選択",
|
|
9654
9668
|
undo: "元に戻す"
|
|
9655
|
-
},
|
|
9656
|
-
"vs/workbench/contrib/terminalContrib/links/browser/terminal.links.contribution": {
|
|
9657
|
-
"workbench.action.terminal.openDetectedLink": "検出されたリンクを開く...",
|
|
9658
|
-
"workbench.action.terminal.openLastLocalFileLink": "最新のローカル ファイル リンクを開く",
|
|
9659
|
-
"workbench.action.terminal.openLastUrlLink": "最新の URL リンクを開く"
|
|
9660
9669
|
},
|
|
9661
9670
|
"vs/workbench/contrib/terminalContrib/links/browser/terminalLinkDetectorAdapter": {
|
|
9662
9671
|
focusFolder: "エクスプローラーのフォルダーにフォーカス",
|
|
@@ -9685,9 +9694,6 @@ var content = {
|
|
|
9685
9694
|
"codeAction.widget.id.quickfix": "クイック修正",
|
|
9686
9695
|
"quickFix.command": "実行: {0}",
|
|
9687
9696
|
"quickFix.opener": "開く: {0}"
|
|
9688
|
-
},
|
|
9689
|
-
"vs/workbench/contrib/terminalContrib/quickFix/browser/terminal.quickFix.contribution": {
|
|
9690
|
-
"workbench.action.terminal.showQuickFixes": "ターミナルのクイック修正を表示する"
|
|
9691
9697
|
},
|
|
9692
9698
|
"vs/workbench/contrib/terminalContrib/quickFix/browser/terminalQuickFixBuiltinActions": {
|
|
9693
9699
|
"terminal.createPR": "PR {0} の作成",
|
|
@@ -9716,16 +9722,19 @@ var content = {
|
|
|
9716
9722
|
testingCancelIcon: "実行中のテストの実行をキャンセルするアイコン。",
|
|
9717
9723
|
testingCancelRefreshTests: "テストの更新をキャンセルするボタンのアイコン。",
|
|
9718
9724
|
testingCoverage: "テスト カバレッジを表すアイコン",
|
|
9725
|
+
testingCoverageIcon: "Icon of the \"run test with coverage\" action.",
|
|
9719
9726
|
testingDebugAllIcon: "\"すべてのテストをデバッグする\" アクションのアイコン。",
|
|
9720
9727
|
testingDebugIcon: "\"テストのデバッグ\" アクションのアイコン。",
|
|
9721
9728
|
testingErrorIcon: "エラーが発生したテストについて表示されるアイコン。",
|
|
9722
9729
|
testingFailedIcon: "失敗したテストについて表示されるアイコン。",
|
|
9730
|
+
testingMissingBranch: "Icon representing a uncovered block without a range",
|
|
9723
9731
|
testingPassedIcon: "成功したテストについて表示されるアイコン。",
|
|
9724
9732
|
testingQueuedIcon: "キューに入っているテストについて表示されるアイコン。",
|
|
9725
9733
|
testingRefreshTests: "テストを更新するためのボタンのアイコン。",
|
|
9726
9734
|
testingRerunIcon: "\"テストの再実行\" アクションのアイコン。",
|
|
9727
9735
|
testingResultsIcon: "テスト結果のアイコン。",
|
|
9728
9736
|
testingRunAllIcon: "\"すべてのテストを実行する\" アクションのアイコン。",
|
|
9737
|
+
testingRunAllWithCoverageIcon: "Icon of the \"run all tests with coverage\" action.",
|
|
9729
9738
|
testingRunIcon: "\"テストの実行\" アクションのアイコン。",
|
|
9730
9739
|
testingShowAsList: "テスト エクスプローラーがツリーとして無効になったときに表示されるアイコン。",
|
|
9731
9740
|
testingShowAsTree: "テスト エクスプローラーが一覧として無効になったときに表示されるアイコン。",
|
|
@@ -9734,7 +9743,8 @@ var content = {
|
|
|
9734
9743
|
testingTurnContinuousRunOff: "連続テストの実行を無効にするアイコン。",
|
|
9735
9744
|
testingTurnContinuousRunOn: "連続テストの実行を有効にするアイコン。",
|
|
9736
9745
|
testingUnsetIcon: "設定解除状態のテストについて表示されるアイコン。",
|
|
9737
|
-
testingUpdateProfiles: "更新するテスト プロファイルに表示されるアイコン。"
|
|
9746
|
+
testingUpdateProfiles: "更新するテスト プロファイルに表示されるアイコン。",
|
|
9747
|
+
testingWasCovered: "Icon representing that an element was covered"
|
|
9738
9748
|
},
|
|
9739
9749
|
"vs/workbench/contrib/testing/browser/testCoverageBars": {
|
|
9740
9750
|
branchCoverage: "{0}/{1} 対象となるブランチ ({2})",
|
|
@@ -9742,11 +9752,22 @@ var content = {
|
|
|
9742
9752
|
statementCoverage: "{0}/{1} 対象となるステートメント ({2})"
|
|
9743
9753
|
},
|
|
9744
9754
|
"vs/workbench/contrib/testing/browser/testCoverageView": {
|
|
9755
|
+
functionsWithoutCoverage: "{0} functions without coverage...",
|
|
9756
|
+
loadingCoverageDetails: "Loading Coverage Details...",
|
|
9745
9757
|
testCoverageItemLabel: "{0} カバレッジ: {0}%",
|
|
9746
|
-
testCoverageTreeLabel: "テスト カバレッジ エクスプローラー"
|
|
9758
|
+
testCoverageTreeLabel: "テスト カバレッジ エクスプローラー",
|
|
9759
|
+
"testing.changeCoverageSort": "Change Sort Order",
|
|
9760
|
+
"testing.coverageSortByCoverage": "Sort by Coverage",
|
|
9761
|
+
"testing.coverageSortByCoverageDescription": "Files and functions are sorted by total coverage",
|
|
9762
|
+
"testing.coverageSortByLocation": "Sort by Location",
|
|
9763
|
+
"testing.coverageSortByLocationDescription": "Files are sorted alphabetically, functions are sorted by position",
|
|
9764
|
+
"testing.coverageSortByName": "Sort by Name",
|
|
9765
|
+
"testing.coverageSortByNameDescription": "Files and functions are sorted alphabetically",
|
|
9766
|
+
"testing.coverageSortPlaceholder": "Sort the Test Coverage view..."
|
|
9747
9767
|
},
|
|
9748
9768
|
"vs/workbench/contrib/testing/browser/testExplorerActions": {
|
|
9749
9769
|
configureProfile: "更新するプロフィールを選択してください",
|
|
9770
|
+
coverageSelectedTests: "Run Tests with Coverage",
|
|
9750
9771
|
"debug test": "テストのデバッグ",
|
|
9751
9772
|
debugAllTests: "すべてのテストをデバッグする",
|
|
9752
9773
|
debugSelectedTests: "テストのデバッグ",
|
|
@@ -9754,25 +9775,34 @@ var content = {
|
|
|
9754
9775
|
getExplorerSelection: "エクスプローラーの選択を取得する",
|
|
9755
9776
|
getSelectedProfiles: "選択したプロファイルを取得する",
|
|
9756
9777
|
hideTest: "テストの非表示",
|
|
9778
|
+
noCoverageTestProvider: "No tests with coverage runners found in this workspace. You may need to install a test provider extension",
|
|
9757
9779
|
noDebugTestProvider: "このワークスペースでデバッグ可能なテストが見つかりません。テスト プロバイダー拡張機能をインストールする必要がある可能性があります",
|
|
9758
9780
|
noTestProvider: "このワークスペースにテストが見つかりません。テスト プロバイダー拡張機能をインストールする必要がある可能性があります",
|
|
9781
|
+
noTests: "No tests found in the selected file or folder",
|
|
9759
9782
|
noTestsAtCursor: "ここにはテストが見つかりません",
|
|
9760
9783
|
noTestsInFile: "このファイルにはテストが見つかりませんでした",
|
|
9761
9784
|
"run test": "テストの実行",
|
|
9785
|
+
"run with cover test": "Run Test with Coverage",
|
|
9762
9786
|
runAllTests: "すべてのテストを実行する",
|
|
9787
|
+
runAllWithCoverage: "Run All Tests with Coverage",
|
|
9763
9788
|
runSelectedTests: "テストの実行",
|
|
9764
9789
|
"testing.cancelRun": "テストの実行をキャンセル",
|
|
9765
9790
|
"testing.cancelTestRefresh": "テストの更新をキャンセル",
|
|
9791
|
+
"testing.clearCoverage": "Clear Coverage",
|
|
9766
9792
|
"testing.clearResults": "すべての結果をクリア",
|
|
9767
|
-
"testing.closeCoverage": "カバレッジを閉じる",
|
|
9768
9793
|
"testing.collapseAll": "すべてのテストを折りたたむ",
|
|
9769
9794
|
"testing.configureProfile": "テスト プロファイルの構成",
|
|
9795
|
+
"testing.coverageAtCursor": "Run Test at Cursor with Coverage",
|
|
9796
|
+
"testing.coverageCurrentFile": "Run Tests with Coverage in Current File",
|
|
9797
|
+
"testing.coverageLastRun": "Rerun Last Run with Coverage",
|
|
9770
9798
|
"testing.debugAtCursor": "カーソル位置でテストをデバッグ",
|
|
9771
9799
|
"testing.debugCurrentFile": "現在のファイルでテストをデバッグ",
|
|
9772
9800
|
"testing.debugFailTests": "失敗したテストのデバッグ",
|
|
9773
9801
|
"testing.debugLastRun": "最後の実行のデバッグ",
|
|
9774
9802
|
"testing.editFocusedTest": "テストに移動",
|
|
9803
|
+
"testing.noCoverage": "No coverage information available on the last test run.",
|
|
9775
9804
|
"testing.noProfiles": "テストの連続的実行が有効なプロファイルが見つかりませんでした",
|
|
9805
|
+
"testing.openCoverage": "Open Coverage",
|
|
9776
9806
|
"testing.openOutputPeek": "出力をクイック表示する",
|
|
9777
9807
|
"testing.reRunFailTests": "失敗したテストの再実行",
|
|
9778
9808
|
"testing.reRunLastRun": "最後の実行の再実行",
|
|
@@ -9809,6 +9839,7 @@ var content = {
|
|
|
9809
9839
|
},
|
|
9810
9840
|
"vs/workbench/contrib/testing/browser/testingDecorations": {
|
|
9811
9841
|
"actual.title": "実際",
|
|
9842
|
+
"coverage test": "Run with Coverage",
|
|
9812
9843
|
"debug all test": "すべてのテストをデバッグする",
|
|
9813
9844
|
"debug test": "テストをデバッグ",
|
|
9814
9845
|
"expected.title": "必要",
|
|
@@ -9816,8 +9847,12 @@ var content = {
|
|
|
9816
9847
|
peekTestOutout: "ピーク テストの出力",
|
|
9817
9848
|
"reveal test": "テスト エクスプローラーで表示",
|
|
9818
9849
|
"run all test": "すべてのテストを実行する",
|
|
9850
|
+
"run all test with coverage": "Run All Tests with Coverage",
|
|
9819
9851
|
"run test": "テストを実行する",
|
|
9852
|
+
selectTestToRun: "Select a test to run",
|
|
9853
|
+
testOverflowItems: "{0} more tests...",
|
|
9820
9854
|
"testing.gutterMsg.contextMenu": "テスト オプションをクリックする",
|
|
9855
|
+
"testing.gutterMsg.coverage": "Click to run tests with coverage, right click for more options",
|
|
9821
9856
|
"testing.gutterMsg.debug": "テストをデバッグするにはクリックし、さらにオプションを表示するには右クリックします",
|
|
9822
9857
|
"testing.gutterMsg.run": "テストを実行するにはクリックし、さらにオプションを表示するには右クリックします",
|
|
9823
9858
|
"testing.runUsing": "プロファイルを使用して実行します..."
|
|
@@ -9849,6 +9884,7 @@ var content = {
|
|
|
9849
9884
|
testingNoTest: "このファイルにはテストが見つかりませんでした。"
|
|
9850
9885
|
},
|
|
9851
9886
|
"vs/workbench/contrib/testing/browser/testingOutputPeek": {
|
|
9887
|
+
caseNoOutput: "The test case did not report any output.",
|
|
9852
9888
|
close: "閉じる",
|
|
9853
9889
|
closeTestCoverage: "テスト カバレッジを閉じる",
|
|
9854
9890
|
"debug test": "テストのデバッグ",
|
|
@@ -9886,6 +9922,11 @@ var content = {
|
|
|
9886
9922
|
testing: "テスト"
|
|
9887
9923
|
},
|
|
9888
9924
|
"vs/workbench/contrib/testing/browser/theme": {
|
|
9925
|
+
"testing.coverCountBadgeBackground": "Background for the badge indicating execution count",
|
|
9926
|
+
"testing.coverCountBadgeForeground": "Foreground for the badge indicating execution count",
|
|
9927
|
+
"testing.coveredBackground": "Background color of text that was covered.",
|
|
9928
|
+
"testing.coveredBorder": "Border color of text that was covered.",
|
|
9929
|
+
"testing.coveredGutterBackground": "Gutter color of regions where code was covered.",
|
|
9889
9930
|
"testing.iconErrored": "テスト エクスプローラーの 'エラー発生' アイコンの色です。",
|
|
9890
9931
|
"testing.iconFailed": "テスト エクスプローラーの '失敗' アイコンの色です。",
|
|
9891
9932
|
"testing.iconPassed": "テスト エクスプローラーの '成功' アイコンの色です。",
|
|
@@ -9896,8 +9937,14 @@ var content = {
|
|
|
9896
9937
|
"testing.message.error.marginBackground": "エディターでインラインに表示されるエラー メッセージの横の余白色。",
|
|
9897
9938
|
"testing.message.info.decorationForeground": "エディター内にインラインで表示されるテスト情報メッセージのテキストの色です。",
|
|
9898
9939
|
"testing.message.info.marginBackground": "エディターでインラインに表示される情報メッセージの余白色。",
|
|
9940
|
+
"testing.messagePeekBorder": "Color of the peek view borders and arrow when peeking a logged message.",
|
|
9941
|
+
"testing.messagePeekHeaderBackground": "Color of the peek view borders and arrow when peeking a logged message.",
|
|
9899
9942
|
"testing.peekBorder": "ピーク ビューの境界と矢印の色。",
|
|
9900
|
-
"testing.runAction": "エディター内の '実行' アイコンの色です。"
|
|
9943
|
+
"testing.runAction": "エディター内の '実行' アイコンの色です。",
|
|
9944
|
+
"testing.uncoveredBackground": "Background color of text that was not covered.",
|
|
9945
|
+
"testing.uncoveredBorder": "Border color of text that was not covered.",
|
|
9946
|
+
"testing.uncoveredBranchBackground": "Background of the widget shown for an uncovered branch.",
|
|
9947
|
+
"testing.uncoveredGutterBackground": "Gutter color of regions where code not covered."
|
|
9901
9948
|
},
|
|
9902
9949
|
"vs/workbench/contrib/testing/common/configuration": {
|
|
9903
9950
|
testConfigurationTitle: "テスト",
|
|
@@ -9914,8 +9961,10 @@ var content = {
|
|
|
9914
9961
|
"testing.countBadge.off": "テスト カウント バッジを無効にする",
|
|
9915
9962
|
"testing.countBadge.passed": "成功したテストの数を表示する",
|
|
9916
9963
|
"testing.countBadge.skipped": "スキップされたテストの数を表示する",
|
|
9964
|
+
"testing.coverageBarThresholds": "Configures the colors used for percentages in test coverage bars.",
|
|
9917
9965
|
"testing.defaultGutterClickAction": "とじしろ内のテスト デコレーションをクリックした場合に実行する操作を制御します。",
|
|
9918
9966
|
"testing.defaultGutterClickAction.contextMenu": "その他のオプションについては、コンテキスト メニューを開きます。",
|
|
9967
|
+
"testing.defaultGutterClickAction.coverage": "Run the test with coverage.",
|
|
9919
9968
|
"testing.defaultGutterClickAction.debug": "テストをデバッグします。",
|
|
9920
9969
|
"testing.defaultGutterClickAction.run": "テストを実行します。",
|
|
9921
9970
|
"testing.displayedCoveragePercent": "テスト カバレッジに対して既定で表示される割合を構成します。",
|
|
@@ -9946,7 +9995,7 @@ var content = {
|
|
|
9946
9995
|
"testing.treeElementLabel": "{0} ({1})"
|
|
9947
9996
|
},
|
|
9948
9997
|
"vs/workbench/contrib/testing/common/testCoverageService": {
|
|
9949
|
-
testCoverageError: "
|
|
9998
|
+
testCoverageError: "Failed to load test coverage: {0}"
|
|
9950
9999
|
},
|
|
9951
10000
|
"vs/workbench/contrib/testing/common/testingContentProvider": {
|
|
9952
10001
|
runNoOutout: "テストの実行で、出力が記録されませんでした。"
|
|
@@ -10653,9 +10702,16 @@ var content = {
|
|
|
10653
10702
|
"menus.explorerContextShare": "エクスプローラーのコンテキスト メニューの '共有' サブメニュー",
|
|
10654
10703
|
"menus.extensionContext": "拡張機能のコンテキスト メニュー",
|
|
10655
10704
|
"menus.home": "ホーム インジケーターのコンテキスト メニュー (Web のみ)",
|
|
10705
|
+
"menus.incomingChanges": "The Source Control incoming changes menu",
|
|
10706
|
+
"menus.incomingChangesAllChangesContext": "The Source Control all incoming changes context menu",
|
|
10707
|
+
"menus.incomingChangesHistoryItemContext": "The Source Control incoming changes history item context menu",
|
|
10656
10708
|
"menus.input": "ソース管理の入力ボックス メニュー",
|
|
10657
10709
|
"menus.mergeEditorResult": "マージ エディターの結果ツール バー",
|
|
10710
|
+
"menus.multiDiffEditorResource": "The resource toolbar in the multi diff editor",
|
|
10658
10711
|
"menus.opy": "最上位レベルの [編集] メニューの [形式を選択してコピー] サブメニュー",
|
|
10712
|
+
"menus.outgoingChanges": "The Source Control outgoing changes menu",
|
|
10713
|
+
"menus.outgoingChangesAllChangesContext": "The Source Control all outgoing changes context menu",
|
|
10714
|
+
"menus.outgoingChangesHistoryItemContext": "The Source Control outgoing changes history item context menu",
|
|
10659
10715
|
"menus.resourceFolderContext": "ソース管理リソース フォルダーのコンテキスト メニュー",
|
|
10660
10716
|
"menus.resourceGroupContext": "ソース管理リソース グループのコンテキスト メニュー",
|
|
10661
10717
|
"menus.resourceStateContext": "ソース管理リソース状態のコンテキスト メニュー",
|
|
@@ -10728,6 +10784,7 @@ var content = {
|
|
|
10728
10784
|
},
|
|
10729
10785
|
"vs/workbench/services/authentication/browser/authenticationService": {
|
|
10730
10786
|
accessRequest: "{1}... (1) による {0} へのアクセスを許可します",
|
|
10787
|
+
accountLastUsedDate: "このアカウントの最終使用は {0}",
|
|
10731
10788
|
allow: "許可(&&A)",
|
|
10732
10789
|
"authentication.Placeholder": "要求されたアカウントはまだありません...",
|
|
10733
10790
|
"authentication.id": "認証プロバイダーの ID。",
|
|
@@ -10740,9 +10797,17 @@ var content = {
|
|
|
10740
10797
|
deny: "拒否(&&D)",
|
|
10741
10798
|
getSessionPlateholder: "使用する '{0}' のアカウントを選択するか、Esc を押してキャンセルしてください",
|
|
10742
10799
|
loading: "読み込み中...",
|
|
10800
|
+
manageExtensions: "このアカウントにアクセスできる拡張機能を選択する",
|
|
10801
|
+
manageTrustedExtensions: "信頼された拡張機能の管理",
|
|
10802
|
+
"manageTrustedExtensions.cancel": "キャンセル",
|
|
10803
|
+
noTrustedExtensions: "このアカウントはまだどの拡張機能にも使用されていません。",
|
|
10804
|
+
notUsed: "このアカウントを使用したことがない",
|
|
10743
10805
|
selectAccount: "拡張機能 '{0}' には、{1} アカウントへのアクセスが必要です",
|
|
10744
10806
|
"sign in": "サインインが要求されました",
|
|
10745
10807
|
signInRequest: "{1} (1) を使用するには {0} でサインインします",
|
|
10808
|
+
signOut: "サインアウト(&&S)",
|
|
10809
|
+
signOutMessage: "アカウント '{0}' は、以下によって使用されていました:\r\n\r\n{1}\r\n\r\nこれらの拡張機能からサインアウトしますか?",
|
|
10810
|
+
signOutMessageSimple: "'{0}' からサインアウトしますか?",
|
|
10746
10811
|
useOtherAccount: "別のアカウントにサインインする"
|
|
10747
10812
|
},
|
|
10748
10813
|
"vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService": {
|
|
@@ -10987,7 +11052,7 @@ var content = {
|
|
|
10987
11052
|
open: "開く(&&O)",
|
|
10988
11053
|
reloadAndHandle: "拡張機能 '{0}' は読み込まれていません。拡張機能を読み込んで URL を開くためにウィンドウを再読み込みしますか?",
|
|
10989
11054
|
reloadAndOpen: "ウィンドウを再読み込みして開く(&&R)",
|
|
10990
|
-
rememberConfirmUrl: "
|
|
11055
|
+
rememberConfirmUrl: "Do not ask me again for this extension"
|
|
10991
11056
|
},
|
|
10992
11057
|
"vs/workbench/services/extensions/common/abstractExtensionService": {
|
|
10993
11058
|
"extensionService.autoRestart": "拡張機能ホストが予期せずに終了しました。再起動しています...",
|
|
@@ -11192,6 +11257,7 @@ var content = {
|
|
|
11192
11257
|
neverShowAgain: "今後表示しない"
|
|
11193
11258
|
},
|
|
11194
11259
|
"vs/workbench/services/preferences/browser/keybindingsEditorInput": {
|
|
11260
|
+
keybindingsEditorLabelIcon: "Icon of the keybindings editor label.",
|
|
11195
11261
|
keybindingsInputName: "キーボード ショートカット"
|
|
11196
11262
|
},
|
|
11197
11263
|
"vs/workbench/services/preferences/browser/keybindingsEditorModel": {
|
|
@@ -11209,7 +11275,8 @@ var content = {
|
|
|
11209
11275
|
openFolderFirst: "ワークスペースまたはフォルダーの設定を作成するには、最初にフォルダーまたはワークスペースを開きます。"
|
|
11210
11276
|
},
|
|
11211
11277
|
"vs/workbench/services/preferences/common/preferencesEditorInput": {
|
|
11212
|
-
settingsEditor2InputName: "設定"
|
|
11278
|
+
settingsEditor2InputName: "設定",
|
|
11279
|
+
settingsEditorLabelIcon: "Icon of the settings editor label."
|
|
11213
11280
|
},
|
|
11214
11281
|
"vs/workbench/services/preferences/common/preferencesModels": {
|
|
11215
11282
|
commonlyUsed: "よく使用するもの",
|
|
@@ -11217,6 +11284,7 @@ var content = {
|
|
|
11217
11284
|
},
|
|
11218
11285
|
"vs/workbench/services/preferences/common/preferencesValidation": {
|
|
11219
11286
|
invalidTypeError: "設定に無効な型が含まれています。{0} が必要です。JSON で修正してください。",
|
|
11287
|
+
regexParsingError: "Error parsing the following regex both with and without the u flag:",
|
|
11220
11288
|
"validations.arrayIncorrectType": "型が正しくありません。配列が必要です。",
|
|
11221
11289
|
"validations.booleanIncorrectType": "型が正しくありません。\"ブール値\" が必要です。",
|
|
11222
11290
|
"validations.colorFormat": "色の形式が無効です。#RGB、#RGBA、#RRGGBB、#RRGGBBAA をお使いください。",
|
|
@@ -11745,7 +11813,8 @@ var content = {
|
|
|
11745
11813
|
saveWorkspace: "ワークスペースを保存"
|
|
11746
11814
|
},
|
|
11747
11815
|
"vs/workbench/services/workspaces/browser/workspaceTrustEditorInput": {
|
|
11748
|
-
workspaceTrustEditorInputName: "ワークスペースの信頼"
|
|
11816
|
+
workspaceTrustEditorInputName: "ワークスペースの信頼",
|
|
11817
|
+
workspaceTrustEditorLabelIcon: "Icon of the workspace trust editor label."
|
|
11749
11818
|
}
|
|
11750
11819
|
};
|
|
11751
11820
|
|