瀏覽代碼

chore: format

Timothy J. Baek 7 月之前
父節點
當前提交
4c9ea084d5
共有 42 個文件被更改,包括 83 次插入42 次删除
  1. 1 1
      src/lib/components/chat/Chat.svelte
  2. 2 1
      src/lib/i18n/locales/ar-BH/translation.json
  3. 2 1
      src/lib/i18n/locales/bg-BG/translation.json
  4. 2 1
      src/lib/i18n/locales/bn-BD/translation.json
  5. 2 1
      src/lib/i18n/locales/ca-ES/translation.json
  6. 2 1
      src/lib/i18n/locales/ceb-PH/translation.json
  7. 2 1
      src/lib/i18n/locales/de-DE/translation.json
  8. 2 1
      src/lib/i18n/locales/dg-DG/translation.json
  9. 2 1
      src/lib/i18n/locales/en-GB/translation.json
  10. 2 1
      src/lib/i18n/locales/en-US/translation.json
  11. 2 1
      src/lib/i18n/locales/es-ES/translation.json
  12. 2 1
      src/lib/i18n/locales/fa-IR/translation.json
  13. 2 1
      src/lib/i18n/locales/fi-FI/translation.json
  14. 2 1
      src/lib/i18n/locales/fr-CA/translation.json
  15. 2 1
      src/lib/i18n/locales/fr-FR/translation.json
  16. 2 1
      src/lib/i18n/locales/he-IL/translation.json
  17. 2 1
      src/lib/i18n/locales/hi-IN/translation.json
  18. 2 1
      src/lib/i18n/locales/hr-HR/translation.json
  19. 2 1
      src/lib/i18n/locales/id-ID/translation.json
  20. 2 1
      src/lib/i18n/locales/it-IT/translation.json
  21. 2 1
      src/lib/i18n/locales/ja-JP/translation.json
  22. 2 1
      src/lib/i18n/locales/ka-GE/translation.json
  23. 2 1
      src/lib/i18n/locales/ko-KR/translation.json
  24. 2 1
      src/lib/i18n/locales/lt-LT/translation.json
  25. 2 1
      src/lib/i18n/locales/ms-MY/translation.json
  26. 2 1
      src/lib/i18n/locales/nb-NO/translation.json
  27. 2 1
      src/lib/i18n/locales/nl-NL/translation.json
  28. 2 1
      src/lib/i18n/locales/pa-IN/translation.json
  29. 2 1
      src/lib/i18n/locales/pl-PL/translation.json
  30. 2 1
      src/lib/i18n/locales/pt-BR/translation.json
  31. 2 1
      src/lib/i18n/locales/pt-PT/translation.json
  32. 2 1
      src/lib/i18n/locales/ro-RO/translation.json
  33. 2 1
      src/lib/i18n/locales/ru-RU/translation.json
  34. 2 1
      src/lib/i18n/locales/sr-RS/translation.json
  35. 2 1
      src/lib/i18n/locales/sv-SE/translation.json
  36. 2 1
      src/lib/i18n/locales/th-TH/translation.json
  37. 2 1
      src/lib/i18n/locales/tk-TW/translation.json
  38. 2 1
      src/lib/i18n/locales/tr-TR/translation.json
  39. 2 1
      src/lib/i18n/locales/uk-UA/translation.json
  40. 2 1
      src/lib/i18n/locales/vi-VN/translation.json
  41. 2 1
      src/lib/i18n/locales/zh-CN/translation.json
  42. 2 1
      src/lib/i18n/locales/zh-TW/translation.json

+ 1 - 1
src/lib/components/chat/Chat.svelte

@@ -1529,7 +1529,7 @@
 				done: true,
 				error: true,
 				action: 'web_search',
-				description: 'No search query generated'
+				description: $i18n.t('No search query generated')
 			});
 			messages = messages;
 			return;

+ 2 - 1
src/lib/i18n/locales/ar-BH/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "تفعيل عمليات التسجيل الجديدة",
 	"Enable Web Search": "تمكين بحث الويب",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "تأكد من أن ملف CSV الخاص بك يتضمن 4 أعمدة بهذا الترتيب: Name, Email, Password, Role.",
@@ -367,6 +368,7 @@
 	"Last Active": "آخر نشاط",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "فاتح",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "يمكن أن تصدر بعض الأخطاء. لذلك يجب التحقق من المعلومات المهمة",
@@ -538,7 +540,6 @@
 	"Search Models": "نماذج البحث",
 	"Search Prompts": "أبحث حث",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "عدد نتائج البحث",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/bg-BG/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Вклюване на Нови Потребители",
 	"Enable Web Search": "Разрешаване на търсене в уеб",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Уверете се, че вашият CSV файл включва 4 колони в следния ред: Име, Имейл, Парола, Роля.",
@@ -367,6 +368,7 @@
 	"Last Active": "Последни активни",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Светъл",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "LLMs могат да правят грешки. Проверете важните данни.",
