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 618faa7675d i18n(ko): translate Dag list run-state filter labels 
(#69781)
618faa7675d is described below

commit 618faa7675d538d614f5a2b4a1085792d73d4ced
Author: Hojeong Park <[email protected]>
AuthorDate: Sun Jul 19 18:35:42 2026 +0900

    i18n(ko): translate Dag list run-state filter labels (#69781)
---
 airflow-core/src/airflow/ui/public/i18n/locales/ko/dags.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ko/dags.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/ko/dags.json
index 63ef55452a2..01c630bce57 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ko/dags.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ko/dags.json
@@ -10,11 +10,13 @@
   "filters": {
     "allRunTypes": "모든 실행 유형",
     "allStates": "모든 상태",
+    "anyRunState": "하나 이상의 실행",
     "favorite": {
       "all": "전체",
       "favorite": "즐겨찾기",
       "unfavorite": "즐겨찾기 해제"
     },
+    "lastRunState": "마지막 실행",
     "paused": {
       "active": "활성",
       "all": "모두",

Reply via email to