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

+ 2 - 1
src/lib/components/workspace/Knowledge.svelte

@@ -181,7 +181,8 @@
 							{/if}
 						</div>
 						<div class=" text-xs text-gray-500">
-							Updated {dayjs(item.updated_at * 1000).fromNow()}
+							{$i18n.t('Updated')}
+							{dayjs(item.updated_at * 1000).fromNow()}
 						</div>
 					</div>
 				</div>

+ 2 - 2
src/lib/components/workspace/Knowledge/Collection/AddTextContentModal.svelte

@@ -59,7 +59,7 @@
 					<div class="mb-3 w-full">
 						<div class="w-full flex flex-col gap-2.5">
 							<div class="w-full">
-								<div class=" text-sm mb-2">Title</div>
+								<div class=" text-sm mb-2">{$i18n.t('Title')}</div>
 
 								<div class="w-full mt-1">
 									<input
@@ -73,7 +73,7 @@
 							</div>
 
 							<div>
-								<div class="text-sm mb-2">Content</div>
+								<div class="text-sm mb-2">{$i18n.t('Content')}</div>
 
 								<div class=" w-full mt-1">
 									<textarea

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "مطالبات التصدير",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "فشل في إنشاء مفتاح API.",
 	"Failed to read clipboard contents": "فشل في قراءة محتويات الحافظة",
 	"Failed to update settings": "",
@@ -602,7 +603,6 @@
 	"Select Knowledge": "",
 	"Select model": " أختار موديل",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "النموذج (النماذج) المحددة لا تدعم مدخلات الصور",
 	"Send": "تم",
 	"Send a Message": "يُرجى إدخال طلبك هنا",
@@ -730,6 +730,7 @@
 	"Update and Copy Link": "تحديث ونسخ الرابط",
 	"Update for the latest features and improvements.": "",
 	"Update password": "تحديث كلمة المرور",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "GGUF رفع موديل نوع",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Експортване на промптове",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Неуспешно създаване на API ключ.",
 	"Failed to read clipboard contents": "Грешка при четене на съдържанието от клипборда",
 	"Failed to update settings": "",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "Изберете модел",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Избраният(те) модел(и) не поддържа въвеждане на изображения",
 	"Send": "Изпрати",
 	"Send a Message": "Изпращане на Съобщение",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "Обнови и копирай връзка",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Обновяване на парола",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "Качване на GGUF модел",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "প্রম্পটগুলো একপোর্ট করুন",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "API Key তৈরি করা যায়নি।",
 	"Failed to read clipboard contents": "ক্লিপবোর্ডের বিষয়বস্তু পড়া সম্ভব হয়নি",
 	"Failed to update settings": "",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "মডেল নির্বাচন করুন",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "নির্বাচিত মডেল(গুলি) চিত্র ইনপুট সমর্থন করে না",
 	"Send": "পাঠান",
 	"Send a Message": "একটি মেসেজ পাঠান",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "আপডেট এবং লিংক কপি করুন",
 	"Update for the latest features and improvements.": "",
 	"Update password": "পাসওয়ার্ড আপডেট করুন",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "একটি GGUF মডেল আপলোড করুন",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Exportar les indicacions",
 	"Export Tools": "Exportar les eines",
 	"External Models": "Models externs",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "No s'ha pogut crear la clau API.",
 	"Failed to read clipboard contents": "No s'ha pogut llegir el contingut del porta-retalls",
 	"Failed to update settings": "No s'han pogut actualitzar les preferències",
@@ -599,7 +600,6 @@
 	"Select Knowledge": "Seleccionar coneixement",
 	"Select model": "Seleccionar un model",
 	"Select only one model to call": "Seleccionar només un model per trucar",
-	"Select/Add Files": "Seleccionar/Afegir arxius",
 	"Selected model(s) do not support image inputs": "El(s) model(s) seleccionats no admeten l'entrada d'imatges",
 	"Send": "Enviar",
 	"Send a Message": "Enviar un missatge",
@@ -727,6 +727,7 @@
 	"Update and Copy Link": "Actualitzar i copiar l'enllaç",
 	"Update for the latest features and improvements.": "Actualitza per a les darreres característiques i millores.",
 	"Update password": "Actualitzar la contrasenya",
