balause commented on code in PR #68385:
URL: https://github.com/apache/airflow/pull/68385#discussion_r3406559259
##########
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.",
Review Comment:
"A feladat tárolt memóriája törlődni fog. Amennyiben ez a feladat az adott
kulcsot egy külső folyamat nyomon követésére használta (pl. külsős job id) nem
lesz képes azt folytatni. ",
--
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]