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

execution.contribution.i18n.json « electron-browser « execution « parts « workbench « vs « src « esn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8505cedef23218cdcb6cf6f223f7b8b979e093fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"terminalConfigurationTitle": "Terminal externo",
	"terminal.external.windowsExec": "Personaliza qué terminal debe ejecutarse en Windows.",
	"terminal.external.osxExec": "Personaliza qué aplicación terminal se ejecutará en OS X.",
	"terminal.external.linuxExec": "Personaliza qué terminal debe ejecutarse en Linux.",
	"globalConsoleActionWin": "Abrir nuevo símbolo del sistema",
	"globalConsoleActionMacLinux": "Abrir nuevo terminal",
	"scopedConsoleActionWin": "Abrir en símbolo del sistema",
	"scopedConsoleActionMacLinux": "Abrir en terminal",
	"openFolderInIntegratedTerminal": "Abrir en terminal"
}