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

gitActions.contribution.i18n.json « browser « git « parts « workbench « vs « src « esn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c04d3a904de3d06924897ccf57d4e60aed23cb29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"": "Esta acción es irreversible.",
	"confirmRevertMessage": "¿Seguro que desea revertir los cambios seleccionados?",
	"git": "GIT",
	"openChange": "Abrir cambio",
	"openFile": "Abrir archivo",
	"openInEditor": "Cambiar a la vista de editor",
	"revertChangesLabel": "&&Revertir cambios",
	"revertSelectedLines": "Revertir líneas seleccionadas",
	"stageSelectedLines": "Almacenar provisionalmente las líneas seleccionadas",
	"switchToChangesView": "Cambiar a la vista de cambios",
	"unstageSelectedLines": "Deshacer la preparación de las líneas seleccionadas",
	"workbenchStage": "Almacenar provisionalmente",
	"workbenchUnstage": "Cancelar almacenamiento provisional"
}