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

findWidget.i18n.json « browser « find « contrib « editor « vs « src « ita « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76cf5a81fb0af48a5f78563474b8053a4ef87f75 (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.find": "Trova",
	"placeholder.find": "Trova",
	"label.previousMatchButton": "Risultato precedente",
	"label.nextMatchButton": "Risultato successivo",
	"label.toggleSelectionFind": "Trova nella selezione",
	"label.closeButton": "Chiudi",
	"label.replace": "Sostituisci",
	"placeholder.replace": "Sostituisci",
	"label.replaceButton": "Sostituisci",
	"label.replaceAllButton": "Sostituisci tutto",
	"label.toggleReplaceButton": "Attiva/Disattiva modalità sostituzione",
	"title.matchesCountLimit": "Vengono evidenziati solo i primi 999 risultati, ma tutte le operazioni di ricerca funzionano sull'intero testo.",
	"label.matchesLocation": "{0} di {1}",
	"label.noResults": "Nessun risultato"
}