Lee-W commented on code in PR #64271:
URL: https://github.com/apache/airflow/pull/64271#discussion_r3043634082
##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json:
##########
@@ -121,6 +121,14 @@
"graphDirection": {
"label": "圖表方向"
},
+ "graphFilters": {
+ "clearFilters": "Clear Filters",
+ "durationGte": "Min duration (s)",
+ "mapIndex": "Map index",
+ "selectStatus": "Select status",
+ "selectTaskGroup": "Select task group",
+ "title": "Task Filters"
+ },
Review Comment:
```suggestion
"clearFilters": "清除篩選條件",
"durationGte": "最短持續時間 (秒)",
"mapIndex": "映射索引",
"selectStatus": "選擇狀態",
"selectTaskGroup": "選擇任務群組",
"title": "任務篩選條件"
},
```
--
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]