mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 09:30:31 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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 プロセスに自動的にアタッチ"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user