-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathextension.i18n.json
More file actions
19 lines (19 loc) · 1.05 KB
/
extension.i18n.json
File metadata and controls
19 lines (19 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*---------------------------------------------------------------------------------------------
* 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.
{
"makefile.outline.makefileFileNotFound": "无法打开 makefile 文件。",
"makefile.outline.buildLogFileNotFound": "无法打开生成日志文件。",
"extension.configureOnOpen": "是否要为 C++ IntelliSense 配置此 Makefile 项目?",
"yes": "是",
"no": "否",
"always.configure.on.open": "是否始终在打开时为 C++ IntelliSense 配置此 Makefile 项目?",
"never.configure.on.open": "是否在打开时为 C++ IntelliSense 配置此 Makefile 项目?",
"yes.button": "是",
"no.button": "否",
"never.button": "从不",
"never.for.this.workspace.button": "不适用于此工作区",
"extension.deactivated": "扩展 {0} 已取消激活。"
}