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: 4afb2ed712327d1e12c1960c27d1fe94859f192b (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"quickOpen.terminal": "顯示所有已開啟的終端機",
	"terminal": "終端機",
	"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.shell.windows": "終端機在 Windows 上使用的殼層路徑。使用隨附於 Windows 的殼層 (cmd、PowerShell 或 Bash on Ubuntu) 時。",
	"terminal.integrated.shellArgs.windows": "在 Windows 終端機上時要使用的命令列引數。",
	"terminal.integrated.macOptionIsMeta": "將選項鍵視為 macOS 終端機中的 meta 鍵。",
	"terminal.integrated.copyOnSelection": "當設定時,在終端機中選擇的文字將會被複製至剪貼簿",
	"terminal.integrated.fontFamily": "控制終端機的字型家族,預設為 editor.fontFamily 的值。",
	"terminal.integrated.fontSize": "控制終端機的字型大小 (以像素為單位)。",
	"terminal.integrated.lineHeight": "控制終端機的行高,此數字會乘上終端機字型大小,以取得以像素為單位的實際行高。",
	"terminal.integrated.fontWeight": "在終端機內使用非粗體文字的字體寬度。",
	"terminal.integrated.fontWeightBold": "在終端機內使用粗體文字的字體寬度。",
	"terminal.integrated.cursorBlinking": "控制終端機資料指標是否閃爍。",
	"terminal.integrated.cursorStyle": "控制終端機資料指標的樣式。",
	"terminal.integrated.scrollback": "控制終端機保留在其緩衝區中的行數上限。",
	"terminal.integrated.setLocaleVariables": "控制是否在終端機啟動時設定地區設定變數,這在 OS X 上預設為 true,在其他平台則為 false。",
	"terminal.integrated.rightClickBehavior": "控制終端機如何反應右鍵點擊,可為 'default', 'copyPaste' 和 'selectWord'。 'default' 將顯示操作功能表,'copyPaste' 會在有選擇時複製,否則為貼上,'selectWord' 將選擇指標下的單字並顯示操作功能表。",
	"terminal.integrated.cwd": "終端機啟動位置的明確起始路徑,這會用作殼層處理序的目前工作目錄 (cwd)。當根目錄不是方便的 cwd 時,這在工作區設定中特別好用。",
	"terminal.integrated.confirmOnExit": "當有使用中的終端機工作階段時,是否要在結束時確認。",
	"terminal.integrated.enableBell": "是否啟用終端機警告聲。",
	"terminal.integrated.commandsToSkipShell": "一組命令識別碼,其按鍵繫結關係將不會傳送到殼層,而會一律由 Code 處理。這讓通常由殼層取用的按鍵繫結關係,在使用上與未聚焦於終端機時行為相同,例如 Ctrl+P 可啟動 Quick Open。",
	"terminal.integrated.env.osx": "OS X 上的終端機要使用之具有將新增至 VS Code 流程之環境變數的物件",
	"terminal.integrated.env.linux": "Linux 上的終端機要使用之具有將新增至 VS Code 流程之環境變數的物件",
	"terminal.integrated.env.windows": "Windows 上的終端機要使用之具有將新增至 VS Code 流程之環境變數的物件",
	"terminal.integrated.showExitAlert": "當結束代碼非 0,顯示警告訊息 '終端處理序已終止並回傳結束代碼'",
	"terminalCategory": "終端機",
	"viewCategory": "檢視"
}