+	"Updated": "",
 	"Updated at": "Actualitzat",
 	"Upload": "Pujar",
 	"Upload a GGUF model": "Pujar un model GGUF",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Export prompts",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "",
 	"Failed to read clipboard contents": "Napakyas sa pagbasa sa sulod sa clipboard",
 	"Failed to update settings": "",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "Pagpili og modelo",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "",
 	"Send": "",
 	"Send a Message": "Magpadala ug mensahe",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "",
 	"Update for the latest features and improvements.": "",
 	"Update password": "I-update ang password",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "Pag-upload ug modelo sa GGUF",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Prompts exportieren",
 	"Export Tools": "Werkzeuge exportieren",
 	"External Models": "Externe Modelle",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Fehler beim Erstellen des API-Schlüssels.",
 	"Failed to read clipboard contents": "Fehler beim Abruf der Zwischenablage",
 	"Failed to update settings": "Fehler beim Aktualisieren der Einstellungen",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "Modell auswählen",
 	"Select only one model to call": "Wählen Sie nur ein Modell zum Anrufen aus",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Ihre ausgewählten Modelle unterstützen keine Bildeingaben",
 	"Send": "Senden",
 	"Send a Message": "Eine Nachricht senden",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "Aktualisieren und Link kopieren",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Passwort aktualisieren",
+	"Updated": "",
 	"Updated at": "Aktualisiert am",
 	"Upload": "Hochladen",
 	"Upload a GGUF model": "GGUF-Model hochladen",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Export Promptos",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "",
 	"Failed to read clipboard contents": "Failed to read clipboard borks",
 	"Failed to update settings": "",
@@ -600,7 +601,6 @@
 	"Select Knowledge": "",
 	"Select model": "Select model much choice",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "",
 	"Send": "",
 	"Send a Message": "Send a Message much message",
@@ -728,6 +728,7 @@
 	"Update and Copy Link": "",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Update password much change",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "Upload a GGUF model very upload",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "",
 	"Failed to read clipboard contents": "",
 	"Failed to update settings": "",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "",
 	"Send": "",
 	"Send a Message": "",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "",
 	"Update for the latest features and improvements.": "",
 	"Update password": "",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "",
 	"Failed to read clipboard contents": "",
 	"Failed to update settings": "",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "",
 	"Send": "",
 	"Send a Message": "",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "",
 	"Update for the latest features and improvements.": "",
 	"Update password": "",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Exportar Prompts",
 	"Export Tools": "Exportar Herramientas",
 	"External Models": "Modelos Externos",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "No se pudo crear la clave API.",
 	"Failed to read clipboard contents": "No se pudo leer el contenido del portapapeles",
 	"Failed to update settings": "Falla al actualizar los ajustes",
@@ -599,7 +600,6 @@
 	"Select Knowledge": "",
 	"Select model": "Selecciona un modelo",
 	"Select only one model to call": "Selecciona sólo un modelo para llamar",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Los modelos seleccionados no admiten entradas de imagen",
 	"Send": "Enviar",
 	"Send a Message": "Enviar un Mensaje",
@@ -727,6 +727,7 @@
 	"Update and Copy Link": "Actualizar y copiar enlace",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Actualizar contraseña",
+	"Updated": "",
 	"Updated at": "Actualizado en",
 	"Upload": "Subir",
 	"Upload a GGUF model": "Subir un modelo GGUF",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "اکسپورت از پرامپت\u200cها",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "ایجاد کلید API با خطا مواجه شد.",
 	"Failed to read clipboard contents": "خواندن محتوای کلیپ بورد ناموفق بود",
 	"Failed to update settings": "",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "انتخاب یک مدل",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "مدل) های (انتخاب شده ورودیهای تصویر را پشتیبانی نمیکند",
 	"Send": "ارسال",
 	"Send a Message": "ارسال یک پیام",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "به روزرسانی و کپی لینک",
 	"Update for the latest features and improvements.": "",
 	"Update password": "به روزرسانی رمزعبور",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "آپلود یک مدل GGUF",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Vie kehotteet",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "API-avaimen luonti epäonnistui.",
 	"Failed to read clipboard contents": "Leikepöydän sisällön lukeminen epäonnistui",
 	"Failed to update settings": "",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "Valitse malli",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Valitut mallit eivät tue kuvasyötteitä",
 	"Send": "Lähetä",
 	"Send a Message": "Lähetä viesti",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "Päivitä ja kopioi linkki",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Päivitä salasana",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "Lataa GGUF-malli",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Exporter les Prompts",
 	"Export Tools": "Outils d'exportation",
 	"External Models": "Modèles externes",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Échec de la création de la clé API.",
 	"Failed to read clipboard contents": "Échec de la lecture du contenu du presse-papiers",
 	"Failed to update settings": "Échec de la mise à jour des paramètres",
