From 59e7532e77f0d71a4c98476055926787772b590d Mon Sep 17 00:00:00 2001 From: Andision Date: Fri, 1 Dec 2023 04:09:09 +0000 Subject: [PATCH] feat: add placeholder for search bar in chat-list --- app/locales/cn.ts | 7 ++++--- app/locales/en.ts | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/app/locales/cn.ts b/app/locales/cn.ts index 50dd44284..22eff43b8 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -123,6 +123,7 @@ const cn = { DeleteChat: "确认删除选中的对话?", DeleteToast: "已删除会话", Revert: "撤销", + Search: "输入筛选的关键词", }, Settings: { Title: "设置", @@ -441,9 +442,9 @@ const cn = { Config: "配置", }, Exporter: { - Description : { - Title: "只有清除上下文之后的消息会被展示" - }, + Description: { + Title: "只有清除上下文之后的消息会被展示", + }, Model: "模型", Messages: "消息", Topic: "主题", diff --git a/app/locales/en.ts b/app/locales/en.ts index f90cffd4c..4ef31f012 100644 --- a/app/locales/en.ts +++ b/app/locales/en.ts @@ -126,6 +126,7 @@ const en: LocaleType = { DeleteChat: "Confirm to delete the selected conversation?", DeleteToast: "Chat Deleted", Revert: "Revert", + Search: "Enter filter keywords", }, Settings: { Title: "Settings", @@ -443,8 +444,8 @@ const en: LocaleType = { }, Exporter: { Description: { - Title: "Only messages after clearing the context will be displayed" - }, + Title: "Only messages after clearing the context will be displayed", + }, Model: "Model", Messages: "Messages", Topic: "Topic",