Add files via upload

This commit is contained in:
公明
2026-06-05 10:35:41 +08:00
committed by GitHub
parent 43c6a0648d
commit 92c0ae19bb
5 changed files with 78 additions and 1 deletions
+6
View File
@@ -1787,6 +1787,12 @@
"loadListFailed": "Failed to load",
"noRecords": "No vulnerability records",
"batchExport": "Batch export",
"batchDelete": "Batch delete",
"batchDeleteNoResults": "No vulnerabilities match the current filters to delete",
"batchDeleteConfirm": "Delete {{count}} vulnerability record(s) matching the current filters? This cannot be undone.",
"batchDeleteConfirmAll": "No filters are set. This will delete all {{count}} vulnerability record(s). This cannot be undone. Continue?",
"batchDeleteSuccess": "Successfully deleted {{count}} vulnerability record(s)",
"batchDeleteFailed": "Batch delete failed",
"downloadMarkdownTitle": "Download Markdown",
"exportNoResults": "No vulnerabilities match the current filters",
"exportStarted": "Started downloading {{count}} file(s)",
+6
View File
@@ -1776,6 +1776,12 @@
"loadListFailed": "加载失败",
"noRecords": "暂无漏洞记录",
"batchExport": "批量导出",
"batchDelete": "批量删除",
"batchDeleteNoResults": "当前筛选条件下没有可删除的漏洞",
"batchDeleteConfirm": "确定要删除当前筛选条件下的 {{count}} 条漏洞吗?此操作不可恢复。",
"batchDeleteConfirmAll": "未设置筛选条件,将删除全部 {{count}} 条漏洞。此操作不可恢复,确定继续?",
"batchDeleteSuccess": "成功删除 {{count}} 条漏洞",
"batchDeleteFailed": "批量删除失败",
"downloadMarkdownTitle": "下载 Markdown",
"exportNoResults": "当前筛选条件下无可导出漏洞",
"exportStarted": "已开始下载 {{count}} 份报告",