Browse Source

chore: format

Timothy Jaeryang Baek 5 months ago
parent
commit
8ad1aa3c2e
48 changed files with 144 additions and 49 deletions
  1. 6 2
      backend/open_webui/apps/webui/models/groups.py
  2. 3 1
      src/lib/i18n/locales/ar-BH/translation.json
  3. 3 1
      src/lib/i18n/locales/bg-BG/translation.json
  4. 3 1
      src/lib/i18n/locales/bn-BD/translation.json
  5. 3 1
      src/lib/i18n/locales/ca-ES/translation.json
  6. 3 1
      src/lib/i18n/locales/ceb-PH/translation.json
  7. 3 1
      src/lib/i18n/locales/cs-CZ/translation.json
  8. 3 1
      src/lib/i18n/locales/da-DK/translation.json
  9. 3 1
      src/lib/i18n/locales/de-DE/translation.json
  10. 3 1
      src/lib/i18n/locales/dg-DG/translation.json
  11. 3 1
      src/lib/i18n/locales/en-GB/translation.json
  12. 3 1
      src/lib/i18n/locales/en-US/translation.json
  13. 3 1
      src/lib/i18n/locales/es-ES/translation.json
  14. 3 1
      src/lib/i18n/locales/fa-IR/translation.json
  15. 3 1
      src/lib/i18n/locales/fi-FI/translation.json
  16. 3 1
      src/lib/i18n/locales/fr-CA/translation.json
  17. 3 1
      src/lib/i18n/locales/fr-FR/translation.json
  18. 3 1
      src/lib/i18n/locales/he-IL/translation.json
  19. 3 1
      src/lib/i18n/locales/hi-IN/translation.json
  20. 3 1
      src/lib/i18n/locales/hr-HR/translation.json
  21. 3 1
      src/lib/i18n/locales/hu-HU/translation.json
  22. 3 1
      src/lib/i18n/locales/id-ID/translation.json
  23. 3 1
      src/lib/i18n/locales/ie-GA/translation.json
  24. 3 1
      src/lib/i18n/locales/it-IT/translation.json
  25. 3 1
      src/lib/i18n/locales/ja-JP/translation.json
  26. 3 1
      src/lib/i18n/locales/ka-GE/translation.json
  27. 3 1
      src/lib/i18n/locales/ko-KR/translation.json
  28. 3 1
      src/lib/i18n/locales/lt-LT/translation.json
  29. 3 1
      src/lib/i18n/locales/ms-MY/translation.json
  30. 3 1
      src/lib/i18n/locales/nb-NO/translation.json
  31. 3 1
      src/lib/i18n/locales/nl-NL/translation.json
  32. 3 1
      src/lib/i18n/locales/pa-IN/translation.json
  33. 3 1
      src/lib/i18n/locales/pl-PL/translation.json
  34. 3 1
      src/lib/i18n/locales/pt-BR/translation.json
  35. 3 1
      src/lib/i18n/locales/pt-PT/translation.json
  36. 3 1
      src/lib/i18n/locales/ro-RO/translation.json
  37. 3 1
      src/lib/i18n/locales/ru-RU/translation.json
  38. 3 1
      src/lib/i18n/locales/sr-RS/translation.json
  39. 3 1
      src/lib/i18n/locales/sv-SE/translation.json
  40. 3 1
      src/lib/i18n/locales/th-TH/translation.json
  41. 3 1
      src/lib/i18n/locales/tk-TW/translation.json
  42. 3 1
      src/lib/i18n/locales/tr-TR/translation.json
  43. 3 1
      src/lib/i18n/locales/uk-UA/translation.json
  44. 3 1
      src/lib/i18n/locales/ur-PK/translation.json
  45. 3 1
      src/lib/i18n/locales/vi-VN/translation.json
  46. 3 1
      src/lib/i18n/locales/zh-CN/translation.json
  47. 3 1
      src/lib/i18n/locales/zh-TW/translation.json
  48. 0 1
      src/lib/utils/index.ts

+ 6 - 2
backend/open_webui/apps/webui/models/groups.py

@@ -128,8 +128,12 @@ class GroupTable:
             return [
                 GroupModel.model_validate(group)
                 for group in db.query(Group)
-                .filter(func.json_array_length(Group.user_ids) > 0)  # Ensure array exists
-                .filter(Group.user_ids.cast(String).like(f'%"{user_id}"%'))  # String-based check
+                .filter(
+                    func.json_array_length(Group.user_ids) > 0
+                )  # Ensure array exists
+                .filter(
+                    Group.user_ids.cast(String).like(f'%"{user_id}"%')
+                )  # String-based check
                 .order_by(Group.updated_at.desc())
                 .all()
             ]

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "يتم استخدام نموذج المهمة عند تنفيذ مهام مثل إنشاء عناوين للدردشات واستعلامات بحث الويب",
 	"a user": "مستخدم",
 	"About": "عن",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "الحساب",
 	"Account Activation Pending": "",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "مفتاح واجهة برمجة تطبيقات البحث الشجاع",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "تجاوز التحقق من SSL للموقع",
 	"Call": "",
 	"Call feature is not supported when using Web STT engine": "",
@@ -201,7 +204,6 @@
 	"Current Model": "الموديل المختار",
 	"Current Password": "كلمة السر الحالية",
 	"Custom": "مخصص",
-	"Customize models for a specific purpose": "تخصيص النماذج لغرض معين",
 	"Dark": "مظلم",
 	"Database": "قاعدة البيانات",
 	"December": "ديسمبر",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Моделът на задачите се използва при изпълнение на задачи като генериране на заглавия за чатове и заявки за търсене в мрежата",
 	"a user": "потребител",
 	"About": "Относно",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Акаунт",
 	"Account Activation Pending": "",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Смел ключ за API за търсене",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Изключване на SSL проверката за сайтове",
 	"Call": "",
 	"Call feature is not supported when using Web STT engine": "",
