microsoft/vscode-loc
Publicmirrored fromhttps://github.com/microsoft/vscode-locAvailable
i18n/vscode-language-pack-hu/translations/extensions/debug-auto-launch.i18n.json
26lines · modecode
| 1 | { |
| 2 | "": [ |
| 3 | "--------------------------------------------------------------------------------------------", |
| 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", |
| 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", |
| 6 | "--------------------------------------------------------------------------------------------", |
| 7 | "Do not edit this file. It is machine generated." |
| 8 | ], |
| 9 | "version": "1.0.0", |
| 10 | "contents": { |
| 11 | "package": { |
| 12 | "displayName": "Node hibakeresés automatikus csatolása", |
| 13 | "description": "Segédcsomag, ami elvégzi a folyamatok automatikus csatolását, ha a node-hibakereső kiegészítők nem aktívak.", |
| 14 | "debug.node.autoAttach.description": "Node-hibakereső automatikus csatolása, ha a node.js elindul hibakeresési módban az integrált terminálból.", |
| 15 | "debug.node.autoAttach.disabled.description": "Az automatikus csatolás le van tiltva, és nem jelenik meg az állapotsoron.", |
| 16 | "debug.node.autoAttach.on.description": "Az automatikus csatolás aktív.", |
| 17 | "debug.node.autoAttach.off.description": "Az automatikus csatolás inaktív.", |
| 18 | "toggle.auto.attach": "Automatikus csatlakozás be- és kikapcsolása" |
| 19 | }, |
| 20 | "dist/extension": { |
| 21 | "status.text.auto.attach.on": "Automatikus csatlakozás: bekapcsolva", |
| 22 | "status.text.auto.attach.off": "Automatikus csatlakozás: kikapcsolva", |
| 23 | "status.tooltip.auto.attach": "Automatikus csatlakozás node.js-folyamatokhoz hibakeresési módban" |
| 24 | } |
| 25 | } |
| 26 | } |