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

findWidget.i18n.json « browser « find « contrib « editor « vs « src « fra « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25bcc8b621f1dcc03d7b1b8af261754b67f291c3 (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.
{
	"label.closeButton": "Fermer",
	"label.find": "Rechercher",
	"label.matchesLocation": "{0} sur {1}",
	"label.nextMatchButton": "Correspondance suivante",
	"label.noResults": "Aucun résultat",
	"label.previousMatchButton": "Correspondance précédente",
	"label.replace": "Remplacer",
	"label.replaceAllButton": "Tout remplacer",
	"label.replaceButton": "Remplacer",
	"label.toggleReplaceButton": "Changer le mode de remplacement",
	"label.toggleSelectionFind": "Rechercher dans la sélection",
	"placeholder.find": "Rechercher",
	"placeholder.replace": "Remplacer",
	"title.matchesCountLimit": "Seuls les 999 premiers résultats sont mis en surbrillance. Cependant, toutes les opérations de recherche sont appliquées à l'ensemble du texte."
}