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

jsonSchema_v2.i18n.json « electron-browser « tasks « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 095028d433ac8d9f422ed56246395f1c3f4bc88b (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
41
42
43
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"JsonSchema.shell": "指定此命令是殼層命令或外部程式。如果省略,預設為 False。",
	"JsonSchema.tasks.isShellCommand.deprecated": "已淘汰屬性 isShellCommand。請改為在 [選項] 中使用型別屬性及殼層屬性。此外也請參閱 1.14 版本資訊。",
	"JsonSchema.tasks.dependsOn.string": "此工作相依的另一個工作。",
	"JsonSchema.tasks.dependsOn.array": "此工作相依的其他工作。",
	"JsonSchema.tasks.presentation": "設定面板,用於呈現工作的輸出並讀取其輸入。",
	"JsonSchema.tasks.presentation.echo": "控制是否會將執行的命令回應給面板。預設為 true。",
	"JsonSchema.tasks.presentation.focus": "控制面板是否要接受焦點。預設為 true。若設定為 true,也會使顯示面板。",
	"JsonSchema.tasks.presentation.reveals": "控制是否要顯示執行工作的面板。預設為 [永遠]。",
	"JsonSchema.tasks.presentation.instance": "控制面板是否會在工作之間共用、專屬於此工作或是在每個回合建立一個新的面板。",
	"JsonSchema.tasks.terminal": "已淘汰終端機屬性。請改用簡報",
	"JsonSchema.tasks.group.kind": "該工作的執行群組。",
	"JsonSchema.tasks.group.isDefault": "定義此工作在群組中是否為預設工作。",
	"JsonSchema.tasks.group.defaultBuild": "將工作標記為預設組建工作。",
	"JsonSchema.tasks.group.defaultTest": "將工作標記為預設測試工作。",
	"JsonSchema.tasks.group.build": "將工作標記為組建工作,並且能使用 [執行組建工作] 命令存取。",
	"JsonSchema.tasks.group.test": "將工作標記為組建工作,並且能使用 [執行測試工作] 命令存取。",
	"JsonSchema.tasks.group.none": "指派工作到沒有群組",
	"JsonSchema.tasks.group": "定義工作屬於哪個執行群組。支援將 「組建」新增到組建群組,以及將「測試」新增到測試群組。",
	"JsonSchema.tasks.type": "定義工作是作為處理序或殼層中的命令執行。預設為處理序。",
	"JsonSchema.version": "組態版本號碼",
	"JsonSchema.tasks.identifier": "用以參考在 launch.json 或 dependsOn 子句中工作的使用者定義識別碼。",
	"JsonSchema.tasks.taskLabel": "工作的標籤",
	"JsonSchema.tasks.taskName": "工作的名稱",
	"JsonSchema.tasks.taskName.deprecated": "已淘汰工作的名稱屬性。請改用標籤屬性。",
	"JsonSchema.tasks.background": "執行的工作是否保持運作且正在背景執行。",
	"JsonSchema.tasks.promptOnClose": "是否在 VS Code 有執行中工作的狀態下關閉時提示使用者。",
	"JsonSchema.tasks.matchers": "要使用的問題比對器。可以是字串或問題比對器定義,或是字串和問題比對器陣列。",
	"JsonSchema.customizations.customizes.type": "要自訂的工作類型",
	"JsonSchema.tasks.customize.deprecated": "已淘汰自訂屬性。請參閱 1.14 版本資訊,以了解如何遷移到新的工作自訂方法",
	"JsonSchema.tasks.showOputput.deprecated": "已淘汰屬性 showOutput。請改用簡報屬性中的顯示屬性。此外也請參閱 1.14 版本資訊。",
	"JsonSchema.tasks.echoCommand.deprecated": "已淘汰屬性 echoCommand。請改用簡報屬性中的回應屬性。此外也請參閱 1.14 版本資訊。 ",
	"JsonSchema.tasks.isBuildCommand.deprecated": "已淘汰屬性 isBuildCommand。請改用群組屬性。此外也請參閱 1.14 版本資訊。",
	"JsonSchema.tasks.isTestCommand.deprecated": "已淘汰屬性 isTestCommand。請改用群組屬性。此外也請參閱 1.14 版本資訊。",
	"JsonSchema.windows": "Windows 特定命令組態",
	"JsonSchema.mac": "Mac 特定命令組態",
	"JsonSchema.linux": "Linux 特定命令組態"
}