-
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.04 KB
/
extension.i18n.json
File metadata and controls
19 lines (19 loc) · 1.04 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": "您想為此 Makefile 專案設定 C++ IntelliSense 嗎?",
"yes": "是",
"no": "否",
"always.configure.on.open": "一律在開啟時為此 Makefile 專案設定 C++ IntelliSense?",
"never.configure.on.open": "在開啟時為此 Makefile 專案設定 C++ IntelliSense?",
"yes.button": "是",
"no.button": "否",
"never.button": "永遠不要",
"never.for.this.workspace.button": "不適用於此工作區",
"extension.deactivated": "延伸模組 {0} 已停用。"
}