-
Notifications
You must be signed in to change notification settings - Fork 526
Expand file tree
/
Copy pathcmakeDriver.i18n.json
More file actions
63 lines (63 loc) · 4.06 KB
/
cmakeDriver.i18n.json
File metadata and controls
63 lines (63 loc) · 4.06 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
/*---------------------------------------------------------------------------------------------
* 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.usable.generator.found": "找不到任何可用的生成器。",
"disposing.base.cmakedriver": "释放基准 CMakeDriver",
"async.disposing.cmake.driver": "异步释放 CMake 驱动程序",
"test.with.overrides": "注意: 你正在使用预设 {0} 进行测试,但正在从 VS Code 设置中应用一些替代。",
"package.with.overrides": "注意: 正在使用预设 {0} 进行打包,但正在从 VS Code 设置中应用一些替代。",
"compile.with.overrides": "注意: 你正在使用预设 {0} 进行编译,但正在从 VS Code 设置中应用一些替代。",
"file.compilation": "文件编译",
"compile.finished.with.error": "编译完成,存在错误。",
"compile.finished.successfully": "编译成功完成。",
"press.any.key.to.close": "Press any key to close the terminal...",
"removing": "删除 {0}",
"unlink.failed": "未能删除缓存文件 {0}",
"generator.changed": "Generator changed from {0} to {1}; cleaning prior configuration",
"switching.to.config.preset": "正在切换到配置预设: {0}",
"unsetting.config.preset": "正在取消设置配置预设",
"cmakedriver.config.preset.set.to": "CMakeDriver 配置预设设置为 {0}",
"no.generator": "未指定生成器",
"switching.to.build.preset": "正在切换到生成预设: {0}",
"unsetting.build.preset": "正在取消设置生成预设",
"cmakedriver.build.preset.set.to": "CMakeDriver 生成预设设置为 {0}",
"switching.to.test.preset": "正在切换到测试预设: {0}",
"unsetting.test.preset": "正在取消设置测试预设",
"cmakedriver.test.preset.set.to": "CMakeDriver 测试预设集设置为 {0}",
"switching.to.package.preset": "切换到包预设: {0}",
"unsetting.package.preset": "取消设置包预设",
"cmakedriver.package.preset.set.to": "CMakeDriver 包预设设置为 {0}",
"switching.to.workflow.preset": "切换到工作流预设: {0}",
"unsetting.workflow.preset": "取消设置工作流预设",
"cmakedriver.workflow.preset.set.to": "CMakeDriver 工作流预设设置为 {0}",
"skip.set.kit": "使用预设,跳过设置工具包: {0}",
"switching.to.kit": "正在切换到工具包: {0}",
"cmakedriver.kit.set.to": "CMakeDriver 工具包设置为 {0}",
"setting.new.variant": "正在设置新变量 {0}",
"command.version.test.return.code": "{0} 返回了代码 {1}",
"trying.to.detect.generator": "正在尝试检测系统支持的生成器",
"compiler.version.return.code": "{0} 返回了代码 {1}",
"no.cached.config": "没有任何缓存的配置可以用于 IntelliSense",
"start.configure": "开始配置",
"use.cached.configuration": "使用缓存配置",
"no.config.Preset": "未选择任何配置预设",
"configure.with.overrides": "注意: 你正在使用预设 {0} 进行配置,但正在从 VS Code 设置中应用一些替代。",
"cmake.flags.are": "CMake 标志为 {0}",
"configure.failed": "未能配置项目",
"no.kit.is.set": "未设置任何工具包!",
"using.compilers.in.for.configure": "正在使用 {0} 中的编译器进行配置",
"using.cmake.toolchain.for.configure": "正在使用 CMake 工具链 {0} 进行配置",
"start.build": "启动生成",
"build.duration": "生成完毕: {0}",
"running.pre-configure.checks": "正在运行预配置检查和步骤",
"source.directory.not.set": "未设置源目录",
"not.configuring": "未配置: {0} 不存在",
"cmake.build.args.are": "CMake 生成参数为: {0}",
"build.with.overrides": "注意: 你正在使用预设 {0} 进行生成,但正在从 VS Code 设置中应用一些替代。",
"no.build.preset": "未选择生成预设",
"init.driver.using.preset": "正在使用预设初始化基本驱动程序",
"init.driver.using.kit": "正在使用工具包初始化基本驱动程序"
}