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

terminal.contribution.i18n.json « electron-browser « terminal « parts « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95e5ea3526aafb43fbed0e2224b90392e71f68d4 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"terminal": "端末",
	"terminal.integrated.commandsToSkipShell": "キーバインドがシェルに送信されず、代わりに常に Code で処理されるコマンド ID のセット。これにより、ターミナルがフォーカスされていない場合と同じ動作をするシェルによって通常使用されるキーバインドを使用できるようになります。例: Ctrl+p で Quick Open を起動します。",
	"terminal.integrated.cursorBlinking": "端末のカーソルを点滅させるかどうかを制御します。",
	"terminal.integrated.fontFamily": "端末のフォント ファミリを制御します。既定値は editor.fontFamily になります。",
	"terminal.integrated.fontLigatures": "端末でフォントの合字が有効かどうかを制御します。",
	"terminal.integrated.fontSize": "端末のフォント サイズをピクセル単位で制御します。既定では editor.fontSize の値になります。",
	"terminal.integrated.lineHeight": "端末の行の高さを制御します。この数値に端末のフォント サイズを乗算すると、実際の行の高さ (ピクセル単位) になります。",
	"terminal.integrated.setLocaleVariables": "端末の開始時にロケール変数を設定するかどうかを制御します。OS X では既定で true になり、その他のプラットフォームでは false です。",
	"terminal.integrated.shell.linux": "端末が Linux で使用するシェルのパス。",
	"terminal.integrated.shell.osx": "端末が OS X で使用するシェルのパス。",
	"terminal.integrated.shell.windows": "端末が Windows で使用するシェルのパス。Windows に付属のシェル (cmd、PowerShell、または Bash on Ubuntu) を使用する場合、64 ビット バージョンを使用するには、C:WindowsSystem32 ではなく、C:Windowssysnative を選びます。",
	"terminal.integrated.shellArgs.linux": "Linux 端末で使用するコマンド ライン引数。",
	"terminal.integrated.shellArgs.osx": "OS X 端末で使用するコマンド ライン引数。",
	"terminal.integrated.shellArgs.windows": "Windows ターミナル上の場合に使用されるコマンド ライン引数。",
	"terminalCategory": "端末",
	"terminalIntegratedConfigurationTitle": "統合端末",
	"viewCategory": "表示"
}