Lee-W commented on code in PR #70417:
URL: https://github.com/apache/airflow/pull/70417#discussion_r3652768552
##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/common.json:
##########
@@ -294,11 +348,13 @@
"queuedWhen": "开始排队时间",
"renderedMapIndex": "已渲染映射索引",
"scheduledWhen": "开始调度时间",
+ "trigger": "触发器",
"triggerer": {
"assigned": "指派的触发器",
"class": "触发器类别",
"createdAt": "触发器创建时间",
"id": "触发器 ID",
+ "job": "触发器作业",
Review Comment:
We use 觸發者 to refer trigger`er` and 觸發器 for trigger. Not ideally, but
probably the naming itself is not ideal eiehter 🤷♂️
```
{ label: translate("taskInstance.triggerer.job"), value:
taskInstance?.triggerer_job },
```
--
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]