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

configuration.i18n.json « node « configuration « services « workbench « vs « src « trk « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba93a12125f7c280d16b4c253489534700909dba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"vscode.extension.contributes.configuration": "Yapılandırma ayarlarına ekleme yapar.",
	"vscode.extension.contributes.configuration.title": "Ayarların bir özeti. Bu etiket ayar dosyasında ayırıcı yorum olarak kullanılacaktır.",
	"vscode.extension.contributes.configuration.properties": "Yapılandırma özelliklerinin açıklaması.",
	"invalid.type": "eğer ayarlanırsa, 'configuration.type' ögesi 'object' olarak ayarlanmalıdır",
	"invalid.title": "'configuration.title' bir dize olmalıdır",
	"vscode.extension.contributes.defaultConfiguration": "Varsayılan düzenleyici yapılandırma ayarlarına dil bazında ekleme yapar.",
	"invalid.properties": "'configuration.properties' bir nesne olmalıdır"
}