Andrushika commented on code in PR #72766:
URL: https://github.com/apache/airflow/pull/72766#discussion_r3965450837


##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json:
##########
@@ -140,12 +141,15 @@
   "filter": "篩選",
   "filters": {
     "addFilter": "新增篩選",
+    "completedAt": "完成時間",
     "date": "日期",
     "durationFrom": "從執行時間",
     "durationTo": "到執行時間",
     "endTime": "結束時間",
     "logicalDateFrom": "從邏輯日期",
     "logicalDateTo": "到邏輯日期",
+    "maxActiveRunsFrom": "最大活躍執行數(下限)",
+    "maxActiveRunsTo": "最大活躍執行數(上限)",

Review Comment:
   How about `活躍執行數上限(最小值)` / `活躍執行數上限(最大值)`? These two are the two ends of a 
query range, and since the field is already a maximum, `(上限)` can read like a 
second limit.



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