mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-22 12:50:29 -04: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:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"previewOnGitHub": "Előnézet GitHubon",
|
||||
"loadingData": "Adatok betöltése...",
|
||||
"similarIssues": "Hasonló problémák",
|
||||
"open": "Megnyitás",
|
||||
"closed": "Bezárva",
|
||||
"noResults": "Nincs találat",
|
||||
"settingsSearchIssue": "Hiba a beállítások keresőjében",
|
||||
"bugReporter": "hibát",
|
||||
"performanceIssue": "teljesítményproblémát",
|
||||
"featureRequest": "funkcióigényt",
|
||||
"stepsToReproduce": "A probléma előidézésének lépései",
|
||||
"bugDescription": "Ossza meg a probléma megbízható előidézéséhez szükséges részleteket! Írja le a valós és az elvárt működést! A mezőben GitHub-stílusú markdown használható. A hibajelentés szerkeszthető lesz és képernyőfotók is csatolhatók a githubos előnézetnél.",
|
||||
"performanceIssueDesciption": "Mikor fordult elő ez a teljesítménybeli probléma? Például előfordul indulásnál vagy végre kell hajtani bizonyos műveleteket? A mezőben GitHub-stílusú markdown használható. A hibajelentés szerkeszthető lesz és képernyőfotók is csatolhatók a githubos előnézetnél.",
|
||||
"description": "Leírás",
|
||||
"featureRequestDescription": "Írja körül a funkciót, amit látni szeretne! A mezőben GitHub-stílusú markdown használható. A hibajelentés szerkeszthető lesz és képernyőfotók is csatolhatók a githubos előnézetnél.",
|
||||
"expectedResults": "Elvárt működés",
|
||||
"settingsSearchResultsDescription": "Írja le, hogy milyen találatokat szeretett volna kapni, amikor ezzel a keresőkifejezéssel keresett! A mezőben GitHub-stílusú markdown használható. A hibajelentés szerkeszthető lesz és képernyőfotók is csatolhatók a githubos előnézetnél.",
|
||||
"pasteData": "A szükséges adat túl nagy az elküldéshez, ezért a vágólapra másoltuk. Illessze be!",
|
||||
"disabledExtensions": "A kiegészítők le vannak tiltva."
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"completeInEnglish": "Kérjük, hogy angolul töltse ki az űrlapot!",
|
||||
"issueTypeLabel": "Ez egy",
|
||||
"issueTitleLabel": "Cím",
|
||||
"issueTitleRequired": "Kérjük, adja meg a címet!",
|
||||
"titleLengthValidation": "A cím túl hosszú.",
|
||||
"systemInfo": "Rendszerinformációk",
|
||||
"sendData": "Adatok elküldése",
|
||||
"processes": "Jelenleg futó folyamatok",
|
||||
"workspaceStats": "Munkaterület-statisztikák",
|
||||
"extensions": "Kiegészítők",
|
||||
"searchedExtensions": "Keresett kiegészítők",
|
||||
"settingsSearchDetails": "Beállításokban való keresés részletei",
|
||||
"tryDisablingExtensions": "A probléma letiltott kiegészítőkkel is előidézhető?",
|
||||
"yes": "Igen",
|
||||
"no": "Nem",
|
||||
"disableExtensionsLabelText": "Próbálja meg előidézni a hibát {0}!",
|
||||
"disableExtensions": "az összes kiegészítő letiltása és az ablak újratöltése után",
|
||||
"showRunningExtensionsLabelText": "Ha azt gyanítja, hogy a hiba egy kiegészítőben van, {0} a kiegészítővel kapcsolatos hiba jelentéséhez!",
|
||||
"showRunningExtensions": "tekintse meg a futó kiegészítők listáját",
|
||||
"details": "Írja le a részleteket!",
|
||||
"loadingData": "Adatok betöltése..."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"authRequire": "A proxy hitelesítést igényel",
|
||||
"proxyauth": "A(z) {0} proxy használatához hitelesítés szükséges."
|
||||
}
|
||||
20
i18n/hun/src/vs/code/electron-main/logUploader.i18n.json
Normal file
20
i18n/hun/src/vs/code/electron-main/logUploader.i18n.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"invalidEndpoint": "Érvénytelen naplófájl-feltöltési végpont",
|
||||
"beginUploading": "Feltöltés...",
|
||||
"didUploadLogs": "Feltöltés sikeres! Naplófájl-azonosító: {0}",
|
||||
"logUploadPromptHeader": "A munkamenetnaplóit egy olyan biztonságos végpontra készül feltölteni, amelyhez csak a VS Code csapat microsoftos tagjai férhetnek hozzá.",
|
||||
"logUploadPromptBody": "A munkamenetnaplók személyes információkat tartalmazhatnak, például teljes elérési utakat és fájlok tartalmát. Tekintse át és távolítsa el a személyes adatokat a naplófájlokból a következő helyen: '{0}'!",
|
||||
"logUploadPromptBodyDetails": "A folytatással megerősíti, hogy átnézte és eltávolította a személyes adatokat a munkamenetnaplót tartalmazó fájlokból, és beleegyezik, hogy a Microsoft felhasználja őket a VS Code-ban való hibakereséshez.",
|
||||
"logUploadPromptAcceptInstructions": "A feltöltés folytatásához futtassa a Code-ot az '--upload-logs={0}' kapcsolóval!",
|
||||
"postError": "Hiba a naplók beküldése közben: {0}",
|
||||
"responseError": "Hiba a naplók beküldése közben: {0} – {1}",
|
||||
"parseError": "Hiba a válasz feldolgozása közben",
|
||||
"zipError": "Hiba a naplók tömörítése közben: {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."
|
||||
],
|
||||
"secondInstanceNoResponse": "Már fut a(z) {0} másik példánya, de nem válaszol.",
|
||||
"secondInstanceNoResponseDetail": "Zárja be az összes példányt, majd próbálja újra!",
|
||||
"secondInstanceAdmin": "Már fut a(z) {0} másik példánya adminisztrátorként.",
|
||||
|
||||
@@ -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."
|
||||
],
|
||||
"mFile": "&&Fájl",
|
||||
"mEdit": "Sz&&erkesztés",
|
||||
"mSelection": "Kijelölé&&s",
|
||||
@@ -88,8 +90,10 @@
|
||||
"miMarker": "&&Problémák",
|
||||
"miAdditionalViews": "További &&nézetek",
|
||||
"miCommandPalette": "Paran&&cskatalógus...",
|
||||
"miOpenView": "&&Nézet megnyitása...",
|
||||
"miToggleFullScreen": "&&Teljes képernyő be- és kikapcsolása",
|
||||
"miToggleZenMode": "Zen mód be- és kikapcsolása",
|
||||
"miToggleCenteredLayout": "Középre igazított elrendezés be- és kikapcsolása",
|
||||
"miToggleMenuBar": "Menüsáv &&be- és kikapcsolása",
|
||||
"miSplitEditor": "Szerkesztőablak k&&ettéosztása",
|
||||
"miToggleEditorLayout": "Szerkesztőablak-csoport e&&lrendezésének váltása",
|
||||
@@ -178,13 +182,11 @@
|
||||
"miConfigureTask": "Feladatok &&konfigurálása...",
|
||||
"miConfigureBuildTask": "Alapértelmezett buildelési &&feladat beállítása...",
|
||||
"accessibilityOptionsWindowTitle": "Kisegítő lehetőségek beállításai",
|
||||
"miRestartToUpdate": "Újraindítás a frissítéshez...",
|
||||
"miCheckForUpdates": "Frissítések keresése...",
|
||||
"miCheckingForUpdates": "Frissítések keresése...",
|
||||
"miDownloadUpdate": "Elérhető frissítés letöltése",
|
||||
"miDownloadingUpdate": "Frissítés letöltése...",
|
||||
"miInstallUpdate": "Frissítés telepítése...",
|
||||
"miInstallingUpdate": "Frissítés telepítése...",
|
||||
"miCheckForUpdates": "Frissítések keresése...",
|
||||
"aboutDetail": "Verzió: {0}\nCommit: {1}\nDátum: {2}\nShell: {3}\nRendelő: {4}\nNode: {5}\nArchitektúra: {6}",
|
||||
"okButton": "OK",
|
||||
"copy": "&&Másolás"
|
||||
"miRestartToUpdate": "Újraindítás a frissítéshez..."
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"hiddenMenuBar": "A menüsáv továbbra is elréhető az **Alt** billentyű leütésével."
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"hiddenMenuBar": "A menüsort továbbra is elérheti az Alt-billentyű megnyomásával."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"ok": "OK",
|
||||
"pathNotExistTitle": "Az elérési út nem létezik",
|
||||
"pathNotExistDetail": "Úgy tűnik, hogy a(z) „{0}” elérési út már nem létezik a lemezen.",
|
||||
|
||||
@@ -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."
|
||||
],
|
||||
"notFound": "A(z) '{0}' kiegészítő nem található.",
|
||||
"notInstalled": "A(z) '{0}' kiegészítő nincs telepítve.",
|
||||
"useId": "Bizonyosodjon meg róla, hogy a kiegészítő teljes azonosítóját használja, beleértve a kiadót, pl.: {0}",
|
||||
|
||||
Reference in New Issue
Block a user