Welcome to mirror list, hosted at ThFree Co, Russian Federation.

extensionLinter.i18n.json « out « extension-editing « extensions « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 37f3981d1668cca731b68d48b54d766773032620 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"httpsRequired": "图像必须使用 HTTPS 协议。",
	"svgsNotValid": "SVG 不是有效的图像源。",
	"embeddedSvgsNotValid": "嵌入的 SVG 不是有效的图像源。",
	"dataUrlsNotValid": "数据 URL 不是有效的图像源。",
	"relativeUrlRequiresHttpsRepository": "相对图像 URL 需要存储库,其中 package.json 中包含 HTTPS 协议。"
}