microsoft/vscode-loc

Public

mirrored fromhttps://github.com/microsoft/vscode-locAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
5c6bbb52bbdf3cce50c1259ec7eefccfef661004

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

i18n/vscode-language-pack-hu/translations/extensions/debug-auto-launch.i18n.json

26lines · modepreview

{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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": {
			"displayName": "Node hibakeresés automatikus csatolása",
			"description": "Segédcsomag, ami elvégzi a folyamatok automatikus csatolását, ha a node-hibakereső kiegészítők nem aktívak.",
			"debug.node.autoAttach.description": "Node-hibakereső automatikus csatolása, ha a node.js elindul hibakeresési módban az integrált terminálból.",
			"debug.node.autoAttach.disabled.description": "Az automatikus csatolás le van tiltva, és nem jelenik meg az állapotsoron.",
			"debug.node.autoAttach.on.description": "Az automatikus csatolás aktív.",
			"debug.node.autoAttach.off.description": "Az automatikus csatolás inaktív.",
			"toggle.auto.attach": "Automatikus csatlakozás be- és kikapcsolása"
		},
		"dist/extension": {
			"status.text.auto.attach.on": "Automatikus csatlakozás: bekapcsolva",
			"status.text.auto.attach.off": "Automatikus csatlakozás: kikapcsolva",
			"status.tooltip.auto.attach": "Automatikus csatlakozás node.js-folyamatokhoz hibakeresési módban"
		}
	}
}