welcomePage.contribution.i18n.json 1.0 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.
{
7
	"workbenchConfigurationTitle": "Área de trabajo",
8 9 10
	"workbench.startupEditor.none": "Iniciar sin un editor.",
	"workbench.startupEditor.welcomePage": "Abra la página de bienvenida (predeterminado).",
	"workbench.startupEditor.newUntitledFile": "Abrir un nuevo archivo sin título.",
11
	"workbench.startupEditor": "Controla qué editor se muestra al inicio, si no se restaura ninguno de la sesión anterior. Seleccione \"none\" para iniciar sin editor, \"welcomePage\" para abrir la página principal (opción predeterminada), \"newUntitledFile\" para abrir un archivo nuevo sin título (solo cuando se abre un área de trabajo vacía).",
12
	"help": "Ayuda"
D
Dirk Baeumer 已提交
13
}