@@ -201,7 +204,6 @@
 	"Current Model": "Текущ модел",
 	"Current Password": "Текуща Парола",
 	"Custom": "Персонализиран",
-	"Customize models for a specific purpose": "Персонализиране на модели за конкретна цел",
 	"Dark": "Тъмен",
 	"Database": "База данни",
 	"December": "Декември",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "চ্যাট এবং ওয়েব অনুসন্ধান প্রশ্নের জন্য শিরোনাম তৈরি করার মতো কাজগুলি সম্পাদন করার সময় একটি টাস্ক মডেল ব্যবহার করা হয়",
 	"a user": "একজন ব্যাবহারকারী",
 	"About": "সম্পর্কে",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "একাউন্ট",
 	"Account Activation Pending": "",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "সাহসী অনুসন্ধান API কী",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "ওয়েবসাইটের জন্য SSL যাচাই বাতিল করুন",
 	"Call": "",
 	"Call feature is not supported when using Web STT engine": "",
@@ -201,7 +204,6 @@
 	"Current Model": "বর্তমান মডেল",
 	"Current Password": "বর্তমান পাসওয়ার্ড",
 	"Custom": "কাস্টম",
-	"Customize models for a specific purpose": "একটি নির্দিষ্ট উদ্দেশ্যে মডেল কাস্টমাইজ করুন",
 	"Dark": "ডার্ক",
 	"Database": "ডেটাবেজ",
 	"December": "ডেসেম্বর",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Un model de tasca s'utilitza quan es realitzen tasques com ara generar títols per a xats i consultes de cerca per a la web",
 	"a user": "un usuari",
 	"About": "Sobre",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Compte",
 	"Account Activation Pending": "Activació del compte pendent",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "Punt de connexió a Bing Search V7",
 	"Bing Search V7 Subscription Key": "Clau de subscripció a Bing Search V7",
 	"Brave Search API Key": "Clau API de Brave Search",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Desactivar la verificació SSL per a l'accés a Internet",
 	"Call": "Trucada",
 	"Call feature is not supported when using Web STT engine": "La funció de trucada no s'admet quan s'utilitza el motor Web STT",
@@ -201,7 +204,6 @@
 	"Current Model": "Model actual",
 	"Current Password": "Contrasenya actual",
 	"Custom": "Personalitzat",
-	"Customize models for a specific purpose": "Personalitzar models per a un propòsit específic",
 	"Dark": "Fosc",
 	"Database": "Base de dades",
 	"December": "Desembre",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
 	"a user": "usa ka user",
 	"About": "Mahitungod sa",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Account",
 	"Account Activation Pending": "",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "",
 	"Call": "",
 	"Call feature is not supported when using Web STT engine": "",
@@ -201,7 +204,6 @@
 	"Current Model": "Kasamtangang modelo",
 	"Current Password": "Kasamtangang Password",
 	"Custom": "Custom",
-	"Customize models for a specific purpose": "",
 	"Dark": "Ngitngit",
 	"Database": "Database",
 	"December": "",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Model úloh se používá při provádění úloh, jako je generování názvů pro chaty a vyhledávací dotazy na webu.",
 	"a user": "uživatel",
 	"About": "O programu",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Účet",
 	"Account Activation Pending": "Čeká na aktivaci účtu",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Klíč API pro Brave Search",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Obcházení ověření SSL pro webové stránky",
 	"Call": "Volání",
 	"Call feature is not supported when using Web STT engine": "Funkce pro volání není podporována při použití Web STT engine.",
@@ -201,7 +204,6 @@
 	"Current Model": "Aktuální model",
 	"Current Password": "Aktuální heslo",
 	"Custom": "Na míru",
-	"Customize models for a specific purpose": "Přizpůsobení modelů pro specifický účel",
 	"Dark": "Tmavý",
 	"Database": "Databáze",
 	"December": "Prosinec",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "En 'task model' bliver brugt til at opgaver såsom at generere overskrifter til chats eller internetsøgninger",
 	"a user": "en bruger",
 	"About": "Information",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Profil",
 	"Account Activation Pending": "Aktivering af profil afventer",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Brave Search API nøgle",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Forbigå SSL verifikation på websider",
 	"Call": "Opkald",
 	"Call feature is not supported when using Web STT engine": "Opkaldsfunktion er ikke understøttet for Web STT engine",
@@ -201,7 +204,6 @@
 	"Current Model": "Nuværende model",
 	"Current Password": "Nuværende password",
 	"Custom": "Custom",
-	"Customize models for a specific purpose": "Lav en model til et specifikt formål",
 	"Dark": "Mørk",
 	"Database": "Database",
 	"December": "december",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Aufgabenmodelle können Unterhaltungstitel oder Websuchanfragen generieren.",
 	"a user": "ein Benutzer",
 	"About": "Über",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Konto",
 	"Account Activation Pending": "Kontoaktivierung ausstehend",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Brave Search API-Schlüssel",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "SSL-Überprüfung für Webseiten umgehen",
 	"Call": "Anrufen",
 	"Call feature is not supported when using Web STT engine": "Die Anruffunktion wird nicht unterstützt, wenn die Web-STT-Engine verwendet wird.",
@@ -201,7 +204,6 @@
 	"Current Model": "Aktuelles Modell",
 	"Current Password": "Aktuelles Passwort",
 	"Custom": "Benutzerdefiniert",
