Lee-W commented on code in PR #55604:
URL: https://github.com/apache/airflow/pull/55604#discussion_r2349283248


##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/components.json:
##########
@@ -86,6 +86,11 @@
     "taskGroup": "任務群組"
   },
   "limitedList": "+ 其他 {{count}} 項",
+  "limitedList.allItems": "所有 {{count}} 項目:",
+  "limitedList.clickToInteract": "點擊標籤以篩選 DAGs",
+  "limitedList.clickToOpenFull": "點擊 \"+{{count}} 更多\" 以開啟完整檢視",
+  "limitedList.copyPasteText": "你可以複製並貼上上方文字",
+  "limitedList.showingItems": "顯示 {{count}} 項目",

Review Comment:
   ```suggestion
     "limitedList.showingItems": "顯示 {{count}} 個項目",
   ```



##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/components.json:
##########
@@ -86,6 +86,11 @@
     "taskGroup": "任務群組"
   },
   "limitedList": "+ 其他 {{count}} 項",
+  "limitedList.allItems": "所有 {{count}} 項目:",
+  "limitedList.clickToInteract": "點擊標籤以篩選 DAGs",
+  "limitedList.clickToOpenFull": "點擊 \"+{{count}} 更多\" 以開啟完整檢視",
+  "limitedList.copyPasteText": "你可以複製並貼上上方文字",
+  "limitedList.showingItems": "顯示 {{count}} 項目",

Review Comment:
   you're right hahahaha
   



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