mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Initial VS Code 1.19 source merge (#571)
* Initial 1.19 xcopy * Fix yarn build * Fix numerous build breaks * Next batch of build break fixes * More build break fixes * Runtime breaks * Additional post merge fixes * Fix windows setup file * Fix test failures. * Update license header blocks to refer to source eula
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"command.clone": "Klonla",
|
||||
"command.clone": "Kopyala",
|
||||
"command.init": "Depo Oluştur",
|
||||
"command.close": "Depoyu Kapat",
|
||||
"command.refresh": "Yenile",
|
||||
@@ -33,8 +33,10 @@
|
||||
"command.checkout": "Geçiş yap...",
|
||||
"command.branch": "Dal Oluştur...",
|
||||
"command.deleteBranch": "Dalı Sil...",
|
||||
"command.renameBranch": "Dalı Yeniden Adlandır...",
|
||||
"command.merge": "Dalı Birleştir...",
|
||||
"command.createTag": "Etiket Oluştur",
|
||||
"command.fetch": "Al",
|
||||
"command.pull": "Çek",
|
||||
"command.pullRebase": "Çek (Yeniden Adresle)",
|
||||
"command.pullFrom": "Şuradan Çek...",
|
||||
@@ -42,9 +44,11 @@
|
||||
"command.pushTo": "Gönder...",
|
||||
"command.pushWithTags": "Etiketlerle Gönder",
|
||||
"command.sync": "Senkronize Et",
|
||||
"command.syncRebase": "Eşitle (Yeniden Adresle)",
|
||||
"command.publish": "Dalı Yayınla",
|
||||
"command.showOutput": "Git Çıktısını Göster",
|
||||
"command.ignore": ".gitignore'a Dosya Ekle",
|
||||
"command.stashIncludeUntracked": "Geçici Olarak Sakla(İzlenmeyenleri Dahil Et)",
|
||||
"command.stash": "Geçici Olarak Sakla",
|
||||
"command.stashPop": "Geçici Olarak Saklananı Geri Yükle...",
|
||||
"command.stashPopLatest": "En Son Geçici Olarak Saklananı Geri Yükle",
|
||||
@@ -57,6 +61,7 @@
|
||||
"config.countBadge": "Git gösterge sayacını denetler. `all` tüm değişiklikleri sayar. `tracked` sadece izlenen değişikliklikleri sayar. `off` ise kapatır.",
|
||||
"config.checkoutType": "`Geçiş Yap...` çalıştırılırken listelenecek dal türlerini denetler. `all` tüm başvuruları gösterir, `local` sadece yerel dalları gösterir, `tags` sadece etiketleri gösterir ve `remote` sadece uzak uçbirim dallarını gösterir.",
|
||||
"config.ignoreLegacyWarning": "Eski Git uyarısını görmezden gelir",
|
||||
"config.ignoreMissingGitWarning": "Git mevcut olmadığında uyarıyı yok sayar",
|
||||
"config.ignoreLimitWarning": "Bir depoda çok fazla değişiklik var uyarısını görmezden gelir",
|
||||
"config.defaultCloneDirectory": "Bir git deposunun kopyalanacağı varsayılan konum",
|
||||
"config.enableSmartCommit": "Hazırlanan değişiklik yoksa tüm değişiklikleri commit'le.",
|
||||
|
||||
Reference in New Issue
Block a user