-	"Customize models for a specific purpose": "Modelle für einen bestimmten Zweck anpassen",
 	"Dark": "Dunkel",
 	"Database": "Datenbank",
 	"December": "Dezember",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
 	"a user": "such user",
 	"About": "Much About",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Account",
 	"Account Activation Pending": "",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "",
 	"Call": "",
 	"Call feature is not supported when using Web STT engine": "",
@@ -201,7 +204,6 @@
 	"Current Model": "Current Model",
 	"Current Password": "Current Password",
 	"Custom": "Custom",
-	"Customize models for a specific purpose": "",
 	"Dark": "Dark",
 	"Database": "Database",
 	"December": "",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
 	"a user": "",
 	"About": "",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "",
 	"Account Activation Pending": "",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "",
 	"Call": "",
 	"Call feature is not supported when using Web STT engine": "",
@@ -201,7 +204,6 @@
 	"Current Model": "",
 	"Current Password": "",
 	"Custom": "",
-	"Customize models for a specific purpose": "",
 	"Dark": "",
 	"Database": "",
 	"December": "",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
 	"a user": "",
 	"About": "",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "",
 	"Account Activation Pending": "",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "",
 	"Call": "",
 	"Call feature is not supported when using Web STT engine": "",
@@ -201,7 +204,6 @@
 	"Current Model": "",
 	"Current Password": "",
 	"Custom": "",
-	"Customize models for a specific purpose": "",
 	"Dark": "",
 	"Database": "",
 	"December": "",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Un modelo de tareas se utiliza cuando se realizan tareas como la generación de títulos para chats y consultas de búsqueda web",
 	"a user": "un usuario",
 	"About": "Sobre nosotros",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Cuenta",
 	"Account Activation Pending": "Activación de cuenta pendiente",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Clave de API de Brave Search",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Desactivar la verificación SSL para sitios web",
 	"Call": "Llamada",
 	"Call feature is not supported when using Web STT engine": "La funcionalidad de llamada no puede usarse junto con el motor de STT Web",
@@ -201,7 +204,6 @@
 	"Current Model": "Modelo Actual",
 	"Current Password": "Contraseña Actual",
 	"Custom": "Personalizado",
-	"Customize models for a specific purpose": "Personalizar modelos para un propósito específico",
 	"Dark": "Oscuro",
 	"Database": "Base de datos",
 	"December": "Diciembre",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "یک مدل وظیفه هنگام انجام وظایف مانند تولید عناوین برای چت ها و نمایش های جستجوی وب استفاده می شود.",
 	"a user": "یک کاربر",
 	"About": "درباره",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "حساب کاربری",
 	"Account Activation Pending": "فعال\u200cسازی حساب در حال انتظار",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "کلید API جستجوی شجاع",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "عبور از تأیید SSL برای وب سایت ها",
 	"Call": "",
 	"Call feature is not supported when using Web STT engine": "",
@@ -201,7 +204,6 @@
 	"Current Model": "مدل فعلی",
 	"Current Password": "رمز عبور فعلی",
 	"Custom": "دلخواه",
-	"Customize models for a specific purpose": "سفارشی کردن مدل ها برای یک هدف خاص",
 	"Dark": "تیره",
 	"Database": "پایگاه داده",
 	"December": "دسامبر",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Tehtävämallia käytetään tehtävien suorittamiseen, kuten otsikoiden luomiseen keskusteluille ja verkkohakukyselyille",
 	"a user": "käyttäjä",
 	"About": "Tietoja",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Tili",
 	"Account Activation Pending": "",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Brave Search API -avain",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Ohita SSL-varmennus verkkosivustoille",
 	"Call": "",
 	"Call feature is not supported when using Web STT engine": "",
@@ -201,7 +204,6 @@
 	"Current Model": "Nykyinen malli",
 	"Current Password": "Nykyinen salasana",
 	"Custom": "Mukautettu",
-	"Customize models for a specific purpose": "Mallien mukauttaminen tiettyyn tarkoitukseen",
 	"Dark": "Tumma",
 	"Database": "Tietokanta",
 	"December": "joulukuu",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Un modèle de tâche est utilisé lors de l’exécution de tâches telles que la génération de titres pour les conversations et les requêtes de recherche sur le web.",
 	"a user": "un utilisateur",
 	"About": "À propos",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Compte",
 	"Account Activation Pending": "Activation du compte en attente",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Clé API Brave Search",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Bypasser la vérification SSL pour les sites web",
 	"Call": "Appeler",
 	"Call feature is not supported when using Web STT engine": "La fonction d'appel n'est pas prise en charge lors de l'utilisation du moteur Web STT",
@@ -201,7 +204,6 @@
 	"Current Model": "Modèle actuel amélioré",
 	"Current Password": "Mot de passe actuel",
 	"Custom": "Sur mesure",
-	"Customize models for a specific purpose": "Personnaliser les modèles pour une fonction spécifique",
 	"Dark": "Obscur",
 	"Database": "Base de données",
 	"December": "Décembre",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Un modèle de tâche est utilisé lors de l’exécution de tâches telles que la génération de titres pour les conversations et les requêtes de recherche sur le web.",
 	"a user": "un utilisateur",
 	"About": "À propos",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Compte",
 	"Account Activation Pending": "Activation du compte en attente",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Clé API Brave Search",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Bypasser la vérification SSL pour les sites web",
 	"Call": "Appeler",
 	"Call feature is not supported when using Web STT engine": "La fonction d'appel n'est pas prise en charge lors de l'utilisation du moteur Web STT",
@@ -201,7 +204,6 @@
 	"Current Model": "Modèle actuel",
 	"Current Password": "Mot de passe actuel",
 	"Custom": "Sur mesure",
