Welcome to mirror list, hosted at ThFree Co, Russian Federation.

snippets.contribution.i18n.json « electron-browser « snippets « parts « workbench « vs « src « trk « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 757de65d2f29f922950552d447553070e8b5e2bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"openSnippet.label": "Kullanıcı Parçacıklarını Aç",
	"openSnippet.pickLanguage": "Parçacık için Dil seçin",
	"openSnippet.errorOnCreate": "{0} oluşturulamadı",
	"preferences": "Tercihler",
	"snippetSchema.json.default": "Boş parçacık",
	"snippetSchema.json": "Kullanıcı parçacığı yapılandırması",
	"snippetSchema.json.prefix": "Parçacığı IntelliSense'de seçerken kullanılacak ön ek",
	"snippetSchema.json.body": "Parçacık içeriği. İmleç konumlarını tanımlamak için '$1', '${1:varsayilanMetin}' kullanın, en son imleç konumu için '$0' kullanın. Değişken değerlerini '${degiskenAdi}' ve '${degiskenAdi:varsayilanMetin}' ile ekleyin, ör. 'Bu bir dosyadır: $TM_FILENAME'.",
	"snippetSchema.json.description": "Parçacık açıklaması."
}