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

vs_code_welcome_page.i18n.json « electron-browser « page « welcome « parts « workbench « vs « src « esn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2085fc57b44e604390bfd098b095970c449ec747 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"welcomePage.vscode": "Visual Studio Code",
	"welcomePage.editingEvolved": "Edición mejorada",
	"welcomePage.start": "Iniciar",
	"welcomePage.newFile": "Nuevo archivo",
	"welcomePage.openFolder": "Abrir carpeta...",
	"welcomePage.cloneGitRepository": "Clonar el repositorio GIT...",
	"welcomePage.recent": "Reciente",
	"welcomePage.moreRecent": "Más...",
	"welcomePage.noRecentFolders": "No hay ninguna carpeta reciente",
	"welcomePage.help": "Ayuda",
	"welcomePage.keybindingsCheatsheet": "Hoja imprimible con ayudas de teclado",
	"welcomePage.introductoryVideos": "Vídeos de introducción",
	"welcomePage.tipsAndTricks": "Sugerencias y trucos",
	"welcomePage.productDocumentation": "Documentación del producto",
	"welcomePage.gitHubRepository": "Repositorio de GitHub",
	"welcomePage.stackOverflow": "Stack Overflow",
	"welcomePage.showOnStartup": "Mostrar página principal al inicio",
	"welcomePage.customize": "Personalizar",
	"welcomePage.installExtensionPacks": "Herramientas y lenguajes",
	"welcomePage.installExtensionPacksDescription": "Instalar soporte para {0} y {1}",
	"welcomePage.moreExtensions": "más",
	"welcomePage.installKeymapDescription": "Instalar los métodos abreviados de teclado",
	"welcomePage.installKeymapExtension": "Instalar los métodos abreviados de teclado de {0} y {1}",
	"welcomePage.others": "otros",
	"welcomePage.colorTheme": "Tema de color",
	"welcomePage.colorThemeDescription": "Modifique a su gusto la apariencia del editor y el código",
	"welcomePage.learn": "Más información",
	"welcomePage.showCommands": "Buscar y ejecutar todos los comandos",
	"welcomePage.showCommandsDescription": "Acceda rápidamente y busque comandos desde la Paleta de Comandos ({0})",
	"welcomePage.interfaceOverview": "Introducción a la interfaz",
	"welcomePage.interfaceOverviewDescription": "Obtenga una superposición que resalta los componentes principales de la interfaz de usuario",
	"welcomePage.interactivePlayground": "Área de juegos interactiva",
	"welcomePage.interactivePlaygroundDescription": "Pruebe las características esenciales del editor en un tutorial corto"
}