{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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": "Npm parancsfájlokból származó feladatok támogatása.",
			"displayName": "Npm-támogatás a VS Code-hoz",
			"config.npm.autoDetect": "Meghatározza, hogy az npm-parancsfájlok automatikusan fel legyenek-e derítve",
			"config.npm.runSilent": "Az npm-parancsok a '--silent' kapcsolóval fussanak.",
			"config.npm.packageManager": "A parancsfájlok futtatásához használt csomagkezelő.",
			"config.npm.exclude": "Azokat a mappákat leíró globális minta, amelyek ne legyenek vizsgálva az automatikus parancsfájlkeresés közben.",
			"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-feladatok felderítése: nem sikerült beolvasni a következő fájlt: {0}",
			"taskdef.script": "A testreszabott npm parancsfájl.",
			"taskdef.path": "A parancsfájlt szolgáltató package.json-fájlt tartalmazó mappa elérési útja. Elhagyható.",
			"view.name": "Npm-parancsok",
			"command.refresh": "Frissítés",
			"command.run": "Futtatás",
			"command.debug": "Hibakeresés",
			"command.openScript": "Megnyitás",
			"command.runInstall": "Telepítés futtatása",
			"command.runSelectedScript": "Run Script",
			"command.runScriptFromFolder": "Run NPM Script in Folder..."
		},
		"dist/tasks": {
			"npm.parseError": "Npm-feladatok felderítése: nem sikerült beolvasni a következő fájlt: {0}"
		},
		"dist/features/bowerJSONContribution": {
			"json.bower.default": "Alapértelmezett bower.json",
			"json.bower.error.repoaccess": "A Bower-adattárra irányuló kérelem sikertelen volt: {0}",
			"json.bower.latest.version": "legutóbbi"
		},
		"dist/features/packageJSONContribution": {
			"json.package.default": "Alapértelmezett package.json",
			"json.npm.error.repoaccess": "Az NPM-adattárra irányuló kérelem sikertelen volt: {0}",
			"json.npm.latestversion": "A csomag legújabb verziója",
			"json.npm.majorversion": "A legfrissebb főverzió keresése (1.x.x)",
			"json.npm.minorversion": "Egyezik a legfrissebb alverzióval (1.2.x)",
			"json.npm.version.hover": "Legújabb verzió: {0}"
		},
		"dist/commands": {
			"noScriptFound": "A kijelölésen nem található érvényes npm-parancsfájl."
		},
		"dist/npmView": {
			"noDebugOptions": "A(z) „{0}” nem indítható el hibakereséshez, mert a parancsból hiányzik a node hibakeresési kapcsoló, pl. az „--inspect-brk”.",
			"learnMore": "További információ",
			"ok": "OK",
			"noScripts": "No scripts found.",
			"autoDetectIsOff": "The setting \"npm.autoDetect\" is \"off\"."
		},
		"dist/scriptHover": {
			"runScript": "Run Script",
			"runScript.tooltip": "Parancsfájl futtatása feladatként",
			"debugScript": "Hibakeresés a parancsfájlban",
			"debugScript.tooltip": "Parancsfájl futtatása a hibakereső alatt"
		}
	}
}