bbovenzi commented on code in PR #50930:
URL: https://github.com/apache/airflow/pull/50930#discussion_r2101321225


##########
airflow-core/src/airflow/ui/src/i18n/locales/zh_TW/common.json:
##########
@@ -42,5 +42,26 @@
     "documentation": "文件",
     "githubRepo": "GitHub 倉庫",
     "restApiReference": "REST API 參考"
-  }
+  },
+  "states": {
+    "queued": "排隊中",
+    "running": "執行中",
+    "success": "成功",
+    "failed": "失敗",
+    "skipped": "已跳過",
+    "removed": "已移除",
+    "scheduled": "已排程",
+    "restarting": "重啟中",
+    "up_for_retry": "等待重試",
+    "up_for_reschedule": "等待重新排程",
+    "upstream_failed": "上游任務失敗",
+    "deferred": "已延後",
+    "no_status": "無狀態"
+  },
+  "dagRun_one": "Dag 執行",
+  "dagRun_other": "Dag 執行",
+  "taskInstance_one": "任務實例",
+  "taskInstance_other": "任務實例",
+  "assetEvent_one": "資源事件",
+  "assetEvent_other": "資源事件"

Review Comment:
   These all felt like common translations we will use a lot so I moved from 
dashboard to common



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to