@@ -538,7 +540,6 @@
 	"Search Models": "Търсене на модели",
 	"Search Prompts": "Търси Промптове",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "Брой резултати от търсенето",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/bn-BD/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "নতুন সাইনআপ চালু করুন",
 	"Enable Web Search": "ওয়েব অনুসন্ধান সক্ষম করুন",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "আপনার সিএসভি ফাইলটিতে এই ক্রমে 4 টি কলাম অন্তর্ভুক্ত রয়েছে তা নিশ্চিত করুন: নাম, ইমেল, পাসওয়ার্ড, ভূমিকা।.",
@@ -367,6 +368,7 @@
 	"Last Active": "সর্বশেষ সক্রিয়",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "লাইট",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "LLM ভুল করতে পারে। গুরুত্বপূর্ণ তথ্য যাচাই করে নিন।",
@@ -538,7 +540,6 @@
 	"Search Models": "অনুসন্ধান মডেল",
 	"Search Prompts": "প্রম্পটসমূহ অনুসন্ধান করুন",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "অনুসন্ধানের ফলাফল গণনা",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/ca-ES/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "Permetre la qualificació de missatges",
 	"Enable New Sign Ups": "Permetre nous registres",
 	"Enable Web Search": "Activar la cerca web",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "Habilitat",
 	"Engine": "Motor",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Assegura't que els teus fitxers CSV inclouen 4 columnes en aquest ordre: Nom, Correu electrònic, Contrasenya, Rol.",
@@ -367,6 +368,7 @@
 	"Last Active": "Activitat recent",
 	"Last Modified": "Modificació",
 	"Leave empty for unlimited": "Deixar-ho buit per il·limitat",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Clar",
 	"Listening...": "Escoltant...",
 	"LLMs can make mistakes. Verify important information.": "Els models de llenguatge poden cometre errors. Verifica la informació important.",
@@ -538,7 +540,6 @@
 	"Search Models": "Cercar models",
 	"Search Prompts": "Cercar indicacions",
 	"Search Query Generation Prompt": "Indicació de cerca de generació de consultes",
-	"Search Query Generation Prompt Length Threshold": "Mida màxima de la indicació de cerca de generació de consultes",
 	"Search Result Count": "Recompte de resultats de cerca",
 	"Search Tools": "Cercar eines",
 	"SearchApi API Key": "Clau API de SearchApi",

+ 2 - 1
src/lib/i18n/locales/ceb-PH/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "I-enable ang bag-ong mga rehistro",
 	"Enable Web Search": "",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
@@ -367,6 +368,7 @@
 	"Last Active": "",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Kahayag",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "Ang mga LLM mahimong masayop. ",
@@ -538,7 +540,6 @@
 	"Search Models": "",
 	"Search Prompts": "Pangitaa ang mga prompt",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/de-DE/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Registrierung erlauben",
 	"Enable Web Search": "Websuche aktivieren",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "Engine",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Stellen Sie sicher, dass Ihre CSV-Datei 4 Spalten in dieser Reihenfolge enthält: Name, E-Mail, Passwort, Rolle.",
@@ -367,6 +368,7 @@
 	"Last Active": "Zuletzt aktiv",
 	"Last Modified": "Zuletzt bearbeitet",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Hell",
 	"Listening...": "Höre zu...",
 	"LLMs can make mistakes. Verify important information.": "LLMs können Fehler machen. Überprüfe wichtige Informationen.",
@@ -538,7 +540,6 @@
 	"Search Models": "Modelle durchsuchen...",
 	"Search Prompts": "Prompts durchsuchen...",
 	"Search Query Generation Prompt": "Suchanfragengenerierungsvorlage",
-	"Search Query Generation Prompt Length Threshold": "Längenschwelle für Suchanfragengenerierung",
 	"Search Result Count": "Anzahl der Suchergebnisse",
 	"Search Tools": "Werkzeuge durchsuchen...",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/dg-DG/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Enable New Bark Ups",
 	"Enable Web Search": "",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
@@ -367,6 +368,7 @@
 	"Last Active": "",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Light",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "LLMs can make borks. Verify important info.",
@@ -538,7 +540,6 @@
 	"Search Models": "",
 	"Search Prompts": "Search Prompts much wow",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/en-GB/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "",
 	"Enable Web Search": "",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
@@ -367,6 +368,7 @@
 	"Last Active": "",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "",
@@ -538,7 +540,6 @@
 	"Search Models": "",
 	"Search Prompts": "",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/en-US/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "",
 	"Enable Web Search": "",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
@@ -367,6 +368,7 @@
 	"Last Active": "",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "",
@@ -538,7 +540,6 @@
 	"Search Models": "",
 	"Search Prompts": "",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/es-ES/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Habilitar Nuevos Registros",
 	"Enable Web Search": "Habilitar la búsqueda web",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Asegúrese de que su archivo CSV incluya 4 columnas en este orden: Nombre, Correo Electrónico, Contraseña, Rol.",
@@ -367,6 +368,7 @@
 	"Last Active": "Última Actividad",
 	"Last Modified": "Modificado por última vez",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Claro",
 	"Listening...": "Escuchando...",
 	"LLMs can make mistakes. Verify important information.": "Los LLM pueden cometer errores. Verifica la información importante.",
