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

snippets.contribution.i18n.json « electron-browser « snippets « parts « workbench « vs « src « ita « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff128cda608c51bf1ce1a640fb0555d4bd126f7c (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.
{
	"openSnippet.label": "Apri frammenti di codice utente",
	"openSnippet.pickLanguage": "Seleziona il linguaggio per il frammento",
	"openSnippet.errorOnCreate": "Non è possibile creare {0}",
	"preferences": "Preferenze",
	"snippetSchema.json.default": "Frammento vuoto",
	"snippetSchema.json": "Configurazione del frammento utente",
	"snippetSchema.json.prefix": "Prefisso da usare quando si seleziona il frammento in IntelliSense",
	"snippetSchema.json.body": "Il contenuto del frammento. Usare '$1', '${1:defaultText}' per definire le posizioni del cursore, utilizzare '$0' per la posizione finale del cursore. Inserire i valori delle variabili con '${varName}' e '${varName:defaultText}', ad esempio 'Nome del file: $TM_FILENAME'.",
	"snippetSchema.json.description": "Descrizione del frammento."
}