This is an automated email from the ASF dual-hosted git repository.

Lee-W pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new f900d28dcbf Fill Taiwanese Mandarin translation gap (#69708)
f900d28dcbf is described below

commit f900d28dcbf1aa59870270767f75930758814c66
Author: Wei Lee <[email protected]>
AuthorDate: Sat Jul 11 10:34:39 2026 +0800

    Fill Taiwanese Mandarin translation gap (#69708)
---
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dags.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dags.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dags.json
index ef4e868210b..22d96d02fff 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dags.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dags.json
@@ -10,11 +10,13 @@
   "filters": {
     "allRunTypes": "全部執行類型",
     "allStates": "全部狀態",
+    "anyRunState": "全部執行",
     "favorite": {
       "all": "全部",
       "favorite": "已加為最愛",
       "unfavorite": "未加為最愛"
     },
+    "lastRunState": "最後執行狀態",
     "paused": {
       "active": "啟用中",
       "all": "全部",

Reply via email to