1fanwang commented on code in PR #70419:
URL: https://github.com/apache/airflow/pull/70419#discussion_r3648199972
##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/components.json:
##########
@@ -65,6 +65,7 @@
"lastDagRun_other": "最近 {{count}} 次 Dag 执行",
"lastTaskInstance_one": "最近 1 次任务实例",
"lastTaskInstance_other": "最近 {{count}} 次任务实例",
+ "medianTotalDuration": "总计:{{duration}}",
Review Comment:
```suggestion
"medianTotalDuration": "总计时长中位数:{{duration}}",
```
or something better
we should not drop the real meaning during translation
you dropped "duration" and "median" here
--
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]