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

guanmingchiu 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 d90c669d9da feat(i18n): Fill Taiwan translation gap (#58387)
d90c669d9da is described below

commit d90c669d9dadbd71980c5fe38fe580e1a3346657
Author: Wei Lee <[email protected]>
AuthorDate: Mon Nov 17 23:16:44 2025 +0800

    feat(i18n): Fill Taiwan translation gap (#58387)
---
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/assets.json | 3 +++
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json | 1 +
 2 files changed, 4 insertions(+)

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..5f295affa63 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,4 +1,7 @@
 {
+  "additional_data": "資源額外資訊",
+  "asset_many": "資源",
+  "asset_one": "資源",
   "consumingDags": "消費者 Dags",
   "createEvent": {
     "button": "建立事件",
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 c2134e1b751..7f4640b7f7b 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
@@ -59,6 +59,7 @@
     "dataIntervalEnd": "資料區間結束",
     "dataIntervalStart": "資料區間起始",
     "lastSchedulingDecision": "最後排程決策",
+    "partitionKey": "資產分割鍵",
     "queuedAt": "開始排隊時間",
     "runAfter": "最早可執行時間",
     "runType": "執行類型",

Reply via email to