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 @@ -179,9 +179,12 @@
"note": {
"add": "新增筆記",
"dagRun": "Dag 執行筆記",
"edit": "編輯筆記",
"label": "筆記",
"placeholder": "新增筆記...",
"taskInstance": "任務實例筆記"
"preview": "預覽",
"taskInstance": "任務實例筆記",
"write": "撰寫"
},
"overallStatus": "整體狀態",
"partitionedDagRun_one": "分區的 Dag 執行",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
{
"deadlines": {
"pending": {
"empty": "沒有即將到期的截止期限",
"title": "即將到期"
},
"recentlyMissed": {
"empty": "沒有已逾期的截止期限",
"title": "已逾期的截止期限"
},
"showMore": "顯示更多",
"title": "截止期限"
},
"deferredSlotsNotCounted": "未計入配額的延後任務:{{count}}",
"deferredSlotsNotCountedTooltip": "長條圖中顯示的延後任務會計入資源池配額。長條圖下方顯示的延後任務來自不將延後任務計入配額的資源池。",
"favorite": {
Expand Down
14 changes: 14 additions & 0 deletions airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/hitl.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@
"success": "任務 {{taskId}} 回應成功",
"title": "人類參與流程任務實例 - {{taskId}}"
},
"review": {
"detail": {
"selectRequiredAction": "選擇一個待回應的任務實例以查看詳細資訊"
},
"list": {
"completedRequiredActions": "已回應的任務實例 ({{count}})",
"loadError": "無法載入待回應的任務實例",
"loadingActions": "正在載入待回應的任務實例...",
"pendingRequiredActions": "待回應的任務實例 ({{count}})"
},
"openReviewDrawer": "開啟回應面板",
"pageLimitHint": "這裡僅顯示前幾項任務實例。請使用「$t(review.viewAll)」以查看全部。",
"viewAll": "查看所有待回應的任務實例"
},
"state": {
"approvalReceived": "已核准",
"approvalRequired": "需要核准",
Expand Down
Loading