Files
azuredatastudio/i18n/language-pack-it/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.4 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": "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"
}
}
}