debugViews.i18n.json 1017 字节
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": "Punti di interruzione",
	"breakpointsAriaTreeLabel": "Esegui debug punti di interruzione",
	"breakpointsSection": "Sezione Punti di interruzione",
	"callStack": "Stack di chiamate",
	"callStackAriaLabel": "Esegui debug stack di chiamate",
	"callstackSection": "Sezione Stack di chiamate",
	"debugStopped": "In pausa su {0}",
	"expressionsSection": "Sezione Espressioni",
	"variables": "Variabili",
	"variablesAriaTreeLabel": "Esegui debug variabili",
	"variablesSection": "Sezione Variabili",
	"watch": "Espressione di controllo",
	"watchAriaTreeLabel": "Esegui debug espressioni di controllo"
}