Lee-W commented on code in PR #51677:
URL: https://github.com/apache/airflow/pull/51677#discussion_r2145111733
##########
airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/common.json:
##########
@@ -17,19 +17,44 @@
"auditLog": "審計日誌",
"xcoms": "XComs"
},
+ "createdAssetEvent_one": "已建立資源事件",
+ "createdAssetEvent_other": "已建立資源事件",
"dag_one": "Dag",
"dag_other": "Dags",
"dagDetails": {
+ "catchup": "自動回填",
+ "concurrency": "同時執行數",
Review Comment:
```suggestion
"concurrency": "並行數",
```
let's use what you suggested 👍
--
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]