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

extensionEditor.i18n.json « browser « extensions « parts « workbench « vs « src « esn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e68b4424c5280ae4757fb49b6bbb0967556b65dd (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"name": "Nombre de la extensión",
	"extension id": "Identificador de la extensión",
	"publisher": "Nombre del editor",
	"install count": "Número de instalaciones",
	"rating": "Clasificación",
	"license": "Licencia",
	"details": "Detalles",
	"contributions": "Contribuciones",
	"changelog": "Registro de cambios",
	"dependencies": "Dependencias",
	"noReadme": "No hay ningún archivo LÉAME disponible.",
	"noChangelog": "No hay ningún objeto CHANGELOG disponible.",
	"noContributions": "No hay contribuciones.",
	"noDependencies": "No hay dependencias.",
	"settings": "Configuración ({0})",
	"setting name": "Nombre",
	"description": "Descripción",
	"default": "Predeterminado",
	"debuggers": "Depuradores ({0})",
	"debugger name": "Nombre",
	"views": "Vistas ({0})",
	"view id": "Id.",
	"view name": "Nombre",
	"view location": "Donde",
	"themes": "Temas ({0})",
	"JSON Validation": "Validación JSON ({0})",
	"commands": "Comandos ({0})",
	"command name": "Nombre",
	"keyboard shortcuts": "Métodos abreviados de teclado",
	"menuContexts": "Contextos de menú",
	"languages": "Lenguajes ({0})",
	"language id": "Id.",
	"language name": "Nombre",
	"file extensions": "Extensiones de archivo",
	"grammar": "Gramática",
	"snippets": "Fragmentos"
}