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

debugEditorContribution.i18n.json « electron-browser « debug « parts « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 566c067b7eecfcf08c220a68d21a9b94120fe7a3 (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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} を無効にする",
	"enableBreakpoint": "{0} を有効にする",
	"removeBreakpoints": "ブレークポイントの削除",
	"removeInlineBreakpointOnColumn": "列 {0} のインライン ブレークポイントを削除",
	"removeLineBreakpoint": "行のブレークポイントの削除",
	"editBreakpoints": "ブレークポイントの編集",
	"editInlineBreakpointOnColumn": "列 {0} のインライン ブレークポイントを編集",
	"editLineBrekapoint": "行のブレークポイントの編集",
	"enableDisableBreakpoints": "ブレークポイントの有効化/無効化",
	"disableInlineColumnBreakpoint": "列 {0} のインライン ブレークポイントを無効化",
	"disableBreakpointOnLine": "行のブレークポイントの無効化",
	"enableBreakpoints": "列 {0} のインライン ブレークポイントを有効化",
	"enableBreakpointOnLine": "行のブレークポイントの有効化",
	"addBreakpoint": "ブレークポイントの追加",
	"addConditionalBreakpoint": "条件付きブレークポイントの追加...",
	"addLogPoint": "ログポイントを追加...",
	"breakpointHasCondition": "この {0} には削除時に失われる {1} があります。代わりに {0} を無効にすることを検討してください。",
	"message": "メッセージ",
	"condition": "条件",
	"removeLogPoint": "{0} を削除",
	"disableLogPoint": "{0} を無効にする",
	"cancel": "キャンセル",
	"addConfiguration": "構成の追加..."
}