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 c63de7b0701 i18n(ko): translating in components.json (Dec 4) (#59040)
c63de7b0701 is described below

commit c63de7b07010b518fd164c99b7666c951f5427bc
Author: queryjin <[email protected]>
AuthorDate: Fri Dec 5 05:13:08 2025 +0900

    i18n(ko): translating in components.json (Dec 4) (#59040)
---
 airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json | 7 +++++++
 1 file changed, 7 insertions(+)

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 80248b7f881..bcd12400400 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
@@ -49,6 +49,13 @@
     "warning_one": "경고 1개",
     "warning_other": "경고 {{count}}개"
   },
+  "dateRangeFilter": {
+    "validation": {
+      "invalidDateFormat": "잘못된 날짜 형식입니다.",
+      "invalidTimeFormat": "잘못된 시간 형식입니다.",
+      "startBeforeEnd": "시작 일시는 종료 일시보다 이전이어야 합니다."
+    }
+  },
   "durationChart": {
     "duration": "기간 (초)",
     "lastDagRun_one": "마지막 Dag 실행",

Reply via email to