dockerzhang commented on code in PR #11438:
URL: https://github.com/apache/inlong/pull/11438#discussion_r1822015208
##########
inlong-dashboard/src/ui/locales/en.json:
##########
@@ -711,6 +711,7 @@
"pages.GroupDetail.Metric.Item": "Metric item",
"pages.GroupDetail.Audit.Total": "Total",
"pages.GroupDetail.Audit.DatepickerRule": "Out of selectable time range",
+ "pages.GroupDetail.Audit.ExportCSV": "Export CSV",
Review Comment:
```suggestion
"pages.GroupDetail.Audit.ExportCSV": "Export CSV File",
```
##########
inlong-dashboard/src/ui/locales/cn.json:
##########
@@ -711,6 +711,7 @@
"pages.GroupDetail.Audit.Sink": "数据目标",
"pages.GroupDetail.Audit.Total": "总计",
"pages.GroupDetail.Audit.DatepickerRule": "超出可选范围",
+ "pages.GroupDetail.Audit.ExportCSV": "导出为 CSV",
Review Comment:
```suggestion
"pages.GroupDetail.Audit.ExportCSV": "导出 CSV 文件",
```
--
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]