This is an automated email from the ASF dual-hosted git repository.
potiuk 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 6bb9a0e406d i18n(Ko): add missing translation (#52669)
6bb9a0e406d is described below
commit 6bb9a0e406db527cafdccc0ec4dcfbbffc0b5f32
Author: Yeonguk Choo <[email protected]>
AuthorDate: Wed Jul 2 20:43:25 2025 +0900
i18n(Ko): add missing translation (#52669)
---
airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 9e56b91799e..d4f0b4bc5b1 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
@@ -55,7 +55,8 @@
"runAfter": "다음 실행",
"runType": "실행 유형",
"sourceAssetEvent": "소스 에셋 이벤트",
- "triggeredBy": "실행 주체"
+ "triggeredBy": "실행 주체",
+ "triggeringUser": "트리거한 사용자 이름"
},
"dagRun_one": "Dag 실행",
"dagRun_other": "Dag 실행들",