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

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


The following commit(s) were added to refs/heads/v3-2-test by this push:
     new 979bd93d0fd feat(ui-i18n): complete zh-TW translations (#66401)
979bd93d0fd is described below

commit 979bd93d0fd4f12a4ee82a06346083531a054885
Author: Wei Lee <[email protected]>
AuthorDate: Tue May 5 20:17:05 2026 +0800

    feat(ui-i18n): complete zh-TW translations (#66401)
---
 .../src/airflow/ui/public/i18n/locales/zh-TW/common.json     | 12 ++++++++++++
 .../src/airflow/ui/public/i18n/locales/zh-TW/components.json |  4 +++-
 .../src/airflow/ui/public/i18n/locales/zh-TW/dag.json        |  3 +++
 3 files changed, 18 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 4562f9cb980..c60716ef893 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
@@ -28,6 +28,7 @@
   },
   "collapseAllExtra": "收合所有額外 JSON",
   "collapseDetailsPanel": "收起詳細資訊",
+  "consumingAsset": "消費者資源",
   "createdAssetEvent_one": "已建立資源事件",
   "createdAssetEvent_other": "已建立資源事件",
   "dag_one": "Dag",
@@ -131,6 +132,7 @@
     "logicalDateTo": "到邏輯日期",
     "runAfterFrom": "從最早可執行時間",
     "runAfterTo": "從最早可執行時間",
+    "searchAsset": "搜尋資源",
     "selectDateRange": "選擇日期範圍",
     "startTime": "起始時間"
   },
@@ -191,6 +193,12 @@
     },
     "tooltip": "按 {{hotkey}} 捲動到{{direction}}"
   },
+  "search": {
+    "advanced": {
+      "description": "在值中任意位置進行匹配 (子字串搜尋)。在大型部署上會較慢,因為無法使用預設的 B-tree 
索引。詳情請參閱文件中關於自訂中繼資料索引的章節。",
+      "title": "任意位置匹配"
+    }
+  },
   "security": {
     "actions": "操作",
     "permissions": "權限",
@@ -351,6 +359,10 @@
   "triggered": "已觸發",
   "tryNumber": "嘗試次數",
   "user": "使用者",
+  "validation": {
+    "mustBeAtLeast": "必須至少為 {{min}}。",
+    "mustBeValidNumber": "必須為有效的數字。"
+  },
   "wrap": {
     "hotkey": "w",
     "tooltip": "按 {{hotkey}} 切換換行",
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 7e9e22e3814..a610f7778de 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
@@ -10,6 +10,7 @@
     "maxRuns": "活躍執行數上限",
     "missingAndErroredRuns": "遺漏和錯誤的執行",
     "missingRuns": "遺漏的執行",
+    "overrideExistingParams": "覆寫既有執行的參數",
     "permissionDenied": "試執行失敗:使用者沒有建立回填的權限。",
     "reprocessBehavior": "重新處理行為",
     "run": "執行回填",
@@ -91,7 +92,8 @@
     "otherDagRuns": "+ 其他 Dag 執行",
     "taskCount_one": "1 個任務",
     "taskCount_other": "{{count}} 個任務",
-    "taskGroup": "任務群組"
+    "taskGroup": "任務群組",
+    "zoomToTask": "縮放至選定任務"
   },
   "limitedList": "+ 其他 {{count}} 項",
   "limitedList.allItems": "所有 {{count}} 個項目:",
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 9702718cfff..e35a7cd6007 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
@@ -52,6 +52,9 @@
     "buttons": {
       "advanced": "進階功能",
       "dagDocs": "Dag 文件"
+    },
+    "status": {
+      "deactivated": "已停用"
     }
   },
   "logs": {

Reply via email to