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 1d422c6fd33 i18n(Ko): add missing translations(Oct 25) (#57240)
1d422c6fd33 is described below
commit 1d422c6fd33a44e9aa132ef4f8fc37aab5f7ebc1
Author: Yeonguk Choo <[email protected]>
AuthorDate: Sat Oct 25 22:32:00 2025 +0900
i18n(Ko): add missing translations(Oct 25) (#57240)
---
airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json | 5 +++++
airflow-core/src/airflow/ui/public/i18n/locales/ko/hitl.json | 2 ++
2 files changed, 7 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 6527488f35e..0f3b2ad72c1 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
@@ -78,6 +78,11 @@
"githubRepo": "GitHub 저장소",
"restApiReference": "REST API 참조"
},
+ "download": {
+ "download": "다운로드",
+ "hotkey": "d",
+ "tooltip": "{{hotkey}} 키를 눌러 로그를 다운로드하세요."
+ },
"duration": "기간",
"endDate": "종료일",
"error": {
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
index 90e644454c8..50ef2856b0f 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ko/hitl.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ko/hitl.json
@@ -15,11 +15,13 @@
"requiredActionCount_other": "필수 작업들 ({{count}})",
"requiredActionState": "필수 작업 상태",
"response": {
+ "created": "응답 생성 시간: ",
"error": "응답 실패",
"optionsDescription": "이 작업 인스턴스에 대한 옵션을 선택하세요",
"optionsLabel": "옵션",
"received": "응답 수신 시간: ",
"respond": "응답하기",
+ "responded_by_user_name": "(사용자 이름)에 의해 응답됨",
"success": "{{taskId}} 응답 성공",
"title": "휴먼 태스크 인스턴스 - {{taskId}}"
},