mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 19:46:37 +08:00
feat: add placeholder for search bar in chat-list
This commit is contained in:
parent
354a596fa8
commit
59e7532e77
@ -123,6 +123,7 @@ const cn = {
|
|||||||
DeleteChat: "确认删除选中的对话?",
|
DeleteChat: "确认删除选中的对话?",
|
||||||
DeleteToast: "已删除会话",
|
DeleteToast: "已删除会话",
|
||||||
Revert: "撤销",
|
Revert: "撤销",
|
||||||
|
Search: "输入筛选的关键词",
|
||||||
},
|
},
|
||||||
Settings: {
|
Settings: {
|
||||||
Title: "设置",
|
Title: "设置",
|
||||||
@ -441,8 +442,8 @@ const cn = {
|
|||||||
Config: "配置",
|
Config: "配置",
|
||||||
},
|
},
|
||||||
Exporter: {
|
Exporter: {
|
||||||
Description : {
|
Description: {
|
||||||
Title: "只有清除上下文之后的消息会被展示"
|
Title: "只有清除上下文之后的消息会被展示",
|
||||||
},
|
},
|
||||||
Model: "模型",
|
Model: "模型",
|
||||||
Messages: "消息",
|
Messages: "消息",
|
||||||
|
@ -126,6 +126,7 @@ const en: LocaleType = {
|
|||||||
DeleteChat: "Confirm to delete the selected conversation?",
|
DeleteChat: "Confirm to delete the selected conversation?",
|
||||||
DeleteToast: "Chat Deleted",
|
DeleteToast: "Chat Deleted",
|
||||||
Revert: "Revert",
|
Revert: "Revert",
|
||||||
|
Search: "Enter filter keywords",
|
||||||
},
|
},
|
||||||
Settings: {
|
Settings: {
|
||||||
Title: "Settings",
|
Title: "Settings",
|
||||||
@ -443,7 +444,7 @@ const en: LocaleType = {
|
|||||||
},
|
},
|
||||||
Exporter: {
|
Exporter: {
|
||||||
Description: {
|
Description: {
|
||||||
Title: "Only messages after clearing the context will be displayed"
|
Title: "Only messages after clearing the context will be displayed",
|
||||||
},
|
},
|
||||||
Model: "Model",
|
Model: "Model",
|
||||||
Messages: "Messages",
|
Messages: "Messages",
|
||||||
|
Loading…
Reference in New Issue
Block a user