This is an automated email from the ASF dual-hosted git repository.

potiuk 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 79feb8c6738 i18n(Ko): add missing translations (Jan 10) (#60362)
79feb8c6738 is described below

commit 79feb8c67385b89cec7bda2a24b36aa6965f2837
Author: Yeonguk Choo <[email protected]>
AuthorDate: Tue Jan 13 20:28:40 2026 +0900

    i18n(Ko): add missing translations (Jan 10) (#60362)
---
 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 8531a30fc6e..baf756acaf7 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
@@ -111,6 +111,13 @@
   "sortedUnsorted": "정렬되지 않음",
   "taskTries": "작업 시도 횟수",
   "taskTryPlaceholder": "작업 시도 선택",
+  "team": {
+    "selector": {
+      "helperText": "선택 사항. 특정 팀으로 사용을 제한합니다.",
+      "label": "팀",
+      "placeHolder": "팀을 선택하세요."
+    }
+  },
   "toggleCardView": "카드 보기 표시",
   "toggleTableView": "테이블 보기 표시",
   "triggerDag": {

Reply via email to