From d6688fd64292320496760486354548690ba044ba Mon Sep 17 00:00:00 2001 From: Wei Lee Date: Thu, 27 Aug 2026 21:23:47 +0900 Subject: [PATCH 1/2] Fill in missing zh-TW translations for common.json check-translation-completeness --language zh-TW reported 4 missing keys in common.json (pause, switchDag, breadcrumb, unpause) that were added to en/common.json without a corresponding zh-TW entry. --- .../src/airflow/ui/public/i18n/locales/zh-TW/common.json | 4 ++++ 1 file changed, 4 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 c50aad014c144..f2fe28fdcf78a 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 @@ -24,6 +24,7 @@ }, "backfill_one": "回填", "backfill_other": "回填", + "breadcrumb": "麵包屑導覽", "browse": { "auditLog": "稽核日誌", "deadlines": "截止期限", @@ -204,6 +205,7 @@ "partitionedDagRunDetail": { "receivedAssetEvents": "收到的資源事件" }, + "pause": "暫停", "pendingDagRun_one": "{{count}} 個待執行的 Dag 執行", "pendingDagRun_other": "{{count}} 個待執行的 Dag 執行", "presetFilters": { @@ -361,6 +363,7 @@ "up_for_retry": "等待重試", "upstream_failed": "上游任務失敗" }, + "switchDag": "切換$t(dag_one)", "table": { "completedAt": "完成時間", "createdAt": "建立時間", @@ -519,6 +522,7 @@ "total": "總計 {{state}}", "triggered": "已觸發", "tryNumber": "嘗試次數", + "unpause": "取消暫停", "user": "使用者", "validation": { "mustBeAtLeast": "必須至少為 {{min}}。", From 5a3f6780e44efc4ad3b04dfaf8ccc16e34d4316e Mon Sep 17 00:00:00 2001 From: Wei Lee Date: Thu, 27 Aug 2026 23:29:22 +0900 Subject: [PATCH 2/2] Update airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json Co-authored-by: Guan-Ming Chiu <105915352+guan404ming@users.noreply.github.com> --- .../src/airflow/ui/public/i18n/locales/zh-TW/common.json | 2 +- 1 file changed, 1 insertion(+), 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 f2fe28fdcf78a..c87c14338deb8 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 @@ -363,7 +363,7 @@ "up_for_retry": "等待重試", "upstream_failed": "上游任務失敗" }, - "switchDag": "切換$t(dag_one)", + "switchDag": "切換 $t(dag_one)", "table": { "completedAt": "完成時間", "createdAt": "建立時間",