-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Draft: i18n - Add initial zh-TW translations for TI and Dag Run tables #51242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
172bb6b
Translate Task Instance and Dag Run tables
bbovenzi 1cbfd30
Fix error and action accordion
bbovenzi ba17426
i18n: Add zh-TW for TI and Dag Run tables, based on 51222
RoyLee1224 631bae0
Merge branch 'main' into drs-tis-translate-en
RoyLee1224 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
147 changes: 147 additions & 0 deletions
147
airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/dags.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,147 @@ | ||
| { | ||
| "assetSchedule": "{{count}} / {{total}} 個資源事件已更新", | ||
| "dagActions": { | ||
| "delete": { | ||
| "button": "刪除 Dag", | ||
| "warning": "這將會刪除所有與此 DAG 相關的系統資料,包括 DAG 執行與任務。" | ||
| }, | ||
| "trigger": { | ||
| "button": "觸發", | ||
| "triggerDag": "觸發 Dag" | ||
| } | ||
| }, | ||
| "filters": { | ||
| "paused": { | ||
| "active": "啟用中", | ||
| "all": "全部", | ||
| "paused": "暫停" | ||
| } | ||
| }, | ||
| "list": { | ||
| "advancedSearch": "進階搜尋", | ||
| "clearSearch": "清除搜尋", | ||
| "columns": { | ||
| "dagId": "Dag ID", | ||
| "lastDagRun": "上次 Dag 執行", | ||
| "nextDagRun": "下次 Dag 執行", | ||
| "schedule": "排程", | ||
| "tags": "標籤" | ||
| }, | ||
| "ownerLink": "Owner link for {{owner}}", | ||
| "searchPlaceholder": "搜尋 Dags" | ||
| }, | ||
| "runAndTaskActions": { | ||
| "clear": { | ||
| "button": "清除 {{type}}", | ||
| "buttonTooltip": "按下 shift+c 清除", | ||
| "dialog": { | ||
| "affectedTasks": { | ||
| "columns": { | ||
| "mapIndex": "Map Index", | ||
Lee-W marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "runId": "執行 ID", | ||
| "state": "狀態", | ||
| "taskId": "任務 ID" | ||
| }, | ||
| "noItemsFound": "找不到任務。", | ||
| "title": "受影響的任務: {{count}}" | ||
| }, | ||
| "confirm": "確認", | ||
| "note": { | ||
| "placeholder": "新增備註...", | ||
| "title": "備註" | ||
| }, | ||
| "options": { | ||
| "downstream": "下游", | ||
| "existingTasks": "清除現有任務", | ||
| "future": "未來", | ||
| "onlyFailed": "清除失敗任務", | ||
| "past": "過去", | ||
| "queueNew": "排隊新任務", | ||
| "upstream": "上游" | ||
| }, | ||
| "title": "清除{{type}}" | ||
| } | ||
| }, | ||
| "delete": { | ||
| "button": "刪除{{type}}", | ||
| "dialog": { | ||
| "resourceName": "{{type}} {{id}}", | ||
| "title": "刪除{{type}}", | ||
| "warning": "這將會刪除所有與此{{type}}相關的系統資料。" | ||
| }, | ||
| "error": "刪除{{type}}時發生錯誤", | ||
| "success": { | ||
| "description": "{{type}}刪除請求成功。", | ||
| "title": "{{type}}刪除成功" | ||
| } | ||
| }, | ||
| "markAs": { | ||
| "button": "標記為{{type}}...", | ||
| "buttonTooltip": { | ||
| "failed": "按下 shift+f 標記為失敗", | ||
| "success": "按下 shift+s 標記為成功" | ||
| }, | ||
| "dialog": { | ||
| "confirm": "確認", | ||
| "options": { | ||
| "downstream": "下游", | ||
| "future": "未來", | ||
| "past": "過去", | ||
| "upstream": "上游" | ||
| }, | ||
| "title": "標記為{{type}}為{{state}}" | ||
| } | ||
| } | ||
| }, | ||
| "runs": { | ||
| "allRunTypes": "全部執行類型", | ||
| "allStates": "全部狀態", | ||
| "columns": { | ||
| "dagId": "Dag ID", | ||
| "dagVersions": "Dag 版本", | ||
| "duration": "持續時間", | ||
| "endDate": "結束日期", | ||
| "runAfter": "之後執行", | ||
| "runType": "執行類型", | ||
| "startDate": "開始日期", | ||
| "state": "狀態" | ||
| } | ||
| }, | ||
| "sort": { | ||
| "displayName": { | ||
| "asc": "依顯示名稱排序 (A-Z)", | ||
| "desc": "依顯示名稱排序 (Z-A)" | ||
| }, | ||
| "lastRunStartDate": { | ||
| "asc": "依上次開始執行日期排序 (從新到舊)", | ||
| "desc": "依上次開始執行日期排序 (從新到舊)" | ||
| }, | ||
| "lastRunState": { | ||
| "asc": "依上次執行狀態排序 (A-Z)", | ||
| "desc": "依上次執行狀態排序 (Z-A)" | ||
| }, | ||
| "nextDagRun": { | ||
| "asc": "依下次執行時間排序 (由近而遠)", | ||
| "desc": "依下次執行時間排序 (由遠而近)" | ||
| }, | ||
| "placeholder": "排序方式" | ||
| }, | ||
| "taskInstances": { | ||
| "allStates": "全部狀態", | ||
| "columns": { | ||
| "dagId": "Dag ID", | ||
| "dagRun": "Dag 執行", | ||
| "dagVersion": "Dag 版本", | ||
| "duration": "持續時間", | ||
| "endDate": "結束日期", | ||
| "mapIndex": "Map 索引", | ||
RoyLee1224 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "operator": "運算子", | ||
| "pool": "資源池", | ||
| "startDate": "開始日期", | ||
| "state": "狀態", | ||
| "taskId": "任務 ID", | ||
| "tryNumber": "嘗試次數" | ||
| }, | ||
| "searchPlaceholder": "搜尋任務" | ||
| } | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still seems to be missed 🤔