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

package.i18n.json « emmet « extensions « esn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 26c61c87280689d7b1fce369e9b02cabf4fcd5e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"command.removeTag": "Quitar etiqueta",
	"command.updateTag": "Actualizar etiqueta",
	"command.matchTag": "Ir al par coincidente",
	"command.balanceIn": "Equilibrio (entrante)",
	"command.balanceOut": "Equilibrio (saliente)",
	"command.prevEditPoint": "Ir al punto de edición anterior",
	"command.nextEditPoint": "Ir al siguiente punto de edición",
	"command.mergeLines": "Combinar líneas",
	"command.selectPrevItem": "Seleccionar el elemento anterior",
	"command.selectNextItem": "Seleccionar el siguiente elemento",
	"command.splitJoinTag": "Dividir/Combinar etiqueta",
	"command.toggleComment": "Alternar comentario",
	"command.evaluateMathExpression": "Evaluar expresión matemática",
	"command.updateImageSize": "Actualizar tamaño de imagen",
	"command.reflectCSSValue": "Reflejar valor CSS",
	"command.incrementNumberByOne": "Aumentar por 1",
	"command.decrementNumberByOne": "Disminuir por 1",
	"command.incrementNumberByOneTenth": "Aumentar por 0.1",
	"command.decrementNumberByOneTenth": "Disminuir por 0.1",
	"command.incrementNumberByTen": "Aumentar por 10",
	"command.decrementNumberByTen": "Disminuir por 10"
}