@@ -5,6 +5,27 @@ 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.5.17] - 2025-02-27
+
+### Added
+
+- **🚀 Instant Document Upload with Bypass Embedding & Retrieval**: Admins can now enable "Bypass Embedding & Retrieval" in Admin Settings > Documents, significantly speeding up document uploads and ensuring full document context is retained without chunking.
+- **🔎 "Stream" Hook for Real-Time Filtering**: The new "stream" hook allows dynamic real-time message filtering. Learn more in our documentation (https://docs.openwebui.com/features/plugin/functions/filter).
+- **☁️ OneDrive Integration**: Early support for OneDrive storage integration has been introduced, expanding file import options.
+- **📈 Enhanced Logging with Loguru**: Backend logging has been improved with Loguru, making debugging and issue tracking far more efficient.
+- **⚙️ General Stability Enhancements**: Backend and frontend refactoring improves performance, ensuring a smoother and more reliable user experience.
+- **🌍 Updated Translations**: Refined multilingual support for better localization and accuracy across various languages.
+
+### Fixed
+
+- **🔄 Reliable Model Imports from the Community Platform**: Resolved import failures, allowing seamless integration of community-shared models without errors.
+- **📊 OpenAI Usage Statistics Restored**: Fixed an issue where OpenAI usage metrics were not displaying correctly, ensuring accurate tracking of usage data.
+- **🗂️ Deduplication for Retrieved Documents**: Documents retrieved during searches are now intelligently deduplicated, meaning no more redundant results—helping to keep information concise and relevant.
+
+### Changed
+
+- **📝 "Full Context Mode" Renamed for Clarity**: The "Full Context Mode" toggle in Web Search settings is now labeled "Bypass Embedding & Retrieval" for consistency across the UI.
# this uses the model defined in the Dockerfile ENV variable. If you dont use docker or docker based deployments such as k8s, the default embedding model will be used (sentence-transformers/all-MiniLM-L6-v2)
# this uses the model defined in the Dockerfile ENV variable. If you dont use docker or docker based deployments such as k8s, the default embedding model will be used (sentence-transformers/all-MiniLM-L6-v2)
+ A helper class that encapsulates audit logging functionality. It uses Loguru’s logger with an auditable binding to ensure that audit log entries are filtered correctly.
+
+ Parameters:
+ logger (Logger): An instance of Loguru’s logger.
+ """
+
+ def __init__(self, logger: "Logger"):
+ self.logger = logger.bind(auditable=True)
+
+ def write(
+ self,
+ audit_entry: AuditLogEntry,
+ *,
+ log_level: str = "INFO",
+ extra: Optional[dict] = None,
+ ):
+
+ entry = asdict(audit_entry)
+
+ if extra:
+ entry["extra"] = extra
+
+ self.logger.log(
+ log_level,
+ "",
+ **entry,
+ )
+
+
+class AuditContext:
+ """
+ Captures and aggregates the HTTP request and response bodies during the processing of a request. It ensures that only a configurable maximum amount of data is stored to prevent excessive memory usage.
+ ASGI middleware that intercepts HTTP requests and responses to perform audit logging. It captures request/response bodies (depending on audit level), headers, HTTP methods, and user information, then logs a structured audit entry at the end of the request cycle.
+ Generates a formatted string for log records that are output to the console. This format includes a timestamp, log level, source location (module, function, and line), the log message, and any extra data (serialized as JSON).
+
+ Parameters:
+ record (Record): A Loguru record that contains logging details including time, level, name, function, line, message, and any extra context.
+ Returns:
+ str: A formatted log string intended for stdout.
"A task model is used when performing tasks such as generating titles for chats and web search queries": "يتم استخدام نموذج المهمة عند تنفيذ مهام مثل إنشاء عناوين للدردشات واستعلامات بحث الويب",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "يتم استخدام نموذج المهمة عند تنفيذ مهام مثل إنشاء عناوين للدردشات واستعلامات بحث الويب",
"a user": "مستخدم",
"a user": "مستخدم",
"About": "عن",
"About": "عن",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "",
"Access": "",
"Access Control": "",
"Access Control": "",
"Accessible to all users": "",
"Accessible to all users": "",
@@ -85,6 +86,7 @@
"Archive All Chats": "أرشفة جميع الدردشات",
"Archive All Chats": "أرشفة جميع الدردشات",
"Archived Chats": "الأرشيف المحادثات",
"Archived Chats": "الأرشيف المحادثات",
"archived-chat-export": "",
"archived-chat-export": "",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure you want to unarchive all archived chats?": "",
@@ -93,7 +95,7 @@
"Artifacts": "",
"Artifacts": "",
"Ask a question": "",
"Ask a question": "",
"Assistant": "",
"Assistant": "",
- "Attach file": "أرفق ملف",
+ "Attach file from knowledge": "",
"Attention to detail": "انتبه للتفاصيل",
"Attention to detail": "انتبه للتفاصيل",
"Attribute for Mail": "",
"Attribute for Mail": "",
"Attribute for Username": "",
"Attribute for Username": "",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"Brave Search API Key": "مفتاح واجهة برمجة تطبيقات البحث الشجاع",
"Brave Search API Key": "مفتاح واجهة برمجة تطبيقات البحث الشجاع",
"By {{name}}": "",
"By {{name}}": "",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "تجاوز التحقق من SSL للموقع",
"Bypass SSL verification for Websites": "تجاوز التحقق من SSL للموقع",
"Calendar": "",
"Calendar": "",
"Call": "",
"Call": "",
@@ -156,11 +159,11 @@
"Checking for updates...": "البحث عن تحديثات",
"Checking for updates...": "البحث عن تحديثات",
"Choose a model before saving...": "أختار موديل قبل الحفظ",
"Choose a model before saving...": "أختار موديل قبل الحفظ",
"Chunk Overlap": "Chunk تداخل",
"Chunk Overlap": "Chunk تداخل",
- "Chunk Params": "Chunk المتغيرات",
"Chunk Size": "Chunk حجم",
"Chunk Size": "Chunk حجم",
"Ciphers": "",
"Ciphers": "",
"Citation": "اقتباس",
"Citation": "اقتباس",
"Clear memory": "",
"Clear memory": "",
+ "Clear Memory": "",
"click here": "",
"click here": "",
"Click here for filter guides.": "",
"Click here for filter guides.": "",
"Click here for help.": "أضغط هنا للمساعدة",
"Click here for help.": "أضغط هنا للمساعدة",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Contact Admin for WebUI Access": "",
"Contact Admin for WebUI Access": "",
"Content": "الاتصال",
"Content": "الاتصال",
- "Content Extraction": "",
+ "Content Extraction Engine": "",
"Context Length": "طول السياق",
"Context Length": "طول السياق",
"Continue Response": "متابعة الرد",
"Continue Response": "متابعة الرد",
"Continue with {{provider}}": "",
"Continue with {{provider}}": "",
@@ -245,6 +248,7 @@
"Current Model": "الموديل المختار",
"Current Model": "الموديل المختار",
"Current Password": "كلمة السر الحالية",
"Current Password": "كلمة السر الحالية",
"Custom": "مخصص",
"Custom": "مخصص",
+ "Danger Zone": "",
"Dark": "مظلم",
"Dark": "مظلم",
"Database": "قاعدة البيانات",
"Database": "قاعدة البيانات",
"December": "ديسمبر",
"December": "ديسمبر",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "",
"Do not install functions from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Document": "المستند",
"Document": "المستند",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "",
"Documentation": "",
"Documents": "مستندات",
"Documents": "مستندات",
"does not make any external connections, and your data stays securely on your locally hosted server.": "لا يجري أي اتصالات خارجية، وتظل بياناتك آمنة على الخادم المستضاف محليًا.",
"does not make any external connections, and your data stays securely on your locally hosted server.": "لا يجري أي اتصالات خارجية، وتظل بياناتك آمنة على الخادم المستضاف محليًا.",
@@ -340,6 +346,7 @@
"ElevenLabs": "",
"ElevenLabs": "",
"Email": "البريد",
"Email": "البريد",
"Embark on adventures": "",
"Embark on adventures": "",
+ "Embedding": "",
"Embedding Batch Size": "",
"Embedding Batch Size": "",
"Embedding Model": "نموذج التضمين",
"Embedding Model": "نموذج التضمين",
"Embedding Model Engine": "تضمين محرك النموذج",
"Embedding Model Engine": "تضمين محرك النموذج",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "",
"Enable autocomplete generation for chat messages": "",
"Enable Code Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "تمكين مشاركة المجتمع",
"Enable Community Sharing": "تمكين مشاركة المجتمع",
- "Enable Google Drive": "",
"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.": "",
"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.": "",
"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.": "",
"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.": "",
"Enable New Sign Ups": "تفعيل عمليات التسجيل الجديدة",
"Enable New Sign Ups": "تفعيل عمليات التسجيل الجديدة",
- "Enable Web Search": "تمكين بحث الويب",
"Enabled": "",
"Enabled": "",
- "Engine": "",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "تأكد من أن ملف CSV الخاص بك يتضمن 4 أعمدة بهذا الترتيب: Name, Email, Password, Role.",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "تأكد من أن ملف CSV الخاص بك يتضمن 4 أعمدة بهذا الترتيب: Name, Email, Password, Role.",
"Enter {{role}} message here": "أدخل رسالة {{role}} هنا",
"Enter {{role}} message here": "أدخل رسالة {{role}} هنا",
"Enter a detail about yourself for your LLMs to recall": "ادخل معلومات عنك تريد أن يتذكرها الموديل",
"Enter a detail about yourself for your LLMs to recall": "ادخل معلومات عنك تريد أن يتذكرها الموديل",
@@ -372,6 +376,8 @@
"Enter Chunk Overlap": "أدخل الChunk Overlap",
"Enter Chunk Overlap": "أدخل الChunk Overlap",
"Enter Chunk Size": "أدخل Chunk الحجم",
"Enter Chunk Size": "أدخل Chunk الحجم",
"Enter description": "",
"Enter description": "",
+ "Enter Document Intelligence Endpoint": "",
+ "Enter Document Intelligence Key": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter Exa API Key": "",
"Enter Exa API Key": "",
"Enter Github Raw URL": "أدخل عنوان URL ل Github Raw",
"Enter Github Raw URL": "أدخل عنوان URL ل Github Raw",
@@ -507,9 +513,9 @@
"Gemini API Config": "",
"Gemini API Config": "",
"Gemini API Key is required.": "",
"Gemini API Key is required.": "",
"General": "عام",
"General": "عام",
- "General Settings": "الاعدادات العامة",
"Generate an image": "",
"Generate an image": "",
"Generate Image": "",
"Generate Image": "",
+ "Generate prompt pair": "",
"Generating search query": "إنشاء استعلام بحث",
"Generating search query": "إنشاء استعلام بحث",
"Get started": "",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Get started with {{WEBUI_NAME}}": "",
@@ -565,6 +571,7 @@
"Input commands": "إدخال الأوامر",
"Input commands": "إدخال الأوامر",
"Install from Github URL": "التثبيت من عنوان URL لجيثب",
"Install from Github URL": "التثبيت من عنوان URL لجيثب",
"Instant Auto-Send After Voice Transcription": "",
"Instant Auto-Send After Voice Transcription": "",
+ "Integration": "",
"Interface": "واجهه المستخدم",
"Interface": "واجهه المستخدم",
"Invalid file format.": "",
"Invalid file format.": "",
"Invalid Tag": "تاق غير صالحة",
"Invalid Tag": "تاق غير صالحة",
@@ -612,16 +619,17 @@
"Listening...": "",
"Listening...": "",
"Llama.cpp": "",
"Llama.cpp": "",
"LLMs can make mistakes. Verify important information.": "يمكن أن تصدر بعض الأخطاء. لذلك يجب التحقق من المعلومات المهمة",
"LLMs can make mistakes. Verify important information.": "يمكن أن تصدر بعض الأخطاء. لذلك يجب التحقق من المعلومات المهمة",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "",
"Local": "",
"Local Models": "",
"Local Models": "",
+ "Location access not allowed": "",
"Lost": "",
"Lost": "",
"LTR": "من جهة اليسار إلى اليمين",
"LTR": "من جهة اليسار إلى اليمين",
"Made by Open WebUI Community": "OpenWebUI تم إنشاؤه بواسطة مجتمع ",
"Made by Open WebUI Community": "OpenWebUI تم إنشاؤه بواسطة مجتمع ",
"Make sure to enclose them with": "تأكد من إرفاقها",
"Make sure to enclose them with": "تأكد من إرفاقها",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Manage": "",
"Manage": "",
- "Manage Arena Models": "",
"Manage Direct Connections": "",
"Manage Direct Connections": "",
"Manage Models": "",
"Manage Models": "",
"Manage Ollama": "",
"Manage Ollama": "",
@@ -689,6 +697,7 @@
"No HTML, CSS, or JavaScript content found.": "",
"No HTML, CSS, or JavaScript content found.": "",
"No inference engine with management support found": "",
"No inference engine with management support found": "",
"No knowledge found": "",
"No knowledge found": "",
+ "No memories to clear": "",
"No model IDs": "",
"No model IDs": "",
"No models found": "",
"No models found": "",
"No models selected": "",
"No models selected": "",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "",
"Ollama API settings updated": "",
"Ollama Version": "Ollama الاصدار",
"Ollama Version": "Ollama الاصدار",
"On": "تشغيل",
"On": "تشغيل",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed in the command string.": "يُسمح فقط بالأحرف الأبجدية الرقمية والواصلات في سلسلة الأمر.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "يُسمح فقط بالأحرف الأبجدية الرقمية والواصلات في سلسلة الأمر.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
@@ -788,11 +798,9 @@
"Prompt updated successfully": "",
"Prompt updated successfully": "",
"Prompts": "مطالبات",
"Prompts": "مطالبات",
"Prompts Access": "",
"Prompts Access": "",
- "Proxy URL": "",
"Pull \"{{searchValue}}\" from Ollama.com": "Ollama.com \"{{searchValue}}\" أسحب من ",
"Pull \"{{searchValue}}\" from Ollama.com": "Ollama.com \"{{searchValue}}\" أسحب من ",
"Pull a model from Ollama.com": "Ollama.com سحب الموديل من ",
"Pull a model from Ollama.com": "Ollama.com سحب الموديل من ",
"Query Generation Prompt": "",
"Query Generation Prompt": "",
- "Query Params": "Query Params",
"RAG Template": "RAG تنمبلت",
"RAG Template": "RAG تنمبلت",
"Rating": "",
"Rating": "",
"Re-rank models by topic similarity": "",
"Re-rank models by topic similarity": "",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Response splitting": "",
"Result": "",
"Result": "",
+ "Retrieval": "",
"Retrieval Query Generation": "",
"Retrieval Query Generation": "",
"Rich Text Input for Chat": "",
"Rich Text Input for Chat": "",
"RK": "",
"RK": "",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "",
"Select an Ollama instance": "",
"Select Engine": "",
"Select Engine": "",
"Select Knowledge": "",
"Select Knowledge": "",
- "Select model": " أختار موديل",
"Select only one model to call": "",
"Select only one model to call": "",
"Selected model(s) do not support image inputs": "النموذج (النماذج) المحددة لا تدعم مدخلات الصور",
"Selected model(s) do not support image inputs": "النموذج (النماذج) المحددة لا تدعم مدخلات الصور",
"Semantic distance to query": "",
"Semantic distance to query": "",
@@ -957,6 +965,7 @@
"Tags Generation": "",
"Tags Generation": "",
"Tags Generation Prompt": "",
"Tags Generation Prompt": "",
"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. (default: 1)": "",
"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. (default: 1)": "",
+ "Talk to model": "",
"Tap to interrupt": "",
"Tap to interrupt": "",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "",
"Tavily API Key": "",
@@ -1041,6 +1050,7 @@
"Top P": "Top P",
"Top P": "Top P",
"Transformers": "",
"Transformers": "",
"Trouble accessing Ollama?": "هل تواجه مشكلة في الوصول",
"Trouble accessing Ollama?": "هل تواجه مشكلة في الوصول",
+ "Trust Proxy Environment": "",
"TTS Model": "",
"TTS Model": "",
"TTS Settings": "TTS اعدادات",
"TTS Settings": "TTS اعدادات",
"TTS Voice": "",
"TTS Voice": "",
@@ -1104,7 +1114,6 @@
"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": "",
"Web API": "",
- "Web Loader Settings": "Web تحميل اعدادات",
"Web Search": "بحث الويب",
"Web Search": "بحث الويب",
"Web Search Engine": "محرك بحث الويب",
"Web Search Engine": "محرك بحث الويب",
"Web Search in Chat": "",
"Web Search in Chat": "",
@@ -1146,5 +1155,6 @@
"Your account status is currently pending activation.": "",
"Your account status is currently pending activation.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Моделът на задачите се използва при изпълнение на задачи като генериране на заглавия за чатове и заявки за търсене в мрежата",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Моделът на задачите се използва при изпълнение на задачи като генериране на заглавия за чатове и заявки за търсене в мрежата",
"a user": "потребител",
"a user": "потребител",
"About": "Относно",
"About": "Относно",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "Достъп",
"Access": "Достъп",
"Access Control": "Контрол на достъпа",
"Access Control": "Контрол на достъпа",
"Accessible to all users": "Достъпно за всички потребители",
"Accessible to all users": "Достъпно за всички потребители",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "Сигурни ли сте, че искате да изтриете този канал?",
"Are you sure you want to delete this channel?": "Сигурни ли сте, че искате да изтриете този канал?",
"Are you sure you want to delete this message?": "Сигурни ли сте, че искате да изтриете това съобщение?",
"Are you sure you want to delete this message?": "Сигурни ли сте, че искате да изтриете това съобщение?",
"Are you sure you want to unarchive all archived chats?": "Сигурни ли сте, че искате да разархивирате всички архивирани чатове?",
"Are you sure you want to unarchive all archived chats?": "Сигурни ли сте, че искате да разархивирате всички архивирани чатове?",
@@ -93,7 +95,7 @@
"Artifacts": "Артефакти",
"Artifacts": "Артефакти",
"Ask a question": "Задайте въпрос",
"Ask a question": "Задайте въпрос",
"Assistant": "Асистент",
"Assistant": "Асистент",
- "Attach file": "Прикачване на файл",
+ "Attach file from knowledge": "",
"Attention to detail": "Внимание към детайлите",
"Attention to detail": "Внимание към детайлите",
"Attribute for Mail": "Атрибут за поща",
"Attribute for Mail": "Атрибут за поща",
"Attribute for Username": "Атрибут за потребителско име",
"Attribute for Username": "Атрибут за потребителско име",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "API ключ за Bocha Search",
"Bocha Search API Key": "API ключ за Bocha Search",
"Brave Search API Key": "API ключ за Brave Search",
"Brave Search API Key": "API ключ за Brave Search",
"By {{name}}": "От {{name}}",
"By {{name}}": "От {{name}}",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "Изключване на SSL проверката за сайтове",
"Bypass SSL verification for Websites": "Изключване на SSL проверката за сайтове",
"Calendar": "Календар",
"Calendar": "Календар",
"Call": "Обаждане",
"Call": "Обаждане",
@@ -156,11 +159,11 @@
"Checking for updates...": "Проверка за актуализации...",
"Checking for updates...": "Проверка за актуализации...",
"Choose a model before saving...": "Изберете модел преди запазване...",
"Choose a model before saving...": "Изберете модел преди запазване...",
"Chunk Overlap": "Припокриване на чънкове",
"Chunk Overlap": "Припокриване на чънкове",
- "Chunk Params": "Параметри на чънковете",
"Chunk Size": "Размер на чънк",
"Chunk Size": "Размер на чънк",
"Ciphers": "Шифри",
"Ciphers": "Шифри",
"Citation": "Цитат",
"Citation": "Цитат",
"Clear memory": "Изчистване на паметта",
"Clear memory": "Изчистване на паметта",
+ "Clear Memory": "",
"click here": "натиснете тук",
"click here": "натиснете тук",
"Click here for filter guides.": "Натиснете тук за ръководства за филтриране.",
"Click here for filter guides.": "Натиснете тук за ръководства за филтриране.",
"Click here for help.": "Натиснете тук за помощ.",
"Click here for help.": "Натиснете тук за помощ.",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "Ограничава усилията за разсъждение при модели за разсъждение. Приложимо само за модели за разсъждение от конкретни доставчици, които поддържат усилия за разсъждение. (По подразбиране: средно)",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "Ограничава усилията за разсъждение при модели за разсъждение. Приложимо само за модели за разсъждение от конкретни доставчици, които поддържат усилия за разсъждение. (По подразбиране: средно)",
"Contact Admin for WebUI Access": "Свържете се с администратор за достъп до WebUI",
"Contact Admin for WebUI Access": "Свържете се с администратор за достъп до WebUI",
"Content": "Съдържание",
"Content": "Съдържание",
- "Content Extraction": "Извличане на съдържание",
+ "Content Extraction Engine": "",
"Context Length": "Дължина на Контекста",
"Context Length": "Дължина на Контекста",
"Continue Response": "Продължи отговора",
"Continue Response": "Продължи отговора",
"Continue with {{provider}}": "Продължете с {{provider}}",
"Continue with {{provider}}": "Продължете с {{provider}}",
@@ -245,6 +248,7 @@
"Current Model": "Текущ модел",
"Current Model": "Текущ модел",
"Current Password": "Текуща Парола",
"Current Password": "Текуща Парола",
"Custom": "Персонализиран",
"Custom": "Персонализиран",
+ "Danger Zone": "",
"Dark": "Тъмен",
"Dark": "Тъмен",
"Database": "База данни",
"Database": "База данни",
"December": "Декември",
"December": "Декември",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "Не инсталирайте функции от източници, на които не се доверявате напълно.",
"Do not install functions from sources you do not fully trust.": "Не инсталирайте функции от източници, на които не се доверявате напълно.",
"Do not install tools from sources you do not fully trust.": "Не инсталирайте инструменти от източници, на които не се доверявате напълно.",
"Do not install tools from sources you do not fully trust.": "Не инсталирайте инструменти от източници, на които не се доверявате напълно.",
"Document": "Документ",
"Document": "Документ",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "Документация",
"Documentation": "Документация",
"Documents": "Документи",
"Documents": "Документи",
"does not make any external connections, and your data stays securely on your locally hosted server.": "няма външни връзки, и вашите данни остават сигурни на локално назначен сървър.",
"does not make any external connections, and your data stays securely on your locally hosted server.": "няма външни връзки, и вашите данни остават сигурни на локално назначен сървър.",
@@ -340,6 +346,7 @@
"ElevenLabs": "ElevenLabs",
"ElevenLabs": "ElevenLabs",
"Email": "Имейл",
"Email": "Имейл",
"Embark on adventures": "Отправете се на приключения",
"Embark on adventures": "Отправете се на приключения",
+ "Embedding": "",
"Embedding Batch Size": "Размер на партидата за вграждане",
"Embedding Batch Size": "Размер на партидата за вграждане",
"Embedding Model": "Модел за вграждане",
"Embedding Model": "Модел за вграждане",
"Embedding Model Engine": "Двигател на модела за вграждане",
"Embedding Model Engine": "Двигател на модела за вграждане",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "Активиране на автоматично довършване за съобщения в чата",
"Enable autocomplete generation for chat messages": "Активиране на автоматично довършване за съобщения в чата",
"Enable Code Interpreter": "Активиране на интерпретатор на код",
"Enable Code Interpreter": "Активиране на интерпретатор на код",
"Enable Community Sharing": "Разрешаване на споделяне в общност",
"Enable Community Sharing": "Разрешаване на споделяне в общност",
- "Enable Google Drive": "Активиране на Google Drive",
"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.": "Активиране на заключване на паметта (mlock), за да се предотврати изваждането на данните на модела от RAM. Тази опция заключва работния набор от страници на модела в RAM, гарантирайки, че няма да бъдат изхвърлени на диска. Това може да помогне за поддържане на производителността, като се избягват грешки в страниците и се осигурява бърз достъп до данните.",
"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.": "Активиране на заключване на паметта (mlock), за да се предотврати изваждането на данните на модела от RAM. Тази опция заключва работния набор от страници на модела в RAM, гарантирайки, че няма да бъдат изхвърлени на диска. Това може да помогне за поддържане на производителността, като се избягват грешки в страниците и се осигурява бърз достъп до данните.",
"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.": "Активиране на мапиране на паметта (mmap) за зареждане на данни на модела. Тази опция позволява на системата да използва дисковото пространство като разширение на RAM, третирайки дисковите файлове, сякаш са в RAM. Това може да подобри производителността на модела, като позволява по-бърз достъп до данните. Въпреки това, може да не работи правилно с всички системи и може да консумира значително количество дисково пространство.",
"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.": "Активиране на мапиране на паметта (mmap) за зареждане на данни на модела. Тази опция позволява на системата да използва дисковото пространство като разширение на RAM, третирайки дисковите файлове, сякаш са в RAM. Това може да подобри производителността на модела, като позволява по-бърз достъп до данните. Въпреки това, може да не работи правилно с всички системи и може да консумира значително количество дисково пространство.",
"Enable Message Rating": "Активиране на оценяване на съобщения",
"Enable Message Rating": "Активиране на оценяване на съобщения",
"Enable Mirostat sampling for controlling perplexity. (Default: 0, 0 = Disabled, 1 = Mirostat, 2 = Mirostat 2.0)": "Активиране на Mirostat семплиране за контрол на перплексията. (По подразбиране: 0, 0 = Деактивирано, 1 = Mirostat, 2 = Mirostat 2.0)",
"Enable Mirostat sampling for controlling perplexity. (Default: 0, 0 = Disabled, 1 = Mirostat, 2 = Mirostat 2.0)": "Активиране на Mirostat семплиране за контрол на перплексията. (По подразбиране: 0, 0 = Деактивирано, 1 = Mirostat, 2 = Mirostat 2.0)",
"Enable New Sign Ups": "Включване на нови регистрации",
"Enable New Sign Ups": "Включване на нови регистрации",
- "Enable Web Search": "Разрешаване на търсене в уеб",
"Enabled": "Активирано",
"Enabled": "Активирано",
- "Engine": "Двигател",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Уверете се, че вашият CSV файл включва 4 колони в следния ред: Име, Имейл, Парола, Роля.",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Уверете се, че вашият CSV файл включва 4 колони в следния ред: Име, Имейл, Парола, Роля.",
"Enter {{role}} message here": "Въведете съобщение за {{role}} тук",
"Enter {{role}} message here": "Въведете съобщение за {{role}} тук",
"Enter a detail about yourself for your LLMs to recall": "Въведете подробности за себе си, за да ги запомнят вашите LLMs",
"Enter a detail about yourself for your LLMs to recall": "Въведете подробности за себе си, за да ги запомнят вашите LLMs",
@@ -372,6 +376,8 @@
"Enter Chunk Overlap": "Въведете припокриване на чънкове",
"Enter Chunk Overlap": "Въведете припокриване на чънкове",
"Enter Chunk Size": "Въведете размер на чънк",
"Enter Chunk Size": "Въведете размер на чънк",
"Enter description": "Въведете описание",
"Enter description": "Въведете описание",
+ "Enter Document Intelligence Endpoint": "",
+ "Enter Document Intelligence Key": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "Въведете домейни, разделени със запетаи (напр. example.com,site.org)",
"Enter domains separated by commas (e.g., example.com,site.org)": "Въведете домейни, разделени със запетаи (напр. example.com,site.org)",
"Enter Exa API Key": "Въведете API ключ за Exa",
"Enter Exa API Key": "Въведете API ключ за Exa",
"Enter Github Raw URL": "Въведете URL адрес на Github Raw",
"Enter Github Raw URL": "Въведете URL адрес на Github Raw",
@@ -507,9 +513,9 @@
"Gemini API Config": "",
"Gemini API Config": "",
"Gemini API Key is required.": "",
"Gemini API Key is required.": "",
"General": "Основни",
"General": "Основни",
- "General Settings": "Основни Настройки",
"Generate an image": "Генериране на изображение",
"Generate an image": "Генериране на изображение",
"Generate Image": "Генериране на изображение",
"Generate Image": "Генериране на изображение",
+ "Generate prompt pair": "",
"Generating search query": "Генериране на заявка за търсене",
"Generating search query": "Генериране на заявка за търсене",
"Get started": "Започнете",
"Get started": "Започнете",
"Get started with {{WEBUI_NAME}}": "Започнете с {{WEBUI_NAME}}",
"Get started with {{WEBUI_NAME}}": "Започнете с {{WEBUI_NAME}}",
@@ -565,6 +571,7 @@
"Input commands": "Въведете команди",
"Input commands": "Въведете команди",
"Install from Github URL": "Инсталиране от URL адреса на Github",
"Install from Github URL": "Инсталиране от URL адреса на Github",
"Instant Auto-Send After Voice Transcription": "Незабавно автоматично изпращане след гласова транскрипция",
"Instant Auto-Send After Voice Transcription": "Незабавно автоматично изпращане след гласова транскрипция",
+ "Integration": "",
"Interface": "Интерфейс",
"Interface": "Интерфейс",
"Invalid file format.": "Невалиден формат на файла.",
"Invalid file format.": "Невалиден формат на файла.",
"Invalid Tag": "Невалиден таг",
"Invalid Tag": "Невалиден таг",
@@ -612,16 +619,17 @@
"Listening...": "Слушане...",
"Listening...": "Слушане...",
"Llama.cpp": "Llama.cpp",
"Llama.cpp": "Llama.cpp",
"LLMs can make mistakes. Verify important information.": "LLMs могат да правят грешки. Проверете важните данни.",
"LLMs can make mistakes. Verify important information.": "LLMs могат да правят грешки. Проверете важните данни.",
+ "Loader": "",
"Loading Kokoro.js...": "Зареждане на Kokoro.js...",
"Loading Kokoro.js...": "Зареждане на Kokoro.js...",
"Local": "Локално",
"Local": "Локално",
"Local Models": "Локални модели",
"Local Models": "Локални модели",
+ "Location access not allowed": "",
"Lost": "Изгубено",
"Lost": "Изгубено",
"LTR": "LTR",
"LTR": "LTR",
"Made by Open WebUI Community": "Направено от OpenWebUI общността",
"Made by Open WebUI Community": "Направено от OpenWebUI общността",
"Make sure to enclose them with": "Уверете се, че са заключени с",
"Make sure to enclose them with": "Уверете се, че са заключени с",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Уверете се, че експортирате файл workflow.json като API формат от ComfyUI.",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Уверете се, че експортирате файл workflow.json като API формат от ComfyUI.",
"Manage": "Управление",
"Manage": "Управление",
- "Manage Arena Models": "Управление на Arena модели",
"Manage Direct Connections": "Управление на директни връзки",
"Manage Direct Connections": "Управление на директни връзки",
"Manage Models": "Управление на модели",
"Manage Models": "Управление на модели",
"Manage Ollama": "Управление на Ollama",
"Manage Ollama": "Управление на Ollama",
@@ -689,6 +697,7 @@
"No HTML, CSS, or JavaScript content found.": "Не е намерено HTML, CSS или JavaScript съдържание.",
"No HTML, CSS, or JavaScript content found.": "Не е намерено HTML, CSS или JavaScript съдържание.",
"No inference engine with management support found": "Не е намерен механизъм за извод с поддръжка на управление",
"No inference engine with management support found": "Не е намерен механизъм за извод с поддръжка на управление",
"No knowledge found": "Не са намерени знания",
"No knowledge found": "Не са намерени знания",
+ "No memories to clear": "",
"No model IDs": "Няма ИД-та на модели",
"No model IDs": "Няма ИД-та на модели",
"No models found": "Не са намерени модели",
"No models found": "Не са намерени модели",
"No models selected": "Няма избрани модели",
"No models selected": "Няма избрани модели",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "Настройките на Ollama API са актуализирани",
"Ollama API settings updated": "Настройките на Ollama API са актуализирани",
"Ollama Version": "Ollama Версия",
"Ollama Version": "Ollama Версия",
"On": "Вкл.",
"On": "Вкл.",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "Разрешени са само буквено-цифрови знаци и тирета",
"Only alphanumeric characters and hyphens are allowed": "Разрешени са само буквено-цифрови знаци и тирета",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Само алфанумерични знаци и тире са разрешени в командния низ.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Само алфанумерични знаци и тире са разрешени в командния низ.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Само колекции могат да бъдат редактирани, създайте нова база от знания, за да редактирате/добавяте документи.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Само колекции могат да бъдат редактирани, създайте нова база от знания, за да редактирате/добавяте документи.",
@@ -788,11 +798,9 @@
"Prompt updated successfully": "Промптът е актуализиран успешно",
"Prompt updated successfully": "Промптът е актуализиран успешно",
"Prompts": "Промптове",
"Prompts": "Промптове",
"Prompts Access": "Достъп до промптове",
"Prompts Access": "Достъп до промптове",
- "Proxy URL": "URL на прокси",
"Pull \"{{searchValue}}\" from Ollama.com": "Извади \"{{searchValue}}\" от Ollama.com",
"Pull \"{{searchValue}}\" from Ollama.com": "Извади \"{{searchValue}}\" от Ollama.com",
"Pull a model from Ollama.com": "Издърпайте модел от Ollama.com",
"Pull a model from Ollama.com": "Издърпайте модел от Ollama.com",
"Query Generation Prompt": "Промпт за генериране на запитвания",
"Query Generation Prompt": "Промпт за генериране на запитвания",
- "Query Params": "Параметри на запитването",
"RAG Template": "RAG Шаблон",
"RAG Template": "RAG Шаблон",
"Rating": "Оценка",
"Rating": "Оценка",
"Re-rank models by topic similarity": "Преоценка на моделите по сходство на темата",
"Re-rank models by topic similarity": "Преоценка на моделите по сходство на темата",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Известията за отговори не могат да бъдат активирани, тъй като разрешенията за уебсайта са отказани. Моля, посетете настройките на вашия браузър, за да дадете необходимия достъп.",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Известията за отговори не могат да бъдат активирани, тъй като разрешенията за уебсайта са отказани. Моля, посетете настройките на вашия браузър, за да дадете необходимия достъп.",
"Response splitting": "Разделяне на отговора",
"Response splitting": "Разделяне на отговора",
"Result": "Резултат",
"Result": "Резултат",
+ "Retrieval": "",
"Retrieval Query Generation": "Генериране на заявка за извличане",
"Retrieval Query Generation": "Генериране на заявка за извличане",
"Rich Text Input for Chat": "Богат текстов вход за чат",
"Rich Text Input for Chat": "Богат текстов вход за чат",
"RK": "RK",
"RK": "RK",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "Изберете инстанция на Ollama",
"Select an Ollama instance": "Изберете инстанция на Ollama",
"Select Engine": "Изберете двигател",
"Select Engine": "Изберете двигател",
"Select Knowledge": "Изберете знание",
"Select Knowledge": "Изберете знание",
- "Select model": "Изберете модел",
"Select only one model to call": "Изберете само един модел за извикване",
"Select only one model to call": "Изберете само един модел за извикване",
"Selected model(s) do not support image inputs": "Избраният(те) модел(и) не поддържа въвеждане на изображения",
"Selected model(s) do not support image inputs": "Избраният(те) модел(и) не поддържа въвеждане на изображения",
"Semantic distance to query": "Семантично разстояние до заявката",
"Semantic distance to query": "Семантично разстояние до заявката",
@@ -957,6 +965,7 @@
"Tags Generation": "Генериране на тагове",
"Tags Generation": "Генериране на тагове",
"Tags Generation Prompt": "Промпт за генериране на тагове",
"Tags Generation Prompt": "Промпт за генериране на тагове",
"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. (default: 1)": "Безопашковото семплиране се използва за намаляване на влиянието на по-малко вероятните токени от изхода. По-висока стойност (напр. 2.0) ще намали влиянието повече, докато стойност 1.0 деактивира тази настройка. (по подразбиране: 1)",
"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. (default: 1)": "Безопашковото семплиране се използва за намаляване на влиянието на по-малко вероятните токени от изхода. По-висока стойност (напр. 2.0) ще намали влиянието повече, докато стойност 1.0 деактивира тази настройка. (по подразбиране: 1)",
+ "Talk to model": "",
"Tap to interrupt": "Докоснете за прекъсване",
"Tap to interrupt": "Докоснете за прекъсване",
"Tasks": "Задачи",
"Tasks": "Задачи",
"Tavily API Key": "Tavily API Ключ",
"Tavily API Key": "Tavily API Ключ",
@@ -1041,6 +1050,7 @@
"Top P": "Топ P",
"Top P": "Топ P",
"Transformers": "Трансформатори",
"Transformers": "Трансформатори",
"Trouble accessing Ollama?": "Проблеми с достъпа до Ollama?",
"Trouble accessing Ollama?": "Проблеми с достъпа до Ollama?",
+ "Trust Proxy Environment": "",
"TTS Model": "TTS Модел",
"TTS Model": "TTS Модел",
"TTS Settings": "TTS Настройки",
"TTS Settings": "TTS Настройки",
"TTS Voice": "TTS Глас",
"TTS Voice": "TTS Глас",
@@ -1104,7 +1114,6 @@
"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 позволява произволно изпълнение на код, което представлява сериозни рискове за сигурността—продължете с изключително внимание.",
"Web": "Уеб",
"Web": "Уеб",
"Web API": "Уеб API",
"Web API": "Уеб API",
- "Web Loader Settings": "Настройки за зареждане на уеб",
"Web Search": "Търсене в уеб",
"Web Search": "Търсене в уеб",
"Web Search Engine": "Уеб търсачка",
"Web Search Engine": "Уеб търсачка",
"Web Search in Chat": "Уеб търсене в чата",
"Web Search in Chat": "Уеб търсене в чата",
@@ -1146,5 +1155,6 @@
"Your account status is currently pending activation.": "Статусът на вашия акаунт в момента очаква активиране.",
"Your account status is currently pending activation.": "Статусът на вашия акаунт в момента очаква активиране.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "Цялата ви вноска ще отиде директно при разработчика на плъгина; Open WebUI не взима никакъв процент. Въпреки това, избраната платформа за финансиране може да има свои собствени такси.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "Цялата ви вноска ще отиде директно при разработчика на плъгина; Open WebUI не взима никакъв процент. Въпреки това, избраната платформа за финансиране може да има свои собствени такси.",
"Youtube": "Youtube",
"Youtube": "Youtube",
- "Youtube Loader Settings": "Настройки за зареждане от Youtube"
"A task model is used when performing tasks such as generating titles for chats and web search queries": "চ্যাট এবং ওয়েব অনুসন্ধান প্রশ্নের জন্য শিরোনাম তৈরি করার মতো কাজগুলি সম্পাদন করার সময় একটি টাস্ক মডেল ব্যবহার করা হয়",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "চ্যাট এবং ওয়েব অনুসন্ধান প্রশ্নের জন্য শিরোনাম তৈরি করার মতো কাজগুলি সম্পাদন করার সময় একটি টাস্ক মডেল ব্যবহার করা হয়",
"a user": "একজন ব্যাবহারকারী",
"a user": "একজন ব্যাবহারকারী",
"About": "সম্পর্কে",
"About": "সম্পর্কে",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "",
"Access": "",
"Access Control": "",
"Access Control": "",
"Accessible to all users": "",
"Accessible to all users": "",
@@ -85,6 +86,7 @@
"Archive All Chats": "আর্কাইভ করুন সকল চ্যাট",
"Archive All Chats": "আর্কাইভ করুন সকল চ্যাট",
"Archived Chats": "চ্যাট ইতিহাস সংরক্ষণাগার",
"Archived Chats": "চ্যাট ইতিহাস সংরক্ষণাগার",
"archived-chat-export": "",
"archived-chat-export": "",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure you want to unarchive all archived chats?": "",
@@ -93,7 +95,7 @@
"Artifacts": "",
"Artifacts": "",
"Ask a question": "",
"Ask a question": "",
"Assistant": "",
"Assistant": "",
- "Attach file": "ফাইল যুক্ত করুন",
+ "Attach file from knowledge": "",
"Attention to detail": "বিস্তারিত বিশেষতা",
"Attention to detail": "বিস্তারিত বিশেষতা",
"Attribute for Mail": "",
"Attribute for Mail": "",
"Attribute for Username": "",
"Attribute for Username": "",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"Brave Search API Key": "সাহসী অনুসন্ধান API কী",
"Brave Search API Key": "সাহসী অনুসন্ধান API কী",
"By {{name}}": "",
"By {{name}}": "",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "ওয়েবসাইটের জন্য SSL যাচাই বাতিল করুন",
"Bypass SSL verification for Websites": "ওয়েবসাইটের জন্য SSL যাচাই বাতিল করুন",
"Calendar": "",
"Calendar": "",
"Call": "",
"Call": "",
@@ -156,11 +159,11 @@
"Checking for updates...": "নতুন আপডেট আছে কিনা চেক করা হচ্ছে...",
"Checking for updates...": "নতুন আপডেট আছে কিনা চেক করা হচ্ছে...",
"Choose a model before saving...": "সেভ করার আগে একটি মডেল নির্বাচন করুন",
"Choose a model before saving...": "সেভ করার আগে একটি মডেল নির্বাচন করুন",
"Chunk Overlap": "চাঙ্ক ওভারল্যাপ",
"Chunk Overlap": "চাঙ্ক ওভারল্যাপ",
- "Chunk Params": "চাঙ্ক প্যারামিটার্স",
"Chunk Size": "চাঙ্ক সাইজ",
"Chunk Size": "চাঙ্ক সাইজ",
"Ciphers": "",
"Ciphers": "",
"Citation": "উদ্ধৃতি",
"Citation": "উদ্ধৃতি",
"Clear memory": "",
"Clear memory": "",
+ "Clear Memory": "",
"click here": "",
"click here": "",
"Click here for filter guides.": "",
"Click here for filter guides.": "",
"Click here for help.": "সাহায্যের জন্য এখানে ক্লিক করুন",
"Click here for help.": "সাহায্যের জন্য এখানে ক্লিক করুন",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Contact Admin for WebUI Access": "",
"Contact Admin for WebUI Access": "",
"Content": "বিষয়বস্তু",
"Content": "বিষয়বস্তু",
- "Content Extraction": "",
+ "Content Extraction Engine": "",
"Context Length": "কনটেক্সটের দৈর্ঘ্য",
"Context Length": "কনটেক্সটের দৈর্ঘ্য",
"Continue Response": "যাচাই করুন",
"Continue Response": "যাচাই করুন",
"Continue with {{provider}}": "",
"Continue with {{provider}}": "",
@@ -245,6 +248,7 @@
"Current Model": "বর্তমান মডেল",
"Current Model": "বর্তমান মডেল",
"Current Password": "বর্তমান পাসওয়ার্ড",
"Current Password": "বর্তমান পাসওয়ার্ড",
"Custom": "কাস্টম",
"Custom": "কাস্টম",
+ "Danger Zone": "",
"Dark": "ডার্ক",
"Dark": "ডার্ক",
"Database": "ডেটাবেজ",
"Database": "ডেটাবেজ",
"December": "ডেসেম্বর",
"December": "ডেসেম্বর",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "",
"Do not install functions from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Document": "ডকুমেন্ট",
"Document": "ডকুমেন্ট",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "",
"Documentation": "",
"Documents": "ডকুমেন্টসমূহ",
"Documents": "ডকুমেন্টসমূহ",
"does not make any external connections, and your data stays securely on your locally hosted server.": "কোন এক্সটার্নাল কানেকশন তৈরি করে না, এবং আপনার ডেটা আর লোকালি হোস্টেড সার্ভারেই নিরাপদে থাকে।",
"does not make any external connections, and your data stays securely on your locally hosted server.": "কোন এক্সটার্নাল কানেকশন তৈরি করে না, এবং আপনার ডেটা আর লোকালি হোস্টেড সার্ভারেই নিরাপদে থাকে।",
@@ -340,6 +346,7 @@
"ElevenLabs": "",
"ElevenLabs": "",
"Email": "ইমেইল",
"Email": "ইমেইল",
"Embark on adventures": "",
"Embark on adventures": "",
+ "Embedding": "",
"Embedding Batch Size": "",
"Embedding Batch Size": "",
"Embedding Model": "ইমেজ ইমেবডিং মডেল",
"Embedding Model": "ইমেজ ইমেবডিং মডেল",
"Embedding Model Engine": "ইমেজ ইমেবডিং মডেল ইঞ্জিন",
"Embedding Model Engine": "ইমেজ ইমেবডিং মডেল ইঞ্জিন",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "",
"Enable autocomplete generation for chat messages": "",
"Enable Code Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "সম্প্রদায় শেয়ারকরণ সক্ষম করুন",
"Enable Community Sharing": "সম্প্রদায় শেয়ারকরণ সক্ষম করুন",
- "Enable Google Drive": "",
"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.": "",
"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.": "",
"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.": "",
"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.": "",
- "Enable Web Search": "ওয়েব অনুসন্ধান সক্ষম করুন",
"Enabled": "",
"Enabled": "",
- "Engine": "",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "আপনার সিএসভি ফাইলটিতে এই ক্রমে 4 টি কলাম অন্তর্ভুক্ত রয়েছে তা নিশ্চিত করুন: নাম, ইমেল, পাসওয়ার্ড, ভূমিকা।.",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "আপনার সিএসভি ফাইলটিতে এই ক্রমে 4 টি কলাম অন্তর্ভুক্ত রয়েছে তা নিশ্চিত করুন: নাম, ইমেল, পাসওয়ার্ড, ভূমিকা।.",
"Enter {{role}} message here": "{{role}} মেসেজ এখানে লিখুন",
"Enter {{role}} message here": "{{role}} মেসেজ এখানে লিখুন",
"Enter a detail about yourself for your LLMs to recall": "আপনার এলএলএমগুলি স্মরণ করার জন্য নিজের সম্পর্কে একটি বিশদ লিখুন",
"Enter a detail about yourself for your LLMs to recall": "আপনার এলএলএমগুলি স্মরণ করার জন্য নিজের সম্পর্কে একটি বিশদ লিখুন",
@@ -372,6 +376,8 @@
"Enter Chunk Overlap": "চাঙ্ক ওভারল্যাপ লিখুন",
"Enter Chunk Overlap": "চাঙ্ক ওভারল্যাপ লিখুন",
"Enter Chunk Size": "চাংক সাইজ লিখুন",
"Enter Chunk Size": "চাংক সাইজ লিখুন",
"Enter description": "",
"Enter description": "",
+ "Enter Document Intelligence Endpoint": "",
+ "Enter Document Intelligence Key": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter Exa API Key": "",
"Enter Exa API Key": "",
"Enter Github Raw URL": "গিটহাব কাঁচা URL লিখুন",
"Enter Github Raw URL": "গিটহাব কাঁচা URL লিখুন",
@@ -507,9 +513,9 @@
"Gemini API Config": "",
"Gemini API Config": "",
"Gemini API Key is required.": "",
"Gemini API Key is required.": "",
"General": "সাধারণ",
"General": "সাধারণ",
- "General Settings": "সাধারণ সেটিংসমূহ",
"Generate an image": "",
"Generate an image": "",
"Generate Image": "",
"Generate Image": "",
+ "Generate prompt pair": "",
"Generating search query": "অনুসন্ধান ক্যোয়ারী তৈরি করা হচ্ছে",
"Generating search query": "অনুসন্ধান ক্যোয়ারী তৈরি করা হচ্ছে",
"Get started": "",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Get started with {{WEBUI_NAME}}": "",
@@ -565,6 +571,7 @@
"Input commands": "ইনপুট কমান্ডস",
"Input commands": "ইনপুট কমান্ডস",
"Install from Github URL": "Github URL থেকে ইনস্টল করুন",
"Install from Github URL": "Github URL থেকে ইনস্টল করুন",
"Instant Auto-Send After Voice Transcription": "",
"Instant Auto-Send After Voice Transcription": "",
+ "Integration": "",
"Interface": "ইন্টারফেস",
"Interface": "ইন্টারফেস",
"Invalid file format.": "",
"Invalid file format.": "",
"Invalid Tag": "অবৈধ ট্যাগ",
"Invalid Tag": "অবৈধ ট্যাগ",
@@ -612,16 +619,17 @@
"Listening...": "",
"Listening...": "",
"Llama.cpp": "",
"Llama.cpp": "",
"LLMs can make mistakes. Verify important information.": "LLM ভুল করতে পারে। গুরুত্বপূর্ণ তথ্য যাচাই করে নিন।",
"LLMs can make mistakes. Verify important information.": "LLM ভুল করতে পারে। গুরুত্বপূর্ণ তথ্য যাচাই করে নিন।",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "",
"Local": "",
"Local Models": "",
"Local Models": "",
+ "Location access not allowed": "",
"Lost": "",
"Lost": "",
"LTR": "LTR",
"LTR": "LTR",
"Made by Open WebUI Community": "OpenWebUI কমিউনিটিকর্তৃক নির্মিত",
"Made by Open WebUI Community": "OpenWebUI কমিউনিটিকর্তৃক নির্মিত",
"Make sure to enclose them with": "এটা দিয়ে বন্ধনী দিতে ভুলবেন না",
"Make sure to enclose them with": "এটা দিয়ে বন্ধনী দিতে ভুলবেন না",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Manage": "",
"Manage": "",
- "Manage Arena Models": "",
"Manage Direct Connections": "",
"Manage Direct Connections": "",
"Manage Models": "",
"Manage Models": "",
"Manage Ollama": "",
"Manage Ollama": "",
@@ -689,6 +697,7 @@
"No HTML, CSS, or JavaScript content found.": "",
"No HTML, CSS, or JavaScript content found.": "",
"No inference engine with management support found": "",
"No inference engine with management support found": "",
"No knowledge found": "",
"No knowledge found": "",
+ "No memories to clear": "",
"No model IDs": "",
"No model IDs": "",
"No models found": "",
"No models found": "",
"No models selected": "",
"No models selected": "",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "",
"Ollama API settings updated": "",
"Ollama Version": "Ollama ভার্সন",
"Ollama Version": "Ollama ভার্সন",
"On": "চালু",
"On": "চালু",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed in the command string.": "কমান্ড স্ট্রিং-এ শুধুমাত্র ইংরেজি অক্ষর, সংখ্যা এবং হাইফেন ব্যবহার করা যাবে।",
"Only alphanumeric characters and hyphens are allowed in the command string.": "কমান্ড স্ট্রিং-এ শুধুমাত্র ইংরেজি অক্ষর, সংখ্যা এবং হাইফেন ব্যবহার করা যাবে।",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
@@ -788,11 +798,9 @@
"Prompt updated successfully": "",
"Prompt updated successfully": "",
"Prompts": "প্রম্পটসমূহ",
"Prompts": "প্রম্পটসমূহ",
"Prompts Access": "",
"Prompts Access": "",
- "Proxy URL": "",
"Pull \"{{searchValue}}\" from Ollama.com": "Ollama.com থেকে \"{{searchValue}}\" টানুন",
"Pull \"{{searchValue}}\" from Ollama.com": "Ollama.com থেকে \"{{searchValue}}\" টানুন",
"Pull a model from Ollama.com": "Ollama.com থেকে একটি টেনে আনুন আনুন",
"Pull a model from Ollama.com": "Ollama.com থেকে একটি টেনে আনুন আনুন",
"Query Generation Prompt": "",
"Query Generation Prompt": "",
- "Query Params": "Query প্যারামিটারসমূহ",
"RAG Template": "RAG টেম্পলেট",
"RAG Template": "RAG টেম্পলেট",
"Rating": "",
"Rating": "",
"Re-rank models by topic similarity": "",
"Re-rank models by topic similarity": "",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Response splitting": "",
"Result": "",
"Result": "",
+ "Retrieval": "",
"Retrieval Query Generation": "",
"Retrieval Query Generation": "",
"Rich Text Input for Chat": "",
"Rich Text Input for Chat": "",
"RK": "",
"RK": "",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "",
"Select an Ollama instance": "",
"Select Engine": "",
"Select Engine": "",
"Select Knowledge": "",
"Select Knowledge": "",
- "Select model": "মডেল নির্বাচন করুন",
"Select only one model to call": "",
"Select only one model to call": "",
"Selected model(s) do not support image inputs": "নির্বাচিত মডেল(গুলি) চিত্র ইনপুট সমর্থন করে না",
"Selected model(s) do not support image inputs": "নির্বাচিত মডেল(গুলি) চিত্র ইনপুট সমর্থন করে না",
"Semantic distance to query": "",
"Semantic distance to query": "",
@@ -957,6 +965,7 @@
"Tags Generation": "",
"Tags Generation": "",
"Tags Generation Prompt": "",
"Tags Generation Prompt": "",
"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. (default: 1)": "",
"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. (default: 1)": "",
+ "Talk to model": "",
"Tap to interrupt": "",
"Tap to interrupt": "",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "",
"Tavily API Key": "",
@@ -1041,6 +1050,7 @@
"Top P": "Top P",
"Top P": "Top P",
"Transformers": "",
"Transformers": "",
"Trouble accessing Ollama?": "Ollama এক্সেস করতে সমস্যা হচ্ছে?",
"Trouble accessing Ollama?": "Ollama এক্সেস করতে সমস্যা হচ্ছে?",
+ "Trust Proxy Environment": "",
"TTS Model": "",
"TTS Model": "",
"TTS Settings": "TTS সেটিংসমূহ",
"TTS Settings": "TTS সেটিংসমূহ",
"TTS Voice": "",
"TTS Voice": "",
@@ -1104,7 +1114,6 @@
"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 API": "",
"Web API": "",
- "Web Loader Settings": "ওয়েব লোডার সেটিংস",
"Web Search": "ওয়েব অনুসন্ধান",
"Web Search": "ওয়েব অনুসন্ধান",
"Web Search Engine": "ওয়েব সার্চ ইঞ্জিন",
"Web Search Engine": "ওয়েব সার্চ ইঞ্জিন",
"Web Search in Chat": "",
"Web Search in Chat": "",
@@ -1146,5 +1155,6 @@
"Your account status is currently pending activation.": "",
"Your account status is currently pending activation.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Un model de tasca s'utilitza quan es realitzen tasques com ara generar títols per a xats i consultes de cerca per a la web",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Un model de tasca s'utilitza quan es realitzen tasques com ara generar títols per a xats i consultes de cerca per a la web",
"a user": "un usuari",
"a user": "un usuari",
"About": "Sobre",
"About": "Sobre",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "Accés",
"Access": "Accés",
"Access Control": "Control d'accés",
"Access Control": "Control d'accés",
"Accessible to all users": "Accessible a tots els usuaris",
"Accessible to all users": "Accessible a tots els usuaris",
@@ -20,7 +21,7 @@
"Account Activation Pending": "Activació del compte pendent",
"Account Activation Pending": "Activació del compte pendent",
"Accurate information": "Informació precisa",
"Accurate information": "Informació precisa",
"Actions": "Accions",
"Actions": "Accions",
- "Activate": "",
+ "Activate": "Activar",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activa aquest comanda escrivint \"{{COMMAND}}\" en el xat",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activa aquest comanda escrivint \"{{COMMAND}}\" en el xat",
"Active Users": "Usuaris actius",
"Active Users": "Usuaris actius",
"Add": "Afegir",
"Add": "Afegir",
@@ -85,6 +86,7 @@
"Archive All Chats": "Arxiva tots els xats",
"Archive All Chats": "Arxiva tots els xats",
"Archived Chats": "Xats arxivats",
"Archived Chats": "Xats arxivats",
"archived-chat-export": "archived-chat-export",
"archived-chat-export": "archived-chat-export",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "Estàs segur que vols eliminar aquest canal?",
"Are you sure you want to delete this channel?": "Estàs segur que vols eliminar aquest canal?",
"Are you sure you want to delete this message?": "Estàs segur que vols eliminar aquest missatge?",
"Are you sure you want to delete this message?": "Estàs segur que vols eliminar aquest missatge?",
"Are you sure you want to unarchive all archived chats?": "Estàs segur que vols desarxivar tots els xats arxivats?",
"Are you sure you want to unarchive all archived chats?": "Estàs segur que vols desarxivar tots els xats arxivats?",
@@ -93,14 +95,14 @@
"Artifacts": "Artefactes",
"Artifacts": "Artefactes",
"Ask a question": "Fer una pregunta",
"Ask a question": "Fer una pregunta",
"Assistant": "Assistent",
"Assistant": "Assistent",
- "Attach file": "Adjuntar arxiu",
+ "Attach file from knowledge": "",
"Attention to detail": "Atenció al detall",
"Attention to detail": "Atenció al detall",
"Attribute for Mail": "Atribut per al Correu",
"Attribute for Mail": "Atribut per al Correu",
"Attribute for Username": "Atribut per al Nom d'usuari",
"Attribute for Username": "Atribut per al Nom d'usuari",
"Audio": "Àudio",
"Audio": "Àudio",
"August": "Agost",
"August": "Agost",
"Authenticate": "Autenticar",
"Authenticate": "Autenticar",
- "Authentication": "",
+ "Authentication": "Autenticació",
"Auto-Copy Response to Clipboard": "Copiar la resposta automàticament al porta-retalls",
"Auto-Copy Response to Clipboard": "Copiar la resposta automàticament al porta-retalls",
"Auto-playback response": "Reproduir la resposta automàticament",
"Auto-playback response": "Reproduir la resposta automàticament",
+ "Code Interpreter Engine": "Motor de l'intèrpret de codi",
+ "Code Interpreter Prompt Template": "Plantilla de la indicació de l'intèrpret de codi",
"Collection": "Col·lecció",
"Collection": "Col·lecció",
"Color": "Color",
"Color": "Color",
"ComfyUI": "ComfyUI",
"ComfyUI": "ComfyUI",
@@ -203,19 +206,19 @@
"Confirm Password": "Confirmar la contrasenya",
"Confirm Password": "Confirmar la contrasenya",
"Confirm your action": "Confirma la teva acció",
"Confirm your action": "Confirma la teva acció",
"Confirm your new password": "Confirma la teva nova contrasenya",
"Confirm your new password": "Confirma la teva nova contrasenya",
- "Connect to your own OpenAI compatible API endpoints.": "",
+ "Connect to your own OpenAI compatible API endpoints.": "Connecta als teus propis punts de connexió de l'API compatible amb OpenAI",
"Connections": "Connexions",
"Connections": "Connexions",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "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. (Per defecte: mitjà)",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "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. (Per defecte: mitjà)",
"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",
- "Content Extraction": "Extracció de contingut",
+ "Content Extraction Engine": "",
"Context Length": "Mida del context",
"Context Length": "Mida del context",
"Continue Response": "Continuar la resposta",
"Continue Response": "Continuar la resposta",
"Continue with {{provider}}": "Continuar amb {{provider}}",
"Continue with {{provider}}": "Continuar amb {{provider}}",
"Continue with Email": "Continuar amb el correu",
"Continue with Email": "Continuar amb el correu",
"Continue with LDAP": "Continuar amb LDAP",
"Continue with LDAP": "Continuar amb LDAP",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Controlar com es divideix el text del missatge per a les sol·licituds TTS. 'Puntuació' divideix en frases, 'paràgrafs' divideix en paràgrafs i 'cap' manté el missatge com una cadena única.",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Controlar com es divideix el text del missatge per a les sol·licituds TTS. 'Puntuació' divideix en frases, 'paràgrafs' divideix en paràgrafs i 'cap' manté el missatge com una cadena única.",
- "Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
+ "Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "Controlar la repetició de seqüències de tokens en el text generat. Un valor més alt (p. ex., 1,5) penalitzarà les repeticions amb més força, mentre que un valor més baix (p. ex., 1,1) serà més indulgent. A l'1, està desactivat. (Per defecte: 1.1)",
"Controls": "Controls",
"Controls": "Controls",
"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Controlar l'equilibri entre la coherència i la diversitat de la sortida. Un valor més baix donarà lloc a un text més enfocat i coherent. (Per defecte: 5.0)",
"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Controlar l'equilibri entre la coherència i la diversitat de la sortida. Un valor més baix donarà lloc a un text més enfocat i coherent. (Per defecte: 5.0)",
"Copied": "Copiat",
"Copied": "Copiat",
@@ -227,7 +230,7 @@
"Copy Link": "Copiar l'enllaç",
"Copy Link": "Copiar l'enllaç",
"Copy to clipboard": "Copiar al porta-retalls",
"Copy to clipboard": "Copiar al porta-retalls",
"Copying to clipboard was successful!": "La còpia al porta-retalls s'ha realitzat correctament",
"Copying to clipboard was successful!": "La còpia al porta-retalls s'ha realitzat correctament",
- "CORS must be properly configured by the provider to allow requests from Open WebUI.": "",
+ "CORS must be properly configured by the provider to allow requests from Open WebUI.": "CORS ha de ser configurat correctament pel proveïdor per permetre les sol·licituds d'Open WebUI",
"Create": "Crear",
"Create": "Crear",
"Create a knowledge base": "Crear una base de coneixement",
"Create a knowledge base": "Crear una base de coneixement",
"Create a model": "Crear un model",
"Create a model": "Crear un model",
@@ -245,6 +248,7 @@
"Current Model": "Model actual",
"Current Model": "Model actual",
"Current Password": "Contrasenya actual",
"Current Password": "Contrasenya actual",
"Custom": "Personalitzat",
"Custom": "Personalitzat",
+ "Danger Zone": "",
"Dark": "Fosc",
"Dark": "Fosc",
"Database": "Base de dades",
"Database": "Base de dades",
"December": "Desembre",
"December": "Desembre",
@@ -271,7 +275,7 @@
"Delete folder?": "Eliminar la carpeta?",
"Delete folder?": "Eliminar la carpeta?",
"Delete function?": "Eliminar funció?",
"Delete function?": "Eliminar funció?",
"Delete Message": "Eleiminar el missatge",
"Delete Message": "Eleiminar el missatge",
- "Delete message?": "",
+ "Delete message?": "Eliminar el missatge?",
"Delete prompt?": "Eliminar indicació?",
"Delete prompt?": "Eliminar indicació?",
"delete this link": "Eliminar aquest enllaç",
"delete this link": "Eliminar aquest enllaç",
"Delete tool?": "Eliminar eina?",
"Delete tool?": "Eliminar eina?",
@@ -282,15 +286,15 @@
"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ó",
"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 Connections": "",
- "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
- "Direct Connections settings updated": "",
+ "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 settings updated": "Configuració de les connexions directes actualitzada",
"Disabled": "Deshabilitat",
"Disabled": "Deshabilitat",
"Discover a function": "Descobrir una funció",
"Discover a function": "Descobrir una funció",
"Discover a model": "Descobrir un model",
"Discover a model": "Descobrir un model",
"Discover a prompt": "Descobrir una indicació",
"Discover a prompt": "Descobrir una indicació",
"Discover a tool": "Descobrir una eina",
"Discover a tool": "Descobrir una eina",
- "Discover how to use Open WebUI and seek support from the community.": "",
+ "Discover how to use Open WebUI and seek support from the community.": "Descobreix com utilitzar Open WebUI i demana suport a la comunitat.",
"Discover wonders": "Descobrir meravelles",
"Discover wonders": "Descobrir meravelles",
"Discover, download, and explore custom functions": "Descobrir, descarregar i explorar funcions personalitzades",
"Discover, download, and explore custom functions": "Descobrir, descarregar i explorar funcions personalitzades",
"Discover, download, and explore custom prompts": "Descobrir, descarregar i explorar indicacions personalitzades",
"Discover, download, and explore custom prompts": "Descobrir, descarregar i explorar indicacions personalitzades",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "No instal·lis funcions de fonts en què no confiïs plenament.",
"Do not install functions from sources you do not fully trust.": "No instal·lis funcions de fonts en què no confiïs plenament.",
"Do not install tools from sources you do not fully trust.": "No instal·lis eines de fonts en què no confiïs plenament.",
"Do not install tools from sources you do not fully trust.": "No instal·lis eines de fonts en què no confiïs plenament.",
"Document": "Document",
"Document": "Document",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "Documentació",
"Documentation": "Documentació",
"Documents": "Documents",
"Documents": "Documents",
"does not make any external connections, and your data stays securely on your locally hosted server.": "no realitza connexions externes, i les teves dades romanen segures al teu servidor allotjat localment.",
"does not make any external connections, and your data stays securely on your locally hosted server.": "no realitza connexions externes, i les teves dades romanen segures al teu servidor allotjat localment.",
@@ -315,14 +321,14 @@
"Don't like the style": "No t'agrada l'estil?",
"Don't like the style": "No t'agrada l'estil?",
"Done": "Fet",
"Done": "Fet",
"Download": "Descarregar",
"Download": "Descarregar",
- "Download as SVG": "",
+ "Download as SVG": "Descarrega com a SVG",
"Download canceled": "Descàrrega cancel·lada",
"Download canceled": "Descàrrega cancel·lada",
"Download Database": "Descarregar la base de dades",
"Download Database": "Descarregar la base de dades",
"Drag and drop a file to upload or select a file to view": "Arrossegar un arxiu per pujar o escull un arxiu a veure",
"Drag and drop a file to upload or select a file to view": "Arrossegar un arxiu per pujar o escull un arxiu a veure",
"Draw": "Dibuixar",
"Draw": "Dibuixar",
"Drop any files here to add to the conversation": "Deixa qualsevol arxiu aquí per afegir-lo a la conversa",
"Drop any files here to add to the conversation": "Deixa qualsevol arxiu aquí per afegir-lo a la conversa",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "p. ex. '30s','10m'. Les unitats de temps vàlides són 's', 'm', 'h'.",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "p. ex. '30s','10m'. Les unitats de temps vàlides són 's', 'm', 'h'.",
- "e.g. 60": "",
+ "e.g. 60": "p. ex. 60",
"e.g. A filter to remove profanity from text": "p. ex. Un filtre per eliminar paraules malsonants del text",
"e.g. A filter to remove profanity from text": "p. ex. Un filtre per eliminar paraules malsonants del text",
"e.g. My Filter": "p. ex. El meu filtre",
"e.g. My Filter": "p. ex. El meu filtre",
"e.g. My Tools": "p. ex. Les meves eines",
"e.g. My Tools": "p. ex. Les meves eines",
@@ -340,23 +346,21 @@
"ElevenLabs": "ElevenLabs",
"ElevenLabs": "ElevenLabs",
"Email": "Correu electrònic",
"Email": "Correu electrònic",
"Embark on adventures": "Embarcar en aventures",
"Embark on adventures": "Embarcar en aventures",
+ "Embedding": "",
"Embedding Batch Size": "Mida del lot d'incrustació",
"Embedding Batch Size": "Mida del lot d'incrustació",
"Embedding Model": "Model d'incrustació",
"Embedding Model": "Model d'incrustació",
"Embedding Model Engine": "Motor de model d'incrustació",
"Embedding Model Engine": "Motor de model d'incrustació",
"Embedding model set to \"{{embedding_model}}\"": "Model d'incrustació configurat a \"{{embedding_model}}\"",
"Embedding model set to \"{{embedding_model}}\"": "Model d'incrustació configurat a \"{{embedding_model}}\"",
"Enable API Key": "Activar la Clau API",
"Enable API Key": "Activar la Clau API",
"Enable autocomplete generation for chat messages": "Activar la generació automàtica per als missatges del xat",
"Enable autocomplete generation for chat messages": "Activar la generació automàtica per als missatges del xat",
- "Enable Code Interpreter": "",
+ "Enable Code Interpreter": "Activar l'intèrpret de codi",
"Enable Community Sharing": "Activar l'ús compartit amb la comunitat",
"Enable Community Sharing": "Activar l'ús compartit amb la comunitat",
- "Enable Google Drive": "Activar Google Drive",
"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.": "Activar el bloqueig de memòria (mlock) per evitar que les dades del model s'intercanviïn fora de la memòria RAM. Aquesta opció bloqueja el conjunt de pàgines de treball del model a la memòria RAM, assegurant-se que no s'intercanviaran al disc. Això pot ajudar a mantenir el rendiment evitant errors de pàgina i garantint un accés ràpid a les dades.",
"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.": "Activar el bloqueig de memòria (mlock) per evitar que les dades del model s'intercanviïn fora de la memòria RAM. Aquesta opció bloqueja el conjunt de pàgines de treball del model a la memòria RAM, assegurant-se que no s'intercanviaran al disc. Això pot ajudar a mantenir el rendiment evitant errors de pàgina i garantint un accés ràpid a les dades.",
"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.": "Activar l'assignació de memòria (mmap) per carregar les dades del model. Aquesta opció permet que el sistema utilitzi l'emmagatzematge en disc com a extensió de la memòria RAM tractant els fitxers de disc com si estiguessin a la memòria RAM. Això pot millorar el rendiment del model permetent un accés més ràpid a les dades. Tanmateix, és possible que no funcioni correctament amb tots els sistemes i pot consumir una quantitat important d'espai en disc.",
"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.": "Activar l'assignació de memòria (mmap) per carregar les dades del model. Aquesta opció permet que el sistema utilitzi l'emmagatzematge en disc com a extensió de la memòria RAM tractant els fitxers de disc com si estiguessin a la memòria RAM. Això pot millorar el rendiment del model permetent un accés més ràpid a les dades. Tanmateix, és possible que no funcioni correctament amb tots els sistemes i pot consumir una quantitat important d'espai en disc.",
"Enable Message Rating": "Permetre la qualificació de missatges",
"Enable Message Rating": "Permetre la qualificació de missatges",
"Enable Mirostat sampling for controlling perplexity. (Default: 0, 0 = Disabled, 1 = Mirostat, 2 = Mirostat 2.0)": "Activar el mostreig de Mirostat per controlar la perplexitat. (Per defecte: 0, 0 = Inhabilitat, 1 = Mirostat, 2 = Mirostat 2.0)",
"Enable Mirostat sampling for controlling perplexity. (Default: 0, 0 = Disabled, 1 = Mirostat, 2 = Mirostat 2.0)": "Activar el mostreig de Mirostat per controlar la perplexitat. (Per defecte: 0, 0 = Inhabilitat, 1 = Mirostat, 2 = Mirostat 2.0)",
"Enable New Sign Ups": "Permetre nous registres",
"Enable New Sign Ups": "Permetre nous registres",
- "Enable Web Search": "Activar la cerca web",
"Enabled": "Habilitat",
"Enabled": "Habilitat",
- "Engine": "Motor",
"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",
@@ -365,13 +369,15 @@
"Enter Application DN Password": "Introdueix la contrasenya del DN d'aplicació",
"Enter Application DN Password": "Introdueix la contrasenya del DN d'aplicació",
"Enter Bing Search V7 Endpoint": "Introdueix el punt de connexió de Bing Search V7",
"Enter Bing Search V7 Endpoint": "Introdueix el punt de connexió de Bing Search V7",
"Enter Bing Search V7 Subscription Key": "Introdueix la clau de subscripció de Bing Search V7",
"Enter Bing Search V7 Subscription Key": "Introdueix la clau de subscripció de Bing Search V7",
- "Enter Bocha Search API Key": "",
+ "Enter Bocha Search API Key": "Introdueix la clau API de Bocha Search",
"Enter Brave Search API Key": "Introdueix la clau API de Brave Search",
"Enter Brave Search API Key": "Introdueix la clau API de Brave Search",
"Enter certificate path": "Introdueix el camí del certificat",
"Enter certificate path": "Introdueix el camí del certificat",
"Enter Chunk Overlap": "Introdueix la mida de solapament de blocs",
"Enter Chunk Overlap": "Introdueix la mida de solapament de blocs",
"Enter Chunk Size": "Introdueix la mida del bloc",
"Enter Chunk Size": "Introdueix la mida del bloc",
"Enter description": "Introdueix la descripció",
"Enter description": "Introdueix la descripció",
+ "Enter Document Intelligence Endpoint": "",
+ "Enter Document Intelligence Key": "",
"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 Github Raw URL": "Introdueix l'URL en brut de Github",
"Enter Github Raw URL": "Introdueix l'URL en brut de Github",
@@ -379,9 +385,9 @@
"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",
"Enter Image Size (e.g. 512x512)": "Introdueix la mida de la imatge (p. ex. 512x512)",
"Enter Image Size (e.g. 512x512)": "Introdueix la mida de la imatge (p. ex. 512x512)",
"Enter Jina API Key": "Introdueix la clau API de Jina",
"Enter Jina API Key": "Introdueix la clau API de Jina",
- "Enter Jupyter Password": "",
- "Enter Jupyter Token": "",
- "Enter Jupyter URL": "",
+ "Enter Jupyter Password": "Introdueix la contrasenya de Jupyter",
+ "Enter Jupyter Token": "Introdueix el token de Jupyter",
+ "Enter Jupyter URL": "Introdueix la URL de Jupyter",
"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 language codes": "Introdueix els codis de llenguatge",
"Enter language codes": "Introdueix els codis de llenguatge",
"Enter Model ID": "Introdueix l'identificador del model",
"Enter Model ID": "Introdueix l'identificador del model",
@@ -397,8 +403,8 @@
"Enter SearchApi Engine": "Introdueix el motor SearchApi",
"Enter SearchApi Engine": "Introdueix el motor SearchApi",
"Enter Searxng Query URL": "Introdueix l'URL de consulta de Searxng",
"Enter Searxng Query URL": "Introdueix l'URL de consulta de Searxng",
"Enter Seed": "Introdueix la llavor",
"Enter Seed": "Introdueix la llavor",
- "Enter SerpApi API Key": "",
- "Enter SerpApi Engine": "",
+ "Enter SerpApi API Key": "Introdueix la clau API SerpApi",
+ "Enter SerpApi Engine": "Introdueix el motor API SerpApi",
"Enter Serper API Key": "Introdueix la clau API Serper",
"Enter Serper API Key": "Introdueix la clau API Serper",
"Enter Serply API Key": "Introdueix la clau API Serply",
"Enter Serply API Key": "Introdueix la clau API Serply",
"Enter Serpstack API Key": "Introdueix la clau API Serpstack",
"Enter Serpstack API Key": "Introdueix la clau API Serpstack",
@@ -410,7 +416,7 @@
"Enter Tavily API Key": "Introdueix la clau API de Tavily",
"Enter Tavily API Key": "Introdueix la clau API de Tavily",
"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": "",
+ "Enter timeout in seconds": "Entra el temps màxim en segons",
+ "Gemini API Config": "Configuració de Gemini API",
+ "Gemini API Key is required.": "La clau API de Gemini és necessària",
"General": "General",
"General": "General",
- "General Settings": "Preferències generals",
"Generate an image": "Generar una imatge",
"Generate an image": "Generar una imatge",
"Generate Image": "Generar imatge",
"Generate Image": "Generar imatge",
+ "Generate prompt pair": "",
"Generating search query": "Generant consulta",
"Generating search query": "Generant consulta",
"Get started": "Començar",
"Get started": "Començar",
"Get started with {{WEBUI_NAME}}": "Començar amb {{WEBUI_NAME}}",
"Get started with {{WEBUI_NAME}}": "Començar amb {{WEBUI_NAME}}",
@@ -532,7 +538,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",
- "Home": "",
+ "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?",
"How would you rate this response?": "Com avaluaries aquesta resposta?",
"How would you rate this response?": "Com avaluaries aquesta resposta?",
@@ -565,6 +571,7 @@
"Input commands": "Entra comandes",
"Input commands": "Entra comandes",
"Install from Github URL": "Instal·lar des de l'URL de Github",
"Install from Github URL": "Instal·lar des de l'URL de Github",
"Instant Auto-Send After Voice Transcription": "Enviament automàtic després de la transcripció de veu",
"Instant Auto-Send After Voice Transcription": "Enviament automàtic després de la transcripció de veu",
+ "Integration": "",
"Interface": "Interfície",
"Interface": "Interfície",
"Invalid file format.": "Format d'arxiu no vàlid.",
"Invalid file format.": "Format d'arxiu no vàlid.",
"Invalid Tag": "Etiqueta no vàlida",
"Invalid Tag": "Etiqueta no vàlida",
@@ -576,8 +583,8 @@
"JSON Preview": "Vista prèvia del document JSON",
"JSON Preview": "Vista prèvia del document JSON",
"July": "Juliol",
"July": "Juliol",
"June": "Juny",
"June": "Juny",
- "Jupyter Auth": "",
- "Jupyter URL": "",
+ "Jupyter Auth": "Autenticació Jupyter",
+ "Jupyter URL": "URL de Jupyter",
"JWT Expiration": "Caducitat del JWT",
"JWT Expiration": "Caducitat del JWT",
"JWT Token": "Token JWT",
"JWT Token": "Token JWT",
"Kagi Search API Key": "Clau API de Kagi Search",
"Kagi Search API Key": "Clau API de Kagi Search",
@@ -607,22 +614,23 @@
"Leave empty to include all models or select specific models": "Deixa-ho en blanc per incloure tots els models o selecciona models específics",
"Leave empty to include all models or select specific models": "Deixa-ho en blanc per incloure tots els models o selecciona models específics",
"Leave empty to use the default prompt, or enter a custom prompt": "Deixa-ho en blanc per utilitzar la indicació predeterminada o introdueix una indicació personalitzada",
"Leave empty to use the default prompt, or enter a custom prompt": "Deixa-ho en blanc per utilitzar la indicació predeterminada o introdueix una indicació personalitzada",
"Leave model field empty to use the default model.": "Deixa el camp de model buit per utilitzar el model per defecte.",
"Leave model field empty to use the default model.": "Deixa el camp de model buit per utilitzar el model per defecte.",
- "License": "",
+ "License": "Llicència",
"Light": "Clar",
"Light": "Clar",
"Listening...": "Escoltant...",
"Listening...": "Escoltant...",
"Llama.cpp": "Llama.cpp",
"Llama.cpp": "Llama.cpp",
"LLMs can make mistakes. Verify important information.": "Els models de llenguatge poden cometre errors. Verifica la informació important.",
"LLMs can make mistakes. Verify important information.": "Els models de llenguatge poden cometre errors. Verifica la informació important.",
- "Loading Kokoro.js...": "",
+ "Loader": "",
+ "Loading Kokoro.js...": "Carregant Kokoro.js",
"Local": "Local",
"Local": "Local",
"Local Models": "Models locals",
"Local Models": "Models locals",
+ "Location access not allowed": "",
"Lost": "Perdut",
"Lost": "Perdut",
"LTR": "LTR",
"LTR": "LTR",
"Made by Open WebUI Community": "Creat per la Comunitat OpenWebUI",
"Made by Open WebUI Community": "Creat per la Comunitat OpenWebUI",
"Make sure to enclose them with": "Assegura't d'envoltar-los amb",
"Make sure to enclose them with": "Assegura't d'envoltar-los amb",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Assegura't d'exportar un fitxer workflow.json com a format API des de ComfyUI.",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Assegura't d'exportar un fitxer workflow.json com a format API des de ComfyUI.",
"Manage": "Gestionar",
"Manage": "Gestionar",
- "Manage Arena Models": "Gestionar els models de l'Arena",
- "Manage Direct Connections": "",
+ "Manage Direct Connections": "Gestionar les connexions directes",
"Manage Models": "Gestionar els models",
"Manage Models": "Gestionar els models",
"Manage Ollama": "Gestionar Ollama",
"Manage Ollama": "Gestionar Ollama",
"Manage Ollama API Connections": "Gestionar les connexions a l'API d'Ollama",
"Manage Ollama API Connections": "Gestionar les connexions a l'API d'Ollama",
@@ -689,6 +697,7 @@
"No HTML, CSS, or JavaScript content found.": "No s'ha trobat contingut HTML, CSS o JavaScript.",
"No HTML, CSS, or JavaScript content found.": "No s'ha trobat contingut HTML, CSS o JavaScript.",
"No inference engine with management support found": "No s'ha trobat un motor d'inferència amb suport de gestió",
"No inference engine with management support found": "No s'ha trobat un motor d'inferència amb suport de gestió",
"No knowledge found": "No s'ha trobat Coneixement",
"No knowledge found": "No s'ha trobat Coneixement",
+ "No memories to clear": "",
"No model IDs": "No hi ha IDs de model",
"No model IDs": "No hi ha IDs de model",
"No models found": "No s'han trobat models",
"No models found": "No s'han trobat models",
"No models selected": "No s'ha seleccionat cap model",
"No models selected": "No s'ha seleccionat cap model",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "La configuració de l'API d'Ollama s'ha actualitzat",
"Ollama API settings updated": "La configuració de l'API d'Ollama s'ha actualitzat",
"Ollama Version": "Versió d'Ollama",
"Ollama Version": "Versió d'Ollama",
"On": "Activat",
"On": "Activat",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "Només es permeten caràcters alfanumèrics i guions",
"Only alphanumeric characters and hyphens are allowed": "Només es permeten caràcters alfanumèrics i guions",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Només es permeten caràcters alfanumèrics i guions en la comanda.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Només es permeten caràcters alfanumèrics i guions en la comanda.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Només es poden editar col·leccions, crea una nova base de coneixement per editar/afegir documents.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Només es poden editar col·leccions, crea una nova base de coneixement per editar/afegir documents.",
@@ -766,7 +776,7 @@
"Plain text (.txt)": "Text pla (.txt)",
"Plain text (.txt)": "Text pla (.txt)",
"Playground": "Zona de jocs",
"Playground": "Zona de jocs",
"Please carefully review the following warnings:": "Si us plau, revisa els següents avisos amb cura:",
"Please carefully review the following warnings:": "Si us plau, revisa els següents avisos amb cura:",
- "Please do not close the settings page while loading the model.": "",
+ "Please do not close the settings page while loading the model.": "No tanquis la pàgina de configuració mentre carregues el model.",
"Please enter a prompt": "Si us plau, entra una indicació",
"Please enter a prompt": "Si us plau, entra una indicació",
"Please fill in all fields.": "Emplena tots els camps, si us plau.",
"Please fill in all fields.": "Emplena tots els camps, si us plau.",
"Please select a model first.": "Si us plau, selecciona un model primer",
"Please select a model first.": "Si us plau, selecciona un model primer",
@@ -776,7 +786,7 @@
"Positive attitude": "Actitud positiva",
"Positive attitude": "Actitud positiva",
"Prefix ID": "Identificador del prefix",
"Prefix ID": "Identificador del prefix",
"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "L'identificador de prefix s'utilitza per evitar conflictes amb altres connexions afegint un prefix als ID de model; deixa'l en blanc per desactivar-lo.",
"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "L'identificador de prefix s'utilitza per evitar conflictes amb altres connexions afegint un prefix als ID de model; deixa'l en blanc per desactivar-lo.",
- "Presence Penalty": "",
+ "Presence Penalty": "Penalització de presència",
"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",
"Query Generation Prompt": "Indicació per a generació de consulta",
"Query Generation Prompt": "Indicació per a generació de consulta",
- "Query Params": "Paràmetres de consulta",
"RAG Template": "Plantilla RAG",
"RAG Template": "Plantilla RAG",
"Rating": "Valoració",
"Rating": "Valoració",
"Re-rank models by topic similarity": "Reclassificar els models per similitud de temes",
"Re-rank models by topic similarity": "Reclassificar els models per similitud de temes",
@@ -813,7 +821,7 @@
"Rename": "Canviar el nom",
"Rename": "Canviar el nom",
"Reorder Models": "Reordenar els models",
"Reorder Models": "Reordenar els models",
"Repeat Last N": "Repeteix els darrers N",
"Repeat Last N": "Repeteix els darrers N",
- "Repeat Penalty (Ollama)": "",
+ "Repeat Penalty (Ollama)": "Penalització per repetició (Ollama)",
"Reply in Thread": "Respondre al fil",
"Reply in Thread": "Respondre al fil",
"Request Mode": "Mode de sol·licitud",
"Request Mode": "Mode de sol·licitud",
"Reranking Model": "Model de reavaluació",
"Reranking Model": "Model de reavaluació",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de resposta no es poden activar perquè els permisos del lloc web han estat rebutjats. Comprova les preferències del navegador per donar l'accés necessari.",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de resposta no es poden activar perquè els permisos del lloc web han estat rebutjats. Comprova les preferències del navegador per donar l'accés necessari.",
"Response splitting": "Divisió de la resposta",
"Response splitting": "Divisió de la resposta",
"Result": "Resultat",
"Result": "Resultat",
+ "Retrieval": "",
"Retrieval Query Generation": "Generació de consultes Retrieval",
"Retrieval Query Generation": "Generació de consultes Retrieval",
"Rich Text Input for Chat": "Entrada de text ric per al xat",
"Rich Text Input for Chat": "Entrada de text ric per al xat",
"RK": "RK",
"RK": "RK",
@@ -876,11 +885,10 @@
"Select a pipeline": "Seleccionar una Pipeline",
"Select a pipeline": "Seleccionar una Pipeline",
"Select a pipeline url": "Seleccionar l'URL d'una Pipeline",
"Select a pipeline url": "Seleccionar l'URL d'una Pipeline",
"Select a tool": "Seleccionar una eina",
"Select a tool": "Seleccionar una eina",
- "Select an auth method": "",
+ "Select an auth method": "Seleccionar un mètode d'autenticació",
"Select an Ollama instance": "Seleccionar una instància d'Ollama",
"Select an Ollama instance": "Seleccionar una instància d'Ollama",
"Select Engine": "Seleccionar el motor",
"Select Engine": "Seleccionar el motor",
"Select Knowledge": "Seleccionar coneixement",
"Select Knowledge": "Seleccionar coneixement",
- "Select model": "Seleccionar un model",
"Select only one model to call": "Seleccionar només un model per trucar",
"Select only one model to call": "Seleccionar només un model per trucar",
"Selected model(s) do not support image inputs": "El(s) model(s) seleccionats no admeten l'entrada d'imatges",
"Selected model(s) do not support image inputs": "El(s) model(s) seleccionats no admeten l'entrada d'imatges",
"Semantic distance to query": "Distància semàntica a la pregunta",
"Semantic distance to query": "Distància semàntica a la pregunta",
@@ -889,8 +897,8 @@
"Send message": "Enviar missatge",
"Send message": "Enviar missatge",
"Sends `stream_options: { include_usage: true }` in the request.\nSupported providers will return token usage information in the response when set.": "Envia `stream_options: { include_usage: true }` a la sol·licitud.\nEls proveïdors compatibles retornaran la informació d'ús del token a la resposta quan s'estableixi.",
"Sends `stream_options: { include_usage: true }` in the request.\nSupported providers will return token usage information in the response when set.": "Envia `stream_options: { include_usage: true }` a la sol·licitud.\nEls proveïdors compatibles retornaran la informació d'ús del token a la resposta quan s'estableixi.",
"September": "Setembre",
"September": "Setembre",
- "SerpApi API Key": "",
- "SerpApi Engine": "",
+ "SerpApi API Key": "Clau API de SerpApi",
+ "SerpApi Engine": "Motor de SerpApi",
"Serper API Key": "Clau API de Serper",
"Serper API Key": "Clau API de Serper",
"Serply API Key": "Clau API de Serply",
"Serply API Key": "Clau API de Serply",
"Serpstack API Key": "Clau API de Serpstack",
"Serpstack API Key": "Clau API de Serpstack",
@@ -910,8 +918,8 @@
"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Establir el nombre de fils de treball utilitzats per al càlcul. Aquesta opció controla quants fils s'utilitzen per processar les sol·licituds entrants simultàniament. Augmentar aquest valor pot millorar el rendiment amb càrregues de treball de concurrència elevada, però també pot consumir més recursos de CPU.",
"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Establir el nombre de fils de treball utilitzats per al càlcul. Aquesta opció controla quants fils s'utilitzen per processar les sol·licituds entrants simultàniament. Augmentar aquest valor pot millorar el rendiment amb càrregues de treball de concurrència elevada, però també pot consumir més recursos de CPU.",
"Set Voice": "Establir la veu",
"Set Voice": "Establir la veu",
"Set whisper model": "Establir el model whisper",
"Set whisper model": "Establir el model whisper",
- "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. (Default: 0)": "",
- "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. (Default: 1.1)": "",
+ "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. (Default: 0)": "Estableix un biaix pla contra tokens que han aparegut almenys una vegada. Un valor més alt (p. ex., 1,5) penalitzarà les repeticions amb més força, mentre que un valor més baix (p. ex., 0,9) serà més indulgent. A 0, està desactivat. (Per defecte: 0)",
+ "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. (Default: 1.1)": "Estableix un biaix d'escala contra tokens per penalitzar les repeticions, en funció de quantes vegades han aparegut. Un valor més alt (p. ex., 1,5) penalitzarà les repeticions amb més força, mentre que un valor més baix (p. ex., 0,9) serà més indulgent. A 0, està desactivat. (Per defecte: 1.1)",
"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Establir fins a quin punt el model mira enrere per evitar la repetició. (Per defecte: 64, 0 = desactivat, -1 = num_ctx)",
"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Establir fins a quin punt el model mira enrere per evitar la repetició. (Per defecte: 64, 0 = desactivat, -1 = num_ctx)",
"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. (Default: random)": "Establir la llavor del nombre aleatori que s'utilitzarà per a la generació. Establir-ho a un número específic farà que el model generi el mateix text per a la mateixa sol·licitud. (Per defecte: aleatori)",
"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. (Default: random)": "Establir la llavor del nombre aleatori que s'utilitzarà per a la generació. Establir-ho a un número específic farà que el model generi el mateix text per a la mateixa sol·licitud. (Per defecte: aleatori)",
"Sets the size of the context window used to generate the next token. (Default: 2048)": "Estableix la mida de la finestra de context utilitzada per generar el següent token. (Per defecte: 2048)",
"Sets the size of the context window used to generate the next token. (Default: 2048)": "Estableix la mida de la finestra de context utilitzada per generar el següent token. (Per defecte: 2048)",
@@ -957,8 +965,9 @@
"Tags Generation": "Generació d'etiquetes",
"Tags Generation": "Generació d'etiquetes",
"Tags Generation Prompt": "Indicació per a la generació d'etiquetes",
"Tags Generation Prompt": "Indicació per a la generació d'etiquetes",
"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. (default: 1)": "El mostreig sense cua s'utilitza per reduir l'impacte de tokens menys probables de la sortida. Un valor més alt (p. ex., 2,0) reduirà més l'impacte, mentre que un valor d'1,0 desactiva aquesta configuració. (per defecte: 1)",
"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. (default: 1)": "El mostreig sense cua s'utilitza per reduir l'impacte de tokens menys probables de la sortida. Un valor més alt (p. ex., 2,0) reduirà més l'impacte, mentre que un valor d'1,0 desactiva aquesta configuració. (per defecte: 1)",
+ "Talk to model": "",
"Tap to interrupt": "Prem per interrompre",
"Tap to interrupt": "Prem per interrompre",
- "Tasks": "",
+ "Tasks": "Tasques",
"Tavily API Key": "Clau API de Tavily",
"Tavily API Key": "Clau API de Tavily",
"Tell us more:": "Dona'ns més informació:",
"Tell us more:": "Dona'ns més informació:",
"Temperature": "Temperatura",
"Temperature": "Temperatura",
@@ -1005,7 +1014,7 @@
"Title (e.g. Tell me a fun fact)": "Títol (p. ex. Digues-me quelcom divertit)",
"Title (e.g. Tell me a fun fact)": "Títol (p. ex. Digues-me quelcom divertit)",
"Title Auto-Generation": "Generació automàtica de títol",
"Title Auto-Generation": "Generació automàtica de títol",
"Title cannot be an empty string.": "El títol no pot ser una cadena buida.",
"Title cannot be an empty string.": "El títol no pot ser una cadena buida.",
- "Title Generation": "",
+ "Title Generation": "Generació de títols",
"Title Generation Prompt": "Indicació de generació de títol",
"Title Generation Prompt": "Indicació de generació de títol",
"TLS": "TLS",
"TLS": "TLS",
"To access the available model names for downloading,": "Per accedir als noms dels models disponibles per descarregar,",
"To access the available model names for downloading,": "Per accedir als noms dels models disponibles per descarregar,",
@@ -1041,6 +1050,7 @@
"Top P": "Top P",
"Top P": "Top P",
"Transformers": "Transformadors",
"Transformers": "Transformadors",
"Trouble accessing Ollama?": "Problemes en accedir a Ollama?",
"Trouble accessing Ollama?": "Problemes en accedir a Ollama?",
+ "Trust Proxy Environment": "",
"TTS Model": "Model TTS",
"TTS Model": "Model TTS",
"TTS Settings": "Preferències de TTS",
"TTS Settings": "Preferències de TTS",
"TTS Voice": "Veu TTS",
"TTS Voice": "Veu TTS",
@@ -1062,7 +1072,7 @@
"Updated": "Actualitzat",
"Updated": "Actualitzat",
"Updated at": "Actualitzat el",
"Updated at": "Actualitzat el",
"Updated At": "Actualitzat el",
"Updated At": "Actualitzat el",
- "Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
+ "Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "Actualitzar a un pla amb llicència per obtenir capacitats millorades, com ara la temàtica personalitzada i la marca, i assistència dedicada.",
"Upload": "Pujar",
"Upload": "Pujar",
"Upload a GGUF model": "Pujar un model GGUF",
"Upload a GGUF model": "Pujar un model GGUF",
"Upload directory": "Pujar directori",
"Upload directory": "Pujar directori",
@@ -1101,10 +1111,9 @@
"Warning:": "Avís:",
"Warning:": "Avís:",
"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Avís: Habilitar això permetrà als usuaris penjar codi arbitrari al servidor.",
"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Avís: Habilitar això permetrà als usuaris penjar codi arbitrari al servidor.",
"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Avís: Si s'actualitza o es canvia el model d'incrustació, s'hauran de tornar a importar tots els documents.",
"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Avís: Si s'actualitza o es canvia el model d'incrustació, s'hauran de tornar a importar tots els documents.",
- "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.": "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 Settings": "Preferències del carregador web",
"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",
@@ -1146,5 +1155,6 @@
"Your account status is currently pending activation.": "El compte està actualment pendent d'activació",
"Your account status is currently pending activation.": "El compte està actualment pendent d'activació",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "Tota la teva contribució anirà directament al desenvolupador del complement; Open WebUI no se'n queda cap percentatge. Tanmateix, la plataforma de finançament escollida pot tenir les seves pròpies comissions.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "Tota la teva contribució anirà directament al desenvolupador del complement; Open WebUI no se'n queda cap percentatge. Tanmateix, la plataforma de finançament escollida pot tenir les seves pròpies comissions.",
"Youtube": "Youtube",
"Youtube": "Youtube",
- "Youtube Loader Settings": "Preferències del carregador de Youtube"
"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
"a user": "usa ka user",
"a user": "usa ka user",
"About": "Mahitungod sa",
"About": "Mahitungod sa",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "",
"Access": "",
"Access Control": "",
"Access Control": "",
"Accessible to all users": "",
"Accessible to all users": "",
@@ -85,6 +86,7 @@
"Archive All Chats": "",
"Archive All Chats": "",
"Archived Chats": "pagrekord sa chat",
"Archived Chats": "pagrekord sa chat",
"archived-chat-export": "",
"archived-chat-export": "",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure you want to unarchive all archived chats?": "",
@@ -93,7 +95,7 @@
"Artifacts": "",
"Artifacts": "",
"Ask a question": "",
"Ask a question": "",
"Assistant": "",
"Assistant": "",
- "Attach file": "Ilakip ang usa ka file",
+ "Attach file from knowledge": "",
"Attention to detail": "Pagtagad sa mga detalye",
"Attention to detail": "Pagtagad sa mga detalye",
"Attribute for Mail": "",
"Attribute for Mail": "",
"Attribute for Username": "",
"Attribute for Username": "",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"Brave Search API Key": "",
"Brave Search API Key": "",
"By {{name}}": "",
"By {{name}}": "",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "",
"Bypass SSL verification for Websites": "",
"Calendar": "",
"Calendar": "",
"Call": "",
"Call": "",
@@ -156,11 +159,11 @@
"Checking for updates...": "Pagsusi alang sa mga update...",
"Checking for updates...": "Pagsusi alang sa mga update...",
"Choose a model before saving...": "Pagpili og template sa dili pa i-save...",
"Choose a model before saving...": "Pagpili og template sa dili pa i-save...",
"Chunk Overlap": "Block overlap",
"Chunk Overlap": "Block overlap",
- "Chunk Params": "Mga Setting sa Block",
"Chunk Size": "Gidak-on sa block",
"Chunk Size": "Gidak-on sa block",
"Ciphers": "",
"Ciphers": "",
"Citation": "Mga kinutlo",
"Citation": "Mga kinutlo",
"Clear memory": "",
"Clear memory": "",
+ "Clear Memory": "",
"click here": "",
"click here": "",
"Click here for filter guides.": "",
"Click here for filter guides.": "",
"Click here for help.": "I-klik dinhi alang sa tabang.",
"Click here for help.": "I-klik dinhi alang sa tabang.",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Contact Admin for WebUI Access": "",
"Contact Admin for WebUI Access": "",
"Content": "Kontento",
"Content": "Kontento",
- "Content Extraction": "",
+ "Content Extraction Engine": "",
"Context Length": "Ang gitas-on sa konteksto",
"Context Length": "Ang gitas-on sa konteksto",
"Continue Response": "",
"Continue Response": "",
"Continue with {{provider}}": "",
"Continue with {{provider}}": "",
@@ -245,6 +248,7 @@
"Current Model": "Kasamtangang modelo",
"Current Model": "Kasamtangang modelo",
"Current Password": "Kasamtangang Password",
"Current Password": "Kasamtangang Password",
"Custom": "Custom",
"Custom": "Custom",
+ "Danger Zone": "",
"Dark": "Ngitngit",
"Dark": "Ngitngit",
"Database": "Database",
"Database": "Database",
"December": "",
"December": "",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "",
"Do not install functions from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Document": "Dokumento",
"Document": "Dokumento",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "",
"Documentation": "",
"Documents": "Mga dokumento",
"Documents": "Mga dokumento",
"does not make any external connections, and your data stays securely on your locally hosted server.": "wala maghimo ug eksternal nga koneksyon, ug ang imong data nagpabiling luwas sa imong lokal nga host server.",
"does not make any external connections, and your data stays securely on your locally hosted server.": "wala maghimo ug eksternal nga koneksyon, ug ang imong data nagpabiling luwas sa imong lokal nga host server.",
@@ -340,6 +346,7 @@
"ElevenLabs": "",
"ElevenLabs": "",
"Email": "E-mail",
"Email": "E-mail",
"Embark on adventures": "",
"Embark on adventures": "",
+ "Embedding": "",
"Embedding Batch Size": "",
"Embedding Batch Size": "",
"Embedding Model": "",
"Embedding Model": "",
"Embedding Model Engine": "",
"Embedding Model Engine": "",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "",
"Enable autocomplete generation for chat messages": "",
"Enable Code Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "",
"Enable Community Sharing": "",
- "Enable Google Drive": "",
"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.": "",
"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.": "",
"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.": "",
"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.": "",
"Enable New Sign Ups": "I-enable ang bag-ong mga rehistro",
"Enable New Sign Ups": "I-enable ang bag-ong mga rehistro",
- "Enable Web Search": "",
"Enabled": "",
"Enabled": "",
- "Engine": "",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "Pagsulod sa mensahe {{role}} dinhi",
"Enter {{role}} message here": "Pagsulod sa mensahe {{role}} dinhi",
"Enter a detail about yourself for your LLMs to recall": "",
"Enter a detail about yourself for your LLMs to recall": "",
@@ -372,6 +376,8 @@
"Enter Chunk Overlap": "Pagsulod sa block overlap",
"Enter Chunk Overlap": "Pagsulod sa block overlap",
"Enter Chunk Size": "Isulod ang block size",
"Enter Chunk Size": "Isulod ang block size",
"Enter description": "",
"Enter description": "",
+ "Enter Document Intelligence Endpoint": "",
+ "Enter Document Intelligence Key": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter Exa API Key": "",
"Enter Exa API Key": "",
"Enter Github Raw URL": "",
"Enter Github Raw URL": "",
@@ -507,9 +513,9 @@
"Gemini API Config": "",
"Gemini API Config": "",
"Gemini API Key is required.": "",
"Gemini API Key is required.": "",
"General": "Heneral",
"General": "Heneral",
- "General Settings": "kinatibuk-ang mga setting",
"Generate an image": "",
"Generate an image": "",
"Generate Image": "",
"Generate Image": "",
+ "Generate prompt pair": "",
"Generating search query": "",
"Generating search query": "",
"Get started": "",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Get started with {{WEBUI_NAME}}": "",
@@ -565,6 +571,7 @@
"Input commands": "Pagsulod sa input commands",
"Input commands": "Pagsulod sa input commands",
"Install from Github URL": "",
"Install from Github URL": "",
"Instant Auto-Send After Voice Transcription": "",
"Instant Auto-Send After Voice Transcription": "",
+ "Integration": "",
"Interface": "Interface",
"Interface": "Interface",
"Invalid file format.": "",
"Invalid file format.": "",
"Invalid Tag": "",
"Invalid Tag": "",
@@ -612,16 +619,17 @@
"Listening...": "",
"Listening...": "",
"Llama.cpp": "",
"Llama.cpp": "",
"LLMs can make mistakes. Verify important information.": "Ang mga LLM mahimong masayop. ",
"LLMs can make mistakes. Verify important information.": "Ang mga LLM mahimong masayop. ",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "",
"Local": "",
"Local Models": "",
"Local Models": "",
+ "Location access not allowed": "",
"Lost": "",
"Lost": "",
"LTR": "",
"LTR": "",
"Made by Open WebUI Community": "Gihimo sa komunidad sa OpenWebUI",
"Made by Open WebUI Community": "Gihimo sa komunidad sa OpenWebUI",
"Make sure to enclose them with": "Siguruha nga palibutan sila",
"Make sure to enclose them with": "Siguruha nga palibutan sila",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Manage": "",
"Manage": "",
- "Manage Arena Models": "",
"Manage Direct Connections": "",
"Manage Direct Connections": "",
"Manage Models": "",
"Manage Models": "",
"Manage Ollama": "",
"Manage Ollama": "",
@@ -689,6 +697,7 @@
"No HTML, CSS, or JavaScript content found.": "",
"No HTML, CSS, or JavaScript content found.": "",
"No inference engine with management support found": "",
"No inference engine with management support found": "",
"No knowledge found": "",
"No knowledge found": "",
+ "No memories to clear": "",
"No model IDs": "",
"No model IDs": "",
"No models found": "",
"No models found": "",
"No models selected": "",
"No models selected": "",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "",
"Ollama API settings updated": "",
"Ollama Version": "Ollama nga bersyon",
"Ollama Version": "Ollama nga bersyon",
"On": "Gipaandar",
"On": "Gipaandar",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Ang alphanumeric nga mga karakter ug hyphen lang ang gitugotan sa command string.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Ang alphanumeric nga mga karakter ug hyphen lang ang gitugotan sa command string.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
@@ -788,11 +798,9 @@
"Prompt updated successfully": "",
"Prompt updated successfully": "",
"Prompts": "Mga aghat",
"Prompts": "Mga aghat",
"Prompts Access": "",
"Prompts Access": "",
- "Proxy URL": "",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Pagkuha ug template gikan sa Ollama.com",
"Pull a model from Ollama.com": "Pagkuha ug template gikan sa Ollama.com",
"Query Generation Prompt": "",
"Query Generation Prompt": "",
- "Query Params": "Mga parameter sa pangutana",
"RAG Template": "RAG nga modelo",
"RAG Template": "RAG nga modelo",
"Rating": "",
"Rating": "",
"Re-rank models by topic similarity": "",
"Re-rank models by topic similarity": "",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Response splitting": "",
"Result": "",
"Result": "",
+ "Retrieval": "",
"Retrieval Query Generation": "",
"Retrieval Query Generation": "",
"Rich Text Input for Chat": "",
"Rich Text Input for Chat": "",
"RK": "",
"RK": "",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "",
"Select an Ollama instance": "",
"Select Engine": "",
"Select Engine": "",
"Select Knowledge": "",
"Select Knowledge": "",
- "Select model": "Pagpili og modelo",
"Select only one model to call": "",
"Select only one model to call": "",
"Selected model(s) do not support image inputs": "",
"Selected model(s) do not support image inputs": "",
"Semantic distance to query": "",
"Semantic distance to query": "",
@@ -957,6 +965,7 @@
"Tags Generation": "",
"Tags Generation": "",
"Tags Generation Prompt": "",
"Tags Generation Prompt": "",
"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. (default: 1)": "",
"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. (default: 1)": "",
+ "Talk to model": "",
"Tap to interrupt": "",
"Tap to interrupt": "",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "",
"Tavily API Key": "",
@@ -1041,6 +1050,7 @@
"Top P": "Ibabaw nga P",
"Top P": "Ibabaw nga P",
"Transformers": "",
"Transformers": "",
"Trouble accessing Ollama?": "Adunay mga problema sa pag-access sa Ollama?",
"Trouble accessing Ollama?": "Adunay mga problema sa pag-access sa Ollama?",
+ "Trust Proxy Environment": "",
"TTS Model": "",
"TTS Model": "",
"TTS Settings": "Mga Setting sa TTS",
"TTS Settings": "Mga Setting sa TTS",
"TTS Voice": "",
"TTS Voice": "",
@@ -1104,7 +1114,6 @@
"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": "",
"Web API": "",
- "Web Loader Settings": "",
"Web Search": "",
"Web Search": "",
"Web Search Engine": "",
"Web Search Engine": "",
"Web Search in Chat": "",
"Web Search in Chat": "",
@@ -1146,5 +1155,6 @@
"Your account status is currently pending activation.": "",
"Your account status is currently pending activation.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Model úloh se používá při provádění úloh, jako je generování názvů pro chaty a vyhledávací dotazy na webu.",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Model úloh se používá při provádění úloh, jako je generování názvů pro chaty a vyhledávací dotazy na webu.",
"a user": "uživatel",
"a user": "uživatel",
"About": "O programu",
"About": "O programu",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "Přístup",
"Access": "Přístup",
"Access Control": "",
"Access Control": "",
"Accessible to all users": "Přístupné pro všecny uživatele",
"Accessible to all users": "Přístupné pro všecny uživatele",
@@ -85,6 +86,7 @@
"Archive All Chats": "Archivovat všechny chaty",
"Archive All Chats": "Archivovat všechny chaty",
"Archived Chats": "Archivované chaty",
"Archived Chats": "Archivované chaty",
"archived-chat-export": "",
"archived-chat-export": "",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure you want to unarchive all archived chats?": "",
@@ -93,7 +95,7 @@
"Artifacts": "Artefakty",
"Artifacts": "Artefakty",
"Ask a question": "Zeptejte se na otázku",
"Ask a question": "Zeptejte se na otázku",
"Assistant": "Ano, jak vám mohu pomoci?",
"Assistant": "Ano, jak vám mohu pomoci?",
- "Attach file": "Připojit soubor",
+ "Attach file from knowledge": "",
"Attention to detail": "Pozornost k detailům",
"Attention to detail": "Pozornost k detailům",
"Attribute for Mail": "",
"Attribute for Mail": "",
"Attribute for Username": "",
"Attribute for Username": "",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"Brave Search API Key": "Klíč API pro Brave Search",
"Brave Search API Key": "Klíč API pro Brave Search",
"By {{name}}": "",
"By {{name}}": "",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "Obcházení ověření SSL pro webové stránky",
"Bypass SSL verification for Websites": "Obcházení ověření SSL pro webové stránky",
"Calendar": "",
"Calendar": "",
"Call": "Volání",
"Call": "Volání",
@@ -156,11 +159,11 @@
"Checking for updates...": "Kontrola aktualizací...",
"Checking for updates...": "Kontrola aktualizací...",
"Choose a model before saving...": "Vyberte model před uložením...",
"Choose a model before saving...": "Vyberte model před uložením...",
"Chunk Overlap": "",
"Chunk Overlap": "",
- "Chunk Params": "",
"Chunk Size": "",
"Chunk Size": "",
"Ciphers": "",
"Ciphers": "",
"Citation": "Odkaz",
"Citation": "Odkaz",
"Clear memory": "Vymazat paměť",
"Clear memory": "Vymazat paměť",
+ "Clear Memory": "",
"click here": "",
"click here": "",
"Click here for filter guides.": "",
"Click here for filter guides.": "",
"Click here for help.": "Klikněte zde pro nápovědu.",
"Click here for help.": "Klikněte zde pro nápovědu.",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Contact Admin for WebUI Access": "Kontaktujte administrátora pro přístup k webovému rozhraní.",
"Contact Admin for WebUI Access": "Kontaktujte administrátora pro přístup k webovému rozhraní.",
"Content": "Obsah",
"Content": "Obsah",
- "Content Extraction": "Extrahování obsahu",
+ "Content Extraction Engine": "",
"Context Length": "Délka kontextu",
"Context Length": "Délka kontextu",
"Continue Response": "Pokračovat v odpovědi",
"Continue Response": "Pokračovat v odpovědi",
"Continue with {{provider}}": "Pokračovat s {{provider}}",
"Continue with {{provider}}": "Pokračovat s {{provider}}",
@@ -245,6 +248,7 @@
"Current Model": "Aktuální model",
"Current Model": "Aktuální model",
"Current Password": "Aktuální heslo",
"Current Password": "Aktuální heslo",
"Custom": "Na míru",
"Custom": "Na míru",
+ "Danger Zone": "",
"Dark": "Tmavý",
"Dark": "Tmavý",
"Database": "Databáze",
"Database": "Databáze",
"December": "Prosinec",
"December": "Prosinec",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "Neinstalujte funkce ze zdrojů, kterým plně nedůvěřujete.",
"Do not install functions from sources you do not fully trust.": "Neinstalujte funkce ze zdrojů, kterým plně nedůvěřujete.",
"Do not install tools from sources you do not fully trust.": "Neinstalujte nástroje ze zdrojů, kterým plně nedůvěřujete.",
"Do not install tools from sources you do not fully trust.": "Neinstalujte nástroje ze zdrojů, kterým plně nedůvěřujete.",
"Document": "Dokument",
"Document": "Dokument",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "Dokumentace",
"Documentation": "Dokumentace",
"Documents": "Dokumenty",
"Documents": "Dokumenty",
"does not make any external connections, and your data stays securely on your locally hosted server.": "nevytváří žádná externí připojení a vaše data zůstávají bezpečně na vašem lokálním serveru.",
"does not make any external connections, and your data stays securely on your locally hosted server.": "nevytváří žádná externí připojení a vaše data zůstávají bezpečně na vašem lokálním serveru.",
@@ -340,6 +346,7 @@
"ElevenLabs": "ElevenLabs",
"ElevenLabs": "ElevenLabs",
"Email": "E-mail",
"Email": "E-mail",
"Embark on adventures": "",
"Embark on adventures": "",
+ "Embedding": "",
"Embedding Batch Size": "",
"Embedding Batch Size": "",
"Embedding Model": "Vkládací model (Embedding Model)",
"Embedding Model": "Vkládací model (Embedding Model)",
"Embedding Model Engine": "",
"Embedding Model Engine": "",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "",
"Enable autocomplete generation for chat messages": "",
"Enable Code Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "Povolit sdílení komunity",
"Enable Community Sharing": "Povolit sdílení komunity",
- "Enable Google Drive": "",
"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.": "",
"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.": "",
"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.": "",
"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.": "",
- "Enable Web Search": "Povolit webové vyhledávání",
"Enabled": "Povoleno",
"Enabled": "Povoleno",
- "Engine": "Engine",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Ujistěte se, že váš CSV soubor obsahuje 4 sloupce v tomto pořadí: Name, Email, Password, Role.",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Ujistěte se, že váš CSV soubor obsahuje 4 sloupce v tomto pořadí: Name, Email, Password, Role.",
"LLMs can make mistakes. Verify important information.": "LLM mohou dělat chyby. Ověřte si důležité informace.",
"LLMs can make mistakes. Verify important information.": "LLM mohou dělat chyby. Ověřte si důležité informace.",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "",
"Local": "",
"Local Models": "Lokální modely",
"Local Models": "Lokální modely",
+ "Location access not allowed": "",
"Lost": "Ztracený",
"Lost": "Ztracený",
"LTR": "LTR",
"LTR": "LTR",
"Made by Open WebUI Community": "Vytvořeno komunitou OpenWebUI",
"Made by Open WebUI Community": "Vytvořeno komunitou OpenWebUI",
"Make sure to enclose them with": "Ujistěte se, že jsou uzavřeny pomocí",
"Make sure to enclose them with": "Ujistěte se, že jsou uzavřeny pomocí",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Ujistěte se, že exportujete soubor workflow.json ve formátu API z ComfyUI.",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Ujistěte se, že exportujete soubor workflow.json ve formátu API z ComfyUI.",
"Manage": "Spravovat",
"Manage": "Spravovat",
- "Manage Arena Models": "Správa modelů v Arena",
"Manage Direct Connections": "",
"Manage Direct Connections": "",
"Manage Models": "",
"Manage Models": "",
"Manage Ollama": "",
"Manage Ollama": "",
@@ -689,6 +697,7 @@
"No HTML, CSS, or JavaScript content found.": "Nebyl nalezen žádný obsah HTML, CSS ani JavaScriptu.",
"No HTML, CSS, or JavaScript content found.": "Nebyl nalezen žádný obsah HTML, CSS ani JavaScriptu.",
"No inference engine with management support found": "",
"No inference engine with management support found": "",
"No knowledge found": "Nebyly nalezeny žádné znalosti",
"No knowledge found": "Nebyly nalezeny žádné znalosti",
+ "No memories to clear": "",
"No model IDs": "",
"No model IDs": "",
"No models found": "Nebyly nalezeny žádné modely",
"No models found": "Nebyly nalezeny žádné modely",
"No models selected": "",
"No models selected": "",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "",
"Ollama API settings updated": "",
"Ollama Version": "Verze Ollama",
"Ollama Version": "Verze Ollama",
"On": "Na",
"On": "Na",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Příkazový řetězec smí obsahovat pouze alfanumerické znaky a pomlčky.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Příkazový řetězec smí obsahovat pouze alfanumerické znaky a pomlčky.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Pouze kolekce mohou být upravovány, pro úpravu/přidání dokumentů vytvořte novou znalostní bázi.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Pouze kolekce mohou být upravovány, pro úpravu/přidání dokumentů vytvořte novou znalostní bázi.",
@@ -788,11 +798,9 @@
"Prompt updated successfully": "",
"Prompt updated successfully": "",
"Prompts": "Prompty",
"Prompts": "Prompty",
"Prompts Access": "",
"Prompts Access": "",
- "Proxy URL": "",
"Pull \"{{searchValue}}\" from Ollama.com": "Stáhněte \"{{searchValue}}\" z Ollama.com",
"Pull \"{{searchValue}}\" from Ollama.com": "Stáhněte \"{{searchValue}}\" z Ollama.com",
"Pull a model from Ollama.com": "Stáhněte model z Ollama.com",
"Pull a model from Ollama.com": "Stáhněte model z Ollama.com",
"Query Generation Prompt": "",
"Query Generation Prompt": "",
- "Query Params": "Parametry dotazu",
"RAG Template": "Šablona RAG",
"RAG Template": "Šablona RAG",
"Rating": "Hodnocení",
"Rating": "Hodnocení",
"Re-rank models by topic similarity": "Znovu seřaďte modely podle podobnosti témat.",
"Re-rank models by topic similarity": "Znovu seřaďte modely podle podobnosti témat.",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Oznámení o odpovědích nelze aktivovat, protože oprávnění webu byla zamítnuta. Navštivte nastavení svého prohlížeče a udělte potřebný přístup.",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Oznámení o odpovědích nelze aktivovat, protože oprávnění webu byla zamítnuta. Navštivte nastavení svého prohlížeče a udělte potřebný přístup.",
"Response splitting": "Rozdělení odpovědi",
"Response splitting": "Rozdělení odpovědi",
"Result": "Výsledek",
"Result": "Výsledek",
+ "Retrieval": "",
"Retrieval Query Generation": "",
"Retrieval Query Generation": "",
"Rich Text Input for Chat": "Vstup pro chat ve formátu Rich Text",
"Rich Text Input for Chat": "Vstup pro chat ve formátu Rich Text",
"RK": "RK",
"RK": "RK",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "",
"Select an Ollama instance": "",
"Select Engine": "Vyberte engine",
"Select Engine": "Vyberte engine",
"Select Knowledge": "Vybrat znalosti",
"Select Knowledge": "Vybrat znalosti",
- "Select model": "Vyberte model",
"Select only one model to call": "Vyberte pouze jeden model, který chcete použít",
"Select only one model to call": "Vyberte pouze jeden model, který chcete použít",
"Selected model(s) do not support image inputs": "Vybraný(é) model(y) nepodporují vstupy v podobě obrázků.",
"Selected model(s) do not support image inputs": "Vybraný(é) model(y) nepodporují vstupy v podobě obrázků.",
"Semantic distance to query": "Semantická vzdálenost k dotazu",
"Semantic distance to query": "Semantická vzdálenost k dotazu",
@@ -957,6 +965,7 @@
"Tags Generation": "",
"Tags Generation": "",
"Tags Generation Prompt": "Prompt pro generování značek",
"Tags Generation Prompt": "Prompt pro generování značek",
"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. (default: 1)": "",
"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. (default: 1)": "",
+ "Talk to model": "",
"Tap to interrupt": "Klepněte pro přerušení",
"Tap to interrupt": "Klepněte pro přerušení",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "Klíč API pro Tavily",
"Tavily API Key": "Klíč API pro Tavily",
@@ -1041,6 +1050,7 @@
"Top P": "Top P",
"Top P": "Top P",
"Transformers": "",
"Transformers": "",
"Trouble accessing Ollama?": "Máte potíže s přístupem k Ollama?",
"Trouble accessing Ollama?": "Máte potíže s přístupem k Ollama?",
+ "Trust Proxy Environment": "",
"TTS Model": "Model převodu textu na řeč (TTS)",
"TTS Model": "Model převodu textu na řeč (TTS)",
"TTS Settings": "Nastavení TTS (Text-to-Speech)",
"TTS Settings": "Nastavení TTS (Text-to-Speech)",
"TTS Voice": "TTS hlas",
"TTS Voice": "TTS hlas",
@@ -1104,7 +1114,6 @@
"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": "Webové API",
"Web API": "Webové API",
- "Web Loader Settings": "Nastavení Web Loaderu",
"Web Search": "Vyhledávání na webu",
"Web Search": "Vyhledávání na webu",
"Web Search Engine": "Webový vyhledávač",
"Web Search Engine": "Webový vyhledávač",
"Web Search in Chat": "",
"Web Search in Chat": "",
@@ -1146,5 +1155,6 @@
"Your account status is currently pending activation.": "Stav vašeho účtu je nyní čekající na aktivaci.",
"Your account status is currently pending activation.": "Stav vašeho účtu je nyní čekající na aktivaci.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "Váš celý příspěvek půjde přímo vývojáři pluginu; Open WebUI si nebere žádné procento. Vybraná platforma pro financování však může mít vlastní poplatky.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "Váš celý příspěvek půjde přímo vývojáři pluginu; Open WebUI si nebere žádné procento. Vybraná platforma pro financování však může mít vlastní poplatky.",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "En 'task model' bliver brugt til at opgaver såsom at generere overskrifter til chats eller internetsøgninger",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "En 'task model' bliver brugt til at opgaver såsom at generere overskrifter til chats eller internetsøgninger",
"a user": "en bruger",
"a user": "en bruger",
"About": "Information",
"About": "Information",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "",
"Access": "",
"Access Control": "",
"Access Control": "",
"Accessible to all users": "",
"Accessible to all users": "",
@@ -85,6 +86,7 @@
"Archive All Chats": "Arkiver alle chats",
"Archive All Chats": "Arkiver alle chats",
"Archived Chats": "Arkiverede chats",
"Archived Chats": "Arkiverede chats",
"archived-chat-export": "",
"archived-chat-export": "",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure you want to unarchive all archived chats?": "",
@@ -93,7 +95,7 @@
"Artifacts": "Artifakter",
"Artifacts": "Artifakter",
"Ask a question": "Stil et spørgsmål",
"Ask a question": "Stil et spørgsmål",
"Assistant": "",
"Assistant": "",
- "Attach file": "Vedhæft fil",
+ "Attach file from knowledge": "",
"Attention to detail": "Detajleorientering",
"Attention to detail": "Detajleorientering",
"Attribute for Mail": "",
"Attribute for Mail": "",
"Attribute for Username": "",
"Attribute for Username": "",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"Brave Search API Key": "Brave Search API nøgle",
"Brave Search API Key": "Brave Search API nøgle",
"By {{name}}": "",
"By {{name}}": "",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "Forbigå SSL verifikation på websider",
"Bypass SSL verification for Websites": "Forbigå SSL verifikation på websider",
"Calendar": "",
"Calendar": "",
"Call": "Opkald",
"Call": "Opkald",
@@ -156,11 +159,11 @@
"Checking for updates...": "Søger efter opdateringer",
"Checking for updates...": "Søger efter opdateringer",
"Choose a model before saving...": "Vælg en model før du gemmer",
"Choose a model before saving...": "Vælg en model før du gemmer",
"Chunk Overlap": "Chunk overlap",
"Chunk Overlap": "Chunk overlap",
- "Chunk Params": "Chunk parametre",
"Chunk Size": "Chunk størrelse",
"Chunk Size": "Chunk størrelse",
"Ciphers": "",
"Ciphers": "",
"Citation": "Citat",
"Citation": "Citat",
"Clear memory": "Slet hukommelse",
"Clear memory": "Slet hukommelse",
+ "Clear Memory": "",
"click here": "",
"click here": "",
"Click here for filter guides.": "",
"Click here for filter guides.": "",
"Click here for help.": "Klik her for hjælp",
"Click here for help.": "Klik her for hjælp",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Contact Admin for WebUI Access": "Kontakt din administrator for adgang til WebUI",
"Contact Admin for WebUI Access": "Kontakt din administrator for adgang til WebUI",
"Content": "Indhold",
"Content": "Indhold",
- "Content Extraction": "Udtræk af indhold",
+ "Content Extraction Engine": "",
"Context Length": "Kontekst længde",
"Context Length": "Kontekst længde",
"Continue Response": "Fortsæt svar",
"Continue Response": "Fortsæt svar",
"Continue with {{provider}}": "Fortsæt med {{provider}}",
"Continue with {{provider}}": "Fortsæt med {{provider}}",
@@ -245,6 +248,7 @@
"Current Model": "Nuværende model",
"Current Model": "Nuværende model",
"Current Password": "Nuværende password",
"Current Password": "Nuværende password",
"Custom": "Custom",
"Custom": "Custom",
+ "Danger Zone": "",
"Dark": "Mørk",
"Dark": "Mørk",
"Database": "Database",
"Database": "Database",
"December": "december",
"December": "december",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "Lad være med at installere funktioner fra kilder, som du ikke stoler på.",
"Do not install functions from sources you do not fully trust.": "Lad være med at installere funktioner fra kilder, som du ikke stoler på.",
"Do not install tools from sources you do not fully trust.": "Lad være med at installere værktøjer fra kilder, som du ikke stoler på.",
"Do not install tools from sources you do not fully trust.": "Lad være med at installere værktøjer fra kilder, som du ikke stoler på.",
"Document": "Dokument",
"Document": "Dokument",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "Dokumentation",
"Documentation": "Dokumentation",
"Documents": "Dokumenter",
"Documents": "Dokumenter",
"does not make any external connections, and your data stays securely on your locally hosted server.": "laver ikke eksterne kald, og din data bliver sikkert på din egen lokalt hostede server.",
"does not make any external connections, and your data stays securely on your locally hosted server.": "laver ikke eksterne kald, og din data bliver sikkert på din egen lokalt hostede server.",
"Embedding Model Engine": "Embedding Model engine",
"Embedding Model Engine": "Embedding Model engine",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "",
"Enable autocomplete generation for chat messages": "",
"Enable Code Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "Aktiver deling til Community",
"Enable Community Sharing": "Aktiver deling til Community",
- "Enable Google Drive": "",
"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.": "",
"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.": "",
"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.": "",
"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.": "",
"Enable Message Rating": "Aktiver rating af besked",
"Enable Message Rating": "Aktiver rating af besked",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Sørg for at din CSV-fil indeholder 4 kolonner in denne rækkefølge: Name, Email, Password, Role.",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Sørg for at din CSV-fil indeholder 4 kolonner in denne rækkefølge: Name, Email, Password, Role.",
"Install from Github URL": "Installer fra Github URL",
"Install from Github URL": "Installer fra Github URL",
"Instant Auto-Send After Voice Transcription": "Øjeblikkelig automatisk afsendelse efter stemmetransskription",
"Instant Auto-Send After Voice Transcription": "Øjeblikkelig automatisk afsendelse efter stemmetransskription",
+ "Integration": "",
"Interface": "Grænseflade",
"Interface": "Grænseflade",
"Invalid file format.": "",
"Invalid file format.": "",
"Invalid Tag": "Ugyldigt tag",
"Invalid Tag": "Ugyldigt tag",
@@ -612,16 +619,17 @@
"Listening...": "Lytter...",
"Listening...": "Lytter...",
"Llama.cpp": "",
"Llama.cpp": "",
"LLMs can make mistakes. Verify important information.": "LLM'er kan lave fejl. Bekræft vigtige oplysninger.",
"LLMs can make mistakes. Verify important information.": "LLM'er kan lave fejl. Bekræft vigtige oplysninger.",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "",
"Local": "",
"Local Models": "Lokale modeller",
"Local Models": "Lokale modeller",
+ "Location access not allowed": "",
"Lost": "",
"Lost": "",
"LTR": "LTR",
"LTR": "LTR",
"Made by Open WebUI Community": "Lavet af OpenWebUI Community",
"Made by Open WebUI Community": "Lavet af OpenWebUI Community",
"Make sure to enclose them with": "Sørg for at omslutte dem med",
"Make sure to enclose them with": "Sørg for at omslutte dem med",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Sørg for at eksportere en workflow.json-fil som API-format fra ComfyUI.",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Sørg for at eksportere en workflow.json-fil som API-format fra ComfyUI.",
"Manage": "Administrer",
"Manage": "Administrer",
- "Manage Arena Models": "",
"Manage Direct Connections": "",
"Manage Direct Connections": "",
"Manage Models": "",
"Manage Models": "",
"Manage Ollama": "",
"Manage Ollama": "",
@@ -689,6 +697,7 @@
"No HTML, CSS, or JavaScript content found.": "Intet HTML-, CSS- eller JavaScript-indhold fundet.",
"No HTML, CSS, or JavaScript content found.": "Intet HTML-, CSS- eller JavaScript-indhold fundet.",
"No inference engine with management support found": "",
"No inference engine with management support found": "",
"No knowledge found": "Ingen viden fundet",
"No knowledge found": "Ingen viden fundet",
+ "No memories to clear": "",
"No model IDs": "",
"No model IDs": "",
"No models found": "",
"No models found": "",
"No models selected": "",
"No models selected": "",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "",
"Ollama API settings updated": "",
"Ollama Version": "Ollama-version",
"Ollama Version": "Ollama-version",
"On": "Til",
"On": "Til",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Kun alfanumeriske tegn og bindestreger er tilladt i kommandostrengen.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Kun alfanumeriske tegn og bindestreger er tilladt i kommandostrengen.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Kun samlinger kan redigeres, opret en ny vidensbase for at redigere/tilføje dokumenter.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Kun samlinger kan redigeres, opret en ny vidensbase for at redigere/tilføje dokumenter.",
@@ -788,11 +798,9 @@
"Prompt updated successfully": "",
"Prompt updated successfully": "",
"Prompts": "Prompts",
"Prompts": "Prompts",
"Prompts Access": "",
"Prompts Access": "",
- "Proxy URL": "",
"Pull \"{{searchValue}}\" from Ollama.com": "Hent \"{{searchValue}}\" fra Ollama.com",
"Pull \"{{searchValue}}\" from Ollama.com": "Hent \"{{searchValue}}\" fra Ollama.com",
"Pull a model from Ollama.com": "Hent en model fra Ollama.com",
"Pull a model from Ollama.com": "Hent en model fra Ollama.com",
"Query Generation Prompt": "",
"Query Generation Prompt": "",
- "Query Params": "Forespørgselsparametre",
"RAG Template": "RAG-skabelon",
"RAG Template": "RAG-skabelon",
"Rating": "",
"Rating": "",
"Re-rank models by topic similarity": "",
"Re-rank models by topic similarity": "",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Svarnotifikationer kan ikke aktiveres, da webstedets tilladelser er blevet nægtet. Besøg dine browserindstillinger for at give den nødvendige adgang.",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Svarnotifikationer kan ikke aktiveres, da webstedets tilladelser er blevet nægtet. Besøg dine browserindstillinger for at give den nødvendige adgang.",
"Response splitting": "Svaropdeling",
"Response splitting": "Svaropdeling",
"Result": "",
"Result": "",
+ "Retrieval": "",
"Retrieval Query Generation": "",
"Retrieval Query Generation": "",
"Rich Text Input for Chat": "",
"Rich Text Input for Chat": "",
"RK": "",
"RK": "",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "",
"Select an Ollama instance": "",
"Select Engine": "Vælg engine",
"Select Engine": "Vælg engine",
"Select Knowledge": "Vælg viden",
"Select Knowledge": "Vælg viden",
- "Select model": "Vælg model",
"Select only one model to call": "Vælg kun én model at kalde",
"Select only one model to call": "Vælg kun én model at kalde",
"Selected model(s) do not support image inputs": "Valgte model(ler) understøtter ikke billedinput",
"Selected model(s) do not support image inputs": "Valgte model(ler) understøtter ikke billedinput",
"Semantic distance to query": "",
"Semantic distance to query": "",
@@ -957,6 +965,7 @@
"Tags Generation": "",
"Tags Generation": "",
"Tags Generation Prompt": "",
"Tags Generation Prompt": "",
"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. (default: 1)": "",
"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. (default: 1)": "",
+ "Talk to model": "",
"Tap to interrupt": "Tryk for at afbryde",
"Tap to interrupt": "Tryk for at afbryde",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "Tavily API-nøgle",
"Tavily API Key": "Tavily API-nøgle",
@@ -1041,6 +1050,7 @@
"Top P": "Top P",
"Top P": "Top P",
"Transformers": "",
"Transformers": "",
"Trouble accessing Ollama?": "Problemer med at få adgang til Ollama?",
"Trouble accessing Ollama?": "Problemer med at få adgang til Ollama?",
+ "Trust Proxy Environment": "",
"TTS Model": "TTS-model",
"TTS Model": "TTS-model",
"TTS Settings": "TTS-indstillinger",
"TTS Settings": "TTS-indstillinger",
"TTS Voice": "TTS-stemme",
"TTS Voice": "TTS-stemme",
@@ -1104,7 +1114,6 @@
"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.": "",
"Your account status is currently pending activation.": "Din kontostatus afventer i øjeblikket aktivering.",
"Your account status is currently pending activation.": "Din kontostatus afventer i øjeblikket aktivering.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "Hele dit bidrag går direkte til plugin-udvikleren; Open WebUI tager ikke nogen procentdel. Den valgte finansieringsplatform kan dog have sine egne gebyrer.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "Hele dit bidrag går direkte til plugin-udvikleren; Open WebUI tager ikke nogen procentdel. Den valgte finansieringsplatform kan dog have sine egne gebyrer.",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Aufgabenmodelle können Unterhaltungstitel oder Websuchanfragen generieren.",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Aufgabenmodelle können Unterhaltungstitel oder Websuchanfragen generieren.",
"a user": "ein Benutzer",
"a user": "ein Benutzer",
"About": "Über",
"About": "Über",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "Zugang",
"Access": "Zugang",
"Access Control": "Zugangskontrolle",
"Access Control": "Zugangskontrolle",
"Accessible to all users": "Für alle Benutzer zugänglich",
"Accessible to all users": "Für alle Benutzer zugänglich",
@@ -85,6 +86,7 @@
"Archive All Chats": "Alle Unterhaltungen archivieren",
"Archive All Chats": "Alle Unterhaltungen archivieren",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "Sind Sie sicher, dass Sie diesen Kanal löschen möchten?",
"Are you sure you want to delete this channel?": "Sind Sie sicher, dass Sie diesen Kanal löschen möchten?",
"Are you sure you want to delete this message?": "Sind Sie sicher, dass Sie diese Nachricht löschen möchten?",
"Are you sure you want to delete this message?": "Sind Sie sicher, dass Sie diese Nachricht löschen möchten?",
"Are you sure you want to unarchive all archived chats?": "Sind Sie sicher, dass Sie alle archivierten Unterhaltungen wiederherstellen möchten?",
"Are you sure you want to unarchive all archived chats?": "Sind Sie sicher, dass Sie alle archivierten Unterhaltungen wiederherstellen möchten?",
@@ -93,7 +95,7 @@
"Artifacts": "Artefakte",
"Artifacts": "Artefakte",
"Ask a question": "Stellen Sie eine Frage",
"Ask a question": "Stellen Sie eine Frage",
"Assistant": "Assistent",
"Assistant": "Assistent",
- "Attach file": "Datei anhängen",
+ "Attach file from knowledge": "",
"Attention to detail": "Aufmerksamkeit für Details",
"Attention to detail": "Aufmerksamkeit für Details",
"Attribute for Mail": "Attribut für E-Mail",
"Attribute for Mail": "Attribut für E-Mail",
"Attribute for Username": "Attribut für Benutzername",
"Attribute for Username": "Attribut für Benutzername",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"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": "",
"Bypass SSL verification for Websites": "SSL-Überprüfung für Webseiten umgehen",
"Bypass SSL verification for Websites": "SSL-Überprüfung für Webseiten umgehen",
"Calendar": "",
"Calendar": "",
"Call": "Anrufen",
"Call": "Anrufen",
@@ -156,11 +159,11 @@
"Checking for updates...": "Sucht nach Updates...",
"Checking for updates...": "Sucht nach Updates...",
"Choose a model before saving...": "Wählen Sie ein Modell, bevor Sie speichern...",
"Choose a model before saving...": "Wählen Sie ein Modell, bevor Sie speichern...",
"Chunk Overlap": "Blocküberlappung",
"Chunk Overlap": "Blocküberlappung",
- "Chunk Params": "Blockparameter",
"Chunk Size": "Blockgröße",
"Chunk Size": "Blockgröße",
"Ciphers": "Verschlüsselungen",
"Ciphers": "Verschlüsselungen",
"Citation": "Zitate",
"Citation": "Zitate",
"Clear memory": "Alle Erinnerungen entfernen",
"Clear memory": "Alle Erinnerungen entfernen",
+ "Clear Memory": "",
"click here": "hier klicken",
"click here": "hier klicken",
"Click here for filter guides.": "Klicken Sie hier für Filteranleitungen.",
"Click here for filter guides.": "Klicken Sie hier für Filteranleitungen.",
"Click here for help.": "Klicken Sie hier für Hilfe.",
"Click here for help.": "Klicken Sie hier für Hilfe.",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "Beschränkt den Aufwand für das Schlussfolgern bei Schlussfolgerungsmodellen. Nur anwendbar auf Schlussfolgerungsmodelle von spezifischen Anbietern, die den Schlussfolgerungsaufwand unterstützen. (Standard: medium)",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "Beschränkt den Aufwand für das Schlussfolgern bei Schlussfolgerungsmodellen. Nur anwendbar auf Schlussfolgerungsmodelle von spezifischen Anbietern, die den Schlussfolgerungsaufwand unterstützen. (Standard: medium)",
"Contact Admin for WebUI Access": "Kontaktieren Sie den Administrator für den Zugriff auf die Weboberfläche",
"Contact Admin for WebUI Access": "Kontaktieren Sie den Administrator für den Zugriff auf die Weboberfläche",
"Content": "Info",
"Content": "Info",
- "Content Extraction": "Inhaltsextraktion",
+ "Content Extraction Engine": "",
"Context Length": "Kontextlänge",
"Context Length": "Kontextlänge",
"Continue Response": "Antwort fortsetzen",
"Continue Response": "Antwort fortsetzen",
"Continue with {{provider}}": "Mit {{provider}} fortfahren",
"Continue with {{provider}}": "Mit {{provider}} fortfahren",
@@ -245,6 +248,7 @@
"Current Model": "Aktuelles Modell",
"Current Model": "Aktuelles Modell",
"Current Password": "Aktuelles Passwort",
"Current Password": "Aktuelles Passwort",
"Custom": "Benutzerdefiniert",
"Custom": "Benutzerdefiniert",
+ "Danger Zone": "",
"Dark": "Dunkel",
"Dark": "Dunkel",
"Database": "Datenbank",
"Database": "Datenbank",
"December": "Dezember",
"December": "Dezember",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "Installieren Sie keine Funktionen aus Quellen, denen Sie nicht vollständig vertrauen.",
"Do not install functions from sources you do not fully trust.": "Installieren Sie keine Funktionen aus Quellen, denen Sie nicht vollständig vertrauen.",
"Do not install tools from sources you do not fully trust.": "Installieren Sie keine Werkzeuge aus Quellen, denen Sie nicht vollständig vertrauen.",
"Do not install tools from sources you do not fully trust.": "Installieren Sie keine Werkzeuge aus Quellen, denen Sie nicht vollständig vertrauen.",
"Document": "Dokument",
"Document": "Dokument",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "Dokumentation",
"Documentation": "Dokumentation",
"Documents": "Dokumente",
"Documents": "Dokumente",
"does not make any external connections, and your data stays securely on your locally hosted server.": "stellt keine externen Verbindungen her, und Ihre Daten bleiben sicher auf Ihrem lokal gehosteten Server.",
"does not make any external connections, and your data stays securely on your locally hosted server.": "stellt keine externen Verbindungen her, und Ihre Daten bleiben sicher auf Ihrem lokal gehosteten Server.",
@@ -340,6 +346,7 @@
"ElevenLabs": "ElevenLabs",
"ElevenLabs": "ElevenLabs",
"Email": "E-Mail",
"Email": "E-Mail",
"Embark on adventures": "Abenteuer erleben",
"Embark on adventures": "Abenteuer erleben",
+ "Embedding": "",
"Embedding Batch Size": "Embedding-Stapelgröße",
"Embedding Batch Size": "Embedding-Stapelgröße",
"Embedding Model": "Embedding-Modell",
"Embedding Model": "Embedding-Modell",
"Embedding Model Engine": "Embedding-Modell-Engine",
"Embedding Model Engine": "Embedding-Modell-Engine",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "Automatische Vervollständigung für Chat-Nachrichten aktivieren",
"Enable autocomplete generation for chat messages": "Automatische Vervollständigung für Chat-Nachrichten aktivieren",
"Enable Code Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "Community-Freigabe aktivieren",
"Enable Community Sharing": "Community-Freigabe aktivieren",
- "Enable Google Drive": "Google Drive aktivieren",
"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.": "Aktiviere Memory Locking (mlock), um zu verhindern, dass Modelldaten aus dem RAM ausgelagert werden. Diese Option sperrt die Arbeitsseiten des Modells im RAM, um sicherzustellen, dass sie nicht auf die Festplatte ausgelagert werden. Dies kann die Leistung verbessern, indem Page Faults vermieden und ein schneller Datenzugriff sichergestellt werden.",
"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.": "Aktiviere Memory Locking (mlock), um zu verhindern, dass Modelldaten aus dem RAM ausgelagert werden. Diese Option sperrt die Arbeitsseiten des Modells im RAM, um sicherzustellen, dass sie nicht auf die Festplatte ausgelagert werden. Dies kann die Leistung verbessern, indem Page Faults vermieden und ein schneller Datenzugriff sichergestellt werden.",
"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.": "Aktiviere Memory Mapping (mmap), um Modelldaten zu laden. Diese Option ermöglicht es dem System, den Festplattenspeicher als Erweiterung des RAM zu verwenden, indem Festplattendateien so behandelt werden, als ob sie im RAM wären. Dies kann die Modellleistung verbessern, indem ein schnellerer Datenzugriff ermöglicht wird. Es kann jedoch nicht auf allen Systemen korrekt funktionieren und einen erheblichen Teil des Festplattenspeichers beanspruchen.",
"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.": "Aktiviere Memory Mapping (mmap), um Modelldaten zu laden. Diese Option ermöglicht es dem System, den Festplattenspeicher als Erweiterung des RAM zu verwenden, indem Festplattendateien so behandelt werden, als ob sie im RAM wären. Dies kann die Modellleistung verbessern, indem ein schnellerer Datenzugriff ermöglicht wird. Es kann jedoch nicht auf allen Systemen korrekt funktionieren und einen erheblichen Teil des Festplattenspeichers beanspruchen.",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Stellen Sie sicher, dass Ihre CSV-Datei 4 Spalten in dieser Reihenfolge enthält: Name, E-Mail, Passwort, Rolle.",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Stellen Sie sicher, dass Ihre CSV-Datei 4 Spalten in dieser Reihenfolge enthält: Name, E-Mail, Passwort, Rolle.",
"Enter {{role}} message here": "Geben Sie die {{role}}-Nachricht hier ein",
"Enter {{role}} message here": "Geben Sie die {{role}}-Nachricht hier ein",
"Enter a detail about yourself for your LLMs to recall": "Geben Sie ein Detail über sich selbst ein, das Ihre Sprachmodelle (LLMs) sich merken sollen",
"Enter a detail about yourself for your LLMs to recall": "Geben Sie ein Detail über sich selbst ein, das Ihre Sprachmodelle (LLMs) sich merken sollen",
@@ -372,6 +376,8 @@
"Enter Chunk Overlap": "Geben Sie die Blocküberlappung ein",
"Enter Chunk Overlap": "Geben Sie die Blocküberlappung ein",
"Enter Chunk Size": "Geben Sie die Blockgröße ein",
"Enter Chunk Size": "Geben Sie die Blockgröße ein",
"Enter description": "Geben Sie eine Beschreibung ein",
"Enter description": "Geben Sie eine Beschreibung ein",
+ "Enter Document Intelligence Endpoint": "",
+ "Enter Document Intelligence Key": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter domains separated by commas (e.g., 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 Github Raw URL": "Geben Sie die Github Raw-URL ein",
"Enter Github Raw URL": "Geben Sie die Github Raw-URL ein",
@@ -507,9 +513,9 @@
"Gemini API Config": "",
"Gemini API Config": "",
"Gemini API Key is required.": "",
"Gemini API Key is required.": "",
"General": "Allgemein",
"General": "Allgemein",
- "General Settings": "Allgemeine Einstellungen",
"Generate an image": "Bild erzeugen",
"Generate an image": "Bild erzeugen",
"Generate Image": "Bild erzeugen",
"Generate Image": "Bild erzeugen",
+ "Generate prompt pair": "",
"Generating search query": "Suchanfrage wird erstellt",
"Generating search query": "Suchanfrage wird erstellt",
"Get started": "Loslegen",
"Get started": "Loslegen",
"Get started with {{WEBUI_NAME}}": "Loslegen mit {{WEBUI_NAME}}",
"Get started with {{WEBUI_NAME}}": "Loslegen mit {{WEBUI_NAME}}",
@@ -565,6 +571,7 @@
"Input commands": "Eingabebefehle",
"Input commands": "Eingabebefehle",
"Install from Github URL": "Installiere von der Github-URL",
"Install from Github URL": "Installiere von der Github-URL",
"Instant Auto-Send After Voice Transcription": "Spracherkennung direkt absenden",
"Instant Auto-Send After Voice Transcription": "Spracherkennung direkt absenden",
"LLMs can make mistakes. Verify important information.": "LLMs können Fehler machen. Überprüfe wichtige Informationen.",
"LLMs can make mistakes. Verify important information.": "LLMs können Fehler machen. Überprüfe wichtige Informationen.",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "Lokal",
"Local": "Lokal",
"Local Models": "Lokale Modelle",
"Local Models": "Lokale Modelle",
+ "Location access not allowed": "",
"Lost": "Verloren",
"Lost": "Verloren",
"LTR": "LTR",
"LTR": "LTR",
"Made by Open WebUI Community": "Von der OpenWebUI-Community",
"Made by Open WebUI Community": "Von der OpenWebUI-Community",
"Make sure to enclose them with": "Umschließe Variablen mit",
"Make sure to enclose them with": "Umschließe Variablen mit",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Stellen Sie sicher, dass sie eine workflow.json-Datei im API-Format von ComfyUI exportieren.",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Stellen Sie sicher, dass sie eine workflow.json-Datei im API-Format von ComfyUI exportieren.",
"No HTML, CSS, or JavaScript content found.": "Keine HTML-, CSS- oder JavaScript-Inhalte gefunden.",
"No HTML, CSS, or JavaScript content found.": "Keine HTML-, CSS- oder JavaScript-Inhalte gefunden.",
"No inference engine with management support found": "Keine Inferenz-Engine mit Management-Unterstützung gefunden",
"No inference engine with management support found": "Keine Inferenz-Engine mit Management-Unterstützung gefunden",
"No knowledge found": "Kein Wissen gefunden",
"No knowledge found": "Kein Wissen gefunden",
+ "No memories to clear": "",
"No model IDs": "Keine Modell-IDs",
"No model IDs": "Keine Modell-IDs",
"No models found": "Keine Modelle gefunden",
"No models found": "Keine Modelle gefunden",
"No models selected": "Keine Modelle ausgewählt",
"No models selected": "Keine Modelle ausgewählt",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "Ollama-API-Einstellungen aktualisiert",
"Ollama API settings updated": "Ollama-API-Einstellungen aktualisiert",
"Ollama Version": "Ollama-Version",
"Ollama Version": "Ollama-Version",
"On": "Ein",
"On": "Ein",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "Nur alphanumerische Zeichen und Bindestriche sind erlaubt",
"Only alphanumeric characters and hyphens are allowed": "Nur alphanumerische Zeichen und Bindestriche sind erlaubt",
"Only alphanumeric characters and hyphens are allowed in the command string.": "In der Befehlszeichenfolge sind nur alphanumerische Zeichen und Bindestriche erlaubt.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "In der Befehlszeichenfolge sind nur alphanumerische Zeichen und Bindestriche erlaubt.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Nur Sammlungen können bearbeitet werden. Erstellen Sie eine neue Wissensbasis, um Dokumente zu bearbeiten/hinzuzufügen.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Nur Sammlungen können bearbeitet werden. Erstellen Sie eine neue Wissensbasis, um Dokumente zu bearbeiten/hinzuzufügen.",
"Re-rank models by topic similarity": "Modelle nach thematischer Ähnlichkeit neu ordnen",
"Re-rank models by topic similarity": "Modelle nach thematischer Ähnlichkeit neu ordnen",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Benachrichtigungen können nicht aktiviert werden, da die Website-Berechtigungen abgelehnt wurden. Bitte besuchen Sie Ihre Browser-Einstellungen, um den erforderlichen Zugriff zu gewähren.",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Benachrichtigungen können nicht aktiviert werden, da die Website-Berechtigungen abgelehnt wurden. Bitte besuchen Sie Ihre Browser-Einstellungen, um den erforderlichen Zugriff zu gewähren.",
"Rich Text Input for Chat": "Rich-Text-Eingabe für Unterhaltungen",
"Rich Text Input for Chat": "Rich-Text-Eingabe für Unterhaltungen",
"RK": "RK",
"RK": "RK",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "Wählen Sie eine Ollama-Instanz",
"Select an Ollama instance": "Wählen Sie eine Ollama-Instanz",
"Select Engine": "Engine auswählen",
"Select Engine": "Engine auswählen",
"Select Knowledge": "Wissensdatenbank auswählen",
"Select Knowledge": "Wissensdatenbank auswählen",
- "Select model": "Modell auswählen",
"Select only one model to call": "Wählen Sie nur ein Modell zum Anrufen aus",
"Select only one model to call": "Wählen Sie nur ein Modell zum Anrufen aus",
"Selected model(s) do not support image inputs": "Ihre ausgewählten Modelle unterstützen keine Bildeingaben",
"Selected model(s) do not support image inputs": "Ihre ausgewählten Modelle unterstützen keine Bildeingaben",
"Semantic distance to query": "Semantische Distanz zur Abfrage",
"Semantic distance to query": "Semantische Distanz zur Abfrage",
@@ -957,6 +965,7 @@
"Tags Generation": "Tag-Generierung",
"Tags Generation": "Tag-Generierung",
"Tags Generation Prompt": "Prompt für Tag-Generierung",
"Tags Generation Prompt": "Prompt für Tag-Generierung",
"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. (default: 1)": "Tail-Free Sampling wird verwendet, um den Einfluss weniger wahrscheinlicher Tokens auf die Ausgabe zu reduzieren. Ein höherer Wert (z.B. 2.0) reduziert den Einfluss stärker, während ein Wert von 1.0 diese Einstellung deaktiviert. (Standard: 1)",
"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. (default: 1)": "Tail-Free Sampling wird verwendet, um den Einfluss weniger wahrscheinlicher Tokens auf die Ausgabe zu reduzieren. Ein höherer Wert (z.B. 2.0) reduziert den Einfluss stärker, während ein Wert von 1.0 diese Einstellung deaktiviert. (Standard: 1)",
+ "Talk to model": "",
"Tap to interrupt": "Zum Unterbrechen tippen",
"Tap to interrupt": "Zum Unterbrechen tippen",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "Tavily-API-Schlüssel",
"Tavily API Key": "Tavily-API-Schlüssel",
@@ -1041,6 +1050,7 @@
"Top P": "Top P",
"Top P": "Top P",
"Transformers": "Transformers",
"Transformers": "Transformers",
"Trouble accessing Ollama?": "Probleme beim Zugriff auf Ollama?",
"Trouble accessing Ollama?": "Probleme beim Zugriff auf Ollama?",
+ "Trust Proxy Environment": "",
"TTS Model": "TTS-Modell",
"TTS Model": "TTS-Modell",
"TTS Settings": "TTS-Einstellungen",
"TTS Settings": "TTS-Einstellungen",
"TTS Voice": "TTS-Stimme",
"TTS Voice": "TTS-Stimme",
@@ -1104,7 +1114,6 @@
"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.": "",
"Your account status is currently pending activation.": "Ihr Kontostatus ist derzeit ausstehend und wartet auf Aktivierung.",
"Your account status is currently pending activation.": "Ihr Kontostatus ist derzeit ausstehend und wartet auf Aktivierung.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "Ihr gesamter Beitrag geht direkt an den Plugin-Entwickler; Open WebUI behält keinen Prozentsatz ein. Die gewählte Finanzierungsplattform kann jedoch eigene Gebühren haben.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "Ihr gesamter Beitrag geht direkt an den Plugin-Entwickler; Open WebUI behält keinen Prozentsatz ein. Die gewählte Finanzierungsplattform kann jedoch eigene Gebühren haben.",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
"a user": "such user",
"a user": "such user",
"About": "Much About",
"About": "Much About",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "",
"Access": "",
"Access Control": "",
"Access Control": "",
"Accessible to all users": "",
"Accessible to all users": "",
@@ -85,6 +86,7 @@
"Archive All Chats": "",
"Archive All Chats": "",
"Archived Chats": "",
"Archived Chats": "",
"archived-chat-export": "",
"archived-chat-export": "",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure you want to unarchive all archived chats?": "",
@@ -93,7 +95,7 @@
"Artifacts": "",
"Artifacts": "",
"Ask a question": "",
"Ask a question": "",
"Assistant": "",
"Assistant": "",
- "Attach file": "Attach file",
+ "Attach file from knowledge": "",
"Attention to detail": "",
"Attention to detail": "",
"Attribute for Mail": "",
"Attribute for Mail": "",
"Attribute for Username": "",
"Attribute for Username": "",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"Brave Search API Key": "",
"Brave Search API Key": "",
"By {{name}}": "",
"By {{name}}": "",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "",
"Bypass SSL verification for Websites": "",
"Calendar": "",
"Calendar": "",
"Call": "",
"Call": "",
@@ -156,11 +159,11 @@
"Checking for updates...": "Checking for updates... Such anticipation...",
"Checking for updates...": "Checking for updates... Such anticipation...",
"Choose a model before saving...": "Choose model before saving... Wow choose first.",
"Choose a model before saving...": "Choose model before saving... Wow choose first.",
"Chunk Overlap": "Chunk Overlap",
"Chunk Overlap": "Chunk Overlap",
- "Chunk Params": "Chunk Params",
"Chunk Size": "Chunk Size",
"Chunk Size": "Chunk Size",
"Ciphers": "",
"Ciphers": "",
"Citation": "",
"Citation": "",
"Clear memory": "",
"Clear memory": "",
+ "Clear Memory": "",
"click here": "",
"click here": "",
"Click here for filter guides.": "",
"Click here for filter guides.": "",
"Click here for help.": "Click for help. Much assist.",
"Click here for help.": "Click for help. Much assist.",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Contact Admin for WebUI Access": "",
"Contact Admin for WebUI Access": "",
"Content": "Content",
"Content": "Content",
- "Content Extraction": "",
+ "Content Extraction Engine": "",
"Context Length": "Context Length",
"Context Length": "Context Length",
"Continue Response": "",
"Continue Response": "",
"Continue with {{provider}}": "",
"Continue with {{provider}}": "",
@@ -245,6 +248,7 @@
"Current Model": "Current Model",
"Current Model": "Current Model",
"Current Password": "Current Password",
"Current Password": "Current Password",
"Custom": "Custom",
"Custom": "Custom",
+ "Danger Zone": "",
"Dark": "Dark",
"Dark": "Dark",
"Database": "Database",
"Database": "Database",
"December": "",
"December": "",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "",
"Do not install functions from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Document": "Document",
"Document": "Document",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "",
"Documentation": "",
"Documents": "Documents",
"Documents": "Documents",
"does not make any external connections, and your data stays securely on your locally hosted server.": "does not connect external, data stays safe locally.",
"does not make any external connections, and your data stays securely on your locally hosted server.": "does not connect external, data stays safe locally.",
@@ -340,6 +346,7 @@
"ElevenLabs": "",
"ElevenLabs": "",
"Email": "Email",
"Email": "Email",
"Embark on adventures": "",
"Embark on adventures": "",
+ "Embedding": "",
"Embedding Batch Size": "",
"Embedding Batch Size": "",
"Embedding Model": "",
"Embedding Model": "",
"Embedding Model Engine": "",
"Embedding Model Engine": "",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "",
"Enable autocomplete generation for chat messages": "",
"Enable Code Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "",
"Enable Community Sharing": "",
- "Enable Google Drive": "",
"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.": "",
"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.": "",
"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.": "",
"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.": "",
"Enter a detail about yourself for your LLMs to recall": "",
"Enter a detail about yourself for your LLMs to recall": "",
@@ -372,6 +376,8 @@
"Enter Chunk Overlap": "Enter Overlap of Chunks",
"Enter Chunk Overlap": "Enter Overlap of Chunks",
"Enter Chunk Size": "Enter Size of Chunk",
"Enter Chunk Size": "Enter Size of Chunk",
"Enter description": "",
"Enter description": "",
+ "Enter Document Intelligence Endpoint": "",
+ "Enter Document Intelligence Key": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter Exa API Key": "",
"Enter Exa API Key": "",
"Enter Github Raw URL": "",
"Enter Github Raw URL": "",
@@ -507,9 +513,9 @@
"Gemini API Config": "",
"Gemini API Config": "",
"Gemini API Key is required.": "",
"Gemini API Key is required.": "",
"General": "Woweral",
"General": "Woweral",
- "General Settings": "General Doge Settings",
"Generate an image": "",
"Generate an image": "",
"Generate Image": "",
"Generate Image": "",
+ "Generate prompt pair": "",
"Generating search query": "",
"Generating search query": "",
"Get started": "",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Get started with {{WEBUI_NAME}}": "",
@@ -565,6 +571,7 @@
"Input commands": "Input commands",
"Input commands": "Input commands",
"Install from Github URL": "",
"Install from Github URL": "",
"Instant Auto-Send After Voice Transcription": "",
"Instant Auto-Send After Voice Transcription": "",
+ "Integration": "",
"Interface": "Interface",
"Interface": "Interface",
"Invalid file format.": "",
"Invalid file format.": "",
"Invalid Tag": "",
"Invalid Tag": "",
@@ -612,16 +619,17 @@
"Listening...": "",
"Listening...": "",
"Llama.cpp": "",
"Llama.cpp": "",
"LLMs can make mistakes. Verify important information.": "LLMs can make borks. Verify important info.",
"LLMs can make mistakes. Verify important information.": "LLMs can make borks. Verify important info.",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "",
"Local": "",
"Local Models": "",
"Local Models": "",
+ "Location access not allowed": "",
"Lost": "",
"Lost": "",
"LTR": "",
"LTR": "",
"Made by Open WebUI Community": "Made by Open WebUI Community",
"Made by Open WebUI Community": "Made by Open WebUI Community",
"Make sure to enclose them with": "Make sure to enclose them with",
"Make sure to enclose them with": "Make sure to enclose them with",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Manage": "",
"Manage": "",
- "Manage Arena Models": "",
"Manage Direct Connections": "",
"Manage Direct Connections": "",
"Manage Models": "",
"Manage Models": "",
"Manage Ollama": "",
"Manage Ollama": "",
@@ -689,6 +697,7 @@
"No HTML, CSS, or JavaScript content found.": "",
"No HTML, CSS, or JavaScript content found.": "",
"No inference engine with management support found": "",
"No inference engine with management support found": "",
"No knowledge found": "",
"No knowledge found": "",
+ "No memories to clear": "",
"No model IDs": "",
"No model IDs": "",
"No models found": "",
"No models found": "",
"No models selected": "",
"No models selected": "",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "",
"Ollama API settings updated": "",
"Ollama Version": "Ollama Version",
"Ollama Version": "Ollama Version",
"On": "On",
"On": "On",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Only wow characters and hyphens are allowed in the bork string.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Only wow characters and hyphens are allowed in the bork string.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
@@ -788,11 +798,9 @@
"Prompt updated successfully": "",
"Prompt updated successfully": "",
"Prompts": "Promptos",
"Prompts": "Promptos",
"Prompts Access": "",
"Prompts Access": "",
- "Proxy URL": "",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Pull a wowdel from Ollama.com",
"Pull a model from Ollama.com": "Pull a wowdel from Ollama.com",
"Query Generation Prompt": "",
"Query Generation Prompt": "",
- "Query Params": "Query Bark",
"RAG Template": "RAG Template",
"RAG Template": "RAG Template",
"Rating": "",
"Rating": "",
"Re-rank models by topic similarity": "",
"Re-rank models by topic similarity": "",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Response splitting": "",
"Result": "",
"Result": "",
+ "Retrieval": "",
"Retrieval Query Generation": "",
"Retrieval Query Generation": "",
"Rich Text Input for Chat": "",
"Rich Text Input for Chat": "",
"RK": "",
"RK": "",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "",
"Select an Ollama instance": "",
"Select Engine": "",
"Select Engine": "",
"Select Knowledge": "",
"Select Knowledge": "",
- "Select model": "Select model much choice",
"Select only one model to call": "",
"Select only one model to call": "",
"Selected model(s) do not support image inputs": "",
"Selected model(s) do not support image inputs": "",
"Semantic distance to query": "",
"Semantic distance to query": "",
@@ -957,6 +965,7 @@
"Tags Generation": "",
"Tags Generation": "",
"Tags Generation Prompt": "",
"Tags Generation Prompt": "",
"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. (default: 1)": "",
"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. (default: 1)": "",
+ "Talk to model": "",
"Tap to interrupt": "",
"Tap to interrupt": "",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "",
"Tavily API Key": "",
@@ -1041,6 +1050,7 @@
"Top P": "Top P very top",
"Top P": "Top P very top",
"Transformers": "",
"Transformers": "",
"Trouble accessing Ollama?": "Trouble accessing Ollama? Much trouble?",
"Trouble accessing Ollama?": "Trouble accessing Ollama? Much trouble?",
+ "Trust Proxy Environment": "",
"TTS Model": "",
"TTS Model": "",
"TTS Settings": "TTS Settings much settings",
"TTS Settings": "TTS Settings much settings",
"TTS Voice": "",
"TTS Voice": "",
@@ -1104,7 +1114,6 @@
"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 very web",
"Web": "Web very web",
"Web API": "",
"Web API": "",
- "Web Loader Settings": "",
"Web Search": "",
"Web Search": "",
"Web Search Engine": "",
"Web Search Engine": "",
"Web Search in Chat": "",
"Web Search in Chat": "",
@@ -1146,5 +1155,6 @@
"Your account status is currently pending activation.": "",
"Your account status is currently pending activation.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Ένα μοντέλο εργασίας χρησιμοποιείται κατά την εκτέλεση εργασιών όπως η δημιουργία τίτλων για συνομιλίες και αναζητήσεις στο διαδίκτυο",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Ένα μοντέλο εργασίας χρησιμοποιείται κατά την εκτέλεση εργασιών όπως η δημιουργία τίτλων για συνομιλίες και αναζητήσεις στο διαδίκτυο",
"a user": "ένας χρήστης",
"a user": "ένας χρήστης",
"About": "Σχετικά",
"About": "Σχετικά",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "Πρόσβαση",
"Access": "Πρόσβαση",
"Access Control": "Έλεγχος Πρόσβασης",
"Access Control": "Έλεγχος Πρόσβασης",
"Accessible to all users": "Προσβάσιμο σε όλους τους χρήστες",
"Accessible to all users": "Προσβάσιμο σε όλους τους χρήστες",
@@ -85,6 +86,7 @@
"Archive All Chats": "Αρχειοθέτηση Όλων των Συνομιλιών",
"Archive All Chats": "Αρχειοθέτηση Όλων των Συνομιλιών",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "Είστε σίγουροι ότι θέλετε να απο-αρχειοθετήσετε όλες τις αρχειοθετημένες συνομιλίες;",
"Are you sure you want to unarchive all archived chats?": "Είστε σίγουροι ότι θέλετε να απο-αρχειοθετήσετε όλες τις αρχειοθετημένες συνομιλίες;",
@@ -93,7 +95,7 @@
"Artifacts": "Αρχεία",
"Artifacts": "Αρχεία",
"Ask a question": "Ρωτήστε μια ερώτηση",
"Ask a question": "Ρωτήστε μια ερώτηση",
"Assistant": "Βοηθός",
"Assistant": "Βοηθός",
- "Attach file": "Συνημμένο αρχείο",
+ "Attach file from knowledge": "",
"Attention to detail": "Προσοχή στη λεπτομέρεια",
"Attention to detail": "Προσοχή στη λεπτομέρεια",
"Attribute for Mail": "",
"Attribute for Mail": "",
"Attribute for Username": "Ιδιότητα για Όνομα Χρήστη",
"Attribute for Username": "Ιδιότητα για Όνομα Χρήστη",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"Brave Search API Key": "Κλειδί API Brave Search",
"Brave Search API Key": "Κλειδί API Brave Search",
"By {{name}}": "Από {{name}}",
"By {{name}}": "Από {{name}}",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "Παράκαμψη επαλήθευσης SSL για Ιστότοπους",
"Bypass SSL verification for Websites": "Παράκαμψη επαλήθευσης SSL για Ιστότοπους",
"Calendar": "",
"Calendar": "",
"Call": "Κλήση",
"Call": "Κλήση",
@@ -156,11 +159,11 @@
"Checking for updates...": "Ελέγχεται για ενημερώσεις...",
"Checking for updates...": "Ελέγχεται για ενημερώσεις...",
"Choose a model before saving...": "Επιλέξτε ένα μοντέλο πριν αποθηκεύσετε...",
"Choose a model before saving...": "Επιλέξτε ένα μοντέλο πριν αποθηκεύσετε...",
"Chunk Overlap": "Επικάλυψη Τμημάτων",
"Chunk Overlap": "Επικάλυψη Τμημάτων",
- "Chunk Params": "Παράμετροι Τμημάτων",
"Chunk Size": "Μέγεθος Τμημάτων",
"Chunk Size": "Μέγεθος Τμημάτων",
"Ciphers": "Κρυπτογραφήσεις",
"Ciphers": "Κρυπτογραφήσεις",
"Citation": "Παράθεση",
"Citation": "Παράθεση",
"Clear memory": "Καθαρισμός μνήμης",
"Clear memory": "Καθαρισμός μνήμης",
+ "Clear Memory": "",
"click here": "κλικ εδώ",
"click here": "κλικ εδώ",
"Click here for filter guides.": "Κάντε κλικ εδώ για οδηγούς φίλτρων.",
"Click here for filter guides.": "Κάντε κλικ εδώ για οδηγούς φίλτρων.",
"Click here for help.": "Κάντε κλικ εδώ για βοήθεια.",
"Click here for help.": "Κάντε κλικ εδώ για βοήθεια.",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Contact Admin for WebUI Access": "Επικοινωνήστε με τον Διαχειριστή για Πρόσβαση στο WebUI",
"Contact Admin for WebUI Access": "Επικοινωνήστε με τον Διαχειριστή για Πρόσβαση στο WebUI",
"Content": "Περιεχόμενο",
"Content": "Περιεχόμενο",
- "Content Extraction": "Εξαγωγή Περιεχομένου",
+ "Content Extraction Engine": "",
"Context Length": "Μήκος Πλαισίου",
"Context Length": "Μήκος Πλαισίου",
"Continue Response": "Συνέχεια Απάντησης",
"Continue Response": "Συνέχεια Απάντησης",
"Continue with {{provider}}": "Συνέχεια με {{provider}}",
"Continue with {{provider}}": "Συνέχεια με {{provider}}",
@@ -245,6 +248,7 @@
"Current Model": "Τρέχον Μοντέλο",
"Current Model": "Τρέχον Μοντέλο",
"Current Password": "Τρέχων Κωδικός",
"Current Password": "Τρέχων Κωδικός",
"Custom": "Προσαρμοσμένο",
"Custom": "Προσαρμοσμένο",
+ "Danger Zone": "",
"Dark": "Σκούρο",
"Dark": "Σκούρο",
"Database": "Βάση Δεδομένων",
"Database": "Βάση Δεδομένων",
"December": "Δεκέμβριος",
"December": "Δεκέμβριος",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "Μην εγκαθιστάτε λειτουργίες από πηγές που δεν εμπιστεύεστε πλήρως.",
"Do not install functions from sources you do not fully trust.": "Μην εγκαθιστάτε λειτουργίες από πηγές που δεν εμπιστεύεστε πλήρως.",
"Do not install tools from sources you do not fully trust.": "Μην εγκαθιστάτε εργαλεία από πηγές που δεν εμπιστεύεστε πλήρως.",
"Do not install tools from sources you do not fully trust.": "Μην εγκαθιστάτε εργαλεία από πηγές που δεν εμπιστεύεστε πλήρως.",
"Document": "Έγγραφο",
"Document": "Έγγραφο",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "Τεκμηρίωση",
"Documentation": "Τεκμηρίωση",
"Documents": "Έγγραφα",
"Documents": "Έγγραφα",
"does not make any external connections, and your data stays securely on your locally hosted server.": "δεν κάνει καμία εξωτερική σύνδεση, και τα δεδομένα σας παραμένουν ασφαλή στον τοπικά φιλοξενούμενο διακομιστή σας.",
"does not make any external connections, and your data stays securely on your locally hosted server.": "δεν κάνει καμία εξωτερική σύνδεση, και τα δεδομένα σας παραμένουν ασφαλή στον τοπικά φιλοξενούμενο διακομιστή σας.",
"Embedding Model Engine": "Μηχανή Μοντέλου Ενσωμάτωσης",
"Embedding Model Engine": "Μηχανή Μοντέλου Ενσωμάτωσης",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "",
"Enable autocomplete generation for chat messages": "",
"Enable Code Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "Ενεργοποίηση Κοινοτικής Κοινής Χρήσης",
"Enable Community Sharing": "Ενεργοποίηση Κοινοτικής Κοινής Χρήσης",
- "Enable Google Drive": "",
"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.": "Ενεργοποίηση Κλείδωσης Μνήμης (mlock) για την αποτροπή της ανταλλαγής δεδομένων του μοντέλου από τη μνήμη RAM. Αυτή η επιλογή κλειδώνει το σύνολο εργασίας των σελίδων του μοντέλου στη μνήμη RAM, διασφαλίζοντας ότι δεν θα ανταλλαχθούν στο δίσκο. Αυτό μπορεί να βοηθήσει στη διατήρηση της απόδοσης αποφεύγοντας σφάλματα σελίδων και διασφαλίζοντας γρήγορη πρόσβαση στα δεδομένα.",
"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.": "Ενεργοποίηση Κλείδωσης Μνήμης (mlock) για την αποτροπή της ανταλλαγής δεδομένων του μοντέλου από τη μνήμη RAM. Αυτή η επιλογή κλειδώνει το σύνολο εργασίας των σελίδων του μοντέλου στη μνήμη RAM, διασφαλίζοντας ότι δεν θα ανταλλαχθούν στο δίσκο. Αυτό μπορεί να βοηθήσει στη διατήρηση της απόδοσης αποφεύγοντας σφάλματα σελίδων και διασφαλίζοντας γρήγορη πρόσβαση στα δεδομένα.",
"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.": "Ενεργοποίηση Χαρτογράφησης Μνήμης (mmap) για φόρτωση δεδομένων μοντέλου. Αυτή η επιλογή επιτρέπει στο σύστημα να χρησιμοποιεί αποθήκευση δίσκου ως επέκταση της μνήμης RAM, αντιμετωπίζοντας αρχεία δίσκου σαν να ήταν στη μνήμη RAM. Αυτό μπορεί να βελτιώσει την απόδοση του μοντέλου επιτρέποντας γρηγορότερη πρόσβαση στα δεδομένα. Ωστόσο, μπορεί να μην λειτουργεί σωστά με όλα τα συστήματα και να καταναλώνει σημαντικό χώρο στο δίσκο.",
"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.": "Ενεργοποίηση Χαρτογράφησης Μνήμης (mmap) για φόρτωση δεδομένων μοντέλου. Αυτή η επιλογή επιτρέπει στο σύστημα να χρησιμοποιεί αποθήκευση δίσκου ως επέκταση της μνήμης RAM, αντιμετωπίζοντας αρχεία δίσκου σαν να ήταν στη μνήμη RAM. Αυτό μπορεί να βελτιώσει την απόδοση του μοντέλου επιτρέποντας γρηγορότερη πρόσβαση στα δεδομένα. Ωστόσο, μπορεί να μην λειτουργεί σωστά με όλα τα συστήματα και να καταναλώνει σημαντικό χώρο στο δίσκο.",
"Enable New Sign Ups": "Ενεργοποίηση Νέων Εγγραφών",
"Enable New Sign Ups": "Ενεργοποίηση Νέων Εγγραφών",
- "Enable Web Search": "Ενεργοποίηση Αναζήτησης στο Διαδίκτυο",
"Enabled": "Ενεργοποιημένο",
"Enabled": "Ενεργοποιημένο",
- "Engine": "Μηχανή",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Βεβαιωθείτε ότι το αρχείο CSV σας περιλαμβάνει 4 στήλες με αυτή τη σειρά: Όνομα, Email, Κωδικός, Ρόλος.",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Βεβαιωθείτε ότι το αρχείο CSV σας περιλαμβάνει 4 στήλες με αυτή τη σειρά: Όνομα, Email, Κωδικός, Ρόλος.",
"Enter {{role}} message here": "Εισάγετε το μήνυμα {{role}} εδώ",
"Enter {{role}} message here": "Εισάγετε το μήνυμα {{role}} εδώ",
"Enter a detail about yourself for your LLMs to recall": "Εισάγετε μια λεπτομέρεια για τον εαυτό σας ώστε τα LLMs να την ανακαλούν",
"Enter a detail about yourself for your LLMs to recall": "Εισάγετε μια λεπτομέρεια για τον εαυτό σας ώστε τα LLMs να την ανακαλούν",
@@ -372,6 +376,8 @@
"Enter Chunk Overlap": "Εισάγετε την Επικάλυψη Τμημάτων",
"Enter Chunk Overlap": "Εισάγετε την Επικάλυψη Τμημάτων",
"Enter Chunk Size": "Εισάγετε το Μέγεθος Τμημάτων",
"Enter Chunk Size": "Εισάγετε το Μέγεθος Τμημάτων",
"Enter description": "Εισάγετε την περιγραφή",
"Enter description": "Εισάγετε την περιγραφή",
+ "Enter Document Intelligence Endpoint": "",
+ "Enter Document Intelligence Key": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter Exa API Key": "",
"Enter Exa API Key": "",
"Enter Github Raw URL": "Εισάγετε το Github Raw URL",
"Enter Github Raw URL": "Εισάγετε το Github Raw URL",
"Get started with {{WEBUI_NAME}}": "Ξεκινήστε με {{WEBUI_NAME}}",
"Get started with {{WEBUI_NAME}}": "Ξεκινήστε με {{WEBUI_NAME}}",
@@ -565,6 +571,7 @@
"Input commands": "Εισαγωγή εντολών",
"Input commands": "Εισαγωγή εντολών",
"Install from Github URL": "Εγκατάσταση από URL Github",
"Install from Github URL": "Εγκατάσταση από URL Github",
"Instant Auto-Send After Voice Transcription": "Άμεση Αυτόματη Αποστολή μετά τη μεταγραφή φωνής",
"Instant Auto-Send After Voice Transcription": "Άμεση Αυτόματη Αποστολή μετά τη μεταγραφή φωνής",
+ "Integration": "",
"Interface": "Διεπαφή",
"Interface": "Διεπαφή",
"Invalid file format.": "Μη έγκυρη μορφή αρχείου.",
"Invalid file format.": "Μη έγκυρη μορφή αρχείου.",
"Invalid Tag": "Μη έγκυρη Ετικέτα",
"Invalid Tag": "Μη έγκυρη Ετικέτα",
@@ -612,16 +619,17 @@
"Listening...": "Ακούγεται...",
"Listening...": "Ακούγεται...",
"Llama.cpp": "",
"Llama.cpp": "",
"LLMs can make mistakes. Verify important information.": "Τα LLM μπορούν να κάνουν λάθη. Επαληθεύστε σημαντικές πληροφορίες.",
"LLMs can make mistakes. Verify important information.": "Τα LLM μπορούν να κάνουν λάθη. Επαληθεύστε σημαντικές πληροφορίες.",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "Τοπικό",
"Local": "Τοπικό",
"Local Models": "Τοπικά Μοντέλα",
"Local Models": "Τοπικά Μοντέλα",
+ "Location access not allowed": "",
"Lost": "Χαμένος",
"Lost": "Χαμένος",
"LTR": "LTR",
"LTR": "LTR",
"Made by Open WebUI Community": "Δημιουργήθηκε από την Κοινότητα OpenWebUI",
"Made by Open WebUI Community": "Δημιουργήθηκε από την Κοινότητα OpenWebUI",
"Make sure to enclose them with": "Βεβαιωθείτε ότι τα περικλείετε με",
"Make sure to enclose them with": "Βεβαιωθείτε ότι τα περικλείετε με",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Βεβαιωθείτε ότι εξάγετε ένα αρχείο workflow.json ως μορφή API από το ComfyUI.",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Βεβαιωθείτε ότι εξάγετε ένα αρχείο workflow.json ως μορφή API από το ComfyUI.",
"No HTML, CSS, or JavaScript content found.": "Δεν βρέθηκε περιεχόμενο HTML, CSS ή JavaScript.",
"No HTML, CSS, or JavaScript content found.": "Δεν βρέθηκε περιεχόμενο HTML, CSS ή JavaScript.",
"No inference engine with management support found": "",
"No inference engine with management support found": "",
"No knowledge found": "Δεν βρέθηκε γνώση",
"No knowledge found": "Δεν βρέθηκε γνώση",
+ "No memories to clear": "",
"No model IDs": "Δεν υπάρχουν IDs μοντέλων",
"No model IDs": "Δεν υπάρχουν IDs μοντέλων",
"No models found": "Δεν βρέθηκαν μοντέλα",
"No models found": "Δεν βρέθηκαν μοντέλα",
"No models selected": "Δεν έχουν επιλεγεί μοντέλα",
"No models selected": "Δεν έχουν επιλεγεί μοντέλα",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "Οι ρυθμίσεις API Ollama ενημερώθηκαν",
"Ollama API settings updated": "Οι ρυθμίσεις API Ollama ενημερώθηκαν",
"Ollama Version": "Έκδοση Ollama",
"Ollama Version": "Έκδοση Ollama",
"On": "On",
"On": "On",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "Επιτρέπονται μόνο αλφαριθμητικοί χαρακτήρες και παύλες",
"Only alphanumeric characters and hyphens are allowed": "Επιτρέπονται μόνο αλφαριθμητικοί χαρακτήρες και παύλες",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Επιτρέπονται μόνο αλφαριθμητικοί χαρακτήρες και παύλες στο string της εντολής.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Επιτρέπονται μόνο αλφαριθμητικοί χαρακτήρες και παύλες στο string της εντολής.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Μόνο συλλογές μπορούν να επεξεργαστούν, δημιουργήστε μια νέα βάση γνώσης για επεξεργασία/προσθήκη εγγράφων.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Μόνο συλλογές μπορούν να επεξεργαστούν, δημιουργήστε μια νέα βάση γνώσης για επεξεργασία/προσθήκη εγγράφων.",
@@ -788,11 +798,9 @@
"Prompt updated successfully": "Η προτροπή ενημερώθηκε με επιτυχία",
"Prompt updated successfully": "Η προτροπή ενημερώθηκε με επιτυχία",
"Prompts": "Προτροπές",
"Prompts": "Προτροπές",
"Prompts Access": "Πρόσβαση Προτροπών",
"Prompts Access": "Πρόσβαση Προτροπών",
- "Proxy URL": "",
"Pull \"{{searchValue}}\" from Ollama.com": "Τραβήξτε \"{{searchValue}}\" από το Ollama.com",
"Pull \"{{searchValue}}\" from Ollama.com": "Τραβήξτε \"{{searchValue}}\" από το Ollama.com",
"Pull a model from Ollama.com": "Τραβήξτε ένα μοντέλο από το Ollama.com",
"Pull a model from Ollama.com": "Τραβήξτε ένα μοντέλο από το Ollama.com",
"Re-rank models by topic similarity": "Επανατάξη μοντέλων κατά ομοιότητα θέματος",
"Re-rank models by topic similarity": "Επανατάξη μοντέλων κατά ομοιότητα θέματος",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Οι ειδοποιήσεις απάντησης δεν μπορούν να ενεργοποιηθούν καθώς οι άδειες του ιστότοπου έχουν αρνηθεί. Παρακαλώ επισκεφτείτε τις ρυθμίσεις του περιηγητή σας για να δώσετε την απαραίτητη πρόσβαση.",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Οι ειδοποιήσεις απάντησης δεν μπορούν να ενεργοποιηθούν καθώς οι άδειες του ιστότοπου έχουν αρνηθεί. Παρακαλώ επισκεφτείτε τις ρυθμίσεις του περιηγητή σας για να δώσετε την απαραίτητη πρόσβαση.",
"Response splitting": "Διαχωρισμός απάντησης",
"Response splitting": "Διαχωρισμός απάντησης",
"Result": "Αποτέλεσμα",
"Result": "Αποτέλεσμα",
+ "Retrieval": "",
"Retrieval Query Generation": "",
"Retrieval Query Generation": "",
"Rich Text Input for Chat": "Πλούσιο Εισαγωγή Κειμένου για Συνομιλία",
"Rich Text Input for Chat": "Πλούσιο Εισαγωγή Κειμένου για Συνομιλία",
"RK": "RK",
"RK": "RK",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "",
"Select an Ollama instance": "",
"Select Engine": "Επιλέξτε Μηχανή",
"Select Engine": "Επιλέξτε Μηχανή",
"Select Knowledge": "Επιλέξτε Γνώση",
"Select Knowledge": "Επιλέξτε Γνώση",
- "Select model": "Επιλέξτε μοντέλο",
"Select only one model to call": "Επιλέξτε μόνο ένα μοντέλο για κλήση",
"Select only one model to call": "Επιλέξτε μόνο ένα μοντέλο για κλήση",
"Selected model(s) do not support image inputs": "Τα επιλεγμένα μοντέλα δεν υποστηρίζουν είσοδο εικόνων",
"Selected model(s) do not support image inputs": "Τα επιλεγμένα μοντέλα δεν υποστηρίζουν είσοδο εικόνων",
"Semantic distance to query": "Σημαντική απόσταση προς την ερώτηση",
"Semantic distance to query": "Σημαντική απόσταση προς την ερώτηση",
"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. (default: 1)": "Η δειγματοληψία Tail free χρησιμοποιείται για να μειώσει την επίδραση των λιγότερο πιθανών tokens από την έξοδο. Μια υψηλότερη τιμή (π.χ., 2.0) θα μειώσει την επίδραση περισσότερο, ενώ μια τιμή 1.0 απενεργοποιεί αυτή τη ρύθμιση. (προεπιλογή: 1)",
"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. (default: 1)": "Η δειγματοληψία Tail free χρησιμοποιείται για να μειώσει την επίδραση των λιγότερο πιθανών tokens από την έξοδο. Μια υψηλότερη τιμή (π.χ., 2.0) θα μειώσει την επίδραση περισσότερο, ενώ μια τιμή 1.0 απενεργοποιεί αυτή τη ρύθμιση. (προεπιλογή: 1)",
+ "Talk to model": "",
"Tap to interrupt": "Πατήστε για παύση",
"Tap to interrupt": "Πατήστε για παύση",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "Κλειδί API Tavily",
"Tavily API Key": "Κλειδί API Tavily",
@@ -1041,6 +1050,7 @@
"Top P": "Top P",
"Top P": "Top P",
"Transformers": "Transformers",
"Transformers": "Transformers",
"Trouble accessing Ollama?": "Προβλήματα πρόσβασης στο Ollama?",
"Trouble accessing Ollama?": "Προβλήματα πρόσβασης στο Ollama?",
+ "Trust Proxy Environment": "",
"TTS Model": "Μοντέλο TTS",
"TTS Model": "Μοντέλο TTS",
"TTS Settings": "Ρυθμίσεις TTS",
"TTS Settings": "Ρυθμίσεις TTS",
"TTS Voice": "Φωνή TTS",
"TTS Voice": "Φωνή TTS",
@@ -1104,7 +1114,6 @@
"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 Search Engine": "Μηχανή Αναζήτησης στο Διαδίκτυο",
"Web Search Engine": "Μηχανή Αναζήτησης στο Διαδίκτυο",
"Web Search in Chat": "",
"Web Search in Chat": "",
@@ -1146,5 +1155,6 @@
"Your account status is currently pending activation.": "Η κατάσταση του λογαριασμού σας είναι αυτή τη στιγμή σε εκκρεμότητα ενεργοποίησης.",
"Your account status is currently pending activation.": "Η κατάσταση του λογαριασμού σας είναι αυτή τη στιγμή σε εκκρεμότητα ενεργοποίησης.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "Η ολόκληρη η συνεισφορά σας θα πάει απευθείας στον προγραμματιστή του plugin· το Open WebUI δεν παίρνει κανένα ποσοστό. Ωστόσο, η επιλεγμένη πλατφόρμα χρηματοδότησης μπορεί να έχει τα δικά της τέλη.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "Η ολόκληρη η συνεισφορά σας θα πάει απευθείας στον προγραμματιστή του plugin· το Open WebUI δεν παίρνει κανένα ποσοστό. Ωστόσο, η επιλεγμένη πλατφόρμα χρηματοδότησης μπορεί να έχει τα δικά της τέλη.",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
"a user": "",
"a user": "",
"About": "",
"About": "",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "",
"Access": "",
"Access Control": "",
"Access Control": "",
"Accessible to all users": "",
"Accessible to all users": "",
@@ -85,6 +86,7 @@
"Archive All Chats": "",
"Archive All Chats": "",
"Archived Chats": "",
"Archived Chats": "",
"archived-chat-export": "",
"archived-chat-export": "",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure you want to unarchive all archived chats?": "",
@@ -93,7 +95,7 @@
"Artifacts": "",
"Artifacts": "",
"Ask a question": "",
"Ask a question": "",
"Assistant": "",
"Assistant": "",
- "Attach file": "",
+ "Attach file from knowledge": "",
"Attention to detail": "",
"Attention to detail": "",
"Attribute for Mail": "",
"Attribute for Mail": "",
"Attribute for Username": "",
"Attribute for Username": "",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"Brave Search API Key": "",
"Brave Search API Key": "",
"By {{name}}": "",
"By {{name}}": "",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "",
"Bypass SSL verification for Websites": "",
"Calendar": "",
"Calendar": "",
"Call": "",
"Call": "",
@@ -156,11 +159,11 @@
"Checking for updates...": "",
"Checking for updates...": "",
"Choose a model before saving...": "",
"Choose a model before saving...": "",
"Chunk Overlap": "",
"Chunk Overlap": "",
- "Chunk Params": "",
"Chunk Size": "",
"Chunk Size": "",
"Ciphers": "",
"Ciphers": "",
"Citation": "",
"Citation": "",
"Clear memory": "",
"Clear memory": "",
+ "Clear Memory": "",
"click here": "",
"click here": "",
"Click here for filter guides.": "",
"Click here for filter guides.": "",
"Click here for help.": "",
"Click here for help.": "",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Contact Admin for WebUI Access": "",
"Contact Admin for WebUI Access": "",
"Content": "",
"Content": "",
- "Content Extraction": "",
+ "Content Extraction Engine": "",
"Context Length": "",
"Context Length": "",
"Continue Response": "",
"Continue Response": "",
"Continue with {{provider}}": "",
"Continue with {{provider}}": "",
@@ -245,6 +248,7 @@
"Current Model": "",
"Current Model": "",
"Current Password": "",
"Current Password": "",
"Custom": "",
"Custom": "",
+ "Danger Zone": "",
"Dark": "",
"Dark": "",
"Database": "",
"Database": "",
"December": "",
"December": "",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "",
"Do not install functions from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Document": "",
"Document": "",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "",
"Documentation": "",
"Documents": "",
"Documents": "",
"does not make any external connections, and your data stays securely on your locally hosted server.": "",
"does not make any external connections, and your data stays securely on your locally hosted server.": "",
@@ -340,6 +346,7 @@
"ElevenLabs": "",
"ElevenLabs": "",
"Email": "",
"Email": "",
"Embark on adventures": "",
"Embark on adventures": "",
+ "Embedding": "",
"Embedding Batch Size": "",
"Embedding Batch Size": "",
"Embedding Model": "",
"Embedding Model": "",
"Embedding Model Engine": "",
"Embedding Model Engine": "",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "",
"Enable autocomplete generation for chat messages": "",
"Enable Code Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "",
"Enable Community Sharing": "",
- "Enable Google Drive": "",
"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.": "",
"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.": "",
"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.": "",
"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.": "",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "",
"Enter {{role}} message here": "",
"Enter a detail about yourself for your LLMs to recall": "",
"Enter a detail about yourself for your LLMs to recall": "",
@@ -372,6 +376,8 @@
"Enter Chunk Overlap": "",
"Enter Chunk Overlap": "",
"Enter Chunk Size": "",
"Enter Chunk Size": "",
"Enter description": "",
"Enter description": "",
+ "Enter Document Intelligence Endpoint": "",
+ "Enter Document Intelligence Key": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter Exa API Key": "",
"Enter Exa API Key": "",
"Enter Github Raw URL": "",
"Enter Github Raw URL": "",
@@ -507,9 +513,9 @@
"Gemini API Config": "",
"Gemini API Config": "",
"Gemini API Key is required.": "",
"Gemini API Key is required.": "",
"General": "",
"General": "",
- "General Settings": "",
"Generate an image": "",
"Generate an image": "",
"Generate Image": "",
"Generate Image": "",
+ "Generate prompt pair": "",
"Generating search query": "",
"Generating search query": "",
"Get started": "",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Get started with {{WEBUI_NAME}}": "",
@@ -565,6 +571,7 @@
"Input commands": "",
"Input commands": "",
"Install from Github URL": "",
"Install from Github URL": "",
"Instant Auto-Send After Voice Transcription": "",
"Instant Auto-Send After Voice Transcription": "",
+ "Integration": "",
"Interface": "",
"Interface": "",
"Invalid file format.": "",
"Invalid file format.": "",
"Invalid Tag": "",
"Invalid Tag": "",
@@ -612,16 +619,17 @@
"Listening...": "",
"Listening...": "",
"Llama.cpp": "",
"Llama.cpp": "",
"LLMs can make mistakes. Verify important information.": "",
"LLMs can make mistakes. Verify important information.": "",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "",
"Local": "",
"Local Models": "",
"Local Models": "",
+ "Location access not allowed": "",
"Lost": "",
"Lost": "",
"LTR": "",
"LTR": "",
"Made by Open WebUI Community": "",
"Made by Open WebUI Community": "",
"Make sure to enclose them with": "",
"Make sure to enclose them with": "",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Manage": "",
"Manage": "",
- "Manage Arena Models": "",
"Manage Direct Connections": "",
"Manage Direct Connections": "",
"Manage Models": "",
"Manage Models": "",
"Manage Ollama": "",
"Manage Ollama": "",
@@ -689,6 +697,7 @@
"No HTML, CSS, or JavaScript content found.": "",
"No HTML, CSS, or JavaScript content found.": "",
"No inference engine with management support found": "",
"No inference engine with management support found": "",
"No knowledge found": "",
"No knowledge found": "",
+ "No memories to clear": "",
"No model IDs": "",
"No model IDs": "",
"No models found": "",
"No models found": "",
"No models selected": "",
"No models selected": "",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "",
"Ollama API settings updated": "",
"Ollama Version": "",
"Ollama Version": "",
"On": "",
"On": "",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed in the command string.": "",
"Only alphanumeric characters and hyphens are allowed in the command string.": "",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
@@ -788,11 +798,9 @@
"Prompt updated successfully": "",
"Prompt updated successfully": "",
"Prompts": "",
"Prompts": "",
"Prompts Access": "",
"Prompts Access": "",
- "Proxy URL": "",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "",
"Pull a model from Ollama.com": "",
"Query Generation Prompt": "",
"Query Generation Prompt": "",
- "Query Params": "",
"RAG Template": "",
"RAG Template": "",
"Rating": "",
"Rating": "",
"Re-rank models by topic similarity": "",
"Re-rank models by topic similarity": "",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Response splitting": "",
"Result": "",
"Result": "",
+ "Retrieval": "",
"Retrieval Query Generation": "",
"Retrieval Query Generation": "",
"Rich Text Input for Chat": "",
"Rich Text Input for Chat": "",
"RK": "",
"RK": "",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "",
"Select an Ollama instance": "",
"Select Engine": "",
"Select Engine": "",
"Select Knowledge": "",
"Select Knowledge": "",
- "Select model": "",
"Select only one model to call": "",
"Select only one model to call": "",
"Selected model(s) do not support image inputs": "",
"Selected model(s) do not support image inputs": "",
"Semantic distance to query": "",
"Semantic distance to query": "",
@@ -957,6 +965,7 @@
"Tags Generation": "",
"Tags Generation": "",
"Tags Generation Prompt": "",
"Tags Generation Prompt": "",
"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. (default: 1)": "",
"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. (default: 1)": "",
+ "Talk to model": "",
"Tap to interrupt": "",
"Tap to interrupt": "",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "",
"Tavily API Key": "",
@@ -1041,6 +1050,7 @@
"Top P": "",
"Top P": "",
"Transformers": "",
"Transformers": "",
"Trouble accessing Ollama?": "",
"Trouble accessing Ollama?": "",
+ "Trust Proxy Environment": "",
"TTS Model": "",
"TTS Model": "",
"TTS Settings": "",
"TTS Settings": "",
"TTS Voice": "",
"TTS Voice": "",
@@ -1104,7 +1114,6 @@
"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 API": "",
"Web API": "",
- "Web Loader Settings": "",
"Web Search": "",
"Web Search": "",
"Web Search Engine": "",
"Web Search Engine": "",
"Web Search in Chat": "",
"Web Search in Chat": "",
@@ -1146,5 +1155,6 @@
"Your account status is currently pending activation.": "",
"Your account status is currently pending activation.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "",
"a user": "",
"a user": "",
"About": "",
"About": "",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "",
"Access": "",
"Access Control": "",
"Access Control": "",
"Accessible to all users": "",
"Accessible to all users": "",
@@ -85,6 +86,7 @@
"Archive All Chats": "",
"Archive All Chats": "",
"Archived Chats": "",
"Archived Chats": "",
"archived-chat-export": "",
"archived-chat-export": "",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure you want to unarchive all archived chats?": "",
@@ -93,7 +95,7 @@
"Artifacts": "",
"Artifacts": "",
"Ask a question": "",
"Ask a question": "",
"Assistant": "",
"Assistant": "",
- "Attach file": "",
+ "Attach file from knowledge": "",
"Attention to detail": "",
"Attention to detail": "",
"Attribute for Mail": "",
"Attribute for Mail": "",
"Attribute for Username": "",
"Attribute for Username": "",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"Brave Search API Key": "",
"Brave Search API Key": "",
"By {{name}}": "",
"By {{name}}": "",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "",
"Bypass SSL verification for Websites": "",
"Calendar": "",
"Calendar": "",
"Call": "",
"Call": "",
@@ -156,11 +159,11 @@
"Checking for updates...": "",
"Checking for updates...": "",
"Choose a model before saving...": "",
"Choose a model before saving...": "",
"Chunk Overlap": "",
"Chunk Overlap": "",
- "Chunk Params": "",
"Chunk Size": "",
"Chunk Size": "",
"Ciphers": "",
"Ciphers": "",
"Citation": "",
"Citation": "",
"Clear memory": "",
"Clear memory": "",
+ "Clear Memory": "",
"click here": "",
"click here": "",
"Click here for filter guides.": "",
"Click here for filter guides.": "",
"Click here for help.": "",
"Click here for help.": "",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Contact Admin for WebUI Access": "",
"Contact Admin for WebUI Access": "",
"Content": "",
"Content": "",
- "Content Extraction": "",
+ "Content Extraction Engine": "",
"Context Length": "",
"Context Length": "",
"Continue Response": "",
"Continue Response": "",
"Continue with {{provider}}": "",
"Continue with {{provider}}": "",
@@ -245,6 +248,7 @@
"Current Model": "",
"Current Model": "",
"Current Password": "",
"Current Password": "",
"Custom": "",
"Custom": "",
+ "Danger Zone": "",
"Dark": "",
"Dark": "",
"Database": "",
"Database": "",
"December": "",
"December": "",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "",
"Do not install functions from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Document": "",
"Document": "",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "",
"Documentation": "",
"Documents": "",
"Documents": "",
"does not make any external connections, and your data stays securely on your locally hosted server.": "",
"does not make any external connections, and your data stays securely on your locally hosted server.": "",
@@ -340,6 +346,7 @@
"ElevenLabs": "",
"ElevenLabs": "",
"Email": "",
"Email": "",
"Embark on adventures": "",
"Embark on adventures": "",
+ "Embedding": "",
"Embedding Batch Size": "",
"Embedding Batch Size": "",
"Embedding Model": "",
"Embedding Model": "",
"Embedding Model Engine": "",
"Embedding Model Engine": "",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "",
"Enable autocomplete generation for chat messages": "",
"Enable Code Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "",
"Enable Community Sharing": "",
- "Enable Google Drive": "",
"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.": "",
"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.": "",
"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.": "",
"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.": "",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "",
"Enter {{role}} message here": "",
"Enter a detail about yourself for your LLMs to recall": "",
"Enter a detail about yourself for your LLMs to recall": "",
@@ -372,6 +376,8 @@
"Enter Chunk Overlap": "",
"Enter Chunk Overlap": "",
"Enter Chunk Size": "",
"Enter Chunk Size": "",
"Enter description": "",
"Enter description": "",
+ "Enter Document Intelligence Endpoint": "",
+ "Enter Document Intelligence Key": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter Exa API Key": "",
"Enter Exa API Key": "",
"Enter Github Raw URL": "",
"Enter Github Raw URL": "",
@@ -507,9 +513,9 @@
"Gemini API Config": "",
"Gemini API Config": "",
"Gemini API Key is required.": "",
"Gemini API Key is required.": "",
"General": "",
"General": "",
- "General Settings": "",
"Generate an image": "",
"Generate an image": "",
"Generate Image": "",
"Generate Image": "",
+ "Generate prompt pair": "",
"Generating search query": "",
"Generating search query": "",
"Get started": "",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Get started with {{WEBUI_NAME}}": "",
@@ -565,6 +571,7 @@
"Input commands": "",
"Input commands": "",
"Install from Github URL": "",
"Install from Github URL": "",
"Instant Auto-Send After Voice Transcription": "",
"Instant Auto-Send After Voice Transcription": "",
+ "Integration": "",
"Interface": "",
"Interface": "",
"Invalid file format.": "",
"Invalid file format.": "",
"Invalid Tag": "",
"Invalid Tag": "",
@@ -612,16 +619,17 @@
"Listening...": "",
"Listening...": "",
"Llama.cpp": "",
"Llama.cpp": "",
"LLMs can make mistakes. Verify important information.": "",
"LLMs can make mistakes. Verify important information.": "",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "",
"Local": "",
"Local Models": "",
"Local Models": "",
+ "Location access not allowed": "",
"Lost": "",
"Lost": "",
"LTR": "",
"LTR": "",
"Made by Open WebUI Community": "",
"Made by Open WebUI Community": "",
"Make sure to enclose them with": "",
"Make sure to enclose them with": "",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Manage": "",
"Manage": "",
- "Manage Arena Models": "",
"Manage Direct Connections": "",
"Manage Direct Connections": "",
"Manage Models": "",
"Manage Models": "",
"Manage Ollama": "",
"Manage Ollama": "",
@@ -689,6 +697,7 @@
"No HTML, CSS, or JavaScript content found.": "",
"No HTML, CSS, or JavaScript content found.": "",
"No inference engine with management support found": "",
"No inference engine with management support found": "",
"No knowledge found": "",
"No knowledge found": "",
+ "No memories to clear": "",
"No model IDs": "",
"No model IDs": "",
"No models found": "",
"No models found": "",
"No models selected": "",
"No models selected": "",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "",
"Ollama API settings updated": "",
"Ollama Version": "",
"Ollama Version": "",
"On": "",
"On": "",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed in the command string.": "",
"Only alphanumeric characters and hyphens are allowed in the command string.": "",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
@@ -788,11 +798,9 @@
"Prompt updated successfully": "",
"Prompt updated successfully": "",
"Prompts": "",
"Prompts": "",
"Prompts Access": "",
"Prompts Access": "",
- "Proxy URL": "",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "",
"Pull a model from Ollama.com": "",
"Query Generation Prompt": "",
"Query Generation Prompt": "",
- "Query Params": "",
"RAG Template": "",
"RAG Template": "",
"Rating": "",
"Rating": "",
"Re-rank models by topic similarity": "",
"Re-rank models by topic similarity": "",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Response splitting": "",
"Result": "",
"Result": "",
+ "Retrieval": "",
"Retrieval Query Generation": "",
"Retrieval Query Generation": "",
"Rich Text Input for Chat": "",
"Rich Text Input for Chat": "",
"RK": "",
"RK": "",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "",
"Select an Ollama instance": "",
"Select Engine": "",
"Select Engine": "",
"Select Knowledge": "",
"Select Knowledge": "",
- "Select model": "",
"Select only one model to call": "",
"Select only one model to call": "",
"Selected model(s) do not support image inputs": "",
"Selected model(s) do not support image inputs": "",
"Semantic distance to query": "",
"Semantic distance to query": "",
@@ -957,6 +965,7 @@
"Tags Generation": "",
"Tags Generation": "",
"Tags Generation Prompt": "",
"Tags Generation Prompt": "",
"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. (default: 1)": "",
"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. (default: 1)": "",
+ "Talk to model": "",
"Tap to interrupt": "",
"Tap to interrupt": "",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "",
"Tavily API Key": "",
@@ -1041,6 +1050,7 @@
"Top P": "",
"Top P": "",
"Transformers": "",
"Transformers": "",
"Trouble accessing Ollama?": "",
"Trouble accessing Ollama?": "",
+ "Trust Proxy Environment": "",
"TTS Model": "",
"TTS Model": "",
"TTS Settings": "",
"TTS Settings": "",
"TTS Voice": "",
"TTS Voice": "",
@@ -1104,7 +1114,6 @@
"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 API": "",
"Web API": "",
- "Web Loader Settings": "",
"Web Search": "",
"Web Search": "",
"Web Search Engine": "",
"Web Search Engine": "",
"Web Search in Chat": "",
"Web Search in Chat": "",
@@ -1146,5 +1155,6 @@
"Your account status is currently pending activation.": "",
"Your account status is currently pending activation.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Un modelo de tareas se utiliza cuando se realizan 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": "Un modelo de tareas se utiliza cuando se realizan tareas como la generación de títulos para chats y consultas de búsqueda web",
"a user": "un usuario",
"a user": "un usuario",
"About": "Sobre nosotros",
"About": "Sobre nosotros",
+ "Accept autocomplete generation / Jump to prompt 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 los usuarios",
@@ -85,6 +86,7 @@
"Archive All Chats": "Archivar todos los chats",
"Archive All Chats": "Archivar todos los chats",
"Archived Chats": "Chats archivados",
"Archived Chats": "Chats archivados",
"archived-chat-export": "Exportación de chats archivados",
"archived-chat-export": "Exportación de chats archivados",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "¿Seguro de que quieres eliminar este canal?",
"Are you sure you want to delete this channel?": "¿Seguro de que quieres eliminar este canal?",
"Are you sure you want to delete this message?": "¿Seguro de que quieres eliminar este mensaje? ",
"Are you sure you want to delete this message?": "¿Seguro de que quieres eliminar este mensaje? ",
"Are you sure you want to unarchive all archived chats?": "¿Estás seguro de que quieres desarchivar todos los chats archivados?",
"Are you sure you want to unarchive all archived chats?": "¿Estás seguro de que quieres desarchivar todos los chats archivados?",
@@ -93,7 +95,7 @@
"Artifacts": "Artefactos",
"Artifacts": "Artefactos",
"Ask a question": "Haz una pregunta",
"Ask a question": "Haz una pregunta",
"Assistant": "Asistente",
"Assistant": "Asistente",
- "Attach file": "Adjuntar archivo",
+ "Attach file from knowledge": "",
"Attention to detail": "Detalle preciso",
"Attention to detail": "Detalle preciso",
"Attribute for Mail": "Atributo para correo",
"Attribute for Mail": "Atributo para correo",
"Attribute for Username": "Atributo para el nombre de usuario",
"Attribute for Username": "Atributo para el nombre de usuario",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"Brave Search API Key": "Clave de API de Brave Search",
"Brave Search API Key": "Clave de API de Brave Search",
"By {{name}}": "Por {{name}}",
"By {{name}}": "Por {{name}}",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "Desactivar la verificación SSL para sitios web",
"Bypass SSL verification for Websites": "Desactivar la verificación SSL para sitios web",
"Calendar": "",
"Calendar": "",
"Call": "Llamada",
"Call": "Llamada",
@@ -156,11 +159,11 @@
"Checking for updates...": "Verificando actualizaciones...",
"Checking for updates...": "Verificando actualizaciones...",
"Choose a model before saving...": "Escoge un modelo antes de guardar los cambios...",
"Choose a model before saving...": "Escoge un modelo antes de guardar los cambios...",
"Chunk Overlap": "Superposición de fragmentos",
"Chunk Overlap": "Superposición de fragmentos",
- "Chunk Params": "Parámetros de fragmentos",
"Chunk Size": "Tamaño de fragmentos",
"Chunk Size": "Tamaño de fragmentos",
"Ciphers": "Cifrado",
"Ciphers": "Cifrado",
"Citation": "Cita",
"Citation": "Cita",
"Clear memory": "Liberar memoria",
"Clear memory": "Liberar memoria",
+ "Clear Memory": "",
"click here": "Clic aquí",
"click here": "Clic aquí",
"Click here for filter guides.": "Clic aquí para guías de filtros",
"Click here for filter guides.": "Clic aquí para guías de filtros",
"Click here for help.": "Presiona aquí para obtener ayuda.",
"Click here for help.": "Presiona aquí para obtener ayuda.",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": " Restringe el esfuerzo en la razonamiento para los modelos de razonamiento. Solo aplicable a los modelos de razonamiento de proveedores específicos que admiten el esfuerzo de razonamiento. (Por defecto: medio)",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": " Restringe el esfuerzo en la razonamiento para los modelos de razonamiento. Solo aplicable a los modelos de razonamiento de proveedores específicos que admiten el esfuerzo de razonamiento. (Por defecto: medio)",
"Contact Admin for WebUI Access": "Contacta el administrador para obtener acceso al WebUI",
"Contact Admin for WebUI Access": "Contacta el administrador para obtener acceso al WebUI",
"Content": "Contenido",
"Content": "Contenido",
- "Content Extraction": "Extracción de contenido",
+ "Content Extraction Engine": "",
"Context Length": "Longitud del contexto",
"Context Length": "Longitud del contexto",
"Continue Response": "Continuar Respuesta",
"Continue Response": "Continuar Respuesta",
"Continue with {{provider}}": "Continuar con {{provider}}",
"Continue with {{provider}}": "Continuar con {{provider}}",
@@ -245,6 +248,7 @@
"Current Model": "Modelo Actual",
"Current Model": "Modelo Actual",
"Current Password": "Contraseña Actual",
"Current Password": "Contraseña Actual",
"Custom": "Personalizado",
"Custom": "Personalizado",
+ "Danger Zone": "",
"Dark": "Oscuro",
"Dark": "Oscuro",
"Database": "Base de datos",
"Database": "Base de datos",
"December": "Diciembre",
"December": "Diciembre",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "No instale funciones desde fuentes que no confíe totalmente.",
"Do not install functions from sources you do not fully trust.": "No instale funciones desde fuentes que no confíe totalmente.",
"Do not install tools from sources you do not fully trust.": "No instale herramientas desde fuentes que no confíe totalmente.",
"Do not install tools from sources you do not fully trust.": "No instale herramientas desde fuentes que no confíe totalmente.",
"Document": "Documento",
"Document": "Documento",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "Documentación",
"Documentation": "Documentación",
"Documents": "Documentos",
"Documents": "Documentos",
"does not make any external connections, and your data stays securely on your locally hosted server.": "no realiza ninguna conexión externa y sus datos permanecen seguros en su servidor alojado localmente.",
"does not make any external connections, and your data stays securely on your locally hosted server.": "no realiza ninguna conexión externa y sus datos permanecen seguros en su servidor alojado localmente.",
@@ -340,6 +346,7 @@
"ElevenLabs": "ElevenLabs",
"ElevenLabs": "ElevenLabs",
"Email": "Email",
"Email": "Email",
"Embark on adventures": "Emprende aventuras",
"Embark on adventures": "Emprende aventuras",
+ "Embedding": "",
"Embedding Batch Size": "Tamaño de Embedding",
"Embedding Batch Size": "Tamaño de Embedding",
"Embedding Model": "Modelo de Embedding",
"Embedding Model": "Modelo de Embedding",
"Embedding Model Engine": "Motor de Modelo de Embedding",
"Embedding Model Engine": "Motor de Modelo de Embedding",
@@ -348,15 +355,12 @@
"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 Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "Habilitar el uso compartido de la comunidad",
"Enable Community Sharing": "Habilitar el uso compartido de la comunidad",
- "Enable Google Drive": "Habilitar Google Drive",
"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 evitar 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 la RAM, asegurando que no se intercambiarán fuera del 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 evitar 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 la RAM, asegurando que no se intercambiarán fuera del 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 asignación de memoria (mmap) para cargar datos del modelo. Esta opción permite al sistema usar el almacenamiento en 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 permitiendo 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 asignación de memoria (mmap) para cargar datos del modelo. Esta opción permite al sistema usar el almacenamiento en 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 permitiendo 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 Message Rating": "Habilitar la calificación de los mensajes",
"Enable New Sign Ups": "Habilitar Nuevos Registros",
"Enable New Sign Ups": "Habilitar Nuevos Registros",
- "Enable Web Search": "Habilitar la búsqueda web",
"Enabled": "Activado",
"Enabled": "Activado",
- "Engine": "Motor",
"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.",
"Enter {{role}} message here": "Ingrese el mensaje {{role}} aquí",
"Enter {{role}} message here": "Ingrese el mensaje {{role}} aquí",
"Enter a detail about yourself for your LLMs to recall": "Ingrese un detalle sobre usted para que sus LLMs recuerden",
"Enter a detail about yourself for your LLMs to recall": "Ingrese un detalle sobre usted para que sus LLMs recuerden",
@@ -372,6 +376,8 @@
"Enter Chunk Overlap": "Ingresar superposición de fragmentos",
"Enter Chunk Overlap": "Ingresar superposición de fragmentos",
"Enter Chunk Size": "Ingrese el tamaño del fragmento",
"Enter Chunk Size": "Ingrese el tamaño del fragmento",
"Enter description": "Ingrese la descripción",
"Enter description": "Ingrese la descripción",
+ "Enter Document Intelligence Endpoint": "",
+ "Enter Document Intelligence Key": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter Exa API Key": "Ingrese la clave API de Exa",
"Enter Exa API Key": "Ingrese la clave API de Exa",
"Enter Github Raw URL": "Ingresa la URL sin procesar de Github",
"Enter Github Raw URL": "Ingresa la URL sin procesar de Github",
@@ -507,9 +513,9 @@
"Gemini API Config": "",
"Gemini API Config": "",
"Gemini API Key is required.": "",
"Gemini API Key is required.": "",
"General": "General",
"General": "General",
- "General Settings": "Opciones Generales",
"Generate an image": "Generar una imagen",
"Generate an image": "Generar una imagen",
"Generate Image": "Generar imagen",
"Generate Image": "Generar imagen",
+ "Generate prompt pair": "",
"Generating search query": "Generación de consultas de búsqueda",
"Generating search query": "Generación de consultas de búsqueda",
"Get started": "Empezar",
"Get started": "Empezar",
"Get started with {{WEBUI_NAME}}": "Empezar con {{WEBUI_NAME}}",
"Get started with {{WEBUI_NAME}}": "Empezar con {{WEBUI_NAME}}",
@@ -565,6 +571,7 @@
"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-Enviar Después de la Transcripción de Voz",
"Instant Auto-Send After Voice Transcription": "Auto-Enviar Después de la Transcripción de Voz",
+ "Integration": "",
"Interface": "Interfaz",
"Interface": "Interfaz",
"Invalid file format.": "Formato de archivo inválido.",
"Invalid file format.": "Formato de archivo inválido.",
"Invalid Tag": "Etiqueta Inválida",
"Invalid Tag": "Etiqueta Inválida",
@@ -612,16 +619,17 @@
"Listening...": "Escuchando...",
"Listening...": "Escuchando...",
"Llama.cpp": "Llama.cpp",
"Llama.cpp": "Llama.cpp",
"LLMs can make mistakes. Verify important information.": "Los LLM pueden cometer errores. Verifica la información importante.",
"LLMs can make mistakes. Verify important information.": "Los LLM pueden cometer errores. Verifica la información importante.",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "Local",
"Local": "Local",
"Local Models": "Modelos locales",
"Local Models": "Modelos locales",
+ "Location access not allowed": "",
"Lost": "Perdido",
"Lost": "Perdido",
"LTR": "LTR",
"LTR": "LTR",
"Made by Open WebUI Community": "Hecho por la comunidad de OpenWebUI",
"Made by Open WebUI Community": "Hecho por la comunidad de OpenWebUI",
"Make sure to enclose them with": "Asegúrese de adjuntarlos con",
"Make sure to enclose them with": "Asegúrese de adjuntarlos con",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Asegúrese de exportar un archivo workflow.json en formato API desde ComfyUI.",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Asegúrese de exportar un archivo workflow.json en formato API desde ComfyUI.",
"Manage": "Gestionar",
"Manage": "Gestionar",
- "Manage Arena Models": "Gestionar modelos de Arena",
"Manage Direct Connections": "",
"Manage Direct Connections": "",
"Manage Models": "Gestionar modelos",
"Manage Models": "Gestionar modelos",
"Manage Ollama": "Gestionar Ollama",
"Manage Ollama": "Gestionar Ollama",
@@ -689,6 +697,7 @@
"No HTML, CSS, or JavaScript content found.": "No se encontró contenido HTML, CSS, o JavaScript.",
"No HTML, CSS, or JavaScript content found.": "No se encontró contenido HTML, CSS, o JavaScript.",
"No inference engine with management support found": "No se encontró un motor de inferencia con soporte de gestión",
"No inference engine with management support found": "No se encontró un motor de inferencia con soporte de gestión",
"No knowledge found": "No se encontró ningún conocimiento",
"No knowledge found": "No se encontró ningún conocimiento",
+ "No memories to clear": "",
"No model IDs": "No hay IDs de modelos",
"No model IDs": "No hay IDs de modelos",
"No models found": "No se encontraron modelos",
"No models found": "No se encontraron modelos",
"No models selected": "No se seleccionaron modelos",
"No models selected": "No se seleccionaron modelos",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "Configuración de Ollama API actualizada",
"Ollama API settings updated": "Configuración de Ollama API actualizada",
"Ollama Version": "Versión de Ollama",
"Ollama Version": "Versión de Ollama",
"On": "Activado",
"On": "Activado",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "Sólo se permiten caracteres alfanuméricos y guiones",
"Only alphanumeric characters and hyphens are allowed": "Sólo se permiten caracteres alfanuméricos y guiones",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Sólo se permiten caracteres alfanuméricos y guiones en la cadena de comando.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Sólo se permiten caracteres alfanuméricos y guiones en la cadena de comando.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Solo se pueden editar las colecciones, crear una nueva base de conocimientos para editar / añadir documentos",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Solo se pueden editar las colecciones, crear una nueva base de conocimientos para editar / añadir documentos",
"Pull \"{{searchValue}}\" from Ollama.com": "Extraer \"{{searchValue}}\" de Ollama.com",
"Pull \"{{searchValue}}\" from Ollama.com": "Extraer \"{{searchValue}}\" de Ollama.com",
"Pull a model from Ollama.com": "Obtener un modelo de Ollama.com",
"Pull a model from Ollama.com": "Obtener un modelo de Ollama.com",
"Query Generation Prompt": "Prompt de generación de consulta",
"Query Generation Prompt": "Prompt de generación de consulta",
- "Query Params": "Parámetros de consulta",
"RAG Template": "Plantilla de RAG",
"RAG Template": "Plantilla de RAG",
"Rating": "Calificación",
"Rating": "Calificación",
"Re-rank models by topic similarity": "Re-clasificar modelos por similitud de tema",
"Re-rank models by topic similarity": "Re-clasificar modelos por similitud de tema",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Las notificaciones de respuesta no pueden activarse debido a que los permisos del sitio web han sido denegados. Por favor, visite las configuraciones de su navegador para otorgar el acceso necesario.",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Las notificaciones de respuesta no pueden activarse debido a que los permisos del sitio web han sido denegados. Por favor, visite las configuraciones de su navegador para otorgar el acceso necesario.",
"Response splitting": "División de respuestas",
"Response splitting": "División de respuestas",
"Result": "Resultado",
"Result": "Resultado",
+ "Retrieval": "",
"Retrieval Query Generation": "Generación de consulta de recuperación",
"Retrieval Query Generation": "Generación de consulta de recuperación",
"Rich Text Input for Chat": "Entrada de texto enriquecido para chat",
"Rich Text Input for Chat": "Entrada de texto enriquecido para chat",
"RK": "RK",
"RK": "RK",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "Seleccionar una instancia de Ollama",
"Select an Ollama instance": "Seleccionar una instancia de Ollama",
"Select Engine": "Selecciona Motor",
"Select Engine": "Selecciona Motor",
"Select Knowledge": "Selecciona Conocimiento",
"Select Knowledge": "Selecciona Conocimiento",
- "Select model": "Selecciona un modelo",
"Select only one model to call": "Selecciona sólo un modelo para llamar",
"Select only one model to call": "Selecciona sólo un modelo para llamar",
"Selected model(s) do not support image inputs": "Los modelos seleccionados no admiten entradas de imagen",
"Selected model(s) do not support image inputs": "Los modelos seleccionados no admiten entradas de imagen",
"Semantic distance to query": "Distancia semántica a la consulta",
"Semantic distance to query": "Distancia semántica a la consulta",
@@ -957,6 +965,7 @@
"Tags Generation": "Generación de etiquetas",
"Tags Generation": "Generación de etiquetas",
"Tags Generation Prompt": "Prompt de generación de etiquetas",
"Tags Generation Prompt": "Prompt de 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. (default: 1)": "El muestreo libre de cola se utiliza para reducir el impacto de los tokens menos probables en la salida. Un valor más alto (p.ej., 2.0) reducirá el impacto más, mientras que un valor de 1.0 deshabilitará esta configuración. (predeterminado: 1)",
"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. (default: 1)": "El muestreo libre de cola se utiliza para reducir el impacto de los tokens menos probables en la salida. Un valor más alto (p.ej., 2.0) reducirá el impacto más, mientras que un valor de 1.0 deshabilitará esta configuración. (predeterminado: 1)",
+ "Talk to model": "",
"Tap to interrupt": "Toca para interrumpir",
"Tap to interrupt": "Toca para interrumpir",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "Clave API de Tavily",
"Tavily API Key": "Clave API de Tavily",
@@ -1041,6 +1050,7 @@
"Top P": "Top P",
"Top P": "Top P",
"Transformers": "Transformadores",
"Transformers": "Transformadores",
"Trouble accessing Ollama?": "¿Problemas para acceder a Ollama?",
"Trouble accessing Ollama?": "¿Problemas para acceder a Ollama?",
+ "Trust Proxy Environment": "",
"TTS Model": "Modelo TTS",
"TTS Model": "Modelo TTS",
"TTS Settings": "Configuración de TTS",
"TTS Settings": "Configuración de TTS",
"TTS Voice": "Voz del TTS",
"TTS Voice": "Voz del TTS",
@@ -1104,7 +1114,6 @@
"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 Settings": "Configuración del cargador web",
"Web Search": "Búsqueda en la Web",
"Web Search": "Búsqueda en la Web",
"Web Search Engine": "Motor de búsqueda web",
"Web Search Engine": "Motor de búsqueda web",
"Web Search in Chat": "Búsqueda web en chat",
"Web Search in Chat": "Búsqueda web en chat",
@@ -1146,5 +1155,6 @@
"Your account status is currently pending activation.": "El estado de su cuenta actualmente se encuentra pendiente de activación.",
"Your account status is currently pending activation.": "El estado de su cuenta actualmente se encuentra pendiente de activación.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "Su contribución completa irá directamente a el desarrollador del plugin; Open WebUI no toma ningun porcentaje. Sin embargo, la plataforma de financiación elegida podría tener sus propias tarifas.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "Su contribución completa irá directamente a el desarrollador del plugin; Open WebUI no toma ningun porcentaje. Sin embargo, la plataforma de financiación elegida podría tener sus propias tarifas.",
"Youtube": "Youtube",
"Youtube": "Youtube",
- "Youtube Loader Settings": "Configuración del cargador de Youtube"
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Ataza eredua erabiltzen da txatentzako izenburuak eta web bilaketa kontsultak sortzeko bezalako atazak egitean",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Ataza eredua erabiltzen da txatentzako izenburuak eta web bilaketa kontsultak sortzeko bezalako atazak egitean",
"a user": "erabiltzaile bat",
"a user": "erabiltzaile bat",
"About": "Honi buruz",
"About": "Honi buruz",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "Sarbidea",
"Access": "Sarbidea",
"Access Control": "Sarbide Kontrola",
"Access Control": "Sarbide Kontrola",
"Accessible to all users": "Erabiltzaile guztientzat eskuragarri",
"Accessible to all users": "Erabiltzaile guztientzat eskuragarri",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "Ziur zaude artxibatutako txat guztiak desartxibatu nahi dituzula?",
"Are you sure you want to unarchive all archived chats?": "Ziur zaude artxibatutako txat guztiak desartxibatu nahi dituzula?",
@@ -93,7 +95,7 @@
"Artifacts": "Artefaktuak",
"Artifacts": "Artefaktuak",
"Ask a question": "Egin galdera bat",
"Ask a question": "Egin galdera bat",
"Assistant": "Laguntzailea",
"Assistant": "Laguntzailea",
- "Attach file": "Erantsi fitxategia",
+ "Attach file from knowledge": "",
"Attention to detail": "Xehetasunei arreta",
"Attention to detail": "Xehetasunei arreta",
"Attribute for Mail": "",
"Attribute for Mail": "",
"Attribute for Username": "Erabiltzaile-izenerako atributua",
"Attribute for Username": "Erabiltzaile-izenerako atributua",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"Brave Search API Key": "Brave Bilaketa API Gakoa",
"Brave Search API Key": "Brave Bilaketa API Gakoa",
"By {{name}}": "{{name}}-k",
"By {{name}}": "{{name}}-k",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "Saihestu SSL egiaztapena Webguneentzat",
"Bypass SSL verification for Websites": "Saihestu SSL egiaztapena Webguneentzat",
"Calendar": "",
"Calendar": "",
"Call": "Deia",
"Call": "Deia",
@@ -156,11 +159,11 @@
"Checking for updates...": "Eguneraketak bilatzen...",
"Checking for updates...": "Eguneraketak bilatzen...",
"Choose a model before saving...": "Aukeratu eredu bat gorde aurretik...",
"Choose a model before saving...": "Aukeratu eredu bat gorde aurretik...",
"Chunk Overlap": "Zatien Gainjartzea",
"Chunk Overlap": "Zatien Gainjartzea",
- "Chunk Params": "Zatien Parametroak",
"Chunk Size": "Zati Tamaina",
"Chunk Size": "Zati Tamaina",
"Ciphers": "Zifratuak",
"Ciphers": "Zifratuak",
"Citation": "Aipamena",
"Citation": "Aipamena",
"Clear memory": "Garbitu memoria",
"Clear memory": "Garbitu memoria",
+ "Clear Memory": "",
"click here": "klikatu hemen",
"click here": "klikatu hemen",
"Click here for filter guides.": "Klikatu hemen iragazkien gidak ikusteko.",
"Click here for filter guides.": "Klikatu hemen iragazkien gidak ikusteko.",
"Click here for help.": "Klikatu hemen laguntzarako.",
"Click here for help.": "Klikatu hemen laguntzarako.",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Contact Admin for WebUI Access": "Jarri harremanetan Administratzailearekin WebUI Sarbiderako",
"Contact Admin for WebUI Access": "Jarri harremanetan Administratzailearekin WebUI Sarbiderako",
"Content": "Edukia",
"Content": "Edukia",
- "Content Extraction": "Eduki Erauzketa",
+ "Content Extraction Engine": "",
"Context Length": "Testuinguru Luzera",
"Context Length": "Testuinguru Luzera",
"Continue Response": "Jarraitu Erantzuna",
"Continue Response": "Jarraitu Erantzuna",
"Continue with {{provider}}": "Jarraitu {{provider}}-rekin",
"Continue with {{provider}}": "Jarraitu {{provider}}-rekin",
@@ -245,6 +248,7 @@
"Current Model": "Uneko Eredua",
"Current Model": "Uneko Eredua",
"Current Password": "Uneko Pasahitza",
"Current Password": "Uneko Pasahitza",
"Custom": "Pertsonalizatua",
"Custom": "Pertsonalizatua",
+ "Danger Zone": "",
"Dark": "Iluna",
"Dark": "Iluna",
"Database": "Datu-basea",
"Database": "Datu-basea",
"December": "Abendua",
"December": "Abendua",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "Ez instalatu guztiz fidagarriak ez diren iturrietatik datozen funtzioak.",
"Do not install functions from sources you do not fully trust.": "Ez instalatu guztiz fidagarriak ez diren iturrietatik datozen funtzioak.",
"Do not install tools from sources you do not fully trust.": "Ez instalatu guztiz fidagarriak ez diren iturrietatik datozen tresnak.",
"Do not install tools from sources you do not fully trust.": "Ez instalatu guztiz fidagarriak ez diren iturrietatik datozen tresnak.",
"Document": "Dokumentua",
"Document": "Dokumentua",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "Dokumentazioa",
"Documentation": "Dokumentazioa",
"Documents": "Dokumentuak",
"Documents": "Dokumentuak",
"does not make any external connections, and your data stays securely on your locally hosted server.": "ez du kanpo konexiorik egiten, eta zure datuak modu seguruan mantentzen dira zure zerbitzari lokalean.",
"does not make any external connections, and your data stays securely on your locally hosted server.": "ez du kanpo konexiorik egiten, eta zure datuak modu seguruan mantentzen dira zure zerbitzari lokalean.",
"Embedding Model Engine": "Embedding Eredu Motorea",
"Embedding Model Engine": "Embedding Eredu Motorea",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "",
"Enable autocomplete generation for chat messages": "",
"Enable Code Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "Gaitu Komunitatearen Partekatzea",
"Enable Community Sharing": "Gaitu Komunitatearen Partekatzea",
- "Enable Google Drive": "",
"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.": "Gaitu Memoria Blokeatzea (mlock) ereduaren datuak RAM memoriatik kanpo ez trukatzeko. Aukera honek ereduaren lan-orri multzoa RAMean blokatzen du, diskora ez direla trukatuko ziurtatuz. Honek errendimendua mantentzen lagun dezake, orri-hutsegiteak saihestuz eta datuen sarbide azkarra bermatuz.",
"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.": "Gaitu Memoria Blokeatzea (mlock) ereduaren datuak RAM memoriatik kanpo ez trukatzeko. Aukera honek ereduaren lan-orri multzoa RAMean blokatzen du, diskora ez direla trukatuko ziurtatuz. Honek errendimendua mantentzen lagun dezake, orri-hutsegiteak saihestuz eta datuen sarbide azkarra bermatuz.",
"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.": "Gaitu Memoria Mapaketa (mmap) ereduaren datuak kargatzeko. Aukera honek sistemari disko-biltegiratzea RAM memoriaren luzapen gisa erabiltzea ahalbidetzen dio, diskoko fitxategiak RAMean baleude bezala tratatuz. Honek ereduaren errendimendua hobe dezake, datuen sarbide azkarragoa ahalbidetuz. Hala ere, baliteke sistema guztietan behar bezala ez funtzionatzea eta disko-espazio handia kontsumitu dezake.",
"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.": "Gaitu Memoria Mapaketa (mmap) ereduaren datuak kargatzeko. Aukera honek sistemari disko-biltegiratzea RAM memoriaren luzapen gisa erabiltzea ahalbidetzen dio, diskoko fitxategiak RAMean baleude bezala tratatuz. Honek ereduaren errendimendua hobe dezake, datuen sarbide azkarragoa ahalbidetuz. Hala ere, baliteke sistema guztietan behar bezala ez funtzionatzea eta disko-espazio handia kontsumitu dezake.",
"Enable New Sign Ups": "Gaitu Izena Emate Berriak",
"Enable New Sign Ups": "Gaitu Izena Emate Berriak",
- "Enable Web Search": "Gaitu Web Bilaketa",
"Enabled": "Gaituta",
"Enabled": "Gaituta",
- "Engine": "Motorea",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Ziurtatu zure CSV fitxategiak 4 zutabe dituela ordena honetan: Izena, Posta elektronikoa, Pasahitza, Rola.",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Ziurtatu zure CSV fitxategiak 4 zutabe dituela ordena honetan: Izena, Posta elektronikoa, Pasahitza, Rola.",
"LLMs can make mistakes. Verify important information.": "LLMek akatsak egin ditzakete. Egiaztatu informazio garrantzitsua.",
"LLMs can make mistakes. Verify important information.": "LLMek akatsak egin ditzakete. Egiaztatu informazio garrantzitsua.",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "Lokala",
"Local": "Lokala",
"Local Models": "Modelo lokalak",
"Local Models": "Modelo lokalak",
+ "Location access not allowed": "",
"Lost": "Galduta",
"Lost": "Galduta",
"LTR": "LTR",
"LTR": "LTR",
"Made by Open WebUI Community": "OpenWebUI Komunitateak egina",
"Made by Open WebUI Community": "OpenWebUI Komunitateak egina",
"Make sure to enclose them with": "Ziurtatu hauek gehitzen dituzula",
"Make sure to enclose them with": "Ziurtatu hauek gehitzen dituzula",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Ziurtatu workflow.json fitxategia API formatu gisa esportatzen duzula ComfyUI-tik.",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Ziurtatu workflow.json fitxategia API formatu gisa esportatzen duzula ComfyUI-tik.",
"No HTML, CSS, or JavaScript content found.": "Ez da HTML, CSS, edo JavaScript edukirik aurkitu.",
"No HTML, CSS, or JavaScript content found.": "Ez da HTML, CSS, edo JavaScript edukirik aurkitu.",
"No inference engine with management support found": "",
"No inference engine with management support found": "",
"No knowledge found": "Ez da ezagutzarik aurkitu",
"No knowledge found": "Ez da ezagutzarik aurkitu",
+ "No memories to clear": "",
"No model IDs": "Ez dago modelo IDrik",
"No model IDs": "Ez dago modelo IDrik",
"No models found": "Ez da modelorik aurkitu",
"No models found": "Ez da modelorik aurkitu",
"No models selected": "Ez da modelorik hautatu",
"No models selected": "Ez da modelorik hautatu",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "Ollama API ezarpenak eguneratu dira",
"Ollama API settings updated": "Ollama API ezarpenak eguneratu dira",
"Ollama Version": "Ollama bertsioa",
"Ollama Version": "Ollama bertsioa",
"On": "Piztuta",
"On": "Piztuta",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "Karaktere alfanumerikoak eta marratxoak soilik onartzen dira",
"Only alphanumeric characters and hyphens are allowed": "Karaktere alfanumerikoak eta marratxoak soilik onartzen dira",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Karaktere alfanumerikoak eta marratxoak soilik onartzen dira komando katean.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Karaktere alfanumerikoak eta marratxoak soilik onartzen dira komando katean.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Bildumak soilik edita daitezke, sortu ezagutza-base berri bat dokumentuak editatzeko/gehitzeko.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Bildumak soilik edita daitezke, sortu ezagutza-base berri bat dokumentuak editatzeko/gehitzeko.",
@@ -788,11 +798,9 @@
"Prompt updated successfully": "Prompt-a ongi eguneratu da",
"Prompt updated successfully": "Prompt-a ongi eguneratu da",
"Prompts": "Prompt-ak",
"Prompts": "Prompt-ak",
"Prompts Access": "Prompt sarbidea",
"Prompts Access": "Prompt sarbidea",
- "Proxy URL": "",
"Pull \"{{searchValue}}\" from Ollama.com": "Ekarri \"{{searchValue}}\" Ollama.com-etik",
"Pull \"{{searchValue}}\" from Ollama.com": "Ekarri \"{{searchValue}}\" Ollama.com-etik",
"Pull a model from Ollama.com": "Ekarri modelo bat Ollama.com-etik",
"Pull a model from Ollama.com": "Ekarri modelo bat Ollama.com-etik",
"Query Generation Prompt": "Kontsulta sortzeko prompt-a",
"Query Generation Prompt": "Kontsulta sortzeko prompt-a",
- "Query Params": "Kontsulta parametroak",
"RAG Template": "RAG txantiloia",
"RAG Template": "RAG txantiloia",
"Rating": "Balorazioa",
"Rating": "Balorazioa",
"Re-rank models by topic similarity": "Berrantolatu modeloak gai antzekotasunaren arabera",
"Re-rank models by topic similarity": "Berrantolatu modeloak gai antzekotasunaren arabera",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Erantzunen jakinarazpenak ezin dira aktibatu webgunearen baimenak ukatu direlako. Mesedez, bisitatu zure nabigatzailearen ezarpenak beharrezko sarbidea emateko.",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Erantzunen jakinarazpenak ezin dira aktibatu webgunearen baimenak ukatu direlako. Mesedez, bisitatu zure nabigatzailearen ezarpenak beharrezko sarbidea emateko.",
"Response splitting": "Erantzun banaketa",
"Response splitting": "Erantzun banaketa",
"Result": "Emaitza",
"Result": "Emaitza",
+ "Retrieval": "",
"Retrieval Query Generation": "",
"Retrieval Query Generation": "",
"Rich Text Input for Chat": "Testu aberastuko sarrera txaterako",
"Rich Text Input for Chat": "Testu aberastuko sarrera txaterako",
"RK": "RK",
"RK": "RK",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "",
"Select an Ollama instance": "",
"Select Engine": "Hautatu motorra",
"Select Engine": "Hautatu motorra",
"Select Knowledge": "Hautatu ezagutza",
"Select Knowledge": "Hautatu ezagutza",
- "Select model": "Hautatu modeloa",
"Select only one model to call": "Hautatu modelo bakarra deitzeko",
"Select only one model to call": "Hautatu modelo bakarra deitzeko",
"Selected model(s) do not support image inputs": "Hautatutako modelo(e)k ez dute irudi sarrerarik onartzen",
"Selected model(s) do not support image inputs": "Hautatutako modelo(e)k ez dute irudi sarrerarik onartzen",
"Semantic distance to query": "Kontsultarako distantzia semantikoa",
"Semantic distance to query": "Kontsultarako distantzia semantikoa",
@@ -957,6 +965,7 @@
"Tags Generation": "",
"Tags Generation": "",
"Tags Generation Prompt": "Etiketa sortzeko prompta",
"Tags Generation Prompt": "Etiketa sortzeko prompta",
"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. (default: 1)": "Isats-libre laginketa erabiltzen da irteran probabilitate txikiagoko tokenen eragina murrizteko. Balio altuago batek (adib., 2.0) eragina gehiago murriztuko du, 1.0 balioak ezarpen hau desgaitzen duen bitartean. (lehenetsia: 1)",
"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. (default: 1)": "Isats-libre laginketa erabiltzen da irteran probabilitate txikiagoko tokenen eragina murrizteko. Balio altuago batek (adib., 2.0) eragina gehiago murriztuko du, 1.0 balioak ezarpen hau desgaitzen duen bitartean. (lehenetsia: 1)",
"Your account status is currently pending activation.": "Zure kontuaren egoera aktibazio zain dago.",
"Your account status is currently pending activation.": "Zure kontuaren egoera aktibazio zain dago.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "Zure ekarpen osoa zuzenean plugin garatzaileari joango zaio; Open WebUI-k ez du ehunekorik hartzen. Hala ere, aukeratutako finantzaketa plataformak bere komisioak izan ditzake.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "Zure ekarpen osoa zuzenean plugin garatzaileari joango zaio; Open WebUI-k ez du ehunekorik hartzen. Hala ere, aukeratutako finantzaketa plataformak bere komisioak izan ditzake.",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "یک مدل وظیفه هنگام انجام وظایف مانند تولید عناوین برای چت ها و نمایش های جستجوی وب استفاده می شود.",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "یک مدل وظیفه هنگام انجام وظایف مانند تولید عناوین برای چت ها و نمایش های جستجوی وب استفاده می شود.",
"a user": "یک کاربر",
"a user": "یک کاربر",
"About": "درباره",
"About": "درباره",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "",
"Access": "",
"Access Control": "",
"Access Control": "",
"Accessible to all users": "",
"Accessible to all users": "",
@@ -85,6 +86,7 @@
"Archive All Chats": "بایگانی همه گفتگوها",
"Archive All Chats": "بایگانی همه گفتگوها",
"Archived Chats": "گفتگوهای بایگانی\u200cشده",
"Archived Chats": "گفتگوهای بایگانی\u200cشده",
"archived-chat-export": "",
"archived-chat-export": "",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure you want to unarchive all archived chats?": "",
@@ -93,7 +95,7 @@
"Artifacts": "",
"Artifacts": "",
"Ask a question": "سوالی بپرسید",
"Ask a question": "سوالی بپرسید",
"Assistant": "دستیار",
"Assistant": "دستیار",
- "Attach file": "پیوست پرونده",
+ "Attach file from knowledge": "",
"Attention to detail": "دقیق",
"Attention to detail": "دقیق",
"Attribute for Mail": "",
"Attribute for Mail": "",
"Attribute for Username": "",
"Attribute for Username": "",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"Brave Search API Key": "کلید API جستجوی شجاع",
"Brave Search API Key": "کلید API جستجوی شجاع",
"By {{name}}": "",
"By {{name}}": "",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "عبور از تأیید SSL برای وب سایت ها",
"Bypass SSL verification for Websites": "عبور از تأیید SSL برای وب سایت ها",
"Calendar": "",
"Calendar": "",
"Call": "",
"Call": "",
@@ -156,11 +159,11 @@
"Checking for updates...": "در حال بررسی برای به\u200cروزرسانی..",
"Checking for updates...": "در حال بررسی برای به\u200cروزرسانی..",
"Choose a model before saving...": "قبل از ذخیره یک مدل را انتخاب کنید...",
"Choose a model before saving...": "قبل از ذخیره یک مدل را انتخاب کنید...",
"Chunk Overlap": "همپوشانی تکه",
"Chunk Overlap": "همپوشانی تکه",
- "Chunk Params": "پارامترهای تکه",
"Chunk Size": "اندازه تکه",
"Chunk Size": "اندازه تکه",
"Ciphers": "",
"Ciphers": "",
"Citation": "استناد",
"Citation": "استناد",
"Clear memory": "پاک کردن حافظه",
"Clear memory": "پاک کردن حافظه",
+ "Clear Memory": "",
"click here": "",
"click here": "",
"Click here for filter guides.": "",
"Click here for filter guides.": "",
"Click here for help.": "برای کمک اینجا را کلیک کنید.",
"Click here for help.": "برای کمک اینجا را کلیک کنید.",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Contact Admin for WebUI Access": "برای دسترسی به WebUI با مدیر تماس بگیرید",
"Contact Admin for WebUI Access": "برای دسترسی به WebUI با مدیر تماس بگیرید",
"Content": "محتوا",
"Content": "محتوا",
- "Content Extraction": "استخراج محتوا",
+ "Content Extraction Engine": "",
"Context Length": "طول زمینه",
"Context Length": "طول زمینه",
"Continue Response": "ادامه پاسخ",
"Continue Response": "ادامه پاسخ",
"Continue with {{provider}}": "با {{provider}} ادامه دهید",
"Continue with {{provider}}": "با {{provider}} ادامه دهید",
@@ -245,6 +248,7 @@
"Current Model": "مدل فعلی",
"Current Model": "مدل فعلی",
"Current Password": "رمز عبور فعلی",
"Current Password": "رمز عبور فعلی",
"Custom": "دلخواه",
"Custom": "دلخواه",
+ "Danger Zone": "",
"Dark": "تیره",
"Dark": "تیره",
"Database": "پایگاه داده",
"Database": "پایگاه داده",
"December": "دسامبر",
"December": "دسامبر",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "",
"Do not install functions from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Document": "سند",
"Document": "سند",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "",
"Documentation": "",
"Documents": "اسناد",
"Documents": "اسناد",
"does not make any external connections, and your data stays securely on your locally hosted server.": "هیچ اتصال خارجی ایجاد نمی کند و داده های شما به طور ایمن در سرور میزبان محلی شما باقی می ماند.",
"does not make any external connections, and your data stays securely on your locally hosted server.": "هیچ اتصال خارجی ایجاد نمی کند و داده های شما به طور ایمن در سرور میزبان محلی شما باقی می ماند.",
@@ -340,6 +346,7 @@
"ElevenLabs": "",
"ElevenLabs": "",
"Email": "ایمیل",
"Email": "ایمیل",
"Embark on adventures": "",
"Embark on adventures": "",
+ "Embedding": "",
"Embedding Batch Size": "",
"Embedding Batch Size": "",
"Embedding Model": "مدل پیدائش",
"Embedding Model": "مدل پیدائش",
"Embedding Model Engine": "محرک مدل پیدائش",
"Embedding Model Engine": "محرک مدل پیدائش",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "",
"Enable autocomplete generation for chat messages": "",
"Enable Code Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "فعالسازی اشتراک انجمن",
"Enable Community Sharing": "فعالسازی اشتراک انجمن",
- "Enable Google Drive": "",
"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.": "",
"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.": "",
"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.": "",
"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.": "",
"Enable New Sign Ups": "فعال کردن ثبت نام\u200cهای جدید",
"Enable New Sign Ups": "فعال کردن ثبت نام\u200cهای جدید",
- "Enable Web Search": "فعالسازی جستجوی وب",
"Enabled": "",
"Enabled": "",
- "Engine": "",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "اطمینان حاصل کنید که فایل CSV شما شامل چهار ستون در این ترتیب است: نام، ایمیل، رمز عبور، نقش.",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "اطمینان حاصل کنید که فایل CSV شما شامل چهار ستون در این ترتیب است: نام، ایمیل، رمز عبور، نقش.",
"Enter {{role}} message here": "پیام {{role}} را اینجا وارد کنید",
"Enter {{role}} message here": "پیام {{role}} را اینجا وارد کنید",
"Enter a detail about yourself for your LLMs to recall": "برای ذخیره سازی اطلاعات خود، یک توضیح کوتاه درباره خود را وارد کنید",
"Enter a detail about yourself for your LLMs to recall": "برای ذخیره سازی اطلاعات خود، یک توضیح کوتاه درباره خود را وارد کنید",
@@ -372,6 +376,8 @@
"Enter Chunk Overlap": "مقدار Chunk Overlap را وارد کنید",
"Enter Chunk Overlap": "مقدار Chunk Overlap را وارد کنید",
"Enter Chunk Size": "مقدار Chunk Size را وارد کنید",
"Enter Chunk Size": "مقدار Chunk Size را وارد کنید",
"Enter description": "",
"Enter description": "",
+ "Enter Document Intelligence Endpoint": "",
+ "Enter Document Intelligence Key": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter Exa API Key": "",
"Enter Exa API Key": "",
"Enter Github Raw URL": "ادرس Github Raw را وارد کنید",
"Enter Github Raw URL": "ادرس Github Raw را وارد کنید",
@@ -507,9 +513,9 @@
"Gemini API Config": "",
"Gemini API Config": "",
"Gemini API Key is required.": "",
"Gemini API Key is required.": "",
"General": "عمومی",
"General": "عمومی",
- "General Settings": "تنظیمات عمومی",
"Generate an image": "",
"Generate an image": "",
"Generate Image": "",
"Generate Image": "",
+ "Generate prompt pair": "",
"Generating search query": "در حال تولید پرسوجوی جستجو",
"Generating search query": "در حال تولید پرسوجوی جستجو",
"Get started": "",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Get started with {{WEBUI_NAME}}": "",
@@ -565,6 +571,7 @@
"Input commands": "ورودی دستورات",
"Input commands": "ورودی دستورات",
"Install from Github URL": "نصب از ادرس Github",
"Install from Github URL": "نصب از ادرس Github",
"Instant Auto-Send After Voice Transcription": "",
"Instant Auto-Send After Voice Transcription": "",
+ "Integration": "",
"Interface": "رابط",
"Interface": "رابط",
"Invalid file format.": "",
"Invalid file format.": "",
"Invalid Tag": "تگ نامعتبر",
"Invalid Tag": "تگ نامعتبر",
@@ -612,16 +619,17 @@
"Listening...": "",
"Listening...": "",
"Llama.cpp": "",
"Llama.cpp": "",
"LLMs can make mistakes. Verify important information.": "مدل\u200cهای زبانی بزرگ می\u200cتوانند اشتباه کنند. اطلاعات مهم را راستی\u200cآزمایی کنید.",
"LLMs can make mistakes. Verify important information.": "مدل\u200cهای زبانی بزرگ می\u200cتوانند اشتباه کنند. اطلاعات مهم را راستی\u200cآزمایی کنید.",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "",
"Local": "",
"Local Models": "",
"Local Models": "",
+ "Location access not allowed": "",
"Lost": "",
"Lost": "",
"LTR": "LTR",
"LTR": "LTR",
"Made by Open WebUI Community": "ساخته شده توسط OpenWebUI Community",
"Made by Open WebUI Community": "ساخته شده توسط OpenWebUI Community",
"Make sure to enclose them with": "مطمئن شوید که آنها را با این محصور کنید:",
"Make sure to enclose them with": "مطمئن شوید که آنها را با این محصور کنید:",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Manage": "",
"Manage": "",
- "Manage Arena Models": "",
"Manage Direct Connections": "",
"Manage Direct Connections": "",
"Manage Models": "",
"Manage Models": "",
"Manage Ollama": "",
"Manage Ollama": "",
@@ -689,6 +697,7 @@
"No HTML, CSS, or JavaScript content found.": "",
"No HTML, CSS, or JavaScript content found.": "",
"No inference engine with management support found": "",
"No inference engine with management support found": "",
"No knowledge found": "",
"No knowledge found": "",
+ "No memories to clear": "",
"No model IDs": "",
"No model IDs": "",
"No models found": "",
"No models found": "",
"No models selected": "",
"No models selected": "",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "",
"Ollama API settings updated": "",
"Ollama Version": "نسخه اولاما",
"Ollama Version": "نسخه اولاما",
"On": "روشن",
"On": "روشن",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed in the command string.": "فقط کاراکترهای الفبایی و خط فاصله در رشته فرمان مجاز هستند.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "فقط کاراکترهای الفبایی و خط فاصله در رشته فرمان مجاز هستند.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
@@ -788,11 +798,9 @@
"Prompt updated successfully": "",
"Prompt updated successfully": "",
"Prompts": "پرامپت\u200cها",
"Prompts": "پرامپت\u200cها",
"Prompts Access": "",
"Prompts Access": "",
- "Proxy URL": "",
"Pull \"{{searchValue}}\" from Ollama.com": "بازگرداندن \"{{searchValue}}\" از Ollama.com",
"Pull \"{{searchValue}}\" from Ollama.com": "بازگرداندن \"{{searchValue}}\" از Ollama.com",
"Pull a model from Ollama.com": "دریافت یک مدل از Ollama.com",
"Pull a model from Ollama.com": "دریافت یک مدل از Ollama.com",
"Query Generation Prompt": "",
"Query Generation Prompt": "",
- "Query Params": "پارامترهای پرس و جو",
"RAG Template": "RAG الگوی",
"RAG Template": "RAG الگوی",
"Rating": "",
"Rating": "",
"Re-rank models by topic similarity": "",
"Re-rank models by topic similarity": "",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Response splitting": "",
"Result": "نتیجه",
"Result": "نتیجه",
+ "Retrieval": "",
"Retrieval Query Generation": "",
"Retrieval Query Generation": "",
"Rich Text Input for Chat": "",
"Rich Text Input for Chat": "",
"RK": "",
"RK": "",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "",
"Select an Ollama instance": "",
"Select Engine": "انتخاب موتور",
"Select Engine": "انتخاب موتور",
"Select Knowledge": "انتخاب دانش",
"Select Knowledge": "انتخاب دانش",
- "Select model": "انتخاب یک مدل",
"Select only one model to call": "تنها یک مدل را برای صدا زدن انتخاب کنید",
"Select only one model to call": "تنها یک مدل را برای صدا زدن انتخاب کنید",
"Selected model(s) do not support image inputs": "مدل) های (انتخاب شده ورودیهای تصویر را پشتیبانی نمیکند",
"Selected model(s) do not support image inputs": "مدل) های (انتخاب شده ورودیهای تصویر را پشتیبانی نمیکند",
"Semantic distance to query": "",
"Semantic distance to query": "",
@@ -957,6 +965,7 @@
"Tags Generation": "",
"Tags Generation": "",
"Tags Generation Prompt": "",
"Tags Generation Prompt": "",
"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. (default: 1)": "",
"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. (default: 1)": "",
+ "Talk to model": "",
"Tap to interrupt": "",
"Tap to interrupt": "",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "",
"Tavily API Key": "",
@@ -1041,6 +1050,7 @@
"Top P": "Top P",
"Top P": "Top P",
"Transformers": "",
"Transformers": "",
"Trouble accessing Ollama?": "در دسترسی به اولاما مشکل دارید؟",
"Trouble accessing Ollama?": "در دسترسی به اولاما مشکل دارید؟",
+ "Trust Proxy Environment": "",
"TTS Model": "",
"TTS Model": "",
"TTS Settings": "تنظیمات TTS",
"TTS Settings": "تنظیمات TTS",
"TTS Voice": "",
"TTS Voice": "",
@@ -1104,7 +1114,6 @@
"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 API": "",
"Web API": "",
- "Web Loader Settings": "تنظیمات لودر وب",
"Web Search": "جستجوی وب",
"Web Search": "جستجوی وب",
"Web Search Engine": "موتور جستجوی وب",
"Web Search Engine": "موتور جستجوی وب",
"Web Search in Chat": "",
"Web Search in Chat": "",
@@ -1146,5 +1155,6 @@
"Your account status is currently pending activation.": "",
"Your account status is currently pending activation.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Tehtävämallia käytetään tehtävien suorittamiseen, kuten otsikoiden luomiseen keskusteluille ja verkkohakukyselyille",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Tehtävämallia käytetään tehtävien suorittamiseen, kuten otsikoiden luomiseen keskusteluille ja verkkohakukyselyille",
"a user": "käyttäjä",
"a user": "käyttäjä",
"About": "Tietoja",
"About": "Tietoja",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "Pääsy",
"Access": "Pääsy",
"Access Control": "Käyttöoikeuksien hallinta",
"Access Control": "Käyttöoikeuksien hallinta",
"Accessible to all users": "Käytettävissä kaikille käyttäjille",
"Accessible to all users": "Käytettävissä kaikille käyttäjille",
"ComfyUI Base URL is required.": "ComfyUI-perus-URL vaaditaan.",
"ComfyUI Base URL is required.": "ComfyUI-perus-URL vaaditaan.",
"ComfyUI Workflow": "ComfyUI-työnkulku",
"ComfyUI Workflow": "ComfyUI-työnkulku",
@@ -203,12 +206,12 @@
"Confirm Password": "Vahvista salasana",
"Confirm Password": "Vahvista salasana",
"Confirm your action": "Vahvista toimintasi",
"Confirm your action": "Vahvista toimintasi",
"Confirm your new password": "Vahvista uusi salasanasi",
"Confirm your new password": "Vahvista uusi salasanasi",
- "Connect to your own OpenAI compatible API endpoints.": "",
+ "Connect to your own OpenAI compatible API endpoints.": "Yhdistä oma OpenAI yhteensopiva API päätepiste.",
"Connections": "Yhteydet",
"Connections": "Yhteydet",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Contact Admin for WebUI Access": "Ota yhteyttä ylläpitäjään WebUI-käyttöä varten",
"Contact Admin for WebUI Access": "Ota yhteyttä ylläpitäjään WebUI-käyttöä varten",
"Content": "Sisältö",
"Content": "Sisältö",
- "Content Extraction": "Sisällön erottelu",
+ "Content Extraction Engine": "",
"Context Length": "Kontekstin pituus",
"Context Length": "Kontekstin pituus",
"Continue Response": "Jatka vastausta",
"Continue Response": "Jatka vastausta",
"Continue with {{provider}}": "Jatka palvelulla {{provider}}",
"Continue with {{provider}}": "Jatka palvelulla {{provider}}",
@@ -227,7 +230,7 @@
"Copy Link": "Kopioi linkki",
"Copy Link": "Kopioi linkki",
"Copy to clipboard": "Kopioi leikepöydälle",
"Copy to clipboard": "Kopioi leikepöydälle",
"Copying to clipboard was successful!": "Kopioiminen leikepöydälle onnistui!",
"Copying to clipboard was successful!": "Kopioiminen leikepöydälle onnistui!",
- "CORS must be properly configured by the provider to allow requests from Open WebUI.": "",
+ "CORS must be properly configured by the provider to allow requests from Open WebUI.": "CORS täytyy olla konfiguroitu palveluntarjoajan toimesta pyyntöjen hyväksymiseksi Open WebUI:sta.",
"Create": "Luo",
"Create": "Luo",
"Create a knowledge base": "Luo tietokanta",
"Create a knowledge base": "Luo tietokanta",
"Create a model": "Luo malli",
"Create a model": "Luo malli",
@@ -245,6 +248,7 @@
"Current Model": "Nykyinen malli",
"Current Model": "Nykyinen malli",
"Current Password": "Nykyinen salasana",
"Current Password": "Nykyinen salasana",
"Custom": "Mukautettu",
"Custom": "Mukautettu",
+ "Danger Zone": "",
"Dark": "Tumma",
"Dark": "Tumma",
"Database": "Tietokanta",
"Database": "Tietokanta",
"December": "joulukuu",
"December": "joulukuu",
@@ -271,7 +275,7 @@
"Delete folder?": "Haluatko varmasti poistaa tämän kansion?",
"Delete folder?": "Haluatko varmasti poistaa tämän kansion?",
"Delete function?": "Haluatko varmasti poistaa tämän toiminnon?",
"Delete function?": "Haluatko varmasti poistaa tämän toiminnon?",
"Delete Message": "Poista viesti",
"Delete Message": "Poista viesti",
- "Delete message?": "",
+ "Delete message?": "Poista viesti?",
"Delete prompt?": "Haluatko varmasti poistaa tämän kehotteen?",
"Delete prompt?": "Haluatko varmasti poistaa tämän kehotteen?",
"delete this link": "poista tämä linkki",
"delete this link": "poista tämä linkki",
"Delete tool?": "Haluatko varmasti poistaa tämän työkalun?",
"Delete tool?": "Haluatko varmasti poistaa tämän työkalun?",
@@ -290,7 +294,7 @@
"Discover a model": "Tutustu malliin",
"Discover a model": "Tutustu malliin",
"Discover a prompt": "Löydä kehote",
"Discover a prompt": "Löydä kehote",
"Discover a tool": "Löydä työkalu",
"Discover a tool": "Löydä työkalu",
- "Discover how to use Open WebUI and seek support from the community.": "",
+ "Discover how to use Open WebUI and seek support from the community.": "Tutustu Open WebUI:n käyttöön ja pyydä tukea yhteisöltä.",
"Discover wonders": "Löydä ihmeellisiä asioita",
"Discover wonders": "Löydä ihmeellisiä asioita",
"Discover, download, and explore custom functions": "Etsi, lataa ja tutki mukautettuja toimintoja",
"Discover, download, and explore custom functions": "Etsi, lataa ja tutki mukautettuja toimintoja",
"Discover, download, and explore custom prompts": "Löydä ja lataa mukautettuja kehotteita",
"Discover, download, and explore custom prompts": "Löydä ja lataa mukautettuja kehotteita",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "Älä asenna toimintoja lähteistä, joihin et luota täysin.",
"Do not install functions from sources you do not fully trust.": "Älä asenna toimintoja lähteistä, joihin et luota täysin.",
"Do not install tools from sources you do not fully trust.": "Älä asenna työkaluja lähteistä, joihin et luota täysin.",
"Do not install tools from sources you do not fully trust.": "Älä asenna työkaluja lähteistä, joihin et luota täysin.",
"Document": "Asiakirja",
"Document": "Asiakirja",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "Dokumentaatio",
"Documentation": "Dokumentaatio",
"Documents": "Asiakirjat",
"Documents": "Asiakirjat",
"does not make any external connections, and your data stays securely on your locally hosted server.": "ei tee ulkoisia yhteyksiä, ja tietosi pysyvät turvallisesti paikallisesti isännöidyllä palvelimellasi.",
"does not make any external connections, and your data stays securely on your locally hosted server.": "ei tee ulkoisia yhteyksiä, ja tietosi pysyvät turvallisesti paikallisesti isännöidyllä palvelimellasi.",
@@ -315,14 +321,14 @@
"Don't like the style": "En pidä tyylistä",
"Don't like the style": "En pidä tyylistä",
"Done": "Valmis",
"Done": "Valmis",
"Download": "Lataa",
"Download": "Lataa",
- "Download as SVG": "",
+ "Download as SVG": "Lataa SVG:nä",
"Download canceled": "Lataus peruutettu",
"Download canceled": "Lataus peruutettu",
"Download Database": "Lataa tietokanta",
"Download Database": "Lataa tietokanta",
"Drag and drop a file to upload or select a file to view": "Raahaa ja pudota tiedosto ladattavaksi tai valitse tiedosto katseltavaksi",
"Drag and drop a file to upload or select a file to view": "Raahaa ja pudota tiedosto ladattavaksi tai valitse tiedosto katseltavaksi",
"Draw": "Piirros",
"Draw": "Piirros",
"Drop any files here to add to the conversation": "Pudota tiedostoja tähän lisätäksesi ne keskusteluun",
"Drop any files here to add to the conversation": "Pudota tiedostoja tähän lisätäksesi ne keskusteluun",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "esim. '30s', '10m'. Kelpoiset aikayksiköt ovat 's', 'm', 'h'.",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "esim. '30s', '10m'. Kelpoiset aikayksiköt ovat 's', 'm', 'h'.",
- "e.g. 60": "",
+ "e.g. 60": "esim. 60",
"e.g. A filter to remove profanity from text": "esim. suodatin, joka poistaa kirosanoja tekstistä",
"e.g. A filter to remove profanity from text": "esim. suodatin, joka poistaa kirosanoja tekstistä",
"e.g. My Filter": "esim. Oma suodatin",
"e.g. My Filter": "esim. Oma suodatin",
"e.g. My Tools": "esim. Omat työkalut",
"e.g. My Tools": "esim. Omat työkalut",
@@ -340,23 +346,21 @@
"ElevenLabs": "ElevenLabs",
"ElevenLabs": "ElevenLabs",
"Email": "Sähköposti",
"Email": "Sähköposti",
"Embark on adventures": "Lähde seikkailuille",
"Embark on adventures": "Lähde seikkailuille",
+ "Embedding": "",
"Embedding Batch Size": "Upotuksen eräkoko",
"Embedding Batch Size": "Upotuksen eräkoko",
"Embedding Model": "Upotusmalli",
"Embedding Model": "Upotusmalli",
"Embedding Model Engine": "Upotusmallin moottori",
"Embedding Model Engine": "Upotusmallin moottori",
"Embedding model set to \"{{embedding_model}}\"": "\"{{embedding_model}}\" valittu upotusmalliksi",
"Embedding model set to \"{{embedding_model}}\"": "\"{{embedding_model}}\" valittu upotusmalliksi",
- "Enable API Key": "",
+ "Enable API Key": "Ota API -avain käyttöön",
"Enable autocomplete generation for chat messages": "Ota automaattinen täydennys käyttöön keskusteluviesteissä",
"Enable autocomplete generation for chat messages": "Ota automaattinen täydennys käyttöön keskusteluviesteissä",
"Enable Community Sharing": "Ota yhteisön jakaminen käyttöön",
"Enable Community Sharing": "Ota yhteisön jakaminen käyttöön",
- "Enable Google Drive": "Salli Google Drive",
"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.": "Ota Memory Locking (mlock) käyttöön estääksesi mallidatan vaihtamisen pois RAM-muistista. Tämä lukitsee mallin työsivut RAM-muistiin, varmistaen että niitä ei vaihdeta levylle. Tämä voi parantaa suorituskykyä välttämällä sivuvikoja ja varmistamalla nopean tietojen käytön.",
"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.": "Ota Memory Locking (mlock) käyttöön estääksesi mallidatan vaihtamisen pois RAM-muistista. Tämä lukitsee mallin työsivut RAM-muistiin, varmistaen että niitä ei vaihdeta levylle. Tämä voi parantaa suorituskykyä välttämällä sivuvikoja ja varmistamalla nopean tietojen käytön.",
"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.": "Ota Memory Mapping (mmap) käyttöön ladataksesi mallidataa. Tämä vaihtoehto sallii järjestelmän käyttää levytilaa RAM-laajennuksena käsittelemällä levytiedostoja kuin ne olisivat RAM-muistissa. Tämä voi parantaa mallin suorituskykyä sallimalla nopeamman tietojen käytön. Kuitenkin se ei välttämättä toimi oikein kaikissa järjestelmissä ja voi kuluttaa huomattavasti levytilaa.",
"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.": "Ota Memory Mapping (mmap) käyttöön ladataksesi mallidataa. Tämä vaihtoehto sallii järjestelmän käyttää levytilaa RAM-laajennuksena käsittelemällä levytiedostoja kuin ne olisivat RAM-muistissa. Tämä voi parantaa mallin suorituskykyä sallimalla nopeamman tietojen käytön. Kuitenkin se ei välttämättä toimi oikein kaikissa järjestelmissä ja voi kuluttaa huomattavasti levytilaa.",
"Enable New Sign Ups": "Salli uudet rekisteröitymiset",
"Enable New Sign Ups": "Salli uudet rekisteröitymiset",
- "Enable Web Search": "Ota verkkohaku käyttöön",
"Enabled": "Käytössä",
"Enabled": "Käytössä",
- "Engine": "Moottori",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Varmista, että CSV-tiedostossasi on 4 saraketta tässä järjestyksessä: Nimi, Sähköposti, Salasana, Rooli.",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Varmista, että CSV-tiedostossasi on 4 saraketta tässä järjestyksessä: Nimi, Sähköposti, Salasana, Rooli.",
"Enter Serper API Key": "Kirjoita Serper API -avain",
"Enter Serper API Key": "Kirjoita Serper API -avain",
"Enter Serply API Key": "Kirjoita Serply API -avain",
"Enter Serply API Key": "Kirjoita Serply API -avain",
"Enter Serpstack API Key": "Kirjoita Serpstack API -avain",
"Enter Serpstack API Key": "Kirjoita Serpstack API -avain",
@@ -410,28 +416,28 @@
"Enter Tavily API Key": "Kirjoita Tavily API -avain",
"Enter Tavily API Key": "Kirjoita Tavily API -avain",
"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": "",
+ "Enter timeout in seconds": "Aseta aikakatkaisu sekunneissa",
"Enter Top K": "Kirjoita Top K",
"Enter Top K": "Kirjoita Top K",
- "Enter URL (e.g. http://127.0.0.1:7860/)": "Kirjoita URL-osoite (esim. http://127.0.0.1:7860/)",
- "Enter URL (e.g. http://localhost:11434)": "Kirjoita URL-osoite (esim. http://localhost:11434)",
+ "Enter URL (e.g. http://127.0.0.1:7860/)": "Kirjoita verkko-osoite (esim. http://127.0.0.1:7860/)",
+ "Enter URL (e.g. http://localhost:11434)": "Kirjoita verkko-osoite (esim. http://localhost:11434)",
"Enter your current password": "Kirjoita nykyinen salasanasi",
"Enter your current password": "Kirjoita nykyinen salasanasi",
"Enter Your Email": "Kirjoita sähköpostiosoitteesi",
"Enter Your Email": "Kirjoita sähköpostiosoitteesi",
"Enter Your Full Name": "Kirjoita koko nimesi",
"Enter Your Full Name": "Kirjoita koko nimesi",
"Enter your message": "Kirjoita viestisi",
"Enter your message": "Kirjoita viestisi",
- "Enter your new password": "",
+ "Enter your new password": "Kirjoita uusi salasanasi",
"Enter Your Password": "Kirjoita salasanasi",
"Enter Your Password": "Kirjoita salasanasi",
"Enter Your Role": "Kirjoita roolisi",
"Enter Your Role": "Kirjoita roolisi",
"Enter Your Username": "Kirjoita käyttäjätunnuksesi",
"Enter Your Username": "Kirjoita käyttäjätunnuksesi",
"Enter your webhook URL": "Kirjoita webhook osoitteesi",
"Enter your webhook URL": "Kirjoita webhook osoitteesi",
"Error": "Virhe",
"Error": "Virhe",
"ERROR": "VIRHE",
"ERROR": "VIRHE",
- "Error accessing Google Drive: {{error}}": "",
- "Error uploading file: {{error}}": "",
+ "Error accessing Google Drive: {{error}}": "Virhe yhdistäessä Google Drive: {{error}}",
+ "Kagi Search API Key": "Kagi Search API -avain",
"Keep Alive": "Pysy aktiivisena",
"Keep Alive": "Pysy aktiivisena",
"Key": "Avain",
"Key": "Avain",
"Keyboard shortcuts": "Pikanäppäimet",
"Keyboard shortcuts": "Pikanäppäimet",
@@ -597,7 +604,7 @@
"Language": "Kieli",
"Language": "Kieli",
"Last Active": "Viimeksi aktiivinen",
"Last Active": "Viimeksi aktiivinen",
"Last Modified": "Viimeksi muokattu",
"Last Modified": "Viimeksi muokattu",
- "Last reply": "",
+ "Last reply": "Viimeksi vastattu",
"LDAP": "LDAP",
"LDAP": "LDAP",
"LDAP server updated": "LDAP-palvelin päivitetty",
"LDAP server updated": "LDAP-palvelin päivitetty",
"Leaderboard": "Tulosluettelo",
"Leaderboard": "Tulosluettelo",
@@ -606,22 +613,23 @@
"Leave empty to include all models from \"{{URL}}/models\" endpoint": "Jätä tyhjäksi, jos haluat sisällyttää kaikki mallit \"{{URL}}/models\" -päätepistestä",
"Leave empty to include all models from \"{{URL}}/models\" endpoint": "Jätä tyhjäksi, jos haluat sisällyttää kaikki mallit \"{{URL}}/models\" -päätepistestä",
"Leave empty to include all models or select specific models": "Jätä tyhjäksi, jos haluat sisällyttää kaikki mallit tai valitse tietyt mallit",
"Leave empty to include all models or select specific models": "Jätä tyhjäksi, jos haluat sisällyttää kaikki mallit tai valitse tietyt mallit",
"Leave empty to use the default prompt, or enter a custom prompt": "Jätä tyhjäksi käyttääksesi oletuskehotetta tai kirjoita mukautettu kehote",
"Leave empty to use the default prompt, or enter a custom prompt": "Jätä tyhjäksi käyttääksesi oletuskehotetta tai kirjoita mukautettu kehote",
- "Leave model field empty to use the default model.": "",
- "License": "",
+ "Leave model field empty to use the default model.": "Jätä malli kenttä tyhjäksi käyttääksesi oletus mallia.",
+ "License": "Lisenssi",
"Light": "Vaalea",
"Light": "Vaalea",
"Listening...": "Kuuntelee...",
"Listening...": "Kuuntelee...",
- "Llama.cpp": "",
+ "Llama.cpp": "Llama.cpp",
"LLMs can make mistakes. Verify important information.": "Kielimallit voivat tehdä virheitä. Tarkista tärkeät tiedot.",
"LLMs can make mistakes. Verify important information.": "Kielimallit voivat tehdä virheitä. Tarkista tärkeät tiedot.",
+ "Loader": "",
"Loading Kokoro.js...": "Ladataan Kokoro.js...",
"Loading Kokoro.js...": "Ladataan Kokoro.js...",
"Local": "Paikallinen",
"Local": "Paikallinen",
"Local Models": "Paikalliset mallit",
"Local Models": "Paikalliset mallit",
+ "Location access not allowed": "",
"Lost": "Mennyt",
"Lost": "Mennyt",
"LTR": "LTR",
"LTR": "LTR",
"Made by Open WebUI Community": "Tehnyt OpenWebUI-yhteisö",
"Made by Open WebUI Community": "Tehnyt OpenWebUI-yhteisö",
"Make sure to enclose them with": "Varmista, että suljet ne",
"Make sure to enclose them with": "Varmista, että suljet ne",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Muista viedä workflow.json-tiedosto API-muodossa ComfyUI:sta.",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Muista viedä workflow.json-tiedosto API-muodossa ComfyUI:sta.",
"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 URL-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",
"Minimum Score": "Vähimmäispisteet",
"Mirostat": "Mirostat",
"Mirostat": "Mirostat",
@@ -689,6 +697,7 @@
"No HTML, CSS, or JavaScript content found.": "HTML-, CSS- tai JavaScript-sisältöä ei löytynyt.",
"No HTML, CSS, or JavaScript content found.": "HTML-, CSS- tai JavaScript-sisältöä ei löytynyt.",
"No inference engine with management support found": "",
"No inference engine with management support found": "",
"No knowledge found": "Tietoa ei löytynyt",
"No knowledge found": "Tietoa ei löytynyt",
+ "No memories to clear": "",
"No model IDs": "Ei mallitunnuksia",
"No model IDs": "Ei mallitunnuksia",
"No models found": "Malleja ei löytynyt",
"No models found": "Malleja ei löytynyt",
"No models selected": "Malleja ei ole valittu",
"No models selected": "Malleja ei ole valittu",
@@ -718,11 +727,12 @@
"Ollama API settings updated": "Ollama API -asetukset päivitetty",
"Ollama API settings updated": "Ollama API -asetukset päivitetty",
"Ollama Version": "Ollama-versio",
"Ollama Version": "Ollama-versio",
"On": "Päällä",
"On": "Päällä",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "Vain kirjaimet, numerot ja väliviivat ovat sallittuja",
"Only alphanumeric characters and hyphens are allowed": "Vain kirjaimet, numerot ja väliviivat ovat sallittuja",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Vain kirjaimet, numerot ja väliviivat ovat sallittuja komentosarjassa.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Vain kirjaimet, numerot ja väliviivat ovat sallittuja komentosarjassa.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Vain kokoelmia voi muokata, luo uusi tietokanta muokataksesi/lisätäksesi asiakirjoja.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Vain kokoelmia voi muokata, luo uusi tietokanta muokataksesi/lisätäksesi asiakirjoja.",
"Only select users and groups with permission can access": "Vain valitut käyttäjät ja ryhmät, joilla on käyttöoikeus, pääsevät käyttämään",
"Only select users and groups with permission can access": "Vain valitut käyttäjät ja ryhmät, joilla on käyttöoikeus, pääsevät käyttämään",
- "Oops! Looks like the URL is invalid. Please double-check and try again.": "Hups! Näyttää siltä, että URL-osoite on virheellinen. Tarkista se ja yritä uudelleen.",
+ "Oops! Looks like the URL is invalid. Please double-check and try again.": "Hups! Näyttää siltä, että verkko-osoite on virheellinen. Tarkista se ja yritä uudelleen.",
"Oops! There are files still uploading. Please wait for the upload to complete.": "Hups! Tiedostoja on vielä ladattavana. Odota, että lataus on valmis.",
"Oops! There are files still uploading. Please wait for the upload to complete.": "Hups! Tiedostoja on vielä ladattavana. Odota, että lataus on valmis.",
"Oops! There was an error in the previous response.": "Hups! Edellisessä vastauksessa oli virhe.",
"Oops! There was an error in the previous response.": "Hups! Edellisessä vastauksessa oli virhe.",
"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Hups! Käytät ei-tuettua menetelmää (vain frontend). Palvele WebUI:ta backendistä.",
"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Hups! Käytät ei-tuettua menetelmää (vain frontend). Palvele WebUI:ta backendistä.",
"Re-rank models by topic similarity": "Uudelleenjärjestä mallit aiheyhteyden mukaan",
"Re-rank models by topic similarity": "Uudelleenjärjestä mallit aiheyhteyden mukaan",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Vastausilmoituksia ei voida ottaa käyttöön, koska verkkosivuston käyttöoikeudet on evätty. Myönnä tarvittavat käyttöoikeudet selaimesi asetuksista.",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Vastausilmoituksia ei voida ottaa käyttöön, koska verkkosivuston käyttöoikeudet on evätty. Myönnä tarvittavat käyttöoikeudet selaimesi asetuksista.",
"See readme.md for instructions": "Katso ohjeet readme.md-tiedostosta",
"See readme.md for instructions": "Katso ohjeet readme.md-tiedostosta",
"See what's new": "Katso, mitä uutta",
"See what's new": "Katso, mitä uutta",
"Seed": "Siemenluku",
"Seed": "Siemenluku",
@@ -874,13 +883,12 @@
"Select a group": "Valitse ryhmä",
"Select a group": "Valitse ryhmä",
"Select a model": "Valitse malli",
"Select a model": "Valitse malli",
"Select a pipeline": "Valitse putki",
"Select a pipeline": "Valitse putki",
- "Select a pipeline url": "Valitse putken URL-osoite",
+ "Select a pipeline url": "Valitse putken verkko-osoite",
"Select a tool": "Valitse työkalu",
"Select a tool": "Valitse työkalu",
"Select an auth method": "Valitse kirjautumistapa",
"Select an auth method": "Valitse kirjautumistapa",
"Select an Ollama instance": "Valitse Ollama instanssi",
"Select an Ollama instance": "Valitse Ollama instanssi",
"Select Engine": "Valitse moottori",
"Select Engine": "Valitse moottori",
"Select Knowledge": "Valitse tietämys",
"Select Knowledge": "Valitse tietämys",
- "Select model": "Valitse malli",
"Select only one model to call": "Valitse vain yksi malli kutsuttavaksi",
"Select only one model to call": "Valitse vain yksi malli kutsuttavaksi",
"Selected model(s) do not support image inputs": "Valitut mallit eivät tue kuvasöytteitä",
"Selected model(s) do not support image inputs": "Valitut mallit eivät tue kuvasöytteitä",
"Semantic distance to query": "Semanttinen etäisyys kyselyyn",
"Semantic distance to query": "Semanttinen etäisyys kyselyyn",
@@ -889,8 +897,8 @@
"Send message": "Lähetä viesti",
"Send message": "Lähetä viesti",
"Sends `stream_options: { include_usage: true }` in the request.\nSupported providers will return token usage information in the response when set.": "Lähettää `stream_options: { include_usage: true }` pyynnössä.\nTuetut tarjoajat palauttavat tokenkäyttötiedot vastauksessa, kun se on asetettu.",
"Sends `stream_options: { include_usage: true }` in the request.\nSupported providers will return token usage information in the response when set.": "Lähettää `stream_options: { include_usage: true }` pyynnössä.\nTuetut tarjoajat palauttavat tokenkäyttötiedot vastauksessa, kun se on asetettu.",
"September": "syyskuu",
"September": "syyskuu",
- "SerpApi API Key": "",
- "SerpApi Engine": "",
+ "SerpApi API Key": "SerpApi API -avain",
+ "SerpApi Engine": "SerpApi moottori",
"Serper API Key": "Serper API -avain",
"Serper API Key": "Serper API -avain",
"Serply API Key": "Serply API -avain",
"Serply API Key": "Serply API -avain",
"Serpstack API Key": "Serpstack API -avain",
"Serpstack API Key": "Serpstack API -avain",
@@ -906,7 +914,7 @@
"Set Scheduler": "Aseta ajoitin",
"Set Scheduler": "Aseta ajoitin",
"Set Steps": "Aseta askeleet",
"Set Steps": "Aseta askeleet",
"Set Task Model": "Aseta tehtävämalli",
"Set Task Model": "Aseta tehtävämalli",
- "Set the number of layers, which will be off-loaded to GPU. Increasing this value can significantly improve performance for models that are optimized for GPU acceleration but may also consume more power and GPU resources.": "",
+ "Set the number of layers, which will be off-loaded to GPU. Increasing this value can significantly improve performance for models that are optimized for GPU acceleration but may also consume more power and GPU resources.": "Aseta näytönohjaimelle ladattavien tasojen määrä. Tämän arvon kasvattaminen voi parantaa merkittävästi näytönohjaimelle optimoitujen mallien suorituskykyä, mutta se voi myös lisätä näytönohjaimen virrankulutusta ja resurssien käyttöä.",
"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Aseta työntekijäsäikeiden määrä laskentaa varten. Tämä asetus kontrolloi, kuinka monta säiettä käytetään saapuvien pyyntöjen rinnakkaiseen käsittelyyn. Arvon kasvattaminen voi parantaa suorituskykyä suurissa samanaikaisissa työkuormissa, mutta voi myös kuluttaa enemmän keskussuorittimen resursseja.",
"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Aseta työntekijäsäikeiden määrä laskentaa varten. Tämä asetus kontrolloi, kuinka monta säiettä käytetään saapuvien pyyntöjen rinnakkaiseen käsittelyyn. Arvon kasvattaminen voi parantaa suorituskykyä suurissa samanaikaisissa työkuormissa, mutta voi myös kuluttaa enemmän keskussuorittimen resursseja.",
"Set Voice": "Aseta puheääni",
"Set Voice": "Aseta puheääni",
"Set whisper model": "Aseta whisper-malli",
"Set whisper model": "Aseta whisper-malli",
@@ -957,8 +965,9 @@
"Tags Generation": "Tagien luonti",
"Tags Generation": "Tagien luonti",
"Tags Generation Prompt": "Tagien luontikehote",
"Tags Generation Prompt": "Tagien luontikehote",
"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. (default: 1)": "Tail-free-otanta käytetään vähentämään vähemmän todennäköisten tokenien vaikutusta tulokseen. Korkeampi arvo (esim. 2,0) vähentää vaikutusta enemmän, kun taas arvo 1,0 poistaa tämän asetuksen käytöstä. (oletus: 1)",
"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. (default: 1)": "Tail-free-otanta käytetään vähentämään vähemmän todennäköisten tokenien vaikutusta tulokseen. Korkeampi arvo (esim. 2,0) vähentää vaikutusta enemmän, kun taas arvo 1,0 poistaa tämän asetuksen käytöstä. (oletus: 1)",
+ "Talk to model": "",
"Tap to interrupt": "Napauta keskeyttääksesi",
"Tap to interrupt": "Napauta keskeyttääksesi",
- "Tasks": "",
+ "Tasks": "Tehtävät",
"Tavily API Key": "Tavily API -avain",
"Tavily API Key": "Tavily API -avain",
"Tell us more:": "Kerro lisää:",
"Tell us more:": "Kerro lisää:",
"Temperature": "Lämpötila",
"Temperature": "Lämpötila",
@@ -1005,14 +1014,14 @@
"Title (e.g. Tell me a fun fact)": "Otsikko (esim. Kerro hauska fakta)",
"Title (e.g. Tell me a fun fact)": "Otsikko (esim. Kerro hauska fakta)",
"To access the available model names for downloading,": "Päästäksesi käsiksi ladattavissa oleviin mallinimiin,",
"To access the available model names for downloading,": "Päästäksesi käsiksi ladattavissa oleviin mallinimiin,",
"To access the GGUF models available for downloading,": "Päästäksesi käsiksi ladattavissa oleviin GGUF-malleihin,",
"To access the GGUF models available for downloading,": "Päästäksesi käsiksi ladattavissa oleviin GGUF-malleihin,",
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Päästäksesi käyttämään WebUI:ta, ota yhteyttä ylläpitäjään. Ylläpitäjät voivat hallita käyttäjien tiloja Ylläpitopaneelista.",
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Päästäksesi käyttämään WebUI:ta, ota yhteyttä ylläpitäjään. Ylläpitäjät voivat hallita käyttäjien tiloja Ylläpitopaneelista.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Liittääksesi tietokantasi tähän, lisää ne ensin \"Tietämys\"-työtilaan.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Liittääksesi tietokantasi tähän, lisää ne ensin \"Tietämys\"-työtilaan.",
- "To learn more about available endpoints, visit our documentation.": "",
+ "To learn more about available endpoints, visit our documentation.": "Jos haluat lisätietoja käytettävissä olevista päätepisteistä, tutustu dokumentaatioomme.",
"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.": "Yksityisyydensuojasi vuoksi palautteestasi jaetaan vain arvostelut, mallitunnukset, tagit ja metadata - keskustelulokisi pysyvät yksityisinä eikä niitä sisällytetä.",
"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.": "Yksityisyydensuojasi vuoksi palautteestasi jaetaan vain arvostelut, mallitunnukset, tagit ja metadata - keskustelulokisi pysyvät yksityisinä eikä niitä sisällytetä.",
"To select actions here, add them to the \"Functions\" workspace first.": "Valitaksesi toimintoja tässä, lisää ne ensin \"Toiminnot\"-työtilaan.",
"To select actions here, add them to the \"Functions\" workspace first.": "Valitaksesi toimintoja tässä, lisää ne ensin \"Toiminnot\"-työtilaan.",
"To select filters here, add them to the \"Functions\" workspace first.": "Valitaksesi suodattimia tässä, lisää ne ensin \"Toiminnot\"-työtilaan.",
"To select filters here, add them to the \"Functions\" workspace first.": "Valitaksesi suodattimia tässä, lisää ne ensin \"Toiminnot\"-työtilaan.",
"Type Hugging Face Resolve (Download) URL": "Kirjoita Hugging Face -resolve-latausosoite",
"Type Hugging Face Resolve (Download) URL": "Kirjoita Hugging Face -resolve-latausosoite",
- "Uh-oh! There was an issue with the response.": "Voi ei! Vastauksessa oli ongelma.",
+ "Uh-oh! There was an issue with the response.": "Voi ei! Vastauksessa ilmeni ongelma.",
"UI": "Käyttöliittymä",
"UI": "Käyttöliittymä",
"Unarchive All": "Pura kaikkien arkistointi",
"Unarchive All": "Pura kaikkien arkistointi",
"Unarchive All Archived Chats": "Pura kaikkien arkistoitujen keskustelujen arkistointi",
"Unarchive All Archived Chats": "Pura kaikkien arkistoitujen keskustelujen arkistointi",
@@ -1101,15 +1111,14 @@
"Warning:": "Varoitus:",
"Warning:": "Varoitus:",
"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Varoitus: Tämän käyttöönotto sallii käyttäjien ladata mielivaltaista koodia palvelimelle.",
"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Varoitus: Tämän käyttöönotto sallii käyttäjien ladata mielivaltaista koodia palvelimelle.",
"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Varoitus: Jos päivität tai vaihdat upotusmallia, sinun on tuotava kaikki asiakirjat uudelleen.",
"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Varoitus: Jos päivität tai vaihdat upotusmallia, sinun on tuotava kaikki asiakirjat uudelleen.",
- "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.": "Varoitus: Jupyter käyttö voi mahdollistaa mielivaltaiseen koodin suorittamiseen, mikä voi aiheuttaa tietoturvariskejä - käytä äärimmäisen varoen.",
"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI lähettää pyyntöjä osoitteeseen \"{{url}}/api/chat\"",
"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI lähettää pyyntöjä osoitteeseen \"{{url}}/api/chat\"",
@@ -1146,5 +1155,6 @@
"Your account status is currently pending activation.": "Tilisi tila on tällä hetkellä odottaa aktivointia.",
"Your account status is currently pending activation.": "Tilisi tila on tällä hetkellä odottaa aktivointia.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "Koko panoksesi menee suoraan lisäosan kehittäjälle; Open WebUI ei pidätä prosenttiosuutta. Valittu rahoitusalusta voi kuitenkin periä omia maksujaan.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "Koko panoksesi menee suoraan lisäosan kehittäjälle; Open WebUI ei pidätä prosenttiosuutta. Valittu rahoitusalusta voi kuitenkin periä omia maksujaan.",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Un modèle de tâche est utilisé lors de l’exécution de tâches telles que la génération de titres pour les conversations et les requêtes de recherche sur le web.",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Un modèle de tâche est utilisé lors de l’exécution de tâches telles que la génération de titres pour les conversations et les requêtes de recherche sur le web.",
"a user": "un utilisateur",
"a user": "un utilisateur",
"About": "À propos",
"About": "À propos",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "",
"Access": "",
"Access Control": "",
"Access Control": "",
"Accessible to all users": "",
"Accessible to all users": "",
@@ -85,6 +86,7 @@
"Archive All Chats": "Archiver toutes les conversations",
"Archive All Chats": "Archiver toutes les conversations",
"Archived Chats": "Conversations archivées",
"Archived Chats": "Conversations archivées",
"archived-chat-export": "",
"archived-chat-export": "",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure you want to unarchive all archived chats?": "",
@@ -93,7 +95,7 @@
"Artifacts": "",
"Artifacts": "",
"Ask a question": "",
"Ask a question": "",
"Assistant": "",
"Assistant": "",
- "Attach file": "Joindre un document",
+ "Attach file from knowledge": "",
"Attention to detail": "Attention aux détails",
"Attention to detail": "Attention aux détails",
"Attribute for Mail": "",
"Attribute for Mail": "",
"Attribute for Username": "",
"Attribute for Username": "",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"Brave Search API Key": "Clé API Brave Search",
"Brave Search API Key": "Clé API Brave Search",
"By {{name}}": "",
"By {{name}}": "",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "Bypasser la vérification SSL pour les sites web",
"Bypass SSL verification for Websites": "Bypasser la vérification SSL pour les sites web",
"Calendar": "",
"Calendar": "",
"Call": "Appeler",
"Call": "Appeler",
@@ -156,11 +159,11 @@
"Checking for updates...": "Recherche de mises à jour...",
"Checking for updates...": "Recherche de mises à jour...",
"Choose a model before saving...": "Choisissez un modèle avant de sauvegarder...",
"Choose a model before saving...": "Choisissez un modèle avant de sauvegarder...",
"Chunk Overlap": "Chevauchement de blocs",
"Chunk Overlap": "Chevauchement de blocs",
- "Chunk Params": "Paramètres d'encombrement",
"Chunk Size": "Taille de bloc",
"Chunk Size": "Taille de bloc",
"Ciphers": "",
"Ciphers": "",
"Citation": "Citation",
"Citation": "Citation",
"Clear memory": "Libérer la mémoire",
"Clear memory": "Libérer la mémoire",
+ "Clear Memory": "",
"click here": "",
"click here": "",
"Click here for filter guides.": "",
"Click here for filter guides.": "",
"Click here for help.": "Cliquez ici pour obtenir de l'aide.",
"Click here for help.": "Cliquez ici pour obtenir de l'aide.",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Contact Admin for WebUI Access": "Contacter l'administrateur pour l'accès à l'interface Web",
"Contact Admin for WebUI Access": "Contacter l'administrateur pour l'accès à l'interface Web",
"Content": "Contenu",
"Content": "Contenu",
- "Content Extraction": "",
+ "Content Extraction Engine": "",
"Context Length": "Longueur du contexte",
"Context Length": "Longueur du contexte",
"Continue Response": "Continuer la réponse",
"Continue Response": "Continuer la réponse",
"Continue with {{provider}}": "Continuer avec {{provider}}",
"Continue with {{provider}}": "Continuer avec {{provider}}",
@@ -245,6 +248,7 @@
"Current Model": "Modèle actuel amélioré",
"Current Model": "Modèle actuel amélioré",
"Current Password": "Mot de passe actuel",
"Current Password": "Mot de passe actuel",
"Custom": "Sur mesure",
"Custom": "Sur mesure",
+ "Danger Zone": "",
"Dark": "Obscur",
"Dark": "Obscur",
"Database": "Base de données",
"Database": "Base de données",
"December": "Décembre",
"December": "Décembre",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "",
"Do not install functions from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Document": "Document",
"Document": "Document",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "Documentation",
"Documentation": "Documentation",
"Documents": "Documents",
"Documents": "Documents",
"does not make any external connections, and your data stays securely on your locally hosted server.": "ne fait aucune connexion externe et garde vos données en sécurité sur votre serveur local.",
"does not make any external connections, and your data stays securely on your locally hosted server.": "ne fait aucune connexion externe et garde vos données en sécurité sur votre serveur local.",
@@ -340,6 +346,7 @@
"ElevenLabs": "",
"ElevenLabs": "",
"Email": "E-mail",
"Email": "E-mail",
"Embark on adventures": "",
"Embark on adventures": "",
+ "Embedding": "",
"Embedding Batch Size": "Taille du lot d'encodage",
"Embedding Batch Size": "Taille du lot d'encodage",
"Embedding Model": "Modèle d'embedding",
"Embedding Model": "Modèle d'embedding",
"Embedding Model Engine": "Moteur de modèle d'encodage",
"Embedding Model Engine": "Moteur de modèle d'encodage",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "",
"Enable autocomplete generation for chat messages": "",
"Enable Code Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "Activer le partage communautaire",
"Enable Community Sharing": "Activer le partage communautaire",
- "Enable Google Drive": "",
"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.": "",
"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.": "",
"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.": "",
"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.": "",
"Enable New Sign Ups": "Activer les nouvelles inscriptions",
"Enable New Sign Ups": "Activer les nouvelles inscriptions",
- "Enable Web Search": "Activer la recherche sur le Web",
"Enabled": "",
"Enabled": "",
- "Engine": "Moteur",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Vérifiez que votre fichier CSV comprenne les 4 colonnes dans cet ordre : Name, Email, Password, Role.",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Vérifiez que votre fichier CSV comprenne les 4 colonnes dans cet ordre : Name, Email, Password, Role.",
"Enter {{role}} message here": "Entrez le message {{role}} ici",
"Enter {{role}} message here": "Entrez le message {{role}} ici",
"Enter a detail about yourself for your LLMs to recall": "Saisissez un détail sur vous-même que vos LLMs pourront se rappeler",
"Enter a detail about yourself for your LLMs to recall": "Saisissez un détail sur vous-même que vos LLMs pourront se rappeler",
@@ -372,6 +376,8 @@
"Enter Chunk Overlap": "Entrez le chevauchement de chunk",
"Enter Chunk Overlap": "Entrez le chevauchement de chunk",
"Enter Chunk Size": "Entrez la taille de bloc",
"Enter Chunk Size": "Entrez la taille de bloc",
"Enter description": "",
"Enter description": "",
+ "Enter Document Intelligence Endpoint": "",
+ "Enter Document Intelligence Key": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter Exa API Key": "",
"Enter Exa API Key": "",
"Enter Github Raw URL": "Entrez l'URL brute de GitHub",
"Enter Github Raw URL": "Entrez l'URL brute de GitHub",
@@ -507,9 +513,9 @@
"Gemini API Config": "",
"Gemini API Config": "",
"Gemini API Key is required.": "",
"Gemini API Key is required.": "",
"General": "Général",
"General": "Général",
- "General Settings": "Paramètres Généraux",
"Generate an image": "",
"Generate an image": "",
"Generate Image": "Générer une image",
"Generate Image": "Générer une image",
+ "Generate prompt pair": "",
"Generating search query": "Génération d'une requête de recherche",
"Generating search query": "Génération d'une requête de recherche",
"Get started": "",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Get started with {{WEBUI_NAME}}": "",
@@ -565,6 +571,7 @@
"Input commands": "Entrez les commandes",
"Input commands": "Entrez les commandes",
"Install from Github URL": "Installer depuis l'URL GitHub",
"Install from Github URL": "Installer depuis l'URL GitHub",
"Instant Auto-Send After Voice Transcription": "Envoi automatique instantané après transcription vocale",
"Instant Auto-Send After Voice Transcription": "Envoi automatique instantané après transcription vocale",
+ "Integration": "",
"Interface": "Interface utilisateur",
"Interface": "Interface utilisateur",
"Invalid file format.": "",
"Invalid file format.": "",
"Invalid Tag": "Étiquette non valide",
"Invalid Tag": "Étiquette non valide",
@@ -612,16 +619,17 @@
"Listening...": "En train d'écouter...",
"Listening...": "En train d'écouter...",
"Llama.cpp": "",
"Llama.cpp": "",
"LLMs can make mistakes. Verify important information.": "Les LLM peuvent faire des erreurs. Vérifiez les informations importantes.",
"LLMs can make mistakes. Verify important information.": "Les LLM peuvent faire des erreurs. Vérifiez les informations importantes.",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "",
"Local": "",
"Local Models": "Modèles locaux",
"Local Models": "Modèles locaux",
+ "Location access not allowed": "",
"Lost": "",
"Lost": "",
"LTR": "LTR",
"LTR": "LTR",
"Made by Open WebUI Community": "Réalisé par la communauté OpenWebUI",
"Made by Open WebUI Community": "Réalisé par la communauté OpenWebUI",
"Make sure to enclose them with": "Assurez-vous de les inclure dans",
"Make sure to enclose them with": "Assurez-vous de les inclure dans",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Manage": "Gérer",
"Manage": "Gérer",
- "Manage Arena Models": "",
"Manage Direct Connections": "",
"Manage Direct Connections": "",
"Manage Models": "",
"Manage Models": "",
"Manage Ollama": "",
"Manage Ollama": "",
@@ -689,6 +697,7 @@
"No HTML, CSS, or JavaScript content found.": "",
"No HTML, CSS, or JavaScript content found.": "",
"No inference engine with management support found": "",
"No inference engine with management support found": "",
"No knowledge found": "",
"No knowledge found": "",
+ "No memories to clear": "",
"No model IDs": "",
"No model IDs": "",
"No models found": "",
"No models found": "",
"No models selected": "",
"No models selected": "",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "",
"Ollama API settings updated": "",
"Ollama Version": "Version Ollama améliorée",
"Ollama Version": "Version Ollama améliorée",
"On": "Activé",
"On": "Activé",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Seuls les caractères alphanumériques et les tirets sont autorisés dans la chaîne de commande.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Seuls les caractères alphanumériques et les tirets sont autorisés dans la chaîne de commande.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
@@ -788,11 +798,9 @@
"Prompt updated successfully": "",
"Prompt updated successfully": "",
"Prompts": "Prompts",
"Prompts": "Prompts",
"Prompts Access": "",
"Prompts Access": "",
- "Proxy URL": "",
"Pull \"{{searchValue}}\" from Ollama.com": "Récupérer « {{searchValue}} » depuis Ollama.com",
"Pull \"{{searchValue}}\" from Ollama.com": "Récupérer « {{searchValue}} » depuis Ollama.com",
"Pull a model from Ollama.com": "Télécharger un modèle depuis Ollama.com",
"Pull a model from Ollama.com": "Télécharger un modèle depuis Ollama.com",
"Query Generation Prompt": "",
"Query Generation Prompt": "",
- "Query Params": "Paramètres de requête",
"RAG Template": "Modèle RAG",
"RAG Template": "Modèle RAG",
"Rating": "",
"Rating": "",
"Re-rank models by topic similarity": "",
"Re-rank models by topic similarity": "",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de réponse ne peuvent pas être activées car les autorisations du site web ont été refusées. Veuillez visiter les paramètres de votre navigateur pour accorder l'accès nécessaire.",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de réponse ne peuvent pas être activées car les autorisations du site web ont été refusées. Veuillez visiter les paramètres de votre navigateur pour accorder l'accès nécessaire.",
"Response splitting": "Fractionnement de la réponse",
"Response splitting": "Fractionnement de la réponse",
"Result": "",
"Result": "",
+ "Retrieval": "",
"Retrieval Query Generation": "",
"Retrieval Query Generation": "",
"Rich Text Input for Chat": "",
"Rich Text Input for Chat": "",
"RK": "",
"RK": "",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "",
"Select an Ollama instance": "",
"Select Engine": "",
"Select Engine": "",
"Select Knowledge": "",
"Select Knowledge": "",
- "Select model": "Sélectionnez un modèle",
"Select only one model to call": "Sélectionnez seulement un modèle pour appeler",
"Select only one model to call": "Sélectionnez seulement un modèle pour appeler",
"Selected model(s) do not support image inputs": "Les modèle(s) sélectionné(s) ne prennent pas en charge les entrées d'images",
"Selected model(s) do not support image inputs": "Les modèle(s) sélectionné(s) ne prennent pas en charge les entrées d'images",
"Semantic distance to query": "",
"Semantic distance to query": "",
@@ -957,6 +965,7 @@
"Tags Generation": "",
"Tags Generation": "",
"Tags Generation Prompt": "",
"Tags Generation Prompt": "",
"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. (default: 1)": "",
"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. (default: 1)": "",
+ "Talk to model": "",
"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",
@@ -1041,6 +1050,7 @@
"Top P": "Top P",
"Top P": "Top P",
"Transformers": "",
"Transformers": "",
"Trouble accessing Ollama?": "Rencontrez-vous des difficultés pour accéder à Ollama ?",
"Trouble accessing Ollama?": "Rencontrez-vous des difficultés pour accéder à Ollama ?",
+ "Trust Proxy Environment": "",
"TTS Model": "Modèle de synthèse vocale",
"TTS Model": "Modèle de synthèse vocale",
"TTS Settings": "Paramètres de synthèse vocale",
"TTS Settings": "Paramètres de synthèse vocale",
"TTS Voice": "Voix TTS",
"TTS Voice": "Voix TTS",
@@ -1104,7 +1114,6 @@
"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 Settings": "Paramètres du chargeur web",
"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": "",
"Web Search in Chat": "",
@@ -1146,5 +1155,6 @@
"Your account status is currently pending activation.": "Votre statut de compte est actuellement en attente d'activation.",
"Your account status is currently pending activation.": "Votre statut de compte est actuellement en attente d'activation.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"Youtube": "YouTube",
"Youtube": "YouTube",
- "Youtube Loader Settings": "Paramètres de l'outil de téléchargement YouTube"
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Un modèle de tâche est utilisé lors de l’exécution de tâches telles que la génération de titres pour les conversations et les requêtes de recherche sur le web.",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Un modèle de tâche est utilisé lors de l’exécution de tâches telles que la génération de titres pour les conversations et les requêtes de recherche sur le web.",
"a user": "un utilisateur",
"a user": "un utilisateur",
"About": "À propos",
"About": "À propos",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "Accès",
"Access": "Accès",
"Access Control": "Contrôle d'accès",
"Access Control": "Contrôle d'accès",
"Accessible to all users": "Accessible à tous les utilisateurs",
"Accessible to all users": "Accessible à tous les utilisateurs",
@@ -85,6 +86,7 @@
"Archive All Chats": "Archiver toutes les conversations",
"Archive All Chats": "Archiver toutes les conversations",
"Archived Chats": "Conversations archivées",
"Archived Chats": "Conversations archivées",
"archived-chat-export": "exportation de conversation archivée",
"archived-chat-export": "exportation de conversation archivée",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "Êtes-vous sûr de vouloir supprimer ce canal ?",
"Are you sure you want to delete this channel?": "Êtes-vous sûr de vouloir supprimer ce canal ?",
"Are you sure you want to delete this message?": "Êtes-vous sûr de vouloir supprimer ce message ?",
"Are you sure you want to delete this message?": "Êtes-vous sûr de vouloir supprimer ce message ?",
"Are you sure you want to unarchive all archived chats?": "Êtes-vous sûr de vouloir désarchiver toutes les conversations archivées?",
"Are you sure you want to unarchive all archived chats?": "Êtes-vous sûr de vouloir désarchiver toutes les conversations archivées?",
@@ -93,7 +95,7 @@
"Artifacts": "Artéfacts",
"Artifacts": "Artéfacts",
"Ask a question": "Posez votre question",
"Ask a question": "Posez votre question",
"Assistant": "Assistant",
"Assistant": "Assistant",
- "Attach file": "Joindre un document",
+ "Attach file from knowledge": "",
"Attention to detail": "Attention aux détails",
"Attention to detail": "Attention aux détails",
"Attribute for Mail": "Attribut pour l'e-mail",
"Attribute for Mail": "Attribut pour l'e-mail",
"Attribute for Username": "Attribut pour le nom d'utilisateur",
"Attribute for Username": "Attribut pour le nom d'utilisateur",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"Brave Search API Key": "Clé API Brave Search",
"Brave Search API Key": "Clé API Brave Search",
"By {{name}}": "Par {{name}}",
"By {{name}}": "Par {{name}}",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "Bypasser la vérification SSL pour les sites web",
"Bypass SSL verification for Websites": "Bypasser la vérification SSL pour les sites web",
"Calendar": "",
"Calendar": "",
"Call": "Appeler",
"Call": "Appeler",
@@ -156,11 +159,11 @@
"Checking for updates...": "Recherche de mises à jour...",
"Checking for updates...": "Recherche de mises à jour...",
"Choose a model before saving...": "Choisissez un modèle avant de sauvegarder...",
"Choose a model before saving...": "Choisissez un modèle avant de sauvegarder...",
"Chunk Overlap": "Chevauchement des chunks",
"Chunk Overlap": "Chevauchement des chunks",
- "Chunk Params": "Paramètres des chunks",
"Chunk Size": "Taille des chunks",
"Chunk Size": "Taille des chunks",
"Ciphers": "Chiffres",
"Ciphers": "Chiffres",
"Citation": "Citation",
"Citation": "Citation",
"Clear memory": "Effacer la mémoire",
"Clear memory": "Effacer la mémoire",
+ "Clear Memory": "",
"click here": "cliquez ici",
"click here": "cliquez ici",
"Click here for filter guides.": "Cliquez ici pour les guides de filtrage.",
"Click here for filter guides.": "Cliquez ici pour les guides de filtrage.",
"Click here for help.": "Cliquez ici pour obtenir de l'aide.",
"Click here for help.": "Cliquez ici pour obtenir de l'aide.",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "Contraint l'effort de raisonnement pour les modèles de raisonnement. Applicable uniquement aux modèles de raisonnement de fournisseurs spécifiques qui prennent en charge l'effort de raisonnement. (Par défaut : medium)",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "Contraint l'effort de raisonnement pour les modèles de raisonnement. Applicable uniquement aux modèles de raisonnement de fournisseurs spécifiques qui prennent en charge l'effort de raisonnement. (Par défaut : medium)",
"Contact Admin for WebUI Access": "Contacter l'administrateur pour obtenir l'accès à WebUI",
"Contact Admin for WebUI Access": "Contacter l'administrateur pour obtenir l'accès à WebUI",
"Content": "Contenu",
"Content": "Contenu",
- "Content Extraction": "Extraction du contenu",
+ "Content Extraction Engine": "",
"Context Length": "Longueur du contexte",
"Context Length": "Longueur du contexte",
"Continue Response": "Continuer la réponse",
"Continue Response": "Continuer la réponse",
"Continue with {{provider}}": "Continuer avec {{provider}}",
"Continue with {{provider}}": "Continuer avec {{provider}}",
@@ -245,6 +248,7 @@
"Current Model": "Modèle actuel",
"Current Model": "Modèle actuel",
"Current Password": "Mot de passe actuel",
"Current Password": "Mot de passe actuel",
"Custom": "Sur mesure",
"Custom": "Sur mesure",
+ "Danger Zone": "",
"Dark": "Sombre",
"Dark": "Sombre",
"Database": "Base de données",
"Database": "Base de données",
"December": "Décembre",
"December": "Décembre",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "N'installez pas de fonctions provenant de sources auxquelles vous ne faites pas entièrement confiance.",
"Do not install functions from sources you do not fully trust.": "N'installez pas de fonctions provenant de sources auxquelles vous ne faites pas entièrement confiance.",
"Do not install tools from sources you do not fully trust.": "N'installez pas d'outils provenant de sources auxquelles vous ne faites pas entièrement confiance.",
"Do not install tools from sources you do not fully trust.": "N'installez pas d'outils provenant de sources auxquelles vous ne faites pas entièrement confiance.",
"Document": "Document",
"Document": "Document",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "Documentation",
"Documentation": "Documentation",
"Documents": "Documents",
"Documents": "Documents",
"does not make any external connections, and your data stays securely on your locally hosted server.": "n'établit aucune connexion externe et garde vos données en sécurité sur votre serveur local.",
"does not make any external connections, and your data stays securely on your locally hosted server.": "n'établit aucune connexion externe et garde vos données en sécurité sur votre serveur local.",
@@ -340,6 +346,7 @@
"ElevenLabs": "ElevenLabs",
"ElevenLabs": "ElevenLabs",
"Email": "E-mail",
"Email": "E-mail",
"Embark on adventures": "Embarquez pour des aventures",
"Embark on adventures": "Embarquez pour des aventures",
+ "Embedding": "",
"Embedding Batch Size": "Taille du lot d'embedding",
"Embedding Batch Size": "Taille du lot d'embedding",
"Embedding Model": "Modèle d'embedding",
"Embedding Model": "Modèle d'embedding",
"Embedding Model Engine": "Moteur de modèle d'embedding",
"Embedding Model Engine": "Moteur de modèle d'embedding",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "Activer la génération des suggestions pour les messages",
"Enable autocomplete generation for chat messages": "Activer la génération des suggestions pour les messages",
"Enable Code Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "Activer le partage communautaire",
"Enable Community Sharing": "Activer le partage communautaire",
- "Enable Google Drive": "Activer Google Drive",
"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.": "Activer le verrouillage de la mémoire (mlock) pour empêcher les données du modèle d'être échangées de la RAM. Cette option verrouille l'ensemble de pages de travail du modèle en RAM, garantissant qu'elles ne seront pas échangées vers le disque. Cela peut aider à maintenir les performances en évitant les défauts de page et en assurant un accès rapide aux données.",
"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.": "Activer le verrouillage de la mémoire (mlock) pour empêcher les données du modèle d'être échangées de la RAM. Cette option verrouille l'ensemble de pages de travail du modèle en RAM, garantissant qu'elles ne seront pas échangées vers le disque. Cela peut aider à maintenir les performances en évitant les défauts de page et en assurant un accès rapide aux données.",
"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.": "Activer le mappage de la mémoire (mmap) pour charger les données du modèle. Cette option permet au système d'utiliser le stockage disque comme une extension de la RAM en traitant les fichiers disque comme s'ils étaient en RAM. Cela peut améliorer les performances du modèle en permettant un accès plus rapide aux données. Cependant, cela peut ne pas fonctionner correctement avec tous les systèmes et peut consommer une quantité significative d'espace disque.",
"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.": "Activer le mappage de la mémoire (mmap) pour charger les données du modèle. Cette option permet au système d'utiliser le stockage disque comme une extension de la RAM en traitant les fichiers disque comme s'ils étaient en RAM. Cela peut améliorer les performances du modèle en permettant un accès plus rapide aux données. Cependant, cela peut ne pas fonctionner correctement avec tous les systèmes et peut consommer une quantité significative d'espace disque.",
"Enable Message Rating": "Activer l'évaluation des messages",
"Enable Message Rating": "Activer l'évaluation des messages",
"Enable New Sign Ups": "Activer les nouvelles inscriptions",
"Enable New Sign Ups": "Activer les nouvelles inscriptions",
- "Enable Web Search": "Activer la recherche Web",
"Enabled": "Activé",
"Enabled": "Activé",
- "Engine": "Moteur",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Vérifiez que votre fichier CSV comprenne les 4 colonnes dans cet ordre : Name, Email, Password, Role.",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Vérifiez que votre fichier CSV comprenne les 4 colonnes dans cet ordre : Name, Email, Password, Role.",
"Enter {{role}} message here": "Entrez le message {{role}} ici",
"Enter {{role}} message here": "Entrez le message {{role}} ici",
"Enter a detail about yourself for your LLMs to recall": "Saisissez un détail sur vous-même que vos LLMs pourront se rappeler",
"Enter a detail about yourself for your LLMs to recall": "Saisissez un détail sur vous-même que vos LLMs pourront se rappeler",
@@ -372,6 +376,8 @@
"Enter Chunk Overlap": "Entrez le chevauchement des chunks",
"Enter Chunk Overlap": "Entrez le chevauchement des chunks",
"Enter Chunk Size": "Entrez la taille des chunks",
"Enter Chunk Size": "Entrez la taille des chunks",
"Enter description": "Entrez la description",
"Enter description": "Entrez la description",
+ "Enter Document Intelligence Endpoint": "",
+ "Enter Document Intelligence Key": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter Exa API Key": "",
"Enter Exa API Key": "",
"Enter Github Raw URL": "Entrez l'URL brute de GitHub",
"Enter Github Raw URL": "Entrez l'URL brute de GitHub",
@@ -507,9 +513,9 @@
"Gemini API Config": "",
"Gemini API Config": "",
"Gemini API Key is required.": "",
"Gemini API Key is required.": "",
"General": "Général",
"General": "Général",
- "General Settings": "Paramètres généraux",
"Generate an image": "",
"Generate an image": "",
"Generate Image": "Générer une image",
"Generate Image": "Générer une image",
+ "Generate prompt pair": "",
"Generating search query": "Génération d'une requête de recherche",
"Generating search query": "Génération d'une requête de recherche",
"Get started": "Commencer",
"Get started": "Commencer",
"Get started with {{WEBUI_NAME}}": "Commencez avec {{WEBUI_NAME}}",
"Get started with {{WEBUI_NAME}}": "Commencez avec {{WEBUI_NAME}}",
@@ -565,6 +571,7 @@
"Input commands": "Commandes d'entrée",
"Input commands": "Commandes d'entrée",
"Install from Github URL": "Installer depuis une URL GitHub",
"Install from Github URL": "Installer depuis une URL GitHub",
"Instant Auto-Send After Voice Transcription": "Envoi automatique après la transcription",
"Instant Auto-Send After Voice Transcription": "Envoi automatique après la transcription",
+ "Integration": "",
"Interface": "Interface utilisateur",
"Interface": "Interface utilisateur",
"Invalid file format.": "Format de fichier non valide.",
"Invalid file format.": "Format de fichier non valide.",
"Invalid Tag": "Tag non valide",
"Invalid Tag": "Tag non valide",
@@ -612,16 +619,17 @@
"Listening...": "Écoute en cours...",
"Listening...": "Écoute en cours...",
"Llama.cpp": "Llama.cpp",
"Llama.cpp": "Llama.cpp",
"LLMs can make mistakes. Verify important information.": "Les LLM peuvent faire des erreurs. Vérifiez les informations importantes.",
"LLMs can make mistakes. Verify important information.": "Les LLM peuvent faire des erreurs. Vérifiez les informations importantes.",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "Local",
"Local": "Local",
"Local Models": "Modèles locaux",
"Local Models": "Modèles locaux",
+ "Location access not allowed": "",
"Lost": "Perdu",
"Lost": "Perdu",
"LTR": "LTR",
"LTR": "LTR",
"Made by Open WebUI Community": "Réalisé par la communauté OpenWebUI",
"Made by Open WebUI Community": "Réalisé par la communauté OpenWebUI",
"Make sure to enclose them with": "Assurez-vous de les inclure dans",
"Make sure to enclose them with": "Assurez-vous de les inclure dans",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Veillez à exporter un fichier workflow.json au format API depuis ComfyUI.",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Veillez à exporter un fichier workflow.json au format API depuis ComfyUI.",
"Manage": "Gérer",
"Manage": "Gérer",
- "Manage Arena Models": "Gérer les modèles d'arène",
"Manage Direct Connections": "",
"Manage Direct Connections": "",
"Manage Models": "Gérer les modèles",
"Manage Models": "Gérer les modèles",
"Manage Ollama": "Gérer Ollama",
"Manage Ollama": "Gérer Ollama",
@@ -689,6 +697,7 @@
"No HTML, CSS, or JavaScript content found.": "Aucun contenu HTML, CSS ou JavaScript trouvé.",
"No HTML, CSS, or JavaScript content found.": "Aucun contenu HTML, CSS ou JavaScript trouvé.",
"No inference engine with management support found": "Aucun moteur d'inférence avec support trouvé",
"No inference engine with management support found": "Aucun moteur d'inférence avec support trouvé",
"No knowledge found": "Aucune connaissance trouvée",
"No knowledge found": "Aucune connaissance trouvée",
+ "No memories to clear": "",
"No model IDs": "Aucun ID de modèle",
"No model IDs": "Aucun ID de modèle",
"No models found": "Aucun modèle trouvé",
"No models found": "Aucun modèle trouvé",
"No models selected": "Aucun modèle sélectionné",
"No models selected": "Aucun modèle sélectionné",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "Paramètres de l'API Ollama mis à jour",
"Ollama API settings updated": "Paramètres de l'API Ollama mis à jour",
"Ollama Version": "Version Ollama",
"Ollama Version": "Version Ollama",
"On": "Activé",
"On": "Activé",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "Seuls les caractères alphanumériques et les tirets sont autorisés",
"Only alphanumeric characters and hyphens are allowed": "Seuls les caractères alphanumériques et les tirets sont autorisés",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Seuls les caractères alphanumériques et les tirets sont autorisés dans la chaîne de commande.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Seuls les caractères alphanumériques et les tirets sont autorisés dans la chaîne de commande.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Seules les collections peuvent être modifiées, créez une nouvelle base de connaissance pour modifier/ajouter des documents.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Seules les collections peuvent être modifiées, créez une nouvelle base de connaissance pour modifier/ajouter des documents.",
@@ -788,11 +798,9 @@
"Prompt updated successfully": "Prompt mis à jour avec succès",
"Prompt updated successfully": "Prompt mis à jour avec succès",
"Prompts": "Prompts",
"Prompts": "Prompts",
"Prompts Access": "Accès aux prompts",
"Prompts Access": "Accès aux prompts",
- "Proxy URL": "URL du proxy",
"Pull \"{{searchValue}}\" from Ollama.com": "Récupérer « {{searchValue}} » depuis Ollama.com",
"Pull \"{{searchValue}}\" from Ollama.com": "Récupérer « {{searchValue}} » depuis Ollama.com",
"Pull a model from Ollama.com": "Télécharger un modèle depuis Ollama.com",
"Pull a model from Ollama.com": "Télécharger un modèle depuis Ollama.com",
"Query Generation Prompt": "Prompt de génération de requête",
"Query Generation Prompt": "Prompt de génération de requête",
- "Query Params": "Paramètres de requête",
"RAG Template": "Modèle RAG",
"RAG Template": "Modèle RAG",
"Rating": "Note",
"Rating": "Note",
"Re-rank models by topic similarity": "Reclasser les modèles par similarité de sujet",
"Re-rank models by topic similarity": "Reclasser les modèles par similarité de sujet",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de réponse ne peuvent pas être activées car les autorisations du site web ont été refusées. Veuillez vérifier les paramètres de votre navigateur pour accorder l'accès nécessaire.",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de réponse ne peuvent pas être activées car les autorisations du site web ont été refusées. Veuillez vérifier les paramètres de votre navigateur pour accorder l'accès nécessaire.",
"Response splitting": "Fractionnement de la réponse",
"Response splitting": "Fractionnement de la réponse",
"Result": "Résultat",
"Result": "Résultat",
+ "Retrieval": "",
"Retrieval Query Generation": "Génération de requête de RAG",
"Retrieval Query Generation": "Génération de requête de RAG",
"Rich Text Input for Chat": "Saisie de texte enrichi pour le chat",
"Rich Text Input for Chat": "Saisie de texte enrichi pour le chat",
"RK": "Rang",
"RK": "Rang",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "Sélectionnez une instance Ollama",
"Select an Ollama instance": "Sélectionnez une instance Ollama",
"Select Engine": "Sélectionnez le moteur",
"Select Engine": "Sélectionnez le moteur",
"Select Knowledge": "Sélectionnez une connaissance",
"Select Knowledge": "Sélectionnez une connaissance",
- "Select model": "Sélectionner un modèle",
"Select only one model to call": "Sélectionnez seulement un modèle pour appeler",
"Select only one model to call": "Sélectionnez seulement un modèle pour appeler",
"Selected model(s) do not support image inputs": "Les modèle(s) sélectionné(s) ne prennent pas en charge les entrées d'images",
"Selected model(s) do not support image inputs": "Les modèle(s) sélectionné(s) ne prennent pas en charge les entrées d'images",
"Semantic distance to query": "Distance sémantique à la requête",
"Semantic distance to query": "Distance sémantique à la requête",
@@ -957,6 +965,7 @@
"Tags Generation": "Génération de tags",
"Tags Generation": "Génération de tags",
"Tags Generation Prompt": "Prompt de génération de tags",
"Tags Generation Prompt": "Prompt de génération de tags",
"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. (default: 1)": "L'échantillonnage sans queue est utilisé pour réduire l'impact des tokens moins probables dans la sortie. Une valeur plus élevée (par exemple 2.0) réduira davantage l'impact, tandis qu'une valeur de 1.0 désactive ce paramètre. (par défaut : 1)",
"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. (default: 1)": "L'échantillonnage sans queue est utilisé pour réduire l'impact des tokens moins probables dans la sortie. Une valeur plus élevée (par exemple 2.0) réduira davantage l'impact, tandis qu'une valeur de 1.0 désactive ce paramètre. (par défaut : 1)",
+ "Talk to model": "",
"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",
@@ -1041,6 +1050,7 @@
"Top P": "Top P",
"Top P": "Top P",
"Transformers": "Transformers",
"Transformers": "Transformers",
"Trouble accessing Ollama?": "Problèmes d'accès à Ollama ?",
"Trouble accessing Ollama?": "Problèmes d'accès à Ollama ?",
+ "Trust Proxy Environment": "",
"TTS Model": "Modèle de Text-to-Speech",
"TTS Model": "Modèle de Text-to-Speech",
"TTS Settings": "Paramètres de Text-to-Speech",
"TTS Settings": "Paramètres de Text-to-Speech",
"TTS Voice": "Voix de Text-to-Speech",
"TTS Voice": "Voix de Text-to-Speech",
@@ -1104,7 +1114,6 @@
"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 Settings": "Paramètres du Web Loader",
"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": "",
"Web Search in Chat": "",
@@ -1146,5 +1155,6 @@
"Your account status is currently pending activation.": "Votre statut de compte est actuellement en attente d'activation.",
"Your account status is currently pending activation.": "Votre statut de compte est actuellement en attente d'activation.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "L'intégralité de votre contribution ira directement au développeur du plugin ; Open WebUI ne prend aucun pourcentage. Cependant, la plateforme de financement choisie peut avoir ses propres frais.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "L'intégralité de votre contribution ira directement au développeur du plugin ; Open WebUI ne prend aucun pourcentage. Cependant, la plateforme de financement choisie peut avoir ses propres frais.",
"Youtube": "YouTube",
"Youtube": "YouTube",
- "Youtube Loader Settings": "Paramètres de l'outil de téléchargement YouTube"
"A task model is used when performing tasks such as generating titles for chats and web search queries": "מודל משימה משמש בעת ביצוע משימות כגון יצירת כותרות עבור צ'אטים ושאילתות חיפוש באינטרנט",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "מודל משימה משמש בעת ביצוע משימות כגון יצירת כותרות עבור צ'אטים ושאילתות חיפוש באינטרנט",
"a user": "משתמש",
"a user": "משתמש",
"About": "אודות",
"About": "אודות",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "",
"Access": "",
"Access Control": "",
"Access Control": "",
"Accessible to all users": "",
"Accessible to all users": "",
@@ -85,6 +86,7 @@
"Archive All Chats": "אחסן בארכיון את כל הצ'אטים",
"Archive All Chats": "אחסן בארכיון את כל הצ'אטים",
"Archived Chats": "צ'אטים מאורכבים",
"Archived Chats": "צ'אטים מאורכבים",
"archived-chat-export": "",
"archived-chat-export": "",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure you want to unarchive all archived chats?": "",
@@ -93,7 +95,7 @@
"Artifacts": "",
"Artifacts": "",
"Ask a question": "",
"Ask a question": "",
"Assistant": "",
"Assistant": "",
- "Attach file": "צרף קובץ",
+ "Attach file from knowledge": "",
"Attention to detail": "תשומת לב לפרטים",
"Attention to detail": "תשומת לב לפרטים",
"Attribute for Mail": "",
"Attribute for Mail": "",
"Attribute for Username": "",
"Attribute for Username": "",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"Brave Search API Key": "מפתח API של חיפוש אמיץ",
"Brave Search API Key": "מפתח API של חיפוש אמיץ",
"By {{name}}": "",
"By {{name}}": "",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "עקוף אימות SSL עבור אתרים",
"Bypass SSL verification for Websites": "עקוף אימות SSL עבור אתרים",
"Calendar": "",
"Calendar": "",
"Call": "",
"Call": "",
@@ -156,11 +159,11 @@
"Checking for updates...": "בודק עדכונים...",
"Checking for updates...": "בודק עדכונים...",
"Choose a model before saving...": "בחר מודל לפני השמירה...",
"Choose a model before saving...": "בחר מודל לפני השמירה...",
"Chunk Overlap": "חפיפת נתונים",
"Chunk Overlap": "חפיפת נתונים",
- "Chunk Params": "פרמטרי נתונים",
"Chunk Size": "גודל נתונים",
"Chunk Size": "גודל נתונים",
"Ciphers": "",
"Ciphers": "",
"Citation": "ציטוט",
"Citation": "ציטוט",
"Clear memory": "",
"Clear memory": "",
+ "Clear Memory": "",
"click here": "",
"click here": "",
"Click here for filter guides.": "",
"Click here for filter guides.": "",
"Click here for help.": "לחץ כאן לעזרה.",
"Click here for help.": "לחץ כאן לעזרה.",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Contact Admin for WebUI Access": "",
"Contact Admin for WebUI Access": "",
"Content": "תוכן",
"Content": "תוכן",
- "Content Extraction": "",
+ "Content Extraction Engine": "",
"Context Length": "אורך הקשר",
"Context Length": "אורך הקשר",
"Continue Response": "המשך תגובה",
"Continue Response": "המשך תגובה",
"Continue with {{provider}}": "",
"Continue with {{provider}}": "",
@@ -245,6 +248,7 @@
"Current Model": "המודל הנוכחי",
"Current Model": "המודל הנוכחי",
"Current Password": "הסיסמה הנוכחית",
"Current Password": "הסיסמה הנוכחית",
"Custom": "מותאם אישית",
"Custom": "מותאם אישית",
+ "Danger Zone": "",
"Dark": "כהה",
"Dark": "כהה",
"Database": "מסד נתונים",
"Database": "מסד נתונים",
"December": "דצמבר",
"December": "דצמבר",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "",
"Do not install functions from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Document": "מסמך",
"Document": "מסמך",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "",
"Documentation": "",
"Documents": "מסמכים",
"Documents": "מסמכים",
"does not make any external connections, and your data stays securely on your locally hosted server.": "לא מבצע חיבורים חיצוניים, והנתונים שלך נשמרים באופן מאובטח בשרת המקומי שלך.",
"does not make any external connections, and your data stays securely on your locally hosted server.": "לא מבצע חיבורים חיצוניים, והנתונים שלך נשמרים באופן מאובטח בשרת המקומי שלך.",
@@ -340,6 +346,7 @@
"ElevenLabs": "",
"ElevenLabs": "",
"Email": "דוא\"ל",
"Email": "דוא\"ל",
"Embark on adventures": "",
"Embark on adventures": "",
+ "Embedding": "",
"Embedding Batch Size": "",
"Embedding Batch Size": "",
"Embedding Model": "מודל הטמעה",
"Embedding Model": "מודל הטמעה",
"Embedding Model Engine": "מנוע מודל הטמעה",
"Embedding Model Engine": "מנוע מודל הטמעה",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "",
"Enable autocomplete generation for chat messages": "",
"Enable Code Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "הפיכת שיתוף קהילה לזמין",
"Enable Community Sharing": "הפיכת שיתוף קהילה לזמין",
- "Enable Google Drive": "",
"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.": "",
"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.": "",
"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.": "",
"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.": "",
- "Enable Web Search": "הפיכת חיפוש באינטרנט לזמין",
"Enabled": "",
"Enabled": "",
- "Engine": "",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "ודא שקובץ ה-CSV שלך כולל 4 עמודות בסדר הבא: שם, דוא\"ל, סיסמה, תפקיד.",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "ודא שקובץ ה-CSV שלך כולל 4 עמודות בסדר הבא: שם, דוא\"ל, סיסמה, תפקיד.",
"Enter a detail about yourself for your LLMs to recall": "הזן פרטים על עצמך כדי שLLMs יזכור",
"Enter a detail about yourself for your LLMs to recall": "הזן פרטים על עצמך כדי שLLMs יזכור",
@@ -372,6 +376,8 @@
"Enter Chunk Overlap": "הזן חפיפת נתונים",
"Enter Chunk Overlap": "הזן חפיפת נתונים",
"Enter Chunk Size": "הזן גודל נתונים",
"Enter Chunk Size": "הזן גודל נתונים",
"Enter description": "",
"Enter description": "",
+ "Enter Document Intelligence Endpoint": "",
+ "Enter Document Intelligence Key": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter Exa API Key": "",
"Enter Exa API Key": "",
"Enter Github Raw URL": "הזן כתובת URL של Github Raw",
"Enter Github Raw URL": "הזן כתובת URL של Github Raw",
@@ -507,9 +513,9 @@
"Gemini API Config": "",
"Gemini API Config": "",
"Gemini API Key is required.": "",
"Gemini API Key is required.": "",
"General": "כללי",
"General": "כללי",
- "General Settings": "הגדרות כלליות",
"Generate an image": "",
"Generate an image": "",
"Generate Image": "",
"Generate Image": "",
+ "Generate prompt pair": "",
"Generating search query": "יצירת שאילתת חיפוש",
"Generating search query": "יצירת שאילתת חיפוש",
"Get started": "",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Get started with {{WEBUI_NAME}}": "",
@@ -565,6 +571,7 @@
"Input commands": "פקודות קלט",
"Input commands": "פקודות קלט",
"Install from Github URL": "התקן מכתובת URL של Github",
"Install from Github URL": "התקן מכתובת URL של Github",
"Instant Auto-Send After Voice Transcription": "",
"Instant Auto-Send After Voice Transcription": "",
+ "Integration": "",
"Interface": "ממשק",
"Interface": "ממשק",
"Invalid file format.": "",
"Invalid file format.": "",
"Invalid Tag": "תג לא חוקי",
"Invalid Tag": "תג לא חוקי",
@@ -612,16 +619,17 @@
"Listening...": "",
"Listening...": "",
"Llama.cpp": "",
"Llama.cpp": "",
"LLMs can make mistakes. Verify important information.": "מודלים בשפה טבעית יכולים לטעות. אמת מידע חשוב.",
"LLMs can make mistakes. Verify important information.": "מודלים בשפה טבעית יכולים לטעות. אמת מידע חשוב.",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "",
"Local": "",
"Local Models": "",
"Local Models": "",
+ "Location access not allowed": "",
"Lost": "",
"Lost": "",
"LTR": "LTR",
"LTR": "LTR",
"Made by Open WebUI Community": "נוצר על ידי קהילת OpenWebUI",
"Made by Open WebUI Community": "נוצר על ידי קהילת OpenWebUI",
"Make sure to enclose them with": "ודא להקיף אותם עם",
"Make sure to enclose them with": "ודא להקיף אותם עם",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Manage": "",
"Manage": "",
- "Manage Arena Models": "",
"Manage Direct Connections": "",
"Manage Direct Connections": "",
"Manage Models": "",
"Manage Models": "",
"Manage Ollama": "",
"Manage Ollama": "",
@@ -689,6 +697,7 @@
"No HTML, CSS, or JavaScript content found.": "",
"No HTML, CSS, or JavaScript content found.": "",
"No inference engine with management support found": "",
"No inference engine with management support found": "",
"No knowledge found": "",
"No knowledge found": "",
+ "No memories to clear": "",
"No model IDs": "",
"No model IDs": "",
"No models found": "",
"No models found": "",
"No models selected": "",
"No models selected": "",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "",
"Ollama API settings updated": "",
"Ollama Version": "גרסת Ollama",
"Ollama Version": "גרסת Ollama",
"On": "פועל",
"On": "פועל",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed in the command string.": "רק תווים אלפאנומריים ומקפים מותרים במחרוזת הפקודה.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "רק תווים אלפאנומריים ומקפים מותרים במחרוזת הפקודה.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
@@ -788,11 +798,9 @@
"Prompt updated successfully": "",
"Prompt updated successfully": "",
"Prompts": "פקודות",
"Prompts": "פקודות",
"Prompts Access": "",
"Prompts Access": "",
- "Proxy URL": "",
"Pull \"{{searchValue}}\" from Ollama.com": "משוך \"{{searchValue}}\" מ-Ollama.com",
"Pull \"{{searchValue}}\" from Ollama.com": "משוך \"{{searchValue}}\" מ-Ollama.com",
"Pull a model from Ollama.com": "משוך מודל מ-Ollama.com",
"Pull a model from Ollama.com": "משוך מודל מ-Ollama.com",
"Query Generation Prompt": "",
"Query Generation Prompt": "",
- "Query Params": "פרמטרי שאילתה",
"RAG Template": "תבנית RAG",
"RAG Template": "תבנית RAG",
"Rating": "",
"Rating": "",
"Re-rank models by topic similarity": "",
"Re-rank models by topic similarity": "",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Response splitting": "",
"Result": "",
"Result": "",
+ "Retrieval": "",
"Retrieval Query Generation": "",
"Retrieval Query Generation": "",
"Rich Text Input for Chat": "",
"Rich Text Input for Chat": "",
"RK": "",
"RK": "",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "",
"Select an Ollama instance": "",
"Select Engine": "",
"Select Engine": "",
"Select Knowledge": "",
"Select Knowledge": "",
- "Select model": "בחר מודל",
"Select only one model to call": "",
"Select only one model to call": "",
"Selected model(s) do not support image inputs": "דגמים נבחרים אינם תומכים בקלט תמונה",
"Selected model(s) do not support image inputs": "דגמים נבחרים אינם תומכים בקלט תמונה",
"Semantic distance to query": "",
"Semantic distance to query": "",
@@ -957,6 +965,7 @@
"Tags Generation": "",
"Tags Generation": "",
"Tags Generation Prompt": "",
"Tags Generation Prompt": "",
"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. (default: 1)": "",
"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. (default: 1)": "",
+ "Talk to model": "",
"Tap to interrupt": "",
"Tap to interrupt": "",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "",
"Tavily API Key": "",
@@ -1041,6 +1050,7 @@
"Top P": "Top P",
"Top P": "Top P",
"Transformers": "",
"Transformers": "",
"Trouble accessing Ollama?": "קשה לגשת לOllama?",
"Trouble accessing Ollama?": "קשה לגשת לOllama?",
+ "Trust Proxy Environment": "",
"TTS Model": "",
"TTS Model": "",
"TTS Settings": "הגדרות TTS",
"TTS Settings": "הגדרות TTS",
"TTS Voice": "",
"TTS Voice": "",
@@ -1104,7 +1114,6 @@
"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 API": "",
"Web API": "",
- "Web Loader Settings": "הגדרות טעינת אתר",
"Web Search": "חיפוש באינטרנט",
"Web Search": "חיפוש באינטרנט",
"Web Search Engine": "מנוע חיפוש באינטרנט",
"Web Search Engine": "מנוע חיפוש באינטרנט",
"Web Search in Chat": "",
"Web Search in Chat": "",
@@ -1146,5 +1155,6 @@
"Your account status is currently pending activation.": "",
"Your account status is currently pending activation.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "चैट और वेब खोज क्वेरी के लिए शीर्षक उत्पन्न करने जैसे कार्य करते समय कार्य मॉडल का उपयोग किया जाता है",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "चैट और वेब खोज क्वेरी के लिए शीर्षक उत्पन्न करने जैसे कार्य करते समय कार्य मॉडल का उपयोग किया जाता है",
"a user": "एक उपयोगकर्ता",
"a user": "एक उपयोगकर्ता",
"About": "हमारे बारे में",
"About": "हमारे बारे में",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "",
"Access": "",
"Access Control": "",
"Access Control": "",
"Accessible to all users": "",
"Accessible to all users": "",
@@ -85,6 +86,7 @@
"Archive All Chats": "सभी चैट संग्रहीत करें",
"Archive All Chats": "सभी चैट संग्रहीत करें",
"Archived Chats": "संग्रहीत चैट",
"Archived Chats": "संग्रहीत चैट",
"archived-chat-export": "",
"archived-chat-export": "",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure you want to unarchive all archived chats?": "",
@@ -93,7 +95,7 @@
"Artifacts": "",
"Artifacts": "",
"Ask a question": "",
"Ask a question": "",
"Assistant": "",
"Assistant": "",
- "Attach file": "फ़ाइल atta",
+ "Attach file from knowledge": "",
"Attention to detail": "विस्तार पर ध्यान",
"Attention to detail": "विस्तार पर ध्यान",
"Attribute for Mail": "",
"Attribute for Mail": "",
"Attribute for Username": "",
"Attribute for Username": "",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"Brave Search API Key": "Brave सर्च एपीआई कुंजी",
"Brave Search API Key": "Brave सर्च एपीआई कुंजी",
"By {{name}}": "",
"By {{name}}": "",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "वेबसाइटों के लिए SSL सुनिश्चिती को छोड़ें",
"Bypass SSL verification for Websites": "वेबसाइटों के लिए SSL सुनिश्चिती को छोड़ें",
"Calendar": "",
"Calendar": "",
"Call": "",
"Call": "",
@@ -156,11 +159,11 @@
"Checking for updates...": "अपडेट के लिए जांच कर रहा है...",
"Checking for updates...": "अपडेट के लिए जांच कर रहा है...",
"Choose a model before saving...": "सहेजने से पहले एक मॉडल चुनें...",
"Choose a model before saving...": "सहेजने से पहले एक मॉडल चुनें...",
"Chunk Overlap": "चंक ओवरलैप",
"Chunk Overlap": "चंक ओवरलैप",
- "Chunk Params": "चंक पैरामीटर्स",
"Chunk Size": "चंक आकार",
"Chunk Size": "चंक आकार",
"Ciphers": "",
"Ciphers": "",
"Citation": "उद्धरण",
"Citation": "उद्धरण",
"Clear memory": "",
"Clear memory": "",
+ "Clear Memory": "",
"click here": "",
"click here": "",
"Click here for filter guides.": "",
"Click here for filter guides.": "",
"Click here for help.": "सहायता के लिए यहां क्लिक करें।",
"Click here for help.": "सहायता के लिए यहां क्लिक करें।",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Contact Admin for WebUI Access": "",
"Contact Admin for WebUI Access": "",
"Content": "सामग्री",
"Content": "सामग्री",
- "Content Extraction": "",
+ "Content Extraction Engine": "",
"Context Length": "प्रसंग की लंबाई",
"Context Length": "प्रसंग की लंबाई",
"Continue Response": "प्रतिक्रिया जारी रखें",
"Continue Response": "प्रतिक्रिया जारी रखें",
"Continue with {{provider}}": "",
"Continue with {{provider}}": "",
@@ -245,6 +248,7 @@
"Current Model": "वर्तमान मॉडल",
"Current Model": "वर्तमान मॉडल",
"Current Password": "वर्तमान पासवर्ड",
"Current Password": "वर्तमान पासवर्ड",
"Custom": "कस्टम संस्करण",
"Custom": "कस्टम संस्करण",
+ "Danger Zone": "",
"Dark": "डार्क",
"Dark": "डार्क",
"Database": "डेटाबेस",
"Database": "डेटाबेस",
"December": "डिसेंबर",
"December": "डिसेंबर",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "",
"Do not install functions from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Document": "दस्तावेज़",
"Document": "दस्तावेज़",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "",
"Documentation": "",
"Documents": "दस्तावेज़",
"Documents": "दस्तावेज़",
"does not make any external connections, and your data stays securely on your locally hosted server.": "कोई बाहरी कनेक्शन नहीं बनाता है, और आपका डेटा आपके स्थानीय रूप से होस्ट किए गए सर्वर पर सुरक्षित रूप से रहता है।",
"does not make any external connections, and your data stays securely on your locally hosted server.": "कोई बाहरी कनेक्शन नहीं बनाता है, और आपका डेटा आपके स्थानीय रूप से होस्ट किए गए सर्वर पर सुरक्षित रूप से रहता है।",
@@ -340,6 +346,7 @@
"ElevenLabs": "",
"ElevenLabs": "",
"Email": "ईमेल",
"Email": "ईमेल",
"Embark on adventures": "",
"Embark on adventures": "",
+ "Embedding": "",
"Embedding Batch Size": "",
"Embedding Batch Size": "",
"Embedding Model": "मॉडेल अनुकूलन",
"Embedding Model": "मॉडेल अनुकूलन",
"Embedding Model Engine": "एंबेडिंग मॉडल इंजन",
"Embedding Model Engine": "एंबेडिंग मॉडल इंजन",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "",
"Enable autocomplete generation for chat messages": "",
"Enable Code Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "समुदाय साझाकरण सक्षम करें",
"Enable Community Sharing": "समुदाय साझाकरण सक्षम करें",
- "Enable Google Drive": "",
"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.": "",
"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.": "",
"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.": "",
"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.": "",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "सुनिश्चित करें कि आपकी CSV फ़ाइल में इस क्रम में 4 कॉलम शामिल हैं: नाम, ईमेल, पासवर्ड, भूमिका।",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "सुनिश्चित करें कि आपकी CSV फ़ाइल में इस क्रम में 4 कॉलम शामिल हैं: नाम, ईमेल, पासवर्ड, भूमिका।",
"Enter {{role}} message here": "यहां {{role}} संदेश दर्ज करें",
"Enter {{role}} message here": "यहां {{role}} संदेश दर्ज करें",
"Enter a detail about yourself for your LLMs to recall": "अपने एलएलएम को याद करने के लिए अपने बारे में एक विवरण दर्ज करें",
"Enter a detail about yourself for your LLMs to recall": "अपने एलएलएम को याद करने के लिए अपने बारे में एक विवरण दर्ज करें",
@@ -372,6 +376,8 @@
"Enter Chunk Overlap": "चंक ओवरलैप दर्ज करें",
"Enter Chunk Overlap": "चंक ओवरलैप दर्ज करें",
"Enter Chunk Size": "खंड आकार दर्ज करें",
"Enter Chunk Size": "खंड आकार दर्ज करें",
"Enter description": "",
"Enter description": "",
+ "Enter Document Intelligence Endpoint": "",
+ "Enter Document Intelligence Key": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter Exa API Key": "",
"Enter Exa API Key": "",
"Enter Github Raw URL": "Github Raw URL दर्ज करें",
"Enter Github Raw URL": "Github Raw URL दर्ज करें",
"Install from Github URL": "Github URL से इंस्टॉल करें",
"Install from Github URL": "Github URL से इंस्टॉल करें",
"Instant Auto-Send After Voice Transcription": "",
"Instant Auto-Send After Voice Transcription": "",
+ "Integration": "",
"Interface": "इंटरफेस",
"Interface": "इंटरफेस",
"Invalid file format.": "",
"Invalid file format.": "",
"Invalid Tag": "अवैध टैग",
"Invalid Tag": "अवैध टैग",
@@ -612,16 +619,17 @@
"Listening...": "",
"Listening...": "",
"Llama.cpp": "",
"Llama.cpp": "",
"LLMs can make mistakes. Verify important information.": "एलएलएम गलतियाँ कर सकते हैं। महत्वपूर्ण जानकारी सत्यापित करें.",
"LLMs can make mistakes. Verify important information.": "एलएलएम गलतियाँ कर सकते हैं। महत्वपूर्ण जानकारी सत्यापित करें.",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "",
"Local": "",
"Local Models": "",
"Local Models": "",
+ "Location access not allowed": "",
"Lost": "",
"Lost": "",
"LTR": "LTR",
"LTR": "LTR",
"Made by Open WebUI Community": "OpenWebUI समुदाय द्वारा निर्मित",
"Made by Open WebUI Community": "OpenWebUI समुदाय द्वारा निर्मित",
"Make sure to enclose them with": "उन्हें संलग्न करना सुनिश्चित करें",
"Make sure to enclose them with": "उन्हें संलग्न करना सुनिश्चित करें",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Manage": "",
"Manage": "",
- "Manage Arena Models": "",
"Manage Direct Connections": "",
"Manage Direct Connections": "",
"Manage Models": "",
"Manage Models": "",
"Manage Ollama": "",
"Manage Ollama": "",
@@ -689,6 +697,7 @@
"No HTML, CSS, or JavaScript content found.": "",
"No HTML, CSS, or JavaScript content found.": "",
"No inference engine with management support found": "",
"No inference engine with management support found": "",
"No knowledge found": "",
"No knowledge found": "",
+ "No memories to clear": "",
"No model IDs": "",
"No model IDs": "",
"No models found": "",
"No models found": "",
"No models selected": "",
"No models selected": "",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "",
"Ollama API settings updated": "",
"Ollama Version": "Ollama Version",
"Ollama Version": "Ollama Version",
"On": "चालू",
"On": "चालू",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed in the command string.": "कमांड स्ट्रिंग में केवल अल्फ़ान्यूमेरिक वर्ण और हाइफ़न की अनुमति है।",
"Only alphanumeric characters and hyphens are allowed in the command string.": "कमांड स्ट्रिंग में केवल अल्फ़ान्यूमेरिक वर्ण और हाइफ़न की अनुमति है।",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
@@ -788,11 +798,9 @@
"Prompt updated successfully": "",
"Prompt updated successfully": "",
"Prompts": "प्रॉम्प्ट",
"Prompts": "प्रॉम्प्ट",
"Prompts Access": "",
"Prompts Access": "",
- "Proxy URL": "",
"Pull \"{{searchValue}}\" from Ollama.com": "\"{{searchValue}}\" को Ollama.com से खींचें",
"Pull \"{{searchValue}}\" from Ollama.com": "\"{{searchValue}}\" को Ollama.com से खींचें",
"Pull a model from Ollama.com": "Ollama.com से एक मॉडल खींचें",
"Pull a model from Ollama.com": "Ollama.com से एक मॉडल खींचें",
"Query Generation Prompt": "",
"Query Generation Prompt": "",
- "Query Params": "क्वेरी पैरामीटर",
"RAG Template": "RAG टेम्पलेट",
"RAG Template": "RAG टेम्पलेट",
"Rating": "",
"Rating": "",
"Re-rank models by topic similarity": "",
"Re-rank models by topic similarity": "",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Response splitting": "",
"Result": "",
"Result": "",
+ "Retrieval": "",
"Retrieval Query Generation": "",
"Retrieval Query Generation": "",
"Rich Text Input for Chat": "",
"Rich Text Input for Chat": "",
"RK": "",
"RK": "",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "",
"Select an Ollama instance": "",
"Select Engine": "",
"Select Engine": "",
"Select Knowledge": "",
"Select Knowledge": "",
- "Select model": "मॉडल चुनें",
"Select only one model to call": "",
"Select only one model to call": "",
"Selected model(s) do not support image inputs": "चयनित मॉडल छवि इनपुट का समर्थन नहीं करते हैं",
"Selected model(s) do not support image inputs": "चयनित मॉडल छवि इनपुट का समर्थन नहीं करते हैं",
"Semantic distance to query": "",
"Semantic distance to query": "",
@@ -957,6 +965,7 @@
"Tags Generation": "",
"Tags Generation": "",
"Tags Generation Prompt": "",
"Tags Generation Prompt": "",
"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. (default: 1)": "",
"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. (default: 1)": "",
+ "Talk to model": "",
"Tap to interrupt": "",
"Tap to interrupt": "",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "",
"Tavily API Key": "",
@@ -1041,6 +1050,7 @@
"Top P": "शीर्ष P",
"Top P": "शीर्ष P",
"Transformers": "",
"Transformers": "",
"Trouble accessing Ollama?": "Ollama तक पहुँचने में परेशानी हो रही है?",
"Trouble accessing Ollama?": "Ollama तक पहुँचने में परेशानी हो रही है?",
+ "Trust Proxy Environment": "",
"TTS Model": "",
"TTS Model": "",
"TTS Settings": "TTS सेटिंग्स",
"TTS Settings": "TTS सेटिंग्स",
"TTS Voice": "",
"TTS Voice": "",
@@ -1104,7 +1114,6 @@
"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 API": "",
"Web API": "",
- "Web Loader Settings": "वेब लोडर सेटिंग्स",
"Web Search": "वेब खोज",
"Web Search": "वेब खोज",
"Web Search Engine": "वेब खोज इंजन",
"Web Search Engine": "वेब खोज इंजन",
"Web Search in Chat": "",
"Web Search in Chat": "",
@@ -1146,5 +1155,6 @@
"Your account status is currently pending activation.": "",
"Your account status is currently pending activation.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Model zadatka koristi se pri izvođenju zadataka kao što su generiranje naslova za razgovore i upite za pretraživanje weba",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Model zadatka koristi se pri izvođenju zadataka kao što su generiranje naslova za razgovore i upite za pretraživanje weba",
"a user": "korisnik",
"a user": "korisnik",
"About": "O aplikaciji",
"About": "O aplikaciji",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "",
"Access": "",
"Access Control": "",
"Access Control": "",
"Accessible to all users": "",
"Accessible to all users": "",
@@ -85,6 +86,7 @@
"Archive All Chats": "Arhivirajte sve razgovore",
"Archive All Chats": "Arhivirajte sve razgovore",
"Archived Chats": "Arhivirani razgovori",
"Archived Chats": "Arhivirani razgovori",
"archived-chat-export": "",
"archived-chat-export": "",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure you want to unarchive all archived chats?": "",
@@ -93,7 +95,7 @@
"Artifacts": "",
"Artifacts": "",
"Ask a question": "",
"Ask a question": "",
"Assistant": "",
"Assistant": "",
- "Attach file": "Priloži datoteku",
+ "Attach file from knowledge": "",
"Attention to detail": "Pažnja na detalje",
"Attention to detail": "Pažnja na detalje",
"Attribute for Mail": "",
"Attribute for Mail": "",
"Attribute for Username": "",
"Attribute for Username": "",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"Brave Search API Key": "Brave tražilica - API ključ",
"Brave Search API Key": "Brave tražilica - API ključ",
"By {{name}}": "",
"By {{name}}": "",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "Zaobiđi SSL provjeru za web stranice",
"Bypass SSL verification for Websites": "Zaobiđi SSL provjeru za web stranice",
"Calendar": "",
"Calendar": "",
"Call": "Poziv",
"Call": "Poziv",
@@ -156,11 +159,11 @@
"Checking for updates...": "Provjeravam ažuriranja...",
"Checking for updates...": "Provjeravam ažuriranja...",
"Choose a model before saving...": "Odaberite model prije spremanja...",
"Choose a model before saving...": "Odaberite model prije spremanja...",
"Chunk Overlap": "Preklapanje dijelova",
"Chunk Overlap": "Preklapanje dijelova",
- "Chunk Params": "Parametri dijelova",
"Chunk Size": "Veličina dijela",
"Chunk Size": "Veličina dijela",
"Ciphers": "",
"Ciphers": "",
"Citation": "Citiranje",
"Citation": "Citiranje",
"Clear memory": "Očisti memoriju",
"Clear memory": "Očisti memoriju",
+ "Clear Memory": "",
"click here": "",
"click here": "",
"Click here for filter guides.": "",
"Click here for filter guides.": "",
"Click here for help.": "Kliknite ovdje za pomoć.",
"Click here for help.": "Kliknite ovdje za pomoć.",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Contact Admin for WebUI Access": "Kontaktirajte admina za WebUI pristup",
"Contact Admin for WebUI Access": "Kontaktirajte admina za WebUI pristup",
"Content": "Sadržaj",
"Content": "Sadržaj",
- "Content Extraction": "",
+ "Content Extraction Engine": "",
"Context Length": "Dužina konteksta",
"Context Length": "Dužina konteksta",
"Continue Response": "Nastavi odgovor",
"Continue Response": "Nastavi odgovor",
"Continue with {{provider}}": "",
"Continue with {{provider}}": "",
@@ -245,6 +248,7 @@
"Current Model": "Trenutni model",
"Current Model": "Trenutni model",
"Current Password": "Trenutna lozinka",
"Current Password": "Trenutna lozinka",
"Custom": "Prilagođeno",
"Custom": "Prilagođeno",
+ "Danger Zone": "",
"Dark": "Tamno",
"Dark": "Tamno",
"Database": "Baza podataka",
"Database": "Baza podataka",
"December": "Prosinac",
"December": "Prosinac",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "",
"Do not install functions from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Do not install tools from sources you do not fully trust.": "",
"Document": "Dokument",
"Document": "Dokument",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "Dokumentacija",
"Documentation": "Dokumentacija",
"Documents": "Dokumenti",
"Documents": "Dokumenti",
"does not make any external connections, and your data stays securely on your locally hosted server.": "ne uspostavlja vanjske veze, a vaši podaci ostaju sigurno na vašem lokalno hostiranom poslužitelju.",
"does not make any external connections, and your data stays securely on your locally hosted server.": "ne uspostavlja vanjske veze, a vaši podaci ostaju sigurno na vašem lokalno hostiranom poslužitelju.",
"Embedding Model Engine": "Embedding model pogon",
"Embedding Model Engine": "Embedding model pogon",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "",
"Enable autocomplete generation for chat messages": "",
"Enable Code Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "Omogući zajedničko korištenje zajednice",
"Enable Community Sharing": "Omogući zajedničko korištenje zajednice",
- "Enable Google Drive": "",
"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.": "",
"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.": "",
"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.": "",
"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.": "",
- "Enable Web Search": "Omogući pretraživanje weba",
"Enabled": "",
"Enabled": "",
- "Engine": "",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Provjerite da vaša CSV datoteka uključuje 4 stupca u ovom redoslijedu: Name, Email, Password, Role.",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Provjerite da vaša CSV datoteka uključuje 4 stupca u ovom redoslijedu: Name, Email, Password, Role.",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter Exa API Key": "",
"Enter Exa API Key": "",
"Enter Github Raw URL": "Unesite Github sirovi URL",
"Enter Github Raw URL": "Unesite Github sirovi URL",
@@ -507,9 +513,9 @@
"Gemini API Config": "",
"Gemini API Config": "",
"Gemini API Key is required.": "",
"Gemini API Key is required.": "",
"General": "Općenito",
"General": "Općenito",
- "General Settings": "Opće postavke",
"Generate an image": "",
"Generate an image": "",
"Generate Image": "Gneriraj sliku",
"Generate Image": "Gneriraj sliku",
+ "Generate prompt pair": "",
"Generating search query": "Generiranje upita za pretraživanje",
"Generating search query": "Generiranje upita za pretraživanje",
"Get started": "",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Get started with {{WEBUI_NAME}}": "",
@@ -565,6 +571,7 @@
"Input commands": "Unos naredbi",
"Input commands": "Unos naredbi",
"Install from Github URL": "Instaliraj s Github URL-a",
"Install from Github URL": "Instaliraj s Github URL-a",
"Instant Auto-Send After Voice Transcription": "Trenutačno automatsko slanje nakon glasovne transkripcije",
"Instant Auto-Send After Voice Transcription": "Trenutačno automatsko slanje nakon glasovne transkripcije",
+ "Integration": "",
"Interface": "Sučelje",
"Interface": "Sučelje",
"Invalid file format.": "",
"Invalid file format.": "",
"Invalid Tag": "Nevažeća oznaka",
"Invalid Tag": "Nevažeća oznaka",
@@ -612,16 +619,17 @@
"Listening...": "Slušam...",
"Listening...": "Slušam...",
"Llama.cpp": "",
"Llama.cpp": "",
"LLMs can make mistakes. Verify important information.": "LLM-ovi mogu pogriješiti. Provjerite važne informacije.",
"LLMs can make mistakes. Verify important information.": "LLM-ovi mogu pogriješiti. Provjerite važne informacije.",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "",
"Local": "",
"Local Models": "Lokalni modeli",
"Local Models": "Lokalni modeli",
+ "Location access not allowed": "",
"Lost": "",
"Lost": "",
"LTR": "LTR",
"LTR": "LTR",
"Made by Open WebUI Community": "Izradio OpenWebUI Community",
"Made by Open WebUI Community": "Izradio OpenWebUI Community",
"Make sure to enclose them with": "Provjerite da ih zatvorite s",
"Make sure to enclose them with": "Provjerite da ih zatvorite s",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Manage": "Upravljaj",
"Manage": "Upravljaj",
- "Manage Arena Models": "",
"Manage Direct Connections": "",
"Manage Direct Connections": "",
"Manage Models": "",
"Manage Models": "",
"Manage Ollama": "",
"Manage Ollama": "",
@@ -689,6 +697,7 @@
"No HTML, CSS, or JavaScript content found.": "",
"No HTML, CSS, or JavaScript content found.": "",
"No inference engine with management support found": "",
"No inference engine with management support found": "",
"No knowledge found": "",
"No knowledge found": "",
+ "No memories to clear": "",
"No model IDs": "",
"No model IDs": "",
"No models found": "",
"No models found": "",
"No models selected": "",
"No models selected": "",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "",
"Ollama API settings updated": "",
"Ollama Version": "Ollama verzija",
"Ollama Version": "Ollama verzija",
"On": "Uključeno",
"On": "Uključeno",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Samo alfanumerički znakovi i crtice su dopušteni u naredbenom nizu.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Samo alfanumerički znakovi i crtice su dopušteni u naredbenom nizu.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
@@ -788,11 +798,9 @@
"Prompt updated successfully": "",
"Prompt updated successfully": "",
"Prompts": "Prompti",
"Prompts": "Prompti",
"Prompts Access": "",
"Prompts Access": "",
- "Proxy URL": "",
"Pull \"{{searchValue}}\" from Ollama.com": "Povucite \"{{searchValue}}\" s Ollama.com",
"Pull \"{{searchValue}}\" from Ollama.com": "Povucite \"{{searchValue}}\" s Ollama.com",
"Pull a model from Ollama.com": "Povucite model s Ollama.com",
"Pull a model from Ollama.com": "Povucite model s Ollama.com",
"Query Generation Prompt": "",
"Query Generation Prompt": "",
- "Query Params": "Parametri upita",
"RAG Template": "RAG predložak",
"RAG Template": "RAG predložak",
"Rating": "",
"Rating": "",
"Re-rank models by topic similarity": "",
"Re-rank models by topic similarity": "",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Response splitting": "",
"Result": "",
"Result": "",
+ "Retrieval": "",
"Retrieval Query Generation": "",
"Retrieval Query Generation": "",
"Rich Text Input for Chat": "",
"Rich Text Input for Chat": "",
"RK": "",
"RK": "",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "",
"Select an Ollama instance": "",
"Select Engine": "",
"Select Engine": "",
"Select Knowledge": "",
"Select Knowledge": "",
- "Select model": "Odaberite model",
"Select only one model to call": "Odaberite samo jedan model za poziv",
"Select only one model to call": "Odaberite samo jedan model za poziv",
"Selected model(s) do not support image inputs": "Odabrani modeli ne podržavaju unose slika",
"Selected model(s) do not support image inputs": "Odabrani modeli ne podržavaju unose slika",
"Semantic distance to query": "",
"Semantic distance to query": "",
@@ -957,6 +965,7 @@
"Tags Generation": "",
"Tags Generation": "",
"Tags Generation Prompt": "",
"Tags Generation Prompt": "",
"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. (default: 1)": "",
"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. (default: 1)": "",
+ "Talk to model": "",
"Tap to interrupt": "",
"Tap to interrupt": "",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "",
"Tavily API Key": "",
@@ -1041,6 +1050,7 @@
"Top P": "Top P",
"Top P": "Top P",
"Transformers": "",
"Transformers": "",
"Trouble accessing Ollama?": "Problemi s pristupom Ollama?",
"Trouble accessing Ollama?": "Problemi s pristupom Ollama?",
+ "Trust Proxy Environment": "",
"TTS Model": "TTS model",
"TTS Model": "TTS model",
"TTS Settings": "TTS postavke",
"TTS Settings": "TTS postavke",
"TTS Voice": "TTS glas",
"TTS Voice": "TTS glas",
@@ -1104,7 +1114,6 @@
"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": "Web API",
"Web API": "Web API",
- "Web Loader Settings": "Postavke web učitavanja",
"Web Search": "Internet pretraga",
"Web Search": "Internet pretraga",
"Web Search Engine": "Web tražilica",
"Web Search Engine": "Web tražilica",
"Web Search in Chat": "",
"Web Search in Chat": "",
@@ -1146,5 +1155,6 @@
"Your account status is currently pending activation.": "Status vašeg računa trenutno čeka aktivaciju.",
"Your account status is currently pending activation.": "Status vašeg računa trenutno čeka aktivaciju.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "A feladat modell olyan feladatokhoz használatos, mint a beszélgetések címeinek generálása és webes keresési lekérdezések",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "A feladat modell olyan feladatokhoz használatos, mint a beszélgetések címeinek generálása és webes keresési lekérdezések",
"a user": "egy felhasználó",
"a user": "egy felhasználó",
"About": "Névjegy",
"About": "Névjegy",
+ "Accept autocomplete generation / Jump to prompt variable": "",
"Access": "",
"Access": "",
"Access Control": "",
"Access Control": "",
"Accessible to all users": "",
"Accessible to all users": "",
@@ -85,6 +86,7 @@
"Archive All Chats": "Minden beszélgetés archiválása",
"Archive All Chats": "Minden beszélgetés archiválása",
"Archived Chats": "Archivált beszélgetések",
"Archived Chats": "Archivált beszélgetések",
"archived-chat-export": "",
"archived-chat-export": "",
+ "Are you sure you want to clear all memories? This action cannot be undone.": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this channel?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure you want to unarchive all archived chats?": "",
@@ -93,7 +95,7 @@
"Artifacts": "Műtermékek",
"Artifacts": "Műtermékek",
"Ask a question": "Kérdezz valamit",
"Ask a question": "Kérdezz valamit",
"Assistant": "Asszisztens",
"Assistant": "Asszisztens",
- "Attach file": "Fájl csatolása",
+ "Attach file from knowledge": "",
"Attention to detail": "Részletekre való odafigyelés",
"Attention to detail": "Részletekre való odafigyelés",
"Attribute for Mail": "",
"Attribute for Mail": "",
"Attribute for Username": "",
"Attribute for Username": "",
@@ -127,6 +129,7 @@
"Bocha Search API Key": "",
"Bocha Search API Key": "",
"Brave Search API Key": "Brave Search API kulcs",
"Brave Search API Key": "Brave Search API kulcs",
"By {{name}}": "",
"By {{name}}": "",
+ "Bypass Embedding and Retrieval": "",
"Bypass SSL verification for Websites": "SSL ellenőrzés kihagyása weboldalakhoz",
"Bypass SSL verification for Websites": "SSL ellenőrzés kihagyása weboldalakhoz",
"Calendar": "",
"Calendar": "",
"Call": "Hívás",
"Call": "Hívás",
@@ -156,11 +159,11 @@
"Checking for updates...": "Frissítések keresése...",
"Checking for updates...": "Frissítések keresése...",
"Choose a model before saving...": "Válassz modellt mentés előtt...",
"Choose a model before saving...": "Válassz modellt mentés előtt...",
"Chunk Overlap": "Darab átfedés",
"Chunk Overlap": "Darab átfedés",
- "Chunk Params": "Darab paraméterek",
"Chunk Size": "Darab méret",
"Chunk Size": "Darab méret",
"Ciphers": "",
"Ciphers": "",
"Citation": "Idézet",
"Citation": "Idézet",
"Clear memory": "Memória törlése",
"Clear memory": "Memória törlése",
+ "Clear Memory": "",
"click here": "",
"click here": "",
"Click here for filter guides.": "",
"Click here for filter guides.": "",
"Click here for help.": "Kattints ide segítségért.",
"Click here for help.": "Kattints ide segítségért.",
@@ -208,7 +211,7 @@
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort. (Default: medium)": "",
"Contact Admin for WebUI Access": "Lépj kapcsolatba az adminnal a WebUI hozzáférésért",
"Contact Admin for WebUI Access": "Lépj kapcsolatba az adminnal a WebUI hozzáférésért",
"Content": "Tartalom",
"Content": "Tartalom",
- "Content Extraction": "Tartalom kinyerés",
+ "Content Extraction Engine": "",
"Context Length": "Kontextus hossz",
"Context Length": "Kontextus hossz",
"Continue Response": "Válasz folytatása",
"Continue Response": "Válasz folytatása",
"Continue with {{provider}}": "Folytatás {{provider}} szolgáltatóval",
"Continue with {{provider}}": "Folytatás {{provider}} szolgáltatóval",
@@ -245,6 +248,7 @@
"Current Model": "Jelenlegi modell",
"Current Model": "Jelenlegi modell",
"Current Password": "Jelenlegi jelszó",
"Current Password": "Jelenlegi jelszó",
"Custom": "Egyéni",
"Custom": "Egyéni",
+ "Danger Zone": "",
"Dark": "Sötét",
"Dark": "Sötét",
"Database": "Adatbázis",
"Database": "Adatbázis",
"December": "December",
"December": "December",
@@ -305,6 +309,8 @@
"Do not install functions from sources you do not fully trust.": "Ne telepíts funkciókat olyan forrásokból, amelyekben nem bízol teljesen.",
"Do not install functions from sources you do not fully trust.": "Ne telepíts funkciókat olyan forrásokból, amelyekben nem bízol teljesen.",
"Do not install tools from sources you do not fully trust.": "Ne telepíts eszközöket olyan forrásokból, amelyekben nem bízol teljesen.",
"Do not install tools from sources you do not fully trust.": "Ne telepíts eszközöket olyan forrásokból, amelyekben nem bízol teljesen.",
"Document": "Dokumentum",
"Document": "Dokumentum",
+ "Document Intelligence": "",
+ "Document Intelligence endpoint and key required.": "",
"Documentation": "Dokumentáció",
"Documentation": "Dokumentáció",
"Documents": "Dokumentumok",
"Documents": "Dokumentumok",
"does not make any external connections, and your data stays securely on your locally hosted server.": "nem létesít külső kapcsolatokat, és az adataid biztonságban maradnak a helyileg hosztolt szervereden.",
"does not make any external connections, and your data stays securely on your locally hosted server.": "nem létesít külső kapcsolatokat, és az adataid biztonságban maradnak a helyileg hosztolt szervereden.",
@@ -340,6 +346,7 @@
"ElevenLabs": "ElevenLabs",
"ElevenLabs": "ElevenLabs",
"Email": "Email",
"Email": "Email",
"Embark on adventures": "",
"Embark on adventures": "",
+ "Embedding": "",
"Embedding Batch Size": "Beágyazási köteg méret",
"Embedding Batch Size": "Beágyazási köteg méret",
"Embedding Model": "Beágyazási modell",
"Embedding Model": "Beágyazási modell",
"Embedding Model Engine": "Beágyazási modell motor",
"Embedding Model Engine": "Beágyazási modell motor",
@@ -348,15 +355,12 @@
"Enable autocomplete generation for chat messages": "",
"Enable autocomplete generation for chat messages": "",
"Enable Code Interpreter": "",
"Enable Code Interpreter": "",
"Enable Community Sharing": "Közösségi megosztás engedélyezése",
"Enable Community Sharing": "Közösségi megosztás engedélyezése",
- "Enable Google Drive": "",
"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.": "",
"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.": "",
"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.": "",
"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.": "",
"Enable New Sign Ups": "Új regisztrációk engedélyezése",
"Enable New Sign Ups": "Új regisztrációk engedélyezése",
- "Enable Web Search": "Webes keresés engedélyezése",
"Enabled": "Engedélyezve",
"Enabled": "Engedélyezve",
- "Engine": "Motor",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Győződj meg róla, hogy a CSV fájl tartalmazza ezt a 4 oszlopot ebben a sorrendben: Név, Email, Jelszó, Szerep.",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Győződj meg róla, hogy a CSV fájl tartalmazza ezt a 4 oszlopot ebben a sorrendben: Név, Email, Jelszó, Szerep.",
"Enter {{role}} message here": "Írd ide a {{role}} üzenetet",
"Enter {{role}} message here": "Írd ide a {{role}} üzenetet",
"Enter a detail about yourself for your LLMs to recall": "Adj meg egy részletet magadról, amit az LLM-ek megjegyezhetnek",
"Enter a detail about yourself for your LLMs to recall": "Adj meg egy részletet magadról, amit az LLM-ek megjegyezhetnek",
@@ -372,6 +376,8 @@
"Enter Chunk Overlap": "Add meg a darab átfedést",
"Enter Chunk Overlap": "Add meg a darab átfedést",
"Enter Chunk Size": "Add meg a darab méretet",
"Enter Chunk Size": "Add meg a darab méretet",
"Enter description": "Add meg a leírást",
"Enter description": "Add meg a leírást",
+ "Enter Document Intelligence Endpoint": "",
+ "Enter Document Intelligence Key": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter domains separated by commas (e.g., example.com,site.org)": "",
"Enter Exa API Key": "",
"Enter Exa API Key": "",
"Enter Github Raw URL": "Add meg a Github Raw URL-t",
"Enter Github Raw URL": "Add meg a Github Raw URL-t",
"LLMs can make mistakes. Verify important information.": "Az LLM-ek hibázhatnak. Ellenőrizze a fontos információkat.",
"LLMs can make mistakes. Verify important information.": "Az LLM-ek hibázhatnak. Ellenőrizze a fontos információkat.",
+ "Loader": "",
"Loading Kokoro.js...": "",
"Loading Kokoro.js...": "",
"Local": "",
"Local": "",
"Local Models": "Helyi modellek",
"Local Models": "Helyi modellek",
+ "Location access not allowed": "",
"Lost": "Elveszett",
"Lost": "Elveszett",
"LTR": "LTR",
"LTR": "LTR",
"Made by Open WebUI Community": "Az OpenWebUI közösség által készítve",
"Made by Open WebUI Community": "Az OpenWebUI közösség által készítve",
"Make sure to enclose them with": "Győződjön meg róla, hogy körülveszi őket",
"Make sure to enclose them with": "Győződjön meg róla, hogy körülveszi őket",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Győződjön meg róla, hogy exportál egy workflow.json fájlt API formátumban a ComfyUI-ból.",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Győződjön meg róla, hogy exportál egy workflow.json fájlt API formátumban a ComfyUI-ból.",
"No HTML, CSS, or JavaScript content found.": "Nem található HTML, CSS vagy JavaScript tartalom.",
"No HTML, CSS, or JavaScript content found.": "Nem található HTML, CSS vagy JavaScript tartalom.",
"No inference engine with management support found": "",
"No inference engine with management support found": "",
"No knowledge found": "Nem található tudásbázis",
"No knowledge found": "Nem található tudásbázis",
+ "No memories to clear": "",
"No model IDs": "",
"No model IDs": "",
"No models found": "Nem található modell",
"No models found": "Nem található modell",
"No models selected": "",
"No models selected": "",
@@ -718,6 +727,7 @@
"Ollama API settings updated": "",
"Ollama API settings updated": "",
"Ollama Version": "Ollama verzió",
"Ollama Version": "Ollama verzió",
"On": "Be",
"On": "Be",
+ "OneDrive": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed": "",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Csak alfanumerikus karakterek és kötőjelek engedélyezettek a parancssorban.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Csak alfanumerikus karakterek és kötőjelek engedélyezettek a parancssorban.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Csak gyűjtemények szerkeszthetők, hozzon létre új tudásbázist dokumentumok szerkesztéséhez/hozzáadásához.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Csak gyűjtemények szerkeszthetők, hozzon létre új tudásbázist dokumentumok szerkesztéséhez/hozzáadásához.",
@@ -788,11 +798,9 @@
"Prompt updated successfully": "",
"Prompt updated successfully": "",
"Prompts": "Promptok",
"Prompts": "Promptok",
"Prompts Access": "",
"Prompts Access": "",
- "Proxy URL": "",
"Pull \"{{searchValue}}\" from Ollama.com": "\"{{searchValue}}\" letöltése az Ollama.com-ról",
"Pull \"{{searchValue}}\" from Ollama.com": "\"{{searchValue}}\" letöltése az Ollama.com-ról",
"Pull a model from Ollama.com": "Modell letöltése az Ollama.com-ról",
"Pull a model from Ollama.com": "Modell letöltése az Ollama.com-ról",
"Query Generation Prompt": "",
"Query Generation Prompt": "",
- "Query Params": "Lekérdezési paraméterek",
"RAG Template": "RAG sablon",
"RAG Template": "RAG sablon",
"Rating": "Értékelés",
"Rating": "Értékelés",
"Re-rank models by topic similarity": "Modellek újrarangsorolása téma hasonlóság alapján",
"Re-rank models by topic similarity": "Modellek újrarangsorolása téma hasonlóság alapján",
@@ -827,6 +835,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "A válasz értesítések nem aktiválhatók, mert a weboldal engedélyei meg lettek tagadva. Kérjük, látogasson el a böngésző beállításaihoz a szükséges hozzáférés megadásához.",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "A válasz értesítések nem aktiválhatók, mert a weboldal engedélyei meg lettek tagadva. Kérjük, látogasson el a böngésző beállításaihoz a szükséges hozzáférés megadásához.",
"Response splitting": "Válasz felosztás",
"Response splitting": "Válasz felosztás",
"Result": "Eredmény",
"Result": "Eredmény",
+ "Retrieval": "",
"Retrieval Query Generation": "",
"Retrieval Query Generation": "",
"Rich Text Input for Chat": "Formázott szövegbevitel a chathez",
"Rich Text Input for Chat": "Formázott szövegbevitel a chathez",
"RK": "RK",
"RK": "RK",
@@ -880,7 +889,6 @@
"Select an Ollama instance": "",
"Select an Ollama instance": "",
"Select Engine": "Motor kiválasztása",
"Select Engine": "Motor kiválasztása",
"Select Knowledge": "Tudásbázis kiválasztása",
"Select Knowledge": "Tudásbázis kiválasztása",
- "Select model": "Modell kiválasztása",
"Select only one model to call": "Csak egy modellt válasszon ki hívásra",
"Select only one model to call": "Csak egy modellt válasszon ki hívásra",
"Selected model(s) do not support image inputs": "A kiválasztott modell(ek) nem támogatják a képbemenetet",
"Selected model(s) do not support image inputs": "A kiválasztott modell(ek) nem támogatják a képbemenetet",
"Semantic distance to query": "Szemantikai távolság a lekérdezéshez",
"Semantic distance to query": "Szemantikai távolság a lekérdezéshez",
"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. (default: 1)": "",
"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. (default: 1)": "",
+ "Talk to model": "",
"Tap to interrupt": "Koppintson a megszakításhoz",
"Tap to interrupt": "Koppintson a megszakításhoz",
"Tasks": "",
"Tasks": "",
"Tavily API Key": "Tavily API kulcs",
"Tavily API Key": "Tavily API kulcs",
@@ -1041,6 +1050,7 @@
"Top P": "Top P",
"Top P": "Top P",
"Transformers": "",
"Transformers": "",
"Trouble accessing Ollama?": "Problémája van az Ollama elérésével?",
"Trouble accessing Ollama?": "Problémája van az Ollama elérésével?",
+ "Trust Proxy Environment": "",
"TTS Model": "TTS modell",
"TTS Model": "TTS modell",
"TTS Settings": "TTS beállítások",
"TTS Settings": "TTS beállítások",
"TTS Voice": "TTS hang",
"TTS Voice": "TTS hang",
@@ -1104,7 +1114,6 @@
"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.": "",
"Your account status is currently pending activation.": "Fiókja jelenleg aktiválásra vár.",
"Your account status is currently pending activation.": "Fiókja jelenleg aktiválásra vár.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "A teljes hozzájárulása közvetlenül a bővítmény fejlesztőjéhez kerül; az Open WebUI nem vesz le százalékot. Azonban a választott támogatási platformnak lehetnek saját díjai.",
"Your entire contribution will go directly to the plugin developer; Open WebUI does not take any percentage. However, the chosen funding platform might have its own fees.": "A teljes hozzájárulása közvetlenül a bővítmény fejlesztőjéhez kerül; az Open WebUI nem vesz le százalékot. Azonban a választott támogatási platformnak lehetnek saját díjai.",