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

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


The following commit(s) were added to refs/heads/v3-3-test by this push:
     new fc3c4fe01e4 [v3-3-test] i18n(Ko): add missing translations (Jul 30) 
(#70767) (#70807)
fc3c4fe01e4 is described below

commit fc3c4fe01e4e4d60280992bbfcd0a71ba4d23ed4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 31 13:33:38 2026 +0900

    [v3-3-test] i18n(Ko): add missing translations (Jul 30) (#70767) (#70807)
    
    * i18n(Ko): add missing translations in assets.json and common.json (Jul 30)
    
    * i18n(Ko): update translation in assets.json
    (cherry picked from commit 4338fb82c38f89613d393dfc6e277304f592f3fc)
    
    Co-authored-by: 이준교 <[email protected]>
---
 airflow-core/src/airflow/ui/public/i18n/locales/ko/assets.json | 5 ++++-
 airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json | 5 +++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ko/assets.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/ko/assets.json
index c593b2d5ac6..7cc99962f3b 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ko/assets.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ko/assets.json
@@ -42,7 +42,10 @@
     "title": "{{name}}에 대한 에셋 이벤트 생성"
   },
   "events": "이벤트",
-  "extra": "추가 정보",
+  "filters": {
+    "groupPlaceholder": "그룹 검색",
+    "lastEventDateRange": "마지막 이벤트 기간"
+  },
   "group": "그룹",
   "lastAssetEvent": "마지막 에셋 이벤트",
   "name": "이름",
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 a27a19a4000..6c6a6f4f803 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
@@ -8,6 +8,7 @@
     "Variables": "변수들"
   },
   "allOperators": "모든 오퍼레이터",
+  "allTeams": "모든 팀",
   "appearance": {
     "appearance": "외관",
     "darkMode": "다크 모드",
@@ -83,6 +84,7 @@
   "dagRun_one": "Dag 실행",
   "dagRun_other": "Dag 실행들",
   "dagRunId": "Dag 실행 ID",
+  "dagRunState": "Dag 실행 상태",
   "dagWarnings": "Dag 경고/오류",
   "defaultToGraphView": "그래프 뷰 기본 보기",
   "defaultToGridView": "그리드 뷰 기본 보기",
@@ -224,6 +226,9 @@
   "selected": "선택됨",
   "showDetailsPanel": "세부 정보 패널 펼치기",
   "signedInAs": "로그인한 사용자",
+  "slot": "슬롯",
+  "slot_one": "슬롯",
+  "slot_other": "슬롯",
   "source": {
     "hide": "소스 숨기기",
     "hotkey": "s",

Reply via email to