mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-10 08:13:24 +08:00
Add page to search chat history
This commit is contained in:
@@ -527,6 +527,22 @@ const en: LocaleType = {
|
||||
FineTuned: {
|
||||
Sysmessage: "You are an assistant that",
|
||||
},
|
||||
SearchChat: {
|
||||
Name: "Search",
|
||||
Page: {
|
||||
Title: "Search Chat History",
|
||||
Search:
|
||||
"Enter multiple keywords (separated by spaces), press Enter to search",
|
||||
NoResult: "No results found",
|
||||
NoData: "No data",
|
||||
Loading: "Loading...",
|
||||
|
||||
SubTitle: (count: number) => `Found ${count} results`,
|
||||
},
|
||||
Item: {
|
||||
View: "View",
|
||||
},
|
||||
},
|
||||
Mask: {
|
||||
Name: "Mask",
|
||||
Page: {
|
||||
|
Reference in New Issue
Block a user