Merge VS Code 1.21 source code (#1067)

* Initial VS Code 1.21 file copy with patches

* A few more merges

* Post npm install

* Fix batch of build breaks

* Fix more build breaks

* Fix more build errors

* Fix more build breaks

* Runtime fixes 1

* Get connection dialog working with some todos

* Fix a few packaging issues

* Copy several node_modules to package build to fix loader issues

* Fix breaks from master

* A few more fixes

* Make tests pass

* First pass of license header updates

* Second pass of license header updates

* Fix restore dialog issues

* Remove add additional themes menu items

* fix select box issues where the list doesn't show up

* formatting

* Fix editor dispose issue

* Copy over node modules to correct location on all platforms
This commit is contained in:
Karl Burtram
2018-04-04 15:27:51 -07:00
committed by GitHub
parent 5fba3e31b4
commit dafb780987
9412 changed files with 141255 additions and 98813 deletions

View File

@@ -1,8 +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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"missOrInvalid": "Eksik veya geçersiz kimlik bilgisi."
}

View File

@@ -1,11 +1,13 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"yes": "Evet",
"no": "Hayır",
"not now": "Şu An İstemiyorum",
"suggest auto fetch": "Otomatik Git depoları alımını etkinleştirmek ister misiniz?"
"not now": "Daha sonra hatırlat",
"suggest auto fetch": "Code'un [düzenli olarak 'git fetch' komutunu çalıştırmasını]({0}) ister misiniz?"
}

View File

@@ -1,9 +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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"tag at": "{0} üzerindeki etiket",
"remote branch at": "{0} üzerindeki uzak dal",
"create branch": "$(plus) Yeni dal oluştur",
@@ -41,8 +43,12 @@
"confirm discard all 2": "{0}\n\nBu GERİ DÖNDÜRÜLEMEZ, mevcut çalışma grubunuz TAMAMEN KAYBOLACAK.",
"yes discard tracked": "İzlenen 1 Dosyayı Göz Ardı Et",
"yes discard tracked multiple": "İzlenen {0} Dosyayı Göz Ardı Et",
"unsaved files single": "Aşağıdaki dosya kaydedilmemiş: {0}.\n\nCommit'lemeden önce kaydetmek ister misiniz?",
"unsaved files": "{0} kaydedilmemiş dosya var.\n\nCommit'lemeden önce kaydetmek ister misiniz?",
"save and commit": "Tümünü Kaydet & Commit'le",
"commit": "Yine de Commit'le",
"no staged changes": "Commit'lenecek hazırlanmış değişiklik yok.\n\nTüm değişikliklerinizi otomatik olarak hazırlamak ve direkt olarak commit'lemek ister misiniz?",
"always": "Her Zaman",
"always": "Daima",
"no changes": "Commit'lenecek değişiklik yok.",
"commit message": "Commit mesajı",
"provide commit message": "Lütfen bir commit mesajı belirtin.",
@@ -64,11 +70,12 @@
"no remotes to pull": "Deponuzda çekme işleminin yapılacağı hiçbir uzak uçbirim yapılandırılmamış.",
"pick remote pull repo": "Dalın çekileceği bir uzak uçbirim seçin",
"no remotes to push": "Deponuzda gönderimin yapılacağı hiçbir uzak uçbirim yapılandırılmamış.",
"push with tags success": "Başarılı bir şekilde etiketlerle gönderildi.",
"nobranch": "Lütfen uzak uçbirime gönderilecek dala geçiş yapın.",
"confirm publish branch": "'{0}' dalında bir ana depo(upstream) dalı bulunmuyor. Bu dalı yayınlamak ister misiniz?",
"ok": "Tamam",
"push with tags success": "Başarılı bir şekilde etiketlerle gönderildi.",
"pick remote": "'{0}' dalının yayınlanacağı bir uzak uçbirim seçin:",
"sync is unpredictable": "Bu eylem, '{0}' esas projesine commitleri gönderecek ve alacaktır.",
"ok": "Tamam",
"never again": "Tamam, Tekrar Gösterme",
"no remotes to publish": "Deponuzda yayınlamanın yapılacağı hiçbir uzak uçbirim yapılandırılmamış.",
"no changes stash": "Geçici olarak saklanacak bir değişiklik yok.",

View File

