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 ce469bd89b2 i18n(ko): add missing translations(Jul 30) (#70765)
ce469bd89b2 is described below
commit ce469bd89b232d7f03a60ba3f06a6864313a6d11
Author: Doyeon Kim <[email protected]>
AuthorDate: Fri Jul 31 13:30:40 2026 +0900
i18n(ko): add missing translations(Jul 30) (#70765)
* i18n(ko): add missing translations(Jul 30)
* Keep Korean Dag translations consistently ordered
---
airflow-core/src/airflow/ui/public/i18n/locales/ko/dag.json | 9 ++-------
airflow-core/src/airflow/ui/public/i18n/locales/ko/dags.json | 4 +++-
2 files changed, 5 insertions(+), 8 deletions(-)
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 9b71c510afd..7ef8b5387df 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
@@ -42,6 +42,7 @@
},
"deadlineAlerts": {
"completionRule": "{{reference}} 기준 {{interval}} 이내에 완료되어야 합니다",
+ "completionRuleDynamic": "{{reference}}를 기준으로 측정된 가변 시간 간격 내에 완료되어야 합니다",
"count_one": "데드라인 {{count}}건",
"count_other": "데드라인 {{count}}건",
"referenceType": {
@@ -143,13 +144,7 @@
"label": "Dag 실행 수"
},
"dependencies": {
- "label": "종속성",
- "options": {
- "allDagDependencies": "모든 Dag 종속성",
- "externalConditions": "외부 조건",
- "onlyTasks": "태스크만"
- },
- "placeholder": "종속성"
+ "allDagDependencies": "전체 Dag 의존성"
},
"graphDirection": {
"label": "그래프 방향"
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 24bcd6ff987..e7a8b25214c 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
@@ -17,12 +17,14 @@
"unfavorite": "즐겨찾기 해제"
},
"lastRunState": "마지막 실행",
+ "noTimetableTypesFound": "타임테이블 유형을 찾을 수 없습니다",
"paused": {
"active": "활성",
"all": "모두",
"paused": "일시 중지됨"
},
- "runIdPatternFilter": "Dag 실행 검색"
+ "runIdPatternFilter": "Dag 실행 검색",
+ "timetableType": "타임테이블 유형"
},
"ownerLink": "{{owner}}의 소유자 링크",
"runAndTaskActions": {