balause commented on code in PR #68385:
URL: https://github.com/apache/airflow/pull/68385#discussion_r3406404625
##########
airflow-core/src/airflow/ui/public/i18n/locales/hu/dag.json:
##########
@@ -40,9 +40,37 @@
"parseDuration": "Feldolgozás időtartama:",
"parsedAt": "Feldolgozás ideje:"
},
+ "deadlineAlerts": {
+ "completionRule": "A(z) {{interval}}-on belül kell teljesíteni a(z)
{{reference}}-hoz képest",
+ "count_one": "{{count}} határidő",
+ "count_other": "{{count}} határidő",
+ "referenceType": {
+ "AverageRuntimeDeadline": "átlagos futási idő",
+ "DagRunLogicalDateDeadline": "logikai dátum",
+ "DagRunQueuedAtDeadline": "sorba állítás ideje"
+ }
+ },
+ "deadlineStatus": {
+ "actual": "Tényleges",
+ "expected": "Várt",
+ "finishedEarly": "határidő előtt befejezve ennyivel: {{duration}}",
+ "finishedLate": "határidő után befejezve ennyivel: {{duration}}",
+ "label": "Határidő",
+ "met": "Teljesítve",
+ "missed": "Elmulasztva",
+ "missedCount_one": "{{count}} elmulasztott határidő",
+ "missedCount_other": "{{count}} elmulasztott határidő",
+ "mixedCount": "{{missedCount}} elmulasztott, {{upcomingCount}} közelgő",
+ "stillRunning": "Még fut",
+ "upcoming": "Közelgő",
+ "upcomingCount_one": "{{count}} közelgő határidő",
+ "upcomingCount_other": "{{count}} közelgő határidő"
Review Comment:
"Közelgő határidők : {{count}}"
--
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]