guan404ming commented on code in PR #51677:
URL: https://github.com/apache/airflow/pull/51677#discussion_r2145075399
##########
airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/dag.json:
##########
@@ -0,0 +1,110 @@
+{
+ "allRuns": "所有運行",
+ "blockingDeps": {
+ "dependency": "依賴 (Dependencies)",
+ "reason": "原因",
+ "title": "依賴 (Dependencies) 阻礙任務排程"
+ },
+ "code": {
+ "bundleUrl": "套件包網址",
+ "noCode": "找不到程式碼",
+ "parsedAt": "解析時間:"
+ },
+ "extraLinks": "額外連結",
+ "grid": {
+ "buttons": {
+ "resetToLatest": "重設為最新",
+ "toggleGroup": "切換群組狀態"
+ }
+ },
+ "header": {
+ "buttons": {
+ "dagDocs": "Dag 文件"
+ }
+ },
+ "logs": {
+ "noTryNumber": "沒有嘗試次數",
+ "viewInExternal": "在 {{name}} 中檢視日誌(嘗試 {{attempt}})"
+ },
+ "overview": {
+ "buttons": {
+ "failedRun_one": "失敗的執行",
+ "failedRun_other": "失敗的執行",
+ "failedTask_one": "失敗的任務",
+ "failedTask_other": "失敗的任務",
+ "failedTaskInstance_one": "失敗的任務實例",
+ "failedTaskInstance_other": "失敗的任務實例"
+ },
+ "charts": {
+ "assetEvent_one": "已建立資產事件",
+ "assetEvent_other": "已建立資產事件"
+ },
+ "failedLogs": {
+ "title": "最近失敗任務的日誌",
+ "viewFullLogs": "檢視完整日誌"
+ }
+ },
+ "panel": {
+ "buttons": {
+ "options": "選項",
+ "showGraph": "顯示圖表",
+ "showGrid": "顯示網格"
+ },
+ "dagRuns": {
+ "label": "Dag 執行次數"
+ },
+ "dependencies": {
+ "label": "依賴 (Dependencies)",
+ "options": {
+ "allDagDependencies": "所有 Dag 相依性",
+ "externalConditions": "外部條件",
+ "onlyTasks": "僅限任務"
+ },
+ "placeholder": " (Dependencies)"
Review Comment:
I think it does make it better. Let's add it!
--
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]