extensionsActions.i18n.json 1.5 KB
Newer Older
1 2 3 4 5
/*---------------------------------------------------------------------------------------------
 *  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.
D
Dirk Baeumer 已提交
6
{
D
Dirk Baeumer 已提交
7
	"clearExtensionsInput": "拡張機能の入力のクリア",
D
Dirk Baeumer 已提交
8
	"deleteSure": "'{0}' をアンインストールしてもよろしいですか?",
D
Dirk Baeumer 已提交
9 10
	"enableAction": "有効",
	"installAction": "インストール",
D
Dirk Baeumer 已提交
11
	"installExtensions": "拡張機能のインストール",
D
Dirk Baeumer 已提交
12
	"installing": "インストールしています",
D
Dirk Baeumer 已提交
13
	"postUninstallMessage": "'{0}' は正常にアンインストールされました。非アクティブ化するには再起動してください。",
D
Dirk Baeumer 已提交
14
	"restart": "この拡張機能を有効にするには、VS Code のこのウィンドウを再起動する必要があります。\n\n続行しますか?",
D
Dirk Baeumer 已提交
15 16 17
	"restartNow": "今すぐ再起動",
	"showInstalledExtensions": "インストール済みの拡張機能の表示",
	"showOutdatedExtensions": "古くなった拡張機能の表示",
D
Dirk Baeumer 已提交
18
	"showPopularExtensions": "人気の拡張機能の表示",
D
Dirk Baeumer 已提交
19
	"showRecommendedExtensions": "お勧めの拡張機能を表示",
D
Dirk Baeumer 已提交
20 21
	"toggleExtensionsViewlet": "拡張機能を表示する",
	"uninstall": "アンインストール",
D
Dirk Baeumer 已提交
22 23
	"updateAction": "更新",
	"updateAll": "すべての拡張機能を更新します"
D
Dirk Baeumer 已提交
24
}