Преглед изворни кода

Adjust search event messages + translations

Rory пре 3 месеци
родитељ
комит
77ae73e659
52 измењених фајлова са 52 додато и 2 уклоњено
  1. 1 1
      backend/open_webui/routers/retrieval.py
  2. 1 1
      backend/open_webui/utils/middleware.py
  3. 1 0
      src/lib/components/chat/Messages/ResponseMessage.svelte
  4. 1 0
      src/lib/i18n/locales/ar-BH/translation.json
  5. 1 0
      src/lib/i18n/locales/bg-BG/translation.json
  6. 1 0
      src/lib/i18n/locales/bn-BD/translation.json
  7. 1 0
      src/lib/i18n/locales/ca-ES/translation.json
  8. 1 0
      src/lib/i18n/locales/ceb-PH/translation.json
  9. 1 0
      src/lib/i18n/locales/cs-CZ/translation.json
  10. 1 0
      src/lib/i18n/locales/da-DK/translation.json
  11. 1 0
      src/lib/i18n/locales/de-DE/translation.json
  12. 1 0
      src/lib/i18n/locales/dg-DG/translation.json
  13. 1 0
      src/lib/i18n/locales/el-GR/translation.json
  14. 1 0
      src/lib/i18n/locales/en-GB/translation.json
  15. 1 0
      src/lib/i18n/locales/en-US/translation.json
  16. 1 0
      src/lib/i18n/locales/es-ES/translation.json
  17. 1 0
      src/lib/i18n/locales/eu-ES/translation.json
  18. 1 0
      src/lib/i18n/locales/fa-IR/translation.json
  19. 1 0
      src/lib/i18n/locales/fi-FI/translation.json
  20. 1 0
      src/lib/i18n/locales/fr-CA/translation.json
  21. 1 0
      src/lib/i18n/locales/fr-FR/translation.json
  22. 1 0
      src/lib/i18n/locales/he-IL/translation.json
  23. 1 0
      src/lib/i18n/locales/hi-IN/translation.json
  24. 1 0
      src/lib/i18n/locales/hr-HR/translation.json
  25. 1 0
      src/lib/i18n/locales/hu-HU/translation.json
  26. 1 0
      src/lib/i18n/locales/id-ID/translation.json
  27. 1 0
      src/lib/i18n/locales/ie-GA/translation.json
  28. 1 0
      src/lib/i18n/locales/it-IT/translation.json
  29. 1 0
      src/lib/i18n/locales/ja-JP/translation.json
  30. 1 0
      src/lib/i18n/locales/ka-GE/translation.json
  31. 1 0
      src/lib/i18n/locales/ko-KR/translation.json
  32. 1 0
      src/lib/i18n/locales/lt-LT/translation.json
  33. 1 0
      src/lib/i18n/locales/ms-MY/translation.json
  34. 1 0
      src/lib/i18n/locales/nb-NO/translation.json
  35. 1 0
      src/lib/i18n/locales/nl-NL/translation.json
  36. 1 0
      src/lib/i18n/locales/pa-IN/translation.json
  37. 1 0
      src/lib/i18n/locales/pl-PL/translation.json
  38. 1 0
      src/lib/i18n/locales/pt-BR/translation.json
  39. 1 0
      src/lib/i18n/locales/pt-PT/translation.json
  40. 1 0
      src/lib/i18n/locales/ro-RO/translation.json
  41. 1 0
      src/lib/i18n/locales/ru-RU/translation.json
  42. 1 0
      src/lib/i18n/locales/sk-SK/translation.json
  43. 1 0
      src/lib/i18n/locales/sr-RS/translation.json
  44. 1 0
      src/lib/i18n/locales/sv-SE/translation.json
  45. 1 0
      src/lib/i18n/locales/th-TH/translation.json
  46. 1 0
      src/lib/i18n/locales/tk-TW/translation.json
  47. 1 0
      src/lib/i18n/locales/tr-TR/translation.json
  48. 1 0
      src/lib/i18n/locales/uk-UA/translation.json
  49. 1 0
      src/lib/i18n/locales/ur-PK/translation.json
  50. 1 0
      src/lib/i18n/locales/vi-VN/translation.json
  51. 1 0
      src/lib/i18n/locales/zh-CN/translation.json
  52. 1 0
      src/lib/i18n/locales/zh-TW/translation.json

