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

weilee 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 f4050b8aef2 feat(i18n): Fill Taiwanese Mandarin translation (#61196)
f4050b8aef2 is described below

commit f4050b8aef22b68be81ece9d742d54d9e47b05b0
Author: Wei Lee <[email protected]>
AuthorDate: Thu Jan 29 17:22:32 2026 +0800

    feat(i18n): Fill Taiwanese Mandarin translation (#61196)
---
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/admin.json | 1 +
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json   | 7 +++++++
 2 files changed, 8 insertions(+)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/admin.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/admin.json
index 59b7616b722..05b320a40ba 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/admin.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/admin.json
@@ -3,6 +3,7 @@
     "description": "描述",
     "key": "鍵",
     "name": "名稱",
+    "team": "團隊",
     "value": "值"
   },
   "config": {
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json
index 21ccb3e128b..8c763208b06 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json
@@ -119,7 +119,14 @@
       "activeFilter": "啟用過濾器",
       "clearFilter": "清除過濾器",
       "clickTask": "點擊一個任務以將其選為過濾根",
+      "depth": "深度",
+      "direction": "方向",
       "label": "過濾器",
+      "mode": "模式",
+      "modes": {
+        "static": "靜態",
+        "traverse": "遍歷"
+      },
       "options": {
         "both": "上游和下游",
         "downstream": "下游",

Reply via email to