mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Merge VS Code 1.21 source code (#1067)
* Initial VS Code 1.21 file copy with patches * A few more merges * Post npm install * Fix batch of build breaks * Fix more build breaks * Fix more build errors * Fix more build breaks * Runtime fixes 1 * Get connection dialog working with some todos * Fix a few packaging issues * Copy several node_modules to package build to fix loader issues * Fix breaks from master * A few more fixes * Make tests pass * First pass of license header updates * Second pass of license header updates * Fix restore dialog issues * Remove add additional themes menu items * fix select box issues where the list doesn't show up * formatting * Fix editor dispose issue * Copy over node modules to correct location on all platforms
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"missOrInvalid": "Hiányzó vagy érvénytelen hitelesítési adatok."
|
||||
}
|
||||
@@ -1,11 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"yes": "Igen",
|
||||
"no": "Nem",
|
||||
"not now": "Most nem",
|
||||
"suggest auto fetch": "Szeretné engedélyezni a Git-forráskódtárhelyek automatikus lekérését (fetch)?"
|
||||
"not now": "Kérdezzen rá később",
|
||||
"suggest auto fetch": "Szeretné, hogy a Code [időszakosan futtassa a 'git fetch' parancsot]({0})?"
|
||||
}
|
||||
@@ -1,9 +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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"tag at": "Címke, a következőre mutat: {0}",
|
||||
"remote branch at": "Távoli ág, a következőre mutat: {0}",
|
||||
"create branch": "$(plus) Új ág létrehozása",
|
||||
@@ -41,6 +43,10 @@
|
||||
"confirm discard all 2": "{0}\n\nA művelet NEM VONHATÓ VISSZA, az aktuális munka ÖRÖKRE EL FOG VESZNI.",
|
||||
"yes discard tracked": "Egy követett fájl elvetése",
|
||||
"yes discard tracked multiple": "{0} követett fájl elvetése",
|
||||
"unsaved files single": "A következő fájl nincs elmentve: {0}.\n\nSzeretné menteni a beadás előtt?",
|
||||
"unsaved files": "{0} nem mentett fájl található.\n\nSzeretné menteni őket a beadás előtt?",
|
||||
"save and commit": "Összes mentése és beadás",
|
||||
"commit": "Beadás mindenképp",
|
||||
"no staged changes": "Nincs beadáshoz (commithoz) előjegyzett módosítás. Szeretné automatikusan előjegyeztetni a módosításokat és közvetlenül beadni őket?",
|
||||
"always": "Mindig",
|
||||
"no changes": "Nincs beadandó módosítás.",
|
||||
@@ -64,12 +70,13 @@
|
||||
"no remotes to pull": "A forráskódtárhoz nincsenek távoli szerverek konfigurálva, ahonnan pullozni lehetne.",
|
||||
"pick remote pull repo": "Válassza ki a távoli szervert, ahonnan pullozni szeretné az ágat",
|
||||
"no remotes to push": "A forráskódtárhoz nincsenek távoli szerverek konfigurálva, ahová pusholni lehetne.",
|
||||
"push with tags success": "A címkékkel együtt történő pusholás sikeresen befejeződött.",
|
||||
"nobranch": "Válasszon egy ágat a távoli szerverre való pusholáshot!",
|
||||
"confirm publish branch": "A(z) '{0}' ág nem létezik a távoli szerveren. Szeretné publikálni ezt az ágat?",
|
||||
"ok": "OK",
|
||||
"push with tags success": "A címkékkel együtt történő pusholás sikeresen befejeződött.",
|
||||
"pick remote": "Válassza ki a távoli szervert, ahová publikálni szeretné a(z) '{0}' ágat:",
|
||||
"sync is unpredictable": "Ez a művelet pusholja és pullozza a commitokat a következő helyről: '{0}'.",
|
||||
"ok": "OK",
|
||||
"never again": "Rendben, ne jelenítse meg újra",
|
||||
"never again": "Rendben, ne jelenjen meg újra",
|
||||
"no remotes to publish": "A forráskódtárhoz nincsenek távoli szerverek konfigurálva, ahová publikálni lehetne.",
|
||||
"no changes stash": "Nincs elrakandó módosítás.",
|
||||
"provide stash message": "Adja meg a stash-hez tartozó üzenet (nem kötelező)",
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"looking": "Git keresése a következő helyen: {0}",
|
||||
"using git": "Git {0} használata a következő helyről: {1}",
|
||||
"downloadgit": "Git letöltése",
|
||||
"neverShowAgain": "Ne jelenjen meg újra",
|
||||
"neverShowAgain": "Ne jelenítse meg újra",
|
||||
"notfound": "A Git nem található. Telepítse vagy állítsa be az elérési útját a 'git.path' beállítással.",
|
||||
"updateGit": "Git frissítése",
|
||||
"git20": "Úgy tűnik, hogy a git {0} van telepítve. A Code a git >= 2 verzióival működik együtt a legjobban."
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"too many submodules": "A(z) '{0}' forráskódtárhoz {1} almodul tartozik, ami nem lesz megnyitva automatikusan. Bármelyik megnyitható külön-külön egy bennük lévő fájl megnyitásával.",
|
||||
"no repositories": "Nem található forráskódtár.",
|
||||
"pick repo": "Válasszon forráskódtárat!"
|
||||
}
|
||||
@@ -1,9 +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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"open": "Megnyitás",
|
||||
"index modified": "Index, módosítva",
|
||||
"modified": "Módosítva",
|
||||
@@ -26,7 +28,8 @@
|
||||
"merge changes": "Módosítások összeolvasztása",
|
||||
"staged changes": "Beadásra előjegyzett módosítások",
|
||||
"changes": "Módosítások",
|
||||
"ok": "OK",
|
||||
"neveragain": "Soha ne jelenítse meg újra",
|
||||
"commitMessageCountdown": "{0} karakter maradt az aktuális sorban",
|
||||
"commitMessageWarning": " {0} karakterrel több, mint {1} az aktuális sorban",
|
||||
"neveragain": "Ne jelenítse meg újra",
|
||||
"huge": "A(z) '{0}' forráskódtárban túl sok aktív módosítás van. A Git-funkciók csak egy része lesz engedélyezve."
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,9 +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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"checkout": "Checkout...",
|
||||
"sync changes": "Módosítások szinkronizálása",
|
||||
"publish changes": "Módosítások publikálása",
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Git",
|
||||
"description": "Git verziókezelő integráció",
|
||||
"command.clone": "Klónozás",
|
||||
"command.init": "Forráskódtár előkészítése",
|
||||
"command.close": "Forráskódtár bezárása",
|
||||
@@ -54,6 +58,7 @@
|
||||
"command.stashPopLatest": "Legutóbbi stash visszaállítása",
|
||||
"config.enabled": "Meghatározza, hogy a git engedélyezve van-e",
|
||||
"config.path": "A git végrehajtható fájl elérési útja",
|
||||
"config.autoRepositoryDetection": "Meghatározza, hogy a forráskódtárak automatikusan fel legyenek-e derítve",
|
||||
"config.autorefresh": "Meghatározza, hogy engedélyezve van-e az automatikus frissítés",
|
||||
"config.autofetch": "Meghatározza, hogy engedélyezve van-e az automatikus lekérés",
|
||||
"config.enableLongCommitWarning": "Figyelmeztessen-e az alkalmazás hosszú beadási üzenet esetén",
|
||||
@@ -68,9 +73,14 @@
|
||||
"config.enableCommitSigning": "Commit GPG-vel történő aláírásának engedélyezése.",
|
||||
"config.discardAllScope": "Meghatározza, hogy milyen módosítások kerülnek elvetésre az \"Összes módosítás elvetése\" parancs kiadása esetén. `all` esetén minden módosítás elvetődik. `tracked` esetén csak a követett fájlok módosításai vetődnek el. `prompt` esetén a parancs minden futtatásánál felugrik egy párbeszédablak.",
|
||||
"config.decorations.enabled": "Meghatározza, hogy a Git megjelölje-e színnel és jelvénnyekkel a fájlokat a fájlkezelőben és a nyitott szerkesztőablakok nézetben.",
|
||||
"config.promptToSaveFilesBeforeCommit": "Meghatározza, hogy a Git ellenőrizze-e, hogy van-e mentetlen fájl beadás (commit) előtt.",
|
||||
"config.showInlineOpenFileAction": "Meghatározza, hogy megjelenjen-e a sorok között egy 'Fájl megnyitása' művelet a git változások nézetén.",
|
||||
"config.inputValidation": "Meghatározza, hogy mikor jelenjen meg a beadási üzenet validálása.",
|
||||
"config.detectSubmodules": "Meghatározza, hogy automatikusan fel legyenek-e derítve a git almodulok.",
|
||||
"colors.modified": "A módosított erőforrások színe.",
|
||||
"colors.deleted": "A törölt erőforrások színe.",
|
||||
"colors.untracked": "A nem követett erőforrások színe.",
|
||||
"colors.ignored": "A figyelmen kívül hagyott erőforrások színe.",
|
||||
"colors.conflict": "A konfliktusos erőforrások színe."
|
||||
"colors.conflict": "A konfliktusos erőforrások színe.",
|
||||
"colors.submodule": "Az almodulokhoz tartozó erőforrások színe"
|
||||
}
|
||||
Reference in New Issue
Block a user