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 @@ -159,15 +159,6 @@
"placeholder": "新增筆記...",
"taskInstance": "任務實例筆記"
},
"pools": {
"deferred": "已延後",
"open": "開放",
"pools_one": "資源池",
"pools_other": "資源池",
"queued": "排隊中",
"running": "執行中",
"scheduled": "已排程"
},
"reset": "重置",
"runId": "執行 ID",
"runTypes": {
Expand Down Expand Up @@ -207,6 +198,7 @@
"failed": "失敗",
"no_status": "無狀態",
"none": "無狀態",
"open": "開放",
"planned": "已計劃",
"queued": "排隊中",
"removed": "已移除",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"maxRuns": "活躍執行數上限",
"missingAndErroredRuns": "遺漏和錯誤的執行",
"missingRuns": "遺漏的執行",
"permissionDenied": "試執行失敗:使用者沒有建立回填的權限。",
"reprocessBehavior": "重新處理行為",
"run": "執行回填",
"selectDescription": "為指定的日期範圍補上 Dag 執行",
Expand Down Expand Up @@ -111,6 +112,13 @@
"sortedUnsorted": "未排序",
"taskTries": "任務嘗試次數",
"taskTryPlaceholder": "任務嘗試數",
"team": {
"selector": {
"helperText": "選填,限制僅供特定團隊使用。",
"label": "團隊",
"placeHolder": "選擇團隊"
}
},
"toggleCardView": "顯示卡片視圖",
"toggleTableView": "顯示表格視圖",
"triggerDag": {
Expand All @@ -135,6 +143,7 @@
"title": "已觸發 Dag 執行"
}
},
"triggerAgainWithConfig": "使用此配置再次觸發",
"unpause": "觸發時取消暫停 {{dagDisplayName}}"
},
"trimText": {
Expand Down
Loading