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


##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/admin.json:
##########
@@ -177,6 +177,7 @@
           "title": "非严格模式"
         }
       },
+      "parsingFile": "正在解析文件...",

Review Comment:
   Done in d857831 — dropped the `...`.



##########
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:
   Done in d857831.



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

Review Comment:
   Done in d857831 — went with 任意执行状态 (执行 is the convention here).



##########
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:
   Done in d857831.



##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/admin.json:
##########
@@ -177,6 +177,7 @@
           "title": "非严格模式"
         }
       },
+      "parsingFile": "正在解析文件...",

Review Comment:
   Kept 解析 per convention — done in d857831.



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