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


##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/hitl.json:
##########
@@ -6,8 +6,10 @@
       "received": "已响应"
     }
   },
-  "requiredAction_one": "待响应的任务实例",
+  "requiredAction_one": "待操作的任务实例",
   "requiredAction_other": "待响应的任务实例",
+  "requiredActionCount_one": "需要响应的任务实例 ({{count}})",
+  "requiredActionCount_other": "需要响应的任务实例 ({{count}})",
   "requiredActionState": "待响应的任务实例状态",

Review Comment:
   ```suggestion
   "requiredAction_other": "待操作的任务实例",
     "requiredActionCount_one": "待操作的任务实例 ({{count}})",
     "requiredActionCount_other": "待操作的任务实例 ({{count}})",
   "requiredActionState": "待操作的任务实例状态",
   ```



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