@@ -538,7 +540,6 @@
 	"Search Models": "Modelos de búsqueda",
 	"Search Prompts": "Buscar Prompts",
 	"Search Query Generation Prompt": "Búsqueda de consulta de generación de prompts",
-	"Search Query Generation Prompt Length Threshold": "Nivel de longitud de Búsqueda de consulta de generación de prompts",
 	"Search Result Count": "Recuento de resultados de búsqueda",
 	"Search Tools": "Búsqueda de herramientas",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/fa-IR/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "فعال کردن ثبت نام\u200cهای جدید",
 	"Enable Web Search": "فعالسازی جستجوی وب",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "اطمینان حاصل کنید که فایل CSV شما شامل چهار ستون در این ترتیب است: نام، ایمیل، رمز عبور، نقش.",
@@ -367,6 +368,7 @@
 	"Last Active": "آخرین فعال",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "روشن",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "مدل\u200cهای زبانی بزرگ می\u200cتوانند اشتباه کنند. اطلاعات مهم را راستی\u200cآزمایی کنید.",
@@ -538,7 +540,6 @@
 	"Search Models": "مدل های جستجو",
 	"Search Prompts": "جستجوی پرامپت\u200cها",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "تعداد نتایج جستجو",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/fi-FI/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Salli uudet rekisteröitymiset",
 	"Enable Web Search": "Ota verkkohaku käyttöön",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Varmista, että CSV-tiedostossasi on 4 saraketta seuraavassa järjestyksessä: Nimi, Sähköposti, Salasana, Rooli.",
@@ -367,6 +368,7 @@
 	"Last Active": "Viimeksi aktiivinen",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Vaalea",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "Kielimallit voivat tehdä virheitä. Varmista tärkeät tiedot.",
@@ -538,7 +540,6 @@
 	"Search Models": "Hae malleja",
 	"Search Prompts": "Hae kehotteita",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "Hakutulosten määrä",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/fr-CA/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Activer les nouvelles inscriptions",
 	"Enable Web Search": "Activer la recherche sur le Web",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "Moteur",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Vérifiez que votre fichier CSV comprenne les 4 colonnes dans cet ordre : Name, Email, Password, Role.",
@@ -367,6 +368,7 @@
 	"Last Active": "Dernière activité",
 	"Last Modified": "Dernière modification",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Lumineux",
 	"Listening...": "En train d'écouter...",
 	"LLMs can make mistakes. Verify important information.": "Les LLM peuvent faire des erreurs. Vérifiez les informations importantes.",
@@ -538,7 +540,6 @@
 	"Search Models": "Rechercher des modèles",
 	"Search Prompts": "Recherche de prompts",
 	"Search Query Generation Prompt": "Génération d'interrogation de recherche",
-	"Search Query Generation Prompt Length Threshold": "Seuil de longueur de prompt de génération de requête de recherche",
 	"Search Result Count": "Nombre de résultats de recherche",
 	"Search Tools": "Outils de recherche",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/fr-FR/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "Activer l'évaluation des messages",
 	"Enable New Sign Ups": "Activer les nouvelles inscriptions",
 	"Enable Web Search": "Activer la recherche web",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "Activé",
 	"Engine": "Moteur",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Vérifiez que votre fichier CSV comprenne les 4 colonnes dans cet ordre : Name, Email, Password, Role.",
@@ -367,6 +368,7 @@
 	"Last Active": "Dernière activité",
 	"Last Modified": "Dernière modification",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Lumineux",
 	"Listening...": "En train d'écouter...",
 	"LLMs can make mistakes. Verify important information.": "Les LLM peuvent faire des erreurs. Vérifiez les informations importantes.",
@@ -538,7 +540,6 @@
 	"Search Models": "Rechercher des modèles",
 	"Search Prompts": "Recherche de prompts",
 	"Search Query Generation Prompt": "Génération d'interrogation de recherche",
-	"Search Query Generation Prompt Length Threshold": "Seuil de longueur de prompt de génération de requête de recherche",
 	"Search Result Count": "Nombre de résultats de recherche",
 	"Search Tools": "Outils de recherche",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/he-IL/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "אפשר הרשמות חדשות",
 	"Enable Web Search": "הפיכת חיפוש באינטרנט לזמין",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "ודא שקובץ ה-CSV שלך כולל 4 עמודות בסדר הבא: שם, דוא\"ל, סיסמה, תפקיד.",
@@ -367,6 +368,7 @@
 	"Last Active": "פעיל לאחרונה",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "בהיר",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "מודלים בשפה טבעית יכולים לטעות. אמת מידע חשוב.",
@@ -538,7 +540,6 @@
 	"Search Models": "חיפוש מודלים",
 	"Search Prompts": "חפש פקודות",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "ספירת תוצאות חיפוש",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/hi-IN/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "नए साइन अप सक्रिय करें",
 	"Enable Web Search": "वेब खोज सक्षम करें",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "सुनिश्चित करें कि आपकी CSV फ़ाइल में इस क्रम में 4 कॉलम शामिल हैं: नाम, ईमेल, पासवर्ड, भूमिका।",
