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": "Debug Node Auto-Attach",
|
||||
"description": "Supporto per la funzionalità di Auto-Attach quando l'estensione node-debug non è attiva.",
|
||||
"debug.node.autoAttach.description": "Collega automaticamente il debug di node quando node.js è avviato in modalità debug dal terminale integrato. ",
|
||||
"debug.node.autoAttach.disabled.description": "La funzionalità di auto attach è disabilitata e non mostrata nella barra di stato.",
|
||||
"debug.node.autoAttach.on.description": "Auto Attach è attivo.",
|
||||
"debug.node.autoAttach.off.description": "La connessione automatica è inattiva.",
|
||||
"toggle.auto.attach": "Attiva/Disattiva collegamento automatico"
|
||||
},
|
||||
"out/extension": {
|
||||
"status.text.auto.attach.on": "Auto Attach: On",
|
||||
"status.text.auto.attach.off": "Collegamento automatico: disattivato",
|
||||
"status.tooltip.auto.attach": "Connetti automaticamente ai processi di node.js in modalità debug"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user