findController.i18n.json 1.4 KB
Newer Older
1 2 3 4 5
/*---------------------------------------------------------------------------------------------
 *  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.
D
Dirk Baeumer 已提交
6
{
7
	"startFindAction": "Rechercher",
D
Dirk Baeumer 已提交
8 9 10 11
	"findNextMatchAction": "Rechercher suivant",
	"findPreviousMatchAction": "Rechercher précédent",
	"nextSelectionMatchFindAction": "Sélection suivante",
	"previousSelectionMatchFindAction": "Sélection précédente",
12 13 14 15 16
	"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",
17
	"selectAllOccurrencesOfFindMatch": "Sélectionner toutes les occurrences des correspondances de la recherche",
18 19 20
	"changeAll.label": "Modifier toutes les occurrences",
	"showNextFindTermAction": "Afficher le terme de recherche suivant",
	"showPreviousFindTermAction": "Afficher le terme de recherche précédent"
D
Dirk Baeumer 已提交
21
}