This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 19d499d3fa797dce2b62489e47c90796352f7780 Author: Yeonguk Choo <[email protected]> AuthorDate: Wed Sep 10 22:13:45 2025 +0900 i18n(ko): add missing translations (#55379) (cherry picked from commit ed0b79b2ad67432c73e8ff6e2933d0b5a4457373) --- airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json | 7 +++++++ airflow-core/src/airflow/ui/public/i18n/locales/ko/dag.json | 5 ++++- airflow-core/src/airflow/ui/public/i18n/locales/ko/hitl.json | 3 +++ 3 files changed, 14 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 bd391224d51..643e85aa6c2 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 @@ -8,6 +8,12 @@ "Variables": "변수들" }, "allOperators": "모든 오퍼레이터", + "appearance": { + "appearance": "외관", + "darkMode": "다크 모드", + "lightMode": "라이트 모드", + "systemMode": "시스템 설정 따르기" + }, "asset_one": "에셋", "asset_other": "에셋들", "assetEvent_one": "에셋 이벤트", @@ -33,6 +39,7 @@ "fileLocation": "파일 위치", "hasTaskConcurrencyLimits": "태스크 동시성 제한 존재 여부", "lastExpired": "마지막 만료 시점", + "lastParseDuration": "마지막 파싱 기간", "lastParsed": "마지막 파싱 시점", "latestDagVersion": "최신 Dag 버전", "latestRun": "최근 실행", 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 2bdcff01f45..554d8d5263e 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 @@ -35,7 +35,8 @@ "code": { "bundleUrl": "번들 URL", "noCode": "코드를 찾을 수 없습니다.", - "parsedAt": "구문 분석 시간:" + "parseDuration": "파싱 기간:", + "parsedAt": "파싱 시간:" }, "extraLinks": "추가 링크", "grid": { @@ -84,6 +85,8 @@ "assetEvent_other": "생성된 에셋 이벤트" }, "failedLogs": { + "hideLogs": "로그 숨기기", + "showLogs": "로그 보기", "title": "최근 실패한 작업 로그", "viewFullLogs": "전체 로그 보기" } 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 488a6504f8e..8b78496ce6d 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 @@ -8,6 +8,8 @@ }, "requiredAction_one": "필수 작업", "requiredAction_other": "필수 작업들", + "requiredActionCount_one": "필수 작업 ({{count}})", + "requiredActionCount_other": "필수 작업들 ({{count}})", "requiredActionState": "필수 작업 상태", "response": { "error": "응답 실패", @@ -23,6 +25,7 @@ "approvalRequired": "승인 필요", "choiceReceived": "선택 수신됨", "choiceRequired": "선택 필요", + "noResponseReceived": "응답 없음", "rejectionReceived": "거절 수신됨", "responseReceived": "응답 수신됨", "responseRequired": "응답 필요"
