Files
vscode/i18n/cht/extensions/json/server/out/jsonSchemaService.i18n.json
2016-03-11 23:01:10 +01:00

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}"
}