This is an automated email from the ASF dual-hosted git repository.
weilee 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 79738baae90 feat(i18n): fill the Taiwan translation gap (#57035)
79738baae90 is described below
commit 79738baae906b5593b74348789bd6be10b643ea9
Author: Wei Lee <[email protected]>
AuthorDate: Wed Oct 22 17:07:18 2025 +0800
feat(i18n): fill the Taiwan translation gap (#57035)
---
airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json | 7 +++++++
.../src/airflow/ui/public/i18n/locales/zh-TW/components.json | 5 ++++-
airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dags.json | 3 +--
3 files changed, 12 insertions(+), 3 deletions(-)
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 3a69da77f97..c2134e1b751 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
@@ -78,6 +78,11 @@
"githubRepo": "GitHub 倉庫",
"restApiReference": "REST API 參考"
},
+ "download": {
+ "download": "下載",
+ "hotkey": "d",
+ "tooltip": "按下 {{hotkey}} 下載日誌"
+ },
"duration": "執行時間",
"endDate": "結束日期",
"error": {
@@ -101,6 +106,8 @@
},
"filter": "篩選",
"filters": {
+ "durationFrom": "從執行時間",
+ "durationTo": "到執行時間",
"logicalDateFrom": "從邏輯日期",
"logicalDateTo": "到邏輯日期",
"runAfterFrom": "從最早可執行時間",
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 c655e241acd..ecdd087178d 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
@@ -87,10 +87,13 @@
},
"limitedList": "+ 其他 {{count}} 項",
"limitedList.allItems": "所有 {{count}} 個項目:",
+ "limitedList.allTags_one": " 所有標籤 (1)",
+ "limitedList.allTags_other": "所有標籤 ({{count}})",
"limitedList.clickToInteract": "點擊標籤以篩選 Dags",
"limitedList.clickToOpenFull": "點擊 \"+{{count}} 更多\" 以開啟完整檢視",
"limitedList.copyPasteText": "你可以複製並貼上上方文字",
- "limitedList.showingItems": "顯示 {{count}} 個項目",
+ "limitedList.showingItems_one": "顯示 1 個項目",
+ "limitedList.showingItems_other": "顯示 {{count}} 個項目",
"logs": {
"file": "檔案",
"location": "第 {{line}} 行,位於 {{name}}"
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 52d84ca40e5..1de1da42ed1 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
@@ -20,8 +20,7 @@
"all": "全部",
"paused": "暫停"
},
- "runIdPatternFilter": "搜尋 Dag 執行",
- "triggeringUserNameFilter": "搜尋觸發使用者名稱"
+ "runIdPatternFilter": "搜尋 Dag 執行"
},
"ownerLink": "擁有者 {{owner}} 的連結",
"runAndTaskActions": {