Files
azuredatastudio/i18n/language-pack-zh-hant/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.3 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 處理序"
}
}
}