@@ -599,7 +600,6 @@
 	"Select Knowledge": "",
 	"Select model": "Sélectionnez un modèle",
 	"Select only one model to call": "Sélectionnez seulement un modèle pour appeler",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Les modèle(s) sélectionné(s) ne prennent pas en charge les entrées d'images",
 	"Send": "Envoyer",
 	"Send a Message": "Envoyer un message",
@@ -727,6 +727,7 @@
 	"Update and Copy Link": "Mettre à jour et copier le lien",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Mettre à jour le mot de passe",
+	"Updated": "",
 	"Updated at": "Mise à jour le",
 	"Upload": "Télécharger",
 	"Upload a GGUF model": "Téléverser un modèle GGUF",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Exporter des prompts",
 	"Export Tools": "Outils d'exportation",
 	"External Models": "Modèles externes",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Échec de la création de la clé API.",
 	"Failed to read clipboard contents": "Échec de la lecture du contenu du presse-papiers",
 	"Failed to update settings": "Échec de la mise à jour des paramètres",
@@ -599,7 +600,6 @@
 	"Select Knowledge": "Sélectionnez une connaissance",
 	"Select model": "Sélectionnez un modèle",
 	"Select only one model to call": "Sélectionnez seulement un modèle pour appeler",
-	"Select/Add Files": "Sélectionner/Ajouter des fichiers",
 	"Selected model(s) do not support image inputs": "Les modèle(s) sélectionné(s) ne prennent pas en charge les entrées d'images",
 	"Send": "Envoyer",
 	"Send a Message": "Envoyer un message",
@@ -727,6 +727,7 @@
 	"Update and Copy Link": "Mettre à jour et copier le lien",
 	"Update for the latest features and improvements.": "Mettez à jour pour bénéficier des dernières fonctionnalités et améliorations.",
 	"Update password": "Mettre à jour le mot de passe",
+	"Updated": "",
 	"Updated at": "Mise à jour le",
 	"Upload": "Télécharger",
 	"Upload a GGUF model": "Téléverser un modèle GGUF",
@@ -786,4 +787,4 @@
 	"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "L'intégralité de votre contribution ira directement au développeur du plugin ; Open WebUI ne prend aucun pourcentage. Cependant, la plateforme de financement choisie peut avoir ses propres frais.",
 	"Youtube": "YouTube",
 	"Youtube Loader Settings": "Paramètres de l'outil de téléchargement YouTube"
-}
+}

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "ייצוא פקודות",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "יצירת מפתח API נכשלה.",
 	"Failed to read clipboard contents": "קריאת תוכן הלוח נכשלה",
 	"Failed to update settings": "",
@@ -599,7 +600,6 @@
 	"Select Knowledge": "",
 	"Select model": "בחר מודל",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "דגמים נבחרים אינם תומכים בקלט תמונה",
 	"Send": "שלח",
 	"Send a Message": "שלח הודעה",
@@ -727,6 +727,7 @@
 	"Update and Copy Link": "עדכן ושכפל קישור",
 	"Update for the latest features and improvements.": "",
 	"Update password": "עדכן סיסמה",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "העלה מודל GGUF",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "प्रॉम्प्ट निर्यात करें",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "एपीआई कुंजी बनाने में विफल.",
 	"Failed to read clipboard contents": "क्लिपबोर्ड सामग्री पढ़ने में विफल",
 	"Failed to update settings": "",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "मॉडल चुनें",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "चयनित मॉडल छवि इनपुट का समर्थन नहीं करते हैं",
 	"Send": "भेज",
 	"Send a Message": "एक संदेश भेजो",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "अपडेट करें और लिंक कॉपी करें",
 	"Update for the latest features and improvements.": "",
 	"Update password": "पासवर्ड अपडेट करें",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "GGUF मॉडल अपलोड करें",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Izvoz prompta",
 	"Export Tools": "Izvoz alata",
 	"External Models": "Vanjski modeli",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Neuspješno stvaranje API ključa.",
 	"Failed to read clipboard contents": "Neuspješno čitanje sadržaja međuspremnika",
 	"Failed to update settings": "Greška kod ažuriranja postavki",
