mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Initial VS Code 1.19 source merge (#571)
* Initial 1.19 xcopy * Fix yarn build * Fix numerous build breaks * Next batch of build break fixes * More build break fixes * Runtime breaks * Additional post merge fixes * Fix windows setup file * Fix test failures. * Update license header blocks to refer to source eula
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
11
i18n/deu/extensions/git/out/autofetch.i18n.json
Normal file
11
i18n/deu/extensions/git/out/autofetch.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"yes": "Ja",
|
||||
"no": "Nein",
|
||||
"not now": "Nicht jetzt",
|
||||
"suggest auto fetch": "Möchten Sie das automatische Abrufen von Git-Repositorys aktivieren?"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
@@ -9,9 +9,12 @@
|
||||
"create branch": "$(plus) Neuen Branch erstellen",
|
||||
"repourl": "Repository-URL",
|
||||
"parent": "Übergeordnetes Verzeichnis",
|
||||
"cancel": "$(sync~spin) Repository wird geklont... Klicken Sie zum Abbrechen",
|
||||
"cancel tooltip": "Klonen abbrechen",
|
||||
"cloning": "Git-Repository wird geklont...",
|
||||
"openrepo": "Repository öffnen",
|
||||
"proposeopen": "Möchten Sie das geklonte Repository öffnen?",
|
||||
"init": "Arbeitsbereichsordner auswählen, in dem das Git-Repository initialisiert wird",
|
||||
"init repo": "Repository initialisieren",
|
||||
"create repo": "Repository initialisieren",
|
||||
"are you sure": "Erstellt ein Git-Repository unter '{0}'. Sind Sie sicher das Sie weiterfahren möchten?",
|
||||
@@ -49,12 +52,15 @@
|
||||
"select branch to delete": "Wählen Sie einen Branch zum Löschen aus",
|
||||
"confirm force delete branch": "Der Branch '{0}' ist noch nicht vollständig zusammengeführt. Trotzdem löschen?",
|
||||
"delete branch": "Branch löschen",
|
||||
"invalid branch name": "Ungültiger Branchname",
|
||||
"branch already exists": "Ein Branch namens \"{0}\" bereits vorhanden.",
|
||||
"select a branch to merge from": "Branch für die Zusammenführung auswählen",
|
||||
"merge conflicts": "Es liegen Zusammenführungskonflikte vor. Beheben Sie die Konflikte vor dem Committen.",
|
||||
"tag name": "Tag-Name",
|
||||
"provide tag name": "Geben Sie einen Tagnamen an.",
|
||||
"tag message": "Nachricht",
|
||||
"provide tag message": "Geben Sie eine Meldung ein, um das Tag mit einer Anmerkung zu versehen.",
|
||||
"no remotes to fetch": "In diesem Repository wurden keine Remoteelemente konfiguriert, aus denen ein Abrufen erfolgt.",
|
||||
"no remotes to pull": "In Ihrem Repository wurden keine Remoteelemente für den Pull konfiguriert.",
|
||||
"pick remote pull repo": "Remoteelement zum Pullen des Branch auswählen",
|
||||
"no remotes to push": "In Ihrem Repository wurden keine Remoteelemente für den Push konfiguriert.",
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"looking": "Suchen nach Git in: {0}",
|
||||
"using git": "Verwenden von Git {0} von {1}",
|
||||
"updateGit": "Git aktualisieren",
|
||||
"downloadgit": "Git herunterladen",
|
||||
"neverShowAgain": "Nicht mehr anzeigen",
|
||||
"notfound": "Git nicht gefunden. Installieren Sie es, oder konfigurieren Sie es mithilfe der Einstellung \"git.path\".",
|
||||
"updateGit": "Git aktualisieren",
|
||||
"git20": "Sie haben anscheinend Git {0} installiert. Code funktioniert am besten mit Git 2 oder neuer"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
@@ -21,6 +21,7 @@
|
||||
"deleted by us": "Gelöscht von uns",
|
||||
"both added": "Beide hinzugefügt",
|
||||
"both modified": "Beide geändert",
|
||||
"commitMessage": "Message (press {0} to commit)",
|
||||
"commit": "Commit",
|
||||
"merge changes": "Änderungen zusammenführen",
|
||||
"staged changes": "Bereitgestellte Änderungen",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
@@ -33,8 +33,10 @@
|
||||
"command.checkout": "Auschecken an...",
|
||||
"command.branch": "Branch erstellen...",
|
||||
"command.deleteBranch": "Branch löschen...",
|
||||
"command.renameBranch": "Branch umbenennen...",
|
||||
"command.merge": "Branch zusammenführen...",
|
||||
"command.createTag": "Tag erstellen",
|
||||
"command.fetch": "Abrufen",
|
||||
"command.pull": "Pull",
|
||||
"command.pullRebase": "Pull (Rebase)",
|
||||
"command.pullFrom": "Pullen von...",
|
||||
@@ -42,9 +44,11 @@
|
||||
"command.pushTo": "Push zu...",
|
||||
"command.pushWithTags": "Push mit Tags ausführen",
|
||||
"command.sync": "Synchronisierung",
|
||||
"command.syncRebase": "Sync (Rebase)",
|
||||
"command.publish": "Branch veröffentlichen",
|
||||
"command.showOutput": "Git-Ausgabe anzeigen",
|
||||
"command.ignore": "Datei zu .gitignore hinzufügen",
|
||||
"command.stashIncludeUntracked": "Stash (einschließlich nicht verfolgt)",
|
||||
"command.stash": " Stash ausführen",
|
||||
"command.stashPop": "Pop für Stash ausführen...",
|
||||
"command.stashPopLatest": "Pop für letzten Stash ausführen",
|
||||
@@ -57,6 +61,7 @@
|
||||
"config.countBadge": "Steuert die Git-Badgeanzahl. \"Alle\" zählt alle Änderungen. \"tracked\" (Nachverfolgt) zählt nur die nachverfolgten Änderungen. \"off\" (Aus) deaktiviert dies.",
|
||||
"config.checkoutType": "Steuert, welcher Branchtyp beim Ausführen von \"Auschecken an...\" aufgelistet wird. \"Alle\" zeigt alle Verweise an, \"Lokal\" nur die lokalen Branches, \"Tags\" zeigt nur Tags an, und \"Remote\" zeigt nur Remotebranches an.",
|
||||
"config.ignoreLegacyWarning": "Ignoriert die Legacy-Git-Warnung.",
|
||||
"config.ignoreMissingGitWarning": "Ignoriert die Warnung, wenn Git fehlt",
|
||||
"config.ignoreLimitWarning": "Ignoriert Warnung bei zu hoher Anzahl von Änderungen in einem Repository",
|
||||
"config.defaultCloneDirectory": "Das Standard-Verzeichnis für einen Klon eines Git-Repositorys",
|
||||
"config.enableSmartCommit": "Alle Änderungen committen, wenn keine bereitgestellten Änderungen vorhanden sind.",
|
||||
|
||||
Reference in New Issue
Block a user