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

@@ -452,6 +452,21 @@ const tw = {
},
},
},
SearchChat: {
Name: "搜索",
Page: {
Title: "搜索聊天記錄",
Search: "輸入搜索關鍵詞",
NoResult: "沒有找到結果",
NoData: "沒有數據",
Loading: "加載中",
SubTitle: (count: number) => `找到 ${count} 條結果`,
},
Item: {
View: "查看",
},
},
NewChat: {
Return: "返回",
Skip: "跳過",