searchActions.i18n.json 1.5 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6
/*---------------------------------------------------------------------------------------------
 *  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.
{
7 8 9 10
	"nextSearchIncludePattern": "Afficher le prochain Include Pattern de recherche",
	"previousSearchIncludePattern": "Afficher le précédent Include Pattern de recherche",
	"nextSearchExcludePattern": "Afficher le prochain Exclude Pattern de recherche",
	"previousSearchExcludePattern": "Afficher le précédent Exclude Pattern de recherche",
11 12 13 14 15
	"nextSearchTerm": "Afficher le terme de recherche suivant",
	"previousSearchTerm": "Afficher le terme de recherche précédent",
	"focusNextInputBox": "Focus sur la zone d'entrée suivante",
	"focusPreviousInputBox": "Focus sur la zone d'entrée précédente",
	"replaceInFiles": "Remplacer dans les fichiers",
16 17
	"findInWorkspace": "Trouver dans l’espace de travail...",
	"findInFolder": "Trouver dans le dossier...",
18
	"RefreshAction.label": "Actualiser",
D
Dirk Baeumer 已提交
19
	"ClearSearchResultsAction.label": "Effacer les résultats de la recherche",
D
Dirk Baeumer 已提交
20 21
	"FocusNextSearchResult.label": "Focus sur le résultat de la recherche suivant",
	"FocusPreviousSearchResult.label": "Focus sur le résultat de la recherche précédent",
22
	"RemoveAction.label": "Rejeter",
D
Dirk Baeumer 已提交
23
	"file.replaceAll.label": "Tout remplacer",
24
	"match.replace.label": "Remplacer"
D
Dirk Baeumer 已提交
25
}