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

execution.contribution.i18n.json « electron-browser « execution « parts « workbench « vs « src « ptb « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 548fff57edc7ad5c846c14754364e6b302202573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*---------------------------------------------------------------------------------------------
 *  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",
	"explorer.openInTerminalKind": "Personaliza o tipo de terminal para executar.",
	"terminal.external.windowsExec": "Personalizar qual terminal executar no Windows.",
	"terminal.external.osxExec": "Personalizar qual aplicativo de terminal executar no OS X.",
	"terminal.external.linuxExec": "Personalizar qual terminal executar no Linux.",
	"globalConsoleActionWin": "Abrir Novo Prompt de Comando",
	"globalConsoleActionMacLinux": "Abrir Novo Terminal",
	"scopedConsoleActionWin": "Abrir no Prompt de Comando",
	"scopedConsoleActionMacLinux": "Abrir no Terminal",
	"openFolderInIntegratedTerminal": "Abrir no Terminal"
}