Lee-W commented on code in PR #51677:
URL: https://github.com/apache/airflow/pull/51677#discussion_r2145049656
##########
airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/admin.json:
##########
@@ -40,7 +42,18 @@
"noRowMessage": "找不到連線",
"searchPlaceholder": "搜尋連線",
"test": "測試連線",
- "testDisabled": "測試連線功能已停用。請聯繫管理員以啟用。"
+ "testDisabled": "測試連線功能已停用。請聯繫管理員以啟用。",
+ "typeMeta": {
+ "error": "取得連線類型元資料失敗",
Review Comment:
```suggestion
"error": "取得連線類型中繼資料失敗",
```
##########
airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/common.json:
##########
@@ -17,19 +17,44 @@
"auditLog": "審計日誌",
"xcoms": "XComs"
},
+ "createdAssetEvent_one": "已建立資源事件",
+ "createdAssetEvent_other": "已建立資源事件",
"dag_one": "Dag",
"dag_other": "Dags",
"dagDetails": {
+ "catchup": "自動回填",
+ "concurrency": "併行數",
Review Comment:
```suggestion
"concurrency": "同時執行數",
```
##########
airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/dag.json:
##########
@@ -0,0 +1,110 @@
+{
+ "allRuns": "所有運行",
Review Comment:
```suggestion
"allRuns": "所有執行",
```
I think we use "執行" elsewhere. we should unify them
##########
airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/dag.json:
##########
@@ -0,0 +1,97 @@
+{
+ "allRuns": "所有運行",
+ "blockingDeps": {
+ "dependency": "依賴(Dependencies)",
+ "reason": "原因",
+ "title": "依賴(Dependencies)阻礙任務排程"
+ },
+ "code": {
+ "bundleUrl": "套件包網址",
+ "noCode": "找不到程式碼",
+ "parsedAt": "解析時間:"
+ },
+ "extraLinks": "額外連結",
+ "grid": {
+ "buttons": {
+ "resetToLatest": "重設為最新",
+ "toggleGroup": "切換群組狀態"
+ }
+ },
+ "header": {
+ "buttons": {
+ "dagDocs": "Dag 文件"
+ }
+ },
+ "logs": {
+ "noTryNumber": "沒有嘗試次數",
+ "viewInExternal": "在 {{name}} 中檢視日誌(嘗試 {{attempt}})"
+ },
+ "overview": {
+ "buttons": {
+ "failedRun_one": "失敗的執行",
+ "failedRun_other": "失敗的執行",
+ "failedTask_one": "失敗的任務",
+ "failedTask_other": "失敗的任務",
+ "failedTaskInstance_one": "失敗的任務實例",
+ "failedTaskInstance_other": "失敗的任務實例"
+ },
+ "charts": {
+ "assetEvent_one": "已建立資產事件",
+ "assetEvent_other": "已建立資產事件"
Review Comment:
This comment seems to be missed
##########
airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/dag.json:
##########
@@ -0,0 +1,110 @@
+{
+ "allRuns": "所有運行",
+ "blockingDeps": {
+ "dependency": "依賴 (Dependencies)",
+ "reason": "原因",
+ "title": "依賴 (Dependencies) 阻礙任務排程"
+ },
+ "code": {
+ "bundleUrl": "套件包網址",
+ "noCode": "找不到程式碼",
+ "parsedAt": "解析時間:"
+ },
+ "extraLinks": "額外連結",
+ "grid": {
+ "buttons": {
+ "resetToLatest": "重設為最新",
+ "toggleGroup": "切換群組狀態"
+ }
+ },
+ "header": {
+ "buttons": {
+ "dagDocs": "Dag 文件"
+ }
+ },
+ "logs": {
+ "noTryNumber": "沒有嘗試次數",
+ "viewInExternal": "在 {{name}} 中檢視日誌(嘗試 {{attempt}})"
+ },
+ "overview": {
+ "buttons": {
+ "failedRun_one": "失敗的執行",
+ "failedRun_other": "失敗的執行",
+ "failedTask_one": "失敗的任務",
+ "failedTask_other": "失敗的任務",
+ "failedTaskInstance_one": "失敗的任務實例",
+ "failedTaskInstance_other": "失敗的任務實例"
+ },
+ "charts": {
+ "assetEvent_one": "已建立資產事件",
+ "assetEvent_other": "已建立資產事件"
+ },
+ "failedLogs": {
+ "title": "最近失敗任務的日誌",
+ "viewFullLogs": "檢視完整日誌"
+ }
+ },
+ "panel": {
+ "buttons": {
+ "options": "選項",
+ "showGraph": "顯示圖表",
+ "showGrid": "顯示網格"
+ },
+ "dagRuns": {
+ "label": "Dag 執行次數"
+ },
+ "dependencies": {
+ "label": "依賴 (Dependencies)",
+ "options": {
+ "allDagDependencies": "所有 Dag 相依性",
+ "externalConditions": "外部條件",
+ "onlyTasks": "僅限任務"
+ },
+ "placeholder": " (Dependencies)"
Review Comment:
```suggestion
"placeholder": " 依賴 (Dependencies)"
```
not sure , would something like this be better
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]