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

extensionHost.i18n.json « electron-browser « extensions « services « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7509143aae8fbbd14e07190424d33230103557f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"extensionHostProcess.crash": "拡張機能ホストが予期せずに終了しました。回復するには、ウィンドウを再度読み込んでください。",
	"extensionHostProcess.error": "拡張機能ホストからのエラー: {0}",
	"extensionHostProcess.startupFail": "拡張機能ホストが 10 秒以内に開始されませんでした。問題が発生している可能性があります。",
	"extensionHostProcess.startupFailDebug": "拡張機能ホストが 10 秒以内に開始されませんでした。先頭行で停止している可能性があり、続行するにはデバッガーが必要です。",
	"extensionUnderDevelopment": "開発の拡張機能を {0} に読み込んでいます",
	"overwritingExtension": "拡張機能 {0} を {1} で上書きしています。"
}