projectStatus.i18n.json 1.3 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6
/*---------------------------------------------------------------------------------------------
 *  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.
{
D
Dirk Baeumer 已提交
7 8
	"cmdCreate": "Crear jsconfig.json",
	"hintCreate": "Cree un archivo jsconfig.json para mejorar IntelliSense y la navegación de código en toda el área de trabajo.",
D
Dirk Baeumer 已提交
9
	"hintCreate.tooltip": "Cree un archivo jsconfig.json para disfrutar de una aplicación IntelliSense y una navegación de código más completas en todo el área de trabajo.",
D
Dirk Baeumer 已提交
10 11
	"hintExclude": "Para mejorar el rendimiento, excluya las carpetas con muchos archivos, como: {0}.",
	"hintExclude.generic": "Para mejorar el rendimiento, excluya las carpetas con muchos archivos.",
D
Dirk Baeumer 已提交
12
	"hintExclude.tooltip": "Para obtener un mejor rendimiento, no incluya las carpetas que contengan muchos archivos.",
D
Dirk Baeumer 已提交
13
	"ignore.cmdCreate": "Ignorar",
D
Dirk Baeumer 已提交
14
	"jsconfig.heading": "// Consulte https://go.microsoft.com/fwlink/?LinkId=759670\n\t// para encontrar documentación sobre el formato jsconfig.json.",
D
Dirk Baeumer 已提交
15
	"large.label": "Configurar exclusiones",
D
Dirk Baeumer 已提交
16
	"open": "Configurar exclusiones"
D
Dirk Baeumer 已提交
17
}