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 a697d78310c feat(i18n): add missing Taiwanese Mandarin translation 
(#55401)
a697d78310c is described below

commit a697d78310c851a3a8a93c13649c5098f43acd58
Author: Wei Lee <weilee...@gmail.com>
AuthorDate: Tue Sep 9 14:09:32 2025 +0800

    feat(i18n): add missing Taiwanese Mandarin translation (#55401)
---
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json | 4 +++-
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json    | 3 +++
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/hitl.json   | 2 ++
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json
index cf89c80b556..8f86cac6900 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json
@@ -39,6 +39,7 @@
     "fileLocation": "檔案位置",
     "hasTaskConcurrencyLimits": "有任務並行數限制",
     "lastExpired": "最後過期時間",
+    "lastParseDuration": "最後解析時長",
     "lastParsed": "最後解析時間",
     "latestDagVersion": "最新 Dag 版本",
     "latestRun": "上次 Dag 執行",
@@ -107,7 +108,8 @@
     "runAfterFromPlaceholder": "執行時間起始",
     "runAfterToPlaceholder": "執行時間結束",
     "runIdPlaceholder": "依執行 ID 篩選",
-    "taskIdPlaceholder": "依任務 ID 篩選"
+    "taskIdPlaceholder": "依任務 ID 篩選",
+    "triggeringUserPlaceholder": "依觸發使用者篩選"
   },
   "logicalDate": "邏輯日期",
   "logout": "登出",
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 f292a5e09f3..f1e3c863098 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
@@ -35,6 +35,7 @@
   "code": {
     "bundleUrl": "套件包網址",
     "noCode": "找不到程式碼",
+    "parseDuration": "解析時長:",
     "parsedAt": "解析時間:"
   },
   "extraLinks": "額外連結",
@@ -84,6 +85,8 @@
       "assetEvent_other": "已建立資源事件"
     },
     "failedLogs": {
+      "hideLogs": "隱藏日誌",
+      "showLogs": "顯示日誌",
       "title": "最近失敗任務的日誌",
       "viewFullLogs": "檢視完整日誌"
     }
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/hitl.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/hitl.json
index b84aef9ee89..63989704aed 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/hitl.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/hitl.json
@@ -8,6 +8,8 @@
   },
   "requiredAction_one": "待回應的任務實例",
   "requiredAction_other": "待回應的任務實例",
+  "requiredActionCount_one": "待回應的任務實例數 ({{count}})",
+  "requiredActionCount_other": "待回應的任務實例數 ({{count}})",
   "requiredActionState": "待回應的任務實例狀態",
   "response": {
     "error": "回應失敗",

Reply via email to