debugViews.i18n.json 1.0 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
D
Dirk Baeumer 已提交
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{
	"breakpoints": "ブレークポイント",
	"breakpointsAriaTreeLabel": "デバッグ ブレークポイント",
	"breakpointsSection": "ブレークポイント セクション",
	"callStack": "コール スタック",
	"callStackAriaLabel": "コール スタックのデバッグ",
	"callstackSection": "コール スタック セクション",
	"debugStopped": "{0} で一時停止",
	"expressionsSection": "式セクション",
	"variables": "変数",
	"variablesAriaTreeLabel": "変数のデバッグ",
	"variablesSection": "変数セクション",
	"watch": "ウォッチ式",
	"watchAriaTreeLabel": "ウォッチ式のデバッグ"
}