-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathmake.i18n.json
More file actions
106 lines (106 loc) · 8.09 KB
/
make.i18n.json
File metadata and controls
106 lines (106 loc) · 8.09 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
/*---------------------------------------------------------------------------------------------
* 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.
{
"recursive": "(递归)",
"project.configuring.background.op.may.run.on.out.of.date.input": "项目在后台进行配置,{0} 可能会在过期输入时运行。",
"cannot.op.because.project.already.doing": "无法 {0},因为项目已在执行 \\\"{1}\\\"。",
"saving.opened.files": "在生成之前保存打开的文件。",
"saved.opened.files.failed": "保存打开的文件失败。",
"yes": "是",
"no": "否",
"building.target.with.command": "正在使用此命令生成目标 \"{0}\": '{1} {2}'",
"project.needs.configure.for.build": "项目需要进行配置才能正确生成当前目标。",
"running.build.after.configure.fail": "正在尝试在配置失败后运行生成。",
"make.clean.popup": "生成干净的当前 makefile 配置 {0}",
"make.not.clean.popup": "正在生成当前 makefile 配置 {0}",
"make.build.cancelling": "正在取消...",
"user.cancelling.build": "用户正在取消生成...",
"killing.task": "正在终止任务“{0}”。",
"target.failed.because.cwd.not.exists": "无法生成目标“{0}”,因为传入的 CWD 不存在({1})。",
"executing.task.quoting.style": "正在执行任务:“{0}”,其引用样式为“{1}”\n 命令名称: {2}\n 命令参数 {3}",
"target.failed.to.build": "无法生成目标“{0}”。",
"target.build.successfully": "已成功生成目标“{0}”。",
"make.generating.dryrun": "正在生成试运行输出",
"make.generating.forTargets": "(针对具体目标)",
"generating.targets.with.command": "正在使用以下命令生成目标信息:",
"generating.configurating.cache.background": "正在使用以下命令在后台生成新的配置缓存:",
"generating.configurating.cache": "正在使用以下命令生成配置缓存:",
"writing.dry.run.output": "正在写入试运行输出: {0}",
"dryrun.timeout.verify": "试运行超时。验证 make 命令是否在开发终端中正常工作(可能会等待 stdin)。",
"double.check.dryrun": "仔细检查试运行输出日志: {0}",
"generating.dry.run.elapsed": "正在生成试运行已用时间: {0}",
"make.dry.run.failed": "make 试运行命令失败。",
"intellisense.may.not.work": "IntelliSense 只能部分正常工作或根本不工作。",
"no.script.can.run.untrusted": "任何脚本均无法在不受信任的工作区中运行。",
"make.prePostConfigure.cancelling": "正在取消...",
"attempting.to.kill.console.process": "正在尝试终止控制台进程(PID = {0})及其所有子级子进程...",
"no.preconfigure.script.provided": "预配置失败: 未提供任何脚本。",
"no.pre.configure.script.define.settings": "未在设置中设置预配置脚本。请确保使用 makefile.preConfigureScript 定义预配置脚本路径。",
"could.not.find.preconfigure.popup": "找不到预配置脚本。",
"could.not.find.pre.configure.on.disk": "无法在磁盘上找到给定的预配置脚本“{0}”。",
"make.preconfigure.title": "正在预配置 {0}",
"make.preconfigure.cancel.title": "正在取消预配置",
"no.postconfigure.script.provided": "配置后失败: 未提供任何脚本。",
"no.post.configure.script.provided.logger": "设置中未设置配置后脚本。请确保使用 makefile.postConfigureScript 定义配置后脚本路径。",
"could.not.find.error": "找不到配置后脚本。",
"could.not.find.post.configure.on.disk": "在磁盘上找不到给定的配置后脚本“{0}”。",
"make.postconfigure.title": "正在进行后期配置: {0}",
"make.postconfigure.cancelling.title": "正在取消后期配置",
"pre.configuring.script": "正在预配置...\n脚本: {0}",
"preconfigure.succeeded": "预配置成功。",
"preconfigure.succeeded.with.some.error": "预配置脚本返回了成功代码,但在预配置过程中的某个环节报告了错误。在 Makefile 工具频道中仔细检查预配置输出。",
"preconfigure.script.failed": "预配置脚本失败。此项目可能无法成功配置。",
"post.configure.script": "正在进行后期配置...\n脚本: {0}",
"postconfigure.succeeded": "后期配置成功。",
"postconfigure.succeeded.with.some.error": "后期配置脚本返回了成功代码,但在后期配置过程中的某个环节报告了错误。在 Makefile 工具频道中仔细检查后期配置输出。",
"postconfigure.script.failed": "后期配置脚本失败。此项目可能无法成功配置。",
"cannot.configure.project.untrusted": "无法在不受信任的工作区中配置项目。",
"attempting.configure.after.failed.preconfigure": "正在尝试在预配置失败后运行配置。",
"make.configuring.title": "正在配置",
"attempting.to.kill.process.and.children": "正在尝试终止 make 进程(PID = ${curPID})及其所有子级子进程...",
"make.confiuring.cancel.title": "正在取消配置",
"exiting.configure.early": "正在提前退出配置过程。",
"configure.succeeded": "配置成功。",
"configure.failed": "配置失败。",
"exception.thrown.during.configure": "在配置过程中引发了异常: {0}",
"preconfigure.elapsed.time": "预配置已用时间: {0}",
"configure.elapsed.time": "配置已用时间: {0}",
"post.configure.failed": "配置后失败。",
"post.configure.elapsed.time": "配置后已用时间: {0}",
"no.new.launch.configurations": "未检测到任何新的启动配置。",
"no.launch.configurations": "未检测到启动配置。",
"found.launch.targets.new": "找到在 makefile 中定义的以下 {0} 新启动目标: {1}",
"found.launch.targets.old": "找到 makefile 中定义的以下 {0} 启动目标: {1}",
"complete.list.of.launch.targets": "启动目标的完整列表: {0}",
"clean.build.targets": "未检测到生成目标。",
"new.build.targets": "未检测到任何新的生成目标。",
"clean.build.targets.clean": "找到了 makefile 中定义的以下 {0} 生成目标: {1}",
"new.build.targets.clean": "找到 makefile 中定义的以下 {0} 新生成目标: {1}",
"list.build.targets.complete": "生成目标的完整列表: {0}",
"updating.cpptools.configuration.provider.recursive": "正在更新 CppTools IntelliSense 配置提供程序。(递归)",
"updating.cpptools.configuration.provider": "正在更新 CppTools IntelliSense 配置提供程序。",
"make.configure.cache": "正在从缓存中配置",
"configuring.from.cache": "正在从缓存 {0} 进行配置",
"error.occured.while.parsing.configuration": "分析配置缓存时出错。",
"running.clean.configure.instead": "改为运行干净配置。",
"load.configuration.from.cache.elapsed": "从缓存加载配置已用时间: {0}",
"loading.configurations.from.cache.not.necessary": "不需要从缓存加载配置。",
"preprocessing.parse.file": "正在预处理: {0}",
"preprocess.elapsed.time": "预处理已用时间: {0}",
"parsing.for.intellisense": "正在分析 IntelliSense...",
"parsing.for.intellisense.elapsed": "正在分析 IntelliSense 已用时间: {0}",
"parsing.for.launch.targets": "正在分析启动目标。",
"parsing.for.launch.targets.elapsed": "正在分析启动目标已用时间: {0}",
"current.launch.configuration.no.longer.present": "当前启动配置 {0} 不再存在于可用列表中。",
"generating.parse.content.build.targets": "正在为生成目标生成分析内容。",
"parsing.build.targets.from.parse.file": "正在从“{0}”分析生成目标",
"parsing.build.targets.elapsed.time": "正在分析生成目标已用时间: {0}",
"current.build.target.no.longer.present": "当前生成目标 {0} 不再存在于可用列表中。正在取消设置当前生成目标。",
"automatically.reconfiguring.project.after.build.target.change": "生成目标更改后正在自动重新配置项目。",
"configure.finished.subphases": "已完成配置。运行的所有子阶段的状态:",
"return.code": "返回代码",
"elapsed.time": "已用时间"
}