This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new f694c794d45 Backport: Upgrade hungarian language package (#58113)
f694c794d45 is described below

commit f694c794d45a25742ef2021b3453e4ee181e0b1e
Author: Jens Scheffler <[email protected]>
AuthorDate: Sun Nov 9 21:13:02 2025 +0100

    Backport: Upgrade hungarian language package (#58113)
    
    * Backport: Upgrade hungarian language package
    
    * Review by @majorosdonat
---
 .../src/airflow/ui/public/i18n/locales/hu/common.json        | 12 ++++++++++++
 .../src/airflow/ui/public/i18n/locales/hu/components.json    |  4 ++++
 airflow-core/src/airflow/ui/public/i18n/locales/hu/dag.json  |  5 +++++
 airflow-core/src/airflow/ui/public/i18n/locales/hu/dags.json |  3 ++-
 airflow-core/src/airflow/ui/public/i18n/locales/hu/hitl.json |  3 +++
 5 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/hu/common.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/hu/common.json
index 084a73f3c44..ad4277a264b 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/hu/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/hu/common.json
@@ -8,6 +8,12 @@
     "Variables": "Változók"
   },
   "allOperators": "Összes adatkészlet",
+  "appearance": {
+    "appearance": "Megjelenés",
+    "darkMode": "Sötét mód",
+    "lightMode": "Világos mód",
+    "systemMode": "Automatikus (rendszer szerint)"
+  },
   "asset_one": "Adatkészlet",
   "asset_other": "Adatkészletek",
   "assetEvent_one": "Adatkészlet esemény",
@@ -33,6 +39,7 @@
     "fileLocation": "Fájl helye",
     "hasTaskConcurrencyLimits": "Van feladat párhuzamossági korlát",
     "lastExpired": "Legutóbb lejárt",
+    "lastParseDuration": "Utolsó feldolgozás időtartama",
     "lastParsed": "Legutóbb feldolgozva",
     "latestDagVersion": "Legújabb Dag verzió",
     "latestRun": "Legutóbbi futás",
@@ -71,6 +78,11 @@
     "githubRepo": "GitHub repo",
     "restApiReference": "REST API referencia"
   },
+  "download": {
+    "download": "Letöltés",
+    "hotkey": "d",
+    "tooltip": "Nyomja meg a(z) {{hotkey}} billentyűt a naplók letöltéséhez"
+  },
   "duration": "Időtartam",
   "endDate": "Befejezés dátuma",
   "error": {
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/hu/components.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/hu/components.json
index 014e8242b43..481812441f2 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/hu/components.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/hu/components.json
@@ -89,9 +89,13 @@
   },
   "limitedList": "+{{count}} további",
   "limitedList.allItems": "Összes {{count}} elem:",
+  "limitedList.allTags_one": "Összes címke ({{count}})",
+  "limitedList.allTags_other": "Összes címke ({{count}})",
   "limitedList.clickToInteract": "Kattintson egy címkére a Dag-ok szűréséhez",
   "limitedList.clickToOpenFull": "Kattintson a \"+{{count}} további\" gombra a 
teljes nézethez",
   "limitedList.copyPasteText": "A fenti szöveg másolható és beilleszthető",
+  "limitedList.showingItems_one": "{{count}} elem megjelenítve",
+  "limitedList.showingItems_other": "{{count}} elem megjelenítve",
   "logs": {
     "file": "Fájl",
     "location": "{{name}} fájl {{line}}. sora"
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/hu/dag.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/hu/dag.json
index ad362c9c103..b06f88d0109 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/hu/dag.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/hu/dag.json
@@ -10,6 +10,7 @@
     "hourly": "Óránkénti",
     "legend": {
       "less": "Kevesebb",
+      "mixed": "Vegyes",
       "more": "Több"
     },
     "navigation": {
@@ -19,6 +20,7 @@
       "previousYear": "Előző év"
     },
     "noData": "Nincs elérhető adat",
+    "noFailedRuns": "Nincs sikertelen futás",
     "noRuns": "Nincs futás",
     "totalRuns": "Összes futás",
     "week": "Hét {{weekNumber}}",
@@ -35,6 +37,7 @@
   "code": {
     "bundleUrl": "Csomag URL",
     "noCode": "Nem található kód",
+    "parseDuration": "Feldolgozás időtartama:",
     "parsedAt": "Feldolgozás ideje:"
   },
   "extraLinks": "Extra hivatkozások",
@@ -84,6 +87,8 @@
       "assetEvent_other": "Létrehozott adatkészlet események"
     },
     "failedLogs": {
+      "hideLogs": "Napló elrejtése",
+      "showLogs": "Napló mutatása",
       "title": "Legutóbbi sikertelen feladatnaplók",
       "viewFullLogs": "Teljes naplók megtekintése"
     }
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/hu/dags.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/hu/dags.json
index 6394092f747..f2cf39a602e 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/hu/dags.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/hu/dags.json
@@ -20,7 +20,8 @@
       "all": "Összes",
       "paused": "Szüneteltetett"
     },
-    "runIdPatternFilter": "Dag futások keresése"
+    "runIdPatternFilter": "Dag futások keresése",
+    "triggeringUserNameFilter": "Keresés indító felhasználó szerint"
   },
   "ownerLink": "Tulajdonosi hivatkozás: {{owner}}",
   "runAndTaskActions": {
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/hu/hitl.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/hu/hitl.json
index 7134f0e2709..b211e2fa89c 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/hu/hitl.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/hu/hitl.json
@@ -8,6 +8,8 @@
   },
   "requiredAction_one": "Szükséges művelet",
   "requiredAction_other": "Szükséges műveletek",
+  "requiredActionCount_one": "Szükséges teendők ({{count}})",
+  "requiredActionCount_other": "Szükséges teendők ({{count}})",
   "requiredActionState": "Szükséges művelet állapota",
   "response": {
     "error": "Válasz sikertelen",
@@ -23,6 +25,7 @@
     "approvalRequired": "Jóváhagyás szükséges",
     "choiceReceived": "Választás megérkezett",
     "choiceRequired": "Választás szükséges",
+    "noResponseReceived": "Nem érkezett válasz",
     "rejectionReceived": "Elutasítás megérkezett",
     "responseReceived": "Válasz megérkezett",
     "responseRequired": "Válasz szükséges"

Reply via email to