@@ -599,7 +600,6 @@
 	"Select Knowledge": "",
 	"Select model": "Odaberite model",
 	"Select only one model to call": "Odaberite samo jedan model za poziv",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Odabrani modeli ne podržavaju unose slika",
 	"Send": "Pošalji",
 	"Send a Message": "Pošaljite poruku",
@@ -727,6 +727,7 @@
 	"Update and Copy Link": "Ažuriraj i kopiraj vezu",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Ažuriraj lozinku",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "Učitaj GGUF model",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Perintah Ekspor",
 	"Export Tools": "Alat Ekspor",
 	"External Models": "Model Eksternal",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Gagal membuat API Key.",
 	"Failed to read clipboard contents": "Gagal membaca konten papan klip",
 	"Failed to update settings": "Gagal memperbarui pengaturan",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "Pilih model",
 	"Select only one model to call": "Pilih hanya satu model untuk dipanggil",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Model yang dipilih tidak mendukung input gambar",
 	"Send": "Kirim",
 	"Send a Message": "Kirim Pesan",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "Perbarui dan Salin Tautan",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Perbarui kata sandi",
+	"Updated": "",
 	"Updated at": "Diperbarui di",
 	"Upload": "Unggah",
 	"Upload a GGUF model": "Unggah model GGUF",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Leideanna Easpórtála",
 	"Export Tools": "Uirlisí Easpór",
 	"External Models": "Samhlacha Seachtracha",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Theip ar an eochair API a chruthú.",
 	"Failed to read clipboard contents": "Theip ar ábhar gearrthaisce a lé",
 	"Failed to update settings": "Theip ar shocruithe a nuashonrú",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "Roghnaigh samhail",
 	"Select only one model to call": "Roghnaigh ach samhail amháin le glaoch",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Ní thacaíonn samhail(í) roghnaithe le hionchur íomhá",
 	"Send": "Seol",
 	"Send a Message": "Seol Teachtaireacht",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "Nuashonraigh agus Cóipeáil Nasc",
 	"Update for the latest features and improvements.": "Nuashonrú le haghaidh na gnéithe agus na feabhsuithe is déanaí.",
 	"Update password": "Nuashonrú pasfhocal",
+	"Updated": "",
 	"Updated at": "Nuashonraithe ag",
 	"Upload": "Uaslódáil",
 	"Upload a GGUF model": "Uaslódáil samhail GGUF",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Esporta prompt",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Impossibile creare la chiave API.",
 	"Failed to read clipboard contents": "Impossibile leggere il contenuto degli appunti",
 	"Failed to update settings": "",
@@ -599,7 +600,6 @@
 	"Select Knowledge": "",
 	"Select model": "Seleziona modello",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "I modelli selezionati non supportano l'input di immagini",
 	"Send": "Invia",
 	"Send a Message": "Invia un messaggio",
@@ -727,6 +727,7 @@
 	"Update and Copy Link": "Aggiorna e copia link",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Aggiorna password",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "Carica un modello GGUF",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "プロンプトをエクスポート",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "APIキーの作成に失敗しました。",
 	"Failed to read clipboard contents": "クリップボードの内容を読み取れませんでした",
 	"Failed to update settings": "",
@@ -597,7 +598,6 @@
 	"Select Knowledge": "",
 	"Select model": "モデルを選択",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "一部のモデルは画像入力をサポートしていません",
 	"Send": "送信",
 	"Send a Message": "メッセージを送信",
@@ -725,6 +725,7 @@
 	"Update and Copy Link": "リンクの更新とコピー",
 	"Update for the latest features and improvements.": "",
 	"Update password": "パスワードを更新",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "GGUF モデルをアップロード",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "მოთხოვნების ექსპორტი",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "API ღილაკის შექმნა ვერ მოხერხდა.",
 	"Failed to read clipboard contents": "ბუფერში შიგთავსის წაკითხვა ვერ მოხერხდა",
 	"Failed to update settings": "",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "მოდელის არჩევა",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "შერჩეული მოდელი (ებ) ი არ უჭერს მხარს გამოსახულების შეყვანას",
 	"Send": "გაგზავნა",
 	"Send a Message": "შეტყობინების გაგზავნა",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "განახლება და ბმულის კოპირება",
 	"Update for the latest features and improvements.": "",
 	"Update password": "პაროლის განახლება",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "GGUF მოდელის ატვირთვა",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "프롬프트 내보내기",
 	"Export Tools": "도구 내보내기",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "API 키 생성에 실패했습니다.",
 	"Failed to read clipboard contents": "클립보드 내용을 읽는 데 실패하였습니다.",
 	"Failed to update settings": "설정 업데이트에 실패하였습니다.",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "모델 선택",
 	"Select only one model to call": "콜을 위해서는 모델을 하나만 선택해야 합니다.",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "선택한 모델은 이미지 입력을 지원하지 않습니다.",
 	"Send": "보내기",
 	"Send a Message": "메시지 보내기",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "링크 업데이트 및 복사",
 	"Update for the latest features and improvements.": "",
 	"Update password": "비밀번호 업데이트",
