update history

This commit is contained in:
duanfuxiang
2025-06-15 15:32:38 +08:00
parent b3ef7afa0c
commit f6f14a2d64
7 changed files with 575 additions and 227 deletions

View File

@@ -20,7 +20,10 @@ export default {
conversationNotFound: "Conversation not found",
fileNotFound: "File not found: {{path}}",
failedToApplyEditChanges: "Failed to apply edit changes",
failedToSearchAndReplace: "Failed to search and replace"
failedToSearchAndReplace: "Failed to search and replace",
failedToDeleteConversation: "Failed to delete conversation",
titleRequired: "Title is required",
failedToUpdateTitle: "Failed to update title"
},
apply: {
changesApplied: "Changes successfully applied",
@@ -30,7 +33,21 @@ export default {
noResultsFound: "No results found for '{{query}}'"
},
history: {
noConversations: "No conversations"
title: "Chat History",
description: "Manage your conversation history and switch between different chats",
noConversations: "No conversations",
noSearchResults: "No search results found",
noMatchingChats: "No matching chats found",
noChats: "No chats available",
newChat: "New Chat",
searchPlaceholder: "Search conversations...",
editTitle: "Edit title",
deleteChat: "Delete chat",
deleteConversation: "Delete conversation",
save: "Save",
cancel: "Cancel",
yesterday: "Yesterday",
daysAgo: "days ago"
},
shortcutInfo: {
editInline: "Edit inline",

View File

@@ -21,7 +21,10 @@ export default {
conversationNotFound: "未找到对话",
fileNotFound: "未找到文件:{{path}}",
failedToApplyEditChanges: "应用编辑更改失败",
failedToSearchAndReplace: "搜索和替换失败"
failedToSearchAndReplace: "搜索和替换失败",
failedToDeleteConversation: "删除对话失败",
titleRequired: "标题不能为空",
failedToUpdateTitle: "更新标题失败"
},
apply: {
changesApplied: "更改已成功应用",
@@ -31,7 +34,21 @@ export default {
noResultsFound: "未找到 '{{query}}' 的结果"
},
history: {
noConversations: "没有对话"
title: "聊天记录",
description: "管理您的对话历史,并在不同聊天之间切换",
noConversations: "没有对话",
noSearchResults: "未找到搜索结果",
noMatchingChats: "未找到匹配的聊天",
noChats: "没有可用的聊天",
newChat: "新建聊天",
searchPlaceholder: "搜索对话...",
editTitle: "编辑标题",
deleteChat: "删除聊天",
deleteConversation: "删除对话",
save: "保存",
cancel: "取消",
yesterday: "昨天",
daysAgo: "天前"
},
shortcutInfo: {
editInline: "行内编辑",