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

fileIconThemeStore.i18n.json « electron-browser « themes « services « workbench « vs « src « ita « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 53cc79371c9d86d12e54b5881313406806d3aad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"vscode.extension.contributes.iconThemes": "Contributes file icon themes.",
	"vscode.extension.contributes.iconThemes.id": "ID del tema dell'icona usato nelle impostazioni utente.",
	"vscode.extension.contributes.iconThemes.label": "Etichetta del tema dell'icona visualizzata nell'interfaccia utente.",
	"vscode.extension.contributes.iconThemes.path": "Percorso del file di definizione del tema dell'icona. È relativo alla cartella delle estensioni e corrisponde in genere a './icons/awesome-icon-theme.json'.",
	"reqarray": "Extension point `{0}` must be an array.",
	"reqpath": "È previsto un valore stringa in `contributes.{0}.path`. Valore specificato: {1}",
	"reqid": "È previsto un valore stringa in `contributes.{0}.id`. Valore specificato: {1}",
	"invalid.path.1": "Valore previsto di `contributes.{0}.path` ({1}) da includere nella cartella dell'estensione ({2}). L'estensione potrebbe non essere più portatile."
}