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

callStackView.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: 6d7337b0ba16238405539402a92b7f8e0e9f4569 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"callstackSection": "コール スタック セクション",
	"debugStopped": "{0} で一時停止",
	"callStackAriaLabel": "コール スタックのデバッグ",
	"paused": "一時停止",
	"running": "実行中",
	"thread": "スレッド",
	"pausedOn": "{0} で一時停止",
	"loadMoreStackFrames": "スタック フレームをさらに読み込む",
	"threadAriaLabel": "スレッド {0}、呼び出しスタック、デバッグ",
	"stackFrameAriaLabel": "スタック フレーム {0} 行 {1} {2}、呼び出しスタック、デバッグ"
}