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

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


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 172f4b9bc43 feat(i18n): add missing Taiwan translations (#60151)
172f4b9bc43 is described below

commit 172f4b9bc43c0fabbdb64eb5261d05ca9866e853
Author: Wei Lee <[email protected]>
AuthorDate: Tue Jan 6 16:53:43 2026 +0800

    feat(i18n): add missing Taiwan translations (#60151)
---
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/admin.json  | 6 ++++++
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/assets.json | 2 ++
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json | 1 +
 3 files changed, 9 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 9102c578a67..f9fbb579540 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
@@ -49,6 +49,12 @@
     "searchPlaceholder": "搜尋連線",
     "test": "測試連線",
     "testDisabled": "測試連線功能已停用。請聯繫管理員以啟用。",
+    "testError": {
+      "title": "連線測試失敗"
+    },
+    "testSuccess": {
+      "title": "連線測試成功"
+    },
     "typeMeta": {
       "error": "取得連線類型中繼資料失敗",
       "standardFields": {
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/assets.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/assets.json
index bf5daf90e06..5ff3242a2ba 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/assets.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/assets.json
@@ -1,5 +1,6 @@
 {
   "consumingDags": "消費者 Dags",
+  "consumingTasks": "消費者任務",
   "createEvent": {
     "button": "建立事件",
     "manual": {
@@ -21,6 +22,7 @@
     },
     "title": "為 {{name}} 建立資源事件"
   },
+  "extra": "資源額外資訊",
   "group": "群組",
   "lastAssetEvent": "最後資源事件",
   "name": "名稱",
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 2cea854e094..e96f96eb10a 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
@@ -90,6 +90,7 @@
     "back": "返回",
     "defaultMessage": "發生未預期的錯誤",
     "home": "首頁",
+    "invalidUrl": "找不到頁面。請檢查 URL 並重試。",
     "notFound": "找不到頁面",
     "title": "錯誤"
   },

Reply via email to