extensionsWorkbenchService.i18n.json 1.4 KB
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
	"enableDependeciesConfirmation": "Включение \"{0}\" также включит соответствующие зависимости. Продолжить?",
	"enable": "Да",
	"doNotEnable": "Нет",
D
Dirk Baeumer 已提交
10 11
	"disableDependeciesConfirmation": "Отключить только \"{0}\" или вместе с зависимостями?",
	"disableOnly": "Только",
12 13
	"disableAll": "Все",
	"cancel": "Отмена",
D
Dirk Baeumer 已提交
14 15
	"singleDependentError": "Невозможно отключить расширение \"{0}\". От него зависит расширение \"{1}\".",
	"twoDependentsError": "Невозможно отключить расширение \"{0}\". От него зависят расширения \"{1}\" и \"{2}\".",
16
	"multipleDependentsError": "Невозможно отключить расширение \"{0}\". От него зависят расширения \"{1}\", \"{2}\" и другие.",
17
	"installConfirmation": "Вы хотите установить расширение '{0}'?",
18
	"install": "Установить"
D
Dirk Baeumer 已提交
19
}