-	"Customize models for a specific purpose": "Personnaliser les modèles pour un usage spécifique",
 	"Dark": "Sombre",
 	"Database": "Base de données",
 	"December": "Décembre",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "מודל משימה משמש בעת ביצוע משימות כגון יצירת כותרות עבור צ'אטים ושאילתות חיפוש באינטרנט",
 	"a user": "משתמש",
 	"About": "אודות",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "חשבון",
 	"Account Activation Pending": "",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "מפתח API של חיפוש אמיץ",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "עקוף אימות SSL עבור אתרים",
 	"Call": "",
 	"Call feature is not supported when using Web STT engine": "",
@@ -201,7 +204,6 @@
 	"Current Model": "המודל הנוכחי",
 	"Current Password": "הסיסמה הנוכחית",
 	"Custom": "מותאם אישית",
-	"Customize models for a specific purpose": "התאמה אישית של מודלים למטרה ספציפית",
 	"Dark": "כהה",
 	"Database": "מסד נתונים",
 	"December": "דצמבר",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "चैट और वेब खोज क्वेरी के लिए शीर्षक उत्पन्न करने जैसे कार्य करते समय कार्य मॉडल का उपयोग किया जाता है",
 	"a user": "एक उपयोगकर्ता",
 	"About": "हमारे बारे में",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "खाता",
 	"Account Activation Pending": "",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Brave सर्च एपीआई कुंजी",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "वेबसाइटों के लिए SSL सुनिश्चिती को छोड़ें",
 	"Call": "",
 	"Call feature is not supported when using Web STT engine": "",
@@ -201,7 +204,6 @@
 	"Current Model": "वर्तमान मॉडल",
 	"Current Password": "वर्तमान पासवर्ड",
 	"Custom": "कस्टम संस्करण",
-	"Customize models for a specific purpose": "एक विशिष्ट उद्देश्य के लिए मॉडल अनुकूलित करें",
 	"Dark": "डार्क",
 	"Database": "डेटाबेस",
 	"December": "डिसेंबर",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Model zadatka koristi se pri izvođenju zadataka kao što su generiranje naslova za razgovore i upite za pretraživanje weba",
 	"a user": "korisnik",
 	"About": "O aplikaciji",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Račun",
 	"Account Activation Pending": "",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Brave tražilica - API ključ",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Zaobiđi SSL provjeru za web stranice",
 	"Call": "Poziv",
 	"Call feature is not supported when using Web STT engine": "Značajka poziva nije podržana kada se koristi Web STT mehanizam",
@@ -201,7 +204,6 @@
 	"Current Model": "Trenutni model",
 	"Current Password": "Trenutna lozinka",
 	"Custom": "Prilagođeno",
-	"Customize models for a specific purpose": "Prilagodba modela za određenu svrhu",
 	"Dark": "Tamno",
 	"Database": "Baza podataka",
 	"December": "Prosinac",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "A feladat modell olyan feladatokhoz használatos, mint a beszélgetések címeinek generálása és webes keresési lekérdezések",
 	"a user": "egy felhasználó",
 	"About": "Névjegy",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Fiók",
 	"Account Activation Pending": "Fiók aktiválása folyamatban",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Brave Search API kulcs",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "SSL ellenőrzés kihagyása weboldalakhoz",
 	"Call": "Hívás",
 	"Call feature is not supported when using Web STT engine": "A hívás funkció nem támogatott Web STT motor használatakor",
@@ -201,7 +204,6 @@
 	"Current Model": "Jelenlegi modell",
 	"Current Password": "Jelenlegi jelszó",
 	"Custom": "Egyéni",
-	"Customize models for a specific purpose": "Modellek testreszabása specifikus célra",
 	"Dark": "Sötét",
 	"Database": "Adatbázis",
 	"December": "December",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Model tugas digunakan saat melakukan tugas seperti membuat judul untuk obrolan dan kueri penelusuran web",
 	"a user": "seorang pengguna",
 	"About": "Tentang",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Akun",
 	"Account Activation Pending": "Aktivasi Akun Tertunda",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Kunci API Pencarian Berani",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Lewati verifikasi SSL untuk Situs Web",
 	"Call": "Panggilan",
 	"Call feature is not supported when using Web STT engine": "Fitur panggilan tidak didukung saat menggunakan mesin Web STT",
@@ -201,7 +204,6 @@
 	"Current Model": "Model Saat Ini",
 	"Current Password": "Kata Sandi Saat Ini",
 	"Custom": "Kustom",
-	"Customize models for a specific purpose": "Menyesuaikan model untuk tujuan tertentu",
 	"Dark": "Gelap",
 	"Database": "Basis data",
 	"December": "Desember",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Úsáidtear samhail tasc agus tascanna á ndéanamh agat mar theidil a ghiniúint do chomhráite agus ceisteanna cuardaigh gréasáin",
 	"a user": "úsáideoir",
 	"About": "Maidir",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Cuntas",
 	"Account Activation Pending": "Gníomhachtaithe Cuntas",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Eochair API Cuardaigh Brave",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Seachbhachtar fíorú SSL do Láithreáin",
 	"Call": "Glaoigh",
 	"Call feature is not supported when using Web STT engine": "Ní thacaítear le gné glaonna agus inneall Web STT á úsáid",
@@ -201,7 +204,6 @@
 	"Current Model": "Samhail Reatha",
 	"Current Password": "Pasfhocal Reatha",
 	"Custom": "Saincheaptha",
-	"Customize models for a specific purpose": "Múnla a shaincheapadh chun críche ar leith",
 	"Dark": "Dorcha",
 	"Database": "Bunachar Sonraí",
 	"December": "Nollaig",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Un modello di attività viene utilizzato durante l'esecuzione di attività come la generazione di titoli per chat e query di ricerca Web",
 	"a user": "un utente",
 	"About": "Informazioni",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Account",
 	"Account Activation Pending": "",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Chiave API di ricerca Brave",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Aggira la verifica SSL per i siti web",
 	"Call": "",
 	"Call feature is not supported when using Web STT engine": "",
