-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathdevcmd.i18n.json
More file actions
22 lines (22 loc) · 1.2 KB
/
devcmd.i18n.json
File metadata and controls
22 lines (22 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*---------------------------------------------------------------------------------------------
* 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.context.provided": "未提供上下文",
"not.windows": "“设置 Visual Studio 开发人员环境”命令仅在 Windows 上可用",
"error.no.vs": "找不到带有 C++ 编译器的 Visual Studio 安装项",
"operation.cancelled": "已取消此操作",
"no.hosts": "找不到主机",
"config.dev.env": "正在配置开发人员环境...",
"select.vs.install": "选择 Visual Studio 安装",
"advanced.options": "高级选项...",
"advanced.options.desc": "选择特定的主机和目标体系结构构、工具集版本等",
"select.toolset": "选择工具集版本",
"select.host.target": "选择主机和目标体系结构",
"something.wrong": "出现问题: {0}",
"dev.env.for": "{1} 的 {0} 开发人员环境",
"default.env": "{0} 的默认环境",
"host.target": "主机 = {0},目标 = {1}"
}