mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
14 lines
1.1 KiB
JSON
14 lines
1.1 KiB
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.
|
|
{
|
|
"httpsRequired": "Für Bilder muss das HTTPS-Protokoll verwendet werden.",
|
|
"svgsNotValid": "SVGs sind keine gültige Bildquelle.",
|
|
"embeddedSvgsNotValid": "Eingebettete SVGs sind keine gültige Bildquelle.",
|
|
"dataUrlsNotValid": "Daten-URLs sind keine gültige Bildquelle.",
|
|
"relativeUrlRequiresHttpsRepository": "Relative Bild-URLs erfordern die Angabe eines Repositorys mit dem HTTPS-Protokoll in der Datei \"package.json\".",
|
|
"relativeIconUrlRequiresHttpsRepository": "Ein Symbol erfordert die Angabe eines Repositorys mit dem HTTPS-Protokoll in dieser Datei \"package.json\".",
|
|
"relativeBadgeUrlRequiresHttpsRepository": "Relative Badge-URLs erfordern die Angabe eines Repositorys mit dem HTTPS-Protokoll in dieser Datei \"package.json\"."
|
|
} |