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: 8bdeff6f3d9d50b0d703be25ee87fe7a16cc658a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"installingVSIXExtension": "Установка расширений из VSIX...",
	"malicious": "Это расширение помечено как проблемное.",
	"installingMarketPlaceExtension": "Установка расширения из Marketplace...",
	"uninstallingExtension": "Удаление расширения...",
	"enableDependeciesConfirmation": "При включении \"{0}\" также будут включены его зависимости. Вы действительно хотите продолжить?",
	"enable": "Да",
	"doNotEnable": "Нет",
	"disableDependeciesConfirmation": "Отключить только \"{0}\" или вместе с зависимостями?",
	"disableOnly": "Только",
	"disableAll": "Все",
	"cancel": "Отмена",
	"singleDependentError": "Невозможно отключить расширение \"{0}\". От него зависит расширение \"{1}\".",
	"twoDependentsError": "Невозможно отключить расширение \"{0}\". От него зависят расширения \"{1}\" и \"{2}\".",
	"multipleDependentsError": "Невозможно отключить расширение \"{0}\". От него зависят расширения \"{1}\", \"{2}\" и другие.",
	"installConfirmation": "Вы хотите установить расширение '{0}'?",
	"install": "Установить"
}