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

debugEditorContribution.i18n.json « electron-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: 5368ff5ed95b9771777d2058b8ea2cbb4318f131 (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"logPoint": "Günlük Noktası",
	"breakpoint": "Kesme Noktası",
	"removeBreakpoint": "Kaldır: {0}",
	"editBreakpoint": "Düzenle: {0}...",
	"disableBreakpoint": "Devre Dışı Bırak: {0}",
	"enableBreakpoint": "Etkinleştir: {0}",
	"removeBreakpoints": "Kesme Noktalarını Kaldır",
	"removeLineBreakpoint": "Satır Kesme Noktasını Kaldır",
	"editBreakpoints": "Kesme Noktalarını Düzenle",
	"editLineBrekapoint": "Satır Kesme Noktasını Düzenle",
	"enableDisableBreakpoints": "Kesme Noktalarını Etkinleştir/Devre Dışı Bırak",
	"disableBreakpointOnLine": "Satır Kesme Noktasını Devre Dışı Bırak",
	"enableBreakpointOnLine": "Satır Kesme Noktasını Etkinleştir",
	"addBreakpoint": "Kesme Noktası Ekle",
	"addConditionalBreakpoint": "Koşullu Kesme Noktası Ekle...",
	"addLogPoint": "Günlük Noktası Ekle...",
	"breakpointHasCondition": "Bu {0}, kaldırıldığında kaybolacak bir {1}'e sahip. Bunun yerine {0}'i kaldırmayı düşünün.",
	"message": "mesaj",
	"removeLogPoint": "Kaldır: {0}",
	"disableLogPoint": "Devre Dışı Bırak: {0}",
	"cancel": "İptal",
	"addConfiguration": "Yapılandırma Ekle..."
}