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 60bde111919 Add missing Traditional Chinese UI translations (#73180)
60bde111919 is described below
commit 60bde111919405bc348d6fde9a95929c6e0d83c9
Author: Andrew Chang <[email protected]>
AuthorDate: Wed Sep 16 17:39:05 2026 +0800
Add missing Traditional Chinese UI translations (#73180)
---
.../ui/public/i18n/locales/zh-TW/components.json | 4 ++++
.../src/airflow/ui/public/i18n/locales/zh-TW/dags.json | 18 ++++++++++++++++++
2 files changed, 22 insertions(+)
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 a734e57bbc0..a3d66688713 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
@@ -110,6 +110,10 @@
"taskGroup": "任務群組",
"zoomToTask": "縮放至選定任務"
},
+ "jsonPreview": {
+ "items_one": "{{count}} 個項目",
+ "items_other": "{{count}} 個項目"
+ },
"limitedList": "+ 其他 {{count}} 項",
"limitedList.allItems": "所有 {{count}} 個項目:",
"limitedList.allTags_one": " 所有標籤 (1)",
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dags.json
b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dags.json
index 40f5ba576d5..21c5368f7af 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dags.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dags.json
@@ -93,6 +93,24 @@
"loading": "正在載入執行狀態數量",
"tooltip": "{{state}}:{{formattedCount}} — 點選以篩選執行"
},
+ "schedulingActions": {
+ "cancelDrain": "恢復排程",
+ "drain": "完成後暫停",
+ "drainPrompt": "目前仍有 Dag 執行尚未結束。您可以等待這些執行結束後再暫停,或立即暫停。",
+ "pauseNow": "立即暫停"
+ },
+ "schedulingBanner": {
+ "message": "待目前的執行全部結束後,此 Dag 將自動暫停。"
+ },
+ "schedulingState": {
+ "active": "啟用中",
+ "draining": "完成後將暫停",
+ "drainingBadgeTooltip": "待目前的執行全部結束後,此 Dag 將自動暫停。",
+ "drainingTooltip": "{{dagDisplayName}} 會在目前的執行全部結束後自動暫停。點選以恢復排程。",
+ "label": "排程狀態",
+ "paused": "暫停",
+ "placeholder": "選擇排程狀態…"
+ },
"search": {
"advanced": "進階搜尋",
"clear": "清除搜尋",