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

argv.i18n.json « node « environment « platform « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: acc62b8f8a0e77b2316f13ad321b517370d3d4a2 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"diff": "差分エディターを開きます。引数として 2 つのファイル パスを渡す必要があります。",
	"disableExtensions": "インストールされたすべての拡張機能を無効にします。",
	"extensionHomePath": "拡張機能のルート パスを設定します。",
	"goto": "指定の行と列のパスのファイルを開きます (パスに :line[:column] を追加します)。",
	"gotoValidation": "`--goto` モードの引数は `FILE(:LINE(:COLUMN))` の形式にする必要があります。",
	"help": "使用法を印刷します。",
	"installExtension": "拡張機能をインストールします。",
	"listExtensions": "インストールされている拡張機能を一覧表示します。",
	"locale": "使用するロケール (例: en-US、zh-TW など)。",
	"newWindow": "新しいコード インスタンスを強制します。",
	"options": "オプション",
	"optionsUpperCase": "オプション",
	"paths": "パス",
	"performance": "'Developer: Startup Performance' コマンドを有効にして開始します。",
	"reuseWindow": "最後のアクティブ ウィンドウにファイルまたはフォルダーを強制的に開きます。",
	"uninstallExtension": "拡張機能をアンインストールします。",
	"usage": "使用法",
	"userDataDir": "ユーザー データを保持するディレクトリを指定します。ルートで実行している場合に役立ちます。",
	"verbose": "詳細出力を印刷します (お待ちください)。",
	"version": "バージョンを印刷します。",
	"wait": "戻る前にウィンドウが閉じるまでお待ちください。"
}