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

gitActions.contribution.i18n.json « browser « git « parts « workbench « vs « src « fra « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c56e61f0b78f84e43c76f9fd0a1f4298f64d8657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"confirmRevertMessage": "Voulez-vous vraiment restaurer les changements sélectionnés ?",
	"git": "Git",
	"irreversible": "Cette action est irréversible !",
	"openChange": "Ouvrir la modification",
	"openFile": "Ouvrir le fichier",
	"openInEditor": "Basculer vers le mode Éditeur",
	"revertChangesLabel": "&&Restaurer les modifications",
	"revertSelectedLines": "Restaurer les lignes sélectionnées",
	"stageSelectedLines": "Stocker les lignes sélectionnées en zone de transit",
	"switchToChangesView": "Basculer vers le mode Modifications",
	"unstageSelectedLines": "Désindexer les lignes sélectionnées",
	"workbenchStage": "Indexer",
	"workbenchUnstage": "Désindexer"
}