1fanwang commented on code in PR #70417:
URL: https://github.com/apache/airflow/pull/70417#discussion_r3651705298
##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/common.json:
##########
@@ -267,10 +316,13 @@
"updatedAt": "更新时间"
},
"task": {
+ "dependsOnPast": "依赖过去",
"documentation": "任务文档",
"lastInstance": "最后实例",
"operator": "任务操作器",
- "triggerRule": "触发规则"
+ "retries": "重试",
Review Comment:
`retries` is not `retry` here, it's plural here
so instead of 重试 it should be something like 重试次数 here? go with convention
--
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]