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

Lee-W 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 8aabd056e8a Fix partition label casing and Taiwanese Mandarin 
ranslations (#69455)
8aabd056e8a is described below

commit 8aabd056e8a5d6436cd066c34798459c5d343dca
Author: Wei Lee <[email protected]>
AuthorDate: Mon Jul 6 20:57:25 2026 +0800

    Fix partition label casing and Taiwanese Mandarin ranslations (#69455)
---
 airflow-core/src/airflow/ui/public/i18n/locales/en/common.json    | 4 ++--
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/en/common.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/en/common.json
index 8cfd7e99de5..8feb70b42fb 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/en/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/en/common.json
@@ -71,9 +71,9 @@
     },
     "expectedDuration": "Expected Duration",
     "lastSchedulingDecision": "Last Scheduling Decision",
-    "mappedPartitionKey": "Mapped Partition key",
+    "mappedPartitionKey": "Mapped Partition Key",
     "partitionDate": "Partition Date",
-    "partitionKey": "Partition key",
+    "partitionKey": "Partition Key",
     "queuedAt": "Queued At",
     "runAfter": "Run After",
     "runType": "Run Type",
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 0b2d1611619..ee7869e73d8 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
@@ -72,8 +72,8 @@
     "expectedDuration": "預計時長",
     "lastSchedulingDecision": "最後排程決策",
     "mappedPartitionKey": "映射分區鍵",
-    "partitionDate": "資產分區日期",
-    "partitionKey": "資產分區鍵",
+    "partitionDate": "資源分區日期",
+    "partitionKey": "資源分區鍵",
     "queuedAt": "開始排隊時間",
     "runAfter": "最早可執行時間",
     "runType": "執行類型",
@@ -193,8 +193,8 @@
   "partitionedDagRunDetail": {
     "receivedAssetEvents": "收到的資源事件"
   },
-  "pendingDagRun_one": "待執行的 Dag 執行",
-  "pendingDagRun_other": "待執行的 Dag 執行",
+  "pendingDagRun_one": "{{count}} 個待執行的 Dag 執行",
+  "pendingDagRun_other": "{{count}} 個待執行的 Dag 執行",
   "reset": "重置",
   "runId": "執行 ID",
   "runTypes": {

Reply via email to