{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"version": "1.0.0",
	"contents": {
		"package": {
			"description": "Extension to add task support for npm scripts.",
			"displayName": "NPM support for VS Code",
			"config.npm.autoDetect": "Controls whether npm scripts should be automatically detected.",
			"config.npm.runSilent": "Виконайте npm команди з опцією `--silent`.",
			"config.npm.packageManager": "Менеджер пакетів використовується для запуску скриптів.",
			"config.npm.exclude": "Configure glob patterns for folders that should be excluded from automatic script detection.",
			"config.npm.enableScriptExplorer": "Enable an explorer view for npm scripts when there is no top-level 'package.json' file.",
			"config.npm.scriptExplorerAction": "The default click action used in the npm scripts explorer: `open` or `run`, the default is `open`.",
			"config.npm.enableRunFromFolder": "Enable running npm scripts contained in a folder from the Explorer context menu.",
			"config.npm.fetchOnlinePackageInfo": "Fetch data from https://registry.npmjs.org and https://registry.bower.io to provide auto-completion and information on hover features on npm dependencies.",
			"npm.parseError": "NPM завдання виявлення: не вдалося розібрати файл {0}",
			"taskdef.script": "The npm script to customize.",
			"taskdef.path": "The path to the folder of the package.json file that provides the script. Can be omitted.",
			"view.name": "NPM Scripts",
			"command.refresh": "Оновити",
			"command.run": "Run",
			"command.debug": "Налагоджувати",
			"command.openScript": "Відкрити",
			"command.runInstall": "Run Install",
			"command.runSelectedScript": "Run Script",
			"command.runScriptFromFolder": "Run NPM Script in Folder..."
		},
		"dist/tasks": {
			"npm.parseError": "NPM завдання виявлення: не вдалося розібрати файл {0}"
		},
		"dist/features/bowerJSONContribution": {
			"json.bower.default": "Default bower.json",
			"json.bower.error.repoaccess": "Request to the bower repository failed: {0}",
			"json.bower.latest.version": "latest"
		},
		"dist/features/packageJSONContribution": {
			"json.package.default": "Default package.json",
			"json.npm.error.repoaccess": "Request to the NPM repository failed: {0}",
			"json.npm.latestversion": "The currently latest version of the package",
			"json.npm.majorversion": "Matches the most recent major version (1.x.x)",
			"json.npm.minorversion": "Matches the most recent minor version (1.2.x)",
			"json.npm.version.hover": "Latest version: {0}"
		},
		"dist/commands": {
			"noScriptFound": "Could not find a valid npm script at the selection."
		},
		"dist/npmView": {
			"noDebugOptions": "Could not launch \"{0}\" for debugging because the scripts lacks a node debug option, e.g. \"--inspect-brk\".",
			"learnMore": "Дізнатися Більше",
			"ok": "ОК",
			"noScripts": "No scripts found.",
			"autoDetectIsOff": "The setting \"npm.autoDetect\" is \"off\"."
		},
		"dist/scriptHover": {
			"runScript": "Run Script",
			"runScript.tooltip": "Run the script as a task",
			"debugScript": "Debug Script",
			"debugScript.tooltip": "Runs the script under the debugger"
		}
	}
}