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

multicursor.i18n.json « common « multicursor « contrib « editor « vs « src « ita « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af2b081d4538cdc2300fd07273e88201f25cd0fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"mutlicursor.insertAbove": "Aggiungi cursore sopra",
	"mutlicursor.insertBelow": "Aggiungi cursore sotto",
	"mutlicursor.insertAtEndOfEachLineSelected": "Aggiungi cursore alla fine delle righe",
	"addSelectionToNextFindMatch": "Aggiungi selezione a risultato ricerca successivo",
	"addSelectionToPreviousFindMatch": "Aggiungi selezione a risultato ricerca precedente",
	"moveSelectionToNextFindMatch": "Sposta ultima selezione a risultato ricerca successivo",
	"moveSelectionToPreviousFindMatch": "Sposta ultima selezione a risultato ricerca precedente",
	"selectAllOccurrencesOfFindMatch": "Seleziona tutte le occorrenze del risultato ricerca",
	"changeAll.label": "Cambia tutte le occorrenze"
}