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 4601fb0b8c9 Add the Taiwanese Mandarin string for variable-interval 
deadlines (#70655)
4601fb0b8c9 is described below

commit 4601fb0b8c94ecc2411a59e2c88675a65ffb9da5
Author: Wei Lee <[email protected]>
AuthorDate: Wed Jul 29 22:14:26 2026 +0800

    Add the Taiwanese Mandarin string for variable-interval deadlines (#70655)
---
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json
index 0e9ccd277e6..401a19ccbd1 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json
@@ -42,6 +42,7 @@
   },
   "deadlineAlerts": {
     "completionRule": "必須在 {{reference}}後 {{interval}} 內完成",
+    "completionRuleDynamic": "必須在 {{reference}}後的一段變動期間內完成",
     "count_one": "{{count}} 個期限",
     "count_other": "{{count}} 個期限",
     "referenceType": {

Reply via email to