Files
azuredatastudio/i18n/language-pack-ja/translations/extensions/debug-auto-launch.i18n.json
Karl Burtram e3f26e8f12 Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources

* Update loc strings
2019-06-24 13:34:30 -07:00

26 lines
1.5 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": "Node デバッグの自動アタッチ",
"description": "node-debug 拡張がアクティブではないときに自動的にアタッチする機能を補助します。",
"debug.node.autoAttach.description": "統合ターミナルからデバッグ モードで node.js が起動されたときに、自動的に node デバッガーをアタッチします。",
"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 プロセスに自動的にアタッチ"
}
}
}