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": "Checkout adott helyre...",
"command.branch": "Ág létrehozása...",
"command.deleteBranch": "Új ág létrehozása",
"command.renameBranch": "Ág átnevezése...",
"command.merge": "Ág beolvasztása...",
"command.createTag": "Címke létrehozása",
"command.fetch": "Lekérés (fetch)",
"command.pull": "Pull",
"command.pullRebase": "Pull (Rebase)",
"command.pullFrom": "Pullozás...",
@@ -42,9 +44,11 @@
"command.pushTo": "Push adott helyre...",
"command.pushWithTags": "Push címkékkel",
"command.sync": "Szinkronizálás",
"command.syncRebase": "Szinkronizálás (rebase)",
"command.publish": "Ág publikálása",
"command.showOutput": "Git-kimenet megjelenítése",
"command.ignore": "Fájl hozzáadása a .gitignore-hoz",
"command.stashIncludeUntracked": "Stash (a nem követett fájlokkal együtt)",
"command.stash": "Stash",
"command.stashPop": "Stash visszaállítása...",
"command.stashPopLatest": "Legutóbbi stash visszaállítása",
@@ -57,6 +61,7 @@
"config.countBadge": "Meghatározza a git jelvényen megjelenő számláló működését. Az `all` minden módosítást számol, a `tracked` csak a követkett változtatásokat. Az `off` kikapcsolja a jelvényt.",
"config.checkoutType": "Meghatározza, hogy milyen típusú ágak jelenjenek meg a `Checkout adott helyről... ` parancs futtatása esetén. Az `all` esetén az összes ref megjelenik, `local` esetén csak a helyi ágak, `tags` esetén csak a címkék, `remote` esetén pedig csak a távoli ágak.",
"config.ignoreLegacyWarning": "Régi gittel kapcsolatos figyelmeztetés figyelmen kívül hagyása",
"config.ignoreMissingGitWarning": "Figyelmeztetés figyelmen kívül hagyása, ha a Git hiányzik",
"config.ignoreLimitWarning": "Túl sok módosítás esetén megjelenő figyelmeztetés figyelmen kívül hagyása",
"config.defaultCloneDirectory": "Git-forráskódtárak klónozásának alapértelmezett helye.",
"config.enableSmartCommit": "Összes módosítás beadása (commit), ha nincsenek előjegyzett módosítások.",