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

debugEditorContribution.i18n.json « electron-browser « debug « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5f1e5948c520e3c51c7381e0b3011ffea65ab755 (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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": "記錄點",
	"breakpoint": "中斷點",
	"removeBreakpoint": "移除 {0}",
	"editBreakpoint": "編輯 {0}...",
	"disableBreakpoint": "停用 {0}",
	"removeBreakpoints": "移除中斷點",
	"removeInlineBreakpointOnColumn": "移除資料行 {0} 的內嵌中斷點",
	"removeLineBreakpoint": "移除行中斷點",
	"editBreakpoints": "編輯中斷點",
	"editInlineBreakpointOnColumn": "編輯資料行 {0} 的內嵌中斷點",
	"editLineBrekapoint": "編輯行中斷點",
	"enableDisableBreakpoints": "啟用/停用中斷點",
	"disableInlineColumnBreakpoint": "停用資料行 {0} 的內嵌中斷點",
	"disableBreakpointOnLine": "停用行中斷點",
	"enableBreakpoints": "啟用資料行 {0} 的內嵌中斷點",
	"enableBreakpointOnLine": "啟用行中斷點",
	"addBreakpoint": "加入中斷點",
	"addConditionalBreakpoint": "新增條件中斷點...",
	"addLogPoint": "新增記錄點...",
	"breakpointHasCondition": "此 {0} 具有會在移除時消失的 {1}。請考慮改為停用 {0}。",
	"message": "訊息",
	"removeLogPoint": "移除 {0}",
	"disableLogPoint": "停用 {0}",
	"cancel": "取消",
	"addConfiguration": "新增組態..."
}