searchWidget.i18n.json 1.0 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6 7 8 9
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"label.Replace": "Remplacer : tapez le terme de remplacement, puis appuyez sur Entrée pour avoir un aperçu, ou sur Échap pour l'annuler",
	"label.Search": "Rechercher : tapez le terme de recherche, puis appuyez sur Entrée pour lancer la recherche, ou sur Échap pour l'annuler",
	"regexp.validationFailure": "L'expression correspond à tout",
D
Dirk Baeumer 已提交
10 11
	"search.action.replaceAll.disabled.label": "Tout remplacer (soumettre la recherche pour activer)",
	"search.action.replaceAll.enabled.label": "Tout remplacer",
D
Dirk Baeumer 已提交
12 13 14 15
	"search.placeHolder": "Rechercher",
	"search.replace.placeHolder": "Remplacer",
	"search.replace.toggle.button.title": "Activer/désactiver le remplacement"
}