mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
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:
@@ -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."
|
||||
}
|
||||
@@ -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?"
|
||||
}
|
||||
@@ -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.",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user