mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-10 22:32:51 +08:00
add all translations for SearchChat
This commit is contained in:
@@ -405,6 +405,21 @@ const pt: PartialLocaleType = {
|
||||
FineTuned: {
|
||||
Sysmessage: "Você é um assistente que",
|
||||
},
|
||||
SearchChat: {
|
||||
Name: "Pesquisar",
|
||||
Page: {
|
||||
Title: "Pesquisar histórico de chat",
|
||||
Search: "Digite palavras-chave para pesquisa",
|
||||
NoResult: "Nenhum resultado encontrado",
|
||||
NoData: "Sem dados",
|
||||
Loading: "Carregando",
|
||||
|
||||
SubTitle: (count: number) => `Encontrado ${count} resultados`,
|
||||
},
|
||||
Item: {
|
||||
View: "Ver",
|
||||
},
|
||||
},
|
||||
Mask: {
|
||||
Name: "Máscara",
|
||||
Page: {
|
||||
|
Reference in New Issue
Block a user