mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-22 04:40:30 -04:00
Refresh master with initial release/0.24 snapshot (#332)
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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.
|
||||
{
|
||||
@@ -151,6 +151,10 @@
|
||||
"mZoom": "Nagyítás",
|
||||
"mBringToFront": "Legyen az összes előtérben",
|
||||
"miSwitchWindow": "&&Ablak váltása...",
|
||||
"mShowPreviousTab": "Előző fül megjelenítése",
|
||||
"mShowNextTab": "Következő fül megjelenítése",
|
||||
"mMoveTabToNewWindow": "Fül átmozgatása új ablakba",
|
||||
"mMergeAllWindows": "Összes ablak összeolvasztása",
|
||||
"miToggleDevTools": "&&Fejlesztői eszközök be- és kikapcsolása",
|
||||
"miAccessibilityOptions": "&&Kisegítő lehetőségek",
|
||||
"miReportIssues": "&&Problémák jelentése",
|
||||
@@ -171,8 +175,8 @@
|
||||
"miRunningTask": "&&Futó feladatok megjelenítése...",
|
||||
"miRestartTask": "Futó f&&eladat újraindítása...",
|
||||
"miTerminateTask": "Felada&&t megszakítása...",
|
||||
"miConfigureTask": "Feladatok &&konfigurálása",
|
||||
"miConfigureBuildTask": "Alapértelmezett buildelési &&feladat beállítása",
|
||||
"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...",
|
||||
"miCheckingForUpdates": "Frissítések keresése...",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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,12 +1,24 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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.
|
||||
{
|
||||
"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.",
|
||||
"reopen": "Megnyitás új&&ra",
|
||||
"wait": "Várakozás &&tovább",
|
||||
"close": "&&Bezárás",
|
||||
"appStalled": "Az ablak nem válaszol",
|
||||
"appStalledDetail": "Bezárhatja vagy újranyithatja az ablakot vagy várakozhat tovább.",
|
||||
"appCrashed": "Az ablak összeomlott",
|
||||
"appCrashedDetail": "Elnézést kérünk az okozott kellemetlenségért. Nyissa újra az ablakot, ha onnan szeretné folytatni a munkát, ahol abbahagyta.",
|
||||
"open": "Megnyitás",
|
||||
"openFolder": "Mappa megnyitása",
|
||||
"openFile": "Fájl megnyitása",
|
||||
"workspaceOpenedMessage": "Nem sikerült menteni a(z) '{0}' munkaterületet",
|
||||
"workspaceOpenedDetail": "A munkaterület már meg van nyitva egy másik ablakban. Zárja be azt az ablakot, majd próbálja újra!",
|
||||
"openWorkspace": "&&Megnyitás",
|
||||
"openWorkspaceTitle": "Munkaterület megnyitása",
|
||||
"save": "Menté&&s",
|
||||
@@ -14,15 +26,5 @@
|
||||
"cancel": "Mégse",
|
||||
"saveWorkspaceMessage": "Szeretné menteni a munkaterület konfigurációját egy fájlba?",
|
||||
"saveWorkspaceDetail": "Mentse el a munkaterületet, ha meg szeretné nyitni újra!",
|
||||
"saveWorkspace": "Munkaterület mentése",
|
||||
"reopen": "Újranyitás",
|
||||
"wait": "Várakozás tovább",
|
||||
"close": "Bezárás",
|
||||
"appStalled": "Az ablak nem válaszol",
|
||||
"appStalledDetail": "Bezárhatja vagy újranyithatja az ablakot vagy várakozhat tovább.",
|
||||
"appCrashed": "Az ablak összeomlott",
|
||||
"appCrashedDetail": "Elnézést kérünk az okozott kellemetlenségért. Nyissa újra az ablakot, ha onnan szeretné folytatni a munkát, ahol abbahagyta.",
|
||||
"open": "Megnyitás",
|
||||
"openFolder": "Mappa megnyitása",
|
||||
"openFile": "Fájl megnyitása"
|
||||
"saveWorkspace": "Munkaterület mentése"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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.
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user