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

execution.contribution.i18n.json « electron-browser « execution « parts « workbench « vs « src « fra « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 552e6f9f400c95d6f23081099bac318da780c5ef (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 externe",
	"terminal.external.windowsExec": "Personnalise le terminal à exécuter sur Windows.",
	"terminal.external.osxExec": "Personnalise l'application de terminal à exécuter sur OS X.",
	"terminal.external.linuxExec": "Personnalise le terminal à exécuter sur Linux.",
	"globalConsoleActionWin": "Ouvrir une nouvelle invite de commandes",
	"globalConsoleActionMacLinux": "Ouvrir un nouveau Terminal",
	"scopedConsoleActionWin": "Ouvrir dans l'invite de commandes",
	"scopedConsoleActionMacLinux": "Ouvrir dans Terminal",
	"openFolderInIntegratedTerminal": "Ouvrir dans Terminal"
}