-
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.17 KB
/
devcmd.i18n.json
File metadata and controls
22 lines (22 loc) · 1.17 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": "host = {0}, target = {1}"
}