Add page to search chat history

This commit is contained in:
heweikang
2024-08-14 22:28:05 +08:00
parent edb92f7bfb
commit cd920364f8
10 changed files with 12523 additions and 1279 deletions

View File

@@ -244,6 +244,22 @@ const jp: PartialLocaleType = {
},
Plugin: { Name: "プラグイン" },
FineTuned: { Sysmessage: "あなたはアシスタントです" },
SearchChat: {
Name: "検索",
Page: {
Title: "チャット履歴を検索",
Search:
"複数のキーワードを入力してください(スペースで区切る)、エンターキーを押して検索",
NoResult: "結果が見つかりませんでした",
NoData: "データがありません",
Loading: "読み込み中...",
SubTitle: (count: number) => `${count} 件の結果を見つけました`,
},
Item: {
View: "表示",
},
},
Mask: {
Name: "キャラクタープリセット",
Page: {