+	"Updated": "",
 	"Updated at": "다음에 업데이트됨",
 	"Upload": "업로드",
 	"Upload a GGUF model": "GGUF 모델 업로드",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Eksportuoti užklausas",
 	"Export Tools": "Eksportuoti įrankius",
 	"External Models": "Išoriniai modeliai",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Nepavyko sukurti API rakto",
 	"Failed to read clipboard contents": "Nepavyko perskaityti kopijuoklės",
 	"Failed to update settings": "Nepavyko atnaujinti nustatymų",
@@ -600,7 +601,6 @@
 	"Select Knowledge": "",
 	"Select model": "Pasirinkti modelį",
 	"Select only one model to call": "Pasirinkite vieną modelį",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Pasirinkti modeliai nepalaiko vaizdinių užklausų",
 	"Send": "Siųsti",
 	"Send a Message": "Siųsti žinutę",
@@ -728,6 +728,7 @@
 	"Update and Copy Link": "Atnaujinti ir kopijuoti nuorodą",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Atnaujinti slaptažodį",
+	"Updated": "",
 	"Updated at": "Atnaujinta",
 	"Upload": "Atnaujinti",
 	"Upload a GGUF model": "Parsisiųsti GGUF modelį",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Eksport Gesaan",
 	"Export Tools": "Eksport Alat",
 	"External Models": "Model Luaran",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Gagal mencipta kekunci API",
 	"Failed to read clipboard contents": "Gagal membaca konten papan klip",
 	"Failed to update settings": "Gagal mengemaskini tetapan",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "Pilih model",
 	"Select only one model to call": "Pilih hanya satu model untuk dipanggil",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Model dipilih tidak menyokong input imej",
 	"Send": "Hantar",
 	"Send a Message": "Hantar Pesanan",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "Kemaskini dan salin pautan",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Kemaskini Kata Laluan",
+	"Updated": "",
 	"Updated at": "Dikemaskini pada",
 	"Upload": "Muatnaik",
 	"Upload a GGUF model": "Muatnaik model GGUF",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Eksporter prompts",
 	"Export Tools": "Eksporter verktøy",
 	"External Models": "Eksterne modeller",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Kunne ikke opprette API-nøkkel.",
 	"Failed to read clipboard contents": "Kunne ikke lese utklippstavleinnhold",
 	"Failed to update settings": "Kunne ikke oppdatere innstillinger",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "Velg modell",
 	"Select only one model to call": "Velg kun én modell å kalle",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Valgte modell(er) støtter ikke bildeforslag",
 	"Send": "Send",
 	"Send a Message": "Send en melding",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "Oppdater og kopier lenke",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Oppdater passord",
+	"Updated": "",
 	"Updated at": "Oppdatert",
 	"Upload": "Last opp",
 	"Upload a GGUF model": "Last opp en GGUF-modell",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Exporteer Prompts",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Kan API Key niet aanmaken.",
 	"Failed to read clipboard contents": "Kan klembord inhoud niet lezen",
 	"Failed to update settings": "",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "Selecteer een model",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Geselecteerde modellen ondersteunen geen beeldinvoer",
 	"Send": "Verzenden",
 	"Send a Message": "Stuur een Bericht",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "Update en Kopieer Link",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Wijzig wachtwoord",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "Upload een GGUF model",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "ਪ੍ਰੰਪਟ ਨਿਰਯਾਤ ਕਰੋ",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "API ਕੁੰਜੀ ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ।",
 	"Failed to read clipboard contents": "ਕਲਿੱਪਬੋਰਡ ਸਮੱਗਰੀ ਪੜ੍ਹਣ ਵਿੱਚ ਅਸਫਲ",
 	"Failed to update settings": "",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "ਮਾਡਲ ਚੁਣੋ",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "ਚੁਣੇ ਗਏ ਮਾਡਲ(ਆਂ) ਚਿੱਤਰ ਇਨਪੁੱਟਾਂ ਦਾ ਸਮਰਥਨ ਨਹੀਂ ਕਰਦੇ",
 	"Send": "ਭੇਜੋ",
 	"Send a Message": "ਇੱਕ ਸੁਨੇਹਾ ਭੇਜੋ",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "ਅੱਪਡੇਟ ਕਰੋ ਅਤੇ ਲਿੰਕ ਕਾਪੀ ਕਰੋ",
 	"Update for the latest features and improvements.": "",
 	"Update password": "ਪਾਸਵਰਡ ਅੱਪਡੇਟ ਕਰੋ",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "ਇੱਕ GGUF ਮਾਡਲ ਅਪਲੋਡ ਕਰੋ",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Eksportuj prompty",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Nie udało się utworzyć klucza API.",
 	"Failed to read clipboard contents": "Nie udało się odczytać zawartości schowka",
 	"Failed to update settings": "",
