@codingame/monaco-vscode-language-pack-tr 4.4.1 → 4.5.0-improve-code-splitting.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/vscode.configuration-editing.i18n.json +4 -0
- package/translations/extensions/vscode.git.i18n.json +13 -0
- package/translations/extensions/vscode.github-authentication.i18n.json +2 -0
- package/translations/extensions/vscode.markdown-language-features.i18n.json +9 -1
- package/translations/extensions/vscode.typescript-language-features.i18n.json +1 -2
- package/translations/main.i18n.json.js +941 -375
|
@@ -191,6 +191,27 @@ var content = {
|
|
|
191
191
|
redo: "Yinele",
|
|
192
192
|
selectAll: "Tümünü Seç",
|
|
193
193
|
undo: "Geri Al"
|
|
194
|
+
},
|
|
195
|
+
"vs/editor/browser/services/hoverService/hoverWidget": {
|
|
196
|
+
hoverhint: "Hold {0} key to mouse over"
|
|
197
|
+
},
|
|
198
|
+
"vs/editor/browser/widget/codeEditor/codeEditorWidget": {
|
|
199
|
+
"cursors.maximum": "The number of cursors has been limited to {0}. Consider using [find and replace](https://code.visualstudio.com/docs/editor/codebasics#_find-and-replace) for larger changes or increase the editor multi cursor limit setting.",
|
|
200
|
+
goToSetting: "Increase Multi Cursor Limit"
|
|
201
|
+
},
|
|
202
|
+
"vs/editor/browser/widget/diffEditor/commands": {
|
|
203
|
+
accessibleDiffViewer: "Accessible Diff Viewer",
|
|
204
|
+
collapseAllUnchangedRegions: "Collapse All Unchanged Regions",
|
|
205
|
+
diffEditor: "Diff Editor",
|
|
206
|
+
"editor.action.accessibleDiffViewer.next": "Go to Next Difference",
|
|
207
|
+
"editor.action.accessibleDiffViewer.prev": "Go to Previous Difference",
|
|
208
|
+
exitCompareMove: "Exit Compare Move",
|
|
209
|
+
revert: "Revert",
|
|
210
|
+
showAllUnchangedRegions: "Show All Unchanged Regions",
|
|
211
|
+
switchSide: "Switch Side",
|
|
212
|
+
toggleCollapseUnchangedRegions: "Toggle Collapse Unchanged Regions",
|
|
213
|
+
toggleShowMovedCodeBlocks: "Toggle Show Moved Code Blocks",
|
|
214
|
+
toggleUseInlineViewWhenSpaceIsLimited: "Toggle Use Inline View When Space Is Limited"
|
|
194
215
|
},
|
|
195
216
|
"vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer": {
|
|
196
217
|
accessibleDiffViewerCloseIcon: "Erişilebilir fark görüntüleyicisinde 'Kapat' simgesi.",
|
|
@@ -222,18 +243,9 @@ var content = {
|
|
|
222
243
|
},
|
|
223
244
|
"vs/editor/browser/widget/diffEditor/diffEditor.contribution": {
|
|
224
245
|
"Open Accessible Diff Viewer": "Erişilebilir Fark Görüntüleyicisi'ni aç",
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
diffEditor: "Fark Düzenleyicisi",
|
|
228
|
-
"editor.action.accessibleDiffViewer.next": "Sonraki Farka Git",
|
|
229
|
-
"editor.action.accessibleDiffViewer.prev": "Önceki Farka Git",
|
|
230
|
-
exitCompareMove: "Taşımayı Karşılaştır'dan Çık",
|
|
231
|
-
showAllUnchangedRegions: "Değiştirilmemiş Tüm Bölgeleri Göster",
|
|
246
|
+
revertHunk: "Revert Block",
|
|
247
|
+
revertSelection: "Revert Selection",
|
|
232
248
|
showMoves: "Taşınan Kod Bloklarını Göster",
|
|
233
|
-
switchSide: "Diğer Yüze Geç",
|
|
234
|
-
toggleCollapseUnchangedRegions: "Değişmeyen Bölgeleri Daraltmayı Aç/Kapat",
|
|
235
|
-
toggleShowMovedCodeBlocks: "Taşınan Kod Bloklarını Göster/Gizle",
|
|
236
|
-
toggleUseInlineViewWhenSpaceIsLimited: "Alan Sınırlı Olduğunda Satır İçi Görünümü Kullan'a Geç",
|
|
237
249
|
useInlineViewWhenSpaceIsLimited: "Alan Sınırlı Olduğunda Satır İçi Görünümü Kullan"
|
|
238
250
|
},
|
|
239
251
|
"vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature": {
|
|
@@ -260,6 +272,11 @@ var content = {
|
|
|
260
272
|
"diffEditor.unchangedRegionShadow": "Değiştirilmemiş bölge pencere öğelerinin etrafındaki gölgenin rengi.",
|
|
261
273
|
diffInsertIcon: "Fark düzenleyicisindeki eklemeler için satır dekorasyonu.",
|
|
262
274
|
diffRemoveIcon: "Fark düzenleyicisindeki kaldırmalar için satır dekorasyonu."
|
|
275
|
+
},
|
|
276
|
+
"vs/editor/browser/widget/multiDiffEditor/colors": {
|
|
277
|
+
"multiDiffEditor.background": "The background color of the multi file diff editor",
|
|
278
|
+
"multiDiffEditor.border": "The border color of the multi file diff editor",
|
|
279
|
+
"multiDiffEditor.headerBackground": "The background color of the diff editor's header"
|
|
263
280
|
},
|
|
264
281
|
"vs/editor/common/config/editorConfigurationSchema": {
|
|
265
282
|
codeLens: "Düzenleyicinin CodeLens'i gösterip göstermediğini denetler.",
|
|
@@ -281,6 +298,7 @@ var content = {
|
|
|
281
298
|
maxComputationTime: "Milisaniye olarak zaman aşımı süresi. Bu süre sonrasında fark hesaplaması iptal edilir. Zaman aşımı olmaması için 0 kullanın.",
|
|
282
299
|
maxFileSize: "Farkların hesaplanacağı MB cinsinden maksimum dosya boyutu. Sınırsız için 0 kullanın.",
|
|
283
300
|
maxTokenizationLineLength: "Bundan daha uzun satırlar, performansla ilgili nedenlerle belirteçlere ayrılamaz",
|
|
301
|
+
renderGutterMenu: "When enabled, the diff editor shows a special gutter for revert and stage actions.",
|
|
284
302
|
renderIndicators: "Fark düzenleyicisinin eklenmiş/kaldırılmış değişiklikler için +/- işaretleri gösterip göstermeyeceğini denetler.",
|
|
285
303
|
renderMarginRevertIcon: "Etkinleştirildiğinde fark düzenleyicisi, değişiklikleri geri almak üzere karakter dış boşluğunda oklar gösterir.",
|
|
286
304
|
renderSideBySideInlineBreakpoint: "Fark düzenleyicisi genişliği bu değerden küçükse satır içi görünüm kullanılır.",
|
|
@@ -348,7 +366,7 @@ var content = {
|
|
|
348
366
|
"cursorSmoothCaretAnimation.on": "Düz şapka animasyonu her zaman etkindir.",
|
|
349
367
|
cursorStyle: "İmleç stilini denetler.",
|
|
350
368
|
cursorSurroundingLines: "İmlecin çevresindeki görünür önceki satırların (en az 0) ve sondaki satırların (en az 1) minimum sayısını belirler. Diğer düzenleyicilerde 'scrollOff' veya 'scrollOffset' olarak bilinir.",
|
|
351
|
-
cursorSurroundingLinesStyle: "`#cursorSurroundingLines#`
|
|
369
|
+
cursorSurroundingLinesStyle: "Controls when `#editor.cursorSurroundingLines#` should be enforced.",
|
|
352
370
|
"cursorSurroundingLinesStyle.all": "`cursorSurroundingLines` her zaman uygulanır.",
|
|
353
371
|
"cursorSurroundingLinesStyle.default": "`cursorSurroundingLines` yalnızca klavye veya API aracılığıyla tetiklendiğinde uygulanır.",
|
|
354
372
|
cursorWidth: "`#editor.cursorStyle#` `line` olarak ayarlandığında imlecin genişliğini denetler.",
|
|
@@ -524,6 +542,9 @@ var content = {
|
|
|
524
542
|
"minimap.maxColumn": "Mini haritanın genişliğini belirli sayıda sütuna kadar işlenecek şekilde sınırlayın.",
|
|
525
543
|
"minimap.renderCharacters": "Satırdaki renk blokları yerine gerçek karakterleri işleyin.",
|
|
526
544
|
"minimap.scale": "Mini harita içinde çizilen içeriğin ölçeği: 1, 2 veya 3.",
|
|
545
|
+
"minimap.sectionHeaderFontSize": "Controls the font size of section headers in the minimap.",
|
|
546
|
+
"minimap.showMarkSectionHeaders": "Controls whether MARK: comments are shown as section headers in the minimap.",
|
|
547
|
+
"minimap.showRegionSectionHeaders": "Controls whether named regions are shown as section headers in the minimap.",
|
|
527
548
|
"minimap.showSlider": "Mini harita kaydırıcısının ne zaman gösterileceğini denetler.",
|
|
528
549
|
"minimap.side": "Mini haritanın oluşturulacağı tarafı denetler.",
|
|
529
550
|
"minimap.size": "Mini haritanın boyutunu denetler.",
|
|
@@ -653,10 +674,11 @@ var content = {
|
|
|
653
674
|
"unusualLineTerminators.auto": "Olağan dışı satır sonlandırıcılar otomatik olarak kaldırılır.",
|
|
654
675
|
"unusualLineTerminators.off": "Olağan dışı satır sonlandırıcılar yoksayılır.",
|
|
655
676
|
"unusualLineTerminators.prompt": "Olağan dışı satır sonlandırıcıların kaldırılması sorulur.",
|
|
656
|
-
useTabStops: "
|
|
677
|
+
useTabStops: "Spaces and tabs are inserted and deleted in alignment with tab stops.",
|
|
657
678
|
wordBreak: "Çince/Japonca/Korece (CJK) metinlerde kullanılan sözcük kesme kurallarını kontrol eder.",
|
|
658
679
|
"wordBreak.keepAll": "Çince/Japonca/Korece (CJK) metinlerde sözcük kesme kullanılmamalıdır. CJK olmayan metin davranışı normalle aynıdır.",
|
|
659
680
|
"wordBreak.normal": "Varsayılan satır sonu kuralını kullanın.",
|
|
681
|
+
wordSegmenterLocales: "Locales to be used for word segmentation when doing word related navigations or operations. Specify the BCP 47 language tag of the word you wish to recognize (e.g., ja, zh-CN, zh-Hant-TW, etc.).",
|
|
660
682
|
wordSeparators: "Sözcüklerle ilgili gezintiler veya işlemler yapılırken sözcük ayracı olarak kullanılacak karakterler.",
|
|
661
683
|
wordWrap: "Satırların nasıl kaydırılacağını denetler.",
|
|
662
684
|
"wordWrap.bounded": "Satırlar görünüm penceresi ile `#editor.wordWrapColumn#` değerlerinin daha küçük olanında kaydırılır.",
|
|
@@ -722,6 +744,10 @@ var content = {
|
|
|
722
744
|
editorIndentGuides5: "Düzenleyici girinti kılavuzlarının rengi (5).",
|
|
723
745
|
editorIndentGuides6: "Düzenleyici girinti kılavuzlarının rengi (6).",
|
|
724
746
|
editorLineNumbers: "Düzenleyici satır numaralarının rengi.",
|
|
747
|
+
editorMultiCursorPrimaryBackground: "The background color of the primary editor cursor when multiple cursors are present. Allows customizing the color of a character overlapped by a block cursor.",
|
|
748
|
+
editorMultiCursorPrimaryForeground: "Color of the primary editor cursor when multiple cursors are present.",
|
|
749
|
+
editorMultiCursorSecondaryBackground: "The background color of secondary editor cursors when multiple cursors are present. Allows customizing the color of a character overlapped by a block cursor.",
|
|
750
|
+
editorMultiCursorSecondaryForeground: "Color of secondary editor cursors when multiple cursors are present.",
|
|
725
751
|
editorOverviewRulerBackground: "Düzenleyici genel bakış cetveli arka plan rengi.",
|
|
726
752
|
editorOverviewRulerBorder: "Genel bakış cetveli kenarlığının rengi.",
|
|
727
753
|
editorRuler: "Düzenleyici cetvellerinin rengi.",
|
|
@@ -745,6 +771,11 @@ var content = {
|
|
|
745
771
|
accessibleDiffViewerVisible: "Erişilebilir fark görüntüleyicisinin görünür olup olmadığı",
|
|
746
772
|
comparingMovedCode: "Taşınan bir kod bloğunun karşılaştırma için seçilip seçilmediği",
|
|
747
773
|
diffEditorHasChanges: "Fark düzenleyicide değişiklik olup olmadığı",
|
|
774
|
+
diffEditorInlineMode: "Whether inline mode is active",
|
|
775
|
+
diffEditorModifiedUri: "The uri of the modified document",
|
|
776
|
+
diffEditorModifiedWritable: "Whether modified is writable in the diff editor",
|
|
777
|
+
diffEditorOriginalUri: "The uri of the original document",
|
|
778
|
+
diffEditorOriginalWritable: "Whether modified is writable in the diff editor",
|
|
748
779
|
diffEditorRenderSideBySideInlineBreakpointReached: "Fark düzenleyicisinin yan yana satır içi kesme noktasına ulaşıp ulaşmadığı",
|
|
749
780
|
editorColumnSelection: "`editor.columnSelection` öğesinin etkinleştirilip etkinleştirilmediğini belirtir",
|
|
750
781
|
editorFocus: "Düzenleyicinin veya düzenleyici pencere öğesinin odağa sahip olup olmadığını (ör. odağın bulma pencere öğesinde olup olmadığını) belirtir",
|
|
@@ -964,9 +995,12 @@ var content = {
|
|
|
964
995
|
},
|
|
965
996
|
"vs/editor/contrib/colorPicker/browser/standaloneColorPickerActions": {
|
|
966
997
|
hideColorPicker: "Renk Seçiciyi Gizle",
|
|
998
|
+
hideColorPickerDescription: "Hide the standalone color picker.",
|
|
967
999
|
insertColorWithStandaloneColorPicker: "Tek Başına Renk Seçici ile Renk Ekle",
|
|
1000
|
+
insertColorWithStandaloneColorPickerDescription: "Insert hex/rgb/hsl colors with the focused standalone color picker.",
|
|
968
1001
|
mishowOrFocusStandaloneColorPicker: "Tek Başına Renk Seçiciyi &&Göster veya Odakla",
|
|
969
|
-
showOrFocusStandaloneColorPicker: "Tek Başına Renk Seçiciyi Göster veya Odakla"
|
|
1002
|
+
showOrFocusStandaloneColorPicker: "Tek Başına Renk Seçiciyi Göster veya Odakla",
|
|
1003
|
+
showOrFocusStandaloneColorPickerDescription: "Show or focus a standalone color picker which uses the default color provider. It displays hex/rgb/hsl colors."
|
|
970
1004
|
},
|
|
971
1005
|
"vs/editor/contrib/comment/browser/comment": {
|
|
972
1006
|
"comment.block": "Blok Açıklamasını Aç/Kapat",
|
|
@@ -994,7 +1028,7 @@ var content = {
|
|
|
994
1028
|
},
|
|
995
1029
|
"vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution": {
|
|
996
1030
|
pasteAs: "Farklı Yapıştır...",
|
|
997
|
-
"pasteAs.
|
|
1031
|
+
"pasteAs.kind": "The kind of the paste edit to try applying. If not provided or there are multiple edits for this kind, the editor will show a picker.",
|
|
998
1032
|
pasteAsText: "Metin olarak yapıştır"
|
|
999
1033
|
},
|
|
1000
1034
|
"vs/editor/contrib/dropOrPasteInto/browser/copyPasteController": {
|
|
@@ -1006,7 +1040,6 @@ var content = {
|
|
|
1006
1040
|
postPasteWidgetTitle: "Yapıştırma seçeneklerini göster..."
|
|
1007
1041
|
},
|
|
1008
1042
|
"vs/editor/contrib/dropOrPasteInto/browser/defaultProviders": {
|
|
1009
|
-
builtIn: "Yerleşik",
|
|
1010
1043
|
"defaultDropProvider.uriList.path": "Yol Ekle",
|
|
1011
1044
|
"defaultDropProvider.uriList.paths": "Yollar Ekle",
|
|
1012
1045
|
"defaultDropProvider.uriList.relativePath": "Göreli Yol Ekle",
|
|
@@ -1207,23 +1240,14 @@ var content = {
|
|
|
1207
1240
|
hasSymbols: "Yalnızca klavye ile gezinilebilir sembol konumlarının olup olmadığını belirtir.",
|
|
1208
1241
|
location: "Sembol {1} / {0}",
|
|
1209
1242
|
"location.kb": "Sembol {0}/{1}, sonraki için {2}"
|
|
1210
|
-
},
|
|
1211
|
-
"vs/editor/contrib/hover/browser/hover": {
|
|
1212
|
-
goToBottomHover: "Alt Vurgulamaya Git",
|
|
1213
|
-
goToTopHover: "Üst Vurgulamaya Git",
|
|
1214
|
-
pageDownHover: "Vurgulamayı Sayfada Aşağı Kaydır",
|
|
1215
|
-
pageUpHover: "Vurgulamayı Sayfada Yukarı Kaydır",
|
|
1216
|
-
scrollDownHover: "Vurgulamayı Aşağı Kaydır",
|
|
1217
|
-
scrollLeftHover: "Vurgulamayı Sola Kaydır",
|
|
1218
|
-
scrollRightHover: "Vurgulamayı Sağa Kaydır",
|
|
1219
|
-
scrollUpHover: "Vurgulamayı Yukarı Kaydır",
|
|
1220
|
-
showDefinitionPreviewHover: "Tanımın Önizleme Vurgulamasını Göster",
|
|
1221
|
-
showOrFocusHover: "Vurgulamayı Göster veya Odakla",
|
|
1222
|
-
"showOrFocusHover.focus.autoFocusImmediately": "Üzerine gelme, görüntülendiğinde otomatik olarak odaklanır.",
|
|
1223
|
-
"showOrFocusHover.focus.focusIfVisible": "Üzerine gelme, yalnızca zaten görünür durumdaysa odaklanır.",
|
|
1224
|
-
"showOrFocusHover.focus.noAutoFocus": "Üzerine gelme, otomatik olarak odaklanmaz."
|
|
1225
1243
|
},
|
|
1226
1244
|
"vs/editor/contrib/hover/browser/markdownHoverParticipant": {
|
|
1245
|
+
decreaseHoverVerbosity: "Icon for decreasing hover verbosity.",
|
|
1246
|
+
decreaseVerbosity: "Decrease Verbosity",
|
|
1247
|
+
decreaseVerbosityWithKb: "Decrease Verbosity ({0})",
|
|
1248
|
+
increaseHoverVerbosity: "Icon for increaseing hover verbosity.",
|
|
1249
|
+
increaseVerbosity: "Increase Verbosity",
|
|
1250
|
+
increaseVerbosityWithKb: "Increase Verbosity ({0})",
|
|
1227
1251
|
"modesContentHover.loading": "Yükleniyor...",
|
|
1228
1252
|
"stopped rendering": "İşleme, performansla ilgili nedenlerden dolayı uzun satır için duraklatıldı. Bu, 'editor.stopRenderingLineAfter' aracılığıyla yapılandırılabilir.",
|
|
1229
1253
|
"too many characters": "Performans nedeniyle uzun satırlar için belirteç oluşturma atlandı. Bu `editor.maxTokenizationLineLength` ile yapılandırılabilir."
|
|
@@ -1236,16 +1260,24 @@ var content = {
|
|
|
1236
1260
|
},
|
|
1237
1261
|
"vs/editor/contrib/indentation/browser/indentation": {
|
|
1238
1262
|
changeTabDisplaySize: "Sekme Görüntüleme Boyutunu Değiştir",
|
|
1263
|
+
changeTabDisplaySizeDescription: "Change the space size equivalent of the tab.",
|
|
1239
1264
|
configuredTabSize: "Yapılandırılan Sekme Boyutu",
|
|
1240
1265
|
currentTabSize: "Geçerli Sekme Boyutu",
|
|
1241
1266
|
defaultTabSize: "Varsayılan Sekme Boyutu",
|
|
1242
1267
|
detectIndentation: "Girintiyi İçerikten Algıla",
|
|
1268
|
+
detectIndentationDescription: "Detect the indentation from content.",
|
|
1243
1269
|
"editor.reindentlines": "Satırları Yeniden Girintile",
|
|
1270
|
+
"editor.reindentlinesDescription": "Reindent the lines of the editor.",
|
|
1244
1271
|
"editor.reindentselectedlines": "Seçili Satırları Yeniden Girintile",
|
|
1272
|
+
"editor.reindentselectedlinesDescription": "Reindent the selected lines of the editor.",
|
|
1245
1273
|
indentUsingSpaces: "Boşluk Kullanarak Girintile",
|
|
1274
|
+
indentUsingSpacesDescription: "Use indentation with spaces.",
|
|
1246
1275
|
indentUsingTabs: "Sekme Kullanarak Girintile",
|
|
1276
|
+
indentUsingTabsDescription: "Use indentation with tabs.",
|
|
1247
1277
|
indentationToSpaces: "Girintiyi Boşluklara Dönüştür",
|
|
1278
|
+
indentationToSpacesDescription: "Convert the tab indentation to spaces.",
|
|
1248
1279
|
indentationToTabs: "Girintiyi Sekmelere Dönüştür",
|
|
1280
|
+
indentationToTabsDescription: "Convert the spaces indentation to tabs.",
|
|
1249
1281
|
selectTabWidth: "Geçerli Dosya için Sekme Boyutunu Seç"
|
|
1250
1282
|
},
|
|
1251
1283
|
"vs/editor/contrib/inlayHints/browser/inlayHintsHover": {
|
|
@@ -1302,6 +1334,7 @@ var content = {
|
|
|
1302
1334
|
"editor.transformToCamelcase": "Orta Harfi Büyük Olan Sözcüklere Dönüştür",
|
|
1303
1335
|
"editor.transformToKebabcase": "kebab-case’e Dönüştür",
|
|
1304
1336
|
"editor.transformToLowercase": "Küçük Harfe Dönüştür",
|
|
1337
|
+
"editor.transformToPascalcase": "Transform to Pascal Case",
|
|
1305
1338
|
"editor.transformToSnakecase": "Snake Case'e Dönüştür",
|
|
1306
1339
|
"editor.transformToTitlecase": "İlk Harfleri Büyüt",
|
|
1307
1340
|
"editor.transformToUppercase": "Büyük Harfe Dönüştür",
|
|
@@ -1457,6 +1490,15 @@ var content = {
|
|
|
1457
1490
|
"rename.failedApply": "Yeniden adlandırma, düzenlemeleri uygulayamadı",
|
|
1458
1491
|
"rename.label": "Sembolü Yeniden Adlandır",
|
|
1459
1492
|
resolveRenameLocationFailed: "Yeniden adlandırma konumu çözümlenirken bilinmeyen bir hata oluştu"
|
|
1493
|
+
},
|
|
1494
|
+
"vs/editor/contrib/rename/browser/renameWidget": {
|
|
1495
|
+
cancelRenameSuggestionsButton: "Cancel",
|
|
1496
|
+
generateRenameSuggestionsButton: "Generate new name suggestions",
|
|
1497
|
+
label: "{0} to Rename, {1} to Preview",
|
|
1498
|
+
renameAriaLabel: "Rename input. Type new name and press Enter to commit.",
|
|
1499
|
+
renameInputFocused: "Whether the rename input widget is focused",
|
|
1500
|
+
renameInputVisible: "Whether the rename input widget is visible",
|
|
1501
|
+
renameSuggestionsReceivedAria: "Received {0} rename suggestions"
|
|
1460
1502
|
},
|
|
1461
1503
|
"vs/editor/contrib/smartSelect/browser/smartSelect": {
|
|
1462
1504
|
miSmartSelectGrow: "&&Seçimi Genişlet",
|
|
@@ -1511,16 +1553,17 @@ var content = {
|
|
|
1511
1553
|
WednesdayShort: "Çar"
|
|
1512
1554
|
},
|
|
1513
1555
|
"vs/editor/contrib/stickyScroll/browser/stickyScrollActions": {
|
|
1514
|
-
focusStickyScroll: "
|
|
1515
|
-
"goToFocusedStickyScrollLine.title": "
|
|
1556
|
+
focusStickyScroll: "Focus on the editor sticky scroll",
|
|
1557
|
+
"goToFocusedStickyScrollLine.title": "Go to the focused sticky scroll line",
|
|
1516
1558
|
miStickyScroll: "&&Yapışkan Kaydırma",
|
|
1517
1559
|
mifocusStickyScroll: "&&Yapışkan Kaydırmayı Odakla",
|
|
1518
1560
|
mitoggleStickyScroll: "&&Düzenleyici Yapışkan Kaydırmayı Aç/Kapat",
|
|
1519
1561
|
"selectEditor.title": "Düzenleyiciyi Seç",
|
|
1520
|
-
"selectNextStickyScrollLine.title": "
|
|
1521
|
-
"selectPreviousStickyScrollLine.title": "
|
|
1562
|
+
"selectNextStickyScrollLine.title": "Select the next editor sticky scroll line",
|
|
1563
|
+
"selectPreviousStickyScrollLine.title": "Select the previous sticky scroll line",
|
|
1522
1564
|
stickyScroll: "Yapışkan Kaydırma",
|
|
1523
|
-
toggleEditorStickyScroll: "Düzenleyici Yapışkan Kaydırmayı Aç/Kapat"
|
|
1565
|
+
toggleEditorStickyScroll: "Düzenleyici Yapışkan Kaydırmayı Aç/Kapat",
|
|
1566
|
+
"toggleEditorStickyScroll.description": "Toggle/enable the editor sticky scroll which shows the nested scopes at the top of the viewport"
|
|
1524
1567
|
},
|
|
1525
1568
|
"vs/editor/contrib/suggest/browser/suggest": {
|
|
1526
1569
|
acceptSuggestionOnEnter: "Enter tuşuna basıldığında önerilerin eklenip eklenmeyeceğini belirtir",
|
|
@@ -1606,6 +1649,7 @@ var content = {
|
|
|
1606
1649
|
"symbolIcon.variableForeground": "Değişken sembolleri için ön plan rengi. Bu semboller ana hatta, içerik haritasında ve öneri pencere öğesinde görünür."
|
|
1607
1650
|
},
|
|
1608
1651
|
"vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode": {
|
|
1652
|
+
tabMovesFocusDescriptions: "Determines whether the tab key moves focus around the workbench or inserts the tab character in the current editor. This is also called tab trapping, tab navigation, or tab focus mode.",
|
|
1609
1653
|
"toggle.tabMovesFocus": "Sekme Tuşuyla Odağı Taşımayı Aç/Kapat",
|
|
1610
1654
|
"toggle.tabMovesFocus.off": "Artık Sekme tuşuna basıldığında sekme karakteri eklenir",
|
|
1611
1655
|
"toggle.tabMovesFocus.on": "Tab tuşuna basıldığında odak bir sonraki odaklanılabilir öğeye taşınır"
|
|
@@ -1667,17 +1711,19 @@ var content = {
|
|
|
1667
1711
|
},
|
|
1668
1712
|
"vs/platform/accessibilitySignal/browser/accessibilitySignalService": {
|
|
1669
1713
|
"accessibility.signals.chatRequestSent": "Sohbet İsteği Gönderildi",
|
|
1670
|
-
"accessibility.signals.chatResponsePending": "Sohbet Yanıtı Beklemede",
|
|
1671
1714
|
"accessibility.signals.clear": "Temizle",
|
|
1672
1715
|
"accessibility.signals.format": "Biçim",
|
|
1673
1716
|
"accessibility.signals.lineHasBreakpoint": "Kesme Noktası",
|
|
1674
|
-
"accessibility.signals.lineHasError": "
|
|
1717
|
+
"accessibility.signals.lineHasError": "Error on Line",
|
|
1675
1718
|
"accessibility.signals.lineHasFoldedArea": "Katlı",
|
|
1676
|
-
"accessibility.signals.lineHasWarning": "
|
|
1719
|
+
"accessibility.signals.lineHasWarning": "Warning on Line",
|
|
1677
1720
|
"accessibility.signals.noInlayHints": "Yerleşik İpucu Yok",
|
|
1678
1721
|
"accessibility.signals.notebookCellCompleted": "Not Defteri Hücresi Tamamlandı",
|
|
1679
1722
|
"accessibility.signals.notebookCellFailed": "Not Defteri Hücresi Başarısız Oldu",
|
|
1680
1723
|
"accessibility.signals.onDebugBreak": "Kesme Noktası",
|
|
1724
|
+
"accessibility.signals.positionHasError": "Error",
|
|
1725
|
+
"accessibility.signals.positionHasWarning": "Warning",
|
|
1726
|
+
"accessibility.signals.progress": "Progress",
|
|
1681
1727
|
"accessibility.signals.save": "Kaydet",
|
|
1682
1728
|
"accessibility.signals.taskCompleted": "Görev Tamamlandı",
|
|
1683
1729
|
"accessibility.signals.taskFailed": "Görev Başarısız Oldu",
|
|
@@ -1685,7 +1731,6 @@ var content = {
|
|
|
1685
1731
|
"accessibility.signals.terminalCommandFailed": "Komut Başarısız Oldu",
|
|
1686
1732
|
"accessibility.signals.terminalQuickFix": "Hızlı Düzeltme",
|
|
1687
1733
|
"accessibilitySignals.chatRequestSent": "Sohbet İsteği Gönderildi",
|
|
1688
|
-
"accessibilitySignals.chatResponsePending": "Sohbet Yanıtı Beklemede",
|
|
1689
1734
|
"accessibilitySignals.chatResponseReceived": "Sohbet Yanıtı Alındı",
|
|
1690
1735
|
"accessibilitySignals.clear": "Temizle",
|
|
1691
1736
|
"accessibilitySignals.diffLineDeleted": "Silinen Fark Satırı",
|
|
@@ -1701,12 +1746,17 @@ var content = {
|
|
|
1701
1746
|
"accessibilitySignals.notebookCellCompleted": "Not Defteri Hücresi Tamamlandı",
|
|
1702
1747
|
"accessibilitySignals.notebookCellFailed": "Not Defteri Hücresi Başarısız Oldu",
|
|
1703
1748
|
"accessibilitySignals.onDebugBreak.name": "Hata Ayıklayıcı Kesme Noktasında Durduruldu",
|
|
1749
|
+
"accessibilitySignals.positionHasError.name": "Error at Position",
|
|
1750
|
+
"accessibilitySignals.positionHasWarning.name": "Warning at Position",
|
|
1751
|
+
"accessibilitySignals.progress": "Progress",
|
|
1704
1752
|
"accessibilitySignals.save": "Kaydet",
|
|
1705
1753
|
"accessibilitySignals.taskCompleted": "Görev Tamamlandı",
|
|
1706
1754
|
"accessibilitySignals.taskFailed": "Görev Başarısız Oldu",
|
|
1707
1755
|
"accessibilitySignals.terminalBell": "Terminal Zili",
|
|
1708
1756
|
"accessibilitySignals.terminalCommandFailed": "Terminal Komutu Başarısız Oldu",
|
|
1709
|
-
"accessibilitySignals.terminalQuickFix.name": "Terminal Hızlı Düzeltme"
|
|
1757
|
+
"accessibilitySignals.terminalQuickFix.name": "Terminal Hızlı Düzeltme",
|
|
1758
|
+
"accessibilitySignals.voiceRecordingStarted": "Voice Recording Started",
|
|
1759
|
+
"accessibilitySignals.voiceRecordingStopped": "Voice Recording Stopped"
|
|
1710
1760
|
},
|
|
1711
1761
|
"vs/platform/action/common/actionCommonCategories": {
|
|
1712
1762
|
developer: "Geliştirici",
|
|
@@ -1728,13 +1778,14 @@ var content = {
|
|
|
1728
1778
|
resetThisMenu: "Sıfırlama Menüsü"
|
|
1729
1779
|
},
|
|
1730
1780
|
"vs/platform/actions/common/menuService": {
|
|
1781
|
+
"configure keybinding": "Configure Keybinding",
|
|
1731
1782
|
"hide.label": "'{0}' öğesini gizle"
|
|
1732
1783
|
},
|
|
1733
1784
|
"vs/platform/actionWidget/browser/actionList": {
|
|
1734
1785
|
customQuickFixWidget: "Eylem Widget'ı",
|
|
1735
1786
|
"customQuickFixWidget.labels": "{0}, Devre Dışı Bırakılma Nedeni: {1}",
|
|
1736
|
-
label: "
|
|
1737
|
-
"label-preview": "
|
|
1787
|
+
label: "{0} to Apply",
|
|
1788
|
+
"label-preview": "{0} to Apply, {1} to Preview"
|
|
1738
1789
|
},
|
|
1739
1790
|
"vs/platform/actionWidget/browser/actionWidget": {
|
|
1740
1791
|
"acceptSelected.title": "Seçili eylemi kabul et",
|
|
@@ -1980,6 +2031,14 @@ var content = {
|
|
|
1980
2031
|
"tree indent setting": "Piksel cinsinden ağaç girintilemesini denetler.",
|
|
1981
2032
|
typeNavigationMode2: "Tezgahtaki listelerde ve ağaçlarda tür gezintisinin nasıl çalıştığını denetler. `Trigger` olarak ayarlandığında, 'list.triggerTypeNavigation' komutu çalıştırıldığında türde gezinme başlar.",
|
|
1982
2033
|
workbenchConfigurationTitle: "Workbench"
|
|
2034
|
+
},
|
|
2035
|
+
"vs/platform/log/common/log": {
|
|
2036
|
+
debug: "Debug",
|
|
2037
|
+
error: "Error",
|
|
2038
|
+
info: "Info",
|
|
2039
|
+
off: "Off",
|
|
2040
|
+
trace: "Trace",
|
|
2041
|
+
warn: "Warning"
|
|
1983
2042
|
},
|
|
1984
2043
|
"vs/platform/markers/common/markers": {
|
|
1985
2044
|
"sev.error": "Hata",
|
|
@@ -2012,6 +2071,9 @@ var content = {
|
|
|
2012
2071
|
"quickInput.checkAll": "Tüm onay kutularını değiştir",
|
|
2013
2072
|
"quickInput.countSelected": "{0} Seçili",
|
|
2014
2073
|
"quickInput.visibleCount": "{0} Sonuç"
|
|
2074
|
+
},
|
|
2075
|
+
"vs/platform/quickinput/browser/quickInputTree": {
|
|
2076
|
+
quickInput: "Quick Input"
|
|
2015
2077
|
},
|
|
2016
2078
|
"vs/platform/quickinput/browser/quickInputUtils": {
|
|
2017
2079
|
executeCommand: "'{0}' komutunu yürütmek için tıklayın"
|
|
@@ -2073,6 +2135,249 @@ var content = {
|
|
|
2073
2135
|
},
|
|
2074
2136
|
"vs/platform/terminal/common/terminalProfiles": {
|
|
2075
2137
|
terminalAutomaticProfile: "Varsayılanı otomatik olarak algıla"
|
|
2138
|
+
},
|
|
2139
|
+
"vs/platform/theme/common/colors/baseColors": {
|
|
2140
|
+
activeContrastBorder: "An extra border around active elements to separate them from others for greater contrast.",
|
|
2141
|
+
contrastBorder: "An extra border around elements to separate them from others for greater contrast.",
|
|
2142
|
+
descriptionForeground: "Foreground color for description text providing additional information, for example for a label.",
|
|
2143
|
+
disabledForeground: "Overall foreground for disabled elements. This color is only used if not overridden by a component.",
|
|
2144
|
+
errorForeground: "Overall foreground color for error messages. This color is only used if not overridden by a component.",
|
|
2145
|
+
focusBorder: "Overall border color for focused elements. This color is only used if not overridden by a component.",
|
|
2146
|
+
foreground: "Overall foreground color. This color is only used if not overridden by a component.",
|
|
2147
|
+
iconForeground: "The default color for icons in the workbench.",
|
|
2148
|
+
selectionBackground: "The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.",
|
|
2149
|
+
textBlockQuoteBackground: "Background color for block quotes in text.",
|
|
2150
|
+
textBlockQuoteBorder: "Border color for block quotes in text.",
|
|
2151
|
+
textCodeBlockBackground: "Background color for code blocks in text.",
|
|
2152
|
+
textLinkActiveForeground: "Foreground color for links in text when clicked on and on mouse hover.",
|
|
2153
|
+
textLinkForeground: "Foreground color for links in text.",
|
|
2154
|
+
textPreformatBackground: "Background color for preformatted text segments.",
|
|
2155
|
+
textPreformatForeground: "Foreground color for preformatted text segments.",
|
|
2156
|
+
textSeparatorForeground: "Color for text separators."
|
|
2157
|
+
},
|
|
2158
|
+
"vs/platform/theme/common/colors/chartsColors": {
|
|
2159
|
+
chartsBlue: "The blue color used in chart visualizations.",
|
|
2160
|
+
chartsForeground: "The foreground color used in charts.",
|
|
2161
|
+
chartsGreen: "The green color used in chart visualizations.",
|
|
2162
|
+
chartsLines: "The color used for horizontal lines in charts.",
|
|
2163
|
+
chartsOrange: "The orange color used in chart visualizations.",
|
|
2164
|
+
chartsPurple: "The purple color used in chart visualizations.",
|
|
2165
|
+
chartsRed: "The red color used in chart visualizations.",
|
|
2166
|
+
chartsYellow: "The yellow color used in chart visualizations."
|
|
2167
|
+
},
|
|
2168
|
+
"vs/platform/theme/common/colors/editorColors": {
|
|
2169
|
+
activeLinkForeground: "Color of active links.",
|
|
2170
|
+
breadcrumbsBackground: "Background color of breadcrumb items.",
|
|
2171
|
+
breadcrumbsFocusForeground: "Color of focused breadcrumb items.",
|
|
2172
|
+
breadcrumbsSelectedBackground: "Background color of breadcrumb item picker.",
|
|
2173
|
+
breadcrumbsSelectedForeground: "Color of selected breadcrumb items.",
|
|
2174
|
+
diffDiagonalFill: "Color of the diff editor's diagonal fill. The diagonal fill is used in side-by-side diff views.",
|
|
2175
|
+
"diffEditor.unchangedCodeBackground": "The background color of unchanged code in the diff editor.",
|
|
2176
|
+
"diffEditor.unchangedRegionBackground": "The background color of unchanged blocks in the diff editor.",
|
|
2177
|
+
"diffEditor.unchangedRegionForeground": "The foreground color of unchanged blocks in the diff editor.",
|
|
2178
|
+
diffEditorBorder: "Border color between the two text editors.",
|
|
2179
|
+
diffEditorInserted: "Background color for text that got inserted. The color must not be opaque so as not to hide underlying decorations.",
|
|
2180
|
+
diffEditorInsertedLineGutter: "Background color for the margin where lines got inserted.",
|
|
2181
|
+
diffEditorInsertedLines: "Background color for lines that got inserted. The color must not be opaque so as not to hide underlying decorations.",
|
|
2182
|
+
diffEditorInsertedOutline: "Outline color for the text that got inserted.",
|
|
2183
|
+
diffEditorOverviewInserted: "Diff overview ruler foreground for inserted content.",
|
|
2184
|
+
diffEditorOverviewRemoved: "Diff overview ruler foreground for removed content.",
|
|
2185
|
+
diffEditorRemoved: "Background color for text that got removed. The color must not be opaque so as not to hide underlying decorations.",
|
|
2186
|
+
diffEditorRemovedLineGutter: "Background color for the margin where lines got removed.",
|
|
2187
|
+
diffEditorRemovedLines: "Background color for lines that got removed. The color must not be opaque so as not to hide underlying decorations.",
|
|
2188
|
+
diffEditorRemovedOutline: "Outline color for text that got removed.",
|
|
2189
|
+
editorBackground: "Editor background color.",
|
|
2190
|
+
"editorError.background": "Background color of error text in the editor. The color must not be opaque so as not to hide underlying decorations.",
|
|
2191
|
+
"editorError.foreground": "Foreground color of error squigglies in the editor.",
|
|
2192
|
+
editorFindMatch: "Color of the current search match.",
|
|
2193
|
+
editorFindMatchBorder: "Border color of the current search match.",
|
|
2194
|
+
editorForeground: "Editor default foreground color.",
|
|
2195
|
+
"editorHint.foreground": "Foreground color of hint squigglies in the editor.",
|
|
2196
|
+
editorInactiveSelection: "Color of the selection in an inactive editor. The color must not be opaque so as not to hide underlying decorations.",
|
|
2197
|
+
"editorInfo.background": "Background color of info text in the editor. The color must not be opaque so as not to hide underlying decorations.",
|
|
2198
|
+
"editorInfo.foreground": "Foreground color of info squigglies in the editor.",
|
|
2199
|
+
editorInlayHintBackground: "Background color of inline hints",
|
|
2200
|
+
editorInlayHintBackgroundParameter: "Background color of inline hints for parameters",
|
|
2201
|
+
editorInlayHintBackgroundTypes: "Background color of inline hints for types",
|
|
2202
|
+
editorInlayHintForeground: "Foreground color of inline hints",
|
|
2203
|
+
editorInlayHintForegroundParameter: "Foreground color of inline hints for parameters",
|
|
2204
|
+
editorInlayHintForegroundTypes: "Foreground color of inline hints for types",
|
|
2205
|
+
editorLightBulbAiForeground: "The color used for the lightbulb AI icon.",
|
|
2206
|
+
editorLightBulbAutoFixForeground: "The color used for the lightbulb auto fix actions icon.",
|
|
2207
|
+
editorLightBulbForeground: "The color used for the lightbulb actions icon.",
|
|
2208
|
+
editorSelectionBackground: "Color of the editor selection.",
|
|
2209
|
+
editorSelectionForeground: "Color of the selected text for high contrast.",
|
|
2210
|
+
editorSelectionHighlight: "Color for regions with the same content as the selection. The color must not be opaque so as not to hide underlying decorations.",
|
|
2211
|
+
editorSelectionHighlightBorder: "Border color for regions with the same content as the selection.",
|
|
2212
|
+
editorStickyScrollBackground: "Background color of sticky scroll in the editor",
|
|
2213
|
+
editorStickyScrollBorder: "Border color of sticky scroll in the editor",
|
|
2214
|
+
editorStickyScrollHoverBackground: "Background color of sticky scroll on hover in the editor",
|
|
2215
|
+
editorStickyScrollShadow: " Shadow color of sticky scroll in the editor",
|
|
2216
|
+
"editorWarning.background": "Background color of warning text in the editor. The color must not be opaque so as not to hide underlying decorations.",
|
|
2217
|
+
"editorWarning.foreground": "Foreground color of warning squigglies in the editor.",
|
|
2218
|
+
editorWidgetBackground: "Background color of editor widgets, such as find/replace.",
|
|
2219
|
+
editorWidgetBorder: "Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.",
|
|
2220
|
+
editorWidgetForeground: "Foreground color of editor widgets, such as find/replace.",
|
|
2221
|
+
editorWidgetResizeBorder: "Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.",
|
|
2222
|
+
errorBorder: "If set, color of double underlines for errors in the editor.",
|
|
2223
|
+
findMatchHighlight: "Color of the other search matches. The color must not be opaque so as not to hide underlying decorations.",
|
|
2224
|
+
findMatchHighlightBorder: "Border color of the other search matches.",
|
|
2225
|
+
findRangeHighlight: "Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations.",
|
|
2226
|
+
findRangeHighlightBorder: "Border color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations.",
|
|
2227
|
+
hintBorder: "If set, color of double underlines for hints in the editor.",
|
|
2228
|
+
hoverBackground: "Background color of the editor hover.",
|
|
2229
|
+
hoverBorder: "Border color of the editor hover.",
|
|
2230
|
+
hoverForeground: "Foreground color of the editor hover.",
|
|
2231
|
+
hoverHighlight: "Highlight below the word for which a hover is shown. The color must not be opaque so as not to hide underlying decorations.",
|
|
2232
|
+
infoBorder: "If set, color of double underlines for infos in the editor.",
|
|
2233
|
+
mergeBorder: "Border color on headers and the splitter in inline merge-conflicts.",
|
|
2234
|
+
mergeCommonContentBackground: "Common ancestor content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
|
|
2235
|
+
mergeCommonHeaderBackground: "Common ancestor header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
|
|
2236
|
+
mergeCurrentContentBackground: "Current content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
|
|
2237
|
+
mergeCurrentHeaderBackground: "Current header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
|
|
2238
|
+
mergeIncomingContentBackground: "Incoming content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
|
|
2239
|
+
mergeIncomingHeaderBackground: "Incoming header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations.",
|
|
2240
|
+
overviewRulerCommonContentForeground: "Common ancestor overview ruler foreground for inline merge-conflicts.",
|
|
2241
|
+
overviewRulerCurrentContentForeground: "Current overview ruler foreground for inline merge-conflicts.",
|
|
2242
|
+
overviewRulerFindMatchForeground: "Overview ruler marker color for find matches. The color must not be opaque so as not to hide underlying decorations.",
|
|
2243
|
+
overviewRulerIncomingContentForeground: "Incoming overview ruler foreground for inline merge-conflicts.",
|
|
2244
|
+
overviewRulerSelectionHighlightForeground: "Overview ruler marker color for selection highlights. The color must not be opaque so as not to hide underlying decorations.",
|
|
2245
|
+
problemsErrorIconForeground: "The color used for the problems error icon.",
|
|
2246
|
+
problemsInfoIconForeground: "The color used for the problems info icon.",
|
|
2247
|
+
problemsWarningIconForeground: "The color used for the problems warning icon.",
|
|
2248
|
+
snippetFinalTabstopHighlightBackground: "Highlight background color of the final tabstop of a snippet.",
|
|
2249
|
+
snippetFinalTabstopHighlightBorder: "Highlight border color of the final tabstop of a snippet.",
|
|
2250
|
+
snippetTabstopHighlightBackground: "Highlight background color of a snippet tabstop.",
|
|
2251
|
+
snippetTabstopHighlightBorder: "Highlight border color of a snippet tabstop.",
|
|
2252
|
+
statusBarBackground: "Background color of the editor hover status bar.",
|
|
2253
|
+
toolbarActiveBackground: "Toolbar background when holding the mouse over actions",
|
|
2254
|
+
toolbarHoverBackground: "Toolbar background when hovering over actions using the mouse",
|
|
2255
|
+
toolbarHoverOutline: "Toolbar outline when hovering over actions using the mouse",
|
|
2256
|
+
warningBorder: "If set, color of double underlines for warnings in the editor.",
|
|
2257
|
+
widgetBorder: "Border color of widgets such as find/replace inside the editor.",
|
|
2258
|
+
widgetShadow: "Shadow color of widgets such as find/replace inside the editor."
|
|
2259
|
+
},
|
|
2260
|
+
"vs/platform/theme/common/colors/inputColors": {
|
|
2261
|
+
buttonBackground: "Button background color.",
|
|
2262
|
+
buttonBorder: "Button border color.",
|
|
2263
|
+
buttonForeground: "Button foreground color.",
|
|
2264
|
+
buttonHoverBackground: "Button background color when hovering.",
|
|
2265
|
+
buttonSecondaryBackground: "Secondary button background color.",
|
|
2266
|
+
buttonSecondaryForeground: "Secondary button foreground color.",
|
|
2267
|
+
buttonSecondaryHoverBackground: "Secondary button background color when hovering.",
|
|
2268
|
+
buttonSeparator: "Button separator color.",
|
|
2269
|
+
"checkbox.background": "Background color of checkbox widget.",
|
|
2270
|
+
"checkbox.border": "Border color of checkbox widget.",
|
|
2271
|
+
"checkbox.foreground": "Foreground color of checkbox widget.",
|
|
2272
|
+
"checkbox.select.background": "Background color of checkbox widget when the element it's in is selected.",
|
|
2273
|
+
"checkbox.select.border": "Border color of checkbox widget when the element it's in is selected.",
|
|
2274
|
+
dropdownBackground: "Dropdown background.",
|
|
2275
|
+
dropdownBorder: "Dropdown border.",
|
|
2276
|
+
dropdownForeground: "Dropdown foreground.",
|
|
2277
|
+
dropdownListBackground: "Dropdown list background.",
|
|
2278
|
+
inputBoxActiveOptionBorder: "Border color of activated options in input fields.",
|
|
2279
|
+
inputBoxBackground: "Input box background.",
|
|
2280
|
+
inputBoxBorder: "Input box border.",
|
|
2281
|
+
inputBoxForeground: "Input box foreground.",
|
|
2282
|
+
"inputOption.activeBackground": "Background hover color of options in input fields.",
|
|
2283
|
+
"inputOption.activeForeground": "Foreground color of activated options in input fields.",
|
|
2284
|
+
"inputOption.hoverBackground": "Background color of activated options in input fields.",
|
|
2285
|
+
inputPlaceholderForeground: "Input box foreground color for placeholder text.",
|
|
2286
|
+
inputValidationErrorBackground: "Input validation background color for error severity.",
|
|
2287
|
+
inputValidationErrorBorder: "Input validation border color for error severity.",
|
|
2288
|
+
inputValidationErrorForeground: "Input validation foreground color for error severity.",
|
|
2289
|
+
inputValidationInfoBackground: "Input validation background color for information severity.",
|
|
2290
|
+
inputValidationInfoBorder: "Input validation border color for information severity.",
|
|
2291
|
+
inputValidationInfoForeground: "Input validation foreground color for information severity.",
|
|
2292
|
+
inputValidationWarningBackground: "Input validation background color for warning severity.",
|
|
2293
|
+
inputValidationWarningBorder: "Input validation border color for warning severity.",
|
|
2294
|
+
inputValidationWarningForeground: "Input validation foreground color for warning severity.",
|
|
2295
|
+
keybindingLabelBackground: "Keybinding label background color. The keybinding label is used to represent a keyboard shortcut.",
|
|
2296
|
+
keybindingLabelBorder: "Keybinding label border color. The keybinding label is used to represent a keyboard shortcut.",
|
|
2297
|
+
keybindingLabelBottomBorder: "Keybinding label border bottom color. The keybinding label is used to represent a keyboard shortcut.",
|
|
2298
|
+
keybindingLabelForeground: "Keybinding label foreground color. The keybinding label is used to represent a keyboard shortcut."
|
|
2299
|
+
},
|
|
2300
|
+
"vs/platform/theme/common/colors/listColors": {
|
|
2301
|
+
highlight: "List/Tree foreground color of the match highlights when searching inside the list/tree.",
|
|
2302
|
+
invalidItemForeground: "List/Tree foreground color for invalid items, for example an unresolved root in explorer.",
|
|
2303
|
+
listActiveSelectionBackground: "List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
|
|
2304
|
+
listActiveSelectionForeground: "List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
|
|
2305
|
+
listActiveSelectionIconForeground: "List/Tree icon foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
|
|
2306
|
+
listDeemphasizedForeground: "List/Tree foreground color for items that are deemphasized.",
|
|
2307
|
+
listDropBackground: "List/Tree drag and drop background when moving items over other items when using the mouse.",
|
|
2308
|
+
listDropBetweenBackground: "List/Tree drag and drop border color when moving items between items when using the mouse.",
|
|
2309
|
+
listErrorForeground: "Foreground color of list items containing errors.",
|
|
2310
|
+
listFilterMatchHighlight: "Background color of the filtered match.",
|
|
2311
|
+
listFilterMatchHighlightBorder: "Border color of the filtered match.",
|
|
2312
|
+
listFilterWidgetBackground: "Background color of the type filter widget in lists and trees.",
|
|
2313
|
+
listFilterWidgetNoMatchesOutline: "Outline color of the type filter widget in lists and trees, when there are no matches.",
|
|
2314
|
+
listFilterWidgetOutline: "Outline color of the type filter widget in lists and trees.",
|
|
2315
|
+
listFilterWidgetShadow: "Shadow color of the type filter widget in lists and trees.",
|
|
2316
|
+
listFocusAndSelectionOutline: "List/Tree outline color for the focused item when the list/tree is active and selected. An active list/tree has keyboard focus, an inactive does not.",
|
|
2317
|
+
listFocusBackground: "List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
|
|
2318
|
+
listFocusForeground: "List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
|
|
2319
|
+
listFocusHighlightForeground: "List/Tree foreground color of the match highlights on actively focused items when searching inside the list/tree.",
|
|
2320
|
+
listFocusOutline: "List/Tree outline color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.",
|
|
2321
|
+
listHoverBackground: "List/Tree background when hovering over items using the mouse.",
|
|
2322
|
+
listHoverForeground: "List/Tree foreground when hovering over items using the mouse.",
|
|
2323
|
+
listInactiveFocusBackground: "List/Tree background color for the focused item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
|
|
2324
|
+
listInactiveFocusOutline: "List/Tree outline color for the focused item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
|
|
2325
|
+
listInactiveSelectionBackground: "List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
|
|
2326
|
+
listInactiveSelectionForeground: "List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
|
|
2327
|
+
listInactiveSelectionIconForeground: "List/Tree icon foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.",
|
|
2328
|
+
listWarningForeground: "Foreground color of list items containing warnings.",
|
|
2329
|
+
tableColumnsBorder: "Table border color between columns.",
|
|
2330
|
+
tableOddRowsBackgroundColor: "Background color for odd table rows.",
|
|
2331
|
+
treeInactiveIndentGuidesStroke: "Tree stroke color for the indentation guides that are not active.",
|
|
2332
|
+
treeIndentGuidesStroke: "Tree stroke color for the indentation guides."
|
|
2333
|
+
},
|
|
2334
|
+
"vs/platform/theme/common/colors/menuColors": {
|
|
2335
|
+
menuBackground: "Background color of menu items.",
|
|
2336
|
+
menuBorder: "Border color of menus.",
|
|
2337
|
+
menuForeground: "Foreground color of menu items.",
|
|
2338
|
+
menuSelectionBackground: "Background color of the selected menu item in menus.",
|
|
2339
|
+
menuSelectionBorder: "Border color of the selected menu item in menus.",
|
|
2340
|
+
menuSelectionForeground: "Foreground color of the selected menu item in menus.",
|
|
2341
|
+
menuSeparatorBackground: "Color of a separator menu item in menus."
|
|
2342
|
+
},
|
|
2343
|
+
"vs/platform/theme/common/colors/minimapColors": {
|
|
2344
|
+
minimapBackground: "Minimap background color.",
|
|
2345
|
+
minimapError: "Minimap marker color for errors.",
|
|
2346
|
+
minimapFindMatchHighlight: "Minimap marker color for find matches.",
|
|
2347
|
+
minimapForegroundOpacity: "Opacity of foreground elements rendered in the minimap. For example, \"#000000c0\" will render the elements with 75% opacity.",
|
|
2348
|
+
minimapInfo: "Minimap marker color for infos.",
|
|
2349
|
+
minimapSelectionHighlight: "Minimap marker color for the editor selection.",
|
|
2350
|
+
minimapSelectionOccurrenceHighlight: "Minimap marker color for repeating editor selections.",
|
|
2351
|
+
minimapSliderActiveBackground: "Minimap slider background color when clicked on.",
|
|
2352
|
+
minimapSliderBackground: "Minimap slider background color.",
|
|
2353
|
+
minimapSliderHoverBackground: "Minimap slider background color when hovering.",
|
|
2354
|
+
overviewRuleWarning: "Minimap marker color for warnings."
|
|
2355
|
+
},
|
|
2356
|
+
"vs/platform/theme/common/colors/miscColors": {
|
|
2357
|
+
badgeBackground: "Badge background color. Badges are small information labels, e.g. for search results count.",
|
|
2358
|
+
badgeForeground: "Badge foreground color. Badges are small information labels, e.g. for search results count.",
|
|
2359
|
+
progressBarBackground: "Background color of the progress bar that can show for long running operations.",
|
|
2360
|
+
sashActiveBorder: "Border color of active sashes.",
|
|
2361
|
+
scrollbarShadow: "Scrollbar shadow to indicate that the view is scrolled.",
|
|
2362
|
+
scrollbarSliderActiveBackground: "Scrollbar slider background color when clicked on.",
|
|
2363
|
+
scrollbarSliderBackground: "Scrollbar slider background color.",
|
|
2364
|
+
scrollbarSliderHoverBackground: "Scrollbar slider background color when hovering."
|
|
2365
|
+
},
|
|
2366
|
+
"vs/platform/theme/common/colors/quickpickColors": {
|
|
2367
|
+
pickerBackground: "Quick picker background color. The quick picker widget is the container for pickers like the command palette.",
|
|
2368
|
+
pickerForeground: "Quick picker foreground color. The quick picker widget is the container for pickers like the command palette.",
|
|
2369
|
+
pickerGroupBorder: "Quick picker color for grouping borders.",
|
|
2370
|
+
pickerGroupForeground: "Quick picker color for grouping labels.",
|
|
2371
|
+
pickerTitleBackground: "Quick picker title background color. The quick picker widget is the container for pickers like the command palette.",
|
|
2372
|
+
"quickInput.list.focusBackground deprecation": "Please use quickInputList.focusBackground instead",
|
|
2373
|
+
"quickInput.listFocusBackground": "Quick picker background color for the focused item.",
|
|
2374
|
+
"quickInput.listFocusForeground": "Quick picker foreground color for the focused item.",
|
|
2375
|
+
"quickInput.listFocusIconForeground": "Quick picker icon foreground color for the focused item."
|
|
2376
|
+
},
|
|
2377
|
+
"vs/platform/theme/common/colors/searchColors": {
|
|
2378
|
+
"search.resultsInfoForeground": "Color of the text in the search viewlet's completion message.",
|
|
2379
|
+
"searchEditor.editorFindMatchBorder": "Border color of the Search Editor query matches.",
|
|
2380
|
+
"searchEditor.queryMatch": "Color of the Search Editor query matches."
|
|
2076
2381
|
},
|
|
2077
2382
|
"vs/platform/theme/common/iconRegistry": {
|
|
2078
2383
|
"iconDefinition.fontCharacter": "Simge tanımıyla ilişkilendirilen yazı tipi karakteri.",
|
|
@@ -2195,15 +2500,12 @@ var content = {
|
|
|
2195
2500
|
},
|
|
2196
2501
|
"vs/platform/workspace/common/workspace": {
|
|
2197
2502
|
codeWorkspace: "Kod Çalışma Alanı"
|
|
2198
|
-
},
|
|
2199
|
-
"vs/platform/workspace/common/workspaceTrust": {
|
|
2200
|
-
trusted: "Güvenildi",
|
|
2201
|
-
untrusted: "Kısıtlı Mod"
|
|
2202
2503
|
},
|
|
2203
2504
|
"vs/workbench/api/browser/mainThreadAuthentication": {
|
|
2204
2505
|
allow: "&&İzin Ver",
|
|
2205
2506
|
confirmLogin: "'{0}' uzantısı {1} kullanarak oturum açmak istiyor.",
|
|
2206
2507
|
confirmRelogin: "“{0}” uzantısı, {1} kullanarak tekrar oturum açmanızı istiyor.",
|
|
2508
|
+
learnMore: "Learn more",
|
|
2207
2509
|
signedOut: "Oturum başarıyla kapatıldı."
|
|
2208
2510
|
},
|
|
2209
2511
|
"vs/workbench/api/browser/mainThreadCLICommands": {
|
|
@@ -2251,6 +2553,9 @@ var content = {
|
|
|
2251
2553
|
"msg-write": "'Dosya Yazma' katılımcıları çalıştırılıyor...",
|
|
2252
2554
|
ok: "&&Tamam",
|
|
2253
2555
|
preview: "&&Önizlemeyi Göster"
|
|
2556
|
+
},
|
|
2557
|
+
"vs/workbench/api/browser/mainThreadLanguageModels": {
|
|
2558
|
+
languageModelsAccountId: "Language Models"
|
|
2254
2559
|
},
|
|
2255
2560
|
"vs/workbench/api/browser/mainThreadMessageService": {
|
|
2256
2561
|
cancel: "İptal",
|
|
@@ -2330,6 +2635,7 @@ var content = {
|
|
|
2330
2635
|
"views.scm": "Etkinlik çubuğundaki SCM kapsayıcısına görünümlerle katkıda bulunur",
|
|
2331
2636
|
"views.test": "Etkinlik çubuğundaki Test kapsayıcısına görünümlerle katkıda bulunur",
|
|
2332
2637
|
viewsContainers: "Kapsayıcıları Görüntüle",
|
|
2638
|
+
"vscode.extension.contributes.view.accessibilityHelpContent": "When the accessibility help dialog is invoked in this view, this content will be presented to the user as a markdown string. Keybindings will be resolved when provided in the format of <keybinding:commandId>. If there is no keybinding, that will be indicated with a link to configure one.",
|
|
2333
2639
|
"vscode.extension.contributes.view.contextualTitle": "Görünümün özgün konumundan ne zaman taşındığı ile ilgili okunabilir bağlam. Varsayılan olarak, görünümün kapsayıcı adı kullanılır. ",
|
|
2334
2640
|
"vscode.extension.contributes.view.group": "Viewlet'teki iç içe grup",
|
|
2335
2641
|
"vscode.extension.contributes.view.icon": "Görünüm simgesinin yolu. Görünüm adı gösterilemediğinde görünüm simgeleri görüntülenir. Herhangi bir görüntü dosyası türü kabul edilse de simgelerin SVG biçiminde olması önerilir.",
|
|
@@ -2397,9 +2703,6 @@ var content = {
|
|
|
2397
2703
|
"workspaceConfig.tasks.description": "Çalışma alanı görev yapılandırmaları",
|
|
2398
2704
|
"workspaceConfig.transient": "Yeniden başlatma veya yeniden yükleme sırasında geçici çalışma alanı kaybolur.",
|
|
2399
2705
|
"workspaceConfig.uri.description": "Klasörün URI'si"
|
|
2400
|
-
},
|
|
2401
|
-
"vs/workbench/api/common/extHostChatAgents2": {
|
|
2402
|
-
errorResponse: "Sağlayıcı hatası: {0}"
|
|
2403
2706
|
},
|
|
2404
2707
|
"vs/workbench/api/common/extHostDiagnostics": {
|
|
2405
2708
|
limitHit: "Diğer {0} hata ve uyarı gösterilmiyor."
|
|
@@ -2411,6 +2714,10 @@ var content = {
|
|
|
2411
2714
|
"vs/workbench/api/common/extHostLanguageFeatures": {
|
|
2412
2715
|
defaultDropLabel: "'{0}' uzantısını kullanmayı bırak",
|
|
2413
2716
|
defaultPasteLabel: "'{0}' uzantısını kullanarak yapıştır"
|
|
2717
|
+
},
|
|
2718
|
+
"vs/workbench/api/common/extHostLanguageModels": {
|
|
2719
|
+
chatAccess: "To allow access to the language models provided by {0}",
|
|
2720
|
+
chatAccessWithJustification: "To allow access to the language models provided by {0}. Justification:\r\n\r\n{1}"
|
|
2414
2721
|
},
|
|
2415
2722
|
"vs/workbench/api/common/extHostLogService": {
|
|
2416
2723
|
local: "Uzantı Konağı",
|
|
@@ -2513,8 +2820,11 @@ var content = {
|
|
|
2513
2820
|
fullScreenIcon: "Tam ekranı temsil eder",
|
|
2514
2821
|
fullscreen: "Tam Ekran",
|
|
2515
2822
|
hideEditorActons: "Düzenleyici Eylemlerini Gizle",
|
|
2823
|
+
hideEditorActonsDescription: "Hide Editor Actions in the tab and title bar",
|
|
2516
2824
|
hideEditorTabs: "Düzenleyici Sekmelerini Gizle",
|
|
2825
|
+
hideEditorTabsDescription: "Hide Tab Bar",
|
|
2517
2826
|
hideEditorTabsZenMode: "Zen Modunda Düzenleyici Sekmelerini Gizle",
|
|
2827
|
+
hideEditorTabsZenModeDescription: "Hide Tab Bar in Zen Mode",
|
|
2518
2828
|
increaseEditorHeight: "Düzenleyici Yüksekliğini Artır",
|
|
2519
2829
|
increaseEditorWidth: "Düzenleyici Genişliğini Artır",
|
|
2520
2830
|
increaseViewSize: "Geçerli Görünüm Boyutunu Artır",
|
|
@@ -2539,7 +2849,9 @@ var content = {
|
|
|
2539
2849
|
"move sidebar left": "Birincil Kenar Çubuğunu Sola Taşı",
|
|
2540
2850
|
"move sidebar right": "Birincil Kenar Çubuğunu Sağa Taşı",
|
|
2541
2851
|
moveEditorActionsToTabBar: "Düzenleyici Eylemlerini Sekme Çubuğuna Taşı",
|
|
2852
|
+
moveEditorActionsToTabBarDescription: "Move Editor Actions from the title bar to the tab bar",
|
|
2542
2853
|
moveEditorActionsToTitleBar: "Düzenleyici Eylemlerini Başlık Çubuğuna Taşı",
|
|
2854
|
+
moveEditorActionsToTitleBarDescription: "Move Editor Actions from the tab bar to the title bar",
|
|
2543
2855
|
moveFocusedView: "Odaklanmış Görünümü Taşı",
|
|
2544
2856
|
"moveFocusedView.error.noFocusedView": "Şu anda odaklanılan bir görünüm yok.",
|
|
2545
2857
|
"moveFocusedView.error.nonMovableView": "Şu anda odaklanılan görünüm taşınabilir değil.",
|
|
@@ -2577,10 +2889,15 @@ var content = {
|
|
|
2577
2889
|
selectToHide: "Gizlemek için Seç",
|
|
2578
2890
|
selectToShow: "Göstermek için Seç",
|
|
2579
2891
|
showEditorActons: "Düzenleyici Eylemlerini Göster",
|
|
2892
|
+
showEditorActonsDescription: "Make Editor Actions visible.",
|
|
2580
2893
|
showMultipleEditorTabs: "Birden Çok Düzenleyici Sekmesini Göster",
|
|
2894
|
+
showMultipleEditorTabsDescription: "Show Tab Bar with multiple tabs",
|
|
2581
2895
|
showMultipleEditorTabsZenMode: "Zen Modunda Birden Çok Düzenleyici Sekmesi Göster",
|
|
2896
|
+
showMultipleEditorTabsZenModeDescription: "Show Tab Bar in Zen Mode",
|
|
2582
2897
|
showSingleEditorTab: "Tek Düzenleyici Sekmesini Göster",
|
|
2898
|
+
showSingleEditorTabDescription: "Show Tab Bar with one Tab",
|
|
2583
2899
|
showSingleEditorTabZenMode: "Zen Modunda Tek Düzenleyici Sekmesini Göster",
|
|
2900
|
+
showSingleEditorTabZenModeDescription: "Show Tab Bar in Zen Mode with one Tab",
|
|
2584
2901
|
sideBar: "Birincil Kenar Çubuğu",
|
|
2585
2902
|
sideBarPosition: "Birincil Kenar Çubuğu Konumu",
|
|
2586
2903
|
sidebar: "Kenar Çubuğu",
|
|
@@ -2592,6 +2909,7 @@ var content = {
|
|
|
2592
2909
|
toggleEditor: "Düzenleyici Alanı Görünürlüğünü Aç/Kapat",
|
|
2593
2910
|
toggleMenuBar: "Menü Çubuğunu Aç/Kapat",
|
|
2594
2911
|
toggleSeparatePinnedEditorTabs: "Sabitlenmiş Düzenleyici Sekmelerini Ayır",
|
|
2912
|
+
toggleSeparatePinnedEditorTabsDescription: "Toggle whether pinned editor tabs are shown on a separate row above unpinned tabs.",
|
|
2595
2913
|
toggleSideBar: "Birincil Kenar Çubuğunu Aç/Kapat",
|
|
2596
2914
|
toggleSidebar: "Birincil Kenar Çubuğu Görünürlüğünü Aç/Kapat",
|
|
2597
2915
|
toggleSidebarPosition: "Birincil Kenar Çubuğu Konumunu Aç/Kapat",
|
|
@@ -2603,7 +2921,8 @@ var content = {
|
|
|
2603
2921
|
},
|
|
2604
2922
|
"vs/workbench/browser/actions/listCommands": {
|
|
2605
2923
|
mitoggleTreeStickyScroll: "&Ağaç Yapışkan Kaydırmayı Aç/Kapat",
|
|
2606
|
-
toggleTreeStickyScroll: "Ağaç Yapışkan Kaydırmayı Aç/Kapat"
|
|
2924
|
+
toggleTreeStickyScroll: "Ağaç Yapışkan Kaydırmayı Aç/Kapat",
|
|
2925
|
+
toggleTreeStickyScrollDescription: "Toggles Sticky Scroll widget at the top of tree structures such as the File Explorer and Debug variables View."
|
|
2607
2926
|
},
|
|
2608
2927
|
"vs/workbench/browser/actions/navigationActions": {
|
|
2609
2928
|
focusNextPart: "Sonraki Bölüme Odaklan",
|
|
@@ -2696,20 +3015,23 @@ var content = {
|
|
|
2696
3015
|
},
|
|
2697
3016
|
"vs/workbench/browser/parts/activitybar/activitybarPart": {
|
|
2698
3017
|
"activity bar position": "Etkinlik Çubuğu Pozisyonu",
|
|
3018
|
+
bottom: "Bottom",
|
|
3019
|
+
"default": "Default",
|
|
2699
3020
|
focusActivityBar: "Odak Etkinlik Çubuğu",
|
|
2700
3021
|
hide: "Gizli",
|
|
2701
3022
|
hideActivityBar: "Etkinlik Çubuğunu Gizle",
|
|
2702
3023
|
hideMenu: "Menüyü Gizle",
|
|
2703
3024
|
menu: "Menü",
|
|
3025
|
+
miBottomActivityBar: "&&Bottom",
|
|
3026
|
+
miDefaultActivityBar: "&&Default",
|
|
2704
3027
|
miHideActivityBar: "&&Gizli",
|
|
2705
|
-
miSideActivityBar: "&&Yan",
|
|
2706
3028
|
miTopActivityBar: "&&Üst",
|
|
2707
3029
|
nextSideBarView: "Sonraki Birincil Kenar Çubuğu Görünümü",
|
|
2708
3030
|
positionActivituBar: "Etkinlik Çubuğu Pozisyonu",
|
|
2709
|
-
|
|
3031
|
+
positionActivityBarBottom: "Move Activity Bar to Bottom",
|
|
3032
|
+
positionActivityBarDefault: "Move Activity Bar to Side",
|
|
2710
3033
|
positionActivityBarTop: "Etkinlik Çubuğunu En Üste Taşı",
|
|
2711
3034
|
previousSideBarView: "Önceki Birincil Kenar Çubuğu Görünümü",
|
|
2712
|
-
side: "Yan",
|
|
2713
3035
|
top: "Üst"
|
|
2714
3036
|
},
|
|
2715
3037
|
"vs/workbench/browser/parts/auxiliarybar/auxiliaryBarActions": {
|
|
@@ -2725,6 +3047,7 @@ var content = {
|
|
|
2725
3047
|
toggleSecondarySideBar: "İkincil Kenar Çubuğunu Aç/Kapat"
|
|
2726
3048
|
},
|
|
2727
3049
|
"vs/workbench/browser/parts/auxiliarybar/auxiliaryBarPart": {
|
|
3050
|
+
"activity bar position": "Activity Bar Position",
|
|
2728
3051
|
"hide second side bar": "İkincil Kenar Çubuğunu Gizle",
|
|
2729
3052
|
"move second side bar left": "İkincil Kenar Çubuğunu Sola Taşı",
|
|
2730
3053
|
"move second side bar right": "İkincil Kenar Çubuğunu Sağa Taşı"
|
|
@@ -2816,14 +3139,21 @@ var content = {
|
|
|
2816
3139
|
"cmd.focus": "İçerik Haritalarına Odaklan",
|
|
2817
3140
|
"cmd.focusAndSelect": "Ekmek Kırıntılarına Odaklanın ve Seçin",
|
|
2818
3141
|
"cmd.toggle": "İçerik Haritalarını Aç/Kapat",
|
|
2819
|
-
"cmd.toggle2": "
|
|
3142
|
+
"cmd.toggle2": "Toggle Breadcrumbs",
|
|
2820
3143
|
empty: "öğe yok",
|
|
2821
3144
|
miBreadcrumbs: "&&İçerik Haritalarını Aç/Kapat",
|
|
2822
|
-
miBreadcrumbs2: "
|
|
3145
|
+
miBreadcrumbs2: "Toggle &&Breadcrumbs",
|
|
2823
3146
|
separatorIcon: "İçerik haritalarındaki ayırıcının simgesi."
|
|
2824
3147
|
},
|
|
2825
3148
|
"vs/workbench/browser/parts/editor/breadcrumbsPicker": {
|
|
2826
3149
|
breadcrumbs: "İçerik Haritaları"
|
|
3150
|
+
},
|
|
3151
|
+
"vs/workbench/browser/parts/editor/diffEditorCommands": {
|
|
3152
|
+
compare: "Compare",
|
|
3153
|
+
"compare.nextChange": "Go to Next Change",
|
|
3154
|
+
"compare.previousChange": "Go to Previous Change",
|
|
3155
|
+
swapDiffSides: "Swap Left and Right Editor Side",
|
|
3156
|
+
toggleInlineView: "Toggle Inline View"
|
|
2827
3157
|
},
|
|
2828
3158
|
"vs/workbench/browser/parts/editor/editor.contribution": {
|
|
2829
3159
|
activeGroupEditorsByMostRecentlyUsedQuickAccess: "Etkin Gruptaki Düzenleyicileri En Son Kullanılanlara Göre Göster",
|
|
@@ -3080,9 +3410,6 @@ var content = {
|
|
|
3080
3410
|
unpinEditor: "Düzenleyicinin Sabitlemesini Kaldır"
|
|
3081
3411
|
},
|
|
3082
3412
|
"vs/workbench/browser/parts/editor/editorCommands": {
|
|
3083
|
-
compare: "Karşılaştır",
|
|
3084
|
-
"compare.nextChange": "Sonraki Değişikliğe Git",
|
|
3085
|
-
"compare.previousChange": "Önceki Değişikliğe Git",
|
|
3086
3413
|
"editorCommand.activeEditorCopy.arg.description": "Bağımsız Değişken Özellikleri:\r\n\t* 'to': Nereye kopyalanacağını belirten dize değeri.\r\n\t* 'value': Kopyalanacak konum sayısını veya mutlak bir konumu belirten sayı değeri.",
|
|
3087
3414
|
"editorCommand.activeEditorCopy.arg.name": "Etkin düzenleyici kopyalama bağımsız değişkeni",
|
|
3088
3415
|
"editorCommand.activeEditorCopy.description": "Etkin düzenleyiciyi gruplara göre kopyalayın",
|
|
@@ -3095,9 +3422,7 @@ var content = {
|
|
|
3095
3422
|
joinEditorInGroup: "Grupta Düzenleyiciye Katıl",
|
|
3096
3423
|
lockEditorGroup: "Düzenleyici Grubunu Kilitle",
|
|
3097
3424
|
splitEditorInGroup: "Düzenleyiciyi Gruba Böl",
|
|
3098
|
-
swapDiffSides: "Sol ve Sağ Düzenleyici Tarafını Değiştir",
|
|
3099
3425
|
toggleEditorGroupLock: "Düzenleyici Grubu Kilidini Aç/Kapat",
|
|
3100
|
-
toggleInlineView: "Satır İçi Görünümü Aç/Kapat",
|
|
3101
3426
|
toggleJoinEditorInGroup: "Gruptaki Bölünmüş Düzenleyiciyi Aç/Kapat",
|
|
3102
3427
|
toggleSplitEditorInGroupLayout: "Gruptaki Bölünmüş Düzenleyici Düzenini Değiştir",
|
|
3103
3428
|
unlockEditorGroup: "Düzenleyici Grubunun Kilidini Aç"
|
|
@@ -3121,7 +3446,8 @@ var content = {
|
|
|
3121
3446
|
groupAriaLabel: "{0} Düzenleyici Grubu",
|
|
3122
3447
|
groupAriaLabelLong: "{0}: Düzenleyici Grubu {1}",
|
|
3123
3448
|
groupLabel: "{0} Grubu",
|
|
3124
|
-
groupLabelLong: "{0}: Grup {1}"
|
|
3449
|
+
groupLabelLong: "{0}: Grup {1}",
|
|
3450
|
+
moveErrorDetails: "Try saving or reverting the editor first and then try again."
|
|
3125
3451
|
},
|
|
3126
3452
|
"vs/workbench/browser/parts/editor/editorGroupWatermark": {
|
|
3127
3453
|
editorLineHighlight: "Düzenleyici filigranındaki etiketler için ön plan rengi.",
|
|
@@ -3140,9 +3466,7 @@ var content = {
|
|
|
3140
3466
|
},
|
|
3141
3467
|
"vs/workbench/browser/parts/editor/editorPanes": {
|
|
3142
3468
|
editorOpenErrorDialog: "'{0}' açılamıyor",
|
|
3143
|
-
|
|
3144
|
-
ok: "&&Tamam",
|
|
3145
|
-
openFolder: "Düzenleyiciyi Kapat"
|
|
3469
|
+
ok: "&&Tamam"
|
|
3146
3470
|
},
|
|
3147
3471
|
"vs/workbench/browser/parts/editor/editorParts": {
|
|
3148
3472
|
groupLabel: "{0} Penceresi"
|
|
@@ -3431,11 +3755,13 @@ var content = {
|
|
|
3431
3755
|
manage: "Yönet",
|
|
3432
3756
|
showCustomTitleBar: "Özel Başlık Çubuğunu Göster",
|
|
3433
3757
|
"toggle.commandCenter": "Komut Merkezi",
|
|
3758
|
+
"toggle.commandCenterDescription": "Toggle visibility of the Command Center in title bar",
|
|
3434
3759
|
"toggle.customTitleBar": "Özel Başlık Çubuğu",
|
|
3435
3760
|
"toggle.editorActions": "Düzenleyici Eylemleri",
|
|
3436
3761
|
"toggle.hideCustomTitleBar": "Özel Başlık Çubuğunu Gizle",
|
|
3437
3762
|
"toggle.hideCustomTitleBarInFullScreen": "Tam Ekranda Özel Başlık Çubuğunu Gizle",
|
|
3438
|
-
"toggle.layout": "Düzen Denetimleri"
|
|
3763
|
+
"toggle.layout": "Düzen Denetimleri",
|
|
3764
|
+
"toggle.layoutDescription": "Toggle visibility of the Layout Controls in title bar"
|
|
3439
3765
|
},
|
|
3440
3766
|
"vs/workbench/browser/parts/titlebar/titlebarPart": {
|
|
3441
3767
|
ariaLabelTitleActions: "Başlık eylemleri",
|
|
@@ -3463,6 +3789,7 @@ var content = {
|
|
|
3463
3789
|
"more filters": "Daha Fazla Filtre..."
|
|
3464
3790
|
},
|
|
3465
3791
|
"vs/workbench/browser/parts/views/viewPane": {
|
|
3792
|
+
viewAccessibilityHelp: "Use Alt+F1 for accessibility help {0}",
|
|
3466
3793
|
viewPaneContainerCollapsedIcon: "Daraltılmış görünüm bölmesi kapsayıcısının simgesi.",
|
|
3467
3794
|
viewPaneContainerExpandedIcon: "Genişletilmiş görünüm bölmesi kapsayıcısının simgesi.",
|
|
3468
3795
|
viewToolbarAriaLabel: "{0} eylem"
|
|
@@ -3515,8 +3842,8 @@ var content = {
|
|
|
3515
3842
|
activeFolderShort: "`${activeFolderShort}`: dosyanın bulunduğu klasörün adı (örneğin, dosyaKlasörüm).",
|
|
3516
3843
|
activeRepositoryBranchName: "`${activeRepositoryBranchName}`: etkin depodaki etkin dalın adı (ör. ana).",
|
|
3517
3844
|
activeRepositoryName: "`${activeRepositoryName}`: etkin deponun adı (ör. vscode).",
|
|
3518
|
-
activityBarIconClickBehavior: "
|
|
3519
|
-
activityBarLocation: "
|
|
3845
|
+
activityBarIconClickBehavior: "Controls the behavior of clicking an Activity Bar icon in the workbench. This value is ignored when {0} is not set to {1}.",
|
|
3846
|
+
activityBarLocation: "Controls the location of the Activity Bar relative to the Primary and Secondary Side Bars.",
|
|
3520
3847
|
appName: "`${appName}`: örneğin, VS Code.",
|
|
3521
3848
|
askChatLocation: "Komut paletinin sohbet sorularını soracağı yeri denetler.",
|
|
3522
3849
|
"askChatLocation.chatView": "Sohbet görünümünde sohbet sorularını sorun.",
|
|
@@ -3529,6 +3856,7 @@ var content = {
|
|
|
3529
3856
|
commandHistory: "Komut paleti için geçmişte tutulacak olan son kullanılan komut sayısını denetler. Komut geçmişini devre dışı bırakmak için 0 olarak ayarlayın.",
|
|
3530
3857
|
confirmBeforeClose: "Bir pencereyi kapatmadan veya uygulamadan çıkmadan önce bir onay iletişim kutusunun gösterilip gösterilmeyeceğini kontrol eder.",
|
|
3531
3858
|
confirmBeforeCloseWeb: "Tarayıcı sekmesini veya penceresini kapatmadan önce bir onay iletişim kutusu gösterilip gösterilmeyeceğini denetler. Bu ayar etkin olsa da tarayıcıların onay olmadan sekme veya pencere kapatabileceğini ve bu ayarın yalnızca bir ipucu olduğunu ve tüm durumlar için geçerli olmayabileceğini unutmayın.",
|
|
3859
|
+
customEditorLabelDescriptionExample: "Example: `\"**/static/**/*.html\": \"${filename} - ${dirname} (${extname})\"` will render a file `root/static/folder/file.html` as `file - folder (html)`.",
|
|
3532
3860
|
customMenuBarAltFocus: "Menü çubuğunun Alt tuşuna basarak odaklanıp odaklanmayacağını denetler. Bu ayarın, menü çubuğunu Alt tuşuyla değiştirmeye bir etkisi yoktur.",
|
|
3533
3861
|
"decorations.badges": "Düzenleyici dosyası süslemelerinde rozet kullanılıp kullanılmayacağını denetler.",
|
|
3534
3862
|
"decorations.colors": "Düzenleyici dosyası süslemelerinde renk kullanılıp kullanılmayacağını denetler.",
|
|
@@ -3632,11 +3960,12 @@ var content = {
|
|
|
3632
3960
|
"window.titleSeparator": "Ayıraç, {0} tarafından kullanılıyor.",
|
|
3633
3961
|
windowConfigurationTitle: "Pencere",
|
|
3634
3962
|
windowTitle: "Açılan çalışma alanı veya etkin düzenleyici gibi geçerli bağlamı temel alan pencere başlığını denetler. Değişkenler, bağlama göre değiştirilir:",
|
|
3635
|
-
"workbench.activityBar.iconClickBehavior.focus": "
|
|
3636
|
-
"workbench.activityBar.iconClickBehavior.toggle": "
|
|
3637
|
-
"workbench.activityBar.location.
|
|
3638
|
-
"workbench.activityBar.location.
|
|
3639
|
-
"workbench.activityBar.location.
|
|
3963
|
+
"workbench.activityBar.iconClickBehavior.focus": "Focus the Primary Side Bar if the clicked item is already visible.",
|
|
3964
|
+
"workbench.activityBar.iconClickBehavior.toggle": "Hide the Primary Side Bar if the clicked item is already visible.",
|
|
3965
|
+
"workbench.activityBar.location.bottom": "Show the Activity Bar at the bottom of the Primary and Secondary Side Bars.",
|
|
3966
|
+
"workbench.activityBar.location.default": "Show the Activity Bar on the side of the Primary Side Bar and on top of the Secondary Side Bar.",
|
|
3967
|
+
"workbench.activityBar.location.hide": "Hide the Activity Bar in the Primary and Secondary Side Bars.",
|
|
3968
|
+
"workbench.activityBar.location.top": "Show the Activity Bar on top of the Primary and Secondary Side Bars.",
|
|
3640
3969
|
"workbench.editor.doubleClickTabToToggleEditorGroupSizes.expand": "Düzenleyici grubu, diğer tüm düzenleyici gruplarını mümkün olduğunca küçük hale getirerek mümkün olduğunca fazla alan alır.",
|
|
3641
3970
|
"workbench.editor.doubleClickTabToToggleEditorGroupSizes.maximize": "Diğer tüm editör grupları gizlenir ve mevcut editör grubu, editör alanının tamamını kaplayacak şekilde büyütülür.",
|
|
3642
3971
|
"workbench.editor.doubleClickTabToToggleEditorGroupSizes.off": "Sekmeye çift tıklandığında hiçbir düzenleyici grubu yeniden boyutlandırılmaz.",
|
|
@@ -3645,6 +3974,13 @@ var content = {
|
|
|
3645
3974
|
"workbench.editor.editorActionsLocation.titleBar": "Pencere başlık çubuğunda düzenleyici eylemlerini göster. {0}, {1} olarak ayarlanmışsa düzenleyici eylemleri gizlenir.",
|
|
3646
3975
|
"workbench.editor.empty.hint": "Boş düzenleyici metni ipucunun düzenleyicide görünür olup olmayacağını kontrol eder.",
|
|
3647
3976
|
"workbench.editor.historyBasedLanguageDetection": "Dil algılamada editör geçmişinin kullanılmasını sağlar. Bu, otomatik dil algılamanın yakın zamanda açılan dilleri tercih etmesine neden olur ve otomatik dil algılamanın daha küçük girdilerle çalışmasına olanak tanır.",
|
|
3977
|
+
"workbench.editor.label.dirname": "`${dirname}`: name of the folder in which the file is located (e.g. `root/folder/file.txt -> folder`).",
|
|
3978
|
+
"workbench.editor.label.enabled": "Controls whether the custom workbench editor labels should be applied.",
|
|
3979
|
+
"workbench.editor.label.extname": "`${extname}`: the file extension (e.g. `root/folder/file.txt -> txt`).",
|
|
3980
|
+
"workbench.editor.label.filename": "`${filename}`: name of the file without the file extension (e.g. `root/folder/file.txt -> file`).",
|
|
3981
|
+
"workbench.editor.label.nthdirname": "`${dirname(N)}`: name of the nth parent folder in which the file is located (e.g. `N=1: root/folder/file.txt -> root`). Folders can be picked from the start of the path by using negative numbers (e.g. `N=-1: root/folder/file.txt -> root`). If the __Item__ is an absolute pattern path, the first folder (`N=-1`) refers to the first folder in the absoulte path, otherwise it corresponds to the workspace folder.",
|
|
3982
|
+
"workbench.editor.label.patterns": "Controls the rendering of the editor label. Each __Item__ is a pattern that matches a file path. Both relative and absolute file paths are supported. In case multiple patterns match, the longest matching path will be picked. Each __Value__ is the template for the rendered editor when the __Item__ matches. Variables are substituted based on the context:",
|
|
3983
|
+
"workbench.editor.label.template": "The template which should be rendered when the pattern mtches. May include the variables ${dirname}, ${filename} and ${extname}.",
|
|
3648
3984
|
"workbench.editor.labelFormat.default": "Dosyanın adını gösterin. Sekmeler etkinleştirildiğinde ve iki dosya bir grupta aynı ada sahip olduğunda, her dosyanın yolunun ayırt edici bölümleri eklenir. Sekmeler devre dışı bırakıldığında, düzenleyici etkinse çalışma alanı klasörüne göreli yol gösterilir.",
|
|
3649
3985
|
"workbench.editor.labelFormat.long": "Dosyanın adını ve ardından gelen mutlak yolunu gösterin.",
|
|
3650
3986
|
"workbench.editor.labelFormat.medium": "Dosyanın adını ve ardından çalışma alanı klasörüne göreli yolunu gösterin.",
|
|
@@ -3724,7 +4060,7 @@ var content = {
|
|
|
3724
4060
|
},
|
|
3725
4061
|
"vs/workbench/common/contextkeys": {
|
|
3726
4062
|
activeAuxiliary: "Etkin yardımcı panelin tanımlayıcısı",
|
|
3727
|
-
|
|
4063
|
+
activeCompareEditorCanSwap: "Whether the active compare editor can swap sides",
|
|
3728
4064
|
activeEditor: "Etkin düzenleyicinin tanımlayıcısı",
|
|
3729
4065
|
activeEditorAvailableEditorIds: "Etkin düzenleyici için kullanılabilen mevcut düzenleyici tanımlayıcıları",
|
|
3730
4066
|
activeEditorCanRevert: "Etkin düzenleyicinin geri alınıp alınamayacağını belirtir",
|
|
@@ -3817,10 +4153,12 @@ var content = {
|
|
|
3817
4153
|
activityBarDragAndDropBorder: "Etkinlik çubuğu öğeleri için geri bildirim rengini sürükleyip bırakın. Etkinlik çubuğu en solda veya sağda gösterilir ve kenar çubuğunun görünümleri arasında geçiş yapılmasını sağlar.",
|
|
3818
4154
|
activityBarForeground: "Etkin olduğunda etkinlik çubuğu öğesi ön plan rengi. Etkinlik çubuğu en solda veya sağda gösterilir ve kenar çubuğunun görünümleri arasında geçiş yapılmasını sağlar.",
|
|
3819
4155
|
activityBarInActiveForeground: "Etkin olmadığında etkinlik çubuğu öğesi ön plan rengi. Etkinlik çubuğu en solda veya sağda gösterilir ve kenar çubuğunun görünümleri arasında geçiş yapılmasını sağlar.",
|
|
3820
|
-
activityBarTop: "
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
4156
|
+
activityBarTop: "Active foreground color of the item in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar.",
|
|
4157
|
+
activityBarTopActiveBackground: "Background color for the active item in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar.",
|
|
4158
|
+
activityBarTopActiveFocusBorder: "Focus border color for the active item in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar.",
|
|
4159
|
+
activityBarTopBackground: "Background color of the activity bar when set to top / bottom.",
|
|
4160
|
+
activityBarTopDragAndDropBorder: "Drag and drop feedback color for the items in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar.",
|
|
4161
|
+
activityBarTopInActiveForeground: "Inactive foreground color of the item in the Activity bar when it is on top / bottom. The activity allows to switch between views of the side bar.",
|
|
3824
4162
|
"banner.background": "Başlık arka plan rengi. Başlık, pencerenin başlık çubuğunun altında görüntülenir.",
|
|
3825
4163
|
"banner.foreground": "Başlık ön plan rengi. Başlık, pencerenin başlık çubuğunun altında görüntülenir.",
|
|
3826
4164
|
"banner.iconForeground": "Başlık simgesi rengi. Başlık, pencerenin başlık çubuğunun altında görüntülenir.",
|
|
@@ -3873,8 +4211,12 @@ var content = {
|
|
|
3873
4211
|
panelSectionHeaderBackground: "Panel bölümü üst bilgisi arka plan rengi. Paneller, düzenleyici alanının altında gösterilir, çıkış ve tümleşik terminal gibi görünümleri içerir. Panel bölümleri panellerde iç içe geçmiş görünümlerdir.",
|
|
3874
4212
|
panelSectionHeaderBorder: "Panelde birden çok görünüm dikey olarak yığıldığında kullanılan panel bölümü üst bilgisi kenarlık rengi. Paneller, düzenleyici alanının altında gösterilir, çıkış ve tümleşik terminal gibi görünümleri içerir. Panel bölümleri panellerde iç içe geçmiş görünümlerdir.",
|
|
3875
4213
|
panelSectionHeaderForeground: "Panel bölümü üst bilgisi ön plan rengi. Paneller, düzenleyici alanının altında gösterilir ve çıkış ile tümleşik terminal gibi görünümleri içerir. Panel bölümleri panellerde iç içe geçmiş görünümlerdir.",
|
|
4214
|
+
panelStickyScrollBackground: "Background color of sticky scroll in the panel.",
|
|
4215
|
+
panelStickyScrollBorder: "Border color of sticky scroll in the panel.",
|
|
4216
|
+
panelStickyScrollShadow: "Shadow color of sticky scroll in the panel.",
|
|
3876
4217
|
profileBadgeBackground: "Profil rozeti arka plan rengi. Profil rozeti, etkinlik çubuğundaki ayarlar dişli simgesinin üstünde gösterilir.",
|
|
3877
4218
|
profileBadgeForeground: "Profil rozeti ön plan rengi. Profil rozeti, etkinlik çubuğundaki ayarlar dişli simgesinin üstünde gösterilir.",
|
|
4219
|
+
sideBarActivityBarTopBorder: "Border color between the activity bar at the top/bottom and the views.",
|
|
3878
4220
|
sideBarBackground: "Kenar çubuğu arka plan rengi. Kenar çubuğu, gezgin ve arama gibi görünümlere yönelik kapsayıcıdır.",
|
|
3879
4221
|
sideBarBorder: "Düzenleyiciyi ayıran taraftaki kenar çubuğu kenarlık rengi. Kenar çubuğu, gezgin ve arama gibi görünümlere yönelik kapsayıcıdır.",
|
|
3880
4222
|
sideBarDragAndDropBackground: "Kenar çubuğu bölümleri için sürükle bırak geri bildirim rengi. Kenar çubuğu bölümlerinin görünmeye devam edebilmesi için renk saydam olmalıdır. Kenar çubuğu, gezgin ve arama gibi görünümlere yönelik kapsayıcıdır. Yan çubuk bölümleri yan çubukta iç içe geçmiş görünümlerdir.",
|
|
@@ -3882,6 +4224,10 @@ var content = {
|
|
|
3882
4224
|
sideBarSectionHeaderBackground: "Yan çubuk bölümü üst bilgisi arka plan rengi. Yan çubuk, gezgin veya arama gibi görünümlere yönelik kapsayıcıdır. Yan çubuk bölümleri yan çubukta iç içe geçmiş görünümlerdir.",
|
|
3883
4225
|
sideBarSectionHeaderBorder: "Yan çubuk bölümü üst bilgisi kenarlık rengi. Yan çubuk, gezgin veya arama gibi görünümlere yönelik kapsayıcıdır. Yan çubuk bölümleri yan çubukta iç içe geçmiş görünümlerdir.",
|
|
3884
4226
|
sideBarSectionHeaderForeground: "Yan çubuk bölümü üst bilgisi ön plan rengi. Yan çubuk, gezgin veya arama gibi görünümlere yönelik kapsayıcıdır. Yan çubuk bölümleri yan çubukta iç içe geçmiş görünümlerdir.",
|
|
4227
|
+
sideBarStickyScrollBackground: "Background color of sticky scroll in the side bar.",
|
|
4228
|
+
sideBarStickyScrollBorder: "Border color of sticky scroll in the side bar.",
|
|
4229
|
+
sideBarStickyScrollShadow: "Shadow color of sticky scroll in the side bar.",
|
|
4230
|
+
sideBarTitleBackground: "Side bar title background color. The side bar is the container for views like explorer and search.",
|
|
3885
4231
|
sideBarTitleForeground: "Kenar çubuğu başlığı ön plan rengi. Kenar çubuğu, gezgin ve arama gibi görünümlere yönelik kapsayıcıdır.",
|
|
3886
4232
|
"sideBySideEditor.horizontalBorder": "Düzenleyici grubunda soldan sağa yan yana gösterildiğinde iki düzenleyiciyi yukarıdan aşağıya birbirinden ayırmak için renk.",
|
|
3887
4233
|
"sideBySideEditor.verticalBorder": "Düzenleyici grubunda soldan sağa yan yana gösterildiğinde iki düzenleyiciyi birbirinden ayırmak için renk.",
|
|
@@ -3963,9 +4309,6 @@ var content = {
|
|
|
3963
4309
|
"accessibility.signals.chatRequestSent": "Bir sohbet isteğinde bulunulduğunda sinyal çalar.",
|
|
3964
4310
|
"accessibility.signals.chatRequestSent.announcement": "Ne zaman bir sohbet isteğinde bulunulduğunu belirtir.",
|
|
3965
4311
|
"accessibility.signals.chatRequestSent.sound": "Bir sohbet isteğinde bulunulduğunda ses çalar.",
|
|
3966
|
-
"accessibility.signals.chatResponsePending": "Yanıt beklemedeyken döngüde bir sinyal çalar.",
|
|
3967
|
-
"accessibility.signals.chatResponsePending.announcement": "Yanıt beklemedeyken döngüde uyarı verir.",
|
|
3968
|
-
"accessibility.signals.chatResponsePending.sound": "Yanıt beklemedeyken döngüde bir ses çalar.",
|
|
3969
4312
|
"accessibility.signals.chatResponseReceived": "Yanıtın ne zaman alındığını belirtir.",
|
|
3970
4313
|
"accessibility.signals.chatResponseReceived.sound": "Yanıt alındığında döngüde bir ses çalar.",
|
|
3971
4314
|
"accessibility.signals.clear": "Bir özellik temizlendiğinde (örneğin terminal, Hata Ayıklama Konsolu veya Çıkış kanalı) bir sinyal çalar.",
|
|
@@ -4012,6 +4355,15 @@ var content = {
|
|
|
4012
4355
|
"accessibility.signals.onDebugBreak": "Hata ayıklayıcı bir kesme noktası üzerinde durduğunda sinyal çalar.",
|
|
4013
4356
|
"accessibility.signals.onDebugBreak.announcement": "Hata ayıklayıcının bir kesme noktasında ne zaman durduğunu belirtir.",
|
|
4014
4357
|
"accessibility.signals.onDebugBreak.sound": "Hata ayıklayıcı bir kesme noktası üzerinde durduğunda ses çalar.",
|
|
4358
|
+
"accessibility.signals.positionHasError": "Plays a signal when the active line has a warning.",
|
|
4359
|
+
"accessibility.signals.positionHasError.announcement": "Indicates when the active line has a warning.",
|
|
4360
|
+
"accessibility.signals.positionHasError.sound": "Plays a sound when the active line has a warning.",
|
|
4361
|
+
"accessibility.signals.positionHasWarning": "Plays a signal when the active line has a warning.",
|
|
4362
|
+
"accessibility.signals.positionHasWarning.announcement": "Indicates when the active line has a warning.",
|
|
4363
|
+
"accessibility.signals.positionHasWarning.sound": "Plays a sound when the active line has a warning.",
|
|
4364
|
+
"accessibility.signals.progress": "Plays a signal on loop while progress is occurring.",
|
|
4365
|
+
"accessibility.signals.progress.announcement": "Alerts on loop while progress is occurring.",
|
|
4366
|
+
"accessibility.signals.progress.sound": "Plays a sound on loop while progress is occurring.",
|
|
4015
4367
|
"accessibility.signals.save": "Bir dosya kaydedildiğinde sinyal çalar.",
|
|
4016
4368
|
"accessibility.signals.save.announcement": "Bir dosyanın ne zaman kaydedildiğini belirtir.",
|
|
4017
4369
|
"accessibility.signals.save.announcement.always": "Otomatik kaydetme de dahil olmak üzere bir dosyanın kaydedildiğini duyurur.",
|
|
@@ -4032,16 +4384,19 @@ var content = {
|
|
|
4032
4384
|
"accessibility.signals.terminalBell": "Terminal zili çalınırken sinyal çalar.",
|
|
4033
4385
|
"accessibility.signals.terminalBell.announcement": "Terminal zilinin ne zaman çalındığını belirtir.",
|
|
4034
4386
|
"accessibility.signals.terminalBell.sound": "Terminal zili çalınırken ses çalar.",
|
|
4035
|
-
"accessibility.signals.terminalCommandFailed": "
|
|
4036
|
-
"accessibility.signals.terminalCommandFailed.announcement": "
|
|
4037
|
-
"accessibility.signals.terminalCommandFailed.sound": "
|
|
4387
|
+
"accessibility.signals.terminalCommandFailed": "Plays a signal when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view.",
|
|
4388
|
+
"accessibility.signals.terminalCommandFailed.announcement": "Indicates when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view.",
|
|
4389
|
+
"accessibility.signals.terminalCommandFailed.sound": "Plays a sound when a terminal command fails (non-zero exit code) or when a command with such an exit code is navigated to in the accessible view.",
|
|
4038
4390
|
"accessibility.signals.terminalQuickFix": "Terminal Hızlı Düzeltmeleri mevcut olduğunda bir sinyal çalar.",
|
|
4039
4391
|
"accessibility.signals.terminalQuickFix.announcement": "Terminal Hızlı Düzeltmelerinin mevcut olduğu zamanı belirtir.",
|
|
4040
4392
|
"accessibility.signals.terminalQuickFix.sound": "Terminal Hızlı Düzeltmeleri mevcut olduğunda bir ses çalar.",
|
|
4393
|
+
"accessibility.signals.voiceRecordingStarted": "Indicates when the voice recording has started.",
|
|
4394
|
+
"accessibility.signals.voiceRecordingStarted.sound": "Plays a sound when the voice recording has started.",
|
|
4395
|
+
"accessibility.signals.voiceRecordingStopped": "Indicates when the voice recording has stopped.",
|
|
4396
|
+
"accessibility.signals.voiceRecordingStopped.sound": "Plays a sound when the voice recording has stopped.",
|
|
4041
4397
|
accessibilityConfigurationTitle: "Erişilebilirlik",
|
|
4042
4398
|
"announcement.breakpoint": "Hata ayıklayıcının ne zaman kesildiğini belirtir. Ayrıca bkz. {0}",
|
|
4043
4399
|
"announcement.chatRequestSent": "Bir sohbet isteğinin ne zaman gönderildiğini belirtir. Ayrıca bkz. {0}",
|
|
4044
|
-
"announcement.chatResponsePending": "Bir sohbet yanıtının ne zaman beklemede olduğunu belirtir. Ayrıca bkz. {0}",
|
|
4045
4400
|
"announcement.clear": "Bir özelliğin ne zaman temizlendiğini (örneğin terminal, Hata Ayıklama Konsolu veya Çıkış kanalı) belirtir. Ayrıca bkz. {0}",
|
|
4046
4401
|
"announcement.enabled.auto": "Duyuruyu etkinleştir, yalnızca ekran okuyucu için iyileştirilmiş moddayken çalar.",
|
|
4047
4402
|
"announcement.enabled.off": "Duyuruyu devre dışı bırak.",
|
|
@@ -4056,6 +4411,7 @@ var content = {
|
|
|
4056
4411
|
"announcement.notebookCellCompleted": "Not defteri hücresinin ne zaman başarıyla tamamlandığını belirtir. Ayrıca bkz. {0}",
|
|
4057
4412
|
"announcement.notebookCellFailed": "Not defteri hücresinin ne zaman başarısız olduğunu belirtir. Ayrıca bkz. {0}",
|
|
4058
4413
|
"announcement.onDebugBreak": "Hata ayıklayıcının ne zaman kesildiğini belirtir. Ayrıca bkz. {0}",
|
|
4414
|
+
"announcement.progress": "Indicates when a chat response is pending. Also see {0}.",
|
|
4059
4415
|
"announcement.save": "Bir dosyanın ne zaman kaydedildiğini belirtir. Ayrıca bkz. {0}",
|
|
4060
4416
|
"announcement.save.always": "Otomatik kaydetme de dahil olmak üzere bir dosyanın kaydedildiği zamanı belirtir.",
|
|
4061
4417
|
"announcement.save.never": "Hiçbir zaman uyarma.",
|
|
@@ -4068,36 +4424,15 @@ var content = {
|
|
|
4068
4424
|
"announcement.warning": "Etkin satırda ne zaman bir uyarı olduğunu belirtir. Ayrıca bkz. {0}",
|
|
4069
4425
|
dimUnfocusedEnabled: "Odaklanmamış düzenleyicilerin ve terminallerin karartılıp karartılmayacağı (yazılan girişin nereye gideceğini daha netleştirir). Bu, çoğu düzenleyici ile çalışır ancak not defterleri ve uzantı web görünümü düzenleyicileri gibi iframe kullananlar gibi bazı istisnai durumlar vardır.",
|
|
4070
4426
|
dimUnfocusedOpacity: "Odaklanmamış düzenleyiciler ve terminaller için kullanılacak opaklık kesir (0,2 - 1,0). Bu yalnızca {0} etkin olduğunda devreye girer.",
|
|
4071
|
-
"
|
|
4072
|
-
"
|
|
4073
|
-
"
|
|
4074
|
-
"speechLanguage.
|
|
4075
|
-
"speechLanguage.en-GB": "İngilizce (Birleşik Krallık)",
|
|
4076
|
-
"speechLanguage.en-IE": "İngilizce (İrlanda)",
|
|
4077
|
-
"speechLanguage.en-IN": "İngilizce (Hindistan)",
|
|
4078
|
-
"speechLanguage.en-NZ": "İngilizce (Yeni Zelanda)",
|
|
4079
|
-
"speechLanguage.en-US": "İngilizce (ABD)",
|
|
4080
|
-
"speechLanguage.es-ES": "İspanyolca (İspanya)",
|
|
4081
|
-
"speechLanguage.es-MX": "İspanyolca (Meksika)",
|
|
4082
|
-
"speechLanguage.fr-CA": "Fransızca (Kanada)",
|
|
4083
|
-
"speechLanguage.fr-FR": "Fransızca (Fransa)",
|
|
4084
|
-
"speechLanguage.hi-IN": "Hintçe (Hindistan)",
|
|
4085
|
-
"speechLanguage.it-IT": "İtalyanca (İtalya)",
|
|
4086
|
-
"speechLanguage.ja-JP": "Japonca (Japonya)",
|
|
4087
|
-
"speechLanguage.ko-KR": "Korece (Güney Kore)",
|
|
4088
|
-
"speechLanguage.nl-NL": "Felemenkçe (Hollanda)",
|
|
4089
|
-
"speechLanguage.pt-BR": "Portekizce (Brezilya)",
|
|
4090
|
-
"speechLanguage.pt-PT": "Portekizce (Portekiz)",
|
|
4091
|
-
"speechLanguage.ru-RU": "Rusça (Rusya)",
|
|
4092
|
-
"speechLanguage.sv-SE": "İsveççe (İsveç)",
|
|
4093
|
-
"speechLanguage.tr-TR": "Türkçe (Türkiye)",
|
|
4094
|
-
"speechLanguage.zh-CN": "Çince (Basitleştirilmiş, Çin)",
|
|
4095
|
-
"speechLanguage.zh-HK": "Çince (Geleneksel, Hong Kong)",
|
|
4096
|
-
"speechLanguage.zh-TW": "Çince (Geleneksel, Tayvan)",
|
|
4427
|
+
"sound.enabled.auto": "Enable sound when a screen reader is attached.",
|
|
4428
|
+
"sound.enabled.off": "Disable sound.",
|
|
4429
|
+
"sound.enabled.on": "Enable sound.",
|
|
4430
|
+
"speechLanguage.auto": "Auto (Use Display Language)",
|
|
4097
4431
|
"terminal.integrated.accessibleView.closeOnKeyPress": "Keypress kullanırken, Erişilebilir Görünümü kapat ve çağrıldığı öğeyi odakla.",
|
|
4098
4432
|
"verbosity.chat.description": "Sohbet girişine odaklanıldığında sohbet yardım menüsüne nasıl erişileceği hakkında bilgi sağla.",
|
|
4099
4433
|
"verbosity.comments": "Açıklama pencere öğesinde veya açıklama içeren bir dosyada gerçekleştirilen eylemler hakkında bilgi sağla.",
|
|
4100
4434
|
"verbosity.diffEditor.description": "Fark düzenleyicisine odaklanıldığında değişiklikler arasında gezinme hakkında bilgi sağla.",
|
|
4435
|
+
"verbosity.diffEditorActive": "Indicate when a diff editor becomes the active editor.",
|
|
4101
4436
|
"verbosity.emptyEditorHint": "İlgili eylemler hakkında boş bir metin düzenleyicisinde bilgi sağlayın.",
|
|
4102
4437
|
"verbosity.hover": "Vurgulamanın Erişilebilir Görünümde nasıl açılacağı hakkında bilgi sağla.",
|
|
4103
4438
|
"verbosity.inlineCompletions.description": "Satır içi tamamlamalar üzerine nasıl gelineceği ve Erişilebilir Görünüme erişileceği hakkında bilgi sağla.",
|
|
@@ -4106,13 +4441,8 @@ var content = {
|
|
|
4106
4441
|
"verbosity.notebook": "Not defteri hücresine odaklanıldığında hücre kapsayıcısına veya iç düzenleyiciye nasıl odaklanılacağı hakkında bilgi sağlayın.",
|
|
4107
4442
|
"verbosity.notification": "Bildirimin Erişilebilir Görünümde nasıl açılacağı hakkında bilgi sağla.",
|
|
4108
4443
|
"verbosity.terminal.description": "Terminale odaklanıldığında terminal erişilebilirlik yardım menüsüne erişme hakkında bilgi sağla.",
|
|
4109
|
-
"voice.speechLanguage": "
|
|
4444
|
+
"voice.speechLanguage": "The language that voice speech recognition should recognize. Select `auto` to use the configured display language if possible. Note that not all display languages maybe supported by speech recognition",
|
|
4110
4445
|
"voice.speechTimeout": "Siz konuşmayı bırakıldıktan sonra ses konuşma tanımanın etkin kalacağı milisaniye cinsinden süre. Örneğin, bir sohbet oturumunda, zaman aşımına gelindikten sonra dönüştürülmüş metni otomatik olarak gönderilir. Bu özelliği devre dışı bırakmak için '0' olarak ayarlayın."
|
|
4111
|
-
},
|
|
4112
|
-
"vs/workbench/contrib/accessibility/browser/accessibilityContributions": {
|
|
4113
|
-
clearNotification: "Bildirimi Temizle",
|
|
4114
|
-
"notification.accessibleView": "{0}",
|
|
4115
|
-
"notification.accessibleViewSrc": "{0} Kaynak: {1}"
|
|
4116
4446
|
},
|
|
4117
4447
|
"vs/workbench/contrib/accessibility/browser/accessibilityStatus": {
|
|
4118
4448
|
screenReaderDetected: "Ekran Okuyucu İyileştirildi",
|
|
@@ -4140,13 +4470,19 @@ var content = {
|
|
|
4140
4470
|
chatAccessibleViewNextPreviousHintNoKb: "Sonrakini/Öncekini Erişilebilir Görünümde Göster komutları için tuş bağlamaları yapılandırarak sonraki veya önceki öğeyi gösterin.",
|
|
4141
4471
|
disableAccessibilityHelp: "{0} erişilebilirlik ayrıntı düzeyi artık devre dışı",
|
|
4142
4472
|
exit: "\r\n\r\nBu iletişim kutusundan çık (Escape).",
|
|
4143
|
-
goToSymbolHint: "({0})
|
|
4473
|
+
goToSymbolHint: "Go to a symbol ({0}).",
|
|
4144
4474
|
goToSymbolHintNoKb: "Bir simgeye gitmek için Erişilebilir Görünümde Sembole Git komutu için bir tuş bağlaması yapılandır",
|
|
4475
|
+
insertAtCursor: " - Insert the code block at the cursor ({0}).\r\n",
|
|
4476
|
+
insertAtCursorNoKb: " - Insert the code block at the cursor by configuring a keybinding for the Chat: Insert Code Block command.\r\n",
|
|
4477
|
+
insertIntoNewFile: " - Insert the code block into a new file ({0}).\r\n",
|
|
4478
|
+
insertIntoNewFileNoKb: " - Insert the code block into a new file by configuring a keybinding for the Chat: Insert into New File command.\r\n",
|
|
4145
4479
|
intro: "Erişilebilir görünümde şunları yapabilirsiniz:\r\n",
|
|
4146
4480
|
openDoc: "\r\n\r\nErişilebilirlikle ilgili daha fazla bilgi içeren bir tarayıcı penceresi açın (H).",
|
|
4481
|
+
runInTerminal: " - Run the code block in the terminal ({0}).\r\n",
|
|
4482
|
+
runInTerminalNoKb: " - Run the coe block in the terminal by configuring a keybinding for the Chat: Insert into Terminal command.\r\n",
|
|
4147
4483
|
symbolLabel: "({0}) {1}",
|
|
4148
4484
|
symbolLabelAria: "({0}) {1}",
|
|
4149
|
-
toolbar: "
|
|
4485
|
+
toolbar: "Navigate to the toolbar (Shift+Tab)."
|
|
4150
4486
|
},
|
|
4151
4487
|
"vs/workbench/contrib/accessibility/browser/accessibleViewActions": {
|
|
4152
4488
|
"editor.action.accessibilityHelp": "Erişilebilirlik Yardımını Açın",
|
|
@@ -4155,53 +4491,19 @@ var content = {
|
|
|
4155
4491
|
"editor.action.accessibleViewDisableHint": "Erişilebilir Görünüm İpucunu Devre Dışı Bırak",
|
|
4156
4492
|
"editor.action.accessibleViewGoToSymbol": "Erişilebilir Görünümde Sembole Git",
|
|
4157
4493
|
"editor.action.accessibleViewNext": "Sonrakini Erişilebilir Görünümde Göster",
|
|
4158
|
-
"editor.action.
|
|
4159
|
-
|
|
4160
|
-
"
|
|
4161
|
-
"audioCues.chatRequestSent": "Bir sohbet isteğinde bulunulduğunda ses çalar.",
|
|
4162
|
-
"audioCues.chatResponsePending": "Yanıt beklemedeyken döngüde bir ses çalar.",
|
|
4163
|
-
"audioCues.chatResponseReceived": "Yanıt alındığında döngüde bir ses çalar.",
|
|
4164
|
-
"audioCues.clear": "Bir özellik temizlendiğinde (örneğin terminal, Hata Ayıklama Konsolu veya Çıkış kanalı) bir ses çalar. Bu devre dışı bırakıldığında, bir ARIA uyarısı, 'Temizlendi' ifadesini duyurur.",
|
|
4165
|
-
"audioCues.debouncePositionChanges": "Pozisyon değişikliklerinin iptal edilip edilmeyeceği",
|
|
4166
|
-
"audioCues.debouncePositionChangesDeprecated": "Bu ayar kullanım dışıdır, bunun yerine `signals.debouncePositionChanges` ayarını kullanın.",
|
|
4167
|
-
"audioCues.diffLineDeleted": "Odak, Erişilebilir Fark Görüntüleyen modunda silinmiş bir satıra veya sonraki/önceki değişikliğe geçtiğinde ses çalar.",
|
|
4168
|
-
"audioCues.diffLineInserted": "Odak, Erişilebilir Fark Görüntüleyen modunda eklenmiş bir satıra veya sonraki/önceki değişikliğe geçtiğinde ses çalar.",
|
|
4169
|
-
"audioCues.diffLineModified": "Odak, Erişilebilir Fark Görüntüleyen modunda değiştirilmiş bir satıra veya sonraki/önceki değişikliğe geçtiğinde ses çalar.",
|
|
4170
|
-
"audioCues.enabled.auto": "Ekran okuyucu eklendiğinde sesi etkinleştirin.",
|
|
4171
|
-
"audioCues.enabled.deprecated": "Bu ayar kullanım dışıdır. Bunun yerine `signals` ayarlarını kullanın.",
|
|
4172
|
-
"audioCues.enabled.off": "Sesi devre dışı bırakın.",
|
|
4173
|
-
"audioCues.enabled.on": "Sesi etkinleştirin.",
|
|
4174
|
-
"audioCues.format": "Bir dosya veya not defteri biçimlendirildiğinde ses çalar. Ayrıca bkz. {0}",
|
|
4175
|
-
"audioCues.format.always": "Bir hücrenin kaydedilmesi, yazılması veya yapıştırılması veya çalıştırılması sırasında biçimlendirilecek şekilde ayarlanmış olması da dahil olmak üzere, bir dosya biçimlendirildiğinde ses ipucunu çalar.",
|
|
4176
|
-
"audioCues.format.never": "Hiçbir zaman ses işaretini çalmaz.",
|
|
4177
|
-
"audioCues.format.userGesture": "Kullanıcı açıkça bir dosyayı biçimlendirdiğinde ses ipucunu çalar.",
|
|
4178
|
-
"audioCues.lineHasBreakpoint": "Etkin satırda bir kesme noktası olduğunda ses çalar.",
|
|
4179
|
-
"audioCues.lineHasError": "Etkin satırda bir hata olduğunda ses çalar.",
|
|
4180
|
-
"audioCues.lineHasFoldedArea": "Etkin satırda açılabilecek bir katlanmış alan olduğunda ses çalar.",
|
|
4181
|
-
"audioCues.lineHasInlineSuggestion": "Etkin satırda bir satır içi öneri olduğunda ses çalar.",
|
|
4182
|
-
"audioCues.lineHasWarning": "Etkin satırda bir uyarı olduğunda ses çalar.",
|
|
4183
|
-
"audioCues.noInlayHints": "Inlay ipuçları olmayan Inlay ipuçlarıyla satır okunmaya çalışılırken ses çalar.",
|
|
4184
|
-
"audioCues.notebookCellCompleted": "Bir not defteri hücre yürütmesi başarıyla tamamlandığında bir ses çalar.",
|
|
4185
|
-
"audioCues.notebookCellFailed": "Bir not defteri hücre yürütmesi başarısız olduğunda bir ses çalar.",
|
|
4186
|
-
"audioCues.onDebugBreak": "Hata ayıklayıcı bir kesme noktası üzerinde durduğunda ses çalar.",
|
|
4187
|
-
"audioCues.save": "Bir dosya kaydedildiğinde ses çalar. Ayrıca bkz. {0}",
|
|
4188
|
-
"audioCues.save.always": "Otomatik kaydetme de dahil olmak üzere bir dosya kaydedildiğinde ses ipucunu çalar.",
|
|
4189
|
-
"audioCues.save.never": "Hiçbir zaman ses işaretini çalmaz.",
|
|
4190
|
-
"audioCues.save.userGesture": "Kullanıcı açıkça bir dosyayı kaydettiğinde ses ipucunu çalar.",
|
|
4191
|
-
"audioCues.taskCompleted": "Bir görev tamamlandığında bir ses çalar.",
|
|
4192
|
-
"audioCues.taskFailed": "Görev başarısız olduğunda ses çalar (sıfır olmayan çıkış kodu).",
|
|
4193
|
-
"audioCues.terminalBell": "Terminal zili çalınırken ses çalar.",
|
|
4194
|
-
"audioCues.terminalCommandFailed": "Terminal komutu başarısız olduğunda bir ses çalar (sıfır olmayan çıkış kodu).",
|
|
4195
|
-
"audioCues.terminalQuickFix": "Terminal Hızlı Düzeltmeleri mevcut olduğunda bir ses çalar."
|
|
4494
|
+
"editor.action.accessibleViewNextCodeBlock": "Accessible View: Next Code Block",
|
|
4495
|
+
"editor.action.accessibleViewPrevious": "Öncekini Erişilebilir Görünümde Göster",
|
|
4496
|
+
"editor.action.accessibleViewPreviousCodeBlock": "Accessible View: Previous Code Block"
|
|
4196
4497
|
},
|
|
4197
4498
|
"vs/workbench/contrib/accessibilitySignals/browser/commands": {
|
|
4198
4499
|
"accessibility.announcement.help": "Yardım: Sinyal Duyurularını Listele",
|
|
4199
|
-
"accessibility.announcement.help.description": "
|
|
4200
|
-
"accessibility.sound.help.description": "
|
|
4500
|
+
"accessibility.announcement.help.description": "List all accessibility announcements, alerts, braille messages, and configure their settings",
|
|
4501
|
+
"accessibility.sound.help.description": "List all accessibility sounds, noises, or audio cues and configure their settings",
|
|
4201
4502
|
"announcement.help.placeholder": "Yapılandırmak için bir duyuru seçin",
|
|
4503
|
+
"announcement.help.placeholder.disabled": "Screen reader is not active, announcements are disabled by default.",
|
|
4202
4504
|
"announcement.help.settings": "Duyuruyu Yapılandır",
|
|
4203
|
-
"audioCues.help.placeholder": "Çalmak ve yapılandırmak için bir ses seçin",
|
|
4204
4505
|
"signals.sound.help": "Yardım: Sinyal Seslerini Listele",
|
|
4506
|
+
"sounds.help.placeholder": "Select a sound to play and configure",
|
|
4205
4507
|
"sounds.help.settings": "Sesi Yapılandır"
|
|
4206
4508
|
},
|
|
4207
4509
|
"vs/workbench/contrib/bulkEdit/browser/bulkEditService": {
|
|
@@ -4320,23 +4622,22 @@ var content = {
|
|
|
4320
4622
|
"workbench.action.interactiveSession.focusInputNoKb": "Sohbet istekleri için giriş kutusuna odaklanmak için çağırılan Sohbet Girişine Odaklan komutu, şu anda bir tuş bağlamasıyla tetiklenemez."
|
|
4321
4623
|
},
|
|
4322
4624
|
"vs/workbench/contrib/chat/browser/actions/chatActions": {
|
|
4323
|
-
"actions.chat.submit": "Gönder",
|
|
4324
|
-
"actions.chat.submitSecondaryAgent": "İkincil Aracıya Gönder",
|
|
4325
4625
|
"actions.interactiveSession.focus": "Odak Sohbet Listesi",
|
|
4326
4626
|
"chat.category": "Sohbet",
|
|
4327
4627
|
"chat.clear.label": "Tüm Çalışma Alanı Sohbetlerini Temizle",
|
|
4328
|
-
"chat.history.label": "
|
|
4628
|
+
"chat.history.label": "Show Chats...",
|
|
4329
4629
|
"interactiveSession.clearHistory.label": "Giriş Geçmişini Temizle",
|
|
4330
4630
|
"interactiveSession.focusInput.label": "Odak Sohbet Girişi",
|
|
4331
4631
|
"interactiveSession.history.delete": "Sil",
|
|
4332
4632
|
"interactiveSession.history.pick": "Sohbete geç",
|
|
4333
|
-
"interactiveSession.open": "
|
|
4633
|
+
"interactiveSession.open": "Open Editor",
|
|
4334
4634
|
openChat: "Sohbeti Aç"
|
|
4335
4635
|
},
|
|
4336
4636
|
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
|
|
4337
4637
|
"chat.newChat.label": "Yeni Sohbet"
|
|
4338
4638
|
},
|
|
4339
4639
|
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
|
|
4640
|
+
"interactive.compare.apply": "Apply Edits",
|
|
4340
4641
|
"interactive.copyCodeBlock.label": "Kopyala",
|
|
4341
4642
|
"interactive.insertCodeBlock.label": "İmleçte Ekle",
|
|
4342
4643
|
"interactive.insertIntoNewFile.label": "Yeni Dosya’ya Ekle",
|
|
@@ -4349,30 +4650,30 @@ var content = {
|
|
|
4349
4650
|
"interactive.copyItem.label": "Kopyala"
|
|
4350
4651
|
},
|
|
4351
4652
|
"vs/workbench/contrib/chat/browser/actions/chatExecuteActions": {
|
|
4653
|
+
"actions.chat.submitSecondaryAgent": "Submit to Secondary Agent",
|
|
4654
|
+
"chat.newChat.label": "Send to New Chat",
|
|
4352
4655
|
"interactive.cancel.label": "İptal",
|
|
4353
|
-
"interactive.submit.label": "
|
|
4656
|
+
"interactive.submit.label": "Send"
|
|
4354
4657
|
},
|
|
4355
4658
|
"vs/workbench/contrib/chat/browser/actions/chatFileTreeActions": {
|
|
4356
4659
|
"interactive.nextFileTree.label": "Sonraki Dosya Ağacı",
|
|
4357
4660
|
"interactive.previousFileTree.label": "Önceki Dosya Ağacı"
|
|
4358
4661
|
},
|
|
4359
4662
|
"vs/workbench/contrib/chat/browser/actions/chatImportExport": {
|
|
4360
|
-
"chat.export.label": "
|
|
4663
|
+
"chat.export.label": "Export Chat...",
|
|
4361
4664
|
"chat.file.label": "Sohbet Oturumu",
|
|
4362
|
-
"chat.import.label": "
|
|
4665
|
+
"chat.import.label": "Import Chat..."
|
|
4363
4666
|
},
|
|
4364
4667
|
"vs/workbench/contrib/chat/browser/actions/chatMoveActions": {
|
|
4365
4668
|
"chat.openInEditor.label": "Sohbeti Düzenleyicide Aç",
|
|
4366
4669
|
"chat.openInNewWindow.label": "Sohbeti Yeni Pencerede Aç",
|
|
4367
|
-
"interactiveSession.openInEditor.label": "Sohbeti Düzenleyicide Aç",
|
|
4368
|
-
"interactiveSession.openInNewWindow.label": "Sohbeti Yeni Pencerede Aç",
|
|
4369
4670
|
"interactiveSession.openInSidebar.label": "Sohbeti Yan Çubukta Aç"
|
|
4370
4671
|
},
|
|
4371
4672
|
"vs/workbench/contrib/chat/browser/actions/chatQuickInputActions": {
|
|
4372
4673
|
"chat.closeQuickChat.label": "Hızlı Sohbeti Kapat",
|
|
4373
4674
|
"chat.launchInlineChat.label": "Satır İçi Sohbeti Başlat",
|
|
4374
4675
|
"chat.openInChatView.label": "Sohbet Görünümünde Aç",
|
|
4375
|
-
"interactiveSession.open": "
|
|
4676
|
+
"interactiveSession.open": "Open Quick Chat",
|
|
4376
4677
|
quickChat: "Hızlı Sohbet",
|
|
4377
4678
|
"toggle.desc": "Hızlı sohbeti aç/kapat",
|
|
4378
4679
|
"toggle.isPartialQuery": "Sorgunun kısmi olup olmadığı; daha fazla kullanıcı girişi bekler",
|
|
@@ -4380,14 +4681,22 @@ var content = {
|
|
|
4380
4681
|
},
|
|
4381
4682
|
"vs/workbench/contrib/chat/browser/actions/chatTitleActions": {
|
|
4382
4683
|
"chat.remove.label": "İsteği Kaldır ve Yanıtla",
|
|
4684
|
+
"chat.rerun.label": "Rerun Request",
|
|
4685
|
+
"chat.rerunWithoutCommandDetection.label": "Rerun without Command Detection",
|
|
4383
4686
|
"interactive.helpful.label": "Yardımcı oldu",
|
|
4384
4687
|
"interactive.insertIntoNotebook.label": "Not Defterine Ekle",
|
|
4385
4688
|
"interactive.reportIssueForBug.label": "Sorun Raporla",
|
|
4386
|
-
"interactive.unhelpful.label": "Yardımcı olmadı"
|
|
4689
|
+
"interactive.unhelpful.label": "Yardımcı olmadı",
|
|
4690
|
+
reunmenu: "Rerun..."
|
|
4691
|
+
},
|
|
4692
|
+
"vs/workbench/contrib/chat/browser/chat": {
|
|
4693
|
+
generating: "Generating"
|
|
4387
4694
|
},
|
|
4388
4695
|
"vs/workbench/contrib/chat/browser/chat.contribution": {
|
|
4389
4696
|
chat: "Sohbet",
|
|
4697
|
+
"chat.experimental.implicitContext": "Controls whether a checkbox is shown to allow the user to determine which implicit context is included with a chat participant's prompt.",
|
|
4390
4698
|
clear: "Yeni sohbet başlat",
|
|
4699
|
+
file: "Choose a file in the workspace",
|
|
4391
4700
|
"interactiveSession.editor.fontFamily": "Sohbet kod bloklarındaki yazı tipi ailesini kontrol eder.",
|
|
4392
4701
|
"interactiveSession.editor.fontSize": "Sohbet kod bloklarında piksel cinsinden yazı tipi boyutunu kontrol eder.",
|
|
4393
4702
|
"interactiveSession.editor.fontWeight": "Sohbet kod bloklarındaki yazı tipi ağırlığını kontrol eder.",
|
|
@@ -4395,13 +4704,16 @@ var content = {
|
|
|
4395
4704
|
"interactiveSession.editor.wordWrap": "Satırların sohbet kod bloklarında kaydırılıp kaydırılmayacağını kontrol eder.",
|
|
4396
4705
|
interactiveSessionConfigurationTitle: "Sohbet"
|
|
4397
4706
|
},
|
|
4398
|
-
"vs/workbench/contrib/chat/browser/
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4707
|
+
"vs/workbench/contrib/chat/browser/chatAccessibilityProvider": {
|
|
4708
|
+
chat: "Chat",
|
|
4709
|
+
multiCodeBlock: "{0} {1} code blocks",
|
|
4710
|
+
multiCodeBlockHint: "{0} {1} code blocks: {2}",
|
|
4711
|
+
multiFileTreeHint: "{0} file trees",
|
|
4712
|
+
noCodeBlocks: "{0} {1}",
|
|
4713
|
+
noCodeBlocksHint: "{0} {1} {2}",
|
|
4714
|
+
singleCodeBlock: "{0} 1 code block: {1}",
|
|
4715
|
+
singleCodeBlockHint: "{0} 1 code block: {1} {2}",
|
|
4716
|
+
singleFileTreeHint: "1 file tree"
|
|
4405
4717
|
},
|
|
4406
4718
|
"vs/workbench/contrib/chat/browser/chatEditorInput": {
|
|
4407
4719
|
chatEditorLabelIcon: "Sohbet düzenleyicisi etiketinin simgesi.",
|
|
@@ -4412,21 +4724,16 @@ var content = {
|
|
|
4412
4724
|
},
|
|
4413
4725
|
"vs/workbench/contrib/chat/browser/chatInputPart": {
|
|
4414
4726
|
"actions.chat.accessibiltyHelp": "Sohbet Girişi, Soru sormak için yazın veya konular için / yazın, isteği göndermek için Enter tuşuna basın. Sohbet Erişilebilirlik Yardımı için {0} kullanın.",
|
|
4727
|
+
"chat.submitToSecondaryAgent": "Send to @{0}",
|
|
4415
4728
|
chatInput: "Sohbet Girişi",
|
|
4416
|
-
"chatInput.accessibilityHelpNoKb": "Sohbet Girişi, Kodu buraya yazın ve çalıştırmak için Enter tuşuna basın. Daha fazla bilgi için Sohbet Erişilebilirlik Yardımı komutunu kullanın."
|
|
4729
|
+
"chatInput.accessibilityHelpNoKb": "Sohbet Girişi, Kodu buraya yazın ve çalıştırmak için Enter tuşuna basın. Daha fazla bilgi için Sohbet Erişilebilirlik Yardımı komutunu kullanın.",
|
|
4730
|
+
"notebook.moreExecuteActionsLabel": "More...",
|
|
4731
|
+
use: "Use"
|
|
4417
4732
|
},
|
|
4418
4733
|
"vs/workbench/contrib/chat/browser/chatListRenderer": {
|
|
4419
|
-
chat: "Sohbet",
|
|
4420
4734
|
commandButtonDisabled: "Düğme geri yüklenen sohbette kullanılamıyor",
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
multiFileTreeHint: "{0} dosya ağacı",
|
|
4424
|
-
noCodeBlocks: "{0} {1}",
|
|
4425
|
-
noCodeBlocksHint: "{0} {1} {2}",
|
|
4426
|
-
singleCodeBlock: "{0} 1 kod bloğu: {1}",
|
|
4427
|
-
singleCodeBlockHint: "{0} 1 kod bloğu: {1} {2}",
|
|
4428
|
-
singleFileTreeHint: "1 dosya ağacı",
|
|
4429
|
-
thinking: "Düşünme",
|
|
4735
|
+
editsSummary: "Made changes.",
|
|
4736
|
+
editsSummary1: "Making changes...",
|
|
4430
4737
|
treeAriaLabel: "Dosya Ağacı",
|
|
4431
4738
|
usedAgent: "{0} kullanıldı",
|
|
4432
4739
|
usedReferences: "Kullanılan Başvurular",
|
|
@@ -4441,8 +4748,19 @@ var content = {
|
|
|
4441
4748
|
"chat.codeBlock.toolbarVerbose": "Sekme aracılığıyla ulaşılabilen kod bloğunun araç çubuğu",
|
|
4442
4749
|
"chat.codeBlockHelp": "Kod bloğu",
|
|
4443
4750
|
"chat.codeBlockLabel": "{0} kod bloğu",
|
|
4751
|
+
"chat.compareCodeBlockLabel": "Code Edits",
|
|
4752
|
+
"chat.edits.1": "Made 1 change in [[{0}]]",
|
|
4753
|
+
"chat.edits.N": "Made {0} changes in [[{1}]]",
|
|
4754
|
+
"interactive.compare.apply.confirm": "The original file has been modified.",
|
|
4755
|
+
"interactive.compare.apply.confirm.detail": "Do you want to apply the changes anyway?",
|
|
4756
|
+
modified: "Modified",
|
|
4757
|
+
original: "Original",
|
|
4444
4758
|
vulnerabilitiesPlural: "{0} güvenlik açığı",
|
|
4445
4759
|
vulnerabilitiesSingular: "{0} güvenlik açığı"
|
|
4760
|
+
},
|
|
4761
|
+
"vs/workbench/contrib/chat/browser/contrib/chatDynamicVariables": {
|
|
4762
|
+
allFiles: "All Files",
|
|
4763
|
+
allFilesDescription: "Search for relevant files in the workspace and provide context from them"
|
|
4446
4764
|
},
|
|
4447
4765
|
"vs/workbench/contrib/chat/browser/contrib/chatInputEditorContrib": {
|
|
4448
4766
|
pickFileLabel: "Dosya seç"
|
|
@@ -4456,13 +4774,16 @@ var content = {
|
|
|
4456
4774
|
"chat.slashCommandForeground": "Sohbet eğik çizgi komutunun ön plan rengi."
|
|
4457
4775
|
},
|
|
4458
4776
|
"vs/workbench/contrib/chat/common/chatContextKeys": {
|
|
4777
|
+
chatEditApplied: "True when the chat text edits have been applied.",
|
|
4778
|
+
chatIsEnabled: "True when chat is enabled because a default chat participant is registered.",
|
|
4459
4779
|
chatRequest: "Sohbet öğesi bir istek.",
|
|
4460
4780
|
chatResponse: "Sohbet öğesi bir yanıt.",
|
|
4461
4781
|
chatResponseFiltered: "Sohbet yanıtı sunucu tarafından filtrelendiğinde true olur.",
|
|
4462
4782
|
chatResponseSupportsIssueReporting: "Geçerli sohbet yanıtı sorun raporlamayı desteklediğinde doğrudur.",
|
|
4463
|
-
|
|
4783
|
+
chatSessionResponseDetectedAgentOrCommand: "When the agent or command was automatically detected",
|
|
4464
4784
|
inChat: "Odak sohbet pencere öğesindeyken doğru, aksi takdirde yanlış.",
|
|
4465
4785
|
inInteractiveInput: "Odak sohbet girişindeyken doğru, aksi takdirde yanlış.",
|
|
4786
|
+
interactiveInputHasFocus: "True when the chat input has focus.",
|
|
4466
4787
|
interactiveInputHasText: "Sohbet girişinde metin olduğunda doğrudur.",
|
|
4467
4788
|
interactiveSessionRequestInProgress: "Geçerli istek devam ediyorsa true olur.",
|
|
4468
4789
|
interactiveSessionResponseVote: "Yanıta olumlu oy verildiğinde 'up', olumsuz oy verildiğinde 'down' olarak ayarlanır. Aksi takdirde boş dize olur."
|
|
@@ -4503,7 +4824,8 @@ var content = {
|
|
|
4503
4824
|
"contributes.documentation.refactorings": "Yeniden düzenlemeler için belgelere katkıda bulundu."
|
|
4504
4825
|
},
|
|
4505
4826
|
"vs/workbench/contrib/codeEditor/browser/accessibility/accessibility": {
|
|
4506
|
-
toggleScreenReaderMode: "Ekran Okuyucusu Erişilebilirlik Modunu Aç/Kapat"
|
|
4827
|
+
toggleScreenReaderMode: "Ekran Okuyucusu Erişilebilirlik Modunu Aç/Kapat",
|
|
4828
|
+
toggleScreenReaderModeDescription: "Toggles an optimized mode for usage with screen readers, braille devices, and other assistive technologies."
|
|
4507
4829
|
},
|
|
4508
4830
|
"vs/workbench/contrib/codeEditor/browser/dictation/editorDictation": {
|
|
4509
4831
|
startDictation: "Düzenleyicide Dikteyi Başlat",
|
|
@@ -4517,8 +4839,11 @@ var content = {
|
|
|
4517
4839
|
hintWhitespace: "Boşluk Farklılıklarını Göster",
|
|
4518
4840
|
msg1: "Fark düzenleyicisindesiniz.",
|
|
4519
4841
|
msg2: "Sonraki ({0}) veya önceki ({1}) farkı, ekran okuyucular için iyileştirilmiş fark inceleme modunda görüntüleyin.",
|
|
4520
|
-
msg3: "
|
|
4521
|
-
|
|
4842
|
+
msg3: "Run the command Diff Editor: Switch Side ({0}) to toggle between the original and modified editors.",
|
|
4843
|
+
msg4: "To control which accessibility signals should be played, the following settings can be configured: {0}.",
|
|
4844
|
+
msg5: "The setting, accessibility.verbosity.diffEditorActive, controls if a diff editor announcement is made when it becomes the active editor.",
|
|
4845
|
+
removeTimeout: "Sınırı Kaldır",
|
|
4846
|
+
switchSidesNoKb: "Run the command Diff Editor: Switch Side, which is currently not triggerable via keybinding, to toggle between the original and modified editors."
|
|
4522
4847
|
},
|
|
4523
4848
|
"vs/workbench/contrib/codeEditor/browser/emptyTextEditorHint/emptyTextEditorHint": {
|
|
4524
4849
|
defaultHintAriaLabel: "Dil seçmek için {0}, şablonla doldurmak için {1} yürütün veya farklı bir düzenleyici açıp başlamak için {2} yürütün. Kapatmak için yazmaya başlayın.",
|
|
@@ -4601,6 +4926,70 @@ var content = {
|
|
|
4601
4926
|
"toggle.wordwrap": "Görünüm: Sözcük Kaydırmayı Aç/Kapat",
|
|
4602
4927
|
unwrapMinified: "Bu dosya için kaydırmayı devre dışı bırak",
|
|
4603
4928
|
wrapMinified: "Bu dosya için kaydırmayı etkinleştir"
|
|
4929
|
+
},
|
|
4930
|
+
"vs/workbench/contrib/codeEditor/common/languageConfigurationExtensionPoint": {
|
|
4931
|
+
formatError: "{0}: Invalid format, JSON object expected.",
|
|
4932
|
+
parseErrors: "Errors parsing {0}: {1}",
|
|
4933
|
+
"schema.autoCloseBefore": "Defines what characters must be after the cursor in order for bracket or quote autoclosing to occur when using the 'languageDefined' autoclosing setting. This is typically the set of characters which can not start an expression.",
|
|
4934
|
+
"schema.autoClosingPairs": "Defines the bracket pairs. When a opening bracket is entered, the closing bracket is inserted automatically.",
|
|
4935
|
+
"schema.autoClosingPairs.notIn": "Defines a list of scopes where the auto pairs are disabled.",
|
|
4936
|
+
"schema.blockComment.begin": "The character sequence that starts a block comment.",
|
|
4937
|
+
"schema.blockComment.end": "The character sequence that ends a block comment.",
|
|
4938
|
+
"schema.blockComments": "Defines how block comments are marked.",
|
|
4939
|
+
"schema.brackets": "Defines the bracket symbols that increase or decrease the indentation. When bracket pair colorization is enabled and {0} is not defined, this also defines the bracket pairs that are colorized by their nesting level.",
|
|
4940
|
+
"schema.closeBracket": "The closing bracket character or string sequence.",
|
|
4941
|
+
"schema.colorizedBracketPairs": "Defines the bracket pairs that are colorized by their nesting level if bracket pair colorization is enabled. Any brackets included here that are not included in {0} will be automatically included in {0}.",
|
|
4942
|
+
"schema.comments": "Defines the comment symbols",
|
|
4943
|
+
"schema.folding": "The language's folding settings.",
|
|
4944
|
+
"schema.folding.markers": "Language specific folding markers such as '#region' and '#endregion'. The start and end regexes will be tested against the contents of all lines and must be designed efficiently",
|
|
4945
|
+
"schema.folding.markers.end": "The RegExp pattern for the end marker. The regexp must start with '^'.",
|
|
4946
|
+
"schema.folding.markers.start": "The RegExp pattern for the start marker. The regexp must start with '^'.",
|
|
4947
|
+
"schema.folding.offSide": "A language adheres to the off-side rule if blocks in that language are expressed by their indentation. If set, empty lines belong to the subsequent block.",
|
|
4948
|
+
"schema.indentationRules": "The language's indentation settings.",
|
|
4949
|
+
"schema.indentationRules.decreaseIndentPattern": "If a line matches this pattern, then all the lines after it should be unindented once (until another rule matches).",
|
|
4950
|
+
"schema.indentationRules.decreaseIndentPattern.errorMessage": "Must match the pattern `/^([gimuy]+)$/`.",
|
|
4951
|
+
"schema.indentationRules.decreaseIndentPattern.flags": "The RegExp flags for decreaseIndentPattern.",
|
|
4952
|
+
"schema.indentationRules.decreaseIndentPattern.pattern": "The RegExp pattern for decreaseIndentPattern.",
|
|
4953
|
+
"schema.indentationRules.increaseIndentPattern": "If a line matches this pattern, then all the lines after it should be indented once (until another rule matches).",
|
|
4954
|
+
"schema.indentationRules.increaseIndentPattern.errorMessage": "Must match the pattern `/^([gimuy]+)$/`.",
|
|
4955
|
+
"schema.indentationRules.increaseIndentPattern.flags": "The RegExp flags for increaseIndentPattern.",
|
|
4956
|
+
"schema.indentationRules.increaseIndentPattern.pattern": "The RegExp pattern for increaseIndentPattern.",
|
|
4957
|
+
"schema.indentationRules.indentNextLinePattern": "If a line matches this pattern, then **only the next line** after it should be indented once.",
|
|
4958
|
+
"schema.indentationRules.indentNextLinePattern.errorMessage": "Must match the pattern `/^([gimuy]+)$/`.",
|
|
4959
|
+
"schema.indentationRules.indentNextLinePattern.flags": "The RegExp flags for indentNextLinePattern.",
|
|
4960
|
+
"schema.indentationRules.indentNextLinePattern.pattern": "The RegExp pattern for indentNextLinePattern.",
|
|
4961
|
+
"schema.indentationRules.unIndentedLinePattern": "If a line matches this pattern, then its indentation should not be changed and it should not be evaluated against the other rules.",
|
|
4962
|
+
"schema.indentationRules.unIndentedLinePattern.errorMessage": "Must match the pattern `/^([gimuy]+)$/`.",
|
|
4963
|
+
"schema.indentationRules.unIndentedLinePattern.flags": "The RegExp flags for unIndentedLinePattern.",
|
|
4964
|
+
"schema.indentationRules.unIndentedLinePattern.pattern": "The RegExp pattern for unIndentedLinePattern.",
|
|
4965
|
+
"schema.lineComment": "The character sequence that starts a line comment.",
|
|
4966
|
+
"schema.onEnterRules": "The language's rules to be evaluated when pressing Enter.",
|
|
4967
|
+
"schema.onEnterRules.action": "The action to execute.",
|
|
4968
|
+
"schema.onEnterRules.action.appendText": "Describes text to be appended after the new line and after the indentation.",
|
|
4969
|
+
"schema.onEnterRules.action.indent": "Describe what to do with the indentation",
|
|
4970
|
+
"schema.onEnterRules.action.indent.indent": "Insert new line and indent once (relative to the previous line's indentation).",
|
|
4971
|
+
"schema.onEnterRules.action.indent.indentOutdent": "Insert two new lines:\r\n - the first one indented which will hold the cursor\r\n - the second one at the same indentation level",
|
|
4972
|
+
"schema.onEnterRules.action.indent.none": "Insert new line and copy the previous line's indentation.",
|
|
4973
|
+
"schema.onEnterRules.action.indent.outdent": "Insert new line and outdent once (relative to the previous line's indentation).",
|
|
4974
|
+
"schema.onEnterRules.action.removeText": "Describes the number of characters to remove from the new line's indentation.",
|
|
4975
|
+
"schema.onEnterRules.afterText": "This rule will only execute if the text after the cursor matches this regular expression.",
|
|
4976
|
+
"schema.onEnterRules.afterText.errorMessage": "Must match the pattern `/^([gimuy]+)$/`.",
|
|
4977
|
+
"schema.onEnterRules.afterText.flags": "The RegExp flags for afterText.",
|
|
4978
|
+
"schema.onEnterRules.afterText.pattern": "The RegExp pattern for afterText.",
|
|
4979
|
+
"schema.onEnterRules.beforeText": "This rule will only execute if the text before the cursor matches this regular expression.",
|
|
4980
|
+
"schema.onEnterRules.beforeText.errorMessage": "Must match the pattern `/^([gimuy]+)$/`.",
|
|
4981
|
+
"schema.onEnterRules.beforeText.flags": "The RegExp flags for beforeText.",
|
|
4982
|
+
"schema.onEnterRules.beforeText.pattern": "The RegExp pattern for beforeText.",
|
|
4983
|
+
"schema.onEnterRules.previousLineText": "This rule will only execute if the text above the line matches this regular expression.",
|
|
4984
|
+
"schema.onEnterRules.previousLineText.errorMessage": "Must match the pattern `/^([gimuy]+)$/`.",
|
|
4985
|
+
"schema.onEnterRules.previousLineText.flags": "The RegExp flags for previousLineText.",
|
|
4986
|
+
"schema.onEnterRules.previousLineText.pattern": "The RegExp pattern for previousLineText.",
|
|
4987
|
+
"schema.openBracket": "The opening bracket character or string sequence.",
|
|
4988
|
+
"schema.surroundingPairs": "Defines the bracket pairs that can be used to surround a selected string.",
|
|
4989
|
+
"schema.wordPattern": "Defines what is considered to be a word in the programming language.",
|
|
4990
|
+
"schema.wordPattern.flags": "The RegExp flags used to match words.",
|
|
4991
|
+
"schema.wordPattern.flags.errorMessage": "Must match the pattern `/^([gimuy]+)$/`.",
|
|
4992
|
+
"schema.wordPattern.pattern": "The RegExp pattern used to match words."
|
|
4604
4993
|
},
|
|
4605
4994
|
"vs/workbench/contrib/commands/common/commands.contribution": {
|
|
4606
4995
|
runCommands: "Komutları Çalıştırma",
|
|
@@ -4652,6 +5041,7 @@ var content = {
|
|
|
4652
5041
|
commentsConfigurationTitle: "Açıklamalar",
|
|
4653
5042
|
expandAll: "Tümünü Genişlet",
|
|
4654
5043
|
openComments: "Açıklamalar panelinin açılacağı zamanı denetler.",
|
|
5044
|
+
reply: "Reply",
|
|
4655
5045
|
totalUnresolvedComments: "{0} Çözümlenmemiş Yorumlar",
|
|
4656
5046
|
useRelativeTime: "Açıklama zaman damgalarında göreli zamanın kullanılıp kullanılmayacağını belirler (ör. '1 gün önce')."
|
|
4657
5047
|
},
|
|
@@ -4700,17 +5090,25 @@ var content = {
|
|
|
4700
5090
|
commentLine: "[Ln {0}]",
|
|
4701
5091
|
commentRange: "[Ln {0}-{1}]",
|
|
4702
5092
|
"comments.view.title": "Açıklamalar",
|
|
4703
|
-
|
|
5093
|
+
commentsCountReplies: "{0} replies",
|
|
5094
|
+
commentsCountReply: "1 reply",
|
|
4704
5095
|
image: "Görüntü",
|
|
4705
5096
|
imageWithLabel: "Görüntü: {0}",
|
|
4706
|
-
lastReplyFrom: "{0} tarafından gelen son yanıt"
|
|
5097
|
+
lastReplyFrom: "{0} tarafından gelen son yanıt",
|
|
5098
|
+
outdated: "Outdated"
|
|
4707
5099
|
},
|
|
4708
5100
|
"vs/workbench/contrib/comments/browser/commentsView": {
|
|
5101
|
+
acessibleViewHint: "Inspect this in the accessible view ({0}).\r\n",
|
|
5102
|
+
acessibleViewHintNoKbOpen: "Inspect this in the accessible view via the command Open Accessible View which is currently not triggerable via keybinding.\r\n",
|
|
4709
5103
|
"comments.filter.ariaLabel": "Açıklamaları filtrele",
|
|
4710
5104
|
"comments.filter.placeholder": "Filtre (ör. metin, yazar)",
|
|
4711
|
-
|
|
4712
|
-
|
|
5105
|
+
replyCount: " {0} replies,",
|
|
5106
|
+
resourceWithCommentLabel: "{0} at line {1} column {2} in {3},{4} comment: {5}",
|
|
5107
|
+
resourceWithCommentLabelFile: "{0} in {1},{2} comment: {3}",
|
|
5108
|
+
resourceWithCommentLabelFileOutdated: "Outdated from {0} in {1},{2} comment: {3}",
|
|
5109
|
+
resourceWithCommentLabelOutdated: "Outdated from {0} at line {1} column {2} in {3},{4} comment: {5}",
|
|
4713
5110
|
resourceWithCommentThreadsLabel: "{0} içindeki açıklamalar; tam yol {1}",
|
|
5111
|
+
resourceWithRepliesLabel: "{0} {1}",
|
|
4714
5112
|
rootCommentsLabel: "Geçerli çalışma alanı için açıklamalar",
|
|
4715
5113
|
"showing filtered results": "{0} / {1} gösteriliyor"
|
|
4716
5114
|
},
|
|
@@ -4720,8 +5118,8 @@ var content = {
|
|
|
4720
5118
|
focusCommentsFilter: "Açıklama filtresini odakla",
|
|
4721
5119
|
focusCommentsList: "Açıklamalar görünümüne odaklan",
|
|
4722
5120
|
resolved: "Çözümlenenleri Göster",
|
|
4723
|
-
"toggle resolved": "
|
|
4724
|
-
"toggle unresolved": "
|
|
5121
|
+
"toggle resolved": "Show Resolved",
|
|
5122
|
+
"toggle unresolved": "Show Unresolved",
|
|
4725
5123
|
unresolved: "Çözümlenmeyenleri Göster"
|
|
4726
5124
|
},
|
|
4727
5125
|
"vs/workbench/contrib/comments/browser/commentThreadBody": {
|
|
@@ -4758,6 +5156,11 @@ var content = {
|
|
|
4758
5156
|
editorHasCommentingRange: "Aktif düzenleyicinin yorum yapma aralığının olup olmadığı",
|
|
4759
5157
|
hasCommentingProvider: "Açık çalışma alanında açıklamalar veya açıklama aralıkları olup olmadığını belirtir.",
|
|
4760
5158
|
hasCommentingRange: "Etkin imleç konumunda yorum aralığı olup olmamasını belirtir"
|
|
5159
|
+
},
|
|
5160
|
+
"vs/workbench/contrib/customEditor/browser/customEditorInput": {
|
|
5161
|
+
editorCannotMove: "Unable to move '{0}': The editor contains changes that can only be saved in its current window.",
|
|
5162
|
+
editorUnsupportedInWindow: "Unable to open the editor in this window, it contains modifications that can only be saved in the original window.",
|
|
5163
|
+
reopenInOriginalWindow: "Open in Original Window"
|
|
4761
5164
|
},
|
|
4762
5165
|
"vs/workbench/contrib/customEditor/common/contributedCustomEditors": {
|
|
4763
5166
|
builtinProviderDisplayName: "Yerleşik"
|
|
@@ -4790,7 +5193,7 @@ var content = {
|
|
|
4790
5193
|
breakpoint: "Kesme Noktası",
|
|
4791
5194
|
breakpointHasConditionDisabled: "Bu {0}, kaldırma işlemi sırasında kaybedilecek bir {1} içeriyor. Bunun yerine {0} kesme noktasını etkinleştirmeyi düşünün.",
|
|
4792
5195
|
breakpointHasConditionEnabled: "Bu {0}, kaldırma işlemi sırasında kaybedilecek bir {1} içeriyor. Bunun yerine {0} kesme noktasını devre dışı bırakmayı düşünün.",
|
|
4793
|
-
breakpointHelper: "
|
|
5196
|
+
breakpointHelper: "Click to add a breakpoint",
|
|
4794
5197
|
condition: "koşul",
|
|
4795
5198
|
"debugIcon.breakpointCurrentStackframeForeground": "Geçerli kesme noktası yığın çerçevesi için simge rengi.",
|
|
4796
5199
|
"debugIcon.breakpointDisabledForeground": "Devre dışı kesme noktaları için simge rengi.",
|
|
@@ -4823,6 +5226,7 @@ var content = {
|
|
|
4823
5226
|
"vs/workbench/contrib/debug/browser/breakpointsView": {
|
|
4824
5227
|
access: "Erişim",
|
|
4825
5228
|
activateBreakpoints: "Kesme Noktalarını Etkinleştirmeyi Aç/Kapat",
|
|
5229
|
+
addDataBreakpointOnAddress: "Add Data Breakpoint at Address",
|
|
4826
5230
|
addFunctionBreakpoint: "İşlev Kesme Noktası Ekle",
|
|
4827
5231
|
breakpoint: "Kesme Noktası",
|
|
4828
5232
|
breakpointUnsupported: "Bu türdeki kesme noktaları hata ayıklayıcısı tarafından desteklenmiyor",
|
|
@@ -4830,8 +5234,14 @@ var content = {
|
|
|
4830
5234
|
dataBreakPointExpresionAriaLabel: "Tür ifadesi. İfade true olarak değerlendirildiğinde işlev kesme noktası kesilir",
|
|
4831
5235
|
dataBreakPointHitCountAriaLabel: "Tür isabet sayısı. İsabet sayısı karşılandığında veri kesme noktası kesilir.",
|
|
4832
5236
|
dataBreakpoint: "Veri Kesme Noktası",
|
|
5237
|
+
dataBreakpointAccessType: "Select the access type to monitor",
|
|
5238
|
+
dataBreakpointAddrFormat: "Address should be a range of numbers the form \"[Start] - [End]\" or \"[Start] + [Bytes]\"",
|
|
5239
|
+
dataBreakpointAddrStartEnd: "Number must be a decimal integer or hex value starting with \"0x\", got {0}",
|
|
5240
|
+
dataBreakpointError: "Failed to set data breakpoint at {0}: {1}",
|
|
4833
5241
|
dataBreakpointExpressionPlaceholder: "İfade true olarak değerlendirildiğinde kesin",
|
|
4834
5242
|
dataBreakpointHitCountPlaceholder: "İsabet sayısı karşılandığında kes",
|
|
5243
|
+
dataBreakpointMemoryRangePlaceholder: "Absolute range (0x1234 - 0x1300) or range of bytes after an address (0x1234 + 0xff)",
|
|
5244
|
+
dataBreakpointMemoryRangePrompt: "Enter a memory range in which to break",
|
|
4835
5245
|
dataBreakpointUnsupported: "Bu hata ayıklama türü tarafından desteklenmeyen veri kesme noktaları",
|
|
4836
5246
|
dataBreakpointsNotSupported: "Veri kesme noktaları bu hata ayıklama türü tarafından desteklenmiyor",
|
|
4837
5247
|
disableAllBreakpoints: "Tüm Kesme Noktalarını Devre Dışı Bırak",
|
|
@@ -4839,6 +5249,7 @@ var content = {
|
|
|
4839
5249
|
disabledLogpoint: "Günlüğe Kaydetme Noktası Devre Dışı Bırakıldı",
|
|
4840
5250
|
editBreakpoint: "İşlev Koşulunu Düzenle...",
|
|
4841
5251
|
editCondition: "Koşulu Düzenle...",
|
|
5252
|
+
editDataBreakpointOnAddress: "Edit Address...",
|
|
4842
5253
|
editHitCount: "İsabet Sayısını Düzenle...",
|
|
4843
5254
|
editMode: "Düzenleme Modu...",
|
|
4844
5255
|
enableAllBreakpoints: "Tüm Kesme Noktalarını Etkinleştir",
|
|
@@ -4861,6 +5272,7 @@ var content = {
|
|
|
4861
5272
|
instructionBreakpointAtAddress: "{0} adresinde yönerge kesme noktası",
|
|
4862
5273
|
instructionBreakpointUnsupported: "Bu hata ayıklama türü tarafından desteklenmeyen yönerge kesme noktaları",
|
|
4863
5274
|
logMessage: "Günlük İletisi: {0}",
|
|
5275
|
+
miDataBreakpoint: "&&Data Breakpoint...",
|
|
4864
5276
|
miDisableAllBreakpoints: "Tüm K&&esme Noktalarını Devre Dışı Bırak",
|
|
4865
5277
|
miEnableAllBreakpoints: "&&Tüm Kesme Noktalarını Etkinleştir",
|
|
4866
5278
|
miFunctionBreakpoint: "&&İşlev Kesme Noktası...",
|
|
@@ -4885,6 +5297,7 @@ var content = {
|
|
|
4885
5297
|
expression: "İfade",
|
|
4886
5298
|
hitCount: "İsabet Sayısı",
|
|
4887
5299
|
logMessage: "Günlük İletisi",
|
|
5300
|
+
noBpSource: "Could not load source.",
|
|
4888
5301
|
noTriggerByBreakpoint: "Yok",
|
|
4889
5302
|
ok: "Tamam",
|
|
4890
5303
|
selectBreakpoint: "Kesme noktası seçin",
|
|
@@ -4913,7 +5326,6 @@ var content = {
|
|
|
4913
5326
|
},
|
|
4914
5327
|
"vs/workbench/contrib/debug/browser/debug.contribution": {
|
|
4915
5328
|
SetNextStatement: "Sonraki Bildirimi Ayarla",
|
|
4916
|
-
addToWatchExpressions: "İzlemeye Ekle",
|
|
4917
5329
|
allowBreakpointsEverywhere: "Herhangi bir dosyada kesme noktalarının ayarlanmasına izin verin.",
|
|
4918
5330
|
always: "Hata ayıklamayı her zaman Durum çubuğunda göster",
|
|
4919
5331
|
breakWhenValueChanges: "Değer Değiştirildiğinde İşlemi Kes",
|
|
@@ -4923,7 +5335,6 @@ var content = {
|
|
|
4923
5335
|
callStack: "Çağrı Yığını",
|
|
4924
5336
|
cancel: "Hata ayıklamayı iptal edin.",
|
|
4925
5337
|
closeReadonlyTabsOnEnd: "Hata ayıklama oturumunun sonunda, bu oturumla ilişkili tüm salt okunur sekmeler kapatılır",
|
|
4926
|
-
copyAsExpression: "İfade Olarak Kopyala",
|
|
4927
5338
|
copyStackTrace: "Çağrı Yığınını Kopyala",
|
|
4928
5339
|
copyValue: "Değeri Kopyala",
|
|
4929
5340
|
"debug.autoExpandLazyVariables": "Alıcılar gibi hata ayıklayıcı tarafından geçici olarak çözümlenen değişkenlerin değerlerini otomatik olarak göster.",
|
|
@@ -4942,6 +5353,10 @@ var content = {
|
|
|
4942
5353
|
"debug.enableStatusBarColor": "Hata ayıklayıcı etkinken Durum çubuğunun rengi.",
|
|
4943
5354
|
"debug.focusEditorOnBreak": "Hata ayıklayıcı kesildiğinde, düzenleyiciye odaklanılması gerekip gerekmediğini denetler.",
|
|
4944
5355
|
"debug.focusWindowOnBreak": "Hata ayıklayıcı kesildiğinde, çalışma ekranı penceresine odaklanılması gerekip gerekmediğini denetler.",
|
|
5356
|
+
"debug.gutterMiddleClickAction.conditionalBreakpoint": "Add Conditional Breakpoint.",
|
|
5357
|
+
"debug.gutterMiddleClickAction.logpoint": "Add Logpoint.",
|
|
5358
|
+
"debug.gutterMiddleClickAction.none": "Don't perform any action.",
|
|
5359
|
+
"debug.gutterMiddleClickAction.triggeredBreakpoint": "Add Triggered Breakpoint.",
|
|
4945
5360
|
"debug.hideLauncherWhileDebugging": "Hata ayıklama etkinken 'Çalıştır ve Hata Ayıkla' görünümünün başlık çubuğundaki 'Hata Ayıklamayı Başlat' denetimini gizle. Yalnızca '{0}', 'docked' durumunda değilken ilgilidir.",
|
|
4946
5361
|
"debug.onTaskErrors": "preLaunchTask çalıştırıldıktan sonra hatalarla karşılaşıldığında ne yapılacağını denetler.",
|
|
4947
5362
|
"debug.saveBeforeStart": "Hata ayıklama oturumu başlatılmadan önce hangi düzenleyicilerin kaydedileceğini denetler.",
|
|
@@ -4960,6 +5375,7 @@ var content = {
|
|
|
4960
5375
|
"debugToolBar.hidden": "Hata ayıklama araç çubuğunu gösterme.",
|
|
4961
5376
|
disassembly: "Ayrıştırma",
|
|
4962
5377
|
editWatchExpression: "İfadeyi Düzenle",
|
|
5378
|
+
gutterMiddleClickAction: "Controls the action to perform when clicking the editor gutter with the middle mouse button.",
|
|
4963
5379
|
inlineBreakpoint: "Satır İçi Kesme Noktası",
|
|
4964
5380
|
inlineValues: "Değişken değerlerini, hata ayıklama sırasında düzenleyicide satır içi olarak göster.",
|
|
4965
5381
|
"inlineValues.focusNoScroll": "Dil, satır içi değer konumlarını desteklediğinde hata ayıklama sırasında değişken değerlerini düzenleyicide satır içi olarak görüntüleyin.",
|
|
@@ -5047,12 +5463,15 @@ var content = {
|
|
|
5047
5463
|
"vs/workbench/contrib/debug/browser/debugCommands": {
|
|
5048
5464
|
addConfiguration: "Yapılandırma Ekle...",
|
|
5049
5465
|
addInlineBreakpoint: "Satır İçi Kesme Noktası Ekle",
|
|
5466
|
+
addToWatchExpressions: "Add to Watch",
|
|
5050
5467
|
callStackBottom: "Çağrı Yığınının En Altına Git",
|
|
5051
5468
|
callStackDown: "Aşağı Git Çağrı Yığını",
|
|
5052
5469
|
callStackTop: "Çağrı Yığınının En Üstüne Git",
|
|
5053
5470
|
callStackUp: "Yukarı Git Çağrı Yığını",
|
|
5054
5471
|
chooseLocation: "Belirli bir konumu seçin",
|
|
5055
5472
|
continueDebug: "Devam",
|
|
5473
|
+
copyAsExpression: "Copy as Expression",
|
|
5474
|
+
copyValue: "Copy Value",
|
|
5056
5475
|
debug: "Hata Ayıkla",
|
|
5057
5476
|
disconnect: "Bağlantıyı Kes",
|
|
5058
5477
|
disconnectSuspend: "Bağlantıyı Kes ve Askıya Al",
|
|
@@ -5110,6 +5529,7 @@ var content = {
|
|
|
5110
5529
|
stepIntoTargets: "Hedefe Adımla...",
|
|
5111
5530
|
toggleBreakpointAction: "Hata Ayıklama: Kesme Noktasını Aç/Kapat",
|
|
5112
5531
|
toggleDisassemblyViewSourceCode: "Ayrıştırma Görünümündeki Kaynak Kodunu Değiştir",
|
|
5532
|
+
toggleDisassemblyViewSourceCodeDescription: "Shows or hides source code in disassembly",
|
|
5113
5533
|
triggerByBreakpointEditorAction: "Hata Ayıklama: Tetiklenen Kesme Noktası Ekle..."
|
|
5114
5534
|
},
|
|
5115
5535
|
"vs/workbench/contrib/debug/browser/debugEditorContribution": {
|
|
@@ -5175,6 +5595,7 @@ var content = {
|
|
|
5175
5595
|
variablesViewIcon: "Değişkenler görünümünün simgesini görüntüleyin.",
|
|
5176
5596
|
watchExpressionRemove: "İzleme görünümündeki Kaldır eyleminin simgesi.",
|
|
5177
5597
|
watchExpressionsAdd: "İzleme görünümündeki ekleme eylemi için simge.",
|
|
5598
|
+
watchExpressionsAddDataBreakpoint: "Icon for the add data breakpoint action in the breakpoints view.",
|
|
5178
5599
|
watchExpressionsAddFuncBreakpoint: "İzleme görünümündeki işlev kesme noktası ekleme eylemi için simge.",
|
|
5179
5600
|
watchExpressionsRemoveAll: "İzleme görünümündeki Tümünü Kaldır eyleminin simgesi.",
|
|
5180
5601
|
watchViewIcon: "İzleme görünümünün simgesini görüntüleyin."
|
|
@@ -5217,6 +5638,7 @@ var content = {
|
|
|
5217
5638
|
debuggingStartedNoDebug: "Hata ayıklama olmadan çalışmaya başlandı.",
|
|
5218
5639
|
debuggingStopped: "Hata ayıklama durduruldu.",
|
|
5219
5640
|
noDebugAdapter: "Kullanılabilir hata ayıklayıcısı yok, '{0}' gönderilemiyor",
|
|
5641
|
+
sessionDoesNotSupporBytesBreakpoints: "Session does not support breakpoints with bytes",
|
|
5220
5642
|
sessionNotReadyForBreakpoints: "Oturum kesme noktaları için hazır değil"
|
|
5221
5643
|
},
|
|
5222
5644
|
"vs/workbench/contrib/debug/browser/debugSessionPicker": {
|
|
@@ -5253,6 +5675,7 @@ var content = {
|
|
|
5253
5675
|
"vs/workbench/contrib/debug/browser/debugViewlet": {
|
|
5254
5676
|
debugPanel: "Hata Ayıklama Konsolu",
|
|
5255
5677
|
miOpenConfigurations: "&&Yapılandırmaları Aç",
|
|
5678
|
+
openLaunchConfigDescription: "Opens the file used to configure how your program is debugged",
|
|
5256
5679
|
selectWorkspaceFolder: "Launch.json dosyasını oluşturmak veya çalışma alanı yapılandırma dosyasına eklemek için bir çalışma alanı klasörü seçin",
|
|
5257
5680
|
startAdditionalSession: "Ek Oturum Başlat"
|
|
5258
5681
|
},
|
|
@@ -5300,6 +5723,7 @@ var content = {
|
|
|
5300
5723
|
"actions.repl.acceptInput": "REPL Girişi Kabul Et",
|
|
5301
5724
|
"actions.repl.copyAll": "Hata Ayıklama: Konsolda Tümünü Kopyala",
|
|
5302
5725
|
clearRepl: "Konsolu Temizle",
|
|
5726
|
+
"clearRepl.descriotion": "Clears all program output from your debug REPL",
|
|
5303
5727
|
collapse: "Tümünü Daralt",
|
|
5304
5728
|
copy: "Kopyala",
|
|
5305
5729
|
copyAll: "Tümünü Kopyala",
|
|
@@ -5309,7 +5733,7 @@ var content = {
|
|
|
5309
5733
|
selectRepl: "Hata Ayıklama Konsolunu Seçin",
|
|
5310
5734
|
"showing filtered repl lines": "{0} / {1} gösteriliyor",
|
|
5311
5735
|
startDebugFirst: "İfadeleri değerlendirmek için lütfen bir hata ayıklama oturumu başlatın",
|
|
5312
|
-
"workbench.debug.filter.placeholder": "
|
|
5736
|
+
"workbench.debug.filter.placeholder": "Filter (e.g. text, !exclude, \\escape)"
|
|
5313
5737
|
},
|
|
5314
5738
|
"vs/workbench/contrib/debug/browser/replViewer": {
|
|
5315
5739
|
debugConsole: "Hata Ayıklama Konsolu",
|
|
@@ -5325,17 +5749,14 @@ var content = {
|
|
|
5325
5749
|
statusBarDebuggingForeground: "Bir programda hata ayıklanırken durum çubuğu ön plan rengi. Durum çubuğu pencerenin altında görüntülenir"
|
|
5326
5750
|
},
|
|
5327
5751
|
"vs/workbench/contrib/debug/browser/variablesView": {
|
|
5328
|
-
cancel: "İptal",
|
|
5329
5752
|
collapse: "Tümünü Daralt",
|
|
5330
|
-
install: "Yükle",
|
|
5331
5753
|
removeVisualizer: "Görselleştiriciyi Kaldır",
|
|
5332
5754
|
useVisualizer: "Değişkeni Görselleştir...",
|
|
5333
5755
|
variableAriaLabel: "{0}, değeri {1}",
|
|
5334
5756
|
variableScopeAriaLabel: "{0} kapsamı",
|
|
5335
5757
|
variableValueAriaLabel: "Yeni değişken değerini yazın",
|
|
5336
5758
|
variablesAriaTreeLabel: "Hata Ayıklama Değişkenleri",
|
|
5337
|
-
"viewMemory.
|
|
5338
|
-
"viewMemory.prompt": "İkili verilerin incelenmesi için Onaltılık Düzenleyici uzantısı gerekir. Şimdi yüklemek istiyor musunuz?"
|
|
5759
|
+
"viewMemory.prompt": "Inspecting binary data requires this extension."
|
|
5339
5760
|
},
|
|
5340
5761
|
"vs/workbench/contrib/debug/browser/watchExpressionsView": {
|
|
5341
5762
|
addWatchExpression: "İfade Ekle",
|
|
@@ -5366,6 +5787,7 @@ var content = {
|
|
|
5366
5787
|
breakWhenValueIsReadSupported: "Odaklanılan kesme noktası, değer okunduğunda kesmeyi destekliyorsa true olur.",
|
|
5367
5788
|
breakpointHasModes: "Kesme noktasının geçiş yapabileceği birden çok modu olup olmadığını belirtir.",
|
|
5368
5789
|
breakpointInputFocused: "Giriş kutusu odağı KESME NOKTALARI görünümündeyse true olur.",
|
|
5790
|
+
breakpointItemIsDataBytes: "Whether the breakpoint item is a data breakpoint on a byte range.",
|
|
5369
5791
|
breakpointItemType: "KESME NOKTALARI görünümünde odaklanılan öğenin öğe türünü temsil eder. Örneğin: 'breakpoint', 'exceptionBreakppint', 'functionBreakpoint', 'dataBreakpoint'",
|
|
5370
5792
|
breakpointSupportsCondition: "Odaklanılan kesme noktası koşulları destekliyorsa true olur.",
|
|
5371
5793
|
breakpointWidgetVisibile: "Kesme noktası düzenleyicisi alan pencere öğesi görünür durumdaysa true, aksi takdirde false olur.",
|
|
@@ -5379,6 +5801,7 @@ var content = {
|
|
|
5379
5801
|
debugConfigurationType: "Seçili başlatma yapılandırmasının hata ayıklama türü (ör. 'python').",
|
|
5380
5802
|
debugExtensionsAvailable: "En az bir hata ayıklama uzantısı yüklü ve etkin olduğunda true olur.",
|
|
5381
5803
|
debugProtocolVariableMenuContext: "Hata ayıklama bağdaştırıcısının DEĞİŞKENLER görünümünde odaklanılan değişkende ayarladığı bağlamı temsil eder.",
|
|
5804
|
+
debugSetDataBreakpointAddressSupported: "True when the focused session supports 'getBreakpointInfo' request on an address.",
|
|
5382
5805
|
debugSetExpressionSupported: "Odaklanılan oturum 'setExpression' isteğini destekliyorsa true olur.",
|
|
5383
5806
|
debugSetVariableSupported: "Odaklanılan oturum 'setVariable' isteğini destekliyorsa true olur.",
|
|
5384
5807
|
debugState: "Odaklanılan hata ayıklama oturumunun durumu. Şunlardan biri olabilir: 'etkin değil', 'başlatılıyor', 'durduruldu' veya 'çalışıyor'.",
|
|
@@ -5412,6 +5835,7 @@ var content = {
|
|
|
5412
5835
|
terminateDebuggeeSupported: "Odaklı oturum, hataları ayıklananı sonlandırabilmeyi destekliyorsa true değerini alır.",
|
|
5413
5836
|
variableEvaluateNamePresent: "Odaklanılan değişkende 'evalauteName' alanı ayarlandıysa true olur.",
|
|
5414
5837
|
variableExtensionId: "Hata ayıklama görselleştirmesi yan tümceleri için mevcut olan değişken kaynağının uzantı kimliği.",
|
|
5838
|
+
variableInterfaces: "Any interfaces or contracts that the variable satisfies, present for debug visualization clauses.",
|
|
5415
5839
|
variableIsReadonly: "Odaklanılan değişken salt okunur olduğunda true olur.",
|
|
5416
5840
|
variableLanguage: "Hata ayıklama görselleştirmesi yan tümceleri için mevcut olan değişken kaynağının dili.",
|
|
5417
5841
|
variableName: "Hata ayıklama görselleştirmesi yan tümceleri için mevcut olan değişkenin adı.",
|
|
@@ -5612,9 +6036,10 @@ var content = {
|
|
|
5612
6036
|
errors: "{0} yakalanmayan hata",
|
|
5613
6037
|
extensionActivating: "Uzantı etkinleştiriliyor...",
|
|
5614
6038
|
languageActivation: "Bir {0} dosyası açtığınız için {1} tarafından etkinleştirildi",
|
|
5615
|
-
"requests count": "{0}
|
|
5616
|
-
"requests count title": "
|
|
6039
|
+
"requests count": "{0} Requests: {1} (Overall)",
|
|
6040
|
+
"requests count title": "Last request was {0}.",
|
|
5617
6041
|
runtimeExtensions: "Çalışma Zamanı Uzantıları",
|
|
6042
|
+
"session requests count": ", {0} (Session)",
|
|
5618
6043
|
showRuntimeExtensions: "Çalışan Uzantıları Göster",
|
|
5619
6044
|
starActivation: "Başlangıçta {0} tarafından etkinleştirildi",
|
|
5620
6045
|
startupFinishedActivation: "Başlatma işlemi tamamlandıktan sonra {0} tarafından etkinleştirildi",
|
|
@@ -5663,6 +6088,7 @@ var content = {
|
|
|
5663
6088
|
"last released": "Son yayımlanma",
|
|
5664
6089
|
"last updated": "Son güncelleştirme",
|
|
5665
6090
|
license: "Lisans",
|
|
6091
|
+
"local extension": "Local Extension",
|
|
5666
6092
|
name: "Uzantı adı",
|
|
5667
6093
|
noChangelog: "Kullanılabilir Değişim Günlüğü yok.",
|
|
5668
6094
|
noDependencies: "Bağımlılık Yok",
|
|
@@ -5672,7 +6098,8 @@ var content = {
|
|
|
5672
6098
|
publisher: "Yayımcı",
|
|
5673
6099
|
rating: "Derecelendirme",
|
|
5674
6100
|
repository: "Depo",
|
|
5675
|
-
resources: "Kaynaklar"
|
|
6101
|
+
resources: "Kaynaklar",
|
|
6102
|
+
"workspace extension": "Workspace Extension"
|
|
5676
6103
|
},
|
|
5677
6104
|
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
|
|
5678
6105
|
"restartExtensionHost.reason": "Çalışma alanı güven değişikliği nedeniyle uzantı ana bilgisayarı yeniden başlatılıyor."
|
|
@@ -5765,9 +6192,9 @@ var content = {
|
|
|
5765
6192
|
"extensions.supportVirtualWorkspaces": "Bir uzantının sanal çalışma alanları desteğini geçersiz kılın.",
|
|
5766
6193
|
extensionsCheckUpdates: "Etkinleştirildiğinde, güncelleştirmelerin uzantılarını otomatik olarak denetler. Bir uzantıya yönelik güncelleştirme varsa uzantı, Uzantılar görünümünde olarak işaretlenir. Güncelleştirmeler bir Microsoft çevrimiçi hizmetinden getirilir.",
|
|
5767
6194
|
extensionsCloseExtensionDetailsOnViewChange: "Etkinleştirildiğinde, uzantı ayrıntılarını içeren düzenleyiciler, Uzantılar Görünümünden uzaklaşıldığında otomatik olarak kapatılır.",
|
|
5768
|
-
extensionsConfigurationTitle: "Uzantılar",
|
|
5769
6195
|
extensionsDeferredStartupFinishedActivation: "Etkinleştirildiğinde, 'onStartupFinished' etkinleştirme olayını bildiren uzantılar zaman aşımından sonra etkinleştirilir.",
|
|
5770
6196
|
extensionsIgnoreRecommendations: "Etkinleştirildiğinde, uzantı önerileri bildirimleri gösterilmez.",
|
|
6197
|
+
extensionsInQuickAccess: "When enabled, extensions can be searched for via Quick Access and report issues from there.",
|
|
5771
6198
|
extensionsShowRecommendationsOnlyOnDemand_Deprecated: "Bu ayar kullanım dışı. Öneri bildirimlerini denetlemek için extensions.ignoreRecommendations ayarını kullanın. Önerilen görünümü varsayılan olarak gizlemek için Uzantılar görünümünün görünürlük eylemlerini kullanın.",
|
|
5772
6199
|
extensionsWebWorker: "Web çalışanı uzantı konağını etkinleştir.",
|
|
5773
6200
|
"extensionsWebWorker.auto": "Web Çalışanı Uzantı Konağı bir web uzantısı gerektirdiğinde başlatılacak.",
|
|
@@ -5842,8 +6269,10 @@ var content = {
|
|
|
5842
6269
|
"workbench.extensions.installExtension.description": "Verili uzantıyı yükle",
|
|
5843
6270
|
"workbench.extensions.installExtension.option.context": "Yükleme bağlamı. Bu, yükleme işleyicilere herhangi bir bilgi aktarmak için kullanılabilecek bir JSON nesnesidir. yani '{skipWalkthrough: true}', yüklemeden sonra kılavuz açma işlemini atlar.",
|
|
5844
6271
|
"workbench.extensions.installExtension.option.donotSync": "Etkinleştirildiğinde, VS Code, Ayarlar Senkronizasyonu açıkken bu uzantıyı senkronize etmez.",
|
|
6272
|
+
"workbench.extensions.installExtension.option.enable": "When enabled, the extension will be enabled if it is installed but disabled. If the extension is already enabled, this has no effect.",
|
|
5845
6273
|
"workbench.extensions.installExtension.option.installOnlyNewlyAddedFromExtensionPackVSIX": "Etkinleştirildiğinde, VS Code yalnızca Extension Pack VSIX'den yeni eklenen uzantıları yükler. Bu seçenek yalnızca bir VSIX yüklenirken dikkate alınır.",
|
|
5846
6274
|
"workbench.extensions.installExtension.option.installPreReleaseVersion": "Etkinleştirildiğinde, VS Code, varsa uzantının yayın öncesi sürümünü yükler.",
|
|
6275
|
+
"workbench.extensions.installExtension.option.justification": "Justification for installing the extension. This is a string or an object that can be used to pass any information to the installation handlers. i.e. `{reason: 'This extension wants to open a URI', action: 'Open URI'}` will show a message box with the reason and action upon install.",
|
|
5847
6276
|
"workbench.extensions.search.arg.name": "Aramada kullanılacak sorgu",
|
|
5848
6277
|
"workbench.extensions.search.description": "Belirli bir uzantıyı arayın",
|
|
5849
6278
|
"workbench.extensions.uninstallExtension.arg.name": "Kaldırılacak uzantının kimliği",
|
|
@@ -5939,6 +6368,7 @@ var content = {
|
|
|
5939
6368
|
"install release version": "Yayın Sürümünü Yükle",
|
|
5940
6369
|
"install remote extensions": "Uzak Uzantıları Yerel Olarak Yükle",
|
|
5941
6370
|
"install vsix": "İndirildikten sonra lütfen VSIX '{0}' öğesini el ile yükleyin.",
|
|
6371
|
+
"install workspace version": "Install Workspace Extension",
|
|
5942
6372
|
installExtensionComplete: "{0} uzantısını yükleme işlemi tamamlandı.",
|
|
5943
6373
|
installExtensionStart: "{0} uzantısını yükleme işlemi başladı. Bu uzantı hakkında daha fazla ayrıntı sunan bir düzenleyici şu anda açık durumda",
|
|
5944
6374
|
installRecommendedExtension: "Önerilen Uzantıyı Yükle",
|
|
@@ -5960,8 +6390,9 @@ var content = {
|
|
|
5960
6390
|
"not web tooltip": "'{0}' uzantısı {1} içinde kullanılamıyor.",
|
|
5961
6391
|
"pre-release": "yayın öncesi",
|
|
5962
6392
|
reinstall: "Uzantıyı Yeniden Yükle...",
|
|
5963
|
-
"reload
|
|
5964
|
-
|
|
6393
|
+
"reload window": "Reload Window",
|
|
6394
|
+
"restart extensions": "Restart Extensions",
|
|
6395
|
+
"restart product": "Restart to Update",
|
|
5965
6396
|
"search recommendations": "Uzantı Ara",
|
|
5966
6397
|
"select and install local extensions": "Yerel Uzantıları '{0}' İçine Yükle...",
|
|
5967
6398
|
"select and install remote extensions": "Uzak Uzantıları Yerel Olarak Yükle...",
|
|
@@ -5990,6 +6421,7 @@ var content = {
|
|
|
5990
6421
|
uninstalled: "Kaldırıldı",
|
|
5991
6422
|
update: "Güncelleştir",
|
|
5992
6423
|
"update operation": "'{0}' uzantısı güncelleştirilirken hata oluştu.",
|
|
6424
|
+
"update product": "Update {0}",
|
|
5993
6425
|
"update to": "v{0} sürümüne güncelleştir",
|
|
5994
6426
|
updateExtensionComplete: "{0} uzantısını {1} sürümüne güncelleştirme tamamlandı.",
|
|
5995
6427
|
updateExtensionStart: "{0} uzantısını {1} sürümüne güncelleştirme başladı.",
|
|
@@ -6065,11 +6497,11 @@ var content = {
|
|
|
6065
6497
|
enabledExtensions: "Etkin",
|
|
6066
6498
|
extensionFound: "1 uzantı bulundu.",
|
|
6067
6499
|
extensionFoundInSection: "{0} bölümünde 1 uzantı bulundu.",
|
|
6068
|
-
extensionToReload: "{0}
|
|
6500
|
+
extensionToReload: "{0} requires restart",
|
|
6069
6501
|
extensionToUpdate: "{0} güncelleştirme gerektirir",
|
|
6070
6502
|
extensionsFound: "{0} uzantı bulundu.",
|
|
6071
6503
|
extensionsFoundInSection: "{1} bölümünde {0} uzantı bulundu.",
|
|
6072
|
-
extensionsToReload: "{0}
|
|
6504
|
+
extensionsToReload: "{0} require restart",
|
|
6073
6505
|
extensionsToUpdate: "{0} güncelleştirme gerektir",
|
|
6074
6506
|
"install remote in local": "Uzak Uzantıları Yerel Olarak Yükle...",
|
|
6075
6507
|
installed: "Yüklü",
|
|
@@ -6114,6 +6546,7 @@ var content = {
|
|
|
6114
6546
|
extensionIconVerifiedForeground: "Doğrulanmış uzantı yayıncısı için simge rengi.",
|
|
6115
6547
|
extensionPreReleaseForeground: "Yayın öncesi uzantının simge rengi.",
|
|
6116
6548
|
"has prerelease": "Bu uzantıda kullanılabilir {0} var",
|
|
6549
|
+
"local extension": "Local Extension",
|
|
6117
6550
|
message: "1 ileti",
|
|
6118
6551
|
messages: "{0} ileti",
|
|
6119
6552
|
"publisher verified tooltip": "Bu yayımcı, {0} sahipliğini doğruladı",
|
|
@@ -6125,26 +6558,46 @@ var content = {
|
|
|
6125
6558
|
"syncingore.label": "Bu uzantı, eşitleme sırasında yoksayılıyor.",
|
|
6126
6559
|
"uncaught error": "1 yakalanmayan hata",
|
|
6127
6560
|
"uncaught errors": "{0} yakalanmayan hata",
|
|
6128
|
-
updateRequired: "Son sürüm:"
|
|
6561
|
+
updateRequired: "Son sürüm:",
|
|
6562
|
+
"workspace extension": "Workspace Extension"
|
|
6129
6563
|
},
|
|
6130
6564
|
"vs/workbench/contrib/extensions/browser/extensionsWorkbenchService": {
|
|
6131
6565
|
"Manifest is not found": "Bildirim dosyası bulunamadı",
|
|
6132
6566
|
"disable all": "Tümünü Devre Dışı Bırak",
|
|
6133
|
-
"enable locally": "
|
|
6134
|
-
"enable remote": "{0}
|
|
6567
|
+
"enable locally": "Please {0} to enable this extension locally.",
|
|
6568
|
+
"enable remote": "Please {0} to enable this extension in {1}.",
|
|
6569
|
+
enableButtonLabel: "&&Enable Extension",
|
|
6570
|
+
enableButtonLabelWithAction: "&&Enable Extension and {0}",
|
|
6571
|
+
enableExtensionMessage: "Would you like to enable '{0}' extension?",
|
|
6572
|
+
enableExtensionTitle: "Enable Extension",
|
|
6135
6573
|
incompatible: "'{0}' uzantısı uyumlu olmadığından yüklenemiyor.",
|
|
6574
|
+
installButtonLabel: "&&Install Extension",
|
|
6575
|
+
installButtonLabelWithAction: "&&Install Extension and {0}",
|
|
6576
|
+
installExtensionMessage: "Would you like to install '{0}' extension from '{1}'?",
|
|
6577
|
+
installExtensionTitle: "Install Extension",
|
|
6578
|
+
installVSIXMessage: "Would you like to install the extension?",
|
|
6136
6579
|
"installing extension": "Uzantı yükleniyor....",
|
|
6137
6580
|
"installing named extension": "'{0}' uzantısı yükleniyor....",
|
|
6138
6581
|
malicious: "Bu uzantının sorunlu olduğu bildirildi.",
|
|
6139
6582
|
multipleDependentsError: "'{0}' uzantısı tek başına devre dışı bırakılamıyor. '{1}', '{2}' ve diğer uzantılar buna bağlıdır. Tüm bu uzantıları devre dışı bırakmak istiyor musunuz?",
|
|
6140
|
-
"not found": "
|
|
6141
|
-
|
|
6142
|
-
|
|
6143
|
-
|
|
6144
|
-
|
|
6583
|
+
"not found": "Unable to install extension '{0}' because it is not found.",
|
|
6584
|
+
"not found version": "Unable to install extension '{0}' because the requested version '{1}' is not found.",
|
|
6585
|
+
open: "Open Extension",
|
|
6586
|
+
postDisableTooltip: "Please {0} to disable this extension.",
|
|
6587
|
+
postEnableTooltip: "Please {0} to enable this extension.",
|
|
6588
|
+
postUninstallTooltip: "Please {0} to complete the uninstallation of this extension.",
|
|
6589
|
+
postUpdateDownloadTooltip: "Please update {0} to enable the updated extension.",
|
|
6590
|
+
postUpdateRestartTooltip: "Please restart {0} to enable the updated extension.",
|
|
6591
|
+
postUpdateTooltip: "Please {0} to enable the updated extension.",
|
|
6592
|
+
postUpdateUpdateTooltip: "Please update {0} to enable the updated extension.",
|
|
6593
|
+
reload: "reload window",
|
|
6594
|
+
restart: "Enable or Disable extensions",
|
|
6595
|
+
"restart extensions": "restart extensions",
|
|
6145
6596
|
singleDependentError: "'{0}' uzantısı tek başına devre dışı bırakılamıyor. '{1}' uzantısı buna bağlıdır. Tüm bu uzantıları devre dışı bırakmak istiyor musunuz?",
|
|
6597
|
+
"sync extension": "Sync this extension",
|
|
6146
6598
|
twoDependentsError: "'{0}' uzantısı tek başına devre dışı bırakılamıyor. '{1}' ve '{2}' uzantıları buna bağlıdır. Tüm bu uzantıları devre dışı bırakmak istiyor musunuz?",
|
|
6147
|
-
uninstallingExtension: "Uzantı kaldırılıyor...."
|
|
6599
|
+
uninstallingExtension: "Uzantı kaldırılıyor....",
|
|
6600
|
+
unknown: "Unable to install extension"
|
|
6148
6601
|
},
|
|
6149
6602
|
"vs/workbench/contrib/extensions/browser/fileBasedRecommendations": {
|
|
6150
6603
|
fileBasedRecommendation: "Bu uzantı, son açtığınız dosyalar temel alınarak önerilir.",
|
|
@@ -6248,8 +6701,11 @@ var content = {
|
|
|
6248
6701
|
binFailed: "Geri Dönüşüm Kutusu kullanılarak silinemedi. Bunun yerine kalıcı olarak silmek ister misiniz?",
|
|
6249
6702
|
clipboardComparisonLabel: "Pano ↔ {0}",
|
|
6250
6703
|
closeGroup: "Grubu Kapat",
|
|
6704
|
+
compareFileWithMeta: "Opens a picker to select a file to diff with the active editor.",
|
|
6251
6705
|
compareNewUntitledTextFiles: "Yeni Adsız Metin Dosyalarını Karşılaştır",
|
|
6706
|
+
compareNewUntitledTextFilesMeta: "Opens a new diff editor with two untitled files.",
|
|
6252
6707
|
compareWithClipboard: "Etkin Dosyayı Panoyla Karşılaştır",
|
|
6708
|
+
compareWithClipboardMeta: "Opens a new diff editor to compare the active file with the contents of the clipboard.",
|
|
6253
6709
|
confirmDeleteMessageFile: "{0} öğesini kalıcı olarak silmek istediğinizden emin misiniz?",
|
|
6254
6710
|
confirmDeleteMessageFilesAndDirectories: "Aşağıdaki {0} dosyayı/dizini ve bunların içindekileri kalıcı olarak silmek istediğinizden emin misiniz?",
|
|
6255
6711
|
confirmDeleteMessageFolder: "'{0}' öğesini ve içindekileri kalıcı olarak silmek istediğinizden emin misiniz?",
|
|
@@ -6293,6 +6749,7 @@ var content = {
|
|
|
6293
6749
|
fileNameStartsWithSlashError: "Dosya veya klasör adı eğik çizgiyle başlayamaz.",
|
|
6294
6750
|
fileNameWhitespaceWarning: "Dosya veya klasör adında başta veya sonda boşluk saptandı.",
|
|
6295
6751
|
focusFilesExplorer: "Dosya Gezginine Odaklan",
|
|
6752
|
+
focusFilesExplorerMetadata: "Moves focus to the file explorer view container.",
|
|
6296
6753
|
globalCompareFile: "Etkin Dosyayı Şununla Karşılaştır...",
|
|
6297
6754
|
invalidFileNameError: "**{0}** adı, bir dosya veya klasör adı olarak geçerli değil. Lütfen başka bir ad seçin.",
|
|
6298
6755
|
irreversible: "Bu eylem geri alınamaz!",
|
|
@@ -6303,6 +6760,7 @@ var content = {
|
|
|
6303
6760
|
newFile: "Yeni Dosya...",
|
|
6304
6761
|
newFolder: "Yeni Klasör...",
|
|
6305
6762
|
openFileInEmptyWorkspace: "Etkin Dosyayı Yeni Boş Çalışma Alanında Aç",
|
|
6763
|
+
openFileInEmptyWorkspaceMetadata: "Opens the active file in a new window with no folders open.",
|
|
6306
6764
|
"openFileToShowInNewWindow.unsupportedschema": "Etkin düzenleyici açılabilir bir kaynak içermelidir.",
|
|
6307
6765
|
pasteButtonLabel: "&&Yapıştır",
|
|
6308
6766
|
pasteFile: "Yapıştır",
|
|
@@ -6311,14 +6769,15 @@ var content = {
|
|
|
6311
6769
|
renamingBulkEdit: "{0}, {1} olarak yeniden adlandırılıyor",
|
|
6312
6770
|
replaceButtonLabel: "&&Değiştir",
|
|
6313
6771
|
resetActiveEditorReadonlyInSession: "Oturumda Etkin Düzenleyiciyi Salt Okunur Olarak Sıfırla",
|
|
6314
|
-
restore: "
|
|
6315
|
-
restorePlural: "
|
|
6772
|
+
restore: "You can restore this file using the Undo command.",
|
|
6773
|
+
restorePlural: "You can restore these files using the Undo command.",
|
|
6316
6774
|
retry: "Yeniden Dene",
|
|
6317
6775
|
retryButtonLabel: "&&Yeniden Dene",
|
|
6318
6776
|
saveAllInGroup: "Gruptakilerin Tümünü Kaydet",
|
|
6319
6777
|
setActiveEditorReadonlyInSession: "Oturumda Etkin Düzenleyiciyi Salt Okunur Olarak Ayarla",
|
|
6320
6778
|
setActiveEditorWriteableInSession: "Oturumda Etkin Düzenleyiciyi Yazılabilir Olarak Ayarla",
|
|
6321
6779
|
showInExplorer: "Etkin Dosyayı Explorer Görünümünde Göster",
|
|
6780
|
+
showInExplorerMetadata: "Reveals and selects the active file within the explorer view.",
|
|
6322
6781
|
toggleActiveEditorReadonlyInSession: "Oturumda Etkin Düzenleyiciyi Salt Okunur Olarak Değiştir",
|
|
6323
6782
|
toggleAutoSave: "Otomatik Kaydetmeyi Aç/Kapat",
|
|
6324
6783
|
toggleAutoSaveDescription: "Yazıldıktan sonra dosyaları otomatik olarak kaydetme özelliğini aç/kapat",
|
|
@@ -6336,6 +6795,7 @@ var content = {
|
|
|
6336
6795
|
closeOthers: "Diğerlerini Kapat",
|
|
6337
6796
|
closeSaved: "Kaydedileni Kapat",
|
|
6338
6797
|
compareActiveWithSaved: "Etkin Dosyayı Kaydedilenle Karşılaştır",
|
|
6798
|
+
compareActiveWithSavedMeta: "Opens a new diff editor to compare the active file with the version on disk.",
|
|
6339
6799
|
compareSelected: "Seçilenleri Karşılaştır",
|
|
6340
6800
|
compareSource: "Karşılaştırma için Seç",
|
|
6341
6801
|
compareWithSaved: "Kaydedilenle Karşılaştır",
|
|
@@ -6427,10 +6887,12 @@ var content = {
|
|
|
6427
6887
|
},
|
|
6428
6888
|
"vs/workbench/contrib/files/browser/views/explorerView": {
|
|
6429
6889
|
collapseExplorerFolders: "Gezginde Klasörleri Daralt",
|
|
6890
|
+
collapseExplorerFoldersMetadata: "Folds all folders in the Explorer.",
|
|
6430
6891
|
createNewFile: "Yeni Dosya...",
|
|
6431
6892
|
createNewFolder: "Yeni Klasör...",
|
|
6432
6893
|
explorerSection: "Gezgin Bölümü: {0}",
|
|
6433
|
-
refreshExplorer: "Gezgini Yenile"
|
|
6894
|
+
refreshExplorer: "Gezgini Yenile",
|
|
6895
|
+
refreshExplorerMetadata: "Forces a refresh of the Explorer."
|
|
6434
6896
|
},
|
|
6435
6897
|
"vs/workbench/contrib/files/browser/views/explorerViewer": {
|
|
6436
6898
|
confirmMove: "'{0}' öğesini '{1}' içine taşımak istediğinizden emin misiniz?",
|
|
@@ -6524,7 +6986,6 @@ var content = {
|
|
|
6524
6986
|
"stop.title": "Döşeme İpuçlarını Okumayı Durdur"
|
|
6525
6987
|
},
|
|
6526
6988
|
"vs/workbench/contrib/inlineChat/browser/inlineChatActions": {
|
|
6527
|
-
accept: "Yapma İsteği",
|
|
6528
6989
|
apply1: "Değişiklikleri Kabul Et",
|
|
6529
6990
|
apply2: "Kabul Et",
|
|
6530
6991
|
arrowDown: "İmleç Aşağı",
|
|
@@ -6533,26 +6994,16 @@ var content = {
|
|
|
6533
6994
|
cat: "Satır İçi Sohbet",
|
|
6534
6995
|
close: "Kapat",
|
|
6535
6996
|
configure: "Yapılandır ",
|
|
6536
|
-
contractMessage: "Daha Az Göster",
|
|
6537
6997
|
copyRecordings: "(Geliştirici) Exchange'i Panoya Yaz",
|
|
6538
6998
|
discard: "At",
|
|
6539
6999
|
discardMenu: "At...",
|
|
6540
|
-
expandMessage: "Daha Fazla Göster",
|
|
6541
|
-
"feedback.helpful": "Yardımcı oldu",
|
|
6542
|
-
"feedback.reportIssueForBug": "Sorun Raporla",
|
|
6543
|
-
"feedback.unhelpful": "Yardımcı olmadı",
|
|
6544
7000
|
focus: "Odak Girişi",
|
|
6545
7001
|
label: "'{0}' ve {1} izleme ({2})",
|
|
6546
7002
|
moveToNextHunk: "Sonraki Değişikliğe Taşı",
|
|
6547
7003
|
moveToPreviousHunk: "Önceki Değişikliğe Taşı",
|
|
6548
|
-
|
|
6549
|
-
|
|
6550
|
-
rerun: "Yanıtı Yeniden Oluştur",
|
|
6551
|
-
rerunShort: "Yeniden oluştur",
|
|
6552
|
-
run: "Satır İçi Sohbeti Başlat",
|
|
6553
|
-
showChanges: "Değişiklikleri Göster",
|
|
7004
|
+
run: "Start in Editor",
|
|
7005
|
+
showChanges: "Toggle Changes",
|
|
6554
7006
|
startInlineChat: "Düzenleyici araç çubuğundan satır içi sohbeti başlatan simge.",
|
|
6555
|
-
stop: "Durdurma İsteği",
|
|
6556
7007
|
"undo.clipboard": "Panoya At",
|
|
6557
7008
|
"undo.newfile": "Yeni Dosyaya At",
|
|
6558
7009
|
unstash: "Son Kapatılan Satır İçi Sohbeti Sürdür",
|
|
@@ -6560,14 +7011,10 @@ var content = {
|
|
|
6560
7011
|
},
|
|
6561
7012
|
"vs/workbench/contrib/inlineChat/browser/inlineChatController": {
|
|
6562
7013
|
"create.fail": "Düzenleyici sohbeti başlatılamadı",
|
|
6563
|
-
"create.fail.detail": "Lütfen hata günlüğüne bakın ve daha sonra yeniden deneyin.",
|
|
6564
|
-
editResponseMessage: "Önerilen değişiklikleri fark düzenleyicisinde gözden geçirin.",
|
|
6565
|
-
editResponseMessage2: "{0}, ayrıca fark düzenleyicide önerilen değişiklikleri de inceleyin.",
|
|
6566
7014
|
empty: "Sonuç yok, lütfen girdinizi daraltın ve tekrar deneyin.",
|
|
6567
7015
|
"err.apply": "Değişiklikler uygulanamadı.",
|
|
6568
7016
|
"err.discard": "Değişiklikler atılamadı.",
|
|
6569
7017
|
savehint: "Kaydetmeye devam etmek için değişiklikleri kabul edin veya atın",
|
|
6570
|
-
thinking: "Düşünüyor...",
|
|
6571
7018
|
"welcome.1": "Yapay zeka tarafından oluşturulan kod yanlış olabilir",
|
|
6572
7019
|
"welcome.2": "Hazırlanıyor..."
|
|
6573
7020
|
},
|
|
@@ -6576,18 +7023,22 @@ var content = {
|
|
|
6576
7023
|
"inlineChat.N": "{0} düzenleyicide Satır İçi Sohbet değişikliklerinin Kabul Edilmesi veya Atılması bekleniyor..."
|
|
6577
7024
|
},
|
|
6578
7025
|
"vs/workbench/contrib/inlineChat/browser/inlineChatStrategies": {
|
|
6579
|
-
"change.0": "
|
|
7026
|
+
"change.0": "Nothing changed.",
|
|
6580
7027
|
"change.1": "1 değişiklik",
|
|
6581
|
-
"
|
|
7028
|
+
"change.N": "{0} changes",
|
|
7029
|
+
review: "Review (accept or discard) all changes before continuing.",
|
|
7030
|
+
"review.1": "$(info) Accept or Discard 1 change.",
|
|
7031
|
+
"review.N": "$(info) Accept or Discard {0} changes."
|
|
6582
7032
|
},
|
|
6583
7033
|
"vs/workbench/contrib/inlineChat/browser/inlineChatWidget": {
|
|
6584
7034
|
"aria-label": "Satır İçi Sohbet Girişi",
|
|
6585
7035
|
"inlineChat.accessibilityHelp": "Satır İçi Sohbet Girişi, Satır İçi Sohbet Erişilebilirlik Yardımı için {0} kullanın.",
|
|
6586
7036
|
"inlineChat.accessibilityHelpNoKb": "Satır İçi Sohbet Girişi, Daha fazla bilgi için Satır İçi Sohbet Erişilebilirlik Yardımı komutunu çalıştırın.",
|
|
6587
|
-
inlineChatClosed: "Kapalı satır içi sohbet pencere öğesi",
|
|
6588
7037
|
modified: "Değiştirildi",
|
|
6589
|
-
original: "Özgün"
|
|
6590
|
-
|
|
7038
|
+
original: "Özgün"
|
|
7039
|
+
},
|
|
7040
|
+
"vs/workbench/contrib/inlineChat/browser/inlineChatZoneWidget": {
|
|
7041
|
+
inlineChatClosed: "Closed inline chat widget"
|
|
6591
7042
|
},
|
|
6592
7043
|
"vs/workbench/contrib/inlineChat/common/inlineChat": {
|
|
6593
7044
|
acceptedOrDiscardBeforeSave: "Bekleyen satır içi sohbet oturumlarının kaydetmeyi engelleyip engellemediği.",
|
|
@@ -6623,7 +7074,6 @@ var content = {
|
|
|
6623
7074
|
"inlineChatInput.focusBorder": "Odaklandığında etkileşimli düzenleyici girişinin kenarlık rengi",
|
|
6624
7075
|
"inlineChatInput.placeholderForeground": "Etkileşimli düzenleyici giriş yer tutucusunun ön plan rengi",
|
|
6625
7076
|
inlineChatLastFeedbackKind: "Gönderilen son geri bildirim türü",
|
|
6626
|
-
inlineChatMarkdownMessageCropState: "Etkileşimli düzenleyici iletisinin kırpılmış, kırpılmamış veya genişletilmiş olup olmadığını belirtir",
|
|
6627
7077
|
inlineChatOuterCursorPosition: "Dış düzenleyici imlecinin etkileşimli düzenleyici girişinin üstünde veya altında olup olmadığı",
|
|
6628
7078
|
inlineChatResponseFocused: "Etkileşimli pencere öğesinin yanıtının odaklanmış olup olmadığı",
|
|
6629
7079
|
inlineChatResponseType: "Geçerli etkileşimli düzenleyici oturumunun son yanıtının türü",
|
|
@@ -6648,7 +7098,8 @@ var content = {
|
|
|
6648
7098
|
interactiveScrollToBottom: "En Alta Kaydır",
|
|
6649
7099
|
interactiveScrollToTop: "En Üste Kaydır",
|
|
6650
7100
|
interactiveWindow: "Etkileşimli Pencere",
|
|
6651
|
-
"interactiveWindow.alwaysScrollOnNewCell": "Yürütülen son deyimin çıkışını göstermek için etkileşimli pencereyi otomatik olarak kaydırın. Bu değer false ise, pencere yalnızca son hücreye zaten kaydırılması durumunda kaydırılır."
|
|
7101
|
+
"interactiveWindow.alwaysScrollOnNewCell": "Yürütülen son deyimin çıkışını göstermek için etkileşimli pencereyi otomatik olarak kaydırın. Bu değer false ise, pencere yalnızca son hücreye zaten kaydırılması durumunda kaydırılır.",
|
|
7102
|
+
"interactiveWindow.promptToSaveOnClose": "Prompt to save the interactive window when it is closed. Only new interactive windows will be affected by this setting change."
|
|
6652
7103
|
},
|
|
6653
7104
|
"vs/workbench/contrib/interactive/browser/interactiveEditor": {
|
|
6654
7105
|
interactiveInputPlaceHolder: "'{0}' kodunu buraya yazın ve çalıştırmak için {1} tuşuna basın"
|
|
@@ -6763,26 +7214,19 @@ var content = {
|
|
|
6763
7214
|
"vs/workbench/contrib/logs/common/logsActions": {
|
|
6764
7215
|
all: "Tümü",
|
|
6765
7216
|
current: "Geçerli",
|
|
6766
|
-
debug: "Hata Ayıkla",
|
|
6767
7217
|
"default": "Varsayılan",
|
|
6768
|
-
err: "Hata",
|
|
6769
7218
|
extensionLogs: "Uzantı Günlükleri",
|
|
6770
|
-
info: "Bilgi",
|
|
6771
7219
|
"log placeholder": "Günlük dosyası seçin",
|
|
6772
7220
|
loggers: "Günlükler",
|
|
6773
|
-
off: "Kapalı",
|
|
6774
7221
|
openSessionLogFile: "Pencere Günlük Dosyasını Aç (Oturum)...",
|
|
6775
7222
|
resetLogLevel: "Varsayılan Günlük Düzeyi Olarak Ayarla",
|
|
6776
7223
|
selectLogLevel: "Günlük düzeyini seçin",
|
|
6777
7224
|
selectLogLevelFor: " {0}: Günlük düzeyini seçin",
|
|
6778
7225
|
selectlog: "Günlük Düzeyini Ayarla",
|
|
6779
7226
|
"sessions placeholder": "Oturum Seç",
|
|
6780
|
-
setLogLevel: "Günlük Düzeyini Ayarla..."
|
|
6781
|
-
trace: "İzle",
|
|
6782
|
-
warn: "Uyarı"
|
|
7227
|
+
setLogLevel: "Günlük Düzeyini Ayarla..."
|
|
6783
7228
|
},
|
|
6784
7229
|
"vs/workbench/contrib/markdown/browser/markdownSettingRenderer": {
|
|
6785
|
-
changeFeatureTitle: "{0} ayarıyla özelliği aç/kapat",
|
|
6786
7230
|
changeSettingTitle: "Ayarı görüntüle veya değiştir",
|
|
6787
7231
|
copySettingId: "Ayar Kimliğini Kopyala",
|
|
6788
7232
|
falseMessage: "\"{0}: {1}\" öğesini devre dışı bırak",
|
|
@@ -7073,10 +7517,11 @@ var content = {
|
|
|
7073
7517
|
name: "Çoklu Fark Düzenleyicisi"
|
|
7074
7518
|
},
|
|
7075
7519
|
"vs/workbench/contrib/multiDiffEditor/browser/scmMultiDiffSourceResolver": {
|
|
7076
|
-
scmDiffLabel: "{0}: {1}",
|
|
7077
7520
|
viewChanges: "Değişiklikleri Görüntüle"
|
|
7078
7521
|
},
|
|
7079
7522
|
"vs/workbench/contrib/notebook/browser/contrib/cellCommands/cellCommands": {
|
|
7523
|
+
"cellCommands.quickFix.noneMessage": "No code actions available",
|
|
7524
|
+
"notebookActions.cellFailureActions": "Show Cell Failure Actions",
|
|
7080
7525
|
"notebookActions.changeCellToCode": "Hücreyi Koda Dönüştür",
|
|
7081
7526
|
"notebookActions.changeCellToMarkdown": "Hücreyi Markdown'a Dönüştür",
|
|
7082
7527
|
"notebookActions.collapseAllCellInput": "Tüm Hücre Girdilerini Daralt",
|
|
@@ -7099,6 +7544,7 @@ var content = {
|
|
|
7099
7544
|
"notebookActions.toggleScrolling": "Kaydırma Hücresi Çıktısını Değiştir"
|
|
7100
7545
|
},
|
|
7101
7546
|
"vs/workbench/contrib/notebook/browser/contrib/cellStatusBar/executionStatusBarItemController": {
|
|
7547
|
+
"notebook.cell.status.diagnostic": "Quick Actions {0}",
|
|
7102
7548
|
"notebook.cell.status.executing": "Yürütülüyor",
|
|
7103
7549
|
"notebook.cell.status.failed": "Başarısız",
|
|
7104
7550
|
"notebook.cell.status.pending": "Bekliyor",
|
|
@@ -7112,6 +7558,7 @@ var content = {
|
|
|
7112
7558
|
"notebook.cell.status.searchLanguageExtensions": "Bilinmeyen hücre dili. '{0}' uzantılarını aramak için tıklayın"
|
|
7113
7559
|
},
|
|
7114
7560
|
"vs/workbench/contrib/notebook/browser/contrib/clipboard/notebookClipboard": {
|
|
7561
|
+
"notebook.cell.output.selectAll": "Select All",
|
|
7115
7562
|
"notebookActions.copy": "Hücreyi Kopyala",
|
|
7116
7563
|
"notebookActions.cut": "Hücreyi Kes",
|
|
7117
7564
|
"notebookActions.paste": "Hücreyi Yapıştır",
|
|
@@ -7179,6 +7626,7 @@ var content = {
|
|
|
7179
7626
|
focusLastCell: "Son Hücreyi Odakla",
|
|
7180
7627
|
focusOutput: "Etkin Hücre Çıkışına Odaklan",
|
|
7181
7628
|
focusOutputOut: "Etkin Hücre Çıkışını Dışarı Odakla",
|
|
7629
|
+
"notebook.cell.webviewHandledEvents": "Keypresses that should be handled by the focused element in the cell output.",
|
|
7182
7630
|
"notebook.navigation.allowNavigateToSurroundingCells": "Etkinse, hücre düzenleyicisindeki geçerli imleç ilk/son satırda olduğunda, sonraki/önceki hücreye gidebilir.",
|
|
7183
7631
|
"notebookActions.centerActiveCell": "Merkez Etkin Hücre"
|
|
7184
7632
|
},
|
|
@@ -7200,9 +7648,15 @@ var content = {
|
|
|
7200
7648
|
"notebook.notebookVariables": "Not Defteri Değişkenleri"
|
|
7201
7649
|
},
|
|
7202
7650
|
"vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline": {
|
|
7203
|
-
"breadcrumbs.showCodeCells": "
|
|
7204
|
-
|
|
7205
|
-
"
|
|
7651
|
+
"breadcrumbs.showCodeCells": "When enabled, notebook breadcrumbs contain code cells.",
|
|
7652
|
+
filter: "Filter Entries",
|
|
7653
|
+
"notebook.gotoSymbols.showAllSymbols": "When enabled, the Go to Symbol Quick Pick will display full code symbols from the notebook, as well as Markdown headers.",
|
|
7654
|
+
"outline.showCodeCellSymbols": "When enabled, notebook outline shows code cell symbols. Relies on `notebook.outline.showCodeCells` being enabled.",
|
|
7655
|
+
"outline.showCodeCells": "When enabled, notebook outline shows code cells.",
|
|
7656
|
+
"outline.showMarkdownHeadersOnly": "When enabled, notebook outline will show only markdown cells containing a header.",
|
|
7657
|
+
toggleCodeCellSymbols: "Code Cell Symbols",
|
|
7658
|
+
toggleCodeCells: "Code Cells",
|
|
7659
|
+
toggleShowMarkdownHeadersOnly: "Markdown Headers Only"
|
|
7206
7660
|
},
|
|
7207
7661
|
"vs/workbench/contrib/notebook/browser/contrib/profile/notebookProfile": {
|
|
7208
7662
|
setProfileTitle: "Profili Ayarla"
|
|
@@ -7247,11 +7701,14 @@ var content = {
|
|
|
7247
7701
|
focusPreviousCell: "Önceki Hücreye Odaklan",
|
|
7248
7702
|
"notebook.cell.chat.accept": "İstekte Bulun",
|
|
7249
7703
|
"notebook.cell.chat.close": "Sohbeti Kapat",
|
|
7704
|
+
"notebook.cell.chat.nextFromHistory": "Next From History",
|
|
7705
|
+
"notebook.cell.chat.previousFromHistory": "Previous From History",
|
|
7250
7706
|
"notebook.cell.chat.stop": "İsteği Durdur",
|
|
7251
7707
|
"notebookActions.menu.insertCode.ontoolbar": "Oluştur",
|
|
7252
|
-
"notebookActions.menu.insertCode.tooltip": "
|
|
7708
|
+
"notebookActions.menu.insertCode.tooltip": "Start Chat to Generate Code",
|
|
7253
7709
|
"notebookActions.menu.insertCodeCellWithChat": "Oluştur",
|
|
7254
|
-
"notebookActions.menu.insertCodeCellWithChat.tooltip": "
|
|
7710
|
+
"notebookActions.menu.insertCodeCellWithChat.tooltip": "Start Chat to Generate Code",
|
|
7711
|
+
"notebookActions.restoreCellprompt": "Generate"
|
|
7255
7712
|
},
|
|
7256
7713
|
"vs/workbench/contrib/notebook/browser/controller/chat/notebookChatContext": {
|
|
7257
7714
|
notebookCellChatFocused: "Hücresel sohbet düzenleyicisinin odaklanmış olup olmadığı",
|
|
@@ -7261,7 +7718,6 @@ var content = {
|
|
|
7261
7718
|
},
|
|
7262
7719
|
"vs/workbench/contrib/notebook/browser/controller/chat/notebookChatController": {
|
|
7263
7720
|
"default.placeholder": "Soru sorun",
|
|
7264
|
-
thinking: "Düşünüyor...",
|
|
7265
7721
|
"welcome.1": "Yapay zeka tarafından oluşturulan kod yanlış olabilir"
|
|
7266
7722
|
},
|
|
7267
7723
|
"vs/workbench/contrib/notebook/browser/controller/coreActions": {
|
|
@@ -7335,14 +7791,17 @@ var content = {
|
|
|
7335
7791
|
},
|
|
7336
7792
|
"vs/workbench/contrib/notebook/browser/controller/layoutActions": {
|
|
7337
7793
|
customizeNotebook: "Not Defterini Özelleştirin...",
|
|
7794
|
+
mitoggleNotebookStickyScroll: "&&Toggle Notebook Sticky Scroll",
|
|
7338
7795
|
"notebook.placeholder": "Kaydedilecek ayarlar dosyası",
|
|
7339
7796
|
"notebook.saveMimeTypeOrder": "Mimetype Görüntüleme Sırasını Kaydet",
|
|
7340
7797
|
"notebook.showLineNumbers": "Not Defteri Satır Numaraları",
|
|
7341
7798
|
"notebook.toggleBreadcrumb": "İçerik Haritalarını Aç/Kapat",
|
|
7342
7799
|
"notebook.toggleCellToolbarPosition": "Hücre Araç Çubuğu Konumunu Aç/Kapat",
|
|
7343
7800
|
"notebook.toggleLineNumbers": "Not Defteri Satır Numaralarını Aç/Kapat",
|
|
7801
|
+
notebookStickyScroll: "Toggle Notebook Sticky Scroll",
|
|
7344
7802
|
"saveTarget.machine": "Kullanıcı Ayarları",
|
|
7345
7803
|
"saveTarget.workspace": "Çalışma Alanı Ayarları",
|
|
7804
|
+
toggleStickyScroll: "Toggle Notebook Sticky Scroll",
|
|
7346
7805
|
"workbench.notebook.layout.configure.label": "Not Defteri Düzenini Özelleştir",
|
|
7347
7806
|
"workbench.notebook.layout.select.label": "Not Defteri Düzenleri arasından seçim yapın",
|
|
7348
7807
|
"workbench.notebook.layout.webview.reset.label": "Not Defteri Web Görünümü'nü Sıfırla"
|
|
@@ -7355,6 +7814,16 @@ var content = {
|
|
|
7355
7814
|
indentUsingSpaces: "Boşluk Kullanarak Girintile",
|
|
7356
7815
|
indentUsingTabs: "Sekme Kullanarak Girintile",
|
|
7357
7816
|
selectTabWidth: "Geçerli Dosya için Sekme Boyutunu Seç"
|
|
7817
|
+
},
|
|
7818
|
+
"vs/workbench/contrib/notebook/browser/controller/sectionActions": {
|
|
7819
|
+
expandSection: "Expand Section",
|
|
7820
|
+
foldSection: "Fold Section",
|
|
7821
|
+
miexpandSection: "&&Expand Section",
|
|
7822
|
+
mifoldSection: "&&Fold Section",
|
|
7823
|
+
mirunCell: "&&Run Cell",
|
|
7824
|
+
mirunCellsInSection: "&&Run Cells In Section",
|
|
7825
|
+
runCell: "Run Cell",
|
|
7826
|
+
runCellsInSection: "Run Cells In Section"
|
|
7358
7827
|
},
|
|
7359
7828
|
"vs/workbench/contrib/notebook/browser/diff/diffElementOutputs": {
|
|
7360
7829
|
builtinRenderInfo: "yerleşik",
|
|
@@ -7391,7 +7860,10 @@ var content = {
|
|
|
7391
7860
|
never: "Kaydetmede Kod Eylemlerini hiçbir zaman tetiklemez.",
|
|
7392
7861
|
neverBoolean: "Kod Eylemlerini yalnızca açıkça kaydedildiğinde tetikler. Bu değer \"hiçbir zaman\" yerine kullanım dışı bırakılacak.",
|
|
7393
7862
|
"notebook.VariablesView.description": "Hata ayıklama paneli içinde deneysel not defteri değişkenleri görünümünü etkinleştirin.",
|
|
7394
|
-
"notebook.
|
|
7863
|
+
"notebook.backup.sizeLimit": "The limit of notebook output size in kilobytes (KB) where notebook files will no longer be backed up for hot reload. Use 0 for unlimited.",
|
|
7864
|
+
"notebook.cellChat": "Enable experimental floating chat widget in notebooks.",
|
|
7865
|
+
"notebook.cellFailureDiagnostics": "Show available diagnostics for cell failures.",
|
|
7866
|
+
"notebook.cellGenerate": "Enable experimental generate action to create code cell with inline chat enabled.",
|
|
7395
7867
|
"notebook.cellToolbarLocation.description": "Hücre araç çubuğunun gösterileceği yeri veya gizlenip gizlenmeyeceğini belirtir.",
|
|
7396
7868
|
"notebook.cellToolbarLocation.viewType": "Belirli dosya türleri için hücre araç çubuğu konumunu yapılandırın",
|
|
7397
7869
|
"notebook.cellToolbarVisibility.description": "Hücre araç çubuğunun üzerinde bekletme ya da tıklama sırasında görünüp görünmeyeceğini belirtir.",
|
|
@@ -7416,16 +7888,13 @@ var content = {
|
|
|
7416
7888
|
"notebook.insertToolbarPosition.description": "Hücre ekleme eylemlerinin nerede görüneceğini denetleyin.",
|
|
7417
7889
|
"notebook.interactiveWindow.collapseCodeCells": "Etkileşimli penceredeki kod hücrelerinin varsayılan olarak daraltılmış olup olmadığını kontrol eder.",
|
|
7418
7890
|
"notebook.markup.fontSize": "Not defterlerinde oluşturulan işaretlemenin piksel cinsinden yazı tipi boyutunu kontrol eder. {0} olarak ayarlandığında, {1} öğesinin %120'si kullanılır.",
|
|
7891
|
+
"notebook.minimalErrorRendering": "Control whether to render error output in a minimal style.",
|
|
7419
7892
|
"notebook.outputFontFamily": "Not defteri hücrelerindeki çıkış metninin yazı tipi ailesi. Boş olarak ayarlandığında {0} kullanılır.",
|
|
7420
7893
|
"notebook.outputFontSize": "Not defteri hücrelerindeki çıkış metni için yazı tipi boyutu. 0 olarak ayarlandığında {0} kullanılır.",
|
|
7421
7894
|
"notebook.outputLineHeight": "Not defteri hücrelerindeki çıkış metninin satır yüksekliği.\r\n - 0 olarak ayarlandığında, düzenleyici satır yüksekliği kullanılır. \r\n - 0 ile 8 arasındaki değerler yazı tipi boyutu ile çarpan olarak kullanılır.\r\n - 8 veya daha büyük değerler etkin değerler olarak kullanılır.",
|
|
7422
7895
|
"notebook.outputScrolling": "Başlangıçta not defteri çıktılarını, sınırdan uzun olduğunda kaydırılabilir bir bölgede işleyin.",
|
|
7423
7896
|
"notebook.outputWordWrap": "Çıkıştaki satırların kaydırılıp kaydırılmayacağını denetler.",
|
|
7424
7897
|
"notebook.remoteSaving": "Uzak ortamda not defterlerinin artımlı olarak kaydedilmesini sağlar. Etkinleştirildiğinde, uzantı ana bilgisayarına yalnızca not defterinde yapılan değişiklikler gönderilir, bu da büyük not defterleri ve yavaş ağ bağlantılarının performansını geliştirir.",
|
|
7425
|
-
"notebook.scrolling.anchorToFocusedCell.auto.description": "{0}, {1} olarak ayarlanmadığı sürece görünüm penceresini bağlama göre odaklanılan hücreye bağla.",
|
|
7426
|
-
"notebook.scrolling.anchorToFocusedCell.description": "Deneysel. Çevreleyen hücreler boyut değiştirirken odaklanılan hücreyi sabit tut.",
|
|
7427
|
-
"notebook.scrolling.anchorToFocusedCell.off.description": "Odaklanılan hücre, hücreler yeniden boyutlandırıldıkça değişebilir.",
|
|
7428
|
-
"notebook.scrolling.anchorToFocusedCell.on.description": "Görünüm penceresini her zaman odaklanılan hücreye bağla.",
|
|
7429
7898
|
"notebook.scrolling.revealNextCellOnExecute.description": "{0} çalıştırıldıktan sonra bir sonraki hücre görüntülendiğinde ne kadar kaydırılacağını belirtir.",
|
|
7430
7899
|
"notebook.scrolling.revealNextCellOnExecute.firstLine.description": "Sonraki hücrenin ilk satırını görüntülemek için kaydırın.",
|
|
7431
7900
|
"notebook.scrolling.revealNextCellOnExecute.fullCell.description": "Sonraki hücreyi tam olarak görüntülemek için kaydırın.",
|
|
@@ -7463,6 +7932,11 @@ var content = {
|
|
|
7463
7932
|
"notebook.focusPreviousEditor": "Önceki Hücre Düzenleyicisini Odakla komutu ({0}) odağı önceki hücrenin düzenleyicisinde ayarlar.",
|
|
7464
7933
|
"notebook.focusPreviousEditorNoKb": "Önceki Hücre Düzenleyicisini Odakla komutu, odağı önceki hücrenin düzenleyicisinde ayarlar ve şu anda tuş bağlama ile tetiklenemez.",
|
|
7465
7934
|
"notebook.overview": "Not defteri görünümü, kod ve işaretleme hücrelerinin bir koleksiyonudur. Kod hücreleri çalıştırılabilir ve doğrudan hücrenin altında çıktı üretir."
|
|
7935
|
+
},
|
|
7936
|
+
"vs/workbench/contrib/notebook/browser/notebookAccessibilityProvider": {
|
|
7937
|
+
notebookTreeAriaLabel: "Notebook",
|
|
7938
|
+
notebookTreeAriaLabelHelp: "Notebook\r\nUse {0} for accessibility help",
|
|
7939
|
+
notebookTreeAriaLabelHelpNoKb: "Notebook\r\nRun the Open Accessibility Help command for more information"
|
|
7466
7940
|
},
|
|
7467
7941
|
"vs/workbench/contrib/notebook/browser/notebookEditor": {
|
|
7468
7942
|
"fail.noEditor": "Kaynak '{0}' not defteri düzenleyicisi türü ile açılamıyor. Lütfen doğru uzantının yüklü ve etkinleştirilmiş durumda olup olmadığını denetleyin.",
|
|
@@ -7498,9 +7972,6 @@ var content = {
|
|
|
7498
7972
|
"notebookStatusErrorIcon.foreground": "Not defteri hücrelerinin hücre durum çubuğundaki hata simgesi rengi.",
|
|
7499
7973
|
"notebookStatusRunningIcon.foreground": "Not defteri hücrelerinin hücre durum çubuğundaki çalışma simgesi rengi.",
|
|
7500
7974
|
"notebookStatusSuccessIcon.foreground": "Not defteri hücrelerinin hücre durum çubuğundaki hata simgesi rengi.",
|
|
7501
|
-
notebookTreeAriaLabel: "Not Defteri",
|
|
7502
|
-
notebookTreeAriaLabelHelp: "Not defteri\r\nErişilebilirlik yardımı için şunu kullanın: {0}",
|
|
7503
|
-
notebookTreeAriaLabelHelpNoKb: "Not defteri\r\nDaha fazla bilgi için Erişilebilirlik Yardımını Aç komutunu çalıştırın",
|
|
7504
7975
|
selectedCellBackground: "Hücre seçildiğinde hücrenin arka plan rengi."
|
|
7505
7976
|
},
|
|
7506
7977
|
"vs/workbench/contrib/notebook/browser/notebookExtensionPoint": {
|
|
@@ -7635,12 +8106,6 @@ var content = {
|
|
|
7635
8106
|
},
|
|
7636
8107
|
"vs/workbench/contrib/notebook/browser/viewModel/notebookOutlineEntryFactory": {
|
|
7637
8108
|
empty: "boş hücre"
|
|
7638
|
-
},
|
|
7639
|
-
"vs/workbench/contrib/notebook/browser/viewParts/notebookEditorStickyScroll": {
|
|
7640
|
-
miNotebookStickyScroll: "&&Not Defteri Yapışkan Kaydırma",
|
|
7641
|
-
mitoggleStickyScroll: "Not Defteri Yapışkan &&Kaydırmayı Aç/Kapat",
|
|
7642
|
-
notebookStickyScroll: "Not Defteri Yapışkan Kaydırma",
|
|
7643
|
-
toggleStickyScroll: "Not Defteri Yapışkan Kaydırmayı Aç/Kapat"
|
|
7644
8109
|
},
|
|
7645
8110
|
"vs/workbench/contrib/notebook/browser/viewParts/notebookKernelQuickPickStrategy": {
|
|
7646
8111
|
current1: "Şu Anda Seçili",
|
|
@@ -7721,6 +8186,8 @@ var content = {
|
|
|
7721
8186
|
"clearOutput.label": "Çıkışı Temizle",
|
|
7722
8187
|
extensionLogs: "Uzantı Günlükleri",
|
|
7723
8188
|
logFile: "Açılacak günlük dosyasının kimliği, örneğin `\"pencere\"`. Şu anda bunu yapmanın en iyi yolu, kimliği 'workbench.action.output.show.<id>' komutlarını kontrol ederek almaktır.",
|
|
8189
|
+
"logLevel.label": "Set Log Level...",
|
|
8190
|
+
"logLevelDefault.label": "Set As Default",
|
|
7724
8191
|
miToggleOutput: "&&Çıkış",
|
|
7725
8192
|
openActiveOutputFile: "Çıkışı Düzenleyicide Aç",
|
|
7726
8193
|
openActiveOutputFileInNewWindow: "Çıkışı Yeni Pencerede Aç",
|
|
@@ -7851,7 +8318,8 @@ var content = {
|
|
|
7851
8318
|
settingsEditor2: "Ayar Düzenleyicisi 2",
|
|
7852
8319
|
showDefaultKeybindings: "Sistem Tuş Bağlamalarını Göster",
|
|
7853
8320
|
showExtensionKeybindings: "Uzantı Tuş Bağlamalarını Göster",
|
|
7854
|
-
showUserKeybindings: "Kullanıcı Tuş Bağlamalarını Göster"
|
|
8321
|
+
showUserKeybindings: "Kullanıcı Tuş Bağlamalarını Göster",
|
|
8322
|
+
"workbench.action.openSettingsJson.description": "Opens the JSON file containing the current user profile settings"
|
|
7855
8323
|
},
|
|
7856
8324
|
"vs/workbench/contrib/preferences/browser/preferencesActions": {
|
|
7857
8325
|
configureLanguageBasedSettings: "Dile Özgü Ayarları Yapılandır...",
|
|
@@ -8217,6 +8685,7 @@ var content = {
|
|
|
8217
8685
|
"remote.category": "Uzak",
|
|
8218
8686
|
"remote.close": "Uzak Bağlantıyı Kapat",
|
|
8219
8687
|
"remote.install": "Web Geliştirme Uzantılarını Yükle",
|
|
8688
|
+
"remote.showExtensionRecommendations": "When enabled, remote extensions recommendations will be shown in the Remote Indicator menu.",
|
|
8220
8689
|
"remote.showMenu": "Uzak Menüyü Göster",
|
|
8221
8690
|
"remote.startActions.help": "Daha Fazla Bilgi Edinin",
|
|
8222
8691
|
"remote.startActions.install": "Yükle",
|
|
@@ -8301,7 +8770,7 @@ var content = {
|
|
|
8301
8770
|
invalidWorkspacePrimary: "&&Çalışma Alanını Aç",
|
|
8302
8771
|
pauseSocketWriting: "Bağlantı: Yuva yazmayı duraklat",
|
|
8303
8772
|
remote: "Uzak",
|
|
8304
|
-
"remote.autoForwardPortFallback": "
|
|
8773
|
+
"remote.autoForwardPortFallback": "The number of auto forwarded ports that will trigger the switch from `process` to `hybrid` when automatically forwarding ports and `remote.autoForwardPortsSource` is set to `process` by default. Set to `0` to disable the fallback. When `remote.autoForwardPortsFallback` hasn't been configured, but `remote.autoForwardPortsSource` has, `remote.autoForwardPortsFallback` will be treated as though it's set to `0`.",
|
|
8305
8774
|
"remote.autoForwardPorts": "Etkinleştirildiğinde, yeni çalışan işlemler saptanır ve dinleyeceği bağlantı noktaları otomatik olarak iletilir. Bu ayarı devre dışı bırakmak, tüm bağlantı noktalarının iletilmesini engellemez. Devre dışı bırakılsa bile, uzantılar yine de bağlantı noktalarının iletilmesine neden olur ve bazı URL'leri açmak yine de bağlantı noktalarının iletilmesine neden olur.",
|
|
8306
8775
|
"remote.autoForwardPortsSource": "{0} true olduğunda bağlantı noktalarının otomatik olarak iletildiği kaynağı ayarlar. Windows ve macOS uzak depolarında, `process` ve `hybrid` seçeneklerinin etkisi yoktur ve `output` kullanılır.",
|
|
8307
8776
|
"remote.autoForwardPortsSource.hybrid": "Terminal ve hata ayıklama çıkışı okunarak bulunan bağlantı noktaları otomatik olarak iletilir. Bağlantı noktalarını kullanan tüm işlemler tümleşik terminale veya hata ayıklama konsoluna yazılmayacağından bazı bağlantı noktaları eksik olacaktır. Bağlantı noktaları, o bağlantı noktasında dinleyen işlemlerin sonlandırılması izlenerek \"iletilmemiş\" olur.",
|
|
@@ -8437,6 +8906,10 @@ var content = {
|
|
|
8437
8906
|
"scm.showOutgoingChanges.always": "Giden değişiklikleri her zaman Kaynak Denetimi görünümünde gösterin.",
|
|
8438
8907
|
"scm.showOutgoingChanges.auto": "Yalnızca mevcut olduğunda Kaynak Denetimi görünümünde giden değişiklikleri gösterin.",
|
|
8439
8908
|
"scm.showOutgoingChanges.never": "Giden değişiklikleri hiçbir zaman Kaynak Denetimi görünümünde gösterme.",
|
|
8909
|
+
"scm.workingSets.default": "Controls the default working set to use when switching to a source control history item group that does not have a working set.",
|
|
8910
|
+
"scm.workingSets.default.current": "Use the current working set when switching to a source control history item group that does not have a working set.",
|
|
8911
|
+
"scm.workingSets.default.empty": "Use an empty working set when switching to a source control history item group that does not have a working set.",
|
|
8912
|
+
"scm.workingSets.enabled": "Controls whether to store editor working sets when switching between source control history item groups.",
|
|
8440
8913
|
scmConfigurationTitle: "Kaynak Denetimi",
|
|
8441
8914
|
showActionButton: "Eylem düğmesinin Kaynak Denetimi görünümünde gösterilip gösterilemeyeceğini denetler.",
|
|
8442
8915
|
showInputActionButton: "Eylem düğmesinin Kaynak Denetimi girişinde gösterilip gösterilemeyeceğini denetler.",
|
|
@@ -8527,7 +9000,7 @@ var content = {
|
|
|
8527
9000
|
"vs/workbench/contrib/search/browser/search.contribution": {
|
|
8528
9001
|
anythingQuickAccess: "Dosyaya Git",
|
|
8529
9002
|
anythingQuickAccessPlaceholder: "Dosyaları ada göre ara (satıra gitmek için {0}, sembole gitmek için {1} ekle)",
|
|
8530
|
-
exclude: "
|
|
9003
|
+
exclude: "Configure [glob patterns](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) for excluding files and folders in fulltext searches and file search in quick open. To exclude files from the recently opened list in quick open, patterns must be absolute (for example `**/node_modules/**`). Inherits all glob patterns from the `#files.exclude#` setting.",
|
|
8531
9004
|
"exclude.boolean": "Dosya yollarının eşleştirileceği glob deseni. Deseni etkinleştirmek veya devre dışı bırakmak için true ya da false olarak ayarlayın.",
|
|
8532
9005
|
"exclude.when": "Eşleşen bir dosyanın eşdüzey öğeleri üzerindeki ek denetim. Eşleşen dosya adı için değişken olarak \\$(basename) kullanın.",
|
|
8533
9006
|
filterSortOrder: "Filtreleme sırasında hızlı açmada düzenleyici geçmişinin sıralama düzenini denetler.",
|
|
@@ -8547,7 +9020,6 @@ var content = {
|
|
|
8547
9020
|
"search.decorations.colors": "Arama dosyası süslemelerinin renk kullanıp kullanmaması gerektiğini denetler.",
|
|
8548
9021
|
"search.defaultViewMode": "Varsayılan arama sonucu görünüm modunu kontrol eder.",
|
|
8549
9022
|
"search.experimental.closedNotebookResults": "Kapalı not defterleri için not defteri düzenleyicisi zengin içerik sonuçlarını görüntüleyin. Lütfen bu ayarı değiştirdikten sonra arama sonuçlarınızı yenileyin.",
|
|
8550
|
-
"search.experimental.quickAccess.preserveInput": "Hızlı Arama özelliğine en son yazılan girişin bir sonraki sefer açıldığında geri yüklenip yüklenmediğini denetler.",
|
|
8551
9023
|
"search.followSymlinks": "Arama sırasında sembolik bağlantıların takip edilip edilmeyeceğini denetler.",
|
|
8552
9024
|
"search.globalFindClipboard": "Arama görünümünün macOS'te paylaşılan bulma panosunu okuması ya da değiştirmesi arasındaki tercihi denetler.",
|
|
8553
9025
|
"search.location": "Aramanın kenar çubuğunda bir görünüm olarak mı, yoksa panel alanında daha fazla yatay boşluk olması için bir panel olarak mı gösterileceğini denetler.",
|
|
@@ -8558,6 +9030,7 @@ var content = {
|
|
|
8558
9030
|
"search.mode.newEditor": "Yeni arama düzenleyicisinde arama yapın.",
|
|
8559
9031
|
"search.mode.reuseEditor": "Varsa mevcut arama düzenleyicisinde, yoksa yeni bir arama düzenleyicisinde arama yapın.",
|
|
8560
9032
|
"search.mode.view": "Arama görünümünde panel veya kenar çubuklarında arama yapın.",
|
|
9033
|
+
"search.quickAccess.preserveInput": "Controls whether the last typed input to Quick Search should be restored when opening it the next time.",
|
|
8561
9034
|
"search.quickOpen.includeHistory": "Hızlı Açma için dosya sonuçlarına son açılan dosyalardan sonuçların eklenip eklenmeyeceği.",
|
|
8562
9035
|
"search.quickOpen.includeSymbols": "Hızlı Açma için dosya sonuçlarına genel bir sembol aramasının sonuçlarının eklenip eklenmeyeceği.",
|
|
8563
9036
|
"search.searchEditor.defaultNumberOfContextLines": "Yeni arama düzenleyicileri oluşturulurken kullanılacak çevredeki bağlam satırlarının varsayılan sayısı. '#search.searchEditor.reusePriorSearchConfiguration#' kullanılıyorsa, önceki Arama Düzenleyicisinin yapılandırmasını kullanmak için bu değer 'null' olarak ayarlanabilir.",
|
|
@@ -8566,6 +9039,9 @@ var content = {
|
|
|
8566
9039
|
"search.searchEditor.doubleClickBehaviour.openLocationToSide": "Çift tıklama, sonucu yandaki düzenleyici grubunda açar; yoksa yenisini oluşturur.",
|
|
8567
9040
|
"search.searchEditor.doubleClickBehaviour.selectWord": "Çift tıklama, imlecin altındaki sözcüğü seçer.",
|
|
8568
9041
|
"search.searchEditor.reusePriorSearchConfiguration": "Etkinleştirildiğinde, yeni Arama Düzenleyicileri daha önce açılmış olan Arama Düzenleyicisi'nin dahil edilen ve dışlanan dosyaları ile bayraklarını yeniden kullanır.",
|
|
9042
|
+
"search.searchEditor.singleClickBehaviour": "Configure effect of single-clicking a result in a search editor.",
|
|
9043
|
+
"search.searchEditor.singleClickBehaviour.default": "Single-clicking does nothing.",
|
|
9044
|
+
"search.searchEditor.singleClickBehaviour.peekDefinition": "Single-clicking opens a Peek Definition window.",
|
|
8569
9045
|
"search.searchOnType": "Yazarken tüm dosyalarda ara.",
|
|
8570
9046
|
"search.searchOnTypeDebouncePeriod": "{0} etkinleştirildiğinde bir karakterin yazılması ile aramanın başlaması arasındaki milisaniye cinsinden zaman aşımını denetler. {0} devre dışı bırakıldığında bir etkisi yoktur.",
|
|
8571
9047
|
"search.seedOnFocus": "Arama görünümüne odaklanıldığında arama sorgusunu düzenleyicinin seçili metniyle güncelleştirin. Bu, tıklama sırasında veya `workbench.views.search.focus` komutu tetiklenirken olur.",
|
|
@@ -8584,8 +9060,8 @@ var content = {
|
|
|
8584
9060
|
"searchSortOrder.type": "Sonuçlar, dosya uzantılarına göre alfabetik düzende sıralanır.",
|
|
8585
9061
|
symbolsQuickAccess: "Çalışma Alanında Sembole Git",
|
|
8586
9062
|
symbolsQuickAccessPlaceholder: "Açmak için bir sembolün adını yazın.",
|
|
8587
|
-
textSearchPickerHelp: "
|
|
8588
|
-
textSearchPickerPlaceholder: "
|
|
9063
|
+
textSearchPickerHelp: "Search for Text",
|
|
9064
|
+
textSearchPickerPlaceholder: "Search for text in your workspace files.",
|
|
8589
9065
|
useGlobalIgnoreFiles: "Dosya aranırken genel gitignore dosyanızın (ör. `$HOME/.config/git/ignore` öğesinden) kullanılıp kullanılmayacağını denetler. `#search.useIgnoreFiles#` öğesinin etkinleştirilmesini gerektirir.",
|
|
8590
9066
|
useIgnoreFiles: "Dosya aranırken `.gitignore` ve `.ignore` dosyalarının kullanılıp kullanılmayacağını denetler.",
|
|
8591
9067
|
usePCRE2Deprecated: "Kullanım dışıdır. Yalnızca PCRE2 tarafından desteklenen normal ifade özellikleri kullanılırken otomatik olarak PCRE2 kullanılacaktır.",
|
|
@@ -8610,7 +9086,8 @@ var content = {
|
|
|
8610
9086
|
findInWorkspace: "Çalışma Alanında Bul...",
|
|
8611
9087
|
miFindInFiles: "Dosyalarda &&Bul",
|
|
8612
9088
|
restrictResultsToFolder: "Aramayı Klasörle Kısıtla",
|
|
8613
|
-
revealInSideBar: "Explorer Görünümünde Göster"
|
|
9089
|
+
revealInSideBar: "Explorer Görünümünde Göster",
|
|
9090
|
+
"search.expandRecursively": "Expand Recursively"
|
|
8614
9091
|
},
|
|
8615
9092
|
"vs/workbench/contrib/search/browser/searchActionsNav": {
|
|
8616
9093
|
"AddCursorsAtSearchResults.label": "Arama Sonuçlarına İmleç Ekle",
|
|
@@ -8641,7 +9118,7 @@ var content = {
|
|
|
8641
9118
|
showTriggerActions: "Çalışma Alanında Sembole Git..."
|
|
8642
9119
|
},
|
|
8643
9120
|
"vs/workbench/contrib/search/browser/searchActionsTextQuickAccess": {
|
|
8644
|
-
quickTextSearch: "
|
|
9121
|
+
quickTextSearch: "Quick Search"
|
|
8645
9122
|
},
|
|
8646
9123
|
"vs/workbench/contrib/search/browser/searchActionsTopBar": {
|
|
8647
9124
|
"CancelSearchAction.label": "Aramayı İptal Et",
|
|
@@ -8654,6 +9131,7 @@ var content = {
|
|
|
8654
9131
|
clearSearchHistoryLabel: "Arama Geçmişini Temizle"
|
|
8655
9132
|
},
|
|
8656
9133
|
"vs/workbench/contrib/search/browser/searchFindInput": {
|
|
9134
|
+
aiDescription: "Use AI",
|
|
8657
9135
|
"searchFindInputNotebookFilter.label": "Not Defteri Bulma Filtreleri"
|
|
8658
9136
|
},
|
|
8659
9137
|
"vs/workbench/contrib/search/browser/searchIcons": {
|
|
@@ -8673,6 +9151,8 @@ var content = {
|
|
|
8673
9151
|
searchShowAsTree: "Sonuçları arama görünümünde ağaç olarak görüntülemek için simge.",
|
|
8674
9152
|
searchShowContextIcon: "Arama düzenleyicisindeki bağlamı açma/kapatma eylemi simgesi.",
|
|
8675
9153
|
searchShowReplaceIcon: "Arama görünümündeki değiştirme bölümünü genişletme simgesi.",
|
|
9154
|
+
searchSparkleEmpty: "Icon to hide AI results in search.",
|
|
9155
|
+
searchSparkleFilled: "Icon to show AI results in search.",
|
|
8676
9156
|
searchStopIcon: "Arama görünümündeki durdur simgesi.",
|
|
8677
9157
|
searchViewIcon: "Arama görünümünün simgesini görüntüleyin."
|
|
8678
9158
|
},
|
|
@@ -8903,10 +9383,41 @@ var content = {
|
|
|
8903
9383
|
"vscode.extension.contributes.snippets": "Parçacıklara katkıda bulunur.",
|
|
8904
9384
|
"vscode.extension.contributes.snippets-language": "Bu parçacığın katkıda bulunduğu dil tanımlayıcısı.",
|
|
8905
9385
|
"vscode.extension.contributes.snippets-path": "Parçacıklar dosyasının yolu. Yol, uzantı klasörüne görelidir ve genellikle './snippets/' ile başlar."
|
|
9386
|
+
},
|
|
9387
|
+
"vs/workbench/contrib/speech/browser/speechService": {
|
|
9388
|
+
speechProviderDescription: "A description of this Speech Provider, shown in the UI.",
|
|
9389
|
+
speechProviderName: "Unique name for this Speech Provider.",
|
|
9390
|
+
"vscode.extension.contributes.speechProvider": "Contributes a Speech Provider"
|
|
8906
9391
|
},
|
|
8907
9392
|
"vs/workbench/contrib/speech/common/speechService": {
|
|
8908
|
-
hasSpeechProvider: "
|
|
8909
|
-
|
|
9393
|
+
hasSpeechProvider: "A speech provider is registered to the speech service.",
|
|
9394
|
+
"speechLanguage.da-DK": "Danish (Denmark)",
|
|
9395
|
+
"speechLanguage.de-DE": "German (Germany)",
|
|
9396
|
+
"speechLanguage.en-AU": "English (Australia)",
|
|
9397
|
+
"speechLanguage.en-CA": "English (Canada)",
|
|
9398
|
+
"speechLanguage.en-GB": "English (United Kingdom)",
|
|
9399
|
+
"speechLanguage.en-IE": "English (Ireland)",
|
|
9400
|
+
"speechLanguage.en-IN": "English (India)",
|
|
9401
|
+
"speechLanguage.en-NZ": "English (New Zealand)",
|
|
9402
|
+
"speechLanguage.en-US": "English (United States)",
|
|
9403
|
+
"speechLanguage.es-ES": "Spanish (Spain)",
|
|
9404
|
+
"speechLanguage.es-MX": "Spanish (Mexico)",
|
|
9405
|
+
"speechLanguage.fr-CA": "French (Canada)",
|
|
9406
|
+
"speechLanguage.fr-FR": "French (France)",
|
|
9407
|
+
"speechLanguage.hi-IN": "Hindi (India)",
|
|
9408
|
+
"speechLanguage.it-IT": "Italian (Italy)",
|
|
9409
|
+
"speechLanguage.ja-JP": "Japanese (Japan)",
|
|
9410
|
+
"speechLanguage.ko-KR": "Korean (South Korea)",
|
|
9411
|
+
"speechLanguage.nl-NL": "Dutch (Netherlands)",
|
|
9412
|
+
"speechLanguage.pt-BR": "Portuguese (Brazil)",
|
|
9413
|
+
"speechLanguage.pt-PT": "Portuguese (Portugal)",
|
|
9414
|
+
"speechLanguage.ru-RU": "Russian (Russia)",
|
|
9415
|
+
"speechLanguage.sv-SE": "Swedish (Sweden)",
|
|
9416
|
+
"speechLanguage.tr-TR": "Turkish (Türkiye)",
|
|
9417
|
+
"speechLanguage.zh-CN": "Chinese (Simplified, China)",
|
|
9418
|
+
"speechLanguage.zh-HK": "Chinese (Traditional, Hong Kong)",
|
|
9419
|
+
"speechLanguage.zh-TW": "Chinese (Traditional, Taiwan)",
|
|
9420
|
+
speechToTextInProgress: "A speech-to-text session is in progress."
|
|
8910
9421
|
},
|
|
8911
9422
|
"vs/workbench/contrib/surveys/browser/ces.contribution": {
|
|
8912
9423
|
cesSurveyQuestion: "VS Code ekibine yardımcı olmak için birkaç dakikanızı ayırabilir misiniz? Lütfen şu ana kadar VS Code ile olan deneyiminiz hakkında görüşlerinizi bildirin.",
|
|
@@ -9000,7 +9511,7 @@ var content = {
|
|
|
9000
9511
|
"runTask.label": "Görevin etiketi veya filtre uygulamak için kullanılacak terim",
|
|
9001
9512
|
"runTask.task": "Görevin etiketi veya filtre uygulamak için kullanılacak terim",
|
|
9002
9513
|
"runTask.type": "Katkıda bulunulan görev türü",
|
|
9003
|
-
"saveBeforeRun.dontSave": "
|
|
9514
|
+
"saveBeforeRun.dontSave": "Do&&n't Save",
|
|
9004
9515
|
"saveBeforeRun.save": "&&Kaydet",
|
|
9005
9516
|
savePersistentTask: "Kalıcı görevler kaydediliyor: {0}",
|
|
9006
9517
|
selectProblemMatcher: "Görev çıkışının hangi hata ve uyarı türleri için taranacağını seçin",
|
|
@@ -9387,7 +9898,11 @@ var content = {
|
|
|
9387
9898
|
},
|
|
9388
9899
|
"vs/workbench/contrib/terminal/browser/terminalActions": {
|
|
9389
9900
|
emptyTerminalNameInfo: "İsim vermemek, onu varsayılan değere sıfırlayacaktır",
|
|
9901
|
+
"goToRecentDirectory.metadata": "Goes to a recent folder",
|
|
9390
9902
|
miStickyScroll: "&&Yapışkan Kaydırma",
|
|
9903
|
+
"newWithProfile.location": "Where to create the terminal",
|
|
9904
|
+
"newWithProfile.location.editor": "Create the terminal in the editor",
|
|
9905
|
+
"newWithProfile.location.view": "Create the terminal in the terminal view",
|
|
9391
9906
|
noUnattachedTerminals: "Eklenecek kaldırılmış terminal yok",
|
|
9392
9907
|
quickAccessTerminal: "Etkin Terminali Değiştir",
|
|
9393
9908
|
sendSequence: "Terminale göndermek için metin sırası",
|
|
@@ -9413,7 +9928,7 @@ var content = {
|
|
|
9413
9928
|
"workbench.action.terminal.focusPrevious": "Önceki Terminal Grubuna Odaklan",
|
|
9414
9929
|
"workbench.action.terminal.focusPreviousPane": "Terminal Grubunda Önceki Terminale Odaklan",
|
|
9415
9930
|
"workbench.action.terminal.goToRecentDirectory": "Son Dizine Git...",
|
|
9416
|
-
"workbench.action.terminal.join": "
|
|
9931
|
+
"workbench.action.terminal.join": "Join Terminals...",
|
|
9417
9932
|
"workbench.action.terminal.join.insufficientTerminals": "Birleştirme eylemi için terminaller yetersiz",
|
|
9418
9933
|
"workbench.action.terminal.join.onlySplits": "Tüm terminaller zaten birleştirildi",
|
|
9419
9934
|
"workbench.action.terminal.joinInstance": "Terminallere Katıl",
|
|
@@ -9456,14 +9971,8 @@ var content = {
|
|
|
9456
9971
|
"workbench.action.terminal.selectToPreviousLine": "Önceki Satıra Kadar Seç",
|
|
9457
9972
|
"workbench.action.terminal.setFixedDimensions": "Sabit Boyutları Ayarla",
|
|
9458
9973
|
"workbench.action.terminal.splitInActiveWorkspace": "Bölünmüş Terminal (Etkin Çalışma Alanında)",
|
|
9459
|
-
"workbench.action.terminal.startVoice": "Terminal Sesini başlat",
|
|
9460
|
-
"workbench.action.terminal.stopVoice": "Terminal Sesini Durdur",
|
|
9461
9974
|
"workbench.action.terminal.switchTerminal": "Terminali Değiştir",
|
|
9462
9975
|
"workbench.action.terminal.toggleStickyScroll": "Yapışkan Kaydırmayı Aç/Kapat"
|
|
9463
|
-
},
|
|
9464
|
-
"vs/workbench/contrib/terminal/browser/terminalConfigHelper": {
|
|
9465
|
-
install: "Yükle",
|
|
9466
|
-
"useWslExtension.title": "WSL'de bir terminal açmak için '{0}' uzantısı önerilir."
|
|
9467
9976
|
},
|
|
9468
9977
|
"vs/workbench/contrib/terminal/browser/terminalEditorInput": {
|
|
9469
9978
|
"confirmDirtyTerminal.button": "&&Sonlandır",
|
|
@@ -9488,7 +9997,6 @@ var content = {
|
|
|
9488
9997
|
"vs/workbench/contrib/terminal/browser/terminalInstance": {
|
|
9489
9998
|
bellStatus: "Zil",
|
|
9490
9999
|
changeColor: "Terminal için bir renk seçin",
|
|
9491
|
-
changeIcon: "Terminal için bir simge seçin",
|
|
9492
10000
|
configureTerminalSettings: "Terminal Ayarlarını Yapılandır",
|
|
9493
10001
|
disconnectStatus: "İşlemle bağlantı kesildi",
|
|
9494
10002
|
keybindingHandling: "Bazı tuş bağlamaları, varsayılan olarak terminale gitmez ve bunun yerine {0} tarafından işlenir.",
|
|
@@ -9531,7 +10039,7 @@ var content = {
|
|
|
9531
10039
|
"workbench.action.terminal.copySelection.short": "Kopyala",
|
|
9532
10040
|
"workbench.action.terminal.copySelectionAsHtml": "HTML Olarak Kopyala",
|
|
9533
10041
|
"workbench.action.terminal.joinInstance": "Terminallere Katıl",
|
|
9534
|
-
"workbench.action.terminal.newWithProfile.short": "
|
|
10042
|
+
"workbench.action.terminal.newWithProfile.short": "New Terminal With Profile...",
|
|
9535
10043
|
"workbench.action.terminal.openSettings": "Terminal Ayarlarını Yapılandır",
|
|
9536
10044
|
"workbench.action.terminal.paste.short": "Yapıştır",
|
|
9537
10045
|
"workbench.action.terminal.renameInstance": "Yeniden Adlandır...",
|
|
@@ -9560,7 +10068,7 @@ var content = {
|
|
|
9560
10068
|
},
|
|
9561
10069
|
"vs/workbench/contrib/terminal/browser/terminalQuickAccess": {
|
|
9562
10070
|
renameTerminal: "Terminali Yeniden Adlandır",
|
|
9563
|
-
"workbench.action.terminal.newWithProfilePlus": "
|
|
10071
|
+
"workbench.action.terminal.newWithProfilePlus": "Create New Terminal With Profile...",
|
|
9564
10072
|
"workbench.action.terminal.newplus": "Yeni Terminal Oluşturun"
|
|
9565
10073
|
},
|
|
9566
10074
|
"vs/workbench/contrib/terminal/browser/terminalRunRecentQuickPick": {
|
|
@@ -9603,9 +10111,6 @@ var content = {
|
|
|
9603
10111
|
"terminal.useMonospace": "'Tek aralıklı' kullanın",
|
|
9604
10112
|
terminalConnectingLabel: "Başlatılıyor...",
|
|
9605
10113
|
terminals: "Terminalleri açın."
|
|
9606
|
-
},
|
|
9607
|
-
"vs/workbench/contrib/terminal/browser/terminalVoice": {
|
|
9608
|
-
terminalVoiceTextInserted: "{0} eklendi"
|
|
9609
10114
|
},
|
|
9610
10115
|
"vs/workbench/contrib/terminal/browser/xterm/decorationAddon": {
|
|
9611
10116
|
gutter: "Cilt payı komutu süslemeleri",
|
|
@@ -9634,11 +10139,7 @@ var content = {
|
|
|
9634
10139
|
terminalPromptContextMenu: "Komut Eylemlerini Göster"
|
|
9635
10140
|
},
|
|
9636
10141
|
"vs/workbench/contrib/terminal/browser/xterm/xtermTerminal": {
|
|
9637
|
-
|
|
9638
|
-
no: "Hayır",
|
|
9639
|
-
"terminal.integrated.copySelection.noSelection": "Terminalin kopyalanacak seçimi yok",
|
|
9640
|
-
"terminal.slowRendering": "Terminal GPU hızlandırması bilgisayarınızda yavaş gibi görünüyor. Devre dışı bırakmak istiyor musunuz? Bu, performansı iyileştirebilir. [Terminal ayarları hakkında daha fazla bilgi edinin](https://code.visualstudio.com/docs/editor/integrated-terminal#_changing-how-the-terminal-is-rendered).",
|
|
9641
|
-
yes: "Evet"
|
|
10142
|
+
"terminal.integrated.copySelection.noSelection": "Terminalin kopyalanacak seçimi yok"
|
|
9642
10143
|
},
|
|
9643
10144
|
"vs/workbench/contrib/terminal/common/terminal": {
|
|
9644
10145
|
"vscode.extension.contributes.terminal": "Terminal işlevselliğine katkıda bulunur.",
|
|
@@ -9693,11 +10194,13 @@ var content = {
|
|
|
9693
10194
|
process: "terminal işleminin adı",
|
|
9694
10195
|
separator: "yalnızca değer veya statik metin içeren değişkenlerle çevrili olduğunda gösterilen bir koşullu ayırıcı {0}.",
|
|
9695
10196
|
sequence: "işlem tarafından terminale sağlanan ad",
|
|
10197
|
+
"suggestEnabled.deprecated": "This is an experimental setting and may break the terminal! Use at your own risk.",
|
|
9696
10198
|
task: "bu terminalin bir görevle ilişkili olduğunu gösterir",
|
|
9697
10199
|
"terminal.integrated.accessibleViewFocusOnCommandExecution": "Bir komut yürütüldüğünde terminal erişilebilir görünümüne odaklan.",
|
|
9698
10200
|
"terminal.integrated.accessibleViewPreserveCursorPosition": "İmleç konumunu, arabelleğin en altına ayarlamak yerine terminalin erişilebilir görünümü yeniden açıldığında koruyabilirsiniz.",
|
|
9699
10201
|
"terminal.integrated.allowChords": "Terminalde akor tuş bağlamalarına izin verilip verilmeyeceğini belirtir. Bu true olduğunda ve tuş vuruşu bir akorla sonuçlandığında {0} atlanır, bunu false olarak ayarlamak kabuğa (VS Code'a değil) gitmek için ctrl+k kullanmak istediğinizde özellikle yararlıdır.",
|
|
9700
10202
|
"terminal.integrated.allowMnemonics": "Menü çubuğu anımsatıcılarının (örneğin Alt+F) menü çubuğunun açılmasını tetiklemesine izin verilip verilmeyeceği. Bunun, doğru olduğunda tüm alt tuş vuruşlarının kabuğu atlamasına neden olacağını unutmayın. Bu, macOS'ta hiçbir şey yapmaz.",
|
|
10203
|
+
"terminal.integrated.allowedLinkSchemes": "An array of strings containing the URI schemes that the terminal is allowed to open links for. By default, only a small subset of possible schemes are allowed for security reasons.",
|
|
9701
10204
|
"terminal.integrated.altClickMovesCursor": "Etkinleştirildiğinde alt/option + tıklama, {0} seçeneği {1} (varsayılan değer) olarak ayarlandığında istem imlecini farenin altına yeniden konumlandırır. Bu, kabuğunuza bağlı olarak güvenilir şekilde çalışmayabilir.",
|
|
9702
10205
|
"terminal.integrated.autoReplies": "Terminalde karşılaşıldığında otomatik olarak yanıtlanan bir ileti kümesi. İleti yeterince belirgin olduğunda bu, genel yanıtları otomatikleştirmeye yardımcı olabilir.\r\n\r\nAçıklamalar:\r\n\r\n- Windows'ta toplu işi sonlandır istemine otomatik olarak yanıt vermek için {0} kullanın.\r\n- İleti, kaçış dizileri içerdiğinden yanıt biçimlendirilmiş metin ile gerçekleşmeyebilir.\r\n- Her yanıt yalnızca saniyede bir kez gerçekleşebilir.\r\n- Enter tuşunu kastetmek için yanıtta {1} kullanın.\r\n- Varsayılan tuşun ayarını kaldırmak için değeri null olarak ayarlayın.\r\n- Yenisi geçerli değilse VS Kodunu yeniden başlatın.",
|
|
9703
10206
|
"terminal.integrated.autoReplies.reply": "İşleme gönderilecek yanıt.",
|
|
@@ -9772,6 +10275,9 @@ var content = {
|
|
|
9772
10275
|
"terminal.integrated.localEchoStyle": "Yerel olarak yinelenen metnin yazı tipi stili veya RGB rengi olan terminal stili.",
|
|
9773
10276
|
"terminal.integrated.macOptionClickForcesSelection": "macOS üzerinde Option + tıklama kullanılırken seçimin zorlanıp zorlanmayacağını denetler. Bu, normal (satır) seçimi zorlar ve sütun seçimi modunun kullanılmasına izin vermez. Bu, örneğin, tmux içinde fare modu etkinleştirildiğinde, normal terminal seçimini kullanarak kopyalamayı ve yapıştırmayı etkinleştirir.",
|
|
9774
10277
|
"terminal.integrated.macOptionIsMeta": "Option tuşunun macOS'deki terminalde meta tuşu olarak kullanılıp kullanılmayacağını denetler.",
|
|
10278
|
+
"terminal.integrated.middleClickBehavior": "Controls how terminal reacts to middle click.",
|
|
10279
|
+
"terminal.integrated.middleClickBehavior.default": "The platform default to focus the terminal. On Linux this will also paste the selection.",
|
|
10280
|
+
"terminal.integrated.middleClickBehavior.paste": "Paste on middle click.",
|
|
9775
10281
|
"terminal.integrated.minimumContrastRatio": "Ayarlandığında, her hücrenin ön plan rengi, belirtilen karşıtlık oranını karşılamak üzere değişir. Bunun #146406 uyarında `powerline` karakterleri için geçerli olmadığını unutmayın. Örnek değerler:\r\n\r\n- 1: Hiçbir şey yapma ve standart tema renklerini kullan.\r\n- 4.5: [WCAG AA uyumluluğu (en az)](https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html) (varsayılan).\r\n- 7: [WCAG AAA uyumluluğu (gelişmiş)](https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast7.html).\r\n- 21: Siyah üzerine beyaz veya beyaz üzerine siyah.",
|
|
9776
10282
|
"terminal.integrated.mouseWheelScrollSensitivity": "Fare tekerleği kaydırma olaylarının `deltaY` değeri üzerinde kullanılacak çarpan.",
|
|
9777
10283
|
"terminal.integrated.mouseWheelZoom": "Fare tekerleği kullanılıp `Ctrl` tuşuna basılı tutulduğunda terminalin yazı tipini yakınlaştırın.",
|
|
@@ -9780,6 +10286,7 @@ var content = {
|
|
|
9780
10286
|
"terminal.integrated.persistentSessionReviveProcess.never": "Terminal arabelleklerini hiçbir zaman geri yüklemeyin veya işlemi yeniden oluşturmayın.",
|
|
9781
10287
|
"terminal.integrated.persistentSessionReviveProcess.onExit": "Windows/Linux'ta son pencere kapatıldıktan sonra veya 'workbench.action.quit' komutu tetiklendiğinde (komut paleti, tuş bağlama, menü) işlemleri yeniden başlatın.",
|
|
9782
10288
|
"terminal.integrated.persistentSessionReviveProcess.onExitAndWindowClose": "Windows/Linux'ta son pencere kapatıldıktan sonra veya 'workbench.action.quit' komutu tetiklendiğinde (komut paleti, tuş bağlama, menü) veya pencere kapatıldığında işlemleri yeniden başlatın.",
|
|
10289
|
+
"terminal.integrated.rescaleOverlappingGlyphs": "Whether to rescale glyphs horizontally that are a single cell wide but have glyphs that would overlap following cell(s). This typically happens for ambiguous width characters (eg. the roman numeral characters U+2160+) which aren't featured in monospace fonts. Emoji glyphs are never rescaled.",
|
|
9783
10290
|
"terminal.integrated.rightClickBehavior": "Terminalin sağ tıklamaya nasıl tepki vereceğini denetler.",
|
|
9784
10291
|
"terminal.integrated.rightClickBehavior.copyPaste": "Seçim olduğunda kopyalayın, aksi halde yapıştırın.",
|
|
9785
10292
|
"terminal.integrated.rightClickBehavior.default": "Bağlam menüsünü gösterin.",
|
|
@@ -9793,7 +10300,7 @@ var content = {
|
|
|
9793
10300
|
"terminal.integrated.shellIntegration.decorationsEnabled.gutter": "Terminalin sol tarafına cilt payı süslemelerini göster",
|
|
9794
10301
|
"terminal.integrated.shellIntegration.decorationsEnabled.never": "Süslemeleri gösterme",
|
|
9795
10302
|
"terminal.integrated.shellIntegration.decorationsEnabled.overviewRuler": "Terminalin sağ tarafında genel bakış cetveli süslemelerini göster",
|
|
9796
|
-
"terminal.integrated.shellIntegration.enabled": "
|
|
10303
|
+
"terminal.integrated.shellIntegration.enabled": "Determines whether or not shell integration is auto-injected to support features like enhanced command tracking and current working directory detection. \r\n\r\nShell integration works by injecting the shell with a startup script. The script gives VS Code insight into what is happening within the terminal.\r\n\r\nSupported shells:\r\n\r\n- Linux/macOS: bash, fish, pwsh, zsh\r\n - Windows: pwsh, git bash\r\n\r\nThis setting applies only when terminals are created, so you will need to restart your terminals for it to take effect.\r\n\r\n Note that the script injection may not work if you have custom arguments defined in the terminal profile, have enabled {1}, have a [complex bash `PROMPT_COMMAND`](https://code.visualstudio.com/docs/editor/integrated-terminal#_complex-bash-promptcommand), or other unsupported setup. To disable decorations, see {0}",
|
|
9797
10304
|
"terminal.integrated.shellIntegration.history": "Terminalin komut geçmişinde tutulacak son kullanılan komutların sayısını denetler. Terminalin komut geçmişini devre dışı bırakmak için 0 olarak ayarlayın.",
|
|
9798
10305
|
"terminal.integrated.shellIntegration.suggestEnabled": "{0}, {1} olarak ayarlandığında desteklenen kabuklar için deneysel terminal Intellisense önerilerini etkinleştirir. Kabuk tümleştirmesi el ile yüklenirse betiği çağırmadan önce {2} {3} olarak ayarlanmalıdır.",
|
|
9799
10306
|
"terminal.integrated.showExitAlert": "Çıkış kodu sıfırdan farklı olduğunda \"Terminal işlemi çıkış koduyla sonlandırıldı\" uyarısının gösterilip gösterilmeyeceğini denetler.",
|
|
@@ -9920,8 +10427,62 @@ var content = {
|
|
|
9920
10427
|
runRecentCommand: "Son Komutu Çalıştır ({0})",
|
|
9921
10428
|
runRecentCommandNoKb: "Son Komutu Çalıştır, şu anda bir tuş bağlaması tarafından tetiklenemez.",
|
|
9922
10429
|
shellIntegration: "Terminal, gelişmiş bir deneyim sunan ve aşağıdakiler gibi ekran okuyucular için yararlı komutlar sağlayan kabuk tümleştirmesi adlı bir özelliğe sahiptir:"
|
|
10430
|
+
},
|
|
10431
|
+
"vs/workbench/contrib/terminalContrib/chat/browser/terminalChat": {
|
|
10432
|
+
chatAgentRegisteredContextKey: "Whether the terminal chat agent has been registered.",
|
|
10433
|
+
chatFocusedContextKey: "Whether the chat view is focused.",
|
|
10434
|
+
chatInputHasTextContextKey: "Whether the chat input has text.",
|
|
10435
|
+
chatRequestActiveContextKey: "Whether there is an active chat request.",
|
|
10436
|
+
chatResponseContainsCodeBlockContextKey: "Whether the chat response contains a code block.",
|
|
10437
|
+
chatResponseContainsMultipleCodeBlocksContextKey: "Whether the chat response contains multiple code blocks.",
|
|
10438
|
+
chatResponseSupportsIssueReportingContextKey: "Whether the response supports issue reporting",
|
|
10439
|
+
chatVisibleContextKey: "Whether the chat view is visible.",
|
|
10440
|
+
interactiveSessionResponseVote: "When the response has been voted up, is set to 'up'. When voted down, is set to 'down'. Otherwise an empty string."
|
|
10441
|
+
},
|
|
10442
|
+
"vs/workbench/contrib/terminalContrib/chat/browser/terminalChatAccessibilityHelp": {
|
|
10443
|
+
"chat.signals": "Accessibility Signals can be changed via settings with a prefix of signals.chat. By default, if a request takes more than 4 seconds, you will hear a sound indicating that progress is still occurring.",
|
|
10444
|
+
"inlineChat.access": "It can be activated using the command: Terminal: Start Chat ({0}), which will focus the input box.",
|
|
10445
|
+
"inlineChat.focusInput": "Reach the input box from the response ({0}).",
|
|
10446
|
+
"inlineChat.focusInputNoKb": "Reach the response from the input box by shift+tabbing or assigning a keybinding for the command: Focus Terminal Input.",
|
|
10447
|
+
"inlineChat.focusResponse": "Reach the response from the input box ({0}).",
|
|
10448
|
+
"inlineChat.focusResponseNoKb": "Reach the response from the input box by tabbing or assigning a keybinding for the command: Focus Terminal Response.",
|
|
10449
|
+
"inlineChat.input": "The input box is where the user can type a request and can make the request ({0}). The widget will be closed and all content will be discarded when the Escape key is pressed and the terminal will regain focus.",
|
|
10450
|
+
"inlineChat.inputNoKb": "The input box is where the user can type a request and can make the request by tabbing to the Make Request button, which is not currently triggerable via keybindings. The widget will be closed and all content will be discarded when the Escape key is pressed and the terminal will regain focus.",
|
|
10451
|
+
"inlineChat.insertCommand": "With focus in the input box command editor, the Terminal: Insert Chat Command ({0}) action.",
|
|
10452
|
+
"inlineChat.insertCommandNoKb": "Insert a command by tabbing to the button as the action is currently not triggerable by a keybinding.",
|
|
10453
|
+
"inlineChat.inspectResponseMessage": "The response can be inspected in the accessible view ({0}).",
|
|
10454
|
+
"inlineChat.inspectResponseNoKb": "With the input box focused, inspect the response in the accessible view via the Open Accessible View command, which is currently not triggerable by a keybinding.",
|
|
10455
|
+
"inlineChat.overview": "Inline chat occurs within a terminal. It is useful for suggesting terminal commands. Keep in mind that AI generated code may be incorrect.",
|
|
10456
|
+
"inlineChat.runCommand": "With focus in the input box or command editor, the Terminal: Run Chat Command ({0}) action.",
|
|
10457
|
+
"inlineChat.runCommandNoKb": "Run a command by tabbing to the button as the action is currently not triggerable by a keybinding.",
|
|
10458
|
+
"inlineChat.toolbar": "Use tab to reach conditional parts like commands, status, message responses and more."
|
|
10459
|
+
},
|
|
10460
|
+
"vs/workbench/contrib/terminalContrib/chat/browser/terminalChatActions": {
|
|
10461
|
+
cancelChat: "Cancel Chat",
|
|
10462
|
+
closeChat: "Close Chat",
|
|
10463
|
+
discard: "Discard",
|
|
10464
|
+
discardDescription: "Discards the terminal current chat response, hide the chat widget, and clear the chat input.",
|
|
10465
|
+
focusTerminalInput: "Focus Terminal Input",
|
|
10466
|
+
focusTerminalResponse: "Focus Terminal Response",
|
|
10467
|
+
insert: "Insert",
|
|
10468
|
+
insertCommand: "Insert Chat Command",
|
|
10469
|
+
insertFirst: "Insert First",
|
|
10470
|
+
insertFirstCommand: "Insert First Chat Command",
|
|
10471
|
+
makeChatRequest: "Make Chat Request",
|
|
10472
|
+
reportIssue: "Report Issue",
|
|
10473
|
+
run: "Run",
|
|
10474
|
+
runCommand: "Run Chat Command",
|
|
10475
|
+
runFirst: "Run First",
|
|
10476
|
+
runFirstCommand: "Run First Chat Command",
|
|
10477
|
+
startChat: "Start in Terminal",
|
|
10478
|
+
viewInChat: "View in Chat"
|
|
10479
|
+
},
|
|
10480
|
+
"vs/workbench/contrib/terminalContrib/chat/browser/terminalChatWidget": {
|
|
10481
|
+
"default.placeholder": "Ask how to do something in the terminal",
|
|
10482
|
+
"welcome.1": "AI-generated commands may be incorrect"
|
|
9923
10483
|
},
|
|
9924
10484
|
"vs/workbench/contrib/terminalContrib/developer/browser/terminal.developer.contribution": {
|
|
10485
|
+
terminalDevMode: "Terminal Dev Mode",
|
|
9925
10486
|
"workbench.action.terminal.restartPtyHost": "Pty Konağını Yeniden Başlat",
|
|
9926
10487
|
"workbench.action.terminal.showTextureAtlas": "Terminal Dokusu Atlas'ını Göster",
|
|
9927
10488
|
"workbench.action.terminal.writeDataToTerminal": "Terminale Veri Yaz",
|
|
@@ -9954,7 +10515,8 @@ var content = {
|
|
|
9954
10515
|
"vs/workbench/contrib/terminalContrib/links/browser/terminal.links.contribution": {
|
|
9955
10516
|
"workbench.action.terminal.openDetectedLink": "Algılanan Bağlantıyı Aç...",
|
|
9956
10517
|
"workbench.action.terminal.openLastLocalFileLink": "Son Yerel Dosya Bağlantısını Aç",
|
|
9957
|
-
"workbench.action.terminal.openLastUrlLink": "Son URL Bağlantısını Aç"
|
|
10518
|
+
"workbench.action.terminal.openLastUrlLink": "Son URL Bağlantısını Aç",
|
|
10519
|
+
"workbench.action.terminal.openLastUrlLink.description": "Opens the last detected URL/URI link in the terminal"
|
|
9958
10520
|
},
|
|
9959
10521
|
"vs/workbench/contrib/terminalContrib/links/browser/terminalLinkDetectorAdapter": {
|
|
9960
10522
|
focusFolder: "Gezginde klasöre odaklan",
|
|
@@ -9964,9 +10526,11 @@ var content = {
|
|
|
9964
10526
|
searchWorkspace: "Çalışma alanında ara"
|
|
9965
10527
|
},
|
|
9966
10528
|
"vs/workbench/contrib/terminalContrib/links/browser/terminalLinkManager": {
|
|
10529
|
+
allow: "Allow {0}",
|
|
9967
10530
|
followForwardedLink: "İletilen bağlantı noktasını kullanarak bağlantıyı izleyin",
|
|
9968
10531
|
followLink: "Bağlantıyı izle",
|
|
9969
10532
|
followLinkUrl: "Bağlantı",
|
|
10533
|
+
scheme: "Opening URIs can be insecure, do you want to allow opening links with the scheme {0}?",
|
|
9970
10534
|
"terminalLinkHandler.followLinkAlt": "alt + tıklama",
|
|
9971
10535
|
"terminalLinkHandler.followLinkAlt.mac": "Option + tıklama",
|
|
9972
10536
|
"terminalLinkHandler.followLinkCmd": "cmd + tıklama",
|
|
@@ -10022,10 +10586,12 @@ var content = {
|
|
|
10022
10586
|
},
|
|
10023
10587
|
"vs/workbench/contrib/testing/browser/codeCoverageDecorations": {
|
|
10024
10588
|
"coverage.branchCovered": "{1} konumundaki {0} dalı {2} kez yürütüldü.",
|
|
10589
|
+
"coverage.branchCoveredYes": "Branch {0} in {1} was executed.",
|
|
10025
10590
|
"coverage.branchNotCovered": "{1} içindeki {0} dalı kapsama alınamadı.",
|
|
10026
10591
|
"coverage.branches": "{2} konumundaki {0}/{1} dal kapsama alındı.",
|
|
10027
|
-
"coverage.codeExecutedCount": "{0}, {1} kez çalıştırıldı.",
|
|
10028
10592
|
"coverage.declExecutedCount": "`{0}`, {1} kez yürütüldü.",
|
|
10593
|
+
"coverage.declExecutedNo": "`{0}` was not executed.",
|
|
10594
|
+
"coverage.declExecutedYes": "`{0}` was executed.",
|
|
10029
10595
|
"coverage.toggleInline": "Satır İçi Kapsamı Aç/Kapat",
|
|
10030
10596
|
"testing.toggleInlineCoverage": "Satır İçi Kapsamı Aç/Kapat"
|
|
10031
10597
|
},
|
|
@@ -10218,13 +10784,16 @@ var content = {
|
|
|
10218
10784
|
"testing.goToError": "Kaynağa Git",
|
|
10219
10785
|
"testing.goToFile": "Kaynağa Git",
|
|
10220
10786
|
"testing.goToNextMessage": "Sonraki Test Hatasına Git",
|
|
10787
|
+
"testing.goToNextMessage.description": "Shows the next failure message in your file",
|
|
10221
10788
|
"testing.goToPreviousMessage": "Önceki Test Hatasına Git",
|
|
10789
|
+
"testing.goToPreviousMessage.description": "Shows the previous failure message in your file",
|
|
10222
10790
|
"testing.markdownPeekError": "Markdown önizlemesi ({0}) açılamadı.\r\n\r\nLütfen markdown uzantısının etkinleştirildiğinden emin olun.",
|
|
10223
10791
|
"testing.openMessageInEditor": "Düzenleyici'de Aç",
|
|
10224
10792
|
"testing.reRunLastRun": "Test Çalıştırmasını yeniden çalıştır",
|
|
10225
10793
|
"testing.revealInExplorer": "Test Gezgini'nde Göster",
|
|
10226
10794
|
"testing.showResultOutput": "Sonuç çıktısını göster",
|
|
10227
10795
|
"testing.toggleTestingPeekHistory": "Göz Atma'da Test Geçmişi’ni Aç/Kapat",
|
|
10796
|
+
"testing.toggleTestingPeekHistory.description": "Shows or hides the history of test runs in the peek view",
|
|
10228
10797
|
testingOutputActual: "Gerçek sonuç",
|
|
10229
10798
|
testingOutputExpected: "Beklenen sonuç",
|
|
10230
10799
|
testingPeekLabel: "Test Sonucu İletileri"
|
|
@@ -10246,11 +10815,17 @@ var content = {
|
|
|
10246
10815
|
"testing.coveredBorder": "Kapsama alınan metnin kenarlık rengi.",
|
|
10247
10816
|
"testing.coveredGutterBackground": "Kodun kapsama alındığı bölgelerin cilt payı rengi.",
|
|
10248
10817
|
"testing.iconErrored": "Test gezginindeki 'Hatalı' simgesinin rengi.",
|
|
10818
|
+
"testing.iconErrored.retired": "Retired color for the 'Errored' icon in the test explorer.",
|
|
10249
10819
|
"testing.iconFailed": "Test gezginindeki 'başarısız' simgesinin rengi.",
|
|
10820
|
+
"testing.iconFailed.retired": "Retired color for the 'failed' icon in the test explorer.",
|
|
10250
10821
|
"testing.iconPassed": "Test gezginindeki 'başarılı' simgesinin rengi.",
|
|
10822
|
+
"testing.iconPassed.retired": "Retired color for the 'passed' icon in the test explorer.",
|
|
10251
10823
|
"testing.iconQueued": "Test gezginindeki 'Kuyruğa alındı' simgesinin rengi.",
|
|
10824
|
+
"testing.iconQueued.retired": "Retired color for the 'Queued' icon in the test explorer.",
|
|
10252
10825
|
"testing.iconSkipped": "Test gezginindeki 'Atlandı' simgesinin rengi.",
|
|
10826
|
+
"testing.iconSkipped.retired": "Retired color for the 'Skipped' icon in the test explorer.",
|
|
10253
10827
|
"testing.iconUnset": "Test gezginindeki 'Ayarlanmadı' simgesinin rengi.",
|
|
10828
|
+
"testing.iconUnset.retired": "Retired color for the 'Unset' icon in the test explorer.",
|
|
10254
10829
|
"testing.message.error.decorationForeground": "Düzenleyicide satır içi olarak görüntülenen test hata iletilerinin metin rengi.",
|
|
10255
10830
|
"testing.message.error.marginBackground": "Düzenleyicide satır içi olarak görüntülenen hata iletilerinin yanındaki dış boşluk rengi.",
|
|
10256
10831
|
"testing.message.info.decorationForeground": "Düzenleyicide satır içi olarak görüntülenen test bilgi iletilerinin metin rengi.",
|
|
@@ -10311,9 +10886,6 @@ var content = {
|
|
|
10311
10886
|
"testState.skipped": "Atlandı",
|
|
10312
10887
|
"testState.unset": "Henüz çalıştırılmadı",
|
|
10313
10888
|
"testing.treeElementLabel": "{0} ({1})"
|
|
10314
|
-
},
|
|
10315
|
-
"vs/workbench/contrib/testing/common/testCoverageService": {
|
|
10316
|
-
testCoverageError: "Test kapsamı yüklenemedi: {0}"
|
|
10317
10889
|
},
|
|
10318
10890
|
"vs/workbench/contrib/testing/common/testingContentProvider": {
|
|
10319
10891
|
runNoOutout: "Test çalıştırması hiç çıkış kaydetmedi."
|
|
@@ -10337,7 +10909,8 @@ var content = {
|
|
|
10337
10909
|
"testing.testItemHasUri": "Test öğesinde tanımlanmış bir URI olup olmadığını gösteren Boolean değeri",
|
|
10338
10910
|
"testing.testItemIsHidden": "Test öğesinin gizli olup olmadığını gösteren Boolean değeri",
|
|
10339
10911
|
"testing.testMessage": "'testMessage.contextValue' içinde ayarlanmış değer, düzenleyici/içerik ve test/ileti/bağlam içinde kullanılabilir",
|
|
10340
|
-
"testing.testResultOutdated": "Sonuç güncel olmadığında düzenleyici/içerik ve test/ileti/bağlam içinde kullanılabilir değer"
|
|
10912
|
+
"testing.testResultOutdated": "Sonuç güncel olmadığında düzenleyici/içerik ve test/ileti/bağlam içinde kullanılabilir değer",
|
|
10913
|
+
"testing.testResultState": "Value available testing/item/result indicating the state of the item."
|
|
10341
10914
|
},
|
|
10342
10915
|
"vs/workbench/contrib/testing/common/testResult": {
|
|
10343
10916
|
runFinished: "Test çalıştırması tarihi: {0}"
|
|
@@ -10355,9 +10928,11 @@ var content = {
|
|
|
10355
10928
|
"button.keep": "Yeni Temayı Tut",
|
|
10356
10929
|
"button.revert": "Geri Döndür",
|
|
10357
10930
|
"button.tryTheme": "Yeni Temayı Dene",
|
|
10931
|
+
cannotToggle: "Cannot toggle between light and dark themes when `{0}` is enabled in settings.",
|
|
10358
10932
|
defaultProductIconThemeLabel: "Varsayılan",
|
|
10359
10933
|
fileIconThemeCategory: "dosya simgesi temaları",
|
|
10360
10934
|
"generateColorTheme.label": "Geçerli Ayarlardan Renk Teması Oluştur",
|
|
10935
|
+
goToSetting: "Open Settings",
|
|
10361
10936
|
installColorThemes: "Ek Renk Temaları Yükle...",
|
|
10362
10937
|
"installExtension.button.ok": "Tamam",
|
|
10363
10938
|
"installExtension.confirm": "Bu işlem, '{1}' tarafından yayımlanan '{0}' uzantısını yükler. Devam etmek istiyor musunuz?",
|
|
@@ -10380,12 +10955,18 @@ var content = {
|
|
|
10380
10955
|
"themes.category.dark": "koyu temalar",
|
|
10381
10956
|
"themes.category.hc": "yüksek karşıtlık temaları",
|
|
10382
10957
|
"themes.category.light": "açık temalar",
|
|
10958
|
+
"themes.configure.switchingDisabled": "Detect system color mode disabled. Click to configure.",
|
|
10959
|
+
"themes.configure.switchingEnabled": "Detect system color mode enabled. Click to configure.",
|
|
10383
10960
|
"themes.selectIconTheme": "Dosya Simgesi Temasını Seçin (Önizleme için Yukarı/Aşağı Tuşları)",
|
|
10384
10961
|
"themes.selectIconTheme.label": "Dosya Simgesi Teması",
|
|
10385
10962
|
"themes.selectMarketplaceTheme": "Daha Fazlasını Aramak için Yazın. Yüklemek için Seçin. Önizlemek için Yukarı/Aşağı Ok Tuşlarını Kullanın.",
|
|
10386
10963
|
"themes.selectProductIconTheme": "Ürün Simgesi Temasını Seçin (Önizleme için Yukarı/Aşağı Tuşları)",
|
|
10387
10964
|
"themes.selectProductIconTheme.label": "Ürün Simgesi Teması",
|
|
10388
|
-
"themes.selectTheme": "
|
|
10965
|
+
"themes.selectTheme.darkHC": "Select Color Theme for High Contrast Dark Mode",
|
|
10966
|
+
"themes.selectTheme.darkScheme": "Select Color Theme for System Dark Mode",
|
|
10967
|
+
"themes.selectTheme.default": "Select Color Theme (detect system color mode disabled)",
|
|
10968
|
+
"themes.selectTheme.lightHC": "Select Color Theme for High Contrast Light Mode",
|
|
10969
|
+
"themes.selectTheme.lightScheme": "Select Color Theme for System Light Mode",
|
|
10389
10970
|
"toggleLightDarkThemes.label": "Açık/Koyu Temalar arasında geçiş yapın"
|
|
10390
10971
|
},
|
|
10391
10972
|
"vs/workbench/contrib/timeline/browser/timeline.contribution": {
|
|
@@ -10442,8 +11023,6 @@ var content = {
|
|
|
10442
11023
|
"tree.aria": "Tür Hiyerarşisi"
|
|
10443
11024
|
},
|
|
10444
11025
|
"vs/workbench/contrib/update/browser/releaseNotesEditor": {
|
|
10445
|
-
disableFeature: "Bu özelliği devre dışı bırak",
|
|
10446
|
-
enableFeature: "Bu özelliği etkinleştir",
|
|
10447
11026
|
releaseNotesInputName: "Sürüm Notları: {0}",
|
|
10448
11027
|
showOnUpdate: "Güncelleştirme sonrasında yayın notlarını göster",
|
|
10449
11028
|
unassigned: "atanmamış"
|
|
@@ -10692,6 +11271,9 @@ var content = {
|
|
|
10692
11271
|
showAll: "Diğer...",
|
|
10693
11272
|
start: "Başlat",
|
|
10694
11273
|
toStart: "başlangıca.",
|
|
11274
|
+
videos: "Videos",
|
|
11275
|
+
"videos-description": "Learn VS Code's must-have features in short and practical videos",
|
|
11276
|
+
"videos-title": "Watch Getting Started Tutorials",
|
|
10695
11277
|
walkthroughs: "Adım adım kılavuzlar",
|
|
10696
11278
|
welcome: "Hoş Geldiniz",
|
|
10697
11279
|
welcomeAriaLabel: "Düzenleyicinizle çalışmaya başlamaya genel bakış.",
|
|
@@ -10701,6 +11283,7 @@ var content = {
|
|
|
10701
11283
|
"vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution": {
|
|
10702
11284
|
deprecationMessage: "Kullanım dışı, genel `workbench.reduceMotion` kullanın.",
|
|
10703
11285
|
miWelcome: "Hoş Geldiniz",
|
|
11286
|
+
minWelcomeDescription: "Opens a Walkthrough to help you get started in VS Code.",
|
|
10704
11287
|
pickWalkthroughs: "Açmak için bir kılavuz seçin",
|
|
10705
11288
|
welcome: "Hoş Geldiniz",
|
|
10706
11289
|
"welcome.goBack": "Geri Dön",
|
|
@@ -10774,6 +11357,7 @@ var content = {
|
|
|
10774
11357
|
"vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService": {
|
|
10775
11358
|
builtin: "Yerleşik",
|
|
10776
11359
|
developer: "Geliştirici",
|
|
11360
|
+
resetGettingStartedProgressDescription: "Reset the progress of all Walkthrough steps on the Welcome Page to make them appear as if they are being viewed for the first time, providing a fresh start to the getting started experience.",
|
|
10777
11361
|
resetWelcomePageWalkthroughProgress: "Hoş Geldiniz Sayfası Kılavuz İlerlemesini Sıfırla"
|
|
10778
11362
|
},
|
|
10779
11363
|
"vs/workbench/contrib/welcomeGettingStarted/browser/startupPage": {
|
|
@@ -10782,8 +11366,8 @@ var content = {
|
|
|
10782
11366
|
},
|
|
10783
11367
|
"vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent": {
|
|
10784
11368
|
browseLangExts: "Dil Uzantılarına Gözat",
|
|
10785
|
-
browsePopular: "
|
|
10786
|
-
|
|
11369
|
+
browsePopular: "Browse Popular Extensions",
|
|
11370
|
+
browsePopularWeb: "Browse Popular Web Extensions",
|
|
10787
11371
|
cloneRepo: "Depoyu Klonla",
|
|
10788
11372
|
commandPalette: "Komut Paletini Aç",
|
|
10789
11373
|
enableSync: "Yedekleme ve Eşitleme Ayarları",
|
|
@@ -10910,7 +11494,8 @@ var content = {
|
|
|
10910
11494
|
},
|
|
10911
11495
|
"vs/workbench/contrib/welcomeWalkthrough/browser/editor/editorWalkThrough": {
|
|
10912
11496
|
editorWalkThrough: "Etkileşimli Düzenleyici Deneme Alanı",
|
|
10913
|
-
"editorWalkThrough.title": "Düzenleyici Deneme Alanı"
|
|
11497
|
+
"editorWalkThrough.title": "Düzenleyici Deneme Alanı",
|
|
11498
|
+
editorWalkThroughMetadata: "Opens an interactive playground for learning about the editor."
|
|
10914
11499
|
},
|
|
10915
11500
|
"vs/workbench/contrib/welcomeWalkthrough/browser/walkThrough.contribution": {
|
|
10916
11501
|
miPlayground: "Düzenleyici Deneme Ala&&nı",
|
|
@@ -10959,9 +11544,6 @@ var content = {
|
|
|
10959
11544
|
restrictedModeBannerMessageWorkspace: "Kısıtlı Mod güvenli kod gözatma için hazırlanmıştır. Tüm özellikleri etkinleştirmek için bu çalışma alanına güvenin.",
|
|
10960
11545
|
startupTrustRequestLearnMore: "Bu dosyaları oluşturanlara güvenmiyorsanız, dosyalar kötü amaçlı olabileceğinden kısıtlı modda devam etmenizi öneririz. Daha fazla bilgi için bkz. [belgelerimiz](https://aka.ms/vscode-workspace-trust).",
|
|
10961
11546
|
"status.WorkspaceTrust": "Çalışma Alanı Güveni",
|
|
10962
|
-
"status.ariaTrustedFolder": "Bu klasöre güveniliyor.",
|
|
10963
|
-
"status.ariaTrustedWindow": "Bu pencereye güveniliyor.",
|
|
10964
|
-
"status.ariaTrustedWorkspace": "Bu çalışma alanına güveniliyor.",
|
|
10965
11547
|
"status.ariaUntrustedFolder": "Kısıtlı Mod: Bu klasöre güvenilmediğinden bazı özellikler devre dışı bırakıldı.",
|
|
10966
11548
|
"status.ariaUntrustedWindow": "Kısıtlı Mod: Bu pencereye güvenilmediğinden bazı özellikler devre dışı bırakıldı.",
|
|
10967
11549
|
"status.ariaUntrustedWorkspace": "Kısıtlı Mod: Bu çalışma alanına güvenilmediğinden bazı özellikler devre dışı bırakıldı.",
|
|
@@ -10971,6 +11553,7 @@ var content = {
|
|
|
10971
11553
|
trustFolderOptionDescription: "Klasöre güven ve tüm özellikleri etkinleştir",
|
|
10972
11554
|
trustOption: "&&Evet, oluşturanlara güveniyorum",
|
|
10973
11555
|
trustWorkspaceOptionDescription: "Çalışma alanına güven ve tüm özellikleri etkinleştir",
|
|
11556
|
+
untrusted: "Restricted Mode",
|
|
10974
11557
|
"workspace.trust.banner.always": "Güvenilmeyen çalışma alanı her açıldığında başlığı göster.",
|
|
10975
11558
|
"workspace.trust.banner.description": "Kısıtlı mod başlığının ne zaman gösterileceğini denetler.",
|
|
10976
11559
|
"workspace.trust.banner.never": "Güvenilmeyen çalışma alanı açıldığında başlığı gösterme.",
|
|
@@ -11074,6 +11657,7 @@ var content = {
|
|
|
11074
11657
|
"commentThread.editorActions": "Katkıda bulunulan açıklama düzenleyicisi eylemleri",
|
|
11075
11658
|
"commentThread.title": "Katkıda bulunulan açıklama dizisi başlık menüsü",
|
|
11076
11659
|
"commentThread.titleContext": "Katkıda bulunulan açıklama yazışması başlığının göz atma bağlam menüsü, açıklama yazışmasının göz atma başlığında sağ tıklama menüsü olarak işlendi.",
|
|
11660
|
+
"commentsView.threadActions": "The contributed comment thread context menu in the comments view",
|
|
11077
11661
|
dup0: "'{0}' komutu zaten kaydedilmiş",
|
|
11078
11662
|
dup1: "'{0}' komutu {1} tarafından zaten kaydedilmiş ({2})",
|
|
11079
11663
|
"dupe.command": "Menü öğesi varsayılan ve alternatif komut olarak aynı komuta başvuruyor",
|
|
@@ -11091,6 +11675,7 @@ var content = {
|
|
|
11091
11675
|
"menus.debugCallstackContext": "Hata ayıklama çağrı yığını görünümü bağlam menüsü",
|
|
11092
11676
|
"menus.debugToolBar": "Hata ayıklama araç çubuğu menüsü",
|
|
11093
11677
|
"menus.debugVariablesContext": "Hata ayıklama değişkenleri görünümü bağlam menüsü",
|
|
11678
|
+
"menus.diffEditorGutterToolBarMenus": "The gutter toolbar in the diff editor",
|
|
11094
11679
|
"menus.editorContext": "Düzenleyici bağlam menüsü",
|
|
11095
11680
|
"menus.editorContextCopyAs": "Düzenleyici bağlam menüsündeki 'Farklı kopyala' alt menüsü",
|
|
11096
11681
|
"menus.editorContextShare": "Düzenleyici bağlam menüsündeki 'Paylaş' alt menüsü",
|
|
@@ -11150,6 +11735,7 @@ var content = {
|
|
|
11150
11735
|
"submenuItem.duplicate": "`{0}` alt menüsü zaten `{1}` menüsüne katkıda bulundu.",
|
|
11151
11736
|
"testing.item.context": "Katkıda bulunulan test öğesi menüsü",
|
|
11152
11737
|
"testing.item.gutter.title": "Bir test öğesi için cilt payı düzenlemesinin menüsü",
|
|
11738
|
+
"testing.item.result.title": "The menu for an item in the Test Results view or peek.",
|
|
11153
11739
|
"testing.message.content.title": "Sonuç ağacındaki mesajın içerik menüsü",
|
|
11154
11740
|
"testing.message.context.title": "Mesajın görüntülendiği yerde düzenleyici içeriğinin üzerinde göze çarpan bir düğme",
|
|
11155
11741
|
"unsupported.submenureference": "Menü öğesi, alt menü desteği olmayan menü için bir alt menüye başvuruyor.",
|
|
@@ -11183,48 +11769,28 @@ var content = {
|
|
|
11183
11769
|
"vscode.extension.contributes.submenus": "(Önerilen API) Düzenleyiciye alt menü öğeleriyle katkıda bulunur",
|
|
11184
11770
|
"webview.context": "Web görünümü bağlam menüsü"
|
|
11185
11771
|
},
|
|
11186
|
-
"vs/workbench/services/
|
|
11187
|
-
|
|
11772
|
+
"vs/workbench/services/authentication/browser/authenticationExtensionsService": {
|
|
11773
|
+
accessRequest: "Grant access to {0} for {1}... (1)",
|
|
11774
|
+
allow: "&&Allow",
|
|
11775
|
+
confirmAuthenticationAccess: "The extension '{0}' wants to access the {1} account '{2}'.",
|
|
11776
|
+
deny: "&&Deny",
|
|
11777
|
+
getSessionPlateholder: "Select an account for '{0}' to use or Esc to cancel",
|
|
11778
|
+
selectAccount: "The extension '{0}' wants to access a {1} account",
|
|
11779
|
+
"sign in": "Sign in requested",
|
|
11780
|
+
signInRequest: "Sign in with {0} to use {1} (1)",
|
|
11781
|
+
useOtherAccount: "Sign in to another account"
|
|
11188
11782
|
},
|
|
11189
11783
|
"vs/workbench/services/authentication/browser/authenticationService": {
|
|
11190
|
-
|
|
11191
|
-
|
|
11192
|
-
|
|
11193
|
-
authentication: "Kimlik doğrulaması",
|
|
11194
|
-
"authentication.Placeholder": "Henüz hesap istenmedi...",
|
|
11195
|
-
"authentication.id": "Kimlik doğrulama sağlayıcısının kimliği.",
|
|
11196
|
-
"authentication.idConflict": "Bu kimlik doğrulama kimliği '{0}' zaten kaydedildi",
|
|
11197
|
-
"authentication.label": "Kimlik doğrulama sağlayıcısının kullanıcı tarafından okunabilen adı.",
|
|
11198
|
-
"authentication.missingId": "Bir kimlik doğrulama katkısı bir kimlik belirtmelidir.",
|
|
11199
|
-
"authentication.missingLabel": "Bir kimlik doğrulama katkısı bir etiket belirtmelidir.",
|
|
11200
|
-
authenticationExtensionPoint: "Kimlik doğrulaması katkıda bulunuyor",
|
|
11201
|
-
authenticationid: "Kimlik",
|
|
11202
|
-
authenticationlabel: "Etiket",
|
|
11203
|
-
confirmAuthenticationAccess: "'{0}' uzantısı '{2}' adlı {1} hesabına erişmek istiyor.",
|
|
11204
|
-
deny: "&&Reddet",
|
|
11205
|
-
getSessionPlateholder: "'{0}' için kullanılacak bir hesap seçin veya iptal etmek için Esc tuşuna basın",
|
|
11206
|
-
loading: "Yükleniyor...",
|
|
11207
|
-
manageExtensions: "Bu hesaba hangi uzantıların erişebileceğini seçin",
|
|
11208
|
-
manageTrustedExtensions: "Güvenilen Uzantıları Yönet",
|
|
11209
|
-
"manageTrustedExtensions.cancel": "İptal",
|
|
11210
|
-
noTrustedExtensions: "Bu hesap henüz hiçbir uzantı tarafından kullanılmamış.",
|
|
11211
|
-
notUsed: "Bu hesabı kullanmadı",
|
|
11212
|
-
selectAccount: "'{0}' uzantısı bir {1} hesabına erişmek istiyor",
|
|
11213
|
-
"sign in": "Oturum açma istendi",
|
|
11214
|
-
signInRequest: "{1} kullanmak için {0} ile oturum açın (1)",
|
|
11215
|
-
signOut: "&&Oturumu Kapat",
|
|
11216
|
-
signOutMessage: "'{0}' hesabını kullanan: \r\n\r\n{1}\r\n\r\n Bu uzantıların oturumu kapatılsın mı?",
|
|
11217
|
-
signOutMessageSimple: "'{0}' oturumu kapatılsın mı?",
|
|
11218
|
-
trustedExtensionTooltip: "Bu uzantı Microsoft tarafından güveniliyor ve\r\nuzantının bu hesaba her zaman erişimi vardır",
|
|
11219
|
-
trustedExtensions: "Microsoft tarafından güvenilir",
|
|
11220
|
-
useOtherAccount: "Başka bir hesapta oturum açın"
|
|
11784
|
+
"authentication.idConflict": "This authentication id '{0}' has already been registered",
|
|
11785
|
+
"authentication.missingId": "An authentication contribution must specify an id.",
|
|
11786
|
+
"authentication.missingLabel": "An authentication contribution must specify a label."
|
|
11221
11787
|
},
|
|
11222
11788
|
"vs/workbench/services/auxiliaryWindow/browser/auxiliaryWindowService": {
|
|
11223
|
-
lifecycleVeto: "
|
|
11224
|
-
retry: "&&
|
|
11225
|
-
unableToOpenWindow: "
|
|
11226
|
-
unableToOpenWindowDetail: "
|
|
11227
|
-
unableToOpenWindowError: "
|
|
11789
|
+
lifecycleVeto: "Changes that you made may not be saved. Please check press 'Cancel' and try again.",
|
|
11790
|
+
retry: "&&Retry",
|
|
11791
|
+
unableToOpenWindow: "The browser interrupted the opening of a new window. Press 'Retry' to try again.",
|
|
11792
|
+
unableToOpenWindowDetail: "To avoid this problem in the future, please ensure to allow popups for this website.",
|
|
11793
|
+
unableToOpenWindowError: "Unable to open a new window."
|
|
11228
11794
|
},
|
|
11229
11795
|
"vs/workbench/services/configuration/browser/configurationService": {
|
|
11230
11796
|
"configurationDefaults.description": "Yapılandırmalar için varsayılanlara katkıda bulun",
|
|
@@ -11428,6 +11994,9 @@ var content = {
|
|
|
11428
11994
|
accessExtensionFeatureMessage: "'{0}' uzantısı, '{1}' özelliğine erişmek istiyor.",
|
|
11429
11995
|
allow: "İzin ver",
|
|
11430
11996
|
disallow: "İzin Verme"
|
|
11997
|
+
},
|
|
11998
|
+
"vs/workbench/services/extensionManagement/common/extensionManagement": {
|
|
11999
|
+
extensionsConfigurationTitle: "Extensions"
|
|
11431
12000
|
},
|
|
11432
12001
|
"vs/workbench/services/extensionManagement/common/extensionManagementServerService": {
|
|
11433
12002
|
browser: "Tarayıcı",
|
|
@@ -11449,6 +12018,7 @@ var content = {
|
|
|
11449
12018
|
"install multiple extensions": "Uzantıları yüklemek ve cihazlarınızda eşitlemek istiyor musunuz?",
|
|
11450
12019
|
"install single extension": "'{0}' uzantısını yükleyip cihazlarınızda eşitlemek istiyor musunuz?",
|
|
11451
12020
|
"limited support": "“{0}“, “{1}“ içinde sınırlı işlevselliğe sahiptir.",
|
|
12021
|
+
"main.notFound": "Cannot activate, becase {0} not found",
|
|
11452
12022
|
multipleDependentsError: "'{0}' uzantısı kaldırılamıyor. '{1}' ve '{2}' uzantıları ve diğerleri bu uzantıya bağımlı.",
|
|
11453
12023
|
"non web extensions": "“{0}“, “{1}“ desteklenmeyen uzantılar içeriyor.",
|
|
11454
12024
|
"non web extensions detail": "Desteklenmeyen uzantılar içerir.",
|
|
@@ -11463,17 +12033,13 @@ var content = {
|
|
|
11463
12033
|
"workspace folder": "Çalışma Alanı Klasörü"
|
|
11464
12034
|
},
|
|
11465
12035
|
"vs/workbench/services/extensions/browser/extensionUrlHandler": {
|
|
11466
|
-
Installing: "'{0}' Uzantısı yükleniyor...",
|
|
11467
12036
|
confirmUrl: "'{0}' uzantısının bu URI'yi açmasına izin verilsin mi?",
|
|
11468
|
-
enableAndHandle: "'{0}' uzantısı devre dışı bırakıldı. Uzantıyı etkinleştirmek ve URL’yi açmak istiyor musunuz?",
|
|
11469
|
-
enableAndReload: "&&Etkinleştir ve Aç",
|
|
11470
12037
|
extensions: "Uzantılar",
|
|
11471
|
-
"
|
|
11472
|
-
installAndHandle: "Bu URI'yi açmak için '{1}' konumundan '{0}' uzantısını yüklemek istiyor musunuz?",
|
|
11473
|
-
installDetail: "'{0}' uzantısı bir URI açmak istiyor:",
|
|
12038
|
+
installDetail: "This extension wants to open a URI:",
|
|
11474
12039
|
manage: "Yetkilendirilmiş Uzantı URI'lerini Yönet...",
|
|
11475
12040
|
no: "Şu anda yetkili uzantı URI'si yok.",
|
|
11476
12041
|
open: "&&Aç",
|
|
12042
|
+
openUri: "Open URI",
|
|
11477
12043
|
reloadAndHandle: "'{0}' uzantısı yüklenmedi. URL'yi açmak için uzantıyı yüklemek ve pencereyi yeniden yüklemek istiyor musunuz?",
|
|
11478
12044
|
reloadAndOpen: "&&Pencereyi Yeniden Yükle ve Aç",
|
|
11479
12045
|
rememberConfirmUrl: "Bu uzantı için bir daha sorma"
|
|
@@ -11992,11 +12558,11 @@ var content = {
|
|
|
11992
12558
|
},
|
|
11993
12559
|
"vs/workbench/services/themes/common/themeConfiguration": {
|
|
11994
12560
|
autoDetectHighContrast: "Etkinleştirildiğinde, işletim sistemi yüksek kontrastlı bir tema kullanıyorsa otomatik olarak yüksek kontrastlı temaya geçer. Kullanılacak yüksek karşıtlık teması {0} ve {1} ile belirtilir.",
|
|
11995
|
-
colorTheme: "
|
|
12561
|
+
colorTheme: "Specifies the color theme used in the workbench when {0} is not enabled.",
|
|
11996
12562
|
colorThemeError: "Tema bilinmiyor veya yüklü değil.",
|
|
11997
12563
|
defaultProductIconThemeDesc: "Varsayılan",
|
|
11998
12564
|
defaultProductIconThemeLabel: "Varsayılan",
|
|
11999
|
-
detectColorScheme: "
|
|
12565
|
+
detectColorScheme: "If enabled, will automatically select a color theme based on the system color mode. If the system color mode is dark, {0} is used, else {1}.",
|
|
12000
12566
|
editorColors: "Şu anda seçili renk temasındaki düzenleyici söz dizimi renklerini ve yazı tipi stilini geçersiz kılar.",
|
|
12001
12567
|
"editorColors.comments": "Açıklamaların renklerini ve stillerini ayarlar",
|
|
12002
12568
|
"editorColors.functions": "İşlev bildirimlerinin ve başvurularının renklerini ve stillerini ayarlar.",
|
|
@@ -12015,10 +12581,10 @@ var content = {
|
|
|
12015
12581
|
iconThemeError: "Dosya simgesi teması bilinmiyor veya yüklü değil.",
|
|
12016
12582
|
noIconThemeDesc: "Dosya simgesi yok",
|
|
12017
12583
|
noIconThemeLabel: "Yok",
|
|
12018
|
-
preferredDarkColorTheme: "
|
|
12019
|
-
preferredHCDarkColorTheme: "
|
|
12020
|
-
preferredHCLightColorTheme: "
|
|
12021
|
-
preferredLightColorTheme: "
|
|
12584
|
+
preferredDarkColorTheme: "Specifies the color theme when system color mode is dark and {0} is enabled.",
|
|
12585
|
+
preferredHCDarkColorTheme: "Specifies the color theme when in high contrast dark mode and {0} is enabled.",
|
|
12586
|
+
preferredHCLightColorTheme: "Specifies the color theme when in high contrast light mode and {0} is enabled.",
|
|
12587
|
+
preferredLightColorTheme: "Specifies the color theme when system color mode is light and {0} is enabled.",
|
|
12022
12588
|
productIconTheme: "Kullanılan ürün simgesi temasını belirtir.",
|
|
12023
12589
|
productIconThemeError: "Ürün simgesi teması bilinmiyor veya yüklü değil.",
|
|
12024
12590
|
semanticTokenColors: "Şu anda seçili olan renk temasındaki düzenleyici anlamsal belirteci rengini ve stillerini geçersiz kılar.",
|