@@ -367,6 +368,7 @@
 	"Last Active": "पिछली बार सक्रिय",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "सुन",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "एलएलएम गलतियाँ कर सकते हैं। महत्वपूर्ण जानकारी सत्यापित करें.",
@@ -538,7 +540,6 @@
 	"Search Models": "मॉडल खोजें",
 	"Search Prompts": "प्रॉम्प्ट खोजें",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "खोज परिणामों की संख्या",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/hr-HR/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Omogući nove prijave",
 	"Enable Web Search": "Omogući pretraživanje weba",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Provjerite da vaša CSV datoteka uključuje 4 stupca u ovom redoslijedu: Name, Email, Password, Role.",
@@ -367,6 +368,7 @@
 	"Last Active": "Zadnja aktivnost",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Svijetlo",
 	"Listening...": "Slušam...",
 	"LLMs can make mistakes. Verify important information.": "LLM-ovi mogu pogriješiti. Provjerite važne informacije.",
@@ -538,7 +540,6 @@
 	"Search Models": "Pretražite modele",
 	"Search Prompts": "Pretraga prompta",
 	"Search Query Generation Prompt": "Upit za generiranje upita za pretraživanje",
-	"Search Query Generation Prompt Length Threshold": "Prag duljine upita za generiranje upita za pretraživanje",
 	"Search Result Count": "Broj rezultata pretraživanja",
 	"Search Tools": "Alati za pretraživanje",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/id-ID/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Aktifkan Pendaftaran Baru",
 	"Enable Web Search": "Aktifkan Pencarian Web",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Pastikan file CSV Anda menyertakan 4 kolom dengan urutan sebagai berikut: Nama, Email, Kata Sandi, Peran.",
@@ -367,6 +368,7 @@
 	"Last Active": "Terakhir Aktif",
 	"Last Modified": "Terakhir Dimodifikasi",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Cahaya",
 	"Listening...": "Mendengarkan",
 	"LLMs can make mistakes. Verify important information.": "LLM dapat membuat kesalahan. Verifikasi informasi penting.",
@@ -538,7 +540,6 @@
 	"Search Models": "Cari Model",
 	"Search Prompts": "Perintah Pencarian",
 	"Search Query Generation Prompt": "Permintaan Pembuatan Kueri Pencarian",
-	"Search Query Generation Prompt Length Threshold": "Ambang Batas Panjang Permintaan Pembuatan Kueri Pencarian",
 	"Search Result Count": "Jumlah Hasil Pencarian",
 	"Search Tools": "Alat Pencarian",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/it-IT/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Abilita nuove iscrizioni",
 	"Enable Web Search": "Abilita ricerca Web",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Assicurati che il tuo file CSV includa 4 colonne in questo ordine: Nome, Email, Password, Ruolo.",
@@ -367,6 +368,7 @@
 	"Last Active": "Ultima attività",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Chiaro",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "Gli LLM possono commettere errori. Verifica le informazioni importanti.",
@@ -538,7 +540,6 @@
 	"Search Models": "Cerca modelli",
 	"Search Prompts": "Cerca prompt",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "Conteggio dei risultati della ricerca",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/ja-JP/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "新規登録を有効化",
 	"Enable Web Search": "Web 検索を有効にする",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "CSVファイルに4つの列が含まれていることを確認してください: Name, Email, Password, Role.",
@@ -367,6 +368,7 @@
 	"Last Active": "最終アクティブ",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "ライト",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "LLM は間違いを犯す可能性があります。重要な情報を検証してください。",
@@ -538,7 +540,6 @@
 	"Search Models": "モデル検索",
 	"Search Prompts": "プロンプトを検索",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "検索結果数",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/ka-GE/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "ახალი რეგისტრაციების ჩართვა",
 	"Enable Web Search": "ვებ ძიების ჩართვა",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "გთხოვთ, უზრუნველყოთ, რომთქვევის CSV-ფაილი შეიცავს 4 ველი, ჩაწერილი ორივე ველი უდრის პირველი ველით.",
@@ -367,6 +368,7 @@
 	"Last Active": "ბოლო აქტიური",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "მსუბუქი",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "შესაძლოა LLM-ებმა შეცდომები დაუშვან. გადაამოწმეთ მნიშვნელოვანი ინფორმაცია.",
@@ -538,7 +540,6 @@
 	"Search Models": "საძიებო მოდელები",
 	"Search Prompts": "მოთხოვნების ძიება",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "ძიების შედეგების რაოდენობა",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/ko-KR/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "새 회원가입 활성화",
 	"Enable Web Search": "웹 검색 활성화",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "CSV 파일에 이름, 이메일, 비밀번호, 역할 4개의 컬럼이 순서대로 포함되어 있는지 확인하세요.",
@@ -367,6 +368,7 @@
 	"Last Active": "최근 활동",
 	"Last Modified": "마지막 수정",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Light",
 	"Listening...": "듣는 중...",
 	"LLMs can make mistakes. Verify important information.": "LLM은 실수를 할 수 있습니다. 중요한 정보는 확인이 필요합니다.",
