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

terminalInstance.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: 0c30d124952ed39065d68c945c9acbc33d85d083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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.integrated.a11yBlankLine": "空白行",
	"terminal.integrated.a11yPromptLabel": "終端機輸入",
	"terminal.integrated.a11yTooMuchOutput": "要宣告的輸出過多,請手動讀取瀏覽至資料列",
	"yes": "是",
	"no": "否",
	"dontShowAgain": "不要再顯示",
	"terminal.integrated.copySelection.noSelection": "終端機沒有任何選取項目可以複製",
	"terminal.integrated.exitedWithCode": "終端機處理序已終止,結束代碼為: {0}",
	"terminal.integrated.waitOnExit": "按任意鍵關閉終端機",
	"terminal.integrated.launchFailed": "無法啟動終端機處理序命令 '{0}{1}' (結束代碼: {2})",
	"terminal.integrated.launchFailedExtHost": "終端機處理序無法啟動 (結束代碼: {0})"
}