@@ -5,6 +5,46 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.6.3] - 2025-04-12
+
+### Added
+
+- 🧪 **Auto-Artifact Detection Toggle**: Automatically detects artifacts in results—but now you can disable this behavior under advanced settings for full control.
+- 🖼️ **Widescreen Mode for Shared Chats**: Shared link conversations now support widescreen layouts—perfect for presentations or easier review across wider displays.
+- 🔁 **Reindex Knowledge Files on Demand**: Admins can now trigger reindexing of all knowledge files after changing embeddings—ensuring immediate alignment with new models for optimal RAG performance.
+- 📄 **OpenAPI YAML Format Support**: External tools can now use YAML-format OpenAPI specs—making integration simpler for developers familiar with YAML-based configurations.
+- 💬 **Message Content Copy Behavior**: Copy action now excludes 'details' tags—streamlining clipboard content when sharing or pasting summaries elsewhere.
+- 🧭 **Sougou Web Search Integration**: New search engine option added—enhancing global relevance and diversity of search sources for multilingual users.
+- 🧰 **Frontend Web Loader Engine Configuration**: Admins can now set preferred web loader engine for RAG workflows directly from the frontend—offering more control across setups.
+- 👥 **Multi-Model Chat Permission Control**: Admins can manage access to multi-model chats per user group—allowing tighter governance in team environments.
+- 🧱 **Persistent Configuration Can Be Disabled**: New environment variable lets advanced users and hosts turn off persistent configs—ideal for volatile or stateless deployments.
+- 🧠 **Elixir Code Highlighting Support**: Elixir syntax is now beautifully rendered in code blocks—perfect for developers using this language in AI or automation projects.
+- 🌐 **PWA External Manifest URL Support**: You can now define an external manifest.json—integrate Open WebUI seamlessly in managed or proxy-based PWA environments like Cloudflare Zero Trust.
+- 🧪 **Azure AI Speech-to-Text Provider Integration**: Easily transcribe large audio files (up to 200MB) with high accuracy using Microsoft's Azure STT—fully configurable in Audio Settings.
+- 🔏 **PKCE (Code Challenge Method) Support for OIDC**: Enhance your OIDC login security with Proof Key for Code Exchange—ideal for zero-trust and native client apps.
+- ✨ **General UI/UX Enhancements**: Numerous refinements across layout, styling, and tool interactions—reducing visual noise and improving overall usability across key workflows.
+- 🌍 **Translation Updates Across Multiple Languages**: Refined Catalan, Russian, Chinese (Simplified & Traditional), Hungarian, and Spanish translations for clearer navigation and instructions globally.
+
+### Fixed
+
+- 💥 **Chat Completion Error with Missing Models Resolved**: Fixed internal server error when referencing a model that doesn’t exist—ensuring graceful fallback and clear error guidance.
+- 🔧 **Correct Knowledge Base Citations Restored**: Citations generated by RAG workflows now show accurate references—ensuring verifiability in outputs from sourced content.
+- 🎙️ **Broken OGG/WebM Audio Upload Handling for OpenAI Fixed**: Uploading OGG or WebM files now converts properly to WAV before transcription—restoring accurate AI speech recognition workflows.
+- 🔐 **Tool Server 'Session' Authentication Restored**: Previously broken session auth on external tool servers is now fully functional—ensuring secure and seamless access to connected tools.
+- 🌐 **Folder-Based Chat Rename Now Updates Correctly**: Renaming chats in folders now reflects instantly everywhere—improving chat organization and clarity.
+- 📜 **KaTeX Overflow Displays Fixed**: Math expressions now stay neatly within message bounds—preserving layout consistency even with long formulas.
+- 🚫 **Stopping Ongoing Chat Fixed**: You can now return to an active (ongoing) chat and stop generation at any time—ensuring full control over sessions.
+- 🔧 **TOOL_SERVERS / TOOL_SERVER_CONNECTIONS Indexing Issue Fixed**: Fixed a mismatch between tool lists and their access paths—restoring full function and preventing confusion in tool management.
+- 🔐 **LDAP Login Handles Multiple Emails**: When LDAP returns multiple email attributes, the first valid one is now used—ensuring login success and account consistency.
+- 🧩 **Model Visibility Toggle Fix**: Toggling model visibility now works even for untouched models—letting admins smoothly manage user access across base models.
+- ⚙️ **Cross-Origin manifest.json Now Loads Properly**: Compatibility issues with Cloudflare Zero Trust (and others) resolved, allowing manifest.json to load behind authenticated proxies.
+
+### Changed
+
+- 🔒 **Default Access Scopes Set to Private for All Resources**: Models, tools, and knowledge are now private by default when created—ensuring better baseline security and visibility controls.
+- 🧱 **General Backend Refactoring for Stability**: Numerous invisible improvements enhance backend scalability, security, and maintainability—powering upcoming features with a stronger foundation.
+- 🧩 **Stable Dependency Upgrades**: Updated key platform libraries—Chromadb (0.6.3), pgvector (0.4.0), Azure Identity (1.21.0), and Youtube Transcript API (1.0.3)—for improved compatibility, functionality, and security.
+ ) # checks if the attribute is callable (a method or function).
+ and not func.startswith(
+ "__"
+ ) # filters out special (dunder) methods like init, str, etc. — these are usually built-in functions of an object that you might not need to use directly.
+ and not inspect.isclass(
+ getattr(tool, func)
+ ) # ensures that the callable is not a class itself, just a method or function.
import ChevronDown from '$lib/components/icons/ChevronDown.svelte';
import ChevronDown from '$lib/components/icons/ChevronDown.svelte';
import About from '$lib/components/chat/Settings/About.svelte';
import About from '$lib/components/chat/Settings/About.svelte';
import Banner from '$lib/components/common/Banner.svelte';
import Banner from '$lib/components/common/Banner.svelte';
+ import Markdown from '$lib/components/chat/Messages/Markdown.svelte';
const i18n = getContext('i18n');
const i18n = getContext('i18n');
@@ -486,3 +487,27 @@
</div>
</div>
<Pagination bind:page count={users.length} />
<Pagination bind:page count={users.length} />
+
+{#if !$config?.license_metadata}
+ {#if users.length > 50}
+ <div class="text-sm">
+ <Markdown
+ content={`
+> [!NOTE]
+> # **Hey there! 👋**
+>
+> It looks like you have over 50 users — that usually falls under organizational usage.
+>
+> Open WebUI is proudly open source and completely free, with no hidden limits — and we'd love to keep it that way. 🌱
+>
+> By supporting the project through sponsorship or an enterprise license, you’re not only helping us stay independent, you’re also helping us ship new features faster, improve stability, and grow the project for the long haul. With an *enterprise license*, you also get additional perks like dedicated support, customization options, and more — all at a fraction of what it would cost to build and maintain internally.
+>
+> Your support helps us stay independent and continue building great tools for everyone. 💛
+>
+> - 👉 **[Click here to learn more about enterprise licensing](https://docs.openwebui.com/enterprise)**
+> - 👉 *[Click here to sponsor the project on GitHub](https://github.com/sponsors/tjbck)*
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Tika Server URL": "",
"Enter timeout in seconds": "",
"Enter timeout in seconds": "",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "",
"Filter is now globally enabled": "",
"Filters": "",
"Filters": "",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "تم اكتشاف انتحال بصمة الإصبع: غير قادر على استخدام الأحرف الأولى كصورة رمزية. الافتراضي لصورة الملف الشخصي الافتراضية.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "تم اكتشاف انتحال بصمة الإصبع: غير قادر على استخدام الأحرف الأولى كصورة رمزية. الافتراضي لصورة الملف الشخصي الافتراضية.",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "دفق قطع الاستجابة الخارجية الكبيرة بسلاسة",
"Fluidly stream large external response chunks": "دفق قطع الاستجابة الخارجية الكبيرة بسلاسة",
"Focus chat input": "التركيز على إدخال الدردشة",
"Focus chat input": "التركيز على إدخال الدردشة",
"Folder deleted successfully": "",
"Folder deleted successfully": "",
@@ -589,6 +601,8 @@
"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.": "",
"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": "",
"ID": "",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "",
"Ignite curiosity": "",
"Image": "",
"Image": "",
"Image Compression": "",
"Image Compression": "",
@@ -649,6 +663,7 @@
"Label": "",
"Label": "",
"Landing Page Mode": "",
"Landing Page Mode": "",
"Language": "اللغة",
"Language": "اللغة",
+ "Language Locales": "",
"Last Active": "آخر نشاط",
"Last Active": "آخر نشاط",
"Last Modified": "",
"Last Modified": "",
"Last reply": "",
"Last reply": "",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "",
"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 من عرض الدردشة المشتركة",
"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": "الحد الأدنى من النقاط",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
@@ -833,6 +847,8 @@
"Pipelines Valves": "صمامات خطوط الأنابيب",
"Pipelines Valves": "صمامات خطوط الأنابيب",
"Plain text (.txt)": "نص عادي (.txt)",
"Plain text (.txt)": "نص عادي (.txt)",
"Playground": "مكان التجربة",
"Playground": "مكان التجربة",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "",
"Please carefully review the following warnings:": "",
"Please do not close the settings page while loading the model.": "",
"Please do not close the settings page while loading the model.": "",
"Please enter a prompt": "",
"Please enter a prompt": "",
@@ -878,8 +894,11 @@
"References from": "",
"References from": "",
"Refused when it shouldn't have": "رفض عندما لا ينبغي أن يكون",
"Refused when it shouldn't have": "رفض عندما لا ينبغي أن يكون",
"Regenerate": "تجديد",
"Regenerate": "تجديد",
+ "Reindex": "",
+ "Reindex Knowledge Base Vectors": "",
"Release Notes": "ملاحظات الإصدار",
"Release Notes": "ملاحظات الإصدار",
"Relevance": "",
"Relevance": "",
+ "Relevance Threshold": "",
"Remove": "إزالة",
"Remove": "إزالة",
"Remove Model": "حذف الموديل",
"Remove Model": "حذف الموديل",
"Rename": "إعادة تسمية",
"Rename": "إعادة تسمية",
@@ -1009,6 +1028,8 @@
"Sign up to {{WEBUI_NAME}}": "",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
"sk-1234": "",
"sk-1234": "",
+ "Sougou Search API sID": "",
+ "Sougou Search API SK": "",
"Source": "المصدر",
"Source": "المصدر",
"Speech Playback Speed": "",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "{{error}} خطأ في التعرف على الكلام",
"Speech recognition error: {{error}}": "{{error}} خطأ في التعرف على الكلام",
@@ -1036,6 +1057,7 @@
"Tap to interrupt": "",
"Tap to interrupt": "",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "",
"Tavily API Key": "",
+ "Tavily Extract Depth": "",
"Tell us more:": "أخبرنا المزيد:",
"Tell us more:": "أخبرنا المزيد:",
"Temperature": "درجة حرارة",
"Temperature": "درجة حرارة",
"Template": "نموذج",
"Template": "نموذج",
@@ -1158,6 +1180,8 @@
"Use Gravatar": "Gravatar أستخدم",
"Use Gravatar": "Gravatar أستخدم",
"Use groups to group your users and assign permissions.": "",
"Use groups to group your users and assign permissions.": "",
"Use Initials": "Initials أستخدم",
"Use Initials": "Initials أستخدم",
+ "Use no proxy to fetch page contents.": "",
+ "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "",
"use_mlock (Ollama)": "use_mlock (أولاما)",
"use_mlock (Ollama)": "use_mlock (أولاما)",
"use_mmap (Ollama)": "use_mmap (أولاما)",
"use_mmap (Ollama)": "use_mmap (أولاما)",
"user": "مستخدم",
"user": "مستخدم",
@@ -1175,6 +1199,7 @@
"variable": "المتغير",
"variable": "المتغير",
"variable to have them replaced with clipboard content.": "متغير لاستبدالها بمحتوى الحافظة.",
"variable to have them replaced with clipboard content.": "متغير لاستبدالها بمحتوى الحافظة.",
"Verify Connection": "",
"Verify Connection": "",
+ "Verify SSL Certificate": "",
"Version": "إصدار",
"Version": "إصدار",
"Version {{selectedVersion}} of {{totalVersions}}": "",
"Version {{selectedVersion}} of {{totalVersions}}": "",
"View Replies": "",
"View Replies": "",
@@ -1189,6 +1214,7 @@
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
"Enter Tavily API Key": "أدخل مفتاح API لـ Tavily",
"Enter Tavily API Key": "أدخل مفتاح API لـ Tavily",
+ "Enter Tavily Extract Depth": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "أدخل الرابط العلني لـ WebUI الخاص بك. سيتم استخدام هذا الرابط لإنشاء روابط داخل الإشعارات.",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "أدخل الرابط العلني لـ WebUI الخاص بك. سيتم استخدام هذا الرابط لإنشاء روابط داخل الإشعارات.",
"Enter Tika Server URL": "أدخل رابط خادم Tika",
"Enter Tika Server URL": "أدخل رابط خادم Tika",
"Enter timeout in seconds": "أدخل المهلة بالثواني",
"Enter timeout in seconds": "أدخل المهلة بالثواني",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "تم الآن تفعيل الفلتر على مستوى النظام",
"Filter is now globally enabled": "تم الآن تفعيل الفلتر على مستوى النظام",
"Filters": "الفلاتر",
"Filters": "الفلاتر",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "تم اكتشاف انتحال بصمة الإصبع: غير قادر على استخدام الأحرف الأولى كصورة رمزية. الافتراضي لصورة الملف الشخصي الافتراضية.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "تم اكتشاف انتحال بصمة الإصبع: غير قادر على استخدام الأحرف الأولى كصورة رمزية. الافتراضي لصورة الملف الشخصي الافتراضية.",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "دفق قطع الاستجابة الخارجية الكبيرة بسلاسة",
"Fluidly stream large external response chunks": "دفق قطع الاستجابة الخارجية الكبيرة بسلاسة",
"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.": "أقر بأنني قرأت وفهمت تبعات هذا الإجراء. أنا على دراية بالمخاطر المرتبطة بتنفيذ كود عشوائي وقد تحققت من موثوقية المصدر.",
"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": "المعرّف",
"ID": "المعرّف",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "أشعل الفضول",
"Ignite curiosity": "أشعل الفضول",
"Image": "صورة",
"Image": "صورة",
"Image Compression": "ضغط الصور",
"Image Compression": "ضغط الصور",
@@ -649,6 +663,7 @@
"Label": "التسمية",
"Label": "التسمية",
"Landing Page Mode": "وضع الصفحة الرئيسية",
"Landing Page Mode": "وضع الصفحة الرئيسية",
"Language": "اللغة",
"Language": "اللغة",
+ "Language Locales": "",
"Last Active": "آخر نشاط",
"Last Active": "آخر نشاط",
"Last Modified": "آخر تعديل",
"Last Modified": "آخر تعديل",
"Last reply": "آخر رد",
"Last reply": "آخر رد",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "يجب تفعيل تقييم الرسائل لاستخدام هذه الميزة",
"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 من عرض الدردشة المشتركة",
"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": "الحد الأدنى P",
"Min P": "الحد الأدنى P",
- "Minimum Score": "الحد الأدنى من النقاط",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
@@ -833,6 +847,8 @@
"Pipelines Valves": "صمامات خطوط الأنابيب",
"Pipelines Valves": "صمامات خطوط الأنابيب",
"Plain text (.txt)": "نص عادي (.txt)",
"Plain text (.txt)": "نص عادي (.txt)",
"Playground": "مكان التجربة",
"Playground": "مكان التجربة",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "يرجى مراجعة التحذيرات التالية بعناية:",
"Please carefully review the following warnings:": "يرجى مراجعة التحذيرات التالية بعناية:",
"Please do not close the settings page while loading the model.": "الرجاء عدم إغلاق صفحة الإعدادات أثناء تحميل النموذج.",
"Please do not close the settings page while loading the model.": "الرجاء عدم إغلاق صفحة الإعدادات أثناء تحميل النموذج.",
"Please enter a prompt": "الرجاء إدخال توجيه",
"Please enter a prompt": "الرجاء إدخال توجيه",
@@ -878,8 +894,11 @@
"References from": "مراجع من",
"References from": "مراجع من",
"Refused when it shouldn't have": "رفض عندما لا ينبغي أن يكون",
"Refused when it shouldn't have": "رفض عندما لا ينبغي أن يكون",
"Regenerate": "تجديد",
"Regenerate": "تجديد",
+ "Reindex": "",
+ "Reindex Knowledge Base Vectors": "",
"Release Notes": "ملاحظات الإصدار",
"Release Notes": "ملاحظات الإصدار",
"Relevance": "الصلة",
"Relevance": "الصلة",
+ "Relevance Threshold": "",
"Remove": "إزالة",
"Remove": "إزالة",
"Remove Model": "حذف الموديل",
"Remove Model": "حذف الموديل",
"Rename": "إعادة تسمية",
"Rename": "إعادة تسمية",
@@ -1009,6 +1028,8 @@
"Sign up to {{WEBUI_NAME}}": "سجّل في {{WEBUI_NAME}}",
"Sign up to {{WEBUI_NAME}}": "سجّل في {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "جارٍ تسجيل الدخول إلى {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "جارٍ تسجيل الدخول إلى {{WEBUI_NAME}}",
"sk-1234": "sk-1234",
"sk-1234": "sk-1234",
+ "Sougou Search API sID": "",
+ "Sougou Search API SK": "",
"Source": "المصدر",
"Source": "المصدر",
"Speech Playback Speed": "سرعة تشغيل الصوت",
"Speech Playback Speed": "سرعة تشغيل الصوت",
"Speech recognition error: {{error}}": "{{error}} خطأ في التعرف على الكلام",
"Speech recognition error: {{error}}": "{{error}} خطأ في التعرف على الكلام",
@@ -1036,6 +1057,7 @@
"Tap to interrupt": "اضغط للمقاطعة",
"Tap to interrupt": "اضغط للمقاطعة",
"Tasks": "المهام",
"Tasks": "المهام",
"Tavily API Key": "مفتاح API لـ Tavily",
"Tavily API Key": "مفتاح API لـ Tavily",
+ "Tavily Extract Depth": "",
"Tell us more:": "أخبرنا المزيد:",
"Tell us more:": "أخبرنا المزيد:",
"Temperature": "درجة حرارة",
"Temperature": "درجة حرارة",
"Template": "نموذج",
"Template": "نموذج",
@@ -1158,6 +1180,8 @@
"Use Gravatar": "Gravatar أستخدم",
"Use Gravatar": "Gravatar أستخدم",
"Use groups to group your users and assign permissions.": "استخدم المجموعات لتجميع المستخدمين وتحديد الصلاحيات.",
"Use groups to group your users and assign permissions.": "استخدم المجموعات لتجميع المستخدمين وتحديد الصلاحيات.",
"Use Initials": "Initials أستخدم",
"Use Initials": "Initials أستخدم",
+ "Use no proxy to fetch page contents.": "",
+ "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "",
"use_mlock (Ollama)": "use_mlock (أولاما)",
"use_mlock (Ollama)": "use_mlock (أولاما)",
"use_mmap (Ollama)": "use_mmap (أولاما)",
"use_mmap (Ollama)": "use_mmap (أولاما)",
"user": "مستخدم",
"user": "مستخدم",
@@ -1175,6 +1199,7 @@
"variable": "المتغير",
"variable": "المتغير",
"variable to have them replaced with clipboard content.": "متغير لاستبدالها بمحتوى الحافظة.",
"variable to have them replaced with clipboard content.": "متغير لاستبدالها بمحتوى الحافظة.",
"Verify Connection": "",
"Verify Connection": "",
+ "Verify SSL Certificate": "",
"Version": "إصدار",
"Version": "إصدار",
"Version {{selectedVersion}} of {{totalVersions}}": "الإصدار {{selectedVersion}} من {{totalVersions}}",
"Version {{selectedVersion}} of {{totalVersions}}": "الإصدار {{selectedVersion}} من {{totalVersions}}",
"View Replies": "عرض الردود",
"View Replies": "عرض الردود",
@@ -1189,6 +1214,7 @@
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "تحذير: تنفيذ كود Jupyter يتيح تنفيذ كود عشوائي مما يشكل مخاطر أمنية جسيمة—تابع بحذر شديد.",
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "تحذير: تنفيذ كود Jupyter يتيح تنفيذ كود عشوائي مما يشكل مخاطر أمنية جسيمة—تابع بحذر شديد.",
"Enter system prompt": "Въведете системен промпт",
"Enter system prompt": "Въведете системен промпт",
"Enter system prompt here": "",
"Enter system prompt here": "",
"Enter Tavily API Key": "Въведете API ключ за Tavily",
"Enter Tavily API Key": "Въведете API ключ за Tavily",
+ "Enter Tavily Extract Depth": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "Въведете публичния URL адрес на вашия WebUI. Този URL адрес ще бъде използван за генериране на връзки в известията.",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "Въведете публичния URL адрес на вашия WebUI. Този URL адрес ще бъде използван за генериране на връзки в известията.",
"Enter Tika Server URL": "Въведете URL адрес на Tika сървър",
"Enter Tika Server URL": "Въведете URL адрес на Tika сървър",
"Enter timeout in seconds": "",
"Enter timeout in seconds": "",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "Филтърът вече е глобално активиран",
"Filter is now globally enabled": "Филтърът вече е глобално активиран",
"Filters": "Филтри",
"Filters": "Филтри",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Потвърждаване на отпечатък: Не може да се използва инициализационна буква като аватар. Потребителят се връща към стандартна аватарка.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Потвърждаване на отпечатък: Не може да се използва инициализационна буква като аватар. Потребителят се връща към стандартна аватарка.",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "Плавно предаване на големи части от външен отговор",
"Fluidly stream large external response chunks": "Плавно предаване на големи части от външен отговор",
"Focus chat input": "Фокусиране на чат вход",
"Focus chat input": "Фокусиране на чат вход",
"Folder deleted successfully": "Папката е изтрита успешно",
"Folder deleted successfully": "Папката е изтрита успешно",
@@ -589,6 +601,8 @@
"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.": "Потвърждавам, че съм прочел и разбирам последствията от моето действие. Наясно съм с рисковете, свързани с изпълнението на произволен код, и съм проверил надеждността на източника.",
"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": "ID",
"ID": "ID",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "Запалете любопитството",
"Ignite curiosity": "Запалете любопитството",
"Image": "Изображение",
"Image": "Изображение",
"Image Compression": "Компресия на изображения",
"Image Compression": "Компресия на изображения",
@@ -649,6 +663,7 @@
"Label": "Етикет",
"Label": "Етикет",
"Landing Page Mode": "Режим на начална страница",
"Landing Page Mode": "Режим на начална страница",
"Language": "Език",
"Language": "Език",
+ "Language Locales": "",
"Last Active": "Последни активни",
"Last Active": "Последни активни",
"Last Modified": "Последно модифицирано",
"Last Modified": "Последно модифицирано",
"Last reply": "Последен отговор",
"Last reply": "Последен отговор",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "Оценяването на съобщения трябва да бъде активирано, за да използвате тази функция",
"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 адреса ще могат да видят споделения чат.",
"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": "Мин P",
"Min P": "Мин P",
- "Minimum Score": "Минимална оценка",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
@@ -833,6 +847,8 @@
"Pipelines Valves": "Клапани на пайплайни",
"Pipelines Valves": "Клапани на пайплайни",
"Plain text (.txt)": "Обикновен текст (.txt)",
"Plain text (.txt)": "Обикновен текст (.txt)",
"Playground": "Плейграунд",
"Playground": "Плейграунд",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "Моля, внимателно прегледайте следните предупреждения:",
"Please carefully review the following warnings:": "Моля, внимателно прегледайте следните предупреждения:",
"Please do not close the settings page while loading the model.": "Моля, не затваряйте страницата с настройки, докато моделът се зарежда.",
"Please do not close the settings page while loading the model.": "Моля, не затваряйте страницата с настройки, докато моделът се зарежда.",
"Please enter a prompt": "Моля, въведете промпт",
"Please enter a prompt": "Моля, въведете промпт",
@@ -878,8 +894,11 @@
"References from": "Препратки от",
"References from": "Препратки от",
"Refused when it shouldn't have": "Отказано, когато не трябва да бъде",
"Refused when it shouldn't have": "Отказано, когато не трябва да бъде",
"Regenerate": "Регенериране",
"Regenerate": "Регенериране",
+ "Reindex": "",
+ "Reindex Knowledge Base Vectors": "",
"Release Notes": "Бележки по изданието",
"Release Notes": "Бележки по изданието",
"Relevance": "Релевантност",
"Relevance": "Релевантност",
+ "Relevance Threshold": "",
"Remove": "Изтриване",
"Remove": "Изтриване",
"Remove Model": "Изтриване на модела",
"Remove Model": "Изтриване на модела",
"Rename": "Преименуване",
"Rename": "Преименуване",
@@ -1009,6 +1028,8 @@
"Sign up to {{WEBUI_NAME}}": "Регистрирайте се в {{WEBUI_NAME}}",
"Sign up to {{WEBUI_NAME}}": "Регистрирайте се в {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Вписване в {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Вписване в {{WEBUI_NAME}}",
"sk-1234": "sk-1234",
"sk-1234": "sk-1234",
+ "Sougou Search API sID": "",
+ "Sougou Search API SK": "",
"Source": "Източник",
"Source": "Източник",
"Speech Playback Speed": "Скорост на възпроизвеждане на речта",
"Speech Playback Speed": "Скорост на възпроизвеждане на речта",
"Speech recognition error: {{error}}": "Грешка при разпознаване на реч: {{error}}",
"Speech recognition error: {{error}}": "Грешка при разпознаване на реч: {{error}}",
@@ -1036,6 +1057,7 @@
"Tap to interrupt": "Докоснете за прекъсване",
"Tap to interrupt": "Докоснете за прекъсване",
"Tasks": "Задачи",
"Tasks": "Задачи",
"Tavily API Key": "Tavily API Ключ",
"Tavily API Key": "Tavily API Ключ",
+ "Tavily Extract Depth": "",
"Tell us more:": "Повече информация:",
"Tell us more:": "Повече информация:",
"Temperature": "Температура",
"Temperature": "Температура",
"Template": "Шаблон",
"Template": "Шаблон",
@@ -1158,6 +1180,8 @@
"Use Gravatar": "Използвайте Gravatar",
"Use Gravatar": "Използвайте Gravatar",
"Use groups to group your users and assign permissions.": "Използвайте групи, за да групирате вашите потребители и да присвоите разрешения.",
"Use groups to group your users and assign permissions.": "Използвайте групи, за да групирате вашите потребители и да присвоите разрешения.",
"Use Initials": "Използвайте инициали",
"Use Initials": "Използвайте инициали",
+ "Use no proxy to fetch page contents.": "",
+ "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mmap (Ollama)": "use_mmap (Ollama)",
"use_mmap (Ollama)": "use_mmap (Ollama)",
"user": "потребител",
"user": "потребител",
@@ -1175,6 +1199,7 @@
"variable": "променлива",
"variable": "променлива",
"variable to have them replaced with clipboard content.": "променлива, за да бъдат заменени със съдържанието от клипборда.",
"variable to have them replaced with clipboard content.": "променлива, за да бъдат заменени със съдържанието от клипборда.",
"Verify Connection": "",
"Verify Connection": "",
+ "Verify SSL Certificate": "",
"Version": "Версия",
"Version": "Версия",
"Version {{selectedVersion}} of {{totalVersions}}": "Версия {{selectedVersion}} от {{totalVersions}}",
"Version {{selectedVersion}} of {{totalVersions}}": "Версия {{selectedVersion}} от {{totalVersions}}",
"View Replies": "Преглед на отговорите",
"View Replies": "Преглед на отговорите",
@@ -1189,6 +1214,7 @@
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "Предупреждение: Изпълнението на Jupyter позволява произволно изпълнение на код, което представлява сериозни рискове за сигурността—продължете с изключително внимание.",
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "Предупреждение: Изпълнението на Jupyter позволява произволно изпълнение на код, което представлява сериозни рискове за сигурността—продължете с изключително внимание.",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Tika Server URL": "",
"Enter timeout in seconds": "",
"Enter timeout in seconds": "",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "",
"Filter is now globally enabled": "",
"Filters": "",
"Filters": "",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "ফিঙ্গারপ্রিন্ট স্পুফিং ধরা পড়েছে: অ্যাভাটার হিসেবে নামের আদ্যক্ষর ব্যবহার করা যাচ্ছে না। ডিফল্ট প্রোফাইল পিকচারে ফিরিয়ে নেয়া হচ্ছে।",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "ফিঙ্গারপ্রিন্ট স্পুফিং ধরা পড়েছে: অ্যাভাটার হিসেবে নামের আদ্যক্ষর ব্যবহার করা যাচ্ছে না। ডিফল্ট প্রোফাইল পিকচারে ফিরিয়ে নেয়া হচ্ছে।",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "বড় এক্সটার্নাল রেসপন্স চাঙ্কগুলো মসৃণভাবে প্রবাহিত করুন",
"Fluidly stream large external response chunks": "বড় এক্সটার্নাল রেসপন্স চাঙ্কগুলো মসৃণভাবে প্রবাহিত করুন",
"Focus chat input": "চ্যাট ইনপুট ফোকাস করুন",
"Focus chat input": "চ্যাট ইনপুট ফোকাস করুন",
"Folder deleted successfully": "",
"Folder deleted successfully": "",
@@ -589,6 +601,8 @@
"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.": "",
"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": "",
"ID": "",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "",
"Ignite curiosity": "",
"Image": "",
"Image": "",
"Image Compression": "",
"Image Compression": "",
@@ -649,6 +663,7 @@
"Label": "",
"Label": "",
"Landing Page Mode": "",
"Landing Page Mode": "",
"Language": "ভাষা",
"Language": "ভাষা",
+ "Language Locales": "",
"Last Active": "সর্বশেষ সক্রিয়",
"Last Active": "সর্বশেষ সক্রিয়",
"Last Modified": "",
"Last Modified": "",
"Last reply": "",
"Last reply": "",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "",
"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.": "আপনার লিঙ্ক তৈরি করার পরে আপনার পাঠানো বার্তাগুলি শেয়ার করা হবে না। ইউআরএল ব্যবহারকারীরা শেয়ার করা চ্যাট দেখতে পারবেন।",
"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": "",
"Min P": "",
- "Minimum Score": "Minimum Score",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
@@ -833,6 +847,8 @@
"Pipelines Valves": "পাইপলাইন ভালভ",
"Pipelines Valves": "পাইপলাইন ভালভ",
"Plain text (.txt)": "প্লায়েন টেক্সট (.txt)",
"Plain text (.txt)": "প্লায়েন টেক্সট (.txt)",
"Playground": "খেলাঘর",
"Playground": "খেলাঘর",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "",
"Please carefully review the following warnings:": "",
"Please do not close the settings page while loading the model.": "",
"Please do not close the settings page while loading the model.": "",
"Please enter a prompt": "",
"Please enter a prompt": "",
@@ -878,8 +894,11 @@
"References from": "",
"References from": "",
"Refused when it shouldn't have": "যদি উপযুক্ত নয়, তবে রেজিগেনেট করা হচ্ছে",
"Refused when it shouldn't have": "যদি উপযুক্ত নয়, তবে রেজিগেনেট করা হচ্ছে",
"Enter server label": "སར་བར་གྱི་བྱང་རྟགས་འཇུག་པ།",
"Enter server label": "སར་བར་གྱི་བྱང་རྟགས་འཇུག་པ།",
"Enter server port": "སར་བར་གྱི་ Port འཇུག་པ།",
"Enter server port": "སར་བར་གྱི་ Port འཇུག་པ།",
+ "Enter Sougou Search API sID": "",
+ "Enter Sougou Search API SK": "",
"Enter stop sequence": "མཚམས་འཇོག་རིམ་པ་འཇུག་པ།",
"Enter stop sequence": "མཚམས་འཇོག་རིམ་པ་འཇུག་པ།",
"Enter system prompt": "མ་ལག་གི་འགུལ་སློང་འཇུག་པ།",
"Enter system prompt": "མ་ལག་གི་འགུལ་སློང་འཇུག་པ།",
"Enter system prompt here": "",
"Enter system prompt here": "",
"Enter Tavily API Key": "Tavily API ལྡེ་མིག་འཇུག་པ།",
"Enter Tavily API Key": "Tavily API ལྡེ་མིག་འཇུག་པ།",
+ "Enter Tavily Extract Depth": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "ཁྱེད་ཀྱི་ WebUI ཡི་སྤྱི་སྤྱོད་ URL འཇུག་པ། URL འདི་བརྡ་ཁྱབ་ནང་སྦྲེལ་ཐག་བཟོ་བར་བེད་སྤྱོད་བྱེད་ངེས།",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "ཁྱེད་ཀྱི་ WebUI ཡི་སྤྱི་སྤྱོད་ URL འཇུག་པ། URL འདི་བརྡ་ཁྱབ་ནང་སྦྲེལ་ཐག་བཟོ་བར་བེད་སྤྱོད་བྱེད་ངེས།",
"Enter Tika Server URL": "Tika Server URL འཇུག་པ།",
"Enter Tika Server URL": "Tika Server URL འཇུག་པ།",
"Enter timeout in seconds": "སྐར་ཆའི་ནང་དུས་ཚོད་བཀག་པ་འཇུག་པ།",
"Enter timeout in seconds": "སྐར་ཆའི་ནང་དུས་ཚོད་བཀག་པ་འཇུག་པ།",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "འཚག་མ་དེ་ད་ལྟ་འཛམ་གླིང་ཡོངས་ནས་སྒུལ་བསྐྱོད་བྱས་ཡོད།",
"Filter is now globally enabled": "འཚག་མ་དེ་ད་ལྟ་འཛམ་གླིང་ཡོངས་ནས་སྒུལ་བསྐྱོད་བྱས་ཡོད།",
"Filters": "འཚག་མ།",
"Filters": "འཚག་མ།",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "མཛུབ་ཐེལ་རྫུན་བཟོ་རྙེད་སོང་།: མིང་གི་ཡིག་འབྲུ་མགོ་མ་སྐུ་ཚབ་ཏུ་བེད་སྤྱོད་གཏོང་མི་ཐུབ། སྔོན་སྒྲིག་ཕྱི་ཐག་པར་རིས་ལ་སྔོན་སྒྲིག་བྱེད་བཞིན་པ།",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "མཛུབ་ཐེལ་རྫུན་བཟོ་རྙེད་སོང་།: མིང་གི་ཡིག་འབྲུ་མགོ་མ་སྐུ་ཚབ་ཏུ་བེད་སྤྱོད་གཏོང་མི་ཐུབ། སྔོན་སྒྲིག་ཕྱི་ཐག་པར་རིས་ལ་སྔོན་སྒྲིག་བྱེད་བཞིན་པ།",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "ཕྱི་རོལ་གྱི་ལན་གྱི་དུམ་བུ་ཆེན་པོ་རྒྱུན་བཞིན་རྒྱུག་པ།",
"Fluidly stream large external response chunks": "ཕྱི་རོལ་གྱི་ལན་གྱི་དུམ་བུ་ཆེན་པོ་རྒྱུན་བཞིན་རྒྱུག་པ།",
"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.": "ངས་ངའི་བྱ་སྤྱོད་ཀྱི་ཤུགས་རྐྱེན་ཀློག་པ་དང་གོ་རྟོགས་སྤྲད་ཡོད་པ་ཁས་ལེན་བྱེད། ངས་གང་འདོད་ཀྱི་ཀོཌ་ལག་བསྟར་དང་འབྲེལ་བའི་ཉེན་ཁ་ཤེས་ཀྱི་ཡོད། དེ་མིན་ངས་འབྱུང་ཁུངས་ཀྱི་ཡིད་རྟོན་རུང་བའི་རང་བཞིན་ར་སྤྲོད་བྱས་ཡོད།",
"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": "ID",
"ID": "ID",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "ཤེས་འདོད་སློང་བ།",
"Ignite curiosity": "ཤེས་འདོད་སློང་བ།",
"Image": "པར།",
"Image": "པར།",
"Image Compression": "པར་བསྡུ་སྐུམ།",
"Image Compression": "པར་བསྡུ་སྐུམ།",
@@ -649,6 +663,7 @@
"Label": "བྱང་རྟགས།",
"Label": "བྱང་རྟགས།",
"Landing Page Mode": "འབབ་ཤོག་མ་དཔེ།",
"Landing Page Mode": "འབབ་ཤོག་མ་དཔེ།",
"Language": "སྐད་ཡིག",
"Language": "སྐད་ཡིག",
+ "Language Locales": "",
"Last Active": "མཐའ་མའི་ལས་བྱེད།",
"Last Active": "མཐའ་མའི་ལས་བྱེད།",
"Last Modified": "མཐའ་མའི་བཟོ་བཅོས།",
"Last Modified": "མཐའ་མའི་བཟོ་བཅོས།",
"Last reply": "ལན་མཐའ་མ།",
"Last reply": "ལན་མཐའ་མ།",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "ཁྱད་ཆོས་འདི་བེད་སྤྱོད་གཏོང་བར་འཕྲིན་ལ་སྐར་མ་སྤྲོད་པ་སྒུལ་བསྐྱོད་བྱེད་དགོས།",
"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 ཡོད་པའི་བེད་སྤྱོད་མཁན་ཚོས་མཉམ་སྤྱོད་ཁ་བརྡ་ལྟ་ཐུབ་ངེས།",
"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": "P ཉུང་ཤོས།",
"Min P": "P ཉུང་ཤོས།",
- "Minimum Score": "སྐར་མ་ཉུང་ཤོས།",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
@@ -833,6 +847,8 @@
"Pipelines Valves": "རྒྱུ་ལམ་གྱི་ Valve",
"Pipelines Valves": "རྒྱུ་ལམ་གྱི་ Valve",
"Plain text (.txt)": "ཡིག་རྐྱང་རྐྱང་པ། (.txt)",
"Plain text (.txt)": "ཡིག་རྐྱང་རྐྱང་པ། (.txt)",
"Playground": "རྩེད་ཐང་།",
"Playground": "རྩེད་ཐང་།",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "གཤམ་གསལ་ཉེན་བརྡ་དག་ལ་ཞིབ་ཚགས་ངང་བལྟ་ཞིབ་བྱེད་རོགས།:",
"Please carefully review the following warnings:": "གཤམ་གསལ་ཉེན་བརྡ་དག་ལ་ཞིབ་ཚགས་ངང་བལྟ་ཞིབ་བྱེད་རོགས།:",
"Please do not close the settings page while loading the model.": "དཔེ་དབྱིབས་ནང་འཇུག་བྱེད་སྐབས་སྒྲིག་འགོད་ཤོག་ངོས་ཁ་མ་རྒྱག་རོགས།",
"Please do not close the settings page while loading the model.": "དཔེ་དབྱིབས་ནང་འཇུག་བྱེད་སྐབས་སྒྲིག་འགོད་ཤོག་ངོས་ཁ་མ་རྒྱག་རོགས།",
"Please enter a prompt": "འགུལ་སློང་ཞིག་འཇུག་རོགས།",
"Please enter a prompt": "འགུལ་སློང་ཞིག་འཇུག་རོགས།",
@@ -878,8 +894,11 @@
"References from": "ནས་ལུང་འདྲེན།",
"References from": "ནས་ལུང་འདྲེན།",
"Refused when it shouldn't have": "མི་དགོས་དུས་ཁས་མ་བླངས།",
"Refused when it shouldn't have": "མི་དགོས་དུས་ཁས་མ་བླངས།",
"Regenerate": "བསྐྱར་བཟོ།",
"Regenerate": "བསྐྱར་བཟོ།",
+ "Reindex": "",
+ "Reindex Knowledge Base Vectors": "",
"Release Notes": "འགྲེམས་སྤེལ་མཆན་བུ།",
"Release Notes": "འགྲེམས་སྤེལ་མཆན་བུ།",
"Relevance": "འབྲེལ་ཡོད་རང་བཞིན།",
"Relevance": "འབྲེལ་ཡོད་རང་བཞིན།",
+ "Relevance Threshold": "",
"Remove": "འདོར་བ།",
"Remove": "འདོར་བ།",
"Remove Model": "དཔེ་དབྱིབས་འདོར་བ།",
"Remove Model": "དཔེ་དབྱིབས་འདོར་བ།",
"Rename": "མིང་བསྐྱར་འདོགས།",
"Rename": "མིང་བསྐྱར་འདོགས།",
@@ -1009,6 +1028,8 @@
"Sign up to {{WEBUI_NAME}}": "{{WEBUI_NAME}} ལ་ཐོ་འགོད།",
"Sign up to {{WEBUI_NAME}}": "{{WEBUI_NAME}} ལ་ཐོ་འགོད།",
"Signing in to {{WEBUI_NAME}}": "{{WEBUI_NAME}} ལ་ནང་འཛུལ་བྱེད་བཞིན་པ།",
"Signing in to {{WEBUI_NAME}}": "{{WEBUI_NAME}} ལ་ནང་འཛུལ་བྱེད་བཞིན་པ།",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "Restringeix l'esforç de raonament dels models de raonament. Només aplicable a models de raonament de proveïdors específics que donen suport a l'esforç de raonament.",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "Restringeix l'esforç de raonament dels models de raonament. Només aplicable a models de raonament de proveïdors específics que donen suport a l'esforç de raonament.",
"Contact Admin for WebUI Access": "Posat en contacte amb l'administrador per accedir a WebUI",
"Contact Admin for WebUI Access": "Posat en contacte amb l'administrador per accedir a WebUI",
"Content": "Contingut",
"Content": "Contingut",
@@ -303,12 +304,13 @@
"Deleted User": "Usuari eliminat",
"Deleted User": "Usuari eliminat",
"Describe your knowledge base and objectives": "Descriu la teva base de coneixement i objectius",
"Describe your knowledge base and objectives": "Descriu la teva base de coneixement i objectius",
"Description": "Descripció",
"Description": "Descripció",
+ "Detect Artifacts Automatically": "",
"Didn't fully follow instructions": "No s'han seguit les instruccions completament",
"Didn't fully follow instructions": "No s'han seguit les instruccions completament",
"Direct": "Directe",
"Direct": "Directe",
"Direct Connections": "Connexions directes",
"Direct Connections": "Connexions directes",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Les connexions directes permeten als usuaris connectar-se als seus propis endpoints d'API compatibles amb OpenAI.",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Les connexions directes permeten als usuaris connectar-se als seus propis endpoints d'API compatibles amb OpenAI.",
"Direct Connections settings updated": "Configuració de les connexions directes actualitzada",
"Direct Connections settings updated": "Configuració de les connexions directes actualitzada",
"e.g. Tools for performing various operations": "p. ex. Eines per dur a terme operacions",
"e.g. Tools for performing various operations": "p. ex. Eines per dur a terme operacions",
+ "e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"Edit": "Editar",
"Edit": "Editar",
"Edit Arena Model": "Editar model de l'Arena",
"Edit Arena Model": "Editar model de l'Arena",
"Edit Channel": "Editar el canal",
"Edit Channel": "Editar el canal",
@@ -385,7 +388,7 @@
"Enable Mirostat sampling for controlling perplexity.": "Permetre el mostreig de Mirostat per controlar la perplexitat",
"Enable Mirostat sampling for controlling perplexity.": "Permetre el mostreig de Mirostat per controlar la perplexitat",
"Enable New Sign Ups": "Permetre nous registres",
"Enable New Sign Ups": "Permetre nous registres",
"Enabled": "Habilitat",
"Enabled": "Habilitat",
- "Enforce Temporary Chat": "",
+ "Enforce Temporary Chat": "Forçar els xats temporals",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Assegura't que els teus fitxers CSV inclouen 4 columnes en aquest ordre: Nom, Correu electrònic, Contrasenya, Rol.",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Assegura't que els teus fitxers CSV inclouen 4 columnes en aquest ordre: Nom, Correu electrònic, Contrasenya, Rol.",
"Enter {{role}} message here": "Introdueix aquí el missatge de {{role}}",
"Enter {{role}} message here": "Introdueix aquí el missatge de {{role}}",
"Enter a detail about yourself for your LLMs to recall": "Introdueix un detall sobre tu què els teus models de llenguatge puguin recordar",
"Enter a detail about yourself for your LLMs to recall": "Introdueix un detall sobre tu què els teus models de llenguatge puguin recordar",
@@ -407,6 +410,8 @@
"Enter Document Intelligence Key": "Introdueix la clau de Document Intelligence",
"Enter Document Intelligence Key": "Introdueix la clau de Document Intelligence",
"Enter domains separated by commas (e.g., example.com,site.org)": "Introdueix els dominis separats per comes (p. ex. example.com,site.org)",
"Enter domains separated by commas (e.g., example.com,site.org)": "Introdueix els dominis separats per comes (p. ex. example.com,site.org)",
"Enter Exa API Key": "Introdueix la clau API de d'EXA",
"Enter Exa API Key": "Introdueix la clau API de d'EXA",
+ "Enter Firecrawl API Base URL": "",
+ "Enter Firecrawl API Key": "",
"Enter Github Raw URL": "Introdueix l'URL en brut de Github",
"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 API Key": "Introdueix la clau API de Google PSE",
"Enter Google PSE Engine Id": "Introdueix l'identificador del motor PSE de Google",
"Enter Google PSE Engine Id": "Introdueix l'identificador del motor PSE de Google",
@@ -418,12 +423,14 @@
"Enter Kagi Search API Key": "Introdueix la clau API de Kagi Search",
"Enter Kagi Search API Key": "Introdueix la clau API de Kagi Search",
"Enter Key Behavior": "Introdueix el comportament de clau",
"Enter Key Behavior": "Introdueix el comportament de clau",
"Enter language codes": "Introdueix els codis de llenguatge",
"Enter language codes": "Introdueix els codis de llenguatge",
- "Enter Mistral API Key": "",
+ "Enter Mistral API Key": "Entra la clau API de Mistral",
"Enter Model ID": "Introdueix l'identificador del model",
"Enter Model ID": "Introdueix l'identificador del model",
"Enter model tag (e.g. {{modelTag}})": "Introdueix l'etiqueta del model (p. ex. {{modelTag}})",
"Enter model tag (e.g. {{modelTag}})": "Introdueix l'etiqueta del model (p. ex. {{modelTag}})",
"Enter Mojeek Search API Key": "Introdueix la clau API de Mojeek Search",
"Enter Mojeek Search API Key": "Introdueix la clau API de Mojeek Search",
"Enter Number of Steps (e.g. 50)": "Introdueix el nombre de passos (p. ex. 50)",
"Enter Number of Steps (e.g. 50)": "Introdueix el nombre de passos (p. ex. 50)",
"Enter Perplexity API Key": "Introdueix la clau API de Perplexity",
"Enter Perplexity API Key": "Introdueix la clau API de Perplexity",
"Enter server label": "Introdueix l'etiqueta del servidor",
"Enter server label": "Introdueix l'etiqueta del servidor",
"Enter server port": "Introdueix el port del servidor",
"Enter server port": "Introdueix el port del servidor",
+ "Enter Sougou Search API sID": "",
+ "Enter Sougou Search API SK": "",
"Enter stop sequence": "Introdueix la seqüència de parada",
"Enter stop sequence": "Introdueix la seqüència de parada",
"Enter system prompt": "Introdueix la indicació de sistema",
"Enter system prompt": "Introdueix la indicació de sistema",
- "Enter system prompt here": "",
+ "Enter system prompt here": "Entra la indicació de sistema aquí",
"Enter Tavily API Key": "Introdueix la clau API de Tavily",
"Enter Tavily API Key": "Introdueix la clau API de Tavily",
+ "Enter Tavily Extract Depth": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "Entra la URL pública de WebUI. Aquesta URL s'utilitzarà per generar els enllaços en les notificacions.",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "Entra la URL pública de WebUI. Aquesta URL s'utilitzarà per generar els enllaços en les notificacions.",
"Enter Tika Server URL": "Introdueix l'URL del servidor Tika",
"Enter Tika Server URL": "Introdueix l'URL del servidor Tika",
"Enter timeout in seconds": "Entra el temps màxim en segons",
"Enter timeout in seconds": "Entra el temps màxim en segons",
@@ -457,7 +467,7 @@
"Enter Your Email": "Introdueix el teu correu electrònic",
"Enter Your Email": "Introdueix el teu correu electrònic",
"Enter Your Full Name": "Introdueix el teu nom complet",
"Enter Your Full Name": "Introdueix el teu nom complet",
"Enter your message": "Introdueix el teu missatge",
"Enter your message": "Introdueix el teu missatge",
- "Enter your name": "",
+ "Enter your name": "Entra el teu nom",
"Enter your new password": "Introdueix la teva nova contrasenya",
"Enter your new password": "Introdueix la teva nova contrasenya",
"Enter Your Password": "Introdueix la teva contrasenya",
"Enter Your Password": "Introdueix la teva contrasenya",
"Enter Your Role": "Introdueix el teu rol",
"Enter Your Role": "Introdueix el teu rol",
@@ -477,7 +487,7 @@
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "S'ha superat el nombre de places a la vostra llicència. Poseu-vos en contacte amb el servei d'assistència per augmentar el nombre de places.",
"Exceeded the number of seats in your license. Please contact support to increase the number of seats.": "S'ha superat el nombre de places a la vostra llicència. Poseu-vos en contacte amb el servei d'assistència per augmentar el nombre de places.",
"Exclude": "Excloure",
"Exclude": "Excloure",
"Execute code for analysis": "Executar el codi per analitzar-lo",
"Execute code for analysis": "Executar el codi per analitzar-lo",
"Failed to create API Key.": "No s'ha pogut crear la clau API.",
"Failed to create API Key.": "No s'ha pogut crear la clau API.",
"Failed to fetch models": "No s'han pogut obtenir els models",
"Failed to fetch models": "No s'han pogut obtenir els models",
"Failed to read clipboard contents": "No s'ha pogut llegir el contingut del porta-retalls",
"Failed to read clipboard contents": "No s'ha pogut llegir el contingut del porta-retalls",
- "Failed to save connections": "",
+ "Failed to save connections": "No s'han pogut desar les connexions",
"Failed to save models configuration": "No s'ha pogut desar la configuració dels models",
"Failed to save models configuration": "No s'ha pogut desar la configuració dels models",
"Failed to update settings": "No s'han pogut actualitzar les preferències",
"Failed to update settings": "No s'han pogut actualitzar les preferències",
"Failed to upload file.": "No s'ha pogut pujar l'arxiu.",
"Failed to upload file.": "No s'ha pogut pujar l'arxiu.",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "El filtre ha estat activat globalment",
"Filter is now globally enabled": "El filtre ha estat activat globalment",
"Filters": "Filtres",
"Filters": "Filtres",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "S'ha detectat la suplantació d'identitat de l'empremta digital: no es poden utilitzar les inicials com a avatar. S'estableix la imatge de perfil predeterminada.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "S'ha detectat la suplantació d'identitat de l'empremta digital: no es poden utilitzar les inicials com a avatar. S'estableix la imatge de perfil predeterminada.",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "Transmetre amb fluïdesa grans trossos de resposta externa",
"Fluidly stream large external response chunks": "Transmetre amb fluïdesa grans trossos de resposta externa",
"Focus chat input": "Estableix el focus a l'entrada del xat",
"Focus chat input": "Estableix el focus a l'entrada del xat",
"Format your variables using brackets like this:": "Formata les teves variables utilitzant claudàtors així:",
"Format your variables using brackets like this:": "Formata les teves variables utilitzant claudàtors així:",
- "Forwards system user session credentials to authenticate": "",
+ "Forwards system user session credentials to authenticate": "Envia les credencials de l'usuari del sistema per autenticar",
"Frequency Penalty": "Penalització per freqüència",
"Frequency Penalty": "Penalització per freqüència",
"Full Context Mode": "Mode de context complert",
"Full Context Mode": "Mode de context complert",
"Function": "Funció",
"Function": "Funció",
@@ -581,7 +593,7 @@
"Hex Color": "Color hexadecimal",
"Hex Color": "Color hexadecimal",
"Hex Color - Leave empty for default color": "Color hexadecimal - Deixar buit per a color per defecte",
"Hex Color - Leave empty for default color": "Color hexadecimal - Deixar buit per a color per defecte",
"Hide": "Amaga",
"Hide": "Amaga",
- "Hide Model": "",
+ "Hide Model": "Amagar el model",
"Home": "Inici",
"Home": "Inici",
"Host": "Servidor",
"Host": "Servidor",
"How can I help you today?": "Com et puc ajudar avui?",
"How can I help you today?": "Com et puc ajudar avui?",
@@ -589,6 +601,8 @@
"Hybrid Search": "Cerca híbrida",
"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.",
"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": "ID",
"ID": "ID",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "Despertar la curiositat",
"Ignite curiosity": "Despertar la curiositat",
"Image": "Imatge",
"Image": "Imatge",
"Image Compression": "Compressió d'imatges",
"Image Compression": "Compressió d'imatges",
@@ -641,7 +655,7 @@
"Knowledge Access": "Accés al coneixement",
"Knowledge Access": "Accés al coneixement",
"Knowledge created successfully.": "Coneixement creat correctament.",
"Knowledge created successfully.": "Coneixement creat correctament.",
"Landing Page Mode": "Mode de la pàgina d'entrada",
"Landing Page Mode": "Mode de la pàgina d'entrada",
"Language": "Idioma",
"Language": "Idioma",
+ "Language Locales": "",
"Last Active": "Activitat recent",
"Last Active": "Activitat recent",
"Last Modified": "Modificació",
"Last Modified": "Modificació",
"Last reply": "Darrera resposta",
"Last reply": "Darrera resposta",
"LDAP": "LDAP",
"LDAP": "LDAP",
"LDAP server updated": "Servidor LDAP actualitzat",
"LDAP server updated": "Servidor LDAP actualitzat",
"Leaderboard": "Tauler de classificació",
"Leaderboard": "Tauler de classificació",
- "Learn more about OpenAPI tool servers.": "",
+ "Learn more about OpenAPI tool servers.": "Aprèn més sobre els servidors d'eines OpenAPI",
"Leave empty for unlimited": "Deixar-ho buit per il·limitat",
"Leave empty for unlimited": "Deixar-ho buit per il·limitat",
"Leave empty to include all models from \"{{url}}/api/tags\" endpoint": "Deixar-ho buit per incloure tots els models del punt de connexió \"{{url}}/api/tags\"",
"Leave empty to include all models from \"{{url}}/api/tags\" endpoint": "Deixar-ho buit per incloure tots els models del punt de connexió \"{{url}}/api/tags\"",
"Leave empty to include all models from \"{{url}}/models\" endpoint": "Deixar-ho buit per incloure tots els models del punt de connexió \"{{url}}/models\"",
"Leave empty to include all models from \"{{url}}/models\" endpoint": "Deixar-ho buit per incloure tots els models del punt de connexió \"{{url}}/models\"",
@@ -702,20 +717,19 @@
"Message rating should be enabled to use this feature": "La classificació dels missatges s'hauria d'activar per utilitzar aquesta funció",
"Message rating should be enabled to use this feature": "La classificació dels missatges s'hauria d'activar per utilitzar aquesta funció",
"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.",
"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",
"Min P": "Min P",
- "Minimum Score": "Puntuació mínima",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Eta de Mirostat",
"Mirostat Eta": "Eta de Mirostat",
"Mirostat Tau": "Tau de Mirostat",
"Mirostat Tau": "Tau de Mirostat",
- "Mistral OCR": "",
- "Mistral OCR API Key required.": "",
+ "Mistral OCR": "Mistral OCR",
+ "Mistral OCR API Key required.": "És necessària la clau API de Mistral OCR",
"Model": "Model",
"Model": "Model",
"Model '{{modelName}}' has been successfully downloaded.": "El model '{{modelName}}' s'ha descarregat correctament.",
"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 '{{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}}",
"Model {{modelId}} not found": "No s'ha trobat el model {{modelId}}",
"Model {{modelName}} is not vision capable": "El model {{modelName}} no és capaç de visió",
"Model {{modelName}} is not vision capable": "El model {{modelName}} no és capaç de visió",
"Model {{name}} is now {{status}}": "El model {{name}} ara és {{status}}",
"Model {{name}} is now {{status}}": "El model {{name}} ara és {{status}}",
- "Model {{name}} is now hidden": "",
- "Model {{name}} is now visible": "",
+ "Model {{name}} is now hidden": "El model {{name}} està ara amagat",
+ "Model {{name}} is now visible": "El model {{name}} està ara visible",
"Model accepts image inputs": "El model accepta entrades d'imatge",
"Model accepts image inputs": "El model accepta entrades d'imatge",
"Model created successfully!": "Model creat correctament",
"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 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.",
@@ -731,7 +745,7 @@
"Models": "Models",
"Models": "Models",
"Models Access": "Accés als models",
"Models Access": "Accés als models",
"Models configuration saved successfully": "La configuració dels models s'ha desat correctament",
"Models configuration saved successfully": "La configuració dels models s'ha desat correctament",
- "Models Public Sharing": "",
+ "Models Public Sharing": "Compartició pública de models",
"Mojeek Search API Key": "Clau API de Mojeek Search",
"Mojeek Search API Key": "Clau API de Mojeek Search",
"more": "més",
"more": "més",
"More": "Més",
"More": "Més",
@@ -794,7 +808,7 @@
"Open file": "Obrir arxiu",
"Open file": "Obrir arxiu",
"Open in full screen": "Obrir en pantalla complerta",
"Open in full screen": "Obrir en pantalla complerta",
"Open new chat": "Obre un xat nou",
"Open new chat": "Obre un xat nou",
- "Open WebUI can use tools provided by any OpenAPI server.": "",
+ "Open WebUI can use tools provided by any OpenAPI server.": "Open WebUI pot utilitzar eines de servidors OpenAPI.",
"Open WebUI uses SpeechT5 and CMU Arctic speaker embeddings.": "Open WebUI utilitza incrustacions de SpeechT5 i CMU Arctic.",
"Open WebUI uses SpeechT5 and CMU Arctic speaker embeddings.": "Open WebUI utilitza incrustacions de SpeechT5 i CMU Arctic.",
"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}})",
"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}})",
@@ -804,7 +818,7 @@
"OpenAI API Key is required.": "Es requereix la clau API d'OpenAI.",
"OpenAI API Key is required.": "Es requereix la clau API d'OpenAI.",
"OpenAI API settings updated": "Configuració de l'API d'OpenAI actualitzada",
"OpenAI API settings updated": "Configuració de l'API d'OpenAI actualitzada",
+ "Prompts Public Sharing": "Compartició pública de indicacions",
"Public": "Públic",
"Public": "Públic",
"Pull \"{{searchValue}}\" from Ollama.com": "Obtenir \"{{searchValue}}\" de Ollama.com",
"Pull \"{{searchValue}}\" from Ollama.com": "Obtenir \"{{searchValue}}\" de Ollama.com",
"Pull a model from Ollama.com": "Obtenir un model d'Ollama.com",
"Pull a model from Ollama.com": "Obtenir un model d'Ollama.com",
@@ -878,8 +894,11 @@
"References from": "Referències de",
"References from": "Referències de",
"Refused when it shouldn't have": "Refusat quan no hauria d'haver estat",
"Refused when it shouldn't have": "Refusat quan no hauria d'haver estat",
"Regenerate": "Regenerar",
"Regenerate": "Regenerar",
+ "Reindex": "",
+ "Reindex Knowledge Base Vectors": "",
"Release Notes": "Notes de la versió",
"Release Notes": "Notes de la versió",
"Relevance": "Rellevància",
"Relevance": "Rellevància",
+ "Relevance Threshold": "",
"Remove": "Eliminar",
"Remove": "Eliminar",
"Remove Model": "Eliminar el model",
"Remove Model": "Eliminar el model",
"Rename": "Canviar el nom",
"Rename": "Canviar el nom",
@@ -993,11 +1012,11 @@
"Share": "Compartir",
"Share": "Compartir",
"Share Chat": "Compartir el xat",
"Share Chat": "Compartir el xat",
"Share to Open WebUI Community": "Compartir amb la comunitat OpenWebUI",
"Share to Open WebUI Community": "Compartir amb la comunitat OpenWebUI",
- "Sharing Permissions": "",
+ "Sharing Permissions": "Compartir els permisos",
"Show": "Mostrar",
"Show": "Mostrar",
"Show \"What's New\" modal on login": "Veure 'Què hi ha de nou' a l'entrada",
"Show \"What's New\" modal on login": "Veure 'Què hi ha de nou' a l'entrada",
"Show Admin Details in Account Pending Overlay": "Mostrar els detalls de l'administrador a la superposició del compte pendent",
"Show Admin Details in Account Pending Overlay": "Mostrar els detalls de l'administrador a la superposició del compte pendent",
- "Show Model": "",
+ "Show Model": "Mostrar el model",
"Show shortcuts": "Mostrar dreceres",
"Show shortcuts": "Mostrar dreceres",
"Show your support!": "Mostra el teu suport!",
"Show your support!": "Mostra el teu suport!",
"Showcased creativity": "Creativitat mostrada",
"Showcased creativity": "Creativitat mostrada",
@@ -1009,6 +1028,8 @@
"Sign up to {{WEBUI_NAME}}": "Registrar-se a {{WEBUI_NAME}}",
"Sign up to {{WEBUI_NAME}}": "Registrar-se a {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Iniciant sessió a {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Iniciant sessió a {{WEBUI_NAME}}",
"sk-1234": "sk-1234",
"sk-1234": "sk-1234",
+ "Sougou Search API sID": "",
+ "Sougou Search API SK": "",
"Source": "Font",
"Source": "Font",
"Speech Playback Speed": "Velocitat de la parla",
"Speech Playback Speed": "Velocitat de la parla",
"Speech recognition error: {{error}}": "Error de reconeixement de veu: {{error}}",
"Speech recognition error: {{error}}": "Error de reconeixement de veu: {{error}}",
@@ -1036,6 +1057,7 @@
"Tap to interrupt": "Prem per interrompre",
"Tap to interrupt": "Prem per interrompre",
"Tasks": "Tasques",
"Tasks": "Tasques",
"Tavily API Key": "Clau API de Tavily",
"Tavily API Key": "Clau API de Tavily",
+ "Tavily Extract Depth": "",
"Tell us more:": "Dona'ns més informació:",
"Tell us more:": "Dona'ns més informació:",
"Temperature": "Temperatura",
"Temperature": "Temperatura",
"Template": "Plantilla",
"Template": "Plantilla",
@@ -1060,7 +1082,7 @@
"Thinking...": "Pensant...",
"Thinking...": "Pensant...",
"This action cannot be undone. Do you wish to continue?": "Aquesta acció no es pot desfer. Vols continuar?",
"This action cannot be undone. Do you wish to continue?": "Aquesta acció no es pot desfer. Vols continuar?",
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Aquest canal es va crear el dia {{createdAt}}. Aquest és el començament del canal {{channelName}}.",
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Aquest canal es va crear el dia {{createdAt}}. Aquest és el començament del canal {{channelName}}.",
- "This chat won’t appear in history and your messages will not be saved.": "",
+ "This chat won’t appear in history and your messages will not be saved.": "Aquest xat no apareixerà a l'historial i els teus missatges no es desaran.",
"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 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 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 controls how many tokens are preserved when refreshing the context. For example, if set to 2, the last 2 tokens of the conversation context will be retained. Preserving context can help maintain the continuity of a conversation, but it may reduce the ability to respond to new topics.": "Aquesta opció controla quants tokens es conserven en actualitzar el context. Per exemple, si s'estableix en 2, es conservaran els darrers 2 tokens del context de conversa. Preservar el context pot ajudar a mantenir la continuïtat d'una conversa, però pot reduir la capacitat de respondre a nous temes.",
"This option controls how many tokens are preserved when refreshing the context. For example, if set to 2, the last 2 tokens of the conversation context will be retained. Preserving context can help maintain the continuity of a conversation, but it may reduce the ability to respond to new topics.": "Aquesta opció controla quants tokens es conserven en actualitzar el context. Per exemple, si s'estableix en 2, es conservaran els darrers 2 tokens del context de conversa. Preservar el context pot ajudar a mantenir la continuïtat d'una conversa, però pot reduir la capacitat de respondre a nous temes.",
"Tools Function Calling Prompt": "Indicació per a la crida de funcions",
"Tools Function Calling Prompt": "Indicació per a la crida de funcions",
"Tools have a function calling system that allows arbitrary code execution": "Les eines disposen d'un sistema de crida a funcions que permet execució de codi arbitrari",
"Tools have a function calling system that allows arbitrary code execution": "Les eines disposen d'un sistema de crida a funcions que permet execució de codi arbitrari",
"Tools have a function calling system that allows arbitrary code execution.": "Les eines disposen d'un sistema de crida a funcions que permet execució de codi arbitrari.",
"Tools have a function calling system that allows arbitrary code execution.": "Les eines disposen d'un sistema de crida a funcions que permet execució de codi arbitrari.",
- "Tools Public Sharing": "",
+ "Tools Public Sharing": "Compartició pública d'eines",
"Top K": "Top K",
"Top K": "Top K",
"Top K Reranker": "Top K Reranker",
"Top K Reranker": "Top K Reranker",
"Top P": "Top P",
"Top P": "Top P",
@@ -1158,12 +1180,14 @@
"Use Gravatar": "Utilitzar Gravatar",
"Use Gravatar": "Utilitzar Gravatar",
"Use groups to group your users and assign permissions.": "Utilitza grups per agrupar els usuaris i assignar permisos.",
"Use groups to group your users and assign permissions.": "Utilitza grups per agrupar els usuaris i assignar permisos.",
"Use Initials": "Utilitzar inicials",
"Use Initials": "Utilitzar inicials",
+ "Use no proxy to fetch page contents.": "",
+ "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mmap (Ollama)": "use_mmap (Ollama)",
"use_mmap (Ollama)": "use_mmap (Ollama)",
"user": "usuari",
"user": "usuari",
"User": "Usuari",
"User": "Usuari",
"User location successfully retrieved.": "Ubicació de l'usuari obtinguda correctament",
"User location successfully retrieved.": "Ubicació de l'usuari obtinguda correctament",
- "User Webhooks": "",
+ "User Webhooks": "Webhooks d'usuari",
"Username": "Nom d'usuari",
"Username": "Nom d'usuari",
"Users": "Usuaris",
"Users": "Usuaris",
"Using the default arena model with all models. Click the plus button to add custom models.": "S'utilitza el model d'Arena predeterminat amb tots els models. Clica el botó més per afegir models personalitzats.",
"Using the default arena model with all models. Click the plus button to add custom models.": "S'utilitza el model d'Arena predeterminat amb tots els models. Clica el botó més per afegir models personalitzats.",
@@ -1175,10 +1199,11 @@
"variable": "variable",
"variable": "variable",
"variable to have them replaced with clipboard content.": "variable per tenir-les reemplaçades amb el contingut del porta-retalls.",
"variable to have them replaced with clipboard content.": "variable per tenir-les reemplaçades amb el contingut del porta-retalls.",
"Verify Connection": "Verificar la connexió",
"Verify Connection": "Verificar la connexió",
+ "Verify SSL Certificate": "",
"Version": "Versió",
"Version": "Versió",
"Version {{selectedVersion}} of {{totalVersions}}": "Versió {{selectedVersion}} de {{totalVersions}}",
"Version {{selectedVersion}} of {{totalVersions}}": "Versió {{selectedVersion}} de {{totalVersions}}",
"View Replies": "Veure les respostes",
"View Replies": "Veure les respostes",
- "View Result from **{{NAME}}**": "",
+ "View Result from **{{NAME}}**": "Veure el resultat de **{{NAME}}**",
"Visibility": "Visibilitat",
"Visibility": "Visibilitat",
"Voice": "Veu",
"Voice": "Veu",
"Voice Input": "Entrada de veu",
"Voice Input": "Entrada de veu",
@@ -1189,6 +1214,7 @@
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "Avís: l'execució de Jupyter permet l'execució de codi arbitrari, la qual cosa comporta greus riscos de seguretat; procediu amb extrema precaució.",
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "Avís: l'execució de Jupyter permet l'execució de codi arbitrari, la qual cosa comporta greus riscos de seguretat; procediu amb extrema precaució.",
"Web": "Web",
"Web": "Web",
"Web API": "Web API",
"Web API": "Web API",
+ "Web Loader Engine": "",
"Web Search": "Cerca la web",
"Web Search": "Cerca la web",
"Web Search Engine": "Motor de cerca de la web",
"Web Search Engine": "Motor de cerca de la web",
"Web Search in Chat": "Cerca a internet al xat",
"Web Search in Chat": "Cerca a internet al xat",
@@ -1196,7 +1222,7 @@
"Webhook URL": "URL del webhook",
"Webhook URL": "URL del webhook",
"WebUI Settings": "Preferències de WebUI",
"WebUI Settings": "Preferències de WebUI",
"WebUI URL": "URL de WebUI",
"WebUI URL": "URL de WebUI",
- "WebUI will make requests to \"{{url}}\"": "",
+ "WebUI will make requests to \"{{url}}\"": "WebUI farà peticions a \"{{url}}\"",
"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI farà peticions a \"{{url}}/api/chat\"",
"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI farà peticions a \"{{url}}/api/chat\"",
"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI farà peticions a \"{{url}}/chat/completions\"",
"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI farà peticions a \"{{url}}/chat/completions\"",
"What are you trying to achieve?": "Què intentes aconseguir?",
"What are you trying to achieve?": "Què intentes aconseguir?",
"Enter stop sequence": "Pagsulod sa katapusan nga han-ay",
"Enter stop sequence": "Pagsulod sa katapusan nga han-ay",
"Enter system prompt": "",
"Enter system prompt": "",
"Enter system prompt here": "",
"Enter system prompt here": "",
"Enter Tavily API Key": "",
"Enter Tavily API Key": "",
+ "Enter Tavily Extract Depth": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Tika Server URL": "",
"Enter timeout in seconds": "",
"Enter timeout in seconds": "",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "",
"Filter is now globally enabled": "",
"Filters": "",
"Filters": "",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "Hapsay nga paghatud sa daghang mga tipik sa eksternal nga mga tubag",
"Fluidly stream large external response chunks": "Hapsay nga paghatud sa daghang mga tipik sa eksternal nga mga tubag",
"Focus chat input": "Pag-focus sa entry sa diskusyon",
"Focus chat input": "Pag-focus sa entry sa diskusyon",
"Folder deleted successfully": "",
"Folder deleted successfully": "",
@@ -589,6 +601,8 @@
"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.": "",
"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": "",
"ID": "",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "",
"Ignite curiosity": "",
"Image": "",
"Image": "",
"Image Compression": "",
"Image Compression": "",
@@ -649,6 +663,7 @@
"Label": "",
"Label": "",
"Landing Page Mode": "",
"Landing Page Mode": "",
"Language": "Pinulongan",
"Language": "Pinulongan",
+ "Language Locales": "",
"Last Active": "",
"Last Active": "",
"Last Modified": "",
"Last Modified": "",
"Last reply": "",
"Last reply": "",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "",
"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.": "",
"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": "",
"Min P": "",
- "Minimum Score": "",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
@@ -833,6 +847,8 @@
"Pipelines Valves": "",
"Pipelines Valves": "",
"Plain text (.txt)": "",
"Plain text (.txt)": "",
"Playground": "Dulaanan",
"Playground": "Dulaanan",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "",
"Please carefully review the following warnings:": "",
"Please do not close the settings page while loading the model.": "",
"Please do not close the settings page while loading the model.": "",
"Please enter a prompt": "",
"Please enter a prompt": "",
@@ -878,8 +894,11 @@
"References from": "",
"References from": "",
"Refused when it shouldn't have": "",
"Refused when it shouldn't have": "",
"Regenerate": "",
"Regenerate": "",
+ "Reindex": "",
+ "Reindex Knowledge Base Vectors": "",
"Release Notes": "Release Notes",
"Release Notes": "Release Notes",
"Relevance": "",
"Relevance": "",
+ "Relevance Threshold": "",
"Remove": "",
"Remove": "",
"Remove Model": "",
"Remove Model": "",
"Rename": "",
"Rename": "",
@@ -1009,6 +1028,8 @@
"Sign up to {{WEBUI_NAME}}": "",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
"sk-1234": "",
"sk-1234": "",
+ "Sougou Search API sID": "",
+ "Sougou Search API SK": "",
"Source": "Tinubdan",
"Source": "Tinubdan",
"Speech Playback Speed": "",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "Sayop sa pag-ila sa tingog: {{error}}",
"Speech recognition error: {{error}}": "Sayop sa pag-ila sa tingog: {{error}}",
@@ -1036,6 +1057,7 @@
"Tap to interrupt": "",
"Tap to interrupt": "",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "",
"Tavily API Key": "",
+ "Tavily Extract Depth": "",
"Tell us more:": "",
"Tell us more:": "",
"Temperature": "Temperatura",
"Temperature": "Temperatura",
"Template": "Modelo",
"Template": "Modelo",
@@ -1158,6 +1180,8 @@
"Use Gravatar": "Paggamit sa Gravatar",
"Use Gravatar": "Paggamit sa Gravatar",
"Use groups to group your users and assign permissions.": "",
"Use groups to group your users and assign permissions.": "",
"Use Initials": "",
"Use Initials": "",
+ "Use no proxy to fetch page contents.": "",
+ "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "",
"use_mlock (Ollama)": "",
"use_mlock (Ollama)": "",
"use_mmap (Ollama)": "",
"use_mmap (Ollama)": "",
"user": "tiggamit",
"user": "tiggamit",
@@ -1175,6 +1199,7 @@
"variable": "variable",
"variable": "variable",
"variable to have them replaced with clipboard content.": "variable aron pulihan kini sa mga sulud sa clipboard.",
"variable to have them replaced with clipboard content.": "variable aron pulihan kini sa mga sulud sa clipboard.",
"Verify Connection": "",
"Verify Connection": "",
+ "Verify SSL Certificate": "",
"Version": "Bersyon",
"Version": "Bersyon",
"Version {{selectedVersion}} of {{totalVersions}}": "",
"Version {{selectedVersion}} of {{totalVersions}}": "",
"View Replies": "",
"View Replies": "",
@@ -1189,6 +1214,7 @@
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
"Enter Tavily API Key": "Zadejte API klíč Tavily",
"Enter Tavily API Key": "Zadejte API klíč Tavily",
+ "Enter Tavily Extract Depth": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Zadejte URL serveru Tika",
"Enter Tika Server URL": "Zadejte URL serveru Tika",
"Enter timeout in seconds": "",
"Enter timeout in seconds": "",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "Filtr je nyní globálně povolen.",
"Filter is now globally enabled": "Filtr je nyní globálně povolen.",
"Filters": "Filtry",
"Filters": "Filtry",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Detekováno padělání otisku prstu: Není možné použít iniciály jako avatar. Používá se výchozí profilový obrázek.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Detekováno padělání otisku prstu: Není možné použít iniciály jako avatar. Používá se výchozí profilový obrázek.",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "Plynule streamujte velké externí části odpovědí",
"Fluidly stream large external response chunks": "Plynule streamujte velké externí části odpovědí",
"Focus chat input": "Zaměřte se na vstup chatu",
"Focus chat input": "Zaměřte se na vstup chatu",
"Folder deleted successfully": "Složka byla úspěšně smazána",
"Folder deleted successfully": "Složka byla úspěšně smazána",
@@ -589,6 +601,8 @@
"Hybrid Search": "Hybridní vyhledávání",
"Hybrid Search": "Hybridní vyhledávání",
"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.": "Beru na vědomí, že jsem si přečetl a chápu důsledky svých činů. Jsem si vědom rizik spojených s vykonáváním libovolného kódu a ověřil jsem důvěryhodnost zdroje.",
"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.": "Beru na vědomí, že jsem si přečetl a chápu důsledky svých činů. Jsem si vědom rizik spojených s vykonáváním libovolného kódu a ověřil jsem důvěryhodnost zdroje.",
"ID": "ID",
"ID": "ID",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "",
"Ignite curiosity": "",
"Image": "",
"Image": "",
"Image Compression": "",
"Image Compression": "",
@@ -649,6 +663,7 @@
"Label": "",
"Label": "",
"Landing Page Mode": "Režim vstupní stránky",
"Landing Page Mode": "Režim vstupní stránky",
"Language": "Jazyk",
"Language": "Jazyk",
+ "Language Locales": "",
"Last Active": "Naposledy aktivní",
"Last Active": "Naposledy aktivní",
"Last Modified": "Poslední změna",
"Last Modified": "Poslední změna",
"Last reply": "",
"Last reply": "",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "Hodnocení zpráv musí být povoleno, aby bylo možné tuto funkci používat.",
"Message rating should be enabled to use this feature": "Hodnocení zpráv musí být povoleno, aby bylo možné tuto funkci používat.",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Zprávy, které odešlete po vytvoření odkazu, nebudou sdíleny. Uživatelé s URL budou moci zobrazit sdílený chat.",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Zprávy, které odešlete po vytvoření odkazu, nebudou sdíleny. Uživatelé s URL budou moci zobrazit sdílený chat.",
"Min P": "Min P",
"Min P": "Min P",
- "Minimum Score": "Minimální skóre",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
@@ -833,6 +847,8 @@
"Pipelines Valves": "",
"Pipelines Valves": "",
"Plain text (.txt)": "Čistý text (.txt)",
"Plain text (.txt)": "Čistý text (.txt)",
"Playground": "",
"Playground": "",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "Prosím, pečlivě si přečtěte následující upozornění:",
"Please carefully review the following warnings:": "Prosím, pečlivě si přečtěte následující upozornění:",
"Please do not close the settings page while loading the model.": "",
"Please do not close the settings page while loading the model.": "",
"Please enter a prompt": "Prosím, zadejte zadání.",
"Please enter a prompt": "Prosím, zadejte zadání.",
@@ -878,8 +894,11 @@
"References from": "Reference z",
"References from": "Reference z",
"Refused when it shouldn't have": "Odmítnuto, když nemělo být.",
"Refused when it shouldn't have": "Odmítnuto, když nemělo být.",
"Regenerate": "Regenerovat",
"Regenerate": "Regenerovat",
+ "Reindex": "",
+ "Reindex Knowledge Base Vectors": "",
"Release Notes": "Záznamy o vydání",
"Release Notes": "Záznamy o vydání",
"Relevance": "Relevance",
"Relevance": "Relevance",
+ "Relevance Threshold": "",
"Remove": "Odebrat",
"Remove": "Odebrat",
"Remove Model": "Odebrat model",
"Remove Model": "Odebrat model",
"Rename": "Přejmenovat",
"Rename": "Přejmenovat",
@@ -1009,6 +1028,8 @@
"Sign up to {{WEBUI_NAME}}": "Zaregistrujte se na {{WEBUI_NAME}}",
"Sign up to {{WEBUI_NAME}}": "Zaregistrujte se na {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Přihlašování do {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Přihlašování do {{WEBUI_NAME}}",
"Enter Tavily API Key": "Indtast Tavily API-nøgle",
"Enter Tavily API Key": "Indtast Tavily API-nøgle",
+ "Enter Tavily Extract Depth": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Indtast Tika Server URL",
"Enter Tika Server URL": "Indtast Tika Server URL",
"Enter timeout in seconds": "",
"Enter timeout in seconds": "",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "Filter er nu globalt aktiveret",
"Filter is now globally enabled": "Filter er nu globalt aktiveret",
"Filters": "Filtre",
"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.",
"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.",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "Stream store eksterne svar chunks flydende",
"Fluidly stream large external response chunks": "Stream store eksterne svar chunks flydende",
"Focus chat input": "Fokuser på chatinput",
"Focus chat input": "Fokuser på chatinput",
"Folder deleted successfully": "",
"Folder deleted successfully": "",
@@ -589,6 +601,8 @@
"Hybrid Search": "Hybrid søgning",
"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.",
"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": "",
"ID": "",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "",
"Ignite curiosity": "",
"Image": "",
"Image": "",
"Image Compression": "",
"Image Compression": "",
@@ -649,6 +663,7 @@
"Label": "",
"Label": "",
"Landing Page Mode": "Landing Page-tilstand",
"Landing Page Mode": "Landing Page-tilstand",
"Language": "Sprog",
"Language": "Sprog",
+ "Language Locales": "",
"Last Active": "Sidst aktiv",
"Last Active": "Sidst aktiv",
"Last Modified": "Sidst ændret",
"Last Modified": "Sidst ændret",
"Last reply": "",
"Last reply": "",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "",
"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.",
"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",
"Min P": "Min P",
- "Minimum Score": "Minimumscore",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
@@ -833,6 +847,8 @@
"Pipelines Valves": "Pipelines-ventiler",
"Pipelines Valves": "Pipelines-ventiler",
"Plain text (.txt)": "Almindelig tekst (.txt)",
"Plain text (.txt)": "Almindelig tekst (.txt)",
"Playground": "Legeplads",
"Playground": "Legeplads",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "Gennemgå omhyggeligt følgende advarsler:",
"Please carefully review the following warnings:": "Gennemgå omhyggeligt følgende advarsler:",
"Please do not close the settings page while loading the model.": "",
"Please do not close the settings page while loading the model.": "",
"Please enter a prompt": "",
"Please enter a prompt": "",
@@ -878,8 +894,11 @@
"References from": "",
"References from": "",
"Refused when it shouldn't have": "Afvist, når den ikke burde have været det",
"Refused when it shouldn't have": "Afvist, når den ikke burde have været det",
"Regenerate": "Regenerer",
"Regenerate": "Regenerer",
+ "Reindex": "",
+ "Reindex Knowledge Base Vectors": "",
"Release Notes": "Udgivelsesnoter",
"Release Notes": "Udgivelsesnoter",
"Relevance": "",
"Relevance": "",
+ "Relevance Threshold": "",
"Remove": "Fjern",
"Remove": "Fjern",
"Remove Model": "Fjern model",
"Remove Model": "Fjern model",
"Rename": "Omdøb",
"Rename": "Omdøb",
@@ -1009,6 +1028,8 @@
"Sign up to {{WEBUI_NAME}}": "Tilmeld dig {{WEBUI_NAME}}",
"Sign up to {{WEBUI_NAME}}": "Tilmeld dig {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Logger ind på {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Logger ind på {{WEBUI_NAME}}",
"and create a new shared link.": "und erstellen Sie einen neuen freigegebenen Link.",
"and create a new shared link.": "und erstellen Sie einen neuen freigegebenen Link.",
+ "Android": "",
"API Base URL": "API-Basis-URL",
"API Base URL": "API-Basis-URL",
"API Key": "API-Schlüssel",
"API Key": "API-Schlüssel",
"API Key created.": "API-Schlüssel erstellt.",
"API Key created.": "API-Schlüssel erstellt.",
@@ -141,7 +143,6 @@
"Brave Search API Key": "Brave Search API-Schlüssel",
"Brave Search API Key": "Brave Search API-Schlüssel",
"By {{name}}": "Von {{name}}",
"By {{name}}": "Von {{name}}",
"Bypass Embedding and Retrieval": "Embedding und Retrieval umgehen",
"Bypass Embedding and Retrieval": "Embedding und Retrieval umgehen",
- "Bypass SSL verification for Websites": "SSL-Überprüfung für Webseiten umgehen",
"Calendar": "Kalender",
"Calendar": "Kalender",
"Call": "Anrufen",
"Call": "Anrufen",
"Call feature is not supported when using Web STT engine": "Die Anruffunktion wird nicht unterstützt, wenn die Web-STT-Engine verwendet wird.",
"Call feature is not supported when using Web STT engine": "Die Anruffunktion wird nicht unterstützt, wenn die Web-STT-Engine verwendet wird.",
@@ -303,6 +304,7 @@
"Deleted User": "Benutzer gelöscht",
"Deleted User": "Benutzer gelöscht",
"Describe your knowledge base and objectives": "Beschreibe deinen Wissensspeicher und deine Ziele",
"Describe your knowledge base and objectives": "Beschreibe deinen Wissensspeicher und deine Ziele",
"Description": "Beschreibung",
"Description": "Beschreibung",
+ "Detect Artifacts Automatically": "",
"Didn't fully follow instructions": "Nicht genau den Answeisungen gefolgt",
"Didn't fully follow instructions": "Nicht genau den Answeisungen gefolgt",
"Direct": "Direkt",
"Direct": "Direkt",
"Direct Connections": "Direktverbindungen",
"Direct Connections": "Direktverbindungen",
@@ -358,6 +360,7 @@
"e.g. my_filter": "z. B. mein_filter",
"e.g. my_filter": "z. B. mein_filter",
"e.g. my_tools": "z. B. meine_werkzeuge",
"e.g. my_tools": "z. B. meine_werkzeuge",
"e.g. Tools for performing various operations": "z. B. Werkzeuge für verschiedene Operationen",
"e.g. Tools for performing various operations": "z. B. Werkzeuge für verschiedene Operationen",
+ "e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"Edit": "Bearbeiten",
"Edit": "Bearbeiten",
"Edit Arena Model": "Arena-Modell bearbeiten",
"Edit Arena Model": "Arena-Modell bearbeiten",
"Edit Channel": "Kanal bearbeiten",
"Edit Channel": "Kanal bearbeiten",
@@ -407,6 +410,8 @@
"Enter Document Intelligence Key": "",
"Enter Document Intelligence Key": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "Geben Sie die Domains durch Kommas separiert ein (z.B. example.com,site.org)",
"Enter domains separated by commas (e.g., example.com,site.org)": "Geben Sie die Domains durch Kommas separiert ein (z.B. example.com,site.org)",
"Enter Exa API Key": "Geben Sie den Exa-API-Schlüssel ein",
"Enter Exa API Key": "Geben Sie den Exa-API-Schlüssel ein",
+ "Enter Firecrawl API Base URL": "",
+ "Enter Firecrawl API Key": "",
"Enter Github Raw URL": "Geben Sie die Github Raw-URL ein",
"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 API Key": "Geben Sie den Google PSE-API-Schlüssel ein",
"Enter Google PSE Engine Id": "Geben Sie die Google PSE-Engine-ID ein",
"Enter Google PSE Engine Id": "Geben Sie die Google PSE-Engine-ID ein",
@@ -424,6 +429,8 @@
"Enter Mojeek Search API Key": "Geben Sie den Mojeek Search API-Schlüssel ein",
"Enter Mojeek Search API Key": "Geben Sie den Mojeek Search API-Schlüssel ein",
"Enter Number of Steps (e.g. 50)": "Geben Sie die Anzahl an Schritten ein (z. B. 50)",
"Enter Number of Steps (e.g. 50)": "Geben Sie die Anzahl an Schritten ein (z. B. 50)",
"Enter Perplexity API Key": "Geben Sie den Perplexity API-Key ein",
"Enter Perplexity API Key": "Geben Sie den Perplexity API-Key ein",
+ "Enter Playwright Timeout": "",
+ "Enter Playwright WebSocket URL": "",
"Enter proxy URL (e.g. https://user:password@host:port)": "Geben sie die Proxy-URL ein (z. B. https://user:password@host:port)",
"Enter proxy URL (e.g. https://user:password@host:port)": "Geben sie die Proxy-URL ein (z. B. https://user:password@host:port)",
"Enter reasoning effort": "Geben Sie den Schlussfolgerungsaufwand ein",
"Enter reasoning effort": "Geben Sie den Schlussfolgerungsaufwand ein",
"Enter Sampler (e.g. Euler a)": "Geben Sie den Sampler ein (z. B. Euler a)",
"Enter Sampler (e.g. Euler a)": "Geben Sie den Sampler ein (z. B. Euler a)",
@@ -441,10 +448,13 @@
"Enter server host": "Geben Sie den Server-Host ein",
"Enter server host": "Geben Sie den Server-Host ein",
"Enter server label": "Geben Sie das Server-Label ein",
"Enter server label": "Geben Sie das Server-Label ein",
"Enter server port": "Geben Sie den Server-Port ein",
"Enter server port": "Geben Sie den Server-Port ein",
+ "Enter Sougou Search API sID": "",
+ "Enter Sougou Search API SK": "",
"Enter stop sequence": "Stop-Sequenz eingeben",
"Enter stop sequence": "Stop-Sequenz eingeben",
"Enter system prompt": "Systemprompt eingeben",
"Enter system prompt": "Systemprompt eingeben",
"Enter system prompt here": "",
"Enter system prompt here": "",
"Enter Tavily API Key": "Geben Sie den Tavily-API-Schlüssel ein",
"Enter Tavily API Key": "Geben Sie den Tavily-API-Schlüssel ein",
+ "Enter Tavily Extract Depth": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "Geben sie die öffentliche URL Ihrer WebUI ein. Diese URL wird verwendet, um Links in den Benachrichtigungen zu generieren.",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "Geben sie die öffentliche URL Ihrer WebUI ein. Diese URL wird verwendet, um Links in den Benachrichtigungen zu generieren.",
"Enter Tika Server URL": "Geben Sie die Tika-Server-URL ein",
"Enter Tika Server URL": "Geben Sie die Tika-Server-URL ein",
"Enter timeout in seconds": "Geben Sie den Timeout in Sekunden ein",
"Enter timeout in seconds": "Geben Sie den Timeout in Sekunden ein",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "Filter ist jetzt global aktiviert",
"Filter is now globally enabled": "Filter ist jetzt global aktiviert",
"Filters": "Filter",
"Filters": "Filter",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Fingerabdruck-Spoofing erkannt: Initialen können nicht als Avatar verwendet werden. Standard-Avatar wird verwendet.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Fingerabdruck-Spoofing erkannt: Initialen können nicht als Avatar verwendet werden. Standard-Avatar wird verwendet.",
"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.": "Ich bestätige, dass ich gelesen habe und die Auswirkungen meiner Aktion verstehe. Mir sind die Risiken bewusst, die mit der Ausführung beliebigen Codes verbunden sind, und ich habe die Vertrauenswürdigkeit der Quelle überprüft.",
"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.": "Ich bestätige, dass ich gelesen habe und die Auswirkungen meiner Aktion verstehe. Mir sind die Risiken bewusst, die mit der Ausführung beliebigen Codes verbunden sind, und ich habe die Vertrauenswürdigkeit der Quelle überprüft.",
"ID": "ID",
"ID": "ID",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "Neugier entfachen",
"Ignite curiosity": "Neugier entfachen",
"Image": "Bild",
"Image": "Bild",
"Image Compression": "Bildkomprimierung",
"Image Compression": "Bildkomprimierung",
@@ -649,6 +663,7 @@
"Label": "Label",
"Label": "Label",
"Landing Page Mode": "Startseitenmodus",
"Landing Page Mode": "Startseitenmodus",
"Language": "Sprache",
"Language": "Sprache",
+ "Language Locales": "",
"Last Active": "Zuletzt aktiv",
"Last Active": "Zuletzt aktiv",
"Last Modified": "Zuletzt bearbeitet",
"Last Modified": "Zuletzt bearbeitet",
"Last reply": "Letzte Antwort",
"Last reply": "Letzte Antwort",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "Antwortbewertung muss aktiviert sein, um diese Funktion zu verwenden",
"Message rating should be enabled to use this feature": "Antwortbewertung muss aktiviert sein, um diese Funktion zu verwenden",
"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 den freigegebenen Chat einsehen.",
"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 den freigegebenen Chat einsehen.",
"Min P": "Min P",
"Min P": "Min P",
- "Minimum Score": "Mindestpunktzahl",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
@@ -833,6 +847,8 @@
"Pipelines Valves": "Pipeline Valves",
"Pipelines Valves": "Pipeline Valves",
"Plain text (.txt)": "Nur Text (.txt)",
"Plain text (.txt)": "Nur Text (.txt)",
"Playground": "Testumgebung",
"Playground": "Testumgebung",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "Bitte überprüfen Sie die folgenden Warnungen sorgfältig:",
"Please carefully review the following warnings:": "Bitte überprüfen Sie die folgenden Warnungen sorgfältig:",
"Please do not close the settings page while loading the model.": "Bitte schließen die Einstellungen-Seite nicht, während das Modell lädt.",
"Please do not close the settings page while loading the model.": "Bitte schließen die Einstellungen-Seite nicht, während das Modell lädt.",
"Please enter a prompt": "Bitte geben Sie einen Prompt ein",
"Please enter a prompt": "Bitte geben Sie einen Prompt ein",
@@ -878,8 +894,11 @@
"References from": "Referenzen aus",
"References from": "Referenzen aus",
"Refused when it shouldn't have": "Abgelehnt, obwohl es nicht hätte abgelehnt werden sollen",
"Refused when it shouldn't have": "Abgelehnt, obwohl es nicht hätte abgelehnt werden sollen",
"Regenerate": "Neu generieren",
"Regenerate": "Neu generieren",
+ "Reindex": "",
+ "Reindex Knowledge Base Vectors": "",
"Release Notes": "Veröffentlichungshinweise",
"Release Notes": "Veröffentlichungshinweise",
"Relevance": "Relevanz",
"Relevance": "Relevanz",
+ "Relevance Threshold": "",
"Remove": "Entfernen",
"Remove": "Entfernen",
"Remove Model": "Modell entfernen",
"Remove Model": "Modell entfernen",
"Rename": "Umbenennen",
"Rename": "Umbenennen",
@@ -1009,6 +1028,8 @@
"Sign up to {{WEBUI_NAME}}": "Bei {{WEBUI_NAME}} registrieren",
"Sign up to {{WEBUI_NAME}}": "Bei {{WEBUI_NAME}} registrieren",
"Signing in to {{WEBUI_NAME}}": "Wird bei {{WEBUI_NAME}} angemeldet",
"Signing in to {{WEBUI_NAME}}": "Wird bei {{WEBUI_NAME}} angemeldet",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Tika Server URL": "",
"Enter timeout in seconds": "",
"Enter timeout in seconds": "",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "",
"Filter is now globally enabled": "",
"Filters": "",
"Filters": "",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Fingerprint dogeing: Unable to use initials as avatar. Defaulting to default doge image.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Fingerprint dogeing: Unable to use initials as avatar. Defaulting to default doge image.",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "Fluidly wow big chunks",
"Fluidly stream large external response chunks": "Fluidly wow big chunks",
"Focus chat input": "Focus chat bork",
"Focus chat input": "Focus chat bork",
"Folder deleted successfully": "",
"Folder deleted successfully": "",
@@ -589,6 +601,8 @@
"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.": "",
"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": "",
"ID": "",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "",
"Ignite curiosity": "",
"Image": "",
"Image": "",
"Image Compression": "",
"Image Compression": "",
@@ -649,6 +663,7 @@
"Label": "",
"Label": "",
"Landing Page Mode": "",
"Landing Page Mode": "",
"Language": "Doge Speak",
"Language": "Doge Speak",
+ "Language Locales": "",
"Last Active": "",
"Last Active": "",
"Last Modified": "",
"Last Modified": "",
"Last reply": "",
"Last reply": "",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "",
"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.": "",
"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": "",
"Min P": "",
- "Minimum Score": "",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
@@ -833,6 +847,8 @@
"Pipelines Valves": "",
"Pipelines Valves": "",
"Plain text (.txt)": "Plain text (.txt)",
"Plain text (.txt)": "Plain text (.txt)",
"Playground": "Playground",
"Playground": "Playground",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "",
"Please carefully review the following warnings:": "",
"Please do not close the settings page while loading the model.": "",
"Please do not close the settings page while loading the model.": "",
"Please enter a prompt": "",
"Please enter a prompt": "",
@@ -878,8 +894,11 @@
"References from": "",
"References from": "",
"Refused when it shouldn't have": "",
"Refused when it shouldn't have": "",
"Regenerate": "",
"Regenerate": "",
+ "Reindex": "",
+ "Reindex Knowledge Base Vectors": "",
"Release Notes": "Release Borks",
"Release Notes": "Release Borks",
"Relevance": "",
"Relevance": "",
+ "Relevance Threshold": "",
"Remove": "",
"Remove": "",
"Remove Model": "",
"Remove Model": "",
"Rename": "",
"Rename": "",
@@ -1009,6 +1028,8 @@
"Sign up to {{WEBUI_NAME}}": "",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
"sk-1234": "",
"sk-1234": "",
+ "Sougou Search API sID": "",
+ "Sougou Search API SK": "",
"Source": "Source",
"Source": "Source",
"Speech Playback Speed": "",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "Speech recognition error: {{error}} so error",
"Speech recognition error: {{error}}": "Speech recognition error: {{error}} so error",
@@ -1036,6 +1057,7 @@
"Tap to interrupt": "",
"Tap to interrupt": "",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "",
"Tavily API Key": "",
+ "Tavily Extract Depth": "",
"Tell us more:": "",
"Tell us more:": "",
"Temperature": "Temperature very temp",
"Temperature": "Temperature very temp",
"Template": "Template much template",
"Template": "Template much template",
@@ -1158,6 +1180,8 @@
"Use Gravatar": "Use Gravatar much avatar",
"Use Gravatar": "Use Gravatar much avatar",
"Use groups to group your users and assign permissions.": "",
"Use groups to group your users and assign permissions.": "",
"Use Initials": "Use Initials much initial",
"Use Initials": "Use Initials much initial",
+ "Use no proxy to fetch page contents.": "",
+ "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "",
"use_mlock (Ollama)": "",
"use_mlock (Ollama)": "",
"use_mmap (Ollama)": "",
"use_mmap (Ollama)": "",
"user": "user much user",
"user": "user much user",
@@ -1175,6 +1199,7 @@
"variable": "variable very variable",
"variable": "variable very variable",
"variable to have them replaced with clipboard content.": "variable to have them replaced with clipboard content. Very replace.",
"variable to have them replaced with clipboard content.": "variable to have them replaced with clipboard content. Very replace.",
"Verify Connection": "",
"Verify Connection": "",
+ "Verify SSL Certificate": "",
"Version": "Version much version",
"Version": "Version much version",
"Version {{selectedVersion}} of {{totalVersions}}": "",
"Version {{selectedVersion}} of {{totalVersions}}": "",
"View Replies": "",
"View Replies": "",
@@ -1189,6 +1214,7 @@
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
"Enter server host": "Εισάγετε τον διακομιστή host",
"Enter server host": "Εισάγετε τον διακομιστή host",
"Enter server label": "Εισάγετε την ετικέτα διακομιστή",
"Enter server label": "Εισάγετε την ετικέτα διακομιστή",
"Enter server port": "Εισάγετε την θύρα διακομιστή",
"Enter server port": "Εισάγετε την θύρα διακομιστή",
+ "Enter Sougou Search API sID": "",
+ "Enter Sougou Search API SK": "",
"Enter stop sequence": "Εισάγετε τη σειρά παύσης",
"Enter stop sequence": "Εισάγετε τη σειρά παύσης",
"Enter system prompt": "Εισάγετε την προτροπή συστήματος",
"Enter system prompt": "Εισάγετε την προτροπή συστήματος",
"Enter system prompt here": "",
"Enter system prompt here": "",
"Enter Tavily API Key": "Εισάγετε το Κλειδί API Tavily",
"Enter Tavily API Key": "Εισάγετε το Κλειδί API Tavily",
+ "Enter Tavily Extract Depth": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Εισάγετε το URL διακομιστή Tika",
"Enter Tika Server URL": "Εισάγετε το URL διακομιστή Tika",
"Enter timeout in seconds": "",
"Enter timeout in seconds": "",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "Το φίλτρο είναι τώρα καθολικά ενεργοποιημένο",
"Filter is now globally enabled": "Το φίλτρο είναι τώρα καθολικά ενεργοποιημένο",
"Filters": "Φίλτρα",
"Filters": "Φίλτρα",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Εντοπίστηκε spoofing δακτυλικού αποτυπώματος: Αδυναμία χρήσης αρχικών ως avatar. Χρήση της προεπιλεγμένης εικόνας προφίλ.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Εντοπίστηκε spoofing δακτυλικού αποτυπώματος: Αδυναμία χρήσης αρχικών ως avatar. Χρήση της προεπιλεγμένης εικόνας προφίλ.",
"Focus chat input": "Εστίαση στο πεδίο συνομιλίας",
"Focus chat input": "Εστίαση στο πεδίο συνομιλίας",
"Folder deleted successfully": "Ο φάκελος διαγράφηκε με επιτυχία",
"Folder deleted successfully": "Ο φάκελος διαγράφηκε με επιτυχία",
@@ -589,6 +601,8 @@
"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.": "Αναγνωρίζω ότι έχω διαβάσει και κατανοώ τις συνέπειες της ενέργειάς μου. Γνωρίζω τους κινδύνους που σχετίζονται με την εκτέλεση αυθαίρετου κώδικα και έχω επαληθεύσει την αξιοπιστία της πηγής.",
"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": "ID",
"ID": "ID",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "Ξύπνημα της περιέργειας",
"Ignite curiosity": "Ξύπνημα της περιέργειας",
"Image": "",
"Image": "",
"Image Compression": "",
"Image Compression": "",
@@ -649,6 +663,7 @@
"Label": "Ετικέτα",
"Label": "Ετικέτα",
"Landing Page Mode": "Λειτουργία Σελίδας Άφιξης",
"Landing Page Mode": "Λειτουργία Σελίδας Άφιξης",
"Language": "Γλώσσα",
"Language": "Γλώσσα",
+ "Language Locales": "",
"Last Active": "Τελευταία Ενεργή",
"Last Active": "Τελευταία Ενεργή",
"Last Modified": "Τελευταία Τροποποίηση",
"Last Modified": "Τελευταία Τροποποίηση",
"Last reply": "",
"Last reply": "",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "Η αξιολόγηση μηνυμάτων πρέπει να είναι ενεργοποιημένη για να χρησιμοποιήσετε αυτή τη λειτουργία",
"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 θα μπορούν να δουν τη συνομιλία που μοιραστήκατε.",
"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",
"Min P": "Min P",
- "Minimum Score": "Ελάχιστο Score",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
@@ -833,6 +847,8 @@
"Pipelines Valves": "Βαλβίδες Συναρτήσεων",
"Pipelines Valves": "Βαλβίδες Συναρτήσεων",
"Plain text (.txt)": "Απλό κείμενο (.txt)",
"Plain text (.txt)": "Απλό κείμενο (.txt)",
"Playground": "Γήπεδο παιχνιδιών",
"Playground": "Γήπεδο παιχνιδιών",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "Παρακαλώ αναθεωρήστε προσεκτικά τις ακόλουθες προειδοποιήσεις:",
"Please carefully review the following warnings:": "Παρακαλώ αναθεωρήστε προσεκτικά τις ακόλουθες προειδοποιήσεις:",
"Please do not close the settings page while loading the model.": "",
"Please do not close the settings page while loading the model.": "",
"Please enter a prompt": "Παρακαλώ εισάγετε μια προτροπή",
"Please enter a prompt": "Παρακαλώ εισάγετε μια προτροπή",
@@ -878,8 +894,11 @@
"References from": "Αναφορές από",
"References from": "Αναφορές από",
"Refused when it shouldn't have": "Αρνήθηκε όταν δεν έπρεπε",
"Refused when it shouldn't have": "Αρνήθηκε όταν δεν έπρεπε",
"Regenerate": "Αναγεννήστε",
"Regenerate": "Αναγεννήστε",
+ "Reindex": "",
+ "Reindex Knowledge Base Vectors": "",
"Release Notes": "Σημειώσεις Έκδοσης",
"Release Notes": "Σημειώσεις Έκδοσης",
"Relevance": "Σχετικότητα",
"Relevance": "Σχετικότητα",
+ "Relevance Threshold": "",
"Remove": "Αφαίρεση",
"Remove": "Αφαίρεση",
"Remove Model": "Αφαίρεση Μοντέλου",
"Remove Model": "Αφαίρεση Μοντέλου",
"Rename": "Μετονομασία",
"Rename": "Μετονομασία",
@@ -1009,6 +1028,8 @@
"Sign up to {{WEBUI_NAME}}": "Εγγραφή στο {{WEBUI_NAME}}",
"Sign up to {{WEBUI_NAME}}": "Εγγραφή στο {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Σύνδεση στο {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Σύνδεση στο {{WEBUI_NAME}}",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Tika Server URL": "",
"Enter timeout in seconds": "",
"Enter timeout in seconds": "",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "",
"Filter is now globally enabled": "",
"Filters": "",
"Filters": "",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "",
"Fluidly stream large external response chunks": "",
"Focus chat input": "",
"Focus chat input": "",
"Folder deleted successfully": "",
"Folder deleted successfully": "",
@@ -589,6 +601,8 @@
"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.": "",
"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": "",
"ID": "",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "",
"Ignite curiosity": "",
"Image": "",
"Image": "",
"Image Compression": "",
"Image Compression": "",
@@ -649,6 +663,7 @@
"Label": "",
"Label": "",
"Landing Page Mode": "",
"Landing Page Mode": "",
"Language": "",
"Language": "",
+ "Language Locales": "",
"Last Active": "",
"Last Active": "",
"Last Modified": "",
"Last Modified": "",
"Last reply": "",
"Last reply": "",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "",
"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.": "",
"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": "",
"Min P": "",
- "Minimum Score": "",
"Mirostat": "",
"Mirostat": "",
"Mirostat Eta": "",
"Mirostat Eta": "",
"Mirostat Tau": "",
"Mirostat Tau": "",
@@ -833,6 +847,8 @@
"Pipelines Valves": "",
"Pipelines Valves": "",
"Plain text (.txt)": "",
"Plain text (.txt)": "",
"Playground": "",
"Playground": "",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "",
"Please carefully review the following warnings:": "",
"Please do not close the settings page while loading the model.": "",
"Please do not close the settings page while loading the model.": "",
"Please enter a prompt": "",
"Please enter a prompt": "",
@@ -878,8 +894,11 @@
"References from": "",
"References from": "",
"Refused when it shouldn't have": "",
"Refused when it shouldn't have": "",
"Regenerate": "",
"Regenerate": "",
+ "Reindex": "",
+ "Reindex Knowledge Base Vectors": "",
"Release Notes": "",
"Release Notes": "",
"Relevance": "",
"Relevance": "",
+ "Relevance Threshold": "",
"Remove": "",
"Remove": "",
"Remove Model": "",
"Remove Model": "",
"Rename": "",
"Rename": "",
@@ -1009,6 +1028,8 @@
"Sign up to {{WEBUI_NAME}}": "",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
"sk-1234": "",
"sk-1234": "",
+ "Sougou Search API sID": "",
+ "Sougou Search API SK": "",
"Source": "",
"Source": "",
"Speech Playback Speed": "",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "",
"Speech recognition error: {{error}}": "",
@@ -1036,6 +1057,7 @@
"Tap to interrupt": "",
"Tap to interrupt": "",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "",
"Tavily API Key": "",
+ "Tavily Extract Depth": "",
"Tell us more:": "",
"Tell us more:": "",
"Temperature": "",
"Temperature": "",
"Template": "",
"Template": "",
@@ -1158,6 +1180,8 @@
"Use Gravatar": "",
"Use Gravatar": "",
"Use groups to group your users and assign permissions.": "",
"Use groups to group your users and assign permissions.": "",
"Use Initials": "",
"Use Initials": "",
+ "Use no proxy to fetch page contents.": "",
+ "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "",
"use_mlock (Ollama)": "",
"use_mlock (Ollama)": "",
"use_mmap (Ollama)": "",
"use_mmap (Ollama)": "",
"user": "",
"user": "",
@@ -1175,6 +1199,7 @@
"variable": "",
"variable": "",
"variable to have them replaced with clipboard content.": "",
"variable to have them replaced with clipboard content.": "",
"Verify Connection": "",
"Verify Connection": "",
+ "Verify SSL Certificate": "",
"Version": "",
"Version": "",
"Version {{selectedVersion}} of {{totalVersions}}": "",
"Version {{selectedVersion}} of {{totalVersions}}": "",
"View Replies": "",
"View Replies": "",
@@ -1189,6 +1214,7 @@
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Tika Server URL": "",
"Enter timeout in seconds": "",
"Enter timeout in seconds": "",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "",
"Filter is now globally enabled": "",
"Filters": "",
"Filters": "",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "",
"Fluidly stream large external response chunks": "",
"Focus chat input": "",
"Focus chat input": "",
"Folder deleted successfully": "",
"Folder deleted successfully": "",
@@ -589,6 +601,8 @@
"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.": "",
"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": "",
"ID": "",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "",
"Ignite curiosity": "",
"Image": "",
"Image": "",
"Image Compression": "",
"Image Compression": "",
@@ -649,6 +663,7 @@
"Label": "",
"Label": "",
"Landing Page Mode": "",
"Landing Page Mode": "",
"Language": "",
"Language": "",
+ "Language Locales": "",
"Last Active": "",
"Last Active": "",
"Last Modified": "",
"Last Modified": "",
"Last reply": "",
"Last reply": "",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "",
"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.": "",
"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": "",
"Min P": "",
- "Minimum Score": "",
"Mirostat": "",
"Mirostat": "",
"Mirostat Eta": "",
"Mirostat Eta": "",
"Mirostat Tau": "",
"Mirostat Tau": "",
@@ -833,6 +847,8 @@
"Pipelines Valves": "",
"Pipelines Valves": "",
"Plain text (.txt)": "",
"Plain text (.txt)": "",
"Playground": "",
"Playground": "",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "",
"Please carefully review the following warnings:": "",
"Please do not close the settings page while loading the model.": "",
"Please do not close the settings page while loading the model.": "",
"Please enter a prompt": "",
"Please enter a prompt": "",
@@ -878,8 +894,11 @@
"References from": "",
"References from": "",
"Refused when it shouldn't have": "",
"Refused when it shouldn't have": "",
"Regenerate": "",
"Regenerate": "",
+ "Reindex": "",
+ "Reindex Knowledge Base Vectors": "",
"Release Notes": "",
"Release Notes": "",
"Relevance": "",
"Relevance": "",
+ "Relevance Threshold": "",
"Remove": "",
"Remove": "",
"Remove Model": "",
"Remove Model": "",
"Rename": "",
"Rename": "",
@@ -1009,6 +1028,8 @@
"Sign up to {{WEBUI_NAME}}": "",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
"sk-1234": "",
"sk-1234": "",
+ "Sougou Search API sID": "",
+ "Sougou Search API SK": "",
"Source": "",
"Source": "",
"Speech Playback Speed": "",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "",
"Speech recognition error: {{error}}": "",
@@ -1036,6 +1057,7 @@
"Tap to interrupt": "",
"Tap to interrupt": "",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "",
"Tavily API Key": "",
+ "Tavily Extract Depth": "",
"Tell us more:": "",
"Tell us more:": "",
"Temperature": "",
"Temperature": "",
"Template": "",
"Template": "",
@@ -1158,6 +1180,8 @@
"Use Gravatar": "",
"Use Gravatar": "",
"Use groups to group your users and assign permissions.": "",
"Use groups to group your users and assign permissions.": "",
"Use Initials": "",
"Use Initials": "",
+ "Use no proxy to fetch page contents.": "",
+ "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "",
"use_mlock (Ollama)": "",
"use_mlock (Ollama)": "",
"use_mmap (Ollama)": "",
"use_mmap (Ollama)": "",
"user": "",
"user": "",
@@ -1175,6 +1199,7 @@
"variable": "",
"variable": "",
"variable to have them replaced with clipboard content.": "",
"variable to have them replaced with clipboard content.": "",
"Verify Connection": "",
"Verify Connection": "",
+ "Verify SSL Certificate": "",
"Version": "",
"Version": "",
"Version {{selectedVersion}} of {{totalVersions}}": "",
"Version {{selectedVersion}} of {{totalVersions}}": "",
"View Replies": "",
"View Replies": "",
@@ -1189,6 +1214,7 @@
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
"*Prompt node ID(s) are required for image generation": "Los ID de nodo son requeridos para la generación de imágenes",
"*Prompt node ID(s) are required for image generation": "Los ID de nodo son requeridos para la generación de imágenes",
"A new version (v{{LATEST_VERSION}}) is now available.": "Nueva versión (v{{LATEST_VERSION}}) disponible.",
"A new version (v{{LATEST_VERSION}}) is now available.": "Nueva versión (v{{LATEST_VERSION}}) disponible.",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "El modelo de tareas realiza tareas como la generación de títulos para chats y consultas de búsqueda web",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "El modelo de tareas realiza tareas como la generación de títulos para chats y consultas de búsqueda web",
- "a user": "un usuario",
+ "a user": "un/a usuari@",
"About": "Acerca de",
"About": "Acerca de",
- "Accept autocomplete generation / Jump to prompt variable": "Aceptar generación de autocompletado / Saltar a la variable de Indicadión (prompt)",
+ "Accept autocomplete generation / Jump to prompt variable": "Aceptar generación de autocompletado / Saltar a indicador variable",
"Access": "Acceso",
"Access": "Acceso",
"Access Control": "Control de Acceso",
"Access Control": "Control de Acceso",
- "Accessible to all users": "Accesible para todos los usuarios",
+ "Accessible to all users": "Accesible para todos l@s usuari@s",
"Account": "Cuenta",
"Account": "Cuenta",
"Account Activation Pending": "Activación de cuenta Pendiente",
"Account Activation Pending": "Activación de cuenta Pendiente",
"Accurate information": "Información precisa",
"Accurate information": "Información precisa",
"Actions": "Acciones",
"Actions": "Acciones",
"Activate": "Activar",
"Activate": "Activar",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activar este comando escribiendo \"/{{COMMAND}}\" en el chat",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activar este comando escribiendo \"/{{COMMAND}}\" en el chat",
- "Active Users": "Usuarios activos",
+ "Active Users": "Usuari@s activos",
"Add": "Añadir",
"Add": "Añadir",
"Add a model ID": "Añadir un ID de modelo",
"Add a model ID": "Añadir un ID de modelo",
"Add a short description about what this model does": "Añadir una breve descripción sobre lo que hace este modelo",
"Add a short description about what this model does": "Añadir una breve descripción sobre lo que hace este modelo",
@@ -35,7 +35,7 @@
"Add Connection": "Añadir Conexión",
"Add Connection": "Añadir Conexión",
"Add Content": "Añadir Contenido",
"Add Content": "Añadir Contenido",
"Add content here": "Añadir contenido aquí",
"Add content here": "Añadir contenido aquí",
- "Add custom prompt": "Añadir un indicador(prompt) personalizado",
+ "Add custom prompt": "Añadir un indicador personalizado",
"Add Files": "Añadir Ficheros",
"Add Files": "Añadir Ficheros",
"Add Group": "Añadir Grupo",
"Add Group": "Añadir Grupo",
"Add Memory": "Añadir Memoria",
"Add Memory": "Añadir Memoria",
@@ -44,14 +44,14 @@
"Add Tag": "Añadir etiqueta",
"Add Tag": "Añadir etiqueta",
"Add Tags": "Añadir etiquetas",
"Add Tags": "Añadir etiquetas",
"Add text content": "Añade contenido de texto",
"Add text content": "Añade contenido de texto",
- "Add User": "Añadir Usuario",
- "Add User Group": "Añadir Grupo de Usuario",
- "Adjusting these settings will apply changes universally to all users.": "El ajuste de estas opciones se aplicará globalmente a todos los usuarios.",
+ "Add User": "Añadir Usuari@",
+ "Add User Group": "Añadir Grupo de Usuari@",
+ "Adjusting these settings will apply changes universally to all users.": "El ajuste de estas opciones se aplicará globalmente a todos l@s usuari@s.",
"admin": "admin",
"admin": "admin",
"Admin": "Admin",
"Admin": "Admin",
- "Admin Panel": "Panel de Admin",
+ "Admin Panel": "Administración",
"Admin Settings": "Ajustes de Admin",
"Admin Settings": "Ajustes de Admin",
- "Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Los Admins tienen acceso a todas las herramientas en todo momento; los usuarios necesitan, en el área de trabajo, que los modelos tengan asignadas las herramentas.",
+ "Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Los Admins tienen acceso a todas las herramientas en todo momento; l@s usuari@s necesitan, en el área de trabajo, que los modelos tengan asignadas las herramentas.",
"Advanced Parameters": "Parámetros Avanzados",
"Advanced Parameters": "Parámetros Avanzados",
"Advanced Params": "Param. Avanz.",
"Advanced Params": "Param. Avanz.",
"All": "Todos",
"All": "Todos",
@@ -62,9 +62,10 @@
"Allow Chat Deletion": "Permitir Borrado de Chat",
"Allow Chat Deletion": "Permitir Borrado de Chat",
"Allow Chat Edit": "Pemritir Editar Chat",
"Allow Chat Edit": "Pemritir Editar Chat",
"Allow File Upload": "Permitir Subida de Ficheros",
"Allow File Upload": "Permitir Subida de Ficheros",
+ "Allow Multiple Models in Chat": "",
"Allow non-local voices": "Permitir voces no locales",
"Allow non-local voices": "Permitir voces no locales",
"Allow Temporary Chat": "Permitir Chat Temporal",
"Allow Temporary Chat": "Permitir Chat Temporal",
- "Allow User Location": "Permitir Ubicación del Usuario",
+ "Allow User Location": "Permitir Ubicación de Usuari@",
"Allow Voice Interruption in Call": "Permitir Interrupción de Voz en Llamada",
"Allow Voice Interruption in Call": "Permitir Interrupción de Voz en Llamada",
"Allowed Endpoints": "Endpoints Permitidos",
"Allowed Endpoints": "Endpoints Permitidos",
"Already have an account?": "¿Ya tienes una cuenta?",
"Already have an account?": "¿Ya tienes una cuenta?",
@@ -79,14 +80,15 @@
"and": "y",
"and": "y",
"and {{COUNT}} more": "y {{COUNT}} más",
"and {{COUNT}} more": "y {{COUNT}} más",
"and create a new shared link.": "y crear un nuevo enlace compartido.",
"and create a new shared link.": "y crear un nuevo enlace compartido.",
+ "Android": "",
"API Base URL": "URL Base API",
"API Base URL": "URL Base API",
"API Key": "Clave API ",
"API Key": "Clave API ",
"API Key created.": "Clave API creada.",
"API Key created.": "Clave API creada.",
- "API Key Endpoint Restrictions": "Clave API Restricciones de Endpoint",
+ "API Key Endpoint Restrictions": "Clave API para Endpoints Restringidos",
"Autocomplete Generation": "Generación de Autocompletado",
"Autocomplete Generation": "Generación de Autocompletado",
"Autocomplete Generation Input Max Length": "Max. Longitud de Entrada en Generación de Autocompletado",
"Autocomplete Generation Input Max Length": "Max. Longitud de Entrada en Generación de Autocompletado",
"Automatic1111": "AUTOMATIC1111",
"Automatic1111": "AUTOMATIC1111",
@@ -141,7 +143,6 @@
"Brave Search API Key": "Clave API de Brave Search",
"Brave Search API Key": "Clave API de Brave Search",
"By {{name}}": "Por {{name}}",
"By {{name}}": "Por {{name}}",
"Bypass Embedding and Retrieval": "Evitar Incrustración y Recuperación",
"Bypass Embedding and Retrieval": "Evitar Incrustración y Recuperación",
- "Bypass SSL verification for Websites": "Evitar Verificación SSL para sitios web",
"Calendar": "Calendario",
"Calendar": "Calendario",
"Call": "Llamada",
"Call": "Llamada",
"Call feature is not supported when using Web STT engine": "La característica Llamada no está soportada cuando se usa el motor Web STT",
"Call feature is not supported when using Web STT engine": "La característica Llamada no está soportada cuando se usa el motor Web STT",
@@ -158,19 +159,19 @@
"Chart new frontiers": "Trazar nuevas fronteras",
"Chart new frontiers": "Trazar nuevas fronteras",
"Chat": "Chat",
"Chat": "Chat",
"Chat Background Image": "Imágen de Fondo del Chat",
"Chat Background Image": "Imágen de Fondo del Chat",
- "Chat Bubble UI": "Interface Burbuja de Chat",
+ "Chat Bubble UI": "Interface del Chat tipo Burbuja",
"Chat Controls": "Controles del chat",
"Chat Controls": "Controles del chat",
"Chat direction": "Dirección del Chat",
"Chat direction": "Dirección del Chat",
"Chat Overview": "Vista General del Chat",
"Chat Overview": "Vista General del Chat",
"Chat Permissions": "Permisos del Chat",
"Chat Permissions": "Permisos del Chat",
- "Chat Tags Auto-Generation": "Auto-Generación de Etiquetas de Chat",
+ "Chat Tags Auto-Generation": "AutoGeneración de Etiquetas de Chat",
"Chats": "Chats",
"Chats": "Chats",
"Check Again": "Verifica de nuevo",
"Check Again": "Verifica de nuevo",
"Check for updates": "Buscar actualizaciones",
"Check for updates": "Buscar actualizaciones",
"Checking for updates...": "Buscando actualizaciones...",
"Checking for updates...": "Buscando actualizaciones...",
"Choose a model before saving...": "Escoge un modelo antes de guardar...",
"Choose a model before saving...": "Escoge un modelo antes de guardar...",
"Chunk Overlap": "Superposición de Fragmentos",
"Chunk Overlap": "Superposición de Fragmentos",
- "Chunk Size": "Tamaño de Fragmentos",
+ "Chunk Size": "Tamaño de los Fragmentos",
"Ciphers": "Cifrado",
"Ciphers": "Cifrado",
"Citation": "Cita",
"Citation": "Cita",
"Clear memory": "Liberar memoria",
"Clear memory": "Liberar memoria",
@@ -179,7 +180,7 @@
"Click here for filter guides.": "Pulsar aquí para guías de filtros",
"Click here for filter guides.": "Pulsar aquí para guías de filtros",
"Click here for help.": "Pulsar aquí para Ayuda.",
"Click here for help.": "Pulsar aquí para Ayuda.",
"Click here to": "Pulsa aquí para",
"Click here to": "Pulsa aquí para",
- "Click here to download user import template file.": "Pulsa aquí para descargar la plantilla de importación del usuario.",
+ "Click here to download user import template file.": "Pulsa aquí para descargar la plantilla de importación de usuari@.",
"Click here to learn more about faster-whisper and see the available models.": "Pulsa aquí para saber más sobre faster-whisper y ver modelos disponibles.",
"Click here to learn more about faster-whisper and see the available models.": "Pulsa aquí para saber más sobre faster-whisper y ver modelos disponibles.",
"Click here to see available models.": "Pulsa aquí para ver modelos disponibles.",
"Click here to see available models.": "Pulsa aquí para ver modelos disponibles.",
"Click here to select": "Pulsa aquí para seleccionar",
"Click here to select": "Pulsa aquí para seleccionar",
@@ -187,7 +188,7 @@
"Click here to select a py file.": "Pulsa aquí para seleccionar un fichero Python (.py)",
"Click here to select a py file.": "Pulsa aquí para seleccionar un fichero Python (.py)",
"Click here to upload a workflow.json file.": "Pulsa aquí para subir un fichero workflow.json",
"Click here to upload a workflow.json file.": "Pulsa aquí para subir un fichero workflow.json",
"click here.": "Pulsa aquí.",
"click here.": "Pulsa aquí.",
- "Click on the user role button to change a user's role.": "Pulsa en el botón rol del usuario para cambiar su rol.",
+ "Click on the user role button to change a user's role.": "Pulsa en el botón rol de usuari@ para cambiar su rol.",
"Clipboard write permission denied. Please check your browser settings to grant the necessary access.": "Permisos de escritura del portapapeles denegado. Por favor, comprueba la configuración de tu navegador para otorgar el permiso necesario.",
"Clipboard write permission denied. Please check your browser settings to grant the necessary access.": "Permisos de escritura del portapapeles denegado. Por favor, comprueba la configuración de tu navegador para otorgar el permiso necesario.",
"Clone": "Clonar",
"Clone": "Clonar",
"Clone Chat": "Clonar Chat",
"Clone Chat": "Clonar Chat",
@@ -199,20 +200,20 @@
"Code Execution Timeout": "Tiempo",
"Code Execution Timeout": "Tiempo",
"Code formatted successfully": "Se ha formateado correctamente el código.",
"Code formatted successfully": "Se ha formateado correctamente el código.",
"Code Interpreter": "Interprete de Código",
"Code Interpreter": "Interprete de Código",
- "Code Interpreter Engine": "Motor Interpretador de Código",
- "Code Interpreter Prompt Template": "Plantilla de Prompt del Interpretador de Código",
+ "Code Interpreter Engine": "Motor del Interprete de Código",
+ "Code Interpreter Prompt Template": "Plantilla del Indicador del Interprete de Código",
"Collapse": "Plegar",
"Collapse": "Plegar",
"Collection": "Colección",
"Collection": "Colección",
"Color": "Color",
"Color": "Color",
"ComfyUI": "ComfyUI",
"ComfyUI": "ComfyUI",
- "ComfyUI API Key": "ComfyUI Clave API",
- "ComfyUI Base URL": "ComfyUI URL Base",
- "ComfyUI Base URL is required.": "ComfyUI URL Base es necesaria.",
- "ComfyUI Workflow": "ComfyUI Flujo de Trabajo",
- "ComfyUI Workflow Nodes": "Comfy Nodos del Flujo de Trabajo",
+ "ComfyUI API Key": "Clave API de ComfyUI",
+ "ComfyUI Base URL": "URL Base de ComfyUI",
+ "ComfyUI Base URL is required.": "La URL Base de ComfyUI es necesaria.",
+ "ComfyUI Workflow": "Flujo de Trabajo de ComfyUI",
+ "ComfyUI Workflow Nodes": "Nodos del Flujo de Trabajo de ComfyUI",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "Limita el esfuerzo de razonamiento para los modelos de razonamiento. Solo aplicable a modelos de razonamiento de proveedores específicos que soportan el esfuerzo de razonamiento.",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "Limita el esfuerzo de razonamiento para los modelos de razonamiento. Solo aplicable a modelos de razonamiento de proveedores específicos que soportan el esfuerzo de razonamiento.",
"Contact Admin for WebUI Access": "Contacta con Admin para obtener acceso a WebUI",
"Contact Admin for WebUI Access": "Contacta con Admin para obtener acceso a WebUI",
"Content": "Contenido",
"Content": "Contenido",
@@ -261,7 +262,7 @@
"Created At": "Creado En",
"Created At": "Creado En",
"Created by": "Creado por",
"Created by": "Creado por",
"CSV Import": "Importar CSV",
"CSV Import": "Importar CSV",
- "Ctrl+Enter to Send": "Ctrl+Enter para Enviar",
+ "Ctrl+Enter to Send": "'Ctrl+Enter' para Enviar",
- "Default Prompt Suggestions": "Sugerencias de Indicador(prompt) Predetermonadas",
+ "Default Prompt Suggestions": "Sugerencias Predeterminadas de Indicador",
"Default to 389 or 636 if TLS is enabled": "Predeterminado a 389, o 636 si TLS está habilitado",
"Default to 389 or 636 if TLS is enabled": "Predeterminado a 389, o 636 si TLS está habilitado",
"Default to ALL": "Predeterminado a TODOS",
"Default to ALL": "Predeterminado a TODOS",
- "Default to segmented retrieval for focused and relevant content extraction, this is recommended for most cases.": "Predeterminada una segmentación de la recuperación para una extracción de contenido centrado y relevante, recomendado para la mayoría de los casos.",
- "Default User Role": "Rol Predeterminado Usuarios",
+ "Default to segmented retrieval for focused and relevant content extraction, this is recommended for most cases.": "Por defecto está predeterminada una segmentación de la recuperación para una extracción de contenido centrado y relevante, recomendado para la mayoría de los casos.",
+ "Default User Role": "Rol Predeterminado de l@s Usuari@s Nuev@s",
"Delete": "Borrar",
"Delete": "Borrar",
"Delete a model": "Borrar un modelo",
"Delete a model": "Borrar un modelo",
"Delete All Chats": "Borrar todos los chats",
"Delete All Chats": "Borrar todos los chats",
@@ -294,36 +295,37 @@
"Delete function?": "Borrar la función?",
"Delete function?": "Borrar la función?",
"Delete Message": "Borrar mensaje",
"Delete Message": "Borrar mensaje",
"Delete message?": "¿Borrar mensaje?",
"Delete message?": "¿Borrar mensaje?",
- "Delete prompt?": "¿Borrar el indicador(prompt)?",
"Describe your knowledge base and objectives": "Describe tu Base de Conocimientos y sus objetivos",
"Describe your knowledge base and objectives": "Describe tu Base de Conocimientos y sus objetivos",
"Description": "Descripción",
"Description": "Descripción",
+ "Detect Artifacts Automatically": "",
"Didn't fully follow instructions": "No seguiste completamente las instrucciones",
"Didn't fully follow instructions": "No seguiste completamente las instrucciones",
"Direct": "Directo",
"Direct": "Directo",
"Direct Connections": "Conexiones Directas",
"Direct Connections": "Conexiones Directas",
- "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Las Conexiones Directas permiten a los usuarios conectar a sus propios endpoints compatibles API OpenAI.",
+ "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Las Conexiones Directas permiten a l@s usuari@s conectar a sus propios endpoints compatibles API OpenAI.",
"Direct Connections settings updated": "Se actualizaron las configuraciones de las Conexiones Directas",
"Direct Connections settings updated": "Se actualizaron las configuraciones de las Conexiones Directas",
- "Direct Tool Servers": "",
+ "Direct Tool Servers": "Servidores de Herramientas Directos",
"Disabled": "Deshabilitado",
"Disabled": "Deshabilitado",
- "Discover a function": "Descubre una Función",
- "Discover a model": "Descubre un Modelo",
- "Discover a prompt": "Descubre un Indicador(prompt)",
- "Discover a tool": "Descubre una Herramienta",
+ "Discover a function": "Descubrir Funciónes",
+ "Discover a model": "Descubrir Modelos",
+ "Discover a prompt": "Descubrir Indicadores",
+ "Discover a tool": "Descubrir Herramientas",
"Discover how to use Open WebUI and seek support from the community.": "Descubre cómo usar Open WebUI y busca Soporte Comunitario.",
"Discover how to use Open WebUI and seek support from the community.": "Descubre cómo usar Open WebUI y busca Soporte Comunitario.",
"Discover wonders": "Descubre Maravillas",
"Discover wonders": "Descubre Maravillas",
"Discover, download, and explore custom functions": "Descubre, descarga y explora funciones personalizadas",
"Discover, download, and explore custom functions": "Descubre, descarga y explora funciones personalizadas",
- "Discover, download, and explore custom prompts": "Descubre, descarga, y explora indicadores(prompts) personalizados",
+ "Discover, download, and explore custom prompts": "Descubre, descarga, y explora indicadores personalizados",
"Discover, download, and explore custom tools": "Descubre, descarga y explora herramientas personalizadas",
"Discover, download, and explore custom tools": "Descubre, descarga y explora herramientas personalizadas",
"Discover, download, and explore model presets": "Descubre, descarga y explora modelos con preajustados",
"Discover, download, and explore model presets": "Descubre, descarga y explora modelos con preajustados",
"Dismissible": "Desestimable",
"Dismissible": "Desestimable",
"Display": "Mostrar",
"Display": "Mostrar",
"Display Emoji in Call": "Muestra chirimbolitos(Emojis) en Llamada",
"Display Emoji in Call": "Muestra chirimbolitos(Emojis) en Llamada",
- "Display the username instead of You in the Chat": "Mostrar en el chat el nombre de usuario en lugar del genérico Tu/Usted",
+ "Display the username instead of You in the Chat": "Mostrar en el chat el nombre de usuari@ en lugar del genérico Tu/Usted",
"Displays citations in the response": "Mostrar citas en la respuesta",
"Displays citations in the response": "Mostrar citas en la respuesta",
"Dive into knowledge": "Sumérgete en el conocimiento",
"Dive into knowledge": "Sumérgete en el conocimiento",
"Do not install functions from sources you do not fully trust.": "¡No instalar funciones de fuentes en las que que no se confíe totalmente!",
"Do not install functions from sources you do not fully trust.": "¡No instalar funciones de fuentes en las que que no se confíe totalmente!",
@@ -358,32 +360,33 @@
"e.g. my_filter": "p.ej. mi_filtro",
"e.g. my_filter": "p.ej. mi_filtro",
"e.g. my_tools": "p.ej. mis_herramientas",
"e.g. my_tools": "p.ej. mis_herramientas",
"e.g. Tools for performing various operations": "p.ej. Herramientas para realizar varias operaciones",
"e.g. Tools for performing various operations": "p.ej. Herramientas para realizar varias operaciones",
+ "e.g., en-US,ja-JP (leave blank for auto-detect)": "",
+ "Embedding Batch Size": "Tamaño del Lote de Incrustación",
+ "Embedding Model": "Modelo de Incrustación",
"Embedding Model Engine": "Motor del Modelo de Incrustación",
"Embedding Model Engine": "Motor del Modelo de Incrustación",
"Embedding model set to \"{{embedding_model}}\"": "Modelo de Incrustación configurado a \"{{embedding_model}}\"",
"Embedding model set to \"{{embedding_model}}\"": "Modelo de Incrustación configurado a \"{{embedding_model}}\"",
- "Enable API Key": "Habilitar clave API",
+ "Enable API Key": "Habilitar Clave API",
"Enable autocomplete generation for chat messages": "Habilitar generación de autocompletado para mensajes de chat",
"Enable autocomplete generation for chat messages": "Habilitar generación de autocompletado para mensajes de chat",
"Enable Code Execution": "Habilitar Ejecución de Código",
"Enable Code Execution": "Habilitar Ejecución de Código",
"Enable Code Interpreter": "Habilitar Interprete de Código",
"Enable Code Interpreter": "Habilitar Interprete de Código",
"Enable Community Sharing": "Habilitar Compartir con la Comunidad",
"Enable Community Sharing": "Habilitar Compartir con la Comunidad",
"Enable Memory Locking (mlock) to prevent model data from being swapped out of RAM. This option locks the model's working set of pages into RAM, ensuring that they will not be swapped out to disk. This can help maintain performance by avoiding page faults and ensuring fast data access.": "Habilitar bloqueo de memoria (mlock) para prevenir que los datos del modelo se intercambien fuera de la RAM. Esta opción bloquea el conjunto de páginas de trabajo del modelo en RAM, asegurando que no se intercambiarán fuera a disco. Esto puede ayudar a mantener el rendimiento evitando fallos de página y asegurando un acceso rápido a los datos.",
"Enable Memory Locking (mlock) to prevent model data from being swapped out of RAM. This option locks the model's working set of pages into RAM, ensuring that they will not be swapped out to disk. This can help maintain performance by avoiding page faults and ensuring fast data access.": "Habilitar bloqueo de memoria (mlock) para prevenir que los datos del modelo se intercambien fuera de la RAM. Esta opción bloquea el conjunto de páginas de trabajo del modelo en RAM, asegurando que no se intercambiarán fuera a disco. Esto puede ayudar a mantener el rendimiento evitando fallos de página y asegurando un acceso rápido a los datos.",
"Enable Memory Mapping (mmap) to load model data. This option allows the system to use disk storage as an extension of RAM by treating disk files as if they were in RAM. This can improve model performance by allowing for faster data access. However, it may not work correctly with all systems and can consume a significant amount of disk space.": "Habilitar Mapeado de Memoria (mmap) para cargar datos del modelo. Esta opción permite al sistema usar el almacenamiento del disco como una extensión de la RAM al tratar los archivos en disco como si estuvieran en la RAM. Esto puede mejorar el rendimiento del modelo al permitir un acceso más rápido a los datos. Sin embargo, puede no funcionar correctamente con todos los sistemas y puede consumir una cantidad significativa de espacio en disco.",
"Enable Memory Mapping (mmap) to load model data. This option allows the system to use disk storage as an extension of RAM by treating disk files as if they were in RAM. This can improve model performance by allowing for faster data access. However, it may not work correctly with all systems and can consume a significant amount of disk space.": "Habilitar Mapeado de Memoria (mmap) para cargar datos del modelo. Esta opción permite al sistema usar el almacenamiento del disco como una extensión de la RAM al tratar los archivos en disco como si estuvieran en la RAM. Esto puede mejorar el rendimiento del modelo al permitir un acceso más rápido a los datos. Sin embargo, puede no funcionar correctamente con todos los sistemas y puede consumir una cantidad significativa de espacio en disco.",
- "Enable Message Rating": "Habilitar la calificación de los Mensajes",
- "Enable Mirostat sampling for controlling perplexity.": "Habilitar muestreo Mirostat para controlar la perplejidad.",
- "Enable New Sign Ups": "Habilitar Registros de Nuevos Usuarios",
+ "Enable Message Rating": "Habilitar Calificación de los Mensajes",
+ "Enable Mirostat sampling for controlling perplexity.": "Algoritmo de decodificación de texto neuronal que controla activamente el proceso generativo para mantener la perplejidad del texto generado en un valor deseado. Previene las trampas de aburrimiento (por excesivas repeticiones) y de incoherencia (por generación de excesivo texto).",
+ "Enable New Sign Ups": "Habilitar Registros de Nuev@s Usuari@s",
"Enabled": "Habilitado",
"Enabled": "Habilitado",
"Enforce Temporary Chat": "",
"Enforce Temporary Chat": "",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Asegúrese de que su archivo CSV incluya 4 columnas en este orden: Nombre, Correo Electrónico, Contraseña, Rol.",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Asegúrese de que su archivo CSV incluya 4 columnas en este orden: Nombre, Correo Electrónico, Contraseña, Rol.",
@@ -398,7 +401,7 @@
"Enter Brave Search API Key": "Ingresar la Clave API de Brave Search",
"Enter Brave Search API Key": "Ingresar la Clave API de Brave Search",
"Enter certificate path": "Ingresar la ruta del certificado",
"Enter certificate path": "Ingresar la ruta del certificado",
"Enter server host": "Ingresar host del servidor",
"Enter server host": "Ingresar host del servidor",
"Enter server label": "Ingresar etiqueta del servidor",
"Enter server label": "Ingresar etiqueta del servidor",
"Enter server port": "Ingresar puerto del servidor",
"Enter server port": "Ingresar puerto del servidor",
+ "Enter Sougou Search API sID": "",
+ "Enter Sougou Search API SK": "",
"Enter stop sequence": "Ingresar secuencia de parada",
"Enter stop sequence": "Ingresar secuencia de parada",
- "Enter system prompt": "Ingresar Indicador(prompt) del sistema",
- "Enter system prompt here": "",
+ "Enter system prompt": "Ingresar Indicador del sistema",
+ "Enter system prompt here": "Ingresa aquí el indicador del sistema",
"Enter Tavily API Key": "Ingresar Clave API de Tavily",
"Enter Tavily API Key": "Ingresar Clave API de Tavily",
+ "Enter Tavily Extract Depth": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "Ingresar URL pública de su WebUI. Esta URL se usará para generar enlaces en las notificaciones.",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "Ingresar URL pública de su WebUI. Esta URL se usará para generar enlaces en las notificaciones.",
"Enter Tika Server URL": "Ingresar URL del servidor Tika",
"Enter Tika Server URL": "Ingresar URL del servidor Tika",
"Enter timeout in seconds": "Ingresar timeout en segundos",
"Enter timeout in seconds": "Ingresar timeout en segundos",
- "Enter to Send": "Ingresar Enviar a",
+ "Enter to Send": "'Enter' para Enviar",
"Enter Top K": "Ingresar Top K",
"Enter Top K": "Ingresar Top K",
"Enter Top K Reranker": "Ingresar Top K Reclasificador",
"Enter Top K Reranker": "Ingresar Top K Reclasificador",
"Failed to create API Key.": "Fallo al crear la Clave API.",
"Failed to create API Key.": "Fallo al crear la Clave API.",
"Failed to fetch models": "Fallo al obtener los modelos",
"Failed to fetch models": "Fallo al obtener los modelos",
"Failed to read clipboard contents": "Fallo al leer el contenido del portapapeles",
"Failed to read clipboard contents": "Fallo al leer el contenido del portapapeles",
- "Failed to save connections": "",
+ "Failed to save connections": "Fallo al grabar las conexiones",
"Failed to save models configuration": "Fallo al guardar la configuración de los modelos",
"Failed to save models configuration": "Fallo al guardar la configuración de los modelos",
"Failed to update settings": "Fallo al actualizar los ajustes",
"Failed to update settings": "Fallo al actualizar los ajustes",
"Failed to upload file.": "Fallo al subir el archivo.",
"Failed to upload file.": "Fallo al subir el archivo.",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "El filtro ahora está habilitado globalmente",
"Filter is now globally enabled": "El filtro ahora está habilitado globalmente",
"Filters": "Filtros",
"Filters": "Filtros",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Se detectó suplantación de huellas: No se pueden usar las iniciales como avatar. Se establece la imagen de perfil predeterminada.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Se detectó suplantación de huellas: No se pueden usar las iniciales como avatar. Se establece la imagen de perfil predeterminada.",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "Transmisión fluida de fragmentos de grandes respuestas externas",
"Fluidly stream large external response chunks": "Transmisión fluida de fragmentos de grandes respuestas externas",
"has no conversations.": "no tiene conversaciones.",
"has no conversations.": "no tiene conversaciones.",
"Hello, {{name}}": "Hola, {{name}}",
"Hello, {{name}}": "Hola, {{name}}",
"Help": "Ayuda",
"Help": "Ayuda",
@@ -581,7 +593,7 @@
"Hex Color": "Color Hex",
"Hex Color": "Color Hex",
"Hex Color - Leave empty for default color": "Color Hex - Deja vacío para el color predeterminado",
"Hex Color - Leave empty for default color": "Color Hex - Deja vacío para el color predeterminado",
"Hide": "Esconder",
"Hide": "Esconder",
- "Hide Model": "",
+ "Hide Model": "Ocultar Modelo",
"Home": "Inicio",
"Home": "Inicio",
"Host": "Host",
"Host": "Host",
"How can I help you today?": "¿Cómo puedo ayudarte hoy?",
"How can I help you today?": "¿Cómo puedo ayudarte hoy?",
@@ -589,6 +601,8 @@
"Hybrid Search": "Búsqueda Híbrida",
"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. Soy consciente de los riesgos asociados con la ejecución de código arbitrario y he verificado la confiabilidad de la fuente.",
"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. Soy consciente de los riesgos asociados con la ejecución de código arbitrario y he verificado la confiabilidad de la fuente.",
"ID": "ID",
"ID": "ID",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "Encender la curiosidad",
"Ignite curiosity": "Encender la curiosidad",
"Image": "Imagen",
"Image": "Imagen",
"Image Compression": "Compresión de Imagen",
"Image Compression": "Compresión de Imagen",
@@ -596,16 +610,16 @@
"Image Generation (Experimental)": "Generación de Imagen (experimental)",
"Image Generation (Experimental)": "Generación de Imagen (experimental)",
"Image Generation Engine": "Motor de Generación de Imagen",
"Image Generation Engine": "Motor de Generación de Imagen",
"Image Max Compression Size": "Tamaño Máximo de Compresión de Imagen",
"Image Max Compression Size": "Tamaño Máximo de Compresión de Imagen",
- "Image Prompt Generation": "Indicador(prompt) para Generación de Imagen",
- "Image Prompt Generation Prompt": "Indicador para la Generación de Inficador de Imagen",
- "Image Settings": "Configuración de la Imágen",
+ "Image Prompt Generation": "Indicador para Generación de Imagen",
+ "Image Prompt Generation Prompt": "Indicador para la Generación de Imagen",
+ "Image Settings": "Configuración de Imágen",
"Images": "Imágenes",
"Images": "Imágenes",
"Import Chats": "Importar Chats",
"Import Chats": "Importar Chats",
"Import Config from JSON File": "Importar Config desde Archivo JSON",
"Import Config from JSON File": "Importar Config desde Archivo JSON",
"Include `--api-auth` flag when running stable-diffusion-webui": "Incluir el señalizador `--api-auth` al ejecutar stable-diffusion-webui",
"Include `--api-auth` flag when running stable-diffusion-webui": "Incluir el señalizador `--api-auth` al ejecutar stable-diffusion-webui",
@@ -615,7 +629,7 @@
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Inyecta el contenido completo como contexto para un procesado comprensivo, recomendado para consultas complejas.",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Inyecta el contenido completo como contexto para un procesado comprensivo, recomendado para consultas complejas.",
"Input commands": "Ingresar comandos",
"Input commands": "Ingresar comandos",
"Install from Github URL": "Instalar desde la URL de Github",
"Install from Github URL": "Instalar desde la URL de Github",
- "Instant Auto-Send After Voice Transcription": "Auto-Envio Instantaneo tras la Transcripción de Voz",
+ "Instant Auto-Send After Voice Transcription": "AutoEnvio Instantaneo tras la Transcripción de Voz",
"Integration": "Integración",
"Integration": "Integración",
"Interface": "Interface",
"Interface": "Interface",
"Invalid file format.": "Formato de archivo Inválido.",
"Invalid file format.": "Formato de archivo Inválido.",
@@ -631,8 +645,8 @@
"June": "Junio",
"June": "Junio",
"Jupyter Auth": "Autenticación de Jupyter",
"Jupyter Auth": "Autenticación de Jupyter",
"Jupyter URL": "URL de Jupyter",
"Jupyter URL": "URL de Jupyter",
- "JWT Expiration": "Expiración del JWT",
- "JWT Token": "Token JWT",
+ "JWT Expiration": "Expiración del JSON Web Token (JWT)",
+ "JWT Token": "JSON Web Token",
"Kagi Search API Key": "Clave API de Kagi Search",
"Kagi Search API Key": "Clave API de Kagi Search",
"Keep Alive": "Mantener Vivo",
"Keep Alive": "Mantener Vivo",
"Key": "Clave",
"Key": "Clave",
@@ -648,19 +662,20 @@
"Kokoro.js Dtype": "Kokoro.js DType",
"Kokoro.js Dtype": "Kokoro.js DType",
"Label": "Etiqueta",
"Label": "Etiqueta",
"Landing Page Mode": "Modo Página Inicial",
"Landing Page Mode": "Modo Página Inicial",
- "Language": "Lenguaje",
+ "Language": "Idioma",
+ "Language Locales": "",
"Last Active": "Última Actividad",
"Last Active": "Última Actividad",
"Last Modified": "Último Modificación",
"Last Modified": "Último Modificación",
"Last reply": "Última Respuesta",
"Last reply": "Última Respuesta",
"LDAP": "LDAP",
"LDAP": "LDAP",
"LDAP server updated": "Servidor LDAP actualizado",
"LDAP server updated": "Servidor LDAP actualizado",
"Leaderboard": "Tabla Clasificatoria",
"Leaderboard": "Tabla Clasificatoria",
- "Learn more about OpenAPI tool servers.": "",
+ "Learn more about OpenAPI tool servers.": "Saber más sobre los servidores de herramientas OpenAPI",
"Leave empty for unlimited": "Dejar vacío para ilimitado",
"Leave empty for unlimited": "Dejar vacío para ilimitado",
"Leave empty to include all models from \"{{url}}/api/tags\" endpoint": "Dejar vacío para incluir todos los modelos desde el endpoint \"{{url}}/api/tags\"",
"Leave empty to include all models from \"{{url}}/api/tags\" endpoint": "Dejar vacío para incluir todos los modelos desde el endpoint \"{{url}}/api/tags\"",
"Leave empty to include all models from \"{{url}}/models\" endpoint": "Dejar vacío para incluir todos los modelos desde el endpoint \"{{url}}/models\"",
"Leave empty to include all models from \"{{url}}/models\" endpoint": "Dejar vacío para incluir todos los modelos desde el endpoint \"{{url}}/models\"",
"Leave empty to include all models or select specific models": "Dejar vacío para incluir todos los modelos o Seleccionar modelos específicos",
"Leave empty to include all models or select specific models": "Dejar vacío para incluir todos los modelos o Seleccionar modelos específicos",
- "Leave empty to use the default prompt, or enter a custom prompt": "Dejar vacío para usar el indicador(prompt) predeterminado, o Ingresar un indicador(prompt) personalizado",
+ "Leave empty to use the default prompt, or enter a custom prompt": "Dejar vacío para usar el indicador predeterminado, o Ingresar un indicador personalizado",
"Leave model field empty to use the default model.": "Dejar vacío el campo modelo para usar el modelo predeterminado.",
"Leave model field empty to use the default model.": "Dejar vacío el campo modelo para usar el modelo predeterminado.",
"License": "Licencia",
"License": "Licencia",
"Light": "Claro",
"Light": "Claro",
@@ -676,7 +691,7 @@
"Lost": "Perdido",
"Lost": "Perdido",
"LTR": "LTR",
"LTR": "LTR",
"Made by Open WebUI Community": "Creado por la Comunidad Open-WebUI",
"Made by Open WebUI Community": "Creado por la Comunidad Open-WebUI",
- "Make sure to enclose them with": "Asegúrate de adjuntarlos con",
+ "Make sure to enclose them with": "Asegúrate de delimitarlos con",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Asegúrate de exportar un archivo workflow.json en formato API desde ComfyUI.",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Asegúrate de exportar un archivo workflow.json en formato API desde ComfyUI.",
"Manage": "Gestionar",
"Manage": "Gestionar",
"Manage Direct Connections": "Gestionar Conexiones Directas",
"Manage Direct Connections": "Gestionar Conexiones Directas",
"Message rating should be enabled to use this feature": "Para usar esta función debe estar habilitada la calificación de mensajes",
"Message rating should be enabled to use this feature": "Para usar esta función debe estar habilitada la calificación de mensajes",
- "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 la creación del enlace no se compartirán. Los usuarios con la URL del enlace podrán ver el chat compartido.",
+ "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 la creación del enlace no se compartirán. L@s usuari@s con la URL del enlace podrán ver el chat compartido.",
"Min P": "Min P",
"Min P": "Min P",
- "Minimum Score": "Puntuación Mínima",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
- "Mistral OCR": "",
- "Mistral OCR API Key required.": "",
+ "Mistral OCR": "OCR Mistral",
+ "Mistral OCR API Key required.": "Clave API de Mistral OCR requerida",
"Model": "Modelo",
"Model": "Modelo",
"Model '{{modelName}}' has been successfully downloaded.": "Modelo '{{modelName}}' se ha descargado correctamente.",
"Model '{{modelName}}' has been successfully downloaded.": "Modelo '{{modelName}}' se ha descargado correctamente.",
"Model '{{modelTag}}' is already in queue for downloading.": "Modelo '{{modelTag}}' ya está en cola para descargar.",
"Model '{{modelTag}}' is already in queue for downloading.": "Modelo '{{modelTag}}' ya está en cola para descargar.",
@@ -759,15 +773,15 @@
"No results found": "No se encontraron resultados",
"No results found": "No se encontraron resultados",
"No search query generated": "No se generó ninguna consulta de búsqueda",
"No search query generated": "No se generó ninguna consulta de búsqueda",
"No source available": "No hay fuente disponible",
"No source available": "No hay fuente disponible",
- "No users were found.": "No se encontraron usuarios.",
+ "No users were found.": "No se encontraron usuari@s.",
"No valves to update": "No hay válvulas para actualizar",
"No valves to update": "No hay válvulas para actualizar",
"None": "Ninguno",
"None": "Ninguno",
"Not factually correct": "No es correcto en todos los aspectos",
"Not factually correct": "No es correcto en todos los aspectos",
"Not helpful": "No aprovechable",
"Not helpful": "No aprovechable",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si estableces una puntuación mínima, la búsqueda sólo devolverá documentos con una puntuación mayor o igual a la puntuación mínima establecida.",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si estableces una puntuación mínima, la búsqueda sólo devolverá documentos con una puntuación mayor o igual a la puntuación mínima establecida.",
"Only alphanumeric characters and hyphens are allowed": "Sólo están permitidos caracteres alfanuméricos y guiones",
"Only alphanumeric characters and hyphens are allowed": "Sólo están permitidos caracteres alfanuméricos y guiones",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Sólo están permitidos en la cadena de comandos caracteres alfanuméricos y guiones.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Sólo están permitidos en la cadena de comandos caracteres alfanuméricos y guiones.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Solo se pueden editar las colecciones, para añadir/editar documentos hay que crear una nueva base de conocimientos",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Solo se pueden editar las colecciones, para añadir/editar documentos hay que crear una nueva base de conocimientos",
- "Only select users and groups with permission can access": "Solo pueden acceder los usuarios y grupos con permiso",
+ "Only select users and groups with permission can access": "Solo pueden acceder l@s usuari@s y grupos con permiso",
"Oops! Looks like the URL is invalid. Please double-check and try again.": "¡vaya! Parece que la URL es inválida. Por favor, revisala y reintenta de nuevo.",
"Oops! Looks like the URL is invalid. Please double-check and try again.": "¡vaya! Parece que la URL es inválida. Por favor, revisala y reintenta de nuevo.",
"Oops! There are files still uploading. Please wait for the upload to complete.": "¡vaya! Todavía hay archivos subiendose. Por favor, espera a que se complete la subida.",
"Oops! There are files still uploading. Please wait for the upload to complete.": "¡vaya! Todavía hay archivos subiendose. Por favor, espera a que se complete la subida.",
"Oops! There was an error in the previous response.": "¡vaya! Hubo un error en la respuesta previa.",
"Oops! There was an error in the previous response.": "¡vaya! Hubo un error en la respuesta previa.",
@@ -794,7 +808,7 @@
"Open file": "Abrir archivo",
"Open file": "Abrir archivo",
"Open in full screen": "Abrir en pantalla completa",
"Open in full screen": "Abrir en pantalla completa",
"Open new chat": "Abrir nuevo chat",
"Open new chat": "Abrir nuevo chat",
- "Open WebUI can use tools provided by any OpenAPI server.": "",
+ "Open WebUI can use tools provided by any OpenAPI server.": "Open-WebUI puede usar herramientas proporcionadas por cualquier servidor OpenAPI",
"Open WebUI uses faster-whisper internally.": "Open-WebUI usa faster-whisper internamente.",
"Open WebUI uses faster-whisper internally.": "Open-WebUI usa faster-whisper internamente.",
"Open WebUI uses SpeechT5 and CMU Arctic speaker embeddings.": "Open-WebUI usa SpeechT5 y la incrustración de locutores de CMU Arctic.",
"Open WebUI uses SpeechT5 and CMU Arctic speaker embeddings.": "Open-WebUI usa SpeechT5 y la incrustración de locutores de CMU Arctic.",
"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 (v{{REQUIRED_VERSION}}) requerida",
"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 (v{{REQUIRED_VERSION}}) requerida",
@@ -804,16 +818,16 @@
"OpenAI API Key is required.": "Clave API de OpenAI requerida.",
"OpenAI API Key is required.": "Clave API de OpenAI requerida.",
"OpenAI API settings updated": "Ajustes de API OpenAI actualizados",
"OpenAI API settings updated": "Ajustes de API OpenAI actualizados",
"OpenAI URL/Key required.": "URL/Clave de OpenAI requerida.",
"OpenAI URL/Key required.": "URL/Clave de OpenAI requerida.",
- "openapi.json Path": "",
+ "openapi.json Path": "Ruta a openapi.json",
"or": "o",
"or": "o",
- "Organize your users": "Organiza tus usuarios",
+ "Organize your users": "Organiza tus usuari@s",
"Other": "Otro",
"Other": "Otro",
"OUTPUT": "SALIDA",
"OUTPUT": "SALIDA",
"Output format": "Formato de salida",
"Output format": "Formato de salida",
"Overview": "Vista General",
"Overview": "Vista General",
"page": "página",
"page": "página",
"Password": "Contraseña",
"Password": "Contraseña",
- "Paste Large Text as File": "Pegar el texto largo como archivo",
+ "Paste Large Text as File": "Pegar el Texto Largo como Archivo",
"PDF document (.pdf)": "Documento PDF (.pdf)",
"PDF document (.pdf)": "Documento PDF (.pdf)",
"PDF Extract Images (OCR)": "Extraer imágenes del PDF (OCR)",
"PDF Extract Images (OCR)": "Extraer imágenes del PDF (OCR)",
"Pull \"{{searchValue}}\" from Ollama.com": "Extraer \"{{searchValue}}\" desde Ollama.com",
"Pull \"{{searchValue}}\" from Ollama.com": "Extraer \"{{searchValue}}\" desde Ollama.com",
"Pull a model from Ollama.com": "Extraer un modelo desde Ollama.com",
"Pull a model from Ollama.com": "Extraer un modelo desde Ollama.com",
- "Query Generation Prompt": "Consulta de Generación del Indicador(prompt)",
+ "Query Generation Prompt": "Indicador para la Consulta de Generación",
"RAG Template": "Plantilla del RAG",
"RAG Template": "Plantilla del RAG",
"Rating": "Calificación",
"Rating": "Calificación",
"Re-rank models by topic similarity": "Reclasificar modelos por similitud temática",
"Re-rank models by topic similarity": "Reclasificar modelos por similitud temática",
@@ -874,17 +890,20 @@
"Record voice": "Grabar voz",
"Record voice": "Grabar voz",
"Redirecting you to Open WebUI Community": "Redireccionando a la Comunidad Open-WebUI",
"Redirecting you to Open WebUI Community": "Redireccionando a la Comunidad Open-WebUI",
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Reduce la probabilidad de generación sin sentido. Un valor más alto (p.ej. 100) dará respuestas más diversas, mientras que un valor más bajo (p.ej. 10) será más conservador.",
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Reduce la probabilidad de generación sin sentido. Un valor más alto (p.ej. 100) dará respuestas más diversas, mientras que un valor más bajo (p.ej. 10) será más conservador.",
- "Refer to yourself as \"User\" (e.g., \"User is learning Spanish\")": "Referir a ti mismo como \"Usuario\" (p.ej. \"Usuario está aprendiendo Español\")",
+ "Refer to yourself as \"User\" (e.g., \"User is learning Spanish\")": "Referir a ti mismo como \"Usuari@\" (p.ej. \"Usuari@ está aprendiendo Español\")",
"References from": "Referencias desde",
"References from": "Referencias desde",
"Refused when it shouldn't have": "Rechazado cuando no debería haberlo hecho",
"Refused when it shouldn't have": "Rechazado cuando no debería haberlo hecho",
"Regenerate": "Regenerar",
"Regenerate": "Regenerar",
+ "Reindex": "Reindexar",
+ "Reindex Knowledge Base Vectors": "Reindexar Base Vectorial de Conocimiento",
"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled.": "Establece un sesgo plano contra los tokens que han aparecido al menos una vez. Un valor más alto (p.ej. 1.5) penalizará las repeticiones más fuertemente, mientras que un valor más bajo (p.ej. 0.9) será más indulgente. En 0, está deshabilitado.",
"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled.": "Establece un sesgo plano contra los tokens que han aparecido al menos una vez. Un valor más alto (p.ej. 1.5) penalizará las repeticiones más fuertemente, mientras que un valor más bajo (p.ej. 0.9) será más indulgente. En 0, está deshabilitado.",
"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled.": "Establece un sesgo escalado contra los tokens para penalizar las repeticiones, basado en cuántas veces han aparecido. Un valor más alto (por ejemplo, 1.5) penalizará las repeticiones más fuertemente, mientras que un valor más bajo (por ejemplo, 0.9) será más indulgente. En 0, está deshabilitado.",
"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled.": "Establece un sesgo escalado contra los tokens para penalizar las repeticiones, basado en cuántas veces han aparecido. Un valor más alto (por ejemplo, 1.5) penalizará las repeticiones más fuertemente, mientras que un valor más bajo (por ejemplo, 0.9) será más indulgente. En 0, está deshabilitado.",
- "Sets how far back for the model to look back to prevent repetition.": "Establece cuánto debe mirar atrás el modelo para prevenir la repetición.",
+ "Sets how far back for the model to look back to prevent repetition.": "Establece cuántos tokens debe mirar atrás el modelo para prevenir la repetición.",
"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt.": "Establece la semilla de números aleatorios a usar para la generación. Establecer esto en un número específico hará que el modelo genere el mismo texto para el mismo indicador(prompt).",
"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt.": "Establece la semilla de números aleatorios a usar para la generación. Establecer esto en un número específico hará que el modelo genere el mismo texto para el mismo indicador(prompt).",
"Sets the size of the context window used to generate the next token.": "Establece el tamaño de la ventana del contexto utilizada para generar el siguiente token.",
"Sets the size of the context window used to generate the next token.": "Establece el tamaño de la ventana del contexto utilizada para generar el siguiente token.",
"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Establece las secuencias de parada a usar. Cuando se encuentre este patrón, el LLM dejará de generar texto y retornará. Se pueden establecer varios patrones de parada especificando separadamente múltiples parámetros de parada en un archivo de modelo.",
"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Establece las secuencias de parada a usar. Cuando se encuentre este patrón, el LLM dejará de generar texto y retornará. Se pueden establecer varios patrones de parada especificando separadamente múltiples parámetros de parada en un archivo de modelo.",
@@ -996,7 +1015,7 @@
"Sharing Permissions": "",
"Sharing Permissions": "",
"Show": "Mostrar",
"Show": "Mostrar",
"Show \"What's New\" modal on login": "Mostrar modal \"Qué hay de Nuevo\" al iniciar sesión",
"Show \"What's New\" modal on login": "Mostrar modal \"Qué hay de Nuevo\" al iniciar sesión",
- "Show Admin Details in Account Pending Overlay": "Mostrar Detalles Admin en la Sobrecapa Cuenta Pendiente",
+ "Show Admin Details in Account Pending Overlay": "Mostrar Detalles Admin en la sobrecapa de 'Cuenta Pendiente'",
"Show Model": "",
"Show Model": "",
"Show shortcuts": "Mostrar Atajos",
"Show shortcuts": "Mostrar Atajos",
"Show your support!": "¡Muestra tu apoyo!",
"Show your support!": "¡Muestra tu apoyo!",
@@ -1009,15 +1028,17 @@
"Sign up to {{WEBUI_NAME}}": "Crear una Cuenta en {{WEBUI_NAME}}",
"Sign up to {{WEBUI_NAME}}": "Crear una Cuenta en {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Iniciando Sesión en {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Iniciando Sesión en {{WEBUI_NAME}}",
"sk-1234": "sk-1234",
"sk-1234": "sk-1234",
+ "Sougou Search API sID": "",
+ "Sougou Search API SK": "",
"Source": "Fuente",
"Source": "Fuente",
"Speech Playback Speed": "Velocidad de Reproducción de Voz",
"Speech Playback Speed": "Velocidad de Reproducción de Voz",
"Speech recognition error: {{error}}": "Error en reconocimiento de voz: {{error}}",
"Speech recognition error: {{error}}": "Error en reconocimiento de voz: {{error}}",
"Speech-to-Text Engine": "Motor Voz a Texto(STT)",
"Speech-to-Text Engine": "Motor Voz a Texto(STT)",
"Stop": "Detener",
"Stop": "Detener",
- "Stop Sequence": "Detener Secuencia",
- "Stream Chat Response": "Transmitir Respuesta del Chat",
+ "Stop Sequence": "Secuencia de Parada",
+ "Stream Chat Response": "Transmisión Directa de la Respuesta del Chat",
"STT Model": "Modelo STT",
"STT Model": "Modelo STT",
- "STT Settings": "Ajustes STT",
+ "STT Settings": "Ajustes Voz a Texto (STT)",
"Subtitle (e.g. about the Roman Empire)": "Subtítulo (p.ej. sobre el Imperio Romano)",
"Subtitle (e.g. about the Roman Empire)": "Subtítulo (p.ej. sobre el Imperio Romano)",
"System Instructions": "Instrucciones del sistema",
"System Instructions": "Instrucciones del sistema",
- "System Prompt": "Indicador(prompt) del sistema",
+ "System Prompt": "Indicador del sistema",
"Tags": "Etiquetas",
"Tags": "Etiquetas",
"Tags Generation": "Generación de Etiquetas",
"Tags Generation": "Generación de Etiquetas",
- "Tags Generation Prompt": "Indicador(prompt) para la Generación de Etiquetas",
+ "Tags Generation Prompt": "Indicador para la Generación de Etiquetas",
"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting.": "El Muestreo de cola libre(TFS_Z) es usado para reducir el impacto de los tokens menos probables en la salida. Un valor más alto (p.ej. 2.0) reduce más fuertemente el impacto, mientras que un valor de 1.0 deshabilita este ajuste.",
"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting.": "El Muestreo de cola libre(TFS_Z) es usado para reducir el impacto de los tokens menos probables en la salida. Un valor más alto (p.ej. 2.0) reduce más fuertemente el impacto, mientras que un valor de 1.0 deshabilita este ajuste.",
"Talk to model": "Hablar con el modelo",
"Talk to model": "Hablar con el modelo",
"Tap to interrupt": "Toca para interrumpir",
"Tap to interrupt": "Toca para interrumpir",
"Tasks": "Tareas",
"Tasks": "Tareas",
"Tavily API Key": "Clave API de Tavily",
"Tavily API Key": "Clave API de Tavily",
+ "Tavily Extract Depth": "",
"Tell us more:": "Dinos algo más:",
"Tell us more:": "Dinos algo más:",
"Temperature": "Temperatura",
"Temperature": "Temperatura",
"Template": "Plantilla",
"Template": "Plantilla",
@@ -1045,12 +1067,12 @@
"Tfs Z": "TFS Z",
"Tfs Z": "TFS Z",
"Thanks for your feedback!": "¡Gracias por tu realimentación!",
"Thanks for your feedback!": "¡Gracias por tu realimentación!",
"The Application Account DN you bind with for search": "Cuenta DN de la aplicación vinculada para búsqueda",
"The Application Account DN you bind with for search": "Cuenta DN de la aplicación vinculada para búsqueda",
- "The base to search for users": "La base para buscar usuarios",
+ "The base to search for users": "La base para buscar usuari@s",
"The batch size determines how many text requests are processed together at once. A higher batch size can increase the performance and speed of the model, but it also requires more memory.": "El tamaño de lote determina cuántas solicitudes de texto se procesan juntas de una vez. Un tamaño de lote más alto puede aumentar el rendimiento y la velocidad del modelo, pero también requiere más memoria.",
"The batch size determines how many text requests are processed together at once. A higher batch size can increase the performance and speed of the model, but it also requires more memory.": "El tamaño de lote determina cuántas solicitudes de texto se procesan juntas de una vez. Un tamaño de lote más alto puede aumentar el rendimiento y la velocidad del modelo, pero también requiere más memoria.",
"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "L@s desarrolladores de este complemento son apasionad@s voluntari@s de la comunidad. Si este complemento te es útil, por favor considera contribuir a su desarrollo.",
"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "L@s desarrolladores de este complemento son apasionad@s voluntari@s de la comunidad. Si este complemento te es útil, por favor considera contribuir a su desarrollo.",
"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "La tabla clasificatoria de evaluación se basa en el sistema de clasificación Elo y se actualiza en tiempo real.",
"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "La tabla clasificatoria de evaluación se basa en el sistema de clasificación Elo y se actualiza en tiempo real.",
- "The LDAP attribute that maps to the mail that users use to sign in.": "El atributo LDAP que mapea el correo que los usuarios utilizan para iniciar sesión.",
- "The LDAP attribute that maps to the username that users use to sign in.": "El atributo LDAP que mapea el nombre de usuario que los usuarios utilizan para iniciar sesión.",
+ "The LDAP attribute that maps to the mail that users use to sign in.": "El atributo LDAP que mapea el correo que l@s usuari@s utilizan para iniciar sesión.",
+ "The LDAP attribute that maps to the username that users use to sign in.": "El atributo LDAP que mapea el nombre de usuari@ que l@s usuari@s utilizan para iniciar sesión.",
"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "La tabla clasificatoria está actualmente en beta, por lo que los cálculos de clasificación pueden reajustarse a medida que se refina el algoritmo.",
"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "La tabla clasificatoria está actualmente en beta, por lo que los cálculos de clasificación pueden reajustarse a medida que se refina el algoritmo.",
"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "El tamaño máximo del archivo en MB. Si el tamaño del archivo supera este límite, el archivo no se subirá.",
"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "El tamaño máximo del archivo en MB. Si el tamaño del archivo supera este límite, el archivo no se subirá.",
"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "El número máximo de archivos que se pueden utilizar a la vez en el chat. Si se supera este límite, los archivos no se subirán.",
"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "El número máximo de archivos que se pueden utilizar a la vez en el chat. Si se supera este límite, los archivos no se subirán.",
@@ -1060,10 +1082,10 @@
"Thinking...": "Pensando...",
"Thinking...": "Pensando...",
"This action cannot be undone. Do you wish to continue?": "Esta acción no se puede deshacer. ¿Desea continuar?",
"This action cannot be undone. Do you wish to continue?": "Esta acción no se puede deshacer. ¿Desea continuar?",
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Este canal fue creado el {{createdAt}}. Este es el comienzo del canal {{channelName}}.",
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Este canal fue creado el {{createdAt}}. Este es el comienzo del canal {{channelName}}.",
- "This chat won’t appear in history and your messages will not be saved.": "",
+ "This chat won’t appear in history and your messages will not be saved.": "Este chat no aparecerá en el historial y los mensajes no se guardarán.",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Esto garantiza que sus valiosas conversaciones se guardan de forma segura en tu base de datos del servidor trasero (backend). ¡Gracias!",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Esto garantiza que sus valiosas conversaciones se guardan de forma segura en tu base de datos del servidor trasero (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, por lo que puede no funcionar como se esperaba y está sujeta a cambios en cualquier momento.",
"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, por lo que puede no funcionar como se esperaba y está sujeta a cambios en cualquier momento.",
- "This option controls how many tokens are preserved when refreshing the context. For example, if set to 2, the last 2 tokens of the conversation context will be retained. Preserving context can help maintain the continuity of a conversation, but it may reduce the ability to respond to new topics.": "Esta opción controla cuántos tokens se conservan cuando se actualiza el contexto. Por ejemplo, si se establece en 2, se conservarán los últimos 2 tokens del contexto de la conversación. Conservar el contexto puede ayudar a mantener la continuidad de una conversación, pero puede reducir la habilidad para responder a nuevos temas.",
+ "This option controls how many tokens are preserved when refreshing the context. For example, if set to 2, the last 2 tokens of the conversation context will be retained. Preserving context can help maintain the continuity of a conversation, but it may reduce the ability to respond to new topics.": "Esta opción controla cuántos tokens se conservan cuando se actualiza el contexto. Por ejemplo, si se establece en 2, se conservarán los primeros 2 tokens del contexto de la conversación. Conservar el contexto puede ayudar a mantener la continuidad de una conversación, pero puede reducir la habilidad para responder a nuevos temas.",
"This option sets the maximum number of tokens the model can generate in its response. Increasing this limit allows the model to provide longer answers, but it may also increase the likelihood of unhelpful or irrelevant content being generated.": "Esta opción establece el número máximo de tokens que el modelo puede generar en sus respuestas. Aumentar este límite permite al modelo proporcionar respuestas más largas, pero también puede aumentar la probabilidad de que se genere contenido inútil o irrelevante.",
"This option sets the maximum number of tokens the model can generate in its response. Increasing this limit allows the model to provide longer answers, but it may also increase the likelihood of unhelpful or irrelevant content being generated.": "Esta opción establece el número máximo de tokens que el modelo puede generar en sus respuestas. Aumentar este límite permite al modelo proporcionar respuestas más largas, pero también puede aumentar la probabilidad de que se genere contenido inútil o irrelevante.",
"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 los nuevos archivos subidos.",
"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 los nuevos archivos subidos.",
"This response was generated by \"{{model}}\"": "Esta respuesta fue generada por \"{{model}}\"",
"This response was generated by \"{{model}}\"": "Esta respuesta fue generada por \"{{model}}\"",
@@ -1084,11 +1106,11 @@
"Title Auto-Generation": "AutoGeneración de Títulos",
"Title Auto-Generation": "AutoGeneración de Títulos",
"Title cannot be an empty string.": "El título no puede ser una cadena vacía.",
"Title cannot be an empty string.": "El título no puede ser una cadena vacía.",
"Title Generation": "Generación de Títulos",
"Title Generation": "Generación de Títulos",
- "Title Generation Prompt": "Indicador(prompt) para la Generación de Título",
+ "Title Generation Prompt": "Indicador para la Generación de Título",
"TLS": "TLS",
"TLS": "TLS",
"To access the available model names for downloading,": "Para acceder a los nombres de modelos disponibles para descargar,",
"To access the available model names for downloading,": "Para acceder a los nombres de modelos disponibles para descargar,",
"To access the GGUF models available for downloading,": "Para acceder a los modelos GGUF disponibles para descargar,",
"To access the GGUF models available for downloading,": "Para acceder a los modelos GGUF disponibles para descargar,",
- "To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Para acceder a WebUI, por favor contacte con Admins. L@s administradores pueden gestionar los estados de l@s usuarios desde el panel de administración.",
+ "To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Para acceder a WebUI, por favor contacte con Admins. L@s administradores pueden gestionar los estados de l@s usuari@s esde el panel de administración.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Para adjuntar la base de conocimientos aquí, primero añadirla a \"Conocimiento\" en el área de trabajo.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Para adjuntar la base de conocimientos aquí, primero añadirla a \"Conocimiento\" en el área de trabajo.",
"To learn more about available endpoints, visit our documentation.": "Para aprender más sobre los endpoints disponibles, visite nuestra documentación.",
"To learn more about available endpoints, visit our documentation.": "Para aprender más sobre los endpoints disponibles, visite nuestra documentación.",
"To protect your privacy, only ratings, model IDs, tags, and metadata are shared from your feedback—your chat logs remain private and are not included.": "Para proteger tu privacidad, de tu realimentación solo se comparten las calificaciones, IDs de modelo, etiquetas y metadatos; tus chat registrados permanecen privados y no se incluyen.",
"To protect your privacy, only ratings, model IDs, tags, and metadata are shared from your feedback—your chat logs remain private and are not included.": "Para proteger tu privacidad, de tu realimentación solo se comparten las calificaciones, IDs de modelo, etiquetas y metadatos; tus chat registrados permanecen privados y no se incluyen.",
"Tools are a function calling system with arbitrary code execution": "Las herramientas son un sistema de llamada de funciones con ejecución de código arbitrario",
"Tools are a function calling system with arbitrary code execution": "Las herramientas son un sistema de llamada de funciones con ejecución de código arbitrario",
- "Tools Function Calling Prompt": "Indicador(prompt) para la Función de Llamada a las Herramientas",
+ "Tools Function Calling Prompt": "Indicador para la Función de Llamada a las Herramientas",
"Tools have a function calling system that allows arbitrary code execution": "Las herramientas tienen un sistema de llamadas de funciones que permite la ejecución de código arbitrario",
"Tools have a function calling system that allows arbitrary code execution": "Las herramientas tienen un sistema de llamadas de funciones que permite la ejecución de código arbitrario",
"Tools have a function calling system that allows arbitrary code execution.": "Las herramientas tienen un sistema de llamada de funciones que permite la ejecución de código arbitrario.",
"Tools have a function calling system that allows arbitrary code execution.": "Las herramientas tienen un sistema de llamada de funciones que permite la ejecución de código arbitrario.",
"Tools Public Sharing": "",
"Tools Public Sharing": "",
@@ -1123,9 +1145,9 @@
"Transformers": "Transformadores",
"Transformers": "Transformadores",
"Trouble accessing Ollama?": "¿Problemas para acceder a Ollama?",
"Trouble accessing Ollama?": "¿Problemas para acceder a Ollama?",
"Type Hugging Face Resolve (Download) URL": "Escribir la URL de Hugging Face Resolve (Descarga)",
"Type Hugging Face Resolve (Download) URL": "Escribir la URL de Hugging Face Resolve (Descarga)",
"Uh-oh! There was an issue with the response.": "¡Vaya! Hubo un problema con la respuesta.",
"Uh-oh! There was an issue with the response.": "¡Vaya! Hubo un problema con la respuesta.",
@@ -1154,18 +1176,20 @@
"Upload Progress": "Progreso de la Subida",
"Upload Progress": "Progreso de la Subida",
"URL": "URL",
"URL": "URL",
"URL Mode": "Modo URL",
"URL Mode": "Modo URL",
- "Use '#' in the prompt input to load and include your knowledge.": "Utilizar '#' en el indicador(prompt) para cargar e incluir tu conocimiento.",
+ "Use '#' in the prompt input to load and include your knowledge.": "Utilizar '#' en el indicador para cargar e incluir tu conocimiento.",
"Use Gravatar": "Usar Gravatar",
"Use Gravatar": "Usar Gravatar",
- "Use groups to group your users and assign permissions.": "Usar grupos para agrupar a usuarios y asignar permisos.",
+ "Use groups to group your users and assign permissions.": "Usar grupos para agrupar a usuari@s y asignar permisos.",
"Use Initials": "Usar Iniciales",
"Use Initials": "Usar Iniciales",
+ "Use no proxy to fetch page contents.": "No usar proxy para extraer contenidos",
+ "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "Usar el proxy asignado en las variables del entorno http_proxy y/o https_proxy para extraer contenido",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mmap (Ollama)": "use_mmap (Ollama)",
"use_mmap (Ollama)": "use_mmap (Ollama)",
- "user": "usuario",
- "User": "Usuario",
- "User location successfully retrieved.": "Ubicación del usuario obtenida correctamente.",
"Using the default arena model with all models. Click the plus button to add custom models.": "Usando el modelo de arena predeterminado con todos los modelos. Pulsar en el botón + para agregar modelos personalizados.",
"Using the default arena model with all models. Click the plus button to add custom models.": "Usando el modelo de arena predeterminado con todos los modelos. Pulsar en el botón + para agregar modelos personalizados.",
"Utilize": "Utilizar",
"Utilize": "Utilizar",
"Valid time units:": "Unidades de tiempo válidas:",
"Valid time units:": "Unidades de tiempo válidas:",
- "variable to have them replaced with clipboard content.": "variable para ser reemplazada con el contenido del portapapeles.",
+ "variable to have them replaced with clipboard content.": "hace que la variable sea reemplazada con el contenido del portapapeles.",
"Verify Connection": "Verificar Conexión",
"Verify Connection": "Verificar Conexión",
+ "Verify SSL Certificate": "",
"Version": "Versión",
"Version": "Versión",
"Version {{selectedVersion}} of {{totalVersions}}": "Versión {{selectedVersion}} de {{totalVersions}}",
"Version {{selectedVersion}} of {{totalVersions}}": "Versión {{selectedVersion}} de {{totalVersions}}",
"View Replies": "Ver Respuestas",
"View Replies": "Ver Respuestas",
@@ -1184,16 +1209,17 @@
"Voice Input": "Entrada de Voz",
"Voice Input": "Entrada de Voz",
"Warning": "Aviso",
"Warning": "Aviso",
"Warning:": "Aviso:",
"Warning:": "Aviso:",
- "Warning: Enabling this will allow users to upload arbitrary code on the server.": "Aviso: Habilitar esto permitirá a los usuarios subir código arbitrario al servidor.",
+ "Warning: Enabling this will allow users to upload arbitrary code on the server.": "Aviso: Habilitar esto permitirá a l@s usuari@s subir código arbitrario al servidor.",
"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Aviso: Si actualizas o cambias el modelo de incrustacción, necesitarás re-importar todos los documentos.",
"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Aviso: Si actualizas o cambias el modelo de incrustacción, necesitarás re-importar todos los documentos.",
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "Aviso: La ejecución Jupyter habilita la ejecución de código arbitrario, planteando graves riesgos de seguridad; Proceder con extrema precaución.",
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "Aviso: La ejecución Jupyter habilita la ejecución de código arbitrario, planteando graves riesgos de seguridad; Proceder con extrema precaución.",
"Web": "Web",
"Web": "Web",
"Web API": "API Web",
"Web API": "API Web",
+ "Web Loader Engine": "",
"Web Search": "Búsqueda Web",
"Web Search": "Búsqueda Web",
"Web Search Engine": "Motor Búsqueda Web",
"Web Search Engine": "Motor Búsqueda Web",
"Web Search in Chat": "Búsqueda Web en Chat",
"Web Search in Chat": "Búsqueda Web en Chat",
"Web Search Query Generation": "Generación de Consulta Búsqueda Web",
"Web Search Query Generation": "Generación de Consulta Búsqueda Web",
- "Webhook URL": "URL EngancheWeb(Webhook)",
+ "Webhook URL": "URL EnganchesWeb(Webhook)",
"WebUI Settings": "WebUI Ajustes",
"WebUI Settings": "WebUI Ajustes",
"WebUI URL": "WebUI URL",
"WebUI URL": "WebUI URL",
"WebUI will make requests to \"{{url}}\"": "",
"WebUI will make requests to \"{{url}}\"": "",
@@ -1202,7 +1228,7 @@
"What are you trying to achieve?": "¿Qué estás tratando de conseguir?",
"What are you trying to achieve?": "¿Qué estás tratando de conseguir?",
"What are you working on?": "¿En qué estás trabajando?",
"What are you working on?": "¿En qué estás trabajando?",
"What’s New in": "Que hay de Nuevo en",
"What’s New in": "Que hay de Nuevo en",
- "When enabled, the model will respond to each chat message in real-time, generating a response as soon as the user sends a message. This mode is useful for live chat applications, but may impact performance on slower hardware.": "Cuando está habilitado, el modelo responderá a cada mensaje de chat en tiempo real, generando una respuesta tan pronto como el usuario envíe un mensaje. Este modo es útil para aplicaciones de chat en vivo, pero puede afectar al rendimiento en equipos más lentos.",
+ "When enabled, the model will respond to each chat message in real-time, generating a response as soon as the user sends a message. This mode is useful for live chat applications, but may impact performance on slower hardware.": "Cuando está habilitado, el modelo responderá a cada mensaje de chat en tiempo real, generando una respuesta tan pronto como se envíe un mensaje. Este modo es útil para aplicaciones de chat en vivo, pero puede afectar al rendimiento en equipos más lentos.",
"wherever you are": "dondequiera que estés",
"wherever you are": "dondequiera que estés",
"Whisper (Local)": "Whisper (Local)",
"Whisper (Local)": "Whisper (Local)",
"Why?": "¿Por qué?",
"Why?": "¿Por qué?",
@@ -1212,7 +1238,7 @@
"Workspace": "Espacio de Trabajo",
"Workspace": "Espacio de Trabajo",
"Workspace Permissions": "Permisos del Espacio de Trabajo",
"Workspace Permissions": "Permisos del Espacio de Trabajo",
"Write": "Escribir",
"Write": "Escribir",
- "Write a prompt suggestion (e.g. Who are you?)": "Escribe una sugerencia de Indicador(prompt) (p.ej. ¿quién eres?)",
+ "Write a prompt suggestion (e.g. Who are you?)": "Escribe una sugerencia de indicador (p.ej. ¿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].",
"Write a summary in 50 words that summarizes [topic or keyword].": "Escribe un resumen en 50 palabras que resuma [tema o palabra clave].",
"Write something...": "Escribe algo...",
"Write something...": "Escribe algo...",
"Write your model template content here": "Escribe el contenido de la plantilla de tu modelo aquí",
"Write your model template content here": "Escribe el contenido de la plantilla de tu modelo aquí",
"Enter Sampler (e.g. Euler a)": "Sisestage valimismeetod (nt Euler a)",
"Enter Sampler (e.g. Euler a)": "Sisestage valimismeetod (nt Euler a)",
@@ -441,10 +448,13 @@
"Enter server host": "Sisestage serveri host",
"Enter server host": "Sisestage serveri host",
"Enter server label": "Sisestage serveri silt",
"Enter server label": "Sisestage serveri silt",
"Enter server port": "Sisestage serveri port",
"Enter server port": "Sisestage serveri port",
+ "Enter Sougou Search API sID": "",
+ "Enter Sougou Search API SK": "",
"Enter stop sequence": "Sisestage lõpetamise järjestus",
"Enter stop sequence": "Sisestage lõpetamise järjestus",
"Enter system prompt": "Sisestage süsteemi vihjed",
"Enter system prompt": "Sisestage süsteemi vihjed",
"Enter system prompt here": "",
"Enter system prompt here": "",
"Enter Tavily API Key": "Sisestage Tavily API võti",
"Enter Tavily API Key": "Sisestage Tavily API võti",
+ "Enter Tavily Extract Depth": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "Sisestage oma WebUI avalik URL. Seda URL-i kasutatakse teadaannetes linkide genereerimiseks.",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "Sisestage oma WebUI avalik URL. Seda URL-i kasutatakse teadaannetes linkide genereerimiseks.",
"Enter Tika Server URL": "Sisestage Tika serveri URL",
"Enter Tika Server URL": "Sisestage Tika serveri URL",
"Enter timeout in seconds": "Sisestage aegumine sekundites",
"Enter timeout in seconds": "Sisestage aegumine sekundites",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "Filter on nüüd globaalselt lubatud",
"Filter is now globally enabled": "Filter on nüüd globaalselt lubatud",
"Filters": "Filtrid",
"Filters": "Filtrid",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Tuvastati sõrmejälje võltsimine: initsiaalide kasutamine avatarina pole võimalik. Kasutatakse vaikimisi profiilikujutist.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Tuvastati sõrmejälje võltsimine: initsiaalide kasutamine avatarina pole võimalik. Kasutatakse vaikimisi profiilikujutist.",
"Folder deleted successfully": "Kaust edukalt kustutatud",
"Folder deleted successfully": "Kaust edukalt kustutatud",
@@ -589,6 +601,8 @@
"Hybrid Search": "Hübriidotsing",
"Hybrid Search": "Hübriidotsing",
"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.": "Kinnitan, et olen lugenud ja mõistan oma tegevuse tagajärgi. Olen teadlik suvalise koodi käivitamisega seotud riskidest ja olen kontrollinud allika usaldusväärsust.",
"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.": "Kinnitan, et olen lugenud ja mõistan oma tegevuse tagajärgi. Olen teadlik suvalise koodi käivitamisega seotud riskidest ja olen kontrollinud allika usaldusväärsust.",
"ID": "ID",
"ID": "ID",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "Süüta uudishimu",
"Ignite curiosity": "Süüta uudishimu",
"Image": "Pilt",
"Image": "Pilt",
"Image Compression": "Pildi tihendamine",
"Image Compression": "Pildi tihendamine",
@@ -649,6 +663,7 @@
"Label": "Silt",
"Label": "Silt",
"Landing Page Mode": "Maandumislehe režiim",
"Landing Page Mode": "Maandumislehe režiim",
"Language": "Keel",
"Language": "Keel",
+ "Language Locales": "",
"Last Active": "Viimati aktiivne",
"Last Active": "Viimati aktiivne",
"Last Modified": "Viimati muudetud",
"Last Modified": "Viimati muudetud",
"Last reply": "Viimane vastus",
"Last reply": "Viimane vastus",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "Selle funktsiooni kasutamiseks peaks sõnumite hindamine olema lubatud",
"Message rating should be enabled to use this feature": "Selle funktsiooni kasutamiseks peaks sõnumite hindamine olema lubatud",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Teie saadetud sõnumeid pärast lingi loomist ei jagata. Kasutajad, kellel on URL, saavad vaadata jagatud vestlust.",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Teie saadetud sõnumeid pärast lingi loomist ei jagata. Kasutajad, kellel on URL, saavad vaadata jagatud vestlust.",
"Min P": "Min P",
"Min P": "Min P",
- "Minimum Score": "Minimaalne skoor",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
@@ -833,6 +847,8 @@
"Pipelines Valves": "Torustike klapid",
"Pipelines Valves": "Torustike klapid",
"Plain text (.txt)": "Lihttekst (.txt)",
"Plain text (.txt)": "Lihttekst (.txt)",
"Playground": "Mänguväljak",
"Playground": "Mänguväljak",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "Palun vaadake hoolikalt läbi järgmised hoiatused:",
"Please carefully review the following warnings:": "Palun vaadake hoolikalt läbi järgmised hoiatused:",
"Please do not close the settings page while loading the model.": "Palun ärge sulgege seadete lehte mudeli laadimise ajal.",
"Please do not close the settings page while loading the model.": "Palun ärge sulgege seadete lehte mudeli laadimise ajal.",
"Please enter a prompt": "Palun sisestage vihje",
"Please enter a prompt": "Palun sisestage vihje",
@@ -878,8 +894,11 @@
"References from": "Viited allikast",
"References from": "Viited allikast",
"Refused when it shouldn't have": "Keeldus, kui ei oleks pidanud",
"Refused when it shouldn't have": "Keeldus, kui ei oleks pidanud",
"Regenerate": "Regenereeri",
"Regenerate": "Regenereeri",
+ "Reindex": "",
+ "Reindex Knowledge Base Vectors": "",
"Release Notes": "Väljalaskemärkmed",
"Release Notes": "Väljalaskemärkmed",
"Relevance": "Asjakohasus",
"Relevance": "Asjakohasus",
+ "Relevance Threshold": "",
"Remove": "Eemalda",
"Remove": "Eemalda",
"Remove Model": "Eemalda mudel",
"Remove Model": "Eemalda mudel",
"Rename": "Nimeta ümber",
"Rename": "Nimeta ümber",
@@ -1009,6 +1028,8 @@
"Sign up to {{WEBUI_NAME}}": "Registreeru {{WEBUI_NAME}}",
"Sign up to {{WEBUI_NAME}}": "Registreeru {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Sisselogimine {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Sisselogimine {{WEBUI_NAME}}",
"Use groups to group your users and assign permissions.": "Kasutage gruppe oma kasutajate grupeerimiseks ja õiguste määramiseks.",
"Use groups to group your users and assign permissions.": "Kasutage gruppe oma kasutajate grupeerimiseks ja õiguste määramiseks.",
"Use Initials": "Kasuta initsiaale",
"Use Initials": "Kasuta initsiaale",
+ "Use no proxy to fetch page contents.": "",
+ "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mmap (Ollama)": "use_mmap (Ollama)",
"use_mmap (Ollama)": "use_mmap (Ollama)",
"user": "kasutaja",
"user": "kasutaja",
@@ -1175,6 +1199,7 @@
"variable": "muutuja",
"variable": "muutuja",
"variable to have them replaced with clipboard content.": "muutuja, et need asendataks lõikelaua sisuga.",
"variable to have them replaced with clipboard content.": "muutuja, et need asendataks lõikelaua sisuga.",
"Verify Connection": "",
"Verify Connection": "",
+ "Verify SSL Certificate": "",
"Version": "Versioon",
"Version": "Versioon",
"Version {{selectedVersion}} of {{totalVersions}}": "Versioon {{selectedVersion}} / {{totalVersions}}",
"Version {{selectedVersion}} of {{totalVersions}}": "Versioon {{selectedVersion}} / {{totalVersions}}",
"View Replies": "Vaata vastuseid",
"View Replies": "Vaata vastuseid",
@@ -1189,6 +1214,7 @@
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "Hoiatus: Jupyter täitmine võimaldab suvalise koodi käivitamist, mis kujutab endast tõsist turvariski - jätkake äärmise ettevaatusega.",
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "Hoiatus: Jupyter täitmine võimaldab suvalise koodi käivitamist, mis kujutab endast tõsist turvariski - jätkake äärmise ettevaatusega.",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Sartu Tika Zerbitzari URLa",
"Enter Tika Server URL": "Sartu Tika Zerbitzari URLa",
"Enter timeout in seconds": "",
"Enter timeout in seconds": "",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "Iragazkia orain globalki gaituta dago",
"Filter is now globally enabled": "Iragazkia orain globalki gaituta dago",
"Filters": "Iragazkiak",
"Filters": "Iragazkiak",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Hatz-marka faltsutzea detektatu da: Ezin dira inizialak avatar gisa erabili. Profil irudi lehenetsia erabiliko da.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Hatz-marka faltsutzea detektatu da: Ezin dira inizialak avatar gisa erabili. Profil irudi lehenetsia erabiliko da.",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "Modu jariagarrian transmititu kanpoko erantzun zati handiak",
"Fluidly stream large external response chunks": "Modu jariagarrian transmititu kanpoko erantzun zati handiak",
"Focus chat input": "Fokuratu txataren sarrera",
"Focus chat input": "Fokuratu txataren sarrera",
"Folder deleted successfully": "Karpeta ongi ezabatu da",
"Folder deleted successfully": "Karpeta ongi ezabatu da",
@@ -589,6 +601,8 @@
"Hybrid Search": "Bilaketa Hibridoa",
"Hybrid Search": "Bilaketa Hibridoa",
"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.": "Onartzen dut irakurri dudala eta nire ekintzaren ondorioak ulertzen ditudala. Kode arbitrarioa exekutatzearekin lotutako arriskuez jabetzen naiz eta iturriaren fidagarritasuna egiaztatu dut.",
"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.": "Onartzen dut irakurri dudala eta nire ekintzaren ondorioak ulertzen ditudala. Kode arbitrarioa exekutatzearekin lotutako arriskuez jabetzen naiz eta iturriaren fidagarritasuna egiaztatu dut.",
"ID": "IDa",
"ID": "IDa",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "Piztu jakin-mina",
"Ignite curiosity": "Piztu jakin-mina",
"Image": "",
"Image": "",
"Image Compression": "",
"Image Compression": "",
@@ -649,6 +663,7 @@
"Label": "Etiketa",
"Label": "Etiketa",
"Landing Page Mode": "Hasiera Orriaren Modua",
"Landing Page Mode": "Hasiera Orriaren Modua",
"Language": "Hizkuntza",
"Language": "Hizkuntza",
+ "Language Locales": "",
"Last Active": "Azken Aktibitatea",
"Last Active": "Azken Aktibitatea",
"Last Modified": "Azken Aldaketa",
"Last Modified": "Azken Aldaketa",
"Last reply": "",
"Last reply": "",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "Mezuen balorazioa gaitu behar da funtzionalitate hau erabiltzeko",
"Message rating should be enabled to use this feature": "Mezuen balorazioa gaitu behar da funtzionalitate hau erabiltzeko",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Esteka sortu ondoren bidaltzen dituzun mezuak ez dira partekatuko. URLa duten erabiltzaileek partekatutako txata ikusi ahal izango dute.",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Esteka sortu ondoren bidaltzen dituzun mezuak ez dira partekatuko. URLa duten erabiltzaileek partekatutako txata ikusi ahal izango dute.",
"Min P": "Min P",
"Min P": "Min P",
- "Minimum Score": "Puntuazio minimoa",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
@@ -833,6 +847,8 @@
"Pipelines Valves": "Pipeline balbulak",
"Pipelines Valves": "Pipeline balbulak",
"Plain text (.txt)": "Testu laua (.txt)",
"Plain text (.txt)": "Testu laua (.txt)",
"Playground": "Jolaslekua",
"Playground": "Jolaslekua",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "Mesedez, berrikusi arretaz hurrengo oharrak:",
"Please carefully review the following warnings:": "Mesedez, berrikusi arretaz hurrengo oharrak:",
"Please do not close the settings page while loading the model.": "",
"Please do not close the settings page while loading the model.": "",
"Please enter a prompt": "Mesedez, sartu prompt bat",
"Please enter a prompt": "Mesedez, sartu prompt bat",
@@ -878,8 +894,11 @@
"References from": "Erreferentziak hemendik",
"References from": "Erreferentziak hemendik",
"Refused when it shouldn't have": "Ukatu duenean ukatu behar ez zuenean",
"Refused when it shouldn't have": "Ukatu duenean ukatu behar ez zuenean",
"Regenerate": "Bersortu",
"Regenerate": "Bersortu",
+ "Reindex": "",
+ "Reindex Knowledge Base Vectors": "",
"Release Notes": "Bertsio oharrak",
"Release Notes": "Bertsio oharrak",
"Relevance": "Garrantzia",
"Relevance": "Garrantzia",
+ "Relevance Threshold": "",
"Remove": "Kendu",
"Remove": "Kendu",
"Remove Model": "Kendu modeloa",
"Remove Model": "Kendu modeloa",
"Rename": "Berrizendatu",
"Rename": "Berrizendatu",
@@ -1009,6 +1028,8 @@
"Sign up to {{WEBUI_NAME}}": "Erregistratu {{WEBUI_NAME}}-n",
"Sign up to {{WEBUI_NAME}}": "Erregistratu {{WEBUI_NAME}}-n",
"Signing in to {{WEBUI_NAME}}": "{{WEBUI_NAME}}-n saioa hasten",
"Signing in to {{WEBUI_NAME}}": "{{WEBUI_NAME}}-n saioa hasten",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Tika Server URL": "",
"Enter timeout in seconds": "",
"Enter timeout in seconds": "",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "",
"Filter is now globally enabled": "",
"Filters": "",
"Filters": "",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "فانگ سرفیس شناسایی شد: نمی توان از نمایه شما به عنوان آواتار استفاده کرد. پیش فرض به عکس پروفایل پیش فرض برگشت داده شد.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "فانگ سرفیس شناسایی شد: نمی توان از نمایه شما به عنوان آواتار استفاده کرد. پیش فرض به عکس پروفایل پیش فرض برگشت داده شد.",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "تکه های پاسخ خارجی بزرگ را به صورت سیال پخش کنید",
"Fluidly stream large external response chunks": "تکه های پاسخ خارجی بزرگ را به صورت سیال پخش کنید",
"Focus chat input": "فوکوس کردن ورودی گپ",
"Focus chat input": "فوکوس کردن ورودی گپ",
"Folder deleted successfully": "",
"Folder deleted successfully": "",
@@ -589,6 +601,8 @@
"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.": "",
"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": "",
"ID": "",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "",
"Ignite curiosity": "",
"Image": "",
"Image": "",
"Image Compression": "",
"Image Compression": "",
@@ -649,6 +663,7 @@
"Label": "",
"Label": "",
"Landing Page Mode": "",
"Landing Page Mode": "",
"Language": "زبان",
"Language": "زبان",
+ "Language Locales": "",
"Last Active": "آخرین فعال",
"Last Active": "آخرین فعال",
"Last Modified": "",
"Last Modified": "",
"Last reply": "",
"Last reply": "",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "",
"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 می توانند چت اشتراک را مشاهده کنند.",
"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": "نماد کمینه",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
@@ -833,6 +847,8 @@
"Pipelines Valves": "شیرالات خطوط لوله",
"Pipelines Valves": "شیرالات خطوط لوله",
"Plain text (.txt)": "متن ساده (.txt)",
"Plain text (.txt)": "متن ساده (.txt)",
"Playground": "زمین بازی",
"Playground": "زمین بازی",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "",
"Please carefully review the following warnings:": "",
"Please do not close the settings page while loading the model.": "",
"Please do not close the settings page while loading the model.": "",
"Please enter a prompt": "",
"Please enter a prompt": "",
@@ -878,8 +894,11 @@
"References from": "",
"References from": "",
"Refused when it shouldn't have": "رد شده زمانی که باید نباشد",
"Refused when it shouldn't have": "رد شده زمانی که باید نباشد",
"Enter system prompt": "Kirjoita järjestelmäkehote",
"Enter system prompt": "Kirjoita järjestelmäkehote",
"Enter system prompt here": "Kirjoita järjestelmäkehote tähän",
"Enter system prompt here": "Kirjoita järjestelmäkehote tähän",
"Enter Tavily API Key": "Kirjoita Tavily API -avain",
"Enter Tavily API Key": "Kirjoita Tavily API -avain",
+ "Enter Tavily Extract Depth": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "Kirjoita julkinen WebUI verkko-osoitteesi. Verkko-osoitetta käytetään osoitteiden luontiin ilmoituksissa.",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "Kirjoita julkinen WebUI verkko-osoitteesi. Verkko-osoitetta käytetään osoitteiden luontiin ilmoituksissa.",
"Enter Tika Server URL": "Kirjoita Tika Server URL",
"Enter Tika Server URL": "Kirjoita Tika Server URL",
"Enter timeout in seconds": "Aseta aikakatkaisu sekunneissa",
"Enter timeout in seconds": "Aseta aikakatkaisu sekunneissa",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "Suodatin on nyt otettu käyttöön globaalisti",
"Filter is now globally enabled": "Suodatin on nyt otettu käyttöön globaalisti",
"Filters": "Suodattimet",
"Filters": "Suodattimet",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Sormenjäljen väärentäminen havaittu: Alkukirjaimia ei voi käyttää avatarina. Käytetään oletusprofiilikuvaa.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Sormenjäljen väärentäminen havaittu: Alkukirjaimia ei voi käyttää avatarina. Käytetään oletusprofiilikuvaa.",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "Virtaa suuria ulkoisia vastausosia joustavasti",
"Fluidly stream large external response chunks": "Virtaa suuria ulkoisia vastausosia joustavasti",
"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.": "Vahvistan, että olen lukenut ja ymmärrän toimintani seuraukset. Olen tietoinen mielivaltaisen koodin suorittamiseen liittyvistä riskeistä ja olen varmistanut lähteen luotettavuuden.",
"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.": "Vahvistan, että olen lukenut ja ymmärrän toimintani seuraukset. Olen tietoinen mielivaltaisen koodin suorittamiseen liittyvistä riskeistä ja olen varmistanut lähteen luotettavuuden.",
"ID": "Tunnus",
"ID": "Tunnus",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "Sytytä uteliaisuus",
"Ignite curiosity": "Sytytä uteliaisuus",
"Image": "Kuva",
"Image": "Kuva",
"Image Compression": "Kuvan pakkaus",
"Image Compression": "Kuvan pakkaus",
@@ -649,6 +663,7 @@
"Label": "Tunniste",
"Label": "Tunniste",
"Landing Page Mode": "Etusivun tila",
"Landing Page Mode": "Etusivun tila",
"Language": "Kieli",
"Language": "Kieli",
+ "Language Locales": "",
"Last Active": "Viimeksi aktiivinen",
"Last Active": "Viimeksi aktiivinen",
"Last Modified": "Viimeksi muokattu",
"Last Modified": "Viimeksi muokattu",
"Last reply": "Viimeksi vastattu",
"Last reply": "Viimeksi vastattu",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "Tämän toiminnon käyttämiseksi viestiarviointi on otettava käyttöön",
"Message rating should be enabled to use this feature": "Tämän toiminnon käyttämiseksi viestiarviointi on otettava käyttöön",
"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ämäsi viestit eivät ole jaettuja. Käyttäjät, joilla on verkko-osoite, voivat tarkastella jaettua keskustelua.",
"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ämäsi viestit eivät ole jaettuja. Käyttäjät, joilla on verkko-osoite, voivat tarkastella jaettua keskustelua.",
"Min P": "Min P",
"Min P": "Min P",
- "Minimum Score": "Vähimmäispisteet",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
@@ -833,6 +847,8 @@
"Pipelines Valves": "Putkistojen venttiilit",
"Pipelines Valves": "Putkistojen venttiilit",
"Plain text (.txt)": "Pelkkä teksti (.txt)",
"Plain text (.txt)": "Pelkkä teksti (.txt)",
"Playground": "Leikkipaikka",
"Playground": "Leikkipaikka",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "Tarkista huolellisesti seuraavat varoitukset:",
"Please carefully review the following warnings:": "Tarkista huolellisesti seuraavat varoitukset:",
"Please do not close the settings page while loading the model.": "Älä sulje asetussivua mallin latautuessa.",
"Please do not close the settings page while loading the model.": "Älä sulje asetussivua mallin latautuessa.",
"Please enter a prompt": "Kirjoita kehote",
"Please enter a prompt": "Kirjoita kehote",
@@ -878,8 +894,11 @@
"References from": "Viitteet lähteistä",
"References from": "Viitteet lähteistä",
"Refused when it shouldn't have": "Kieltäytyi, vaikka ei olisi pitänyt",
"Refused when it shouldn't have": "Kieltäytyi, vaikka ei olisi pitänyt",
"Regenerate": "Uudelleentuota",
"Regenerate": "Uudelleentuota",
+ "Reindex": "",
+ "Reindex Knowledge Base Vectors": "",
"Release Notes": "Julkaisutiedot",
"Release Notes": "Julkaisutiedot",
"Relevance": "Relevanssi",
"Relevance": "Relevanssi",
+ "Relevance Threshold": "",
"Remove": "Poista",
"Remove": "Poista",
"Remove Model": "Poista malli",
"Remove Model": "Poista malli",
"Rename": "Nimeä uudelleen",
"Rename": "Nimeä uudelleen",
@@ -1009,6 +1028,8 @@
"Sign up to {{WEBUI_NAME}}": "Rekisteröidy palveluun {{WEBUI_NAME}}",
"Sign up to {{WEBUI_NAME}}": "Rekisteröidy palveluun {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Kirjaudutaan sisään palveluun {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Kirjaudutaan sisään palveluun {{WEBUI_NAME}}",
"Use groups to group your users and assign permissions.": "Käytä ryhmiä jäsentääksesi käyttäjiä ja antaaksesi käyttöoikeuksia.",
"Use groups to group your users and assign permissions.": "Käytä ryhmiä jäsentääksesi käyttäjiä ja antaaksesi käyttöoikeuksia.",
"Use Initials": "Käytä alkukirjaimia",
"Use Initials": "Käytä alkukirjaimia",
+ "Use no proxy to fetch page contents.": "",
+ "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mmap (Ollama)": "use_mmap (Ollama)",
"use_mmap (Ollama)": "use_mmap (Ollama)",
"user": "käyttäjä",
"user": "käyttäjä",
@@ -1175,6 +1199,7 @@
"variable": "muuttuja",
"variable": "muuttuja",
"variable to have them replaced with clipboard content.": "muuttuja korvataan leikepöydän sisällöllä.",
"variable to have them replaced with clipboard content.": "muuttuja korvataan leikepöydän sisällöllä.",
"Verify Connection": "Tarkista yhteys",
"Verify Connection": "Tarkista yhteys",
+ "Verify SSL Certificate": "",
"Version": "Versio",
"Version": "Versio",
"Version {{selectedVersion}} of {{totalVersions}}": "Versio {{selectedVersion}} / {{totalVersions}}",
"Version {{selectedVersion}} of {{totalVersions}}": "Versio {{selectedVersion}} / {{totalVersions}}",
"View Replies": "Näytä vastaukset",
"View Replies": "Näytä vastaukset",
@@ -1189,6 +1214,7 @@
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "Varoitus: Jupyter käyttö voi mahdollistaa mielivaltaiseen koodin suorittamiseen, mikä voi aiheuttaa tietoturvariskejä - käytä äärimmäisen varoen.",
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "Varoitus: Jupyter käyttö voi mahdollistaa mielivaltaiseen koodin suorittamiseen, mikä voi aiheuttaa tietoturvariskejä - käytä äärimmäisen varoen.",
"Enter stop sequence": "Entrez la séquence d'arrêt",
"Enter stop sequence": "Entrez la séquence d'arrêt",
"Enter system prompt": "",
"Enter system prompt": "",
"Enter system prompt here": "",
"Enter system prompt here": "",
"Enter Tavily API Key": "Entrez la clé API Tavily",
"Enter Tavily API Key": "Entrez la clé API Tavily",
+ "Enter Tavily Extract Depth": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Tika Server URL": "",
"Enter timeout in seconds": "",
"Enter timeout in seconds": "",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "Le filtre est désormais activé globalement",
"Filter is now globally enabled": "Le filtre est désormais activé globalement",
"Filters": "Filtres",
"Filters": "Filtres",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Spoofing détecté : impossible d'utiliser les initiales comme avatar. Retour à l'image de profil par défaut.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Spoofing détecté : impossible d'utiliser les initiales comme avatar. Retour à l'image de profil par défaut.",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "Diffuser de manière fluide de larges portions de réponses externes",
"Fluidly stream large external response chunks": "Diffuser de manière fluide de larges portions de réponses externes",
"Focus chat input": "Se concentrer sur le chat en entrée",
"Focus chat input": "Se concentrer sur le chat en entrée",
"Folder deleted successfully": "",
"Folder deleted successfully": "",
@@ -589,6 +601,8 @@
"Hybrid Search": "Recherche hybride",
"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.": "",
"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": "",
"ID": "",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "",
"Ignite curiosity": "",
"Image": "",
"Image": "",
"Image Compression": "",
"Image Compression": "",
@@ -649,6 +663,7 @@
"Label": "",
"Label": "",
"Landing Page Mode": "",
"Landing Page Mode": "",
"Language": "Langue",
"Language": "Langue",
+ "Language Locales": "",
"Last Active": "Dernière activité",
"Last Active": "Dernière activité",
"Last Modified": "Dernière modification",
"Last Modified": "Dernière modification",
"Last reply": "",
"Last reply": "",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "",
"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é.",
"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": "",
"Min P": "",
- "Minimum Score": "Score minimal",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
@@ -833,6 +847,8 @@
"Pipelines Valves": "Vannes de Pipelines",
"Pipelines Valves": "Vannes de Pipelines",
"Plain text (.txt)": "Texte simple (.txt)",
"Plain text (.txt)": "Texte simple (.txt)",
"Playground": "Aire de jeux",
"Playground": "Aire de jeux",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "",
"Please carefully review the following warnings:": "",
"Please do not close the settings page while loading the model.": "",
"Please do not close the settings page while loading the model.": "",
"Please enter a prompt": "",
"Please enter a prompt": "",
@@ -878,8 +894,11 @@
"References from": "",
"References from": "",
"Refused when it shouldn't have": "Refusé alors qu'il n'aurait pas dû l'être",
"Refused when it shouldn't have": "Refusé alors qu'il n'aurait pas dû l'être",
"Regenerate": "Regénérer",
"Regenerate": "Regénérer",
+ "Reindex": "",
+ "Reindex Knowledge Base Vectors": "",
"Release Notes": "Notes de publication",
"Release Notes": "Notes de publication",
"Relevance": "",
"Relevance": "",
+ "Relevance Threshold": "",
"Remove": "Retirer",
"Remove": "Retirer",
"Remove Model": "Retirer le modèle",
"Remove Model": "Retirer le modèle",
"Rename": "Renommer",
"Rename": "Renommer",
@@ -1009,6 +1028,8 @@
"Sign up to {{WEBUI_NAME}}": "",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
"sk-1234": "",
"sk-1234": "",
+ "Sougou Search API sID": "",
+ "Sougou Search API SK": "",
"Source": "Source",
"Source": "Source",
"Speech Playback Speed": "",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "Erreur de reconnaissance vocale\u00a0: {{error}}",
"Speech recognition error: {{error}}": "Erreur de reconnaissance vocale\u00a0: {{error}}",
@@ -1036,6 +1057,7 @@
"Tap to interrupt": "Appuyez pour interrompre",
"Tap to interrupt": "Appuyez pour interrompre",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "Clé API Tavily",
"Tavily API Key": "Clé API Tavily",
+ "Tavily Extract Depth": "",
"Tell us more:": "Dites-nous en plus à ce sujet : ",
"Tell us more:": "Dites-nous en plus à ce sujet : ",
"Temperature": "Température",
"Temperature": "Température",
"Template": "Template",
"Template": "Template",
@@ -1158,6 +1180,8 @@
"Use Gravatar": "Utilisez Gravatar",
"Use Gravatar": "Utilisez Gravatar",
"Use groups to group your users and assign permissions.": "",
"Use groups to group your users and assign permissions.": "",
"Use Initials": "Utiliser les initiales",
"Use Initials": "Utiliser les initiales",
+ "Use no proxy to fetch page contents.": "",
+ "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mmap (Ollama)": "utiliser mmap (Ollama)",
"use_mmap (Ollama)": "utiliser mmap (Ollama)",
"user": "utilisateur",
"user": "utilisateur",
@@ -1175,6 +1199,7 @@
"variable": "variable",
"variable": "variable",
"variable to have them replaced with clipboard content.": "variable pour qu'elles soient remplacées par le contenu du presse-papiers.",
"variable to have them replaced with clipboard content.": "variable pour qu'elles soient remplacées par le contenu du presse-papiers.",
"Verify Connection": "",
"Verify Connection": "",
+ "Verify SSL Certificate": "",
"Version": "Version améliorée",
"Version": "Version améliorée",
"Version {{selectedVersion}} of {{totalVersions}}": "",
"Version {{selectedVersion}} of {{totalVersions}}": "",
"View Replies": "",
"View Replies": "",
@@ -1189,6 +1214,7 @@
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
"Enter server label": "Entrez l'étiquette du serveur",
"Enter server label": "Entrez l'étiquette du serveur",
"Enter server port": "Entrez le port du serveur",
"Enter server port": "Entrez le port du serveur",
+ "Enter Sougou Search API sID": "",
+ "Enter Sougou Search API SK": "",
"Enter stop sequence": "Entrez la séquence d'arrêt",
"Enter stop sequence": "Entrez la séquence d'arrêt",
"Enter system prompt": "Entrez le prompt système",
"Enter system prompt": "Entrez le prompt système",
"Enter system prompt here": "",
"Enter system prompt here": "",
"Enter Tavily API Key": "Entrez la clé API Tavily",
"Enter Tavily API Key": "Entrez la clé API Tavily",
+ "Enter Tavily Extract Depth": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "Entrez l'URL publique de votre WebUI. Cette URL sera utilisée pour générer des liens dans les notifications.",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "Entrez l'URL publique de votre WebUI. Cette URL sera utilisée pour générer des liens dans les notifications.",
"Enter Tika Server URL": "Entrez l'URL du serveur Tika",
"Enter Tika Server URL": "Entrez l'URL du serveur Tika",
"Enter timeout in seconds": "",
"Enter timeout in seconds": "",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "Le filtre est désormais activé globalement",
"Filter is now globally enabled": "Le filtre est désormais activé globalement",
"Filters": "Filtres",
"Filters": "Filtres",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Spoofing détecté : impossible d'utiliser les initiales comme avatar. Retour à l'image de profil par défaut.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Spoofing détecté : impossible d'utiliser les initiales comme avatar. Retour à l'image de profil par défaut.",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "Streaming fluide de gros chunks de réponses externes",
"Fluidly stream large external response chunks": "Streaming fluide de gros chunks de réponses externes",
"Focus chat input": "Mettre le focus sur le champ de chat",
"Focus chat input": "Mettre le focus sur le champ de chat",
"Folder deleted successfully": "Dossier supprimé avec succès",
"Folder deleted successfully": "Dossier supprimé avec succès",
@@ -589,6 +601,8 @@
"Hybrid Search": "Recherche hybride",
"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.",
"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": "ID",
"ID": "ID",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "Éveiller la curiosité",
"Ignite curiosity": "Éveiller la curiosité",
"Image": "Image",
"Image": "Image",
"Image Compression": "Compression d'image",
"Image Compression": "Compression d'image",
@@ -649,6 +663,7 @@
"Label": "Étiquette",
"Label": "Étiquette",
"Landing Page Mode": "Mode de la page d'accueil",
"Landing Page Mode": "Mode de la page d'accueil",
"Language": "Langue",
"Language": "Langue",
+ "Language Locales": "",
"Last Active": "Dernière activité",
"Last Active": "Dernière activité",
"Last Modified": "Dernière modification",
"Last Modified": "Dernière modification",
"Last reply": "Déernière réponse",
"Last reply": "Déernière réponse",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "L'évaluation des messages doit être activée pour pouvoir utiliser cette fonctionnalité",
"Message rating should be enabled to use this feature": "L'évaluation des messages doit être activée pour pouvoir utiliser cette fonctionnalité",
"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.",
"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",
"Min P": "P min",
- "Minimum Score": "Score minimal",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
@@ -833,6 +847,8 @@
"Pipelines Valves": "Vannes de pipelines",
"Pipelines Valves": "Vannes de pipelines",
"Plain text (.txt)": "Texte (.txt)",
"Plain text (.txt)": "Texte (.txt)",
"Playground": "Playground",
"Playground": "Playground",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "Veuillez lire attentivement les avertissements suivants :",
"Please carefully review the following warnings:": "Veuillez lire attentivement les avertissements suivants :",
"Please do not close the settings page while loading the model.": "Veuillez ne pas fermer les paramètres pendant le chargement du modèle.",
"Please do not close the settings page while loading the model.": "Veuillez ne pas fermer les paramètres pendant le chargement du modèle.",
"Please enter a prompt": "Veuillez saisir un prompt",
"Please enter a prompt": "Veuillez saisir un prompt",
@@ -878,8 +894,11 @@
"References from": "Références de",
"References from": "Références de",
"Refused when it shouldn't have": "Refusé alors qu'il n'aurait pas dû l'être",
"Refused when it shouldn't have": "Refusé alors qu'il n'aurait pas dû l'être",
"Regenerate": "Regénérer",
"Regenerate": "Regénérer",
+ "Reindex": "",
+ "Reindex Knowledge Base Vectors": "",
"Release Notes": "Notes de mise à jour",
"Release Notes": "Notes de mise à jour",
"Relevance": "Pertinence",
"Relevance": "Pertinence",
+ "Relevance Threshold": "",
"Remove": "Retirer",
"Remove": "Retirer",
"Remove Model": "Retirer le modèle",
"Remove Model": "Retirer le modèle",
"Rename": "Renommer",
"Rename": "Renommer",
@@ -1009,6 +1028,8 @@
"Sign up to {{WEBUI_NAME}}": "Inscrivez-vous à {{WEBUI_NAME}}",
"Sign up to {{WEBUI_NAME}}": "Inscrivez-vous à {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Connexion à {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Connexion à {{WEBUI_NAME}}",
"sk-1234": "sk-1234",
"sk-1234": "sk-1234",
+ "Sougou Search API sID": "",
+ "Sougou Search API SK": "",
"Source": "Source",
"Source": "Source",
"Speech Playback Speed": "Vitesse de lecture de la parole",
"Speech Playback Speed": "Vitesse de lecture de la parole",
"Speech recognition error: {{error}}": "Erreur de reconnaissance vocale : {{error}}",
"Speech recognition error: {{error}}": "Erreur de reconnaissance vocale : {{error}}",
@@ -1036,6 +1057,7 @@
"Tap to interrupt": "Appuyez pour interrompre",
"Tap to interrupt": "Appuyez pour interrompre",
"Tasks": "Tâches",
"Tasks": "Tâches",
"Tavily API Key": "Clé API Tavily",
"Tavily API Key": "Clé API Tavily",
+ "Tavily Extract Depth": "",
"Tell us more:": "Dites-nous en plus à ce sujet : ",
"Tell us more:": "Dites-nous en plus à ce sujet : ",
"Temperature": "Température",
"Temperature": "Température",
"Template": "Template",
"Template": "Template",
@@ -1158,6 +1180,8 @@
"Use Gravatar": "Utiliser Gravatar",
"Use Gravatar": "Utiliser Gravatar",
"Use groups to group your users and assign permissions.": "Utilisez des groupes pour regrouper vos utilisateurs et attribuer des permissions.",
"Use groups to group your users and assign permissions.": "Utilisez des groupes pour regrouper vos utilisateurs et attribuer des permissions.",
"Use Initials": "Utiliser les initiales",
"Use Initials": "Utiliser les initiales",
+ "Use no proxy to fetch page contents.": "",
+ "Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "",
"use_mlock (Ollama)": "Utiliser mlock (Ollama)",
"use_mlock (Ollama)": "Utiliser mlock (Ollama)",
"use_mmap (Ollama)": "Utiliser mmap (Ollama)",
"use_mmap (Ollama)": "Utiliser mmap (Ollama)",
"user": "utilisateur",
"user": "utilisateur",
@@ -1175,6 +1199,7 @@
"variable": "variable",
"variable": "variable",
"variable to have them replaced with clipboard content.": "variable pour qu'elles soient remplacées par le contenu du presse-papiers.",
"variable to have them replaced with clipboard content.": "variable pour qu'elles soient remplacées par le contenu du presse-papiers.",
"Verify Connection": "",
"Verify Connection": "",
+ "Verify SSL Certificate": "",
"Version": "Version:",
"Version": "Version:",
"Version {{selectedVersion}} of {{totalVersions}}": "Version {{selectedVersion}} de {{totalVersions}}",
"Version {{selectedVersion}} of {{totalVersions}}": "Version {{selectedVersion}} de {{totalVersions}}",
"View Replies": "Voir les réponses",
"View Replies": "Voir les réponses",
@@ -1189,6 +1214,7 @@
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
"Web": "Web",
"Web": "Web",
"Web API": "API Web",
"Web API": "API Web",
+ "Web Loader Engine": "",
"Web Search": "Recherche Web",
"Web Search": "Recherche Web",
"Web Search Engine": "Moteur de recherche Web",
"Web Search Engine": "Moteur de recherche Web",
"Web Search in Chat": "Recherche web depuis le chat",
"Web Search in Chat": "Recherche web depuis le chat",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Tika Server URL": "",
"Enter timeout in seconds": "",
"Enter timeout in seconds": "",
@@ -525,6 +535,8 @@
"Filter is now globally enabled": "",
"Filter is now globally enabled": "",
"Filters": "",
"Filters": "",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "התגלתה הזיית טביעת אצבע: לא ניתן להשתמש בראשי תיבות כאווטאר. משתמש בתמונת פרופיל ברירת מחדל.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "התגלתה הזיית טביעת אצבע: לא ניתן להשתמש בראשי תיבות כאווטאר. משתמש בתמונת פרופיל ברירת מחדל.",
+ "Firecrawl API Base URL": "",
+ "Firecrawl API Key": "",
"Fluidly stream large external response chunks": "שידור נתונים חיצוניים בקצב רציף",
"Fluidly stream large external response chunks": "שידור נתונים חיצוניים בקצב רציף",
"Focus chat input": "מיקוד הקלט לצ'אט",
"Focus chat input": "מיקוד הקלט לצ'אט",
"Folder deleted successfully": "",
"Folder deleted successfully": "",
@@ -589,6 +601,8 @@
"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.": "",
"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": "",
"ID": "",
+ "iframe Sandbox Allow Forms": "",
+ "iframe Sandbox Allow Same Origin": "",
"Ignite curiosity": "",
"Ignite curiosity": "",
"Image": "",
"Image": "",
"Image Compression": "",
"Image Compression": "",
@@ -649,6 +663,7 @@
"Label": "",
"Label": "",
"Landing Page Mode": "",
"Landing Page Mode": "",
"Language": "שפה",
"Language": "שפה",
+ "Language Locales": "",
"Last Active": "פעיל לאחרונה",
"Last Active": "פעיל לאחרונה",
"Last Modified": "",
"Last Modified": "",
"Last reply": "",
"Last reply": "",
@@ -702,7 +717,6 @@
"Message rating should be enabled to use this feature": "",
"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.": "הודעות שתשלח לאחר יצירת הקישור לא ישותפו. משתמשים עם כתובת האתר יוכלו לצפות בצ'אט המשותף.",
"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": "",
"Min P": "",
- "Minimum Score": "ציון מינימלי",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Tau": "Mirostat Tau",
@@ -833,6 +847,8 @@
"Pipelines Valves": "צינורות שסתומים",
"Pipelines Valves": "צינורות שסתומים",
"Plain text (.txt)": "טקסט פשוט (.txt)",
"Plain text (.txt)": "טקסט פשוט (.txt)",
"Playground": "אזור משחקים",
"Playground": "אזור משחקים",
+ "Playwright Timeout (ms)": "",
+ "Playwright WebSocket URL": "",
"Please carefully review the following warnings:": "",
"Please carefully review the following warnings:": "",
"Please do not close the settings page while loading the model.": "",
"Please do not close the settings page while loading the model.": "",
"Please enter a prompt": "",
"Please enter a prompt": "",
@@ -878,8 +894,11 @@
"References from": "",
"References from": "",
"Refused when it shouldn't have": "נדחה כאשר לא היה צריך",
"Refused when it shouldn't have": "נדחה כאשר לא היה צריך",