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

jsonSchemaCommon.i18n.json « electron-browser « tasks « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1aebb2aab1437e6ec994f0b32e2cb32df4b4bc5d (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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.options": "其他命令选项",
	"JsonSchema.options.cwd": "已执行程序或脚本的当前工作目录。如果省略,则使用代码的当前工作区根。",
	"JsonSchema.options.env": "已执行程序或 shell 的环境。如果省略,则使用父进程的环境。",
	"JsonSchema.shellConfiguration": "配置使用的 shell。",
	"JsonSchema.shell.executable": "待使用的 shell。",
	"JsonSchema.shell.args": "shell 参数。",
	"JsonSchema.command": "要执行的命令。可以是外部程序或 shell 命令。",
	"JsonSchema.tasks.args": "在调用此任务时传递给命令的参数。",
	"JsonSchema.tasks.taskName": "任务名称",
	"JsonSchema.tasks.windows": "Windows 特定的命令配置",
	"JsonSchema.tasks.mac": "Mac 特定的命令配置",
	"JsonSchema.tasks.linux": "Linux 特定的命令配置",
	"JsonSchema.tasks.suppressTaskName": "控制是否将任务名作为参数添加到命令。如果省略,则使用全局定义的值。",
	"JsonSchema.tasks.showOutput": "控制是否显示正在运行的任务的输出。如果省略,则使用全局定义的值。",
	"JsonSchema.echoCommand": "控制是否将已执行的命令回显到输出。默认值为 false。",
	"JsonSchema.tasks.watching.deprecation": "已弃用。改用 isBackground。",
	"JsonSchema.tasks.watching": "已执行的任务是否保持活动状态,并且是否在监视文件系统。",
	"JsonSchema.tasks.background": "已执行的任务是否保持活动状态并在后台运行。",
	"JsonSchema.tasks.promptOnClose": "当 VS 代码与运行的任务一起关闭时是否提示用户。",
	"JsonSchema.tasks.build": "将此任务映射到代码的默认生成命令。",
	"JsonSchema.tasks.test": "将此任务映射到代码的默认测试命令。",
	"JsonSchema.tasks.matchers": "要使用的问题匹配程序。可以是字符串或问题匹配程序定义,或字符串和问题匹配程序数组。",
	"JsonSchema.args": "传递到命令的其他参数。",
	"JsonSchema.showOutput": "控制是否显示运行任务的输出。如果省略,则使用“始终”。",
	"JsonSchema.watching.deprecation": "已弃用。改用 isBackground。",
	"JsonSchema.watching": "已执行的任务是否保持活动状态,并且是否在监视文件系统。",
	"JsonSchema.background": "已执行的任务是否保持活动状态并在后台运行。",
	"JsonSchema.promptOnClose": "在具有正在运行的后台任务的情况下关闭 VS 代码时是否提示用户。",
	"JsonSchema.suppressTaskName": "控制是否将任务名作为参数添加到命令。默认值是 false。",
	"JsonSchema.taskSelector": "指示参数是任务的前缀。",
	"JsonSchema.matchers": "要使用的问题匹配程序。可以是字符串或问题匹配程序定义,或字符串和问题匹配程序数组。",
	"JsonSchema.tasks": "任务配置。通常是外部任务运行程序中已定义任务的扩充。"
}