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 fc295501ae1 feat(i18n): fill Taiwanese Mandarian translation gap 
(#62397)
fc295501ae1 is described below

commit fc295501ae17418095413406283662cbc0be0e98
Author: Wei Lee <[email protected]>
AuthorDate: Tue Feb 24 16:47:21 2026 +0900

    feat(i18n): fill Taiwanese Mandarian translation gap (#62397)
---
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json | 6 ++++++
 1 file changed, 6 insertions(+)

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 5f4925c2d8f..e2c1bea5ad9 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
@@ -73,6 +73,12 @@
     "navigation": "導航: {{arrow}}",
     "toggleGroup": "展開/收合群組: 空白鍵"
   },
+  "notFound": {
+    "back": "返回",
+    "backToDags": "返回 Dag 列表",
+    "message": "Dag {{dagId}} 不存在。",
+    "title": "找不到 Dag"
+  },
   "overview": {
     "buttons": {
       "failedRun_one": "失敗的執行",

Reply via email to