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.
|
||||
{
|
||||
@@ -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