瀏覽代碼

chore: format

Timothy J. Baek 6 月之前
父節點
當前提交
3531e009ce
共有 44 個文件被更改,包括 2161 次插入848 次删除
  1. 3 2
      src/lib/components/admin/Evaluations.svelte
  2. 37 7
      src/lib/i18n/locales/ar-BH/translation.json
  3. 37 7
      src/lib/i18n/locales/bg-BG/translation.json
  4. 37 7
      src/lib/i18n/locales/bn-BD/translation.json
  5. 37 7
      src/lib/i18n/locales/ca-ES/translation.json
  6. 37 7
      src/lib/i18n/locales/ceb-PH/translation.json
  7. 604 552
      src/lib/i18n/locales/da-DK/translation.json
  8. 37 7
      src/lib/i18n/locales/de-DE/translation.json
  9. 37 7
      src/lib/i18n/locales/dg-DG/translation.json
  10. 37 7
      src/lib/i18n/locales/en-GB/translation.json
  11. 37 7
      src/lib/i18n/locales/en-US/translation.json
  12. 37 7
      src/lib/i18n/locales/es-ES/translation.json
  13. 37 7
      src/lib/i18n/locales/fa-IR/translation.json
  14. 37 7
      src/lib/i18n/locales/fi-FI/translation.json
  15. 37 7
      src/lib/i18n/locales/fr-CA/translation.json
  16. 37 7
      src/lib/i18n/locales/fr-FR/translation.json
  17. 37 7
      src/lib/i18n/locales/he-IL/translation.json
  18. 37 7
      src/lib/i18n/locales/hi-IN/translation.json
  19. 37 7
      src/lib/i18n/locales/hr-HR/translation.json
  20. 37 7
      src/lib/i18n/locales/id-ID/translation.json
  21. 37 7
      src/lib/i18n/locales/ie-GA/translation.json
  22. 37 7
      src/lib/i18n/locales/it-IT/translation.json
  23. 37 7
      src/lib/i18n/locales/ja-JP/translation.json
  24. 37 7
      src/lib/i18n/locales/ka-GE/translation.json
  25. 37 7
      src/lib/i18n/locales/ko-KR/translation.json
  26. 37 7
      src/lib/i18n/locales/lt-LT/translation.json
  27. 37 7
      src/lib/i18n/locales/ms-MY/translation.json
  28. 37 7
      src/lib/i18n/locales/nb-NO/translation.json
  29. 37 7
      src/lib/i18n/locales/nl-NL/translation.json
  30. 37 7
      src/lib/i18n/locales/pa-IN/translation.json
  31. 37 7
      src/lib/i18n/locales/pl-PL/translation.json
  32. 37 7
      src/lib/i18n/locales/pt-BR/translation.json
  33. 37 7
      src/lib/i18n/locales/pt-PT/translation.json
  34. 37 7
      src/lib/i18n/locales/ro-RO/translation.json
  35. 37 7
      src/lib/i18n/locales/ru-RU/translation.json
  36. 37 7
      src/lib/i18n/locales/sr-RS/translation.json
  37. 37 7
      src/lib/i18n/locales/sv-SE/translation.json
  38. 37 7
      src/lib/i18n/locales/th-TH/translation.json
  39. 37 7
      src/lib/i18n/locales/tk-TW/translation.json
  40. 37 7
      src/lib/i18n/locales/tr-TR/translation.json
  41. 37 7
      src/lib/i18n/locales/uk-UA/translation.json
  42. 37 7
      src/lib/i18n/locales/vi-VN/translation.json
  43. 37 7
      src/lib/i18n/locales/zh-CN/translation.json
  44. 37 7
      src/lib/i18n/locales/zh-TW/translation.json

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

@@ -294,9 +294,10 @@
 											<Tooltip content={feedback.data.sibling_model_ids.join(', ')}>
 												<div class=" text-[0.65rem] text-gray-600 dark:text-gray-400 line-clamp-1">
 													{#if feedback.data.sibling_model_ids.length > 2}
+														<!-- {$i18n.t('and {{COUNT}} more')} -->
 														{feedback.data.sibling_model_ids.slice(0, 2).join(', ')}, {$i18n.t(
-															`and {{count}} more`,
-															{ count: feedback.data.sibling_model_ids.length - 2 }
+															'and {{COUNT}} more',
+															{ COUNT: feedback.data.sibling_model_ids.length - 2 }
 														)}
 													{:else}
 														{feedback.data.sibling_model_ids.join(', ')}

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' أو '-1' لا توجد انتهاء",
-	"(Beta)": "(تجريبي)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "( `sh webui.sh --api`مثال)",
 	"(latest)": "(الأخير)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "أضف وصفا موجزا حول ما يفعله هذا النموذج",
 	"Add a short title for this prompt": "أضف عنوانًا قصيرًا لبداء المحادثة",
 	"Add a tag": "أضافة تاق",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "أضافة مطالبة مخصصه",
 	"Add Files": "إضافة ملفات",
 	"Add Memory": "إضافة ذكرايات",
-	"Add message": "اضافة رسالة",
 	"Add Model": "اضافة موديل",
 	"Add Tag": "",
 	"Add Tags": "اضافة تاق",
@@ -44,7 +43,6 @@
 	"Advanced Params": "المعلمات المتقدمة",
 	"All chats": "",
 	"All Documents": "جميع الملفات",
-	"All Users": "جميع المستخدمين",
 	"Allow Chat Deletion": "يستطيع حذف المحادثات",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "",
@@ -55,6 +53,7 @@
 	"Already have an account?": "هل تملك حساب ؟",
 	"an assistant": "مساعد",
 	"and": "و",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "و أنشئ رابط مشترك جديد.",
 	"API Base URL": "API الرابط الرئيسي",
 	"API Key": "API مفتاح",
@@ -66,8 +65,10 @@
 	"Archived Chats": "الأرشيف المحادثات",
 	"are allowed - Activate this command by typing": "مسموح - قم بتنشيط هذا الأمر عن طريق الكتابة",
 	"Are you sure?": "هل أنت متأكد ؟",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "أرفق ملف",
 	"Attention to detail": "انتبه للتفاصيل",
 	"Audio": "صوتي",
@@ -117,6 +118,7 @@
 	"Click here for help.": "أضغط هنا للمساعدة",
 	"Click here to": "أضغط هنا الانتقال",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "أضغط هنا للاختيار",
 	"Click here to select a csv file.": "أضغط هنا للاختيار ملف csv",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "الأوامر",
+	"Completions": "",
 	"Concurrent Requests": "الطلبات المتزامنة",
 	"Confirm": "",
 	"Confirm Password": "تأكيد كلمة المرور",
@@ -223,9 +226,11 @@
 	"Download": "تحميل",
 	"Download canceled": "تم اللغاء التحميل",
 	"Download Database": "تحميل قاعدة البيانات",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "أسقط أية ملفات هنا لإضافتها إلى المحادثة",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "e.g. '30s','10m'. الوحدات الزمنية الصالحة هي 's', 'm', 'h'.",
 	"Edit": "تعديل",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "تعديل المستخدم",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "أدخل الChunk Overlap",
 	"Enter Chunk Size": "أدخل Chunk الحجم",
+	"Enter description": "",
 	"Enter Github Raw URL": "أدخل عنوان URL ل Github Raw",
 	"Enter Google PSE API Key": "أدخل مفتاح واجهة برمجة تطبيقات PSE من Google",
 	"Enter Google PSE Engine Id": "أدخل معرف محرك PSE من Google",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "أدخل الصلاحيات",
 	"Error": "خطأ",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "تجريبي",
 	"Export": "تصدير",
 	"Export All Chats (All Users)": "تصدير جميع الدردشات (جميع المستخدمين)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"February": "فبراير",
+	"Feedback History": "",
 	"Feel free to add specific details": "لا تتردد في إضافة تفاصيل محددة",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "كيف استطيع مساعدتك اليوم؟",
 	"Hybrid Search": "البحث الهجين",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "توليد الصور (تجريبي)",
 	"Image Generation Engine": "محرك توليد الصور",
 	"Image Settings": "إعدادات الصورة",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "آخر نشاط",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "فاتح",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "يمكن أن تصدر بعض الأخطاء. لذلك يجب التحقق من المعلومات المهمة",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "من جهة اليسار إلى اليمين",
 	"Made by OpenWebUI Community": "OpenWebUI تم إنشاؤه بواسطة مجتمع ",
 	"Make sure to enclose them with": "تأكد من إرفاقها",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "",
+	"Manage Arena Models": "",
 	"Manage Models": "إدارة النماذج",
 	"Manage Ollama Models": "Ollama إدارة موديلات ",
 	"Manage Pipelines": "إدارة خطوط الأنابيب",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "لن تتم مشاركة الرسائل التي ترسلها بعد إنشاء الرابط الخاص بك. سيتمكن المستخدمون الذين لديهم عنوان URL من عرض الدردشة المشتركة",
 	"Min P": "",
 	"Minimum Score": "الحد الأدنى من النقاط",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "تم تحميل النموذج '{{modelName}}' بنجاح",
 	"Model '{{modelTag}}' is already in queue for downloading.": "النموذج '{{modelTag}}' موجود بالفعل في قائمة الانتظار للتحميل",
 	"Model {{modelId}} not found": "لم يتم العثور على النموذج {{modelId}}.",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "تم اكتشاف مسار نظام الملفات النموذجي. الاسم المختصر للنموذج مطلوب للتحديث، ولا يمكن الاستمرار.",
 	"Model ID": "رقم الموديل",
+	"Model Name": "",
 	"Model not selected": "لم تختار موديل",
 	"Model Params": "معلمات النموذج",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "لا توجد نتايج",
 	"No search query generated": "لم يتم إنشاء استعلام بحث",
 	"No source available": "لا يوجد مصدر متاح",
@@ -486,13 +504,14 @@
 	"Only": "فقط",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "يُسمح فقط بالأحرف الأبجدية الرقمية والواصلات في سلسلة الأمر.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "خطاء! تمسك بقوة! ملفاتك لا تزال في فرن المعالجة. نحن نطبخهم إلى حد الكمال. يرجى التحلي بالصبر وسنخبرك عندما يصبحون جاهزين.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "خطاء! يبدو أن عنوان URL غير صالح. يرجى التحقق مرة أخرى والمحاولة مرة أخرى.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "خطاء! أنت تستخدم طريقة غير مدعومة (الواجهة الأمامية فقط). يرجى تقديم واجهة WebUI من الواجهة الخلفية.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "فتح محادثة جديده",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "نص عادي (.txt)",
 	"Playground": "مكان التجربة",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "موقف ايجابي",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Ollama.com سحب الموديل من ",
 	"Query Params": "Query Params",
 	"RAG Template": "RAG تنمبلت",
+	"Rating": "",
 	"Read Aloud": "أقراء لي",
 	"Record voice": "سجل صوت",
 	"Redirecting you to OpenWebUI Community": "OpenWebUI إعادة توجيهك إلى مجتمع ",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "النسخ التلقائي للاستجابة إلى الحافظة",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "منصب",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -636,6 +659,7 @@
 	"Set Steps": "ضبط الخطوات",
 	"Set Task Model": "تعيين نموذج المهمة",
 	"Set Voice": "ضبط الصوت",
+	"Set whisper model": "",
 	"Settings": "الاعدادات",
 	"Settings saved successfully!": "تم حفظ الاعدادات بنجاح",
 	"Share": "كشاركة",
@@ -663,7 +687,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "STT اعدادات",
-	"Submit": "إرسال",
 	"Subtitle (e.g. about the Roman Empire)": "(e.g. about the Roman Empire) الترجمة",
 	"Success": "نجاح",
 	"Successfully updated.": "تم التحديث بنجاح",
@@ -672,6 +695,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "النظام",
+	"System Instructions": "",
 	"System Prompt": "محادثة النظام",
 	"Tags": "الوسوم",
 	"Tags Generation Prompt": "",
@@ -681,7 +705,6 @@
 	"Temperature": "درجة حرارة",
 	"Template": "نموذج",
 	"Temporary Chat": "",
-	"Text Completion": "اكتمال النص",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "محرك تحويل النص إلى كلام",
 	"Tfs Z": "Tfs Z",
@@ -696,6 +719,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "وهذا يضمن حفظ محادثاتك القيمة بشكل آمن في قاعدة بياناتك الخلفية. شكرًا لك!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -717,6 +741,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "اليوم",
 	"Toggle settings": "فتح وأغلاق الاعدادات",
 	"Toggle sidebar": "فتح وأغلاق الشريط الجانبي",
@@ -752,6 +777,7 @@
 	"Update password": "تحديث كلمة المرور",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "GGUF رفع موديل نوع",
 	"Upload directory": "",
@@ -766,9 +792,11 @@
 	"use_mlock (Ollama)": "use_mlock (أولاما)",
 	"use_mmap (Ollama)": "use_mmap (أولاما)",
 	"user": "مستخدم",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "صلاحيات المستخدم",
 	"Users": "المستخدمين",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "يستخدم",
 	"Valid time units:": "وحدات زمنية صالحة:",
 	"Valves": "",
@@ -794,6 +822,7 @@
 	"What’s New in": "ما هو الجديد",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "",
+	"Won": "",
 	"Workspace": "مساحة العمل",
 	"Write a prompt suggestion (e.g. Who are you?)": "اكتب اقتراحًا سريعًا (على سبيل المثال، من أنت؟)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "اكتب ملخصًا في 50 كلمة يلخص [الموضوع أو الكلمة الرئيسية]",
@@ -803,6 +832,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "لا يمكنك استنساخ نموذج أساسي",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "لا تملك محادثات محفوظه",
 	"You have shared this chat": "تم مشاركة هذه المحادثة",
 	"You're a helpful assistant.": "مساعدك المفيد هنا",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' или '-1' за неограничен срок.",
-	"(Beta)": "(Бета)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(например `sh webui.sh --api`)",
 	"(latest)": "(последна)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Добавете кратко описание за това какво прави този модел",
 	"Add a short title for this prompt": "Добавяне на кратко заглавие за този промпт",
 	"Add a tag": "Добавяне на таг",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Добавяне на собствен промпт",
 	"Add Files": "Добавяне на Файлове",
 	"Add Memory": "Добавяне на Памет",
-	"Add message": "Добавяне на съобщение",
 	"Add Model": "Добавяне на Модел",
 	"Add Tag": "",
 	"Add Tags": "добавяне на тагове",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Разширени параметри",
 	"All chats": "",
 	"All Documents": "Всички Документи",
-	"All Users": "Всички Потребители",
 	"Allow Chat Deletion": "Позволи Изтриване на Чат",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Вече имате акаунт? ",
 	"an assistant": "асистент",
 	"and": "и",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "и създай нов общ линк.",
 	"API Base URL": "API Базов URL",
 	"API Key": "API Ключ",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Архивирани Чатове",
 	"are allowed - Activate this command by typing": "са разрешени - Активирайте тази команда чрез въвеждане",
 	"Are you sure?": "Сигурни ли сте?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Прикачване на файл",
 	"Attention to detail": "Внимание към детайлите",
 	"Audio": "Аудио",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Натиснете тук за помощ.",
 	"Click here to": "Натиснете тук за",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Натиснете тук, за да изберете",
 	"Click here to select a csv file.": "Натиснете тук, за да изберете csv файл.",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Команда",
+	"Completions": "",
 	"Concurrent Requests": "Едновременни искания",
 	"Confirm": "",
 	"Confirm Password": "Потвърди Парола",
@@ -223,9 +226,11 @@
 	"Download": "Изтегляне отменено",
 	"Download canceled": "Изтегляне отменено",
 	"Download Database": "Сваляне на база данни",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Пускане на файлове тук, за да ги добавите в чата",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "напр. '30с','10м'. Валидни единици са 'с', 'м', 'ч'.",
 	"Edit": "Редактиране",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "Редактиране на потребител",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Въведете Chunk Overlap",
 	"Enter Chunk Size": "Въведете Chunk Size",
+	"Enter description": "",
 	"Enter Github Raw URL": "Въведете URL адреса на Github Raw",
 	"Enter Google PSE API Key": "Въведете Google PSE API ключ",
 	"Enter Google PSE Engine Id": "Въведете идентификатор на двигателя на Google PSE",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Въведете вашата роля",
 	"Error": "Грешка",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Експериментално",
 	"Export": "Износ",
 	"Export All Chats (All Users)": "Експортване на всички чатове (За всички потребители)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"February": "Февруари",
+	"Feedback History": "",
 	"Feel free to add specific details": "Feel free to add specific details",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Как мога да ви помогна днес?",
 	"Hybrid Search": "Hybrid Search",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "Генерация на изображения (Експериментално)",
 	"Image Generation Engine": "Двигател за генериране на изображения",
 	"Image Settings": "Настройки на изображения",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "Последни активни",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Светъл",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "LLMs могат да правят грешки. Проверете важните данни.",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Направено от OpenWebUI общността",
 	"Make sure to enclose them with": "Уверете се, че са заключени с",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "",
+	"Manage Arena Models": "",
 	"Manage Models": "Управление на Моделите",
 	"Manage Ollama Models": "Управление на Ollama Моделите",
 	"Manage Pipelines": "Управление на тръбопроводи",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Съобщенията, които изпращате след създаването на връзката, няма да бъдат споделяни. Потребителите с URL адреса ще могат да видят споделения чат.",
 	"Min P": "",
 	"Minimum Score": "Минимална оценка",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Моделът '{{modelName}}' беше успешно свален.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Моделът '{{modelTag}}' е вече в очакване за сваляне.",
 	"Model {{modelId}} not found": "Моделът {{modelId}} не е намерен",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Открит е път до файловата система на модела. За актуализацията се изисква съкратено име на модела, не може да продължи.",
 	"Model ID": "ИД на модел",
+	"Model Name": "",
 	"Model not selected": "Не е избран модел",
 	"Model Params": "Модел Params",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Няма намерени резултати",
 	"No search query generated": "Не е генерирана заявка за търсене",
 	"No source available": "Няма наличен източник",
@@ -486,13 +504,14 @@
 	"Only": "Само",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Само алфанумерични знаци и тире са разрешени в командния низ.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Упс! Задръжте! Файловете ви все още са в пещта за обработка. Готвим ги до съвършенство. Моля, бъдете търпеливи и ще ви уведомим, когато са готови.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Упс! Изглежда URL адресът е невалиден. Моля, проверете отново и опитайте пак.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Упс! Използвате неподдържан метод (само фронтенд). Моля, сервирайте WebUI от бекенда.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Отвори нов чат",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Plain text (.txt)",
 	"Playground": "Плейграунд",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Позитивна ативност",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Издърпайте модел от Ollama.com",
 	"Query Params": "Query Параметри",
 	"RAG Template": "RAG Шаблон",
+	"Rating": "",
 	"Read Aloud": "Прочети на Голос",
 	"Record voice": "Записване на глас",
 	"Redirecting you to OpenWebUI Community": "Пренасочване към OpenWebUI общността",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Аувтоматично копиране на отговор в клипборда",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Роля",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -632,6 +655,7 @@
 	"Set Steps": "Задай Стъпки",
 	"Set Task Model": "Задаване на модел на задача",
 	"Set Voice": "Задай Глас",
+	"Set whisper model": "",
 	"Settings": "Настройки",
 	"Settings saved successfully!": "Настройките са запазени успешно!",
 	"Share": "Подели",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "STT Настройки",
-	"Submit": "Изпращане",
 	"Subtitle (e.g. about the Roman Empire)": "Подтитул (напр. за Римска империя)",
 	"Success": "Успех",
 	"Successfully updated.": "Успешно обновено.",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "Система",
+	"System Instructions": "",
 	"System Prompt": "Системен Промпт",
 	"Tags": "Тагове",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "Температура",
 	"Template": "Шаблон",
 	"Temporary Chat": "",
-	"Text Completion": "Text Completion",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Text-to-Speech Engine",
 	"Tfs Z": "Tfs Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Това гарантира, че ценните ви разговори се запазват сигурно във вашата бекенд база данни. Благодарим ви!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "днес",
 	"Toggle settings": "Toggle settings",
 	"Toggle sidebar": "Toggle sidebar",
@@ -748,6 +773,7 @@
 	"Update password": "Обновяване на парола",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "Качване на GGUF модел",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "потребител",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "Права на потребителя",
 	"Users": "Потребители",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Използване",
 	"Valid time units:": "Валидни единици за време:",
 	"Valves": "",
@@ -790,6 +818,7 @@
 	"What’s New in": "Какво е новото в",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "",
+	"Won": "",
 	"Workspace": "Работно пространство",
 	"Write a prompt suggestion (e.g. Who are you?)": "Напиши предложение за промпт (напр. Кой сте вие?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Напиши описание в 50 знака, което описва [тема или ключова дума].",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "Не можете да клонирате базов модел",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Нямате архивирани разговори.",
 	"You have shared this chat": "Вие сте споделели този чат",
 	"You're a helpful assistant.": "Вие сте полезен асистент.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' অথবা অনির্দিষ্টকাল মেয়াদের জন্য '-1' ",
-	"(Beta)": "(পরিক্ষামূলক)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(যেমন `sh webui.sh --api`)",
 	"(latest)": "(সর্বশেষ)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "এই মডেলটি কী করে সে সম্পর্কে একটি সংক্ষিপ্ত বিবরণ যুক্ত করুন",
 	"Add a short title for this prompt": "এই প্রম্পটের জন্য একটি সংক্ষিপ্ত টাইটেল যোগ করুন",
 	"Add a tag": "একটি ট্যাগ যোগ করুন",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "একটি কাস্টম প্রম্পট যোগ করুন",
 	"Add Files": "ফাইল যোগ করুন",
 	"Add Memory": "মেমোরি যোগ করুন",
-	"Add message": "মেসেজ যোগ করুন",
 	"Add Model": "মডেল যোগ করুন",
 	"Add Tag": "",
 	"Add Tags": "ট্যাগ যোগ করুন",
@@ -44,7 +43,6 @@
 	"Advanced Params": "অ্যাডভান্সড প্যারাম",
 	"All chats": "",
 	"All Documents": "সব ডকুমেন্ট",
-	"All Users": "সব ইউজার",
 	"Allow Chat Deletion": "চ্যাট ডিলিট করতে দিন",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "",
@@ -55,6 +53,7 @@
 	"Already have an account?": "আগে থেকেই একাউন্ট আছে?",
 	"an assistant": "একটা এসিস্ট্যান্ট",
 	"and": "এবং",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "এবং একটি নতুন শেয়ারে লিংক তৈরি করুন.",
 	"API Base URL": "এপিআই বেজ ইউআরএল",
 	"API Key": "এপিআই কোড",
@@ -66,8 +65,10 @@
 	"Archived Chats": "চ্যাট ইতিহাস সংরক্ষণাগার",
 	"are allowed - Activate this command by typing": "অনুমোদিত - কমান্ডটি চালু করার জন্য লিখুন",
 	"Are you sure?": "আপনি নিশ্চিত?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "ফাইল যুক্ত করুন",
 	"Attention to detail": "বিস্তারিত বিশেষতা",
 	"Audio": "অডিও",
@@ -117,6 +118,7 @@
 	"Click here for help.": "সাহায্যের জন্য এখানে ক্লিক করুন",
 	"Click here to": "এখানে ক্লিক করুন",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "নির্বাচন করার জন্য এখানে ক্লিক করুন",
 	"Click here to select a csv file.": "একটি csv ফাইল নির্বাচন করার জন্য এখানে ক্লিক করুন",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "কমান্ড",
+	"Completions": "",
 	"Concurrent Requests": "সমকালীন অনুরোধ",
 	"Confirm": "",
 	"Confirm Password": "পাসওয়ার্ড নিশ্চিত করুন",
@@ -223,9 +226,11 @@
 	"Download": "ডাউনলোড",
 	"Download canceled": "ডাউনলোড বাতিল করা হয়েছে",
 	"Download Database": "ডেটাবেজ ডাউনলোড করুন",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "আলোচনায় যুক্ত করার জন্য যে কোন ফাইল এখানে ড্রপ করুন",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "যেমন '30s','10m'. সময়ের অনুমোদিত অনুমোদিত এককগুলি হচ্ছে 's', 'm', 'h'.",
 	"Edit": "এডিট করুন",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "ইউজার এডিট করুন",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "চাঙ্ক ওভারল্যাপ লিখুন",
 	"Enter Chunk Size": "চাংক সাইজ লিখুন",
+	"Enter description": "",
 	"Enter Github Raw URL": "গিটহাব কাঁচা URL লিখুন",
 	"Enter Google PSE API Key": "গুগল পিএসই এপিআই কী লিখুন",
 	"Enter Google PSE Engine Id": "গুগল পিএসই ইঞ্জিন আইডি লিখুন",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "আপনার রোল লিখুন",
 	"Error": "ত্রুটি",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "পরিক্ষামূলক",
 	"Export": "রপ্তানি",
 	"Export All Chats (All Users)": "সব চ্যাট এক্সপোর্ট করুন (সব ইউজারের)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"February": "ফেব্রুয়ারি",
+	"Feedback History": "",
 	"Feel free to add specific details": "নির্দিষ্ট বিবরণ যোগ করতে বিনা দ্বিধায়",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "আপনাকে আজ কিভাবে সাহায্য করতে পারি?",
 	"Hybrid Search": "হাইব্রিড অনুসন্ধান",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "ইমেজ জেনারেশন (পরিক্ষামূলক)",
 	"Image Generation Engine": "ইমেজ জেনারেশন ইঞ্জিন",
 	"Image Settings": "ছবির সেটিংসমূহ",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "সর্বশেষ সক্রিয়",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "লাইট",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "LLM ভুল করতে পারে। গুরুত্বপূর্ণ তথ্য যাচাই করে নিন।",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "OpenWebUI কমিউনিটিকর্তৃক নির্মিত",
 	"Make sure to enclose them with": "এটা দিয়ে বন্ধনী দিতে ভুলবেন না",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "",
+	"Manage Arena Models": "",
 	"Manage Models": "মডেলসমূহ ব্যবস্থাপনা করুন",
 	"Manage Ollama Models": "Ollama মডেলসূহ ব্যবস্থাপনা করুন",
 	"Manage Pipelines": "পাইপলাইন পরিচালনা করুন",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "আপনার লিঙ্ক তৈরি করার পরে আপনার পাঠানো বার্তাগুলি শেয়ার করা হবে না। ইউআরএল ব্যবহারকারীরা শেয়ার করা চ্যাট দেখতে পারবেন।",
 	"Min P": "",
 	"Minimum Score": "Minimum Score",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "'{{modelName}}' মডেল সফলভাবে ডাউনলোড হয়েছে।",
 	"Model '{{modelTag}}' is already in queue for downloading.": "{{modelTag}} ডাউনলোডের জন্য আগে থেকেই অপেক্ষমান আছে।",
 	"Model {{modelId}} not found": "{{modelId}} মডেল পাওয়া যায়নি",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "মডেল ফাইলসিস্টেম পাথ পাওয়া গেছে। আপডেটের জন্য মডেলের শর্টনেম আবশ্যক, এগিয়ে যাওয়া যাচ্ছে না।",
 	"Model ID": "মডেল ID",
+	"Model Name": "",
 	"Model not selected": "মডেল নির্বাচন করা হয়নি",
 	"Model Params": "মডেল প্যারাম",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "কোন ফলাফল পাওয়া যায়নি",
 	"No search query generated": "কোনও অনুসন্ধান ক্যোয়ারী উত্পন্ন হয়নি",
 	"No source available": "কোন উৎস পাওয়া যায়নি",
@@ -486,13 +504,14 @@
 	"Only": "শুধুমাত্র",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "কমান্ড স্ট্রিং-এ শুধুমাত্র ইংরেজি অক্ষর, সংখ্যা এবং হাইফেন ব্যবহার করা যাবে।",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "আহা! আরেকটু ধৈর্য্য ধরুন! আপনার ফাইলগুলো এখনো প্রোসেস চলছে, আমরা ওগুলোকে সেরা প্রক্রিয়াজাত করছি। তৈরি হয়ে গেলে আপনাকে জানিয়ে দেয়া হবে।",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "ওহ, মনে হচ্ছে ইউআরএলটা ইনভ্যালিড। দয়া করে আর চেক করে চেষ্টা করুন।",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "আপনি একটা আনসাপোর্টেড পদ্ধতি (শুধু ফ্রন্টএন্ড) ব্যবহার করছেন। দয়া করে WebUI ব্যাকএন্ড থেকে চালনা করুন।",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "নতুন চ্যাট খুলুন",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI এপিআই",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "প্লায়েন টেক্সট (.txt)",
 	"Playground": "খেলাঘর",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "পজিটিভ আক্রমণ",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Ollama.com থেকে একটি টেনে আনুন আনুন",
 	"Query Params": "Query প্যারামিটারসমূহ",
 	"RAG Template": "RAG টেম্পলেট",
+	"Rating": "",
 	"Read Aloud": "পড়াশোনা করুন",
 	"Record voice": "ভয়েস রেকর্ড করুন",
 	"Redirecting you to OpenWebUI Community": "আপনাকে OpenWebUI কমিউনিটিতে পাঠানো হচ্ছে",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "রেসপন্সগুলো স্বয়ংক্রিভাবে ক্লিপবোর্ডে কপি হবে",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "পদবি",
 	"Rosé Pine": "রোজ পাইন",
 	"Rosé Pine Dawn": "ভোরের রোজ পাইন",
@@ -632,6 +655,7 @@
 	"Set Steps": "পরবর্তী ধাপসমূহ",
 	"Set Task Model": "টাস্ক মডেল সেট করুন",
 	"Set Voice": "কন্ঠস্বর নির্ধারণ করুন",
+	"Set whisper model": "",
 	"Settings": "সেটিংসমূহ",
 	"Settings saved successfully!": "সেটিংগুলো সফলভাবে সংরক্ষিত হয়েছে",
 	"Share": "শেয়ার করুন",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "STT সেটিংস",
-	"Submit": "সাবমিট",
 	"Subtitle (e.g. about the Roman Empire)": "সাবটাইটল (রোমান ইম্পার্টের সম্পর্কে)",
 	"Success": "সফল",
 	"Successfully updated.": "সফলভাবে আপডেট হয়েছে",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "সিস্টেম",
+	"System Instructions": "",
 	"System Prompt": "সিস্টেম প্রম্পট",
 	"Tags": "ট্যাগসমূহ",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "তাপমাত্রা",
 	"Template": "টেম্পলেট",
 	"Temporary Chat": "",
-	"Text Completion": "লেখা সম্পন্নকরণ",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "টেক্সট-টু-স্পিচ ইঞ্জিন",
 	"Tfs Z": "Tfs Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "এটা নিশ্চিত করে যে, আপনার গুরুত্বপূর্ণ আলোচনা নিরাপদে আপনার ব্যাকএন্ড ডেটাবেজে সংরক্ষিত আছে। ধন্যবাদ!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "আজ",
 	"Toggle settings": "সেটিংস টোগল",
 	"Toggle sidebar": "সাইডবার টোগল",
@@ -748,6 +773,7 @@
 	"Update password": "পাসওয়ার্ড আপডেট করুন",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "একটি GGUF মডেল আপলোড করুন",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "use_mlock (ওলামা)",
 	"use_mmap (Ollama)": "use_mmap (ওলামা)",
 	"user": "ব্যবহারকারী",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "ইউজার পারমিশনসমূহ",
 	"Users": "ব্যাবহারকারীগণ",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "ইউটিলাইজ",
 	"Valid time units:": "সময়ের গ্রহণযোগ্য এককসমূহ:",
 	"Valves": "",
@@ -790,6 +818,7 @@
 	"What’s New in": "এতে নতুন কী",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "",
+	"Won": "",
 	"Workspace": "ওয়ার্কস্পেস",
 	"Write a prompt suggestion (e.g. Who are you?)": "একটি প্রম্পট সাজেশন লিখুন (যেমন Who are you?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "৫০ শব্দের মধ্যে [topic or keyword] এর একটি সারসংক্ষেপ লিখুন।",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "আপনি একটি বেস মডেল ক্লোন করতে পারবেন না",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "আপনার কোনও আর্কাইভ করা কথোপকথন নেই।",
 	"You have shared this chat": "আপনি এই চ্যাটটি শেয়ার করেছেন",
 	"You're a helpful assistant.": "আপনি একজন উপকারী এসিস্ট্যান্ট",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' o '-1' perquè no caduqui mai.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(p. ex. `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(p. ex. `sh webui.sh --api`)",
 	"(latest)": "(últim)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Afegeix una breu descripció sobre què fa aquest model",
 	"Add a short title for this prompt": "Afegeix un títol curt per a aquesta indicació",
 	"Add a tag": "Afegir una etiqueta",
+	"Add Arena Model": "",
 	"Add Content": "Afegir contingut",
 	"Add content here": "Afegir contingut aquí",
 	"Add custom prompt": "Afegir una indicació personalitzada",
 	"Add Files": "Afegir arxius",
 	"Add Memory": "Afegir memòria",
-	"Add message": "Afegir un missatge",
 	"Add Model": "Afegir un model",
 	"Add Tag": "Afegir etiqueta",
 	"Add Tags": "Afegir etiquetes",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Paràmetres avançats",
 	"All chats": "Tots els xats",
 	"All Documents": "Tots els documents",
-	"All Users": "Tots els usuaris",
 	"Allow Chat Deletion": "Permetre la supressió del xat",
 	"Allow Chat Editing": "Permetre l'edició del xat",
 	"Allow non-local voices": "Permetre veus no locals",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Ja tens un compte?",
 	"an assistant": "un assistent",
 	"and": "i",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "i crear un nou enllaç compartit.",
 	"API Base URL": "URL Base de l'API",
 	"API Key": "clau API",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Xats arxivats",
 	"are allowed - Activate this command by typing": "estan permesos - Activa aquesta comanda escrivint",
 	"Are you sure?": "Estàs segur?",
+	"Arena Models": "",
 	"Artifacts": "Artefactes",
 	"Ask a question": "Fer una pregunta",
+	"Assistant": "",
 	"Attach file": "Adjuntar arxiu",
 	"Attention to detail": "Atenció al detall",
 	"Audio": "Àudio",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Clica aquí per obtenir ajuda.",
 	"Click here to": "Clic aquí per",
 	"Click here to download user import template file.": "Fes clic aquí per descarregar l'arxiu de plantilla d'importació d'usuaris",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Clica aquí per seleccionar",
 	"Click here to select a csv file.": "Clica aquí per seleccionar un fitxer csv.",
 	"Click here to select a py file.": "Clica aquí per seleccionar un fitxer py.",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "Flux de treball de ComfyUI",
 	"ComfyUI Workflow Nodes": "Nodes del flux de treball de ComfyUI",
 	"Command": "Comanda",
+	"Completions": "",
 	"Concurrent Requests": "Peticions simultànies",
 	"Confirm": "Confirmar",
 	"Confirm Password": "Confirmar la contrasenya",
@@ -223,9 +226,11 @@
 	"Download": "Descarregar",
 	"Download canceled": "Descàrrega cancel·lada",
 	"Download Database": "Descarregar la base de dades",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Deixa qualsevol arxiu aquí per afegir-lo a la conversa",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "p. ex. '30s','10m'. Les unitats de temps vàlides són 's', 'm', 'h'.",
 	"Edit": "Editar",
+	"Edit Arena Model": "",
 	"Edit Memory": "Editar la memòria",
 	"Edit User": "Editar l'usuari",
 	"ElevenLabs": "ElevenLabs",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "Entra l'escala CFG (p.ex. 7.0)",
 	"Enter Chunk Overlap": "Introdueix la mida de solapament de blocs",
 	"Enter Chunk Size": "Introdueix la mida del bloc",
+	"Enter description": "",
 	"Enter Github Raw URL": "Introdueix l'URL en brut de Github",
 	"Enter Google PSE API Key": "Introdueix la clau API de Google PSE",
 	"Enter Google PSE Engine Id": "Introdueix l'identificador del motor PSE de Google",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Introdueix el teu rol",
 	"Error": "Error",
 	"ERROR": "ERROR",
+	"Evaluations": "",
 	"Experimental": "Experimental",
 	"Export": "Exportar",
 	"Export All Chats (All Users)": "Exportar tots els xats (Tots els usuaris)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "No s'han pogut actualitzar les preferències",
 	"Failed to upload file.": "No s'ha pogut pujar l'arxiu.",
 	"February": "Febrer",
+	"Feedback History": "",
 	"Feel free to add specific details": "Sent-te lliure d'afegir detalls específics",
 	"File": "Arxiu",
 	"File added successfully.": "L'arxiu s'ha afegit correctament.",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Com et puc ajudar avui?",
 	"Hybrid Search": "Cerca híbrida",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Afirmo que he llegit i entenc les implicacions de la meva acció. Soc conscient dels riscos associats a l'execució de codi arbitrari i he verificat la fiabilitat de la font.",
+	"ID": "",
 	"Image Generation (Experimental)": "Generació d'imatges (Experimental)",
 	"Image Generation Engine": "Motor de generació d'imatges",
 	"Image Settings": "Preferències d'imatges",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "models de llenguatge extensos, localment",
 	"Last Active": "Activitat recent",
 	"Last Modified": "Modificació",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "Deixar-ho buit per il·limitat",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Deixa-ho en blanc per utilitzar la indicació predeterminada o introdueix una indicació personalitzada",
 	"Light": "Clar",
 	"Listening...": "Escoltant...",
 	"LLMs can make mistakes. Verify important information.": "Els models de llenguatge poden cometre errors. Verifica la informació important.",
 	"Local Models": "Models locals",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Creat per la Comunitat OpenWebUI",
 	"Make sure to enclose them with": "Assegura't d'envoltar-los amb",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "Assegura't d'exportar un fitxer workflow.json com a format API des de ComfyUI.",
 	"Manage": "Gestionar",
+	"Manage Arena Models": "",
 	"Manage Models": "Gestionar els models",
 	"Manage Ollama Models": "Gestionar els models Ollama",
 	"Manage Pipelines": "Gestionar les Pipelines",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "Memòria eliminada correctament",
 	"Memory updated successfully": "Memòria actualitzada correctament",
 	"Merge Responses": "Fusionar les respostes",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Els missatges enviats després de crear el teu enllaç no es compartiran. Els usuaris amb l'URL podran veure el xat compartit.",
 	"Min P": "Min P",
 	"Minimum Score": "Puntuació mínima",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "DD de MMMM, YYYY",
 	"MMMM DD, YYYY HH:mm": "DD de MMMM, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "DD de MMMM, YYYY HH:mm:ss, A",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "El model '{{modelName}}' s'ha descarregat correctament.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "El model '{{modelTag}}' ja està en cua per ser descarregat.",
 	"Model {{modelId}} not found": "No s'ha trobat el model {{modelId}}",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "Model creat correctament",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "S'ha detectat el camí del sistema de fitxers del model. És necessari un nom curt del model per actualitzar, no es pot continuar.",
 	"Model ID": "Identificador del model",
+	"Model Name": "",
 	"Model not selected": "Model no seleccionat",
 	"Model Params": "Paràmetres del model",
 	"Model updated successfully": "Model actualitzat correctament",
@@ -457,10 +473,12 @@
 	"No content found": "No s'ha trobat contingut",
 	"No content to speak": "No hi ha contingut per parlar",
 	"No distance available": "No hi ha distància disponible",
+	"No feedbacks found": "",
 	"No file selected": "No s'ha escollit cap fitxer",
 	"No files found.": "No s'han trobat arxius.",
 	"No HTML, CSS, or JavaScript content found.": "No s'ha trobat contingut HTML, CSS o JavaScript.",
 	"No knowledge found": "No s'ha trobat Coneixement",
+	"No models found": "",
 	"No results found": "No s'han trobat resultats",
 	"No search query generated": "No s'ha generat cap consulta",
 	"No source available": "Sense font disponible",
@@ -486,13 +504,14 @@
 	"Only": "Només",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Només es permeten caràcters alfanumèrics i guions en la comanda.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "Només es poden editar col·leccions, crea una nova base de coneixement per editar/afegir documents.",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Ep! Un moment! Els teus fitxers encara s'estan processant. Els estem cuinant a la perfecció. Si us plau, tingues paciència i t'avisarem quan estiguin preparats.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Ui! Sembla que l'URL no és vàlida. Si us plau, revisa-la i torna-ho a provar.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "Ui! Hi ha hagut un error en la resposta anterior. Torna a provar-ho o contacta amb un administrador",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ui! Estàs utilitzant un mètode no suportat (només frontend). Si us plau, serveix la WebUI des del backend.",
 	"Open file": "Obrir arxiu",
 	"Open in full screen": "Obrir en pantalla complerta",
 	"Open new chat": "Obre un xat nou",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "La versió d'Open WebUI (v{{OPEN_WEBUI_VERSION}}) és inferior a la versió requerida (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "API d'OpenAI",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Text pla (.txt)",
 	"Playground": "Zona de jocs",
 	"Please carefully review the following warnings:": "Si us plau, revisa els següents avisos amb cura:",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "Emplena tots els camps, si us plau.",
 	"Please select a reason": "Si us plau, selecciona una raó",
 	"Positive attitude": "Actitud positiva",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Obtenir un model d'Ollama.com",
 	"Query Params": "Paràmetres de consulta",
 	"RAG Template": "Plantilla RAG",
+	"Rating": "",
 	"Read Aloud": "Llegir en veu alta",
 	"Record voice": "Enregistrar la veu",
 	"Redirecting you to OpenWebUI Community": "Redirigint-te a la comunitat OpenWebUI",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Copiar la resposta automàticament al porta-retalls",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de resposta no es poden activar perquè els permisos del lloc web han estat rebutjats. Comprova les preferències del navegador per donar l'accés necessari.",
 	"Response splitting": "Divisió de la resposta",
+	"Result": "",
+	"RK": "",
 	"Role": "Rol",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Albada Rosé Pine",
@@ -633,6 +656,7 @@
 	"Set Steps": "Establir el nombre de passos",
 	"Set Task Model": "Establir el model de tasca",
 	"Set Voice": "Establir la veu",
+	"Set whisper model": "",
 	"Settings": "Preferències",
 	"Settings saved successfully!": "Les preferències s'han desat correctament",
 	"Share": "Compartir",
@@ -660,7 +684,6 @@
 	"Stream Chat Response": "Fer streaming de la resposta del xat",
 	"STT Model": "Model SST",
 	"STT Settings": "Preferències de STT",
-	"Submit": "Enviar",
 	"Subtitle (e.g. about the Roman Empire)": "Subtítol (per exemple, sobre l'Imperi Romà)",
 	"Success": "Èxit",
 	"Successfully updated.": "Actualitzat correctament.",
@@ -669,6 +692,7 @@
 	"Support this plugin:": "Dona suport a aquest complement:",
 	"Sync directory": "Sincronitzar directori",
 	"System": "Sistema",
+	"System Instructions": "",
 	"System Prompt": "Indicació del Sistema",
 	"Tags": "Etiquetes",
 	"Tags Generation Prompt": "Indicació per a la generació d'etiquetes",
@@ -678,7 +702,6 @@
 	"Temperature": "Temperatura",
 	"Template": "Plantilla",
 	"Temporary Chat": "Xat temporal",
-	"Text Completion": "Completament de text",
 	"Text Splitter": "Separador de text",
 	"Text-to-Speech Engine": "Motor de text a veu",
 	"Tfs Z": "Tfs Z",
@@ -693,6 +716,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Això assegura que les teves converses valuoses queden desades de manera segura a la teva base de dades. Gràcies!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Aquesta és una funció experimental, és possible que no funcioni com s'espera i està subjecta a canvis en qualsevol moment.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "Aquesta opció eliminarà tots els fitxers existents de la col·lecció i els substituirà per fitxers recentment penjats.",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "Això eliminarà",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "Això eliminarà <strong>{{NAME}}</strong> i <strong>tots els continguts</strong>.",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "Això restablirà la base de coneixement i sincronitzarà tots els fitxers. Vols continuar?",
@@ -714,6 +738,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "Per seleccionar accions aquí, afegeix-les primer a l'espai de treball \"Funcions\".",
 	"To select filters here, add them to the \"Functions\" workspace first.": "Per seleccionar filtres aquí, afegeix-los primer a l'espai de treball \"Funcions\".",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "Per seleccionar kits d'eines aquí, afegeix-los primer a l'espai de treball \"Eines\".",
+	"Toast notifications for new updates": "",
 	"Today": "Avui",
 	"Toggle settings": "Alterna preferències",
 	"Toggle sidebar": "Alterna la barra lateral",
@@ -749,6 +774,7 @@
 	"Update password": "Actualitzar la contrasenya",
 	"Updated": "Actualitzat",
 	"Updated at": "Actualitzat el",
+	"Updated At": "",
 	"Upload": "Pujar",
 	"Upload a GGUF model": "Pujar un model GGUF",
 	"Upload directory": "Pujar directori",
@@ -763,9 +789,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "usuari",
+	"User": "",
 	"User location successfully retrieved.": "Ubicació de l'usuari obtinguda correctament",
 	"User Permissions": "Permisos d'usuari",
 	"Users": "Usuaris",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Utilitzar",
 	"Valid time units:": "Unitats de temps vàlides:",
 	"Valves": "Valves",
@@ -791,6 +819,7 @@
 	"What’s New in": "Què hi ha de nou a",
 	"Whisper (Local)": "Whisper (local)",
 	"Widescreen Mode": "Mode de pantalla ampla",
+	"Won": "",
 	"Workspace": "Espai de treball",
 	"Write a prompt suggestion (e.g. Who are you?)": "Escriu una suggerència d'indicació (p. ex. Qui ets?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Escriu un resum en 50 paraules que resumeixi [tema o paraula clau].",
@@ -800,6 +829,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Només pots xatejar amb un màxim de {{maxCount}} fitxers alhora.",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Pots personalitzar les teves interaccions amb els models de llenguatge afegint memòries mitjançant el botó 'Gestiona' que hi ha a continuació, fent-les més útils i adaptades a tu.",
 	"You cannot clone a base model": "No es pot clonar un model base",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "No tens converses arxivades.",
 	"You have shared this chat": "Has compartit aquest xat",
 	"You're a helpful assistant.": "Ets un assistent útil.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' o '-1' para walay expiration.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(pananglitan `sh webui.sh --api`)",
 	"(latest)": "",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "",
 	"Add a short title for this prompt": "Pagdugang og usa ka mubo nga titulo alang niini nga prompt",
 	"Add a tag": "Pagdugang og tag",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Pagdugang og custom prompt",
 	"Add Files": "Idugang ang mga file",
 	"Add Memory": "",
-	"Add message": "Pagdugang og mensahe",
 	"Add Model": "",
 	"Add Tag": "",
 	"Add Tags": "idugang ang mga tag",
@@ -44,7 +43,6 @@
 	"Advanced Params": "",
 	"All chats": "",
 	"All Documents": "",
-	"All Users": "Ang tanan nga mga tiggamit",
 	"Allow Chat Deletion": "Tugoti nga mapapas ang mga chat",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Naa na kay account ?",
 	"an assistant": "usa ka katabang",
 	"and": "Ug",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "",
 	"API Base URL": "API Base URL",
 	"API Key": "yawe sa API",
@@ -66,8 +65,10 @@
 	"Archived Chats": "pagrekord sa chat",
 	"are allowed - Activate this command by typing": "gitugotan - I-enable kini nga sugo pinaagi sa pag-type",
 	"Are you sure?": "Sigurado ka ?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Ilakip ang usa ka file",
 	"Attention to detail": "Pagtagad sa mga detalye",
 	"Audio": "Audio",
@@ -117,6 +118,7 @@
 	"Click here for help.": "I-klik dinhi alang sa tabang.",
 	"Click here to": "",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "I-klik dinhi aron makapili",
 	"Click here to select a csv file.": "",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Pag-order",
+	"Completions": "",
 	"Concurrent Requests": "",
 	"Confirm": "",
 	"Confirm Password": "Kumpirma ang password",
@@ -223,9 +226,11 @@
 	"Download": "",
 	"Download canceled": "",
 	"Download Database": "I-download ang database",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Ihulog ang bisan unsang file dinhi aron idugang kini sa panag-istoryahanay",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "p. ",
 	"Edit": "",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "I-edit ang tiggamit",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Pagsulod sa block overlap",
 	"Enter Chunk Size": "Isulod ang block size",
+	"Enter description": "",
 	"Enter Github Raw URL": "",
 	"Enter Google PSE API Key": "",
 	"Enter Google PSE Engine Id": "",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "",
 	"Error": "",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Eksperimento",
 	"Export": "",
 	"Export All Chats (All Users)": "I-export ang tanan nga mga chat (Tanan nga tiggamit)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"February": "",
+	"Feedback History": "",
 	"Feel free to add specific details": "",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Unsaon nako pagtabang kanimo karon?",
 	"Hybrid Search": "",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "Pagmugna og hulagway (Eksperimento)",
 	"Image Generation Engine": "Makina sa paghimo og imahe",
 	"Image Settings": "Mga Setting sa Imahen",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Kahayag",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "Ang mga LLM mahimong masayop. ",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "",
 	"Made by OpenWebUI Community": "Gihimo sa komunidad sa OpenWebUI",
 	"Make sure to enclose them with": "Siguruha nga palibutan sila",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "",
+	"Manage Arena Models": "",
 	"Manage Models": "Pagdumala sa mga templates",
 	"Manage Ollama Models": "Pagdumala sa mga modelo sa Ollama",
 	"Manage Pipelines": "",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
 	"Min P": "",
 	"Minimum Score": "",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Ang modelo'{{modelName}}' malampuson nga na-download.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Ang modelo'{{modelTag}}' naa na sa pila para ma-download.",
 	"Model {{modelId}} not found": "Modelo {{modelId}} wala makit-an",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "",
 	"Model ID": "",
+	"Model Name": "",
 	"Model not selected": "Wala gipili ang modelo",
 	"Model Params": "",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "",
 	"No search query generated": "",
 	"No source available": "Walay tinubdan nga anaa",
@@ -486,13 +504,14 @@
 	"Only": "Lamang",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Ang alphanumeric nga mga karakter ug hyphen lang ang gitugotan sa command string.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Oops! ",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Oops! ",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oops! ",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Ablihi ang bag-ong diskusyon",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "",
 	"Playground": "Dulaanan",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Pagkuha ug template gikan sa Ollama.com",
 	"Query Params": "Mga parameter sa pangutana",
 	"RAG Template": "RAG nga modelo",
+	"Rating": "",
 	"Read Aloud": "",
 	"Record voice": "Irekord ang tingog",
 	"Redirecting you to OpenWebUI Community": "Gi-redirect ka sa komunidad sa OpenWebUI",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Awtomatikong kopya sa tubag sa clipboard",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Papel",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Aube Pine Rosé",
@@ -632,6 +655,7 @@
 	"Set Steps": "Ipasabot ang mga lakang",
 	"Set Task Model": "",
 	"Set Voice": "Ibutang ang tingog",
+	"Set whisper model": "",
 	"Settings": "Mga setting",
 	"Settings saved successfully!": "Malampuson nga na-save ang mga setting!",
 	"Share": "",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "Mga setting sa STT",
-	"Submit": "Isumite",
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "Kalampusan",
 	"Successfully updated.": "Malampuson nga na-update.",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "Sistema",
+	"System Instructions": "",
 	"System Prompt": "Madasig nga Sistema",
 	"Tags": "Mga tag",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "Temperatura",
 	"Template": "Modelo",
 	"Temporary Chat": "",
-	"Text Completion": "Pagkompleto sa teksto",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Text-to-speech nga makina",
 	"Tfs Z": "Tfs Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Kini nagsiguro nga ang imong bililhon nga mga panag-istoryahanay luwas nga natipig sa imong backend database. ",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "",
 	"Toggle settings": "I-toggle ang mga setting",
 	"Toggle sidebar": "I-toggle ang sidebar",
@@ -748,6 +773,7 @@
 	"Update password": "I-update ang password",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "Pag-upload ug modelo sa GGUF",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "",
 	"use_mmap (Ollama)": "",
 	"user": "tiggamit",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "Mga permiso sa tiggamit",
 	"Users": "Mga tiggamit",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Sa paggamit",
 	"Valid time units:": "Balido nga mga yunit sa oras:",
 	"Valves": "",
@@ -790,6 +818,7 @@
 	"What’s New in": "Unsay bag-o sa",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "",
+	"Won": "",
 	"Workspace": "",
 	"Write a prompt suggestion (e.g. Who are you?)": "Pagsulat og gisugyot nga prompt (eg. Kinsa ka?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Pagsulat og 50 ka pulong nga summary nga nagsumaryo [topic o keyword].",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "",
 	"You have shared this chat": "",
 	"You're a helpful assistant.": "Usa ka ka mapuslanon nga katabang",

+ 604 - 552
src/lib/i18n/locales/da-DK/translation.json

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' eller '-1' for ingen udløb",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(f.eks. `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(f.eks. `sh webui.sh --api`)",
 	"(latest)": "(seneste)",
@@ -23,13 +22,12 @@
 	"Add a short description about what this model does": "En kort beskrivelse af hvad denne model gør",
 	"Add a short title for this prompt": "Tilføj en kort titel for denne prompt",
 	"Add a tag": "Tilføj et tag",
+	"Add Arena Model": "",
 	"Add Content": "Tilføj indhold",
 	"Add content here": "Tilføj indhold her",
 	"Add custom prompt": "Tilføj en special-prompt",
-	"Add Docs": "Tilføj dokumenter",
 	"Add Files": "Tilføj filer",
 	"Add Memory": "Tilføj hukommelse",
-	"Add message": "Tilføj besked",
 	"Add Model": "Tilføj model",
 	"Add Tag": "Tilføj tag",
 	"Add Tags": "Tilføj tags",
@@ -43,10 +41,8 @@
 	"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Administratorer har adgang til alle værktøjer altid; brugere skal tilføjes værktøjer pr. model i hvert workspace.",
 	"Advanced Parameters": "Advancerede indstillinger",
 	"Advanced Params": "Advancerede indstillinger",
-	"all": "alle",
+	"All chats": "",
 	"All Documents": "Alle dokumenter",
-	"All Users": "Alle brugere",
-	"Allow": "Tillad",
 	"Allow Chat Deletion": "Tillad sletning af chats",
 	"Allow Chat Editing": "Tillad redigering af chats",
 	"Allow non-local voices": "Tillad ikke-lokale stemmer",
@@ -57,6 +53,7 @@
 	"Already have an account?": "Har du allerede en profil?",
 	"an assistant": "en assistent",
 	"and": "og",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "og lav et nyt link til deling",
 	"API Base URL": "API Base URL",
 	"API Key": "API nøgle",
@@ -68,8 +65,10 @@
 	"Archived Chats": "Arkiverede chats",
 	"are allowed - Activate this command by typing": "er tilladt - Aktiver denne kommando ved at skrive",
 	"Are you sure?": "Er du sikker?",
+	"Arena Models": "",
 	"Artifacts": "Artifakter",
 	"Ask a question": "Stil et spørgsmål",
+	"Assistant": "",
 	"Attach file": "Vedhæft fil",
 	"Attention to detail": "Detajleorientering",
 	"Audio": "Lyd",
@@ -98,12 +97,14 @@
 	"Cancel": "Afbryd",
 	"Capabilities": "Funktioner",
 	"Change Password": "Skift password",
+	"Character": "",
 	"Chat": "Chat",
 	"Chat Background Image": "Chat baggrundsbillede",
 	"Chat Bubble UI": "Chat Bubble UI",
 	"Chat Controls": "Chat indstillinger",
 	"Chat direction": "Chat retning",
 	"Chat Overview": "Chat overblik",
+	"Chat Tags Auto-Generation": "",
 	"Chats": "Chats",
 	"Check Again": "Tjek igen",
 	"Check for updates": "Søg efter opdateringer",
@@ -117,16 +118,17 @@
 	"Click here for help.": "Klik her for hjælp",
 	"Click here to": "Klik her for at",
 	"Click here to download user import template file.": "Klik her for at downloade bruger import template fil.",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Klik her for at vælge",
 	"Click here to select a csv file.": "Klik her for at vælge en csv fil",
 	"Click here to select a py file.": "Klik her for at vælge en py fil",
-	"Click here to select documents.": "Klik her for at vælge dokumenter",
 	"Click here to upload a workflow.json file.": "Klik her for at uploade en workflow.json fil",
 	"click here.": "klik her.",
 	"Click on the user role button to change a user's role.": "Klik på bruger ikonet for at ændre brugerens rolle.",
 	"Clipboard write permission denied. Please check your browser settings to grant the necessary access.": "Skriveadgang til udklipsholderen ikke tilladt. Tjek venligst indstillingerne i din browser for at give adgang.",
 	"Clone": "Klon",
 	"Close": "Luk",
+	"Code execution": "",
 	"Code formatted successfully": "Kode formateret korrekt",
 	"Collection": "Samling",
 	"ComfyUI": "ComfyUI",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "ComfyUI Workflow",
 	"ComfyUI Workflow Nodes": "ComfyUI Workflow Nodes",
 	"Command": "Kommando",
+	"Completions": "",
 	"Concurrent Requests": "Concurrent requests",
 	"Confirm": "Bekræft",
 	"Confirm Password": "Bekræft password",
@@ -155,6 +158,7 @@
 	"Copy last code block": "Kopier seneste kode",
 	"Copy last response": "Kopier senester svar",
 	"Copy Link": "Kopier link",
+	"Copy to clipboard": "",
 	"Copying to clipboard was successful!": "Kopieret til udklipsholder!",
 	"Create a model": "Lav en model",
 	"Create Account": "Opret profil",
@@ -180,14 +184,13 @@
 	"Default model updated": "Standard model opdateret",
 	"Default Prompt Suggestions": "Standardforslag til prompt",
 	"Default User Role": "Brugers rolle som standard",
-	"delete": "slet",
 	"Delete": "Slet",
 	"Delete a model": "Slet en model",
 	"Delete All Chats": "Slet alle chats",
 	"Delete chat": "Slet chat",
 	"Delete Chat": "Slet chat",
 	"Delete chat?": "Slet chat?",
-	"Delete Doc": "Slet dokument",
+	"Delete folder?": "",
 	"Delete function?": "Slet funktion?",
 	"Delete prompt?": "Slet prompt?",
 	"delete this link": "slet dette link",
@@ -215,7 +218,6 @@
 	"Documentation": "Dokumentation",
 	"Documents": "Dokumenter",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "laver ikke eksterne kald, og din data bliver sikkert på din egen lokalt hostede server.",
-	"Don't Allow": "Tillad ikke",
 	"Don't have an account?": "Har du ikke en profil?",
 	"don't install random functions from sources you don't trust.": "lad være med at installere tilfældige funktioner fra kilder, som du ikke stoler på.",
 	"don't install random tools from sources you don't trust.": "lad være med at installere tilfældige værktøjer fra kilder, som du ikke stoler på.",
@@ -224,10 +226,11 @@
 	"Download": "Download",
 	"Download canceled": "Download afbrudt",
 	"Download Database": "Download database",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Upload filer her for at tilføje til samtalen",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "f.eks. '30s', '10m'. Tilladte værdier er 's', 'm', 'h'.",
 	"Edit": "Rediger",
-	"Edit Doc": "Rediger beskrivelse",
+	"Edit Arena Model": "",
 	"Edit Memory": "Rediger hukommelse",
 	"Edit User": "Rediger bruger",
 	"ElevenLabs": "ElevenLabs",
@@ -244,545 +247,594 @@
 	"Enabled": "Aktiveret",
 	"Engine": "engine",
 	"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Sørg for at din CSV-fil indeholder 4 kolonner in denne rækkefølge: Name, Email, Password, Role.",
-    "Enter {{role}} message here": "Indtast {{role}} besked her",
-    "Enter a detail about yourself for your LLMs to recall": "Indtast en detalje om dig selv, som dine LLMs kan huske",
-    "Enter api auth string (e.g. username:password)": "Indtast api-godkendelsesstreng (f.eks. brugernavn:adgangskode)",
-    "Enter Brave Search API Key": "Indtast Brave Search API-nøgle",
-    "Enter CFG Scale (e.g. 7.0)": "Indtast CFG-skala (f.eks. 7.0)",
-    "Enter Chunk Overlap": "Indtast overlapning af tekststykker",
-    "Enter Chunk Size": "Indtast størrelse af tekststykker",
-    "Enter Github Raw URL": "Indtast Github Raw URL",
-    "Enter Google PSE API Key": "Indtast Google PSE API-nøgle",
-    "Enter Google PSE Engine Id": "Indtast Google PSE Engine ID",
-    "Enter Image Size (e.g. 512x512)": "Indtast billedstørrelse (f.eks. 512x512)",
-    "Enter language codes": "Indtast sprogkoder",
-    "Enter Model ID": "Indtast model-ID",
-    "Enter model tag (e.g. {{modelTag}})": "Indtast modelmærke (f.eks. {{modelTag}})",
-    "Enter Number of Steps (e.g. 50)": "Indtast antal trin (f.eks. 50)",
-    "Enter Sampler (e.g. Euler a)": "Indtast sampler (f.eks. Euler a)",
-    "Enter Scheduler (e.g. Karras)": "Indtast scheduler (f.eks. Karras)",
-    "Enter Score": "Indtast score",
-    "Enter SearchApi API Key": "Indtast SearchApi API-nøgle",
-    "Enter SearchApi Engine": "Indtast SearchApi-engine",
-    "Enter Searxng Query URL": "Indtast Searxng-forespørgsels-URL",
-    "Enter Serper API Key": "Indtast Serper API-nøgle",
-    "Enter Serply API Key": "Indtast Serply API-nøgle",
-    "Enter Serpstack API Key": "Indtast Serpstack API-nøgle",
-    "Enter stop sequence": "Indtast stopsekvens",
-    "Enter system prompt": "Indtast systemprompt",
-    "Enter Tavily API Key": "Indtast Tavily API-nøgle",
-    "Enter Tika Server URL": "Indtast Tika Server URL",
-    "Enter Top K": "Indtast Top K",
-    "Enter URL (e.g. http://127.0.0.1:7860/)": "Indtast URL (f.eks. http://127.0.0.1:7860/)",
-    "Enter URL (e.g. http://localhost:11434)": "Indtast URL (f.eks. http://localhost:11434)",
-    "Enter Your Email": "Indtast din e-mail",
-    "Enter Your Full Name": "Indtast dit fulde navn",
-    "Enter your message": "Indtast din besked",
-    "Enter Your Password": "Indtast din adgangskode",
-    "Enter Your Role": "Indtast din rolle",
-    "Error": "Fejl",
-    "Experimental": "Eksperimentel",
-    "Export": "Eksportér",
-    "Export All Chats (All Users)": "Eksportér alle chats (alle brugere)",
-    "Export chat (.json)": "Eksportér chat (.json)",
-    "Export Chats": "Eksportér chats",
-    "Export Config to JSON File": "Eksportér konfiguration til JSON-fil",
-    "Export Documents Mapping": "Eksportér dokumentkortlægning",
-    "Export Functions": "Eksportér funktioner",
-    "Export LiteLLM config.yaml": "Eksportér LiteLLM config.yaml",
-    "Export Models": "Eksportér modeller",
-    "Export Prompts": "Eksportér prompts",
-    "Export Tools": "Eksportér værktøjer",
-    "External Models": "Eksterne modeller",
-    "Failed to create API Key.": "Kunne ikke oprette API-nøgle.",
-    "Failed to read clipboard contents": "Kunne ikke læse indholdet af udklipsholderen",
-    "Failed to update settings": "Kunne ikke opdatere indstillinger",
-    "Failed to upload file.": "Kunne ikke uploade fil.",
-    "February": "Februar",
-    "Feel free to add specific details": "Du er velkommen til at tilføje specifikke detaljer",
-    "File": "Fil",
-    "File added successfully.": "Fil tilføjet.",
-    "File content updated successfully.": "Filens indhold er opdateret.",
-    "File Mode": "Filtilstand",
-    "File not found.": "Filen blev ikke fundet.",
-    "File removed successfully.": "Fil fjernet.",
-    "File size should not exceed {{maxSize}} MB.": "Filstørrelsen må ikke overstige {{maxSize}} MB.",
-    "Files": "Filer",
-    "Filter is now globally disabled": "Filter er nu globalt deaktiveret",
-    "Filter is now globally enabled": "Filter er nu globalt aktiveret",
-    "Filters": "Filtre",
-    "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Fingeraftryksspoofing registreret: Kan ikke bruge initialer som avatar. Bruger standard profilbillede.",
-    "Fluidly stream large external response chunks": "Stream store eksterne svar chunks flydende",
-    "Focus chat input": "Fokuser på chatinput",
-    "Followed instructions perfectly": "Fulgte instruktionerne perfekt",
-    "Form": "Formular",
-    "Format your variables using square brackets like this:": "Formater dine variabler ved hjælp af firkantede parenteser som dette:",
-    "Frequency Penalty": "Hyppighedsstraf",
-    "Function created successfully": "Funktion oprettet.",
-    "Function deleted successfully": "Funktion slettet.",
-    "Function Description (e.g. A filter to remove profanity from text)": "Funktionsbeskrivelse (f.eks. et filter til at fjerne bandeord fra tekst)",
-    "Function ID (e.g. my_filter)": "Funktions-ID (f.eks. mit_filter)",
-    "Function is now globally disabled": "Funktionen er nu globalt deaktiveret",
-    "Function is now globally enabled": "Funktionen er nu globalt aktiveret",
-    "Function Name (e.g. My Filter)": "Funktionsnavn (f.eks. Mit filter)",
-    "Function updated successfully": "Funktion opdateret.",
-    "Functions": "Funktioner",
-    "Functions allow arbitrary code execution": "Funktioner tillader kørsel af vilkårlig kode",
-    "Functions allow arbitrary code execution.": "Funktioner tillader kørsel af vilkårlig kode.",
-    "Functions imported successfully": "Funktioner importeret.",
-    "General": "Generelt",
-    "General Settings": "Generelle indstillinger",
-    "Generate Image": "Generer billede",
-    "Generating search query": "Genererer søgeforespørgsel",
-    "Generation Info": "Genereringsinfo",
-    "Get up and running with": "Kom i gang med",
-    "Global": "Global",
-    "Good Response": "Godt svar",
-    "Google PSE API Key": "Google PSE API-nøgle",
-    "Google PSE Engine Id": "Google PSE Engine-ID",
-    "h:mm a": "h:mm a", 
-    "Haptic Feedback": "Haptisk feedback",
-    "has no conversations.": "har ingen samtaler.",
-    "Hello, {{name}}": "Hej {{name}}",
-    "Help": "Hjælp",
-    "Hide": "Skjul",
-    "Hide Model": "Skjul model",
-    "How can I help you today?": "Hvordan kan jeg hjælpe dig i dag?",
-    "Hybrid Search": "Hybrid søgning",
-    "I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Jeg anerkender, at jeg har læst og forstået konsekvenserne af min handling. Jeg er opmærksom på de risici, der er forbundet med at udføre vilkårlig kode, og jeg har verificeret kildens troværdighed.",
-    "Image Generation (Experimental)": "Billedgenerering (eksperimentel)",
-    "Image Generation Engine": "Billedgenereringsengine",
-    "Image Settings": "Billedindstillinger",
-    "Images": "Billeder",
-    "Import Chats": "Importer chats",
-    "Import Config from JSON File": "Importer konfiguration fra JSON-fil",
-    "Import Documents Mapping": "Importer dokumentkortlægning",
-    "Import Functions": "Importer funktioner",
-    "Import Models": "Importer modeller",
-    "Import Prompts": "Importer prompts",
-    "Import Tools": "Importer værktøjer",
-    "Include `--api-auth` flag when running stable-diffusion-webui": "Inkluder `--api-auth` flag, når du kører stable-diffusion-webui",
-    "Include `--api` flag when running stable-diffusion-webui": "Inkluder `--api` flag, når du kører stable-diffusion-webui",
-    "Info": "Info",
-    "Input commands": "Inputkommandoer",
-    "Install from Github URL": "Installer fra Github URL",
-    "Instant Auto-Send After Voice Transcription": "Øjeblikkelig automatisk afsendelse efter stemmetransskription",
-    "Interface": "Grænseflade",
-    "Invalid Tag": "Ugyldigt tag",
-    "January": "Januar",
-    "join our Discord for help.": "tilslut dig vores Discord for at få hjælp.",
-    "JSON": "JSON",
-    "JSON Preview": "JSON-forhåndsvisning",
-    "July": "Juli",
-    "June": "Juni",
-    "JWT Expiration": "JWT-udløb",
-    "JWT Token": "JWT-token",
-    "Keep Alive": "Hold i live",
-    "Keyboard shortcuts": "Tastaturgenveje",
-    "Knowledge": "Viden",
-    "Knowledge created successfully.": "Viden oprettet.",
-    "Knowledge deleted successfully.": "Viden slettet.",
-    "Knowledge reset successfully.": "Viden nulstillet.",
-    "Knowledge updated successfully": "Viden opdateret.",
-    "Landing Page Mode": "Landing Page-tilstand",
-    "Language": "Sprog",
-    "large language models, locally.": "store sprogmodeller, lokalt.",
-    "Last Active": "Sidst aktiv",
-    "Last Modified": "Sidst ændret",
-    "Leave empty for unlimited": "Lad stå tomt for ubegrænset",
-    "Leave empty to use the default prompt, or enter a custom prompt": "Lad stå tomt for at bruge standardprompten, eller indtast en brugerdefineret prompt",
-    "Light": "Lys",
-    "Listening...": "Lytter...",
-    "LLMs can make mistakes. Verify important information.": "LLM'er kan lave fejl. Bekræft vigtige oplysninger.",
-    "Local Models": "Lokale modeller",
-    "LTR": "LTR", 
-    "Made by OpenWebUI Community": "Lavet af OpenWebUI Community",
-    "Make sure to enclose them with": "Sørg for at omslutte dem med",
-    "Make sure to export a workflow.json file as API format from ComfyUI.": "Sørg for at eksportere en workflow.json-fil som API-format fra ComfyUI.",
-    "Manage": "Administrer",
-    "Manage Models": "Administrer modeller",
-    "Manage Ollama Models": "Administrer Ollama-modeller",
-    "Manage Pipelines": "Administrer pipelines",
-    "March": "Marts",
-    "Max Tokens (num_predict)": "Maks. tokens (num_predict)",
-    "Max Upload Count": "Maks. uploadantal",
-    "Max Upload Size": "Maks. uploadstørrelse",
-    "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Højst 3 modeller kan downloades samtidigt. Prøv igen senere.",
-    "May": "Maj",
-    "Memories accessible by LLMs will be shown here.": "Minder, der er tilgængelige for LLM'er, vises her.",
-    "Memory": "Hukommelse",
-    "Memory added successfully": "Hukommelse tilføjet.",
-    "Memory cleared successfully": "Hukommelse ryddet.",
-    "Memory deleted successfully": "Hukommelse slettet.",
-    "Memory updated successfully": "Hukommelse opdateret.",
-    "Merge Responses": "Flet svar",
-    "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Beskeder, du sender efter at have oprettet dit link, deles ikke. Brugere med URL'en vil kunne se den delte chat.",
-    "Min P": "Min P",
-    "Minimum Score": "Minimumscore",
-    "Mirostat": "Mirostat",
-    "Mirostat Eta": "Mirostat Eta",
-    "Mirostat Tau": "Mirostat Tau",
-    "MMMM DD, YYYY": "MMMM DD, YYYY", 
-    "MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm", 
-    "MMMM DD, YYYY hh:mm:ss A": "MMMM DD, YYYY hh:mm:ss A",
-    "Model '{{modelName}}' has been successfully downloaded.": "Model '{{modelName}}' er blevet downloadet.",
-    "Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' er allerede i kø til download.",
-    "Model {{modelId}} not found": "Model {{modelId}} ikke fundet",
-    "Model {{modelName}} is not vision capable": "Model {{modelName}} understøtter ikke billeder",
-    "Model {{name}} is now {{status}}": "Model {{name}} er nu {{status}}",
-    "Model {{name}} is now at the top": "Model {{name}} er nu øverst",
-    "Model accepts image inputs": "Model accepterer billedinput",
-    "Model created successfully!": "Model oprettet!",
-    "Model filesystem path detected. Model shortname is required for update, cannot continue.": "Model filsystemsti registreret. Modelkortnavn er påkrævet til opdatering, kan ikke fortsætte.",
-    "Model ID": "Model-ID",
-    "Model not selected": "Model ikke valgt",
-    "Model Params": "Modelparametre",
-    "Model updated successfully": "Model opdateret.",
-    "Model Whitelisting": "Modelhvidliste",
-    "Model(s) Whitelisted": "Model(ler) hvidlistet",
-    "Modelfile Content": "Modelfilindhold",
-    "Models": "Modeller",
-    "More": "Mere",
-    "Move to Top": "Flyt til toppen",
-    "Name": "Navn",
-    "Name Tag": "Navnemærke",
-    "Name your model": "Navngiv din model",
-    "New Chat": "Ny chat",
-    "New Password": "Ny adgangskode",
-    "No content to speak": "Intet indhold at tale",
-    "No file selected": "Ingen fil valgt",
-    "No HTML, CSS, or JavaScript content found.": "Intet HTML-, CSS- eller JavaScript-indhold fundet.",
-    "No knowledge found": "Ingen viden fundet",
-    "No results found": "Ingen resultater fundet",
-    "No search query generated": "Ingen søgeforespørgsel genereret",
-    "No source available": "Ingen kilde tilgængelig",
-    "No valves to update": "Ingen ventiler at opdatere",
-    "None": "Ingen",
-    "Not factually correct": "Ikke faktuelt korrekt",
-    "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Bemærk: Hvis du angiver en minimumscore, returnerer søgningen kun dokumenter med en score, der er større end eller lig med minimumscoren.",
-    "Notifications": "Notifikationer",
-    "November": "November",
-    "num_gpu (Ollama)": "num_gpu (Ollama)", 
-    "num_thread (Ollama)": "num_thread (Ollama)", 
-    "OAuth ID": "OAuth-ID",
-    "October": "Oktober",
-    "Off": "Fra",
-    "Okay, Let's Go!": "Okay, lad os gå!",
-    "OLED Dark": "OLED Mørk",
-    "Ollama": "Ollama",
-    "Ollama API": "Ollama API",
-    "Ollama API disabled": "Ollama API deaktiveret",
-    "Ollama API is disabled": "Ollama API er deaktiveret",
-    "Ollama Version": "Ollama-version",
-    "On": "Til",
-    "Only": "Kun",
-    "Only alphanumeric characters and hyphens are allowed in the command string.": "Kun alfanumeriske tegn og bindestreger er tilladt i kommandostrengen.",
-    "Only collections can be edited, create a new knowledge base to edit/add documents.": "Kun samlinger kan redigeres, opret en ny vidensbase for at redigere/tilføje dokumenter.",
-    "Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Ups! Hold fast! Dine filer er stadig i ovnen. Vi tilbereder dem til perfektion. Vær tålmodig, og vi giver dig besked, når de er klar.",
-    "Oops! Looks like the URL is invalid. Please double-check and try again.": "Ups! URL'en ser ud til at være ugyldig. Tjek den igen, og prøv igen.",
-    "Oops! There was an error in the previous response. Please try again or contact admin.": "Ups! Der opstod en fejl i det forrige svar. Prøv igen, eller kontakt administratoren.",
-    "Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ups! Du bruger en metode, der ikke understøttes (kun frontend). Kør WebUI fra backend.",
-    "Open file": "Åbn fil",
-    "Open in full screen": "Åbn i fuld skærm",
-    "Open new chat": "Åbn ny chat",
-    "Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open WebUI-version (v{{OPEN_WEBUI_VERSION}}) er lavere end den krævede version (v{{REQUIRED_VERSION}})",
-    "OpenAI": "OpenAI",
-    "OpenAI API": "OpenAI API",
-    "OpenAI API Config": "OpenAI API-konfiguration",
-    "OpenAI API Key is required.": "OpenAI API-nøgle er påkrævet.",
-    "OpenAI URL/Key required.": "OpenAI URL/nøgle påkrævet.",
-    "or": "eller",
-    "Other": "Andet",
-    "Output format": "Outputformat",
-    "Overview": "Oversigt",
-    "page": "side",
-    "Password": "Adgangskode",
-    "PDF document (.pdf)": "PDF-dokument (.pdf)",
-    "PDF Extract Images (OCR)": "Udtræk billeder fra PDF (OCR)",
-    "pending": "afventer",
-    "Permission denied when accessing media devices": "Tilladelse nægtet ved adgang til medieenheder",
-    "Permission denied when accessing microphone": "Tilladelse nægtet ved adgang til mikrofon",
-    "Permission denied when accessing microphone: {{error}}": "Tilladelse nægtet ved adgang til mikrofon: {{error}}",
-    "Personalization": "Personalisering",
-    "Pin": "Fastgør",
-    "Pinned": "Fastgjort",
-    "Pipeline deleted successfully": "Pipeline slettet.",
-    "Pipeline downloaded successfully": "Pipeline downloadet.",
-    "Pipelines": "Pipelines",
-    "Pipelines Not Detected": "Pipelines ikke registreret",
-    "Pipelines Valves": "Pipelines-ventiler",
-    "Plain text (.txt)": "Almindelig tekst (.txt)",
-    "Playground": "Legeplads",
-    "Please carefully review the following warnings:": "Gennemgå omhyggeligt følgende advarsler:",
-    "Please fill in all fields.": "Udfyld alle felter.",
-    "Please select a reason": "Vælg en årsag",
-    "Positive attitude": "Positiv holdning",
-    "Previous 30 days": "Seneste 30 dage",
-    "Previous 7 days": "Seneste 7 dage",
-    "Profile Image": "Profilbillede",
-    "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "Prompt (f.eks. Fortæl mig en sjov kendsgerning om Romerriget)",
-    "Prompt Content": "Promptindhold",
-    "Prompt suggestions": "Promptforslag",
-    "Prompts": "Prompts",
-    "Pull \"{{searchValue}}\" from Ollama.com": "Hent \"{{searchValue}}\" fra Ollama.com",
-    "Pull a model from Ollama.com": "Hent en model fra Ollama.com",
-    "Query Params": "Forespørgselsparametre",
-    "RAG Template": "RAG-skabelon",
-    "Read Aloud": "Læs højt",
-    "Record voice": "Optag stemme",
-    "Redirecting you to OpenWebUI Community": "Omdirigerer dig til OpenWebUI Community",
-    "Refer to yourself as \"User\" (e.g., \"User is learning Spanish\")": "Referer til dig selv som \"Bruger\" (f.eks. \"Bruger lærer spansk\")",
-    "Refused when it shouldn't have": "Afvist, når den ikke burde have været det",
-    "Regenerate": "Regenerer",
-    "Release Notes": "Udgivelsesnoter",
-    "Remove": "Fjern",
-    "Remove Model": "Fjern model",
-    "Rename": "Omdøb",
-    "Repeat Last N": "Gentag sidste N",
-    "Request Mode": "Forespørgselstilstand",
-    "Reranking Model": "Omarrangeringsmodel",
-    "Reranking model disabled": "Omarrangeringsmodel deaktiveret",
-    "Reranking model set to \"{{reranking_model}}\"": "Omarrangeringsmodel sat til \"{{reranking_model}}\"",
-    "Reset": "Nulstil",
-    "Reset Upload Directory": "Nulstil uploadmappe",
-    "Reset Vector Storage": "Nulstil vektorlager",
-    "Response AutoCopy to Clipboard": "Automatisk kopiering af svar til udklipsholder",
-    "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Svarnotifikationer kan ikke aktiveres, da webstedets tilladelser er blevet nægtet. Besøg dine browserindstillinger for at give den nødvendige adgang.",
-    "Response splitting": "Svaropdeling",
-    "Role": "Rolle",
-    "Rosé Pine": "Rosé Pine", 
-    "Rosé Pine Dawn": "Rosé Pine Dawn", 
-    "RTL": "RTL", 
-    "Run": "Kør",
-    "Run Llama 2, Code Llama, and other models. Customize and create your own.": "Kør Llama 2, Code Llama og andre modeller. Tilpas og opret dine egne.",
-    "Running": "Kører",
-    "Save": "Gem",
-    "Save & Create": "Gem og opret",
-    "Save & Update": "Gem og opdater",
-    "Save As Copy": "Gem som kopi",
-    "Save Tag": "Gem tag",
-    "Saved": "Gemt",
-    "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Lagring af chatlogs direkte i din browsers lager understøttes ikke længere. Download og slet dine chatlogs ved at klikke på knappen nedenfor. Du kan nemt importere dine chatlogs til backend igennem",
-    "Scroll to bottom when switching between branches": "Rul til bunden, når du skifter mellem grene",
-    "Search": "Søg",
-    "Search a model": "Søg efter en model",
-    "Search Chats": "Søg i chats",
-    "Search Collection": "Søg i samling",
-    "Search Documents": "Søg i dokumenter",
-    "Search Functions": "Søg i funktioner",
-    "Search Knowledge": "Søg i viden",
-    "Search Models": "Søg i modeller",
-    "Search Prompts": "Søg i prompts",
-    "Search Query Generation Prompt": "Prompt til generering af søgeforespørgsel",
-    "Search Result Count": "Antal søgeresultater",
-    "Search Tools": "Søg i værktøjer",
-    "SearchApi API Key": "SearchApi API-nøgle",
-    "SearchApi Engine": "SearchApi-engine",
-    "Searched {{count}} sites_one": "Søgte {{count}} websted",
-    "Searched {{count}} sites_other": "Søgte {{count}} websteder",
-    "Searching \"{{searchQuery}}\"": "Søger efter \"{{searchQuery}}\"",
-    "Searching Knowledge for \"{{searchQuery}}\"": "Søger i viden efter \"{{searchQuery}}\"",
-    "Searxng Query URL": "Searxng forespørgsels-URL",
-    "See readme.md for instructions": "Se readme.md for instruktioner",
-    "See what's new": "Se, hvad der er nyt",
-    "Seed": "Seed", 
-    "Select a base model": "Vælg en basemodel",
-    "Select a engine": "Vælg en engine",
-    "Select a function": "Vælg en funktion",
-    "Select a model": "Vælg en model",
-    "Select a pipeline": "Vælg en pipeline",
-    "Select a pipeline url": "Vælg en pipeline-URL",
-    "Select a tool": "Vælg et værktøj",
-    "Select an Ollama instance": "Vælg en Ollama-instans",
-    "Select Engine": "Vælg engine",
-    "Select Knowledge": "Vælg viden",
-    "Select model": "Vælg model",
-    "Select only one model to call": "Vælg kun én model at kalde",
-    "Select/Add Files": "Vælg/tilføj filer",
-    "Selected model(s) do not support image inputs": "Valgte model(ler) understøtter ikke billedinput",
-    "Send": "Send",
-    "Send a Message": "Send en besked",
-    "Send message": "Send besked",
-    "Sends `stream_options: { include_usage: true }` in the request.\nSupported providers will return token usage information in the response when set.": "Sender `stream_options: { include_usage: true }` i forespørgslen.\nUnderstøttede udbydere vil returnere tokenforbrugsinformation i svaret, når det er indstillet.",
-    "September": "September",
-    "Serper API Key": "Serper API-nøgle",
-    "Serply API Key": "Serply API-nøgle",
-    "Serpstack API Key": "Serpstack API-nøgle",
-    "Server connection verified": "Serverforbindelse bekræftet",
-    "Set as default": "Indstil som standard",
-    "Set CFG Scale": "Indstil CFG-skala",
-    "Set Default Model": "Indstil standardmodel",
-    "Set embedding model (e.g. {{model}})": "Indstil indlejringsmodel (f.eks. {{model}})",
-    "Set Image Size": "Indstil billedstørrelse",
-    "Set reranking model (e.g. {{model}})": "Indstil omarrangeringsmodel (f.eks. {{model}})",
-    "Set Sampler": "Indstil sampler",
-    "Set Scheduler": "Indstil scheduler",
-    "Set Steps": "Indstil trin",
-    "Set Task Model": "Indstil opgavemodel",
-    "Set Voice": "Indstil stemme",
-    "Settings": "Indstillinger",
-    "Settings saved successfully!": "Indstillinger gemt!",
-    "Share": "Del",
-    "Share Chat": "Del chat",
-    "Share to OpenWebUI Community": "Del til OpenWebUI Community",
-    "short-summary": "kort opsummering",
-    "Show": "Vis",
-    "Show Admin Details in Account Pending Overlay": "Vis administratordetaljer i overlay for ventende konto",
-    "Show Model": "Vis model",
-    "Show shortcuts": "Vis genveje",
-    "Show your support!": "Vis din støtte!",
-    "Showcased creativity": "Udstillet kreativitet",
-    "Sign in": "Log ind",
-    "Sign in to {{WEBUI_NAME}}": "Log ind på {{WEBUI_NAME}}",
-    "Sign Out": "Log ud",
-    "Sign up": "Tilmeld dig",
-    "Sign up to {{WEBUI_NAME}}": "Tilmeld dig {{WEBUI_NAME}}",
-    "Signing in to {{WEBUI_NAME}}": "Logger ind på {{WEBUI_NAME}}",
-    "Source": "Kilde",
-    "Speech Playback Speed": "Talehastighed",
-    "Speech recognition error: {{error}}": "Talegenkendelsesfejl: {{error}}",
-    "Speech-to-Text Engine": "Tale-til-tekst-engine",
-    "Stop Sequence": "Stopsekvens",
-    "Stream Chat Response": "Stream chatsvar",
-    "STT Model": "STT-model",
-    "STT Settings": "STT-indstillinger",
-    "Submit": "Indsend",
-    "Subtitle (e.g. about the Roman Empire)": "Undertitel (f.eks. om Romerriget)",
-    "Success": "Succes",
-    "Successfully updated.": "Opdateret.",
-    "Suggested": "Foreslået",
-    "Support": "Support",
-    "Support this plugin:": "Støt dette plugin:",
-    "Sync directory": "Synkroniser mappe",
-    "System": "System",
-    "System Prompt": "Systemprompt",
-    "Tags": "Tags",
-    "Tap to interrupt": "Tryk for at afbryde",
-    "Tavily API Key": "Tavily API-nøgle",
-    "Tell us more:": "Fortæl os mere:",
-    "Temperature": "Temperatur",
-    "Template": "Skabelon",
-    "Temporary Chat": "Midlertidig chat",
-    "Text Completion": "Tekstfuldførelse",
-    "Text-to-Speech Engine": "Tekst-til-tale-engine",
-    "Tfs Z": "Tfs Z", 
-    "Thanks for your feedback!": "Tak for din feedback!",
-    "The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Udviklerne bag dette plugin er passionerede frivillige fra fællesskabet. Hvis du finder dette plugin nyttigt, kan du overveje at bidrage til dets udvikling.",
-    "The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "Den maksimale filstørrelse i MB. Hvis filstørrelsen overstiger denne grænse, uploades filen ikke.",
-    "The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "Det maksimale antal filer, der kan bruges på én gang i chatten. Hvis antallet af filer overstiger denne grænse, uploades filerne ikke.",
-    "The score should be a value between 0.0 (0%) and 1.0 (100%).": "Scoren skal være en værdi mellem 0,0 (0%) og 1,0 (100%).",
-    "Theme": "Tema",
-    "Thinking...": "Tænker...",
-    "This action cannot be undone. Do you wish to continue?": "Denne handling kan ikke fortrydes. Vil du fortsætte?",
-    "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Dette sikrer, at dine værdifulde samtaler gemmes sikkert i din backend-database. Tak!",
-    "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Dette er en eksperimentel funktion, den fungerer muligvis ikke som forventet og kan ændres når som helst.",
-    "This option will delete all existing files in the collection and replace them with newly uploaded files.": "Denne indstilling sletter alle eksisterende filer i samlingen og erstatter dem med nyligt uploadede filer.",
-    "This will delete": "Dette vil slette",
-    "This will reset the knowledge base and sync all files. Do you wish to continue?": "Dette vil nulstille vidensbasen og synkronisere alle filer. Vil du fortsætte?",
-    "Thorough explanation": "Grundig forklaring",
-    "Tika": "Tika",
-    "Tika Server URL required.": "Tika-server-URL påkrævet.",
-    "Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "Tip: Opdater flere variabelpladser fortløbende ved at trykke på tabulatortasten i chatinput efter hver udskiftning.",
-    "Title": "Titel",
-    "Title (e.g. Tell me a fun fact)": "Titel (f.eks. Fortæl mig en sjov kendsgerning)",
-    "Title Auto-Generation": "Automatisk titelgenerering",
-    "Title cannot be an empty string.": "Titel kan ikke være en tom streng.",
-    "Title Generation Prompt": "Prompt til titelgenerering",
-    "To access the available model names for downloading,": "For at få adgang til de tilgængelige modelnavne til download,",
-    "To access the GGUF models available for downloading,": "For at få adgang til de GGUF-modeller, der er tilgængelige til download,",
-    "To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "For at få adgang til WebUI skal du kontakte administratoren. Administratorer kan administrere brugerstatus fra administrationspanelet.",
-    "To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "For at vedhæfte vidensbase her skal du først tilføje dem til \"Viden\"-arbejdsområdet.",
-    "to chat input.": "til chatinput.",
-    "To select actions here, add them to the \"Functions\" workspace first.": "For at vælge handlinger her skal du først tilføje dem til \"Funktioner\"-arbejdsområdet.",
-    "To select filters here, add them to the \"Functions\" workspace first.": "For at vælge filtre her skal du først tilføje dem til \"Funktioner\"-arbejdsområdet.",
-    "To select toolkits here, add them to the \"Tools\" workspace first.": "For at vælge værktøjssæt her skal du først tilføje dem til \"Værktøjer\"-arbejdsområdet.",
-    "Today": "I dag",
-    "Toggle settings": "Skift indstillinger",
-    "Toggle sidebar": "Skift sidebjælke",
-    "Tokens To Keep On Context Refresh (num_keep)": "Tokens, der skal beholdes ved kontekstopdatering (num_keep)",
-    "Tool created successfully": "Værktøj oprettet.",
-    "Tool deleted successfully": "Værktøj slettet.",
-    "Tool imported successfully": "Værktøj importeret.",
-    "Tool updated successfully": "Værktøj opdateret.",
-    "Toolkit Description (e.g. A toolkit for performing various operations)": "Værktøjssætbeskrivelse (f.eks. et værktøjssæt til at udføre forskellige handlinger)",
-    "Toolkit ID (e.g. my_toolkit)": "Værktøjssæt-ID (f.eks. mit_værktøjssæt)",
-    "Toolkit Name (e.g. My ToolKit)": "Værktøjssætnavn (f.eks. Mit værktøjssæt)",
-    "Tools": "Værktøjer",
-    "Tools are a function calling system with arbitrary code execution": "Værktøjer er et funktionkaldssystem med vilkårlig kodeudførelse",
-    "Tools have a function calling system that allows arbitrary code execution": "Værktøjer har et funktionkaldssystem, der tillader vilkårlig kodeudførelse",
-    "Tools have a function calling system that allows arbitrary code execution.": "Værktøjer har et funktionkaldssystem, der tillader vilkårlig kodeudførelse.",
-    "Top K": "Top K",
-    "Top P": "Top P",
-    "Trouble accessing Ollama?": "Problemer med at få adgang til Ollama?",
-    "TTS Model": "TTS-model",
-    "TTS Settings": "TTS-indstillinger",
-    "TTS Voice": "TTS-stemme",
-    "Type": "Type",
-    "Type Hugging Face Resolve (Download) URL": "Indtast Hugging Face Resolve (Download) URL",
-    "Uh-oh! There was an issue connecting to {{provider}}.": "Ups! Der opstod et problem med at oprette forbindelse til {{provider}}.",
-    "UI": "UI", 
-    "Unpin": "Frigør",
-    "Update": "Opdater",
-    "Update and Copy Link": "Opdater og kopier link",
-    "Update for the latest features and improvements.": "Opdater for at få de nyeste funktioner og forbedringer.",
-    "Update password": "Opdater adgangskode",
-    "Updated at": "Opdateret kl.",
-    "Upload": "Upload",
-    "Upload a GGUF model": "Upload en GGUF-model",
-    "Upload directory": "Uploadmappe",
-    "Upload files": "Upload filer",
-    "Upload Files": "Upload filer",
-    "Upload Pipeline": "Upload pipeline",
-    "Upload Progress": "Uploadfremdrift",
-    "URL Mode": "URL-tilstand",
-    "Use '#' in the prompt input to load and include your knowledge.": "Brug '#' i promptinput for at indlæse og inkludere din viden.",
-    "Use '#' in the prompt input to load and select your documents.": "Brug '#' i promptinput for at indlæse og vælge dine dokumenter.",
-    "Use Gravatar": "Brug Gravatar",
-    "Use Initials": "Brug initialer",
-    "use_mlock (Ollama)": "use_mlock (Ollama)", 
-    "use_mmap (Ollama)": "use_mmap (Ollama)", 
-    "user": "bruger",
-    "User location successfully retrieved.": "Brugerplacering hentet.",
-    "User Permissions": "Brugertilladelser",
-    "Users": "Brugere",
-    "Utilize": "Anvend",
-    "Valid time units:": "Gyldige tidsenheder:",
-    "Valves": "Ventiler",
-    "Valves updated": "Ventiler opdateret",
-    "Valves updated successfully": "Ventiler opdateret.",
-    "variable": "variabel",
-    "variable to have them replaced with clipboard content.": "variabel for at få dem erstattet med indholdet af udklipsholderen.",
-    "Version": "Version",
-    "Version {{selectedVersion}} of {{totalVersions}}": "Version {{selectedVersion}} af {{totalVersions}}",
-    "Voice": "Stemme",
-    "Warning": "Advarsel",
-    "Warning:": "Advarsel:",
-    "Warning: If you update or change your embedding model, you will need to re-import all documents.": "Advarsel: Hvis du opdaterer eller ændrer din indlejringsmodel, skal du importere alle dokumenter igen.",
-    "Web": "Web",
-    "Web API": "Web API",
-    "Web Loader Settings": "Web Loader-indstillinger",
-    "Web Search": "Websøgning",
-    "Web Search Engine": "Websøgemaskine",
-    "Webhook URL": "Webhook-URL",
-    "WebUI Settings": "WebUI-indstillinger",
-    "WebUI will make requests to": "WebUI vil sende forespørgsler til",
-    "What’s New in": "Nyheder i",
-    "Whisper (Local)": "Whisper (lokal)",
-    "Widescreen Mode": "Widescreen-tilstand",
-    "Workspace": "Arbejdsområde",
-    "Write a prompt suggestion (e.g. Who are you?)": "Skriv et promptforslag (f.eks. Hvem er du?)",
-    "Write a summary in 50 words that summarizes [topic or keyword].": "Skriv en opsummering på 50 ord, der opsummerer [emne eller søgeord].",
-    "Yesterday": "I går",
-    "You": "Du",
-    "You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Du kan kun chatte med maksimalt {{maxCount}} fil(er) ad gangen.",
-    "You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Du kan personliggøre dine interaktioner med LLM'er ved at tilføje minder via knappen 'Administrer' nedenfor, hvilket gør dem mere nyttige og skræddersyet til dig.",
-    "You cannot clone a base model": "Du kan ikke klone en basemodel",
-    "You have no archived conversations.": "Du har ingen arkiverede samtaler.",
-    "You have shared this chat": "Du har delt denne chat",
-    "You're a helpful assistant.": "Du er en hjælpsom assistent.",
-    "You're now logged in.": "Du er nu logget ind.",
-    "Your account status is currently pending activation.": "Din kontostatus afventer i øjeblikket aktivering.",
-    "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.": "Hele dit bidrag går direkte til plugin-udvikleren; Open WebUI tager ikke nogen procentdel. Den valgte finansieringsplatform kan dog have sine egne gebyrer.",
-    "Youtube": "Youtube",
-    "Youtube Loader Settings": "Youtube Loader-indstillinger"
+	"Enter {{role}} message here": "Indtast {{role}} besked her",
+	"Enter a detail about yourself for your LLMs to recall": "Indtast en detalje om dig selv, som dine LLMs kan huske",
+	"Enter api auth string (e.g. username:password)": "Indtast api-godkendelsesstreng (f.eks. brugernavn:adgangskode)",
+	"Enter Brave Search API Key": "Indtast Brave Search API-nøgle",
+	"Enter CFG Scale (e.g. 7.0)": "Indtast CFG-skala (f.eks. 7.0)",
+	"Enter Chunk Overlap": "Indtast overlapning af tekststykker",
+	"Enter Chunk Size": "Indtast størrelse af tekststykker",
+	"Enter description": "",
+	"Enter Github Raw URL": "Indtast Github Raw URL",
+	"Enter Google PSE API Key": "Indtast Google PSE API-nøgle",
+	"Enter Google PSE Engine Id": "Indtast Google PSE Engine ID",
+	"Enter Image Size (e.g. 512x512)": "Indtast billedstørrelse (f.eks. 512x512)",
+	"Enter language codes": "Indtast sprogkoder",
+	"Enter Model ID": "Indtast model-ID",
+	"Enter model tag (e.g. {{modelTag}})": "Indtast modelmærke (f.eks. {{modelTag}})",
+	"Enter Number of Steps (e.g. 50)": "Indtast antal trin (f.eks. 50)",
+	"Enter Sampler (e.g. Euler a)": "Indtast sampler (f.eks. Euler a)",
+	"Enter Scheduler (e.g. Karras)": "Indtast scheduler (f.eks. Karras)",
+	"Enter Score": "Indtast score",
+	"Enter SearchApi API Key": "Indtast SearchApi API-nøgle",
+	"Enter SearchApi Engine": "Indtast SearchApi-engine",
+	"Enter Searxng Query URL": "Indtast Searxng-forespørgsels-URL",
+	"Enter Serper API Key": "Indtast Serper API-nøgle",
+	"Enter Serply API Key": "Indtast Serply API-nøgle",
+	"Enter Serpstack API Key": "Indtast Serpstack API-nøgle",
+	"Enter stop sequence": "Indtast stopsekvens",
+	"Enter system prompt": "Indtast systemprompt",
+	"Enter Tavily API Key": "Indtast Tavily API-nøgle",
+	"Enter Tika Server URL": "Indtast Tika Server URL",
+	"Enter Top K": "Indtast Top K",
+	"Enter URL (e.g. http://127.0.0.1:7860/)": "Indtast URL (f.eks. http://127.0.0.1:7860/)",
+	"Enter URL (e.g. http://localhost:11434)": "Indtast URL (f.eks. http://localhost:11434)",
+	"Enter Your Email": "Indtast din e-mail",
+	"Enter Your Full Name": "Indtast dit fulde navn",
+	"Enter your message": "Indtast din besked",
+	"Enter Your Password": "Indtast din adgangskode",
+	"Enter Your Role": "Indtast din rolle",
+	"Error": "Fejl",
+	"ERROR": "",
+	"Evaluations": "",
+	"Experimental": "Eksperimentel",
+	"Export": "Eksportér",
+	"Export All Chats (All Users)": "Eksportér alle chats (alle brugere)",
+	"Export chat (.json)": "Eksportér chat (.json)",
+	"Export Chats": "Eksportér chats",
+	"Export Config to JSON File": "Eksportér konfiguration til JSON-fil",
+	"Export Functions": "Eksportér funktioner",
+	"Export LiteLLM config.yaml": "Eksportér LiteLLM config.yaml",
+	"Export Models": "Eksportér modeller",
+	"Export Prompts": "Eksportér prompts",
+	"Export Tools": "Eksportér værktøjer",
+	"External Models": "Eksterne modeller",
+	"Failed to add file.": "",
+	"Failed to create API Key.": "Kunne ikke oprette API-nøgle.",
+	"Failed to read clipboard contents": "Kunne ikke læse indholdet af udklipsholderen",
+	"Failed to update settings": "Kunne ikke opdatere indstillinger",
+	"Failed to upload file.": "Kunne ikke uploade fil.",
+	"February": "Februar",
+	"Feedback History": "",
+	"Feel free to add specific details": "Du er velkommen til at tilføje specifikke detaljer",
+	"File": "Fil",
+	"File added successfully.": "Fil tilføjet.",
+	"File content updated successfully.": "Filens indhold er opdateret.",
+	"File Mode": "Filtilstand",
+	"File not found.": "Filen blev ikke fundet.",
+	"File removed successfully.": "Fil fjernet.",
+	"File size should not exceed {{maxSize}} MB.": "Filstørrelsen må ikke overstige {{maxSize}} MB.",
+	"Files": "Filer",
+	"Filter is now globally disabled": "Filter er nu globalt deaktiveret",
+	"Filter is now globally enabled": "Filter er nu globalt aktiveret",
+	"Filters": "Filtre",
+	"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Fingeraftryksspoofing registreret: Kan ikke bruge initialer som avatar. Bruger standard profilbillede.",
+	"Fluidly stream large external response chunks": "Stream store eksterne svar chunks flydende",
+	"Focus chat input": "Fokuser på chatinput",
+	"Folder deleted successfully": "",
+	"Folder name cannot be empty": "",
+	"Folder name cannot be empty.": "",
+	"Folder name updated successfully": "",
+	"Followed instructions perfectly": "Fulgte instruktionerne perfekt",
+	"Form": "Formular",
+	"Format your variables using brackets like this:": "",
+	"Frequency Penalty": "Hyppighedsstraf",
+	"Function": "",
+	"Function created successfully": "Funktion oprettet.",
+	"Function deleted successfully": "Funktion slettet.",
+	"Function Description (e.g. A filter to remove profanity from text)": "Funktionsbeskrivelse (f.eks. et filter til at fjerne bandeord fra tekst)",
+	"Function ID (e.g. my_filter)": "Funktions-ID (f.eks. mit_filter)",
+	"Function is now globally disabled": "Funktionen er nu globalt deaktiveret",
+	"Function is now globally enabled": "Funktionen er nu globalt aktiveret",
+	"Function Name (e.g. My Filter)": "Funktionsnavn (f.eks. Mit filter)",
+	"Function updated successfully": "Funktion opdateret.",
+	"Functions": "Funktioner",
+	"Functions allow arbitrary code execution": "Funktioner tillader kørsel af vilkårlig kode",
+	"Functions allow arbitrary code execution.": "Funktioner tillader kørsel af vilkårlig kode.",
+	"Functions imported successfully": "Funktioner importeret.",
+	"General": "Generelt",
+	"General Settings": "Generelle indstillinger",
+	"Generate Image": "Generer billede",
+	"Generating search query": "Genererer søgeforespørgsel",
+	"Generation Info": "Genereringsinfo",
+	"Get up and running with": "Kom i gang med",
+	"Global": "Global",
+	"Good Response": "Godt svar",
+	"Google PSE API Key": "Google PSE API-nøgle",
+	"Google PSE Engine Id": "Google PSE Engine-ID",
+	"h:mm a": "h:mm a",
+	"Haptic Feedback": "Haptisk feedback",
+	"has no conversations.": "har ingen samtaler.",
+	"Hello, {{name}}": "Hej {{name}}",
+	"Help": "Hjælp",
+	"Hide": "Skjul",
+	"Hide Model": "Skjul model",
+	"How can I help you today?": "Hvordan kan jeg hjælpe dig i dag?",
+	"Hybrid Search": "Hybrid søgning",
+	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Jeg anerkender, at jeg har læst og forstået konsekvenserne af min handling. Jeg er opmærksom på de risici, der er forbundet med at udføre vilkårlig kode, og jeg har verificeret kildens troværdighed.",
+	"ID": "",
+	"Image Generation (Experimental)": "Billedgenerering (eksperimentel)",
+	"Image Generation Engine": "Billedgenereringsengine",
+	"Image Settings": "Billedindstillinger",
+	"Images": "Billeder",
+	"Import Chats": "Importer chats",
+	"Import Config from JSON File": "Importer konfiguration fra JSON-fil",
+	"Import Functions": "Importer funktioner",
+	"Import Models": "Importer modeller",
+	"Import Prompts": "Importer prompts",
+	"Import Tools": "Importer værktøjer",
+	"Include `--api-auth` flag when running stable-diffusion-webui": "Inkluder `--api-auth` flag, når du kører stable-diffusion-webui",
+	"Include `--api` flag when running stable-diffusion-webui": "Inkluder `--api` flag, når du kører stable-diffusion-webui",
+	"Info": "Info",
+	"Input commands": "Inputkommandoer",
+	"Install from Github URL": "Installer fra Github URL",
+	"Instant Auto-Send After Voice Transcription": "Øjeblikkelig automatisk afsendelse efter stemmetransskription",
+	"Interface": "Grænseflade",
+	"Invalid file format.": "",
+	"Invalid Tag": "Ugyldigt tag",
+	"January": "Januar",
+	"join our Discord for help.": "tilslut dig vores Discord for at få hjælp.",
+	"JSON": "JSON",
+	"JSON Preview": "JSON-forhåndsvisning",
+	"July": "Juli",
+	"June": "Juni",
+	"JWT Expiration": "JWT-udløb",
+	"JWT Token": "JWT-token",
+	"Keep Alive": "Hold i live",
+	"Keyboard shortcuts": "Tastaturgenveje",
+	"Knowledge": "Viden",
+	"Knowledge created successfully.": "Viden oprettet.",
+	"Knowledge deleted successfully.": "Viden slettet.",
+	"Knowledge reset successfully.": "Viden nulstillet.",
+	"Knowledge updated successfully": "Viden opdateret.",
+	"Landing Page Mode": "Landing Page-tilstand",
+	"Language": "Sprog",
+	"large language models, locally.": "store sprogmodeller, lokalt.",
+	"Last Active": "Sidst aktiv",
+	"Last Modified": "Sidst ændret",
+	"Leaderboard": "",
+	"Leave empty for unlimited": "Lad stå tomt for ubegrænset",
+	"Leave empty to include all models or select specific models": "",
+	"Leave empty to use the default prompt, or enter a custom prompt": "Lad stå tomt for at bruge standardprompten, eller indtast en brugerdefineret prompt",
+	"Light": "Lys",
+	"Listening...": "Lytter...",
+	"LLMs can make mistakes. Verify important information.": "LLM'er kan lave fejl. Bekræft vigtige oplysninger.",
+	"Local Models": "Lokale modeller",
+	"Lost": "",
+	"LTR": "LTR",
+	"Made by OpenWebUI Community": "Lavet af OpenWebUI Community",
+	"Make sure to enclose them with": "Sørg for at omslutte dem med",
+	"Make sure to export a workflow.json file as API format from ComfyUI.": "Sørg for at eksportere en workflow.json-fil som API-format fra ComfyUI.",
+	"Manage": "Administrer",
+	"Manage Arena Models": "",
+	"Manage Models": "Administrer modeller",
+	"Manage Ollama Models": "Administrer Ollama-modeller",
+	"Manage Pipelines": "Administrer pipelines",
+	"March": "Marts",
+	"Max Tokens (num_predict)": "Maks. tokens (num_predict)",
+	"Max Upload Count": "Maks. uploadantal",
+	"Max Upload Size": "Maks. uploadstørrelse",
+	"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Højst 3 modeller kan downloades samtidigt. Prøv igen senere.",
+	"May": "Maj",
+	"Memories accessible by LLMs will be shown here.": "Minder, der er tilgængelige for LLM'er, vises her.",
+	"Memory": "Hukommelse",
+	"Memory added successfully": "Hukommelse tilføjet.",
+	"Memory cleared successfully": "Hukommelse ryddet.",
+	"Memory deleted successfully": "Hukommelse slettet.",
+	"Memory updated successfully": "Hukommelse opdateret.",
+	"Merge Responses": "Flet svar",
+	"Message rating should be enabled to use this feature": "",
+	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Beskeder, du sender efter at have oprettet dit link, deles ikke. Brugere med URL'en vil kunne se den delte chat.",
+	"Min P": "Min P",
+	"Minimum Score": "Minimumscore",
+	"Mirostat": "Mirostat",
+	"Mirostat Eta": "Mirostat Eta",
+	"Mirostat Tau": "Mirostat Tau",
+	"MMMM DD, YYYY": "MMMM DD, YYYY",
+	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
+	"MMMM DD, YYYY hh:mm:ss A": "MMMM DD, YYYY hh:mm:ss A",
+	"Model": "",
+	"Model '{{modelName}}' has been successfully downloaded.": "Model '{{modelName}}' er blevet downloadet.",
+	"Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' er allerede i kø til download.",
+	"Model {{modelId}} not found": "Model {{modelId}} ikke fundet",
+	"Model {{modelName}} is not vision capable": "Model {{modelName}} understøtter ikke billeder",
+	"Model {{name}} is now {{status}}": "Model {{name}} er nu {{status}}",
+	"Model {{name}} is now at the top": "Model {{name}} er nu øverst",
+	"Model accepts image inputs": "Model accepterer billedinput",
+	"Model created successfully!": "Model oprettet!",
+	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Model filsystemsti registreret. Modelkortnavn er påkrævet til opdatering, kan ikke fortsætte.",
+	"Model ID": "Model-ID",
+	"Model Name": "",
+	"Model not selected": "Model ikke valgt",
+	"Model Params": "Modelparametre",
+	"Model updated successfully": "Model opdateret.",
+	"Model Whitelisting": "Modelhvidliste",
+	"Model(s) Whitelisted": "Model(ler) hvidlistet",
+	"Modelfile Content": "Modelfilindhold",
+	"Models": "Modeller",
+	"more": "",
+	"More": "Mere",
+	"Move to Top": "Flyt til toppen",
+	"Name": "Navn",
+	"Name your model": "Navngiv din model",
+	"New Chat": "Ny chat",
+	"New folder": "",
+	"New Password": "Ny adgangskode",
+	"No content found": "",
+	"No content to speak": "Intet indhold at tale",
+	"No distance available": "",
+	"No feedbacks found": "",
+	"No file selected": "Ingen fil valgt",
+	"No files found.": "",
+	"No HTML, CSS, or JavaScript content found.": "Intet HTML-, CSS- eller JavaScript-indhold fundet.",
+	"No knowledge found": "Ingen viden fundet",
+	"No models found": "",
+	"No results found": "Ingen resultater fundet",
+	"No search query generated": "Ingen søgeforespørgsel genereret",
+	"No source available": "Ingen kilde tilgængelig",
+	"No valves to update": "Ingen ventiler at opdatere",
+	"None": "Ingen",
+	"Not factually correct": "Ikke faktuelt korrekt",
+	"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Bemærk: Hvis du angiver en minimumscore, returnerer søgningen kun dokumenter med en score, der er større end eller lig med minimumscoren.",
+	"Notifications": "Notifikationer",
+	"November": "November",
+	"num_gpu (Ollama)": "num_gpu (Ollama)",
+	"num_thread (Ollama)": "num_thread (Ollama)",
+	"OAuth ID": "OAuth-ID",
+	"October": "Oktober",
+	"Off": "Fra",
+	"Okay, Let's Go!": "Okay, lad os gå!",
+	"OLED Dark": "OLED Mørk",
+	"Ollama": "Ollama",
+	"Ollama API": "Ollama API",
+	"Ollama API disabled": "Ollama API deaktiveret",
+	"Ollama API is disabled": "Ollama API er deaktiveret",
+	"Ollama Version": "Ollama-version",
+	"On": "Til",
+	"Only": "Kun",
+	"Only alphanumeric characters and hyphens are allowed in the command string.": "Kun alfanumeriske tegn og bindestreger er tilladt i kommandostrengen.",
+	"Only collections can be edited, create a new knowledge base to edit/add documents.": "Kun samlinger kan redigeres, opret en ny vidensbase for at redigere/tilføje dokumenter.",
+	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Ups! URL'en ser ud til at være ugyldig. Tjek den igen, og prøv igen.",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
+	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ups! Du bruger en metode, der ikke understøttes (kun frontend). Kør WebUI fra backend.",
+	"Open file": "Åbn fil",
+	"Open in full screen": "Åbn i fuld skærm",
+	"Open new chat": "Åbn ny chat",
+	"Open WebUI uses faster-whisper internally.": "",
+	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open WebUI-version (v{{OPEN_WEBUI_VERSION}}) er lavere end den krævede version (v{{REQUIRED_VERSION}})",
+	"OpenAI": "OpenAI",
+	"OpenAI API": "OpenAI API",
+	"OpenAI API Config": "OpenAI API-konfiguration",
+	"OpenAI API Key is required.": "OpenAI API-nøgle er påkrævet.",
+	"OpenAI URL/Key required.": "OpenAI URL/nøgle påkrævet.",
+	"or": "eller",
+	"Other": "Andet",
+	"OUTPUT": "",
+	"Output format": "Outputformat",
+	"Overview": "Oversigt",
+	"page": "side",
+	"Password": "Adgangskode",
+	"PDF document (.pdf)": "PDF-dokument (.pdf)",
+	"PDF Extract Images (OCR)": "Udtræk billeder fra PDF (OCR)",
+	"pending": "afventer",
+	"Permission denied when accessing media devices": "Tilladelse nægtet ved adgang til medieenheder",
+	"Permission denied when accessing microphone": "Tilladelse nægtet ved adgang til mikrofon",
+	"Permission denied when accessing microphone: {{error}}": "Tilladelse nægtet ved adgang til mikrofon: {{error}}",
+	"Personalization": "Personalisering",
+	"Pin": "Fastgør",
+	"Pinned": "Fastgjort",
+	"Pipeline deleted successfully": "Pipeline slettet.",
+	"Pipeline downloaded successfully": "Pipeline downloadet.",
+	"Pipelines": "Pipelines",
+	"Pipelines Not Detected": "Pipelines ikke registreret",
+	"Pipelines Valves": "Pipelines-ventiler",
+	"Plain text (.txt)": "Almindelig tekst (.txt)",
+	"Playground": "Legeplads",
+	"Please carefully review the following warnings:": "Gennemgå omhyggeligt følgende advarsler:",
+	"Please enter a prompt": "",
+	"Please fill in all fields.": "Udfyld alle felter.",
+	"Please select a reason": "Vælg en årsag",
+	"Positive attitude": "Positiv holdning",
+	"Previous 30 days": "Seneste 30 dage",
+	"Previous 7 days": "Seneste 7 dage",
+	"Profile Image": "Profilbillede",
+	"Prompt (e.g. Tell me a fun fact about the Roman Empire)": "Prompt (f.eks. Fortæl mig en sjov kendsgerning om Romerriget)",
+	"Prompt Content": "Promptindhold",
+	"Prompt suggestions": "Promptforslag",
+	"Prompts": "Prompts",
+	"Pull \"{{searchValue}}\" from Ollama.com": "Hent \"{{searchValue}}\" fra Ollama.com",
+	"Pull a model from Ollama.com": "Hent en model fra Ollama.com",
+	"Query Params": "Forespørgselsparametre",
+	"RAG Template": "RAG-skabelon",
+	"Rating": "",
+	"Read Aloud": "Læs højt",
+	"Record voice": "Optag stemme",
+	"Redirecting you to OpenWebUI Community": "Omdirigerer dig til OpenWebUI Community",
+	"Refer to yourself as \"User\" (e.g., \"User is learning Spanish\")": "Referer til dig selv som \"Bruger\" (f.eks. \"Bruger lærer spansk\")",
+	"References from": "",
+	"Refused when it shouldn't have": "Afvist, når den ikke burde have været det",
+	"Regenerate": "Regenerer",
+	"Release Notes": "Udgivelsesnoter",
+	"Relevance": "",
+	"Remove": "Fjern",
+	"Remove Model": "Fjern model",
+	"Rename": "Omdøb",
+	"Repeat Last N": "Gentag sidste N",
+	"Request Mode": "Forespørgselstilstand",
+	"Reranking Model": "Omarrangeringsmodel",
+	"Reranking model disabled": "Omarrangeringsmodel deaktiveret",
+	"Reranking model set to \"{{reranking_model}}\"": "Omarrangeringsmodel sat til \"{{reranking_model}}\"",
+	"Reset": "Nulstil",
+	"Reset Upload Directory": "Nulstil uploadmappe",
+	"Reset Vector Storage/Knowledge": "",
+	"Response AutoCopy to Clipboard": "Automatisk kopiering af svar til udklipsholder",
+	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Svarnotifikationer kan ikke aktiveres, da webstedets tilladelser er blevet nægtet. Besøg dine browserindstillinger for at give den nødvendige adgang.",
+	"Response splitting": "Svaropdeling",
+	"Result": "",
+	"RK": "",
+	"Role": "Rolle",
+	"Rosé Pine": "Rosé Pine",
+	"Rosé Pine Dawn": "Rosé Pine Dawn",
+	"RTL": "RTL",
+	"Run": "Kør",
+	"Run Llama 2, Code Llama, and other models. Customize and create your own.": "Kør Llama 2, Code Llama og andre modeller. Tilpas og opret dine egne.",
+	"Running": "Kører",
+	"Save": "Gem",
+	"Save & Create": "Gem og opret",
+	"Save & Update": "Gem og opdater",
+	"Save As Copy": "Gem som kopi",
+	"Save Tag": "Gem tag",
+	"Saved": "Gemt",
+	"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Lagring af chatlogs direkte i din browsers lager understøttes ikke længere. Download og slet dine chatlogs ved at klikke på knappen nedenfor. Du kan nemt importere dine chatlogs til backend igennem",
+	"Scroll to bottom when switching between branches": "Rul til bunden, når du skifter mellem grene",
+	"Search": "Søg",
+	"Search a model": "Søg efter en model",
+	"Search Chats": "Søg i chats",
+	"Search Collection": "Søg i samling",
+	"search for tags": "",
+	"Search Functions": "Søg i funktioner",
+	"Search Knowledge": "Søg i viden",
+	"Search Models": "Søg i modeller",
+	"Search Prompts": "Søg i prompts",
+	"Search Query Generation Prompt": "Prompt til generering af søgeforespørgsel",
+	"Search Result Count": "Antal søgeresultater",
+	"Search Tools": "Søg i værktøjer",
+	"SearchApi API Key": "SearchApi API-nøgle",
+	"SearchApi Engine": "SearchApi-engine",
+	"Searched {{count}} sites_one": "Søgte {{count}} websted",
+	"Searched {{count}} sites_other": "Søgte {{count}} websteder",
+	"Searching \"{{searchQuery}}\"": "Søger efter \"{{searchQuery}}\"",
+	"Searching Knowledge for \"{{searchQuery}}\"": "Søger i viden efter \"{{searchQuery}}\"",
+	"Searxng Query URL": "Searxng forespørgsels-URL",
+	"See readme.md for instructions": "Se readme.md for instruktioner",
+	"See what's new": "Se, hvad der er nyt",
+	"Seed": "Seed",
+	"Select a base model": "Vælg en basemodel",
+	"Select a engine": "Vælg en engine",
+	"Select a file to view or drag and drop a file to upload": "",
+	"Select a function": "Vælg en funktion",
+	"Select a model": "Vælg en model",
+	"Select a pipeline": "Vælg en pipeline",
+	"Select a pipeline url": "Vælg en pipeline-URL",
+	"Select a tool": "Vælg et værktøj",
+	"Select an Ollama instance": "Vælg en Ollama-instans",
+	"Select Engine": "Vælg engine",
+	"Select Knowledge": "Vælg viden",
+	"Select model": "Vælg model",
+	"Select only one model to call": "Vælg kun én model at kalde",
+	"Selected model(s) do not support image inputs": "Valgte model(ler) understøtter ikke billedinput",
+	"Semantic distance to query": "",
+	"Send": "Send",
+	"Send a Message": "Send en besked",
+	"Send message": "Send besked",
+	"Sends `stream_options: { include_usage: true }` in the request.\nSupported providers will return token usage information in the response when set.": "Sender `stream_options: { include_usage: true }` i forespørgslen.\nUnderstøttede udbydere vil returnere tokenforbrugsinformation i svaret, når det er indstillet.",
+	"September": "September",
+	"Serper API Key": "Serper API-nøgle",
+	"Serply API Key": "Serply API-nøgle",
+	"Serpstack API Key": "Serpstack API-nøgle",
+	"Server connection verified": "Serverforbindelse bekræftet",
+	"Set as default": "Indstil som standard",
+	"Set CFG Scale": "Indstil CFG-skala",
+	"Set Default Model": "Indstil standardmodel",
+	"Set embedding model (e.g. {{model}})": "Indstil indlejringsmodel (f.eks. {{model}})",
+	"Set Image Size": "Indstil billedstørrelse",
+	"Set reranking model (e.g. {{model}})": "Indstil omarrangeringsmodel (f.eks. {{model}})",
+	"Set Sampler": "Indstil sampler",
+	"Set Scheduler": "Indstil scheduler",
+	"Set Steps": "Indstil trin",
+	"Set Task Model": "Indstil opgavemodel",
+	"Set Voice": "Indstil stemme",
+	"Set whisper model": "",
+	"Settings": "Indstillinger",
+	"Settings saved successfully!": "Indstillinger gemt!",
+	"Share": "Del",
+	"Share Chat": "Del chat",
+	"Share to OpenWebUI Community": "Del til OpenWebUI Community",
+	"short-summary": "kort opsummering",
+	"Show": "Vis",
+	"Show Admin Details in Account Pending Overlay": "Vis administratordetaljer i overlay for ventende konto",
+	"Show Model": "Vis model",
+	"Show shortcuts": "Vis genveje",
+	"Show your support!": "Vis din støtte!",
+	"Showcased creativity": "Udstillet kreativitet",
+	"Sign in": "Log ind",
+	"Sign in to {{WEBUI_NAME}}": "Log ind på {{WEBUI_NAME}}",
+	"Sign Out": "Log ud",
+	"Sign up": "Tilmeld dig",
+	"Sign up to {{WEBUI_NAME}}": "Tilmeld dig {{WEBUI_NAME}}",
+	"Signing in to {{WEBUI_NAME}}": "Logger ind på {{WEBUI_NAME}}",
+	"Source": "Kilde",
+	"Speech Playback Speed": "Talehastighed",
+	"Speech recognition error: {{error}}": "Talegenkendelsesfejl: {{error}}",
+	"Speech-to-Text Engine": "Tale-til-tekst-engine",
+	"Stop": "",
+	"Stop Sequence": "Stopsekvens",
+	"Stream Chat Response": "Stream chatsvar",
+	"STT Model": "STT-model",
+	"STT Settings": "STT-indstillinger",
+	"Subtitle (e.g. about the Roman Empire)": "Undertitel (f.eks. om Romerriget)",
+	"Success": "Succes",
+	"Successfully updated.": "Opdateret.",
+	"Suggested": "Foreslået",
+	"Support": "Support",
+	"Support this plugin:": "Støt dette plugin:",
+	"Sync directory": "Synkroniser mappe",
+	"System": "System",
+	"System Instructions": "",
+	"System Prompt": "Systemprompt",
+	"Tags": "Tags",
+	"Tags Generation Prompt": "",
+	"Tap to interrupt": "Tryk for at afbryde",
+	"Tavily API Key": "Tavily API-nøgle",
+	"Tell us more:": "Fortæl os mere:",
+	"Temperature": "Temperatur",
+	"Template": "Skabelon",
+	"Temporary Chat": "Midlertidig chat",
+	"Text Splitter": "",
+	"Text-to-Speech Engine": "Tekst-til-tale-engine",
+	"Tfs Z": "Tfs Z",
+	"Thanks for your feedback!": "Tak for din feedback!",
+	"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Udviklerne bag dette plugin er passionerede frivillige fra fællesskabet. Hvis du finder dette plugin nyttigt, kan du overveje at bidrage til dets udvikling.",
+	"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "Den maksimale filstørrelse i MB. Hvis filstørrelsen overstiger denne grænse, uploades filen ikke.",
+	"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "Det maksimale antal filer, der kan bruges på én gang i chatten. Hvis antallet af filer overstiger denne grænse, uploades filerne ikke.",
+	"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Scoren skal være en værdi mellem 0,0 (0%) og 1,0 (100%).",
+	"Theme": "Tema",
+	"Thinking...": "Tænker...",
+	"This action cannot be undone. Do you wish to continue?": "Denne handling kan ikke fortrydes. Vil du fortsætte?",
+	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Dette sikrer, at dine værdifulde samtaler gemmes sikkert i din backend-database. Tak!",
+	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Dette er en eksperimentel funktion, den fungerer muligvis ikke som forventet og kan ændres når som helst.",
+	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "Denne indstilling sletter alle eksisterende filer i samlingen og erstatter dem med nyligt uploadede filer.",
+	"This response was generated by \"{{model}}\"": "",
+	"This will delete": "Dette vil slette",
+	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
+	"This will reset the knowledge base and sync all files. Do you wish to continue?": "Dette vil nulstille vidensbasen og synkronisere alle filer. Vil du fortsætte?",
+	"Thorough explanation": "Grundig forklaring",
+	"Tika": "Tika",
+	"Tika Server URL required.": "Tika-server-URL påkrævet.",
+	"Tiktoken": "",
+	"Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "Tip: Opdater flere variabelpladser fortløbende ved at trykke på tabulatortasten i chatinput efter hver udskiftning.",
+	"Title": "Titel",
+	"Title (e.g. Tell me a fun fact)": "Titel (f.eks. Fortæl mig en sjov kendsgerning)",
+	"Title Auto-Generation": "Automatisk titelgenerering",
+	"Title cannot be an empty string.": "Titel kan ikke være en tom streng.",
+	"Title Generation Prompt": "Prompt til titelgenerering",
+	"To access the available model names for downloading,": "For at få adgang til de tilgængelige modelnavne til download,",
+	"To access the GGUF models available for downloading,": "For at få adgang til de GGUF-modeller, der er tilgængelige til download,",
+	"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "For at få adgang til WebUI skal du kontakte administratoren. Administratorer kan administrere brugerstatus fra administrationspanelet.",
+	"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "For at vedhæfte vidensbase her skal du først tilføje dem til \"Viden\"-arbejdsområdet.",
+	"to chat input.": "til chatinput.",
+	"To select actions here, add them to the \"Functions\" workspace first.": "For at vælge handlinger her skal du først tilføje dem til \"Funktioner\"-arbejdsområdet.",
+	"To select filters here, add them to the \"Functions\" workspace first.": "For at vælge filtre her skal du først tilføje dem til \"Funktioner\"-arbejdsområdet.",
+	"To select toolkits here, add them to the \"Tools\" workspace first.": "For at vælge værktøjssæt her skal du først tilføje dem til \"Værktøjer\"-arbejdsområdet.",
+	"Toast notifications for new updates": "",
+	"Today": "I dag",
+	"Toggle settings": "Skift indstillinger",
+	"Toggle sidebar": "Skift sidebjælke",
+	"Token": "",
+	"Tokens To Keep On Context Refresh (num_keep)": "Tokens, der skal beholdes ved kontekstopdatering (num_keep)",
+	"Tool": "",
+	"Tool created successfully": "Værktøj oprettet.",
+	"Tool deleted successfully": "Værktøj slettet.",
+	"Tool imported successfully": "Værktøj importeret.",
+	"Tool updated successfully": "Værktøj opdateret.",
+	"Toolkit Description (e.g. A toolkit for performing various operations)": "Værktøjssætbeskrivelse (f.eks. et værktøjssæt til at udføre forskellige handlinger)",
+	"Toolkit ID (e.g. my_toolkit)": "Værktøjssæt-ID (f.eks. mit_værktøjssæt)",
+	"Toolkit Name (e.g. My ToolKit)": "Værktøjssætnavn (f.eks. Mit værktøjssæt)",
+	"Tools": "Værktøjer",
+	"Tools are a function calling system with arbitrary code execution": "Værktøjer er et funktionkaldssystem med vilkårlig kodeudførelse",
+	"Tools have a function calling system that allows arbitrary code execution": "Værktøjer har et funktionkaldssystem, der tillader vilkårlig kodeudførelse",
+	"Tools have a function calling system that allows arbitrary code execution.": "Værktøjer har et funktionkaldssystem, der tillader vilkårlig kodeudførelse.",
+	"Top K": "Top K",
+	"Top P": "Top P",
+	"Trouble accessing Ollama?": "Problemer med at få adgang til Ollama?",
+	"TTS Model": "TTS-model",
+	"TTS Settings": "TTS-indstillinger",
+	"TTS Voice": "TTS-stemme",
+	"Type": "Type",
+	"Type Hugging Face Resolve (Download) URL": "Indtast Hugging Face Resolve (Download) URL",
+	"Uh-oh! There was an issue connecting to {{provider}}.": "Ups! Der opstod et problem med at oprette forbindelse til {{provider}}.",
+	"UI": "UI",
+	"Unpin": "Frigør",
+	"Untagged": "",
+	"Update": "Opdater",
+	"Update and Copy Link": "Opdater og kopier link",
+	"Update for the latest features and improvements.": "Opdater for at få de nyeste funktioner og forbedringer.",
+	"Update password": "Opdater adgangskode",
+	"Updated": "",
+	"Updated at": "Opdateret kl.",
+	"Updated At": "",
+	"Upload": "Upload",
+	"Upload a GGUF model": "Upload en GGUF-model",
+	"Upload directory": "Uploadmappe",
+	"Upload files": "Upload filer",
+	"Upload Files": "Upload filer",
+	"Upload Pipeline": "Upload pipeline",
+	"Upload Progress": "Uploadfremdrift",
+	"URL Mode": "URL-tilstand",
+	"Use '#' in the prompt input to load and include your knowledge.": "Brug '#' i promptinput for at indlæse og inkludere din viden.",
+	"Use Gravatar": "Brug Gravatar",
+	"Use Initials": "Brug initialer",
+	"use_mlock (Ollama)": "use_mlock (Ollama)",
+	"use_mmap (Ollama)": "use_mmap (Ollama)",
+	"user": "bruger",
+	"User": "",
+	"User location successfully retrieved.": "Brugerplacering hentet.",
+	"User Permissions": "Brugertilladelser",
+	"Users": "Brugere",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
+	"Utilize": "Anvend",
+	"Valid time units:": "Gyldige tidsenheder:",
+	"Valves": "Ventiler",
+	"Valves updated": "Ventiler opdateret",
+	"Valves updated successfully": "Ventiler opdateret.",
+	"variable": "variabel",
+	"variable to have them replaced with clipboard content.": "variabel for at få dem erstattet med indholdet af udklipsholderen.",
+	"Version": "Version",
+	"Version {{selectedVersion}} of {{totalVersions}}": "Version {{selectedVersion}} af {{totalVersions}}",
+	"Voice": "Stemme",
+	"Voice Input": "",
+	"Warning": "Advarsel",
+	"Warning:": "Advarsel:",
+	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Advarsel: Hvis du opdaterer eller ændrer din indlejringsmodel, skal du importere alle dokumenter igen.",
+	"Web": "Web",
+	"Web API": "Web API",
+	"Web Loader Settings": "Web Loader-indstillinger",
+	"Web Search": "Websøgning",
+	"Web Search Engine": "Websøgemaskine",
+	"Webhook URL": "Webhook-URL",
+	"WebUI Settings": "WebUI-indstillinger",
+	"WebUI will make requests to": "WebUI vil sende forespørgsler til",
+	"What’s New in": "Nyheder i",
+	"Whisper (Local)": "Whisper (lokal)",
+	"Widescreen Mode": "Widescreen-tilstand",
+	"Won": "",
+	"Workspace": "Arbejdsområde",
+	"Write a prompt suggestion (e.g. Who are you?)": "Skriv et promptforslag (f.eks. Hvem er du?)",
+	"Write a summary in 50 words that summarizes [topic or keyword].": "Skriv en opsummering på 50 ord, der opsummerer [emne eller søgeord].",
+	"Write something...": "",
+	"Yesterday": "I går",
+	"You": "Du",
+	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Du kan kun chatte med maksimalt {{maxCount}} fil(er) ad gangen.",
+	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Du kan personliggøre dine interaktioner med LLM'er ved at tilføje minder via knappen 'Administrer' nedenfor, hvilket gør dem mere nyttige og skræddersyet til dig.",
+	"You cannot clone a base model": "Du kan ikke klone en basemodel",
+	"You cannot upload an empty file.": "",
+	"You have no archived conversations.": "Du har ingen arkiverede samtaler.",
+	"You have shared this chat": "Du har delt denne chat",
+	"You're a helpful assistant.": "Du er en hjælpsom assistent.",
+	"You're now logged in.": "Du er nu logget ind.",
+	"Your account status is currently pending activation.": "Din kontostatus afventer i øjeblikket aktivering.",
+	"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.": "Hele dit bidrag går direkte til plugin-udvikleren; Open WebUI tager ikke nogen procentdel. Den valgte finansieringsplatform kan dog have sine egne gebyrer.",
+	"Youtube": "Youtube",
+	"Youtube Loader Settings": "Youtube Loader-indstillinger"
 }

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' oder '-1' für keine Ablaufzeit.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(z. B. `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(z. B. `sh webui.sh --api`)",
 	"(latest)": "(neueste)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Fügen Sie eine kurze Beschreibung über dieses Modell hinzu",
 	"Add a short title for this prompt": "Fügen Sie einen kurzen Titel für diesen Prompt hinzu",
 	"Add a tag": "Tag hinzufügen",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Benutzerdefinierten Prompt hinzufügen",
 	"Add Files": "Dateien hinzufügen",
 	"Add Memory": "Erinnerung hinzufügen",
-	"Add message": "Nachricht hinzufügen",
 	"Add Model": "Modell hinzufügen",
 	"Add Tag": "Tag hinzufügen",
 	"Add Tags": "Tags hinzufügen",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Erweiterte Parameter",
 	"All chats": "",
 	"All Documents": "Alle Dokumente",
-	"All Users": "Alle Benutzer",
 	"Allow Chat Deletion": "Unterhaltungen löschen erlauben",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "Nicht-lokale Stimmen erlauben",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Haben Sie bereits einen Account?",
 	"an assistant": "ein Assistent",
 	"and": "und",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "und erstellen Sie einen neuen freigegebenen Link.",
 	"API Base URL": "API-Basis-URL",
 	"API Key": "API-Schlüssel",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Archivierte Unterhaltungen",
 	"are allowed - Activate this command by typing": "sind erlaubt — Aktivieren Sie diesen Befehl durch Eingabe von",
 	"Are you sure?": "Sind Sie sicher?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Datei anhängen",
 	"Attention to detail": "Aufmerksamkeit für Details",
 	"Audio": "Audio",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Klicken Sie hier für Hilfe.",
 	"Click here to": "Klicke Sie hier, um",
 	"Click here to download user import template file.": "Klicken Sie hier, um die Vorlage für den Benutzerimport herunterzuladen.",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Klicke Sie zum Auswählen hier",
 	"Click here to select a csv file.": "Klicken Sie zum Auswählen einer CSV-Datei hier.",
 	"Click here to select a py file.": "Klicken Sie zum Auswählen einer py-Datei hier.",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Befehl",
+	"Completions": "",
 	"Concurrent Requests": "Anzahl gleichzeitiger Anfragen",
 	"Confirm": "Bestätigen",
 	"Confirm Password": "Passwort bestätigen",
@@ -223,9 +226,11 @@
 	"Download": "Exportieren",
 	"Download canceled": "Exportierung abgebrochen",
 	"Download Database": "Datenbank exportieren",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Ziehen Sie beliebige Dateien hierher, um sie der Unterhaltung hinzuzufügen",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "z. B. '30s','10m'. Gültige Zeiteinheiten sind 's', 'm', 'h'.",
 	"Edit": "Bearbeiten",
+	"Edit Arena Model": "",
 	"Edit Memory": "Erinnerungen bearbeiten",
 	"Edit User": "Benutzer bearbeiten",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Geben Sie die Blocküberlappung ein",
 	"Enter Chunk Size": "Geben Sie die Blockgröße ein",
+	"Enter description": "",
 	"Enter Github Raw URL": "Geben Sie die Github Raw-URL ein",
 	"Enter Google PSE API Key": "Geben Sie den Google PSE-API-Schlüssel ein",
 	"Enter Google PSE Engine Id": "Geben Sie die Google PSE-Engine-ID ein",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Geben Sie Ihre Rolle ein",
 	"Error": "Fehler",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Experimentell",
 	"Export": "Exportieren",
 	"Export All Chats (All Users)": "Alle Unterhaltungen exportieren (alle Benutzer)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "Fehler beim Aktualisieren der Einstellungen",
 	"Failed to upload file.": "",
 	"February": "Februar",
+	"Feedback History": "",
 	"Feel free to add specific details": "Fühlen Sie sich frei, spezifische Details hinzuzufügen",
 	"File": "Datei",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Wie kann ich Ihnen heute helfen?",
 	"Hybrid Search": "Hybride Suche",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "Bildgenerierung (experimentell)",
 	"Image Generation Engine": "Bildgenerierungs-Engine",
 	"Image Settings": "Bildeinstellungen",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "Zuletzt aktiv",
 	"Last Modified": "Zuletzt bearbeitet",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Hell",
 	"Listening...": "Höre zu...",
 	"LLMs can make mistakes. Verify important information.": "LLMs können Fehler machen. Überprüfe wichtige Informationen.",
 	"Local Models": "Lokale Modelle",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Von der OpenWebUI-Community",
 	"Make sure to enclose them with": "Umschließe Variablen mit",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "Verwalten",
+	"Manage Arena Models": "",
 	"Manage Models": "Modelle verwalten",
 	"Manage Ollama Models": "Ollama-Modelle verwalten",
 	"Manage Pipelines": "Pipelines verwalten",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "Erinnerung erfolgreich gelöscht",
 	"Memory updated successfully": "Erinnerung erfolgreich aktualisiert",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Nachrichten, die Sie nach der Erstellung Ihres Links senden, werden nicht geteilt. Nutzer mit der URL können die freigegebene Unterhaltung einsehen.",
 	"Min P": "",
 	"Minimum Score": "Mindestpunktzahl",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "DD MMMM YYYY",
 	"MMMM DD, YYYY HH:mm": "DD MMMM YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "DD MMMM YYYY HH:mm A",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Modell '{{modelName}}' wurde erfolgreich heruntergeladen.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Modell '{{modelTag}}' befindet sich bereits in der Warteschlange zum Herunterladen.",
 	"Model {{modelId}} not found": "Modell {{modelId}} nicht gefunden",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "Modell erfolgreich erstellt!",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Modell-Dateisystempfad erkannt. Modellkurzname ist für das Update erforderlich, Fortsetzung nicht möglich.",
 	"Model ID": "Modell-ID",
+	"Model Name": "",
 	"Model not selected": "Modell nicht ausgewählt",
 	"Model Params": "Modell-Params",
 	"Model updated successfully": "Modell erfolgreich aktualisiert",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "Kein Inhalt zum Vorlesen",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "Keine Datei ausgewählt",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Keine Ergebnisse gefunden",
 	"No search query generated": "Keine Suchanfrage generiert",
 	"No source available": "Keine Quelle verfügbar",
@@ -486,13 +504,14 @@
 	"Only": "Nur",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "In der Befehlszeichenfolge sind nur alphanumerische Zeichen und Bindestriche erlaubt.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Ups! Bitte gedulden Sie sich einen Moment! Ihre Dateien sind noch in der Verarbeitung. Wir bereiten sie sorgfältig vor. Bitte haben Sie etwas Geduld, und wir werden Sie benachrichtigen, sobald sie fertig sind.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Hoppla! Es scheint, dass die URL ungültig ist. Bitte überprüfen Sie diese und versuchen Sie es erneut.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "Hoppla! Es gab einen Fehler in der vorherigen Antwort. Bitte versuchen Sie es erneut oder kontaktieren Sie den Administrator.",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Hoppla! Sie verwenden eine nicht unterstützte Methode (nur Frontend). Bitte stellen Sie die WebUI vom Backend bereit.",
 	"Open file": "Datei öffnen",
 	"Open in full screen": "",
 	"Open new chat": "Neuen Chat öffnen",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Die installierte Open-WebUI-Version (v{{OPEN_WEBUI_VERSION}}) ist niedriger als die erforderliche Version (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI-API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Nur Text (.txt)",
 	"Playground": "Testumgebung",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Positive Einstellung",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Modell von Ollama.com beziehen",
 	"Query Params": "Abfrageparameter",
 	"RAG Template": "RAG-Vorlage",
+	"Rating": "",
 	"Read Aloud": "Vorlesen",
 	"Record voice": "Stimme aufnehmen",
 	"Redirecting you to OpenWebUI Community": "Sie werden zur OpenWebUI-Community weitergeleitet",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Antwort automatisch in die Zwischenablage kopieren",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Benachrichtigungen können nicht aktiviert werden, da die Website-Berechtigungen abgelehnt wurden. Bitte besuchen Sie Ihre Browser-Einstellungen, um den erforderlichen Zugriff zu gewähren.",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Rolle",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -632,6 +655,7 @@
 	"Set Steps": "Schrittgröße festlegen",
 	"Set Task Model": "Aufgabenmodell festlegen",
 	"Set Voice": "Stimme festlegen",
+	"Set whisper model": "",
 	"Settings": "Einstellungen",
 	"Settings saved successfully!": "Einstellungen erfolgreich gespeichert!",
 	"Share": "Teilen",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "STT-Modell",
 	"STT Settings": "STT-Einstellungen",
-	"Submit": "Senden",
 	"Subtitle (e.g. about the Roman Empire)": "Untertitel (z. B. über das Römische Reich)",
 	"Success": "Erfolg",
 	"Successfully updated.": "Erfolgreich aktualisiert.",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "System",
+	"System Instructions": "",
 	"System Prompt": "System-Prompt",
 	"Tags": "Tags",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "Temperatur",
 	"Template": "Vorlage",
 	"Temporary Chat": "",
-	"Text Completion": "Textvervollständigung",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Text-zu-Sprache-Engine",
 	"Tfs Z": "Tfs Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Dies stellt sicher, dass Ihre wertvollen Unterhaltungen sicher in Ihrer Backend-Datenbank gespeichert werden. Vielen Dank!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Dies ist eine experimentelle Funktion, sie funktioniert möglicherweise nicht wie erwartet und kann jederzeit geändert werden.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "Dies löscht",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "Um Filter auszuwählen, fügen Sie diese zunächst dem Arbeitsbereich „Funktionen“ hinzu.",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "Um Toolkits auszuwählen, fügen Sie sie zunächst dem Arbeitsbereich „Werkzeuge“ hinzu.",
+	"Toast notifications for new updates": "",
 	"Today": "Heute",
 	"Toggle settings": "Einstellungen umschalten",
 	"Toggle sidebar": "Seitenleiste umschalten",
@@ -748,6 +773,7 @@
 	"Update password": "Passwort aktualisieren",
 	"Updated": "",
 	"Updated at": "Aktualisiert am",
+	"Updated At": "",
 	"Upload": "Hochladen",
 	"Upload a GGUF model": "GGUF-Model hochladen",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "Benutzer",
+	"User": "",
 	"User location successfully retrieved.": "Benutzerstandort erfolgreich ermittelt.",
 	"User Permissions": "Benutzerberechtigungen",
 	"Users": "Benutzer",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Verwende",
 	"Valid time units:": "Gültige Zeiteinheiten:",
 	"Valves": "Valves",
@@ -790,6 +818,7 @@
 	"What’s New in": "Neuigkeiten von",
 	"Whisper (Local)": "Whisper (lokal)",
 	"Widescreen Mode": "Breitbildmodus",
+	"Won": "",
 	"Workspace": "Arbeitsbereich",
 	"Write a prompt suggestion (e.g. Who are you?)": "Schreiben Sie einen Promptvorschlag (z. B. Wer sind Sie?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Schreibe eine kurze Zusammenfassung in 50 Wörtern, die [Thema oder Schlüsselwort] zusammenfasst.",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Personalisieren Sie Interaktionen mit LLMs, indem Sie über die Schaltfläche \"Verwalten\" Erinnerungen hinzufügen.",
 	"You cannot clone a base model": "Sie können Basismodelle nicht klonen",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Du hast keine archivierten Unterhaltungen.",
 	"You have shared this chat": "Sie haben diese Unterhaltung geteilt",
 	"You're a helpful assistant.": "Du bist ein hilfreicher Assistent.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' or '-1' for no expire. Much permanent, very wow.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(such e.g. `sh webui.sh --api`)",
 	"(latest)": "(much latest)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "",
 	"Add a short title for this prompt": "Add short title for this prompt",
 	"Add a tag": "Add such tag",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "",
 	"Add Files": "Add Files",
 	"Add Memory": "",
-	"Add message": "Add Prompt",
 	"Add Model": "",
 	"Add Tag": "",
 	"Add Tags": "",
@@ -44,7 +43,6 @@
 	"Advanced Params": "",
 	"All chats": "",
 	"All Documents": "",
-	"All Users": "All Users",
 	"Allow Chat Deletion": "Allow Delete Chats",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Such account exists?",
 	"an assistant": "such assistant",
 	"and": "and",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "",
 	"API Base URL": "API Base URL",
 	"API Key": "API Key",
@@ -66,8 +65,10 @@
 	"Archived Chats": "",
 	"are allowed - Activate this command by typing": "are allowed. Activate typing",
 	"Are you sure?": "Such certainty?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Attach file",
 	"Attention to detail": "",
 	"Audio": "Audio",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Click for help. Much assist.",
 	"Click here to": "",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Click to select",
 	"Click here to select a csv file.": "",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Command",
+	"Completions": "",
 	"Concurrent Requests": "",
 	"Confirm": "",
 	"Confirm Password": "Confirm Password",
@@ -223,9 +226,11 @@
 	"Download": "",
 	"Download canceled": "",
 	"Download Database": "Download Database",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Drop files here to add to conversation",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "e.g. '30s','10m'. Much time units are 's', 'm', 'h'.",
 	"Edit": "",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "Edit Wowser",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Enter Overlap of Chunks",
 	"Enter Chunk Size": "Enter Size of Chunk",
+	"Enter description": "",
 	"Enter Github Raw URL": "",
 	"Enter Google PSE API Key": "",
 	"Enter Google PSE Engine Id": "",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "",
 	"Error": "",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Much Experiment",
 	"Export": "",
 	"Export All Chats (All Users)": "Export All Chats (All Doggos)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"February": "",
+	"Feedback History": "",
 	"Feel free to add specific details": "",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "How can I halp u today?",
 	"Hybrid Search": "",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "Image Wow (Much Experiment)",
 	"Image Generation Engine": "Image Engine",
 	"Image Settings": "Settings for Wowmage",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Light",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "LLMs can make borks. Verify important info.",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "",
 	"Made by OpenWebUI Community": "Made by OpenWebUI Community",
 	"Make sure to enclose them with": "Make sure to enclose them with",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "",
+	"Manage Arena Models": "",
 	"Manage Models": "Manage Wowdels",
 	"Manage Ollama Models": "Manage Ollama Wowdels",
 	"Manage Pipelines": "",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
 	"Min P": "",
 	"Minimum Score": "",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Model '{{modelName}}' has been successfully downloaded.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' is already in queue for downloading.",
 	"Model {{modelId}} not found": "Model {{modelId}} not found",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Model filesystem bark detected. Model shortname is required for update, cannot continue.",
 	"Model ID": "",
+	"Model Name": "",
 	"Model not selected": "Model not selected",
 	"Model Params": "",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "",
 	"No search query generated": "",
 	"No source available": "No source available",
@@ -486,13 +504,14 @@
 	"Only": "Only",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Only wow characters and hyphens are allowed in the bork string.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Oops! Looks like the URL is invalid. Please double-check and try again.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Open new bark",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Plain text (.txt)",
 	"Playground": "Playground",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Pull a wowdel from Ollama.com",
 	"Query Params": "Query Bark",
 	"RAG Template": "RAG Template",
+	"Rating": "",
 	"Read Aloud": "",
 	"Record voice": "Record Bark",
 	"Redirecting you to OpenWebUI Community": "Redirecting you to OpenWebUI Community",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Copy Bark Auto Bark",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Role",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -634,6 +657,7 @@
 	"Set Steps": "Set Steps so many steps",
 	"Set Task Model": "",
 	"Set Voice": "Set Voice so speak",
+	"Set whisper model": "",
 	"Settings": "Settings much settings",
 	"Settings saved successfully!": "Settings saved successfully! Very success!",
 	"Share": "",
@@ -661,7 +685,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "STT Settings very settings",
-	"Submit": "Submit much submit",
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "Success very success",
 	"Successfully updated.": "Successfully updated. Very updated.",
@@ -670,6 +693,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "System very system",
+	"System Instructions": "",
 	"System Prompt": "System Prompt much prompt",
 	"Tags": "Tags very tags",
 	"Tags Generation Prompt": "",
@@ -679,7 +703,6 @@
 	"Temperature": "Temperature very temp",
 	"Template": "Template much template",
 	"Temporary Chat": "",
-	"Text Completion": "Text Completion much complete",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Text-to-Speech Engine much speak",
 	"Tfs Z": "Tfs Z much Z",
@@ -694,6 +717,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "This ensures that your valuable conversations are securely saved to your backend database. Thank you! Much secure!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -715,6 +739,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "",
 	"Toggle settings": "Toggle settings much toggle",
 	"Toggle sidebar": "Toggle sidebar much toggle",
@@ -750,6 +775,7 @@
 	"Update password": "Update password much change",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "Upload a GGUF model very upload",
 	"Upload directory": "",
@@ -764,9 +790,11 @@
 	"use_mlock (Ollama)": "",
 	"use_mmap (Ollama)": "",
 	"user": "user much user",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "User Permissions much permissions",
 	"Users": "Users much users",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Utilize very use",
 	"Valid time units:": "Valid time units: much time",
 	"Valves": "",
@@ -792,6 +820,7 @@
 	"What’s New in": "What’s New in much new",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "",
+	"Won": "",
 	"Workspace": "",
 	"Write a prompt suggestion (e.g. Who are you?)": "Write a prompt suggestion (e.g. Who are you?) much suggest",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Write a summary in 50 words that summarizes [topic or keyword]. Much summarize.",
@@ -801,6 +830,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "",
 	"You have shared this chat": "",
 	"You're a helpful assistant.": "You're a helpful assistant. Much helpful.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "",
-	"(Beta)": "",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "",
 	"(latest)": "",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "",
 	"Add a short title for this prompt": "",
 	"Add a tag": "",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "",
 	"Add Files": "",
 	"Add Memory": "",
-	"Add message": "",
 	"Add Model": "",
 	"Add Tag": "",
 	"Add Tags": "",
@@ -44,7 +43,6 @@
 	"Advanced Params": "",
 	"All chats": "",
 	"All Documents": "",
-	"All Users": "",
 	"Allow Chat Deletion": "",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "",
@@ -55,6 +53,7 @@
 	"Already have an account?": "",
 	"an assistant": "",
 	"and": "",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "",
 	"API Base URL": "",
 	"API Key": "",
@@ -66,8 +65,10 @@
 	"Archived Chats": "",
 	"are allowed - Activate this command by typing": "",
 	"Are you sure?": "",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "",
@@ -117,6 +118,7 @@
 	"Click here for help.": "",
 	"Click here to": "",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "",
 	"Click here to select a csv file.": "",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "",
+	"Completions": "",
 	"Concurrent Requests": "",
 	"Confirm": "",
 	"Confirm Password": "",
@@ -223,9 +226,11 @@
 	"Download": "",
 	"Download canceled": "",
 	"Download Database": "",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "",
 	"Edit": "",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "",
 	"Enter Chunk Size": "",
+	"Enter description": "",
 	"Enter Github Raw URL": "",
 	"Enter Google PSE API Key": "",
 	"Enter Google PSE Engine Id": "",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "",
 	"Error": "",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "",
 	"Export": "",
 	"Export All Chats (All Users)": "",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"February": "",
+	"Feedback History": "",
 	"Feel free to add specific details": "",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "",
 	"Hybrid Search": "",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "",
 	"Image Generation Engine": "",
 	"Image Settings": "",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "",
 	"Made by OpenWebUI Community": "",
 	"Make sure to enclose them with": "",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "",
+	"Manage Arena Models": "",
 	"Manage Models": "",
 	"Manage Ollama Models": "",
 	"Manage Pipelines": "",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
 	"Min P": "",
 	"Minimum Score": "",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "",
 	"MMMM DD, YYYY HH:mm": "",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "",
 	"Model '{{modelTag}}' is already in queue for downloading.": "",
 	"Model {{modelId}} not found": "",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "",
 	"Model ID": "",
+	"Model Name": "",
 	"Model not selected": "",
 	"Model Params": "",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "",
 	"No search query generated": "",
 	"No source available": "",
@@ -486,13 +504,14 @@
 	"Only": "",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "",
 	"OpenAI API": "",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "",
 	"Playground": "",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "",
 	"Query Params": "",
 	"RAG Template": "",
+	"Rating": "",
 	"Read Aloud": "",
 	"Record voice": "",
 	"Redirecting you to OpenWebUI Community": "",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "",
 	"Rosé Pine": "",
 	"Rosé Pine Dawn": "",
@@ -632,6 +655,7 @@
 	"Set Steps": "",
 	"Set Task Model": "",
 	"Set Voice": "",
+	"Set whisper model": "",
 	"Settings": "",
 	"Settings saved successfully!": "",
 	"Share": "",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "",
-	"Submit": "",
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "",
 	"Successfully updated.": "",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "",
+	"System Instructions": "",
 	"System Prompt": "",
 	"Tags": "",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "",
 	"Template": "",
 	"Temporary Chat": "",
-	"Text Completion": "",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "",
 	"Tfs Z": "",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "",
 	"Toggle settings": "",
 	"Toggle sidebar": "",
@@ -748,6 +773,7 @@
 	"Update password": "",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "",
 	"use_mmap (Ollama)": "",
 	"user": "",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "",
 	"Users": "",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "",
 	"Valid time units:": "",
 	"Valves": "",
@@ -790,6 +818,7 @@
 	"What’s New in": "",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "",
+	"Won": "",
 	"Workspace": "",
 	"Write a prompt suggestion (e.g. Who are you?)": "",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "",
 	"You have shared this chat": "",
 	"You're a helpful assistant.": "",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "",
-	"(Beta)": "",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "",
 	"(latest)": "",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "",
 	"Add a short title for this prompt": "",
 	"Add a tag": "",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "",
 	"Add Files": "",
 	"Add Memory": "",
-	"Add message": "",
 	"Add Model": "",
 	"Add Tag": "",
 	"Add Tags": "",
@@ -44,7 +43,6 @@
 	"Advanced Params": "",
 	"All chats": "",
 	"All Documents": "",
-	"All Users": "",
 	"Allow Chat Deletion": "",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "",
@@ -55,6 +53,7 @@
 	"Already have an account?": "",
 	"an assistant": "",
 	"and": "",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "",
 	"API Base URL": "",
 	"API Key": "",
@@ -66,8 +65,10 @@
 	"Archived Chats": "",
 	"are allowed - Activate this command by typing": "",
 	"Are you sure?": "",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "",
@@ -117,6 +118,7 @@
 	"Click here for help.": "",
 	"Click here to": "",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "",
 	"Click here to select a csv file.": "",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "",
+	"Completions": "",
 	"Concurrent Requests": "",
 	"Confirm": "",
 	"Confirm Password": "",
@@ -223,9 +226,11 @@
 	"Download": "",
 	"Download canceled": "",
 	"Download Database": "",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "",
 	"Edit": "",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "",
 	"Enter Chunk Size": "",
+	"Enter description": "",
 	"Enter Github Raw URL": "",
 	"Enter Google PSE API Key": "",
 	"Enter Google PSE Engine Id": "",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "",
 	"Error": "",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "",
 	"Export": "",
 	"Export All Chats (All Users)": "",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"February": "",
+	"Feedback History": "",
 	"Feel free to add specific details": "",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "",
 	"Hybrid Search": "",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "",
 	"Image Generation Engine": "",
 	"Image Settings": "",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "",
 	"Made by OpenWebUI Community": "",
 	"Make sure to enclose them with": "",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "",
+	"Manage Arena Models": "",
 	"Manage Models": "",
 	"Manage Ollama Models": "",
 	"Manage Pipelines": "",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
 	"Min P": "",
 	"Minimum Score": "",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "",
 	"MMMM DD, YYYY HH:mm": "",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "",
 	"Model '{{modelTag}}' is already in queue for downloading.": "",
 	"Model {{modelId}} not found": "",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "",
 	"Model ID": "",
+	"Model Name": "",
 	"Model not selected": "",
 	"Model Params": "",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "",
 	"No search query generated": "",
 	"No source available": "",
@@ -486,13 +504,14 @@
 	"Only": "",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "",
 	"OpenAI API": "",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "",
 	"Playground": "",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "",
 	"Query Params": "",
 	"RAG Template": "",
+	"Rating": "",
 	"Read Aloud": "",
 	"Record voice": "",
 	"Redirecting you to OpenWebUI Community": "",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "",
 	"Rosé Pine": "",
 	"Rosé Pine Dawn": "",
@@ -632,6 +655,7 @@
 	"Set Steps": "",
 	"Set Task Model": "",
 	"Set Voice": "",
+	"Set whisper model": "",
 	"Settings": "",
 	"Settings saved successfully!": "",
 	"Share": "",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "",
-	"Submit": "",
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "",
 	"Successfully updated.": "",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "",
+	"System Instructions": "",
 	"System Prompt": "",
 	"Tags": "",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "",
 	"Template": "",
 	"Temporary Chat": "",
-	"Text Completion": "",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "",
 	"Tfs Z": "",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "",
 	"Toggle settings": "",
 	"Toggle sidebar": "",
@@ -748,6 +773,7 @@
 	"Update password": "",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "",
 	"use_mmap (Ollama)": "",
 	"user": "",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "",
 	"Users": "",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "",
 	"Valid time units:": "",
 	"Valves": "",
@@ -790,6 +818,7 @@
 	"What’s New in": "",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "",
+	"Won": "",
 	"Workspace": "",
 	"Write a prompt suggestion (e.g. Who are you?)": "",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "",
 	"You have shared this chat": "",
 	"You're a helpful assistant.": "",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' o '-1' para evitar expiración.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(p.ej. `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(p.ej. `sh webui.sh --api`)",
 	"(latest)": "(latest)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Agregue una breve descripción sobre lo que hace este modelo",
 	"Add a short title for this prompt": "Agregue un título corto para este Prompt",
 	"Add a tag": "Agregar una etiqueta",
+	"Add Arena Model": "",
 	"Add Content": "Agregar Contenido",
 	"Add content here": "Agrege contenido aquí",
 	"Add custom prompt": "Agregar un prompt personalizado",
 	"Add Files": "Agregar Archivos",
 	"Add Memory": "Agregar Memoria",
-	"Add message": "Agregar mensaje",
 	"Add Model": "Agregar Modelo",
 	"Add Tag": "Agregar etiqueta",
 	"Add Tags": "agregar etiquetas",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Parámetros avanzados",
 	"All chats": "",
 	"All Documents": "Todos los Documentos",
-	"All Users": "Todos los Usuarios",
 	"Allow Chat Deletion": "Permitir Borrar Chats",
 	"Allow Chat Editing": "Permitir Editar Chat",
 	"Allow non-local voices": "Permitir voces no locales",
@@ -55,6 +53,7 @@
 	"Already have an account?": "¿Ya tienes una cuenta?",
 	"an assistant": "un asistente",
 	"and": "y",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "y crear un nuevo enlace compartido.",
 	"API Base URL": "Dirección URL de la API",
 	"API Key": "Clave de la API ",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Chats archivados",
 	"are allowed - Activate this command by typing": "están permitidos - Active este comando escribiendo",
 	"Are you sure?": "¿Está seguro?",
+	"Arena Models": "",
 	"Artifacts": "Artefactos",
 	"Ask a question": "Haz una pregunta",
+	"Assistant": "",
 	"Attach file": "Adjuntar archivo",
 	"Attention to detail": "Detalle preciso",
 	"Audio": "Audio",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Presiona aquí para obtener ayuda.",
 	"Click here to": "Presiona aquí para",
 	"Click here to download user import template file.": "Presiona aquí para descargar el archivo de plantilla de importación de usuario.",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Presiona aquí para seleccionar",
 	"Click here to select a csv file.": "Presiona aquí para seleccionar un archivo csv.",
 	"Click here to select a py file.": "Presiona aquí para seleccionar un archivo py.",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "Nodos para ComfyUI Workflow",
 	"Command": "Comando",
+	"Completions": "",
 	"Concurrent Requests": "Solicitudes simultáneas",
 	"Confirm": "Confirmar",
 	"Confirm Password": "Confirmar Contraseña",
@@ -223,9 +226,11 @@
 	"Download": "Descargar",
 	"Download canceled": "Descarga cancelada",
 	"Download Database": "Descarga la Base de Datos",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Suelta cualquier archivo aquí para agregarlo a la conversación",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "p.ej. '30s','10m'. Unidades válidas de tiempo son 's', 'm', 'h'.",
 	"Edit": "Editar",
+	"Edit Arena Model": "",
 	"Edit Memory": "Editar Memoria",
 	"Edit User": "Editar Usuario",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "Ingresa la escala de CFG (p.ej., 7.0)",
 	"Enter Chunk Overlap": "Ingresar superposición de fragmentos",
 	"Enter Chunk Size": "Ingrese el tamaño del fragmento",
+	"Enter description": "",
 	"Enter Github Raw URL": "Ingresa la URL sin procesar de Github",
 	"Enter Google PSE API Key": "Ingrese la clave API de Google PSE",
 	"Enter Google PSE Engine Id": "Introduzca el ID del motor PSE de Google",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Ingrese su rol",
 	"Error": "Error",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Experimental",
 	"Export": "Exportar",
 	"Export All Chats (All Users)": "Exportar todos los chats (Todos los usuarios)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "Falla al actualizar los ajustes",
 	"Failed to upload file.": "Falla al subir el archivo.",
 	"February": "Febrero",
+	"Feedback History": "",
 	"Feel free to add specific details": "Libre de agregar detalles específicos",
 	"File": "Archivo",
 	"File added successfully.": "Archivo agregado correctamente.",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "¿Cómo puedo ayudarte hoy?",
 	"Hybrid Search": "Búsqueda Híbrida",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Aseguro que he leído y entiendo las implicaciones de mi acción. Estoy consciente de los riesgos asociados con la ejecución de código arbitrario y he verificado la confianza de la fuente.",
+	"ID": "",
 	"Image Generation (Experimental)": "Generación de imágenes (experimental)",
 	"Image Generation Engine": "Motor de generación de imágenes",
 	"Image Settings": "Ajustes de la Imágen",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "modelos de lenguaje grande, localmente",
 	"Last Active": "Última Actividad",
 	"Last Modified": "Modificado por última vez",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "Deje vacío para ilimitado",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Deje vacío para usar el propmt predeterminado, o ingrese un propmt personalizado",
 	"Light": "Claro",
 	"Listening...": "Escuchando...",
 	"LLMs can make mistakes. Verify important information.": "Los LLM pueden cometer errores. Verifica la información importante.",
 	"Local Models": "Modelos locales",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Hecho por la comunidad de OpenWebUI",
 	"Make sure to enclose them with": "Asegúrese de adjuntarlos con",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "Asegúrese de exportar un archivo workflow.json en formato API desde ComfyUI.",
 	"Manage": "Gestionar",
+	"Manage Arena Models": "",
 	"Manage Models": "Administrar Modelos",
 	"Manage Ollama Models": "Administrar Modelos Ollama",
 	"Manage Pipelines": "Administrar Pipelines",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "Memoria borrada correctamente",
 	"Memory updated successfully": "Memoria actualizada correctamente",
 	"Merge Responses": "Fusionar Respuestas",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Los mensajes que envíe después de crear su enlace no se compartirán. Los usuarios con el enlace podrán ver el chat compartido.",
 	"Min P": "",
 	"Minimum Score": "Puntuación mínima",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "MMMM DD, YYYY hh:mm:ss A",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "El modelo '{{modelName}}' se ha descargado correctamente.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "El modelo '{{modelTag}}' ya está en cola para descargar.",
 	"Model {{modelId}} not found": "El modelo {{modelId}} no fue encontrado",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "Modelo creado correctamente!",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Se detectó la ruta del sistema de archivos del modelo. Se requiere el nombre corto del modelo para la actualización, no se puede continuar.",
 	"Model ID": "ID del modelo",
+	"Model Name": "",
 	"Model not selected": "Modelo no seleccionado",
 	"Model Params": "Parámetros del modelo",
 	"Model updated successfully": "Modelo actualizado correctamente",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "No hay contenido para hablar",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "Ningún archivo fué seleccionado",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "No se encontró contenido HTML, CSS, o JavaScript.",
 	"No knowledge found": "No se encontró ningún conocimiento",
+	"No models found": "",
 	"No results found": "No se han encontrado resultados",
 	"No search query generated": "No se ha generado ninguna consulta de búsqueda",
 	"No source available": "No hay fuente disponible",
@@ -486,13 +504,14 @@
 	"Only": "Solamente",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Sólo se permiten caracteres alfanuméricos y guiones en la cadena de comando.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "Solo se pueden editar las colecciones, crear una nueva base de conocimientos para editar / añadir documentos",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "¡Ups! ¡Agárrate fuerte! Tus archivos todavía están en el horno de procesamiento. Los estamos cocinando a la perfección. Tenga paciencia y le avisaremos una vez que estén listos.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "¡Ups! Parece que la URL no es válida. Vuelva a verificar e inténtelo nuevamente.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "¡Oops! Hubo un error en la respuesta anterior. Intente de nuevo o póngase en contacto con el administrador.",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "¡Ups! Estás utilizando un método no compatible (solo frontend). Por favor ejecute la WebUI desde el backend.",
 	"Open file": "Abrir archivo",
 	"Open in full screen": "Abrir en pantalla completa",
 	"Open new chat": "Abrir nuevo chat",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "La versión de Open WebUI (v{{OPEN_WEBUI_VERSION}}) es inferior a la versión requerida (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Texto plano (.txt)",
 	"Playground": "Patio de juegos",
 	"Please carefully review the following warnings:": "Por favor revise con cuidado los siguientes avisos:",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "Por favor llene todos los campos.",
 	"Please select a reason": "Por favor seleccione una razón",
 	"Positive attitude": "Actitud positiva",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Obtener un modelo de Ollama.com",
 	"Query Params": "Parámetros de consulta",
 	"RAG Template": "Plantilla de RAG",
+	"Rating": "",
 	"Read Aloud": "Leer al oído",
 	"Record voice": "Grabar voz",
 	"Redirecting you to OpenWebUI Community": "Redireccionándote a la comunidad OpenWebUI",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Copiar respuesta automáticamente al portapapeles",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Las notificaciones de respuesta no pueden activarse debido a que los permisos del sitio web han sido denegados. Por favor, visite las configuraciones de su navegador para otorgar el acceso necesario.",
 	"Response splitting": "División de respuestas",
+	"Result": "",
+	"RK": "",
 	"Role": "Rol",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -633,6 +656,7 @@
 	"Set Steps": "Establecer Pasos",
 	"Set Task Model": "Establecer modelo de tarea",
 	"Set Voice": "Establecer la voz",
+	"Set whisper model": "",
 	"Settings": "Configuración",
 	"Settings saved successfully!": "¡Configuración guardada con éxito!",
 	"Share": "Compartir",
@@ -660,7 +684,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "Modelo STT",
 	"STT Settings": "Configuraciones de STT",
-	"Submit": "Enviar",
 	"Subtitle (e.g. about the Roman Empire)": "Subtítulo (por ejemplo, sobre el Imperio Romano)",
 	"Success": "Éxito",
 	"Successfully updated.": "Actualizado exitosamente.",
@@ -669,6 +692,7 @@
 	"Support this plugin:": "Brinda soporte a este plugin:",
 	"Sync directory": "Sincroniza directorio",
 	"System": "Sistema",
+	"System Instructions": "",
 	"System Prompt": "Prompt del sistema",
 	"Tags": "Etiquetas",
 	"Tags Generation Prompt": "",
@@ -678,7 +702,6 @@
 	"Temperature": "Temperatura",
 	"Template": "Plantilla",
 	"Temporary Chat": "Chat temporal",
-	"Text Completion": "Finalización de texto",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Motor de texto a voz",
 	"Tfs Z": "Tfs Z",
@@ -693,6 +716,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Esto garantiza que sus valiosas conversaciones se guarden de forma segura en su base de datos en el backend. ¡Gracias!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Esta es una característica experimental que puede no funcionar como se esperaba y está sujeto a cambios en cualquier momento.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": " Esta opción eliminará todos los archivos existentes en la colección y los reemplazará con nuevos archivos subidos.",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "Esto eliminará",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "Esto reseteará la base de conocimientos y sincronizará todos los archivos. ¿Desea continuar?",
@@ -714,6 +738,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "Para seleccionar acciones aquí, agreguelas al área de trabajo \"Funciones\" primero.",
 	"To select filters here, add them to the \"Functions\" workspace first.": "Para seleccionar filtros aquí, agreguelos al área de trabajo \"Funciones\" primero.",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "Para seleccionar herramientas aquí, agreguelas al área de trabajo \"Herramientas\" primero.",
+	"Toast notifications for new updates": "",
 	"Today": "Hoy",
 	"Toggle settings": "Alternar configuración",
 	"Toggle sidebar": "Alternar barra lateral",
@@ -749,6 +774,7 @@
 	"Update password": "Actualizar contraseña",
 	"Updated": "",
 	"Updated at": "Actualizado en",
+	"Updated At": "",
 	"Upload": "Subir",
 	"Upload a GGUF model": "Subir un modelo GGUF",
 	"Upload directory": "Directorio de carga",
@@ -763,9 +789,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "usuario",
+	"User": "",
 	"User location successfully retrieved.": "Localización del usuario recuperada con éxito.",
 	"User Permissions": "Permisos de usuario",
 	"Users": "Usuarios",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Utilizar",
 	"Valid time units:": "Unidades válidas de tiempo:",
 	"Valves": "Valves",
@@ -791,6 +819,7 @@
 	"What’s New in": "Novedades en",
 	"Whisper (Local)": "Whisper (Local)",
 	"Widescreen Mode": "Modo de pantalla ancha",
+	"Won": "",
 	"Workspace": "Espacio de trabajo",
 	"Write a prompt suggestion (e.g. Who are you?)": "Escribe una sugerencia para un prompt (por ejemplo, ¿quién eres?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Escribe un resumen en 50 palabras que resuma [tema o palabra clave].",
@@ -800,6 +829,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Puede personalizar sus interacciones con LLMs añadiendo memorias a través del botón 'Gestionar' debajo, haciendo que sean más útiles y personalizados para usted.",
 	"You cannot clone a base model": "No se puede clonar un modelo base",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "No tiene conversaciones archivadas.",
 	"You have shared this chat": "Usted ha compartido esta conversación",
 	"You're a helpful assistant.": "Usted es un asistente útil.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' یا '-1' برای غیر فعال کردن انقضا.",
-	"(Beta)": "(بتا)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)",
 	"(latest)": "(آخرین)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "اضافه کردن توضیحات کوتاه در مورد انچه که این مدل انجام می دهد",
 	"Add a short title for this prompt": "یک عنوان کوتاه برای این درخواست اضافه کنید",
 	"Add a tag": "اضافه کردن یک تگ",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "اضافه کردن یک درخواست سفارشی",
 	"Add Files": "اضافه کردن فایل\u200cها",
 	"Add Memory": "اضافه کردن یادگیری",
-	"Add message": "اضافه کردن پیغام",
 	"Add Model": "اضافه کردن مدل",
 	"Add Tag": "",
 	"Add Tags": "اضافه کردن تگ\u200cها",
@@ -44,7 +43,6 @@
 	"Advanced Params": "پارام های پیشرفته",
 	"All chats": "",
 	"All Documents": "تمام سند ها",
-	"All Users": "همه کاربران",
 	"Allow Chat Deletion": "اجازه حذف گپ",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "",
@@ -55,6 +53,7 @@
 	"Already have an account?": "از قبل حساب کاربری دارید؟",
 	"an assistant": "یک دستیار",
 	"and": "و",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "و یک لینک به اشتراک گذاری جدید ایجاد کنید.",
 	"API Base URL": "API Base URL",
 	"API Key": "API Key",
@@ -66,8 +65,10 @@
 	"Archived Chats": "آرشیو تاریخچه چت",
 	"are allowed - Activate this command by typing": "مجاز هستند - این دستور را با تایپ کردن این فعال کنید:",
 	"Are you sure?": "آیا مطمئن هستید؟",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "پیوست فایل",
 	"Attention to detail": "دقیق",
 	"Audio": "صدا",
@@ -117,6 +118,7 @@
 	"Click here for help.": "برای کمک اینجا را کلیک کنید.",
 	"Click here to": "برای کمک اینجا را کلیک کنید.",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "برای انتخاب اینجا کلیک کنید",
 	"Click here to select a csv file.": "برای انتخاب یک فایل csv اینجا را کلیک کنید.",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "دستور",
+	"Completions": "",
 	"Concurrent Requests": "درخواست های همزمان",
 	"Confirm": "",
 	"Confirm Password": "تایید رمز عبور",
@@ -223,9 +226,11 @@
 	"Download": "دانلود کن",
 	"Download canceled": "دانلود لغو شد",
 	"Download Database": "دانلود پایگاه داده",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "هر فایلی را اینجا رها کنید تا به مکالمه اضافه شود",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "به طور مثال '30s','10m'. واحد\u200cهای زمانی معتبر 's', 'm', 'h' هستند.",
 	"Edit": "ویرایش",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "ویرایش کاربر",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "مقدار Chunk Overlap را وارد کنید",
 	"Enter Chunk Size": "مقدار Chunk Size را وارد کنید",
+	"Enter description": "",
 	"Enter Github Raw URL": "ادرس Github Raw را وارد کنید",
 	"Enter Google PSE API Key": "کلید API گوگل PSE را وارد کنید",
 	"Enter Google PSE Engine Id": "شناسه موتور PSE گوگل را وارد کنید",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "نقش خود را وارد کنید",
 	"Error": "خطا",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "آزمایشی",
 	"Export": "صادرات",
 	"Export All Chats (All Users)": "اکسپورت از همه گپ\u200cها(همه کاربران)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"February": "فوری",
+	"Feedback History": "",
 	"Feel free to add specific details": "اگر به دلخواه، معلومات خاصی اضافه کنید",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "امروز چطور می توانم کمک تان کنم؟",
 	"Hybrid Search": "جستجوی همزمان",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "تولید تصویر (آزمایشی)",
 	"Image Generation Engine": "موتور تولید تصویر",
 	"Image Settings": "تنظیمات تصویر",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "آخرین فعال",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "روشن",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "مدل\u200cهای زبانی بزرگ می\u200cتوانند اشتباه کنند. اطلاعات مهم را راستی\u200cآزمایی کنید.",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "ساخته شده توسط OpenWebUI Community",
 	"Make sure to enclose them with": "مطمئن شوید که آنها را با این محصور کنید:",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "",
+	"Manage Arena Models": "",
 	"Manage Models": "مدیریت مدل\u200cها",
 	"Manage Ollama Models": "مدیریت مدل\u200cهای اولاما",
 	"Manage Pipelines": "مدیریت خطوط لوله",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "پیام های شما بعد از ایجاد لینک شما به اشتراک نمی گردد. کاربران با لینک URL می توانند چت اشتراک را مشاهده کنند.",
 	"Min P": "",
 	"Minimum Score": "نماد کمینه",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "مدل '{{modelName}}' با موفقیت دانلود شد.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "مدل '{{modelTag}}' در حال حاضر در صف برای دانلود است.",
 	"Model {{modelId}} not found": "مدل {{modelId}} یافت نشد",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "مسیر فایل سیستم مدل یافت شد. برای بروزرسانی نیاز است نام کوتاه مدل وجود داشته باشد.",
 	"Model ID": "شناسه مدل",
+	"Model Name": "",
 	"Model not selected": "مدل انتخاب نشده",
 	"Model Params": "مدل پارامز",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "نتیجه\u200cای یافت نشد",
 	"No search query generated": "پرسوجوی جستجویی ایجاد نشده است",
 	"No source available": "منبعی در دسترس نیست",
@@ -486,13 +504,14 @@
 	"Only": "فقط",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "فقط کاراکترهای الفبایی و خط فاصله در رشته فرمان مجاز هستند.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "اوه! فایل های شما هنوز در فر پردازش هستند. ما آنها را کامل می پزیم. لطفا صبور باشید، به محض آماده شدن به شما اطلاع خواهیم داد.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "اوه! به نظر می رسد URL نامعتبر است. لطفاً دوباره بررسی کنید و دوباره امتحان کنید.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "اوه! شما از یک روش پشتیبانی نشده (فقط frontend) استفاده می کنید. لطفاً WebUI را از بکند اجرا کنید.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "باز کردن گپ جدید",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "متن ساده (.txt)",
 	"Playground": "زمین بازی",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "نظرات مثبت",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "دریافت یک مدل از Ollama.com",
 	"Query Params": "پارامترهای پرس و جو",
 	"RAG Template": "RAG الگوی",
+	"Rating": "",
 	"Read Aloud": "خواندن به صورت صوتی",
 	"Record voice": "ضبط صدا",
 	"Redirecting you to OpenWebUI Community": "در حال هدایت به OpenWebUI Community",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "کپی خودکار پاسخ به کلیپ بورد",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "نقش",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -632,6 +655,7 @@
 	"Set Steps": "تنظیم گام\u200cها",
 	"Set Task Model": "تنظیم مدل تکلیف",
 	"Set Voice": "تنظیم صدا",
+	"Set whisper model": "",
 	"Settings": "تنظیمات",
 	"Settings saved successfully!": "تنظیمات با موفقیت ذخیره شد!",
 	"Share": "اشتراک\u200cگذاری",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "STT تنظیمات",
-	"Submit": "ارسال",
 	"Subtitle (e.g. about the Roman Empire)": "زیرنویس (برای مثال: درباره رمانی)",
 	"Success": "موفقیت",
 	"Successfully updated.": "با موفقیت به روز شد",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "سیستم",
+	"System Instructions": "",
 	"System Prompt": "پرامپت سیستم",
 	"Tags": "تگ\u200cها",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "دما",
 	"Template": "الگو",
 	"Temporary Chat": "",
-	"Text Completion": "تکمیل متن",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "موتور تبدیل متن به گفتار",
 	"Tfs Z": "Tfs Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "این تضمین می کند که مکالمات ارزشمند شما به طور ایمن در پایگاه داده بکند ذخیره می شود. تشکر!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "امروز",
 	"Toggle settings": "نمایش/عدم نمایش تنظیمات",
 	"Toggle sidebar": "نمایش/عدم نمایش نوار کناری",
@@ -748,6 +773,7 @@
 	"Update password": "به روزرسانی رمزعبور",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "آپلود یک مدل GGUF",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "use_mlock (اولاما)",
 	"use_mmap (Ollama)": "use_mmap (اولاما)",
 	"user": "کاربر",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "مجوزهای کاربر",
 	"Users": "کاربران",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "استفاده کنید",
 	"Valid time units:": "واحدهای زمانی معتبر:",
 	"Valves": "",
@@ -790,6 +818,7 @@
 	"What’s New in": "موارد جدید در",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "",
+	"Won": "",
 	"Workspace": "محیط کار",
 	"Write a prompt suggestion (e.g. Who are you?)": "یک پیشنهاد پرامپت بنویسید (مثلاً شما کی هستید؟)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "خلاصه ای در 50 کلمه بنویسید که [موضوع یا کلمه کلیدی] را خلاصه کند.",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "شما نمیتوانید یک مدل پایه را کلون کنید",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "شما هیچ گفتگوی ذخیره شده ندارید.",
 	"You have shared this chat": "شما این گفتگو را به اشتراک گذاشته اید",
 	"You're a helpful assistant.": "تو یک دستیار سودمند هستی.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' tai '-1' jottei vanhene.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(esim. `sh webui.sh --api`)",
 	"(latest)": "(uusin)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Lisää lyhyt kuvaus siitä, mitä tämä malli tekee",
 	"Add a short title for this prompt": "Lisää lyhyt otsikko tälle kehotteelle",
 	"Add a tag": "Lisää tagi",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Lisää mukautettu kehote",
 	"Add Files": "Lisää tiedostoja",
 	"Add Memory": "Lisää muistia",
-	"Add message": "Lisää viesti",
 	"Add Model": "Lisää malli",
 	"Add Tag": "",
 	"Add Tags": "Lisää tageja",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Edistyneet parametrit",
 	"All chats": "",
 	"All Documents": "Kaikki asiakirjat",
-	"All Users": "Kaikki käyttäjät",
 	"Allow Chat Deletion": "Salli keskustelujen poisto",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Onko sinulla jo tili?",
 	"an assistant": "avustaja",
 	"and": "ja",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "ja luo uusi jaettu linkki.",
 	"API Base URL": "APIn perus-URL",
 	"API Key": "API-avain",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Arkistoidut keskustelut",
 	"are allowed - Activate this command by typing": "ovat sallittuja - Aktivoi tämä komento kirjoittamalla",
 	"Are you sure?": "Oletko varma?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Liitä tiedosto",
 	"Attention to detail": "Huomio yksityiskohtiin",
 	"Audio": "Ääni",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Klikkaa tästä saadaksesi apua.",
 	"Click here to": "Klikkaa tästä",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Klikkaa tästä valitaksesi",
 	"Click here to select a csv file.": "Klikkaa tästä valitaksesi CSV-tiedosto.",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Komento",
+	"Completions": "",
 	"Concurrent Requests": "Samanaikaiset pyynnöt",
 	"Confirm": "",
 	"Confirm Password": "Vahvista salasana",
@@ -223,9 +226,11 @@
 	"Download": "Lataa",
 	"Download canceled": "Lataus peruutettu",
 	"Download Database": "Lataa tietokanta",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Pudota tiedostoja tähän lisätäksesi ne keskusteluun",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "esim. '30s', '10m'. Kelpoiset aikayksiköt ovat 's', 'm', 'h'.",
 	"Edit": "Muokkaa",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "Muokkaa käyttäjää",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Syötä osien päällekkäisyys",
 	"Enter Chunk Size": "Syötä osien koko",
+	"Enter description": "",
 	"Enter Github Raw URL": "Kirjoita Github Raw URL-osoite",
 	"Enter Google PSE API Key": "Anna Google PSE API -avain",
 	"Enter Google PSE Engine Id": "Anna Google PSE -moottorin tunnus",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Syötä roolisi",
 	"Error": "Virhe",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Kokeellinen",
 	"Export": "Vienti",
 	"Export All Chats (All Users)": "Vie kaikki keskustelut (kaikki käyttäjät)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"February": "helmikuu",
+	"Feedback History": "",
 	"Feel free to add specific details": "Voit lisätä tarkempia tietoja",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Kuinka voin auttaa tänään?",
 	"Hybrid Search": "Hybridihaku",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "Kuvagenerointi (kokeellinen)",
 	"Image Generation Engine": "Kuvagenerointimoottori",
 	"Image Settings": "Kuva-asetukset",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "Viimeksi aktiivinen",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Vaalea",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "Kielimallit voivat tehdä virheitä. Varmista tärkeät tiedot.",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Tehnyt OpenWebUI-yhteisö",
 	"Make sure to enclose them with": "Varmista, että suljet ne",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "",
+	"Manage Arena Models": "",
 	"Manage Models": "Hallitse malleja",
 	"Manage Ollama Models": "Hallitse Ollama-malleja",
 	"Manage Pipelines": "Hallitse putkia",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Linkin luomisen jälkeen lähettämiäsi viestejä ei jaeta. Käyttäjät, joilla on URL-osoite, voivat tarkastella jaettua keskustelua.",
 	"Min P": "",
 	"Minimum Score": "Vähimmäispisteet",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "DD MMMM YYYY",
 	"MMMM DD, YYYY HH:mm": "DD MMMM YYYY, HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Malli '{{modelName}}' ladattiin onnistuneesti.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Malli '{{modelTag}}' on jo jonossa ladattavaksi.",
 	"Model {{modelId}} not found": "Mallia {{modelId}} ei löytynyt",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Mallin tiedostojärjestelmäpolku havaittu. Mallin lyhytnimi vaaditaan päivitykseen, ei voi jatkaa.",
 	"Model ID": "Mallin tunnus",
+	"Model Name": "",
 	"Model not selected": "Mallia ei valittu",
 	"Model Params": "Mallin parametrit",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Ei tuloksia",
 	"No search query generated": "Hakukyselyä ei luotu",
 	"No source available": "Ei lähdettä saatavilla",
@@ -486,13 +504,14 @@
 	"Only": "Vain",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Vain kirjaimet, numerot ja väliviivat ovat sallittuja komentosarjassa.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Hetki pieni, tiedostosi ovat yhä leivinuunissa. Odota kärsivällisesti, ja ilmoitamme, kun ne ovat valmiita.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Hups! Näyttää siltä, että URL on virheellinen. Tarkista se ja yritä uudelleen.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Hupsista! Käytät ei-tuettua menetelmää. WebUI pitää palvella backendista.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Avaa uusi keskustelu",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Pelkkä teksti (.txt)",
 	"Playground": "Leikkipaikka",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Positiivinen asenne",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Lataa malli Ollama.comista",
 	"Query Params": "Kyselyparametrit",
 	"RAG Template": "RAG-malline",
+	"Rating": "",
 	"Read Aloud": "Lue ääneen",
 	"Record voice": "Nauhoita ääni",
 	"Redirecting you to OpenWebUI Community": "Ohjataan sinut OpenWebUI-yhteisöön",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Vastauksen automaattikopiointi leikepöydälle",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Rooli",
 	"Rosé Pine": "Rosee-mänty",
 	"Rosé Pine Dawn": "Aamuinen Rosee-mänty",
@@ -632,6 +655,7 @@
 	"Set Steps": "Aseta askelmäärä",
 	"Set Task Model": "Aseta tehtävämalli",
 	"Set Voice": "Aseta puheääni",
+	"Set whisper model": "",
 	"Settings": "Asetukset",
 	"Settings saved successfully!": "Asetukset tallennettu onnistuneesti!",
 	"Share": "Jaa",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "Puheentunnistusasetukset",
-	"Submit": "Lähetä",
 	"Subtitle (e.g. about the Roman Empire)": "Alaotsikko (esim. Rooman valtakunnasta)",
 	"Success": "Onnistui",
 	"Successfully updated.": "Päivitetty onnistuneesti.",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "Järjestelmä",
+	"System Instructions": "",
 	"System Prompt": "Järjestelmäkehote",
 	"Tags": "Tagit",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "Lämpötila",
 	"Template": "Malline",
 	"Temporary Chat": "",
-	"Text Completion": "Tekstin täydennys",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Puhemoottori",
 	"Tfs Z": "TFS Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Tämä varmistaa, että arvokkaat keskustelusi tallennetaan turvallisesti backend-tietokantaasi. Kiitos!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "Tänään",
 	"Toggle settings": "Kytke asetukset",
 	"Toggle sidebar": "Kytke sivupalkki",
@@ -748,6 +773,7 @@
 	"Update password": "Päivitä salasana",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "Lataa GGUF-malli",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "käyttäjä",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "Käyttäjäoikeudet",
 	"Users": "Käyttäjät",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Käytä",
 	"Valid time units:": "Kelvolliset aikayksiköt:",
 	"Valves": "",
@@ -790,6 +818,7 @@
 	"What’s New in": "Mitä uutta",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "",
+	"Won": "",
 	"Workspace": "Työtilat",
 	"Write a prompt suggestion (e.g. Who are you?)": "Kirjoita ehdotettu kehote (esim. Kuka olet?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Kirjoita 50 sanan yhteenveto, joka tiivistää [aihe tai avainsana].",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "Perusmallia ei voi kloonata",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Sinulla ei ole arkistoituja keskusteluja.",
 	"You have shared this chat": "Olet jakanut tämän keskustelun",
 	"You're a helpful assistant.": "Olet avulias apulainen.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": " 's', 'm', 'h', 'd', 'w' ou '-1' pour une durée illimitée.",
-	"(Beta)": "(Version bêta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(par ex. `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(par exemple `sh webui.sh --api`)",
 	"(latest)": "(dernier)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Ajoutez une brève description de ce que fait ce modèle.",
 	"Add a short title for this prompt": "Ajoutez un bref titre pour cette prompt.",
 	"Add a tag": "Ajouter une balise",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Ajouter une prompt personnalisée",
 	"Add Files": "Ajouter des fichiers",
 	"Add Memory": "Ajouter de la mémoire",
-	"Add message": "Ajouter un message",
 	"Add Model": "Ajouter un modèle",
 	"Add Tag": "",
 	"Add Tags": "Ajouter des balises",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Paramètres avancés",
 	"All chats": "",
 	"All Documents": "Tous les documents",
-	"All Users": "Tous les Utilisateurs",
 	"Allow Chat Deletion": "Autoriser la suppression de l'historique de chat",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "Autoriser les voix non locales",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Avez-vous déjà un compte ?",
 	"an assistant": "un assistant",
 	"and": "et",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "et créer un nouveau lien partagé.",
 	"API Base URL": "URL de base de l'API",
 	"API Key": "Clé d'API",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Conversations archivées",
 	"are allowed - Activate this command by typing": "sont autorisés - Activer cette commande en tapant",
 	"Are you sure?": "Êtes-vous certain ?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Joindre un document",
 	"Attention to detail": "Attention aux détails",
 	"Audio": "Audio",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Cliquez ici pour obtenir de l'aide.",
 	"Click here to": "Cliquez ici pour",
 	"Click here to download user import template file.": "Cliquez ici pour télécharger le fichier modèle d'importation utilisateur.",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Cliquez ici pour sélectionner",
 	"Click here to select a csv file.": "Cliquez ici pour sélectionner un fichier CSV.",
 	"Click here to select a py file.": "Cliquez ici pour sélectionner un fichier .py.",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Commande",
+	"Completions": "",
 	"Concurrent Requests": "Demandes concurrentes",
 	"Confirm": "Confirmer",
 	"Confirm Password": "Confirmer le mot de passe",
@@ -223,9 +226,11 @@
 	"Download": "Télécharger",
 	"Download canceled": "Téléchargement annulé",
 	"Download Database": "Télécharger la base de données",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Déposez des fichiers ici pour les ajouter à la conversation",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "par ex. '30s', '10 min'. Les unités de temps valides sont 's', 'm', 'h'.",
 	"Edit": "Modifier",
+	"Edit Arena Model": "",
 	"Edit Memory": "Modifier la mémoire",
 	"Edit User": "Modifier l'utilisateur",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Entrez le chevauchement de chunk",
 	"Enter Chunk Size": "Entrez la taille de bloc",
+	"Enter description": "",
 	"Enter Github Raw URL": "Entrez l'URL brute de GitHub",
 	"Enter Google PSE API Key": "Entrez la clé API Google PSE",
 	"Enter Google PSE Engine Id": "Entrez l'identifiant du moteur Google PSE",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Entrez votre rôle",
 	"Error": "Erreur",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Expérimental",
 	"Export": "Exportation",
 	"Export All Chats (All Users)": "Exporter toutes les conversations (tous les utilisateurs)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "Échec de la mise à jour des paramètres",
 	"Failed to upload file.": "",
 	"February": "Février",
+	"Feedback History": "",
 	"Feel free to add specific details": "N'hésitez pas à ajouter des détails spécifiques",
 	"File": "Fichier",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Comment puis-je vous être utile aujourd'hui ?",
 	"Hybrid Search": "Recherche hybride",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "Génération d'images (expérimental)",
 	"Image Generation Engine": "Moteur de génération d'images",
 	"Image Settings": "Paramètres de l'image",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "Dernière activité",
 	"Last Modified": "Dernière modification",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Lumineux",
 	"Listening...": "En train d'écouter...",
 	"LLMs can make mistakes. Verify important information.": "Les LLM peuvent faire des erreurs. Vérifiez les informations importantes.",
 	"Local Models": "Modèles locaux",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Réalisé par la communauté OpenWebUI",
 	"Make sure to enclose them with": "Assurez-vous de les inclure dans",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "Gérer",
+	"Manage Arena Models": "",
 	"Manage Models": "Gérer les Modèles",
 	"Manage Ollama Models": "Gérer les modèles Ollama",
 	"Manage Pipelines": "Gérer les pipelines",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "La mémoire a été supprimée avec succès",
 	"Memory updated successfully": "La mémoire a été mise à jour avec succès",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Les messages que vous envoyez après avoir créé votre lien ne seront pas partagés. Les utilisateurs disposant de l'URL pourront voir le chat partagé.",
 	"Min P": "",
 	"Minimum Score": "Score minimal",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "DD MMMM YYYY",
 	"MMMM DD, YYYY HH:mm": "DD MMMM YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "DD MMMM YYYY HH:mm:ss",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Le modèle '{{modelName}}' a été téléchargé avec succès.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Le modèle '{{modelTag}}' est déjà dans la file d'attente pour le téléchargement.",
 	"Model {{modelId}} not found": "Modèle {{modelId}} introuvable",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "Le modèle a été créé avec succès !",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Chemin du système de fichiers de modèle détecté. Le nom court du modèle est requis pour la mise à jour, l'opération ne peut pas être poursuivie.",
 	"Model ID": "ID du modèle",
+	"Model Name": "",
 	"Model not selected": "Modèle non sélectionné",
 	"Model Params": "Paramètres du modèle",
 	"Model updated successfully": "Le modèle a été mis à jour avec succès",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "Rien à signaler",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "Aucun fichier sélectionné",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Aucun résultat trouvé",
 	"No search query generated": "Aucune requête de recherche générée",
 	"No source available": "Aucune source n'est disponible",
@@ -486,13 +504,14 @@
 	"Only": "Seulement",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Seuls les caractères alphanumériques et les tirets sont autorisés dans la chaîne de commande.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Oups ! Un instant ! Vos fichiers sont toujours en train d'être traités. Nous les perfectionnons pour vous. Veuillez patienter, nous vous informerons dès qu'ils seront prêts.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Oups ! Il semble que l'URL soit invalide. Veuillez vérifier à nouveau et réessayer.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "Oops ! Il y a eu une erreur dans la réponse précédente. Veuillez réessayer ou contacter l'administrateur.",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oups\u00a0! Vous utilisez une méthode non prise en charge (frontend uniquement). Veuillez servir l'interface Web à partir du backend.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Ouvrir une nouvelle discussion",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "API OpenAI",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Texte simple (.txt)",
 	"Playground": "Aire de jeux",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Attitude positive",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Télécharger un modèle depuis Ollama.com",
 	"Query Params": "Paramètres de requête",
 	"RAG Template": "Modèle RAG",
+	"Rating": "",
 	"Read Aloud": "Lire à haute voix",
 	"Record voice": "Enregistrer la voix",
 	"Redirecting you to OpenWebUI Community": "Redirection vers la communauté OpenWebUI",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Copie automatique de la réponse vers le presse-papiers",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de réponse ne peuvent pas être activées car les autorisations du site web ont été refusées. Veuillez visiter les paramètres de votre navigateur pour accorder l'accès nécessaire.",
 	"Response splitting": "Fractionnement de la réponse",
+	"Result": "",
+	"RK": "",
 	"Role": "Rôle",
 	"Rosé Pine": "Pin rosé",
 	"Rosé Pine Dawn": "Aube de Pin Rosé",
@@ -633,6 +656,7 @@
 	"Set Steps": "Définir les étapes",
 	"Set Task Model": "Définir le modèle de tâche",
 	"Set Voice": "Définir la voix",
+	"Set whisper model": "",
 	"Settings": "Paramètres",
 	"Settings saved successfully!": "Paramètres enregistrés avec succès !",
 	"Share": "Partager",
@@ -660,7 +684,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "Modèle de STT",
 	"STT Settings": "Paramètres de STT",
-	"Submit": "Soumettre",
 	"Subtitle (e.g. about the Roman Empire)": "Sous-titres (par ex. sur l'Empire romain)",
 	"Success": "Réussite",
 	"Successfully updated.": "Mise à jour réussie.",
@@ -669,6 +692,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "Système",
+	"System Instructions": "",
 	"System Prompt": "Prompt du système",
 	"Tags": "Balises",
 	"Tags Generation Prompt": "",
@@ -678,7 +702,6 @@
 	"Temperature": "Température",
 	"Template": "Template",
 	"Temporary Chat": "",
-	"Text Completion": "Complétion de texte",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Moteur de synthèse vocale",
 	"Tfs Z": "Tfs Z",
@@ -693,6 +716,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Cela garantit que vos conversations précieuses soient sauvegardées en toute sécurité dans votre base de données backend. Merci !",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Il s'agit d'une fonctionnalité expérimentale, elle peut ne pas fonctionner comme prévu et est sujette à modification à tout moment.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "Cela supprimera",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -714,6 +738,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "Pour sélectionner des filtres ici, ajoutez-les d'abord à l'espace de travail « Fonctions ». ",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "Pour sélectionner des toolkits ici, ajoutez-les d'abord à l'espace de travail « Outils ». ",
+	"Toast notifications for new updates": "",
 	"Today": "Aujourd'hui",
 	"Toggle settings": "Basculer les paramètres",
 	"Toggle sidebar": "Basculer la barre latérale",
@@ -749,6 +774,7 @@
 	"Update password": "Mettre à jour le mot de passe",
 	"Updated": "",
 	"Updated at": "Mise à jour le",
+	"Updated At": "",
 	"Upload": "Télécharger",
 	"Upload a GGUF model": "Téléverser un modèle GGUF",
 	"Upload directory": "",
@@ -763,9 +789,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "utiliser mmap (Ollama)",
 	"user": "utilisateur",
+	"User": "",
 	"User location successfully retrieved.": "L'emplacement de l'utilisateur a été récupéré avec succès.",
 	"User Permissions": "Permissions utilisateur",
 	"Users": "Utilisateurs",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Utilisez",
 	"Valid time units:": "Unités de temps valides\u00a0:",
 	"Valves": "Vannes",
@@ -791,6 +819,7 @@
 	"What’s New in": "Quoi de neuf",
 	"Whisper (Local)": "Whisper (local)",
 	"Widescreen Mode": "Mode Grand Écran",
+	"Won": "",
 	"Workspace": "Espace de travail",
 	"Write a prompt suggestion (e.g. Who are you?)": "Écrivez une suggestion de prompt (par exemple : Qui êtes-vous ?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Rédigez un résumé de 50 mots qui résume [sujet ou mot-clé].",
@@ -800,6 +829,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Vous pouvez personnaliser vos interactions avec les LLM en ajoutant des souvenirs via le bouton 'Gérer' ci-dessous, ce qui les rendra plus utiles et adaptés à vos besoins.",
 	"You cannot clone a base model": "Vous ne pouvez pas cloner un modèle de base",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Vous n'avez aucune conversation archivée",
 	"You have shared this chat": "Vous avez partagé cette conversation.",
 	"You're a helpful assistant.": "Vous êtes un assistant serviable.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": " 's', 'm', 'h', 'd', 'w' ou '-1' pour une durée illimitée.",
-	"(Beta)": "(Version bêta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(par ex. `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(par exemple `sh webui.sh --api`)",
 	"(latest)": "(dernière version)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Ajoutez une brève description de ce que fait ce modèle.",
 	"Add a short title for this prompt": "Ajoutez un bref titre pour cette prompt.",
 	"Add a tag": "Ajouter une étiquette",
+	"Add Arena Model": "",
 	"Add Content": "Ajouter du contenu",
 	"Add content here": "Ajoutez du contenu ici",
 	"Add custom prompt": "Ajouter une prompt personnalisée",
 	"Add Files": "Ajouter des fichiers",
 	"Add Memory": "Ajouter de la mémoire",
-	"Add message": "Ajouter un message",
 	"Add Model": "Ajouter un modèle",
 	"Add Tag": "Ajouter une étiquette",
 	"Add Tags": "Ajouter des étiquettes",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Paramètres avancés",
 	"All chats": "",
 	"All Documents": "Tous les documents",
-	"All Users": "Tous les Utilisateurs",
 	"Allow Chat Deletion": "Autoriser la suppression de l'historique de chat",
 	"Allow Chat Editing": "Autoriser la modification de l'historique de chat",
 	"Allow non-local voices": "Autoriser les voix non locales",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Avez-vous déjà un compte ?",
 	"an assistant": "un assistant",
 	"and": "et",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "et créer un nouveau lien partagé.",
 	"API Base URL": "URL de base de l'API",
 	"API Key": "Clé d'API",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Conversations archivées",
 	"are allowed - Activate this command by typing": "sont autorisés - Activer cette commande en tapant",
 	"Are you sure?": "Êtes-vous certain ?",
+	"Arena Models": "",
 	"Artifacts": "Artéfacts",
 	"Ask a question": "Posez votre question",
+	"Assistant": "",
 	"Attach file": "Joindre un document",
 	"Attention to detail": "Attention aux détails",
 	"Audio": "Audio",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Cliquez ici pour obtenir de l'aide.",
 	"Click here to": "Cliquez ici pour",
 	"Click here to download user import template file.": "Cliquez ici pour télécharger le fichier modèle d'importation des utilisateurs.",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Cliquez ici pour sélectionner",
 	"Click here to select a csv file.": "Cliquez ici pour sélectionner un fichier .csv.",
 	"Click here to select a py file.": "Cliquez ici pour sélectionner un fichier .py.",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "Flux de travaux de ComfyUI",
 	"ComfyUI Workflow Nodes": "Noeud du flux de travaux de ComfyUI",
 	"Command": "Commande",
+	"Completions": "",
 	"Concurrent Requests": "Demandes concurrentes",
 	"Confirm": "Confirmer",
 	"Confirm Password": "Confirmer le mot de passe",
@@ -223,9 +226,11 @@
 	"Download": "Télécharger",
 	"Download canceled": "Téléchargement annulé",
 	"Download Database": "Télécharger la base de données",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Déposez des fichiers ici pour les ajouter à la conversation",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "par ex. '30s', '10 min'. Les unités de temps valides sont 's', 'm', 'h'.",
 	"Edit": "Modifier",
+	"Edit Arena Model": "",
 	"Edit Memory": "Modifier la mémoire",
 	"Edit User": "Modifier l'utilisateur",
 	"ElevenLabs": "ElevenLabs",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "Entrez l'échelle CFG (par ex. 7.0)",
 	"Enter Chunk Overlap": "Entrez le chevauchement des chunks",
 	"Enter Chunk Size": "Entrez la taille des chunks",
+	"Enter description": "",
 	"Enter Github Raw URL": "Entrez l'URL brute de GitHub",
 	"Enter Google PSE API Key": "Entrez la clé API Google PSE",
 	"Enter Google PSE Engine Id": "Entrez l'identifiant du moteur Google PSE",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Entrez votre rôle",
 	"Error": "Erreur",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Expérimental",
 	"Export": "Exportation",
 	"Export All Chats (All Users)": "Exporter toutes les conversations (pour tous les utilisateurs)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "Échec de la mise à jour des paramètres",
 	"Failed to upload file.": "Échec du téléchargement du fichier.",
 	"February": "Février",
+	"Feedback History": "",
 	"Feel free to add specific details": "N'hésitez pas à ajouter des détails spécifiques",
 	"File": "Fichier",
 	"File added successfully.": "Fichier ajouté avec succès.",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Comment puis-je vous être utile aujourd'hui ?",
 	"Hybrid Search": "Recherche hybride",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Je reconnais avoir lu et compris les implications de mes actions. Je suis conscient des risques associés à l'exécution d'un code arbitraire et j'ai vérifié la fiabilité de la source.",
+	"ID": "",
 	"Image Generation (Experimental)": "Génération d'images (expérimental)",
 	"Image Generation Engine": "Moteur de génération d'images",
 	"Image Settings": "Paramètres de génération d'images",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "grand modèle de langage, localement.",
 	"Last Active": "Dernière activité",
 	"Last Modified": "Dernière modification",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "Laissez vide pour illimité",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Laissez vide pour utiliser le prompt par défaut, ou entrez un prompt personnalisé",
 	"Light": "Clair",
 	"Listening...": "Écoute en cours...",
 	"LLMs can make mistakes. Verify important information.": "Les LLM peuvent faire des erreurs. Vérifiez les informations importantes.",
 	"Local Models": "Modèles locaux",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Réalisé par la communauté OpenWebUI",
 	"Make sure to enclose them with": "Assurez-vous de les inclure dans",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "Veillez à exporter un fichier workflow.json au format API depuis ComfyUI.",
 	"Manage": "Gérer",
+	"Manage Arena Models": "",
 	"Manage Models": "Gérer les modèles",
 	"Manage Ollama Models": "Gérer les modèles Ollama",
 	"Manage Pipelines": "Gérer les pipelines",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "La mémoire a été supprimée avec succès",
 	"Memory updated successfully": "La mémoire a été mise à jour avec succès",
 	"Merge Responses": "Fusionner les réponses",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Les messages que vous envoyez après avoir créé votre lien ne seront pas partagés. Les utilisateurs disposant de l'URL pourront voir la conversation partagée.",
 	"Min P": "P min",
 	"Minimum Score": "Score minimal",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "DD MMMM YYYY",
 	"MMMM DD, YYYY HH:mm": "DD MMMM YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "DD MMMM YYYY HH:mm:ss",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Le modèle '{{modelName}}' a été téléchargé avec succès.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Le modèle '{{modelTag}}' est déjà dans la file d'attente pour le téléchargement.",
 	"Model {{modelId}} not found": "Modèle {{modelId}} introuvable",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "Le modèle a été créé avec succès !",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Chemin du système de fichiers de modèle détecté. Le nom court du modèle est requis pour la mise à jour, l'opération ne peut pas être poursuivie.",
 	"Model ID": "ID du modèle",
+	"Model Name": "",
 	"Model not selected": "Modèle non sélectionné",
 	"Model Params": "Paramètres du modèle",
 	"Model updated successfully": "Le modèle a été mis à jour avec succès",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "Rien à signaler",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "Aucun fichier sélectionné",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "Aucun contenu HTML, CSS ou JavaScript trouvé.",
 	"No knowledge found": "Aucune connaissance trouvée",
+	"No models found": "",
 	"No results found": "Aucun résultat trouvé",
 	"No search query generated": "Aucune requête de recherche générée",
 	"No source available": "Aucune source n'est disponible",
@@ -486,13 +504,14 @@
 	"Only": "Seulement",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Seuls les caractères alphanumériques et les tirets sont autorisés dans la chaîne de commande.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "Seules les collections peuvent être modifiées, créez une nouvelle base de connaissance pour modifier/ajouter des documents.",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Oups ! Un instant ! Vos fichiers sont toujours en train d'être traités. Nous les perfectionnons pour vous. Veuillez patienter, nous vous informerons dès qu'ils seront prêts.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Oups ! Il semble que l'URL soit invalide. Veuillez vérifier à nouveau et réessayer.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "Oops ! Il y a eu une erreur dans la réponse précédente. Veuillez réessayer ou contacter l'administrateur.",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oups\u00a0! Vous utilisez une méthode non prise en charge (frontend uniquement). Veuillez servir l'interface Web à partir du backend.",
 	"Open file": "Ouvrir le fichier",
 	"Open in full screen": "Ouvrir en plein écran",
 	"Open new chat": "Ouvrir une nouvelle conversation",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "La version Open WebUI (v{{OPEN_WEBUI_VERSION}}) est inférieure à la version requise (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "API compatibles OpenAI",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Texte simple (.txt)",
 	"Playground": "Playground",
 	"Please carefully review the following warnings:": "Veuillez lire attentivement les avertissements suivants :",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "Veuillez remplir tous les champs.",
 	"Please select a reason": "Veuillez sélectionner une raison",
 	"Positive attitude": "Attitude positive",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Télécharger un modèle depuis Ollama.com",
 	"Query Params": "Paramètres de requête",
 	"RAG Template": "Modèle RAG",
+	"Rating": "",
 	"Read Aloud": "Lire à haute voix",
 	"Record voice": "Enregistrer la voix",
 	"Redirecting you to OpenWebUI Community": "Redirection vers la communauté OpenWebUI",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Copie automatique de la réponse vers le presse-papiers",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de réponse ne peuvent pas être activées car les autorisations du site web ont été refusées. Veuillez vérifier les paramètres de votre navigateur pour accorder l'accès nécessaire.",
 	"Response splitting": "Fractionnement de la réponse",
+	"Result": "",
+	"RK": "",
 	"Role": "Rôle",
 	"Rosé Pine": "Pin rosé",
 	"Rosé Pine Dawn": "Aube de Pin Rosé",
@@ -633,6 +656,7 @@
 	"Set Steps": "Définir le nombre d'étapes",
 	"Set Task Model": "Définir le modèle de tâche",
 	"Set Voice": "Choisir la voix",
+	"Set whisper model": "",
 	"Settings": "Paramètres",
 	"Settings saved successfully!": "Paramètres enregistrés avec succès !",
 	"Share": "Partager",
@@ -660,7 +684,6 @@
 	"Stream Chat Response": "Streamer la réponse de la conversation",
 	"STT Model": "Modèle de Speech-to-Text",
 	"STT Settings": "Paramètres de Speech-to-Text",
-	"Submit": "Soumettre",
 	"Subtitle (e.g. about the Roman Empire)": "Sous-titres (par ex. sur l'Empire romain)",
 	"Success": "Réussite",
 	"Successfully updated.": "Mise à jour réussie.",
@@ -669,6 +692,7 @@
 	"Support this plugin:": "Supporter ce module",
 	"Sync directory": "Synchroniser le répertoire",
 	"System": "Système",
+	"System Instructions": "",
 	"System Prompt": "Prompt du système",
 	"Tags": "Étiquettes",
 	"Tags Generation Prompt": "",
@@ -678,7 +702,6 @@
 	"Temperature": "Température",
 	"Template": "Template",
 	"Temporary Chat": "Chat éphémère",
-	"Text Completion": "Complétion de texte",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Moteur de Text-to-Speech",
 	"Tfs Z": "Tfs Z",
@@ -693,6 +716,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Cela garantit que vos conversations précieuses soient sauvegardées en toute sécurité dans votre base de données backend. Merci !",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Il s'agit d'une fonctionnalité expérimentale, elle peut ne pas fonctionner comme prévu et est sujette à modification à tout moment.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "Cette option supprimera tous les fichiers existants dans la collection et les remplacera par les fichiers nouvellement téléchargés.",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "Cela supprimera",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "Cela réinitialisera la base de connaissances et synchronisera tous les fichiers. Souhaitez-vous continuer ?",
@@ -714,6 +738,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "Pour sélectionner des actions ici, ajoutez-les d'abord à l'espace de travail « Fonctions ».",
 	"To select filters here, add them to the \"Functions\" workspace first.": "Pour sélectionner des filtres ici, ajoutez-les d'abord à l'espace de travail « Fonctions ». ",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "Pour sélectionner des toolkits ici, ajoutez-les d'abord à l'espace de travail « Outils ». ",
+	"Toast notifications for new updates": "",
 	"Today": "Aujourd'hui",
 	"Toggle settings": "Basculer les paramètres",
 	"Toggle sidebar": "Basculer la barre latérale",
@@ -749,6 +774,7 @@
 	"Update password": "Mettre à jour le mot de passe",
 	"Updated": "",
 	"Updated at": "Mise à jour le",
+	"Updated At": "",
 	"Upload": "Télécharger",
 	"Upload a GGUF model": "Téléverser un modèle GGUF",
 	"Upload directory": "Répertoire de téléchargement",
@@ -763,9 +789,11 @@
 	"use_mlock (Ollama)": "Utiliser mlock (Ollama)",
 	"use_mmap (Ollama)": "Utiliser mmap (Ollama)",
 	"user": "utilisateur",
+	"User": "",
 	"User location successfully retrieved.": "L'emplacement de l'utilisateur a été récupéré avec succès.",
 	"User Permissions": "Permissions utilisateur",
 	"Users": "Utilisateurs",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Utilisez",
 	"Valid time units:": "Unités de temps valides\u00a0:",
 	"Valves": "Vannes",
@@ -791,6 +819,7 @@
 	"What’s New in": "Quoi de neuf",
 	"Whisper (Local)": "Whisper (local)",
 	"Widescreen Mode": "Mode grand écran",
+	"Won": "",
 	"Workspace": "Espace de travail",
 	"Write a prompt suggestion (e.g. Who are you?)": "Écrivez une suggestion de prompt (par exemple : Qui êtes-vous ?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Rédigez un résumé de 50 mots qui résume [sujet ou mot-clé].",
@@ -800,6 +829,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Vous ne pouvez discuter qu'avec un maximum de {{maxCount}} fichier(s) à la fois.",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Vous pouvez personnaliser vos interactions avec les LLM en ajoutant des mémoires à l'aide du bouton « Gérer » ci-dessous, ce qui les rendra plus utiles et mieux adaptées à vos besoins.",
 	"You cannot clone a base model": "Vous ne pouvez pas cloner un modèle de base",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Vous n'avez aucune conversation archivée.",
 	"You have shared this chat": "Vous avez partagé cette conversation.",
 	"You're a helpful assistant.": "Vous êtes un assistant efficace.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' או '-1' ללא תפוגה.",
-	"(Beta)": "(בטא)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(למשל `sh webui.sh --api`)",
 	"(latest)": "(האחרון)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "הוסף תיאור קצר אודות אופן הפעולה של מודל זה",
 	"Add a short title for this prompt": "הוסף כותרת קצרה לפקודה זו",
 	"Add a tag": "הוסף תג",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "הוסף פקודה מותאמת אישית",
 	"Add Files": "הוסף קבצים",
 	"Add Memory": "הוסף זיכרון",
-	"Add message": "הוסף הודעה",
 	"Add Model": "הוסף מודל",
 	"Add Tag": "",
 	"Add Tags": "הוסף תגים",
@@ -44,7 +43,6 @@
 	"Advanced Params": "פרמטרים מתקדמים",
 	"All chats": "",
 	"All Documents": "כל המסמכים",
-	"All Users": "כל המשתמשים",
 	"Allow Chat Deletion": "אפשר מחיקת צ'אט",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "",
@@ -55,6 +53,7 @@
 	"Already have an account?": "כבר יש לך חשבון?",
 	"an assistant": "עוזר",
 	"and": "וגם",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "וצור קישור משותף חדש.",
 	"API Base URL": "כתובת URL בסיסית ל-API",
 	"API Key": "מפתח API",
@@ -66,8 +65,10 @@
 	"Archived Chats": "צ'אטים מאורכבים",
 	"are allowed - Activate this command by typing": "מותרים - הפעל פקודה זו על ידי הקלדה",
 	"Are you sure?": "האם אתה בטוח?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "צרף קובץ",
 	"Attention to detail": "תשומת לב לפרטים",
 	"Audio": "אודיו",
@@ -117,6 +118,7 @@
 	"Click here for help.": "לחץ כאן לעזרה.",
 	"Click here to": "לחץ כאן כדי",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "לחץ כאן לבחירה",
 	"Click here to select a csv file.": "לחץ כאן לבחירת קובץ csv.",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "פקודה",
+	"Completions": "",
 	"Concurrent Requests": "בקשות בו-זמניות",
 	"Confirm": "",
 	"Confirm Password": "אשר סיסמה",
@@ -223,9 +226,11 @@
 	"Download": "הורד",
 	"Download canceled": "ההורדה בוטלה",
 	"Download Database": "הורד מסד נתונים",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "גרור כל קובץ לכאן כדי להוסיף לשיחה",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "למשל '30s', '10m'. יחידות זמן חוקיות הן 's', 'm', 'h'.",
 	"Edit": "ערוך",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "ערוך משתמש",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "הזן חפיפת נתונים",
 	"Enter Chunk Size": "הזן גודל נתונים",
+	"Enter description": "",
 	"Enter Github Raw URL": "הזן כתובת URL של Github Raw",
 	"Enter Google PSE API Key": "הזן מפתח API של Google PSE",
 	"Enter Google PSE Engine Id": "הזן את מזהה מנוע PSE של Google",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "הזן את התפקיד שלך",
 	"Error": "שגיאה",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "ניסיוני",
 	"Export": "ייצא",
 	"Export All Chats (All Users)": "ייצוא כל הצ'אטים (כל המשתמשים)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"February": "פברואר",
+	"Feedback History": "",
 	"Feel free to add specific details": "נא להוסיף פרטים ספציפיים לפי רצון",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "כיצד אוכל לעזור לך היום?",
 	"Hybrid Search": "חיפוש היברידי",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "יצירת תמונות (ניסיוני)",
 	"Image Generation Engine": "מנוע יצירת תמונות",
 	"Image Settings": "הגדרות תמונה",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "פעיל לאחרונה",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "בהיר",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "מודלים בשפה טבעית יכולים לטעות. אמת מידע חשוב.",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "נוצר על ידי קהילת OpenWebUI",
 	"Make sure to enclose them with": "ודא להקיף אותם עם",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "",
+	"Manage Arena Models": "",
 	"Manage Models": "נהל מודלים",
 	"Manage Ollama Models": "נהל מודלים של Ollama",
 	"Manage Pipelines": "ניהול צינורות",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "הודעות שתשלח לאחר יצירת הקישור לא ישותפו. משתמשים עם כתובת האתר יוכלו לצפות בצ'אט המשותף.",
 	"Min P": "",
 	"Minimum Score": "ציון מינימלי",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "DD בMMMM, YYYY",
 	"MMMM DD, YYYY HH:mm": "DD בMMMM, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "המודל '{{modelName}}' הורד בהצלחה.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "המודל '{{modelTag}}' כבר בתור להורדה.",
 	"Model {{modelId}} not found": "המודל {{modelId}} לא נמצא",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "נתיב מערכת הקבצים של המודל זוהה. נדרש שם קצר של המודל לעדכון, לא ניתן להמשיך.",
 	"Model ID": "מזהה דגם",
+	"Model Name": "",
 	"Model not selected": "לא נבחר מודל",
 	"Model Params": "פרמס מודל",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "לא נמצאו תוצאות",
 	"No search query generated": "לא נוצרה שאילתת חיפוש",
 	"No source available": "אין מקור זמין",
@@ -486,13 +504,14 @@
 	"Only": "רק",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "רק תווים אלפאנומריים ומקפים מותרים במחרוזת הפקודה.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "אופס! תחזיק מעמד! הקבצים שלך עדיין בתהליך העיבוד. אנו מבשלים אותם לשלמות. נא להתאזר בסבלנות ונודיע לך ברגע שיהיו מוכנים.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "אופס! נראה שהכתובת URL אינה תקינה. אנא בדוק שוב ונסה שנית.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "אופס! אתה משתמש בשיטה לא נתמכת (רק חזית). אנא שרת את ממשק המשתמש האינטרנטי מהשרת האחורי.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "פתח צ'אט חדש",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "API של OpenAI",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "טקסט פשוט (.txt)",
 	"Playground": "אזור משחקים",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "גישה חיובית",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "משוך מודל מ-Ollama.com",
 	"Query Params": "פרמטרי שאילתה",
 	"RAG Template": "תבנית RAG",
+	"Rating": "",
 	"Read Aloud": "קרא בקול",
 	"Record voice": "הקלט קול",
 	"Redirecting you to OpenWebUI Community": "מפנה אותך לקהילת OpenWebUI",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "העתקה אוטומטית של תגובה ללוח",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "תפקיד",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -633,6 +656,7 @@
 	"Set Steps": "הגדר שלבים",
 	"Set Task Model": "הגדרת מודל משימה",
 	"Set Voice": "הגדר קול",
+	"Set whisper model": "",
 	"Settings": "הגדרות",
 	"Settings saved successfully!": "ההגדרות נשמרו בהצלחה!",
 	"Share": "שתף",
@@ -660,7 +684,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "הגדרות חקירה של TTS",
-	"Submit": "שלח",
 	"Subtitle (e.g. about the Roman Empire)": "תחקור (לדוגמה: על מעמד הרומי)",
 	"Success": "הצלחה",
 	"Successfully updated.": "עדכון הצלחה.",
@@ -669,6 +692,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "מערכת",
+	"System Instructions": "",
 	"System Prompt": "תגובת מערכת",
 	"Tags": "תגיות",
 	"Tags Generation Prompt": "",
@@ -678,7 +702,6 @@
 	"Temperature": "טמפרטורה",
 	"Template": "תבנית",
 	"Temporary Chat": "",
-	"Text Completion": "תחילת טקסט",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "מנוע טקסט לדיבור",
 	"Tfs Z": "Tfs Z",
@@ -693,6 +716,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "פעולה זו מבטיחה שהשיחות בעלות הערך שלך יישמרו באופן מאובטח במסד הנתונים העורפי שלך. תודה!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -714,6 +738,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "היום",
 	"Toggle settings": "החלפת מצב של הגדרות",
 	"Toggle sidebar": "החלפת מצב של סרגל הצד",
@@ -749,6 +774,7 @@
 	"Update password": "עדכן סיסמה",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "העלה מודל GGUF",
 	"Upload directory": "",
@@ -763,9 +789,11 @@
 	"use_mlock (Ollama)": "use_mlock (אולמה)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "משתמש",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "הרשאות משתמש",
 	"Users": "משתמשים",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "שימוש",
 	"Valid time units:": "יחידות זמן תקינות:",
 	"Valves": "",
@@ -791,6 +819,7 @@
 	"What’s New in": "מה חדש ב",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "",
+	"Won": "",
 	"Workspace": "סביבה",
 	"Write a prompt suggestion (e.g. Who are you?)": "כתוב הצעה מהירה (למשל, מי אתה?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "כתוב סיכום ב-50 מילים שמסכם [נושא או מילת מפתח].",
@@ -800,6 +829,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "לא ניתן לשכפל מודל בסיס",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "אין לך שיחות בארכיון.",
 	"You have shared this chat": "שיתפת את השיחה הזו",
 	"You're a helpful assistant.": "אתה עוזר מועיל.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' or '-1' बिना किसी समाप्ति के",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)",
 	"(latest)": "(latest)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "इस मॉडल के बारे में एक संक्षिप्त विवरण जोड़ें",
 	"Add a short title for this prompt": "इस संकेत के लिए एक संक्षिप्त शीर्षक जोड़ें",
 	"Add a tag": "एक टैग जोड़े",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "अनुकूल संकेत जोड़ें",
 	"Add Files": "फाइलें जोड़ें",
 	"Add Memory": "मेमोरी जोड़ें",
-	"Add message": "संदेश डालें",
 	"Add Model": "मॉडल जोड़ें",
 	"Add Tag": "",
 	"Add Tags": "टैगों को जोड़ें",
@@ -44,7 +43,6 @@
 	"Advanced Params": "उन्नत परम",
 	"All chats": "",
 	"All Documents": "सभी डॉक्यूमेंट्स",
-	"All Users": "सभी उपयोगकर्ता",
 	"Allow Chat Deletion": "चैट हटाने की अनुमति दें",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "",
@@ -55,6 +53,7 @@
 	"Already have an account?": "क्या आपके पास पहले से एक खाता मौजूद है?",
 	"an assistant": "एक सहायक",
 	"and": "और",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "और एक नई साझा लिंक बनाएं.",
 	"API Base URL": "एपीआई बेस यूआरएल",
 	"API Key": "एपीआई कुंजी",
@@ -66,8 +65,10 @@
 	"Archived Chats": "संग्रहीत चैट",
 	"are allowed - Activate this command by typing": "अनुमति है - टाइप करके इस कमांड को सक्रिय करें",
 	"Are you sure?": "क्या आपको यकीन है?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "फ़ाइल atta",
 	"Attention to detail": "विस्तार पर ध्यान",
 	"Audio": "ऑडियो",
@@ -117,6 +118,7 @@
 	"Click here for help.": "सहायता के लिए यहां क्लिक करें।",
 	"Click here to": "यहां क्लिक करें",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "चयन करने के लिए यहां क्लिक करें।",
 	"Click here to select a csv file.": "सीएसवी फ़ाइल का चयन करने के लिए यहां क्लिक करें।",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "कमांड",
+	"Completions": "",
 	"Concurrent Requests": "समवर्ती अनुरोध",
 	"Confirm": "",
 	"Confirm Password": "पासवर्ड की पुष्टि कीजिये",
@@ -223,9 +226,11 @@
 	"Download": "डाउनलोड",
 	"Download canceled": "डाउनलोड रद्द किया गया",
 	"Download Database": "डेटाबेस डाउनलोड करें",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "बातचीत में जोड़ने के लिए कोई भी फ़ाइल यहां छोड़ें",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "जैसे '30s', '10m', मान्य समय इकाइयाँ 's', 'm', 'h' हैं।",
 	"Edit": "संपादित करें",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "यूजर को संपादित करो",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "चंक ओवरलैप दर्ज करें",
 	"Enter Chunk Size": "खंड आकार दर्ज करें",
+	"Enter description": "",
 	"Enter Github Raw URL": "Github Raw URL दर्ज करें",
 	"Enter Google PSE API Key": "Google PSE API कुंजी दर्ज करें",
 	"Enter Google PSE Engine Id": "Google PSE इंजन आईडी दर्ज करें",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "अपनी भूमिका दर्ज करें",
 	"Error": "चूक",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "प्रयोगात्मक",
 	"Export": "निर्यातित माल",
 	"Export All Chats (All Users)": "सभी चैट निर्यात करें (सभी उपयोगकर्ताओं की)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"February": "फरवरी",
+	"Feedback History": "",
 	"Feel free to add specific details": "विशिष्ट विवरण जोड़ने के लिए स्वतंत्र महसूस करें",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "आज मैं आपकी कैसे मदद कर सकता हूँ?",
 	"Hybrid Search": "हाइब्रिड खोज",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "छवि निर्माण (प्रायोगिक)",
 	"Image Generation Engine": "छवि निर्माण इंजन",
 	"Image Settings": "छवि सेटिंग्स",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "पिछली बार सक्रिय",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "सुन",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "एलएलएम गलतियाँ कर सकते हैं। महत्वपूर्ण जानकारी सत्यापित करें.",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "OpenWebUI समुदाय द्वारा निर्मित",
 	"Make sure to enclose them with": "उन्हें संलग्न करना सुनिश्चित करें",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "",
+	"Manage Arena Models": "",
 	"Manage Models": "मॉडल प्रबंधित करें",
 	"Manage Ollama Models": "Ollama मॉडल प्रबंधित करें",
 	"Manage Pipelines": "पाइपलाइनों का प्रबंधन करें",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "अपना लिंक बनाने के बाद आपके द्वारा भेजे गए संदेश साझा नहीं किए जाएंगे। यूआरएल वाले यूजर्स शेयर की गई चैट देख पाएंगे।",
 	"Min P": "",
 	"Minimum Score": "न्यूनतम स्कोर",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "मॉडल '{{modelName}}' सफलतापूर्वक डाउनलोड हो गया है।",
 	"Model '{{modelTag}}' is already in queue for downloading.": "मॉडल '{{modelTag}}' पहले से ही डाउनलोड करने के लिए कतार में है।",
 	"Model {{modelId}} not found": "मॉडल {{modelId}} नहीं मिला",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "मॉडल फ़ाइल सिस्टम पथ का पता चला. अद्यतन के लिए मॉडल संक्षिप्त नाम आवश्यक है, जारी नहीं रखा जा सकता।",
 	"Model ID": "मॉडल आईडी",
+	"Model Name": "",
 	"Model not selected": "मॉडल चयनित नहीं है",
 	"Model Params": "मॉडल Params",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "कोई परिणाम नहीं मिला",
 	"No search query generated": "कोई खोज क्वेरी जनरेट नहीं हुई",
 	"No source available": "कोई स्रोत उपलब्ध नहीं है",
@@ -486,13 +504,14 @@
 	"Only": "केवल",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "कमांड स्ट्रिंग में केवल अल्फ़ान्यूमेरिक वर्ण और हाइफ़न की अनुमति है।",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "उफ़! कृपया प्रतीक्षा करें, आपकी फ़ाइलें अभी भी प्रसंस्करण ओवन में हैं। हम उन्हें पूर्णता से पका रहे हैं। कृपया धैर्य रखें और जब वे तैयार हो जाएंगे तो हम आपको बता देंगे।",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "उफ़! ऐसा लगता है कि यूआरएल अमान्य है. कृपया दोबारा जांचें और पुनः प्रयास करें।",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "उफ़! आप एक असमर्थित विधि (केवल फ्रंटएंड) का उपयोग कर रहे हैं। कृपया बैकएंड से WebUI सर्वे करें।",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "नई चैट खोलें",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "सादा पाठ (.txt)",
 	"Playground": "कार्यक्षेत्र",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "सकारात्मक रवैया",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Ollama.com से एक मॉडल खींचें",
 	"Query Params": "क्वेरी पैरामीटर",
 	"RAG Template": "RAG टेम्पलेट",
+	"Rating": "",
 	"Read Aloud": "जोर से पढ़ें",
 	"Record voice": "आवाज रिकॉर्ड करना",
 	"Redirecting you to OpenWebUI Community": "आपको OpenWebUI समुदाय पर पुनर्निर्देशित किया जा रहा है",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "क्लिपबोर्ड पर प्रतिक्रिया ऑटोकॉपी",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "भूमिका",
 	"Rosé Pine": "रोसे पिन",
 	"Rosé Pine Dawn": "रोसे पिन डेन",
@@ -632,6 +655,7 @@
 	"Set Steps": "चरण निर्धारित करें",
 	"Set Task Model": "कार्य मॉडल सेट करें",
 	"Set Voice": "आवाज सेट करें",
+	"Set whisper model": "",
 	"Settings": "सेटिंग्स",
 	"Settings saved successfully!": "सेटिंग्स सफलतापूर्वक सहेजी गईं!",
 	"Share": "साझा करें",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "STT सेटिंग्स ",
-	"Submit": "सबमिट करें",
 	"Subtitle (e.g. about the Roman Empire)": "उपशीर्षक (जैसे रोमन साम्राज्य के बारे में)",
 	"Success": "संपन्न",
 	"Successfully updated.": "सफलतापूर्वक उत्परिवर्तित।",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "सिस्टम",
+	"System Instructions": "",
 	"System Prompt": "सिस्टम प्रॉम्प्ट",
 	"Tags": "टैग",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "टेंपेरेचर",
 	"Template": "टेम्पलेट",
 	"Temporary Chat": "",
-	"Text Completion": "पाठ समापन",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "टेक्स्ट-टू-स्पीच इंजन",
 	"Tfs Z": "टफ्स Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "यह सुनिश्चित करता है कि आपकी मूल्यवान बातचीत आपके बैकएंड डेटाबेस में सुरक्षित रूप से सहेजी गई है। धन्यवाद!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "आज",
 	"Toggle settings": "सेटिंग्स टॉगल करें",
 	"Toggle sidebar": "साइडबार टॉगल करें",
@@ -748,6 +773,7 @@
 	"Update password": "पासवर्ड अपडेट करें",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "GGUF मॉडल अपलोड करें",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "use_mlock (ओलामा)",
 	"use_mmap (Ollama)": "use_mmap (ओलामा)",
 	"user": "उपयोगकर्ता",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "उपयोगकर्ता अनुमतियाँ",
 	"Users": "उपयोगकर्ताओं",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "उपयोग करें",
 	"Valid time units:": "मान्य समय इकाइयाँ:",
 	"Valves": "",
@@ -790,6 +818,7 @@
 	"What’s New in": "इसमें नया क्या है",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "",
+	"Won": "",
 	"Workspace": "वर्कस्पेस",
 	"Write a prompt suggestion (e.g. Who are you?)": "एक त्वरित सुझाव लिखें (जैसे कि आप कौन हैं?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "50 शब्दों में एक सारांश लिखें जो [विषय या कीवर्ड] का सारांश प्रस्तुत करता हो।",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "आप बेस मॉडल का क्लोन नहीं बना सकते",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "आपको कोई अंकित चैट नहीं है।",
 	"You have shared this chat": "आपने इस चैट को शेयर किया है",
 	"You're a helpful assistant.": "आप एक सहायक सहायक हैं",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' ili '-1' za bez isteka.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(npr. `sh webui.sh --api`)",
 	"(latest)": "(najnovije)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Dodajte kratak opis funkcija ovog modela",
 	"Add a short title for this prompt": "Dodajte kratki naslov za ovaj prompt",
 	"Add a tag": "Dodaj oznaku",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Dodaj prilagođeni prompt",
 	"Add Files": "Dodaj datoteke",
 	"Add Memory": "Dodaj memoriju",
-	"Add message": "Dodaj poruku",
 	"Add Model": "Dodaj model",
 	"Add Tag": "",
 	"Add Tags": "Dodaj oznake",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Napredni parametri",
 	"All chats": "",
 	"All Documents": "Svi dokumenti",
-	"All Users": "Svi korisnici",
 	"Allow Chat Deletion": "Dopusti brisanje razgovora",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "Dopusti nelokalne glasove",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Već imate račun?",
 	"an assistant": "asistent",
 	"and": "i",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "i stvorite novu dijeljenu vezu.",
 	"API Base URL": "Osnovni URL API-ja",
 	"API Key": "API ključ",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Arhivirani razgovori",
 	"are allowed - Activate this command by typing": "su dopušteni - Aktivirajte ovu naredbu upisivanjem",
 	"Are you sure?": "Jeste li sigurni?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Priloži datoteku",
 	"Attention to detail": "Pažnja na detalje",
 	"Audio": "Audio",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Kliknite ovdje za pomoć.",
 	"Click here to": "Kliknite ovdje za",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Kliknite ovdje za odabir",
 	"Click here to select a csv file.": "Kliknite ovdje da odaberete csv datoteku.",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Naredba",
+	"Completions": "",
 	"Concurrent Requests": "Istodobni zahtjevi",
 	"Confirm": "",
 	"Confirm Password": "Potvrdite lozinku",
@@ -223,9 +226,11 @@
 	"Download": "Preuzimanje",
 	"Download canceled": "Preuzimanje otkazano",
 	"Download Database": "Preuzmi bazu podataka",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Spustite bilo koje datoteke ovdje za dodavanje u razgovor",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "npr. '30s','10m'. Važeće vremenske jedinice su 's', 'm', 'h'.",
 	"Edit": "Uredi",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "Uredi korisnika",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Unesite preklapanje dijelova",
 	"Enter Chunk Size": "Unesite veličinu dijela",
+	"Enter description": "",
 	"Enter Github Raw URL": "Unesite Github sirovi URL",
 	"Enter Google PSE API Key": "Unesite Google PSE API ključ",
 	"Enter Google PSE Engine Id": "Unesite ID Google PSE motora",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Unesite svoju ulogu",
 	"Error": "Greška",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Eksperimentalno",
 	"Export": "Izvoz",
 	"Export All Chats (All Users)": "Izvoz svih razgovora (svi korisnici)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "Greška kod ažuriranja postavki",
 	"Failed to upload file.": "",
 	"February": "Veljača",
+	"Feedback History": "",
 	"Feel free to add specific details": "Slobodno dodajte specifične detalje",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Kako vam mogu pomoći danas?",
 	"Hybrid Search": "Hibridna pretraga",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "Generiranje slika (eksperimentalno)",
 	"Image Generation Engine": "Stroj za generiranje slika",
 	"Image Settings": "Postavke slike",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "Zadnja aktivnost",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Svijetlo",
 	"Listening...": "Slušam...",
 	"LLMs can make mistakes. Verify important information.": "LLM-ovi mogu pogriješiti. Provjerite važne informacije.",
 	"Local Models": "Lokalni modeli",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Izradio OpenWebUI Community",
 	"Make sure to enclose them with": "Provjerite da ih zatvorite s",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "Upravljaj",
+	"Manage Arena Models": "",
 	"Manage Models": "Upravljanje modelima",
 	"Manage Ollama Models": "Upravljanje Ollama modelima",
 	"Manage Pipelines": "Upravljanje cjevovodima",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Poruke koje pošaljete nakon stvaranja veze neće se dijeliti. Korisnici s URL-om moći će vidjeti zajednički chat.",
 	"Min P": "",
 	"Minimum Score": "Minimalna ocjena",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Model '{{modelName}}' je uspješno preuzet.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' je već u redu za preuzimanje.",
 	"Model {{modelId}} not found": "Model {{modelId}} nije pronađen",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Otkriven put datotečnog sustava modela. Kratko ime modela je potrebno za ažuriranje, nije moguće nastaviti.",
 	"Model ID": "ID modela",
+	"Model Name": "",
 	"Model not selected": "Model nije odabran",
 	"Model Params": "Model parametri",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Nema rezultata",
 	"No search query generated": "Nije generiran upit za pretraživanje",
 	"No source available": "Nema dostupnog izvora",
@@ -486,13 +504,14 @@
 	"Only": "Samo",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Samo alfanumerički znakovi i crtice su dopušteni u naredbenom nizu.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Ups! Držite se! Vaše datoteke su još uvijek u procesu obrade. Pečemo ih do savršenstva. Molimo vas da budete strpljivi i obavijestit ćemo vas kada budu spremne.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Ups! Izgleda da je URL nevažeći. Molimo provjerite ponovno i pokušajte ponovo.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ups! Koristite nepodržanu metodu (samo frontend). Molimo poslužite WebUI s backend-a.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Otvorite novi razgovor",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Običan tekst (.txt)",
 	"Playground": "Igralište",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Pozitivan stav",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Povucite model s Ollama.com",
 	"Query Params": "Parametri upita",
 	"RAG Template": "RAG predložak",
+	"Rating": "",
 	"Read Aloud": "Čitaj naglas",
 	"Record voice": "Snimanje glasa",
 	"Redirecting you to OpenWebUI Community": "Preusmjeravanje na OpenWebUI zajednicu",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Automatsko kopiranje odgovora u međuspremnik",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Uloga",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -633,6 +656,7 @@
 	"Set Steps": "Postavi korake",
 	"Set Task Model": "Postavite model zadatka",
 	"Set Voice": "Postavi glas",
+	"Set whisper model": "",
 	"Settings": "Postavke",
 	"Settings saved successfully!": "Postavke su uspješno spremljene!",
 	"Share": "Podijeli",
@@ -660,7 +684,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "STT model",
 	"STT Settings": "STT postavke",
-	"Submit": "Pošalji",
 	"Subtitle (e.g. about the Roman Empire)": "Podnaslov (npr. o Rimskom carstvu)",
 	"Success": "Uspjeh",
 	"Successfully updated.": "Uspješno ažurirano.",
@@ -669,6 +692,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "Sustav",
+	"System Instructions": "",
 	"System Prompt": "Sistemski prompt",
 	"Tags": "Oznake",
 	"Tags Generation Prompt": "",
@@ -678,7 +702,6 @@
 	"Temperature": "Temperatura",
 	"Template": "Predložak",
 	"Temporary Chat": "",
-	"Text Completion": "Dovršavanje teksta",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Stroj za pretvorbu teksta u govor",
 	"Tfs Z": "Tfs Z",
@@ -693,6 +716,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Ovo osigurava da su vaši vrijedni razgovori sigurno spremljeni u bazu podataka. Hvala vam!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Ovo je eksperimentalna značajka, možda neće funkcionirati prema očekivanjima i podložna je promjenama u bilo kojem trenutku.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -714,6 +738,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "Danas",
 	"Toggle settings": "Prebaci postavke",
 	"Toggle sidebar": "Prebaci bočnu traku",
@@ -749,6 +774,7 @@
 	"Update password": "Ažuriraj lozinku",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "Učitaj GGUF model",
 	"Upload directory": "",
@@ -763,9 +789,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "korisnik",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "Korisnička dopuštenja",
 	"Users": "Korisnici",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Iskoristi",
 	"Valid time units:": "Važeće vremenske jedinice:",
 	"Valves": "",
@@ -791,6 +819,7 @@
 	"What’s New in": "Što je novo u",
 	"Whisper (Local)": "Whisper (lokalno)",
 	"Widescreen Mode": "Mod širokog zaslona",
+	"Won": "",
 	"Workspace": "Radna ploča",
 	"Write a prompt suggestion (e.g. Who are you?)": "Napišite prijedlog prompta (npr. Tko si ti?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Napišite sažetak u 50 riječi koji sažima [temu ili ključnu riječ].",
@@ -800,6 +829,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Možete personalizirati svoje interakcije s LLM-ima dodavanjem uspomena putem gumba 'Upravljanje' u nastavku, čineći ih korisnijima i prilagođenijima vama.",
 	"You cannot clone a base model": "Ne možete klonirati osnovni model",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Nemate arhiviranih razgovora.",
 	"You have shared this chat": "Podijelili ste ovaj razgovor",
 	"You're a helpful assistant.": "Vi ste korisni asistent.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' atau '-1' untuk tidak ada kedaluwarsa.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(contoh: `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(contoh: `sh webui.sh --api`)",
 	"(latest)": "(terbaru)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Tambahkan deskripsi singkat tentang apa yang dilakukan model ini",
 	"Add a short title for this prompt": "Tambahkan judul singkat untuk prompt ini",
 	"Add a tag": "Menambahkan tag",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Tambahkan prompt khusus",
 	"Add Files": "Menambahkan File",
 	"Add Memory": "Menambahkan Memori",
-	"Add message": "Tambahkan pesan",
 	"Add Model": "Tambahkan Model",
 	"Add Tag": "",
 	"Add Tags": "Tambahkan Tag",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Parameter Lanjutan",
 	"All chats": "",
 	"All Documents": "Semua Dokumen",
-	"All Users": "Semua Pengguna",
 	"Allow Chat Deletion": "Izinkan Penghapusan Obrolan",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "Izinkan suara non-lokal",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Sudah memiliki akun?",
 	"an assistant": "asisten",
 	"and": "dan",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "dan membuat tautan bersama baru.",
 	"API Base URL": "URL Dasar API",
 	"API Key": "Kunci API",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Obrolan yang Diarsipkan",
 	"are allowed - Activate this command by typing": "diizinkan - Aktifkan perintah ini dengan mengetik",
 	"Are you sure?": "Apakah Anda yakin?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Lampirkan file",
 	"Attention to detail": "Perhatian terhadap detail",
 	"Audio": "Audio",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Klik di sini untuk bantuan.",
 	"Click here to": "Klik di sini untuk",
 	"Click here to download user import template file.": "Klik di sini untuk mengunduh file templat impor pengguna.",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Klik di sini untuk memilih",
 	"Click here to select a csv file.": "Klik di sini untuk memilih file csv.",
 	"Click here to select a py file.": "Klik di sini untuk memilih file py.",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Perintah",
+	"Completions": "",
 	"Concurrent Requests": "Permintaan Bersamaan",
 	"Confirm": "Konfirmasi",
 	"Confirm Password": "Konfirmasi Kata Sandi",
@@ -223,9 +226,11 @@
 	"Download": "Unduh",
 	"Download canceled": "Unduh dibatalkan",
 	"Download Database": "Unduh Basis Data",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Letakkan file apa pun di sini untuk ditambahkan ke percakapan",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "misalnya '30-an', '10m'. Satuan waktu yang valid adalah 's', 'm', 'h'.",
 	"Edit": "Edit",
+	"Edit Arena Model": "",
 	"Edit Memory": "Edit Memori",
 	"Edit User": "Edit Pengguna",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Masukkan Tumpang Tindih Chunk",
 	"Enter Chunk Size": "Masukkan Ukuran Potongan",
+	"Enter description": "",
 	"Enter Github Raw URL": "Masukkan URL Mentah Github",
 	"Enter Google PSE API Key": "Masukkan Kunci API Google PSE",
 	"Enter Google PSE Engine Id": "Masukkan Id Mesin Google PSE",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Masukkan Peran Anda",
 	"Error": "Kesalahan",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Percobaan",
 	"Export": "Ekspor",
 	"Export All Chats (All Users)": "Ekspor Semua Obrolan (Semua Pengguna)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "Gagal memperbarui pengaturan",
 	"Failed to upload file.": "",
 	"February": "Februari",
+	"Feedback History": "",
 	"Feel free to add specific details": "Jangan ragu untuk menambahkan detail spesifik",
 	"File": "Berkas",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Ada yang bisa saya bantu hari ini?",
 	"Hybrid Search": "Pencarian Hibrida",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "Pembuatan Gambar (Eksperimental)",
 	"Image Generation Engine": "Mesin Pembuat Gambar",
 	"Image Settings": "Pengaturan Gambar",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "Terakhir Aktif",
 	"Last Modified": "Terakhir Dimodifikasi",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Cahaya",
 	"Listening...": "Mendengarkan",
 	"LLMs can make mistakes. Verify important information.": "LLM dapat membuat kesalahan. Verifikasi informasi penting.",
 	"Local Models": "Model Lokal",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Dibuat oleh Komunitas OpenWebUI",
 	"Make sure to enclose them with": "Pastikan untuk melampirkannya dengan",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "Mengelola",
+	"Manage Arena Models": "",
 	"Manage Models": "Kelola Model",
 	"Manage Ollama Models": "Mengelola Model Ollama",
 	"Manage Pipelines": "Mengelola Saluran Pipa",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "Memori berhasil dihapus",
 	"Memory updated successfully": "Memori berhasil diperbarui",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Pesan yang Anda kirim setelah membuat tautan tidak akan dibagikan. Pengguna yang memiliki URL tersebut akan dapat melihat obrolan yang dibagikan.",
 	"Min P": "",
 	"Minimum Score": "Skor Minimum",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH: mm",
 	"MMMM DD, YYYY hh:mm:ss A": "MMMM DD, YYYY jj: mm: dd A",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Model '{{modelName}}' telah berhasil diunduh.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' sudah berada dalam antrean untuk diunduh.",
 	"Model {{modelId}} not found": "Model {{modelId}} tidak ditemukan",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "Model berhasil dibuat!",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Jalur sistem berkas model terdeteksi. Nama pendek model diperlukan untuk pembaruan, tidak dapat dilanjutkan.",
 	"Model ID": "ID Model",
+	"Model Name": "",
 	"Model not selected": "Model tidak dipilih",
 	"Model Params": "Parameter Model",
 	"Model updated successfully": "Model berhasil diperbarui",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "Tidak ada konten untuk dibicarakan",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "Tidak ada file yang dipilih",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Tidak ada hasil yang ditemukan",
 	"No search query generated": "Tidak ada permintaan pencarian yang dibuat",
 	"No source available": "Tidak ada sumber yang tersedia",
@@ -486,13 +504,14 @@
 	"Only": "Hanya",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Hanya karakter alfanumerik dan tanda hubung yang diizinkan dalam string perintah.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Ups! Pegangan yang kuat! File Anda masih berada di dalam oven pemrosesan. Kami sedang memasaknya hingga sempurna. Mohon bersabar dan kami akan memberi tahu Anda jika sudah siap.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Ups! Sepertinya URL tidak valid. Mohon periksa ulang dan coba lagi.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "Ups! Ada kesalahan pada respons sebelumnya. Silakan coba lagi atau hubungi admin.",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ups! Anda menggunakan metode yang tidak didukung (hanya untuk frontend). Silakan sajikan WebUI dari backend.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Buka obrolan baru",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "API OpenAI",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Teks biasa (.txt)",
 	"Playground": "Taman bermain",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Sikap positif",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Tarik model dari Ollama.com",
 	"Query Params": "Parameter Kueri",
 	"RAG Template": "Templat RAG",
+	"Rating": "",
 	"Read Aloud": "Baca dengan Keras",
 	"Record voice": "Rekam suara",
 	"Redirecting you to OpenWebUI Community": "Mengarahkan Anda ke Komunitas OpenWebUI",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Tanggapan Salin Otomatis ke Papan Klip",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Notifikasi respons tidak dapat diaktifkan karena izin situs web telah ditolak. Silakan kunjungi pengaturan browser Anda untuk memberikan akses yang diperlukan.",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Peran",
 	"Rosé Pine": "Pinus Rosé",
 	"Rosé Pine Dawn": "Rosé Pine Fajar",
@@ -632,6 +655,7 @@
 	"Set Steps": "Tetapkan Langkah",
 	"Set Task Model": "Tetapkan Model Tugas",
 	"Set Voice": "Mengatur Suara",
+	"Set whisper model": "",
 	"Settings": "Pengaturan",
 	"Settings saved successfully!": "Pengaturan berhasil disimpan!",
 	"Share": "Berbagi",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "Model STT",
 	"STT Settings": "Pengaturan STT",
-	"Submit": "Kirim",
 	"Subtitle (e.g. about the Roman Empire)": "Subtitle (misalnya tentang Kekaisaran Romawi)",
 	"Success": "Berhasil",
 	"Successfully updated.": "Berhasil diperbarui.",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "Sistem",
+	"System Instructions": "",
 	"System Prompt": "Permintaan Sistem",
 	"Tags": "Tag",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "Suhu",
 	"Template": "Templat",
 	"Temporary Chat": "",
-	"Text Completion": "Penyelesaian Teks",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Mesin Teks-ke-Suara",
 	"Tfs Z": "Tfs Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Ini akan memastikan bahwa percakapan Anda yang berharga disimpan dengan aman ke basis data backend. Terima kasih!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Ini adalah fitur eksperimental, mungkin tidak berfungsi seperti yang diharapkan dan dapat berubah sewaktu-waktu.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "Ini akan menghapus",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "Untuk memilih filter di sini, tambahkan filter ke ruang kerja \"Fungsi\" terlebih dahulu.",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "Untuk memilih perangkat di sini, tambahkan ke ruang kerja \"Alat\" terlebih dahulu.",
+	"Toast notifications for new updates": "",
 	"Today": "Hari ini",
 	"Toggle settings": "Beralih pengaturan",
 	"Toggle sidebar": "Beralih bilah sisi",
@@ -748,6 +773,7 @@
 	"Update password": "Perbarui kata sandi",
 	"Updated": "",
 	"Updated at": "Diperbarui di",
+	"Updated At": "",
 	"Upload": "Unggah",
 	"Upload a GGUF model": "Unggah model GGUF",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "pengguna",
+	"User": "",
 	"User location successfully retrieved.": "Lokasi pengguna berhasil diambil.",
 	"User Permissions": "Izin Pengguna",
 	"Users": "Pengguna",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Memanfaatkan",
 	"Valid time units:": "Unit waktu yang valid:",
 	"Valves": "Katup",
@@ -790,6 +818,7 @@
 	"What’s New in": "Apa yang Baru di",
 	"Whisper (Local)": "Bisikan (Lokal)",
 	"Widescreen Mode": "Mode Layar Lebar",
+	"Won": "",
 	"Workspace": "Ruang Kerja",
 	"Write a prompt suggestion (e.g. Who are you?)": "Menulis saran cepat (misalnya Siapa kamu?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Tulis ringkasan dalam 50 kata yang merangkum [topik atau kata kunci].",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Anda dapat mempersonalisasi interaksi Anda dengan LLM dengan menambahkan kenangan melalui tombol 'Kelola' di bawah ini, sehingga lebih bermanfaat dan disesuaikan untuk Anda.",
 	"You cannot clone a base model": "Anda tidak dapat mengkloning model dasar",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Anda tidak memiliki percakapan yang diarsipkan.",
 	"You have shared this chat": "Anda telah membagikan obrolan ini",
 	"You're a helpful assistant.": "Anda adalah asisten yang membantu.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' nó '-1' gan aon éag.",
-	"(Beta)": "(Béite)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(m.sh. `sh webui.sh --api --api-auth username_password `)",
 	"(e.g. `sh webui.sh --api`)": "(m.sh. `sh webui.sh --api`)",
 	"(latest)": "(is déanaí)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Cuir cur síos gairid leis faoin méid a dhéanann an tsamhail seo",
 	"Add a short title for this prompt": "Cuir teideal gairid leis an gpras seo",
 	"Add a tag": "Cuir clib leis",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Cuir pras saincheaptha leis",
 	"Add Files": "Cuir Comhaid",
 	"Add Memory": "Cuir Cuimhne",
-	"Add message": "Cuir teachtaireacht leis",
 	"Add Model": "Cuir múnla leis",
 	"Add Tag": "Cuir Clib leis",
 	"Add Tags": "Cuir Clibeanna leis",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Paraiméid Casta",
 	"All chats": "",
 	"All Documents": "Gach Doiciméad",
-	"All Users": "Gach Úsáideoir",
 	"Allow Chat Deletion": "Cead Scriosadh Comhrá",
 	"Allow Chat Editing": "Ceadaigh Eagarthóireacht",
 	"Allow non-local voices": "Lig guthanna neamh-áitiúla",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Tá cuntas agat cheana féin?",
 	"an assistant": "cúntóir",
 	"and": "agus",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "agus cruthaigh nasc nua roinnte.",
 	"API Base URL": "URL Bonn API",
 	"API Key": "Eochair API",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Comhráite Cartlann",
 	"are allowed - Activate this command by typing": "ceadaítear - Gníomhachtaigh an t-ordú seo trí chló",
 	"Are you sure?": "An bhfuil tú cinnte?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Ceangail comhad",
 	"Attention to detail": "Aird ar mhionsonraí",
 	"Audio": "Fuaim",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Cliceáil anseo le haghaidh cabhair.",
 	"Click here to": "Cliceáil anseo chun",
 	"Click here to download user import template file.": "Cliceáil anseo chun an comhad iompórtála úsáideora a íoslódáil.",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Cliceáil anseo chun roghnú",
 	"Click here to select a csv file.": "Cliceáil anseo chun comhad csv a roghnú.",
 	"Click here to select a py file.": "Cliceáil anseo chun comhad py a roghnú.",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "Sreabhadh Oibre ComfyUI",
 	"ComfyUI Workflow Nodes": "Nóid Sreabhadh Oibre ComfyUI",
 	"Command": "Ordú",
+	"Completions": "",
 	"Concurrent Requests": "Iarrataí Comhthéime",
 	"Confirm": "Deimhnigh",
 	"Confirm Password": "Deimhnigh Pasfhocal",
@@ -223,9 +226,11 @@
 	"Download": "Íoslódáil",
 	"Download canceled": "Íoslódáil cealaithe",
 	"Download Database": "Íoslódáil Bunachair",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Scaoil aon chomhaid anseo le cur leis an gcomhrá",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "m.sh. '30s', '10m'. Is iad aonaid ama bailí ná 's', 'm', 'h'.",
 	"Edit": "Cuir in eagar",
+	"Edit Arena Model": "",
 	"Edit Memory": "Cuir Cuimhne in eagar",
 	"Edit User": "Cuir Úsáideoir in eagar",
 	"ElevenLabs": "Eleven Labs",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "Cuir isteach Scála CFG (m.sh. 7.0)",
 	"Enter Chunk Overlap": "Cuir isteach Chunk Forluí",
 	"Enter Chunk Size": "Cuir isteach Méid an Chunc",
+	"Enter description": "",
 	"Enter Github Raw URL": "Cuir isteach URL Github Raw",
 	"Enter Google PSE API Key": "Cuir isteach Eochair API Google PSE",
 	"Enter Google PSE Engine Id": "Cuir isteach ID Inneall Google PSE",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Cuir isteach do Ról",
 	"Error": "Earráid",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Turgnamhach",
 	"Export": "Easpórtáil",
 	"Export All Chats (All Users)": "Easpórtáil gach comhrá (Gach Úsáideoir)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "Theip ar shocruithe a nuashonrú",
 	"Failed to upload file.": "",
 	"February": "Feabhra",
+	"Feedback History": "",
 	"Feel free to add specific details": "Ná bíodh leisce ort sonraí ar leith a chur leis",
 	"File": "Comhad",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Conas is féidir liom cabhrú leat inniu?",
 	"Hybrid Search": "Cuardach Hibrideach",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Admhaím gur léigh mé agus tuigim impleachtaí mo ghníomhaíochta. Táim ar an eolas faoi na rioscaí a bhaineann le cód treallach a fhorghníomhú agus tá iontaofacht na foinse fíoraithe agam.",
+	"ID": "",
 	"Image Generation (Experimental)": "Giniúint Íomhá (Turgnaimh)",
 	"Image Generation Engine": "Inneall Giniúna Íomh",
 	"Image Settings": "Socruithe Íomhá",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "samhlacha teanga móra, go háitiúil.",
 	"Last Active": "Gníomhach Deiridh",
 	"Last Modified": "Athraithe Deiridh",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "Fág folamh le haghaidh neamhtheoranta",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Fág folamh chun an pras réamhshocraithe a úsáid, nó cuir isteach pras saincheaptha",
 	"Light": "Solas",
 	"Listening...": "Éisteacht...",
 	"LLMs can make mistakes. Verify important information.": "Is féidir le LLManna botúin a dhéanamh. Fíoraigh faisnéis thábhachtach.",
 	"Local Models": "Múnlaí Áitiúla",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Déanta ag OpenWebUI Community",
 	"Make sure to enclose them with": "Déan cinnte iad a cheangal le",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "Déan cinnte comhad workflow.json a onnmhairiú mar fhormáid API ó ComfyUI.",
 	"Manage": "Bainistiú",
+	"Manage Arena Models": "",
 	"Manage Models": "Samhlacha a bhainistiú",
 	"Manage Ollama Models": "Bainistigh Samhlacha Ollama",
 	"Manage Pipelines": "Bainistigh píblín",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "Cuimhne scriosta go rathúil",
 	"Memory updated successfully": "Cuimhne nuashonraithe",
 	"Merge Responses": "Cumaisc Freagraí",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Ní roinnfear teachtaireachtaí a sheolann tú tar éis do nasc a chruthú. Beidh úsáideoirí leis an URL in ann féachaint ar an gcomhrá roinnte.",
 	"Min P": "Min P",
 	"Minimum Score": "Scór Íosta",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM LL, BBBB",
 	"MMMM DD, YYYY HH:mm": "MMMM LL, BBBB HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "MMMM LL, BBBB hh:mm:ss A",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Rinneadh an tsamhail '{{modelName}}' a íoslódáil go rathúil.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Tá múnla ‘{{modelTag}}’ sa scuaine cheana féin le híoslódáil.",
 	"Model {{modelId}} not found": "Múnla {{modelId}} gan aimsiú",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "Cruthaíodh múnla go rathúil!",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Braitheadh \u200b\u200bconair chóras comhad samhail. Teastaíonn mionainm múnla le haghaidh nuashonraithe, ní féidir leanúint ar aghaidh.",
 	"Model ID": "ID Mhúnla",
+	"Model Name": "",
 	"Model not selected": "Múnla nach roghnaíodh",
 	"Model Params": "Múnla Params",
 	"Model updated successfully": "An tsamhail nuashonraithe",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "Níl aon ábhar le labhairt",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "Níl aon chomhad roghnaithe",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Níl aon torthaí le fáil",
 	"No search query generated": "Ní ghintear aon cheist cuardaigh",
 	"No source available": "Níl aon fhoinse ar fáil",
@@ -486,13 +504,14 @@
 	"Only": "Amháin",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Ní cheadaítear ach carachtair alfauméireacha agus braithíní sa sreangán ordaithe.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Ups! Coinnigh daingean! Tá do chuid comhad fós san oigheann próiseála. Táimid ag cócaireacht iad go foirfeacht. Bí foighneach le do thoil agus cuirfimid in iúl duit nuair a bheidh siad réidh.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Ups! Is cosúil go bhfuil an URL neamhbhailí. Seiceáil faoi dhó le do thoil agus iarracht arís.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "Ups! Bhí earráid sa fhreagra roimhe seo. Bain triail as arís nó déan teagmháil le admin.",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ups! Tá modh gan tacaíocht á úsáid agat (tosaigh amháin). Freastal ar an WebUI ón gcúltaca le do thoil.",
 	"Open file": "Oscail comhad",
 	"Open in full screen": "",
 	"Open new chat": "Oscail comhrá nua",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Tá leagan WebUI oscailte (v{{OPEN_WEBUI_VERSION}}) níos ísle ná an leagan riachtanach (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "API OpenAI",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Téacs simplí (.txt)",
 	"Playground": "Clós súgartha",
 	"Please carefully review the following warnings:": "Déan athbhreithniú cúramach ar na rabhaidh seo a leanas le do thoil:",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "Roghnaigh cúis le do thoil",
 	"Positive attitude": "Dearcadh dearfach",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Tarraing samhail ó Ollama.com",
 	"Query Params": "Fiosrúcháin Params",
 	"RAG Template": "Teimpléad RAG",
+	"Rating": "",
 	"Read Aloud": "Léigh Ard",
 	"Record voice": "Taifead guth",
 	"Redirecting you to OpenWebUI Community": "Tú a atreorú chuig OpenWebUI Community",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Freagra AutoCopy go Gearrthaisce",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Ní féidir fógraí freagartha a ghníomhachtú toisc gur diúltaíodh ceadanna an tsuímh Ghréasáin. Tabhair cuairt ar do shocruithe brabhsálaí chun an rochtain riachtanach a dheonú.",
 	"Response splitting": "Scoilt freagartha",
+	"Result": "",
+	"RK": "",
 	"Role": "Ról",
 	"Rosé Pine": "Pine Rosé",
 	"Rosé Pine Dawn": "Rose Pine Dawn",
@@ -632,6 +655,7 @@
 	"Set Steps": "Socraigh Céimeanna",
 	"Set Task Model": "Socraigh Samhail Tasc",
 	"Set Voice": "Socraigh Guth",
+	"Set whisper model": "",
 	"Settings": "Socruithe",
 	"Settings saved successfully!": "Socruithe sábhálta go rathúil!",
 	"Share": "Comhroinn",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "Freagra Comhrá Sruth",
 	"STT Model": "Múnla STT",
 	"STT Settings": "Socruithe STT",
-	"Submit": "Cuir isteach",
 	"Subtitle (e.g. about the Roman Empire)": "Fotheideal (m.sh. faoin Impireacht Rómhánach)",
 	"Success": "Rath",
 	"Successfully updated.": "Nuashonraithe go rathúil.",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "Tacaigh leis an mbreiseán seo:",
 	"Sync directory": "",
 	"System": "Córas",
+	"System Instructions": "",
 	"System Prompt": "Córas Pras",
 	"Tags": "Clibeanna",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "Teocht",
 	"Template": "Teimpléad",
 	"Temporary Chat": "Comhrá Sealadach",
-	"Text Completion": "Críochnú Téacs",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Inneall téacs-go-labhra",
 	"Tfs Z": "TFS Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Cinntíonn sé seo go sábhálfar do chomhráite luachmhara go daingean i do bhunachar sonraí cúltaca Go raibh maith agat!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Is gné turgnamhach í seo, b'fhéidir nach bhfeidhmeoidh sé mar a bhíothas ag súil leis agus tá sé faoi réir athraithe ag am ar bith.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "Scriosfaidh sé seo",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "Chun gníomhartha a roghnú anseo, cuir iad leis an spás oibre “Feidhmeanna” ar dtús.",
 	"To select filters here, add them to the \"Functions\" workspace first.": "Chun scagairí a roghnú anseo, cuir iad leis an spás oibre “Feidhmeanna” ar dtús.",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "Chun trealamh uirlisí a roghnú anseo, cuir iad leis an spás oibre “Uirlisí” ar dtús.",
+	"Toast notifications for new updates": "",
 	"Today": "Inniu",
 	"Toggle settings": "Socraigh socruithe",
 	"Toggle sidebar": "Athraigh barra taobh",
@@ -748,6 +773,7 @@
 	"Update password": "Nuashonrú pasfhocal",
 	"Updated": "",
 	"Updated at": "Nuashonraithe ag",
+	"Updated At": "",
 	"Upload": "Uaslódáil",
 	"Upload a GGUF model": "Uaslódáil samhail GGUF",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "úsáideoir",
+	"User": "",
 	"User location successfully retrieved.": "Fuarthas suíomh an úsáideora go rathúil.",
 	"User Permissions": "Ceadanna Úsáideora",
 	"Users": "Úsáideoirí",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Úsáid",
 	"Valid time units:": "Aonaid ama bailí:",
 	"Valves": "Comhlaí",
@@ -790,6 +818,7 @@
 	"What’s New in": "Cad atá Nua i",
 	"Whisper (Local)": "Whisper (Áitiúil)",
 	"Widescreen Mode": "Mód Leathanscáileán",
+	"Won": "",
 	"Workspace": "Spás oibre",
 	"Write a prompt suggestion (e.g. Who are you?)": "Scríobh moladh pras (m.sh. Cé hé tú?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Scríobh achoimre i 50 focal a dhéanann achoimre ar [ábhar nó eochairfhocal].",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Ní féidir leat comhrá a dhéanamh ach le comhad {{maxCount}} ar a mhéad ag an am.",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Is féidir leat do chuid idirghníomhaíochtaí le LLManna a phearsantú ach cuimhní cinn a chur leis tríd an gcnaipe 'Bainistigh' thíos, rud a fhágann go mbeidh siad níos cabhrach agus níos oiriúnaí duit.",
 	"You cannot clone a base model": "Ní féidir leat bunmhúnla a chlónáil",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Níl aon chomhráite cartlainne agat.",
 	"You have shared this chat": "Tá an comhrá seo roinnte agat",
 	"You're a helpful assistant.": "Is cúntóir cabhrach tú.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' o '-1' per nessuna scadenza.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(p.e. `sh webui.sh --api`)",
 	"(latest)": "(ultima)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Aggiungi una breve descrizione di ciò che fa questo modello",
 	"Add a short title for this prompt": "Aggiungi un titolo breve per questo prompt",
 	"Add a tag": "Aggiungi un tag",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Aggiungi un prompt custom",
 	"Add Files": "Aggiungi file",
 	"Add Memory": "Aggiungi memoria",
-	"Add message": "Aggiungi messaggio",
 	"Add Model": "Aggiungi modello",
 	"Add Tag": "",
 	"Add Tags": "Aggiungi tag",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Parametri avanzati",
 	"All chats": "",
 	"All Documents": "Tutti i documenti",
-	"All Users": "Tutti gli utenti",
 	"Allow Chat Deletion": "Consenti l'eliminazione della chat",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Hai già un account?",
 	"an assistant": "un assistente",
 	"and": "e",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "e crea un nuovo link condiviso.",
 	"API Base URL": "URL base API",
 	"API Key": "Chiave API",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Chat archiviate",
 	"are allowed - Activate this command by typing": "sono consentiti - Attiva questo comando digitando",
 	"Are you sure?": "Sei sicuro?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Allega file",
 	"Attention to detail": "Attenzione ai dettagli",
 	"Audio": "Audio",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Clicca qui per aiuto.",
 	"Click here to": "Clicca qui per",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Clicca qui per selezionare",
 	"Click here to select a csv file.": "Clicca qui per selezionare un file csv.",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Comando",
+	"Completions": "",
 	"Concurrent Requests": "Richieste simultanee",
 	"Confirm": "",
 	"Confirm Password": "Conferma password",
@@ -223,9 +226,11 @@
 	"Download": "Scarica",
 	"Download canceled": "Scaricamento annullato",
 	"Download Database": "Scarica database",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Trascina qui i file da aggiungere alla conversazione",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "ad esempio '30s','10m'. Le unità di tempo valide sono 's', 'm', 'h'.",
 	"Edit": "Modifica",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "Modifica utente",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Inserisci la sovrapposizione chunk",
 	"Enter Chunk Size": "Inserisci la dimensione chunk",
+	"Enter description": "",
 	"Enter Github Raw URL": "Immettere l'URL grezzo di Github",
 	"Enter Google PSE API Key": "Inserisci la chiave API PSE di Google",
 	"Enter Google PSE Engine Id": "Inserisci l'ID motore PSE di Google",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Inserisci il tuo ruolo",
 	"Error": "Errore",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Sperimentale",
 	"Export": "Esportazione",
 	"Export All Chats (All Users)": "Esporta tutte le chat (tutti gli utenti)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"February": "Febbraio",
+	"Feedback History": "",
 	"Feel free to add specific details": "Sentiti libero/a di aggiungere dettagli specifici",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Come posso aiutarti oggi?",
 	"Hybrid Search": "Ricerca ibrida",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "Generazione di immagini (sperimentale)",
 	"Image Generation Engine": "Motore di generazione immagini",
 	"Image Settings": "Impostazioni immagine",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "Ultima attività",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Chiaro",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "Gli LLM possono commettere errori. Verifica le informazioni importanti.",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Realizzato dalla comunità OpenWebUI",
 	"Make sure to enclose them with": "Assicurati di racchiuderli con",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "",
+	"Manage Arena Models": "",
 	"Manage Models": "Gestisci modelli",
 	"Manage Ollama Models": "Gestisci modelli Ollama",
 	"Manage Pipelines": "Gestire le pipeline",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "I messaggi inviati dopo la creazione del link non verranno condivisi. Gli utenti con l'URL saranno in grado di visualizzare la chat condivisa.",
 	"Min P": "",
 	"Minimum Score": "Punteggio minimo",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Il modello '{{modelName}}' è stato scaricato con successo.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Il modello '{{modelTag}}' è già in coda per il download.",
 	"Model {{modelId}} not found": "Modello {{modelId}} non trovato",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Percorso del filesystem del modello rilevato. Il nome breve del modello è richiesto per l'aggiornamento, impossibile continuare.",
 	"Model ID": "ID modello",
+	"Model Name": "",
 	"Model not selected": "Modello non selezionato",
 	"Model Params": "Parametri del modello",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Nessun risultato trovato",
 	"No search query generated": "Nessuna query di ricerca generata",
 	"No source available": "Nessuna fonte disponibile",
@@ -486,13 +504,14 @@
 	"Only": "Solo",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Nella stringa di comando sono consentiti solo caratteri alfanumerici e trattini.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Ops! Aspetta! I tuoi file sono ancora in fase di elaborazione. Li stiamo cucinando alla perfezione. Per favore sii paziente e ti faremo sapere quando saranno pronti.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Ops! Sembra che l'URL non sia valido. Si prega di ricontrollare e riprovare.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ops! Stai utilizzando un metodo non supportato (solo frontend). Si prega di servire la WebUI dal backend.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Apri nuova chat",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "API OpenAI",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Testo normale (.txt)",
 	"Playground": "Terreno di gioco",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Attitudine positiva",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Estrai un modello da Ollama.com",
 	"Query Params": "Parametri query",
 	"RAG Template": "Modello RAG",
+	"Rating": "",
 	"Read Aloud": "Leggi ad alta voce",
 	"Record voice": "Registra voce",
 	"Redirecting you to OpenWebUI Community": "Reindirizzamento alla comunità OpenWebUI",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Copia automatica della risposta negli appunti",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Ruolo",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -633,6 +656,7 @@
 	"Set Steps": "Imposta passaggi",
 	"Set Task Model": "Imposta modello di attività",
 	"Set Voice": "Imposta voce",
+	"Set whisper model": "",
 	"Settings": "Impostazioni",
 	"Settings saved successfully!": "Impostazioni salvate con successo!",
 	"Share": "Condividi",
@@ -660,7 +684,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "Impostazioni STT",
-	"Submit": "Invia",
 	"Subtitle (e.g. about the Roman Empire)": "Sottotitolo (ad esempio sull'Impero Romano)",
 	"Success": "Successo",
 	"Successfully updated.": "Aggiornato con successo.",
@@ -669,6 +692,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "Sistema",
+	"System Instructions": "",
 	"System Prompt": "Prompt di sistema",
 	"Tags": "Tag",
 	"Tags Generation Prompt": "",
@@ -678,7 +702,6 @@
 	"Temperature": "Temperatura",
 	"Template": "Modello",
 	"Temporary Chat": "",
-	"Text Completion": "Completamento del testo",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Motore da testo a voce",
 	"Tfs Z": "Tfs Z",
@@ -693,6 +716,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Ciò garantisce che le tue preziose conversazioni siano salvate in modo sicuro nel tuo database backend. Grazie!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -714,6 +738,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "Oggi",
 	"Toggle settings": "Attiva/disattiva impostazioni",
 	"Toggle sidebar": "Attiva/disattiva barra laterale",
@@ -749,6 +774,7 @@
 	"Update password": "Aggiorna password",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "Carica un modello GGUF",
 	"Upload directory": "",
@@ -763,9 +789,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "utente",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "Autorizzazioni utente",
 	"Users": "Utenti",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Utilizza",
 	"Valid time units:": "Unità di tempo valide:",
 	"Valves": "",
@@ -791,6 +819,7 @@
 	"What’s New in": "Novità in",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "",
+	"Won": "",
 	"Workspace": "Area di lavoro",
 	"Write a prompt suggestion (e.g. Who are you?)": "Scrivi un suggerimento per il prompt (ad esempio Chi sei?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Scrivi un riassunto in 50 parole che riassume [argomento o parola chiave].",
@@ -800,6 +829,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "Non è possibile clonare un modello di base",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Non hai conversazioni archiviate.",
 	"You have shared this chat": "Hai condiviso questa chat",
 	"You're a helpful assistant.": "Sei un assistente utile.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' または '-1' で無期限。",
-	"(Beta)": "(ベータ版)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(例: `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(例: `sh webui.sh --api`)",
 	"(latest)": "(最新)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "このモデルの機能に関する簡単な説明を追加します",
 	"Add a short title for this prompt": "このプロンプトへ名前を追加",
 	"Add a tag": "タグを追加",
+	"Add Arena Model": "",
 	"Add Content": "コンテンツを追加",
 	"Add content here": "ここへコンテンツを追加",
 	"Add custom prompt": "カスタムプロンプトを追加",
 	"Add Files": "ファイルを追加",
 	"Add Memory": "メモリを追加",
-	"Add message": "メッセージを追加",
 	"Add Model": "モデルを追加",
 	"Add Tag": "タグを追加",
 	"Add Tags": "タグを追加",
@@ -44,7 +43,6 @@
 	"Advanced Params": "高度なパラメータ",
 	"All chats": "",
 	"All Documents": "全てのドキュメント",
-	"All Users": "すべてのユーザー",
 	"Allow Chat Deletion": "チャットの削除を許可",
 	"Allow Chat Editing": "チャットの編集を許可",
 	"Allow non-local voices": "ローカル以外のボイスを許可",
@@ -55,6 +53,7 @@
 	"Already have an account?": "すでにアカウントをお持ちですか?",
 	"an assistant": "アシスタント",
 	"and": "および",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "し、新しい共有リンクを作成します。",
 	"API Base URL": "API ベース URL",
 	"API Key": "API キー",
@@ -66,8 +65,10 @@
 	"Archived Chats": "チャット記録",
 	"are allowed - Activate this command by typing": "が許可されています - 次のように入力してこのコマンドをアクティブ化します",
 	"Are you sure?": "よろしいですか?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "質問して下さい。",
+	"Assistant": "",
 	"Attach file": "ファイルを添付する",
 	"Attention to detail": "詳細に注意する",
 	"Audio": "オーディオ",
@@ -117,6 +118,7 @@
 	"Click here for help.": "ヘルプについてはここをクリックしてください。",
 	"Click here to": "ここをクリックして",
 	"Click here to download user import template file.": "ユーザーテンプレートをインポートするにはここをクリックしてください。",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "選択するにはここをクリックしてください",
 	"Click here to select a csv file.": "CSVファイルを選択するにはここをクリックしてください。",
 	"Click here to select a py file.": "Pythonスクリプトファイルを選択するにはここをクリックしてください。",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "ComfyUIワークフロー",
 	"ComfyUI Workflow Nodes": "ComfyUIワークフローノード",
 	"Command": "コマンド",
+	"Completions": "",
 	"Concurrent Requests": "同時リクエスト",
 	"Confirm": "確認",
 	"Confirm Password": "パスワードを確認",
@@ -223,9 +226,11 @@
 	"Download": "ダウンロード",
 	"Download canceled": "ダウンロードをキャンセルしました",
 	"Download Database": "データベースをダウンロード",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "会話を追加するには、ここにファイルをドロップしてください",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "例: '30秒'、'10分'。有効な時間単位は '秒'、'分'、'時間' です。",
 	"Edit": "編集",
+	"Edit Arena Model": "",
 	"Edit Memory": "メモリを編集",
 	"Edit User": "ユーザーを編集",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "CFGスケースを入力してください (例: 7.0)",
 	"Enter Chunk Overlap": "チャンクオーバーラップを入力してください",
 	"Enter Chunk Size": "チャンクサイズを入力してください",
+	"Enter description": "",
 	"Enter Github Raw URL": "Github Raw URLを入力",
 	"Enter Google PSE API Key": "Google PSE APIキーの入力",
 	"Enter Google PSE Engine Id": "Google PSE エンジン ID を入力します。",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "ロールを入力してください",
 	"Error": "エラー",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "実験的",
 	"Export": "エクスポート",
 	"Export All Chats (All Users)": "すべてのチャットをエクスポート (すべてのユーザー)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "設定アップデート失敗",
 	"Failed to upload file.": "ファイルアップロード失敗",
 	"February": "2月",
+	"Feedback History": "",
 	"Feel free to add specific details": "詳細を追加してください",
 	"File": "ファイル",
 	"File added successfully.": "ファイル追加が成功しました。",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "今日はどのようにお手伝いしましょうか?",
 	"Hybrid Search": "ブリッジ検索",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "画像生成 (実験的)",
 	"Image Generation Engine": "画像生成エンジン",
 	"Image Settings": "画像設定",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "最終アクティブ",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "空欄なら無制限",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "カスタムプロンプトを入力。空欄ならデフォルトプロンプト",
 	"Light": "ライト",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "LLM は間違いを犯す可能性があります。重要な情報を検証してください。",
 	"Local Models": "ローカルモデル",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "OpenWebUI コミュニティによって作成",
 	"Make sure to enclose them with": "必ず次で囲んでください",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "管理",
+	"Manage Arena Models": "",
 	"Manage Models": "モデルを管理",
 	"Manage Ollama Models": "Ollama モデルを管理",
 	"Manage Pipelines": "パイプラインの管理",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "メモリを削除しました。",
 	"Memory updated successfully": "メモリアップデート成功",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "リンクを作成した後、送信したメッセージは共有されません。URL を持つユーザーは共有チャットを閲覧できます。",
 	"Min P": "",
 	"Minimum Score": "最低スコア",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "モデル '{{modelName}}' が正常にダウンロードされました。",
 	"Model '{{modelTag}}' is already in queue for downloading.": "モデル '{{modelTag}}' はすでにダウンロード待ち行列に入っています。",
 	"Model {{modelId}} not found": "モデル {{modelId}} が見つかりません",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "モデルファイルシステムパスが検出されました。モデルの短縮名が必要です。更新できません。",
 	"Model ID": "モデルID",
+	"Model Name": "",
 	"Model not selected": "モデルが選択されていません",
 	"Model Params": "モデルパラメータ",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "知識が見つかりません",
+	"No models found": "",
 	"No results found": "結果が見つかりません",
 	"No search query generated": "検索クエリは生成されません",
 	"No source available": "使用可能なソースがありません",
@@ -486,13 +504,14 @@
 	"Only": "のみ",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "コマンド文字列には英数字とハイフンのみが許可されています。",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "おっと! しばらくお待ちください! ファイルはまだ処理中です。完璧に仕上げていますので、しばらくお待ちください。準備ができたらお知らせします。",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "おっと! URL が無効なようです。もう一度確認してやり直してください。",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "おっと! サポートされていない方法 (フロントエンドのみ) を使用しています。バックエンドから WebUI を提供してください。",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "新しいチャットを開く",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "プレーンテキスト (.txt)",
 	"Playground": "プレイグラウンド",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "前向きな態度",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Ollama.com からモデルをプル",
 	"Query Params": "クエリパラメーター",
 	"RAG Template": "RAG テンプレート",
+	"Rating": "",
 	"Read Aloud": "読み上げ",
 	"Record voice": "音声を録音",
 	"Redirecting you to OpenWebUI Community": "OpenWebUI コミュニティにリダイレクトしています",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "クリップボードへの応答の自動コピー",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "応答の分割",
+	"Result": "",
+	"RK": "",
 	"Role": "役割",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -631,6 +654,7 @@
 	"Set Steps": "ステップを設定",
 	"Set Task Model": "タスクモデルの設定",
 	"Set Voice": "音声を設定",
+	"Set whisper model": "",
 	"Settings": "設定",
 	"Settings saved successfully!": "設定が正常に保存されました!",
 	"Share": "共有",
@@ -658,7 +682,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "STTモデル",
 	"STT Settings": "STT設定",
-	"Submit": "送信",
 	"Subtitle (e.g. about the Roman Empire)": "タイトル (例: ローマ帝国)",
 	"Success": "成功",
 	"Successfully updated.": "正常に更新されました。",
@@ -667,6 +690,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "システム",
+	"System Instructions": "",
 	"System Prompt": "システムプロンプト",
 	"Tags": "タグ",
 	"Tags Generation Prompt": "",
@@ -676,7 +700,6 @@
 	"Temperature": "温度",
 	"Template": "テンプレート",
 	"Temporary Chat": "一時的なチャット",
-	"Text Completion": "テキスト補完",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "テキスト音声変換エンジン",
 	"Tfs Z": "Tfs Z",
@@ -691,6 +714,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "これは、貴重な会話がバックエンドデータベースに安全に保存されることを保証します。ありがとうございます!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "実験的機能であり正常動作しない場合があります。",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -712,6 +736,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "今日",
 	"Toggle settings": "設定を切り替え",
 	"Toggle sidebar": "サイドバーを切り替え",
@@ -747,6 +772,7 @@
 	"Update password": "パスワードを更新",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "アップロード",
 	"Upload a GGUF model": "GGUF モデルをアップロード",
 	"Upload directory": "アップロードディレクトリ",
@@ -761,9 +787,11 @@
 	"use_mlock (Ollama)": "",
 	"use_mmap (Ollama)": "",
 	"user": "ユーザー",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "ユーザー権限",
 	"Users": "ユーザー",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "活用",
 	"Valid time units:": "有効な時間単位:",
 	"Valves": "",
@@ -789,6 +817,7 @@
 	"What’s New in": "新機能",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "ワイドスクリーンモード",
+	"Won": "",
 	"Workspace": "ワークスペース",
 	"Write a prompt suggestion (e.g. Who are you?)": "プロンプトの提案を書いてください (例: あなたは誰ですか?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "[トピックまたはキーワード] を要約する 50 語の概要を書いてください。",
@@ -798,6 +827,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "基本モデルのクローンは作成できません",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "これまでにアーカイブされた会話はありません。",
 	"You have shared this chat": "このチャットを共有しました",
 	"You're a helpful assistant.": "あなたは有能なアシスタントです。",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' ან '-1' ვადის გასვლისთვის.",
-	"(Beta)": "(ბეტა)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(მაგ. `sh webui.sh --api`)",
 	"(latest)": "(უახლესი)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "დაამატეთ მოკლე აღწერა იმის შესახებ, თუ რას აკეთებს ეს მოდელი",
 	"Add a short title for this prompt": "დაამატე მოკლე სათაური ამ მოთხოვნისთვის",
 	"Add a tag": "დაამატე ტეგი",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "პირველადი მოთხოვნის დამატება",
 	"Add Files": "ფაილების დამატება",
 	"Add Memory": "მემორიის დამატება",
-	"Add message": "შეტყობინების დამატება",
 	"Add Model": "მოდელის დამატება",
 	"Add Tag": "",
 	"Add Tags": "ტეგების დამატება",
@@ -44,7 +43,6 @@
 	"Advanced Params": "მოწინავე პარამები",
 	"All chats": "",
 	"All Documents": "ყველა დოკუმენტი",
-	"All Users": "ყველა მომხმარებელი",
 	"Allow Chat Deletion": "მიმოწერის წაშლის დაშვება",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "",
@@ -55,6 +53,7 @@
 	"Already have an account?": "უკვე გაქვს ანგარიში?",
 	"an assistant": "ასისტენტი",
 	"and": "და",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "და შექმენით ახალი გაზიარებული ბმული.",
 	"API Base URL": "API საბაზისო URL",
 	"API Key": "API გასაღები",
@@ -66,8 +65,10 @@
 	"Archived Chats": "ჩატის ისტორიის არქივი",
 	"are allowed - Activate this command by typing": "დაშვებულია - ბრძანების გასააქტიურებლად აკრიფეთ:",
 	"Are you sure?": "დარწმუნებული ხარ?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "ფაილის ჩაწერა",
 	"Attention to detail": "დეტალური მიმართვა",
 	"Audio": "ხმოვანი",
@@ -117,6 +118,7 @@
 	"Click here for help.": "დახმარებისთვის, დააკლიკე აქ",
 	"Click here to": "დააკლიკე აქ",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "ასარჩევად, დააკლიკე აქ",
 	"Click here to select a csv file.": "ასარჩევად, დააკლიკე აქ",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "ბრძანება",
+	"Completions": "",
 	"Concurrent Requests": "თანმხლები მოთხოვნები",
 	"Confirm": "",
 	"Confirm Password": "პაროლის დამოწმება",
@@ -223,9 +226,11 @@
 	"Download": "ჩამოტვირთვა გაუქმებულია",
 	"Download canceled": "ჩამოტვირთვა გაუქმებულია",
 	"Download Database": "გადმოწერე მონაცემთა ბაზა",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "გადაიტანეთ ფაილები აქ, რათა დაამატოთ ისინი მიმოწერაში",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "მაგალითად, '30წ', '10მ'. მოქმედი დროის ერთეულები: 'წ', 'წთ', 'სთ'.",
 	"Edit": "რედაქტირება",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "მომხმარებლის ედიტირება",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "შეიყვანეთ ნაწილის გადახურვა",
 	"Enter Chunk Size": "შეიყვანე ბლოკის ზომა",
+	"Enter description": "",
 	"Enter Github Raw URL": "შეიყვანეთ Github Raw URL",
 	"Enter Google PSE API Key": "შეიყვანეთ Google PSE API გასაღები",
 	"Enter Google PSE Engine Id": "შეიყვანეთ Google PSE ძრავის ID",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "შეიყვანეთ თქვენი როლი",
 	"Error": "შეცდომა",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "ექსპერიმენტალური",
 	"Export": "ექსპორტი",
 	"Export All Chats (All Users)": "ექსპორტი ყველა ჩათი (ყველა მომხმარებელი)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"February": "თებერვალი",
+	"Feedback History": "",
 	"Feel free to add specific details": "უფასოდ დაამატეთ დეტალები",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "როგორ შემიძლია დაგეხმარო დღეს?",
 	"Hybrid Search": "ჰიბრიდური ძებნა",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "სურათების გენერაცია (ექსპერიმენტული)",
 	"Image Generation Engine": "სურათის გენერაციის ძრავა",
 	"Image Settings": "სურათის პარამეტრები",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "ბოლო აქტიური",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "მსუბუქი",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "შესაძლოა LLM-ებმა შეცდომები დაუშვან. გადაამოწმეთ მნიშვნელოვანი ინფორმაცია.",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "დამზადებულია OpenWebUI საზოგადოების მიერ",
 	"Make sure to enclose them with": "დარწმუნდით, რომ დაურთეთ ისინი",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "",
+	"Manage Arena Models": "",
 	"Manage Models": "მოდელების მართვა",
 	"Manage Ollama Models": "Ollama მოდელების მართვა",
 	"Manage Pipelines": "მილსადენების მართვა",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "შეტყობინებები, რომელსაც თქვენ აგზავნით თქვენი ბმულის შექმნის შემდეგ, არ იქნება გაზიარებული. URL– ის მქონე მომხმარებლებს შეეძლებათ ნახონ საერთო ჩატი.",
 	"Min P": "",
 	"Minimum Score": "მინიმალური ქულა",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "თვე დღე, წელი",
 	"MMMM DD, YYYY HH:mm": "თვე დღე, წელი HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "მოდელი „{{modelName}}“ წარმატებით ჩამოიტვირთა.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "მოდელი „{{modelTag}}“ უკვე ჩამოტვირთვის რიგშია.",
 	"Model {{modelId}} not found": "მოდელი {{modelId}} ვერ მოიძებნა",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "აღმოჩენილია მოდელის ფაილური სისტემის გზა. განახლებისთვის საჭიროა მოდელის მოკლე სახელი, გაგრძელება შეუძლებელია.",
 	"Model ID": "მოდელის ID",
+	"Model Name": "",
 	"Model not selected": "მოდელი არ არის არჩეული",
 	"Model Params": "მოდელის პარამები",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "ჩვენ ვერ პოულობით ნაპოვნი ჩაწერები",
 	"No search query generated": "ძიების მოთხოვნა არ არის გენერირებული",
 	"No source available": "წყარო არ არის ხელმისაწვდომი",
@@ -486,13 +504,14 @@
 	"Only": "მხოლოდ",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "ბრძანების სტრიქონში დაშვებულია მხოლოდ ალფანუმერული სიმბოლოები და დეფისები.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "უპს! გამაგრდი! თქვენი ფაილები ჯერ კიდევ დამუშავების ღუმელშია. ჩვენ მათ სრულყოფილებამდე ვამზადებთ. გთხოვთ მოითმინოთ და ჩვენ შეგატყობინებთ, როგორც კი ისინი მზად იქნებიან.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "უი! როგორც ჩანს, მისამართი არასწორია. გთხოვთ, გადაამოწმოთ და ისევ სცადოთ.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "უპს! თქვენ იყენებთ მხარდაუჭერელ მეთოდს (მხოლოდ frontend). გთხოვთ, მოემსახუროთ WebUI-ს ბექენდიდან",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "ახალი მიმოწერის გახსნა",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "ტექსტი (.txt)",
 	"Playground": "სათამაშო მოედანი",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "პოზიტიური ანგარიში",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Ollama.com იდან მოდელის გადაწერა ",
 	"Query Params": "პარამეტრების ძიება",
 	"RAG Template": "RAG შაბლონი",
+	"Rating": "",
 	"Read Aloud": "ხმის ჩაწერა",
 	"Record voice": "ხმის ჩაწერა",
 	"Redirecting you to OpenWebUI Community": "გადამისამართდებით OpenWebUI საზოგადოებაში",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "პასუხის ავტომატური კოპირება ბუფერში",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "როლი",
 	"Rosé Pine": "ვარდისფერი ფიჭვის ხე",
 	"Rosé Pine Dawn": "ვარდისფერი ფიჭვის გარიჟრაჟი",
@@ -632,6 +655,7 @@
 	"Set Steps": "ნაბიჯების დაყენება",
 	"Set Task Model": "დააყენეთ სამუშაო მოდელი",
 	"Set Voice": "ხმის დაყენება",
+	"Set whisper model": "",
 	"Settings": "ხელსაწყოები",
 	"Settings saved successfully!": "პარამეტრები წარმატებით განახლდა!",
 	"Share": "გაზიარება",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "მეტყველების ამოცნობის პარამეტრები",
-	"Submit": "გაგზავნა",
 	"Subtitle (e.g. about the Roman Empire)": "სუბტიტრები (მაგ. რომის იმპერიის შესახებ)",
 	"Success": "წარმატება",
 	"Successfully updated.": "წარმატებით განახლდა",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "სისტემა",
+	"System Instructions": "",
 	"System Prompt": "სისტემური მოთხოვნა",
 	"Tags": "ტეგები",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "ტემპერატურა",
 	"Template": "შაბლონი",
 	"Temporary Chat": "",
-	"Text Completion": "ტექსტის დასრულება",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "ტექსტურ-ხმოვანი ძრავი",
 	"Tfs Z": "Tfs Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "ეს უზრუნველყოფს, რომ თქვენი ძვირფასი საუბრები უსაფრთხოდ შეინახება თქვენს backend მონაცემთა ბაზაში. Გმადლობთ!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "დღეს",
 	"Toggle settings": "პარამეტრების გადართვა",
 	"Toggle sidebar": "გვერდითი ზოლის გადართვა",
@@ -748,6 +773,7 @@
 	"Update password": "პაროლის განახლება",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "GGUF მოდელის ატვირთვა",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "use_mlock (ოლამა)",
 	"use_mmap (Ollama)": "use_mmap (ოლამა)",
 	"user": "მომხმარებელი",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "მომხმარებლის უფლებები",
 	"Users": "მომხმარებლები",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "გამოყენება",
 	"Valid time units:": "მოქმედი დროის ერთეულები",
 	"Valves": "",
@@ -790,6 +818,7 @@
 	"What’s New in": "რა არის ახალი",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "",
+	"Won": "",
 	"Workspace": "ვულერი",
 	"Write a prompt suggestion (e.g. Who are you?)": "დაწერეთ მოკლე წინადადება (მაგ. ვინ ხარ?",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "დაწერეთ რეზიუმე 50 სიტყვით, რომელიც აჯამებს [თემას ან საკვანძო სიტყვას].",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "თქვენ არ შეგიძლიათ ბაზის მოდელის კლონირება",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "არ ხართ არქივირებული განხილვები.",
 	"You have shared this chat": "ამ ჩატის გააგზავნა",
 	"You're a helpful assistant.": "თქვენ სასარგებლო ასისტენტი ხართ.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "만료 없음은 '-1', 아니면 's', 'm', 'h', 'd', 'w' 중 하나를 사용하세요.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(예: `sh webui.sh --api`)",
 	"(latest)": "(latest)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "모델의 기능에 대한 간단한 설명 추가",
 	"Add a short title for this prompt": "프롬프트에 대한 간단한 제목 추가",
 	"Add a tag": "태그 추가",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "프롬프트 추가",
 	"Add Files": "파일 추가",
 	"Add Memory": "메모리 추가",
-	"Add message": "메시지 추가",
 	"Add Model": "모델 추가",
 	"Add Tag": "",
 	"Add Tags": "태그 추가",
@@ -44,7 +43,6 @@
 	"Advanced Params": "고급 파라미터",
 	"All chats": "",
 	"All Documents": "모든 문서",
-	"All Users": "모든 사용자",
 	"Allow Chat Deletion": "채팅 삭제 허용",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "외부 음성 허용",
@@ -55,6 +53,7 @@
 	"Already have an account?": "이미 계정이 있으신가요?",
 	"an assistant": "어시스턴트",
 	"and": "그리고",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "새로운 공유 링크를 생성합니다.",
 	"API Base URL": "API 기본 URL",
 	"API Key": "API 키",
@@ -66,8 +65,10 @@
 	"Archived Chats": "아카이브된 채팅",
 	"are allowed - Activate this command by typing": "허용됩니다. - 이 명령을 활성화하려면 입력하세요.",
 	"Are you sure?": "확실합니까?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "파일 첨부",
 	"Attention to detail": "세부 사항에 대한 주의",
 	"Audio": "오디오",
@@ -117,6 +118,7 @@
 	"Click here for help.": "도움말을 보려면 여기를 클릭하세요.",
 	"Click here to": "여기를 클릭하면",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "선택하려면 여기를 클릭하세요.",
 	"Click here to select a csv file.": "csv 파일을 선택하려면 여기를 클릭하세요.",
 	"Click here to select a py file.": "py 파일을 선택하려면 여기를 클릭하세요.",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "명령",
+	"Completions": "",
 	"Concurrent Requests": "동시 요청 수",
 	"Confirm": "확인",
 	"Confirm Password": "비밀번호 확인",
@@ -223,9 +226,11 @@
 	"Download": "다운로드",
 	"Download canceled": "다운로드 취소",
 	"Download Database": "데이터베이스 다운로드",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "대화에 추가할 파일을 여기에 드롭하세요.",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "예: '30s','10m'. 유효한 시간 단위는 's', 'm', 'h'입니다.",
 	"Edit": "편집",
+	"Edit Arena Model": "",
 	"Edit Memory": "메모리 편집",
 	"Edit User": "사용자 편집",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "청크 오버랩 입력",
 	"Enter Chunk Size": "청크 크기 입력",
+	"Enter description": "",
 	"Enter Github Raw URL": "Github Raw URL 입력",
 	"Enter Google PSE API Key": "Google PSE API 키 입력",
 	"Enter Google PSE Engine Id": "Google PSE 엔진 ID 입력",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "역할 입력",
 	"Error": "오류",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "실험적",
 	"Export": "내보내기",
 	"Export All Chats (All Users)": "모든 채팅 내보내기(모든 사용자)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "설정 업데이트에 실패하였습니다.",
 	"Failed to upload file.": "",
 	"February": "2월",
+	"Feedback History": "",
 	"Feel free to add specific details": "자세한 내용을 자유롭게 추가하세요.",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "오늘 어떻게 도와드릴까요?",
 	"Hybrid Search": "하이브리드 검색",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "이미지 생성(실험적)",
 	"Image Generation Engine": "이미지 생성 엔진",
 	"Image Settings": "이미지 설정",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "최근 활동",
 	"Last Modified": "마지막 수정",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Light",
 	"Listening...": "듣는 중...",
 	"LLMs can make mistakes. Verify important information.": "LLM은 실수를 할 수 있습니다. 중요한 정보는 확인이 필요합니다.",
 	"Local Models": "로컬 모델",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "OpenWebUI 커뮤니티에 의해 개발됨",
 	"Make sure to enclose them with": "꼭 다음으로 감싸세요:",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "관리",
+	"Manage Arena Models": "",
 	"Manage Models": "모델 관리",
 	"Manage Ollama Models": "Ollama 모델 관리",
 	"Manage Pipelines": "파이프라인 관리",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "링크 생성 후에 보낸 메시지는 공유되지 않습니다. URL이 있는 사용자는 공유된 채팅을 볼 수 있습니다.",
 	"Min P": "",
 	"Minimum Score": "최소 점수",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "MMMM DD, YYYY hh:mm:ss A",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "'{{modelName}}' 모델이 성공적으로 다운로드되었습니다.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "'{{modelTag}}' 모델은 이미 다운로드 대기열에 있습니다.",
 	"Model {{modelId}} not found": "{{modelId}} 모델을 찾을 수 없습니다.",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "모델 파일 시스템 경로가 감지되었습니다. 업데이트하려면 모델 단축 이름이 필요하며 계속할 수 없습니다.",
 	"Model ID": "모델 ID",
+	"Model Name": "",
 	"Model not selected": "모델이 선택되지 않았습니다.",
 	"Model Params": "모델 파라미터",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "결과 없음",
 	"No search query generated": "검색어가 생성되지 않았습니다.",
 	"No source available": "사용 가능한 소스 없음",
@@ -486,13 +504,14 @@
 	"Only": "오직",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "명령어 문자열에는 영문자, 숫자 및 하이픈만 허용됩니다.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "이런! 잠시만 기다려 주세요! 파일이 아직 처리 중입니다. 완벽을 위해 준비하고 있습니다. 준비가 되면 알려드리겠습니다.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "이런! URL이 잘못된 것 같습니다. 다시 한번 확인하고 다시 시도해주세요.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "이런! 지원되지 않는 방식(프론트엔드만)을 사용하고 계십니다. 백엔드에서 WebUI를 제공해주세요.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "새 채팅 열기",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "일반 텍스트(.txt)",
 	"Playground": "놀이터",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "긍정적인 자세",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Ollama.com에서 모델 가져오기(pull)",
 	"Query Params": "쿼리 파라미터",
 	"RAG Template": "RAG 템플릿",
+	"Rating": "",
 	"Read Aloud": "읽어주기",
 	"Record voice": "음성 녹음",
 	"Redirecting you to OpenWebUI Community": "OpenWebUI 커뮤니티로 리디렉션 중",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "응답을 클립보드에 자동 복사",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "역할",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -632,6 +655,7 @@
 	"Set Steps": "단계 설정",
 	"Set Task Model": "작업 모델 설정",
 	"Set Voice": "음성 설정",
+	"Set whisper model": "",
 	"Settings": "설정",
 	"Settings saved successfully!": "설정이 성공적으로 저장되었습니다!",
 	"Share": "공유",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "STT 모델",
 	"STT Settings": "STT 설정",
-	"Submit": "제출",
 	"Subtitle (e.g. about the Roman Empire)": "자막 (예: 로마 황제)",
 	"Success": "성공",
 	"Successfully updated.": "성공적으로 업데이트되었습니다.",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "시스템",
+	"System Instructions": "",
 	"System Prompt": "시스템 프롬프트",
 	"Tags": "태그",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "온도",
 	"Template": "템플릿",
 	"Temporary Chat": "",
-	"Text Completion": "텍스트 완성",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "텍스트-음성 변환 엔진",
 	"Tfs Z": "Tfs Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "이렇게 하면 소중한 대화 내용이 백엔드 데이터베이스에 안전하게 저장됩니다. 감사합니다!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "이것은 실험적 기능으로, 예상대로 작동하지 않을 수 있으며 언제든지 변경될 수 있습니다.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "이것은 다음을 삭제합니다.",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "여기서 도구를 선택하려면, \"도구\" 워크스페이스에 먼저 추가하세요.",
+	"Toast notifications for new updates": "",
 	"Today": "오늘",
 	"Toggle settings": "설정 전환",
 	"Toggle sidebar": "사이드바 전환",
@@ -748,6 +773,7 @@
 	"Update password": "비밀번호 업데이트",
 	"Updated": "",
 	"Updated at": "다음에 업데이트됨",
+	"Updated At": "",
 	"Upload": "업로드",
 	"Upload a GGUF model": "GGUF 모델 업로드",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "use_mlock (올라마)",
 	"use_mmap (Ollama)": "use_mmap (올라마)",
 	"user": "사용자",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "사용자 권한",
 	"Users": "사용자",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "활용",
 	"Valid time units:": "유효 시간 단위:",
 	"Valves": "",
@@ -790,6 +818,7 @@
 	"What’s New in": "새로운 기능:",
 	"Whisper (Local)": "Whisper (로컬)",
 	"Widescreen Mode": "와이드스크린 모드",
+	"Won": "",
 	"Workspace": "워크스페이스",
 	"Write a prompt suggestion (e.g. Who are you?)": "프롬프트 제안 작성 (예: 당신은 누구인가요?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "[주제 또는 키워드]에 대한 50단어 요약문 작성.",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "아래 '관리' 버튼으로 메모리를 추가하여 LLM들과의 상호작용을 개인화할 수 있습니다. 이를 통해 더 유용하고 맞춤화된 경험을 제공합니다.",
 	"You cannot clone a base model": "기본 모델은 복제할 수 없습니다",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "채팅을 아카이브한 적이 없습니다.",
 	"You have shared this chat": "이 채팅을 공유했습니다.",
 	"You're a helpful assistant.": "당신은 유용한 어시스턴트입니다.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' arba '-1' kad neišteitų iš galiojimo.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(pvz. `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(pvz. `sh webui.sh --api`)",
 	"(latest)": "(naujausias)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Pridėti trumpą modelio aprašymą",
 	"Add a short title for this prompt": "Pridėti trumpą šios užklausos pavadinimą",
 	"Add a tag": "Pridėti žymą",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Pridėti užklausos šabloną",
 	"Add Files": "Pridėti failus",
 	"Add Memory": "Pridėti atminį",
-	"Add message": "Pridėti žinutę",
 	"Add Model": "Pridėti modelį",
 	"Add Tag": "Pridėti žymą",
 	"Add Tags": "Pridėti žymas",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Pažengę nustatymai",
 	"All chats": "",
 	"All Documents": "Visi dokumentai",
-	"All Users": "Visi naudotojai",
 	"Allow Chat Deletion": "Leisti pokalbių ištrynimą",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "Leisti nelokalius balsus",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Ar jau turite paskyrą?",
 	"an assistant": "assistentas",
 	"and": "ir",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "sukurti naują dalinimosi nuorodą",
 	"API Base URL": "API basės nuoroda",
 	"API Key": "API raktas",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Archyvuoti pokalbiai",
 	"are allowed - Activate this command by typing": "leistina - aktyvuokite komandą rašydami",
 	"Are you sure?": "Are esate tikri?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Pridėti failą",
 	"Attention to detail": "Dėmesys detalėms",
 	"Audio": "Audio įrašas",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Paspauskite čia dėl pagalbos.",
 	"Click here to": "Paspauskite čia, kad:",
 	"Click here to download user import template file.": "Pasauskite čia norėdami sukurti naudotojo įkėlimo šablono rinkmeną",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Spauskite čia norėdami pasirinkti",
 	"Click here to select a csv file.": "Spauskite čia tam, kad pasirinkti csv failą",
 	"Click here to select a py file.": "Spauskite čia norėdami pasirinkti py failą",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Command",
+	"Completions": "",
 	"Concurrent Requests": "Kelios užklausos vienu metu",
 	"Confirm": "Patvrtinti",
 	"Confirm Password": "Patvirtinkite slaptažodį",
@@ -223,9 +226,11 @@
 	"Download": "Parsisiųsti",
 	"Download canceled": "Parsisiuntimas atšauktas",
 	"Download Database": "Parsisiųsti duomenų bazę",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Įkelkite dokumentus čia, kad juos pridėti į pokalbį",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "pvz. '30s', '10m'. Laiko vienetai yra 's', 'm', 'h'.",
 	"Edit": "Redaguoti",
+	"Edit Arena Model": "",
 	"Edit Memory": "Koreguoti atminį",
 	"Edit User": "Redaguoti naudotoją",
 	"ElevenLabs": "ElevenLabs",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Įveskite blokų persidengimą",
 	"Enter Chunk Size": "Įveskite blokų dydį",
+	"Enter description": "",
 	"Enter Github Raw URL": "Įveskite GitHub Raw nuorodą",
 	"Enter Google PSE API Key": "Įveskite Google PSE API raktą",
 	"Enter Google PSE Engine Id": "Įveskite Google PSE variklio ID",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Įveskite savo rolę",
 	"Error": "Klaida",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Eksperimentinis",
 	"Export": "Eksportuoti",
 	"Export All Chats (All Users)": "Eksportuoti visų naudotojų visus pokalbius",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "Nepavyko atnaujinti nustatymų",
 	"Failed to upload file.": "",
 	"February": "Vasaris",
+	"Feedback History": "",
 	"Feel free to add specific details": "Galite pridėti specifinių detalių",
 	"File": "Rinkmena",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Kuo galėčiau Jums padėti ?",
 	"Hybrid Search": "Hibridinė paieška",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Suprantu veiksmų ir kodo vykdymo rizikas.",
+	"ID": "",
 	"Image Generation (Experimental)": "Vaizdų generavimas (eksperimentinis)",
 	"Image Generation Engine": "Vaizdų generavimo variklis",
 	"Image Settings": "Vaizdų nustatymai",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "dideli kalbos modeliai, lokaliai",
 	"Last Active": "Paskutinį kartą aktyvus",
 	"Last Modified": "Paskutinis pakeitimas",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Šviesus",
 	"Listening...": "Klausoma...",
 	"LLMs can make mistakes. Verify important information.": "Dideli kalbos modeliai gali klysti. Patikrinkite atsakymų teisingumą.",
 	"Local Models": "Lokalūs modeliai",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Sukurta OpenWebUI bendruomenės",
 	"Make sure to enclose them with": "Užtikrinktie, kad įtraukiate viduje:",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "Tvarkyti",
+	"Manage Arena Models": "",
 	"Manage Models": "Tvarkyti modelius",
 	"Manage Ollama Models": "Tvarkyti Ollama modelius",
 	"Manage Pipelines": "Tvarkyti procesus",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "Atmintis ištrinta sėkmingai",
 	"Memory updated successfully": "Atmintis atnaujinta sėkmingai",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Žinutės, kurias siunčiate po nuorodos sukūrimo nebus matomos nuorodos turėtojams. Naudotojai su nuoroda matys žinutes iki nuorodos sukūrimo.",
 	"Min P": "Mažiausias p",
 	"Minimum Score": "Minimalus rezultatas",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "MMMM DD, YYYY hh:mm:ss A",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "'{{modelName}}' modelis sėkmingai atsisiųstas.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Modelis '{{modelTag}}' jau atsisiuntimų eilėje.",
 	"Model {{modelId}} not found": "Modelis {{modelId}} nerastas",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "Modelis sukurtas sėkmingai",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Modelio failų sistemos kelias aptiktas. Reikalingas trumpas modelio pavadinimas atnaujinimui.",
 	"Model ID": "Modelio ID",
+	"Model Name": "",
 	"Model not selected": "Modelis nepasirinktas",
 	"Model Params": "Modelio parametrai",
 	"Model updated successfully": "Modelis atnaujintas sėkmingai",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "Nėra turinio kalbėjimui",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "Nėra pasirinktų dokumentų",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Rezultatų nerasta",
 	"No search query generated": "Paieškos užklausa nesugeneruota",
 	"No source available": "Šaltinių nerasta",
@@ -486,13 +504,14 @@
 	"Only": "Tiktais",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Leistinos tik raidės, skaičiai ir brūkšneliai.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Jūsų failai vis dar tvarkomi.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Regis nuoroda nevalidi. Prašau patikrtinkite ir pabandykite iš naujo.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "Įvyko klaida. Pabandykite iš naujo arba susisiekite su administratoriumi.",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Naudojate nepalaikomą (front-end) web ui rėžimą. Prašau serviruokite WebUI iš back-end",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Atverti naują pokalbį",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Tortue Chat versija per sena. Reikalinga (v{{REQUIRED_VERSION}}) versija.",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Grynas tekstas (.txt)",
 	"Playground": "Eksperimentavimo erdvė",
 	"Please carefully review the following warnings:": "Peržiūrėkite šiuos perspėjimus:",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Pozityvus elgesys",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Gauti modelį iš Ollama.com",
 	"Query Params": "Užklausos parametrai",
 	"RAG Template": "RAG šablonas",
+	"Rating": "",
 	"Read Aloud": "Skaityti garsiai",
 	"Record voice": "Įrašyti balsą",
 	"Redirecting you to OpenWebUI Community": "Perkeliam Jus į OpenWebUI bendruomenę",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Automatiškai nukopijuoti atsakymą",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Naršyklė neleidžia siųsti pranešimų",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Rolė",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -634,6 +657,7 @@
 	"Set Steps": "Numatyti etapus",
 	"Set Task Model": "Numatyti užduočių modelį",
 	"Set Voice": "Numatyti balsą",
+	"Set whisper model": "",
 	"Settings": "Nustatymai",
 	"Settings saved successfully!": "Parametrai sėkmingai išsaugoti!",
 	"Share": "Dalintis",
@@ -661,7 +685,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "STT modelis",
 	"STT Settings": "STT nustatymai",
-	"Submit": "Pateikti",
 	"Subtitle (e.g. about the Roman Empire)": "Subtitras",
 	"Success": "Sėkmingai",
 	"Successfully updated.": "Sėkmingai atnaujinta.",
@@ -670,6 +693,7 @@
 	"Support this plugin:": "Palaikykite šitą modulį",
 	"Sync directory": "",
 	"System": "Sistema",
+	"System Instructions": "",
 	"System Prompt": "Sistemos užklausa",
 	"Tags": "Žymos",
 	"Tags Generation Prompt": "",
@@ -679,7 +703,6 @@
 	"Temperature": "Temperatūra",
 	"Template": "Modelis",
 	"Temporary Chat": "",
-	"Text Completion": "Teksto pildymas",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Balso sintezės modelis",
 	"Tfs Z": "Tfs Z",
@@ -694,6 +717,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Tai užtikrina, kad Jūsų pokalbiai saugiai saugojami duomenų bazėje. Ačiū!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Tai eksperimentinė funkcija ir gali veikti nevisada.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "Tai ištrins",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -715,6 +739,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "Norėdami pasirinkti veiksmus, pirmiausia pridėkite juos funkcijų nuostatuose",
 	"To select filters here, add them to the \"Functions\" workspace first.": "Norėdami pasirinkti filtrus, pirmiausia pridėkite juos funkcijų nuostatuose",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "Norėdami pasirinkti įrankius, pirmiausia pridėkite juos prie įrankių nuostatuose",
+	"Toast notifications for new updates": "",
 	"Today": "Šiandien",
 	"Toggle settings": "Atverti/užverti parametrus",
 	"Toggle sidebar": "Atverti/užverti šoninį meniu",
@@ -750,6 +775,7 @@
 	"Update password": "Atnaujinti slaptažodį",
 	"Updated": "",
 	"Updated at": "Atnaujinta",
+	"Updated At": "",
 	"Upload": "Atnaujinti",
 	"Upload a GGUF model": "Parsisiųsti GGUF modelį",
 	"Upload directory": "",
@@ -764,9 +790,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "naudotojas",
+	"User": "",
 	"User location successfully retrieved.": "Naudotojo vieta sėkmingai gauta",
 	"User Permissions": "Naudotojo leidimai",
 	"Users": "Naudotojai",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Naudoti",
 	"Valid time units:": "Teisingūs laiko vienetai :",
 	"Valves": "Įeitys",
@@ -792,6 +820,7 @@
 	"What’s New in": "Kas naujo",
 	"Whisper (Local)": "Whisper (lokalus)",
 	"Widescreen Mode": "Plataus ekrano rėžimas",
+	"Won": "",
 	"Workspace": "Nuostatos",
 	"Write a prompt suggestion (e.g. Who are you?)": "Parašykite užklausą",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Parašyk santrumpą trumpesnę nei 50 žodžių šiam tekstui: [tekstas]",
@@ -801,6 +830,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Galite pagerinti modelių darbą suteikdami jiems atminties funkcionalumą.",
 	"You cannot clone a base model": "Negalite klonuoti bazinio modelio",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Jūs neturite archyvuotų pokalbių",
 	"You have shared this chat": "Pasidalinote šiuo pokalbiu",
 	"You're a helpful assistant.": "Esi asistentas.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' or '-1' untuk tiada tempoh luput.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(contoh `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(contoh `sh webui.sh --api`)",
 	"(latest)": "(terkini)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Tambah penerangan ringkas tentang apa yang model ini boleh lakukan",
 	"Add a short title for this prompt": "Tambah tajuk pendek untuk arahan ini",
 	"Add a tag": "Tambah tag",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Tambah arahan khusus",
 	"Add Files": "Tambah Fail",
 	"Add Memory": "Tambah Memori",
-	"Add message": "Tambah Mesej",
 	"Add Model": "Tambah Model",
 	"Add Tag": "Tambah Tag",
 	"Add Tags": "Tambah Tag",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Parameter Lanjutan",
 	"All chats": "",
 	"All Documents": "Semua Dokumen",
-	"All Users": "Semua Pengguna",
 	"Allow Chat Deletion": "Benarkan Penghapusan Perbualan",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "Benarkan suara bukan tempatan ",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Telah mempunyai akaun?",
 	"an assistant": "seorang pembantu",
 	"and": "dan",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "dan cipta pautan kongsi baharu",
 	"API Base URL": "URL Asas API",
 	"API Key": "Kunci API",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Perbualan yang diarkibkan",
 	"are allowed - Activate this command by typing": "adalah dibenarkan - Aktifkan arahan in dengan menaip",
 	"Are you sure?": "Adakah anda pasti",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Kepilkan Fail",
 	"Attention to detail": "Perincian",
 	"Audio": "Audio",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Klik disini untuk mendapatkan bantuan",
 	"Click here to": "Klik disini untuk",
 	"Click here to download user import template file.": "Klik disini untuk memuat turun fail templat import pengguna",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Klik disini untuk memilih",
 	"Click here to select a csv file.": "Klik disini untuk memilih fail csv",
 	"Click here to select a py file.": "Klik disini untuk memilih fail py",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Arahan",
+	"Completions": "",
 	"Concurrent Requests": "Permintaan Serentak",
 	"Confirm": "Sahkan",
 	"Confirm Password": "Sahkan kata laluan",
@@ -223,9 +226,11 @@
 	"Download": "Muat Turun",
 	"Download canceled": "Muat Turun dibatalkan",
 	"Download Database": "Muat turun Pangkalan Data",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Letakkan mana-mana fail di sini untuk ditambahkan pada perbualan",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "cth '30s','10m'. Unit masa yang sah ialah 's', 'm', 'h'.",
 	"Edit": "Edit",
+	"Edit Arena Model": "",
 	"Edit Memory": "Edit Memori",
 	"Edit User": "Edit Penggunal",
 	"ElevenLabs": "ElevenLabs",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Masukkan Tindihan 'Chunk'",
 	"Enter Chunk Size": "Masukkan Saiz 'Chunk'",
+	"Enter description": "",
 	"Enter Github Raw URL": "Masukkan URL 'Github Raw'",
 	"Enter Google PSE API Key": "Masukkan kunci API Google PSE",
 	"Enter Google PSE Engine Id": "Masukkan Id Enjin Google PSE",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Masukkan Peranan Anda",
 	"Error": "Ralat",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Percubaan",
 	"Export": "Eksport",
 	"Export All Chats (All Users)": "Eksport Semua Perbualan (Semua Pengguna)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "Gagal mengemaskini tetapan",
 	"Failed to upload file.": "",
 	"February": "Febuari",
+	"Feedback History": "",
 	"Feel free to add specific details": "Jangan ragu untuk menambah butiran khusus",
 	"File": "Fail",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Bagaimana saya boleh membantu anda hari ini?",
 	"Hybrid Search": "Carian Hibrid",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Saya mengakui bahawa saya telah membaca dan saya memahami implikasi tindakan saya. Saya sedar tentang risiko yang berkaitan dengan melaksanakan kod sewenang-wenangnya dan saya telah mengesahkan kebolehpercayaan sumber tersebut.",
+	"ID": "",
 	"Image Generation (Experimental)": "Penjanaan Imej (Percubaan)",
 	"Image Generation Engine": "Enjin Penjanaan Imej",
 	"Image Settings": "Tetapan Imej",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "model bahasa besar, tempatan.",
 	"Last Active": "Dilihat aktif terakhir pada",
 	"Last Modified": "Kemaskini terakhir pada",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Cerah",
 	"Listening...": "Mendengar...",
 	"LLMs can make mistakes. Verify important information.": "LLM boleh membuat kesilapan. Sahkan maklumat penting",
 	"Local Models": "Model Tempatan",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Dicipta oleh Komuniti OpenWebUI",
 	"Make sure to enclose them with": "Pastikan untuk melampirkannya dengan",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "Urus",
+	"Manage Arena Models": "",
 	"Manage Models": "Urus Model",
 	"Manage Ollama Models": "Urus Model Ollama",
 	"Manage Pipelines": "Urus 'Pipelines'",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "Memori berjaya dihapuskan",
 	"Memory updated successfully": "Memori berjaya dikemaskini",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Mesej yang anda hantar selepas membuat pautan anda tidak akan dikongsi. Pengguna dengan URL akan dapat melihat perbualan yang dikongsi.",
 	"Min P": "P Minimum",
 	"Minimum Score": "Skor Minimum",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "DD MMMM YYYY",
 	"MMMM DD, YYYY HH:mm": "DD MMMM YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "DD MMMM YYYY HH:mm:ss A",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Model '{{ modelName }}' telah berjaya dimuat turun.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Model '{{ modelTag }}' sudah dalam baris gilir untuk dimuat turun.",
 	"Model {{modelId}} not found": "Model {{ modelId }} tidak dijumpai",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "Model berjaya dibuat!",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Laluan sistem fail model dikesan. Nama pendek model diperlukan untuk kemas kini, tidak boleh diteruskan.",
 	"Model ID": "ID Model",
+	"Model Name": "",
 	"Model not selected": "Model tidak dipilih",
 	"Model Params": "Model Params",
 	"Model updated successfully": "Model berjaya dikemas kini",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "Tiada kandungan untuk bercakap",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "Tiada fail dipilih",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Tiada keputusan dijumpai",
 	"No search query generated": "Tiada pertanyaan carian dijana",
 	"No source available": "Tiada sumber tersedia",
@@ -486,13 +504,14 @@
 	"Only": "Hanya",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Hanya aksara alfanumerik dan sempang dibenarkan dalam rentetan arahan.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Maaf! Harap Bersabar. Fail anda masih dalam ketuhar pemprosesan. Kami sedang memasaknya dengan sempurna. Harap bersabar dan kami akan memberitahu anda sebaik sahaja ia siap.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Maaf, didapati URL tidak sah. Sila semak semula dan cuba lagi.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "Maaf, terdapat ralat dalam respons sebelumnya. Sila cuba lagi atau hubungi pentadbir",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Maaf, Anda menggunakan kaedah yang tidak disokong (bahagian 'frontend' sahaja). Sila sediakan WebUI dari 'backend'.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Buka perbualan baru",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open WebUI version (v{{OPEN_WEBUI_VERSION}}) adalah lebih rendah daripada versi yang diperlukan iaitu (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "API OpenAI",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Teks biasa (.txt)",
 	"Playground": "Taman Permainan",
 	"Please carefully review the following warnings:": "Sila semak dengan teliti amaran berikut:",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Sikap positif",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Tarik model dari Ollama.com",
 	"Query Params": "'Query Params'",
 	"RAG Template": "Templat RAG",
+	"Rating": "",
 	"Read Aloud": "Baca dengan lantang",
 	"Record voice": "Rakam suara",
 	"Redirecting you to OpenWebUI Community": "Membawa anda ke Komuniti OpenWebUI",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Salin Response secara Automatik ke Papan Klip",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Pemberitahuan respons tidak boleh diaktifkan kerana kebenaran tapak web tidak diberi. Sila lawati tetapan pelayar web anda untuk memberikan akses yang diperlukan.",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Peranan",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -632,6 +655,7 @@
 	"Set Steps": "tapkan Langkah",
 	"Set Task Model": "Tetapkan Model Tugasan",
 	"Set Voice": "Tetapan Suara",
+	"Set whisper model": "",
 	"Settings": "Tetapan",
 	"Settings saved successfully!": "Tetapan berjaya disimpan!",
 	"Share": "Kongsi",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "Model STT",
 	"STT Settings": "Tetapan STT",
-	"Submit": "Hantar",
 	"Subtitle (e.g. about the Roman Empire)": "Sari kata (cth tentang Kesultanan Melaka)",
 	"Success": "Berjaya",
 	"Successfully updated.": "Berjaya Dikemaskini",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "Sokong plugin ini",
 	"Sync directory": "",
 	"System": "Sistem",
+	"System Instructions": "",
 	"System Prompt": "Gesaan Sistem",
 	"Tags": "Tag",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "Suhu",
 	"Template": "Templat",
 	"Temporary Chat": "",
-	"Text Completion": "Penyiapan Teks",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Enjin Teks-ke-Ucapan",
 	"Tfs Z": "Tfs Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Ini akan memastikan bahawa perbualan berharga anda disimpan dengan selamat ke pangkalan data 'backend' anda. Terima kasih!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "ni adalah ciri percubaan, ia mungkin tidak berfungsi seperti yang diharapkan dan tertakluk kepada perubahan pada bila-bila masa.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "Ini akan memadam",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "Untuk memilih tindakan di sini, tambahkannya pada ruang kerja \"Functions\" dahulu.",
 	"To select filters here, add them to the \"Functions\" workspace first.": "Untuk memilih tapisan di sini, tambahkannya pada ruang kerja \"Functions\" dahulu.",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "Untuk memilih kit alatan di sini, tambahkannya pada ruang kerja \"Tools\" dahulu.",
+	"Toast notifications for new updates": "",
 	"Today": "Hari Ini",
 	"Toggle settings": "Suis Tetapan ",
 	"Toggle sidebar": "Suis Bar Sisi",
@@ -748,6 +773,7 @@
 	"Update password": "Kemaskini Kata Laluan",
 	"Updated": "",
 	"Updated at": "Dikemaskini pada",
+	"Updated At": "",
 	"Upload": "Muatnaik",
 	"Upload a GGUF model": "Muatnaik model GGUF",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "se_mmap (Ollama)",
 	"user": "pengguna",
+	"User": "",
 	"User location successfully retrieved.": "Lokasi pengguna berjaya diambil.",
 	"User Permissions": "Kebenaran Pengguna",
 	"Users": "Pengguna",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Gunakan",
 	"Valid time units:": "Unit masa yang sah:",
 	"Valves": "'Valves'",
@@ -790,6 +818,7 @@
 	"What’s New in": "Apakah yang terbaru dalam",
 	"Whisper (Local)": "Whisper (Local)",
 	"Widescreen Mode": "Mod Skrin Lebar",
+	"Won": "",
 	"Workspace": "Ruangan Kerja",
 	"Write a prompt suggestion (e.g. Who are you?)": "Tulis cadangan gesaan (cth Siapakah anda?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Tulis ringkasan dalam 50 patah perkataan yang meringkaskan [topik atau kata kunci].",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Anda boleh memperibadikan interaksi anda dengan LLM dengan menambahkan memori melalui butang 'Urus' di bawah, menjadikannya lebih membantu dan disesuaikan dengan anda.",
 	"You cannot clone a base model": "Anda tidak boleh mengklon model asas",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Anda tidak mempunyai perbualan yang diarkibkan",
 	"You have shared this chat": "Anda telah berkongsi perbualan ini",
 	"You're a helpful assistant.": "Anda seorang pembantu yang bagus",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 't', 'd', 'u' eller '-1' for ingen utløp.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(f.eks. `sh webui.sh --api --api-auth brukernavn_passord`)",
 	"(e.g. `sh webui.sh --api`)": "(f.eks. `sh webui.sh --api`)",
 	"(latest)": "(siste)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Legg til en kort beskrivelse av hva denne modellen gjør",
 	"Add a short title for this prompt": "Legg til en kort tittel for denne prompten",
 	"Add a tag": "Legg til en tag",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Legg til egendefinert prompt",
 	"Add Files": "Legg til filer",
 	"Add Memory": "Legg til minne",
-	"Add message": "Legg til melding",
 	"Add Model": "Legg til modell",
 	"Add Tag": "Legg til tag",
 	"Add Tags": "Legg til tagger",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Avanserte parametere",
 	"All chats": "",
 	"All Documents": "Alle dokumenter",
-	"All Users": "Alle brukere",
 	"Allow Chat Deletion": "Tillat sletting av chatter",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "Tillat ikke-lokale stemmer",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Har du allerede en konto?",
 	"an assistant": "en assistent",
 	"and": "og",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "og opprett en ny delt lenke.",
 	"API Base URL": "API Grunn-URL",
 	"API Key": "API-nøkkel",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Arkiverte chatter",
 	"are allowed - Activate this command by typing": "er tillatt - Aktiver denne kommandoen ved å skrive",
 	"Are you sure?": "Er du sikker?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Legg ved fil",
 	"Attention to detail": "Sans for detaljer",
 	"Audio": "Lyd",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Klikk her for hjelp.",
 	"Click here to": "Klikk her for å",
 	"Click here to download user import template file.": "Klikk her for å hente ned importmal for brukere.",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Klikk her for å velge",
 	"Click here to select a csv file.": "Klikk her for å velge en csv-fil.",
 	"Click here to select a py file.": "Klikk her for å velge en py-fil.",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Kommando",
+	"Completions": "",
 	"Concurrent Requests": "Samtidige forespørsler",
 	"Confirm": "Bekreft",
 	"Confirm Password": "Bekreft passord",
@@ -223,9 +226,11 @@
 	"Download": "Last ned",
 	"Download canceled": "Nedlasting avbrutt",
 	"Download Database": "Last ned database",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Slipp filer her for å legge dem til i samtalen",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "f.eks. '30s','10m'. Gyldige tidsenheter er 's', 'm', 't'.",
 	"Edit": "Rediger",
+	"Edit Arena Model": "",
 	"Edit Memory": "Rediger minne",
 	"Edit User": "Rediger bruker",
 	"ElevenLabs": "ElevenLabs",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Skriv inn Chunk Overlap",
 	"Enter Chunk Size": "Skriv inn Chunk-størrelse",
+	"Enter description": "",
 	"Enter Github Raw URL": "Skriv inn Github Raw-URL",
 	"Enter Google PSE API Key": "Skriv inn Google PSE API-nøkkel",
 	"Enter Google PSE Engine Id": "Skriv inn Google PSE Motor-ID",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Skriv inn din rolle",
 	"Error": "Feil",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Eksperimentell",
 	"Export": "Eksporter",
 	"Export All Chats (All Users)": "Eksporter alle chatter (alle brukere)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "Kunne ikke oppdatere innstillinger",
 	"Failed to upload file.": "",
 	"February": "februar",
+	"Feedback History": "",
 	"Feel free to add specific details": "Legg gjerne til spesifikke detaljer",
 	"File": "Fil",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Hvordan kan jeg hjelpe deg i dag?",
 	"Hybrid Search": "Hybrid-søk",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Jeg bekrefter at jeg har lest og forstår konsekvensene av min handling. Jeg er klar over risikoen forbundet med å kjøre vilkårlig kode, og jeg har verifisert kildens pålitelighet.",
+	"ID": "",
 	"Image Generation (Experimental)": "Bildegenerering (Eksperimentell)",
 	"Image Generation Engine": "Bildegenereringsmotor",
 	"Image Settings": "Bildeinnstillinger",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "Store språkmodeller, lokalt.",
 	"Last Active": "Sist aktiv",
 	"Last Modified": "Sist endret",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Lys",
 	"Listening...": "Lytter ...",
 	"LLMs can make mistakes. Verify important information.": "Språkmodeller kan gjøre feil. Verifiser viktige opplysninger.",
 	"Local Models": "Lokale modeller",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Laget av OpenWebUI-fellesskapet",
 	"Make sure to enclose them with": "Sørg for å omslutte dem med",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "Administrer",
+	"Manage Arena Models": "",
 	"Manage Models": "Administrer modeller",
 	"Manage Ollama Models": "Administrer Ollama-modeller",
 	"Manage Pipelines": "Administrer pipelines",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "Minne slettet",
 	"Memory updated successfully": "Minne oppdatert",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Meldinger du sender etter at du har opprettet lenken din vil ikke bli delt. Brukere med URL-en vil kunne se den delte chatten.",
 	"Min P": "",
 	"Minimum Score": "Minimum poengsum",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "MMMM DD, YYYY hh:mm:ss A",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Modellen '{{modelName}}' er lastet ned.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Modellen '{{modelTag}}' er allerede i nedlastingskøen.",
 	"Model {{modelId}} not found": "Modellen {{modelId}} ble ikke funnet",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "Modellen ble opprettet!",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Modellens filsystemsti oppdaget. Modellens kortnavn er påkrevd for oppdatering, kan ikke fortsette.",
 	"Model ID": "Modell-ID",
+	"Model Name": "",
 	"Model not selected": "Modell ikke valgt",
 	"Model Params": "Modellparametere",
 	"Model updated successfully": "Modell oppdatert",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "Mangler innhold for tale",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "Ingen fil valgt",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Ingen resultater funnet",
 	"No search query generated": "Ingen søkeforespørsel generert",
 	"No source available": "Ingen kilde tilgjengelig",
@@ -486,13 +504,14 @@
 	"Only": "Kun",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Kun alfanumeriske tegn og bindestreker er tillatt i kommandostrengen.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Oops! Hold deg fast! Filene dine er fortsatt i prosesseringsovnen. Vi tilbereder dem til perfeksjon. Vennligst vær tålmodig, vi gir beskjed når de er klare.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Oops! Ser ut som URL-en er ugyldig. Vennligst dobbeltsjekk og prøv igjen.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "Oops! Det oppstod en feil i forrige svar. Prøv igjen eller kontakt administrator",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oops! Du bruker en ikke-støttet metode (kun frontend). Vennligst server WebUI fra backend.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Åpne ny chat",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open WebUI-versjon (v{{OPEN_WEBUI_VERSION}}) er lavere enn nødvendig versjon (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Ren tekst (.txt)",
 	"Playground": "Lekeplass",
 	"Please carefully review the following warnings:": "Vær vennlig å lese gjennom følgende advarsler grundig:",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Positiv holdning",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Trekk en modell fra Ollama.com",
 	"Query Params": "Forespørselsparametere",
 	"RAG Template": "RAG-mal",
+	"Rating": "",
 	"Read Aloud": "Les høyt",
 	"Record voice": "Ta opp stemme",
 	"Redirecting you to OpenWebUI Community": "Omdirigerer deg til OpenWebUI-fellesskapet",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Respons auto-kopi til utklippstavle",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Respons-varsler kan ikke aktiveres da nettstedsrettighetene er nektet. Vennligst se nettleserinnstillingene dine for å gi nødvendig tilgang.",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Rolle",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -632,6 +655,7 @@
 	"Set Steps": "Sett steg",
 	"Set Task Model": "Sett oppgavemodell",
 	"Set Voice": "Sett stemme",
+	"Set whisper model": "",
 	"Settings": "Innstillinger",
 	"Settings saved successfully!": "Innstillinger lagret!",
 	"Share": "Del",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "STT-modell",
 	"STT Settings": "STT-innstillinger",
-	"Submit": "Send inn",
 	"Subtitle (e.g. about the Roman Empire)": "Undertittel (f.eks. om Romerriket)",
 	"Success": "Suksess",
 	"Successfully updated.": "Oppdatert.",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "Bidra til denne utvidelsen:",
 	"Sync directory": "",
 	"System": "System",
+	"System Instructions": "",
 	"System Prompt": "Systemprompt",
 	"Tags": "Tagger",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "Temperatur",
 	"Template": "Mal",
 	"Temporary Chat": "",
-	"Text Completion": "Tekstfullføring",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Tekst-til-tale-motor",
 	"Tfs Z": "Tfs Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Dette sikrer at dine verdifulle samtaler er trygt lagret i backend-databasen din. Takk!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Dette er en eksperimentell funksjon, det er mulig den ikke fungerer som forventet og kan endres når som helst.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "Dette vil slette",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "For å velge handlinger her, legg dem til i \"Funksjoner\"-arbeidsområdet først.",
 	"To select filters here, add them to the \"Functions\" workspace first.": "For å velge filtre her, legg dem til i \"Funksjoner\"-arbeidsområdet først.",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "For å velge verktøysett her, legg dem til i \"Verktøy\"-arbeidsområdet først.",
+	"Toast notifications for new updates": "",
 	"Today": "I dag",
 	"Toggle settings": "Veksle innstillinger",
 	"Toggle sidebar": "Veksle sidefelt",
@@ -748,6 +773,7 @@
 	"Update password": "Oppdater passord",
 	"Updated": "",
 	"Updated at": "Oppdatert",
+	"Updated At": "",
 	"Upload": "Last opp",
 	"Upload a GGUF model": "Last opp en GGUF-modell",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "bruker",
+	"User": "",
 	"User location successfully retrieved.": "Brukerlokasjon hentet",
 	"User Permissions": "Brukertillatelser",
 	"Users": "Brukere",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Utnytt",
 	"Valid time units:": "Gyldige tidsenheter:",
 	"Valves": "Ventiler",
@@ -790,6 +818,7 @@
 	"What’s New in": "Hva er nytt i",
 	"Whisper (Local)": "Whisper (Lokal)",
 	"Widescreen Mode": "Bredskjermmodus",
+	"Won": "",
 	"Workspace": "Arbeidsområde",
 	"Write a prompt suggestion (e.g. Who are you?)": "Skriv et promptforslag (f.eks. Hvem er du?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Skriv et sammendrag på 50 ord som oppsummerer [emne eller nøkkelord].",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Du kan tilpasse interaksjonene dine med språkmodeller ved å legge til minner gjennom 'Administrer'-knappen nedenfor, slik at de blir mer hjelpsomme og tilpasset deg.",
 	"You cannot clone a base model": "Du kan ikke klone en grunnmodell",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Du har ingen arkiverte samtaler.",
 	"You have shared this chat": "Du har delt denne chatten",
 	"You're a helpful assistant.": "Du er en hjelpsom assistent.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' of '-1' for geen vervaldatum.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)",
 	"(latest)": "(nieuwste)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Voeg een korte beschrijving toe over wat dit model doet",
 	"Add a short title for this prompt": "Voeg een korte titel toe voor deze prompt",
 	"Add a tag": "Voeg een tag toe",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Voeg een aangepaste prompt toe",
 	"Add Files": "Voege Bestanden toe",
 	"Add Memory": "Voeg Geheugen toe",
-	"Add message": "Voeg bericht toe",
 	"Add Model": "Voeg Model toe",
 	"Add Tag": "",
 	"Add Tags": "voeg tags toe",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Geavanceerde parameters",
 	"All chats": "",
 	"All Documents": "Alle Documenten",
-	"All Users": "Alle Gebruikers",
 	"Allow Chat Deletion": "Sta Chat Verwijdering toe",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Heb je al een account?",
 	"an assistant": "een assistent",
 	"and": "en",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "en maak een nieuwe gedeelde link.",
 	"API Base URL": "API Base URL",
 	"API Key": "API Key",
@@ -66,8 +65,10 @@
 	"Archived Chats": "chatrecord",
 	"are allowed - Activate this command by typing": "zijn toegestaan - Activeer deze commando door te typen",
 	"Are you sure?": "Zeker weten?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Voeg een bestand toe",
 	"Attention to detail": "Attention to detail",
 	"Audio": "Audio",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Klik hier voor hulp.",
 	"Click here to": "Klik hier om",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Klik hier om te selecteren",
 	"Click here to select a csv file.": "Klik hier om een csv file te selecteren.",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Commando",
+	"Completions": "",
 	"Concurrent Requests": "Gelijktijdige verzoeken",
 	"Confirm": "",
 	"Confirm Password": "Bevestig Wachtwoord",
@@ -223,9 +226,11 @@
 	"Download": "Download",
 	"Download canceled": "Download geannuleerd",
 	"Download Database": "Download Database",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Sleep bestanden hier om toe te voegen aan het gesprek",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "bijv. '30s', '10m'. Geldige tijdseenheden zijn 's', 'm', 'h'.",
 	"Edit": "Wijzig",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "Wijzig Gebruiker",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Voeg Chunk Overlap toe",
 	"Enter Chunk Size": "Voeg Chunk Size toe",
+	"Enter description": "",
 	"Enter Github Raw URL": "Voer de Github Raw-URL in",
 	"Enter Google PSE API Key": "Voer de Google PSE API-sleutel in",
 	"Enter Google PSE Engine Id": "Voer Google PSE Engine-ID in",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Voer je Rol in",
 	"Error": "Fout",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Experimenteel",
 	"Export": "Exporteren",
 	"Export All Chats (All Users)": "Exporteer Alle Chats (Alle Gebruikers)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"February": "Februarij",
+	"Feedback History": "",
 	"Feel free to add specific details": "Voeg specifieke details toe",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Hoe kan ik je vandaag helpen?",
 	"Hybrid Search": "Hybride Zoeken",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "Afbeelding Generatie (Experimenteel)",
 	"Image Generation Engine": "Afbeelding Generatie Engine",
 	"Image Settings": "Afbeelding Instellingen",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "Laatst Actief",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Licht",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "LLMs kunnen fouten maken. Verifieer belangrijke informatie.",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Gemaakt door OpenWebUI Community",
 	"Make sure to enclose them with": "Zorg ervoor dat je ze omringt met",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "",
+	"Manage Arena Models": "",
 	"Manage Models": "Beheer Modellen",
 	"Manage Ollama Models": "Beheer Ollama Modellen",
 	"Manage Pipelines": "Pijplijnen beheren",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Berichten die u verzendt nadat u uw link hebt gemaakt, worden niet gedeeld. Gebruikers met de URL kunnen de gedeelde chat bekijken.",
 	"Min P": "",
 	"Minimum Score": "Minimale Score",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Model '{{modelName}}' is succesvol gedownload.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' staat al in de wachtrij voor downloaden.",
 	"Model {{modelId}} not found": "Model {{modelId}} niet gevonden",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Model filesystem path gedetecteerd. Model shortname is vereist voor update, kan niet doorgaan.",
 	"Model ID": "Model-ID",
+	"Model Name": "",
 	"Model not selected": "Model niet geselecteerd",
 	"Model Params": "Model Params",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Geen resultaten gevonden",
 	"No search query generated": "Geen zoekopdracht gegenereerd",
 	"No source available": "Geen bron beschikbaar",
@@ -486,13 +504,14 @@
 	"Only": "Alleen",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Alleen alfanumerieke karakters en streepjes zijn toegestaan in de commando string.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Oops! Houd vast! Je bestanden zijn nog steeds in de verwerkingsoven. We zijn ze aan het bereiden tot perfectie. Wees geduldig en we laten je weten wanneer ze klaar zijn.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Oops! Het lijkt erop dat de URL ongeldig is. Controleer het nogmaals en probeer opnieuw.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oops! Je gebruikt een niet-ondersteunde methode (alleen frontend). Serveer de WebUI vanuit de backend.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Open nieuwe chat",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Platte tekst (.txt)",
 	"Playground": "Speeltuin",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Positieve positie",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Haal een model van Ollama.com",
 	"Query Params": "Query Params",
 	"RAG Template": "RAG Template",
+	"Rating": "",
 	"Read Aloud": "Voorlezen",
 	"Record voice": "Neem stem op",
 	"Redirecting you to OpenWebUI Community": "Je wordt doorgestuurd naar OpenWebUI Community",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Antwoord Automatisch Kopiëren naar Klembord",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Rol",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -632,6 +655,7 @@
 	"Set Steps": "Stel Stappen in",
 	"Set Task Model": "Taakmodel instellen",
 	"Set Voice": "Stel Stem in",
+	"Set whisper model": "",
 	"Settings": "Instellingen",
 	"Settings saved successfully!": "Instellingen succesvol opgeslagen!",
 	"Share": "Deel Chat",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "STT Instellingen",
-	"Submit": "Verzenden",
 	"Subtitle (e.g. about the Roman Empire)": "Ondertitel (bijv. over de Romeinse Empire)",
 	"Success": "Succes",
 	"Successfully updated.": "Succesvol bijgewerkt.",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "Systeem",
+	"System Instructions": "",
 	"System Prompt": "Systeem Prompt",
 	"Tags": "Tags",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "Temperatuur",
 	"Template": "Template",
 	"Temporary Chat": "",
-	"Text Completion": "Tekst Aanvulling",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Tekst-naar-Spraak Engine",
 	"Tfs Z": "Tfs Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Dit zorgt ervoor dat je waardevolle gesprekken veilig worden opgeslagen in je backend database. Dank je wel!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "Vandaag",
 	"Toggle settings": "Wissel instellingen",
 	"Toggle sidebar": "Wissel sidebar",
@@ -748,6 +773,7 @@
 	"Update password": "Wijzig wachtwoord",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "Upload een GGUF model",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "user",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "Gebruikers Rechten",
 	"Users": "Gebruikers",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Utilize",
 	"Valid time units:": "Geldige tijdseenheden:",
 	"Valves": "",
@@ -790,6 +818,7 @@
 	"What’s New in": "Wat is nieuw in",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "",
+	"Won": "",
 	"Workspace": "Werkruimte",
 	"Write a prompt suggestion (e.g. Who are you?)": "Schrijf een prompt suggestie (bijv. Wie ben je?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Schrijf een samenvatting in 50 woorden die [onderwerp of trefwoord] samenvat.",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "U kunt een basismodel niet klonen",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "U heeft geen gearchiveerde gesprekken.",
 	"You have shared this chat": "U heeft dit gesprek gedeeld",
 	"You're a helpful assistant.": "Jij bent een behulpzame assistent.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'ਸ', 'ਮ', 'ਘੰ', 'ਦ', 'ਹਫ਼ਤਾ' ਜਾਂ '-1' ਬਿਨਾ ਮਿਆਦ ਦੇ।",
-	"(Beta)": "(ਬੀਟਾ)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(ਉਦਾਹਰਣ ਦੇ ਤੌਰ ਤੇ `sh webui.sh --api`)",
 	"(latest)": "(ਤਾਜ਼ਾ)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "ਇਸ ਬਾਰੇ ਇੱਕ ਸੰਖੇਪ ਵੇਰਵਾ ਸ਼ਾਮਲ ਕਰੋ ਕਿ ਇਹ ਮਾਡਲ ਕੀ ਕਰਦਾ ਹੈ",
 	"Add a short title for this prompt": "ਇਸ ਪ੍ਰੰਪਟ ਲਈ ਇੱਕ ਛੋਟਾ ਸਿਰਲੇਖ ਸ਼ਾਮਲ ਕਰੋ",
 	"Add a tag": "ਇੱਕ ਟੈਗ ਸ਼ਾਮਲ ਕਰੋ",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "ਕਸਟਮ ਪ੍ਰੰਪਟ ਸ਼ਾਮਲ ਕਰੋ",
 	"Add Files": "ਫਾਈਲਾਂ ਸ਼ਾਮਲ ਕਰੋ",
 	"Add Memory": "ਮਿਹਾਨ ਸ਼ਾਮਲ ਕਰੋ",
-	"Add message": "ਸੁਨੇਹਾ ਸ਼ਾਮਲ ਕਰੋ",
 	"Add Model": "ਮਾਡਲ ਸ਼ਾਮਲ ਕਰੋ",
 	"Add Tag": "",
 	"Add Tags": "ਟੈਗ ਸ਼ਾਮਲ ਕਰੋ",
@@ -44,7 +43,6 @@
 	"Advanced Params": "ਐਡਵਾਂਸਡ ਪਰਮਜ਼",
 	"All chats": "",
 	"All Documents": "ਸਾਰੇ ਡਾਕੂਮੈਂਟ",
-	"All Users": "ਸਾਰੇ ਉਪਭੋਗਤਾ",
 	"Allow Chat Deletion": "ਗੱਲਬਾਤ ਮਿਟਾਉਣ ਦੀ ਆਗਿਆ ਦਿਓ",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "",
@@ -55,6 +53,7 @@
 	"Already have an account?": "ਪਹਿਲਾਂ ਹੀ ਖਾਤਾ ਹੈ?",
 	"an assistant": "ਇੱਕ ਸਹਾਇਕ",
 	"and": "ਅਤੇ",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "ਅਤੇ ਇੱਕ ਨਵਾਂ ਸਾਂਝਾ ਲਿੰਕ ਬਣਾਓ।",
 	"API Base URL": "API ਬੇਸ URL",
 	"API Key": "API ਕੁੰਜੀ",
@@ -66,8 +65,10 @@
 	"Archived Chats": "ਆਰਕਾਈਵ ਕੀਤੀਆਂ ਗੱਲਾਂ",
 	"are allowed - Activate this command by typing": "ਅਨੁਮਤ ਹਨ - ਇਸ ਕਮਾਂਡ ਨੂੰ ਟਾਈਪ ਕਰਕੇ ਸਰਗਰਮ ਕਰੋ",
 	"Are you sure?": "ਕੀ ਤੁਸੀਂ ਯਕੀਨਨ ਹੋ?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "ਫਾਈਲ ਜੋੜੋ",
 	"Attention to detail": "ਵੇਰਵੇ 'ਤੇ ਧਿਆਨ",
 	"Audio": "ਆਡੀਓ",
@@ -117,6 +118,7 @@
 	"Click here for help.": "ਮਦਦ ਲਈ ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ।",
 	"Click here to": "ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "ਚੁਣਨ ਲਈ ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ",
 	"Click here to select a csv file.": "CSV ਫਾਈਲ ਚੁਣਨ ਲਈ ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ।",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "ਕਮਾਂਡ",
+	"Completions": "",
 	"Concurrent Requests": "ਸਮਕਾਲੀ ਬੇਨਤੀਆਂ",
 	"Confirm": "",
 	"Confirm Password": "ਪਾਸਵਰਡ ਦੀ ਪੁਸ਼ਟੀ ਕਰੋ",
@@ -223,9 +226,11 @@
 	"Download": "ਡਾਊਨਲੋਡ",
 	"Download canceled": "ਡਾਊਨਲੋਡ ਰੱਦ ਕੀਤਾ ਗਿਆ",
 	"Download Database": "ਡਾਟਾਬੇਸ ਡਾਊਨਲੋਡ ਕਰੋ",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "ਗੱਲਬਾਤ ਵਿੱਚ ਸ਼ਾਮਲ ਕਰਨ ਲਈ ਕੋਈ ਵੀ ਫਾਈਲ ਇੱਥੇ ਛੱਡੋ",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "ਉਦਾਹਰਣ ਲਈ '30ਸ','10ਮਿ'. ਸਹੀ ਸਮਾਂ ਇਕਾਈਆਂ ਹਨ 'ਸ', 'ਮ', 'ਘੰ'.",
 	"Edit": "ਸੰਪਾਦਨ ਕਰੋ",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "ਉਪਭੋਗਤਾ ਸੰਪਾਦਨ ਕਰੋ",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "ਚੰਕ ਓਵਰਲੈਪ ਦਰਜ ਕਰੋ",
 	"Enter Chunk Size": "ਚੰਕ ਆਕਾਰ ਦਰਜ ਕਰੋ",
+	"Enter description": "",
 	"Enter Github Raw URL": "Github ਕੱਚਾ URL ਦਾਖਲ ਕਰੋ",
 	"Enter Google PSE API Key": "Google PSE API ਕੁੰਜੀ ਦਾਖਲ ਕਰੋ",
 	"Enter Google PSE Engine Id": "Google PSE ਇੰਜਣ ID ਦਾਖਲ ਕਰੋ",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "ਆਪਣੀ ਭੂਮਿਕਾ ਦਰਜ ਕਰੋ",
 	"Error": "ਗਲਤੀ",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "ਪਰਮਾਣੂਕ੍ਰਿਤ",
 	"Export": "ਨਿਰਯਾਤ",
 	"Export All Chats (All Users)": "ਸਾਰੀਆਂ ਗੱਲਾਂ ਨਿਰਯਾਤ ਕਰੋ (ਸਾਰੇ ਉਪਭੋਗਤਾ)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"February": "ਫਰਵਰੀ",
+	"Feedback History": "",
 	"Feel free to add specific details": "ਖੁੱਲ੍ਹੇ ਦਿਲ ਨਾਲ ਖਾਸ ਵੇਰਵੇ ਸ਼ਾਮਲ ਕਰੋ",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "ਮੈਂ ਅੱਜ ਤੁਹਾਡੀ ਕਿਵੇਂ ਮਦਦ ਕਰ ਸਕਦਾ ਹਾਂ?",
 	"Hybrid Search": "ਹਾਈਬ੍ਰਿਡ ਖੋਜ",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "ਚਿੱਤਰ ਜਨਰੇਸ਼ਨ (ਪਰਮਾਣੂਕ੍ਰਿਤ)",
 	"Image Generation Engine": "ਚਿੱਤਰ ਜਨਰੇਸ਼ਨ ਇੰਜਣ",
 	"Image Settings": "ਚਿੱਤਰ ਸੈਟਿੰਗਾਂ",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "ਆਖਰੀ ਸਰਗਰਮ",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "ਹਲਕਾ",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "LLMs ਗਲਤੀਆਂ ਕਰ ਸਕਦੇ ਹਨ। ਮਹੱਤਵਪੂਰਨ ਜਾਣਕਾਰੀ ਦੀ ਪੁਸ਼ਟੀ ਕਰੋ।",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "ਓਪਨਵੈਬਯੂਆਈ ਕਮਿਊਨਿਟੀ ਦੁਆਰਾ ਬਣਾਇਆ ਗਿਆ",
 	"Make sure to enclose them with": "ਸੁਨਿਸ਼ਚਿਤ ਕਰੋ ਕਿ ਉਨ੍ਹਾਂ ਨੂੰ ਘੇਰੋ",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "",
+	"Manage Arena Models": "",
 	"Manage Models": "ਮਾਡਲਾਂ ਦਾ ਪ੍ਰਬੰਧਨ ਕਰੋ",
 	"Manage Ollama Models": "ਓਲਾਮਾ ਮਾਡਲਾਂ ਦਾ ਪ੍ਰਬੰਧਨ ਕਰੋ",
 	"Manage Pipelines": "ਪਾਈਪਲਾਈਨਾਂ ਦਾ ਪ੍ਰਬੰਧਨ ਕਰੋ",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "ਤੁਹਾਡਾ ਲਿੰਕ ਬਣਾਉਣ ਤੋਂ ਬਾਅਦ ਤੁਹਾਡੇ ਵੱਲੋਂ ਭੇਜੇ ਗਏ ਸੁਨੇਹੇ ਸਾਂਝੇ ਨਹੀਂ ਕੀਤੇ ਜਾਣਗੇ। URL ਵਾਲੇ ਉਪਭੋਗਤਾ ਸਾਂਝੀ ਚੈਟ ਨੂੰ ਵੇਖ ਸਕਣਗੇ।",
 	"Min P": "",
 	"Minimum Score": "ਘੱਟੋ-ਘੱਟ ਸਕੋਰ",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "ਮਾਡਲ '{{modelName}}' ਸਫਲਤਾਪੂਰਵਕ ਡਾਊਨਲੋਡ ਕੀਤਾ ਗਿਆ ਹੈ।",
 	"Model '{{modelTag}}' is already in queue for downloading.": "ਮਾਡਲ '{{modelTag}}' ਪਹਿਲਾਂ ਹੀ ਡਾਊਨਲੋਡ ਲਈ ਕਤਾਰ ਵਿੱਚ ਹੈ।",
 	"Model {{modelId}} not found": "ਮਾਡਲ {{modelId}} ਨਹੀਂ ਮਿਲਿਆ",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "ਮਾਡਲ ਫਾਈਲਸਿਸਟਮ ਪੱਥ ਪਾਇਆ ਗਿਆ। ਅੱਪਡੇਟ ਲਈ ਮਾਡਲ ਸ਼ੌਰਟਨੇਮ ਦੀ ਲੋੜ ਹੈ, ਜਾਰੀ ਨਹੀਂ ਰੱਖ ਸਕਦੇ।",
 	"Model ID": "ਮਾਡਲ ID",
+	"Model Name": "",
 	"Model not selected": "ਮਾਡਲ ਚੁਣਿਆ ਨਹੀਂ ਗਿਆ",
 	"Model Params": "ਮਾਡਲ ਪਰਮਜ਼",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "ਕੋਈ ਨਤੀਜੇ ਨਹੀਂ ਮਿਲੇ",
 	"No search query generated": "ਕੋਈ ਖੋਜ ਪੁੱਛਗਿੱਛ ਤਿਆਰ ਨਹੀਂ ਕੀਤੀ ਗਈ",
 	"No source available": "ਕੋਈ ਸਰੋਤ ਉਪਲਬਧ ਨਹੀਂ",
@@ -486,13 +504,14 @@
 	"Only": "ਸਿਰਫ਼",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "ਕਮਾਂਡ ਸਤਰ ਵਿੱਚ ਸਿਰਫ਼ ਅਲਫ਼ਾਨਯੂਮੈਰਿਕ ਅੱਖਰ ਅਤੇ ਹਾਈਫਨ ਦੀ ਆਗਿਆ ਹੈ।",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "ਓਹੋ! ਥੋੜਾ ਸਬਰ ਕਰੋ! ਤੁਹਾਡੀਆਂ ਫਾਈਲਾਂ ਅਜੇ ਵੀ ਪ੍ਰਕਿਰਿਆ ਵਿੱਚ ਹਨ। ਅਸੀਂ ਉਨ੍ਹਾਂ ਨੂੰ ਪੂਰੀ ਤਰ੍ਹਾਂ ਤਿਆਰ ਕਰ ਰਹੇ ਹਾਂ। ਕਿਰਪਾ ਕਰਕੇ ਧੀਰਜ ਰੱਖੋ ਅਤੇ ਅਸੀਂ ਤੁਹਾਨੂੰ ਦੱਸਾਂਗੇ ਜਦੋਂ ਉਹ ਤਿਆਰ ਹੋ ਜਾਣਗੇ।",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "ਓਹੋ! ਲੱਗਦਾ ਹੈ ਕਿ URL ਗਲਤ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ ਦੁਬਾਰਾ ਜਾਂਚ ਕਰੋ ਅਤੇ ਮੁੜ ਕੋਸ਼ਿਸ਼ ਕਰੋ।",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "ਓਹੋ! ਤੁਸੀਂ ਇੱਕ ਅਣਸਮਰਥਿਤ ਢੰਗ ਵਰਤ ਰਹੇ ਹੋ (ਸਿਰਫ਼ ਫਰੰਟਐਂਡ)। ਕਿਰਪਾ ਕਰਕੇ ਵੈਬਯੂਆਈ ਨੂੰ ਬੈਕਐਂਡ ਤੋਂ ਸਰਵ ਕਰੋ।",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "ਨਵੀਂ ਗੱਲਬਾਤ ਖੋਲ੍ਹੋ",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "ਓਪਨਏਆਈ",
 	"OpenAI API": "ਓਪਨਏਆਈ API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "ਸਧਾਰਨ ਪਾਠ (.txt)",
 	"Playground": "ਖੇਡ ਦਾ ਮੈਦਾਨ",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "ਸਕਾਰਾਤਮਕ ਰਵੱਈਆ",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "ਓਲਾਮਾ.ਕਾਮ ਤੋਂ ਇੱਕ ਮਾਡਲ ਖਿੱਚੋ",
 	"Query Params": "ਪ੍ਰਸ਼ਨ ਪੈਰਾਮੀਟਰ",
 	"RAG Template": "RAG ਟੈਮਪਲੇਟ",
+	"Rating": "",
 	"Read Aloud": "ਜੋਰ ਨਾਲ ਪੜ੍ਹੋ",
 	"Record voice": "ਆਵਾਜ਼ ਰਿਕਾਰਡ ਕਰੋ",
 	"Redirecting you to OpenWebUI Community": "ਤੁਹਾਨੂੰ ਓਪਨਵੈਬਯੂਆਈ ਕਮਿਊਨਿਟੀ ਵੱਲ ਰੀਡਾਇਰੈਕਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "ਜਵਾਬ ਆਟੋ ਕਾਪੀ ਕਲਿੱਪਬੋਰਡ 'ਤੇ",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "ਭੂਮਿਕਾ",
 	"Rosé Pine": "ਰੋਜ਼ ਪਾਈਨ",
 	"Rosé Pine Dawn": "ਰੋਜ਼ ਪਾਈਨ ਡਾਨ",
@@ -632,6 +655,7 @@
 	"Set Steps": "ਕਦਮ ਸੈੱਟ ਕਰੋ",
 	"Set Task Model": "ਟਾਸਕ ਮਾਡਲ ਸੈੱਟ ਕਰੋ",
 	"Set Voice": "ਆਵਾਜ਼ ਸੈੱਟ ਕਰੋ",
+	"Set whisper model": "",
 	"Settings": "ਸੈਟਿੰਗਾਂ",
 	"Settings saved successfully!": "ਸੈਟਿੰਗਾਂ ਸਫਲਤਾਪੂਰਵਕ ਸੰਭਾਲੀਆਂ ਗਈਆਂ!",
 	"Share": "ਸਾਂਝਾ ਕਰੋ",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "STT ਸੈਟਿੰਗਾਂ",
-	"Submit": "ਜਮ੍ਹਾਂ ਕਰੋ",
 	"Subtitle (e.g. about the Roman Empire)": "ਉਪਸਿਰਲੇਖ (ਉਦਾਹਰਣ ਲਈ ਰੋਮਨ ਸਾਮਰਾਜ ਬਾਰੇ)",
 	"Success": "ਸਫਲਤਾ",
 	"Successfully updated.": "ਸਫਲਤਾਪੂਰਵਕ ਅੱਪਡੇਟ ਕੀਤਾ ਗਿਆ।",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "ਸਿਸਟਮ",
+	"System Instructions": "",
 	"System Prompt": "ਸਿਸਟਮ ਪ੍ਰੰਪਟ",
 	"Tags": "ਟੈਗ",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "ਤਾਪਮਾਨ",
 	"Template": "ਟੈਮਪਲੇਟ",
 	"Temporary Chat": "",
-	"Text Completion": "ਪਾਠ ਪੂਰਨਤਾ",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "ਪਾਠ-ਤੋਂ-ਬੋਲ ਇੰਜਣ",
 	"Tfs Z": "Tfs Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "ਇਹ ਯਕੀਨੀ ਬਣਾਉਂਦਾ ਹੈ ਕਿ ਤੁਹਾਡੀਆਂ ਕੀਮਤੀ ਗੱਲਾਂ ਤੁਹਾਡੇ ਬੈਕਐਂਡ ਡਾਟਾਬੇਸ ਵਿੱਚ ਸੁਰੱਖਿਅਤ ਤੌਰ 'ਤੇ ਸੰਭਾਲੀਆਂ ਗਈਆਂ ਹਨ। ਧੰਨਵਾਦ!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "ਅੱਜ",
 	"Toggle settings": "ਸੈਟਿੰਗਾਂ ਟੌਗਲ ਕਰੋ",
 	"Toggle sidebar": "ਸਾਈਡਬਾਰ ਟੌਗਲ ਕਰੋ",
@@ -748,6 +773,7 @@
 	"Update password": "ਪਾਸਵਰਡ ਅੱਪਡੇਟ ਕਰੋ",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "ਇੱਕ GGUF ਮਾਡਲ ਅਪਲੋਡ ਕਰੋ",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "use_mlock (ਓਲਾਮਾ)",
 	"use_mmap (Ollama)": "use_mmap (ਓਲਾਮਾ)",
 	"user": "ਉਪਭੋਗਤਾ",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "ਉਪਭੋਗਤਾ ਅਧਿਕਾਰ",
 	"Users": "ਉਪਭੋਗਤਾ",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "ਵਰਤੋਂ",
 	"Valid time units:": "ਵੈਧ ਸਮਾਂ ਇਕਾਈਆਂ:",
 	"Valves": "",
@@ -790,6 +818,7 @@
 	"What’s New in": "ਨਵਾਂ ਕੀ ਹੈ",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "",
+	"Won": "",
 	"Workspace": "ਕਾਰਜਸਥਲ",
 	"Write a prompt suggestion (e.g. Who are you?)": "ਇੱਕ ਪ੍ਰੰਪਟ ਸੁਝਾਅ ਲਿਖੋ (ਉਦਾਹਰਣ ਲਈ ਤੁਸੀਂ ਕੌਣ ਹੋ?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "50 ਸ਼ਬਦਾਂ ਵਿੱਚ ਇੱਕ ਸੰਖੇਪ ਲਿਖੋ ਜੋ [ਵਿਸ਼ਾ ਜਾਂ ਕੁੰਜੀ ਸ਼ਬਦ] ਨੂੰ ਸੰਖੇਪ ਕਰਦਾ ਹੈ।",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "ਤੁਸੀਂ ਆਧਾਰ ਮਾਡਲ ਨੂੰ ਕਲੋਨ ਨਹੀਂ ਕਰ ਸਕਦੇ",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "ਤੁਹਾਡੇ ਕੋਲ ਕੋਈ ਆਰਕਾਈਵ ਕੀਤੀਆਂ ਗੱਲਾਂ ਨਹੀਂ ਹਨ।",
 	"You have shared this chat": "ਤੁਸੀਂ ਇਹ ਗੱਲਬਾਤ ਸਾਂਝੀ ਕੀਤੀ ਹੈ",
 	"You're a helpful assistant.": "ਤੁਸੀਂ ਇੱਕ ਮਦਦਗਾਰ ਸਹਾਇਕ ਹੋ।",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' lub '-1' dla bez wygaśnięcia.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(np. `sh webui.sh --api`)",
 	"(latest)": "(najnowszy)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Dodaj krótki opis działania tego modelu",
 	"Add a short title for this prompt": "Dodaj krótki tytuł tego polecenia",
 	"Add a tag": "Dodaj tag",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Dodaj własne polecenie",
 	"Add Files": "Dodaj pliki",
 	"Add Memory": "Dodaj pamięć",
-	"Add message": "Dodaj wiadomość",
 	"Add Model": "Dodaj model",
 	"Add Tag": "",
 	"Add Tags": "Dodaj tagi",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Zaawansowane parametry",
 	"All chats": "",
 	"All Documents": "Wszystkie dokumenty",
-	"All Users": "Wszyscy użytkownicy",
 	"Allow Chat Deletion": "Pozwól na usuwanie czatu",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Masz już konto?",
 	"an assistant": "asystent",
 	"and": "i",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "i utwórz nowy udostępniony link",
 	"API Base URL": "Podstawowy adres URL interfejsu API",
 	"API Key": "Klucz API",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Zarchiwizowane czaty",
 	"are allowed - Activate this command by typing": "są dozwolone - Aktywuj to polecenie, wpisując",
 	"Are you sure?": "Jesteś pewien?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Dołącz plik",
 	"Attention to detail": "Dbałość o szczegóły",
 	"Audio": "Dźwięk",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Kliknij tutaj, aby uzyskać pomoc.",
 	"Click here to": "Kliknij tutaj, żeby",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Kliknij tutaj, aby wybrać",
 	"Click here to select a csv file.": "Kliknij tutaj, żeby wybrać plik CSV",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Polecenie",
+	"Completions": "",
 	"Concurrent Requests": "Równoczesne żądania",
 	"Confirm": "",
 	"Confirm Password": "Potwierdź hasło",
@@ -223,9 +226,11 @@
 	"Download": "Pobieranie",
 	"Download canceled": "Pobieranie przerwane",
 	"Download Database": "Pobierz bazę danych",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Upuść pliki tutaj, aby dodać do rozmowy",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "np. '30s', '10m'. Poprawne jednostki czasu to 's', 'm', 'h'.",
 	"Edit": "Edytuj",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "Edytuj użytkownika",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Wprowadź zakchodzenie bloku",
 	"Enter Chunk Size": "Wprowadź rozmiar bloku",
+	"Enter description": "",
 	"Enter Github Raw URL": "Wprowadź nieprzetworzony adres URL usługi Github",
 	"Enter Google PSE API Key": "Wprowadź klucz API Google PSE",
 	"Enter Google PSE Engine Id": "Wprowadź identyfikator aparatu Google PSE",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Wprowadź swoją rolę",
 	"Error": "Błąd",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Eksperymentalne",
 	"Export": "Eksport",
 	"Export All Chats (All Users)": "Eksportuj wszystkie czaty (wszyscy użytkownicy)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"February": "Luty",
+	"Feedback History": "",
 	"Feel free to add specific details": "Podaj inne szczegóły",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Jak mogę Ci dzisiaj pomóc?",
 	"Hybrid Search": "Szukanie hybrydowe",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "Generowanie obrazu (eksperymentalne)",
 	"Image Generation Engine": "Silnik generowania obrazu",
 	"Image Settings": "Ustawienia obrazu",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "Ostatnio aktywny",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Jasny",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "LLMy mogą popełniać błędy. Zweryfikuj ważne informacje.",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Stworzone przez społeczność OpenWebUI",
 	"Make sure to enclose them with": "Upewnij się, że są one zamknięte w",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "",
+	"Manage Arena Models": "",
 	"Manage Models": "Zarządzaj modelami",
 	"Manage Ollama Models": "Zarządzaj modelami Ollama",
 	"Manage Pipelines": "Zarządzanie potokami",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Wiadomości wysyłane po utworzeniu linku nie będą udostępniane. Użytkownicy z adresem URL będą mogli wyświetlić udostępniony czat.",
 	"Min P": "",
 	"Minimum Score": "Minimalny wynik",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Model '{{modelName}}' został pomyślnie pobrany.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' jest już w kolejce do pobrania.",
 	"Model {{modelId}} not found": "Model {{modelId}} nie został znaleziony",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Wykryto ścieżkę systemu plików modelu. Wymagana jest krótka nazwa modelu do aktualizacji, nie można kontynuować.",
 	"Model ID": "Identyfikator modelu",
+	"Model Name": "",
 	"Model not selected": "Model nie został wybrany",
 	"Model Params": "Parametry modelu",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Nie znaleziono rezultatów",
 	"No search query generated": "Nie wygenerowano zapytania wyszukiwania",
 	"No source available": "Źródło nie dostępne",
@@ -486,13 +504,14 @@
 	"Only": "Tylko",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "W poleceniu dozwolone są tylko znaki alfanumeryczne i myślniki.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Ups! Trzymaj się! Twoje pliki są wciąż w procesie obróbki. Gotujemy je do perfekcji. Prosimy o cierpliwość, poinformujemy Cię, gdy będą gotowe.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Ups! Wygląda na to, że URL jest nieprawidłowy. Sprawdź jeszcze raz i spróbuj ponownie.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ups! Używasz nieobsługiwanej metody (tylko interfejs front-end). Proszę obsłużyć interfejs WebUI z poziomu backendu.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Otwórz nowy czat",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Zwykły tekst (.txt)",
 	"Playground": "Plac zabaw",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Pozytywne podejście",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Pobierz model z Ollama.com",
 	"Query Params": "Parametry zapytania",
 	"RAG Template": "Szablon RAG",
+	"Rating": "",
 	"Read Aloud": "Czytaj na głos",
 	"Record voice": "Nagraj głos",
 	"Redirecting you to OpenWebUI Community": "Przekierowujemy Cię do społeczności OpenWebUI",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Automatyczne kopiowanie odpowiedzi do schowka",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Rola",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -634,6 +657,7 @@
 	"Set Steps": "Ustaw kroki",
 	"Set Task Model": "Ustawianie modelu zadań",
 	"Set Voice": "Ustaw głos",
+	"Set whisper model": "",
 	"Settings": "Ustawienia",
 	"Settings saved successfully!": "Ustawienia zapisane pomyślnie!",
 	"Share": "Udostępnij",
@@ -661,7 +685,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "Ustawienia STT",
-	"Submit": "Zatwierdź",
 	"Subtitle (e.g. about the Roman Empire)": "Podtytuł (np. o Imperium Rzymskim)",
 	"Success": "Sukces",
 	"Successfully updated.": "Pomyślnie zaktualizowano.",
@@ -670,6 +693,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "System",
+	"System Instructions": "",
 	"System Prompt": "Prompt systemowy",
 	"Tags": "Tagi",
 	"Tags Generation Prompt": "",
@@ -679,7 +703,6 @@
 	"Temperature": "Temperatura",
 	"Template": "Szablon",
 	"Temporary Chat": "",
-	"Text Completion": "Uzupełnienie tekstu",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Silnik tekstu na mowę",
 	"Tfs Z": "Tfs Z",
@@ -694,6 +717,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "To zapewnia, że Twoje cenne rozmowy są bezpiecznie zapisywane w bazie danych backendowej. Dziękujemy!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -715,6 +739,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "Dzisiaj",
 	"Toggle settings": "Przełącz ustawienia",
 	"Toggle sidebar": "Przełącz panel boczny",
@@ -750,6 +775,7 @@
 	"Update password": "Aktualizacja hasła",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "Prześlij model GGUF",
 	"Upload directory": "",
@@ -764,9 +790,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "użytkownik",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "Uprawnienia użytkownika",
 	"Users": "Użytkownicy",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Wykorzystaj",
 	"Valid time units:": "Poprawne jednostki czasu:",
 	"Valves": "",
@@ -792,6 +820,7 @@
 	"What’s New in": "Co nowego w",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "",
+	"Won": "",
 	"Workspace": "Obszar roboczy",
 	"Write a prompt suggestion (e.g. Who are you?)": "Napisz sugestię do polecenia (np. Kim jesteś?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Napisz podsumowanie w 50 słowach, które podsumowuje [temat lub słowo kluczowe].",
@@ -801,6 +830,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "Nie można sklonować modelu podstawowego",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Nie masz zarchiwizowanych rozmów.",
 	"You have shared this chat": "Udostępniłeś ten czat",
 	"You're a helpful assistant.": "Jesteś pomocnym asystentem.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' ou '-1' para sem expiração.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(por exemplo, `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(por exemplo, `sh webui.sh --api`)",
 	"(latest)": "(último)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Adicione uma descrição curta sobre o que este modelo faz",
 	"Add a short title for this prompt": "Adicione um título curto para este prompt",
 	"Add a tag": "Adicionar uma tag",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Adicionar prompt personalizado",
 	"Add Files": "Adicionar Arquivos",
 	"Add Memory": "Adicionar Memória",
-	"Add message": "Adicionar mensagem",
 	"Add Model": "Adicionar Modelo",
 	"Add Tag": "Adicionar Tag",
 	"Add Tags": "Adicionar Tags",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Parâmetros Avançados",
 	"All chats": "",
 	"All Documents": "Todos os Documentos",
-	"All Users": "Todos os Usuários",
 	"Allow Chat Deletion": "Permitir Exclusão de Chats",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "Permitir vozes não locais",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Já tem uma conta?",
 	"an assistant": "um assistente",
 	"and": "e",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "e criar um novo link compartilhado.",
 	"API Base URL": "URL Base da API",
 	"API Key": "Chave API",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Chats Arquivados",
 	"are allowed - Activate this command by typing": "são permitidos - Ative este comando digitando",
 	"Are you sure?": "Você tem certeza?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Anexar arquivo",
 	"Attention to detail": "Atenção aos detalhes",
 	"Audio": "Áudio",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Clique aqui para obter ajuda.",
 	"Click here to": "Clique aqui para",
 	"Click here to download user import template file.": "Clique aqui para baixar o arquivo de modelo de importação de usuários.",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Clique aqui para enviar",
 	"Click here to select a csv file.": "Clique aqui para enviar um arquivo csv.",
 	"Click here to select a py file.": "Clique aqui para enviar um arquivo py.",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Comando",
+	"Completions": "",
 	"Concurrent Requests": "Solicitações Concomitantes",
 	"Confirm": "Confirmar",
 	"Confirm Password": "Confirmar Senha",
@@ -223,9 +226,11 @@
 	"Download": "Baixar",
 	"Download canceled": "Download cancelado",
 	"Download Database": "Baixar Banco de Dados",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Solte qualquer arquivo aqui para adicionar à conversa",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "por exemplo, '30s', '10m'. Unidades de tempo válidas são 's', 'm', 'h'.",
 	"Edit": "Editar",
+	"Edit Arena Model": "",
 	"Edit Memory": "Editar Memória",
 	"Edit User": "Editar Usuário",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Digite a Sobreposição de Chunk",
 	"Enter Chunk Size": "Digite o Tamanho do Chunk",
+	"Enter description": "",
 	"Enter Github Raw URL": "Digite a URL bruta do Github",
 	"Enter Google PSE API Key": "Digite a Chave API do Google PSE",
 	"Enter Google PSE Engine Id": "Digite o ID do Motor do Google PSE",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Digite Sua Função",
 	"Error": "Erro",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Experimental",
 	"Export": "Exportar",
 	"Export All Chats (All Users)": "Exportar Todos os Chats (Todos os Usuários)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "Falha ao atualizar as configurações",
 	"Failed to upload file.": "",
 	"February": "Fevereiro",
+	"Feedback History": "",
 	"Feel free to add specific details": "Sinta-se à vontade para adicionar detalhes específicos",
 	"File": "Arquivo",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Como posso ajudar você hoje?",
 	"Hybrid Search": "Pesquisa Híbrida",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Eu reconheço que li e entendi as implicações da minha ação. Estou ciente dos riscos associados à execução de código arbitrário e verifiquei a confiabilidade da fonte.",
+	"ID": "",
 	"Image Generation (Experimental)": "Geração de Imagem (Experimental)",
 	"Image Generation Engine": "Motor de Geração de Imagem",
 	"Image Settings": "Configurações de Imagem",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "grandes modelos de linguagem, localmente.",
 	"Last Active": "Última Atividade",
 	"Last Modified": "Última Modificação",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Claro",
 	"Listening...": "Escutando...",
 	"LLMs can make mistakes. Verify important information.": "LLMs podem cometer erros. Verifique informações importantes.",
 	"Local Models": "Modelos Locais",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Feito pela Comunidade OpenWebUI",
 	"Make sure to enclose them with": "Certifique-se de encerrá-los com",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "Gerenciar",
+	"Manage Arena Models": "",
 	"Manage Models": "Gerenciar Modelos",
 	"Manage Ollama Models": "Gerenciar Modelos Ollama",
 	"Manage Pipelines": "Gerenciar Pipelines",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "Memória excluída com sucesso",
 	"Memory updated successfully": "Memória atualizada com sucesso",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Mensagens enviadas após criar seu link não serão compartilhadas. Usuários com o URL poderão visualizar o chat compartilhado.",
 	"Min P": "",
 	"Minimum Score": "Pontuação Mínima",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "MMMM DD, YYYY hh:mm:ss A",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Modelo '{{modelName}}' foi baixado com sucesso.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Modelo '{{modelTag}}' já está na fila para download.",
 	"Model {{modelId}} not found": "Modelo {{modelId}} não encontrado",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "Modelo criado com sucesso!",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Caminho do sistema de arquivos do modelo detectado. Nome curto do modelo é necessário para atualização, não é possível continuar.",
 	"Model ID": "ID do Modelo",
+	"Model Name": "",
 	"Model not selected": "Modelo não selecionado",
 	"Model Params": "Parâmetros do Modelo",
 	"Model updated successfully": "Modelo atualizado com sucesso",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "Sem conteúdo para falar",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "Nenhum arquivo selecionado",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Nenhum resultado encontrado",
 	"No search query generated": "Nenhuma consulta de pesquisa gerada",
 	"No source available": "Nenhuma fonte disponível",
@@ -486,13 +504,14 @@
 	"Only": "Apenas",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Apenas caracteres alfanuméricos e hífens são permitidos na string de comando.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Ops! Aguarde! Seus arquivos ainda estão no forno de processamento. Estamos preparando-os com perfeição. Por favor, seja paciente e avisaremos quando estiverem prontos.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Ops! Parece que a URL é inválida. Por favor, verifique novamente e tente de novo.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "Ops! Houve um erro na resposta anterior. Por favor, tente novamente ou entre em contato com o administrador.",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ops! Você está usando um método não suportado (somente frontend). Por favor, sirva a WebUI a partir do backend.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Abrir novo chat",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "A versão do Open WebUI (v{{OPEN_WEBUI_VERSION}}) é inferior à versão necessária (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "API OpenAI",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Texto simples (.txt)",
 	"Playground": "Playground",
 	"Please carefully review the following warnings:": "Por favor, revise cuidadosamente os seguintes avisos:",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Atitude positiva",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Obter um modelo de Ollama.com",
 	"Query Params": "Parâmetros de Consulta",
 	"RAG Template": "Modelo RAG",
+	"Rating": "",
 	"Read Aloud": "Ler em Voz Alta",
 	"Record voice": "Gravar voz",
 	"Redirecting you to OpenWebUI Community": "Redirecionando você para a Comunidade OpenWebUI",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Cópia Automática da Resposta para a Área de Transferência",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Notificações de resposta não podem ser ativadas pois as permissões do site foram negadas. Por favor, visite as configurações do seu navegador para conceder o acesso necessário.",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Função",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -633,6 +656,7 @@
 	"Set Steps": "Definir Etapas",
 	"Set Task Model": "Definir Modelo de Tarefa",
 	"Set Voice": "Definir Voz",
+	"Set whisper model": "",
 	"Settings": "Configurações",
 	"Settings saved successfully!": "Configurações salvas com sucesso!",
 	"Share": "Compartilhar",
@@ -660,7 +684,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "Modelo STT",
 	"STT Settings": "Configurações STT",
-	"Submit": "Enviar",
 	"Subtitle (e.g. about the Roman Empire)": "Legenda (por exemplo, sobre o Império Romano)",
 	"Success": "Sucesso",
 	"Successfully updated.": "Atualizado com sucesso.",
@@ -669,6 +692,7 @@
 	"Support this plugin:": "Apoie este plugin:",
 	"Sync directory": "",
 	"System": "Sistema",
+	"System Instructions": "",
 	"System Prompt": "Prompt do Sistema",
 	"Tags": "Tags",
 	"Tags Generation Prompt": "",
@@ -678,7 +702,6 @@
 	"Temperature": "Temperatura",
 	"Template": "Modelo",
 	"Temporary Chat": "",
-	"Text Completion": "Conclusão de Texto",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Motor de Texto para Fala",
 	"Tfs Z": "Tfs Z",
@@ -693,6 +716,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Isso garante que suas conversas valiosas sejam salvas com segurança no banco de dados do backend. Obrigado!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Esta é uma funcionalidade experimental, pode não funcionar como esperado e está sujeita a alterações a qualquer momento.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "Isso vai excluir",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -714,6 +738,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "Para selecionar ações aqui, adicione-os ao espaço de trabalho \"Ações\" primeiro.",
 	"To select filters here, add them to the \"Functions\" workspace first.": "Para selecionar filtros aqui, adicione-os ao espaço de trabalho \"Funções\" primeiro.",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "Para selecionar kits de ferramentas aqui, adicione-os ao espaço de trabalho \"Ferramentas\" primeiro.",
+	"Toast notifications for new updates": "",
 	"Today": "Hoje",
 	"Toggle settings": "Alternar configurações",
 	"Toggle sidebar": "Alternar barra lateral",
@@ -749,6 +774,7 @@
 	"Update password": "Atualizar senha",
 	"Updated": "",
 	"Updated at": "Atualizado em",
+	"Updated At": "",
 	"Upload": "Fazer upload",
 	"Upload a GGUF model": "Fazer upload de um modelo GGUF",
 	"Upload directory": "",
@@ -763,9 +789,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "usuário",
+	"User": "",
 	"User location successfully retrieved.": "Localização do usuário recuperada com sucesso.",
 	"User Permissions": "Permissões do Usuário",
 	"Users": "Usuários",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Utilizar",
 	"Valid time units:": "Unidades de tempo válidas:",
 	"Valves": "Válvulas",
@@ -791,6 +819,7 @@
 	"What’s New in": "O que há de novo em",
 	"Whisper (Local)": "Whisper (Local)",
 	"Widescreen Mode": "Modo Tela Cheia",
+	"Won": "",
 	"Workspace": "Espaço de Trabalho",
 	"Write a prompt suggestion (e.g. Who are you?)": "Escreva uma sugestão de prompt (por exemplo, Quem é você?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Escreva um resumo em 50 palavras que resuma [tópico ou palavra-chave].",
@@ -800,6 +829,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Você pode personalizar suas interações com LLMs adicionando memórias através do botão 'Gerenciar' abaixo, tornando-as mais úteis e adaptadas a você.",
 	"You cannot clone a base model": "Você não pode clonar um modelo base",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Você não tem conversas arquivadas.",
 	"You have shared this chat": "Você compartilhou este chat",
 	"You're a helpful assistant.": "Você é um assistente útil.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' ou '-1' para nenhuma expiração.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(por exemplo, `sh webui.sh --api`)",
 	"(latest)": "(mais recente)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Adicione uma breve descrição sobre o que este modelo faz",
 	"Add a short title for this prompt": "Adicione um título curto para este prompt",
 	"Add a tag": "Adicionar uma tag",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Adicionar um prompt curto",
 	"Add Files": "Adicionar Ficheiros",
 	"Add Memory": "Adicionar memória",
-	"Add message": "Adicionar mensagem",
 	"Add Model": "Adicionar modelo",
 	"Add Tag": "",
 	"Add Tags": "adicionar tags",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Params Avançados",
 	"All chats": "",
 	"All Documents": "Todos os Documentos",
-	"All Users": "Todos os utilizadores",
 	"Allow Chat Deletion": "Permitir Exclusão de Conversa",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "Permitir vozes não locais",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Já tem uma conta?",
 	"an assistant": "um assistente",
 	"and": "e",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "e criar um novo link partilhado.",
 	"API Base URL": "URL Base da API",
 	"API Key": "Chave da API",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Conversas arquivadas",
 	"are allowed - Activate this command by typing": "são permitidos - Ative este comando escrevendo",
 	"Are you sure?": "Tem a certeza?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Anexar ficheiro",
 	"Attention to detail": "Detalhado",
 	"Audio": "Áudio",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Clique aqui para obter ajuda.",
 	"Click here to": "Clique aqui para",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Clique aqui para selecionar",
 	"Click here to select a csv file.": "Clique aqui para selecionar um ficheiro csv.",
 	"Click here to select a py file.": "Clique aqui para selecionar um ficheiro py",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Comando",
+	"Completions": "",
 	"Concurrent Requests": "Solicitações simultâneas",
 	"Confirm": "",
 	"Confirm Password": "Confirmar Senha",
@@ -223,9 +226,11 @@
 	"Download": "Descarregar",
 	"Download canceled": "Download cancelado",
 	"Download Database": "Descarregar Base de Dados",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Largue os ficheiros aqui para adicionar à conversa",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "por exemplo, '30s', '10m'. Unidades de tempo válidas são 's', 'm', 'h'.",
 	"Edit": "Editar",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "Editar Utilizador",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Escreva a Sobreposição de Fragmento",
 	"Enter Chunk Size": "Escreva o Tamanho do Fragmento",
+	"Enter description": "",
 	"Enter Github Raw URL": "Escreva o URL cru do Github",
 	"Enter Google PSE API Key": "Escreva a chave da API PSE do Google",
 	"Enter Google PSE Engine Id": "Escreva o ID do mecanismo PSE do Google",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Escreva a sua Função",
 	"Error": "Erro",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Experimental",
 	"Export": "Exportar",
 	"Export All Chats (All Users)": "Exportar Todas as Conversas (Todos os Utilizadores)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "Falha ao atualizar as definições",
 	"Failed to upload file.": "",
 	"February": "Fevereiro",
+	"Feedback History": "",
 	"Feel free to add specific details": "Sinta-se à vontade para adicionar detalhes específicos",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Como posso ajudá-lo hoje?",
 	"Hybrid Search": "Pesquisa Híbrida",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "Geração de Imagens (Experimental)",
 	"Image Generation Engine": "Mecanismo de Geração de Imagens",
 	"Image Settings": "Configurações da Imagem",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "Último Ativo",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Claro",
 	"Listening...": "A escutar...",
 	"LLMs can make mistakes. Verify important information.": "LLMs podem cometer erros. Verifique informações importantes.",
 	"Local Models": "Modelos Locais",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Feito pela Comunidade OpenWebUI",
 	"Make sure to enclose them with": "Certifique-se de colocá-los entre",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "Gerir",
+	"Manage Arena Models": "",
 	"Manage Models": "Gerir Modelos",
 	"Manage Ollama Models": "Gerir Modelos Ollama",
 	"Manage Pipelines": "Gerir pipelines",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Mensagens que você enviar após criar o seu link não serão partilhadas. Os utilizadores com o URL poderão visualizar a conversa partilhada.",
 	"Min P": "",
 	"Minimum Score": "Mínimo de Pontuação",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "DD/MM/YYYY",
 	"MMMM DD, YYYY HH:mm": "DD/MM/YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "O modelo '{{modelName}}' foi descarregado com sucesso.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "O modelo '{{modelTag}}' já está na fila para descarregar.",
 	"Model {{modelId}} not found": "Modelo {{modelId}} não foi encontrado",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Dtectado caminho do sistema de ficheiros do modelo. É necessário o nome curto do modelo para atualização, não é possível continuar.",
 	"Model ID": "ID do modelo",
+	"Model Name": "",
 	"Model not selected": "Modelo não selecionado",
 	"Model Params": "Params Modelo",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Não foram encontrados resultados",
 	"No search query generated": "Não foi gerada nenhuma consulta de pesquisa",
 	"No source available": "Nenhuma fonte disponível",
@@ -486,13 +504,14 @@
 	"Only": "Apenas",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Apenas caracteres alfanuméricos e hífens são permitidos na string de comando.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Epá! Segura-te! Os teus ficheiros ainda estão no forno de processamento. Estamos a cozinhá-los com perfeição. Por favor, seja paciente e avisaremos quando estiverem prontos.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Epá! Parece que o URL é inválido. Verifique novamente e tente outra vez.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Epá! Você está a usar um método não suportado (somente frontend). Por favor, sirva o WebUI a partir do backend.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Abrir nova conversa",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "API OpenAI",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Texto sem formatação (.txt)",
 	"Playground": "Recreio",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Atitude Positiva",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Puxar um modelo do Ollama.com",
 	"Query Params": "Parâmetros de Consulta",
 	"RAG Template": "Modelo RAG",
+	"Rating": "",
 	"Read Aloud": "Ler em Voz Alta",
 	"Record voice": "Gravar voz",
 	"Redirecting you to OpenWebUI Community": "Redirecionando-o para a Comunidade OpenWebUI",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Cópia Automática da Resposta para a Área de Transferência",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Função",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -633,6 +656,7 @@
 	"Set Steps": "Definir Etapas",
 	"Set Task Model": "Definir modelo de tarefa",
 	"Set Voice": "Definir Voz",
+	"Set whisper model": "",
 	"Settings": "Configurações",
 	"Settings saved successfully!": "Configurações guardadas com sucesso!",
 	"Share": "Partilhar",
@@ -660,7 +684,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "Modelo STT",
 	"STT Settings": "Configurações STT",
-	"Submit": "Enviar",
 	"Subtitle (e.g. about the Roman Empire)": "Subtítulo (ex.: sobre o Império Romano)",
 	"Success": "Sucesso",
 	"Successfully updated.": "Atualizado com sucesso.",
@@ -669,6 +692,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "Sistema",
+	"System Instructions": "",
 	"System Prompt": "Prompt do Sistema",
 	"Tags": "Etiquetas",
 	"Tags Generation Prompt": "",
@@ -678,7 +702,6 @@
 	"Temperature": "Temperatura",
 	"Template": "Modelo",
 	"Temporary Chat": "",
-	"Text Completion": "Conclusão de Texto",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Motor de Texto para Fala",
 	"Tfs Z": "Tfs Z",
@@ -693,6 +716,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Isto garante que suas conversas valiosas sejam guardadas com segurança na sua base de dados de backend. Obrigado!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Isto é um recurso experimental, pode não funcionar conforme o esperado e está sujeito a alterações a qualquer momento.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -714,6 +738,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "Hoje",
 	"Toggle settings": "Alternar configurações",
 	"Toggle sidebar": "Alternar barra lateral",
@@ -749,6 +774,7 @@
 	"Update password": "Atualizar senha",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "Carregar um modelo GGUF",
 	"Upload directory": "",
@@ -763,9 +789,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "utilizador",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "Permissões do Utilizador",
 	"Users": "Utilizadores",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Utilizar",
 	"Valid time units:": "Unidades de tempo válidas:",
 	"Valves": "",
@@ -791,6 +819,7 @@
 	"What’s New in": "O que há de novo em",
 	"Whisper (Local)": "Whisper (Local)",
 	"Widescreen Mode": "Modo Widescreen",
+	"Won": "",
 	"Workspace": "Espaço de Trabalho",
 	"Write a prompt suggestion (e.g. Who are you?)": "Escreva uma sugestão de prompt (por exemplo, Quem és tu?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Escreva um resumo em 50 palavras que resuma [tópico ou palavra-chave].",
@@ -800,6 +829,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Você pode personalizar as suas interações com LLMs adicionando memórias através do botão ‘Gerir’ abaixo, tornando-as mais úteis e personalizadas para você.",
 	"You cannot clone a base model": "Não é possível clonar um modelo base",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Você não tem conversas arquivadas.",
 	"You have shared this chat": "Você partilhou esta conversa",
 	"You're a helpful assistant.": "Você é um assistente útil.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' sau '-1' fără expirare.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(de ex. `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(de ex. `sh webui.sh --api`)",
 	"(latest)": "(ultimul)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Adaugă o scurtă descriere despre ce face acest model",
 	"Add a short title for this prompt": "Adaugă un titlu scurt pentru acest prompt",
 	"Add a tag": "Adaugă o etichetă",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Adaugă prompt personalizat",
 	"Add Files": "Adaugă Fișiere",
 	"Add Memory": "Adaugă Memorie",
-	"Add message": "Adaugă mesaj",
 	"Add Model": "Adaugă Model",
 	"Add Tag": "Adaugă Etichetă",
 	"Add Tags": "Adaugă Etichete",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Parametri Avansați",
 	"All chats": "",
 	"All Documents": "Toate Documentele",
-	"All Users": "Toți Utilizatorii",
 	"Allow Chat Deletion": "Permite Ștergerea Conversațiilor",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "Permite voci non-locale",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Deja ai un cont?",
 	"an assistant": "un asistent",
 	"and": "și",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "și creează un nou link partajat.",
 	"API Base URL": "URL Bază API",
 	"API Key": "Cheie API",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Conversații Arhivate",
 	"are allowed - Activate this command by typing": "sunt permise - Activează această comandă tastând",
 	"Are you sure?": "Ești sigur?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Atașează fișier",
 	"Attention to detail": "Atenție la detalii",
 	"Audio": "Audio",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Apasă aici pentru ajutor.",
 	"Click here to": "Apasă aici pentru",
 	"Click here to download user import template file.": "Apasă aici pentru a descărca fișierul șablon de import utilizator.",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Apasă aici pentru a selecta",
 	"Click here to select a csv file.": "Apasă aici pentru a selecta un fișier csv.",
 	"Click here to select a py file.": "Apasă aici pentru a selecta un fișier py.",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Comandă",
+	"Completions": "",
 	"Concurrent Requests": "Cereri Concurente",
 	"Confirm": "Confirmă",
 	"Confirm Password": "Confirmă Parola",
@@ -223,9 +226,11 @@
 	"Download": "Descarcă",
 	"Download canceled": "Descărcare anulată",
 	"Download Database": "Descarcă Baza de Date",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Plasează orice fișiere aici pentru a le adăuga la conversație",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "de ex. '30s', '10m'. Unitățile de timp valide sunt 's', 'm', 'h'.",
 	"Edit": "Editează",
+	"Edit Arena Model": "",
 	"Edit Memory": "Editează Memorie",
 	"Edit User": "Editează Utilizator",
 	"ElevenLabs": "ElevenLabs",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Introduceți Suprapunerea Blocului",
 	"Enter Chunk Size": "Introduceți Dimensiunea Blocului",
+	"Enter description": "",
 	"Enter Github Raw URL": "Introduceți URL-ul Raw de pe Github",
 	"Enter Google PSE API Key": "Introduceți Cheia API Google PSE",
 	"Enter Google PSE Engine Id": "Introduceți ID-ul Motorului Google PSE",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Introduceți Rolul Dvs.",
 	"Error": "Eroare",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Experimental",
 	"Export": "Exportă",
 	"Export All Chats (All Users)": "Exportă Toate Conversațiile (Toți Utilizatorii)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "Actualizarea setărilor a eșuat",
 	"Failed to upload file.": "",
 	"February": "Februarie",
+	"Feedback History": "",
 	"Feel free to add specific details": "Adăugați detalii specifice fără nicio ezitare",
 	"File": "Fișier",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Cum te pot ajuta astăzi?",
 	"Hybrid Search": "Căutare Hibridă",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Recunosc că am citit și înțeleg implicațiile acțiunii mele. Sunt conștient de riscurile asociate cu executarea codului arbitrar și am verificat fiabilitatea sursei.",
+	"ID": "",
 	"Image Generation (Experimental)": "Generare Imagine (Experimental)",
 	"Image Generation Engine": "Motor de Generare a Imaginilor",
 	"Image Settings": "Setări Imagine",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "modele mari de limbaj, local.",
 	"Last Active": "Ultima Activitate",
 	"Last Modified": "Ultima Modificare",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Luminos",
 	"Listening...": "Ascult...",
 	"LLMs can make mistakes. Verify important information.": "LLM-urile pot face greșeli. Verificați informațiile importante.",
 	"Local Models": "Modele Locale",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Realizat de Comunitatea OpenWebUI",
 	"Make sure to enclose them with": "Asigurați-vă că le închideți cu",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "Gestionează",
+	"Manage Arena Models": "",
 	"Manage Models": "Gestionează Modelele",
 	"Manage Ollama Models": "Gestionează Modelele Ollama",
 	"Manage Pipelines": "Gestionează Conductele",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "Memoria a fost ștearsă cu succes",
 	"Memory updated successfully": "Memoria a fost actualizată cu succes",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Mesajele pe care le trimiteți după crearea link-ului dvs. nu vor fi partajate. Utilizatorii cu URL-ul vor putea vizualiza conversația partajată.",
 	"Min P": "",
 	"Minimum Score": "Scor Minim",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "MMMM DD, YYYY hh:mm:ss A",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Modelul '{{modelName}}' a fost descărcat cu succes.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Modelul '{{modelTag}}' este deja în coada de descărcare.",
 	"Model {{modelId}} not found": "Modelul {{modelId}} nu a fost găsit",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "Modelul a fost creat cu succes!",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Calea sistemului de fișiere al modelului detectată. Este necesar numele scurt al modelului pentru actualizare, nu se poate continua.",
 	"Model ID": "ID Model",
+	"Model Name": "",
 	"Model not selected": "Modelul nu a fost selectat",
 	"Model Params": "Parametri Model",
 	"Model updated successfully": "Modelul a fost actualizat cu succes",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "Nu există conținut de vorbit",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "Nu a fost selectat niciun fișier",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Nu au fost găsite rezultate",
 	"No search query generated": "Nu a fost generată nicio interogare de căutare",
 	"No source available": "Nicio sursă disponibilă",
@@ -486,13 +504,14 @@
 	"Only": "Doar",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Doar caracterele alfanumerice și cratimele sunt permise în șirul de comandă.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Oops! Țineți-vă bine! Fișierele dvs. sunt încă în cuptorul de procesare. Le pregătim la perfecțiune. Vă rugăm să aveți răbdare și vă vom anunța odată ce sunt gata.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Oops! Se pare că URL-ul este invalid. Vă rugăm să verificați din nou și să încercați din nou.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "Oops! A apărut o eroare în răspunsul anterior. Vă rugăm să încercați din nou sau să contactați administratorul.",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oops! Utilizați o metodă nesuportată (doar frontend). Vă rugăm să serviți WebUI din backend.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Deschide conversație nouă",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Versiunea Open WebUI (v{{OPEN_WEBUI_VERSION}}) este mai mică decât versiunea necesară (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "API OpenAI",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Text simplu (.txt)",
 	"Playground": "Teren de Joacă",
 	"Please carefully review the following warnings:": "Vă rugăm să revizuiți cu atenție următoarele avertismente:",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Atitudine pozitivă",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Extrage un model de pe Ollama.com",
 	"Query Params": "Parametri Interogare",
 	"RAG Template": "Șablon RAG",
+	"Rating": "",
 	"Read Aloud": "Citește cu Voce Tare",
 	"Record voice": "Înregistrează vocea",
 	"Redirecting you to OpenWebUI Community": "Vă redirecționăm către Comunitatea OpenWebUI",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Copiere Automată a Răspunsului în Clipboard",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Notificările de răspuns nu pot fi activate deoarece permisiunile site-ului au fost refuzate. Vă rugăm să vizitați setările browserului pentru a acorda accesul necesar.",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Rol",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -633,6 +656,7 @@
 	"Set Steps": "Setează Pași",
 	"Set Task Model": "Setează Model de Sarcină",
 	"Set Voice": "Setează Voce",
+	"Set whisper model": "",
 	"Settings": "Setări",
 	"Settings saved successfully!": "Setările au fost salvate cu succes!",
 	"Share": "Partajează",
@@ -660,7 +684,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "Model STT",
 	"STT Settings": "Setări STT",
-	"Submit": "Trimite",
 	"Subtitle (e.g. about the Roman Empire)": "Subtitlu (de ex. despre Imperiul Roman)",
 	"Success": "Succes",
 	"Successfully updated.": "Actualizat cu succes.",
@@ -669,6 +692,7 @@
 	"Support this plugin:": "Susține acest plugin:",
 	"Sync directory": "",
 	"System": "Sistem",
+	"System Instructions": "",
 	"System Prompt": "Prompt de Sistem",
 	"Tags": "Etichete",
 	"Tags Generation Prompt": "",
@@ -678,7 +702,6 @@
 	"Temperature": "Temperatură",
 	"Template": "Șablon",
 	"Temporary Chat": "",
-	"Text Completion": "Completare Text",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Motor de Conversie a Textului în Vorbire",
 	"Tfs Z": "Tfs Z",
@@ -693,6 +716,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Acest lucru asigură că conversațiile dvs. valoroase sunt salvate în siguranță în baza de date a backend-ului dvs. Mulțumim!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Aceasta este o funcție experimentală, poate să nu funcționeze așa cum vă așteptați și este supusă schimbării în orice moment.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "Aceasta va șterge",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -714,6 +738,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "Pentru a selecta acțiuni aici, adăugați-le mai întâi în spațiul de lucru \"Funcții\".",
 	"To select filters here, add them to the \"Functions\" workspace first.": "Pentru a selecta filtrele aici, adăugați-le mai întâi în spațiul de lucru \"Funcții\".",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "Pentru a selecta kiturile de instrumente aici, adăugați-le mai întâi în spațiul de lucru \"Instrumente\".",
+	"Toast notifications for new updates": "",
 	"Today": "Astăzi",
 	"Toggle settings": "Comută setările",
 	"Toggle sidebar": "Comută bara laterală",
@@ -749,6 +774,7 @@
 	"Update password": "Actualizează parola",
 	"Updated": "",
 	"Updated at": "Actualizat la",
+	"Updated At": "",
 	"Upload": "Încărcare",
 	"Upload a GGUF model": "Încarcă un model GGUF",
 	"Upload directory": "",
@@ -763,9 +789,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "utilizator",
+	"User": "",
 	"User location successfully retrieved.": "Localizarea utilizatorului a fost preluată cu succes.",
 	"User Permissions": "Permisiuni Utilizator",
 	"Users": "Utilizatori",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Utilizează",
 	"Valid time units:": "Unități de timp valide:",
 	"Valves": "Valve",
@@ -791,6 +819,7 @@
 	"What’s New in": "Ce e Nou în",
 	"Whisper (Local)": "Whisper (Local)",
 	"Widescreen Mode": "Mod Ecran Larg",
+	"Won": "",
 	"Workspace": "Spațiu de Lucru",
 	"Write a prompt suggestion (e.g. Who are you?)": "Scrieți o sugestie de prompt (de ex. Cine ești?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Scrieți un rezumat în 50 de cuvinte care rezumă [subiect sau cuvânt cheie].",
@@ -800,6 +829,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Puteți personaliza interacțiunile dvs. cu LLM-urile adăugând amintiri prin butonul 'Gestionează' de mai jos, făcându-le mai utile și adaptate la dvs.",
 	"You cannot clone a base model": "Nu puteți clona un model de bază",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Nu aveți conversații arhivate.",
 	"You have shared this chat": "Ați partajat această conversație",
 	"You're a helpful assistant.": "Ești un asistent util.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' или '-1' чтобы был без срока годности.",
-	"(Beta)": "(Бета)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(например, `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(например, `sh webui.sh --api`)",
 	"(latest)": "(последняя)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Добавьте краткое описание того, что делает эта модель",
 	"Add a short title for this prompt": "Добавьте краткий заголовок для этого ввода",
 	"Add a tag": "Добавьте тег",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Добавьте пользовательский промпт",
 	"Add Files": "Добавить файлы",
 	"Add Memory": "Добавить воспоминание",
-	"Add message": "Добавить сообщение",
 	"Add Model": "Добавить модель",
 	"Add Tag": "Добавить тег",
 	"Add Tags": "Добавить теги",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Расширенные параметры",
 	"All chats": "",
 	"All Documents": "Все документы",
-	"All Users": "Все пользователи",
 	"Allow Chat Deletion": "Разрешить удаление чата",
 	"Allow Chat Editing": "Разрешить редактирование чата",
 	"Allow non-local voices": "Разрешить не локальные голоса",
@@ -55,6 +53,7 @@
 	"Already have an account?": "У вас уже есть учетная запись?",
 	"an assistant": "ассистент",
 	"and": "и",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "и создайте новую общую ссылку.",
 	"API Base URL": "Базовый адрес API",
 	"API Key": "Ключ API",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Архив чатов",
 	"are allowed - Activate this command by typing": "разрешено - активируйте эту команду вводом",
 	"Are you sure?": "Вы уверены?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Прикрепить файл",
 	"Attention to detail": "Внимание к деталям",
 	"Audio": "Аудио",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Нажмите здесь для получения помощи.",
 	"Click here to": "Нажмите здесь, чтобы",
 	"Click here to download user import template file.": "Нажмите здесь, чтобы загрузить файл шаблона импорта пользователя",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Нажмите здесь, чтобы выбрать",
 	"Click here to select a csv file.": "Нажмите здесь, чтобы выбрать csv-файл.",
 	"Click here to select a py file.": "Нажмите здесь, чтобы выбрать py-файл",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "ComfyUI Workflow",
 	"ComfyUI Workflow Nodes": "Узлы ComfyUI Workflow",
 	"Command": "Команда",
+	"Completions": "",
 	"Concurrent Requests": "Одновременные запросы",
 	"Confirm": "Подтвердить",
 	"Confirm Password": "Подтвердите пароль",
@@ -223,9 +226,11 @@
 	"Download": "Загрузить",
 	"Download canceled": "Загрузка отменена",
 	"Download Database": "Загрузить базу данных",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Перетащите сюда файлы, чтобы добавить их в разговор",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "например, '30s','10m'. Допустимые единицы времени: 's', 'm', 'h'.",
 	"Edit": "Редактировать",
+	"Edit Arena Model": "",
 	"Edit Memory": "Редактировать воспоминание",
 	"Edit User": "Редактировать пользователя",
 	"ElevenLabs": "ElevenLabs",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "Введите CFG Scale (например, 7.0)",
 	"Enter Chunk Overlap": "Введите перекрытие фрагмента",
 	"Enter Chunk Size": "Введите размер фрагмента",
+	"Enter description": "",
 	"Enter Github Raw URL": "Введите необработанный URL-адрес Github",
 	"Enter Google PSE API Key": "Введите ключ API Google PSE",
 	"Enter Google PSE Engine Id": "Введите Id движка Google PSE",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Введите вашу роль",
 	"Error": "Ошибка",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Экспериментальное",
 	"Export": "Экспорт",
 	"Export All Chats (All Users)": "Экспортировать все чаты (всех пользователей)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "Не удалось обновить настройки",
 	"Failed to upload file.": "",
 	"February": "Февраль",
+	"Feedback History": "",
 	"Feel free to add specific details": "Не стесняйтесь добавлять конкретные детали",
 	"File": "Файл",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Чем я могу помочь вам сегодня?",
 	"Hybrid Search": "Гибридная поисковая система",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Я подтверждаю, что прочитал и осознаю последствия своих действий. Я осознаю риски, связанные с выполнением произвольного кода, и я проверил достоверность источника.",
+	"ID": "",
 	"Image Generation (Experimental)": "Генерация изображений (Экспериментально)",
 	"Image Generation Engine": "Механизм генерации изображений",
 	"Image Settings": "Настройки изображения",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "большими языковыми моделями, локально.",
 	"Last Active": "Последний активный",
 	"Last Modified": "Последнее изменение",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "Оставьте пустым для неограниченного",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Оставьте пустым, чтобы использовать промпт по умолчанию, или введите пользовательский промпт",
 	"Light": "Светлый",
 	"Listening...": "Слушаю...",
 	"LLMs can make mistakes. Verify important information.": "LLMs могут допускать ошибки. Проверяйте важную информацию.",
 	"Local Models": "Локальные модели",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Сделано сообществом OpenWebUI",
 	"Make sure to enclose them with": "Убедитесь, что они заключены в",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "Убедитесь, что экспортируете файл workflow.json в формате API из ComfyUI.",
 	"Manage": "Управлять",
+	"Manage Arena Models": "",
 	"Manage Models": "Управление моделями",
 	"Manage Ollama Models": "Управление моделями Ollama",
 	"Manage Pipelines": "Управление конвейерами",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "Воспоминание успешно удалено",
 	"Memory updated successfully": "Воспоминание успешно обновлено",
 	"Merge Responses": "Объединить ответы",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Сообщения, отправленные вами после создания ссылки, не будут передаваться другим. Пользователи, у которых есть URL, смогут просматривать общий чат.",
 	"Min P": "Min P",
 	"Minimum Score": "Минимальный балл",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "DD MMMM YYYY",
 	"MMMM DD, YYYY HH:mm": "DD MMMM YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "MMMM DD, YYYY hh:mm:ss A",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Модель '{{modelName}}' успешно загружена.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Модель '{{modelTag}}' уже находится в очереди на загрузку.",
 	"Model {{modelId}} not found": "Модель {{modelId}} не найдена",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "Модель успешно создана!",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Обнаружен путь к файловой системе модели. Для обновления требуется краткое имя модели, не удается продолжить.",
 	"Model ID": "ID модели",
+	"Model Name": "",
 	"Model not selected": "Модель не выбрана",
 	"Model Params": "Параметры модели",
 	"Model updated successfully": "Модель успешно обновлена",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "Нечего говорить",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "Файлы не выбраны",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Результатов не найдено",
 	"No search query generated": "Поисковый запрос не сгенерирован",
 	"No source available": "Нет доступных источников",
@@ -486,13 +504,14 @@
 	"Only": "Только",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "В строке команды разрешено использовать только буквенно-цифровые символы и дефисы.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Упс! Пристегните ремни! Ваши файлы все еще в процессе обработки. Мы доводим их до совершенства. Пожалуйста, наберитесь терпения, и мы дадим вам знать, как только они будут готовы.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Упс! Похоже, что URL-адрес недействителен. Пожалуйста, перепроверьте и попробуйте еще раз.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "Упс! В предыдущем ответе была ошибка. Пожалуйста, повторите попытку или свяжитесь с администратором.",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Упс! Вы используете неподдерживаемый метод (только фронтенд). Пожалуйста, обслуживайте веб-интерфейс из бэкенда.",
 	"Open file": "Открыть файл",
 	"Open in full screen": "",
 	"Open new chat": "Открыть новый чат",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Версия Open WebUI (v{{OPEN_WEBUI_VERSION}}) ниже требуемой версии (v{{REQUIRED_VERSION}})",
 	"OpenAI": "Open AI",
 	"OpenAI API": "API OpenAI",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Текст в формате .txt",
 	"Playground": "Песочница",
 	"Please carefully review the following warnings:": "Пожалуйста, внимательно ознакомьтесь со следующими предупреждениями:",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "Пожалуйста, выберите причину",
 	"Positive attitude": "Позитивный настрой",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Загрузить модель с Ollama.com",
 	"Query Params": "Параметры запроса",
 	"RAG Template": "Шаблон RAG",
+	"Rating": "",
 	"Read Aloud": "Прочитать вслух",
 	"Record voice": "Записать голос",
 	"Redirecting you to OpenWebUI Community": "Перенаправляем вас в сообщество OpenWebUI",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Автоматическое копирование ответа в буфер обмена",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Уведомления об ответах не могут быть активированы, поскольку доступ к веб-сайту был заблокирован. Пожалуйста, перейдите к настройкам своего браузера, чтобы предоставить необходимый доступ.",
 	"Response splitting": "Разделение ответов",
+	"Result": "",
+	"RK": "",
 	"Role": "Роль",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -634,6 +657,7 @@
 	"Set Steps": "Установить шаги",
 	"Set Task Model": "Установить модель задачи",
 	"Set Voice": "Установить голос",
+	"Set whisper model": "",
 	"Settings": "Настройки",
 	"Settings saved successfully!": "Настройки успешно сохранены!",
 	"Share": "Поделиться",
@@ -661,7 +685,6 @@
 	"Stream Chat Response": "Потоковый вывод ответа",
 	"STT Model": "Модель распознавания речи",
 	"STT Settings": "Настройки распознавания речи",
-	"Submit": "Подтвердить",
 	"Subtitle (e.g. about the Roman Empire)": "Подзаголовок (например, о Римской империи)",
 	"Success": "Успех",
 	"Successfully updated.": "Успешно обновлено.",
@@ -670,6 +693,7 @@
 	"Support this plugin:": "Поддержите этот плагин",
 	"Sync directory": "",
 	"System": "Система",
+	"System Instructions": "",
 	"System Prompt": "Системный промпт",
 	"Tags": "Теги",
 	"Tags Generation Prompt": "",
@@ -679,7 +703,6 @@
 	"Temperature": "Температура",
 	"Template": "Шаблон",
 	"Temporary Chat": "Временный чат",
-	"Text Completion": "Автодополнение текста",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Система синтеза речи",
 	"Tfs Z": "Tfs Z",
@@ -694,6 +717,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Это обеспечивает сохранение ваших ценных разговоров в безопасной базе данных на вашем сервере. Спасибо!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Это экспериментальная функция, она может работать не так, как ожидалось, и может быть изменена в любое время.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "Это приведет к удалению",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -715,6 +739,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "Чтобы выбрать действия, сначала добавьте их в \"Функции\" рабочего пространства.",
 	"To select filters here, add them to the \"Functions\" workspace first.": "Чтобы выбрать фильтры, сначала добавьте их в \"Функции\" рабочего пространства.",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "Чтобы выбрать инструменты, сначала добавьте их в \"Инструменты\" рабочего пространства.",
+	"Toast notifications for new updates": "",
 	"Today": "Сегодня",
 	"Toggle settings": "Переключить настройки",
 	"Toggle sidebar": "Переключить боковую панель",
@@ -750,6 +775,7 @@
 	"Update password": "Обновить пароль",
 	"Updated": "",
 	"Updated at": "Обновлено",
+	"Updated At": "",
 	"Upload": "Загрузить",
 	"Upload a GGUF model": "Загрузить модель GGUF",
 	"Upload directory": "",
@@ -764,9 +790,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "пользователь",
+	"User": "",
 	"User location successfully retrieved.": "Местоположение пользователя успешно получено.",
 	"User Permissions": "Права пользователя",
 	"Users": "Пользователи",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Используйте",
 	"Valid time units:": "Допустимые единицы времени:",
 	"Valves": "Вентили",
@@ -792,6 +820,7 @@
 	"What’s New in": "Что нового в",
 	"Whisper (Local)": "Whisper (Локально)",
 	"Widescreen Mode": "Широкоэкранный режим",
+	"Won": "",
 	"Workspace": "Рабочее пространство",
 	"Write a prompt suggestion (e.g. Who are you?)": "Напишите предложение промпта (например, Кто вы?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Напишите резюме в 50 словах, которое кратко описывает [тему или ключевое слово].",
@@ -801,6 +830,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Одновременно вы можете общаться только с максимальным количеством файлов {{maxCount}}.",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Вы можете персонализировать свое взаимодействие с LLMs, добавив воспоминания с помощью кнопки \"Управлять\" ниже, что сделает их более полезными и адаптированными для вас.",
 	"You cannot clone a base model": "Клонировать базовую модель невозможно",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "У вас нет архивированных бесед.",
 	"You have shared this chat": "Вы поделились этим чатом",
 	"You're a helpful assistant.": "Вы полезный ассистент.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "„s“, „m“, „h“, „d“, „w“ или „-1“ за без истека.",
-	"(Beta)": "(бета)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(нпр. `sh webui.sh --api`)",
 	"(latest)": "(најновије)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Додавање кратког описа о томе шта овај модел ради",
 	"Add a short title for this prompt": "Додај кратак наслов за овај упит",
 	"Add a tag": "Додај ознаку",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Додај прилагођен упит",
 	"Add Files": "Додај датотеке",
 	"Add Memory": "Додај меморију",
-	"Add message": "Додај поруку",
 	"Add Model": "Додај модел",
 	"Add Tag": "",
 	"Add Tags": "Додај ознаке",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Напредни парамови",
 	"All chats": "",
 	"All Documents": "Сви документи",
-	"All Users": "Сви корисници",
 	"Allow Chat Deletion": "Дозволи брисање ћаскања",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Већ имате налог?",
 	"an assistant": "помоћник",
 	"and": "и",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "и направи нову дељену везу.",
 	"API Base URL": "Основна адреса API-ја",
 	"API Key": "API кључ",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Архивирана ћаскања",
 	"are allowed - Activate this command by typing": "су дозвољени - Покрените ову наредбу уношењем",
 	"Are you sure?": "Да ли сте сигурни?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Приложи датотеку",
 	"Attention to detail": "Пажња на детаље",
 	"Audio": "Звук",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Кликните овде за помоћ.",
 	"Click here to": "Кликните овде да",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Кликните овде да изаберете",
 	"Click here to select a csv file.": "Кликните овде да изаберете csv датотеку.",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Наредба",
+	"Completions": "",
 	"Concurrent Requests": "Упоредни захтеви",
 	"Confirm": "",
 	"Confirm Password": "Потврди лозинку",
@@ -223,9 +226,11 @@
 	"Download": "Преузми",
 	"Download canceled": "Преузимање отказано",
 	"Download Database": "Преузми базу података",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Убаците било које датотеке овде да их додате у разговор",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "нпр. '30s', '10m'. Важеће временске јединице су 's', 'm', 'h'.",
 	"Edit": "Уреди",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "Уреди корисника",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Унесите преклапање делова",
 	"Enter Chunk Size": "Унесите величину дела",
+	"Enter description": "",
 	"Enter Github Raw URL": "Унесите Гитхуб Раw УРЛ адресу",
 	"Enter Google PSE API Key": "Унесите Гоогле ПСЕ АПИ кључ",
 	"Enter Google PSE Engine Id": "Унесите Гоогле ПСЕ ИД машине",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Унесите вашу улогу",
 	"Error": "Грешка",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Експериментално",
 	"Export": "Извоз",
 	"Export All Chats (All Users)": "Извези сва ћаскања (сви корисници)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"February": "Фебруар",
+	"Feedback History": "",
 	"Feel free to add specific details": "Слободно додајте специфичне детаље",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Како могу да вам помогнем данас?",
 	"Hybrid Search": "Хибридна претрага",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "Стварање слика (експериментално)",
 	"Image Generation Engine": "Мотор за стварање слика",
 	"Image Settings": "Подешавања слике",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "Последња активност",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Светла",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "ВЈМ-ови (LLM-ови) могу правити грешке. Проверите важне податке.",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "ЛНД",
 	"Made by OpenWebUI Community": "Израдила OpenWebUI заједница",
 	"Make sure to enclose them with": "Уверите се да их затворите са",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "",
+	"Manage Arena Models": "",
 	"Manage Models": "Управљај моделима",
 	"Manage Ollama Models": "Управљај Ollama моделима",
 	"Manage Pipelines": "Управљање цевоводима",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Поруке које пошаљете након стварања ваше везе неће бити подељене. Корисници са URL-ом ће моћи да виде дељено ћаскање.",
 	"Min P": "",
 	"Minimum Score": "Најмањи резултат",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "ММММ ДД, ГГГГ",
 	"MMMM DD, YYYY HH:mm": "ММММ ДД, ГГГГ ЧЧ:мм",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Модел „{{modelName}}“ је успешно преузет.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Модел „{{modelTag}}“ је већ у реду за преузимање.",
 	"Model {{modelId}} not found": "Модел {{modelId}} није пронађен",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Откривена путања система датотека модела. За ажурирање је потребан кратак назив модела, не може се наставити.",
 	"Model ID": "ИД модела",
+	"Model Name": "",
 	"Model not selected": "Модел није изабран",
 	"Model Params": "Модел Парамс",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Нема резултата",
 	"No search query generated": "Није генерисан упит за претрагу",
 	"No source available": "Нема доступног извора",
@@ -486,13 +504,14 @@
 	"Only": "Само",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Само алфанумерички знакови и цртице су дозвољени у низу наредби.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Упс! Само тренутак! Ваше датотеке се још обрађују. Припремамо их до савршенства. Молимо вас за стрпљење и обавестићемо вас када буду спремне.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Упс! Изгледа да је адреса неважећа. Молимо вас да проверите и покушате поново.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Упс! Користите неподржани метод (само фронтенд). Молимо вас да покренете WebUI са бекенда.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Покрени ново ћаскање",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Обичан текст (.txt)",
 	"Playground": "Игралиште",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Позитиван став",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Повуците модел са Ollama.com",
 	"Query Params": "Параметри упита",
 	"RAG Template": "RAG шаблон",
+	"Rating": "",
 	"Read Aloud": "Прочитај наглас",
 	"Record voice": "Сними глас",
 	"Redirecting you to OpenWebUI Community": "Преусмеравање на OpenWebUI заједницу",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Самостално копирање одговора у оставу",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Улога",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -633,6 +656,7 @@
 	"Set Steps": "Подеси кораке",
 	"Set Task Model": "Постављање модела задатка",
 	"Set Voice": "Подеси глас",
+	"Set whisper model": "",
 	"Settings": "Подешавања",
 	"Settings saved successfully!": "Подешавања успешно сачувана!",
 	"Share": "Подели",
@@ -660,7 +684,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "STT подешавања",
-	"Submit": "Пошаљи",
 	"Subtitle (e.g. about the Roman Empire)": "Поднаслов (нпр. о Римском царству)",
 	"Success": "Успех",
 	"Successfully updated.": "Успешно ажурирано.",
@@ -669,6 +692,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "Систем",
+	"System Instructions": "",
 	"System Prompt": "Системски упит",
 	"Tags": "Ознаке",
 	"Tags Generation Prompt": "",
@@ -678,7 +702,6 @@
 	"Temperature": "Температура",
 	"Template": "Шаблон",
 	"Temporary Chat": "",
-	"Text Completion": "Допуна текста",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Мотор за текст у говор",
 	"Tfs Z": "Tfs Z",
@@ -693,6 +716,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Ово осигурава да су ваши вредни разговори безбедно сачувани у вашој бекенд бази података. Хвала вам!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -714,6 +738,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "Данас",
 	"Toggle settings": "Пребаци подешавања",
 	"Toggle sidebar": "Пребаци бочну траку",
@@ -749,6 +774,7 @@
 	"Update password": "Ажурирај лозинку",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "Отпреми GGUF модел",
 	"Upload directory": "",
@@ -763,9 +789,11 @@
 	"use_mlock (Ollama)": "усе _млоцк (Оллама)",
 	"use_mmap (Ollama)": "усе _ммап (Оллама)",
 	"user": "корисник",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "Овлашћења корисника",
 	"Users": "Корисници",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Искористи",
 	"Valid time units:": "Важеће временске јединице:",
 	"Valves": "",
@@ -791,6 +819,7 @@
 	"What’s New in": "Шта је ново у",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "",
+	"Won": "",
 	"Workspace": "Радни простор",
 	"Write a prompt suggestion (e.g. Who are you?)": "Напишите предлог упита (нпр. „ко си ти?“)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Напишите сажетак у 50 речи који резимира [тему или кључну реч].",
@@ -800,6 +829,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "Не можеш клонирати основни модел",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Немате архивиране разговоре.",
 	"You have shared this chat": "Поделили сте ово ћаскање",
 	"You're a helpful assistant.": "Ти си користан помоћник.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' eller '-1' för inget utgångsdatum",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(t.ex. `sh webui.sh --api`)",
 	"(latest)": "(senaste)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Lägg till en kort beskrivning av vad den här modellen gör",
 	"Add a short title for this prompt": "Lägg till en kort titel för denna instruktion",
 	"Add a tag": "Lägg till en tagg",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Lägg till en anpassad instruktion",
 	"Add Files": "Lägg till filer",
 	"Add Memory": "Lägg till minne",
-	"Add message": "Lägg till meddelande",
 	"Add Model": "Lägg till modell",
 	"Add Tag": "",
 	"Add Tags": "Lägg till taggar",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Avancerade parametrar",
 	"All chats": "",
 	"All Documents": "Alla dokument",
-	"All Users": "Alla användare",
 	"Allow Chat Deletion": "Tillåt chattborttagning",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "Tillåt icke-lokala röster",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Har du redan ett konto?",
 	"an assistant": "en assistent",
 	"and": "och",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "och skapa en ny delad länk.",
 	"API Base URL": "API-bas-URL",
 	"API Key": "API-nyckel",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Arkiverade chattar",
 	"are allowed - Activate this command by typing": "är tillåtna - Aktivera detta kommando genom att skriva",
 	"Are you sure?": "Är du säker?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Bifoga fil",
 	"Attention to detail": "Detaljerad uppmärksamhet",
 	"Audio": "Ljud",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Klicka här för hjälp.",
 	"Click here to": "Klicka här för att",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Klicka här för att välja",
 	"Click here to select a csv file.": "Klicka här för att välja en csv-fil.",
 	"Click here to select a py file.": "Klicka här för att välja en python-fil.",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Kommando",
+	"Completions": "",
 	"Concurrent Requests": "Parallella anrop",
 	"Confirm": "",
 	"Confirm Password": "Bekräfta lösenord",
@@ -223,9 +226,11 @@
 	"Download": "Ladda ner",
 	"Download canceled": "Nedladdning avbruten",
 	"Download Database": "Ladda ner databas",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Släpp filer här för att lägga till i samtalet",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "t.ex. '30s', '10m'. Giltiga tidsenheter är 's', 'm', 'h'.",
 	"Edit": "Redigera",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "Redigera användare",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Ange chunköverlappning",
 	"Enter Chunk Size": "Ange chunkstorlek",
+	"Enter description": "",
 	"Enter Github Raw URL": "Ange Github Raw URL",
 	"Enter Google PSE API Key": "Ange Google PSE API-nyckel",
 	"Enter Google PSE Engine Id": "Ange Google PSE Engine Id",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Ange din roll",
 	"Error": "Fel",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Experimentell",
 	"Export": "Export",
 	"Export All Chats (All Users)": "Exportera alla chattar (alla användare)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "Misslyckades med att uppdatera inställningarna",
 	"Failed to upload file.": "",
 	"February": "februari",
+	"Feedback History": "",
 	"Feel free to add specific details": "Tveka inte att lägga till specifika detaljer",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Hur kan jag hjälpa dig idag?",
 	"Hybrid Search": "Hybrid sökning",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "Bildgenerering (experimentell)",
 	"Image Generation Engine": "Bildgenereringsmotor",
 	"Image Settings": "Bildinställningar",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "Senast aktiv",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Ljus",
 	"Listening...": "Lyssnar...",
 	"LLMs can make mistakes. Verify important information.": "LLM:er kan göra misstag. Granska viktig information.",
 	"Local Models": "Lokala modeller",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Skapad av OpenWebUI Community",
 	"Make sure to enclose them with": "Se till att bifoga dem med",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "Hantera",
+	"Manage Arena Models": "",
 	"Manage Models": "Hantera modeller",
 	"Manage Ollama Models": "Hantera Ollama-modeller",
 	"Manage Pipelines": "Hantera rörledningar",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Meddelanden du skickar efter att ha skapat din länk kommer inte att delas. Användare med URL:en kommer att kunna se delad chatt.",
 	"Min P": "",
 	"Minimum Score": "Tröskel",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Modellen '{{modelName}}' har laddats ner framgångsrikt.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Modellen '{{modelTag}}' är redan i kö för nedladdning.",
 	"Model {{modelId}} not found": "Modell {{modelId}} hittades inte",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Modellens filsystemväg upptäckt. Modellens kortnamn krävs för uppdatering, kan inte fortsätta.",
 	"Model ID": "Modell-ID",
+	"Model Name": "",
 	"Model not selected": "Modell inte vald",
 	"Model Params": "Modell Params",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Inga resultat hittades",
 	"No search query generated": "Ingen sökfråga genererad",
 	"No source available": "Ingen tillgänglig källa",
@@ -486,13 +504,14 @@
 	"Only": "Endast",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Endast alfanumeriska tecken och bindestreck är tillåtna i kommandosträngen.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Hoppsan! Håll i dig! Dina filer är fortfarande i bearbetningsugnen. Vi lagar dem till perfektion. Var tålmodig så meddelar vi dig när de är redo.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Hoppsan! Det ser ut som om URL:en är ogiltig. Dubbelkolla gärna och försök igen.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Hoppsan! Du använder en ej stödd metod (endast frontend). Vänligen servera WebUI från backend.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Öppna ny chatt",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Text (.txt)",
 	"Playground": "Lekplats",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Positivt inställning",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Ladda ner en modell från Ollama.com",
 	"Query Params": "Inställningar för sökfråga",
 	"RAG Template": "RAG-mall",
+	"Rating": "",
 	"Read Aloud": "Läs igenom",
 	"Record voice": "Spela in röst",
 	"Redirecting you to OpenWebUI Community": "Omdirigerar dig till OpenWebUI Community",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Svara AutoCopy till urklipp",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Roll",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -632,6 +655,7 @@
 	"Set Steps": "Ange steg",
 	"Set Task Model": "Ange uppgiftsmodell",
 	"Set Voice": "Ange röst",
+	"Set whisper model": "",
 	"Settings": "Inställningar",
 	"Settings saved successfully!": "Inställningar sparades framgångsrikt!",
 	"Share": "Dela",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "Tal-till-text-modell",
 	"STT Settings": "Tal-till-text-inställningar",
-	"Submit": "Skicka in",
 	"Subtitle (e.g. about the Roman Empire)": "Undertext (t.ex. om Romerska Imperiet)",
 	"Success": "Framgång",
 	"Successfully updated.": "Uppdaterades framgångsrikt.",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "System",
+	"System Instructions": "",
 	"System Prompt": "Systeminstruktion",
 	"Tags": "Taggar",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "Temperatur",
 	"Template": "Mall",
 	"Temporary Chat": "",
-	"Text Completion": "Textslutförande",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Text-till-tal-motor",
 	"Tfs Z": "Tfs Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Detta säkerställer att dina värdefulla samtal sparas säkert till din backend-databas. Tack!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Detta är en experimentell funktion som kanske inte fungerar som förväntat och som kan komma att ändras när som helst.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "Om du vill välja verktygslådor här måste du först lägga till dem i arbetsytan \"Verktyg\".",
+	"Toast notifications for new updates": "",
 	"Today": "Idag",
 	"Toggle settings": "Växla inställningar",
 	"Toggle sidebar": "Växla sidofält",
@@ -748,6 +773,7 @@
 	"Update password": "Uppdatera lösenord",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "Ladda upp en GGUF-modell",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "användare",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "Användarbehörigheter",
 	"Users": "Användare",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Använd",
 	"Valid time units:": "Giltiga tidsenheter:",
 	"Valves": "",
@@ -790,6 +818,7 @@
 	"What’s New in": "Vad är nytt i",
 	"Whisper (Local)": "Whisper (lokal)",
 	"Widescreen Mode": "Bredbildsläge",
+	"Won": "",
 	"Workspace": "Arbetsyta",
 	"Write a prompt suggestion (e.g. Who are you?)": "Skriv ett instruktionsförslag (t.ex. Vem är du?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Skriv en sammanfattning på 50 ord som sammanfattar [ämne eller nyckelord].",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Du kan anpassa dina interaktioner med stora språkmodeller genom att lägga till minnen via knappen 'Hantera' nedan, så att de blir mer användbara och skräddarsydda för dig.",
 	"You cannot clone a base model": "Du kan inte klona en basmodell",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Du har inga arkiverade samtal.",
 	"You have shared this chat": "Du har delat denna chatt",
 	"You're a helpful assistant.": "Du är en hjälpsam assistent.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' หรือ '-1' สำหรับไม่มีการหมดอายุ",
-	"(Beta)": "(เบต้า)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(เช่น `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(เช่น `sh webui.sh --api`)",
 	"(latest)": "(ล่าสุด)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "เพิ่มคำอธิบายสั้นๆ เกี่ยวกับสิ่งที่โมเดลนี้ทำ",
 	"Add a short title for this prompt": "เพิ่มหัวข้อสั้นๆ สำหรับพรอมต์นี้",
 	"Add a tag": "เพิ่มแท็ก",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "เพิ่มพรอมต์ที่กำหนดเอง",
 	"Add Files": "เพิ่มไฟล์",
 	"Add Memory": "เพิ่มความจำ",
-	"Add message": "เพิ่มข้อความ",
 	"Add Model": "เพิ่มโมเดล",
 	"Add Tag": "",
 	"Add Tags": "เพิ่มแท็ก",
@@ -44,7 +43,6 @@
 	"Advanced Params": "พารามิเตอร์ขั้นสูง",
 	"All chats": "",
 	"All Documents": "เอกสารทั้งหมด",
-	"All Users": "ผู้ใช้ทั้งหมด",
 	"Allow Chat Deletion": "อนุญาตการลบการสนทนา",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "อนุญาตเสียงที่ไม่ใช่ท้องถิ่น",
@@ -55,6 +53,7 @@
 	"Already have an account?": "มีบัญชีอยู่แล้ว?",
 	"an assistant": "ผู้ช่วย",
 	"and": "และ",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "และสร้างลิงก์ที่แชร์ใหม่",
 	"API Base URL": "URL ฐานของ API",
 	"API Key": "คีย์ API",
@@ -66,8 +65,10 @@
 	"Archived Chats": "การสนทนาที่เก็บถาวร",
 	"are allowed - Activate this command by typing": "ได้รับอนุญาต - เปิดใช้งานคำสั่งนี้โดยการพิมพ์",
 	"Are you sure?": "คุณแน่ใจหรือ?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "แนบไฟล์",
 	"Attention to detail": "ใส่ใจในรายละเอียด",
 	"Audio": "เสียง",
@@ -117,6 +118,7 @@
 	"Click here for help.": "คลิกที่นี่เพื่อขอความช่วยเหลือ",
 	"Click here to": "คลิกที่นี่เพื่อ",
 	"Click here to download user import template file.": "คลิกที่นี่เพื่อดาวน์โหลดไฟล์แม่แบบนำเข้าผู้ใช้",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "คลิกที่นี่เพื่อเลือก",
 	"Click here to select a csv file.": "คลิกที่นี่เพื่อเลือกไฟล์ csv",
 	"Click here to select a py file.": "คลิกที่นี่เพื่อเลือกไฟล์ py",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "คำสั่ง",
+	"Completions": "",
 	"Concurrent Requests": "คำขอพร้อมกัน",
 	"Confirm": "ยืนยัน",
 	"Confirm Password": "ยืนยันรหัสผ่าน",
@@ -223,9 +226,11 @@
 	"Download": "ดาวน์โหลด",
 	"Download canceled": "ยกเลิกการดาวน์โหลด",
 	"Download Database": "ดาวน์โหลดฐานข้อมูล",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "วางไฟล์ใดๆ ที่นี่เพื่อเพิ่มในการสนทนา",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "เช่น '30s', '10m' หน่วยเวลาที่ถูกต้องคือ 's', 'm', 'h'",
 	"Edit": "แก้ไข",
+	"Edit Arena Model": "",
 	"Edit Memory": "แก้ไขความจำ",
 	"Edit User": "แก้ไขผู้ใช้",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "ใส่การทับซ้อนส่วนข้อมูล",
 	"Enter Chunk Size": "ใส่ขนาดส่วนข้อมูล",
+	"Enter description": "",
 	"Enter Github Raw URL": "ใส่ URL ดิบของ Github",
 	"Enter Google PSE API Key": "ใส่คีย์ API ของ Google PSE",
 	"Enter Google PSE Engine Id": "ใส่รหัสเครื่องยนต์ของ Google PSE",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "ใส่บทบาทของคุณ",
 	"Error": "ข้อผิดพลาด",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "การทดลอง",
 	"Export": "ส่งออก",
 	"Export All Chats (All Users)": "ส่งออกการสนทนาทั้งหมด (ผู้ใช้ทั้งหมด)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "อัปเดตการตั้งค่าล้มเหลว",
 	"Failed to upload file.": "",
 	"February": "กุมภาพันธ์",
+	"Feedback History": "",
 	"Feel free to add specific details": "สามารถเพิ่มรายละเอียดเฉพาะได้",
 	"File": "ไฟล์",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "วันนี้ฉันจะช่วยอะไรคุณได้บ้าง?",
 	"Hybrid Search": "การค้นหาแบบไฮบริด",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "ฉันรับทราบว่าฉันได้อ่านและเข้าใจผลกระทบของการกระทำของฉัน ฉันทราบถึงความเสี่ยงที่เกี่ยวข้องกับการเรียกใช้โค้ดโดยพลการและฉันได้ตรวจสอบความน่าเชื่อถือของแหล่งที่มาแล้ว",
+	"ID": "",
 	"Image Generation (Experimental)": "การสร้างภาพ (การทดลอง)",
 	"Image Generation Engine": "เครื่องยนต์การสร้างภาพ",
 	"Image Settings": "การตั้งค่าภาพ",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "โมเดลภาษาขนาดใหญ่ในเครื่อง",
 	"Last Active": "ใช้งานล่าสุด",
 	"Last Modified": "แก้ไขล่าสุด",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "แสง",
 	"Listening...": "กำลังฟัง...",
 	"LLMs can make mistakes. Verify important information.": "LLMs สามารถทำผิดพลาดได้ ตรวจสอบข้อมูลสำคัญ",
 	"Local Models": "โมเดลท้องถิ่น",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "สร้างโดยชุมชน OpenWebUI",
 	"Make sure to enclose them with": "",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "จัดการ",
+	"Manage Arena Models": "",
 	"Manage Models": "จัดการโมเดล",
 	"Manage Ollama Models": "จัดการโมเดล Ollama",
 	"Manage Pipelines": "จัดการไปป์ไลน์",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "ลบโมเดลสำเร็จ",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "ข้อความที่คุณส่งหลังจากสร้างลิงก์ของคุณแล้วจะไม่ถูกแชร์ ผู้ใช้ที่มี URL จะสามารถดูแชทที่แชร์ได้",
 	"Min P": "",
 	"Minimum Score": "คะแนนขั้นต่ำ",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "MMMM DD, YYYY hh:mm:ss A",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "โมเดล '{{modelName}}' ถูกดาวน์โหลดเรียบร้อยแล้ว",
 	"Model '{{modelTag}}' is already in queue for downloading.": "โมเดล '{{modelTag}}' กำลังอยู่ในคิวสำหรับการดาวน์โหลด",
 	"Model {{modelId}} not found": "ไม่พบโมเดล {{modelId}}",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "สร้างโมเดลสำเร็จ!",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "ตรวจพบเส้นทางระบบไฟล์ของโมเดล ต้องการชื่อย่อของโมเดลสำหรับการอัปเดต ไม่สามารถดำเนินการต่อได้",
 	"Model ID": "รหัสโมเดล",
+	"Model Name": "",
 	"Model not selected": "ยังไม่ได้เลือกโมเดล",
 	"Model Params": "พารามิเตอร์ของโมเดล",
 	"Model updated successfully": "อัปเดตโมเดลเรียบร้อยแล้ว",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "ไม่มีเนื้อหาที่จะพูด",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "ไม่ได้เลือกไฟล์",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "ไม่มีผลลัพธ์",
 	"No search query generated": "ไม่มีการสร้างคำค้นหา",
 	"No source available": "ไม่มีแหล่งข้อมูล",
@@ -486,13 +504,14 @@
 	"Only": "เท่านั้น",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "อนุญาตให้ใช้เฉพาะอักขระตัวอักษรและตัวเลข รวมถึงเครื่องหมายขีดกลางในสตริงคำสั่งเท่านั้น",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "อุ๊บส์! ช้าก่อน! ไฟล์ของคุณยังอยู่ในขั้นตอนการประมวลผล เรากำลังจัดการให้สมบูรณ์แบบ โปรดอดทนสักครู่ แล้วเราจะแจ้งให้คุณทราบเมื่อไฟล์พร้อมแล้ว",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "อุ๊บส์! ดูเหมือนว่า URL ไม่ถูกต้อง กรุณาตรวจสอบและลองใหม่อีกครั้ง",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "อุ๊บส์! มีข้อผิดพลาดในคำตอบก่อนหน้า กรุณาลองใหม่อีกครั้งหรือติดต่อผู้ดูแลระบบ",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "อุ๊บส์! คุณกำลังใช้วิธีที่ไม่รองรับ (เฉพาะเว็บส่วนหน้า) กรุณาให้บริการ WebUI จากเว็บส่วนแบ็กเอนด์",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "เปิดแชทใหม่",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "เวอร์ชั่น Open WebUI (v{{OPEN_WEBUI_VERSION}}) ต่ำกว่าเวอร์ชั่นที่ต้องการ (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "ไฟล์ข้อความ (.txt)",
 	"Playground": "สนามทดสอบ",
 	"Please carefully review the following warnings:": "โปรดตรวจสอบคำเตือนต่อไปนี้อย่างละเอียด:",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "ทัศนคติด้านบวก",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "",
 	"Query Params": "พารามิเตอร์การค้นหา",
 	"RAG Template": "แม่แบบ RAG",
+	"Rating": "",
 	"Read Aloud": "อ่านออกเสียง",
 	"Record voice": "บันทึกเสียง",
 	"Redirecting you to OpenWebUI Community": "กำลังเปลี่ยนเส้นทางคุณไปยังชุมชน OpenWebUI",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "ตอบสนองการคัดลอกอัตโนมัติไปยังคลิปบอร์ด",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "ไม่สามารถเปิดการแจ้งเตือนการตอบสนองได้เนื่องจากเว็บไซต์ปฏิเสธ กรุณาเข้าการตั้งค่าเบราว์เซอร์ของคุณเพื่อให้สิทธิ์การเข้าถึงที่จำเป็น",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "บทบาท",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -632,6 +655,7 @@
 	"Set Steps": "ตั้งค่าขั้นตอน",
 	"Set Task Model": "ตั้งค่าโมเดลงาน",
 	"Set Voice": "ตั้งค่าเสียง",
+	"Set whisper model": "",
 	"Settings": "การตั้งค่า",
 	"Settings saved successfully!": "บันทึกการตั้งค่าเรียบร้อยแล้ว!",
 	"Share": "แชร์",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "โมเดลแปลงเสียงเป็นข้อความ",
 	"STT Settings": "การตั้งค่าแปลงเสียงเป็นข้อความ",
-	"Submit": "ส่ง",
 	"Subtitle (e.g. about the Roman Empire)": "คำบรรยาย (เช่น เกี่ยวกับจักรวรรดิโรมัน)",
 	"Success": "สำเร็จ",
 	"Successfully updated.": "อัปเดตเรียบร้อยแล้ว",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "สนับสนุนปลั๊กอินนี้:",
 	"Sync directory": "",
 	"System": "ระบบ",
+	"System Instructions": "",
 	"System Prompt": "ระบบพรอมต์",
 	"Tags": "ป้ายชื่อ",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "อุณหภูมิ",
 	"Template": "แม่แบบ",
 	"Temporary Chat": "",
-	"Text Completion": "การเติมข้อความ",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "เครื่องมือแปลงข้อความเป็นเสียง",
 	"Tfs Z": "Tfs Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "สิ่งนี้ทำให้มั่นใจได้ว่าการสนทนาที่มีค่าของคุณจะถูกบันทึกอย่างปลอดภัยในฐานข้อมูลแบ็กเอนด์ของคุณ ขอบคุณ!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "นี่เป็นฟีเจอร์ทดลอง อาจไม่ทำงานตามที่คาดไว้และอาจมีการเปลี่ยนแปลงได้ตลอดเวลา",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "สิ่งนี้จะลบ",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "ในการเลือกฟิลเตอร์ที่นี่ ให้เพิ่มไปยังพื้นที่ทำงาน \"ฟังก์ชัน\" ก่อน",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "ในการเลือกชุดเครื่องมือที่นี่ ให้เพิ่มไปยังพื้นที่ทำงาน \"เครื่องมือ\" ก่อน",
+	"Toast notifications for new updates": "",
 	"Today": "วันนี้",
 	"Toggle settings": "สลับการตั้งค่า",
 	"Toggle sidebar": "สลับแถบด้านข้าง",
@@ -748,6 +773,7 @@
 	"Update password": "อัปเดตรหัสผ่าน",
 	"Updated": "",
 	"Updated at": "อัปเดตเมื่อ",
+	"Updated At": "",
 	"Upload": "อัปโหลด",
 	"Upload a GGUF model": "อัปโหลดโมเดล GGUF",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "ผู้ใช้",
+	"User": "",
 	"User location successfully retrieved.": "ดึงตำแหน่งที่ตั้งของผู้ใช้เรียบร้อยแล้ว",
 	"User Permissions": "สิทธิ์ของผู้ใช้",
 	"Users": "ผู้ใช้",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "ใช้",
 	"Valid time units:": "หน่วยเวลาใช้ได้:",
 	"Valves": "วาล์ว",
@@ -790,6 +818,7 @@
 	"What’s New in": "มีอะไรใหม่ใน",
 	"Whisper (Local)": "Whisper (โลคอล)",
 	"Widescreen Mode": "โหมดหน้าจอกว้าง",
+	"Won": "",
 	"Workspace": "พื้นที่ทำงาน",
 	"Write a prompt suggestion (e.g. Who are you?)": "เขียนคำแนะนำพรอมต์ (เช่น คุณคือใคร?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "เขียนสรุปใน 50 คำที่สรุป [หัวข้อหรือคำสำคัญ]",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "คุณสามารถปรับแต่งการโต้ตอบของคุณกับ LLMs โดยเพิ่มความทรงจำผ่านปุ่ม 'จัดการ' ด้านล่าง ทำให้มันมีประโยชน์และเหมาะกับคุณมากขึ้น",
 	"You cannot clone a base model": "คุณไม่สามารถโคลนโมเดลฐานได้",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "คุณไม่มีการสนทนาที่เก็บถาวร",
 	"You have shared this chat": "คุณได้แชร์แชทนี้แล้ว",
 	"You're a helpful assistant.": "คุณคือผู้ช่วยที่มีประโยชน์",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "",
-	"(Beta)": "",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "",
 	"(latest)": "",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "",
 	"Add a short title for this prompt": "",
 	"Add a tag": "",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "",
 	"Add Files": "",
 	"Add Memory": "",
-	"Add message": "",
 	"Add Model": "",
 	"Add Tag": "",
 	"Add Tags": "",
@@ -44,7 +43,6 @@
 	"Advanced Params": "",
 	"All chats": "",
 	"All Documents": "",
-	"All Users": "",
 	"Allow Chat Deletion": "",
 	"Allow Chat Editing": "",
 	"Allow non-local voices": "",
@@ -55,6 +53,7 @@
 	"Already have an account?": "",
 	"an assistant": "",
 	"and": "",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "",
 	"API Base URL": "",
 	"API Key": "",
@@ -66,8 +65,10 @@
 	"Archived Chats": "",
 	"are allowed - Activate this command by typing": "",
 	"Are you sure?": "",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "",
@@ -117,6 +118,7 @@
 	"Click here for help.": "",
 	"Click here to": "",
 	"Click here to download user import template file.": "",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "",
 	"Click here to select a csv file.": "",
 	"Click here to select a py file.": "",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "",
+	"Completions": "",
 	"Concurrent Requests": "",
 	"Confirm": "",
 	"Confirm Password": "",
@@ -223,9 +226,11 @@
 	"Download": "",
 	"Download canceled": "",
 	"Download Database": "",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "",
 	"Edit": "",
+	"Edit Arena Model": "",
 	"Edit Memory": "",
 	"Edit User": "",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "",
 	"Enter Chunk Size": "",
+	"Enter description": "",
 	"Enter Github Raw URL": "",
 	"Enter Google PSE API Key": "",
 	"Enter Google PSE Engine Id": "",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "",
 	"Error": "",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "",
 	"Export": "",
 	"Export All Chats (All Users)": "",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"February": "",
+	"Feedback History": "",
 	"Feel free to add specific details": "",
 	"File": "",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "",
 	"Hybrid Search": "",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
+	"ID": "",
 	"Image Generation (Experimental)": "",
 	"Image Generation Engine": "",
 	"Image Settings": "",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "",
 	"Last Active": "",
 	"Last Modified": "",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "",
 	"Listening...": "",
 	"LLMs can make mistakes. Verify important information.": "",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "",
 	"Made by OpenWebUI Community": "",
 	"Make sure to enclose them with": "",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "",
 	"Manage": "",
+	"Manage Arena Models": "",
 	"Manage Models": "",
 	"Manage Ollama Models": "",
 	"Manage Pipelines": "",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "",
 	"Memory updated successfully": "",
 	"Merge Responses": "",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
 	"Min P": "",
 	"Minimum Score": "",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "",
 	"MMMM DD, YYYY HH:mm": "",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "",
 	"Model '{{modelTag}}' is already in queue for downloading.": "",
 	"Model {{modelId}} not found": "",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "",
 	"Model ID": "",
+	"Model Name": "",
 	"Model not selected": "",
 	"Model Params": "",
 	"Model updated successfully": "",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "",
 	"No search query generated": "",
 	"No source available": "",
@@ -486,13 +504,14 @@
 	"Only": "",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "",
 	"OpenAI API": "",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "",
 	"Playground": "",
 	"Please carefully review the following warnings:": "",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "",
 	"Query Params": "",
 	"RAG Template": "",
+	"Rating": "",
 	"Read Aloud": "",
 	"Record voice": "",
 	"Redirecting you to OpenWebUI Community": "",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "",
 	"Rosé Pine": "",
 	"Rosé Pine Dawn": "",
@@ -632,6 +655,7 @@
 	"Set Steps": "",
 	"Set Task Model": "",
 	"Set Voice": "",
+	"Set whisper model": "",
 	"Settings": "",
 	"Settings saved successfully!": "",
 	"Share": "",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "",
-	"Submit": "",
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "",
 	"Successfully updated.": "",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "",
 	"Sync directory": "",
 	"System": "",
+	"System Instructions": "",
 	"System Prompt": "",
 	"Tags": "",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "",
 	"Template": "",
 	"Temporary Chat": "",
-	"Text Completion": "",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "",
 	"Tfs Z": "",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "",
 	"To select filters here, add them to the \"Functions\" workspace first.": "",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "",
+	"Toast notifications for new updates": "",
 	"Today": "",
 	"Toggle settings": "",
 	"Toggle sidebar": "",
@@ -748,6 +773,7 @@
 	"Update password": "",
 	"Updated": "",
 	"Updated at": "",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "",
 	"use_mmap (Ollama)": "",
 	"user": "",
+	"User": "",
 	"User location successfully retrieved.": "",
 	"User Permissions": "",
 	"Users": "",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "",
 	"Valid time units:": "",
 	"Valves": "",
@@ -790,6 +818,7 @@
 	"What’s New in": "",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "",
+	"Won": "",
 	"Workspace": "",
 	"Write a prompt suggestion (e.g. Who are you?)": "",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
 	"You cannot clone a base model": "",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "",
 	"You have shared this chat": "",
 	"You're a helpful assistant.": "",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' veya süresiz için '-1'.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(örn. `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(örn. `sh webui.sh --api`)",
 	"(latest)": "(en son)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Bu modelin ne yaptığı hakkında kısa bir açıklama ekleyin",
 	"Add a short title for this prompt": "Bu prompt için kısa bir başlık ekleyin",
 	"Add a tag": "Bir etiket ekleyin",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Özel prompt ekleyin",
 	"Add Files": "Dosyalar Ekle",
 	"Add Memory": "Bellek Ekle",
-	"Add message": "Mesaj Ekle",
 	"Add Model": "Model Ekle",
 	"Add Tag": "Etiket Ekle",
 	"Add Tags": "Etiketler Ekle",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Gelişmiş Parametreler",
 	"All chats": "",
 	"All Documents": "Tüm Belgeler",
-	"All Users": "Tüm Kullanıcılar",
 	"Allow Chat Deletion": "Sohbet Silmeye İzin Ver",
 	"Allow Chat Editing": "Soğbet Düzenlemeye İzin Ver",
 	"Allow non-local voices": "Yerel olmayan seslere izin verin",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Zaten bir hesabınız mı var?",
 	"an assistant": "bir asistan",
 	"and": "ve",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "ve yeni bir paylaşılan bağlantı oluşturun.",
 	"API Base URL": "API Temel URL",
 	"API Key": "API Anahtarı",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Arşivlenmiş Sohbetler",
 	"are allowed - Activate this command by typing": "izin verilir - Bu komutu yazarak etkinleştirin",
 	"Are you sure?": "Emin misiniz?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Dosya ekle",
 	"Attention to detail": "Ayrıntılara dikkat",
 	"Audio": "Ses",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Yardım için buraya tıklayın.",
 	"Click here to": "Şunu yapmak için buraya tıklayın:",
 	"Click here to download user import template file.": "Kullanıcı içe aktarma şablon dosyasını indirmek için buraya tıklayın.",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Seçmek için buraya tıklayın",
 	"Click here to select a csv file.": "Bir CSV dosyası seçmek için buraya tıklayın.",
 	"Click here to select a py file.": "Bir py dosyası seçmek için buraya tıklayın.",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "ComfyUI İş Akışı",
 	"ComfyUI Workflow Nodes": "ComfyUI İş Akışı Düğümleri",
 	"Command": "Komut",
+	"Completions": "",
 	"Concurrent Requests": "Eşzamanlı İstekler",
 	"Confirm": "Onayla",
 	"Confirm Password": "Parolayı Onayla",
@@ -223,9 +226,11 @@
 	"Download": "İndir",
 	"Download canceled": "İndirme iptal edildi",
 	"Download Database": "Veritabanını İndir",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Sohbete eklemek istediğiniz dosyaları buraya bırakın",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "örn. '30s', '10m'. Geçerli zaman birimleri 's', 'm', 'h'.",
 	"Edit": "Düzenle",
+	"Edit Arena Model": "",
 	"Edit Memory": "Belleği Düzenle",
 	"Edit User": "Kullanıcıyı Düzenle",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "CFG Ölçeğini Girin (örn. 7.0)",
 	"Enter Chunk Overlap": "Chunk Örtüşmesini Girin",
 	"Enter Chunk Size": "Chunk Boyutunu Girin",
+	"Enter description": "",
 	"Enter Github Raw URL": "Github Raw URL'sini girin",
 	"Enter Google PSE API Key": "Google PSE API Anahtarını Girin",
 	"Enter Google PSE Engine Id": "Google PSE Engine Id'sini Girin",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Rolünüzü Girin",
 	"Error": "Hata",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Deneysel",
 	"Export": "Dışa Aktar",
 	"Export All Chats (All Users)": "Tüm Sohbetleri Dışa Aktar (Tüm Kullanıcılar)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "Ayarlar güncellenemedi",
 	"Failed to upload file.": "",
 	"February": "Şubat",
+	"Feedback History": "",
 	"Feel free to add specific details": "Spesifik ayrıntılar eklemekten çekinmeyin",
 	"File": "Dosya",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Bugün size nasıl yardımcı olabilirim?",
 	"Hybrid Search": "Karma Arama",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Eylemimin sonuçlarını okuduğumu ve anladığımı kabul ediyorum. Rastgele kod çalıştırmayla ilgili risklerin farkındayım ve kaynağın güvenilirliğini doğruladım.",
+	"ID": "",
 	"Image Generation (Experimental)": "Görüntü Oluşturma (Deneysel)",
 	"Image Generation Engine": "Görüntü Oluşturma Motoru",
 	"Image Settings": "Görüntü Ayarları",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "büyük dil modelleri, yerel olarak.",
 	"Last Active": "Son Aktivite",
 	"Last Modified": "Son Düzenleme",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Varsayılan promptu kullanmak için boş bırakın veya özel bir prompt girin",
 	"Light": "Açık",
 	"Listening...": "Dinleniyor...",
 	"LLMs can make mistakes. Verify important information.": "LLM'ler hata yapabilir. Önemli bilgileri doğrulayın.",
 	"Local Models": "Yerel Modeller",
+	"Lost": "",
 	"LTR": "Soldan Sağa",
 	"Made by OpenWebUI Community": "OpenWebUI Topluluğu tarafından yapılmıştır",
 	"Make sure to enclose them with": "Değişkenlerinizi şu şekilde biçimlendirin:",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "ComfyUI'dan API formatında bir workflow.json dosyası olarak dışa aktardığınızdan emin olun.",
 	"Manage": "Yönet",
+	"Manage Arena Models": "",
 	"Manage Models": "Modelleri Yönet",
 	"Manage Ollama Models": "Ollama Modellerini Yönet",
 	"Manage Pipelines": "Pipelineları Yönet",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "Bellek başarıyla silindi",
 	"Memory updated successfully": "Bellek başarıyla güncellendi",
 	"Merge Responses": "Yanıtları Birleştir",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Bağlantınızı oluşturduktan sonra gönderdiğiniz mesajlar paylaşılmayacaktır. URL'ye sahip kullanıcılar paylaşılan sohbeti görüntüleyebilecektir.",
 	"Min P": "Min P",
 	"Minimum Score": "Minimum Skor",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "DD MMMM YYYY",
 	"MMMM DD, YYYY HH:mm": "DD MMMM YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "DD MMMM YYYY hh:mm:ss A",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "'{{modelName}}' başarıyla indirildi.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "'{{modelTag}}' zaten indirme sırasında.",
 	"Model {{modelId}} not found": "{{modelId}} bulunamadı",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "Model başarıyla oluşturuldu!",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Model dosya sistemi yolu algılandı. Güncelleme için model kısa adı gerekli, devam edilemiyor.",
 	"Model ID": "Model ID",
+	"Model Name": "",
 	"Model not selected": "Model seçilmedi",
 	"Model Params": "Model Parametreleri",
 	"Model updated successfully": "Model başarıyla güncellendi",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "Konuşacak içerik yok",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "Hiçbir dosya seçilmedi",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Sonuç bulunamadı",
 	"No search query generated": "Hiç arama sorgusu oluşturulmadı",
 	"No source available": "Kaynak mevcut değil",
@@ -486,13 +504,14 @@
 	"Only": "Yalnızca",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Komut dizisinde yalnızca alfasayısal karakterler ve tireler kabul edilir.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Hop! Biraz sabırlı ol! Dosyaların hala hazırlama fırınında. Onları ağzınıza layık olana kadar pişiriyoruz :) Lütfen sabırlı olun; hazır olduklarında size haber vereceğiz.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Hop! URL geçersiz gibi görünüyor. Lütfen tekrar kontrol edin ve yeniden deneyin.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "Hop! Önceki yanıtta bir hata oluştu. Lütfen tekrar deneyin veya yönetici ile iletişime geçin.",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Hop! Desteklenmeyen bir yöntem kullanıyorsunuz (yalnızca önyüz). Lütfen WebUI'yi arkayüzden sunun.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Yeni sohbet aç",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open-WebUI sürümü (v{{OPEN_WEBUI_VERSION}}) gerekli sürümden (v{{REQUIRED_VERSION}}) düşük",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Düz metin (.txt)",
 	"Playground": "Oyun Alanı",
 	"Please carefully review the following warnings:": "Lütfen aşağıdaki uyarıları dikkatlice inceleyin:",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Olumlu yaklaşım",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Ollama.com'dan bir model çekin",
 	"Query Params": "Sorgu Parametreleri",
 	"RAG Template": "RAG Şablonu",
+	"Rating": "",
 	"Read Aloud": "Sesli Oku",
 	"Record voice": "Ses kaydı yap",
 	"Redirecting you to OpenWebUI Community": "OpenWebUI Topluluğuna yönlendiriliyorsunuz",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Yanıtı Panoya Otomatik Kopyala",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Web sitesi izinleri reddedildiğinden yanıt bildirimleri etkinleştirilemiyor. Gerekli erişimi sağlamak için lütfen tarayıcı ayarlarınızı ziyaret edin.",
 	"Response splitting": "Yanıt bölme",
+	"Result": "",
+	"RK": "",
 	"Role": "Rol",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -632,6 +655,7 @@
 	"Set Steps": "Adımları Ayarla",
 	"Set Task Model": "Görev Modeli Ayarla",
 	"Set Voice": "Ses Ayarla",
+	"Set whisper model": "",
 	"Settings": "Ayarlar",
 	"Settings saved successfully!": "Ayarlar başarıyla kaydedildi!",
 	"Share": "Paylaş",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "STT Modeli",
 	"STT Settings": "STT Ayarları",
-	"Submit": "Gönder",
 	"Subtitle (e.g. about the Roman Empire)": "Alt başlık (örn. Roma İmparatorluğu hakkında)",
 	"Success": "Başarılı",
 	"Successfully updated.": "Başarıyla güncellendi.",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "Bu eklentiyi destekleyin:",
 	"Sync directory": "",
 	"System": "Sistem",
+	"System Instructions": "",
 	"System Prompt": "Sistem Promptu",
 	"Tags": "Etiketler",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "Temperature",
 	"Template": "Şablon",
 	"Temporary Chat": "Geçici Sohbet",
-	"Text Completion": "Metin Tamamlama",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Metinden Sese Motoru",
 	"Tfs Z": "Tfs Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Bu, önemli konuşmalarınızın güvenli bir şekilde arkayüz veritabanınıza kaydedildiğini garantiler. Teşekkür ederiz!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Bu deneysel bir özelliktir, beklendiği gibi çalışmayabilir ve her an değişiklik yapılabilir.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "Bu silinecek",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "Burada eylemleri seçmek için öncelikle bunları \"İşlevler\" çalışma alanına ekleyin.",
 	"To select filters here, add them to the \"Functions\" workspace first.": "Filtreleri burada seçmek için öncelikle bunları \"İşlevler\" çalışma alanına ekleyin.",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "Araçları burada seçmek için öncelikle bunları \"Araçlar\" çalışma alanına ekleyin.",
+	"Toast notifications for new updates": "",
 	"Today": "Bugün",
 	"Toggle settings": "Ayarları Aç/Kapat",
 	"Toggle sidebar": "Kenar Çubuğunu Aç/Kapat",
@@ -748,6 +773,7 @@
 	"Update password": "Parolayı Güncelle",
 	"Updated": "",
 	"Updated at": "Şu tarihte güncellendi:",
+	"Updated At": "",
 	"Upload": "Yükle",
 	"Upload a GGUF model": "Bir GGUF modeli yükle",
 	"Upload directory": "",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "kullanıcı",
+	"User": "",
 	"User location successfully retrieved.": "Kullanıcı konumu başarıyla alındı.",
 	"User Permissions": "Kullanıcı İzinleri",
 	"Users": "Kullanıcılar",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Kullan",
 	"Valid time units:": "Geçerli zaman birimleri:",
 	"Valves": "Valvler",
@@ -790,6 +818,7 @@
 	"What’s New in": "Yenilikler:",
 	"Whisper (Local)": "Whisper (Yerel)",
 	"Widescreen Mode": "Geniş Ekran Modu",
+	"Won": "",
 	"Workspace": "Çalışma Alanı",
 	"Write a prompt suggestion (e.g. Who are you?)": "Bir prompt önerisi yazın (örn. Sen kimsin?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "[Konuyu veya anahtar kelimeyi] özetleyen 50 kelimelik bir özet yazın.",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Aynı anda en fazla {{maxCount}} dosya ile sohbet edebilirsiniz.",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Aşağıdaki 'Yönet' düğmesi aracılığıyla bellekler ekleyerek LLM'lerle etkileşimlerinizi kişiselleştirebilir, onları daha yararlı ve size özel hale getirebilirsiniz.",
 	"You cannot clone a base model": "Bir temel modeli klonlayamazsınız",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Arşivlenmiş sohbetleriniz yok.",
 	"You have shared this chat": "Bu sohbeti paylaştınız",
 	"You're a helpful assistant.": "Sen yardımsever bir asistansın.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' or '-1' для відсутності терміну дії.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(e.g. `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)",
 	"(latest)": "(остання)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Додайте короткий опис того, що робить ця модель",
 	"Add a short title for this prompt": "Додати коротку назву для цього промту",
 	"Add a tag": "Додайте тег",
+	"Add Arena Model": "",
 	"Add Content": "Додати вміст",
 	"Add content here": "Додайте вміст сюди",
 	"Add custom prompt": "Додати користувацьку підказку",
 	"Add Files": "Додати файли",
 	"Add Memory": "Додати пам'ять",
-	"Add message": "Додати повідомлення",
 	"Add Model": "Додати модель",
 	"Add Tag": "Додати тег",
 	"Add Tags": "Додати теги",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Розширені параметри",
 	"All chats": "Усі чати",
 	"All Documents": "Усі документи",
-	"All Users": "Всі користувачі",
 	"Allow Chat Deletion": "Дозволити видалення чату",
 	"Allow Chat Editing": "Дозволити редагування чату",
 	"Allow non-local voices": "Дозволити не локальні голоси",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Вже є обліковий запис?",
 	"an assistant": "асистента",
 	"and": "та",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "і створіть нове спільне посилання.",
 	"API Base URL": "URL-адреса API",
 	"API Key": "Ключ API",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Архівовані чати",
 	"are allowed - Activate this command by typing": "дозволено - активізуйте цю команду набором",
 	"Are you sure?": "Ви впевнені?",
+	"Arena Models": "",
 	"Artifacts": "Артефакти",
 	"Ask a question": "Задати питання",
+	"Assistant": "",
 	"Attach file": "Прикріпити файл",
 	"Attention to detail": "Увага до деталей",
 	"Audio": "Аудіо",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Клацніть тут, щоб отримати допомогу.",
 	"Click here to": "Натисніть тут, щоб",
 	"Click here to download user import template file.": "Натисніть тут, щоб завантажити файл шаблону імпорту користувача.",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Натисніть тут, щоб обрати",
 	"Click here to select a csv file.": "Натисніть тут, щоб обрати csv-файл.",
 	"Click here to select a py file.": "Натисніть тут, щоб обрати py-файл.",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "ComfyUI Workflow",
 	"ComfyUI Workflow Nodes": "Вузли Workflow в ComfyUI",
 	"Command": "Команда",
+	"Completions": "",
 	"Concurrent Requests": "Одночасні запити",
 	"Confirm": "Підтвердити",
 	"Confirm Password": "Підтвердіть пароль",
@@ -223,9 +226,11 @@
 	"Download": "Завантажити",
 	"Download canceled": "Завантаження скасовано",
 	"Download Database": "Завантажити базу даних",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Перетягніть сюди файли, щоб додати до розмови",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "напр., '30s','10m'. Дійсні одиниці часу: 'с', 'хв', 'г'.",
 	"Edit": "Редагувати",
+	"Edit Arena Model": "",
 	"Edit Memory": "Редагувати пам'ять",
 	"Edit User": "Редагувати користувача",
 	"ElevenLabs": "ElevenLabs",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "Введіть масштаб CFG (напр., 7.0)",
 	"Enter Chunk Overlap": "Введіть перекриття фрагменту",
 	"Enter Chunk Size": "Введіть розмір фрагменту",
+	"Enter description": "",
 	"Enter Github Raw URL": "Введіть Raw URL-адресу Github",
 	"Enter Google PSE API Key": "Введіть ключ API Google PSE",
 	"Enter Google PSE Engine Id": "Введіть Google PSE Engine Id",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Введіть вашу роль",
 	"Error": "Помилка",
 	"ERROR": "ПОМИЛКА",
+	"Evaluations": "",
 	"Experimental": "Експериментальне",
 	"Export": "Експорт",
 	"Export All Chats (All Users)": "Експортувати всі чати (всіх користувачів)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "Не вдалося оновити налаштування",
 	"Failed to upload file.": "Не вдалося завантажити файл.",
 	"February": "Лютий",
+	"Feedback History": "",
 	"Feel free to add specific details": "Не соромтеся додавати конкретні деталі",
 	"File": "Файл",
 	"File added successfully.": "Файл успішно додано.",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Чим я можу допомогти вам сьогодні?",
 	"Hybrid Search": "Гібридний пошук",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Я підтверджую, що прочитав і розумію наслідки своїх дій. Я усвідомлюю ризики, пов'язані з виконанням довільного коду, і перевірив надійність джерела.",
+	"ID": "",
 	"Image Generation (Experimental)": "Генерування зображень (експериментально)",
 	"Image Generation Engine": "Механізм генерації зображень",
 	"Image Settings": "Налаштування зображення",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "великими мовними моделями, локально.",
 	"Last Active": "Остання активність",
 	"Last Modified": "Востаннє змінено",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "Залиште порожнім для необмеженого розміру",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Залиште порожнім для використання стандартного запиту, або введіть власний запит",
 	"Light": "Світла",
 	"Listening...": "Слухаю...",
 	"LLMs can make mistakes. Verify important information.": "LLMs можуть помилятися. Перевірте важливу інформацію.",
 	"Local Models": "Локальні моделі",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Зроблено спільнотою OpenWebUI",
 	"Make sure to enclose them with": "Переконайтеся, що вони закриті",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "Обов'язково експортуйте файл workflow.json у форматі API з ComfyUI.",
 	"Manage": "Керувати",
+	"Manage Arena Models": "",
 	"Manage Models": "Керування моделями",
 	"Manage Ollama Models": "Керування моделями Ollama",
 	"Manage Pipelines": "Керування конвеєрами",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "Пам'ять успішно видалено",
 	"Memory updated successfully": "Пам'ять успішно оновлено",
 	"Merge Responses": "Об'єднати відповіді",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Повідомлення, які ви надішлете після створення посилання, не будуть доступні для інших. Користувачі, які мають URL, зможуть переглядати спільний чат.",
 	"Min P": "Min P",
 	"Minimum Score": "Мінімальний бал",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "MMMM DD, YYYY hh:mm:ss A",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Модель '{{modelName}}' успішно завантажено.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Модель '{{modelTag}}' вже знаходиться в черзі на завантаження.",
 	"Model {{modelId}} not found": "Модель {{modelId}} не знайдено",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "Модель створено успішно!",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Виявлено шлях до файлової системи моделі. Для оновлення потрібно вказати коротке ім'я моделі, не вдасться продовжити.",
 	"Model ID": "ID моделі",
+	"Model Name": "",
 	"Model not selected": "Модель не вибрана",
 	"Model Params": "Параметри моделі",
 	"Model updated successfully": "Модель успішно оновлено",
@@ -457,10 +473,12 @@
 	"No content found": "Контент не знайдено.",
 	"No content to speak": "Нема чого говорити",
 	"No distance available": "Відстань недоступна",
+	"No feedbacks found": "",
 	"No file selected": "Файл не обрано",
 	"No files found.": "Файли не знайдено.",
 	"No HTML, CSS, or JavaScript content found.": "HTML, CSS або JavaScript контент не знайдено.",
 	"No knowledge found": "Знання не знайдено.",
+	"No models found": "",
 	"No results found": "Не знайдено жодного результату",
 	"No search query generated": "Пошуковий запит не сформовано",
 	"No source available": "Джерело не доступне",
@@ -486,13 +504,14 @@
 	"Only": "Тільки",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "У рядку команди дозволено використовувати лише алфавітно-цифрові символи та дефіси.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "Редагувати можна лише колекції, створіть нову базу знань, щоб редагувати або додавати документи.",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Ой! Зачекайте, будь ласка! Ваші файли ще готуються. Ми робимо все, щоб вони були ідеальними. Будь ласка, будьте терплячі, ми повідомимо вам, коли вони будуть готові.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Упс! Схоже, що URL-адреса невірна. Будь ласка, перевірте ще раз та спробуйте ще раз.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "Упс! У попередній відповіді сталася помилка. Будь ласка, спробуйте ще раз або зверніться до адміністратора.",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Упс! Ви використовуєте непідтримуваний метод (тільки для фронтенду). Будь ласка, обслуговуйте WebUI з бекенду.",
 	"Open file": "Відкрити файл",
 	"Open in full screen": "Відкрити на весь екран",
 	"Open new chat": "Відкрити новий чат",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open WebUI версія (v{{OPEN_WEBUI_VERSION}}) нижча за необхідну версію (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Простий текст (.txt)",
 	"Playground": "Майданчик",
 	"Please carefully review the following warnings:": "Будь ласка, уважно ознайомтеся з наступними попередженнями:",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "Будь ласка, заповніть всі поля.",
 	"Please select a reason": "Будь ласка, виберіть причину",
 	"Positive attitude": "Позитивне ставлення",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Завантажити модель з Ollama.com",
 	"Query Params": "Параметри запиту",
 	"RAG Template": "Шаблон RAG",
+	"Rating": "",
 	"Read Aloud": "Читати вголос",
 	"Record voice": "Записати голос",
 	"Redirecting you to OpenWebUI Community": "Перенаправляємо вас до спільноти OpenWebUI",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Автокопіювання відповіді в буфер обміну",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Сповіщення про відповіді не можуть бути активовані, оскільки вам було відмовлено в доступі до веб-сайту. Будь ласка, відвідайте налаштування вашого браузера, щоб надати необхідний доступ.",
 	"Response splitting": "Розбиття відповіді",
+	"Result": "",
+	"RK": "",
 	"Role": "Роль",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -634,6 +657,7 @@
 	"Set Steps": "Встановити кроки",
 	"Set Task Model": "Встановити модель задач",
 	"Set Voice": "Встановити голос",
+	"Set whisper model": "",
 	"Settings": "Налаштування",
 	"Settings saved successfully!": "Налаштування успішно збережено!",
 	"Share": "Поділитися",
@@ -661,7 +685,6 @@
 	"Stream Chat Response": "Відповідь стрім-чату",
 	"STT Model": "Модель STT ",
 	"STT Settings": "Налаштування STT",
-	"Submit": "Надіслати",
 	"Subtitle (e.g. about the Roman Empire)": "Підзаголовок (напр., про Римську імперію)",
 	"Success": "Успіх",
 	"Successfully updated.": "Успішно оновлено.",
@@ -670,6 +693,7 @@
 	"Support this plugin:": "Підтримайте цей плагін:",
 	"Sync directory": "Синхронізувати каталог",
 	"System": "Система",
+	"System Instructions": "",
 	"System Prompt": "Системний промт",
 	"Tags": "Теги",
 	"Tags Generation Prompt": "Підказка для генерації тегів",
@@ -679,7 +703,6 @@
 	"Temperature": "Температура",
 	"Template": "Шаблон",
 	"Temporary Chat": "Тимчасовий чат",
-	"Text Completion": "Завершення тексту",
 	"Text Splitter": "Роздільник тексту",
 	"Text-to-Speech Engine": "Система синтезу мови",
 	"Tfs Z": "Tfs Z",
@@ -694,6 +717,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Це забезпечує збереження ваших цінних розмов у безпечному бекенд-сховищі. Дякуємо!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Це експериментальна функція, вона може працювати не так, як очікувалося, і може бути змінена в будь-який час.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "Цей варіант видалить усі існуючі файли в колекції та замінить їх новими завантаженими файлами.",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "Це призведе до видалення",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "Це видалить <strong>{{NAME}}</strong> та <strong>всі його вмісти</strong>.",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "Це скине базу знань і синхронізує всі файли. Ви бажаєте продовжити?",
@@ -715,6 +739,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "Щоб вибрати дії тут, спочатку додайте їх до робочої області \"Функції\".",
 	"To select filters here, add them to the \"Functions\" workspace first.": "Щоб обрати фільтри тут, спочатку додайте їх до робочої області \"Функції\".",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "Щоб обрати тут набори інструментів, спочатку додайте їх до робочої області \"Інструменти\".",
+	"Toast notifications for new updates": "",
 	"Today": "Сьогодні",
 	"Toggle settings": "Переключити налаштування",
 	"Toggle sidebar": "Переключити бокову панель",
@@ -750,6 +775,7 @@
 	"Update password": "Оновити пароль",
 	"Updated": "Завантажено",
 	"Updated at": "Оновлено на",
+	"Updated At": "",
 	"Upload": "Завантажити",
 	"Upload a GGUF model": "Завантажити GGUF модель",
 	"Upload directory": "Завантажити каталог",
@@ -764,9 +790,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "користувач",
+	"User": "",
 	"User location successfully retrieved.": "Місцезнаходження користувача успішно знайдено.",
 	"User Permissions": "Права користувача",
 	"Users": "Користувачі",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Використовувати",
 	"Valid time units:": "Дійсні одиниці часу:",
 	"Valves": "Клапани",
@@ -792,6 +820,7 @@
 	"What’s New in": "Що нового в",
 	"Whisper (Local)": "Whisper (Локально)",
 	"Widescreen Mode": "Широкоекранний режим",
+	"Won": "",
 	"Workspace": "Робочий простір",
 	"Write a prompt suggestion (e.g. Who are you?)": "Напишіть промт (напр., Хто ти?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Напишіть стислий зміст у 50 слів, який узагальнює [тема або ключове слово].",
@@ -801,6 +830,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Ви можете спілкуватися лише з максимальною кількістю {{maxCount}} файлів одночасно.",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Ви можете налаштувати ваші взаємодії з мовними моделями, додавши спогади через кнопку 'Керувати' внизу, що зробить їх більш корисними та персоналізованими для вас.",
 	"You cannot clone a base model": "Базову модель не можна клонувати",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "У вас немає архівованих розмов.",
 	"You have shared this chat": "Ви поділилися цим чатом",
 	"You're a helpful assistant.": "Ви корисний асистент.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' hoặc '-1' không hết hạn.",
-	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
 	"(e.g. `sh webui.sh --api`)": "(vd: `sh webui.sh --api`)",
 	"(latest)": "(mới nhất)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "Thêm mô tả ngắn về những khả năng của model",
 	"Add a short title for this prompt": "Thêm tiêu đề ngắn cho prompt này",
 	"Add a tag": "Thêm thẻ (tag)",
+	"Add Arena Model": "",
 	"Add Content": "",
 	"Add content here": "",
 	"Add custom prompt": "Thêm prompt tùy chỉnh",
 	"Add Files": "Thêm tệp",
 	"Add Memory": "Thêm bộ nhớ",
-	"Add message": "Thêm tin nhắn",
 	"Add Model": "Thêm model",
 	"Add Tag": "Thêm thẻ",
 	"Add Tags": "thêm thẻ",
@@ -44,7 +43,6 @@
 	"Advanced Params": "Các tham số Nâng cao",
 	"All chats": "",
 	"All Documents": "Tất cả tài liệu",
-	"All Users": "Danh sách người sử dụng",
 	"Allow Chat Deletion": "Cho phép Xóa nội dung chat",
 	"Allow Chat Editing": "Cho phép Sửa nội dung chat",
 	"Allow non-local voices": "Cho phép giọng nói không bản xứ",
@@ -55,6 +53,7 @@
 	"Already have an account?": "Bạn đã có tài khoản?",
 	"an assistant": "trợ lý",
 	"and": "và",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "và tạo một link chia sẻ mới",
 	"API Base URL": "Đường dẫn tới API (API Base URL)",
 	"API Key": "API Key",
@@ -66,8 +65,10 @@
 	"Archived Chats": "Lưu các cuộc Chat",
 	"are allowed - Activate this command by typing": "được phép - Kích hoạt lệnh này bằng cách gõ",
 	"Are you sure?": "Bạn có chắc chắn không?",
+	"Arena Models": "",
 	"Artifacts": "",
 	"Ask a question": "",
+	"Assistant": "",
 	"Attach file": "Đính kèm file",
 	"Attention to detail": "Có sự chú ý đến chi tiết của vấn đề",
 	"Audio": "Âm thanh",
@@ -117,6 +118,7 @@
 	"Click here for help.": "Bấm vào đây để được trợ giúp.",
 	"Click here to": "Nhấn vào đây để",
 	"Click here to download user import template file.": "Bấm vào đây để tải xuống tệp template của người dùng.",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "Bấm vào đây để chọn",
 	"Click here to select a csv file.": "Nhấn vào đây để chọn tệp csv",
 	"Click here to select a py file.": "Nhấn vào đây để chọn tệp py",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "",
 	"ComfyUI Workflow Nodes": "",
 	"Command": "Lệnh",
+	"Completions": "",
 	"Concurrent Requests": "Các truy vấn đồng thời",
 	"Confirm": "Xác nhận",
 	"Confirm Password": "Xác nhận Mật khẩu",
@@ -223,9 +226,11 @@
 	"Download": "Tải về",
 	"Download canceled": "Đã hủy download",
 	"Download Database": "Tải xuống Cơ sở dữ liệu",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "Thả bất kỳ tệp nào ở đây để thêm vào nội dung chat",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "vd: '30s','10m'. Đơn vị thời gian hợp lệ là 's', 'm', 'h'.",
 	"Edit": "Chỉnh sửa",
+	"Edit Arena Model": "",
 	"Edit Memory": "Sửa Memory",
 	"Edit User": "Thay đổi thông tin người sử dụng",
 	"ElevenLabs": "",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "",
 	"Enter Chunk Overlap": "Nhập Chunk chồng lấn (overlap)",
 	"Enter Chunk Size": "Nhập Kích thước Chunk",
+	"Enter description": "",
 	"Enter Github Raw URL": "Nhập URL cho Github Raw",
 	"Enter Google PSE API Key": "Nhập Google PSE API Key",
 	"Enter Google PSE Engine Id": "Nhập Google PSE Engine Id",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "Nhập vai trò của bạn",
 	"Error": "Lỗi",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "Thử nghiệm",
 	"Export": "Xuất khẩu",
 	"Export All Chats (All Users)": "Tải về tất cả nội dung chat (tất cả mọi người)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "Lỗi khi cập nhật các cài đặt",
 	"Failed to upload file.": "",
 	"February": "Tháng 2",
+	"Feedback History": "",
 	"Feel free to add specific details": "Mô tả chi tiết về chất lượng của câu hỏi và phương án trả lời",
 	"File": "Tệp",
 	"File added successfully.": "",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "Tôi có thể giúp gì cho bạn hôm nay?",
 	"Hybrid Search": "Tìm kiếm Hybrid",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Tôi thừa nhận rằng tôi đã đọc và tôi hiểu ý nghĩa của hành động của mình. Tôi nhận thức được những rủi ro liên quan đến việc thực thi mã tùy ý và tôi đã xác minh độ tin cậy của nguồn.",
+	"ID": "",
 	"Image Generation (Experimental)": "Tạo ảnh (thử nghiệm)",
 	"Image Generation Engine": "Công cụ tạo ảnh",
 	"Image Settings": "Cài đặt ảnh",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "các mô hình ngôn ngữ lớn, mang tính địa phương",
 	"Last Active": "Truy cập gần nhất",
 	"Last Modified": "Lần sửa gần nhất",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Light": "Sáng",
 	"Listening...": "Đang nghe...",
 	"LLMs can make mistakes. Verify important information.": "Hệ thống có thể tạo ra nội dung không chính xác hoặc sai. Hãy kiểm chứng kỹ lưỡng thông tin trước khi tiếp nhận và sử dụng.",
 	"Local Models": "",
+	"Lost": "",
 	"LTR": "LTR",
 	"Made by OpenWebUI Community": "Được tạo bởi Cộng đồng OpenWebUI",
 	"Make sure to enclose them with": "Hãy chắc chắn bao quanh chúng bằng",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "Đảm bảo xuất tệp Workflow.json đúng format API của ComfyUI.",
 	"Manage": "Quản lý",
+	"Manage Arena Models": "",
 	"Manage Models": "Quản lý mô hình",
 	"Manage Ollama Models": "Quản lý mô hình với Ollama",
 	"Manage Pipelines": "Quản lý Pipelines",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "Memory đã bị loại bỏ",
 	"Memory updated successfully": "Memory đã cập nhật thành công",
 	"Merge Responses": "Hợp nhất các phản hồi",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Tin nhắn bạn gửi sau khi tạo liên kết sẽ không được chia sẻ. Người dùng có URL sẽ có thể xem cuộc trò chuyện được chia sẻ.",
 	"Min P": "",
 	"Minimum Score": "Score tối thiểu",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "MMMM DD, YYYY",
 	"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "Mô hình '{{modelName}}' đã được tải xuống thành công.",
 	"Model '{{modelTag}}' is already in queue for downloading.": "Mô hình '{{modelTag}}' đã có trong hàng đợi để tải xuống.",
 	"Model {{modelId}} not found": "Không tìm thấy Mô hình {{modelId}}",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "Model đã được tạo thành công",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Đường dẫn hệ thống tệp mô hình được phát hiện. Tên viết tắt mô hình là bắt buộc để cập nhật, không thể tiếp tục.",
 	"Model ID": "ID mẫu",
+	"Model Name": "",
 	"Model not selected": "Chưa chọn Mô hình",
 	"Model Params": "Mô hình Params",
 	"Model updated successfully": "Model đã được cập nhật thành công",
@@ -457,10 +473,12 @@
 	"No content found": "",
 	"No content to speak": "Không có nội dung để nói",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "Chưa có tệp nào được chọn",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No knowledge found": "",
+	"No models found": "",
 	"No results found": "Không tìm thấy kết quả",
 	"No search query generated": "Không có truy vấn tìm kiếm nào được tạo ra",
 	"No source available": "Không có nguồn",
@@ -486,13 +504,14 @@
 	"Only": "Only",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "Chỉ ký tự số và gạch nối được phép trong chuỗi lệnh.",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Vui lòng kiên nhẫn chờ đợi! Các tệp của bạn vẫn đang trong được phân tích và xử lý. Chúng tôi đang cố gắng hoàn thành chúng. Vui lòng kiên nhẫn và chúng tôi sẽ cho bạn biết khi chúng sẵn sàng.",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "Rất tiếc! URL dường như không hợp lệ. Vui lòng kiểm tra lại và thử lại.",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "Rất tiếc! Đã xảy ra lỗi trong phản hồi trước đó. Vui lòng thử lại hoặc liên hệ với quản trị viên.",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Rất tiếc! Bạn đang sử dụng một phương thức không được hỗ trợ (chỉ dành cho frontend). Vui lòng cung cấp phương thức cho WebUI từ phía backend.",
 	"Open file": "",
 	"Open in full screen": "",
 	"Open new chat": "Mở nội dung chat mới",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Phiên bản Open WebUI (v{{OPEN_WEBUI_VERSION}}) hiện thấp hơn phiên bản bắt buộc (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "API OpenAI",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "Văn bản thô (.txt)",
 	"Playground": "Thử nghiệm (Playground)",
 	"Please carefully review the following warnings:": "Vui lòng xem xét cẩn thận các cảnh báo sau:",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "",
 	"Please select a reason": "",
 	"Positive attitude": "Thái độ tích cực",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "Tải mô hình từ Ollama.com",
 	"Query Params": "Tham số Truy vấn",
 	"RAG Template": "Mẫu prompt cho RAG",
+	"Rating": "",
 	"Read Aloud": "Đọc ra loa",
 	"Record voice": "Ghi âm",
 	"Redirecting you to OpenWebUI Community": "Đang chuyển hướng bạn đến Cộng đồng OpenWebUI",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "Tự động Sao chép Phản hồi vào clipboard",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Không thể kích hoạt thông báo vì trang web không cấp quyền. Vui lòng truy cập cài đặt trình duyệt của bạn để cấp quyền cần thiết.",
 	"Response splitting": "",
+	"Result": "",
+	"RK": "",
 	"Role": "Vai trò",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -631,6 +654,7 @@
 	"Set Steps": "Đặt Số Bước",
 	"Set Task Model": "Đặt Mô hình Tác vụ",
 	"Set Voice": "Đặt Giọng nói",
+	"Set whisper model": "",
 	"Settings": "Cài đặt",
 	"Settings saved successfully!": "Cài đặt đã được lưu thành công!",
 	"Share": "Chia sẻ",
@@ -658,7 +682,6 @@
 	"Stream Chat Response": "",
 	"STT Model": "",
 	"STT Settings": "Cài đặt Nhận dạng Giọng nói",
-	"Submit": "Gửi",
 	"Subtitle (e.g. about the Roman Empire)": "Phụ đề (ví dụ: về Đế chế La Mã)",
 	"Success": "Thành công",
 	"Successfully updated.": "Đã cập nhật thành công.",
@@ -667,6 +690,7 @@
 	"Support this plugin:": "Hỗ trợ plugin này:",
 	"Sync directory": "",
 	"System": "Hệ thống",
+	"System Instructions": "",
 	"System Prompt": "Prompt Hệ thống (System Prompt)",
 	"Tags": "Thẻ",
 	"Tags Generation Prompt": "",
@@ -676,7 +700,6 @@
 	"Temperature": "Mức độ sáng tạo",
 	"Template": "Mẫu",
 	"Temporary Chat": "Chat nháp",
-	"Text Completion": "Hoàn tất Văn bản",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "Công cụ Chuyển Văn bản thành Giọng nói",
 	"Tfs Z": "Tfs Z",
@@ -691,6 +714,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Điều này đảm bảo rằng các nội dung chat có giá trị của bạn được lưu an toàn vào cơ sở dữ liệu backend của bạn. Cảm ơn bạn!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Đây là tính năng thử nghiệm, có thể không hoạt động như mong đợi và có thể thay đổi bất kỳ lúc nào.",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "Chat này sẽ bị xóa",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
@@ -712,6 +736,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "Để chọn các tác vụ, bạn phải thêm chúng vào workspace \"Functions\" trước.",
 	"To select filters here, add them to the \"Functions\" workspace first.": "Để chọn các filters, bạn phải thêm chúng vào workspace \"Functions\" trước.",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "Để chọn các tookits, bạn phải thêm chúng vào workspace \"Tools\" trước.",
+	"Toast notifications for new updates": "",
 	"Today": "Hôm nay",
 	"Toggle settings": "Bật/tắt cài đặt",
 	"Toggle sidebar": "Bật/tắt thanh bên",
@@ -747,6 +772,7 @@
 	"Update password": "Cập nhật mật khẩu",
 	"Updated": "",
 	"Updated at": "Cập nhật lúc",
+	"Updated At": "",
 	"Upload": "",
 	"Upload a GGUF model": "Tải lên mô hình GGUF",
 	"Upload directory": "",
@@ -761,9 +787,11 @@
 	"use_mlock (Ollama)": "use_mlock (Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "Người sử dụng",
+	"User": "",
 	"User location successfully retrieved.": "Đã truy xuất thành công vị trí của người dùng.",
 	"User Permissions": "Phân quyền sử dụng",
 	"Users": "Người sử dụng",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "Sử dụng",
 	"Valid time units:": "Đơn vị thời gian hợp lệ:",
 	"Valves": "",
@@ -789,6 +817,7 @@
 	"What’s New in": "Thông tin mới về",
 	"Whisper (Local)": "",
 	"Widescreen Mode": "Chế độ màn hình rộng",
+	"Won": "",
 	"Workspace": "Workspace",
 	"Write a prompt suggestion (e.g. Who are you?)": "Hãy viết một prompt (vd: Bạn là ai?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "Viết một tóm tắt trong vòng 50 từ cho [chủ đề hoặc từ khóa].",
@@ -798,6 +827,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Bạn có thể cá nhân hóa các tương tác của mình với LLM bằng cách thêm bộ nhớ thông qua nút 'Quản lý' bên dưới, làm cho chúng hữu ích hơn và phù hợp với bạn hơn.",
 	"You cannot clone a base model": "Bạn không thể nhân bản base model",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "Bạn chưa lưu trữ một nội dung chat nào",
 	"You have shared this chat": "Bạn vừa chia sẻ chat này",
 	"You're a helpful assistant.": "Bạn là một trợ lý hữu ích.",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' 或 '-1' 表示无过期时间。",
-	"(Beta)": "(测试版)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(例如 `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(例如 `sh webui.sh --api`)",
 	"(latest)": "(最新版)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "添加有关该模型能力的简短描述",
 	"Add a short title for this prompt": "为此提示词添加一个简短的标题",
 	"Add a tag": "添加标签",
+	"Add Arena Model": "",
 	"Add Content": "添加内容",
 	"Add content here": "在此添加内容",
 	"Add custom prompt": "添加自定义提示词",
 	"Add Files": "添加文件",
 	"Add Memory": "添加记忆",
-	"Add message": "添加消息",
 	"Add Model": "添加模型",
 	"Add Tag": "添加标签",
 	"Add Tags": "添加标签",
@@ -44,7 +43,6 @@
 	"Advanced Params": "高级参数",
 	"All chats": "所有对话",
 	"All Documents": "所有文档",
-	"All Users": "所有用户",
 	"Allow Chat Deletion": "允许删除对话记录",
 	"Allow Chat Editing": "允许编辑对话记录",
 	"Allow non-local voices": "允许调用非本地音色",
@@ -55,6 +53,7 @@
 	"Already have an account?": "已经拥有账号了?",
 	"an assistant": "助手",
 	"and": "和",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "并创建一个新的分享链接。",
 	"API Base URL": "API 基础地址",
 	"API Key": "API 密钥",
@@ -66,8 +65,10 @@
 	"Archived Chats": "已归档对话",
 	"are allowed - Activate this command by typing": "允许 - 通过输入来激活这个命令",
 	"Are you sure?": "是否确定?",
+	"Arena Models": "",
 	"Artifacts": "Artifacts",
 	"Ask a question": "提问",
+	"Assistant": "",
 	"Attach file": "添加文件",
 	"Attention to detail": "注重细节",
 	"Audio": "语音",
@@ -117,6 +118,7 @@
 	"Click here for help.": "点击这里获取帮助。",
 	"Click here to": "单击",
 	"Click here to download user import template file.": "单击此处下载用户导入所需的模板文件。",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "点击这里选择",
 	"Click here to select a csv file.": "单击此处选择 csv 文件。",
 	"Click here to select a py file.": "单击此处选择 py 文件。",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "ComfyUI Workflow",
 	"ComfyUI Workflow Nodes": "ComfyUI Workflow Nodes",
 	"Command": "命令",
+	"Completions": "",
 	"Concurrent Requests": "并发请求",
 	"Confirm": "确认",
 	"Confirm Password": "确认密码",
@@ -223,9 +226,11 @@
 	"Download": "下载",
 	"Download canceled": "下载已取消",
 	"Download Database": "下载数据库",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "拖动文件到此处以添加到对话中",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "例如 '30s','10m'。有效的时间单位是秒:'s',分:'m',时:'h'。",
 	"Edit": "编辑",
+	"Edit Arena Model": "",
 	"Edit Memory": "编辑记忆",
 	"Edit User": "编辑用户",
 	"ElevenLabs": "ElevenLabs",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "输入 CFG Scale (例如:7.0)",
 	"Enter Chunk Overlap": "输入块重叠 (Chunk Overlap)",
 	"Enter Chunk Size": "输入块大小 (Chunk Size)",
+	"Enter description": "",
 	"Enter Github Raw URL": "输入 Github Raw 地址",
 	"Enter Google PSE API Key": "输入 Google PSE API 密钥",
 	"Enter Google PSE Engine Id": "输入 Google PSE 引擎 ID",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "输入您的权限组",
 	"Error": "错误",
 	"ERROR": "错误",
+	"Evaluations": "",
 	"Experimental": "实验性",
 	"Export": "导出",
 	"Export All Chats (All Users)": "导出所有用户对话",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "无法更新设置",
 	"Failed to upload file.": "上传文件失败",
 	"February": "二月",
+	"Feedback History": "",
 	"Feel free to add specific details": "欢迎补充具体细节",
 	"File": "文件",
 	"File added successfully.": "文件成功添加",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "有什么我能帮您的吗?",
 	"Hybrid Search": "混合搜索",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "我已阅读并理解我的行为所带来的影响,明白执行任意代码所涉及的风险。且我已验证代码来源可信度。",
+	"ID": "",
 	"Image Generation (Experimental)": "图像生成(实验性)",
 	"Image Generation Engine": "图像生成引擎",
 	"Image Settings": "图像设置",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "本地大语言模型",
 	"Last Active": "最后在线时间",
 	"Last Modified": "最后修改时间",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "留空表示无限制",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "留空以使用默认提示词,或输入自定义提示词。",
 	"Light": "浅色",
 	"Listening...": "正在倾听...",
 	"LLMs can make mistakes. Verify important information.": "大语言模型可能会生成误导性错误信息,请对关键信息加以验证。",
 	"Local Models": "本地模型",
+	"Lost": "",
 	"LTR": "从左至右",
 	"Made by OpenWebUI Community": "由 OpenWebUI 社区制作",
 	"Make sure to enclose them with": "确保将它们包含在内",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "确保从 ComfyUI 导出 API 格式的 workflow.json 文件。",
 	"Manage": "管理",
+	"Manage Arena Models": "",
 	"Manage Models": "管理模型",
 	"Manage Ollama Models": "管理 Ollama 模型",
 	"Manage Pipelines": "管理 Pipeline",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "记忆删除成功",
 	"Memory updated successfully": "记忆更新成功",
 	"Merge Responses": "合并回复",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "创建链接后发送的消息不会被共享。具有 URL 的用户将能够查看共享对话。",
 	"Min P": "Min P",
 	"Minimum Score": "最低分",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "YYYY年 MM月 DD日",
 	"MMMM DD, YYYY HH:mm": "YYYY年 MM月 DD日 HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "YYYY年 MM月 DD日 hh:mm:ss A",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "模型'{{modelName}}'已成功下载。",
 	"Model '{{modelTag}}' is already in queue for downloading.": "模型'{{modelTag}}'已在下载队列中。",
 	"Model {{modelId}} not found": "未找到模型 {{modelId}}",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "模型创建成功!",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "检测到模型文件系统路径,无法继续进行。更新操作需要提供模型简称。",
 	"Model ID": "模型 ID",
+	"Model Name": "",
 	"Model not selected": "未选择模型",
 	"Model Params": "模型参数",
 	"Model updated successfully": "模型更新成功",
@@ -457,10 +473,12 @@
 	"No content found": "未发现内容",
 	"No content to speak": "没有内容可朗读",
 	"No distance available": "没有可用距离",
+	"No feedbacks found": "",
 	"No file selected": "未选中文件",
 	"No files found.": "未找到文件。",
 	"No HTML, CSS, or JavaScript content found.": "未找到 HTML、CSS 或 JavaScript 内容。",
 	"No knowledge found": "未找到知识",
+	"No models found": "",
 	"No results found": "未找到结果",
 	"No search query generated": "未生成搜索查询",
 	"No source available": "没有可用来源",
@@ -486,13 +504,14 @@
 	"Only": "仅",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "命令字符串中只允许使用英文字母,数字 (0-9) 以及连字符 (-)。",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "只能编辑文件集,创建一个新的知识库来编辑/添加文件。",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "糟糕!请稍等!您的文件还在处理中。我们正在努力让它们达到最佳效果。请耐心等待,准备好后我们会通知您。",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "糟糕!此链接似乎为无效链接。请检查后重试。",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "糟糕!之前的回复出现了错误。请重试或联系管理员。",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "糟糕!你正在使用不被支持的方法(仅前端)。请从后端提供 WebUI 服务。",
 	"Open file": "打开文件",
 	"Open in full screen": "全屏打开",
 	"Open new chat": "打开新对话",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "当前 Open WebUI 版本 (v{{OPEN_WEBUI_VERSION}}) 低于所需的版本 (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "TXT 文档 (.txt)",
 	"Playground": "AI 对话游乐场",
 	"Please carefully review the following warnings:": "请仔细阅读以下警告信息:",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "请填写所有字段。",
 	"Please select a reason": "请选择原因",
 	"Positive attitude": "积极的态度",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "从 Ollama.com 拉取一个模型",
 	"Query Params": "查询参数",
 	"RAG Template": "RAG 提示词模板",
+	"Rating": "",
 	"Read Aloud": "朗读",
 	"Record voice": "录音",
 	"Redirecting you to OpenWebUI Community": "正在将您重定向到 OpenWebUI 社区",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "自动复制回复到剪贴板",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "无法激活回复时发送通知。请检查浏览器设置,并授予必要的访问权限。",
 	"Response splitting": "拆分回复",
+	"Result": "",
+	"RK": "",
 	"Role": "权限组",
 	"Rosé Pine": "Rosé Pine",
 	"Rosé Pine Dawn": "Rosé Pine Dawn",
@@ -631,6 +654,7 @@
 	"Set Steps": "设置步骤",
 	"Set Task Model": "设置任务模型",
 	"Set Voice": "设置音色",
+	"Set whisper model": "",
 	"Settings": "设置",
 	"Settings saved successfully!": "设置已保存",
 	"Share": "分享",
@@ -658,7 +682,6 @@
 	"Stream Chat Response": "以流式返回对话响应",
 	"STT Model": "语音转文本模型",
 	"STT Settings": "语音转文本设置",
-	"Submit": "提交",
 	"Subtitle (e.g. about the Roman Empire)": "副标题(例如:关于罗马帝国的副标题)",
 	"Success": "成功",
 	"Successfully updated.": "成功更新。",
@@ -667,6 +690,7 @@
 	"Support this plugin:": "支持此插件",
 	"Sync directory": "同步目录",
 	"System": "系统",
+	"System Instructions": "",
 	"System Prompt": "系统提示词 (System Prompt)",
 	"Tags": "标签",
 	"Tags Generation Prompt": "",
@@ -676,7 +700,6 @@
 	"Temperature": "温度 (Temperature)",
 	"Template": "模板",
 	"Temporary Chat": "临时对话",
-	"Text Completion": "文本完成",
 	"Text Splitter": "文本分切器",
 	"Text-to-Speech Engine": "文本转语音引擎",
 	"Tfs Z": "Tfs Z",
@@ -691,6 +714,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "这将确保您的宝贵对话被安全地保存到后台数据库中。感谢!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "这是一个实验功能,可能不会如预期那样工作,而且可能随时发生变化。",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "此选项将会删除文件集中所有文件,并用新上传的文件替换。",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "这将删除",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "这将删除<strong>{{NAME}}</strong>及其<strong>所有内容</strong>。",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "这将重置知识库并同步所有文件。确认继续吗?",
@@ -712,6 +736,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "要在这里选择自动化,请先将其添加到工作空间中的“函数”。",
 	"To select filters here, add them to the \"Functions\" workspace first.": "要在这里选择过滤器,请先将其添加到工作空间中的“函数”。",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "要在这里选择工具包,请先将其添加到工作空间中的“工具”。",
+	"Toast notifications for new updates": "",
 	"Today": "今天",
 	"Toggle settings": "切换设置",
 	"Toggle sidebar": "切换侧边栏",
@@ -747,6 +772,7 @@
 	"Update password": "更新密码",
 	"Updated": "已更新",
 	"Updated at": "更新于",
+	"Updated At": "",
 	"Upload": "上传",
 	"Upload a GGUF model": "上传一个 GGUF 模型",
 	"Upload directory": "上传目录",
@@ -761,9 +787,11 @@
 	"use_mlock (Ollama)": "use_mlock(Ollama)",
 	"use_mmap (Ollama)": "use_mmap (Ollama)",
 	"user": "用户",
+	"User": "",
 	"User location successfully retrieved.": "成功检索到用户位置。",
 	"User Permissions": "用户权限",
 	"Users": "用户",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "利用",
 	"Valid time units:": "有效时间单位:",
 	"Valves": "值",
@@ -789,6 +817,7 @@
 	"What’s New in": "最近更新内容于",
 	"Whisper (Local)": "Whisper (本地)",
 	"Widescreen Mode": "宽屏模式",
+	"Won": "",
 	"Workspace": "工作空间",
 	"Write a prompt suggestion (e.g. Who are you?)": "写一个提示词建议(例如:你是谁?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "用 50 个字写一个总结 [主题或关键词]。",
@@ -798,6 +827,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "每次对话最多仅能附上 {{maxCount}} 个文件。",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "通过点击下方的“管理”按钮,你可以添加记忆,以个性化大语言模型的互动,使其更有用,更符合你的需求。",
 	"You cannot clone a base model": "你不能复制基础模型",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "你没有已归档的对话。",
 	"You have shared this chat": "你之前已经分享过此",
 	"You're a helpful assistant.": "你是一个有帮助的助手。",

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

@@ -1,6 +1,5 @@
 {
 	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s'、'm'、'h'、'd'、'w' 或 '-1' 表示無到期時間。",
-	"(Beta)": "(測試版)",
 	"(e.g. `sh webui.sh --api --api-auth username_password`)": "(例如 `sh webui.sh --api --api-auth username_password`)",
 	"(e.g. `sh webui.sh --api`)": "(例如 `sh webui.sh --api`)",
 	"(latest)": "(最新版)",
@@ -23,12 +22,12 @@
 	"Add a short description about what this model does": "新增這個模型的簡短描述",
 	"Add a short title for this prompt": "為這個提示詞新增一個簡短的標題",
 	"Add a tag": "新增標籤",
+	"Add Arena Model": "",
 	"Add Content": "新增內容",
 	"Add content here": "在此新增內容",
 	"Add custom prompt": "新增自訂提示詞",
 	"Add Files": "新增檔案",
 	"Add Memory": "新增記憶",
-	"Add message": "新增訊息",
 	"Add Model": "新增模型",
 	"Add Tag": "新增標籤",
 	"Add Tags": "新增標籤",
@@ -44,7 +43,6 @@
 	"Advanced Params": "進階參數",
 	"All chats": "",
 	"All Documents": "所有文件",
-	"All Users": "所有使用者",
 	"Allow Chat Deletion": "允許刪除對話紀錄",
 	"Allow Chat Editing": "允許編輯對話",
 	"Allow non-local voices": "允許非本機語音",
@@ -55,6 +53,7 @@
 	"Already have an account?": "已經有帳號了嗎?",
 	"an assistant": "一位助手",
 	"and": "和",
+	"and {{COUNT}} more": "",
 	"and create a new shared link.": "並建立新的共用連結。",
 	"API Base URL": "API 基礎 URL",
 	"API Key": "API 金鑰",
@@ -66,8 +65,10 @@
 	"Archived Chats": "封存的對話紀錄",
 	"are allowed - Activate this command by typing": "已允許 - 輸入此命令以啟用",
 	"Are you sure?": "您確定嗎?",
+	"Arena Models": "",
 	"Artifacts": "成品",
 	"Ask a question": "提出問題",
+	"Assistant": "",
 	"Attach file": "附加檔案",
 	"Attention to detail": "注重細節",
 	"Audio": "音訊",
@@ -117,6 +118,7 @@
 	"Click here for help.": "點選這裡取得協助。",
 	"Click here to": "點選這裡",
 	"Click here to download user import template file.": "點選這裡下載使用者匯入範本檔案。",
+	"Click here to learn more about faster-whisper and see the available models.": "",
 	"Click here to select": "點選這裡選擇",
 	"Click here to select a csv file.": "點選這裡選擇 CSV 檔案。",
 	"Click here to select a py file.": "點選這裡選擇 Python 檔案。",
@@ -135,6 +137,7 @@
 	"ComfyUI Workflow": "ComfyUI 工作流程",
 	"ComfyUI Workflow Nodes": "ComfyUI 工作流程節點",
 	"Command": "命令",
+	"Completions": "",
 	"Concurrent Requests": "平行請求",
 	"Confirm": "確認",
 	"Confirm Password": "確認密碼",
@@ -223,9 +226,11 @@
 	"Download": "下載",
 	"Download canceled": "已取消下載",
 	"Download Database": "下載資料庫",
+	"Draw": "",
 	"Drop any files here to add to the conversation": "拖拽任意檔案到此處以新增至對話",
 	"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "例如:'30s'、'10m'。有效的時間單位為 's'、'm'、'h'。",
 	"Edit": "編輯",
+	"Edit Arena Model": "",
 	"Edit Memory": "編輯記憶",
 	"Edit User": "編輯使用者",
 	"ElevenLabs": "ElevenLabs",
@@ -249,6 +254,7 @@
 	"Enter CFG Scale (e.g. 7.0)": "輸入 CFG 比例(例如:7.0)",
 	"Enter Chunk Overlap": "輸入區塊重疊",
 	"Enter Chunk Size": "輸入區塊大小",
+	"Enter description": "",
 	"Enter Github Raw URL": "輸入 GitHub Raw URL",
 	"Enter Google PSE API Key": "輸入 Google PSE API 金鑰",
 	"Enter Google PSE Engine Id": "輸入 Google PSE 引擎 ID",
@@ -280,6 +286,7 @@
 	"Enter Your Role": "輸入您的角色",
 	"Error": "錯誤",
 	"ERROR": "",
+	"Evaluations": "",
 	"Experimental": "實驗性功能",
 	"Export": "匯出",
 	"Export All Chats (All Users)": "匯出所有對話紀錄(所有使用者)",
@@ -298,6 +305,7 @@
 	"Failed to update settings": "無法更新設定",
 	"Failed to upload file.": "無法上傳檔案。",
 	"February": "2 月",
+	"Feedback History": "",
 	"Feel free to add specific details": "歡迎自由新增特定細節",
 	"File": "檔案",
 	"File added successfully.": "檔案新增成功。",
@@ -354,6 +362,7 @@
 	"How can I help you today?": "今天我能為您做些什麼?",
 	"Hybrid Search": "混合搜尋",
 	"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "我確認已閱讀並理解我的操作所帶來的影響。我了解執行任意程式碼的相關風險,並已驗證來源的可信度。",
+	"ID": "",
 	"Image Generation (Experimental)": "圖片生成(實驗性功能)",
 	"Image Generation Engine": "圖片生成引擎",
 	"Image Settings": "圖片設定",
@@ -393,17 +402,21 @@
 	"large language models, locally.": "在本機執行大型語言模型。",
 	"Last Active": "上次活動時間",
 	"Last Modified": "上次修改時間",
+	"Leaderboard": "",
 	"Leave empty for unlimited": "留空表示無限制",
+	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "留空使用預設提示詞,或輸入自訂提示詞",
 	"Light": "淺色",
 	"Listening...": "正在聆聽...",
 	"LLMs can make mistakes. Verify important information.": "大型語言模型可能會出錯。請驗證重要資訊。",
 	"Local Models": "本機模型",
+	"Lost": "",
 	"LTR": "從左到右",
 	"Made by OpenWebUI Community": "由 OpenWebUI 社群製作",
 	"Make sure to enclose them with": "請務必將它們放在",
 	"Make sure to export a workflow.json file as API format from ComfyUI.": "請確保從 ComfyUI 匯出 workflow.json 檔案為 API 格式。",
 	"Manage": "管理",
+	"Manage Arena Models": "",
 	"Manage Models": "管理模型",
 	"Manage Ollama Models": "管理 Ollama 模型",
 	"Manage Pipelines": "管理管線",
@@ -420,6 +433,7 @@
 	"Memory deleted successfully": "成功刪除記憶",
 	"Memory updated successfully": "成功更新記憶",
 	"Merge Responses": "合併回應",
+	"Message rating should be enabled to use this feature": "",
 	"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "建立連結後傳送的訊息不會被分享。擁有網址的使用者將能夠檢視分享的對話內容。",
 	"Min P": "最小 P 值",
 	"Minimum Score": "最低分數",
@@ -429,6 +443,7 @@
 	"MMMM DD, YYYY": "YYYY 年 MMMM DD 日",
 	"MMMM DD, YYYY HH:mm": "YYYY 年 MMMM DD 日 HH:mm",
 	"MMMM DD, YYYY hh:mm:ss A": "YYYY 年 MMMM DD 日 hh:mm:ss A",
+	"Model": "",
 	"Model '{{modelName}}' has been successfully downloaded.": "模型「{{modelName}}」已成功下載。",
 	"Model '{{modelTag}}' is already in queue for downloading.": "模型「{{modelTag}}」已在下載佇列中。",
 	"Model {{modelId}} not found": "找不到模型 {{modelId}}",
@@ -439,6 +454,7 @@
 	"Model created successfully!": "成功建立模型!",
 	"Model filesystem path detected. Model shortname is required for update, cannot continue.": "偵測到模型檔案系統路徑。更新需要模型簡稱,因此無法繼續。",
 	"Model ID": "模型 ID",
+	"Model Name": "",
 	"Model not selected": "未選取模型",
 	"Model Params": "模型參數",
 	"Model updated successfully": "成功更新模型",
@@ -457,10 +473,12 @@
 	"No content found": "找不到內容",
 	"No content to speak": "沒有要朗讀的內容",
 	"No distance available": "",
+	"No feedbacks found": "",
 	"No file selected": "未選取檔案",
 	"No files found.": "",
 	"No HTML, CSS, or JavaScript content found.": "找不到 HTML、CSS 或 JavaScript 內容。",
 	"No knowledge found": "找不到知識",
+	"No models found": "",
 	"No results found": "找不到任何結果",
 	"No search query generated": "未產生搜尋查詢",
 	"No source available": "沒有可用的來源",
@@ -486,13 +504,14 @@
 	"Only": "僅限",
 	"Only alphanumeric characters and hyphens are allowed in the command string.": "命令字串中只允許使用英文字母、數字和連字號。",
 	"Only collections can be edited, create a new knowledge base to edit/add documents.": "只能編輯集合,請建立新的知識以編輯或新增文件。",
-	"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "哎呀!請稍等!您的檔案仍在處理中。我們正在完善它們。請耐心等待,我們會在它們準備好時通知您。",
 	"Oops! Looks like the URL is invalid. Please double-check and try again.": "哎呀!這個 URL 似乎無效。請仔細檢查並再試一次。",
-	"Oops! There was an error in the previous response. Please try again or contact admin.": "哎呀!先前的回應發生錯誤。請重試或聯絡管理員。",
+	"Oops! There are files still uploading. Please wait for the upload to complete.": "",
+	"Oops! There was an error in the previous response.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "哎呀!您使用了不支援的方法(僅限前端)。請從後端提供 WebUI。",
 	"Open file": "開啟檔案",
 	"Open in full screen": "全螢幕開啟",
 	"Open new chat": "開啟新的對話",
+	"Open WebUI uses faster-whisper internally.": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open WebUI 版本 (v{{OPEN_WEBUI_VERSION}}) 低於所需版本 (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI API": "OpenAI API",
@@ -523,6 +542,7 @@
 	"Plain text (.txt)": "純文字 (.txt)",
 	"Playground": "遊樂場",
 	"Please carefully review the following warnings:": "請仔細閱讀以下警告:",
+	"Please enter a prompt": "",
 	"Please fill in all fields.": "請填寫所有欄位。",
 	"Please select a reason": "請選擇原因",
 	"Positive attitude": "積極的態度",
@@ -537,6 +557,7 @@
 	"Pull a model from Ollama.com": "從 Ollama.com 下載模型",
 	"Query Params": "查詢參數",
 	"RAG Template": "RAG 範本",
+	"Rating": "",
 	"Read Aloud": "朗讀",
 	"Record voice": "錄音",
 	"Redirecting you to OpenWebUI Community": "正在將您重新導向到 OpenWebUI 社群",
@@ -560,6 +581,8 @@
 	"Response AutoCopy to Clipboard": "自動將回應複製到剪貼簿",
 	"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "無法啟用回應通知,因為網站權限已遭拒。請前往瀏覽器設定以授予必要存取權限。",
 	"Response splitting": "回應分割",
+	"Result": "",
+	"RK": "",
 	"Role": "角色",
 	"Rosé Pine": "玫瑰松",
 	"Rosé Pine Dawn": "黎明玫瑰松",
@@ -632,6 +655,7 @@
 	"Set Steps": "設定步數",
 	"Set Task Model": "設定任務模型",
 	"Set Voice": "設定語音",
+	"Set whisper model": "",
 	"Settings": "設定",
 	"Settings saved successfully!": "設定已成功儲存!",
 	"Share": "分享",
@@ -659,7 +683,6 @@
 	"Stream Chat Response": "串流對話回應",
 	"STT Model": "語音轉文字 (STT) 模型",
 	"STT Settings": "語音轉文字 (STT) 設定",
-	"Submit": "提交",
 	"Subtitle (e.g. about the Roman Empire)": "副標題(例如:關於羅馬帝國)",
 	"Success": "成功",
 	"Successfully updated.": "更新成功。",
@@ -668,6 +691,7 @@
 	"Support this plugin:": "支持這個外掛:",
 	"Sync directory": "同步目錄",
 	"System": "系統",
+	"System Instructions": "",
 	"System Prompt": "系統提示詞",
 	"Tags": "標籤",
 	"Tags Generation Prompt": "",
@@ -677,7 +701,6 @@
 	"Temperature": "溫度",
 	"Template": "範本",
 	"Temporary Chat": "臨時對話",
-	"Text Completion": "文字補全",
 	"Text Splitter": "",
 	"Text-to-Speech Engine": "文字轉語音引擎",
 	"Tfs Z": "Tfs Z",
@@ -692,6 +715,7 @@
 	"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "這確保您寶貴的對話會安全地儲存到您的後端資料庫。謝謝!",
 	"This is an experimental feature, it may not function as expected and is subject to change at any time.": "這是一個實驗性功能,它可能無法如預期運作,並且可能會隨時變更。",
 	"This option will delete all existing files in the collection and replace them with newly uploaded files.": "此選項將刪除集合中的所有現有檔案,並用新上傳的檔案取代它們。",
+	"This response was generated by \"{{model}}\"": "",
 	"This will delete": "這將會刪除",
 	"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
 	"This will reset the knowledge base and sync all files. Do you wish to continue?": "這將重設知識庫並同步所有檔案。您確定要繼續嗎?",
@@ -713,6 +737,7 @@
 	"To select actions here, add them to the \"Functions\" workspace first.": "若要在此選擇動作,請先將它們新增到「函式」工作區。",
 	"To select filters here, add them to the \"Functions\" workspace first.": "若要在此選擇篩選器,請先將它們新增到「函式」工作區。",
 	"To select toolkits here, add them to the \"Tools\" workspace first.": "若要在此選擇工具包,請先將它們新增到「工具」工作區。",
+	"Toast notifications for new updates": "",
 	"Today": "今天",
 	"Toggle settings": "切換設定",
 	"Toggle sidebar": "切換側邊欄",
@@ -748,6 +773,7 @@
 	"Update password": "更新密碼",
 	"Updated": "已更新",
 	"Updated at": "更新於",
+	"Updated At": "",
 	"Upload": "上傳",
 	"Upload a GGUF model": "上傳 GGUF 模型",
 	"Upload directory": "上傳目錄",
@@ -762,9 +788,11 @@
 	"use_mlock (Ollama)": "使用 mlock (Ollama)",
 	"use_mmap (Ollama)": "使用 mmap (Ollama)",
 	"user": "使用者",
+	"User": "",
 	"User location successfully retrieved.": "成功取得使用者位置。",
 	"User Permissions": "使用者權限",
 	"Users": "使用者",
+	"Using the default arena model with all models. Click the plus button to add custom models.": "",
 	"Utilize": "使用",
 	"Valid time units:": "有效的時間單位:",
 	"Valves": "閥門",
@@ -790,6 +818,7 @@
 	"What’s New in": "新功能",
 	"Whisper (Local)": "Whisper(本機)",
 	"Widescreen Mode": "寬螢幕模式",
+	"Won": "",
 	"Workspace": "工作區",
 	"Write a prompt suggestion (e.g. Who are you?)": "撰寫提示詞建議(例如:你是誰?)",
 	"Write a summary in 50 words that summarizes [topic or keyword].": "用 50 字寫一篇總結 [主題或關鍵字] 的摘要。",
@@ -799,6 +828,7 @@
 	"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "您一次最多只能與 {{maxCount}} 個檔案進行對話。",
 	"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "您可以透過下方的「管理」按鈕新增記憶,將您與大型語言模型的互動個人化,讓它們更有幫助並更符合您的需求。",
 	"You cannot clone a base model": "您無法複製基礎模型",
+	"You cannot upload an empty file.": "",
 	"You have no archived conversations.": "您沒有已封存的對話。",
 	"You have shared this chat": "您已分享此對話",
 	"You're a helpful assistant.": "您是一位樂於助人的助手。",