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
1 change: 1 addition & 0 deletions .github/skills/airflow-translations/locales/zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,6 @@ Use the following established translations in the Airflow UI:

- **Triggerer** → 觸發者
- **trigger** → 觸發器
- **partition** → 分區

Ensure these terms are used consistently across the locale.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,13 @@
"placeholder": "新增筆記...",
"taskInstance": "任務實例筆記"
},
"partitionedDagRun_one": "分區的 Dag 執行",
"partitionedDagRun_other": "分區的 Dag 執行",
"partitionedDagRunDetail": {
"receivedAssetEvents": "收到的資源事件"
},
"pendingDagRun_one": "待執行的 Dag 執行",
"pendingDagRun_other": "待執行的 Dag 執行",
"reset": "重置",
"runId": "執行 ID",
"runTypes": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,15 @@
"graphDirection": {
"label": "圖表方向"
},
"showVersionIndicator": {
"label": "版本指示器",
"options": {
"hideAll": "隱藏全部",
"showAll": "顯示全部",
"showBundleVersion": "顯示套件包版本",
"showDagVersion": "顯示 Dag 版本"
}
},
"taskStreamFilter": {
"activeFilter": "啟用過濾器",
"clearFilter": "清除過濾器",
Expand Down
Loading