@@ -201,7 +204,6 @@
 	"Current Model": "Modello corrente",
 	"Current Password": "Password corrente",
 	"Custom": "Personalizzato",
-	"Customize models for a specific purpose": "Personalizza i modelli per uno scopo specifico",
 	"Dark": "Scuro",
 	"Database": "Database",
 	"December": "Dicembre",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "タスクモデルは、チャットやウェブ検索クエリのタイトルの生成などのタスクを実行するときに使用されます",
 	"a user": "ユーザー",
 	"About": "概要",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "アカウント",
 	"Account Activation Pending": "アカウント承認待ち",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Brave Search APIキー",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "SSL 検証をバイパスする",
 	"Call": "コール",
 	"Call feature is not supported when using Web STT engine": "",
@@ -201,7 +204,6 @@
 	"Current Model": "現在のモデル",
 	"Current Password": "現在のパスワード",
 	"Custom": "カスタム",
-	"Customize models for a specific purpose": "特定の目的に合わせてモデルをカスタマイズする",
 	"Dark": "ダーク",
 	"Database": "データベース",
 	"December": "12月",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "დავალების მოდელი გამოიყენება ისეთი ამოცანების შესრულებისას, როგორიცაა ჩეთების სათაურების გენერირება და ვებ – ძიების მოთხოვნები",
 	"a user": "მომხმარებელი",
 	"About": "შესახებ",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "ანგარიში",
 	"Account Activation Pending": "",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Brave Search API გასაღები",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "SSL-ის ვერიფიკაციის გააუქმება ვებსაიტებზე",
 	"Call": "",
 	"Call feature is not supported when using Web STT engine": "",
@@ -201,7 +204,6 @@
 	"Current Model": "მიმდინარე მოდელი",
 	"Current Password": "მიმდინარე პაროლი",
 	"Custom": "საკუთარი",
-	"Customize models for a specific purpose": "მოდელების მორგება კონკრეტული მიზნისთვის",
 	"Dark": "მუქი",
 	"Database": "მონაცემთა ბაზა",
 	"December": "დეკემბერი",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "작업 모델은 채팅 및 웹 검색 쿼리에 대한 제목 생성 등의 작업 수행 시 사용됩니다.",
 	"a user": "사용자",
 	"About": "정보",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "계정",
 	"Account Activation Pending": "계정 활성화 대기",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Brave Search API 키",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "웹 사이트에 대한 SSL 검증 무시: ",
 	"Call": "음성 기능",
 	"Call feature is not supported when using Web STT engine": "웹 STT 엔진 사용 시, 음성 기능은 지원되지 않습니다.",
@@ -201,7 +204,6 @@
 	"Current Model": "현재 모델",
 	"Current Password": "현재 비밀번호",
 	"Custom": "사용자 정의",
-	"Customize models for a specific purpose": "특정 목적을 위한 모델 사용자 지정",
 	"Dark": "다크",
 	"Database": "데이터베이스",
 	"December": "12월",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Užduočių modelis naudojamas pokalbių pavadinimų ir paieškos užklausų generavimui.",
 	"a user": "naudotojas",
 	"About": "Apie",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Paskyra",
 	"Account Activation Pending": "Laukiama paskyros patvirtinimo",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Brave Search API raktas",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Išvengti SSL patikros puslapiams",
 	"Call": "Skambinti",
 	"Call feature is not supported when using Web STT engine": "Skambučio funkcionalumas neleidžiamas naudojant Web STT variklį",
@@ -201,7 +204,6 @@
 	"Current Model": "Dabartinis modelis",
 	"Current Password": "Esamas slaptažodis",
 	"Custom": "Personalizuota",
-	"Customize models for a specific purpose": "Pritaikykite modelius specifiniams tikslams",
 	"Dark": "Tamsus",
 	"Database": "Duomenų bazė",
 	"December": "Gruodis",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Model tugas digunakan semasa melaksanakan tugas seperti menjana tajuk untuk perbualan dan pertanyaan carian web.",
 	"a user": "seorang pengguna",
 	"About": "Mengenai",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Akaun",
 	"Account Activation Pending": "Pengaktifan Akaun belum selesai",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Kunci API Carian Brave",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Pintas pengesahan SSL untuk Laman Web",
 	"Call": "Hubungi",
 	"Call feature is not supported when using Web STT engine": "Ciri panggilan tidak disokong apabila menggunakan enjin Web STT",
@@ -201,7 +204,6 @@
 	"Current Model": "Model Semasa",
 	"Current Password": "Kata laluan semasa",
 	"Custom": "Tersuai",
-	"Customize models for a specific purpose": "Sesuaikan model untuk tujuan tertentu",
 	"Dark": "Gelap",
 	"Database": "Pangkalan Data",
 	"December": "Disember",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "En oppgavemodell brukes når du utfører oppgaver som å generere titler for samtaler eller utfører søkeforespørsler på nettet",
 	"a user": "en bruker",
 	"About": "Om",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Konto",
 	"Account Activation Pending": "Venter på kontoaktivering",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "Endepunkt for Bing Search V7",
 	"Bing Search V7 Subscription Key": "Abonnementsnøkkel for Bing Search V7",
 	"Brave Search API Key": "API-nøkkel for Brave Search",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Omgå SSL-verifisering for nettsteder",
 	"Call": "Ring",
 	"Call feature is not supported when using Web STT engine": "Ringefunksjonen støttes ikke når du bruker Web STT-motoren",
