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

terminal.contribution.i18n.json « electron-browser « terminal « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a6e076b9d7613db3a4752b2525c6f3e7fdc15431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*---------------------------------------------------------------------------------------------
 *  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 處理。這讓通常由殼層取用的按鍵繫結關係,在使用上與未聚焦於終端機時行為相同,例如 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) 時,建議選擇 C:Windowssysnative 而非 C:WindowsSystem32,以使用 64 位元版本。",
	"terminal.integrated.shellArgs.linux": "在 Linux 終端機要使用的命令列引數。",
	"terminal.integrated.shellArgs.osx": "在 OS X 終端機要使用的命令列引數。",
	"terminalCategory": "終端機",
	"terminalIntegratedConfigurationTitle": "整合式終端機",
	"viewCategory": "檢視"
}