Files
azuredatastudio/i18n/language-pack-ru/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.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"": [
"--------------------------------------------------------------------------------------------",
"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": "Автоматическое подключение отладки узла",
"description": "Вспомогательный метод для функции автоматического подключения, когда расширения отладки узла не активны.",
"debug.node.autoAttach.description": "Автоматически подключать отладчик узла, если node.js был запущен в режиме отладки с встроенного терминала.",
"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 в режиме отладки"
}
}
}