mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 01:20:31 -04: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,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.",
|
||||
|
||||
Reference in New Issue
Block a user