mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 17:40:30 -04:00
Added localized vscode extensions to localization source files (#21684)
* added localized vscode extensions * bump to 1.42
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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/remoteSource": {
|
||||
"branch name": "Branchname",
|
||||
"error": "$(error) Fehler: {0}",
|
||||
"none found": "Keine Remoterepositorys gefunden.",
|
||||
"pick url": "Wählen Sie eine URL für den Klonvorgang aus.",
|
||||
"provide url": "Repository-URL angeben",
|
||||
"provide url or pick": "Geben Sie die Repository-URL an, oder wählen Sie eine Repositoryquelle aus.",
|
||||
"recently opened": "zuletzt geöffnet",
|
||||
"remote sources": "remotequellen",
|
||||
"type to filter": "Repositoryname",
|
||||
"type to search": "Repositoryname (zur Suche eingeben)",
|
||||
"url": "URL"
|
||||
},
|
||||
"package": {
|
||||
"command.api.getRemoteSources": "Remotequellen abrufen",
|
||||
"description": "Statische Git-Beiträge und -Auswahl.",
|
||||
"displayName": "Git-Basis"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user