@@ -538,7 +540,6 @@
 	"Search Models": "모델 검색",
 	"Search Prompts": "프롬프트 검색",
 	"Search Query Generation Prompt": "검색 쿼리 생성 프롬프트",
-	"Search Query Generation Prompt Length Threshold": "검색 쿼리 생성 프롬프트 길이 임계치",
 	"Search Result Count": "검색 결과 수",
 	"Search Tools": "검색 도구",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/lt-LT/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Aktyvuoti naujas registracijas",
 	"Enable Web Search": "Leisti paiešką internete",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "Leisti",
 	"Engine": "Variklis",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Įsitikinkite, kad CSV failas turi 4 kolonas šiuo eiliškumu: Name, Email, Password, Role.",
@@ -367,6 +368,7 @@
 	"Last Active": "Paskutinį kartą aktyvus",
 	"Last Modified": "Paskutinis pakeitimas",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Šviesus",
 	"Listening...": "Klausoma...",
 	"LLMs can make mistakes. Verify important information.": "Dideli kalbos modeliai gali klysti. Patikrinkite atsakymų teisingumą.",
@@ -538,7 +540,6 @@
 	"Search Models": "Ieškoti modelių",
 	"Search Prompts": "Ieškoti užklausų",
 	"Search Query Generation Prompt": "Paieškos užklausos generavimo formuluotė",
-	"Search Query Generation Prompt Length Threshold": "Paieškos užklausos generavimo formuluotės ilgio riba",
 	"Search Result Count": "Paieškos rezultatų skaičius",
 	"Search Tools": "Paieškos įrankiai",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/ms-MY/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Benarkan Pendaftaran Baharu",
 	"Enable Web Search": "Benarkan Carian Web",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "Dibenarkan",
 	"Engine": "Enjin",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "astikan fail CSV anda mengandungi 4 lajur dalam susunan ini: Nama, E-mel, Kata Laluan, Peranan.",
@@ -367,6 +368,7 @@
 	"Last Active": "Dilihat aktif terakhir pada",
 	"Last Modified": "Kemaskini terakhir pada",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Cerah",
 	"Listening...": "Mendengar...",
 	"LLMs can make mistakes. Verify important information.": "LLM boleh membuat kesilapan. Sahkan maklumat penting",
@@ -538,7 +540,6 @@
 	"Search Models": "Carian Model",
 	"Search Prompts": "Carian Gesaan",
 	"Search Query Generation Prompt": "Carian Penjanaan Pertanyaan Gesaan",
-	"Search Query Generation Prompt Length Threshold": "Had Panjang Gesaan Penjanaan Pertanyaan Carian",
 	"Search Result Count": "Kiraan Hasil Carian",
 	"Search Tools": "Alat Carian",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/nb-NO/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Aktiver nye registreringer",
 	"Enable Web Search": "Aktiver websøk",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "Aktivert",
 	"Engine": "Motor",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Sørg for at CSV-filen din inkluderer 4 kolonner i denne rekkefølgen: Navn, E-post, Passord, Rolle.",
@@ -367,6 +368,7 @@
 	"Last Active": "Sist aktiv",
 	"Last Modified": "Sist endret",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Lys",
 	"Listening...": "Lytter ...",
 	"LLMs can make mistakes. Verify important information.": "Språkmodeller kan gjøre feil. Verifiser viktige opplysninger.",
@@ -538,7 +540,6 @@
 	"Search Models": "Søk modeller",
 	"Search Prompts": "Søk prompter",
 	"Search Query Generation Prompt": "Instruksjon for å lage søkeord",
-	"Search Query Generation Prompt Length Threshold": "Lengdegrense for prompt til generering av søkeforespørsel",
 	"Search Result Count": "Antall søkeresultater",
 	"Search Tools": "Søkeverktøy",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/nl-NL/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Schakel Nieuwe Registraties in",
 	"Enable Web Search": "Zoeken op het web inschakelen",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Zorg ervoor dat uw CSV-bestand de volgende vier kolommen in deze volgorde bevat: Naam, E-mail, Wachtwoord, Rol.",
@@ -367,6 +368,7 @@
 	"Last Active": "Laatst Actief",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Licht",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "LLMs kunnen fouten maken. Verifieer belangrijke informatie.",
@@ -538,7 +540,6 @@
 	"Search Models": "Modellen zoeken",
 	"Search Prompts": "Zoek Prompts",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "Aantal zoekresultaten",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/pa-IN/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "ਨਵੇਂ ਸਾਈਨ ਅਪ ਯੋਗ ਕਰੋ",
 	"Enable Web Search": "ਵੈੱਬ ਖੋਜ ਨੂੰ ਸਮਰੱਥ ਕਰੋ",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "ਸੁਨਿਸ਼ਚਿਤ ਕਰੋ ਕਿ ਤੁਹਾਡੀ CSV ਫਾਈਲ ਵਿੱਚ ਇਸ ਕ੍ਰਮ ਵਿੱਚ 4 ਕਾਲਮ ਹਨ: ਨਾਮ, ਈਮੇਲ, ਪਾਸਵਰਡ, ਭੂਮਿਕਾ।",
