mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-09 21:34:40 -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": "Автоматическое подключение отладки узла",
|
||||
"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 в режиме отладки"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user