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

henry3260 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 0af60eb7199 Add missing zh-TW translations for team strings (#70321)
0af60eb7199 is described below

commit 0af60eb71996fe6f2372a40e98bc363eaef1c951
Author: Andrew Chang <[email protected]>
AuthorDate: Fri Jul 24 13:42:38 2026 +0800

    Add missing zh-TW translations for team strings (#70321)
---
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json    | 5 ++++-
 .../src/airflow/ui/public/i18n/locales/zh-TW/components.json         | 1 +
 2 files changed, 5 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 da07eb42534..84cc0ead3a6 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
@@ -8,6 +8,7 @@
     "Variables": "變數"
   },
   "allOperators": "所有任務操作器",
+  "allTeams": "所有團隊",
   "appearance": {
     "appearance": "外觀",
     "darkMode": "深色模式",
@@ -57,7 +58,8 @@
     "owner": "擁有者",
     "params": "參數",
     "schedule": "排程",
-    "tags": "標籤"
+    "tags": "標籤",
+    "team": "團隊"
   },
   "dagId": "Dag ID",
   "dagRun": {
@@ -324,6 +326,7 @@
     "from": "從",
     "maxActiveRuns": "最大活躍執行數",
     "noTagsFound": "找不到標籤",
+    "noTeamsFound": "找不到團隊",
     "tagMode": {
       "all": "全部",
       "any": "任何"
diff --git 
a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/components.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/components.json
index b78fe102f45..cddb3c0c73c 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/components.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/components.json
@@ -65,6 +65,7 @@
     "lastDagRun_other": "最近 {{count}} 次 Dag 執行",
     "lastTaskInstance_one": "最近 1 次任務實例",
     "lastTaskInstance_other": "最近 {{count}} 次任務實例",
+    "medianTotalDuration": "總計: {{duration}}",
     "queuedDuration": "排隊等候時間",
     "runAfter": "最早可執行時間",
     "runDuration": "執行持續時間"

Reply via email to