+ 1 - 1
backend/open_webui/routers/retrieval.py

@@ -1265,7 +1265,7 @@ async def process_web_search(
             "type": "status",
             "type": "status",
             "data": {
             "data": {
                 "action": "web_search",
                 "action": "web_search",
-                "description": "Loading {{count}} sites...",
+                "description": "Loading {{count}} sites",
                 "urls": [result.link for result in web_results],
                 "urls": [result.link for result in web_results],
                 "done": False
                 "done": False
             },
             },

+ 1 - 1
backend/open_webui/utils/middleware.py

@@ -436,7 +436,7 @@ async def chat_web_search_handler(
                     "type": "status",
                     "type": "status",
                     "data": {
                     "data": {
                         "action": "web_search",
                         "action": "web_search",
-                        "description": "Loaded {{count}} sites",
+                        "description": "Searched {{count}} sites",
                         "query": searchQuery,
                         "query": searchQuery,
                         "urls": results["filenames"],
                         "urls": results["filenames"],
                         "done": True,
                         "done": True,

+ 1 - 0
src/lib/components/chat/Messages/ResponseMessage.svelte

@@ -580,6 +580,7 @@
 													: ''} text-gray-500 dark:text-gray-500 text-base line-clamp-1 text-wrap"
 													: ''} text-gray-500 dark:text-gray-500 text-base line-clamp-1 text-wrap"
 											>
 											>
 												<!-- $i18n.t(`Searching "{{searchQuery}}"`) -->
 												<!-- $i18n.t(`Searching "{{searchQuery}}"`) -->
+												<!-- $i18n.t(`Loading {{count}} sites`) -->
 												{#if status?.description.includes('{{searchQuery}}')}
 												{#if status?.description.includes('{{searchQuery}}')}
 													{$i18n.t(status?.description, {
 													{$i18n.t(status?.description, {
 														searchQuery: status?.query
 														searchQuery: status?.query

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

@@ -561,6 +561,7 @@
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "يمكن أن تصدر بعض الأخطاء. لذلك يجب التحقق من المعلومات المهمة",
 	"LLMs can make mistakes. Verify important information.": "يمكن أن تصدر بعض الأخطاء. لذلك يجب التحقق من المعلومات المهمة",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "",
 	"Local Models": "",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLMs могат да правят грешки. Проверете важните данни.",
 	"LLMs can make mistakes. Verify important information.": "LLMs могат да правят грешки. Проверете важните данни.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "",
 	"Local Models": "",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLM ভুল করতে পারে। গুরুত্বপূর্ণ তথ্য যাচাই করে নিন।",
 	"LLMs can make mistakes. Verify important information.": "LLM ভুল করতে পারে। গুরুত্বপূর্ণ তথ্য যাচাই করে নিন।",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "",
 	"Local Models": "",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "Escoltant...",
 	"Listening...": "Escoltant...",
 	"Llama.cpp": "Llama.cpp",
 	"Llama.cpp": "Llama.cpp",
 	"LLMs can make mistakes. Verify important information.": "Els models de llenguatge poden cometre errors. Verifica la informació important.",
 	"LLMs can make mistakes. Verify important information.": "Els models de llenguatge poden cometre errors. Verifica la informació important.",
+	"Loading {{count}} sites": "",
 	"Local": "Local",
 	"Local": "Local",
 	"Local Models": "Models locals",
 	"Local Models": "Models locals",
 	"Lost": "Perdut",
 	"Lost": "Perdut",

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

@@ -561,6 +561,7 @@
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "Ang mga LLM mahimong masayop. ",
 	"LLMs can make mistakes. Verify important information.": "Ang mga LLM mahimong masayop. ",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "",
 	"Local Models": "",
 	"Lost": "",
 	"Lost": "",

+ 1 - 0
src/lib/i18n/locales/cs-CZ/translation.json

@@ -561,6 +561,7 @@
 	"Listening...": "Poslouchání...",
 	"Listening...": "Poslouchání...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLM mohou dělat chyby. Ověřte si důležité informace.",
 	"LLMs can make mistakes. Verify important information.": "LLM mohou dělat chyby. Ověřte si důležité informace.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "Lokální modely",
 	"Local Models": "Lokální modely",
 	"Lost": "Ztracený",
 	"Lost": "Ztracený",

+ 1 - 0
src/lib/i18n/locales/da-DK/translation.json

@@ -561,6 +561,7 @@
 	"Listening...": "Lytter...",
 	"Listening...": "Lytter...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLM'er kan lave fejl. Bekræft vigtige oplysninger.",
 	"LLMs can make mistakes. Verify important information.": "LLM'er kan lave fejl. Bekræft vigtige oplysninger.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "Lokale modeller",
 	"Local Models": "Lokale modeller",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "Höre zu...",
 	"Listening...": "Höre zu...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLMs können Fehler machen. Überprüfe wichtige Informationen.",
 	"LLMs can make mistakes. Verify important information.": "LLMs können Fehler machen. Überprüfe wichtige Informationen.",
+	"Loading {{count}} sites": "",
 	"Local": "Lokal",
 	"Local": "Lokal",
 	"Local Models": "Lokale Modelle",
 	"Local Models": "Lokale Modelle",
 	"Lost": "Verloren",
 	"Lost": "Verloren",

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

@@ -561,6 +561,7 @@
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLMs can make borks. Verify important info.",
 	"LLMs can make mistakes. Verify important information.": "LLMs can make borks. Verify important info.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "",
 	"Local Models": "",
 	"Lost": "",
 	"Lost": "",

+ 1 - 0
src/lib/i18n/locales/el-GR/translation.json

@@ -561,6 +561,7 @@
 	"Listening...": "Ακούγεται...",
 	"Listening...": "Ακούγεται...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "Τα LLM μπορούν να κάνουν λάθη. Επαληθεύστε σημαντικές πληροφορίες.",
 	"LLMs can make mistakes. Verify important information.": "Τα LLM μπορούν να κάνουν λάθη. Επαληθεύστε σημαντικές πληροφορίες.",
+	"Loading {{count}} sites": "",
 	"Local": "Τοπικό",
 	"Local": "Τοπικό",
 	"Local Models": "Τοπικά Μοντέλα",
 	"Local Models": "Τοπικά Μοντέλα",
 	"Lost": "Χαμένος",
 	"Lost": "Χαμένος",

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

@@ -561,6 +561,7 @@
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "",
 	"LLMs can make mistakes. Verify important information.": "",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "",
 	"Local Models": "",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "",
 	"LLMs can make mistakes. Verify important information.": "",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "",
 	"Local Models": "",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "Escuchando...",
 	"Listening...": "Escuchando...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "Los LLM pueden cometer errores. Verifica la información importante.",
 	"LLMs can make mistakes. Verify important information.": "Los LLM pueden cometer errores. Verifica la información importante.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "Modelos locales",
 	"Local Models": "Modelos locales",
 	"Lost": "",
 	"Lost": "",

+ 1 - 0
src/lib/i18n/locales/eu-ES/translation.json

@@ -561,6 +561,7 @@
 	"Listening...": "Entzuten...",
 	"Listening...": "Entzuten...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLMek akatsak egin ditzakete. Egiaztatu informazio garrantzitsua.",
 	"LLMs can make mistakes. Verify important information.": "LLMek akatsak egin ditzakete. Egiaztatu informazio garrantzitsua.",
+	"Loading {{count}} sites": "",
 	"Local": "Lokala",
 	"Local": "Lokala",
 	"Local Models": "Modelo lokalak",
 	"Local Models": "Modelo lokalak",
 	"Lost": "Galduta",
 	"Lost": "Galduta",

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

@@ -561,6 +561,7 @@
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "مدل\u200cهای زبانی بزرگ می\u200cتوانند اشتباه کنند. اطلاعات مهم را راستی\u200cآزمایی کنید.",
 	"LLMs can make mistakes. Verify important information.": "مدل\u200cهای زبانی بزرگ می\u200cتوانند اشتباه کنند. اطلاعات مهم را راستی\u200cآزمایی کنید.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "",
 	"Local Models": "",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "Kuuntelee...",
 	"Listening...": "Kuuntelee...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "Kielimallit voivat tehdä virheitä. Tarkista tärkeät tiedot.",
 	"LLMs can make mistakes. Verify important information.": "Kielimallit voivat tehdä virheitä. Tarkista tärkeät tiedot.",
+	"Loading {{count}} sites": "",
 	"Local": "Paikallinen",
 	"Local": "Paikallinen",
 	"Local Models": "Paikalliset mallit",
 	"Local Models": "Paikalliset mallit",
 	"Lost": "Mennyt",
 	"Lost": "Mennyt",

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

@@ -561,6 +561,7 @@
 	"Listening...": "En train d'écouter...",
 	"Listening...": "En train d'écouter...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "Les LLM peuvent faire des erreurs. Vérifiez les informations importantes.",
 	"LLMs can make mistakes. Verify important information.": "Les LLM peuvent faire des erreurs. Vérifiez les informations importantes.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "Modèles locaux",
 	"Local Models": "Modèles locaux",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "Écoute en cours...",
 	"Listening...": "Écoute en cours...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "Les LLM peuvent faire des erreurs. Vérifiez les informations importantes.",
 	"LLMs can make mistakes. Verify important information.": "Les LLM peuvent faire des erreurs. Vérifiez les informations importantes.",
+	"Loading {{count}} sites": "",
 	"Local": "Local",
 	"Local": "Local",
 	"Local Models": "Modèles locaux",
 	"Local Models": "Modèles locaux",
 	"Lost": "Perdu",
 	"Lost": "Perdu",

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

@@ -561,6 +561,7 @@
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "מודלים בשפה טבעית יכולים לטעות. אמת מידע חשוב.",
 	"LLMs can make mistakes. Verify important information.": "מודלים בשפה טבעית יכולים לטעות. אמת מידע חשוב.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "",
 	"Local Models": "",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "एलएलएम गलतियाँ कर सकते हैं। महत्वपूर्ण जानकारी सत्यापित करें.",
 	"LLMs can make mistakes. Verify important information.": "एलएलएम गलतियाँ कर सकते हैं। महत्वपूर्ण जानकारी सत्यापित करें.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "",
 	"Local Models": "",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "Slušam...",
 	"Listening...": "Slušam...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLM-ovi mogu pogriješiti. Provjerite važne informacije.",
 	"LLMs can make mistakes. Verify important information.": "LLM-ovi mogu pogriješiti. Provjerite važne informacije.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "Lokalni modeli",
 	"Local Models": "Lokalni modeli",
 	"Lost": "",
 	"Lost": "",

+ 1 - 0
src/lib/i18n/locales/hu-HU/translation.json

@@ -561,6 +561,7 @@
 	"Listening...": "Hallgatás...",
 	"Listening...": "Hallgatás...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "Az LLM-ek hibázhatnak. Ellenőrizze a fontos információkat.",
 	"LLMs can make mistakes. Verify important information.": "Az LLM-ek hibázhatnak. Ellenőrizze a fontos információkat.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "Helyi modellek",
 	"Local Models": "Helyi modellek",
 	"Lost": "Elveszett",
 	"Lost": "Elveszett",

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

@@ -561,6 +561,7 @@
 	"Listening...": "Mendengarkan",
 	"Listening...": "Mendengarkan",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLM dapat membuat kesalahan. Verifikasi informasi penting.",
 	"LLMs can make mistakes. Verify important information.": "LLM dapat membuat kesalahan. Verifikasi informasi penting.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "Model Lokal",
 	"Local Models": "Model Lokal",
 	"Lost": "",
 	"Lost": "",

+ 1 - 0
src/lib/i18n/locales/ie-GA/translation.json

@@ -561,6 +561,7 @@
 	"Listening...": "Éisteacht...",
 	"Listening...": "Éisteacht...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "Is féidir le LLManna botúin a dhéanamh. Fíoraigh faisnéis thábhachtach.",
 	"LLMs can make mistakes. Verify important information.": "Is féidir le LLManna botúin a dhéanamh. Fíoraigh faisnéis thábhachtach.",
+	"Loading {{count}} sites": "",
 	"Local": "Áitiúil",
 	"Local": "Áitiúil",
 	"Local Models": "Múnlaí Áitiúla",
 	"Local Models": "Múnlaí Áitiúla",
 	"Lost": "Cailleadh",
 	"Lost": "Cailleadh",

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

@@ -561,6 +561,7 @@
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "Gli LLM possono commettere errori. Verifica le informazioni importanti.",
 	"LLMs can make mistakes. Verify important information.": "Gli LLM possono commettere errori. Verifica le informazioni importanti.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "",
 	"Local Models": "",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLM は間違いを犯す可能性があります。重要な情報を検証してください。",
 	"LLMs can make mistakes. Verify important information.": "LLM は間違いを犯す可能性があります。重要な情報を検証してください。",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "ローカルモデル",
 	"Local Models": "ローカルモデル",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "შესაძლოა LLM-ებმა შეცდომები დაუშვან. გადაამოწმეთ მნიშვნელოვანი ინფორმაცია.",
 	"LLMs can make mistakes. Verify important information.": "შესაძლოა LLM-ებმა შეცდომები დაუშვან. გადაამოწმეთ მნიშვნელოვანი ინფორმაცია.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "",
 	"Local Models": "",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "듣는 중...",
 	"Listening...": "듣는 중...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLM에 오류가 있을 수 있습니다. 중요한 정보는 확인이 필요합니다.",
 	"LLMs can make mistakes. Verify important information.": "LLM에 오류가 있을 수 있습니다. 중요한 정보는 확인이 필요합니다.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "로컬 모델",
 	"Local Models": "로컬 모델",
 	"Lost": "패배",
 	"Lost": "패배",

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

@@ -561,6 +561,7 @@
 	"Listening...": "Klausoma...",
 	"Listening...": "Klausoma...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "Dideli kalbos modeliai gali klysti. Patikrinkite atsakymų teisingumą.",
 	"LLMs can make mistakes. Verify important information.": "Dideli kalbos modeliai gali klysti. Patikrinkite atsakymų teisingumą.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "Lokalūs modeliai",
 	"Local Models": "Lokalūs modeliai",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "Mendengar...",
 	"Listening...": "Mendengar...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLM boleh membuat kesilapan. Sahkan maklumat penting",
 	"LLMs can make mistakes. Verify important information.": "LLM boleh membuat kesilapan. Sahkan maklumat penting",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "Model Tempatan",
 	"Local Models": "Model Tempatan",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "Lytter ...",
 	"Listening...": "Lytter ...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "Språkmodeller kan gjøre feil. Kontroller viktige opplysninger.",
 	"LLMs can make mistakes. Verify important information.": "Språkmodeller kan gjøre feil. Kontroller viktige opplysninger.",
+	"Loading {{count}} sites": "",
 	"Local": "Lokal",
 	"Local": "Lokal",
 	"Local Models": "Lokale modeller",
 	"Local Models": "Lokale modeller",
 	"Lost": "Tapt",
 	"Lost": "Tapt",

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

@@ -561,6 +561,7 @@
 	"Listening...": "Aan het luisteren...",
 	"Listening...": "Aan het luisteren...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLMs kunnen fouten maken. Verifieer belangrijke informatie.",
 	"LLMs can make mistakes. Verify important information.": "LLMs kunnen fouten maken. Verifieer belangrijke informatie.",
+	"Loading {{count}} sites": "",
 	"Local": "Lokaal",
 	"Local": "Lokaal",
 	"Local Models": "Lokale modellen",
 	"Local Models": "Lokale modellen",
 	"Lost": "Verloren",
 	"Lost": "Verloren",

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

@@ -561,6 +561,7 @@
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLMs ਗਲਤੀਆਂ ਕਰ ਸਕਦੇ ਹਨ। ਮਹੱਤਵਪੂਰਨ ਜਾਣਕਾਰੀ ਦੀ ਪੁਸ਼ਟੀ ਕਰੋ।",
 	"LLMs can make mistakes. Verify important information.": "LLMs ਗਲਤੀਆਂ ਕਰ ਸਕਦੇ ਹਨ। ਮਹੱਤਵਪੂਰਨ ਜਾਣਕਾਰੀ ਦੀ ਪੁਸ਼ਟੀ ਕਰੋ।",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "",
 	"Local Models": "",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLMy mogą popełniać błędy. Zweryfikuj ważne informacje.",
 	"LLMs can make mistakes. Verify important information.": "LLMy mogą popełniać błędy. Zweryfikuj ważne informacje.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "",
 	"Local Models": "",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "Escutando...",
 	"Listening...": "Escutando...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLMs podem cometer erros. Verifique informações importantes.",
 	"LLMs can make mistakes. Verify important information.": "LLMs podem cometer erros. Verifique informações importantes.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "Modelos Locais",
 	"Local Models": "Modelos Locais",
 	"Lost": "Perdeu",
 	"Lost": "Perdeu",

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

@@ -561,6 +561,7 @@
 	"Listening...": "A escutar...",
 	"Listening...": "A escutar...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLMs podem cometer erros. Verifique informações importantes.",
 	"LLMs can make mistakes. Verify important information.": "LLMs podem cometer erros. Verifique informações importantes.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "Modelos Locais",
 	"Local Models": "Modelos Locais",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "Ascult...",
 	"Listening...": "Ascult...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLM-urile pot face greșeli. Verificați informațiile importante.",
 	"LLMs can make mistakes. Verify important information.": "LLM-urile pot face greșeli. Verificați informațiile importante.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "Modele Locale",
 	"Local Models": "Modele Locale",
 	"Lost": "Pierdut",
 	"Lost": "Pierdut",

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

@@ -561,6 +561,7 @@
 	"Listening...": "Слушаю...",
 	"Listening...": "Слушаю...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLMs могут допускать ошибки. Проверяйте важную информацию.",
 	"LLMs can make mistakes. Verify important information.": "LLMs могут допускать ошибки. Проверяйте важную информацию.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "Локальные модели",
 	"Local Models": "Локальные модели",
 	"Lost": "",
 	"Lost": "",

+ 1 - 0
src/lib/i18n/locales/sk-SK/translation.json

@@ -561,6 +561,7 @@
 	"Listening...": "Počúvanie...",
 	"Listening...": "Počúvanie...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLM môžu robiť chyby. Overte si dôležité informácie.",
 	"LLMs can make mistakes. Verify important information.": "LLM môžu robiť chyby. Overte si dôležité informácie.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "Lokálne modely",
 	"Local Models": "Lokálne modely",
 	"Lost": "Stratený",
 	"Lost": "Stratený",

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

@@ -561,6 +561,7 @@
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "ВЈМ-ови (LLM-ови) могу правити грешке. Проверите важне податке.",
 	"LLMs can make mistakes. Verify important information.": "ВЈМ-ови (LLM-ови) могу правити грешке. Проверите важне податке.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "",
 	"Local Models": "",
 	"Lost": "Пораза",
 	"Lost": "Пораза",

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

@@ -561,6 +561,7 @@
 	"Listening...": "Lyssnar...",
 	"Listening...": "Lyssnar...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLM:er kan göra misstag. Granska viktig information.",
 	"LLMs can make mistakes. Verify important information.": "LLM:er kan göra misstag. Granska viktig information.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "Lokala modeller",
 	"Local Models": "Lokala modeller",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "กำลังฟัง...",
 	"Listening...": "กำลังฟัง...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLMs สามารถทำผิดพลาดได้ ตรวจสอบข้อมูลสำคัญ",
 	"LLMs can make mistakes. Verify important information.": "LLMs สามารถทำผิดพลาดได้ ตรวจสอบข้อมูลสำคัญ",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "โมเดลท้องถิ่น",
 	"Local Models": "โมเดลท้องถิ่น",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "",
 	"LLMs can make mistakes. Verify important information.": "",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "",
 	"Local Models": "",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "Dinleniyor...",
 	"Listening...": "Dinleniyor...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLM'ler hata yapabilir. Önemli bilgileri doğrulayın.",
 	"LLMs can make mistakes. Verify important information.": "LLM'ler hata yapabilir. Önemli bilgileri doğrulayın.",
+	"Loading {{count}} sites": "",
 	"Local": "Yerel",
 	"Local": "Yerel",
 	"Local Models": "Yerel Modeller",
 	"Local Models": "Yerel Modeller",
 	"Lost": "Kayıp",
 	"Lost": "Kayıp",

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

@@ -561,6 +561,7 @@
 	"Listening...": "Слухаю...",
 	"Listening...": "Слухаю...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "LLMs можуть помилятися. Перевірте важливу інформацію.",
 	"LLMs can make mistakes. Verify important information.": "LLMs можуть помилятися. Перевірте важливу інформацію.",
+	"Loading {{count}} sites": "",
 	"Local": "Локальний",
 	"Local": "Локальний",
 	"Local Models": "Локальні моделі",
 	"Local Models": "Локальні моделі",
 	"Lost": "Втрачене",
 	"Lost": "Втрачене",

+ 1 - 0
src/lib/i18n/locales/ur-PK/translation.json

@@ -561,6 +561,7 @@
 	"Listening...": "سن رہے ہیں...",
 	"Listening...": "سن رہے ہیں...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"LLMs can make mistakes. Verify important information.": "ایل ایل ایم غلطیاں کر سکتے ہیں اہم معلومات کی تصدیق کریں",
 	"LLMs can make mistakes. Verify important information.": "ایل ایل ایم غلطیاں کر سکتے ہیں اہم معلومات کی تصدیق کریں",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "مقامی ماڈلز",
 	"Local Models": "مقامی ماڈلز",
 	"Lost": "گم شدہ",
 	"Lost": "گم شدہ",

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

@@ -561,6 +561,7 @@
 	"Listening...": "Đang nghe...",
 	"Listening...": "Đang nghe...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
 	"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.",
 	"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.",
+	"Loading {{count}} sites": "",
 	"Local": "",
 	"Local": "",
 	"Local Models": "",
 	"Local Models": "",
 	"Lost": "",
 	"Lost": "",

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

@@ -561,6 +561,7 @@
 	"Listening...": "正在倾听...",
 	"Listening...": "正在倾听...",
 	"Llama.cpp": "Llama.cpp",
 	"Llama.cpp": "Llama.cpp",
 	"LLMs can make mistakes. Verify important information.": "大语言模型可能会生成误导性错误信息,请对关键信息加以验证。",
 	"LLMs can make mistakes. Verify important information.": "大语言模型可能会生成误导性错误信息,请对关键信息加以验证。",
+	"Loading {{count}} sites": "",
 	"Local": "本地",
 	"Local": "本地",
 	"Local Models": "本地模型",
 	"Local Models": "本地模型",
 	"Lost": "落败",
 	"Lost": "落败",

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

@@ -561,6 +561,7 @@
 	"Listening...": "正在聆聽...",
 	"Listening...": "正在聆聽...",
 	"Llama.cpp": "Llama.cpp",
 	"Llama.cpp": "Llama.cpp",
 	"LLMs can make mistakes. Verify important information.": "大型語言模型可能會出錯。請驗證重要資訊。",
 	"LLMs can make mistakes. Verify important information.": "大型語言模型可能會出錯。請驗證重要資訊。",
+	"Loading {{count}} sites": "",
 	"Local": "本機",
 	"Local": "本機",
 	"Local Models": "本機模型",
 	"Local Models": "本機模型",
 	"Lost": "已遺失",
 	"Lost": "已遺失",