extensionsViewlet.i18n.json 1009 字节
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.
{
D
Dirk Baeumer 已提交
7
	"searchExtensions": "Поиск расширений в Marketplace",
8
	"extensions": "Расширения",
D
Dirk Baeumer 已提交
9 10
	"sort by installs": "Сортировать по: числу установок",
	"sort by rating": "Сортировать по: рейтинг",
11
	"sort by name": "Сортировать по: название",
12 13 14
	"no extensions found": "Расширений не найдено.",
	"suggestProxyError": "Marketplace вернул значение \"ECONNREFUSED\". Проверьте параметр \"http.proxy\".",
	"outdatedExtensions": "Устаревшие расширения: {0}"
D
Dirk Baeumer 已提交
15
}