add all translations for SearchChat

This commit is contained in:
heweikang
2024-08-17 11:08:38 +08:00
parent 82298a760a
commit fd1c656bdd
17 changed files with 237 additions and 9 deletions

View File

@@ -460,6 +460,9 @@ const jp: PartialLocaleType = {
Plugin: {
Name: "プラグイン",
},
Discovery: {
Name: "発見",
},
FineTuned: {
Sysmessage: "あなたはアシスタントです",
},
@@ -467,12 +470,12 @@ const jp: PartialLocaleType = {
Name: "検索",
Page: {
Title: "チャット履歴を検索",
Search: "キーワードを入力してください",
Search: "検索キーワードを入力",
NoResult: "結果が見つかりませんでした",
NoData: "データがありません",
Loading: "読み込み中...",
Loading: "読み込み中",
SubTitle: (count: number) => `${count} 件の結果見つました`,
SubTitle: (count: number) => `${count} 件の結果見つかりました`,
},
Item: {
View: "表示",