-
Notifications
You must be signed in to change notification settings - Fork 525
Expand file tree
/
Copy pathcmakeProject.i18n.json
More file actions
192 lines (192 loc) · 13.5 KB
/
cmakeProject.i18n.json
File metadata and controls
192 lines (192 loc) · 13.5 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
/*---------------------------------------------------------------------------------------------
* 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.
{
"initializing": "正在初始化",
"communication.changed.restart.driver": "在通信模式更改后重启 CMake 驱动程序。",
"generator.changed.restart.driver": "在生成器更改后重启 CMake 驱动程序。",
"preferredGenerator.changed.restart.driver": "在 preferredGenerators 更改后重启 CMake 驱动程序。",
"bad.executable": "CMake 可执行文件错误: {0}。请检查以确保它已安装,或者 {1} 设置的值包含正确的路径",
"shell.changed.restart.driver": "Restarting the CMake driver after a shell change.",
"targests.in.preset": "[预设中的目标]",
"constructing.cmakeproject": "构造新的 CMakeProject 实例",
"disposing.driver": "正在释放 CMake 驱动程序",
"resolving.config.preset": "正在解析所选配置预设",
"failed.resolve.config.preset": "未能解析配置预设: {0}",
"binaryDir.not.set.config.preset": "{0} 未在配置预设中设置: {1}",
"generator.not.set.config.preset": "{0} 未在配置预设中设置: {1}",
"loading.new.config.preset": "正在将新的配置预设加载到 CMake 驱动程序",
"reloading.status": "正在重新加载...",
"ready.status": "就绪",
"unable.to.set.config.preset": "无法设置配置预设 {0}。",
"error.on.switch.config.preset": "配置预设切换错误({0})",
"resolving.build.preset": "正在解析所选生成预设",
"failed.resolve.build.preset": "未能解析生成预设: {0}",
"configurePreset.not.set.build.preset": "{0} 未在生成预设中设置: {1}",
"loading.new.build.preset": "正在将新的生成预设加载到 CMake 驱动程序",
"unable.to.set.build.preset": "无法设置生成预设 {0}。",
"error.on.switch.build.preset": "生成预设切换错误({0})",
"resolving.test.preset": "正在解析所选测试预设",
"failed.resolve.test.preset": "未能解析测试预设: {0}",
"configurePreset.not.set.test.preset": "{0} 未在测试预设中设置: {1}",
"loading.new.test.preset": "正在将新的测试预设加载到 CMake 驱动程序",
"unable.to.set.test.preset": "无法设置测试预设 {0}。",
"error.on.switch.test.preset": "测试预设切换错误({0})",
"resolving.package.preset": "解析选定的包预设",
"failed.resolve.package.preset": "未能解析包预设: {0}",
"configurePreset.not.set.package.preset": "{1} 包预设中未设置 {0}",
"loading.new.package.preset": "将新包预设加载到 CMake 驱动程序中",
"unable.to.set.package.preset": "无法设置包预设 {0}。",
"error.on.switch.package.preset": "包预设切换错误 ({0})",
"resolving.workflow.preset": "解析选定的工作流预设",
"failed.resolve.workflow.preset": "未能解析工作流预设: {0}",
"configurePreset.not.set.workflow.preset": "工作流预设 {1} 中未设置 {0}",
"loading.new.workflow.preset": "将新工作流预设加载到 CMake 驱动程序中",
"unable.to.set.workflow.preset": "无法设置工作流预设 {0}。",
"error.on.switch.workflow.preset": "切换工作流预设时出错 ({0})",
"disposing.extension": "正在释放 CMake Tools 扩展",
"extension.dispose": "扩展释放",
"using.user.generator": "从用户配置使用生成器: {0}",
"configuration.already.in.progress": "配置已在进行中。",
"task.already.running": "CMake 任务已在运行。请先停止该任务然后再尝试运行新的 CMake 任务。",
"no.source.directory.found": "没有打开的源目录",
"browse.for.cmakelists": "[浏览 CMakeLists.txt]",
"do.not.ask.again": "[不再显示]",
"search.for.cmakelists": "在此计算机上搜索 CMakeLists.txt",
"do.not.ask.again.description": "请勿在此文件夹中再次请求 CMakeLists.txt。这将启用 cmake.ignoreCMakeListsMissing 设置。",
"cmakelists.not.found": "未找到 CMakeLists.txt。",
"select.cmakelists": "选择 CMakeLists.txt",
"starting.cmake.driver": "正在启动 CMake 驱动程序",
"bad.cmake.executable": "CMake 可执行文件 {0} 不正确。",
"switch.to.serverapi": "在低于 {0} 的版本中不支持 CMake 文件与 API (file-api)通信模式。正在切换到 CMake 服务器通信模式。",
"please.upgrade.cmake": "为获得最佳体验,必须具备 CMake 服务器或 file-api 支持。请将 CMake 升级到 {0} 或更高版本。",
"starting.cmake.driver.status": "正在启动 CMake 服务器...",
"unable.to.execute.cmake.command": "无法执行 cmake 命令,不存在有效的 cmake 驱动程序实例。",
"unable.to.execute.program": "无法执行程序,不存在有效的 cmake 驱动程序实例。",
"shutting.down.driver": "正在关闭 CMake 驱动程序",
"reloading.driver": "正在重新加载 CMake 驱动程序",
"second.phase.init": "正在启动 CMake Tools 第二阶段初始化",
"active.build.variant.changed": "活动的生成变量已更改",
"changing.build.variant": "正在更改生成变量",
"injecting.new.kit": "将新的工具包注入 CMake 驱动程序",
"unable.to.set.kit": "无法设置工具包 {0}。",
"error.on.switch.status": "工具包的切换出错({0})",
"cmake.version.not.supported": "CMake 版本 {0} 可能不受支持。所需的最低版本为 {1}。",
"not.starting.no.kits": "未启动 CMake 驱动程序: 未选择任何工具包",
"starting.new.cmake.driver": "正在启动新的 CMake 驱动程序",
"source.directory.does.not.match": "源目录 {0} 与 CMake 缓存中的源目录 {1} 不匹配。需要运行干净配置来配置此项目。",
"clean.configure.title": "清理配置",
"clean.reconfigure.after.bad.home.dir": "清理错误的主目录后的重新配置",
"failed.to.remove.bad.cache.file": "无法删除错误的缓存文件: {0} {1}",
"failed.to.remove.cmakefiles.for.cache": "无法删除用于缓存的 CMakeFiles: {0} {1}",
"generator.not.found": "无法确定要使用的 CMake 生成器。请安装或配置首选生成器,或更新 settings.json、工具包配置或路径变量。",
"safely.constructing.cmakeproject": "安全构造新的 CMakeProject 实例",
"initialization.complete": "CMakeProject 实例初始化完成。",
"merge.and.copy.compile.commands": "定义 {1} 时将忽略 {0} 设置。",
"copy.compile.commands": "正在将 {2} 从 {0} 复制到 {1}",
"failed.to.copy": "无法将 {0} 复制到 {1}: {2}",
"failed.to.create.parent.directory.1": "已尝试将 {0} 复制到 {1},但无法创建父目录 {2}: {3}",
"cannot.copy.compile.commands": "无法复制 {1},因为它在 {0} 处不存在",
"failed.to.create.parent.directory.2": "已尝试将编译数据库复制到 {0},但未能创建父目录 {1}: {2}",
"failed.to.merge": "无法将合并编译数据库写入 {0}: {1}",
"load.compile.commands": "尝试引入 compile_commands.json 时失败: {0}",
"no.debug.configured.with.cache": "已使用缓存配置 CMake。缓存不支持 CMake 调试器。",
"no.cache.available": "无法使用现有缓存进行配置",
"configuring.project": "正在配置项目",
"preparing.to.configure": "正在准备配置",
"stop.on.cancellation": "取消时停止",
"run.configure": "正在配置项目: {0}",
"unexpected.configure.type": "意外的配置类型",
"yes.configureWithDebugger.button": "调试",
"options.configureWithDebuggerOnFail.do.not.show": "不再显示",
"configure.failed.tryWithDebugger": "配置失败。是否要尝试使用 CMake 调试程序进行配置?",
"no.configureWithDebugger.button": "取消",
"cmake.debug.name": "CMake 调试程序",
"no.configure.with.debug.due.to.preconditions": "无法使用 CMake 调试器进行配置,原因是: \"{0}\"",
"finishing.configure": "正在完成配置",
"configure.failed": "未能配置项目",
"no.driver.available.no.debug": "无法使用 CMake 调试器进行配置,因为没有可用的 CMake 驱动程序。",
"no.debug.configured.due.to.error": "无法使用 CMake 调试器进行配置,因为出现错误: {0}",
"saving.open.files.before": "在配置/生成前保存打开的文件",
"saving.open.files.failed": "无法保存打开的文件",
"yes.button": "是",
"do.not.show.not.saved.again": "确定(不再显示)",
"not.saved.continue.anyway": "未保存所有打开的文档。是否仍要继续?",
"no.button": "否",
"saving.open.files": "正在保存打开的文件",
"cannot.configure.no.kit": "无法配置: 没有为此 CMake 项目激活任何工具包",
"no.kit.abort": "未选择任何工具包。中止配置",
"waiting.on.variant": "正在等待变量选择",
"no.variant.abort": "未选择任何变量。中止配置",
"cannot.configure.no.config.preset": "无法配置: 没有为此 CMake 项目激活任何配置预设",
"no.preset.abort": "未选择预设。中止配置",
"targets.status": "[N/a - 选择工具包]",
"cmake.cache.dir.missing": "缺少包含 CMake 缓存的文件夹。将重新生成缓存。",
"warn.skip.configure.if.cache.present": "扩展已确定目前需要配置,但由于已启用设置 cmake.skipConfigureIfCachePresent,我们将跳过配置。请确保 CMake 缓存与最新的配置更改同步。",
"cmakelists.save.trigger.reconfigure": "检测到正在保存 CMakeLists.txt,正在尝试自动重新配置…",
"cmakelists.save.could.not.reconfigure": "在 CMakeLists.txt 中检测到更改,但由于另一操作已在进行中,我们无法重新配置项目。",
"needs.reconfigure": "需要重新配置项目,以使 CMakeLists.txt 中保存的更改生效。",
"run.build": "正在生成文件夹: {0}",
"failed.to.get.cmake.driver": "未能获取 CMake 驱动程序",
"failed.to.get.build.command": "未能获取生成命令",
"unable.to.configure": "生成失败: 无法配置项目",
"driver.died.after.successful.configure": "CMake 驱动程序在成功配置后立即终止",
"building.status": "生成",
"starting.build": "正在启动生成",
"build.was.terminated": "生成已终止",
"build.finished.with.code": "生成已完成,退出代码为 {0}",
"building.target": "正在生成: {0}",
"set.up.before.edit.cache": "请先设置 CMake 项目,然后再尝试编辑缓存。",
"project.not.yet.configured": "尚未配置此项目",
"configure.now.button": "立即配置",
"cache.load.failed": "找不到 CMakeCache.txt 文件。请先配置项目!",
"set.up.before.selecting.target": "请先设置 CMake 项目,然后再选择目标。",
"select.active.target.tooltip": "设置默认生成目标",
"enter.target.name": "输入目标名称",
"target.to.build.description": "要生成的目标",
"build.failed": "生成失败。",
"driver.died.after.build.succeeded": "CMake 驱动程序在生成成功后立即终止。",
"driver.died.before.workflow": "CMake 驱动程序在启动工作流之前已终止。",
"set.up.and.build.project.before.debugging": "请先设置和生成 CMake 项目,然后再进行调试。",
"test.not.found": "未找到测试: {0}",
"debugging.documentation.button": "正在调试文档",
"failed.to.generate.debugger.configuration": "无法生成调试程序配置",
"unable.to.generate.debugging.configuration": "无法生成调试配置。",
"select.a.launch.target": "为 {0} 选择启动目标",
"no.executable.target.found.to.launch": "找不到可启动的可执行目标。请检查:",
"have.you.called.add_executable": "是否已在 CMake 项目中调用了 add_executable()?",
"have.you.configured": "是否执行了成功的 CMake 配置?",
"no.program.will.be.executed": "不会执行任何程序",
"unable.to.get.build.directory": "无法获取生成目录。",
"project.configuration.failed": "项目配置失败。",
"install.failed": "安装失败",
"launch.with.overrides": "注意: 你正在启动目标,并且正在从 VS Code 设置中应用一些环境替代。",
"cachevariable.missing.required.argument.name": "cacheVariable: 缺少必需的参数 “name”。",
"cachevariable.not.found": "在 CMake 缓存中找不到变量“{0}”,并且未提供默认值。",
"target.debugging.unsupported": "旧驱动程序不再支持目标调试",
"learn.more.button": "了解详细信息",
"failed.to.prepare.target": "无法准备名称为 {0} 的可执行目标",
"debug.configuration.from.cache": "从缓存调试配置: {0}",
"problem.getting.debug": "从缓存获取调试配置时出现问题。",
"starting.debugger.with": "正在使用以下配置启动调试程序。",
"no.folder.open": "未打开任何文件夹。",
"cmakelists.created": "[快速入门]已成功创建 CmakeLists.txt。",
"cmakelists.exists": "[快速入门] CmakeLists.txt 已存在,正在继续...",
"cmakepresets.already.configured": "[快速入门] 已配置 CMakePresets.json。",
"cmakepresets.not.created": "[快速入门]未创建 CMakePresets.json。",
"cmakepresets.created": "[快速入门]已成功创建 CMakePresets.json。",
"new.project.name": "输入新项目的名称",
"project.name.required": "必须提供项目名称",
"project.name.no.spaces": "项目名称不能包含空间",
"create.cpp": "创建 C++ 项目",
"create.c": "创建 C 项目",
"create.executable": "创建可执行文件",
"create.library": "创建库",
"ctest.support": "CTest 支持",
"cpack.support": "CPack 支持",
"select.additional.options": "选择其他选项",
"select.cpp.files": "选择要包含在 CMakeLists.txt 文件中的目标",
"create.file.failed": "未能创建新的 {0} 文件。将目标添加到 CMakeLists.txt。"
}