jason810496 commented on code in PR #60153:
URL: https://github.com/apache/airflow/pull/60153#discussion_r2664222885


##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/assets.json:
##########
@@ -25,6 +25,7 @@
     },
     "title": "為 {{name}} 建立資源事件"
   },
+  "extra": "資源額外資訊",

Review Comment:
   How about using
   
   ```suggestion
     "extra": "額外資源資訊",
   ```
   
   ?



##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/browse.json:
##########
@@ -12,11 +12,35 @@
     "title": "審計日誌事件"
   },
   "xcom": {
+    "add": {
+      "error": "Failed to add XCom",
+      "errorTitle": "Error",
+      "success": "XCom added successfully",
+      "successTitle": "XCom Added",
+      "title": "Add XCom"
+    },

Review Comment:
   ```suggestion
       "add": {
         "error": "新增 XCom 失敗",
         "errorTitle": "新增失敗",
         "success": "新增 XCom 成功",
         "successTitle": "新增 XCom",
         "title": "新增 XCom"
       },
   ```



##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/browse.json:
##########
@@ -12,11 +12,35 @@
     "title": "審計日誌事件"
   },
   "xcom": {
+    "add": {
+      "error": "Failed to add XCom",
+      "errorTitle": "Error",
+      "success": "XCom added successfully",
+      "successTitle": "XCom Added",
+      "title": "Add XCom"
+    },
     "columns": {
       "dag": "Dag",
       "key": "鍵",
       "value": "值"
     },
-    "title": "XCom"
+    "delete": {
+      "error": "Failed to delete XCom",
+      "errorTitle": "Error",
+      "success": "XCom deleted successfully",
+      "successTitle": "XCom Deleted",
+      "title": "Delete XCom",
+      "warning": "Are you sure you want to delete this XCom? This action 
cannot be undone."
+    },
+    "edit": {
+      "error": "Failed to update XCom",
+      "errorTitle": "Error",
+      "success": "XCom updated successfully",
+      "successTitle": "XCom Updated",
+      "title": "Edit XCom"
+    },
+    "key": "Key",
+    "title": "XCom",
+    "value": "Value"

Review Comment:
   ```suggestion
       "delete": {
         "error": "刪除 XCom 失敗",
         "errorTitle": "刪除失敗",
         "success": "刪除 XCom 成功",
         "successTitle": "刪除 XCom",
         "title": "刪除 XCom"
         "warning": "您確定要刪除 XCom 嗎?此動作無法復原。"
       },
       "edit": {
         "error": "編輯 XCom 失敗",
         "errorTitle": "編輯失敗",
         "success": "編輯 XCom 成功",
         "successTitle": "編輯 XCom",
         "title": "編輯 XCom"
       },
       "key": "鍵",
       "title": "XCom",
       "value": "值"
   ```



-- 
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]

Reply via email to