1fanwang commented on code in PR #70419:
URL: https://github.com/apache/airflow/pull/70419#discussion_r3651754241


##########
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:
   Trimmed to 总计:{{duration}} in b74f05746a to match the en value 'Total: 
{{duration}}'. The median/duration framing comes from the chart itself, so the 
label stays as short as the English.



##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/dags.json:
##########
@@ -10,11 +10,13 @@
   "filters": {
     "allRunTypes": "全部执行类型",
     "allStates": "全部状态",
+    "anyRunState": "任意执行",

Review Comment:
   Trimmed to 任意执行 in b74f05746a to match the en 'Any run' (dropped the extra 
状态).



##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/dags.json:
##########
@@ -10,11 +10,13 @@
   "filters": {
     "allRunTypes": "全部执行类型",
     "allStates": "全部状态",
+    "anyRunState": "任意执行",
     "favorite": {
       "all": "全部",
       "favorite": "已加入收藏",
       "unfavorite": "未加入收藏"
     },
+    "lastRunState": "最近一次执行",

Review Comment:
   Trimmed to 最近一次执行 in b74f05746a to match the en 'Last run'.



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