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: e4baafd4cb1136efba6f34f3f049a92805be86d9 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"terminalIntegratedConfigurationTitle": "整合式終端機",
	"terminal.integrated.shell.linux": "終端機在 Linux 上使用的殼層路徑。",
	"terminal.integrated.shellArgs.linux": "在 Linux 終端機要使用的命令列引數。",
	"terminal.integrated.shell.osx": "終端機在 OS X 上使用的殼層路徑。",
	"terminal.integrated.shellArgs.osx": "在 OS X 終端機要使用的命令列引數。",
	"terminal.integrated.shellArgs.windows": "在 Windows 終端機上時要使用的命令列引數。",
	"terminal.integrated.rightClickCopyPaste": "如有設定,這會防止在終端機內按滑鼠右鍵時顯示操作功能表,而是在有選取項目時複製、沒有選取項目時貼上。",
	"terminal.integrated.fontFamily": "控制終端機的字型家族,預設為 editor.fontFamily 的值。",
	"terminal.integrated.fontLigatures": "控制是否在終端機中啟用連字字型。",
	"terminal.integrated.fontSize": "控制終端機的字型大小 (以像素為單位)。",
	"terminal.integrated.lineHeight": "控制終端機的行高,此數字會乘上終端機字型大小,以取得以像素為單位的實際行高。",
	"terminal.integrated.enableBold": "是否要在終端機內啟用粗體文字。此動作需要終端機殼層的支援。",
	"terminal.integrated.cursorBlinking": "控制終端機資料指標是否閃爍。",
	"terminal.integrated.cursorStyle": "控制終端機資料指標的樣式。",
	"terminal.integrated.scrollback": "控制終端機保留在其緩衝區中的行數上限。",
	"terminal.integrated.setLocaleVariables": "控制是否在終端機啟動時設定地區設定變數,這在 OS X 上預設為 true,在其他平台則為 false。",
	"terminal.integrated.cwd": "終端機啟動位置的明確起始路徑,這會用作殼層處理序的目前工作目錄 (cwd)。當根目錄不是方便的 cwd 時,這在工作區設定中特別好用。",
	"terminal.integrated.confirmOnExit": "當有使用中的終端機工作階段時,是否要在結束時確認。",
	"terminal.integrated.commandsToSkipShell": "一組命令識別碼,其按鍵繫結關係將不會傳送到殼層,而會一律由 Code 處理。這讓通常由殼層取用的按鍵繫結關係,在使用上與未聚焦於終端機時行為相同,例如 Ctrl+P 可啟動 Quick Open。",
	"terminal": "終端機",
	"terminalCategory": "終端機",
	"viewCategory": "檢視"
}