Timothy J. Baek 6 месяцев назад
Родитель
Сommit
056950b4f9
44 измененных файлов с 320 добавлено и 3 удалено
  1. 19 3
      src/lib/components/admin/Evaluations.svelte
  2. 7 0
      src/lib/i18n/locales/ar-BH/translation.json
  3. 7 0
      src/lib/i18n/locales/bg-BG/translation.json
  4. 7 0
      src/lib/i18n/locales/bn-BD/translation.json
  5. 7 0
      src/lib/i18n/locales/ca-ES/translation.json
  6. 7 0
      src/lib/i18n/locales/ceb-PH/translation.json
  7. 7 0
      src/lib/i18n/locales/da-DK/translation.json
  8. 7 0
      src/lib/i18n/locales/de-DE/translation.json
  9. 7 0
      src/lib/i18n/locales/dg-DG/translation.json
  10. 7 0
      src/lib/i18n/locales/en-GB/translation.json
  11. 7 0
      src/lib/i18n/locales/en-US/translation.json
  12. 7 0
      src/lib/i18n/locales/es-ES/translation.json
  13. 7 0
      src/lib/i18n/locales/fa-IR/translation.json
  14. 7 0
      src/lib/i18n/locales/fi-FI/translation.json
  15. 7 0
      src/lib/i18n/locales/fr-CA/translation.json
  16. 7 0
      src/lib/i18n/locales/fr-FR/translation.json
  17. 7 0
      src/lib/i18n/locales/he-IL/translation.json
  18. 7 0
      src/lib/i18n/locales/hi-IN/translation.json
  19. 7 0
      src/lib/i18n/locales/hr-HR/translation.json
  20. 7 0
      src/lib/i18n/locales/id-ID/translation.json
  21. 7 0
      src/lib/i18n/locales/ie-GA/translation.json
  22. 7 0
      src/lib/i18n/locales/it-IT/translation.json
  23. 7 0
      src/lib/i18n/locales/ja-JP/translation.json
  24. 7 0
      src/lib/i18n/locales/ka-GE/translation.json
  25. 7 0
      src/lib/i18n/locales/ko-KR/translation.json
  26. 7 0
      src/lib/i18n/locales/lt-LT/translation.json
  27. 7 0
      src/lib/i18n/locales/ms-MY/translation.json
  28. 7 0
      src/lib/i18n/locales/nb-NO/translation.json
  29. 7 0
      src/lib/i18n/locales/nl-NL/translation.json
  30. 7 0
      src/lib/i18n/locales/pa-IN/translation.json
  31. 7 0
      src/lib/i18n/locales/pl-PL/translation.json
  32. 7 0
      src/lib/i18n/locales/pt-BR/translation.json
  33. 7 0
      src/lib/i18n/locales/pt-PT/translation.json
  34. 7 0
      src/lib/i18n/locales/ro-RO/translation.json
  35. 7 0
      src/lib/i18n/locales/ru-RU/translation.json
  36. 7 0
      src/lib/i18n/locales/sr-RS/translation.json
  37. 7 0
      src/lib/i18n/locales/sv-SE/translation.json
  38. 7 0
      src/lib/i18n/locales/th-TH/translation.json
  39. 7 0
      src/lib/i18n/locales/tk-TW/translation.json
  40. 7 0
      src/lib/i18n/locales/tr-TR/translation.json
  41. 7 0
      src/lib/i18n/locales/uk-UA/translation.json
  42. 7 0
      src/lib/i18n/locales/vi-VN/translation.json
  43. 7 0
      src/lib/i18n/locales/zh-CN/translation.json
  44. 7 0
      src/lib/i18n/locales/zh-TW/translation.json

+ 19 - 3
src/lib/components/admin/Evaluations.svelte

