Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/hun/src/vs/workbench/browser/parts')
-rw-r--r--i18n/hun/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json1
-rw-r--r--i18n/hun/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json8
-rw-r--r--i18n/hun/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json14
-rw-r--r--i18n/hun/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json3
-rw-r--r--i18n/hun/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json1
5 files changed, 24 insertions, 3 deletions
diff --git a/i18n/hun/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json
index 266ac56433e..3c81d54bd07 100644
--- a/i18n/hun/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json
+++ b/i18n/hun/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json
@@ -5,6 +5,5 @@
// Do not edit this file. It is machine generated.
{
"hideActivitBar": "Tevékenységsáv elrejtése",
- "activityBarAriaLabel": "Az aktív nézet váltása",
"globalActions": "Globális műveletek"
} \ No newline at end of file
diff --git a/i18n/hun/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json
new file mode 100644
index 00000000000..4fe5826df65
--- /dev/null
+++ b/i18n/hun/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "activityBarAriaLabel": "Az aktív nézet váltása"
+} \ No newline at end of file
diff --git a/i18n/hun/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json
new file mode 100644
index 00000000000..af96f733ba7
--- /dev/null
+++ b/i18n/hun/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json
@@ -0,0 +1,14 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "badgeTitle": "{0} – {1}",
+ "additionalViews": "További nézetek",
+ "numberBadge": "{0} ({1})",
+ "manageExtension": "Kiegészítő kezelése",
+ "titleKeybinding": "{0} ({1})",
+ "hide": "Elrejtés",
+ "toggle": "Nézet rögzítésének be- és kikapcsolása"
+} \ No newline at end of file
diff --git a/i18n/hun/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json
index 186c2e66b64..05a3be82161 100644
--- a/i18n/hun/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json
+++ b/i18n/hun/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json
@@ -12,5 +12,6 @@
"groupTwoPicker": "A második csoportban található szerkesztőablakok megjelenítése",
"groupThreePicker": "A harmadik csoportban található szerkesztőablakok megjelenítése",
"allEditorsPicker": "Összes megnyitott szerkesztőablak megjelenítése",
- "view": "Nézet"
+ "view": "Nézet",
+ "file": "Fájl"
} \ No newline at end of file
diff --git a/i18n/hun/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json
index 3cc19480b62..dfd63a785b3 100644
--- a/i18n/hun/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json
+++ b/i18n/hun/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json
@@ -4,6 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "canNotRun": "A(z) '{0}' parancs jelenleg nem engedélyezett és nem futtatható.",
"manageExtension": "Kiegészítő kezelése"
} \ No newline at end of file