From c40240501531f91dbadee9c397ed769d051772b0 Mon Sep 17 00:00:00 2001 From: hailin Date: Fri, 18 Apr 2025 22:52:55 +0800 Subject: [PATCH] . --- components/chat/quick-settings.tsx | 6 +++--- public/locales/en/translation.json | 5 ++++- public/locales/ja/translation.json | 5 ++++- public/locales/zh/translation.json | 5 ++++- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/components/chat/quick-settings.tsx b/components/chat/quick-settings.tsx index 6eb5cab..9a3f178 100644 --- a/components/chat/quick-settings.tsx +++ b/components/chat/quick-settings.tsx @@ -217,7 +217,7 @@ export const QuickSettings: FC = ({}) => { ))} {loading ? ( -
Loading assistant...
+
{t("chat.loadingAssistant")}
) : ( <>
@@ -227,7 +227,7 @@ export const QuickSettings: FC = ({}) => { {selectedPreset?.name || selectedAssistant?.name || - t("Quick Settings")} + t("chat.quickSettingsLabel")}
@@ -241,7 +241,7 @@ export const QuickSettings: FC = ({}) => { align="start" > {presets.length === 0 && assistants.length === 0 ? ( -
No items found.
+
{t("chat.noItemsFound")}
) : ( <>