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 565263d5076 i18n(Ko): add missing translations (#54149)
565263d5076 is described below
commit 565263d5076755ce5c482ae720a764e231ba83d0
Author: Yeonguk Choo <[email protected]>
AuthorDate: Fri Aug 8 06:27:59 2025 +0900
i18n(Ko): add missing translations (#54149)
---
.../airflow/ui/public/i18n/locales/ko/common.json | 1 +
.../src/airflow/ui/public/i18n/locales/ko/dag.json | 1 +
.../airflow/ui/public/i18n/locales/ko/dags.json | 3 ++-
.../ui/public/i18n/locales/ko/dashboard.json | 1 +
.../airflow/ui/public/i18n/locales/ko/hitl.json | 23 ++++++++++++++++++++++
5 files changed, 28 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 613beeb9126..a524a18d018 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
@@ -15,6 +15,7 @@
"backfill_other": "백필들",
"browse": {
"auditLog": "감사 로그",
+ "requiredActions": "필수 작업",
"xcoms": "XComs"
},
"collapseDetailsPanel": "세부 정보 패널 접기",
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 4dd701be36e..9639d6bcf4e 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
@@ -103,6 +103,7 @@
"mappedTaskInstances_other": "작업 인스턴스 [{{count}}]",
"overview": "개요",
"renderedTemplates": "렌더링된 템플릿",
+ "requiredActions": "필수 작업",
"runs": "실행",
"taskInstances": "작업 인스턴스",
"tasks": "작업",
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 5727484d090..452cfe047e0 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
@@ -20,7 +20,8 @@
"all": "모두",
"paused": "일시 중지됨"
},
- "runIdPatternFilter": "Dag 실행 검색"
+ "runIdPatternFilter": "Dag 실행 검색",
+ "triggeringUserNameFilter": "트리거한 사용자로 검색"
},
"ownerLink": "{{owner}}의 소유자 링크",
"runAndTaskActions": {
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ko/dashboard.json
b/airflow-core/src/airflow/ui/public/i18n/locales/ko/dashboard.json
index 1e030cff528..d5890e2f5dd 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ko/dashboard.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ko/dashboard.json
@@ -36,6 +36,7 @@
"activeDags": "활성 Dags",
"failedDags": "실패한 Dags",
"queuedDags": "대기 중인 Dags",
+ "requiredActions": "필수 작업",
"runningDags": "실행 중인 Dags",
"stats": "통계"
},
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ko/hitl.json
b/airflow-core/src/airflow/ui/public/i18n/locales/ko/hitl.json
new file mode 100644
index 00000000000..9d0b7ad7c0c
--- /dev/null
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ko/hitl.json
@@ -0,0 +1,23 @@
+{
+ "requiredAction_one": "필수 작업",
+ "requiredAction_other": "필수 작업들",
+ "requiredActionState": "필수 작업 상태",
+ "response": {
+ "error": "응답 실패",
+ "optionsDescription": "이 작업 인스턴스에 대한 옵션을 선택하세요",
+ "optionsLabel": "옵션",
+ "received": "응답 수신 시간: ",
+ "respond": "응답하기",
+ "success": "{{taskId}} 응답 성공",
+ "title": "휴먼 태스크 인스턴스 - {{taskId}}"
+ },
+ "state": {
+ "approvalReceived": "승인 수신됨",
+ "approvalRequired": "승인 필요",
+ "choiceReceived": "선택 수신됨",
+ "choiceRequired": "선택 필요",
+ "rejectionReceived": "거절 수신됨",
+ "responseReceived": "응답 수신됨",
+ "responseRequired": "응답 필요"
+ }
+}