This is an automated email from the ASF dual-hosted git repository.
jscheffl 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 829bc6e2fda i18n(Ko): add missing translations(Nov 19) (#58475)
829bc6e2fda is described below
commit 829bc6e2fdaf87e34559fc4d4d587ff8c5b35901
Author: Yeonguk Choo <[email protected]>
AuthorDate: Thu Nov 20 04:48:16 2025 +0900
i18n(Ko): add missing translations(Nov 19) (#58475)
---
airflow-core/src/airflow/ui/public/i18n/locales/ko/dag.json | 12 ++++++++++++
1 file changed, 12 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 f9daedc4460..60be928df87 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
@@ -114,6 +114,18 @@
},
"graphDirection": {
"label": "그래프 방향"
+ },
+ "taskStreamFilter": {
+ "activeFilter": "활성 필터",
+ "clearFilter": "필터 지우기",
+ "clickTask": "필터 기준으로 사용할 작업을 선택하려면 클릭하세요",
+ "label": "필터",
+ "options": {
+ "both": "업스트림 & 다운스트림 모두",
+ "downstream": "다운스트림",
+ "upstream": "업스트림"
+ },
+ "selectedTask": "선택된 작업"
}
},
"paramsFailed": "매개변수 로드 실패",