mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
[Loc] update to langpack base files for vscode-merge 1.62 (#20059)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "ads-language-pack-de",
|
||||
"displayName": "German Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for German",
|
||||
"version": "1.37.0",
|
||||
"version": "1.38.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -11,7 +11,7 @@
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": "^1.37.0"
|
||||
"azdata": "^1.38.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
@@ -40,10 +40,6 @@
|
||||
"id": "vscode.docker",
|
||||
"path": "./translations/extensions/docker.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.extension-editing",
|
||||
"path": "./translations/extensions/extension-editing.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.git-ui",
|
||||
"path": "./translations/extensions/git-ui.i18n.json"
|
||||
@@ -180,6 +176,10 @@
|
||||
"id": "Microsoft.asde-deployment",
|
||||
"path": "./translations/extensions/asde-deployment.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.azcli",
|
||||
"path": "./translations/extensions/azcli.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.azurecore",
|
||||
"path": "./translations/extensions/azurecore.i18n.json"
|
||||
@@ -263,10 +263,6 @@
|
||||
{
|
||||
"id": "Microsoft.xml-language-features",
|
||||
"path": "./translations/extensions/xml-language-features.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "Microsoft.azcli",
|
||||
"path": "./translations/extensions/azcli.i18n.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"assocLabelPath": "Dateien mit Pfad",
|
||||
"derivedDescription": "Ordnet Dateien zu, die gleichgeordnete Elemente mit dem gleichen Namen und einer anderen Erweiterung besitzen.",
|
||||
"derivedLabel": "Dateien mit gleichgeordneten Elementen nach Name",
|
||||
"dirty": "Ein geänderter Indikator, wenn der aktive Editor geändert wurde",
|
||||
"dirty": "ein Indikator für den Fall, dass der aktive Editor nicht gespeicherte Änderungen aufweist",
|
||||
"falseDescription": "Deaktiviert das Muster.",
|
||||
"fileDescription": "Ordnet alle Dateien mit einer bestimmten Erweiterung zu.",
|
||||
"fileLabel": "Dateien nach Erweiterung",
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": {
|
||||
"dist/extensionLinter": {
|
||||
"dataUrlsNotValid": "Daten-URLs sind keine gültige Bildquelle.",
|
||||
"embeddedSvgsNotValid": "Eingebettete SVGs sind keine gültige Bildquelle.",
|
||||
"httpsRequired": "Für Bilder muss das HTTPS-Protokoll verwendet werden.",
|
||||
"relativeBadgeUrlRequiresHttpsRepository": "Relative Badge-URLs erfordern die Angabe eines Repositorys mit dem HTTPS-Protokoll in dieser Datei \"package.json\".",
|
||||
"relativeIconUrlRequiresHttpsRepository": "Ein Symbol erfordert die Angabe eines Repositorys mit dem HTTPS-Protokoll in dieser Datei \"package.json\".",
|
||||
"relativeUrlRequiresHttpsRepository": "Relative Bild-URLs erfordern die Angabe eines Repositorys mit dem HTTPS-Protokoll in der Datei \"package.json\".",
|
||||
"svgsNotValid": "SVGs sind keine gültige Bildquelle."
|
||||
},
|
||||
"dist/packageDocumentHelper": {
|
||||
"languageSpecificEditorSettings": "Sprachspezifische Editor-Einstellungen",
|
||||
"languageSpecificEditorSettingsDescription": "Editor-Einstellungen für Sprache überschreiben"
|
||||
},
|
||||
"package": {
|
||||
"description": "Stellt Bereinigungsfunktionen für die Erstellung von Erweiterungen zur Verfügung.",
|
||||
"displayName": "Erweiterungserstellung"
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user