Welcome to mirror list, hosted at ThFree Co, Russian Federation.

breakpointWidget.i18n.json « browser « debug « parts « workbench « vs « src « ita « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a86119fee2ec576eaf130ac1776d40f7035d05ce (plain)
1
2
3
4
5
6
7
8
9
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"breakpointWidgetAriaLabel": "Digitare la condizione del punto di interruzione per la riga {0}. Il programma si arresterà in questo punto solo se la condizione è vera. Premere INVIO per accettare oppure ESC per annullare.",
	"breakpointWidgetPlaceholder": "Il punto di interruzione a riga {0} arresterà il programma solo se questa condizione è vera. Premere 'INVIO' per accettare oppure 'ESC' per annullare."
}