Andrushika commented on code in PR #72766:
URL: https://github.com/apache/airflow/pull/72766#discussion_r3966063069
##########
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:
Thanks for the quick fix! Seems like the latest version of the code keeps
`最大活躍執行數(最大值 / 最小值)` instead of `活躍執行數上限(最大值 / 最小值)`. Was it kept on purpose?
I would vote for `活躍執行數上限(最大值 / 最小值)`, since `最大` showing up twice in a
phrase could be a bit confusing.
--
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]