Lee-W commented on code in PR #55471: URL: https://github.com/apache/airflow/pull/55471#discussion_r2338092664
########## airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json: ########## @@ -100,6 +100,12 @@ "or": "或" }, "filter": "篩選", + "filters": { + "logicalDateFrom": "從邏輯日期", + "logicalDateTo": "到邏輯日期", + "runAfterFrom": "從最早可執行時間之後", + "runAfterTo": "到最早可執行時間之前" Review Comment: ```suggestion "runAfterFrom": "從最早可執行時間", "runAfterTo": "到最早可執行時間" ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org