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

extensionsWorkbenchService.i18n.json « node « extensions « parts « workbench « vs « src « rus « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0c09f1966a28ada522f6af7e35c363b0207bafa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"enableDependeciesConfirmation": "Включение \"{0}\" также включит соответствующие зависимости. Продолжить?",
	"enable": "Да",
	"doNotEnable": "Нет",
	"disableDependeciesConfirmation": "Отключить только \"{0}\" или вместе с зависимостями?",
	"disableOnly": "Только",
	"disableAll": "Все",
	"cancel": "Отмена",
	"singleDependentError": "Невозможно отключить расширение \"{0}\". От него зависит расширение \"{1}\".",
	"twoDependentsError": "Невозможно отключить расширение \"{0}\". От него зависят расширения \"{1}\" и \"{2}\".",
	"multipleDependentsError": "Невозможно отключить расширение \"{0}\". От него зависят расширения \"{1}\", \"{2}\" и другие.",
	"installConfirmation": "Вы хотите установить расширение '{0}'?",
	"install": "Установить"
}