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 27ef337ac46 i18n(Ko): add missing translations in dag.json (Mar 6) 
(#62977)
27ef337ac46 is described below

commit 27ef337ac46b2f0af71630577db3a5870b7d6d15
Author: Stats <[email protected]>
AuthorDate: Fri Mar 6 18:23:37 2026 +0900

    i18n(Ko): add missing translations in dag.json (Mar 6) (#62977)
    
    * i18n(Ko): add missing translations in dag.json (Mar 6)
    
    * i18n(Ko): Replace 정보 as 인디케이터
    
    * i18n(Ko): fixing the line 145 with prek
---
 airflow-core/src/airflow/ui/public/i18n/locales/ko/dag.json | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ko/dag.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/ko/dag.json
index db9b6395a76..209dc1a1050 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ko/dag.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ko/dag.json
@@ -121,6 +121,15 @@
     "graphDirection": {
       "label": "그래프 방향"
     },
+    "showVersionIndicator": {
+      "label": "버전 인디케이터 표시",
+      "options": {
+        "hideAll": "모두 숨기기",
+        "showAll": "모두 표시",
+        "showBundleVersion": "번들 버전 표시",
+        "showDagVersion": "Dag 버전 표시"
+      }
+    },
     "taskStreamFilter": {
       "activeFilter": "필터 적용하기",
       "clearFilter": "필터 지우기",

Reply via email to