Add initial lang pack resources (#6035)

* Initial vs code lang packs

* Update resource to merge in ADS-specific strings
This commit is contained in:
Karl Burtram
2019-06-14 13:38:04 -07:00
committed by GitHub
parent f494c7af4e
commit 2ed9a93bae
719 changed files with 81298 additions and 0 deletions

View File

@@ -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": "Автоматическое подключение отладки узла",
"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 в режиме отладки"
}
}
}