@@ -367,6 +368,7 @@
 	"Last Active": "ਆਖਰੀ ਸਰਗਰਮ",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "ਹਲਕਾ",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "LLMs ਗਲਤੀਆਂ ਕਰ ਸਕਦੇ ਹਨ। ਮਹੱਤਵਪੂਰਨ ਜਾਣਕਾਰੀ ਦੀ ਪੁਸ਼ਟੀ ਕਰੋ।",
@@ -538,7 +540,6 @@
 	"Search Models": "ਖੋਜ ਮਾਡਲ",
 	"Search Prompts": "ਪ੍ਰੰਪਟ ਖੋਜੋ",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "ਖੋਜ ਨਤੀਜੇ ਦੀ ਗਿਣਤੀ",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/pl-PL/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Włącz nowe rejestracje",
 	"Enable Web Search": "Włączanie wyszukiwania w Internecie",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Upewnij się, że twój plik CSV zawiera 4 kolumny w następującym porządku: Nazwa, Email, Hasło, Rola.",
@@ -367,6 +368,7 @@
 	"Last Active": "Ostatnio aktywny",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Jasny",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "LLMy mogą popełniać błędy. Zweryfikuj ważne informacje.",
@@ -538,7 +540,6 @@
 	"Search Models": "Szukaj modeli",
 	"Search Prompts": "Szukaj promptów",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "Liczba wyników wyszukiwania",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/pt-BR/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Ativar Novos Cadastros",
 	"Enable Web Search": "Ativar Pesquisa na Web",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "Ativado",
 	"Engine": "Motor",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Certifique-se de que seu arquivo CSV inclua 4 colunas nesta ordem: Nome, Email, Senha, Função.",
@@ -367,6 +368,7 @@
 	"Last Active": "Última Atividade",
 	"Last Modified": "Última Modificação",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Claro",
 	"Listening...": "Escutando...",
 	"LLMs can make mistakes. Verify important information.": "LLMs podem cometer erros. Verifique informações importantes.",
@@ -538,7 +540,6 @@
 	"Search Models": "Pesquisar Modelos",
 	"Search Prompts": "Pesquisar Prompts",
 	"Search Query Generation Prompt": "Prompt de Geração de Consulta de Pesquisa",
-	"Search Query Generation Prompt Length Threshold": "Limiar de Comprimento do Prompt de Geração de Consulta de Pesquisa",
 	"Search Result Count": "Contagem de Resultados da Pesquisa",
 	"Search Tools": "Pesquisar Ferramentas",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/pt-PT/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Ativar Novas Inscrições",
 	"Enable Web Search": "Ativar pesquisa na Web",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Confirme que o seu ficheiro CSV inclui 4 colunas nesta ordem: Nome, E-mail, Senha, Função.",
@@ -367,6 +368,7 @@
 	"Last Active": "Último Ativo",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Claro",
 	"Listening...": "A escutar...",
 	"LLMs can make mistakes. Verify important information.": "LLMs podem cometer erros. Verifique informações importantes.",
@@ -538,7 +540,6 @@
 	"Search Models": "Modelos de pesquisa",
 	"Search Prompts": "Pesquisar Prompts",
 	"Search Query Generation Prompt": "Prompt de geração de consulta de pesquisa",
-	"Search Query Generation Prompt Length Threshold": "Limite de comprimento do prompt de geração de consulta de pesquisa",
 	"Search Result Count": "Contagem de resultados da pesquisa",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/ro-RO/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Activează Înscrierile Noi",
 	"Enable Web Search": "Activează Căutarea pe Web",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "Activat",
 	"Engine": "Motor",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Asigurați-vă că fișierul CSV include 4 coloane în această ordine: Nume, Email, Parolă, Rol.",
@@ -367,6 +368,7 @@
 	"Last Active": "Ultima Activitate",
 	"Last Modified": "Ultima Modificare",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Luminos",
 	"Listening...": "Ascult...",
 	"LLMs can make mistakes. Verify important information.": "LLM-urile pot face greșeli. Verificați informațiile importante.",
@@ -538,7 +540,6 @@
 	"Search Models": "Caută Modele",
 	"Search Prompts": "Caută Prompturi",
 	"Search Query Generation Prompt": "Prompt de Generare Interogare de Căutare",
-	"Search Query Generation Prompt Length Threshold": "Prag Lungime Prompt de Generare Interogare de Căutare",
 	"Search Result Count": "Număr Rezultate Căutare",
 	"Search Tools": "Caută Instrumente",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/ru-RU/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Разрешить новые регистрации",
 	"Enable Web Search": "Включить поиск в Интернете",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "Включено",
 	"Engine": "Движок",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Убедитесь, что ваш CSV-файл включает в себя 4 столбца в следующем порядке: Имя, Электронная почта, Пароль, Роль.",
