Forráskód Böngészése

Merge pull request #2745 from open-webui/dev

fix
Timothy Jaeryang Baek 11 hónapja
szülő
commit
1d4c358624
31 módosított fájl, 2131 hozzáadás és 2131 törlés
  1. 3 3
      src/lib/components/chat/Chat.svelte
  2. 80 80
      src/lib/i18n/locales/ar-BH/translation.json
  3. 75 75
      src/lib/i18n/locales/bg-BG/translation.json
  4. 75 75
      src/lib/i18n/locales/bn-BD/translation.json
  5. 76 76
      src/lib/i18n/locales/ca-ES/translation.json
  6. 75 75
      src/lib/i18n/locales/de-DE/translation.json
  7. 76 76
      src/lib/i18n/locales/es-ES/translation.json
  8. 120 120
      src/lib/i18n/locales/fa-IR/translation.json
  9. 75 75
      src/lib/i18n/locales/fi-FI/translation.json
  10. 77 77
      src/lib/i18n/locales/fr-CA/translation.json
  11. 53 53
      src/lib/i18n/locales/fr-FR/translation.json
  12. 76 76
      src/lib/i18n/locales/he-IL/translation.json
  13. 77 77
      src/lib/i18n/locales/hi-IN/translation.json
  14. 76 76
      src/lib/i18n/locales/hr-HR/translation.json
  15. 76 76
      src/lib/i18n/locales/it-IT/translation.json
  16. 74 74
      src/lib/i18n/locales/ja-JP/translation.json
  17. 76 76
      src/lib/i18n/locales/ka-GE/translation.json
  18. 74 74
      src/lib/i18n/locales/ko-KR/translation.json
  19. 75 75
      src/lib/i18n/locales/nl-NL/translation.json
  20. 75 75
      src/lib/i18n/locales/pa-IN/translation.json
  21. 77 77
      src/lib/i18n/locales/pl-PL/translation.json
  22. 76 76
      src/lib/i18n/locales/pt-BR/translation.json
  23. 76 76
      src/lib/i18n/locales/pt-PT/translation.json
  24. 79 79
      src/lib/i18n/locales/ru-RU/translation.json
  25. 76 76
      src/lib/i18n/locales/sr-RS/translation.json
  26. 75 75
      src/lib/i18n/locales/sv-SE/translation.json
  27. 28 28
      src/lib/i18n/locales/tr-TR/translation.json
  28. 5 5
      src/lib/i18n/locales/uk-UA/translation.json
  29. 27 27
      src/lib/i18n/locales/vi-VN/translation.json
  30. 74 74
      src/lib/i18n/locales/zh-CN/translation.json
  31. 74 74
      src/lib/i18n/locales/zh-TW/translation.json

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

@@ -247,13 +247,13 @@
 		}
 	};
 
-	const chatCompletedHandler = async (model, messages) => {
+	const chatCompletedHandler = async (modelId, messages) => {
 		await mermaid.run({
 			querySelector: '.mermaid'
 		});
 
 		const res = await chatCompleted(localStorage.token, {
-			model: model.id,
+			model: modelId,
 			messages: messages.map((m) => ({
 				id: m.id,
 				role: m.role,
@@ -902,7 +902,7 @@
 						} else {
 							const messages = createMessagesList(responseMessageId);
 
-							await chatCompletedHandler(model, messages);
+							await chatCompletedHandler(model.id, messages);
 						}
 
 						break;

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(تجريبي)",
 	"(e.g. `sh webui.sh --api`)": "( `sh webui.sh --api`مثال)",
 	"(latest)": "(الأخير)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ نماذج }}",
+	"{{ owner }}: You cannot delete a base model": "{{ المالك }}: لا يمكنك حذف نموذج أساسي",
 	"{{modelName}} is thinking...": "{{modelName}} ...يفكر",
 	"{{user}}'s Chats": "دردشات {{user}}",
 	"{{webUIName}} Backend Required": "{{webUIName}} مطلوب",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"A task model is used when performing tasks such as generating titles for chats and web search queries": "يتم استخدام نموذج المهمة عند تنفيذ مهام مثل إنشاء عناوين للدردشات واستعلامات بحث الويب",
 	"a user": "مستخدم",
 	"About": "عن",
 	"Account": "الحساب",
 	"Accurate information": "معلومات دقيقة",
 	"Add": "أضف",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "إضافة معرف نموذج",
+	"Add a short description about what this model does": "أضف وصفا موجزا حول ما يفعله هذا النموذج",
 	"Add a short title for this prompt": "أضف عنوانًا قصيرًا لبداء المحادثة",
 	"Add a tag": "أضافة تاق",
 	"Add custom prompt": "أضافة مطالبة مخصصه",
@@ -31,7 +31,7 @@
 	"Admin Panel": "لوحة التحكم",
 	"Admin Settings": "اعدادات المشرف",
 	"Advanced Parameters": "التعليمات المتقدمة",
-	"Advanced Params": "",
+	"Advanced Params": "المعلمات المتقدمة",
 	"all": "الكل",
 	"All Documents": "جميع الملفات",
 	"All Users": "جميع المستخدمين",
@@ -48,7 +48,7 @@
 	"API keys": "مفاتيح واجهة برمجة التطبيقات",
 	"April": "أبريل",
 	"Archive": "الأرشيف",
-	"Archive All Chats": "",
+	"Archive All Chats": "أرشفة جميع الدردشات",
 	"Archived Chats": "الأرشيف المحادثات",
 	"are allowed - Activate this command by typing": "مسموح - قم بتنشيط هذا الأمر عن طريق الكتابة",
 	"Are you sure?": "هل أنت متأكد ؟",
@@ -63,14 +63,14 @@
 	"available!": "متاح",
 	"Back": "خلف",
 	"Bad Response": "استجابة خطاء",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "لافتات",
+	"Base Model (From)": "النموذج الأساسي (من)",
 	"before": "قبل",
 	"Being lazy": "كون كسول",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "مفتاح واجهة برمجة تطبيقات البحث الشجاع",
 	"Bypass SSL verification for Websites": "تجاوز التحقق من SSL للموقع",
 	"Cancel": "اللغاء",
-	"Capabilities": "",
+	"Capabilities": "قدرات",
 	"Change Password": "تغير الباسورد",
 	"Chat": "المحادثة",
 	"Chat Bubble UI": "UI الدردشة",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "انقر هنا لاختيار المستندات",
 	"click here.": "أضغط هنا",
 	"Click on the user role button to change a user's role.": "أضغط على أسم الصلاحيات لتغيرها للمستخدم",
-	"Clone": "",
+	"Clone": "استنساخ",
 	"Close": "أغلق",
 	"Collection": "مجموعة",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "ComfyUI الرابط الافتراضي",
 	"ComfyUI Base URL is required.": "ComfyUI الرابط مطلوب",
 	"Command": "الأوامر",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "الطلبات المتزامنة",
 	"Confirm Password": "تأكيد كلمة المرور",
 	"Connections": "اتصالات",
 	"Content": "الاتصال",
@@ -114,7 +114,7 @@
 	"Copy Link": "أنسخ الرابط",
 	"Copying to clipboard was successful!": "تم النسخ إلى الحافظة بنجاح",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "قم بإنشاء عبارة موجزة مكونة من 3-5 كلمات كرأس للاستعلام التالي، مع الالتزام الصارم بالحد الأقصى لعدد الكلمات الذي يتراوح بين 3-5 كلمات وتجنب استخدام الكلمة 'عنوان':",
-	"Create a model": "",
+	"Create a model": "إنشاء نموذج",
 	"Create Account": "إنشاء حساب",
 	"Create new key": "عمل مفتاح جديد",
 	"Create new secret key": "عمل سر جديد",
@@ -123,7 +123,7 @@
 	"Current Model": "الموديل المختار",
 	"Current Password": "كلمة السر الحالية",
 	"Custom": "مخصص",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "تخصيص النماذج لغرض معين",
 	"Dark": "مظلم",
 	"Database": "قاعدة البيانات",
 	"December": "ديسمبر",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "(Automatic1111) الإفتراضي",
 	"Default (SentenceTransformers)": "(SentenceTransformers) الإفتراضي",
 	"Default (Web API)": "(Web API) الإفتراضي",
-	"Default Model": "",
+	"Default Model": "النموذج الافتراضي",
 	"Default model updated": "الإفتراضي تحديث الموديل",
 	"Default Prompt Suggestions": "الإفتراضي Prompt الاقتراحات",
 	"Default User Role": "الإفتراضي صلاحيات المستخدم",
 	"delete": "حذف",
 	"Delete": "حذف",
 	"Delete a model": "حذف الموديل",
-	"Delete All Chats": "",
+	"Delete All Chats": "حذف جميع الدردشات",
 	"Delete chat": "حذف المحادثه",
 	"Delete Chat": "حذف المحادثه.",
 	"delete this link": "أحذف هذا الرابط",
 	"Delete User": "حذف المستخدم",
 	"Deleted {{deleteModelTag}}": "{{deleteModelTag}} حذف",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "حذف {{name}}",
 	"Description": "وصف",
 	"Didn't fully follow instructions": "لم أتبع التعليمات بشكل كامل",
 	"Disabled": "تعطيل",
-	"Discover a model": "",
+	"Discover a model": "اكتشف نموذجا",
 	"Discover a prompt": "اكتشاف موجه",
 	"Discover, download, and explore custom prompts": "اكتشاف وتنزيل واستكشاف المطالبات المخصصة",
 	"Discover, download, and explore model presets": "اكتشاف وتنزيل واستكشاف الإعدادات المسبقة للنموذج",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "تضمين محرك النموذج",
 	"Embedding model set to \"{{embedding_model}}\"": "تم تعيين نموذج التضمين على \"{{embedding_model}}\"",
 	"Enable Chat History": "تمكين سجل الدردشة",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "تمكين مشاركة المجتمع",
 	"Enable New Sign Ups": "تفعيل عمليات التسجيل الجديدة",
-	"Enable Web Search": "",
+	"Enable Web Search": "تمكين بحث الويب",
 	"Enabled": "تفعيل",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "تأكد من أن ملف CSV الخاص بك يتضمن 4 أعمدة بهذا الترتيب: Name, Email, Password, Role.",
 	"Enter {{role}} message here": "أدخل رسالة {{role}} هنا",
 	"Enter a detail about yourself for your LLMs to recall": "ادخل معلومات عنك تريد أن يتذكرها الموديل",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "أدخل مفتاح واجهة برمجة تطبيقات البحث الشجاع",
 	"Enter Chunk Overlap": "أدخل الChunk Overlap",
 	"Enter Chunk Size": "أدخل Chunk الحجم",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "أدخل عنوان URL ل Github Raw",
+	"Enter Google PSE API Key": "أدخل مفتاح واجهة برمجة تطبيقات PSE من Google",
+	"Enter Google PSE Engine Id": "أدخل معرف محرك PSE من Google",
 	"Enter Image Size (e.g. 512x512)": "(e.g. 512x512) أدخل حجم الصورة ",
 	"Enter language codes": "أدخل كود اللغة",
 	"Enter model tag (e.g. {{modelTag}})": "(e.g. {{modelTag}}) أدخل الموديل تاق",
 	"Enter Number of Steps (e.g. 50)": "(e.g. 50) أدخل عدد الخطوات",
 	"Enter Score": "أدخل النتيجة",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "أدخل عنوان URL لاستعلام Searxng",
+	"Enter Serper API Key": "أدخل مفتاح واجهة برمجة تطبيقات Serper",
+	"Enter Serpstack API Key": "أدخل مفتاح واجهة برمجة تطبيقات Serpstack",
 	"Enter stop sequence": "أدخل تسلسل التوقف",
 	"Enter Top K": "أدخل Top K",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "الرابط (e.g. http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "أدخل الاسم كامل",
 	"Enter Your Password": "ادخل كلمة المرور",
 	"Enter Your Role": "أدخل الصلاحيات",
-	"Error": "",
+	"Error": "خطأ",
 	"Experimental": "تجريبي",
-	"Export": "",
+	"Export": "تصدير",
 	"Export All Chats (All Users)": "تصدير جميع الدردشات (جميع المستخدمين)",
 	"Export Chats": "تصدير جميع الدردشات",
 	"Export Documents Mapping": "تصدير وثائق الخرائط",
-	"Export Models": "",
+	"Export Models": "نماذج التصدير",
 	"Export Prompts": "مطالبات التصدير",
 	"Failed to create API Key.": "فشل في إنشاء مفتاح API.",
 	"Failed to read clipboard contents": "فشل في قراءة محتويات الحافظة",
@@ -221,15 +221,15 @@
 	"Focus chat input": "التركيز على إدخال الدردشة",
 	"Followed instructions perfectly": "اتبعت التعليمات على أكمل وجه",
 	"Format your variables using square brackets like this:": "قم بتنسيق المتغيرات الخاصة بك باستخدام الأقواس المربعة مثل هذا:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "عقوبة التردد",
 	"Full Screen Mode": "وضع ملء الشاشة",
 	"General": "عام",
 	"General Settings": "الاعدادات العامة",
-	"Generating search query": "",
+	"Generating search query": "إنشاء استعلام بحث",
 	"Generation Info": "معلومات الجيل",
 	"Good Response": "استجابة جيدة",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "مفتاح واجهة برمجة تطبيقات PSE من Google",
+	"Google PSE Engine Id": "معرف محرك PSE من Google",
 	"h:mm a": "الساعة:الدقائق صباحا/مساء",
 	"has no conversations.": "ليس لديه محادثات.",
 	"Hello, {{name}}": " {{name}} مرحبا",
@@ -243,18 +243,18 @@
 	"Images": "الصور",
 	"Import Chats": "استيراد الدردشات",
 	"Import Documents Mapping": "استيراد خرائط المستندات",
-	"Import Models": "",
+	"Import Models": "استيراد النماذج",
 	"Import Prompts": "مطالبات الاستيراد",
 	"Include `--api` flag when running stable-diffusion-webui": "قم بتضمين علامة `-api` عند تشغيل Stable-diffusion-webui",
-	"Info": "",
+	"Info": "معلومات",
 	"Input commands": "إدخال الأوامر",
-	"Install from Github URL": "",
+	"Install from Github URL": "التثبيت من عنوان URL لجيثب",
 	"Interface": "واجهه المستخدم",
 	"Invalid Tag": "تاق غير صالحة",
 	"January": "يناير",
 	"join our Discord for help.": "انضم إلى Discord للحصول على المساعدة.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "معاينة JSON",
 	"July": "يوليو",
 	"June": "يونيو",
 	"JWT Expiration": "JWT تجريبي",
@@ -271,12 +271,12 @@
 	"Make sure to enclose them with": "تأكد من إرفاقها",
 	"Manage Models": "إدارة النماذج",
 	"Manage Ollama Models": "Ollama إدارة موديلات ",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "إدارة خطوط الأنابيب",
 	"March": "مارس",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "ماكس توكنز (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "يمكن تنزيل 3 نماذج كحد أقصى في وقت واحد. الرجاء معاودة المحاولة في وقت لاحق.",
 	"May": "مايو",
-	"Memories accessible by LLMs will be shown here.": "",
+	"Memories accessible by LLMs will be shown here.": "سيتم عرض الذكريات التي يمكن الوصول إليها بواسطة LLMs هنا.",
 	"Memory": "الذاكرة",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "لن تتم مشاركة الرسائل التي ترسلها بعد إنشاء الرابط الخاص بك. سيتمكن المستخدمون الذين لديهم عنوان URL من عرض الدردشة المشتركة",
 	"Minimum Score": "الحد الأدنى من النقاط",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "تم تحميل النموذج '{{modelName}}' بنجاح",
 	"Model '{{modelTag}}' is already in queue for downloading.": "النموذج '{{modelTag}}' موجود بالفعل في قائمة الانتظار للتحميل",
 	"Model {{modelId}} not found": "لم يتم العثور على النموذج {{modelId}}.",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "نموذج {{modelName}} غير قادر على الرؤية",
+	"Model {{name}} is now {{status}}": "نموذج {{name}} هو الآن {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "تم اكتشاف مسار نظام الملفات النموذجي. الاسم المختصر للنموذج مطلوب للتحديث، ولا يمكن الاستمرار.",
-	"Model ID": "",
+	"Model ID": "رقم الموديل",
 	"Model not selected": "لم تختار موديل",
-	"Model Params": "",
+	"Model Params": "معلمات النموذج",
 	"Model Whitelisting": "القائمة البيضاء للموديل",
 	"Model(s) Whitelisted": "القائمة البيضاء الموديل",
 	"Modelfile Content": "محتوى الملف النموذجي",
@@ -301,25 +301,25 @@
 	"More": "المزيد",
 	"Name": "الأسم",
 	"Name Tag": "أسم التاق",
-	"Name your model": "",
+	"Name your model": "قم بتسمية النموذج الخاص بك",
 	"New Chat": "دردشة جديدة",
 	"New Password": "كلمة المرور الجديدة",
 	"No results found": "لا توجد نتايج",
-	"No search query generated": "",
+	"No search query generated": "لم يتم إنشاء استعلام بحث",
 	"No source available": "لا يوجد مصدر متاح",
-	"None": "",
+	"None": "اي",
 	"Not factually correct": "ليس صحيحا من حيث الواقع",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ملاحظة: إذا قمت بتعيين الحد الأدنى من النقاط، فلن يؤدي البحث إلا إلى إرجاع المستندات التي لها نقاط أكبر من أو تساوي الحد الأدنى من النقاط.",
 	"Notifications": "إشعارات",
 	"November": "نوفمبر",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (أولاما)",
 	"October": "اكتوبر",
 	"Off": "أغلاق",
 	"Okay, Let's Go!": "حسنا دعنا نذهب!",
 	"OLED Dark": "OLED داكن",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "أولاما API",
+	"Ollama API disabled": "أولاما API معطلة",
 	"Ollama Version": "Ollama الاصدار",
 	"On": "تشغيل",
 	"Only": "فقط",
@@ -344,8 +344,8 @@
 	"pending": "قيد الانتظار",
 	"Permission denied when accessing microphone: {{error}}": "{{error}} تم رفض الإذن عند الوصول إلى الميكروفون ",
 	"Personalization": "التخصيص",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "خطوط الانابيب",
+	"Pipelines Valves": "صمامات خطوط الأنابيب",
 	"Plain text (.txt)": "نص عادي (.txt)",
 	"Playground": "مكان التجربة",
 	"Positive attitude": "موقف ايجابي",
@@ -390,36 +390,36 @@
 	"Scan for documents from {{path}}": "{{path}} مسح على الملفات من",
 	"Search": "البحث",
 	"Search a model": "البحث عن موديل",
-	"Search Chats": "",
+	"Search Chats": "البحث في الدردشات",
 	"Search Documents": "البحث المستندات",
-	"Search Models": "",
+	"Search Models": "نماذج البحث",
 	"Search Prompts": "أبحث حث",
-	"Search Result Count": "",
-	"Searched {{count}} sites_zero": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_two": "",
-	"Searched {{count}} sites_few": "",
-	"Searched {{count}} sites_many": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "عدد نتائج البحث",
+	"Searched {{count}} sites_zero": "تم البحث في {{count}} sites_zero",
+	"Searched {{count}} sites_one": "تم البحث في {{count}} sites_one",
+	"Searched {{count}} sites_two": "تم البحث في {{count}} sites_two",
+	"Searched {{count}} sites_few": "تم البحث في {{count}} sites_few",
+	"Searched {{count}} sites_many": "تم البحث في {{count}} sites_many",
+	"Searched {{count}} sites_other": "تم البحث في {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "البحث في الويب عن \"{{searchQuery}}\"",
+	"Searxng Query URL": "عنوان URL لاستعلام Searxng",
 	"See readme.md for instructions": "readme.md للحصول على التعليمات",
 	"See what's new": "ما الجديد",
 	"Seed": "Seed",
-	"Select a base model": "",
+	"Select a base model": "حدد نموذجا أساسيا",
 	"Select a mode": "أختار موديل",
 	"Select a model": "أختار الموديل",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "حدد مسارا",
+	"Select a pipeline url": "حدد عنوان URL لخط الأنابيب",
 	"Select an Ollama instance": "أختار سيرفر ",
 	"Select model": " أختار موديل",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "النموذج (النماذج) المحددة لا تدعم مدخلات الصور",
 	"Send": "تم",
 	"Send a Message": "يُرجى إدخال طلبك هنا",
 	"Send message": "يُرجى إدخال طلبك هنا.",
 	"September": "سبتمبر",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "مفتاح واجهة برمجة تطبيقات سيربر",
+	"Serpstack API Key": "مفتاح واجهة برمجة تطبيقات Serpstack",
 	"Server connection verified": "تم التحقق من اتصال الخادم",
 	"Set as default": "الافتراضي",
 	"Set Default Model": "تفعيد الموديل الافتراضي",
@@ -428,7 +428,7 @@
 	"Set Model": "ضبط النموذج",
 	"Set reranking model (e.g. {{model}})": "ضبط نموذج إعادة الترتيب (على سبيل المثال: {{model}})",
 	"Set Steps": "ضبط الخطوات",
-	"Set Task Model": "",
+	"Set Task Model": "تعيين نموذج المهمة",
 	"Set Voice": "ضبط الصوت",
 	"Settings": "الاعدادات",
 	"Settings saved successfully!": "تم حفظ الاعدادات بنجاح",
@@ -487,21 +487,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "هل تواجه مشكلة في الوصول",
 	"TTS Settings": "TTS اعدادات",
-	"Type": "",
+	"Type": "نوع",
 	"Type Hugging Face Resolve (Download) URL": "اكتب عنوان URL لحل مشكلة الوجه (تنزيل).",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "{{provider}}خطاء أوه! حدثت مشكلة في الاتصال بـ ",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "نوع ملف غير معروف '{{file_type}}', ولكن القبول والتعامل كنص عادي ",
 	"Update and Copy Link": "تحديث ونسخ الرابط",
 	"Update password": "تحديث كلمة المرور",
 	"Upload a GGUF model": "GGUF رفع موديل نوع",
-	"Upload Files": "",
+	"Upload Files": "تحميل الملفات",
 	"Upload Progress": "جاري التحميل",
 	"URL Mode": "رابط الموديل",
 	"Use '#' in the prompt input to load and select your documents.": "أستخدم '#' في المحادثة لربطهامن المستندات",
 	"Use Gravatar": "Gravatar أستخدم",
 	"Use Initials": "Initials أستخدم",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (أولاما)",
+	"use_mmap (Ollama)": "use_mmap (أولاما)",
 	"user": "مستخدم",
 	"User Permissions": "صلاحيات المستخدم",
 	"Users": "المستخدمين",
@@ -510,13 +510,13 @@
 	"variable": "المتغير",
 	"variable to have them replaced with clipboard content.": "متغير لاستبدالها بمحتوى الحافظة.",
 	"Version": "إصدار",
-	"Warning": "",
+	"Warning": "تحذير",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "تحذير: إذا قمت بتحديث أو تغيير نموذج التضمين الخاص بك، فستحتاج إلى إعادة استيراد كافة المستندات.",
 	"Web": "Web",
 	"Web Loader Settings": "Web تحميل اعدادات",
 	"Web Params": "Web تحميل اعدادات",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "بحث الويب",
+	"Web Search Engine": "محرك بحث الويب",
 	"Webhook URL": "Webhook الرابط",
 	"WebUI Add-ons": "WebUI الأضافات",
 	"WebUI Settings": "WebUI اعدادات",
@@ -529,7 +529,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "اكتب ملخصًا في 50 كلمة يلخص [الموضوع أو الكلمة الرئيسية]",
 	"Yesterday": "أمس",
 	"You": "انت",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "لا يمكنك استنساخ نموذج أساسي",
 	"You have no archived conversations.": "لا تملك محادثات محفوظه",
 	"You have shared this chat": "تم مشاركة هذه المحادثة",
 	"You're a helpful assistant.": "مساعدك المفيد هنا",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(Бета)",
 	"(e.g. `sh webui.sh --api`)": "(например `sh webui.sh --api`)",
 	"(latest)": "(последна)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ модели }}",
+	"{{ owner }}: You cannot delete a base model": "{{ owner }}: Не можете да изтриете базов модел",
 	"{{modelName}} is thinking...": "{{modelName}} мисли ...",
 	"{{user}}'s Chats": "{{user}}'s чатове",
 	"{{webUIName}} Backend Required": "{{webUIName}} Изисква се Бекенд",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Моделът на задачите се използва при изпълнение на задачи като генериране на заглавия за чатове и заявки за търсене в мрежата",
 	"a user": "потребител",
 	"About": "Относно",
 	"Account": "Акаунт",
 	"Accurate information": "Точни информация",
 	"Add": "Добавяне",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "Добавяне на ИД на модел",
+	"Add a short description about what this model does": "Добавете кратко описание за това какво прави този модел",
 	"Add a short title for this prompt": "Добавяне на кратко заглавие за този промпт",
 	"Add a tag": "Добавяне на таг",
 	"Add custom prompt": "Добавяне на собствен промпт",
@@ -31,7 +31,7 @@
 	"Admin Panel": "Панел на Администратор",
 	"Admin Settings": "Настройки на Администратор",
 	"Advanced Parameters": "Разширени Параметри",
-	"Advanced Params": "",
+	"Advanced Params": "Разширени параметри",
 	"all": "всички",
 	"All Documents": "Всички Документи",
 	"All Users": "Всички Потребители",
@@ -48,7 +48,7 @@
 	"API keys": "API Ключове",
 	"April": "Април",
 	"Archive": "Архивирани Чатове",
-	"Archive All Chats": "",
+	"Archive All Chats": "Архив Всички чатове",
 	"Archived Chats": "Архивирани Чатове",
 	"are allowed - Activate this command by typing": "са разрешени - Активирайте тази команда чрез въвеждане",
 	"Are you sure?": "Сигурни ли сте?",
@@ -63,14 +63,14 @@
 	"available!": "наличен!",
 	"Back": "Назад",
 	"Bad Response": "Невалиден отговор от API",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "Банери",
+	"Base Model (From)": "Базов модел (от)",
 	"before": "преди",
 	"Being lazy": "Да бъдеш мързелив",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Смел ключ за API за търсене",
 	"Bypass SSL verification for Websites": "Изключване на SSL проверката за сайтове",
 	"Cancel": "Отказ",
-	"Capabilities": "",
+	"Capabilities": "Възможности",
 	"Change Password": "Промяна на Парола",
 	"Chat": "Чат",
 	"Chat Bubble UI": "UI за чат бублон",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "Натиснете тук, за да изберете документи.",
 	"click here.": "натиснете тук.",
 	"Click on the user role button to change a user's role.": "Натиснете върху бутона за промяна на ролята на потребителя.",
-	"Clone": "",
+	"Clone": "Клонинг",
 	"Close": "Затвори",
 	"Collection": "Колекция",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "ComfyUI Base URL",
 	"ComfyUI Base URL is required.": "ComfyUI Base URL е задължително.",
 	"Command": "Команда",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "Едновременни искания",
 	"Confirm Password": "Потвърди Парола",
 	"Connections": "Връзки",
 	"Content": "Съдържание",
@@ -114,7 +114,7 @@
 	"Copy Link": "Копиране на връзка",
 	"Copying to clipboard was successful!": "Копирането в клипборда беше успешно!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Създайте кратка фраза от 3-5 думи като заглавие за следващото запитване, като стриктно спазвате ограничението от 3-5 думи и избягвате използването на думата 'заглавие':",
-	"Create a model": "",
+	"Create a model": "Създаване на модел",
 	"Create Account": "Създаване на Акаунт",
 	"Create new key": "Създаване на нов ключ",
 	"Create new secret key": "Създаване на нов секретен ключ",
@@ -123,7 +123,7 @@
 	"Current Model": "Текущ модел",
 	"Current Password": "Текуща Парола",
 	"Custom": "Персонализиран",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "Персонализиране на модели за конкретна цел",
 	"Dark": "Тъмен",
 	"Database": "База данни",
 	"December": "Декември",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "По подразбиране (Automatic1111)",
 	"Default (SentenceTransformers)": "По подразбиране (SentenceTransformers)",
 	"Default (Web API)": "По подразбиране (Web API)",
-	"Default Model": "",
+	"Default Model": "Модел по подразбиране",
 	"Default model updated": "Моделът по подразбиране е обновен",
 	"Default Prompt Suggestions": "Промпт Предложения по подразбиране",
 	"Default User Role": "Роля на потребителя по подразбиране",
 	"delete": "изтриване",
 	"Delete": "Изтриване",
 	"Delete a model": "Изтриване на модел",
-	"Delete All Chats": "",
+	"Delete All Chats": "Изтриване на всички чатове",
 	"Delete chat": "Изтриване на чат",
 	"Delete Chat": "Изтриване на Чат",
 	"delete this link": "Изтриване на този линк",
 	"Delete User": "Изтриване на потребител",
 	"Deleted {{deleteModelTag}}": "Изтрито {{deleteModelTag}}",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "Изтрито {{име}}",
 	"Description": "Описание",
 	"Didn't fully follow instructions": "Не следва инструкциите",
 	"Disabled": "Деактивиран",
-	"Discover a model": "",
+	"Discover a model": "Открийте модел",
 	"Discover a prompt": "Откриване на промпт",
 	"Discover, download, and explore custom prompts": "Откриване, сваляне и преглед на персонализирани промптове",
 	"Discover, download, and explore model presets": "Откриване, сваляне и преглед на пресетове на модели",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "Модел за вграждане",
 	"Embedding model set to \"{{embedding_model}}\"": "Модел за вграждане е настроен на \"{{embedding_model}}\"",
 	"Enable Chat History": "Вклюване на Чат История",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "Разрешаване на споделяне в общност",
 	"Enable New Sign Ups": "Вклюване на Нови Потребители",
-	"Enable Web Search": "",
+	"Enable Web Search": "Разрешаване на търсене в уеб",
 	"Enabled": "Включено",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Уверете се, че вашият CSV файл включва 4 колони в следния ред: Име, Имейл, Парола, Роля.",
 	"Enter {{role}} message here": "Въведете съобщение за {{role}} тук",
 	"Enter a detail about yourself for your LLMs to recall": "Въведете подробности за себе си, за да се herinnerат вашите LLMs",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Въведете Brave Search API ключ",
 	"Enter Chunk Overlap": "Въведете Chunk Overlap",
 	"Enter Chunk Size": "Въведете Chunk Size",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Въведете URL адреса на Github Raw",
+	"Enter Google PSE API Key": "Въведете Google PSE API ключ",
+	"Enter Google PSE Engine Id": "Въведете идентификатор на двигателя на Google PSE",
 	"Enter Image Size (e.g. 512x512)": "Въведете размер на изображението (напр. 512x512)",
 	"Enter language codes": "Въведете кодове на езика",
 	"Enter model tag (e.g. {{modelTag}})": "Въведете таг на модел (напр. {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "Въведете брой стъпки (напр. 50)",
 	"Enter Score": "Въведете оценка",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Въведете URL адреса на заявката на Searxng",
+	"Enter Serper API Key": "Въведете Serper API ключ",
+	"Enter Serpstack API Key": "Въведете Serpstack API ключ",
 	"Enter stop sequence": "Въведете стоп последователност",
 	"Enter Top K": "Въведете Top K",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "Въведете URL (напр. http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "Въведете вашето пълно име",
 	"Enter Your Password": "Въведете вашата парола",
 	"Enter Your Role": "Въведете вашата роля",
-	"Error": "",
+	"Error": "Грешка",
 	"Experimental": "Експериментално",
-	"Export": "",
+	"Export": "Износ",
 	"Export All Chats (All Users)": "Експортване на всички чатове (За всички потребители)",
 	"Export Chats": "Експортване на чатове",
 	"Export Documents Mapping": "Експортване на документен мапинг",
-	"Export Models": "",
+	"Export Models": "Експортиране на модели",
 	"Export Prompts": "Експортване на промптове",
 	"Failed to create API Key.": "Неуспешно създаване на API ключ.",
 	"Failed to read clipboard contents": "Грешка при четене на съдържанието от клипборда",
@@ -221,15 +221,15 @@
 	"Focus chat input": "Фокусиране на чат вход",
 	"Followed instructions perfectly": "Следвайте инструкциите перфектно",
 	"Format your variables using square brackets like this:": "Форматирайте вашите променливи, като използвате квадратни скоби, както следва:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "Наказание за честота",
 	"Full Screen Mode": "На Цял екран",
 	"General": "Основни",
 	"General Settings": "Основни Настройки",
-	"Generating search query": "",
+	"Generating search query": "Генериране на заявка за търсене",
 	"Generation Info": "Информация за Генерация",
 	"Good Response": "Добра отговор",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Google PSE API ключ",
+	"Google PSE Engine Id": "Идентификатор на двигателя на Google PSE",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "няма разговори.",
 	"Hello, {{name}}": "Здравей, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "Изображения",
 	"Import Chats": "Импортване на чатове",
 	"Import Documents Mapping": "Импортване на документен мапинг",
-	"Import Models": "",
+	"Import Models": "Импортиране на модели",
 	"Import Prompts": "Импортване на промптове",
 	"Include `--api` flag when running stable-diffusion-webui": "Включете флага `--api`, когато стартирате stable-diffusion-webui",
-	"Info": "",
+	"Info": "Информация",
 	"Input commands": "Въведете команди",
-	"Install from Github URL": "",
+	"Install from Github URL": "Инсталиране от URL адреса на Github",
 	"Interface": "Интерфейс",
 	"Invalid Tag": "Невалиден тег",
 	"January": "Януари",
 	"join our Discord for help.": "свържете се с нашия Discord за помощ.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "JSON Преглед",
 	"July": "Июл",
 	"June": "Июн",
 	"JWT Expiration": "JWT Expiration",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "Уверете се, че са заключени с",
 	"Manage Models": "Управление на Моделите",
 	"Manage Ollama Models": "Управление на Ollama Моделите",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "Управление на тръбопроводи",
 	"March": "Март",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "Макс токени (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Максимум 3 модели могат да бъдат сваляни едновременно. Моля, опитайте отново по-късно.",
 	"May": "Май",
 	"Memories accessible by LLMs will be shown here.": "Мемории достъпни от LLMs ще бъдат показани тук.",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "Моделът '{{modelName}}' беше успешно свален.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Моделът '{{modelTag}}' е вече в очакване за сваляне.",
 	"Model {{modelId}} not found": "Моделът {{modelId}} не е намерен",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "Моделът {{modelName}} не може да се вижда",
+	"Model {{name}} is now {{status}}": "Моделът {{name}} сега е {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Открит е път до файловата система на модела. За актуализацията се изисква съкратено име на модела, не може да продължи.",
-	"Model ID": "",
+	"Model ID": "ИД на модел",
 	"Model not selected": "Не е избран модел",
-	"Model Params": "",
+	"Model Params": "Модел Params",
 	"Model Whitelisting": "Модел Whitelisting",
 	"Model(s) Whitelisted": "Модели Whitelisted",
 	"Modelfile Content": "Съдържание на модфайл",
@@ -301,25 +301,25 @@
 	"More": "Повече",
 	"Name": "Име",
 	"Name Tag": "Име Таг",
-	"Name your model": "",
+	"Name your model": "Дайте име на вашия модел",
 	"New Chat": "Нов чат",
 	"New Password": "Нова парола",
 	"No results found": "Няма намерени резултати",
-	"No search query generated": "",
+	"No search query generated": "Не е генерирана заявка за търсене",
 	"No source available": "Няма наличен източник",
-	"None": "",
+	"None": "Никой",
 	"Not factually correct": "Не е фактологически правилно",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Забележка: Ако зададете минимален резултат, търсенето ще върне само документи с резултат, по-голям или равен на минималния резултат.",
 	"Notifications": "Десктоп Известия",
 	"November": "Ноември",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Ollama)",
 	"October": "Октомври",
 	"Off": "Изкл.",
 	"Okay, Let's Go!": "ОК, Нека започваме!",
 	"OLED Dark": "OLED тъмно",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "Ollama API деактивиран",
 	"Ollama Version": "Ollama Версия",
 	"On": "Вкл.",
 	"Only": "Само",
@@ -344,8 +344,8 @@
 	"pending": "в очакване",
 	"Permission denied when accessing microphone: {{error}}": "Permission denied when accessing microphone: {{error}}",
 	"Personalization": "Персонализация",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "Тръбопроводи",
+	"Pipelines Valves": "Тръбопроводи Вентили",
 	"Plain text (.txt)": "Plain text (.txt)",
 	"Playground": "Плейграунд",
 	"Positive attitude": "Позитивна ативност",
@@ -390,32 +390,32 @@
 	"Scan for documents from {{path}}": "Сканиране за документи в {{path}}",
 	"Search": "Търси",
 	"Search a model": "Търси модел",
-	"Search Chats": "",
+	"Search Chats": "Търсене на чатове",
 	"Search Documents": "Търси Документи",
-	"Search Models": "",
+	"Search Models": "Търсене на модели",
 	"Search Prompts": "Търси Промптове",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "Брой резултати от търсенето",
+	"Searched {{count}} sites_one": "Търси се в {{count}} sites_one",
+	"Searched {{count}} sites_other": "Търси се в {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "Търсене в уеб за '{{searchQuery}}'",
+	"Searxng Query URL": "URL адрес на заявка на Searxng",
 	"See readme.md for instructions": "Виж readme.md за инструкции",
 	"See what's new": "Виж какво е новото",
 	"Seed": "Seed",
-	"Select a base model": "",
+	"Select a base model": "Изберете базов модел",
 	"Select a mode": "Изберете режим",
 	"Select a model": "Изберете модел",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "Изберете тръбопровод",
+	"Select a pipeline url": "Избор на URL адрес на канал",
 	"Select an Ollama instance": "Изберете Ollama инстанция",
 	"Select model": "Изберете модел",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "Избраният(те) модел(и) не поддържа въвеждане на изображения",
 	"Send": "Изпрати",
 	"Send a Message": "Изпращане на Съобщение",
 	"Send message": "Изпращане на съобщение",
 	"September": "Септември",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Serper API ключ",
+	"Serpstack API Key": "Serpstack API ключ",
 	"Server connection verified": "Server connection verified",
 	"Set as default": "Задай по подразбиране",
 	"Set Default Model": "Задай Модел По Подразбиране",
@@ -424,7 +424,7 @@
 	"Set Model": "Задай Модел",
 	"Set reranking model (e.g. {{model}})": "Задай reranking model (e.g. {{model}})",
 	"Set Steps": "Задай Стъпки",
-	"Set Task Model": "",
+	"Set Task Model": "Задаване на модел на задача",
 	"Set Voice": "Задай Глас",
 	"Settings": "Настройки",
 	"Settings saved successfully!": "Настройките са запазени успешно!",
@@ -483,21 +483,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "Проблеми с достъпът до Ollama?",
 	"TTS Settings": "TTS Настройки",
-	"Type": "",
+	"Type": "Вид",
 	"Type Hugging Face Resolve (Download) URL": "Въведете Hugging Face Resolve (Download) URL",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "О, не! Възникна проблем при свързването с {{provider}}.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Непознат файлов тип '{{file_type}}', но се приема и обработва като текст",
 	"Update and Copy Link": "Обнови и копирай връзка",
 	"Update password": "Обновяване на парола",
 	"Upload a GGUF model": "Качване на GGUF модел",
-	"Upload Files": "",
+	"Upload Files": "Качване на файлове",
 	"Upload Progress": "Прогрес на качването",
 	"URL Mode": "URL Mode",
 	"Use '#' in the prompt input to load and select your documents.": "Използвайте '#' във промпта за да заредите и изберете вашите документи.",
 	"Use Gravatar": "Използвайте Gravatar",
 	"Use Initials": "Използвайте Инициали",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (Ollama)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "потребител",
 	"User Permissions": "Права на потребителя",
 	"Users": "Потребители",
@@ -506,13 +506,13 @@
 	"variable": "променлива",
 	"variable to have them replaced with clipboard content.": "променливи да се заменят съдържанието от клипборд.",
 	"Version": "Версия",
-	"Warning": "",
+	"Warning": "Предупреждение",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Предупреждение: Ако актуализирате или промените вашия модел за вграждане, трябва да повторите импортирането на всички документи.",
 	"Web": "Уеб",
 	"Web Loader Settings": "Настройки за зареждане на уеб",
 	"Web Params": "Параметри за уеб",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "Търсене в уеб",
+	"Web Search Engine": "Уеб търсачка",
 	"Webhook URL": "Уебхук URL",
 	"WebUI Add-ons": "WebUI Добавки",
 	"WebUI Settings": "WebUI Настройки",
@@ -525,7 +525,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Напиши описание в 50 знака, което описва [тема или ключова дума].",
 	"Yesterday": "вчера",
 	"You": "вие",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "Не можете да клонирате базов модел",
 	"You have no archived conversations.": "Нямате архивирани разговори.",
 	"You have shared this chat": "Вие сте споделели този чат",
 	"You're a helpful assistant.": "Вие сте полезен асистент.",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(পরিক্ষামূলক)",
 	"(e.g. `sh webui.sh --api`)": "(যেমন `sh webui.sh --api`)",
 	"(latest)": "(সর্বশেষ)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ মডেল}}",
+	"{{ owner }}: You cannot delete a base model": "{{ owner}}: আপনি একটি বেস মডেল মুছতে পারবেন না",
 	"{{modelName}} is thinking...": "{{modelName}} চিন্তা করছে...",
 	"{{user}}'s Chats": "{{user}}র চ্যাটস",
 	"{{webUIName}} Backend Required": "{{webUIName}} ব্যাকএন্ড আবশ্যক",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"A task model is used when performing tasks such as generating titles for chats and web search queries": "চ্যাট এবং ওয়েব অনুসন্ধান প্রশ্নের জন্য শিরোনাম তৈরি করার মতো কাজগুলি সম্পাদন করার সময় একটি টাস্ক মডেল ব্যবহার করা হয়",
 	"a user": "একজন ব্যাবহারকারী",
 	"About": "সম্পর্কে",
 	"Account": "একাউন্ট",
 	"Accurate information": "সঠিক তথ্য",
 	"Add": "যোগ করুন",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "একটি মডেল ID যোগ করুন",
+	"Add a short description about what this model does": "এই মডেলটি কী করে সে সম্পর্কে একটি সংক্ষিপ্ত বিবরণ যুক্ত করুন",
 	"Add a short title for this prompt": "এই প্রম্পটের জন্য একটি সংক্ষিপ্ত টাইটেল যোগ করুন",
 	"Add a tag": "একটি ট্যাগ যোগ করুন",
 	"Add custom prompt": "একটি কাস্টম প্রম্পট যোগ করুন",
@@ -31,7 +31,7 @@
 	"Admin Panel": "এডমিন প্যানেল",
 	"Admin Settings": "এডমিন সেটিংস",
 	"Advanced Parameters": "এডভান্সড প্যারামিটার্স",
-	"Advanced Params": "",
+	"Advanced Params": "অ্যাডভান্সড প্যারাম",
 	"all": "সব",
 	"All Documents": "সব ডকুমেন্ট",
 	"All Users": "সব ইউজার",
@@ -48,7 +48,7 @@
 	"API keys": "এপিআই কোডস",
 	"April": "আপ্রিল",
 	"Archive": "আর্কাইভ",
-	"Archive All Chats": "",
+	"Archive All Chats": "আর্কাইভ করুন সকল চ্যাট",
 	"Archived Chats": "চ্যাট ইতিহাস সংরক্ষণাগার",
 	"are allowed - Activate this command by typing": "অনুমোদিত - কমান্ডটি চালু করার জন্য লিখুন",
 	"Are you sure?": "আপনি নিশ্চিত?",
@@ -63,14 +63,14 @@
 	"available!": "উপলব্ধ!",
 	"Back": "পেছনে",
 	"Bad Response": "খারাপ প্রতিক্রিয়া",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "ব্যানার",
+	"Base Model (From)": "বেস মডেল (থেকে)",
 	"before": "পূর্ববর্তী",
 	"Being lazy": "অলস হওয়া",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "সাহসী অনুসন্ধান API কী",
 	"Bypass SSL verification for Websites": "ওয়েবসাইটের জন্য SSL যাচাই বাতিল করুন",
 	"Cancel": "বাতিল",
-	"Capabilities": "",
+	"Capabilities": "সক্ষমতা",
 	"Change Password": "পাসওয়ার্ড পরিবর্তন করুন",
 	"Chat": "চ্যাট",
 	"Chat Bubble UI": "চ্যাট বাবল UI",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "ডকুমেন্টগুলো নির্বাচন করার জন্য এখানে ক্লিক করুন",
 	"click here.": "এখানে ক্লিক করুন",
 	"Click on the user role button to change a user's role.": "ইউজারের পদবি পরিবর্তন করার জন্য ইউজারের পদবি বাটনে ক্লিক করুন",
-	"Clone": "",
+	"Clone": "ক্লোন",
 	"Close": "বন্ধ",
 	"Collection": "সংগ্রহ",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "ComfyUI Base URL",
 	"ComfyUI Base URL is required.": "ComfyUI Base URL আবশ্যক।",
 	"Command": "কমান্ড",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "সমকালীন অনুরোধ",
 	"Confirm Password": "পাসওয়ার্ড নিশ্চিত করুন",
 	"Connections": "কানেকশনগুলো",
 	"Content": "বিষয়বস্তু",
@@ -114,7 +114,7 @@
 	"Copy Link": "লিংক কপি করুন",
 	"Copying to clipboard was successful!": "ক্লিপবোর্ডে কপি করা সফল হয়েছে",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "'title' শব্দটি ব্যবহার না করে নিম্মোক্ত অনুসন্ধানের জন্য সংক্ষেপে সর্বোচ্চ ৩-৫ শব্দের একটি হেডার তৈরি করুন",
-	"Create a model": "",
+	"Create a model": "একটি মডেল তৈরি করুন",
 	"Create Account": "একাউন্ট তৈরি করুন",
 	"Create new key": "একটি নতুন কী তৈরি করুন",
 	"Create new secret key": "একটি নতুন সিক্রেট কী তৈরি করুন",
@@ -123,7 +123,7 @@
 	"Current Model": "বর্তমান মডেল",
 	"Current Password": "বর্তমান পাসওয়ার্ড",
 	"Custom": "কাস্টম",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "একটি নির্দিষ্ট উদ্দেশ্যে মডেল কাস্টমাইজ করুন",
 	"Dark": "ডার্ক",
 	"Database": "ডেটাবেজ",
 	"December": "ডেসেম্বর",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "ডিফল্ট (Automatic1111)",
 	"Default (SentenceTransformers)": "ডিফল্ট (SentenceTransformers)",
 	"Default (Web API)": "ডিফল্ট (Web API)",
-	"Default Model": "",
+	"Default Model": "ডিফল্ট মডেল",
 	"Default model updated": "ডিফল্ট মডেল আপডেট হয়েছে",
 	"Default Prompt Suggestions": "ডিফল্ট প্রম্পট সাজেশন",
 	"Default User Role": "ইউজারের ডিফল্ট পদবি",
 	"delete": "মুছে ফেলুন",
 	"Delete": "মুছে ফেলুন",
 	"Delete a model": "একটি মডেল মুছে ফেলুন",
-	"Delete All Chats": "",
+	"Delete All Chats": "সব চ্যাট মুছে ফেলুন",
 	"Delete chat": "চ্যাট মুছে ফেলুন",
 	"Delete Chat": "চ্যাট মুছে ফেলুন",
 	"delete this link": "এই লিংক মুছে ফেলুন",
 	"Delete User": "ইউজার মুছে ফেলুন",
 	"Deleted {{deleteModelTag}}": "{{deleteModelTag}} মুছে ফেলা হয়েছে",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "{{name}} মোছা হয়েছে",
 	"Description": "বিবরণ",
 	"Didn't fully follow instructions": "ইনস্ট্রাকশন সম্পূর্ণ অনুসরণ করা হয়নি",
 	"Disabled": "অক্ষম",
-	"Discover a model": "",
+	"Discover a model": "একটি মডেল আবিষ্কার করুন",
 	"Discover a prompt": "একটি প্রম্পট খুঁজে বের করুন",
 	"Discover, download, and explore custom prompts": "কাস্টম প্রম্পটগুলো আবিস্কার, ডাউনলোড এবং এক্সপ্লোর করুন",
 	"Discover, download, and explore model presets": "মডেল প্রিসেটগুলো আবিস্কার, ডাউনলোড এবং এক্সপ্লোর করুন",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "ইমেজ ইমেবডিং মডেল ইঞ্জিন",
 	"Embedding model set to \"{{embedding_model}}\"": "ইমেজ ইমেবডিং মডেল সেট করা হয়েছে - \"{{embedding_model}}\"",
 	"Enable Chat History": "চ্যাট হিস্টোরি চালু করুন",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "সম্প্রদায় শেয়ারকরণ সক্ষম করুন",
 	"Enable New Sign Ups": "নতুন সাইনআপ চালু করুন",
-	"Enable Web Search": "",
+	"Enable Web Search": "ওয়েব অনুসন্ধান সক্ষম করুন",
 	"Enabled": "চালু করা হয়েছে",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "আপনার সিএসভি ফাইলটিতে এই ক্রমে 4 টি কলাম অন্তর্ভুক্ত রয়েছে তা নিশ্চিত করুন: নাম, ইমেল, পাসওয়ার্ড, ভূমিকা।.",
 	"Enter {{role}} message here": "{{role}} মেসেজ এখানে লিখুন",
 	"Enter a detail about yourself for your LLMs to recall": "আপনার এলএলএমগুলি স্মরণ করার জন্য নিজের সম্পর্কে একটি বিশদ লিখুন",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "সাহসী অনুসন্ধান API কী লিখুন",
 	"Enter Chunk Overlap": "চাঙ্ক ওভারল্যাপ লিখুন",
 	"Enter Chunk Size": "চাংক সাইজ লিখুন",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "গিটহাব কাঁচা URL লিখুন",
+	"Enter Google PSE API Key": "গুগল পিএসই এপিআই কী লিখুন",
+	"Enter Google PSE Engine Id": "গুগল পিএসই ইঞ্জিন আইডি লিখুন",
 	"Enter Image Size (e.g. 512x512)": "ছবির মাপ লিখুন (যেমন 512x512)",
 	"Enter language codes": "ল্যাঙ্গুয়েজ কোড লিখুন",
 	"Enter model tag (e.g. {{modelTag}})": "মডেল ট্যাগ লিখুন (e.g. {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "ধাপের সংখ্যা দিন (যেমন: 50)",
 	"Enter Score": "স্কোর দিন",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Searxng ক্যোয়ারী URL লিখুন",
+	"Enter Serper API Key": "Serper API কী লিখুন",
+	"Enter Serpstack API Key": "Serpstack API কী লিখুন",
 	"Enter stop sequence": "স্টপ সিকোয়েন্স লিখুন",
 	"Enter Top K": "Top K লিখুন",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "ইউআরএল দিন (যেমন http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "আপনার পূর্ণ নাম লিখুন",
 	"Enter Your Password": "আপনার পাসওয়ার্ড লিখুন",
 	"Enter Your Role": "আপনার রোল লিখুন",
-	"Error": "",
+	"Error": "ত্রুটি",
 	"Experimental": "পরিক্ষামূলক",
-	"Export": "",
+	"Export": "রপ্তানি",
 	"Export All Chats (All Users)": "সব চ্যাট এক্সপোর্ট করুন (সব ইউজারের)",
 	"Export Chats": "চ্যাটগুলো এক্সপোর্ট করুন",
 	"Export Documents Mapping": "ডকুমেন্টসমূহ ম্যাপিং এক্সপোর্ট করুন",
-	"Export Models": "",
+	"Export Models": "রপ্তানি মডেল",
 	"Export Prompts": "প্রম্পটগুলো একপোর্ট করুন",
 	"Failed to create API Key.": "API Key তৈরি করা যায়নি।",
 	"Failed to read clipboard contents": "ক্লিপবোর্ডের বিষয়বস্তু পড়া সম্ভব হয়নি",
@@ -221,15 +221,15 @@
 	"Focus chat input": "চ্যাট ইনপুট ফোকাস করুন",
 	"Followed instructions perfectly": "নির্দেশাবলী নিখুঁতভাবে অনুসরণ করা হয়েছে",
 	"Format your variables using square brackets like this:": "আপনার ভেরিয়বলগুলো এভাবে স্কয়ার ব্রাকেটের মাধ্যমে সাজান",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "ফ্রিকোয়েন্সি পেনাল্টি",
 	"Full Screen Mode": "ফুলস্ক্রিন মোড",
 	"General": "সাধারণ",
 	"General Settings": "সাধারণ সেটিংসমূহ",
-	"Generating search query": "",
+	"Generating search query": "অনুসন্ধান ক্যোয়ারী তৈরি করা হচ্ছে",
 	"Generation Info": "জেনারেশন ইনফো",
 	"Good Response": "ভালো সাড়া",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "গুগল পিএসই এপিআই কী",
+	"Google PSE Engine Id": "গুগল পিএসই ইঞ্জিন আইডি",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "কোন কনভার্সেশন আছে না।",
 	"Hello, {{name}}": "হ্যালো, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "ছবিসমূহ",
 	"Import Chats": "চ্যাটগুলি ইমপোর্ট করুন",
 	"Import Documents Mapping": "ডকুমেন্টসমূহ ম্যাপিং ইমপোর্ট করুন",
-	"Import Models": "",
+	"Import Models": "মডেল আমদানি করুন",
 	"Import Prompts": "প্রম্পটগুলো ইমপোর্ট করুন",
 	"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webui চালু করার সময় `--api` ফ্ল্যাগ সংযুক্ত করুন",
-	"Info": "",
+	"Info": "তথ্য",
 	"Input commands": "ইনপুট কমান্ডস",
-	"Install from Github URL": "",
+	"Install from Github URL": "Github URL থেকে ইনস্টল করুন",
 	"Interface": "ইন্টারফেস",
 	"Invalid Tag": "অবৈধ ট্যাগ",
 	"January": "জানুয়ারী",
 	"join our Discord for help.": "সাহায্যের জন্য আমাদের Discord-এ যুক্ত হোন",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "JSON প্রিভিউ",
 	"July": "জুলাই",
 	"June": "জুন",
 	"JWT Expiration": "JWT-র মেয়াদ",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "এটা দিয়ে বন্ধনী দিতে ভুলবেন না",
 	"Manage Models": "মডেলসমূহ ব্যবস্থাপনা করুন",
 	"Manage Ollama Models": "Ollama মডেলসূহ ব্যবস্থাপনা করুন",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "পাইপলাইন পরিচালনা করুন",
 	"March": "মার্চ",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "সর্বোচ্চ টোকেন (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "একসঙ্গে সর্বোচ্চ তিনটি মডেল ডাউনলোড করা যায়। দয়া করে পরে আবার চেষ্টা করুন।",
 	"May": "মে",
 	"Memories accessible by LLMs will be shown here.": "LLMs দ্বারা অ্যাক্সেসযোগ্য মেমোরিগুলি এখানে দেখানো হবে।",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "'{{modelName}}' মডেল সফলভাবে ডাউনলোড হয়েছে।",
 	"Model '{{modelTag}}' is already in queue for downloading.": "{{modelTag}} ডাউনলোডের জন্য আগে থেকেই অপেক্ষমান আছে।",
 	"Model {{modelId}} not found": "{{modelId}} মডেল পাওয়া যায়নি",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "মডেল {{modelName}} দৃষ্টি সক্ষম নয়",
+	"Model {{name}} is now {{status}}": "মডেল {{name}} এখন {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "মডেল ফাইলসিস্টেম পাথ পাওয়া গেছে। আপডেটের জন্য মডেলের শর্টনেম আবশ্যক, এগিয়ে যাওয়া যাচ্ছে না।",
-	"Model ID": "",
+	"Model ID": "মডেল ID",
 	"Model not selected": "মডেল নির্বাচন করা হয়নি",
-	"Model Params": "",
+	"Model Params": "মডেল প্যারাম",
 	"Model Whitelisting": "মডেল হোয়াইটলিস্টিং",
 	"Model(s) Whitelisted": "হোয়াইটলিস্টেড মডেল(সমূহ)",
 	"Modelfile Content": "মডেলফাইল কনটেন্ট",
@@ -301,25 +301,25 @@
 	"More": "আরো",
 	"Name": "নাম",
 	"Name Tag": "নামের ট্যাগ",
-	"Name your model": "",
+	"Name your model": "আপনার মডেলের নাম দিন",
 	"New Chat": "নতুন চ্যাট",
 	"New Password": "নতুন পাসওয়ার্ড",
 	"No results found": "কোন ফলাফল পাওয়া যায়নি",
-	"No search query generated": "",
+	"No search query generated": "কোনও অনুসন্ধান ক্যোয়ারী উত্পন্ন হয়নি",
 	"No source available": "কোন উৎস পাওয়া যায়নি",
-	"None": "",
+	"None": "কোনোটিই নয়",
 	"Not factually correct": "তথ্যগত দিক থেকে সঠিক নয়",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "দ্রষ্টব্য: আপনি যদি ন্যূনতম স্কোর সেট করেন তবে অনুসন্ধানটি কেবলমাত্র ন্যূনতম স্কোরের চেয়ে বেশি বা সমান স্কোর সহ নথিগুলি ফেরত দেবে।",
 	"Notifications": "নোটিফিকেশনসমূহ",
 	"November": "নভেম্বর",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (ওলামা)",
 	"October": "অক্টোবর",
 	"Off": "বন্ধ",
 	"Okay, Let's Go!": "ঠিক আছে, চলুন যাই!",
 	"OLED Dark": "OLED ডার্ক",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "Ollama API নিষ্ক্রিয় করা হয়েছে",
 	"Ollama Version": "Ollama ভার্সন",
 	"On": "চালু",
 	"Only": "শুধুমাত্র",
@@ -344,8 +344,8 @@
 	"pending": "অপেক্ষমান",
 	"Permission denied when accessing microphone: {{error}}": "মাইক্রোফোন ব্যবহারের অনুমতি পাওয়া যায়নি: {{error}}",
 	"Personalization": "ডিজিটাল বাংলা",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "পাইপলাইন",
+	"Pipelines Valves": "পাইপলাইন ভালভ",
 	"Plain text (.txt)": "প্লায়েন টেক্সট (.txt)",
 	"Playground": "খেলাঘর",
 	"Positive attitude": "পজিটিভ আক্রমণ",
@@ -390,32 +390,32 @@
 	"Scan for documents from {{path}}": "ডকুমেন্টসমূহের জন্য {{path}} স্ক্যান করুন",
 	"Search": "অনুসন্ধান",
 	"Search a model": "মডেল অনুসন্ধান করুন",
-	"Search Chats": "",
+	"Search Chats": "চ্যাট অনুসন্ধান করুন",
 	"Search Documents": "ডকুমেন্টসমূহ অনুসন্ধান করুন",
-	"Search Models": "",
+	"Search Models": "অনুসন্ধান মডেল",
 	"Search Prompts": "প্রম্পটসমূহ অনুসন্ধান করুন",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "অনুসন্ধানের ফলাফল গণনা",
+	"Searched {{count}} sites_one": "{{কাউন্ট}} অনুসন্ধান করা হয়েছে sites_one",
+	"Searched {{count}} sites_other": "{{কাউন্ট}} অনুসন্ধান করা হয়েছে sites_other",
+	"Searching the web for '{{searchQuery}}'": "'{{searchQuery}}' এর জন্য ওয়েবে অনুসন্ধান করা হচ্ছে",
+	"Searxng Query URL": "Searxng ক্যোয়ারী URL",
 	"See readme.md for instructions": "নির্দেশিকার জন্য readme.md দেখুন",
 	"See what's new": "নতুন কী আছে দেখুন",
 	"Seed": "সীড",
-	"Select a base model": "",
+	"Select a base model": "একটি বেস মডেল নির্বাচন করুন",
 	"Select a mode": "একটি মডেল নির্বাচন করুন",
 	"Select a model": "একটি মডেল নির্বাচন করুন",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "একটি পাইপলাইন নির্বাচন করুন",
+	"Select a pipeline url": "একটি পাইপলাইন URL নির্বাচন করুন",
 	"Select an Ollama instance": "একটি Ollama ইন্সট্যান্স নির্বাচন করুন",
 	"Select model": "মডেল নির্বাচন করুন",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "নির্বাচিত মডেল(গুলি) চিত্র ইনপুট সমর্থন করে না",
 	"Send": "পাঠান",
 	"Send a Message": "একটি মেসেজ পাঠান",
 	"Send message": "মেসেজ পাঠান",
 	"September": "সেপ্টেম্বর",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Serper API Key",
+	"Serpstack API Key": "Serpstack API Key",
 	"Server connection verified": "সার্ভার কানেকশন যাচাই করা হয়েছে",
 	"Set as default": "ডিফল্ট হিসেবে নির্ধারণ করুন",
 	"Set Default Model": "ডিফল্ট মডেল নির্ধারণ করুন",
@@ -424,7 +424,7 @@
 	"Set Model": "মডেল নির্ধারণ করুন",
 	"Set reranking model (e.g. {{model}})": "রি-র্যাংকিং মডেল নির্ধারণ করুন (উদাহরণ {{model}})",
 	"Set Steps": "পরবর্তী ধাপসমূহ",
-	"Set Task Model": "",
+	"Set Task Model": "টাস্ক মডেল সেট করুন",
 	"Set Voice": "কন্ঠস্বর নির্ধারণ করুন",
 	"Settings": "সেটিংসমূহ",
 	"Settings saved successfully!": "সেটিংগুলো সফলভাবে সংরক্ষিত হয়েছে",
@@ -483,21 +483,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "Ollama এক্সেস করতে সমস্যা হচ্ছে?",
 	"TTS Settings": "TTS সেটিংসমূহ",
-	"Type": "",
+	"Type": "টাইপ",
 	"Type Hugging Face Resolve (Download) URL": "Hugging Face থেকে ডাউনলোড করার ইউআরএল টাইপ করুন",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "ওহ-হো! {{provider}} এর সাথে কানেকশনে সমস্যা হয়েছে।",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "অপরিচিত ফাইল ফরম্যাট '{{file_type}}', তবে প্লেইন টেক্সট হিসেবে গ্রহণ করা হলো",
 	"Update and Copy Link": "আপডেট এবং লিংক কপি করুন",
 	"Update password": "পাসওয়ার্ড আপডেট করুন",
 	"Upload a GGUF model": "একটি GGUF মডেল আপলোড করুন",
-	"Upload Files": "",
+	"Upload Files": "ফাইল আপলোড করুন",
 	"Upload Progress": "আপলোড হচ্ছে",
 	"URL Mode": "ইউআরএল মোড",
 	"Use '#' in the prompt input to load and select your documents.": "আপনার ডকুমেন্টসমূহ নির্বাচন করার জন্য আপনার প্রম্পট ইনপুটে '# ব্যবহার করুন।",
 	"Use Gravatar": "Gravatar ব্যবহার করুন",
 	"Use Initials": "নামের আদ্যক্ষর ব্যবহার করুন",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (ওলামা)",
+	"use_mmap (Ollama)": "use_mmap (ওলামা)",
 	"user": "ব্যবহারকারী",
 	"User Permissions": "ইউজার পারমিশনসমূহ",
 	"Users": "ব্যাবহারকারীগণ",
@@ -506,13 +506,13 @@
 	"variable": "ভেরিয়েবল",
 	"variable to have them replaced with clipboard content.": "ক্লিপবোর্ডের কন্টেন্ট দিয়ে যেই ভেরিয়েবল রিপ্লেস করা যাবে।",
 	"Version": "ভার্সন",
-	"Warning": "",
+	"Warning": "সতর্কীকরণ",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "সতর্কীকরণ: আপনি যদি আপনার এম্বেডিং মডেল আপডেট বা পরিবর্তন করেন, তাহলে আপনাকে সমস্ত নথি পুনরায় আমদানি করতে হবে।.",
 	"Web": "ওয়েব",
 	"Web Loader Settings": "ওয়েব লোডার সেটিংস",
 	"Web Params": "ওয়েব প্যারামিটারসমূহ",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "ওয়েব অনুসন্ধান",
+	"Web Search Engine": "ওয়েব সার্চ ইঞ্জিন",
 	"Webhook URL": "ওয়েবহুক URL",
 	"WebUI Add-ons": "WebUI এড-অনসমূহ",
 	"WebUI Settings": "WebUI সেটিংসমূহ",
@@ -525,7 +525,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "৫০ শব্দের মধ্যে [topic or keyword] এর একটি সারসংক্ষেপ লিখুন।",
 	"Yesterday": "আগামী",
 	"You": "আপনি",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "আপনি একটি বেস মডেল ক্লোন করতে পারবেন না",
 	"You have no archived conversations.": "আপনার কোনও আর্কাইভ করা কথোপকথন নেই।",
 	"You have shared this chat": "আপনি এই চ্যাটটি শেয়ার করেছেন",
 	"You're a helpful assistant.": "আপনি একজন উপকারী এসিস্ট্যান্ট",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api`)": "(p. ex. `sh webui.sh --api`)",
 	"(latest)": "(últim)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ models }}",
+	"{{ owner }}: You cannot delete a base model": "{{ propietari }}: No es pot suprimir un model base",
 	"{{modelName}} is thinking...": "{{modelName}} està pensant...",
 	"{{user}}'s Chats": "{{user}}'s Chats",
 	"{{webUIName}} Backend Required": "Es requereix Backend de {{webUIName}}",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"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 web",
 	"a user": "un usuari",
 	"About": "Sobre",
 	"Account": "Compte",
 	"Accurate information": "Informació precisa",
 	"Add": "Afegir",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "Afegir un identificador de model",
+	"Add a short description about what this model does": "Afegiu una breu descripció sobre què fa aquest model",
 	"Add a short title for this prompt": "Afegeix un títol curt per aquest prompt",
 	"Add a tag": "Afegeix una etiqueta",
 	"Add custom prompt": "Afegir un prompt personalitzat",
@@ -31,7 +31,7 @@
 	"Admin Panel": "Panell d'Administració",
 	"Admin Settings": "Configuració d'Administració",
 	"Advanced Parameters": "Paràmetres Avançats",
-	"Advanced Params": "",
+	"Advanced Params": "Paràmetres avançats",
 	"all": "tots",
 	"All Documents": "Tots els Documents",
 	"All Users": "Tots els Usuaris",
@@ -48,7 +48,7 @@
 	"API keys": "Claus de l'API",
 	"April": "Abril",
 	"Archive": "Arxiu",
-	"Archive All Chats": "",
+	"Archive All Chats": "Arxiva tots els xats",
 	"Archived Chats": "Arxiu d'historial de xat",
 	"are allowed - Activate this command by typing": "estan permesos - Activa aquesta comanda escrivint",
 	"Are you sure?": "Estàs segur?",
@@ -63,14 +63,14 @@
 	"available!": "disponible!",
 	"Back": "Enrere",
 	"Bad Response": "Resposta Erroni",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "Banners",
+	"Base Model (From)": "Model base (des de)",
 	"before": "abans",
 	"Being lazy": "Ser l'estupidez",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Clau API Brave Search",
 	"Bypass SSL verification for Websites": "Desactivar la verificació SSL per a l'accés a l'Internet",
 	"Cancel": "Cancel·la",
-	"Capabilities": "",
+	"Capabilities": "Capacitats",
 	"Change Password": "Canvia la Contrasenya",
 	"Chat": "Xat",
 	"Chat Bubble UI": "Chat Bubble UI",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "Fes clic aquí per seleccionar documents.",
 	"click here.": "fes clic aquí.",
 	"Click on the user role button to change a user's role.": "Fes clic al botó de rol d'usuari per canviar el rol d'un usuari.",
-	"Clone": "",
+	"Clone": "Clon",
 	"Close": "Tanca",
 	"Collection": "Col·lecció",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "URL base de ComfyUI",
 	"ComfyUI Base URL is required.": "URL base de ComfyUI és obligatòria.",
 	"Command": "Comanda",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "Sol·licituds simultànies",
 	"Confirm Password": "Confirma la Contrasenya",
 	"Connections": "Connexions",
 	"Content": "Contingut",
@@ -114,7 +114,7 @@
 	"Copy Link": "Copiar l'enllaç",
 	"Copying to clipboard was successful!": "La còpia al porta-retalls ha estat exitosa!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Crea una frase concisa de 3-5 paraules com a capçalera per a la següent consulta, seguint estrictament el límit de 3-5 paraules i evitant l'ús de la paraula 'títol':",
-	"Create a model": "",
+	"Create a model": "Crear un model",
 	"Create Account": "Crea un Compte",
 	"Create new key": "Crea una nova clau",
 	"Create new secret key": "Crea una nova clau secreta",
@@ -123,7 +123,7 @@
 	"Current Model": "Model Actual",
 	"Current Password": "Contrasenya Actual",
 	"Custom": "Personalitzat",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "Personalitzar models per a un propòsit específic",
 	"Dark": "Fosc",
 	"Database": "Base de Dades",
 	"December": "Desembre",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "Per defecte (Automatic1111)",
 	"Default (SentenceTransformers)": "Per defecte (SentenceTransformers)",
 	"Default (Web API)": "Per defecte (Web API)",
-	"Default Model": "",
+	"Default Model": "Model per defecte",
 	"Default model updated": "Model per defecte actualitzat",
 	"Default Prompt Suggestions": "Suggeriments de Prompt Per Defecte",
 	"Default User Role": "Rol d'Usuari Per Defecte",
 	"delete": "esborra",
 	"Delete": "Esborra",
 	"Delete a model": "Esborra un model",
-	"Delete All Chats": "",
+	"Delete All Chats": "Suprimir tots els xats",
 	"Delete chat": "Esborra xat",
 	"Delete Chat": "Esborra Xat",
 	"delete this link": "Esborra aquest enllaç",
 	"Delete User": "Esborra Usuari",
 	"Deleted {{deleteModelTag}}": "Esborrat {{deleteModelTag}}",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "Suprimit {{nom}}",
 	"Description": "Descripció",
 	"Didn't fully follow instructions": "No s'ha completat els instruccions",
 	"Disabled": "Desactivat",
-	"Discover a model": "",
+	"Discover a model": "Descobreix un model",
 	"Discover a prompt": "Descobreix un prompt",
 	"Discover, download, and explore custom prompts": "Descobreix, descarrega i explora prompts personalitzats",
 	"Discover, download, and explore model presets": "Descobreix, descarrega i explora presets de models",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "Motor de model d'embutiment",
 	"Embedding model set to \"{{embedding_model}}\"": "Model d'embutiment configurat a \"{{embedding_model}}\"",
 	"Enable Chat History": "Activa Historial de Xat",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "Activar l'ús compartit de la comunitat",
 	"Enable New Sign Ups": "Permet Noves Inscripcions",
-	"Enable Web Search": "",
+	"Enable Web Search": "Activa la cerca web",
 	"Enabled": "Activat",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Assegura't que el fitxer CSV inclou 4 columnes en aquest ordre: Nom, Correu Electrònic, Contrasenya, Rol.",
 	"Enter {{role}} message here": "Introdueix aquí el missatge de {{role}}",
 	"Enter a detail about yourself for your LLMs to recall": "Introdueix un detall sobre tu per que els LLMs puguin recordar-te",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Introduïu la clau de l'API Brave Search",
 	"Enter Chunk Overlap": "Introdueix el Solapament de Blocs",
 	"Enter Chunk Size": "Introdueix la Mida del Bloc",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Introduïu l'URL en brut de Github",
+	"Enter Google PSE API Key": "Introduïu la clau de l'API de Google PSE",
+	"Enter Google PSE Engine Id": "Introduïu l'identificador del motor PSE de Google",
 	"Enter Image Size (e.g. 512x512)": "Introdueix la Mida de la Imatge (p. ex. 512x512)",
 	"Enter language codes": "Introdueix els codis de llenguatge",
 	"Enter model tag (e.g. {{modelTag}})": "Introdueix l'etiqueta del model (p. ex. {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "Introdueix el Nombre de Passos (p. ex. 50)",
 	"Enter Score": "Introdueix el Puntuació",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Introduïu l'URL de consulta de Searxng",
+	"Enter Serper API Key": "Introduïu la clau de l'API Serper",
+	"Enter Serpstack API Key": "Introduïu la clau de l'API Serpstack",
 	"Enter stop sequence": "Introdueix la seqüència de parada",
 	"Enter Top K": "Introdueix Top K",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "Introdueix l'URL (p. ex. http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "Introdueix el Teu Nom Complet",
 	"Enter Your Password": "Introdueix la Teva Contrasenya",
 	"Enter Your Role": "Introdueix el Teu Ròl",
-	"Error": "",
+	"Error": "Error",
 	"Experimental": "Experimental",
-	"Export": "",
+	"Export": "Exportar",
 	"Export All Chats (All Users)": "Exporta Tots els Xats (Tots els Usuaris)",
 	"Export Chats": "Exporta Xats",
 	"Export Documents Mapping": "Exporta el Mapatge de Documents",
-	"Export Models": "",
+	"Export Models": "Models d'exportació",
 	"Export Prompts": "Exporta Prompts",
 	"Failed to create API Key.": "No s'ha pogut crear la clau d'API.",
 	"Failed to read clipboard contents": "No s'ha pogut llegir el contingut del porta-retalls",
@@ -221,15 +221,15 @@
 	"Focus chat input": "Enfoca l'entrada del xat",
 	"Followed instructions perfectly": "Siguiu les instruccions perfeicte",
 	"Format your variables using square brackets like this:": "Formata les teves variables utilitzant claudàtors així:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "Pena de freqüència",
 	"Full Screen Mode": "Mode de Pantalla Completa",
 	"General": "General",
 	"General Settings": "Configuració General",
-	"Generating search query": "",
+	"Generating search query": "Generació de consultes de cerca",
 	"Generation Info": "Informació de Generació",
 	"Good Response": "Resposta bona",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Clau de l'API PSE de Google",
+	"Google PSE Engine Id": "Identificador del motor PSE de Google",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "no té converses.",
 	"Hello, {{name}}": "Hola, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "Imatges",
 	"Import Chats": "Importa Xats",
 	"Import Documents Mapping": "Importa el Mapa de Documents",
-	"Import Models": "",
+	"Import Models": "Models d'importació",
 	"Import Prompts": "Importa Prompts",
 	"Include `--api` flag when running stable-diffusion-webui": "Inclou la bandera `--api` quan executis stable-diffusion-webui",
-	"Info": "",
+	"Info": "Informació",
 	"Input commands": "Entra ordres",
-	"Install from Github URL": "",
+	"Install from Github URL": "Instal·leu des de l'URL de Github",
 	"Interface": "Interfície",
 	"Invalid Tag": "Etiqueta Inválida",
 	"January": "Gener",
 	"join our Discord for help.": "uneix-te al nostre Discord per ajuda.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "Vista prèvia de JSON",
 	"July": "Juliol",
 	"June": "Juny",
 	"JWT Expiration": "Expiració de JWT",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "Assegura't d'envoltar-los amb",
 	"Manage Models": "Gestiona Models",
 	"Manage Ollama Models": "Gestiona Models Ollama",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "Gestionar canonades",
 	"March": "Març",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "Max Fitxes (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Es poden descarregar un màxim de 3 models simultàniament. Si us plau, prova-ho més tard.",
 	"May": "Maig",
 	"Memories accessible by LLMs will be shown here.": "Els memòries accessible per a LLMs es mostraran aquí.",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "El model '{{modelName}}' s'ha descarregat amb èxit.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "El model '{{modelTag}}' ja està en cua per ser descarregat.",
 	"Model {{modelId}} not found": "Model {{modelId}} no trobat",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "El model {{modelName}} no és capaç de visió",
+	"Model {{name}} is now {{status}}": "El model {{nom}} ara és {{estat}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "S'ha detectat el camí del sistema de fitxers del model. És necessari un nom curt del model per a actualitzar, no es pot continuar.",
-	"Model ID": "",
+	"Model ID": "Identificador del model",
 	"Model not selected": "Model no seleccionat",
-	"Model Params": "",
+	"Model Params": "Paràmetres del model",
 	"Model Whitelisting": "Llista Blanca de Models",
 	"Model(s) Whitelisted": "Model(s) a la Llista Blanca",
 	"Modelfile Content": "Contingut del Fitxer de Model",
@@ -301,25 +301,25 @@
 	"More": "Més",
 	"Name": "Nom",
 	"Name Tag": "Etiqueta de Nom",
-	"Name your model": "",
+	"Name your model": "Posa un nom al model",
 	"New Chat": "Xat Nou",
 	"New Password": "Nova Contrasenya",
 	"No results found": "No s'han trobat resultats",
-	"No search query generated": "",
+	"No search query generated": "No es genera cap consulta de cerca",
 	"No source available": "Sense font disponible",
-	"None": "",
+	"None": "Cap",
 	"Not factually correct": "No està clarament correcte",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si establiscs una puntuació mínima, la cerca només retornarà documents amb una puntuació major o igual a la puntuació mínima.",
 	"Notifications": "Notificacions d'Escriptori",
 	"November": "Novembre",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Ollama)",
 	"October": "Octubre",
 	"Off": "Desactivat",
 	"Okay, Let's Go!": "D'acord, Anem!",
 	"OLED Dark": "OLED Fosc",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "API d'Ollama",
+	"Ollama API disabled": "L'API d'Ollama desactivada",
 	"Ollama Version": "Versió d'Ollama",
 	"On": "Activat",
 	"Only": "Només",
@@ -344,8 +344,8 @@
 	"pending": "pendent",
 	"Permission denied when accessing microphone: {{error}}": "Permís denegat en accedir al micròfon: {{error}}",
 	"Personalization": "Personalització",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "Canonades",
+	"Pipelines Valves": "Vàlvules de canonades",
 	"Plain text (.txt)": "Text pla (.txt)",
 	"Playground": "Zona de Jocs",
 	"Positive attitude": "Attitudin positiva",
@@ -390,33 +390,33 @@
 	"Scan for documents from {{path}}": "Escaneja documents des de {{path}}",
 	"Search": "Cerca",
 	"Search a model": "Cerca un model",
-	"Search Chats": "",
+	"Search Chats": "Cercar xats",
 	"Search Documents": "Cerca Documents",
-	"Search Models": "",
+	"Search Models": "Models de cerca",
 	"Search Prompts": "Cerca Prompts",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_many": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "Recompte de resultats de cerca",
+	"Searched {{count}} sites_one": "Cercat {{count}} sites_one",
+	"Searched {{count}} sites_many": "Cercat {{recompte}} sites_many",
+	"Searched {{count}} sites_other": "Cercat {{recompte}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "Cerca a la web de '{{searchQuery}}'",
+	"Searxng Query URL": "Searxng URL de consulta",
 	"See readme.md for instructions": "Consulta el readme.md per a instruccions",
 	"See what's new": "Veure novetats",
 	"Seed": "Llavor",
-	"Select a base model": "",
+	"Select a base model": "Seleccionar un model base",
 	"Select a mode": "Selecciona un mode",
 	"Select a model": "Selecciona un model",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "Seleccioneu una canonada",
+	"Select a pipeline url": "Seleccionar un URL de canonada",
 	"Select an Ollama instance": "Selecciona una instància d'Ollama",
 	"Select model": "Selecciona un model",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "Els models seleccionats no admeten l'entrada d'imatges",
 	"Send": "Envia",
 	"Send a Message": "Envia un Missatge",
 	"Send message": "Envia missatge",
 	"September": "Setembre",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Clau API Serper",
+	"Serpstack API Key": "Serpstack API Key",
 	"Server connection verified": "Connexió al servidor verificada",
 	"Set as default": "Estableix com a predeterminat",
 	"Set Default Model": "Estableix Model Predeterminat",
@@ -425,7 +425,7 @@
 	"Set Model": "Estableix Model",
 	"Set reranking model (e.g. {{model}})": "Estableix el model de reranking (p.ex. {{model}})",
 	"Set Steps": "Estableix Passos",
-	"Set Task Model": "",
+	"Set Task Model": "Defineix el model de tasca",
 	"Set Voice": "Estableix Veu",
 	"Settings": "Configuracions",
 	"Settings saved successfully!": "Configuracions guardades amb èxit!",
@@ -484,21 +484,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "Problemes accedint a Ollama?",
 	"TTS Settings": "Configuracions TTS",
-	"Type": "",
+	"Type": "Tipus",
 	"Type Hugging Face Resolve (Download) URL": "Escriu URL de Resolució (Descàrrega) de Hugging Face",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "Uf! Hi va haver un problema connectant-se a {{provider}}.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Tipus d'Arxiu Desconegut '{{file_type}}', però acceptant i tractant com a text pla",
 	"Update and Copy Link": "Actualitza i Copia enllaç",
 	"Update password": "Actualitza contrasenya",
 	"Upload a GGUF model": "Puja un model GGUF",
-	"Upload Files": "",
+	"Upload Files": "Pujar fitxers",
 	"Upload Progress": "Progrés de Càrrega",
 	"URL Mode": "Mode URL",
 	"Use '#' in the prompt input to load and select your documents.": "Utilitza '#' a l'entrada del prompt per carregar i seleccionar els teus documents.",
 	"Use Gravatar": "Utilitza Gravatar",
 	"Use Initials": "Utilitza Inicials",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (Ollama)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "usuari",
 	"User Permissions": "Permisos d'Usuari",
 	"Users": "Usuaris",
@@ -507,13 +507,13 @@
 	"variable": "variable",
 	"variable to have them replaced with clipboard content.": "variable per tenir-les reemplaçades amb el contingut del porta-retalls.",
 	"Version": "Versió",
-	"Warning": "",
+	"Warning": "Advertiment",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Avís: Si actualitzeu o canvieu el model d'incrustació, haureu de tornar a importar tots els documents.",
 	"Web": "Web",
 	"Web Loader Settings": "Configuració del carregador web",
 	"Web Params": "Paràmetres web",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "Cercador web",
+	"Web Search Engine": "Cercador web",
 	"Webhook URL": "URL del webhook",
 	"WebUI Add-ons": "Complements de WebUI",
 	"WebUI Settings": "Configuració de WebUI",
@@ -526,7 +526,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Escriu un resum en 50 paraules que resumeixi [tema o paraula clau].",
 	"Yesterday": "Ayer",
 	"You": "Tu",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "No es pot clonar un model base",
 	"You have no archived conversations.": "No tens converses arxivades.",
 	"You have shared this chat": "Has compartit aquest xat",
 	"You're a helpful assistant.": "Ets un assistent útil.",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api`)": "(z.B. `sh webui.sh --api`)",
 	"(latest)": "(neueste)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ Modelle }}",
+	"{{ owner }}: You cannot delete a base model": "{{ owner }}: Sie können ein Basismodell nicht löschen",
 	"{{modelName}} is thinking...": "{{modelName}} denkt nach...",
 	"{{user}}'s Chats": "{{user}}s Chats",
 	"{{webUIName}} Backend Required": "{{webUIName}}-Backend erforderlich",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Ein Aufgabenmodell wird verwendet, wenn Aufgaben wie das Generieren von Titeln für Chats und Websuchanfragen ausgeführt werden",
 	"a user": "ein Benutzer",
 	"About": "Über",
 	"Account": "Account",
 	"Accurate information": "Genaue Information",
 	"Add": "Hinzufügen",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "Hinzufügen einer Modell-ID",
+	"Add a short description about what this model does": "Fügen Sie eine kurze Beschreibung hinzu, was dieses Modell tut",
 	"Add a short title for this prompt": "Füge einen kurzen Titel für diesen Prompt hinzu",
 	"Add a tag": "benenne",
 	"Add custom prompt": "Eigenen Prompt hinzufügen",
@@ -31,7 +31,7 @@
 	"Admin Panel": "Admin Panel",
 	"Admin Settings": "Admin Einstellungen",
 	"Advanced Parameters": "Erweiterte Parameter",
-	"Advanced Params": "",
+	"Advanced Params": "Erweiterte Parameter",
 	"all": "Alle",
 	"All Documents": "Alle Dokumente",
 	"All Users": "Alle Benutzer",
@@ -48,7 +48,7 @@
 	"API keys": "API Schlüssel",
 	"April": "April",
 	"Archive": "Archivieren",
-	"Archive All Chats": "",
+	"Archive All Chats": "Alle Chats archivieren",
 	"Archived Chats": "Archivierte Chats",
 	"are allowed - Activate this command by typing": "sind erlaubt - Aktiviere diesen Befehl, indem du",
 	"Are you sure?": "Bist du sicher?",
@@ -63,14 +63,14 @@
 	"available!": "verfügbar!",
 	"Back": "Zurück",
 	"Bad Response": "Schlechte Antwort",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "Banner",
+	"Base Model (From)": "Basismodell (von)",
 	"before": "bereits geteilt",
 	"Being lazy": "Faul sein",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "API-Schlüssel für die Brave-Suche",
 	"Bypass SSL verification for Websites": "Bypass SSL-Verifizierung für Websites",
 	"Cancel": "Abbrechen",
-	"Capabilities": "",
+	"Capabilities": "Fähigkeiten",
 	"Change Password": "Passwort ändern",
 	"Chat": "Chat",
 	"Chat Bubble UI": "Chat Bubble UI",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "Klicke hier um Dokumente auszuwählen",
 	"click here.": "hier klicken.",
 	"Click on the user role button to change a user's role.": "Klicke auf die Benutzerrollenschaltfläche, um die Rolle eines Benutzers zu ändern.",
-	"Clone": "",
+	"Clone": "Klonen",
 	"Close": "Schließe",
 	"Collection": "Kollektion",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "ComfyUI Base URL",
 	"ComfyUI Base URL is required.": "ComfyUI Base URL wird benötigt.",
 	"Command": "Befehl",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "Gleichzeitige Anforderungen",
 	"Confirm Password": "Passwort bestätigen",
 	"Connections": "Verbindungen",
 	"Content": "Inhalt",
@@ -114,7 +114,7 @@
 	"Copy Link": "Link kopieren",
 	"Copying to clipboard was successful!": "Das Kopieren in die Zwischenablage war erfolgreich!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Erstelle einen prägnanten Satz mit 3-5 Wörtern als Überschrift für die folgende Abfrage. Halte dich dabei strikt an die 3-5-Wort-Grenze und vermeide die Verwendung des Wortes Titel:",
-	"Create a model": "",
+	"Create a model": "Erstellen eines Modells",
 	"Create Account": "Konto erstellen",
 	"Create new key": "Neuen Schlüssel erstellen",
 	"Create new secret key": "Neuen API Schlüssel erstellen",
@@ -123,7 +123,7 @@
 	"Current Model": "Aktuelles Modell",
 	"Current Password": "Aktuelles Passwort",
 	"Custom": "Benutzerdefiniert",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "Modelle für einen bestimmten Zweck anpassen",
 	"Dark": "Dunkel",
 	"Database": "Datenbank",
 	"December": "Dezember",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "Standard (Automatic1111)",
 	"Default (SentenceTransformers)": "Standard (SentenceTransformers)",
 	"Default (Web API)": "Standard (Web-API)",
-	"Default Model": "",
+	"Default Model": "Standardmodell",
 	"Default model updated": "Standardmodell aktualisiert",
 	"Default Prompt Suggestions": "Standard-Prompt-Vorschläge",
 	"Default User Role": "Standardbenutzerrolle",
 	"delete": "löschen",
 	"Delete": "Löschen",
 	"Delete a model": "Ein Modell löschen",
-	"Delete All Chats": "",
+	"Delete All Chats": "Alle Chats löschen",
 	"Delete chat": "Chat löschen",
 	"Delete Chat": "Chat löschen",
 	"delete this link": "diesen Link zu löschen",
 	"Delete User": "Benutzer löschen",
 	"Deleted {{deleteModelTag}}": "{{deleteModelTag}} gelöscht",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "Gelöscht {{name}}",
 	"Description": "Beschreibung",
 	"Didn't fully follow instructions": "Nicht genau den Answeisungen gefolgt",
 	"Disabled": "Deaktiviert",
-	"Discover a model": "",
+	"Discover a model": "Entdecken Sie ein Modell",
 	"Discover a prompt": "Einen Prompt entdecken",
 	"Discover, download, and explore custom prompts": "Benutzerdefinierte Prompts entdecken, herunterladen und erkunden",
 	"Discover, download, and explore model presets": "Modellvorgaben entdecken, herunterladen und erkunden",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "Embedding-Modell-Engine",
 	"Embedding model set to \"{{embedding_model}}\"": "Embedding-Modell auf \"{{embedding_model}}\" gesetzt",
 	"Enable Chat History": "Chat-Verlauf aktivieren",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "Community-Freigabe aktivieren",
 	"Enable New Sign Ups": "Neue Anmeldungen aktivieren",
-	"Enable Web Search": "",
+	"Enable Web Search": "Websuche aktivieren",
 	"Enabled": "Aktiviert",
 	"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.",
 	"Enter {{role}} message here": "Gib die {{role}} Nachricht hier ein",
 	"Enter a detail about yourself for your LLMs to recall": "Geben Sie einen Detail über sich selbst ein, um für Ihre LLMs zu erinnern",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Geben Sie den API-Schlüssel für die Brave-Suche ein",
 	"Enter Chunk Overlap": "Gib den Chunk Overlap ein",
 	"Enter Chunk Size": "Gib die Chunk Size ein",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Geben Sie die Github Raw-URL ein",
+	"Enter Google PSE API Key": "Geben Sie den Google PSE-API-Schlüssel ein",
+	"Enter Google PSE Engine Id": "Geben Sie die Google PSE-Engine-ID ein",
 	"Enter Image Size (e.g. 512x512)": "Gib die Bildgröße ein (z.B. 512x512)",
 	"Enter language codes": "Geben Sie die Sprachcodes ein",
 	"Enter model tag (e.g. {{modelTag}})": "Gib den Model-Tag ein",
 	"Enter Number of Steps (e.g. 50)": "Gib die Anzahl an Schritten ein (z.B. 50)",
 	"Enter Score": "Score eingeben",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Geben Sie die Searxng-Abfrage-URL ein",
+	"Enter Serper API Key": "Serper-API-Schlüssel eingeben",
+	"Enter Serpstack API Key": "Geben Sie den Serpstack-API-Schlüssel ein",
 	"Enter stop sequence": "Stop-Sequenz eingeben",
 	"Enter Top K": "Gib Top K ein",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "Gib die URL ein (z.B. http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "Gib deinen vollständigen Namen ein",
 	"Enter Your Password": "Gib dein Passwort ein",
 	"Enter Your Role": "Gebe deine Rolle ein",
-	"Error": "",
+	"Error": "Fehler",
 	"Experimental": "Experimentell",
-	"Export": "",
+	"Export": "Exportieren",
 	"Export All Chats (All Users)": "Alle Chats exportieren (alle Benutzer)",
 	"Export Chats": "Chats exportieren",
 	"Export Documents Mapping": "Dokumentenmapping exportieren",
-	"Export Models": "",
+	"Export Models": "Modelle exportieren",
 	"Export Prompts": "Prompts exportieren",
 	"Failed to create API Key.": "API Key erstellen fehlgeschlagen",
 	"Failed to read clipboard contents": "Fehler beim Lesen des Zwischenablageninhalts",
@@ -221,15 +221,15 @@
 	"Focus chat input": "Chat-Eingabe fokussieren",
 	"Followed instructions perfectly": "Anweisungen perfekt befolgt",
 	"Format your variables using square brackets like this:": "Formatiere deine Variablen mit eckigen Klammern wie folgt:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "Frequenz-Strafe",
 	"Full Screen Mode": "Vollbildmodus",
 	"General": "Allgemein",
 	"General Settings": "Allgemeine Einstellungen",
-	"Generating search query": "",
+	"Generating search query": "Suchanfrage generieren",
 	"Generation Info": "Generierungsinformationen",
 	"Good Response": "Gute Antwort",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Google PSE-API-Schlüssel",
+	"Google PSE Engine Id": "Google PSE-Engine-ID",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "hat keine Unterhaltungen.",
 	"Hello, {{name}}": "Hallo, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "Bilder",
 	"Import Chats": "Chats importieren",
 	"Import Documents Mapping": "Dokumentenmapping importieren",
-	"Import Models": "",
+	"Import Models": "Modelle importieren",
 	"Import Prompts": "Prompts importieren",
 	"Include `--api` flag when running stable-diffusion-webui": "Füge das `--api`-Flag hinzu, wenn du stable-diffusion-webui nutzt",
-	"Info": "",
+	"Info": "Info",
 	"Input commands": "Eingabebefehle",
-	"Install from Github URL": "",
+	"Install from Github URL": "Installieren Sie von der Github-URL",
 	"Interface": "Benutzeroberfläche",
 	"Invalid Tag": "Ungültiger Tag",
 	"January": "Januar",
 	"join our Discord for help.": "Trete unserem Discord bei, um Hilfe zu erhalten.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "JSON-Vorschau",
 	"July": "Juli",
 	"June": "Juni",
 	"JWT Expiration": "JWT-Ablauf",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "Formatiere deine Variablen mit:",
 	"Manage Models": "Modelle verwalten",
 	"Manage Ollama Models": "Ollama-Modelle verwalten",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "Verwalten von Pipelines",
 	"March": "März",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "Max. Token (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Es können maximal 3 Modelle gleichzeitig heruntergeladen werden. Bitte versuche es später erneut.",
 	"May": "Mai",
 	"Memories accessible by LLMs will be shown here.": "Memories, die von LLMs zugänglich sind, werden hier angezeigt.",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "Modell '{{modelName}}' wurde erfolgreich heruntergeladen.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Modell '{{modelTag}}' befindet sich bereits in der Warteschlange zum Herunterladen.",
 	"Model {{modelId}} not found": "Modell {{modelId}} nicht gefunden",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "Das Modell {{modelName}} ist nicht sehfähig",
+	"Model {{name}} is now {{status}}": "Modell {{name}} ist jetzt {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Modell-Dateisystempfad erkannt. Modellkurzname ist für das Update erforderlich, Fortsetzung nicht möglich.",
-	"Model ID": "",
+	"Model ID": "Modell-ID",
 	"Model not selected": "Modell nicht ausgewählt",
-	"Model Params": "",
+	"Model Params": "Modell-Params",
 	"Model Whitelisting": "Modell-Whitelisting",
 	"Model(s) Whitelisted": "Modell(e) auf der Whitelist",
 	"Modelfile Content": "Modelfile Content",
@@ -301,25 +301,25 @@
 	"More": "Mehr",
 	"Name": "Name",
 	"Name Tag": "Namens-Tag",
-	"Name your model": "",
+	"Name your model": "Benennen Sie Ihr Modell",
 	"New Chat": "Neuer Chat",
 	"New Password": "Neues Passwort",
 	"No results found": "Keine Ergebnisse gefunden",
-	"No search query generated": "",
+	"No search query generated": "Keine Suchanfrage generiert",
 	"No source available": "Keine Quelle verfügbar.",
-	"None": "",
+	"None": "Nichts",
 	"Not factually correct": "Nicht sachlich korrekt.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Hinweis: Wenn du einen Mindestscore festlegst, wird die Suche nur Dokumente zurückgeben, deren Score größer oder gleich dem Mindestscore ist.",
 	"Notifications": "Desktop-Benachrichtigungen",
 	"November": "November",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Ollama)",
 	"October": "Oktober",
 	"Off": "Aus",
 	"Okay, Let's Go!": "Okay, los geht's!",
 	"OLED Dark": "OLED Dunkel",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama-API",
+	"Ollama API disabled": "Ollama-API deaktiviert",
 	"Ollama Version": "Ollama-Version",
 	"On": "Ein",
 	"Only": "Nur",
@@ -344,8 +344,8 @@
 	"pending": "ausstehend",
 	"Permission denied when accessing microphone: {{error}}": "Zugriff auf das Mikrofon verweigert: {{error}}",
 	"Personalization": "Personalisierung",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "Pipelines",
+	"Pipelines Valves": "Rohrleitungen Ventile",
 	"Plain text (.txt)": "Nur Text (.txt)",
 	"Playground": "Testumgebung",
 	"Positive attitude": "Positive Einstellung",
@@ -390,32 +390,32 @@
 	"Scan for documents from {{path}}": "Dokumente von {{path}} scannen",
 	"Search": "Suchen",
 	"Search a model": "Nach einem Modell suchen",
-	"Search Chats": "",
+	"Search Chats": "Chats durchsuchen",
 	"Search Documents": "Dokumente suchen",
-	"Search Models": "",
+	"Search Models": "Modelle suchen",
 	"Search Prompts": "Prompts suchen",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "Anzahl der Suchergebnisse",
+	"Searched {{count}} sites_one": "Gesucht {{count}} sites_one",
+	"Searched {{count}} sites_other": "Gesucht {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "Suche im Web nach '{{searchQuery}}'",
+	"Searxng Query URL": "Searxng-Abfrage-URL",
 	"See readme.md for instructions": "Anleitung in readme.md anzeigen",
 	"See what's new": "Was gibt's Neues",
 	"Seed": "Seed",
-	"Select a base model": "",
+	"Select a base model": "Wählen Sie ein Basismodell",
 	"Select a mode": "Einen Modus auswählen",
 	"Select a model": "Ein Modell auswählen",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "Wählen Sie eine Pipeline aus",
+	"Select a pipeline url": "Auswählen einer Pipeline-URL",
 	"Select an Ollama instance": "Eine Ollama Instanz auswählen",
 	"Select model": "Modell auswählen",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "Ausgewählte Modelle unterstützen keine Bildeingaben",
 	"Send": "Senden",
 	"Send a Message": "Eine Nachricht senden",
 	"Send message": "Nachricht senden",
 	"September": "September",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Serper-API-Schlüssel",
+	"Serpstack API Key": "Serpstack-API-Schlüssel",
 	"Server connection verified": "Serververbindung überprüft",
 	"Set as default": "Als Standard festlegen",
 	"Set Default Model": "Standardmodell festlegen",
@@ -424,7 +424,7 @@
 	"Set Model": "Modell festlegen",
 	"Set reranking model (e.g. {{model}})": "Rerankingmodell festlegen (z.B. {{model}})",
 	"Set Steps": "Schritte festlegen",
-	"Set Task Model": "",
+	"Set Task Model": "Aufgabenmodell festlegen",
 	"Set Voice": "Stimme festlegen",
 	"Settings": "Einstellungen",
 	"Settings saved successfully!": "Einstellungen erfolgreich gespeichert!",
@@ -483,21 +483,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "Probleme beim Zugriff auf Ollama?",
 	"TTS Settings": "TTS-Einstellungen",
-	"Type": "",
+	"Type": "Art",
 	"Type Hugging Face Resolve (Download) URL": "Gib die Hugging Face Resolve (Download) URL ein",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "Ups! Es gab ein Problem bei der Verbindung mit {{provider}}.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Unbekannter Dateityp '{{file_type}}', wird jedoch akzeptiert und als einfacher Text behandelt.",
 	"Update and Copy Link": "Erneuern und kopieren",
 	"Update password": "Passwort aktualisieren",
 	"Upload a GGUF model": "GGUF Model hochladen",
-	"Upload Files": "",
+	"Upload Files": "Dateien hochladen",
 	"Upload Progress": "Upload Progress",
 	"URL Mode": "URL Modus",
 	"Use '#' in the prompt input to load and select your documents.": "Verwende '#' in der Prompt-Eingabe, um deine Dokumente zu laden und auszuwählen.",
 	"Use Gravatar": "Gravatar verwenden",
 	"Use Initials": "Initialen verwenden",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (Ollama)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "Benutzer",
 	"User Permissions": "Benutzerberechtigungen",
 	"Users": "Benutzer",
@@ -506,13 +506,13 @@
 	"variable": "Variable",
 	"variable to have them replaced with clipboard content.": "Variable, um den Inhalt der Zwischenablage beim Nutzen des Prompts zu ersetzen.",
 	"Version": "Version",
-	"Warning": "",
+	"Warning": "Warnung",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Warnung: Wenn du dein Einbettungsmodell aktualisierst oder änderst, musst du alle Dokumente erneut importieren.",
 	"Web": "Web",
 	"Web Loader Settings": "Web Loader Einstellungen",
 	"Web Params": "Web Parameter",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "Websuche",
+	"Web Search Engine": "Web-Suchmaschine",
 	"Webhook URL": "Webhook URL",
 	"WebUI Add-ons": "WebUI-Add-Ons",
 	"WebUI Settings": "WebUI-Einstellungen",
@@ -525,7 +525,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Schreibe eine kurze Zusammenfassung in 50 Wörtern, die [Thema oder Schlüsselwort] zusammenfasst.",
 	"Yesterday": "Gestern",
 	"You": "Du",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "Sie können ein Basismodell nicht klonen",
 	"You have no archived conversations.": "Du hast keine archivierten Unterhaltungen.",
 	"You have shared this chat": "Du hast diesen Chat",
 	"You're a helpful assistant.": "Du bist ein hilfreicher Assistent.",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api`)": "(p.ej. `sh webui.sh --api`)",
 	"(latest)": "(latest)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ modelos }}",
+	"{{ owner }}: You cannot delete a base model": "{{ owner }}: No se puede eliminar un modelo base",
 	"{{modelName}} is thinking...": "{{modelName}} está pensando...",
 	"{{user}}'s Chats": "{{user}}'s Chats",
 	"{{webUIName}} Backend Required": "{{webUIName}} Servidor Requerido",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"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",
 	"Account": "Cuenta",
 	"Accurate information": "Información precisa",
 	"Add": "Agregar",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "Adición de un identificador de modelo",
+	"Add a short description about what this model does": "Agregue una breve descripción sobre lo que hace este modelo",
 	"Add a short title for this prompt": "Agregue un título corto para este Prompt",
 	"Add a tag": "Agregar una etiqueta",
 	"Add custom prompt": "Agregar un prompt personalizado",
@@ -31,7 +31,7 @@
 	"Admin Panel": "Panel de Administración",
 	"Admin Settings": "Configuración de Administrador",
 	"Advanced Parameters": "Parámetros Avanzados",
-	"Advanced Params": "",
+	"Advanced Params": "Parámetros avanzados",
 	"all": "todo",
 	"All Documents": "Todos los Documentos",
 	"All Users": "Todos los Usuarios",
@@ -48,7 +48,7 @@
 	"API keys": "Claves de la API",
 	"April": "Abril",
 	"Archive": "Archivar",
-	"Archive All Chats": "",
+	"Archive All Chats": "Archivar todos los chats",
 	"Archived Chats": "Chats archivados",
 	"are allowed - Activate this command by typing": "están permitidos - Active este comando escribiendo",
 	"Are you sure?": "¿Está seguro?",
@@ -63,14 +63,14 @@
 	"available!": "¡disponible!",
 	"Back": "Volver",
 	"Bad Response": "Respuesta incorrecta",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "Banners",
+	"Base Model (From)": "Modelo base (desde)",
 	"before": "antes",
 	"Being lazy": "Ser perezoso",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Clave de API de Brave Search",
 	"Bypass SSL verification for Websites": "Desactivar la verificación SSL para sitios web",
 	"Cancel": "Cancelar",
-	"Capabilities": "",
+	"Capabilities": "Capacidades",
 	"Change Password": "Cambia la Contraseña",
 	"Chat": "Chat",
 	"Chat Bubble UI": "Burbuja de chat UI",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "Presiona aquí para seleccionar documentos",
 	"click here.": "Presiona aquí.",
 	"Click on the user role button to change a user's role.": "Presiona en el botón de roles del usuario para cambiar su rol.",
-	"Clone": "",
+	"Clone": "Clon",
 	"Close": "Cerrar",
 	"Collection": "Colección",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "ComfyUI Base URL",
 	"ComfyUI Base URL is required.": "ComfyUI Base URL es requerido.",
 	"Command": "Comando",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "Solicitudes simultáneas",
 	"Confirm Password": "Confirmar Contraseña",
 	"Connections": "Conexiones",
 	"Content": "Contenido",
@@ -114,7 +114,7 @@
 	"Copy Link": "Copiar enlace",
 	"Copying to clipboard was successful!": "¡La copia al portapapeles se ha realizado correctamente!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Cree una frase concisa de 3 a 5 palabras como encabezado para la siguiente consulta, respetando estrictamente el límite de 3 a 5 palabras y evitando el uso de la palabra 'título':",
-	"Create a model": "",
+	"Create a model": "Crear un modelo",
 	"Create Account": "Crear una cuenta",
 	"Create new key": "Crear una nueva clave",
 	"Create new secret key": "Crear una nueva clave secreta",
@@ -123,7 +123,7 @@
 	"Current Model": "Modelo Actual",
 	"Current Password": "Contraseña Actual",
 	"Custom": "Personalizado",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "Personalizar modelos para un propósito específico",
 	"Dark": "Oscuro",
 	"Database": "Base de datos",
 	"December": "Diciembre",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "Por defecto (Automatic1111)",
 	"Default (SentenceTransformers)": "Por defecto (SentenceTransformers)",
 	"Default (Web API)": "Por defecto (Web API)",
-	"Default Model": "",
+	"Default Model": "Modelo predeterminado",
 	"Default model updated": "El modelo por defecto ha sido actualizado",
 	"Default Prompt Suggestions": "Sugerencias de mensajes por defecto",
 	"Default User Role": "Rol por defecto para usuarios",
 	"delete": "borrar",
 	"Delete": "Borrar",
 	"Delete a model": "Borra un modelo",
-	"Delete All Chats": "",
+	"Delete All Chats": "Eliminar todos los chats",
 	"Delete chat": "Borrar chat",
 	"Delete Chat": "Borrar Chat",
 	"delete this link": "Borrar este enlace",
 	"Delete User": "Borrar Usuario",
 	"Deleted {{deleteModelTag}}": "Se borró {{deleteModelTag}}",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "Eliminado {{nombre}}",
 	"Description": "Descripción",
 	"Didn't fully follow instructions": "No siguió las instrucciones",
 	"Disabled": "Desactivado",
-	"Discover a model": "",
+	"Discover a model": "Descubrir un modelo",
 	"Discover a prompt": "Descubre un Prompt",
 	"Discover, download, and explore custom prompts": "Descubre, descarga, y explora Prompts personalizados",
 	"Discover, download, and explore model presets": "Descubre, descarga y explora ajustes preestablecidos de modelos",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "Motor de Modelo de Embedding",
 	"Embedding model set to \"{{embedding_model}}\"": "Modelo de Embedding configurado a \"{{embedding_model}}\"",
 	"Enable Chat History": "Activa el Historial de Chat",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "Habilitar el uso compartido de la comunidad",
 	"Enable New Sign Ups": "Habilitar Nuevos Registros",
-	"Enable Web Search": "",
+	"Enable Web Search": "Habilitar la búsqueda web",
 	"Enabled": "Activado",
 	"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.",
 	"Enter {{role}} message here": "Ingrese el mensaje {{role}} aquí",
 	"Enter a detail about yourself for your LLMs to recall": "Ingrese un detalle sobre usted para que sus LLMs recuerden",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Ingresa la clave de API de Brave Search",
 	"Enter Chunk Overlap": "Ingresar superposición de fragmentos",
 	"Enter Chunk Size": "Ingrese el tamaño del fragmento",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Ingresa la URL sin procesar de Github",
+	"Enter Google PSE API Key": "Ingrese la clave API de Google PSE",
+	"Enter Google PSE Engine Id": "Introduzca el ID del motor PSE de Google",
 	"Enter Image Size (e.g. 512x512)": "Ingrese el tamaño de la imagen (p.ej. 512x512)",
 	"Enter language codes": "Ingrese códigos de idioma",
 	"Enter model tag (e.g. {{modelTag}})": "Ingrese la etiqueta del modelo (p.ej. {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "Ingrese el número de pasos (p.ej., 50)",
 	"Enter Score": "Ingrese la puntuación",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Introduzca la URL de consulta de Searxng",
+	"Enter Serper API Key": "Ingrese la clave API de Serper",
+	"Enter Serpstack API Key": "Ingrese la clave API de Serpstack",
 	"Enter stop sequence": "Ingrese la secuencia de parada",
 	"Enter Top K": "Ingrese el Top K",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "Ingrese la URL (p.ej., http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "Ingrese su nombre completo",
 	"Enter Your Password": "Ingrese su contraseña",
 	"Enter Your Role": "Ingrese su rol",
-	"Error": "",
+	"Error": "Error",
 	"Experimental": "Experimental",
-	"Export": "",
+	"Export": "Exportar",
 	"Export All Chats (All Users)": "Exportar todos los chats (Todos los usuarios)",
 	"Export Chats": "Exportar Chats",
 	"Export Documents Mapping": "Exportar el mapeo de documentos",
-	"Export Models": "",
+	"Export Models": "Modelos de exportación",
 	"Export Prompts": "Exportar Prompts",
 	"Failed to create API Key.": "No se pudo crear la clave API.",
 	"Failed to read clipboard contents": "No se pudo leer el contenido del portapapeles",
@@ -221,15 +221,15 @@
 	"Focus chat input": "Enfoca la entrada del chat",
 	"Followed instructions perfectly": "Siguió las instrucciones perfectamente",
 	"Format your variables using square brackets like this:": "Formatea tus variables usando corchetes de la siguiente manera:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "Penalización de frecuencia",
 	"Full Screen Mode": "Modo de Pantalla Completa",
 	"General": "General",
 	"General Settings": "Opciones Generales",
-	"Generating search query": "",
+	"Generating search query": "Generación de consultas de búsqueda",
 	"Generation Info": "Información de Generación",
 	"Good Response": "Buena Respuesta",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Clave API de Google PSE",
+	"Google PSE Engine Id": "ID del motor PSE de Google",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "no tiene conversaciones.",
 	"Hello, {{name}}": "Hola, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "Imágenes",
 	"Import Chats": "Importar chats",
 	"Import Documents Mapping": "Importar Mapeo de Documentos",
-	"Import Models": "",
+	"Import Models": "Importar modelos",
 	"Import Prompts": "Importar Prompts",
 	"Include `--api` flag when running stable-diffusion-webui": "Incluir el indicador `--api` al ejecutar stable-diffusion-webui",
-	"Info": "",
+	"Info": "Información",
 	"Input commands": "Ingresar comandos",
-	"Install from Github URL": "",
+	"Install from Github URL": "Instalar desde la URL de Github",
 	"Interface": "Interfaz",
 	"Invalid Tag": "Etiqueta Inválida",
 	"January": "Enero",
 	"join our Discord for help.": "Únase a nuestro Discord para obtener ayuda.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "Vista previa de JSON",
 	"July": "Julio",
 	"June": "Junio",
 	"JWT Expiration": "Expiración del JWT",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "Asegúrese de adjuntarlos con",
 	"Manage Models": "Administrar Modelos",
 	"Manage Ollama Models": "Administrar Modelos Ollama",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "Administrar canalizaciones",
 	"March": "Marzo",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "Máximo de fichas (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Se pueden descargar un máximo de 3 modelos simultáneamente. Por favor, inténtelo de nuevo más tarde.",
 	"May": "Mayo",
 	"Memories accessible by LLMs will be shown here.": "Las memorias accesibles por los LLMs se mostrarán aquí.",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "El modelo '{{modelName}}' se ha descargado correctamente.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "El modelo '{{modelTag}}' ya está en cola para descargar.",
 	"Model {{modelId}} not found": "El modelo {{modelId}} no fue encontrado",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "El modelo {{modelName}} no es capaz de ver",
+	"Model {{name}} is now {{status}}": "El modelo {{name}} ahora es {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Se detectó la ruta del sistema de archivos del modelo. Se requiere el nombre corto del modelo para la actualización, no se puede continuar.",
-	"Model ID": "",
+	"Model ID": "ID del modelo",
 	"Model not selected": "Modelo no seleccionado",
-	"Model Params": "",
+	"Model Params": "Parámetros del modelo",
 	"Model Whitelisting": "Listado de Modelos habilitados",
 	"Model(s) Whitelisted": "Modelo(s) habilitados",
 	"Modelfile Content": "Contenido del Modelfile",
@@ -301,25 +301,25 @@
 	"More": "Más",
 	"Name": "Nombre",
 	"Name Tag": "Nombre de etiqueta",
-	"Name your model": "",
+	"Name your model": "Asigne un nombre a su modelo",
 	"New Chat": "Nuevo Chat",
 	"New Password": "Nueva Contraseña",
 	"No results found": "No se han encontrado resultados",
-	"No search query generated": "",
+	"No search query generated": "No se ha generado ninguna consulta de búsqueda",
 	"No source available": "No hay fuente disponible",
-	"None": "",
+	"None": "Ninguno",
 	"Not factually correct": "No es correcto en todos los aspectos",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si estableces una puntuación mínima, la búsqueda sólo devolverá documentos con una puntuación mayor o igual a la puntuación mínima.",
 	"Notifications": "Notificaciones",
 	"November": "Noviembre",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Ollama)",
 	"October": "Octubre",
 	"Off": "Desactivado",
 	"Okay, Let's Go!": "Bien, ¡Vamos!",
 	"OLED Dark": "OLED oscuro",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "API de Ollama deshabilitada",
 	"Ollama Version": "Versión de Ollama",
 	"On": "Activado",
 	"Only": "Solamente",
@@ -344,8 +344,8 @@
 	"pending": "pendiente",
 	"Permission denied when accessing microphone: {{error}}": "Permiso denegado al acceder al micrófono: {{error}}",
 	"Personalization": "Personalización",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "Tuberías",
+	"Pipelines Valves": "Tuberías Válvulas",
 	"Plain text (.txt)": "Texto plano (.txt)",
 	"Playground": "Patio de juegos",
 	"Positive attitude": "Actitud positiva",
@@ -390,33 +390,33 @@
 	"Scan for documents from {{path}}": "Escanear en busca de documentos desde {{path}}",
 	"Search": "Buscar",
 	"Search a model": "Buscar un modelo",
-	"Search Chats": "",
+	"Search Chats": "Chats de búsqueda",
 	"Search Documents": "Buscar Documentos",
-	"Search Models": "",
+	"Search Models": "Modelos de búsqueda",
 	"Search Prompts": "Buscar Prompts",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_many": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "Recuento de resultados de búsqueda",
+	"Searched {{count}} sites_one": "Buscado {{count}} sites_one",
+	"Searched {{count}} sites_many": "Buscado {{count}} sites_many",
+	"Searched {{count}} sites_other": "Buscó {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "Buscando en la web '{{searchQuery}}'",
+	"Searxng Query URL": "Searxng URL de consulta",
 	"See readme.md for instructions": "Vea el readme.md para instrucciones",
 	"See what's new": "Ver las novedades",
 	"Seed": "Seed",
-	"Select a base model": "",
+	"Select a base model": "Seleccionar un modelo base",
 	"Select a mode": "Selecciona un modo",
 	"Select a model": "Selecciona un modelo",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "Selección de una canalización",
+	"Select a pipeline url": "Selección de una dirección URL de canalización",
 	"Select an Ollama instance": "Seleccione una instancia de Ollama",
 	"Select model": "Selecciona un modelo",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "Los modelos seleccionados no admiten entradas de imagen",
 	"Send": "Enviar",
 	"Send a Message": "Enviar un Mensaje",
 	"Send message": "Enviar Mensaje",
 	"September": "Septiembre",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Clave API de Serper",
+	"Serpstack API Key": "Clave API de Serpstack",
 	"Server connection verified": "Conexión del servidor verificada",
 	"Set as default": "Establecer por defecto",
 	"Set Default Model": "Establecer modelo predeterminado",
@@ -425,7 +425,7 @@
 	"Set Model": "Establecer el modelo",
 	"Set reranking model (e.g. {{model}})": "Establecer modelo de reranking (ej. {{model}})",
 	"Set Steps": "Establecer Pasos",
-	"Set Task Model": "",
+	"Set Task Model": "Establecer modelo de tarea",
 	"Set Voice": "Establecer la voz",
 	"Settings": "Configuración",
 	"Settings saved successfully!": "¡Configuración guardada exitosamente!",
@@ -484,21 +484,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "¿Problemas para acceder a Ollama?",
 	"TTS Settings": "Configuración de TTS",
-	"Type": "",
+	"Type": "Tipo",
 	"Type Hugging Face Resolve (Download) URL": "Escriba la URL (Descarga) de Hugging Face Resolve",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "¡Uh oh! Hubo un problema al conectarse a {{provider}}.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Tipo de archivo desconocido '{{file_type}}', pero se acepta y se trata como texto sin formato",
 	"Update and Copy Link": "Actualizar y copiar enlace",
 	"Update password": "Actualizar contraseña",
 	"Upload a GGUF model": "Subir un modelo GGUF",
-	"Upload Files": "",
+	"Upload Files": "Subir archivos",
 	"Upload Progress": "Progreso de carga",
 	"URL Mode": "Modo de URL",
 	"Use '#' in the prompt input to load and select your documents.": "Utilice '#' en el prompt para cargar y seleccionar sus documentos.",
 	"Use Gravatar": "Usar Gravatar",
 	"Use Initials": "Usar Iniciales",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (Ollama)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "usuario",
 	"User Permissions": "Permisos de usuario",
 	"Users": "Usuarios",
@@ -507,13 +507,13 @@
 	"variable": "variable",
 	"variable to have them replaced with clipboard content.": "variable para reemplazarlos con el contenido del portapapeles.",
 	"Version": "Versión",
-	"Warning": "",
+	"Warning": "Advertencia",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Advertencia: Si actualiza o cambia su modelo de inserción, necesitará volver a importar todos los documentos.",
 	"Web": "Web",
 	"Web Loader Settings": "Web Loader Settings",
 	"Web Params": "Web Params",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "Búsqueda en la Web",
+	"Web Search Engine": "Motor de búsqueda web",
 	"Webhook URL": "Webhook URL",
 	"WebUI Add-ons": "WebUI Add-ons",
 	"WebUI Settings": "Configuración del WebUI",
@@ -526,7 +526,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Escribe un resumen en 50 palabras que resuma [tema o palabra clave].",
 	"Yesterday": "Ayer",
 	"You": "Usted",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "No se puede clonar un modelo base",
 	"You have no archived conversations.": "No tiene conversaciones archivadas.",
 	"You have shared this chat": "Usted ha compartido esta conversación",
 	"You're a helpful assistant.": "Usted es un asistente útil.",

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

@@ -3,35 +3,35 @@
 	"(Beta)": "(بتا)",
 	"(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)",
 	"(latest)": "(آخرین)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ مدل }}",
+	"{{ owner }}: You cannot delete a base model": "{{ مالک }}: شما نمیتوانید یک مدل پایه را حذف کنید",
 	"{{modelName}} is thinking...": "{{modelName}} در حال فکر کردن است...",
 	"{{user}}'s Chats": "{{user}} چت ها",
 	"{{webUIName}} Backend Required": "بکند {{webUIName}} نیاز است.",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"A task model is used when performing tasks such as generating titles for chats and web search queries": "یک مدل وظیفه هنگام انجام وظایف مانند تولید عناوین برای چت ها و نمایش های جستجوی وب استفاده می شود.",
 	"a user": "یک کاربر",
 	"About": "درباره",
 	"Account": "حساب کاربری",
 	"Accurate information": "اطلاعات دقیق",
 	"Add": "اضافه کردن",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "افزودن شناسه مدل",
+	"Add a short description about what this model does": "اضافه کردن توضیحات کوتاه در مورد انچه که این مدل انجام می دهد",
 	"Add a short title for this prompt": "یک عنوان کوتاه برای این درخواست اضافه کنید",
 	"Add a tag": "اضافه کردن یک تگ",
 	"Add custom prompt": "اضافه کردن یک درخواست سفارشی",
 	"Add Docs": "اضافه کردن اسناد",
-	"Add Files": "اضافه کردن فایل\u200cها",
+	"Add Files": "اضافه کردن فایلها",
 	"Add Memory": "اضافه کردن یادگیری",
 	"Add message": "اضافه کردن پیغام",
 	"Add Model": "اضافه کردن مدل",
-	"Add Tags": "اضافه کردن تگ\u200cها",
+	"Add Tags": "اضافه کردن تگها",
 	"Add User": "اضافه کردن کاربر",
 	"Adjusting these settings will apply changes universally to all users.": "با تنظیم این تنظیمات، تغییرات به طور کلی برای همه کاربران اعمال می شود.",
 	"admin": "مدیر",
 	"Admin Panel": "پنل مدیریت",
 	"Admin Settings": "تنظیمات مدیریت",
 	"Advanced Parameters": "پارامترهای پیشرفته",
-	"Advanced Params": "",
+	"Advanced Params": "پارام های پیشرفته",
 	"all": "همه",
 	"All Documents": "تمام سند ها",
 	"All Users": "همه کاربران",
@@ -48,7 +48,7 @@
 	"API keys": "API keys",
 	"April": "ژوئن",
 	"Archive": "آرشیو",
-	"Archive All Chats": "",
+	"Archive All Chats": "بایگانی همه گفتگوها",
 	"Archived Chats": "آرشیو تاریخچه چت",
 	"are allowed - Activate this command by typing": "مجاز هستند - این دستور را با تایپ کردن این فعال کنید:",
 	"Are you sure?": "آیا مطمئن هستید؟",
@@ -63,24 +63,24 @@
 	"available!": "در دسترس!",
 	"Back": "بازگشت",
 	"Bad Response": "پاسخ خوب نیست",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "بنر",
+	"Base Model (From)": "مدل پایه (از)",
 	"before": "قبل",
 	"Being lazy": "حالت سازنده",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "کلید API جستجوی شجاع",
 	"Bypass SSL verification for Websites": "عبور از تأیید SSL برای وب سایت ها",
 	"Cancel": "لغو",
-	"Capabilities": "",
+	"Capabilities": "قابلیت",
 	"Change Password": "تغییر رمز عبور",
 	"Chat": "گپ",
-	"Chat Bubble UI": "UI\u200cی\u200c گفتگو\u200c",
-	"Chat direction": "جهت\u200cگفتگو",
-	"Chat History": "تاریخچه\u200cی گفتگو",
+	"Chat Bubble UI": "UI‌ی‌ گفتگو‌",
+	"Chat direction": "جهتگفتگو",
+	"Chat History": "تاریخچهی گفتگو",
 	"Chat History is off for this browser.": "سابقه گپ برای این مرورگر خاموش است.",
-	"Chats": "گپ\u200cها",
+	"Chats": "گپها",
 	"Check Again": "چک مجدد",
-	"Check for updates": "بررسی به\u200cروزرسانی",
-	"Checking for updates...": "در حال بررسی برای به\u200cروزرسانی..",
+	"Check for updates": "بررسی بهروزرسانی",
+	"Checking for updates...": "در حال بررسی برای بهروزرسانی..",
 	"Choose a model before saving...": "قبل از ذخیره یک مدل را انتخاب کنید...",
 	"Chunk Overlap": "همپوشانی تکه",
 	"Chunk Params": "پارامترهای تکه",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "برای انتخاب اسناد اینجا را کلیک کنید.",
 	"click here.": "اینجا کلیک کنید.",
 	"Click on the user role button to change a user's role.": "برای تغییر نقش کاربر، روی دکمه نقش کاربر کلیک کنید.",
-	"Clone": "",
+	"Clone": "کلون",
 	"Close": "بسته",
 	"Collection": "مجموعه",
 	"ComfyUI": "کومیوآی",
 	"ComfyUI Base URL": "URL پایه کومیوآی",
 	"ComfyUI Base URL is required.": "URL پایه کومیوآی الزامی است.",
 	"Command": "دستور",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "درخواست های همزمان",
 	"Confirm Password": "تایید رمز عبور",
 	"Connections": "ارتباطات",
 	"Content": "محتوا",
@@ -114,7 +114,7 @@
 	"Copy Link": "کپی لینک",
 	"Copying to clipboard was successful!": "کپی کردن در کلیپ بورد با موفقیت انجام شد!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "یک عبارت مختصر و ۳ تا ۵ کلمه ای را به عنوان سرفصل برای پرس و جو زیر ایجاد کنید، به شدت محدودیت ۳-۵ کلمه را رعایت کنید و از استفاده از کلمه 'عنوان' خودداری کنید:",
-	"Create a model": "",
+	"Create a model": "ایجاد یک مدل",
 	"Create Account": "ساخت حساب کاربری",
 	"Create new key": "ساخت کلید جدید",
 	"Create new secret key": "ساخت کلید gehez جدید",
@@ -123,7 +123,7 @@
 	"Current Model": "مدل فعلی",
 	"Current Password": "رمز عبور فعلی",
 	"Custom": "دلخواه",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "سفارشی کردن مدل ها برای یک هدف خاص",
 	"Dark": "تیره",
 	"Database": "پایگاه داده",
 	"December": "دسامبر",
@@ -131,26 +131,26 @@
 	"Default (Automatic1111)": "پیشفرض (Automatic1111)",
 	"Default (SentenceTransformers)": "پیشفرض (SentenceTransformers)",
 	"Default (Web API)": "پیشفرض (Web API)",
-	"Default Model": "",
-	"Default model updated": "مدل پیشفرض به\u200cروزرسانی شد",
+	"Default Model": "مدل پیشفرض",
+	"Default model updated": "مدل پیشفرض بهروزرسانی شد",
 	"Default Prompt Suggestions": "پیشنهادات پرامپت پیش فرض",
 	"Default User Role": "نقش کاربر پیش فرض",
 	"delete": "حذف",
 	"Delete": "حذف",
 	"Delete a model": "حذف یک مدل",
-	"Delete All Chats": "",
+	"Delete All Chats": "حذف همه گفتگوها",
 	"Delete chat": "حذف گپ",
 	"Delete Chat": "حذف گپ",
 	"delete this link": "حذف این لینک",
 	"Delete User": "حذف کاربر",
 	"Deleted {{deleteModelTag}}": "{{deleteModelTag}} پاک شد",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "حذف شده {{name}}",
 	"Description": "توضیحات",
 	"Didn't fully follow instructions": "نمی تواند دستورالعمل را کامل پیگیری کند",
 	"Disabled": "غیرفعال",
-	"Discover a model": "",
+	"Discover a model": "کشف یک مدل",
 	"Discover a prompt": "یک اعلان را کشف کنید",
-	"Discover, download, and explore custom prompts": "پرامپت\u200cهای سفارشی را کشف، دانلود و کاوش کنید",
+	"Discover, download, and explore custom prompts": "پرامپتهای سفارشی را کشف، دانلود و کاوش کنید",
 	"Discover, download, and explore model presets": "پیش تنظیمات مدل را کشف، دانلود و کاوش کنید",
 	"Display the username instead of You in the Chat": "نمایش نام کاربری به جای «شما» در چت",
 	"Document": "سند",
@@ -164,7 +164,7 @@
 	"Download canceled": "دانلود لغو شد",
 	"Download Database": "دانلود پایگاه داده",
 	"Drop any files here to add to the conversation": "هر فایلی را اینجا رها کنید تا به مکالمه اضافه شود",
-	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "به طور مثال '30s','10m'. واحد\u200cهای زمانی معتبر 's', 'm', 'h' هستند.",
+	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "به طور مثال '30s','10m'. واحدهای زمانی معتبر 's', 'm', 'h' هستند.",
 	"Edit": "ویرایش",
 	"Edit Doc": "ویرایش سند",
 	"Edit User": "ویرایش کاربر",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "محرک مدل پیدائش",
 	"Embedding model set to \"{{embedding_model}}\"": "مدل پیدائش را به \"{{embedding_model}}\" تنظیم کنید",
 	"Enable Chat History": "تاریخچه چت را فعال کنید",
-	"Enable Community Sharing": "",
-	"Enable New Sign Ups": "فعال کردن ثبت نام\u200cهای جدید",
-	"Enable Web Search": "",
+	"Enable Community Sharing": "فعالسازی اشتراک انجمن",
+	"Enable New Sign Ups": "فعال کردن ثبت نامهای جدید",
+	"Enable Web Search": "فعالسازی جستجوی وب",
 	"Enabled": "فعال",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "اطمینان حاصل کنید که فایل CSV شما شامل چهار ستون در این ترتیب است: نام، ایمیل، رمز عبور، نقش.",
 	"Enter {{role}} message here": "پیام {{role}} را اینجا وارد کنید",
 	"Enter a detail about yourself for your LLMs to recall": "برای ذخیره سازی اطلاعات خود، یک توضیح کوتاه درباره خود را وارد کنید",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "کلید API جستجوی شجاع را وارد کنید",
 	"Enter Chunk Overlap": "مقدار Chunk Overlap را وارد کنید",
 	"Enter Chunk Size": "مقدار Chunk Size را وارد کنید",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "ادرس Github Raw را وارد کنید",
+	"Enter Google PSE API Key": "کلید API گوگل PSE را وارد کنید",
+	"Enter Google PSE Engine Id": "شناسه موتور PSE گوگل را وارد کنید",
 	"Enter Image Size (e.g. 512x512)": "اندازه تصویر را وارد کنید (مثال: 512x512)",
 	"Enter language codes": "کد زبان را وارد کنید",
 	"Enter model tag (e.g. {{modelTag}})": "تگ مدل را وارد کنید (مثلا {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "تعداد گام ها را وارد کنید (مثال: 50)",
 	"Enter Score": "امتیاز را وارد کنید",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "نشانی وب پرسوجوی Searxng را وارد کنید",
+	"Enter Serper API Key": "کلید API Serper را وارد کنید",
+	"Enter Serpstack API Key": "کلید API Serpstack را وارد کنید",
 	"Enter stop sequence": "توالی توقف را وارد کنید",
 	"Enter Top K": "مقدار Top K را وارد کنید",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "مقدار URL را وارد کنید (مثال http://127.0.0.1:7860/)",
@@ -202,14 +202,14 @@
 	"Enter Your Full Name": "نام کامل خود را وارد کنید",
 	"Enter Your Password": "رمز عبور خود را وارد کنید",
 	"Enter Your Role": "نقش خود را وارد کنید",
-	"Error": "",
+	"Error": "خطا",
 	"Experimental": "آزمایشی",
-	"Export": "",
-	"Export All Chats (All Users)": "اکسپورت از همه گپ\u200cها(همه کاربران)",
-	"Export Chats": "اکسپورت از گپ\u200cها",
+	"Export": "صادرات",
+	"Export All Chats (All Users)": "اکسپورت از همه گپها(همه کاربران)",
+	"Export Chats": "اکسپورت از گپها",
 	"Export Documents Mapping": "اکسپورت از نگاشت اسناد",
-	"Export Models": "",
-	"Export Prompts": "اکسپورت از پرامپت\u200cها",
+	"Export Models": "مدل های صادرات",
+	"Export Prompts": "اکسپورت از پرامپتها",
 	"Failed to create API Key.": "ایجاد کلید API با خطا مواجه شد.",
 	"Failed to read clipboard contents": "خواندن محتوای کلیپ بورد ناموفق بود",
 	"February": "فوری",
@@ -221,15 +221,15 @@
 	"Focus chat input": "فوکوس کردن ورودی گپ",
 	"Followed instructions perfectly": "دستورالعمل ها را کاملا دنبال کرد",
 	"Format your variables using square brackets like this:": "متغیرهای خود را با استفاده از براکت مربع به شکل زیر قالب بندی کنید:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "مجازات فرکانس",
 	"Full Screen Mode": "حالت تمام صفحه",
 	"General": "عمومی",
 	"General Settings": "تنظیمات عمومی",
-	"Generating search query": "",
+	"Generating search query": "در حال تولید پرسوجوی جستجو",
 	"Generation Info": "اطلاعات تولید",
 	"Good Response": "پاسخ خوب",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "گوگل PSE API کلید",
+	"Google PSE Engine Id": "شناسه موتور PSE گوگل",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "ندارد.",
 	"Hello, {{name}}": "سلام، {{name}}",
@@ -241,20 +241,20 @@
 	"Image Generation Engine": "موتور تولید تصویر",
 	"Image Settings": "تنظیمات تصویر",
 	"Images": "تصاویر",
-	"Import Chats": "ایمپورت گپ\u200cها",
+	"Import Chats": "ایمپورت گپها",
 	"Import Documents Mapping": "ایمپورت نگاشت اسناد",
-	"Import Models": "",
-	"Import Prompts": "ایمپورت پرامپت\u200cها",
+	"Import Models": "واردات مدلها",
+	"Import Prompts": "ایمپورت پرامپتها",
 	"Include `--api` flag when running stable-diffusion-webui": "فلگ `--api` را هنکام اجرای stable-diffusion-webui استفاده کنید.",
-	"Info": "",
+	"Info": "اطلاعات",
 	"Input commands": "ورودی دستورات",
-	"Install from Github URL": "",
+	"Install from Github URL": "نصب از ادرس Github",
 	"Interface": "رابط",
 	"Invalid Tag": "تگ نامعتبر",
 	"January": "ژانویه",
 	"join our Discord for help.": "برای کمک به دیسکورد ما بپیوندید.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "پیش نمایش JSON",
 	"July": "ژوئن",
 	"June": "جولای",
 	"JWT Expiration": "JWT انقضای",
@@ -265,15 +265,15 @@
 	"Last Active": "آخرین فعال",
 	"Light": "روشن",
 	"Listening...": "در حال گوش دادن...",
-	"LLMs can make mistakes. Verify important information.": "مدل\u200cهای زبانی بزرگ می\u200cتوانند اشتباه کنند. اطلاعات مهم را راستی\u200cآزمایی کنید.",
+	"LLMs can make mistakes. Verify important information.": "مدل‌های زبانی بزرگ می‌توانند اشتباه کنند. اطلاعات مهم را راستی‌آزمایی کنید.",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "ساخته شده توسط OpenWebUI Community",
 	"Make sure to enclose them with": "مطمئن شوید که آنها را با این محصور کنید:",
-	"Manage Models": "مدیریت مدل\u200cها",
-	"Manage Ollama Models": "مدیریت مدل\u200cهای اولاما",
-	"Manage Pipelines": "",
+	"Manage Models": "مدیریت مدلها",
+	"Manage Ollama Models": "مدیریت مدلهای اولاما",
+	"Manage Pipelines": "مدیریت خطوط لوله",
 	"March": "مارچ",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "توکنهای بیشینه (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "حداکثر 3 مدل را می توان به طور همزمان دانلود کرد. لطفاً بعداً دوباره امتحان کنید.",
 	"May": "ماهی",
 	"Memories accessible by LLMs will be shown here.": "حافظه های دسترسی به LLMs در اینجا نمایش داده می شوند.",
@@ -288,38 +288,38 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "مدل '{{modelName}}' با موفقیت دانلود شد.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "مدل '{{modelTag}}' در حال حاضر در صف برای دانلود است.",
 	"Model {{modelId}} not found": "مدل {{modelId}} یافت نشد",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "مدل {{modelName}} قادر به بینایی نیست",
+	"Model {{name}} is now {{status}}": "مدل {{name}} در حال حاضر {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "مسیر فایل سیستم مدل یافت شد. برای بروزرسانی نیاز است نام کوتاه مدل وجود داشته باشد.",
-	"Model ID": "",
+	"Model ID": "شناسه مدل",
 	"Model not selected": "مدل انتخاب نشده",
-	"Model Params": "",
+	"Model Params": "مدل پارامز",
 	"Model Whitelisting": "لیست سفید مدل",
 	"Model(s) Whitelisted": "مدل در لیست سفید ثبت شد",
 	"Modelfile Content": "محتویات فایل مدل",
-	"Models": "مدل\u200cها",
+	"Models": "مدلها",
 	"More": "بیشتر",
 	"Name": "نام",
 	"Name Tag": "نام تگ",
-	"Name your model": "",
+	"Name your model": "نام مدل خود را",
 	"New Chat": "گپ جدید",
 	"New Password": "رمز عبور جدید",
-	"No results found": "نتیجه\u200cای یافت نشد",
-	"No search query generated": "",
+	"No results found": "نتیجهای یافت نشد",
+	"No search query generated": "پرسوجوی جستجویی ایجاد نشده است",
 	"No source available": "منبعی در دسترس نیست",
-	"None": "",
+	"None": "هیچ کدام",
 	"Not factually correct": "اشتباهی فکری نیست",
-	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
+	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "توجه: اگر حداقل نمره را تعیین کنید، جستجو تنها اسنادی را با نمره بیشتر یا برابر با حداقل نمره باز می گرداند.",
 	"Notifications": "اعلان",
 	"November": "نوامبر",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (اولاما)",
 	"October": "اکتبر",
 	"Off": "خاموش",
 	"Okay, Let's Go!": "باشه، بزن بریم!",
 	"OLED Dark": "OLED تیره",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "API Ollama غیرفعال شد",
 	"Ollama Version": "نسخه اولاما",
 	"On": "روشن",
 	"Only": "فقط",
@@ -344,8 +344,8 @@
 	"pending": "در انتظار",
 	"Permission denied when accessing microphone: {{error}}": "هنگام دسترسی به میکروفون، اجازه داده نشد: {{error}}",
 	"Personalization": "شخصی سازی",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "خط لوله",
+	"Pipelines Valves": "شیرالات خطوط لوله",
 	"Plain text (.txt)": "متن ساده (.txt)",
 	"Playground": "زمین بازی",
 	"Positive attitude": "نظرات مثبت",
@@ -356,7 +356,7 @@
 	"Prompt (e.g. Tell me a fun fact about the Roman Empire)": "پیشنهاد (برای مثال: به من بگوید چیزی که برای من یک کاربرد داره درباره ایران)",
 	"Prompt Content": "محتویات پرامپت",
 	"Prompt suggestions": "پیشنهادات پرامپت",
-	"Prompts": "پرامپت\u200cها",
+	"Prompts": "پرامپتها",
 	"Pull \"{{searchValue}}\" from Ollama.com": "بازگرداندن \"{{searchValue}}\" از Ollama.com",
 	"Pull a model from Ollama.com": "دریافت یک مدل از Ollama.com",
 	"Query Params": "پارامترهای پرس و جو",
@@ -365,16 +365,16 @@
 	"Record voice": "ضبط صدا",
 	"Redirecting you to OpenWebUI Community": "در حال هدایت به OpenWebUI Community",
 	"Refused when it shouldn't have": "رد شده زمانی که باید نباشد",
-	"Regenerate": "ری\u200cسازی",
-	"Release Notes": "یادداشت\u200cهای انتشار",
+	"Regenerate": "ریسازی",
+	"Release Notes": "یادداشتهای انتشار",
 	"Remove": "حذف",
 	"Remove Model": "حذف مدل",
 	"Rename": "تغییر نام",
 	"Repeat Last N": "Repeat Last N",
 	"Request Mode": "حالت درخواست",
-	"Reranking Model": "مدل ری\u200cشناسی مجدد غیرفعال است",
-	"Reranking model disabled": "مدل ری\u200cشناسی مجدد غیرفعال است",
-	"Reranking model set to \"{{reranking_model}}\"": "مدل ری\u200cشناسی مجدد به \"{{reranking_model}}\" تنظیم شده است",
+	"Reranking Model": "مدل ریشناسی مجدد غیرفعال است",
+	"Reranking model disabled": "مدل ریشناسی مجدد غیرفعال است",
+	"Reranking model set to \"{{reranking_model}}\"": "مدل ریشناسی مجدد به \"{{reranking_model}}\" تنظیم شده است",
 	"Reset Vector Storage": "بازنشانی ذخیره سازی برداری",
 	"Response AutoCopy to Clipboard": "کپی خودکار پاسخ به کلیپ بورد",
 	"Role": "نقش",
@@ -383,58 +383,58 @@
 	"RTL": "RTL",
 	"Save": "ذخیره",
 	"Save & Create": "ذخیره و ایجاد",
-	"Save & Update": "ذخیره و به\u200cروزرسانی",
-	"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "ذخیره گزارش\u200cهای چت مستقیماً در حافظه مرورگر شما دیگر پشتیبانی نمی\u200cشود. لطفاً با کلیک بر روی دکمه زیر، چند لحظه برای دانلود و حذف گزارش های چت خود وقت بگذارید. نگران نباشید، شما به راحتی می توانید گزارش های چت خود را از طریق بکند دوباره وارد کنید",
+	"Save & Update": "ذخیره و بهروزرسانی",
+	"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "ذخیره گزارش‌های چت مستقیماً در حافظه مرورگر شما دیگر پشتیبانی نمی‌شود. لطفاً با کلیک بر روی دکمه زیر، چند لحظه برای دانلود و حذف گزارش های چت خود وقت بگذارید. نگران نباشید، شما به راحتی می توانید گزارش های چت خود را از طریق بکند دوباره وارد کنید",
 	"Scan": "اسکن",
 	"Scan complete!": "اسکن کامل شد!",
 	"Scan for documents from {{path}}": "اسکن اسناد از {{path}}",
 	"Search": "جستجو",
 	"Search a model": "جستجوی مدل",
-	"Search Chats": "",
+	"Search Chats": "جستجو گپ ها",
 	"Search Documents": "جستجوی اسناد",
-	"Search Models": "",
-	"Search Prompts": "جستجوی پرامپت\u200cها",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
-	"See readme.md for instructions": "برای مشاهده دستورالعمل\u200cها به readme.md مراجعه کنید",
+	"Search Models": "مدل های جستجو",
+	"Search Prompts": "جستجوی پرامپتها",
+	"Search Result Count": "تعداد نتایج جستجو",
+	"Searched {{count}} sites_one": "جستجو {{count}} sites_one",
+	"Searched {{count}} sites_other": "جستجو {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "جستجو در وب برای '{searchQuery}}'",
+	"Searxng Query URL": "نشانی وب جستجوی Searxng",
+	"See readme.md for instructions": "برای مشاهده دستورالعملها به readme.md مراجعه کنید",
 	"See what's new": "ببینید موارد جدید چه بوده",
 	"Seed": "Seed",
-	"Select a base model": "",
+	"Select a base model": "انتخاب یک مدل پایه",
 	"Select a mode": "یک حالت انتخاب کنید",
 	"Select a model": "انتخاب یک مدل",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "انتخاب یک خط لوله",
+	"Select a pipeline url": "یک ادرس خط لوله را انتخاب کنید",
 	"Select an Ollama instance": "انتخاب یک نمونه از اولاما",
 	"Select model": "انتخاب یک مدل",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "مدل) های (انتخاب شده ورودیهای تصویر را پشتیبانی نمیکند",
 	"Send": "ارسال",
 	"Send a Message": "ارسال یک پیام",
 	"Send message": "ارسال پیام",
 	"September": "سپتامبر",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "کلید API Serper",
+	"Serpstack API Key": "کلید API Serpstack",
 	"Server connection verified": "اتصال سرور تأیید شد",
 	"Set as default": "تنظیم به عنوان پیشفرض",
 	"Set Default Model": "تنظیم مدل پیش فرض",
 	"Set embedding model (e.g. {{model}})": "تنظیم مدل پیچشی (برای مثال {{model}})",
 	"Set Image Size": "تنظیم اندازه تصویر",
 	"Set Model": "تنظیم مدل",
-	"Set reranking model (e.g. {{model}})": "تنظیم مدل ری\u200cراینگ (برای مثال {{model}})",
-	"Set Steps": "تنظیم گام\u200cها",
-	"Set Task Model": "",
+	"Set reranking model (e.g. {{model}})": "تنظیم مدل ریراینگ (برای مثال {{model}})",
+	"Set Steps": "تنظیم گامها",
+	"Set Task Model": "تنظیم مدل تکلیف",
 	"Set Voice": "تنظیم صدا",
 	"Settings": "تنظیمات",
 	"Settings saved successfully!": "تنظیمات با موفقیت ذخیره شد!",
-	"Share": "اشتراک\u200cگذاری",
-	"Share Chat": "اشتراک\u200cگذاری چت",
+	"Share": "اشتراکگذاری",
+	"Share Chat": "اشتراکگذاری چت",
 	"Share to OpenWebUI Community": "اشتراک گذاری با OpenWebUI Community",
 	"short-summary": "خلاصه کوتاه",
 	"Show": "نمایش",
 	"Show shortcuts": "نمایش میانبرها",
-	"Showcased creativity": "ایده\u200cآفرینی",
+	"Showcased creativity": "ایدهآفرینی",
 	"sidebar": "نوار کناری",
 	"Sign in": "ورود",
 	"Sign Out": "خروج",
@@ -453,7 +453,7 @@
 	"Suggested": "پیشنهادی",
 	"System": "سیستم",
 	"System Prompt": "پرامپت سیستم",
-	"Tags": "تگ\u200cها",
+	"Tags": "تگها",
 	"Tell us more:": "بیشتر بگویید:",
 	"Temperature": "دما",
 	"Template": "الگو",
@@ -464,7 +464,7 @@
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "امتیاز باید یک مقدار بین 0.0 (0%) و 1.0 (100%) باشد.",
 	"Theme": "قالب",
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "این تضمین می کند که مکالمات ارزشمند شما به طور ایمن در پایگاه داده بکند ذخیره می شود. تشکر!",
-	"This setting does not sync across browsers or devices.": "این تنظیم در مرورگرها یا دستگاه\u200cها همگام\u200cسازی نمی\u200cشود.",
+	"This setting does not sync across browsers or devices.": "این تنظیم در مرورگرها یا دستگاه‌ها همگام‌سازی نمی‌شود.",
 	"Thorough explanation": "توضیح کامل",
 	"Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "با فشردن کلید Tab در ورودی چت پس از هر بار تعویض، چندین متغیر را به صورت متوالی به روزرسانی کنید.",
 	"Title": "عنوان",
@@ -474,7 +474,7 @@
 	"Title Generation Prompt": "پرامپت تولید عنوان",
 	"to": "به",
 	"To access the available model names for downloading,": "برای دسترسی به نام مدل های موجود برای دانلود،",
-	"To access the GGUF models available for downloading,": "برای دسترسی به مدل\u200cهای GGUF موجود برای دانلود،",
+	"To access the GGUF models available for downloading,": "برای دسترسی به مدلهای GGUF موجود برای دانلود،",
 	"to chat input.": "در ورودی گپ.",
 	"Today": "امروز",
 	"Toggle settings": "نمایش/عدم نمایش تنظیمات",
@@ -483,21 +483,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "در دسترسی به اولاما مشکل دارید؟",
 	"TTS Settings": "تنظیمات TTS",
-	"Type": "",
+	"Type": "نوع",
 	"Type Hugging Face Resolve (Download) URL": "مقدار URL دانلود (Resolve) Hugging Face را وارد کنید",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "اوه اوه! مشکلی در اتصال به {{provider}} وجود داشت.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "نوع فایل '{{file_type}}' ناشناخته است، به عنوان یک فایل متنی ساده با آن برخورد می شود.",
 	"Update and Copy Link": "به روزرسانی و کپی لینک",
 	"Update password": "به روزرسانی رمزعبور",
 	"Upload a GGUF model": "آپلود یک مدل GGUF",
-	"Upload Files": "",
+	"Upload Files": "بارگذاری پروندهها",
 	"Upload Progress": "پیشرفت آپلود",
 	"URL Mode": "حالت URL",
 	"Use '#' in the prompt input to load and select your documents.": "در پرامپت از '#' برای لود و انتخاب اسناد خود استفاده کنید.",
 	"Use Gravatar": "استفاده از گراواتار",
 	"Use Initials": "استفاده از آبزوده",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (اولاما)",
+	"use_mmap (Ollama)": "use_mmap (اولاما)",
 	"user": "کاربر",
 	"User Permissions": "مجوزهای کاربر",
 	"Users": "کاربران",
@@ -506,30 +506,30 @@
 	"variable": "متغیر",
 	"variable to have them replaced with clipboard content.": "متغیر برای جایگزینی آنها با محتوای کلیپ بورد.",
 	"Version": "نسخه",
-	"Warning": "",
+	"Warning": "هشدار",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "هشدار: اگر شما به روز کنید یا تغییر دهید مدل شما، باید تمام سند ها را مجددا وارد کنید.",
 	"Web": "وب",
 	"Web Loader Settings": "تنظیمات لودر وب",
 	"Web Params": "پارامترهای وب",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "جستجوی وب",
+	"Web Search Engine": "موتور جستجوی وب",
 	"Webhook URL": "URL وبهوک",
-	"WebUI Add-ons": "WebUI افزونه\u200cهای",
+	"WebUI Add-ons": "WebUI افزونههای",
 	"WebUI Settings": "تنظیمات WebUI",
-	"WebUI will make requests to": "WebUI درخواست\u200cها را ارسال خواهد کرد به",
+	"WebUI will make requests to": "WebUI درخواستها را ارسال خواهد کرد به",
 	"What’s New in": "موارد جدید در",
-	"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "وقتی سابقه خاموش است، چت\u200cهای جدید در این مرورگر در سابقه شما در هیچ یک از دستگاه\u200cهایتان ظاهر نمی\u200cشوند.",
+	"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "وقتی سابقه خاموش است، چت‌های جدید در این مرورگر در سابقه شما در هیچ یک از دستگاه‌هایتان ظاهر نمی‌شوند.",
 	"Whisper (Local)": "ویسپر (محلی)",
 	"Workspace": "محیط کار",
 	"Write a prompt suggestion (e.g. Who are you?)": "یک پیشنهاد پرامپت بنویسید (مثلاً شما کی هستید؟)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "خلاصه ای در 50 کلمه بنویسید که [موضوع یا کلمه کلیدی] را خلاصه کند.",
 	"Yesterday": "دیروز",
 	"You": "شما",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "شما نمیتوانید یک مدل پایه را کلون کنید",
 	"You have no archived conversations.": "شما هیچ گفتگوی ذخیره شده ندارید.",
 	"You have shared this chat": "شما این گفتگو را به اشتراک گذاشته اید",
 	"You're a helpful assistant.": "تو یک دستیار سودمند هستی.",
-	"You're now logged in.": "شما اکنون وارد شده\u200cاید.",
+	"You're now logged in.": "شما اکنون وارد شدهاید.",
 	"Youtube": "یوتیوب",
 	"Youtube Loader Settings": "تنظیمات لودر یوتیوب"
 }

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api`)": "(esim. `sh webui.sh --api`)",
 	"(latest)": "(uusin)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ mallit }}",
+	"{{ owner }}: You cannot delete a base model": "{{ omistaja }}: Perusmallia ei voi poistaa",
 	"{{modelName}} is thinking...": "{{modelName}} miettii...",
 	"{{user}}'s Chats": "{{user}}:n keskustelut",
 	"{{webUIName}} Backend Required": "{{webUIName}} backend vaaditaan",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"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",
 	"Account": "Tili",
 	"Accurate information": "Tarkkaa tietoa",
 	"Add": "Lisää",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "Mallitunnuksen lisääminen",
+	"Add a short description about what this model does": "Lisää lyhyt kuvaus siitä, mitä tämä malli tekee",
 	"Add a short title for this prompt": "Lisää lyhyt otsikko tälle kehotteelle",
 	"Add a tag": "Lisää tagi",
 	"Add custom prompt": "Lisää mukautettu kehote",
@@ -31,7 +31,7 @@
 	"Admin Panel": "Hallintapaneeli",
 	"Admin Settings": "Hallinta-asetukset",
 	"Advanced Parameters": "Edistyneet parametrit",
-	"Advanced Params": "",
+	"Advanced Params": "Edistyneet parametrit",
 	"all": "kaikki",
 	"All Documents": "Kaikki asiakirjat",
 	"All Users": "Kaikki käyttäjät",
@@ -48,7 +48,7 @@
 	"API keys": "API-avaimet",
 	"April": "huhtikuu",
 	"Archive": "Arkisto",
-	"Archive All Chats": "",
+	"Archive All Chats": "Arkistoi kaikki keskustelut",
 	"Archived Chats": "Arkistoidut keskustelut",
 	"are allowed - Activate this command by typing": "ovat sallittuja - Aktivoi tämä komento kirjoittamalla",
 	"Are you sure?": "Oletko varma?",
@@ -63,14 +63,14 @@
 	"available!": "saatavilla!",
 	"Back": "Takaisin",
 	"Bad Response": "Epäkelpo vastaus",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "Bannerit",
+	"Base Model (From)": "Perusmalli (alkaen)",
 	"before": "ennen",
 	"Being lazy": "Oli laiska",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Brave Search API -avain",
 	"Bypass SSL verification for Websites": "Ohita SSL-varmennus verkkosivustoille",
 	"Cancel": "Peruuta",
-	"Capabilities": "",
+	"Capabilities": "Ominaisuuksia",
 	"Change Password": "Vaihda salasana",
 	"Chat": "Keskustelu",
 	"Chat Bubble UI": "Keskustelu-pallojen käyttöliittymä",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "Klikkaa tästä valitaksesi asiakirjoja.",
 	"click here.": "klikkaa tästä.",
 	"Click on the user role button to change a user's role.": "Klikkaa käyttäjän roolipainiketta vaihtaaksesi käyttäjän roolia.",
-	"Clone": "",
+	"Clone": "Klooni",
 	"Close": "Sulje",
 	"Collection": "Kokoelma",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "ComfyUI-perus-URL",
 	"ComfyUI Base URL is required.": "ComfyUI-perus-URL vaaditaan.",
 	"Command": "Komento",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "Samanaikaiset pyynnöt",
 	"Confirm Password": "Vahvista salasana",
 	"Connections": "Yhteydet",
 	"Content": "Sisältö",
@@ -114,7 +114,7 @@
 	"Copy Link": "Kopioi linkki",
 	"Copying to clipboard was successful!": "Kopioiminen leikepöydälle onnistui!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Luo tiivis, 3-5 sanan lause otsikoksi seuraavalle kyselylle, noudattaen tiukasti 3-5 sanan rajoitusta ja välttäen sanan 'otsikko' käyttöä:",
-	"Create a model": "",
+	"Create a model": "Mallin luominen",
 	"Create Account": "Luo tili",
 	"Create new key": "Luo uusi avain",
 	"Create new secret key": "Luo uusi salainen avain",
@@ -123,7 +123,7 @@
 	"Current Model": "Nykyinen malli",
 	"Current Password": "Nykyinen salasana",
 	"Custom": "Mukautettu",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "Mallien mukauttaminen tiettyyn tarkoitukseen",
 	"Dark": "Tumma",
 	"Database": "Tietokanta",
 	"December": "joulukuu",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "Oletus (AUTOMATIC1111)",
 	"Default (SentenceTransformers)": "Oletus (SentenceTransformers)",
 	"Default (Web API)": "Oletus (web-API)",
-	"Default Model": "",
+	"Default Model": "Oletusmalli",
 	"Default model updated": "Oletusmalli päivitetty",
 	"Default Prompt Suggestions": "Oletuskehotteiden ehdotukset",
 	"Default User Role": "Oletuskäyttäjärooli",
 	"delete": "poista",
 	"Delete": "Poista",
 	"Delete a model": "Poista malli",
-	"Delete All Chats": "",
+	"Delete All Chats": "Poista kaikki keskustelut",
 	"Delete chat": "Poista keskustelu",
 	"Delete Chat": "Poista keskustelu",
 	"delete this link": "poista tämä linkki",
 	"Delete User": "Poista käyttäjä",
 	"Deleted {{deleteModelTag}}": "Poistettu {{deleteModelTag}}",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "Poistettu {{nimi}}",
 	"Description": "Kuvaus",
 	"Didn't fully follow instructions": "Ei noudattanut ohjeita täysin",
 	"Disabled": "Poistettu käytöstä",
-	"Discover a model": "",
+	"Discover a model": "Tutustu malliin",
 	"Discover a prompt": "Löydä kehote",
 	"Discover, download, and explore custom prompts": "Löydä ja lataa mukautettuja kehotteita",
 	"Discover, download, and explore model presets": "Löydä ja lataa mallien esiasetuksia",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "Upotusmallin moottori",
 	"Embedding model set to \"{{embedding_model}}\"": "\"{{embedding_model}}\" valittu upotusmalliksi",
 	"Enable Chat History": "Ota keskusteluhistoria käyttöön",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "Ota yhteisön jakaminen käyttöön",
 	"Enable New Sign Ups": "Salli uudet rekisteröitymiset",
-	"Enable Web Search": "",
+	"Enable Web Search": "Ota verkkohaku käyttöön",
 	"Enabled": "Käytössä",
 	"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.",
 	"Enter {{role}} message here": "Kirjoita {{role}} viesti tähän",
 	"Enter a detail about yourself for your LLMs to recall": "Kirjoita tieto itseestäsi LLM:ien muistamiseksi",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Anna Brave Search API -avain",
 	"Enter Chunk Overlap": "Syötä osien päällekkäisyys",
 	"Enter Chunk Size": "Syötä osien koko",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Kirjoita Github Raw URL-osoite",
+	"Enter Google PSE API Key": "Anna Google PSE API -avain",
+	"Enter Google PSE Engine Id": "Anna Google PSE -moottorin tunnus",
 	"Enter Image Size (e.g. 512x512)": "Syötä kuvan koko (esim. 512x512)",
 	"Enter language codes": "Syötä kielikoodit",
 	"Enter model tag (e.g. {{modelTag}})": "Syötä mallitagi (esim. {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "Syötä askelien määrä (esim. 50)",
 	"Enter Score": "Syötä pisteet",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Kirjoita Searxng-kyselyn URL-osoite",
+	"Enter Serper API Key": "Anna Serper API -avain",
+	"Enter Serpstack API Key": "Anna Serpstack API -avain",
 	"Enter stop sequence": "Syötä lopetussekvenssi",
 	"Enter Top K": "Syötä Top K",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "Syötä URL (esim. http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "Syötä koko nimesi",
 	"Enter Your Password": "Syötä salasanasi",
 	"Enter Your Role": "Syötä roolisi",
-	"Error": "",
+	"Error": "Virhe",
 	"Experimental": "Kokeellinen",
-	"Export": "",
+	"Export": "Vienti",
 	"Export All Chats (All Users)": "Vie kaikki keskustelut (kaikki käyttäjät)",
 	"Export Chats": "Vie keskustelut",
 	"Export Documents Mapping": "Vie asiakirjakartoitus",
-	"Export Models": "",
+	"Export Models": "Vie malleja",
 	"Export Prompts": "Vie kehotteet",
 	"Failed to create API Key.": "API-avaimen luonti epäonnistui.",
 	"Failed to read clipboard contents": "Leikepöydän sisällön lukeminen epäonnistui",
@@ -221,15 +221,15 @@
 	"Focus chat input": "Fokusoi syöttökenttään",
 	"Followed instructions perfectly": "Noudatti ohjeita täydellisesti",
 	"Format your variables using square brackets like this:": "Muotoile muuttujat hakasulkeilla näin:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "Taajuussakko",
 	"Full Screen Mode": "Koko näytön tila",
 	"General": "Yleinen",
 	"General Settings": "Yleisasetukset",
-	"Generating search query": "",
+	"Generating search query": "Hakukyselyn luominen",
 	"Generation Info": "Generointitiedot",
 	"Good Response": "Hyvä vastaus",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Google PSE API -avain",
+	"Google PSE Engine Id": "Google PSE -moduulin tunnus",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "ei ole keskusteluja.",
 	"Hello, {{name}}": "Terve, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "Kuvat",
 	"Import Chats": "Tuo keskustelut",
 	"Import Documents Mapping": "Tuo asiakirjakartoitus",
-	"Import Models": "",
+	"Import Models": "Mallien tuominen",
 	"Import Prompts": "Tuo kehotteita",
 	"Include `--api` flag when running stable-diffusion-webui": "Sisällytä `--api`-parametri suorittaessasi stable-diffusion-webui",
-	"Info": "",
+	"Info": "Info",
 	"Input commands": "Syötä komennot",
-	"Install from Github URL": "",
+	"Install from Github URL": "Asenna Githubin URL-osoitteesta",
 	"Interface": "Käyttöliittymä",
 	"Invalid Tag": "Virheellinen tagi",
 	"January": "tammikuu",
 	"join our Discord for help.": "liity Discordiimme saadaksesi apua.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "JSON-esikatselu",
 	"July": "heinäkuu",
 	"June": "kesäkuu",
 	"JWT Expiration": "JWT:n vanheneminen",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "Varmista, että suljet ne",
 	"Manage Models": "Hallitse malleja",
 	"Manage Ollama Models": "Hallitse Ollama-malleja",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "Hallitse putkia",
 	"March": "maaliskuu",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "Tokenien enimmäismäärä (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Enintään 3 mallia voidaan ladata samanaikaisesti. Yritä myöhemmin uudelleen.",
 	"May": "toukokuu",
 	"Memories accessible by LLMs will be shown here.": "Muistitiedostot, joita LLM-ohjelmat käyttävät, näkyvät tässä.",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "Malli '{{modelName}}' ladattiin onnistuneesti.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Malli '{{modelTag}}' on jo jonossa ladattavaksi.",
 	"Model {{modelId}} not found": "Mallia {{modelId}} ei löytynyt",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "Malli {{modelName}} ei kykene näkökykyyn",
+	"Model {{name}} is now {{status}}": "Malli {{name}} on nyt {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Mallin tiedostojärjestelmäpolku havaittu. Mallin lyhytnimi vaaditaan päivitykseen, ei voi jatkaa.",
-	"Model ID": "",
+	"Model ID": "Mallin tunnus",
 	"Model not selected": "Mallia ei valittu",
-	"Model Params": "",
+	"Model Params": "Mallin parametrit",
 	"Model Whitelisting": "Mallin sallimislista",
 	"Model(s) Whitelisted": "Malli(t) sallittu",
 	"Modelfile Content": "Mallitiedoston sisältö",
@@ -301,25 +301,25 @@
 	"More": "Lisää",
 	"Name": "Nimi",
 	"Name Tag": "Nimitagi",
-	"Name your model": "",
+	"Name your model": "Mallin nimeäminen",
 	"New Chat": "Uusi keskustelu",
 	"New Password": "Uusi salasana",
 	"No results found": "Ei tuloksia",
-	"No search query generated": "",
+	"No search query generated": "Hakukyselyä ei luotu",
 	"No source available": "Ei lähdettä saatavilla",
-	"None": "",
+	"None": "Ei lainkaan",
 	"Not factually correct": "Ei faktisesti oikein",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Huom: Jos asetat vähimmäispisteet, haku palauttaa vain asiakirjat, joiden pisteet ovat suurempia tai yhtä suuria kuin vähimmäispistemäärä.",
 	"Notifications": "Ilmoitukset",
 	"November": "marraskuu",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Ollama)",
 	"October": "lokakuu",
 	"Off": "Pois",
 	"Okay, Let's Go!": "Eikun menoksi!",
 	"OLED Dark": "OLED-tumma",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "Ollama API poistettu käytöstä",
 	"Ollama Version": "Ollama-versio",
 	"On": "Päällä",
 	"Only": "Vain",
@@ -344,8 +344,8 @@
 	"pending": "odottaa",
 	"Permission denied when accessing microphone: {{error}}": "Mikrofonin käyttöoikeus evätty: {{error}}",
 	"Personalization": "Henkilökohtaisuus",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "Putkistot",
+	"Pipelines Valves": "Putkistot Venttiilit",
 	"Plain text (.txt)": "Pelkkä teksti (.txt)",
 	"Playground": "Leikkipaikka",
 	"Positive attitude": "Positiivinen asenne",
@@ -390,32 +390,32 @@
 	"Scan for documents from {{path}}": "Skannaa asiakirjoja polusta {{path}}",
 	"Search": "Haku",
 	"Search a model": "Hae mallia",
-	"Search Chats": "",
+	"Search Chats": "Etsi chatteja",
 	"Search Documents": "Hae asiakirjoja",
-	"Search Models": "",
+	"Search Models": "Hae malleja",
 	"Search Prompts": "Hae kehotteita",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "Hakutulosten määrä",
+	"Searched {{count}} sites_one": "Haettu {{count}} sites_one",
+	"Searched {{count}} sites_other": "Haku {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "Haku verkosta hakusanalla {{searchQuery}}",
+	"Searxng Query URL": "Searxng-kyselyn URL-osoite",
 	"See readme.md for instructions": "Katso lisää ohjeita readme.md:stä",
 	"See what's new": "Katso, mitä uutta",
 	"Seed": "Siemen",
-	"Select a base model": "",
+	"Select a base model": "Valitse perusmalli",
 	"Select a mode": "Valitse tila",
 	"Select a model": "Valitse malli",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "Valitse putki",
+	"Select a pipeline url": "Valitse putken URL-osoite",
 	"Select an Ollama instance": "Valitse Ollama-instanssi",
 	"Select model": "Valitse malli",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "Valitut mallit eivät tue kuvasyötteitä",
 	"Send": "Lähetä",
 	"Send a Message": "Lähetä viesti",
 	"Send message": "Lähetä viesti",
 	"September": "syyskuu",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Serper API -avain",
+	"Serpstack API Key": "Serpstack API -avain",
 	"Server connection verified": "Palvelinyhteys varmennettu",
 	"Set as default": "Aseta oletukseksi",
 	"Set Default Model": "Aseta oletusmalli",
@@ -424,7 +424,7 @@
 	"Set Model": "Aseta malli",
 	"Set reranking model (e.g. {{model}})": "Aseta uudelleenpisteytysmalli (esim. {{model}})",
 	"Set Steps": "Aseta askelmäärä",
-	"Set Task Model": "",
+	"Set Task Model": "Aseta tehtävämalli",
 	"Set Voice": "Aseta puheääni",
 	"Settings": "Asetukset",
 	"Settings saved successfully!": "Asetukset tallennettu onnistuneesti!",
@@ -483,21 +483,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "Ongelmia Ollama-yhteydessä?",
 	"TTS Settings": "Puheentuottamisasetukset",
-	"Type": "",
+	"Type": "Tyyppi",
 	"Type Hugging Face Resolve (Download) URL": "Kirjoita Hugging Face -resolve-osoite",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "Voi ei! Yhteysongelma {{provider}}:n kanssa.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Tuntematon tiedostotyyppi '{{file_type}}', mutta hyväksytään ja käsitellään pelkkänä tekstinä",
 	"Update and Copy Link": "Päivitä ja kopioi linkki",
 	"Update password": "Päivitä salasana",
 	"Upload a GGUF model": "Lataa GGUF-malli",
-	"Upload Files": "",
+	"Upload Files": "Lataa tiedostoja",
 	"Upload Progress": "Latauksen eteneminen",
 	"URL Mode": "URL-tila",
 	"Use '#' in the prompt input to load and select your documents.": "Käytä '#' syötteessä ladataksesi ja valitaksesi asiakirjoja.",
 	"Use Gravatar": "Käytä Gravataria",
 	"Use Initials": "Käytä alkukirjaimia",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (Ollama)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "käyttäjä",
 	"User Permissions": "Käyttäjäoikeudet",
 	"Users": "Käyttäjät",
@@ -506,13 +506,13 @@
 	"variable": "muuttuja",
 	"variable to have them replaced with clipboard content.": "muuttuja korvataan leikepöydän sisällöllä.",
 	"Version": "Versio",
-	"Warning": "",
+	"Warning": "Varoitus",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Varoitus: Jos päivität tai vaihdat upotusmallia, sinun on tuotava kaikki asiakirjat uudelleen.",
 	"Web": "Web",
 	"Web Loader Settings": "Web Loader asetukset",
 	"Web Params": "Web-parametrit",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "Web-haku",
+	"Web Search Engine": "Web-hakukone",
 	"Webhook URL": "Webhook-URL",
 	"WebUI Add-ons": "WebUI-lisäosat",
 	"WebUI Settings": "WebUI-asetukset",
@@ -525,7 +525,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Kirjoita 50 sanan yhteenveto, joka tiivistää [aihe tai avainsana].",
 	"Yesterday": "Eilen",
 	"You": "Sinä",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "Perusmallia ei voi kloonata",
 	"You have no archived conversations.": "Sinulla ei ole arkistoituja keskusteluja.",
 	"You have shared this chat": "Olet jakanut tämän keskustelun",
 	"You're a helpful assistant.": "Olet avulias apulainen.",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(Bêta)",
 	"(e.g. `sh webui.sh --api`)": "(par ex. `sh webui.sh --api`)",
 	"(latest)": "(dernière)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ modèles }}",
+	"{{ owner }}: You cannot delete a base model": "{{ propriétaire }} : vous ne pouvez pas supprimer un modèle de base",
 	"{{modelName}} is thinking...": "{{modelName}} réfléchit...",
 	"{{user}}'s Chats": "{{user}}'s Chats",
 	"{{webUIName}} Backend Required": "Backend {{webUIName}} requis",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"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 chats et les requêtes de recherche Web",
 	"a user": "un utilisateur",
 	"About": "À propos",
 	"Account": "Compte",
 	"Accurate information": "Information précise",
 	"Add": "Ajouter",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "Ajouter un id de modèle",
+	"Add a short description about what this model does": "Ajoutez une brève description de ce que fait ce modèle",
 	"Add a short title for this prompt": "Ajouter un court titre pour ce prompt",
 	"Add a tag": "Ajouter un tag",
 	"Add custom prompt": "Ajouter un prompt personnalisé",
@@ -31,7 +31,7 @@
 	"Admin Panel": "Panneau d'administration",
 	"Admin Settings": "Paramètres d'administration",
 	"Advanced Parameters": "Paramètres avancés",
-	"Advanced Params": "",
+	"Advanced Params": "Params avancés",
 	"all": "tous",
 	"All Documents": "Tous les documents",
 	"All Users": "Tous les utilisateurs",
@@ -48,7 +48,7 @@
 	"API keys": "Clés API",
 	"April": "Avril",
 	"Archive": "Archiver",
-	"Archive All Chats": "",
+	"Archive All Chats": "Archiver tous les chats",
 	"Archived Chats": "enregistrement du chat",
 	"are allowed - Activate this command by typing": "sont autorisés - Activez cette commande en tapant",
 	"Are you sure?": "Êtes-vous sûr ?",
@@ -63,14 +63,14 @@
 	"available!": "disponible !",
 	"Back": "Retour",
 	"Bad Response": "Mauvaise réponse",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "Bannières",
+	"Base Model (From)": "Modèle de base (à partir de)",
 	"before": "avant",
 	"Being lazy": "En manque de temps",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Clé d’API de recherche brave",
 	"Bypass SSL verification for Websites": "Parcourir la vérification SSL pour les sites Web",
 	"Cancel": "Annuler",
-	"Capabilities": "",
+	"Capabilities": "Capacités",
 	"Change Password": "Changer le mot de passe",
 	"Chat": "Discussion",
 	"Chat Bubble UI": "Bubble UI de discussion",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "Cliquez ici pour sélectionner des documents.",
 	"click here.": "cliquez ici.",
 	"Click on the user role button to change a user's role.": "Cliquez sur le bouton de rôle d'utilisateur pour changer le rôle d'un utilisateur.",
-	"Clone": "",
+	"Clone": "Cloner",
 	"Close": "Fermer",
 	"Collection": "Collection",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "ComfyUI Base URL",
 	"ComfyUI Base URL is required.": "ComfyUI Base URL est requis.",
 	"Command": "Commande",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "Demandes simultanées",
 	"Confirm Password": "Confirmer le mot de passe",
 	"Connections": "Connexions",
 	"Content": "Contenu",
@@ -114,7 +114,7 @@
 	"Copy Link": "Copier le lien",
 	"Copying to clipboard was successful!": "La copie dans le presse-papiers a réussi !",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Créez une phrase concise de 3 à 5 mots comme en-tête pour la requête suivante, en respectant strictement la limite de 3 à 5 mots et en évitant l'utilisation du mot 'titre' :",
-	"Create a model": "",
+	"Create a model": "Créer un modèle",
 	"Create Account": "Créer un compte",
 	"Create new key": "Créer une nouvelle clé",
 	"Create new secret key": "Créer une nouvelle clé secrète",
@@ -123,7 +123,7 @@
 	"Current Model": "Modèle actuel",
 	"Current Password": "Mot de passe actuel",
 	"Custom": "Personnalisé",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "Personnaliser les modèles dans un but spécifique",
 	"Dark": "Sombre",
 	"Database": "Base de données",
 	"December": "Décembre",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "Par défaut (Automatic1111)",
 	"Default (SentenceTransformers)": "Par défaut (SentenceTransformers)",
 	"Default (Web API)": "Par défaut (API Web)",
-	"Default Model": "",
+	"Default Model": "Modèle par défaut",
 	"Default model updated": "Modèle par défaut mis à jour",
 	"Default Prompt Suggestions": "Suggestions de prompt par défaut",
 	"Default User Role": "Rôle d'utilisateur par défaut",
 	"delete": "supprimer",
 	"Delete": "Supprimer",
 	"Delete a model": "Supprimer un modèle",
-	"Delete All Chats": "",
+	"Delete All Chats": "Supprimer tous les chats",
 	"Delete chat": "Supprimer la discussion",
 	"Delete Chat": "Supprimer la discussion",
 	"delete this link": "supprimer ce lien",
 	"Delete User": "Supprimer l'utilisateur",
 	"Deleted {{deleteModelTag}}": "{{deleteModelTag}} supprimé",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "Supprimé {{nom}}",
 	"Description": "Description",
 	"Didn't fully follow instructions": "Ne suit pas les instructions",
 	"Disabled": "Désactivé",
-	"Discover a model": "",
+	"Discover a model": "Découvrez un modèle",
 	"Discover a prompt": "Découvrir un prompt",
 	"Discover, download, and explore custom prompts": "Découvrir, télécharger et explorer des prompts personnalisés",
 	"Discover, download, and explore model presets": "Découvrir, télécharger et explorer des préconfigurations de modèles",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "Moteur du modèle d'embedding",
 	"Embedding model set to \"{{embedding_model}}\"": "Modèle d'embedding défini sur \"{{embedding_model}}\"",
 	"Enable Chat History": "Activer l'historique des discussions",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "Permettre le partage communautaire",
 	"Enable New Sign Ups": "Activer les nouvelles inscriptions",
-	"Enable Web Search": "",
+	"Enable Web Search": "Activer la recherche sur le Web",
 	"Enabled": "Activé",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Assurez-vous que votre fichier CSV inclut 4 colonnes dans cet ordre : Nom, Email, Mot de passe, Rôle.",
 	"Enter {{role}} message here": "Entrez le message {{role}} ici",
 	"Enter a detail about yourself for your LLMs to recall": "Entrez un détail sur vous pour que vos LLMs puissent le rappeler",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Entrez la clé API de recherche brave",
 	"Enter Chunk Overlap": "Entrez le chevauchement de bloc",
 	"Enter Chunk Size": "Entrez la taille du bloc",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Entrez l’URL Github Raw",
+	"Enter Google PSE API Key": "Entrez la clé API Google PSE",
+	"Enter Google PSE Engine Id": "Entrez l’id du moteur Google PSE",
 	"Enter Image Size (e.g. 512x512)": "Entrez la taille de l'image (p. ex. 512x512)",
 	"Enter language codes": "Entrez les codes de langue",
 	"Enter model tag (e.g. {{modelTag}})": "Entrez le tag du modèle (p. ex. {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "Entrez le nombre d'étapes (p. ex. 50)",
 	"Enter Score": "Entrez le score",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Entrez l’URL de requête Searxng",
+	"Enter Serper API Key": "Entrez la clé API Serper",
+	"Enter Serpstack API Key": "Entrez dans la clé API Serpstack",
 	"Enter stop sequence": "Entrez la séquence de fin",
 	"Enter Top K": "Entrez Top K",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "Entrez l'URL (p. ex. http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "Entrez votre nom complet",
 	"Enter Your Password": "Entrez votre mot de passe",
 	"Enter Your Role": "Entrez votre rôle",
-	"Error": "",
+	"Error": "Erreur",
 	"Experimental": "Expérimental",
-	"Export": "",
+	"Export": "Exportation",
 	"Export All Chats (All Users)": "Exporter toutes les discussions (Tous les utilisateurs)",
 	"Export Chats": "Exporter les discussions",
 	"Export Documents Mapping": "Exporter le mappage des documents",
-	"Export Models": "",
+	"Export Models": "Modèles d’exportation",
 	"Export Prompts": "Exporter les prompts",
 	"Failed to create API Key.": "Impossible de créer la clé API.",
 	"Failed to read clipboard contents": "Échec de la lecture du contenu du presse-papiers",
@@ -216,20 +216,20 @@
 	"Feel free to add specific details": "Vous pouvez ajouter des détails spécifiques",
 	"File Mode": "Mode fichier",
 	"File not found.": "Fichier introuvable.",
-	"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Détection de falsification de empreinte digitale\u00a0: impossible d'utiliser les initiales comme avatar. Par défaut, l'image de profil par défaut est utilisée.",
+	"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Détection de falsification de empreinte digitale : impossible d'utiliser les initiales comme avatar. Par défaut, l'image de profil par défaut est utilisée.",
 	"Fluidly stream large external response chunks": "Diffusez de manière fluide de gros morceaux de réponses externes",
 	"Focus chat input": "Se concentrer sur l'entrée de la discussion",
 	"Followed instructions perfectly": "Suivi des instructions parfaitement",
 	"Format your variables using square brackets like this:": "Formatez vos variables en utilisant des crochets comme ceci :",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "Pénalité de fréquence",
 	"Full Screen Mode": "Mode plein écran",
 	"General": "Général",
 	"General Settings": "Paramètres généraux",
-	"Generating search query": "",
+	"Generating search query": "Génération d’une requête de recherche",
 	"Generation Info": "Informations de génération",
 	"Good Response": "Bonne réponse",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Clé d’API Google PSE",
+	"Google PSE Engine Id": "Id du moteur Google PSE",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "n'a pas de conversations.",
 	"Hello, {{name}}": "Bonjour, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "Images",
 	"Import Chats": "Importer les discussions",
 	"Import Documents Mapping": "Importer le mappage des documents",
-	"Import Models": "",
+	"Import Models": "Importer des modèles",
 	"Import Prompts": "Importer les prompts",
 	"Include `--api` flag when running stable-diffusion-webui": "Inclure l'indicateur `--api` lors de l'exécution de stable-diffusion-webui",
-	"Info": "",
+	"Info": "L’info",
 	"Input commands": "Entrez des commandes d'entrée",
-	"Install from Github URL": "",
+	"Install from Github URL": "Installer à partir de l’URL Github",
 	"Interface": "Interface",
 	"Invalid Tag": "Tag invalide",
 	"January": "Janvier",
 	"join our Discord for help.": "rejoignez notre Discord pour obtenir de l'aide.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "Aperçu JSON",
 	"July": "Juillet",
 	"June": "Juin",
 	"JWT Expiration": "Expiration du JWT",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "Assurez-vous de les entourer avec",
 	"Manage Models": "Gérer les modèles",
 	"Manage Ollama Models": "Gérer les modèles Ollama",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "Gérer les pipelines",
 	"March": "Mars",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "Max Tokens (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Un maximum de 3 modèles peut être téléchargé simultanément. Veuillez réessayer plus tard.",
 	"May": "Mai",
 	"Memories accessible by LLMs will be shown here.": "Les mémoires accessibles par les LLM seront affichées ici.",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "Le modèle '{{modelName}}' a été téléchargé avec succès.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Le modèle '{{modelTag}}' est déjà dans la file d'attente pour le téléchargement.",
 	"Model {{modelId}} not found": "Modèle {{modelId}} non trouvé",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "Le modèle {{modelName}} n’est pas capable de vision",
+	"Model {{name}} is now {{status}}": "Le modèle {{nom}} est maintenant {{statut}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Le chemin du système de fichiers du modèle a été détecté. Le nom court du modèle est nécessaire pour la mise à jour, impossible de continuer.",
-	"Model ID": "",
+	"Model ID": "ID de modèle",
 	"Model not selected": "Modèle non sélectionné",
-	"Model Params": "",
+	"Model Params": "Paramètres modèles",
 	"Model Whitelisting": "Liste blanche de modèle",
 	"Model(s) Whitelisted": "Modèle(s) sur liste blanche",
 	"Modelfile Content": "Contenu du fichier de modèle",
@@ -301,25 +301,25 @@
 	"More": "Plus",
 	"Name": "Nom",
 	"Name Tag": "Tag de nom",
-	"Name your model": "",
+	"Name your model": "Nommez votre modèle",
 	"New Chat": "Nouvelle discussion",
 	"New Password": "Nouveau mot de passe",
 	"No results found": "Aucun résultat trouvé",
-	"No search query generated": "",
+	"No search query generated": "Aucune requête de recherche générée",
 	"No source available": "Aucune source disponible",
-	"None": "",
+	"None": "Aucune",
 	"Not factually correct": "Non, pas exactement correct",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Note: Si vous définissez un score minimum, la recherche ne retournera que les documents avec un score supérieur ou égal au score minimum.",
 	"Notifications": "Notifications de bureau",
 	"November": "Novembre",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Ollama)",
 	"October": "Octobre",
 	"Off": "Éteint",
 	"Okay, Let's Go!": "Okay, Allons-y !",
 	"OLED Dark": "OLED Sombre",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "API Ollama désactivée",
 	"Ollama Version": "Version Ollama",
 	"On": "Activé",
 	"Only": "Seulement",
@@ -344,8 +344,8 @@
 	"pending": "en attente",
 	"Permission denied when accessing microphone: {{error}}": "Permission refusée lors de l'accès au microphone : {{error}}",
 	"Personalization": "Personnalisation",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "Pipelines",
+	"Pipelines Valves": "Vannes de pipelines",
 	"Plain text (.txt)": "Texte brut (.txt)",
 	"Playground": "Aire de jeu",
 	"Positive attitude": "Attitude positive",
@@ -390,33 +390,33 @@
 	"Scan for documents from {{path}}": "Scanner des documents depuis {{path}}",
 	"Search": "Recherche",
 	"Search a model": "Rechercher un modèle",
-	"Search Chats": "",
+	"Search Chats": "Rechercher des chats",
 	"Search Documents": "Rechercher des documents",
-	"Search Models": "",
+	"Search Models": "Modèles de recherche",
 	"Search Prompts": "Rechercher des prompts",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_many": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "Nombre de résultats de la recherche",
+	"Searched {{count}} sites_one": "Recherche dans {{count}} sites_one",
+	"Searched {{count}} sites_many": "Recherche dans {{count}} sites_many",
+	"Searched {{count}} sites_other": "Recherche dans {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "Recherche sur le Web pour '{{searchQuery}}'",
+	"Searxng Query URL": "URL de la requête Searxng",
 	"See readme.md for instructions": "Voir readme.md pour les instructions",
 	"See what's new": "Voir les nouveautés",
 	"Seed": "Graine",
-	"Select a base model": "",
+	"Select a base model": "Sélectionner un modèle de base",
 	"Select a mode": "Sélectionnez un mode",
 	"Select a model": "Sélectionnez un modèle",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "Sélectionner un pipeline",
+	"Select a pipeline url": "Sélectionnez une URL de pipeline",
 	"Select an Ollama instance": "Sélectionner une instance Ollama",
 	"Select model": "Sélectionnez un modèle",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "Les modèles sélectionnés ne prennent pas en charge les entrées d’image",
 	"Send": "Envoyer",
 	"Send a Message": "Envoyer un message",
 	"Send message": "Envoyer un message",
 	"September": "Septembre",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Clé API Serper",
+	"Serpstack API Key": "Clé API Serpstack",
 	"Server connection verified": "Connexion au serveur vérifiée",
 	"Set as default": "Définir par défaut",
 	"Set Default Model": "Définir le modèle par défaut",
@@ -425,7 +425,7 @@
 	"Set Model": "Configurer le modèle",
 	"Set reranking model (e.g. {{model}})": "Définir le modèle de reranking (par exemple {{model}})",
 	"Set Steps": "Définir les étapes",
-	"Set Task Model": "",
+	"Set Task Model": "Définir le modèle de tâche",
 	"Set Voice": "Définir la voix",
 	"Settings": "Paramètres",
 	"Settings saved successfully!": "Paramètres enregistrés avec succès !",
@@ -484,21 +484,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "Des problèmes pour accéder à Ollama ?",
 	"TTS Settings": "Paramètres TTS",
-	"Type": "",
+	"Type": "Type",
 	"Type Hugging Face Resolve (Download) URL": "Entrez l'URL de résolution (téléchargement) Hugging Face",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "Uh-oh ! Il y a eu un problème de connexion à {{provider}}.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Type de fichier inconnu '{{file_type}}', mais accepté et traité comme du texte brut",
 	"Update and Copy Link": "Mettre à jour et copier le lien",
 	"Update password": "Mettre à jour le mot de passe",
 	"Upload a GGUF model": "Téléverser un modèle GGUF",
-	"Upload Files": "",
+	"Upload Files": "Télécharger des fichiers",
 	"Upload Progress": "Progression du Téléversement",
 	"URL Mode": "Mode URL",
 	"Use '#' in the prompt input to load and select your documents.": "Utilisez '#' dans l'entrée de prompt pour charger et sélectionner vos documents.",
 	"Use Gravatar": "Utiliser Gravatar",
 	"Use Initials": "Utiliser les Initiales",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (Ollama)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "utilisateur",
 	"User Permissions": "Permissions de l'utilisateur",
 	"Users": "Utilisateurs",
@@ -507,13 +507,13 @@
 	"variable": "variable",
 	"variable to have them replaced with clipboard content.": "variable pour les remplacer par le contenu du presse-papiers.",
 	"Version": "Version",
-	"Warning": "",
+	"Warning": "Avertissement",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Attention : Si vous mettez à jour ou changez votre modèle d'intégration, vous devrez réimporter tous les documents.",
 	"Web": "Web",
 	"Web Loader Settings": "Paramètres du chargeur Web",
 	"Web Params": "Paramètres Web",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "Recherche sur le Web",
+	"Web Search Engine": "Moteur de recherche Web",
 	"Webhook URL": "URL Webhook",
 	"WebUI Add-ons": "Add-ons WebUI",
 	"WebUI Settings": "Paramètres WebUI",
@@ -526,7 +526,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Rédigez un résumé en 50 mots qui résume [sujet ou mot-clé].",
 	"Yesterday": "hier",
 	"You": "Vous",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "Vous ne pouvez pas cloner un modèle de base",
 	"You have no archived conversations.": "Vous n'avez aucune conversation archivée.",
 	"You have shared this chat": "Vous avez partagé cette conversation",
 	"You're a helpful assistant.": "Vous êtes un assistant utile",

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

@@ -8,7 +8,7 @@
 	"{{modelName}} is thinking...": "{{modelName}} réfléchit...",
 	"{{user}}'s Chats": "Chats de {{user}}",
 	"{{webUIName}} Backend Required": "Backend {{webUIName}} requis",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"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 chats et les requêtes de recherche sur le Web",
 	"a user": "un utilisateur",
 	"About": "À Propos",
 	"Account": "Compte",
@@ -48,7 +48,7 @@
 	"API keys": "Clés API",
 	"April": "Avril",
 	"Archive": "Archiver",
-	"Archive All Chats": "",
+	"Archive All Chats": "Archiver toutes les discussions",
 	"Archived Chats": "Chats Archivés",
 	"are allowed - Activate this command by typing": "sont autorisés - Activez cette commande en tapant",
 	"Are you sure?": "Êtes-vous sûr ?",
@@ -63,11 +63,11 @@
 	"available!": "disponible !",
 	"Back": "Retour",
 	"Bad Response": "Mauvaise Réponse",
-	"Banners": "",
+	"Banners": "Bannières",
 	"Base Model (From)": "Modèle de Base (De)",
 	"before": "avant",
 	"Being lazy": "Est paresseux",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Clé API Brave Search",
 	"Bypass SSL verification for Websites": "Contourner la vérification SSL pour les sites Web.",
 	"Cancel": "Annuler",
 	"Capabilities": "Capacités",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "Cliquez ici pour sélectionner des documents.",
 	"click here.": "cliquez ici.",
 	"Click on the user role button to change a user's role.": "Cliquez sur le bouton de rôle d'utilisateur pour changer le rôle d'un utilisateur.",
-	"Clone": "",
+	"Clone": "Clone",
 	"Close": "Fermer",
 	"Collection": "Collection",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "URL de base ComfyUI",
 	"ComfyUI Base URL is required.": "L'URL de base ComfyUI est requise.",
 	"Command": "Commande",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "Demandes simultanées",
 	"Confirm Password": "Confirmer le mot de passe",
 	"Connections": "Connexions",
 	"Content": "Contenu",
@@ -131,14 +131,14 @@
 	"Default (Automatic1111)": "Par défaut (Automatic1111)",
 	"Default (SentenceTransformers)": "Par défaut (SentenceTransformers)",
 	"Default (Web API)": "Par défaut (API Web)",
-	"Default Model": "",
+	"Default Model": "Modèle par défaut",
 	"Default model updated": "Modèle par défaut mis à jour",
 	"Default Prompt Suggestions": "Suggestions de prompt par défaut",
 	"Default User Role": "Rôle d'utilisateur par défaut",
 	"delete": "supprimer",
 	"Delete": "Supprimer",
 	"Delete a model": "Supprimer un modèle",
-	"Delete All Chats": "",
+	"Delete All Chats": "Supprimer toutes les discussions",
 	"Delete chat": "Supprimer le chat",
 	"Delete Chat": "Supprimer le Chat",
 	"delete this link": "supprimer ce lien",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "Moteur du Modèle d'Embedding",
 	"Embedding model set to \"{{embedding_model}}\"": "Modèle d'embedding défini sur \"{{embedding_model}}\"",
 	"Enable Chat History": "Activer l'historique du chat",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "Activer le partage de communauté",
 	"Enable New Sign Ups": "Activer les nouvelles inscriptions",
-	"Enable Web Search": "",
+	"Enable Web Search": "Activer la recherche sur le Web",
 	"Enabled": "Activé",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Vérifiez que le fichier CSV contienne 4 colonnes dans cet ordre : Name (Nom), Email, Password (Mot de passe), Role (Rôle).",
 	"Enter {{role}} message here": "Entrez le message {{role}} ici",
 	"Enter a detail about yourself for your LLMs to recall": "Saisissez une donnée vous concernant pour que vos LLMs s'en souviennent",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Entrez la clé API Brave Search",
 	"Enter Chunk Overlap": "Entrez le chevauchement de bloc",
 	"Enter Chunk Size": "Entrez la taille du bloc",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Entrez l’URL brute Github",
+	"Enter Google PSE API Key": "Entrez la clé API Google PSE",
+	"Enter Google PSE Engine Id": "Entrez l’ID du moteur Google PSE",
 	"Enter Image Size (e.g. 512x512)": "Entrez la taille de l'image (p. ex. 512x512)",
 	"Enter language codes": "Entrez les codes du language",
 	"Enter model tag (e.g. {{modelTag}})": "Entrez le tag du modèle (p. ex. {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "Entrez le nombre d'étapes (p. ex. 50)",
 	"Enter Score": "Entrez le Score",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Entrez l’URL de la requête Searxng",
+	"Enter Serper API Key": "Entrez la clé API Serper",
+	"Enter Serpstack API Key": "Entrez la clé API Serpstack",
 	"Enter stop sequence": "Entrez la séquence de fin",
 	"Enter Top K": "Entrez Top K",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "Entrez l'URL (p. ex. http://127.0.0.1:7860/)",
@@ -202,9 +202,9 @@
 	"Enter Your Full Name": "Entrez Votre Nom Complet",
 	"Enter Your Password": "Entrez Votre Mot De Passe",
 	"Enter Your Role": "Entrez Votre Rôle",
-	"Error": "",
+	"Error": "Erreur",
 	"Experimental": "Expérimental",
-	"Export": "",
+	"Export": "Exportation",
 	"Export All Chats (All Users)": "Exporter Tous les Chats (Tous les Utilisateurs)",
 	"Export Chats": "Exporter les Chats",
 	"Export Documents Mapping": "Exporter la Correspondance des Documents",
@@ -221,15 +221,15 @@
 	"Focus chat input": "Concentrer sur l'entrée du chat",
 	"Followed instructions perfectly": "A suivi les instructions parfaitement",
 	"Format your variables using square brackets like this:": "Formatez vos variables en utilisant des crochets comme ceci :",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "Pénalité de fréquence",
 	"Full Screen Mode": "Mode plein écran",
 	"General": "Général",
 	"General Settings": "Paramètres Généraux",
-	"Generating search query": "",
+	"Generating search query": "Génération d’une requête de recherche",
 	"Generation Info": "Informations de la Génération",
 	"Good Response": "Bonne Réponse",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Clé API Google PSE",
+	"Google PSE Engine Id": "ID du moteur Google PSE",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "n'a pas de conversations.",
 	"Hello, {{name}}": "Bonjour, {{name}}",
@@ -246,9 +246,9 @@
 	"Import Models": "Importer des Modèles",
 	"Import Prompts": "Importer des Prompts",
 	"Include `--api` flag when running stable-diffusion-webui": "Inclure le drapeau `--api` lors de l'exécution de stable-diffusion-webui",
-	"Info": "",
+	"Info": "Info",
 	"Input commands": "Entrez les commandes d'entrée",
-	"Install from Github URL": "",
+	"Install from Github URL": "Installer à partir de l’URL Github",
 	"Interface": "Interface",
 	"Invalid Tag": "Tag Invalide",
 	"January": "Janvier",
@@ -271,7 +271,7 @@
 	"Make sure to enclose them with": "Assurez-vous de les entourer avec",
 	"Manage Models": "Gérer les modèles",
 	"Manage Ollama Models": "Gérer les modèles Ollama",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "Gérer les pipelines",
 	"March": "Mars",
 	"Max Tokens (num_predict)": "Tokens maximaux (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Un maximum de 3 modèles peut être téléchargé simultanément. Veuillez réessayer plus tard.",
@@ -289,7 +289,7 @@
 	"Model '{{modelTag}}' is already in queue for downloading.": "Le modèle '{{modelTag}}' est déjà dans la file d'attente pour le téléchargement.",
 	"Model {{modelId}} not found": "Modèle {{modelId}} non trouvé",
 	"Model {{modelName}} is not vision capable": "Modèle {{modelName}} n'est pas capable de voir",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{name}} is now {{status}}": "Le modèle {{name}} est maintenant {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Chemin du système de fichier du modèle détecté. Le nom court du modèle est requis pour la mise à jour, ne peut pas continuer.",
 	"Model ID": "ID du Modèle",
 	"Model not selected": "Modèle non sélectionné",
@@ -305,21 +305,21 @@
 	"New Chat": "Nouveau chat",
 	"New Password": "Nouveau mot de passe",
 	"No results found": "Aucun résultat",
-	"No search query generated": "",
+	"No search query generated": "Aucune requête de recherche générée",
 	"No source available": "Aucune source disponible",
-	"None": "",
+	"None": "Aucun",
 	"Not factually correct": "Faits incorrects",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Note : Si vous définissez un score minimum, la recherche ne renverra que les documents ayant un score supérieur ou égal au score minimum.",
 	"Notifications": "Notifications de bureau",
 	"November": "Novembre",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Ollama)",
 	"October": "Octobre",
 	"Off": "Désactivé",
 	"Okay, Let's Go!": "D'accord, allons-y !",
 	"OLED Dark": "Sombre OLED",
 	"Ollama": "Ollama",
 	"Ollama API": "API Ollama",
-	"Ollama API disabled": "",
+	"Ollama API disabled": "API Ollama désactivée",
 	"Ollama Version": "Version Ollama",
 	"On": "Activé",
 	"Only": "Seulement",
@@ -344,8 +344,8 @@
 	"pending": "en attente",
 	"Permission denied when accessing microphone: {{error}}": "Permission refusée lors de l'accès au microphone : {{error}}",
 	"Personalization": "Personnalisation",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "Pipelines",
+	"Pipelines Valves": "Vannes de pipelines",
 	"Plain text (.txt)": "Texte Brute (.txt)",
 	"Playground": "Aire de jeu",
 	"Positive attitude": "Attitude Positive",
@@ -390,24 +390,24 @@
 	"Scan for documents from {{path}}": "Scanner des documents depuis {{path}}",
 	"Search": "Recherche",
 	"Search a model": "Rechercher un modèle",
-	"Search Chats": "",
+	"Search Chats": "Rechercher des chats",
 	"Search Documents": "Rechercher des Documents",
-	"Search Models": "",
+	"Search Models": "Rechercher des modèles",
 	"Search Prompts": "Rechercher des Prompts",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_many": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "Nombre de résultats de recherche",
+	"Searched {{count}} sites_one": "Recherché {{count}} sites_one",
+	"Searched {{count}} sites_many": "Recherché {{count}} sites_many",
+	"Searched {{count}} sites_other": "Recherché {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "Recherche sur le web pour '{{searchQuery}}'",
+	"Searxng Query URL": "URL de requête Searxng",
 	"See readme.md for instructions": "Voir readme.md pour les instructions",
 	"See what's new": "Voir les nouveautés",
 	"Seed": "Graine",
 	"Select a base model": "Sélectionner un modèle de base",
 	"Select a mode": "Sélectionner un mode",
 	"Select a model": "Sélectionner un modèle",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "Sélectionner un pipeline",
+	"Select a pipeline url": "Sélectionnez une URL de pipeline",
 	"Select an Ollama instance": "Sélectionner une instance Ollama",
 	"Select model": "Sélectionner un modèle",
 	"Selected model(s) do not support image inputs": "Modèle(s) séléctionés ne supportent pas les entrées images",
@@ -415,8 +415,8 @@
 	"Send a Message": "Envoyer un message",
 	"Send message": "Envoyer un message",
 	"September": "Septembre",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Clé API Serper",
+	"Serpstack API Key": "Clé API Serpstack",
 	"Server connection verified": "Connexion au serveur vérifiée",
 	"Set as default": "Définir par défaut",
 	"Set Default Model": "Définir le Modèle par Défaut",
@@ -425,7 +425,7 @@
 	"Set Model": "Définir le Modèle",
 	"Set reranking model (e.g. {{model}})": "Définir le modèle de reclassement (p. ex. {{model}})",
 	"Set Steps": "Définir les Étapes",
-	"Set Task Model": "",
+	"Set Task Model": "Définir le modèle de tâche",
 	"Set Voice": "Définir la Voix",
 	"Settings": "Paramètres",
 	"Settings saved successfully!": "Paramètres enregistrés avec succès !",
@@ -484,21 +484,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "Problèmes d'accès à Ollama ?",
 	"TTS Settings": "Paramètres TTS",
-	"Type": "",
+	"Type": "Type",
 	"Type Hugging Face Resolve (Download) URL": "Entrez l'URL de Résolution (Téléchargement) Hugging Face",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "Uh-oh ! Il y a eu un problème de connexion à {{provider}}.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Type de Fichier Inconnu '{{file_type}}', mais accepté et traité comme du texte brut",
 	"Update and Copy Link": "Mettre à Jour et Copier le Lien",
 	"Update password": "Mettre à Jour le Mot de Passe",
 	"Upload a GGUF model": "Téléverser un modèle GGUF",
-	"Upload Files": "",
+	"Upload Files": "Télécharger des fichiers",
 	"Upload Progress": "Progression du Téléversement",
 	"URL Mode": "Mode URL",
 	"Use '#' in the prompt input to load and select your documents.": "Utilisez '#' dans l'entrée du prompt pour charger et sélectionner vos documents.",
 	"Use Gravatar": "Utiliser Gravatar",
 	"Use Initials": "Utiliser les Initiales",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (Ollama)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "utilisateur",
 	"User Permissions": "Permissions d'utilisateur",
 	"Users": "Utilisateurs",
@@ -507,13 +507,13 @@
 	"variable": "variable",
 	"variable to have them replaced with clipboard content.": "variable pour les remplacer par le contenu du presse-papiers.",
 	"Version": "Version",
-	"Warning": "",
+	"Warning": "Avertissement",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Avertissement : Si vous mettez à jour ou modifier votre modèle d'embedding, vous devrez réimporter tous les documents.",
 	"Web": "Web",
 	"Web Loader Settings": "Paramètres du Chargeur Web",
 	"Web Params": "Paramètres Web",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "Recherche sur le Web",
+	"Web Search Engine": "Moteur de recherche Web",
 	"Webhook URL": "URL du Webhook",
 	"WebUI Add-ons": "Add-ons WebUI",
 	"WebUI Settings": "Paramètres WebUI",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(בטא)",
 	"(e.g. `sh webui.sh --api`)": "(למשל `sh webui.sh --api`)",
 	"(latest)": "(האחרון)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ דגמים }}",
+	"{{ owner }}: You cannot delete a base model": "{{ בעלים }}: לא ניתן למחוק מודל בסיס",
 	"{{modelName}} is thinking...": "{{modelName}} חושב...",
 	"{{user}}'s Chats": "צ'אטים של {{user}}",
 	"{{webUIName}} Backend Required": "נדרש Backend של {{webUIName}}",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"A task model is used when performing tasks such as generating titles for chats and web search queries": "מודל משימה משמש בעת ביצוע משימות כגון יצירת כותרות עבור צ'אטים ושאילתות חיפוש באינטרנט",
 	"a user": "משתמש",
 	"About": "אודות",
 	"Account": "חשבון",
 	"Accurate information": "מידע מדויק",
 	"Add": "הוסף",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "הוספת מזהה דגם",
+	"Add a short description about what this model does": "הוסף תיאור קצר אודות אופן הפעולה של מודל זה",
 	"Add a short title for this prompt": "הוסף כותרת קצרה לפקודה זו",
 	"Add a tag": "הוסף תג",
 	"Add custom prompt": "הוסף פקודה מותאמת אישית",
@@ -31,7 +31,7 @@
 	"Admin Panel": "לוח בקרה למנהל",
 	"Admin Settings": "הגדרות מנהל",
 	"Advanced Parameters": "פרמטרים מתקדמים",
-	"Advanced Params": "",
+	"Advanced Params": "פרמטרים מתקדמים",
 	"all": "הכל",
 	"All Documents": "כל המסמכים",
 	"All Users": "כל המשתמשים",
@@ -48,7 +48,7 @@
 	"API keys": "מפתחות API",
 	"April": "אפריל",
 	"Archive": "ארכיון",
-	"Archive All Chats": "",
+	"Archive All Chats": "אחסן בארכיון את כל הצ'אטים",
 	"Archived Chats": "צ'אטים מאורכבים",
 	"are allowed - Activate this command by typing": "מותרים - הפעל פקודה זו על ידי הקלדה",
 	"Are you sure?": "האם אתה בטוח?",
@@ -63,14 +63,14 @@
 	"available!": "זמין!",
 	"Back": "חזור",
 	"Bad Response": "תגובה שגויה",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "באנרים",
+	"Base Model (From)": "דגם בסיס (מ)",
 	"before": "לפני",
 	"Being lazy": "להיות עצלן",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "מפתח API של חיפוש אמיץ",
 	"Bypass SSL verification for Websites": "עקוף אימות SSL עבור אתרים",
 	"Cancel": "בטל",
-	"Capabilities": "",
+	"Capabilities": "יכולות",
 	"Change Password": "שנה סיסמה",
 	"Chat": "צ'אט",
 	"Chat Bubble UI": "UI של תיבת הדיבור",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "לחץ כאן לבחירת מסמכים.",
 	"click here.": "לחץ כאן.",
 	"Click on the user role button to change a user's role.": "לחץ על כפתור תפקיד המשתמש כדי לשנות את תפקיד המשתמש.",
-	"Clone": "",
+	"Clone": "שיבוט",
 	"Close": "סגור",
 	"Collection": "אוסף",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "כתובת URL בסיסית של ComfyUI",
 	"ComfyUI Base URL is required.": "נדרשת כתובת URL בסיסית של ComfyUI",
 	"Command": "פקודה",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "בקשות בו-זמניות",
 	"Confirm Password": "אשר סיסמה",
 	"Connections": "חיבורים",
 	"Content": "תוכן",
@@ -114,7 +114,7 @@
 	"Copy Link": "העתק קישור",
 	"Copying to clipboard was successful!": "ההעתקה ללוח הייתה מוצלחת!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "צור ביטוי תמציתי של 3-5 מילים ככותרת לשאילתה הבאה, תוך שמירה מדויקת על מגבלת 3-5 המילים והימנעות משימוש במילה 'כותרת':",
-	"Create a model": "",
+	"Create a model": "יצירת מודל",
 	"Create Account": "צור חשבון",
 	"Create new key": "צור מפתח חדש",
 	"Create new secret key": "צור מפתח סודי חדש",
@@ -123,7 +123,7 @@
 	"Current Model": "המודל הנוכחי",
 	"Current Password": "הסיסמה הנוכחית",
 	"Custom": "מותאם אישית",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "התאמה אישית של מודלים למטרה ספציפית",
 	"Dark": "כהה",
 	"Database": "מסד נתונים",
 	"December": "דצמבר",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "ברירת מחדל (Automatic1111)",
 	"Default (SentenceTransformers)": "ברירת מחדל (SentenceTransformers)",
 	"Default (Web API)": "ברירת מחדל (Web API)",
-	"Default Model": "",
+	"Default Model": "מודל ברירת מחדל",
 	"Default model updated": "המודל המוגדר כברירת מחדל עודכן",
 	"Default Prompt Suggestions": "הצעות ברירת מחדל לפקודות",
 	"Default User Role": "תפקיד משתמש ברירת מחדל",
 	"delete": "מחק",
 	"Delete": "מחק",
 	"Delete a model": "מחק מודל",
-	"Delete All Chats": "",
+	"Delete All Chats": "מחק את כל הצ'אטים",
 	"Delete chat": "מחק צ'אט",
 	"Delete Chat": "מחק צ'אט",
 	"delete this link": "מחק את הקישור הזה",
 	"Delete User": "מחק משתמש",
 	"Deleted {{deleteModelTag}}": "נמחק {{deleteModelTag}}",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "נמחק {{name}}",
 	"Description": "תיאור",
 	"Didn't fully follow instructions": "לא עקב אחרי ההוראות באופן מלא",
 	"Disabled": "מושבת",
-	"Discover a model": "",
+	"Discover a model": "גלה מודל",
 	"Discover a prompt": "גלה פקודה",
 	"Discover, download, and explore custom prompts": "גלה, הורד, וחקור פקודות מותאמות אישית",
 	"Discover, download, and explore model presets": "גלה, הורד, וחקור הגדרות מודל מוגדרות מראש",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "מנוע מודל הטמעה",
 	"Embedding model set to \"{{embedding_model}}\"": "מודל ההטמעה הוגדר ל-\"{{embedding_model}}\"",
 	"Enable Chat History": "הפעל היסטוריית צ'אט",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "הפיכת שיתוף קהילה לזמין",
 	"Enable New Sign Ups": "אפשר הרשמות חדשות",
-	"Enable Web Search": "",
+	"Enable Web Search": "הפיכת חיפוש באינטרנט לזמין",
 	"Enabled": "מופעל",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "ודא שקובץ ה-CSV שלך כולל 4 עמודות בסדר הבא: שם, דוא\"ל, סיסמה, תפקיד.",
 	"Enter {{role}} message here": "הזן הודעת {{role}} כאן",
 	"Enter a detail about yourself for your LLMs to recall": "הזן פרטים על עצמך כדי שLLMs יזכור",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "הזן מפתח API של חיפוש אמיץ",
 	"Enter Chunk Overlap": "הזן חפיפת נתונים",
 	"Enter Chunk Size": "הזן גודל נתונים",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "הזן כתובת URL של Github Raw",
+	"Enter Google PSE API Key": "הזן מפתח API של Google PSE",
+	"Enter Google PSE Engine Id": "הזן את מזהה מנוע PSE של Google",
 	"Enter Image Size (e.g. 512x512)": "הזן גודל תמונה (למשל 512x512)",
 	"Enter language codes": "הזן קודי שפה",
 	"Enter model tag (e.g. {{modelTag}})": "הזן תג מודל (למשל {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "הזן מספר שלבים (למשל 50)",
 	"Enter Score": "הזן ציון",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "הזן כתובת URL של שאילתת Searxng",
+	"Enter Serper API Key": "הזן מפתח API של Serper",
+	"Enter Serpstack API Key": "הזן מפתח API של Serpstack",
 	"Enter stop sequence": "הזן רצף עצירה",
 	"Enter Top K": "הזן Top K",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "הזן כתובת URL (למשל http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "הזן את שמך המלא",
 	"Enter Your Password": "הזן את הסיסמה שלך",
 	"Enter Your Role": "הזן את התפקיד שלך",
-	"Error": "",
+	"Error": "שגיאה",
 	"Experimental": "ניסיוני",
-	"Export": "",
+	"Export": "ייצא",
 	"Export All Chats (All Users)": "ייצוא כל הצ'אטים (כל המשתמשים)",
 	"Export Chats": "ייצוא צ'אטים",
 	"Export Documents Mapping": "ייצוא מיפוי מסמכים",
-	"Export Models": "",
+	"Export Models": "ייצוא מודלים",
 	"Export Prompts": "ייצוא פקודות",
 	"Failed to create API Key.": "יצירת מפתח API נכשלה.",
 	"Failed to read clipboard contents": "קריאת תוכן הלוח נכשלה",
@@ -221,15 +221,15 @@
 	"Focus chat input": "מיקוד הקלט לצ'אט",
 	"Followed instructions perfectly": "עקב אחר ההוראות במושלמות",
 	"Format your variables using square brackets like this:": "עצב את המשתנים שלך באמצעות סוגריים מרובעים כך:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "עונש תדירות",
 	"Full Screen Mode": "מצב מסך מלא",
 	"General": "כללי",
 	"General Settings": "הגדרות כלליות",
-	"Generating search query": "",
+	"Generating search query": "יצירת שאילתת חיפוש",
 	"Generation Info": "מידע על היצירה",
 	"Good Response": "תגובה טובה",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "מפתח API של Google PSE",
+	"Google PSE Engine Id": "מזהה מנוע PSE של Google",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "אין שיחות.",
 	"Hello, {{name}}": "שלום, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "תמונות",
 	"Import Chats": "יבוא צ'אטים",
 	"Import Documents Mapping": "יבוא מיפוי מסמכים",
-	"Import Models": "",
+	"Import Models": "ייבוא דגמים",
 	"Import Prompts": "יבוא פקודות",
 	"Include `--api` flag when running stable-diffusion-webui": "כלול את הדגל `--api` בעת הרצת stable-diffusion-webui",
-	"Info": "",
+	"Info": "מידע",
 	"Input commands": "פקודות קלט",
-	"Install from Github URL": "",
+	"Install from Github URL": "התקן מכתובת URL של Github",
 	"Interface": "ממשק",
 	"Invalid Tag": "תג לא חוקי",
 	"January": "ינואר",
 	"join our Discord for help.": "הצטרף ל-Discord שלנו לעזרה.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "תצוגה מקדימה של JSON",
 	"July": "יולי",
 	"June": "יוני",
 	"JWT Expiration": "תפוגת JWT",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "ודא להקיף אותם עם",
 	"Manage Models": "נהל מודלים",
 	"Manage Ollama Models": "נהל מודלים של Ollama",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "ניהול צינורות",
 	"March": "מרץ",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "מקסימום אסימונים (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "ניתן להוריד מקסימום 3 מודלים בו זמנית. אנא נסה שוב מאוחר יותר.",
 	"May": "מאי",
 	"Memories accessible by LLMs will be shown here.": "מזכירים נגישים על ידי LLMs יוצגו כאן.",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "המודל '{{modelName}}' הורד בהצלחה.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "המודל '{{modelTag}}' כבר בתור להורדה.",
 	"Model {{modelId}} not found": "המודל {{modelId}} לא נמצא",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "דגם {{modelName}} אינו בעל יכולת ראייה",
+	"Model {{name}} is now {{status}}": "דגם {{name}} הוא כעת {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "נתיב מערכת הקבצים של המודל זוהה. נדרש שם קצר של המודל לעדכון, לא ניתן להמשיך.",
-	"Model ID": "",
+	"Model ID": "מזהה דגם",
 	"Model not selected": "לא נבחר מודל",
-	"Model Params": "",
+	"Model Params": "פרמס מודל",
 	"Model Whitelisting": "רישום לבן של מודלים",
 	"Model(s) Whitelisted": "מודלים שנכללו ברשימה הלבנה",
 	"Modelfile Content": "תוכן קובץ מודל",
@@ -301,25 +301,25 @@
 	"More": "עוד",
 	"Name": "שם",
 	"Name Tag": "תג שם",
-	"Name your model": "",
+	"Name your model": "תן שם לדגם שלך",
 	"New Chat": "צ'אט חדש",
 	"New Password": "סיסמה חדשה",
 	"No results found": "לא נמצאו תוצאות",
-	"No search query generated": "",
+	"No search query generated": "לא נוצרה שאילתת חיפוש",
 	"No source available": "אין מקור זמין",
-	"None": "",
+	"None": "ללא",
 	"Not factually correct": "לא נכון מבחינה עובדתית",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "הערה: אם תקבע ציון מינימלי, החיפוש יחזיר רק מסמכים עם ציון שגבוה או שווה לציון המינימלי.",
 	"Notifications": "התראות",
 	"November": "נובמבר",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Ollama)",
 	"October": "אוקטובר",
 	"Off": "כבוי",
 	"Okay, Let's Go!": "בסדר, בואו נתחיל!",
 	"OLED Dark": "OLED כהה",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "Ollama API מושבת",
 	"Ollama Version": "גרסת Ollama",
 	"On": "פועל",
 	"Only": "רק",
@@ -344,8 +344,8 @@
 	"pending": "ממתין",
 	"Permission denied when accessing microphone: {{error}}": "ההרשאה נדחתה בעת גישה למיקרופון: {{error}}",
 	"Personalization": "תאור",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "צינורות",
+	"Pipelines Valves": "צינורות שסתומים",
 	"Plain text (.txt)": "טקסט פשוט (.txt)",
 	"Playground": "אזור משחקים",
 	"Positive attitude": "גישה חיובית",
@@ -390,33 +390,33 @@
 	"Scan for documents from {{path}}": "סרוק מסמכים מ-{{path}}",
 	"Search": "חפש",
 	"Search a model": "חפש מודל",
-	"Search Chats": "",
+	"Search Chats": "חיפוש צ'אטים",
 	"Search Documents": "חפש מסמכים",
-	"Search Models": "",
+	"Search Models": "חיפוש מודלים",
 	"Search Prompts": "חפש פקודות",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_two": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "ספירת תוצאות חיפוש",
+	"Searched {{count}} sites_one": "חיפש {{count}} sites_one",
+	"Searched {{count}} sites_two": "חיפש {{count}} sites_two",
+	"Searched {{count}} sites_other": "חיפש {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "חיפוש באינטרנט אחר '{{searchQuery}}'",
+	"Searxng Query URL": "כתובת URL של שאילתת Searxng",
 	"See readme.md for instructions": "ראה את readme.md להוראות",
 	"See what's new": "ראה מה חדש",
 	"Seed": "זרע",
-	"Select a base model": "",
+	"Select a base model": "בחירת מודל בסיס",
 	"Select a mode": "בחר מצב",
 	"Select a model": "בחר מודל",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "בחר קו צינור",
+	"Select a pipeline url": "בחר כתובת URL של קו צינור",
 	"Select an Ollama instance": "בחר מופע של Ollama",
 	"Select model": "בחר מודל",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "דגמים נבחרים אינם תומכים בקלט תמונה",
 	"Send": "שלח",
 	"Send a Message": "שלח הודעה",
 	"Send message": "שלח הודעה",
 	"September": "ספטמבר",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "מפתח Serper API",
+	"Serpstack API Key": "מפתח API של Serpstack",
 	"Server connection verified": "החיבור לשרת אומת",
 	"Set as default": "הגדר כברירת מחדל",
 	"Set Default Model": "הגדר מודל ברירת מחדל",
@@ -425,7 +425,7 @@
 	"Set Model": "הגדר מודל",
 	"Set reranking model (e.g. {{model}})": "הגדר מודל דירוג מחדש (למשל {{model}})",
 	"Set Steps": "הגדר שלבים",
-	"Set Task Model": "",
+	"Set Task Model": "הגדרת מודל משימה",
 	"Set Voice": "הגדר קול",
 	"Settings": "הגדרות",
 	"Settings saved successfully!": "ההגדרות נשמרו בהצלחה!",
@@ -484,21 +484,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "קשה לגשת לOllama?",
 	"TTS Settings": "הגדרות TTS",
-	"Type": "",
+	"Type": "סוג",
 	"Type Hugging Face Resolve (Download) URL": "הקלד כתובת URL של פתרון פנים מחבק (הורד)",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "או-הו! אירעה בעיה בהתחברות ל- {{provider}}.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "סוג קובץ לא ידוע '{{file_type}}', אך מקבל ומתייחס אליו כטקסט רגיל",
 	"Update and Copy Link": "עדכן ושכפל קישור",
 	"Update password": "עדכן סיסמה",
 	"Upload a GGUF model": "העלה מודל GGUF",
-	"Upload Files": "",
+	"Upload Files": "העלאת קבצים",
 	"Upload Progress": "תקדמות העלאה",
 	"URL Mode": "מצב URL",
 	"Use '#' in the prompt input to load and select your documents.": "השתמש ב- '#' בקלט הבקשה כדי לטעון ולבחור את המסמכים שלך.",
 	"Use Gravatar": "שימוש ב Gravatar",
 	"Use Initials": "שימוש ב initials",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (אולמה)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "משתמש",
 	"User Permissions": "הרשאות משתמש",
 	"Users": "משתמשים",
@@ -507,13 +507,13 @@
 	"variable": "משתנה",
 	"variable to have them replaced with clipboard content.": "משתנה להחליפו ב- clipboard תוכן.",
 	"Version": "גרסה",
-	"Warning": "",
+	"Warning": "אזהרה",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "אזהרה: אם תעדכן או תשנה את מודל ההטבעה שלך, יהיה עליך לייבא מחדש את כל המסמכים.",
 	"Web": "רשת",
 	"Web Loader Settings": "הגדרות טעינת אתר",
 	"Web Params": "פרמטרים Web",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "חיפוש באינטרנט",
+	"Web Search Engine": "מנוע חיפוש באינטרנט",
 	"Webhook URL": "URL Webhook",
 	"WebUI Add-ons": "נסיונות WebUI",
 	"WebUI Settings": "הגדרות WebUI",
@@ -526,7 +526,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "כתוב סיכום ב-50 מילים שמסכם [נושא או מילת מפתח].",
 	"Yesterday": "אתמול",
 	"You": "אתה",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "לא ניתן לשכפל מודל בסיס",
 	"You have no archived conversations.": "אין לך שיחות בארכיון.",
 	"You have shared this chat": "שיתפת את השיחה הזו",
 	"You're a helpful assistant.": "אתה עוזר מועיל.",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)",
 	"(latest)": "(latest)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ मॉडल }}",
+	"{{ owner }}: You cannot delete a base model": "{{ मालिक }}: आप बेस मॉडल को हटा नहीं सकते",
 	"{{modelName}} is thinking...": "{{modelName}} सोच रहा है...",
 	"{{user}}'s Chats": "{{user}} की चैट",
 	"{{webUIName}} Backend Required": "{{webUIName}} बैकएंड आवश्यक",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"A task model is used when performing tasks such as generating titles for chats and web search queries": "चैट और वेब खोज क्वेरी के लिए शीर्षक उत्पन्न करने जैसे कार्य करते समय कार्य मॉडल का उपयोग किया जाता है",
 	"a user": "एक उपयोगकर्ता",
 	"About": "हमारे बारे में",
 	"Account": "खाता",
 	"Accurate information": "सटीक जानकारी",
 	"Add": "जोड़ें",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "मॉडल आईडी जोड़ना",
+	"Add a short description about what this model does": "इस मॉडल के बारे में एक संक्षिप्त विवरण जोड़ें",
 	"Add a short title for this prompt": "इस संकेत के लिए एक संक्षिप्त शीर्षक जोड़ें",
 	"Add a tag": "एक टैग जोड़े",
 	"Add custom prompt": "अनुकूल संकेत जोड़ें",
@@ -31,7 +31,7 @@
 	"Admin Panel": "व्यवस्थापक पैनल",
 	"Admin Settings": "व्यवस्थापक सेटिंग्स",
 	"Advanced Parameters": "उन्नत पैरामीटर",
-	"Advanced Params": "",
+	"Advanced Params": "उन्नत परम",
 	"all": "सभी",
 	"All Documents": "सभी डॉक्यूमेंट्स",
 	"All Users": "सभी उपयोगकर्ता",
@@ -48,7 +48,7 @@
 	"API keys": "एपीआई कुंजियाँ",
 	"April": "अप्रैल",
 	"Archive": "पुरालेख",
-	"Archive All Chats": "",
+	"Archive All Chats": "सभी चैट संग्रहीत करें",
 	"Archived Chats": "संग्रहीत चैट",
 	"are allowed - Activate this command by typing": "अनुमति है - टाइप करके इस कमांड को सक्रिय करें",
 	"Are you sure?": "क्या आपको यकीन है?",
@@ -63,14 +63,14 @@
 	"available!": "उपलब्ध!",
 	"Back": "पीछे",
 	"Bad Response": "ख़राब प्रतिक्रिया",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "बैनर",
+	"Base Model (From)": "बेस मॉडल (से)",
 	"before": "पहले",
 	"Being lazy": "आलसी होना",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Brave सर्च एपीआई कुंजी",
 	"Bypass SSL verification for Websites": "वेबसाइटों के लिए SSL सुनिश्चिती को छोड़ें",
 	"Cancel": "रद्द करें",
-	"Capabilities": "",
+	"Capabilities": "क्षमताओं",
 	"Change Password": "पासवर्ड बदलें",
 	"Chat": "चैट करें",
 	"Chat Bubble UI": "चैट बॉली",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "दस्तावेज़ चुनने के लिए यहां क्लिक करें।",
 	"click here.": "यहाँ क्लिक करें।",
 	"Click on the user role button to change a user's role.": "उपयोगकर्ता की भूमिका बदलने के लिए उपयोगकर्ता भूमिका बटन पर क्लिक करें।",
-	"Clone": "",
+	"Clone": "क्लोन",
 	"Close": "बंद करना",
 	"Collection": "संग्रह",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "ComfyUI बेस यूआरएल",
 	"ComfyUI Base URL is required.": "ComfyUI का बेस यूआरएल आवश्यक है",
 	"Command": "कमांड",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "समवर्ती अनुरोध",
 	"Confirm Password": "पासवर्ड की पुष्टि कीजिये",
 	"Connections": "सम्बन्ध",
 	"Content": "सामग्री",
@@ -114,7 +114,7 @@
 	"Copy Link": "लिंक को कॉपी करें",
 	"Copying to clipboard was successful!": "क्लिपबोर्ड पर कॉपी बनाना सफल रहा!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "निम्नलिखित क्वेरी के लिए हेडर के रूप में एक संक्षिप्त, 3-5 शब्द वाक्यांश बनाएं, 3-5 शब्द सीमा का सख्ती से पालन करें और 'शीर्षक' शब्द के उपयोग से बचें:",
-	"Create a model": "",
+	"Create a model": "एक मॉडल बनाएं",
 	"Create Account": "खाता बनाएं",
 	"Create new key": "नया क्रिप्टोग्राफिक क्षेत्र बनाएं",
 	"Create new secret key": "नया क्रिप्टोग्राफिक क्षेत्र बनाएं",
@@ -123,7 +123,7 @@
 	"Current Model": "वर्तमान मॉडल",
 	"Current Password": "वर्तमान पासवर्ड",
 	"Custom": "कस्टम संस्करण",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "एक विशिष्ट उद्देश्य के लिए मॉडल अनुकूलित करें",
 	"Dark": "डार्क",
 	"Database": "डेटाबेस",
 	"December": "डिसेंबर",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "डिफ़ॉल्ट (Automatic1111)",
 	"Default (SentenceTransformers)": "डिफ़ॉल्ट (SentenceTransformers)",
 	"Default (Web API)": "डिफ़ॉल्ट (Web API)",
-	"Default Model": "",
+	"Default Model": "डिफ़ॉल्ट मॉडल",
 	"Default model updated": "डिफ़ॉल्ट मॉडल अपडेट किया गया",
 	"Default Prompt Suggestions": "डिफ़ॉल्ट प्रॉम्प्ट सुझाव",
 	"Default User Role": "डिफ़ॉल्ट उपयोगकर्ता भूमिका",
 	"delete": "डिलीट",
 	"Delete": "डिलीट",
 	"Delete a model": "एक मॉडल हटाएँ",
-	"Delete All Chats": "",
+	"Delete All Chats": "सभी चैट हटाएं",
 	"Delete chat": "चैट हटाएं",
 	"Delete Chat": "चैट हटाएं",
 	"delete this link": "इस लिंक को हटाएं",
 	"Delete User": "उपभोक्ता मिटायें",
 	"Deleted {{deleteModelTag}}": "{{deleteModelTag}} हटा दिया गया",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "{{name}} हटा दिया गया",
 	"Description": "विवरण",
 	"Didn't fully follow instructions": "निर्देशों का पूरी तरह से पालन नहीं किया",
 	"Disabled": "अक्षरण",
-	"Discover a model": "",
+	"Discover a model": "एक मॉडल की खोज करें",
 	"Discover a prompt": "प्रॉम्प्ट खोजें",
 	"Discover, download, and explore custom prompts": "कस्टम प्रॉम्प्ट को खोजें, डाउनलोड करें और एक्सप्लोर करें",
 	"Discover, download, and explore model presets": "मॉडल प्रीसेट खोजें, डाउनलोड करें और एक्सप्लोर करें",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "एंबेडिंग मॉडल इंजन",
 	"Embedding model set to \"{{embedding_model}}\"": "एम्बेडिंग मॉडल को \"{{embedding_model}}\" पर सेट किया गया",
 	"Enable Chat History": "चैट इतिहास सक्रिय करें",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "समुदाय साझाकरण सक्षम करें",
 	"Enable New Sign Ups": "नए साइन अप सक्रिय करें",
-	"Enable Web Search": "",
+	"Enable Web Search": "वेब खोज सक्षम करें",
 	"Enabled": "सक्रिय",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "सुनिश्चित करें कि आपकी CSV फ़ाइल में इस क्रम में 4 कॉलम शामिल हैं: नाम, ईमेल, पासवर्ड, भूमिका।",
 	"Enter {{role}} message here": "यहां {{role}} संदेश दर्ज करें",
 	"Enter a detail about yourself for your LLMs to recall": "अपने एलएलएम को याद करने के लिए अपने बारे में एक विवरण दर्ज करें",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Brave सर्च एपीआई कुंजी डालें",
 	"Enter Chunk Overlap": "चंक ओवरलैप दर्ज करें",
 	"Enter Chunk Size": "खंड आकार दर्ज करें",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Github Raw URL दर्ज करें",
+	"Enter Google PSE API Key": "Google PSE API कुंजी दर्ज करें",
+	"Enter Google PSE Engine Id": "Google PSE इंजन आईडी दर्ज करें",
 	"Enter Image Size (e.g. 512x512)": "छवि का आकार दर्ज करें (उदा. 512x512)",
 	"Enter language codes": "भाषा कोड दर्ज करें",
 	"Enter model tag (e.g. {{modelTag}})": "Model tag दर्ज करें (उदा. {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "चरणों की संख्या दर्ज करें (उदा. 50)",
 	"Enter Score": "स्कोर दर्ज करें",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Searxng क्वेरी URL दर्ज करें",
+	"Enter Serper API Key": "Serper API कुंजी दर्ज करें",
+	"Enter Serpstack API Key": "सर्पस्टैक एपीआई कुंजी दर्ज करें",
 	"Enter stop sequence": "स्टॉप अनुक्रम दर्ज करें",
 	"Enter Top K": "शीर्ष K दर्ज करें",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "यूआरएल दर्ज करें (उदा. http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "अपना पूरा नाम भरें",
 	"Enter Your Password": "अपना पासवर्ड भरें",
 	"Enter Your Role": "अपनी भूमिका दर्ज करें",
-	"Error": "",
+	"Error": "चूक",
 	"Experimental": "प्रयोगात्मक",
-	"Export": "",
+	"Export": "निर्यातित माल",
 	"Export All Chats (All Users)": "सभी चैट निर्यात करें (सभी उपयोगकर्ताओं की)",
 	"Export Chats": "चैट निर्यात करें",
 	"Export Documents Mapping": "निर्यात दस्तावेज़ मैपिंग",
-	"Export Models": "",
+	"Export Models": "निर्यात मॉडल",
 	"Export Prompts": "प्रॉम्प्ट निर्यात करें",
 	"Failed to create API Key.": "एपीआई कुंजी बनाने में विफल.",
 	"Failed to read clipboard contents": "क्लिपबोर्ड सामग्री पढ़ने में विफल",
@@ -221,15 +221,15 @@
 	"Focus chat input": "चैट इनपुट पर फ़ोकस करें",
 	"Followed instructions perfectly": "निर्देशों का पूर्णतः पालन किया",
 	"Format your variables using square brackets like this:": "वर्गाकार कोष्ठकों का उपयोग करके अपने चरों को इस प्रकार प्रारूपित करें :",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "फ्रीक्वेंसी पेनल्टी",
 	"Full Screen Mode": "पूर्ण स्क्रीन मोड",
 	"General": "सामान्य",
 	"General Settings": "सामान्य सेटिंग्स",
-	"Generating search query": "",
+	"Generating search query": "खोज क्वेरी जनरेट करना",
 	"Generation Info": "जनरेशन की जानकारी",
 	"Good Response": "अच्छी प्रतिक्रिया",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Google PSE API कुंजी",
+	"Google PSE Engine Id": "Google PSE इंजन आईडी",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "कोई बातचीत नहीं है",
 	"Hello, {{name}}": "नमस्ते, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "इमेजिस",
 	"Import Chats": "चैट आयात करें",
 	"Import Documents Mapping": "दस्तावेज़ मैपिंग आयात करें",
-	"Import Models": "",
+	"Import Models": "आयात मॉडल",
 	"Import Prompts": "प्रॉम्प्ट आयात करें",
 	"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webui चलाते समय `--api` ध्वज शामिल करें",
-	"Info": "",
+	"Info": "सूचना-विषयक",
 	"Input commands": "इनपुट क命",
-	"Install from Github URL": "",
+	"Install from Github URL": "Github URL से इंस्टॉल करें",
 	"Interface": "इंटरफेस",
 	"Invalid Tag": "अवैध टैग",
 	"January": "जनवरी",
 	"join our Discord for help.": "मदद के लिए हमारे डिस्कोर्ड में शामिल हों।",
 	"JSON": "ज्ञान प्रकार",
-	"JSON Preview": "",
+	"JSON Preview": "JSON पूर्वावलोकन",
 	"July": "जुलाई",
 	"June": "जुन",
 	"JWT Expiration": "JWT समाप्ति",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "उन्हें संलग्न करना सुनिश्चित करें",
 	"Manage Models": "मॉडल प्रबंधित करें",
 	"Manage Ollama Models": "Ollama मॉडल प्रबंधित करें",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "पाइपलाइनों का प्रबंधन करें",
 	"March": "मार्च",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "अधिकतम टोकन (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "अधिकतम 3 मॉडल एक साथ डाउनलोड किये जा सकते हैं। कृपया बाद में पुन: प्रयास करें।",
 	"May": "मेई",
 	"Memories accessible by LLMs will be shown here.": "एलएलएम द्वारा सुलभ यादें यहां दिखाई जाएंगी।",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "मॉडल '{{modelName}}' सफलतापूर्वक डाउनलोड हो गया है।",
 	"Model '{{modelTag}}' is already in queue for downloading.": "मॉडल '{{modelTag}}' पहले से ही डाउनलोड करने के लिए कतार में है।",
 	"Model {{modelId}} not found": "मॉडल {{modelId}} नहीं मिला",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "मॉडल {{modelName}} दृष्टि सक्षम नहीं है",
+	"Model {{name}} is now {{status}}": "मॉडल {{name}} अब {{status}} है",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "मॉडल फ़ाइल सिस्टम पथ का पता चला. अद्यतन के लिए मॉडल संक्षिप्त नाम आवश्यक है, जारी नहीं रखा जा सकता।",
-	"Model ID": "",
+	"Model ID": "मॉडल आईडी",
 	"Model not selected": "मॉडल चयनित नहीं है",
-	"Model Params": "",
+	"Model Params": "मॉडल Params",
 	"Model Whitelisting": "मॉडल श्वेतसूचीकरण करें",
 	"Model(s) Whitelisted": "मॉडल श्वेतसूची में है",
 	"Modelfile Content": "मॉडल फ़ाइल सामग्री",
@@ -301,25 +301,25 @@
 	"More": "और..",
 	"Name": "नाम",
 	"Name Tag": "नाम टैग",
-	"Name your model": "",
+	"Name your model": "अपने मॉडल को नाम दें",
 	"New Chat": "नई चैट",
 	"New Password": "नया पासवर्ड",
 	"No results found": "कोई परिणाम नहीं मिला",
-	"No search query generated": "",
+	"No search query generated": "कोई खोज क्वेरी जनरेट नहीं हुई",
 	"No source available": "कोई स्रोत उपलब्ध नहीं है",
-	"None": "",
+	"None": "कोई नहीं",
 	"Not factually correct": "तथ्यात्मक रूप से सही नहीं है",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ध्यान दें: यदि आप न्यूनतम स्कोर निर्धारित करते हैं, तो खोज केवल न्यूनतम स्कोर से अधिक या उसके बराबर स्कोर वाले दस्तावेज़ वापस लाएगी।",
 	"Notifications": "सूचनाएं",
 	"November": "नवंबर",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (ओलामा)",
 	"October": "अक्टूबर",
 	"Off": "बंद",
 	"Okay, Let's Go!": "ठीक है, चलिए चलते हैं!",
 	"OLED Dark": "OLEDescuro",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "ओलामा एपीआई",
+	"Ollama API disabled": "ओलामा एपीआई अक्षम",
 	"Ollama Version": "Ollama Version",
 	"On": "चालू",
 	"Only": "केवल",
@@ -344,8 +344,8 @@
 	"pending": "लंबित",
 	"Permission denied when accessing microphone: {{error}}": "माइक्रोफ़ोन तक पहुँचने पर अनुमति अस्वीकृत: {{error}}",
 	"Personalization": "पेरसनलाइज़मेंट",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "पाइपलाइनों",
+	"Pipelines Valves": "पाइपलाइन वाल्व",
 	"Plain text (.txt)": "सादा पाठ (.txt)",
 	"Playground": "कार्यक्षेत्र",
 	"Positive attitude": "सकारात्मक रवैया",
@@ -374,7 +374,7 @@
 	"Request Mode": "अनुरोध मोड",
 	"Reranking Model": "रीरैकिंग मोड",
 	"Reranking model disabled": "पुनर्रैंकिंग मॉडल अक्षम किया गया",
-	"Reranking model set to \"{{reranking_model}}\"": "रीरैंकिंग मॉडल को \"{{reranking_model}}\" पर \u200b\u200bसेट किया गया",
+	"Reranking model set to \"{{reranking_model}}\"": "रीरैंकिंग मॉडल को \"{{reranking_model}}\" पर ​​सेट किया गया",
 	"Reset Vector Storage": "वेक्टर संग्रहण रीसेट करें",
 	"Response AutoCopy to Clipboard": "क्लिपबोर्ड पर प्रतिक्रिया ऑटोकॉपी",
 	"Role": "भूमिका",
@@ -390,32 +390,32 @@
 	"Scan for documents from {{path}}": "{{path}} से दस्तावेज़ों को स्कैन करें",
 	"Search": "खोजें",
 	"Search a model": "एक मॉडल खोजें",
-	"Search Chats": "",
+	"Search Chats": "चैट खोजें",
 	"Search Documents": "दस्तावेज़ खोजें",
-	"Search Models": "",
+	"Search Models": "मॉडल खोजें",
 	"Search Prompts": "प्रॉम्प्ट खोजें",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "खोज परिणामों की संख्या",
+	"Searched {{count}} sites_one": "{{count}} sites_one खोजा गया",
+	"Searched {{count}} sites_other": "{{count}} sites_other खोजा गया",
+	"Searching the web for '{{searchQuery}}'": "वेब पर '{{searchQuery}}' खोजना",
+	"Searxng Query URL": "Searxng क्वेरी URL",
 	"See readme.md for instructions": "निर्देशों के लिए readme.md देखें",
 	"See what's new": "देखें, क्या नया है",
-	"Seed": "सीड्\u200c",
-	"Select a base model": "",
+	"Seed": "सीड्",
+	"Select a base model": "एक आधार मॉडल का चयन करें",
 	"Select a mode": "एक मोड चुनें",
 	"Select a model": "एक मॉडल चुनें",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "एक पाइपलाइन का चयन करें",
+	"Select a pipeline url": "एक पाइपलाइन url चुनें",
 	"Select an Ollama instance": "एक Ollama Instance चुनें",
 	"Select model": "मॉडल चुनें",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "चयनित मॉडल छवि इनपुट का समर्थन नहीं करते हैं",
 	"Send": "भेज",
 	"Send a Message": "एक संदेश भेजो",
 	"Send message": "मेसेज भेजें",
 	"September": "सितंबर",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Serper API कुंजी",
+	"Serpstack API Key": "सर्पस्टैक एपीआई कुंजी",
 	"Server connection verified": "सर्वर कनेक्शन सत्यापित",
 	"Set as default": "डिफाल्ट के रूप में सेट",
 	"Set Default Model": "डिफ़ॉल्ट मॉडल सेट करें",
@@ -424,7 +424,7 @@
 	"Set Model": "मॉडल सेट करें",
 	"Set reranking model (e.g. {{model}})": "रीकरण मॉडल सेट करें (उदाहरण: {{model}})",
 	"Set Steps": "चरण निर्धारित करें",
-	"Set Task Model": "",
+	"Set Task Model": "कार्य मॉडल सेट करें",
 	"Set Voice": "आवाज सेट करें",
 	"Settings": "सेटिंग्स",
 	"Settings saved successfully!": "सेटिंग्स सफलतापूर्वक सहेजी गईं!",
@@ -483,21 +483,21 @@
 	"Top P": "शीर्ष  P",
 	"Trouble accessing Ollama?": "Ollama तक पहुँचने में परेशानी हो रही है?",
 	"TTS Settings": "TTS सेटिंग्स",
-	"Type": "",
+	"Type": "प्रकार",
 	"Type Hugging Face Resolve (Download) URL": "हगिंग फेस रिज़ॉल्व (डाउनलोड) यूआरएल टाइप करें",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "उह ओह! {{provider}} से कनेक्ट करने में एक समस्या थी।",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "अज्ञात फ़ाइल प्रकार '{{file_type}}', लेकिन स्वीकार करना और सादे पाठ के रूप में व्यवहार करना",
 	"Update and Copy Link": "अपडेट करें और लिंक कॉपी करें",
 	"Update password": "पासवर्ड अपडेट करें",
 	"Upload a GGUF model": "GGUF मॉडल अपलोड करें",
-	"Upload Files": "",
+	"Upload Files": "फ़ाइलें अपलोड करें",
 	"Upload Progress": "प्रगति अपलोड करें",
 	"URL Mode": "URL मोड",
 	"Use '#' in the prompt input to load and select your documents.": "अपने दस्तावेज़ों को लोड करने और चुनने के लिए शीघ्र इनपुट में '#' का उपयोग करें।",
 	"Use Gravatar": "Gravatar का प्रयोग करें",
 	"Use Initials": "प्रथमाक्षर का प्रयोग करें",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (ओलामा)",
+	"use_mmap (Ollama)": "use_mmap (ओलामा)",
 	"user": "उपयोगकर्ता",
 	"User Permissions": "उपयोगकर्ता अनुमतियाँ",
 	"Users": "उपयोगकर्ताओं",
@@ -506,13 +506,13 @@
 	"variable": "वेरिएबल",
 	"variable to have them replaced with clipboard content.": "उन्हें क्लिपबोर्ड सामग्री से बदलने के लिए वेरिएबल।",
 	"Version": "संस्करण",
-	"Warning": "",
+	"Warning": "चेतावनी",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "चेतावनी: यदि आप अपने एम्बेडिंग मॉडल को अपडेट या बदलते हैं, तो आपको सभी दस्तावेज़ों को फिर से आयात करने की आवश्यकता होगी।",
 	"Web": "वेब",
 	"Web Loader Settings": "वेब लोडर सेटिंग्स",
 	"Web Params": "वेब पैरामीटर",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "वेब खोज",
+	"Web Search Engine": "वेब खोज इंजन",
 	"Webhook URL": "वेबहुक URL",
 	"WebUI Add-ons": "वेबयू ऐड-ons",
 	"WebUI Settings": "WebUI सेटिंग्स",
@@ -525,7 +525,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "50 शब्दों में एक सारांश लिखें जो [विषय या कीवर्ड] का सारांश प्रस्तुत करता हो।",
 	"Yesterday": "कल",
 	"You": "आप",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "आप बेस मॉडल का क्लोन नहीं बना सकते",
 	"You have no archived conversations.": "आपको कोई अंकित चैट नहीं है।",
 	"You have shared this chat": "आपने इस चैट को शेयर किया है",
 	"You're a helpful assistant.": "आप एक सहायक सहायक हैं",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api`)": "(npr. `sh webui.sh --api`)",
 	"(latest)": "(najnovije)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ modeli }}",
+	"{{ owner }}: You cannot delete a base model": "{{ vlasnik }}: ne možete izbrisati osnovni model",
 	"{{modelName}} is thinking...": "{{modelName}} razmišlja...",
 	"{{user}}'s Chats": "Razgovori korisnika {{user}}",
 	"{{webUIName}} Backend Required": "{{webUIName}} Backend je potreban",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"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",
 	"Account": "Račun",
 	"Accurate information": "Točne informacije",
 	"Add": "Dodaj",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "Dodavanje ID-a modela",
+	"Add a short description about what this model does": "Dodajte kratak opis funkcija ovog modela",
 	"Add a short title for this prompt": "Dodajte kratki naslov za ovaj prompt",
 	"Add a tag": "Dodaj oznaku",
 	"Add custom prompt": "Dodaj prilagođeni prompt",
@@ -31,7 +31,7 @@
 	"Admin Panel": "Administratorska ploča",
 	"Admin Settings": "Administratorske postavke",
 	"Advanced Parameters": "Napredni parametri",
-	"Advanced Params": "",
+	"Advanced Params": "Napredni parami",
 	"all": "sve",
 	"All Documents": "Svi dokumenti",
 	"All Users": "Svi korisnici",
@@ -48,7 +48,7 @@
 	"API keys": "API ključevi",
 	"April": "Travanj",
 	"Archive": "Arhiva",
-	"Archive All Chats": "",
+	"Archive All Chats": "Arhiviraj sve razgovore",
 	"Archived Chats": "Arhivirani razgovori",
 	"are allowed - Activate this command by typing": "su dopušteni - Aktivirajte ovu naredbu upisivanjem",
 	"Are you sure?": "Jeste li sigurni?",
@@ -63,14 +63,14 @@
 	"available!": "dostupno!",
 	"Back": "Natrag",
 	"Bad Response": "Loš odgovor",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "Bannere",
+	"Base Model (From)": "Osnovni model (šalje)",
 	"before": "prije",
 	"Being lazy": "Biti lijen",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Ključ API-ja za hrabro pretraživanje",
 	"Bypass SSL verification for Websites": "Zaobiđi SSL provjeru za web stranice",
 	"Cancel": "Otkaži",
-	"Capabilities": "",
+	"Capabilities": "Mogućnosti",
 	"Change Password": "Promijeni lozinku",
 	"Chat": "Razgovor",
 	"Chat Bubble UI": "Razgovor - Bubble UI",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "Kliknite ovdje da odaberete dokumente.",
 	"click here.": "kliknite ovdje.",
 	"Click on the user role button to change a user's role.": "Kliknite na gumb uloge korisnika za promjenu uloge korisnika.",
-	"Clone": "",
+	"Clone": "Klon",
 	"Close": "Zatvori",
 	"Collection": "Kolekcija",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "ComfyUI osnovni URL",
 	"ComfyUI Base URL is required.": "Potreban je ComfyUI osnovni URL.",
 	"Command": "Naredba",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "Istodobni zahtjevi",
 	"Confirm Password": "Potvrdite lozinku",
 	"Connections": "Povezivanja",
 	"Content": "Sadržaj",
@@ -114,7 +114,7 @@
 	"Copy Link": "Kopiraj vezu",
 	"Copying to clipboard was successful!": "Kopiranje u međuspremnik je uspješno!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Stvorite sažetu frazu od 3-5 riječi kao naslov za sljedeći upit, strogo se pridržavajući ograničenja od 3-5 riječi i izbjegavajući upotrebu riječi 'naslov':",
-	"Create a model": "",
+	"Create a model": "Stvaranje modela",
 	"Create Account": "Stvori račun",
 	"Create new key": "Stvori novi ključ",
 	"Create new secret key": "Stvori novi tajni ključ",
@@ -123,7 +123,7 @@
 	"Current Model": "Trenutni model",
 	"Current Password": "Trenutna lozinka",
 	"Custom": "Prilagođeno",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "Prilagodba modela za određenu svrhu",
 	"Dark": "Tamno",
 	"Database": "Baza podataka",
 	"December": "Prosinac",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "Zadano (Automatic1111)",
 	"Default (SentenceTransformers)": "Zadano (SentenceTransformers)",
 	"Default (Web API)": "Zadano (Web API)",
-	"Default Model": "",
+	"Default Model": "Zadani model",
 	"Default model updated": "Zadani model ažuriran",
 	"Default Prompt Suggestions": "Zadani prijedlozi prompta",
 	"Default User Role": "Zadana korisnička uloga",
 	"delete": "izbriši",
 	"Delete": "Izbriši",
 	"Delete a model": "Izbriši model",
-	"Delete All Chats": "",
+	"Delete All Chats": "Izbriši sve razgovore",
 	"Delete chat": "Izbriši razgovor",
 	"Delete Chat": "Izbriši razgovor",
 	"delete this link": "izbriši ovu vezu",
 	"Delete User": "Izbriši korisnika",
 	"Deleted {{deleteModelTag}}": "Izbrisan {{deleteModelTag}}",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "Izbrisano {{name}}",
 	"Description": "Opis",
 	"Didn't fully follow instructions": "Nije u potpunosti slijedio upute",
 	"Disabled": "Onemogućeno",
-	"Discover a model": "",
+	"Discover a model": "Otkrijte model",
 	"Discover a prompt": "Otkrijte prompt",
 	"Discover, download, and explore custom prompts": "Otkrijte, preuzmite i istražite prilagođene prompte",
 	"Discover, download, and explore model presets": "Otkrijte, preuzmite i istražite unaprijed postavljene modele",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "Embedding model pogon",
 	"Embedding model set to \"{{embedding_model}}\"": "Embedding model postavljen na \"{{embedding_model}}\"",
 	"Enable Chat History": "Omogući povijest razgovora",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "Omogući zajedničko korištenje zajednice",
 	"Enable New Sign Ups": "Omogući nove prijave",
-	"Enable Web Search": "",
+	"Enable Web Search": "Omogući pretraživanje weba",
 	"Enabled": "Omogućeno",
 	"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.",
 	"Enter {{role}} message here": "Unesite {{role}} poruku ovdje",
 	"Enter a detail about yourself for your LLMs to recall": "Unesite pojedinosti o sebi da bi učitali memoriju u LLM",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Unesite ključ API-ja za hrabro pretraživanje",
 	"Enter Chunk Overlap": "Unesite preklapanje dijelova",
 	"Enter Chunk Size": "Unesite veličinu dijela",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Unesite Github sirovi URL",
+	"Enter Google PSE API Key": "Unesite Google PSE API ključ",
+	"Enter Google PSE Engine Id": "Unesite ID Google PSE motora",
 	"Enter Image Size (e.g. 512x512)": "Unesite veličinu slike (npr. 512x512)",
 	"Enter language codes": "Unesite kodove jezika",
 	"Enter model tag (e.g. {{modelTag}})": "Unesite oznaku modela (npr. {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "Unesite broj koraka (npr. 50)",
 	"Enter Score": "Unesite ocjenu",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Unos URL-a upita Searxng",
+	"Enter Serper API Key": "Unesite API ključ serpera",
+	"Enter Serpstack API Key": "Unesite API ključ Serpstack",
 	"Enter stop sequence": "Unesite sekvencu zaustavljanja",
 	"Enter Top K": "Unesite Top K",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "Unesite URL (npr. http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "Unesite svoje puno ime",
 	"Enter Your Password": "Unesite svoju lozinku",
 	"Enter Your Role": "Unesite svoju ulogu",
-	"Error": "",
+	"Error": "Greška",
 	"Experimental": "Eksperimentalno",
-	"Export": "",
+	"Export": "Izvoz",
 	"Export All Chats (All Users)": "Izvoz svih razgovora (svi korisnici)",
 	"Export Chats": "Izvoz razgovora",
 	"Export Documents Mapping": "Izvoz mapiranja dokumenata",
-	"Export Models": "",
+	"Export Models": "Izvezi modele",
 	"Export Prompts": "Izvoz prompta",
 	"Failed to create API Key.": "Neuspješno stvaranje API ključa.",
 	"Failed to read clipboard contents": "Neuspješno čitanje sadržaja međuspremnika",
@@ -221,15 +221,15 @@
 	"Focus chat input": "Fokusiraj unos razgovora",
 	"Followed instructions perfectly": "Savršeno slijedio upute",
 	"Format your variables using square brackets like this:": "Formatirajte svoje varijable pomoću uglatih zagrada ovako:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "Kazna za učestalost",
 	"Full Screen Mode": "Način cijelog zaslona",
 	"General": "Općenito",
 	"General Settings": "Opće postavke",
-	"Generating search query": "",
+	"Generating search query": "Generiranje upita za pretraživanje",
 	"Generation Info": "Informacije o generaciji",
 	"Good Response": "Dobar odgovor",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Google PSE API ključ",
+	"Google PSE Engine Id": "ID Google PSE modula",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "nema razgovora.",
 	"Hello, {{name}}": "Bok, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "Slike",
 	"Import Chats": "Uvoz razgovora",
 	"Import Documents Mapping": "Uvoz mapiranja dokumenata",
-	"Import Models": "",
+	"Import Models": "Uvoz modela",
 	"Import Prompts": "Uvoz prompta",
 	"Include `--api` flag when running stable-diffusion-webui": "Uključite zastavicu `--api` prilikom pokretanja stable-diffusion-webui",
-	"Info": "",
+	"Info": "Informacije",
 	"Input commands": "Unos naredbi",
-	"Install from Github URL": "",
+	"Install from Github URL": "Instaliraj s Github URL-a",
 	"Interface": "Sučelje",
 	"Invalid Tag": "Nevažeća oznaka",
 	"January": "Siječanj",
 	"join our Discord for help.": "pridružite se našem Discordu za pomoć.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "JSON pretpregled",
 	"July": "Srpanj",
 	"June": "Lipanj",
 	"JWT Expiration": "Isticanje JWT-a",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "Provjerite da ih zatvorite s",
 	"Manage Models": "Upravljanje modelima",
 	"Manage Ollama Models": "Upravljanje Ollama modelima",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "Upravljanje cjevovodima",
 	"March": "Ožujak",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "Maksimalan broj tokena (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Maksimalno 3 modela se mogu preuzeti istovremeno. Pokušajte ponovo kasnije.",
 	"May": "Svibanj",
 	"Memories accessible by LLMs will be shown here.": "Ovdje će biti prikazana memorija kojoj mogu pristupiti LLM-ovi.",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "Model '{{modelName}}' je uspješno preuzet.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' je već u redu za preuzimanje.",
 	"Model {{modelId}} not found": "Model {{modelId}} nije pronađen",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "Model {{modelName}} nije sposoban za vid",
+	"Model {{name}} is now {{status}}": "Model {{name}} sada je {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Otkriven put datotečnog sustava modela. Kratko ime modela je potrebno za ažuriranje, nije moguće nastaviti.",
-	"Model ID": "",
+	"Model ID": "ID modela",
 	"Model not selected": "Model nije odabran",
-	"Model Params": "",
+	"Model Params": "Model Params",
 	"Model Whitelisting": "Bijela lista modela",
 	"Model(s) Whitelisted": "Model(i) na bijeloj listi",
 	"Modelfile Content": "Sadržaj datoteke modela",
@@ -301,25 +301,25 @@
 	"More": "Više",
 	"Name": "Ime",
 	"Name Tag": "Naziv oznake",
-	"Name your model": "",
+	"Name your model": "Dodijelite naziv modelu",
 	"New Chat": "Novi razgovor",
 	"New Password": "Nova lozinka",
 	"No results found": "Nema rezultata",
-	"No search query generated": "",
+	"No search query generated": "Nije generiran upit za pretraživanje",
 	"No source available": "Nema dostupnog izvora",
-	"None": "",
+	"None": "Nijedan",
 	"Not factually correct": "Nije činjenično točno",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Napomena: Ako postavite minimalnu ocjenu, pretraga će vratiti samo dokumente s ocjenom većom ili jednakom minimalnoj ocjeni.",
 	"Notifications": "Obavijesti",
 	"November": "Studeni",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Ollama)",
 	"October": "Listopad",
 	"Off": "Isključeno",
 	"Okay, Let's Go!": "U redu, idemo!",
 	"OLED Dark": "OLED Tamno",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "Ollama API je onemogućen",
 	"Ollama Version": "Ollama verzija",
 	"On": "Uključeno",
 	"Only": "Samo",
@@ -344,8 +344,8 @@
 	"pending": "u tijeku",
 	"Permission denied when accessing microphone: {{error}}": "Pristup mikrofonu odbijen: {{error}}",
 	"Personalization": "Prilagodba",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "Cjevovodima",
+	"Pipelines Valves": "Cjevovodi, ventili",
 	"Plain text (.txt)": "Običan tekst (.txt)",
 	"Playground": "Igralište",
 	"Positive attitude": "Pozitivan stav",
@@ -390,33 +390,33 @@
 	"Scan for documents from {{path}}": "Skeniraj dokumente s {{path}}",
 	"Search": "Pretraga",
 	"Search a model": "Pretraži model",
-	"Search Chats": "",
+	"Search Chats": "Pretraži razgovore",
 	"Search Documents": "Pretraga dokumenata",
-	"Search Models": "",
+	"Search Models": "Modeli pretraživanja",
 	"Search Prompts": "Pretraga prompta",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_few": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "Broj rezultata pretraživanja",
+	"Searched {{count}} sites_one": "Pretraženo {{count}} sites_one",
+	"Searched {{count}} sites_few": "Pretraženo {{count}} sites_few",
+	"Searched {{count}} sites_other": "Pretraženo {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "Traženje '{{searchQuery}}' na webu",
+	"Searxng Query URL": "URL upita Searxng",
 	"See readme.md for instructions": "Pogledajte readme.md za upute",
 	"See what's new": "Pogledajte što je novo",
 	"Seed": "Sjeme",
-	"Select a base model": "",
+	"Select a base model": "Odabir osnovnog modela",
 	"Select a mode": "Odaberite način",
 	"Select a model": "Odaberite model",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "Odabir kanala",
+	"Select a pipeline url": "Odabir URL-a kanala",
 	"Select an Ollama instance": "Odaberite Ollama instancu",
 	"Select model": "Odaberite model",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "Odabrani modeli ne podržavaju unose slika",
 	"Send": "Pošalji",
 	"Send a Message": "Pošaljite poruku",
 	"Send message": "Pošalji poruku",
 	"September": "Rujan",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Serper API ključ",
+	"Serpstack API Key": "Tipka API za serpstack",
 	"Server connection verified": "Veza s poslužiteljem potvrđena",
 	"Set as default": "Postavi kao zadano",
 	"Set Default Model": "Postavi zadani model",
@@ -425,7 +425,7 @@
 	"Set Model": "Postavi model",
 	"Set reranking model (e.g. {{model}})": "Postavi model za ponovno rangiranje (npr. {{model}})",
 	"Set Steps": "Postavi korake",
-	"Set Task Model": "",
+	"Set Task Model": "Postavi model zadatka",
 	"Set Voice": "Postavi glas",
 	"Settings": "Postavke",
 	"Settings saved successfully!": "Postavke su uspješno spremljene!",
@@ -484,21 +484,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "Problemi s pristupom Ollama?",
 	"TTS Settings": "TTS postavke",
-	"Type": "",
+	"Type": "Tip",
 	"Type Hugging Face Resolve (Download) URL": "Upišite Hugging Face Resolve (Download) URL",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "Uh-oh! Pojavio se problem s povezivanjem na {{provider}}.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Nepoznata vrsta datoteke '{{file_type}}', ali prihvaćena i obrađuje se kao običan tekst",
 	"Update and Copy Link": "Ažuriraj i kopiraj vezu",
 	"Update password": "Ažuriraj lozinku",
 	"Upload a GGUF model": "Učitaj GGUF model",
-	"Upload Files": "",
+	"Upload Files": "Prenesi datoteke",
 	"Upload Progress": "Napredak učitavanja",
 	"URL Mode": "URL način",
 	"Use '#' in the prompt input to load and select your documents.": "Koristite '#' u unosu prompta za učitavanje i odabir vaših dokumenata.",
 	"Use Gravatar": "Koristi Gravatar",
 	"Use Initials": "Koristi inicijale",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (Ollama)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "korisnik",
 	"User Permissions": "Korisnička dopuštenja",
 	"Users": "Korisnici",
@@ -507,13 +507,13 @@
 	"variable": "varijabla",
 	"variable to have them replaced with clipboard content.": "varijabla za zamjenu sadržajem međuspremnika.",
 	"Version": "Verzija",
-	"Warning": "",
+	"Warning": "Upozorenje",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Upozorenje: Ako ažurirate ili promijenite svoj model za umetanje, morat ćete ponovno uvesti sve dokumente.",
 	"Web": "Web",
 	"Web Loader Settings": "Postavke web učitavanja",
 	"Web Params": "Web parametri",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "Web-pretraživanje",
+	"Web Search Engine": "Web-tražilica",
 	"Webhook URL": "URL webkuke",
 	"WebUI Add-ons": "Dodaci za WebUI",
 	"WebUI Settings": "WebUI postavke",
@@ -526,7 +526,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Napišite sažetak u 50 riječi koji sažima [temu ili ključnu riječ].",
 	"Yesterday": "Jučer",
 	"You": "Vi",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "Ne možete klonirati osnovni model",
 	"You have no archived conversations.": "Nemate arhiviranih razgovora.",
 	"You have shared this chat": "Podijelili ste ovaj razgovor",
 	"You're a helpful assistant.": "Vi ste korisni asistent.",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api`)": "(p.e. `sh webui.sh --api`)",
 	"(latest)": "(ultima)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ modelli }}",
+	"{{ owner }}: You cannot delete a base model": "{{ owner }}: non è possibile eliminare un modello di base",
 	"{{modelName}} is thinking...": "{{modelName}} sta pensando...",
 	"{{user}}'s Chats": "{{user}} Chat",
 	"{{webUIName}} Backend Required": "{{webUIName}} Backend richiesto",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"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",
 	"Account": "Account",
 	"Accurate information": "Informazioni accurate",
 	"Add": "Aggiungi",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "Aggiungere un ID modello",
+	"Add a short description about what this model does": "Aggiungi una breve descrizione di ciò che fa questo modello",
 	"Add a short title for this prompt": "Aggiungi un titolo breve per questo prompt",
 	"Add a tag": "Aggiungi un tag",
 	"Add custom prompt": "Aggiungi un prompt custom",
@@ -31,7 +31,7 @@
 	"Admin Panel": "Pannello di amministrazione",
 	"Admin Settings": "Impostazioni amministratore",
 	"Advanced Parameters": "Parametri avanzati",
-	"Advanced Params": "",
+	"Advanced Params": "Parametri avanzati",
 	"all": "tutti",
 	"All Documents": "Tutti i documenti",
 	"All Users": "Tutti gli utenti",
@@ -48,7 +48,7 @@
 	"API keys": "Chiavi API",
 	"April": "Aprile",
 	"Archive": "Archivio",
-	"Archive All Chats": "",
+	"Archive All Chats": "Archivia tutte le chat",
 	"Archived Chats": "Chat archiviate",
 	"are allowed - Activate this command by typing": "sono consentiti - Attiva questo comando digitando",
 	"Are you sure?": "Sei sicuro?",
@@ -63,14 +63,14 @@
 	"available!": "disponibile!",
 	"Back": "Indietro",
 	"Bad Response": "Risposta non valida",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "Banner",
+	"Base Model (From)": "Modello base (da)",
 	"before": "prima",
 	"Being lazy": "Essere pigri",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Chiave API di ricerca Brave",
 	"Bypass SSL verification for Websites": "Aggira la verifica SSL per i siti web",
 	"Cancel": "Annulla",
-	"Capabilities": "",
+	"Capabilities": "Funzionalità",
 	"Change Password": "Cambia password",
 	"Chat": "Chat",
 	"Chat Bubble UI": "UI bolle chat",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "Clicca qui per selezionare i documenti.",
 	"click here.": "clicca qui.",
 	"Click on the user role button to change a user's role.": "Clicca sul pulsante del ruolo utente per modificare il ruolo di un utente.",
-	"Clone": "",
+	"Clone": "Clone",
 	"Close": "Chiudi",
 	"Collection": "Collezione",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "URL base ComfyUI",
 	"ComfyUI Base URL is required.": "L'URL base ComfyUI è obbligatorio.",
 	"Command": "Comando",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "Richieste simultanee",
 	"Confirm Password": "Conferma password",
 	"Connections": "Connessioni",
 	"Content": "Contenuto",
@@ -114,7 +114,7 @@
 	"Copy Link": "Copia link",
 	"Copying to clipboard was successful!": "Copia negli appunti riuscita!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Crea una frase concisa di 3-5 parole come intestazione per la seguente query, aderendo rigorosamente al limite di 3-5 parole ed evitando l'uso della parola 'titolo':",
-	"Create a model": "",
+	"Create a model": "Creare un modello",
 	"Create Account": "Crea account",
 	"Create new key": "Crea nuova chiave",
 	"Create new secret key": "Crea nuova chiave segreta",
@@ -123,7 +123,7 @@
 	"Current Model": "Modello corrente",
 	"Current Password": "Password corrente",
 	"Custom": "Personalizzato",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "Personalizza i modelli per uno scopo specifico",
 	"Dark": "Scuro",
 	"Database": "Database",
 	"December": "Dicembre",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "Predefinito (Automatic1111)",
 	"Default (SentenceTransformers)": "Predefinito (SentenceTransformers)",
 	"Default (Web API)": "Predefinito (API Web)",
-	"Default Model": "",
+	"Default Model": "Modello di default",
 	"Default model updated": "Modello predefinito aggiornato",
 	"Default Prompt Suggestions": "Suggerimenti prompt predefiniti",
 	"Default User Role": "Ruolo utente predefinito",
 	"delete": "elimina",
 	"Delete": "Elimina",
 	"Delete a model": "Elimina un modello",
-	"Delete All Chats": "",
+	"Delete All Chats": "Elimina tutte le chat",
 	"Delete chat": "Elimina chat",
 	"Delete Chat": "Elimina chat",
 	"delete this link": "elimina questo link",
 	"Delete User": "Elimina utente",
 	"Deleted {{deleteModelTag}}": "Eliminato {{deleteModelTag}}",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "Eliminato {{name}}",
 	"Description": "Descrizione",
 	"Didn't fully follow instructions": "Non ha seguito completamente le istruzioni",
 	"Disabled": "Disabilitato",
-	"Discover a model": "",
+	"Discover a model": "Scopri un modello",
 	"Discover a prompt": "Scopri un prompt",
 	"Discover, download, and explore custom prompts": "Scopri, scarica ed esplora prompt personalizzati",
 	"Discover, download, and explore model presets": "Scopri, scarica ed esplora i preset del modello",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "Motore del modello di embedding",
 	"Embedding model set to \"{{embedding_model}}\"": "Modello di embedding impostato su \"{{embedding_model}}\"",
 	"Enable Chat History": "Abilita cronologia chat",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "Abilita la condivisione della community",
 	"Enable New Sign Ups": "Abilita nuove iscrizioni",
-	"Enable Web Search": "",
+	"Enable Web Search": "Abilita ricerca Web",
 	"Enabled": "Abilitato",
 	"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.",
 	"Enter {{role}} message here": "Inserisci il messaggio per {{role}} qui",
 	"Enter a detail about yourself for your LLMs to recall": "Inserisci un dettaglio su di te per che i LLM possano ricordare",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Inserisci la chiave API di Brave Search",
 	"Enter Chunk Overlap": "Inserisci la sovrapposizione chunk",
 	"Enter Chunk Size": "Inserisci la dimensione chunk",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Immettere l'URL grezzo di Github",
+	"Enter Google PSE API Key": "Inserisci la chiave API PSE di Google",
+	"Enter Google PSE Engine Id": "Inserisci l'ID motore PSE di Google",
 	"Enter Image Size (e.g. 512x512)": "Inserisci la dimensione dell'immagine (ad esempio 512x512)",
 	"Enter language codes": "Inserisci i codici lingua",
 	"Enter model tag (e.g. {{modelTag}})": "Inserisci il tag del modello (ad esempio {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "Inserisci il numero di passaggi (ad esempio 50)",
 	"Enter Score": "Inserisci il punteggio",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Immettere l'URL della query Searxng",
+	"Enter Serper API Key": "Inserisci la chiave API Serper",
+	"Enter Serpstack API Key": "Inserisci la chiave API Serpstack",
 	"Enter stop sequence": "Inserisci la sequenza di arresto",
 	"Enter Top K": "Inserisci Top K",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "Inserisci URL (ad esempio http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "Inserisci il tuo nome completo",
 	"Enter Your Password": "Inserisci la tua password",
 	"Enter Your Role": "Inserisci il tuo ruolo",
-	"Error": "",
+	"Error": "Errore",
 	"Experimental": "Sperimentale",
-	"Export": "",
+	"Export": "Esportazione",
 	"Export All Chats (All Users)": "Esporta tutte le chat (tutti gli utenti)",
 	"Export Chats": "Esporta chat",
 	"Export Documents Mapping": "Esporta mappatura documenti",
-	"Export Models": "",
+	"Export Models": "Esporta modelli",
 	"Export Prompts": "Esporta prompt",
 	"Failed to create API Key.": "Impossibile creare la chiave API.",
 	"Failed to read clipboard contents": "Impossibile leggere il contenuto degli appunti",
@@ -221,15 +221,15 @@
 	"Focus chat input": "Metti a fuoco l'input della chat",
 	"Followed instructions perfectly": "Ha seguito le istruzioni alla perfezione",
 	"Format your variables using square brackets like this:": "Formatta le tue variabili usando parentesi quadre come questa:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "Penalità di frequenza",
 	"Full Screen Mode": "Modalità a schermo intero",
 	"General": "Generale",
 	"General Settings": "Impostazioni generali",
-	"Generating search query": "",
+	"Generating search query": "Generazione di query di ricerca",
 	"Generation Info": "Informazioni generazione",
 	"Good Response": "Buona risposta",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Chiave API PSE di Google",
+	"Google PSE Engine Id": "ID motore PSE di Google",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "non ha conversazioni.",
 	"Hello, {{name}}": "Ciao, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "Immagini",
 	"Import Chats": "Importa chat",
 	"Import Documents Mapping": "Importa mappatura documenti",
-	"Import Models": "",
+	"Import Models": "Importazione di modelli",
 	"Import Prompts": "Importa prompt",
 	"Include `--api` flag when running stable-diffusion-webui": "Includi il flag `--api` quando esegui stable-diffusion-webui",
-	"Info": "",
+	"Info": "Informazioni",
 	"Input commands": "Comandi di input",
-	"Install from Github URL": "",
+	"Install from Github URL": "Eseguire l'installazione dall'URL di Github",
 	"Interface": "Interfaccia",
 	"Invalid Tag": "Tag non valido",
 	"January": "Gennaio",
 	"join our Discord for help.": "unisciti al nostro Discord per ricevere aiuto.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "Anteprima JSON",
 	"July": "Luglio",
 	"June": "Giugno",
 	"JWT Expiration": "Scadenza JWT",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "Assicurati di racchiuderli con",
 	"Manage Models": "Gestisci modelli",
 	"Manage Ollama Models": "Gestisci modelli Ollama",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "Gestire le pipeline",
 	"March": "Marzo",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "Numero massimo di gettoni (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "È possibile scaricare un massimo di 3 modelli contemporaneamente. Riprova più tardi.",
 	"May": "Maggio",
 	"Memories accessible by LLMs will be shown here.": "I memori accessibili ai LLM saranno mostrati qui.",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "Il modello '{{modelName}}' è stato scaricato con successo.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Il modello '{{modelTag}}' è già in coda per il download.",
 	"Model {{modelId}} not found": "Modello {{modelId}} non trovato",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "Il modello {{modelName}} non è in grado di vedere",
+	"Model {{name}} is now {{status}}": "Il modello {{name}} è ora {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Percorso del filesystem del modello rilevato. Il nome breve del modello è richiesto per l'aggiornamento, impossibile continuare.",
-	"Model ID": "",
+	"Model ID": "ID modello",
 	"Model not selected": "Modello non selezionato",
-	"Model Params": "",
+	"Model Params": "Parametri del modello",
 	"Model Whitelisting": "Whitelisting del modello",
 	"Model(s) Whitelisted": "Modello/i in whitelist",
 	"Modelfile Content": "Contenuto del file modello",
@@ -301,25 +301,25 @@
 	"More": "Altro",
 	"Name": "Nome",
 	"Name Tag": "Nome tag",
-	"Name your model": "",
+	"Name your model": "Assegna un nome al tuo modello",
 	"New Chat": "Nuova chat",
 	"New Password": "Nuova password",
 	"No results found": "Nessun risultato trovato",
-	"No search query generated": "",
+	"No search query generated": "Nessuna query di ricerca generata",
 	"No source available": "Nessuna fonte disponibile",
-	"None": "",
+	"None": "Nessuno",
 	"Not factually correct": "Non corretto dal punto di vista fattuale",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: se imposti un punteggio minimo, la ricerca restituirà solo i documenti con un punteggio maggiore o uguale al punteggio minimo.",
 	"Notifications": "Notifiche desktop",
 	"November": "Novembre",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Ollama)",
 	"October": "Ottobre",
 	"Off": "Disattivato",
 	"Okay, Let's Go!": "Ok, andiamo!",
 	"OLED Dark": "OLED scuro",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "API Ollama disabilitata",
 	"Ollama Version": "Versione Ollama",
 	"On": "Attivato",
 	"Only": "Solo",
@@ -344,8 +344,8 @@
 	"pending": "in sospeso",
 	"Permission denied when accessing microphone: {{error}}": "Autorizzazione negata durante l'accesso al microfono: {{error}}",
 	"Personalization": "Personalizzazione",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "Condutture",
+	"Pipelines Valves": "Valvole per tubazioni",
 	"Plain text (.txt)": "Testo normale (.txt)",
 	"Playground": "Terreno di gioco",
 	"Positive attitude": "Attitudine positiva",
@@ -390,33 +390,33 @@
 	"Scan for documents from {{path}}": "Cerca documenti da {{path}}",
 	"Search": "Cerca",
 	"Search a model": "Cerca un modello",
-	"Search Chats": "",
+	"Search Chats": "Cerca nelle chat",
 	"Search Documents": "Cerca documenti",
-	"Search Models": "",
+	"Search Models": "Cerca modelli",
 	"Search Prompts": "Cerca prompt",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_many": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "Conteggio dei risultati della ricerca",
+	"Searched {{count}} sites_one": "Ricercato {{count}} sites_one",
+	"Searched {{count}} sites_many": "Ricercato {{count}} sites_many",
+	"Searched {{count}} sites_other": "Ricercato {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "Ricerca sul web di '{{searchQuery}}'",
+	"Searxng Query URL": "Searxng Query URL",
 	"See readme.md for instructions": "Vedi readme.md per le istruzioni",
 	"See what's new": "Guarda le novità",
 	"Seed": "Seme",
-	"Select a base model": "",
+	"Select a base model": "Selezionare un modello di base",
 	"Select a mode": "Seleziona una modalità",
 	"Select a model": "Seleziona un modello",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "Selezionare una tubazione",
+	"Select a pipeline url": "Selezionare l'URL di una pipeline",
 	"Select an Ollama instance": "Seleziona un'istanza Ollama",
 	"Select model": "Seleziona modello",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "I modelli selezionati non supportano l'input di immagini",
 	"Send": "Invia",
 	"Send a Message": "Invia un messaggio",
 	"Send message": "Invia messaggio",
 	"September": "Settembre",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Chiave API Serper",
+	"Serpstack API Key": "Chiave API Serpstack",
 	"Server connection verified": "Connessione al server verificata",
 	"Set as default": "Imposta come predefinito",
 	"Set Default Model": "Imposta modello predefinito",
@@ -425,7 +425,7 @@
 	"Set Model": "Imposta modello",
 	"Set reranking model (e.g. {{model}})": "Imposta modello di riclassificazione (ad esempio {{model}})",
 	"Set Steps": "Imposta passaggi",
-	"Set Task Model": "",
+	"Set Task Model": "Imposta modello di attività",
 	"Set Voice": "Imposta voce",
 	"Settings": "Impostazioni",
 	"Settings saved successfully!": "Impostazioni salvate con successo!",
@@ -484,21 +484,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "Problemi di accesso a Ollama?",
 	"TTS Settings": "Impostazioni TTS",
-	"Type": "",
+	"Type": "Digitare",
 	"Type Hugging Face Resolve (Download) URL": "Digita l'URL di Hugging Face Resolve (Download)",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "Uh-oh! Si è verificato un problema durante la connessione a {{provider}}.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Tipo di file sconosciuto '{{file_type}}', ma accettato e trattato come testo normale",
 	"Update and Copy Link": "Aggiorna e copia link",
 	"Update password": "Aggiorna password",
 	"Upload a GGUF model": "Carica un modello GGUF",
-	"Upload Files": "",
+	"Upload Files": "Carica file",
 	"Upload Progress": "Avanzamento caricamento",
 	"URL Mode": "Modalità URL",
 	"Use '#' in the prompt input to load and select your documents.": "Usa '#' nell'input del prompt per caricare e selezionare i tuoi documenti.",
 	"Use Gravatar": "Usa Gravatar",
 	"Use Initials": "Usa iniziali",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (Ollama)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "utente",
 	"User Permissions": "Autorizzazioni utente",
 	"Users": "Utenti",
@@ -507,13 +507,13 @@
 	"variable": "variabile",
 	"variable to have them replaced with clipboard content.": "variabile per farli sostituire con il contenuto degli appunti.",
 	"Version": "Versione",
-	"Warning": "",
+	"Warning": "Avvertimento",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Attenzione: se aggiorni o cambi il tuo modello di embedding, dovrai reimportare tutti i documenti.",
 	"Web": "Web",
 	"Web Loader Settings": "Impostazioni del caricatore Web",
 	"Web Params": "Parametri Web",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "Ricerca sul Web",
+	"Web Search Engine": "Motore di ricerca Web",
 	"Webhook URL": "URL webhook",
 	"WebUI Add-ons": "Componenti aggiuntivi WebUI",
 	"WebUI Settings": "Impostazioni WebUI",
@@ -526,7 +526,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Scrivi un riassunto in 50 parole che riassume [argomento o parola chiave].",
 	"Yesterday": "Ieri",
 	"You": "Tu",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "Non è possibile clonare un modello di base",
 	"You have no archived conversations.": "Non hai conversazioni archiviate.",
 	"You have shared this chat": "Hai condiviso questa chat",
 	"You're a helpful assistant.": "Sei un assistente utile.",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(ベータ版)",
 	"(e.g. `sh webui.sh --api`)": "(例: `sh webui.sh --api`)",
 	"(latest)": "(最新)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ モデル }}",
+	"{{ owner }}: You cannot delete a base model": "{{ owner }}: ベースモデルは削除できません",
 	"{{modelName}} is thinking...": "{{modelName}} は思考中です...",
 	"{{user}}'s Chats": "{{user}} のチャット",
 	"{{webUIName}} Backend Required": "{{webUIName}} バックエンドが必要です",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"A task model is used when performing tasks such as generating titles for chats and web search queries": "タスクモデルは、チャットやWeb検索クエリのタイトルの生成などのタスクを実行するときに使用されます",
 	"a user": "ユーザー",
 	"About": "概要",
 	"Account": "アカウント",
 	"Accurate information": "情報の正確性",
 	"Add": "追加",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "モデル ID を追加する",
+	"Add a short description about what this model does": "このモデルの機能に関する簡単な説明を追加します",
 	"Add a short title for this prompt": "このプロンプトの短いタイトルを追加",
 	"Add a tag": "タグを追加",
 	"Add custom prompt": "カスタムプロンプトを追加",
@@ -31,7 +31,7 @@
 	"Admin Panel": "管理者パネル",
 	"Admin Settings": "管理者設定",
 	"Advanced Parameters": "詳細パラメーター",
-	"Advanced Params": "",
+	"Advanced Params": "高度なパラメータ",
 	"all": "すべて",
 	"All Documents": "全てのドキュメント",
 	"All Users": "すべてのユーザー",
@@ -48,7 +48,7 @@
 	"API keys": "API キー",
 	"April": "4月",
 	"Archive": "アーカイブ",
-	"Archive All Chats": "",
+	"Archive All Chats": "すべてのチャットをアーカイブする",
 	"Archived Chats": "チャット記録",
 	"are allowed - Activate this command by typing": "が許可されています - 次のように入力してこのコマンドをアクティブ化します",
 	"Are you sure?": "よろしいですか?",
@@ -63,14 +63,14 @@
 	"available!": "利用可能!",
 	"Back": "戻る",
 	"Bad Response": "応答が悪い",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "バナー",
+	"Base Model (From)": "ベースモデル(From)",
 	"before": "より前",
 	"Being lazy": "怠惰な",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Brave Search APIキー",
 	"Bypass SSL verification for Websites": "SSL 検証をバイパスする",
 	"Cancel": "キャンセル",
-	"Capabilities": "",
+	"Capabilities": "資格",
 	"Change Password": "パスワードを変更",
 	"Chat": "チャット",
 	"Chat Bubble UI": "チャットバブルUI",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "ドキュメントを選択するにはここをクリックしてください。",
 	"click here.": "ここをクリックしてください。",
 	"Click on the user role button to change a user's role.": "ユーザーの役割を変更するには、ユーザー役割ボタンをクリックしてください。",
-	"Clone": "",
+	"Clone": "クローン",
 	"Close": "閉じる",
 	"Collection": "コレクション",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "ComfyUIベースURL",
 	"ComfyUI Base URL is required.": "ComfyUIベースURLが必要です。",
 	"Command": "コマンド",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "コンカレント要求",
 	"Confirm Password": "パスワードを確認",
 	"Connections": "接続",
 	"Content": "コンテンツ",
@@ -114,7 +114,7 @@
 	"Copy Link": "リンクをコピー",
 	"Copying to clipboard was successful!": "クリップボードへのコピーが成功しました!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "次のクエリの見出しとして、3〜5語の簡潔なフレーズを作成してください。3〜5語の制限を厳守し、「タイトル」という単語の使用を避けてください。",
-	"Create a model": "",
+	"Create a model": "モデルを作成する",
 	"Create Account": "アカウントを作成",
 	"Create new key": "新しいキーを作成",
 	"Create new secret key": "新しいシークレットキーを作成",
@@ -123,7 +123,7 @@
 	"Current Model": "現在のモデル",
 	"Current Password": "現在のパスワード",
 	"Custom": "カスタム",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "特定の目的に合わせてモデルをカスタマイズする",
 	"Dark": "ダーク",
 	"Database": "データベース",
 	"December": "12月",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "デフォルト (Automatic1111)",
 	"Default (SentenceTransformers)": "デフォルト (SentenceTransformers)",
 	"Default (Web API)": "デフォルト (Web API)",
-	"Default Model": "",
+	"Default Model": "デフォルトモデル",
 	"Default model updated": "デフォルトモデルが更新されました",
 	"Default Prompt Suggestions": "デフォルトのプロンプトの提案",
 	"Default User Role": "デフォルトのユーザー役割",
 	"delete": "削除",
 	"Delete": "削除",
 	"Delete a model": "モデルを削除",
-	"Delete All Chats": "",
+	"Delete All Chats": "すべてのチャットを削除",
 	"Delete chat": "チャットを削除",
 	"Delete Chat": "チャットを削除",
 	"delete this link": "このリンクを削除します",
 	"Delete User": "ユーザーを削除",
 	"Deleted {{deleteModelTag}}": "{{deleteModelTag}} を削除しました",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "{{name}}を削除しました",
 	"Description": "説明",
 	"Didn't fully follow instructions": "説明に沿って操作していませんでした",
 	"Disabled": "無効",
-	"Discover a model": "",
+	"Discover a model": "モデルを検出する",
 	"Discover a prompt": "プロンプトを見つける",
 	"Discover, download, and explore custom prompts": "カスタムプロンプトを見つけて、ダウンロードして、探索",
 	"Discover, download, and explore model presets": "モデルプリセットを見つけて、ダウンロードして、探索",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "埋め込みモデルエンジン",
 	"Embedding model set to \"{{embedding_model}}\"": "埋め込みモデルを\"{{embedding_model}}\"に設定しました",
 	"Enable Chat History": "チャット履歴を有効化",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "コミュニティ共有の有効化",
 	"Enable New Sign Ups": "新規登録を有効化",
-	"Enable Web Search": "",
+	"Enable Web Search": "Web 検索を有効にする",
 	"Enabled": "有効",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "CSVファイルに4つの列が含まれていることを確認してください: Name, Email, Password, Role.",
 	"Enter {{role}} message here": "{{role}} メッセージをここに入力してください",
 	"Enter a detail about yourself for your LLMs to recall": "LLM が記憶するために、自分についての詳細を入力してください",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Brave Search APIキーの入力",
 	"Enter Chunk Overlap": "チャンクオーバーラップを入力してください",
 	"Enter Chunk Size": "チャンクサイズを入力してください",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Github Raw URLを入力",
+	"Enter Google PSE API Key": "Google PSE APIキーの入力",
+	"Enter Google PSE Engine Id": "Google PSE エンジン ID を入力します。",
 	"Enter Image Size (e.g. 512x512)": "画像サイズを入力してください (例: 512x512)",
 	"Enter language codes": "言語コードを入力してください",
 	"Enter model tag (e.g. {{modelTag}})": "モデルタグを入力してください (例: {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "ステップ数を入力してください (例: 50)",
 	"Enter Score": "スコアを入力してください",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "SearxngクエリURLを入力",
+	"Enter Serper API Key": "Serper APIキーの入力",
+	"Enter Serpstack API Key": "Serpstack APIキーの入力",
 	"Enter stop sequence": "ストップシーケンスを入力してください",
 	"Enter Top K": "トップ K を入力してください",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "URL を入力してください (例: http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "フルネームを入力してください",
 	"Enter Your Password": "パスワードを入力してください",
 	"Enter Your Role": "ロールを入力してください",
-	"Error": "",
+	"Error": "エラー",
 	"Experimental": "実験的",
-	"Export": "",
+	"Export": "輸出",
 	"Export All Chats (All Users)": "すべてのチャットをエクスポート (すべてのユーザー)",
 	"Export Chats": "チャットをエクスポート",
 	"Export Documents Mapping": "ドキュメントマッピングをエクスポート",
-	"Export Models": "",
+	"Export Models": "モデルのエクスポート",
 	"Export Prompts": "プロンプトをエクスポート",
 	"Failed to create API Key.": "APIキーの作成に失敗しました。",
 	"Failed to read clipboard contents": "クリップボードの内容を読み取れませんでした",
@@ -221,15 +221,15 @@
 	"Focus chat input": "チャット入力をフォーカス",
 	"Followed instructions perfectly": "完全に指示に従った",
 	"Format your variables using square brackets like this:": "次のように角括弧を使用して変数をフォーマットします。",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "周波数ペナルティ",
 	"Full Screen Mode": "フルスクリーンモード",
 	"General": "一般",
 	"General Settings": "一般設定",
-	"Generating search query": "",
+	"Generating search query": "検索クエリの生成",
 	"Generation Info": "生成情報",
 	"Good Response": "良い応答",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Google PSE APIキー",
+	"Google PSE Engine Id": "Google PSE エンジン ID",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "対話はありません。",
 	"Hello, {{name}}": "こんにちは、{{name}} さん",
@@ -243,18 +243,18 @@
 	"Images": "画像",
 	"Import Chats": "チャットをインポート",
 	"Import Documents Mapping": "ドキュメントマッピングをインポート",
-	"Import Models": "",
+	"Import Models": "モデルのインポート",
 	"Import Prompts": "プロンプトをインポート",
 	"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webuiを実行する際に`--api`フラグを含める",
-	"Info": "",
+	"Info": "情報",
 	"Input commands": "入力コマンド",
-	"Install from Github URL": "",
+	"Install from Github URL": "Github URLからインストール",
 	"Interface": "インターフェース",
 	"Invalid Tag": "無効なタグ",
 	"January": "1月",
 	"join our Discord for help.": "ヘルプについては、Discord に参加してください。",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "JSON プレビュー",
 	"July": "7月",
 	"June": "6月",
 	"JWT Expiration": "JWT 有効期限",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "必ず次で囲んでください",
 	"Manage Models": "モデルを管理",
 	"Manage Ollama Models": "Ollama モデルを管理",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "パイプラインの管理",
 	"March": "3月",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "最大トークン数 (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "同時にダウンロードできるモデルは最大 3 つです。後でもう一度お試しください。",
 	"May": "5月",
 	"Memories accessible by LLMs will be shown here.": "LLM がアクセスできるメモリはここに表示されます。",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "モデル '{{modelName}}' が正常にダウンロードされました。",
 	"Model '{{modelTag}}' is already in queue for downloading.": "モデル '{{modelTag}}' はすでにダウンロード待ち行列に入っています。",
 	"Model {{modelId}} not found": "モデル {{modelId}} が見つかりません",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "モデル {{modelName}} は視覚に対応していません",
+	"Model {{name}} is now {{status}}": "モデル {{name}} は {{status}} になりました。",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "モデルファイルシステムパスが検出されました。モデルの短縮名が必要です。更新できません。",
-	"Model ID": "",
+	"Model ID": "モデルID",
 	"Model not selected": "モデルが選択されていません",
-	"Model Params": "",
+	"Model Params": "モデルパラメータ",
 	"Model Whitelisting": "モデルホワイトリスト",
 	"Model(s) Whitelisted": "ホワイトリストに登録されたモデル",
 	"Modelfile Content": "モデルファイルの内容",
@@ -301,25 +301,25 @@
 	"More": "もっと見る",
 	"Name": "名前",
 	"Name Tag": "名前タグ",
-	"Name your model": "",
+	"Name your model": "モデルに名前を付ける",
 	"New Chat": "新しいチャット",
 	"New Password": "新しいパスワード",
 	"No results found": "結果が見つかりません",
-	"No search query generated": "",
+	"No search query generated": "検索クエリは生成されません",
 	"No source available": "使用可能なソースがありません",
-	"None": "",
+	"None": "何一つ",
 	"Not factually correct": "実事上正しくない",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:最小スコアを設定した場合、検索は最小スコア以上のスコアを持つドキュメントのみを返します。",
 	"Notifications": "デスクトップ通知",
 	"November": "11月",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread(オラマ)",
 	"October": "10月",
 	"Off": "オフ",
 	"Okay, Let's Go!": "OK、始めましょう!",
 	"OLED Dark": "OLED ダーク",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "Ollama API が無効になっています",
 	"Ollama Version": "Ollama バージョン",
 	"On": "オン",
 	"Only": "のみ",
@@ -344,8 +344,8 @@
 	"pending": "保留中",
 	"Permission denied when accessing microphone: {{error}}": "マイクへのアクセス時に権限が拒否されました: {{error}}",
 	"Personalization": "個人化",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "パイプライン",
+	"Pipelines Valves": "パイプラインバルブ",
 	"Plain text (.txt)": "プレーンテキスト (.txt)",
 	"Playground": "プレイグラウンド",
 	"Positive attitude": "陽気な態度",
@@ -390,31 +390,31 @@
 	"Scan for documents from {{path}}": "{{path}} からドキュメントをスキャン",
 	"Search": "検索",
 	"Search a model": "モデルを検索",
-	"Search Chats": "",
+	"Search Chats": "チャットの検索",
 	"Search Documents": "ドキュメントを検索",
-	"Search Models": "",
+	"Search Models": "モデル検索",
 	"Search Prompts": "プロンプトを検索",
-	"Search Result Count": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "検索結果数",
+	"Searched {{count}} sites_other": "{{count}} sites_other検索",
+	"Searching the web for '{{searchQuery}}'": "ウェブで '{{searchQuery}}' を検索する",
+	"Searxng Query URL": "Searxng クエリ URL",
 	"See readme.md for instructions": "手順については readme.md を参照してください",
 	"See what's new": "新機能を見る",
 	"Seed": "シード",
-	"Select a base model": "",
+	"Select a base model": "基本モデルの選択",
 	"Select a mode": "モードを選択",
 	"Select a model": "モデルを選択",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "パイプラインの選択",
+	"Select a pipeline url": "パイプラインの URL を選択する",
 	"Select an Ollama instance": "Ollama インスタンスを選択",
 	"Select model": "モデルを選択",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "一部のモデルは画像入力をサポートしていません",
 	"Send": "送信",
 	"Send a Message": "メッセージを送信",
 	"Send message": "メッセージを送信",
 	"September": "9月",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Serper APIキー",
+	"Serpstack API Key": "Serpstack APIキー",
 	"Server connection verified": "サーバー接続が確認されました",
 	"Set as default": "デフォルトに設定",
 	"Set Default Model": "デフォルトモデルを設定",
@@ -423,7 +423,7 @@
 	"Set Model": "モデルを設定",
 	"Set reranking model (e.g. {{model}})": "モデルを設定します(例:{{model}})",
 	"Set Steps": "ステップを設定",
-	"Set Task Model": "",
+	"Set Task Model": "タスクモデルの設定",
 	"Set Voice": "音声を設定",
 	"Settings": "設定",
 	"Settings saved successfully!": "設定が正常に保存されました!",
@@ -482,21 +482,21 @@
 	"Top P": "トップ P",
 	"Trouble accessing Ollama?": "Ollama へのアクセスに問題がありますか?",
 	"TTS Settings": "TTS 設定",
-	"Type": "",
+	"Type": "種類",
 	"Type Hugging Face Resolve (Download) URL": "Hugging Face Resolve (ダウンロード) URL を入力してください",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "おっと! {{provider}} への接続に問題が発生しました。",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "不明なファイルタイプ '{{file_type}}' ですが、プレーンテキストとして受け入れて処理します",
 	"Update and Copy Link": "リンクの更新とコピー",
 	"Update password": "パスワードを更新",
 	"Upload a GGUF model": "GGUF モデルをアップロード",
-	"Upload Files": "",
+	"Upload Files": "ファイルのアップロード",
 	"Upload Progress": "アップロードの進行状況",
 	"URL Mode": "URL モード",
 	"Use '#' in the prompt input to load and select your documents.": "プロンプト入力で '#' を使用して、ドキュメントを読み込んで選択します。",
 	"Use Gravatar": "Gravatar を使用する",
 	"Use Initials": "初期値を使用する",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock(オラマ)",
+	"use_mmap (Ollama)": "use_mmap(オラマ)",
 	"user": "ユーザー",
 	"User Permissions": "ユーザー権限",
 	"Users": "ユーザー",
@@ -505,13 +505,13 @@
 	"variable": "変数",
 	"variable to have them replaced with clipboard content.": "クリップボードの内容に置き換える変数。",
 	"Version": "バージョン",
-	"Warning": "",
+	"Warning": "警告",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "警告: 埋め込みモデルを更新または変更した場合は、すべてのドキュメントを再インポートする必要があります。",
 	"Web": "ウェブ",
 	"Web Loader Settings": "Web 読み込み設定",
 	"Web Params": "Web パラメータ",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "ウェブ検索",
+	"Web Search Engine": "ウェブ検索エンジン",
 	"Webhook URL": "Webhook URL",
 	"WebUI Add-ons": "WebUI アドオン",
 	"WebUI Settings": "WebUI 設定",
@@ -524,7 +524,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "[トピックまたはキーワード] を要約する 50 語の概要を書いてください。",
 	"Yesterday": "昨日",
 	"You": "あなた",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "基本モデルのクローンを作成できない",
 	"You have no archived conversations.": "これまでにアーカイブされた会話はありません。",
 	"You have shared this chat": "このチャットを共有しました",
 	"You're a helpful assistant.": "あなたは役に立つアシスタントです。",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(ბეტა)",
 	"(e.g. `sh webui.sh --api`)": "(მაგ. `sh webui.sh --api`)",
 	"(latest)": "(უახლესი)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ models }}",
+	"{{ owner }}: You cannot delete a base model": "{{ owner }}: თქვენ არ შეგიძლიათ წაშალოთ ბაზის მოდელი",
 	"{{modelName}} is thinking...": "{{modelName}} ფიქრობს...",
 	"{{user}}'s Chats": "{{user}}-ის ჩათები",
 	"{{webUIName}} Backend Required": "{{webUIName}} საჭიროა ბექენდი",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"A task model is used when performing tasks such as generating titles for chats and web search queries": "დავალების მოდელი გამოიყენება ისეთი ამოცანების შესრულებისას, როგორიცაა ჩეთების სათაურების გენერირება და ვებ – ძიების მოთხოვნები",
 	"a user": "მომხმარებელი",
 	"About": "შესახებ",
 	"Account": "ანგარიში",
 	"Accurate information": "დიდი ინფორმაცია",
 	"Add": "დამატება",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "დაამატეთ მოდელის ID",
+	"Add a short description about what this model does": "დაამატეთ მოკლე აღწერა იმის შესახებ, თუ რას აკეთებს ეს მოდელი",
 	"Add a short title for this prompt": "დაამატე მოკლე სათაური ამ მოთხოვნისთვის",
 	"Add a tag": "დაამატე ტეგი",
 	"Add custom prompt": "პირველადი მოთხოვნის დამატება",
@@ -31,7 +31,7 @@
 	"Admin Panel": "ადმინ პანელი",
 	"Admin Settings": "ადმინისტრატორის ხელსაწყოები",
 	"Advanced Parameters": "დამატებითი პარამეტრები",
-	"Advanced Params": "",
+	"Advanced Params": "მოწინავე პარამები",
 	"all": "ყველა",
 	"All Documents": "ყველა დოკუმენტი",
 	"All Users": "ყველა მომხმარებელი",
@@ -48,7 +48,7 @@
 	"API keys": "API გასაღები",
 	"April": "აპრილი",
 	"Archive": "არქივი",
-	"Archive All Chats": "",
+	"Archive All Chats": "არქივი ყველა ჩატი",
 	"Archived Chats": "ჩატის ისტორიის არქივი",
 	"are allowed - Activate this command by typing": "დაშვებულია - ბრძანების გასააქტიურებლად აკრიფეთ:",
 	"Are you sure?": "დარწმუნებული ხარ?",
@@ -63,14 +63,14 @@
 	"available!": "ხელმისაწვდომია!",
 	"Back": "უკან",
 	"Bad Response": "ხარვეზი",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "რეკლამა",
+	"Base Model (From)": "საბაზო მოდელი (-დან)",
 	"before": "ადგილზე",
 	"Being lazy": "ჩაიტყვევა",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Brave Search API გასაღები",
 	"Bypass SSL verification for Websites": "SSL-ის ვერიფიკაციის გააუქმება ვებსაიტებზე",
 	"Cancel": "გაუქმება",
-	"Capabilities": "",
+	"Capabilities": "შესაძლებლობები",
 	"Change Password": "პაროლის შეცვლა",
 	"Chat": "მიმოწერა",
 	"Chat Bubble UI": "ჩატის ბულბი",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "დოკუმენტების ასარჩევად, დააკლიკე აქ",
 	"click here.": "დააკლიკე აქ",
 	"Click on the user role button to change a user's role.": "დააკლიკეთ მომხმარებლის როლის ღილაკს რომ შეცვალოთ მომხმარების როლი",
-	"Clone": "",
+	"Clone": "კლონი",
 	"Close": "დახურვა",
 	"Collection": "ნაკრები",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "ComfyUI საბაზისო URL",
 	"ComfyUI Base URL is required.": "ComfyUI საბაზისო URL აუცილებელია.",
 	"Command": "ბრძანება",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "თანმხლები მოთხოვნები",
 	"Confirm Password": "პაროლის დამოწმება",
 	"Connections": "კავშირები",
 	"Content": "კონტენტი",
@@ -114,7 +114,7 @@
 	"Copy Link": "კოპირება",
 	"Copying to clipboard was successful!": "კლავიატურაზე კოპირება წარმატებით დასრულდა",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "შექმენით მოკლე, 3-5 სიტყვიანი ფრაზა, როგორც სათაური თქვენი შემდეგი შეკითხვისთვის, მკაცრად დაიცავით 3-5 სიტყვის ლიმიტი და მოერიდეთ გამოიყენოთ სიტყვა „სათაური“.",
-	"Create a model": "",
+	"Create a model": "შექმენით მოდელი",
 	"Create Account": "ანგარიშის შექმნა",
 	"Create new key": "პირადი ღირებულბრის შექმნა",
 	"Create new secret key": "პირადი ღირებულბრის შექმნა",
@@ -123,7 +123,7 @@
 	"Current Model": "მიმდინარე მოდელი",
 	"Current Password": "მიმდინარე პაროლი",
 	"Custom": "საკუთარი",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "მოდელების მორგება კონკრეტული მიზნისთვის",
 	"Dark": "მუქი",
 	"Database": "მონაცემთა ბაზა",
 	"December": "დეკემბერი",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "დეფოლტ (Automatic1111)",
 	"Default (SentenceTransformers)": "დეფოლტ (SentenceTransformers)",
 	"Default (Web API)": "დეფოლტ (Web API)",
-	"Default Model": "",
+	"Default Model": "ნაგულისხმები მოდელი",
 	"Default model updated": "დეფოლტ მოდელი განახლებულია",
 	"Default Prompt Suggestions": "დეფოლტ პრომპტი პირველი პირველი",
 	"Default User Role": "მომხმარებლის დეფოლტ როლი",
 	"delete": "წაშლა",
 	"Delete": "წაშლა",
 	"Delete a model": "მოდელის წაშლა",
-	"Delete All Chats": "",
+	"Delete All Chats": "ყველა ჩატის წაშლა",
 	"Delete chat": "შეტყობინების წაშლა",
 	"Delete Chat": "შეტყობინების წაშლა",
 	"delete this link": "ბმულის წაშლა",
 	"Delete User": "მომხმარებლის წაშლა",
 	"Deleted {{deleteModelTag}}": "{{deleteModelTag}} წაშლილია",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "Deleted {{name}}",
 	"Description": "აღწერა",
 	"Didn't fully follow instructions": "ვერ ყველა ინფორმაციისთვის ვერ ხელახლა ჩაწერე",
 	"Disabled": "გაუქმებულია",
-	"Discover a model": "",
+	"Discover a model": "გაიგეთ მოდელი",
 	"Discover a prompt": "აღმოაჩინეთ მოთხოვნა",
 	"Discover, download, and explore custom prompts": "აღმოაჩინეთ, ჩამოტვირთეთ და შეისწავლეთ მორგებული მოთხოვნები",
 	"Discover, download, and explore model presets": "აღმოაჩინეთ, ჩამოტვირთეთ და შეისწავლეთ მოდელის წინასწარ პარამეტრები",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "ჩასმის ძირითადი პროგრამა",
 	"Embedding model set to \"{{embedding_model}}\"": "ჩასმის ძირითადი პროგრამა ჩართულია \"{{embedding_model}}\"",
 	"Enable Chat History": "მიმოწერის ისტორიის ჩართვა",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "საზოგადოების გაზიარების ჩართვა",
 	"Enable New Sign Ups": "ახალი რეგისტრაციების ჩართვა",
-	"Enable Web Search": "",
+	"Enable Web Search": "ვებ ძიების ჩართვა",
 	"Enabled": "ჩართულია",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "გთხოვთ, უზრუნველყოთ, რომთქვევის CSV-ფაილი შეიცავს 4 ველი, ჩაწერილი ორივე ველი უდრის პირველი ველით.",
 	"Enter {{role}} message here": "შეიყვანე {{role}} შეტყობინება აქ",
 	"Enter a detail about yourself for your LLMs to recall": "შეიყვანე დეტალი ჩემთათვის, რომ ჩვენი LLMs-ს შეიძლოს აღაქვს",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "შეიყვანეთ Brave Search API გასაღები",
 	"Enter Chunk Overlap": "შეიყვანეთ ნაწილის გადახურვა",
 	"Enter Chunk Size": "შეიყვანე ბლოკის ზომა",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "შეიყვანეთ Github Raw URL",
+	"Enter Google PSE API Key": "შეიყვანეთ Google PSE API გასაღები",
+	"Enter Google PSE Engine Id": "შეიყვანეთ Google PSE ძრავის ID",
 	"Enter Image Size (e.g. 512x512)": "შეიყვანეთ სურათის ზომა (მაგ. 512x512)",
 	"Enter language codes": "შეიყვანეთ ენის კოდი",
 	"Enter model tag (e.g. {{modelTag}})": "შეიყვანეთ მოდელის ტეგი (მაგ. {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "შეიყვანეთ ნაბიჯების რაოდენობა (მაგ. 50)",
 	"Enter Score": "შეიყვანეთ ქულა",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "შეიყვანეთ Searxng Query URL",
+	"Enter Serper API Key": "შეიყვანეთ Serper API Key",
+	"Enter Serpstack API Key": "შეიყვანეთ Serpstack API Key",
 	"Enter stop sequence": "შეიყვანეთ ტოპ თანმიმდევრობა",
 	"Enter Top K": "შეიყვანეთ Top K",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "შეიყვანეთ მისამართი (მაგალითად http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "შეიყვანეთ თქვენი სრული სახელი",
 	"Enter Your Password": "შეიყვანეთ თქვენი პაროლი",
 	"Enter Your Role": "შეიყვანეთ თქვენი როლი",
-	"Error": "",
+	"Error": "შეცდომა",
 	"Experimental": "ექსპერიმენტალური",
-	"Export": "",
+	"Export": "ექსპორტი",
 	"Export All Chats (All Users)": "ექსპორტი ყველა ჩათი (ყველა მომხმარებელი)",
 	"Export Chats": "მიმოწერის ექსპორტირება",
 	"Export Documents Mapping": "დოკუმენტების კავშირის ექსპორტი",
-	"Export Models": "",
+	"Export Models": "ექსპორტის მოდელები",
 	"Export Prompts": "მოთხოვნების ექსპორტი",
 	"Failed to create API Key.": "API ღილაკის შექმნა ვერ მოხერხდა.",
 	"Failed to read clipboard contents": "ბუფერში შიგთავსის წაკითხვა ვერ მოხერხდა",
@@ -221,15 +221,15 @@
 	"Focus chat input": "ჩეთის შეყვანის ფოკუსი",
 	"Followed instructions perfectly": "ყველა ინსტრუქცია უზრუნველყოფა",
 	"Format your variables using square brackets like this:": "დააფორმატეთ თქვენი ცვლადები კვადრატული ფრჩხილების გამოყენებით:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "სიხშირის ჯარიმა",
 	"Full Screen Mode": "Სრული ეკრანის რეჟიმი",
 	"General": "ზოგადი",
 	"General Settings": "ზოგადი პარამეტრები",
-	"Generating search query": "",
+	"Generating search query": "საძიებო მოთხოვნის გენერირება",
 	"Generation Info": "გენერაციის ინფორმაცია",
 	"Good Response": "დიდი პასუხი",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Google PSE API გასაღები",
+	"Google PSE Engine Id": "Google PSE ძრავის Id",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "არა უფლება ჩაწერა",
 	"Hello, {{name}}": "გამარჯობა, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "სურათები",
 	"Import Chats": "მიმოწერების იმპორტი",
 	"Import Documents Mapping": "დოკუმენტების კავშირის იმპორტი",
-	"Import Models": "",
+	"Import Models": "იმპორტის მოდელები",
 	"Import Prompts": "მოთხოვნების იმპორტი",
 	"Include `--api` flag when running stable-diffusion-webui": "ჩართეთ `--api` დროშა stable-diffusion-webui-ის გაშვებისას",
-	"Info": "",
+	"Info": "ინფორმაცია",
 	"Input commands": "შეყვანით ბრძანებებს",
-	"Install from Github URL": "",
+	"Install from Github URL": "დააინსტალირეთ Github URL- დან",
 	"Interface": "ინტერფეისი",
 	"Invalid Tag": "არასწორი ტეგი",
 	"January": "იანვარი",
 	"join our Discord for help.": "შეუერთდით ჩვენს Discord-ს დახმარებისთვის",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "JSON გადახედვა",
 	"July": "ივნისი",
 	"June": "ივლა",
 	"JWT Expiration": "JWT-ის ვადა",
@@ -271,14 +271,14 @@
 	"Make sure to enclose them with": "დარწმუნდით, რომ დაურთეთ ისინი",
 	"Manage Models": "მოდელების მართვა",
 	"Manage Ollama Models": "Ollama მოდელების მართვა",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "მილსადენების მართვა",
 	"March": "მარტივი",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "მაქს ტოკენსი (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "მაქსიმუმ 3 მოდელის ჩამოტვირთვა შესაძლებელია ერთდროულად. Გთხოვთ სცადოთ მოგვიანებით.",
 	"May": "მაი",
 	"Memories accessible by LLMs will be shown here.": "ლლმ-ს აქვს ხელმისაწვდომი მემორიები აქ იქნება.",
 	"Memory": "მემორია",
-	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
+	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "შეტყობინებები, რომელსაც თქვენ აგზავნით თქვენი ბმულის შექმნის შემდეგ, არ იქნება გაზიარებული. URL– ის მქონე მომხმარებლებს შეეძლებათ ნახონ საერთო ჩატი.",
 	"Minimum Score": "მინიმალური ქულა",
 	"Mirostat": "მიროსტატი",
 	"Mirostat Eta": "მიროსტატი ეტა",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "მოდელი „{{modelName}}“ წარმატებით ჩამოიტვირთა.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "მოდელი „{{modelTag}}“ უკვე ჩამოტვირთვის რიგშია.",
 	"Model {{modelId}} not found": "მოდელი {{modelId}} ვერ მოიძებნა",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "Model {{modelName}} is not vision capable",
+	"Model {{name}} is now {{status}}": "Model {{name}} is now {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "აღმოჩენილია მოდელის ფაილური სისტემის გზა. განახლებისთვის საჭიროა მოდელის მოკლე სახელი, გაგრძელება შეუძლებელია.",
-	"Model ID": "",
+	"Model ID": "მოდელის ID",
 	"Model not selected": "მოდელი არ არის არჩეული",
-	"Model Params": "",
+	"Model Params": "მოდელის პარამები",
 	"Model Whitelisting": "მოდელის თეთრ სიაში შეყვანა",
 	"Model(s) Whitelisted": "მოდელ(ებ)ი თეთრ სიაშია",
 	"Modelfile Content": "მოდელური ფაილის კონტენტი",
@@ -301,25 +301,25 @@
 	"More": "ვრცლად",
 	"Name": "სახელი",
 	"Name Tag": "სახელის ტეგი",
-	"Name your model": "",
+	"Name your model": "დაასახელეთ თქვენი მოდელი",
 	"New Chat": "ახალი მიმოწერა",
 	"New Password": "ახალი პაროლი",
 	"No results found": "ჩვენ ვერ პოულობით ნაპოვნი ჩაწერები",
-	"No search query generated": "",
+	"No search query generated": "ძიების მოთხოვნა არ არის გენერირებული",
 	"No source available": "წყარო არ არის ხელმისაწვდომი",
-	"None": "",
+	"None": "არცერთი",
 	"Not factually correct": "არ ვეთანხმები პირდაპირ ვერც ვეთანხმები",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "შენიშვნა: თუ თქვენ დააყენებთ მინიმალურ ქულას, ძებნა დააბრუნებს მხოლოდ დოკუმენტებს მინიმალური ქულის მეტი ან ტოლი ქულით.",
 	"Notifications": "შეტყობინება",
 	"November": "ნოემბერი",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (ოლამა)",
 	"October": "ოქტომბერი",
 	"Off": "გამორთვა",
 	"Okay, Let's Go!": "კარგი, წავედით!",
 	"OLED Dark": "OLED მუქი",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "Ollama API გამორთულია",
 	"Ollama Version": "Ollama ვერსია",
 	"On": "ჩართვა",
 	"Only": "მხოლოდ",
@@ -344,8 +344,8 @@
 	"pending": "ლოდინის რეჟიმშია",
 	"Permission denied when accessing microphone: {{error}}": "ნებართვა უარყოფილია მიკროფონზე წვდომისას: {{error}}",
 	"Personalization": "პერსონალიზაცია",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "მილსადენები",
+	"Pipelines Valves": "მილსადენების სარქველები",
 	"Plain text (.txt)": "ტექსტი (.txt)",
 	"Playground": "სათამაშო მოედანი",
 	"Positive attitude": "პოზიტიური ანგარიში",
@@ -390,32 +390,32 @@
 	"Scan for documents from {{path}}": "დოკუმენტების სკანირება {{ path}}-დან",
 	"Search": "ძიება",
 	"Search a model": "მოდელის ძიება",
-	"Search Chats": "",
+	"Search Chats": "ჩატების ძებნა",
 	"Search Documents": "დოკუმენტების ძიება",
-	"Search Models": "",
+	"Search Models": "საძიებო მოდელები",
 	"Search Prompts": "მოთხოვნების ძიება",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "ძიების შედეგების რაოდენობა",
+	"Searched {{count}} sites_one": "Searched {{count}} sites_one",
+	"Searched {{count}} sites_other": "Searched {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "ეძებს ვებ '{searchQuery}}'",
+	"Searxng Query URL": "Searxng Query URL",
 	"See readme.md for instructions": "იხილეთ readme.md ინსტრუქციებისთვის",
 	"See what's new": "სიახლეების ნახვა",
 	"Seed": "სიდი",
-	"Select a base model": "",
+	"Select a base model": "აირჩიეთ ბაზის მოდელი",
 	"Select a mode": "რეჟიმის არჩევა",
 	"Select a model": "მოდელის არჩევა",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "აირჩიეთ მილსადენი",
+	"Select a pipeline url": "აირჩიეთ მილსადენის url",
 	"Select an Ollama instance": "Ollama ინსტანსის არჩევა",
 	"Select model": "მოდელის არჩევა",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "შერჩეული მოდელი (ებ) ი არ უჭერს მხარს გამოსახულების შეყვანას",
 	"Send": "გაგზავნა",
 	"Send a Message": "შეტყობინების გაგზავნა",
 	"Send message": "შეტყობინების გაგზავნა",
 	"September": "სექტემბერი",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Serper API Key",
+	"Serpstack API Key": "Serpstack API Key",
 	"Server connection verified": "სერვერთან კავშირი დადასტურებულია",
 	"Set as default": "დეფოლტად დაყენება",
 	"Set Default Model": "დეფოლტ მოდელის დაყენება",
@@ -424,7 +424,7 @@
 	"Set Model": "მოდელის დაყენება",
 	"Set reranking model (e.g. {{model}})": "რეტარირება მოდელის დაყენება (მაგ. {{model}})",
 	"Set Steps": "ნაბიჯების დაყენება",
-	"Set Task Model": "",
+	"Set Task Model": "დააყენეთ სამუშაო მოდელი",
 	"Set Voice": "ხმის დაყენება",
 	"Settings": "ხელსაწყოები",
 	"Settings saved successfully!": "პარამეტრები წარმატებით განახლდა!",
@@ -483,21 +483,21 @@
 	"Top P": "ტოპ P",
 	"Trouble accessing Ollama?": "Ollama-ს ვერ უკავშირდები?",
 	"TTS Settings": "TTS პარამეტრები",
-	"Type": "",
+	"Type": "ტიპი",
 	"Type Hugging Face Resolve (Download) URL": "სცადე გადმოწერო Hugging Face Resolve URL",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "{{provider}}-თან დაკავშირების პრობლემა წარმოიშვა.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "უცნობი ფაილის ტიპი „{{file_type}}“, მაგრამ მიიღება და განიხილება როგორც მარტივი ტექსტი",
 	"Update and Copy Link": "განახლება და ბმულის კოპირება",
 	"Update password": "პაროლის განახლება",
 	"Upload a GGUF model": "GGUF მოდელის ატვირთვა",
-	"Upload Files": "",
+	"Upload Files": "ატვირთეთ ფაილები",
 	"Upload Progress": "პროგრესის ატვირთვა",
 	"URL Mode": "URL რეჟიმი",
 	"Use '#' in the prompt input to load and select your documents.": "პრომტში გამოიყენე '#' რომელიც გაიტანს დოკუმენტებს",
 	"Use Gravatar": "გამოიყენე Gravatar",
 	"Use Initials": "გამოიყენე ინიციალები",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (ოლამა)",
+	"use_mmap (Ollama)": "use_mmap (ოლამა)",
 	"user": "მომხმარებელი",
 	"User Permissions": "მომხმარებლის უფლებები",
 	"Users": "მომხმარებლები",
@@ -506,13 +506,13 @@
 	"variable": "ცვლადი",
 	"variable to have them replaced with clipboard content.": "ცვლადი, რომ შეცვალოს ისინი ბუფერში შიგთავსით.",
 	"Version": "ვერსია",
-	"Warning": "",
+	"Warning": "გაფრთხილება",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "გაფრთხილება: თუ განაახლებთ ან შეცვლით ჩანერგვის მოდელს, მოგიწევთ ყველა დოკუმენტის ხელახლა იმპორტი.",
 	"Web": "ვები",
 	"Web Loader Settings": "ვების ჩატარების პარამეტრები",
 	"Web Params": "ვების პარამეტრები",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "ვებ ძებნა",
+	"Web Search Engine": "ვებ საძიებო სისტემა",
 	"Webhook URL": "Webhook URL",
 	"WebUI Add-ons": "WebUI დანამატები",
 	"WebUI Settings": "WebUI პარამეტრები",
@@ -525,7 +525,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "დაწერეთ რეზიუმე 50 სიტყვით, რომელიც აჯამებს [თემას ან საკვანძო სიტყვას].",
 	"Yesterday": "აღდგენა",
 	"You": "ჩემი",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "თქვენ არ შეგიძლიათ ბაზის მოდელის კლონირება",
 	"You have no archived conversations.": "არ ხართ არქივირებული განხილვები.",
 	"You have shared this chat": "ამ ჩატის გააგზავნა",
 	"You're a helpful assistant.": "თქვენ სასარგებლო ასისტენტი ხართ.",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api`)": "(예: `sh webui.sh --api`)",
 	"(latest)": "(latest)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ 모델 }}",
+	"{{ owner }}: You cannot delete a base model": "{{ owner }}: 기본 모델은 삭제할 수 없습니다.",
 	"{{modelName}} is thinking...": "{{modelName}} 이(가) 생각중입니다....",
 	"{{user}}'s Chats": "{{user}}의 채팅",
 	"{{webUIName}} Backend Required": "{{webUIName}} 백엔드가 필요합니다.",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"A task model is used when performing tasks such as generating titles for chats and web search queries": "작업 모델은 채팅 및 웹 검색 쿼리에 대한 제목 생성과 같은 작업을 수행할 때 사용됩니다",
 	"a user": "사용자",
 	"About": "소개",
 	"Account": "계정",
 	"Accurate information": "정확한 정보",
 	"Add": "추가",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "모델 ID 추가",
+	"Add a short description about what this model does": "이 모델의 기능에 대한 간단한 설명을 추가합니다",
 	"Add a short title for this prompt": "이 프롬프트에 대한 간단한 제목 추가",
 	"Add a tag": "태그 추가",
 	"Add custom prompt": "프롬프트 추가",
@@ -31,7 +31,7 @@
 	"Admin Panel": "관리자 패널",
 	"Admin Settings": "관리자 설정",
 	"Advanced Parameters": "고급 매개변수",
-	"Advanced Params": "",
+	"Advanced Params": "고급 매개 변수",
 	"all": "모두",
 	"All Documents": "모든 문서",
 	"All Users": "모든 사용자",
@@ -48,7 +48,7 @@
 	"API keys": "API 키",
 	"April": "4월",
 	"Archive": "아카이브",
-	"Archive All Chats": "",
+	"Archive All Chats": "모든 채팅 보관",
 	"Archived Chats": "채팅 기록 아카이브",
 	"are allowed - Activate this command by typing": "허용됩니다 - 이 명령을 활성화하려면 입력하세요.",
 	"Are you sure?": "확실합니까?",
@@ -63,14 +63,14 @@
 	"available!": "사용 가능!",
 	"Back": "뒤로가기",
 	"Bad Response": "응답이 좋지 않습니다.",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "배너",
+	"Base Model (From)": "기본 모델(시작)",
 	"before": "이전",
 	"Being lazy": "게으름 피우기",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Brave Search API 키",
 	"Bypass SSL verification for Websites": "SSL 검증을 무시하려면 웹 사이트를 선택하세요.",
 	"Cancel": "취소",
-	"Capabilities": "",
+	"Capabilities": "기능",
 	"Change Password": "비밀번호 변경",
 	"Chat": "채팅",
 	"Chat Bubble UI": "채팅 버블 UI",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "문서를 선택하려면 여기를 클릭하세요.",
 	"click here.": "여기를 클릭하세요.",
 	"Click on the user role button to change a user's role.": "사용자 역할 버튼을 클릭하여 사용자의 역할을 변경하세요.",
-	"Clone": "",
+	"Clone": "클론",
 	"Close": "닫기",
 	"Collection": "컬렉션",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "ComfyUI 기본 URL",
 	"ComfyUI Base URL is required.": "ComfyUI 기본 URL이 필요합니다.",
 	"Command": "명령",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "동시 요청",
 	"Confirm Password": "비밀번호 확인",
 	"Connections": "연결",
 	"Content": "내용",
@@ -114,7 +114,7 @@
 	"Copy Link": "링크 복사",
 	"Copying to clipboard was successful!": "클립보드에 복사되었습니다!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "다음 질문에 대한 제목으로 간결한 3-5 단어 문구를 만드되 3-5 단어 제한을 엄격히 준수하고 'title' 단어 사용을 피하세요:",
-	"Create a model": "",
+	"Create a model": "모델 만들기",
 	"Create Account": "계정 만들기",
 	"Create new key": "새 키 만들기",
 	"Create new secret key": "새 비밀 키 만들기",
@@ -123,7 +123,7 @@
 	"Current Model": "현재 모델",
 	"Current Password": "현재 비밀번호",
 	"Custom": "사용자 정의",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "특정 목적을 위한 모델 사용자 지정",
 	"Dark": "어두운",
 	"Database": "데이터베이스",
 	"December": "12월",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "기본값 (Automatic1111)",
 	"Default (SentenceTransformers)": "기본값 (SentenceTransformers)",
 	"Default (Web API)": "기본값 (Web API)",
-	"Default Model": "",
+	"Default Model": "기본 모델",
 	"Default model updated": "기본 모델이 업데이트되었습니다.",
 	"Default Prompt Suggestions": "기본 프롬프트 제안",
 	"Default User Role": "기본 사용자 역할",
 	"delete": "삭제",
 	"Delete": "삭제",
 	"Delete a model": "모델 삭제",
-	"Delete All Chats": "",
+	"Delete All Chats": "모든 채팅 삭제",
 	"Delete chat": "채팅 삭제",
 	"Delete Chat": "채팅 삭제",
 	"delete this link": "이 링크를 삭제합니다.",
 	"Delete User": "사용자 삭제",
 	"Deleted {{deleteModelTag}}": "{{deleteModelTag}} 삭제됨",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "{{name}}을(를) 삭제했습니다.",
 	"Description": "설명",
 	"Didn't fully follow instructions": "완전히 지침을 따르지 않음",
 	"Disabled": "비활성화",
-	"Discover a model": "",
+	"Discover a model": "모델 검색",
 	"Discover a prompt": "프롬프트 검색",
 	"Discover, download, and explore custom prompts": "사용자 정의 프롬프트 검색, 다운로드 및 탐색",
 	"Discover, download, and explore model presets": "모델 사전 설정 검색, 다운로드 및 탐색",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "임베딩 모델 엔진",
 	"Embedding model set to \"{{embedding_model}}\"": "임베딩 모델을 \"{{embedding_model}}\"로 설정됨",
 	"Enable Chat History": "채팅 기록 활성화",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "커뮤니티 공유 사용",
 	"Enable New Sign Ups": "새 회원가입 활성화",
-	"Enable Web Search": "",
+	"Enable Web Search": "Web Search 사용",
 	"Enabled": "활성화",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "CSV 파일에 이름, 이메일, 비밀번호, 역할 4개의 컬럼이 순서대로 포함되어 있는지 확인하세요.",
 	"Enter {{role}} message here": "여기에 {{role}} 메시지 입력",
 	"Enter a detail about yourself for your LLMs to recall": "자신에 대한 세부사항을 입력하여 LLMs가 기억할 수 있도록 하세요",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Brave Search API Key 입력",
 	"Enter Chunk Overlap": "청크 오버랩 입력",
 	"Enter Chunk Size": "청크 크기 입력",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Github Raw URL 입력",
+	"Enter Google PSE API Key": "Google PSE API 키 입력",
+	"Enter Google PSE Engine Id": "Google PSE 엔진 ID 입력",
 	"Enter Image Size (e.g. 512x512)": "이미지 크기 입력(예: 512x512)",
 	"Enter language codes": "언어 코드 입력",
 	"Enter model tag (e.g. {{modelTag}})": "모델 태그 입력(예: {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "단계 수 입력(예: 50)",
 	"Enter Score": "점수 입력",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Searxng 쿼리 URL 입력",
+	"Enter Serper API Key": "Serper API Key 입력",
+	"Enter Serpstack API Key": "Serpstack API Key 입력",
 	"Enter stop sequence": "중지 시퀀스 입력",
 	"Enter Top K": "Top K 입력",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "URL 입력(예: http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "전체 이름 입력",
 	"Enter Your Password": "비밀번호 입력",
 	"Enter Your Role": "역할 입력",
-	"Error": "",
+	"Error": "오류",
 	"Experimental": "실험적",
-	"Export": "",
+	"Export": "수출",
 	"Export All Chats (All Users)": "모든 채팅 내보내기 (모든 사용자)",
 	"Export Chats": "채팅 내보내기",
 	"Export Documents Mapping": "문서 매핑 내보내기",
-	"Export Models": "",
+	"Export Models": "모델 내보내기",
 	"Export Prompts": "프롬프트 내보내기",
 	"Failed to create API Key.": "API 키 생성에 실패했습니다.",
 	"Failed to read clipboard contents": "클립보드 내용을 읽는 데 실패했습니다.",
@@ -221,15 +221,15 @@
 	"Focus chat input": "채팅 입력 포커스",
 	"Followed instructions perfectly": "명령을 완벽히 따름",
 	"Format your variables using square brackets like this:": "이렇게 대괄호를 사용하여 변수를 형식화하세요:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "주파수 페널티",
 	"Full Screen Mode": "전체 화면 모드",
 	"General": "일반",
 	"General Settings": "일반 설정",
-	"Generating search query": "",
+	"Generating search query": "검색 쿼리 생성",
 	"Generation Info": "생성 정보",
 	"Good Response": "좋은 응답",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Google PSE API 키",
+	"Google PSE Engine Id": "Google PSE 엔진 ID",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "대화가 없습니다.",
 	"Hello, {{name}}": "안녕하세요, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "이미지",
 	"Import Chats": "채팅 가져오기",
 	"Import Documents Mapping": "문서 매핑 가져오기",
-	"Import Models": "",
+	"Import Models": "모델 가져오기",
 	"Import Prompts": "프롬프트 가져오기",
 	"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webui를 실행할 때 '--api' 플래그 포함",
-	"Info": "",
+	"Info": "정보",
 	"Input commands": "입력 명령",
-	"Install from Github URL": "",
+	"Install from Github URL": "Github URL에서 설치",
 	"Interface": "인터페이스",
 	"Invalid Tag": "잘못된 태그",
 	"January": "1월",
 	"join our Discord for help.": "도움말을 보려면 Discord에 가입하세요.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "JSON 미리 보기",
 	"July": "7월",
 	"June": "6월",
 	"JWT Expiration": "JWT 만료",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "다음으로 묶는 것을 잊지 마세요:",
 	"Manage Models": "모델 관리",
 	"Manage Ollama Models": "Ollama 모델 관리",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "파이프라인 관리",
 	"March": "3월",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "최대 토큰 (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "최대 3개의 모델을 동시에 다운로드할 수 있습니다. 나중에 다시 시도하세요.",
 	"May": "5월",
 	"Memories accessible by LLMs will be shown here.": "LLM에서 액세스할 수 있는 메모리는 여기에 표시됩니다.",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "모델 '{{modelName}}'이(가) 성공적으로 다운로드되었습니다.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "모델 '{{modelTag}}'이(가) 이미 다운로드 대기열에 있습니다.",
 	"Model {{modelId}} not found": "모델 {{modelId}}를 찾을 수 없습니다.",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "모델 {{modelName}}은(는) 비전을 사용할 수 없습니다.",
+	"Model {{name}} is now {{status}}": "{{name}} 모델이 {{status}}로 변경되었습니다.",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "모델 파일 시스템 경로가 감지되었습니다. 업데이트하려면 모델 단축 이름이 필요하며 계속할 수 없습니다.",
-	"Model ID": "",
+	"Model ID": "모델 ID",
 	"Model not selected": "모델이 선택되지 않았습니다.",
-	"Model Params": "",
+	"Model Params": "모델 매개 변수",
 	"Model Whitelisting": "모델 허용 목록",
 	"Model(s) Whitelisted": "허용된 모델",
 	"Modelfile Content": "모델파일 내용",
@@ -301,25 +301,25 @@
 	"More": "더보기",
 	"Name": "이름",
 	"Name Tag": "이름 태그",
-	"Name your model": "",
+	"Name your model": "모델 이름 지정",
 	"New Chat": "새 채팅",
 	"New Password": "새 비밀번호",
 	"No results found": "결과 없음",
-	"No search query generated": "",
+	"No search query generated": "검색어가 생성되지 않았습니다.",
 	"No source available": "사용 가능한 소스 없음",
-	"None": "",
+	"None": "없음",
 	"Not factually correct": "사실상 맞지 않음",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "참고: 최소 점수를 설정하면 검색 결과는 최소 점수 이상의 점수를 가진 문서만 반환됩니다.",
 	"Notifications": "알림",
 	"November": "11월",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (올라마)",
 	"October": "10월",
 	"Off": "끄기",
 	"Okay, Let's Go!": "그렇습니다, 시작합시다!",
 	"OLED Dark": "OLED 어두운",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "올라마 API",
+	"Ollama API disabled": "Ollama API 사용 안 함",
 	"Ollama Version": "Ollama 버전",
 	"On": "켜기",
 	"Only": "오직",
@@ -344,8 +344,8 @@
 	"pending": "보류 중",
 	"Permission denied when accessing microphone: {{error}}": "마이크 액세스가 거부되었습니다: {{error}}",
 	"Personalization": "개인화",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "파이프라인",
+	"Pipelines Valves": "파이프라인 밸브",
 	"Plain text (.txt)": "일반 텍스트 (.txt)",
 	"Playground": "놀이터",
 	"Positive attitude": "긍정적인 자세",
@@ -390,31 +390,31 @@
 	"Scan for documents from {{path}}": "{{path}}에서 문서 스캔",
 	"Search": "검색",
 	"Search a model": "모델 검색",
-	"Search Chats": "",
+	"Search Chats": "채팅 검색",
 	"Search Documents": "문서 검색",
-	"Search Models": "",
+	"Search Models": "모델 검색",
 	"Search Prompts": "프롬프트 검색",
-	"Search Result Count": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "검색 결과 개수",
+	"Searched {{count}} sites_other": "{{count}} sites_other 검색됨",
+	"Searching the web for '{{searchQuery}}'": "웹에서 '{{searchQuery}}' 검색",
+	"Searxng Query URL": "Searxng 쿼리 URL",
 	"See readme.md for instructions": "설명은 readme.md를 참조하세요.",
 	"See what's new": "새로운 기능 보기",
 	"Seed": "시드",
-	"Select a base model": "",
+	"Select a base model": "기본 모델 선택",
 	"Select a mode": "모드 선택",
 	"Select a model": "모델 선택",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "파이프라인 선택",
+	"Select a pipeline url": "파이프라인 URL 선택",
 	"Select an Ollama instance": "Ollama 인스턴스 선택",
 	"Select model": "모델 선택",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "선택한 모델은 이미지 입력을 지원하지 않습니다.",
 	"Send": "보내기",
 	"Send a Message": "메시지 보내기",
 	"Send message": "메시지 보내기",
 	"September": "9월",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Serper API 키",
+	"Serpstack API Key": "Serpstack API 키",
 	"Server connection verified": "서버 연결 확인됨",
 	"Set as default": "기본값으로 설정",
 	"Set Default Model": "기본 모델 설정",
@@ -423,7 +423,7 @@
 	"Set Model": "모델 설정",
 	"Set reranking model (e.g. {{model}})": "랭킹 모델 설정 (예: {{model}})",
 	"Set Steps": "단계 설정",
-	"Set Task Model": "",
+	"Set Task Model": "작업 모델 설정",
 	"Set Voice": "음성 설정",
 	"Settings": "설정",
 	"Settings saved successfully!": "설정이 성공적으로 저장되었습니다!",
@@ -482,21 +482,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "Ollama에 접근하는 데 문제가 있나요?",
 	"TTS Settings": "TTS 설정",
-	"Type": "",
+	"Type": "",
 	"Type Hugging Face Resolve (Download) URL": "Hugging Face Resolve (다운로드) URL 입력",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "앗! {{provider}}에 연결하는 데 문제가 있었습니다.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "알 수 없는 파일 유형 '{{file_type}}', 하지만 일반 텍스트로 허용하고 처리합니다.",
 	"Update and Copy Link": "링크 업데이트 및 복사",
 	"Update password": "비밀번호 업데이트",
 	"Upload a GGUF model": "GGUF 모델 업로드",
-	"Upload Files": "",
+	"Upload Files": "파일 업로드",
 	"Upload Progress": "업로드 진행 상황",
 	"URL Mode": "URL 모드",
 	"Use '#' in the prompt input to load and select your documents.": "프롬프트 입력에서 '#'를 사용하여 문서를 로드하고 선택하세요.",
 	"Use Gravatar": "Gravatar 사용",
 	"Use Initials": "초성 사용",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (올라마)",
+	"use_mmap (Ollama)": "use_mmap (올라마)",
 	"user": "사용자",
 	"User Permissions": "사용자 권한",
 	"Users": "사용자",
@@ -505,13 +505,13 @@
 	"variable": "변수",
 	"variable to have them replaced with clipboard content.": "변수를 사용하여 클립보드 내용으로 바꾸세요.",
 	"Version": "버전",
-	"Warning": "",
+	"Warning": "경고",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "웹 로더를 업데이트하거나 변경할 경우 모든 문서를 다시 가져와야 합니다.",
 	"Web": "웹",
 	"Web Loader Settings": "웹 로더 설정",
 	"Web Params": "웹 파라미터",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "웹 검색",
+	"Web Search Engine": "웹 검색 엔진",
 	"Webhook URL": "Webhook URL",
 	"WebUI Add-ons": "WebUI 애드온",
 	"WebUI Settings": "WebUI 설정",
@@ -524,7 +524,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "[주제 또는 키워드]에 대한 50단어 요약문 작성.",
 	"Yesterday": "어제",
 	"You": "당신",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "기본 모델은 복제할 수 없습니다",
 	"You have no archived conversations.": "채팅을 아카이브한 적이 없습니다.",
 	"You have shared this chat": "이 채팅을 공유했습니다.",
 	"You're a helpful assistant.": "당신은 유용한 어시스턴트입니다.",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)",
 	"(latest)": "(nieuwste)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ modellen }}",
+	"{{ owner }}: You cannot delete a base model": "{{ owner }}: U kunt een basismodel niet verwijderen",
 	"{{modelName}} is thinking...": "{{modelName}} is aan het denken...",
 	"{{user}}'s Chats": "{{user}}'s Chats",
 	"{{webUIName}} Backend Required": "{{webUIName}} Backend Verlpicht",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"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",
 	"Account": "Account",
 	"Accurate information": "Accurate informatie",
 	"Add": "Toevoegen",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "Een model-id toevoegen",
+	"Add a short description about what this model does": "Voeg een korte beschrijving toe over wat dit model doet",
 	"Add a short title for this prompt": "Voeg een korte titel toe voor deze prompt",
 	"Add a tag": "Voeg een tag toe",
 	"Add custom prompt": "Voeg een aangepaste prompt toe",
@@ -31,7 +31,7 @@
 	"Admin Panel": "Administratieve Paneel",
 	"Admin Settings": "Administratieve Settings",
 	"Advanced Parameters": "Geavanceerde Parameters",
-	"Advanced Params": "",
+	"Advanced Params": "Geavanceerde parameters",
 	"all": "alle",
 	"All Documents": "Alle Documenten",
 	"All Users": "Alle Gebruikers",
@@ -48,7 +48,7 @@
 	"API keys": "API keys",
 	"April": "April",
 	"Archive": "Archief",
-	"Archive All Chats": "",
+	"Archive All Chats": "Archiveer alle chats",
 	"Archived Chats": "chatrecord",
 	"are allowed - Activate this command by typing": "zijn toegestaan - Activeer deze commando door te typen",
 	"Are you sure?": "Zeker weten?",
@@ -63,14 +63,14 @@
 	"available!": "beschikbaar!",
 	"Back": "Terug",
 	"Bad Response": "Ongeldig antwoord",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "Banners",
+	"Base Model (From)": "Basismodel (vanaf)",
 	"before": "voor",
 	"Being lazy": "Lustig zijn",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Brave Search API-sleutel",
 	"Bypass SSL verification for Websites": "SSL-verificatie omzeilen voor websites",
 	"Cancel": "Annuleren",
-	"Capabilities": "",
+	"Capabilities": "Mogelijkheden",
 	"Change Password": "Wijzig Wachtwoord",
 	"Chat": "Chat",
 	"Chat Bubble UI": "Chat Bubble UI",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "Klik hier om documenten te selecteren",
 	"click here.": "klik hier.",
 	"Click on the user role button to change a user's role.": "Klik op de gebruikersrol knop om de rol van een gebruiker te wijzigen.",
-	"Clone": "",
+	"Clone": "Kloon",
 	"Close": "Sluiten",
 	"Collection": "Verzameling",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "ComfyUI Base URL",
 	"ComfyUI Base URL is required.": "ComfyUI Base URL is required.",
 	"Command": "Commando",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "Gelijktijdige verzoeken",
 	"Confirm Password": "Bevestig Wachtwoord",
 	"Connections": "Verbindingen",
 	"Content": "Inhoud",
@@ -114,7 +114,7 @@
 	"Copy Link": "Kopieer Link",
 	"Copying to clipboard was successful!": "Kopiëren naar klembord was succesvol!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Maak een beknopte, 3-5 woorden tellende zin als kop voor de volgende query, strikt aanhoudend aan de 3-5 woorden limiet en het vermijden van het gebruik van het woord 'titel':",
-	"Create a model": "",
+	"Create a model": "Een model maken",
 	"Create Account": "Maak Account",
 	"Create new key": "Maak nieuwe sleutel",
 	"Create new secret key": "Maak nieuwe geheim sleutel",
@@ -123,7 +123,7 @@
 	"Current Model": "Huidig Model",
 	"Current Password": "Huidig Wachtwoord",
 	"Custom": "Aangepast",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "Modellen aanpassen voor een specifiek doel",
 	"Dark": "Donker",
 	"Database": "Database",
 	"December": "December",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "Standaard (Automatic1111)",
 	"Default (SentenceTransformers)": "Standaard (SentenceTransformers)",
 	"Default (Web API)": "Standaard (Web API)",
-	"Default Model": "",
+	"Default Model": "Standaard model",
 	"Default model updated": "Standaard model bijgewerkt",
 	"Default Prompt Suggestions": "Standaard Prompt Suggesties",
 	"Default User Role": "Standaard Gebruikersrol",
 	"delete": "verwijderen",
 	"Delete": "Verwijderen",
 	"Delete a model": "Verwijder een model",
-	"Delete All Chats": "",
+	"Delete All Chats": "Verwijder alle chats",
 	"Delete chat": "Verwijder chat",
 	"Delete Chat": "Verwijder Chat",
 	"delete this link": "verwijder deze link",
 	"Delete User": "Verwijder Gebruiker",
 	"Deleted {{deleteModelTag}}": "{{deleteModelTag}} is verwijderd",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "{{name}} verwijderd",
 	"Description": "Beschrijving",
 	"Didn't fully follow instructions": "Ik heb niet alle instructies volgt",
 	"Disabled": "Uitgeschakeld",
-	"Discover a model": "",
+	"Discover a model": "Ontdek een model",
 	"Discover a prompt": "Ontdek een prompt",
 	"Discover, download, and explore custom prompts": "Ontdek, download en verken aangepaste prompts",
 	"Discover, download, and explore model presets": "Ontdek, download en verken model presets",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "Embedding Model Engine",
 	"Embedding model set to \"{{embedding_model}}\"": "Embedding model ingesteld op \"{{embedding_model}}\"",
 	"Enable Chat History": "Schakel Chat Geschiedenis in",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "Delen via de community inschakelen",
 	"Enable New Sign Ups": "Schakel Nieuwe Registraties in",
-	"Enable Web Search": "",
+	"Enable Web Search": "Zoeken op het web inschakelen",
 	"Enabled": "Ingeschakeld",
 	"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.",
 	"Enter {{role}} message here": "Voeg {{role}} bericht hier toe",
 	"Enter a detail about yourself for your LLMs to recall": "Voer een detail over jezelf in voor je LLMs om het her te onthouden",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Voer de Brave Search API-sleutel in",
 	"Enter Chunk Overlap": "Voeg Chunk Overlap toe",
 	"Enter Chunk Size": "Voeg Chunk Size toe",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Voer de Github Raw-URL in",
+	"Enter Google PSE API Key": "Voer de Google PSE API-sleutel in",
+	"Enter Google PSE Engine Id": "Voer Google PSE Engine-ID in",
 	"Enter Image Size (e.g. 512x512)": "Voeg afbeelding formaat toe (Bijv. 512x512)",
 	"Enter language codes": "Voeg taal codes toe",
 	"Enter model tag (e.g. {{modelTag}})": "Voeg model tag toe (Bijv. {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "Voeg aantal stappen toe (Bijv. 50)",
 	"Enter Score": "Voeg score toe",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Voer de URL van de Searxng-query in",
+	"Enter Serper API Key": "Voer de Serper API-sleutel in",
+	"Enter Serpstack API Key": "Voer de Serpstack API-sleutel in",
 	"Enter stop sequence": "Zet stop sequentie",
 	"Enter Top K": "Voeg Top K toe",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "Zet URL (Bijv. http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "Voer je Volledige Naam in",
 	"Enter Your Password": "Voer je Wachtwoord in",
 	"Enter Your Role": "Voer je Rol in",
-	"Error": "",
+	"Error": "Fout",
 	"Experimental": "Experimenteel",
-	"Export": "",
+	"Export": "Exporteren",
 	"Export All Chats (All Users)": "Exporteer Alle Chats (Alle Gebruikers)",
 	"Export Chats": "Exporteer Chats",
 	"Export Documents Mapping": "Exporteer Documenten Mapping",
-	"Export Models": "",
+	"Export Models": "Modellen exporteren",
 	"Export Prompts": "Exporteer Prompts",
 	"Failed to create API Key.": "Kan API Key niet aanmaken.",
 	"Failed to read clipboard contents": "Kan klembord inhoud niet lezen",
@@ -221,15 +221,15 @@
 	"Focus chat input": "Focus chat input",
 	"Followed instructions perfectly": "Volgde instructies perfect",
 	"Format your variables using square brackets like this:": "Formatteer je variabelen met vierkante haken zoals dit:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "Frequentie Straf",
 	"Full Screen Mode": "Volledig Scherm Modus",
 	"General": "Algemeen",
 	"General Settings": "Algemene Instellingen",
-	"Generating search query": "",
+	"Generating search query": "Zoekopdracht genereren",
 	"Generation Info": "Generatie Info",
 	"Good Response": "Goede Antwoord",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Google PSE API-sleutel",
+	"Google PSE Engine Id": "Google PSE-engine-ID",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "heeft geen gesprekken.",
 	"Hello, {{name}}": "Hallo, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "Afbeeldingen",
 	"Import Chats": "Importeer Chats",
 	"Import Documents Mapping": "Importeer Documenten Mapping",
-	"Import Models": "",
+	"Import Models": "Modellen importeren",
 	"Import Prompts": "Importeer Prompts",
 	"Include `--api` flag when running stable-diffusion-webui": "Voeg `--api` vlag toe bij het uitvoeren van stable-diffusion-webui",
-	"Info": "",
+	"Info": "Info",
 	"Input commands": "Voer commando's in",
-	"Install from Github URL": "",
+	"Install from Github URL": "Installeren vanaf Github-URL",
 	"Interface": "Interface",
 	"Invalid Tag": "Ongeldige Tag",
 	"January": "Januari",
 	"join our Discord for help.": "join onze Discord voor hulp.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "JSON-voorbeeld",
 	"July": "Juli",
 	"June": "Juni",
 	"JWT Expiration": "JWT Expiration",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "Zorg ervoor dat je ze omringt met",
 	"Manage Models": "Beheer Modellen",
 	"Manage Ollama Models": "Beheer Ollama Modellen",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "Pijplijnen beheren",
 	"March": "Maart",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "Max Tokens (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Maximaal 3 modellen kunnen tegelijkertijd worden gedownload. Probeer het later opnieuw.",
 	"May": "Mei",
 	"Memories accessible by LLMs will be shown here.": "Geheugen toegankelijk voor LLMs wordt hier getoond.",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "Model '{{modelName}}' is succesvol gedownload.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' staat al in de wachtrij voor downloaden.",
 	"Model {{modelId}} not found": "Model {{modelId}} niet gevonden",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "Model {{modelName}} is niet geschikt voor visie",
+	"Model {{name}} is now {{status}}": "Model {{name}} is nu {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Model filesystem path gedetecteerd. Model shortname is vereist voor update, kan niet doorgaan.",
-	"Model ID": "",
+	"Model ID": "Model-ID",
 	"Model not selected": "Model niet geselecteerd",
-	"Model Params": "",
+	"Model Params": "Model Params",
 	"Model Whitelisting": "Model Whitelisting",
 	"Model(s) Whitelisted": "Model(len) zijn ge-whitelist",
 	"Modelfile Content": "Modelfile Inhoud",
@@ -301,25 +301,25 @@
 	"More": "Meer",
 	"Name": "Naam",
 	"Name Tag": "Naam Tag",
-	"Name your model": "",
+	"Name your model": "Geef uw model een naam",
 	"New Chat": "Nieuwe Chat",
 	"New Password": "Nieuw Wachtwoord",
 	"No results found": "Geen resultaten gevonden",
-	"No search query generated": "",
+	"No search query generated": "Geen zoekopdracht gegenereerd",
 	"No source available": "Geen bron beschikbaar",
-	"None": "",
+	"None": "Geen",
 	"Not factually correct": "Feitelijk niet juist",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Opmerking: Als u een minimumscore instelt, levert de zoekopdracht alleen documenten op met een score groter dan of gelijk aan de minimumscore.",
 	"Notifications": "Desktop Notificaties",
 	"November": "November",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Ollama)",
 	"October": "Oktober",
 	"Off": "Uit",
 	"Okay, Let's Go!": "Okay, Laten we gaan!",
 	"OLED Dark": "OLED Donker",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "Ollama API uitgeschakeld",
 	"Ollama Version": "Ollama Versie",
 	"On": "Aan",
 	"Only": "Alleen",
@@ -344,8 +344,8 @@
 	"pending": "wachtend",
 	"Permission denied when accessing microphone: {{error}}": "Toestemming geweigerd bij toegang tot microfoon: {{error}}",
 	"Personalization": "Personalisatie",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "Pijpleidingen",
+	"Pipelines Valves": "Pijpleidingen Kleppen",
 	"Plain text (.txt)": "Platte tekst (.txt)",
 	"Playground": "Speeltuin",
 	"Positive attitude": "Positieve positie",
@@ -390,32 +390,32 @@
 	"Scan for documents from {{path}}": "Scan voor documenten van {{path}}",
 	"Search": "Zoeken",
 	"Search a model": "Zoek een model",
-	"Search Chats": "",
+	"Search Chats": "Chats zoeken",
 	"Search Documents": "Zoek Documenten",
-	"Search Models": "",
+	"Search Models": "Modellen zoeken",
 	"Search Prompts": "Zoek Prompts",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "Aantal zoekresultaten",
+	"Searched {{count}} sites_one": "Gezocht op {{count}} sites_one",
+	"Searched {{count}} sites_other": "Gezocht op {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "Zoeken op internet naar '{{searchQuery}}'",
+	"Searxng Query URL": "Searxng Query URL",
 	"See readme.md for instructions": "Zie readme.md voor instructies",
 	"See what's new": "Zie wat er nieuw is",
 	"Seed": "Seed",
-	"Select a base model": "",
+	"Select a base model": "Selecteer een basismodel",
 	"Select a mode": "Selecteer een modus",
 	"Select a model": "Selecteer een model",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "Selecteer een pijplijn",
+	"Select a pipeline url": "Selecteer een pijplijn-URL",
 	"Select an Ollama instance": "Selecteer een Ollama instantie",
 	"Select model": "Selecteer een model",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "Geselecteerde modellen ondersteunen geen beeldinvoer",
 	"Send": "Verzenden",
 	"Send a Message": "Stuur een Bericht",
 	"Send message": "Stuur bericht",
 	"September": "September",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Serper API-sleutel",
+	"Serpstack API Key": "Serpstack API-sleutel",
 	"Server connection verified": "Server verbinding geverifieerd",
 	"Set as default": "Stel in als standaard",
 	"Set Default Model": "Stel Standaard Model in",
@@ -424,7 +424,7 @@
 	"Set Model": "Stel die model op",
 	"Set reranking model (e.g. {{model}})": "Stel reranking model in (bv. {{model}})",
 	"Set Steps": "Stel Stappen in",
-	"Set Task Model": "",
+	"Set Task Model": "Taakmodel instellen",
 	"Set Voice": "Stel Stem in",
 	"Settings": "Instellingen",
 	"Settings saved successfully!": "Instellingen succesvol opgeslagen!",
@@ -483,21 +483,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "Problemen met toegang tot Ollama?",
 	"TTS Settings": "TTS instellingen",
-	"Type": "",
+	"Type": "Type",
 	"Type Hugging Face Resolve (Download) URL": "Type Hugging Face Resolve (Download) URL",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "Uh-oh! Er was een probleem met verbinden met {{provider}}.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Onbekend Bestandstype '{{file_type}}', maar accepteren en behandelen als platte tekst",
 	"Update and Copy Link": "Update en Kopieer Link",
 	"Update password": "Wijzig wachtwoord",
 	"Upload a GGUF model": "Upload een GGUF model",
-	"Upload Files": "",
+	"Upload Files": "Bestanden uploaden",
 	"Upload Progress": "Upload Voortgang",
 	"URL Mode": "URL Modus",
 	"Use '#' in the prompt input to load and select your documents.": "Gebruik '#' in de prompt input om je documenten te laden en te selecteren.",
 	"Use Gravatar": "Gebruik Gravatar",
 	"Use Initials": "Gebruik Initials",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (Ollama)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "user",
 	"User Permissions": "Gebruikers Rechten",
 	"Users": "Gebruikers",
@@ -506,13 +506,13 @@
 	"variable": "variabele",
 	"variable to have them replaced with clipboard content.": "variabele om ze te laten vervangen door klembord inhoud.",
 	"Version": "Versie",
-	"Warning": "",
+	"Warning": "Waarschuwing",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Warning: Als je de embedding model bijwerkt of wijzigt, moet je alle documenten opnieuw importeren.",
 	"Web": "Web",
 	"Web Loader Settings": "Web Loader instellingen",
 	"Web Params": "Web Params",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "Zoeken op het web",
+	"Web Search Engine": "Zoekmachine op het web",
 	"Webhook URL": "Webhook URL",
 	"WebUI Add-ons": "WebUI Add-ons",
 	"WebUI Settings": "WebUI Instellingen",
@@ -525,7 +525,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Schrijf een samenvatting in 50 woorden die [onderwerp of trefwoord] samenvat.",
 	"Yesterday": "gisteren",
 	"You": "U",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "U kunt een basismodel niet klonen",
 	"You have no archived conversations.": "U heeft geen gearchiveerde gesprekken.",
 	"You have shared this chat": "U heeft dit gesprek gedeeld",
 	"You're a helpful assistant.": "Jij bent een behulpzame assistent.",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(ਬੀਟਾ)",
 	"(e.g. `sh webui.sh --api`)": "(ਉਦਾਹਰਣ ਦੇ ਤੌਰ ਤੇ `sh webui.sh --api`)",
 	"(latest)": "(ਤਾਜ਼ਾ)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ ਮਾਡਲ }}",
+	"{{ owner }}: You cannot delete a base model": "{{ ਮਾਲਕ }}: ਤੁਸੀਂ ਬੇਸ ਮਾਡਲ ਨੂੰ ਮਿਟਾ ਨਹੀਂ ਸਕਦੇ",
 	"{{modelName}} is thinking...": "{{modelName}} ਸੋਚ ਰਿਹਾ ਹੈ...",
 	"{{user}}'s Chats": "{{user}} ਦੀਆਂ ਗੱਲਾਂ",
 	"{{webUIName}} Backend Required": "{{webUIName}} ਬੈਕਐਂਡ ਲੋੜੀਂਦਾ ਹੈ",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"A task model is used when performing tasks such as generating titles for chats and web search queries": "ਚੈਟਾਂ ਅਤੇ ਵੈੱਬ ਖੋਜ ਪੁੱਛਗਿੱਛਾਂ ਵਾਸਤੇ ਸਿਰਲੇਖ ਤਿਆਰ ਕਰਨ ਵਰਗੇ ਕਾਰਜ ਾਂ ਨੂੰ ਕਰਦੇ ਸਮੇਂ ਇੱਕ ਕਾਰਜ ਮਾਡਲ ਦੀ ਵਰਤੋਂ ਕੀਤੀ ਜਾਂਦੀ ਹੈ",
 	"a user": "ਇੱਕ ਉਪਭੋਗਤਾ",
 	"About": "ਬਾਰੇ",
 	"Account": "ਖਾਤਾ",
 	"Accurate information": "ਸਹੀ ਜਾਣਕਾਰੀ",
 	"Add": "ਸ਼ਾਮਲ ਕਰੋ",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "ਇੱਕ ਮਾਡਲ ID ਸ਼ਾਮਲ ਕਰੋ",
+	"Add a short description about what this model does": "ਇਸ ਬਾਰੇ ਇੱਕ ਸੰਖੇਪ ਵੇਰਵਾ ਸ਼ਾਮਲ ਕਰੋ ਕਿ ਇਹ ਮਾਡਲ ਕੀ ਕਰਦਾ ਹੈ",
 	"Add a short title for this prompt": "ਇਸ ਪ੍ਰੰਪਟ ਲਈ ਇੱਕ ਛੋਟਾ ਸਿਰਲੇਖ ਸ਼ਾਮਲ ਕਰੋ",
 	"Add a tag": "ਇੱਕ ਟੈਗ ਸ਼ਾਮਲ ਕਰੋ",
 	"Add custom prompt": "ਕਸਟਮ ਪ੍ਰੰਪਟ ਸ਼ਾਮਲ ਕਰੋ",
@@ -31,7 +31,7 @@
 	"Admin Panel": "ਪ੍ਰਬੰਧਕ ਪੈਨਲ",
 	"Admin Settings": "ਪ੍ਰਬੰਧਕ ਸੈਟਿੰਗਾਂ",
 	"Advanced Parameters": "ਉੱਚ ਸਤਰ ਦੇ ਪੈਰਾਮੀਟਰ",
-	"Advanced Params": "",
+	"Advanced Params": "ਐਡਵਾਂਸਡ ਪਰਮਜ਼",
 	"all": "ਸਾਰੇ",
 	"All Documents": "ਸਾਰੇ ਡਾਕੂਮੈਂਟ",
 	"All Users": "ਸਾਰੇ ਉਪਭੋਗਤਾ",
@@ -48,7 +48,7 @@
 	"API keys": "API ਕੁੰਜੀਆਂ",
 	"April": "ਅਪ੍ਰੈਲ",
 	"Archive": "ਆਰਕਾਈਵ",
-	"Archive All Chats": "",
+	"Archive All Chats": "ਸਾਰੀਆਂ ਚੈਟਾਂ ਨੂੰ ਆਰਕਾਈਵ ਕਰੋ",
 	"Archived Chats": "ਆਰਕਾਈਵ ਕੀਤੀਆਂ ਗੱਲਾਂ",
 	"are allowed - Activate this command by typing": "ਅਨੁਮਤ ਹਨ - ਇਸ ਕਮਾਂਡ ਨੂੰ ਟਾਈਪ ਕਰਕੇ ਸਰਗਰਮ ਕਰੋ",
 	"Are you sure?": "ਕੀ ਤੁਸੀਂ ਯਕੀਨਨ ਹੋ?",
@@ -63,14 +63,14 @@
 	"available!": "ਉਪਲਬਧ ਹੈ!",
 	"Back": "ਵਾਪਸ",
 	"Bad Response": "ਖਰਾਬ ਜਵਾਬ",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "ਬੈਨਰ",
+	"Base Model (From)": "ਬੇਸ ਮਾਡਲ (ਤੋਂ)",
 	"before": "ਪਹਿਲਾਂ",
 	"Being lazy": "ਆਲਸੀ ਹੋਣਾ",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "ਬਹਾਦਰ ਖੋਜ API ਕੁੰਜੀ",
 	"Bypass SSL verification for Websites": "ਵੈਬਸਾਈਟਾਂ ਲਈ SSL ਪ੍ਰਮਾਣਿਕਤਾ ਨੂੰ ਬਾਈਪਾਸ ਕਰੋ",
 	"Cancel": "ਰੱਦ ਕਰੋ",
-	"Capabilities": "",
+	"Capabilities": "ਸਮਰੱਥਾਵਾਂ",
 	"Change Password": "ਪਾਸਵਰਡ ਬਦਲੋ",
 	"Chat": "ਗੱਲਬਾਤ",
 	"Chat Bubble UI": "ਗੱਲਬਾਤ ਬਬਲ UI",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "ਡਾਕੂਮੈਂਟ ਚੁਣਨ ਲਈ ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ।",
 	"click here.": "ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ।",
 	"Click on the user role button to change a user's role.": "ਉਪਭੋਗਤਾ ਦੀ ਭੂਮਿਕਾ ਬਦਲਣ ਲਈ ਉਪਭੋਗਤਾ ਭੂਮਿਕਾ ਬਟਨ 'ਤੇ ਕਲਿੱਕ ਕਰੋ।",
-	"Clone": "",
+	"Clone": "ਕਲੋਨ",
 	"Close": "ਬੰਦ ਕਰੋ",
 	"Collection": "ਸੰਗ੍ਰਹਿ",
 	"ComfyUI": "ਕੰਫੀਯੂਆਈ",
 	"ComfyUI Base URL": "ਕੰਫੀਯੂਆਈ ਬੇਸ URL",
 	"ComfyUI Base URL is required.": "ਕੰਫੀਯੂਆਈ ਬੇਸ URL ਦੀ ਲੋੜ ਹੈ।",
 	"Command": "ਕਮਾਂਡ",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "ਸਮਕਾਲੀ ਬੇਨਤੀਆਂ",
 	"Confirm Password": "ਪਾਸਵਰਡ ਦੀ ਪੁਸ਼ਟੀ ਕਰੋ",
 	"Connections": "ਕਨੈਕਸ਼ਨ",
 	"Content": "ਸਮੱਗਰੀ",
@@ -114,7 +114,7 @@
 	"Copy Link": "ਲਿੰਕ ਕਾਪੀ ਕਰੋ",
 	"Copying to clipboard was successful!": "ਕਲਿੱਪਬੋਰਡ 'ਤੇ ਕਾਪੀ ਕਰਨਾ ਸਫਲ ਰਿਹਾ!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "ਹੇਠਾਂ ਦਿੱਤੀ ਪੁੱਛਗਿੱਛ ਲਈ ਇੱਕ ਛੋਟਾ, 3-5 ਸ਼ਬਦਾਂ ਦਾ ਵਾਕ ਬਣਾਓ, 3-5 ਸ਼ਬਦਾਂ ਦੀ ਸੀਮਾ ਦਾ ਪਾਲਣ ਕਰਦੇ ਹੋਏ ਅਤੇ 'ਸਿਰਲੇਖ' ਸ਼ਬਦ ਦੇ ਇਸਤੇਮਾਲ ਤੋਂ ਬਚਦੇ ਹੋਏ:",
-	"Create a model": "",
+	"Create a model": "ਇੱਕ ਮਾਡਲ ਬਣਾਓ",
 	"Create Account": "ਖਾਤਾ ਬਣਾਓ",
 	"Create new key": "ਨਵੀਂ ਕੁੰਜੀ ਬਣਾਓ",
 	"Create new secret key": "ਨਵੀਂ ਗੁਪਤ ਕੁੰਜੀ ਬਣਾਓ",
@@ -123,7 +123,7 @@
 	"Current Model": "ਮੌਜੂਦਾ ਮਾਡਲ",
 	"Current Password": "ਮੌਜੂਦਾ ਪਾਸਵਰਡ",
 	"Custom": "ਕਸਟਮ",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "ਕਿਸੇ ਖਾਸ ਉਦੇਸ਼ ਲਈ ਮਾਡਲਾਂ ਨੂੰ ਅਨੁਕੂਲਿਤ ਕਰੋ",
 	"Dark": "ਗੂੜ੍ਹਾ",
 	"Database": "ਡਾਟਾਬੇਸ",
 	"December": "ਦਸੰਬਰ",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "ਮੂਲ (Automatic1111)",
 	"Default (SentenceTransformers)": "ਮੂਲ (ਸੈਂਟੈਂਸਟ੍ਰਾਂਸਫਾਰਮਰਸ)",
 	"Default (Web API)": "ਮੂਲ (ਵੈਬ API)",
-	"Default Model": "",
+	"Default Model": "ਡਿਫਾਲਟ ਮਾਡਲ",
 	"Default model updated": "ਮੂਲ ਮਾਡਲ ਅੱਪਡੇਟ ਕੀਤਾ ਗਿਆ",
 	"Default Prompt Suggestions": "ਮੂਲ ਪ੍ਰੰਪਟ ਸੁਝਾਅ",
 	"Default User Role": "ਮੂਲ ਉਪਭੋਗਤਾ ਭੂਮਿਕਾ",
 	"delete": "ਮਿਟਾਓ",
 	"Delete": "ਮਿਟਾਓ",
 	"Delete a model": "ਇੱਕ ਮਾਡਲ ਮਿਟਾਓ",
-	"Delete All Chats": "",
+	"Delete All Chats": "ਸਾਰੀਆਂ ਚੈਟਾਂ ਨੂੰ ਮਿਟਾਓ",
 	"Delete chat": "ਗੱਲਬਾਤ ਮਿਟਾਓ",
 	"Delete Chat": "ਗੱਲਬਾਤ ਮਿਟਾਓ",
 	"delete this link": "ਇਸ ਲਿੰਕ ਨੂੰ ਮਿਟਾਓ",
 	"Delete User": "ਉਪਭੋਗਤਾ ਮਿਟਾਓ",
 	"Deleted {{deleteModelTag}}": "{{deleteModelTag}} ਮਿਟਾਇਆ ਗਿਆ",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "ਮਿਟਾ ਦਿੱਤਾ ਗਿਆ {{name}}",
 	"Description": "ਵਰਣਨਾ",
 	"Didn't fully follow instructions": "ਹਦਾਇਤਾਂ ਨੂੰ ਪੂਰੀ ਤਰ੍ਹਾਂ ਫਾਲੋ ਨਹੀਂ ਕੀਤਾ",
 	"Disabled": "ਅਯੋਗ",
-	"Discover a model": "",
+	"Discover a model": "ਇੱਕ ਮਾਡਲ ਲੱਭੋ",
 	"Discover a prompt": "ਇੱਕ ਪ੍ਰੰਪਟ ਖੋਜੋ",
 	"Discover, download, and explore custom prompts": "ਕਸਟਮ ਪ੍ਰੰਪਟਾਂ ਨੂੰ ਖੋਜੋ, ਡਾਊਨਲੋਡ ਕਰੋ ਅਤੇ ਪੜਚੋਲ ਕਰੋ",
 	"Discover, download, and explore model presets": "ਮਾਡਲ ਪ੍ਰੀਸੈਟਾਂ ਨੂੰ ਖੋਜੋ, ਡਾਊਨਲੋਡ ਕਰੋ ਅਤੇ ਪੜਚੋਲ ਕਰੋ",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "ਐਮਬੈੱਡਿੰਗ ਮਾਡਲ ਇੰਜਣ",
 	"Embedding model set to \"{{embedding_model}}\"": "ਐਮਬੈੱਡਿੰਗ ਮਾਡਲ ਨੂੰ \"{{embedding_model}}\" 'ਤੇ ਸੈੱਟ ਕੀਤਾ ਗਿਆ",
 	"Enable Chat History": "ਗੱਲਬਾਤ ਦਾ ਇਤਿਹਾਸ ਯੋਗ ਕਰੋ",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "ਕਮਿਊਨਿਟੀ ਸ਼ੇਅਰਿੰਗ ਨੂੰ ਸਮਰੱਥ ਕਰੋ",
 	"Enable New Sign Ups": "ਨਵੇਂ ਸਾਈਨ ਅਪ ਯੋਗ ਕਰੋ",
-	"Enable Web Search": "",
+	"Enable Web Search": "ਵੈੱਬ ਖੋਜ ਨੂੰ ਸਮਰੱਥ ਕਰੋ",
 	"Enabled": "ਯੋਗ ਕੀਤਾ ਗਿਆ",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "ਸੁਨਿਸ਼ਚਿਤ ਕਰੋ ਕਿ ਤੁਹਾਡੀ CSV ਫਾਈਲ ਵਿੱਚ ਇਸ ਕ੍ਰਮ ਵਿੱਚ 4 ਕਾਲਮ ਹਨ: ਨਾਮ, ਈਮੇਲ, ਪਾਸਵਰਡ, ਭੂਮਿਕਾ।",
 	"Enter {{role}} message here": "{{role}} ਸੁਨੇਹਾ ਇੱਥੇ ਦਰਜ ਕਰੋ",
 	"Enter a detail about yourself for your LLMs to recall": "ਤੁਹਾਡੇ LLMs ਨੂੰ ਸੁਨੇਹਾ ਕਰਨ ਲਈ ਸੁਨੇਹਾ ਇੱਥੇ ਦਰਜ ਕਰੋ",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "ਬਹਾਦਰ ਖੋਜ API ਕੁੰਜੀ ਦਾਖਲ ਕਰੋ",
 	"Enter Chunk Overlap": "ਚੰਕ ਓਵਰਲੈਪ ਦਰਜ ਕਰੋ",
 	"Enter Chunk Size": "ਚੰਕ ਆਕਾਰ ਦਰਜ ਕਰੋ",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Github ਕੱਚਾ URL ਦਾਖਲ ਕਰੋ",
+	"Enter Google PSE API Key": "Google PSE API ਕੁੰਜੀ ਦਾਖਲ ਕਰੋ",
+	"Enter Google PSE Engine Id": "Google PSE ਇੰਜਣ ID ਦਾਖਲ ਕਰੋ",
 	"Enter Image Size (e.g. 512x512)": "ਚਿੱਤਰ ਆਕਾਰ ਦਰਜ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ 512x512)",
 	"Enter language codes": "ਭਾਸ਼ਾ ਕੋਡ ਦਰਜ ਕਰੋ",
 	"Enter model tag (e.g. {{modelTag}})": "ਮਾਡਲ ਟੈਗ ਦਰਜ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "ਕਦਮਾਂ ਦੀ ਗਿਣਤੀ ਦਰਜ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ 50)",
 	"Enter Score": "ਸਕੋਰ ਦਰਜ ਕਰੋ",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Searxng Query URL ਦਾਖਲ ਕਰੋ",
+	"Enter Serper API Key": "Serper API ਕੁੰਜੀ ਦਾਖਲ ਕਰੋ",
+	"Enter Serpstack API Key": "Serpstack API ਕੁੰਜੀ ਦਾਖਲ ਕਰੋ",
 	"Enter stop sequence": "ਰੋਕਣ ਦਾ ਕ੍ਰਮ ਦਰਜ ਕਰੋ",
 	"Enter Top K": "ਸਿਖਰ K ਦਰਜ ਕਰੋ",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "URL ਦਰਜ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "ਆਪਣਾ ਪੂਰਾ ਨਾਮ ਦਰਜ ਕਰੋ",
 	"Enter Your Password": "ਆਪਣਾ ਪਾਸਵਰਡ ਦਰਜ ਕਰੋ",
 	"Enter Your Role": "ਆਪਣੀ ਭੂਮਿਕਾ ਦਰਜ ਕਰੋ",
-	"Error": "",
+	"Error": "ਗਲਤੀ",
 	"Experimental": "ਪਰਮਾਣੂਕ੍ਰਿਤ",
-	"Export": "",
+	"Export": "ਨਿਰਯਾਤ",
 	"Export All Chats (All Users)": "ਸਾਰੀਆਂ ਗੱਲਾਂ ਨਿਰਯਾਤ ਕਰੋ (ਸਾਰੇ ਉਪਭੋਗਤਾ)",
 	"Export Chats": "ਗੱਲਾਂ ਨਿਰਯਾਤ ਕਰੋ",
 	"Export Documents Mapping": "ਡਾਕੂਮੈਂਟ ਮੈਪਿੰਗ ਨਿਰਯਾਤ ਕਰੋ",
-	"Export Models": "",
+	"Export Models": "ਨਿਰਯਾਤ ਮਾਡਲ",
 	"Export Prompts": "ਪ੍ਰੰਪਟ ਨਿਰਯਾਤ ਕਰੋ",
 	"Failed to create API Key.": "API ਕੁੰਜੀ ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ।",
 	"Failed to read clipboard contents": "ਕਲਿੱਪਬੋਰਡ ਸਮੱਗਰੀ ਪੜ੍ਹਣ ਵਿੱਚ ਅਸਫਲ",
@@ -221,15 +221,15 @@
 	"Focus chat input": "ਗੱਲਬਾਤ ਇਨਪੁਟ 'ਤੇ ਧਿਆਨ ਦਿਓ",
 	"Followed instructions perfectly": "ਹਦਾਇਤਾਂ ਨੂੰ ਬਿਲਕੁਲ ਫਾਲੋ ਕੀਤਾ",
 	"Format your variables using square brackets like this:": "ਤੁਹਾਡੀਆਂ ਵੈਰੀਏਬਲਾਂ ਨੂੰ ਇਸ ਤਰ੍ਹਾਂ ਵਰਤੋਂ: [ ]",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "ਬਾਰੰਬਾਰਤਾ ਜੁਰਮਾਨਾ",
 	"Full Screen Mode": "ਪੂਰੀ ਸਕਰੀਨ ਮੋਡ",
 	"General": "ਆਮ",
 	"General Settings": "ਆਮ ਸੈਟਿੰਗਾਂ",
-	"Generating search query": "",
+	"Generating search query": "ਖੋਜ ਪੁੱਛਗਿੱਛ ਤਿਆਰ ਕਰਨਾ",
 	"Generation Info": "ਜਨਰੇਸ਼ਨ ਜਾਣਕਾਰੀ",
 	"Good Response": "ਵਧੀਆ ਜਵਾਬ",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Google PSE API ਕੁੰਜੀ",
+	"Google PSE Engine Id": "ਗੂਗਲ PSE ਇੰਜਣ ID",
 	"h:mm a": "ਹ:ਮਿੰਟ ਪੂਃ",
 	"has no conversations.": "ਕੋਈ ਗੱਲਬਾਤ ਨਹੀਂ ਹੈ।",
 	"Hello, {{name}}": "ਸਤ ਸ੍ਰੀ ਅਕਾਲ, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "ਚਿੱਤਰ",
 	"Import Chats": "ਗੱਲਾਂ ਆਯਾਤ ਕਰੋ",
 	"Import Documents Mapping": "ਡਾਕੂਮੈਂਟ ਮੈਪਿੰਗ ਆਯਾਤ ਕਰੋ",
-	"Import Models": "",
+	"Import Models": "ਮਾਡਲ ਆਯਾਤ ਕਰੋ",
 	"Import Prompts": "ਪ੍ਰੰਪਟ ਆਯਾਤ ਕਰੋ",
 	"Include `--api` flag when running stable-diffusion-webui": "ਸਟੇਬਲ-ਡਿਫਿਊਸ਼ਨ-ਵੈਬਯੂਆਈ ਚਲਾਉਣ ਸਮੇਂ `--api` ਝੰਡਾ ਸ਼ਾਮਲ ਕਰੋ",
-	"Info": "",
+	"Info": "ਜਾਣਕਾਰੀ",
 	"Input commands": "ਇਨਪੁਟ ਕਮਾਂਡਾਂ",
-	"Install from Github URL": "",
+	"Install from Github URL": "Github URL ਤੋਂ ਇੰਸਟਾਲ ਕਰੋ",
 	"Interface": "ਇੰਟਰਫੇਸ",
 	"Invalid Tag": "ਗਲਤ ਟੈਗ",
 	"January": "ਜਨਵਰੀ",
 	"join our Discord for help.": "ਮਦਦ ਲਈ ਸਾਡੇ ਡਿਸਕੋਰਡ ਵਿੱਚ ਸ਼ਾਮਲ ਹੋਵੋ।",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "JSON ਪੂਰਵ-ਦਰਸ਼ਨ",
 	"July": "ਜੁਲਾਈ",
 	"June": "ਜੂਨ",
 	"JWT Expiration": "JWT ਮਿਆਦ ਖਤਮ",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "ਸੁਨਿਸ਼ਚਿਤ ਕਰੋ ਕਿ ਉਨ੍ਹਾਂ ਨੂੰ ਘੇਰੋ",
 	"Manage Models": "ਮਾਡਲਾਂ ਦਾ ਪ੍ਰਬੰਧਨ ਕਰੋ",
 	"Manage Ollama Models": "ਓਲਾਮਾ ਮਾਡਲਾਂ ਦਾ ਪ੍ਰਬੰਧਨ ਕਰੋ",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "ਪਾਈਪਲਾਈਨਾਂ ਦਾ ਪ੍ਰਬੰਧਨ ਕਰੋ",
 	"March": "ਮਾਰਚ",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "ਮੈਕਸ ਟੋਕਨ (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "ਇੱਕ ਸਮੇਂ ਵਿੱਚ ਵੱਧ ਤੋਂ ਵੱਧ 3 ਮਾਡਲ ਡਾਊਨਲੋਡ ਕੀਤੇ ਜਾ ਸਕਦੇ ਹਨ। ਕਿਰਪਾ ਕਰਕੇ ਬਾਅਦ ਵਿੱਚ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।",
 	"May": "ਮਈ",
 	"Memories accessible by LLMs will be shown here.": "LLMs ਲਈ ਸਮਰੱਥ ਕਾਰਨ ਇੱਕ ਸੂਚਨਾ ਨੂੰ ਸ਼ਾਮਲ ਕੀਤਾ ਗਿਆ ਹੈ।",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "ਮਾਡਲ '{{modelName}}' ਸਫਲਤਾਪੂਰਵਕ ਡਾਊਨਲੋਡ ਕੀਤਾ ਗਿਆ ਹੈ।",
 	"Model '{{modelTag}}' is already in queue for downloading.": "ਮਾਡਲ '{{modelTag}}' ਪਹਿਲਾਂ ਹੀ ਡਾਊਨਲੋਡ ਲਈ ਕਤਾਰ ਵਿੱਚ ਹੈ।",
 	"Model {{modelId}} not found": "ਮਾਡਲ {{modelId}} ਨਹੀਂ ਮਿਲਿਆ",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "ਮਾਡਲ {{modelName}} ਦ੍ਰਿਸ਼ਟੀ ਸਮਰੱਥ ਨਹੀਂ ਹੈ",
+	"Model {{name}} is now {{status}}": "ਮਾਡਲ {{name}} ਹੁਣ {{status}} ਹੈ",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "ਮਾਡਲ ਫਾਈਲਸਿਸਟਮ ਪੱਥ ਪਾਇਆ ਗਿਆ। ਅੱਪਡੇਟ ਲਈ ਮਾਡਲ ਸ਼ੌਰਟਨੇਮ ਦੀ ਲੋੜ ਹੈ, ਜਾਰੀ ਨਹੀਂ ਰੱਖ ਸਕਦੇ।",
-	"Model ID": "",
+	"Model ID": "ਮਾਡਲ ID",
 	"Model not selected": "ਮਾਡਲ ਚੁਣਿਆ ਨਹੀਂ ਗਿਆ",
-	"Model Params": "",
+	"Model Params": "ਮਾਡਲ ਪਰਮਜ਼",
 	"Model Whitelisting": "ਮਾਡਲ ਵ੍ਹਾਈਟਲਿਸਟਿੰਗ",
 	"Model(s) Whitelisted": "ਮਾਡਲ(ਜ਼) ਵ੍ਹਾਈਟਲਿਸਟ ਕੀਤਾ ਗਿਆ",
 	"Modelfile Content": "ਮਾਡਲਫਾਈਲ ਸਮੱਗਰੀ",
@@ -301,25 +301,25 @@
 	"More": "ਹੋਰ",
 	"Name": "ਨਾਮ",
 	"Name Tag": "ਨਾਮ ਟੈਗ",
-	"Name your model": "",
+	"Name your model": "ਆਪਣੇ ਮਾਡਲ ਦਾ ਨਾਮ ਦੱਸੋ",
 	"New Chat": "ਨਵੀਂ ਗੱਲਬਾਤ",
 	"New Password": "ਨਵਾਂ ਪਾਸਵਰਡ",
 	"No results found": "ਕੋਈ ਨਤੀਜੇ ਨਹੀਂ ਮਿਲੇ",
-	"No search query generated": "",
+	"No search query generated": "ਕੋਈ ਖੋਜ ਪੁੱਛਗਿੱਛ ਤਿਆਰ ਨਹੀਂ ਕੀਤੀ ਗਈ",
 	"No source available": "ਕੋਈ ਸਰੋਤ ਉਪਲਬਧ ਨਹੀਂ",
-	"None": "",
+	"None": "ਕੋਈ ਨਹੀਂ",
 	"Not factually correct": "ਤੱਥਕ ਰੂਪ ਵਿੱਚ ਸਹੀ ਨਹੀਂ",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ਨੋਟ: ਜੇ ਤੁਸੀਂ ਘੱਟੋ-ਘੱਟ ਸਕੋਰ ਸੈੱਟ ਕਰਦੇ ਹੋ, ਤਾਂ ਖੋਜ ਸਿਰਫ਼ ਉਹੀ ਡਾਕੂਮੈਂਟ ਵਾਪਸ ਕਰੇਗੀ ਜਿਨ੍ਹਾਂ ਦਾ ਸਕੋਰ ਘੱਟੋ-ਘੱਟ ਸਕੋਰ ਦੇ ਬਰਾਬਰ ਜਾਂ ਵੱਧ ਹੋਵੇ।",
 	"Notifications": "ਸੂਚਨਾਵਾਂ",
 	"November": "ਨਵੰਬਰ",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (ਓਲਾਮਾ)",
 	"October": "ਅਕਤੂਬਰ",
 	"Off": "ਬੰਦ",
 	"Okay, Let's Go!": "ਠੀਕ ਹੈ, ਚੱਲੋ ਚੱਲੀਏ!",
 	"OLED Dark": "OLED ਗੂੜ੍ਹਾ",
 	"Ollama": "ਓਲਾਮਾ",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "Ollama API ਅਸਮਰੱਥ",
 	"Ollama Version": "ਓਲਾਮਾ ਵਰਜਨ",
 	"On": "ਚਾਲੂ",
 	"Only": "ਸਿਰਫ਼",
@@ -344,8 +344,8 @@
 	"pending": "ਬਕਾਇਆ",
 	"Permission denied when accessing microphone: {{error}}": "ਮਾਈਕ੍ਰੋਫ਼ੋਨ ਤੱਕ ਪਹੁੰਚਣ ਸਮੇਂ ਆਗਿਆ ਰੱਦ ਕੀਤੀ ਗਈ: {{error}}",
 	"Personalization": "ਪਰਸੋਨਲਿਸ਼ਮ",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "ਪਾਈਪਲਾਈਨਾਂ",
+	"Pipelines Valves": "ਪਾਈਪਲਾਈਨਾਂ ਵਾਲਵ",
 	"Plain text (.txt)": "ਸਧਾਰਨ ਪਾਠ (.txt)",
 	"Playground": "ਖੇਡ ਦਾ ਮੈਦਾਨ",
 	"Positive attitude": "ਸਕਾਰਾਤਮਕ ਰਵੱਈਆ",
@@ -390,32 +390,32 @@
 	"Scan for documents from {{path}}": "{{path}} ਤੋਂ ਡਾਕੂਮੈਂਟਾਂ ਲਈ ਸਕੈਨ ਕਰੋ",
 	"Search": "ਖੋਜ",
 	"Search a model": "ਇੱਕ ਮਾਡਲ ਖੋਜੋ",
-	"Search Chats": "",
+	"Search Chats": "ਖੋਜ ਚੈਟਾਂ",
 	"Search Documents": "ਡਾਕੂਮੈਂਟ ਖੋਜੋ",
-	"Search Models": "",
+	"Search Models": "ਖੋਜ ਮਾਡਲ",
 	"Search Prompts": "ਪ੍ਰੰਪਟ ਖੋਜੋ",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "ਖੋਜ ਨਤੀਜੇ ਦੀ ਗਿਣਤੀ",
+	"Searched {{count}} sites_one": "ਖੋਜਿਆ {{count}} sites_one",
+	"Searched {{count}} sites_other": "ਖੋਜਿਆ {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "'{{searchQuery}}' ਲਈ ਵੈੱਬ 'ਤੇ ਖੋਜ ਕਰਨਾ",
+	"Searxng Query URL": "Searxng Query URL",
 	"See readme.md for instructions": "ਹਦਾਇਤਾਂ ਲਈ readme.md ਵੇਖੋ",
 	"See what's new": "ਨਵਾਂ ਕੀ ਹੈ ਵੇਖੋ",
 	"Seed": "ਬੀਜ",
-	"Select a base model": "",
+	"Select a base model": "ਆਧਾਰ ਮਾਡਲ ਚੁਣੋ",
 	"Select a mode": "ਇੱਕ ਮੋਡ ਚੁਣੋ",
 	"Select a model": "ਇੱਕ ਮਾਡਲ ਚੁਣੋ",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "ਪਾਈਪਲਾਈਨ ਚੁਣੋ",
+	"Select a pipeline url": "ਪਾਈਪਲਾਈਨ URL ਚੁਣੋ",
 	"Select an Ollama instance": "ਇੱਕ ਓਲਾਮਾ ਇੰਸਟੈਂਸ ਚੁਣੋ",
 	"Select model": "ਮਾਡਲ ਚੁਣੋ",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "ਚੁਣੇ ਗਏ ਮਾਡਲ(ਆਂ) ਚਿੱਤਰ ਇਨਪੁੱਟਾਂ ਦਾ ਸਮਰਥਨ ਨਹੀਂ ਕਰਦੇ",
 	"Send": "ਭੇਜੋ",
 	"Send a Message": "ਇੱਕ ਸੁਨੇਹਾ ਭੇਜੋ",
 	"Send message": "ਸੁਨੇਹਾ ਭੇਜੋ",
 	"September": "ਸਤੰਬਰ",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Serper API ਕੁੰਜੀ",
+	"Serpstack API Key": "Serpstack API ਕੁੰਜੀ",
 	"Server connection verified": "ਸਰਵਰ ਕਨੈਕਸ਼ਨ ਦੀ ਪੁਸ਼ਟੀ ਕੀਤੀ ਗਈ",
 	"Set as default": "ਮੂਲ ਵਜੋਂ ਸੈੱਟ ਕਰੋ",
 	"Set Default Model": "ਮੂਲ ਮਾਡਲ ਸੈੱਟ ਕਰੋ",
@@ -424,7 +424,7 @@
 	"Set Model": "ਮਾਡਲ ਸੈੱਟ ਕਰੋ",
 	"Set reranking model (e.g. {{model}})": "ਮੁੜ ਰੈਂਕਿੰਗ ਮਾਡਲ ਸੈੱਟ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ {{model}})",
 	"Set Steps": "ਕਦਮ ਸੈੱਟ ਕਰੋ",
-	"Set Task Model": "",
+	"Set Task Model": "ਟਾਸਕ ਮਾਡਲ ਸੈੱਟ ਕਰੋ",
 	"Set Voice": "ਆਵਾਜ਼ ਸੈੱਟ ਕਰੋ",
 	"Settings": "ਸੈਟਿੰਗਾਂ",
 	"Settings saved successfully!": "ਸੈਟਿੰਗਾਂ ਸਫਲਤਾਪੂਰਵਕ ਸੰਭਾਲੀਆਂ ਗਈਆਂ!",
@@ -483,21 +483,21 @@
 	"Top P": "ਸਿਖਰ P",
 	"Trouble accessing Ollama?": "ਓਲਾਮਾ ਤੱਕ ਪਹੁੰਚਣ ਵਿੱਚ ਮੁਸ਼ਕਲ?",
 	"TTS Settings": "TTS ਸੈਟਿੰਗਾਂ",
-	"Type": "",
+	"Type": "ਕਿਸਮ",
 	"Type Hugging Face Resolve (Download) URL": "Hugging Face Resolve (ਡਾਊਨਲੋਡ) URL ਟਾਈਪ ਕਰੋ",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "ਓਹੋ! {{provider}} ਨਾਲ ਕਨੈਕਟ ਕਰਨ ਵਿੱਚ ਸਮੱਸਿਆ ਆਈ।",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "ਅਣਜਾਣ ਫਾਈਲ ਕਿਸਮ '{{file_type}}', ਪਰ ਸਧਾਰਨ ਪਾਠ ਵਜੋਂ ਸਵੀਕਾਰ ਕਰਦੇ ਹੋਏ",
 	"Update and Copy Link": "ਅੱਪਡੇਟ ਕਰੋ ਅਤੇ ਲਿੰਕ ਕਾਪੀ ਕਰੋ",
 	"Update password": "ਪਾਸਵਰਡ ਅੱਪਡੇਟ ਕਰੋ",
 	"Upload a GGUF model": "ਇੱਕ GGUF ਮਾਡਲ ਅਪਲੋਡ ਕਰੋ",
-	"Upload Files": "",
+	"Upload Files": "ਫਾਇਲਾਂ ਅੱਪਲੋਡ ਕਰੋ",
 	"Upload Progress": "ਅਪਲੋਡ ਪ੍ਰਗਤੀ",
 	"URL Mode": "URL ਮੋਡ",
 	"Use '#' in the prompt input to load and select your documents.": "ਆਪਣੇ ਡਾਕੂਮੈਂਟ ਲੋਡ ਅਤੇ ਚੁਣਨ ਲਈ ਪ੍ਰੰਪਟ ਇਨਪੁਟ ਵਿੱਚ '#' ਵਰਤੋ।",
 	"Use Gravatar": "ਗ੍ਰਾਵਾਟਾਰ ਵਰਤੋ",
 	"Use Initials": "ਸ਼ੁਰੂਆਤੀ ਅੱਖਰ ਵਰਤੋ",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (ਓਲਾਮਾ)",
+	"use_mmap (Ollama)": "use_mmap (ਓਲਾਮਾ)",
 	"user": "ਉਪਭੋਗਤਾ",
 	"User Permissions": "ਉਪਭੋਗਤਾ ਅਧਿਕਾਰ",
 	"Users": "ਉਪਭੋਗਤਾ",
@@ -506,13 +506,13 @@
 	"variable": "ਵੈਰੀਏਬਲ",
 	"variable to have them replaced with clipboard content.": "ਕਲਿੱਪਬੋਰਡ ਸਮੱਗਰੀ ਨਾਲ ਬਦਲਣ ਲਈ ਵੈਰੀਏਬਲ।",
 	"Version": "ਵਰਜਨ",
-	"Warning": "",
+	"Warning": "ਚੇਤਾਵਨੀ",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "ਚੇਤਾਵਨੀ: ਜੇ ਤੁਸੀਂ ਆਪਣਾ ਐਮਬੈੱਡਿੰਗ ਮਾਡਲ ਅੱਪਡੇਟ ਜਾਂ ਬਦਲਦੇ ਹੋ, ਤਾਂ ਤੁਹਾਨੂੰ ਸਾਰੇ ਡਾਕੂਮੈਂਟ ਮੁੜ ਆਯਾਤ ਕਰਨ ਦੀ ਲੋੜ ਹੋਵੇਗੀ।",
 	"Web": "ਵੈਬ",
 	"Web Loader Settings": "ਵੈਬ ਲੋਡਰ ਸੈਟਿੰਗਾਂ",
 	"Web Params": "ਵੈਬ ਪੈਰਾਮੀਟਰ",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "ਵੈੱਬ ਖੋਜ",
+	"Web Search Engine": "ਵੈੱਬ ਖੋਜ ਇੰਜਣ",
 	"Webhook URL": "ਵੈਬਹੁੱਕ URL",
 	"WebUI Add-ons": "ਵੈਬਯੂਆਈ ਐਡ-ਆਨ",
 	"WebUI Settings": "ਵੈਬਯੂਆਈ ਸੈਟਿੰਗਾਂ",
@@ -525,7 +525,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "50 ਸ਼ਬਦਾਂ ਵਿੱਚ ਇੱਕ ਸੰਖੇਪ ਲਿਖੋ ਜੋ [ਵਿਸ਼ਾ ਜਾਂ ਕੁੰਜੀ ਸ਼ਬਦ] ਨੂੰ ਸੰਖੇਪ ਕਰਦਾ ਹੈ।",
 	"Yesterday": "ਕੱਲ੍ਹ",
 	"You": "ਤੁਸੀਂ",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "ਤੁਸੀਂ ਆਧਾਰ ਮਾਡਲ ਨੂੰ ਕਲੋਨ ਨਹੀਂ ਕਰ ਸਕਦੇ",
 	"You have no archived conversations.": "ਤੁਹਾਡੇ ਕੋਲ ਕੋਈ ਆਰਕਾਈਵ ਕੀਤੀਆਂ ਗੱਲਾਂ ਨਹੀਂ ਹਨ।",
 	"You have shared this chat": "ਤੁਸੀਂ ਇਹ ਗੱਲਬਾਤ ਸਾਂਝੀ ਕੀਤੀ ਹੈ",
 	"You're a helpful assistant.": "ਤੁਸੀਂ ਇੱਕ ਮਦਦਗਾਰ ਸਹਾਇਕ ਹੋ।",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api`)": "(np. `sh webui.sh --api`)",
 	"(latest)": "(najnowszy)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ modele }}",
+	"{{ owner }}: You cannot delete a base model": "{{ owner }}: Nie można usunąć modelu podstawowego",
 	"{{modelName}} is thinking...": "{{modelName}} myśli...",
 	"{{user}}'s Chats": "{{user}} - czaty",
 	"{{webUIName}} Backend Required": "Backend {{webUIName}} wymagane",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"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",
 	"Account": "Konto",
 	"Accurate information": "Dokładna informacja",
 	"Add": "Dodaj",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "Dodawanie identyfikatora modelu",
+	"Add a short description about what this model does": "Dodaj krótki opis działania tego modelu",
 	"Add a short title for this prompt": "Dodaj krótki tytuł tego polecenia",
 	"Add a tag": "Dodaj tag",
 	"Add custom prompt": "Dodaj własne polecenie",
@@ -31,7 +31,7 @@
 	"Admin Panel": "Panel administracyjny",
 	"Admin Settings": "Ustawienia administratora",
 	"Advanced Parameters": "Zaawansowane parametry",
-	"Advanced Params": "",
+	"Advanced Params": "Zaawansowane parametry",
 	"all": "wszyscy",
 	"All Documents": "Wszystkie dokumenty",
 	"All Users": "Wszyscy użytkownicy",
@@ -48,7 +48,7 @@
 	"API keys": "Klucze API",
 	"April": "Kwiecień",
 	"Archive": "Archiwum",
-	"Archive All Chats": "",
+	"Archive All Chats": "Archiwizuj wszystkie czaty",
 	"Archived Chats": "Zarchiwizowane czaty",
 	"are allowed - Activate this command by typing": "są dozwolone - Aktywuj to polecenie, wpisując",
 	"Are you sure?": "Jesteś pewien?",
@@ -63,14 +63,14 @@
 	"available!": "dostępny!",
 	"Back": "Wstecz",
 	"Bad Response": "Zła odpowiedź",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "Banery",
+	"Base Model (From)": "Model podstawowy (od)",
 	"before": "przed",
 	"Being lazy": "Jest leniwy",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Klucz API wyszukiwania Brave",
 	"Bypass SSL verification for Websites": "Pomiń weryfikację SSL dla stron webowych",
 	"Cancel": "Anuluj",
-	"Capabilities": "",
+	"Capabilities": "Możliwości",
 	"Change Password": "Zmień hasło",
 	"Chat": "Czat",
 	"Chat Bubble UI": "Bąbelki czatu",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "Kliknij tutaj, aby wybrać dokumenty.",
 	"click here.": "kliknij tutaj.",
 	"Click on the user role button to change a user's role.": "Kliknij przycisk roli użytkownika, aby zmienić rolę użytkownika.",
-	"Clone": "",
+	"Clone": "Klon",
 	"Close": "Zamknij",
 	"Collection": "Kolekcja",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "Bazowy URL ComfyUI",
 	"ComfyUI Base URL is required.": "Bazowy URL ComfyUI jest wymagany.",
 	"Command": "Polecenie",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "Równoczesne żądania",
 	"Confirm Password": "Potwierdź hasło",
 	"Connections": "Połączenia",
 	"Content": "Zawartość",
@@ -114,7 +114,7 @@
 	"Copy Link": "Kopiuj link",
 	"Copying to clipboard was successful!": "Kopiowanie do schowka zakończone powodzeniem!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Utwórz zwięzłą frazę składającą się z 3-5 słów jako nagłówek dla następującego zapytania, ściśle przestrzegając limitu od 3 do 5 słów i unikając użycia słowa 'tytuł':",
-	"Create a model": "",
+	"Create a model": "Tworzenie modelu",
 	"Create Account": "Utwórz konto",
 	"Create new key": "Utwórz nowy klucz",
 	"Create new secret key": "Utwórz nowy klucz bezpieczeństwa",
@@ -123,7 +123,7 @@
 	"Current Model": "Bieżący model",
 	"Current Password": "Bieżące hasło",
 	"Custom": "Niestandardowy",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "Dostosowywanie modeli do określonego celu",
 	"Dark": "Ciemny",
 	"Database": "Baza danych",
 	"December": "Grudzień",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "Domyślny (Automatic1111)",
 	"Default (SentenceTransformers)": "Domyślny (SentenceTransformers)",
 	"Default (Web API)": "Domyślny (Web API)",
-	"Default Model": "",
+	"Default Model": "Model domyślny",
 	"Default model updated": "Domyślny model zaktualizowany",
 	"Default Prompt Suggestions": "Domyślne sugestie promptów",
 	"Default User Role": "Domyślna rola użytkownika",
 	"delete": "usuń",
 	"Delete": "Usuń",
 	"Delete a model": "Usuń model",
-	"Delete All Chats": "",
+	"Delete All Chats": "Usuń wszystkie czaty",
 	"Delete chat": "Usuń czat",
 	"Delete Chat": "Usuń czat",
 	"delete this link": "usuń ten link",
 	"Delete User": "Usuń użytkownika",
 	"Deleted {{deleteModelTag}}": "Usunięto {{deleteModelTag}}",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "Usunięto {{name}}",
 	"Description": "Opis",
 	"Didn't fully follow instructions": "Nie postępował zgodnie z instrukcjami",
 	"Disabled": "Wyłączone",
-	"Discover a model": "",
+	"Discover a model": "Odkryj model",
 	"Discover a prompt": "Odkryj prompt",
 	"Discover, download, and explore custom prompts": "Odkryj, pobierz i eksploruj niestandardowe prompty",
 	"Discover, download, and explore model presets": "Odkryj, pobierz i eksploruj ustawienia modeli",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "Silnik modelu osadzania",
 	"Embedding model set to \"{{embedding_model}}\"": "Model osadzania ustawiono na \"{{embedding_model}}\"",
 	"Enable Chat History": "Włącz historię czatu",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "Włączanie udostępniania społecznościowego",
 	"Enable New Sign Ups": "Włącz nowe rejestracje",
-	"Enable Web Search": "",
+	"Enable Web Search": "Włączanie wyszukiwania w Internecie",
 	"Enabled": "Włączone",
 	"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.",
 	"Enter {{role}} message here": "Wprowadź wiadomość {{role}} tutaj",
 	"Enter a detail about yourself for your LLMs to recall": "Wprowadź szczegóły o sobie, aby LLMs mogli pamiętać",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Wprowadź klucz API Brave Search",
 	"Enter Chunk Overlap": "Wprowadź zakchodzenie bloku",
 	"Enter Chunk Size": "Wprowadź rozmiar bloku",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Wprowadź nieprzetworzony adres URL usługi Github",
+	"Enter Google PSE API Key": "Wprowadź klucz API Google PSE",
+	"Enter Google PSE Engine Id": "Wprowadź identyfikator aparatu Google PSE",
 	"Enter Image Size (e.g. 512x512)": "Wprowadź rozmiar obrazu (np. 512x512)",
 	"Enter language codes": "Wprowadź kody języków",
 	"Enter model tag (e.g. {{modelTag}})": "Wprowadź tag modelu (np. {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "Wprowadź liczbę kroków (np. 50)",
 	"Enter Score": "Wprowadź wynik",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Wprowadź adres URL zapytania Searxng",
+	"Enter Serper API Key": "Wprowadź klucz API Serper",
+	"Enter Serpstack API Key": "Wprowadź klucz API Serpstack",
 	"Enter stop sequence": "Wprowadź sekwencję zatrzymania",
 	"Enter Top K": "Wprowadź Top K",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "Wprowadź adres URL (np. http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "Wprowadź swoje imię i nazwisko",
 	"Enter Your Password": "Wprowadź swoje hasło",
 	"Enter Your Role": "Wprowadź swoją rolę",
-	"Error": "",
+	"Error": "Błąd",
 	"Experimental": "Eksperymentalne",
-	"Export": "",
+	"Export": "Eksport",
 	"Export All Chats (All Users)": "Eksportuj wszystkie czaty (wszyscy użytkownicy)",
 	"Export Chats": "Eksportuj czaty",
 	"Export Documents Mapping": "Eksportuj mapowanie dokumentów",
-	"Export Models": "",
+	"Export Models": "Eksportuj modele",
 	"Export Prompts": "Eksportuj prompty",
 	"Failed to create API Key.": "Nie udało się utworzyć klucza API.",
 	"Failed to read clipboard contents": "Nie udało się odczytać zawartości schowka",
@@ -221,15 +221,15 @@
 	"Focus chat input": "Skoncentruj na czacie",
 	"Followed instructions perfectly": "Postępował z idealnie według instrukcji",
 	"Format your variables using square brackets like this:": "Formatuj swoje zmienne, używając nawiasów kwadratowych, np.",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "Kara za częstotliwość",
 	"Full Screen Mode": "Tryb pełnoekranowy",
 	"General": "Ogólne",
 	"General Settings": "Ogólne ustawienia",
-	"Generating search query": "",
+	"Generating search query": "Generowanie zapytania",
 	"Generation Info": "Informacja o generacji",
 	"Good Response": "Dobra odpowiedź",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Klucz API Google PSE",
+	"Google PSE Engine Id": "Identyfikator silnika Google PSE",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "nie ma rozmów.",
 	"Hello, {{name}}": "Witaj, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "Obrazy",
 	"Import Chats": "Importuj czaty",
 	"Import Documents Mapping": "Importuj mapowanie dokumentów",
-	"Import Models": "",
+	"Import Models": "Importowanie modeli",
 	"Import Prompts": "Importuj prompty",
 	"Include `--api` flag when running stable-diffusion-webui": "Dołącz flagę `--api` podczas uruchamiania stable-diffusion-webui",
-	"Info": "",
+	"Info": "Informacji",
 	"Input commands": "Wprowadź komendy",
-	"Install from Github URL": "",
+	"Install from Github URL": "Instalowanie z adresu URL usługi Github",
 	"Interface": "Interfejs",
 	"Invalid Tag": "Nieprawidłowy tag",
 	"January": "Styczeń",
 	"join our Discord for help.": "Dołącz do naszego Discorda po pomoc.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "JSON (wersja zapoznawcza)",
 	"July": "Lipiec",
 	"June": "Czerwiec",
 	"JWT Expiration": "Wygaśnięcie JWT",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "Upewnij się, że są one zamknięte w",
 	"Manage Models": "Zarządzaj modelami",
 	"Manage Ollama Models": "Zarządzaj modelami Ollama",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "Zarządzanie potokami",
 	"March": "Marzec",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "Maksymalna liczba żetonów (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Maksymalnie 3 modele można pobierać jednocześnie. Spróbuj ponownie później.",
 	"May": "Maj",
 	"Memories accessible by LLMs will be shown here.": "Pamięci używane przez LLM będą tutaj widoczne.",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "Model '{{modelName}}' został pomyślnie pobrany.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' jest już w kolejce do pobrania.",
 	"Model {{modelId}} not found": "Model {{modelId}} nie został znaleziony",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "Model {{modelName}} nie jest w stanie zobaczyć",
+	"Model {{name}} is now {{status}}": "Model {{name}} to teraz {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Wykryto ścieżkę systemu plików modelu. Wymagana jest krótka nazwa modelu do aktualizacji, nie można kontynuować.",
-	"Model ID": "",
+	"Model ID": "Identyfikator modelu",
 	"Model not selected": "Model nie został wybrany",
-	"Model Params": "",
+	"Model Params": "Parametry modelu",
 	"Model Whitelisting": "Whitelisting modelu",
 	"Model(s) Whitelisted": "Model(e) dodane do listy białej",
 	"Modelfile Content": "Zawartość pliku modelu",
@@ -301,25 +301,25 @@
 	"More": "Więcej",
 	"Name": "Nazwa",
 	"Name Tag": "Etykieta nazwy",
-	"Name your model": "",
+	"Name your model": "Nazwij swój model",
 	"New Chat": "Nowy czat",
 	"New Password": "Nowe hasło",
 	"No results found": "Nie znaleziono rezultatów",
-	"No search query generated": "",
+	"No search query generated": "Nie wygenerowano zapytania wyszukiwania",
 	"No source available": "Źródło nie dostępne",
-	"None": "",
+	"None": "Żaden",
 	"Not factually correct": "Nie zgodne z faktami",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Uwaga: Jeśli ustawisz minimalny wynik, szukanie zwróci jedynie dokumenty z wynikiem większym lub równym minimalnemu.",
 	"Notifications": "Powiadomienia",
 	"November": "Listopad",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Ollama)",
 	"October": "Październik",
 	"Off": "Wyłączony",
 	"Okay, Let's Go!": "Okej, zaczynamy!",
 	"OLED Dark": "Ciemny OLED",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "Interfejs API Ollama wyłączony",
 	"Ollama Version": "Wersja Ollama",
 	"On": "Włączony",
 	"Only": "Tylko",
@@ -344,8 +344,8 @@
 	"pending": "oczekujące",
 	"Permission denied when accessing microphone: {{error}}": "Odmowa dostępu do mikrofonu: {{error}}",
 	"Personalization": "Personalizacja",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "Rurociągów",
+	"Pipelines Valves": "Rurociągi Zawory",
 	"Plain text (.txt)": "Zwykły tekst (.txt)",
 	"Playground": "Plac zabaw",
 	"Positive attitude": "Pozytywne podejście",
@@ -390,34 +390,34 @@
 	"Scan for documents from {{path}}": "Skanuj dokumenty z {{path}}",
 	"Search": "Szukaj",
 	"Search a model": "Szukaj modelu",
-	"Search Chats": "",
+	"Search Chats": "Szukaj w czatach",
 	"Search Documents": "Szukaj dokumentów",
-	"Search Models": "",
+	"Search Models": "Szukaj modeli",
 	"Search Prompts": "Szukaj promptów",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_few": "",
-	"Searched {{count}} sites_many": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "Liczba wyników wyszukiwania",
+	"Searched {{count}} sites_one": "Wyszukiwano {{count}} sites_one",
+	"Searched {{count}} sites_few": "Wyszukiwano {{count}} sites_few",
+	"Searched {{count}} sites_many": "Wyszukiwano {{count}} sites_many",
+	"Searched {{count}} sites_other": "Wyszukiwano {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "Wyszukiwanie w Internecie \"{{searchQuery}}\"",
+	"Searxng Query URL": "Adres URL zapytania Searxng",
 	"See readme.md for instructions": "Zajrzyj do readme.md po instrukcje",
 	"See what's new": "Zobacz co nowego",
 	"Seed": "Seed",
-	"Select a base model": "",
+	"Select a base model": "Wybieranie modelu bazowego",
 	"Select a mode": "Wybierz tryb",
 	"Select a model": "Wybierz model",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "Wybieranie potoku",
+	"Select a pipeline url": "Wybieranie adresu URL potoku",
 	"Select an Ollama instance": "Wybierz instancję Ollama",
 	"Select model": "Wybierz model",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "Wybrane modele nie obsługują danych wejściowych obrazu",
 	"Send": "Wyślij",
 	"Send a Message": "Wyślij Wiadomość",
 	"Send message": "Wyślij wiadomość",
 	"September": "Wrzesień",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Klucz API Serper",
+	"Serpstack API Key": "Klucz API Serpstack",
 	"Server connection verified": "Połączenie z serwerem zweryfikowane",
 	"Set as default": "Ustaw jako domyślne",
 	"Set Default Model": "Ustaw domyślny model",
@@ -426,7 +426,7 @@
 	"Set Model": "Ustaw model",
 	"Set reranking model (e.g. {{model}})": "Ustaw zmianę rankingu modelu (e.g. {{model}})",
 	"Set Steps": "Ustaw kroki",
-	"Set Task Model": "",
+	"Set Task Model": "Ustawianie modelu zadań",
 	"Set Voice": "Ustaw głos",
 	"Settings": "Ustawienia",
 	"Settings saved successfully!": "Ustawienia zapisane pomyślnie!",
@@ -485,21 +485,21 @@
 	"Top P": "Najlepsze P",
 	"Trouble accessing Ollama?": "Problemy z dostępem do Ollama?",
 	"TTS Settings": "Ustawienia TTS",
-	"Type": "",
+	"Type": "Typ",
 	"Type Hugging Face Resolve (Download) URL": "Wprowadź adres URL do pobrania z Hugging Face",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "O nie! Wystąpił problem z połączeniem z {{provider}}.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Nieznany typ pliku '{{file_type}}', ale akceptowany i traktowany jako zwykły tekst",
 	"Update and Copy Link": "Uaktualnij i skopiuj link",
 	"Update password": "Aktualizacja hasła",
 	"Upload a GGUF model": "Prześlij model GGUF",
-	"Upload Files": "",
+	"Upload Files": "Prześlij pliki",
 	"Upload Progress": "Postęp przesyłania",
 	"URL Mode": "Tryb adresu URL",
 	"Use '#' in the prompt input to load and select your documents.": "Użyj '#' w polu wprowadzania polecenia, aby załadować i wybrać swoje dokumenty.",
 	"Use Gravatar": "Użyj Gravatara",
 	"Use Initials": "Użyj inicjałów",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (Ollama)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "użytkownik",
 	"User Permissions": "Uprawnienia użytkownika",
 	"Users": "Użytkownicy",
@@ -508,13 +508,13 @@
 	"variable": "zmienna",
 	"variable to have them replaced with clipboard content.": "zmienna która zostanie zastąpiona zawartością schowka.",
 	"Version": "Wersja",
-	"Warning": "",
+	"Warning": "Ostrzeżenie",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Uwaga: Jeśli uaktualnisz lub zmienisz model osadzania, będziesz musiał ponownie zaimportować wszystkie dokumenty.",
 	"Web": "Sieć",
 	"Web Loader Settings": "Ustawienia pobierania z sieci",
 	"Web Params": "Parametry sieci",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "Wyszukiwarka w Internecie",
+	"Web Search Engine": "Wyszukiwarka internetowa",
 	"Webhook URL": "URL webhook",
 	"WebUI Add-ons": "Dodatki do interfejsu WebUI",
 	"WebUI Settings": "Ustawienia interfejsu WebUI",
@@ -527,7 +527,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Napisz podsumowanie w 50 słowach, które podsumowuje [temat lub słowo kluczowe].",
 	"Yesterday": "Wczoraj",
 	"You": "Ty",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "Nie można sklonować modelu podstawowego",
 	"You have no archived conversations.": "Nie masz zarchiwizowanych rozmów.",
 	"You have shared this chat": "Udostępniłeś ten czat",
 	"You're a helpful assistant.": "Jesteś pomocnym asystentem.",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api`)": "(por exemplo, `sh webui.sh --api`)",
 	"(latest)": "(mais recente)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ modelos }}",
+	"{{ owner }}: You cannot delete a base model": "{{ owner }}: Não é possível excluir um modelo base",
 	"{{modelName}} is thinking...": "{{modelName}} está pensando...",
 	"{{user}}'s Chats": "{{user}}'s Chats",
 	"{{webUIName}} Backend Required": "{{webUIName}} Backend Necessário",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"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 a geração de títulos para bate-papos e consultas de pesquisa na Web",
 	"a user": "um usuário",
 	"About": "Sobre",
 	"Account": "Conta",
 	"Accurate information": "Informações precisas",
 	"Add": "Adicionar",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "Adicionar uma ID de modelo",
+	"Add a short description about what this model does": "Adicione uma breve descrição sobre o que este modelo faz",
 	"Add a short title for this prompt": "Adicione um título curto para este prompt",
 	"Add a tag": "Adicionar uma tag",
 	"Add custom prompt": "Adicionar prompt personalizado",
@@ -31,7 +31,7 @@
 	"Admin Panel": "Painel do Administrador",
 	"Admin Settings": "Configurações do Administrador",
 	"Advanced Parameters": "Parâmetros Avançados",
-	"Advanced Params": "",
+	"Advanced Params": "Params Avançados",
 	"all": "todos",
 	"All Documents": "Todos os Documentos",
 	"All Users": "Todos os Usuários",
@@ -48,7 +48,7 @@
 	"API keys": "Chaves da API",
 	"April": "Abril",
 	"Archive": "Arquivo",
-	"Archive All Chats": "",
+	"Archive All Chats": "Arquivar todos os bate-papos",
 	"Archived Chats": "Bate-papos arquivados",
 	"are allowed - Activate this command by typing": "são permitidos - Ative este comando digitando",
 	"Are you sure?": "Tem certeza?",
@@ -63,14 +63,14 @@
 	"available!": "disponível!",
 	"Back": "Voltar",
 	"Bad Response": "Resposta ruim",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "Banners",
+	"Base Model (From)": "Modelo Base (De)",
 	"before": "antes",
 	"Being lazy": "Ser preguiçoso",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Chave da API de pesquisa do Brave",
 	"Bypass SSL verification for Websites": "Ignorar verificação SSL para sites",
 	"Cancel": "Cancelar",
-	"Capabilities": "",
+	"Capabilities": "Capacidades",
 	"Change Password": "Alterar Senha",
 	"Chat": "Bate-papo",
 	"Chat Bubble UI": "UI de Bala de Bate-papo",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "Clique aqui para selecionar documentos.",
 	"click here.": "clique aqui.",
 	"Click on the user role button to change a user's role.": "Clique no botão de função do usuário para alterar a função de um usuário.",
-	"Clone": "",
+	"Clone": "Clone",
 	"Close": "Fechar",
 	"Collection": "Coleção",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "URL Base do ComfyUI",
 	"ComfyUI Base URL is required.": "A URL Base do ComfyUI é obrigatória.",
 	"Command": "Comando",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "Solicitações simultâneas",
 	"Confirm Password": "Confirmar Senha",
 	"Connections": "Conexões",
 	"Content": "Conteúdo",
@@ -114,7 +114,7 @@
 	"Copy Link": "Copiar link",
 	"Copying to clipboard was successful!": "Cópia para a área de transferência bem-sucedida!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Crie uma frase concisa de 3 a 5 palavras como cabeçalho para a seguinte consulta, aderindo estritamente ao limite de 3 a 5 palavras e evitando o uso da palavra 'título':",
-	"Create a model": "",
+	"Create a model": "Criar um modelo",
 	"Create Account": "Criar Conta",
 	"Create new key": "Criar nova chave",
 	"Create new secret key": "Criar nova chave secreta",
@@ -123,7 +123,7 @@
 	"Current Model": "Modelo Atual",
 	"Current Password": "Senha Atual",
 	"Custom": "Personalizado",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "Personalizar modelos para uma finalidade específica",
 	"Dark": "Escuro",
 	"Database": "Banco de dados",
 	"December": "Dezembro",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "Padrão (Automatic1111)",
 	"Default (SentenceTransformers)": "Padrão (SentenceTransformers)",
 	"Default (Web API)": "Padrão (API Web)",
-	"Default Model": "",
+	"Default Model": "Modelo padrão",
 	"Default model updated": "Modelo padrão atualizado",
 	"Default Prompt Suggestions": "Sugestões de Prompt Padrão",
 	"Default User Role": "Função de Usuário Padrão",
 	"delete": "excluir",
 	"Delete": "Excluir",
 	"Delete a model": "Excluir um modelo",
-	"Delete All Chats": "",
+	"Delete All Chats": "Excluir todos os bate-papos",
 	"Delete chat": "Excluir bate-papo",
 	"Delete Chat": "Excluir Bate-papo",
 	"delete this link": "excluir este link",
 	"Delete User": "Excluir Usuário",
 	"Deleted {{deleteModelTag}}": "{{deleteModelTag}} excluído",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "Excluído {{nome}}",
 	"Description": "Descrição",
 	"Didn't fully follow instructions": "Não seguiu instruções com precisão",
 	"Disabled": "Desativado",
-	"Discover a model": "",
+	"Discover a model": "Descubra um modelo",
 	"Discover a prompt": "Descobrir um prompt",
 	"Discover, download, and explore custom prompts": "Descubra, baixe e explore prompts personalizados",
 	"Discover, download, and explore model presets": "Descubra, baixe e explore predefinições de modelo",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "Motor de Modelo de Embedding",
 	"Embedding model set to \"{{embedding_model}}\"": "Modelo de Embedding definido como \"{{embedding_model}}\"",
 	"Enable Chat History": "Ativar Histórico de Bate-papo",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "Habilitar o compartilhamento da comunidade",
 	"Enable New Sign Ups": "Ativar Novas Inscrições",
-	"Enable Web Search": "",
+	"Enable Web Search": "Habilitar a Pesquisa na Web",
 	"Enabled": "Ativado",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Garanta que seu arquivo CSV inclua 4 colunas nesta ordem: Nome, E-mail, Senha, Função.",
 	"Enter {{role}} message here": "Digite a mensagem de {{role}} aqui",
 	"Enter a detail about yourself for your LLMs to recall": "Digite um detalhe sobre você para que seus LLMs possam lembrar",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Insira a chave da API do Brave Search",
 	"Enter Chunk Overlap": "Digite a Sobreposição de Fragmento",
 	"Enter Chunk Size": "Digite o Tamanho do Fragmento",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Insira a URL bruta do Github",
+	"Enter Google PSE API Key": "Insira a chave da API PSE do Google",
+	"Enter Google PSE Engine Id": "Digite o ID do mecanismo PSE do Google",
 	"Enter Image Size (e.g. 512x512)": "Digite o Tamanho da Imagem (por exemplo, 512x512)",
 	"Enter language codes": "Digite os códigos de idioma",
 	"Enter model tag (e.g. {{modelTag}})": "Digite a tag do modelo (por exemplo, {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "Digite o Número de Etapas (por exemplo, 50)",
 	"Enter Score": "Digite a Pontuação",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Insira a URL de consulta do Searxng",
+	"Enter Serper API Key": "Digite a chave da API do Serper",
+	"Enter Serpstack API Key": "Digite a chave da API Serpstack",
 	"Enter stop sequence": "Digite a sequência de parada",
 	"Enter Top K": "Digite o Top K",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "Digite a URL (por exemplo, http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "Digite seu Nome Completo",
 	"Enter Your Password": "Digite sua Senha",
 	"Enter Your Role": "Digite sua Função",
-	"Error": "",
+	"Error": "Erro",
 	"Experimental": "Experimental",
-	"Export": "",
+	"Export": "Exportação",
 	"Export All Chats (All Users)": "Exportar Todos os Bate-papos (Todos os Usuários)",
 	"Export Chats": "Exportar Bate-papos",
 	"Export Documents Mapping": "Exportar Mapeamento de Documentos",
-	"Export Models": "",
+	"Export Models": "Modelos de Exportação",
 	"Export Prompts": "Exportar Prompts",
 	"Failed to create API Key.": "Falha ao criar a Chave da API.",
 	"Failed to read clipboard contents": "Falha ao ler o conteúdo da área de transferência",
@@ -221,15 +221,15 @@
 	"Focus chat input": "Focar entrada de bate-papo",
 	"Followed instructions perfectly": "Seguiu instruções perfeitamente",
 	"Format your variables using square brackets like this:": "Formate suas variáveis usando colchetes como este:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "Penalidade de Frequência",
 	"Full Screen Mode": "Modo de Tela Cheia",
 	"General": "Geral",
 	"General Settings": "Configurações Gerais",
-	"Generating search query": "",
+	"Generating search query": "Gerando consulta de pesquisa",
 	"Generation Info": "Informações de Geração",
 	"Good Response": "Boa Resposta",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Chave de API PSE do Google",
+	"Google PSE Engine Id": "ID do mecanismo PSE do Google",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "não possui bate-papos.",
 	"Hello, {{name}}": "Olá, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "Imagens",
 	"Import Chats": "Importar Bate-papos",
 	"Import Documents Mapping": "Importar Mapeamento de Documentos",
-	"Import Models": "",
+	"Import Models": "Modelos de Importação",
 	"Import Prompts": "Importar Prompts",
 	"Include `--api` flag when running stable-diffusion-webui": "Inclua a flag `--api` ao executar stable-diffusion-webui",
-	"Info": "",
+	"Info": "Informação",
 	"Input commands": "Comandos de entrada",
-	"Install from Github URL": "",
+	"Install from Github URL": "Instalar a partir do URL do Github",
 	"Interface": "Interface",
 	"Invalid Tag": "Etiqueta Inválida",
 	"January": "Janeiro",
 	"join our Discord for help.": "junte-se ao nosso Discord para obter ajuda.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "Visualização JSON",
 	"July": "Julho",
 	"June": "Junho",
 	"JWT Expiration": "Expiração JWT",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "Certifique-se de colocá-los entre",
 	"Manage Models": "Gerenciar Modelos",
 	"Manage Ollama Models": "Gerenciar Modelos Ollama",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "Gerenciar pipelines",
 	"March": "Março",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "Fichas máximas (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Máximo de 3 modelos podem ser baixados simultaneamente. Tente novamente mais tarde.",
 	"May": "Maio",
 	"Memories accessible by LLMs will be shown here.": "Memórias acessíveis por LLMs serão mostradas aqui.",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "O modelo '{{modelName}}' foi baixado com sucesso.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "O modelo '{{modelTag}}' já está na fila para download.",
 	"Model {{modelId}} not found": "Modelo {{modelId}} não encontrado",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "O modelo {{modelName}} não é capaz de visão",
+	"Model {{name}} is now {{status}}": "O modelo {{name}} agora é {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Otkrivena putanja datoteke modela. Skraćeno ime modela je potrebno za ažuriranje, ne može se nastaviti.",
-	"Model ID": "",
+	"Model ID": "ID do modelo",
 	"Model not selected": "Modelo não selecionado",
-	"Model Params": "",
+	"Model Params": "Params Modelo",
 	"Model Whitelisting": "Lista de Permissões de Modelo",
 	"Model(s) Whitelisted": "Modelo(s) na Lista de Permissões",
 	"Modelfile Content": "Conteúdo do Arquivo de Modelo",
@@ -301,25 +301,25 @@
 	"More": "Mais",
 	"Name": "Nome",
 	"Name Tag": "Nome da Tag",
-	"Name your model": "",
+	"Name your model": "Nomeie seu modelo",
 	"New Chat": "Novo Bate-papo",
 	"New Password": "Nova Senha",
 	"No results found": "Nenhum resultado encontrado",
-	"No search query generated": "",
+	"No search query generated": "Nenhuma consulta de pesquisa gerada",
 	"No source available": "Nenhuma fonte disponível",
-	"None": "",
+	"None": "Nenhum",
 	"Not factually correct": "Não é correto em termos factuais",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Se você definir uma pontuação mínima, a pesquisa só retornará documentos com uma pontuação maior ou igual à pontuação mínima.",
 	"Notifications": "Notificações da Área de Trabalho",
 	"November": "Novembro",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Ollama)",
 	"October": "Outubro",
 	"Off": "Desligado",
 	"Okay, Let's Go!": "Ok, Vamos Lá!",
 	"OLED Dark": "OLED Escuro",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "API Ollama desativada",
 	"Ollama Version": "Versão do Ollama",
 	"On": "Ligado",
 	"Only": "Somente",
@@ -344,8 +344,8 @@
 	"pending": "pendente",
 	"Permission denied when accessing microphone: {{error}}": "Permissão negada ao acessar o microfone: {{error}}",
 	"Personalization": "Personalização",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "Pipelines",
+	"Pipelines Valves": "Válvulas de Dutos",
 	"Plain text (.txt)": "Texto sem formatação (.txt)",
 	"Playground": "Parque infantil",
 	"Positive attitude": "Atitude Positiva",
@@ -390,33 +390,33 @@
 	"Scan for documents from {{path}}": "Digitalizar documentos de {{path}}",
 	"Search": "Pesquisar",
 	"Search a model": "Pesquisar um modelo",
-	"Search Chats": "",
+	"Search Chats": "Pesquisar bate-papos",
 	"Search Documents": "Pesquisar Documentos",
-	"Search Models": "",
+	"Search Models": "Modelos de Pesquisa",
 	"Search Prompts": "Pesquisar Prompts",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_many": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "Contagem de resultados de pesquisa",
+	"Searched {{count}} sites_one": "Pesquisado {{count}} sites_one",
+	"Searched {{count}} sites_many": "Pesquisado {{count}} sites_many",
+	"Searched {{count}} sites_other": "Pesquisado {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "Pesquisando na Web por '{{searchQuery}}'",
+	"Searxng Query URL": "URL de consulta Searxng",
 	"See readme.md for instructions": "Consulte readme.md para obter instruções",
 	"See what's new": "Veja o que há de novo",
 	"Seed": "Semente",
-	"Select a base model": "",
+	"Select a base model": "Selecione um modelo base",
 	"Select a mode": "Selecione um modo",
 	"Select a model": "Selecione um modelo",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "Selecione um pipeline",
+	"Select a pipeline url": "Selecione uma URL de pipeline",
 	"Select an Ollama instance": "Selecione uma instância Ollama",
 	"Select model": "Selecione um modelo",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "O(s) modelo(s) selecionado(s) não suporta(m) entrada(s) de imagem",
 	"Send": "Enviar",
 	"Send a Message": "Enviar uma Mensagem",
 	"Send message": "Enviar mensagem",
 	"September": "Setembro",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Chave de API Serper",
+	"Serpstack API Key": "Chave de API Serpstack",
 	"Server connection verified": "Conexão com o servidor verificada",
 	"Set as default": "Definir como padrão",
 	"Set Default Model": "Definir Modelo Padrão",
@@ -425,7 +425,7 @@
 	"Set Model": "Definir Modelo",
 	"Set reranking model (e.g. {{model}})": "Definir modelo de reranking (ex.: {{model}})",
 	"Set Steps": "Definir Etapas",
-	"Set Task Model": "",
+	"Set Task Model": "Definir modelo de tarefa",
 	"Set Voice": "Definir Voz",
 	"Settings": "Configurações",
 	"Settings saved successfully!": "Configurações salvas com sucesso!",
@@ -484,21 +484,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "Problemas para acessar o Ollama?",
 	"TTS Settings": "Configurações TTS",
-	"Type": "",
+	"Type": "Tipo",
 	"Type Hugging Face Resolve (Download) URL": "Digite a URL do Hugging Face Resolve (Download)",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "Opa! Houve um problema ao conectar-se a {{provider}}.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Tipo de arquivo desconhecido '{{file_type}}', mas aceitando e tratando como texto simples",
 	"Update and Copy Link": "Atualizar e Copiar Link",
 	"Update password": "Atualizar senha",
 	"Upload a GGUF model": "Carregar um modelo GGUF",
-	"Upload Files": "",
+	"Upload Files": "Carregar arquivos",
 	"Upload Progress": "Progresso do Carregamento",
 	"URL Mode": "Modo de URL",
 	"Use '#' in the prompt input to load and select your documents.": "Use '#' na entrada do prompt para carregar e selecionar seus documentos.",
 	"Use Gravatar": "Usar Gravatar",
 	"Use Initials": "Usar Iniciais",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (Ollama)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "usuário",
 	"User Permissions": "Permissões do Usuário",
 	"Users": "Usuários",
@@ -507,13 +507,13 @@
 	"variable": "variável",
 	"variable to have them replaced with clipboard content.": "variável para que sejam substituídos pelo conteúdo da área de transferência.",
 	"Version": "Versão",
-	"Warning": "",
+	"Warning": "Aviso",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Aviso: Se você atualizar ou alterar seu modelo de incorporação, você precisará reimportar todos os documentos.",
 	"Web": "Web",
 	"Web Loader Settings": "Configurações do Carregador da Web",
 	"Web Params": "Parâmetros da Web",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "Pesquisa na Web",
+	"Web Search Engine": "Mecanismo de Busca na Web",
 	"Webhook URL": "URL do Webhook",
 	"WebUI Add-ons": "Complementos WebUI",
 	"WebUI Settings": "Configurações WebUI",
@@ -526,7 +526,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Escreva um resumo em 50 palavras que resuma [tópico ou palavra-chave].",
 	"Yesterday": "Ontem",
 	"You": "Você",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "Não é possível clonar um modelo base",
 	"You have no archived conversations.": "Você não tem conversas arquivadas.",
 	"You have shared this chat": "Você compartilhou esta conversa",
 	"You're a helpful assistant.": "Você é um assistente útil.",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api`)": "(por exemplo, `sh webui.sh --api`)",
 	"(latest)": "(mais recente)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ modelos }}",
+	"{{ owner }}: You cannot delete a base model": "{{ owner }}: Não é possível excluir um modelo base",
 	"{{modelName}} is thinking...": "{{modelName}} está pensando...",
 	"{{user}}'s Chats": "{{user}}'s Chats",
 	"{{webUIName}} Backend Required": "{{webUIName}} Backend Necessário",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"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 usuário",
 	"About": "Sobre",
 	"Account": "Conta",
 	"Accurate information": "Informações precisas",
 	"Add": "Adicionar",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "Adicionar um ID de modelo",
+	"Add a short description about what this model does": "Adicione uma breve descrição sobre o que este modelo faz",
 	"Add a short title for this prompt": "Adicione um título curto para este prompt",
 	"Add a tag": "Adicionar uma tag",
 	"Add custom prompt": "Adicionar um prompt curto",
@@ -31,7 +31,7 @@
 	"Admin Panel": "Painel do Administrador",
 	"Admin Settings": "Configurações do Administrador",
 	"Advanced Parameters": "Parâmetros Avançados",
-	"Advanced Params": "",
+	"Advanced Params": "Params Avançados",
 	"all": "todos",
 	"All Documents": "Todos os Documentos",
 	"All Users": "Todos os Usuários",
@@ -48,7 +48,7 @@
 	"API keys": "Chaves da API",
 	"April": "Abril",
 	"Archive": "Arquivo",
-	"Archive All Chats": "",
+	"Archive All Chats": "Arquivar todos os chats",
 	"Archived Chats": "Bate-papos arquivados",
 	"are allowed - Activate this command by typing": "são permitidos - Ative este comando digitando",
 	"Are you sure?": "Tem certeza?",
@@ -63,14 +63,14 @@
 	"available!": "disponível!",
 	"Back": "Voltar",
 	"Bad Response": "Resposta ruim",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "Estandartes",
+	"Base Model (From)": "Modelo Base (De)",
 	"before": "antes",
 	"Being lazy": "Ser preguiçoso",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Chave da API de Pesquisa Admirável",
 	"Bypass SSL verification for Websites": "Ignorar verificação SSL para sites",
 	"Cancel": "Cancelar",
-	"Capabilities": "",
+	"Capabilities": "Capacidades",
 	"Change Password": "Alterar Senha",
 	"Chat": "Bate-papo",
 	"Chat Bubble UI": "UI de Bala de Bate-papo",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "Clique aqui para selecionar documentos.",
 	"click here.": "clique aqui.",
 	"Click on the user role button to change a user's role.": "Clique no botão de função do usuário para alterar a função de um usuário.",
-	"Clone": "",
+	"Clone": "Clone",
 	"Close": "Fechar",
 	"Collection": "Coleção",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "URL Base do ComfyUI",
 	"ComfyUI Base URL is required.": "A URL Base do ComfyUI é obrigatória.",
 	"Command": "Comando",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "Solicitações simultâneas",
 	"Confirm Password": "Confirmar Senha",
 	"Connections": "Conexões",
 	"Content": "Conteúdo",
@@ -114,7 +114,7 @@
 	"Copy Link": "Copiar link",
 	"Copying to clipboard was successful!": "Cópia para a área de transferência bem-sucedida!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Crie uma frase concisa de 3 a 5 palavras como cabeçalho para a seguinte consulta, aderindo estritamente ao limite de 3 a 5 palavras e evitando o uso da palavra 'título':",
-	"Create a model": "",
+	"Create a model": "Criar um modelo",
 	"Create Account": "Criar Conta",
 	"Create new key": "Criar nova chave",
 	"Create new secret key": "Criar nova chave secreta",
@@ -123,7 +123,7 @@
 	"Current Model": "Modelo Atual",
 	"Current Password": "Senha Atual",
 	"Custom": "Personalizado",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "Personalizar modelos para uma finalidade específica",
 	"Dark": "Escuro",
 	"Database": "Banco de dados",
 	"December": "Dezembro",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "Padrão (Automatic1111)",
 	"Default (SentenceTransformers)": "Padrão (SentenceTransformers)",
 	"Default (Web API)": "Padrão (API Web)",
-	"Default Model": "",
+	"Default Model": "Modelo padrão",
 	"Default model updated": "Modelo padrão atualizado",
 	"Default Prompt Suggestions": "Sugestões de Prompt Padrão",
 	"Default User Role": "Função de Usuário Padrão",
 	"delete": "excluir",
 	"Delete": "Excluir",
 	"Delete a model": "Excluir um modelo",
-	"Delete All Chats": "",
+	"Delete All Chats": "Excluir todos os chats",
 	"Delete chat": "Excluir bate-papo",
 	"Delete Chat": "Excluir Bate-papo",
 	"delete this link": "excluir este link",
 	"Delete User": "Excluir Usuário",
 	"Deleted {{deleteModelTag}}": "{{deleteModelTag}} excluído",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "Suprimido {{name}}",
 	"Description": "Descrição",
 	"Didn't fully follow instructions": "Não seguiu instruções com precisão",
 	"Disabled": "Desativado",
-	"Discover a model": "",
+	"Discover a model": "Descubra um modelo",
 	"Discover a prompt": "Descobrir um prompt",
 	"Discover, download, and explore custom prompts": "Descubra, baixe e explore prompts personalizados",
 	"Discover, download, and explore model presets": "Descubra, baixe e explore predefinições de modelo",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "Motor de Modelo de Embedding",
 	"Embedding model set to \"{{embedding_model}}\"": "Modelo de Embedding definido como \"{{embedding_model}}\"",
 	"Enable Chat History": "Ativar Histórico de Bate-papo",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "Habilite o compartilhamento da comunidade",
 	"Enable New Sign Ups": "Ativar Novas Inscrições",
-	"Enable Web Search": "",
+	"Enable Web Search": "Ativar pesquisa na Web",
 	"Enabled": "Ativado",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Garanta que seu arquivo CSV inclua 4 colunas nesta ordem: Nome, E-mail, Senha, Função.",
 	"Enter {{role}} message here": "Digite a mensagem de {{role}} aqui",
 	"Enter a detail about yourself for your LLMs to recall": "Digite um detalhe sobre você para que seus LLMs possam lembrá-lo",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Insira a chave da API do Brave Search",
 	"Enter Chunk Overlap": "Digite a Sobreposição de Fragmento",
 	"Enter Chunk Size": "Digite o Tamanho do Fragmento",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Insira o URL bruto do Github",
+	"Enter Google PSE API Key": "Insira a chave da API PSE do Google",
+	"Enter Google PSE Engine Id": "Insira o ID do mecanismo PSE do Google",
 	"Enter Image Size (e.g. 512x512)": "Digite o Tamanho da Imagem (por exemplo, 512x512)",
 	"Enter language codes": "Digite os códigos de idioma",
 	"Enter model tag (e.g. {{modelTag}})": "Digite a tag do modelo (por exemplo, {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "Digite o Número de Etapas (por exemplo, 50)",
 	"Enter Score": "Digite a Pontuação",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Insira o URL da Consulta Searxng",
+	"Enter Serper API Key": "Insira a chave da API Serper",
+	"Enter Serpstack API Key": "Insira a chave da API Serpstack",
 	"Enter stop sequence": "Digite a sequência de parada",
 	"Enter Top K": "Digite o Top K",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "Digite a URL (por exemplo, http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "Digite seu Nome Completo",
 	"Enter Your Password": "Digite sua Senha",
 	"Enter Your Role": "Digite sua Função",
-	"Error": "",
+	"Error": "Erro",
 	"Experimental": "Experimental",
-	"Export": "",
+	"Export": "Exportação",
 	"Export All Chats (All Users)": "Exportar Todos os Bate-papos (Todos os Usuários)",
 	"Export Chats": "Exportar Bate-papos",
 	"Export Documents Mapping": "Exportar Mapeamento de Documentos",
-	"Export Models": "",
+	"Export Models": "Modelos de Exportação",
 	"Export Prompts": "Exportar Prompts",
 	"Failed to create API Key.": "Falha ao criar a Chave da API.",
 	"Failed to read clipboard contents": "Falha ao ler o conteúdo da área de transferência",
@@ -221,15 +221,15 @@
 	"Focus chat input": "Focar entrada de bate-papo",
 	"Followed instructions perfectly": "Seguiu instruções perfeitamente",
 	"Format your variables using square brackets like this:": "Formate suas variáveis usando colchetes como este:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "Penalidade de Frequência",
 	"Full Screen Mode": "Modo de Tela Cheia",
 	"General": "Geral",
 	"General Settings": "Configurações Gerais",
-	"Generating search query": "",
+	"Generating search query": "Gerar consulta de pesquisa",
 	"Generation Info": "Informações de Geração",
 	"Good Response": "Boa Resposta",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Chave da API PSE do Google",
+	"Google PSE Engine Id": "ID do mecanismo PSE do Google",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "não possui bate-papos.",
 	"Hello, {{name}}": "Olá, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "Imagens",
 	"Import Chats": "Importar Bate-papos",
 	"Import Documents Mapping": "Importar Mapeamento de Documentos",
-	"Import Models": "",
+	"Import Models": "Importar Modelos",
 	"Import Prompts": "Importar Prompts",
 	"Include `--api` flag when running stable-diffusion-webui": "Inclua a flag `--api` ao executar stable-diffusion-webui",
-	"Info": "",
+	"Info": "Informação",
 	"Input commands": "Comandos de entrada",
-	"Install from Github URL": "",
+	"Install from Github URL": "Instalar a partir do URL do Github",
 	"Interface": "Interface",
 	"Invalid Tag": "Etiqueta Inválida",
 	"January": "Janeiro",
 	"join our Discord for help.": "junte-se ao nosso Discord para obter ajuda.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "Pré-visualização JSON",
 	"July": "Julho",
 	"June": "Junho",
 	"JWT Expiration": "Expiração JWT",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "Certifique-se de colocá-los entre",
 	"Manage Models": "Gerenciar Modelos",
 	"Manage Ollama Models": "Gerenciar Modelos Ollama",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "Gerenciar pipelines",
 	"March": "Março",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "Max Tokens (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Máximo de 3 modelos podem ser baixados simultaneamente. Tente novamente mais tarde.",
 	"May": "Maio",
 	"Memories accessible by LLMs will be shown here.": "Memórias acessíveis por LLMs serão mostradas aqui.",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "O modelo '{{modelName}}' foi baixado com sucesso.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "O modelo '{{modelTag}}' já está na fila para download.",
 	"Model {{modelId}} not found": "Modelo {{modelId}} não encontrado",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "O modelo {{modelName}} não é capaz de visão",
+	"Model {{name}} is now {{status}}": "Modelo {{name}} agora é {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Caminho do sistema de arquivos do modelo detectado. É necessário o nome curto do modelo para atualização, não é possível continuar.",
-	"Model ID": "",
+	"Model ID": "ID do modelo",
 	"Model not selected": "Modelo não selecionado",
-	"Model Params": "",
+	"Model Params": "Params Modelo",
 	"Model Whitelisting": "Lista de Permissões de Modelo",
 	"Model(s) Whitelisted": "Modelo(s) na Lista de Permissões",
 	"Modelfile Content": "Conteúdo do Arquivo de Modelo",
@@ -301,25 +301,25 @@
 	"More": "Mais",
 	"Name": "Nome",
 	"Name Tag": "Tag de Nome",
-	"Name your model": "",
+	"Name your model": "Atribua um nome ao seu modelo",
 	"New Chat": "Novo Bate-papo",
 	"New Password": "Nova Senha",
 	"No results found": "Nenhum resultado encontrado",
-	"No search query generated": "",
+	"No search query generated": "Nenhuma consulta de pesquisa gerada",
 	"No source available": "Nenhuma fonte disponível",
-	"None": "",
+	"None": "Nenhum",
 	"Not factually correct": "Não é correto em termos factuais",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Se você definir uma pontuação mínima, a pesquisa só retornará documentos com uma pontuação maior ou igual à pontuação mínima.",
 	"Notifications": "Notificações da Área de Trabalho",
 	"November": "Novembro",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Ollama)",
 	"October": "Outubro",
 	"Off": "Desligado",
 	"Okay, Let's Go!": "Ok, Vamos Lá!",
 	"OLED Dark": "OLED Escuro",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "API do Ollama desativada",
 	"Ollama Version": "Versão do Ollama",
 	"On": "Ligado",
 	"Only": "Somente",
@@ -344,8 +344,8 @@
 	"pending": "pendente",
 	"Permission denied when accessing microphone: {{error}}": "Permissão negada ao acessar o microfone: {{error}}",
 	"Personalization": "Personalização",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "Condutas",
+	"Pipelines Valves": "Válvulas de Condutas",
 	"Plain text (.txt)": "Texto sem formatação (.txt)",
 	"Playground": "Parque infantil",
 	"Positive attitude": "Atitude Positiva",
@@ -390,33 +390,33 @@
 	"Scan for documents from {{path}}": "Digitalizar documentos de {{path}}",
 	"Search": "Pesquisar",
 	"Search a model": "Pesquisar um modelo",
-	"Search Chats": "",
+	"Search Chats": "Pesquisar Chats",
 	"Search Documents": "Pesquisar Documentos",
-	"Search Models": "",
+	"Search Models": "Modelos de pesquisa",
 	"Search Prompts": "Pesquisar Prompts",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_many": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "Contagem de resultados da pesquisa",
+	"Searched {{count}} sites_one": "Pesquisado {{count}} sites_one",
+	"Searched {{count}} sites_many": "Pesquisado {{count}} sites_many",
+	"Searched {{count}} sites_other": "Pesquisado {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "Pesquisando na Web por '{{searchQuery}}'",
+	"Searxng Query URL": "URL de consulta Searxng",
 	"See readme.md for instructions": "Consulte readme.md para obter instruções",
 	"See what's new": "Veja o que há de novo",
 	"Seed": "Semente",
-	"Select a base model": "",
+	"Select a base model": "Selecione um modelo base",
 	"Select a mode": "Selecione um modo",
 	"Select a model": "Selecione um modelo",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "Selecione um pipeline",
+	"Select a pipeline url": "Selecione um URL de pipeline",
 	"Select an Ollama instance": "Selecione uma instância Ollama",
 	"Select model": "Selecione um modelo",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "O(s) modelo(s) selecionado(s) não suporta(m) entradas de imagem",
 	"Send": "Enviar",
 	"Send a Message": "Enviar uma Mensagem",
 	"Send message": "Enviar mensagem",
 	"September": "Setembro",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Chave API Serper",
+	"Serpstack API Key": "Chave da API Serpstack",
 	"Server connection verified": "Conexão com o servidor verificada",
 	"Set as default": "Definir como padrão",
 	"Set Default Model": "Definir Modelo Padrão",
@@ -425,7 +425,7 @@
 	"Set Model": "Definir Modelo",
 	"Set reranking model (e.g. {{model}})": "Definir modelo de reranking (ex.: {{model}})",
 	"Set Steps": "Definir Etapas",
-	"Set Task Model": "",
+	"Set Task Model": "Definir modelo de tarefa",
 	"Set Voice": "Definir Voz",
 	"Settings": "Configurações",
 	"Settings saved successfully!": "Configurações salvas com sucesso!",
@@ -484,21 +484,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "Problemas para acessar o Ollama?",
 	"TTS Settings": "Configurações TTS",
-	"Type": "",
+	"Type": "Tipo",
 	"Type Hugging Face Resolve (Download) URL": "Digite a URL do Hugging Face Resolve (Download)",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "Opa! Houve um problema ao conectar-se a {{provider}}.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Tipo de arquivo desconhecido '{{file_type}}', mas aceitando e tratando como texto simples",
 	"Update and Copy Link": "Atualizar e Copiar Link",
 	"Update password": "Atualizar senha",
 	"Upload a GGUF model": "Carregar um modelo GGUF",
-	"Upload Files": "",
+	"Upload Files": "Carregar ficheiros",
 	"Upload Progress": "Progresso do Carregamento",
 	"URL Mode": "Modo de URL",
 	"Use '#' in the prompt input to load and select your documents.": "Use '#' na entrada do prompt para carregar e selecionar seus documentos.",
 	"Use Gravatar": "Usar Gravatar",
 	"Use Initials": "Usar Iniciais",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (Ollama)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "usuário",
 	"User Permissions": "Permissões do Usuário",
 	"Users": "Usuários",
@@ -507,13 +507,13 @@
 	"variable": "variável",
 	"variable to have them replaced with clipboard content.": "variável para que sejam substituídos pelo conteúdo da área de transferência.",
 	"Version": "Versão",
-	"Warning": "",
+	"Warning": "Advertência",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Aviso: Se você atualizar ou alterar seu modelo de vetorização, você precisará reimportar todos os documentos.",
 	"Web": "Web",
 	"Web Loader Settings": "Configurações do Carregador da Web",
 	"Web Params": "Parâmetros da Web",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "Pesquisa na Web",
+	"Web Search Engine": "Motor de Pesquisa Web",
 	"Webhook URL": "URL do Webhook",
 	"WebUI Add-ons": "Complementos WebUI",
 	"WebUI Settings": "Configurações WebUI",
@@ -526,7 +526,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Escreva um resumo em 50 palavras que resuma [tópico ou palavra-chave].",
 	"Yesterday": "Ontem",
 	"You": "Você",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "Não é possível clonar um modelo base",
 	"You have no archived conversations.": "Você não tem bate-papos arquivados.",
 	"You have shared this chat": "Você compartilhou este bate-papo",
 	"You're a helpful assistant.": "Você é um assistente útil.",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(бета)",
 	"(e.g. `sh webui.sh --api`)": "(например: `sh webui.sh --api`)",
 	"(latest)": "(последний)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ модели }}",
+	"{{ owner }}: You cannot delete a base model": "{{ owner }}: Вы не можете удалить базовую модель",
 	"{{modelName}} is thinking...": "{{modelName}} думает...",
 	"{{user}}'s Chats": "{{user}} чаты",
 	"{{webUIName}} Backend Required": "{{webUIName}} бэкенд требуемый",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Модель задач используется при выполнении таких задач, как генерация заголовков для чатов и поисковых запросов в Интернете",
 	"a user": "пользователь",
 	"About": "Об",
 	"Account": "Аккаунт",
 	"Accurate information": "Точная информация",
 	"Add": "Добавить",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "Добавление идентификатора модели",
+	"Add a short description about what this model does": "Добавьте краткое описание того, что делает эта модель",
 	"Add a short title for this prompt": "Добавьте краткий заголовок для этого ввода",
 	"Add a tag": "Добавьте тэг",
 	"Add custom prompt": "Добавьте пользовательский ввод",
@@ -31,7 +31,7 @@
 	"Admin Panel": "Панель админ",
 	"Admin Settings": "Настройки админ",
 	"Advanced Parameters": "Расширенные Параметры",
-	"Advanced Params": "",
+	"Advanced Params": "Расширенные параметры",
 	"all": "всё",
 	"All Documents": "Все документы",
 	"All Users": "Все пользователи",
@@ -48,7 +48,7 @@
 	"API keys": "Ключи API",
 	"April": "Апрель",
 	"Archive": "Архив",
-	"Archive All Chats": "",
+	"Archive All Chats": "Архивировать все чаты",
 	"Archived Chats": "запис на чат",
 	"are allowed - Activate this command by typing": "разрешено - активируйте эту команду вводом",
 	"Are you sure?": "Вы уверены?",
@@ -63,14 +63,14 @@
 	"available!": "доступный!",
 	"Back": "Назад",
 	"Bad Response": "Недопустимый ответ",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "Баннеры",
+	"Base Model (From)": "Базовая модель (от)",
 	"before": "до",
 	"Being lazy": "ленивый",
-	"Brave Search API Key": "",
-	"Bypass SSL verification for Websites": "",
+	"Brave Search API Key": "Ключ API поиска Brave",
+	"Bypass SSL verification for Websites": "Обход SSL-проверки для веб-сайтов",
 	"Cancel": "Аннулировать",
-	"Capabilities": "",
+	"Capabilities": "Возможности",
 	"Change Password": "Изменить пароль",
 	"Chat": "Чат",
 	"Chat Bubble UI": "Bubble UI чат",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "Нажмите здесь чтобы выберите документы.",
 	"click here.": "нажмите здесь.",
 	"Click on the user role button to change a user's role.": "Нажмите кнопку роли пользователя чтобы изменить роль пользователя.",
-	"Clone": "",
+	"Clone": "Клон",
 	"Close": "Закрывать",
 	"Collection": "Коллекция",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "Базовый адрес URL ComfyUI",
 	"ComfyUI Base URL is required.": "ComfyUI Необходима базовый адрес URL.",
 	"Command": "Команда",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "Одновременные запросы",
 	"Confirm Password": "Подтвердите пароль",
 	"Connections": "Соединение",
 	"Content": "Содержание",
@@ -113,8 +113,8 @@
 	"Copy last response": "Копировать последний ответ",
 	"Copy Link": "Копировать ссылку",
 	"Copying to clipboard was successful!": "Копирование в буфер обмена прошло успешно!",
-	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "",
-	"Create a model": "",
+	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Создайте краткую фразу из 3-5 слов в качестве заголовка для следующего запроса, строго придерживаясь ограничения в 3-5 слов и избегая использования слова 'title':",
+	"Create a model": "Создание модели",
 	"Create Account": "Создать аккаунт",
 	"Create new key": "Создать новый ключ",
 	"Create new secret key": "Создать новый секретный ключ",
@@ -123,7 +123,7 @@
 	"Current Model": "Текущая модель",
 	"Current Password": "Текущий пароль",
 	"Custom": "Пользовательский",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "Настройка моделей для конкретных целей",
 	"Dark": "Тёмный",
 	"Database": "База данных",
 	"December": "Декабрь",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "По умолчанию (Automatic1111)",
 	"Default (SentenceTransformers)": "По умолчанию (SentenceTransformers)",
 	"Default (Web API)": "По умолчанию (Web API)",
-	"Default Model": "",
+	"Default Model": "Модель по умолчанию",
 	"Default model updated": "Модель по умолчанию обновлена",
 	"Default Prompt Suggestions": "Предложения промтов по умолчанию",
 	"Default User Role": "Роль пользователя по умолчанию",
 	"delete": "удалить",
 	"Delete": "Удалить",
 	"Delete a model": "Удалить модель",
-	"Delete All Chats": "",
+	"Delete All Chats": "Удалить все чаты",
 	"Delete chat": "Удалить чат",
 	"Delete Chat": "Удалить чат",
 	"delete this link": "удалить эту ссылку",
 	"Delete User": "Удалить пользователя",
 	"Deleted {{deleteModelTag}}": "Удалено {{deleteModelTag}}",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "Удалено {{name}}",
 	"Description": "Описание",
 	"Didn't fully follow instructions": "Не полностью следул инструкциям",
 	"Disabled": "Отключено",
-	"Discover a model": "",
+	"Discover a model": "Откройте для себя модель",
 	"Discover a prompt": "Найти промт",
 	"Discover, download, and explore custom prompts": "Находите, загружайте и исследуйте настраиваемые промты",
 	"Discover, download, and explore model presets": "Находите, загружайте и исследуйте предустановки модели",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "Модель эмбеддинга",
 	"Embedding model set to \"{{embedding_model}}\"": "Эмбеддинг-модель установлена в \"{{embedding_model}}\"",
 	"Enable Chat History": "Включить историю чата",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "Включить общий доступ к сообществу",
 	"Enable New Sign Ups": "Разрешить новые регистрации",
-	"Enable Web Search": "",
+	"Enable Web Search": "Включить поиск в Интернете",
 	"Enabled": "Включено",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Убедитесь, что ваш CSV-файл включает в себя 4 столбца в следующем порядке: Имя, Электронная почта, Пароль, Роль.",
 	"Enter {{role}} message here": "Введите сообщение {{role}} здесь",
 	"Enter a detail about yourself for your LLMs to recall": "Введите детали о себе, чтобы LLMs могли запомнить",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Введите ключ API поиска Brave",
 	"Enter Chunk Overlap": "Введите перекрытие фрагмента",
 	"Enter Chunk Size": "Введите размер фрагмента",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Введите необработанный URL-адрес Github",
+	"Enter Google PSE API Key": "Введите ключ API Google PSE",
+	"Enter Google PSE Engine Id": "Введите идентификатор движка Google PSE",
 	"Enter Image Size (e.g. 512x512)": "Введите размер изображения (например, 512x512)",
 	"Enter language codes": "Введите коды языков",
 	"Enter model tag (e.g. {{modelTag}})": "Введите тег модели (например, {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "Введите количество шагов (например, 50)",
 	"Enter Score": "Введите оценку",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Введите URL-адрес запроса Searxng",
+	"Enter Serper API Key": "Введите ключ API Serper",
+	"Enter Serpstack API Key": "Введите ключ API Serpstack",
 	"Enter stop sequence": "Введите последовательность остановки",
 	"Enter Top K": "Введите Top K",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "Введите URL-адрес (например, http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "Введите ваше полное имя",
 	"Enter Your Password": "Введите ваш пароль",
 	"Enter Your Role": "Введите вашу роль",
-	"Error": "",
+	"Error": "Ошибка",
 	"Experimental": "Экспериментальное",
-	"Export": "",
+	"Export": "Экспорт",
 	"Export All Chats (All Users)": "Экспортировать все чаты (все пользователи)",
 	"Export Chats": "Экспортировать чаты",
 	"Export Documents Mapping": "Экспортировать отображение документов",
-	"Export Models": "",
+	"Export Models": "Экспорт моделей",
 	"Export Prompts": "Экспортировать промты",
 	"Failed to create API Key.": "Не удалось создать ключ API.",
 	"Failed to read clipboard contents": "Не удалось прочитать содержимое буфера обмена",
@@ -221,15 +221,15 @@
 	"Focus chat input": "Фокус ввода чата",
 	"Followed instructions perfectly": "Учитывая инструкции идеально",
 	"Format your variables using square brackets like this:": "Форматируйте ваши переменные, используя квадратные скобки, как здесь:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "Штраф за частоту",
 	"Full Screen Mode": "Полноэкранный режим",
 	"General": "Общее",
 	"General Settings": "Общие настройки",
-	"Generating search query": "",
+	"Generating search query": "Генерация поискового запроса",
 	"Generation Info": "Информация о генерации",
 	"Good Response": "Хороший ответ",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Ключ API Google PSE",
+	"Google PSE Engine Id": "Идентификатор движка Google PSE",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "не имеет разговоров.",
 	"Hello, {{name}}": "Привет, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "Изображения",
 	"Import Chats": "Импорт чатов",
 	"Import Documents Mapping": "Импорт сопоставления документов",
-	"Import Models": "",
+	"Import Models": "Импорт моделей",
 	"Import Prompts": "Импорт подсказок",
 	"Include `--api` flag when running stable-diffusion-webui": "Добавьте флаг `--api` при запуске stable-diffusion-webui",
-	"Info": "",
+	"Info": "Информация",
 	"Input commands": "Введите команды",
-	"Install from Github URL": "",
+	"Install from Github URL": "Установка с URL-адреса Github",
 	"Interface": "Интерфейс",
 	"Invalid Tag": "Недопустимый тег",
 	"January": "Январь",
 	"join our Discord for help.": "присоединяйтесь к нашему Discord для помощи.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "Предварительный просмотр JSON",
 	"July": "Июль",
 	"June": "Июнь",
 	"JWT Expiration": "Истечение срока JWT",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "Убедитесь, что они заключены в",
 	"Manage Models": "Управление моделями",
 	"Manage Ollama Models": "Управление моделями Ollama",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "Управление конвейерами",
 	"March": "Март",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "Максимальное количество жетонов (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Максимальное количество моделей для загрузки одновременно - 3. Пожалуйста, попробуйте позже.",
 	"May": "Май",
 	"Memories accessible by LLMs will be shown here.": "Мемории, доступные LLMs, будут отображаться здесь.",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "Модель '{{modelName}}' успешно загружена.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Модель '{{modelTag}}' уже находится в очереди на загрузку.",
 	"Model {{modelId}} not found": "Модель {{modelId}} не найдена",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "Модель {{modelName}} не поддерживает зрение",
+	"Model {{name}} is now {{status}}": "Модель {{name}} теперь {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Модель файловой системы обнаружена. Требуется имя тега модели для обновления, не удается продолжить.",
-	"Model ID": "",
+	"Model ID": "Идентификатор модели",
 	"Model not selected": "Модель не выбрана",
-	"Model Params": "",
+	"Model Params": "Параметры модели",
 	"Model Whitelisting": "Включение модели в белый список",
 	"Model(s) Whitelisted": "Модель(и) включены в белый список",
 	"Modelfile Content": "Содержимое файла модели",
@@ -301,25 +301,25 @@
 	"More": "Более",
 	"Name": "Имя",
 	"Name Tag": "Имя тега",
-	"Name your model": "",
+	"Name your model": "Присвойте модели имя",
 	"New Chat": "Новый чат",
 	"New Password": "Новый пароль",
 	"No results found": "Результатов не найдено",
-	"No search query generated": "",
+	"No search query generated": "Поисковый запрос не сгенерирован",
 	"No source available": "Нет доступных источников",
-	"None": "",
+	"None": "Никакой",
 	"Not factually correct": "Не фактически правильно",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Обратите внимание: Если вы установите минимальный балл, поиск будет возвращать только документы с баллом больше или равным минимальному баллу.",
 	"Notifications": "Уведомления на рабочем столе",
 	"November": "Ноябрь",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Оллама)",
 	"October": "Октябрь",
 	"Off": "Выключено.",
 	"Okay, Let's Go!": "Давайте начнём!",
 	"OLED Dark": "OLED темная",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "Ollama API отключен",
 	"Ollama Version": "Версия Ollama",
 	"On": "Включено.",
 	"Only": "Только",
@@ -344,8 +344,8 @@
 	"pending": "ожидание",
 	"Permission denied when accessing microphone: {{error}}": "Отказано в доступе к микрофону: {{error}}",
 	"Personalization": "Персонализация",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "Трубопроводов",
+	"Pipelines Valves": "Трубопроводы Клапаны",
 	"Plain text (.txt)": "Текст в формате .txt",
 	"Playground": "Площадка",
 	"Positive attitude": "Позитивная атмосфера",
@@ -390,34 +390,34 @@
 	"Scan for documents from {{path}}": "Сканирование документов из {{path}}",
 	"Search": "Поиск",
 	"Search a model": "Поиск модели",
-	"Search Chats": "",
+	"Search Chats": "Поиск в чатах",
 	"Search Documents": "Поиск документов",
-	"Search Models": "",
+	"Search Models": "Поиск моделей",
 	"Search Prompts": "Поиск промтов",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_few": "",
-	"Searched {{count}} sites_many": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "Количество результатов поиска",
+	"Searched {{count}} sites_one": "Поиск {{count}} sites_one",
+	"Searched {{count}} sites_few": "Поиск {{count}} sites_few",
+	"Searched {{count}} sites_many": "Поиск {{count}} sites_many",
+	"Searched {{count}} sites_other": "Поиск {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "Поиск в Интернете по запросу '{{searchQuery}}'",
+	"Searxng Query URL": "URL-адрес запроса Searxng",
 	"See readme.md for instructions": "Смотрите readme.md для инструкций",
 	"See what's new": "Посмотреть, что нового",
 	"Seed": "Сид",
-	"Select a base model": "",
+	"Select a base model": "Выбор базовой модели",
 	"Select a mode": "Выберите режим",
 	"Select a model": "Выберите модель",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "Выбор конвейера",
+	"Select a pipeline url": "Выберите URL-адрес конвейера",
 	"Select an Ollama instance": "Выберите экземпляр Ollama",
 	"Select model": "Выберите модель",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "Выбранные модели не поддерживают ввод изображений",
 	"Send": "Отправить",
 	"Send a Message": "Отправить сообщение",
 	"Send message": "Отправить сообщение",
 	"September": "Сентябрь",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Ключ API Serper",
+	"Serpstack API Key": "Ключ API Serpstack",
 	"Server connection verified": "Соединение с сервером проверено",
 	"Set as default": "Установить по умолчанию",
 	"Set Default Model": "Установить модель по умолчанию",
@@ -426,7 +426,7 @@
 	"Set Model": "Установить модель",
 	"Set reranking model (e.g. {{model}})": "Установить модель реранжирования (например. {{model}})",
 	"Set Steps": "Установить шаги",
-	"Set Task Model": "",
+	"Set Task Model": "Задать модель задачи",
 	"Set Voice": "Установить голос",
 	"Settings": "Настройки",
 	"Settings saved successfully!": "Настройки успешно сохранены!",
@@ -485,21 +485,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "Проблемы с доступом к Ollama?",
 	"TTS Settings": "Настройки TTS",
-	"Type": "",
+	"Type": "Тип",
 	"Type Hugging Face Resolve (Download) URL": "Введите URL-адрес Hugging Face Resolve (загрузки)",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "Упс! Возникла проблема подключения к {{provider}}.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Неизвестный тип файла '{{file_type}}', но принимается и обрабатывается как обычный текст",
 	"Update and Copy Link": "Обновить и скопировать ссылку",
 	"Update password": "Обновить пароль",
 	"Upload a GGUF model": "Загрузить модель GGUF",
-	"Upload Files": "",
+	"Upload Files": "Загрузка файлов",
 	"Upload Progress": "Прогресс загрузки",
 	"URL Mode": "Режим URL",
 	"Use '#' in the prompt input to load and select your documents.": "Используйте '#' в поле ввода промпта для загрузки и выбора ваших документов.",
 	"Use Gravatar": "Использовать Gravatar",
 	"Use Initials": "Использовать инициалы",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (Оллама)",
+	"use_mmap (Ollama)": "use_mmap (Оллама)",
 	"user": "пользователь",
 	"User Permissions": "Права пользователя",
 	"Users": "Пользователи",
@@ -508,13 +508,13 @@
 	"variable": "переменная",
 	"variable to have them replaced with clipboard content.": "переменная, чтобы их заменить содержимым буфера обмена.",
 	"Version": "Версия",
-	"Warning": "",
+	"Warning": "Предупреждение",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Предупреждение: Если вы обновите или измените модель эмбеддинга, вам нужно будет повторно импортировать все документы.",
 	"Web": "Веб",
 	"Web Loader Settings": "Настройки загрузчика Web",
 	"Web Params": "Параметры Web",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "Веб-поиск",
+	"Web Search Engine": "Поисковая система",
 	"Webhook URL": "URL-адрес веб-хука",
 	"WebUI Add-ons": "Дополнения для WebUI",
 	"WebUI Settings": "Настройки WebUI",
@@ -527,7 +527,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Напишите резюме в 50 словах, которое кратко описывает [тему или ключевое слово].",
 	"Yesterday": "Вчера",
 	"You": "Вы",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "Клонировать базовую модель невозможно",
 	"You have no archived conversations.": "У вас нет архивированных бесед.",
 	"You have shared this chat": "Вы поделились этим чатом",
 	"You're a helpful assistant.": "Вы полезный ассистент.",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(бета)",
 	"(e.g. `sh webui.sh --api`)": "(нпр. `sh webui.sh --api`)",
 	"(latest)": "(најновије)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ модели }}",
+	"{{ owner }}: You cannot delete a base model": "{{ оwнер }}: Не можете избрисати основни модел",
 	"{{modelName}} is thinking...": "{{modelName}} размишља...",
 	"{{user}}'s Chats": "Ћаскања корисника {{user}}",
 	"{{webUIName}} Backend Required": "Захтева се {{webUIName}} позадинац",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"A task model is used when performing tasks such as generating titles for chats and web search queries": "Модел задатка се користи приликом извршавања задатака као што су генерисање наслова за ћаскања и упите за Веб претрагу",
 	"a user": "корисник",
 	"About": "О нама",
 	"Account": "Налог",
 	"Accurate information": "Прецизне информације",
 	"Add": "Додај",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "Додавање ИД-а модела",
+	"Add a short description about what this model does": "Додавање кратког описа о томе шта овај модел ради",
 	"Add a short title for this prompt": "Додај кратак наслов за овај упит",
 	"Add a tag": "Додај ознаку",
 	"Add custom prompt": "Додај прилагођен упит",
@@ -31,7 +31,7 @@
 	"Admin Panel": "Админ табла",
 	"Admin Settings": "Админ подешавања",
 	"Advanced Parameters": "Напредни параметри",
-	"Advanced Params": "",
+	"Advanced Params": "Напредни парамови",
 	"all": "сви",
 	"All Documents": "Сви документи",
 	"All Users": "Сви корисници",
@@ -48,7 +48,7 @@
 	"API keys": "API кључеви",
 	"April": "Април",
 	"Archive": "Архива",
-	"Archive All Chats": "",
+	"Archive All Chats": "Архивирај све ћаскања",
 	"Archived Chats": "Архивирана ћаскања",
 	"are allowed - Activate this command by typing": "су дозвољени - Покрените ову наредбу уношењем",
 	"Are you sure?": "Да ли сте сигурни?",
@@ -63,14 +63,14 @@
 	"available!": "доступно!",
 	"Back": "Назад",
 	"Bad Response": "Лош одговор",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "Барјаке",
+	"Base Model (From)": "Основни модел (од)",
 	"before": "пре",
 	"Being lazy": "Бити лењ",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Апи кључ за храбру претрагу",
 	"Bypass SSL verification for Websites": "Заобиђи SSL потврђивање за веб странице",
 	"Cancel": "Откажи",
-	"Capabilities": "",
+	"Capabilities": "Могућности",
 	"Change Password": "Промени лозинку",
 	"Chat": "Ћаскање",
 	"Chat Bubble UI": "Интерфејс балона ћаскања",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "Кликните овде да изаберете документе.",
 	"click here.": "кликните овде.",
 	"Click on the user role button to change a user's role.": "Кликните на дугме за улогу корисника да промените улогу корисника.",
-	"Clone": "",
+	"Clone": "Клон",
 	"Close": "Затвори",
 	"Collection": "Колекција",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "Основна адреса за ComfyUI",
 	"ComfyUI Base URL is required.": "Потребна је основна адреса за ComfyUI.",
 	"Command": "Наредба",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "Упоредни захтеви",
 	"Confirm Password": "Потврди лозинку",
 	"Connections": "Везе",
 	"Content": "Садржај",
@@ -114,7 +114,7 @@
 	"Copy Link": "Копирај везу",
 	"Copying to clipboard was successful!": "Успешно копирање у оставу!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Направи сажету фразу од 3 до 5 речи као наслов за следећи упит, строго се придржавајући ограничења од 3-5 речи и избегавајући коришћење речи „наслов“:",
-	"Create a model": "",
+	"Create a model": "Креирање модела",
 	"Create Account": "Направи налог",
 	"Create new key": "Направи нови кључ",
 	"Create new secret key": "Направи нови тајни кључ",
@@ -123,7 +123,7 @@
 	"Current Model": "Тренутни модел",
 	"Current Password": "Тренутна лозинка",
 	"Custom": "Прилагођено",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "Прилагођавање модела у одређене сврхе",
 	"Dark": "Тамна",
 	"Database": "База података",
 	"December": "Децембар",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "Подразумевано (Automatic1111)",
 	"Default (SentenceTransformers)": "Подразумевано (SentenceTransformers)",
 	"Default (Web API)": "Подразумевано (Web API)",
-	"Default Model": "",
+	"Default Model": "Подразумевани модел",
 	"Default model updated": "Подразумевани модел ажуриран",
 	"Default Prompt Suggestions": "Подразумевани предлози упита",
 	"Default User Role": "Подразумевана улога корисника",
 	"delete": "обриши",
 	"Delete": "Обриши",
 	"Delete a model": "Обриши модел",
-	"Delete All Chats": "",
+	"Delete All Chats": "Избриши сва ћаскања",
 	"Delete chat": "Обриши ћаскање",
 	"Delete Chat": "Обриши ћаскање",
 	"delete this link": "обриши ову везу",
 	"Delete User": "Обриши корисника",
 	"Deleted {{deleteModelTag}}": "Обрисано {{deleteModelTag}}",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "Избрисано {{наме}}",
 	"Description": "Опис",
 	"Didn't fully follow instructions": "Упутства нису праћена у потпуности",
 	"Disabled": "Онемогућено",
-	"Discover a model": "",
+	"Discover a model": "Откријте модел",
 	"Discover a prompt": "Откриј упит",
 	"Discover, download, and explore custom prompts": "Откријте, преузмите и истражите прилагођене упите",
 	"Discover, download, and explore model presets": "Откријте, преузмите и истражите образце модела",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "Мотор модела уградње",
 	"Embedding model set to \"{{embedding_model}}\"": "Модел уградње подешен на \"{{embedding_model}}\"",
 	"Enable Chat History": "Омогући историју ћаскања",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "Омогући дељење заједнице",
 	"Enable New Sign Ups": "Омогући нове пријаве",
-	"Enable Web Search": "",
+	"Enable Web Search": "Омогући Wеб претрагу",
 	"Enabled": "Омогућено",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Уверите се да ваша CSV датотека укључује 4 колоне у овом редоследу: Име, Е-пошта, Лозинка, Улога.",
 	"Enter {{role}} message here": "Унесите {{role}} поруку овде",
 	"Enter a detail about yourself for your LLMs to recall": "Унесите детаље за себе да ће LLMs преузимати",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Унесите БРАВЕ Сеарцх АПИ кључ",
 	"Enter Chunk Overlap": "Унесите преклапање делова",
 	"Enter Chunk Size": "Унесите величину дела",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Унесите Гитхуб Раw УРЛ адресу",
+	"Enter Google PSE API Key": "Унесите Гоогле ПСЕ АПИ кључ",
+	"Enter Google PSE Engine Id": "Унесите Гоогле ПСЕ ИД машине",
 	"Enter Image Size (e.g. 512x512)": "Унесите величину слике (нпр. 512x512)",
 	"Enter language codes": "Унесите кодове језика",
 	"Enter model tag (e.g. {{modelTag}})": "Унесите ознаку модела (нпр. {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "Унесите број корака (нпр. 50)",
 	"Enter Score": "Унесите резултат",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Унесите УРЛ адресу Сеарxнг упита",
+	"Enter Serper API Key": "Унесите Серпер АПИ кључ",
+	"Enter Serpstack API Key": "Унесите Серпстацк АПИ кључ",
 	"Enter stop sequence": "Унесите секвенцу заустављања",
 	"Enter Top K": "Унесите Топ К",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "Унесите адресу (нпр. http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "Унесите ваше име и презиме",
 	"Enter Your Password": "Унесите вашу лозинку",
 	"Enter Your Role": "Унесите вашу улогу",
-	"Error": "",
+	"Error": "Грешка",
 	"Experimental": "Експериментално",
-	"Export": "",
+	"Export": "Извоз",
 	"Export All Chats (All Users)": "Извези сва ћаскања (сви корисници)",
 	"Export Chats": "Извези ћаскања",
 	"Export Documents Mapping": "Извези мапирање докумената",
-	"Export Models": "",
+	"Export Models": "Извези моделе",
 	"Export Prompts": "Извези упите",
 	"Failed to create API Key.": "Неуспешно стварање API кључа.",
 	"Failed to read clipboard contents": "Неуспешно читање садржаја оставе",
@@ -221,15 +221,15 @@
 	"Focus chat input": "Усредсредите унос ћаскања",
 	"Followed instructions perfectly": "Упутства су савршено праћена",
 	"Format your variables using square brackets like this:": "Форматирајте ваше променљиве користећи угластe заграде овако:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "Фреквентна казна",
 	"Full Screen Mode": "Режим целог екрана",
 	"General": "Опште",
 	"General Settings": "Општа подешавања",
-	"Generating search query": "",
+	"Generating search query": "Генерисање упита претраге",
 	"Generation Info": "Информације о стварању",
 	"Good Response": "Добар одговор",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Гоогле ПСЕ АПИ кључ",
+	"Google PSE Engine Id": "Гоогле ПСЕ ИД мотора",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "нема разговора.",
 	"Hello, {{name}}": "Здраво, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "Слике",
 	"Import Chats": "Увези ћаскања",
 	"Import Documents Mapping": "Увези мапирање докумената",
-	"Import Models": "",
+	"Import Models": "Увези моделе",
 	"Import Prompts": "Увези упите",
 	"Include `--api` flag when running stable-diffusion-webui": "Укључи `--api` заставицу при покретању stable-diffusion-webui",
-	"Info": "",
+	"Info": "Инфо",
 	"Input commands": "Унеси наредбе",
-	"Install from Github URL": "",
+	"Install from Github URL": "Инсталирај из Гитхуб УРЛ адресе",
 	"Interface": "Изглед",
 	"Invalid Tag": "Неисправна ознака",
 	"January": "Јануар",
 	"join our Discord for help.": "придружите се нашем Дискорду за помоћ.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "ЈСОН Преглед",
 	"July": "Јул",
 	"June": "Јун",
 	"JWT Expiration": "Истек JWT-а",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "Уверите се да их затворите са",
 	"Manage Models": "Управљај моделима",
 	"Manage Ollama Models": "Управљај Ollama моделима",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "Управљање цевоводима",
 	"March": "Март",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "Маx Токенс (нум_предицт)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Највише 3 модела могу бити преузета истовремено. Покушајте поново касније.",
 	"May": "Мај",
 	"Memories accessible by LLMs will be shown here.": "Памћења које ће бити појављена од овог LLM-а ће бити приказана овде.",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "Модел „{{modelName}}“ је успешно преузет.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Модел „{{modelTag}}“ је већ у реду за преузимање.",
 	"Model {{modelId}} not found": "Модел {{modelId}} није пронађен",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "Модел {{моделНаме}} није способан за вид",
+	"Model {{name}} is now {{status}}": "Модел {{наме}} је сада {{статус}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Откривена путања система датотека модела. За ажурирање је потребан кратак назив модела, не може се наставити.",
-	"Model ID": "",
+	"Model ID": "ИД модела",
 	"Model not selected": "Модел није изабран",
-	"Model Params": "",
+	"Model Params": "Модел Парамс",
 	"Model Whitelisting": "Бели списак модела",
 	"Model(s) Whitelisted": "Модел(и) на белом списку",
 	"Modelfile Content": "Садржај модел-датотеке",
@@ -301,25 +301,25 @@
 	"More": "Више",
 	"Name": "Име",
 	"Name Tag": "Назив ознаке",
-	"Name your model": "",
+	"Name your model": "Наведи свој модел",
 	"New Chat": "Ново ћаскање",
 	"New Password": "Нова лозинка",
 	"No results found": "Нема резултата",
-	"No search query generated": "",
+	"No search query generated": "Није генерисан упит за претрагу",
 	"No source available": "Нема доступног извора",
-	"None": "",
+	"None": "Нико",
 	"Not factually correct": "Није чињенично тачно",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Напомена: ако подесите најмањи резултат, претрага ће вратити само документе са резултатом већим или једнаким најмањем резултату.",
 	"Notifications": "Обавештења",
 	"November": "Новембар",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "нум _тхреад (Оллама)",
 	"October": "Октобар",
 	"Off": "Искључено",
 	"Okay, Let's Go!": "У реду, хајде да кренемо!",
 	"OLED Dark": "OLED тамна",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Оллама АПИ",
+	"Ollama API disabled": "Оллама АПИ онемогућен",
 	"Ollama Version": "Издање Ollama-е",
 	"On": "Укључено",
 	"Only": "Само",
@@ -344,8 +344,8 @@
 	"pending": "на чекању",
 	"Permission denied when accessing microphone: {{error}}": "Приступ микрофону је одбијен: {{error}}",
 	"Personalization": "Прилагођавање",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "Цевоводи",
+	"Pipelines Valves": "Вентили за цевоводе",
 	"Plain text (.txt)": "Обичан текст (.txt)",
 	"Playground": "Игралиште",
 	"Positive attitude": "Позитиван став",
@@ -390,33 +390,33 @@
 	"Scan for documents from {{path}}": "Скенирај документе из {{path}}",
 	"Search": "Претражи",
 	"Search a model": "Претражи модел",
-	"Search Chats": "",
+	"Search Chats": "Претражи ћаскања",
 	"Search Documents": "Претражи документе",
-	"Search Models": "",
+	"Search Models": "Модели претраге",
 	"Search Prompts": "Претражи упите",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_few": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "Број резултата претраге",
+	"Searched {{count}} sites_one": "Претражио {{цоунт}} ситес_оне",
+	"Searched {{count}} sites_few": "Претражио {{цоунт}} ситес_феw",
+	"Searched {{count}} sites_other": "Претражио {{цоунт}} ситес_отхер",
+	"Searching the web for '{{searchQuery}}'": "Претраживање Веба у потрази за \"{{сеарцхQуерy}}\"",
+	"Searxng Query URL": "УРЛ адреса Сеарxнг упита",
 	"See readme.md for instructions": "Погледај readme.md за упутства",
 	"See what's new": "Погледај шта је ново",
 	"Seed": "Семе",
-	"Select a base model": "",
+	"Select a base model": "Избор основног модела",
 	"Select a mode": "Изабери режим",
 	"Select a model": "Изабери модел",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "Избор цевовода",
+	"Select a pipeline url": "Избор урл адресе цевовода",
 	"Select an Ollama instance": "Изабери Ollama инстанцу",
 	"Select model": "Изабери модел",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "Изабрани модели не подржавају уносе слика",
 	"Send": "Пошаљи",
 	"Send a Message": "Пошаљи поруку",
 	"Send message": "Пошаљи поруку",
 	"September": "Септембар",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Серпер АПИ кључ",
+	"Serpstack API Key": "Серпстацк АПИ кључ",
 	"Server connection verified": "Веза са сервером потврђена",
 	"Set as default": "Подеси као подразумевано",
 	"Set Default Model": "Подеси као подразумевани модел",
@@ -425,7 +425,7 @@
 	"Set Model": "Подеси модел",
 	"Set reranking model (e.g. {{model}})": "Подеси модел поновног рангирања (нпр. {{model}})",
 	"Set Steps": "Подеси кораке",
-	"Set Task Model": "",
+	"Set Task Model": "Постављање модела задатка",
 	"Set Voice": "Подеси глас",
 	"Settings": "Подешавања",
 	"Settings saved successfully!": "Подешавања успешно сачувана!",
@@ -484,21 +484,21 @@
 	"Top P": "Топ П",
 	"Trouble accessing Ollama?": "Проблеми са приступом Ollama-и?",
 	"TTS Settings": "TTS подешавања",
-	"Type": "",
+	"Type": "Тип",
 	"Type Hugging Face Resolve (Download) URL": "Унесите Hugging Face Resolve (Download) адресу",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "Упс! Дошло је до проблема при повезивању са {{provider}}.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Непознат тип датотеке '{{file_type}}', али прихваћен и третиран као обичан текст",
 	"Update and Copy Link": "Ажурирај и копирај везу",
 	"Update password": "Ажурирај лозинку",
 	"Upload a GGUF model": "Отпреми GGUF модел",
-	"Upload Files": "",
+	"Upload Files": "Отпремање датотека",
 	"Upload Progress": "Напредак отпремања",
 	"URL Mode": "Режим адресе",
 	"Use '#' in the prompt input to load and select your documents.": "Користи '#' у уносу упита да учитате и изаберете ваше документе.",
 	"Use Gravatar": "Користи Граватар",
 	"Use Initials": "Користи иницијале",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "усе _млоцк (Оллама)",
+	"use_mmap (Ollama)": "усе _ммап (Оллама)",
 	"user": "корисник",
 	"User Permissions": "Овлашћења корисника",
 	"Users": "Корисници",
@@ -507,13 +507,13 @@
 	"variable": "променљива",
 	"variable to have them replaced with clipboard content.": "променљива за замену са садржајем оставе.",
 	"Version": "Издање",
-	"Warning": "",
+	"Warning": "Упозорење",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Упозорење: ако ажурирате или промените ваш модел уградње, мораћете поново да увезете све документе.",
 	"Web": "Веб",
 	"Web Loader Settings": "Подешавања веб учитавача",
 	"Web Params": "Веб параметри",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "Wеб претрага",
+	"Web Search Engine": "Wеб претраживач",
 	"Webhook URL": "Адреса веб-куке",
 	"WebUI Add-ons": "Додаци веб интерфејса",
 	"WebUI Settings": "Подешавања веб интерфејса",
@@ -526,7 +526,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Напишите сажетак у 50 речи који резимира [тему или кључну реч].",
 	"Yesterday": "Јуче",
 	"You": "Ти",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "Не можеш клонирати основни модел",
 	"You have no archived conversations.": "Немате архивиране разговоре.",
 	"You have shared this chat": "Поделили сте ово ћаскање",
 	"You're a helpful assistant.": "Ти си користан помоћник.",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api`)": "(t.ex. `sh webui.sh --api`)",
 	"(latest)": "(senaste)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ modeller }}",
+	"{{ owner }}: You cannot delete a base model": "{{ owner }}: Du kan inte ta bort en basmodell",
 	"{{modelName}} is thinking...": "{{modelName}} tänker...",
 	"{{user}}'s Chats": "{{user}}s Chats",
 	"{{webUIName}} Backend Required": "{{webUIName}} Backend krävs",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"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",
 	"Account": "Konto",
 	"Accurate information": "Exakt information",
 	"Add": "Lägg till",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "Lägga till ett modell-ID",
+	"Add a short description about what this model does": "Lägg till en kort beskrivning av vad den här modellen gör",
 	"Add a short title for this prompt": "Lägg till en kort titel för denna prompt",
 	"Add a tag": "Lägg till en tagg",
 	"Add custom prompt": "Lägg till en anpassad prompt",
@@ -31,7 +31,7 @@
 	"Admin Panel": "Administrationspanel",
 	"Admin Settings": "Administratörsinställningar",
 	"Advanced Parameters": "Avancerade parametrar",
-	"Advanced Params": "",
+	"Advanced Params": "Avancerade parametrar",
 	"all": "alla",
 	"All Documents": "Alla dokument",
 	"All Users": "Alla användare",
@@ -48,7 +48,7 @@
 	"API keys": "API-nycklar",
 	"April": "April",
 	"Archive": "Arkiv",
-	"Archive All Chats": "",
+	"Archive All Chats": "Arkivera alla chattar",
 	"Archived Chats": "Arkiverade chattar",
 	"are allowed - Activate this command by typing": "är tillåtna - Aktivera detta kommando genom att skriva",
 	"Are you sure?": "Är du säker?",
@@ -63,14 +63,14 @@
 	"available!": "tillgänglig!",
 	"Back": "Tillbaka",
 	"Bad Response": "Felaktig respons",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "Banners",
+	"Base Model (From)": "Basmodell (från)",
 	"before": "før",
 	"Being lazy": "Lägg till",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "API-nyckel för modig sökning",
 	"Bypass SSL verification for Websites": "Kringgå SSL-verifiering för webbplatser",
 	"Cancel": "Avbryt",
-	"Capabilities": "",
+	"Capabilities": "Kapacitet",
 	"Change Password": "Ändra lösenord",
 	"Chat": "Chatt",
 	"Chat Bubble UI": "Chatbubblar UI",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "Klicka här för att välja dokument.",
 	"click here.": "klicka här.",
 	"Click on the user role button to change a user's role.": "Klicka på knappen för användarroll för att ändra en användares roll.",
-	"Clone": "",
+	"Clone": "Klon",
 	"Close": "Stäng",
 	"Collection": "Samling",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "ComfyUI Base URL",
 	"ComfyUI Base URL is required.": "ComfyUI Base URL krävs.",
 	"Command": "Kommando",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "Samtidiga begäranden",
 	"Confirm Password": "Bekräfta lösenord",
 	"Connections": "Anslutningar",
 	"Content": "Innehåll",
@@ -114,7 +114,7 @@
 	"Copy Link": "Kopiera länk",
 	"Copying to clipboard was successful!": "Kopiering till urklipp lyckades!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Skapa en kort, 3-5 ords fras som rubrik för följande fråga, strikt följa 3-5 ordsgränsen och undvika användning av ordet 'titel':",
-	"Create a model": "",
+	"Create a model": "Skapa en modell",
 	"Create Account": "Skapa konto",
 	"Create new key": "Skapa ny nyckel",
 	"Create new secret key": "Skapa ny hemlig nyckel",
@@ -123,7 +123,7 @@
 	"Current Model": "Aktuell modell",
 	"Current Password": "Nuvarande lösenord",
 	"Custom": "Anpassad",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "Anpassa modeller för ett specifikt syfte",
 	"Dark": "Mörk",
 	"Database": "Databas",
 	"December": "December",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "Standard (Automatic1111)",
 	"Default (SentenceTransformers)": "Standard (SentenceTransformers)",
 	"Default (Web API)": "Standard (Web API)",
-	"Default Model": "",
+	"Default Model": "Standardmodell",
 	"Default model updated": "Standardmodell uppdaterad",
 	"Default Prompt Suggestions": "Standardpromptförslag",
 	"Default User Role": "Standardanvändarroll",
 	"delete": "radera",
 	"Delete": "Radera",
 	"Delete a model": "Ta bort en modell",
-	"Delete All Chats": "",
+	"Delete All Chats": "Ta bort alla chattar",
 	"Delete chat": "Radera chatt",
 	"Delete Chat": "Radera chatt",
 	"delete this link": "radera denna länk",
 	"Delete User": "Radera användare",
 	"Deleted {{deleteModelTag}}": "Raderad {{deleteModelTag}}",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "Borttagen {{name}}",
 	"Description": "Beskrivning",
 	"Didn't fully follow instructions": "Följde inte instruktionerna",
 	"Disabled": "Inaktiverad",
-	"Discover a model": "",
+	"Discover a model": "Upptäck en modell",
 	"Discover a prompt": "Upptäck en prompt",
 	"Discover, download, and explore custom prompts": "Upptäck, ladda ner och utforska anpassade prompts",
 	"Discover, download, and explore model presets": "Upptäck, ladda ner och utforska modellförinställningar",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "Embeddingsmodellmotor",
 	"Embedding model set to \"{{embedding_model}}\"": "Embeddingsmodell inställd på \"{{embedding_model}}\"",
 	"Enable Chat History": "Aktivera chatthistorik",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "Aktivera community-delning",
 	"Enable New Sign Ups": "Aktivera nya registreringar",
-	"Enable Web Search": "",
+	"Enable Web Search": "Aktivera webbsökning",
 	"Enabled": "Aktiverad",
 	"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: Namn, E-post, Lösenord, Roll.",
 	"Enter {{role}} message here": "Skriv {{role}} meddelande här",
 	"Enter a detail about yourself for your LLMs to recall": "Skriv en detalj om dig själv för att dina LLMs ska komma ihåg",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Ange API-nyckel för modig sökning",
 	"Enter Chunk Overlap": "Ange Chunk-överlappning",
 	"Enter Chunk Size": "Ange Chunk-storlek",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "Ange Github Raw URL",
+	"Enter Google PSE API Key": "Ange Google PSE API-nyckel",
+	"Enter Google PSE Engine Id": "Ange Google PSE Engine Id",
 	"Enter Image Size (e.g. 512x512)": "Ange bildstorlek (t.ex. 512x512)",
 	"Enter language codes": "Skriv språkkoder",
 	"Enter model tag (e.g. {{modelTag}})": "Ange modelltagg (t.ex. {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "Ange antal steg (t.ex. 50)",
 	"Enter Score": "Ange poäng",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Ange Searxng Query URL",
+	"Enter Serper API Key": "Ange Serper API-nyckel",
+	"Enter Serpstack API Key": "Ange Serpstack API-nyckel",
 	"Enter stop sequence": "Ange stoppsekvens",
 	"Enter Top K": "Ange Top K",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "Ange URL (t.ex. http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "Ange ditt fullständiga namn",
 	"Enter Your Password": "Ange ditt lösenord",
 	"Enter Your Role": "Ange din roll",
-	"Error": "",
+	"Error": "Fel",
 	"Experimental": "Experimentell",
-	"Export": "",
+	"Export": "Export",
 	"Export All Chats (All Users)": "Exportera alla chattar (alla användare)",
 	"Export Chats": "Exportera chattar",
 	"Export Documents Mapping": "Exportera dokumentmappning",
-	"Export Models": "",
+	"Export Models": "Exportera modeller",
 	"Export Prompts": "Exportera prompts",
 	"Failed to create API Key.": "Misslyckades med att skapa API-nyckel.",
 	"Failed to read clipboard contents": "Misslyckades med att läsa urklippsinnehåll",
@@ -221,15 +221,15 @@
 	"Focus chat input": "Fokusera chattindata",
 	"Followed instructions perfectly": "Följde instruktionerna perfekt",
 	"Format your variables using square brackets like this:": "Formatera dina variabler med hakparenteser så här:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "Straff för frekvens",
 	"Full Screen Mode": "Helskärmsläge",
 	"General": "Allmän",
 	"General Settings": "Allmänna inställningar",
-	"Generating search query": "",
+	"Generating search query": "Generera sökfråga",
 	"Generation Info": "Generasjon Info",
 	"Good Response": "Bra svar",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Google PSE API-nyckel",
+	"Google PSE Engine Id": "Google PSE Engine Id",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "har ingen samtaler.",
 	"Hello, {{name}}": "Hej, {{name}}",
@@ -243,18 +243,18 @@
 	"Images": "Bilder",
 	"Import Chats": "Importera chattar",
 	"Import Documents Mapping": "Importera dokumentmappning",
-	"Import Models": "",
+	"Import Models": "Importera modeller",
 	"Import Prompts": "Importera prompts",
 	"Include `--api` flag when running stable-diffusion-webui": "Inkludera `--api`-flagga när du kör stabil-diffusion-webui",
-	"Info": "",
+	"Info": "Information",
 	"Input commands": "Indatakommandon",
-	"Install from Github URL": "",
+	"Install from Github URL": "Installera från Github-URL",
 	"Interface": "Gränssnitt",
 	"Invalid Tag": "Ogiltig tagg",
 	"January": "januar",
 	"join our Discord for help.": "gå med i vår Discord för hjälp.",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "Förhandsversion av JSON",
 	"July": "juli",
 	"June": "juni",
 	"JWT Expiration": "JWT-utgång",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "Se till att bifoga dem med",
 	"Manage Models": "Hantera modeller",
 	"Manage Ollama Models": "Hantera Ollama-modeller",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "Hantera pipelines",
 	"March": "mars",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "Maximalt antal polletter (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Högst 3 modeller kan laddas ner samtidigt. Vänligen försök igen senare.",
 	"May": "mai",
 	"Memories accessible by LLMs will be shown here.": "Minnen som kan komma ihåg av LLM:er kommer att visas här.",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "Modellen '{{modelName}}' har laddats ner framgångsrikt.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Modellen '{{modelTag}}' är redan i kö för nedladdning.",
 	"Model {{modelId}} not found": "Modell {{modelId}} hittades inte",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "Modellen {{modelName}} är inte synkapabel",
+	"Model {{name}} is now {{status}}": "Modellen {{name}} är nu {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Modellens filsystemväg upptäckt. Modellens kortnamn krävs för uppdatering, kan inte fortsätta.",
-	"Model ID": "",
+	"Model ID": "Modell-ID",
 	"Model not selected": "Modell inte vald",
-	"Model Params": "",
+	"Model Params": "Modell Params",
 	"Model Whitelisting": "Modellens vitlista",
 	"Model(s) Whitelisted": "Modell(er) vitlistade",
 	"Modelfile Content": "Modelfilens innehåll",
@@ -301,25 +301,25 @@
 	"More": "Mer",
 	"Name": "Namn",
 	"Name Tag": "Namntag",
-	"Name your model": "",
+	"Name your model": "Namnge din modell",
 	"New Chat": "Ny chatt",
 	"New Password": "Nytt lösenord",
 	"No results found": "Inga resultat hittades",
-	"No search query generated": "",
+	"No search query generated": "Ingen sökfråga genererad",
 	"No source available": "Ingen tilgjengelig kilde",
-	"None": "",
+	"None": "Ingen",
 	"Not factually correct": "Inte faktiskt korrekt",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Merk: Hvis du angir en minimumspoengsum, returnerer søket bare dokumenter med en poengsum som er større enn eller lik minimumspoengsummen.",
 	"Notifications": "Notifikationer",
 	"November": "november",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Ollama)",
 	"October": "oktober",
 	"Off": "Av",
 	"Okay, Let's Go!": "Okej, nu kör vi!",
 	"OLED Dark": "OLED mörkt",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "Ollama API inaktiverat",
 	"Ollama Version": "Ollama-version",
 	"On": "På",
 	"Only": "Endast",
@@ -344,8 +344,8 @@
 	"pending": "väntande",
 	"Permission denied when accessing microphone: {{error}}": "Tillstånd nekades vid åtkomst till mikrofon: {{error}}",
 	"Personalization": "Personalisering",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "Rörledningar",
+	"Pipelines Valves": "Rörledningar Ventiler",
 	"Plain text (.txt)": "Rå text (.txt)",
 	"Playground": "Lekplats",
 	"Positive attitude": "Positivt humör",
@@ -390,32 +390,32 @@
 	"Scan for documents from {{path}}": "Skanna efter dokument från {{path}}",
 	"Search": "Sök",
 	"Search a model": "Sök efter en modell",
-	"Search Chats": "",
+	"Search Chats": "Sök i chattar",
 	"Search Documents": "Sök dokument",
-	"Search Models": "",
+	"Search Models": "Sök modeller",
 	"Search Prompts": "Sök promptar",
-	"Search Result Count": "",
-	"Searched {{count}} sites_one": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "Antal sökresultat",
+	"Searched {{count}} sites_one": "Sökte på {{count}} sites_one",
+	"Searched {{count}} sites_other": "Sökte på {{count}} sites_other",
+	"Searching the web for '{{searchQuery}}'": "Söka på webben efter '{{searchQuery}}'",
+	"Searxng Query URL": "Searxng Query URL",
 	"See readme.md for instructions": "Se readme.md för instruktioner",
 	"See what's new": "Se vad som är nytt",
 	"Seed": "Seed",
-	"Select a base model": "",
+	"Select a base model": "Välj en basmodell",
 	"Select a mode": "Välj ett läge",
 	"Select a model": "Välj en modell",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "Välj en pipeline",
+	"Select a pipeline url": "Välj en pipeline-URL",
 	"Select an Ollama instance": "Välj en Ollama-instans",
 	"Select model": "Välj en modell",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "Valda modeller stöder inte bildinmatningar",
 	"Send": "Skicka",
 	"Send a Message": "Skicka ett meddelande",
 	"Send message": "Skicka meddelande",
 	"September": "september",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Serper API-nyckel",
+	"Serpstack API Key": "Serpstack API-nyckel",
 	"Server connection verified": "Serveranslutning verifierad",
 	"Set as default": "Ange som standard",
 	"Set Default Model": "Ange standardmodell",
@@ -424,7 +424,7 @@
 	"Set Model": "Ställ in modell",
 	"Set reranking model (e.g. {{model}})": "Ställ in reranking modell (t.ex. {{model}})",
 	"Set Steps": "Ange steg",
-	"Set Task Model": "",
+	"Set Task Model": "Ange uppgiftsmodell",
 	"Set Voice": "Ange röst",
 	"Settings": "Inställningar",
 	"Settings saved successfully!": "Inställningar sparades framgångsrikt!",
@@ -483,21 +483,21 @@
 	"Top P": "Topp P",
 	"Trouble accessing Ollama?": "Problem med att komma åt Ollama?",
 	"TTS Settings": "TTS-inställningar",
-	"Type": "",
+	"Type": "Typ",
 	"Type Hugging Face Resolve (Download) URL": "Skriv Hugging Face Resolve (nedladdning) URL",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "Oj då! Det uppstod ett problem med att ansluta till {{provider}}.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Okänd filtyp '{{file_type}}', men accepterar och behandlar som vanlig text",
 	"Update and Copy Link": "Uppdatera och kopiera länk",
 	"Update password": "Uppdatera lösenord",
 	"Upload a GGUF model": "Ladda upp en GGUF-modell",
-	"Upload Files": "",
+	"Upload Files": "Ladda upp filer",
 	"Upload Progress": "Uppladdningsförlopp",
 	"URL Mode": "URL-läge",
 	"Use '#' in the prompt input to load and select your documents.": "Använd '#' i promptinmatningen för att ladda och välja dina dokument.",
 	"Use Gravatar": "Använd Gravatar",
 	"Use Initials": "Använd initialer",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (Ollama)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "användare",
 	"User Permissions": "Användarbehörigheter",
 	"Users": "Användare",
@@ -506,13 +506,13 @@
 	"variable": "variabel",
 	"variable to have them replaced with clipboard content.": "variabel för att få dem ersatta med urklippsinnehåll.",
 	"Version": "Version",
-	"Warning": "",
+	"Warning": "Varning",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Varning: Om du uppdaterar eller ändrar din embedding modell måste du importera alla dokument igen.",
 	"Web": "Webb",
 	"Web Loader Settings": "Web Loader-inställningar",
 	"Web Params": "Web-parametrar",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "Webbsökning",
+	"Web Search Engine": "Sökmotor på webben",
 	"Webhook URL": "Webhook-URL",
 	"WebUI Add-ons": "WebUI-tillägg",
 	"WebUI Settings": "WebUI-inställningar",
@@ -525,7 +525,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Skriv en sammanfattning på 50 ord som sammanfattar [ämne eller nyckelord].",
 	"Yesterday": "Igenom",
 	"You": "du",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "Du kan inte klona en basmodell",
 	"You have no archived conversations.": "Du har inga arkiverade konversationer.",
 	"You have shared this chat": "Du har delat denna chatt",
 	"You're a helpful assistant.": "Du är en hjälpsam assistent.",

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

@@ -3,7 +3,7 @@
 	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api`)": "(örn. `sh webui.sh --api`)",
 	"(latest)": "(en son)",
-	"{{ models }}": "",
+	"{{ models }}": "{{ modeller }}",
 	"{{ owner }}: You cannot delete a base model": "{{ owner }}: Temel modeli silemezsiniz",
 	"{{modelName}} is thinking...": "{{modelName}} düşünüyor...",
 	"{{user}}'s Chats": "{{user}} Sohbetleri",
@@ -67,7 +67,7 @@
 	"Base Model (From)": "Temel Model ('den)",
 	"before": "önce",
 	"Being lazy": "Tembelleşiyor",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Cesur Arama API Anahtarı",
 	"Bypass SSL verification for Websites": "Web Siteleri için SSL doğrulamasını atlayın",
 	"Cancel": "İptal",
 	"Capabilities": "Yetenekler",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "Belgeleri seçmek için buraya tıklayın.",
 	"click here.": "buraya tıklayın.",
 	"Click on the user role button to change a user's role.": "Bir kullanıcının rolünü değiştirmek için kullanıcı rolü düğmesine tıklayın.",
-	"Clone": "",
+	"Clone": "Klon",
 	"Close": "Kapat",
 	"Collection": "Koleksiyon",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "ComfyUI Temel URL",
 	"ComfyUI Base URL is required.": "ComfyUI Temel URL gerekli.",
 	"Command": "Komut",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "Eşzamanlı İstekler",
 	"Confirm Password": "Parolayı Onayla",
 	"Connections": "Bağlantılar",
 	"Content": "İçerik",
@@ -175,25 +175,25 @@
 	"Enable Chat History": "Sohbet Geçmişini Etkinleştir",
 	"Enable Community Sharing": "Topluluk Paylaşımını Etkinleştir",
 	"Enable New Sign Ups": "Yeni Kayıtları Etkinleştir",
-	"Enable Web Search": "",
+	"Enable Web Search": "Web Aramasını Etkinleştir",
 	"Enabled": "Etkin",
 	"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.",
 	"Enter {{role}} message here": "Buraya {{role}} mesajını girin",
 	"Enter a detail about yourself for your LLMs to recall": "LLM'lerinizin hatırlaması için kendiniz hakkında bir bilgi girin",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "Brave Search API Anahtarını Girin",
 	"Enter Chunk Overlap": "Chunk Örtüşmesini Girin",
 	"Enter Chunk Size": "Chunk Boyutunu Girin",
 	"Enter Github Raw URL": "Github Raw URL'sini girin",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Google PSE API Key": "Google PSE API Anahtarını Girin",
+	"Enter Google PSE Engine Id": "Google PSE Motor Kimliğini Girin",
 	"Enter Image Size (e.g. 512x512)": "Görüntü Boyutunu Girin (örn. 512x512)",
 	"Enter language codes": "Dil kodlarını girin",
 	"Enter model tag (e.g. {{modelTag}})": "Model etiketini girin (örn. {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "Adım Sayısını Girin (örn. 50)",
 	"Enter Score": "Skoru Girin",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "Searxng Sorgu URL'sini girin",
+	"Enter Serper API Key": "Serper API Anahtarını Girin",
+	"Enter Serpstack API Key": "Serpstack API Anahtarını Girin",
 	"Enter stop sequence": "Durdurma dizisini girin",
 	"Enter Top K": "Top K'yı girin",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "URL'yi Girin (örn. http://127.0.0.1:7860/)",
@@ -204,7 +204,7 @@
 	"Enter Your Role": "Rolünüzü Girin",
 	"Error": "Hata",
 	"Experimental": "Deneysel",
-	"Export": "",
+	"Export": "Ihracat",
 	"Export All Chats (All Users)": "Tüm Sohbetleri Dışa Aktar (Tüm Kullanıcılar)",
 	"Export Chats": "Sohbetleri Dışa Aktar",
 	"Export Documents Mapping": "Belge Eşlemesini Dışa Aktar",
@@ -221,15 +221,15 @@
 	"Focus chat input": "Sohbet girişine odaklan",
 	"Followed instructions perfectly": "Talimatları mükemmel şekilde takip etti",
 	"Format your variables using square brackets like this:": "Değişkenlerinizi şu şekilde kare parantezlerle biçimlendirin:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "Frekans Cezası",
 	"Full Screen Mode": "Tam Ekran Modu",
 	"General": "Genel",
 	"General Settings": "Genel Ayarlar",
 	"Generating search query": "Arama sorgusu oluşturma",
 	"Generation Info": "Üretim Bilgisi",
 	"Good Response": "İyi Yanıt",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Google PSE API Anahtarı",
+	"Google PSE Engine Id": "Google PSE Motor Kimliği",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "hiç konuşması yok.",
 	"Hello, {{name}}": "Merhaba, {{name}}",
@@ -289,7 +289,7 @@
 	"Model '{{modelTag}}' is already in queue for downloading.": "'{{modelTag}}' zaten indirme sırasında.",
 	"Model {{modelId}} not found": "{{modelId}} bulunamadı",
 	"Model {{modelName}} is not vision capable": "Model {{modelName}} görüntü yeteneğine sahip değil",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{name}} is now {{status}}": "{{name}} modeli artık {{status}} oldu",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Model dosya sistemi yolu algılandı. Güncelleme için model kısa adı gerekli, devam edilemiyor.",
 	"Model ID": "Model ID",
 	"Model not selected": "Model seçilmedi",
@@ -312,14 +312,14 @@
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Not: Minimum bir skor belirlerseniz, arama yalnızca minimum skora eşit veya daha yüksek bir skora sahip belgeleri getirecektir.",
 	"Notifications": "Bildirimler",
 	"November": "Kasım",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Ollama)",
 	"October": "Ekim",
 	"Off": "Kapalı",
 	"Okay, Let's Go!": "Tamam, Hadi Başlayalım!",
 	"OLED Dark": "OLED Koyu",
 	"Ollama": "Ollama",
 	"Ollama API": "Ollama API",
-	"Ollama API disabled": "",
+	"Ollama API disabled": "Ollama API'si devre dışı",
 	"Ollama Version": "Ollama Sürümü",
 	"On": "Açık",
 	"Only": "Yalnızca",
@@ -344,8 +344,8 @@
 	"pending": "beklemede",
 	"Permission denied when accessing microphone: {{error}}": "Mikrofona erişim izni reddedildi: {{error}}",
 	"Personalization": "Kişiselleştirme",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "Boru hattı",
+	"Pipelines Valves": "Boru Hatları Vanaları",
 	"Plain text (.txt)": "Düz metin (.txt)",
 	"Playground": "Oyun Alanı",
 	"Positive attitude": "Olumlu yaklaşım",
@@ -394,11 +394,11 @@
 	"Search Documents": "Belgeleri Ara",
 	"Search Models": "Modelleri Ara",
 	"Search Prompts": "Prompt Ara",
-	"Search Result Count": "",
+	"Search Result Count": "Arama Sonucu Sayısı",
 	"Searched {{count}} sites_one": "Arandı {{count}} sites_one",
 	"Searched {{count}} sites_other": "Arandı {{count}} sites_other",
 	"Searching the web for '{{searchQuery}}'": "Web'de '{{searchQuery}}' aranıyor",
-	"Searxng Query URL": "",
+	"Searxng Query URL": "Searxng Sorgu URL'si",
 	"See readme.md for instructions": "Yönergeler için readme.md dosyasına bakın",
 	"See what's new": "Yeniliklere göz atın",
 	"Seed": "Seed",
@@ -414,8 +414,8 @@
 	"Send a Message": "Bir Mesaj Gönder",
 	"Send message": "Mesaj gönder",
 	"September": "Eylül",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Serper API Anahtarı",
+	"Serpstack API Key": "Serpstack API Anahtarı",
 	"Server connection verified": "Sunucu bağlantısı doğrulandı",
 	"Set as default": "Varsayılan olarak ayarla",
 	"Set Default Model": "Varsayılan Modeli Ayarla",
@@ -483,7 +483,7 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "Ollama'ya erişmede sorun mu yaşıyorsunuz?",
 	"TTS Settings": "TTS Ayarları",
-	"Type": "",
+	"Type": "Tür",
 	"Type Hugging Face Resolve (Download) URL": "Hugging Face Resolve (Download) URL'sini Yazın",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "Ah! {{provider}}'a bağlanırken bir sorun oluştu.",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Bilinmeyen Dosya Türü '{{file_type}}', ancak düz metin olarak kabul ediliyor ve işleniyor",
@@ -496,8 +496,8 @@
 	"Use '#' in the prompt input to load and select your documents.": "Belgelerinizi yüklemek ve seçmek için promptda '#' kullanın.",
 	"Use Gravatar": "Gravatar Kullan",
 	"Use Initials": "Baş Harfleri Kullan",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (Ollama)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "kullanıcı",
 	"User Permissions": "Kullanıcı İzinleri",
 	"Users": "Kullanıcılar",
@@ -512,7 +512,7 @@
 	"Web Loader Settings": "Web Yükleyici Ayarları",
 	"Web Params": "Web Parametreleri",
 	"Web Search": "Web Araması",
-	"Web Search Engine": "",
+	"Web Search Engine": "Web Arama Motoru",
 	"Webhook URL": "Webhook URL",
 	"WebUI Add-ons": "WebUI Eklentileri",
 	"WebUI Settings": "WebUI Ayarları",

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

@@ -204,7 +204,7 @@
 	"Enter Your Role": "Введіть вашу роль",
 	"Error": "Помилка",
 	"Experimental": "Експериментальне",
-	"Export": "",
+	"Export": "Експорт",
 	"Export All Chats (All Users)": "Експортувати всі чати (всі користувачі)",
 	"Export Chats": "Експортувати чати",
 	"Export Documents Mapping": "Експортувати відображення документів",
@@ -312,14 +312,14 @@
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Примітка: Якщо ви встановите мінімальну кількість балів, пошук поверне лише документи з кількістю балів, більшою або рівною мінімальній кількості балів.",
 	"Notifications": "Сповіщення",
 	"November": "Листопад",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Оллама)",
 	"October": "Жовтень",
 	"Off": "Вимк",
 	"Okay, Let's Go!": "Гаразд, давайте почнемо!",
 	"OLED Dark": "Темний OLED",
 	"Ollama": "Ollama",
 	"Ollama API": "Ollama API",
-	"Ollama API disabled": "",
+	"Ollama API disabled": "Ollama API вимкнено",
 	"Ollama Version": "Версія Ollama",
 	"On": "Увімк",
 	"Only": "Тільки",
@@ -498,8 +498,8 @@
 	"Use '#' in the prompt input to load and select your documents.": "Для введення промтів до веб-сторінок (URL) або вибору документів, будь ласка, використовуйте символ '#'.",
 	"Use Gravatar": "Змінити аватар",
 	"Use Initials": "Використовувати ініціали",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (Оллама)",
+	"use_mmap (Ollama)": "use_mmap (Оллама)",
 	"user": "користувач",
 	"User Permissions": "Права користувача",
 	"Users": "Користувачі",

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

@@ -3,7 +3,7 @@
 	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api`)": "(vd: `sh webui.sh --api`)",
 	"(latest)": "(mới nhất)",
-	"{{ models }}": "",
+	"{{ models }}": "{{ mô hình }}",
 	"{{ owner }}: You cannot delete a base model": "{{ owner }}: Bạn không thể xóa base model",
 	"{{modelName}} is thinking...": "{{modelName}} đang suy nghĩ...",
 	"{{user}}'s Chats": "{{user}}'s Chats",
@@ -63,11 +63,11 @@
 	"available!": "có sẵn!",
 	"Back": "Quay lại",
 	"Bad Response": "Trả lời KHÔNG tốt",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "Biểu ngữ",
+	"Base Model (From)": "Mô hình cơ sở (từ)",
 	"before": "trước",
 	"Being lazy": "Lười biếng",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Khóa API tìm kiếm dũng cảm",
 	"Bypass SSL verification for Websites": "Bỏ qua xác thực SSL cho các trang web",
 	"Cancel": "Hủy bỏ",
 	"Capabilities": "Năng lực",
@@ -204,7 +204,7 @@
 	"Enter Your Role": "Nhập vai trò của bạn",
 	"Error": "Lỗi",
 	"Experimental": "Thử nghiệm",
-	"Export": "",
+	"Export": "Xuất khẩu",
 	"Export All Chats (All Users)": "Tải về tất cả nội dung chat (tất cả mọi người)",
 	"Export Chats": "Tải nội dung chat về máy",
 	"Export Documents Mapping": "Tải cấu trúc tài liệu về máy",
@@ -221,15 +221,15 @@
 	"Focus chat input": "Tập trung vào nội dung chat",
 	"Followed instructions perfectly": "Tuân theo chỉ dẫn một cách hoàn hảo",
 	"Format your variables using square brackets like this:": "Định dạng các biến của bạn bằng cách sử dụng dấu ngoặc vuông như thế này:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "Hình phạt tần số",
 	"Full Screen Mode": "Chế độ Toàn màn hình",
 	"General": "Cài đặt chung",
 	"General Settings": "Cấu hình chung",
 	"Generating search query": "Tạo truy vấn tìm kiếm",
 	"Generation Info": "Thông tin chung",
 	"Good Response": "Trả lời tốt",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Khóa API Google PSE",
+	"Google PSE Engine Id": "ID công cụ Google PSE",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "không có hội thoại",
 	"Hello, {{name}}": "Xin chào {{name}}",
@@ -248,7 +248,7 @@
 	"Include `--api` flag when running stable-diffusion-webui": "Bao gồm flag `--api` khi chạy stable-diffusion-webui",
 	"Info": "Thông tin",
 	"Input commands": "Nhập các câu lệnh",
-	"Install from Github URL": "",
+	"Install from Github URL": "Cài đặt từ Github URL",
 	"Interface": "Giao diện",
 	"Invalid Tag": "Tag không hợp lệ",
 	"January": "Tháng 1",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "Mô hình '{{modelName}}' đã được tải xuống thành công.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Mô hình '{{modelTag}}' đã có trong hàng đợi để tải xuống.",
 	"Model {{modelId}} not found": "Không tìm thấy Mô hình {{modelId}}",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "Model {{modelName}} không có khả năng nhìn",
+	"Model {{name}} is now {{status}}": "Model {{name}} bây giờ là {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Đường dẫn hệ thống tệp mô hình được phát hiện. Tên viết tắt mô hình là bắt buộc để cập nhật, không thể tiếp tục.",
-	"Model ID": "",
+	"Model ID": "ID mẫu",
 	"Model not selected": "Chưa chọn Mô hình",
-	"Model Params": "",
+	"Model Params": "Mô hình Params",
 	"Model Whitelisting": "Whitelist mô hình",
 	"Model(s) Whitelisted": "các mô hình được cho vào danh sách Whitelist",
 	"Modelfile Content": "Nội dung Tệp Mô hình",
@@ -307,19 +307,19 @@
 	"No results found": "Không tìm thấy kết quả",
 	"No search query generated": "Không có truy vấn tìm kiếm nào được tạo ra",
 	"No source available": "Không có nguồn",
-	"None": "",
+	"None": "Không ai",
 	"Not factually correct": "Không chính xác so với thực tế",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Lưu ý: Nếu bạn đặt điểm (Score) tối thiểu thì tìm kiếm sẽ chỉ trả về những tài liệu có điểm lớn hơn hoặc bằng điểm tối thiểu.",
 	"Notifications": "Thông báo trên máy tính (Notification)",
 	"November": "Tháng 11",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread (Ollama)",
 	"October": "Tháng 10",
 	"Off": "Tắt",
 	"Okay, Let's Go!": "Được rồi, Bắt đầu thôi!",
 	"OLED Dark": "OLED Dark",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "API Ollama bị vô hiệu hóa",
 	"Ollama Version": "Phiên bản Ollama",
 	"On": "Bật",
 	"Only": "Only",
@@ -344,8 +344,8 @@
 	"pending": "đang chờ phê duyệt",
 	"Permission denied when accessing microphone: {{error}}": "Quyền truy cập micrô bị từ chối: {{error}}",
 	"Personalization": "Cá nhân hóa",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "Đường ống",
+	"Pipelines Valves": "Van đường ống",
 	"Plain text (.txt)": "Văn bản thô (.txt)",
 	"Playground": "Thử nghiệm (Playground)",
 	"Positive attitude": "Thái độ tích cực",
@@ -397,15 +397,15 @@
 	"Search Result Count": "Số kết quả tìm kiếm",
 	"Searched {{count}} sites_other": "Đã tìm {{count}} sites_other",
 	"Searching the web for '{{searchQuery}}'": "Tìm kiếm web cho '{{searchQuery}}'",
-	"Searxng Query URL": "",
+	"Searxng Query URL": "URL truy vấn Searxng",
 	"See readme.md for instructions": "Xem readme.md để biết hướng dẫn",
 	"See what's new": "Xem những cập nhật mới",
 	"Seed": "Seed",
 	"Select a base model": "Chọn một base model",
 	"Select a mode": "Chọn một chế độ",
 	"Select a model": "Chọn mô hình",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "Chọn một quy trình",
+	"Select a pipeline url": "Chọn url quy trình",
 	"Select an Ollama instance": "Chọn một thực thể Ollama",
 	"Select model": "Chọn model",
 	"Selected model(s) do not support image inputs": "Model được lựa chọn không hỗ trợ đầu vào là hình ảnh",
@@ -413,8 +413,8 @@
 	"Send a Message": "Gửi yêu cầu",
 	"Send message": "Gửi yêu cầu",
 	"September": "Tháng 9",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Khóa API Serper",
+	"Serpstack API Key": "Khóa API Serpstack",
 	"Server connection verified": "Kết nối máy chủ đã được xác minh",
 	"Set as default": "Đặt làm mặc định",
 	"Set Default Model": "Đặt Mô hình Mặc định",
@@ -423,7 +423,7 @@
 	"Set Model": "Thiết lập mô hình",
 	"Set reranking model (e.g. {{model}})": "Thiết lập mô hình reranking (ví dụ: {{model}})",
 	"Set Steps": "Đặt Số Bước",
-	"Set Task Model": "",
+	"Set Task Model": "Đặt Mô hình Tác vụ",
 	"Set Voice": "Đặt Giọng nói",
 	"Settings": "Cài đặt",
 	"Settings saved successfully!": "Cài đặt đã được lưu thành công!",
@@ -495,8 +495,8 @@
 	"Use '#' in the prompt input to load and select your documents.": "Sử dụng '#' trong đầu vào của prompt để tải về và lựa chọn tài liệu của bạn cần truy vấn.",
 	"Use Gravatar": "Sử dụng Gravatar",
 	"Use Initials": "Sử dụng tên viết tắt",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock (Ollama)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "Người sử dụng",
 	"User Permissions": "Phân quyền sử dụng",
 	"Users": "người sử dụng",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(测试版)",
 	"(e.g. `sh webui.sh --api`)": "(例如 `sh webui.sh --api`)",
 	"(latest)": "(最新版)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ models }}",
+	"{{ owner }}: You cannot delete a base model": "{{ owner }}:您不能删除基础模型",
 	"{{modelName}} is thinking...": "{{modelName}} 正在思考...",
 	"{{user}}'s Chats": "{{user}} 的聊天记录",
 	"{{webUIName}} Backend Required": "需要 {{webUIName}} 后端",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"A task model is used when performing tasks such as generating titles for chats and web search queries": "在执行任务(如生成聊天标题和网络搜索查询)时使用任务模型",
 	"a user": "用户",
 	"About": "关于",
 	"Account": "账户",
 	"Accurate information": "准确信息",
 	"Add": "添加",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "添加一个模型ID",
+	"Add a short description about what this model does": "添加一个关于这个模型的简短描述",
 	"Add a short title for this prompt": "为这个提示词添加一个简短的标题",
 	"Add a tag": "添加标签",
 	"Add custom prompt": "添加自定义提示词",
@@ -31,7 +31,7 @@
 	"Admin Panel": "管理员面板",
 	"Admin Settings": "管理员设置",
 	"Advanced Parameters": "高级参数",
-	"Advanced Params": "",
+	"Advanced Params": "高级参数",
 	"all": "所有",
 	"All Documents": "所有文档",
 	"All Users": "所有用户",
@@ -48,7 +48,7 @@
 	"API keys": "API 密钥",
 	"April": "四月",
 	"Archive": "存档",
-	"Archive All Chats": "",
+	"Archive All Chats": "存档所有聊天记录",
 	"Archived Chats": "聊天记录存档",
 	"are allowed - Activate this command by typing": "允许 - 通过输入来激活这个命令",
 	"Are you sure?": "你确定吗?",
@@ -63,14 +63,14 @@
 	"available!": "可用!",
 	"Back": "返回",
 	"Bad Response": "不良响应",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "横幅",
+	"Base Model (From)": "基础模型 (从)",
 	"before": "之前",
 	"Being lazy": "懒惰",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "Brave Search API 密钥",
 	"Bypass SSL verification for Websites": "绕过网站的 SSL 验证",
 	"Cancel": "取消",
-	"Capabilities": "",
+	"Capabilities": "功能",
 	"Change Password": "更改密码",
 	"Chat": "聊天",
 	"Chat Bubble UI": "聊天气泡 UI",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "点击这里选择文档。",
 	"click here.": "点击这里。",
 	"Click on the user role button to change a user's role.": "点击用户角色按钮以更改用户的角色。",
-	"Clone": "",
+	"Clone": "克隆",
 	"Close": "关闭",
 	"Collection": "收藏",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "ComfyUI Base URL",
 	"ComfyUI Base URL is required.": "ComfyUI Base URL 是必需的。",
 	"Command": "命令",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "并发请求",
 	"Confirm Password": "确认密码",
 	"Connections": "连接",
 	"Content": "内容",
@@ -114,7 +114,7 @@
 	"Copy Link": "复制链接",
 	"Copying to clipboard was successful!": "复制到剪贴板成功!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "为以下查询创建一个简洁的、3-5 个词的短语作为标题,严格遵守 3-5 个词的限制并避免使用“标题”一词:",
-	"Create a model": "",
+	"Create a model": "创建一个模型",
 	"Create Account": "创建账户",
 	"Create new key": "创建新密钥",
 	"Create new secret key": "创建新安全密钥",
@@ -123,7 +123,7 @@
 	"Current Model": "当前模型",
 	"Current Password": "当前密码",
 	"Custom": "自定义",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "为特定目的定制模型",
 	"Dark": "暗色",
 	"Database": "数据库",
 	"December": "十二月",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "默认(Automatic1111)",
 	"Default (SentenceTransformers)": "默认(SentenceTransformers)",
 	"Default (Web API)": "默认(Web API)",
-	"Default Model": "",
+	"Default Model": "默认模型",
 	"Default model updated": "默认模型已更新",
 	"Default Prompt Suggestions": "默认提示词建议",
 	"Default User Role": "默认用户角色",
 	"delete": "删除",
 	"Delete": "删除",
 	"Delete a model": "删除一个模型",
-	"Delete All Chats": "",
+	"Delete All Chats": "删除所有聊天记录",
 	"Delete chat": "删除聊天",
 	"Delete Chat": "删除聊天",
 	"delete this link": "删除这个链接",
 	"Delete User": "删除用户",
 	"Deleted {{deleteModelTag}}": "已删除{{deleteModelTag}}",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "已删除{{name}}",
 	"Description": "描述",
 	"Didn't fully follow instructions": "没有完全遵循指示",
 	"Disabled": "禁用",
-	"Discover a model": "",
+	"Discover a model": "探索模型",
 	"Discover a prompt": "探索提示词",
 	"Discover, download, and explore custom prompts": "发现、下载并探索自定义提示词",
 	"Discover, download, and explore model presets": "发现、下载并探索模型预设",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "嵌入模型引擎",
 	"Embedding model set to \"{{embedding_model}}\"": "嵌入模型设置为 \"{{embedding_model}}\"",
 	"Enable Chat History": "启用聊天历史",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "启用社区共享",
 	"Enable New Sign Ups": "启用新注册",
-	"Enable Web Search": "",
+	"Enable Web Search": "启用网络搜索",
 	"Enabled": "启用",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "确保您的 CSV 文件按以下顺序包含 4 列: 姓名、电子邮件、密码、角色。",
 	"Enter {{role}} message here": "在此处输入 {{role}} 信息",
 	"Enter a detail about yourself for your LLMs to recall": "输入 LLM 可以记住的信息",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "输入 Brave Search API 密钥",
 	"Enter Chunk Overlap": "输入块重叠 (Chunk Overlap)",
 	"Enter Chunk Size": "输入块大小 (Chunk Size)",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "输入 Github Raw URL",
+	"Enter Google PSE API Key": "输入 Google PSE API 密钥",
+	"Enter Google PSE Engine Id": "输入 Google PSE 引擎 ID",
 	"Enter Image Size (e.g. 512x512)": "输入图片大小 (例如 512x512)",
 	"Enter language codes": "输入语言代码",
 	"Enter model tag (e.g. {{modelTag}})": "输入模型标签 (例如{{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "输入步数 (例如 50)",
 	"Enter Score": "输入分",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "输入 Searxng 查询 URL",
+	"Enter Serper API Key": "输入 Serper API 密钥",
+	"Enter Serpstack API Key": "输入 Serpstack API 密钥",
 	"Enter stop sequence": "输入停止序列",
 	"Enter Top K": "输入 Top K",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "输入 URL (例如 http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "输入您的全名",
 	"Enter Your Password": "输入您的密码",
 	"Enter Your Role": "输入您的角色",
-	"Error": "",
+	"Error": "错误",
 	"Experimental": "实验性",
-	"Export": "",
+	"Export": "出口",
 	"Export All Chats (All Users)": "导出所有聊天(所有用户)",
 	"Export Chats": "导出聊天",
 	"Export Documents Mapping": "导出文档映射",
-	"Export Models": "",
+	"Export Models": "导出模型",
 	"Export Prompts": "导出提示词",
 	"Failed to create API Key.": "无法创建 API 密钥。",
 	"Failed to read clipboard contents": "无法读取剪贴板内容",
@@ -221,15 +221,15 @@
 	"Focus chat input": "聚焦聊天输入",
 	"Followed instructions perfectly": "完全遵循说明",
 	"Format your variables using square brackets like this:": "使用这样的方括号格式化你的变量:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "频率惩罚",
 	"Full Screen Mode": "全屏模式",
 	"General": "通用",
 	"General Settings": "通用设置",
-	"Generating search query": "",
+	"Generating search query": "生成搜索查询",
 	"Generation Info": "生成信息",
 	"Good Response": "反应良好",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Google PSE API 密钥",
+	"Google PSE Engine Id": "Google PSE 引擎 ID",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "没有对话。",
 	"Hello, {{name}}": "你好,{{name}}",
@@ -243,18 +243,18 @@
 	"Images": "图像",
 	"Import Chats": "导入聊天",
 	"Import Documents Mapping": "导入文档映射",
-	"Import Models": "",
+	"Import Models": "导入模型",
 	"Import Prompts": "导入提示",
 	"Include `--api` flag when running stable-diffusion-webui": "运行 stable-diffusion-webui 时包含 `--api` 标志",
-	"Info": "",
+	"Info": "信息",
 	"Input commands": "输入命令",
-	"Install from Github URL": "",
+	"Install from Github URL": "从 Github URL 安装",
 	"Interface": "界面",
 	"Invalid Tag": "无效标签",
 	"January": "一月",
 	"join our Discord for help.": "加入我们的 Discord 寻求帮助。",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "JSON 预览",
 	"July": "七月",
 	"June": "六月",
 	"JWT Expiration": "JWT 过期",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "确保将它们包含在内",
 	"Manage Models": "管理模型",
 	"Manage Ollama Models": "管理 Ollama 模型",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "管理管道",
 	"March": "三月",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "最大标记 (num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "最多可以同时下载 3 个模型,请稍后重试。",
 	"May": "五月",
 	"Memories accessible by LLMs will be shown here.": "LLMs 可以访问的记忆将显示在这里。",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "模型'{{modelName}}'已成功下载。",
 	"Model '{{modelTag}}' is already in queue for downloading.": "模型'{{modelTag}}'已在下载队列中。",
 	"Model {{modelId}} not found": "未找到模型{{modelId}}",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "模型 {{modelName}} 不支持视觉功能",
+	"Model {{name}} is now {{status}}": "模型 {{name}} 现在是 {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "检测到模型文件系统路径。模型简名是更新所必需的,无法继续。",
-	"Model ID": "",
+	"Model ID": "模型 ID",
 	"Model not selected": "未选择模型",
-	"Model Params": "",
+	"Model Params": "模型参数",
 	"Model Whitelisting": "白名单模型",
 	"Model(s) Whitelisted": "模型已加入白名单",
 	"Modelfile Content": "模型文件内容",
@@ -301,25 +301,25 @@
 	"More": "更多",
 	"Name": "名称",
 	"Name Tag": "名称标签",
-	"Name your model": "",
+	"Name your model": "为您的模型命名",
 	"New Chat": "新聊天",
 	"New Password": "新密码",
 	"No results found": "未找到结果",
-	"No search query generated": "",
+	"No search query generated": "未生成搜索查询",
 	"No source available": "没有可用来源",
-	"None": "",
+	"None": "",
 	"Not factually correct": "与事实不符",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:如果设置了最低分数,搜索只会返回分数大于或等于最低分数的文档。",
 	"Notifications": "桌面通知",
 	"November": "十一月",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread(奥拉马)",
 	"October": "十月",
 	"Off": "关闭",
 	"Okay, Let's Go!": "好的,我们开始吧!",
 	"OLED Dark": "暗黑色",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "Ollama API 已禁用",
 	"Ollama Version": "Ollama 版本",
 	"On": "开",
 	"Only": "仅",
@@ -344,8 +344,8 @@
 	"pending": "待定",
 	"Permission denied when accessing microphone: {{error}}": "访问麦克风时权限被拒绝:{{error}}",
 	"Personalization": "个性化",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "管道",
+	"Pipelines Valves": "管道阀门",
 	"Plain text (.txt)": "TXT 文档 (.txt)",
 	"Playground": "AI 对话游乐场",
 	"Positive attitude": "积极态度",
@@ -390,31 +390,31 @@
 	"Scan for documents from {{path}}": "从 {{path}} 扫描文档",
 	"Search": "搜索",
 	"Search a model": "搜索模型",
-	"Search Chats": "",
+	"Search Chats": "搜索聊天",
 	"Search Documents": "搜索文档",
-	"Search Models": "",
+	"Search Models": "搜索模型",
 	"Search Prompts": "搜索提示词",
-	"Search Result Count": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "搜索结果数量",
+	"Searched {{count}} sites_other": "搜索 {{count}} 个网站_other",
+	"Searching the web for '{{searchQuery}}'": "搜索 '{{searchQuery}}' 在网络中",
+	"Searxng Query URL": "Searxng 查询 URL",
 	"See readme.md for instructions": "查看 readme.md 以获取说明",
 	"See what's new": "查看最新内容",
 	"Seed": "种子",
-	"Select a base model": "",
+	"Select a base model": "选择一个基础模型",
 	"Select a mode": "选择一个模式",
 	"Select a model": "选择一个模型",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "选择一个管道",
+	"Select a pipeline url": "选择一个管道 URL",
 	"Select an Ollama instance": "选择一个 Ollama 实例",
 	"Select model": "选择模型",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "已选择的模型不支持图像输入",
 	"Send": "发送",
 	"Send a Message": "发送消息",
 	"Send message": "发送消息",
 	"September": "九月",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Serper API 密钥",
+	"Serpstack API Key": "Serpstack API 密钥",
 	"Server connection verified": "已验证服务器连接",
 	"Set as default": "设为默认",
 	"Set Default Model": "设置默认模型",
@@ -423,7 +423,7 @@
 	"Set Model": "设置模型",
 	"Set reranking model (e.g. {{model}})": "设置重排模型(例如 {{model}})",
 	"Set Steps": "设置步骤",
-	"Set Task Model": "",
+	"Set Task Model": "设置任务模型",
 	"Set Voice": "设置声音",
 	"Settings": "设置",
 	"Settings saved successfully!": "设置已保存",
@@ -482,21 +482,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "访问 Ollama 时遇到问题?",
 	"TTS Settings": "文本转语音设置",
-	"Type": "",
+	"Type": "类型",
 	"Type Hugging Face Resolve (Download) URL": "输入 Hugging Face 解析(下载)URL",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "哎呀!连接到{{provider}}时出现问题。",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "未知文件类型'{{file_type}}',将视为纯文本进行处理",
 	"Update and Copy Link": "更新和复制链接",
 	"Update password": "更新密码",
 	"Upload a GGUF model": "上传一个 GGUF 模型",
-	"Upload Files": "",
+	"Upload Files": "上传文件",
 	"Upload Progress": "上传进度",
 	"URL Mode": "URL 模式",
 	"Use '#' in the prompt input to load and select your documents.": "在提示输入中使用'#'来加载和选择你的文档。",
 	"Use Gravatar": "使用 Gravatar",
 	"Use Initials": "使用首字母缩写",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock(奥拉马)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "用户",
 	"User Permissions": "用户权限",
 	"Users": "用户",
@@ -505,13 +505,13 @@
 	"variable": "变量",
 	"variable to have them replaced with clipboard content.": "变量将被剪贴板内容替换。",
 	"Version": "版本",
-	"Warning": "",
+	"Warning": "警告",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "警告: 如果更新或更改 embedding 模型,则需要重新导入所有文档。",
 	"Web": "网页",
 	"Web Loader Settings": "Web 加载器设置",
 	"Web Params": "Web 参数",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "Web 搜索",
+	"Web Search Engine": "Web 搜索引擎",
 	"Webhook URL": "Webhook URL",
 	"WebUI Add-ons": "WebUI 插件",
 	"WebUI Settings": "WebUI 设置",
@@ -524,7 +524,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "用 50 个字写一个总结 [主题或关键词]。",
 	"Yesterday": "昨天",
 	"You": "你",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "你不能克隆基础模型",
 	"You have no archived conversations.": "你没有存档的对话。",
 	"You have shared this chat": "你分享了这次聊天",
 	"You're a helpful assistant.": "你是一个有帮助的助手。",

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

@@ -3,19 +3,19 @@
 	"(Beta)": "(測試版)",
 	"(e.g. `sh webui.sh --api`)": "(例如 `sh webui.sh --api`)",
 	"(latest)": "(最新版)",
-	"{{ models }}": "",
-	"{{ owner }}: You cannot delete a base model": "",
+	"{{ models }}": "{{ models }}",
+	"{{ owner }}: You cannot delete a base model": "{{ owner }}:你無法刪除基本模型",
 	"{{modelName}} is thinking...": "{{modelName}} 正在思考...",
 	"{{user}}'s Chats": "{{user}} 的聊天",
 	"{{webUIName}} Backend Required": "需要 {{webUIName}} 後台",
-	"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
+	"A task model is used when performing tasks such as generating titles for chats and web search queries": "在執行任務時使用任務模型,例如為聊天和網絡搜索查詢生成標題",
 	"a user": "使用者",
 	"About": "關於",
 	"Account": "帳號",
 	"Accurate information": "準確信息",
 	"Add": "新增",
-	"Add a model id": "",
-	"Add a short description about what this model does": "",
+	"Add a model id": "新增模型 ID",
+	"Add a short description about what this model does": "為這個模型添加一個簡短描述",
 	"Add a short title for this prompt": "為這個提示詞添加一個簡短的標題",
 	"Add a tag": "新增標籤",
 	"Add custom prompt": "新增自定義提示詞",
@@ -31,7 +31,7 @@
 	"Admin Panel": "管理員控制台",
 	"Admin Settings": "管理設定",
 	"Advanced Parameters": "進階參數",
-	"Advanced Params": "",
+	"Advanced Params": "進階參數",
 	"all": "所有",
 	"All Documents": "所有文件",
 	"All Users": "所有使用者",
@@ -48,7 +48,7 @@
 	"API keys": "API Keys",
 	"April": "4月",
 	"Archive": "存檔",
-	"Archive All Chats": "",
+	"Archive All Chats": "存檔所有聊天紀錄",
 	"Archived Chats": "聊天記錄存檔",
 	"are allowed - Activate this command by typing": "是允許的 - 透過輸入",
 	"Are you sure?": "你確定嗎?",
@@ -63,14 +63,14 @@
 	"available!": "可以使用!",
 	"Back": "返回",
 	"Bad Response": "錯誤回應",
-	"Banners": "",
-	"Base Model (From)": "",
+	"Banners": "橫幅",
+	"Base Model (From)": "基本模型(來自)",
 	"before": "前",
 	"Being lazy": "懶人模式",
-	"Brave Search API Key": "",
+	"Brave Search API Key": "搜尋 API Key",
 	"Bypass SSL verification for Websites": "跳過 SSL 驗證",
 	"Cancel": "取消",
-	"Capabilities": "",
+	"Capabilities": "功能",
 	"Change Password": "修改密碼",
 	"Chat": "聊天",
 	"Chat Bubble UI": "聊天氣泡介面",
@@ -93,14 +93,14 @@
 	"Click here to select documents.": "點擊這裡選擇文件。",
 	"click here.": "點擊這裡。",
 	"Click on the user role button to change a user's role.": "點擊使用者 Role 按鈕以更改使用者的 Role。",
-	"Clone": "",
+	"Clone": "複製",
 	"Close": "關閉",
 	"Collection": "收藏",
 	"ComfyUI": "ComfyUI",
 	"ComfyUI Base URL": "ComfyUI 基本 URL",
 	"ComfyUI Base URL is required.": "需要 ComfyUI 基本 URL",
 	"Command": "命令",
-	"Concurrent Requests": "",
+	"Concurrent Requests": "同時請求",
 	"Confirm Password": "確認密碼",
 	"Connections": "連線",
 	"Content": "內容",
@@ -114,7 +114,7 @@
 	"Copy Link": "複製連結",
 	"Copying to clipboard was successful!": "成功複製到剪貼簿!",
 	"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "為以下的查詢建立一個簡潔、3-5 個詞的短語作為標題,嚴格遵守 3-5 個詞的限制,避免使用「標題」這個詞:",
-	"Create a model": "",
+	"Create a model": "建立模型",
 	"Create Account": "建立帳號",
 	"Create new key": "建立新密鑰",
 	"Create new secret key": "建立新密鑰",
@@ -123,7 +123,7 @@
 	"Current Model": "目前模型",
 	"Current Password": "目前密碼",
 	"Custom": "自訂",
-	"Customize models for a specific purpose": "",
+	"Customize models for a specific purpose": "為特定目的自定義模型",
 	"Dark": "暗色",
 	"Database": "資料庫",
 	"December": "12月",
@@ -131,24 +131,24 @@
 	"Default (Automatic1111)": "預設(Automatic1111)",
 	"Default (SentenceTransformers)": "預設(SentenceTransformers)",
 	"Default (Web API)": "預設(Web API)",
-	"Default Model": "",
+	"Default Model": "預設模型",
 	"Default model updated": "預設模型已更新",
 	"Default Prompt Suggestions": "預設提示詞建議",
 	"Default User Role": "預設用戶 Role",
 	"delete": "刪除",
 	"Delete": "刪除",
 	"Delete a model": "刪除一個模型",
-	"Delete All Chats": "",
+	"Delete All Chats": "刪除所有聊天紀錄",
 	"Delete chat": "刪除聊天紀錄",
 	"Delete Chat": "刪除聊天紀錄",
 	"delete this link": "刪除此連結",
 	"Delete User": "刪除用戶",
 	"Deleted {{deleteModelTag}}": "已刪除 {{deleteModelTag}}",
-	"Deleted {{name}}": "",
+	"Deleted {{name}}": "已刪除 {{name}}",
 	"Description": "描述",
 	"Didn't fully follow instructions": "無法完全遵循指示",
 	"Disabled": "已停用",
-	"Discover a model": "",
+	"Discover a model": "發現新模型",
 	"Discover a prompt": "發現新提示詞",
 	"Discover, download, and explore custom prompts": "發現、下載並探索他人設置的提示詞",
 	"Discover, download, and explore model presets": "發現、下載並探索他人設置的模型",
@@ -173,27 +173,27 @@
 	"Embedding Model Engine": "嵌入模型引擎",
 	"Embedding model set to \"{{embedding_model}}\"": "嵌入模型已設定為 \"{{embedding_model}}\"",
 	"Enable Chat History": "啟用聊天歷史",
-	"Enable Community Sharing": "",
+	"Enable Community Sharing": "啟用社區分享",
 	"Enable New Sign Ups": "允許註冊新帳號",
-	"Enable Web Search": "",
+	"Enable Web Search": "啟用網絡搜索",
 	"Enabled": "已啟用",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "請確保你的 CSV 檔案包含這四個欄位,並按照此順序:名稱、電子郵件、密碼、角色。",
 	"Enter {{role}} message here": "在這裡輸入 {{role}} 訊息",
 	"Enter a detail about yourself for your LLMs to recall": "輸入 LLM 記憶的詳細內容",
-	"Enter Brave Search API Key": "",
+	"Enter Brave Search API Key": "輸入 Brave Search API Key",
 	"Enter Chunk Overlap": "輸入 Chunk Overlap",
 	"Enter Chunk Size": "輸入 Chunk 大小",
-	"Enter Github Raw URL": "",
-	"Enter Google PSE API Key": "",
-	"Enter Google PSE Engine Id": "",
+	"Enter Github Raw URL": "輸入 Github Raw URL",
+	"Enter Google PSE API Key": "輸入 Google PSE API Key",
+	"Enter Google PSE Engine Id": "輸入 Google PSE Engine Id",
 	"Enter Image Size (e.g. 512x512)": "輸入圖片大小(例如 512x512)",
 	"Enter language codes": "輸入語言代碼",
 	"Enter model tag (e.g. {{modelTag}})": "輸入模型標籤(例如 {{modelTag}})",
 	"Enter Number of Steps (e.g. 50)": "輸入步數(例如 50)",
 	"Enter Score": "輸入分數",
-	"Enter Searxng Query URL": "",
-	"Enter Serper API Key": "",
-	"Enter Serpstack API Key": "",
+	"Enter Searxng Query URL": "輸入 Searxng 查詢 URL",
+	"Enter Serper API Key": "輸入 Serper API Key",
+	"Enter Serpstack API Key": "輸入 Serpstack API Key",
 	"Enter stop sequence": "輸入停止序列",
 	"Enter Top K": "輸入 Top K",
 	"Enter URL (e.g. http://127.0.0.1:7860/)": "輸入 URL(例如 http://127.0.0.1:7860/)",
@@ -202,13 +202,13 @@
 	"Enter Your Full Name": "輸入你的全名",
 	"Enter Your Password": "輸入你的密碼",
 	"Enter Your Role": "輸入你的角色",
-	"Error": "",
+	"Error": "錯誤",
 	"Experimental": "實驗功能",
-	"Export": "",
+	"Export": "出口",
 	"Export All Chats (All Users)": "匯出所有聊天紀錄(所有使用者)",
 	"Export Chats": "匯出聊天紀錄",
 	"Export Documents Mapping": "匯出文件映射",
-	"Export Models": "",
+	"Export Models": "匯出模型",
 	"Export Prompts": "匯出提示詞",
 	"Failed to create API Key.": "無法創建 API 金鑰。",
 	"Failed to read clipboard contents": "無法讀取剪貼簿內容",
@@ -221,15 +221,15 @@
 	"Focus chat input": "聚焦聊天輸入框",
 	"Followed instructions perfectly": "完全遵循指示",
 	"Format your variables using square brackets like this:": "像這樣使用方括號來格式化你的變數:",
-	"Frequency Penalty": "",
+	"Frequency Penalty": "頻率懲罰",
 	"Full Screen Mode": "全螢幕模式",
 	"General": "常用",
 	"General Settings": "常用設定",
-	"Generating search query": "",
+	"Generating search query": "生成搜索查詢",
 	"Generation Info": "生成信息",
 	"Good Response": "優秀的回應",
-	"Google PSE API Key": "",
-	"Google PSE Engine Id": "",
+	"Google PSE API Key": "Google PSE API Key",
+	"Google PSE Engine Id": "Google PSE Engine Id",
 	"h:mm a": "h:mm a",
 	"has no conversations.": "沒有對話",
 	"Hello, {{name}}": "你好,{{name}}",
@@ -243,18 +243,18 @@
 	"Images": "圖片",
 	"Import Chats": "匯入聊天紀錄",
 	"Import Documents Mapping": "匯入文件映射",
-	"Import Models": "",
+	"Import Models": "匯入模型",
 	"Import Prompts": "匯入提示詞",
 	"Include `--api` flag when running stable-diffusion-webui": "在運行 stable-diffusion-webui 時加上 `--api` 標誌",
-	"Info": "",
+	"Info": "資訊",
 	"Input commands": "輸入命令",
-	"Install from Github URL": "",
+	"Install from Github URL": "從 Github URL 安裝",
 	"Interface": "介面",
 	"Invalid Tag": "無效標籤",
 	"January": "1月",
 	"join our Discord for help.": "加入我們的 Discord 尋找幫助。",
 	"JSON": "JSON",
-	"JSON Preview": "",
+	"JSON Preview": "JSON 預覽",
 	"July": "7月",
 	"June": "6月",
 	"JWT Expiration": "JWT 過期時間",
@@ -271,9 +271,9 @@
 	"Make sure to enclose them with": "請確保變數有被以下符號框住:",
 	"Manage Models": "管理模組",
 	"Manage Ollama Models": "管理 Ollama 模型",
-	"Manage Pipelines": "",
+	"Manage Pipelines": "管理管道",
 	"March": "3月",
-	"Max Tokens (num_predict)": "",
+	"Max Tokens (num_predict)": "最大 Token(num_predict)",
 	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "最多可以同時下載 3 個模型。請稍後再試。",
 	"May": "5月",
 	"Memories accessible by LLMs will be shown here.": "LLM 記憶將會顯示在此處。",
@@ -288,12 +288,12 @@
 	"Model '{{modelName}}' has been successfully downloaded.": "'{{modelName}}' 模型已成功下載。",
 	"Model '{{modelTag}}' is already in queue for downloading.": "'{{modelTag}}' 模型已經在下載佇列中。",
 	"Model {{modelId}} not found": "找不到 {{modelId}} 模型",
-	"Model {{modelName}} is not vision capable": "",
-	"Model {{name}} is now {{status}}": "",
+	"Model {{modelName}} is not vision capable": "{{modelName}} 模型不適用於視覺",
+	"Model {{name}} is now {{status}}": "{{name}} 模型現在是 {{status}}",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "模型文件系統路徑已檢測。需要更新模型短名,無法繼續。",
-	"Model ID": "",
+	"Model ID": "模型 ID",
 	"Model not selected": "未選擇模型",
-	"Model Params": "",
+	"Model Params": "模型參數",
 	"Model Whitelisting": "白名單模型",
 	"Model(s) Whitelisted": "模型已加入白名單",
 	"Modelfile Content": "Modelfile 內容",
@@ -301,25 +301,25 @@
 	"More": "更多",
 	"Name": "名稱",
 	"Name Tag": "名稱標籤",
-	"Name your model": "",
+	"Name your model": "請輸入模型名稱",
 	"New Chat": "新增聊天",
 	"New Password": "新密碼",
 	"No results found": "沒有找到結果",
-	"No search query generated": "",
+	"No search query generated": "沒有生成搜索查詢",
 	"No source available": "沒有可用的來源",
-	"None": "",
+	"None": "",
 	"Not factually correct": "與真實資訊不相符",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "註:如果設置最低分數,則搜索將只返回分數大於或等於最低分數的文檔。",
 	"Notifications": "桌面通知",
 	"November": "11月",
-	"num_thread (Ollama)": "",
+	"num_thread (Ollama)": "num_thread(奧拉馬)",
 	"October": "10 月",
 	"Off": "關閉",
 	"Okay, Let's Go!": "好的,啟動吧!",
 	"OLED Dark": "`",
 	"Ollama": "Ollama",
-	"Ollama API": "",
-	"Ollama API disabled": "",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "Ollama API 已禁用",
 	"Ollama Version": "Ollama 版本",
 	"On": "開啟",
 	"Only": "僅有",
@@ -344,8 +344,8 @@
 	"pending": "待審查",
 	"Permission denied when accessing microphone: {{error}}": "存取麥克風時被拒絕權限:{{error}}",
 	"Personalization": "個人化",
-	"Pipelines": "",
-	"Pipelines Valves": "",
+	"Pipelines": "管線",
+	"Pipelines Valves": "管線阀门",
 	"Plain text (.txt)": "純文字 (.txt)",
 	"Playground": "AI 對話遊樂場",
 	"Positive attitude": "積極態度",
@@ -390,31 +390,31 @@
 	"Scan for documents from {{path}}": "從 {{path}} 掃描文件",
 	"Search": "搜尋",
 	"Search a model": "搜尋模型",
-	"Search Chats": "",
+	"Search Chats": "搜尋聊天",
 	"Search Documents": "搜尋文件",
-	"Search Models": "",
+	"Search Models": "搜尋模型",
 	"Search Prompts": "搜尋提示詞",
-	"Search Result Count": "",
-	"Searched {{count}} sites_other": "",
-	"Searching the web for '{{searchQuery}}'": "",
-	"Searxng Query URL": "",
+	"Search Result Count": "搜尋結果數量",
+	"Searched {{count}} sites_other": "掃描 {{count}} 個網站_其他",
+	"Searching the web for '{{searchQuery}}'": "搜尋網站 '{{searchQuery}}'",
+	"Searxng Query URL": "Searxng 查詢 URL",
 	"See readme.md for instructions": "查看 readme.md 獲取指南",
 	"See what's new": "查看最新內容",
 	"Seed": "種子",
-	"Select a base model": "",
+	"Select a base model": "選擇基礎模型",
 	"Select a mode": "選擇模式",
 	"Select a model": "選擇一個模型",
-	"Select a pipeline": "",
-	"Select a pipeline url": "",
+	"Select a pipeline": "選擇管道",
+	"Select a pipeline url": "選擇管道 URL",
 	"Select an Ollama instance": "選擇 Ollama 實例",
 	"Select model": "選擇模型",
-	"Selected model(s) do not support image inputs": "",
+	"Selected model(s) do not support image inputs": "已選擇模型不支持圖像輸入",
 	"Send": "傳送",
 	"Send a Message": "傳送訊息",
 	"Send message": "傳送訊息",
 	"September": "九月",
-	"Serper API Key": "",
-	"Serpstack API Key": "",
+	"Serper API Key": "Serper API Key",
+	"Serpstack API Key": "Serpstack API Key",
 	"Server connection verified": "已驗證伺服器連線",
 	"Set as default": "設為預設",
 	"Set Default Model": "設定預設模型",
@@ -423,7 +423,7 @@
 	"Set Model": "設定模型",
 	"Set reranking model (e.g. {{model}})": "設定重新排序模型(例如:{{model}})",
 	"Set Steps": "設定步數",
-	"Set Task Model": "",
+	"Set Task Model": "設定任務模型",
 	"Set Voice": "設定語音",
 	"Settings": "設定",
 	"Settings saved successfully!": "成功儲存設定",
@@ -482,21 +482,21 @@
 	"Top P": "Top P",
 	"Trouble accessing Ollama?": "存取 Ollama 時遇到問題?",
 	"TTS Settings": "文字轉語音設定",
-	"Type": "",
+	"Type": "類型",
 	"Type Hugging Face Resolve (Download) URL": "輸入 Hugging Face 解析後的(下載)URL",
 	"Uh-oh! There was an issue connecting to {{provider}}.": "哎呀!連線到 {{provider}} 時出現問題。",
 	"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "未知的文件類型 '{{file_type}}',但接受並視為純文字",
 	"Update and Copy Link": "更新並複製連結",
 	"Update password": "更新密碼",
 	"Upload a GGUF model": "上傳一個 GGUF 模型",
-	"Upload Files": "",
+	"Upload Files": "上傳文件",
 	"Upload Progress": "上傳進度",
 	"URL Mode": "URL 模式",
 	"Use '#' in the prompt input to load and select your documents.": "在輸入框中輸入 '#' 以載入並選擇你的文件。",
 	"Use Gravatar": "使用 Gravatar",
 	"Use Initials": "使用初始头像",
-	"use_mlock (Ollama)": "",
-	"use_mmap (Ollama)": "",
+	"use_mlock (Ollama)": "use_mlock(奧拉馬)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "使用者",
 	"User Permissions": "使用者權限",
 	"Users": "使用者",
@@ -505,13 +505,13 @@
 	"variable": "變數",
 	"variable to have them replaced with clipboard content.": "變數將替換為剪貼簿內容",
 	"Version": "版本",
-	"Warning": "",
+	"Warning": "警告",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "警告:如果更新或更改你的嵌入模型,則需要重新導入所有文件",
 	"Web": "網頁",
 	"Web Loader Settings": "Web 載入器設定",
 	"Web Params": "Web 參數",
-	"Web Search": "",
-	"Web Search Engine": "",
+	"Web Search": "Web 搜尋",
+	"Web Search Engine": "Web 搜尋引擎",
 	"Webhook URL": "Webhook URL",
 	"WebUI Add-ons": "WebUI 擴充套件",
 	"WebUI Settings": "WebUI 設定",
@@ -524,7 +524,7 @@
 	"Write a summary in 50 words that summarizes [topic or keyword].": "寫一個 50 字的摘要來概括 [主題或關鍵詞]。",
 	"Yesterday": "昨天",
 	"You": "你",
-	"You cannot clone a base model": "",
+	"You cannot clone a base model": "你不能複製基礎模型",
 	"You have no archived conversations.": "你沒有任何已封存的對話",
 	"You have shared this chat": "你已分享此聊天",
 	"You're a helpful assistant.": "你是一位善於協助他人的助手。",