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 1e6ff912bfc Fill in missing zh-TW translations for common.json (#72154)
1e6ff912bfc is described below

commit 1e6ff912bfc1626601f8d72a55681d84f5ac3fc8
Author: Wei Lee <[email protected]>
AuthorDate: Fri Aug 28 08:30:54 2026 +0900

    Fill in missing zh-TW translations for common.json (#72154)
    
    Co-authored-by: Guan-Ming Chiu 
<[email protected]>
---
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json | 4 ++++
 1 file changed, 4 insertions(+)

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 c50aad014c1..c87c14338de 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
@@ -24,6 +24,7 @@
   },
   "backfill_one": "回填",
   "backfill_other": "回填",
+  "breadcrumb": "麵包屑導覽",
   "browse": {
     "auditLog": "稽核日誌",
     "deadlines": "截止期限",
@@ -204,6 +205,7 @@
   "partitionedDagRunDetail": {
     "receivedAssetEvents": "收到的資源事件"
   },
+  "pause": "暫停",
   "pendingDagRun_one": "{{count}} 個待執行的 Dag 執行",
   "pendingDagRun_other": "{{count}} 個待執行的 Dag 執行",
   "presetFilters": {
@@ -361,6 +363,7 @@
     "up_for_retry": "等待重試",
     "upstream_failed": "上游任務失敗"
   },
+  "switchDag": "切換 $t(dag_one)",
   "table": {
     "completedAt": "完成時間",
     "createdAt": "建立時間",
@@ -519,6 +522,7 @@
   "total": "總計 {{state}}",
   "triggered": "已觸發",
   "tryNumber": "嘗試次數",
+  "unpause": "取消暫停",
   "user": "使用者",
   "validation": {
     "mustBeAtLeast": "必須至少為 {{min}}。",

Reply via email to