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

jasonliu 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 c41f613692a Add translation for favorite Dag (zh-TW) (#53558)
c41f613692a is described below

commit c41f613692a93c33ea79f4875572cc6e3f59bf7a
Author: Wei-Yu Chen <[email protected]>
AuthorDate: Sun Jul 20 16:53:00 2025 +0800

    Add translation for favorite Dag (zh-TW) (#53558)
    
    * add translation for favorite DAG (zh-TW)
    
    * Dag capitilization consistency
    
    * add space to translation
    
    * Dag capitilization consistency
---
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dags.json  | 9 ++++++++-
 .../src/airflow/ui/public/i18n/locales/zh-TW/dashboard.json      | 6 ++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

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 765336308fb..a33464fe8d3 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
@@ -6,9 +6,15 @@
       "warning": "這將會刪除所有與此 Dag 相關的系統資料,包括 Dag 執行與任務。"
     }
   },
+  "favoriteDag": "將 Dag 加入最愛",
   "filters": {
     "allRunTypes": "全部執行類型",
     "allStates": "全部狀態",
+    "favorite": {
+      "all": "全部",
+      "favorite": "已加為最愛",
+      "unfavorite": "未加為最愛"
+    },
     "paused": {
       "active": "啟用中",
       "all": "全部",
@@ -83,5 +89,6 @@
       "desc": "依下次執行時間排序 (由遠而近)"
     },
     "placeholder": "排序方式"
-  }
+  },
+  "unfavoriteDag": "將 Dag 移出最愛"
 }
diff --git 
a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dashboard.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dashboard.json
index 2f01d45d0d2..96410c87c25 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dashboard.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dashboard.json
@@ -1,4 +1,10 @@
 {
+  "favorite": {
+    "favoriteDags_one":   "第 {{ count }} 個最愛的 Dag",
+    "favoriteDags_other": "前 {{ count }} 個最愛的 Dag",
+    "noDagRuns": "此 Dag 尚未被觸發過。",
+    "noFavoriteDags": "尚無最愛的 Dag 。請點擊 Dag 列表旁的星號圖示,將 Dag 加入最愛。"
+  },
   "group": "群組",
   "health": {
     "dagProcessor": "Dag 處理器",

Reply via email to