This is an automated email from the ASF dual-hosted git repository.
choo121600 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 5bf3bd6a2c2 i18n(Miscellaneous): Replace DAG as Dag(en,hi) (#62923)
5bf3bd6a2c2 is described below
commit 5bf3bd6a2c29454b4f67c86fbbb61f7b879a482d
Author: Minseong Cho <[email protected]>
AuthorDate: Thu Mar 5 19:01:36 2026 +0900
i18n(Miscellaneous): Replace DAG as Dag(en,hi) (#62923)
* i18n(Ko): Replace DAG as Dag
* i18n(miscellaneous): Replace DAG as Dag(en,hi)
---------
Co-authored-by: Yeonguk Choo <[email protected]>
---
airflow-core/src/airflow/ui/public/i18n/locales/en/dag.json | 2 +-
airflow-core/src/airflow/ui/public/i18n/locales/hi/dag.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/en/dag.json
b/airflow-core/src/airflow/ui/public/i18n/locales/en/dag.json
index c38b2a88870..c1c2dc2957d 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/en/dag.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/en/dag.json
@@ -138,7 +138,7 @@
"direction": "Direction",
"label": "Filter",
"mode": "Mode",
- "modeTooltip": "Static mode keeps the current view when navigating to
different tasks, while Traverse mode automatically updates the active filter to
the clicked task for easier DAG traversal.",
+ "modeTooltip": "Static mode keeps the current view when navigating to
different tasks, while Traverse mode automatically updates the active filter to
the clicked task for easier Dag traversal.",
"modes": {
"static": "Static",
"traverse": "Traverse"
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/hi/dag.json
b/airflow-core/src/airflow/ui/public/i18n/locales/hi/dag.json
index 022dadf5470..f1e6f9af099 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/hi/dag.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/hi/dag.json
@@ -129,7 +129,7 @@
"direction": "दिशा",
"label": "फ़िल्टर",
"mode": "मोड",
- "modeTooltip": "स्टैटिक मोड विभिन्न टास्क्स पर नेविगेट करते समय वर्तमान
दृश्य रखता है, जबकि ट्रैवर्स मोड आसान DAG ट्रैवर्सल के लिए क्लिक किए गए टास्क
को स्वचालित रूप से सक्रिय फ़िल्टर के रूप में अपडेट करता है।",
+ "modeTooltip": "स्टैटिक मोड विभिन्न टास्क्स पर नेविगेट करते समय वर्तमान
दृश्य रखता है, जबकि ट्रैवर्स मोड आसान Dag ट्रैवर्सल के लिए क्लिक किए गए टास्क
को स्वचालित रूप से सक्रिय फ़िल्टर के रूप में अपडेट करता है।",
"modes": {
"static": "स्टैटिक",
"traverse": "ट्रैवर्स"