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

extensionManagementService.i18n.json « node « extensionManagement « platform « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4cd87e974bd11e5db967fa68a346afda5a4d16ea (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"invalidManifest": "正しくない拡張機能: package.json は JSON ファイルではありません。",
	"restartCode": "{0} を再インストールする前に、Code を再起動してください。",
	"installingOutdatedExtension": "この拡張機能の新しいバージョンが既にインストールされています。古いバージョンでこれを上書きしますか?",
	"override": "上書き",
	"cancel": "キャンセル",
	"errorInstallingDependencies": "依存関係のインストール中にエラーが発生しました。{0}",
	"notFoundCompatible": "'{0}' をインストールできません。VS Code '{1}' と互換性がある利用可能なバージョンがありません。",
	"malicious extension": "問題が報告されたので、拡張機能をインストールできません。",
	"notFoundCompatibleDependency": "VS Code の現在のバージョン '{1}'  と互換性を持つ、依存関係がある拡張機能 '{0}' が見つからないため、インストールできません。",
	"quitCode": "拡張機能をインストールできません。再インストールの前に VS Code の終了と起動を実施してください。",
	"exitCode": "拡張機能をインストールできません。再インストールの前に VS Code の終了と起動を実施してください。",
	"uninstallDependeciesConfirmation": "'{0}' のみをアンインストールしますか、または依存関係もアンインストールしますか?",
	"uninstallOnly": "限定",
	"uninstallAll": "すべて",
	"uninstallConfirmation": "'{0}' をアンインストールしてもよろしいですか?",
	"ok": "OK",
	"singleDependentError": "拡張機能 '{0}' をアンインストールできません。拡張機能 '{1}' がこの拡張機能に依存しています。",
	"twoDependentsError": "拡張機能 '{0}' をアンインストールできません。拡張機能 '{1}' と '{2}' がこの拡張機能に依存しています。",
	"multipleDependentsError": "拡張機能 '{0}' をアンインストールできません。拡張機能 '{1}'、'{2}'、その他がこの拡張機能に依存しています。",
	"notExists": "拡張機能を見つけられませんでした"
}