-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathconfigurations.i18n.json
More file actions
23 lines (23 loc) · 1.74 KB
/
configurations.i18n.json
File metadata and controls
23 lines (23 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*---------------------------------------------------------------------------------------------
* 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.
{
"incompatible.intellisense.mode": "{0} IntelliSense modu, derleyici yolu ile uyumsuz.",
"failed.to.create.config.folder": "\"{0}\" oluşturulamadı",
"invalid.configuration.file": "Yapılandırma dosyası geçersiz. Dizide mevcut en az bir yapılandırma olmalıdır.",
"unknown.properties.version": "c_cpp_properties.json dosyasında bilinmeyen sürüm numarası bulundu. Bazı özellikler beklendiği gibi çalışmayabilir.",
"update.properties.failed": "\"{0}\" öğesini güncelleştirme girişimi başarısız oldu (yazma erişiminiz var mı?)",
"failed.to.parse.properties": "\"{0}\" ayrıştırılamadı",
"path.with.spaces": "Boşluk ve bağımsız değişkenler içeren derleyici yolunun etrafında çift tırnak işareti eksik.",
"cannot.find": "{0} bulunamıyor",
"cannot.resolve.compiler.path": "Giriş geçersiz, derleyici yolu çözümlenemiyor",
"path.is.not.a.file": "Yol bir dosya değil: {0}",
"wrapped.with.quotes": "Yolların etrafına fazladan tırnak işareti eklemeyin.",
"path.is.not.a.directory": "Yol bir dizin değil: {0}",
"duplicate.name": "{0} yineleniyor. Yapılandırma adı benzersiz olmalıdır.",
"multiple.paths.not.allowed": "Birden fazla yola izin verilmez.",
"multiple.paths.should.be.separate.entries": "Birden çok yol bir dizideki ayrı girişler olmalıdır.",
"paths.are.not.directories": "Yollar dizin değil: {0}"
}