gyli commented on code in PR #55564:
URL: https://github.com/apache/airflow/pull/55564#discussion_r2349405968
##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/hitl.json:
##########
@@ -23,6 +25,7 @@
"approvalRequired": "需要批准",
"choiceReceived": "已选择",
"choiceRequired": "需要选择",
+ "noResponseReceived": "需要操作的",
Review Comment:
```suggestion
"noResponseReceived": "未收到响应",
```
I am not sure which is better, `响应` or `回应`
##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/hitl.json:
##########
@@ -8,6 +8,8 @@
},
"requiredAction_one": "待响应的任务实例",
Review Comment:
```suggestion
"requiredAction_one": "待操作的任务实例",
```
`requiredAction` -> `待操作的`
and all others below, you get the idea
##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/dashboard.json:
##########
@@ -33,7 +33,7 @@
},
"source": "来源",
"stats": {
- "activeDags": "启用中的 Dags",
+ "activeDags": "已启用的 Dags",
"failedDags": "失败的 Dags",
"queuedDags": "排队的 Dags",
"requiredActions": "待响应的任务实例",
Review Comment:
```suggestion
"requiredActions": "待操作的任务实例",
```
--
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]