balause commented on code in PR #68385:
URL: https://github.com/apache/airflow/pull/68385#discussion_r3406569626


##########
airflow-core/src/airflow/ui/public/i18n/locales/hu/dag.json:
##########
@@ -179,12 +230,34 @@
     "renderedTemplates": "Renderelt sablonok",
     "requiredActions": "Szükséges műveletek",
     "runs": "Futások",
+    "storage": "Tárhely",
     "taskInstances": "Feladatpéldányok",
+    "taskStore": "Feladat tároló",
     "tasks": "Feladatok",
     "xcom": "XCom"
   },
   "taskGroups": {
     "collapseAll": "Összes feladatcsoport összecsukása",
     "expandAll": "Összes feladatcsoport kinyitása"
+  },
+  "taskStore": {
+    "add": "Új feladat tároló hozzáadása",
+    "clearAll": {
+      "resource": "összes feladat tároló",
+      "title": "Összes feladat tároló törlése",
+      "warning": "Az összes feladat tároló törlődik. A feladatok nem tudják 
folytatni az állapotukat."
+    },
+    "delete": "Feladat tároló törlése",
+    "deleteWarning": "A feladat elveszíti ezt a perzisztens memóriát.",
+    "edit": "Feladat tároló szerkesztése",
+    "emptyStore": "A feladat tároló értékeket tart fenn a próbálkozások 
között.",

Review Comment:
   "A feladat tárolóba mentett értékek a próbálkozások között is elérhetőek. A 
munkapéldányok a Task SDK segítségével módosíthatják a tárolót.",



-- 
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