Ver Fonte

Merge branch 'dev' into dev

Timothy Jaeryang Baek há 3 meses atrás
pai
commit
b3110ca291
55 ficheiros alterados com 369 adições e 54 exclusões
  1. 1 1
      src/lib/components/AddServerModal.svelte
  2. 0 1
      src/lib/components/admin/Evaluations/Feedbacks.svelte
  3. 4 0
      src/lib/components/chat/Chat.svelte
  4. 7 1
      src/lib/i18n/locales/ar-BH/translation.json
  5. 7 1
      src/lib/i18n/locales/ar/translation.json
  6. 7 1
      src/lib/i18n/locales/bg-BG/translation.json
  7. 7 1
      src/lib/i18n/locales/bn-BD/translation.json
  8. 7 1
      src/lib/i18n/locales/bo-TB/translation.json
  9. 7 1
      src/lib/i18n/locales/ca-ES/translation.json
  10. 7 1
      src/lib/i18n/locales/ceb-PH/translation.json
  11. 7 1
      src/lib/i18n/locales/cs-CZ/translation.json
  12. 7 1
      src/lib/i18n/locales/da-DK/translation.json
  13. 7 1
      src/lib/i18n/locales/de-DE/translation.json
  14. 7 1
      src/lib/i18n/locales/dg-DG/translation.json
  15. 7 1
      src/lib/i18n/locales/el-GR/translation.json
  16. 7 1
      src/lib/i18n/locales/en-GB/translation.json
  17. 7 1
      src/lib/i18n/locales/en-US/translation.json
  18. 7 1
      src/lib/i18n/locales/es-ES/translation.json
  19. 7 1
      src/lib/i18n/locales/et-EE/translation.json
  20. 7 1
      src/lib/i18n/locales/eu-ES/translation.json
  21. 7 1
      src/lib/i18n/locales/fa-IR/translation.json
  22. 7 1
      src/lib/i18n/locales/fi-FI/translation.json
  23. 7 1
      src/lib/i18n/locales/fr-CA/translation.json
  24. 7 1
      src/lib/i18n/locales/fr-FR/translation.json
  25. 7 1
      src/lib/i18n/locales/he-IL/translation.json
  26. 7 1
      src/lib/i18n/locales/hi-IN/translation.json
  27. 7 1
      src/lib/i18n/locales/hr-HR/translation.json
  28. 7 1
      src/lib/i18n/locales/hu-HU/translation.json
  29. 7 1
      src/lib/i18n/locales/id-ID/translation.json
  30. 7 1
      src/lib/i18n/locales/ie-GA/translation.json
  31. 7 1
      src/lib/i18n/locales/it-IT/translation.json
  32. 7 1
      src/lib/i18n/locales/ja-JP/translation.json
  33. 7 1
      src/lib/i18n/locales/ka-GE/translation.json
  34. 7 1
      src/lib/i18n/locales/ko-KR/translation.json
  35. 7 1
      src/lib/i18n/locales/lt-LT/translation.json
  36. 7 1
      src/lib/i18n/locales/ms-MY/translation.json
  37. 7 1
      src/lib/i18n/locales/nb-NO/translation.json
  38. 7 1
      src/lib/i18n/locales/nl-NL/translation.json
  39. 7 1
      src/lib/i18n/locales/pa-IN/translation.json
  40. 7 1
      src/lib/i18n/locales/pl-PL/translation.json
  41. 7 1
      src/lib/i18n/locales/pt-BR/translation.json
  42. 7 1
      src/lib/i18n/locales/pt-PT/translation.json
  43. 7 1
      src/lib/i18n/locales/ro-RO/translation.json
  44. 7 1
      src/lib/i18n/locales/ru-RU/translation.json
  45. 7 1
      src/lib/i18n/locales/sk-SK/translation.json
  46. 7 1
      src/lib/i18n/locales/sr-RS/translation.json
  47. 7 1
      src/lib/i18n/locales/sv-SE/translation.json
  48. 7 1
      src/lib/i18n/locales/th-TH/translation.json
  49. 7 1
      src/lib/i18n/locales/tk-TW/translation.json
  50. 7 1
      src/lib/i18n/locales/tr-TR/translation.json
  51. 7 1
      src/lib/i18n/locales/uk-UA/translation.json
  52. 7 1
      src/lib/i18n/locales/ur-PK/translation.json
  53. 7 1
      src/lib/i18n/locales/vi-VN/translation.json
  54. 7 1
      src/lib/i18n/locales/zh-CN/translation.json
  55. 7 1
      src/lib/i18n/locales/zh-TW/translation.json

+ 1 - 1
src/lib/components/AddServerModal.svelte

@@ -251,7 +251,7 @@
 								<div class="flex gap-2">
 								<div class="flex gap-2">
 									<div class="flex-shrink-0 self-start">
 									<div class="flex-shrink-0 self-start">
 										<select
 										<select
-											class="w-full text-sm bg-transparent placeholder:text-gray-300 dark:placeholder:text-gray-700 outline-hidden pr-5"
+											class="w-full text-sm bg-transparent dark:bg-gray-900 placeholder:text-gray-300 dark:placeholder:text-gray-700 outline-hidden pr-5"
 											bind:value={auth_type}
 											bind:value={auth_type}
 										>
 										>
 											<option value="bearer">Bearer</option>
 											<option value="bearer">Bearer</option>

+ 0 - 1
src/lib/components/admin/Evaluations/Feedbacks.svelte

