This is an automated email from the ASF dual-hosted git repository.
weilee pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 3e14ad11f36 feat(i18n): fix Taiwaness Mandarian translation gap
(#61126)
3e14ad11f36 is described below
commit 3e14ad11f362065942daf3ae00dc0b437a220a1a
Author: Wei Lee <[email protected]>
AuthorDate: Wed Jan 28 09:21:26 2026 +0800
feat(i18n): fix Taiwaness Mandarian translation gap (#61126)
---
.../src/airflow/ui/public/i18n/locales/en/components.json | 2 +-
.../src/airflow/ui/public/i18n/locales/zh-TW/common.json | 10 +---------
.../src/airflow/ui/public/i18n/locales/zh-TW/components.json | 4 ++++
3 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/en/components.json
b/airflow-core/src/airflow/ui/public/i18n/locales/en/components.json
index 8da7c649299..ed5014e2988 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/en/components.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/en/components.json
@@ -116,7 +116,7 @@
"title": "Trigger Dag",
"toaster": {
"error": {
- "title": "Failed to Trigger DAG"
+ "title": "Failed to Trigger Dag"
},
"success": {
"description": "Dag run has been successfully triggered.",
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 e96f96eb10a..e7f0e757dd3 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
@@ -145,15 +145,6 @@
"placeholder": "新增筆記...",
"taskInstance": "任務實例筆記"
},
- "pools": {
- "deferred": "已延後",
- "open": "開放",
- "pools_one": "資源池",
- "pools_other": "資源池",
- "queued": "排隊中",
- "running": "執行中",
- "scheduled": "已排程"
- },
"reset": "重置",
"runId": "執行 ID",
"runTypes": {
@@ -192,6 +183,7 @@
"failed": "失敗",
"no_status": "無狀態",
"none": "無狀態",
+ "open": "空閒",
"planned": "已計劃",
"queued": "排隊中",
"removed": "已移除",
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 ecdd087178d..4245238331f 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
@@ -10,6 +10,7 @@
"maxRuns": "活躍執行數上限",
"missingAndErroredRuns": "遺漏和錯誤的執行",
"missingRuns": "遺漏的執行",
+ "permissionDenied": "試執行失敗: 使用者沒有觸發回填的權限。",
"reprocessBehavior": "重新處理行為",
"run": "執行回填",
"selectDescription": "為指定的日期範圍補上 Dag 執行",
@@ -114,6 +115,9 @@
"selectLabel": "單次執行",
"title": "觸發 Dag",
"toaster": {
+ "error": {
+ "title": "觸發 Dag 執行失敗"
+ },
"success": {
"description": "已成功觸發 Dag 執行。",
"title": "已觸發 Dag 執行"