@@ -281,12 +281,15 @@
 
 
 {#if loaded}
 {#if loaded}
 	<div class="mt-0.5 mb-2 gap-1 flex flex-col md:flex-row justify-between">
 	<div class="mt-0.5 mb-2 gap-1 flex flex-col md:flex-row justify-between">
-		<div class="flex md:self-center text-lg font-medium px-0.5 shrink-0">
-			{$i18n.t('Leaderboard')}
+		<div class="flex md:self-center text-lg font-medium px-0.5 shrink-0 items-center">
+			<div class=" gap-1">
+				{$i18n.t('Leaderboard')}
+			</div>
 
 
 			<div class="flex self-center w-[1px] h-6 mx-2.5 bg-gray-50 dark:bg-gray-850" />
 			<div class="flex self-center w-[1px] h-6 mx-2.5 bg-gray-50 dark:bg-gray-850" />
 
 
-			<span class="text-lg font-medium text-gray-500 dark:text-gray-300">{rankedModels.length}</span
+			<span class="text-lg font-medium text-gray-500 dark:text-gray-300 mr-1.5"
+				>{rankedModels.length}</span
 			>
 			>
 		</div>
 		</div>
 
 
@@ -397,6 +400,19 @@
 		{/if}
 		{/if}
 	</div>
 	</div>
 
 
+	<div class=" text-gray-500 text-xs mt-1.5 w-full flex justify-end">
+		<div class=" text-right">
+			<div class="line-clamp-1">
+				ⓘ {$i18n.t(
+					'The evaluation leaderboard is based on the Elo rating system and is updated in real-time.'
+				)}
+			</div>
+			{$i18n.t(
+				'The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.'
+			)}
+		</div>
+	</div>
+
 	<div class="pb-4"></div>
 	<div class="pb-4"></div>
 
 
 	<div class="mt-0.5 mb-2 gap-1 flex flex-col md:flex-row justify-between">
 	<div class="mt-0.5 mb-2 gap-1 flex flex-col md:flex-row justify-between">

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

@@ -287,6 +287,7 @@
 	"Error": "خطأ",
 	"Error": "خطأ",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "تجريبي",
 	"Experimental": "تجريبي",
 	"Export": "تصدير",
 	"Export": "تصدير",
 	"Export All Chats (All Users)": "تصدير جميع الدردشات (جميع المستخدمين)",
 	"Export All Chats (All Users)": "تصدير جميع الدردشات (جميع المستخدمين)",
@@ -373,6 +374,7 @@
 	"Import Models": "استيراد النماذج",
 	"Import Models": "استيراد النماذج",
 	"Import Prompts": "مطالبات الاستيراد",
 	"Import Prompts": "مطالبات الاستيراد",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "قم بتضمين علامة `-api` عند تشغيل Stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "قم بتضمين علامة `-api` عند تشغيل Stable-diffusion-webui",
 	"Info": "معلومات",
 	"Info": "معلومات",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "اي",
 	"None": "اي",
 	"Not factually correct": "ليس صحيحا من حيث الواقع",
 	"Not factually correct": "ليس صحيحا من حيث الواقع",
+	"Not helpful": "",
 	"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": "إشعارات",
 	"Notifications": "إشعارات",
 	"November": "نوفمبر",
 	"November": "نوفمبر",
@@ -558,6 +561,7 @@
 	"Query Params": "Query Params",
 	"Query Params": "Query Params",
 	"RAG Template": "RAG تنمبلت",
 	"RAG Template": "RAG تنمبلت",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "أقراء لي",
 	"Read Aloud": "أقراء لي",
 	"Record voice": "سجل صوت",
 	"Record voice": "سجل صوت",
 	"Redirecting you to OpenWebUI Community": "OpenWebUI إعادة توجيهك إلى مجتمع ",
 	"Redirecting you to OpenWebUI Community": "OpenWebUI إعادة توجيهك إلى مجتمع ",
@@ -710,6 +714,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "شكرا لملاحظاتك!",
 	"Thanks for your feedback!": "شكرا لملاحظاتك!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "يجب أن تكون النتيجة قيمة تتراوح بين 0.0 (0%) و1.0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "يجب أن تكون النتيجة قيمة تتراوح بين 0.0 (0%) و1.0 (100%).",
@@ -747,6 +753,7 @@
 	"Toggle sidebar": "فتح وأغلاق الشريط الجانبي",
 	"Toggle sidebar": "فتح وأغلاق الشريط الجانبي",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "Грешка",
 	"Error": "Грешка",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Експериментално",
 	"Experimental": "Експериментално",
 	"Export": "Износ",
 	"Export": "Износ",
 	"Export All Chats (All Users)": "Експортване на всички чатове (За всички потребители)",
 	"Export All Chats (All Users)": "Експортване на всички чатове (За всички потребители)",
@@ -373,6 +374,7 @@
 	"Import Models": "Импортиране на модели",
 	"Import Models": "Импортиране на модели",
 	"Import Prompts": "Импортване на промптове",
 	"Import Prompts": "Импортване на промптове",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "Включете флага `--api`, когато стартирате stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Включете флага `--api`, когато стартирате stable-diffusion-webui",
 	"Info": "Информация",
 	"Info": "Информация",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "Никой",
 	"None": "Никой",
 	"Not factually correct": "Не е фактологически правилно",
 	"Not factually correct": "Не е фактологически правилно",
+	"Not helpful": "",
 	"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": "Десктоп Известия",
 	"Notifications": "Десктоп Известия",
 	"November": "Ноември",
 	"November": "Ноември",
@@ -558,6 +561,7 @@
 	"Query Params": "Query Параметри",
 	"Query Params": "Query Параметри",
 	"RAG Template": "RAG Шаблон",
 	"RAG Template": "RAG Шаблон",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Прочети на Голос",
 	"Read Aloud": "Прочети на Голос",
 	"Record voice": "Записване на глас",
 	"Record voice": "Записване на глас",
 	"Redirecting you to OpenWebUI Community": "Пренасочване към OpenWebUI общността",
 	"Redirecting you to OpenWebUI Community": "Пренасочване към OpenWebUI общността",
@@ -706,6 +710,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Благодарим ви за вашия отзив!",
 	"Thanks for your feedback!": "Благодарим ви за вашия отзив!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "The score should be a value between 0.0 (0%) and 1.0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "The score should be a value between 0.0 (0%) and 1.0 (100%).",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "Toggle sidebar",
 	"Toggle sidebar": "Toggle sidebar",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "ত্রুটি",
 	"Error": "ত্রুটি",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "পরিক্ষামূলক",
 	"Experimental": "পরিক্ষামূলক",
 	"Export": "রপ্তানি",
 	"Export": "রপ্তানি",
 	"Export All Chats (All Users)": "সব চ্যাট এক্সপোর্ট করুন (সব ইউজারের)",
 	"Export All Chats (All Users)": "সব চ্যাট এক্সপোর্ট করুন (সব ইউজারের)",
@@ -373,6 +374,7 @@
 	"Import Models": "মডেল আমদানি করুন",
 	"Import Models": "মডেল আমদানি করুন",
 	"Import Prompts": "প্রম্পটগুলো ইমপোর্ট করুন",
 	"Import Prompts": "প্রম্পটগুলো ইমপোর্ট করুন",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webui চালু করার সময় `--api` ফ্ল্যাগ সংযুক্ত করুন",
 	"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webui চালু করার সময় `--api` ফ্ল্যাগ সংযুক্ত করুন",
 	"Info": "তথ্য",
 	"Info": "তথ্য",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "কোনোটিই নয়",
 	"None": "কোনোটিই নয়",
 	"Not factually correct": "তথ্যগত দিক থেকে সঠিক নয়",
 	"Not factually correct": "তথ্যগত দিক থেকে সঠিক নয়",
+	"Not helpful": "",
 	"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": "নোটিফিকেশনসমূহ",
 	"Notifications": "নোটিফিকেশনসমূহ",
 	"November": "নভেম্বর",
 	"November": "নভেম্বর",
@@ -558,6 +561,7 @@
 	"Query Params": "Query প্যারামিটারসমূহ",
 	"Query Params": "Query প্যারামিটারসমূহ",
 	"RAG Template": "RAG টেম্পলেট",
 	"RAG Template": "RAG টেম্পলেট",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "পড়াশোনা করুন",
 	"Read Aloud": "পড়াশোনা করুন",
 	"Record voice": "ভয়েস রেকর্ড করুন",
 	"Record voice": "ভয়েস রেকর্ড করুন",
 	"Redirecting you to OpenWebUI Community": "আপনাকে OpenWebUI কমিউনিটিতে পাঠানো হচ্ছে",
 	"Redirecting you to OpenWebUI Community": "আপনাকে OpenWebUI কমিউনিটিতে পাঠানো হচ্ছে",
@@ -706,6 +710,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "আপনার মতামত ধন্যবাদ!",
 	"Thanks for your feedback!": "আপনার মতামত ধন্যবাদ!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "স্কোর একটি 0.0 (0%) এবং 1.0 (100%) এর মধ্যে একটি মান হওয়া উচিত।",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "স্কোর একটি 0.0 (0%) এবং 1.0 (100%) এর মধ্যে একটি মান হওয়া উচিত।",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "সাইডবার টোগল",
 	"Toggle sidebar": "সাইডবার টোগল",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "Error",
 	"Error": "Error",
 	"ERROR": "ERROR",
 	"ERROR": "ERROR",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Experimental",
 	"Experimental": "Experimental",
 	"Export": "Exportar",
 	"Export": "Exportar",
 	"Export All Chats (All Users)": "Exportar tots els xats (Tots els usuaris)",
 	"Export All Chats (All Users)": "Exportar tots els xats (Tots els usuaris)",
@@ -373,6 +374,7 @@
 	"Import Models": "Importar models",
 	"Import Models": "Importar models",
 	"Import Prompts": "Importar indicacions",
 	"Import Prompts": "Importar indicacions",
 	"Import Tools": "Importar eines",
 	"Import Tools": "Importar eines",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Inclou `--api-auth` quan executis stable-diffusion-webui",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Inclou `--api-auth` quan executis stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Inclou `--api` quan executis stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Inclou `--api` quan executis stable-diffusion-webui",
 	"Info": "Informació",
 	"Info": "Informació",
@@ -485,6 +487,7 @@
 	"No valves to update": "No hi ha cap Valve per actualitzar",
 	"No valves to update": "No hi ha cap Valve per actualitzar",
 	"None": "Cap",
 	"None": "Cap",
 	"Not factually correct": "No és clarament correcte",
 	"Not factually correct": "No és clarament correcte",
+	"Not helpful": "",
 	"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 s'estableix una puntuació mínima, la cerca només retornarà documents amb una puntuació major o igual a la puntuació mínima.",
 	"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 s'estableix una puntuació mínima, la cerca només retornarà documents amb una puntuació major o igual a la puntuació mínima.",
 	"Notifications": "Notificacions",
 	"Notifications": "Notificacions",
 	"November": "Novembre",
 	"November": "Novembre",
@@ -558,6 +561,7 @@
 	"Query Params": "Paràmetres de consulta",
 	"Query Params": "Paràmetres de consulta",
 	"RAG Template": "Plantilla RAG",
 	"RAG Template": "Plantilla RAG",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Llegir en veu alta",
 	"Read Aloud": "Llegir en veu alta",
 	"Record voice": "Enregistrar la veu",
 	"Record voice": "Enregistrar la veu",
 	"Redirecting you to OpenWebUI Community": "Redirigint-te a la comunitat OpenWebUI",
 	"Redirecting you to OpenWebUI Community": "Redirigint-te a la comunitat OpenWebUI",
@@ -707,6 +711,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Gràcies pel teu comentari!",
 	"Thanks for your feedback!": "Gràcies pel teu comentari!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Els desenvolupadors d'aquest complement són voluntaris apassionats de la comunitat. Si trobeu útil aquest complement, considereu contribuir al seu desenvolupament.",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Els desenvolupadors d'aquest complement són voluntaris apassionats de la comunitat. Si trobeu útil aquest complement, considereu contribuir al seu desenvolupament.",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "La mida màxima del fitxer en MB. Si la mida del fitxer supera aquest límit, el fitxer no es carregarà.",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "La mida màxima del fitxer en MB. Si la mida del fitxer supera aquest límit, el fitxer no es carregarà.",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "El nombre màxim de fitxers que es poden utilitzar alhora al xat. Si el nombre de fitxers supera aquest límit, els fitxers no es penjaran.",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "El nombre màxim de fitxers que es poden utilitzar alhora al xat. Si el nombre de fitxers supera aquest límit, els fitxers no es penjaran.",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "El valor de puntuació hauria de ser entre 0.0 (0%) i 1.0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "El valor de puntuació hauria de ser entre 0.0 (0%) i 1.0 (100%).",
@@ -744,6 +750,7 @@
 	"Toggle sidebar": "Alterna la barra lateral",
 	"Toggle sidebar": "Alterna la barra lateral",
 	"Token": "Token",
 	"Token": "Token",
 	"Tokens To Keep On Context Refresh (num_keep)": "Tokens a mantenir en l'actualització del context (num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "Tokens a mantenir en l'actualització del context (num_keep)",
+	"Too verbose": "",
 	"Tool": "Eina",
 	"Tool": "Eina",
 	"Tool created successfully": "Eina creada correctament",
 	"Tool created successfully": "Eina creada correctament",
 	"Tool deleted successfully": "Eina eliminada correctament",
 	"Tool deleted successfully": "Eina eliminada correctament",

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

@@ -287,6 +287,7 @@
 	"Error": "",
 	"Error": "",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Eksperimento",
 	"Experimental": "Eksperimento",
 	"Export": "",
 	"Export": "",
 	"Export All Chats (All Users)": "I-export ang tanan nga mga chat (Tanan nga tiggamit)",
 	"Export All Chats (All Users)": "I-export ang tanan nga mga chat (Tanan nga tiggamit)",
@@ -373,6 +374,7 @@
 	"Import Models": "",
 	"Import Models": "",
 	"Import Prompts": "Import prompt",
 	"Import Prompts": "Import prompt",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "Iapil ang `--api` nga bandila kung nagdagan nga stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Iapil ang `--api` nga bandila kung nagdagan nga stable-diffusion-webui",
 	"Info": "",
 	"Info": "",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "",
 	"None": "",
 	"Not factually correct": "",
 	"Not factually correct": "",
+	"Not helpful": "",
 	"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": "Mga pahibalo sa desktop",
 	"Notifications": "Mga pahibalo sa desktop",
 	"November": "",
 	"November": "",
@@ -558,6 +561,7 @@
 	"Query Params": "Mga parameter sa pangutana",
 	"Query Params": "Mga parameter sa pangutana",
 	"RAG Template": "RAG nga modelo",
 	"RAG Template": "RAG nga modelo",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "",
 	"Read Aloud": "",
 	"Record voice": "Irekord ang tingog",
 	"Record voice": "Irekord ang tingog",
 	"Redirecting you to OpenWebUI Community": "Gi-redirect ka sa komunidad sa OpenWebUI",
 	"Redirecting you to OpenWebUI Community": "Gi-redirect ka sa komunidad sa OpenWebUI",
@@ -706,6 +710,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "",
 	"Thanks for your feedback!": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "I-toggle ang sidebar",
 	"Toggle sidebar": "I-toggle ang sidebar",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "Fejl",
 	"Error": "Fejl",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Eksperimentel",
 	"Experimental": "Eksperimentel",
 	"Export": "Eksportér",
 	"Export": "Eksportér",
 	"Export All Chats (All Users)": "Eksportér alle chats (alle brugere)",
 	"Export All Chats (All Users)": "Eksportér alle chats (alle brugere)",
@@ -373,6 +374,7 @@
 	"Import Models": "Importer modeller",
 	"Import Models": "Importer modeller",
 	"Import Prompts": "Importer prompts",
 	"Import Prompts": "Importer prompts",
 	"Import Tools": "Importer værktøjer",
 	"Import Tools": "Importer værktøjer",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Inkluder `--api-auth` flag, når du kører stable-diffusion-webui",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Inkluder `--api-auth` flag, når du kører stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Inkluder `--api` flag, når du kører stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Inkluder `--api` flag, når du kører stable-diffusion-webui",
 	"Info": "Info",
 	"Info": "Info",
@@ -485,6 +487,7 @@
 	"No valves to update": "Ingen ventiler at opdatere",
 	"No valves to update": "Ingen ventiler at opdatere",
 	"None": "Ingen",
 	"None": "Ingen",
 	"Not factually correct": "Ikke faktuelt korrekt",
 	"Not factually correct": "Ikke faktuelt korrekt",
+	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Bemærk: Hvis du angiver en minimumscore, returnerer søgningen kun dokumenter med en score, der er større end eller lig med minimumscoren.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Bemærk: Hvis du angiver en minimumscore, returnerer søgningen kun dokumenter med en score, der er større end eller lig med minimumscoren.",
 	"Notifications": "Notifikationer",
 	"Notifications": "Notifikationer",
 	"November": "November",
 	"November": "November",
@@ -558,6 +561,7 @@
 	"Query Params": "Forespørgselsparametre",
 	"Query Params": "Forespørgselsparametre",
 	"RAG Template": "RAG-skabelon",
 	"RAG Template": "RAG-skabelon",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Læs højt",
 	"Read Aloud": "Læs højt",
 	"Record voice": "Optag stemme",
 	"Record voice": "Optag stemme",
 	"Redirecting you to OpenWebUI Community": "Omdirigerer dig til OpenWebUI Community",
 	"Redirecting you to OpenWebUI Community": "Omdirigerer dig til OpenWebUI Community",
@@ -706,6 +710,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Tak for din feedback!",
 	"Thanks for your feedback!": "Tak for din feedback!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Udviklerne bag dette plugin er passionerede frivillige fra fællesskabet. Hvis du finder dette plugin nyttigt, kan du overveje at bidrage til dets udvikling.",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Udviklerne bag dette plugin er passionerede frivillige fra fællesskabet. Hvis du finder dette plugin nyttigt, kan du overveje at bidrage til dets udvikling.",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "Den maksimale filstørrelse i MB. Hvis filstørrelsen overstiger denne grænse, uploades filen ikke.",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "Den maksimale filstørrelse i MB. Hvis filstørrelsen overstiger denne grænse, uploades filen ikke.",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "Det maksimale antal filer, der kan bruges på én gang i chatten. Hvis antallet af filer overstiger denne grænse, uploades filerne ikke.",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "Det maksimale antal filer, der kan bruges på én gang i chatten. Hvis antallet af filer overstiger denne grænse, uploades filerne ikke.",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Scoren skal være en værdi mellem 0,0 (0%) og 1,0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Scoren skal være en værdi mellem 0,0 (0%) og 1,0 (100%).",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "Skift sidebjælke",
 	"Toggle sidebar": "Skift sidebjælke",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "Tokens, der skal beholdes ved kontekstopdatering (num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "Tokens, der skal beholdes ved kontekstopdatering (num_keep)",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "Værktøj oprettet.",
 	"Tool created successfully": "Værktøj oprettet.",
 	"Tool deleted successfully": "Værktøj slettet.",
 	"Tool deleted successfully": "Værktøj slettet.",

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

@@ -287,6 +287,7 @@
 	"Error": "Fehler",
 	"Error": "Fehler",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Experimentell",
 	"Experimental": "Experimentell",
 	"Export": "Exportieren",
 	"Export": "Exportieren",
 	"Export All Chats (All Users)": "Alle Unterhaltungen exportieren (alle Benutzer)",
 	"Export All Chats (All Users)": "Alle Unterhaltungen exportieren (alle Benutzer)",
@@ -373,6 +374,7 @@
 	"Import Models": "Modelle importieren",
 	"Import Models": "Modelle importieren",
 	"Import Prompts": "Prompts importieren",
 	"Import Prompts": "Prompts importieren",
 	"Import Tools": "Werkzeuge importieren",
 	"Import Tools": "Werkzeuge importieren",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Fügen Sie beim Ausführen von stable-diffusion-webui die Option `--api-auth` hinzu",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Fügen Sie beim Ausführen von stable-diffusion-webui die Option `--api-auth` hinzu",
 	"Include `--api` flag when running stable-diffusion-webui": "Fügen Sie beim Ausführen von stable-diffusion-webui die Option `--api` hinzu",
 	"Include `--api` flag when running stable-diffusion-webui": "Fügen Sie beim Ausführen von stable-diffusion-webui die Option `--api` hinzu",
 	"Info": "Info",
 	"Info": "Info",
@@ -485,6 +487,7 @@
 	"No valves to update": "Keine Valves zum Aktualisieren",
 	"No valves to update": "Keine Valves zum Aktualisieren",
 	"None": "Nichts",
 	"None": "Nichts",
 	"Not factually correct": "Nicht sachlich korrekt",
 	"Not factually correct": "Nicht sachlich korrekt",
+	"Not helpful": "",
 	"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 Sie eine Mindestpunktzahl festlegen, werden in der Suche nur Dokumente mit einer Punktzahl größer oder gleich der Mindestpunktzahl zurückgegeben.",
 	"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 Sie eine Mindestpunktzahl festlegen, werden in der Suche nur Dokumente mit einer Punktzahl größer oder gleich der Mindestpunktzahl zurückgegeben.",
 	"Notifications": "Benachrichtigungen",
 	"Notifications": "Benachrichtigungen",
 	"November": "November",
 	"November": "November",
@@ -558,6 +561,7 @@
 	"Query Params": "Abfrageparameter",
 	"Query Params": "Abfrageparameter",
 	"RAG Template": "RAG-Vorlage",
 	"RAG Template": "RAG-Vorlage",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Vorlesen",
 	"Read Aloud": "Vorlesen",
 	"Record voice": "Stimme aufnehmen",
 	"Record voice": "Stimme aufnehmen",
 	"Redirecting you to OpenWebUI Community": "Sie werden zur OpenWebUI-Community weitergeleitet",
 	"Redirecting you to OpenWebUI Community": "Sie werden zur OpenWebUI-Community weitergeleitet",
@@ -706,6 +710,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Danke für Ihr Feedback!",
 	"Thanks for your feedback!": "Danke für Ihr Feedback!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Die Punktzahl sollte ein Wert zwischen 0,0 (0 %) und 1,0 (100 %) sein.",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Die Punktzahl sollte ein Wert zwischen 0,0 (0 %) und 1,0 (100 %) sein.",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "Seitenleiste umschalten",
 	"Toggle sidebar": "Seitenleiste umschalten",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "Beizubehaltende Tokens bei Kontextaktualisierung (num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "Beizubehaltende Tokens bei Kontextaktualisierung (num_keep)",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "Werkzeug erfolgreich erstellt",
 	"Tool created successfully": "Werkzeug erfolgreich erstellt",
 	"Tool deleted successfully": "Werkzeug erfolgreich gelöscht",
 	"Tool deleted successfully": "Werkzeug erfolgreich gelöscht",

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

@@ -287,6 +287,7 @@
 	"Error": "",
 	"Error": "",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Much Experiment",
 	"Experimental": "Much Experiment",
 	"Export": "",
 	"Export": "",
 	"Export All Chats (All Users)": "Export All Chats (All Doggos)",
 	"Export All Chats (All Users)": "Export All Chats (All Doggos)",
@@ -373,6 +374,7 @@
 	"Import Models": "",
 	"Import Models": "",
 	"Import Prompts": "Import Promptos",
 	"Import Prompts": "Import Promptos",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "Include `--api` flag when running stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Include `--api` flag when running stable-diffusion-webui",
 	"Info": "",
 	"Info": "",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "",
 	"None": "",
 	"Not factually correct": "",
 	"Not factually correct": "",
+	"Not helpful": "",
 	"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": "Notifications",
 	"Notifications": "Notifications",
 	"November": "",
 	"November": "",
@@ -558,6 +561,7 @@
 	"Query Params": "Query Bark",
 	"Query Params": "Query Bark",
 	"RAG Template": "RAG Template",
 	"RAG Template": "RAG Template",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "",
 	"Read Aloud": "",
 	"Record voice": "Record Bark",
 	"Record voice": "Record Bark",
 	"Redirecting you to OpenWebUI Community": "Redirecting you to OpenWebUI Community",
 	"Redirecting you to OpenWebUI Community": "Redirecting you to OpenWebUI Community",
@@ -708,6 +712,8 @@
 	"Tfs Z": "Tfs Z much Z",
 	"Tfs Z": "Tfs Z much Z",
 	"Thanks for your feedback!": "",
 	"Thanks for your feedback!": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
@@ -745,6 +751,7 @@
 	"Toggle sidebar": "Toggle sidebar much toggle",
 	"Toggle sidebar": "Toggle sidebar much toggle",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "",
 	"Error": "",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "",
 	"Experimental": "",
 	"Export": "",
 	"Export": "",
 	"Export All Chats (All Users)": "",
 	"Export All Chats (All Users)": "",
@@ -373,6 +374,7 @@
 	"Import Models": "",
 	"Import Models": "",
 	"Import Prompts": "",
 	"Import Prompts": "",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "",
 	"Info": "",
 	"Info": "",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "",
 	"None": "",
 	"Not factually correct": "",
 	"Not factually correct": "",
+	"Not helpful": "",
 	"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": "",
 	"Notifications": "",
 	"November": "",
 	"November": "",
@@ -558,6 +561,7 @@
 	"Query Params": "",
 	"Query Params": "",
 	"RAG Template": "",
 	"RAG Template": "",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "",
 	"Read Aloud": "",
 	"Record voice": "",
 	"Record voice": "",
 	"Redirecting you to OpenWebUI Community": "",
 	"Redirecting you to OpenWebUI Community": "",
@@ -706,6 +710,8 @@
 	"Tfs Z": "",
 	"Tfs Z": "",
 	"Thanks for your feedback!": "",
 	"Thanks for your feedback!": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "",
 	"Toggle sidebar": "",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "",
 	"Error": "",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "",
 	"Experimental": "",
 	"Export": "",
 	"Export": "",
 	"Export All Chats (All Users)": "",
 	"Export All Chats (All Users)": "",
@@ -373,6 +374,7 @@
 	"Import Models": "",
 	"Import Models": "",
 	"Import Prompts": "",
 	"Import Prompts": "",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "",
 	"Info": "",
 	"Info": "",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "",
 	"None": "",
 	"Not factually correct": "",
 	"Not factually correct": "",
+	"Not helpful": "",
 	"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": "",
 	"Notifications": "",
 	"November": "",
 	"November": "",
@@ -558,6 +561,7 @@
 	"Query Params": "",
 	"Query Params": "",
 	"RAG Template": "",
 	"RAG Template": "",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "",
 	"Read Aloud": "",
 	"Record voice": "",
 	"Record voice": "",
 	"Redirecting you to OpenWebUI Community": "",
 	"Redirecting you to OpenWebUI Community": "",
@@ -706,6 +710,8 @@
 	"Tfs Z": "",
 	"Tfs Z": "",
 	"Thanks for your feedback!": "",
 	"Thanks for your feedback!": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "",
 	"Toggle sidebar": "",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "Error",
 	"Error": "Error",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Experimental",
 	"Experimental": "Experimental",
 	"Export": "Exportar",
 	"Export": "Exportar",
 	"Export All Chats (All Users)": "Exportar todos los chats (Todos los usuarios)",
 	"Export All Chats (All Users)": "Exportar todos los chats (Todos los usuarios)",
@@ -373,6 +374,7 @@
 	"Import Models": "Importar modelos",
 	"Import Models": "Importar modelos",
 	"Import Prompts": "Importar Prompts",
 	"Import Prompts": "Importar Prompts",
 	"Import Tools": "Importar Herramientas",
 	"Import Tools": "Importar Herramientas",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Incluir el indicador `--api-auth` al ejecutar stable-diffusion-webui",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Incluir el indicador `--api-auth` al ejecutar stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Incluir el indicador `--api` al ejecutar stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Incluir el indicador `--api` al ejecutar stable-diffusion-webui",
 	"Info": "Información",
 	"Info": "Información",
@@ -485,6 +487,7 @@
 	"No valves to update": "No valves para actualizar",
 	"No valves to update": "No valves para actualizar",
 	"None": "Ninguno",
 	"None": "Ninguno",
 	"Not factually correct": "No es correcto en todos los aspectos",
 	"Not factually correct": "No es correcto en todos los aspectos",
+	"Not helpful": "",
 	"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.",
 	"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",
 	"Notifications": "Notificaciones",
 	"November": "Noviembre",
 	"November": "Noviembre",
@@ -558,6 +561,7 @@
 	"Query Params": "Parámetros de consulta",
 	"Query Params": "Parámetros de consulta",
 	"RAG Template": "Plantilla de RAG",
 	"RAG Template": "Plantilla de RAG",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Leer al oído",
 	"Read Aloud": "Leer al oído",
 	"Record voice": "Grabar voz",
 	"Record voice": "Grabar voz",
 	"Redirecting you to OpenWebUI Community": "Redireccionándote a la comunidad OpenWebUI",
 	"Redirecting you to OpenWebUI Community": "Redireccionándote a la comunidad OpenWebUI",
@@ -707,6 +711,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "¡Gracias por tu retroalimentación!",
 	"Thanks for your feedback!": "¡Gracias por tu retroalimentación!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Los desarrolladores de este plugin son apasionados voluntarios de la comunidad. Si encuentras este plugin útil, por favor considere contribuir a su desarrollo.",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Los desarrolladores de este plugin son apasionados voluntarios de la comunidad. Si encuentras este plugin útil, por favor considere contribuir a su desarrollo.",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "El tamaño máximo del archivo en MB. Si el tamaño del archivo supera este límite, el archivo no se subirá.",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "El tamaño máximo del archivo en MB. Si el tamaño del archivo supera este límite, el archivo no se subirá.",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "El número máximo de archivos que se pueden utilizar a la vez en chat. Si este límite es superado, los archivos no se subirán.",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "El número máximo de archivos que se pueden utilizar a la vez en chat. Si este límite es superado, los archivos no se subirán.",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "El puntaje debe ser un valor entre 0.0 (0%) y 1.0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "El puntaje debe ser un valor entre 0.0 (0%) y 1.0 (100%).",
@@ -744,6 +750,7 @@
 	"Toggle sidebar": "Alternar barra lateral",
 	"Toggle sidebar": "Alternar barra lateral",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "Tokens a mantener en el contexto de actualización (num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "Tokens a mantener en el contexto de actualización (num_keep)",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "Herramienta creada con éxito",
 	"Tool created successfully": "Herramienta creada con éxito",
 	"Tool deleted successfully": "Herramienta eliminada con éxito",
 	"Tool deleted successfully": "Herramienta eliminada con éxito",

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

@@ -287,6 +287,7 @@
 	"Error": "خطا",
 	"Error": "خطا",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "آزمایشی",
 	"Experimental": "آزمایشی",
 	"Export": "صادرات",
 	"Export": "صادرات",
 	"Export All Chats (All Users)": "اکسپورت از همه گپ\u200cها(همه کاربران)",
 	"Export All Chats (All Users)": "اکسپورت از همه گپ\u200cها(همه کاربران)",
@@ -373,6 +374,7 @@
 	"Import Models": "واردات مدلها",
 	"Import Models": "واردات مدلها",
 	"Import Prompts": "ایمپورت پرامپت\u200cها",
 	"Import Prompts": "ایمپورت پرامپت\u200cها",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "فلگ `--api` را هنکام اجرای stable-diffusion-webui استفاده کنید.",
 	"Include `--api` flag when running stable-diffusion-webui": "فلگ `--api` را هنکام اجرای stable-diffusion-webui استفاده کنید.",
 	"Info": "اطلاعات",
 	"Info": "اطلاعات",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "هیچ کدام",
 	"None": "هیچ کدام",
 	"Not factually correct": "اشتباهی فکری نیست",
 	"Not factually correct": "اشتباهی فکری نیست",
+	"Not helpful": "",
 	"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": "اعلان",
 	"Notifications": "اعلان",
 	"November": "نوامبر",
 	"November": "نوامبر",
@@ -558,6 +561,7 @@
 	"Query Params": "پارامترهای پرس و جو",
 	"Query Params": "پارامترهای پرس و جو",
 	"RAG Template": "RAG الگوی",
 	"RAG Template": "RAG الگوی",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "خواندن به صورت صوتی",
 	"Read Aloud": "خواندن به صورت صوتی",
 	"Record voice": "ضبط صدا",
 	"Record voice": "ضبط صدا",
 	"Redirecting you to OpenWebUI Community": "در حال هدایت به OpenWebUI Community",
 	"Redirecting you to OpenWebUI Community": "در حال هدایت به OpenWebUI Community",
@@ -706,6 +710,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "با تشکر از بازخورد شما!",
 	"Thanks for your feedback!": "با تشکر از بازخورد شما!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "امتیاز باید یک مقدار بین 0.0 (0%) و 1.0 (100%) باشد.",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "امتیاز باید یک مقدار بین 0.0 (0%) و 1.0 (100%) باشد.",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "نمایش/عدم نمایش نوار کناری",
 	"Toggle sidebar": "نمایش/عدم نمایش نوار کناری",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "Virhe",
 	"Error": "Virhe",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Kokeellinen",
 	"Experimental": "Kokeellinen",
 	"Export": "Vienti",
 	"Export": "Vienti",
 	"Export All Chats (All Users)": "Vie kaikki keskustelut (kaikki käyttäjät)",
 	"Export All Chats (All Users)": "Vie kaikki keskustelut (kaikki käyttäjät)",
@@ -373,6 +374,7 @@
 	"Import Models": "Mallien tuominen",
 	"Import Models": "Mallien tuominen",
 	"Import Prompts": "Tuo kehotteita",
 	"Import Prompts": "Tuo kehotteita",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "Sisällytä `--api`-parametri suorittaessasi stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Sisällytä `--api`-parametri suorittaessasi stable-diffusion-webui",
 	"Info": "Info",
 	"Info": "Info",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "Ei lainkaan",
 	"None": "Ei lainkaan",
 	"Not factually correct": "Ei faktisesti oikein",
 	"Not factually correct": "Ei faktisesti oikein",
+	"Not helpful": "",
 	"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ä.",
 	"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",
 	"Notifications": "Ilmoitukset",
 	"November": "marraskuu",
 	"November": "marraskuu",
@@ -558,6 +561,7 @@
 	"Query Params": "Kyselyparametrit",
 	"Query Params": "Kyselyparametrit",
 	"RAG Template": "RAG-malline",
 	"RAG Template": "RAG-malline",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Lue ääneen",
 	"Read Aloud": "Lue ääneen",
 	"Record voice": "Nauhoita ääni",
 	"Record voice": "Nauhoita ääni",
 	"Redirecting you to OpenWebUI Community": "Ohjataan sinut OpenWebUI-yhteisöön",
 	"Redirecting you to OpenWebUI Community": "Ohjataan sinut OpenWebUI-yhteisöön",
@@ -706,6 +710,8 @@
 	"Tfs Z": "TFS Z",
 	"Tfs Z": "TFS Z",
 	"Thanks for your feedback!": "Kiitos palautteestasi!",
 	"Thanks for your feedback!": "Kiitos palautteestasi!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Pisteytyksen tulee olla arvo välillä 0.0 (0%) ja 1.0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Pisteytyksen tulee olla arvo välillä 0.0 (0%) ja 1.0 (100%).",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "Kytke sivupalkki",
 	"Toggle sidebar": "Kytke sivupalkki",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "Erreur",
 	"Error": "Erreur",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Expérimental",
 	"Experimental": "Expérimental",
 	"Export": "Exportation",
 	"Export": "Exportation",
 	"Export All Chats (All Users)": "Exporter toutes les conversations (tous les utilisateurs)",
 	"Export All Chats (All Users)": "Exporter toutes les conversations (tous les utilisateurs)",
@@ -373,6 +374,7 @@
 	"Import Models": "Importer des modèles",
 	"Import Models": "Importer des modèles",
 	"Import Prompts": "Importer des Enseignes",
 	"Import Prompts": "Importer des Enseignes",
 	"Import Tools": "Outils d'importation",
 	"Import Tools": "Outils d'importation",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Inclure le drapeau `--api-auth` lors de l'exécution de stable-diffusion-webui",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Inclure le drapeau `--api-auth` lors de l'exécution de stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Inclure le drapeau `--api` lorsque vous exécutez stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Inclure le drapeau `--api` lorsque vous exécutez stable-diffusion-webui",
 	"Info": "Info",
 	"Info": "Info",
@@ -485,6 +487,7 @@
 	"No valves to update": "Aucune vanne à mettre à jour",
 	"No valves to update": "Aucune vanne à mettre à jour",
 	"None": "Aucun",
 	"None": "Aucun",
 	"Not factually correct": "Non factuellement correct",
 	"Not factually correct": "Non factuellement correct",
+	"Not helpful": "",
 	"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, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.",
 	"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, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.",
 	"Notifications": "Notifications",
 	"Notifications": "Notifications",
 	"November": "Novembre",
 	"November": "Novembre",
@@ -558,6 +561,7 @@
 	"Query Params": "Paramètres de requête",
 	"Query Params": "Paramètres de requête",
 	"RAG Template": "Modèle RAG",
 	"RAG Template": "Modèle RAG",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Lire à haute voix",
 	"Read Aloud": "Lire à haute voix",
 	"Record voice": "Enregistrer la voix",
 	"Record voice": "Enregistrer la voix",
 	"Redirecting you to OpenWebUI Community": "Redirection vers la communauté OpenWebUI",
 	"Redirecting you to OpenWebUI Community": "Redirection vers la communauté OpenWebUI",
@@ -707,6 +711,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Merci pour vos commentaires !",
 	"Thanks for your feedback!": "Merci pour vos commentaires !",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Le score doit être une valeur comprise entre 0,0 (0\u00a0%) et 1,0 (100\u00a0%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Le score doit être une valeur comprise entre 0,0 (0\u00a0%) et 1,0 (100\u00a0%).",
@@ -744,6 +750,7 @@
 	"Toggle sidebar": "Basculer la barre latérale",
 	"Toggle sidebar": "Basculer la barre latérale",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "Jeton à conserver pour l'actualisation du contexte (num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "Jeton à conserver pour l'actualisation du contexte (num_keep)",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "L'outil a été créé avec succès",
 	"Tool created successfully": "L'outil a été créé avec succès",
 	"Tool deleted successfully": "Outil supprimé avec succès",
 	"Tool deleted successfully": "Outil supprimé avec succès",

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

@@ -287,6 +287,7 @@
 	"Error": "Erreur",
 	"Error": "Erreur",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Expérimental",
 	"Experimental": "Expérimental",
 	"Export": "Exportation",
 	"Export": "Exportation",
 	"Export All Chats (All Users)": "Exporter toutes les conversations (pour tous les utilisateurs)",
 	"Export All Chats (All Users)": "Exporter toutes les conversations (pour tous les utilisateurs)",
@@ -373,6 +374,7 @@
 	"Import Models": "Importer des modèles",
 	"Import Models": "Importer des modèles",
 	"Import Prompts": "Importer des prompts",
 	"Import Prompts": "Importer des prompts",
 	"Import Tools": "Outils d'importation",
 	"Import Tools": "Outils d'importation",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Inclure le drapeau `--api-auth` lors de l'exécution de stable-diffusion-webui",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Inclure le drapeau `--api-auth` lors de l'exécution de stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Inclure le drapeau `--api` lorsque vous exécutez stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Inclure le drapeau `--api` lorsque vous exécutez stable-diffusion-webui",
 	"Info": "Info",
 	"Info": "Info",
@@ -485,6 +487,7 @@
 	"No valves to update": "Aucune vanne à mettre à jour",
 	"No valves to update": "Aucune vanne à mettre à jour",
 	"None": "Aucun",
 	"None": "Aucun",
 	"Not factually correct": "Non factuellement correct",
 	"Not factually correct": "Non factuellement correct",
+	"Not helpful": "",
 	"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, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.",
 	"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, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.",
 	"Notifications": "Notifications",
 	"Notifications": "Notifications",
 	"November": "Novembre",
 	"November": "Novembre",
@@ -558,6 +561,7 @@
 	"Query Params": "Paramètres de requête",
 	"Query Params": "Paramètres de requête",
 	"RAG Template": "Modèle RAG",
 	"RAG Template": "Modèle RAG",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Lire à haute voix",
 	"Read Aloud": "Lire à haute voix",
 	"Record voice": "Enregistrer la voix",
 	"Record voice": "Enregistrer la voix",
 	"Redirecting you to OpenWebUI Community": "Redirection vers la communauté OpenWebUI",
 	"Redirecting you to OpenWebUI Community": "Redirection vers la communauté OpenWebUI",
@@ -707,6 +711,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Merci pour vos commentaires !",
 	"Thanks for your feedback!": "Merci pour vos commentaires !",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Les développeurs de ce plugin sont des bénévoles passionnés issus de la communauté. Si vous trouvez ce plugin utile, merci de contribuer à son développement.",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Les développeurs de ce plugin sont des bénévoles passionnés issus de la communauté. Si vous trouvez ce plugin utile, merci de contribuer à son développement.",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "La taille maximale du fichier en Mo. Si la taille du fichier dépasse cette limite, le fichier ne sera pas téléchargé.",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "La taille maximale du fichier en Mo. Si la taille du fichier dépasse cette limite, le fichier ne sera pas téléchargé.",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "Le nombre maximal de fichiers pouvant être utilisés en même temps dans la conversation. Si le nombre de fichiers dépasse cette limite, les fichiers ne seront pas téléchargés.",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "Le nombre maximal de fichiers pouvant être utilisés en même temps dans la conversation. Si le nombre de fichiers dépasse cette limite, les fichiers ne seront pas téléchargés.",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Le score doit être une valeur comprise entre 0,0 (0\u00a0%) et 1,0 (100\u00a0%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Le score doit être une valeur comprise entre 0,0 (0\u00a0%) et 1,0 (100\u00a0%).",
@@ -744,6 +750,7 @@
 	"Toggle sidebar": "Basculer la barre latérale",
 	"Toggle sidebar": "Basculer la barre latérale",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "Jeton à conserver lors du rafraîchissement du contexte (num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "Jeton à conserver lors du rafraîchissement du contexte (num_keep)",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "L'outil a été créé avec succès",
 	"Tool created successfully": "L'outil a été créé avec succès",
 	"Tool deleted successfully": "Outil supprimé avec succès",
 	"Tool deleted successfully": "Outil supprimé avec succès",

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

@@ -287,6 +287,7 @@
 	"Error": "שגיאה",
 	"Error": "שגיאה",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "ניסיוני",
 	"Experimental": "ניסיוני",
 	"Export": "ייצא",
 	"Export": "ייצא",
 	"Export All Chats (All Users)": "ייצוא כל הצ'אטים (כל המשתמשים)",
 	"Export All Chats (All Users)": "ייצוא כל הצ'אטים (כל המשתמשים)",
@@ -373,6 +374,7 @@
 	"Import Models": "ייבוא דגמים",
 	"Import Models": "ייבוא דגמים",
 	"Import Prompts": "יבוא פקודות",
 	"Import Prompts": "יבוא פקודות",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "כלול את הדגל `--api` בעת הרצת stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "כלול את הדגל `--api` בעת הרצת stable-diffusion-webui",
 	"Info": "מידע",
 	"Info": "מידע",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "ללא",
 	"None": "ללא",
 	"Not factually correct": "לא נכון מבחינה עובדתית",
 	"Not factually correct": "לא נכון מבחינה עובדתית",
+	"Not helpful": "",
 	"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": "התראות",
 	"Notifications": "התראות",
 	"November": "נובמבר",
 	"November": "נובמבר",
@@ -558,6 +561,7 @@
 	"Query Params": "פרמטרי שאילתה",
 	"Query Params": "פרמטרי שאילתה",
 	"RAG Template": "תבנית RAG",
 	"RAG Template": "תבנית RAG",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "קרא בקול",
 	"Read Aloud": "קרא בקול",
 	"Record voice": "הקלט קול",
 	"Record voice": "הקלט קול",
 	"Redirecting you to OpenWebUI Community": "מפנה אותך לקהילת OpenWebUI",
 	"Redirecting you to OpenWebUI Community": "מפנה אותך לקהילת OpenWebUI",
@@ -707,6 +711,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "תודה על המשוב שלך!",
 	"Thanks for your feedback!": "תודה על המשוב שלך!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "ציון צריך להיות ערך בין 0.0 (0%) ל-1.0 (100%)",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "ציון צריך להיות ערך בין 0.0 (0%) ל-1.0 (100%)",
@@ -744,6 +750,7 @@
 	"Toggle sidebar": "החלפת מצב של סרגל הצד",
 	"Toggle sidebar": "החלפת מצב של סרגל הצד",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "चूक",
 	"Error": "चूक",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "प्रयोगात्मक",
 	"Experimental": "प्रयोगात्मक",
 	"Export": "निर्यातित माल",
 	"Export": "निर्यातित माल",
 	"Export All Chats (All Users)": "सभी चैट निर्यात करें (सभी उपयोगकर्ताओं की)",
 	"Export All Chats (All Users)": "सभी चैट निर्यात करें (सभी उपयोगकर्ताओं की)",
@@ -373,6 +374,7 @@
 	"Import Models": "आयात मॉडल",
 	"Import Models": "आयात मॉडल",
 	"Import Prompts": "प्रॉम्प्ट आयात करें",
 	"Import Prompts": "प्रॉम्प्ट आयात करें",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webui चलाते समय `--api` ध्वज शामिल करें",
 	"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webui चलाते समय `--api` ध्वज शामिल करें",
 	"Info": "सूचना-विषयक",
 	"Info": "सूचना-विषयक",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "कोई नहीं",
 	"None": "कोई नहीं",
 	"Not factually correct": "तथ्यात्मक रूप से सही नहीं है",
 	"Not factually correct": "तथ्यात्मक रूप से सही नहीं है",
+	"Not helpful": "",
 	"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": "सूचनाएं",
 	"Notifications": "सूचनाएं",
 	"November": "नवंबर",
 	"November": "नवंबर",
@@ -558,6 +561,7 @@
 	"Query Params": "क्वेरी पैरामीटर",
 	"Query Params": "क्वेरी पैरामीटर",
 	"RAG Template": "RAG टेम्पलेट",
 	"RAG Template": "RAG टेम्पलेट",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "जोर से पढ़ें",
 	"Read Aloud": "जोर से पढ़ें",
 	"Record voice": "आवाज रिकॉर्ड करना",
 	"Record voice": "आवाज रिकॉर्ड करना",
 	"Redirecting you to OpenWebUI Community": "आपको OpenWebUI समुदाय पर पुनर्निर्देशित किया जा रहा है",
 	"Redirecting you to OpenWebUI Community": "आपको OpenWebUI समुदाय पर पुनर्निर्देशित किया जा रहा है",
@@ -706,6 +710,8 @@
 	"Tfs Z": "टफ्स Z",
 	"Tfs Z": "टफ्स Z",
 	"Thanks for your feedback!": "आपकी प्रतिक्रिया के लिए धन्यवाद!",
 	"Thanks for your feedback!": "आपकी प्रतिक्रिया के लिए धन्यवाद!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "स्कोर का मान 0.0 (0%) और 1.0 (100%) के बीच होना चाहिए।",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "स्कोर का मान 0.0 (0%) और 1.0 (100%) के बीच होना चाहिए।",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "साइडबार टॉगल करें",
 	"Toggle sidebar": "साइडबार टॉगल करें",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "Greška",
 	"Error": "Greška",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Eksperimentalno",
 	"Experimental": "Eksperimentalno",
 	"Export": "Izvoz",
 	"Export": "Izvoz",
 	"Export All Chats (All Users)": "Izvoz svih razgovora (svi korisnici)",
 	"Export All Chats (All Users)": "Izvoz svih razgovora (svi korisnici)",
@@ -373,6 +374,7 @@
 	"Import Models": "Uvoz modela",
 	"Import Models": "Uvoz modela",
 	"Import Prompts": "Uvoz prompta",
 	"Import Prompts": "Uvoz prompta",
 	"Import Tools": "Uvoz alata",
 	"Import Tools": "Uvoz alata",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "Uključite zastavicu `--api` prilikom pokretanja stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Uključite zastavicu `--api` prilikom pokretanja stable-diffusion-webui",
 	"Info": "Informacije",
 	"Info": "Informacije",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "Ništa",
 	"None": "Ništa",
 	"Not factually correct": "Nije činjenično točno",
 	"Not factually correct": "Nije činjenično točno",
+	"Not helpful": "",
 	"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.",
 	"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",
 	"Notifications": "Obavijesti",
 	"November": "Studeni",
 	"November": "Studeni",
@@ -558,6 +561,7 @@
 	"Query Params": "Parametri upita",
 	"Query Params": "Parametri upita",
 	"RAG Template": "RAG predložak",
 	"RAG Template": "RAG predložak",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Čitaj naglas",
 	"Read Aloud": "Čitaj naglas",
 	"Record voice": "Snimanje glasa",
 	"Record voice": "Snimanje glasa",
 	"Redirecting you to OpenWebUI Community": "Preusmjeravanje na OpenWebUI zajednicu",
 	"Redirecting you to OpenWebUI Community": "Preusmjeravanje na OpenWebUI zajednicu",
@@ -707,6 +711,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Hvala na povratnim informacijama!",
 	"Thanks for your feedback!": "Hvala na povratnim informacijama!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Ocjena treba biti vrijednost između 0,0 (0%) i 1,0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Ocjena treba biti vrijednost između 0,0 (0%) i 1,0 (100%).",
@@ -744,6 +750,7 @@
 	"Toggle sidebar": "Prebaci bočnu traku",
 	"Toggle sidebar": "Prebaci bočnu traku",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "Kesalahan",
 	"Error": "Kesalahan",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Percobaan",
 	"Experimental": "Percobaan",
 	"Export": "Ekspor",
 	"Export": "Ekspor",
 	"Export All Chats (All Users)": "Ekspor Semua Obrolan (Semua Pengguna)",
 	"Export All Chats (All Users)": "Ekspor Semua Obrolan (Semua Pengguna)",
@@ -373,6 +374,7 @@
 	"Import Models": "Model Impor",
 	"Import Models": "Model Impor",
 	"Import Prompts": "Petunjuk Impor",
 	"Import Prompts": "Petunjuk Impor",
 	"Import Tools": "Alat Impor",
 	"Import Tools": "Alat Impor",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Sertakan bendera `--api-auth` saat menjalankan stable-diffusion-webui",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Sertakan bendera `--api-auth` saat menjalankan stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Sertakan bendera `--api` saat menjalankan stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Sertakan bendera `--api` saat menjalankan stable-diffusion-webui",
 	"Info": "Info",
 	"Info": "Info",
@@ -485,6 +487,7 @@
 	"No valves to update": "Tidak ada katup untuk diperbarui",
 	"No valves to update": "Tidak ada katup untuk diperbarui",
 	"None": "Tidak ada",
 	"None": "Tidak ada",
 	"Not factually correct": "Tidak benar secara faktual",
 	"Not factually correct": "Tidak benar secara faktual",
+	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Catatan: Jika Anda menetapkan skor minimum, pencarian hanya akan mengembalikan dokumen dengan skor yang lebih besar atau sama dengan skor minimum.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Catatan: Jika Anda menetapkan skor minimum, pencarian hanya akan mengembalikan dokumen dengan skor yang lebih besar atau sama dengan skor minimum.",
 	"Notifications": "Pemberitahuan",
 	"Notifications": "Pemberitahuan",
 	"November": "November",
 	"November": "November",
@@ -558,6 +561,7 @@
 	"Query Params": "Parameter Kueri",
 	"Query Params": "Parameter Kueri",
 	"RAG Template": "Templat RAG",
 	"RAG Template": "Templat RAG",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Baca dengan Keras",
 	"Read Aloud": "Baca dengan Keras",
 	"Record voice": "Rekam suara",
 	"Record voice": "Rekam suara",
 	"Redirecting you to OpenWebUI Community": "Mengarahkan Anda ke Komunitas OpenWebUI",
 	"Redirecting you to OpenWebUI Community": "Mengarahkan Anda ke Komunitas OpenWebUI",
@@ -706,6 +710,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Terima kasih atas umpan balik Anda!",
 	"Thanks for your feedback!": "Terima kasih atas umpan balik Anda!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Nilai yang diberikan haruslah nilai antara 0,0 (0%) dan 1,0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Nilai yang diberikan haruslah nilai antara 0,0 (0%) dan 1,0 (100%).",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "Beralih bilah sisi",
 	"Toggle sidebar": "Beralih bilah sisi",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "Token Untuk Menyimpan Penyegaran Konteks (num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "Token Untuk Menyimpan Penyegaran Konteks (num_keep)",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "Alat berhasil dibuat",
 	"Tool created successfully": "Alat berhasil dibuat",
 	"Tool deleted successfully": "Alat berhasil dihapus",
 	"Tool deleted successfully": "Alat berhasil dihapus",

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

@@ -287,6 +287,7 @@
 	"Error": "Earráid",
 	"Error": "Earráid",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Turgnamhach",
 	"Experimental": "Turgnamhach",
 	"Export": "Easpórtáil",
 	"Export": "Easpórtáil",
 	"Export All Chats (All Users)": "Easpórtáil gach comhrá (Gach Úsáideoir)",
 	"Export All Chats (All Users)": "Easpórtáil gach comhrá (Gach Úsáideoir)",
@@ -373,6 +374,7 @@
 	"Import Models": "Samhlacha iompórtá",
 	"Import Models": "Samhlacha iompórtá",
 	"Import Prompts": "Leideanna Iompórtála",
 	"Import Prompts": "Leideanna Iompórtála",
 	"Import Tools": "Uirlisí Iomp",
 	"Import Tools": "Uirlisí Iomp",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Cuir bratach `--api-auth` san áireamh agus webui stable-diffusion-reatha á rith",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Cuir bratach `--api-auth` san áireamh agus webui stable-diffusion-reatha á rith",
 	"Include `--api` flag when running stable-diffusion-webui": "Cuir bratach `--api` san áireamh agus webui cobhsaí-scaipthe á rith",
 	"Include `--api` flag when running stable-diffusion-webui": "Cuir bratach `--api` san áireamh agus webui cobhsaí-scaipthe á rith",
 	"Info": "Eolas",
 	"Info": "Eolas",
@@ -485,6 +487,7 @@
 	"No valves to update": "Gan comhlaí le nuashonrú",
 	"No valves to update": "Gan comhlaí le nuashonrú",
 	"None": "Dada",
 	"None": "Dada",
 	"Not factually correct": "Níl sé ceart go fírineach",
 	"Not factually correct": "Níl sé ceart go fírineach",
+	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nóta: Má shocraíonn tú íosscór, ní thabharfaidh an cuardach ach doiciméid a bhfuil scór níos mó ná nó cothrom leis an scór íosta ar ais.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nóta: Má shocraíonn tú íosscór, ní thabharfaidh an cuardach ach doiciméid a bhfuil scór níos mó ná nó cothrom leis an scór íosta ar ais.",
 	"Notifications": "Fógraí",
 	"Notifications": "Fógraí",
 	"November": "Samhain",
 	"November": "Samhain",
@@ -558,6 +561,7 @@
 	"Query Params": "Fiosrúcháin Params",
 	"Query Params": "Fiosrúcháin Params",
 	"RAG Template": "Teimpléad RAG",
 	"RAG Template": "Teimpléad RAG",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Léigh Ard",
 	"Read Aloud": "Léigh Ard",
 	"Record voice": "Taifead guth",
 	"Record voice": "Taifead guth",
 	"Redirecting you to OpenWebUI Community": "Tú a atreorú chuig OpenWebUI Community",
 	"Redirecting you to OpenWebUI Community": "Tú a atreorú chuig OpenWebUI Community",
@@ -706,6 +710,8 @@
 	"Tfs Z": "TFS Z",
 	"Tfs Z": "TFS Z",
 	"Thanks for your feedback!": "Go raibh maith agat as do chuid aiseolas!",
 	"Thanks for your feedback!": "Go raibh maith agat as do chuid aiseolas!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Is deonacha paiseanta ón bpobal iad na forbróirí taobh thiar den bhreiseán seo. Má aimsíonn an breiseán seo cabhrach leat, smaoinigh ar rannchuidiú lena fhorbairt.",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Is deonacha paiseanta ón bpobal iad na forbróirí taobh thiar den bhreiseán seo. Má aimsíonn an breiseán seo cabhrach leat, smaoinigh ar rannchuidiú lena fhorbairt.",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "Uasmhéid an chomhaid i MB. Má sháraíonn méid an chomhaid an teorainn seo, ní uaslódófar an comhad.",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "Uasmhéid an chomhaid i MB. Má sháraíonn méid an chomhaid an teorainn seo, ní uaslódófar an comhad.",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "An líon uasta na gcomhaid is féidir a úsáid ag an am céanna i gcomhrá. Má sháraíonn líon na gcomhaid an teorainn seo, ní uaslódófar na comhaid.",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "An líon uasta na gcomhaid is féidir a úsáid ag an am céanna i gcomhrá. Má sháraíonn líon na gcomhaid an teorainn seo, ní uaslódófar na comhaid.",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Ba chóir go mbeadh an scór ina luach idir 0.0 (0%) agus 1.0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Ba chóir go mbeadh an scór ina luach idir 0.0 (0%) agus 1.0 (100%).",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "Athraigh barra taobh",
 	"Toggle sidebar": "Athraigh barra taobh",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "Comharthaí le Coinneáil ar Athnuachan Comhthéacs (num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "Comharthaí le Coinneáil ar Athnuachan Comhthéacs (num_keep)",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "Uirlis cruthaithe go rathúil",
 	"Tool created successfully": "Uirlis cruthaithe go rathúil",
 	"Tool deleted successfully": "Uirlis scriosta go rathúil",
 	"Tool deleted successfully": "Uirlis scriosta go rathúil",

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

@@ -287,6 +287,7 @@
 	"Error": "Errore",
 	"Error": "Errore",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Sperimentale",
 	"Experimental": "Sperimentale",
 	"Export": "Esportazione",
 	"Export": "Esportazione",
 	"Export All Chats (All Users)": "Esporta tutte le chat (tutti gli utenti)",
 	"Export All Chats (All Users)": "Esporta tutte le chat (tutti gli utenti)",
@@ -373,6 +374,7 @@
 	"Import Models": "Importazione di modelli",
 	"Import Models": "Importazione di modelli",
 	"Import Prompts": "Importa prompt",
 	"Import Prompts": "Importa prompt",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "Includi il flag `--api` quando esegui stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Includi il flag `--api` quando esegui stable-diffusion-webui",
 	"Info": "Informazioni",
 	"Info": "Informazioni",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "Nessuno",
 	"None": "Nessuno",
 	"Not factually correct": "Non corretto dal punto di vista fattuale",
 	"Not factually correct": "Non corretto dal punto di vista fattuale",
+	"Not helpful": "",
 	"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.",
 	"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",
 	"Notifications": "Notifiche desktop",
 	"November": "Novembre",
 	"November": "Novembre",
@@ -558,6 +561,7 @@
 	"Query Params": "Parametri query",
 	"Query Params": "Parametri query",
 	"RAG Template": "Modello RAG",
 	"RAG Template": "Modello RAG",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Leggi ad alta voce",
 	"Read Aloud": "Leggi ad alta voce",
 	"Record voice": "Registra voce",
 	"Record voice": "Registra voce",
 	"Redirecting you to OpenWebUI Community": "Reindirizzamento alla comunità OpenWebUI",
 	"Redirecting you to OpenWebUI Community": "Reindirizzamento alla comunità OpenWebUI",
@@ -707,6 +711,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Grazie per il tuo feedback!",
 	"Thanks for your feedback!": "Grazie per il tuo feedback!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Il punteggio dovrebbe essere un valore compreso tra 0.0 (0%) e 1.0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Il punteggio dovrebbe essere un valore compreso tra 0.0 (0%) e 1.0 (100%).",
@@ -744,6 +750,7 @@
 	"Toggle sidebar": "Attiva/disattiva barra laterale",
 	"Toggle sidebar": "Attiva/disattiva barra laterale",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "エラー",
 	"Error": "エラー",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "実験的",
 	"Experimental": "実験的",
 	"Export": "エクスポート",
 	"Export": "エクスポート",
 	"Export All Chats (All Users)": "すべてのチャットをエクスポート (すべてのユーザー)",
 	"Export All Chats (All Users)": "すべてのチャットをエクスポート (すべてのユーザー)",
@@ -373,6 +374,7 @@
 	"Import Models": "モデルのインポート",
 	"Import Models": "モデルのインポート",
 	"Import Prompts": "プロンプトをインポート",
 	"Import Prompts": "プロンプトをインポート",
 	"Import Tools": "ツールのインポート",
 	"Import Tools": "ツールのインポート",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webuiを実行する際に`--api`フラグを含める",
 	"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webuiを実行する際に`--api`フラグを含める",
 	"Info": "情報",
 	"Info": "情報",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "何一つ",
 	"None": "何一つ",
 	"Not factually correct": "実事上正しくない",
 	"Not factually correct": "実事上正しくない",
+	"Not helpful": "",
 	"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": "デスクトップ通知",
 	"Notifications": "デスクトップ通知",
 	"November": "11月",
 	"November": "11月",
@@ -558,6 +561,7 @@
 	"Query Params": "クエリパラメーター",
 	"Query Params": "クエリパラメーター",
 	"RAG Template": "RAG テンプレート",
 	"RAG Template": "RAG テンプレート",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "読み上げ",
 	"Read Aloud": "読み上げ",
 	"Record voice": "音声を録音",
 	"Record voice": "音声を録音",
 	"Redirecting you to OpenWebUI Community": "OpenWebUI コミュニティにリダイレクトしています",
 	"Redirecting you to OpenWebUI Community": "OpenWebUI コミュニティにリダイレクトしています",
@@ -705,6 +709,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "ご意見ありがとうございます!",
 	"Thanks for your feedback!": "ご意見ありがとうございます!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "スコアは0.0(0%)から1.0(100%)の間の値にしてください。",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "スコアは0.0(0%)から1.0(100%)の間の値にしてください。",
@@ -742,6 +748,7 @@
 	"Toggle sidebar": "サイドバーを切り替え",
 	"Toggle sidebar": "サイドバーを切り替え",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "შეცდომა",
 	"Error": "შეცდომა",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "ექსპერიმენტალური",
 	"Experimental": "ექსპერიმენტალური",
 	"Export": "ექსპორტი",
 	"Export": "ექსპორტი",
 	"Export All Chats (All Users)": "ექსპორტი ყველა ჩათი (ყველა მომხმარებელი)",
 	"Export All Chats (All Users)": "ექსპორტი ყველა ჩათი (ყველა მომხმარებელი)",
@@ -373,6 +374,7 @@
 	"Import Models": "იმპორტის მოდელები",
 	"Import Models": "იმპორტის მოდელები",
 	"Import Prompts": "მოთხოვნების იმპორტი",
 	"Import Prompts": "მოთხოვნების იმპორტი",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "ჩართეთ `--api` დროშა stable-diffusion-webui-ის გაშვებისას",
 	"Include `--api` flag when running stable-diffusion-webui": "ჩართეთ `--api` დროშა stable-diffusion-webui-ის გაშვებისას",
 	"Info": "ინფორმაცია",
 	"Info": "ინფორმაცია",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "არცერთი",
 	"None": "არცერთი",
 	"Not factually correct": "არ ვეთანხმები პირდაპირ ვერც ვეთანხმები",
 	"Not factually correct": "არ ვეთანხმები პირდაპირ ვერც ვეთანხმები",
+	"Not helpful": "",
 	"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": "შეტყობინება",
 	"Notifications": "შეტყობინება",
 	"November": "ნოემბერი",
 	"November": "ნოემბერი",
@@ -558,6 +561,7 @@
 	"Query Params": "პარამეტრების ძიება",
 	"Query Params": "პარამეტრების ძიება",
 	"RAG Template": "RAG შაბლონი",
 	"RAG Template": "RAG შაბლონი",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "ხმის ჩაწერა",
 	"Read Aloud": "ხმის ჩაწერა",
 	"Record voice": "ხმის ჩაწერა",
 	"Record voice": "ხმის ჩაწერა",
 	"Redirecting you to OpenWebUI Community": "გადამისამართდებით OpenWebUI საზოგადოებაში",
 	"Redirecting you to OpenWebUI Community": "გადამისამართდებით OpenWebUI საზოგადოებაში",
@@ -706,6 +710,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "მადლობა გამოხმაურებისთვის!",
 	"Thanks for your feedback!": "მადლობა გამოხმაურებისთვის!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "ქულა 0.0 (0%) და 1.0 (100%) ჩაშენებული უნდა იყოს.",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "ქულა 0.0 (0%) და 1.0 (100%) ჩაშენებული უნდა იყოს.",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "გვერდითი ზოლის გადართვა",
 	"Toggle sidebar": "გვერდითი ზოლის გადართვა",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "오류",
 	"Error": "오류",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "실험적",
 	"Experimental": "실험적",
 	"Export": "내보내기",
 	"Export": "내보내기",
 	"Export All Chats (All Users)": "모든 채팅 내보내기(모든 사용자)",
 	"Export All Chats (All Users)": "모든 채팅 내보내기(모든 사용자)",
@@ -373,6 +374,7 @@
 	"Import Models": "모델 가져오기",
 	"Import Models": "모델 가져오기",
 	"Import Prompts": "프롬프트 가져오기",
 	"Import Prompts": "프롬프트 가져오기",
 	"Import Tools": "도구 가져오기",
 	"Import Tools": "도구 가져오기",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webui를 실행 시 `--api` 플래그 포함 필요",
 	"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webui를 실행 시 `--api` 플래그 포함 필요",
 	"Info": "정보",
 	"Info": "정보",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "없음",
 	"None": "없음",
 	"Not factually correct": "사실상 맞지 않음",
 	"Not factually correct": "사실상 맞지 않음",
+	"Not helpful": "",
 	"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": "알림",
 	"Notifications": "알림",
 	"November": "11월",
 	"November": "11월",
@@ -558,6 +561,7 @@
 	"Query Params": "쿼리 파라미터",
 	"Query Params": "쿼리 파라미터",
 	"RAG Template": "RAG 템플릿",
 	"RAG Template": "RAG 템플릿",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "읽어주기",
 	"Read Aloud": "읽어주기",
 	"Record voice": "음성 녹음",
 	"Record voice": "음성 녹음",
 	"Redirecting you to OpenWebUI Community": "OpenWebUI 커뮤니티로 리디렉션 중",
 	"Redirecting you to OpenWebUI Community": "OpenWebUI 커뮤니티로 리디렉션 중",
@@ -706,6 +710,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "피드백 감사합니다!",
 	"Thanks for your feedback!": "피드백 감사합니다!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "점수는 0.0(0%)에서 1.0(100%) 사이의 값이어야 합니다.",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "점수는 0.0(0%)에서 1.0(100%) 사이의 값이어야 합니다.",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "사이드바 전환",
 	"Toggle sidebar": "사이드바 전환",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "컨텍스트 새로 고침 시 유지할 토큰 수(num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "컨텍스트 새로 고침 시 유지할 토큰 수(num_keep)",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "Klaida",
 	"Error": "Klaida",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Eksperimentinis",
 	"Experimental": "Eksperimentinis",
 	"Export": "Eksportuoti",
 	"Export": "Eksportuoti",
 	"Export All Chats (All Users)": "Eksportuoti visų naudotojų visus pokalbius",
 	"Export All Chats (All Users)": "Eksportuoti visų naudotojų visus pokalbius",
@@ -373,6 +374,7 @@
 	"Import Models": "Importuoti modelius",
 	"Import Models": "Importuoti modelius",
 	"Import Prompts": "Importuoti užklausas",
 	"Import Prompts": "Importuoti užklausas",
 	"Import Tools": "Importuoti įrankius",
 	"Import Tools": "Importuoti įrankius",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Įtraukti `--api-auth` flag when running stable-diffusion-webui",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Įtraukti `--api-auth` flag when running stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Pridėti `--api` kai vykdomas stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Pridėti `--api` kai vykdomas stable-diffusion-webui",
 	"Info": "Informacija",
 	"Info": "Informacija",
@@ -485,6 +487,7 @@
 	"No valves to update": "Nėra atnaujinamų įeičių",
 	"No valves to update": "Nėra atnaujinamų įeičių",
 	"None": "Nėra",
 	"None": "Nėra",
 	"Not factually correct": "Faktiškai netikslu",
 	"Not factually correct": "Faktiškai netikslu",
+	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Jei turite minimalų įvertį, paieška gražins tik tą informaciją, kuri viršyje šį įvertį",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Jei turite minimalų įvertį, paieška gražins tik tą informaciją, kuri viršyje šį įvertį",
 	"Notifications": "Pranešimai",
 	"Notifications": "Pranešimai",
 	"November": "lapkritis",
 	"November": "lapkritis",
@@ -558,6 +561,7 @@
 	"Query Params": "Užklausos parametrai",
 	"Query Params": "Užklausos parametrai",
 	"RAG Template": "RAG šablonas",
 	"RAG Template": "RAG šablonas",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Skaityti garsiai",
 	"Read Aloud": "Skaityti garsiai",
 	"Record voice": "Įrašyti balsą",
 	"Record voice": "Įrašyti balsą",
 	"Redirecting you to OpenWebUI Community": "Perkeliam Jus į OpenWebUI bendruomenę",
 	"Redirecting you to OpenWebUI Community": "Perkeliam Jus į OpenWebUI bendruomenę",
@@ -708,6 +712,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Ačiū už atsiliepimus",
 	"Thanks for your feedback!": "Ačiū už atsiliepimus",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Šis modulis kuriamas savanorių. Palaikykite jų darbus finansiškai arba prisidėdami kodu.",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Šis modulis kuriamas savanorių. Palaikykite jų darbus finansiškai arba prisidėdami kodu.",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Rezultatas turėtų būti tarp 0.0 (0%) ir 1.0 (100%)",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Rezultatas turėtų būti tarp 0.0 (0%) ir 1.0 (100%)",
@@ -745,6 +751,7 @@
 	"Toggle sidebar": "Atverti/užverti šoninį meniu",
 	"Toggle sidebar": "Atverti/užverti šoninį meniu",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "Žetonų kiekis konteksto atnaujinimui (num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "Žetonų kiekis konteksto atnaujinimui (num_keep)",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "Įrankis sukurtas sėkmingai",
 	"Tool created successfully": "Įrankis sukurtas sėkmingai",
 	"Tool deleted successfully": "Įrankis ištrintas sėkmingai",
 	"Tool deleted successfully": "Įrankis ištrintas sėkmingai",

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

@@ -287,6 +287,7 @@
 	"Error": "Ralat",
 	"Error": "Ralat",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Percubaan",
 	"Experimental": "Percubaan",
 	"Export": "Eksport",
 	"Export": "Eksport",
 	"Export All Chats (All Users)": "Eksport Semua Perbualan (Semua Pengguna)",
 	"Export All Chats (All Users)": "Eksport Semua Perbualan (Semua Pengguna)",
@@ -373,6 +374,7 @@
 	"Import Models": "Import Model",
 	"Import Models": "Import Model",
 	"Import Prompts": "Import Gesaan",
 	"Import Prompts": "Import Gesaan",
 	"Import Tools": "Import Alat",
 	"Import Tools": "Import Alat",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Sertakan bendera `-- api -auth` semasa menjalankan stable-diffusion-webui ",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Sertakan bendera `-- api -auth` semasa menjalankan stable-diffusion-webui ",
 	"Include `--api` flag when running stable-diffusion-webui": "Sertakan bendera `-- api ` semasa menjalankan stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Sertakan bendera `-- api ` semasa menjalankan stable-diffusion-webui",
 	"Info": "Maklumat",
 	"Info": "Maklumat",
@@ -485,6 +487,7 @@
 	"No valves to update": "Tiada 'valve' untuk dikemas kini",
 	"No valves to update": "Tiada 'valve' untuk dikemas kini",
 	"None": "Tiada",
 	"None": "Tiada",
 	"Not factually correct": "Tidak tepat secara fakta",
 	"Not factually correct": "Tidak tepat secara fakta",
+	"Not helpful": "",
 	"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: Jika anda menetapkan skor minimum, carian hanya akan mengembalikan dokumen dengan skor lebih besar daripada atau sama dengan skor minimum.",
 	"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: Jika anda menetapkan skor minimum, carian hanya akan mengembalikan dokumen dengan skor lebih besar daripada atau sama dengan skor minimum.",
 	"Notifications": "Pemberitahuan",
 	"Notifications": "Pemberitahuan",
 	"November": "November",
 	"November": "November",
@@ -558,6 +561,7 @@
 	"Query Params": "'Query Params'",
 	"Query Params": "'Query Params'",
 	"RAG Template": "Templat RAG",
 	"RAG Template": "Templat RAG",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Baca dengan lantang",
 	"Read Aloud": "Baca dengan lantang",
 	"Record voice": "Rakam suara",
 	"Record voice": "Rakam suara",
 	"Redirecting you to OpenWebUI Community": "Membawa anda ke Komuniti OpenWebUI",
 	"Redirecting you to OpenWebUI Community": "Membawa anda ke Komuniti OpenWebUI",
@@ -706,6 +710,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Terima kasih atas maklum balas anda!",
 	"Thanks for your feedback!": "Terima kasih atas maklum balas anda!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Pembangun di sebalik 'plugin' ini adalah sukarelawan yang bersemangat daripada komuniti. Jika anda mendapati 'plugin' ini membantu, sila pertimbangkan untuk menyumbang kepada pembangunannya.",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Pembangun di sebalik 'plugin' ini adalah sukarelawan yang bersemangat daripada komuniti. Jika anda mendapati 'plugin' ini membantu, sila pertimbangkan untuk menyumbang kepada pembangunannya.",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Skor hendaklah berada diantara 0.0 (0%) dan 1.0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Skor hendaklah berada diantara 0.0 (0%) dan 1.0 (100%).",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "Suis Bar Sisi",
 	"Toggle sidebar": "Suis Bar Sisi",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "Token Untuk Teruskan Dalam Muat Semula Konteks ( num_keep )",
 	"Tokens To Keep On Context Refresh (num_keep)": "Token Untuk Teruskan Dalam Muat Semula Konteks ( num_keep )",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "Alat berjaya dibuat",
 	"Tool created successfully": "Alat berjaya dibuat",
 	"Tool deleted successfully": "Alat berjaya dipadamkan",
 	"Tool deleted successfully": "Alat berjaya dipadamkan",

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

@@ -287,6 +287,7 @@
 	"Error": "Feil",
 	"Error": "Feil",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Eksperimentell",
 	"Experimental": "Eksperimentell",
 	"Export": "Eksporter",
 	"Export": "Eksporter",
 	"Export All Chats (All Users)": "Eksporter alle chatter (alle brukere)",
 	"Export All Chats (All Users)": "Eksporter alle chatter (alle brukere)",
@@ -373,6 +374,7 @@
 	"Import Models": "Importer modeller",
 	"Import Models": "Importer modeller",
 	"Import Prompts": "Importer prompts",
 	"Import Prompts": "Importer prompts",
 	"Import Tools": "Importer verktøy",
 	"Import Tools": "Importer verktøy",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Inkluder `--api-auth`-flagget når du kjører stable-diffusion-webui",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Inkluder `--api-auth`-flagget når du kjører stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Inkluder `--api`-flagget når du kjører stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Inkluder `--api`-flagget når du kjører stable-diffusion-webui",
 	"Info": "Info",
 	"Info": "Info",
@@ -485,6 +487,7 @@
 	"No valves to update": "Ingen ventiler å oppdatere",
 	"No valves to update": "Ingen ventiler å oppdatere",
 	"None": "Ingen",
 	"None": "Ingen",
 	"Not factually correct": "Uriktig informasjon",
 	"Not factually correct": "Uriktig informasjon",
+	"Not helpful": "",
 	"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 setter en minimums poengsum, vil søket kun returnere dokumenter med en poengsum som er større enn eller lik minimums poengsummen.",
 	"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 setter en minimums poengsum, vil søket kun returnere dokumenter med en poengsum som er større enn eller lik minimums poengsummen.",
 	"Notifications": "Varsler",
 	"Notifications": "Varsler",
 	"November": "november",
 	"November": "november",
@@ -558,6 +561,7 @@
 	"Query Params": "Forespørselsparametere",
 	"Query Params": "Forespørselsparametere",
 	"RAG Template": "RAG-mal",
 	"RAG Template": "RAG-mal",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Les høyt",
 	"Read Aloud": "Les høyt",
 	"Record voice": "Ta opp stemme",
 	"Record voice": "Ta opp stemme",
 	"Redirecting you to OpenWebUI Community": "Omdirigerer deg til OpenWebUI-fellesskapet",
 	"Redirecting you to OpenWebUI Community": "Omdirigerer deg til OpenWebUI-fellesskapet",
@@ -706,6 +710,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Takk for tilbakemeldingen!",
 	"Thanks for your feedback!": "Takk for tilbakemeldingen!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Utviklerne bak denne utvidelsen er lidenskapelige frivillige fra fellesskapet. Hvis du finner denne utvidelsen nyttig, vennligst vurder å bidra til utviklingen.",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Utviklerne bak denne utvidelsen er lidenskapelige frivillige fra fellesskapet. Hvis du finner denne utvidelsen nyttig, vennligst vurder å bidra til utviklingen.",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Poengsummen skal være en verdi mellom 0,0 (0%) og 1,0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Poengsummen skal være en verdi mellom 0,0 (0%) og 1,0 (100%).",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "Veksle sidefelt",
 	"Toggle sidebar": "Veksle sidefelt",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "Tokens å beholde ved kontekstoppdatering (num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "Tokens å beholde ved kontekstoppdatering (num_keep)",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "Verktøy opprettet",
 	"Tool created successfully": "Verktøy opprettet",
 	"Tool deleted successfully": "Verktøy slettet",
 	"Tool deleted successfully": "Verktøy slettet",

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

@@ -287,6 +287,7 @@
 	"Error": "Fout",
 	"Error": "Fout",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Experimenteel",
 	"Experimental": "Experimenteel",
 	"Export": "Exporteren",
 	"Export": "Exporteren",
 	"Export All Chats (All Users)": "Exporteer Alle Chats (Alle Gebruikers)",
 	"Export All Chats (All Users)": "Exporteer Alle Chats (Alle Gebruikers)",
@@ -373,6 +374,7 @@
 	"Import Models": "Modellen importeren",
 	"Import Models": "Modellen importeren",
 	"Import Prompts": "Importeer Prompts",
 	"Import Prompts": "Importeer Prompts",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "Voeg `--api` vlag toe bij het uitvoeren van stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Voeg `--api` vlag toe bij het uitvoeren van stable-diffusion-webui",
 	"Info": "Info",
 	"Info": "Info",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "Geen",
 	"None": "Geen",
 	"Not factually correct": "Feitelijk niet juist",
 	"Not factually correct": "Feitelijk niet juist",
+	"Not helpful": "",
 	"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.",
 	"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",
 	"Notifications": "Desktop Notificaties",
 	"November": "November",
 	"November": "November",
@@ -558,6 +561,7 @@
 	"Query Params": "Query Params",
 	"Query Params": "Query Params",
 	"RAG Template": "RAG Template",
 	"RAG Template": "RAG Template",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Voorlezen",
 	"Read Aloud": "Voorlezen",
 	"Record voice": "Neem stem op",
 	"Record voice": "Neem stem op",
 	"Redirecting you to OpenWebUI Community": "Je wordt doorgestuurd naar OpenWebUI Community",
 	"Redirecting you to OpenWebUI Community": "Je wordt doorgestuurd naar OpenWebUI Community",
@@ -706,6 +710,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Bedankt voor uw feedback!",
 	"Thanks for your feedback!": "Bedankt voor uw feedback!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Het score moet een waarde zijn tussen 0.0 (0%) en 1.0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Het score moet een waarde zijn tussen 0.0 (0%) en 1.0 (100%).",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "Wissel sidebar",
 	"Toggle sidebar": "Wissel sidebar",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "ਗਲਤੀ",
 	"Error": "ਗਲਤੀ",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "ਪਰਮਾਣੂਕ੍ਰਿਤ",
 	"Experimental": "ਪਰਮਾਣੂਕ੍ਰਿਤ",
 	"Export": "ਨਿਰਯਾਤ",
 	"Export": "ਨਿਰਯਾਤ",
 	"Export All Chats (All Users)": "ਸਾਰੀਆਂ ਗੱਲਾਂ ਨਿਰਯਾਤ ਕਰੋ (ਸਾਰੇ ਉਪਭੋਗਤਾ)",
 	"Export All Chats (All Users)": "ਸਾਰੀਆਂ ਗੱਲਾਂ ਨਿਰਯਾਤ ਕਰੋ (ਸਾਰੇ ਉਪਭੋਗਤਾ)",
@@ -373,6 +374,7 @@
 	"Import Models": "ਮਾਡਲ ਆਯਾਤ ਕਰੋ",
 	"Import Models": "ਮਾਡਲ ਆਯਾਤ ਕਰੋ",
 	"Import Prompts": "ਪ੍ਰੰਪਟ ਆਯਾਤ ਕਰੋ",
 	"Import Prompts": "ਪ੍ਰੰਪਟ ਆਯਾਤ ਕਰੋ",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "ਸਟੇਬਲ-ਡਿਫਿਊਸ਼ਨ-ਵੈਬਯੂਆਈ ਚਲਾਉਣ ਸਮੇਂ `--api` ਝੰਡਾ ਸ਼ਾਮਲ ਕਰੋ",
 	"Include `--api` flag when running stable-diffusion-webui": "ਸਟੇਬਲ-ਡਿਫਿਊਸ਼ਨ-ਵੈਬਯੂਆਈ ਚਲਾਉਣ ਸਮੇਂ `--api` ਝੰਡਾ ਸ਼ਾਮਲ ਕਰੋ",
 	"Info": "ਜਾਣਕਾਰੀ",
 	"Info": "ਜਾਣਕਾਰੀ",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "ਕੋਈ ਨਹੀਂ",
 	"None": "ਕੋਈ ਨਹੀਂ",
 	"Not factually correct": "ਤੱਥਕ ਰੂਪ ਵਿੱਚ ਸਹੀ ਨਹੀਂ",
 	"Not factually correct": "ਤੱਥਕ ਰੂਪ ਵਿੱਚ ਸਹੀ ਨਹੀਂ",
+	"Not helpful": "",
 	"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": "ਸੂਚਨਾਵਾਂ",
 	"Notifications": "ਸੂਚਨਾਵਾਂ",
 	"November": "ਨਵੰਬਰ",
 	"November": "ਨਵੰਬਰ",
@@ -558,6 +561,7 @@
 	"Query Params": "ਪ੍ਰਸ਼ਨ ਪੈਰਾਮੀਟਰ",
 	"Query Params": "ਪ੍ਰਸ਼ਨ ਪੈਰਾਮੀਟਰ",
 	"RAG Template": "RAG ਟੈਮਪਲੇਟ",
 	"RAG Template": "RAG ਟੈਮਪਲੇਟ",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "ਜੋਰ ਨਾਲ ਪੜ੍ਹੋ",
 	"Read Aloud": "ਜੋਰ ਨਾਲ ਪੜ੍ਹੋ",
 	"Record voice": "ਆਵਾਜ਼ ਰਿਕਾਰਡ ਕਰੋ",
 	"Record voice": "ਆਵਾਜ਼ ਰਿਕਾਰਡ ਕਰੋ",
 	"Redirecting you to OpenWebUI Community": "ਤੁਹਾਨੂੰ ਓਪਨਵੈਬਯੂਆਈ ਕਮਿਊਨਿਟੀ ਵੱਲ ਰੀਡਾਇਰੈਕਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ",
 	"Redirecting you to OpenWebUI Community": "ਤੁਹਾਨੂੰ ਓਪਨਵੈਬਯੂਆਈ ਕਮਿਊਨਿਟੀ ਵੱਲ ਰੀਡਾਇਰੈਕਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ",
@@ -706,6 +710,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "ਤੁਹਾਡੇ ਫੀਡਬੈਕ ਲਈ ਧੰਨਵਾਦ!",
 	"Thanks for your feedback!": "ਤੁਹਾਡੇ ਫੀਡਬੈਕ ਲਈ ਧੰਨਵਾਦ!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "ਸਕੋਰ 0.0 (0%) ਅਤੇ 1.0 (100%) ਦੇ ਵਿਚਕਾਰ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ।",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "ਸਕੋਰ 0.0 (0%) ਅਤੇ 1.0 (100%) ਦੇ ਵਿਚਕਾਰ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ।",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "ਸਾਈਡਬਾਰ ਟੌਗਲ ਕਰੋ",
 	"Toggle sidebar": "ਸਾਈਡਬਾਰ ਟੌਗਲ ਕਰੋ",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "Błąd",
 	"Error": "Błąd",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Eksperymentalne",
 	"Experimental": "Eksperymentalne",
 	"Export": "Eksport",
 	"Export": "Eksport",
 	"Export All Chats (All Users)": "Eksportuj wszystkie czaty (wszyscy użytkownicy)",
 	"Export All Chats (All Users)": "Eksportuj wszystkie czaty (wszyscy użytkownicy)",
@@ -373,6 +374,7 @@
 	"Import Models": "Importowanie modeli",
 	"Import Models": "Importowanie modeli",
 	"Import Prompts": "Importuj prompty",
 	"Import Prompts": "Importuj prompty",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "Dołącz flagę `--api` podczas uruchamiania stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Dołącz flagę `--api` podczas uruchamiania stable-diffusion-webui",
 	"Info": "Informacji",
 	"Info": "Informacji",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "Żaden",
 	"None": "Żaden",
 	"Not factually correct": "Nie zgodne z faktami",
 	"Not factually correct": "Nie zgodne z faktami",
+	"Not helpful": "",
 	"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.",
 	"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",
 	"Notifications": "Powiadomienia",
 	"November": "Listopad",
 	"November": "Listopad",
@@ -558,6 +561,7 @@
 	"Query Params": "Parametry zapytania",
 	"Query Params": "Parametry zapytania",
 	"RAG Template": "Szablon RAG",
 	"RAG Template": "Szablon RAG",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Czytaj na głos",
 	"Read Aloud": "Czytaj na głos",
 	"Record voice": "Nagraj głos",
 	"Record voice": "Nagraj głos",
 	"Redirecting you to OpenWebUI Community": "Przekierowujemy Cię do społeczności OpenWebUI",
 	"Redirecting you to OpenWebUI Community": "Przekierowujemy Cię do społeczności OpenWebUI",
@@ -708,6 +712,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Dzięki za informację zwrotną!",
 	"Thanks for your feedback!": "Dzięki za informację zwrotną!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Wynik powinien być wartością pomiędzy 0.0 (0%) a 1.0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Wynik powinien być wartością pomiędzy 0.0 (0%) a 1.0 (100%).",
@@ -745,6 +751,7 @@
 	"Toggle sidebar": "Przełącz panel boczny",
 	"Toggle sidebar": "Przełącz panel boczny",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "Erro",
 	"Error": "Erro",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Experimental",
 	"Experimental": "Experimental",
 	"Export": "Exportar",
 	"Export": "Exportar",
 	"Export All Chats (All Users)": "Exportar Todos os Chats (Todos os Usuários)",
 	"Export All Chats (All Users)": "Exportar Todos os Chats (Todos os Usuários)",
@@ -373,6 +374,7 @@
 	"Import Models": "Importar Modelos",
 	"Import Models": "Importar Modelos",
 	"Import Prompts": "Importar Prompts",
 	"Import Prompts": "Importar Prompts",
 	"Import Tools": "Importar Ferramentas",
 	"Import Tools": "Importar Ferramentas",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Incluir a flag `--api-auth` ao executar stable-diffusion-webui",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Incluir a flag `--api-auth` ao executar stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Incluir a flag `--api` ao executar stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Incluir a flag `--api` ao executar stable-diffusion-webui",
 	"Info": "Informação",
 	"Info": "Informação",
@@ -485,6 +487,7 @@
 	"No valves to update": "Nenhuma válvula para atualizar",
 	"No valves to update": "Nenhuma válvula para atualizar",
 	"None": "Nenhum",
 	"None": "Nenhum",
 	"Not factually correct": "Não está factualmente correto",
 	"Not factually correct": "Não está factualmente correto",
+	"Not helpful": "",
 	"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 retornará apenas documentos com pontuação igual ou superior à pontuação mínima.",
 	"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 retornará apenas documentos com pontuação igual ou superior à pontuação mínima.",
 	"Notifications": "Notificações",
 	"Notifications": "Notificações",
 	"November": "Novembro",
 	"November": "Novembro",
@@ -558,6 +561,7 @@
 	"Query Params": "Parâmetros de Consulta",
 	"Query Params": "Parâmetros de Consulta",
 	"RAG Template": "Modelo RAG",
 	"RAG Template": "Modelo RAG",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Ler em Voz Alta",
 	"Read Aloud": "Ler em Voz Alta",
 	"Record voice": "Gravar voz",
 	"Record voice": "Gravar voz",
 	"Redirecting you to OpenWebUI Community": "Redirecionando você para a Comunidade OpenWebUI",
 	"Redirecting you to OpenWebUI Community": "Redirecionando você para a Comunidade OpenWebUI",
@@ -707,6 +711,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Obrigado pelo seu feedback!",
 	"Thanks for your feedback!": "Obrigado pelo seu feedback!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Os desenvolvedores por trás deste plugin são voluntários apaixonados da comunidade. Se você achar este plugin útil, considere contribuir para o seu desenvolvimento.",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Os desenvolvedores por trás deste plugin são voluntários apaixonados da comunidade. Se você achar este plugin útil, considere contribuir para o seu desenvolvimento.",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "A pontuação deve ser um valor entre 0.0 (0%) e 1.0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "A pontuação deve ser um valor entre 0.0 (0%) e 1.0 (100%).",
@@ -744,6 +750,7 @@
 	"Toggle sidebar": "Alternar barra lateral",
 	"Toggle sidebar": "Alternar barra lateral",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "Tokens a Manter na Atualização do Contexto (num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "Tokens a Manter na Atualização do Contexto (num_keep)",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "Ferramenta criada com sucesso",
 	"Tool created successfully": "Ferramenta criada com sucesso",
 	"Tool deleted successfully": "Ferramenta excluída com sucesso",
 	"Tool deleted successfully": "Ferramenta excluída com sucesso",

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

@@ -287,6 +287,7 @@
 	"Error": "Erro",
 	"Error": "Erro",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Experimental",
 	"Experimental": "Experimental",
 	"Export": "Exportar",
 	"Export": "Exportar",
 	"Export All Chats (All Users)": "Exportar Todas as Conversas (Todos os Utilizadores)",
 	"Export All Chats (All Users)": "Exportar Todas as Conversas (Todos os Utilizadores)",
@@ -373,6 +374,7 @@
 	"Import Models": "Importar Modelos",
 	"Import Models": "Importar Modelos",
 	"Import Prompts": "Importar Prompts",
 	"Import Prompts": "Importar Prompts",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "Inclua a flag `--api` ao executar stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Inclua a flag `--api` ao executar stable-diffusion-webui",
 	"Info": "Informação",
 	"Info": "Informação",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "Nenhum",
 	"None": "Nenhum",
 	"Not factually correct": "Não é correto em termos factuais",
 	"Not factually correct": "Não é correto em termos factuais",
+	"Not helpful": "",
 	"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.",
 	"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",
 	"Notifications": "Notificações da Área de Trabalho",
 	"November": "Novembro",
 	"November": "Novembro",
@@ -558,6 +561,7 @@
 	"Query Params": "Parâmetros de Consulta",
 	"Query Params": "Parâmetros de Consulta",
 	"RAG Template": "Modelo RAG",
 	"RAG Template": "Modelo RAG",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Ler em Voz Alta",
 	"Read Aloud": "Ler em Voz Alta",
 	"Record voice": "Gravar voz",
 	"Record voice": "Gravar voz",
 	"Redirecting you to OpenWebUI Community": "Redirecionando-o para a Comunidade OpenWebUI",
 	"Redirecting you to OpenWebUI Community": "Redirecionando-o para a Comunidade OpenWebUI",
@@ -707,6 +711,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Obrigado pelo seu feedback!",
 	"Thanks for your feedback!": "Obrigado pelo seu feedback!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "A pontuação deve ser um valor entre 0.0 (0%) e 1.0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "A pontuação deve ser um valor entre 0.0 (0%) e 1.0 (100%).",
@@ -744,6 +750,7 @@
 	"Toggle sidebar": "Alternar barra lateral",
 	"Toggle sidebar": "Alternar barra lateral",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "Eroare",
 	"Error": "Eroare",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Experimental",
 	"Experimental": "Experimental",
 	"Export": "Exportă",
 	"Export": "Exportă",
 	"Export All Chats (All Users)": "Exportă Toate Conversațiile (Toți Utilizatorii)",
 	"Export All Chats (All Users)": "Exportă Toate Conversațiile (Toți Utilizatorii)",
@@ -373,6 +374,7 @@
 	"Import Models": "Importă Modelele",
 	"Import Models": "Importă Modelele",
 	"Import Prompts": "Importă Prompturile",
 	"Import Prompts": "Importă Prompturile",
 	"Import Tools": "Importă Instrumentele",
 	"Import Tools": "Importă Instrumentele",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Includeți flag-ul `--api-auth` când rulați stable-diffusion-webui",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Includeți flag-ul `--api-auth` când rulați stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Includeți flag-ul `--api` când rulați stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Includeți flag-ul `--api` când rulați stable-diffusion-webui",
 	"Info": "Informații",
 	"Info": "Informații",
@@ -485,6 +487,7 @@
 	"No valves to update": "Nu există valve de actualizat",
 	"No valves to update": "Nu există valve de actualizat",
 	"None": "Niciunul",
 	"None": "Niciunul",
 	"Not factually correct": "Nu este corect din punct de vedere factual",
 	"Not factually correct": "Nu este corect din punct de vedere factual",
+	"Not helpful": "",
 	"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ă: Dacă setați un scor minim, căutarea va returna doar documente cu un scor mai mare sau egal cu scorul minim.",
 	"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ă: Dacă setați un scor minim, căutarea va returna doar documente cu un scor mai mare sau egal cu scorul minim.",
 	"Notifications": "Notificări",
 	"Notifications": "Notificări",
 	"November": "Noiembrie",
 	"November": "Noiembrie",
@@ -558,6 +561,7 @@
 	"Query Params": "Parametri Interogare",
 	"Query Params": "Parametri Interogare",
 	"RAG Template": "Șablon RAG",
 	"RAG Template": "Șablon RAG",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Citește cu Voce Tare",
 	"Read Aloud": "Citește cu Voce Tare",
 	"Record voice": "Înregistrează vocea",
 	"Record voice": "Înregistrează vocea",
 	"Redirecting you to OpenWebUI Community": "Vă redirecționăm către Comunitatea OpenWebUI",
 	"Redirecting you to OpenWebUI Community": "Vă redirecționăm către Comunitatea OpenWebUI",
@@ -707,6 +711,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Mulțumim pentru feedback!",
 	"Thanks for your feedback!": "Mulțumim pentru feedback!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Dezvoltatorii din spatele acestui plugin sunt voluntari pasionați din comunitate. Dacă considerați acest plugin util, vă rugăm să luați în considerare contribuția la dezvoltarea sa.",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Dezvoltatorii din spatele acestui plugin sunt voluntari pasionați din comunitate. Dacă considerați acest plugin util, vă rugăm să luați în considerare contribuția la dezvoltarea sa.",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Scorul ar trebui să fie o valoare între 0.0 (0%) și 1.0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Scorul ar trebui să fie o valoare între 0.0 (0%) și 1.0 (100%).",
@@ -744,6 +750,7 @@
 	"Toggle sidebar": "Comută bara laterală",
 	"Toggle sidebar": "Comută bara laterală",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "Tokeni de Păstrat la Reîmprospătarea Contextului (num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "Tokeni de Păstrat la Reîmprospătarea Contextului (num_keep)",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "Instrumentul a fost creat cu succes",
 	"Tool created successfully": "Instrumentul a fost creat cu succes",
 	"Tool deleted successfully": "Instrumentul a fost șters cu succes",
 	"Tool deleted successfully": "Instrumentul a fost șters cu succes",

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

@@ -287,6 +287,7 @@
 	"Error": "Ошибка",
 	"Error": "Ошибка",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Экспериментальное",
 	"Experimental": "Экспериментальное",
 	"Export": "Экспорт",
 	"Export": "Экспорт",
 	"Export All Chats (All Users)": "Экспортировать все чаты (всех пользователей)",
 	"Export All Chats (All Users)": "Экспортировать все чаты (всех пользователей)",
@@ -373,6 +374,7 @@
 	"Import Models": "Импортировать модели",
 	"Import Models": "Импортировать модели",
 	"Import Prompts": "Импортировать промпты",
 	"Import Prompts": "Импортировать промпты",
 	"Import Tools": "Импортировать инструменты",
 	"Import Tools": "Импортировать инструменты",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Добавьте флаг '--api-auth' при запуске stable-diffusion-webui",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Добавьте флаг '--api-auth' при запуске stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Добавьте флаг `--api` при запуске stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Добавьте флаг `--api` при запуске stable-diffusion-webui",
 	"Info": "Информация",
 	"Info": "Информация",
@@ -485,6 +487,7 @@
 	"No valves to update": "Нет вентилей для обновления",
 	"No valves to update": "Нет вентилей для обновления",
 	"None": "Нет",
 	"None": "Нет",
 	"Not factually correct": "Не соответствует действительности",
 	"Not factually correct": "Не соответствует действительности",
+	"Not helpful": "",
 	"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": "Уведомления",
 	"Notifications": "Уведомления",
 	"November": "Ноябрь",
 	"November": "Ноябрь",
@@ -558,6 +561,7 @@
 	"Query Params": "Параметры запроса",
 	"Query Params": "Параметры запроса",
 	"RAG Template": "Шаблон RAG",
 	"RAG Template": "Шаблон RAG",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Прочитать вслух",
 	"Read Aloud": "Прочитать вслух",
 	"Record voice": "Записать голос",
 	"Record voice": "Записать голос",
 	"Redirecting you to OpenWebUI Community": "Перенаправляем вас в сообщество OpenWebUI",
 	"Redirecting you to OpenWebUI Community": "Перенаправляем вас в сообщество OpenWebUI",
@@ -708,6 +712,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Спасибо за вашу обратную связь!",
 	"Thanks for your feedback!": "Спасибо за вашу обратную связь!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Разработчики этого плагина - увлеченные волонтеры из сообщества. Если вы считаете этот плагин полезным, пожалуйста, подумайте о том, чтобы внести свой вклад в его разработку.",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Разработчики этого плагина - увлеченные волонтеры из сообщества. Если вы считаете этот плагин полезным, пожалуйста, подумайте о том, чтобы внести свой вклад в его разработку.",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "Максимальный размер файла в МБ. Если размер файла превысит это ограничение, файл не будет загружен.",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "Максимальный размер файла в МБ. Если размер файла превысит это ограничение, файл не будет загружен.",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "Максимальное количество файлов, которые могут быть использованы одновременно в чате. Если количество файлов превысит это ограничение, файлы не будут загружены.",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "Максимальное количество файлов, которые могут быть использованы одновременно в чате. Если количество файлов превысит это ограничение, файлы не будут загружены.",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Оценка должна быть значением между 0,0 (0%) и 1,0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Оценка должна быть значением между 0,0 (0%) и 1,0 (100%).",
@@ -745,6 +751,7 @@
 	"Toggle sidebar": "Переключить боковую панель",
 	"Toggle sidebar": "Переключить боковую панель",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "Количество токенов для сохранения при обновлении контекста (num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "Количество токенов для сохранения при обновлении контекста (num_keep)",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "Инструмент успешно создан",
 	"Tool created successfully": "Инструмент успешно создан",
 	"Tool deleted successfully": "Инструмент успешно удален",
 	"Tool deleted successfully": "Инструмент успешно удален",

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

@@ -287,6 +287,7 @@
 	"Error": "Грешка",
 	"Error": "Грешка",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Експериментално",
 	"Experimental": "Експериментално",
 	"Export": "Извоз",
 	"Export": "Извоз",
 	"Export All Chats (All Users)": "Извези сва ћаскања (сви корисници)",
 	"Export All Chats (All Users)": "Извези сва ћаскања (сви корисници)",
@@ -373,6 +374,7 @@
 	"Import Models": "Увези моделе",
 	"Import Models": "Увези моделе",
 	"Import Prompts": "Увези упите",
 	"Import Prompts": "Увези упите",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "Укључи `--api` заставицу при покретању stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Укључи `--api` заставицу при покретању stable-diffusion-webui",
 	"Info": "Инфо",
 	"Info": "Инфо",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "Нико",
 	"None": "Нико",
 	"Not factually correct": "Није чињенично тачно",
 	"Not factually correct": "Није чињенично тачно",
+	"Not helpful": "",
 	"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": "Обавештења",
 	"Notifications": "Обавештења",
 	"November": "Новембар",
 	"November": "Новембар",
@@ -558,6 +561,7 @@
 	"Query Params": "Параметри упита",
 	"Query Params": "Параметри упита",
 	"RAG Template": "RAG шаблон",
 	"RAG Template": "RAG шаблон",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Прочитај наглас",
 	"Read Aloud": "Прочитај наглас",
 	"Record voice": "Сними глас",
 	"Record voice": "Сними глас",
 	"Redirecting you to OpenWebUI Community": "Преусмеравање на OpenWebUI заједницу",
 	"Redirecting you to OpenWebUI Community": "Преусмеравање на OpenWebUI заједницу",
@@ -707,6 +711,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Хвала на вашем коментару!",
 	"Thanks for your feedback!": "Хвала на вашем коментару!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Резултат треба да буде вредност између 0.0 (0%) и 1.0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Резултат треба да буде вредност између 0.0 (0%) и 1.0 (100%).",
@@ -744,6 +750,7 @@
 	"Toggle sidebar": "Пребаци бочну траку",
 	"Toggle sidebar": "Пребаци бочну траку",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "Fel",
 	"Error": "Fel",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Experimentell",
 	"Experimental": "Experimentell",
 	"Export": "Export",
 	"Export": "Export",
 	"Export All Chats (All Users)": "Exportera alla chattar (alla användare)",
 	"Export All Chats (All Users)": "Exportera alla chattar (alla användare)",
@@ -373,6 +374,7 @@
 	"Import Models": "Importera modeller",
 	"Import Models": "Importera modeller",
 	"Import Prompts": "Importera instruktioner",
 	"Import Prompts": "Importera instruktioner",
 	"Import Tools": "Importera verktyg",
 	"Import Tools": "Importera verktyg",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "Inkludera flaggan `--api` när du kör stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Inkludera flaggan `--api` när du kör stable-diffusion-webui",
 	"Info": "Information",
 	"Info": "Information",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "Ingen",
 	"None": "Ingen",
 	"Not factually correct": "Inte faktiskt korrekt",
 	"Not factually correct": "Inte faktiskt korrekt",
+	"Not helpful": "",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Obs: Om du anger en tröskel kommer sökningen endast att returnera dokument med ett betyg som är större än eller lika med tröskeln.",
 	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Obs: Om du anger en tröskel kommer sökningen endast att returnera dokument med ett betyg som är större än eller lika med tröskeln.",
 	"Notifications": "Notifikationer",
 	"Notifications": "Notifikationer",
 	"November": "november",
 	"November": "november",
@@ -558,6 +561,7 @@
 	"Query Params": "Inställningar för sökfråga",
 	"Query Params": "Inställningar för sökfråga",
 	"RAG Template": "RAG-mall",
 	"RAG Template": "RAG-mall",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Läs igenom",
 	"Read Aloud": "Läs igenom",
 	"Record voice": "Spela in röst",
 	"Record voice": "Spela in röst",
 	"Redirecting you to OpenWebUI Community": "Omdirigerar dig till OpenWebUI Community",
 	"Redirecting you to OpenWebUI Community": "Omdirigerar dig till OpenWebUI Community",
@@ -706,6 +710,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Tack för din feedback!",
 	"Thanks for your feedback!": "Tack för din feedback!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Betyget ska vara ett värde mellan 0.0 (0%) och 1.0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Betyget ska vara ett värde mellan 0.0 (0%) och 1.0 (100%).",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "Växla sidofält",
 	"Toggle sidebar": "Växla sidofält",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "Tokens att behålla vid kontextuppdatering (num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "Tokens att behålla vid kontextuppdatering (num_keep)",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "ข้อผิดพลาด",
 	"Error": "ข้อผิดพลาด",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "การทดลอง",
 	"Experimental": "การทดลอง",
 	"Export": "ส่งออก",
 	"Export": "ส่งออก",
 	"Export All Chats (All Users)": "ส่งออกการสนทนาทั้งหมด (ผู้ใช้ทั้งหมด)",
 	"Export All Chats (All Users)": "ส่งออกการสนทนาทั้งหมด (ผู้ใช้ทั้งหมด)",
@@ -373,6 +374,7 @@
 	"Import Models": "นำเข้าโมเดล",
 	"Import Models": "นำเข้าโมเดล",
 	"Import Prompts": "นำเข้าพรอมต์",
 	"Import Prompts": "นำเข้าพรอมต์",
 	"Import Tools": "นำเข้าเครื่องมือ",
 	"Import Tools": "นำเข้าเครื่องมือ",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "รวมแฟลก `--api-auth` เมื่อเรียกใช้ stable-diffusion-webui",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "รวมแฟลก `--api-auth` เมื่อเรียกใช้ stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "รวมแฟลก `--api` เมื่อเรียกใช้ stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "รวมแฟลก `--api` เมื่อเรียกใช้ stable-diffusion-webui",
 	"Info": "ข้อมูล",
 	"Info": "ข้อมูล",
@@ -485,6 +487,7 @@
 	"No valves to update": "ไม่มีวาล์วที่จะอัปเดต",
 	"No valves to update": "ไม่มีวาล์วที่จะอัปเดต",
 	"None": "ไม่มี",
 	"None": "ไม่มี",
 	"Not factually correct": "ไม่ถูกต้องตามข้อเท็จจริง",
 	"Not factually correct": "ไม่ถูกต้องตามข้อเท็จจริง",
+	"Not helpful": "",
 	"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": "การแจ้งเตือน",
 	"Notifications": "การแจ้งเตือน",
 	"November": "พฤศจิกายน",
 	"November": "พฤศจิกายน",
@@ -558,6 +561,7 @@
 	"Query Params": "พารามิเตอร์การค้นหา",
 	"Query Params": "พารามิเตอร์การค้นหา",
 	"RAG Template": "แม่แบบ RAG",
 	"RAG Template": "แม่แบบ RAG",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "อ่านออกเสียง",
 	"Read Aloud": "อ่านออกเสียง",
 	"Record voice": "บันทึกเสียง",
 	"Record voice": "บันทึกเสียง",
 	"Redirecting you to OpenWebUI Community": "กำลังเปลี่ยนเส้นทางคุณไปยังชุมชน OpenWebUI",
 	"Redirecting you to OpenWebUI Community": "กำลังเปลี่ยนเส้นทางคุณไปยังชุมชน OpenWebUI",
@@ -706,6 +710,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "ขอบคุณสำหรับความคิดเห็นของคุณ!",
 	"Thanks for your feedback!": "ขอบคุณสำหรับความคิดเห็นของคุณ!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "นักพัฒนาที่อยู่เบื้องหลังปลั๊กอินนี้เป็นอาสาสมัครที่มีชื่นชอบการแบ่งบัน หากคุณพบว่าปลั๊กอินนี้มีประโยชน์ โปรดพิจารณาสนับสนุนการพัฒนาของเขา",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "นักพัฒนาที่อยู่เบื้องหลังปลั๊กอินนี้เป็นอาสาสมัครที่มีชื่นชอบการแบ่งบัน หากคุณพบว่าปลั๊กอินนี้มีประโยชน์ โปรดพิจารณาสนับสนุนการพัฒนาของเขา",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "คะแนนควรอยู่ระหว่าง 0.0 (0%) ถึง 1.0 (100%)",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "คะแนนควรอยู่ระหว่าง 0.0 (0%) ถึง 1.0 (100%)",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "สลับแถบด้านข้าง",
 	"Toggle sidebar": "สลับแถบด้านข้าง",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "โทเค็นที่เก็บไว้เมื่อรีเฟรชบริบท (num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "โทเค็นที่เก็บไว้เมื่อรีเฟรชบริบท (num_keep)",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "สร้างเครื่องมือเรียบร้อยแล้ว",
 	"Tool created successfully": "สร้างเครื่องมือเรียบร้อยแล้ว",
 	"Tool deleted successfully": "ลบเครื่องมือเรียบร้อยแล้ว",
 	"Tool deleted successfully": "ลบเครื่องมือเรียบร้อยแล้ว",

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

@@ -287,6 +287,7 @@
 	"Error": "",
 	"Error": "",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "",
 	"Experimental": "",
 	"Export": "",
 	"Export": "",
 	"Export All Chats (All Users)": "",
 	"Export All Chats (All Users)": "",
@@ -373,6 +374,7 @@
 	"Import Models": "",
 	"Import Models": "",
 	"Import Prompts": "",
 	"Import Prompts": "",
 	"Import Tools": "",
 	"Import Tools": "",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "",
 	"Info": "",
 	"Info": "",
@@ -485,6 +487,7 @@
 	"No valves to update": "",
 	"No valves to update": "",
 	"None": "",
 	"None": "",
 	"Not factually correct": "",
 	"Not factually correct": "",
+	"Not helpful": "",
 	"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": "",
 	"Notifications": "",
 	"November": "",
 	"November": "",
@@ -558,6 +561,7 @@
 	"Query Params": "",
 	"Query Params": "",
 	"RAG Template": "",
 	"RAG Template": "",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "",
 	"Read Aloud": "",
 	"Record voice": "",
 	"Record voice": "",
 	"Redirecting you to OpenWebUI Community": "",
 	"Redirecting you to OpenWebUI Community": "",
@@ -706,6 +710,8 @@
 	"Tfs Z": "",
 	"Tfs Z": "",
 	"Thanks for your feedback!": "",
 	"Thanks for your feedback!": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "",
 	"Toggle sidebar": "",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "",
 	"Tool created successfully": "",
 	"Tool deleted successfully": "",
 	"Tool deleted successfully": "",

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

@@ -287,6 +287,7 @@
 	"Error": "Hata",
 	"Error": "Hata",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Deneysel",
 	"Experimental": "Deneysel",
 	"Export": "Dışa Aktar",
 	"Export": "Dışa Aktar",
 	"Export All Chats (All Users)": "Tüm Sohbetleri Dışa Aktar (Tüm Kullanıcılar)",
 	"Export All Chats (All Users)": "Tüm Sohbetleri Dışa Aktar (Tüm Kullanıcılar)",
@@ -373,6 +374,7 @@
 	"Import Models": "Modelleri İçe Aktar",
 	"Import Models": "Modelleri İçe Aktar",
 	"Import Prompts": "Promptları İçe Aktar",
 	"Import Prompts": "Promptları İçe Aktar",
 	"Import Tools": "Araçları İçe Aktar",
 	"Import Tools": "Araçları İçe Aktar",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "stable-diffusion-webui çalıştırılırken `--api-auth` bayrağını dahil edin",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "stable-diffusion-webui çalıştırılırken `--api-auth` bayrağını dahil edin",
 	"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webui çalıştırılırken `--api` bayrağını dahil edin",
 	"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webui çalıştırılırken `--api` bayrağını dahil edin",
 	"Info": "Bilgi",
 	"Info": "Bilgi",
@@ -485,6 +487,7 @@
 	"No valves to update": "Güncellenecek valvler yok",
 	"No valves to update": "Güncellenecek valvler yok",
 	"None": "Yok",
 	"None": "Yok",
 	"Not factually correct": "Gerçeklere göre doğru değil",
 	"Not factually correct": "Gerçeklere göre doğru değil",
+	"Not helpful": "",
 	"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.",
 	"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",
 	"Notifications": "Bildirimler",
 	"November": "Kasım",
 	"November": "Kasım",
@@ -558,6 +561,7 @@
 	"Query Params": "Sorgu Parametreleri",
 	"Query Params": "Sorgu Parametreleri",
 	"RAG Template": "RAG Şablonu",
 	"RAG Template": "RAG Şablonu",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Sesli Oku",
 	"Read Aloud": "Sesli Oku",
 	"Record voice": "Ses kaydı yap",
 	"Record voice": "Ses kaydı yap",
 	"Redirecting you to OpenWebUI Community": "OpenWebUI Topluluğuna yönlendiriliyorsunuz",
 	"Redirecting you to OpenWebUI Community": "OpenWebUI Topluluğuna yönlendiriliyorsunuz",
@@ -706,6 +710,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Geri bildiriminiz için teşekkürler!",
 	"Thanks for your feedback!": "Geri bildiriminiz için teşekkürler!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Bu eklentinin arkasındaki geliştiriciler topluluktan tutkulu gönüllülerdir. Bu eklentinin yararlı olduğunu düşünüyorsanız, gelişimine katkıda bulunmayı düşünün.",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Bu eklentinin arkasındaki geliştiriciler topluluktan tutkulu gönüllülerdir. Bu eklentinin yararlı olduğunu düşünüyorsanız, gelişimine katkıda bulunmayı düşünün.",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "MB cinsinden maksimum dosya boyutu. Dosya boyutu bu sınırı aşarsa, dosya yüklenmeyecektir.",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "MB cinsinden maksimum dosya boyutu. Dosya boyutu bu sınırı aşarsa, dosya yüklenmeyecektir.",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "Sohbette aynı anda kullanılabilecek maksimum dosya sayısı. Dosya sayısı bu sınırı aşarsa, dosyalar yüklenmeyecektir.",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "Sohbette aynı anda kullanılabilecek maksimum dosya sayısı. Dosya sayısı bu sınırı aşarsa, dosyalar yüklenmeyecektir.",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Puan 0.0 (%0) ile 1.0 (%100) arasında bir değer olmalıdır.",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Puan 0.0 (%0) ile 1.0 (%100) arasında bir değer olmalıdır.",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "Kenar Çubuğunu Aç/Kapat",
 	"Toggle sidebar": "Kenar Çubuğunu Aç/Kapat",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "Bağlam Yenilemesinde Korunacak Tokenler (num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "Bağlam Yenilemesinde Korunacak Tokenler (num_keep)",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "Araç başarıyla oluşturuldu",
 	"Tool created successfully": "Araç başarıyla oluşturuldu",
 	"Tool deleted successfully": "Araç başarıyla silindi",
 	"Tool deleted successfully": "Araç başarıyla silindi",

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

@@ -287,6 +287,7 @@
 	"Error": "Помилка",
 	"Error": "Помилка",
 	"ERROR": "ПОМИЛКА",
 	"ERROR": "ПОМИЛКА",
 	"Evaluations": "Оцінювання",
 	"Evaluations": "Оцінювання",
+	"Exclude": "",
 	"Experimental": "Експериментальне",
 	"Experimental": "Експериментальне",
 	"Export": "Експорт",
 	"Export": "Експорт",
 	"Export All Chats (All Users)": "Експортувати всі чати (всіх користувачів)",
 	"Export All Chats (All Users)": "Експортувати всі чати (всіх користувачів)",
@@ -373,6 +374,7 @@
 	"Import Models": "Імпорт моделей",
 	"Import Models": "Імпорт моделей",
 	"Import Prompts": "Імпортувати промти",
 	"Import Prompts": "Імпортувати промти",
 	"Import Tools": "Імпортувати інструменти",
 	"Import Tools": "Імпортувати інструменти",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Включіть прапорець `--api-auth` під час запуску stable-diffusion-webui",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "Включіть прапорець `--api-auth` під час запуску stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Включіть прапор `--api` при запуску stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Включіть прапор `--api` при запуску stable-diffusion-webui",
 	"Info": "Інфо",
 	"Info": "Інфо",
@@ -485,6 +487,7 @@
 	"No valves to update": "Немає клапанів для оновлення",
 	"No valves to update": "Немає клапанів для оновлення",
 	"None": "Нема",
 	"None": "Нема",
 	"Not factually correct": "Не відповідає дійсності",
 	"Not factually correct": "Не відповідає дійсності",
+	"Not helpful": "",
 	"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": "Сповіщення",
 	"Notifications": "Сповіщення",
 	"November": "Листопад",
 	"November": "Листопад",
@@ -558,6 +561,7 @@
 	"Query Params": "Параметри запиту",
 	"Query Params": "Параметри запиту",
 	"RAG Template": "Шаблон RAG",
 	"RAG Template": "Шаблон RAG",
 	"Rating": "Оцінка",
 	"Rating": "Оцінка",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Читати вголос",
 	"Read Aloud": "Читати вголос",
 	"Record voice": "Записати голос",
 	"Record voice": "Записати голос",
 	"Redirecting you to OpenWebUI Community": "Перенаправляємо вас до спільноти OpenWebUI",
 	"Redirecting you to OpenWebUI Community": "Перенаправляємо вас до спільноти OpenWebUI",
@@ -708,6 +712,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Дякуємо за ваш відгук!",
 	"Thanks for your feedback!": "Дякуємо за ваш відгук!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Розробники цього плагіна - пристрасні волонтери зі спільноти. Якщо ви вважаєте цей плагін корисним, будь ласка, зробіть свій внесок у його розвиток.",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Розробники цього плагіна - пристрасні волонтери зі спільноти. Якщо ви вважаєте цей плагін корисним, будь ласка, зробіть свій внесок у його розвиток.",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "Максимальний розмір файлу в МБ. Якщо розмір файлу перевищує цей ліміт, файл не буде завантажено.",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "Максимальний розмір файлу в МБ. Якщо розмір файлу перевищує цей ліміт, файл не буде завантажено.",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "Максимальна кількість файлів, які можна використати одночасно в чаті. Якщо кількість файлів перевищує цей ліміт, файли не будуть завантажені.",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "Максимальна кількість файлів, які можна використати одночасно в чаті. Якщо кількість файлів перевищує цей ліміт, файли не будуть завантажені.",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Оцінка повинна бути в діапазоні від 0.0 (0%) до 1.0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Оцінка повинна бути в діапазоні від 0.0 (0%) до 1.0 (100%).",
@@ -745,6 +751,7 @@
 	"Toggle sidebar": "Переключити бокову панель",
 	"Toggle sidebar": "Переключити бокову панель",
 	"Token": "Токен",
 	"Token": "Токен",
 	"Tokens To Keep On Context Refresh (num_keep)": "Токени для збереження при оновленні контексту (num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "Токени для збереження при оновленні контексту (num_keep)",
+	"Too verbose": "",
 	"Tool": "Інструмент",
 	"Tool": "Інструмент",
 	"Tool created successfully": "Інструмент успішно створено",
 	"Tool created successfully": "Інструмент успішно створено",
 	"Tool deleted successfully": "Інструмент успішно видалено",
 	"Tool deleted successfully": "Інструмент успішно видалено",

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

@@ -287,6 +287,7 @@
 	"Error": "Lỗi",
 	"Error": "Lỗi",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "Thử nghiệm",
 	"Experimental": "Thử nghiệm",
 	"Export": "Xuất khẩu",
 	"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 All Chats (All Users)": "Tải về tất cả nội dung chat (tất cả mọi người)",
@@ -373,6 +374,7 @@
 	"Import Models": "Nạp model",
 	"Import Models": "Nạp model",
 	"Import Prompts": "Nạp các prompt lên hệ thống",
 	"Import Prompts": "Nạp các prompt lên hệ thống",
 	"Import Tools": "Nạp Tools",
 	"Import Tools": "Nạp Tools",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "",
 	"Include `--api` flag when running stable-diffusion-webui": "Bao gồm flag `--api` khi chạy stable-diffusion-webui",
 	"Include `--api` flag when running stable-diffusion-webui": "Bao gồm flag `--api` khi chạy stable-diffusion-webui",
 	"Info": "Thông tin",
 	"Info": "Thông tin",
@@ -485,6 +487,7 @@
 	"No valves to update": "Chưa có valves nào được cập nhật",
 	"No valves to update": "Chưa có valves nào được cập nhật",
 	"None": "Không ai",
 	"None": "Không ai",
 	"Not factually correct": "Không chính xác so với thực tế",
 	"Not factually correct": "Không chính xác so với thực tế",
+	"Not helpful": "",
 	"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.",
 	"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)",
 	"Notifications": "Thông báo trên máy tính (Notification)",
 	"November": "Tháng 11",
 	"November": "Tháng 11",
@@ -558,6 +561,7 @@
 	"Query Params": "Tham số Truy vấn",
 	"Query Params": "Tham số Truy vấn",
 	"RAG Template": "Mẫu prompt cho RAG",
 	"RAG Template": "Mẫu prompt cho RAG",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "Đọc ra loa",
 	"Read Aloud": "Đọc ra loa",
 	"Record voice": "Ghi âm",
 	"Record voice": "Ghi âm",
 	"Redirecting you to OpenWebUI Community": "Đang chuyển hướng bạn đến Cộng đồng OpenWebUI",
 	"Redirecting you to OpenWebUI Community": "Đang chuyển hướng bạn đến Cộng đồng OpenWebUI",
@@ -705,6 +709,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "Cám ơn bạn đã gửi phản hồi!",
 	"Thanks for your feedback!": "Cám ơn bạn đã gửi phản hồi!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Các nhà phát triển đằng sau plugin này là những tình nguyện viên nhiệt huyết của cộng đồng. Nếu bạn thấy plugin này hữu ích, vui lòng cân nhắc đóng góp cho sự phát triển của nó.",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Các nhà phát triển đằng sau plugin này là những tình nguyện viên nhiệt huyết của cộng đồng. Nếu bạn thấy plugin này hữu ích, vui lòng cân nhắc đóng góp cho sự phát triển của nó.",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Điểm (score) phải có giá trị từ 0,0 (0%) đến 1,0 (100%).",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Điểm (score) phải có giá trị từ 0,0 (0%) đến 1,0 (100%).",
@@ -742,6 +748,7 @@
 	"Toggle sidebar": "Bật/tắt thanh bên",
 	"Toggle sidebar": "Bật/tắt thanh bên",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "Tool đã được tạo thành công",
 	"Tool created successfully": "Tool đã được tạo thành công",
 	"Tool deleted successfully": "Tool đã bị xóa",
 	"Tool deleted successfully": "Tool đã bị xóa",

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

@@ -287,6 +287,7 @@
 	"Error": "错误",
 	"Error": "错误",
 	"ERROR": "错误",
 	"ERROR": "错误",
 	"Evaluations": "竞技场评估",
 	"Evaluations": "竞技场评估",
+	"Exclude": "",
 	"Experimental": "实验性",
 	"Experimental": "实验性",
 	"Export": "导出",
 	"Export": "导出",
 	"Export All Chats (All Users)": "导出所有用户对话",
 	"Export All Chats (All Users)": "导出所有用户对话",
@@ -373,6 +374,7 @@
 	"Import Models": "导入模型",
 	"Import Models": "导入模型",
 	"Import Prompts": "导入提示词",
 	"Import Prompts": "导入提示词",
 	"Import Tools": "导入工具",
 	"Import Tools": "导入工具",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "运行 stable-diffusion-webui 时包含 `--api-auth` 标志",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "运行 stable-diffusion-webui 时包含 `--api-auth` 标志",
 	"Include `--api` flag when running stable-diffusion-webui": "运行 stable-diffusion-webui 时包含 `--api` 标志",
 	"Include `--api` flag when running stable-diffusion-webui": "运行 stable-diffusion-webui 时包含 `--api` 标志",
 	"Info": "信息",
 	"Info": "信息",
@@ -485,6 +487,7 @@
 	"No valves to update": "没有需要更新的值",
 	"No valves to update": "没有需要更新的值",
 	"None": "无",
 	"None": "无",
 	"Not factually correct": "事实并非如此",
 	"Not factually correct": "事实并非如此",
+	"Not helpful": "",
 	"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": "桌面通知",
 	"Notifications": "桌面通知",
 	"November": "十一月",
 	"November": "十一月",
@@ -558,6 +561,7 @@
 	"Query Params": "查询参数",
 	"Query Params": "查询参数",
 	"RAG Template": "RAG 提示词模板",
 	"RAG Template": "RAG 提示词模板",
 	"Rating": "评价",
 	"Rating": "评价",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "朗读",
 	"Read Aloud": "朗读",
 	"Record voice": "录音",
 	"Record voice": "录音",
 	"Redirecting you to OpenWebUI Community": "正在将您重定向到 OpenWebUI 社区",
 	"Redirecting you to OpenWebUI Community": "正在将您重定向到 OpenWebUI 社区",
@@ -705,6 +709,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "感谢您的反馈!",
 	"Thanks for your feedback!": "感谢您的反馈!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "本插件的背后开发者是社区中热情的志愿者。如果此插件有帮助到您,烦请考虑一下为它的开发做出贡献。",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "本插件的背后开发者是社区中热情的志愿者。如果此插件有帮助到您,烦请考虑一下为它的开发做出贡献。",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "最大文件大小(MB)。如果文件大小超过此限制,则无法上传该文件。",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "最大文件大小(MB)。如果文件大小超过此限制,则无法上传该文件。",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "在单次对话中可以使用的最大文件数。如果文件数超过此限制,则文件不会上传。",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "在单次对话中可以使用的最大文件数。如果文件数超过此限制,则文件不会上传。",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "分值应介于 0.0(0%)和 1.0(100%)之间。",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "分值应介于 0.0(0%)和 1.0(100%)之间。",
@@ -742,6 +748,7 @@
 	"Toggle sidebar": "切换侧边栏",
 	"Toggle sidebar": "切换侧边栏",
 	"Token": "Token",
 	"Token": "Token",
 	"Tokens To Keep On Context Refresh (num_keep)": "在语境刷新时需保留的 Tokens",
 	"Tokens To Keep On Context Refresh (num_keep)": "在语境刷新时需保留的 Tokens",
+	"Too verbose": "",
 	"Tool": "工具",
 	"Tool": "工具",
 	"Tool created successfully": "工具创建成功",
 	"Tool created successfully": "工具创建成功",
 	"Tool deleted successfully": "工具删除成功",
 	"Tool deleted successfully": "工具删除成功",

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

@@ -287,6 +287,7 @@
 	"Error": "錯誤",
 	"Error": "錯誤",
 	"ERROR": "",
 	"ERROR": "",
 	"Evaluations": "",
 	"Evaluations": "",
+	"Exclude": "",
 	"Experimental": "實驗性功能",
 	"Experimental": "實驗性功能",
 	"Export": "匯出",
 	"Export": "匯出",
 	"Export All Chats (All Users)": "匯出所有對話紀錄(所有使用者)",
 	"Export All Chats (All Users)": "匯出所有對話紀錄(所有使用者)",
@@ -373,6 +374,7 @@
 	"Import Models": "匯入模型",
 	"Import Models": "匯入模型",
 	"Import Prompts": "匯入提示詞",
 	"Import Prompts": "匯入提示詞",
 	"Import Tools": "匯入工具",
 	"Import Tools": "匯入工具",
+	"Include": "",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "執行 stable-diffusion-webui 時包含 `--api-auth` 參數",
 	"Include `--api-auth` flag when running stable-diffusion-webui": "執行 stable-diffusion-webui 時包含 `--api-auth` 參數",
 	"Include `--api` flag when running stable-diffusion-webui": "執行 stable-diffusion-webui 時包含 `--api` 參數",
 	"Include `--api` flag when running stable-diffusion-webui": "執行 stable-diffusion-webui 時包含 `--api` 參數",
 	"Info": "資訊",
 	"Info": "資訊",
@@ -485,6 +487,7 @@
 	"No valves to update": "沒有要更新的閥門",
 	"No valves to update": "沒有要更新的閥門",
 	"None": "無",
 	"None": "無",
 	"Not factually correct": "與事實不符",
 	"Not factually correct": "與事實不符",
+	"Not helpful": "",
 	"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": "通知",
 	"Notifications": "通知",
 	"November": "11 月",
 	"November": "11 月",
@@ -558,6 +561,7 @@
 	"Query Params": "查詢參數",
 	"Query Params": "查詢參數",
 	"RAG Template": "RAG 範本",
 	"RAG Template": "RAG 範本",
 	"Rating": "",
 	"Rating": "",
+	"Re-rank models by topic similarity": "",
 	"Read Aloud": "朗讀",
 	"Read Aloud": "朗讀",
 	"Record voice": "錄音",
 	"Record voice": "錄音",
 	"Redirecting you to OpenWebUI Community": "正在將您重新導向到 OpenWebUI 社群",
 	"Redirecting you to OpenWebUI Community": "正在將您重新導向到 OpenWebUI 社群",
@@ -706,6 +710,8 @@
 	"Tfs Z": "Tfs Z",
 	"Tfs Z": "Tfs Z",
 	"Thanks for your feedback!": "感謝您的回饋!",
 	"Thanks for your feedback!": "感謝您的回饋!",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "這個外掛背後的開發者是來自社群的熱情志願者。如果您覺得這個外掛很有幫助,請考慮為其開發做出貢獻。",
 	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "這個外掛背後的開發者是來自社群的熱情志願者。如果您覺得這個外掛很有幫助,請考慮為其開發做出貢獻。",
+	"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
+	"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "檔案大小上限(MB)。如果檔案大小超過此限制,檔案將不會被上傳。",
 	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "檔案大小上限(MB)。如果檔案大小超過此限制,檔案將不會被上傳。",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "對話中一次可使用的最大檔案數量。如果檔案數量超過此限制,檔案將不會被上傳。",
 	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "對話中一次可使用的最大檔案數量。如果檔案數量超過此限制,檔案將不會被上傳。",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "分數應該是介於 0.0(0%)和 1.0(100%)之間的值。",
 	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "分數應該是介於 0.0(0%)和 1.0(100%)之間的值。",
@@ -743,6 +749,7 @@
 	"Toggle sidebar": "切換側邊欄",
 	"Toggle sidebar": "切換側邊欄",
 	"Token": "",
 	"Token": "",
 	"Tokens To Keep On Context Refresh (num_keep)": "上下文重新整理時要保留的 token 數 (num_keep)",
 	"Tokens To Keep On Context Refresh (num_keep)": "上下文重新整理時要保留的 token 數 (num_keep)",
+	"Too verbose": "",
 	"Tool": "",
 	"Tool": "",
 	"Tool created successfully": "成功建立工具",
 	"Tool created successfully": "成功建立工具",
 	"Tool deleted successfully": "成功刪除工具",
 	"Tool deleted successfully": "成功刪除工具",