Files
vscode/i18n/esn/extensions/emmet/package.i18n.json
2017-07-29 16:07:07 -07:00

28 lines
1.5 KiB
JSON

/*---------------------------------------------------------------------------------------------
* 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"
}