sjyangkevin commented on code in PR #73113:
URL: https://github.com/apache/airflow/pull/73113#discussion_r4036390400


##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/components.json:
##########
@@ -65,6 +76,7 @@
     "lastDagRun_other": "最近 {{count}} 次 Dag 执行",
     "lastTaskInstance_one": "最近 1 次任务实例",
     "lastTaskInstance_other": "最近 {{count}} 次任务实例",
+    "medianTotalDuration": "总计:{{duration}}",

Review Comment:
   Thanks for pointing it out. Fixed by updating all `:` to full-width `:`. I 
also updated parentheses by following below:
   
   - Full-width for Chinese phrases: 持续时间(秒), 排序(从早到晚), 日志(重试 {{attempt}})
   - Half-width for English, numbers, or variables alone: 名称 (A-Z), 所有标签 
({{count}})



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