-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathconfiguration.i18n.json
More file actions
86 lines (86 loc) · 7.28 KB
/
configuration.i18n.json
File metadata and controls
86 lines (86 loc) · 7.28 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
/*---------------------------------------------------------------------------------------------
* 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.
{
"no.current.configuration.defined.workspace.state": "未在工作区状态中定义当前配置。假定为 \"Default\"。",
"reading.current.configuration.workspace.state": "正在从工作区状态读取当前配置 \"{0}\"。",
"no.make.tool.defined": "设置文件中未定义 make 工具的路径。",
"no.makefile.defined.in.settings": "设置文件中未定义 makefile 的路径。",
"no.folder.path.defined.in.settings": "未在设置文件中定义 makefile 的文件夹路径。",
"build.log.defined.at": "在 \"{0}\" 处定义的生成日志",
"build.log.not.found.disk": "在磁盘上找不到生成日志。",
"logging.level": "日志记录级别: {0}",
"extension.output.folder.does.not.exist.no.creation": "扩展输出文件夹不存在,无法创建: {0}。",
"reverting.to.default.output.folder": "正在还原为扩展输出文件夹的 \"{0}\" 默认值。",
"dropping.various.extension.output.files": "正在删除 {0} 处的各种扩展输出文件",
"writing.extension.log": "正在 {0} 处写入扩展日志",
"found.preconfigure.script": "发现了配置前的脚本定义为 {0}",
"preconfigure.script.not.found.on.disk": "在磁盘上找不到预配置脚本。",
"preconfigure.arguments": "预配置参数: \"{0}\"",
"post.configure.script.defined.as": "发现了配置后的脚本定义为 {0}",
"post.configure.not.found.on.disk": "在磁盘上找不到配置后脚本",
"post.configure.arguments.listed": "配置后参数: '{0}'",
"always.pre.configure": "始终预配置: {0}",
"always.post.configure": "始终配置后: {0}",
"configurations.cached": "配置缓存于 {0}",
"compile.commands.json.path": "compile_commands.json 路径: {0}",
"additional.compiler.names": "其他编译程序名称: '{0}'",
"exclude.compiler.names": "排除编译程序名称: \"{0}\"",
"safe.commands": "安全命令: '{0}'",
"dry.run.switches": "干运行交换机: '{0}'",
"reading.current.launch.configuration": "正在从工作区状态读取当前启动配置 \"{0}\"。",
"launch.configuration.no.longer.defined.settings": "在设置 \"makefile.launchConfigurations\" 中不再定义启动配置 \"{0}\"。",
"no.current.launch.configurations.in.state": "未在工作区状态下设置当前启动配置。",
"no.launch.configuration.set": "未设置启动配置",
"default.launch.configuration": "默认启动配置: MIMode = {0},\n miDebuggerPath = {1},\n stopAtEntry = {2},\n symbolSearchPath = {3}",
"deduced.command.configuration": "已推导出配置 \"{1}\" 的命令 '{0}'",
"could.not.find.make.file.tools.name": "在 makefile.configurations.makePath 中或 makefile.makePath 中找不到任何 make 工具文件名。假定 make。",
"make.was.not.found.on.disk": "在通过 makefile.makePath 或 makefile.configurations[].makePath 提供的位置处的磁盘上找不到 Make。",
"make.was.not.found.in.settings.not.environment": "未在设置中为 Make 提供任何路径,在环境路径上也找不到它。",
"makefile.entry.point.not.found": "找不到 makefile 入口点。请确保它存在于 makefile.makefilePath、makefile.configurations[].makefilePath、makefile makefile.makeDirectory、makefile.configurations[].makeDirectory 定义的位置或工作区根目录中。",
"found.build.log.path.in.setting": "找到了为配置 \"{1}\" 定义的生成日志路径设置 \"{0}\"",
"resolving.build.log.path.to": "正在解析 \"{0}\" 的生成日志路径",
"build.log.not.found.remove.setting": "找不到生成日志。移除生成日志设置,或在给定位置处的磁盘上提供生成日志文件。",
"defining.name.for.unnamed": "正在为未命名的配置 {1} 定义名称 {0}。",
"updating.makefile.configurations.settings": "正在更新设置中的 makefile 配置。",
"found.following.configurations.defined.setting": "找到了 makefile.configurations 设置中定义的以下配置: {0}",
"current.makefile.configuration.not.present": "当前 makefile 配置 ${currentMakefileConfiguration} 不再存在于可用列表中。正在将当前 makefile 配置重新设置为默认值。",
"no.target.defined.assuming.default": "工作区状态中未定义目标。假定 \"Default\"。",
"reading.current.build.target.from.state": "正在从工作区状态读取当前生成目标 \"{0}\"。",
"configuring.on.open": "打开时配置: {0}",
"configure.on.edit": "在编辑时配置: {0}",
"configure.after.command": "在命令后配置: {0}",
"clean.configure.on.configuration.change": "配置更改时执行清理配置操作: {0}",
"only.phony.targets": "仅 .PHONY 目标: {0}",
"save.before.build.or.configure": "在生成或配置前保存: {0}",
"build.before.launch": "在启动前生成: {0}",
"build.on.save": "保存时生成: {0}",
"run.on.save": "保存时运行: {0}",
"clear.output.before.build": "在生成前清除输出: {0}",
"ignore.directory.commands": "忽略目录命令: {0}",
"configurating.after.settings.or.makefile.changes": "设置或 makefile 更改后正在配置...",
"configuring.before.build.on.save": "正在保存时生成前配置...",
"configure.failed.skipping.build": "配置失败,正在保存时跳过生成。",
"building.and.running.on.save": "正在保存时生成并运行...",
"building.on.save": "正在保存时生成...",
"running.on.save": "保存时运行...",
"key.setting.changed": "{0} 设置已更改。",
"setting.configuration": "正在设置配置 - {0}",
"re.reading.settings.after.configuration.change": "配置更改后正在重新读取设置。",
"no.configurations.defined": "makefile.configurations 设置中未定义任何配置。",
"automatically.clean.reconfiguring.project.after.change": "makefile 配置更改后,自动清理并重新配置项目。",
"automatically.reconfiguring.project.after.change": "makefile 配置更改后正在自动重新配置项目。",
"setting.target": "设置目标 {0}",
"rereading.settings.after.target.change": "目标更改后正在重新读取设置。",
"project.needs.configure.to.populate": "项目需要配置才能正确填充生成目标。",
"build.targets.list.may.not.be.accurate": "生成目标列表可能不准确,因为配置失败。",
"automatically.reconfiguring.after.build.target.change": "生成目标更改后正在自动重新配置项目。",
"inserting.new.entry.for.launch.configurations": "在 makefile.launchConfigurations 数组中插入 {0} 的新条目。可以在设置中为其定义任何其他调试属性。",
"setting.current.launch.target": "正在设置当前启动目标 \"{0}\"",
"unsetting.current.launch.configuration": "正在取消设置当前启动配置。",
"problem.occured.while.analyzing.launch.configuration": "分析启动配置名称 {0} 时出现问题。当前启动配置未设置。",
"re.reading.settings.after.launch.target.changed": "启动目标更改后正在重新读取设置。",
"launch.targets.list.may.be.innacurate": "启动目标列表可能不准确,因为配置失败。"
}