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

extensionEditor.i18n.json « browser « extensions « parts « workbench « vs « src « ita « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d621f11350a21c325058e739025de87b61ec85af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"name": "Nome dell'estensione",
	"extension id": "Identificatore dell'estensione",
	"publisher": "Nome dell'editore",
	"install count": "Conteggio delle installazioni",
	"rating": "Valutazione",
	"license": "Licenza",
	"details": "Dettagli",
	"contributions": "Contributi",
	"changelog": "Log delle modifiche",
	"dependencies": "Dipendenze",
	"noReadme": "File LEGGIMI non disponibile.",
	"noChangelog": "Changelog non disponibile.",
	"noContributions": "Nessun contributo",
	"noDependencies": "Nessuna dipendenza",
	"settings": "Impostazioni ({0})",
	"setting name": "Nome",
	"description": "Descrizione",
	"default": "Impostazione predefinita",
	"debuggers": "Debugger ({0})",
	"debugger name": "Nome",
	"debugger type": "Tipo",
	"views": "Visualizzazioni ({0})",
	"view id": "ID",
	"view name": "Nome",
	"view location": "Dove",
	"themes": "Temi ({0})",
	"JSON Validation": "Convalida JSON ({0})",
	"commands": "Comandi ({0})",
	"command name": "Nome",
	"keyboard shortcuts": "Tasti di scelta rapida",
	"menuContexts": "Contesti menu",
	"languages": "Linguaggi ({0})",
	"language id": "ID",
	"language name": "Nome",
	"file extensions": "Estensioni di file",
	"grammar": "Grammatica",
	"snippets": "Frammenti"
}