extensionLinter.i18n.json 1.1 KB
Newer Older
1 2 3 4 5
/*---------------------------------------------------------------------------------------------
 *  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.
6 7 8 9
{
	"httpsRequired": "A képek csak HTTPS-protokollt használhatnak.",
	"svgsNotValid": "Az SVG-k nem érvényes képforrások.",
	"embeddedSvgsNotValid": "A beágyazott SVG-k nem érvényes képforrások.",
10 11 12 13
	"dataUrlsNotValid": "A data URL-ek nem érvényes képforrások.",
	"relativeUrlRequiresHttpsRepository": "A relatív kép URL-ekhez egy HTTPS-protokollal rendelkező forráskódtárat kell megadni a package.json-ban.",
	"relativeIconUrlRequiresHttpsRepository": "Az ikonhoz egy HTTPS-protokollal rendelkező forráskódtárat kell megadni a package.json-ban.",
	"relativeBadgeUrlRequiresHttpsRepository": "A relatív jelvény URL-ekhez egy HTTPS-protokollal rendelkező forráskódtárat kell megadni a package.json-ban."
14
}