@@ -201,7 +204,6 @@
 	"Current Model": "Nåværende modell",
 	"Current Password": "Nåværende passord",
 	"Custom": "Tilpasset",
-	"Customize models for a specific purpose": "Tilpass modeller for et bestemt formål",
 	"Dark": "Mørk",
 	"Database": "Database",
 	"December": "desember",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Een taakmodel wordt gebruikt bij het uitvoeren van taken zoals het genereren van titels voor chats en zoekopdrachten op internet",
 	"a user": "een gebruiker",
 	"About": "Over",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Account",
 	"Account Activation Pending": "Accountactivatie in afwachting",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Brave Search API-sleutel",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "SSL-verificatie omzeilen voor websites",
 	"Call": "Oproep",
 	"Call feature is not supported when using Web STT engine": "Belfunctie wordt niet ondersteund bij gebruik van de Web STT engine",
@@ -201,7 +204,6 @@
 	"Current Model": "Huidig Model",
 	"Current Password": "Huidig Wachtwoord",
 	"Custom": "Aangepast",
-	"Customize models for a specific purpose": "Modellen aanpassen voor een specifiek doel",
 	"Dark": "Donker",
 	"Database": "Database",
 	"December": "December",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "ਚੈਟਾਂ ਅਤੇ ਵੈੱਬ ਖੋਜ ਪੁੱਛਗਿੱਛਾਂ ਵਾਸਤੇ ਸਿਰਲੇਖ ਤਿਆਰ ਕਰਨ ਵਰਗੇ ਕਾਰਜ ਾਂ ਨੂੰ ਕਰਦੇ ਸਮੇਂ ਇੱਕ ਕਾਰਜ ਮਾਡਲ ਦੀ ਵਰਤੋਂ ਕੀਤੀ ਜਾਂਦੀ ਹੈ",
 	"a user": "ਇੱਕ ਉਪਭੋਗਤਾ",
 	"About": "ਬਾਰੇ",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "ਖਾਤਾ",
 	"Account Activation Pending": "",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "ਬਹਾਦਰ ਖੋਜ API ਕੁੰਜੀ",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "ਵੈਬਸਾਈਟਾਂ ਲਈ SSL ਪ੍ਰਮਾਣਿਕਤਾ ਨੂੰ ਬਾਈਪਾਸ ਕਰੋ",
 	"Call": "",
 	"Call feature is not supported when using Web STT engine": "",
@@ -201,7 +204,6 @@
 	"Current Model": "ਮੌਜੂਦਾ ਮਾਡਲ",
 	"Current Password": "ਮੌਜੂਦਾ ਪਾਸਵਰਡ",
 	"Custom": "ਕਸਟਮ",
-	"Customize models for a specific purpose": "ਕਿਸੇ ਖਾਸ ਉਦੇਸ਼ ਲਈ ਮਾਡਲਾਂ ਨੂੰ ਅਨੁਕੂਲਿਤ ਕਰੋ",
 	"Dark": "ਗੂੜ੍ਹਾ",
 	"Database": "ਡਾਟਾਬੇਸ",
 	"December": "ਦਸੰਬਰ",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Model zadań jest używany podczas wykonywania zadań, takich jak generowanie tytułów czatów i zapytań wyszukiwania w Internecie",
 	"a user": "użytkownik",
 	"About": "O nas",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Konto",
 	"Account Activation Pending": "",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Klucz API wyszukiwania Brave",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Pomiń weryfikację SSL dla stron webowych",
 	"Call": "",
 	"Call feature is not supported when using Web STT engine": "",
@@ -201,7 +204,6 @@
 	"Current Model": "Bieżący model",
 	"Current Password": "Bieżące hasło",
 	"Custom": "Niestandardowy",
-	"Customize models for a specific purpose": "Dostosowywanie modeli do określonego celu",
 	"Dark": "Ciemny",
 	"Database": "Baza danych",
 	"December": "Grudzień",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Um modelo de tarefa é usado ao realizar tarefas como gerar títulos para chats e consultas de pesquisa na web",
 	"a user": "um usuário",
 	"About": "Sobre",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Conta",
 	"Account Activation Pending": "Ativação da Conta Pendente",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Chave API do Brave Search",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Ignorar verificação SSL para Sites",
 	"Call": "Chamada",
 	"Call feature is not supported when using Web STT engine": "O recurso de chamada não é suportado ao usar o mecanismo Web STT",
@@ -201,7 +204,6 @@
 	"Current Model": "Modelo Atual",
 	"Current Password": "Senha Atual",
 	"Custom": "Personalizado",
-	"Customize models for a specific purpose": "Personalize modelos para um propósito específico",
 	"Dark": "Escuro",
 	"Database": "Banco de Dados",
 	"December": "Dezembro",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Um modelo de tarefa é usado ao executar tarefas como gerar títulos para bate-papos e consultas de pesquisa na Web",
 	"a user": "um utilizador",
 	"About": "Acerca de",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Conta",
 	"Account Activation Pending": "Ativação da Conta Pendente",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Chave da API de Pesquisa Brave",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Ignorar verificação SSL para sites",
 	"Call": "Chamar",
 	"Call feature is not supported when using Web STT engine": "A funcionalide de Chamar não é suportada quando usa um motor Web STT",
@@ -201,7 +204,6 @@
 	"Current Model": "Modelo Atual",
 	"Current Password": "Senha Atual",
 	"Custom": "Personalizado",