@@ -1,13 +1,15 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"looking": "Git, şu konumda aranıyor: {0}",
"using git": "{1} yolundaki git {0} kullanılıyor",
"downloadgit": "Git'i İndir",
"neverShowAgain": "Tekrar gösterme",
"neverShowAgain": "Tekrar Gösterme",
"notfound": "Git bulunamadı. Git'i kurun veya 'git.path' ayarı ile yapılandırın.",
"updateGit": "Git'i Güncelle",
"git20": "git {0} yüklemiş olarak görünüyorsunuz. Code, git >= 2 ile en iyi şekilde çalışır"

View File

@@ -1,9 +1,12 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"too many submodules": "'{0}' deposu otomatik olarak açılmayacak {1} alt modül içeriyor. İçlerindeki bir dosyayı açarak her birini tek tek açabilirsiniz.",
"no repositories": "Mevcut depo yok",
"pick repo": "Bir depo seçin"
}

View File

@@ -1,9 +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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"open": "Aç",
"index modified": "Dizin Değiştirildi",
"modified": "Değiştirilmiş",
@@ -26,7 +28,8 @@
"merge changes": "Değişiklikleri Birleştir",
"staged changes": "Hazırlanmış Değişiklikler",
"changes": "Değişiklikler",
"ok": "Tamam",
"commitMessageCountdown": "geçerli satırda {0} karakter kaldı",
"commitMessageWarning": "geçerli satırda {1} üzerinde {0} karakter",
"neveragain": "Tekrar Gösterme",
"huge": "'{0}' yolundaki git deposunda çok fazla aktif değişikliklik var, Git özelliklerinin yalnızca bir alt kümesi etkinleştirilecektir."
}

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{

View File

@@ -1,9 +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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"checkout": "Geçiş yap...",
"sync changes": "Değişiklikleri Senkronize Et",
"publish changes": "Değişiklikleri Yayınla",

View File

@@ -1,9 +1,13 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Git",
"description": "Git Entegrasyonu",
"command.clone": "Kopyala",
"command.init": "Depo Oluştur",
"command.close": "Depoyu Kapat",
@@ -54,6 +58,7 @@
"command.stashPopLatest": "En Son Geçici Olarak Saklananı Geri Yükle",
"config.enabled": "Git'in etkinleştirilip etkinleştirilmediği",
"config.path": "Çalıştırılabilir Git dosyasının yolu",
"config.autoRepositoryDetection": "Depoların otomatik olarak algılanıp algılanmayacağı",
"config.autorefresh": "Otomatik yenilemenin etkinleştirilip etkinleştirilmediği",
"config.autofetch": "Otomatik getirmenin etkinleştirilip etkinleştirilmediği",
"config.enableLongCommitWarning": "Uzun commit mesajları hakkında uyarıda bulunulup bulunulmayacağı",
@@ -68,9 +73,14 @@
"config.enableCommitSigning": "GPG ile commit imzalamayı etkinleştirir.",
"config.discardAllScope": "`Tüm Değişiklikleri Göz Ardı Et` komutuyla hangi değişikliklerin göz ardı edileceğini denetler. `all` tüm değişiklikleri göz ardı eder. `tracked` sadece izlenen dosyaları göz ardı eder. `prompt` eylem her çalıştığında bir onay penceresi gösterir.",
"config.decorations.enabled": "Git'in gezgine ve açık düzenleyiciler görünümüne renkler ve göstergeler ile ekleme yapıp yapmadığını denetler.",
"config.promptToSaveFilesBeforeCommit": "Commit'lemeden önce Git'in kaydedilmemiş dosyaları kontrol edip etmeyeceğini denetler.",
"config.showInlineOpenFileAction": "Git değişiklikleri görünümünde satır içi Dosyayı Aç eyleminin gösterilip gösterilmeyeceğini denetler.",
"config.inputValidation": "Commit mesajı doğrulamasının ne zaman gösterileceğini kontrol eder.",
"config.detectSubmodules": "Git alt modüllerin otomatik olarak tespit edilip edilmeyeceğini denetler.",
"colors.modified": "Değiştirilen kaynakların rengi.",
"colors.deleted": "Silinen kaynakların rengi.",
"colors.untracked": "İzlenmeyen kaynakların rengi.",
"colors.ignored": "Yok sayılan kaynakların rengi.",
"colors.conflict": "Çakışma içeren kaynakların rengi."
"colors.conflict": "Çakışma içeren kaynakların rengi.",
"colors.submodule": "Alt modül kaynaklarının rengi."
}