extensionEditor.i18n.json 2.0 KB
Newer Older
1 2 3 4 5 6 7 8 9 10
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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",
11
	"preview": "Anteprima",
12 13 14 15
	"builtin": "Predefinita",
	"publisher": "Nome dell'editore",
	"install count": "Conteggio delle installazioni",
	"rating": "Valutazione",
16
	"repository": "Repository",
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
	"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",
37
	"localizations": "Localizzazioni ({0})",
38 39 40
	"localizations language id": "ID lingua",
	"colorThemes": "Temi colore ({0})",
	"iconThemes": "Temi icona ({0})",
41
	"colors": "Colori ({0})",
42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
	"colorId": "ID",
	"defaultDark": "Predefinito scuro",
	"defaultLight": "Predefinito chiaro",
	"defaultHC": "Predefinito contrasto elevato",
	"JSON Validation": "Convalida JSON ({0})",
	"fileMatch": "Corrispondenza file",
	"schema": "Schema",
	"commands": "Comandi ({0})",
	"command name": "Nome",
	"keyboard shortcuts": "Scelte rapide da tastiera",
	"menuContexts": "Contesti menu",
	"languages": "Linguaggi ({0})",
	"language id": "ID",
	"language name": "Nome",
	"file extensions": "Estensioni di file",
	"grammar": "Grammatica",
	"snippets": "Frammenti"
}