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

findController.i18n.json « common « find « contrib « editor « vs « src « fra « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2176cea208c5eaa0ca5310602d4add0d86ac5282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"startFindAction": "Rechercher",
	"findNextMatchAction": "Rechercher suivant",
	"findPreviousMatchAction": "Rechercher précédent",
	"nextSelectionMatchFindAction": "Sélection suivante",
	"previousSelectionMatchFindAction": "Sélection précédente",
	"startReplace": "Remplacer",
	"addSelectionToNextFindMatch": "Ajouter la sélection à la correspondance de recherche suivante",
	"addSelectionToPreviousFindMatch": "Ajouter la sélection à la correspondance de recherche précédente",
	"moveSelectionToNextFindMatch": "Déplacer la dernière sélection vers la correspondance de recherche suivante",
	"moveSelectionToPreviousFindMatch": "Déplacer la dernière sélection à la correspondance de recherche précédente",
	"selectAllOccurrencesOfFindMatch": "Sélectionner toutes les occurrences des correspondances de la recherche",
	"changeAll.label": "Modifier toutes les occurrences",
	"showNextFindTermAction": "Afficher le terme de recherche suivant",
	"showPreviousFindTermAction": "Afficher le terme de recherche précédent"
}