@@ -367,6 +368,7 @@
 	"Last Active": "Последний активный",
 	"Last Modified": "Последнее изменение",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Светлый",
 	"Listening...": "Слушаю...",
 	"LLMs can make mistakes. Verify important information.": "LLMs могут допускать ошибки. Проверяйте важную информацию.",
@@ -538,7 +540,6 @@
 	"Search Models": "Поиск моделей",
 	"Search Prompts": "Поиск промптов",
 	"Search Query Generation Prompt": "Промпт для генерации поискового запроса",
-	"Search Query Generation Prompt Length Threshold": "Пороговое значение длины промпта для генерации поисковых запросов",
 	"Search Result Count": "Количество результатов поиска",
 	"Search Tools": "Поиск инструментов",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/sr-RS/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Омогући нове пријаве",
 	"Enable Web Search": "Омогући Wеб претрагу",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Уверите се да ваша CSV датотека укључује 4 колоне у овом редоследу: Име, Е-пошта, Лозинка, Улога.",
@@ -367,6 +368,7 @@
 	"Last Active": "Последња активност",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Светла",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "ВЈМ-ови (LLM-ови) могу правити грешке. Проверите важне податке.",
@@ -538,7 +540,6 @@
 	"Search Models": "Модели претраге",
 	"Search Prompts": "Претражи упите",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "Број резултата претраге",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/sv-SE/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Aktivera nya registreringar",
 	"Enable Web Search": "Aktivera webbsökning",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Se till att din CSV-fil innehåller fyra kolumner i denna ordning: Name, Email, Password, Role.",
@@ -367,6 +368,7 @@
 	"Last Active": "Senast aktiv",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Ljus",
 	"Listening...": "Lyssnar...",
 	"LLMs can make mistakes. Verify important information.": "LLM:er kan göra misstag. Granska viktig information.",
@@ -538,7 +540,6 @@
 	"Search Models": "Sök modeller",
 	"Search Prompts": "Sök instruktioner",
 	"Search Query Generation Prompt": "Instruktion för generering av sökfrågor",
-	"Search Query Generation Prompt Length Threshold": "Tröskelvärde för generering av sökfrågor",
 	"Search Result Count": "Antal sökresultat",
 	"Search Tools": "Sökverktyg",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/th-TH/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "เปิดใช้งานการสมัครใหม่",
 	"Enable Web Search": "เปิดใช้งานการค้นหาเว็บ",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "เปิดใช้งาน",
 	"Engine": "เครื่องยนต์",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "ตรวจสอบว่าไฟล์ CSV ของคุณมี 4 คอลัมน์ในลำดับนี้: ชื่อ, อีเมล, รหัสผ่าน, บทบาท",
@@ -367,6 +368,7 @@
 	"Last Active": "ใช้งานล่าสุด",
 	"Last Modified": "แก้ไขล่าสุด",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "แสง",
 	"Listening...": "กำลังฟัง...",
 	"LLMs can make mistakes. Verify important information.": "LLMs สามารถทำผิดพลาดได้ ตรวจสอบข้อมูลสำคัญ",
@@ -538,7 +540,6 @@
 	"Search Models": "ค้นหาโมเดล",
 	"Search Prompts": "ค้นหาพรอมต์",
 	"Search Query Generation Prompt": "พรอมต์การสร้างคำค้นหา",
-	"Search Query Generation Prompt Length Threshold": "เกณฑ์ความยาวของพรอมต์การสร้างคำค้นหา",
 	"Search Result Count": "จำนวนผลลัพธ์การค้นหา",
 	"Search Tools": "เครื่องมือค้นหา",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/tk-TW/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "",
 	"Enable Web Search": "",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
@@ -367,6 +368,7 @@
 	"Last Active": "",
 	"Last Modified": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "",
@@ -538,7 +540,6 @@
 	"Search Models": "",
 	"Search Prompts": "",
 	"Search Query Generation Prompt": "",
-	"Search Query Generation Prompt Length Threshold": "",
 	"Search Result Count": "",
 	"Search Tools": "",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/tr-TR/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "Yeni Kayıtları Etkinleştir",
 	"Enable Web Search": "Web Aramasını Etkinleştir",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "CSV dosyanızın şu sırayla 4 sütun içerdiğinden emin olun: İsim, E-posta, Şifre, Rol.",
@@ -367,6 +368,7 @@
 	"Last Active": "Son Aktivite",
 	"Last Modified": "Son Düzenleme",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Açık",
 	"Listening...": "Dinleniyor...",
 	"LLMs can make mistakes. Verify important information.": "LLM'ler hata yapabilir. Önemli bilgileri doğrulayın.",
@@ -538,7 +540,6 @@
 	"Search Models": "Modelleri Ara",
 	"Search Prompts": "Prompt Ara",
 	"Search Query Generation Prompt": "Arama Sorgusu Üretme Promptu",
