majorosdonat commented on code in PR #54716:
URL: https://github.com/apache/airflow/pull/54716#discussion_r2309143797


##########
airflow-core/src/airflow/ui/public/i18n/locales/hu/dashboard.json:
##########
@@ -0,0 +1,45 @@
+{
+  "favorite": {
+    "favoriteDags_one": "Első {{count}} kedvenc Dag",
+    "favoriteDags_other": "Első {{count}} kedvenc Dag-ek",
+    "noDagRuns": "Ehhez a Dag-hez még nincs futtatás.",
+    "noFavoriteDags": "Még nincs kedvenc. Kattintson a csillag ikonra a 
listában egy Dag mellett, hogy hozzáadja a kedvenceihez."
+  },
+  "group": "Csoport",
+  "health": {
+    "dagProcessor": "Dag Feldolgozó",
+    "health": "Állapot",
+    "healthy": "Egészséges",
+    "lastHeartbeat": "Utolsó szívverés",

Review Comment:
   Sounds better, thanks! Modified



##########
airflow-core/src/airflow/ui/public/i18n/locales/hu/dashboard.json:
##########
@@ -0,0 +1,45 @@
+{
+  "favorite": {
+    "favoriteDags_one": "Első {{count}} kedvenc Dag",
+    "favoriteDags_other": "Első {{count}} kedvenc Dag-ek",
+    "noDagRuns": "Ehhez a Dag-hez még nincs futtatás.",
+    "noFavoriteDags": "Még nincs kedvenc. Kattintson a csillag ikonra a 
listában egy Dag mellett, hogy hozzáadja a kedvenceihez."
+  },
+  "group": "Csoport",
+  "health": {
+    "dagProcessor": "Dag Feldolgozó",
+    "health": "Állapot",
+    "healthy": "Egészséges",
+    "lastHeartbeat": "Utolsó szívverés",
+    "metaDatabase": "MetaAdatbázis",
+    "scheduler": "Ütemező",
+    "status": "Státusz",
+    "triggerer": "Indító",
+    "unhealthy": "Nem egészséges"
+  },
+  "history": "Előzmények",
+  "importErrors": {
+    "dagImportError_one": "Dag import hiba",
+    "dagImportError_other": "Dag import hibák",
+    "searchByFile": "Keresés fájl szerint",
+    "timestamp": "Időbélyeg"
+  },
+  "managePools": "Pool-ok kezelése",
+  "noAssetEvents": "Nem találhatók adatkészlet események.",
+  "poolSlots": "Pool slotok",
+  "sortBy": {
+    "newestFirst": "Legújabb először",
+    "oldestFirst": "Legrégebbi először"
+  },
+  "source": "Forrás",
+  "stats": {
+    "activeDags": "Aktív Dag-ek",
+    "failedDags": "Sikertelen Dag-ek",
+    "queuedDags": "Sorban álló Dag-ek",
+    "requiredActions": "Szükséges műveletek",
+    "runningDags": "Futó Dag-ek",
+    "stats": "Statisztika"
+  },
+  "uri": "Uri",

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to