-	"Customize models for a specific purpose": "Personalizar modelos para uma finalidade específica",
 	"Dark": "Escuro",
 	"Database": "Base de dados",
 	"December": "Dezembro",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Un model de sarcină este utilizat pentru realizarea unor sarcini precum generarea de titluri pentru conversații și interogări de căutare pe web",
 	"a user": "un utilizator",
 	"About": "Despre",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Cont",
 	"Account Activation Pending": "Activarea contului în așteptare",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Cheie API Brave Search",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Ocolește verificarea SSL pentru site-uri web",
 	"Call": "Apel",
 	"Call feature is not supported when using Web STT engine": "Funcția de apel nu este suportată când se utilizează motorul Web STT",
@@ -201,7 +204,6 @@
 	"Current Model": "Model Curent",
 	"Current Password": "Parola Curentă",
 	"Custom": "Personalizat",
-	"Customize models for a specific purpose": "Personalizează modele pentru un scop specific",
 	"Dark": "Întunecat",
 	"Database": "Bază de Date",
 	"December": "Decembrie",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Модель задач используется при выполнении таких задач, как генерация заголовков для чатов и поисковых запросов в Интернете",
 	"a user": "пользователь",
 	"About": "О программе",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Учетная запись",
 	"Account Activation Pending": "Ожидание активации учетной записи",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Ключ API поиска Brave",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Обход проверки SSL для веб-сайтов",
 	"Call": "Вызов",
 	"Call feature is not supported when using Web STT engine": "Функция вызова не поддерживается при использовании Web STT (распознавание речи) движка",
@@ -201,7 +204,6 @@
 	"Current Model": "Текущая модель",
 	"Current Password": "Текущий пароль",
 	"Custom": "Пользовательский",
-	"Customize models for a specific purpose": "Настройка моделей для конкретных целей",
 	"Dark": "Темная",
 	"Database": "База данных",
 	"December": "Декабрь",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Модел задатка се користи приликом извршавања задатака као што су генерисање наслова за ћаскања и упите за Веб претрагу",
 	"a user": "корисник",
 	"About": "О нама",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Налог",
 	"Account Activation Pending": "",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Апи кључ за храбру претрагу",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Заобиђи SSL потврђивање за веб странице",
 	"Call": "",
 	"Call feature is not supported when using Web STT engine": "",
@@ -201,7 +204,6 @@
 	"Current Model": "Тренутни модел",
 	"Current Password": "Тренутна лозинка",
 	"Custom": "Прилагођено",
-	"Customize models for a specific purpose": "Прилагођавање модела у одређене сврхе",
 	"Dark": "Тамна",
 	"Database": "База података",
 	"December": "Децембар",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "En uppgiftsmodell används när du utför uppgifter som att generera titlar för chattar och webbsökningsfrågor",
 	"a user": "en användare",
 	"About": "Om",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Konto",
 	"Account Activation Pending": "Kontoaktivering väntar",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "API-nyckel för Brave Search",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Kringgå SSL-verifiering för webbplatser",
 	"Call": "Samtal",
 	"Call feature is not supported when using Web STT engine": "Samtalsfunktionen är inte kompatibel med Web Tal-till-text motor",
@@ -201,7 +204,6 @@
 	"Current Model": "Aktuell modell",
 	"Current Password": "Nuvarande lösenord",
 	"Custom": "Anpassad",
-	"Customize models for a specific purpose": "Anpassa modeller för ett specifikt syfte",
 	"Dark": "Mörk",
 	"Database": "Databas",
 	"December": "december",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "ใช้โมเดลงานเมื่อทำงานเช่นการสร้างหัวข้อสำหรับการสนทนาและการค้นหาเว็บ",
 	"a user": "ผู้ใช้",
 	"About": "เกี่ยวกับ",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "บัญชี",
 	"Account Activation Pending": "การเปิดใช้งานบัญชีอยู่ระหว่างดำเนินการ",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "คีย์ API ของ Brave Search",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "ข้ามการตรวจสอบ SSL สำหรับเว็บไซต์",
 	"Call": "โทร",
 	"Call feature is not supported when using Web STT engine": "ไม่รองรับฟีเจอร์การโทรเมื่อใช้เครื่องยนต์ Web STT",
@@ -201,7 +204,6 @@
 	"Current Model": "โมเดลปัจจุบัน",
 	"Current Password": "รหัสผ่านปัจจุบัน",
 	"Custom": "กำหนดเอง",
-	"Customize models for a specific purpose": "ปรับแต่งโมเดลสำหรับวัตถุประสงค์เฉพาะ",
 	"Dark": "มืด",
 	"Database": "ฐานข้อมูล",
 	"December": "ธันวาคม",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
 	"a user": "",
 	"About": "",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "",
 	"Account Activation Pending": "",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "",
 	"Call": "",
 	"Call feature is not supported when using Web STT engine": "",
@@ -201,7 +204,6 @@
 	"Current Model": "",
 	"Current Password": "",
 	"Custom": "",
-	"Customize models for a specific purpose": "",
 	"Dark": "",
 	"Database": "",
 	"December": "",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Bir görev modeli, sohbetler ve web arama sorguları için başlık oluşturma gibi görevleri yerine getirirken kullanılır",
 	"a user": "bir kullanıcı",
 	"About": "Hakkında",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Hesap",
 	"Account Activation Pending": "Hesap Aktivasyonu Bekleniyor",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Brave Search API Anahtarı",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Web Siteleri için SSL doğrulamasını atlayın",
 	"Call": "Arama",
 	"Call feature is not supported when using Web STT engine": "Web STT motoru kullanılırken arama özelliği desteklenmiyor",
@@ -201,7 +204,6 @@
 	"Current Model": "Mevcut Model",
 	"Current Password": "Mevcut Parola",
 	"Custom": "Özel",
