mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 17:40:30 -04:00
Add initial lang pack resources (#6035)
* Initial vs code lang packs * Update resource to merge in ADS-specific 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-Debugging – Automatisches Anfügen",
|
||||
"description": "Hilfsprogramm für Feature \"Automatisches Anfügen\", wenn Node-Debugging-Erweiterungen nicht aktiv sind.",
|
||||
"debug.node.autoAttach.description": "Node-Debugger automatisch anfügen, wenn Node.js über das integrierte Terminal im Debugmodus gestartet wurde.",
|
||||
"debug.node.autoAttach.disabled.description": "Automatisches Anfügen ist deaktiviert und wird nicht in der Statusleiste angezeigt.",
|
||||
"debug.node.autoAttach.on.description": "Automatisches Anfügen ist aktiv.",
|
||||
"debug.node.autoAttach.off.description": "Automatisches Anfügen ist nicht aktiv.",
|
||||
"toggle.auto.attach": "Automatisches Anfügen umschalten"
|
||||
},
|
||||
"out/extension": {
|
||||
"status.text.auto.attach.on": "Automatisches Anfügen: Eingeschaltet",
|
||||
"status.text.auto.attach.off": "Automatisches Anfügen: Ausgeschaltet",
|
||||
"status.tooltip.auto.attach": "Im Debugmodus automatisch an Node.js-Prozesse anfügen"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user