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 13a3cd73173 i18n(ko): add missing translations(Jul 22) (#70211)
13a3cd73173 is described below
commit 13a3cd731733ca3c06502fc4f57e2bee08257561
Author: 조현준 <[email protected]>
AuthorDate: Thu Jul 30 20:07:45 2026 +0900
i18n(ko): add missing translations(Jul 22) (#70211)
Add five missing Korean translations to restore key parity with the
English locale, and replace the stale sort.lastRunStartDate entry with
the renamed sort.lastRunAfter:
- common.json: dagDetails.team, table.noTeamsFound
- components.json: durationChart.medianTotalDuration
- dags.json: sort.lastRunAfter.asc/desc (replaces sort.lastRunStartDate)
Co-authored-by: Claude <[email protected]>
---
airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json | 4 +++-
airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json | 1 +
airflow-core/src/airflow/ui/public/i18n/locales/ko/dags.json | 6 +++---
3 files changed, 7 insertions(+), 4 deletions(-)
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 8c2155a378e..1becc544916 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
@@ -57,7 +57,8 @@
"owner": "소유자",
"params": "매개변수",
"schedule": "스케줄",
- "tags": "태그"
+ "tags": "태그",
+ "team": "팀"
},
"dagId": "Dag ID",
"dagRun": {
@@ -324,6 +325,7 @@
"from": "시작",
"maxActiveRuns": "최대 활성 실행 수",
"noTagsFound": "태그를 찾을 수 없습니다.",
+ "noTeamsFound": "팀을 찾을 수 없습니다.",
"tagMode": {
"all": "모두",
"any": "하나 이상"
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 499a3808c0c..77e0f841974 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
@@ -65,6 +65,7 @@
"lastDagRun_other": "마지막 {{count}}개 Dag 실행",
"lastTaskInstance_one": "마지막 태스크 인스턴스",
"lastTaskInstance_other": "마지막 {{count}}개 태스크 인스턴스",
+ "medianTotalDuration": "총: {{duration}}",
"queuedDuration": "대기열 대기 시간",
"runAfter": "실행 후",
"runDuration": "실행 기간"
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 01c630bce57..24bcd6ff987 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
@@ -95,9 +95,9 @@
"asc": "표시 이름으로 정렬 (A-Z)",
"desc": "표시 이름으로 정렬 (Z-A)"
},
- "lastRunStartDate": {
- "asc": "최신 실행 시작 날짜로 정렬 (이전-최신)",
- "desc": "최신 실행 시작 날짜로 정렬 (최신-이전)"
+ "lastRunAfter": {
+ "asc": "최신 실행 이후로 정렬 (이전-최신)",
+ "desc": "최신 실행 이후로 정렬 (최신-이전)"
},
"lastRunState": {
"asc": "최신 실행 상태로 정렬 (A-Z)",