-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathconfigurations.i18n.json
More file actions
22 lines (22 loc) · 1.54 KB
/
configurations.i18n.json
File metadata and controls
22 lines (22 loc) · 1.54 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.
{
"incompatible.intellisense.mode": "IntelliSense 模式 {0} 與編譯器路徑不相容。",
"failed.to.create.config.folder": "無法建立 \"{0}\"",
"invalid.configuration.file": "組態檔。陣列中至少必須有一個組態。",
"unknown.properties.version": "在 c_cpp_properties.json 中找到未知的版本號碼。某些功能可能無法如期運作。",
"update.properties.failed": "嘗試更新 \"{0}\" 失敗 (您有寫入權限嗎?)",
"failed.to.parse.properties": "無法剖析 \"{0}\"",
"path.with.spaces": "找不到具有空格的編譯器路徑。如果這是為了要包含編譯器引數,請以雙引號 ({0}) 括住編譯器路徑。",
"cannot.find": "找不到: {0}",
"path.is.not.a.file": "路徑不是檔案: {0}",
"wrapped.with.quotes": "請勿在路徑周圍新增額外的引號。",
"path.is.not.a.directory": "路徑不是目錄: {0}",
"duplicate.name": "{0} 重複。組態名稱應該是唯一的。",
"multiple.paths.not.allowed": "不允許使用多個路徑。",
"multiple.paths.should.be.separate.entries": "數位列中的多個路徑應為個別專案。",
"paths.are.not.directories": "路徑不是目錄: {0}"
}