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

terminalInstance.i18n.json « electron-browser « terminal « parts « workbench « vs « src « fra « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d661a00e788b9a1d913064f95619d4a3b851e1c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"terminal.integrated.copySelection.noSelection": "Le terminal n'a aucune sélection à copier",
	"terminal.integrated.exitedWithCode": "Le processus du terminal s'est achevé avec le code de sortie {0}",
	"terminal.integrated.waitOnExit": "Appuyez sur une touche pour fermer le terminal",
	"terminal.integrated.launchFailed": "Échec du lancement de la commande de traitement du terminal '{0}{1}' (code de sortie : {2})"
}