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

debugActions.i18n.json « browser « debug « parts « workbench « vs « src « trk « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7f7bbb5c84b993036a3d362d24dc3b43583468f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"Copyright (c) Microsoft Corporation. All rights reserved.",
		"Licensed under the MIT License. See License.txt in the project root for license information.",
		"--------------------------------------------------------------------------------------------",
		"Do not edit this file. It is machine generated."
	],
	"openLaunchJson": "{0} Dosyasını Aç",
	"launchJsonNeedsConfigurtion": "'launch.json'u Yapılandır veya Düzelt",
	"noFolderDebugConfig": "Gelişmiş hata ayıklama yapılandırması yapmak için lütfen ilk olarak bir klasör açın.",
	"startDebug": "Hata Ayıklamaya Başla",
	"startWithoutDebugging": "Hata Ayıklama Olmadan Başlat",
	"selectAndStartDebugging": "Seç ve Hata Ayıklamaya Başla",
	"restartDebug": "Yeniden Başlat",
	"reconnectDebug": "Yeniden Bağlan",
	"stepOverDebug": "Adım At",
	"stepIntoDebug": "İçine Adımla",
	"stepOutDebug": "Dışına Adımla",
	"stopDebug": "Durdur",
	"disconnectDebug": "Bağlantıyı Kes",
	"continueDebug": "Devam Et",
	"pauseDebug": "Duraklat",
	"terminateThread": "İş Parçacığını Sonlandır",
	"restartFrame": "Çerçeveyi Yeniden Başlat",
	"removeBreakpoint": "Kesme Noktasını Kaldır",
	"removeAllBreakpoints": "Tüm Kesme Noktalarını Kaldır",
	"enableAllBreakpoints": "Tüm Kesme Noktalarını Etkinleştir",
	"disableAllBreakpoints": "Tüm Kesme Noktalarını Devre Dışı Bırak",
	"activateBreakpoints": "Kesme Noktalarını Etkinleştir",
	"deactivateBreakpoints": "Kesme Noktalarını Devre Dışı Bırak",
	"reapplyAllBreakpoints": "Tüm Kesme Noktalarını Yeniden Uygula",
	"addFunctionBreakpoint": "Fonksiyon Kesme Noktası Ekle",
	"setValue": "Değeri Ayarla",
	"addWatchExpression": "İfade Ekle",
	"editWatchExpression": "İfadeyi Düzenle",
	"addToWatchExpressions": "İzlemeye Ekle",
	"removeWatchExpression": "İfadeyi Kaldır",
	"removeAllWatchExpressions": "Tüm İfadeleri Kaldır",
	"clearRepl": "Konsolu Temizle",
	"debugConsoleAction": "Hata Ayıklama Konsolu",
	"unreadOutput": "Hata Ayıklama Konsolunda Yeni Çıktı",
	"debugFocusConsole": "Hata Ayıklama Konsoluna Odakla",
	"focusSession": "Oturuma Odakla",
	"stepBackDebug": "Geri Adım At",
	"reverseContinue": "Tersine Çevir"
}