@@ -600,7 +601,6 @@
 	"Select Knowledge": "",
 	"Select model": "Wybierz model",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Wybrane modele nie obsługują danych wejściowych obrazu",
 	"Send": "Wyślij",
 	"Send a Message": "Wyślij Wiadomość",
@@ -728,6 +728,7 @@
 	"Update and Copy Link": "Uaktualnij i skopiuj link",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Aktualizacja hasła",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "Prześlij model GGUF",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Exportar Prompts",
 	"Export Tools": "Exportar Ferramentas",
 	"External Models": "Modelos Externos",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Falha ao criar a Chave API.",
 	"Failed to read clipboard contents": "Falha ao ler o conteúdo da área de transferência",
 	"Failed to update settings": "Falha ao atualizar as configurações",
@@ -599,7 +600,6 @@
 	"Select Knowledge": "",
 	"Select model": "Selecionar modelo",
 	"Select only one model to call": "Selecione apenas um modelo para chamar",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Modelo(s) selecionado(s) não suportam entradas de imagem",
 	"Send": "Enviar",
 	"Send a Message": "Enviar uma Mensagem",
@@ -727,6 +727,7 @@
 	"Update and Copy Link": "Atualizar e Copiar Link",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Atualizar senha",
+	"Updated": "",
 	"Updated at": "Atualizado em",
 	"Upload": "Fazer upload",
 	"Upload a GGUF model": "Fazer upload de um modelo GGUF",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Exportar Prompts",
 	"Export Tools": "",
 	"External Models": "Modelos Externos",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Falha ao criar a Chave da API.",
 	"Failed to read clipboard contents": "Falha ao ler o conteúdo da área de transferência",
 	"Failed to update settings": "Falha ao atualizar as definições",
@@ -599,7 +600,6 @@
 	"Select Knowledge": "",
 	"Select model": "Selecione o modelo",
 	"Select only one model to call": "Selecione apenas um modelo para a chamada",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "O(s) modelo(s) selecionado(s) não suporta(m) entradas de imagem",
 	"Send": "Enviar",
 	"Send a Message": "Enviar uma Mensagem",
@@ -727,6 +727,7 @@
 	"Update and Copy Link": "Atualizar e Copiar Link",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Atualizar senha",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "Carregar um modelo GGUF",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Exportă Prompturile",
 	"Export Tools": "Exportă Instrumentele",
 	"External Models": "Modele Externe",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Crearea cheii API a eșuat.",
 	"Failed to read clipboard contents": "Citirea conținutului clipboard-ului a eșuat",
 	"Failed to update settings": "Actualizarea setărilor a eșuat",
@@ -599,7 +600,6 @@
 	"Select Knowledge": "",
 	"Select model": "Selectează model",
 	"Select only one model to call": "Selectează doar un singur model pentru apel",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Modelul(e) selectat(e) nu suportă intrări de imagine",
 	"Send": "Trimite",
 	"Send a Message": "Trimite un Mesaj",
@@ -727,6 +727,7 @@
 	"Update and Copy Link": "Actualizează și Copiază Link-ul",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Actualizează parola",
+	"Updated": "",
 	"Updated at": "Actualizat la",
 	"Upload": "Încărcare",
 	"Upload a GGUF model": "Încarcă un model GGUF",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Экспортировать промпты",
 	"Export Tools": "Экспортировать инструменты",
 	"External Models": "Внешние модели",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Не удалось создать ключ API.",
 	"Failed to read clipboard contents": "Не удалось прочитать содержимое буфера обмена",
 	"Failed to update settings": "Не удалось обновить настройки",
