Lee-W commented on code in PR #55471:
URL: https://github.com/apache/airflow/pull/55471#discussion_r2337880987
##########
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:
```suggestion
"filters": {
"logicalDateFrom": "从逻辑日期",
"logicalDateTo": "到逻辑日期",
"runAfterFrom": "从运行之后",
"runAfterTo": "到运行之后"
},
```
##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json:
##########
@@ -100,6 +100,12 @@
"or": "或"
},
"filter": "篩選",
+ "filters": {
+ "logicalDateFrom": "邏輯日期從",
+ "logicalDateTo": "邏輯日期到",
+ "runAfterFrom": "運行之後從",
+ "runAfterTo": "運行之後到"
Review Comment:
```suggestion
"logicalDateFrom": "從邏輯日期",
"logicalDateTo": "到邏輯日期",
"runAfterFrom": "從運行之後",
"runAfterTo": "到運行之後"
```
--
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]