mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge VS Code 1.23.1 (#1520)
This commit is contained in:
11
i18n/rus/extensions/npm/out/npmView.i18n.json
Normal file
11
i18n/rus/extensions/npm/out/npmView.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"npm.noDebugOptions": "Не удалось запустить \"{0}\" для отладки, так как в сценариях отсутствует параметр отладки узла, например, \"--inspect-brk\".",
|
||||
"npm.scriptInvalid": "Не удалось найти сценарий \"{0}\". Попробуйте обновить представление."
|
||||
}
|
||||
10
i18n/rus/extensions/npm/out/tasks.i18n.json
Normal file
10
i18n/rus/extensions/npm/out/tasks.i18n.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"npm.parseError": "Определение задач npm: не удалось проанализировать файл {0} "
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
@@ -12,7 +12,15 @@
|
||||
"config.npm.runSilent": "Запускать команды npm с параметром '--silent'.",
|
||||
"config.npm.packageManager": "Диспетчер пакетов, используемый для запуска сценариев.",
|
||||
"config.npm.exclude": "Настройте стандартные маски для папок, которые должны быть обработаны с помощью автоматического определения сценария.",
|
||||
"config.npm.enableScriptExplorer": "Включить представление обозревателя для сценариев npm, если рабочая область содержит файл 'package.json'.",
|
||||
"npm.parseError": "Определение задач npm: не удалось проанализировать файл {0}",
|
||||
"taskdef.script": "Скрипт npm для изменения.",
|
||||
"taskdef.path": "Путь к папке с файлом package.json, который содержит сценарий. Можно опустить."
|
||||
"taskdef.path": "Путь к папке с файлом package.json, который содержит сценарий. Можно опустить.",
|
||||
"view.name": "Сценарии NPM",
|
||||
"command.refresh": "Обновить",
|
||||
"command.run": "Запустить",
|
||||
"command.debug": "Отладка",
|
||||
"command.openScript": "Открыть",
|
||||
"npm.scriptInvalid": "Не удалось найти сценарий '{0}'. Попробуйте обновить представление.",
|
||||
"npm.noDebugOptions": "Не удалось запустить '{0}' для отладки, так как в сценариях не указан параметр отладки узла, например, '--inspect-brk'."
|
||||
}
|
||||
Reference in New Issue
Block a user