@@ -92,7 +92,6 @@
 	};
 	};
 
 
 	const exportHandler = async () => {
 	const exportHandler = async () => {
-
 		const _feedbacks = await exportAllFeedbacks(localStorage.token).catch((err) => {
 		const _feedbacks = await exportAllFeedbacks(localStorage.token).catch((err) => {
 			toast.error(err);
 			toast.error(err);
 			return null;
 			return null;

+ 4 - 0
src/lib/components/chat/Chat.svelte

@@ -1322,6 +1322,10 @@
 			history.messages[messages.at(-1).id].childrenIds.push(userMessageId);
 			history.messages[messages.at(-1).id].childrenIds.push(userMessageId);
 		}
 		}
 
 
+		if (autoScroll) {
+			scrollToBottom();
+		}
+
 		// focus on chat input
 		// focus on chat input
 		const chatInput = document.getElementById('chat-input');
 		const chatInput = document.getElementById('chat-input');
 		chatInput?.focus();
 		chatInput?.focus();

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "اتصالات",
 	"Connections": "اتصالات",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "",
 	"Contact Admin for WebUI Access": "",
 	"Content": "الاتصال",
 	"Content": "الاتصال",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "فشل في إنشاء مفتاح API.",
 	"Failed to create API Key.": "فشل في إنشاء مفتاح API.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "فشل في قراءة محتويات الحافظة",
 	"Failed to read clipboard contents": "فشل في قراءة محتويات الحافظة",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook الرابط",
 	"Webhook URL": "Webhook الرابط",
 	"WebUI Settings": "WebUI اعدادات",
 	"WebUI Settings": "WebUI اعدادات",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "أكد كلمة مرورك الجديدة",
 	"Confirm your new password": "أكد كلمة مرورك الجديدة",
 	"Connect to your own OpenAI compatible API endpoints.": "اتصل بنقاط نهاية API المتوافقة مع OpenAI الخاصة بك.",
 	"Connect to your own OpenAI compatible API endpoints.": "اتصل بنقاط نهاية API المتوافقة مع OpenAI الخاصة بك.",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "الاتصالات",
 	"Connections": "الاتصالات",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "يقيّد الجهد في التفكير لنماذج التفكير. ينطبق فقط على نماذج التفكير من مقدمي خدمات محددين يدعمون جهد التفكير.",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "يقيّد الجهد في التفكير لنماذج التفكير. ينطبق فقط على نماذج التفكير من مقدمي خدمات محددين يدعمون جهد التفكير.",
 	"Contact Admin for WebUI Access": "اتصل بالمسؤول للوصول إلى واجهة الويب",
 	"Contact Admin for WebUI Access": "اتصل بالمسؤول للوصول إلى واجهة الويب",
 	"Content": "المحتوى",
 	"Content": "المحتوى",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "فشل في إنشاء مفتاح API.",
 	"Failed to create API Key.": "فشل في إنشاء مفتاح API.",
 	"Failed to fetch models": "فشل في جلب النماذج",
 	"Failed to fetch models": "فشل في جلب النماذج",
 	"Failed to read clipboard contents": "فشل في قراءة محتويات الحافظة",
 	"Failed to read clipboard contents": "فشل في قراءة محتويات الحافظة",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "فشل في حفظ إعدادات النماذج",
 	"Failed to save models configuration": "فشل في حفظ إعدادات النماذج",
 	"Failed to update settings": "فشل في تحديث الإعدادات",
 	"Failed to update settings": "فشل في تحديث الإعدادات",
 	"Failed to upload file.": "فشل في رفع الملف.",
 	"Failed to upload file.": "فشل في رفع الملف.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "يرجى مراجعة التحذيرات التالية بعناية:",
 	"Please carefully review the following warnings:": "يرجى مراجعة التحذيرات التالية بعناية:",
 	"Please do not close the settings page while loading the model.": "الرجاء عدم إغلاق صفحة الإعدادات أثناء تحميل النموذج.",
 	"Please do not close the settings page while loading the model.": "الرجاء عدم إغلاق صفحة الإعدادات أثناء تحميل النموذج.",
 	"Please enter a prompt": "الرجاء إدخال توجيه",
 	"Please enter a prompt": "الرجاء إدخال توجيه",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "الرجاء تعبئة جميع الحقول.",
 	"Please fill in all fields.": "الرجاء تعبئة جميع الحقول.",
 	"Please select a model first.": "الرجاء اختيار نموذج أولاً.",
 	"Please select a model first.": "الرجاء اختيار نموذج أولاً.",
 	"Please select a model.": "الرجاء اختيار نموذج.",
 	"Please select a model.": "الرجاء اختيار نموذج.",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook الرابط",
 	"Webhook URL": "Webhook الرابط",
 	"WebUI Settings": "WebUI اعدادات",
 	"WebUI Settings": "WebUI اعدادات",
 	"WebUI URL": "رابط WebUI",
 	"WebUI URL": "رابط WebUI",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "ستقوم WebUI بإرسال الطلبات إلى \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "ستقوم WebUI بإرسال الطلبات إلى \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "ستقوم WebUI بإرسال الطلبات إلى \"{{url}}/chat/completions\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "ستقوم WebUI بإرسال الطلبات إلى \"{{url}}/chat/completions\"",
 	"What are you trying to achieve?": "ما الذي تحاول تحقيقه؟",
 	"What are you trying to achieve?": "ما الذي تحاول تحقيقه؟",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "Потвърдете новата си парола",
 	"Confirm your new password": "Потвърдете новата си парола",
 	"Connect to your own OpenAI compatible API endpoints.": "Свържете се със собствени крайни точки на API, съвместими с OpenAI.",
 	"Connect to your own OpenAI compatible API endpoints.": "Свържете се със собствени крайни точки на API, съвместими с OpenAI.",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Връзки",
 	"Connections": "Връзки",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Свържете се с администратор за достъп до WebUI",
 	"Contact Admin for WebUI Access": "Свържете се с администратор за достъп до WebUI",
 	"Content": "Съдържание",
 	"Content": "Съдържание",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Неуспешно създаване на API ключ.",
 	"Failed to create API Key.": "Неуспешно създаване на API ключ.",
 	"Failed to fetch models": "Неуспешно извличане на модели",
 	"Failed to fetch models": "Неуспешно извличане на модели",
 	"Failed to read clipboard contents": "Грешка при четене на съдържанието от клипборда",
 	"Failed to read clipboard contents": "Грешка при четене на съдържанието от клипборда",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "Неуспешно запазване на конфигурацията на моделите",
 	"Failed to save models configuration": "Неуспешно запазване на конфигурацията на моделите",
 	"Failed to update settings": "Неуспешно актуализиране на настройките",
 	"Failed to update settings": "Неуспешно актуализиране на настройките",
 	"Failed to upload file.": "Неуспешно качване на файл.",
 	"Failed to upload file.": "Неуспешно качване на файл.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Моля, внимателно прегледайте следните предупреждения:",
 	"Please carefully review the following warnings:": "Моля, внимателно прегледайте следните предупреждения:",
 	"Please do not close the settings page while loading the model.": "Моля, не затваряйте страницата с настройки, докато моделът се зарежда.",
 	"Please do not close the settings page while loading the model.": "Моля, не затваряйте страницата с настройки, докато моделът се зарежда.",
 	"Please enter a prompt": "Моля, въведете промпт",
 	"Please enter a prompt": "Моля, въведете промпт",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Моля, попълнете всички полета.",
 	"Please fill in all fields.": "Моля, попълнете всички полета.",
 	"Please select a model first.": "Моля, първо изберете модел.",
 	"Please select a model first.": "Моля, първо изберете модел.",
 	"Please select a model.": "Моля, изберете модел.",
 	"Please select a model.": "Моля, изберете модел.",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Уебхук URL",
 	"Webhook URL": "Уебхук URL",
 	"WebUI Settings": "WebUI Настройки",
 	"WebUI Settings": "WebUI Настройки",
 	"WebUI URL": "WebUI URL",
 	"WebUI URL": "WebUI URL",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI ще прави заявки към \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI ще прави заявки към \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI ще прави заявки към \"{{url}}/chat/completions\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI ще прави заявки към \"{{url}}/chat/completions\"",
 	"What are you trying to achieve?": "Какво се опитвате да постигнете?",
 	"What are you trying to achieve?": "Какво се опитвате да постигнете?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "কানেকশনগুলো",
 	"Connections": "কানেকশনগুলো",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "",
 	"Contact Admin for WebUI Access": "",
 	"Content": "বিষয়বস্তু",
 	"Content": "বিষয়বস্তু",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "API Key তৈরি করা যায়নি।",
 	"Failed to create API Key.": "API Key তৈরি করা যায়নি।",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "ক্লিপবোর্ডের বিষয়বস্তু পড়া সম্ভব হয়নি",
 	"Failed to read clipboard contents": "ক্লিপবোর্ডের বিষয়বস্তু পড়া সম্ভব হয়নি",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "ওয়েবহুক URL",
 	"Webhook URL": "ওয়েবহুক URL",
 	"WebUI Settings": "WebUI সেটিংসমূহ",
 	"WebUI Settings": "WebUI সেটিংসমূহ",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

+ 7 - 1
src/lib/i18n/locales/bo-TB/translation.json

@@ -219,7 +219,10 @@
 	"Confirm your new password": "ཁྱེད་ཀྱི་གསང་གྲངས་གསར་པ་གཏན་འཁེལ།",
 	"Confirm your new password": "ཁྱེད་ཀྱི་གསང་གྲངས་གསར་པ་གཏན་འཁེལ།",
 	"Connect to your own OpenAI compatible API endpoints.": "ཁྱེད་རང་གི་ OpenAI དང་མཐུན་པའི་ API མཇུག་མཐུད་ལ་སྦྲེལ་བ།",
 	"Connect to your own OpenAI compatible API endpoints.": "ཁྱེད་རང་གི་ OpenAI དང་མཐུན་པའི་ API མཇུག་མཐུད་ལ་སྦྲེལ་བ།",
 	"Connect to your own OpenAPI compatible external tool servers.": "ཁྱེད་རང་གི་ OpenAPI དང་མཐུན་པའི་ཕྱི་རོལ་ལག་ཆའི་སར་བར་ལ་སྦྲེལ་བ།",
 	"Connect to your own OpenAPI compatible external tool servers.": "ཁྱེད་རང་གི་ OpenAPI དང་མཐུན་པའི་ཕྱི་རོལ་ལག་ཆའི་སར་བར་ལ་སྦྲེལ་བ།",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "སྦྲེལ་མཐུད།",
 	"Connections": "སྦྲེལ་མཐུད།",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "རྒྱུ་མཚན་འདྲེན་པའི་དཔེ་དབྱིབས་ཀྱི་རྒྱུ་མཚན་འདྲེན་པའི་འབད་བརྩོན་ལ་ཚད་བཀག་བྱེད་པ། རྒྱུ་མཚན་འདྲེན་པའི་འབད་བརྩོན་ལ་རྒྱབ་སྐྱོར་བྱེད་པའི་མཁོ་སྤྲོད་པ་ངེས་ཅན་གྱི་རྒྱུ་མཚན་འདྲེན་པའི་དཔེ་དབྱིབས་ལ་ཁོ་ན་འཕྲོད་པ།",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "རྒྱུ་མཚན་འདྲེན་པའི་དཔེ་དབྱིབས་ཀྱི་རྒྱུ་མཚན་འདྲེན་པའི་འབད་བརྩོན་ལ་ཚད་བཀག་བྱེད་པ། རྒྱུ་མཚན་འདྲེན་པའི་འབད་བརྩོན་ལ་རྒྱབ་སྐྱོར་བྱེད་པའི་མཁོ་སྤྲོད་པ་ངེས་ཅན་གྱི་རྒྱུ་མཚན་འདྲེན་པའི་དཔེ་དབྱིབས་ལ་ཁོ་ན་འཕྲོད་པ།",
 	"Contact Admin for WebUI Access": "WebUI འཛུལ་སྤྱོད་ཆེད་དུ་དོ་དམ་པ་དང་འབྲེལ་གཏུག་བྱེད་པ།",
 	"Contact Admin for WebUI Access": "WebUI འཛུལ་སྤྱོད་ཆེད་དུ་དོ་དམ་པ་དང་འབྲེལ་གཏུག་བྱེད་པ།",
 	"Content": "ནང་དོན།",
 	"Content": "ནང་དོན།",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "API ལྡེ་མིག་བཟོ་མ་ཐུབ།",
 	"Failed to create API Key.": "API ལྡེ་མིག་བཟོ་མ་ཐུབ།",
 	"Failed to fetch models": "དཔེ་དབྱིབས་ལེན་པར་མ་ཐུབ།",
 	"Failed to fetch models": "དཔེ་དབྱིབས་ལེན་པར་མ་ཐུབ།",
 	"Failed to read clipboard contents": "སྦྱར་སྡེར་གྱི་ནང་དོན་ཀློག་མ་ཐུབ།",
 	"Failed to read clipboard contents": "སྦྱར་སྡེར་གྱི་ནང་དོན་ཀློག་མ་ཐུབ།",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "དཔེ་དབྱིབས་སྒྲིག་འགོད་ཉར་ཚགས་བྱེད་མ་ཐུབ།",
 	"Failed to save models configuration": "དཔེ་དབྱིབས་སྒྲིག་འགོད་ཉར་ཚགས་བྱེད་མ་ཐུབ།",
 	"Failed to update settings": "སྒྲིག་འགོད་གསར་སྒྱུར་བྱེད་མ་ཐུབ།",
 	"Failed to update settings": "སྒྲིག་འགོད་གསར་སྒྱུར་བྱེད་མ་ཐུབ།",
 	"Failed to upload file.": "ཡིག་ཆ་སྤར་མ་ཐུབ།",
 	"Failed to upload file.": "ཡིག་ཆ་སྤར་མ་ཐུབ།",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "གཤམ་གསལ་ཉེན་བརྡ་དག་ལ་ཞིབ་ཚགས་ངང་བལྟ་ཞིབ་བྱེད་རོགས།:",
 	"Please carefully review the following warnings:": "གཤམ་གསལ་ཉེན་བརྡ་དག་ལ་ཞིབ་ཚགས་ངང་བལྟ་ཞིབ་བྱེད་རོགས།:",
 	"Please do not close the settings page while loading the model.": "དཔེ་དབྱིབས་ནང་འཇུག་བྱེད་སྐབས་སྒྲིག་འགོད་ཤོག་ངོས་ཁ་མ་རྒྱག་རོགས།",
 	"Please do not close the settings page while loading the model.": "དཔེ་དབྱིབས་ནང་འཇུག་བྱེད་སྐབས་སྒྲིག་འགོད་ཤོག་ངོས་ཁ་མ་རྒྱག་རོགས།",
 	"Please enter a prompt": "འགུལ་སློང་ཞིག་འཇུག་རོགས།",
 	"Please enter a prompt": "འགུལ་སློང་ཞིག་འཇུག་རོགས།",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "ཁོངས་ཡོངས་རྫོགས་ཁ་སྐོང་རོགས།",
 	"Please fill in all fields.": "ཁོངས་ཡོངས་རྫོགས་ཁ་སྐོང་རོགས།",
 	"Please select a model first.": "ཐོག་མར་དཔེ་དབྱིབས་ཤིག་གདམ་ག་བྱེད་རོགས།",
 	"Please select a model first.": "ཐོག་མར་དཔེ་དབྱིབས་ཤིག་གདམ་ག་བྱེད་རོགས།",
 	"Please select a model.": "དཔེ་དབྱིབས་ཤིག་གདམ་ག་བྱེད་རོགས།",
 	"Please select a model.": "དཔེ་དབྱིབས་ཤིག་གདམ་ག་བྱེད་རོགས།",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook URL",
 	"Webhook URL": "Webhook URL",
 	"WebUI Settings": "WebUI སྒྲིག་འགོད།",
 	"WebUI Settings": "WebUI སྒྲིག་འགོད།",
 	"WebUI URL": "WebUI URL",
 	"WebUI URL": "WebUI URL",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI ཡིས་ \"{{url}}/api/chat\" ལ་རེ་ཞུ་གཏོང་ངེས།",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI ཡིས་ \"{{url}}/api/chat\" ལ་རེ་ཞུ་གཏོང་ངེས།",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI ཡིས་ \"{{url}}/chat/completions\" ལ་རེ་ཞུ་གཏོང་ངེས།",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI ཡིས་ \"{{url}}/chat/completions\" ལ་རེ་ཞུ་གཏོང་ངེས།",
 	"What are you trying to achieve?": "ཁྱེད་ཀྱིས་ཅི་ཞིག་འགྲུབ་ཐབས་བྱེད་བཞིན་ཡོད།",
 	"What are you trying to achieve?": "ཁྱེད་ཀྱིས་ཅི་ཞིག་འགྲུབ་ཐབས་བྱེད་བཞིན་ཡོད།",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "Confirma la teva nova contrasenya",
 	"Confirm your new password": "Confirma la teva nova contrasenya",
 	"Connect to your own OpenAI compatible API endpoints.": "Connecta als teus propis punts de connexió de l'API compatible amb OpenAI",
 	"Connect to your own OpenAI compatible API endpoints.": "Connecta als teus propis punts de connexió de l'API compatible amb OpenAI",
 	"Connect to your own OpenAPI compatible external tool servers.": "Connecta als teus propis servidors d'eines externs compatibles amb OpenAPI",
 	"Connect to your own OpenAPI compatible external tool servers.": "Connecta als teus propis servidors d'eines externs compatibles amb OpenAPI",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Connexions",
 	"Connections": "Connexions",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "Restringeix l'esforç de raonament dels models de raonament. Només aplicable a models de raonament de proveïdors específics que donen suport a l'esforç de raonament.",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "Restringeix l'esforç de raonament dels models de raonament. Només aplicable a models de raonament de proveïdors específics que donen suport a l'esforç de raonament.",
 	"Contact Admin for WebUI Access": "Posat en contacte amb l'administrador per accedir a WebUI",
 	"Contact Admin for WebUI Access": "Posat en contacte amb l'administrador per accedir a WebUI",
 	"Content": "Contingut",
 	"Content": "Contingut",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "No s'ha pogut crear la clau API.",
 	"Failed to create API Key.": "No s'ha pogut crear la clau API.",
 	"Failed to fetch models": "No s'han pogut obtenir els models",
 	"Failed to fetch models": "No s'han pogut obtenir els models",
 	"Failed to read clipboard contents": "No s'ha pogut llegir el contingut del porta-retalls",
 	"Failed to read clipboard contents": "No s'ha pogut llegir el contingut del porta-retalls",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "No s'ha pogut desar la configuració dels models",
 	"Failed to save models configuration": "No s'ha pogut desar la configuració dels models",
 	"Failed to update settings": "No s'han pogut actualitzar les preferències",
 	"Failed to update settings": "No s'han pogut actualitzar les preferències",
 	"Failed to upload file.": "No s'ha pogut pujar l'arxiu.",
 	"Failed to upload file.": "No s'ha pogut pujar l'arxiu.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Si us plau, revisa els següents avisos amb cura:",
 	"Please carefully review the following warnings:": "Si us plau, revisa els següents avisos amb cura:",
 	"Please do not close the settings page while loading the model.": "No tanquis la pàgina de configuració mentre carregues el model.",
 	"Please do not close the settings page while loading the model.": "No tanquis la pàgina de configuració mentre carregues el model.",
 	"Please enter a prompt": "Si us plau, entra una indicació",
 	"Please enter a prompt": "Si us plau, entra una indicació",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Emplena tots els camps, si us plau.",
 	"Please fill in all fields.": "Emplena tots els camps, si us plau.",
 	"Please select a model first.": "Si us plau, selecciona un model primer",
 	"Please select a model first.": "Si us plau, selecciona un model primer",
 	"Please select a model.": "Si us plau, selecciona un model.",
 	"Please select a model.": "Si us plau, selecciona un model.",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "URL del webhook",
 	"Webhook URL": "URL del webhook",
 	"WebUI Settings": "Preferències de WebUI",
 	"WebUI Settings": "Preferències de WebUI",
 	"WebUI URL": "URL de WebUI",
 	"WebUI URL": "URL de WebUI",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI farà peticions a \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI farà peticions a \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI farà peticions a \"{{url}}/chat/completions\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI farà peticions a \"{{url}}/chat/completions\"",
 	"What are you trying to achieve?": "Què intentes aconseguir?",
 	"What are you trying to achieve?": "Què intentes aconseguir?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Mga koneksyon",
 	"Connections": "Mga koneksyon",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "",
 	"Contact Admin for WebUI Access": "",
 	"Content": "Kontento",
 	"Content": "Kontento",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "",
 	"Failed to create API Key.": "",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Napakyas sa pagbasa sa sulod sa clipboard",
 	"Failed to read clipboard contents": "Napakyas sa pagbasa sa sulod sa clipboard",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "",
 	"Webhook URL": "",
 	"WebUI Settings": "Mga Setting sa WebUI",
 	"WebUI Settings": "Mga Setting sa WebUI",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Připojení",
 	"Connections": "Připojení",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Kontaktujte administrátora pro přístup k webovému rozhraní.",
 	"Contact Admin for WebUI Access": "Kontaktujte administrátora pro přístup k webovému rozhraní.",
 	"Content": "Obsah",
 	"Content": "Obsah",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Nepodařilo se vytvořit API klíč.",
 	"Failed to create API Key.": "Nepodařilo se vytvořit API klíč.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Nepodařilo se přečíst obsah schránky",
 	"Failed to read clipboard contents": "Nepodařilo se přečíst obsah schránky",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Nepodařilo se aktualizovat nastavení",
 	"Failed to update settings": "Nepodařilo se aktualizovat nastavení",
 	"Failed to upload file.": "Nepodařilo se nahrát soubor.",
 	"Failed to upload file.": "Nepodařilo se nahrát soubor.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Prosím, pečlivě si přečtěte následující upozornění:",
 	"Please carefully review the following warnings:": "Prosím, pečlivě si přečtěte následující upozornění:",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "Prosím, zadejte zadání.",
 	"Please enter a prompt": "Prosím, zadejte zadání.",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Prosím, vyplňte všechna pole.",
 	"Please fill in all fields.": "Prosím, vyplňte všechna pole.",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook URL",
 	"Webhook URL": "Webhook URL",
 	"WebUI Settings": "Nastavení WebUI",
 	"WebUI Settings": "Nastavení WebUI",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Forbindelser",
 	"Connections": "Forbindelser",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Kontakt din administrator for adgang til WebUI",
 	"Contact Admin for WebUI Access": "Kontakt din administrator for adgang til WebUI",
 	"Content": "Indhold",
 	"Content": "Indhold",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Kunne ikke oprette API-nøgle.",
 	"Failed to create API Key.": "Kunne ikke oprette API-nøgle.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Kunne ikke læse indholdet af udklipsholderen",
 	"Failed to read clipboard contents": "Kunne ikke læse indholdet af udklipsholderen",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Kunne ikke opdatere indstillinger",
 	"Failed to update settings": "Kunne ikke opdatere indstillinger",
 	"Failed to upload file.": "Kunne ikke uploade fil.",
 	"Failed to upload file.": "Kunne ikke uploade fil.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Gennemgå omhyggeligt følgende advarsler:",
 	"Please carefully review the following warnings:": "Gennemgå omhyggeligt følgende advarsler:",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Udfyld alle felter.",
 	"Please fill in all fields.": "Udfyld alle felter.",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook-URL",
 	"Webhook URL": "Webhook-URL",
 	"WebUI Settings": "WebUI-indstillinger",
 	"WebUI Settings": "WebUI-indstillinger",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "Neues Passwort bestätigen",
 	"Confirm your new password": "Neues Passwort bestätigen",
 	"Connect to your own OpenAI compatible API endpoints.": "Verbinden Sie sich zu Ihren OpenAI-kompatiblen Endpunkten.",
 	"Connect to your own OpenAI compatible API endpoints.": "Verbinden Sie sich zu Ihren OpenAI-kompatiblen Endpunkten.",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Verbindungen",
 	"Connections": "Verbindungen",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Kontaktieren Sie den Administrator für den Zugriff auf die Weboberfläche",
 	"Contact Admin for WebUI Access": "Kontaktieren Sie den Administrator für den Zugriff auf die Weboberfläche",
 	"Content": "Info",
 	"Content": "Info",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Fehler beim Erstellen des API-Schlüssels.",
 	"Failed to create API Key.": "Fehler beim Erstellen des API-Schlüssels.",
 	"Failed to fetch models": "Fehler beim Abrufen der Modelle",
 	"Failed to fetch models": "Fehler beim Abrufen der Modelle",
 	"Failed to read clipboard contents": "Fehler beim Abruf der Zwischenablage",
 	"Failed to read clipboard contents": "Fehler beim Abruf der Zwischenablage",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "Fehler beim Speichern der Modellkonfiguration",
 	"Failed to save models configuration": "Fehler beim Speichern der Modellkonfiguration",
 	"Failed to update settings": "Fehler beim Aktualisieren der Einstellungen",
 	"Failed to update settings": "Fehler beim Aktualisieren der Einstellungen",
 	"Failed to upload file.": "Fehler beim Hochladen der Datei.",
 	"Failed to upload file.": "Fehler beim Hochladen der Datei.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Bitte überprüfen Sie die folgenden Warnungen sorgfältig:",
 	"Please carefully review the following warnings:": "Bitte überprüfen Sie die folgenden Warnungen sorgfältig:",
 	"Please do not close the settings page while loading the model.": "Bitte schließen die Einstellungen-Seite nicht, während das Modell lädt.",
 	"Please do not close the settings page while loading the model.": "Bitte schließen die Einstellungen-Seite nicht, während das Modell lädt.",
 	"Please enter a prompt": "Bitte geben Sie einen Prompt ein",
 	"Please enter a prompt": "Bitte geben Sie einen Prompt ein",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Bitte füllen Sie alle Felder aus.",
 	"Please fill in all fields.": "Bitte füllen Sie alle Felder aus.",
 	"Please select a model first.": "Bitte wählen Sie zuerst ein Modell aus.",
 	"Please select a model first.": "Bitte wählen Sie zuerst ein Modell aus.",
 	"Please select a model.": "Bitte wählen Sie ein Modell aus.",
 	"Please select a model.": "Bitte wählen Sie ein Modell aus.",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook URL",
 	"Webhook URL": "Webhook URL",
 	"WebUI Settings": "WebUI-Einstellungen",
 	"WebUI Settings": "WebUI-Einstellungen",
 	"WebUI URL": "WebUI-URL",
 	"WebUI URL": "WebUI-URL",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI wird Anfragen an \"{{url}}/api/chat\" senden",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI wird Anfragen an \"{{url}}/api/chat\" senden",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI wird Anfragen an \"{{url}}/chat/completions\" senden",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI wird Anfragen an \"{{url}}/chat/completions\" senden",
 	"What are you trying to achieve?": "Was versuchen Sie zu erreichen?",
 	"What are you trying to achieve?": "Was versuchen Sie zu erreichen?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Connections",
 	"Connections": "Connections",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "",
 	"Contact Admin for WebUI Access": "",
 	"Content": "Content",
 	"Content": "Content",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "",
 	"Failed to create API Key.": "",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Failed to read clipboard borks",
 	"Failed to read clipboard contents": "Failed to read clipboard borks",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "",
 	"Webhook URL": "",
 	"WebUI Settings": "WebUI Settings much settings",
 	"WebUI Settings": "WebUI Settings much settings",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Συνδέσεις",
 	"Connections": "Συνδέσεις",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Επικοινωνήστε με τον Διαχειριστή για Πρόσβαση στο WebUI",
 	"Contact Admin for WebUI Access": "Επικοινωνήστε με τον Διαχειριστή για Πρόσβαση στο WebUI",
 	"Content": "Περιεχόμενο",
 	"Content": "Περιεχόμενο",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Αποτυχία δημιουργίας Κλειδιού API.",
 	"Failed to create API Key.": "Αποτυχία δημιουργίας Κλειδιού API.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Αποτυχία ανάγνωσης περιεχομένων πρόχειρου",
 	"Failed to read clipboard contents": "Αποτυχία ανάγνωσης περιεχομένων πρόχειρου",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "Αποτυχία αποθήκευσης ρυθμίσεων μοντέλων",
 	"Failed to save models configuration": "Αποτυχία αποθήκευσης ρυθμίσεων μοντέλων",
 	"Failed to update settings": "Αποτυχία ενημέρωσης ρυθμίσεων",
 	"Failed to update settings": "Αποτυχία ενημέρωσης ρυθμίσεων",
 	"Failed to upload file.": "Αποτυχία ανεβάσματος αρχείου.",
 	"Failed to upload file.": "Αποτυχία ανεβάσματος αρχείου.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Παρακαλώ αναθεωρήστε προσεκτικά τις ακόλουθες προειδοποιήσεις:",
 	"Please carefully review the following warnings:": "Παρακαλώ αναθεωρήστε προσεκτικά τις ακόλουθες προειδοποιήσεις:",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "Παρακαλώ εισάγετε μια προτροπή",
 	"Please enter a prompt": "Παρακαλώ εισάγετε μια προτροπή",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Παρακαλώ συμπληρώστε όλα τα πεδία.",
 	"Please fill in all fields.": "Παρακαλώ συμπληρώστε όλα τα πεδία.",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "URL Webhook",
 	"Webhook URL": "URL Webhook",
 	"WebUI Settings": "Ρυθμίσεις WebUI",
 	"WebUI Settings": "Ρυθμίσεις WebUI",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "Το WebUI θα κάνει αιτήματα στο \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "Το WebUI θα κάνει αιτήματα στο \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "Το WebUI θα κάνει αιτήματα στο \"{{url}}/chat/completions\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "Το WebUI θα κάνει αιτήματα στο \"{{url}}/chat/completions\"",
 	"What are you trying to achieve?": "Τι προσπαθείτε να πετύχετε?",
 	"What are you trying to achieve?": "Τι προσπαθείτε να πετύχετε?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "",
 	"Connections": "",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "",
 	"Contact Admin for WebUI Access": "",
 	"Content": "",
 	"Content": "",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "",
 	"Failed to create API Key.": "",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "",
 	"Failed to read clipboard contents": "",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "",
 	"Webhook URL": "",
 	"WebUI Settings": "",
 	"WebUI Settings": "",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "",
 	"Connections": "",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "",
 	"Contact Admin for WebUI Access": "",
 	"Content": "",
 	"Content": "",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "",
 	"Failed to create API Key.": "",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "",
 	"Failed to read clipboard contents": "",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "",
 	"Webhook URL": "",
 	"WebUI Settings": "",
 	"WebUI Settings": "",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "Confirma tu nueva contraseña",
 	"Confirm your new password": "Confirma tu nueva contraseña",
 	"Connect to your own OpenAI compatible API endpoints.": "Conectar a tus propios endpoints compatibles API OpenAI.",
 	"Connect to your own OpenAI compatible API endpoints.": "Conectar a tus propios endpoints compatibles API OpenAI.",
 	"Connect to your own OpenAPI compatible external tool servers.": "Conectar a tus propios endpoints externos de herramientas compatibles API OpenAI.",
 	"Connect to your own OpenAPI compatible external tool servers.": "Conectar a tus propios endpoints externos de herramientas compatibles API OpenAI.",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Conexiones",
 	"Connections": "Conexiones",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "Limita el esfuerzo de razonamiento para los modelos de razonamiento. Solo aplicable a modelos de razonamiento de proveedores específicos que soportan el esfuerzo de razonamiento.",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "Limita el esfuerzo de razonamiento para los modelos de razonamiento. Solo aplicable a modelos de razonamiento de proveedores específicos que soportan el esfuerzo de razonamiento.",
 	"Contact Admin for WebUI Access": "Contacta con Admin para obtener acceso a WebUI",
 	"Contact Admin for WebUI Access": "Contacta con Admin para obtener acceso a WebUI",
 	"Content": "Contenido",
 	"Content": "Contenido",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Fallo al crear la Clave API.",
 	"Failed to create API Key.": "Fallo al crear la Clave API.",
 	"Failed to fetch models": "Fallo al obtener los modelos",
 	"Failed to fetch models": "Fallo al obtener los modelos",
 	"Failed to read clipboard contents": "Fallo al leer el contenido del portapapeles",
 	"Failed to read clipboard contents": "Fallo al leer el contenido del portapapeles",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "Fallo al guardar la configuración de los modelos",
 	"Failed to save models configuration": "Fallo al guardar la configuración de los modelos",
 	"Failed to update settings": "Fallo al actualizar los ajustes",
 	"Failed to update settings": "Fallo al actualizar los ajustes",
 	"Failed to upload file.": "Fallo al subir el archivo.",
 	"Failed to upload file.": "Fallo al subir el archivo.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Por favor revisar cuidadosamente los siguientes avisos:",
 	"Please carefully review the following warnings:": "Por favor revisar cuidadosamente los siguientes avisos:",
 	"Please do not close the settings page while loading the model.": "Por favor no cerrar la página de ajustes mientras se está descargando el modelo.",
 	"Please do not close the settings page while loading the model.": "Por favor no cerrar la página de ajustes mientras se está descargando el modelo.",
 	"Please enter a prompt": "Por favor ingresar un indicador(prompt)",
 	"Please enter a prompt": "Por favor ingresar un indicador(prompt)",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Por favor rellenar todos los campos.",
 	"Please fill in all fields.": "Por favor rellenar todos los campos.",
 	"Please select a model first.": "Por favor primero seleccionar un modelo.",
 	"Please select a model first.": "Por favor primero seleccionar un modelo.",
 	"Please select a model.": "Por favor seleccionar un modelo.",
 	"Please select a model.": "Por favor seleccionar un modelo.",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "URL EngancheWeb(Webhook)",
 	"Webhook URL": "URL EngancheWeb(Webhook)",
 	"WebUI Settings": "WebUI Ajustes",
 	"WebUI Settings": "WebUI Ajustes",
 	"WebUI URL": "WebUI URL",
 	"WebUI URL": "WebUI URL",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI hará solicitudes a \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI hará solicitudes a \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI hará solicitudes a \"{{url}}/chat/completions\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI hará solicitudes a \"{{url}}/chat/completions\"",
 	"What are you trying to achieve?": "¿Qué estás tratando de conseguir?",
 	"What are you trying to achieve?": "¿Qué estás tratando de conseguir?",

+ 7 - 1
src/lib/i18n/locales/et-EE/translation.json

@@ -219,7 +219,10 @@
 	"Confirm your new password": "Kinnita oma uus parool",
 	"Confirm your new password": "Kinnita oma uus parool",
 	"Connect to your own OpenAI compatible API endpoints.": "Ühendu oma OpenAI-ga ühilduvate API lõpp-punktidega.",
 	"Connect to your own OpenAI compatible API endpoints.": "Ühendu oma OpenAI-ga ühilduvate API lõpp-punktidega.",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Ühendused",
 	"Connections": "Ühendused",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "Piirab arutluse pingutust arutlusvõimelistele mudelitele. Kohaldatav ainult konkreetsete pakkujate arutlusmudelitele, mis toetavad arutluspingutust.",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "Piirab arutluse pingutust arutlusvõimelistele mudelitele. Kohaldatav ainult konkreetsete pakkujate arutlusmudelitele, mis toetavad arutluspingutust.",
 	"Contact Admin for WebUI Access": "Võtke WebUI juurdepääsu saamiseks ühendust administraatoriga",
 	"Contact Admin for WebUI Access": "Võtke WebUI juurdepääsu saamiseks ühendust administraatoriga",
 	"Content": "Sisu",
 	"Content": "Sisu",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "API võtme loomine ebaõnnestus.",
 	"Failed to create API Key.": "API võtme loomine ebaõnnestus.",
 	"Failed to fetch models": "Mudelite toomine ebaõnnestus",
 	"Failed to fetch models": "Mudelite toomine ebaõnnestus",
 	"Failed to read clipboard contents": "Lõikelaua sisu lugemine ebaõnnestus",
 	"Failed to read clipboard contents": "Lõikelaua sisu lugemine ebaõnnestus",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "Mudelite konfiguratsiooni salvestamine ebaõnnestus",
 	"Failed to save models configuration": "Mudelite konfiguratsiooni salvestamine ebaõnnestus",
 	"Failed to update settings": "Seadete uuendamine ebaõnnestus",
 	"Failed to update settings": "Seadete uuendamine ebaõnnestus",
 	"Failed to upload file.": "Faili üleslaadimine ebaõnnestus.",
 	"Failed to upload file.": "Faili üleslaadimine ebaõnnestus.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Palun vaadake hoolikalt läbi järgmised hoiatused:",
 	"Please carefully review the following warnings:": "Palun vaadake hoolikalt läbi järgmised hoiatused:",
 	"Please do not close the settings page while loading the model.": "Palun ärge sulgege seadete lehte mudeli laadimise ajal.",
 	"Please do not close the settings page while loading the model.": "Palun ärge sulgege seadete lehte mudeli laadimise ajal.",
 	"Please enter a prompt": "Palun sisestage vihje",
 	"Please enter a prompt": "Palun sisestage vihje",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Palun täitke kõik väljad.",
 	"Please fill in all fields.": "Palun täitke kõik väljad.",
 	"Please select a model first.": "Palun valige esmalt mudel.",
 	"Please select a model first.": "Palun valige esmalt mudel.",
 	"Please select a model.": "Palun valige mudel.",
 	"Please select a model.": "Palun valige mudel.",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhooki URL",
 	"Webhook URL": "Webhooki URL",
 	"WebUI Settings": "WebUI seaded",
 	"WebUI Settings": "WebUI seaded",
 	"WebUI URL": "WebUI URL",
 	"WebUI URL": "WebUI URL",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI teeb päringuid aadressile \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI teeb päringuid aadressile \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI teeb päringuid aadressile \"{{url}}/chat/completions\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI teeb päringuid aadressile \"{{url}}/chat/completions\"",
 	"What are you trying to achieve?": "Mida te püüate saavutada?",
 	"What are you trying to achieve?": "Mida te püüate saavutada?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Konexioak",
 	"Connections": "Konexioak",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Jarri harremanetan Administratzailearekin WebUI Sarbiderako",
 	"Contact Admin for WebUI Access": "Jarri harremanetan Administratzailearekin WebUI Sarbiderako",
 	"Content": "Edukia",
 	"Content": "Edukia",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Huts egin du API Gakoa sortzean.",
 	"Failed to create API Key.": "Huts egin du API Gakoa sortzean.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Huts egin du arbelaren edukia irakurtzean",
 	"Failed to read clipboard contents": "Huts egin du arbelaren edukia irakurtzean",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "Huts egin du ereduen konfigurazioa gordetzean",
 	"Failed to save models configuration": "Huts egin du ereduen konfigurazioa gordetzean",
 	"Failed to update settings": "Huts egin du ezarpenak eguneratzean",
 	"Failed to update settings": "Huts egin du ezarpenak eguneratzean",
 	"Failed to upload file.": "Huts egin du fitxategia igotzean.",
 	"Failed to upload file.": "Huts egin du fitxategia igotzean.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Mesedez, berrikusi arretaz hurrengo oharrak:",
 	"Please carefully review the following warnings:": "Mesedez, berrikusi arretaz hurrengo oharrak:",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "Mesedez, sartu prompt bat",
 	"Please enter a prompt": "Mesedez, sartu prompt bat",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Mesedez, bete eremu guztiak.",
 	"Please fill in all fields.": "Mesedez, bete eremu guztiak.",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook URLa",
 	"Webhook URL": "Webhook URLa",
 	"WebUI Settings": "WebUI ezarpenak",
 	"WebUI Settings": "WebUI ezarpenak",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI-k eskaerak egingo ditu \"{{url}}/api/chat\"-era",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI-k eskaerak egingo ditu \"{{url}}/api/chat\"-era",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI-k eskaerak egingo ditu \"{{url}}/chat/completions\"-era",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI-k eskaerak egingo ditu \"{{url}}/chat/completions\"-era",
 	"What are you trying to achieve?": "Zer lortu nahi duzu?",
 	"What are you trying to achieve?": "Zer lortu nahi duzu?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "ارتباطات",
 	"Connections": "ارتباطات",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "برای دسترسی به WebUI با مدیر تماس بگیرید",
 	"Contact Admin for WebUI Access": "برای دسترسی به WebUI با مدیر تماس بگیرید",
 	"Content": "محتوا",
 	"Content": "محتوا",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "ایجاد کلید API با خطا مواجه شد.",
 	"Failed to create API Key.": "ایجاد کلید API با خطا مواجه شد.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "خواندن محتوای کلیپ بورد ناموفق بود",
 	"Failed to read clipboard contents": "خواندن محتوای کلیپ بورد ناموفق بود",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "خطا در به\u200cروزرسانی تنظیمات",
 	"Failed to update settings": "خطا در به\u200cروزرسانی تنظیمات",
 	"Failed to upload file.": "خطا در بارگذاری پرونده",
 	"Failed to upload file.": "خطا در بارگذاری پرونده",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "نشانی وب\u200cهوک",
 	"Webhook URL": "نشانی وب\u200cهوک",
 	"WebUI Settings": "تنظیمات WebUI",
 	"WebUI Settings": "تنظیمات WebUI",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "Vahvista uusi salasanasi",
 	"Confirm your new password": "Vahvista uusi salasanasi",
 	"Connect to your own OpenAI compatible API endpoints.": "Yhdistä omat OpenAI yhteensopivat API päätepisteet.",
 	"Connect to your own OpenAI compatible API endpoints.": "Yhdistä omat OpenAI yhteensopivat API päätepisteet.",
 	"Connect to your own OpenAPI compatible external tool servers.": "Yhdistä omat ulkopuoliset OpenAPI yhteensopivat työkalu palvelimet.",
 	"Connect to your own OpenAPI compatible external tool servers.": "Yhdistä omat ulkopuoliset OpenAPI yhteensopivat työkalu palvelimet.",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Yhteydet",
 	"Connections": "Yhteydet",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Ota yhteyttä ylläpitäjään WebUI-käyttöä varten",
 	"Contact Admin for WebUI Access": "Ota yhteyttä ylläpitäjään WebUI-käyttöä varten",
 	"Content": "Sisältö",
 	"Content": "Sisältö",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "API-avaimen luonti epäonnistui.",
 	"Failed to create API Key.": "API-avaimen luonti epäonnistui.",
 	"Failed to fetch models": "Mallien hakeminen epäonnistui",
 	"Failed to fetch models": "Mallien hakeminen epäonnistui",
 	"Failed to read clipboard contents": "Leikepöydän sisällön lukeminen epäonnistui",
 	"Failed to read clipboard contents": "Leikepöydän sisällön lukeminen epäonnistui",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "Mallien määrityksen tallentaminen epäonnistui",
 	"Failed to save models configuration": "Mallien määrityksen tallentaminen epäonnistui",
 	"Failed to update settings": "Asetusten päivittäminen epäonnistui",
 	"Failed to update settings": "Asetusten päivittäminen epäonnistui",
 	"Failed to upload file.": "Tiedoston lataaminen epäonnistui.",
 	"Failed to upload file.": "Tiedoston lataaminen epäonnistui.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Tarkista huolellisesti seuraavat varoitukset:",
 	"Please carefully review the following warnings:": "Tarkista huolellisesti seuraavat varoitukset:",
 	"Please do not close the settings page while loading the model.": "Älä sulje asetussivua mallin latautuessa.",
 	"Please do not close the settings page while loading the model.": "Älä sulje asetussivua mallin latautuessa.",
 	"Please enter a prompt": "Kirjoita kehote",
 	"Please enter a prompt": "Kirjoita kehote",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Täytä kaikki kentät.",
 	"Please fill in all fields.": "Täytä kaikki kentät.",
 	"Please select a model first.": "Valitse ensin malli.",
 	"Please select a model first.": "Valitse ensin malli.",
 	"Please select a model.": "Valitse malli.",
 	"Please select a model.": "Valitse malli.",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook verkko-osoite",
 	"Webhook URL": "Webhook verkko-osoite",
 	"WebUI Settings": "WebUI-asetukset",
 	"WebUI Settings": "WebUI-asetukset",
 	"WebUI URL": "WebUI-osoite",
 	"WebUI URL": "WebUI-osoite",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "WebUI lähettää pyyntöjä osoitteeseen \"{{url}}{{path}}\"",
+	"WebUI will make requests to \"{{url}}\"": "WebUI lähettää pyyntöjä osoitteeseen \"{{url}}\"",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI lähettää pyyntöjä osoitteeseen \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI lähettää pyyntöjä osoitteeseen \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI lähettää pyyntöjä osoitteeseen \"{{url}}/chat/completions\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI lähettää pyyntöjä osoitteeseen \"{{url}}/chat/completions\"",
 	"What are you trying to achieve?": "Mitä yrität saavuttaa?",
 	"What are you trying to achieve?": "Mitä yrität saavuttaa?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Connexions",
 	"Connections": "Connexions",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Contacter l'administrateur pour l'accès à l'interface Web",
 	"Contact Admin for WebUI Access": "Contacter l'administrateur pour l'accès à l'interface Web",
 	"Content": "Contenu",
 	"Content": "Contenu",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Échec de la création de la clé API.",
 	"Failed to create API Key.": "Échec de la création de la clé API.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Échec de la lecture du contenu du presse-papiers",
 	"Failed to read clipboard contents": "Échec de la lecture du contenu du presse-papiers",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Échec de la mise à jour des paramètres",
 	"Failed to update settings": "Échec de la mise à jour des paramètres",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "URL du webhook",
 	"Webhook URL": "URL du webhook",
 	"WebUI Settings": "Paramètres de WebUI",
 	"WebUI Settings": "Paramètres de WebUI",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "Confirmer votre nouveau mot de passe",
 	"Confirm your new password": "Confirmer votre nouveau mot de passe",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Connexions",
 	"Connections": "Connexions",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Contacter l'administrateur pour obtenir l'accès à WebUI",
 	"Contact Admin for WebUI Access": "Contacter l'administrateur pour obtenir l'accès à WebUI",
 	"Content": "Contenu",
 	"Content": "Contenu",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Échec de la création de la clé API.",
 	"Failed to create API Key.": "Échec de la création de la clé API.",
 	"Failed to fetch models": "Échec de la récupération des modèles",
 	"Failed to fetch models": "Échec de la récupération des modèles",
 	"Failed to read clipboard contents": "Échec de la lecture du contenu du presse-papiers",
 	"Failed to read clipboard contents": "Échec de la lecture du contenu du presse-papiers",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "Échec de la sauvegarde de la configuration des modèles",
 	"Failed to save models configuration": "Échec de la sauvegarde de la configuration des modèles",
 	"Failed to update settings": "Échec de la mise à jour des paramètres",
 	"Failed to update settings": "Échec de la mise à jour des paramètres",
 	"Failed to upload file.": "Échec du téléchargement du fichier.",
 	"Failed to upload file.": "Échec du téléchargement du fichier.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Veuillez lire attentivement les avertissements suivants :",
 	"Please carefully review the following warnings:": "Veuillez lire attentivement les avertissements suivants :",
 	"Please do not close the settings page while loading the model.": "Veuillez ne pas fermer les paramètres pendant le chargement du modèle.",
 	"Please do not close the settings page while loading the model.": "Veuillez ne pas fermer les paramètres pendant le chargement du modèle.",
 	"Please enter a prompt": "Veuillez saisir un prompt",
 	"Please enter a prompt": "Veuillez saisir un prompt",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Veuillez remplir tous les champs.",
 	"Please fill in all fields.": "Veuillez remplir tous les champs.",
 	"Please select a model first.": "Veuillez d'abord sélectionner un modèle.",
 	"Please select a model first.": "Veuillez d'abord sélectionner un modèle.",
 	"Please select a model.": "Veuillez sélectionner un modèle.",
 	"Please select a model.": "Veuillez sélectionner un modèle.",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "URL du webhook",
 	"Webhook URL": "URL du webhook",
 	"WebUI Settings": "Paramètres de WebUI",
 	"WebUI Settings": "Paramètres de WebUI",
 	"WebUI URL": "URL de WebUI",
 	"WebUI URL": "URL de WebUI",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI fera des requêtes à \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI fera des requêtes à \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI fera des requêtes à \"{{url}}/chat/completions\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI fera des requêtes à \"{{url}}/chat/completions\"",
 	"What are you trying to achieve?": "Que cherchez-vous à accomplir ?",
 	"What are you trying to achieve?": "Que cherchez-vous à accomplir ?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "חיבורים",
 	"Connections": "חיבורים",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "",
 	"Contact Admin for WebUI Access": "",
 	"Content": "תוכן",
 	"Content": "תוכן",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "יצירת מפתח API נכשלה.",
 	"Failed to create API Key.": "יצירת מפתח API נכשלה.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "קריאת תוכן הלוח נכשלה",
 	"Failed to read clipboard contents": "קריאת תוכן הלוח נכשלה",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "URL Webhook",
 	"Webhook URL": "URL Webhook",
 	"WebUI Settings": "הגדרות WebUI",
 	"WebUI Settings": "הגדרות WebUI",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "सम्बन्ध",
 	"Connections": "सम्बन्ध",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "",
 	"Contact Admin for WebUI Access": "",
 	"Content": "सामग्री",
 	"Content": "सामग्री",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "एपीआई कुंजी बनाने में विफल.",
 	"Failed to create API Key.": "एपीआई कुंजी बनाने में विफल.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "क्लिपबोर्ड सामग्री पढ़ने में विफल",
 	"Failed to read clipboard contents": "क्लिपबोर्ड सामग्री पढ़ने में विफल",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "वेबहुक URL",
 	"Webhook URL": "वेबहुक URL",
 	"WebUI Settings": "WebUI सेटिंग्स",
 	"WebUI Settings": "WebUI सेटिंग्स",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Povezivanja",
 	"Connections": "Povezivanja",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Kontaktirajte admina za WebUI pristup",
 	"Contact Admin for WebUI Access": "Kontaktirajte admina za WebUI pristup",
 	"Content": "Sadržaj",
 	"Content": "Sadržaj",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Neuspješno stvaranje API ključa.",
 	"Failed to create API Key.": "Neuspješno stvaranje API ključa.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Neuspješno čitanje sadržaja međuspremnika",
 	"Failed to read clipboard contents": "Neuspješno čitanje sadržaja međuspremnika",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Greška kod ažuriranja postavki",
 	"Failed to update settings": "Greška kod ažuriranja postavki",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "URL webkuke",
 	"Webhook URL": "URL webkuke",
 	"WebUI Settings": "WebUI postavke",
 	"WebUI Settings": "WebUI postavke",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Kapcsolatok",
 	"Connections": "Kapcsolatok",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Lépj kapcsolatba az adminnal a WebUI hozzáférésért",
 	"Contact Admin for WebUI Access": "Lépj kapcsolatba az adminnal a WebUI hozzáférésért",
 	"Content": "Tartalom",
 	"Content": "Tartalom",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Nem sikerült létrehozni az API kulcsot.",
 	"Failed to create API Key.": "Nem sikerült létrehozni az API kulcsot.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Nem sikerült olvasni a vágólap tartalmát",
 	"Failed to read clipboard contents": "Nem sikerült olvasni a vágólap tartalmát",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Nem sikerült frissíteni a beállításokat",
 	"Failed to update settings": "Nem sikerült frissíteni a beállításokat",
 	"Failed to upload file.": "Nem sikerült feltölteni a fájlt.",
 	"Failed to upload file.": "Nem sikerült feltölteni a fájlt.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Kérjük, gondosan tekintse át a következő figyelmeztetéseket:",
 	"Please carefully review the following warnings:": "Kérjük, gondosan tekintse át a következő figyelmeztetéseket:",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "Kérjük, adjon meg egy promptot",
 	"Please enter a prompt": "Kérjük, adjon meg egy promptot",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Kérjük, töltse ki az összes mezőt.",
 	"Please fill in all fields.": "Kérjük, töltse ki az összes mezőt.",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook URL",
 	"Webhook URL": "Webhook URL",
 	"WebUI Settings": "WebUI beállítások",
 	"WebUI Settings": "WebUI beállítások",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Koneksi",
 	"Connections": "Koneksi",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Hubungi Admin untuk Akses WebUI",
 	"Contact Admin for WebUI Access": "Hubungi Admin untuk Akses WebUI",
 	"Content": "Konten",
 	"Content": "Konten",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Gagal membuat API Key.",
 	"Failed to create API Key.": "Gagal membuat API Key.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Gagal membaca konten papan klip",
 	"Failed to read clipboard contents": "Gagal membaca konten papan klip",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Gagal memperbarui pengaturan",
 	"Failed to update settings": "Gagal memperbarui pengaturan",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "URL pengait web",
 	"Webhook URL": "URL pengait web",
 	"WebUI Settings": "Pengaturan WebUI",
 	"WebUI Settings": "Pengaturan WebUI",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "Deimhnigh do phasfhocal nua",
 	"Confirm your new password": "Deimhnigh do phasfhocal nua",
 	"Connect to your own OpenAI compatible API endpoints.": "Ceangail le do chríochphointí API atá comhoiriúnach le OpenAI.",
 	"Connect to your own OpenAI compatible API endpoints.": "Ceangail le do chríochphointí API atá comhoiriúnach le OpenAI.",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Naisc",
 	"Connections": "Naisc",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Déan teagmháil le Riarachán le haghaidh Rochtana WebUI",
 	"Contact Admin for WebUI Access": "Déan teagmháil le Riarachán le haghaidh Rochtana WebUI",
 	"Content": "Ábhar",
 	"Content": "Ábhar",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Theip ar an eochair API a chruthú.",
 	"Failed to create API Key.": "Theip ar an eochair API a chruthú.",
 	"Failed to fetch models": "Theip ar shamhlacha a fháil",
 	"Failed to fetch models": "Theip ar shamhlacha a fháil",
 	"Failed to read clipboard contents": "Theip ar ábhar gearrthaisce a lé",
 	"Failed to read clipboard contents": "Theip ar ábhar gearrthaisce a lé",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "Theip ar chumraíocht na múnlaí a shábháil",
 	"Failed to save models configuration": "Theip ar chumraíocht na múnlaí a shábháil",
 	"Failed to update settings": "Theip ar shocruithe a nuashonrú",
 	"Failed to update settings": "Theip ar shocruithe a nuashonrú",
 	"Failed to upload file.": "Theip ar uaslódáil an chomhaid.",
 	"Failed to upload file.": "Theip ar uaslódáil an chomhaid.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Déan athbhreithniú cúramach ar na rabhaidh seo a leanas le do thoil:",
 	"Please carefully review the following warnings:": "Déan athbhreithniú cúramach ar na rabhaidh seo a leanas le do thoil:",
 	"Please do not close the settings page while loading the model.": "Ná dún leathanach na socruithe agus an tsamhail á luchtú.",
 	"Please do not close the settings page while loading the model.": "Ná dún leathanach na socruithe agus an tsamhail á luchtú.",
 	"Please enter a prompt": "Cuir isteach leid",
 	"Please enter a prompt": "Cuir isteach leid",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Líon isteach gach réimse le do thoil.",
 	"Please fill in all fields.": "Líon isteach gach réimse le do thoil.",
 	"Please select a model first.": "Roghnaigh munla ar dtús le do thoil.",
 	"Please select a model first.": "Roghnaigh munla ar dtús le do thoil.",
 	"Please select a model.": "Roghnaigh múnla le do thoil.",
 	"Please select a model.": "Roghnaigh múnla le do thoil.",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "URL Webhook",
 	"Webhook URL": "URL Webhook",
 	"WebUI Settings": "Socruithe WebUI",
 	"WebUI Settings": "Socruithe WebUI",
 	"WebUI URL": "URL WebUI",
 	"WebUI URL": "URL WebUI",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "Déanfaidh WebUI iarratais ar \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "Déanfaidh WebUI iarratais ar \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "Déanfaidh WebUI iarratais ar \"{{url}}/chat/completions\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "Déanfaidh WebUI iarratais ar \"{{url}}/chat/completions\"",
 	"What are you trying to achieve?": "Cad atá tú ag iarraidh a bhaint amach?",
 	"What are you trying to achieve?": "Cad atá tú ag iarraidh a bhaint amach?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Connessioni",
 	"Connections": "Connessioni",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "",
 	"Contact Admin for WebUI Access": "",
 	"Content": "Contenuto",
 	"Content": "Contenuto",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Impossibile creare la chiave API.",
 	"Failed to create API Key.": "Impossibile creare la chiave API.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Impossibile leggere il contenuto degli appunti",
 	"Failed to read clipboard contents": "Impossibile leggere il contenuto degli appunti",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "URL webhook",
 	"Webhook URL": "URL webhook",
 	"WebUI Settings": "Impostazioni WebUI",
 	"WebUI Settings": "Impostazioni WebUI",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "接続",
 	"Connections": "接続",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "WEBUIへの接続について管理者に問い合わせ下さい。",
 	"Contact Admin for WebUI Access": "WEBUIへの接続について管理者に問い合わせ下さい。",
 	"Content": "コンテンツ",
 	"Content": "コンテンツ",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "APIキーの作成に失敗しました。",
 	"Failed to create API Key.": "APIキーの作成に失敗しました。",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "クリップボードの内容を読み取れませんでした",
 	"Failed to read clipboard contents": "クリップボードの内容を読み取れませんでした",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "設定アップデート失敗",
 	"Failed to update settings": "設定アップデート失敗",
 	"Failed to upload file.": "ファイルアップロード失敗",
 	"Failed to upload file.": "ファイルアップロード失敗",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook URL",
 	"Webhook URL": "Webhook URL",
 	"WebUI Settings": "WebUI 設定",
 	"WebUI Settings": "WebUI 設定",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "კავშირები",
 	"Connections": "კავშირები",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "",
 	"Contact Admin for WebUI Access": "",
 	"Content": "შემცველობა",
 	"Content": "შემცველობა",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "API-ის გასაღების შექმნა ჩავარდა.",
 	"Failed to create API Key.": "API-ის გასაღების შექმნა ჩავარდა.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "ბუფერის შემცველობის წაკითხვა ჩავარდა",
 	"Failed to read clipboard contents": "ბუფერის შემცველობის წაკითხვა ჩავარდა",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "შეავსეთ ყველა ველი ბოლომდე.",
 	"Please fill in all fields.": "შეავსეთ ყველა ველი ბოლომდე.",
 	"Please select a model first.": "ჯერ აირჩიეთ მოდელი, გეთაყვა.",
 	"Please select a model first.": "ჯერ აირჩიეთ მოდელი, გეთაყვა.",
 	"Please select a model.": "აირჩიეთ მოდელი.",
 	"Please select a model.": "აირჩიეთ მოდელი.",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook URL",
 	"Webhook URL": "Webhook URL",
 	"WebUI Settings": "WebUI პარამეტრები",
 	"WebUI Settings": "WebUI პარამეტრები",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "새로운 비밀번호를 한 번 더 입력해 주세요",
 	"Confirm your new password": "새로운 비밀번호를 한 번 더 입력해 주세요",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "연결",
 	"Connections": "연결",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "WebUI 접속을 위해서는 관리자에게 연락에 연락하십시오",
 	"Contact Admin for WebUI Access": "WebUI 접속을 위해서는 관리자에게 연락에 연락하십시오",
 	"Content": "내용",
 	"Content": "내용",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "API 키 생성에 실패했습니다.",
 	"Failed to create API Key.": "API 키 생성에 실패했습니다.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "클립보드 내용 가져오기를 실패하였습니다.",
 	"Failed to read clipboard contents": "클립보드 내용 가져오기를 실패하였습니다.",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "설정 업데이트에 실패하였습니다.",
 	"Failed to update settings": "설정 업데이트에 실패하였습니다.",
 	"Failed to upload file.": "파일 업로드에 실패했습니다",
 	"Failed to upload file.": "파일 업로드에 실패했습니다",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "다음 주의를 조심히 확인해주십시오",
 	"Please carefully review the following warnings:": "다음 주의를 조심히 확인해주십시오",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "프롬프트를 입력해주세요",
 	"Please enter a prompt": "프롬프트를 입력해주세요",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "모두 빈칸없이 채워주세요",
 	"Please fill in all fields.": "모두 빈칸없이 채워주세요",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "웹훅 URL",
 	"Webhook URL": "웹훅 URL",
 	"WebUI Settings": "WebUI 설정",
 	"WebUI Settings": "WebUI 설정",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI가 \"{{url}}/api/chat\"로 요청을 보냅니다",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI가 \"{{url}}/api/chat\"로 요청을 보냅니다",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI가 \"{{url}}/chat/completions\"로 요청을 보냅니다",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI가 \"{{url}}/chat/completions\"로 요청을 보냅니다",
 	"What are you trying to achieve?": "무엇을 성취하고 싶으신가요?",
 	"What are you trying to achieve?": "무엇을 성취하고 싶으신가요?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Ryšiai",
 	"Connections": "Ryšiai",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Susisiekite su administratoriumi dėl prieigos",
 	"Contact Admin for WebUI Access": "Susisiekite su administratoriumi dėl prieigos",
 	"Content": "Turinys",
 	"Content": "Turinys",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Nepavyko sukurti API rakto",
 	"Failed to create API Key.": "Nepavyko sukurti API rakto",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Nepavyko perskaityti kopijuoklės",
 	"Failed to read clipboard contents": "Nepavyko perskaityti kopijuoklės",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Nepavyko atnaujinti nustatymų",
 	"Failed to update settings": "Nepavyko atnaujinti nustatymų",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Peržiūrėkite šiuos perspėjimus:",
 	"Please carefully review the following warnings:": "Peržiūrėkite šiuos perspėjimus:",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook nuoroda",
 	"Webhook URL": "Webhook nuoroda",
 	"WebUI Settings": "WebUI parametrai",
 	"WebUI Settings": "WebUI parametrai",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Sambungan",
 	"Connections": "Sambungan",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Hubungi admin untuk akses WebUI",
 	"Contact Admin for WebUI Access": "Hubungi admin untuk akses WebUI",
 	"Content": "Kandungan",
 	"Content": "Kandungan",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Gagal mencipta kekunci API",
 	"Failed to create API Key.": "Gagal mencipta kekunci API",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Gagal membaca konten papan klip",
 	"Failed to read clipboard contents": "Gagal membaca konten papan klip",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Gagal mengemaskini tetapan",
 	"Failed to update settings": "Gagal mengemaskini tetapan",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Sila semak dengan teliti amaran berikut:",
 	"Please carefully review the following warnings:": "Sila semak dengan teliti amaran berikut:",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "URL 'Webhook'",
 	"Webhook URL": "URL 'Webhook'",
 	"WebUI Settings": "Tetapan WebUI",
 	"WebUI Settings": "Tetapan WebUI",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "Bekreft det nye passordet ditt",
 	"Confirm your new password": "Bekreft det nye passordet ditt",
 	"Connect to your own OpenAI compatible API endpoints.": "Koble til egne OpenAI-kompatible API-endepunkter",
 	"Connect to your own OpenAI compatible API endpoints.": "Koble til egne OpenAI-kompatible API-endepunkter",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Tilkoblinger",
 	"Connections": "Tilkoblinger",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Kontakt administrator for å få tilgang til WebUI",
 	"Contact Admin for WebUI Access": "Kontakt administrator for å få tilgang til WebUI",
 	"Content": "Innhold",
 	"Content": "Innhold",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Kan ikke opprette en API-nøkkel.",
 	"Failed to create API Key.": "Kan ikke opprette en API-nøkkel.",
 	"Failed to fetch models": "Kan ikke hente modeller",
 	"Failed to fetch models": "Kan ikke hente modeller",
 	"Failed to read clipboard contents": "Kan ikke lese utklippstavlens innhold",
 	"Failed to read clipboard contents": "Kan ikke lese utklippstavlens innhold",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "Kan ikke lagre konfigurasjonen av modeller",
 	"Failed to save models configuration": "Kan ikke lagre konfigurasjonen av modeller",
 	"Failed to update settings": "Kan ikke oppdatere innstillinger",
 	"Failed to update settings": "Kan ikke oppdatere innstillinger",
 	"Failed to upload file.": "Kan ikke laste opp filen.",
 	"Failed to upload file.": "Kan ikke laste opp filen.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Les gjennom følgende advarsler grundig:",
 	"Please carefully review the following warnings:": "Les gjennom følgende advarsler grundig:",
 	"Please do not close the settings page while loading the model.": "Ikke lukk siden Innstillinger mens du laster inn modellen.",
 	"Please do not close the settings page while loading the model.": "Ikke lukk siden Innstillinger mens du laster inn modellen.",
 	"Please enter a prompt": "Angi en ledetekst",
 	"Please enter a prompt": "Angi en ledetekst",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Fyll i alle felter",
 	"Please fill in all fields.": "Fyll i alle felter",
 	"Please select a model first.": "Velg en modeller først.",
 	"Please select a model first.": "Velg en modeller først.",
 	"Please select a model.": "Velg en modell.",
 	"Please select a model.": "Velg en modell.",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook URL",
 	"Webhook URL": "Webhook URL",
 	"WebUI Settings": "Innstillinger for WebUI",
 	"WebUI Settings": "Innstillinger for WebUI",
 	"WebUI URL": "URL for WebUI",
 	"WebUI URL": "URL for WebUI",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI vil rette forespørsler til \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI vil rette forespørsler til \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI vil rette forespørsler til \"{{url}}/chat/completions\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI vil rette forespørsler til \"{{url}}/chat/completions\"",
 	"What are you trying to achieve?": "Hva prøver du å oppnå?",
 	"What are you trying to achieve?": "Hva prøver du å oppnå?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "Bevestig je nieuwe wachtwoord",
 	"Confirm your new password": "Bevestig je nieuwe wachtwoord",
 	"Connect to your own OpenAI compatible API endpoints.": "Verbind met je eigen OpenAI-compatibele API-endpoints",
 	"Connect to your own OpenAI compatible API endpoints.": "Verbind met je eigen OpenAI-compatibele API-endpoints",
 	"Connect to your own OpenAPI compatible external tool servers.": "Verbind met je eigen OpenAPI-compatibele externe gereedschapservers",
 	"Connect to your own OpenAPI compatible external tool servers.": "Verbind met je eigen OpenAPI-compatibele externe gereedschapservers",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Verbindingen",
 	"Connections": "Verbindingen",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "Beperkt de redeneerinspanning voor redeneermodellen. Alleen van toepassing op redeneermodellen van specifieke providers die redeneerinspanning ondersteunen.",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "Beperkt de redeneerinspanning voor redeneermodellen. Alleen van toepassing op redeneermodellen van specifieke providers die redeneerinspanning ondersteunen.",
 	"Contact Admin for WebUI Access": "Neem contact op met de beheerder voor WebUI-toegang",
 	"Contact Admin for WebUI Access": "Neem contact op met de beheerder voor WebUI-toegang",
 	"Content": "Inhoud",
 	"Content": "Inhoud",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Kan API Key niet aanmaken.",
 	"Failed to create API Key.": "Kan API Key niet aanmaken.",
 	"Failed to fetch models": "Kan modellen niet ophalen",
 	"Failed to fetch models": "Kan modellen niet ophalen",
 	"Failed to read clipboard contents": "Kan klembord inhoud niet lezen",
 	"Failed to read clipboard contents": "Kan klembord inhoud niet lezen",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "Het is niet gelukt om de modelconfiguratie op te slaan",
 	"Failed to save models configuration": "Het is niet gelukt om de modelconfiguratie op te slaan",
 	"Failed to update settings": "Instellingen konden niet worden bijgewerkt.",
 	"Failed to update settings": "Instellingen konden niet worden bijgewerkt.",
 	"Failed to upload file.": "Bestand kon niet worden geüpload.",
 	"Failed to upload file.": "Bestand kon niet worden geüpload.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Beoordeel de volgende waarschuwingen nauwkeurig:",
 	"Please carefully review the following warnings:": "Beoordeel de volgende waarschuwingen nauwkeurig:",
 	"Please do not close the settings page while loading the model.": "Sluit de instellingenpagina niet terwijl het model geladen wordt.",
 	"Please do not close the settings page while loading the model.": "Sluit de instellingenpagina niet terwijl het model geladen wordt.",
 	"Please enter a prompt": "Voer een prompt in",
 	"Please enter a prompt": "Voer een prompt in",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Voer alle velden in",
 	"Please fill in all fields.": "Voer alle velden in",
 	"Please select a model first.": "Selecteer eerst een model",
 	"Please select a model first.": "Selecteer eerst een model",
 	"Please select a model.": "Selecteer een model",
 	"Please select a model.": "Selecteer een model",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook URL",
 	"Webhook URL": "Webhook URL",
 	"WebUI Settings": "WebUI Instellingen",
 	"WebUI Settings": "WebUI Instellingen",
 	"WebUI URL": "WebUI-URL",
 	"WebUI URL": "WebUI-URL",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI zal verzoeken doen aan \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI zal verzoeken doen aan \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI zal verzoeken doen aan \"{{url}}/chat/completions\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI zal verzoeken doen aan \"{{url}}/chat/completions\"",
 	"What are you trying to achieve?": "Wat probeer je te bereiken?",
 	"What are you trying to achieve?": "Wat probeer je te bereiken?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "ਕਨੈਕਸ਼ਨ",
 	"Connections": "ਕਨੈਕਸ਼ਨ",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "",
 	"Contact Admin for WebUI Access": "",
 	"Content": "ਸਮੱਗਰੀ",
 	"Content": "ਸਮੱਗਰੀ",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "API ਕੁੰਜੀ ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ।",
 	"Failed to create API Key.": "API ਕੁੰਜੀ ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ।",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "ਕਲਿੱਪਬੋਰਡ ਸਮੱਗਰੀ ਪੜ੍ਹਣ ਵਿੱਚ ਅਸਫਲ",
 	"Failed to read clipboard contents": "ਕਲਿੱਪਬੋਰਡ ਸਮੱਗਰੀ ਪੜ੍ਹਣ ਵਿੱਚ ਅਸਫਲ",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "ਵੈਬਹੁੱਕ URL",
 	"Webhook URL": "ਵੈਬਹੁੱਕ URL",
 	"WebUI Settings": "ਵੈਬਯੂਆਈ ਸੈਟਿੰਗਾਂ",
 	"WebUI Settings": "ਵੈਬਯੂਆਈ ਸੈਟਿੰਗਾਂ",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "Potwierdź nowe hasło",
 	"Confirm your new password": "Potwierdź nowe hasło",
 	"Connect to your own OpenAI compatible API endpoints.": "Połącz się ze swoimi własnymi punktami końcowymi API kompatybilnego z OpenAI.",
 	"Connect to your own OpenAI compatible API endpoints.": "Połącz się ze swoimi własnymi punktami końcowymi API kompatybilnego z OpenAI.",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Połączenia",
 	"Connections": "Połączenia",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Skontaktuj się z administratorem, aby uzyskać dostęp do WebUI.",
 	"Contact Admin for WebUI Access": "Skontaktuj się z administratorem, aby uzyskać dostęp do WebUI.",
 	"Content": "Treść",
 	"Content": "Treść",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Nie udało się wygenerować klucza API.",
 	"Failed to create API Key.": "Nie udało się wygenerować klucza API.",
 	"Failed to fetch models": "Nie udało się pobrać modeli",
 	"Failed to fetch models": "Nie udało się pobrać modeli",
 	"Failed to read clipboard contents": "Nie udało się odczytać zawartości schowka",
 	"Failed to read clipboard contents": "Nie udało się odczytać zawartości schowka",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "Nie udało się zapisać konfiguracji modelu",
 	"Failed to save models configuration": "Nie udało się zapisać konfiguracji modelu",
 	"Failed to update settings": "Nie udało się zaktualizować ustawień",
 	"Failed to update settings": "Nie udało się zaktualizować ustawień",
 	"Failed to upload file.": "Nie udało się przesłać pliku.",
 	"Failed to upload file.": "Nie udało się przesłać pliku.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Proszę uważnie przejrzeć poniższe ostrzeżenia:",
 	"Please carefully review the following warnings:": "Proszę uważnie przejrzeć poniższe ostrzeżenia:",
 	"Please do not close the settings page while loading the model.": "Proszę nie zamykać strony ustawień podczas ładowania modelu.",
 	"Please do not close the settings page while loading the model.": "Proszę nie zamykać strony ustawień podczas ładowania modelu.",
 	"Please enter a prompt": "Proszę podać promp",
 	"Please enter a prompt": "Proszę podać promp",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Proszę wypełnić wszystkie pola.",
 	"Please fill in all fields.": "Proszę wypełnić wszystkie pola.",
 	"Please select a model first.": "Proszę najpierw wybrać model.",
 	"Please select a model first.": "Proszę najpierw wybrać model.",
 	"Please select a model.": "Proszę wybrać model.",
 	"Please select a model.": "Proszę wybrać model.",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Adres URL webhooka",
 	"Webhook URL": "Adres URL webhooka",
 	"WebUI Settings": "Ustawienia interfejsu WebUI",
 	"WebUI Settings": "Ustawienia interfejsu WebUI",
 	"WebUI URL": "Adres URL interfejsu internetowego",
 	"WebUI URL": "Adres URL interfejsu internetowego",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI będzie wysyłać żądania do \"{{url}}/api/chat\".",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI będzie wysyłać żądania do \"{{url}}/api/chat\".",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI będzie wysyłać żądania do \"{{url}}/chat/completions\".",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI będzie wysyłać żądania do \"{{url}}/chat/completions\".",
 	"What are you trying to achieve?": "Do czego dążysz?",
 	"What are you trying to achieve?": "Do czego dążysz?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Conexões",
 	"Connections": "Conexões",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Contate o Admin para Acesso ao WebUI",
 	"Contact Admin for WebUI Access": "Contate o Admin para Acesso ao WebUI",
 	"Content": "Conteúdo",
 	"Content": "Conteúdo",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Falha ao criar a Chave API.",
 	"Failed to create API Key.": "Falha ao criar a Chave API.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Falha ao ler o conteúdo da área de transferência",
 	"Failed to read clipboard contents": "Falha ao ler o conteúdo da área de transferência",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Falha ao atualizar as configurações",
 	"Failed to update settings": "Falha ao atualizar as configurações",
 	"Failed to upload file.": "Falha ao carregar o arquivo.",
 	"Failed to upload file.": "Falha ao carregar o arquivo.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Por favor, revise cuidadosamente os seguintes avisos:",
 	"Please carefully review the following warnings:": "Por favor, revise cuidadosamente os seguintes avisos:",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "Por favor, digite um prompt",
 	"Please enter a prompt": "Por favor, digite um prompt",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Por favor, preencha todos os campos.",
 	"Please fill in all fields.": "Por favor, preencha todos os campos.",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "URL do Webhook",
 	"Webhook URL": "URL do Webhook",
 	"WebUI Settings": "Configurações da WebUI",
 	"WebUI Settings": "Configurações da WebUI",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "A WebUI fará requisições para \"{{url}}/api/chat\".",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "A WebUI fará requisições para \"{{url}}/api/chat\".",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "A WebUI fará requisições para \"{{url}}/chat/completions\".",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "A WebUI fará requisições para \"{{url}}/chat/completions\".",
 	"What are you trying to achieve?": "O que está tentando alcançar?",
 	"What are you trying to achieve?": "O que está tentando alcançar?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Conexões",
 	"Connections": "Conexões",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Contatar Admin para acesso ao WebUI",
 	"Contact Admin for WebUI Access": "Contatar Admin para acesso ao WebUI",
 	"Content": "Conteúdo",
 	"Content": "Conteúdo",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Falha ao criar a Chave da API.",
 	"Failed to create API Key.": "Falha ao criar a Chave da API.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Falha ao ler o conteúdo da área de transferência",
 	"Failed to read clipboard contents": "Falha ao ler o conteúdo da área de transferência",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Falha ao atualizar as definições",
 	"Failed to update settings": "Falha ao atualizar as definições",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "URL do Webhook",
 	"Webhook URL": "URL do Webhook",
 	"WebUI Settings": "Configurações WebUI",
 	"WebUI Settings": "Configurações WebUI",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Conexiuni",
 	"Connections": "Conexiuni",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Contactează administratorul pentru acces WebUI",
 	"Contact Admin for WebUI Access": "Contactează administratorul pentru acces WebUI",
 	"Content": "Conținut",
 	"Content": "Conținut",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Crearea cheii API a eșuat.",
 	"Failed to create API Key.": "Crearea cheii API a eșuat.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Citirea conținutului clipboard-ului a eșuat",
 	"Failed to read clipboard contents": "Citirea conținutului clipboard-ului a eșuat",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Actualizarea setărilor a eșuat",
 	"Failed to update settings": "Actualizarea setărilor a eșuat",
 	"Failed to upload file.": "Încărcarea fișierului a eșuat.",
 	"Failed to upload file.": "Încărcarea fișierului a eșuat.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Vă rugăm să revizuiți cu atenție următoarele avertismente:",
 	"Please carefully review the following warnings:": "Vă rugăm să revizuiți cu atenție următoarele avertismente:",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "Te rog să introduci un mesaj",
 	"Please enter a prompt": "Te rog să introduci un mesaj",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Vă rugăm să completați toate câmpurile.",
 	"Please fill in all fields.": "Vă rugăm să completați toate câmpurile.",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "URL Webhook",
 	"Webhook URL": "URL Webhook",
 	"WebUI Settings": "Setări WebUI",
 	"WebUI Settings": "Setări WebUI",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "Подтвердите свой новый пароль",
 	"Confirm your new password": "Подтвердите свой новый пароль",
 	"Connect to your own OpenAI compatible API endpoints.": "Подключитесь к своим собственным энд-поинтам API, совместимым с OpenAI.",
 	"Connect to your own OpenAI compatible API endpoints.": "Подключитесь к своим собственным энд-поинтам API, совместимым с OpenAI.",
 	"Connect to your own OpenAPI compatible external tool servers.": "Подключитесь к вашим собственным внешним инструментальным серверам, совместимым с OpenAPI.",
 	"Connect to your own OpenAPI compatible external tool servers.": "Подключитесь к вашим собственным внешним инструментальным серверам, совместимым с OpenAPI.",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Подключения",
 	"Connections": "Подключения",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "Ограничивает усилия по обоснованию для моделей обоснования. Применимо только к моделям обоснования от конкретных поставщиков, которые поддерживают усилия по обоснованию.",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "Ограничивает усилия по обоснованию для моделей обоснования. Применимо только к моделям обоснования от конкретных поставщиков, которые поддерживают усилия по обоснованию.",
 	"Contact Admin for WebUI Access": "Обратитесь к администратору для получения доступа к WebUI",
 	"Contact Admin for WebUI Access": "Обратитесь к администратору для получения доступа к WebUI",
 	"Content": "Содержание",
 	"Content": "Содержание",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Не удалось создать ключ API.",
 	"Failed to create API Key.": "Не удалось создать ключ API.",
 	"Failed to fetch models": "Не удалось получить модели",
 	"Failed to fetch models": "Не удалось получить модели",
 	"Failed to read clipboard contents": "Не удалось прочитать содержимое буфера обмена",
 	"Failed to read clipboard contents": "Не удалось прочитать содержимое буфера обмена",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "Не удалось сохранить конфигурацию моделей",
 	"Failed to save models configuration": "Не удалось сохранить конфигурацию моделей",
 	"Failed to update settings": "Не удалось обновить настройки",
 	"Failed to update settings": "Не удалось обновить настройки",
 	"Failed to upload file.": "Не удалось загрузить файл.",
 	"Failed to upload file.": "Не удалось загрузить файл.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Пожалуйста, внимательно ознакомьтесь со следующими предупреждениями:",
 	"Please carefully review the following warnings:": "Пожалуйста, внимательно ознакомьтесь со следующими предупреждениями:",
 	"Please do not close the settings page while loading the model.": "Пожалуйста, не закрывайте страницу настроек во время загрузки модели.",
 	"Please do not close the settings page while loading the model.": "Пожалуйста, не закрывайте страницу настроек во время загрузки модели.",
 	"Please enter a prompt": "Пожалуйста, введите подсказку",
 	"Please enter a prompt": "Пожалуйста, введите подсказку",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Пожалуйста, заполните все поля.",
 	"Please fill in all fields.": "Пожалуйста, заполните все поля.",
 	"Please select a model first.": "Пожалуйста, сначала выберите модель.",
 	"Please select a model first.": "Пожалуйста, сначала выберите модель.",
 	"Please select a model.": "Пожалуйста, выберите модель.",
 	"Please select a model.": "Пожалуйста, выберите модель.",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "URL-адрес веб-хука",
 	"Webhook URL": "URL-адрес веб-хука",
 	"WebUI Settings": "Настройки WebUI",
 	"WebUI Settings": "Настройки WebUI",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI будет отправлять запросы к \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI будет отправлять запросы к \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI будет отправлять запросы к \"{{url}}/chat/completions\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI будет отправлять запросы к \"{{url}}/chat/completions\"",
 	"What are you trying to achieve?": "Чего вы пытаетесь достичь?",
 	"What are you trying to achieve?": "Чего вы пытаетесь достичь?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Pripojenia",
 	"Connections": "Pripojenia",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Kontaktujte administrátora pre prístup k webovému rozhraniu.",
 	"Contact Admin for WebUI Access": "Kontaktujte administrátora pre prístup k webovému rozhraniu.",
 	"Content": "Obsah",
 	"Content": "Obsah",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Nepodarilo sa vytvoriť API kľúč.",
 	"Failed to create API Key.": "Nepodarilo sa vytvoriť API kľúč.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Nepodarilo sa prečítať obsah schránky",
 	"Failed to read clipboard contents": "Nepodarilo sa prečítať obsah schránky",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Nepodarilo sa aktualizovať nastavenia",
 	"Failed to update settings": "Nepodarilo sa aktualizovať nastavenia",
 	"Failed to upload file.": "Nepodarilo sa nahrať súbor.",
 	"Failed to upload file.": "Nepodarilo sa nahrať súbor.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Prosím, pozorne si prečítajte nasledujúce upozornenia:",
 	"Please carefully review the following warnings:": "Prosím, pozorne si prečítajte nasledujúce upozornenia:",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "Prosím, zadajte zadanie.",
 	"Please enter a prompt": "Prosím, zadajte zadanie.",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Prosím, vyplňte všetky polia.",
 	"Please fill in all fields.": "Prosím, vyplňte všetky polia.",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook URL",
 	"Webhook URL": "Webhook URL",
 	"WebUI Settings": "Nastavenia WebUI",
 	"WebUI Settings": "Nastavenia WebUI",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "Потврди нову лозинку",
 	"Confirm your new password": "Потврди нову лозинку",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Везе",
 	"Connections": "Везе",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Пишите админима за приступ на WebUI",
 	"Contact Admin for WebUI Access": "Пишите админима за приступ на WebUI",
 	"Content": "Садржај",
 	"Content": "Садржај",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Неуспешно стварање API кључа.",
 	"Failed to create API Key.": "Неуспешно стварање API кључа.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Неуспешно читање садржаја оставе",
 	"Failed to read clipboard contents": "Неуспешно читање садржаја оставе",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Адреса веб-куке",
 	"Webhook URL": "Адреса веб-куке",
 	"WebUI Settings": "Подешавања веб интерфејса",
 	"WebUI Settings": "Подешавања веб интерфејса",
 	"WebUI URL": "WebUI адреса",
 	"WebUI URL": "WebUI адреса",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "Bekräfta ditt nya lösenord",
 	"Confirm your new password": "Bekräfta ditt nya lösenord",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Anslutningar",
 	"Connections": "Anslutningar",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Kontakta administratören för att få åtkomst till WebUI",
 	"Contact Admin for WebUI Access": "Kontakta administratören för att få åtkomst till WebUI",
 	"Content": "Innehåll",
 	"Content": "Innehåll",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Misslyckades med att skapa API-nyckel.",
 	"Failed to create API Key.": "Misslyckades med att skapa API-nyckel.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Misslyckades med att läsa urklippsinnehåll",
 	"Failed to read clipboard contents": "Misslyckades med att läsa urklippsinnehåll",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Misslyckades med att uppdatera inställningarna",
 	"Failed to update settings": "Misslyckades med att uppdatera inställningarna",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook-URL",
 	"Webhook URL": "Webhook-URL",
 	"WebUI Settings": "WebUI-inställningar",
 	"WebUI Settings": "WebUI-inställningar",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "Vad försöker du uppnå?",
 	"What are you trying to achieve?": "Vad försöker du uppnå?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "การเชื่อมต่อ",
 	"Connections": "การเชื่อมต่อ",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "ติดต่อผู้ดูแลระบบสำหรับการเข้าถึง WebUI",
 	"Contact Admin for WebUI Access": "ติดต่อผู้ดูแลระบบสำหรับการเข้าถึง WebUI",
 	"Content": "เนื้อหา",
 	"Content": "เนื้อหา",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "สร้างคีย์ API ล้มเหลว",
 	"Failed to create API Key.": "สร้างคีย์ API ล้มเหลว",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "อ่านเนื้อหาคลิปบอร์ดล้มเหลว",
 	"Failed to read clipboard contents": "อ่านเนื้อหาคลิปบอร์ดล้มเหลว",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "อัปเดตการตั้งค่าล้มเหลว",
 	"Failed to update settings": "อัปเดตการตั้งค่าล้มเหลว",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "โปรดตรวจสอบคำเตือนต่อไปนี้อย่างละเอียด:",
 	"Please carefully review the following warnings:": "โปรดตรวจสอบคำเตือนต่อไปนี้อย่างละเอียด:",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "URL ของ Webhook",
 	"Webhook URL": "URL ของ Webhook",
 	"WebUI Settings": "การตั้งค่า WebUI",
 	"WebUI Settings": "การตั้งค่า WebUI",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "",
 	"Connections": "",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "",
 	"Contact Admin for WebUI Access": "",
 	"Content": "",
 	"Content": "",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "",
 	"Failed to create API Key.": "",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "",
 	"Failed to read clipboard contents": "",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "",
 	"Please carefully review the following warnings:": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "",
 	"Webhook URL": "",
 	"WebUI Settings": "",
 	"WebUI Settings": "",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "Yeni parolanızı onaylayın",
 	"Confirm your new password": "Yeni parolanızı onaylayın",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Bağlantılar",
 	"Connections": "Bağlantılar",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "WebUI Erişimi için Yöneticiyle İletişime Geçin",
 	"Contact Admin for WebUI Access": "WebUI Erişimi için Yöneticiyle İletişime Geçin",
 	"Content": "İçerik",
 	"Content": "İçerik",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "API Anahtarı oluşturulamadı.",
 	"Failed to create API Key.": "API Anahtarı oluşturulamadı.",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Pano içeriği okunamadı",
 	"Failed to read clipboard contents": "Pano içeriği okunamadı",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "Modeller yapılandırması kaydedilemedi",
 	"Failed to save models configuration": "Modeller yapılandırması kaydedilemedi",
 	"Failed to update settings": "Ayarlar güncellenemedi",
 	"Failed to update settings": "Ayarlar güncellenemedi",
 	"Failed to upload file.": "Dosya yüklenemedi.",
 	"Failed to upload file.": "Dosya yüklenemedi.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Lütfen aşağıdaki uyarıları dikkatlice inceleyin:",
 	"Please carefully review the following warnings:": "Lütfen aşağıdaki uyarıları dikkatlice inceleyin:",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "Lütfen bir prompt girin",
 	"Please enter a prompt": "Lütfen bir prompt girin",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Lütfen tüm alanları doldurun.",
 	"Please fill in all fields.": "Lütfen tüm alanları doldurun.",
 	"Please select a model first.": "Lütfen önce bir model seçin.",
 	"Please select a model first.": "Lütfen önce bir model seçin.",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook URL",
 	"Webhook URL": "Webhook URL",
 	"WebUI Settings": "WebUI Ayarları",
 	"WebUI Settings": "WebUI Ayarları",
 	"WebUI URL": "WebUI URL'si",
 	"WebUI URL": "WebUI URL'si",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI, \"{{url}}/api/chat\" adresine istek yapacak",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI, \"{{url}}/api/chat\" adresine istek yapacak",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI, \"{{url}}/chat/completions\" adresine istek yapacak",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI, \"{{url}}/chat/completions\" adresine istek yapacak",
 	"What are you trying to achieve?": "Ne yapmaya çalışıyorsunuz?",
 	"What are you trying to achieve?": "Ne yapmaya çalışıyorsunuz?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "Підтвердіть свій новий пароль",
 	"Confirm your new password": "Підтвердіть свій новий пароль",
 	"Connect to your own OpenAI compatible API endpoints.": "Підключіться до своїх власних API-ендпоінтів, сумісних з OpenAI.",
 	"Connect to your own OpenAI compatible API endpoints.": "Підключіться до своїх власних API-ендпоінтів, сумісних з OpenAI.",
 	"Connect to your own OpenAPI compatible external tool servers.": "Підключіться до своїх власних зовнішніх серверів інструментів, сумісних з OpenAPI.",
 	"Connect to your own OpenAPI compatible external tool servers.": "Підключіться до своїх власних зовнішніх серверів інструментів, сумісних з OpenAPI.",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "З'єднання",
 	"Connections": "З'єднання",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "Обмежує зусилля на міркування для моделей міркування. Діє лише для моделей міркування від конкретних постачальників, які підтримують зусилля міркування.",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "Обмежує зусилля на міркування для моделей міркування. Діє лише для моделей міркування від конкретних постачальників, які підтримують зусилля міркування.",
 	"Contact Admin for WebUI Access": "Зверніться до адміна для отримання доступу до WebUI",
 	"Contact Admin for WebUI Access": "Зверніться до адміна для отримання доступу до WebUI",
 	"Content": "Зміст",
 	"Content": "Зміст",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Не вдалося створити API ключ.",
 	"Failed to create API Key.": "Не вдалося створити API ключ.",
 	"Failed to fetch models": "Не вдалося отримати моделі",
 	"Failed to fetch models": "Не вдалося отримати моделі",
 	"Failed to read clipboard contents": "Не вдалося прочитати вміст буфера обміну",
 	"Failed to read clipboard contents": "Не вдалося прочитати вміст буфера обміну",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "Не вдалося зберегти конфігурацію моделей",
 	"Failed to save models configuration": "Не вдалося зберегти конфігурацію моделей",
 	"Failed to update settings": "Не вдалося оновити налаштування",
 	"Failed to update settings": "Не вдалося оновити налаштування",
 	"Failed to upload file.": "Не вдалося завантажити файл.",
 	"Failed to upload file.": "Не вдалося завантажити файл.",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Будь ласка, уважно ознайомтеся з наступними попередженнями:",
 	"Please carefully review the following warnings:": "Будь ласка, уважно ознайомтеся з наступними попередженнями:",
 	"Please do not close the settings page while loading the model.": "Будь ласка, не закривайте сторінку налаштувань під час завантаження моделі.",
 	"Please do not close the settings page while loading the model.": "Будь ласка, не закривайте сторінку налаштувань під час завантаження моделі.",
 	"Please enter a prompt": "Будь ласка, введіть підказку",
 	"Please enter a prompt": "Будь ласка, введіть підказку",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "Будь ласка, заповніть усі поля.",
 	"Please fill in all fields.": "Будь ласка, заповніть усі поля.",
 	"Please select a model first.": "Будь ласка, спочатку виберіть модель.",
 	"Please select a model first.": "Будь ласка, спочатку виберіть модель.",
 	"Please select a model.": "Будь ласка, виберіть модель.",
 	"Please select a model.": "Будь ласка, виберіть модель.",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook URL",
 	"Webhook URL": "Webhook URL",
 	"WebUI Settings": "Налаштування WebUI",
 	"WebUI Settings": "Налаштування WebUI",
 	"WebUI URL": "WebUI URL",
 	"WebUI URL": "WebUI URL",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI надсилатиме запити до \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI надсилатиме запити до \"{{url}}/api/chat\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI надсилатиме запити до \"{{url}}/chat/completions\"",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI надсилатиме запити до \"{{url}}/chat/completions\"",
 	"What are you trying to achieve?": "Чого ви прагнете досягти?",
 	"What are you trying to achieve?": "Чого ви прагнете досягти?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "کنکشنز",
 	"Connections": "کنکشنز",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "ویب یو آئی رسائی کے لیے ایڈمن سے رابطہ کریں",
 	"Contact Admin for WebUI Access": "ویب یو آئی رسائی کے لیے ایڈمن سے رابطہ کریں",
 	"Content": "مواد",
 	"Content": "مواد",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "API کلید بنانے میں ناکام",
 	"Failed to create API Key.": "API کلید بنانے میں ناکام",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "کلپ بورڈ مواد کو پڑھنے میں ناکام",
 	"Failed to read clipboard contents": "کلپ بورڈ مواد کو پڑھنے میں ناکام",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "ترتیبات کی تازہ کاری ناکام رہی",
 	"Failed to update settings": "ترتیبات کی تازہ کاری ناکام رہی",
 	"Failed to upload file.": "فائل اپلوڈ کرنے میں ناکامی ہوئی",
 	"Failed to upload file.": "فائل اپلوڈ کرنے میں ناکامی ہوئی",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "براہ کرم درج ذیل انتباہات کو احتیاط سے پڑھیں:",
 	"Please carefully review the following warnings:": "براہ کرم درج ذیل انتباہات کو احتیاط سے پڑھیں:",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "براہ کرم ایک پرامپٹ درج کریں",
 	"Please enter a prompt": "براہ کرم ایک پرامپٹ درج کریں",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "براہ کرم تمام فیلڈز مکمل کریں",
 	"Please fill in all fields.": "براہ کرم تمام فیلڈز مکمل کریں",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "ویب ہُک یو آر ایل",
 	"Webhook URL": "ویب ہُک یو آر ایل",
 	"WebUI Settings": "ویب UI ترتیبات",
 	"WebUI Settings": "ویب UI ترتیبات",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "",
 	"Confirm your new password": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAI compatible API endpoints.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
 	"Connect to your own OpenAPI compatible external tool servers.": "",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "Kết nối",
 	"Connections": "Kết nối",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
 	"Contact Admin for WebUI Access": "Liên hệ với Quản trị viên để được cấp quyền truy cập",
 	"Contact Admin for WebUI Access": "Liên hệ với Quản trị viên để được cấp quyền truy cập",
 	"Content": "Nội dung",
 	"Content": "Nội dung",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "Lỗi khởi tạo API Key",
 	"Failed to create API Key.": "Lỗi khởi tạo API Key",
 	"Failed to fetch models": "",
 	"Failed to fetch models": "",
 	"Failed to read clipboard contents": "Không thể đọc nội dung clipboard",
 	"Failed to read clipboard contents": "Không thể đọc nội dung clipboard",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Lỗi khi cập nhật các cài đặt",
 	"Failed to update settings": "Lỗi khi cập nhật các cài đặt",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "Vui lòng xem xét cẩn thận các cảnh báo sau:",
 	"Please carefully review the following warnings:": "Vui lòng xem xét cẩn thận các cảnh báo sau:",
 	"Please do not close the settings page while loading the model.": "",
 	"Please do not close the settings page while loading the model.": "",
 	"Please enter a prompt": "",
 	"Please enter a prompt": "",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "",
 	"Please fill in all fields.": "",
 	"Please select a model first.": "",
 	"Please select a model first.": "",
 	"Please select a model.": "",
 	"Please select a model.": "",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook URL",
 	"Webhook URL": "Webhook URL",
 	"WebUI Settings": "Cài đặt WebUI",
 	"WebUI Settings": "Cài đặt WebUI",
 	"WebUI URL": "",
 	"WebUI URL": "",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "",
 	"What are you trying to achieve?": "",
 	"What are you trying to achieve?": "",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "确认新密码",
 	"Confirm your new password": "确认新密码",
 	"Connect to your own OpenAI compatible API endpoints.": "连接到你自己的与 OpenAI 兼容的 API 接口端点。",
 	"Connect to your own OpenAI compatible API endpoints.": "连接到你自己的与 OpenAI 兼容的 API 接口端点。",
 	"Connect to your own OpenAPI compatible external tool servers.": "连接到您自己的兼容 OpenAPI 的外部工具服务器。",
 	"Connect to your own OpenAPI compatible external tool servers.": "连接到您自己的兼容 OpenAPI 的外部工具服务器。",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "外部连接",
 	"Connections": "外部连接",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "约束推理模型的推理努力程度。仅适用于支持推理努力控制的特定提供商的推理模型。",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "约束推理模型的推理努力程度。仅适用于支持推理努力控制的特定提供商的推理模型。",
 	"Contact Admin for WebUI Access": "请联系管理员以获取访问权限",
 	"Contact Admin for WebUI Access": "请联系管理员以获取访问权限",
 	"Content": "内容",
 	"Content": "内容",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "无法创建 API 密钥。",
 	"Failed to create API Key.": "无法创建 API 密钥。",
 	"Failed to fetch models": "无法获取模型",
 	"Failed to fetch models": "无法获取模型",
 	"Failed to read clipboard contents": "无法读取剪贴板内容",
 	"Failed to read clipboard contents": "无法读取剪贴板内容",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "无法保存模型配置",
 	"Failed to save models configuration": "无法保存模型配置",
 	"Failed to update settings": "无法更新设置",
 	"Failed to update settings": "无法更新设置",
 	"Failed to upload file.": "上传文件失败",
 	"Failed to upload file.": "上传文件失败",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "请仔细阅读以下警告信息:",
 	"Please carefully review the following warnings:": "请仔细阅读以下警告信息:",
 	"Please do not close the settings page while loading the model.": "加载模型时请不要关闭设置页面。",
 	"Please do not close the settings page while loading the model.": "加载模型时请不要关闭设置页面。",
 	"Please enter a prompt": "请输入一个 Prompt",
 	"Please enter a prompt": "请输入一个 Prompt",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "请填写所有字段。",
 	"Please fill in all fields.": "请填写所有字段。",
 	"Please select a model first.": "请先选择一个模型。",
 	"Please select a model first.": "请先选择一个模型。",
 	"Please select a model.": "请选择一个模型。",
 	"Please select a model.": "请选择一个模型。",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook URL",
 	"Webhook URL": "Webhook URL",
 	"WebUI Settings": "WebUI 设置",
 	"WebUI Settings": "WebUI 设置",
 	"WebUI URL": "WebUI URL",
 	"WebUI URL": "WebUI URL",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI 将向 \"{{url}}/api/chat\" 发出请求",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI 将向 \"{{url}}/api/chat\" 发出请求",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI 将向 \"{{url}}/chat/completions\" 发出请求",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI 将向 \"{{url}}/chat/completions\" 发出请求",
 	"What are you trying to achieve?": "你想要达到什么目标?",
 	"What are you trying to achieve?": "你想要达到什么目标?",

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

@@ -219,7 +219,10 @@
 	"Confirm your new password": "確認您的新密碼",
 	"Confirm your new password": "確認您的新密碼",
 	"Connect to your own OpenAI compatible API endpoints.": "連線到您自己的 OpenAI 相容 API 端點。",
 	"Connect to your own OpenAI compatible API endpoints.": "連線到您自己的 OpenAI 相容 API 端點。",
 	"Connect to your own OpenAPI compatible external tool servers.": "連接至您自己的與 OpenAPI 相容的外部工具伺服器。",
 	"Connect to your own OpenAPI compatible external tool servers.": "連接至您自己的與 OpenAPI 相容的外部工具伺服器。",
+	"Connection failed": "",
+	"Connection successful": "",
 	"Connections": "連線",
 	"Connections": "連線",
+	"Connections saved successfully": "",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "限制推理模型的推理程度。僅適用於特定供應商支援推理程度的推理模型。",
 	"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "限制推理模型的推理程度。僅適用於特定供應商支援推理程度的推理模型。",
 	"Contact Admin for WebUI Access": "請聯絡管理員以取得 WebUI 存取權限",
 	"Contact Admin for WebUI Access": "請聯絡管理員以取得 WebUI 存取權限",
 	"Content": "內容",
 	"Content": "內容",
@@ -498,6 +501,7 @@
 	"Failed to create API Key.": "建立 API 金鑰失敗。",
 	"Failed to create API Key.": "建立 API 金鑰失敗。",
 	"Failed to fetch models": "取得模型失敗",
 	"Failed to fetch models": "取得模型失敗",
 	"Failed to read clipboard contents": "讀取剪貼簿內容失敗",
 	"Failed to read clipboard contents": "讀取剪貼簿內容失敗",
+	"Failed to save connections": "",
 	"Failed to save models configuration": "儲存模型設定失敗",
 	"Failed to save models configuration": "儲存模型設定失敗",
 	"Failed to update settings": "更新設定失敗",
 	"Failed to update settings": "更新設定失敗",
 	"Failed to upload file.": "上傳檔案失敗。",
 	"Failed to upload file.": "上傳檔案失敗。",
@@ -829,6 +833,8 @@
 	"Please carefully review the following warnings:": "請仔細閱讀以下警告:",
 	"Please carefully review the following warnings:": "請仔細閱讀以下警告:",
 	"Please do not close the settings page while loading the model.": "載入模型時,請勿關閉設定頁面。",
 	"Please do not close the settings page while loading the model.": "載入模型時,請勿關閉設定頁面。",
 	"Please enter a prompt": "請輸入提示詞",
 	"Please enter a prompt": "請輸入提示詞",
+	"Please enter a valid path": "",
+	"Please enter a valid URL": "",
 	"Please fill in all fields.": "請填寫所有欄位。",
 	"Please fill in all fields.": "請填寫所有欄位。",
 	"Please select a model first.": "請先選擇模型。",
 	"Please select a model first.": "請先選擇模型。",
 	"Please select a model.": "請選擇一個模型。",
 	"Please select a model.": "請選擇一個模型。",
@@ -1187,7 +1193,7 @@
 	"Webhook URL": "Webhook URL",
 	"Webhook URL": "Webhook URL",
 	"WebUI Settings": "WebUI 設定",
 	"WebUI Settings": "WebUI 設定",
 	"WebUI URL": "WebUI URL",
 	"WebUI URL": "WebUI URL",
-	"WebUI will make requests to \"{{url}}{{path}}\"": "",
+	"WebUI will make requests to \"{{url}}\"": "",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI 將向 \"{{url}}/api/chat\" 傳送請求",
 	"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI 將向 \"{{url}}/api/chat\" 傳送請求",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI 將向 \"{{url}}/chat/completions\" 傳送請求",
 	"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI 將向 \"{{url}}/chat/completions\" 傳送請求",
 	"What are you trying to achieve?": "您正在試圖完成什麼?",
 	"What are you trying to achieve?": "您正在試圖完成什麼?",