@@ -600,7 +601,6 @@
 	"Select Knowledge": "",
 	"Select model": "Выберите модель",
 	"Select only one model to call": "Выберите только одну модель для вызова",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Выбранные модели не поддерживают ввод изображений",
 	"Send": "Отправить",
 	"Send a Message": "Отправить сообщение",
@@ -728,6 +728,7 @@
 	"Update and Copy Link": "Обновить и скопировать ссылку",
 	"Update for the latest features and improvements.": "Обновитесь для получения последних функций и улучшений.",
 	"Update password": "Обновить пароль",
+	"Updated": "",
 	"Updated at": "Обновлено",
 	"Upload": "Загрузить",
 	"Upload a GGUF model": "Загрузить модель GGUF",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Извези упите",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Неуспешно стварање API кључа.",
 	"Failed to read clipboard contents": "Неуспешно читање садржаја оставе",
 	"Failed to update settings": "",
@@ -599,7 +600,6 @@
 	"Select Knowledge": "",
 	"Select model": "Изабери модел",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Изабрани модели не подржавају уносе слика",
 	"Send": "Пошаљи",
 	"Send a Message": "Пошаљи поруку",
@@ -727,6 +727,7 @@
 	"Update and Copy Link": "Ажурирај и копирај везу",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Ажурирај лозинку",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "Отпреми GGUF модел",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Exportera instruktioner",
 	"Export Tools": "Exportera verktyg",
 	"External Models": "Externa modeller",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Misslyckades med att skapa API-nyckel.",
 	"Failed to read clipboard contents": "Misslyckades med att läsa urklippsinnehåll",
 	"Failed to update settings": "Misslyckades med att uppdatera inställningarna",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "Välj en modell",
 	"Select only one model to call": "Välj endast en modell att ringa",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Valda modeller stöder inte bildinmatningar",
 	"Send": "Skicka",
 	"Send a Message": "Skicka ett meddelande",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "Uppdatera och kopiera länk",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Uppdatera lösenord",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "Ladda upp en GGUF-modell",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "ส่งออกพรอมต์",
 	"Export Tools": "ส่งออกเครื่องมือ",
 	"External Models": "โมเดลภายนอก",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "สร้างคีย์ API ล้มเหลว",
 	"Failed to read clipboard contents": "อ่านเนื้อหาคลิปบอร์ดล้มเหลว",
 	"Failed to update settings": "อัปเดตการตั้งค่าล้มเหลว",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "เลือกโมเดล",
 	"Select only one model to call": "เลือกเพียงโมเดลเดียวที่จะใช้",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "โมเดลที่เลือกไม่รองรับภาพ",
 	"Send": "ส่ง",
 	"Send a Message": "ส่งข้อความ",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "อัปเดตและคัดลอกลิงก์",
 	"Update for the latest features and improvements.": "",
 	"Update password": "อัปเดตรหัสผ่าน",
+	"Updated": "",
 	"Updated at": "อัปเดตเมื่อ",
 	"Upload": "อัปโหลด",
 	"Upload a GGUF model": "อัปโหลดโมเดล GGUF",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "",
 	"Export Tools": "",
 	"External Models": "",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "",
 	"Failed to read clipboard contents": "",
 	"Failed to update settings": "",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "",
 	"Select only one model to call": "",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "",
 	"Send": "",
 	"Send a Message": "",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "",
 	"Update for the latest features and improvements.": "",
 	"Update password": "",
+	"Updated": "",
 	"Updated at": "",
 	"Upload": "",
 	"Upload a GGUF model": "",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Promptları Dışa Aktar",
 	"Export Tools": "Araçları Dışa Aktar",
 	"External Models": "Modelleri Dışa Aktar",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "API Anahtarı oluşturulamadı.",
 	"Failed to read clipboard contents": "Pano içeriği okunamadı",
 	"Failed to update settings": "Ayarlar güncellenemedi",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "Model seç",
 	"Select only one model to call": "Arama için sadece bir model seç",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Seçilen model(ler) görüntü girişlerini desteklemiyor",
 	"Send": "Gönder",
 	"Send a Message": "Bir Mesaj Gönder",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "Güncelle ve Bağlantıyı Kopyala",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Parolayı Güncelle",
