1fanwang commented on code in PR #73113:
URL: https://github.com/apache/airflow/pull/73113#discussion_r4022032453


##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/dags.json:
##########
@@ -73,9 +84,33 @@
       "preventRunningTasks": "防止重复执行执行中的任务",
       "queueNew": "加入新任务到队列",
       "runOnLatestVersion": "执行最新套件包版本",
+      "runOnLatestVersionForced": "始终使用最新版本,因为没有可回退的早期版本",
       "upstream": "上游"
     }
   },
+  "runStateCounts": {
+    "label": "执行状态",
+    "loading": "正在加载执行状态计数",
+    "tooltip": "{{state}}:{{formattedCount}},点击以筛选执行"
+  },
+  "schedulingActions": {

Review Comment:
   ya it is an interesting one indeed,
   k8s zh-cn translation for draining a Pod is 腾空
   
   however here I think both 腾空/排空 work here, because imo 腾空 is more for 
emptying a single thing (a Pod) however 排空 is more suitable for draining a 
collection of things (an Airflow DAG with a collection of Tasks)
   
   +1 for 排空 as is
   
   https://kubernetes.io/zh-cn/docs/reference/kubectl/generated/kubectl_drain



-- 
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