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

extensionsActions.i18n.json « 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: e1471c50bd72d584a3ccab7d15f1322e0730506b (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"installAction": "インストール",
	"installing": "インストールしています",
	"uninstallAction": "アンインストール",
	"Uninstalling": "アンインストールしています",
	"updateAction": "更新",
	"updateTo": "{0} に更新します",
	"ManageExtensionAction.uninstallingTooltip": "アンインストールしています",
	"enableForWorkspaceAction": "有効にする (ワークスペース)",
	"enableGloballyAction": "有効",
	"enableAction": "有効",
	"disableForWorkspaceAction": "無効にする (ワークスペース)",
	"disableGloballyAction": "無効にする",
	"disableAction": "無効にする",
	"checkForUpdates": "更新の確認",
	"enableAutoUpdate": "拡張機能の自動更新を有効にする",
	"disableAutoUpdate": "拡張機能の自動更新を無効にする",
	"updateAll": "すべての拡張機能を更新します",
	"reloadAction": "再読み込み",
	"postUpdateTooltip": "再読み込みして更新する",
	"postUpdateMessage": "このウィンドウを再読み込みして、更新済みの拡張機能 '{0}' をアクティブ化しますか?",
	"postEnableTooltip": "再読み込みしてアクティブにする",
	"postEnableMessage": "このウィンドウを再度読み込んで、拡張機能 '{0}' をアクティブ化しますか?",
	"postDisableTooltip": "再読み込みして非アクティブ化する",
	"postDisableMessage": "このウィンドウを再読み込みして、拡張機能 '{0}' を非アクティブ化しますか?",
	"postUninstallTooltip": "再読み込みして非アクティブ化する",
	"postUninstallMessage": "このウィンドウを再度読み込んで、アンインストール済みの拡張機能 '{0}' を非アクティブ化しますか?",
	"toggleExtensionsViewlet": "拡張機能を表示する",
	"installExtensions": "拡張機能のインストール",
	"showEnabledExtensions": "有効な拡張機能の表示",
	"showInstalledExtensions": "インストール済みの拡張機能の表示",
	"showDisabledExtensions": "無効な拡張機能の表示",
	"clearExtensionsInput": "拡張機能の入力のクリア",
	"showBuiltInExtensions": "ビルトイン拡張機能の表示",
	"showOutdatedExtensions": "古くなった拡張機能の表示",
	"showPopularExtensions": "人気の拡張機能の表示",
	"showRecommendedExtensions": "お勧めの拡張機能を表示",
	"installWorkspaceRecommendedExtensions": "ワークスペースのおすすめの拡張機能をすべてインストール",
	"allExtensionsInstalled": "このワークスペースに推奨されているすべての拡張機能はすでにインストールされています",
	"installRecommendedExtension": "おすすめの拡張機能のインストール",
	"extensionInstalled": "推奨された拡張機能がすでにインストールされています",
	"showRecommendedKeymapExtensionsShort": "キーマップ",
	"showLanguageExtensionsShort": "言語の拡張機能",
	"showAzureExtensionsShort": "Azure 拡張機能",
	"OpenExtensionsFile.failed": "'.vscode' ファルダー ({0}) 内に 'extensions.json' ファイルを作成できません。",
	"configureWorkspaceRecommendedExtensions": "推奨事項の拡張機能を構成 (ワークスペース)",
	"configureWorkspaceFolderRecommendedExtensions": "推奨事項の拡張機能を構成 (ワークスペース フォルダー)",
	"malicious tooltip": "この拡張機能は問題ありと報告されました。",
	"malicious": "悪意がある",
	"disableAll": "インストール済みのすべての拡張機能を無効にする",
	"disableAllWorkspace": "このワークスペースのインストール済みの拡張機能をすべて無効にする",
	"enableAll": "すべての拡張機能を有効にする",
	"enableAllWorkspace": "このワークスペースの拡張機能をすべて有効にする",
	"extensionButtonProminentBackground": "際立っているアクション拡張機能のボタンの背景色(例: インストールボタン)。",
	"extensionButtonProminentForeground": "際立っているアクション拡張機能のボタンの前景色(例: インストールボタン)。",
	"extensionButtonProminentHoverBackground": "際立っているアクション拡張機能のボタンのホバー背景色(例: インストールボタン)。"
}