sjyangkevin commented on code in PR #73113:
URL: https://github.com/apache/airflow/pull/73113#discussion_r4027108470


##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/components.json:
##########
@@ -93,11 +105,15 @@
     "downloadImageError": "下载图表图片失败。",
     "downloadImageErrorTitle": "下载失败",
     "otherDagRuns": "+ 其他 Dag 执行",
-    "taskCount_one": "1 个任务",
+    "taskCount_one": "{{count}} 个任务",

Review Comment:
   Fixed. thanks for pointing it out



##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/components.json:
##########
@@ -93,11 +105,15 @@
     "downloadImageError": "下载图表图片失败。",
     "downloadImageErrorTitle": "下载失败",
     "otherDagRuns": "+ 其他 Dag 执行",
-    "taskCount_one": "1 个任务",
+    "taskCount_one": "{{count}} 个任务",
     "taskCount_other": "{{count}} 个任务",
     "taskGroup": "任务分组",
     "zoomToTask": "缩放至选定任务"
   },
+  "jsonPreview": {
+    "items_one": "{{count}} 项",

Review Comment:
   yes. fixed. thanks!



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