Files
azuredatastudio/i18n/language-pack-ko/translations/extensions/debug-auto-launch.i18n.json
Karl Burtram 2ed9a93bae Add initial lang pack resources (#6035)
* Initial vs code lang packs

* Update resource to merge in ADS-specific strings
2019-06-14 13:38:04 -07:00

26 lines
1.4 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"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": "노드 디버그 자동 연결",
"description": "노드 디버그 확장이 비활성화될 때 자동 연결 기능을 위한 도우미입니다.",
"debug.node.autoAttach.description": "통합 터미널의 디버그 모드에서 node.js가 시작될 때 노드 디버거를 자동 연결합니다.",
"debug.node.autoAttach.disabled.description": "자동 연결이 사용하지 않도록 설정되어 있고 상태 표시줄에 표시되지 않습니다.",
"debug.node.autoAttach.on.description": "자동 연결이 활성 상태입니다.",
"debug.node.autoAttach.off.description": "자동 연결이 비활성 상태입니다.",
"toggle.auto.attach": "자동 연결 설정/해제"
},
"out/extension": {
"status.text.auto.attach.on": "자동 연결: 켜기",
"status.text.auto.attach.off": "자동 연결: 끄기",
"status.tooltip.auto.attach": "디버그 모드에서 node.js 프로세스에 자동 연결"
}
}
}