gyli commented on code in PR #55471:
URL: https://github.com/apache/airflow/pull/55471#discussion_r2338324515


##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/common.json:
##########
@@ -93,6 +93,12 @@
     "or": "或"
   },
   "filter": "筛选",
+  "filters": {
+    "logicalDateFrom": "从逻辑日期",
+    "logicalDateTo": "到逻辑日期",
+    "runAfterFrom": "从运行之后",
+    "runAfterTo": "到运行之后"

Review Comment:
   For zh-CN, following `filters` can be added if convenient:
   ```
     "filters": {
       "logicalDateFrom": "逻辑日期起始",
       "logicalDateTo": "逻辑日期结束",
       "runAfterFrom": "执行时间起始",
       "runAfterTo": "执行时间结束"
     },
   ```
   
   Or it can be done in another PR.



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