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

debug.contribution.i18n.json « electron-browser « debug « parts « workbench « vs « src « esn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8416e40b8e29403cd636d8c09fdcc6753724a75f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"allowBreakpointsEverywhere": "Permite establecer puntos de interrupción para todos los archivos, independientemente de la extensión.",
	"debug": "Depurar",
	"debugCategory": "Depurar",
	"debugConfigurationTitle": "Depurar",
	"debugErrorEditor": "Depurar error",
	"debugPanel": "Consola de depuración",
	"launchConfigDoesNotExist": "La configuración de inicio '{0}' no existe.",
	"openExplorerOnEnd": "Abrir automáticamente el viewlet del explorador al final de la sesión de depuración.",
	"toggleDebugPanel": "Consola de depuración",
	"toggleDebugViewlet": "Mostrar depuración",
	"view": "Ver"
}