-	"Search Query Generation Prompt Length Threshold": "Arama Sorgusu Üretme Promptu Uzunluk Sınırı",
 	"Search Result Count": "Arama Sonucu Sayısı",
 	"Search Tools": "Arama Araçları",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/uk-UA/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "Увімкнути оцінку повідомлень",
 	"Enable New Sign Ups": "Дозволити нові реєстрації",
 	"Enable Web Search": "Увімкнути веб-пошук",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "Увімкнено",
 	"Engine": "Рушій",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Переконайтеся, що ваш CSV-файл містить 4 колонки в такому порядку: Ім'я, Email, Пароль, Роль.",
@@ -367,6 +368,7 @@
 	"Last Active": "Остання активність",
 	"Last Modified": "Востаннє змінено",
 	"Leave empty for unlimited": "Залиште порожнім для необмеженого розміру",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Світла",
 	"Listening...": "Слухаю...",
 	"LLMs can make mistakes. Verify important information.": "LLMs можуть помилятися. Перевірте важливу інформацію.",
@@ -538,7 +540,6 @@
 	"Search Models": "Пошук моделей",
 	"Search Prompts": "Пошук промтів",
 	"Search Query Generation Prompt": "Підказка для формування пошукового промту",
-	"Search Query Generation Prompt Length Threshold": "Поріг довжини пошукового запиту для генерації підказки",
 	"Search Result Count": "Кількість результатів пошуку",
 	"Search Tools": "Пошуку інструментів",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/vi-VN/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "Cho phép phản hồi, đánh giá",
 	"Enable New Sign Ups": "Cho phép đăng ký mới",
 	"Enable Web Search": "Cho phép tìm kiếm Web",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "Đã bật",
 	"Engine": "",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Đảm bảo tệp CSV của bạn bao gồm 4 cột theo thứ tự sau: Name, Email, Password, Role.",
@@ -367,6 +368,7 @@
 	"Last Active": "Truy cập gần nhất",
 	"Last Modified": "Lần sửa gần nhất",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Sáng",
 	"Listening...": "Đang nghe...",
 	"LLMs can make mistakes. Verify important information.": "Hệ thống có thể tạo ra nội dung không chính xác hoặc sai. Hãy kiểm chứng kỹ lưỡng thông tin trước khi tiếp nhận và sử dụng.",
@@ -538,7 +540,6 @@
 	"Search Models": "Tìm model",
 	"Search Prompts": "Tìm prompt",
 	"Search Query Generation Prompt": "Prompt tạo câu truy vấn, tìm kiếm",
-	"Search Query Generation Prompt Length Threshold": "Ngưỡng độ dài prompt tạo câu truy vấn, tìm kiếm",
 	"Search Result Count": "Số kết quả tìm kiếm",
 	"Search Tools": "Tìm kiếm Tools",
 	"SearchApi API Key": "",

+ 2 - 1
src/lib/i18n/locales/zh-CN/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "启用消息评价",
 	"Enable New Sign Ups": "允许新用户注册",
 	"Enable Web Search": "启用网络搜索",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "启用",
 	"Engine": "引擎",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "确保您的 CSV 文件按以下顺序包含 4 列: 姓名、电子邮箱、密码、角色。",
@@ -367,6 +368,7 @@
 	"Last Active": "最后在线时间",
 	"Last Modified": "最后修改时间",
 	"Leave empty for unlimited": "留空表示无限制",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "浅色",
 	"Listening...": "正在倾听...",
 	"LLMs can make mistakes. Verify important information.": "大语言模型可能会生成误导性错误信息,请对关键信息加以验证。",
@@ -538,7 +540,6 @@
 	"Search Models": "搜索模型",
 	"Search Prompts": "搜索提示词",
 	"Search Query Generation Prompt": "搜索查询生成提示",
-	"Search Query Generation Prompt Length Threshold": "搜索查询生成提示长度阈值",
 	"Search Result Count": "搜索结果数量",
 	"Search Tools": "搜索工具",
 	"SearchApi API Key": "SearchApi API 密钥",

+ 2 - 1
src/lib/i18n/locales/zh-TW/translation.json

@@ -230,6 +230,7 @@
 	"Enable Message Rating": "",
 	"Enable New Sign Ups": "允許新使用者註冊",
 	"Enable Web Search": "啟用網頁搜尋",
+	"Enable Web Search Query Generation": "",
 	"Enabled": "已啟用",
 	"Engine": "引擎",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "請確認您的 CSV 檔案包含以下 4 個欄位,並按照此順序排列:名稱、電子郵件、密碼、角色。",
@@ -367,6 +368,7 @@
 	"Last Active": "上次活動時間",
 	"Last Modified": "上次修改時間",
 	"Leave empty for unlimited": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "淺色",
 	"Listening...": "正在聆聽...",
 	"LLMs can make mistakes. Verify important information.": "大型語言模型可能會出錯。請驗證重要資訊。",
@@ -538,7 +540,6 @@
 	"Search Models": "搜尋模型",
 	"Search Prompts": "搜尋提示詞",
 	"Search Query Generation Prompt": "搜尋查詢生成提示詞",
-	"Search Query Generation Prompt Length Threshold": "搜尋查詢生成提示詞長度閾值",
 	"Search Result Count": "搜尋結果數量",
 	"Search Tools": "搜尋工具",
 	"SearchApi API Key": "",