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/trk/extensions/npm/out/npmView.i18n.json
Normal file
11
i18n/trk/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": "Betiklerde node hata ayıklama seçeneği(ör. \"--inspect-brk\") eksik olduğundan hata ayıklamak için \"{0}\" başlatılamadı.",
|
||||
"npm.scriptInvalid": "\"{0}\" betik dosyası bulunamadı. Görünümü yenilemeyi deneyin."
|
||||
}
|
||||
10
i18n/trk/extensions/npm/out/tasks.i18n.json
Normal file
10
i18n/trk/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 görev algılama: {0} dosyası ayrıştırılamadı"
|
||||
}
|
||||
@@ -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 komutlarını `--silent`(sessiz) seçeneğiyle çalıştır.",
|
||||
"config.npm.packageManager": "Betikleri çalıştırmada kullanılacak paket yöneticisi.",
|
||||
"config.npm.exclude": "Otomatik betik algılamadan hariç tutulacak klasörler için glob desenlerini yapılandırın.",
|
||||
"config.npm.enableScriptExplorer": "Çalışma alanı bir 'package.json' dosyası içerdiğinde, npm betikleri için gezgin görünümünü etkinleştir.",
|
||||
"npm.parseError": "Npm görev algılama: {0} dosyası ayrıştırılamadı",
|
||||
"taskdef.script": "Özelleştirilecek npm betiği.",
|
||||
"taskdef.path": "Betiği sağlayan package.json dosyasını içeren klasör yolu. Atlanabilir."
|
||||
"taskdef.path": "Betiği sağlayan package.json dosyasını içeren klasör yolu. Atlanabilir.",
|
||||
"view.name": "Npm Betikleri",
|
||||
"command.refresh": "Yenile",
|
||||
"command.run": "Çalıştır",
|
||||
"command.debug": "Hata Ayıklama",
|
||||
"command.openScript": "Aç",
|
||||
"npm.scriptInvalid": "'{0}' betik dosyası bulunamadı. Görünümü yenilemeyi deneyin.",
|
||||
"npm.noDebugOptions": "Betiklerde node hata ayıklama seçeneği(ör. '--inspect-brk') eksik olduğundan hata ayıklamak için '{0}' başlatılamadı."
|
||||
}
|
||||
Reference in New Issue
Block a user