extensionsViewlet.i18n.json 953 字节
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6
/*---------------------------------------------------------------------------------------------
 *  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.
{
7 8 9 10
	"marketPlace": "Marketplace",
	"installedExtensions": "Installate",
	"searchInstalledExtensions": "Installate",
	"recommendedExtensions": "Consigliate",
D
Dirk Baeumer 已提交
11 12 13
	"searchExtensions": "Cerca le estensioni nel Marketplace",
	"sort by installs": "Ordina per: conteggio installazioni",
	"sort by rating": "Ordina per: classificazione",
14
	"sort by name": "Ordina per: Nome",
15
	"suggestProxyError": "Marketplace ha restituito 'ECONNREFUSED'. Controllare l'impostazione 'http.proxy'.",
16
	"extensions": "Estensioni",
17
	"outdatedExtensions": "{0} estensioni obsolete"
D
Dirk Baeumer 已提交
18
}