Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"lastDagRun_other": "最近 {{count}} 次 Dag 執行",
"lastTaskInstance_one": "最近 1 次任務實例",
"lastTaskInstance_other": "最近 {{count}} 次任務實例",
"medianTotalDuration": "總計: {{duration}}",
"queuedDuration": "排隊等候時間",
"runAfter": "最早可執行時間",
"runDuration": "執行持續時間"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
"filters": {
"allRunTypes": "全部執行類型",
"allStates": "全部狀態",
"anyRunState": "全部執行",
"favorite": {
"all": "全部",
"favorite": "已加為最愛",
"unfavorite": "未加為最愛"
},
"lastRunState": "最後執行狀態",
"paused": {
"active": "啟用中",
"all": "全部",
Expand Down
Loading