Files
azuredatastudio/i18n/language-pack-de/translations/extensions/extension-editing.i18n.json
Karl Burtram 2ed9a93bae Add initial lang pack resources (#6035)
* Initial vs code lang packs

* Update resource to merge in ADS-specific strings
2019-06-14 13:38:04 -07:00

29 lines
1.6 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."
],
"version": "1.0.0",
"contents": {
"package": {
"displayName": "Erweiterungserstellung",
"description": "Stellt Bereinigungsfunktionen für die Erstellung von Erweiterungen zur Verfügung."
},
"out/packageDocumentHelper": {
"languageSpecificEditorSettings": "Sprachspezifische Editor-Einstellungen",
"languageSpecificEditorSettingsDescription": "Editor-Einstellungen für Sprache überschreiben"
},
"out/extensionLinter": {
"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\"."
}
}
}