Lee-W commented on code in PR #73113:
URL: https://github.com/apache/airflow/pull/73113#discussion_r4013423753


##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/dags.json:
##########
@@ -40,7 +51,7 @@
       "title": "清除所有已映射任务实例"
     },
     "confirmationDialog": {
-      "description": "任务当前处于 {{state}} 状态,由用户 {{user}} 于 {{time}} 
启动。\n在任务完成执行前,或用户在清除任务对话框中取消勾选「防止重复执行执行中的任务」选项前,无法清除此任务。",

Review Comment:
   Either way works for me



##########
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:
   hmmm... drain is an interesting one. @1fanwang any idea?
   



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