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:
Karl Burtram
2018-01-28 23:37:17 -08:00
committed by GitHub
parent 9a1ac20710
commit 251ae01c3e
8009 changed files with 93378 additions and 35634 deletions

View File

@@ -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.",