This is an automated email from the ASF dual-hosted git repository.

shahar1 pushed a commit to branch v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-2-test by this push:
     new 82785c5953f [v3-2-test] Close Korean Translation Gaps(May 13) (#66873)
82785c5953f is described below

commit 82785c5953f864ecc106338322a0e67a24e6cb62
Author: Yeonguk Choo <[email protected]>
AuthorDate: Thu May 14 01:40:17 2026 +0900

    [v3-2-test] Close Korean Translation Gaps(May 13) (#66873)
    
    * i18n(Ko): add missing translation in components.json (Apr 29) (#66080)
    
    (cherry picked from commit 04929880aefb6e94051f5e112ca851c90ced2f75)
    
    * i18n(ko): add missing translations in components.json (Apr 29) (#66084)
    
    (cherry picked from commit 39c899301fae33c88a12cb6211426c373db8c5bf)
    
    * i18n(Ko): add missing translation in dag.json (#66094)
    
    (cherry picked from commit 6c5495498397995f0abc46bbb85452d4a89c5541)
    
    * i18n(Ko): translate no matches message (#66078)
    
    (cherry picked from commit 7c4aabfe9e1d9dbf81a2513f98c684517b52b66c)
    
    * i18n(Ko): fix spacing around colon in components.json (#66096)
    
    Co-authored-by: Yeonguk Choo <[email protected]>
    (cherry picked from commit b89a16d3e8b7b98b76c69dd8e6aa3aea995692ab)
    
    * i18n(Ko): add missing translations in dag.json (#66079)
    
    * i18n(Ko): add missing translations in dag.json
    
    * i18n(Ko): fix by prek --last-commit
    
    * Update airflow-core/src/airflow/ui/public/i18n/locales/ko/dag.json
    
    ---------
    
    Co-authored-by: Yeonguk Choo <[email protected]>
    (cherry picked from commit 249067e1c1e56d07e5111b007d5cfc7964957e33)
    
    * i18n(Ko): add missing translations in dag.json (Apr 29) (#66092)
    
    * i18n(Ko): add missing translations in dag.json (Apr 29)
    
    * Update airflow-core/src/airflow/ui/public/i18n/locales/ko/dag.json
    
    ---------
    
    Co-authored-by: Yeonguk Choo <[email protected]>
    (cherry picked from commit d56f8e9b228163f12e28a272894334107a425298)
    
    * i18n(Ko): add missing translation in dag.json (Apr 29) (#66086)
    
    * Translate Korean log match count
    
    * Update airflow-core/src/airflow/ui/public/i18n/locales/ko/dag.json
    
    Co-authored-by: hojeong park <[email protected]>
    
    ---------
    
    Co-authored-by: hojeong park <[email protected]>
    (cherry picked from commit 3e5c2c59f1184ca7d38a030bd3045d665f5505fb)
    
    * i18n(ko): add missing translations(Apr 30) (#66163)
    
    * i18n(ko): add missing Korean translation placeholders
    
    `breeze ui check-translation-completeness --language ko --add-missing 
--remove-unused`
    
    * i18n(ko): translate for missing translations(Apr 30)
    
    (cherry picked from commit 0b0c35a6608c27478a9a4bd6f4b945d261ca8418)
    
    [backport] Skipped two keys that target features not present on
    v3-2-test: `dag.json:navigation.openGraphFilters` (task filters in
    graph view, added in #64271) and `dags.json:clearAllMapped` (clear-all
    mapped tasks, not in 3.2). Only `common.json:search.advanced` and
    `components.json:backfill.overrideExistingParams` were carried over.
    
    * i18n(ko): add missing translations(Apr 4) (#64706)
    
    (cherry picked from commit d0e41dd35f0108324cab50aad8e310de9fffe382)
    
    ---------
    
    Co-authored-by: Minyeob Kim <[email protected]>
    Co-authored-by: Jinwoo <[email protected]>
    Co-authored-by: Taehoon Kim <[email protected]>
    Co-authored-by: Suyeon Kim <[email protected]>
    Co-authored-by: 이지수 <[email protected]>
    Co-authored-by: Park Jiwon <[email protected]>
    Co-authored-by: Daeun Baek <[email protected]>
    Co-authored-by: iwannagotobed <[email protected]>
    Co-authored-by: hojeong park <[email protected]>
---
 .../airflow/ui/public/i18n/locales/ko/admin.json   |  5 +-
 .../airflow/ui/public/i18n/locales/ko/common.json  | 78 ++++++++++++++++++----
 .../ui/public/i18n/locales/ko/components.json      |  7 +-
 .../src/airflow/ui/public/i18n/locales/ko/dag.json | 16 ++++-
 4 files changed, 87 insertions(+), 19 deletions(-)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ko/admin.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/ko/admin.json
index 579bd0460e2..2537ce1ddb6 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ko/admin.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ko/admin.json
@@ -115,12 +115,13 @@
     },
     "edit": "풀 편집",
     "form": {
-      "checkbox": "열린 풀 슬롯 게산시 연기된 작업 포함",
+      "checkbox": "열린 풀 슬롯 계산 시 연기된 작업 포함",
       "description": "설명",
       "includeDeferred": "연기됨 포함",
       "nameMaxLength": "이름은 최대 256자까지 입력할 수 있습니다",
       "nameRequired": "이름은 필수입니다",
-      "slots": "슬롯"
+      "slots": "슬롯",
+      "slotsHelperText": "슬롯 수 제한 없이 사용하려면 -1을 입력하세요."
     },
     "noPoolsFound": "풀을 찾을 수 없습니다",
     "pool_one": "풀",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json
index e4d15492fb9..8ed9bffb663 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json
@@ -28,6 +28,7 @@
   },
   "collapseAllExtra": "모든 추가 JSON 접기",
   "collapseDetailsPanel": "세부 정보 패널 접기",
+  "consumingAsset": "소비 에셋",
   "createdAssetEvent_one": "생성된 에셋 이벤트",
   "createdAssetEvent_other": "생성된 에셋 이벤트들",
   "dag_one": "Dag",
@@ -103,6 +104,12 @@
     "notFound": "페이지를 찾을 수 없습니다.",
     "title": "오류"
   },
+  "errors": {
+    "forbidden": {
+      "description": "이 작업을 수행할 권한이 없습니다.",
+      "title": "접근 거부"
+    }
+  },
   "expand": {
     "collapse": "접기",
     "expand": "펼치기",
@@ -125,9 +132,11 @@
     "logicalDateTo": "논리적 날짜 (종료)",
     "runAfterFrom": "실행 이후 (시작)",
     "runAfterTo": "실행 이후 (종료)",
+    "searchAsset": "에셋 검색",
     "selectDateRange": "날짜 범위 선택",
     "startTime": "시작 시간"
   },
+  "generateToken": "토큰 생성",
   "logicalDate": "논리적 날짜",
   "logout": "로그아웃",
   "logoutConfirmation": "애플리케이션에서 로그아웃하시겠습니까?",
@@ -153,7 +162,7 @@
     "plugins": "플러그인",
     "security": "보안"
   },
-  "noItemsFound": "{{modelName}} 을(를) 찾을 수 없음",
+  "noItemsFound": "{{modelName}}을(를) 찾을 수 없음",
   "note": {
     "add": "메모 추가",
     "dagRun": "Dag 실행 메모",
@@ -161,9 +170,17 @@
     "placeholder": "메모 추가...",
     "taskInstance": "작업 인스턴스 메모"
   },
+  "partitionedDagRun_one": "파티션된 Dag 실행",
+  "partitionedDagRun_other": "파티션된 Dag 실행",
+  "partitionedDagRunDetail": {
+    "receivedAssetEvents": "수신된 에셋 이벤트"
+  },
+  "pendingDagRun_one": "대기 중인 Dag 실행 {{count}}개",
+  "pendingDagRun_other": "대기 중인 Dag 실행 {{count}}개",
   "reset": "초기화",
   "runId": "실행 ID",
   "runTypes": {
+    "asset_materialization": "에셋 구체화",
     "asset_triggered": "에셋 트리거",
     "backfill": "백필",
     "manual": "수동",
@@ -176,6 +193,12 @@
     },
     "tooltip": "{{hotkey}}를 눌러 {{direction}}로 스크롤"
   },
+  "search": {
+    "advanced": {
+      "description": "값의 어느 위치에서든 일치하는 항목을 찾습니다(부분 문자열 검색). 기본 B-트리 인덱스를 사용할 수 
없어 대규모 배포 환경에서는 속도가 느릴 수 있습니다. 자세한 내용은 문서의 커스텀 메타데이터 인덱스 섹션을 참고하세요.",
+      "title": "부분 일치"
+    }
+  },
   "security": {
     "actions": "작업",
     "permissions": "권한",
@@ -184,6 +207,7 @@
     "users": "사용자"
   },
   "selectLanguage": "언어 선택",
+  "selected": "선택됨",
   "showDetailsPanel": "세부 정보 패널 펼치기",
   "signedInAs": "로그인한 사용자",
   "source": {
@@ -225,7 +249,7 @@
     "noTagsFound": "태그를 찾을 수 없습니다.",
     "tagMode": {
       "all": "모두",
-      "any": "모든"
+      "any": "하나 이상"
     },
     "tagPlaceholder": "태그로 필터링",
     "to": "종료"
@@ -284,46 +308,76 @@
     "utc": "UTC (협정 세계시)"
   },
   "toaster": {
+    "bulkClear": {
+      "error": "{{resourceName}} 일괄 초기화 요청 실패",
+      "success": {
+        "description": "{{count}}개 {{resourceName}}이(가) 성공적으로 초기화되었습니다. 키: 
{{keys}}",
+        "title": "{{resourceName}} 일괄 초기화 요청 제출됨"
+      }
+    },
     "bulkDelete": {
-      "error": "대량 삭제 {{resourceName}} 요청 실패",
+      "error": "{{resourceName}} 일괄 삭제 요청 실패",
       "success": {
         "description": "{{count}}개 {{resourceName}}이(가) 성공적으로 삭제되었습니다. 키: 
{{keys}}",
-        "title": "대량 삭제 {{resourceName}} 요청 제출됨"
+        "title": "{{resourceName}} 일괄 삭제 요청 제출됨"
+      }
+    },
+    "bulkUpdate": {
+      "error": "{{resourceName}} 일괄 업데이트 요청 실패",
+      "success": {
+        "description": "{{count}}개 {{resourceName}}이(가) 성공적으로 업데이트되었습니다. 키: 
{{keys}}",
+        "title": "{{resourceName}} 일괄 업데이트 요청 제출됨"
       }
     },
     "create": {
-      "error": "생성 {{resourceName}} 요청 실패",
+      "error": "{{resourceName}} 생성 요청 실패",
       "success": {
         "description": "{{resourceName}}이(가) 성공적으로 생성되었습니다.",
-        "title": "생성 {{resourceName}} 요청 제출됨"
+        "title": "{{resourceName}} 생성 요청 제출됨"
       }
     },
     "delete": {
-      "error": "삭제 {{resourceName}} 요청 실패",
+      "error": "{{resourceName}} 삭제 요청 실패",
       "success": {
         "description": "{{resourceName}}이(가) 성공적으로 삭제되었습니다.",
-        "title": "삭제 {{resourceName}} 요청 제출됨"
+        "title": "{{resourceName}} 삭제 요청 제출됨"
       }
     },
     "import": {
-      "error": "가져오기 {{resourceName}} 요청 실패",
+      "error": "{{resourceName}} 가져오기 요청 실패",
       "success": {
         "description": "{{count}}개 {{resourceName}}이(가) 성공적으로 가져와졌습니다.",
-        "title": "가져오기 {{resourceName}} 요청 제출됨"
+        "title": "{{resourceName}} 가져오기 요청 제출됨"
       }
     },
     "update": {
-      "error": "업데이트 {{resourceName}} 요청 실패",
+      "error": "{{resourceName}} 업데이트 요청 실패",
       "success": {
         "description": "{{resourceName}}이(가) 성공적으로 업데이트되었습니다.",
-        "title": "업데이트 {{resourceName}} 요청 제출됨"
+        "title": "{{resourceName}} 업데이트 요청 제출됨"
       }
     }
   },
+  "tokenGeneration": {
+    "apiToken": "API 토큰",
+    "cliToken": "CLI 토큰",
+    "errorDescription": "토큰 생성 중 오류가 발생했습니다. 다시 시도해 주세요.",
+    "errorTitle": "토큰 생성 실패",
+    "generate": "생성",
+    "selectType": "생성할 토큰 유형을 선택하세요.",
+    "title": "토큰 생성",
+    "tokenExpiresIn": "이 토큰은 {{duration}} 후에 만료됩니다.",
+    "tokenGenerated": "토큰이 생성되었습니다.",
+    "tokenShownOnce": "이 토큰은 한 번만 표시됩니다. 지금 복사하세요."
+  },
   "total": "총 {{state}} 수",
   "triggered": "트리거됨",
   "tryNumber": "시도 횟수",
   "user": "사용자",
+  "validation": {
+    "mustBeAtLeast": "최소 {{min}} 이상이어야 합니다.",
+    "mustBeValidNumber": "유효한 숫자여야 합니다."
+  },
   "wrap": {
     "hotkey": "w",
     "tooltip": "{{hotkey}}를 눌러 텍스트 줄바꿈 토글",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json
index f39fdb6a93d..030a15a1e73 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json
@@ -10,9 +10,11 @@
     "maxRuns": "최대 활성 실행 수",
     "missingAndErroredRuns": "누락되었거나 오류가 발생한 실행",
     "missingRuns": "누락된 실행",
-    "permissionDenied": "드라이 런 실패 : 백필 생성 권한이 없습니다. ",
+    "overrideExistingParams": "기존 실행의 매개변수 덮어쓰기",
+    "permissionDenied": "드라이 런 실패: 백필 생성 권한이 없습니다.",
     "reprocessBehavior": "재처리 동작",
     "run": "백필 실행",
+    "scheduleNotBackfillable": "이 Dag의 스케줄은 백필을 지원하지 않습니다.",
     "selectDescription": "이 Dag을(를) 특정 날짜 범위에 대해 실행합니다.",
     "selectLabel": "백필",
     "title": "백필 실행",
@@ -91,7 +93,8 @@
     "otherDagRuns": "+다른 Dag 실행",
     "taskCount_one": "{{count}}개 작업",
     "taskCount_other": "{{count}}개 작업",
-    "taskGroup": "작업 그룹"
+    "taskGroup": "작업 그룹",
+    "zoomToTask": "선택된 작업으로 확대"
   },
   "limitedList": "+{{count}}개 더 보기",
   "limitedList.allItems": "모든 {{count}}개 항목:",
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 209dc1a1050..63038d7b3f0 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
@@ -43,14 +43,19 @@
   "extraLinks": "추가 링크",
   "grid": {
     "buttons": {
+      "olderRuns": "이전 실행",
       "resetToLatest": "최신 버전으로 재설정",
       "toggleGroup": "그룹 토글"
-    }
+    },
+    "runTypeLegend": "실행 유형 범례"
   },
   "header": {
     "buttons": {
       "advanced": "고급",
       "dagDocs": "Dag 문서"
+    },
+    "status": {
+      "deactivated": "비활성화됨"
     }
   },
   "logs": {
@@ -65,12 +70,17 @@
     },
     "info": "정보",
     "noTryNumber": "시도 횟수 없음",
+    "search": {
+      "matchCount": "{{total}}개 중 {{current}}개",
+      "noMatches": "일치하는 결과 없음",
+      "placeholder": "로그 검색"
+    },
     "settings": "로그 설정",
     "viewInExternal": "{{name}}에서 로그 보기 (시도 {{attempt}})",
     "warning": "경고"
   },
   "navigation": {
-    "navigation": "탐색: {{arrow}}",
+    "navigation": "탐색: Shift+{{arrow}}",
     "toggleGroup": "그룹 전환: Space"
   },
   "notFound": {
@@ -184,6 +194,6 @@
   },
   "taskGroups": {
     "collapseAll": "모든 작업 그룹 접기",
-    "expandAll": "모든 작업 그룹 확장"
+    "expandAll": "모든 작업 그룹 펼치기"
   }
 }

Reply via email to