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

extensionsActions.i18n.json « electron-browser « extensions « parts « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0df2e4ce1e7aef6fcb0967bf85880a6478ebbf3 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"ConfigureWorkspaceRecommendations.noWorkspace": "推奨事項はワークスペース フォルダーでのみ利用可能です。",
	"OpenExtensionsFile.failed": "'.vscode' ファルダー ({0}) 内に 'extensions.json' ファイルを作成できません。",
	"OpenGlobalExtensionsStorageFile.failed": "'{0}' フォルダー ({1}) 内に 'extensions.json' ファイルを作成できませんでした。",
	"builtin": "ビルトイン",
	"clearExtensionsInput": "拡張機能の入力のクリア",
	"configureWorkspaceRecommendedExtensions": "お勧めの拡張機能の構成 (ワークスペース)",
	"deleteSure": "'{0}' をアンインストールしてもよろしいですか?",
	"enableAction": "有効",
	"installAction": "インストール",
	"installExtensions": "拡張機能のインストール",
	"installVSIX": "VSIX からのインストール...",
	"installing": "インストールしています",
	"openExtensionsFolder": "拡張機能フォルダーを開く",
	"postUninstallMessage": "'{0}' は正常にアンインストールされました。非アクティブ化するには再起動してください。",
	"restart": "この拡張機能を有効にするには、VS Code のこのウィンドウを再起動する必要があります。\n\n続行しますか?",
	"restartNow": "今すぐ再起動",
	"showDisabledExtensions": "無効な拡張機能の表示",
	"showInstalledExtensions": "インストール済みの拡張機能の表示",
	"showOutdatedExtensions": "古くなった拡張機能の表示",
	"showPopularExtensions": "人気の拡張機能の表示",
	"showRecommendedExtensions": "お勧めの拡張機能を表示",
	"showWorkspaceRecommendedExtensions": "ワークスペースのおすすめの拡張機能を表示",
	"toggleExtensionsViewlet": "拡張機能を表示する",
	"uninstall": "アンインストール",
	"updateAction": "更新",
	"updateAll": "すべての拡張機能を更新します"
}