Add files via upload

This commit is contained in:
公明
2026-07-08 14:39:30 +08:00
committed by GitHub
parent a59084b8ae
commit 2980d17dc7
6 changed files with 558 additions and 38 deletions
+14
View File
@@ -2758,15 +2758,29 @@
"searchPlaceholder": "Search history",
"conversationName": "Conversation name",
"project": "Project",
"group": "Group",
"noProject": "No project",
"unknownProject": "Unknown project",
"noGroup": "Ungrouped",
"unknownGroup": "Unknown group",
"filterByProject": "Filter by project",
"filterByGroup": "Filter by group",
"filterAllGroups": "All groups",
"filterUngrouped": "Ungrouped",
"lastTime": "Last activity",
"action": "Action",
"selectAll": "Select all",
"setGroup": "Set group",
"noGroupOption": "Ungrouped",
"deleteSelected": "Delete selected",
"confirmDeleteNone": "Please select at least one conversation to delete",
"confirmDeleteN": "Delete {{count}} selected conversation(s)? Chat messages cannot be recovered, but recorded vulnerabilities will remain in the vulnerability library.",
"confirmGroupChangeNone": "Please select at least one conversation",
"confirmMoveN": "Move {{count}} selected conversation(s) to \"{{group}}\"?",
"confirmRemoveNoGroup": "None of the selected conversations belong to a group",
"confirmRemoveN": "Remove {{count}} selected conversation(s) from their group(s)?",
"removeFailed": "Remove failed",
"moveFailed": "Move failed",
"deleteFailed": "Delete failed",
"unnamedConversation": "Unnamed conversation"
},
+14
View File
@@ -2746,15 +2746,29 @@
"searchPlaceholder": "搜索历史记录",
"conversationName": "对话名称",
"project": "项目",
"group": "对话分组",
"noProject": "无项目",
"unknownProject": "未知项目",
"noGroup": "无分组",
"unknownGroup": "未知分组",
"filterByProject": "按项目筛选",
"filterByGroup": "按分组筛选",
"filterAllGroups": "全部分组",
"filterUngrouped": "无分组",
"lastTime": "最近一次对话时间",
"action": "操作",
"selectAll": "全选",
"setGroup": "设置分组",
"noGroupOption": "无分组",
"deleteSelected": "删除所选",
"confirmDeleteNone": "请先选择要删除的对话",
"confirmDeleteN": "确定要删除选中的 {{count}} 条对话吗?对话消息将不可恢复,但已记录的漏洞会保留在漏洞库中。",
"confirmGroupChangeNone": "请先选择要操作的对话",
"confirmMoveN": "确定将选中的 {{count}} 条对话移动到「{{group}}」吗?",
"confirmRemoveNoGroup": "所选对话均未归属分组",
"confirmRemoveN": "确定将选中的 {{count}} 条对话移出分组吗?",
"removeFailed": "移出失败",
"moveFailed": "移动失败",
"deleteFailed": "删除失败",
"unnamedConversation": "未命名对话"
},