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

jason810496 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 080afb7d98d Fix the translation Gap for Taiwanese Mandarin (#69199)
080afb7d98d is described below

commit 080afb7d98ddacf8f3a1aa562f521118bb2f4586
Author: Wei Lee <[email protected]>
AuthorDate: Wed Jul 1 18:51:13 2026 +0800

    Fix the translation Gap for Taiwanese Mandarin (#69199)
---
 .../ui/public/i18n/locales/zh-TW/common.json       | 41 ++++++++++++++++++++++
 .../airflow/ui/public/i18n/locales/zh-TW/dag.json  |  4 +--
 2 files changed, 42 insertions(+), 3 deletions(-)

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 a98d200635c..0b2d1611619 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
@@ -226,6 +226,47 @@
   },
   "selectLanguage": "選擇語言",
   "selected": "已選取",
+  "shortcuts": {
+    "categories": {
+      "code": "程式碼",
+      "dagView": "Dag 檢視",
+      "filters": "篩選條件",
+      "global": "全域",
+      "logs": "日誌",
+      "navigation": "導覽",
+      "runActions": "執行與任務動作",
+      "search": "搜尋"
+    },
+    "descriptions": {
+      "clearRun": "清除 $t(dagRun_one)",
+      "clearTaskInstance": "清除 $t(taskInstance_one)",
+      "downloadLogs": "下載日誌",
+      "focusFilterSearch": "聚焦篩選搜尋",
+      "focusLogSearch": "搜尋日誌",
+      "focusSearch": "聚焦搜尋",
+      "markRunFailed": "標記 $t(dagRun_one) 為失敗",
+      "markRunSuccess": "標記 $t(dagRun_one) 為成功",
+      "markTaskFailed": "標記 $t(task_one) 為失敗",
+      "markTaskGroupFailed": "標記 $t(taskGroup_one) 為失敗",
+      "markTaskGroupSuccess": "標記 $t(taskGroup_one) 為成功",
+      "markTaskSuccess": "標記 $t(task_one) 為成功",
+      "navigateTasks": "導覽$t(task_other)",
+      "openGraphFilters": "開啟圖形篩選條件",
+      "scrollBottom": "捲動至最下方",
+      "scrollTop": "捲動至最上方",
+      "searchDags": "搜尋 $t(dag_other)",
+      "showHelp": "顯示$t(shortcuts.title)",
+      "toggleExpand": "展開或收合所有群組",
+      "toggleFullscreen": "切換全螢幕",
+      "toggleGraphGrid": "切換圖形/網格檢視",
+      "toggleSource": "切換來源",
+      "toggleTaskGroup": "展開或收合$t(taskGroup_one)",
+      "toggleTimestamp": "切換時間戳記",
+      "toggleWrap": "切換$t(wrap.wrap)"
+    },
+    "empty": "此頁面沒有可用的鍵盤快捷鍵。",
+    "title": "鍵盤快捷鍵"
+  },
   "showDetailsPanel": "顯示詳細資訊",
   "signedInAs": "登入身分:",
   "source": {
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 2d95ee93a61..31e33ab2941 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
@@ -103,9 +103,7 @@
     "warning": "WARNING"
   },
   "navigation": {
-    "navigation": "導航: {{arrow}}",
-    "openGraphFilters": "任務篩選條件: Ctrl+Shift+F",
-    "toggleGroup": "展開/收合群組: 空白鍵"
+    "openGraphFilters": "任務篩選條件: Ctrl+Shift+F"
   },
   "notFound": {
     "back": "返回",

Reply via email to