-	"Customize models for a specific purpose": "Modelleri belirli amaçlar için özelleştir",
 	"Dark": "Koyu",
 	"Database": "Veritabanı",
 	"December": "Aralık",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Модель задач використовується при виконанні таких завдань, як генерація заголовків для чатів та пошукових запитів в Інтернеті",
 	"a user": "користувача",
 	"About": "Про програму",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Обліковий запис",
 	"Account Activation Pending": "Очікування активації облікового запису",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "Точка доступу Bing Search V7",
 	"Bing Search V7 Subscription Key": "Ключ підписки Bing Search V7",
 	"Brave Search API Key": "Ключ API пошуку Brave",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Обхід SSL-перевірки для веб-сайтів",
 	"Call": "Виклик",
 	"Call feature is not supported when using Web STT engine": "Функція виклику не підтримується при використанні Web STT (розпізнавання мовлення) рушія",
@@ -201,7 +204,6 @@
 	"Current Model": "Поточна модель",
 	"Current Password": "Поточний пароль",
 	"Custom": "Налаштувати",
-	"Customize models for a specific purpose": "Налаштуйте моделі для конкретних цілей",
 	"Dark": "Темна",
 	"Database": "База даних",
 	"December": "Грудень",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "ٹاسک ماڈل اس وقت استعمال ہوتا ہے جب چیٹس کے عنوانات اور ویب سرچ سوالات تیار کیے جا رہے ہوں",
 	"a user": "ایک صارف",
 	"About": "بارے میں",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "اکاؤنٹ",
 	"Account Activation Pending": "اکاؤنٹ فعال ہونے کا انتظار ہے",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "بریو سرچ API کلید",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "ویب سائٹس کے لیے SSL تصدیق کو نظر انداز کریں",
 	"Call": "کال کریں",
 	"Call feature is not supported when using Web STT engine": "کال کی خصوصیت ویب STT انجن استعمال کرتے وقت معاونت یافتہ نہیں ہے",
@@ -201,7 +204,6 @@
 	"Current Model": "موجودہ ماڈل",
 	"Current Password": "موجودہ پاس ورڈ",
 	"Custom": "حسب ضرورت",
-	"Customize models for a specific purpose": "کسی مخصوص مقصد کے لیے ماڈلز کو حسب ضرورت بنائیں",
 	"Dark": "ڈارک",
 	"Database": "ڈیٹا بیس",
 	"December": "دسمبر",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Mô hình tác vụ được sử dụng khi thực hiện các tác vụ như tạo tiêu đề cho cuộc trò chuyện và truy vấn tìm kiếm trên web",
 	"a user": "người sử dụng",
 	"About": "Giới thiệu",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "Tài khoản",
 	"Account Activation Pending": "Tài khoản đang chờ kích hoạt",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Khóa API tìm kiếm dũng cảm",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "Bỏ qua xác thực SSL cho các trang web",
 	"Call": "Gọi",
 	"Call feature is not supported when using Web STT engine": "Tính năng gọi điện không được hỗ trợ khi sử dụng công cụ Web STT",
@@ -201,7 +204,6 @@
 	"Current Model": "Mô hình hiện tại",
 	"Current Password": "Mật khẩu hiện tại",
 	"Custom": "Tùy chỉnh",
-	"Customize models for a specific purpose": "Tùy chỉnh model cho những mục đích riêng",
 	"Dark": "Tối",
 	"Database": "Cơ sở dữ liệu",
 	"December": "Tháng 12",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "任务模型用于执行生成对话标题和联网搜索查询等任务",
 	"a user": "用户",
 	"About": "关于",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "账号",
 	"Account Activation Pending": "账号待激活",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "Bing 搜索 V7 Endpoint",
 	"Bing Search V7 Subscription Key": "Bing 搜索 V7 订阅密钥",
 	"Brave Search API Key": "Brave Search API 密钥",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "绕过网站的 SSL 验证",
 	"Call": "呼叫",
 	"Call feature is not supported when using Web STT engine": "使用 Web 语音转文字引擎时不支持呼叫功能。",
@@ -201,7 +204,6 @@
 	"Current Model": "当前模型",
 	"Current Password": "当前密码",
 	"Custom": "自定义",
-	"Customize models for a specific purpose": "定制专用目的模型",
 	"Dark": "暗色",
 	"Database": "数据库",
 	"December": "十二月",

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

@@ -11,6 +11,8 @@
 	"A task model is used when performing tasks such as generating titles for chats and web search queries": "執行產生對話標題和網頁搜尋查詢等任務時會使用任務模型",
 	"a user": "一位使用者",
 	"About": "關於",
+	"Access": "",
+	"Access Control": "",
 	"Accessible to all users": "",
 	"Account": "帳號",
 	"Account Activation Pending": "帳號待啟用",
@@ -104,6 +106,7 @@
 	"Bing Search V7 Endpoint": "",
 	"Bing Search V7 Subscription Key": "",
 	"Brave Search API Key": "Brave 搜尋 API 金鑰",
+	"By {{name}}": "",
 	"Bypass SSL verification for Websites": "略過網站的 SSL 驗證",
 	"Call": "通話",
 	"Call feature is not supported when using Web STT engine": "使用網頁語音辨識 (Web STT) 引擎時不支援通話功能",
@@ -201,7 +204,6 @@
 	"Current Model": "目前模型",
 	"Current Password": "目前密碼",
 	"Custom": "自訂",
-	"Customize models for a specific purpose": "自訂模型以用於特定目的",
 	"Dark": "深色",
 	"Database": "資料庫",
 	"December": "12 月",

+ 0 - 1
src/lib/utils/index.ts

@@ -8,7 +8,6 @@ import { TTS_RESPONSE_SPLIT } from '$lib/types';
 // Helper functions
 //////////////////////////
 
-
 export const replaceTokens = (content, char, user) => {
 	const charToken = /{{char}}/gi;
 	const userToken = /{{user}}/gi;