choo121600 commented on code in PR #73115:
URL: https://github.com/apache/airflow/pull/73115#discussion_r4022198341


##########
airflow-core/src/airflow/ui/public/i18n/locales/ko/dags.json:
##########
@@ -93,6 +93,24 @@
     "loading": "실행 상태 개수 로드 중...",
     "tooltip": "{{state}}: {{formattedCount}} — 클릭하여 실행 필터링"
   },
+  "schedulingActions": {
+    "cancelDrain": "실행 완료 대기 취소",
+    "drain": "완료 후 일시 중지",
+    "drainPrompt": "이 Dag에는 진행 중인 Dag 실행이 있습니다. 완료 후 일시 중지를 선택하면 진행 중인 실행이 모두 
끝난 뒤 Dag이 일시 중지됩니다. 지금 일시 중지를 선택하면 완료를 기다리지 않고 스케줄링을 즉시 중단합니다.",
+    "pauseNow": "지금 일시 중지"
+  },
+  "schedulingBanner": {
+    "message": "이 Dag은 실행 완료 대기 중입니다. 진행 중인 Dag 실행이 모두 끝나면 일시 중지됩니다."
+  },
+  "schedulingState": {
+    "active": "활성",
+    "draining": "실행 완료 대기",
+    "drainingBadgeTooltip": "진행 중인 Dag 실행이 모두 끝나면 이 Dag이 일시 중지됩니다.",

Review Comment:
   LGTM, just one nit:
   I think `Dag가` would be more natural than `Dag이`.



##########
airflow-core/src/airflow/ui/public/i18n/locales/ko/dags.json:
##########
@@ -93,6 +93,24 @@
     "loading": "실행 상태 개수 로드 중...",
     "tooltip": "{{state}}: {{formattedCount}} — 클릭하여 실행 필터링"
   },
+  "schedulingActions": {
+    "cancelDrain": "실행 완료 대기 취소",
+    "drain": "완료 후 일시 중지",
+    "drainPrompt": "이 Dag에는 진행 중인 Dag 실행이 있습니다. 완료 후 일시 중지를 선택하면 진행 중인 실행이 모두 
끝난 뒤 Dag이 일시 중지됩니다. 지금 일시 중지를 선택하면 완료를 기다리지 않고 스케줄링을 즉시 중단합니다.",

Review Comment:
   this too :)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to