mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
12 lines
773 B
JSON
12 lines
773 B
JSON
/*---------------------------------------------------------------------------------------------
|
|
* 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.
|
|
{
|
|
"json.schema.invalidFormat": "無法從 '{0}' 剖析內容: {1}。",
|
|
"json.schema.invalidref": "無法解析 {1} 中的 $ref '{0}'。",
|
|
"json.schema.nocontent": "無法從 '{0}' 載入結構描述: 沒有內容。",
|
|
"json.schema.problemloadingref": "載入參考 '{0}' 時發生錯誤: {1}",
|
|
"json.schema.unabletoload": "無法從 '{0}' 載入結構描述: {1}"
|
|
} |