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


##########
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:
   ```suggestion
       "lastRunState": "最近一次执行状态",
   ```
   执行/运行 both fine
   but again do not drop information during translation 
https://github.com/apache/airflow/pull/70419/changes#r3648199972



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