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

vatsrahul1001 pushed a commit to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-3-test by this push:
     new 303b1c42bda Unify how timetable is translated in Taiwanese Mandarin 
(#71168)
303b1c42bda is described below

commit 303b1c42bda96d60ef18fd6e685d123ebb117ffd
Author: Wei Lee <[email protected]>
AuthorDate: Wed Aug 5 21:21:25 2026 +0800

    Unify how timetable is translated in Taiwanese Mandarin (#71168)
---
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/components.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 cddb3c0c73c..3d8fc5e64fe 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
@@ -130,7 +130,7 @@
   "triggerDag": {
     "button": "觸發",
     "dataInterval": "資料區間",
-    "dataIntervalAuto": "依邏輯日期與時間表推斷",
+    "dataIntervalAuto": "依邏輯日期與排程規則推斷",
     "dataIntervalManual": "手動指定",
     "intervalEnd": "結束",
     "intervalStart": "開始",

Reply via email to