@codingame/monaco-vscode-language-pack-tr 2.0.0-v2.1 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/translations/extensions/ms-vscode.js-debug.i18n.json +6 -6
- package/translations/extensions/vscode.configuration-editing.i18n.json +1 -1
- package/translations/extensions/vscode.css-language-features.i18n.json +6 -6
- package/translations/extensions/vscode.git.i18n.json +50 -40
- package/translations/extensions/vscode.github.i18n.json +1 -1
- package/translations/extensions/vscode.html-language-features.i18n.json +3 -3
- package/translations/extensions/vscode.json-language-features.i18n.json +13 -13
- package/translations/extensions/vscode.markdown-language-features.i18n.json +14 -8
- package/translations/extensions/vscode.npm.i18n.json +1 -1
- package/translations/extensions/vscode.typescript-language-features.i18n.json +8 -9
- package/translations/main.i18n.json.js +369 -300
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-tr",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@2.0.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@2.0.1"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"Break when URL Contains": "URL Şunu İçerdiğinde Kes:",
|
|
243
243
|
"Breaks on all throw errors, even if they're caught later.": "Daha sonra yakalansa bile tüm throw hatalarında işlemi keser.",
|
|
244
244
|
"Breaks only on errors or promise rejections that are not handled.": "Yalnızca işlenmez hataları veya söz reddini keser.",
|
|
245
|
-
"Browser connection failed, will retry: {0}": "
|
|
245
|
+
"Browser connection failed, will retry: {0}": "Tarayıcı bağlantısı başarısız oldu, yeniden denenecek: {0}",
|
|
246
246
|
"CPU Profile": "CPU Profili",
|
|
247
247
|
"CPU profile saved as \"{0}\" in your workspace folder": "CPU profili çalışma alanı klasörünüzde \"{0}\" olarak kaydedildi",
|
|
248
248
|
"CSP violation \"{0}\"": "\"{0}\" CSP ihlali",
|
|
@@ -278,15 +278,15 @@
|
|
|
278
278
|
"Enter a URL or a pattern to match": "Eşleştirmek için bir URL veya düzen girin",
|
|
279
279
|
"Eval": "Değerlendir",
|
|
280
280
|
"Frame could not be restarted": "Çerçeve yeniden başlatılamadı",
|
|
281
|
-
"Generates a .cpuprofile file you can open in VS Code or the Edge/Chrome devtools": "
|
|
282
|
-
"Generates a .heapprofile file you can open in VS Code or the Edge/Chrome devtools": "
|
|
283
|
-
"Generates a .heapsnapshot file you can open in VS Code or the Edge/Chrome devtools": "
|
|
281
|
+
"Generates a .cpuprofile file you can open in VS Code or the Edge/Chrome devtools": "VS Code veya Edge/Chrome geliştirme araçlarında açabileceğiniz bir .cpuprofile dosyası oluşturur",
|
|
282
|
+
"Generates a .heapprofile file you can open in VS Code or the Edge/Chrome devtools": "VS Code veya Edge/Chrome geliştirme araçlarında açabileceğiniz bir .heapprofile dosyası oluşturur",
|
|
283
|
+
"Generates a .heapsnapshot file you can open in VS Code or the Edge/Chrome devtools": "VS Code veya Edge/Chrome geliştirme araçlarında açabileceğiniz bir .heapsnapshot dosyası oluşturur",
|
|
284
284
|
"Global": "Genel",
|
|
285
285
|
"Globals": "Genel Değişkenler",
|
|
286
286
|
"Got it!": "Anladım!",
|
|
287
287
|
"Heap Profile": "Yığın Profili",
|
|
288
288
|
"Heap Snapshot": "Yığın Anlık Görüntüsü",
|
|
289
|
-
"How long to run the profile": "
|
|
289
|
+
"How long to run the profile": "Profilin çalıştırılacağı süre",
|
|
290
290
|
"Ignore": "Yoksay",
|
|
291
291
|
"Installation complete! The extension will be used after you restart your debug session.": "Yükleme tamamlandı! Uzantı, hata ayıklama oturumunuz yeniden başlatıldıktan sonra kullanılır.",
|
|
292
292
|
"Installing the DWARF debugger...": "DWARF hata ayıklayıcısı yükleniyor...",
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"Thread is not paused": "İş parçacığı duraklatılmadı",
|
|
385
385
|
"Thread is not paused on exception": "İş parçacığı özel durumda duraklatılmadı",
|
|
386
386
|
"Thread not found": "İş parçacığı bulunamadı",
|
|
387
|
-
"Type of profile": "
|
|
387
|
+
"Type of profile": "Profil türü",
|
|
388
388
|
"URL contains \"{0}\"": "URL \"{0}\" içeriyor",
|
|
389
389
|
"UWP webview debugging is not available on your platform.": "UWP web görünümü hata ayıklama özelliği platformunuzda kullanılamıyor.",
|
|
390
390
|
"Unable to attach to browser": "Tarayıcıya eklenemedi",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"Match all files with any of the file extensions.": "Dosya uzantılarından herhangi birine sahip tüm dosyaları eşleştir.",
|
|
28
28
|
"Match files that have siblings with the same name but a different extension.": "Aynı ada ancak farklı bir uzantıya sahip eş öğeleri olan dosyaları eşleştir.",
|
|
29
29
|
"Match multiple top level folders.": "Birden çok üst düzey klasörle eşleştir.",
|
|
30
|
-
"The character used by the operating system to separate components in file paths": "
|
|
30
|
+
"The character used by the operating system to separate components in file paths. Is also aliased to '/'.": "The character used by the operating system to separate components in file paths. Is also aliased to '/'.",
|
|
31
31
|
"The current opened file": "Açılan dosya",
|
|
32
32
|
"The current opened file relative to ${workspaceFolder}": "${workspaceFolder} klasörüne göre açılan dosya",
|
|
33
33
|
"The current opened file workspace folder name without any slashes (/)": "Geçerli açık dosya çalışma alanı klasör adı, eğik çizgi (/) olmadan",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"Avoid using !important. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored.": "!important kullanmaktan kaçının. Bu, CSS'nin tüm özgül değerlerinin denetimden çıktığını ve yeniden düzenleme yapılması gerektiğini gösterir.",
|
|
32
32
|
"Avoid using 'float'. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.": "'float' kullanmaktan kaçının. Float ayarları, düzenin bir yönden değişmesi durumunda kolayca bozulan kırılgan bir CSS ortaya çıkarır.",
|
|
33
33
|
"CSS Language Server": "CSS Dili Sunucusu",
|
|
34
|
-
"CSS fix is outdated and can
|
|
34
|
+
"CSS fix is outdated and can't be applied to the document.": "CSS fix is outdated and can't be applied to the document.",
|
|
35
35
|
"Causes one or more rules to be emitted at the root of the document.": "Bir veya daha fazla kuralın belgenin kökünde gösterilmesine neden olur.",
|
|
36
36
|
"Changes one or more properties of a color.": "Bir rengin bir veya daha fazla özelliğini değiştirir.",
|
|
37
37
|
"Changes the alpha component for a color.": "Bir rengin alfa bileşenini değiştirir.",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"arccosine - inverse of cosine function": "arkkosinüs - kosinüs işlevinin tersi",
|
|
172
172
|
"arcsine - inverse of sine function": "arksinüs - sinüs işlevinin tersi",
|
|
173
173
|
"arctangent - inverse of tangent function": "arktanjant - tanjant işlevinin tersi",
|
|
174
|
-
"argument from
|
|
174
|
+
"argument from '{0}'": "argument from '{0}'",
|
|
175
175
|
"at-rule or selector expected": "beklenen konum kuralı veya seçici",
|
|
176
176
|
"at-rule unknown": "at-rule bilinmiyor",
|
|
177
177
|
"bind the evaluation of a ruleset to each member of a list.": "kural kümesinin değerlendirmesini bir listedeki her üyeye bağlayın.",
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"css.colorDecorators.enable.deprecationMessage": "`css.colorDecorators.enable` ayarı kullanım dışı bırakılarak yerine `editor.colorDecorators` ayarı getirildi.",
|
|
255
255
|
"css.completion.completePropertyWithSemicolon.desc": "CSS özelliklerini tamamlarken satırın sonuna noktalı virgül ekleyin.",
|
|
256
256
|
"css.completion.triggerPropertyValueCompletion.desc": "Varsayılan olarak VS Code, bir CSS özelliği seçildikten sonra özellik değeri tamamlamayı tetikler. Bu davranışı devre dışı bırakmak için bu ayarı kullanın.",
|
|
257
|
-
"css.customData.desc": "[
|
|
257
|
+
"css.customData.desc": "A list of relative file paths pointing to JSON files following the [custom data format](https://github.com/microsoft/vscode-css-languageservice/blob/master/docs/customData.md).\r\n\r\nVS Code loads custom data on startup to enhance its CSS support for CSS custom properties (variables), at-rules, pseudo-classes, and pseudo-elements you specify in the JSON files.\r\n\r\nThe file paths are relative to workspace and only workspace folder settings are considered.",
|
|
258
258
|
"css.format.braceStyle.desc": "Küme ayraçlarını kurallarla aynı satıra yerleştir ('daralt') veya küme ayraçlarını kendi satırına yerleştir ('genişlet').",
|
|
259
259
|
"css.format.enable.desc": "Varsayılan CSS biçimlendiricisini etkinleştir/devre dışı bırak.",
|
|
260
260
|
"css.format.maxPreserveNewLines.desc": "'#css.format.preserveNewLines#' etkinleştirildiğinde tek bir öbekte saklanabilen maksimum satır sonu sayısı.",
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"css.format.newlineBetweenSelectors.desc": "Seçicileri yeni bir satırla ayırın.",
|
|
263
263
|
"css.format.preserveNewLines.desc": "Öğelerin korunması gerekenden önce mevcut satırın sonlanıp sonlanmaması.",
|
|
264
264
|
"css.format.spaceAroundSelectorSeparator.desc": "'>', '+', '~' seçici ayırıcılarının (ör. 'a > b') etrafında bir boşluk karakteri olduğundan emin olun.",
|
|
265
|
-
"css.hover.documentation": "
|
|
265
|
+
"css.hover.documentation": "Show property and value documentation in CSS hovers.",
|
|
266
266
|
"css.hover.references": "CSS üzerine gelme öğelerinde MDN başvurularını görüntüleyin.",
|
|
267
267
|
"css.lint.argumentsInColorFunction.desc": "Geçersiz parametre sayısı.",
|
|
268
268
|
"css.lint.boxModel.desc": "'padding' veya 'border' kullanırken 'width' ya da 'height' kullanmayın.",
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"less.format.newlineBetweenSelectors.desc": "Seçicileri yeni bir satırla ayırın.",
|
|
301
301
|
"less.format.preserveNewLines.desc": "Öğelerin korunması gerekenden önce mevcut satırın sonlanıp sonlanmaması.",
|
|
302
302
|
"less.format.spaceAroundSelectorSeparator.desc": "'>', '+', '~' seçici ayırıcılarının (ör. 'a > b') etrafında bir boşluk karakteri olduğundan emin olun.",
|
|
303
|
-
"less.hover.documentation": "
|
|
303
|
+
"less.hover.documentation": "Show property and value documentation in LESS hovers.",
|
|
304
304
|
"less.hover.references": "LESS üzerine gelme öğelerinde MDN başvurularını görüntüleyin.",
|
|
305
305
|
"less.lint.argumentsInColorFunction.desc": "Geçersiz parametre sayısı.",
|
|
306
306
|
"less.lint.boxModel.desc": "'padding' veya 'border' kullanırken 'width' ya da 'height' kullanmayın.",
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"scss.format.newlineBetweenSelectors.desc": "Seçicileri yeni bir satırla ayırın.",
|
|
336
336
|
"scss.format.preserveNewLines.desc": "Öğelerin korunması gerekenden önce mevcut satırın sonlanıp sonlanmaması.",
|
|
337
337
|
"scss.format.spaceAroundSelectorSeparator.desc": "'>', '+', '~' seçici ayırıcılarının (ör. 'a > b') etrafında bir boşluk karakteri olduğundan emin olun.",
|
|
338
|
-
"scss.hover.documentation": "
|
|
338
|
+
"scss.hover.documentation": "Show property and value documentation in SCSS hovers.",
|
|
339
339
|
"scss.hover.references": "SCSS üzerine gelme öğelerinde MDN başvurularını görüntüleyin.",
|
|
340
340
|
"scss.lint.argumentsInColorFunction.desc": "Geçersiz parametre sayısı.",
|
|
341
341
|
"scss.lint.boxModel.desc": "'padding' veya 'border' kullanırken 'width' ya da 'height' kullanmayın.",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"bundle": {
|
|
12
12
|
"\"{0}\" has fingerprint \"{1}\"": "\"{0}\", \"{1}\" parmak izine sahip",
|
|
13
13
|
"$(info) Remote \"{0}\" has no tags.": "$(info) Uzak \"{0}\" öğesinin etiketi yok.",
|
|
14
|
+
"$(info) This repository has no stashes.": "$(info) This repository has no stashes.",
|
|
14
15
|
"$(info) This repository has no tags.": "$(info) Bu depoda etiket yok.",
|
|
15
16
|
"A branch named \"{0}\" already exists": "\"{0}\" adlı bir dal zaten var",
|
|
16
17
|
"A git repository was found in the parent folders of the workspace or the open file(s). Would you like to open the repository?": "Çalışma alanının üst klasörlerinde veya açık dosyalarda bir git deposu bulundu. Depoları açmak istiyor musunuz?",
|
|
@@ -20,15 +21,15 @@
|
|
|
20
21
|
"Add remote from URL": "URL'den uzak depo ekle",
|
|
21
22
|
"Add remote from {0}": "{0} konumundan uzak depo ekle",
|
|
22
23
|
"Add to Workspace": "Çalışma Alanına Ekle",
|
|
23
|
-
"All Changes": "
|
|
24
|
+
"All Changes ({0} ↔ {1})": "All Changes ({0} ↔ {1})",
|
|
24
25
|
"All Repositories": "Tüm Depolar",
|
|
25
26
|
"Always": "Her Zaman",
|
|
26
27
|
"Always Pull": "Her Zaman Çek",
|
|
27
|
-
"Are you sure you want to DELETE {0} files
|
|
28
|
-
"Are you sure you want to DELETE {0}
|
|
28
|
+
"Are you sure you want to DELETE {0} files?\r\nThis is IRREVERSIBLE!\r\nThese files will be FOREVER LOST if you proceed.": "{0} dosyayı SİLMEK istediğinizden emin misiniz?\r\nBu işlem GERİ ALINAMAZ!\r\nDevam ederseniz bu dosyalar KALICI OLARAK KAYBEDİLİR.",
|
|
29
|
+
"Are you sure you want to DELETE {0}?\r\nThis is IRREVERSIBLE!\r\nThis file will be FOREVER LOST if you proceed.": "{0} dosyasını SİLMEK istediğinizden emin misiniz?\r\nBu işlem GERİ ALINAMAZ!\r\nDevam ederseniz bu dosya KALICI OLARAK KAYBEDİLİR.",
|
|
29
30
|
"Are you sure you want to continue connecting?": "Bağlanmaya devam etmek istediğinizden emin misiniz?",
|
|
30
31
|
"Are you sure you want to create an empty commit?": "Boş bir commit oluşturmak istediğinizden emin misiniz?",
|
|
31
|
-
"Are you sure you want to discard ALL changes in {0} files
|
|
32
|
+
"Are you sure you want to discard ALL changes in {0} files?\r\nThis is IRREVERSIBLE!\r\nYour current working set will be FOREVER LOST if you proceed.": "{0} dosyadaki TÜM değişiklikleri atmak istediğinizden emin misiniz?\r\nBu işlem GERİ ALINAMAZ!\r\nDevam ederseniz mevcut çalışma kümeniz KALICI OLARAK KAYBEDİLİR.",
|
|
32
33
|
"Are you sure you want to discard changes in {0} files?": "{0} dosyadaki değişiklikleri atmak istediğinizden emin misiniz?",
|
|
33
34
|
"Are you sure you want to discard changes in {0}?": "{0} içindeki değişiklikleri atmak istediğinizden emin misiniz?",
|
|
34
35
|
"Are you sure you want to drop ALL stashes? There are {0} stashes that will be subject to pruning, and MAY BE IMPOSSIBLE TO RECOVER.": "TÜM geçici kayıtları bırakmak istediğinizden emin misiniz? Ayıklamaya tabi olacak {0} geçici kayıt var ve KURTARILAMASI İMKANSIZ OLABILIR.",
|
|
@@ -41,15 +42,13 @@
|
|
|
41
42
|
"Ask Me Later": "Daha Sonra Sor",
|
|
42
43
|
"Branch name": "Dal adı",
|
|
43
44
|
"Branch name needs to match regex: {0}": "Dal adının {0} normal ifadesiyle eşleşmesi gerekir",
|
|
44
|
-
"Can
|
|
45
|
-
"Can
|
|
46
|
-
"Can
|
|
47
|
-
"Cancel": "İptal et",
|
|
45
|
+
"Can't force push refs to remote. The tip of the remote-tracking branch has been updated since the last checkout. Try running \"Pull\" first to pull the latest changes from the remote branch first.": "Can't force push refs to remote. The tip of the remote-tracking branch has been updated since the last checkout. Try running \"Pull\" first to pull the latest changes from the remote branch first.",
|
|
46
|
+
"Can't push refs to remote. Try running \"Pull\" first to integrate your changes.": "Başvurular uzak depoya gönderilemiyor. Yaptığınız değişiklikleri tümleştirmek için önce \"Pull\" komutunu çalıştırmayı deneyin.",
|
|
47
|
+
"Can't undo because HEAD doesn't point to any commit.": "HEAD, bir commit'i işaret etmediğinden geri alınamıyor.",
|
|
48
48
|
"Changes": "Değişiklikler",
|
|
49
49
|
"Checking Out Branch/Tag...": "Dal/Etiket Kullanıma Alınıyor...",
|
|
50
50
|
"Checking Out Changes...": "Değişiklikler Kullanıma Alınıyor...",
|
|
51
51
|
"Checkout Branch/Tag...": "Dalı/Etiketi kullanıma al...",
|
|
52
|
-
"Checkout detached...": "Kullanıma alma ayrıldı...",
|
|
53
52
|
"Choose Folder...": "Klasör Seçin...",
|
|
54
53
|
"Choose a folder to clone {0} into": "{0} öğesini şuraya klonlamak için bir klasör seçin:",
|
|
55
54
|
"Choose a repository": "Depo seçin",
|
|
@@ -88,8 +87,6 @@
|
|
|
88
87
|
"Continuing Rebase...": "Yeniden Temellendirme Sürdürülüyor...",
|
|
89
88
|
"Could not clone your repository as Git is not installed.": "Git yüklü olmadığından deponuz klonlanamadı.",
|
|
90
89
|
"Create Empty Commit": "Boş Commit Oluştur",
|
|
91
|
-
"Create new branch from...": "Şuradan yeni dal oluştur...",
|
|
92
|
-
"Create new branch...": "Yeni dal oluştur...",
|
|
93
90
|
"Current": "Geçerli",
|
|
94
91
|
"Current commit message only contains whitespace characters": "Geçerli commit iletisi yalnızca boşluk karakterleri içeriyor",
|
|
95
92
|
"Delete Branch": "Dalı Sil",
|
|
@@ -102,15 +99,15 @@
|
|
|
102
99
|
"Discard All {0} Files": "{0} Dosyanın Tümünü At",
|
|
103
100
|
"Discard Changes": "Değişiklikleri At",
|
|
104
101
|
"Discard {0} Tracked Files": "İzlenen {0} Dosyayı At",
|
|
105
|
-
"Don
|
|
106
|
-
"Don
|
|
102
|
+
"Don't Pull": "Çekme",
|
|
103
|
+
"Don't Show Again": "Bir Daha Gösterme",
|
|
107
104
|
"Download Git": "Git İndir",
|
|
108
105
|
"Email": "E-posta",
|
|
109
106
|
"Enables the following features: {0}": "Aşağıdaki özellikleri etkinleştirir: {0}",
|
|
110
107
|
"Failed to authenticate to git remote.": "Git uzak deposunun kimliği doğrulanamadı.",
|
|
111
|
-
"Failed to authenticate to git remote
|
|
112
|
-
"File \"{0}\" was deleted by them and modified by us
|
|
113
|
-
"File \"{0}\" was deleted by us and modified by them
|
|
108
|
+
"Failed to authenticate to git remote:\r\n\r\n{0}": "Git uzak deposunun kimliği doğrulanamadı:\r\n\r\n{0}",
|
|
109
|
+
"File \"{0}\" was deleted by them and modified by us.\r\n\r\nWhat would you like to do?": "\"{0}\" dosyası, onlar tarafından silindi ve bizim tarafımızdan değiştirildi.\r\n\r\nNe yapmak istiyorsunuz?",
|
|
110
|
+
"File \"{0}\" was deleted by us and modified by them.\r\n\r\nWhat would you like to do?": "\"{0}\" dosyası bizim tarafımızdan silindi ve onlar tarafından değiştirildi.\r\n\r\nNe yapmak istiyorsunuz?",
|
|
114
111
|
"Force Checkout": "Kullanıma Almayı Zorla",
|
|
115
112
|
"Force push is not allowed, please enable it with the \"git.allowForcePush\" setting.": "Gönderimi zorlamaya izin verilmiyor, lütfen \"git.allowForcePush\" ayarıyla etkinleştirin.",
|
|
116
113
|
"Git History": "Git Geçmişi",
|
|
@@ -133,7 +130,7 @@
|
|
|
133
130
|
"Invalid branch name": "Geçersiz dal adı",
|
|
134
131
|
"It looks like the current branch \"{0}\" might have been rebased. Are you sure you still want to pull into it?": "Geçerli \"{0}\" dalı yeniden temellendirilmiş gibi görünüyor. Yine de bu dala çekmek istediğinizden emin misiniz?",
|
|
135
132
|
"It looks like the current branch might have been rebased. Are you sure you still want to pull into it?": "Geçerli dal yeniden temellendirilmiş gibi görünüyor. Yine de bu dala çekmek istediğinizden emin misiniz?",
|
|
136
|
-
"It
|
|
133
|
+
"It's not possible to change the commit message in the middle of a rebase. Please complete the rebase operation and use interactive rebase instead.": "Yeniden temellendirmenin ortasında commit iletisi değiştirilemez. Lütfen yeniden temellendirme işlemini tamamlayın ve bunun yerine etkileşimli yeniden temellendirme kullanın.",
|
|
137
134
|
"Keep Our Version": "Sürümümüzü Sakla",
|
|
138
135
|
"Keep Their Version": "Sürümlerini Sakla",
|
|
139
136
|
"Learn More": "Daha Fazla Bilgi",
|
|
@@ -151,8 +148,8 @@
|
|
|
151
148
|
"No": "Hayır",
|
|
152
149
|
"No rebase in progress.": "Devam eden yeniden temellendirme yok.",
|
|
153
150
|
"OK": "Tamam",
|
|
154
|
-
"OK, Don
|
|
155
|
-
"OK, Don
|
|
151
|
+
"OK, Don't Ask Again": "Tamam, Bir Daha Sorma",
|
|
152
|
+
"OK, Don't Show Again": "Tamam, Bir Daha Gösterme",
|
|
156
153
|
"Open": "Aç",
|
|
157
154
|
"Open Commit": "Commit İşlemini Aç",
|
|
158
155
|
"Open Comparison": "Karşılaştırmayı Aç",
|
|
@@ -174,6 +171,7 @@
|
|
|
174
171
|
"Pick a stash to apply": "Uygulanacak geçici kaydı seçin",
|
|
175
172
|
"Pick a stash to drop": "Bırakılacak geçici kaydı seçin",
|
|
176
173
|
"Pick a stash to pop": "Gösterilecek geçici kaydı seçin",
|
|
174
|
+
"Pick a stash to view": "Pick a stash to view",
|
|
177
175
|
"Pick workspace folder to initialize git repo in": "Git deposunun başlatılacağı çalışma alanı klasörünü seçin",
|
|
178
176
|
"Please check out a branch to push to a remote.": "Uzak depoya göndermek için lütfen bir dalı iade edin.",
|
|
179
177
|
"Please clean your repository working tree before checkout.": "İade etmeden önce lütfen depo çalışma ağacınızı temizleyin.",
|
|
@@ -199,6 +197,7 @@
|
|
|
199
197
|
"Remote branch at {0}": "{0} konumundaki uzak dal",
|
|
200
198
|
"Remote name": "Uzak depo adı",
|
|
201
199
|
"Remote name format invalid": "Uzak depo adı biçimi geçersiz",
|
|
200
|
+
"Remote tag at {0}": "Remote tag at {0}",
|
|
202
201
|
"Reopen Closed Repositories": "Kapatılan Depoları Yeniden Aç",
|
|
203
202
|
"Replace Local Tag(s)": "Yerel Etiketleri Değiştir",
|
|
204
203
|
"Restore file": "Dosyayı geri yükle",
|
|
@@ -206,11 +205,12 @@
|
|
|
206
205
|
"Save All & Commit Changes": "Tümünü Kaydet ve Değişiklikleri İşle",
|
|
207
206
|
"Save All & Stash": "Tümünü Kaydet ve Geçici Olarak Kaydet",
|
|
208
207
|
"Select a branch or tag to checkout": "Kullanıma alma için bir dal veya etiket seçin",
|
|
208
|
+
"Select a branch or tag to merge from": "Select a branch or tag to merge from",
|
|
209
209
|
"Select a branch to checkout in detached mode": "Ayrılmış modda kullanıma almak için bir dal seçin",
|
|
210
210
|
"Select a branch to delete": "Silinecek dalı seçin",
|
|
211
|
-
"Select a branch to merge from": "Birleştirilecek dalı seçin",
|
|
212
211
|
"Select a branch to rebase onto": "Üzerinde yeniden temellendirmek için bir dal seçin",
|
|
213
212
|
"Select a ref to create the branch from": "Dalın oluşturulacağı başvuruyu seçin",
|
|
213
|
+
"Select a remote tag to delete": "Select a remote tag to delete",
|
|
214
214
|
"Select a remote to delete a tag from": "Etiketin silineceği bir uzak depo seçin",
|
|
215
215
|
"Select a remote to fetch": "Getirilecek bir uzak depo seçin",
|
|
216
216
|
"Select a tag to delete": "Silinecek etiketi seçin",
|
|
@@ -229,12 +229,12 @@
|
|
|
229
229
|
"Syncing. Cancelling may cause serious damages to the repository": "Eşitleniyor. İptal edilmesi, depoya ciddi zararlar verebilir",
|
|
230
230
|
"Tag at {0}": "{0} konumundaki etiket",
|
|
231
231
|
"Tag name": "Etiket adı",
|
|
232
|
-
"The \"{0}\" repository has {1} submodules which won
|
|
232
|
+
"The \"{0}\" repository has {1} submodules which won't be opened automatically. You can still open each one individually by opening a file within.": "\"{0}\" deposunda otomatik olarak açılmayacak {1} alt modül var. Depoda bir dosya açarak her modülü tek tek açabilirsiniz.",
|
|
233
233
|
"The branch \"{0}\" has no remote branch. Would you like to publish this branch?": "\"{0}\" dalında uzak dal yok. Bu dalı yayımlamak istiyor musunuz?",
|
|
234
234
|
"The branch \"{0}\" is not fully merged. Delete anyway?": "\"{0}\" dalı tam olarak birleştirilmedi. Yine de silinsin mi?",
|
|
235
235
|
"The current branch is not published to the remote. Would you like to publish it to access your changes elsewhere?": "Geçerli dal uzak depoda yayımlanmadı. Değişikliklerinize başka bir yerden erişmek için bu dalı yayımlamak istiyor musunuz?",
|
|
236
|
-
"The following file has unsaved changes which won
|
|
237
|
-
"The following file has unsaved changes which won
|
|
236
|
+
"The following file has unsaved changes which won't be included in the commit if you proceed: {0}.\r\n\r\nWould you like to save it before committing?": "The following file has unsaved changes which won't be included in the commit if you proceed: {0}.\r\n\r\nWould you like to save it before committing?",
|
|
237
|
+
"The following file has unsaved changes which won't be included in the stash if you proceed: {0}.\r\n\r\nWould you like to save it before stashing?": "Aşağıdaki dosya, devam ederseniz geçici kayda dahil edilmeyecek kaydedilmemiş değişiklikler içeriyor: {0}.\r\n\r\nGeçici olarak kaydetmeden önce dosyayı kaydetmek ister misiniz?",
|
|
238
238
|
"The following untracked file will be DELETED FROM DISK if discarded: {0}.": "İzlenmeyen {0} dosyası atılırsa DİSKTEN SİLİNECEK.",
|
|
239
239
|
"The git repositories in the current folder are potentially unsafe as the folders are owned by someone other than the current user.": "Klasörler geçerli kullanıcıdan farklı bir kişiye ait olduklarından geçerli klasördeki Git depoları güvenli olmayabilir.",
|
|
240
240
|
"The git repository at \"{0}\" has too many active changes, only a subset of Git features will be enabled.": "\"{0}\" konumundaki git deposunda çok fazla etkin değişiklik var. Yalnızca git özelliklerinin bir alt kümesi etkinleştirilir.",
|
|
@@ -248,16 +248,16 @@
|
|
|
248
248
|
"There are no available repositories": "Kullanılabilir depo yok",
|
|
249
249
|
"There are no changes to commit.": "Commit işlemi uygulanacak değişiklik yok.",
|
|
250
250
|
"There are no changes to stash.": "Hazırlanacak değişiklik yok.",
|
|
251
|
-
"There are no staged changes to commit
|
|
251
|
+
"There are no staged changes to commit.\r\n\r\nWould you like to stage all your changes and commit them directly?": "Commit işlemi yapılacak hazırlanmış değişiklik yok.\r\n\r\nTüm değişikliklerinizi otomatik olarak hazırlamak ve doğrudan commit işlemi yapmak ister misiniz?",
|
|
252
252
|
"There are no staged changes to stash.": "Geçici kayıt için hazırlanmış değişiklik yok.",
|
|
253
253
|
"There are no stashes in the repository.": "Depoda geçici kayıt yok.",
|
|
254
|
-
"There are {0} unsaved files
|
|
255
|
-
"There are {0} unsaved files
|
|
254
|
+
"There are {0} unsaved files.\r\n\r\nWould you like to save them before committing?": "There are {0} unsaved files.\r\n\r\nWould you like to save them before committing?",
|
|
255
|
+
"There are {0} unsaved files.\r\n\r\nWould you like to save them before stashing?": "{0} kaydedilmemiş dosya var.\r\n\r\nGeçici olarak kaydetmeden önce dosyaları kaydetmek ister misiniz?",
|
|
256
256
|
"There are {0} untracked files which will be DELETED FROM DISK if discarded.": "Atılması halinde DİSKTEN SİLİNECEK {0} izlenmeyen dosya var.",
|
|
257
257
|
"There were merge conflicts while applying the stash.": "Geçici kayıt uygulanırken birleştirme çakışmaları vardı.",
|
|
258
258
|
"This action will pull and push commits from and to \"{0}/{1}\".": "Bu eylem, işlemeleri \"{0}/{1}\" öğesinden çeker ve geri gönderir.",
|
|
259
259
|
"This repository has no remotes configured to fetch from.": "Bu depoda getirilecek şekilde yapılandırılmış uzak depo yok.",
|
|
260
|
-
"This will DELETE {0} untracked files
|
|
260
|
+
"This will DELETE {0} untracked files!\r\nThis is IRREVERSIBLE!\r\nThese files will be FOREVER LOST.": "This will DELETE {0} untracked files!\r\nThis is IRREVERSIBLE!\r\nThese files will be FOREVER LOST.",
|
|
261
261
|
"This will create a Git repository in \"{0}\". Are you sure you want to continue?": "Bu işlem, \"{0}\" içinde bir git deposu oluşturur. Devam etmek istediğinizden emin misiniz?",
|
|
262
262
|
"Too many changes were detected. Only the first {0} changes will be shown below.": "Çok fazla değişiklik algılandı. Aşağıda yalnızca ilk {0} değişiklik gösterilir.",
|
|
263
263
|
"Type Changed": "Tür Değiştirildi",
|
|
@@ -276,19 +276,23 @@
|
|
|
276
276
|
"Would you like to open the initialized repository?": "Başlatılan depoyu açmak istiyor musunuz?",
|
|
277
277
|
"Would you like {0} to [periodically run \"git fetch\"]({1})?": "{0} tarafından [düzenli olarak \"git fetch\" komutunun çalıştırılmasını]({1}) istiyor musunuz?",
|
|
278
278
|
"Yes": "Evet",
|
|
279
|
-
"Yes, Don
|
|
279
|
+
"Yes, Don't Show Again": "Evet, Bir Daha Gösterme",
|
|
280
280
|
"You": "Siz",
|
|
281
|
-
"You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable
|
|
282
|
-
"You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others
|
|
283
|
-
"You are trying to commit to a protected branch and you might not have permission to push your commits to the remote
|
|
281
|
+
"You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable.\r\n\r\nAre you sure to continue?": "Yaptığınız değişikliklere doğrulama olmadan commit işlemi yapmak üzeresiniz. Bu işlem, ön yürütme kancalarını atlar ve istenmeyen bir duruma yol açabilir.\r\n\r\nDevam etmek istediğinizden emin misiniz?",
|
|
282
|
+
"You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others.\r\n\r\nAre you sure to continue?": "Değişikliklerinizi zorla iletmek üzeresiniz, bu işlem yıkıcı olabilir ve yanlışlıkla başkaları tarafından yapılan değişikliklerin üzerine yazabilir.\r\n\r\nDevam etmek istediğinizden emin misiniz?",
|
|
283
|
+
"You are trying to commit to a protected branch and you might not have permission to push your commits to the remote.\r\n\r\nHow would you like to proceed?": "Korumalı bir dala commit işlemi yapmaya çalışıyorsunuz ancak commit işlemlerinizi uzak depoya gönderme izniniz olmayabilir.\r\n\r\nNasıl devam etmek istersiniz?",
|
|
284
284
|
"You seem to have git \"{0}\" installed. Code works best with git >= 2": "\"{0}\" Git'ini yüklemiş gibi görünüyorsunuz. Kod en verimli Git 2 ve üzeri sürümlerle çalışır",
|
|
285
285
|
"Your local changes would be overwritten by checkout.": "Kullanıma alma ile yerel değişikliklerinizin üzerine yazılacak.",
|
|
286
286
|
"Your repository has no remotes configured to publish to.": "Deponuzda yayımlanacak şekilde yapılandırılan uzak depo yok.",
|
|
287
287
|
"Your repository has no remotes configured to pull from.": "Deponuzda çekilecek şekilde yapılandırılan uzak depo yok.",
|
|
288
288
|
"Your repository has no remotes configured to push to.": "Deponuzda gönderilecek şekilde yapılandırılan uzak depo yok.",
|
|
289
289
|
"Your repository has no remotes.": "Deponuzda uzak depo yok.",
|
|
290
|
+
"branches": "branches",
|
|
290
291
|
"no": "hayır",
|
|
292
|
+
"remote branches": "remote branches",
|
|
293
|
+
"tags": "tags",
|
|
291
294
|
"yes": "evet",
|
|
295
|
+
"{0}\r\n\r\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\r\n\r\nBu GERİ DÖNDÜRÜLEMEZ, mevcut çalışma grubunuz TAMAMEN KAYBOLACAK.",
|
|
292
296
|
"{0} (Deleted)": "{0} (Silindi)",
|
|
293
297
|
"{0} (Index)": "{0} (Dizin)",
|
|
294
298
|
"{0} (Intent to add)": "{0} (Ekleme amacı)",
|
|
@@ -299,18 +303,20 @@
|
|
|
299
303
|
"{0} (Working Tree)": "{0} (Çalışma ağacı)",
|
|
300
304
|
"{0} ({1})": "{0} ({1})",
|
|
301
305
|
"{0} ({1}) ↔ {0} ({2})": "{0} ({1}) ↔ {0} ({2})",
|
|
306
|
+
"{0} Checkout detached...": "{0} Checkout detached...",
|
|
302
307
|
"{0} Commit": "{0} İşleme",
|
|
303
308
|
"{0} Commit & Push": "{0} İşleme ve Gönderme",
|
|
304
309
|
"{0} Commit & Sync": "{0} İşleme ve Eşitleme",
|
|
305
310
|
"{0} Commit (Amend)": "{0} Commit (Değiştir)",
|
|
306
311
|
"{0} Continue": "{0} Devam Et",
|
|
312
|
+
"{0} Create new branch from...": "{0} Şuradan yeni dal oluştur...",
|
|
313
|
+
"{0} Create new branch...": "{0} Yeni dal oluştur...",
|
|
307
314
|
"{0} Fetch all remotes": "{0} Tüm uzak depoları getir",
|
|
308
315
|
"{0} Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "{0} Branch’ı Yayımla",
|
|
309
316
|
"{0} Sync Changes{1}{2}": "{0} Değişiklikleri Eşitle{1}{2}",
|
|
310
317
|
"{0} characters left in current line": "Geçerli satırda {0} karakter kaldı",
|
|
311
318
|
"{0} characters over {1} in current line": "Geçerli satırın uzunluğu {1} karakter sınırından {0} karakter fazla",
|
|
312
|
-
"{0} ↔ {1}": "{0} ↔ {1}"
|
|
313
|
-
"{0}\\n\\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\\n\\nBu GERİ DÖNDÜRÜLEMEZ, mevcut çalışma kümeniz KALICI OLARAK KAYBOLACAK."
|
|
319
|
+
"{0} ↔ {1}": "{0} ↔ {1}"
|
|
314
320
|
},
|
|
315
321
|
"package": {
|
|
316
322
|
"colors.added": "Eklenen kaynakların rengi.",
|
|
@@ -340,6 +346,7 @@
|
|
|
340
346
|
"command.cloneRecursive": "Klonla (Özyinelemeli)",
|
|
341
347
|
"command.close": "Depoyu Kapat",
|
|
342
348
|
"command.closeAllDiffEditors": "Tüm Fark Düzenleyicilerini Kapat",
|
|
349
|
+
"command.closeOtherRepositories": "Close Other Repositories",
|
|
343
350
|
"command.commit": "Commit",
|
|
344
351
|
"command.commitAll": "Tümüne Commit İşlemi Uygula",
|
|
345
352
|
"command.commitAllAmend": "Tümüne Commit İşlemi Uygula (Düzelt)",
|
|
@@ -366,8 +373,8 @@
|
|
|
366
373
|
"command.continueInLocalClone.qualifiedName": "Yeni Yerel Klonda Çalışmaya Devam Edin",
|
|
367
374
|
"command.createTag": "Etiket Oluştur",
|
|
368
375
|
"command.deleteBranch": "Dalı Sil...",
|
|
369
|
-
"command.deleteRemoteTag": "
|
|
370
|
-
"command.deleteTag": "
|
|
376
|
+
"command.deleteRemoteTag": "Delete Remote Tag...",
|
|
377
|
+
"command.deleteTag": "Delete Tag...",
|
|
371
378
|
"command.fetch": "Getir",
|
|
372
379
|
"command.fetchAll": "Tüm Uzak Depolardan Getir",
|
|
373
380
|
"command.fetchPrune": "Getir (Ayıkla)",
|
|
@@ -378,7 +385,7 @@
|
|
|
378
385
|
"command.ignore": ".gitignore üzerine ekle",
|
|
379
386
|
"command.init": "Depoyu Başlat",
|
|
380
387
|
"command.manageUnsafeRepositories": "Güvenli Olmayan Depoları Yönet",
|
|
381
|
-
"command.merge": "
|
|
388
|
+
"command.merge": "Merge...",
|
|
382
389
|
"command.mergeAbort": "Birleştirmeyi Durdur",
|
|
383
390
|
"command.openAllChanges": "Tüm Değişiklikleri Aç",
|
|
384
391
|
"command.openChange": "Değişiklikleri Aç",
|
|
@@ -421,27 +428,30 @@
|
|
|
421
428
|
"command.stageSelectedRanges": "Seçili Aralıkları Hazırla",
|
|
422
429
|
"command.stash": "Geçici kayıt",
|
|
423
430
|
"command.stashApply": "Geçici Kaydı Uygula...",
|
|
431
|
+
"command.stashApplyEditor": "Apply Stash",
|
|
424
432
|
"command.stashApplyLatest": "En Son Geçici Kaydı Uygula",
|
|
425
433
|
"command.stashDrop": "Geçici Kaydı Bırak...",
|
|
426
434
|
"command.stashDropAll": "Tüm Geçici Kayıtları Bırak...",
|
|
435
|
+
"command.stashDropEditor": "Drop Stash",
|
|
427
436
|
"command.stashIncludeUntracked": "Hazırla (İzlenmeyenler Dahil)",
|
|
428
437
|
"command.stashPop": "Geçici Kaydı Göster...",
|
|
438
|
+
"command.stashPopEditor": "Pop Stash",
|
|
429
439
|
"command.stashPopLatest": "En Son Geçici Kaydı Göster",
|
|
430
440
|
"command.stashStaged": "Hazırlanmış Geçici Kayıt",
|
|
441
|
+
"command.stashView": "View Stash...",
|
|
431
442
|
"command.sync": "Eşitle",
|
|
432
443
|
"command.syncRebase": "Eşitle (Yeniden Temellendir)",
|
|
433
444
|
"command.timelineCompareWithSelected": "Seçilenle Karşılaştır",
|
|
434
445
|
"command.timelineCopyCommitId": "Commit Kimliğini Kopyala",
|
|
435
446
|
"command.timelineCopyCommitMessage": "Commit İletisini Kopyala",
|
|
436
|
-
"command.timelineOpenCommit": "Commit İşlemini Aç",
|
|
437
447
|
"command.timelineOpenDiff": "Değişiklikleri Aç",
|
|
438
448
|
"command.timelineSelectForCompare": "Karşılaştırma için Seçin",
|
|
439
449
|
"command.undoCommit": "Son Commit İşlemini Geri Al",
|
|
440
450
|
"command.unstage": "Değişikliklerin Hazırlamasını Geri Al",
|
|
441
451
|
"command.unstageAll": "Tüm Değişikliklerin Hazırlamasını Geri Al",
|
|
442
452
|
"command.unstageSelectedRanges": "Seçili Aralıkların Hazırlamasını Geri Al",
|
|
443
|
-
"command.
|
|
444
|
-
"command.
|
|
453
|
+
"command.viewAllChanges": "View All Changes",
|
|
454
|
+
"command.viewCommit": "View Commit",
|
|
445
455
|
"config.allowForcePush": "Göndermeye zorla ayarının (kira ile veya kira olmadan) etkin olup olmadığını denetler.",
|
|
446
456
|
"config.allowNoVerifyCommit": "Pre-commit ve commit-msg kancaları çalıştırılmadan commit işlemlerine izin verilip verilmediğini denetler.",
|
|
447
457
|
"config.alwaysShowStagedChangesResourceGroup": "Hazırlanmış Değişiklikler kaynak grubunu her zaman görüntüleyin.",
|
|
@@ -490,7 +500,7 @@
|
|
|
490
500
|
"config.detectSubmodules": "Git alt modüllerinin otomatik olarak algılanıp algılanmayacağını denetler.",
|
|
491
501
|
"config.detectSubmodulesLimit": "Saptanan Git alt modüllerinin sınırını denetler.",
|
|
492
502
|
"config.discardAllScope": "Hangi değişikliklerin `Tüm değişiklikleri at` komutu tarafından atılacağını denetler. `Tümü` seçeneği tüm değişiklikleri atar. `İzlenen` seçeneği yalnızca izlenen dosyaları atar. `İstem`, eylem her çalıştırıldığında bir istem iletişim kutusu gösterir.",
|
|
493
|
-
"config.enableCommitSigning": "GPG
|
|
503
|
+
"config.enableCommitSigning": "Enables commit signing with GPG, X.509, or SSH.",
|
|
494
504
|
"config.enableSmartCommit": "Hazırlanmış değişiklik olmadığında tüm değişikliklere commit işlemi uygulayın.",
|
|
495
505
|
"config.enableStatusBarSync": "Git Sync komutunun durum çubuğunda görünüp görünmeyeceğini denetler.",
|
|
496
506
|
"config.enabled": "Git'in etkinleştirilip etkinleştirilmediği.",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"The current file has uncommitted changes. Please commit your changes before copying a link.": "Geçerli dosyada işlenmemiş değişiklikler var. Lütfen bir bağlantıyı kopyalamadan önce değişikliklerinizi işleyin.",
|
|
43
43
|
"The fork \"{0}\" was successfully created on GitHub.": "\"{0}\" çatalı GitHub'da başarıyla oluşturuldu.",
|
|
44
44
|
"Uploading files": "Dosyalar karşıya yükleniyor",
|
|
45
|
-
"You don
|
|
45
|
+
"You don't have permissions to push to \"{0}/{1}\" on GitHub. Would you like to create a fork and push to it instead?": "GitHub'da \"{0}/ {1}\" ye gönderme izniniz yok. Bunun yerine bir çatal oluşturup itmek ister misiniz?",
|
|
46
46
|
"Your push to \"{0}/{1}\" was rejected by GitHub because push protection is enabled and one or more secrets were detected.": "\"{0}/{1}\" göndermeniz, gönderme koruması etkin olduğundan ve bir veya daha fazla gizli dizi algılandığından GitHub tarafından reddedildi."
|
|
47
47
|
},
|
|
48
48
|
"package": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"Changes one or more properties of a color.": "Bir rengin bir veya daha fazla özelliğini değiştirir.",
|
|
35
35
|
"Changes the alpha component for a color.": "Bir rengin alfa bileşenini değiştirir.",
|
|
36
36
|
"Changes the hue of a color.": "Bir rengin tonunu değiştirir.",
|
|
37
|
-
"Character entity representing
|
|
38
|
-
"Character entity representing
|
|
37
|
+
"Character entity representing '{0}'": "Character entity representing '{0}'",
|
|
38
|
+
"Character entity representing '{0}', unicode equivalent '{1}'": "Character entity representing '{0}', unicode equivalent '{1}'",
|
|
39
39
|
"Closing bracket expected.": "Kapatma köşeli ayracı bekleniyor.",
|
|
40
40
|
"Closing bracket missing.": "Kapatma köşeli ayracı eksik.",
|
|
41
41
|
"Combines several lists into a single multidimensional list.": "Birkaç listeyi tek bir çok boyutlu liste olarak birleştirir.",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"arccosine - inverse of cosine function": "arkkosinüs - kosinüs işlevinin tersi",
|
|
181
181
|
"arcsine - inverse of sine function": "arksinüs - sinüs işlevinin tersi",
|
|
182
182
|
"arctangent - inverse of tangent function": "arktanjant - tanjant işlevinin tersi",
|
|
183
|
-
"argument from
|
|
183
|
+
"argument from '{0}'": "argument from '{0}'",
|
|
184
184
|
"at-rule or selector expected": "at-rule veya seçici bekleniyor",
|
|
185
185
|
"at-rule unknown": "at-rule bilinmiyor",
|
|
186
186
|
"bind the evaluation of a ruleset to each member of a list.": "kural kümesinin değerlendirmesini bir listedeki her üyeye bağlayın.",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"contents": {
|
|
11
11
|
"bundle": {
|
|
12
|
-
"$ref
|
|
12
|
+
"$ref '{0}' in '{1}' can not be resolved.": "$ref '{0}' in '{1}' can not be resolved.",
|
|
13
13
|
"<empty>": "<empty>",
|
|
14
14
|
"A default value. Used by suggestions.": "Varsayılan bir değer. Öneriler tarafından kullanılır.",
|
|
15
15
|
"A descriptive title of the element.": "Öğenin açıklayıcı bir başlığı.",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"A regular expression to match the string against. It is not implicitly anchored.": "Dizeyle eşleşecek normal ifade. Örtük olarak sabitlenmiş değil.",
|
|
22
22
|
"A schema which must not match.": "Eşleşmemesi gereken bir şema.",
|
|
23
23
|
"A unique identifier for the schema.": "Şemanın benzersiz tanımlayıcısı.",
|
|
24
|
-
"An array instance is valid against
|
|
24
|
+
"An array instance is valid against \"contains\" if at least one of its elements is valid against the given schema.": "An array instance is valid against \"contains\" if at least one of its elements is valid against the given schema.",
|
|
25
25
|
"An array of schemas, all of which must match.": "Tümünün eşleşmesi gereken şemalar dizisi.",
|
|
26
26
|
"An array of schemas, exactly one of which must match.": "Şema dizisi, tam olarak biri eşleşmelidir.",
|
|
27
27
|
"An array of schemas, where at least one must match.": "En az bir şemanın eşleşmesi gerektiği bir şema dizisi.",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"Describes the content encoding of a string property.": "Bir dize özelliğinin içerik kodlamasını açıklar.",
|
|
46
46
|
"Describes the format expected for the value.": "Değer için beklenen biçimi açıklar.",
|
|
47
47
|
"Describes the media type of a string property.": "Dize özelliğinin medya türünü açıklar.",
|
|
48
|
-
"Downloading schemas is disabled through setting
|
|
48
|
+
"Downloading schemas is disabled through setting '{0}'": "'{0}' ayarı aracılığıyla şema indirme özelliği devre dışı bırakıldı",
|
|
49
49
|
"Downloading schemas is disabled. Click to configure.": "Şema indirme özelliği devre dışı bırakıldı. Yapılandırmak için tıklayın.",
|
|
50
50
|
"Draft-03 schemas are not supported.": "Taslak-03 şemaları desteklenmiyor.",
|
|
51
|
-
"Duplicate anchor declaration:
|
|
51
|
+
"Duplicate anchor declaration: '{0}'": "Duplicate anchor declaration: '{0}'",
|
|
52
52
|
"Duplicate object key": "Yinelenen nesne anahtarı",
|
|
53
53
|
"Either a schema or a boolean. If a schema, then used to validate all properties not matched by 'properties' or 'patternProperties'. If false, then any properties not matched by either will cause this schema to fail.": "Bir şema veya boole. Şemaysa, 'properties' veya 'patternProperties' ile eşleşmeyen tüm özellikleri doğrulamak için kullanılır. False ise, her ikisiyle de eşleşmeyen özellikler bu şemanın başarısız olmasına neden olur.",
|
|
54
54
|
"Either a string of one of the basic schema types (number, integer, null, array, object, boolean, string) or an array of strings specifying a subset of those types.": "Temel şema türlerinden (sayı, tam sayı, null, dizi, nesne, boole, dize) birinin dizesi veya bu türlerin bir alt kümesini belirten dizelerin bir dizisi.",
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
"Open Extension": "Uzantıyı Aç",
|
|
96
96
|
"Open Settings": "Ayarları Aç",
|
|
97
97
|
"Outline": "Ana Hat",
|
|
98
|
-
"Problem reading content from
|
|
99
|
-
"Problems loading reference
|
|
98
|
+
"Problem reading content from '{0}': UTF-8 with BOM detected, only UTF 8 is allowed.": "Problem reading content from '{0}': UTF-8 with BOM detected, only UTF 8 is allowed.",
|
|
99
|
+
"Problems loading reference '{0}': {1}": "Problems loading reference '{0}': {1}",
|
|
100
100
|
"Property expected": "Beklenen özellik",
|
|
101
101
|
"Property keys must be doublequoted": "Özellik anahtarları çift tırnak içinde olmalıdır",
|
|
102
102
|
"Property {0} is not allowed.": "{0} özelliğine izin verilmiyor.",
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
"String is not an IPv6 address.": "Dize bir IPv6 adresi değil.",
|
|
118
118
|
"String is not an e-mail address.": "Dize bir e-posta adresi değil.",
|
|
119
119
|
"String is shorter than the minimum length of {0}.": "Dize, uzunluk alt sınırı olan {0} değerinden düşük.",
|
|
120
|
-
"The
|
|
121
|
-
"The
|
|
120
|
+
"The \"else\" subschema is used for validation when the \"if\" subschema fails.": "The \"else\" subschema is used for validation when the \"if\" subschema fails.",
|
|
121
|
+
"The \"if\" subschema is used for validation when the \"if\" subschema succeeds.": "The \"if\" subschema is used for validation when the \"if\" subschema succeeds.",
|
|
122
122
|
"The maximum length of a string.": "Dizenin en yüksek uzunluğu.",
|
|
123
123
|
"The maximum number of items that can be inside an array. Inclusive.": "Bir dizi içinde bulunabilecek en çok öğe sayısı. Kapsayıcı.",
|
|
124
124
|
"The maximum number of properties an object can have. Inclusive.": "Bir nesnenin sahip olabileceği en yüksek özellik sayısı. Kapsayıcı.",
|
|
@@ -130,18 +130,18 @@
|
|
|
130
130
|
"The schema to verify this document against.": "Bu belgenin doğrulanacağı şema.",
|
|
131
131
|
"The schema uses meta-schema features ({0}) that are not yet supported by the validator.": "Şema, henüz doğrulayıcı tarafından desteklenmeyen meta şema özelliklerini ({0}) kullanıyor.",
|
|
132
132
|
"The set of literal values that are valid.": "Geçerli sabit değer kümesi.",
|
|
133
|
-
"The validation outcome of the
|
|
133
|
+
"The validation outcome of the \"if\" subschema controls which of the \"then\" or \"else\" keywords are evaluated.": "The validation outcome of the \"if\" subschema controls which of the \"then\" or \"else\" keywords are evaluated.",
|
|
134
134
|
"Trailing comma": "Sondaki virgül",
|
|
135
135
|
"URI expected.": "URI bekleniyor.",
|
|
136
136
|
"URI is expected.": "URI bekleniyor.",
|
|
137
137
|
"URI with a scheme is expected.": "Düzen içeren URI bekleniyor.",
|
|
138
138
|
"Unable to compute used schemas: No document": "Kullanılan şemalar hesaplanamıyor: Belge yok",
|
|
139
139
|
"Unable to compute used schemas: {0}": "Kullanılan şemalar hesaplanamıyor:{0}",
|
|
140
|
-
"Unable to load schema from
|
|
141
|
-
"Unable to load schema from
|
|
142
|
-
"Unable to load schema from
|
|
140
|
+
"Unable to load schema from '{0}'. No schema request service available": "Unable to load schema from '{0}'. No schema request service available",
|
|
141
|
+
"Unable to load schema from '{0}': No content.": "Unable to load schema from '{0}': No content.",
|
|
142
|
+
"Unable to load schema from '{0}': {1}.": "Unable to load schema from '{0}': {1}.",
|
|
143
143
|
"Unable to load {0}": "{0} yüklenemiyor",
|
|
144
|
-
"Unable to parse content from
|
|
144
|
+
"Unable to parse content from '{0}': Parse error at offset {1}.": "Unable to parse content from '{0}': Parse error at offset {1}.",
|
|
145
145
|
"Unable to resolve schema. Click to retry.": "Şema çözümlenemiyor. Yeniden denemek için tıklayın.",
|
|
146
146
|
"Unexpected end of comment.": "Beklenmeyen açıklama sonu.",
|
|
147
147
|
"Unexpected end of number.": "Beklenmeyen sayı sonu.",
|