+	"Updated": "",
 	"Updated at": "Şu tarihte güncellendi:",
 	"Upload": "Yükle",
 	"Upload a GGUF model": "Bir GGUF modeli yükle",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Експортувати промти",
 	"Export Tools": "Експортувати інструменти",
 	"External Models": "Зовнішні моделі",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Не вдалося створити API ключ.",
 	"Failed to read clipboard contents": "Не вдалося прочитати вміст буфера обміну",
 	"Failed to update settings": "Не вдалося оновити налаштування",
@@ -600,7 +601,6 @@
 	"Select Knowledge": "",
 	"Select model": "Обрати модель",
 	"Select only one model to call": "Оберіть лише одну модель для виклику",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Вибрані модель(і) не підтримують вхідні зображення",
 	"Send": "Надіслати",
 	"Send a Message": "Надіслати повідомлення",
@@ -728,6 +728,7 @@
 	"Update and Copy Link": "Оновлення та копіювання посилання",
 	"Update for the latest features and improvements.": "Оновіть програми для нових функцій та покращень.",
 	"Update password": "Оновити пароль",
+	"Updated": "",
 	"Updated at": "Оновлено на",
 	"Upload": "Завантажити",
 	"Upload a GGUF model": "Завантажити GGUF модель",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "Tải các prompt về máy",
 	"Export Tools": "Tải Tools về máy",
 	"External Models": "Các model ngoài",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "Lỗi khởi tạo API Key",
 	"Failed to read clipboard contents": "Không thể đọc nội dung clipboard",
 	"Failed to update settings": "Lỗi khi cập nhật các cài đặt",
@@ -597,7 +598,6 @@
 	"Select Knowledge": "",
 	"Select model": "Chọn model",
 	"Select only one model to call": "Chọn model để gọi",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "Model được lựa chọn không hỗ trợ đầu vào là hình ảnh",
 	"Send": "Gửi",
 	"Send a Message": "Gửi yêu cầu",
@@ -725,6 +725,7 @@
 	"Update and Copy Link": "Cập nhật và sao chép link",
 	"Update for the latest features and improvements.": "",
 	"Update password": "Cập nhật mật khẩu",
+	"Updated": "",
 	"Updated at": "Cập nhật lúc",
 	"Upload": "",
 	"Upload a GGUF model": "Tải lên mô hình GGUF",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "导出提示词",
 	"Export Tools": "导出工具",
 	"External Models": "外部模型",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "无法创建 API 密钥。",
 	"Failed to read clipboard contents": "无法读取剪贴板内容",
 	"Failed to update settings": "无法更新设置",
@@ -597,7 +598,6 @@
 	"Select Knowledge": "选择知识",
 	"Select model": "选择模型",
 	"Select only one model to call": "请仅选择一个模型来呼叫",
-	"Select/Add Files": "选择/添加 文件",
 	"Selected model(s) do not support image inputs": "已选择的模型不支持发送图像",
 	"Send": "发送",
 	"Send a Message": "输入消息",
@@ -725,6 +725,7 @@
 	"Update and Copy Link": "更新和复制链接",
 	"Update for the latest features and improvements.": "更新来获得最新功能与改进。",
 	"Update password": "更新密码",
+	"Updated": "",
 	"Updated at": "更新于",
 	"Upload": "上传",
 	"Upload a GGUF model": "上传一个 GGUF 模型",

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

@@ -294,6 +294,7 @@
 	"Export Prompts": "匯出提示詞",
 	"Export Tools": "匯出工具",
 	"External Models": "外部模型",
+	"Failed to add file.": "",
 	"Failed to create API Key.": "無法建立 API 金鑰。",
 	"Failed to read clipboard contents": "無法讀取剪貼簿內容",
 	"Failed to update settings": "無法更新設定",
@@ -598,7 +599,6 @@
 	"Select Knowledge": "",
 	"Select model": "選擇模型",
 	"Select only one model to call": "僅選擇一個模型來呼叫",
-	"Select/Add Files": "",
 	"Selected model(s) do not support image inputs": "選取的模型不支援圖片輸入",
 	"Send": "傳送",
 	"Send a Message": "傳送訊息",
@@ -726,6 +726,7 @@
 	"Update and Copy Link": "更新並複製連結",
 	"Update for the latest features and improvements.": "",
 	"Update password": "更新密碼",
+	"Updated": "",
 	"Updated at": "更新於",
 	"Upload": "上傳",
 	"Upload a GGUF model": "上傳 GGUF 模型",