guan404ming commented on code in PR #51677:
URL: https://github.com/apache/airflow/pull/51677#discussion_r2145132129
##########
airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/common.json:
##########
@@ -150,7 +187,26 @@
"taskId": "任務 ID",
"taskInstance": {
"dagVersion": "Dag 版本",
- "pool": "資源池"
+ "executor": "執行器",
+ "executorConfig": "執行器設定",
+ "hostname": "主機名稱",
+ "maxTries": "最大嘗試次數",
+ "pid": "PID",
+ "pool": "資源池",
+ "poolSlots": "資源池配額",
+ "priorityWeight": "優先權權重",
+ "queue": "排隊",
+ "queuedWhen": "開始排隊時間",
+ "scheduledWhen": "排程時間",
Review Comment:
```suggestion
"scheduledWhen": "開始排程時間",
```
--
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]