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 86dfab8cb3b feat(i18n): Fill in the gap for Taiwan translation (#58121)
86dfab8cb3b is described below

commit 86dfab8cb3b2000e6d371fdba7cd882b7739f0a2
Author: Wei Lee <[email protected]>
AuthorDate: Mon Nov 10 10:57:42 2025 +0800

    feat(i18n): Fill in the gap for Taiwan translation (#58121)
---
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json    | 5 +++++
 .../src/airflow/ui/public/i18n/locales/zh-TW/components.json         | 4 ++++
 2 files changed, 9 insertions(+)

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 3a69da77f97..510c06aef1b 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
@@ -78,6 +78,11 @@
     "githubRepo": "GitHub 倉庫",
     "restApiReference": "REST API 參考"
   },
+  "download": {
+    "download": "下載",
+    "hotkey": "d",
+    "tooltip": "按下 {{hotkey}} 下載日誌"
+  },
   "duration": "執行時間",
   "endDate": "結束日期",
   "error": {
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 bd4fe614be2..ecdd087178d 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
@@ -87,9 +87,13 @@
   },
   "limitedList": "+ 其他 {{count}} 項",
   "limitedList.allItems": "所有 {{count}} 個項目:",
+  "limitedList.allTags_one": " 所有標籤 (1)",
+  "limitedList.allTags_other": "所有標籤 ({{count}})",
   "limitedList.clickToInteract": "點擊標籤以篩選 Dags",
   "limitedList.clickToOpenFull": "點擊 \"+{{count}} 更多\" 以開啟完整檢視",
   "limitedList.copyPasteText": "你可以複製並貼上上方文字",
+  "limitedList.showingItems_one": "顯示 1 個項目",
+  "limitedList.showingItems_other": "顯示 {{count}} 個項目",
   "logs": {
     "file": "檔案",
     "location": "第 {{line}} 行,位於 {{name}}"

Reply via email to