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 3bf85787c28 i18n(Ko): add missing translations (Feb 22) (#62316)
3bf85787c28 is described below

commit 3bf85787c283dca7c96f070b6a1d14a31d70d8eb
Author: Yeonguk Choo <[email protected]>
AuthorDate: Mon Feb 23 22:41:57 2026 +0900

    i18n(Ko): add missing translations (Feb 22) (#62316)
---
 airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json     | 1 +
 airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json | 1 +
 2 files changed, 2 insertions(+)

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 42516ed55f2..e4d15492fb9 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
@@ -61,6 +61,7 @@
     "dataIntervalEnd": "데이터 구간 종료",
     "dataIntervalStart": "데이터 구간 시작",
     "lastSchedulingDecision": "마지막 스케줄링 결정",
+    "mappedPartitionKey": "매핑된 파티션 키",
     "partitionKey": "파티션 키",
     "queuedAt": "대기열에 추가된 시간",
     "runAfter": "다음 실행",
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 7f8af845f9a..f39fdb6a93d 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
@@ -130,6 +130,7 @@
     "intervalStart": "시작",
     "loading": "Dag 정보 로드 중...",
     "loadingFailed": "Dag 정보를 로드하지 못했습니다. 다시 시도해주세요.",
+    "manualRunDenied": "이 Dag는 수동으로 실행할 수 없습니다.",
     "runIdHelp": "선택 사항 - 제공되지 않으면 생성됩니다.",
     "selectDescription": "이 Dag을(를) 단일 실행 트리거",
     "selectLabel": "단일 실행",

Reply via email to