{#if draggedOver}
{/if}
diff --git a/src/lib/components/workspace/Models/ModelMenu.svelte b/src/lib/components/workspace/Models/ModelMenu.svelte
index 8cd9130a0..968bfad87 100644
--- a/src/lib/components/workspace/Models/ModelMenu.svelte
+++ b/src/lib/components/workspace/Models/ModelMenu.svelte
@@ -14,6 +14,8 @@
import ArrowDownTray from '$lib/components/icons/ArrowDownTray.svelte';
import ArrowUpCircle from '$lib/components/icons/ArrowUpCircle.svelte';
+ import { config } from '$lib/stores';
+
const i18n = getContext('i18n');
export let user;
@@ -50,15 +52,17 @@
align="start"
transition={flyAndScale}
>
-
{
- shareHandler();
- }}
- >
-
- {$i18n.t('Share')}
-
+ {#if $config?.features.enable_community_sharing}
+
{
+ shareHandler();
+ }}
+ >
+
+ {$i18n.t('Share')}
+
+ {/if}
{
+ await createNewPrompt(localStorage.token, {
+ command:
+ prompt.command.charAt(0) === '/' ? prompt.command.slice(1) : prompt.command,
+ title: prompt.title,
+ content: prompt.content
+ }).catch((error) => {
toast.error(error);
return null;
});
@@ -252,6 +252,9 @@
prompts = await getPromptList(localStorage.token);
await _prompts.set(await getPrompts(localStorage.token));
+
+ importFiles = [];
+ promptsImportInputElement.value = '';
};
reader.readAsText(importFiles[0]);
diff --git a/src/lib/constants.ts b/src/lib/constants.ts
index 700bd3c42..d92f33671 100644
--- a/src/lib/constants.ts
+++ b/src/lib/constants.ts
@@ -9,9 +9,9 @@ export const WEBUI_API_BASE_URL = `${WEBUI_BASE_URL}/api/v1`;
export const OLLAMA_API_BASE_URL = `${WEBUI_BASE_URL}/ollama`;
export const OPENAI_API_BASE_URL = `${WEBUI_BASE_URL}/openai`;
-export const AUDIO_API_BASE_URL = `${WEBUI_BASE_URL}/audio/api/v1`;
-export const IMAGES_API_BASE_URL = `${WEBUI_BASE_URL}/images/api/v1`;
-export const RETRIEVAL_API_BASE_URL = `${WEBUI_BASE_URL}/retrieval/api/v1`;
+export const AUDIO_API_BASE_URL = `${WEBUI_BASE_URL}/api/v1/audio`;
+export const IMAGES_API_BASE_URL = `${WEBUI_BASE_URL}/api/v1/images`;
+export const RETRIEVAL_API_BASE_URL = `${WEBUI_BASE_URL}/api/v1/retrieval`;
export const WEBUI_VERSION = APP_VERSION;
export const WEBUI_BUILD_HASH = APP_BUILD_HASH;
diff --git a/src/lib/i18n/locales/ar-BH/translation.json b/src/lib/i18n/locales/ar-BH/translation.json
index 1f43be7ef..f203cc570 100644
--- a/src/lib/i18n/locales/ar-BH/translation.json
+++ b/src/lib/i18n/locales/ar-BH/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
"Advanced Parameters": "التعليمات المتقدمة",
"Advanced Params": "المعلمات المتقدمة",
- "All chats": "",
"All Documents": "جميع الملفات",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "أرشفة جميع الدردشات",
"Archived Chats": "الأرشيف المحادثات",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "هل أنت متأكد ؟",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "",
"before": "قبل",
"Being lazy": "كون كسول",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "مفتاح واجهة برمجة تطبيقات البحث الشجاع",
@@ -119,8 +121,11 @@
"Camera": "",
"Cancel": "اللغاء",
"Capabilities": "قدرات",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "تغير الباسورد",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "مجموعة",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUI الرابط الافتراضي",
"ComfyUI Base URL is required.": "ComfyUI الرابط مطلوب",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "",
"Confirm Password": "تأكيد كلمة المرور",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "اتصالات",
"Contact Admin for WebUI Access": "",
"Content": "الاتصال",
@@ -201,6 +208,7 @@
"Create a model": "إنشاء نموذج",
"Create Account": "إنشاء حساب",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "عمل مفتاح جديد",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "أحذف هذا الرابط",
"Delete tool?": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "تعديل",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "أدخل معرف محرك PSE من Google",
"Enter Image Size (e.g. 512x512)": "(e.g. 512x512) أدخل حجم الصورة ",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "أدخل كود اللغة",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "(e.g. {{modelTag}}) أدخل الموديل تاق",
@@ -352,18 +364,24 @@
"Enter stop sequence": "أدخل تسلسل التوقف",
"Enter system prompt": "",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "أدخل Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "الرابط (e.g. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "URL (e.g. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "أدخل البريد الاكتروني",
"Enter Your Full Name": "أدخل الاسم كامل",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "ادخل كلمة المرور",
"Enter Your Role": "أدخل الصلاحيات",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "خطأ",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "لم يتم العثور على الملف.",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
@@ -435,11 +454,11 @@
"General Settings": "الاعدادات العامة",
"Generate Image": "",
"Generating search query": "إنشاء استعلام بحث",
- "Generation Info": "معلومات الجيل",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "استجابة جيدة",
+ "Google Drive": "",
"Google PSE API Key": "مفتاح واجهة برمجة تطبيقات PSE من Google",
"Google PSE Engine Id": "معرف محرك PSE من Google",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "توليد الصور (تجريبي)",
"Image Generation Engine": "محرك توليد الصور",
+ "Image Max Compression Size": "",
"Image Settings": "إعدادات الصورة",
"Images": "الصور",
"Import Chats": "استيراد الدردشات",
@@ -495,6 +516,7 @@
"June": "يونيو",
"JWT Expiration": "JWT تجريبي",
"JWT Token": "JWT Token",
+ "Kagi Search API Key": "",
"Keep Alive": "Keep Alive",
"Key": "",
"Keyboard shortcuts": "اختصارات لوحة المفاتيح",
@@ -585,6 +607,7 @@
"New Chat": "دردشة جديدة",
"New folder": "",
"New Password": "كلمة المرور الجديدة",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ملاحظة: إذا قمت بتعيين الحد الأدنى من النقاط، فلن يؤدي البحث إلا إلى إرجاع المستندات التي لها نقاط أكبر من أو تساوي الحد الأدنى من النقاط.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "إشعارات",
"November": "نوفمبر",
"num_gpu (Ollama)": "",
@@ -756,12 +780,7 @@
"Search Tools": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_zero": "تم البحث في {{count}} sites_zero",
- "Searched {{count}} sites_one": "تم البحث في {{count}} sites_one",
- "Searched {{count}} sites_two": "تم البحث في {{count}} sites_two",
- "Searched {{count}} sites_few": "تم البحث في {{count}} sites_few",
- "Searched {{count}} sites_many": "تم البحث في {{count}} sites_many",
- "Searched {{count}} sites_other": "تم البحث في {{count}} sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "عنوان URL لاستعلام Searxng",
@@ -829,6 +848,7 @@
"Sign up": "تسجيل",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "المصدر",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "{{error}} خطأ في التعرف على الكلام",
@@ -933,7 +953,7 @@
"TTS Voice": "",
"Type": "نوع",
"Type Hugging Face Resolve (Download) URL": "اكتب عنوان URL لحل مشكلة الوجه (تنزيل).",
- "Uh-oh! There was an issue connecting to {{provider}}.": "{{provider}}خطاء أوه! حدثت مشكلة في الاتصال بـ ",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -994,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "Webhook الرابط",
"WebUI Settings": "WebUI اعدادات",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/bg-BG/translation.json b/src/lib/i18n/locales/bg-BG/translation.json
index c0bd91f9f..55fce1f0d 100644
--- a/src/lib/i18n/locales/bg-BG/translation.json
+++ b/src/lib/i18n/locales/bg-BG/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
"Advanced Parameters": "Разширени Параметри",
"Advanced Params": "Разширени параметри",
- "All chats": "",
"All Documents": "Всички Документи",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "Архив Всички чатове",
"Archived Chats": "Архивирани Чатове",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Сигурни ли сте?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "",
"before": "преди",
"Being lazy": "Да бъдеш мързелив",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Смел ключ за API за търсене",
@@ -119,8 +121,11 @@
"Camera": "",
"Cancel": "Отказ",
"Capabilities": "Възможности",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Промяна на Парола",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "Колекция",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUI Base URL",
"ComfyUI Base URL is required.": "ComfyUI Base URL е задължително.",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "",
"Confirm Password": "Потвърди Парола",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "Връзки",
"Contact Admin for WebUI Access": "",
"Content": "Съдържание",
@@ -201,6 +208,7 @@
"Create a model": "Създаване на модел",
"Create Account": "Създаване на Акаунт",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "Създаване на нов ключ",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "Изтриване на този линк",
"Delete tool?": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Редактиране",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Въведете идентификатор на двигателя на Google PSE",
"Enter Image Size (e.g. 512x512)": "Въведете размер на изображението (напр. 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Въведете кодове на езика",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "Въведете таг на модел (напр. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Въведете стоп последователност",
"Enter system prompt": "",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "Въведете Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Въведете URL (напр. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Въведете URL (напр. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Въведете имейл",
"Enter Your Full Name": "Въведете вашето пълно име",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "Въведете вашата парола",
"Enter Your Role": "Въведете вашата роля",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Грешка",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "Файл не е намерен.",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
@@ -435,11 +454,11 @@
"General Settings": "Основни Настройки",
"Generate Image": "",
"Generating search query": "Генериране на заявка за търсене",
- "Generation Info": "Информация за Генерация",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "Добра отговор",
+ "Google Drive": "",
"Google PSE API Key": "Google PSE API ключ",
"Google PSE Engine Id": "Идентификатор на двигателя на Google PSE",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Генерация на изображения (Експериментално)",
"Image Generation Engine": "Двигател за генериране на изображения",
+ "Image Max Compression Size": "",
"Image Settings": "Настройки на изображения",
"Images": "Изображения",
"Import Chats": "Импортване на чатове",
@@ -495,6 +516,7 @@
"June": "Июн",
"JWT Expiration": "JWT Expiration",
"JWT Token": "JWT Token",
+ "Kagi Search API Key": "",
"Keep Alive": "Keep Alive",
"Key": "",
"Keyboard shortcuts": "Клавиши за бърз достъп",
@@ -585,6 +607,7 @@
"New Chat": "Нов чат",
"New folder": "",
"New Password": "Нова парола",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Забележка: Ако зададете минимален резултат, търсенето ще върне само документи с резултат, по-голям или равен на минималния резултат.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "Десктоп Известия",
"November": "Ноември",
"num_gpu (Ollama)": "",
@@ -756,8 +780,7 @@
"Search Tools": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "Търси се в {{count}} sites_one",
- "Searched {{count}} sites_other": "Търси се в {{count}} sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "URL адрес на заявка на Searxng",
@@ -825,6 +848,7 @@
"Sign up": "Регистрация",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "Източник",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "Speech recognition error: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "",
"Type": "Вид",
"Type Hugging Face Resolve (Download) URL": "Въведете Hugging Face Resolve (Download) URL",
- "Uh-oh! There was an issue connecting to {{provider}}.": "О, не! Възникна проблем при свързването с {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "Уебхук URL",
"WebUI Settings": "WebUI Настройки",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/bn-BD/translation.json b/src/lib/i18n/locales/bn-BD/translation.json
index ad42df5f3..b3e84806c 100644
--- a/src/lib/i18n/locales/bn-BD/translation.json
+++ b/src/lib/i18n/locales/bn-BD/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
"Advanced Parameters": "এডভান্সড প্যারামিটার্স",
"Advanced Params": "অ্যাডভান্সড প্যারাম",
- "All chats": "",
"All Documents": "সব ডকুমেন্ট",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "আর্কাইভ করুন সকল চ্যাট",
"Archived Chats": "চ্যাট ইতিহাস সংরক্ষণাগার",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "আপনি নিশ্চিত?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "",
"before": "পূর্ববর্তী",
"Being lazy": "অলস হওয়া",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "সাহসী অনুসন্ধান API কী",
@@ -119,8 +121,11 @@
"Camera": "",
"Cancel": "বাতিল",
"Capabilities": "সক্ষমতা",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "পাসওয়ার্ড পরিবর্তন করুন",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "সংগ্রহ",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUI Base URL",
"ComfyUI Base URL is required.": "ComfyUI Base URL আবশ্যক।",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "",
"Confirm Password": "পাসওয়ার্ড নিশ্চিত করুন",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "কানেকশনগুলো",
"Contact Admin for WebUI Access": "",
"Content": "বিষয়বস্তু",
@@ -201,6 +208,7 @@
"Create a model": "একটি মডেল তৈরি করুন",
"Create Account": "একাউন্ট তৈরি করুন",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "একটি নতুন কী তৈরি করুন",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "এই লিংক মুছে ফেলুন",
"Delete tool?": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "এডিট করুন",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "গুগল পিএসই ইঞ্জিন আইডি লিখুন",
"Enter Image Size (e.g. 512x512)": "ছবির মাপ লিখুন (যেমন 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "ল্যাঙ্গুয়েজ কোড লিখুন",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "মডেল ট্যাগ লিখুন (e.g. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "স্টপ সিকোয়েন্স লিখুন",
"Enter system prompt": "",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "Top K লিখুন",
"Enter URL (e.g. http://127.0.0.1:7860/)": "ইউআরএল দিন (যেমন http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "ইউআরএল দিন (যেমন http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "আপনার ইমেইল লিখুন",
"Enter Your Full Name": "আপনার পূর্ণ নাম লিখুন",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "আপনার পাসওয়ার্ড লিখুন",
"Enter Your Role": "আপনার রোল লিখুন",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "ত্রুটি",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "ফাইল পাওয়া যায়নি",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
@@ -435,11 +454,11 @@
"General Settings": "সাধারণ সেটিংসমূহ",
"Generate Image": "",
"Generating search query": "অনুসন্ধান ক্যোয়ারী তৈরি করা হচ্ছে",
- "Generation Info": "জেনারেশন ইনফো",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "ভালো সাড়া",
+ "Google Drive": "",
"Google PSE API Key": "গুগল পিএসই এপিআই কী",
"Google PSE Engine Id": "গুগল পিএসই ইঞ্জিন আইডি",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "ইমেজ জেনারেশন (পরিক্ষামূলক)",
"Image Generation Engine": "ইমেজ জেনারেশন ইঞ্জিন",
+ "Image Max Compression Size": "",
"Image Settings": "ছবির সেটিংসমূহ",
"Images": "ছবিসমূহ",
"Import Chats": "চ্যাটগুলি ইমপোর্ট করুন",
@@ -495,6 +516,7 @@
"June": "জুন",
"JWT Expiration": "JWT-র মেয়াদ",
"JWT Token": "JWT টোকেন",
+ "Kagi Search API Key": "",
"Keep Alive": "সচল রাখুন",
"Key": "",
"Keyboard shortcuts": "কিবোর্ড শর্টকাটসমূহ",
@@ -585,6 +607,7 @@
"New Chat": "নতুন চ্যাট",
"New folder": "",
"New Password": "নতুন পাসওয়ার্ড",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "দ্রষ্টব্য: আপনি যদি ন্যূনতম স্কোর সেট করেন তবে অনুসন্ধানটি কেবলমাত্র ন্যূনতম স্কোরের চেয়ে বেশি বা সমান স্কোর সহ নথিগুলি ফেরত দেবে।",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "নোটিফিকেশনসমূহ",
"November": "নভেম্বর",
"num_gpu (Ollama)": "",
@@ -756,8 +780,7 @@
"Search Tools": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "{{কাউন্ট}} অনুসন্ধান করা হয়েছে sites_one",
- "Searched {{count}} sites_other": "{{কাউন্ট}} অনুসন্ধান করা হয়েছে sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "Searxng ক্যোয়ারী URL",
@@ -825,6 +848,7 @@
"Sign up": "সাইন আপ",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "উৎস",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "স্পিচ রিকগনিশনে সমস্যা: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "",
"Type": "টাইপ",
"Type Hugging Face Resolve (Download) URL": "Hugging Face থেকে ডাউনলোড করার ইউআরএল টাইপ করুন",
- "Uh-oh! There was an issue connecting to {{provider}}.": "ওহ-হো! {{provider}} এর সাথে কানেকশনে সমস্যা হয়েছে।",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "ওয়েবহুক URL",
"WebUI Settings": "WebUI সেটিংসমূহ",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json
index 276d33cfb..2f767e05c 100644
--- a/src/lib/i18n/locales/ca-ES/translation.json
+++ b/src/lib/i18n/locales/ca-ES/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Els administradors tenen accés a totes les eines en tot moment; els usuaris necessiten eines assignades per model a l'espai de treball.",
"Advanced Parameters": "Paràmetres avançats",
"Advanced Params": "Paràmetres avançats",
- "All chats": "Tots els xats",
"All Documents": "Tots els documents",
"All models deleted successfully": "Tots els models s'han eliminat correctament",
"Allow Chat Delete": "Permetre eliminar el xat",
@@ -77,6 +76,8 @@
"Archive All Chats": "Arxiva tots els xats",
"Archived Chats": "Xats arxivats",
"archived-chat-export": "archived-chat-export",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "Estàs segur que vols desarxivar tots els xats arxivats?",
"Are you sure?": "Estàs segur?",
"Arena Models": "Models de l'Arena",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Mida del lot (num_batch)",
"before": "abans",
"Being lazy": "Essent mandrós",
+ "Beta": "",
"Bing Search V7 Endpoint": "Punt de connexió a Bing Search V7",
"Bing Search V7 Subscription Key": "Clau de subscripció a Bing Search V7",
"Brave Search API Key": "Clau API de Brave Search",
@@ -119,8 +121,11 @@
"Camera": "Càmera",
"Cancel": "Cancel·lar",
"Capabilities": "Capacitats",
+ "Capture": "Captura",
"Certificate Path": "Camí del certificat",
"Change Password": "Canviar la contrasenya",
+ "Channel Name": "",
+ "Channels": "",
"Character": "Personatge",
"Character limit for autocomplete generation input": "Límit de caràcters per a l'entrada de generació automàtica",
"Chart new frontiers": "Traça noves fronteres",
@@ -163,6 +168,7 @@
"Collection": "Col·lecció",
"Color": "Color",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "Configurar la clau API de ComfyUI",
"ComfyUI Base URL": "URL base de ComfyUI",
"ComfyUI Base URL is required.": "L'URL base de ComfyUI és obligatòria.",
"ComfyUI Workflow": "Flux de treball de ComfyUI",
@@ -175,6 +181,7 @@
"Confirm": "Confirmar",
"Confirm Password": "Confirmar la contrasenya",
"Confirm your action": "Confirma la teva acció",
+ "Confirm your new password": "",
"Connections": "Connexions",
"Contact Admin for WebUI Access": "Posat en contacte amb l'administrador per accedir a WebUI",
"Content": "Contingut",
@@ -201,6 +208,7 @@
"Create a model": "Crear un model",
"Create Account": "Crear un compte",
"Create Admin Account": "Crear un compte d'Administrador",
+ "Create Channel": "",
"Create Group": "Crear grup",
"Create Knowledge": "Crear Coneixement",
"Create new key": "Crear una nova clau",
@@ -236,6 +244,7 @@
"Delete chat?": "Eliminar el xat?",
"Delete folder?": "Eliminar la carpeta?",
"Delete function?": "Eliminar funció?",
+ "Delete Message": "",
"Delete prompt?": "Eliminar indicació?",
"delete this link": "Eliminar aquest enllaç",
"Delete tool?": "Eliminar eina?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "p. ex. Eines per dur a terme operacions",
"Edit": "Editar",
"Edit Arena Model": "Editar model de l'Arena",
+ "Edit Channel": "",
"Edit Connection": "Editar la connexió",
"Edit Default Permissions": "Editar el permisos per defecte",
"Edit Memory": "Editar la memòria",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "Activar l'autenticació amb clau API",
"Enable autocomplete generation for chat messages": "Activar la generació automàtica per als missatges del xat",
"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 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",
@@ -330,6 +341,7 @@
"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 Jina API Key": "Introdueix la clau API de Jina",
+ "Enter Kagi Search API Key": "Introdueix la clau API de Kagi Search",
"Enter language codes": "Introdueix els codis de llenguatge",
"Enter Model ID": "Introdueix l'identificador del model",
"Enter model tag (e.g. {{modelTag}})": "Introdueix l'etiqueta del model (p. ex. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Introdueix la seqüència de parada",
"Enter system prompt": "Introdueix la indicació de sistema",
"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.": "",
"Enter Tika Server URL": "Introdueix l'URL del servidor Tika",
"Enter Top K": "Introdueix Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Introdueix l'URL (p. ex. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Introdueix l'URL (p. ex. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Introdueix el teu correu electrònic",
"Enter Your Full Name": "Introdueix el teu nom complet",
"Enter your message": "Introdueix el teu missatge",
+ "Enter your new password": "",
"Enter Your Password": "Introdueix la teva contrasenya",
"Enter Your Role": "Introdueix el teu rol",
"Enter Your Username": "Introdueix el teu nom d'usuari",
+ "Enter your webhook URL": "",
"Error": "Error",
"ERROR": "ERROR",
+ "Error accessing Google Drive: {{error}}": "Error en accedir a Google Drive: {{error}}",
+ "Error uploading file: {{error}}": "Error en pujar l'arxiu: {{error}}",
"Evaluations": "Avaluacions",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "Exemple: (&(objectClass=inetOrgPerson)(uid=%s))",
"Example: ALL": "Exemple: TOTS",
@@ -402,6 +420,7 @@
"File not found.": "No s'ha trobat l'arxiu.",
"File removed successfully.": "Arxiu eliminat correctament.",
"File size should not exceed {{maxSize}} MB.": "La mida del fitxer no ha de superar els {{maxSize}} MB.",
+ "File uploaded successfully": "arxiu pujat satisfactòriament",
"Files": "Arxius",
"Filter is now globally disabled": "El filtre ha estat desactivat globalment",
"Filter is now globally enabled": "El filtre ha estat activat globalment",
@@ -435,11 +454,11 @@
"General Settings": "Preferències generals",
"Generate Image": "Generar imatge",
"Generating search query": "Generant consulta",
- "Generation Info": "Informació sobre la generació",
"Get started": "Començar",
"Get started with {{WEBUI_NAME}}": "Començar amb {{WEBUI_NAME}}",
"Global": "Global",
"Good Response": "Bona resposta",
+ "Google Drive": "Google Drive",
"Google PSE API Key": "Clau API PSE de Google",
"Google PSE Engine Id": "Identificador del motor PSE de Google",
"Group created successfully": "El grup s'ha creat correctament",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Afirmo que he llegit i entenc les implicacions de la meva acció. Soc conscient dels riscos associats a l'execució de codi arbitrari i he verificat la fiabilitat de la font.",
"ID": "ID",
"Ignite curiosity": "Despertar la curiositat",
+ "Image Compression": "",
"Image Generation (Experimental)": "Generació d'imatges (Experimental)",
"Image Generation Engine": "Motor de generació d'imatges",
+ "Image Max Compression Size": "",
"Image Settings": "Preferències d'imatges",
"Images": "Imatges",
"Import Chats": "Importar xats",
@@ -495,6 +516,7 @@
"June": "Juny",
"JWT Expiration": "Caducitat del JWT",
"JWT Token": "Token JWT",
+ "Kagi Search API Key": "Clau API de Kagi Search",
"Keep Alive": "Manté actiu",
"Key": "Clau",
"Keyboard shortcuts": "Dreceres de teclat",
@@ -583,8 +605,9 @@
"Name": "Nom",
"Name your knowledge base": "Anomena la teva base de coneixement",
"New Chat": "Nou xat",
- "New folder": "Nova carpeta",
+ "New folder": "",
"New Password": "Nova contrasenya",
+ "new-channel": "",
"No content found": "No s'ha trobat contingut",
"No content to speak": "No hi ha contingut per parlar",
"No distance available": "No hi ha distància disponible",
@@ -607,6 +630,7 @@
"Not helpful": "No ajuda",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si s'estableix una puntuació mínima, la cerca només retornarà documents amb una puntuació major o igual a la puntuació mínima.",
"Notes": "Notes",
+ "Notification Webhook": "",
"Notifications": "Notificacions",
"November": "Novembre",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -756,9 +780,7 @@
"Search Tools": "Cercar eines",
"SearchApi API Key": "Clau API de SearchApi",
"SearchApi Engine": "Motor de SearchApi",
- "Searched {{count}} sites_one": "S'ha cercat {{count}} una pàgina",
- "Searched {{count}} sites_many": "S'han cercat {{count}} pàgines",
- "Searched {{count}} sites_other": "S'han cercat {{count}} pàgines",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Cercant \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "Cercant \"{{searchQuery}}\" al coneixement",
"Searxng Query URL": "URL de consulta de Searxng",
@@ -826,6 +848,7 @@
"Sign up": "Registrar-se",
"Sign up to {{WEBUI_NAME}}": "Registrar-se a {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Iniciant sessió a {{WEBUI_NAME}}",
+ "sk-1234": "sk-1234",
"Source": "Font",
"Speech Playback Speed": "Velocitat de la parla",
"Speech recognition error: {{error}}": "Error de reconeixement de veu: {{error}}",
@@ -930,7 +953,7 @@
"TTS Voice": "Veu TTS",
"Type": "Tipus",
"Type Hugging Face Resolve (Download) URL": "Escriu l'URL de Resolució (Descàrrega) de Hugging Face",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Oh! Hi ha hagut un problema connectant a {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "Vaja! Hi ha hagut una incidència amb la resposta.",
"UI": "UI",
"Unarchive All": "Desarxivar tot",
"Unarchive All Archived Chats": "Desarxivar tots els xats arxivats",
@@ -991,6 +1014,7 @@
"Web Search Query Generation": "Generació de consultes per a la cerca de la web",
"Webhook URL": "URL del webhook",
"WebUI Settings": "Preferències de WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI farà peticions a \"{{url}}/api/chat\"",
"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI farà peticions a \"{{url}}/chat/completions\"",
"What are you trying to achieve?": "Què intentes aconseguir?",
diff --git a/src/lib/i18n/locales/ceb-PH/translation.json b/src/lib/i18n/locales/ceb-PH/translation.json
index fe9f67ad5..e83d372ba 100644
--- a/src/lib/i18n/locales/ceb-PH/translation.json
+++ b/src/lib/i18n/locales/ceb-PH/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
"Advanced Parameters": "advanced settings",
"Advanced Params": "",
- "All chats": "",
"All Documents": "",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "",
"Archived Chats": "pagrekord sa chat",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Sigurado ka ?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "",
"before": "",
"Being lazy": "",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "",
@@ -119,8 +121,11 @@
"Camera": "",
"Cancel": "Pagkanselar",
"Capabilities": "",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Usba ang password",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "Koleksyon",
"Color": "",
"ComfyUI": "",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "",
"ComfyUI Base URL is required.": "",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "",
"Confirm Password": "Kumpirma ang password",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "Mga koneksyon",
"Contact Admin for WebUI Access": "",
"Content": "Kontento",
@@ -201,6 +208,7 @@
"Create a model": "",
"Create Account": "Paghimo og account",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "",
"Delete tool?": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "",
"Enter Image Size (e.g. 512x512)": "Pagsulod sa gidak-on sa hulagway (pananglitan 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "Pagsulod sa template tag (e.g. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Pagsulod sa katapusan nga han-ay",
"Enter system prompt": "",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "Pagsulod sa Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Pagsulod sa URL (e.g. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
+ "Enter your current password": "",
"Enter Your Email": "Pagsulod sa imong e-mail address",
"Enter Your Full Name": "Ibutang ang imong tibuok nga ngalan",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "Ibutang ang imong password",
"Enter Your Role": "",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "Wala makit-an ang file.",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
@@ -435,11 +454,11 @@
"General Settings": "kinatibuk-ang mga setting",
"Generate Image": "",
"Generating search query": "",
- "Generation Info": "",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "",
+ "Google Drive": "",
"Google PSE API Key": "",
"Google PSE Engine Id": "",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Pagmugna og hulagway (Eksperimento)",
"Image Generation Engine": "Makina sa paghimo og imahe",
+ "Image Max Compression Size": "",
"Image Settings": "Mga Setting sa Imahen",
"Images": "Mga hulagway",
"Import Chats": "Import nga mga chat",
@@ -495,6 +516,7 @@
"June": "",
"JWT Expiration": "Pag-expire sa JWT",
"JWT Token": "JWT token",
+ "Kagi Search API Key": "",
"Keep Alive": "Padayon nga aktibo",
"Key": "",
"Keyboard shortcuts": "Mga shortcut sa keyboard",
@@ -585,6 +607,7 @@
"New Chat": "Bag-ong diskusyon",
"New folder": "",
"New Password": "Bag-ong Password",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "Mga pahibalo sa desktop",
"November": "",
"num_gpu (Ollama)": "",
@@ -756,8 +780,7 @@
"Search Tools": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "",
- "Searched {{count}} sites_other": "",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "",
@@ -825,6 +848,7 @@
"Sign up": "Pagrehistro",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "Tinubdan",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "Sayop sa pag-ila sa tingog: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "",
"Type": "",
"Type Hugging Face Resolve (Download) URL": "Pagsulod sa resolusyon (pag-download) URL Hugging Face",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Uh-oh! {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "",
"WebUI Settings": "Mga Setting sa WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/cs-CZ/translation.json b/src/lib/i18n/locales/cs-CZ/translation.json
index 2ec6671c9..3aeb249be 100644
--- a/src/lib/i18n/locales/cs-CZ/translation.json
+++ b/src/lib/i18n/locales/cs-CZ/translation.json
@@ -1,6 +1,6 @@
{
"-1 for no limit, or a positive integer for a specific limit": "",
- "'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' nebo '-1' pro žádné vypršení platnosti.",
+ "'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' nebo '-1' pro žádné vypršení.",
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(např. `sh webui.sh --api --api-auth username_password`)",
"(e.g. `sh webui.sh --api`)": "(např. `sh webui.sh --api`)",
"(latest)": "Nejnovější",
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Administrátoři mají přístup ke všem nástrojům kdykoliv; uživatelé potřebují mít nástroje přiřazené podle modelu ve workspace.",
"Advanced Parameters": "Pokročilé parametry",
"Advanced Params": "Pokročilé parametry",
- "All chats": "Všechny chaty",
"All Documents": "Všechny dokumenty",
"All models deleted successfully": "Všechny modely úspěšně odstráněny",
"Allow Chat Delete": "Povolit odstranění chatu",
@@ -77,6 +76,8 @@
"Archive All Chats": "Archivovat všechny chaty",
"Archived Chats": "Archivované chaty",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Jste si jistý?",
"Arena Models": "Arena modely",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Batch size (num_batch)",
"before": "před",
"Being lazy": "",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Klíč API pro Brave Search",
@@ -119,8 +121,11 @@
"Camera": "Kamera",
"Cancel": "Zrušit",
"Capabilities": "Schopnosti",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Změnit heslo",
+ "Channel Name": "",
+ "Channels": "",
"Character": "Znak",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "",
"Color": "Barva",
"ComfyUI": "ComfyUI.",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "Základní URL ComfyUI",
"ComfyUI Base URL is required.": "Je vyžadována základní URL pro ComfyUI.",
"ComfyUI Workflow": "Pracovní postup ComfyUI",
@@ -175,6 +181,7 @@
"Confirm": "Potvrdit",
"Confirm Password": "Potvrzení hesla",
"Confirm your action": "Potvrďte svoji akci",
+ "Confirm your new password": "",
"Connections": "Připojení",
"Contact Admin for WebUI Access": "Kontaktujte administrátora pro přístup k webovému rozhraní.",
"Content": "Obsah",
@@ -201,6 +208,7 @@
"Create a model": "Vytvořte model",
"Create Account": "Vytvořit účet",
"Create Admin Account": "Vytvořit admin účet",
+ "Create Channel": "",
"Create Group": "Vytvořit skupinu",
"Create Knowledge": "Vytvořit knowledge",
"Create new key": "Vytvořit nový klíč",
@@ -236,6 +244,7 @@
"Delete chat?": "Smazat konverzaci?",
"Delete folder?": "Smazat složku?",
"Delete function?": "Funkce pro odstranění?",
+ "Delete Message": "",
"Delete prompt?": "Smazat prompt?",
"delete this link": "smazat tento odkaz",
"Delete tool?": "Odstranit nástroj?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Upravit",
"Edit Arena Model": "Upravit Arena Model",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "Upravit paměť",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "Povolit hodnocení zpráv",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Zadejte ID vyhledávacího mechanismu Google PSE",
"Enter Image Size (e.g. 512x512)": "Zadejte velikost obrázku (např. 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Zadejte kódy jazyků",
"Enter Model ID": "Zadejte ID modelu",
"Enter model tag (e.g. {{modelTag}})": "Zadejte označení modelu (např. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Zadejte ukončovací sekvenci",
"Enter system prompt": "Vložte systémový prompt",
"Enter Tavily API Key": "Zadejte API klíč Tavily",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Zadejte URL serveru Tika",
"Enter Top K": "Zadejte horní K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Zadejte URL (např. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Zadejte URL (např. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Zadejte svůj email",
"Enter Your Full Name": "Zadejte své plné jméno",
"Enter your message": "Zadejte svou zprávu",
+ "Enter your new password": "",
"Enter Your Password": "Zadejte své heslo",
"Enter Your Role": "Zadejte svou roli",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Chyba",
"ERROR": "Chyba",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "Hodnocení",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "Soubor nenalezen.",
"File removed successfully.": "Soubor byl úspěšně odstraněn.",
"File size should not exceed {{maxSize}} MB.": "Velikost souboru by neměla překročit {{maxSize}} MB.",
+ "File uploaded successfully": "",
"Files": "Soubory",
"Filter is now globally disabled": "Filtr je nyní globálně zakázán",
"Filter is now globally enabled": "Filtr je nyní globálně povolen.",
@@ -435,11 +454,11 @@
"General Settings": "Obecná nastavení",
"Generate Image": "Vygenerovat obrázek",
"Generating search query": "Generování vyhledávacího dotazu",
- "Generation Info": "Informace o generaci",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "Globální",
"Good Response": "Dobrý Odezva",
+ "Google Drive": "",
"Google PSE API Key": "Klíč API pro Google PSE (Programmatically Search Engine)",
"Google PSE Engine Id": "Google PSE Engine Id (Identifikátor vyhledávacího modulu Google PSE)",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Beru na vědomí, že jsem si přečetl a chápu důsledky svých činů. Jsem si vědom rizik spojených s vykonáváním libovolného kódu a ověřil jsem důvěryhodnost zdroje.",
"ID": "ID",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Generování obrázků (experimentální)",
"Image Generation Engine": "Engine pro generování obrázků",
+ "Image Max Compression Size": "",
"Image Settings": "Nastavení obrázku",
"Images": "Obrázky",
"Import Chats": "Importovat konverzace",
@@ -493,8 +514,9 @@
"JSON Preview": "Náhled JSON",
"July": "Červenec",
"June": "červen",
- "JWT Expiration": "Vypršení platnosti JWT (JSON Web Token)",
+ "JWT Expiration": "Vypršení JWT",
"JWT Token": "JWT Token (JSON Web Token)",
+ "Kagi Search API Key": "",
"Keep Alive": "Udržovat spojení",
"Key": "",
"Keyboard shortcuts": "Klávesové zkratky",
@@ -583,8 +605,9 @@
"Name": "Jméno",
"Name your knowledge base": "",
"New Chat": "Nový chat",
- "New folder": "Nová složka",
+ "New folder": "",
"New Password": "Nové heslo",
+ "new-channel": "",
"No content found": "Nebyly nalezeny žádné obsahové informace.",
"No content to speak": "Žádný obsah k diskusi.",
"No distance available": "Není dostupná žádná vzdálenost",
@@ -607,6 +630,7 @@
"Not helpful": "Nepomocné",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Poznámka: Pokud nastavíte minimální skóre, vyhledávání vrátí pouze dokumenty s hodnocením, které je větší nebo rovno zadanému minimálnímu skóre.",
"Notes": "Poznámky",
+ "Notification Webhook": "",
"Notifications": "Oznámení",
"November": "Listopad",
"num_gpu (Ollama)": "Počet GPU (Ollama)",
@@ -659,8 +683,8 @@
"Permission denied when accessing microphone: {{error}}": "Oprávnění zamítnuto při přístupu k mikrofonu: {{error}}",
"Permissions": "",
"Personalization": "Personalizace",
- "Pin": "Kolík",
- "Pinned": "Připnuto",
+ "Pin": "",
+ "Pinned": "",
"Pioneer insights": "",
"Pipeline deleted successfully": "Pipeline byla úspěšně odstraněna",
"Pipeline downloaded successfully": "Kanál byl úspěšně stažen",
@@ -756,10 +780,7 @@
"Search Tools": "Nástroje pro vyhledávání",
"SearchApi API Key": "Klíč API pro SearchApi",
"SearchApi Engine": "Vyhledávací engine API",
- "Searched {{count}} sites_one": "Prohledáno {{count}} stránek_one",
- "Searched {{count}} sites_few": "",
- "Searched {{count}} sites_many": "",
- "Searched {{count}} sites_other": "Prohledáno {{count}} stránek_jiných",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Hledání \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "Vyhledávání znalostí pro \"{{searchQuery}}\"",
"Searxng Query URL": "Adresa URL dotazu Searxng",
@@ -827,6 +848,7 @@
"Sign up": "Zaregistrovat se",
"Sign up to {{WEBUI_NAME}}": "Zaregistrujte se na {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Přihlašování do {{WEBUI_NAME}}",
+ "sk-1234": "",
"Source": "Zdroj",
"Speech Playback Speed": "Rychlost přehrávání řeči",
"Speech recognition error: {{error}}": "Chyba rozpoznávání řeči: {{error}}",
@@ -931,7 +953,7 @@
"TTS Voice": "TTS hlas",
"Type": "Napište",
"Type Hugging Face Resolve (Download) URL": "Zadejte URL pro úspěšné stažení z Hugging Face.",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Jejda! Došlo k problému s připojením k poskytovateli {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "UI",
"Unarchive All": "Odarchivovat všechny",
"Unarchive All Archived Chats": "",
@@ -992,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "Webhook URL",
"WebUI Settings": "Nastavení WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/da-DK/translation.json b/src/lib/i18n/locales/da-DK/translation.json
index 5775250f4..01a54a5ab 100644
--- a/src/lib/i18n/locales/da-DK/translation.json
+++ b/src/lib/i18n/locales/da-DK/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Administratorer har adgang til alle værktøjer altid; brugere skal tilføjes værktøjer pr. model i hvert workspace.",
"Advanced Parameters": "Advancerede indstillinger",
"Advanced Params": "Advancerede indstillinger",
- "All chats": "",
"All Documents": "Alle dokumenter",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "Arkiver alle chats",
"Archived Chats": "Arkiverede chats",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Er du sikker?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Batch størrelse (num_batch)",
"before": "før",
"Being lazy": "At være doven",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Brave Search API nøgle",
@@ -119,8 +121,11 @@
"Camera": "Kamera",
"Cancel": "Afbryd",
"Capabilities": "Funktioner",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Skift password",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "Samling",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUI Base URL",
"ComfyUI Base URL is required.": "ComfyUI Base URL er påkrævet.",
"ComfyUI Workflow": "ComfyUI Workflow",
@@ -175,6 +181,7 @@
"Confirm": "Bekræft",
"Confirm Password": "Bekræft password",
"Confirm your action": "Bekræft din handling",
+ "Confirm your new password": "",
"Connections": "Forbindelser",
"Contact Admin for WebUI Access": "Kontakt din administrator for adgang til WebUI",
"Content": "Indhold",
@@ -201,6 +208,7 @@
"Create a model": "Lav en model",
"Create Account": "Opret profil",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "Opret Viden",
"Create new key": "Opret en ny nøgle",
@@ -236,6 +244,7 @@
"Delete chat?": "Slet chat?",
"Delete folder?": "",
"Delete function?": "Slet funktion?",
+ "Delete Message": "",
"Delete prompt?": "Slet prompt?",
"delete this link": "slet dette link",
"Delete tool?": "Slet værktøj?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Rediger",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "Rediger hukommelse",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Indtast Google PSE Engine ID",
"Enter Image Size (e.g. 512x512)": "Indtast billedstørrelse (f.eks. 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Indtast sprogkoder",
"Enter Model ID": "Indtast model-ID",
"Enter model tag (e.g. {{modelTag}})": "Indtast modelmærke (f.eks. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Indtast stopsekvens",
"Enter system prompt": "Indtast systemprompt",
"Enter Tavily API Key": "Indtast Tavily API-nøgle",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Indtast Tika Server URL",
"Enter Top K": "Indtast Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Indtast URL (f.eks. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Indtast URL (f.eks. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Indtast din e-mail",
"Enter Your Full Name": "Indtast dit fulde navn",
"Enter your message": "Indtast din besked",
+ "Enter your new password": "",
"Enter Your Password": "Indtast din adgangskode",
"Enter Your Role": "Indtast din rolle",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Fejl",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "Filen blev ikke fundet.",
"File removed successfully.": "Fil fjernet.",
"File size should not exceed {{maxSize}} MB.": "Filstørrelsen må ikke overstige {{maxSize}} MB.",
+ "File uploaded successfully": "",
"Files": "Filer",
"Filter is now globally disabled": "Filter er nu globalt deaktiveret",
"Filter is now globally enabled": "Filter er nu globalt aktiveret",
@@ -435,11 +454,11 @@
"General Settings": "Generelle indstillinger",
"Generate Image": "Generer billede",
"Generating search query": "Genererer søgeforespørgsel",
- "Generation Info": "Genereringsinfo",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "Global",
"Good Response": "Godt svar",
+ "Google Drive": "",
"Google PSE API Key": "Google PSE API-nøgle",
"Google PSE Engine Id": "Google PSE Engine-ID",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Jeg anerkender, at jeg har læst og forstået konsekvenserne af min handling. Jeg er opmærksom på de risici, der er forbundet med at udføre vilkårlig kode, og jeg har verificeret kildens troværdighed.",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Billedgenerering (eksperimentel)",
"Image Generation Engine": "Billedgenereringsengine",
+ "Image Max Compression Size": "",
"Image Settings": "Billedindstillinger",
"Images": "Billeder",
"Import Chats": "Importer chats",
@@ -495,6 +516,7 @@
"June": "Juni",
"JWT Expiration": "JWT-udløb",
"JWT Token": "JWT-token",
+ "Kagi Search API Key": "",
"Keep Alive": "Hold i live",
"Key": "",
"Keyboard shortcuts": "Tastaturgenveje",
@@ -585,6 +607,7 @@
"New Chat": "Ny chat",
"New folder": "",
"New Password": "Ny adgangskode",
+ "new-channel": "",
"No content found": "",
"No content to speak": "Intet indhold at tale",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Bemærk: Hvis du angiver en minimumscore, returnerer søgningen kun dokumenter med en score, der er større end eller lig med minimumscoren.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "Notifikationer",
"November": "November",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -756,8 +780,7 @@
"Search Tools": "Søg i værktøjer",
"SearchApi API Key": "SearchApi API-nøgle",
"SearchApi Engine": "SearchApi-engine",
- "Searched {{count}} sites_one": "Søgte {{count}} websted",
- "Searched {{count}} sites_other": "Søgte {{count}} websteder",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Søger efter \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "Søger i viden efter \"{{searchQuery}}\"",
"Searxng Query URL": "Searxng forespørgsels-URL",
@@ -825,6 +848,7 @@
"Sign up": "Tilmeld dig",
"Sign up to {{WEBUI_NAME}}": "Tilmeld dig {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Logger ind på {{WEBUI_NAME}}",
+ "sk-1234": "",
"Source": "Kilde",
"Speech Playback Speed": "Talehastighed",
"Speech recognition error: {{error}}": "Talegenkendelsesfejl: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "TTS-stemme",
"Type": "Type",
"Type Hugging Face Resolve (Download) URL": "Indtast Hugging Face Resolve (Download) URL",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Ups! Der opstod et problem med at oprette forbindelse til {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "UI",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "Webhook-URL",
"WebUI Settings": "WebUI-indstillinger",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json
index ac65bce84..da85c2a54 100644
--- a/src/lib/i18n/locales/de-DE/translation.json
+++ b/src/lib/i18n/locales/de-DE/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Administratoren haben jederzeit Zugriff auf alle Werkzeuge. Benutzer können im Arbeitsbereich zugewiesen.",
"Advanced Parameters": "Erweiterte Parameter",
"Advanced Params": "Erweiterte Parameter",
- "All chats": "Alle Unterhaltungen",
"All Documents": "Alle Dokumente",
"All models deleted successfully": "Alle Modelle erfolgreich gelöscht",
"Allow Chat Delete": "Löschen von Unterhaltungen erlauben",
@@ -77,6 +76,8 @@
"Archive All Chats": "Alle Unterhaltungen archivieren",
"Archived Chats": "Archivierte Unterhaltungen",
"archived-chat-export": "archivierter-chat-export",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "Sind Sie sicher, dass Sie alle archivierten Unterhaltungen wiederherstellen möchten?",
"Are you sure?": "Sind Sie sicher?",
"Arena Models": "Arena-Modelle",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Stapelgröße (num_batch)",
"before": "bereits geteilt",
"Being lazy": "Faulheit",
+ "Beta": "",
"Bing Search V7 Endpoint": "Bing Search V7-Endpunkt",
"Bing Search V7 Subscription Key": "Bing Search V7-Abonnement-Schlüssel",
"Brave Search API Key": "Brave Search API-Schlüssel",
@@ -119,8 +121,11 @@
"Camera": "Kamera",
"Cancel": "Abbrechen",
"Capabilities": "Fähigkeiten",
+ "Capture": "",
"Certificate Path": "Zertifikatpfad",
"Change Password": "Passwort ändern",
+ "Channel Name": "",
+ "Channels": "",
"Character": "Zeichen",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "Neue Wege beschreiten",
@@ -163,6 +168,7 @@
"Collection": "Kollektion",
"Color": "Farbe",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUI-Basis-URL",
"ComfyUI Base URL is required.": "ComfyUI-Basis-URL wird benötigt.",
"ComfyUI Workflow": "ComfyUI-Workflow",
@@ -175,6 +181,7 @@
"Confirm": "Bestätigen",
"Confirm Password": "Passwort bestätigen",
"Confirm your action": "Bestätigen Sie Ihre Aktion.",
+ "Confirm your new password": "",
"Connections": "Verbindungen",
"Contact Admin for WebUI Access": "Kontaktieren Sie den Administrator für den Zugriff auf die Weboberfläche",
"Content": "Info",
@@ -201,6 +208,7 @@
"Create a model": "Modell erstellen",
"Create Account": "Konto erstellen",
"Create Admin Account": "Administrator-Account erstellen",
+ "Create Channel": "",
"Create Group": "Gruppe erstellen",
"Create Knowledge": "Wissen erstellen",
"Create new key": "Neuen Schlüssel erstellen",
@@ -236,6 +244,7 @@
"Delete chat?": "Unterhaltung löschen?",
"Delete folder?": "Ordner löschen?",
"Delete function?": "Funktion löschen?",
+ "Delete Message": "",
"Delete prompt?": "Prompt löschen?",
"delete this link": "diesen Link löschen",
"Delete tool?": "Werkzeug löschen?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "z. B. Werkzeuge für verschiedene Operationen",
"Edit": "Bearbeiten",
"Edit Arena Model": "Arena-Modell bearbeiten",
+ "Edit Channel": "",
"Edit Connection": "Verbindung bearbeiten",
"Edit Default Permissions": "Standardberechtigungen bearbeiten",
"Edit Memory": "Erinnerungen bearbeiten",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "API-Schlüssel-Authentifizierung aktivieren",
"Enable autocomplete generation for chat messages": "",
"Enable Community Sharing": "Community-Freigabe aktivieren",
+ "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.": "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 Message Rating": "Nachrichtenbewertung aktivieren",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Geben Sie die Google PSE-Engine-ID ein",
"Enter Image Size (e.g. 512x512)": "Geben Sie die Bildgröße ein (z. B. 512x512)",
"Enter Jina API Key": "Geben Sie den Jina-API-Schlüssel ein",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Geben Sie die Sprachcodes ein",
"Enter Model ID": "Geben Sie die Modell-ID ein",
"Enter model tag (e.g. {{modelTag}})": "Geben Sie den Model-Tag ein",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Stop-Sequenz eingeben",
"Enter system prompt": "Systemprompt eingeben",
"Enter Tavily API Key": "Geben Sie den Tavily-API-Schlüssel ein",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Geben Sie die Tika-Server-URL ein",
"Enter Top K": "Geben Sie Top K ein",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Geben Sie die URL ein (z. B. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Geben Sie die URL ein (z. B. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Geben Sie Ihre E-Mail-Adresse ein",
"Enter Your Full Name": "Geben Sie Ihren vollständigen Namen ein",
"Enter your message": "Geben Sie Ihre Nachricht ein",
+ "Enter your new password": "",
"Enter Your Password": "Geben Sie Ihr Passwort ein",
"Enter Your Role": "Geben Sie Ihre Rolle ein",
"Enter Your Username": "Geben Sie Ihren Benutzernamen ein",
+ "Enter your webhook URL": "",
"Error": "Fehler",
"ERROR": "FEHLER",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "Evaluationen",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "Beispiel: (&(objectClass=inetOrgPerson)(uid=%s))",
"Example: ALL": "Beispiel: ALL",
@@ -402,6 +420,7 @@
"File not found.": "Datei nicht gefunden.",
"File removed successfully.": "Datei erfolgreich entfernt.",
"File size should not exceed {{maxSize}} MB.": "Datei darf nicht größer als {{maxSize}} MB sein.",
+ "File uploaded successfully": "",
"Files": "Dateien",
"Filter is now globally disabled": "Filter ist jetzt global deaktiviert",
"Filter is now globally enabled": "Filter ist jetzt global aktiviert",
@@ -435,11 +454,11 @@
"General Settings": "Allgemeine Einstellungen",
"Generate Image": "Bild erzeugen",
"Generating search query": "Suchanfrage wird erstellt",
- "Generation Info": "Generierungsinformationen",
"Get started": "Loslegen",
"Get started with {{WEBUI_NAME}}": "Loslegen mit {{WEBUI_NAME}}",
"Global": "Global",
"Good Response": "Gute Antwort",
+ "Google Drive": "",
"Google PSE API Key": "Google PSE-API-Schlüssel",
"Google PSE Engine Id": "Google PSE-Engine-ID",
"Group created successfully": "Gruppe erfolgreich erstellt",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Ich bestätige, dass ich gelesen habe und die Auswirkungen meiner Aktion verstehe. Mir sind die Risiken bewusst, die mit der Ausführung beliebigen Codes verbunden sind, und ich habe die Vertrauenswürdigkeit der Quelle überprüft.",
"ID": "ID",
"Ignite curiosity": "Neugier entfachen",
+ "Image Compression": "",
"Image Generation (Experimental)": "Bildgenerierung (experimentell)",
"Image Generation Engine": "Bildgenerierungs-Engine",
+ "Image Max Compression Size": "",
"Image Settings": "Bildeinstellungen",
"Images": "Bilder",
"Import Chats": "Unterhaltungen importieren",
@@ -495,6 +516,7 @@
"June": "Juni",
"JWT Expiration": "JWT-Ablauf",
"JWT Token": "JWT-Token",
+ "Kagi Search API Key": "",
"Keep Alive": "Verbindung aufrechterhalten",
"Key": "Schlüssel",
"Keyboard shortcuts": "Tastenkombinationen",
@@ -583,8 +605,9 @@
"Name": "Name",
"Name your knowledge base": "Benennen Sie Ihren Wissensspeicher",
"New Chat": "Neue Unterhaltung",
- "New folder": "Neuer Ordner",
+ "New folder": "",
"New Password": "Neues Passwort",
+ "new-channel": "",
"No content found": "Kein Inhalt gefunden",
"No content to speak": "Kein Inhalt zum Vorlesen",
"No distance available": "Keine Distanz verfügbar",
@@ -607,6 +630,7 @@
"Not helpful": "Nich hilfreich",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Hinweis: Wenn Sie eine Mindestpunktzahl festlegen, werden in der Suche nur Dokumente mit einer Punktzahl größer oder gleich der Mindestpunktzahl zurückgegeben.",
"Notes": "Notizen",
+ "Notification Webhook": "",
"Notifications": "Benachrichtigungen",
"November": "November",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -756,8 +780,7 @@
"Search Tools": "Werkzeuge durchsuchen...",
"SearchApi API Key": "SearchApi-API-Schlüssel",
"SearchApi Engine": "SearchApi-Engine",
- "Searched {{count}} sites_one": "{{count}} Seite durchsucht",
- "Searched {{count}} sites_other": "{{count}} Seiten durchsucht",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Suche nach \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "Suche im Wissen nach \"{{searchQuery}}\"",
"Searxng Query URL": "Searxng-Abfrage-URL",
@@ -825,6 +848,7 @@
"Sign up": "Registrieren",
"Sign up to {{WEBUI_NAME}}": "Bei {{WEBUI_NAME}} registrieren",
"Signing in to {{WEBUI_NAME}}": "Wird bei {{WEBUI_NAME}} angemeldet",
+ "sk-1234": "",
"Source": "Quelle",
"Speech Playback Speed": "Sprachwiedergabegeschwindigkeit",
"Speech recognition error: {{error}}": "Spracherkennungsfehler: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "TTS-Stimme",
"Type": "Art",
"Type Hugging Face Resolve (Download) URL": "Geben Sie die Hugging Face Resolve-URL ein",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Ups! Es gab ein Problem bei der Verbindung mit {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "Oberfläche",
"Unarchive All": "Alle wiederherstellen",
"Unarchive All Archived Chats": "Alle archivierten Unterhaltungen wiederherstellen",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "Webhook URL",
"WebUI Settings": "WebUI-Einstellungen",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI wird Anfragen an \"{{url}}/api/chat\" senden",
"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI wird Anfragen an \"{{url}}/chat/completions\" senden",
"What are you trying to achieve?": "Was versuchen Sie zu erreichen?",
diff --git a/src/lib/i18n/locales/dg-DG/translation.json b/src/lib/i18n/locales/dg-DG/translation.json
index 4bb7613a8..e534fefdb 100644
--- a/src/lib/i18n/locales/dg-DG/translation.json
+++ b/src/lib/i18n/locales/dg-DG/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
"Advanced Parameters": "Advanced Parameters",
"Advanced Params": "",
- "All chats": "",
"All Documents": "",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "",
"Archived Chats": "",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Such certainty?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "",
"before": "",
"Being lazy": "",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "",
@@ -119,8 +121,11 @@
"Camera": "",
"Cancel": "Cancel",
"Capabilities": "",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Change Password",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "Collection",
"Color": "",
"ComfyUI": "",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "",
"ComfyUI Base URL is required.": "",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "",
"Confirm Password": "Confirm Password",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "Connections",
"Contact Admin for WebUI Access": "",
"Content": "Content",
@@ -201,6 +208,7 @@
"Create a model": "",
"Create Account": "Create Account",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "",
"Delete tool?": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "",
"Enter Image Size (e.g. 512x512)": "Enter Size of Wow (e.g. 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "Enter model doge tag (e.g. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Enter stop bark",
"Enter system prompt": "",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "Enter Top Wow",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Enter URL (e.g. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
+ "Enter your current password": "",
"Enter Your Email": "Enter Your Dogemail",
"Enter Your Full Name": "Enter Your Full Wow",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "Enter Your Barkword",
"Enter Your Role": "",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "Bark not found.",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
@@ -435,11 +454,11 @@
"General Settings": "General Doge Settings",
"Generate Image": "",
"Generating search query": "",
- "Generation Info": "",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "",
+ "Google Drive": "",
"Google PSE API Key": "",
"Google PSE Engine Id": "",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Image Wow (Much Experiment)",
"Image Generation Engine": "Image Engine",
+ "Image Max Compression Size": "",
"Image Settings": "Settings for Wowmage",
"Images": "Wowmages",
"Import Chats": "Import Barks",
@@ -495,6 +516,7 @@
"June": "",
"JWT Expiration": "JWT Expire",
"JWT Token": "JWT Borken",
+ "Kagi Search API Key": "",
"Keep Alive": "Keep Wow",
"Key": "",
"Keyboard shortcuts": "Keyboard Barkcuts",
@@ -585,6 +607,7 @@
"New Chat": "New Bark",
"New folder": "",
"New Password": "New Barkword",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "Notifications",
"November": "",
"num_gpu (Ollama)": "",
@@ -756,10 +780,7 @@
"Search Tools": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "",
- "Searched {{count}} sites_few": "",
- "Searched {{count}} sites_many": "",
- "Searched {{count}} sites_other": "",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "",
@@ -827,6 +848,7 @@
"Sign up": "Sign up much join",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "Source",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "Speech recognition error: {{error}} so error",
@@ -931,7 +953,7 @@
"TTS Voice": "",
"Type": "",
"Type Hugging Face Resolve (Download) URL": "Type Hugging Face Resolve (Download) URL much download",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Uh-oh! There was an issue connecting to {{provider}}. Much uh-oh!",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -992,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "",
"WebUI Settings": "WebUI Settings much settings",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/el-GR/translation.json b/src/lib/i18n/locales/el-GR/translation.json
index 69e44b5cd..4593a9bae 100644
--- a/src/lib/i18n/locales/el-GR/translation.json
+++ b/src/lib/i18n/locales/el-GR/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Οι διαχειριστές έχουν πρόσβαση σε όλα τα εργαλεία ανά πάσα στιγμή· οι χρήστες χρειάζονται εργαλεία ανά μοντέλο στον χώρο εργασίας.",
"Advanced Parameters": "Προηγμένοι Παράμετροι",
"Advanced Params": "Προηγμένα Παράμετροι",
- "All chats": "Όλες οι συνομιλίες",
"All Documents": "Όλα τα Έγγραφα",
"All models deleted successfully": "Όλα τα μοντέλα διαγράφηκαν με επιτυχία",
"Allow Chat Delete": "Επιτρέπεται η διαγραφή συνομιλίας",
@@ -77,6 +76,8 @@
"Archive All Chats": "Αρχειοθέτηση Όλων των Συνομιλιών",
"Archived Chats": "Αρχειοθετημένες Συνομιλίες",
"archived-chat-export": "εξαγωγή-αρχείου-συνομιλίας",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "Είστε σίγουροι ότι θέλετε να απο-αρχειοθετήσετε όλες τις αρχειοθετημένες συνομιλίες;",
"Are you sure?": "Είστε σίγουροι;",
"Arena Models": "Μοντέλα Arena",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Μέγεθος Παρτίδας (num_batch)",
"before": "πριν",
"Being lazy": "Τρώλακας",
+ "Beta": "",
"Bing Search V7 Endpoint": "Τέλος Bing Search V7",
"Bing Search V7 Subscription Key": "Κλειδί Συνδρομής Bing Search V7",
"Brave Search API Key": "Κλειδί API Brave Search",
@@ -119,8 +121,11 @@
"Camera": "Κάμερα",
"Cancel": "Ακύρωση",
"Capabilities": "Δυνατότητες",
+ "Capture": "",
"Certificate Path": "Διαδρομή Πιστοποιητικού",
"Change Password": "Αλλαγή Κωδικού",
+ "Channel Name": "",
+ "Channels": "",
"Character": "Χαρακτήρας",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "Σχεδιάστε νέους ορίζοντες",
@@ -163,6 +168,7 @@
"Collection": "Συλλογή",
"Color": "Χρώμα",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "Βασικό URL ComfyUI",
"ComfyUI Base URL is required.": "Απαιτείται το Βασικό URL ComfyUI.",
"ComfyUI Workflow": "Ροές Εργασίας ComfyUI",
@@ -175,6 +181,7 @@
"Confirm": "Επιβεβαίωση",
"Confirm Password": "Επιβεβαίωση Κωδικού",
"Confirm your action": "Επιβεβαιώστε την ενέργειά σας",
+ "Confirm your new password": "",
"Connections": "Συνδέσεις",
"Contact Admin for WebUI Access": "Επικοινωνήστε με τον Διαχειριστή για Πρόσβαση στο WebUI",
"Content": "Περιεχόμενο",
@@ -201,6 +208,7 @@
"Create a model": "Δημιουργία μοντέλου",
"Create Account": "Δημιουργία Λογαριασμού",
"Create Admin Account": "Δημιουργία Λογαριασμού Διαχειριστή",
+ "Create Channel": "",
"Create Group": "Δημιουργία Ομάδας",
"Create Knowledge": "Δημιουργία Γνώσης",
"Create new key": "Δημιουργία νέου κλειδιού",
@@ -236,6 +244,7 @@
"Delete chat?": "Διαγραφή συνομιλίας;",
"Delete folder?": "Διαγραφή φακέλου;",
"Delete function?": "Διαγραφή λειτουργίας;",
+ "Delete Message": "",
"Delete prompt?": "Διαγραφή προτροπής;",
"delete this link": "διαγραφή αυτού του συνδέσμου",
"Delete tool?": "Διαγραφή εργαλείου;",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "π.χ. Εργαλεία για την εκτέλεση διάφορων λειτουργιών",
"Edit": "Επεξεργασία",
"Edit Arena Model": "Επεξεργασία Μοντέλου Arena",
+ "Edit Channel": "",
"Edit Connection": "Επεξεργασία Σύνδεσης",
"Edit Default Permissions": "Επεξεργασία Προεπιλεγμένων Δικαιωμάτων",
"Edit Memory": "Επεξεργασία Μνήμης",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "Ενεργοποίηση Επαλήθευσης Κλειδιού API",
"Enable autocomplete generation for chat messages": "",
"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 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": "Ενεργοποίηση Αξιολόγησης Μηνυμάτων",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Εισάγετε το Αναγνωριστικό Μηχανής Google PSE",
"Enter Image Size (e.g. 512x512)": "Εισάγετε το Μέγεθος Εικόνας (π.χ. 512x512)",
"Enter Jina API Key": "Εισάγετε το Κλειδί API Jina",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Εισάγετε κωδικούς γλώσσας",
"Enter Model ID": "Εισάγετε το ID Μοντέλου",
"Enter model tag (e.g. {{modelTag}})": "Εισάγετε την ετικέτα μοντέλου (π.χ. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Εισάγετε τη σειρά παύσης",
"Enter system prompt": "Εισάγετε την προτροπή συστήματος",
"Enter Tavily API Key": "Εισάγετε το Κλειδί API Tavily",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Εισάγετε το URL διακομιστή Tika",
"Enter Top K": "Εισάγετε το Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Εισάγετε το URL (π.χ. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Εισάγετε το URL (π.χ. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Εισάγετε το Email σας",
"Enter Your Full Name": "Εισάγετε το Πλήρες Όνομά σας",
"Enter your message": "Εισάγετε το μήνυμά σας",
+ "Enter your new password": "",
"Enter Your Password": "Εισάγετε τον Κωδικό σας",
"Enter Your Role": "Εισάγετε τον Ρόλο σας",
"Enter Your Username": "Εισάγετε το Όνομα Χρήστη σας",
+ "Enter your webhook URL": "",
"Error": "Σφάλμα",
"ERROR": "ΣΦΑΛΜΑ",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "Αξιολογήσεις",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "Παράδειγμα: (&(objectClass=inetOrgPerson)(uid=%s))",
"Example: ALL": "Παράδειγμα: ALL",
@@ -402,6 +420,7 @@
"File not found.": "Αρχείο δεν βρέθηκε.",
"File removed successfully.": "Το αρχείο αφαιρέθηκε με επιτυχία.",
"File size should not exceed {{maxSize}} MB.": "Το μέγεθος του αρχείου δεν πρέπει να υπερβαίνει τα {{maxSize}} MB.",
+ "File uploaded successfully": "",
"Files": "Αρχεία",
"Filter is now globally disabled": "Το φίλτρο είναι τώρα καθολικά απενεργοποιημένο",
"Filter is now globally enabled": "Το φίλτρο είναι τώρα καθολικά ενεργοποιημένο",
@@ -435,11 +454,11 @@
"General Settings": "Γενικές Ρυθμίσεις",
"Generate Image": "Δημιουργία Εικόνας",
"Generating search query": "Γενιά αναζήτησης ερώτησης",
- "Generation Info": "Πληροφορίες Γενιάς",
"Get started": "Ξεκινήστε",
"Get started with {{WEBUI_NAME}}": "Ξεκινήστε με {{WEBUI_NAME}}",
"Global": "Καθολικό",
"Good Response": "Καλή Απάντηση",
+ "Google Drive": "",
"Google PSE API Key": "Κλειδί API Google PSE",
"Google PSE Engine Id": "Αναγνωριστικό Μηχανής Google PSE",
"Group created successfully": "Η ομάδα δημιουργήθηκε με επιτυχία",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Αναγνωρίζω ότι έχω διαβάσει και κατανοώ τις συνέπειες της ενέργειάς μου. Γνωρίζω τους κινδύνους που σχετίζονται με την εκτέλεση αυθαίρετου κώδικα και έχω επαληθεύσει την αξιοπιστία της πηγής.",
"ID": "ID",
"Ignite curiosity": "Ξύπνημα της περιέργειας",
+ "Image Compression": "",
"Image Generation (Experimental)": "Δημιουργία Εικόνας (Πειραματικό)",
"Image Generation Engine": "Μηχανή Δημιουργίας Εικόνας",
+ "Image Max Compression Size": "",
"Image Settings": "Ρυθμίσεις Εικόνας",
"Images": "Εικόνες",
"Import Chats": "Εισαγωγή Συνομιλιών",
@@ -495,6 +516,7 @@
"June": "Ιούνιος",
"JWT Expiration": "Λήξη JWT",
"JWT Token": "Token JWT",
+ "Kagi Search API Key": "",
"Keep Alive": "Διατήρηση Ζωντανής Σύνδεσης",
"Key": "Κλειδί",
"Keyboard shortcuts": "Συντομεύσεις Πληκτρολογίου",
@@ -583,8 +605,9 @@
"Name": "Όνομα",
"Name your knowledge base": "Ονομάστε τη βάση γνώσης σας",
"New Chat": "Νέα Συνομιλία",
- "New folder": "Νέος φάκελος",
+ "New folder": "",
"New Password": "Νέος Κωδικός",
+ "new-channel": "",
"No content found": "Δεν βρέθηκε περιεχόμενο",
"No content to speak": "Δεν υπάρχει περιεχόμενο για ανάγνωση",
"No distance available": "Δεν υπάρχει διαθέσιμη απόσταση",
@@ -607,6 +630,7 @@
"Not helpful": "Δεν είναι χρήσιμο",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Σημείωση: Αν ορίσετε ένα ελάχιστο score, η αναζήτηση θα επιστρέψει μόνο έγγραφα με score μεγαλύτερο ή ίσο με το ελάχιστο score.",
"Notes": "Σημειώσεις",
+ "Notification Webhook": "",
"Notifications": "Ειδοποιήσεις",
"November": "Νοέμβριος",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -756,8 +780,7 @@
"Search Tools": "Αναζήτηση Εργαλείων",
"SearchApi API Key": "Κλειδί API SearchApi",
"SearchApi Engine": "Μηχανή SearchApi",
- "Searched {{count}} sites_one": "Αναζήτησε {{count}} site",
- "Searched {{count}} sites_other": "Αναζήτησε {{count}} sites",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Αναζήτηση \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "Αναζήτηση Γνώσης για \"{{searchQuery}}\"",
"Searxng Query URL": "URL Ερώτησης Searxng",
@@ -825,6 +848,7 @@
"Sign up": "Εγγραφή",
"Sign up to {{WEBUI_NAME}}": "Εγγραφή στο {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Σύνδεση στο {{WEBUI_NAME}}",
+ "sk-1234": "",
"Source": "Πηγή",
"Speech Playback Speed": "Ταχύτητα Αναπαραγωγής Ομιλίας",
"Speech recognition error: {{error}}": "Σφάλμα αναγνώρισης ομιλίας: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "Φωνή TTS",
"Type": "Τύπος",
"Type Hugging Face Resolve (Download) URL": "Τύπος URL Ανάλυσης Hugging Face Resolve (Λήψη)",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Ωχ! Υπήρξε πρόβλημα στη σύνδεση με το {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "Διεπαφή Χρήστη (UI)",
"Unarchive All": "Απο-αρχειοθέτηση Όλων",
"Unarchive All Archived Chats": "Απο-αρχειοθέτηση Όλων των Αρχειοθετημένων Συνομιλιών",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "URL Webhook",
"WebUI Settings": "Ρυθμίσεις WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "Το WebUI θα κάνει αιτήματα στο \"{{url}}/api/chat\"",
"WebUI will make requests to \"{{url}}/chat/completions\"": "Το WebUI θα κάνει αιτήματα στο \"{{url}}/chat/completions\"",
"What are you trying to achieve?": "Τι προσπαθείτε να πετύχετε?",
diff --git a/src/lib/i18n/locales/en-GB/translation.json b/src/lib/i18n/locales/en-GB/translation.json
index 99575141a..3dfe937ff 100644
--- a/src/lib/i18n/locales/en-GB/translation.json
+++ b/src/lib/i18n/locales/en-GB/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
"Advanced Parameters": "",
"Advanced Params": "",
- "All chats": "",
"All Documents": "",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "",
"Archived Chats": "",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "",
"before": "",
"Being lazy": "",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "",
@@ -119,8 +121,11 @@
"Camera": "",
"Cancel": "",
"Capabilities": "",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "",
"Color": "",
"ComfyUI": "",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "",
"ComfyUI Base URL is required.": "",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "",
"Confirm Password": "",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "",
"Contact Admin for WebUI Access": "",
"Content": "",
@@ -201,6 +208,7 @@
"Create a model": "",
"Create Account": "",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "",
"Delete tool?": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "",
"Enter Image Size (e.g. 512x512)": "",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "",
@@ -352,18 +364,24 @@
"Enter stop sequence": "",
"Enter system prompt": "",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "",
"Enter URL (e.g. http://127.0.0.1:7860/)": "",
"Enter URL (e.g. http://localhost:11434)": "",
+ "Enter your current password": "",
"Enter Your Email": "",
"Enter Your Full Name": "",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "",
"Enter Your Role": "",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
@@ -435,11 +454,11 @@
"General Settings": "",
"Generate Image": "",
"Generating search query": "",
- "Generation Info": "",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "",
+ "Google Drive": "",
"Google PSE API Key": "",
"Google PSE Engine Id": "",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "",
"Image Generation Engine": "",
+ "Image Max Compression Size": "",
"Image Settings": "",
"Images": "",
"Import Chats": "",
@@ -495,6 +516,7 @@
"June": "",
"JWT Expiration": "",
"JWT Token": "",
+ "Kagi Search API Key": "",
"Keep Alive": "",
"Key": "",
"Keyboard shortcuts": "",
@@ -585,6 +607,7 @@
"New Chat": "",
"New folder": "",
"New Password": "",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "",
"November": "",
"num_gpu (Ollama)": "",
@@ -756,8 +780,7 @@
"Search Tools": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "",
- "Searched {{count}} sites_other": "",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "",
@@ -825,6 +848,7 @@
"Sign up": "",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "",
@@ -929,7 +953,7 @@
"TTS Voice": "",
"Type": "",
"Type Hugging Face Resolve (Download) URL": "",
- "Uh-oh! There was an issue connecting to {{provider}}.": "",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "",
"WebUI Settings": "",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json
index 99575141a..3dfe937ff 100644
--- a/src/lib/i18n/locales/en-US/translation.json
+++ b/src/lib/i18n/locales/en-US/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
"Advanced Parameters": "",
"Advanced Params": "",
- "All chats": "",
"All Documents": "",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "",
"Archived Chats": "",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "",
"before": "",
"Being lazy": "",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "",
@@ -119,8 +121,11 @@
"Camera": "",
"Cancel": "",
"Capabilities": "",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "",
"Color": "",
"ComfyUI": "",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "",
"ComfyUI Base URL is required.": "",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "",
"Confirm Password": "",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "",
"Contact Admin for WebUI Access": "",
"Content": "",
@@ -201,6 +208,7 @@
"Create a model": "",
"Create Account": "",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "",
"Delete tool?": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "",
"Enter Image Size (e.g. 512x512)": "",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "",
@@ -352,18 +364,24 @@
"Enter stop sequence": "",
"Enter system prompt": "",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "",
"Enter URL (e.g. http://127.0.0.1:7860/)": "",
"Enter URL (e.g. http://localhost:11434)": "",
+ "Enter your current password": "",
"Enter Your Email": "",
"Enter Your Full Name": "",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "",
"Enter Your Role": "",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
@@ -435,11 +454,11 @@
"General Settings": "",
"Generate Image": "",
"Generating search query": "",
- "Generation Info": "",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "",
+ "Google Drive": "",
"Google PSE API Key": "",
"Google PSE Engine Id": "",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "",
"Image Generation Engine": "",
+ "Image Max Compression Size": "",
"Image Settings": "",
"Images": "",
"Import Chats": "",
@@ -495,6 +516,7 @@
"June": "",
"JWT Expiration": "",
"JWT Token": "",
+ "Kagi Search API Key": "",
"Keep Alive": "",
"Key": "",
"Keyboard shortcuts": "",
@@ -585,6 +607,7 @@
"New Chat": "",
"New folder": "",
"New Password": "",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "",
"November": "",
"num_gpu (Ollama)": "",
@@ -756,8 +780,7 @@
"Search Tools": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "",
- "Searched {{count}} sites_other": "",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "",
@@ -825,6 +848,7 @@
"Sign up": "",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "",
@@ -929,7 +953,7 @@
"TTS Voice": "",
"Type": "",
"Type Hugging Face Resolve (Download) URL": "",
- "Uh-oh! There was an issue connecting to {{provider}}.": "",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "",
"WebUI Settings": "",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/es-ES/translation.json b/src/lib/i18n/locales/es-ES/translation.json
index 4f5ea4468..92b314e0e 100644
--- a/src/lib/i18n/locales/es-ES/translation.json
+++ b/src/lib/i18n/locales/es-ES/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Admins tienen acceso a todas las herramientas en todo momento; los usuarios necesitan herramientas asignadas por modelo en el espacio de trabajo.",
"Advanced Parameters": "Parámetros Avanzados",
"Advanced Params": "Parámetros avanzados",
- "All chats": "",
"All Documents": "Todos los Documentos",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "Archivar todos los chats",
"Archived Chats": "Chats archivados",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "¿Está seguro?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Tamaño del Batch (num_batch)",
"before": "antes",
"Being lazy": "Ser perezoso",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Clave de API de Brave Search",
@@ -119,8 +121,11 @@
"Camera": "Cámara",
"Cancel": "Cancelar",
"Capabilities": "Capacidades",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Cambia la Contraseña",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "Colección",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUI Base URL",
"ComfyUI Base URL is required.": "ComfyUI Base URL es requerido.",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "Confirmar",
"Confirm Password": "Confirmar Contraseña",
"Confirm your action": "Confirma tu acción",
+ "Confirm your new password": "",
"Connections": "Conexiones",
"Contact Admin for WebUI Access": "Contacta el administrador para obtener acceso al WebUI",
"Content": "Contenido",
@@ -201,6 +208,7 @@
"Create a model": "Crear un modelo",
"Create Account": "Crear una cuenta",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "Crear Conocimiento",
"Create new key": "Crear una nueva clave",
@@ -236,6 +244,7 @@
"Delete chat?": "Borrar el chat?",
"Delete folder?": "",
"Delete function?": "Borrar la función?",
+ "Delete Message": "",
"Delete prompt?": "Borrar el prompt?",
"delete this link": "Borrar este enlace",
"Delete tool?": "Borrar la herramienta",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Editar",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "Editar Memoria",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"Enable Community Sharing": "Habilitar el uso compartido de la comunidad",
+ "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 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": "Habilitar la calificación de los mensajes",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Introduzca el ID del motor PSE de Google",
"Enter Image Size (e.g. 512x512)": "Ingrese el tamaño de la imagen (p.ej. 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Ingrese códigos de idioma",
"Enter Model ID": "Ingresa el ID del modelo",
"Enter model tag (e.g. {{modelTag}})": "Ingrese la etiqueta del modelo (p.ej. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Ingrese la secuencia de parada",
"Enter system prompt": "Ingrese el prompt del sistema",
"Enter Tavily API Key": "Ingrese la clave API de Tavily",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Ingrese la URL del servidor Tika",
"Enter Top K": "Ingrese el Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Ingrese la URL (p.ej., http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Ingrese la URL (p.ej., http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Ingrese su correo electrónico",
"Enter Your Full Name": "Ingrese su nombre completo",
"Enter your message": "Ingrese su mensaje",
+ "Enter your new password": "",
"Enter Your Password": "Ingrese su contraseña",
"Enter Your Role": "Ingrese su rol",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Error",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "Archivo no encontrado.",
"File removed successfully.": "Archivo eliminado correctamente.",
"File size should not exceed {{maxSize}} MB.": "Tamaño del archivo no debe exceder {{maxSize}} MB.",
+ "File uploaded successfully": "",
"Files": "Archivos",
"Filter is now globally disabled": "El filtro ahora está desactivado globalmente",
"Filter is now globally enabled": "El filtro ahora está habilitado globalmente",
@@ -435,11 +454,11 @@
"General Settings": "Opciones Generales",
"Generate Image": "Generar imagen",
"Generating search query": "Generación de consultas de búsqueda",
- "Generation Info": "Información de Generación",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "Global",
"Good Response": "Buena Respuesta",
+ "Google Drive": "",
"Google PSE API Key": "Clave API de Google PSE",
"Google PSE Engine Id": "ID del motor PSE de Google",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Aseguro que he leído y entiendo las implicaciones de mi acción. Estoy consciente de los riesgos asociados con la ejecución de código arbitrario y he verificado la confianza de la fuente.",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Generación de imágenes (experimental)",
"Image Generation Engine": "Motor de generación de imágenes",
+ "Image Max Compression Size": "",
"Image Settings": "Ajustes de la Imágen",
"Images": "Imágenes",
"Import Chats": "Importar chats",
@@ -495,6 +516,7 @@
"June": "Junio",
"JWT Expiration": "Expiración del JWT",
"JWT Token": "Token JWT",
+ "Kagi Search API Key": "",
"Keep Alive": "Mantener Vivo",
"Key": "",
"Keyboard shortcuts": "Atajos de teclado",
@@ -585,6 +607,7 @@
"New Chat": "Nuevo Chat",
"New folder": "",
"New Password": "Nueva Contraseña",
+ "new-channel": "",
"No content found": "",
"No content to speak": "No hay contenido para hablar",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si estableces una puntuación mínima, la búsqueda sólo devolverá documentos con una puntuación mayor o igual a la puntuación mínima.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "Notificaciones",
"November": "Noviembre",
"num_gpu (Ollama)": "",
@@ -756,9 +780,7 @@
"Search Tools": "Búsqueda de herramientas",
"SearchApi API Key": "Clave API de SearchApi",
"SearchApi Engine": "Motor de SearchApi",
- "Searched {{count}} sites_one": "Buscado {{count}} sites_one",
- "Searched {{count}} sites_many": "Buscado {{count}} sites_many",
- "Searched {{count}} sites_other": "Buscó {{count}} sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Buscando \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "Buscando Conocimiento para \"{{searchQuery}}\"",
"Searxng Query URL": "Searxng URL de consulta",
@@ -826,6 +848,7 @@
"Sign up": "Crear una cuenta",
"Sign up to {{WEBUI_NAME}}": "Crear una cuenta en {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Iniciando sesión en {{WEBUI_NAME}}",
+ "sk-1234": "",
"Source": "Fuente",
"Speech Playback Speed": "Velocidad de reproducción de voz",
"Speech recognition error: {{error}}": "Error de reconocimiento de voz: {{error}}",
@@ -930,7 +953,7 @@
"TTS Voice": "Voz del TTS",
"Type": "Tipo",
"Type Hugging Face Resolve (Download) URL": "Escriba la URL (Descarga) de Hugging Face Resolve",
- "Uh-oh! There was an issue connecting to {{provider}}.": "¡Uh oh! Hubo un problema al conectarse a {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "UI",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -991,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "Webhook URL",
"WebUI Settings": "Configuración del WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/eu-ES/translation.json b/src/lib/i18n/locales/eu-ES/translation.json
index 73fb56a40..bf54a6387 100644
--- a/src/lib/i18n/locales/eu-ES/translation.json
+++ b/src/lib/i18n/locales/eu-ES/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Administratzaileek tresna guztietarako sarbidea dute beti; erabiltzaileek lan-eremuan eredu bakoitzeko esleituak behar dituzte tresnak.",
"Advanced Parameters": "Parametro Aurreratuak",
"Advanced Params": "Parametro Aurreratuak",
- "All chats": "Txat guztiak",
"All Documents": "Dokumentu Guztiak",
"All models deleted successfully": "Eredu guztiak ongi ezabatu dira",
"Allow Chat Delete": "Baimendu Txata Ezabatzea",
@@ -77,6 +76,8 @@
"Archive All Chats": "Artxibatu Txat Guztiak",
"Archived Chats": "Artxibatutako Txatak",
"archived-chat-export": "artxibatutako-txat-esportazioa",
+ "Are you sure you want to delete this channel?": "",
+ "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?": "Ziur zaude?",
"Arena Models": "Arena Ereduak",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Batch Tamaina (num_batch)",
"before": "aurretik",
"Being lazy": "Alferra izatea",
+ "Beta": "",
"Bing Search V7 Endpoint": "Bing Bilaketa V7 Endpointua",
"Bing Search V7 Subscription Key": "Bing Bilaketa V7 Harpidetza Gakoa",
"Brave Search API Key": "Brave Bilaketa API Gakoa",
@@ -119,8 +121,11 @@
"Camera": "Kamera",
"Cancel": "Utzi",
"Capabilities": "Gaitasunak",
+ "Capture": "",
"Certificate Path": "Ziurtagiriaren Bidea",
"Change Password": "Aldatu Pasahitza",
+ "Channel Name": "",
+ "Channels": "",
"Character": "Karakterea",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "Esploratu muga berriak",
@@ -163,6 +168,7 @@
"Collection": "Bilduma",
"Color": "Kolorea",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUI Oinarri URLa",
"ComfyUI Base URL is required.": "ComfyUI Oinarri URLa beharrezkoa da.",
"ComfyUI Workflow": "ComfyUI Lan-fluxua",
@@ -175,6 +181,7 @@
"Confirm": "Berretsi",
"Confirm Password": "Berretsi Pasahitza",
"Confirm your action": "Berretsi zure ekintza",
+ "Confirm your new password": "",
"Connections": "Konexioak",
"Contact Admin for WebUI Access": "Jarri harremanetan Administratzailearekin WebUI Sarbiderako",
"Content": "Edukia",
@@ -201,6 +208,7 @@
"Create a model": "Sortu eredu bat",
"Create Account": "Sortu Kontua",
"Create Admin Account": "Sortu Administratzaile Kontua",
+ "Create Channel": "",
"Create Group": "Sortu Taldea",
"Create Knowledge": "Sortu Ezagutza",
"Create new key": "Sortu gako berria",
@@ -236,6 +244,7 @@
"Delete chat?": "Ezabatu txata?",
"Delete folder?": "Ezabatu karpeta?",
"Delete function?": "Ezabatu funtzioa?",
+ "Delete Message": "",
"Delete prompt?": "Ezabatu prompta?",
"delete this link": "ezabatu esteka hau",
"Delete tool?": "Ezabatu tresna?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "adib. Hainbat eragiketa egiteko tresnak",
"Edit": "Editatu",
"Edit Arena Model": "Editatu Arena Eredua",
+ "Edit Channel": "",
"Edit Connection": "Editatu Konexioa",
"Edit Default Permissions": "Editatu Baimen Lehenetsiak",
"Edit Memory": "Editatu Memoria",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "Gaitu API Gako Autentikazioa",
"Enable autocomplete generation for chat messages": "",
"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 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 Message Rating": "Gaitu Mezuen Balorazioa",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Sartu Google PSE Motor IDa",
"Enter Image Size (e.g. 512x512)": "Sartu Irudi Tamaina (adib. 512x512)",
"Enter Jina API Key": "Sartu Jina API Gakoa",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Sartu hizkuntza kodeak",
"Enter Model ID": "Sartu Eredu IDa",
"Enter model tag (e.g. {{modelTag}})": "Sartu eredu etiketa (adib. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Sartu gelditze sekuentzia",
"Enter system prompt": "Sartu sistema prompta",
"Enter Tavily API Key": "Sartu Tavily API Gakoa",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Sartu Tika Zerbitzari URLa",
"Enter Top K": "Sartu Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Sartu URLa (adib. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Sartu URLa (adib. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Sartu Zure Posta Elektronikoa",
"Enter Your Full Name": "Sartu Zure Izen-abizenak",
"Enter your message": "Sartu zure mezua",
+ "Enter your new password": "",
"Enter Your Password": "Sartu Zure Pasahitza",
"Enter Your Role": "Sartu Zure Rola",
"Enter Your Username": "Sartu Zure Erabiltzaile-izena",
+ "Enter your webhook URL": "",
"Error": "Errorea",
"ERROR": "ERROREA",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "Ebaluazioak",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "Adibidea: (&(objectClass=inetOrgPerson)(uid=%s))",
"Example: ALL": "Adibidea: GUZTIAK",
@@ -402,6 +420,7 @@
"File not found.": "Ez da fitxategia aurkitu.",
"File removed successfully.": "Fitxategia ongi ezabatu da.",
"File size should not exceed {{maxSize}} MB.": "Fitxategiaren tamainak ez luke {{maxSize}} MB gainditu behar.",
+ "File uploaded successfully": "",
"Files": "Fitxategiak",
"Filter is now globally disabled": "Iragazkia orain globalki desgaituta dago",
"Filter is now globally enabled": "Iragazkia orain globalki gaituta dago",
@@ -435,11 +454,11 @@
"General Settings": "Ezarpen Orokorrak",
"Generate Image": "Sortu Irudia",
"Generating search query": "Bilaketa kontsulta sortzen",
- "Generation Info": "Sorkuntzaren Informazioa",
"Get started": "Hasi",
"Get started with {{WEBUI_NAME}}": "Hasi {{WEBUI_NAME}}-rekin",
"Global": "Globala",
"Good Response": "Erantzun Ona",
+ "Google Drive": "",
"Google PSE API Key": "Google PSE API Gakoa",
"Google PSE Engine Id": "Google PSE Motor IDa",
"Group created successfully": "Taldea ongi sortu da",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Onartzen dut irakurri dudala eta nire ekintzaren ondorioak ulertzen ditudala. Kode arbitrarioa exekutatzearekin lotutako arriskuez jabetzen naiz eta iturriaren fidagarritasuna egiaztatu dut.",
"ID": "IDa",
"Ignite curiosity": "Piztu jakin-mina",
+ "Image Compression": "",
"Image Generation (Experimental)": "Irudi Sorkuntza (Esperimentala)",
"Image Generation Engine": "Irudi Sorkuntza Motorea",
+ "Image Max Compression Size": "",
"Image Settings": "Irudi Ezarpenak",
"Images": "Irudiak",
"Import Chats": "Inportatu Txatak",
@@ -495,6 +516,7 @@
"June": "Ekaina",
"JWT Expiration": "JWT Iraungitzea",
"JWT Token": "JWT Tokena",
+ "Kagi Search API Key": "",
"Keep Alive": "Mantendu Aktibo",
"Key": "Gakoa",
"Keyboard shortcuts": "Teklatuko lasterbideak",
@@ -583,8 +605,9 @@
"Name": "Izena",
"Name your knowledge base": "Izendatu zure ezagutza-basea",
"New Chat": "Txat berria",
- "New folder": "Karpeta berria",
+ "New folder": "",
"New Password": "Pasahitz berria",
+ "new-channel": "",
"No content found": "Ez da edukirik aurkitu",
"No content to speak": "Ez dago hitz egiteko edukirik",
"No distance available": "Ez dago distantziarik eskuragarri",
@@ -607,6 +630,7 @@
"Not helpful": "Ez da lagungarria",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Oharra: Gutxieneko puntuazio bat ezartzen baduzu, bilaketak gutxieneko puntuazioa baino handiagoa edo berdina duten dokumentuak soilik itzuliko ditu.",
"Notes": "Oharrak",
+ "Notification Webhook": "",
"Notifications": "Jakinarazpenak",
"November": "Azaroa",
"num_gpu (Ollama)": "GPU kopurua (Ollama)",
@@ -756,8 +780,7 @@
"Search Tools": "Bilaketa tresnak",
"SearchApi API Key": "SearchApi API gakoa",
"SearchApi Engine": "SearchApi motorra",
- "Searched {{count}} sites_one": "Gune {{count}} bilatuta",
- "Searched {{count}} sites_other": "{{count}} gune bilatuta",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" bilatzen",
"Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\"rentzako ezagutza bilatzen",
"Searxng Query URL": "Searxng kontsulta URLa",
@@ -825,6 +848,7 @@
"Sign up": "Erregistratu",
"Sign up to {{WEBUI_NAME}}": "Erregistratu {{WEBUI_NAME}}-n",
"Signing in to {{WEBUI_NAME}}": "{{WEBUI_NAME}}-n saioa hasten",
+ "sk-1234": "",
"Source": "Iturria",
"Speech Playback Speed": "Ahots erreprodukzio abiadura",
"Speech recognition error: {{error}}": "Ahots ezagutze errorea: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "TTS ahotsa",
"Type": "Mota",
"Type Hugging Face Resolve (Download) URL": "Idatzi Hugging Face Resolve (Deskarga) URLa",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Ui! Arazoa egon da {{provider}}-era konektatzean.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "Erabiltzaile interfazea",
"Unarchive All": "Desartxibatu guztiak",
"Unarchive All Archived Chats": "Desartxibatu artxibatutako txat guztiak",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "Webhook URLa",
"WebUI Settings": "WebUI ezarpenak",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI-k eskaerak egingo ditu \"{{url}}/api/chat\"-era",
"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI-k eskaerak egingo ditu \"{{url}}/chat/completions\"-era",
"What are you trying to achieve?": "Zer lortu nahi duzu?",
diff --git a/src/lib/i18n/locales/fa-IR/translation.json b/src/lib/i18n/locales/fa-IR/translation.json
index 526e7e00c..b828e58c2 100644
--- a/src/lib/i18n/locales/fa-IR/translation.json
+++ b/src/lib/i18n/locales/fa-IR/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
"Advanced Parameters": "پارامترهای پیشرفته",
"Advanced Params": "پارام\u200cهای پیشرفته",
- "All chats": "همهٔ گفتگوها",
"All Documents": "همهٔ سند\u200cها",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "بایگانی همه گفتگوها",
"Archived Chats": "گفتگوهای بایگانی\u200cشده",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "مطمئنید؟",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "",
"before": "قبل",
"Being lazy": "حالت سازنده",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "کلید API جستجوی شجاع",
@@ -119,8 +121,11 @@
"Camera": "دوربین",
"Cancel": "لغو",
"Capabilities": "قابلیت",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "تغییر رمز عبور",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "مجموعه",
"Color": "",
"ComfyUI": "کومیوآی",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "URL پایه کومیوآی",
"ComfyUI Base URL is required.": "URL پایه کومیوآی الزامی است.",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "تایید",
"Confirm Password": "تایید رمز عبور",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "ارتباطات",
"Contact Admin for WebUI Access": "برای دسترسی به WebUI با مدیر تماس بگیرید",
"Content": "محتوا",
@@ -201,6 +208,7 @@
"Create a model": "ایجاد یک مدل",
"Create Account": "ساخت حساب کاربری",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "ساخت کلید جدید",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "حذف این لینک",
"Delete tool?": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "ویرایش",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "شناسه موتور PSE گوگل را وارد کنید",
"Enter Image Size (e.g. 512x512)": "اندازه تصویر را وارد کنید (مثال: 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "کد زبان را وارد کنید",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "تگ مدل را وارد کنید (مثلا {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "توالی توقف را وارد کنید",
"Enter system prompt": "",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "مقدار Top K را وارد کنید",
"Enter URL (e.g. http://127.0.0.1:7860/)": "مقدار URL را وارد کنید (مثال http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "مقدار URL را وارد کنید (مثال http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "ایمیل خود را وارد کنید",
"Enter Your Full Name": "نام کامل خود را وارد کنید",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "رمز عبور خود را وارد کنید",
"Enter Your Role": "نقش خود را وارد کنید",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "خطا",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "پرونده یافت نشد.",
"File removed successfully.": "پرونده با موفقیت حذف شد.",
"File size should not exceed {{maxSize}} MB.": "حجم پرونده نبایستی از {{maxSize}} MB بیشتر باشد.",
+ "File uploaded successfully": "",
"Files": "پرونده\u200cها",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
@@ -435,11 +454,11 @@
"General Settings": "تنظیمات عمومی",
"Generate Image": "",
"Generating search query": "در حال تولید پرسوجوی جستجو",
- "Generation Info": "اطلاعات تولید",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "پاسخ خوب",
+ "Google Drive": "",
"Google PSE API Key": "گوگل PSE API کلید",
"Google PSE Engine Id": "شناسه موتور PSE گوگل",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "تولید تصویر (آزمایشی)",
"Image Generation Engine": "موتور تولید تصویر",
+ "Image Max Compression Size": "",
"Image Settings": "تنظیمات تصویر",
"Images": "تصاویر",
"Import Chats": "درون\u200cریزی گفتگوها",
@@ -495,6 +516,7 @@
"June": "جولای",
"JWT Expiration": "JWT انقضای",
"JWT Token": "JWT توکن",
+ "Kagi Search API Key": "",
"Keep Alive": "Keep Alive",
"Key": "",
"Keyboard shortcuts": "میانبرهای صفحه کلید",
@@ -585,6 +607,7 @@
"New Chat": "گپ جدید",
"New folder": "",
"New Password": "رمز عبور جدید",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "توجه: اگر حداقل نمره را تعیین کنید، جستجو تنها اسنادی را با نمره بیشتر یا برابر با حداقل نمره باز می گرداند.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "اعلان",
"November": "نوامبر",
"num_gpu (Ollama)": "",
@@ -756,8 +780,7 @@
"Search Tools": "ابزارهای جستجو",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "جستجو {{count}} sites_one",
- "Searched {{count}} sites_other": "جستجو {{count}} sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "جستجوی «{{searchQuery}}»",
"Searching Knowledge for \"{{searchQuery}}\"": "جستجوی دانش برای «{{searchQuery}}»",
"Searxng Query URL": "نشانی وب جستجوی Searxng",
@@ -825,6 +848,7 @@
"Sign up": "ثبت نام",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "منبع",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "خطای تشخیص گفتار: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "",
"Type": "نوع",
"Type Hugging Face Resolve (Download) URL": "مقدار URL دانلود (Resolve) Hugging Face را وارد کنید",
- "Uh-oh! There was an issue connecting to {{provider}}.": "اوه اوه! مشکلی در اتصال به {{provider}} وجود داشت.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "نشانی وب\u200cهوک",
"WebUI Settings": "تنظیمات WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/fi-FI/translation.json b/src/lib/i18n/locales/fi-FI/translation.json
index 4ca87dc90..824f20e8d 100644
--- a/src/lib/i18n/locales/fi-FI/translation.json
+++ b/src/lib/i18n/locales/fi-FI/translation.json
@@ -1,214 +1,222 @@
{
- "-1 for no limit, or a positive integer for a specific limit": "",
+ "-1 for no limit, or a positive integer for a specific limit": "-1 rajoituksetta tai positiivinen kokonaisluku enimmäismääräksi",
"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' tai '-1' jottei vanhene.",
- "(e.g. `sh webui.sh --api --api-auth username_password`)": "",
+ "(e.g. `sh webui.sh --api --api-auth username_password`)": "(esim. `sh webui.sh --api --api-auth username_password`)",
"(e.g. `sh webui.sh --api`)": "(esim. `sh webui.sh --api`)",
"(latest)": "(uusin)",
"{{ models }}": "{{ mallit }}",
"{{user}}'s Chats": "{{user}}:n keskustelut",
- "{{webUIName}} Backend Required": "{{webUIName}} backend vaaditaan",
- "*Prompt node ID(s) are required for image generation": "",
- "A new version (v{{LATEST_VERSION}}) is now available.": "",
+ "{{webUIName}} Backend Required": "{{webUIName}}-backend vaaditaan",
+ "*Prompt node ID(s) are required for image generation": "Kuvan luomiseen vaaditaan kehote-solmun ID(t)",
+ "A new version (v{{LATEST_VERSION}}) is now available.": "Uusi versio (v{{LATEST_VERSION}}) on nyt saatavilla.",
"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ä",
"About": "Tietoja",
- "Access": "",
- "Access Control": "",
- "Accessible to all users": "",
+ "Access": "Pääsy",
+ "Access Control": "Käyttöoikeuksien hallinta",
+ "Accessible to all users": "Käytettävissä kaikille käyttäjille",
"Account": "Tili",
- "Account Activation Pending": "",
+ "Account Activation Pending": "Tilin aktivointi odottaa",
"Accurate information": "Tarkkaa tietoa",
- "Actions": "",
- "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
- "Active Users": "",
+ "Actions": "Toiminnot",
+ "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivoi tämä komento kirjoittamalla \"/{{COMMAND}}\" chat-syötteeseen.",
+ "Active Users": "Aktiiviset käyttäjät",
"Add": "Lisää",
- "Add a model ID": "",
+ "Add a model ID": "Lisää mallitunnus",
"Add a short description about what this model does": "Lisää lyhyt kuvaus siitä, mitä tämä malli tekee",
"Add a tag": "Lisää tagi",
- "Add Arena Model": "",
- "Add Connection": "",
- "Add Content": "",
+ "Add Arena Model": "Lisää Arena-malli",
+ "Add Connection": "Lisää yhteys",
+ "Add Content": "Lisää sisältöä",
"Add content here": "",
"Add custom prompt": "Lisää mukautettu kehote",
"Add Files": "Lisää tiedostoja",
- "Add Group": "",
+ "Add Group": "Lisää ryhmä",
"Add Memory": "Lisää muistia",
- "Add Model": "Lisää malli",
- "Add Tag": "",
+ "Add Model": "Lisää malli",
+ "Add Tag": "Lisää tagi",
"Add Tags": "Lisää tageja",
- "Add text content": "",
+ "Add text content": "Lisää tekstisisältöä",
"Add User": "Lisää käyttäjä",
- "Add User Group": "",
+ "Add User Group": "Lisää käyttäjäryhmä",
"Adjusting these settings will apply changes universally to all users.": "Näiden asetusten säätäminen vaikuttaa kaikkiin käyttäjiin.",
"admin": "hallinta",
- "Admin": "",
- "Admin Panel": "Hallintapaneeli",
- "Admin Settings": "Hallinta-asetukset",
- "Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
+ "Admin": "Ylläpito",
+ "Admin Panel": "Ylläpitopaneeli",
+ "Admin Settings": "Ylläpitoasetukset",
+ "Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Ylläpitäjillä on pääsy kaikkiin työkaluihin koko ajan; käyttäjät tarvitsevat työkaluja mallille määritettynä työtilassa.",
"Advanced Parameters": "Edistyneet parametrit",
"Advanced Params": "Edistyneet parametrit",
- "All chats": "",
"All Documents": "Kaikki asiakirjat",
- "All models deleted successfully": "",
- "Allow Chat Delete": "",
+ "All models deleted successfully": "Kaikki mallit poistettu onnistuneesti",
+ "Allow Chat Delete": "Salli keskustelujen poisto",
"Allow Chat Deletion": "Salli keskustelujen poisto",
- "Allow Chat Edit": "",
- "Allow File Upload": "",
- "Allow non-local voices": "",
- "Allow Temporary Chat": "",
- "Allow User Location": "",
- "Allow Voice Interruption in Call": "",
+ "Allow Chat Edit": "Salli keskustelujen muokkaus",
+ "Allow File Upload": "Salli tiedostojen lataus",
+ "Allow non-local voices": "Salli ei-paikalliset äänet",
+ "Allow Temporary Chat": "Salli väliaikaiset keskustelut",
+ "Allow User Location": "Salli käyttäjän sijainti",
+ "Allow Voice Interruption in Call": "Salli äänen keskeytys puhelussa",
"Already have an account?": "Onko sinulla jo tili?",
- "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "",
- "Amazing": "",
+ "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "Vaihtoehto top_p:lle, jolla pyritään varmistamaan laadun ja monipuolisuuden tasapaino. Parametri p edustaa pienintä todennäköisyyttä, jolla token otetaan huomioon suhteessa todennäköisimpään tokeniin. Esimerkiksi p=0.05 ja todennäköisin token todennäköisyydellä 0.9, arvoltaan alle 0.045 olevat logit suodatetaan pois. (Oletus: 0.0)",
+ "Amazing": "Hämmästyttävä",
"an assistant": "avustaja",
"and": "ja",
- "and {{COUNT}} more": "",
+ "and {{COUNT}} more": "ja {{COUNT}} muuta",
"and create a new shared link.": "ja luo uusi jaettu linkki.",
"API Base URL": "APIn perus-URL",
"API Key": "API-avain",
"API Key created.": "API-avain luotu.",
"API keys": "API-avaimet",
- "Application DN": "",
- "Application DN Password": "",
- "applies to all users with the \"user\" role": "",
+ "Application DN": "Sovelluksen DN",
+ "Application DN Password": "Sovelluksen DN-salasana",
+ "applies to all users with the \"user\" role": "koskee kaikkia käyttäjiä, joilla on \"käyttäjä\"-rooli",
"April": "huhtikuu",
"Archive": "Arkisto",
"Archive All Chats": "Arkistoi kaikki keskustelut",
"Archived Chats": "Arkistoidut keskustelut",
- "archived-chat-export": "",
- "Are you sure you want to unarchive all archived chats?": "",
+ "archived-chat-export": "arkistoitu-keskustelu-vienti",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
+ "Are you sure you want to unarchive all archived chats?": "Haluatko varmasti purkaa kaikkien arkistoitujen keskustelujen arkistoinnin?",
"Are you sure?": "Oletko varma?",
- "Arena Models": "",
- "Artifacts": "",
- "Ask a question": "",
- "Assistant": "",
+ "Arena Models": "Arena-mallit",
+ "Artifacts": "Artefaktit",
+ "Ask a question": "Kysyä kysymys",
+ "Assistant": "Avustaja",
"Attach file": "Liitä tiedosto",
"Attention to detail": "Huomio yksityiskohtiin",
- "Attribute for Username": "",
+ "Attribute for Username": "Käyttäjänimi-määritämä",
"Audio": "Ääni",
"August": "elokuu",
- "Authenticate": "",
- "Auto-Copy Response to Clipboard": "Vastauksen automaattikopiointi leikepöydälle",
+ "Authenticate": "Todentaa",
+ "Auto-Copy Response to Clipboard": "Kopioi vastaus automaattisesti leikepöydälle",
"Auto-playback response": "Soita vastaus automaattisesti",
- "Autocomplete Generation": "",
- "Autocomplete Generation Input Max Length": "",
- "Automatic1111": "",
- "AUTOMATIC1111 Api Auth String": "",
+ "Autocomplete Generation": "Automaattisen täydennyksen luonti",
+ "Autocomplete Generation Input Max Length": "Automaattisen täydennyksen syötteen enimmäispituus",
+ "Automatic1111": "Automatic1111",
+ "AUTOMATIC1111 Api Auth String": "AUTOMATIC1111 API:n todennusmerkkijono",
"AUTOMATIC1111 Base URL": "AUTOMATIC1111-perus-URL",
"AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111-perus-URL vaaditaan.",
- "Available list": "",
+ "Available list": "Käytettävissä oleva luettelo",
"available!": "saatavilla!",
- "Awful": "",
- "Azure AI Speech": "",
- "Azure Region": "",
+ "Awful": "Kauhea",
+ "Azure AI Speech": "Azure AI Speech",
+ "Azure Region": "Azure-alue",
"Back": "Takaisin",
- "Bad Response": "Epäkelpo vastaus",
+ "Bad Response": "Huono vastaus",
"Banners": "Bannerit",
"Base Model (From)": "Perusmalli (alkaen)",
- "Batch Size (num_batch)": "",
+ "Batch Size (num_batch)": "Erän koko (num_batch)",
"before": "ennen",
"Being lazy": "Oli laiska",
- "Bing Search V7 Endpoint": "",
- "Bing Search V7 Subscription Key": "",
+ "Beta": "",
+ "Bing Search V7 Endpoint": "Bing Search V7 -päätepisteen osoite",
+ "Bing Search V7 Subscription Key": "Bing Search V7 -tilauskäyttäjäavain",
"Brave Search API Key": "Brave Search API -avain",
- "By {{name}}": "",
+ "By {{name}}": "Tekijä {{name}}",
"Bypass SSL verification for Websites": "Ohita SSL-varmennus verkkosivustoille",
- "Call": "",
- "Call feature is not supported when using Web STT engine": "",
- "Camera": "",
+ "Call": "Soitto",
+ "Call feature is not supported when using Web STT engine": "Soittotoimintoa ei tueta käytettäessä web-puheentunnistusmoottoria",
+ "Camera": "Kamera",
"Cancel": "Peruuta",
"Capabilities": "Ominaisuuksia",
- "Certificate Path": "",
+ "Capture": "",
+ "Certificate Path": "Varmennepolku",
"Change Password": "Vaihda salasana",
- "Character": "",
- "Character limit for autocomplete generation input": "",
- "Chart new frontiers": "",
+ "Channel Name": "",
+ "Channels": "",
+ "Character": "Hahmo",
+ "Character limit for autocomplete generation input": "Automaattisen täydennyksen syötteen merkkiraja",
+ "Chart new frontiers": "Kartoita uusia rajapintoja",
"Chat": "Keskustelu",
- "Chat Background Image": "",
+ "Chat Background Image": "Keskustelun taustakuva",
"Chat Bubble UI": "Keskustelu-pallojen käyttöliittymä",
- "Chat Controls": "",
+ "Chat Controls": "Keskustelun hallinta",
"Chat direction": "Keskustelun suunta",
- "Chat Overview": "",
- "Chat Permissions": "",
- "Chat Tags Auto-Generation": "",
+ "Chat Overview": "Keskustelun yleiskatsaus",
+ "Chat Permissions": "Keskustelun käyttöoikeudet",
+ "Chat Tags Auto-Generation": "Keskustelutunnisteiden automaattinen luonti",
"Chats": "Keskustelut",
"Check Again": "Tarkista uudelleen",
"Check for updates": "Tarkista päivitykset",
"Checking for updates...": "Tarkistetaan päivityksiä...",
"Choose a model before saving...": "Valitse malli ennen tallentamista...",
- "Chunk Overlap": "Osien päällekkäisyys",
+ "Chunk Overlap": "Päällekkäisten osien määrä",
"Chunk Params": "Osien parametrit",
"Chunk Size": "Osien koko",
- "Ciphers": "",
- "Citation": "Sitaatti",
- "Clear memory": "",
- "click here": "",
- "Click here for filter guides.": "",
+ "Ciphers": "Salausalgoritmi",
+ "Citation": "Lähdeviite",
+ "Clear memory": "Tyhjennä muisti",
+ "click here": "klikkaa tästä",
+ "Click here for filter guides.": "Katso suodatinohjeita klikkaamalla tästä.",
"Click here for help.": "Klikkaa tästä saadaksesi apua.",
"Click here to": "Klikkaa tästä",
- "Click here to download user import template file.": "",
- "Click here to learn more about faster-whisper and see the available models.": "",
+ "Click here to download user import template file.": "Lataa käyttäjien tuontipohjatiedosto klikkaamalla tästä.",
+ "Click here to learn more about faster-whisper and see the available models.": "Klikkaa tästä oppiaksesi lisää faster-whisperista ja nähdäksesi saatavilla olevat mallit.",
"Click here to select": "Klikkaa tästä valitaksesi",
"Click here to select a csv file.": "Klikkaa tästä valitaksesi CSV-tiedosto.",
- "Click here to select a py file.": "",
- "Click here to upload a workflow.json file.": "",
+ "Click here to select a py file.": "Klikkaa tästä valitaksesi py-tiedosto.",
+ "Click here to upload a workflow.json file.": "Klikkaa tästä ladataksesi workflow.json-tiedosto.",
"click here.": "klikkaa tästä.",
"Click on the user role button to change a user's role.": "Klikkaa käyttäjän roolipainiketta vaihtaaksesi käyttäjän roolia.",
- "Clipboard write permission denied. Please check your browser settings to grant the necessary access.": "",
- "Clone": "Klooni",
+ "Clipboard write permission denied. Please check your browser settings to grant the necessary access.": "Leikepöydälle kirjoitusoikeus evätty. Tarkista selaimesi asetukset ja myönnä tarvittavat käyttöoikeudet.",
+ "Clone": "Kloonaa",
"Close": "Sulje",
- "Code execution": "",
- "Code formatted successfully": "",
+ "Code execution": "Koodin suorittaminen",
+ "Code formatted successfully": "Koodin muotoilu onnistui",
"Collection": "Kokoelma",
- "Color": "",
+ "Color": "Väri",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUI-perus-URL",
"ComfyUI Base URL is required.": "ComfyUI-perus-URL vaaditaan.",
- "ComfyUI Workflow": "",
- "ComfyUI Workflow Nodes": "",
+ "ComfyUI Workflow": "ComfyUI-työnkulku",
+ "ComfyUI Workflow Nodes": "ComfyUI-työnkulun solmut",
"Command": "Komento",
- "Completions": "",
+ "Completions": "Täydennykset",
"Concurrent Requests": "Samanaikaiset pyynnöt",
- "Configure": "",
- "Configure Models": "",
- "Confirm": "",
+ "Configure": "Määritä",
+ "Configure Models": "Määritä malleja",
+ "Confirm": "Vahvista",
"Confirm Password": "Vahvista salasana",
- "Confirm your action": "",
+ "Confirm your action": "Vahvista toimintasi",
+ "Confirm your new password": "",
"Connections": "Yhteydet",
- "Contact Admin for WebUI Access": "",
+ "Contact Admin for WebUI Access": "Ota yhteyttä ylläpitäjään WebUI-käyttöä varten",
"Content": "Sisältö",
- "Content Extraction": "",
+ "Content Extraction": "Sisällön erottelu",
"Context Length": "Kontekstin pituus",
"Continue Response": "Jatka vastausta",
- "Continue with {{provider}}": "",
- "Continue with Email": "",
- "Continue with 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.": "",
- "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)": "",
- "Copied": "",
+ "Continue with {{provider}}": "Jatka palvelulla {{provider}}",
+ "Continue with Email": "Jatka sähköpostilla",
+ "Continue with LDAP": "Jatka LDAP:illa",
+ "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.": "Säädä, miten viestin teksti jaetaan puhesynteesipyyntöjä varten. 'Välimerkit' jakaa lauseisiin, 'kappaleet' jakaa kappaleisiin ja 'ei mitään' pitää viestin yhtenä merkkijonona.",
+ "Controls": "Ohjaimet",
+ "Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Säätelee tulosteen yhtenäisyyden ja monimuotoisuuden välistä tasapainoa. Alhaisempi arvo tuottaa keskittyneempää ja yhtenäisempää tekstiä. (Oletus: 5.0)",
+ "Copied": "Kopioitu",
"Copied shared chat URL to clipboard!": "Jaettu keskustelulinkki kopioitu leikepöydälle!",
- "Copied to clipboard": "",
+ "Copied to clipboard": "Kopioitu leikepöydälle",
"Copy": "Kopioi",
"Copy last code block": "Kopioi viimeisin koodilohko",
"Copy last response": "Kopioi viimeisin vastaus",
"Copy Link": "Kopioi linkki",
- "Copy to clipboard": "",
+ "Copy to clipboard": "Kopioi leikepöydälle",
"Copying to clipboard was successful!": "Kopioiminen leikepöydälle onnistui!",
- "Create": "",
- "Create a knowledge base": "",
- "Create a model": "Mallin luominen",
+ "Create": "Luo",
+ "Create a knowledge base": "Luo tietokanta",
+ "Create a model": "Luo malli",
"Create Account": "Luo tili",
- "Create Admin Account": "",
- "Create Group": "",
- "Create Knowledge": "",
+ "Create Admin Account": "Luo ylläpitäjätili",
+ "Create Channel": "",
+ "Create Group": "Luo ryhmä",
+ "Create Knowledge": "Luo tietoa",
"Create new key": "Luo uusi avain",
"Create new secret key": "Luo uusi salainen avain",
"Created at": "Luotu",
"Created At": "Luotu",
- "Created by": "",
- "CSV Import": "",
+ "Created by": "Luonut",
+ "CSV Import": "CSV-tuonti",
"Current Model": "Nykyinen malli",
"Current Password": "Nykyinen salasana",
"Custom": "Mukautettu",
@@ -216,810 +224,827 @@
"Database": "Tietokanta",
"December": "joulukuu",
"Default": "Oletus",
- "Default (Open AI)": "",
+ "Default (Open AI)": "Oletus (Open AI)",
"Default (SentenceTransformers)": "Oletus (SentenceTransformers)",
"Default Model": "Oletusmalli",
"Default model updated": "Oletusmalli päivitetty",
- "Default Models": "",
- "Default permissions": "",
- "Default permissions updated successfully": "",
+ "Default Models": "Oletusmallit",
+ "Default permissions": "Oletuskäyttöoikeudet",
+ "Default permissions updated successfully": "Oletuskäyttöoikeudet päivitetty onnistuneesti",
"Default Prompt Suggestions": "Oletuskehotteiden ehdotukset",
- "Default to 389 or 636 if TLS is enabled": "",
- "Default to ALL": "",
+ "Default to 389 or 636 if TLS is enabled": "Oletus 389 tai 636, jos TLS on käytössä",
+ "Default to ALL": "Oletus KAIKKI",
"Default User Role": "Oletuskäyttäjärooli",
"Delete": "Poista",
"Delete a model": "Poista malli",
"Delete All Chats": "Poista kaikki keskustelut",
- "Delete All Models": "",
+ "Delete All Models": "Poista kaikki mallit",
"Delete chat": "Poista keskustelu",
"Delete Chat": "Poista keskustelu",
- "Delete chat?": "",
- "Delete folder?": "",
- "Delete function?": "",
- "Delete prompt?": "",
+ "Delete chat?": "Haluatko varmasti poistaa tämän keskustelun?",
+ "Delete folder?": "Haluatko varmasti poistaa tämän kansion?",
+ "Delete function?": "Haluatko varmasti poistaa tämän toiminnon?",
+ "Delete Message": "",
+ "Delete prompt?": "Haluatko varmasti poistaa tämän kehotteen?",
"delete this link": "poista tämä linkki",
- "Delete tool?": "",
+ "Delete tool?": "Haluatko varmasti poistaa tämän työkalun?",
"Delete User": "Poista käyttäjä",
"Deleted {{deleteModelTag}}": "Poistettu {{deleteModelTag}}",
"Deleted {{name}}": "Poistettu {{nimi}}",
- "Deleted User": "",
- "Describe your knowledge base and objectives": "",
+ "Deleted User": "Käyttäjä poistettu",
+ "Describe your knowledge base and objectives": "Kuvaa tietokantasi ja tavoitteesi",
"Description": "Kuvaus",
"Didn't fully follow instructions": "Ei noudattanut ohjeita täysin",
- "Disabled": "",
- "Discover a function": "",
+ "Disabled": "Ei käytössä",
+ "Discover a function": "Löydä toiminto",
"Discover a model": "Tutustu malliin",
"Discover a prompt": "Löydä kehote",
- "Discover a tool": "",
- "Discover wonders": "",
- "Discover, download, and explore custom functions": "",
+ "Discover a tool": "Löydä työkalu",
+ "Discover wonders": "Löydä ihmeellisiä asioita",
+ "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 tools": "",
+ "Discover, download, and explore custom tools": "Etsi, lataa ja tutki mukautettuja työkaluja",
"Discover, download, and explore model presets": "Löydä ja lataa mallien esiasetuksia",
- "Dismissible": "",
- "Display": "",
- "Display Emoji in Call": "",
- "Display the username instead of You in the Chat": "Näytä käyttäjänimi keskustelussa",
- "Displays citations in the response": "",
- "Dive into knowledge": "",
- "Do not install functions from sources you do not fully trust.": "",
- "Do not install tools from sources you do not fully trust.": "",
+ "Dismissible": "Ohitettavissa",
+ "Display": "Näytä",
+ "Display Emoji in Call": "Näytä hymiöitä puhelussa",
+ "Display the username instead of You in the Chat": "Näytä käyttäjänimi keskustelussa \"Sinä\" -tekstin sijaan",
+ "Displays citations in the response": "Näyttää lähdeviitteet vastauksessa",
+ "Dive into knowledge": "Uppoudu tietoon",
+ "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.",
"Document": "Asiakirja",
- "Documentation": "",
+ "Documentation": "Dokumentaatio",
"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.",
"Don't have an account?": "Eikö sinulla ole tiliä?",
- "don't install random functions from sources you don't trust.": "",
- "don't install random tools from sources you don't trust.": "",
+ "don't install random functions from sources you don't trust.": "älä asenna satunnaisia toimintoja lähteistä, joihin et luota.",
+ "don't install random tools from sources you don't trust.": "älä asenna satunnaisia työkaluja lähteistä, joihin et luota.",
"Don't like the style": "En pidä tyylistä",
- "Done": "",
+ "Done": "Valmis",
"Download": "Lataa",
"Download canceled": "Lataus peruutettu",
"Download Database": "Lataa tietokanta",
- "Drag and drop a file to upload or select a file to view": "",
- "Draw": "",
+ "Drag and drop a file to upload or select a file to view": "Raahaa ja pudota tiedosto ladattavaksi tai valitse tiedosto katseltavaksi",
+ "Draw": "Piirros",
"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. A filter to remove profanity from text": "",
- "e.g. My Filter": "",
- "e.g. My Tools": "",
- "e.g. my_filter": "",
- "e.g. my_tools": "",
- "e.g. Tools for performing various operations": "",
+ "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 Tools": "esim. Omat työkalut",
+ "e.g. my_filter": "esim. oma_suodatin",
+ "e.g. my_tools": "esim. omat_työkalut",
+ "e.g. Tools for performing various operations": "esim. työkaluja erilaisten toimenpiteiden suorittamiseen",
"Edit": "Muokkaa",
- "Edit Arena Model": "",
- "Edit Connection": "",
- "Edit Default Permissions": "",
- "Edit Memory": "",
+ "Edit Arena Model": "Muokkaa Arena-mallia",
+ "Edit Channel": "",
+ "Edit Connection": "Muokkaa yhteyttä",
+ "Edit Default Permissions": "Muokkaa oletuskäyttöoikeuksia",
+ "Edit Memory": "Muokkaa muistia",
"Edit User": "Muokkaa käyttäjää",
- "Edit User Group": "",
- "ElevenLabs": "",
+ "Edit User Group": "Muokkaa käyttäjäryhmää",
+ "ElevenLabs": "ElevenLabs",
"Email": "Sähköposti",
- "Embark on adventures": "",
- "Embedding Batch Size": "",
+ "Embark on adventures": "Lähde seikkailuille",
+ "Embedding Batch Size": "Upotuksen eräkoko",
"Embedding Model": "Upotusmalli",
"Embedding Model Engine": "Upotusmallin moottori",
"Embedding model set to \"{{embedding_model}}\"": "\"{{embedding_model}}\" valittu upotusmalliksi",
- "Enable API Key Auth": "",
- "Enable autocomplete generation for chat messages": "",
+ "Enable API Key Auth": "Ota API-avaimen todentaminen käyttöön",
+ "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 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 Message Rating": "",
- "Enable Mirostat sampling for controlling perplexity. (Default: 0, 0 = Disabled, 1 = Mirostat, 2 = Mirostat 2.0)": "",
+ "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.": "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 Message Rating": "Ota viestiarviointi käyttöön",
+ "Enable Mirostat sampling for controlling perplexity. (Default: 0, 0 = Disabled, 1 = Mirostat, 2 = Mirostat 2.0)": "Ota Mirostat-näytteenotto käyttöön hallinnan monimerkityksellisyydelle. (Oletus: 0, 0 = Ei käytössä, 1 = Mirostat, 2 = Mirostat 2.0)",
"Enable New Sign Ups": "Salli uudet rekisteröitymiset",
"Enable Web Search": "Ota verkkohaku käyttöön",
- "Enabled": "",
- "Engine": "",
- "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Varmista, että CSV-tiedostossasi on 4 saraketta seuraavassa järjestyksessä: Nimi, Sähköposti, Salasana, Rooli.",
- "Enter {{role}} message here": "Kirjoita {{role}} viesti tähän",
- "Enter a detail about yourself for your LLMs to recall": "Kirjoita tieto itseestäsi LLM:ien muistamiseksi",
- "Enter api auth string (e.g. username:password)": "",
- "Enter Application DN": "",
- "Enter Application DN Password": "",
- "Enter Bing Search V7 Endpoint": "",
- "Enter Bing Search V7 Subscription Key": "",
- "Enter Brave Search API Key": "Anna Brave Search API -avain",
- "Enter certificate path": "",
- "Enter CFG Scale (e.g. 7.0)": "",
+ "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.",
+ "Enter {{role}} message here": "Kirjoita {{role}}-viesti tähän",
+ "Enter a detail about yourself for your LLMs to recall": "Kirjoita yksityiskohta itsestäsi, jonka LLM-ohjelmat voivat muistaa",
+ "Enter api auth string (e.g. username:password)": "Kirjoita API-todennusmerkkijono (esim. käyttäjätunnus:salasana)",
+ "Enter Application DN": "Kirjoita sovelluksen DN",
+ "Enter Application DN Password": "Kirjoita sovelluksen DN-salasana",
+ "Enter Bing Search V7 Endpoint": "Kirjoita Bing Search V7 -päätepisteen osoite",
+ "Enter Bing Search V7 Subscription Key": "Kirjoita Bing Search V7 -tilauskäyttäjäavain",
+ "Enter Brave Search API Key": "Kirjoita Brave Search API -avain",
+ "Enter certificate path": "Kirjoita varmennepolku",
+ "Enter CFG Scale (e.g. 7.0)": "Kirjoita CFG-mitta (esim. 7.0)",
"Enter Chunk Overlap": "Syötä osien päällekkäisyys",
"Enter Chunk Size": "Syötä osien koko",
- "Enter description": "",
- "Enter Github Raw URL": "Kirjoita Github Raw URL-osoite",
- "Enter Google PSE API Key": "Anna Google PSE API -avain",
- "Enter Google PSE Engine Id": "Anna Google PSE -moottorin tunnus",
- "Enter Image Size (e.g. 512x512)": "Syötä kuvan koko (esim. 512x512)",
- "Enter Jina API Key": "",
- "Enter language codes": "Syötä kielikoodit",
- "Enter Model ID": "",
- "Enter model tag (e.g. {{modelTag}})": "Syötä mallitagi (esim. {{modelTag}})",
- "Enter Mojeek Search API Key": "",
- "Enter Number of Steps (e.g. 50)": "Syötä askelien määrä (esim. 50)",
- "Enter proxy URL (e.g. https://user:password@host:port)": "",
- "Enter Sampler (e.g. Euler a)": "",
- "Enter Scheduler (e.g. Karras)": "",
- "Enter Score": "Syötä pisteet",
- "Enter SearchApi API Key": "",
- "Enter SearchApi Engine": "",
+ "Enter description": "Kirjoita kuvaus",
+ "Enter Github Raw URL": "Kirjoita Github Raw -URL-osoite",
+ "Enter Google PSE API Key": "Kirjoita Google PSE API -avain",
+ "Enter Google PSE Engine Id": "Kirjoita Google PSE -moottorin tunnus",
+ "Enter Image Size (e.g. 512x512)": "Kirjoita kuvan koko (esim. 512x512)",
+ "Enter Jina API Key": "Kirjoita Jina API -avain",
+ "Enter Kagi Search API Key": "",
+ "Enter language codes": "Kirjoita kielikoodit",
+ "Enter Model ID": "Kirjoita mallitunnus",
+ "Enter model tag (e.g. {{modelTag}})": "Kirjoita mallitagi (esim. {{modelTag}})",
+ "Enter Mojeek Search API Key": "Kirjoita Mojeek Search API -avain",
+ "Enter Number of Steps (e.g. 50)": "Kirjoita askelten määrä (esim. 50)",
+ "Enter proxy URL (e.g. https://user:password@host:port)": "Kirjoita välityspalvelimen URL-osoite (esim. https://käyttäjä:salasana@host:portti)",
+ "Enter Sampler (e.g. Euler a)": "Kirjoita näytteistäjä (esim. Euler a)",
+ "Enter Scheduler (e.g. Karras)": "Kirjoita ajoitin (esim. Karras)",
+ "Enter Score": "Kirjoita pistemäärä",
+ "Enter SearchApi API Key": "Kirjoita SearchApi API -avain",
+ "Enter SearchApi Engine": "Kirjoita SearchApi-moottori",
"Enter Searxng Query URL": "Kirjoita Searxng-kyselyn URL-osoite",
- "Enter Seed": "",
- "Enter Serper API Key": "Anna Serper API -avain",
- "Enter Serply API Key": "",
- "Enter Serpstack API Key": "Anna Serpstack API -avain",
- "Enter server host": "",
- "Enter server label": "",
- "Enter server port": "",
- "Enter stop sequence": "Syötä lopetussekvenssi",
- "Enter system prompt": "",
- "Enter Tavily API Key": "",
- "Enter Tika Server URL": "",
- "Enter Top K": "Syötä Top K",
- "Enter URL (e.g. http://127.0.0.1:7860/)": "Syötä URL (esim. http://127.0.0.1:7860/)",
- "Enter URL (e.g. http://localhost:11434)": "Syötä URL (esim. http://localhost:11434)",
- "Enter Your Email": "Syötä sähköpostiosoitteesi",
- "Enter Your Full Name": "Syötä koko nimesi",
- "Enter your message": "",
- "Enter Your Password": "Syötä salasanasi",
- "Enter Your Role": "Syötä roolisi",
- "Enter Your Username": "",
+ "Enter Seed": "Kirjoita siemenluku",
+ "Enter Serper API Key": "Kirjoita Serper API -avain",
+ "Enter Serply API Key": "Kirjoita Serply API -avain",
+ "Enter Serpstack API Key": "Kirjoita Serpstack API -avain",
+ "Enter server host": "Kirjoita palvelimen isäntänimi",
+ "Enter server label": "Kirjoita palvelimen tunniste",
+ "Enter server port": "Kirjoita palvelimen portti",
+ "Enter stop sequence": "Kirjoita lopetussekvenssi",
+ "Enter system prompt": "Kirjoita järjestelmäkehote",
+ "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.": "",
+ "Enter Tika Server URL": "Kirjoita Tika Server URL",
+ "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 your current password": "",
+ "Enter Your Email": "Kirjoita sähköpostiosoitteesi",
+ "Enter Your Full Name": "Kirjoita koko nimesi",
+ "Enter your message": "Kirjoita viestisi",
+ "Enter your new password": "",
+ "Enter Your Password": "Kirjoita salasanasi",
+ "Enter Your Role": "Kirjoita roolisi",
+ "Enter Your Username": "Kirjoita käyttäjätunnuksesi",
+ "Enter your webhook URL": "",
"Error": "Virhe",
- "ERROR": "",
- "Evaluations": "",
- "Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
- "Example: ALL": "",
- "Example: ou=users,dc=foo,dc=example": "",
- "Example: sAMAccountName or uid or userPrincipalName": "",
- "Exclude": "",
+ "ERROR": "VIRHE",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
+ "Evaluations": "Arvioinnit",
+ "Example: (&(objectClass=inetOrgPerson)(uid=%s))": "Esimerkki: (&(objectClass=inetOrgPerson)(uid=%s))",
+ "Example: ALL": "Esimerkki: KAIKKI",
+ "Example: ou=users,dc=foo,dc=example": "Esimerkki: ou=käyttäjät,dc=foo,dc=example",
+ "Example: sAMAccountName or uid or userPrincipalName": "Esimerkki: sAMAccountName tai uid tai userPrincipalName",
+ "Exclude": "Jätä pois",
"Experimental": "Kokeellinen",
- "Explore the cosmos": "",
- "Export": "Vienti",
- "Export All Archived Chats": "",
+ "Explore the cosmos": "Tutki avaruutta",
+ "Export": "Vie",
+ "Export All Archived Chats": "Vie kaikki arkistoidut keskustelut",
"Export All Chats (All Users)": "Vie kaikki keskustelut (kaikki käyttäjät)",
- "Export chat (.json)": "",
+ "Export chat (.json)": "Vie keskustelu (.json)",
"Export Chats": "Vie keskustelut",
- "Export Config to JSON File": "",
- "Export Functions": "",
+ "Export Config to JSON File": "Vie asetukset JSON-tiedostoon",
+ "Export Functions": "Vie toiminnot",
"Export Models": "Vie malleja",
- "Export Presets": "",
+ "Export Presets": "Vie esiasetukset",
"Export Prompts": "Vie kehotteet",
- "Export to CSV": "",
- "Export Tools": "",
- "External Models": "",
- "Failed to add file.": "",
+ "Export to CSV": "Vie CSV-tiedostoon",
+ "Export Tools": "Vie työkalut",
+ "External Models": "Ulkoiset mallit",
+ "Failed to add file.": "Tiedoston lisääminen epäonnistui.",
"Failed to create API Key.": "API-avaimen luonti epäonnistui.",
"Failed to read clipboard contents": "Leikepöydän sisällön lukeminen epäonnistui",
- "Failed to save models configuration": "",
- "Failed to update settings": "",
- "Failed to upload file.": "",
+ "Failed to save models configuration": "Mallien määrityksen tallentaminen epäonnistui",
+ "Failed to update settings": "Asetusten päivittäminen epäonnistui",
+ "Failed to upload file.": "Tiedoston lataaminen epäonnistui.",
"February": "helmikuu",
- "Feedback History": "",
- "Feedbacks": "",
+ "Feedback History": "Palautehistoria",
+ "Feedbacks": "Palautteet",
"Feel free to add specific details": "Voit lisätä tarkempia tietoja",
- "File": "",
- "File added successfully.": "",
- "File content updated successfully.": "",
+ "File": "Tiedosto",
+ "File added successfully.": "Tiedosto lisätty onnistuneesti.",
+ "File content updated successfully.": "Tiedoston sisältö päivitetty onnistuneesti.",
"File Mode": "Tiedostotila",
"File not found.": "Tiedostoa ei löytynyt.",
- "File removed successfully.": "",
- "File size should not exceed {{maxSize}} MB.": "",
- "Files": "",
- "Filter is now globally disabled": "",
- "Filter is now globally enabled": "",
- "Filters": "",
- "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Sormenjäljen väärentäminen havaittu: Ei voi käyttää alkukirjaimia avatarina. Käytetään oletusprofiilikuvaa.",
+ "File removed successfully.": "Tiedosto poistettu onnistuneesti.",
+ "File size should not exceed {{maxSize}} MB.": "Tiedoston koko ei saa ylittää {{maxSize}} MB.",
+ "File uploaded successfully": "",
+ "Files": "Tiedostot",
+ "Filter is now globally disabled": "Suodatin on nyt poistettu käytöstä globaalisti",
+ "Filter is now globally enabled": "Suodatin on nyt otettu käyttöön globaalisti",
+ "Filters": "Suodattimet",
+ "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Sormenjäljen väärentäminen havaittu: Alkukirjaimia ei voi käyttää avatarina. Käytetään oletusprofiilikuvaa.",
"Fluidly stream large external response chunks": "Virtaa suuria ulkoisia vastausosia joustavasti",
"Focus chat input": "Fokusoi syöttökenttään",
- "Folder deleted successfully": "",
- "Folder name cannot be empty": "",
- "Folder name cannot be empty.": "",
- "Folder name updated successfully": "",
+ "Folder deleted successfully": "Kansio poistettu onnistuneesti",
+ "Folder name cannot be empty": "Kansion nimi ei voi olla tyhjä",
+ "Folder name cannot be empty.": "Kansion nimi ei voi olla tyhjä.",
+ "Folder name updated successfully": "Kansion nimi päivitetty onnistuneesti",
"Followed instructions perfectly": "Noudatti ohjeita täydellisesti",
- "Forge new paths": "",
- "Form": "",
- "Format your variables using brackets like this:": "",
+ "Forge new paths": "Luo uusia polkuja",
+ "Form": "Lomake",
+ "Format your variables using brackets like this:": "Muotoile muuttujasi hakasulkeilla tällä tavalla:",
"Frequency Penalty": "Taajuussakko",
- "Function": "",
- "Function created successfully": "",
- "Function deleted successfully": "",
- "Function Description": "",
- "Function ID": "",
- "Function is now globally disabled": "",
- "Function is now globally enabled": "",
- "Function Name": "",
- "Function updated successfully": "",
- "Functions": "",
- "Functions allow arbitrary code execution": "",
- "Functions allow arbitrary code execution.": "",
- "Functions imported successfully": "",
+ "Function": "Toiminto",
+ "Function created successfully": "Toiminto luotu onnistuneesti",
+ "Function deleted successfully": "Toiminto poistettu onnistuneesti",
+ "Function Description": "Toiminnon kuvaus",
+ "Function ID": "Toiminnon tunnus",
+ "Function is now globally disabled": "Toiminto on nyt poistettu käytöstä globaalisti",
+ "Function is now globally enabled": "Toiminto on nyt otettu käyttöön globaalisti",
+ "Function Name": "Toiminnon nimi",
+ "Function updated successfully": "Toiminto päivitetty onnistuneesti",
+ "Functions": "Toiminnot",
+ "Functions allow arbitrary code execution": "Toiminnot sallivat mielivaltaisen koodin suorittamisen",
+ "Functions allow arbitrary code execution.": "Toiminnot sallivat mielivaltaisen koodin suorittamisen.",
+ "Functions imported successfully": "Toiminnot tuotu onnistuneesti",
"General": "Yleinen",
- "General Settings": "Yleisasetukset",
- "Generate Image": "",
- "Generating search query": "Hakukyselyn luominen",
- "Generation Info": "Generointitiedot",
- "Get started": "",
- "Get started with {{WEBUI_NAME}}": "",
- "Global": "",
+ "General Settings": "Yleiset asetukset",
+ "Generate Image": "Luo kuva",
+ "Generating search query": "Luodaan hakukyselyä",
+ "Get started": "Aloita",
+ "Get started with {{WEBUI_NAME}}": "Aloita käyttämään {{WEBUI_NAME}}:iä",
+ "Global": "Yleinen",
"Good Response": "Hyvä vastaus",
+ "Google Drive": "",
"Google PSE API Key": "Google PSE API -avain",
- "Google PSE Engine Id": "Google PSE -moduulin tunnus",
- "Group created successfully": "",
- "Group deleted successfully": "",
- "Group Description": "",
- "Group Name": "",
- "Group updated successfully": "",
- "Groups": "",
+ "Google PSE Engine Id": "Google PSE -moottorin tunnus",
+ "Group created successfully": "Ryhmä luotu onnistuneesti",
+ "Group deleted successfully": "Ryhmä poistettu onnistuneesti",
+ "Group Description": "Ryhmän kuvaus",
+ "Group Name": "Ryhmän nimi",
+ "Group updated successfully": "Ryhmä päivitetty onnistuneesti",
+ "Groups": "Ryhmät",
"h:mm a": "h:mm a",
- "Haptic Feedback": "",
+ "Haptic Feedback": "Haptinen palaute",
"has no conversations.": "ei ole keskusteluja.",
- "Hello, {{name}}": "Terve, {{name}}",
- "Help": "Apua",
- "Help us create the best community leaderboard by sharing your feedback history!": "",
- "Hex Color": "",
- "Hex Color - Leave empty for default color": "",
+ "Hello, {{name}}": "Hei, {{name}}",
+ "Help": "Ohje",
+ "Help us create the best community leaderboard by sharing your feedback history!": "Auta meitä luomaan paras yhteisön tulosluettelo jakamalla palautehistoriasi!",
+ "Hex Color": "Heksadesimaaliväri",
+ "Hex Color - Leave empty for default color": "Heksadesimaaliväri - Jätä tyhjäksi, jos haluat oletusvärin",
"Hide": "Piilota",
- "Host": "",
- "How can I help you today?": "Kuinka voin auttaa tänään?",
- "How would you rate this response?": "",
+ "Host": "Palvelin",
+ "How can I help you today?": "Miten voin auttaa sinua tänään?",
+ "How would you rate this response?": "Kuinka arvioisit tätä vastausta?",
"Hybrid Search": "Hybridihaku",
- "I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
- "ID": "",
- "Ignite curiosity": "",
+ "I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Vahvistan, että olen lukenut ja ymmärrän toimintani seuraukset. Olen tietoinen mielivaltaisen koodin suorittamiseen liittyvistä riskeistä ja olen varmistanut lähteen luotettavuuden.",
+ "ID": "Tunnus",
+ "Ignite curiosity": "Sytytä uteliaisuus",
+ "Image Compression": "",
"Image Generation (Experimental)": "Kuvagenerointi (kokeellinen)",
"Image Generation Engine": "Kuvagenerointimoottori",
+ "Image Max Compression Size": "",
"Image Settings": "Kuva-asetukset",
"Images": "Kuvat",
"Import Chats": "Tuo keskustelut",
- "Import Config from JSON File": "",
- "Import Functions": "",
- "Import Models": "Mallien tuominen",
- "Import Presets": "",
- "Import Prompts": "Tuo kehotteita",
- "Import Tools": "",
- "Include": "",
- "Include `--api-auth` flag when running stable-diffusion-webui": "",
- "Include `--api` flag when running stable-diffusion-webui": "Sisällytä `--api`-parametri suorittaessasi stable-diffusion-webui",
- "Influences how quickly the algorithm responds to feedback from the generated text. A lower learning rate will result in slower adjustments, while a higher learning rate will make the algorithm more responsive. (Default: 0.1)": "",
- "Info": "Info",
- "Input commands": "Syötä komennot",
- "Install from Github URL": "Asenna Githubin URL-osoitteesta",
- "Instant Auto-Send After Voice Transcription": "",
+ "Import Config from JSON File": "Tuo asetukset JSON-tiedostosta",
+ "Import Functions": "Tuo toiminnot",
+ "Import Models": "Tuo malleja",
+ "Import Presets": "Tuo esiasetuksia",
+ "Import Prompts": "Tuo kehotteet",
+ "Import Tools": "Tuo työkalut",
+ "Include": "Sisällytä",
+ "Include `--api-auth` flag when running stable-diffusion-webui": "Sisällytä `--api-auth`-lippu ajettaessa stable-diffusion-webui",
+ "Include `--api` flag when running stable-diffusion-webui": "Sisällytä `--api`-lippu ajettaessa stable-diffusion-webui",
+ "Influences how quickly the algorithm responds to feedback from the generated text. A lower learning rate will result in slower adjustments, while a higher learning rate will make the algorithm more responsive. (Default: 0.1)": "Vaikuttaa siihen, kuinka nopeasti algoritmi reagoi tuotetusta tekstistä saatuun palautteeseen. Alhaisempi oppimisaste johtaa hitaampiin säätöihin, kun taas korkeampi oppimisaste tekee algoritmista reaktiivisemman. (Oletus: 0.1)",
+ "Info": "Tiedot",
+ "Input commands": "Syötekäskyt",
+ "Install from Github URL": "Asenna Github-URL:stä",
+ "Instant Auto-Send After Voice Transcription": "Heti automaattinen lähetys äänitunnistuksen jälkeen",
"Interface": "Käyttöliittymä",
- "Invalid file format.": "",
+ "Invalid file format.": "Virheellinen tiedostomuoto.",
"Invalid Tag": "Virheellinen tagi",
"January": "tammikuu",
- "Jina API Key": "",
+ "Jina API Key": "Jina API -avain",
"join our Discord for help.": "liity Discordiimme saadaksesi apua.",
"JSON": "JSON",
"JSON Preview": "JSON-esikatselu",
"July": "heinäkuu",
"June": "kesäkuu",
- "JWT Expiration": "JWT:n vanheneminen",
+ "JWT Expiration": "JWT-vanheneminen",
"JWT Token": "JWT-token",
+ "Kagi Search API Key": "",
"Keep Alive": "Pysy aktiivisena",
- "Key": "",
+ "Key": "Avain",
"Keyboard shortcuts": "Pikanäppäimet",
- "Knowledge": "",
- "Knowledge Access": "",
- "Knowledge created successfully.": "",
- "Knowledge deleted successfully.": "",
- "Knowledge reset successfully.": "",
- "Knowledge updated successfully": "",
- "Label": "",
- "Landing Page Mode": "",
+ "Knowledge": "Tietämys",
+ "Knowledge Access": "Tiedon käyttöoikeus",
+ "Knowledge created successfully.": "Tietokanta luotu onnistuneesti.",
+ "Knowledge deleted successfully.": "Tietokanta poistettu onnistuneesti.",
+ "Knowledge reset successfully.": "Tietokanta nollattu onnistuneesti.",
+ "Knowledge updated successfully": "Tietokanta päivitetty onnistuneesti",
+ "Label": "Tunniste",
+ "Landing Page Mode": "Etusivun tila",
"Language": "Kieli",
"Last Active": "Viimeksi aktiivinen",
- "Last Modified": "",
- "LDAP": "",
- "LDAP server updated": "",
- "Leaderboard": "",
- "Leave empty for unlimited": "",
- "Leave empty to include all models from \"{{URL}}/api/tags\" endpoint": "",
- "Leave empty to include all models from \"{{URL}}/models\" endpoint": "",
- "Leave empty to include all models or select specific models": "",
- "Leave empty to use the default prompt, or enter a custom prompt": "",
+ "Last Modified": "Viimeksi muokattu",
+ "LDAP": "LDAP",
+ "LDAP server updated": "LDAP-palvelin päivitetty",
+ "Leaderboard": "Tulosluettelo",
+ "Leave empty for unlimited": "Jätä tyhjäksi rajattomaksi",
+ "Leave empty to include all models from \"{{URL}}/api/tags\" endpoint": "Jätä tyhjäksi, jos haluat sisällyttää kaikki mallit \"{{URL}}/api/tags\" -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 use the default prompt, or enter a custom prompt": "Jätä tyhjäksi käyttääksesi oletuskehotetta tai kirjoita mukautettu kehote",
"Light": "Vaalea",
- "Listening...": "",
- "LLMs can make mistakes. Verify important information.": "Kielimallit voivat tehdä virheitä. Varmista tärkeät tiedot.",
- "Local": "",
- "Local Models": "",
- "Lost": "",
+ "Listening...": "Kuuntelee...",
+ "LLMs can make mistakes. Verify important information.": "Kielimallit voivat tehdä virheitä. Tarkista tärkeät tiedot.",
+ "Local": "Paikallinen",
+ "Local Models": "Paikalliset mallit",
+ "Lost": "Mennyt",
"LTR": "LTR",
"Made by OpenWebUI Community": "Tehnyt OpenWebUI-yhteisö",
"Make sure to enclose them with": "Varmista, että suljet ne",
- "Make sure to export a workflow.json file as API format from ComfyUI.": "",
- "Manage": "",
- "Manage Arena Models": "",
- "Manage Ollama": "",
- "Manage Ollama API Connections": "",
- "Manage OpenAI API Connections": "",
+ "Make sure to export a workflow.json file as API format from ComfyUI.": "Muista viedä workflow.json-tiedosto API-muodossa ComfyUI:sta.",
+ "Manage": "Hallitse",
+ "Manage Arena Models": "Hallitse Arena-malleja",
+ "Manage Ollama": "Hallitse Ollamaa",
+ "Manage Ollama API Connections": "Hallitse Ollama API -yhteyksiä",
+ "Manage OpenAI API Connections": "Hallitse OpenAI API -yhteyksiä",
"Manage Pipelines": "Hallitse putkia",
"March": "maaliskuu",
"Max Tokens (num_predict)": "Tokenien enimmäismäärä (num_predict)",
- "Max Upload Count": "",
- "Max Upload Size": "",
+ "Max Upload Count": "Latausten enimmäismäärä",
+ "Max Upload Size": "Latausten enimmäiskoko",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Enintään 3 mallia voidaan ladata samanaikaisesti. Yritä myöhemmin uudelleen.",
"May": "toukokuu",
"Memories accessible by LLMs will be shown here.": "Muistitiedostot, joita LLM-ohjelmat käyttävät, näkyvät tässä.",
"Memory": "Muisti",
- "Memory added successfully": "",
- "Memory cleared successfully": "",
- "Memory deleted successfully": "",
- "Memory updated successfully": "",
- "Merge Responses": "",
- "Message rating should be enabled to use this feature": "",
- "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Linkin luomisen jälkeen lähettämiäsi viestejä ei jaeta. Käyttäjät, joilla on URL-osoite, voivat tarkastella jaettua keskustelua.",
- "Min P": "",
+ "Memory added successfully": "Muisti lisätty onnistuneesti",
+ "Memory cleared successfully": "Muisti tyhjennetty onnistuneesti",
+ "Memory deleted successfully": "Muisti poistettu onnistuneesti",
+ "Memory updated successfully": "Muisti päivitetty onnistuneesti",
+ "Merge Responses": "Yhdistä vastaukset",
+ "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.",
+ "Min P": "Min P",
"Minimum Score": "Vähimmäispisteet",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
- "MMMM DD, YYYY": "DD MMMM YYYY",
- "MMMM DD, YYYY HH:mm": "DD MMMM YYYY, HH:mm",
- "MMMM DD, YYYY hh:mm:ss A": "",
- "Model": "",
+ "MMMM DD, YYYY": "D. MMMM YYYY",
+ "MMMM DD, YYYY HH:mm": "D. MMMM YYYY, HH:mm",
+ "MMMM DD, YYYY hh:mm:ss A": "D. MMMM YYYY, hh:mm:ss a",
+ "Model": "Malli",
"Model '{{modelName}}' has been successfully downloaded.": "Malli '{{modelName}}' ladattiin onnistuneesti.",
"Model '{{modelTag}}' is already in queue for downloading.": "Malli '{{modelTag}}' on jo jonossa ladattavaksi.",
"Model {{modelId}} not found": "Mallia {{modelId}} ei löytynyt",
"Model {{modelName}} is not vision capable": "Malli {{modelName}} ei kykene näkökykyyn",
"Model {{name}} is now {{status}}": "Malli {{name}} on nyt {{status}}",
- "Model accepts image inputs": "",
- "Model created successfully!": "",
- "Model filesystem path detected. Model shortname is required for update, cannot continue.": "Mallin tiedostojärjestelmäpolku havaittu. Mallin lyhytnimi vaaditaan päivitykseen, ei voi jatkaa.",
- "Model Filtering": "",
+ "Model accepts image inputs": "Malli hyväksyy kuvasyötteitä",
+ "Model created successfully!": "Malli luotu onnistuneesti!",
+ "Model filesystem path detected. Model shortname is required for update, cannot continue.": "Mallin tiedostojärjestelmäpolku havaittu. Mallin lyhytnimi vaaditaan päivitykseen, ei voida jatkaa.",
+ "Model Filtering": "Mallin suodatus",
"Model ID": "Mallin tunnus",
- "Model IDs": "",
- "Model Name": "",
- "Model not selected": "Mallia ei valittu",
+ "Model IDs": "Mallitunnukset",
+ "Model Name": "Mallin nimi",
+ "Model not selected": "Mallia ei ole valittu",
"Model Params": "Mallin parametrit",
- "Model Permissions": "",
- "Model updated successfully": "",
+ "Model Permissions": "Mallin käyttöoikeudet",
+ "Model updated successfully": "Malli päivitetty onnistuneesti",
"Modelfile Content": "Mallitiedoston sisältö",
"Models": "Mallit",
- "Models Access": "",
- "Models configuration saved successfully": "",
- "Mojeek Search API Key": "",
- "more": "",
+ "Models Access": "Mallien käyttöoikeudet",
+ "Models configuration saved successfully": "Mallien määritykset tallennettu onnistuneesti",
+ "Mojeek Search API Key": "Mojeek Search API -avain",
+ "more": "lisää",
"More": "Lisää",
"Name": "Nimi",
- "Name your knowledge base": "",
+ "Name your knowledge base": "Anna tietokannalle nimi",
"New Chat": "Uusi keskustelu",
"New folder": "",
"New Password": "Uusi salasana",
- "No content found": "",
- "No content to speak": "",
- "No distance available": "",
- "No feedbacks found": "",
- "No file selected": "",
- "No files found.": "",
- "No groups with access, add a group to grant access": "",
- "No HTML, CSS, or JavaScript content found.": "",
- "No knowledge found": "",
- "No model IDs": "",
- "No models found": "",
- "No models selected": "",
+ "new-channel": "",
+ "No content found": "Sisältöä ei löytynyt",
+ "No content to speak": "Ei puhuttavaa sisältöä",
+ "No distance available": "Etäisyyttä ei saatavilla",
+ "No feedbacks found": "Palautteita ei löytynyt",
+ "No file selected": "Tiedostoa ei ole valittu",
+ "No files found.": "Tiedostoja ei löytynyt.",
+ "No groups with access, add a group to grant access": "Ei ryhmiä, joilla on pääsy, lisää ryhmä antaaksesi pääsyn",
+ "No HTML, CSS, or JavaScript content found.": "HTML-, CSS- tai JavaScript-sisältöä ei löytynyt.",
+ "No knowledge found": "Tietoa ei löytynyt",
+ "No model IDs": "Ei mallitunnuksia",
+ "No models found": "Malleja ei löytynyt",
+ "No models selected": "Malleja ei ole valittu",
"No results found": "Ei tuloksia",
"No search query generated": "Hakukyselyä ei luotu",
- "No source available": "Ei lähdettä saatavilla",
- "No users were found.": "",
- "No valves to update": "",
- "None": "Ei lainkaan",
- "Not factually correct": "Ei faktisesti oikein",
- "Not helpful": "",
- "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Huom: Jos asetat vähimmäispisteet, haku palauttaa vain asiakirjat, joiden pisteet ovat suurempia tai yhtä suuria kuin vähimmäispistemäärä.",
- "Notes": "",
+ "No source available": "Lähdettä ei saatavilla",
+ "No users were found.": "Käyttäjiä ei löytynyt.",
+ "No valves to update": "Ei venttiileitä päivitettäväksi",
+ "None": "Ei mikään",
+ "Not factually correct": "Ei faktuaalisesti oikein",
+ "Not helpful": "Ei hyödyllinen",
+ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Huomautus: Jos asetat vähimmäispistemäärän, haku palauttaa vain sellaiset asiakirjat, joiden pistemäärä on vähintään vähimmäismäärä.",
+ "Notes": "Muistiinpanot",
+ "Notification Webhook": "",
"Notifications": "Ilmoitukset",
"November": "marraskuu",
- "num_gpu (Ollama)": "",
+ "num_gpu (Ollama)": "num_gpu (Ollama)",
"num_thread (Ollama)": "num_thread (Ollama)",
- "OAuth ID": "",
+ "OAuth ID": "OAuth-tunnus",
"October": "lokakuu",
- "Off": "Pois",
- "Okay, Let's Go!": "Eikun menoksi!",
+ "Off": "Pois päältä",
+ "Okay, Let's Go!": "Okei, mennään!",
"OLED Dark": "OLED-tumma",
"Ollama": "Ollama",
"Ollama API": "Ollama API",
"Ollama API disabled": "Ollama API poistettu käytöstä",
- "Ollama API settings updated": "",
+ "Ollama API settings updated": "Ollama API -asetukset päivitetty",
"Ollama Version": "Ollama-versio",
"On": "Päällä",
- "Only alphanumeric characters and hyphens are allowed": "",
+ "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 collections can be edited, create a new knowledge base to edit/add documents.": "",
- "Only select users and groups with permission can access": "",
- "Oops! Looks like the URL is invalid. Please double-check and try again.": "Hups! Näyttää siltä, että URL on virheellinen. Tarkista se ja yritä uudelleen.",
- "Oops! There are files still uploading. Please wait for the upload to complete.": "",
- "Oops! There was an error in the previous response.": "",
- "Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Hupsista! Käytät ei-tuettua menetelmää. WebUI pitää palvella backendista.",
- "Open file": "",
- "Open in full screen": "",
+ "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",
+ "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! 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! 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ä.",
+ "Open file": "Avaa tiedosto",
+ "Open in full screen": "Avaa koko näytön tilaan",
"Open new chat": "Avaa uusi keskustelu",
- "Open WebUI uses faster-whisper internally.": "",
- "Open WebUI uses SpeechT5 and CMU Arctic speaker embeddings.": "",
- "Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
+ "Open WebUI uses faster-whisper internally.": "Open WebUI käyttää faster-whisperia sisäisesti.",
+ "Open WebUI uses SpeechT5 and CMU Arctic speaker embeddings.": "Open WebUI käyttää SpeechT5:tä ja CMU Arctic -kaiuttimen upotuksia.",
+ "Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open WebUI -versio (v{{OPEN_WEBUI_VERSION}}) on alempi kuin vaadittu versio (v{{REQUIRED_VERSION}})",
"OpenAI": "OpenAI",
"OpenAI API": "OpenAI API",
"OpenAI API Config": "OpenAI API -asetukset",
"OpenAI API Key is required.": "OpenAI API -avain vaaditaan.",
- "OpenAI API settings updated": "",
- "OpenAI URL/Key required.": "OpenAI URL/ -avain vaaditaan.",
+ "OpenAI API settings updated": "OpenAI API -asetukset päivitetty",
+ "OpenAI URL/Key required.": "OpenAI URL/avain vaaditaan.",
"or": "tai",
- "Organize your users": "",
+ "Organize your users": "Järjestä käyttäjäsi",
"Other": "Muu",
- "OUTPUT": "",
- "Output format": "",
- "Overview": "",
- "page": "",
+ "OUTPUT": "TULOSTE",
+ "Output format": "Tulosteen muoto",
+ "Overview": "Yleiskatsaus",
+ "page": "sivu",
"Password": "Salasana",
- "Paste Large Text as File": "",
- "PDF document (.pdf)": "PDF-tiedosto (.pdf)",
- "PDF Extract Images (OCR)": "PDF-tiedoston kuvien erottelu (OCR)",
+ "Paste Large Text as File": "Liitä suuri teksti tiedostona",
+ "PDF document (.pdf)": "PDF-asiakirja (.pdf)",
+ "PDF Extract Images (OCR)": "Poimi kuvat PDF:stä (OCR)",
"pending": "odottaa",
- "Permission denied when accessing media devices": "",
- "Permission denied when accessing microphone": "",
- "Permission denied when accessing microphone: {{error}}": "Mikrofonin käyttöoikeus evätty: {{error}}",
- "Permissions": "",
- "Personalization": "Henkilökohtaisuus",
- "Pin": "",
- "Pinned": "",
- "Pioneer insights": "",
- "Pipeline deleted successfully": "",
- "Pipeline downloaded successfully": "",
+ "Permission denied when accessing media devices": "Käyttöoikeus epäitty media-laitteille",
+ "Permission denied when accessing microphone": "Käyttöoikeus epäitty mikrofonille",
+ "Permission denied when accessing microphone: {{error}}": "Käyttöoikeus epäitty mikrofonille: {{error}}",
+ "Permissions": "Käyttöoikeudet",
+ "Personalization": "Personointi",
+ "Pin": "Kiinnitä",
+ "Pinned": "Kiinnitetty",
+ "Pioneer insights": "Pioneerin oivalluksia",
+ "Pipeline deleted successfully": "Putki poistettu onnistuneesti",
+ "Pipeline downloaded successfully": "Putki ladattu onnistuneesti",
"Pipelines": "Putkistot",
- "Pipelines Not Detected": "",
- "Pipelines Valves": "Putkistot Venttiilit",
+ "Pipelines Not Detected": "Putkistoja ei havaittu",
+ "Pipelines Valves": "Putkistojen venttiilit",
"Plain text (.txt)": "Pelkkä teksti (.txt)",
"Playground": "Leikkipaikka",
- "Please carefully review the following warnings:": "",
- "Please enter a prompt": "",
- "Please fill in all fields.": "",
- "Please select a model first.": "",
- "Please select a reason": "",
- "Port": "",
+ "Please carefully review the following warnings:": "Tarkista huolellisesti seuraavat varoitukset:",
+ "Please enter a prompt": "Kirjoita kehote",
+ "Please fill in all fields.": "Täytä kaikki kentät.",
+ "Please select a model first.": "Valitse ensin malli.",
+ "Please select a reason": "Valitse syy",
+ "Port": "Portti",
"Positive attitude": "Positiivinen asenne",
- "Prefix ID": "",
- "Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+ "Prefix ID": "Etuliite-ID",
+ "Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Etuliite-ID:tä käytetään välttämään ristiriidat muiden yhteyksien kanssa lisäämällä etuliite mallitunnuksiin - jätä tyhjäksi, jos haluat ottaa sen pois käytöstä",
"Previous 30 days": "Edelliset 30 päivää",
"Previous 7 days": "Edelliset 7 päivää",
"Profile Image": "Profiilikuva",
- "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "Kehote (esim. Kerro hauska fakta Turusta)",
+ "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "Kehote (esim. Kerro hauska fakta Rooman valtakunnasta)",
"Prompt Content": "Kehotteen sisältö",
- "Prompt created successfully": "",
+ "Prompt created successfully": "Kehote luotu onnistuneesti",
"Prompt suggestions": "Kehotteen ehdotukset",
- "Prompt updated successfully": "",
+ "Prompt updated successfully": "Kehote päivitetty onnistuneesti",
"Prompts": "Kehotteet",
- "Prompts Access": "",
- "Proxy URL": "",
+ "Prompts Access": "Kehoitteiden käyttöoikeudet",
+ "Proxy URL": "Välityspalvelimen URL-osoite",
"Pull \"{{searchValue}}\" from Ollama.com": "Lataa \"{{searchValue}}\" Ollama.comista",
"Pull a model from Ollama.com": "Lataa malli Ollama.comista",
- "Query Generation Prompt": "",
+ "Query Generation Prompt": "Kyselytulosten luontikehote",
"Query Params": "Kyselyparametrit",
"RAG Template": "RAG-malline",
- "Rating": "",
- "Re-rank models by topic similarity": "",
+ "Rating": "Arviointi",
+ "Re-rank models by topic similarity": "Uudelleenjärjestä mallit aiheyhteyden mukaan",
"Read Aloud": "Lue ääneen",
"Record voice": "Nauhoita ääni",
"Redirecting you to OpenWebUI Community": "Ohjataan sinut OpenWebUI-yhteisöön",
- "Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative. (Default: 40)": "",
- "Refer to yourself as \"User\" (e.g., \"User is learning Spanish\")": "",
- "References from": "",
+ "Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative. (Default: 40)": "Vähentää merkityksetöntä sisältöä tuottavan todennäköisyyttä. Korkeampi arvo (esim. 100) antaa monipuolisempia vastauksia, kun taas alhaisempi arvo (esim. 10) on konservatiivisempi. (Oletus: 40)",
+ "Refer to yourself as \"User\" (e.g., \"User is learning Spanish\")": "Viittaa itseen \"Käyttäjänä\" (esim. \"Käyttäjä opiskelee espanjaa\")",
+ "References from": "Viitteet lähteistä",
"Refused when it shouldn't have": "Kieltäytyi, vaikka ei olisi pitänyt",
- "Regenerate": "Uudelleenluo",
+ "Regenerate": "Uudelleentuota",
"Release Notes": "Julkaisutiedot",
- "Relevance": "",
+ "Relevance": "Relevanssi",
"Remove": "Poista",
"Remove Model": "Poista malli",
"Rename": "Nimeä uudelleen",
- "Reorder Models": "",
- "Repeat Last N": "Viimeinen N -toisto",
+ "Reorder Models": "Uudelleenjärjestä malleja",
+ "Repeat Last N": "Toista viimeiset N",
"Request Mode": "Pyyntötila",
- "Reranking Model": "Uudelleenpisteytysmalli",
- "Reranking model disabled": "Uudelleenpisteytysmalli poistettu käytöstä",
+ "Reranking Model": "Uudelleenpisteytymismalli",
+ "Reranking model disabled": "Uudelleenpisteytymismalli poistettu käytöstä",
"Reranking model set to \"{{reranking_model}}\"": "\"{{reranking_model}}\" valittu uudelleenpisteytysmalliksi",
- "Reset": "",
- "Reset All Models": "",
- "Reset Upload Directory": "",
- "Reset Vector Storage/Knowledge": "",
- "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
- "Response splitting": "",
- "Result": "",
- "Retrieval Query Generation": "",
- "Rich Text Input for Chat": "",
- "RK": "",
+ "Reset": "Palauta",
+ "Reset All Models": "Palauta kaikki mallit",
+ "Reset Upload Directory": "Palauta latauspolku",
+ "Reset Vector Storage/Knowledge": "Tyhjennä vektoritallennukset/tietämys",
+ "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 splitting": "Vastauksen jakaminen",
+ "Result": "Tulos",
+ "Retrieval Query Generation": "Hakukyselyn luominen",
+ "Rich Text Input for Chat": "Rikasteksti-syöte chattiin",
+ "RK": "RK",
"Role": "Rooli",
- "Rosé Pine": "Rosee-mänty",
- "Rosé Pine Dawn": "Aamuinen Rosee-mänty",
+ "Rosé Pine": "Rosépuu",
+ "Rosé Pine Dawn": "Rosépuu aamunkoitto",
"RTL": "RTL",
- "Run": "",
- "Running": "",
+ "Run": "Suorita",
+ "Running": "Käynnissä",
"Save": "Tallenna",
"Save & Create": "Tallenna ja luo",
"Save & Update": "Tallenna ja päivitä",
- "Save As Copy": "",
- "Save Tag": "",
- "Saved": "",
- "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Keskustelulokien tallentaminen suoraan selaimen tallennustilaan ei ole enää tuettua. Lataa ja poista keskustelulokit napsauttamalla alla olevaa painiketta. Älä huoli, voit helposti tuoda keskustelulokit takaisin backendiin",
- "Scroll to bottom when switching between branches": "",
+ "Save As Copy": "Tallenna kopiona",
+ "Save Tag": "Tallenna tagi",
+ "Saved": "Tallennettu",
+ "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Keskustelulokien tallentaminen suoraan selaimen tallennustilaan ei ole enää tuettu. Lataa ja poista keskustelulokit napsauttamalla alla olevaa painiketta. Älä huoli, voit helposti tuoda keskustelulokit takaisin backendiin",
+ "Scroll to bottom when switching between branches": "Vierittää alaspäin vaihdettaessa haarojen välillä",
"Search": "Haku",
"Search a model": "Hae mallia",
- "Search Base": "",
- "Search Chats": "Etsi chatteja",
- "Search Collection": "",
- "Search Filters": "",
- "search for tags": "",
- "Search Functions": "",
- "Search Knowledge": "",
+ "Search Base": "Hakupohja",
+ "Search Chats": "Hae keskusteluja",
+ "Search Collection": "Hae kokoelmaa",
+ "Search Filters": "Hakusuodattimet",
+ "search for tags": "hae tageja",
+ "Search Functions": "Hae toimintoja",
+ "Search Knowledge": "Hae tietämystä",
"Search Models": "Hae malleja",
- "Search options": "",
- "Search Prompts": "Hae kehotteita",
+ "Search options": "Hakuvaihtoehdot",
+ "Search Prompts": "Hae kehotteia",
"Search Result Count": "Hakutulosten määrä",
- "Search the web": "",
- "Search Tools": "",
- "SearchApi API Key": "",
- "SearchApi Engine": "",
- "Searched {{count}} sites_one": "Haettu {{count}} sites_one",
- "Searched {{count}} sites_other": "Haku {{count}} sites_other",
- "Searching \"{{searchQuery}}\"": "",
- "Searching Knowledge for \"{{searchQuery}}\"": "",
+ "Search the web": "Etsi verkosta",
+ "Search Tools": "Hae työkaluja",
+ "SearchApi API Key": "SearchApi API -avain",
+ "SearchApi Engine": "SearchApi-moottori",
+ "Searched {{count}} sites": "",
+ "Searching \"{{searchQuery}}\"": "Haetaan \"{{searchQuery}}\"",
+ "Searching Knowledge for \"{{searchQuery}}\"": "Haetaan tietämystä \"{{searchQuery}}\"",
"Searxng Query URL": "Searxng-kyselyn URL-osoite",
- "See readme.md for instructions": "Katso lisää ohjeita readme.md:stä",
+ "See readme.md for instructions": "Katso ohjeet readme.md-tiedostosta",
"See what's new": "Katso, mitä uutta",
- "Seed": "Siemen",
+ "Seed": "Siemenluku",
"Select a base model": "Valitse perusmalli",
- "Select a engine": "",
- "Select a function": "",
- "Select a group": "",
+ "Select a engine": "Valitse moottori",
+ "Select a function": "Valitse toiminto",
+ "Select a group": "Valitse ryhmä",
"Select a model": "Valitse malli",
"Select a pipeline": "Valitse putki",
"Select a pipeline url": "Valitse putken URL-osoite",
- "Select a tool": "",
- "Select Engine": "",
- "Select Knowledge": "",
+ "Select a tool": "Valitse työkalu",
+ "Select Engine": "Valitse moottori",
+ "Select Knowledge": "Valitse tietämys",
"Select model": "Valitse malli",
- "Select only one model to call": "",
- "Selected model(s) do not support image inputs": "Valitut mallit eivät tue kuvasyötteitä",
- "Semantic distance to query": "",
+ "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ä",
+ "Semantic distance to query": "Semanttinen etäisyys kyselyyn",
"Send": "Lähetä",
"Send a 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.": "",
+ "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",
"Serper API Key": "Serper API -avain",
- "Serply API Key": "",
+ "Serply API Key": "Serply API -avain",
"Serpstack API Key": "Serpstack API -avain",
- "Server connection verified": "Palvelinyhteys varmennettu",
+ "Server connection verified": "Palvelinyhteys vahvistettu",
"Set as default": "Aseta oletukseksi",
- "Set CFG Scale": "",
+ "Set CFG Scale": "Aseta CFG-mitta",
"Set Default Model": "Aseta oletusmalli",
- "Set embedding model": "",
- "Set embedding model (e.g. {{model}})": "Aseta upotusmalli (esim. {{model}})",
+ "Set embedding model": "Aseta upotelmamalli",
+ "Set embedding model (e.g. {{model}})": "Aseta upotelmamalli (esim. {{model}})",
"Set Image Size": "Aseta kuvan koko",
- "Set reranking model (e.g. {{model}})": "Aseta uudelleenpisteytysmalli (esim. {{model}})",
- "Set Sampler": "",
- "Set Scheduler": "",
- "Set Steps": "Aseta askelmäärä",
+ "Set reranking model (e.g. {{model}})": "Aseta uudelleenpisteytymismalli (esim. {{model}})",
+ "Set Sampler": "Aseta näytteistäjä",
+ "Set Scheduler": "Aseta ajoitin",
+ "Set Steps": "Aseta askeleet",
"Set Task Model": "Aseta tehtävämalli",
- "Set the number of GPU devices used for computation. This option controls how many GPU devices (if available) are used to process incoming requests. 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 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.": "",
+ "Set the number of GPU devices used for computation. This option controls how many GPU devices (if available) are used to process incoming requests. 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 käytettyjen GPU-laitteiden määrä laskentaa varten. Tämä asetus kontrolloi, kuinka monta GPU-laitetta (jos saatavilla) käytetään saapuvien pyyntöjen käsittelyyn. Arvon kasvattaminen voi parantaa suorituskykyä merkittävästi malleissa, jotka on optimoitu GPU-kiihdytykseen, mutta voi myös kuluttaa enemmän virtaa ja GPU-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 whisper model": "",
- "Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
- "Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
- "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)": "",
- "Sets the size of the context window used to generate the next token. (Default: 2048)": "",
- "Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
+ "Set whisper model": "Aseta whisper-malli",
+ "Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Määrittää, kuinka kauas taaksepäin malli katsoo välttääkseen toistoa. (Oletus: 64, 0 = pois käytöstä, -1 = num_ctx)",
+ "Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "Määrittää, kuinka voimakkaasti toistoihin määrätään sanktioita. Korkeampi arvo (esim. 1,5) rankaisee toistoja voimakkaammin, kun taas alhaisempi arvo (esim. 0,9) on lempeämpi. (Oletus: 1,1)",
+ "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)": "Määrittää satunnaislukujen siemenen käytettäväksi generoinnissa. Tämän asettaminen tiettyyn numeroon saa mallin tuottamaan saman tekstin samalle kehoteelle. (Oletus: satunnainen)",
+ "Sets the size of the context window used to generate the next token. (Default: 2048)": "Määrittää kontekstiikkunan koon, jota käytetään seuraavan tokenin tuottamiseen. (Oletus: 2048)",
+ "Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Määrittää käytettävät lopetussekvenssit. Kun tämä kuvio havaitaan, LLM lopettaa tekstin tuottamisen ja palauttaa. Useita lopetuskuvioita voidaan asettaa määrittämällä useita erillisiä lopetusparametreja mallitiedostoon.",
"Settings": "Asetukset",
"Settings saved successfully!": "Asetukset tallennettu onnistuneesti!",
"Share": "Jaa",
"Share Chat": "Jaa keskustelu",
"Share to OpenWebUI Community": "Jaa OpenWebUI-yhteisöön",
"Show": "Näytä",
- "Show \"What's New\" modal on login": "",
- "Show Admin Details in Account Pending Overlay": "",
+ "Show \"What's New\" modal on login": "Näytä \"Mitä uutta\" -modaali kirjautumisen yhteydessä",
+ "Show Admin Details in Account Pending Overlay": "Näytä ylläpitäjän tiedot odottavan tilin päällä",
"Show shortcuts": "Näytä pikanäppäimet",
- "Show your support!": "",
- "Showcased creativity": "Näytti luovuutta",
+ "Show your support!": "Osoita tukesi!",
+ "Showcased creativity": "Osoitti luovuutta",
"Sign in": "Kirjaudu sisään",
- "Sign in to {{WEBUI_NAME}}": "",
- "Sign in to {{WEBUI_NAME}} with LDAP": "",
+ "Sign in to {{WEBUI_NAME}}": "Kirjaudu sisään palveluun {{WEBUI_NAME}}",
+ "Sign in to {{WEBUI_NAME}} with LDAP": "Kirjaudu sisään palveluun {{WEBUI_NAME}} LDAP:lla",
"Sign Out": "Kirjaudu ulos",
"Sign up": "Rekisteröidy",
- "Sign up to {{WEBUI_NAME}}": "",
- "Signing in to {{WEBUI_NAME}}": "",
+ "Sign up to {{WEBUI_NAME}}": "Rekisteröidy palveluun {{WEBUI_NAME}}",
+ "Signing in to {{WEBUI_NAME}}": "Kirjaudutaan sisään palveluun {{WEBUI_NAME}}",
+ "sk-1234": "",
"Source": "Lähde",
- "Speech Playback Speed": "",
+ "Speech Playback Speed": "Puhetoiston nopeus",
"Speech recognition error: {{error}}": "Puheentunnistusvirhe: {{error}}",
"Speech-to-Text Engine": "Puheentunnistusmoottori",
- "Stop": "",
+ "Stop": "Pysäytä",
"Stop Sequence": "Lopetussekvenssi",
- "Stream Chat Response": "",
- "STT Model": "",
- "STT Settings": "Puheentunnistusasetukset",
- "Subtitle (e.g. about the Roman Empire)": "Alaotsikko (esim. Rooman valtakunnasta)",
+ "Stream Chat Response": "Streamaa keskusteluvastaus",
+ "STT Model": "Puheentunnistusmalli",
+ "STT Settings": "Puheentunnistuksen asetukset",
+ "Subtitle (e.g. about the Roman Empire)": "Alaotsikko (esim. Rooman valtakunta)",
"Success": "Onnistui",
"Successfully updated.": "Päivitetty onnistuneesti.",
- "Suggested": "Suositeltu",
- "Support": "",
- "Support this plugin:": "",
- "Sync directory": "",
+ "Suggested": "Ehdotettu",
+ "Support": "Tuki",
+ "Support this plugin:": "Tue tätä lisäosaa:",
+ "Sync directory": "Synkronoitu hakemisto",
"System": "Järjestelmä",
- "System Instructions": "",
+ "System Instructions": "Järjestelmäohjeet",
"System Prompt": "Järjestelmäkehote",
- "Tags Generation": "",
- "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)": "",
- "Tap to interrupt": "",
- "Tavily API Key": "",
+ "Tags Generation": "Tagien luonti",
+ "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)",
+ "Tap to interrupt": "Napauta keskeyttääksesi",
+ "Tavily API Key": "Tavily API -avain",
"Tell us more:": "Kerro lisää:",
"Temperature": "Lämpötila",
- "Template": "Malline",
- "Temporary Chat": "",
- "Text Splitter": "",
- "Text-to-Speech Engine": "Puhemoottori",
- "Tfs Z": "TFS Z",
+ "Template": "Malli",
+ "Temporary Chat": "Väliaikainen keskustelu",
+ "Text Splitter": "Tekstin jakaja",
+ "Text-to-Speech Engine": "Puhesynteesimoottori",
+ "Tfs Z": "Tfs Z",
"Thanks for your feedback!": "Kiitos palautteestasi!",
- "The Application Account DN you bind with for search": "",
- "The base to search for users": "",
- "The batch size determines how many text requests are processed together at once. A higher batch size can increase the performance and speed of the model, but it also requires more memory. (Default: 512)": "",
- "The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "",
- "The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
- "The LDAP attribute that maps to the username that users use to sign in.": "",
- "The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
- "The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
- "The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
- "The score should be a value between 0.0 (0%) and 1.0 (100%).": "Pisteytyksen tulee olla arvo välillä 0.0 (0%) ja 1.0 (100%).",
- "The temperature of the model. Increasing the temperature will make the model answer more creatively. (Default: 0.8)": "",
+ "The Application Account DN you bind with for search": "Hakua varten sidottu sovelluksen käyttäjätilin DN",
+ "The base to search for users": "Käyttäjien haun perusta",
+ "The batch size determines how many text requests are processed together at once. A higher batch size can increase the performance and speed of the model, but it also requires more memory. (Default: 512)": "Erän koko määrittää, kuinka monta tekstipyyntöä käsitellään yhdessä kerralla. Suurempi erän koko voi parantaa mallin suorituskykyä ja nopeutta, mutta se vaatii myös enemmän muistia. (Oletus: 512)",
+ "The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Tämän lisäosan takana olevat kehittäjät ovat intohimoisia vapaaehtoisyhteisöstä. Jos koet tämän lisäosan hyödylliseksi, harkitse sen kehittämisen tukemista.",
+ "The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "Arviointitulosluettelo perustuu Elo-luokitusjärjestelmään ja päivittyy reaaliajassa.",
+ "The LDAP attribute that maps to the username that users use to sign in.": "LDAP-määrite, joka vastaa käyttäjien kirjautumiskäyttäjänimeä.",
+ "The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "Tulosluettelo on tällä hetkellä beta-vaiheessa, ja voimme säätää pisteytyksen laskentaa hienostaessamme algoritmia.",
+ "The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "Enimmäistiedostokoko megatavuissa. Jos tiedoston koko ylittää tämän rajan, tiedostoa ei ladata.",
+ "The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "Suurin sallittu tiedostojen määrä käytettäväksi kerralla chatissa. Jos tiedostojen määrä ylittää tämän rajan, niitä ei ladata.",
+ "The score should be a value between 0.0 (0%) and 1.0 (100%).": "Pisteytyksen tulee olla arvo välillä 0,0 (0 %) ja 1,0 (100 %).",
+ "The temperature of the model. Increasing the temperature will make the model answer more creatively. (Default: 0.8)": "Mallin lämpötila. Lämpötilan nostaminen saa mallin vastaamaan luovemmin. (Oletus: 0,8)",
"Theme": "Teema",
- "Thinking...": "",
- "This action cannot be undone. Do you wish to continue?": "",
+ "Thinking...": "Ajattelee...",
+ "This action cannot be undone. Do you wish to continue?": "Tätä toimintoa ei voi peruuttaa. Haluatko jatkaa?",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Tämä varmistaa, että arvokkaat keskustelusi tallennetaan turvallisesti backend-tietokantaasi. Kiitos!",
- "This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
- "This option controls how many tokens are preserved when refreshing the context. For example, if set to 2, the last 2 tokens of the conversation context will be retained. Preserving context can help maintain the continuity of a conversation, but it may reduce the ability to respond to new topics. (Default: 24)": "",
- "This option sets the maximum number of tokens the model can generate in its response. Increasing this limit allows the model to provide longer answers, but it may also increase the likelihood of unhelpful or irrelevant content being generated. (Default: 128)": "",
- "This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
- "This response was generated by \"{{model}}\"": "",
- "This will delete": "",
- "This will delete {{NAME}} and all its contents.": "",
- "This will delete all models including custom models": "",
- "This will delete all models including custom models and cannot be undone.": "",
- "This will reset the knowledge base and sync all files. Do you wish to continue?": "",
+ "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Tämä on kokeellinen ominaisuus, se ei välttämättä toimi odotetulla tavalla ja se voi muuttua milloin tahansa.",
+ "This option controls how many tokens are preserved when refreshing the context. For example, if set to 2, the last 2 tokens of the conversation context will be retained. Preserving context can help maintain the continuity of a conversation, but it may reduce the ability to respond to new topics. (Default: 24)": "Tämä asetus kontrolloi, kuinka monta tokenia säilytetään päivittäessä kontekstia. Esimerkiksi, jos asetetaan arvoksi 2, säilytetään viimeiset 2 keskustelukon-tekstin tokenia. Kontekstin säilyttäminen voi auttaa ylläpitämään keskustelun jatkuvuutta, mutta se voi vähentää kykyä vastata uusiin aiheisiin. (Oletus: 24)",
+ "This option sets the maximum number of tokens the model can generate in its response. Increasing this limit allows the model to provide longer answers, but it may also increase the likelihood of unhelpful or irrelevant content being generated. (Default: 128)": "Tämä asetus määrittää mallin vastauksen enimmäistokenmäärän. Tämän rajan nostaminen mahdollistaa mallin antavan pidempiä vastauksia, mutta se voi myös lisätä epähyödyllisen tai epärelevantin sisällön todennäköisyyttä. (Oletus: 128)",
+ "This option will delete all existing files in the collection and replace them with newly uploaded files.": "Tämä vaihtoehto poistaa kaikki kokoelman nykyiset tiedostot ja korvaa ne uusilla ladatuilla tiedostoilla.",
+ "This response was generated by \"{{model}}\"": "Tämän vastauksen tuotti \"{{model}}\"",
+ "This will delete": "Tämä poistaa",
+ "This will delete {{NAME}} and all its contents.": "Tämä poistaa {{NAME}} ja kaikki sen sisällöt.",
+ "This will delete all models including custom models": "Tämä poistaa kaikki mallit mukaan lukien mukautetut mallit",
+ "This will delete all models including custom models and cannot be undone.": "Tämä poistaa kaikki mallit, mukaan lukien mukautetut mallit, eikä sitä voi peruuttaa.",
+ "This will reset the knowledge base and sync all files. Do you wish to continue?": "Tämä nollaa tietokannan ja synkronoi kaikki tiedostot. Haluatko jatkaa?",
"Thorough explanation": "Perusteellinen selitys",
- "Tika": "",
- "Tika Server URL required.": "",
- "Tiktoken": "",
+ "Tika": "Tika",
+ "Tika Server URL required.": "Tika Server URL vaaditaan.",
+ "Tiktoken": "Tiktoken",
"Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "Vinkki: Päivitä useita muuttujapaikkoja peräkkäin painamalla tabulaattoria keskustelusyötteessä jokaisen korvauksen jälkeen.",
"Title": "Otsikko",
"Title (e.g. Tell me a fun fact)": "Otsikko (esim. Kerro hauska fakta)",
"Title Auto-Generation": "Otsikon automaattinen luonti",
- "Title cannot be an empty string.": "Otsikko ei voi olla tyhjä.",
+ "Title cannot be an empty string.": "Otsikko ei voi olla tyhjä merkkijono.",
"Title Generation Prompt": "Otsikon luontikehote",
- "TLS": "",
+ "TLS": "TLS",
"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 WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "",
- "To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "",
- "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.": "",
- "To select actions here, add them to the \"Functions\" workspace first.": "",
- "To select filters here, add them to the \"Functions\" workspace first.": "",
- "To select toolkits here, add them to the \"Tools\" workspace first.": "",
- "Toast notifications for new updates": "",
+ "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 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 filters here, add them to the \"Functions\" workspace first.": "Valitaksesi suodattimia tässä, lisää ne ensin \"Toiminnot\"-työtilaan.",
+ "To select toolkits here, add them to the \"Tools\" workspace first.": "Valitaksesi työkalusettejä tässä, lisää ne ensin \"Työkalut\"-työtilaan.",
+ "Toast notifications for new updates": "Ilmoituspopuppien näyttäminen uusista päivityksistä",
"Today": "Tänään",
"Toggle settings": "Kytke asetukset",
"Toggle sidebar": "Kytke sivupalkki",
- "Token": "",
- "Tokens To Keep On Context Refresh (num_keep)": "",
- "Too verbose": "",
- "Tool created successfully": "",
- "Tool deleted successfully": "",
- "Tool Description": "",
- "Tool ID": "",
- "Tool imported successfully": "",
- "Tool Name": "",
- "Tool updated successfully": "",
- "Tools": "",
- "Tools Access": "",
- "Tools are a function calling system with arbitrary code execution": "",
- "Tools have a function calling system that allows arbitrary code execution": "",
- "Tools have a function calling system that allows arbitrary code execution.": "",
+ "Token": "Token",
+ "Tokens To Keep On Context Refresh (num_keep)": "Säilytettävät tokenit kontekstin päivityksessä (num_keep)",
+ "Too verbose": "Liian puhelias",
+ "Tool created successfully": "Työkalu luotu onnistuneesti",
+ "Tool deleted successfully": "Työkalu poistettu onnistuneesti",
+ "Tool Description": "Työkalun kuvaus",
+ "Tool ID": "Työkalun tunnus",
+ "Tool imported successfully": "Työkalu tuotu onnistuneesti",
+ "Tool Name": "Työkalun nimi",
+ "Tool updated successfully": "Työkalu päivitetty onnistuneesti",
+ "Tools": "Työkalut",
+ "Tools Access": "Työkalujen käyttöoikeudet",
+ "Tools are a function calling system with arbitrary code execution": "Työkalut ovat toimintokutsuihin perustuva järjestelmä, joka sallii mielivaltaisen koodin suorittamisen",
+ "Tools have a function calling system that allows arbitrary code execution": "Työkaluilla on toimintokutsuihin perustuva järjestelmä, joka sallii mielivaltaisen koodin suorittamisen",
+ "Tools have a function calling system that allows arbitrary code execution.": "Työkalut sallivat mielivaltaisen koodin suorittamisen toimintokutsuilla.",
"Top K": "Top K",
"Top P": "Top P",
- "Transformers": "",
+ "Transformers": "Muunnokset",
"Trouble accessing Ollama?": "Ongelmia Ollama-yhteydessä?",
- "TTS Model": "",
- "TTS Settings": "Puheentuottamisasetukset",
- "TTS Voice": "",
+ "TTS Model": "Puhesynteesimalli",
+ "TTS Settings": "Puhesynteesiasetukset",
+ "TTS Voice": "Puhesynteesiääni",
"Type": "Tyyppi",
- "Type Hugging Face Resolve (Download) URL": "Kirjoita Hugging Face -resolve-osoite",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Voi ei! Yhteysongelma {{provider}}:n kanssa.",
- "UI": "",
- "Unarchive All": "",
- "Unarchive All Archived Chats": "",
- "Unarchive Chat": "",
- "Unlock mysteries": "",
- "Unpin": "",
- "Unravel secrets": "",
- "Untagged": "",
- "Update": "",
+ "Type Hugging Face Resolve (Download) URL": "Kirjoita Hugging Face -resolve-latausosoite",
+ "Uh-oh! There was an issue with the response.": "",
+ "UI": "Käyttöliittymä",
+ "Unarchive All": "Pura kaikkien arkistointi",
+ "Unarchive All Archived Chats": "Pura kaikkien arkistoitujen keskustelujen arkistointi",
+ "Unarchive Chat": "Pura keskustelun arkistointi",
+ "Unlock mysteries": "Selvitä arvoituksia",
+ "Unpin": "Irrota kiinnitys",
+ "Unravel secrets": "Avaa salaisuuksia",
+ "Untagged": "Ei tageja",
+ "Update": "Päivitä",
"Update and Copy Link": "Päivitä ja kopioi linkki",
- "Update for the latest features and improvements.": "",
+ "Update for the latest features and improvements.": "Päivitä uusimpiin ominaisuuksiin ja parannuksiin.",
"Update password": "Päivitä salasana",
- "Updated": "",
- "Updated at": "",
- "Updated At": "",
- "Upload": "",
+ "Updated": "Päivitetty",
+ "Updated at": "Päivitetty",
+ "Updated At": "Päivitetty",
+ "Upload": "Lataa",
"Upload a GGUF model": "Lataa GGUF-malli",
- "Upload directory": "",
- "Upload files": "",
+ "Upload directory": "Latauksen hakemisto",
+ "Upload files": "Lataa tiedostoja",
"Upload Files": "Lataa tiedostoja",
- "Upload Pipeline": "",
- "Upload Progress": "Latauksen eteneminen",
- "URL": "",
+ "Upload Pipeline": "Lataa putki",
+ "Upload Progress": "Latauksen edistyminen",
+ "URL": "URL",
"URL Mode": "URL-tila",
- "Use '#' in the prompt input to load and include your knowledge.": "",
+ "Use '#' in the prompt input to load and include your knowledge.": "Käytä '#' -merkkiä kehotekenttään ladataksesi ja sisällyttääksesi tietämystäsi.",
"Use Gravatar": "Käytä Gravataria",
- "Use groups to group your users and assign permissions.": "",
+ "Use groups to group your users and assign permissions.": "Käytä ryhmiä jäsentääksesi käyttäjiä ja antaaksesi käyttöoikeuksia.",
"Use Initials": "Käytä alkukirjaimia",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mmap (Ollama)": "use_mmap (Ollama)",
"user": "käyttäjä",
- "User": "",
- "User location successfully retrieved.": "",
- "Username": "",
+ "User": "Käyttäjä",
+ "User location successfully retrieved.": "Käyttäjän sijainti haettu onnistuneesti.",
+ "Username": "Käyttäjätunnus",
"Users": "Käyttäjät",
- "Using the default arena model with all models. Click the plus button to add custom models.": "",
- "Utilize": "Käytä",
+ "Using the default arena model with all models. Click the plus button to add custom models.": "Käytetään oletusarena-mallia kaikkien mallien kanssa. Napsauta plus-painiketta lisätäksesi mukautettuja malleja.",
+ "Utilize": "Hyödynnä",
"Valid time units:": "Kelvolliset aikayksiköt:",
- "Valves": "",
- "Valves updated": "",
- "Valves updated successfully": "",
+ "Valves": "Venttiilit",
+ "Valves updated": "Venttiilit päivitetty",
+ "Valves updated successfully": "Venttiilit päivitetty onnistuneesti",
"variable": "muuttuja",
"variable to have them replaced with clipboard content.": "muuttuja korvataan leikepöydän sisällöllä.",
"Version": "Versio",
- "Version {{selectedVersion}} of {{totalVersions}}": "",
- "Visibility": "",
- "Voice": "",
- "Voice Input": "",
+ "Version {{selectedVersion}} of {{totalVersions}}": "Versio {{selectedVersion}} / {{totalVersions}}",
+ "Visibility": "Näkyvyys",
+ "Voice": "Ääni",
+ "Voice Input": "Äänitulolaitteen käyttö",
"Warning": "Varoitus",
- "Warning:": "",
- "Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
+ "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: 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.",
"Web": "Web",
- "Web API": "",
- "Web Loader Settings": "Web Loader asetukset",
+ "Web API": "Web-API",
+ "Web Loader Settings": "Web Loader -asetukset",
"Web Search": "Web-haku",
"Web Search Engine": "Web-hakukone",
- "Web Search Query Generation": "",
+ "Web Search Query Generation": "Web-haun kyselytulosten luonti",
"Webhook URL": "Webhook-URL",
"WebUI Settings": "WebUI-asetukset",
- "WebUI will make requests to \"{{url}}/api/chat\"": "",
- "WebUI will make requests to \"{{url}}/chat/completions\"": "",
- "What are you trying to achieve?": "",
- "What are you working on?": "",
- "What’s New in": "Mitä uutta",
- "When enabled, the model will respond to each chat message in real-time, generating a response as soon as the user sends a message. This mode is useful for live chat applications, but may impact performance on slower hardware.": "",
- "wherever you are": "",
- "Whisper (Local)": "",
- "Why?": "",
- "Widescreen Mode": "",
- "Won": "",
- "Works together with top-k. A higher value (e.g., 0.95) will lead to more diverse text, while a lower value (e.g., 0.5) will generate more focused and conservative text. (Default: 0.9)": "",
- "Workspace": "Työtilat",
- "Workspace Permissions": "",
- "Write a prompt suggestion (e.g. Who are you?)": "Kirjoita ehdotettu kehote (esim. Kuka olet?)",
+ "WebUI URL": "",
+ "WebUI will make requests to \"{{url}}/api/chat\"": "WebUI lähettää pyyntöjä osoitteeseen \"{{url}}/api/chat\"",
+ "WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI lähettää pyyntöjä osoitteeseen \"{{url}}/chat/completions\"",
+ "What are you trying to achieve?": "Mitä yrität saavuttaa?",
+ "What are you working on?": "Mihin olet työskentelemässä?",
+ "What’s New in": "",
+ "When enabled, the model will respond to each chat message in real-time, generating a response as soon as the user sends a message. This mode is useful for live chat applications, but may impact performance on slower hardware.": "Kun käytössä, malli vastaa jokaiseen chatviestiin reaaliajassa, tuottaen vastauksen heti kun käyttäjä lähettää viestin. Tämä tila on hyödyllinen reaaliaikaisissa chat-sovelluksissa, mutta voi vaikuttaa suorituskykyyn hitaammilla laitteistoilla.",
+ "wherever you are": "missä tahansa oletkin",
+ "Whisper (Local)": "Whisper (paikallinen)",
+ "Why?": "Miksi?",
+ "Widescreen Mode": "Laajakuvatila",
+ "Won": "Voitti",
+ "Works together with top-k. A higher value (e.g., 0.95) will lead to more diverse text, while a lower value (e.g., 0.5) will generate more focused and conservative text. (Default: 0.9)": "Toimii yhdessä top-k:n kanssa. Korkeampi arvo (esim. 0,95) tuottaa monipuolisempaa tekstiä, kun taas alhaisempi arvo (esim. 0,5) tuottaa keskittyneempää ja konservatiivisempaa tekstiä. (Oletus: 0,9)",
+ "Workspace": "Työtila",
+ "Workspace Permissions": "Työtilan käyttöoikeudet",
+ "Write a prompt suggestion (e.g. Who are you?)": "Kirjoita kehotteen ehdotus (esim. Kuka olet?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Kirjoita 50 sanan yhteenveto, joka tiivistää [aihe tai avainsana].",
- "Write something...": "",
- "Write your model template content here": "",
+ "Write something...": "Kirjoita jotain...",
+ "Write your model template content here": "Kirjoita mallisi mallinnesisältö tähän",
"Yesterday": "Eilen",
"You": "Sinä",
- "You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
- "You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "",
- "You cannot upload an empty file.": "",
- "You do not have permission to upload files.": "",
+ "You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Voit keskustella enintään {{maxCount}} tiedoston kanssa kerralla.",
+ "You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Voit personoida vuorovaikutustasi LLM-ohjelmien kanssa lisäämällä muistoja 'Hallitse'-painikkeen kautta, jolloin ne ovat hyödyllisempiä ja räätälöityjä sinua varten.",
+ "You cannot upload an empty file.": "Et voi ladata tyhjää tiedostoa.",
+ "You do not have permission to upload files.": "Sinulla ei ole lupaa ladata tiedostoja.",
"You have no archived conversations.": "Sinulla ei ole arkistoituja keskusteluja.",
"You have shared this chat": "Olet jakanut tämän keskustelun",
- "You're a helpful assistant.": "Olet avulias apulainen.",
+ "You're a helpful assistant.": "Olet avulias avustaja.",
"You're now logged in.": "Olet nyt kirjautunut sisään.",
- "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.": "",
- "Youtube": "Youtube",
- "Youtube Loader Settings": "Youtube Loader-asetukset"
+ "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.",
+ "Youtube": "YouTube",
+ "Youtube Loader Settings": "YouTube Loader -asetukset"
}
diff --git a/src/lib/i18n/locales/fr-CA/translation.json b/src/lib/i18n/locales/fr-CA/translation.json
index 8661bb953..e7a8919c2 100644
--- a/src/lib/i18n/locales/fr-CA/translation.json
+++ b/src/lib/i18n/locales/fr-CA/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Les administrateurs ont accès à tous les outils en tout temps ; les utilisateurs ont besoin d'outils affectés par modèle dans l'espace de travail.",
"Advanced Parameters": "Paramètres avancés",
"Advanced Params": "Paramètres avancés",
- "All chats": "",
"All Documents": "Tous les documents",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "Archiver toutes les conversations",
"Archived Chats": "Conversations archivées",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Êtes-vous certain ?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Taille du lot (num_batch)",
"before": "avant",
"Being lazy": "Être fainéant",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Clé API Brave Search",
@@ -119,8 +121,11 @@
"Camera": "Appareil photo",
"Cancel": "Annuler",
"Capabilities": "Capacités",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Changer le mot de passe",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "Collection",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "URL de base ComfyUI",
"ComfyUI Base URL is required.": "L'URL de base ComfyUI est requise.",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "Confirmer",
"Confirm Password": "Confirmer le mot de passe",
"Confirm your action": "Confirmez votre action",
+ "Confirm your new password": "",
"Connections": "Connexions",
"Contact Admin for WebUI Access": "Contacter l'administrateur pour l'accès à l'interface Web",
"Content": "Contenu",
@@ -201,6 +208,7 @@
"Create a model": "Créer un modèle",
"Create Account": "Créer un compte",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "Créer une nouvelle clé principale",
@@ -236,6 +244,7 @@
"Delete chat?": "Supprimer la conversation ?",
"Delete folder?": "",
"Delete function?": "Supprimer la fonction ?",
+ "Delete Message": "",
"Delete prompt?": "Supprimer la prompt ?",
"delete this link": "supprimer ce lien",
"Delete tool?": "Effacer l'outil ?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Modifier",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "Modifier la mémoire",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Entrez l'identifiant du moteur Google PSE",
"Enter Image Size (e.g. 512x512)": "Entrez la taille de l'image (par ex. 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Entrez les codes de langue",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "Entrez l'étiquette du modèle (par ex. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Entrez la séquence d'arrêt",
"Enter system prompt": "",
"Enter Tavily API Key": "Entrez la clé API Tavily",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "Entrez les Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Entrez l'URL (par ex. {http://127.0.0.1:7860/})",
"Enter URL (e.g. http://localhost:11434)": "Entrez l'URL (par ex. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Entrez votre adresse e-mail",
"Enter Your Full Name": "Entrez votre nom complet",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "Entrez votre mot de passe",
"Enter Your Role": "Entrez votre rôle",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Erreur",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "Fichier introuvable.",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "Le filtre est maintenant désactivé globalement",
"Filter is now globally enabled": "Le filtre est désormais activé globalement",
@@ -435,11 +454,11 @@
"General Settings": "Paramètres Généraux",
"Generate Image": "Générer une image",
"Generating search query": "Génération d'une requête de recherche",
- "Generation Info": "Informations sur la génération",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "Mondial",
"Good Response": "Bonne réponse",
+ "Google Drive": "",
"Google PSE API Key": "Clé API Google PSE",
"Google PSE Engine Id": "ID du moteur de recherche personnalisé de Google",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Génération d'images (expérimental)",
"Image Generation Engine": "Moteur de génération d'images",
+ "Image Max Compression Size": "",
"Image Settings": "Paramètres de l'image",
"Images": "Images",
"Import Chats": "Importer les discussions",
@@ -495,6 +516,7 @@
"June": "Juin",
"JWT Expiration": "Expiration du jeton JWT",
"JWT Token": "Jeton JWT",
+ "Kagi Search API Key": "",
"Keep Alive": "Rester connecté",
"Key": "",
"Keyboard shortcuts": "Raccourcis clavier",
@@ -585,6 +607,7 @@
"New Chat": "Nouvelle conversation",
"New folder": "",
"New Password": "Nouveau mot de passe",
+ "new-channel": "",
"No content found": "",
"No content to speak": "Rien à signaler",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Note : Si vous définissez un score minimum, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "Notifications",
"November": "Novembre",
"num_gpu (Ollama)": "",
@@ -756,9 +780,7 @@
"Search Tools": "Outils de recherche",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "Recherché {{count}} site(s)_one",
- "Searched {{count}} sites_many": "Recherché {{count}} sites_many",
- "Searched {{count}} sites_other": "Recherché {{count}} sites_autres",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Recherche de « {{searchQuery}} »",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "URL de recherche Searxng",
@@ -826,6 +848,7 @@
"Sign up": "Inscrivez-vous",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "Source",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "Erreur de reconnaissance vocale\u00a0: {{error}}",
@@ -930,7 +953,7 @@
"TTS Voice": "Voix TTS",
"Type": "Type",
"Type Hugging Face Resolve (Download) URL": "Entrez l'URL de Téléchargement Hugging Face Resolve",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Oh non ! Un problème est survenu lors de la connexion à {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "Interface utilisateur",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -991,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "URL du webhook",
"WebUI Settings": "Paramètres de WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/fr-FR/translation.json b/src/lib/i18n/locales/fr-FR/translation.json
index 14722805b..7c6ebeb5d 100644
--- a/src/lib/i18n/locales/fr-FR/translation.json
+++ b/src/lib/i18n/locales/fr-FR/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Les administrateurs ont accès à tous les outils en permanence ; les utilisateurs doivent se voir attribuer des outils pour chaque modèle dans l’espace de travail.",
"Advanced Parameters": "Paramètres avancés",
"Advanced Params": "Paramètres avancés",
- "All chats": "Toutes les conversations",
"All Documents": "Tous les documents",
"All models deleted successfully": "Tous les modèles ont été supprimés avec succès",
"Allow Chat Delete": "Autoriser la suppression de la conversation",
@@ -77,6 +76,8 @@
"Archive All Chats": "Archiver toutes les conversations",
"Archived Chats": "Conversations archivées",
"archived-chat-export": "exportation de conversation archivée",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this 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?": "Êtes-vous certain ?",
"Arena Models": "Modèles d'arène",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Batch Size (num_batch)",
"before": "avant",
"Being lazy": "Être fainéant",
+ "Beta": "",
"Bing Search V7 Endpoint": "Point de terminaison Bing Search V7",
"Bing Search V7 Subscription Key": "Clé d'abonnement Bing Search V7",
"Brave Search API Key": "Clé API Brave Search",
@@ -119,8 +121,11 @@
"Camera": "Appareil photo",
"Cancel": "Annuler",
"Capabilities": "Capacités",
+ "Capture": "",
"Certificate Path": "Chemin du certificat",
"Change Password": "Changer le mot de passe",
+ "Channel Name": "",
+ "Channels": "",
"Character": "Caractère",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "Tracer de nouvelles frontières",
@@ -163,6 +168,7 @@
"Collection": "Collection",
"Color": "Couleur",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "URL de base ComfyUI",
"ComfyUI Base URL is required.": "L'URL de base ComfyUI est requise.",
"ComfyUI Workflow": "Flux de travaux de ComfyUI",
@@ -175,6 +181,7 @@
"Confirm": "Confirmer",
"Confirm Password": "Confirmer le mot de passe",
"Confirm your action": "Confirmer votre action",
+ "Confirm your new password": "",
"Connections": "Connexions",
"Contact Admin for WebUI Access": "Contacter l'administrateur pour obtenir l'accès à WebUI",
"Content": "Contenu",
@@ -201,6 +208,7 @@
"Create a model": "Créer un modèle",
"Create Account": "Créer un compte",
"Create Admin Account": "Créer un compte administrateur",
+ "Create Channel": "",
"Create Group": "Créer un groupe",
"Create Knowledge": "Créer une connaissance",
"Create new key": "Créer une nouvelle clé",
@@ -236,6 +244,7 @@
"Delete chat?": "Supprimer la conversation ?",
"Delete folder?": "Supprimer le dossier ?",
"Delete function?": "Supprimer la fonction ?",
+ "Delete Message": "",
"Delete prompt?": "Supprimer le prompt ?",
"delete this link": "supprimer ce lien",
"Delete tool?": "Effacer l'outil ?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "par ex. Outils pour effectuer diverses opérations",
"Edit": "Modifier",
"Edit Arena Model": "Modifier le modèle d'arène",
+ "Edit Channel": "",
"Edit Connection": "Modifier la connexion",
"Edit Default Permissions": "Modifier les autorisations par défaut",
"Edit Memory": "Modifier la mémoire",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "Activer l'authentification par clé API",
"Enable autocomplete generation for chat messages": "",
"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.": "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 Message Rating": "Activer l'évaluation des messages",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Entrez l'identifiant du moteur Google PSE",
"Enter Image Size (e.g. 512x512)": "Entrez la taille de l'image (par ex. 512x512)",
"Enter Jina API Key": "Entrez la clé API Jina",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Entrez les codes de langue",
"Enter Model ID": "Entrez l'ID du modèle",
"Enter model tag (e.g. {{modelTag}})": "Entrez le tag du modèle (par ex. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Entrez la séquence d'arrêt",
"Enter system prompt": "Entrez le prompt système",
"Enter Tavily API Key": "Entrez la clé API Tavily",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Entrez l'URL du serveur Tika",
"Enter Top K": "Entrez les Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Entrez l'URL (par ex. {http://127.0.0.1:7860/})",
"Enter URL (e.g. http://localhost:11434)": "Entrez l'URL (par ex. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Entrez votre adresse e-mail",
"Enter Your Full Name": "Entrez votre nom complet",
"Enter your message": "Entrez votre message",
+ "Enter your new password": "",
"Enter Your Password": "Entrez votre mot de passe",
"Enter Your Role": "Entrez votre rôle",
"Enter Your Username": "Entrez votre nom d'utilisateur",
+ "Enter your webhook URL": "",
"Error": "Erreur",
"ERROR": "ERREUR",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "Évaluations",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "Exemple: (&(objectClass=inetOrgPerson)(uid=%s))",
"Example: ALL": "Exemple: TOUS",
@@ -402,6 +420,7 @@
"File not found.": "Fichier introuvable.",
"File removed successfully.": "Fichier supprimé avec succès.",
"File size should not exceed {{maxSize}} MB.": "La taille du fichier ne doit pas dépasser {{maxSize}} Mo.",
+ "File uploaded successfully": "",
"Files": "Fichiers",
"Filter is now globally disabled": "Le filtre est maintenant désactivé globalement",
"Filter is now globally enabled": "Le filtre est désormais activé globalement",
@@ -435,11 +454,11 @@
"General Settings": "Paramètres généraux",
"Generate Image": "Générer une image",
"Generating search query": "Génération d'une requête de recherche",
- "Generation Info": "Informations sur la génération",
"Get started": "Commencer",
"Get started with {{WEBUI_NAME}}": "Commencez avec {{WEBUI_NAME}}",
"Global": "Mondial",
"Good Response": "Bonne réponse",
+ "Google Drive": "",
"Google PSE API Key": "Clé API Google PSE",
"Google PSE Engine Id": "ID du moteur de recherche PSE de Google",
"Group created successfully": "Groupe créé avec succès",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Je reconnais avoir lu et compris les implications de mes actions. Je suis conscient des risques associés à l'exécution d'un code arbitraire et j'ai vérifié la fiabilité de la source.",
"ID": "ID",
"Ignite curiosity": "Éveiller la curiosité",
+ "Image Compression": "",
"Image Generation (Experimental)": "Génération d'images (expérimental)",
"Image Generation Engine": "Moteur de génération d'images",
+ "Image Max Compression Size": "",
"Image Settings": "Paramètres de génération d'images",
"Images": "Images",
"Import Chats": "Importer les conversations",
@@ -495,6 +516,7 @@
"June": "Juin",
"JWT Expiration": "Expiration du token JWT",
"JWT Token": "Token JWT",
+ "Kagi Search API Key": "",
"Keep Alive": "Temps de maintien connecté",
"Key": "Clé",
"Keyboard shortcuts": "Raccourcis clavier",
@@ -583,8 +605,9 @@
"Name": "Nom d'utilisateur",
"Name your knowledge base": "Nommez votre base de connaissances",
"New Chat": "Nouvelle conversation",
- "New folder": "Nouveau dossier",
+ "New folder": "",
"New Password": "Nouveau mot de passe",
+ "new-channel": "",
"No content found": "Aucun contenu trouvé",
"No content to speak": "Rien à signaler",
"No distance available": "Aucune distance disponible",
@@ -607,6 +630,7 @@
"Not helpful": "Pas utile",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Note : Si vous définissez un score minimum, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.",
"Notes": "Notes",
+ "Notification Webhook": "",
"Notifications": "Notifications",
"November": "Novembre",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -756,9 +780,7 @@
"Search Tools": "Rechercher des outils",
"SearchApi API Key": "Clé API SearchApi",
"SearchApi Engine": "Moteur de recherche SearchApi",
- "Searched {{count}} sites_one": "Recherché {{count}} site(s)_one",
- "Searched {{count}} sites_many": "Recherché {{count}} sites_many",
- "Searched {{count}} sites_other": "Recherché {{count}} sites_autres",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Recherche de « {{searchQuery}} »",
"Searching Knowledge for \"{{searchQuery}}\"": "Recherche des connaissances pour « {{searchQuery}} »",
"Searxng Query URL": "URL de recherche Searxng",
@@ -826,6 +848,7 @@
"Sign up": "Inscrivez-vous",
"Sign up to {{WEBUI_NAME}}": "Inscrivez-vous à {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Connexion à {{WEBUI_NAME}}",
+ "sk-1234": "",
"Source": "Source",
"Speech Playback Speed": "Vitesse de lecture de la parole",
"Speech recognition error: {{error}}": "Erreur de reconnaissance vocale\u00a0: {{error}}",
@@ -930,7 +953,7 @@
"TTS Voice": "Voix de Text-to-Speech",
"Type": "Type",
"Type Hugging Face Resolve (Download) URL": "Entrez l'URL de Téléchargement Hugging Face Resolve",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Oh non ! Un problème est survenu lors de la connexion à {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "UI",
"Unarchive All": "Désarchiver tout",
"Unarchive All Archived Chats": "Désarchiver toutes les conversations archivées",
@@ -991,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "URL du webhook",
"WebUI Settings": "Paramètres de WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI fera des requêtes à \"{{url}}/api/chat\"",
"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI fera des requêtes à \"{{url}}/chat/completions\"",
"What are you trying to achieve?": "Que cherchez-vous à accomplir ?",
diff --git a/src/lib/i18n/locales/he-IL/translation.json b/src/lib/i18n/locales/he-IL/translation.json
index e049b32ad..d0937d487 100644
--- a/src/lib/i18n/locales/he-IL/translation.json
+++ b/src/lib/i18n/locales/he-IL/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
"Advanced Parameters": "פרמטרים מתקדמים",
"Advanced Params": "פרמטרים מתקדמים",
- "All chats": "",
"All Documents": "כל המסמכים",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "אחסן בארכיון את כל הצ'אטים",
"Archived Chats": "צ'אטים מאורכבים",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "האם אתה בטוח?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "",
"before": "לפני",
"Being lazy": "להיות עצלן",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "מפתח API של חיפוש אמיץ",
@@ -119,8 +121,11 @@
"Camera": "",
"Cancel": "בטל",
"Capabilities": "יכולות",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "שנה סיסמה",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "אוסף",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "כתובת URL בסיסית של ComfyUI",
"ComfyUI Base URL is required.": "נדרשת כתובת URL בסיסית של ComfyUI",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "",
"Confirm Password": "אשר סיסמה",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "חיבורים",
"Contact Admin for WebUI Access": "",
"Content": "תוכן",
@@ -201,6 +208,7 @@
"Create a model": "יצירת מודל",
"Create Account": "צור חשבון",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "צור מפתח חדש",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "מחק את הקישור הזה",
"Delete tool?": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "ערוך",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "הזן את מזהה מנוע PSE של Google",
"Enter Image Size (e.g. 512x512)": "הזן גודל תמונה (למשל 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "הזן קודי שפה",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "הזן תג מודל (למשל {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "הזן רצף עצירה",
"Enter system prompt": "",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "הזן Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "הזן כתובת URL (למשל http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "הזן כתובת URL (למשל http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "הזן את דוא\"ל שלך",
"Enter Your Full Name": "הזן את שמך המלא",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "הזן את הסיסמה שלך",
"Enter Your Role": "הזן את התפקיד שלך",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "שגיאה",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "הקובץ לא נמצא.",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
@@ -435,11 +454,11 @@
"General Settings": "הגדרות כלליות",
"Generate Image": "",
"Generating search query": "יצירת שאילתת חיפוש",
- "Generation Info": "מידע על היצירה",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "תגובה טובה",
+ "Google Drive": "",
"Google PSE API Key": "מפתח API של Google PSE",
"Google PSE Engine Id": "מזהה מנוע PSE של Google",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "יצירת תמונות (ניסיוני)",
"Image Generation Engine": "מנוע יצירת תמונות",
+ "Image Max Compression Size": "",
"Image Settings": "הגדרות תמונה",
"Images": "תמונות",
"Import Chats": "יבוא צ'אטים",
@@ -495,6 +516,7 @@
"June": "יוני",
"JWT Expiration": "תפוגת JWT",
"JWT Token": "אסימון JWT",
+ "Kagi Search API Key": "",
"Keep Alive": "השאר פעיל",
"Key": "",
"Keyboard shortcuts": "קיצורי מקלדת",
@@ -585,6 +607,7 @@
"New Chat": "צ'אט חדש",
"New folder": "",
"New Password": "סיסמה חדשה",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "הערה: אם תקבע ציון מינימלי, החיפוש יחזיר רק מסמכים עם ציון שגבוה או שווה לציון המינימלי.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "התראות",
"November": "נובמבר",
"num_gpu (Ollama)": "",
@@ -756,9 +780,7 @@
"Search Tools": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "חיפש {{count}} sites_one",
- "Searched {{count}} sites_two": "חיפש {{count}} sites_two",
- "Searched {{count}} sites_other": "חיפש {{count}} sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "כתובת URL של שאילתת Searxng",
@@ -826,6 +848,7 @@
"Sign up": "הרשמה",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "מקור",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "שגיאת תחקור שמע: {{error}}",
@@ -930,7 +953,7 @@
"TTS Voice": "",
"Type": "סוג",
"Type Hugging Face Resolve (Download) URL": "הקלד כתובת URL של פתרון פנים מחבק (הורד)",
- "Uh-oh! There was an issue connecting to {{provider}}.": "או-הו! אירעה בעיה בהתחברות ל- {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -991,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "URL Webhook",
"WebUI Settings": "הגדרות WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/hi-IN/translation.json b/src/lib/i18n/locales/hi-IN/translation.json
index a9124b791..a7815ca31 100644
--- a/src/lib/i18n/locales/hi-IN/translation.json
+++ b/src/lib/i18n/locales/hi-IN/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
"Advanced Parameters": "उन्नत पैरामीटर",
"Advanced Params": "उन्नत परम",
- "All chats": "",
"All Documents": "सभी डॉक्यूमेंट्स",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "सभी चैट संग्रहीत करें",
"Archived Chats": "संग्रहीत चैट",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "क्या आपको यकीन है?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "",
"before": "पहले",
"Being lazy": "आलसी होना",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Brave सर्च एपीआई कुंजी",
@@ -119,8 +121,11 @@
"Camera": "",
"Cancel": "रद्द करें",
"Capabilities": "क्षमताओं",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "पासवर्ड बदलें",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "संग्रह",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUI बेस यूआरएल",
"ComfyUI Base URL is required.": "ComfyUI का बेस यूआरएल आवश्यक है",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "",
"Confirm Password": "पासवर्ड की पुष्टि कीजिये",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "सम्बन्ध",
"Contact Admin for WebUI Access": "",
"Content": "सामग्री",
@@ -201,6 +208,7 @@
"Create a model": "एक मॉडल बनाएं",
"Create Account": "खाता बनाएं",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "नया क्रिप्टोग्राफिक क्षेत्र बनाएं",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "इस लिंक को हटाएं",
"Delete tool?": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "संपादित करें",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Google PSE इंजन आईडी दर्ज करें",
"Enter Image Size (e.g. 512x512)": "छवि का आकार दर्ज करें (उदा. 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "भाषा कोड दर्ज करें",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "Model tag दर्ज करें (उदा. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "स्टॉप अनुक्रम दर्ज करें",
"Enter system prompt": "",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "शीर्ष K दर्ज करें",
"Enter URL (e.g. http://127.0.0.1:7860/)": "यूआरएल दर्ज करें (उदा. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "यूआरएल दर्ज करें (उदा. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "अपना ईमेल दर्ज करें",
"Enter Your Full Name": "अपना पूरा नाम भरें",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "अपना पासवर्ड भरें",
"Enter Your Role": "अपनी भूमिका दर्ज करें",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "चूक",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "फ़ाइल प्राप्त नहीं हुई।",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
@@ -435,11 +454,11 @@
"General Settings": "सामान्य सेटिंग्स",
"Generate Image": "",
"Generating search query": "खोज क्वेरी जनरेट करना",
- "Generation Info": "जनरेशन की जानकारी",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "अच्छी प्रतिक्रिया",
+ "Google Drive": "",
"Google PSE API Key": "Google PSE API कुंजी",
"Google PSE Engine Id": "Google PSE इंजन आईडी",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "छवि निर्माण (प्रायोगिक)",
"Image Generation Engine": "छवि निर्माण इंजन",
+ "Image Max Compression Size": "",
"Image Settings": "छवि सेटिंग्स",
"Images": "इमेजिस",
"Import Chats": "चैट आयात करें",
@@ -495,6 +516,7 @@
"June": "जुन",
"JWT Expiration": "JWT समाप्ति",
"JWT Token": "जट टोकन",
+ "Kagi Search API Key": "",
"Keep Alive": "क्रियाशील रहो",
"Key": "",
"Keyboard shortcuts": "कीबोर्ड शॉर्टकट",
@@ -585,6 +607,7 @@
"New Chat": "नई चैट",
"New folder": "",
"New Password": "नया पासवर्ड",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ध्यान दें: यदि आप न्यूनतम स्कोर निर्धारित करते हैं, तो खोज केवल न्यूनतम स्कोर से अधिक या उसके बराबर स्कोर वाले दस्तावेज़ वापस लाएगी।",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "सूचनाएं",
"November": "नवंबर",
"num_gpu (Ollama)": "",
@@ -756,8 +780,7 @@
"Search Tools": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "{{count}} sites_one खोजा गया",
- "Searched {{count}} sites_other": "{{count}} sites_other खोजा गया",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "Searxng क्वेरी URL",
@@ -825,6 +848,7 @@
"Sign up": "साइन अप",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "स्रोत",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "वाक् पहचान त्रुटि: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "",
"Type": "प्रकार",
"Type Hugging Face Resolve (Download) URL": "हगिंग फेस रिज़ॉल्व (डाउनलोड) यूआरएल टाइप करें",
- "Uh-oh! There was an issue connecting to {{provider}}.": "उह ओह! {{provider}} से कनेक्ट करने में एक समस्या थी।",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "वेबहुक URL",
"WebUI Settings": "WebUI सेटिंग्स",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/hr-HR/translation.json b/src/lib/i18n/locales/hr-HR/translation.json
index d0680cedf..ff7dfbdeb 100644
--- a/src/lib/i18n/locales/hr-HR/translation.json
+++ b/src/lib/i18n/locales/hr-HR/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
"Advanced Parameters": "Napredni parametri",
"Advanced Params": "Napredni parametri",
- "All chats": "",
"All Documents": "Svi dokumenti",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "Arhivirajte sve razgovore",
"Archived Chats": "Arhivirani razgovori",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Jeste li sigurni?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "",
"before": "prije",
"Being lazy": "Biti lijen",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Brave tražilica - API ključ",
@@ -119,8 +121,11 @@
"Camera": "Kamera",
"Cancel": "Otkaži",
"Capabilities": "Mogućnosti",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Promijeni lozinku",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "Kolekcija",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUI osnovni URL",
"ComfyUI Base URL is required.": "Potreban je ComfyUI osnovni URL.",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "",
"Confirm Password": "Potvrdite lozinku",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "Povezivanja",
"Contact Admin for WebUI Access": "Kontaktirajte admina za WebUI pristup",
"Content": "Sadržaj",
@@ -201,6 +208,7 @@
"Create a model": "Izradite model",
"Create Account": "Stvori račun",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "Stvori novi ključ",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "izbriši ovu vezu",
"Delete tool?": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Uredi",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Unesite ID Google PSE motora",
"Enter Image Size (e.g. 512x512)": "Unesite veličinu slike (npr. 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Unesite kodove jezika",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "Unesite oznaku modela (npr. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Unesite sekvencu zaustavljanja",
"Enter system prompt": "",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "Unesite Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Unesite URL (npr. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Unesite URL (npr. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Unesite svoj email",
"Enter Your Full Name": "Unesite svoje puno ime",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "Unesite svoju lozinku",
"Enter Your Role": "Unesite svoju ulogu",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Greška",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "Datoteka nije pronađena.",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
@@ -435,11 +454,11 @@
"General Settings": "Opće postavke",
"Generate Image": "Gneriraj sliku",
"Generating search query": "Generiranje upita za pretraživanje",
- "Generation Info": "Informacije o generaciji",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "Dobar odgovor",
+ "Google Drive": "",
"Google PSE API Key": "Google PSE API ključ",
"Google PSE Engine Id": "ID Google PSE modula",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Generiranje slika (eksperimentalno)",
"Image Generation Engine": "Stroj za generiranje slika",
+ "Image Max Compression Size": "",
"Image Settings": "Postavke slike",
"Images": "Slike",
"Import Chats": "Uvoz razgovora",
@@ -495,6 +516,7 @@
"June": "Lipanj",
"JWT Expiration": "Isticanje JWT-a",
"JWT Token": "JWT token",
+ "Kagi Search API Key": "",
"Keep Alive": "Održavanje živim",
"Key": "",
"Keyboard shortcuts": "Tipkovnički prečaci",
@@ -585,6 +607,7 @@
"New Chat": "Novi razgovor",
"New folder": "",
"New Password": "Nova lozinka",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Napomena: Ako postavite minimalnu ocjenu, pretraga će vratiti samo dokumente s ocjenom većom ili jednakom minimalnoj ocjeni.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "Obavijesti",
"November": "Studeni",
"num_gpu (Ollama)": "",
@@ -756,9 +780,7 @@
"Search Tools": "Alati za pretraživanje",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "Pretraženo {{count}} sites_one",
- "Searched {{count}} sites_few": "Pretraženo {{count}} sites_few",
- "Searched {{count}} sites_other": "Pretraženo {{count}} sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "Searxng URL upita",
@@ -826,6 +848,7 @@
"Sign up": "Registracija",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "Izvor",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "Pogreška prepoznavanja govora: {{error}}",
@@ -930,7 +953,7 @@
"TTS Voice": "TTS glas",
"Type": "Tip",
"Type Hugging Face Resolve (Download) URL": "Upišite Hugging Face Resolve (Download) URL",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Uh-oh! Pojavio se problem s povezivanjem na {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -991,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "URL webkuke",
"WebUI Settings": "WebUI postavke",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/hu-HU/translation.json b/src/lib/i18n/locales/hu-HU/translation.json
index b5872c954..4bd509174 100644
--- a/src/lib/i18n/locales/hu-HU/translation.json
+++ b/src/lib/i18n/locales/hu-HU/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Az adminok mindig hozzáférnek minden eszközhöz; a felhasználóknak modellenként kell eszközöket hozzárendelni a munkaterületen.",
"Advanced Parameters": "Haladó paraméterek",
"Advanced Params": "Haladó paraméterek",
- "All chats": "Minden beszélgetés",
"All Documents": "Minden dokumentum",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "Minden beszélgetés archiválása",
"Archived Chats": "Archivált beszélgetések",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Biztos vagy benne?",
"Arena Models": "Arena modellek",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Köteg méret (num_batch)",
"before": "előtt",
"Being lazy": "Lustaság",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Brave Search API kulcs",
@@ -119,8 +121,11 @@
"Camera": "Kamera",
"Cancel": "Mégse",
"Capabilities": "Képességek",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Jelszó módosítása",
+ "Channel Name": "",
+ "Channels": "",
"Character": "Karakter",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "Gyűjtemény",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUI alap URL",
"ComfyUI Base URL is required.": "ComfyUI alap URL szükséges.",
"ComfyUI Workflow": "ComfyUI munkafolyamat",
@@ -175,6 +181,7 @@
"Confirm": "Megerősítés",
"Confirm Password": "Jelszó megerősítése",
"Confirm your action": "Erősítsd meg a műveletet",
+ "Confirm your new password": "",
"Connections": "Kapcsolatok",
"Contact Admin for WebUI Access": "Lépj kapcsolatba az adminnal a WebUI hozzáférésért",
"Content": "Tartalom",
@@ -201,6 +208,7 @@
"Create a model": "Modell létrehozása",
"Create Account": "Fiók létrehozása",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "Tudás létrehozása",
"Create new key": "Új kulcs létrehozása",
@@ -236,6 +244,7 @@
"Delete chat?": "Törli a beszélgetést?",
"Delete folder?": "Törli a mappát?",
"Delete function?": "Törli a funkciót?",
+ "Delete Message": "",
"Delete prompt?": "Törli a promptot?",
"delete this link": "link törlése",
"Delete tool?": "Törli az eszközt?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Szerkesztés",
"Edit Arena Model": "Arena modell szerkesztése",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "Memória szerkesztése",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "Üzenet értékelés engedélyezése",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Add meg a Google PSE motor azonosítót",
"Enter Image Size (e.g. 512x512)": "Add meg a kép méretet (pl. 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Add meg a nyelvi kódokat",
"Enter Model ID": "Add meg a modell azonosítót",
"Enter model tag (e.g. {{modelTag}})": "Add meg a modell címkét (pl. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Add meg a leállítási szekvenciát",
"Enter system prompt": "Add meg a rendszer promptot",
"Enter Tavily API Key": "Add meg a Tavily API kulcsot",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Add meg a Tika szerver URL-t",
"Enter Top K": "Add meg a Top K értéket",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Add meg az URL-t (pl. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Add meg az URL-t (pl. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Add meg az email címed",
"Enter Your Full Name": "Add meg a teljes neved",
"Enter your message": "Írd be az üzeneted",
+ "Enter your new password": "",
"Enter Your Password": "Add meg a jelszavad",
"Enter Your Role": "Add meg a szereped",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Hiba",
"ERROR": "HIBA",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "Értékelések",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "Fájl nem található.",
"File removed successfully.": "Fájl sikeresen eltávolítva.",
"File size should not exceed {{maxSize}} MB.": "A fájl mérete nem haladhatja meg a {{maxSize}} MB-ot.",
+ "File uploaded successfully": "",
"Files": "Fájlok",
"Filter is now globally disabled": "A szűrő globálisan letiltva",
"Filter is now globally enabled": "A szűrő globálisan engedélyezve",
@@ -435,11 +454,11 @@
"General Settings": "Általános beállítások",
"Generate Image": "Kép generálása",
"Generating search query": "Keresési lekérdezés generálása",
- "Generation Info": "Generálási információ",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "Globális",
"Good Response": "Jó válasz",
+ "Google Drive": "",
"Google PSE API Key": "Google PSE API kulcs",
"Google PSE Engine Id": "Google PSE motor azonosító",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Elismerem, hogy elolvastam és megértem a cselekedetem következményeit. Tisztában vagyok a tetszőleges kód végrehajtásával járó kockázatokkal, és ellenőriztem a forrás megbízhatóságát.",
"ID": "Azonosító",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Képgenerálás (kísérleti)",
"Image Generation Engine": "Képgenerálási motor",
+ "Image Max Compression Size": "",
"Image Settings": "Kép beállítások",
"Images": "Képek",
"Import Chats": "Beszélgetések importálása",
@@ -495,6 +516,7 @@
"June": "Június",
"JWT Expiration": "JWT lejárat",
"JWT Token": "JWT token",
+ "Kagi Search API Key": "",
"Keep Alive": "Kapcsolat fenntartása",
"Key": "",
"Keyboard shortcuts": "Billentyűparancsok",
@@ -583,8 +605,9 @@
"Name": "Név",
"Name your knowledge base": "",
"New Chat": "Új beszélgetés",
- "New folder": "Új mappa",
+ "New folder": "",
"New Password": "Új jelszó",
+ "new-channel": "",
"No content found": "Nem található tartalom",
"No content to speak": "Nincs felolvasható tartalom",
"No distance available": "Nincs elérhető távolság",
@@ -607,6 +630,7 @@
"Not helpful": "Nem segítőkész",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Megjegyzés: Ha minimum pontszámot állít be, a keresés csak olyan dokumentumokat ad vissza, amelyek pontszáma nagyobb vagy egyenlő a minimum pontszámmal.",
"Notes": "Jegyzetek",
+ "Notification Webhook": "",
"Notifications": "Értesítések",
"November": "November",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -756,8 +780,7 @@
"Search Tools": "Eszközök keresése",
"SearchApi API Key": "SearchApi API kulcs",
"SearchApi Engine": "SearchApi motor",
- "Searched {{count}} sites_one": "{{count}} oldal keresve",
- "Searched {{count}} sites_other": "{{count}} oldal keresve",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Keresés: \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "Tudásbázis keresése: \"{{searchQuery}}\"",
"Searxng Query URL": "Searxng lekérdezési URL",
@@ -825,6 +848,7 @@
"Sign up": "Regisztráció",
"Sign up to {{WEBUI_NAME}}": "Regisztráció ide: {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Bejelentkezés ide: {{WEBUI_NAME}}",
+ "sk-1234": "",
"Source": "Forrás",
"Speech Playback Speed": "Beszéd lejátszási sebesség",
"Speech recognition error: {{error}}": "Beszédfelismerési hiba: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "TTS hang",
"Type": "Típus",
"Type Hugging Face Resolve (Download) URL": "Adja meg a Hugging Face Resolve (Letöltési) URL-t",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Hoppá! Probléma merült fel a {{provider}} kapcsolódás során.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "Felhasználói felület",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "Webhook URL",
"WebUI Settings": "WebUI beállítások",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/id-ID/translation.json b/src/lib/i18n/locales/id-ID/translation.json
index 88dd99421..911f72822 100644
--- a/src/lib/i18n/locales/id-ID/translation.json
+++ b/src/lib/i18n/locales/id-ID/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Admin memiliki akses ke semua alat setiap saat; pengguna memerlukan alat yang ditetapkan per model di ruang kerja.",
"Advanced Parameters": "Parameter Lanjutan",
"Advanced Params": "Parameter Lanjutan",
- "All chats": "",
"All Documents": "Semua Dokumen",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "Arsipkan Semua Obrolan",
"Archived Chats": "Obrolan yang Diarsipkan",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Apakah Anda yakin?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Ukuran Batch (num_batch)",
"before": "sebelum",
"Being lazy": "Menjadi malas",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Kunci API Pencarian Berani",
@@ -119,8 +121,11 @@
"Camera": "Kamera",
"Cancel": "Batal",
"Capabilities": "Kemampuan",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Ubah Kata Sandi",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "Koleksi",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "URL Dasar ComfyUI",
"ComfyUI Base URL is required.": "URL Dasar ComfyUI diperlukan.",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "Konfirmasi",
"Confirm Password": "Konfirmasi Kata Sandi",
"Confirm your action": "Konfirmasi tindakan Anda",
+ "Confirm your new password": "",
"Connections": "Koneksi",
"Contact Admin for WebUI Access": "Hubungi Admin untuk Akses WebUI",
"Content": "Konten",
@@ -201,6 +208,7 @@
"Create a model": "Buat model",
"Create Account": "Buat Akun",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "Buat kunci baru",
@@ -236,6 +244,7 @@
"Delete chat?": "Menghapus obrolan?",
"Delete folder?": "",
"Delete function?": "Fungsi hapus?",
+ "Delete Message": "",
"Delete prompt?": "Perintah hapus?",
"delete this link": "hapus tautan ini",
"Delete tool?": "Hapus alat?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Edit",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "Edit Memori",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"Enable Community Sharing": "Aktifkan Berbagi Komunitas",
+ "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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Masukkan Id Mesin Google PSE",
"Enter Image Size (e.g. 512x512)": "Masukkan Ukuran Gambar (mis. 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Masukkan kode bahasa",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "Masukkan tag model (misalnya {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Masukkan urutan berhenti",
"Enter system prompt": "",
"Enter Tavily API Key": "Masukkan Kunci API Tavily",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "Masukkan Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Masukkan URL (mis. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Masukkan URL (mis. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Masukkan Email Anda",
"Enter Your Full Name": "Masukkan Nama Lengkap Anda",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "Masukkan Kata Sandi Anda",
"Enter Your Role": "Masukkan Peran Anda",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Kesalahan",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "File tidak ditemukan.",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "Filter sekarang dinonaktifkan secara global",
"Filter is now globally enabled": "Filter sekarang diaktifkan secara global",
@@ -435,11 +454,11 @@
"General Settings": "Pengaturan Umum",
"Generate Image": "Menghasilkan Gambar",
"Generating search query": "Membuat kueri penelusuran",
- "Generation Info": "Info Pembuatan",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "Global",
"Good Response": "Respons yang Baik",
+ "Google Drive": "",
"Google PSE API Key": "Kunci API Google PSE",
"Google PSE Engine Id": "Id Mesin Google PSE",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Pembuatan Gambar (Eksperimental)",
"Image Generation Engine": "Mesin Pembuat Gambar",
+ "Image Max Compression Size": "",
"Image Settings": "Pengaturan Gambar",
"Images": "Gambar",
"Import Chats": "Impor Obrolan",
@@ -495,6 +516,7 @@
"June": "Juni",
"JWT Expiration": "Kedaluwarsa JWT",
"JWT Token": "Token JWT",
+ "Kagi Search API Key": "",
"Keep Alive": "Tetap Hidup",
"Key": "",
"Keyboard shortcuts": "Pintasan keyboard",
@@ -585,6 +607,7 @@
"New Chat": "Obrolan Baru",
"New folder": "",
"New Password": "Kata Sandi Baru",
+ "new-channel": "",
"No content found": "",
"No content to speak": "Tidak ada konten untuk dibicarakan",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Catatan: Jika Anda menetapkan skor minimum, pencarian hanya akan mengembalikan dokumen dengan skor yang lebih besar atau sama dengan skor minimum.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "Pemberitahuan",
"November": "November",
"num_gpu (Ollama)": "",
@@ -756,8 +780,7 @@
"Search Tools": "Alat Pencarian",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "Mencari {{count}} situs_satu",
- "Searched {{count}} sites_other": "Mencari {{count}} situs_lain",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Mencari \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "URL Kueri Pencarian Searxng",
@@ -825,6 +848,7 @@
"Sign up": "Daftar",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "Sumber",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "Kesalahan pengenalan suara: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "Suara TTS",
"Type": "Ketik",
"Type Hugging Face Resolve (Download) URL": "Ketik Hugging Face Resolve (Unduh) URL",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Uh-oh! Ada masalah saat menyambung ke {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "UI",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "URL pengait web",
"WebUI Settings": "Pengaturan WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/ie-GA/translation.json b/src/lib/i18n/locales/ie-GA/translation.json
index bdfea9ccc..21f21951a 100644
--- a/src/lib/i18n/locales/ie-GA/translation.json
+++ b/src/lib/i18n/locales/ie-GA/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Tá rochtain ag riarthóirí ar gach uirlis i gcónaí; teastaíonn uirlisí sannta in aghaidh an tsamhail sa spás oibre ó úsáideoirí.",
"Advanced Parameters": "Paraiméadair Casta",
"Advanced Params": "Paraiméid Casta",
- "All chats": "Gach comhrá",
"All Documents": "Gach Doiciméad",
"All models deleted successfully": "Scriosadh na samhlacha go léir go rathúil",
"Allow Chat Delete": "Ceadaigh Comhrá a Scriosadh",
@@ -77,6 +76,8 @@
"Archive All Chats": "Cartlann Gach Comhrá",
"Archived Chats": "Comhráite Cartlann",
"archived-chat-export": "gcartlann-comhrá-onnmhairiú",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "An bhfuil tú cinnte gur mhaith leat gach comhrá cartlainne a dhíchartlannú?",
"Are you sure?": "An bhfuil tú cinnte?",
"Arena Models": "Múnlaí Airéine",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Méid Baisc (num_batch)",
"before": "roimh",
"Being lazy": "A bheith leisciúil",
+ "Beta": "",
"Bing Search V7 Endpoint": "Cuardach Bing V7 Críochphointe",
"Bing Search V7 Subscription Key": "Eochair Síntiúis Bing Cuardach V7",
"Brave Search API Key": "Eochair API Cuardaigh Brave",
@@ -119,8 +121,11 @@
"Camera": "Ceamara",
"Cancel": "Cealaigh",
"Capabilities": "Cumais",
+ "Capture": "",
"Certificate Path": "Cosán Teastais",
"Change Password": "Athraigh Pasfhocal",
+ "Channel Name": "",
+ "Channels": "",
"Character": "Carachtar",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "Cairt teorainneacha nua",
@@ -163,6 +168,7 @@
"Collection": "Bailiúchán",
"Color": "Dath",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "URL Bonn ComfyUI",
"ComfyUI Base URL is required.": "Teastaíonn URL ComfyUI Base.",
"ComfyUI Workflow": "Sreabhadh Oibre ComfyUI",
@@ -175,6 +181,7 @@
"Confirm": "Deimhnigh",
"Confirm Password": "Deimhnigh Pasfhocal",
"Confirm your action": "Deimhnigh do ghníomh",
+ "Confirm your new password": "",
"Connections": "Naisc",
"Contact Admin for WebUI Access": "Déan teagmháil le Riarachán le haghaidh Rochtana WebUI",
"Content": "Ábhar",
@@ -201,6 +208,7 @@
"Create a model": "Cruthaigh samhail",
"Create Account": "Cruthaigh Cuntas",
"Create Admin Account": "Cruthaigh Cuntas Riaracháin",
+ "Create Channel": "",
"Create Group": "Cruthaigh Grúpa",
"Create Knowledge": "Cruthaigh Eolais",
"Create new key": "Cruthaigh eochair nua",
@@ -236,6 +244,7 @@
"Delete chat?": "Scrios comhrá?",
"Delete folder?": "Scrios fillteán?",
"Delete function?": "Scrios feidhm?",
+ "Delete Message": "",
"Delete prompt?": "Scrios pras?",
"delete this link": "scrios an nasc seo",
"Delete tool?": "Uirlis a scriosadh?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "m.sh. Uirlisí chun oibríochtaí éagsúla a dhéanamh",
"Edit": "Cuir in eagar",
"Edit Arena Model": "Cuir Samhail Airéine in Eagar",
+ "Edit Channel": "",
"Edit Connection": "Cuir Ceangal in Eagar",
"Edit Default Permissions": "Cuir Ceadanna Réamhshocraithe in Eagar",
"Edit Memory": "Cuir Cuimhne in eagar",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "Cumasaigh Fíordheimhniú Eochracha API",
"Enable autocomplete generation for chat messages": "",
"Enable Community Sharing": "Cumasaigh Comhroinnt Pobail",
+ "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.": "Cumasaigh Glasáil Cuimhne (mlock) chun sonraí samhaltaithe a chosc ó RAM. Glasálann an rogha seo sraith oibre leathanaigh an mhúnla isteach i RAM, ag cinntiú nach ndéanfar iad a mhalartú go diosca. Is féidir leis seo cabhrú le feidhmíocht a choinneáil trí lochtanna leathanaigh a sheachaint agus rochtain tapa ar shonraí a chinntiú.",
"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.": "Cumasaigh Mapáil Cuimhne (mmap) chun sonraí samhla a lódáil. Ligeann an rogha seo don chóras stóráil diosca a úsáid mar leathnú ar RAM trí chomhaid diosca a chóireáil amhail is dá mba i RAM iad. Is féidir leis seo feidhmíocht na samhla a fheabhsú trí rochtain níos tapúla ar shonraí a cheadú. Mar sin féin, d'fhéadfadh sé nach n-oibreoidh sé i gceart le gach córas agus féadfaidh sé méid suntasach spáis diosca a ithe.",
"Enable Message Rating": "Cumasaigh Rátáil Teachtai",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Cuir isteach ID Inneall Google PSE",
"Enter Image Size (e.g. 512x512)": "Iontráil Méid Íomhá (m.sh. 512x512)",
"Enter Jina API Key": "Cuir isteach Eochair API Jina",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Cuir isteach cóid teanga",
"Enter Model ID": "Iontráil ID Mhúnla",
"Enter model tag (e.g. {{modelTag}})": "Cuir isteach chlib samhail (m.sh. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Cuir isteach seicheamh stad",
"Enter system prompt": "Cuir isteach an chóras pras",
"Enter Tavily API Key": "Cuir isteach eochair API Tavily",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Cuir isteach URL freastalaí Tika",
"Enter Top K": "Cuir isteach Barr K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Iontráil URL (m.sh. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Iontráil URL (m.sh. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Cuir isteach do Ríomhphost",
"Enter Your Full Name": "Cuir isteach d'Ainm Iomlán",
"Enter your message": "Cuir isteach do theachtaireacht",
+ "Enter your new password": "",
"Enter Your Password": "Cuir isteach do phasfhocal",
"Enter Your Role": "Cuir isteach do Ról",
"Enter Your Username": "Cuir isteach D'Ainm Úsáideora",
+ "Enter your webhook URL": "",
"Error": "Earráid",
"ERROR": "EARRÁID",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "Meastóireachtaí",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "Sampla: (&(objectClass=inetOrgPerson)(uid=%s))",
"Example: ALL": "Sampla: GACH",
@@ -402,6 +420,7 @@
"File not found.": "Níor aimsíodh an comhad.",
"File removed successfully.": "D'éirigh le baint an chomhaid.",
"File size should not exceed {{maxSize}} MB.": "Níor chóir go mbeadh méid an chomhaid níos mó ná {{maxSize}} MB.",
+ "File uploaded successfully": "",
"Files": "Comhaid",
"Filter is now globally disabled": "Tá an scagaire faoi mhíchumas go domhanda",
"Filter is now globally enabled": "Tá an scagaire cumasaithe go domhanda anois",
@@ -435,11 +454,11 @@
"General Settings": "Socruithe Ginearálta",
"Generate Image": "Ginigh Íomhá",
"Generating search query": "Giniúint ceist cuardaigh",
- "Generation Info": "Eolas Giniúin",
"Get started": "Cuir tús leis",
"Get started with {{WEBUI_NAME}}": "Cuir tús le {{WEBUI_NAME}}",
"Global": "Domhanda",
"Good Response": "Freagra Mhaith",
+ "Google Drive": "",
"Google PSE API Key": "Eochair API Google PSE",
"Google PSE Engine Id": "ID Inneall Google PSE",
"Group created successfully": "Grúpa cruthaithe go rathúil",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Admhaím gur léigh mé agus tuigim impleachtaí mo ghníomhaíochta. Táim ar an eolas faoi na rioscaí a bhaineann le cód treallach a fhorghníomhú agus tá iontaofacht na foinse fíoraithe agam.",
"ID": "ID",
"Ignite curiosity": "Las fiosracht",
+ "Image Compression": "",
"Image Generation (Experimental)": "Giniúint Íomhá (Turgnaimh)",
"Image Generation Engine": "Inneall Giniúna Íomh",
+ "Image Max Compression Size": "",
"Image Settings": "Socruithe Íomhá",
"Images": "Íomhánna",
"Import Chats": "Comhráite iompórtá",
@@ -495,6 +516,7 @@
"June": "Meitheamh",
"JWT Expiration": "Éag JWT",
"JWT Token": "Comhartha JWT",
+ "Kagi Search API Key": "",
"Keep Alive": "Coinnigh Beo",
"Key": "Eochair",
"Keyboard shortcuts": "Aicearraí méarchlár",
@@ -583,8 +605,9 @@
"Name": "Ainm",
"Name your knowledge base": "Cuir ainm ar do bhunachar eolais",
"New Chat": "Comhrá Nua",
- "New folder": "Fillteán nua",
+ "New folder": "",
"New Password": "Pasfhocal Nua",
+ "new-channel": "",
"No content found": "Níor aimsíodh aon ábhar",
"No content to speak": "Níl aon ábhar le labhairt",
"No distance available": "Níl achar ar fáil",
@@ -607,6 +630,7 @@
"Not helpful": "Gan a bheith cabhrach",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nóta: Má shocraíonn tú íosscór, ní thabharfaidh an cuardach ach doiciméid a bhfuil scór níos mó ná nó cothrom leis an scór íosta ar ais.",
"Notes": "Nótaí",
+ "Notification Webhook": "",
"Notifications": "Fógraí",
"November": "Samhain",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -756,8 +780,7 @@
"Search Tools": "Uirlisí Cuardaigh",
"SearchApi API Key": "Eochair API SearchAPI",
"SearchApi Engine": "Inneall SearchAPI",
- "Searched {{count}} sites_one": "Cuardaigh {{count}} sites_one",
- "Searched {{count}} sites_other": "Cuardaigh {{count}} sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Ag cuardach \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "Cuardach Eolas do \"{{searchQuery}}\"",
"Searxng Query URL": "URL ceisteanna cuardaigh",
@@ -825,6 +848,7 @@
"Sign up": "Cláraigh",
"Sign up to {{WEBUI_NAME}}": "Cláraigh le {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Ag síniú isteach ar {{WEBUI_NAME}}",
+ "sk-1234": "",
"Source": "Foinse",
"Speech Playback Speed": "Luas Athsheinm Urlabhra",
"Speech recognition error: {{error}}": "Earráid aitheantais cainte: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "Guth TTS",
"Type": "Cineál",
"Type Hugging Face Resolve (Download) URL": "Cineál Hugging Face Resolve (Íoslódáil) URL",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Uh-oh! Bhí ceist ann ag nascadh le {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "UI",
"Unarchive All": "Díchartlannaigh Uile",
"Unarchive All Archived Chats": "Díchartlannaigh Gach Comhrá Cartlainne",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "URL Webhook",
"WebUI Settings": "Socruithe WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "Déanfaidh WebUI iarratais ar \"{{url}}/api/chat\"",
"WebUI will make requests to \"{{url}}/chat/completions\"": "Déanfaidh WebUI iarratais ar \"{{url}}/chat/completions\"",
"What are you trying to achieve?": "Cad atá tú ag iarraidh a bhaint amach?",
diff --git a/src/lib/i18n/locales/it-IT/translation.json b/src/lib/i18n/locales/it-IT/translation.json
index 0d57aecbf..79c1dcc2d 100644
--- a/src/lib/i18n/locales/it-IT/translation.json
+++ b/src/lib/i18n/locales/it-IT/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
"Advanced Parameters": "Parametri avanzati",
"Advanced Params": "Parametri avanzati",
- "All chats": "",
"All Documents": "Tutti i documenti",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "Archivia tutte le chat",
"Archived Chats": "Chat archiviate",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Sei sicuro?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "",
"before": "prima",
"Being lazy": "Essere pigri",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Chiave API di ricerca Brave",
@@ -119,8 +121,11 @@
"Camera": "",
"Cancel": "Annulla",
"Capabilities": "Funzionalità",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Cambia password",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "Collezione",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "URL base ComfyUI",
"ComfyUI Base URL is required.": "L'URL base ComfyUI è obbligatorio.",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "",
"Confirm Password": "Conferma password",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "Connessioni",
"Contact Admin for WebUI Access": "",
"Content": "Contenuto",
@@ -201,6 +208,7 @@
"Create a model": "Creare un modello",
"Create Account": "Crea account",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "Crea nuova chiave",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "elimina questo link",
"Delete tool?": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Modifica",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"Enable Community Sharing": "Abilita la condivisione della 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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Inserisci l'ID motore PSE di Google",
"Enter Image Size (e.g. 512x512)": "Inserisci la dimensione dell'immagine (ad esempio 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Inserisci i codici lingua",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "Inserisci il tag del modello (ad esempio {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Inserisci la sequenza di arresto",
"Enter system prompt": "",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "Inserisci Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Inserisci URL (ad esempio http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Inserisci URL (ad esempio http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Inserisci la tua email",
"Enter Your Full Name": "Inserisci il tuo nome completo",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "Inserisci la tua password",
"Enter Your Role": "Inserisci il tuo ruolo",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Errore",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "File non trovato.",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
@@ -435,11 +454,11 @@
"General Settings": "Impostazioni generali",
"Generate Image": "",
"Generating search query": "Generazione di query di ricerca",
- "Generation Info": "Informazioni generazione",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "Buona risposta",
+ "Google Drive": "",
"Google PSE API Key": "Chiave API PSE di Google",
"Google PSE Engine Id": "ID motore PSE di Google",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Generazione di immagini (sperimentale)",
"Image Generation Engine": "Motore di generazione immagini",
+ "Image Max Compression Size": "",
"Image Settings": "Impostazioni immagine",
"Images": "Immagini",
"Import Chats": "Importa chat",
@@ -495,6 +516,7 @@
"June": "Giugno",
"JWT Expiration": "Scadenza JWT",
"JWT Token": "Token JWT",
+ "Kagi Search API Key": "",
"Keep Alive": "Mantieni attivo",
"Key": "",
"Keyboard shortcuts": "Scorciatoie da tastiera",
@@ -585,6 +607,7 @@
"New Chat": "Nuova chat",
"New folder": "",
"New Password": "Nuova password",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: se imposti un punteggio minimo, la ricerca restituirà solo i documenti con un punteggio maggiore o uguale al punteggio minimo.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "Notifiche desktop",
"November": "Novembre",
"num_gpu (Ollama)": "",
@@ -756,9 +780,7 @@
"Search Tools": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "Ricercato {{count}} sites_one",
- "Searched {{count}} sites_many": "Ricercato {{count}} sites_many",
- "Searched {{count}} sites_other": "Ricercato {{count}} sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "Searxng Query URL",
@@ -826,6 +848,7 @@
"Sign up": "Registrati",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "Fonte",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "Errore di riconoscimento vocale: {{error}}",
@@ -930,7 +953,7 @@
"TTS Voice": "",
"Type": "Digitare",
"Type Hugging Face Resolve (Download) URL": "Digita l'URL di Hugging Face Resolve (Download)",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Uh-oh! Si è verificato un problema durante la connessione a {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -991,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "URL webhook",
"WebUI Settings": "Impostazioni WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json
index e1ed3d08f..af1d2da45 100644
--- a/src/lib/i18n/locales/ja-JP/translation.json
+++ b/src/lib/i18n/locales/ja-JP/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "管理者は全てのツールにアクセス出来ます。ユーザーはワークスペースのモデル毎に割り当てて下さい。",
"Advanced Parameters": "詳細パラメーター",
"Advanced Params": "高度なパラメータ",
- "All chats": "",
"All Documents": "全てのドキュメント",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "すべてのチャットをアーカイブする",
"Archived Chats": "チャット記録",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "よろしいですか?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "バッチサイズ (num_batch)",
"before": "より前",
"Being lazy": "怠惰な",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Brave Search APIキー",
@@ -119,8 +121,11 @@
"Camera": "カメラ",
"Cancel": "キャンセル",
"Capabilities": "資格",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "パスワードを変更",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "コレクション",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUIベースURL",
"ComfyUI Base URL is required.": "ComfyUIベースURLが必要です。",
"ComfyUI Workflow": "ComfyUIワークフロー",
@@ -175,6 +181,7 @@
"Confirm": "確認",
"Confirm Password": "パスワードを確認",
"Confirm your action": "あなたのアクションの確認",
+ "Confirm your new password": "",
"Connections": "接続",
"Contact Admin for WebUI Access": "WEBUIへの接続について管理者に問い合わせ下さい。",
"Content": "コンテンツ",
@@ -201,6 +208,7 @@
"Create a model": "モデルを作成する",
"Create Account": "アカウントを作成",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "知識データ作成",
"Create new key": "新しいキーを作成",
@@ -236,6 +244,7 @@
"Delete chat?": "チャットを削除しますか?",
"Delete folder?": "",
"Delete function?": "Functionを削除しますか?",
+ "Delete Message": "",
"Delete prompt?": "プロンプトを削除しますか?",
"delete this link": "このリンクを削除します",
"Delete tool?": "ツールを削除しますか?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "編集",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "メモリを編集",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "メッセージ評価を有効にする",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Google PSE エンジン ID を入力します。",
"Enter Image Size (e.g. 512x512)": "画像サイズを入力してください (例: 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "言語コードを入力してください",
"Enter Model ID": "モデルIDを入力してください。",
"Enter model tag (e.g. {{modelTag}})": "モデルタグを入力してください (例: {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "ストップシーケンスを入力してください",
"Enter system prompt": "システムプロンプト入力",
"Enter Tavily API Key": "Tavily API Keyを入力してください。",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Tika Server URLを入力してください。",
"Enter Top K": "トップ K を入力してください",
"Enter URL (e.g. http://127.0.0.1:7860/)": "URL を入力してください (例: http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "URL を入力してください (例: http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "メールアドレスを入力してください",
"Enter Your Full Name": "フルネームを入力してください",
"Enter your message": "メッセージを入力してください",
+ "Enter your new password": "",
"Enter Your Password": "パスワードを入力してください",
"Enter Your Role": "ロールを入力してください",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "エラー",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "ファイルが見つかりません。",
"File removed successfully.": "ファイル削除が成功しました。",
"File size should not exceed {{maxSize}} MB.": "ファイルサイズ最大値{{maxSize}} MB",
+ "File uploaded successfully": "",
"Files": "ファイル",
"Filter is now globally disabled": "グローバルフィルタが無効です。",
"Filter is now globally enabled": "グローバルフィルタが有効です。",
@@ -435,11 +454,11 @@
"General Settings": "一般設定",
"Generate Image": "",
"Generating search query": "検索クエリの生成",
- "Generation Info": "生成情報",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "グローバル",
"Good Response": "良い応答",
+ "Google Drive": "",
"Google PSE API Key": "Google PSE APIキー",
"Google PSE Engine Id": "Google PSE エンジン ID",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "画像生成 (実験的)",
"Image Generation Engine": "画像生成エンジン",
+ "Image Max Compression Size": "",
"Image Settings": "画像設定",
"Images": "画像",
"Import Chats": "チャットをインポート",
@@ -495,6 +516,7 @@
"June": "6月",
"JWT Expiration": "JWT 有効期限",
"JWT Token": "JWT トークン",
+ "Kagi Search API Key": "",
"Keep Alive": "キープアライブ",
"Key": "",
"Keyboard shortcuts": "キーボードショートカット",
@@ -585,6 +607,7 @@
"New Chat": "新しいチャット",
"New folder": "",
"New Password": "新しいパスワード",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:最小スコアを設定した場合、検索は最小スコア以上のスコアを持つドキュメントのみを返します。",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "デスクトップ通知",
"November": "11月",
"num_gpu (Ollama)": "",
@@ -756,7 +780,7 @@
"Search Tools": "ツールの検索",
"SearchApi API Key": "SearchApiのAPIKey",
"SearchApi Engine": "SearchApiエンジン",
- "Searched {{count}} sites_other": "{{count}} sites_other検索",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "Searxng クエリ URL",
@@ -824,6 +848,7 @@
"Sign up": "サインアップ",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "ソース",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "音声認識エラー: {{error}}",
@@ -928,7 +953,7 @@
"TTS Voice": "TTSボイス",
"Type": "種類",
"Type Hugging Face Resolve (Download) URL": "Hugging Face Resolve (ダウンロード) URL を入力してください",
- "Uh-oh! There was an issue connecting to {{provider}}.": "おっと! {{provider}} への接続に問題が発生しました。",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -989,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "Webhook URL",
"WebUI Settings": "WebUI 設定",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/ka-GE/translation.json b/src/lib/i18n/locales/ka-GE/translation.json
index c752e07f4..b0c0a6fd6 100644
--- a/src/lib/i18n/locales/ka-GE/translation.json
+++ b/src/lib/i18n/locales/ka-GE/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
"Advanced Parameters": "დამატებითი პარამეტრები",
"Advanced Params": "მოწინავე პარამები",
- "All chats": "",
"All Documents": "ყველა დოკუმენტი",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "არქივი ყველა ჩატი",
"Archived Chats": "ჩატის ისტორიის არქივი",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "დარწმუნებული ხარ?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "",
"before": "ადგილზე",
"Being lazy": "ჩაიტყვევა",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Brave Search API გასაღები",
@@ -119,8 +121,11 @@
"Camera": "",
"Cancel": "გაუქმება",
"Capabilities": "შესაძლებლობები",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "პაროლის შეცვლა",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "ნაკრები",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUI საბაზისო URL",
"ComfyUI Base URL is required.": "ComfyUI საბაზისო URL აუცილებელია.",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "",
"Confirm Password": "პაროლის დამოწმება",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "კავშირები",
"Contact Admin for WebUI Access": "",
"Content": "კონტენტი",
@@ -201,6 +208,7 @@
"Create a model": "შექმენით მოდელი",
"Create Account": "ანგარიშის შექმნა",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "პირადი ღირებულბრის შექმნა",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "ბმულის წაშლა",
"Delete tool?": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "რედაქტირება",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "შეიყვანეთ Google PSE ძრავის ID",
"Enter Image Size (e.g. 512x512)": "შეიყვანეთ სურათის ზომა (მაგ. 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "შეიყვანეთ ენის კოდი",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "შეიყვანეთ მოდელის ტეგი (მაგ. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "შეიყვანეთ ტოპ თანმიმდევრობა",
"Enter system prompt": "",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "შეიყვანეთ Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "შეიყვანეთ მისამართი (მაგალითად http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "შეიყვანეთ მისამართი (მაგალითად http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "შეიყვანეთ თქვენი ელ-ფოსტა",
"Enter Your Full Name": "შეიყვანეთ თქვენი სრული სახელი",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "შეიყვანეთ თქვენი პაროლი",
"Enter Your Role": "შეიყვანეთ თქვენი როლი",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "შეცდომა",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "ფაილი ვერ მოიძებნა",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
@@ -435,11 +454,11 @@
"General Settings": "ზოგადი პარამეტრები",
"Generate Image": "",
"Generating search query": "საძიებო მოთხოვნის გენერირება",
- "Generation Info": "გენერაციის ინფორმაცია",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "დიდი პასუხი",
+ "Google Drive": "",
"Google PSE API Key": "Google PSE API გასაღები",
"Google PSE Engine Id": "Google PSE ძრავის Id",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "სურათების გენერაცია (ექსპერიმენტული)",
"Image Generation Engine": "სურათის გენერაციის ძრავა",
+ "Image Max Compression Size": "",
"Image Settings": "სურათის პარამეტრები",
"Images": "სურათები",
"Import Chats": "მიმოწერების იმპორტი",
@@ -495,6 +516,7 @@
"June": "ივლა",
"JWT Expiration": "JWT-ის ვადა",
"JWT Token": "JWT ტოკენი",
+ "Kagi Search API Key": "",
"Keep Alive": "აქტიურად დატოვება",
"Key": "",
"Keyboard shortcuts": "კლავიატურის მალსახმობები",
@@ -585,6 +607,7 @@
"New Chat": "ახალი მიმოწერა",
"New folder": "",
"New Password": "ახალი პაროლი",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "შენიშვნა: თუ თქვენ დააყენებთ მინიმალურ ქულას, ძებნა დააბრუნებს მხოლოდ დოკუმენტებს მინიმალური ქულის მეტი ან ტოლი ქულით.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "შეტყობინება",
"November": "ნოემბერი",
"num_gpu (Ollama)": "",
@@ -756,8 +780,7 @@
"Search Tools": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "Searched {{count}} sites_one",
- "Searched {{count}} sites_other": "Searched {{count}} sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "Searxng Query URL",
@@ -825,6 +848,7 @@
"Sign up": "რეგისტრაცია",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "წყარო",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "მეტყველების ამოცნობის შეცდომა: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "",
"Type": "ტიპი",
"Type Hugging Face Resolve (Download) URL": "სცადე გადმოწერო Hugging Face Resolve URL",
- "Uh-oh! There was an issue connecting to {{provider}}.": "{{provider}}-თან დაკავშირების პრობლემა წარმოიშვა.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "Webhook URL",
"WebUI Settings": "WebUI პარამეტრები",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/ko-KR/translation.json b/src/lib/i18n/locales/ko-KR/translation.json
index a9540e584..2a67f9f72 100644
--- a/src/lib/i18n/locales/ko-KR/translation.json
+++ b/src/lib/i18n/locales/ko-KR/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "관리자는 항상 모든 도구에 접근할 수 있지만, 사용자는 워크스페이스에서 모델마다 도구를 할당받아야 합니다.",
"Advanced Parameters": "고급 매개변수",
"Advanced Params": "고급 매개변수",
- "All chats": "모든 채팅",
"All Documents": "모든 문서",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "모든 채팅 보관",
"Archived Chats": "보관된 채팅",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "확실합니까?",
"Arena Models": "아레나 모델",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "배치 크기 (num_batch)",
"before": "이전",
"Being lazy": "게으름 피우기",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Brave Search API 키",
@@ -119,8 +121,11 @@
"Camera": "카메라",
"Cancel": "취소",
"Capabilities": "기능",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "비밀번호 변경",
+ "Channel Name": "",
+ "Channels": "",
"Character": "캐릭터",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "컬렉션",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUI 기본 URL",
"ComfyUI Base URL is required.": "ComfyUI 기본 URL이 필요합니다.",
"ComfyUI Workflow": "ComfyUI 워크플로",
@@ -175,6 +181,7 @@
"Confirm": "확인",
"Confirm Password": "비밀번호 확인",
"Confirm your action": "액션 확인",
+ "Confirm your new password": "",
"Connections": "연결",
"Contact Admin for WebUI Access": "WebUI 접속을 위해서는 관리자에게 연락에 연락하십시오",
"Content": "내용",
@@ -201,6 +208,7 @@
"Create a model": "모델 만들기",
"Create Account": "계정 만들기",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "지식 만들기",
"Create new key": "새 키 만들기",
@@ -236,6 +244,7 @@
"Delete chat?": "채팅을 삭제하겠습니까?",
"Delete folder?": "폴더를 삭제하시겠습니까?",
"Delete function?": "함수를 삭제하시겠습니까?",
+ "Delete Message": "",
"Delete prompt?": "프롬포트를 삭제하시겠습니까?",
"delete this link": "이 링크를 삭제합니다.",
"Delete tool?": "도구를 삭제하시겠습니까?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "편집",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "메모리 편집",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "메시지 평가 활성화",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Google PSE 엔진 ID 입력",
"Enter Image Size (e.g. 512x512)": "이미지 크기 입력(예: 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "언어 코드 입력",
"Enter Model ID": "모델 ID 입력",
"Enter model tag (e.g. {{modelTag}})": "모델 태그 입력(예: {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "중지 시퀀스 입력",
"Enter system prompt": "시스템 프롬포트 입력",
"Enter Tavily API Key": "Tavily API 키 입력",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Tika 서버 URL 입력",
"Enter Top K": "Top K 입력",
"Enter URL (e.g. http://127.0.0.1:7860/)": "URL 입력(예: http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "URL 입력(예: http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "이메일 입력",
"Enter Your Full Name": "이름 입력",
"Enter your message": "메세지 입력",
+ "Enter your new password": "",
"Enter Your Password": "비밀번호 입력",
"Enter Your Role": "역할 입력",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "오류",
"ERROR": "오류",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "평가",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "파일을 찾을 수 없습니다.",
"File removed successfully.": "성공적으로 파일이 제거되었습니다",
"File size should not exceed {{maxSize}} MB.": "파일 사이즈가 {{maxSize}} MB를 초과하면 안됩니다.",
+ "File uploaded successfully": "",
"Files": "파일",
"Filter is now globally disabled": "전반적으로 필터 비활성화됨",
"Filter is now globally enabled": "전반적으로 필터 활성화됨",
@@ -435,11 +454,11 @@
"General Settings": "일반 설정",
"Generate Image": "이미지 생성",
"Generating search query": "검색 쿼리 생성",
- "Generation Info": "생성 정보",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "글로벌",
"Good Response": "좋은 응답",
+ "Google Drive": "",
"Google PSE API Key": "Google PSE API 키",
"Google PSE Engine Id": "Google PSE 엔진 ID",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "ID",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "이미지 생성(실험적)",
"Image Generation Engine": "이미지 생성 엔진",
+ "Image Max Compression Size": "",
"Image Settings": "이미지 설정",
"Images": "이미지",
"Import Chats": "채팅 가져오기",
@@ -495,6 +516,7 @@
"June": "6월",
"JWT Expiration": "JWT 만료",
"JWT Token": "JWT 토큰",
+ "Kagi Search API Key": "",
"Keep Alive": "계속 유지하기",
"Key": "",
"Keyboard shortcuts": "키보드 단축키",
@@ -583,8 +605,9 @@
"Name": "이름",
"Name your knowledge base": "",
"New Chat": "새 채팅",
- "New folder": "새 폴더",
+ "New folder": "",
"New Password": "새 비밀번호",
+ "new-channel": "",
"No content found": "내용을 찾을 수 없음",
"No content to speak": "음성 출력할 내용을 찾을 수 없음",
"No distance available": "거리 불가능",
@@ -607,6 +630,7 @@
"Not helpful": "도움이 되지않음",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "참고: 최소 점수를 설정하면, 검색 결과로 최소 점수 이상의 점수를 가진 문서만 반환합니다.",
"Notes": "노트",
+ "Notification Webhook": "",
"Notifications": "알림",
"November": "11월",
"num_gpu (Ollama)": "num_gpu (올라마(Ollama))",
@@ -756,8 +780,7 @@
"Search Tools": "검색 도구",
"SearchApi API Key": "SearchApi API 키",
"SearchApi Engine": "SearchApi 엔진",
- "Searched {{count}} sites_one": "sites_one {{count}} 검색됨",
- "Searched {{count}} sites_other": "sites_other {{count}} 검색됨",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" 검색 중",
"Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\"위한 지식 기반 검색 중",
"Searxng Query URL": "Searxng 쿼리 URL",
@@ -825,6 +848,7 @@
"Sign up": "가입",
"Sign up to {{WEBUI_NAME}}": "{{WEBUI_NAME}}로 가입",
"Signing in to {{WEBUI_NAME}}": "{{WEBUI_NAME}}로 가입중",
+ "sk-1234": "",
"Source": "출처",
"Speech Playback Speed": "음성 재생 속도",
"Speech recognition error: {{error}}": "음성 인식 오류: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "TTS 음성",
"Type": "입력",
"Type Hugging Face Resolve (Download) URL": "Hugging Face Resolve (다운로드) URL 입력",
- "Uh-oh! There was an issue connecting to {{provider}}.": "앗! {{provider}}에 연결하는 데 문제가 있었습니다.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "UI",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "웹훅 URL",
"WebUI Settings": "WebUI 설정",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/languages.json b/src/lib/i18n/locales/languages.json
index 809d375e4..5672e4592 100644
--- a/src/lib/i18n/locales/languages.json
+++ b/src/lib/i18n/locales/languages.json
@@ -147,6 +147,10 @@
"code": "ru-RU",
"title": "Russian (Russia)"
},
+ {
+ "code": "sk-SK",
+ "title": "Slovak (Slovenčina)"
+ },
{
"code": "sv-SE",
"title": "Swedish (Svenska)"
diff --git a/src/lib/i18n/locales/lt-LT/translation.json b/src/lib/i18n/locales/lt-LT/translation.json
index 9b7640a08..4da2990c2 100644
--- a/src/lib/i18n/locales/lt-LT/translation.json
+++ b/src/lib/i18n/locales/lt-LT/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Administratoriai visada turi visus įrankius. Naudotojai turi tuėti prieigą prie dokumentų per modelių nuostatas",
"Advanced Parameters": "Pažengę nustatymai",
"Advanced Params": "Pažengę nustatymai",
- "All chats": "",
"All Documents": "Visi dokumentai",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "Archyvuoti visus pokalbius",
"Archived Chats": "Archyvuoti pokalbiai",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Are esate tikri?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Batch dydis",
"before": "prieš",
"Being lazy": "Būvimas tingiu",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Brave Search API raktas",
@@ -119,8 +121,11 @@
"Camera": "Kamera",
"Cancel": "Atšaukti",
"Capabilities": "Gebėjimai",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Keisti slaptažodį",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "Kolekcija",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUI bazės nuoroda",
"ComfyUI Base URL is required.": "ComfyUI bazės nuoroda privaloma",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "Patvrtinti",
"Confirm Password": "Patvirtinkite slaptažodį",
"Confirm your action": "Patvirtinkite veiksmą",
+ "Confirm your new password": "",
"Connections": "Ryšiai",
"Contact Admin for WebUI Access": "Susisiekite su administratoriumi dėl prieigos",
"Content": "Turinys",
@@ -201,6 +208,7 @@
"Create a model": "Sukurti modelį",
"Create Account": "Créer un compte",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "Sukurti naują raktą",
@@ -236,6 +244,7 @@
"Delete chat?": "Ištrinti pokalbį?",
"Delete folder?": "",
"Delete function?": "Ištrinti funkciją",
+ "Delete Message": "",
"Delete prompt?": "Ištrinti užklausą?",
"delete this link": "Ištrinti nuorodą",
"Delete tool?": "Ištrinti įrankį?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Redaguoti",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "Koreguoti atminį",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"Enable Community Sharing": "Leisti dalinimąsi su bendruomene",
+ "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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Įveskite Google PSE variklio ID",
"Enter Image Size (e.g. 512x512)": "Įveskite paveiksliuko dydį (pvz. 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Įveskite kalbos kodus",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "Įveskite modelio žymą (pvz. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Įveskite pabaigos sekvenciją",
"Enter system prompt": "Įveskite sistemos užklausą",
"Enter Tavily API Key": "Įveskite Tavily API raktą",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Įveskite Tika serverio nuorodą",
"Enter Top K": "Įveskite Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Įveskite nuorodą (pvz. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Įveskite nuorododą (pvz. http://localhost:11434",
+ "Enter your current password": "",
"Enter Your Email": "Įveskite el. pašto adresą",
"Enter Your Full Name": "Įveskite vardą bei pavardę",
"Enter your message": "Įveskite žinutę",
+ "Enter your new password": "",
"Enter Your Password": "Įveskite slaptažodį",
"Enter Your Role": "Įveskite savo rolę",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Klaida",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "Failas nerastas.",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "Rinkmenos",
"Filter is now globally disabled": "Filtrai nėra leidžiami globaliai",
"Filter is now globally enabled": "Filtrai globaliai leidžiami",
@@ -435,11 +454,11 @@
"General Settings": "Bendri nustatymai",
"Generate Image": "Generuoti paveikslėlį",
"Generating search query": "Generuoti paieškos užklausą",
- "Generation Info": "Generavimo informacija",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "Globalu",
"Good Response": "Geras atsakymas",
+ "Google Drive": "",
"Google PSE API Key": "Google PSE API raktas",
"Google PSE Engine Id": "Google PSE variklio ID",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Suprantu veiksmų ir kodo vykdymo rizikas.",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Vaizdų generavimas (eksperimentinis)",
"Image Generation Engine": "Vaizdų generavimo variklis",
+ "Image Max Compression Size": "",
"Image Settings": "Vaizdų nustatymai",
"Images": "Vaizdai",
"Import Chats": "Importuoti pokalbius",
@@ -495,6 +516,7 @@
"June": "birželis",
"JWT Expiration": "JWT išėjimas iš galiojimo",
"JWT Token": "JWT žetonas",
+ "Kagi Search API Key": "",
"Keep Alive": "Išlaikyti aktyviu",
"Key": "",
"Keyboard shortcuts": "Klaviatūros trumpiniai",
@@ -585,6 +607,7 @@
"New Chat": "Naujas pokalbis",
"New folder": "",
"New Password": "Naujas slaptažodis",
+ "new-channel": "",
"No content found": "",
"No content to speak": "Nėra turinio kalbėjimui",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Jei turite minimalų įvertį, paieška gražins tik tą informaciją, kuri viršyje šį įvertį",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "Pranešimai",
"November": "lapkritis",
"num_gpu (Ollama)": "",
@@ -756,10 +780,7 @@
"Search Tools": "Paieškos įrankiai",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "Ieškota {{count}} sites_one",
- "Searched {{count}} sites_few": "Ieškota {{count}} sites_few",
- "Searched {{count}} sites_many": "Ieškota {{count}} sites_many",
- "Searched {{count}} sites_other": "Ieškota {{count}} sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Ieškoma \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "Searxng užklausos URL",
@@ -827,6 +848,7 @@
"Sign up": "Sukurti paskyrą",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "Šaltinis",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "Balso atpažinimo problema: {{error}}",
@@ -931,7 +953,7 @@
"TTS Voice": "TTS balsas",
"Type": "Tipas",
"Type Hugging Face Resolve (Download) URL": "Įveskite Hugging Face Resolve nuorodą",
- "Uh-oh! There was an issue connecting to {{provider}}.": "O ne! Prisijungiant prie {{provider}} kilo problema.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "sąsaja",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -992,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "Webhook nuoroda",
"WebUI Settings": "WebUI parametrai",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/ms-MY/translation.json b/src/lib/i18n/locales/ms-MY/translation.json
index 5a8c18d62..96f3a5edb 100644
--- a/src/lib/i18n/locales/ms-MY/translation.json
+++ b/src/lib/i18n/locales/ms-MY/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Pentadbir mempunyai akses kepada semua alat pada setiap masa; pengguna memerlukan alat yang ditetapkan mengikut model dalam ruang kerja.",
"Advanced Parameters": "Parameter Lanjutan",
"Advanced Params": "Parameter Lanjutan",
- "All chats": "",
"All Documents": "Semua Dokumen",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "Arkibkan Semua Perbualan",
"Archived Chats": "Perbualan yang diarkibkan",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Adakah anda pasti",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Saiz Kumpulan (num_batch)",
"before": "sebelum,",
"Being lazy": "Menjadi Malas",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Kunci API Carian Brave",
@@ -119,8 +121,11 @@
"Camera": "Kamera",
"Cancel": "Batal",
"Capabilities": "Keupayaan",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Tukar Kata Laluan",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "Koleksi",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "URL asas ComfyUI",
"ComfyUI Base URL is required.": "URL asas ComfyUI diperlukan",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "Sahkan",
"Confirm Password": "Sahkan kata laluan",
"Confirm your action": "Sahkan tindakan anda",
+ "Confirm your new password": "",
"Connections": "Sambungan",
"Contact Admin for WebUI Access": "Hubungi admin untuk akses WebUI",
"Content": "Kandungan",
@@ -201,6 +208,7 @@
"Create a model": "Cipta model",
"Create Account": "Cipta Akaun",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "Cipta kekunci baharu",
@@ -236,6 +244,7 @@
"Delete chat?": "Padam perbualan?",
"Delete folder?": "",
"Delete function?": "Padam fungsi?",
+ "Delete Message": "",
"Delete prompt?": "Padam Gesaan?",
"delete this link": "Padam pautan ini?",
"Delete tool?": "Padam alat?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Edit",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "Edit Memori",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"Enable Community Sharing": "Benarkan Perkongsian Komuniti",
+ "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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Masukkan Id Enjin Google PSE",
"Enter Image Size (e.g. 512x512)": "Masukkan Saiz Imej (cth 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Masukkan kod bahasa",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "Masukkan tag model (cth {{ modelTag }})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Masukkan urutan hentian",
"Enter system prompt": "Masukkan gesaan sistem",
"Enter Tavily API Key": "Masukkan Kunci API Tavily",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Masukkan URL Pelayan Tika",
"Enter Top K": "Masukkan 'Top K'",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Masukkan URL (cth http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Masukkan URL (cth http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Masukkan E-mel Anda",
"Enter Your Full Name": "Masukkan Nama Penuh Anda",
"Enter your message": "Masukkan mesej anda",
+ "Enter your new password": "",
"Enter Your Password": "Masukkan Kata Laluan Anda",
"Enter Your Role": "Masukkan Peranan Anda",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Ralat",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "Fail tidak dijumpai",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "Fail-Fail",
"Filter is now globally disabled": "Tapisan kini dilumpuhkan secara global",
"Filter is now globally enabled": "Tapisan kini dibenarkan secara global",
@@ -435,11 +454,11 @@
"General Settings": "Tetapan Umum",
"Generate Image": "Jana Imej",
"Generating search query": "Jana pertanyaan carian",
- "Generation Info": "Maklumat Penjanaan",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "Global",
"Good Response": "Respons Baik",
+ "Google Drive": "",
"Google PSE API Key": "Kunci API Google PSE",
"Google PSE Engine Id": "ID Enjin Google PSE",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Saya mengakui bahawa saya telah membaca dan saya memahami implikasi tindakan saya. Saya sedar tentang risiko yang berkaitan dengan melaksanakan kod sewenang-wenangnya dan saya telah mengesahkan kebolehpercayaan sumber tersebut.",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Penjanaan Imej (Percubaan)",
"Image Generation Engine": "Enjin Penjanaan Imej",
+ "Image Max Compression Size": "",
"Image Settings": "Tetapan Imej",
"Images": "Imej",
"Import Chats": "Import Perbualan",
@@ -495,6 +516,7 @@
"June": "Jun",
"JWT Expiration": "Tempoh Tamat JWT",
"JWT Token": "Token JWT",
+ "Kagi Search API Key": "",
"Keep Alive": "Kekalkan Hidup",
"Key": "",
"Keyboard shortcuts": "Pintasan papan kekunci",
@@ -585,6 +607,7 @@
"New Chat": "Perbualan Baru",
"New folder": "",
"New Password": "Kata Laluan Baru",
+ "new-channel": "",
"No content found": "",
"No content to speak": "Tiada kandungan untuk bercakap",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Jika anda menetapkan skor minimum, carian hanya akan mengembalikan dokumen dengan skor lebih besar daripada atau sama dengan skor minimum.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "Pemberitahuan",
"November": "November",
"num_gpu (Ollama)": "",
@@ -756,8 +780,7 @@
"Search Tools": "Alat Carian",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "Mencari {{count}} sites_one",
- "Searched {{count}} sites_other": "Mencari {{count}} tapak_lain",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "encari \"{{ searchQuery }}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "URL Pertanyaan Searxng",
@@ -825,6 +848,7 @@
"Sign up": "Daftar",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "Sumber",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "Ralat pengecaman pertuturan: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "Suara TTS",
"Type": "jenis",
"Type Hugging Face Resolve (Download) URL": "Taip URL 'Hugging Face Resolve (Download)'",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Maaf! Terdapat masalah menyambung ke {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "UI",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "URL 'Webhook'",
"WebUI Settings": "Tetapan WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/nb-NO/translation.json b/src/lib/i18n/locales/nb-NO/translation.json
index 4c8a3397f..75242cde4 100644
--- a/src/lib/i18n/locales/nb-NO/translation.json
+++ b/src/lib/i18n/locales/nb-NO/translation.json
@@ -12,14 +12,14 @@
"A task model is used when performing tasks such as generating titles for chats and web search queries": "En oppgavemodell brukes når du utfører oppgaver som å generere titler for samtaler eller utfører søkeforespørsler på nettet",
"a user": "en bruker",
"About": "Om",
- "Access": "",
- "Access Control": "",
- "Accessible to all users": "",
+ "Access": "Tilgang",
+ "Access Control": "Tilgangskontroll",
+ "Accessible to all users": "Tilgjengelig for alle brukere",
"Account": "Konto",
"Account Activation Pending": "Venter på kontoaktivering",
"Accurate information": "Nøyaktig informasjon",
"Actions": "Handlinger",
- "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktiver denne kommandoen ved å skrive inn \"/{{COMMAND}}\" i chattens inntastingsfelt",
+ "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktiver denne kommandoen ved å skrive inn \"/{{COMMAND}}\" i chattens inntastingsfelt.",
"Active Users": "Aktive brukere",
"Add": "Legg til",
"Add a model ID": "Legg til en modell-ID",
@@ -29,38 +29,37 @@
"Add Connection": "Legg til tilkobling",
"Add Content": "Legg til innhold",
"Add content here": "Legg til innhold her",
- "Add custom prompt": "Legg til egendefinert prompt",
+ "Add custom prompt": "Legg til tilpasset ledetekst",
"Add Files": "Legg til filer",
- "Add Group": "",
+ "Add Group": "Legg til gruppe",
"Add Memory": "Legg til minne",
"Add Model": "Legg til modell",
"Add Tag": "Legg til etikett",
"Add Tags": "Legg til etiketter",
"Add text content": "Legg til tekstinnhold",
"Add User": "Legg til bruker",
- "Add User Group": "",
+ "Add User Group": "Legg til brukergruppe",
"Adjusting these settings will apply changes universally to all users.": "Endring av disse innstillingene vil gjelde for alle brukere på tvers av systemet.",
"admin": "administrator",
"Admin": "Administrator",
"Admin Panel": "Administratorpanel",
"Admin Settings": "Administratorinnstillinger",
- "Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Administratorer har alltid tilgang til alle verktøy. Brukere må få tildelt verktøy for hver enkelt modell i arbeidsområdet.",
+ "Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Administratorer har alltid tilgang til alle verktøy. Brukere må få tildelt verktøy per modell i arbeidsområdet.",
"Advanced Parameters": "Avanserte parametere",
"Advanced Params": "Avanserte parametere",
- "All chats": "Alle chatter",
"All Documents": "Alle dokumenter",
- "All models deleted successfully": "",
- "Allow Chat Delete": "",
+ "All models deleted successfully": "Alle modeller er slettet",
+ "Allow Chat Delete": "Tillat sletting av chatter",
"Allow Chat Deletion": "Tillat sletting av chatter",
- "Allow Chat Edit": "",
- "Allow File Upload": "",
+ "Allow Chat Edit": "Tillat redigering av chatter",
+ "Allow File Upload": "Tillatt opplasting av filer",
"Allow non-local voices": "Tillat ikke-lokale stemmer",
"Allow Temporary Chat": "Tillat midlertidige chatter",
"Allow User Location": "Aktiver stedstjenester",
- "Allow Voice Interruption in Call": "Muliggjør stemmeavbrytelse i samtaler",
+ "Allow Voice Interruption in Call": "Muliggjør taleavbrytelse i samtaler",
"Already have an account?": "Har du allerede en konto?",
"Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "Alternativ til top_p, og har som mål å sikre en balanse mellom kvalitet og variasjon. Parameteren p representerer minimumssannsynligheten for at et token skal vurderes, i forhold til sannsynligheten for det mest sannsynlige tokenet. Hvis p for eksempel er 0,05 og det mest sannsynlige tokenet har en sannsynlighet på 0,9, filtreres logits med en verdi på mindre enn 0,045 bort. (Standard: 0,0)",
- "Amazing": "",
+ "Amazing": "Flott",
"an assistant": "en assistent",
"and": "og",
"and {{COUNT}} more": "og {{COUNT}} til",
@@ -71,12 +70,14 @@
"API keys": "API-nøkler",
"Application DN": "Applikasjonens DN",
"Application DN Password": "Applikasjonens DN-passord",
- "applies to all users with the \"user\" role": "",
+ "applies to all users with the \"user\" role": "gjelder for alle brukere med rollen \"user\"",
"April": "april",
"Archive": "Arkiv",
"Archive All Chats": "Arkiver alle chatter",
"Archived Chats": "Arkiverte chatter",
"archived-chat-export": "archived-chat-export",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "Er du sikker på at du vil oppheve arkiveringen av alle arkiverte chatter?",
"Are you sure?": "Er du sikker?",
"Arena Models": "Arena-modeller",
@@ -84,43 +85,47 @@
"Ask a question": "Still et spørsmål",
"Assistant": "Assistent",
"Attach file": "Legg ved fil",
- "Attention to detail": "Sans for detaljer",
+ "Attention to detail": "Fokus på detaljer",
"Attribute for Username": "Attributt for brukernavn",
"Audio": "Lyd",
"August": "august",
"Authenticate": "Godkjenn",
- "Auto-Copy Response to Clipboard": "Respons auto-kopi til utklippstavle",
- "Auto-playback response": "Automatisk avspilling av svar",
+ "Auto-Copy Response to Clipboard": "Kopier svar automatisk til utklippstavlen",
+ "Auto-playback response": "Spill av svar automatisk",
"Autocomplete Generation": "",
"Autocomplete Generation Input Max Length": "",
"Automatic1111": "Automatic1111",
- "AUTOMATIC1111 Api Auth String": "AUTOMATIC1111 Api Autentiseringsstreng",
- "AUTOMATIC1111 Base URL": "AUTOMATIC1111 Grunn-URL",
- "AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 Grunn-URL kreves.",
+ "AUTOMATIC1111 Api Auth String": "API-Autentiseringsstreng for AUTOMATIC1111",
+ "AUTOMATIC1111 Base URL": "Absolutt URL for AUTOMATIC1111",
+ "AUTOMATIC1111 Base URL is required.": "Absolutt URL for AUTOMATIC1111 kreves.",
"Available list": "Tilgjengelig liste",
"available!": "tilgjengelig!",
- "Awful": "",
+ "Awful": "Fælt",
"Azure AI Speech": "Azure AI-tale",
"Azure Region": "Azure område",
"Back": "Tilbake",
"Bad Response": "Dårlig svar",
"Banners": "Bannere",
- "Base Model (From)": "Grunnmodell (Fra)",
+ "Base Model (From)": "Grunnmodell (fra)",
"Batch Size (num_batch)": "Batchstørrelse (num_batch)",
"before": "før",
"Being lazy": "Er lat",
+ "Beta": "",
"Bing Search V7 Endpoint": "Endepunkt for Bing Search V7",
"Bing Search V7 Subscription Key": "Abonnementsnøkkel for Bing Search V7",
"Brave Search API Key": "API-nøkkel for Brave Search",
- "By {{name}}": "",
+ "By {{name}}": "Etter {{name}}",
"Bypass SSL verification for Websites": "Omgå SSL-verifisering for nettsteder",
"Call": "Ring",
"Call feature is not supported when using Web STT engine": "Ringefunksjonen støttes ikke når du bruker Web STT-motoren",
"Camera": "Kamera",
"Cancel": "Avbryt",
"Capabilities": "Muligheter",
+ "Capture": "",
"Certificate Path": "Sertifikatbane",
"Change Password": "Endre passord",
+ "Channel Name": "",
+ "Channels": "",
"Character": "Karakter",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "Kartlegg ny områder",
@@ -130,7 +135,7 @@
"Chat Controls": "Kontrollere i chat",
"Chat direction": "Retning på chat",
"Chat Overview": "Chatoversikt",
- "Chat Permissions": "",
+ "Chat Permissions": "Tillatelser for chat",
"Chat Tags Auto-Generation": "Auto-generering av chatetiketter",
"Chats": "Chatter",
"Check Again": "Sjekk på nytt",
@@ -141,7 +146,7 @@
"Chunk Params": "Chunk-parametere",
"Chunk Size": "Chunk-størrelse",
"Ciphers": "Chiffer",
- "Citation": "Sitering",
+ "Citation": "Kildehenvisning",
"Clear memory": "Tøm minnet",
"click here": "Klikk her",
"Click here for filter guides.": "Klikk her for å få veiledning om filtre",
@@ -152,7 +157,7 @@
"Click here to select": "Klikk her for å velge",
"Click here to select a csv file.": "Klikk her for å velge en CSV-fil.",
"Click here to select a py file.": "Klikk her for å velge en PY-fil.",
- "Click here to upload a workflow.json file.": "Klikk her for å laste opp en workflow.json fil.",
+ "Click here to upload a workflow.json file.": "Klikk her for å laste opp en workflow.json-fil.",
"click here.": "klikk her.",
"Click on the user role button to change a user's role.": "Klikk på knappen Brukerrolle for å endre en brukers rolle.",
"Clipboard write permission denied. Please check your browser settings to grant the necessary access.": "Skrivetilgang til utklippstavlen avslått. Kontroller nettleserinnstillingene for å gi den nødvendige tilgangen.",
@@ -161,8 +166,9 @@
"Code execution": "Kodekjøring",
"Code formatted successfully": "Koden er formatert",
"Collection": "Samling",
- "Color": "",
+ "Color": "Farge",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "Absolutt URL for ComfyUI",
"ComfyUI Base URL is required.": "Absolutt URL for ComfyUI kreves.",
"ComfyUI Workflow": "ComfyUI-arbeidsflyt",
@@ -171,10 +177,11 @@
"Completions": "Fullføringer",
"Concurrent Requests": "Samtidige forespørsler",
"Configure": "Konfigurer",
- "Configure Models": "",
+ "Configure Models": "Konfigurer modeller",
"Confirm": "Bekreft",
"Confirm Password": "Bekreft passordet",
"Confirm your action": "Bekreft handlingen",
+ "Confirm your new password": "",
"Connections": "Tilkoblinger",
"Contact Admin for WebUI Access": "Kontakt administrator for å få tilgang til WebUI",
"Content": "Innhold",
@@ -196,12 +203,13 @@
"Copy Link": "Kopier lenke",
"Copy to clipboard": "Kopier til utklippstavle",
"Copying to clipboard was successful!": "Kopiert til utklippstavlen!",
- "Create": "",
+ "Create": "Opprett",
"Create a knowledge base": "Opprett en kunnskapsbase",
"Create a model": "Opprett en modell",
"Create Account": "Opprett konto",
"Create Admin Account": "Opprett administratorkonto",
- "Create Group": "",
+ "Create Channel": "",
+ "Create Group": "Opprett gruppe",
"Create Knowledge": "Opprett kunnskap",
"Create new key": "Lag ny nøkkel",
"Create new secret key": "Lag ny hemmelig nøkkel",
@@ -220,29 +228,30 @@
"Default (SentenceTransformers)": "Standard (SentenceTransformers)",
"Default Model": "Standard modell",
"Default model updated": "Standard modell oppdatert",
- "Default Models": "",
- "Default permissions": "",
- "Default permissions updated successfully": "",
+ "Default Models": "Standard modeller",
+ "Default permissions": "Standard tillatelser",
+ "Default permissions updated successfully": "Standard tillatelser oppdatert",
"Default Prompt Suggestions": "Standard forslag til ledetekster",
- "Default to 389 or 636 if TLS is enabled": "Velg 389 or 636 som standard hvis TLS er aktivert",
+ "Default to 389 or 636 if TLS is enabled": "Velg 389 eller 636 som standard hvis TLS er aktivert",
"Default to ALL": "Velg ALL som standard",
"Default User Role": "Standard brukerrolle",
"Delete": "Slett",
"Delete a model": "Slett en modell",
"Delete All Chats": "Slett alle chatter",
- "Delete All Models": "",
+ "Delete All Models": "Slett alle modeller",
"Delete chat": "Slett chat",
"Delete Chat": "Slett chat",
"Delete chat?": "Slette chat?",
"Delete folder?": "Slette mappe?",
"Delete function?": "Slette funksjon?",
+ "Delete Message": "",
"Delete prompt?": "Slette ledetekst?",
"delete this link": "slett denne lenken",
"Delete tool?": "Slette verktøy?",
"Delete User": "Slett bruker",
"Deleted {{deleteModelTag}}": "Slettet {{deleteModelTag}}",
"Deleted {{name}}": "Slettet {{name}}",
- "Deleted User": "",
+ "Deleted User": "Slettet bruker",
"Describe your knowledge base and objectives": "Beskriv kunnskapsbasen din og målene dine",
"Description": "Beskrivelse",
"Didn't fully follow instructions": "Fulgte ikke instruksjonene fullstendig",
@@ -257,10 +266,10 @@
"Discover, download, and explore custom tools": "Oppdag, last ned og utforsk tilpassede verktøy",
"Discover, download, and explore model presets": "Oppdag, last ned og utforsk forhåndsinnstillinger for modeller",
"Dismissible": "Kan lukkes",
- "Display": "",
+ "Display": "Visning",
"Display Emoji in Call": "Vis emoji i samtale",
- "Display the username instead of You in the Chat": "Vis brukernavnet i stedet for Du i chatten",
- "Displays citations in the response": "",
+ "Display the username instead of You in the Chat": "Vis brukernavnet ditt i stedet for Du i chatten",
+ "Displays citations in the response": "Vis kildehenvisninger i svaret",
"Dive into knowledge": "Bli kjent med kunnskap",
"Do not install functions from sources you do not fully trust.": "Ikke installer funksjoner fra kilder du ikke stoler på.",
"Do not install tools from sources you do not fully trust.": "Ikke installer verktøy fra kilder du ikke stoler på.",
@@ -276,23 +285,24 @@
"Download": "Last ned",
"Download canceled": "Nedlasting avbrutt",
"Download Database": "Last ned database",
- "Drag and drop a file to upload or select a file to view": "",
+ "Drag and drop a file to upload or select a file to view": "Dra og slipp en fil for å laste den opp, eller velg en fil å vise den",
"Draw": "Tegne",
"Drop any files here to add to the conversation": "Slipp filer her for å legge dem til i samtalen",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "f.eks. '30s','10m'. Gyldige tidsenheter er 's', 'm', 't'.",
"e.g. A filter to remove profanity from text": "f.eks. et filter for å fjerne banning fra tekst",
"e.g. My Filter": "f.eks. Mitt filter",
- "e.g. My Tools": "",
+ "e.g. My Tools": "f.eks. Mine verktøy",
"e.g. my_filter": "f.eks. mitt_filter",
- "e.g. my_tools": "",
- "e.g. Tools for performing various operations": "",
+ "e.g. my_tools": "f.eks. mine_verktøy",
+ "e.g. Tools for performing various operations": "f.eks. Verktøy for å gjøre ulike handlinger",
"Edit": "Rediger",
"Edit Arena Model": "Rediger Arena-modell",
+ "Edit Channel": "",
"Edit Connection": "Rediger tilkobling",
- "Edit Default Permissions": "",
+ "Edit Default Permissions": "Rediger standard tillatelser",
"Edit Memory": "Rediger minne",
"Edit User": "Rediger bruker",
- "Edit User Group": "",
+ "Edit User Group": "Rediger brukergruppe",
"ElevenLabs": "ElevenLabs",
"Email": "E-postadresse",
"Embark on adventures": "Kom med på eventyr",
@@ -300,9 +310,10 @@
"Embedding Model": "Innbyggingsmodell",
"Embedding Model Engine": "Motor for innbygging av modeller",
"Embedding model set to \"{{embedding_model}}\"": "Innbyggingsmodell angitt til \"{{embedding_model}}\"",
- "Enable API Key Auth": "",
- "Enable autocomplete generation for chat messages": "",
+ "Enable API Key Auth": "Aktiver godkjenning med API-nøkkel",
+ "Enable autocomplete generation for chat messages": "Aktiver automatisk utfylling av chatmeldinger",
"Enable Community Sharing": "Aktiver deling i fellesskap",
+ "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.": "Aktiver Memory Locking (mlock) for å forhindre at modelldata byttes ut av RAM. Dette alternativet låser modellens arbeidssett med sider i RAM-minnet, slik at de ikke byttes ut til disk. Dette kan bidra til å opprettholde ytelsen ved å unngå sidefeil og sikre rask datatilgang.",
"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.": "Aktiver Memory Mapping (mmap) for å laste inn modelldata. Med dette alternativet kan systemet bruke disklagring som en utvidelse av RAM ved å behandle diskfiler som om de befant seg i RAM. Dette kan forbedre modellens ytelse ved å gi raskere datatilgang. Det er imidlertid ikke sikkert at det fungerer som det skal på alle systemer, og det kan kreve mye diskplass.",
"Enable Message Rating": "Aktivert vurdering av meldinger",
@@ -311,10 +322,10 @@
"Enable Web Search": "Aktiver websøk",
"Enabled": "Aktivert",
"Engine": "Motor",
- "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Sørg for at CSV-filen din inkluderer 4 kolonner i denne rekkefølgen: Navn, E-post, Passord, Rolle.",
+ "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Sørg for at CSV-filen din inkluderer fire kolonner i denne rekkefølgen: Navn, E-post, Passord, Rolle.",
"Enter {{role}} message here": "Skriv inn {{role}} melding her",
"Enter a detail about yourself for your LLMs to recall": "Skriv inn en detalj om deg selv som språkmodellene dine kan huske",
- "Enter api auth string (e.g. username:password)": "Skriv inn api-autentiseringsstreng (f.eks. brukernavn:passord)",
+ "Enter api auth string (e.g. username:password)": "Skriv inn API-autentiseringsstreng (f.eks. brukernavn:passord)",
"Enter Application DN": "Angi applikasjonens DN",
"Enter Application DN Password": "Angi applikasjonens DN-passord",
"Enter Bing Search V7 Endpoint": "Angi endepunkt for Bing Search V7",
@@ -330,10 +341,11 @@
"Enter Google PSE Engine Id": "Angi motor-ID for Google PSE",
"Enter Image Size (e.g. 512x512)": "Angi bildestørrelse (f.eks. 512x512)",
"Enter Jina API Key": "Angi API-nøkkel for Jina",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Angi språkkoder",
"Enter Model ID": "Angi modellens ID",
"Enter model tag (e.g. {{modelTag}})": "Angi modellens etikett (f.eks. {{modelTag}})",
- "Enter Mojeek Search API Key": "",
+ "Enter Mojeek Search API Key": "Angi API-nøkkel for Mojeek-søk",
"Enter Number of Steps (e.g. 50)": "Angi antall steg (f.eks. 50)",
"Enter proxy URL (e.g. https://user:password@host:port)": "",
"Enter Sampler (e.g. Euler a)": "Angi Sampler (e.g. Euler a)",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Angi stoppsekvens",
"Enter system prompt": "Angi systemledetekst",
"Enter Tavily API Key": "Angi API-nøkkel for Tavily",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Angi server-URL for Tika",
"Enter Top K": "Angi Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Angi URL (f.eks. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Angi URL (f.eks. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Skriv inn e-postadressen din",
"Enter Your Full Name": "Skriv inn det fulle navnet ditt",
- "Enter your message": "Skriv inn meldingen din",
+ "Enter your message": "Skriv inn din melding",
+ "Enter your new password": "",
"Enter Your Password": "Skriv inn passordet ditt",
"Enter Your Role": "Skriv inn rollen din",
"Enter Your Username": "Skriv inn brukernavnet ditt",
+ "Enter your webhook URL": "",
"Error": "Feil",
"ERROR": "FEIL",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "Vurderinger",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "Eksempel: (&(objectClass=inetOrgPerson)(uid=%s))",
"Example: ALL": "Eksempel: ALL",
@@ -380,19 +398,19 @@
"Export Config to JSON File": "Ekporter konfigurasjon til en JSON-fil",
"Export Functions": "Eksporter funksjoner",
"Export Models": "Eksporter modeller",
- "Export Presets": "",
+ "Export Presets": "Eksporter forhåndsinnstillinger",
"Export Prompts": "Eksporter ledetekster",
"Export to CSV": "Eksporter til CSV",
"Export Tools": "Eksporter verktøy",
"External Models": "Eksterne modeller",
"Failed to add file.": "Kan ikke legge til filen.",
"Failed to create API Key.": "Kan ikke opprette en API-nøkkel.",
- "Failed to read clipboard contents": "Kan ikke lese innhold på utklippstavlen",
- "Failed to save models configuration": "",
+ "Failed to read clipboard contents": "Kan ikke lese utklippstavlens innhold",
+ "Failed to save models configuration": "Kan ikke lagre konfigurasjonen av modeller",
"Failed to update settings": "Kan ikke oppdatere innstillinger",
"Failed to upload file.": "Kan ikke laste opp filen.",
"February": "februar",
- "Feedback History": "Tilbakemeldingshistorikk",
+ "Feedback History": "Tilbakemeldingslogg",
"Feedbacks": "Tilbakemeldinger",
"Feel free to add specific details": "Legg gjerne til bestemte detaljer",
"File": "Fil",
@@ -402,13 +420,14 @@
"File not found.": "Finner ikke filen.",
"File removed successfully.": "Filen er fjernet.",
"File size should not exceed {{maxSize}} MB.": "Filstørrelser kan ikke være på mer enn {{maxSize} MB",
+ "File uploaded successfully": "",
"Files": "Filer",
"Filter is now globally disabled": "Filteret er nå globalt deaktivert",
"Filter is now globally enabled": "Filteret er nå globalt aktivert",
"Filters": "Filtre",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Fingeravtrykk-spoofing oppdaget: kan ikke bruke initialer som avatar. Bruker standard profilbilde.",
"Fluidly stream large external response chunks": "Flytende strømming av store eksterne svarpakker",
- "Focus chat input": "Fokuser på chat-inndata",
+ "Focus chat input": "Fokusert chat-inndata",
"Folder deleted successfully": "Mappe slettet",
"Folder name cannot be empty": "Mappenavn kan ikke være tomt",
"Folder name cannot be empty.": "Mappenavn kan ikke være tomt.",
@@ -435,18 +454,18 @@
"General Settings": "Generelle innstillinger",
"Generate Image": "Generer bilde",
"Generating search query": "Genererer søkespørring",
- "Generation Info": "Info om generering",
"Get started": "Kom i gang",
"Get started with {{WEBUI_NAME}}": "Kom i gang med {{WEBUI_NAME}}",
"Global": "Globalt",
"Good Response": "Godt svar",
+ "Google Drive": "",
"Google PSE API Key": "API-nøkkel for Google PSE",
"Google PSE Engine Id": "Motor-ID for Google PSE",
- "Group created successfully": "",
- "Group deleted successfully": "",
- "Group Description": "",
- "Group Name": "",
- "Group updated successfully": "",
+ "Group created successfully": "Gruppe opprettet",
+ "Group deleted successfully": "Gruppe slettet",
+ "Group Description": "Beskrivelse av gruppe",
+ "Group Name": "Navn på gruppe",
+ "Group updated successfully": "Gruppe oppdatert",
"Groups": "Grupper",
"h:mm a": "t:mm a",
"Haptic Feedback": "Haptisk tilbakemelding",
@@ -454,25 +473,27 @@
"Hello, {{name}}": "Hei, {{name}}!",
"Help": "Hjelp",
"Help us create the best community leaderboard by sharing your feedback history!": "Hjelp oss med å skape den beste fellesskapsledertavlen ved å dele tilbakemeldingshistorikken din.",
- "Hex Color": "",
- "Hex Color - Leave empty for default color": "",
+ "Hex Color": "Hex-farge",
+ "Hex Color - Leave empty for default color": "Hex-farge – la stå tom for standard farge",
"Hide": "Skjul",
"Host": "Host",
"How can I help you today?": "Hva kan jeg hjelpe deg med i dag?",
- "How would you rate this response?": "",
+ "How would you rate this response?": "Hvordan vurderer du dette svaret?",
"Hybrid Search": "Hybrid-søk",
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Jeg bekrefter at jeg har lest og forstår konsekvensene av mine handlinger. Jeg er klar over risikoen forbundet med å kjøre vilkårlig kode, og jeg har verifisert kildens pålitelighet.",
"ID": "ID",
"Ignite curiosity": "Vekk nysgjerrigheten",
+ "Image Compression": "",
"Image Generation (Experimental)": "Bildegenerering (eksperimentell)",
"Image Generation Engine": "Bildegenereringsmotor",
+ "Image Max Compression Size": "",
"Image Settings": "Bildeinnstillinger",
"Images": "Bilder",
"Import Chats": "Importer chatter",
"Import Config from JSON File": "Importer konfigurasjon fra en JSON-fil",
"Import Functions": "Importer funksjoner",
"Import Models": "Importer modeller",
- "Import Presets": "",
+ "Import Presets": "Importer forhåndsinnstillinger",
"Import Prompts": "Importer ledetekster",
"Import Tools": "Importer verktøy",
"Include": "Inkluder",
@@ -482,7 +503,7 @@
"Info": "Info",
"Input commands": "Inntast kommandoer",
"Install from Github URL": "Installer fra GitHub-URL",
- "Instant Auto-Send After Voice Transcription": "Øyeblikkelig automatisk sending etter stemmetranskripsjon",
+ "Instant Auto-Send After Voice Transcription": "Øyeblikkelig automatisk sending etter taletranskripsjon",
"Interface": "Grensesnitt",
"Invalid file format.": "Ugyldig filformat.",
"Invalid Tag": "Ugyldig etikett",
@@ -495,11 +516,12 @@
"June": "juni",
"JWT Expiration": "JWT-utløp",
"JWT Token": "JWT-token",
+ "Kagi Search API Key": "",
"Keep Alive": "Hold i live",
"Key": "Nøkkel",
"Keyboard shortcuts": "Hurtigtaster",
"Knowledge": "Kunnskap",
- "Knowledge Access": "",
+ "Knowledge Access": "Tilgang til kunnskap",
"Knowledge created successfully.": "Kunnskap opprettet.",
"Knowledge deleted successfully.": "Kunnskap slettet.",
"Knowledge reset successfully.": "Tilbakestilling av kunnskap vellykket.",
@@ -529,7 +551,7 @@
"Make sure to export a workflow.json file as API format from ComfyUI.": "Sørg for å eksportere en workflow.json-fil i API-formatet fra ComfyUI.",
"Manage": "Administrer",
"Manage Arena Models": "Behandle Arena-modeller",
- "Manage Ollama": "",
+ "Manage Ollama": "Behandle Ollama",
"Manage Ollama API Connections": "Behandle API-tilkoblinger for Ollama",
"Manage OpenAI API Connections": "Behandle API-tilkoblinger for OpenAPI",
"Manage Pipelines": "Behandle pipelines",
@@ -546,7 +568,7 @@
"Memory deleted successfully": "Minne slettet",
"Memory updated successfully": "Minne oppdatert",
"Merge Responses": "Flette svar",
- "Message rating should be enabled to use this feature": "Vurdering av meldinger må være aktivert for å kunne bruke denne funksjonen",
+ "Message rating should be enabled to use this feature": "Vurdering av meldinger må være aktivert for å ta i bruk denne funksjonen",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Meldinger du sender etter at du har opprettet lenken, blir ikke delt. Brukere med URL-en vil kunne se den delte chatten.",
"Min P": "Min P",
"Minimum Score": "Minimum poengsum",
@@ -557,25 +579,25 @@
"MMMM DD, YYYY HH:mm": "HH:mm DD MMMM YYYY",
"MMMM DD, YYYY hh:mm:ss A": "hh:mm:ss A DD MMMM YYYY",
"Model": "Modell",
- "Model '{{modelName}}' has been successfully downloaded.": "Modellen '{{modelName}}' er lastet ned.",
- "Model '{{modelTag}}' is already in queue for downloading.": "Modellen '{{modelTag}}' er allerede i nedlastingskøen.",
+ "Model '{{modelName}}' has been successfully downloaded.": "Modellen {{modelName}} er lastet ned.",
+ "Model '{{modelTag}}' is already in queue for downloading.": "Modellen {{modelTag}} er allerede i nedlastingskøen.",
"Model {{modelId}} not found": "Finner ikke modellen {{modelId}}",
"Model {{modelName}} is not vision capable": "Modellen {{modelName}} er ikke egnet til visuelle data",
"Model {{name}} is now {{status}}": "Modellen {{name}} er nå {{status}}",
"Model accepts image inputs": "Modellen godtar bildeinndata",
"Model created successfully!": "Modellen er opprettet!",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Modellfilsystembane oppdaget. Kan ikke fortsette fordi modellens kortnavn er påkrevd for oppdatering.",
- "Model Filtering": "",
+ "Model Filtering": "Filtrering av modeller",
"Model ID": "Modell-ID",
"Model IDs": "Modell-ID-er",
"Model Name": "Modell",
"Model not selected": "Modell ikke valgt",
"Model Params": "Modellparametere",
- "Model Permissions": "",
+ "Model Permissions": "Modelltillatelser",
"Model updated successfully": "Modell oppdatert",
"Modelfile Content": "Modellfilinnhold",
"Models": "Modeller",
- "Models Access": "",
+ "Models Access": "Tilgang til modeller",
"Models configuration saved successfully": "",
"Mojeek Search API Key": "",
"more": "mer",
@@ -583,30 +605,32 @@
"Name": "Navn",
"Name your knowledge base": "Gi kunnskapsbasen et navn",
"New Chat": "Ny chat",
- "New folder": "Ny mappe",
+ "New folder": "",
"New Password": "Nytt passord",
+ "new-channel": "",
"No content found": "Finner ikke noe innhold",
"No content to speak": "Mangler innhold for tale",
"No distance available": "Ingen avstand tilgjengelig",
"No feedbacks found": "Finner ingen tilbakemeldinger",
"No file selected": "Ingen fil valgt",
"No files found.": "Finner ingen filer",
- "No groups with access, add a group to grant access": "",
+ "No groups with access, add a group to grant access": "Ingen grupper med tilgang. Legg til en gruppe som skal ha tilgang.",
"No HTML, CSS, or JavaScript content found.": "Finner ikke noe HTML, CSS- eller JavaScript-innhold.",
"No knowledge found": "Finner ingen kunnskaper",
- "No model IDs": "",
+ "No model IDs": "Ingen modell-ID-er",
"No models found": "Finner ingen modeller",
- "No models selected": "",
+ "No models selected": "Ingen modeller er valgt",
"No results found": "Finner ingen resultater",
"No search query generated": "Ingen søkespørringer er generert",
"No source available": "Ingen kilde tilgjengelig",
- "No users were found.": "",
+ "No users were found.": "Finner ingen brukere",
"No valves to update": "Ingen ventiler å oppdatere",
"None": "Ingen",
"Not factually correct": "Uriktig informasjon",
"Not helpful": "Ikke nyttig",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Merk: Hvis du setter en minimumspoengsum, returnerer søket kun dokumenter med en poengsum som er større enn eller lik minimumspoengsummen.",
"Notes": "Notater",
+ "Notification Webhook": "",
"Notifications": "Varsler",
"November": "november",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -617,16 +641,16 @@
"Okay, Let's Go!": "OK, kjør på!",
"OLED Dark": "OLED mørk",
"Ollama": "Ollama",
- "Ollama API": "Ollama API",
- "Ollama API disabled": "Ollama API deaktivert",
+ "Ollama API": "Ollama-API",
+ "Ollama API disabled": "Ollama-API deaktivert",
"Ollama API settings updated": "API-innstillinger for Ollama er oppdatert",
"Ollama Version": "Ollama-versjon",
"On": "Aktivert",
"Only alphanumeric characters and hyphens are allowed": "Bare alfanumeriske tegn og bindestreker er tillatt",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Bare alfanumeriske tegn og bindestreker er tillatt i kommandostrengen.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "Bare samlinger kan redigeres, eller lag en ny kunnskapsbase for å kunne redigere / legge til dokumenter.",
- "Only select users and groups with permission can access": "",
- "Oops! Looks like the URL is invalid. Please double-check and try again.": "Oi! Det ser ut som URL-en er ugyldig. Dobbeltsjekk, og prøv igjen.",
+ "Only select users and groups with permission can access": "Bare utvalgte brukere og grupper med tillatelse kan få tilgang",
+ "Oops! Looks like the URL is invalid. Please double-check and try again.": "Oi! Det ser ut som URL-en er ugyldig. Dobbeltsjekk, og prøv på nytt.",
"Oops! There are files still uploading. Please wait for the upload to complete.": "Oi! Det er fortsatt filer som lastes opp. Vent til opplastingen er ferdig.",
"Oops! There was an error in the previous response.": "Oi! Det er en feil i det forrige svaret.",
"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oi! Du bruker en ikke-støttet metode (bare frontend). Du må kjøre WebUI fra backend.",
@@ -637,27 +661,27 @@
"Open WebUI uses SpeechT5 and CMU Arctic speaker embeddings.": "Open WebUI bruker SpeechT5 og CMU Arctic-høytalerinnbygginger",
"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open WebUI-versjonen (v{{OPEN_WEBUI_VERSION}}) er lavere enn den påkrevde versjonen (v{{REQUIRED_VERSION}})",
"OpenAI": "OpenAI",
- "OpenAI API": "OpenAI API",
+ "OpenAI API": "OpenAI-API",
"OpenAI API Config": "API-konfigurasjon for OpenAI",
"OpenAI API Key is required.": "API-nøkkel for OpenAI kreves.",
"OpenAI API settings updated": "API-innstillinger for OpenAI er oppdatert",
"OpenAI URL/Key required.": "URL/nøkkel for OpenAI kreves.",
"or": "eller",
- "Organize your users": "",
+ "Organize your users": "Organisere brukerne dine",
"Other": "Annet",
"OUTPUT": "UTDATA",
"Output format": "Format på utdata",
"Overview": "Oversikt",
"page": "side",
"Password": "Passord",
- "Paste Large Text as File": "",
+ "Paste Large Text as File": "Lim inn mye tekst som fil",
"PDF document (.pdf)": "PDF-dokument (.pdf)",
"PDF Extract Images (OCR)": "Uthenting av PDF-bilder (OCR)",
"pending": "avventer",
"Permission denied when accessing media devices": "Tilgang avslått ved bruk av medieenheter",
"Permission denied when accessing microphone": "Tilgang avslått ved bruk av mikrofonen",
"Permission denied when accessing microphone: {{error}}": "Tilgang avslått ved bruk av mikrofonen: {{error}}",
- "Permissions": "",
+ "Permissions": "Tillatelser",
"Personalization": "Tilpassing",
"Pin": "Fest",
"Pinned": "Festet",
@@ -681,17 +705,17 @@
"Previous 30 days": "Siste 30 dager",
"Previous 7 days": "Siste 7 dager",
"Profile Image": "Profilbilde",
- "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "Ledetekst (f.eks. Fortell meg en morsom fakta om romerriket)",
+ "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "Ledetekst (f.eks. Fortell meg noe morsomt om romerriket)",
"Prompt Content": "Ledetekstinnhold",
- "Prompt created successfully": "",
+ "Prompt created successfully": "Ledetekst opprettet",
"Prompt suggestions": "Forslag til ledetekst",
- "Prompt updated successfully": "",
+ "Prompt updated successfully": "Ledetekst oppdatert",
"Prompts": "Ledetekster",
- "Prompts Access": "",
- "Proxy URL": "",
- "Pull \"{{searchValue}}\" from Ollama.com": "Hent \"{{searchValue}}\" fra Ollama.com",
+ "Prompts Access": "Tilgang til ledetekster",
+ "Proxy URL": "Proxy-URL",
+ "Pull \"{{searchValue}}\" from Ollama.com": "Hent {{searchValue}} fra Ollama.com",
"Pull a model from Ollama.com": "Hent en modell fra Ollama.com",
- "Query Generation Prompt": "",
+ "Query Generation Prompt": "Ledetekst for genering av spørringer",
"Query Params": "Spørringsparametere",
"RAG Template": "RAG-mal",
"Rating": "Vurdering",
@@ -709,7 +733,7 @@
"Remove": "Fjern",
"Remove Model": "Fjern modell",
"Rename": "Gi nytt navn",
- "Reorder Models": "",
+ "Reorder Models": "Sorter modeller på nytt",
"Repeat Last N": "Gjenta siste N",
"Request Mode": "Forespørselsmodus",
"Reranking Model": "Omrangeringsmodell",
@@ -718,7 +742,7 @@
"Reset": "Tilbakestill",
"Reset All Models": "",
"Reset Upload Directory": "Tilbakestill opplastingskatalog",
- "Reset Vector Storage/Knowledge": "Tilbakestill Vector lagring/kunnskap",
+ "Reset Vector Storage/Knowledge": "Tilbakestill Vector-lagring/kunnskap",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Svar-varsler kan ikke aktiveres fordi tilgang til nettstedet er nektet. Gå til nettleserinnstillingene dine for å gi den nødvendige tilgangen.",
"Response splitting": "Oppdeling av svar",
"Result": "Resultat",
@@ -755,9 +779,8 @@
"Search the web": "Søk på nettet",
"Search Tools": "Søkeverktøy",
"SearchApi API Key": "API-nøkkel for SearchApi",
- "SearchApi Engine": "SearchApi-motor",
- "Searched {{count}} sites_one": "Søkte i {{count}} sites_one",
- "Searched {{count}} sites_other": "Søkte i {{count}} sites_other",
+ "SearchApi Engine": "Motor for SearchApi",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Søker etter \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "Søker etter kunnskap for \"{{searchQuery}}\"",
"Searxng Query URL": "Searxng forespørsels-URL",
@@ -767,7 +790,7 @@
"Select a base model": "Velg en grunnmodell",
"Select a engine": "Velg en motor",
"Select a function": "Velg en funksjon",
- "Select a group": "",
+ "Select a group": "Velg en gruppe",
"Select a model": "Velg en modell",
"Select a pipeline": "Velg en pipeline",
"Select a pipeline url": "Velg en pipeline-URL",
@@ -790,7 +813,7 @@
"Set as default": "Angi som standard",
"Set CFG Scale": "Angi CFG-skala",
"Set Default Model": "Angi standard modell",
- "Set embedding model": "",
+ "Set embedding model": "Angi innbyggingsmodell",
"Set embedding model (e.g. {{model}})": "Angi innbyggingsmodell (f.eks. {{model}})",
"Set Image Size": "Angi bildestørrelse",
"Set reranking model (e.g. {{model}})": "Angi modell for omrangering (f.eks. {{model}})",
@@ -825,10 +848,11 @@
"Sign up": "Registrer deg",
"Sign up to {{WEBUI_NAME}}": "Registrer deg for {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Logger på {{WEBUI_NAME}}",
+ "sk-1234": "",
"Source": "Kilde",
"Speech Playback Speed": "Hastighet på avspilling av tale",
"Speech recognition error: {{error}}": "Feil ved talegjenkjenning: {{error}}",
- "Speech-to-Text Engine": "Tale-til-tekst-motor",
+ "Speech-to-Text Engine": "Motor for Tale-til-tekst",
"Stop": "Stopp",
"Stop Sequence": "Stoppsekvens",
"Stream Chat Response": "Strømme chat-svar",
@@ -857,7 +881,7 @@
"Text-to-Speech Engine": "Tekst-til-tale-motor",
"Tfs Z": "Tfs Z",
"Thanks for your feedback!": "Takk for tilbakemeldingen!",
- "The Application Account DN you bind with for search": "Applikasjonskontoens DN du binder deg med for søk",
+ "The Application Account DN you bind with for search": "Applikasjonskontoens DN du binder deg med for søking",
"The base to search for users": "Basen for å søke etter brukere",
"The batch size determines how many text requests are processed together at once. A higher batch size can increase the performance and speed of the model, but it also requires more memory. (Default: 512)": "Batchstørrelsen avgjør hvor mange tekstforespørsler som behandles samtidig. En høyere batchstørrelse kan øke ytelsen og hastigheten til modellen, men det krever også mer minne. (Standard: 512)",
"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Utviklerne bak denne utvidelsen er lidenskapelige frivillige fra fellesskapet. Hvis du finner denne utvidelsen nyttig, vennligst vurder å bidra til utviklingen.",
@@ -879,18 +903,18 @@
"This response was generated by \"{{model}}\"": "Dette svaret er generert av \"{{modell}}\"",
"This will delete": "Dette sletter",
"This will delete {{NAME}} and all its contents.": "Dette sletter {{NAME}} og alt innholdet.",
- "This will delete all models including custom models": "",
- "This will delete all models including custom models and cannot be undone.": "",
+ "This will delete all models including custom models": "Dette sletter alle modeller, inkludert tilpassede modeller",
+ "This will delete all models including custom models and cannot be undone.": "Dette sletter alle modeller, inkludert tilpassede modeller, og kan ikke angres.",
"This will reset the knowledge base and sync all files. Do you wish to continue?": "Dette tilbakestiller kunnskapsbasen og synkroniserer alle filer. Vil du fortsette?",
"Thorough explanation": "Grundig forklaring",
"Tika": "Tika",
- "Tika Server URL required.": "Tika server-URL kreves.",
+ "Tika Server URL required.": "Server-URL for Tika kreves.",
"Tiktoken": "Tiktoken",
"Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "Tips: Oppdater flere variabelplasser etter hverandre ved å trykke på TAB-tasten i chat-inntastingsfeltet etter hver erstatning.",
"Title": "Tittel",
"Title (e.g. Tell me a fun fact)": "Tittel (f.eks. Fortell meg noe morsomt)",
"Title Auto-Generation": "Automatisk tittelgenerering",
- "Title cannot be an empty string.": "Tittelen kan ikke være en tom streng.",
+ "Title cannot be an empty string.": "Tittel kan ikke være en tom streng.",
"Title Generation Prompt": "Ledetekst for tittelgenerering",
"TLS": "TLS",
"To access the available model names for downloading,": "Hvis du vil ha tilgang til modellnavn tilgjengelige for nedlasting,",
@@ -910,13 +934,13 @@
"Too verbose": "For omfattende",
"Tool created successfully": "Verktøy opprettet",
"Tool deleted successfully": "Verktøy slettet",
- "Tool Description": "",
- "Tool ID": "",
+ "Tool Description": "Verktøyets beskrivelse",
+ "Tool ID": "Verktøyets ID",
"Tool imported successfully": "Verktøy importert",
- "Tool Name": "",
+ "Tool Name": "Verktøyets navn",
"Tool updated successfully": "Verktøy oppdatert",
"Tools": "Verktøy",
- "Tools Access": "",
+ "Tools Access": "Verktøyets tilgang",
"Tools are a function calling system with arbitrary code execution": "Verktøy er et funksjonskallsystem med vilkårlig kodekjøring",
"Tools have a function calling system that allows arbitrary code execution": "Verktøy inneholder et funksjonskallsystem som tillater vilkårlig kodekjøring",
"Tools have a function calling system that allows arbitrary code execution.": "Verktøy inneholder et funksjonskallsystem som tillater vilkårlig kodekjøring.",
@@ -929,7 +953,7 @@
"TTS Voice": "TTS-stemme",
"Type": "Type",
"Type Hugging Face Resolve (Download) URL": "Angi nedlastings-Resolve-URL for Hugging Face",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Oi! Det oppsto et problem med tilkobling til {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "UI",
"Unarchive All": "Opphev arkiveringen av alle",
"Unarchive All Archived Chats": "Opphev arkiveringen av alle arkiverte chatter",
@@ -954,9 +978,9 @@
"Upload Progress": "Opplastingsfremdrift",
"URL": "URL",
"URL Mode": "URL-modus",
- "Use '#' in the prompt input to load and include your knowledge.": "Bruk # i ledetekstinndata for å laste inn og inkludere dine kunnskaper.",
+ "Use '#' in the prompt input to load and include your knowledge.": "Bruk # i ledetekstens inntastingsfelt for å laste inn og inkludere kunnskapene dine.",
"Use Gravatar": "Bruk Gravatar",
- "Use groups to group your users and assign permissions.": "",
+ "Use groups to group your users and assign permissions.": "Bruk grupper til å samle brukere og tildele tillatelser.",
"Use Initials": "Bruk initialer",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mmap (Ollama)": "use_mmap (Ollama)",
@@ -975,12 +999,12 @@
"variable to have them replaced with clipboard content.": "variabel for å erstatte dem med utklippstavleinnhold.",
"Version": "Versjon",
"Version {{selectedVersion}} of {{totalVersions}}": "Version {{selectedVersion}} av {{totalVersions}}",
- "Visibility": "",
+ "Visibility": "Synlighet",
"Voice": "Stemme",
"Voice Input": "Taleinndata",
"Warning": "Advarsel",
"Warning:": "Advarsel!",
- "Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
+ "Warning: Enabling this will allow users to upload arbitrary code on the server.": "Advarsel: Hvis du aktiverer denne funksjonen, kan brukere laste opp vilkårlig kode på serveren.",
"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Advarsel: Hvis du oppdaterer eller endrer innbyggingsmodellen din, må du importere alle dokumenter på nytt.",
"Web": "Web",
"Web API": "Web-API",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "Webhook URL",
"WebUI Settings": "Innstillinger for WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI vil rette forespørsler til \"{{url}}/api/chat\"",
"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI vil rette forespørsler til \"{{url}}/chat/completions\"",
"What are you trying to achieve?": "Hva prøver du å oppnå?",
@@ -998,13 +1023,13 @@
"When enabled, the model will respond to each chat message in real-time, generating a response as soon as the user sends a message. This mode is useful for live chat applications, but may impact performance on slower hardware.": "Hvis denne modusen er aktivert, svarer modellen på alle chattemeldinger i sanntid, og genererer et svar så snart brukeren sender en melding. Denne modusen er nyttig for live chat-applikasjoner, men kan påvirke ytelsen på tregere maskinvare.",
"wherever you are": "uansett hvor du er",
"Whisper (Local)": "Whisper (Lokal)",
- "Why?": "",
+ "Why?": "Hvorfor?",
"Widescreen Mode": "Bredskjermmodus",
"Won": "Vant",
"Works together with top-k. A higher value (e.g., 0.95) will lead to more diverse text, while a lower value (e.g., 0.5) will generate more focused and conservative text. (Default: 0.9)": "Fungerer sammen med top-k. En høyere verdi (f.eks. 0,95) vil føre til mer mangfoldig tekst, mens en lavere verdi (f.eks. 0,5) vil generere mer fokusert og konservativ tekst. (Standard: 0,9)",
"Workspace": "Arbeidsområde",
- "Workspace Permissions": "",
- "Write a prompt suggestion (e.g. Who are you?)": "Skriv inn et ledetekstforslag (f.eks. Hvem er du?)",
+ "Workspace Permissions": "Tillatelser for arbeidsområde",
+ "Write a prompt suggestion (e.g. Who are you?)": "Skriv inn et forslag til ledetekst (f.eks. Hvem er du?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Skriv inn et sammendrag på 50 ord som oppsummerer [emne eller nøkkelord].",
"Write something...": "Skriv inn noe...",
"Write your model template content here": "Skriv inn modellens malinnhold her",
@@ -1013,12 +1038,12 @@
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Du kan bare chatte med maksimalt {{maxCount}} fil(er) om gangen.",
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Du kan tilpasse interaksjonene dine med språkmodeller ved å legge til minner gjennom Administrer-knappen nedenfor, slik at de blir mer til nyttige og tilpasset deg.",
"You cannot upload an empty file.": "Du kan ikke laste opp en tom fil.",
- "You do not have permission to upload files.": "",
+ "You do not have permission to upload files.": "Du har ikke tillatelse til å laste opp filer.",
"You have no archived conversations.": "Du har ingen arkiverte samtaler.",
"You have shared this chat": "Du har delt denne chatten",
"You're a helpful assistant.": "Du er en nyttig assistent.",
"You're now logged in.": "Du er nå logget inn.",
- "Your account status is currently pending activation.": "Status på kontoen er for øyeblikket ventende på aktivering.",
+ "Your account status is currently pending activation.": "Status på kontoen din er for øyeblikket ventende på 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 beløpet går uavkortet til utvikleren av tillegget. Open WebUI mottar ikke deler av beløpet. Den valgte betalingsplattformen kan ha gebyrer.",
"Youtube": "Youtube",
"Youtube Loader Settings": "Innstillinger for YouTube-laster"
diff --git a/src/lib/i18n/locales/nl-NL/translation.json b/src/lib/i18n/locales/nl-NL/translation.json
index e8147b601..8160d6bfd 100644
--- a/src/lib/i18n/locales/nl-NL/translation.json
+++ b/src/lib/i18n/locales/nl-NL/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Beheerders hebben altijd toegang tot alle gereedschappen; gebruikers moeten gereedschap toegewezen krijgen per model in de werkruimte.",
"Advanced Parameters": "Geavanceerde parameters",
"Advanced Params": "Geavanceerde params",
- "All chats": "Alle chats",
"All Documents": "Alle documenten",
"All models deleted successfully": "Alle modellen zijn succesvol verwijderd",
"Allow Chat Delete": "Sta chatverwijdering toe",
@@ -77,6 +76,8 @@
"Archive All Chats": "Archiveer alle chats",
"Archived Chats": "Chatrecord",
"archived-chat-export": "gearchiveerde-chat-export",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "Weet je zeker dat je alle gearchiveerde chats wil onarchiveren?",
"Are you sure?": "Weet je het zeker?",
"Arena Models": "Arenamodellen",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Batchgrootte (num_batch)",
"before": "voor",
"Being lazy": "Lui zijn",
+ "Beta": "",
"Bing Search V7 Endpoint": "Bing Search V7 Endpoint",
"Bing Search V7 Subscription Key": "Bing Search V7 Subscription Key",
"Brave Search API Key": "Brave Search API-sleutel",
@@ -119,8 +121,11 @@
"Camera": "Camera",
"Cancel": "Annuleren",
"Capabilities": "Mogelijkheden",
+ "Capture": "",
"Certificate Path": "Certificaatpad",
"Change Password": "Wijzig Wachtwoord",
+ "Channel Name": "",
+ "Channels": "",
"Character": "Karakter",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "Verken nieuwe grenzen",
@@ -163,6 +168,7 @@
"Collection": "Verzameling",
"Color": "Kleur",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUI Base URL",
"ComfyUI Base URL is required.": "ComfyUI Base URL is required.",
"ComfyUI Workflow": "ComfyUI workflow",
@@ -175,6 +181,7 @@
"Confirm": "Bevestigen",
"Confirm Password": "Bevestig wachtwoord",
"Confirm your action": "Bevestig uw actie",
+ "Confirm your new password": "",
"Connections": "Verbindingen",
"Contact Admin for WebUI Access": "Neem contact op met de beheerder voor WebUI-toegang",
"Content": "Inhoud",
@@ -201,6 +208,7 @@
"Create a model": "Een model maken",
"Create Account": "Maak account",
"Create Admin Account": "Maak admin-account",
+ "Create Channel": "",
"Create Group": "Maak groep",
"Create Knowledge": "Creër kennis",
"Create new key": "Maak nieuwe sleutel",
@@ -236,6 +244,7 @@
"Delete chat?": "Verwijder chat?",
"Delete folder?": "Verwijder map?",
"Delete function?": "Verwijder functie?",
+ "Delete Message": "",
"Delete prompt?": "Verwijder prompt?",
"delete this link": "verwijder deze link",
"Delete tool?": "Verwijder tool?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "Gereedschappen om verschillende bewerkingen uit te voeren",
"Edit": "Wijzig",
"Edit Arena Model": "Bewerk arenamodel",
+ "Edit Channel": "",
"Edit Connection": "Bewerk connectie",
"Edit Default Permissions": "Standaardrechten bewerken",
"Edit Memory": "Bewerk geheugen",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "Schakel API-sleutel authenticatie in",
"Enable autocomplete generation for chat messages": "",
"Enable Community Sharing": "Delen via de community inschakelen",
+ "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.": "Schakel Memory Locking (mlock) in om te voorkomen dat modelgegevens uit het RAM worden verwisseld. Deze optie vergrendelt de werkset pagina's van het model in het RAM, zodat ze niet naar de schijf worden uitgewisseld. Dit kan helpen om de prestaties op peil te houden door paginafouten te voorkomen en snelle gegevenstoegang te garanderen.",
"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.": "Schakel Memory Mapping (mmap) in om modelgegevens te laden. Deze optie laat het systeem schijfopslag gebruiken als een uitbreiding van RAM door schijfbestanden te behandelen alsof ze in RAM zitten. Dit kan de prestaties van het model verbeteren door snellere gegevenstoegang mogelijk te maken. Het is echter mogelijk dat deze optie niet op alle systemen correct werkt en een aanzienlijke hoeveelheid schijfruimte in beslag kan nemen.",
"Enable Message Rating": "Schakel berichtbeoordeling in",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Voer Google PSE Engine-ID in",
"Enter Image Size (e.g. 512x512)": "Voeg afbeelding formaat toe (Bijv. 512x512)",
"Enter Jina API Key": "Voer Jina API-sleutel in",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Voeg taal codes toe",
"Enter Model ID": "Voer model-ID in",
"Enter model tag (e.g. {{modelTag}})": "Voeg model-tag toe (Bijv. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Voer stopsequentie in",
"Enter system prompt": "Voer systeem prompt in",
"Enter Tavily API Key": "Voer Tavily API-sleutel in",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Voer Tika Server URL in",
"Enter Top K": "Voeg Top K toe",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Voer URL in (Bijv. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Voer URL in (Bijv. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Voer je Email in",
"Enter Your Full Name": "Voer je Volledige Naam in",
"Enter your message": "Voer je bericht in",
+ "Enter your new password": "",
"Enter Your Password": "Voer je Wachtwoord in",
"Enter Your Role": "Voer je Rol in",
"Enter Your Username": "Voer je gebruikersnaam in",
+ "Enter your webhook URL": "",
"Error": "Fout",
"ERROR": "ERROR",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "Beoordelingen",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "Voorbeeld: (&(objectClass=inetOrgPerson)(uid=%s))",
"Example: ALL": "Voorbeeld: ALL",
@@ -402,6 +420,7 @@
"File not found.": "Bestand niet gevonden.",
"File removed successfully.": "Bestand succesvol verwijderd.",
"File size should not exceed {{maxSize}} MB.": "Bestandsgrootte mag niet groter zijn dan {{maxSize}} MB.",
+ "File uploaded successfully": "",
"Files": "Bestanden",
"Filter is now globally disabled": "Filter is nu globaal uitgeschakeld",
"Filter is now globally enabled": "Filter is nu globaal ingeschakeld",
@@ -435,11 +454,11 @@
"General Settings": "Algemene instellingen",
"Generate Image": "Genereer afbeelding",
"Generating search query": "Zoekopdracht genereren",
- "Generation Info": "Generatie Info",
"Get started": "Begin",
"Get started with {{WEBUI_NAME}}": "Begin met {{WEBUI_NAME}}",
"Global": "Globaal",
"Good Response": "Goed antwoord",
+ "Google Drive": "",
"Google PSE API Key": "Google PSE API-sleutel",
"Google PSE Engine Id": "Google PSE-engine-ID",
"Group created successfully": "Groep succesvol aangemaakt",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Ik bevestig dat ik de implicaties van mijn actie heb gelezen en begrepen. Ik ben me bewust van de risico's die gepaard gaan met het uitvoeren van willekeurige code en ik heb de betrouwbaarheid van de bron gecontroleerd.",
"ID": "ID",
"Ignite curiosity": "Wakker nieuwsgierigheid aan",
+ "Image Compression": "",
"Image Generation (Experimental)": "Afbeeldingsgeneratie (Experimenteel)",
"Image Generation Engine": "Afbeeldingsgeneratie Engine",
+ "Image Max Compression Size": "",
"Image Settings": "Afbeeldingsinstellingen",
"Images": "Afbeeldingen",
"Import Chats": "Importeer Chats",
@@ -495,6 +516,7 @@
"June": "Juni",
"JWT Expiration": "JWT Expiration",
"JWT Token": "JWT Token",
+ "Kagi Search API Key": "",
"Keep Alive": "Houd Actief",
"Key": "Sleutel",
"Keyboard shortcuts": "Toetsenbord snelkoppelingen",
@@ -583,8 +605,9 @@
"Name": "Naam",
"Name your knowledge base": "Geef je kennisbasis een naam",
"New Chat": "Nieuwe Chat",
- "New folder": "Nieuwe map",
+ "New folder": "",
"New Password": "Nieuw Wachtwoord",
+ "new-channel": "",
"No content found": "Geen content gevonden",
"No content to speak": "Geen inhoud om over te spreken",
"No distance available": "Geen afstand beschikbaar",
@@ -607,6 +630,7 @@
"Not helpful": "Niet nuttig",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Opmerking: Als je een minimumscore instelt, levert de zoekopdracht alleen documenten op met een score groter dan of gelijk aan de minimumscore.",
"Notes": "Aantekeningen",
+ "Notification Webhook": "",
"Notifications": "Notificaties",
"November": "November",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -756,8 +780,7 @@
"Search Tools": "Zoek gereedschappen",
"SearchApi API Key": "SearchApi API-sleutel",
"SearchApi Engine": "SearchApi Engine",
- "Searched {{count}} sites_one": "Gezocht op {{count}} sites_one",
- "Searched {{count}} sites_other": "Gezocht op {{count}} sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" aan het zoeken.",
"Searching Knowledge for \"{{searchQuery}}\"": "Zoek kennis bij \"{{searchQuery}}\"",
"Searxng Query URL": "Searxng Query URL",
@@ -825,6 +848,7 @@
"Sign up": "Registreren",
"Sign up to {{WEBUI_NAME}}": "Meld je aan bij {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Aan het inloggen bij {{WEBUI_NAME}}",
+ "sk-1234": "",
"Source": "Bron",
"Speech Playback Speed": "Afspeelsnelheid spraak",
"Speech recognition error: {{error}}": "Spraakherkenning fout: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "TTS Stem",
"Type": "Type",
"Type Hugging Face Resolve (Download) URL": "Type Hugging Face Resolve (Download) URL",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Uh-oh! Er was een probleem met verbinden met {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "UI",
"Unarchive All": "Onarchiveer alles",
"Unarchive All Archived Chats": "Onarchiveer alle gearchiveerde chats",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "Webhook URL",
"WebUI Settings": "WebUI Instellingen",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI zal verzoeken doen aan \"{{url}}/api/chat\"",
"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI zal verzoeken doen aan \"{{url}}/chat/completions\"",
"What are you trying to achieve?": "Wat probeer je te bereiken?",
diff --git a/src/lib/i18n/locales/pa-IN/translation.json b/src/lib/i18n/locales/pa-IN/translation.json
index 99e420c8a..d1bc7e41a 100644
--- a/src/lib/i18n/locales/pa-IN/translation.json
+++ b/src/lib/i18n/locales/pa-IN/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
"Advanced Parameters": "ਉੱਚ ਸਤਰ ਦੇ ਪੈਰਾਮੀਟਰ",
"Advanced Params": "ਐਡਵਾਂਸਡ ਪਰਮਜ਼",
- "All chats": "",
"All Documents": "ਸਾਰੇ ਡਾਕੂਮੈਂਟ",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "ਸਾਰੀਆਂ ਚੈਟਾਂ ਨੂੰ ਆਰਕਾਈਵ ਕਰੋ",
"Archived Chats": "ਆਰਕਾਈਵ ਕੀਤੀਆਂ ਗੱਲਾਂ",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "ਕੀ ਤੁਸੀਂ ਯਕੀਨਨ ਹੋ?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "",
"before": "ਪਹਿਲਾਂ",
"Being lazy": "ਆਲਸੀ ਹੋਣਾ",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "ਬਹਾਦਰ ਖੋਜ API ਕੁੰਜੀ",
@@ -119,8 +121,11 @@
"Camera": "",
"Cancel": "ਰੱਦ ਕਰੋ",
"Capabilities": "ਸਮਰੱਥਾਵਾਂ",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "ਪਾਸਵਰਡ ਬਦਲੋ",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "ਸੰਗ੍ਰਹਿ",
"Color": "",
"ComfyUI": "ਕੰਫੀਯੂਆਈ",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ਕੰਫੀਯੂਆਈ ਬੇਸ URL",
"ComfyUI Base URL is required.": "ਕੰਫੀਯੂਆਈ ਬੇਸ URL ਦੀ ਲੋੜ ਹੈ।",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "",
"Confirm Password": "ਪਾਸਵਰਡ ਦੀ ਪੁਸ਼ਟੀ ਕਰੋ",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "ਕਨੈਕਸ਼ਨ",
"Contact Admin for WebUI Access": "",
"Content": "ਸਮੱਗਰੀ",
@@ -201,6 +208,7 @@
"Create a model": "ਇੱਕ ਮਾਡਲ ਬਣਾਓ",
"Create Account": "ਖਾਤਾ ਬਣਾਓ",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "ਨਵੀਂ ਕੁੰਜੀ ਬਣਾਓ",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "ਇਸ ਲਿੰਕ ਨੂੰ ਮਿਟਾਓ",
"Delete tool?": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "ਸੰਪਾਦਨ ਕਰੋ",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Google PSE ਇੰਜਣ ID ਦਾਖਲ ਕਰੋ",
"Enter Image Size (e.g. 512x512)": "ਚਿੱਤਰ ਆਕਾਰ ਦਰਜ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "ਭਾਸ਼ਾ ਕੋਡ ਦਰਜ ਕਰੋ",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "ਮਾਡਲ ਟੈਗ ਦਰਜ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "ਰੋਕਣ ਦਾ ਕ੍ਰਮ ਦਰਜ ਕਰੋ",
"Enter system prompt": "",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "ਸਿਖਰ K ਦਰਜ ਕਰੋ",
"Enter URL (e.g. http://127.0.0.1:7860/)": "URL ਦਰਜ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "URL ਦਰਜ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "ਆਪਣੀ ਈਮੇਲ ਦਰਜ ਕਰੋ",
"Enter Your Full Name": "ਆਪਣਾ ਪੂਰਾ ਨਾਮ ਦਰਜ ਕਰੋ",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "ਆਪਣਾ ਪਾਸਵਰਡ ਦਰਜ ਕਰੋ",
"Enter Your Role": "ਆਪਣੀ ਭੂਮਿਕਾ ਦਰਜ ਕਰੋ",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "ਗਲਤੀ",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "ਫਾਈਲ ਨਹੀਂ ਮਿਲੀ।",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
@@ -435,11 +454,11 @@
"General Settings": "ਆਮ ਸੈਟਿੰਗਾਂ",
"Generate Image": "",
"Generating search query": "ਖੋਜ ਪੁੱਛਗਿੱਛ ਤਿਆਰ ਕਰਨਾ",
- "Generation Info": "ਜਨਰੇਸ਼ਨ ਜਾਣਕਾਰੀ",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "ਵਧੀਆ ਜਵਾਬ",
+ "Google Drive": "",
"Google PSE API Key": "Google PSE API ਕੁੰਜੀ",
"Google PSE Engine Id": "ਗੂਗਲ PSE ਇੰਜਣ ID",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "ਚਿੱਤਰ ਜਨਰੇਸ਼ਨ (ਪਰਮਾਣੂਕ੍ਰਿਤ)",
"Image Generation Engine": "ਚਿੱਤਰ ਜਨਰੇਸ਼ਨ ਇੰਜਣ",
+ "Image Max Compression Size": "",
"Image Settings": "ਚਿੱਤਰ ਸੈਟਿੰਗਾਂ",
"Images": "ਚਿੱਤਰ",
"Import Chats": "ਗੱਲਾਂ ਆਯਾਤ ਕਰੋ",
@@ -495,6 +516,7 @@
"June": "ਜੂਨ",
"JWT Expiration": "JWT ਮਿਆਦ ਖਤਮ",
"JWT Token": "JWT ਟੋਕਨ",
+ "Kagi Search API Key": "",
"Keep Alive": "ਜੀਵਿਤ ਰੱਖੋ",
"Key": "",
"Keyboard shortcuts": "ਕੀਬੋਰਡ ਸ਼ਾਰਟਕਟ",
@@ -585,6 +607,7 @@
"New Chat": "ਨਵੀਂ ਗੱਲਬਾਤ",
"New folder": "",
"New Password": "ਨਵਾਂ ਪਾਸਵਰਡ",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ਨੋਟ: ਜੇ ਤੁਸੀਂ ਘੱਟੋ-ਘੱਟ ਸਕੋਰ ਸੈੱਟ ਕਰਦੇ ਹੋ, ਤਾਂ ਖੋਜ ਸਿਰਫ਼ ਉਹੀ ਡਾਕੂਮੈਂਟ ਵਾਪਸ ਕਰੇਗੀ ਜਿਨ੍ਹਾਂ ਦਾ ਸਕੋਰ ਘੱਟੋ-ਘੱਟ ਸਕੋਰ ਦੇ ਬਰਾਬਰ ਜਾਂ ਵੱਧ ਹੋਵੇ।",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "ਸੂਚਨਾਵਾਂ",
"November": "ਨਵੰਬਰ",
"num_gpu (Ollama)": "",
@@ -756,8 +780,7 @@
"Search Tools": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "ਖੋਜਿਆ {{count}} sites_one",
- "Searched {{count}} sites_other": "ਖੋਜਿਆ {{count}} sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "Searxng Query URL",
@@ -825,6 +848,7 @@
"Sign up": "ਰਜਿਸਟਰ ਕਰੋ",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "ਸਰੋਤ",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "ਬੋਲ ਪਛਾਣ ਗਲਤੀ: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "",
"Type": "ਕਿਸਮ",
"Type Hugging Face Resolve (Download) URL": "Hugging Face Resolve (ਡਾਊਨਲੋਡ) URL ਟਾਈਪ ਕਰੋ",
- "Uh-oh! There was an issue connecting to {{provider}}.": "ਓਹੋ! {{provider}} ਨਾਲ ਕਨੈਕਟ ਕਰਨ ਵਿੱਚ ਸਮੱਸਿਆ ਆਈ।",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "ਵੈਬਹੁੱਕ URL",
"WebUI Settings": "ਵੈਬਯੂਆਈ ਸੈਟਿੰਗਾਂ",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/pl-PL/translation.json b/src/lib/i18n/locales/pl-PL/translation.json
index 756b9460a..917d71a6c 100644
--- a/src/lib/i18n/locales/pl-PL/translation.json
+++ b/src/lib/i18n/locales/pl-PL/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
"Advanced Parameters": "Zaawansowane parametry",
"Advanced Params": "Zaawansowane parametry",
- "All chats": "",
"All Documents": "Wszystkie dokumenty",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "Archiwizuj wszystkie czaty",
"Archived Chats": "Zarchiwizowane czaty",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Jesteś pewien?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "",
"before": "przed",
"Being lazy": "Jest leniwy",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Klucz API wyszukiwania Brave",
@@ -119,8 +121,11 @@
"Camera": "",
"Cancel": "Anuluj",
"Capabilities": "Możliwości",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Zmień hasło",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "Kolekcja",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "Bazowy URL ComfyUI",
"ComfyUI Base URL is required.": "Bazowy URL ComfyUI jest wymagany.",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "",
"Confirm Password": "Potwierdź hasło",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "Połączenia",
"Contact Admin for WebUI Access": "",
"Content": "Zawartość",
@@ -201,6 +208,7 @@
"Create a model": "Tworzenie modelu",
"Create Account": "Utwórz konto",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "Utwórz nowy klucz",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "usuń ten link",
"Delete tool?": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Edytuj",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"Enable Community Sharing": "Włączanie udostępniania społecznościowego",
+ "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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Wprowadź identyfikator aparatu Google PSE",
"Enter Image Size (e.g. 512x512)": "Wprowadź rozmiar obrazu (np. 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Wprowadź kody języków",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "Wprowadź tag modelu (np. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Wprowadź sekwencję zatrzymania",
"Enter system prompt": "",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "Wprowadź Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Wprowadź adres URL (np. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Wprowadź adres URL (np. http://localhost:11434/)",
+ "Enter your current password": "",
"Enter Your Email": "Wprowadź swój adres email",
"Enter Your Full Name": "Wprowadź swoje imię i nazwisko",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "Wprowadź swoje hasło",
"Enter Your Role": "Wprowadź swoją rolę",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Błąd",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "Plik nie został znaleziony.",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
@@ -435,11 +454,11 @@
"General Settings": "Ogólne ustawienia",
"Generate Image": "",
"Generating search query": "Generowanie zapytania",
- "Generation Info": "Informacja o generacji",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "Dobra odpowiedź",
+ "Google Drive": "",
"Google PSE API Key": "Klucz API Google PSE",
"Google PSE Engine Id": "Identyfikator silnika Google PSE",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Generowanie obrazu (eksperymentalne)",
"Image Generation Engine": "Silnik generowania obrazu",
+ "Image Max Compression Size": "",
"Image Settings": "Ustawienia obrazu",
"Images": "Obrazy",
"Import Chats": "Importuj czaty",
@@ -495,6 +516,7 @@
"June": "Czerwiec",
"JWT Expiration": "Wygaśnięcie JWT",
"JWT Token": "Token JWT",
+ "Kagi Search API Key": "",
"Keep Alive": "Zachowaj łączność",
"Key": "",
"Keyboard shortcuts": "Skróty klawiszowe",
@@ -585,6 +607,7 @@
"New Chat": "Nowy czat",
"New folder": "",
"New Password": "Nowe hasło",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Uwaga: Jeśli ustawisz minimalny wynik, szukanie zwróci jedynie dokumenty z wynikiem większym lub równym minimalnemu.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "Powiadomienia",
"November": "Listopad",
"num_gpu (Ollama)": "",
@@ -756,10 +780,7 @@
"Search Tools": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "Wyszukiwano {{count}} sites_one",
- "Searched {{count}} sites_few": "Wyszukiwano {{count}} sites_few",
- "Searched {{count}} sites_many": "Wyszukiwano {{count}} sites_many",
- "Searched {{count}} sites_other": "Wyszukiwano {{count}} sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "Adres URL zapytania Searxng",
@@ -827,6 +848,7 @@
"Sign up": "Zarejestruj się",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "Źródło",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "Błąd rozpoznawania mowy: {{error}}",
@@ -931,7 +953,7 @@
"TTS Voice": "",
"Type": "Typ",
"Type Hugging Face Resolve (Download) URL": "Wprowadź adres URL do pobrania z Hugging Face",
- "Uh-oh! There was an issue connecting to {{provider}}.": "O nie! Wystąpił problem z połączeniem z {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -992,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "URL webhook",
"WebUI Settings": "Ustawienia interfejsu WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/pt-BR/translation.json b/src/lib/i18n/locales/pt-BR/translation.json
index 1c26471a1..326b97222 100644
--- a/src/lib/i18n/locales/pt-BR/translation.json
+++ b/src/lib/i18n/locales/pt-BR/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Os admins têm acesso a todas as ferramentas o tempo todo; os usuários precisam de ferramentas atribuídas, por modelo, no workspace.",
"Advanced Parameters": "Parâmetros Avançados",
"Advanced Params": "Parâmetros Avançados",
- "All chats": "Todos os chats",
"All Documents": "Todos os Documentos",
"All models deleted successfully": "Todos os modelos foram excluídos com sucesso",
"Allow Chat Delete": "Permitir Exclusão de Chats",
@@ -77,6 +76,8 @@
"Archive All Chats": "Arquivar Todos os Chats",
"Archived Chats": "Chats Arquivados",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "Você tem certeza que deseja desarquivar todos os chats arquivados?",
"Are you sure?": "Você tem certeza?",
"Arena Models": "Arena de Modelos",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Tamanho do Lote (num_batch)",
"before": "antes",
"Being lazy": "Sendo preguiçoso",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Chave API do Brave Search",
@@ -119,8 +121,11 @@
"Camera": "Câmera",
"Cancel": "Cancelar",
"Capabilities": "Capacidades",
+ "Capture": "",
"Certificate Path": "Caminho do Certificado",
"Change Password": "Mudar Senha",
+ "Channel Name": "",
+ "Channels": "",
"Character": "Caracter",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "Trace novas fronteiras",
@@ -163,6 +168,7 @@
"Collection": "Coleção",
"Color": "Cor",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "URL Base do ComfyUI",
"ComfyUI Base URL is required.": "URL Base do ComfyUI é necessária.",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "Confirmar",
"Confirm Password": "Confirmar Senha",
"Confirm your action": "Confirme sua ação",
+ "Confirm your new password": "",
"Connections": "Conexões",
"Contact Admin for WebUI Access": "Contate o Admin para Acesso ao WebUI",
"Content": "Conteúdo",
@@ -201,6 +208,7 @@
"Create a model": "Criar um modelo",
"Create Account": "Criar Conta",
"Create Admin Account": "Criar Conta de Admin",
+ "Create Channel": "",
"Create Group": "Criar Grupo",
"Create Knowledge": "Criar Conhecimento",
"Create new key": "Criar nova chave",
@@ -236,6 +244,7 @@
"Delete chat?": "Excluir chat?",
"Delete folder?": "Excluir pasta?",
"Delete function?": "Excluir função?",
+ "Delete Message": "",
"Delete prompt?": "Excluir prompt?",
"delete this link": "Excluir este link",
"Delete tool?": "Excluir ferramenta?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "Exemplo: Ferramentas para executar operações diversas",
"Edit": "Editar",
"Edit Arena Model": "Editar Arena de Modelos",
+ "Edit Channel": "",
"Edit Connection": "Editar Conexão",
"Edit Default Permissions": "Editar Permissões Padrão",
"Edit Memory": "Editar Memória",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "Ativar Autenticação por API Key",
"Enable autocomplete generation for chat messages": "",
"Enable Community Sharing": "Ativar Compartilhamento com a Comunidade",
+ "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.": "Habilite o bloqueio de memória (mlock) para evitar que os dados do modelo sejam transferidos da RAM para a área de troca (swap). Essa opção bloqueia o conjunto de páginas em uso pelo modelo na RAM, garantindo que elas não sejam transferidas para o disco. Isso pode ajudar a manter o desempenho, evitando falhas de página e garantindo acesso rápido aos dados.",
"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.": "Habilite o mapeamento de memória (mmap) para carregar dados do modelo. Esta opção permite que o sistema use o armazenamento em disco como uma extensão da RAM, tratando os arquivos do disco como se estivessem na RAM. Isso pode melhorar o desempenho do modelo, permitindo acesso mais rápido aos dados. No entanto, pode não funcionar corretamente com todos os sistemas e consumir uma quantidade significativa de espaço em disco.",
"Enable Message Rating": "Ativar Avaliação de Mensagens",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Digite o ID do Motor do Google PSE",
"Enter Image Size (e.g. 512x512)": "Digite o Tamanho da Imagem (por exemplo, 512x512)",
"Enter Jina API Key": "Digite a Chave API Jina",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Digite os códigos de idioma",
"Enter Model ID": "Digite o ID do modelo",
"Enter model tag (e.g. {{modelTag}})": "Digite a tag do modelo (por exemplo, {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Digite a sequência de parada",
"Enter system prompt": "Digite o prompt do sistema",
"Enter Tavily API Key": "Digite a Chave API do Tavily",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Digite a URL do Servidor Tika",
"Enter Top K": "Digite o Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Digite a URL (por exemplo, http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Digite a URL (por exemplo, http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Digite Seu Email",
"Enter Your Full Name": "Digite Seu Nome Completo",
"Enter your message": "Digite sua mensagem",
+ "Enter your new password": "",
"Enter Your Password": "Digite Sua Senha",
"Enter Your Role": "Digite Sua Função",
"Enter Your Username": "Digite seu usuário",
+ "Enter your webhook URL": "",
"Error": "Erro",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "Avaliações",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "Exemplo: (&(objectClass=inetOrgPerson)(uid=%s))",
"Example: ALL": "Exemplo: ALL",
@@ -402,6 +420,7 @@
"File not found.": "Arquivo não encontrado.",
"File removed successfully.": "Arquivo removido com sucesso.",
"File size should not exceed {{maxSize}} MB.": "Arquivo não pode exceder {{maxSize}} MB.",
+ "File uploaded successfully": "",
"Files": "Arquivos",
"Filter is now globally disabled": "O filtro está agora desativado globalmente",
"Filter is now globally enabled": "O filtro está agora ativado globalmente",
@@ -435,11 +454,11 @@
"General Settings": "Configurações Gerais",
"Generate Image": "Gerar Imagem",
"Generating search query": "Gerando consulta de pesquisa",
- "Generation Info": "Informações de Geração",
"Get started": "Iniciar",
"Get started with {{WEBUI_NAME}}": "Iniciar com {{WEBUI_NAME}}",
"Global": "Global",
"Good Response": "Boa Resposta",
+ "Google Drive": "",
"Google PSE API Key": "Chave API do Google PSE",
"Google PSE Engine Id": "ID do Motor do Google PSE",
"Group created successfully": "Grupo criado com sucesso",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Eu reconheço que li e entendi as implicações da minha ação. Estou ciente dos riscos associados à execução de código arbitrário e verifiquei a confiabilidade da fonte.",
"ID": "",
"Ignite curiosity": "Desperte a curiosidade",
+ "Image Compression": "",
"Image Generation (Experimental)": "Geração de Imagem (Experimental)",
"Image Generation Engine": "Motor de Geração de Imagem",
+ "Image Max Compression Size": "",
"Image Settings": "Configurações de Imagem",
"Images": "Imagens",
"Import Chats": "Importar Chats",
@@ -495,6 +516,7 @@
"June": "Junho",
"JWT Expiration": "Expiração do JWT",
"JWT Token": "Token JWT",
+ "Kagi Search API Key": "",
"Keep Alive": "Manter Vivo",
"Key": "Chave",
"Keyboard shortcuts": "Atalhos de Teclado",
@@ -583,8 +605,9 @@
"Name": "Nome",
"Name your knowledge base": "Nome da sua base de conhecimento",
"New Chat": "Novo Chat",
- "New folder": "Nova pasta",
+ "New folder": "",
"New Password": "Nova Senha",
+ "new-channel": "",
"No content found": "Nenhum conteúdo encontrado",
"No content to speak": "Sem conteúdo para falar",
"No distance available": "Sem distância disponível",
@@ -607,6 +630,7 @@
"Not helpful": "Não é útil",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Se você definir uma pontuação mínima, a pesquisa retornará apenas documentos com pontuação igual ou superior à pontuação mínima.",
"Notes": "Notas",
+ "Notification Webhook": "",
"Notifications": "Notificações",
"November": "Novembro",
"num_gpu (Ollama)": "Número de GPUs (Ollama)",
@@ -756,9 +780,7 @@
"Search Tools": "Pesquisar Ferramentas",
"SearchApi API Key": "Chave API SearchApi",
"SearchApi Engine": "Motor SearchApi",
- "Searched {{count}} sites_one": "Pesquisou {{count}} sites_one",
- "Searched {{count}} sites_many": "Pesquisou {{count}} sites_many",
- "Searched {{count}} sites_other": "Pesquisou {{count}} sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Pesquisando \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "Buscando conhecimento para \"{{searchQuery}}\"",
"Searxng Query URL": "URL da Consulta Searxng",
@@ -826,6 +848,7 @@
"Sign up": "Inscrever-se",
"Sign up to {{WEBUI_NAME}}": "Inscreva-se em {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Fazendo login em {{WEBUI_NAME}}",
+ "sk-1234": "",
"Source": "Fonte",
"Speech Playback Speed": "Velocidade de reprodução de fala",
"Speech recognition error: {{error}}": "Erro de reconhecimento de fala: {{error}}",
@@ -930,7 +953,7 @@
"TTS Voice": "Voz TTS",
"Type": "Tipo",
"Type Hugging Face Resolve (Download) URL": "Digite o URL de download do Hugging Face",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Ops! Houve um problema ao conectar-se ao {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "Interface",
"Unarchive All": "Desarquivar tudo",
"Unarchive All Archived Chats": "Desarquivar Todos os Chats Arquivados",
@@ -991,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "URL do Webhook",
"WebUI Settings": "Configurações da WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "A WebUI fará requisições para \"{{url}}/api/chat\".",
"WebUI will make requests to \"{{url}}/chat/completions\"": "A WebUI fará requisições para \"{{url}}/chat/completions\".",
"What are you trying to achieve?": "O que está tentando alcançar?",
diff --git a/src/lib/i18n/locales/pt-PT/translation.json b/src/lib/i18n/locales/pt-PT/translation.json
index ff2ccae36..8e15d0c2d 100644
--- a/src/lib/i18n/locales/pt-PT/translation.json
+++ b/src/lib/i18n/locales/pt-PT/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
"Advanced Parameters": "Parâmetros Avançados",
"Advanced Params": "Params Avançados",
- "All chats": "",
"All Documents": "Todos os Documentos",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "Arquivar todos os chats",
"Archived Chats": "Conversas arquivadas",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Tem a certeza?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "",
"before": "antes",
"Being lazy": "Ser preguiçoso",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Chave da API de Pesquisa Brave",
@@ -119,8 +121,11 @@
"Camera": "Camera",
"Cancel": "Cancelar",
"Capabilities": "Capacidades",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Alterar Senha",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "Coleção",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "URL Base do ComfyUI",
"ComfyUI Base URL is required.": "O URL Base do ComfyUI é obrigatório.",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "",
"Confirm Password": "Confirmar Senha",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "Conexões",
"Contact Admin for WebUI Access": "Contatar Admin para acesso ao WebUI",
"Content": "Conteúdo",
@@ -201,6 +208,7 @@
"Create a model": "Criar um modelo",
"Create Account": "Criar Conta",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "Criar nova chave",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "apagar este link",
"Delete tool?": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Editar",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"Enable Community Sharing": "Active a Partilha da Comunidade",
+ "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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Escreva o ID do mecanismo PSE do Google",
"Enter Image Size (e.g. 512x512)": "Escreva o Tamanho da Imagem (por exemplo, 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Escreva os códigos de idioma",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "Escreva a tag do modelo (por exemplo, {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Escreva a sequência de paragem",
"Enter system prompt": "",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "Escreva o Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Escreva o URL (por exemplo, http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Escreva o URL (por exemplo, http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Escreva o seu E-mail",
"Enter Your Full Name": "Escreva o seu Nome Completo",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "Escreva a sua Senha",
"Enter Your Role": "Escreva a sua Função",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Erro",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "Ficheiro não encontrado.",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
@@ -435,11 +454,11 @@
"General Settings": "Configurações Gerais",
"Generate Image": "Gerar imagem",
"Generating search query": "A gerar a consulta da pesquisa",
- "Generation Info": "Informações de Geração",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "Boa Resposta",
+ "Google Drive": "",
"Google PSE API Key": "Chave da API PSE do Google",
"Google PSE Engine Id": "ID do mecanismo PSE do Google",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Geração de Imagens (Experimental)",
"Image Generation Engine": "Mecanismo de Geração de Imagens",
+ "Image Max Compression Size": "",
"Image Settings": "Configurações da Imagem",
"Images": "Imagens",
"Import Chats": "Importar Conversas",
@@ -495,6 +516,7 @@
"June": "Junho",
"JWT Expiration": "Expiração JWT",
"JWT Token": "Token JWT",
+ "Kagi Search API Key": "",
"Keep Alive": "Manter Vivo",
"Key": "",
"Keyboard shortcuts": "Atalhos de teclado",
@@ -585,6 +607,7 @@
"New Chat": "Nova Conversa",
"New folder": "",
"New Password": "Nova Senha",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Se você definir uma pontuação mínima, a pesquisa só retornará documentos com uma pontuação maior ou igual à pontuação mínima.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "Notificações da Área de Trabalho",
"November": "Novembro",
"num_gpu (Ollama)": "",
@@ -756,9 +780,7 @@
"Search Tools": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "Pesquisado {{count}} sites_one",
- "Searched {{count}} sites_many": "Pesquisado {{count}} sites_many",
- "Searched {{count}} sites_other": "Pesquisado {{count}} sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "URL de consulta Searxng",
@@ -826,6 +848,7 @@
"Sign up": "Inscrever-se",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "Fonte",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "Erro de reconhecimento de fala: {{error}}",
@@ -930,7 +953,7 @@
"TTS Voice": "Voz TTS",
"Type": "Tipo",
"Type Hugging Face Resolve (Download) URL": "Escreva o URL do Hugging Face Resolve (Descarregar)",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Uh-oh! Houve um problema ao conectar a {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -991,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "URL do Webhook",
"WebUI Settings": "Configurações WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/ro-RO/translation.json b/src/lib/i18n/locales/ro-RO/translation.json
index e9d5267f6..728538ec6 100644
--- a/src/lib/i18n/locales/ro-RO/translation.json
+++ b/src/lib/i18n/locales/ro-RO/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Administratorii au acces la toate instrumentele în orice moment; utilizatorii au nevoie de instrumente asignate pe model în spațiul de lucru.",
"Advanced Parameters": "Parametri Avansați",
"Advanced Params": "Parametri Avansați",
- "All chats": "Toate conversațiile",
"All Documents": "Toate Documentele",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "Arhivează Toate Conversațiile",
"Archived Chats": "Conversații Arhivate",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Ești sigur?",
"Arena Models": "Arena Models",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Dimensiune Lot (num_batch)",
"before": "înainte",
"Being lazy": "Fiind leneș",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Cheie API Brave Search",
@@ -119,8 +121,11 @@
"Camera": "Cameră",
"Cancel": "Anulează",
"Capabilities": "Capabilități",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Schimbă Parola",
+ "Channel Name": "",
+ "Channels": "",
"Character": "Caracter",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "Colecție",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "URL De Bază ComfyUI",
"ComfyUI Base URL is required.": "Este necesar URL-ul De Bază ComfyUI.",
"ComfyUI Workflow": "Flux de lucru ComfyUI",
@@ -175,6 +181,7 @@
"Confirm": "Confirmă",
"Confirm Password": "Confirmă Parola",
"Confirm your action": "Confirmă acțiunea ta",
+ "Confirm your new password": "",
"Connections": "Conexiuni",
"Contact Admin for WebUI Access": "Contactează administratorul pentru acces WebUI",
"Content": "Conținut",
@@ -201,6 +208,7 @@
"Create a model": "Creează un model",
"Create Account": "Creează Cont",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "Creează cunoștințe",
"Create new key": "Creează cheie nouă",
@@ -236,6 +244,7 @@
"Delete chat?": "Șterge conversația?",
"Delete folder?": "Ștergeți folderul?",
"Delete function?": "Șterge funcția?",
+ "Delete Message": "",
"Delete prompt?": "Șterge promptul?",
"delete this link": "șterge acest link",
"Delete tool?": "Șterge instrumentul?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Editează",
"Edit Arena Model": "Editați Modelul Arena",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "Editează Memorie",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"Enable Community Sharing": "Activează Partajarea Comunitară",
+ "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 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": "Activează Evaluarea Mesajelor",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Introduceți ID-ul Motorului Google PSE",
"Enter Image Size (e.g. 512x512)": "Introduceți Dimensiunea Imaginii (de ex. 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Introduceți codurile limbilor",
"Enter Model ID": "Introdu codul modelului",
"Enter model tag (e.g. {{modelTag}})": "Introduceți eticheta modelului (de ex. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Introduceți secvența de oprire",
"Enter system prompt": "Introduceți promptul de sistem",
"Enter Tavily API Key": "Introduceți Cheia API Tavily",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Introduceți URL-ul Serverului Tika",
"Enter Top K": "Introduceți Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Introduceți URL-ul (de ex. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Introduceți URL-ul (de ex. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Introduceți Email-ul Dvs.",
"Enter Your Full Name": "Introduceți Numele Dvs. Complet",
"Enter your message": "Introduceți mesajul dvs.",
+ "Enter your new password": "",
"Enter Your Password": "Introduceți Parola Dvs.",
"Enter Your Role": "Introduceți Rolul Dvs.",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Eroare",
"ERROR": "EROARE",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "Evaluări",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "Fișierul nu a fost găsit.",
"File removed successfully.": "Fișierul a fost eliminat cu succes.",
"File size should not exceed {{maxSize}} MB.": "Dimensiunea fișierului nu ar trebui să depășească {{maxSize}} MB.",
+ "File uploaded successfully": "",
"Files": "Fișiere",
"Filter is now globally disabled": "Filtrul este acum dezactivat global",
"Filter is now globally enabled": "Filtrul este acum activat global",
@@ -435,11 +454,11 @@
"General Settings": "Setări Generale",
"Generate Image": "Generează Imagine",
"Generating search query": "Se generează interogarea de căutare",
- "Generation Info": "Informații Generare",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "Global",
"Good Response": "Răspuns Bun",
+ "Google Drive": "",
"Google PSE API Key": "Cheie API Google PSE",
"Google PSE Engine Id": "ID Motor Google PSE",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Recunosc că am citit și înțeleg implicațiile acțiunii mele. Sunt conștient de riscurile asociate cu executarea codului arbitrar și am verificat fiabilitatea sursei.",
"ID": "ID",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Generare Imagine (Experimental)",
"Image Generation Engine": "Motor de Generare a Imaginilor",
+ "Image Max Compression Size": "",
"Image Settings": "Setări Imagine",
"Images": "Imagini",
"Import Chats": "Importă Conversațiile",
@@ -495,6 +516,7 @@
"June": "Iunie",
"JWT Expiration": "Expirarea JWT",
"JWT Token": "Token JWT",
+ "Kagi Search API Key": "",
"Keep Alive": "Menține Activ",
"Key": "",
"Keyboard shortcuts": "Scurtături de la Tastatură",
@@ -583,8 +605,9 @@
"Name": "Nume",
"Name your knowledge base": "",
"New Chat": "Conversație Nouă",
- "New folder": "Folder nou",
+ "New folder": "",
"New Password": "Parolă Nouă",
+ "new-channel": "",
"No content found": "Nu a fost găsit niciun conținut",
"No content to speak": "Nu există conținut de vorbit",
"No distance available": "Nicio distanță disponibilă",
@@ -607,6 +630,7 @@
"Not helpful": "Nu este de ajutor",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Notă: Dacă setați un scor minim, căutarea va returna doar documente cu un scor mai mare sau egal cu scorul minim.",
"Notes": "Note",
+ "Notification Webhook": "",
"Notifications": "Notificări",
"November": "Noiembrie",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -756,9 +780,7 @@
"Search Tools": "Caută Instrumente",
"SearchApi API Key": "Cheie API pentru SearchApi",
"SearchApi Engine": "Motorul SearchApi",
- "Searched {{count}} sites_one": "{{count}} site căutat",
- "Searched {{count}} sites_few": "",
- "Searched {{count}} sites_other": "{{count}} alte site-uri căutate",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Căutare \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "Căutare cunoștințe pentru \"{{searchQuery}}\"",
"Searxng Query URL": "URL Interogare Searxng",
@@ -826,6 +848,7 @@
"Sign up": "Înregistrare",
"Sign up to {{WEBUI_NAME}}": "Înregistrează-te la {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Autentificare în {{WEBUI_NAME}}",
+ "sk-1234": "",
"Source": "Sursă",
"Speech Playback Speed": "Viteza de redare a vorbirii",
"Speech recognition error: {{error}}": "Eroare de recunoaștere vocală: {{error}}",
@@ -930,7 +953,7 @@
"TTS Voice": "Voce TTS",
"Type": "Tip",
"Type Hugging Face Resolve (Download) URL": "Introduceți URL-ul de Rezolvare (Descărcare) Hugging Face",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Uh-oh! A apărut o problemă la conectarea la {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "Interfață Utilizator",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -991,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "URL Webhook",
"WebUI Settings": "Setări WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/ru-RU/translation.json b/src/lib/i18n/locales/ru-RU/translation.json
index 6e12bd251..333a952bf 100644
--- a/src/lib/i18n/locales/ru-RU/translation.json
+++ b/src/lib/i18n/locales/ru-RU/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Администраторы всегда имеют доступ ко всем инструментам; пользователям нужны инструменты, назначенные для каждой модели в рабочем пространстве.",
"Advanced Parameters": "Расширенные Параметры",
"Advanced Params": "Расширенные параметры",
- "All chats": "Все чаты",
"All Documents": "Все документы",
"All models deleted successfully": "Все модели успешно удалены",
"Allow Chat Delete": "Разрешить удаление чата",
@@ -77,6 +76,8 @@
"Archive All Chats": "Архивировать все чаты",
"Archived Chats": "Архив чатов",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "Вы уверены, что хотите разархивировать все заархивированные чаты?",
"Are you sure?": "Вы уверены?",
"Arena Models": "Модели арены",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Размер партии (num_batch)",
"before": "до",
"Being lazy": "Лениво",
+ "Beta": "",
"Bing Search V7 Endpoint": "Конечная точка поиска Bing V7",
"Bing Search V7 Subscription Key": "Ключ API Bing Search V7",
"Brave Search API Key": "Ключ API поиска Brave",
@@ -119,8 +121,11 @@
"Camera": "Камера",
"Cancel": "Отменить",
"Capabilities": "Возможности",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Изменить пароль",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "Ограничение количества символов для ввода при генерации автозаполнения",
"Chart new frontiers": "Наметьте новые границы",
@@ -163,6 +168,7 @@
"Collection": "Коллекция",
"Color": "Цвет",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "Базовый адрес URL ComfyUI",
"ComfyUI Base URL is required.": "Необходим базовый адрес URL ComfyUI.",
"ComfyUI Workflow": "ComfyUI Workflow",
@@ -175,6 +181,7 @@
"Confirm": "Подтвердить",
"Confirm Password": "Подтвердите пароль",
"Confirm your action": "Подтвердите свое действие",
+ "Confirm your new password": "",
"Connections": "Соединение",
"Contact Admin for WebUI Access": "Обратитесь к администратору для получения доступа к WebUI",
"Content": "Содержание",
@@ -201,6 +208,7 @@
"Create a model": "Создание модели",
"Create Account": "Создать аккаунт",
"Create Admin Account": "Создать Аккаунт Администратора",
+ "Create Channel": "",
"Create Group": "Создать Группу",
"Create Knowledge": "Создать Знания",
"Create new key": "Создать новый ключ",
@@ -236,6 +244,7 @@
"Delete chat?": "Удалить чат?",
"Delete folder?": "Удалить папку?",
"Delete function?": "Удалить функцию?",
+ "Delete Message": "",
"Delete prompt?": "Удалить промпт?",
"delete this link": "удалить эту ссылку",
"Delete tool?": "Удалить этот инструмент?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Редактировать",
"Edit Arena Model": "Изменить модель арены",
+ "Edit Channel": "",
"Edit Connection": "Изменить соединение",
"Edit Default Permissions": "Изменить разрешения по умолчанию",
"Edit Memory": "Редактировать воспоминание",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "Включить аутентификацию по API Ключу",
"Enable autocomplete generation for chat messages": "Включить генерацию автозаполнения для сообщений чата",
"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), чтобы предотвратить выгрузку данных модели из ОЗУ. Эта опция блокирует рабочий набор страниц модели в оперативной памяти, гарантируя, что они не будут выгружены на диск. Это может помочь поддерживать производительность, избегая ошибок страниц и обеспечивая быстрый доступ к данным.",
"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), чтобы загрузить данные модели. Эта опция позволяет системе использовать дисковое хранилище в качестве расширения оперативной памяти, обрабатывая дисковые файлы так, как если бы они находились в оперативной памяти. Это может улучшить производительность модели за счет более быстрого доступа к данным. Однако он может работать некорректно со всеми системами и занимать значительный объем дискового пространства.",
"Enable Message Rating": "Разрешить оценку ответов",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Введите Id движка Google PSE",
"Enter Image Size (e.g. 512x512)": "Введите размер изображения (например, 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Введите коды языков",
"Enter Model ID": "Введите ID модели",
"Enter model tag (e.g. {{modelTag}})": "Введите тег модели (например, {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Введите последовательность остановки",
"Enter system prompt": "Введите системный промпт",
"Enter Tavily API Key": "Введите ключ API Tavily",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Введите URL-адрес сервера Tika",
"Enter Top K": "Введите Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Введите URL-адрес (например, http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Введите URL-адрес (например, http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Введите вашу электронную почту",
"Enter Your Full Name": "Введите ваше полное имя",
"Enter your message": "Введите ваше сообщение",
+ "Enter your new password": "",
"Enter Your Password": "Введите ваш пароль",
"Enter Your Role": "Введите вашу роль",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Ошибка",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "Оценки",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "Файл не найден.",
"File removed successfully.": "Файл успешно удален.",
"File size should not exceed {{maxSize}} MB.": "Размер файла не должен превышать {{maxSize}} МБ.",
+ "File uploaded successfully": "",
"Files": "Файлы",
"Filter is now globally disabled": "Фильтр теперь отключен глобально",
"Filter is now globally enabled": "Фильтр теперь включен глобально",
@@ -435,11 +454,11 @@
"General Settings": "Общие настройки",
"Generate Image": "Сгенерировать изображение",
"Generating search query": "Генерация поискового запроса",
- "Generation Info": "Информация о генерации",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "Глобально",
"Good Response": "Хороший ответ",
+ "Google Drive": "",
"Google PSE API Key": "Ключ API Google PSE",
"Google PSE Engine Id": "Id движка Google PSE",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Я подтверждаю, что прочитал и осознаю последствия своих действий. Я осознаю риски, связанные с выполнением произвольного кода, и я проверил достоверность источника.",
"ID": "",
"Ignite curiosity": "Разожгите любопытство",
+ "Image Compression": "",
"Image Generation (Experimental)": "Генерация изображений (Экспериментально)",
"Image Generation Engine": "Механизм генерации изображений",
+ "Image Max Compression Size": "",
"Image Settings": "Настройки изображения",
"Images": "Изображения",
"Import Chats": "Импортировать Чаты",
@@ -495,6 +516,7 @@
"June": "Июнь",
"JWT Expiration": "Истечение срока JWT",
"JWT Token": "Токен JWT",
+ "Kagi Search API Key": "",
"Keep Alive": "Поддерживать активность",
"Key": "",
"Keyboard shortcuts": "Горячие клавиши",
@@ -585,6 +607,7 @@
"New Chat": "Новый чат",
"New folder": "",
"New Password": "Новый пароль",
+ "new-channel": "",
"No content found": "Контент не найден",
"No content to speak": "Нечего говорить",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "Бесполезно",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Обратите внимание: Если вы установите минимальный балл, поиск будет возвращать только документы с баллом больше или равным минимальному баллу.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "Уведомления",
"November": "Ноябрь",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -756,10 +780,7 @@
"Search Tools": "Поиск инструментов",
"SearchApi API Key": "Ключ SearchApi API",
"SearchApi Engine": "Движок SearchApi",
- "Searched {{count}} sites_one": "Просмотрено {count}} sites_one",
- "Searched {{count}} sites_few": "Просмотрено {{count}} sites_few",
- "Searched {{count}} sites_many": "Просмотрено {{count}} sites_many",
- "Searched {{count}} sites_other": "Просмотрено {{count}} sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Поиск \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "Поиск знания для \"{{searchQuery}}\"",
"Searxng Query URL": "URL-адрес запроса Searxng",
@@ -827,6 +848,7 @@
"Sign up": "Зарегистрироваться",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "Источник",
"Speech Playback Speed": "Скорость воспроизведения речи",
"Speech recognition error: {{error}}": "Ошибка распознавания речи: {{error}}",
@@ -931,7 +953,7 @@
"TTS Voice": "Голос TTS",
"Type": "Тип",
"Type Hugging Face Resolve (Download) URL": "Введите URL-адрес Hugging Face Resolve (загрузки)",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Упс! Возникла проблема подключения к {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "Пользовательский интерфейс",
"Unarchive All": "Разархивировать ВСЁ",
"Unarchive All Archived Chats": "Разархивировать ВСЕ Заархивированные Чаты",
@@ -992,6 +1014,7 @@
"Web Search Query Generation": "Генерация запросов веб-поиска",
"Webhook URL": "URL-адрес веб-хука",
"WebUI Settings": "Настройки WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI будет отправлять запросы к \"{{url}}/api/chat\"",
"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI будет отправлять запросы к \"{{url}}/chat/completions\"",
"What are you trying to achieve?": "Чего вы пытаетесь достичь?",
diff --git a/src/lib/i18n/locales/sk-SK/translation.json b/src/lib/i18n/locales/sk-SK/translation.json
new file mode 100644
index 000000000..632a855b4
--- /dev/null
+++ b/src/lib/i18n/locales/sk-SK/translation.json
@@ -0,0 +1,1050 @@
+{
+ "-1 for no limit, or a positive integer for a specific limit": "",
+ "'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' alebo '-1' pre žiadne vypršanie platnosti.",
+ "(e.g. `sh webui.sh --api --api-auth username_password`)": "(napr. `sh webui.sh --api --api-auth username_password`)",
+ "(e.g. `sh webui.sh --api`)": "(napr. `sh webui.sh --api`)",
+ "(latest)": "Najnovšie",
+ "{{ models }}": "{{ models }}",
+ "{{user}}'s Chats": "{{user}}'s konverzácie",
+ "{{webUIName}} Backend Required": "Vyžaduje sa {{webUIName}} Backend",
+ "*Prompt node ID(s) are required for image generation": "*Sú potrebné IDs pre prompt node na generovanie obrázkov",
+ "A new version (v{{LATEST_VERSION}}) is now available.": "Nová verzia (v{{LATEST_VERSION}}) je teraz k dispozícii.",
+ "A task model is used when performing tasks such as generating titles for chats and web search queries": "Model úloh sa používa pri vykonávaní úloh, ako je generovanie názvov pre chaty a vyhľadávacie dotazy na webe.",
+ "a user": "užívateľ",
+ "About": "O programe",
+ "Access": "Prístup",
+ "Access Control": "",
+ "Accessible to all users": "Prístupné pre všetkých užívateľov",
+ "Account": "Účet",
+ "Account Activation Pending": "Čaká sa na aktiváciu účtu",
+ "Accurate information": "Presné informácie",
+ "Actions": "Akcie",
+ "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivujte tento príkaz napísaním \"/{{COMMAND}}\" do chatového vstupu",
+ "Active Users": "Aktívni užívatelia",
+ "Add": "Pridať",
+ "Add a model ID": "Pridať ID modelu",
+ "Add a short description about what this model does": "Pridajte krátky popis toho, čo tento model robí.",
+ "Add a tag": "Pridať štítok",
+ "Add Arena Model": "Pridať Arena model",
+ "Add Connection": "Pridať pripojenie",
+ "Add Content": "Pridať obsah",
+ "Add content here": "Pridať obsah sem",
+ "Add custom prompt": "Pridanie vlastného promptu",
+ "Add Files": "Pridať súbory",
+ "Add Group": "Pridať skupinu",
+ "Add Memory": "Pridať pamäť",
+ "Add Model": "Pridať model",
+ "Add Tag": "Pridať štítok",
+ "Add Tags": "Pridať štítky",
+ "Add text content": "Pridajte textový obsah",
+ "Add User": "Pridať užívateľa",
+ "Add User Group": "Pridať skupinu užívateľov",
+ "Adjusting these settings will apply changes universally to all users.": "Úprava týchto nastavení sa prejaví univerzálne u všetkých užívateľov.",
+ "admin": "admin",
+ "Admin": "Admin",
+ "Admin Panel": "Admin panel",
+ "Admin Settings": "Nastavenia admina",
+ "Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Administrátori majú prístup ku všetkým nástrojom kedykoľvek; užívatelia potrebujú mať nástroje priradené podľa modelu v workspace.",
+ "Advanced Parameters": "Pokročilé parametre",
+ "Advanced Params": "Pokročilé parametre",
+ "All Documents": "Všetky dokumenty",
+ "All models deleted successfully": "Všetky modely úspešne odstránené",
+ "Allow Chat Delete": "Povoliť odstránenie chatu",
+ "Allow Chat Deletion": "Povoliť odstránenie chatu",
+ "Allow Chat Edit": "Povoliť úpravu chatu",
+ "Allow File Upload": "Povoliť nahrávanie súborov",
+ "Allow non-local voices": "Povoliť ne-lokálne hlasy",
+ "Allow Temporary Chat": "Povoliť dočasný chat",
+ "Allow User Location": "Povoliť užívateľskú polohu",
+ "Allow Voice Interruption in Call": "Povoliť prerušenie hlasu počas hovoru",
+ "Already have an account?": "Už máte účet?",
+ "Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "",
+ "Amazing": "",
+ "an assistant": "asistent",
+ "and": "a",
+ "and {{COUNT}} more": "a {{COUNT}} ďalšie/í",
+ "and create a new shared link.": "a vytvoriť nový zdieľaný odkaz.",
+ "API Base URL": "Základná URL adresa API",
+ "API Key": "API kľúč",
+ "API Key created.": "API kľúč bol vytvorený.",
+ "API keys": "API kľúče",
+ "Application DN": "",
+ "Application DN Password": "",
+ "applies to all users with the \"user\" role": "",
+ "April": "Apríl",
+ "Archive": "Archivovať",
+ "Archive All Chats": "Archivovať všetky konverzácie",
+ "Archived Chats": "Archivované konverzácie",
+ "archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
+ "Are you sure you want to unarchive all archived chats?": "",
+ "Are you sure?": "Ste si istý?",
+ "Arena Models": "Arena modely",
+ "Artifacts": "Artefakty",
+ "Ask a question": "Opýtajte sa otázku",
+ "Assistant": "Asistent",
+ "Attach file": "Pripojiť súbor",
+ "Attention to detail": "Pozornosť k detailom",
+ "Attribute for Username": "",
+ "Audio": "Zvuk",
+ "August": "August",
+ "Authenticate": "Autentifikovať",
+ "Auto-Copy Response to Clipboard": "Automatické kopírovanie odpovede do schránky",
+ "Auto-playback response": "Automatická odpoveď pri prehrávaní",
+ "Autocomplete Generation": "",
+ "Autocomplete Generation Input Max Length": "",
+ "Automatic1111": "Automatic1111",
+ "AUTOMATIC1111 Api Auth String": "AUTOMATIC1111 Api Auth String",
+ "AUTOMATIC1111 Base URL": "Základná URL pre AUTOMATIC1111",
+ "AUTOMATIC1111 Base URL is required.": "Vyžaduje sa základná URL pre AUTOMATIC1111.",
+ "Available list": "Dostupný zoznam",
+ "available!": "k dispozícii!",
+ "Awful": "",
+ "Azure AI Speech": "Azure AI syntéza reči",
+ "Azure Region": "Azure oblasť",
+ "Back": "Späť",
+ "Bad Response": "Zlá odozva",
+ "Banners": "Bannery",
+ "Base Model (From)": "Základný model (z)",
+ "Batch Size (num_batch)": "Veľkosť batchu (num_batch)",
+ "before": "pred",
+ "Being lazy": "",
+ "Beta": "",
+ "Bing Search V7 Endpoint": "",
+ "Bing Search V7 Subscription Key": "",
+ "Brave Search API Key": "API kľúč pre Brave Search",
+ "By {{name}}": "",
+ "Bypass SSL verification for Websites": "Obísť overenie SSL pre webové stránky",
+ "Call": "Volanie",
+ "Call feature is not supported when using Web STT engine": "Funkcia volania nie je podporovaná pri použití Web STT engine.",
+ "Camera": "Kamera",
+ "Cancel": "Zrušiť",
+ "Capabilities": "Schopnosti",
+ "Capture": "",
+ "Certificate Path": "",
+ "Change Password": "Zmeniť heslo",
+ "Channel Name": "",
+ "Channels": "",
+ "Character": "Znak",
+ "Character limit for autocomplete generation input": "",
+ "Chart new frontiers": "",
+ "Chat": "Chat",
+ "Chat Background Image": "Obrázok pozadia chatu",
+ "Chat Bubble UI": "Používateľské rozhranie bublín chatu (Chat Bubble UI)",
+ "Chat Controls": "Ovládanie chatu",
+ "Chat direction": "Smer chatu",
+ "Chat Overview": "Prehľad chatu",
+ "Chat Permissions": "",
+ "Chat Tags Auto-Generation": "Automatické generovanie značiek chatu",
+ "Chats": "Chaty",
+ "Check Again": "Skontroluj znovu",
+ "Check for updates": "Skontrolovať aktualizácie",
+ "Checking for updates...": "Kontrola aktualizácií...",
+ "Choose a model before saving...": "Vyberte model pred uložením...",
+ "Chunk Overlap": "",
+ "Chunk Params": "",
+ "Chunk Size": "",
+ "Ciphers": "",
+ "Citation": "Odkaz",
+ "Clear memory": "Vymazať pamäť",
+ "click here": "",
+ "Click here for filter guides.": "",
+ "Click here for help.": "Kliknite tu pre pomoc.",
+ "Click here to": "Kliknite tu na",
+ "Click here to download user import template file.": "Kliknite tu pre stiahnutie šablóny súboru na import užívateľov.",
+ "Click here to learn more about faster-whisper and see the available models.": "Kliknite sem a dozviete sa viac o faster-whisper a pozrite si dostupné modely.",
+ "Click here to select": "Kliknite sem pre výber",
+ "Click here to select a csv file.": "Kliknite sem pre výber súboru typu csv.",
+ "Click here to select a py file.": "Kliknite sem pre výber {{py}} súboru.",
+ "Click here to upload a workflow.json file.": "Kliknite sem pre nahratie súboru workflow.json.",
+ "click here.": "kliknite tu.",
+ "Click on the user role button to change a user's role.": "Kliknite na tlačidlo role užívateľa, aby ste zmenili rolu užívateľa.",
+ "Clipboard write permission denied. Please check your browser settings to grant the necessary access.": "Prístup na zápis do schránky bol zamietnutý. Skontrolujte nastavenia prehliadača a udeľte potrebný prístup.",
+ "Clone": "Klonovať",
+ "Close": "Zavrieť",
+ "Code execution": "Vykonávanie kódu",
+ "Code formatted successfully": "Kód bol úspešne naformátovaný.",
+ "Collection": "",
+ "Color": "Farba",
+ "ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
+ "ComfyUI Base URL": "Základná URL ComfyUI",
+ "ComfyUI Base URL is required.": "Je vyžadovaná základná URL pre ComfyUI.",
+ "ComfyUI Workflow": "Pracovný postup ComfyUI",
+ "ComfyUI Workflow Nodes": "Pracovné uzly ComfyUI",
+ "Command": "Príkaz",
+ "Completions": "Doplnenia",
+ "Concurrent Requests": "Súčasné požiadavky",
+ "Configure": "Konfigurovať",
+ "Configure Models": "Konfigurovať modely",
+ "Confirm": "Potvrdiť",
+ "Confirm Password": "Potvrdenie hesla",
+ "Confirm your action": "Potvrďte svoju akciu",
+ "Confirm your new password": "",
+ "Connections": "Pripojenia",
+ "Contact Admin for WebUI Access": "Kontaktujte administrátora pre prístup k webovému rozhraniu.",
+ "Content": "Obsah",
+ "Content Extraction": "Extrakcia obsahu",
+ "Context Length": "Dĺžka kontextu",
+ "Continue Response": "Pokračovať v odpovedi",
+ "Continue with {{provider}}": "Pokračovať s {{provider}}",
+ "Continue with Email": "",
+ "Continue with 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.": "Kontrola, ako sa text správy rozdeľuje pre požiadavky TTS. 'Punctuation' rozdeľuje text na vety, 'paragraphs' rozdeľuje text na odseky a 'none' ponecháva správu ako jeden celý reťazec.",
+ "Controls": "Ovládacie prvky",
+ "Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
+ "Copied": "Skopírované",
+ "Copied shared chat URL to clipboard!": "URL zdieľanej konverzácie skopírované do schránky!",
+ "Copied to clipboard": "Skopírované do schránky",
+ "Copy": "Kopírovať",
+ "Copy last code block": "Skopírujte posledný blok kódu",
+ "Copy last response": "Skopírujte poslednú odpoveď",
+ "Copy Link": "Kopírovať odkaz",
+ "Copy to clipboard": "Kopírovať do schránky",
+ "Copying to clipboard was successful!": "Kopírovanie do schránky bolo úspešné!",
+ "Create": "Vytvoriť",
+ "Create a knowledge base": "Vytvoriť knowledge base",
+ "Create a model": "Vytvoriť model",
+ "Create Account": "Vytvoriť účet",
+ "Create Admin Account": "Vytvoriť admin účet",
+ "Create Channel": "",
+ "Create Group": "Vytvoriť skupinu",
+ "Create Knowledge": "Vytvoriť knowledge",
+ "Create new key": "Vytvoriť nový kľúč",
+ "Create new secret key": "Vytvoriť nový tajný kľúč",
+ "Created at": "Vytvorené dňa",
+ "Created At": "Vytvorené dňa",
+ "Created by": "Vytvorené užívateľom",
+ "CSV Import": "CSV import",
+ "Current Model": "Aktuálny model",
+ "Current Password": "Aktuálne heslo",
+ "Custom": "Na mieru",
+ "Dark": "Tmavý",
+ "Database": "Databáza",
+ "December": "December",
+ "Default": "Predvolené hodnoty alebo nastavenia.",
+ "Default (Open AI)": "Predvolené (Open AI)",
+ "Default (SentenceTransformers)": "Predvolené (SentenceTransformers)",
+ "Default Model": "Predvolený model",
+ "Default model updated": "Predvolený model aktualizovaný.",
+ "Default Models": "Predvolené modely",
+ "Default permissions": "Predvolené povolenia",
+ "Default permissions updated successfully": "Predvolené povolenia úspešne aktualizované",
+ "Default Prompt Suggestions": "Predvolené návrhy promptov",
+ "Default to 389 or 636 if TLS is enabled": "",
+ "Default to ALL": "",
+ "Default User Role": "Predvolená rola užívateľa",
+ "Delete": "Odstrániť",
+ "Delete a model": "Odstrániť model.",
+ "Delete All Chats": "Odstrániť všetky konverzácie",
+ "Delete All Models": "",
+ "Delete chat": "Odstrániť chat",
+ "Delete Chat": "Odstrániť chat",
+ "Delete chat?": "Odstrániť konverzáciu?",
+ "Delete folder?": "Odstrániť priečinok?",
+ "Delete function?": "Funkcia na odstránenie?",
+ "Delete Message": "",
+ "Delete prompt?": "Odstrániť prompt?",
+ "delete this link": "odstrániť tento odkaz",
+ "Delete tool?": "Odstrániť nástroj?",
+ "Delete User": "Odstrániť užívateľa",
+ "Deleted {{deleteModelTag}}": "Odstránené {{deleteModelTag}}",
+ "Deleted {{name}}": "Odstránené {{name}}",
+ "Deleted User": "",
+ "Describe your knowledge base and objectives": "",
+ "Description": "Popis",
+ "Didn't fully follow instructions": "Nenasledovali ste presne všetky inštrukcie.",
+ "Disabled": "Zakázané",
+ "Discover a function": "Objaviť funkciu",
+ "Discover a model": "Objaviť model",
+ "Discover a prompt": "Objaviť prompt",
+ "Discover a tool": "Objaviť nástroj",
+ "Discover wonders": "",
+ "Discover, download, and explore custom functions": "Objavujte, sťahujte a preskúmajte vlastné funkcie",
+ "Discover, download, and explore custom prompts": "Objavte, stiahnite a preskúmajte vlastné prompty.",
+ "Discover, download, and explore custom tools": "Objavujte, sťahujte a preskúmajte vlastné nástroje",
+ "Discover, download, and explore model presets": "Objavte, stiahnite a preskúmajte prednastavenia modelov",
+ "Dismissible": "Odstrániteľné",
+ "Display": "",
+ "Display Emoji in Call": "Zobrazenie emoji počas hovoru",
+ "Display the username instead of You in the Chat": "Zobraziť užívateľské meno namiesto \"Vás\" v chate",
+ "Displays citations in the response": "",
+ "Dive into knowledge": "",
+ "Do not install functions from sources you do not fully trust.": "Neinštalujte funkcie zo zdrojov, ktorým plne nedôverujete.",
+ "Do not install tools from sources you do not fully trust.": "Neinštalujte nástroje zo zdrojov, ktorým plne nedôverujete.",
+ "Document": "Dokument",
+ "Documentation": "Dokumentácia",
+ "Documents": "Dokumenty",
+ "does not make any external connections, and your data stays securely on your locally hosted server.": "nevytvára žiadne externé pripojenia a vaše dáta zostávajú bezpečne na vašom lokálnom serveri.",
+ "Don't have an account?": "Nemáte účet?",
+ "don't install random functions from sources you don't trust.": "Neinštalujte náhodné funkcie zo zdrojov, ktorým nedôverujete.",
+ "don't install random tools from sources you don't trust.": "Neinštalujte náhodné nástroje zo zdrojov, ktorým nedôverujete.",
+ "Don't like the style": "Nepáči sa mi tento štýl.",
+ "Done": "Hotovo.",
+ "Download": "Stiahnuť",
+ "Download canceled": "Sťahovanie zrušené",
+ "Download Database": "Stiahnuť databázu",
+ "Drag and drop a file to upload or select a file to view": "",
+ "Draw": "Nakresliť",
+ "Drop any files here to add to the conversation": "Sem presuňte akékoľvek súbory, ktoré chcete pridať do konverzácie",
+ "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "napr. '30s','10m'. Platné časové jednotky sú 's', 'm', 'h'.",
+ "e.g. A filter to remove profanity from text": "",
+ "e.g. My Filter": "",
+ "e.g. My Tools": "",
+ "e.g. my_filter": "",
+ "e.g. my_tools": "",
+ "e.g. Tools for performing various operations": "",
+ "Edit": "Upraviť",
+ "Edit Arena Model": "Upraviť Arena Model",
+ "Edit Channel": "",
+ "Edit Connection": "",
+ "Edit Default Permissions": "",
+ "Edit Memory": "Upraviť pamäť",
+ "Edit User": "Upraviť užívateľa",
+ "Edit User Group": "",
+ "ElevenLabs": "ElevenLabs",
+ "Email": "E-mail",
+ "Embark on adventures": "",
+ "Embedding Batch Size": "",
+ "Embedding Model": "Vkladací model (Embedding Model)",
+ "Embedding Model Engine": "",
+ "Embedding model set to \"{{embedding_model}}\"": "Model vkladania nastavený na \"{{embedding_model}}\"",
+ "Enable API Key Auth": "",
+ "Enable autocomplete generation for chat messages": "",
+ "Enable Community Sharing": "Povoliť zdieľanie 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 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": "Povoliť hodnotenie správ",
+ "Enable Mirostat sampling for controlling perplexity. (Default: 0, 0 = Disabled, 1 = Mirostat, 2 = Mirostat 2.0)": "",
+ "Enable New Sign Ups": "Povoliť nové registrácie",
+ "Enable Web Search": "Povoliť webové vyhľadávanie",
+ "Enabled": "Povolené",
+ "Engine": "Engine",
+ "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Uistite sa, že váš CSV súbor obsahuje 4 stĺpce v tomto poradí: Name, Email, Password, Role.",
+ "Enter {{role}} message here": "Zadajte správu {{role}} sem",
+ "Enter a detail about yourself for your LLMs to recall": "Zadajte podrobnosť o sebe, ktorú si vaše LLM majú zapamätať.",
+ "Enter api auth string (e.g. username:password)": "Zadajte autentifikačný reťazec API (napr. užívateľské_meno:heslo)",
+ "Enter Application DN": "",
+ "Enter Application DN Password": "",
+ "Enter Bing Search V7 Endpoint": "",
+ "Enter Bing Search V7 Subscription Key": "",
+ "Enter Brave Search API Key": "Zadajte API kľúč pre Brave Search",
+ "Enter certificate path": "",
+ "Enter CFG Scale (e.g. 7.0)": "Zadajte mierku CFG (napr. 7.0)",
+ "Enter Chunk Overlap": "Zadajte prekryv časti",
+ "Enter Chunk Size": "Zadajte veľkosť časti",
+ "Enter description": "Zadajte popis",
+ "Enter Github Raw URL": "Zadajte URL adresu Github Raw",
+ "Enter Google PSE API Key": "Zadajte kľúč rozhrania API Google PSE",
+ "Enter Google PSE Engine Id": "Zadajte ID vyhľadávacieho mechanizmu Google PSE",
+ "Enter Image Size (e.g. 512x512)": "Zadajte veľkosť obrázka (napr. 512x512)",
+ "Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
+ "Enter language codes": "Zadajte kódy jazykov",
+ "Enter Model ID": "Zadajte ID modelu",
+ "Enter model tag (e.g. {{modelTag}})": "Zadajte označenie modelu (napr. {{modelTag}})",
+ "Enter Mojeek Search API Key": "",
+ "Enter Number of Steps (e.g. 50)": "Zadajte počet krokov (napr. 50)",
+ "Enter proxy URL (e.g. https://user:password@host:port)": "",
+ "Enter Sampler (e.g. Euler a)": "Zadajte vzorkovač (napr. Euler a)",
+ "Enter Scheduler (e.g. Karras)": "Zadajte plánovač (napr. Karras)",
+ "Enter Score": "Zadajte skóre",
+ "Enter SearchApi API Key": "Zadajte API kľúč pre SearchApi",
+ "Enter SearchApi Engine": "Zadajte vyhľadávací engine SearchApi",
+ "Enter Searxng Query URL": "Zadajte URL dopytu Searxng",
+ "Enter Seed": "",
+ "Enter Serper API Key": "Zadajte Serper API kľúč",
+ "Enter Serply API Key": "Zadajte API kľúč pre Serply",
+ "Enter Serpstack API Key": "Zadajte kľúč API pre Serpstack",
+ "Enter server host": "",
+ "Enter server label": "",
+ "Enter server port": "",
+ "Enter stop sequence": "Zadajte ukončovaciu sekvenciu",
+ "Enter system prompt": "Vložte systémový prompt",
+ "Enter Tavily API Key": "Zadajte API kľúč Tavily",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
+ "Enter Tika Server URL": "Zadajte URL servera Tika",
+ "Enter Top K": "Zadajte horné K",
+ "Enter URL (e.g. http://127.0.0.1:7860/)": "Zadajte URL (napr. http://127.0.0.1:7860/)",
+ "Enter URL (e.g. http://localhost:11434)": "Zadajte URL (napr. http://localhost:11434)",
+ "Enter your current password": "",
+ "Enter Your Email": "Zadajte svoj email",
+ "Enter Your Full Name": "Zadajte svoje celé meno",
+ "Enter your message": "Zadajte svoju správu",
+ "Enter your new password": "",
+ "Enter Your Password": "Zadajte svoje heslo",
+ "Enter Your Role": "Zadajte svoju rolu",
+ "Enter Your Username": "",
+ "Enter your webhook URL": "",
+ "Error": "Chyba",
+ "ERROR": "Chyba",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
+ "Evaluations": "Hodnotenia",
+ "Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
+ "Example: ALL": "",
+ "Example: ou=users,dc=foo,dc=example": "",
+ "Example: sAMAccountName or uid or userPrincipalName": "",
+ "Exclude": "Vylúčiť",
+ "Experimental": "Experimentálne",
+ "Explore the cosmos": "",
+ "Export": "Exportovať",
+ "Export All Archived Chats": "",
+ "Export All Chats (All Users)": "Exportovať všetky konverzácie (všetci užívatelia)",
+ "Export chat (.json)": "Exportovať konverzáciu (.json)",
+ "Export Chats": "Exportovať konverzácie",
+ "Export Config to JSON File": "Exportujte konfiguráciu do súboru JSON",
+ "Export Functions": "Exportovať funkcie",
+ "Export Models": "Exportovať modely",
+ "Export Presets": "",
+ "Export Prompts": "Exportovať prompty",
+ "Export to CSV": "",
+ "Export Tools": "Exportné nástroje",
+ "External Models": "Externé modely",
+ "Failed to add file.": "Nepodarilo sa pridať súbor.",
+ "Failed to create API Key.": "Nepodarilo sa vytvoriť API kľúč.",
+ "Failed to read clipboard contents": "Nepodarilo sa prečítať obsah schránky",
+ "Failed to save models configuration": "",
+ "Failed to update settings": "Nepodarilo sa aktualizovať nastavenia",
+ "Failed to upload file.": "Nepodarilo sa nahrať súbor.",
+ "February": "Február",
+ "Feedback History": "História spätnej väzby",
+ "Feedbacks": "",
+ "Feel free to add specific details": "Neváhajte pridať konkrétne detaily.",
+ "File": "Súbor",
+ "File added successfully.": "Súbor bol úspešne pridaný.",
+ "File content updated successfully.": "Obsah súboru bol úspešne aktualizovaný.",
+ "File Mode": "Režim súboru",
+ "File not found.": "Súbor nenájdený.",
+ "File removed successfully.": "Súbor bol úspešne odstránený.",
+ "File size should not exceed {{maxSize}} MB.": "Veľkosť súboru by nemala presiahnuť {{maxSize}} MB.",
+ "File uploaded successfully": "",
+ "Files": "Súbory",
+ "Filter is now globally disabled": "Filter je teraz globálne zakázaný",
+ "Filter is now globally enabled": "Filter je teraz globálne povolený.",
+ "Filters": "Filtre",
+ "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Zistené falšovanie odtlačkov prstov: Nie je možné použiť iniciály ako avatar. Používa sa predvolený profilový obrázok.",
+ "Fluidly stream large external response chunks": "Plynule streamujte veľké externé časti odpovedí",
+ "Focus chat input": "Zamerajte sa na vstup chatu",
+ "Folder deleted successfully": "Priečinok bol úspešne vymazaný",
+ "Folder name cannot be empty": "Názov priečinka nesmie byť prázdny",
+ "Folder name cannot be empty.": "Názov priečinka nesmie byť prázdny.",
+ "Folder name updated successfully": "Názov priečinka bol úspešne aktualizovaný.",
+ "Followed instructions perfectly": "Dodržal pokyny dokonale.",
+ "Forge new paths": "",
+ "Form": "Formulár",
+ "Format your variables using brackets like this:": "Formátujte svoje premenné pomocou zátvoriek takto:",
+ "Frequency Penalty": "Penalizácia frekvencie",
+ "Function": "Funkcia",
+ "Function created successfully": "Funkcia bola úspešne vytvorená.",
+ "Function deleted successfully": "Funkcia bola úspešne odstránená",
+ "Function Description": "",
+ "Function ID": "",
+ "Function is now globally disabled": "Funkcia je teraz globálne zakázaná.",
+ "Function is now globally enabled": "Funkcia je teraz globálne povolená.",
+ "Function Name": "",
+ "Function updated successfully": "Funkcia bola úspešne aktualizovaná.",
+ "Functions": "Funkcie",
+ "Functions allow arbitrary code execution": "Funkcie umožňujú vykonávať ľubovoľný kód.",
+ "Functions allow arbitrary code execution.": "Funkcie umožňujú vykonávanie ľubovoľného kódu.",
+ "Functions imported successfully": "Funkcie boli úspešne importované",
+ "General": "Všeobecné",
+ "General Settings": "Všeobecné nastavenia",
+ "Generate Image": "Vygenerovať obrázok",
+ "Generating search query": "Generovanie vyhľadávacieho dotazu",
+ "Get started": "",
+ "Get started with {{WEBUI_NAME}}": "",
+ "Global": "Globálne",
+ "Good Response": "Dobrá odozva",
+ "Google Drive": "",
+ "Google PSE API Key": "Kľúč API pre Google PSE (Programmatically Search Engine)",
+ "Google PSE Engine Id": "Google PSE Engine Id (Identifikátor vyhľadávacieho modulu Google PSE)",
+ "Group created successfully": "",
+ "Group deleted successfully": "",
+ "Group Description": "",
+ "Group Name": "",
+ "Group updated successfully": "",
+ "Groups": "",
+ "h:mm a": "hh:mm dop./odp.",
+ "Haptic Feedback": "Haptická spätná väzba",
+ "has no conversations.": "nemá žiadne konverzácie.",
+ "Hello, {{name}}": "Ahoj, {{name}}",
+ "Help": "Pomoc",
+ "Help us create the best community leaderboard by sharing your feedback history!": "Pomôžte nám vytvoriť najlepší komunitný rebríček zdieľaním histórie vašej spätnej väzby!",
+ "Hex Color": "",
+ "Hex Color - Leave empty for default color": "",
+ "Hide": "Skryť",
+ "Host": "",
+ "How can I help you today?": "Ako vám môžem dnes pomôcť?",
+ "How would you rate this response?": "",
+ "Hybrid Search": "Hybridné vyhľadávanie",
+ "I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Beriem na vedomie, že som si prečítal a chápem dôsledky svojich činov. Som si vedomý rizík spojených s vykonávaním ľubovoľného kódu a overil som dôveryhodnosť zdroja.",
+ "ID": "ID",
+ "Ignite curiosity": "",
+ "Image Compression": "",
+ "Image Generation (Experimental)": "Generovanie obrázkov (experimentálne)",
+ "Image Generation Engine": "Engine na generovanie obrázkov",
+ "Image Max Compression Size": "",
+ "Image Settings": "Nastavenia obrázka",
+ "Images": "Obrázky",
+ "Import Chats": "Importovať konverzácie",
+ "Import Config from JSON File": "Importovanie konfigurácie z JSON súboru",
+ "Import Functions": "Načítanie funkcií",
+ "Import Models": "Importovanie modelov",
+ "Import Presets": "",
+ "Import Prompts": "Importovať Prompty",
+ "Import Tools": "Importovať nástroje",
+ "Include": "Zahrnúť",
+ "Include `--api-auth` flag when running stable-diffusion-webui": "Zahrňte prepínač `--api-auth` pri spustení stable-diffusion-webui.",
+ "Include `--api` flag when running stable-diffusion-webui": "Pri spustení stable-diffusion-webui zahrňte príznak `--api`.",
+ "Influences how quickly the algorithm responds to feedback from the generated text. A lower learning rate will result in slower adjustments, while a higher learning rate will make the algorithm more responsive. (Default: 0.1)": "",
+ "Info": "Info",
+ "Input commands": "Vstupné príkazy",
+ "Install from Github URL": "Inštalácia z URL adresy Githubu",
+ "Instant Auto-Send After Voice Transcription": "Okamžité automatické odoslanie po prepisu hlasu",
+ "Interface": "Rozhranie",
+ "Invalid file format.": "Neplatný formát súboru.",
+ "Invalid Tag": "Neplatný tag",
+ "January": "Január",
+ "Jina API Key": "",
+ "join our Discord for help.": "pripojte sa k nášmu Discordu pre pomoc.",
+ "JSON": "JSON",
+ "JSON Preview": "Náhľad JSON",
+ "July": "Júl",
+ "June": "Jún",
+ "JWT Expiration": "Vypršanie platnosti JWT (JSON Web Token)",
+ "JWT Token": "JWT Token (JSON Web Token)",
+ "Kagi Search API Key": "",
+ "Keep Alive": "Udržiavať spojenie",
+ "Key": "",
+ "Keyboard shortcuts": "Klávesové skratky",
+ "Knowledge": "Znalosti",
+ "Knowledge Access": "",
+ "Knowledge created successfully.": "Znalosť úspešne vytvorená.",
+ "Knowledge deleted successfully.": "Znalosti boli úspešne odstránené.",
+ "Knowledge reset successfully.": "Úspešné obnovenie znalostí.",
+ "Knowledge updated successfully": "Znalosti úspešne aktualizované",
+ "Label": "",
+ "Landing Page Mode": "Režim vstupnej stránky",
+ "Language": "Jazyk",
+ "Last Active": "Naposledy aktívny",
+ "Last Modified": "Posledná zmena",
+ "LDAP": "",
+ "LDAP server updated": "",
+ "Leaderboard": "Rebríček",
+ "Leave empty for unlimited": "Nechajte prázdne pre neobmedzene",
+ "Leave empty to include all models from \"{{URL}}/api/tags\" endpoint": "",
+ "Leave empty to include all models from \"{{URL}}/models\" endpoint": "",
+ "Leave empty to include all models or select specific models": "Nechajte prázdne pre zahrnutie všetkých modelov alebo vyberte konkrétne modely.",
+ "Leave empty to use the default prompt, or enter a custom prompt": "Nechajte prázdne pre použitie predvoleného podnetu, alebo zadajte vlastný podnet.",
+ "Light": "Svetlo",
+ "Listening...": "Počúvanie...",
+ "LLMs can make mistakes. Verify important information.": "LLM môžu robiť chyby. Overte si dôležité informácie.",
+ "Local": "",
+ "Local Models": "Lokálne modely",
+ "Lost": "Stratený",
+ "LTR": "LTR",
+ "Made by OpenWebUI Community": "Vytvorené komunitou OpenWebUI",
+ "Make sure to enclose them with": "Uistite sa, že sú uzavreté pomocou",
+ "Make sure to export a workflow.json file as API format from ComfyUI.": "Uistite sa, že exportujete súbor workflow.json vo formáte API z ComfyUI.",
+ "Manage": "Spravovať",
+ "Manage Arena Models": "Správa modelov v Arena",
+ "Manage Ollama": "",
+ "Manage Ollama API Connections": "",
+ "Manage OpenAI API Connections": "",
+ "Manage Pipelines": "Správa pipelines",
+ "March": "Marec",
+ "Max Tokens (num_predict)": "Maximálny počet tokenov (num_predict)",
+ "Max Upload Count": "Maximálny počet nahraní",
+ "Max Upload Size": "Maximálna veľkosť nahrávania",
+ "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Maximálne 3 modely môžu byť stiahnuté súčasne. Prosím skúste to znova neskôr.",
+ "May": "Máj",
+ "Memories accessible by LLMs will be shown here.": "Spomienky prístupné LLM budú zobrazené tu.",
+ "Memory": "Pamäť",
+ "Memory added successfully": "Pamäť bola úspešne pridaná.",
+ "Memory cleared successfully": "Pamäť bola úspešne vymazaná.",
+ "Memory deleted successfully": "Pamäť bola úspešne vymazaná",
+ "Memory updated successfully": "Pamäť úspešne aktualizovaná",
+ "Merge Responses": "Zlúčiť odpovede",
+ "Message rating should be enabled to use this feature": "Hodnotenie správ musí byť povolené, aby bolo možné túto funkciu používať.",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Správy, ktoré odošlete po vytvorení odkazu, nebudú zdieľané. Používatelia s URL budú môcť zobraziť zdieľaný chat.",
+ "Min P": "Min P",
+ "Minimum Score": "Minimálne skóre",
+ "Mirostat": "Mirostat",
+ "Mirostat Eta": "Mirostat Eta",
+ "Mirostat Tau": "Mirostat Tau",
+ "MMMM DD, YYYY": "MMMM DD, RRRR",
+ "MMMM DD, YYYY HH:mm": "MMMM DD, RRRR HH:mm",
+ "MMMM DD, YYYY hh:mm:ss A": "MMMM DD, YYYY hh:mm:ss A",
+ "Model": "Model",
+ "Model '{{modelName}}' has been successfully downloaded.": "Model „{{modelName}}“ bol úspešne stiahnutý.",
+ "Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' je už zaradený do fronty na sťahovanie.",
+ "Model {{modelId}} not found": "Model {{modelId}} nebol nájdený",
+ "Model {{modelName}} is not vision capable": "Model {{modelName}} nie je schopný spracovávať vizuálne údaje.",
+ "Model {{name}} is now {{status}}": "Model {{name}} je teraz {{status}}.",
+ "Model accepts image inputs": "Model prijíma vstupy vo forme obrázkov",
+ "Model created successfully!": "Model bol úspešne vytvorený!",
+ "Model filesystem path detected. Model shortname is required for update, cannot continue.": "Zistená cesta v súborovom systéme. Je vyžadovaný krátky názov modelu pre aktualizáciu, nemožno pokračovať.",
+ "Model Filtering": "",
+ "Model ID": "ID modelu",
+ "Model IDs": "",
+ "Model Name": "Názov modelu",
+ "Model not selected": "Model nebol vybraný",
+ "Model Params": "Parametre modelu",
+ "Model Permissions": "",
+ "Model updated successfully": "Model bol úspešne aktualizovaný",
+ "Modelfile Content": "Obsah súboru modelfile",
+ "Models": "Modely",
+ "Models Access": "",
+ "Models configuration saved successfully": "",
+ "Mojeek Search API Key": "",
+ "more": "viac",
+ "More": "Viac",
+ "Name": "Meno",
+ "Name your knowledge base": "",
+ "New Chat": "Nový chat",
+ "New folder": "",
+ "New Password": "Nové heslo",
+ "new-channel": "",
+ "No content found": "Nebol nájdený žiadny obsah.",
+ "No content to speak": "Žiadny obsah na diskusiu.",
+ "No distance available": "Nie je dostupná žiadna vzdialenosť",
+ "No feedbacks found": "Žiadna spätná väzba nenájdená",
+ "No file selected": "Nebola vybratá žiadna súbor",
+ "No files found.": "Neboli nájdené žiadne súbory.",
+ "No groups with access, add a group to grant access": "",
+ "No HTML, CSS, or JavaScript content found.": "Nebola nájdená žiadny obsah HTML, CSS ani JavaScript.",
+ "No knowledge found": "Neboli nájdené žiadne znalosti",
+ "No model IDs": "",
+ "No models found": "Neboli nájdené žiadne modely",
+ "No models selected": "",
+ "No results found": "Neboli nájdené žiadne výsledky",
+ "No search query generated": "Nebola vygenerovaná žiadna vyhľadávacia otázka.",
+ "No source available": "Nie je dostupný žiadny zdroj.",
+ "No users were found.": "",
+ "No valves to update": "Žiadne ventily na aktualizáciu",
+ "None": "Žiadny",
+ "Not factually correct": "Nie je fakticky správne",
+ "Not helpful": "Nepomocné",
+ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Poznámka: Ak nastavíte minimálne skóre, vyhľadávanie vráti iba dokumenty s hodnotením, ktoré je väčšie alebo rovné zadanému minimálnemu skóre.",
+ "Notes": "Poznámky",
+ "Notification Webhook": "",
+ "Notifications": "Oznámenia",
+ "November": "November",
+ "num_gpu (Ollama)": "Počet GPU (Ollama)",
+ "num_thread (Ollama)": "num_thread (Ollama)",
+ "OAuth ID": "OAuth ID",
+ "October": "Október",
+ "Off": "Vypnuté",
+ "Okay, Let's Go!": "Dobre, poďme na to!",
+ "OLED Dark": "OLED Dark",
+ "Ollama": "Ollama",
+ "Ollama API": "Ollama API",
+ "Ollama API disabled": "API rozhranie Ollama je zakázané.",
+ "Ollama API settings updated": "",
+ "Ollama Version": "Verzia Ollama",
+ "On": "Zapnuté",
+ "Only alphanumeric characters and hyphens are allowed": "",
+ "Only alphanumeric characters and hyphens are allowed in the command string.": "Príkazový reťazec môže obsahovať iba alfanumerické znaky a pomlčky.",
+ "Only collections can be edited, create a new knowledge base to edit/add documents.": "Iba kolekcie môžu byť upravované, na úpravu/pridanie dokumentov vytvorte novú znalostnú databázu.",
+ "Only select users and groups with permission can access": "",
+ "Oops! Looks like the URL is invalid. Please double-check and try again.": "Jejda! Vyzerá to, že URL adresa je neplatná. Prosím, skontrolujte ju a skúste to znova.",
+ "Oops! There are files still uploading. Please wait for the upload to complete.": "Jejda! Niektoré súbory sa stále nahrávajú. Prosím, počkajte, kým sa nahrávanie dokončí.",
+ "Oops! There was an error in the previous response.": "Jejda! V predchádzajúcej odpovedi došlo k chybe.",
+ "Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Jejda! Používate nepodporovanú metódu (iba frontend). Prosím, spustite WebUI zo serverovej časti (backendu).",
+ "Open file": "Otvoriť súbor",
+ "Open in full screen": "Otvoriť na celú obrazovku",
+ "Open new chat": "Otvoriť nový chat",
+ "Open WebUI uses faster-whisper internally.": "Open WebUI interne používa faster-whisper.",
+ "Open WebUI uses SpeechT5 and CMU Arctic speaker embeddings.": "",
+ "Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Verzia Open WebUI (v{{OPEN_WEBUI_VERSION}}) je nižšia ako požadovaná verzia (v{{REQUIRED_VERSION}})",
+ "OpenAI": "OpenAI je výskumná organizácia zameraná na umelú inteligenciu, ktorá je známa vývojom pokročilých jazykových modelov, ako je napríklad GPT. Tieto modely sa využívajú v rôznych aplikáciách, vrátane konverzačných agentov a jazykových nástrojov.",
+ "OpenAI API": "OpenAI API je rozhranie aplikačného programovania, ktoré umožňuje vývojárom integrovať pokročilé jazykové modely do svojich aplikácií.",
+ "OpenAI API Config": "Konfigurácia API OpenAI",
+ "OpenAI API Key is required.": "Je vyžadovaný kľúč OpenAI API.",
+ "OpenAI API settings updated": "",
+ "OpenAI URL/Key required.": "Je vyžadovaný odkaz/adresa URL alebo kľúč OpenAI.",
+ "or": "alebo",
+ "Organize your users": "",
+ "Other": "Iné",
+ "OUTPUT": "VÝSTUP",
+ "Output format": "Formát výstupu",
+ "Overview": "Prehľad",
+ "page": "stránka",
+ "Password": "Heslo",
+ "Paste Large Text as File": "",
+ "PDF document (.pdf)": "PDF dokument (.pdf)",
+ "PDF Extract Images (OCR)": "Extrahovanie obrázkov z PDF (OCR)",
+ "pending": "čaká na vybavenie",
+ "Permission denied when accessing media devices": "Odmietnutie povolenia pri prístupe k mediálnym zariadeniam",
+ "Permission denied when accessing microphone": "Prístup k mikrofónu bol zamietnutý",
+ "Permission denied when accessing microphone: {{error}}": "Oprávnenie zamietnuté pri prístupe k mikrofónu: {{error}}",
+ "Permissions": "",
+ "Personalization": "Personalizácia",
+ "Pin": "",
+ "Pinned": "",
+ "Pioneer insights": "",
+ "Pipeline deleted successfully": "Pipeline bola úspešne odstránená",
+ "Pipeline downloaded successfully": "Kanál bol úspešne stiahnutý",
+ "Pipelines": "",
+ "Pipelines Not Detected": "Prenosové kanály neboli detekované",
+ "Pipelines Valves": "",
+ "Plain text (.txt)": "Čistý text (.txt)",
+ "Playground": "",
+ "Please carefully review the following warnings:": "Prosím, pozorne si prečítajte nasledujúce upozornenia:",
+ "Please enter a prompt": "Prosím, zadajte zadanie.",
+ "Please fill in all fields.": "Prosím, vyplňte všetky polia.",
+ "Please select a model first.": "",
+ "Please select a reason": "Prosím vyberte dôvod",
+ "Port": "",
+ "Positive attitude": "Pozitívny prístup",
+ "Prefix ID": "",
+ "Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+ "Previous 30 days": "Predchádzajúcich 30 dní",
+ "Previous 7 days": "Predchádzajúcich 7 dní",
+ "Profile Image": "Profilový obrázok",
+ "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "Prompt (napr. Povedz mi zábavnú skutočnosť o Rímskej ríši)",
+ "Prompt Content": "Obsah promptu",
+ "Prompt created successfully": "",
+ "Prompt suggestions": "Návrhy výziev",
+ "Prompt updated successfully": "",
+ "Prompts": "Prompty",
+ "Prompts Access": "",
+ "Proxy URL": "",
+ "Pull \"{{searchValue}}\" from Ollama.com": "Stiahnite \"{{searchValue}}\" z Ollama.com",
+ "Pull a model from Ollama.com": "Stiahnite model z Ollama.com",
+ "Query Generation Prompt": "",
+ "Query Params": "Parametre dotazu",
+ "RAG Template": "Šablóna RAG",
+ "Rating": "Hodnotenie",
+ "Re-rank models by topic similarity": "Znova zoradiť modely podľa podobnosti tém.",
+ "Read Aloud": "Čítať nahlas",
+ "Record voice": "Nahrať hlas",
+ "Redirecting you to OpenWebUI Community": "Presmerovanie na komunitu OpenWebUI",
+ "Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative. (Default: 40)": "",
+ "Refer to yourself as \"User\" (e.g., \"User is learning Spanish\")": "Odkazujte na seba ako na \"užívateľa\" (napr. \"Užívateľ sa učí španielsky\").",
+ "References from": "Referencie z",
+ "Refused when it shouldn't have": "Odmietnuté, keď nemalo byť.",
+ "Regenerate": "Regenerovať",
+ "Release Notes": "Záznamy o vydaní",
+ "Relevance": "Relevancia",
+ "Remove": "Odstrániť",
+ "Remove Model": "Odstrániť model",
+ "Rename": "Premenovať",
+ "Reorder Models": "",
+ "Repeat Last N": "Opakovať posledných N",
+ "Request Mode": "Režim žiadosti",
+ "Reranking Model": "Model na prehodnotenie poradia",
+ "Reranking model disabled": "Model na prehodnotenie poradia je deaktivovaný",
+ "Reranking model set to \"{{reranking_model}}\"": "Model na prehodnotenie poradia nastavený na \"{{reranking_model}}\"",
+ "Reset": "režim Reset",
+ "Reset All Models": "",
+ "Reset Upload Directory": "Resetovať adresár nahrávania",
+ "Reset Vector Storage/Knowledge": "Resetovanie úložiska vektorov/znalostí",
+ "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Oznámenia o odpovediach nie je možné aktivovať, pretože povolenia webu boli zamietnuté. Navštívte nastavenia svojho prehliadača a povoľte potrebný prístup.",
+ "Response splitting": "Rozdelenie odpovede",
+ "Result": "Výsledok",
+ "Retrieval Query Generation": "",
+ "Rich Text Input for Chat": "Vstup pre chat vo formáte Rich Text",
+ "RK": "RK",
+ "Role": "Funkcia",
+ "Rosé Pine": "Rosé Pine",
+ "Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "RTL",
+ "Run": "Spustiť",
+ "Running": "Spúšťanie",
+ "Save": "Uložiť",
+ "Save & Create": "Uložiť a Vytvoriť",
+ "Save & Update": "Uložiť a aktualizovať",
+ "Save As Copy": "Uložiť ako kópiu",
+ "Save Tag": "Uložiť štítok",
+ "Saved": "Uložené",
+ "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Ukladanie záznamov chatu priamo do úložiska vášho prehliadača už nie je podporované. Venujte prosím chvíľu stiahnutiu a vymazaniu svojich záznamov chatu kliknutím na tlačidlo nižšie. Nemajte obavy, môžete ľahko znovu importovať svoje záznamy chatu na backend prostredníctvom",
+ "Scroll to bottom when switching between branches": "Prejsť na koniec pri prepínaní medzi vetvami.",
+ "Search": "Vyhľadávanie",
+ "Search a model": "Vyhľadať model",
+ "Search Base": "",
+ "Search Chats": "Vyhľadávanie v chate",
+ "Search Collection": "Hľadať kolekciu",
+ "Search Filters": "",
+ "search for tags": "hľadanie značiek",
+ "Search Functions": "Vyhľadávacie funkcie",
+ "Search Knowledge": "Vyhľadávanie znalostí",
+ "Search Models": "Vyhľadávacie modely",
+ "Search options": "",
+ "Search Prompts": "Vyhľadávacie dotazy",
+ "Search Result Count": "Počet výsledkov hľadania",
+ "Search the web": "",
+ "Search Tools": "Nástroje na vyhľadávanie",
+ "SearchApi API Key": "Kľúč API pre SearchApi",
+ "SearchApi Engine": "Vyhľadávací engine API",
+ "Searched {{count}} sites": "",
+ "Searching \"{{searchQuery}}\"": "Hľadanie \"{{searchQuery}}\"",
+ "Searching Knowledge for \"{{searchQuery}}\"": "Vyhľadávanie znalostí pre \"{{searchQuery}}\"",
+ "Searxng Query URL": "Adresa URL dotazu Searxng",
+ "See readme.md for instructions": "Pozrite si {{readme.md}} pre pokyny.",
+ "See what's new": "Pozrite sa, čo je nové",
+ "Seed": "Semienko",
+ "Select a base model": "Vyberte základný model",
+ "Select a engine": "Vyberte engine",
+ "Select a function": "Vyberte funkciu",
+ "Select a group": "",
+ "Select a model": "Vyberte model",
+ "Select a pipeline": "Vyberte pipeline",
+ "Select a pipeline url": "Vyberte URL adresu kanála",
+ "Select a tool": "Vyberte nástroj",
+ "Select Engine": "Vyberte engine",
+ "Select Knowledge": "Vybrať znalosti",
+ "Select model": "Vyberte model",
+ "Select only one model to call": "Vyberte iba jeden model, ktorý chcete použiť",
+ "Selected model(s) do not support image inputs": "Vybraný(é) model(y) nepodporujú vstupy v podobe obrázkov.",
+ "Semantic distance to query": "Sémantická vzdialenosť k dotazu",
+ "Send": "Odoslať",
+ "Send a Message": "Odoslať správu",
+ "Send message": "Odoslať správu",
+ "Sends `stream_options: { include_usage: true }` in the request.\nSupported providers will return token usage information in the response when set.": "Odošle `stream_options: { include_usage: true }` v žiadosti. Podporovaní poskytovatelia vrátia informácie o využití tokenov v odpovedi, keď je táto možnosť nastavená.",
+ "September": "September",
+ "Serper API Key": "Kľúč API pre Serper",
+ "Serply API Key": "Serply API kľúč",
+ "Serpstack API Key": "Kľúč API pre Serpstack",
+ "Server connection verified": "Pripojenie k serveru overené",
+ "Set as default": "Nastaviť ako predvolené",
+ "Set CFG Scale": "Nastavte hodnotu CFG Scale",
+ "Set Default Model": "Nastavenie predvoleného modelu",
+ "Set embedding model": "",
+ "Set embedding model (e.g. {{model}})": "Nastavte model vkladania (napr. {{model}})",
+ "Set Image Size": "Nastavenie veľkosti obrázku",
+ "Set reranking model (e.g. {{model}})": "Nastavte model na prehodnotenie (napr. {{model}})",
+ "Set Sampler": "Nastavenie vzorkovača",
+ "Set Scheduler": "Nastavenie plánovača",
+ "Set Steps": "Nastavenie krokov",
+ "Set Task Model": "Nastaviť model úlohy",
+ "Set the number of GPU devices used for computation. This option controls how many GPU devices (if available) are used to process incoming requests. 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 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.": "",
+ "Set Voice": "Nastaviť hlas",
+ "Set whisper model": "Nastaviť model whisper",
+ "Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
+ "Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
+ "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)": "",
+ "Sets the size of the context window used to generate the next token. (Default: 2048)": "",
+ "Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
+ "Settings": "Nastavenia",
+ "Settings saved successfully!": "Nastavenia boli úspešne uložené!",
+ "Share": "Zdieľať",
+ "Share Chat": "Zdieľať chat",
+ "Share to OpenWebUI Community": "Zdieľať s komunitou OpenWebUI",
+ "Show": "Zobraziť",
+ "Show \"What's New\" modal on login": "",
+ "Show Admin Details in Account Pending Overlay": "Zobraziť podrobnosti administrátora v prekryvnom okne s čakajúcim účtom",
+ "Show shortcuts": "Zobraziť klávesové skratky",
+ "Show your support!": "Vyjadrite svoju podporu!",
+ "Showcased creativity": "Predvedená kreativita",
+ "Sign in": "Prihlásiť sa",
+ "Sign in to {{WEBUI_NAME}}": "Prihlásiť sa do {{WEBUI_NAME}}",
+ "Sign in to {{WEBUI_NAME}} with LDAP": "",
+ "Sign Out": "Odhlásiť sa",
+ "Sign up": "Zaregistrovať sa",
+ "Sign up to {{WEBUI_NAME}}": "Zaregistrujte sa na {{WEBUI_NAME}}",
+ "Signing in to {{WEBUI_NAME}}": "Prihlasovanie do {{WEBUI_NAME}}",
+ "sk-1234": "",
+ "Source": "Zdroj",
+ "Speech Playback Speed": "Rýchlosť prehrávania reči",
+ "Speech recognition error: {{error}}": "Chyba rozpoznávania reči: {{error}}",
+ "Speech-to-Text Engine": "Motor prevodu reči na text",
+ "Stop": "Zastaviť",
+ "Stop Sequence": "Sekvencia zastavenia",
+ "Stream Chat Response": "Odozva chatu Stream",
+ "STT Model": "Model rozpoznávania reči na text (STT)",
+ "STT Settings": "Nastavenia STT (Rozpoznávanie reči)",
+ "Subtitle (e.g. about the Roman Empire)": "Titulky (napr. o Rímskej ríši)",
+ "Success": "Úspech",
+ "Successfully updated.": "Úspešne aktualizované.",
+ "Suggested": "Navrhované",
+ "Support": "Podpora",
+ "Support this plugin:": "Podporte tento plugin:",
+ "Sync directory": "Synchronizovať adresár",
+ "System": "Systém",
+ "System Instructions": "",
+ "System Prompt": "Systémový prompt",
+ "Tags Generation": "",
+ "Tags Generation Prompt": "Prompt na generovanie značiek",
+ "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)": "",
+ "Tap to interrupt": "Klepnite na prerušenie",
+ "Tavily API Key": "Kľúč API pre Tavily",
+ "Tell us more:": "Povedzte nám viac.",
+ "Temperature": "",
+ "Template": "Šablóna",
+ "Temporary Chat": "Dočasný chat",
+ "Text Splitter": "Rozdeľovač textu",
+ "Text-to-Speech Engine": "Stroj na prevod textu na reč",
+ "Tfs Z": "Tfs Z",
+ "Thanks for your feedback!": "Ďakujeme za vašu spätnú väzbu!",
+ "The Application Account DN you bind with for search": "",
+ "The base to search for users": "",
+ "The batch size determines how many text requests are processed together at once. A higher batch size can increase the performance and speed of the model, but it also requires more memory. (Default: 512)": "",
+ "The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Vývojári stojaci za týmto pluginom sú zapálení dobrovoľníci z komunity. Ak považujete tento plugin za užitočný, zvážte príspevok na jeho vývoj.",
+ "The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "Hodnotiaca tabuľka je založená na systéme hodnotenia Elo a aktualizuje sa v reálnom čase.",
+ "The LDAP attribute that maps to the username that users use to sign in.": "",
+ "The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "Hodnotiaca tabuľka je momentálne v beta verzii a môžeme upraviť výpočty hodnotenia, ako budeme zdokonaľovať algoritmus.",
+ "The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "Maximálna veľkosť súboru v MB. Ak veľkosť súboru presiahne tento limit, súbor nebude nahraný.",
+ "The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "Maximálny počet súborov, ktoré je možné použiť naraz v chate. Ak počet súborov presiahne tento limit, súbory nebudú nahrané.",
+ "The score should be a value between 0.0 (0%) and 1.0 (100%).": "Skóre by malo byť hodnotou medzi 0,0 (0%) a 1,0 (100%).",
+ "The temperature of the model. Increasing the temperature will make the model answer more creatively. (Default: 0.8)": "",
+ "Theme": "Téma",
+ "Thinking...": "Premýšľam...",
+ "This action cannot be undone. Do you wish to continue?": "Túto akciu nie je možné vrátiť späť. Prajete si pokračovať?",
+ "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Týmto je zaistené, že vaše cenné konverzácie sú bezpečne uložené vo vašej backendovej databáze. Ďakujeme!",
+ "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Toto je experimentálna funkcia, nemusí fungovať podľa očakávania a môže byť kedykoľvek zmenená.",
+ "This option controls how many tokens are preserved when refreshing the context. For example, if set to 2, the last 2 tokens of the conversation context will be retained. Preserving context can help maintain the continuity of a conversation, but it may reduce the ability to respond to new topics. (Default: 24)": "",
+ "This option sets the maximum number of tokens the model can generate in its response. Increasing this limit allows the model to provide longer answers, but it may also increase the likelihood of unhelpful or irrelevant content being generated. (Default: 128)": "",
+ "This option will delete all existing files in the collection and replace them with newly uploaded files.": "Táto voľba odstráni všetky existujúce súbory v kolekcii a nahradí ich novo nahranými súbormi.",
+ "This response was generated by \"{{model}}\"": "Táto odpoveď bola vygenerovaná pomocou \"{{model}}\"",
+ "This will delete": "Toto odstráni",
+ "This will delete {{NAME}} and all its contents.": "Týmto dôjde k odstráneniu {{NAME}} a všetkých jeho obsahov.",
+ "This will delete all models including custom models": "",
+ "This will delete all models including custom models and cannot be undone.": "",
+ "This will reset the knowledge base and sync all files. Do you wish to continue?": "Toto obnoví znalostnú databázu a synchronizuje všetky súbory. Prajete si pokračovať?",
+ "Thorough explanation": "Obsiahle vysvetlenie",
+ "Tika": "Tika",
+ "Tika Server URL required.": "Je vyžadovaná URL adresa servera Tika.",
+ "Tiktoken": "Tiktoken",
+ "Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "Tip: Aktualizujte postupne viacero premenných slotov stlačením klávesy Tab v chate po každej náhrade.",
+ "Title": "Názov",
+ "Title (e.g. Tell me a fun fact)": "Názov (napr. Povedz mi zaujímavosť)",
+ "Title Auto-Generation": "Automatické generovanie názvu",
+ "Title cannot be an empty string.": "Názov nemôže byť prázdny reťazec.",
+ "Title Generation Prompt": "Generovanie názvu promptu",
+ "TLS": "",
+ "To access the available model names for downloading,": "Pre získanie dostupných názvov modelov na stiahnutie,",
+ "To access the GGUF models available for downloading,": "Pre prístup k modelom GGUF dostupným na stiahnutie,",
+ "To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Pre prístup k WebUI sa prosím obráťte na administrátora. Administrátori môžu spravovať stavy používateľov z Admin Panelu.",
+ "To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Ak chcete tu pripojiť znalostnú databázu, najprv ju pridajte do pracovného priestoru \"Knowledge\".",
+ "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.": "Na ochranu vášho súkromia sú z vašej spätnej väzby zdieľané iba hodnotenia, ID modelov, značky a metadáta – vaše záznamy chatu zostávajú súkromné a nie sú zahrnuté.",
+ "To select actions here, add them to the \"Functions\" workspace first.": "Ak chcete tu vybrať akcie, najprv ich pridajte do pracovného priestoru \"Functions\".",
+ "To select filters here, add them to the \"Functions\" workspace first.": "Ak chcete tu vybrať filtre, najprv ich pridajte do pracovného priestoru „Functions“.",
+ "To select toolkits here, add them to the \"Tools\" workspace first.": "Ak chcete tu vybrať nástroje, pridajte ich najprv do pracovného priestoru \"Tools\".",
+ "Toast notifications for new updates": "Oznámenia vo forme toastov pre nové aktualizácie",
+ "Today": "Dnes",
+ "Toggle settings": "Prepnúť nastavenia",
+ "Toggle sidebar": "Prepnúť bočný panel",
+ "Token": "Token",
+ "Tokens To Keep On Context Refresh (num_keep)": "Tokeny, ktoré si ponechať pri obnovení kontextu (num_keep)",
+ "Too verbose": "Príliš rozvláčne",
+ "Tool created successfully": "Nástroj bol úspešne vytvorený.",
+ "Tool deleted successfully": "Nástroj bol úspešne odstránený.",
+ "Tool Description": "",
+ "Tool ID": "ID nástroja",
+ "Tool imported successfully": "Nástroj bol úspešne importovaný",
+ "Tool Name": "",
+ "Tool updated successfully": "Nástroj bol úspešne aktualizovaný.",
+ "Tools": "Nástroje",
+ "Tools Access": "",
+ "Tools are a function calling system with arbitrary code execution": "Nástroje sú systémom na volanie funkcií s vykonávaním ľubovoľného kódu.",
+ "Tools have a function calling system that allows arbitrary code execution": "Nástroje majú systém volania funkcií, ktorý umožňuje ľubovoľné spúšťanie kódu.",
+ "Tools have a function calling system that allows arbitrary code execution.": "Nástroje majú systém volania funkcií, ktorý umožňuje spúšťanie ľubovoľného kódu.",
+ "Top K": "Top K",
+ "Top P": "Top P",
+ "Transformers": "",
+ "Trouble accessing Ollama?": "Máte problémy s prístupom k Ollama?",
+ "TTS Model": "Model prevodu textu na reč (TTS)",
+ "TTS Settings": "Nastavenia TTS (Text-to-Speech)",
+ "TTS Voice": "TTS hlas",
+ "Type": "Napíšte",
+ "Type Hugging Face Resolve (Download) URL": "Zadajte URL na úspešné stiahnutie z Hugging Face.",
+ "Uh-oh! There was an issue with the response.": "",
+ "UI": "UI",
+ "Unarchive All": "Odzálohovať všetky",
+ "Unarchive All Archived Chats": "",
+ "Unarchive Chat": "",
+ "Unlock mysteries": "",
+ "Unpin": "Odopnúť",
+ "Unravel secrets": "",
+ "Untagged": "Nebola označená",
+ "Update": "Aktualizovať",
+ "Update and Copy Link": "Aktualizovať a skopírovať odkaz",
+ "Update for the latest features and improvements.": "Aktualizácia pre najnovšie funkcie a vylepšenia.",
+ "Update password": "Aktualizovať heslo",
+ "Updated": "Aktualizované",
+ "Updated at": "Aktualizované dňa",
+ "Updated At": "Aktualizované dňa",
+ "Upload": "Nahrať",
+ "Upload a GGUF model": "Nahrať model vo formáte GGUF",
+ "Upload directory": "Nahrať adresár",
+ "Upload files": "Nahrať súbory",
+ "Upload Files": "Nahrať súbory",
+ "Upload Pipeline": "Nahrať pipeline",
+ "Upload Progress": "Priebeh nahrávania",
+ "URL": "",
+ "URL Mode": "Režim URL",
+ "Use '#' in the prompt input to load and include your knowledge.": "Použite '#' vo vstupe promptu na načítanie a zahrnutie vašich vedomostí.",
+ "Use Gravatar": "Použiť Gravatar",
+ "Use groups to group your users and assign permissions.": "",
+ "Use Initials": "Použiť iniciály",
+ "use_mlock (Ollama)": "use_mlock (Ollama)",
+ "use_mmap (Ollama)": "use_mmap (Ollama)",
+ "user": "používateľ",
+ "User": "Používateľ",
+ "User location successfully retrieved.": "Umiestnenie používateľa bolo úspešne získané.",
+ "Username": "Používateľské meno",
+ "Users": "Používatelia",
+ "Using the default arena model with all models. Click the plus button to add custom models.": "Používanie predvoleného modelu arény so všetkými modelmi. Kliknutím na tlačidlo plus pridajte vlastné modely.",
+ "Utilize": "Využiť",
+ "Valid time units:": "Platné časové jednotky:",
+ "Valves": "Ventily",
+ "Valves updated": "Ventily aktualizované",
+ "Valves updated successfully": "Ventily boli úspešne aktualizované.",
+ "variable": "premenná",
+ "variable to have them replaced with clipboard content.": "premennú, aby bol ich obsah nahradený obsahom schránky.",
+ "Version": "Verzia",
+ "Version {{selectedVersion}} of {{totalVersions}}": "Verzia {{selectedVersion}} z {{totalVersions}}",
+ "Visibility": "Viditeľnosť",
+ "Voice": "Hlas",
+ "Voice Input": "Hlasový vstup",
+ "Warning": "Varovanie",
+ "Warning:": "Upozornenie:",
+ "Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
+ "Warning: If you update or change your embedding model, you will need to re-import all documents.": "Varovanie: Ak aktualizujete alebo zmeníte svoj model vkladania, budete musieť všetky dokumenty znovu importovať.",
+ "Web": "Web",
+ "Web API": "Webové API",
+ "Web Loader Settings": "Nastavenia Web Loaderu",
+ "Web Search": "Vyhľadávanie na webe",
+ "Web Search Engine": "Webový vyhľadávač",
+ "Web Search Query Generation": "",
+ "Webhook URL": "Webhook URL",
+ "WebUI Settings": "Nastavenia WebUI",
+ "WebUI URL": "",
+ "WebUI will make requests to \"{{url}}/api/chat\"": "",
+ "WebUI will make requests to \"{{url}}/chat/completions\"": "",
+ "What are you trying to achieve?": "",
+ "What are you working on?": "",
+ "What’s New in": "Čo je nové v",
+ "When enabled, the model will respond to each chat message in real-time, generating a response as soon as the user sends a message. This mode is useful for live chat applications, but may impact performance on slower hardware.": "",
+ "wherever you are": "kdekoľvek ste",
+ "Whisper (Local)": "Whisper (Lokálne)",
+ "Why?": "Prečo?",
+ "Widescreen Mode": "Režim širokouhlého zobrazenia",
+ "Won": "Vyhral",
+ "Works together with top-k. A higher value (e.g., 0.95) will lead to more diverse text, while a lower value (e.g., 0.5) will generate more focused and conservative text. (Default: 0.9)": "",
+ "Workspace": "",
+ "Workspace Permissions": "",
+ "Write a prompt suggestion (e.g. Who are you?)": "Navrhnite otázku (napr. Kto ste?)",
+ "Write a summary in 50 words that summarizes [topic or keyword].": "Napíšte zhrnutie na 50 slov, ktoré zhrňuje [tému alebo kľúčové slovo].",
+ "Write something...": "Napíšte niečo...",
+ "Write your model template content here": "",
+ "Yesterday": "Včera",
+ "You": "Vy",
+ "You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Môžete komunikovať len s maximálne {{maxCount}} súbor(ami) naraz.",
+ "You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Môžete personalizovať svoje interakcie s LLM pridaním spomienok prostredníctvom tlačidla 'Spravovať' nižšie, čo ich urobí pre vás užitočnejšími a lepšie prispôsobenými.",
+ "You cannot upload an empty file.": "Nemôžete nahrať prázdny súbor.",
+ "You do not have permission to upload files.": "",
+ "You have no archived conversations.": "Nemáte žiadne archivované konverzácie.",
+ "You have shared this chat": "Zdieľali ste tento chat.",
+ "You're a helpful assistant.": "Ste užitočný asistent.",
+ "You're now logged in.": "Teraz ste prihlásený(-á).",
+ "Your account status is currently pending activation.": "Stav vášho účtu je aktuálne čakajúci na aktiváciu.",
+ "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.": "Celý váš príspevok pôjde priamo vývojárovi pluginu; Open WebUI si neberie žiadne percento. Zvolená platforma na financovanie však môže mať vlastné poplatky.",
+ "Youtube": "YouTube",
+ "Youtube Loader Settings": "Nastavenia YouTube loaderu"
+}
diff --git a/src/lib/i18n/locales/sr-RS/translation.json b/src/lib/i18n/locales/sr-RS/translation.json
index f5cd6e73a..59ef1d413 100644
--- a/src/lib/i18n/locales/sr-RS/translation.json
+++ b/src/lib/i18n/locales/sr-RS/translation.json
@@ -1,7 +1,7 @@
{
- "-1 for no limit, or a positive integer for a specific limit": "",
+ "-1 for no limit, or a positive integer for a specific limit": "-1 за бесконачно или позитивни број за одређено ограничење",
"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "„s“, „m“, „h“, „d“, „w“ или „-1“ за без истека.",
- "(e.g. `sh webui.sh --api --api-auth username_password`)": "",
+ "(e.g. `sh webui.sh --api --api-auth username_password`)": "(нпр. `sh webui.sh --api --api-auth username_password`)",
"(e.g. `sh webui.sh --api`)": "(нпр. `sh webui.sh --api`)",
"(latest)": "(најновије)",
"{{ models }}": "{{ модели }}",
@@ -12,58 +12,57 @@
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Модел задатка се користи приликом извршавања задатака као што су генерисање наслова за ћаскања и упите за Веб претрагу",
"a user": "корисник",
"About": "О нама",
- "Access": "",
- "Access Control": "",
- "Accessible to all users": "",
+ "Access": "Приступ",
+ "Access Control": "Контрола приступа",
+ "Accessible to all users": "Доступно свим корисницима",
"Account": "Налог",
- "Account Activation Pending": "",
+ "Account Activation Pending": "Налози за активирање",
"Accurate information": "Прецизне информације",
- "Actions": "",
- "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
- "Active Users": "",
+ "Actions": "Радње",
+ "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Покрените ову наредбу куцањем \"/{{COMMAND}}\" у ћаскање.",
+ "Active Users": "Активни корисници",
"Add": "Додај",
- "Add a model ID": "",
+ "Add a model ID": "Додај ИБ модела",
"Add a short description about what this model does": "Додавање кратког описа о томе шта овај модел ради",
"Add a tag": "Додај ознаку",
- "Add Arena Model": "",
- "Add Connection": "",
- "Add Content": "",
- "Add content here": "",
+ "Add Arena Model": "Додај модел Арене",
+ "Add Connection": "Додај везу",
+ "Add Content": "Додај садржај",
+ "Add content here": "Додај садржај овде",
"Add custom prompt": "Додај прилагођен упит",
"Add Files": "Додај датотеке",
- "Add Group": "",
+ "Add Group": "Додај групу",
"Add Memory": "Додај меморију",
"Add Model": "Додај модел",
- "Add Tag": "",
+ "Add Tag": "Додај ознаку",
"Add Tags": "Додај ознаке",
- "Add text content": "",
+ "Add text content": "Додај садржај текста",
"Add User": "Додај корисника",
- "Add User Group": "",
+ "Add User Group": "Додај корисничку групу",
"Adjusting these settings will apply changes universally to all users.": "Прилагођавање ових подешавања ће применити промене на све кориснике.",
"admin": "админ",
- "Admin": "",
+ "Admin": "Админ",
"Admin Panel": "Админ табла",
"Admin Settings": "Админ подешавања",
- "Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
+ "Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Админи имају приступ свим алатима у сваком тренутку, корисницима је потребно доделити алате по моделу у радном простору",
"Advanced Parameters": "Напредни параметри",
"Advanced Params": "Напредни парамови",
- "All chats": "",
"All Documents": "Сви документи",
- "All models deleted successfully": "",
- "Allow Chat Delete": "",
+ "All models deleted successfully": "Сви модели су успешно обрисани",
+ "Allow Chat Delete": "Дозволи брисање ћаскања",
"Allow Chat Deletion": "Дозволи брисање ћаскања",
- "Allow Chat Edit": "",
- "Allow File Upload": "",
- "Allow non-local voices": "",
- "Allow Temporary Chat": "",
- "Allow User Location": "",
- "Allow Voice Interruption in Call": "",
+ "Allow Chat Edit": "Дозволи измену ћаскања",
+ "Allow File Upload": "Дозволи отпремање датотека",
+ "Allow non-local voices": "Дозволи нелокалне гласове",
+ "Allow Temporary Chat": "Дозволи привремена ћаскања",
+ "Allow User Location": "Дозволи корисничку локацију",
+ "Allow Voice Interruption in Call": "Дозволи прекид гласа у позиву",
"Already have an account?": "Већ имате налог?",
"Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "",
- "Amazing": "",
+ "Amazing": "Невероватно",
"an assistant": "помоћник",
"and": "и",
- "and {{COUNT}} more": "",
+ "and {{COUNT}} more": "и још {{COUNT}}",
"and create a new shared link.": "и направи нову дељену везу.",
"API Base URL": "Основна адреса API-ја",
"API Key": "API кључ",
@@ -73,35 +72,37 @@
"Application DN Password": "",
"applies to all users with the \"user\" role": "",
"April": "Април",
- "Archive": "Архива",
- "Archive All Chats": "Архивирај све ћаскања",
- "Archived Chats": "Архивирана ћаскања",
+ "Archive": "Архивирај",
+ "Archive All Chats": "Архивирај сва ћаскања",
+ "Archived Chats": "Архиве",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Да ли сте сигурни?",
- "Arena Models": "",
- "Artifacts": "",
- "Ask a question": "",
- "Assistant": "",
+ "Arena Models": "Модели са Арене",
+ "Artifacts": "Артефакти",
+ "Ask a question": "Постави питање",
+ "Assistant": "Помоћник",
"Attach file": "Приложи датотеку",
"Attention to detail": "Пажња на детаље",
- "Attribute for Username": "",
+ "Attribute for Username": "Особина корисника",
"Audio": "Звук",
"August": "Август",
- "Authenticate": "",
+ "Authenticate": "Идентификација",
"Auto-Copy Response to Clipboard": "Самостално копирање одговора у оставу",
"Auto-playback response": "Самостално пуштање одговора",
- "Autocomplete Generation": "",
- "Autocomplete Generation Input Max Length": "",
- "Automatic1111": "",
- "AUTOMATIC1111 Api Auth String": "",
+ "Autocomplete Generation": "Стварање самодовршавања",
+ "Autocomplete Generation Input Max Length": "Најдужи улаз стварања самодовршавања",
+ "Automatic1111": "Automatic1111",
+ "AUTOMATIC1111 Api Auth String": "Automatic1111 Api ниска идентификације",
"AUTOMATIC1111 Base URL": "Основна адреса за AUTOMATIC1111",
"AUTOMATIC1111 Base URL is required.": "Потребна је основна адреса за AUTOMATIC1111.",
- "Available list": "",
+ "Available list": "Списак доступног",
"available!": "доступно!",
- "Awful": "",
- "Azure AI Speech": "",
- "Azure Region": "",
+ "Awful": "Грозно",
+ "Azure AI Speech": "Azure AI говор",
+ "Azure Region": "Azure област",
"Back": "Назад",
"Bad Response": "Лош одговор",
"Banners": "Барјаке",
@@ -109,19 +110,23 @@
"Batch Size (num_batch)": "",
"before": "пре",
"Being lazy": "Бити лењ",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Апи кључ за храбру претрагу",
"By {{name}}": "",
"Bypass SSL verification for Websites": "Заобиђи SSL потврђивање за веб странице",
- "Call": "",
+ "Call": "Позив",
"Call feature is not supported when using Web STT engine": "",
- "Camera": "",
+ "Camera": "Камера",
"Cancel": "Откажи",
"Capabilities": "Могућности",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Промени лозинку",
- "Character": "",
+ "Channel Name": "",
+ "Channels": "",
+ "Character": "Знак",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
"Chat": "Ћаскање",
@@ -129,8 +134,8 @@
"Chat Bubble UI": "Интерфејс балона ћаскања",
"Chat Controls": "",
"Chat direction": "Смер ћаскања",
- "Chat Overview": "",
- "Chat Permissions": "",
+ "Chat Overview": "Преглед ћаскања",
+ "Chat Permissions": "Дозволе ћаскања",
"Chat Tags Auto-Generation": "",
"Chats": "Ћаскања",
"Check Again": "Провери поново",
@@ -156,13 +161,14 @@
"click here.": "кликните овде.",
"Click on the user role button to change a user's role.": "Кликните на дугме за улогу корисника да промените улогу корисника.",
"Clipboard write permission denied. Please check your browser settings to grant the necessary access.": "",
- "Clone": "Клон",
+ "Clone": "Клонирај",
"Close": "Затвори",
"Code execution": "",
"Code formatted successfully": "",
"Collection": "Колекција",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "Основна адреса за ComfyUI",
"ComfyUI Base URL is required.": "Потребна је основна адреса за ComfyUI.",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "",
"Confirm Password": "Потврди лозинку",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "Везе",
"Contact Admin for WebUI Access": "",
"Content": "Садржај",
@@ -185,29 +192,30 @@
"Continue with Email": "",
"Continue with 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.": "",
- "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)": "",
- "Copied": "",
+ "Copied": "Копирано",
"Copied shared chat URL to clipboard!": "Адреса дељеног ћаскања ископирана у оставу!",
- "Copied to clipboard": "",
+ "Copied to clipboard": "Копирано у оставу",
"Copy": "Копирај",
"Copy last code block": "Копирај последњи блок кода",
"Copy last response": "Копирај последњи одговор",
"Copy Link": "Копирај везу",
"Copy to clipboard": "",
"Copying to clipboard was successful!": "Успешно копирање у оставу!",
- "Create": "",
- "Create a knowledge base": "",
+ "Create": "Направи",
+ "Create a knowledge base": "Направи базу знања",
"Create a model": "Креирање модела",
"Create Account": "Направи налог",
- "Create Admin Account": "",
- "Create Group": "",
- "Create Knowledge": "",
+ "Create Admin Account": "Направи админ налог",
+ "Create Channel": "",
+ "Create Group": "Направи групу",
+ "Create Knowledge": "Направи знање",
"Create new key": "Направи нови кључ",
"Create new secret key": "Направи нови тајни кључ",
"Created at": "Направљено у",
"Created At": "Направљено у",
- "Created by": "",
+ "Created by": "Направио/ла",
"CSV Import": "",
"Current Model": "Тренутни модел",
"Current Password": "Тренутна лозинка",
@@ -220,8 +228,8 @@
"Default (SentenceTransformers)": "Подразумевано (SentenceTransformers)",
"Default Model": "Подразумевани модел",
"Default model updated": "Подразумевани модел ажуриран",
- "Default Models": "",
- "Default permissions": "",
+ "Default Models": "Подразумевани модели",
+ "Default permissions": "Подразумевана овлашћења",
"Default permissions updated successfully": "",
"Default Prompt Suggestions": "Подразумевани предлози упита",
"Default to 389 or 636 if TLS is enabled": "",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "обриши ову везу",
"Delete tool?": "",
@@ -247,14 +256,14 @@
"Description": "Опис",
"Didn't fully follow instructions": "Упутства нису праћена у потпуности",
"Disabled": "",
- "Discover a function": "",
+ "Discover a function": "Откријте функцију",
"Discover a model": "Откријте модел",
"Discover a prompt": "Откриј упит",
- "Discover a tool": "",
+ "Discover a tool": "Откријте алат",
"Discover wonders": "",
- "Discover, download, and explore custom functions": "",
+ "Discover, download, and explore custom functions": "Откријте, преузмите и истражите прилагођене функције",
"Discover, download, and explore custom prompts": "Откријте, преузмите и истражите прилагођене упите",
- "Discover, download, and explore custom tools": "",
+ "Discover, download, and explore custom tools": "Откријте, преузмите и истражите прилагођене алате",
"Discover, download, and explore model presets": "Откријте, преузмите и истражите образце модела",
"Dismissible": "",
"Display": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Уреди",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Унесите Гоогле ПСЕ ИД машине",
"Enter Image Size (e.g. 512x512)": "Унесите величину слике (нпр. 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Унесите кодове језика",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "Унесите ознаку модела (нпр. {{modelTag}})",
@@ -350,21 +362,27 @@
"Enter server label": "",
"Enter server port": "",
"Enter stop sequence": "Унесите секвенцу заустављања",
- "Enter system prompt": "",
+ "Enter system prompt": "Унеси системски упит",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "Унесите Топ К",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Унесите адресу (нпр. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Унесите адресу (нпр. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Унесите вашу е-пошту",
"Enter Your Full Name": "Унесите ваше име и презиме",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "Унесите вашу лозинку",
"Enter Your Role": "Унесите вашу улогу",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Грешка",
- "ERROR": "",
- "Evaluations": "",
+ "ERROR": "ГРЕШКА",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
+ "Evaluations": "Процењивања",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
"Example: ou=users,dc=foo,dc=example": "",
@@ -378,7 +396,7 @@
"Export chat (.json)": "",
"Export Chats": "Извези ћаскања",
"Export Config to JSON File": "",
- "Export Functions": "",
+ "Export Functions": "Извези функције",
"Export Models": "Извези моделе",
"Export Presets": "",
"Export Prompts": "Извези упите",
@@ -392,17 +410,18 @@
"Failed to update settings": "",
"Failed to upload file.": "",
"February": "Фебруар",
- "Feedback History": "",
- "Feedbacks": "",
+ "Feedback History": "Историјат повратних података",
+ "Feedbacks": "Повратни подаци",
"Feel free to add specific details": "Слободно додајте специфичне детаље",
- "File": "",
+ "File": "Датотека",
"File added successfully.": "",
"File content updated successfully.": "",
"File Mode": "Режим датотеке",
"File not found.": "Датотека није пронађена.",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
- "Files": "",
+ "File uploaded successfully": "",
+ "Files": "Датотеке",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
"Filters": "",
@@ -427,7 +446,7 @@
"Function is now globally enabled": "",
"Function Name": "",
"Function updated successfully": "",
- "Functions": "",
+ "Functions": "Функције",
"Functions allow arbitrary code execution": "",
"Functions allow arbitrary code execution.": "",
"Functions imported successfully": "",
@@ -435,19 +454,19 @@
"General Settings": "Општа подешавања",
"Generate Image": "",
"Generating search query": "Генерисање упита претраге",
- "Generation Info": "Информације о стварању",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "Добар одговор",
+ "Google Drive": "",
"Google PSE API Key": "Гоогле ПСЕ АПИ кључ",
"Google PSE Engine Id": "Гоогле ПСЕ ИД мотора",
- "Group created successfully": "",
- "Group deleted successfully": "",
- "Group Description": "",
- "Group Name": "",
- "Group updated successfully": "",
- "Groups": "",
+ "Group created successfully": "Група направљена успешно",
+ "Group deleted successfully": "Група обрисана успешно",
+ "Group Description": "Опис групе",
+ "Group Name": "Назив групе",
+ "Group updated successfully": "Група измењена успешно",
+ "Groups": "Групе",
"h:mm a": "h:mm a",
"Haptic Feedback": "",
"has no conversations.": "нема разговора.",
@@ -464,13 +483,15 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Стварање слика (експериментално)",
"Image Generation Engine": "Мотор за стварање слика",
+ "Image Max Compression Size": "",
"Image Settings": "Подешавања слике",
"Images": "Слике",
"Import Chats": "Увези ћаскања",
"Import Config from JSON File": "",
- "Import Functions": "",
+ "Import Functions": "Увези функције",
"Import Models": "Увези моделе",
"Import Presets": "",
"Import Prompts": "Увези упите",
@@ -495,6 +516,7 @@
"June": "Јун",
"JWT Expiration": "Истек JWT-а",
"JWT Token": "JWT жетон",
+ "Kagi Search API Key": "",
"Keep Alive": "Одржи трајање",
"Key": "",
"Keyboard shortcuts": "Пречице на тастатури",
@@ -511,7 +533,7 @@
"Last Modified": "",
"LDAP": "",
"LDAP server updated": "",
- "Leaderboard": "",
+ "Leaderboard": "Ранг листа",
"Leave empty for unlimited": "",
"Leave empty to include all models from \"{{URL}}/api/tags\" endpoint": "",
"Leave empty to include all models from \"{{URL}}/models\" endpoint": "",
@@ -522,7 +544,7 @@
"LLMs can make mistakes. Verify important information.": "ВЈМ-ови (LLM-ови) могу правити грешке. Проверите важне податке.",
"Local": "",
"Local Models": "",
- "Lost": "",
+ "Lost": "Пораза",
"LTR": "ЛНД",
"Made by OpenWebUI Community": "Израдила OpenWebUI заједница",
"Make sure to enclose them with": "Уверите се да их затворите са",
@@ -556,7 +578,7 @@
"MMMM DD, YYYY": "ММММ ДД, ГГГГ",
"MMMM DD, YYYY HH:mm": "ММММ ДД, ГГГГ ЧЧ:мм",
"MMMM DD, YYYY hh:mm:ss A": "",
- "Model": "",
+ "Model": "Модел",
"Model '{{modelName}}' has been successfully downloaded.": "Модел „{{modelName}}“ је успешно преузет.",
"Model '{{modelTag}}' is already in queue for downloading.": "Модел „{{modelTag}}“ је већ у реду за преузимање.",
"Model {{modelId}} not found": "Модел {{modelId}} није пронађен",
@@ -585,6 +607,7 @@
"New Chat": "Ново ћаскање",
"New folder": "",
"New Password": "Нова лозинка",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Напомена: ако подесите најмањи резултат, претрага ће вратити само документе са резултатом већим или једнаким најмањем резултату.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "Обавештења",
"November": "Новембар",
"num_gpu (Ollama)": "",
@@ -643,11 +667,11 @@
"OpenAI API settings updated": "",
"OpenAI URL/Key required.": "Потребан је OpenAI URL/кључ.",
"or": "или",
- "Organize your users": "",
+ "Organize your users": "Организујте ваше кориснике",
"Other": "Остало",
"OUTPUT": "",
- "Output format": "",
- "Overview": "",
+ "Output format": "Формат излаза",
+ "Overview": "Преглед",
"page": "",
"Password": "Лозинка",
"Paste Large Text as File": "",
@@ -659,8 +683,8 @@
"Permission denied when accessing microphone: {{error}}": "Приступ микрофону је одбијен: {{error}}",
"Permissions": "",
"Personalization": "Прилагођавање",
- "Pin": "",
- "Pinned": "",
+ "Pin": "Закачи",
+ "Pinned": "Закачено",
"Pioneer insights": "",
"Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "",
@@ -694,7 +718,7 @@
"Query Generation Prompt": "",
"Query Params": "Параметри упита",
"RAG Template": "RAG шаблон",
- "Rating": "",
+ "Rating": "Оцена",
"Re-rank models by topic similarity": "",
"Read Aloud": "Прочитај наглас",
"Record voice": "Сними глас",
@@ -746,7 +770,7 @@
"Search Collection": "",
"Search Filters": "",
"search for tags": "",
- "Search Functions": "",
+ "Search Functions": "Претражи функције",
"Search Knowledge": "",
"Search Models": "Модели претраге",
"Search options": "",
@@ -756,9 +780,7 @@
"Search Tools": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "Претражио {{цоунт}} ситес_оне",
- "Searched {{count}} sites_few": "Претражио {{цоунт}} ситес_феw",
- "Searched {{count}} sites_other": "Претражио {{цоунт}} ситес_отхер",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "УРЛ адреса Сеарxнг упита",
@@ -766,15 +788,15 @@
"See what's new": "Погледај шта је ново",
"Seed": "Семе",
"Select a base model": "Избор основног модела",
- "Select a engine": "",
- "Select a function": "",
- "Select a group": "",
+ "Select a engine": "Изабери мотор",
+ "Select a function": "Изабери функцију",
+ "Select a group": "Изабери групу",
"Select a model": "Изабери модел",
"Select a pipeline": "Избор цевовода",
"Select a pipeline url": "Избор урл адресе цевовода",
- "Select a tool": "",
- "Select Engine": "",
- "Select Knowledge": "",
+ "Select a tool": "Изабери алат",
+ "Select Engine": "Изабери мотор",
+ "Select Knowledge": "Изабери знање",
"Select model": "Изабери модел",
"Select only one model to call": "",
"Selected model(s) do not support image inputs": "Изабрани модели не подржавају уносе слика",
@@ -826,6 +848,7 @@
"Sign up": "Региструј се",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "Извор",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "Грешка у препознавању говора: {{error}}",
@@ -853,7 +876,7 @@
"Tell us more:": "Реците нам више:",
"Temperature": "Температура",
"Template": "Шаблон",
- "Temporary Chat": "",
+ "Temporary Chat": "Привремено ћаскање",
"Text Splitter": "",
"Text-to-Speech Engine": "Мотор за текст у говор",
"Tfs Z": "Tfs Z",
@@ -916,8 +939,8 @@
"Tool imported successfully": "",
"Tool Name": "",
"Tool updated successfully": "",
- "Tools": "",
- "Tools Access": "",
+ "Tools": "Алати",
+ "Tools Access": "Приступ алатима",
"Tools are a function calling system with arbitrary code execution": "",
"Tools have a function calling system that allows arbitrary code execution": "",
"Tools have a function calling system that allows arbitrary code execution.": "",
@@ -930,7 +953,7 @@
"TTS Voice": "",
"Type": "Тип",
"Type Hugging Face Resolve (Download) URL": "Унесите Hugging Face Resolve (Download) адресу",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Упс! Дошло је до проблема при повезивању са {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -957,7 +980,7 @@
"URL Mode": "Режим адресе",
"Use '#' in the prompt input to load and include your knowledge.": "",
"Use Gravatar": "Користи Граватар",
- "Use groups to group your users and assign permissions.": "",
+ "Use groups to group your users and assign permissions.": "Користите групе да бисте разврстали ваше кориснике и доделили овлашћења.",
"Use Initials": "Користи иницијале",
"use_mlock (Ollama)": "усе _млоцк (Оллама)",
"use_mmap (Ollama)": "усе _ммап (Оллама)",
@@ -969,9 +992,9 @@
"Using the default arena model with all models. Click the plus button to add custom models.": "",
"Utilize": "Искористи",
"Valid time units:": "Важеће временске јединице:",
- "Valves": "",
- "Valves updated": "",
- "Valves updated successfully": "",
+ "Valves": "Вентили",
+ "Valves updated": "Вентили ажурирани",
+ "Valves updated successfully": "Вентили успешно ажурирани",
"variable": "променљива",
"variable to have them replaced with clipboard content.": "променљива за замену са садржајем оставе.",
"Version": "Издање",
@@ -991,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "Адреса веб-куке",
"WebUI Settings": "Подешавања веб интерфејса",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
@@ -1001,7 +1025,7 @@
"Whisper (Local)": "",
"Why?": "",
"Widescreen Mode": "",
- "Won": "",
+ "Won": "Победа",
"Works together with top-k. A higher value (e.g., 0.95) will lead to more diverse text, while a lower value (e.g., 0.5) will generate more focused and conservative text. (Default: 0.9)": "",
"Workspace": "Радни простор",
"Workspace Permissions": "",
diff --git a/src/lib/i18n/locales/sv-SE/translation.json b/src/lib/i18n/locales/sv-SE/translation.json
index d05040f1d..eb0076dd0 100644
--- a/src/lib/i18n/locales/sv-SE/translation.json
+++ b/src/lib/i18n/locales/sv-SE/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Administratörer har tillgång till alla verktyg hela tiden, medan användare behöver verktyg som tilldelas per modell i arbetsytan.",
"Advanced Parameters": "Avancerade parametrar",
"Advanced Params": "Avancerade parametrar",
- "All chats": "",
"All Documents": "Alla dokument",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "Arkivera alla chattar",
"Archived Chats": "Arkiverade chattar",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Är du säker?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Batchstorlek (num_batch)",
"before": "för",
"Being lazy": "Lägg till",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "API-nyckel för Brave Search",
@@ -119,8 +121,11 @@
"Camera": "Kamera",
"Cancel": "Avbryt",
"Capabilities": "Kapaciteter",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Ändra lösenord",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "Samling",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUI Base URL",
"ComfyUI Base URL is required.": "ComfyUI Base URL krävs.",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "",
"Confirm Password": "Bekräfta lösenord",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "Anslutningar",
"Contact Admin for WebUI Access": "Kontakta administratören för att få åtkomst till WebUI",
"Content": "Innehåll",
@@ -201,6 +208,7 @@
"Create a model": "Skapa en modell",
"Create Account": "Skapa konto",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "Skapa ny nyckel",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "radera denna länk",
"Delete tool?": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Redigera",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"Enable Community Sharing": "Aktivera community-delning",
+ "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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Ange Google PSE Engine Id",
"Enter Image Size (e.g. 512x512)": "Ange bildstorlek (t.ex. 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Skriv språkkoder",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "Ange modelltagg (t.ex. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Ange stoppsekvens",
"Enter system prompt": "",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "Ange Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Ange URL (t.ex. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Ange URL (t.ex. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Ange din e-post",
"Enter Your Full Name": "Ange ditt fullständiga namn",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "Ange ditt lösenord",
"Enter Your Role": "Ange din roll",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Fel",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "Fil hittades inte.",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
@@ -435,11 +454,11 @@
"General Settings": "Allmänna inställningar",
"Generate Image": "Generera bild",
"Generating search query": "Genererar sökfråga",
- "Generation Info": "Info om generation",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "Bra svar",
+ "Google Drive": "",
"Google PSE API Key": "Google PSE API-nyckel",
"Google PSE Engine Id": "Google PSE Engine Id",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Bildgenerering (experimentell)",
"Image Generation Engine": "Bildgenereringsmotor",
+ "Image Max Compression Size": "",
"Image Settings": "Bildinställningar",
"Images": "Bilder",
"Import Chats": "Importera chattar",
@@ -495,6 +516,7 @@
"June": "juni",
"JWT Expiration": "JWT-utgångsdatum",
"JWT Token": "JWT-token",
+ "Kagi Search API Key": "",
"Keep Alive": "Keep Alive",
"Key": "",
"Keyboard shortcuts": "Tangentbordsgenvägar",
@@ -585,6 +607,7 @@
"New Chat": "Ny chatt",
"New folder": "",
"New Password": "Nytt lösenord",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Obs: Om du anger en tröskel kommer sökningen endast att returnera dokument med ett betyg som är större än eller lika med tröskeln.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "Notifikationer",
"November": "november",
"num_gpu (Ollama)": "",
@@ -756,8 +780,7 @@
"Search Tools": "Sökverktyg",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "Sökte på {{count}} sites_one",
- "Searched {{count}} sites_other": "Sökte på {{count}} sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Söker \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "Searxng Query URL",
@@ -825,6 +848,7 @@
"Sign up": "Registrera dig",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "Källa",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "Fel vid taligenkänning: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "Text-till-tal-röst",
"Type": "Typ",
"Type Hugging Face Resolve (Download) URL": "Skriv Hugging Face Resolve (nedladdning) URL",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Oj då! Det uppstod ett problem med anslutningen till {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "Webhook-URL",
"WebUI Settings": "WebUI-inställningar",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/th-TH/translation.json b/src/lib/i18n/locales/th-TH/translation.json
index e1fa1e285..75c988068 100644
--- a/src/lib/i18n/locales/th-TH/translation.json
+++ b/src/lib/i18n/locales/th-TH/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "ผู้ดูแลระบบสามารถเข้าถึงเครื่องมือทั้งหมดได้ตลอดเวลา; ผู้ใช้ต้องการเครื่องมือที่กำหนดต่อโมเดลในพื้นที่ทำงาน",
"Advanced Parameters": "พารามิเตอร์ขั้นสูง",
"Advanced Params": "พารามิเตอร์ขั้นสูง",
- "All chats": "",
"All Documents": "เอกสารทั้งหมด",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "เก็บถาวรการสนทนาทั้งหมด",
"Archived Chats": "การสนทนาที่เก็บถาวร",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "คุณแน่ใจหรือ?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "ขนาดชุด (num_batch)",
"before": "ก่อน",
"Being lazy": "ขี้เกียจ",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "คีย์ API ของ Brave Search",
@@ -119,8 +121,11 @@
"Camera": "กล้อง",
"Cancel": "ยกเลิก",
"Capabilities": "ความสามารถ",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "เปลี่ยนรหัสผ่าน",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "คอลเลคชัน",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "URL ฐานของ ComfyUI",
"ComfyUI Base URL is required.": "ต้องการ URL ฐานของ ComfyUI",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "ยืนยัน",
"Confirm Password": "ยืนยันรหัสผ่าน",
"Confirm your action": "ยืนยันการดำเนินการของคุณ",
+ "Confirm your new password": "",
"Connections": "การเชื่อมต่อ",
"Contact Admin for WebUI Access": "ติดต่อผู้ดูแลระบบสำหรับการเข้าถึง WebUI",
"Content": "เนื้อหา",
@@ -201,6 +208,7 @@
"Create a model": "สร้างโมเดล",
"Create Account": "สร้างบัญชี",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "สร้างคีย์ใหม่",
@@ -236,6 +244,7 @@
"Delete chat?": "ลบแชท?",
"Delete folder?": "",
"Delete function?": "ลบฟังก์ชัน?",
+ "Delete Message": "",
"Delete prompt?": "ลบพรอมต์?",
"delete this link": "ลบลิงก์นี้",
"Delete tool?": "ลบเครื่องมือ?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "แก้ไข",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "แก้ไขความจำ",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "ใส่รหัสเครื่องยนต์ของ Google PSE",
"Enter Image Size (e.g. 512x512)": "ใส่ขนาดภาพ (เช่น 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "ใส่รหัสภาษา",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "ใส่แท็กโมเดล (เช่น {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "ใส่ลำดับหยุด",
"Enter system prompt": "ใส่พรอมต์ระบบ",
"Enter Tavily API Key": "ใส่คีย์ API ของ Tavily",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "ใส่ URL เซิร์ฟเวอร์ของ Tika",
"Enter Top K": "ใส่ Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "ใส่ URL (เช่น http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "ใส่ URL (เช่น http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "ใส่อีเมลของคุณ",
"Enter Your Full Name": "ใส่ชื่อเต็มของคุณ",
"Enter your message": "ใส่ข้อความของคุณ",
+ "Enter your new password": "",
"Enter Your Password": "ใส่รหัสผ่านของคุณ",
"Enter Your Role": "ใส่บทบาทของคุณ",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "ข้อผิดพลาด",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "ไม่พบไฟล์",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "ไฟล์",
"Filter is now globally disabled": "การกรองถูกปิดใช้งานทั่วโลกแล้ว",
"Filter is now globally enabled": "การกรองถูกเปิดใช้งานทั่วโลกแล้ว",
@@ -435,11 +454,11 @@
"General Settings": "การตั้งค่าทั่วไป",
"Generate Image": "สร้างภาพ",
"Generating search query": "สร้างคำค้นหา",
- "Generation Info": "ข้อมูลการสร้าง",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "ทั่วโลก",
"Good Response": "การตอบสนองที่ดี",
+ "Google Drive": "",
"Google PSE API Key": "คีย์ API ของ Google PSE",
"Google PSE Engine Id": "รหัสเครื่องยนต์ของ Google PSE",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "ฉันรับทราบว่าฉันได้อ่านและเข้าใจผลกระทบของการกระทำของฉัน ฉันทราบถึงความเสี่ยงที่เกี่ยวข้องกับการเรียกใช้โค้ดโดยพลการและฉันได้ตรวจสอบความน่าเชื่อถือของแหล่งที่มาแล้ว",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "การสร้างภาพ (การทดลอง)",
"Image Generation Engine": "เครื่องยนต์การสร้างภาพ",
+ "Image Max Compression Size": "",
"Image Settings": "การตั้งค่าภาพ",
"Images": "ภาพ",
"Import Chats": "นำเข้าการสนทนา",
@@ -495,6 +516,7 @@
"June": "มิถุนายน",
"JWT Expiration": "การหมดอายุของ JWT",
"JWT Token": "โทเค็น JWT",
+ "Kagi Search API Key": "",
"Keep Alive": "คงอยู่",
"Key": "",
"Keyboard shortcuts": "ทางลัดแป้นพิมพ์",
@@ -585,6 +607,7 @@
"New Chat": "แชทใหม่",
"New folder": "",
"New Password": "รหัสผ่านใหม่",
+ "new-channel": "",
"No content found": "",
"No content to speak": "ไม่มีเนื้อหาที่จะพูด",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "หมายเหตุ: หากคุณตั้งค่าคะแนนขั้นต่ำ การค้นหาจะคืนเอกสารที่มีคะแนนมากกว่าหรือเท่ากับคะแนนขั้นต่ำเท่านั้น",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "การแจ้งเตือน",
"November": "พฤศจิกายน",
"num_gpu (Ollama)": "",
@@ -756,8 +780,7 @@
"Search Tools": "เครื่องมือค้นหา",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "ค้นหา {{count}} เว็บไซต์",
- "Searched {{count}} sites_other": "ค้นหา {{count}} เว็บไซต์",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "กำลังค้นหา \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "URL คำค้นหา",
@@ -825,6 +848,7 @@
"Sign up": "สมัครสมาชิก",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "แหล่งที่มา",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "ข้อผิดพลาดในการรู้จำเสียง: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "เสียงแปลงข้อความเป็นเสียง",
"Type": "ประเภท",
"Type Hugging Face Resolve (Download) URL": "พิมพ์ URL ของ Hugging Face Resolve (Download)",
- "Uh-oh! There was an issue connecting to {{provider}}.": "อุ๊ย! มีปัญหาในการเชื่อมต่อกับ {{provider}}",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "ส่วนติดต่อผู้ใช้",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "URL ของ Webhook",
"WebUI Settings": "การตั้งค่า WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/tk-TW/translation.json b/src/lib/i18n/locales/tk-TW/translation.json
index 99575141a..3dfe937ff 100644
--- a/src/lib/i18n/locales/tk-TW/translation.json
+++ b/src/lib/i18n/locales/tk-TW/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
"Advanced Parameters": "",
"Advanced Params": "",
- "All chats": "",
"All Documents": "",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "",
"Archived Chats": "",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "",
"before": "",
"Being lazy": "",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "",
@@ -119,8 +121,11 @@
"Camera": "",
"Cancel": "",
"Capabilities": "",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "",
"Color": "",
"ComfyUI": "",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "",
"ComfyUI Base URL is required.": "",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "",
"Confirm Password": "",
"Confirm your action": "",
+ "Confirm your new password": "",
"Connections": "",
"Contact Admin for WebUI Access": "",
"Content": "",
@@ -201,6 +208,7 @@
"Create a model": "",
"Create Account": "",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "",
@@ -236,6 +244,7 @@
"Delete chat?": "",
"Delete folder?": "",
"Delete function?": "",
+ "Delete Message": "",
"Delete prompt?": "",
"delete this link": "",
"Delete tool?": "",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "",
"Enter Image Size (e.g. 512x512)": "",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "",
@@ -352,18 +364,24 @@
"Enter stop sequence": "",
"Enter system prompt": "",
"Enter Tavily API Key": "",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "",
"Enter Top K": "",
"Enter URL (e.g. http://127.0.0.1:7860/)": "",
"Enter URL (e.g. http://localhost:11434)": "",
+ "Enter your current password": "",
"Enter Your Email": "",
"Enter Your Full Name": "",
"Enter your message": "",
+ "Enter your new password": "",
"Enter Your Password": "",
"Enter Your Role": "",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "",
"Filter is now globally disabled": "",
"Filter is now globally enabled": "",
@@ -435,11 +454,11 @@
"General Settings": "",
"Generate Image": "",
"Generating search query": "",
- "Generation Info": "",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "",
"Good Response": "",
+ "Google Drive": "",
"Google PSE API Key": "",
"Google PSE Engine Id": "",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "",
"Image Generation Engine": "",
+ "Image Max Compression Size": "",
"Image Settings": "",
"Images": "",
"Import Chats": "",
@@ -495,6 +516,7 @@
"June": "",
"JWT Expiration": "",
"JWT Token": "",
+ "Kagi Search API Key": "",
"Keep Alive": "",
"Key": "",
"Keyboard shortcuts": "",
@@ -585,6 +607,7 @@
"New Chat": "",
"New folder": "",
"New Password": "",
+ "new-channel": "",
"No content found": "",
"No content to speak": "",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "",
"November": "",
"num_gpu (Ollama)": "",
@@ -756,8 +780,7 @@
"Search Tools": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_one": "",
- "Searched {{count}} sites_other": "",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "",
@@ -825,6 +848,7 @@
"Sign up": "",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "",
@@ -929,7 +953,7 @@
"TTS Voice": "",
"Type": "",
"Type Hugging Face Resolve (Download) URL": "",
- "Uh-oh! There was an issue connecting to {{provider}}.": "",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "",
"WebUI Settings": "",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/tr-TR/translation.json b/src/lib/i18n/locales/tr-TR/translation.json
index 6bf981999..e72a9ab72 100644
--- a/src/lib/i18n/locales/tr-TR/translation.json
+++ b/src/lib/i18n/locales/tr-TR/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Yöneticiler her zaman tüm araçlara erişebilir; kullanıcıların çalışma alanındaki model başına atanmış araçlara ihtiyacı vardır.",
"Advanced Parameters": "Gelişmiş Parametreler",
"Advanced Params": "Gelişmiş Parametreler",
- "All chats": "Tüm sohbetler",
"All Documents": "Tüm Belgeler",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "Tüm Sohbetleri Arşivle",
"Archived Chats": "Arşivlenmiş Sohbetler",
"archived-chat-export": "arşivlenmiş-sohbet-aktarımı",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Emin misiniz?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Yığın Boyutu (num_batch)",
"before": "önce",
"Being lazy": "Tembelleşiyor",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Brave Search API Anahtarı",
@@ -119,8 +121,11 @@
"Camera": "Kamera",
"Cancel": "İptal",
"Capabilities": "Yetenekler",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Parola Değiştir",
+ "Channel Name": "",
+ "Channels": "",
"Character": "Karakter",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "Koleksiyon",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUI Temel URL",
"ComfyUI Base URL is required.": "ComfyUI Temel URL gerekli.",
"ComfyUI Workflow": "ComfyUI İş Akışı",
@@ -175,6 +181,7 @@
"Confirm": "Onayla",
"Confirm Password": "Parolayı Onayla",
"Confirm your action": "İşleminizi onaylayın",
+ "Confirm your new password": "",
"Connections": "Bağlantılar",
"Contact Admin for WebUI Access": "WebUI Erişimi için Yöneticiyle İletişime Geçin",
"Content": "İçerik",
@@ -201,6 +208,7 @@
"Create a model": "Bir model oluştur",
"Create Account": "Hesap Oluştur",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "Yeni anahtar oluştur",
@@ -236,6 +244,7 @@
"Delete chat?": "Sohbeti sil?",
"Delete folder?": "",
"Delete function?": "Fonksiyonu sil?",
+ "Delete Message": "",
"Delete prompt?": "Promptu sil?",
"delete this link": "bu bağlantıyı sil",
"Delete tool?": "Aracı sil?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Düzenle",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "Belleği Düzenle",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"Enable Community Sharing": "Topluluk Paylaşımını Etkinleştir",
+ "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 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": "Mesaj Değerlendirmeyi Etkinleştir",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Google PSE Engine Id'sini Girin",
"Enter Image Size (e.g. 512x512)": "Görüntü Boyutunu Girin (örn. 512x512)",
"Enter Jina API Key": "Jina API Anahtarını Girin",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Dil kodlarını girin",
"Enter Model ID": "Model ID'sini Girin",
"Enter model tag (e.g. {{modelTag}})": "Model etiketini girin (örn. {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Durdurma dizisini girin",
"Enter system prompt": "Sistem promptunu girin",
"Enter Tavily API Key": "Tavily API Anahtarını Girin",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Tika Sunucu URL'sini Girin",
"Enter Top K": "Top K'yı girin",
"Enter URL (e.g. http://127.0.0.1:7860/)": "URL'yi Girin (örn. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "URL'yi Girin (e.g. http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "E-postanızı Girin",
"Enter Your Full Name": "Tam Adınızı Girin",
"Enter your message": "Mesajınızı girin",
+ "Enter your new password": "",
"Enter Your Password": "Parolanızı Girin",
"Enter Your Role": "Rolünüzü Girin",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Hata",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "Değerlendirmeler",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "Dosya bulunamadı.",
"File removed successfully.": "Dosya başarıyla kaldırıldı.",
"File size should not exceed {{maxSize}} MB.": "Dosya boyutu {{maxSize}} MB'yi aşmamalıdır.",
+ "File uploaded successfully": "",
"Files": "Dosyalar",
"Filter is now globally disabled": "Filtre artık global olarak devre dışı",
"Filter is now globally enabled": "Filtre artık global olarak devrede",
@@ -435,11 +454,11 @@
"General Settings": "Genel Ayarlar",
"Generate Image": "Görsel Üret",
"Generating search query": "Arama sorgusu oluşturma",
- "Generation Info": "Üretim Bilgisi",
"Get started": "Başlayın",
"Get started with {{WEBUI_NAME}}": "",
"Global": "Evrensel",
"Good Response": "İyi Yanıt",
+ "Google Drive": "",
"Google PSE API Key": "Google PSE API Anahtarı",
"Google PSE Engine Id": "Google PSE Engine Id",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Eylemimin sonuçlarını okuduğumu ve anladığımı kabul ediyorum. Rastgele kod çalıştırmayla ilgili risklerin farkındayım ve kaynağın güvenilirliğini doğruladım.",
"ID": "",
"Ignite curiosity": "Merak uyandırın",
+ "Image Compression": "",
"Image Generation (Experimental)": "Görüntü Oluşturma (Deneysel)",
"Image Generation Engine": "Görüntü Oluşturma Motoru",
+ "Image Max Compression Size": "",
"Image Settings": "Görüntü Ayarları",
"Images": "Görüntüler",
"Import Chats": "Sohbetleri İçe Aktar",
@@ -495,6 +516,7 @@
"June": "Haziran",
"JWT Expiration": "JWT Bitişi",
"JWT Token": "JWT Token",
+ "Kagi Search API Key": "",
"Keep Alive": "Canlı Tut",
"Key": "",
"Keyboard shortcuts": "Klavye kısayolları",
@@ -583,8 +605,9 @@
"Name": "Ad",
"Name your knowledge base": "",
"New Chat": "Yeni Sohbet",
- "New folder": "Yeni Dosya",
+ "New folder": "",
"New Password": "Yeni Parola",
+ "new-channel": "",
"No content found": "İçerik bulunamadı",
"No content to speak": "Konuşacak içerik yok",
"No distance available": "Mesafe mevcut değil",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Not: Minimum bir skor belirlerseniz, arama yalnızca minimum skora eşit veya daha yüksek bir skora sahip belgeleri getirecektir.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "Bildirimler",
"November": "Kasım",
"num_gpu (Ollama)": "",
@@ -756,8 +780,7 @@
"Search Tools": "Arama Araçları",
"SearchApi API Key": "Arama-API API Anahtarı",
"SearchApi Engine": "Arama-API Motoru",
- "Searched {{count}} sites_one": "Arandı {{count}} sites_one",
- "Searched {{count}} sites_other": "Arandı {{count}} sites_other",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" aranıyor",
"Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\" için Bilgi aranıyor",
"Searxng Query URL": "Searxng Sorgu URL'si",
@@ -825,6 +848,7 @@
"Sign up": "Kaydol",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "Kaynak",
"Speech Playback Speed": "Konuşma Oynatma Hızı",
"Speech recognition error: {{error}}": "Konuşma tanıma hatası: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "TTS Sesi",
"Type": "Tür",
"Type Hugging Face Resolve (Download) URL": "HuggingFace Çözümleme (İndirme) URL'sini Yazın",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Ah! {{provider}}'a bağlanırken bir sorun oluştu.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "Arayüz",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "Webhook URL",
"WebUI Settings": "WebUI Ayarları",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/uk-UA/translation.json b/src/lib/i18n/locales/uk-UA/translation.json
index 36cd4f4ad..4bc1ccb3f 100644
--- a/src/lib/i18n/locales/uk-UA/translation.json
+++ b/src/lib/i18n/locales/uk-UA/translation.json
@@ -1,5 +1,5 @@
{
- "-1 for no limit, or a positive integer for a specific limit": "",
+ "-1 for no limit, or a positive integer for a specific limit": "-1 для без обмежень або додатне ціле число для конкретного обмеження",
"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' or '-1' для відсутності терміну дії.",
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(e.g. `sh webui.sh --api --api-auth username_password`)",
"(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)",
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Адміністратори мають доступ до всіх інструментів у будь-який час; користувачам потрібні інструменти, призначені для кожної моделі в робочій області.",
"Advanced Parameters": "Розширені параметри",
"Advanced Params": "Розширені параметри",
- "All chats": "Усі чати",
"All Documents": "Усі документи",
"All models deleted successfully": "Всі моделі видалені успішно",
"Allow Chat Delete": "Дозволити видалення чату",
@@ -77,6 +76,8 @@
"Archive All Chats": "Архівувати всі чати",
"Archived Chats": "Архівовані чати",
"archived-chat-export": "експорт-архівованих-чатів",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "Ви впевнені, що хочете розархівувати всі архівовані чати?",
"Are you sure?": "Ви впевнені?",
"Arena Models": "Моделі Arena",
@@ -91,8 +92,8 @@
"Authenticate": "Автентифікувати",
"Auto-Copy Response to Clipboard": "Автокопіювання відповіді в буфер обміну",
"Auto-playback response": "Автоматичне відтворення відповіді",
- "Autocomplete Generation": "",
- "Autocomplete Generation Input Max Length": "",
+ "Autocomplete Generation": "Генерація автозаповнення",
+ "Autocomplete Generation Input Max Length": "Максимальна довжина введення для генерації автозаповнення",
"Automatic1111": "Automatic1111",
"AUTOMATIC1111 Api Auth String": "AUTOMATIC1111 Рядок авторизації API",
"AUTOMATIC1111 Base URL": "URL-адреса AUTOMATIC1111",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "Розмір партії (num_batch)",
"before": "до того, як",
"Being lazy": "Не поспішати",
+ "Beta": "",
"Bing Search V7 Endpoint": "Точка доступу Bing Search V7",
"Bing Search V7 Subscription Key": "Ключ підписки Bing Search V7",
"Brave Search API Key": "Ключ API пошуку Brave",
@@ -119,10 +121,13 @@
"Camera": "Камера",
"Cancel": "Скасувати",
"Capabilities": "Можливості",
+ "Capture": "Захоплення",
"Certificate Path": "Шлях до сертифіката",
"Change Password": "Змінити пароль",
+ "Channel Name": "",
+ "Channels": "",
"Character": "Персонаж",
- "Character limit for autocomplete generation input": "",
+ "Character limit for autocomplete generation input": "Ліміт символів для введення при генерації автозаповнення",
"Chart new frontiers": "Відкривати нові горизонти",
"Chat": "Чат",
"Chat Background Image": "Фонове зображення чату",
@@ -163,6 +168,7 @@
"Collection": "Колекція",
"Color": "Колір",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "ComfyUI API ключ",
"ComfyUI Base URL": "URL-адреса ComfyUI",
"ComfyUI Base URL is required.": "Необхідно вказати URL-адресу ComfyUI.",
"ComfyUI Workflow": "ComfyUI Workflow",
@@ -171,10 +177,11 @@
"Completions": "Завершення",
"Concurrent Requests": "Одночасні запити",
"Configure": "Налаштувати",
- "Configure Models": "",
+ "Configure Models": "Налаштувати моделі",
"Confirm": "Підтвердити",
"Confirm Password": "Підтвердіть пароль",
"Confirm your action": "Підтвердіть свою дію",
+ "Confirm your new password": "",
"Connections": "З'єднання",
"Contact Admin for WebUI Access": "Зверніться до адміна для отримання доступу до WebUI",
"Content": "Зміст",
@@ -201,6 +208,7 @@
"Create a model": "Створити модель",
"Create Account": "Створити обліковий запис",
"Create Admin Account": "Створити обліковий запис адміністратора",
+ "Create Channel": "",
"Create Group": "Створити групу",
"Create Knowledge": "Створити знання",
"Create new key": "Створити новий ключ",
@@ -220,7 +228,7 @@
"Default (SentenceTransformers)": "За замовчуванням (SentenceTransformers)",
"Default Model": "Модель за замовчуванням",
"Default model updated": "Модель за замовчуванням оновлено",
- "Default Models": "",
+ "Default Models": "Моделі за замовчуванням",
"Default permissions": "Дозволи за замовчуванням",
"Default permissions updated successfully": "Дозволи за замовчуванням успішно оновлено",
"Default Prompt Suggestions": "Пропозиції промтів замовчуванням",
@@ -236,6 +244,7 @@
"Delete chat?": "Видалити чат?",
"Delete folder?": "Видалити папку?",
"Delete function?": "Видалити функцію?",
+ "Delete Message": "",
"Delete prompt?": "Видалити промт?",
"delete this link": "видалити це посилання",
"Delete tool?": "Видалити інструмент?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "напр., Інструменти для виконання різних операцій",
"Edit": "Редагувати",
"Edit Arena Model": "Редагувати модель Arena",
+ "Edit Channel": "",
"Edit Connection": "Редагувати з'єднання",
"Edit Default Permissions": "Редагувати дозволи за замовчуванням",
"Edit Memory": "Редагувати пам'ять",
@@ -301,8 +311,9 @@
"Embedding Model Engine": "Рушій моделі вбудовування ",
"Embedding model set to \"{{embedding_model}}\"": "Встановлена модель вбудовування \"{{embedding_model}}\"",
"Enable API Key Auth": "Увімкнути автентифікацію за допомогою API ключа",
- "Enable autocomplete generation for chat messages": "",
+ "Enable autocomplete generation for chat messages": "Увімкнути генерацію автозаповнення для повідомлень чату",
"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), щоб запобігти виведенню даних моделі з оперативної пам'яті. Цей параметр блокує робочий набір сторінок моделі в оперативній пам'яті, гарантуючи, що вони не будуть виведені на диск. Це може допомогти підтримувати продуктивність, уникати помилок сторінок та забезпечувати швидкий доступ до даних.",
"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. Це може покращити продуктивність моделі, дозволяючи швидший доступ до даних. Однак, він може не працювати коректно на всіх системах і може споживати значну кількість дискового простору.",
"Enable Message Rating": "Увімкнути оцінку повідомлень",
@@ -330,12 +341,13 @@
"Enter Google PSE Engine Id": "Введіть Google PSE Engine Id",
"Enter Image Size (e.g. 512x512)": "Введіть розмір зображення (напр., 512x512)",
"Enter Jina API Key": "Введіть ключ API для Jina",
+ "Enter Kagi Search API Key": "Введіть ключ API Kagi Search",
"Enter language codes": "Введіть мовні коди",
"Enter Model ID": "Введіть ID моделі",
"Enter model tag (e.g. {{modelTag}})": "Введіть тег моделі (напр., {{modelTag}})",
"Enter Mojeek Search API Key": "Введіть API ключ для пошуку Mojeek",
"Enter Number of Steps (e.g. 50)": "Введіть кількість кроків (напр., 50)",
- "Enter proxy URL (e.g. https://user:password@host:port)": "",
+ "Enter proxy URL (e.g. https://user:password@host:port)": "Введіть URL проксі (напр., https://user:password@host:port)",
"Enter Sampler (e.g. Euler a)": "Введіть семплер (напр., Euler a)",
"Enter Scheduler (e.g. Karras)": "Введіть планувальник (напр., Karras)",
"Enter Score": "Введіть бал",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Введіть символ зупинки",
"Enter system prompt": "Введіть системний промт",
"Enter Tavily API Key": "Введіть ключ API Tavily",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Введіть URL-адресу сервера Tika ",
"Enter Top K": "Введіть Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Введіть URL-адресу (напр., http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Введіть URL-адресу (напр., http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Введіть вашу ел. пошту",
"Enter Your Full Name": "Введіть ваше ім'я",
"Enter your message": "Введіть повідомлення ",
+ "Enter your new password": "",
"Enter Your Password": "Введіть ваш пароль",
"Enter Your Role": "Введіть вашу роль",
"Enter Your Username": "Введіть своє ім'я користувача",
+ "Enter your webhook URL": "",
"Error": "Помилка",
"ERROR": "ПОМИЛКА",
+ "Error accessing Google Drive: {{error}}": "Помилка доступу до Google Drive: {{error}}",
+ "Error uploading file: {{error}}": "Помилка завантаження файлу: {{error}}",
"Evaluations": "Оцінювання",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "Приклад: (&(objectClass=inetOrgPerson)(uid=%s))",
"Example: ALL": "Приклад: ВСІ",
@@ -388,7 +406,7 @@
"Failed to add file.": "Не вдалося додати файл.",
"Failed to create API Key.": "Не вдалося створити API ключ.",
"Failed to read clipboard contents": "Не вдалося прочитати вміст буфера обміну",
- "Failed to save models configuration": "",
+ "Failed to save models configuration": "Не вдалося зберегти конфігурацію моделей",
"Failed to update settings": "Не вдалося оновити налаштування",
"Failed to upload file.": "Не вдалося завантажити файл.",
"February": "Лютий",
@@ -402,6 +420,7 @@
"File not found.": "Файл не знайдено.",
"File removed successfully.": "Файл успішно видалено.",
"File size should not exceed {{maxSize}} MB.": "Розмір файлу не повинен перевищувати {{maxSize}} МБ.",
+ "File uploaded successfully": "Файл успішно завантажено",
"Files": "Файли",
"Filter is now globally disabled": "Фільтр глобально вимкнено",
"Filter is now globally enabled": "Фільтр увімкнено глобально",
@@ -435,11 +454,11 @@
"General Settings": "Загальні налаштування",
"Generate Image": "Створити зображення",
"Generating search query": "Сформувати пошуковий запит",
- "Generation Info": "Інформація про генерацію",
"Get started": "Почати",
"Get started with {{WEBUI_NAME}}": "Почати з {{WEBUI_NAME}}",
"Global": "Глоб.",
"Good Response": "Гарна відповідь",
+ "Google Drive": "Google Drive",
"Google PSE API Key": "Ключ API Google PSE",
"Google PSE Engine Id": "Id рушія Google PSE",
"Group created successfully": "Групу успішно створено",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Я підтверджую, що прочитав і розумію наслідки своїх дій. Я усвідомлюю ризики, пов'язані з виконанням довільного коду, і перевірив надійність джерела.",
"ID": "ID",
"Ignite curiosity": "Запаліть цікавість",
+ "Image Compression": "",
"Image Generation (Experimental)": "Генерування зображень (експериментально)",
"Image Generation Engine": "Механізм генерації зображень",
+ "Image Max Compression Size": "",
"Image Settings": "Налаштування зображення",
"Images": "Зображення",
"Import Chats": "Імпорт чатів",
@@ -495,6 +516,7 @@
"June": "Червень",
"JWT Expiration": "Термін дії JWT",
"JWT Token": "Токен JWT",
+ "Kagi Search API Key": "Kagi Search API ключ",
"Keep Alive": "Зберегти активність",
"Key": "Ключ",
"Keyboard shortcuts": "Клавіатурні скорочення",
@@ -576,15 +598,16 @@
"Modelfile Content": "Вміст файлу моделі",
"Models": "Моделі",
"Models Access": "Доступ до моделей",
- "Models configuration saved successfully": "",
+ "Models configuration saved successfully": "Конфігурацію моделей успішно збережено",
"Mojeek Search API Key": "API ключ для пошуку Mojeek",
"more": "більше",
"More": "Більше",
"Name": "Ім'я",
"Name your knowledge base": "Назвіть вашу базу знань",
"New Chat": "Новий чат",
- "New folder": "Нова папка",
+ "New folder": "",
"New Password": "Новий пароль",
+ "new-channel": "",
"No content found": "Контент не знайдено.",
"No content to speak": "Нема чого говорити",
"No distance available": "Відстань недоступна",
@@ -596,7 +619,7 @@
"No knowledge found": "Знання не знайдено.",
"No model IDs": "Немає ID моделей",
"No models found": "Моделей не знайдено",
- "No models selected": "",
+ "No models selected": "Моделі не вибрано",
"No results found": "Не знайдено жодного результату",
"No search query generated": "Пошуковий запит не сформовано",
"No source available": "Джерело не доступне",
@@ -607,6 +630,7 @@
"Not helpful": "Не корисно",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Примітка: Якщо ви встановите мінімальну кількість балів, пошук поверне лише документи з кількістю балів, більшою або рівною мінімальній кількості балів.",
"Notes": "Примітки",
+ "Notification Webhook": "",
"Notifications": "Сповіщення",
"November": "Листопад",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -672,7 +696,7 @@
"Please carefully review the following warnings:": "Будь ласка, уважно ознайомтеся з наступними попередженнями:",
"Please enter a prompt": "Будь ласка, введіть підказку",
"Please fill in all fields.": "Будь ласка, заповніть всі поля.",
- "Please select a model first.": "",
+ "Please select a model first.": "Будь ласка, спочатку виберіть модель.",
"Please select a reason": "Будь ласка, виберіть причину",
"Port": "Порт",
"Positive attitude": "Позитивне ставлення",
@@ -688,7 +712,7 @@
"Prompt updated successfully": "Підказку успішно оновлено",
"Prompts": "Промти",
"Prompts Access": "Доступ до підказок",
- "Proxy URL": "",
+ "Proxy URL": "URL проксі",
"Pull \"{{searchValue}}\" from Ollama.com": "Завантажити \"{{searchValue}}\" з Ollama.com",
"Pull a model from Ollama.com": "Завантажити модель з Ollama.com",
"Query Generation Prompt": "Підказка для генерації запиту",
@@ -709,20 +733,20 @@
"Remove": "Видалити",
"Remove Model": "Видалити модель",
"Rename": "Перейменувати",
- "Reorder Models": "",
+ "Reorder Models": "Переставити моделі",
"Repeat Last N": "Повторити останні N",
"Request Mode": "Режим запиту",
"Reranking Model": "Модель переранжування",
"Reranking model disabled": "Модель переранжування вимкнена",
"Reranking model set to \"{{reranking_model}}\"": "Модель переранжування встановлено на \"{{reranking_model}}\"",
"Reset": "Скидання",
- "Reset All Models": "",
+ "Reset All Models": "Скинути всі моделі",
"Reset Upload Directory": "Скинути каталог завантажень",
"Reset Vector Storage/Knowledge": "Скинути векторне сховище/Знання",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Сповіщення про відповіді не можуть бути активовані, оскільки вам було відмовлено в доступі до веб-сайту. Будь ласка, відвідайте налаштування вашого браузера, щоб надати необхідний доступ.",
"Response splitting": "Розбиття відповіді",
"Result": "Результат",
- "Retrieval Query Generation": "",
+ "Retrieval Query Generation": "Генерація запиту для отримання даних",
"Rich Text Input for Chat": "Ввід тексту з форматуванням для чату",
"RK": "RK",
"Role": "Роль",
@@ -756,10 +780,7 @@
"Search Tools": "Пошуку інструментів",
"SearchApi API Key": "Ключ API для SearchApi",
"SearchApi Engine": "Рушій SearchApi",
- "Searched {{count}} sites_one": "Переглянуто {{count}} сайт",
- "Searched {{count}} sites_few": "Переглянуто {{count}} сайти",
- "Searched {{count}} sites_many": "Переглянуто {{count}} сайтів",
- "Searched {{count}} sites_other": "Переглянуто {{count}} сайтів",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Шукаю \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "Пошук знань для \"{{searchQuery}}\"",
"Searxng Query URL": "URL-адреса запиту Searxng",
@@ -827,6 +848,7 @@
"Sign up": "Зареєструватися",
"Sign up to {{WEBUI_NAME}}": "Зареєструватися в {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Увійти в {{WEBUI_NAME}}",
+ "sk-1234": "sk-1234",
"Source": "Джерело",
"Speech Playback Speed": "Швидкість відтворення мовлення",
"Speech recognition error: {{error}}": "Помилка розпізнавання мови: {{error}}",
@@ -846,7 +868,7 @@
"System": "Система",
"System Instructions": "Системні інструкції",
"System Prompt": "Системний промт",
- "Tags Generation": "",
+ "Tags Generation": "Генерація тегів",
"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)",
"Tap to interrupt": "Натисніть, щоб перервати",
@@ -931,7 +953,7 @@
"TTS Voice": "Голос TTS",
"Type": "Тип",
"Type Hugging Face Resolve (Download) URL": "Введіть URL ресурсу Hugging Face Resolve (завантаження)",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Ой! Виникла проблема при підключенні до {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "Ой-ой! Сталася проблема з відповіддю.",
"UI": "Користувацький інтерфейс",
"Unarchive All": "Розархівувати все",
"Unarchive All Archived Chats": "Розархівувати всі архівовані чати",
@@ -989,9 +1011,10 @@
"Web Loader Settings": "Налаштування веб-завантажувача",
"Web Search": "Веб-пошук",
"Web Search Engine": "Веб-пошукова система",
- "Web Search Query Generation": "",
+ "Web Search Query Generation": "Генерація запиту для пошуку в мережі",
"Webhook URL": "URL веб-запиту",
"WebUI Settings": "Налаштування WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI надсилатиме запити до \"{{url}}/api/chat\"",
"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI надсилатиме запити до \"{{url}}/chat/completions\"",
"What are you trying to achieve?": "Чого ви прагнете досягти?",
diff --git a/src/lib/i18n/locales/ur-PK/translation.json b/src/lib/i18n/locales/ur-PK/translation.json
index af78b7c60..3a3e8a86c 100644
--- a/src/lib/i18n/locales/ur-PK/translation.json
+++ b/src/lib/i18n/locales/ur-PK/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "ایڈمنز کو ہر وقت تمام ٹولز تک رسائی حاصل ہوتی ہے؛ صارفین کو ورک سپیس میں ماڈل کے حساب سے ٹولز تفویض کرنے کی ضرورت ہوتی ہے",
"Advanced Parameters": "پیشرفتہ پیرا میٹرز",
"Advanced Params": "ترقی یافتہ پیرامیٹرز",
- "All chats": "تمام چیٹس",
"All Documents": "تمام دستاویزات",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "تمام چیٹس محفوظ کریں",
"Archived Chats": "محفوظ شدہ بات چیت",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "کیا آپ کو یقین ہے؟",
"Arena Models": "ارینا ماڈلز",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "بیچ سائز (num_batch)",
"before": "پہلے",
"Being lazy": "سستی کر رہا ہے",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "بریو سرچ API کلید",
@@ -119,8 +121,11 @@
"Camera": "کیمرہ",
"Cancel": "منسوخ کریں",
"Capabilities": "صلاحیتیں",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "پاس ورڈ تبدیل کریں",
+ "Channel Name": "",
+ "Channels": "",
"Character": "کردار",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "کلیکشن",
"Color": "",
"ComfyUI": "کومفی یو آئی",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "کمفی یو آئی بیس یو آر ایل",
"ComfyUI Base URL is required.": "ComfyUI بیس یو آر ایل ضروری ہے",
"ComfyUI Workflow": "کومفی یو آئی ورک فلو",
@@ -175,6 +181,7 @@
"Confirm": "تصدیق کریں",
"Confirm Password": "پاس ورڈ کی توثیق کریں",
"Confirm your action": "اپنی کارروائی کی تصدیق کریں",
+ "Confirm your new password": "",
"Connections": "کنکشنز",
"Contact Admin for WebUI Access": "ویب یو آئی رسائی کے لیے ایڈمن سے رابطہ کریں",
"Content": "مواد",
@@ -201,6 +208,7 @@
"Create a model": "ماڈل بنائیں",
"Create Account": "اکاؤنٹ بنائیں",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "علم بنائیں",
"Create new key": "نیا کلید بنائیں",
@@ -236,6 +244,7 @@
"Delete chat?": "چیٹ حذف کریں؟",
"Delete folder?": "کیا فولڈر حذف کریں؟",
"Delete function?": "حذف کریں؟",
+ "Delete Message": "",
"Delete prompt?": "پرومپٹ کو حذف کریں؟",
"delete this link": "اس لنک کو حذف کریں",
"Delete tool?": "کیا آپ حذف کرنا چاہتے ہیں؟",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "ترمیم کریں",
"Edit Arena Model": "ایرینا ماڈل میں ترمیم کریں",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "یادداشت میں ترمیم کریں",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"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 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": "پیغام کی درجہ بندی فعال کریں",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "گوگل پی ایس ای انجن آئی ڈی درج کریں",
"Enter Image Size (e.g. 512x512)": "تصویر کا سائز درج کریں (مثال: 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "زبان کے کوڈ درج کریں",
"Enter Model ID": "ماڈل آئی ڈی درج کریں",
"Enter model tag (e.g. {{modelTag}})": "ماڈل ٹیگ داخل کریں (مثال کے طور پر {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "اسٹاپ ترتیب درج کریں",
"Enter system prompt": "سسٹم پرامپٹ درج کریں",
"Enter Tavily API Key": "Tavily API کلید درج کریں",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "ٹیکا سرور یو آر ایل درج کریں",
"Enter Top K": "اوپر کے K درج کریں",
"Enter URL (e.g. http://127.0.0.1:7860/)": "یو آر ایل درج کریں (جیسے کہ http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "یو آر ایل درج کریں (مثلاً http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "اپنا ای میل درج کریں",
"Enter Your Full Name": "اپنا مکمل نام درج کریں",
"Enter your message": "اپنا پیغام درج کریں",
+ "Enter your new password": "",
"Enter Your Password": "اپنا پاس ورڈ درج کریں",
"Enter Your Role": "اپنا کردار درج کریں",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "غلطی",
"ERROR": "غلطی",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "تشخیصات",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "فائل نہیں ملی",
"File removed successfully.": "فائل کامیابی سے ہٹا دی گئی",
"File size should not exceed {{maxSize}} MB.": "فائل کا سائز {{maxSize}} ایم بی سے زیادہ نہیں ہونا چاہیے",
+ "File uploaded successfully": "",
"Files": "فائلز",
"Filter is now globally disabled": "فلٹر اب عالمی طور پر غیر فعال ہے",
"Filter is now globally enabled": "فلٹر اب عالمی طور پر فعال ہے",
@@ -435,11 +454,11 @@
"General Settings": "عمومی ترتیبات",
"Generate Image": "تصویر بنائیں",
"Generating search query": "تلاش کے لیے سوالیہ عبارت تیار کی جا رہی ہے",
- "Generation Info": "جنریشن کی معلومات",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "عالمی",
"Good Response": "اچھا جواب",
+ "Google Drive": "",
"Google PSE API Key": "گوگل پی ایس ای API کی کلید",
"Google PSE Engine Id": "گوگل پی ایس ای انجن آئی ڈی",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "میں اقرار کرتا ہوں کہ میں نے پڑھ لیا ہے اور میں اپنی کارروائی کے مضمرات سمجھتا ہوں میں اس بات سے واقف ہوں کہ بلاوجہ کوڈ چلانے کے ساتھ منسلک خطرات ہوتے ہیں اور میں نے ماخذ کی اعتمادیت کی تصدیق کی ہے",
"ID": "شناخت",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "تصویر کی تخلیق (تجرباتی)",
"Image Generation Engine": "امیج جنریشن انجن",
+ "Image Max Compression Size": "",
"Image Settings": "تصویری ترتیبات",
"Images": "تصاویر",
"Import Chats": "چیٹس درآمد کریں",
@@ -495,6 +516,7 @@
"June": "جون",
"JWT Expiration": "JWT کی میعاد ختم ہونا",
"JWT Token": "JWT ٹوکن",
+ "Kagi Search API Key": "",
"Keep Alive": "زندہ رکھیں",
"Key": "",
"Keyboard shortcuts": "کی بورڈ شارٹ کٹس",
@@ -583,8 +605,9 @@
"Name": "نام",
"Name your knowledge base": "",
"New Chat": "نئی بات چیت",
- "New folder": "نیا فولڈر",
+ "New folder": "",
"New Password": "نیا پاس ورڈ",
+ "new-channel": "",
"No content found": "کوئی مواد نہیں ملا",
"No content to speak": "بولنے کے لیے کوئی مواد نہیں",
"No distance available": "فاصلہ دستیاب نہیں ہے",
@@ -607,6 +630,7 @@
"Not helpful": "مددگار نہیں ہے",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "نوٹ: اگر آپ کم از کم سکور سیٹ کرتے ہیں، تو تلاش صرف ان دستاویزات کو واپس کرے گی جن کا سکور کم از کم سکور کے برابر یا اس سے زیادہ ہوگا",
"Notes": "نوٹس",
+ "Notification Webhook": "",
"Notifications": "اطلاعات",
"November": "نومبر",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -756,8 +780,7 @@
"Search Tools": "تلاش کے اوزار",
"SearchApi API Key": "سرچ اے پی آئی کی API کلید",
"SearchApi Engine": "تلاش انجن API",
- "Searched {{count}} sites_one": "{{count}} سائٹیں تلاش کی گئی ہیں_ایک",
- "Searched {{count}} sites_other": "تلاش کردہ {{count}} سائٹس_دیگر",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" تلاش کر رہے ہیں",
"Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\" کے لیے علم کی تلاش",
"Searxng Query URL": "تلاش کا سوال URL",
@@ -825,6 +848,7 @@
"Sign up": "سائن اپ کریں",
"Sign up to {{WEBUI_NAME}}": "{{WEBUI_NAME}} میں سائن اپ کریں",
"Signing in to {{WEBUI_NAME}}": "{{WEBUI_NAME}} میں سائن اِن کر رہے ہیں",
+ "sk-1234": "",
"Source": "ماخذ",
"Speech Playback Speed": "تقریر پلے بیک کی رفتار",
"Speech recognition error: {{error}}": "تقریر کی پہچان کی خرابی: {{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "ٹی ٹی ایس آواز",
"Type": "ٹائپ کریں",
"Type Hugging Face Resolve (Download) URL": "قسم ہگنگ فیس ری زولو (ڈاؤن لوڈ) یو آر ایل",
- "Uh-oh! There was an issue connecting to {{provider}}.": "اوہ-اوہ! {{provider}} سے جڑنے میں مسئلہ پیش آیا",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "صارف انٹرفیس",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "ویب ہُک یو آر ایل",
"WebUI Settings": "ویب UI ترتیبات",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/vi-VN/translation.json b/src/lib/i18n/locales/vi-VN/translation.json
index adc070a5c..4d4d76157 100644
--- a/src/lib/i18n/locales/vi-VN/translation.json
+++ b/src/lib/i18n/locales/vi-VN/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Quản trị viên luôn có quyền truy cập vào tất cả các tool; người dùng cần các tools được chỉ định cho mỗi mô hình trong workspace.",
"Advanced Parameters": "Các tham số Nâng cao",
"Advanced Params": "Các tham số Nâng cao",
- "All chats": "",
"All Documents": "Tất cả tài liệu",
"All models deleted successfully": "",
"Allow Chat Delete": "",
@@ -77,6 +76,8 @@
"Archive All Chats": "Lưu tất cả các cuộc Chat",
"Archived Chats": "Lưu các cuộc Chat",
"archived-chat-export": "",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "",
"Are you sure?": "Bạn có chắc chắn không?",
"Arena Models": "",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "",
"before": "trước",
"Being lazy": "Lười biếng",
+ "Beta": "",
"Bing Search V7 Endpoint": "",
"Bing Search V7 Subscription Key": "",
"Brave Search API Key": "Khóa API tìm kiếm dũng cảm",
@@ -119,8 +121,11 @@
"Camera": "",
"Cancel": "Hủy bỏ",
"Capabilities": "Năng lực",
+ "Capture": "",
"Certificate Path": "",
"Change Password": "Đổi Mật khẩu",
+ "Channel Name": "",
+ "Channels": "",
"Character": "",
"Character limit for autocomplete generation input": "",
"Chart new frontiers": "",
@@ -163,6 +168,7 @@
"Collection": "Tổng hợp mọi tài liệu",
"Color": "",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "",
"ComfyUI Base URL": "ComfyUI Base URL",
"ComfyUI Base URL is required.": "Base URL của ComfyUI là bắt buộc.",
"ComfyUI Workflow": "",
@@ -175,6 +181,7 @@
"Confirm": "Xác nhận",
"Confirm Password": "Xác nhận Mật khẩu",
"Confirm your action": "Xác nhận hành động của bạn",
+ "Confirm your new password": "",
"Connections": "Kết nối",
"Contact Admin for WebUI Access": "Liên hệ với Quản trị viên để được cấp quyền truy cập",
"Content": "Nội dung",
@@ -201,6 +208,7 @@
"Create a model": "Tạo model",
"Create Account": "Tạo Tài khoản",
"Create Admin Account": "",
+ "Create Channel": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "Tạo key mới",
@@ -236,6 +244,7 @@
"Delete chat?": "Xóa chat?",
"Delete folder?": "",
"Delete function?": "Xóa function?",
+ "Delete Message": "",
"Delete prompt?": "Xóa prompt?",
"delete this link": "Xóa link này",
"Delete tool?": "Xóa tool?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "",
"Edit": "Chỉnh sửa",
"Edit Arena Model": "",
+ "Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
"Edit Memory": "Sửa Memory",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "",
"Enable autocomplete generation for chat messages": "",
"Enable Community Sharing": "Cho phép Chia sẻ Cộng đồng",
+ "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 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": "Cho phép phản hồi, đánh giá",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "Nhập Google PSE Engine Id",
"Enter Image Size (e.g. 512x512)": "Nhập Kích thước ảnh (vd: 512x512)",
"Enter Jina API Key": "",
+ "Enter Kagi Search API Key": "",
"Enter language codes": "Nhập mã ngôn ngữ",
"Enter Model ID": "",
"Enter model tag (e.g. {{modelTag}})": "Nhập thẻ mô hình (vd: {{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "Nhập stop sequence",
"Enter system prompt": "Nhập system prompt",
"Enter Tavily API Key": "Nhập Tavily API Key",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "Nhập URL cho Tika Server",
"Enter Top K": "Nhập Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Nhập URL (vd: http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "Nhập URL (vd: http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "Nhập Email của bạn",
"Enter Your Full Name": "Nhập Họ và Tên của bạn",
"Enter your message": "Nhập tin nhắn của bạn",
+ "Enter your new password": "",
"Enter Your Password": "Nhập Mật khẩu của bạn",
"Enter Your Role": "Nhập vai trò của bạn",
"Enter Your Username": "",
+ "Enter your webhook URL": "",
"Error": "Lỗi",
"ERROR": "",
+ "Error accessing Google Drive: {{error}}": "",
+ "Error uploading file: {{error}}": "",
"Evaluations": "",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "",
"Example: ALL": "",
@@ -402,6 +420,7 @@
"File not found.": "Không tìm thấy tệp.",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
+ "File uploaded successfully": "",
"Files": "Tệp",
"Filter is now globally disabled": "Bộ lọc hiện đã bị vô hiệu hóa trên toàn hệ thống",
"Filter is now globally enabled": "Bộ lọc hiện được kích hoạt trên toàn hệ thống",
@@ -435,11 +454,11 @@
"General Settings": "Cấu hình chung",
"Generate Image": "Sinh ảnh",
"Generating search query": "Tạo truy vấn tìm kiếm",
- "Generation Info": "Thông tin chung",
"Get started": "",
"Get started with {{WEBUI_NAME}}": "",
"Global": "Toàn hệ thống",
"Good Response": "Trả lời tốt",
+ "Google Drive": "",
"Google PSE API Key": "Khóa API Google PSE",
"Google PSE Engine Id": "ID công cụ Google PSE",
"Group created successfully": "",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Tôi thừa nhận rằng tôi đã đọc và tôi hiểu ý nghĩa của hành động của mình. Tôi nhận thức được những rủi ro liên quan đến việc thực thi mã tùy ý và tôi đã xác minh độ tin cậy của nguồn.",
"ID": "",
"Ignite curiosity": "",
+ "Image Compression": "",
"Image Generation (Experimental)": "Tạo ảnh (thử nghiệm)",
"Image Generation Engine": "Công cụ tạo ảnh",
+ "Image Max Compression Size": "",
"Image Settings": "Cài đặt ảnh",
"Images": "Hình ảnh",
"Import Chats": "Nạp lại nội dung chat",
@@ -495,6 +516,7 @@
"June": "Tháng 6",
"JWT Expiration": "JWT Hết hạn",
"JWT Token": "Token JWT",
+ "Kagi Search API Key": "",
"Keep Alive": "Giữ kết nối",
"Key": "",
"Keyboard shortcuts": "Phím tắt",
@@ -585,6 +607,7 @@
"New Chat": "Tạo chat mới",
"New folder": "",
"New Password": "Mật khẩu mới",
+ "new-channel": "",
"No content found": "",
"No content to speak": "Không có nội dung để nói",
"No distance available": "",
@@ -607,6 +630,7 @@
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Lưu ý: Nếu bạn đặt điểm (Score) tối thiểu thì tìm kiếm sẽ chỉ trả về những tài liệu có điểm lớn hơn hoặc bằng điểm tối thiểu.",
"Notes": "",
+ "Notification Webhook": "",
"Notifications": "Thông báo trên máy tính (Notification)",
"November": "Tháng 11",
"num_gpu (Ollama)": "",
@@ -756,7 +780,7 @@
"Search Tools": "Tìm kiếm Tools",
"SearchApi API Key": "",
"SearchApi Engine": "",
- "Searched {{count}} sites_other": "Đã tìm thấy {{count}} trang web",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "Đang tìm \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searxng Query URL": "URL truy vấn Searxng",
@@ -824,6 +848,7 @@
"Sign up": "Đăng ký",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "sk-1234": "",
"Source": "Nguồn",
"Speech Playback Speed": "",
"Speech recognition error: {{error}}": "Lỗi nhận dạng giọng nói: {{error}}",
@@ -928,7 +953,7 @@
"TTS Voice": "",
"Type": "Kiểu",
"Type Hugging Face Resolve (Download) URL": "Nhập URL Hugging Face Resolve (Tải xuống)",
- "Uh-oh! There was an issue connecting to {{provider}}.": "Ồ! Đã xảy ra sự cố khi kết nối với {{provider}}.",
+ "Uh-oh! There was an issue with the response.": "",
"UI": "Giao diện",
"Unarchive All": "",
"Unarchive All Archived Chats": "",
@@ -989,6 +1014,7 @@
"Web Search Query Generation": "",
"Webhook URL": "Webhook URL",
"WebUI Settings": "Cài đặt WebUI",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "",
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
"What are you trying to achieve?": "",
diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json
index 1e80d5d79..2905ce80e 100644
--- a/src/lib/i18n/locales/zh-CN/translation.json
+++ b/src/lib/i18n/locales/zh-CN/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "管理员拥有所有工具的访问权限;用户则需在工作空间中为每个模型单独分配工具。",
"Advanced Parameters": "高级参数",
"Advanced Params": "高级参数",
- "All chats": "所有对话",
"All Documents": "所有文档",
"All models deleted successfully": "所有模型删除成功",
"Allow Chat Delete": "允许删除对话记录",
@@ -77,6 +76,8 @@
"Archive All Chats": "归档所有对话记录",
"Archived Chats": "已归档对话",
"archived-chat-export": "导出已归档对话",
+ "Are you sure you want to delete this channel?": "是否确认删除此频道?",
+ "Are you sure you want to delete this message?": "是否确认删除此消息?",
"Are you sure you want to unarchive all archived chats?": "是否确认取消所有已归档的对话?",
"Are you sure?": "是否确定?",
"Arena Models": "启用竞技场匿名评价模型",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "批大小 (num_batch)",
"before": "对话",
"Being lazy": "懒惰",
+ "Beta": "Beta",
"Bing Search V7 Endpoint": "Bing 搜索 V7 Endpoint",
"Bing Search V7 Subscription Key": "Bing 搜索 V7 订阅密钥",
"Brave Search API Key": "Brave Search API 密钥",
@@ -119,8 +121,11 @@
"Camera": "摄像头",
"Cancel": "取消",
"Capabilities": "能力",
+ "Capture": "捕获",
"Certificate Path": "证书路径",
"Change Password": "更改密码",
+ "Channel Name": "频道名称",
+ "Channels": "频道",
"Character": "字符",
"Character limit for autocomplete generation input": "自动完成生成输入的字符限制",
"Chart new frontiers": "开拓新领域",
@@ -163,6 +168,7 @@
"Collection": "文件集",
"Color": "颜色",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "ComfyUI API 密钥",
"ComfyUI Base URL": "ComfyUI 基础地址",
"ComfyUI Base URL is required.": "ComfyUI 基础地址为必需填写。",
"ComfyUI Workflow": "ComfyUI Workflow",
@@ -175,6 +181,7 @@
"Confirm": "确认",
"Confirm Password": "确认密码",
"Confirm your action": "确定吗?",
+ "Confirm your new password": "确认新密码",
"Connections": "外部连接",
"Contact Admin for WebUI Access": "请联系管理员以获取访问权限",
"Content": "内容",
@@ -201,6 +208,7 @@
"Create a model": "创建一个模型",
"Create Account": "创建账号",
"Create Admin Account": "创建管理员账号",
+ "Create Channel": "创建频道",
"Create Group": "创建权限组",
"Create Knowledge": "创建知识",
"Create new key": "创建新密钥",
@@ -236,6 +244,7 @@
"Delete chat?": "删除对话记录?",
"Delete folder?": "删除分组?",
"Delete function?": "删除函数?",
+ "Delete Message": "删除消息",
"Delete prompt?": "删除提示词?",
"delete this link": "此处删除这个链接",
"Delete tool?": "删除工具?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "例如:用于执行各种操作的工具",
"Edit": "编辑",
"Edit Arena Model": "编辑竞技场模型",
+ "Edit Channel": "编辑频道",
"Edit Connection": "编辑连接",
"Edit Default Permissions": "编辑默认权限",
"Edit Memory": "编辑记忆",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "启用 API 密钥鉴权",
"Enable autocomplete generation for chat messages": "启用聊天消息的自动完成生成",
"Enable Community Sharing": "启用分享至社区",
+ "Enable Google Drive": "启用 Google 云端硬盘",
"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 Message Rating": "启用回复评价",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "输入 Google PSE 引擎 ID",
"Enter Image Size (e.g. 512x512)": "输入图像分辨率 (例如:512x512)",
"Enter Jina API Key": "输入 Jina API 密钥",
+ "Enter Kagi Search API Key": "输入 Kagi Search API 密钥",
"Enter language codes": "输入语言代码",
"Enter Model ID": "输入模型 ID",
"Enter model tag (e.g. {{modelTag}})": "输入模型标签 (例如:{{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "输入停止序列 (Stop Sequence)",
"Enter system prompt": "输入系统提示词 (Prompt)",
"Enter Tavily API Key": "输入 Tavily API 密钥",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "输入 Tika 服务器地址",
"Enter Top K": "输入 Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "输入地址 (例如:http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "输入地址 (例如:http://localhost:11434)",
+ "Enter your current password": "输入当前密码",
"Enter Your Email": "输入您的电子邮箱",
"Enter Your Full Name": "输入您的名称",
"Enter your message": "输入您的消息",
+ "Enter your new password": "输入新的密码",
"Enter Your Password": "输入您的密码",
"Enter Your Role": "输入您的权限组",
"Enter Your Username": "输入您的用户名",
+ "Enter your webhook URL": "输入您的 Webhook URL",
"Error": "错误",
"ERROR": "错误",
+ "Error accessing Google Drive: {{error}}": "访问 Google 云端硬盘 出错: {{error}}",
+ "Error uploading file: {{error}}": "上传文件时出错: {{error}}",
"Evaluations": "竞技场评估",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "例如:(&(objectClass=inetOrgPerson)(uid=%s))",
"Example: ALL": "例如:ALL",
@@ -402,6 +420,7 @@
"File not found.": "文件未找到。",
"File removed successfully.": "文件成功删除",
"File size should not exceed {{maxSize}} MB.": "文件大小不应超过 {{maxSize}} MB。",
+ "File uploaded successfully": "文件上传成功。",
"Files": "文件",
"Filter is now globally disabled": "过滤器已全局禁用",
"Filter is now globally enabled": "过滤器已全局启用",
@@ -435,11 +454,11 @@
"General Settings": "通用设置",
"Generate Image": "生成图像",
"Generating search query": "生成搜索查询",
- "Generation Info": "生成信息",
"Get started": "开始使用",
"Get started with {{WEBUI_NAME}}": "开始使用 {{WEBUI_NAME}}",
"Global": "全局",
"Good Response": "点赞此回答",
+ "Google Drive": "Google 云端硬盘",
"Google PSE API Key": "Google PSE API 密钥",
"Google PSE Engine Id": "Google PSE 引擎 ID",
"Group created successfully": "权限组创建成功",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "我已阅读并理解我的行为所带来的影响,明白执行任意代码所涉及的风险。且我已验证代码来源可信度。",
"ID": "ID",
"Ignite curiosity": "点燃好奇心",
+ "Image Compression": "",
"Image Generation (Experimental)": "图像生成(实验性)",
"Image Generation Engine": "图像生成引擎",
+ "Image Max Compression Size": "",
"Image Settings": "图像设置",
"Images": "图像",
"Import Chats": "导入对话记录",
@@ -495,6 +516,7 @@
"June": "六月",
"JWT Expiration": "JWT 过期",
"JWT Token": "JWT 令牌",
+ "Kagi Search API Key": "Kagi 搜索 API 密钥",
"Keep Alive": "保持活动",
"Key": "密匙",
"Keyboard shortcuts": "键盘快捷键",
@@ -583,8 +605,9 @@
"Name": "名称",
"Name your knowledge base": "为您的知识库命名",
"New Chat": "新对话",
- "New folder": "新建分组",
+ "New folder": "",
"New Password": "新密码",
+ "new-channel": "新频道",
"No content found": "未发现内容",
"No content to speak": "没有内容可朗读",
"No distance available": "没有可用距离",
@@ -607,6 +630,7 @@
"Not helpful": "无帮助",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:如果设置了最低分数,搜索只会返回分数大于或等于最低分数的文档。",
"Notes": "笔记",
+ "Notification Webhook": "通知 Webhook",
"Notifications": "桌面通知",
"November": "十一月",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -756,7 +780,7 @@
"Search Tools": "搜索工具",
"SearchApi API Key": "SearchApi API 密钥",
"SearchApi Engine": "SearchApi 引擎",
- "Searched {{count}} sites_other": "搜索到 {{count}} 个结果",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "搜索 \"{{searchQuery}}\" 中",
"Searching Knowledge for \"{{searchQuery}}\"": "检索有关 \"{{searchQuery}}\" 的知识中",
"Searxng Query URL": "Searxng 查询 URL",
@@ -824,6 +848,7 @@
"Sign up": "注册",
"Sign up to {{WEBUI_NAME}}": "注册 {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "正在登录 {{WEBUI_NAME}}",
+ "sk-1234": "sk-1234",
"Source": "来源",
"Speech Playback Speed": "语音播放速度",
"Speech recognition error: {{error}}": "语音识别错误:{{error}}",
@@ -928,7 +953,7 @@
"TTS Voice": "文本转语音音色",
"Type": "类型",
"Type Hugging Face Resolve (Download) URL": "输入 Hugging Face 解析(下载)URL",
- "Uh-oh! There was an issue connecting to {{provider}}.": "糟糕!连接到 {{provider}} 时出现问题。",
+ "Uh-oh! There was an issue with the response.": "啊哦!回复有问题。",
"UI": "界面",
"Unarchive All": "取消所有存档",
"Unarchive All Archived Chats": "取消所有已存档的对话",
@@ -989,6 +1014,7 @@
"Web Search Query Generation": "网页搜索查询生成",
"Webhook URL": "Webhook URL",
"WebUI Settings": "WebUI 设置",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI 将向 \"{{url}}/api/chat\" 发出请求",
"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI 将向 \"{{url}}/chat/completions\" 发出请求",
"What are you trying to achieve?": "你想要达到什么目标?",
diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json
index dbc9a9ade..101054f9f 100644
--- a/src/lib/i18n/locales/zh-TW/translation.json
+++ b/src/lib/i18n/locales/zh-TW/translation.json
@@ -47,7 +47,6 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "管理員可以隨時使用所有工具;使用者則需在工作區中為每個模型分配工具。",
"Advanced Parameters": "進階參數",
"Advanced Params": "進階參數",
- "All chats": "所有對話",
"All Documents": "所有文件",
"All models deleted successfully": "成功刪除所有模型",
"Allow Chat Delete": "允許刪除對話",
@@ -77,6 +76,8 @@
"Archive All Chats": "封存所有對話紀錄",
"Archived Chats": "封存的對話紀錄",
"archived-chat-export": "archived-chat-export",
+ "Are you sure you want to delete this channel?": "",
+ "Are you sure you want to delete this message?": "",
"Are you sure you want to unarchive all archived chats?": "您確定要解除封存所有封存的對話記錄嗎?",
"Are you sure?": "您確定嗎?",
"Arena Models": "競技模型",
@@ -109,6 +110,7 @@
"Batch Size (num_batch)": "批次大小(num_batch)",
"before": "之前",
"Being lazy": "懶惰模式",
+ "Beta": "",
"Bing Search V7 Endpoint": "Bing 搜尋 V7 端點",
"Bing Search V7 Subscription Key": "Bing 搜尋 V7 訂閱金鑰",
"Brave Search API Key": "Brave 搜尋 API 金鑰",
@@ -119,8 +121,11 @@
"Camera": "相機",
"Cancel": "取消",
"Capabilities": "功能",
+ "Capture": "擷取",
"Certificate Path": "憑證路徑",
"Change Password": "修改密碼",
+ "Channel Name": "",
+ "Channels": "",
"Character": "角色",
"Character limit for autocomplete generation input": "自動完成產生輸入的字元限制",
"Chart new frontiers": "探索新領域",
@@ -163,6 +168,7 @@
"Collection": "收藏",
"Color": "顏色",
"ComfyUI": "ComfyUI",
+ "ComfyUI API Key": "ComfyUI API 金鑰",
"ComfyUI Base URL": "ComfyUI 基礎 URL",
"ComfyUI Base URL is required.": "需要 ComfyUI 基礎 URL。",
"ComfyUI Workflow": "ComfyUI 工作流程",
@@ -175,6 +181,7 @@
"Confirm": "確認",
"Confirm Password": "確認密碼",
"Confirm your action": "確認您的操作",
+ "Confirm your new password": "",
"Connections": "連線",
"Contact Admin for WebUI Access": "請聯絡管理員以取得 WebUI 存取權限",
"Content": "內容",
@@ -201,6 +208,7 @@
"Create a model": "建立模型",
"Create Account": "建立帳號",
"Create Admin Account": "建立管理員賬號",
+ "Create Channel": "",
"Create Group": "建立群組",
"Create Knowledge": "建立知識",
"Create new key": "建立新的金鑰",
@@ -236,6 +244,7 @@
"Delete chat?": "刪除對話紀錄?",
"Delete folder?": "刪除資料夾?",
"Delete function?": "刪除函式?",
+ "Delete Message": "",
"Delete prompt?": "刪除提示詞?",
"delete this link": "刪除此連結",
"Delete tool?": "刪除工具?",
@@ -288,6 +297,7 @@
"e.g. Tools for performing various operations": "例如:用於執行各種操作的工具",
"Edit": "編輯",
"Edit Arena Model": "編輯競技模型",
+ "Edit Channel": "",
"Edit Connection": "編輯連線",
"Edit Default Permissions": "編輯預設權限",
"Edit Memory": "編輯記憶",
@@ -303,6 +313,7 @@
"Enable API Key Auth": "啟用 API 金鑰驗證",
"Enable autocomplete generation for chat messages": "啟用聊天訊息的自動完成生成",
"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 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": "啟用訊息評分",
@@ -330,6 +341,7 @@
"Enter Google PSE Engine Id": "輸入 Google PSE 引擎 ID",
"Enter Image Size (e.g. 512x512)": "輸入圖片大小(例如:512x512)",
"Enter Jina API Key": "輸入 Jina API 金鑰",
+ "Enter Kagi Search API Key": "輸入 Kagi 搜尋 API 金鑰",
"Enter language codes": "輸入語言代碼",
"Enter Model ID": "輸入模型 ID",
"Enter model tag (e.g. {{modelTag}})": "輸入模型標籤(例如:{{modelTag}})",
@@ -352,18 +364,24 @@
"Enter stop sequence": "輸入停止序列",
"Enter system prompt": "輸入系統提示詞",
"Enter Tavily API Key": "輸入 Tavily API 金鑰",
+ "Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "",
"Enter Tika Server URL": "輸入 Tika 伺服器 URL",
"Enter Top K": "輸入 Top K 值",
"Enter URL (e.g. http://127.0.0.1:7860/)": "輸入 URL(例如:http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "輸入 URL(例如:http://localhost:11434)",
+ "Enter your current password": "",
"Enter Your Email": "輸入您的電子郵件",
"Enter Your Full Name": "輸入您的全名",
"Enter your message": "輸入您的訊息",
+ "Enter your new password": "",
"Enter Your Password": "輸入您的密碼",
"Enter Your Role": "輸入您的角色",
"Enter Your Username": "輸入您的使用者名稱",
+ "Enter your webhook URL": "",
"Error": "錯誤",
"ERROR": "錯誤",
+ "Error accessing Google Drive: {{error}}": "存取 Google Drive 時發生錯誤:{{error}}",
+ "Error uploading file: {{error}}": "上傳檔案時發生錯誤:{{error}}",
"Evaluations": "評估",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "範例:(&(objectClass=inetOrgPerson)(uid=%s))",
"Example: ALL": "範例:ALL",
@@ -402,6 +420,7 @@
"File not found.": "找不到檔案。",
"File removed successfully.": "成功移除檔案。",
"File size should not exceed {{maxSize}} MB.": "檔案大小不應超過 {{maxSize}} MB。",
+ "File uploaded successfully": "檔案上傳成功",
"Files": "檔案",
"Filter is now globally disabled": "篩選器現在已全域停用",
"Filter is now globally enabled": "篩選器現在已全域啟用",
@@ -435,11 +454,11 @@
"General Settings": "一般設定",
"Generate Image": "產生圖片",
"Generating search query": "正在產生搜尋查詢",
- "Generation Info": "生成資訊",
"Get started": "開始使用",
"Get started with {{WEBUI_NAME}}": "開始使用 {{WEBUI_NAME}}",
"Global": "全域",
"Good Response": "良好回應",
+ "Google Drive": "Google Drive",
"Google PSE API Key": "Google PSE API 金鑰",
"Google PSE Engine Id": "Google PSE 引擎 ID",
"Group created successfully": "群組建立成功",
@@ -464,8 +483,10 @@
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "我確認已閱讀並理解我的操作所帶來的影響。我了解執行任意程式碼的相關風險,並已驗證來源的可信度。",
"ID": "ID",
"Ignite curiosity": "點燃好奇心",
+ "Image Compression": "",
"Image Generation (Experimental)": "圖片生成(實驗性功能)",
"Image Generation Engine": "圖片生成引擎",
+ "Image Max Compression Size": "",
"Image Settings": "圖片設定",
"Images": "圖片",
"Import Chats": "匯入對話紀錄",
@@ -495,6 +516,7 @@
"June": "6 月",
"JWT Expiration": "JWT 過期時間",
"JWT Token": "JWT Token",
+ "Kagi Search API Key": "Kagi 搜尋 API 金鑰",
"Keep Alive": "保持連線",
"Key": "金鑰",
"Keyboard shortcuts": "鍵盤快捷鍵",
@@ -583,8 +605,9 @@
"Name": "名稱",
"Name your knowledge base": "命名您的知識庫",
"New Chat": "新增對話",
- "New folder": "新增資料夾",
+ "New folder": "",
"New Password": "新密碼",
+ "new-channel": "",
"No content found": "找不到內容",
"No content to speak": "無可朗讀的內容",
"No distance available": "無可用距離",
@@ -607,6 +630,7 @@
"Not helpful": "沒有幫助",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:如果您設定了最低分數,則搜尋只會回傳分數大於或等於最低分數的文件。",
"Notes": "注意",
+ "Notification Webhook": "",
"Notifications": "通知",
"November": "11 月",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -756,8 +780,7 @@
"Search Tools": "搜尋工具",
"SearchApi API Key": "SearchApi API 金鑰",
"SearchApi Engine": "SearchApi 引擎",
- "Searched {{count}} sites_one": "已搜尋 {{count}} 個網站",
- "Searched {{count}} sites_other": "已搜尋 {{count}} 個網站",
+ "Searched {{count}} sites": "",
"Searching \"{{searchQuery}}\"": "正在搜尋「{{searchQuery}}」",
"Searching Knowledge for \"{{searchQuery}}\"": "正在搜尋知識庫中的「{{searchQuery}}」",
"Searxng Query URL": "Searxng 查詢 URL",
@@ -825,6 +848,7 @@
"Sign up": "註冊",
"Sign up to {{WEBUI_NAME}}": "註冊 {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "正在登入 {{WEBUI_NAME}}",
+ "sk-1234": "sk-1234",
"Source": "來源",
"Speech Playback Speed": "語音播放速度",
"Speech recognition error: {{error}}": "語音辨識錯誤:{{error}}",
@@ -929,7 +953,7 @@
"TTS Voice": "文字轉語音 (TTS) 聲音",
"Type": "類型",
"Type Hugging Face Resolve (Download) URL": "輸入 Hugging Face 的解析(下載)URL",
- "Uh-oh! There was an issue connecting to {{provider}}.": "哎呀!連線到 {{provider}} 時出現問題。",
+ "Uh-oh! There was an issue with the response.": "哎呀!回應出了點問題。",
"UI": "使用者介面",
"Unarchive All": "解除封存全部",
"Unarchive All Archived Chats": "解除封存全部已封存對話",
@@ -990,6 +1014,7 @@
"Web Search Query Generation": "網頁搜尋查詢生成",
"Webhook URL": "Webhook URL",
"WebUI Settings": "WebUI 設定",
+ "WebUI URL": "",
"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI 將向 \"{{url}}/api/chat\" 發送請求",
"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI 將向 \"{{url}}/chat/completions\" 發送請求",
"What are you trying to achieve?": "您正在試圖完成什麽?",
diff --git a/src/lib/stores/index.ts b/src/lib/stores/index.ts
index 2e3976bf9..6f63e773a 100644
--- a/src/lib/stores/index.ts
+++ b/src/lib/stores/index.ts
@@ -23,6 +23,7 @@ export const theme = writable('system');
export const chatId = writable('');
export const chatTitle = writable('');
+export const channels = writable([]);
export const chats = writable([]);
export const pinnedChats = writable([]);
export const tags = writable([]);
@@ -176,6 +177,7 @@ type Config = {
enable_signup: boolean;
enable_login_form: boolean;
enable_web_search?: boolean;
+ enable_google_drive_integration: boolean;
enable_image_generation: boolean;
enable_admin_export: boolean;
enable_admin_chat_access: boolean;
diff --git a/src/lib/utils/google-drive-picker.ts b/src/lib/utils/google-drive-picker.ts
new file mode 100644
index 000000000..64b7f371b
--- /dev/null
+++ b/src/lib/utils/google-drive-picker.ts
@@ -0,0 +1,212 @@
+// Google Drive Picker API configuration
+let API_KEY = '';
+let CLIENT_ID = '';
+
+// Function to fetch credentials from backend config
+async function getCredentials() {
+ const response = await fetch('/api/config');
+ if (!response.ok) {
+ throw new Error('Failed to fetch Google Drive credentials');
+ }
+ const config = await response.json();
+ API_KEY = config.google_drive?.api_key;
+ CLIENT_ID = config.google_drive?.client_id;
+
+ if (!API_KEY || !CLIENT_ID) {
+ throw new Error('Google Drive API credentials not configured');
+ }
+}
+const SCOPE = [
+ 'https://www.googleapis.com/auth/drive.readonly',
+ 'https://www.googleapis.com/auth/drive.file'
+];
+
+// Validate required credentials
+const validateCredentials = () => {
+ if (!API_KEY || !CLIENT_ID) {
+ throw new Error('Google Drive API credentials not configured');
+ }
+ if (API_KEY === '' || CLIENT_ID === '') {
+ throw new Error('Please configure valid Google Drive API credentials');
+ }
+};
+
+let pickerApiLoaded = false;
+let oauthToken: string | null = null;
+let initialized = false;
+
+export const loadGoogleDriveApi = () => {
+ return new Promise((resolve, reject) => {
+ if (typeof gapi === 'undefined') {
+ const script = document.createElement('script');
+ script.src = 'https://apis.google.com/js/api.js';
+ script.onload = () => {
+ gapi.load('picker', () => {
+ pickerApiLoaded = true;
+ resolve(true);
+ });
+ };
+ script.onerror = reject;
+ document.body.appendChild(script);
+ } else {
+ gapi.load('picker', () => {
+ pickerApiLoaded = true;
+ resolve(true);
+ });
+ }
+ });
+};
+
+export const loadGoogleAuthApi = () => {
+ return new Promise((resolve, reject) => {
+ if (typeof google === 'undefined') {
+ const script = document.createElement('script');
+ script.src = 'https://accounts.google.com/gsi/client';
+ script.onload = resolve;
+ script.onerror = reject;
+ document.body.appendChild(script);
+ } else {
+ resolve(true);
+ }
+ });
+};
+
+export const getAuthToken = async () => {
+ if (!oauthToken) {
+ return new Promise((resolve, reject) => {
+ const tokenClient = google.accounts.oauth2.initTokenClient({
+ client_id: CLIENT_ID,
+ scope: SCOPE.join(' '),
+ callback: (response: any) => {
+ if (response.access_token) {
+ oauthToken = response.access_token;
+ resolve(oauthToken);
+ } else {
+ reject(new Error('Failed to get access token'));
+ }
+ },
+ error_callback: (error: any) => {
+ reject(new Error(error.message || 'OAuth error occurred'));
+ }
+ });
+ tokenClient.requestAccessToken();
+ });
+ }
+ return oauthToken;
+};
+
+const initialize = async () => {
+ if (!initialized) {
+ await getCredentials();
+ validateCredentials();
+ await Promise.all([loadGoogleDriveApi(), loadGoogleAuthApi()]);
+ initialized = true;
+ }
+};
+
+export const createPicker = () => {
+ return new Promise(async (resolve, reject) => {
+ try {
+ console.log('Initializing Google Drive Picker...');
+ await initialize();
+ console.log('Getting auth token...');
+ const token = await getAuthToken();
+ if (!token) {
+ console.error('Failed to get OAuth token');
+ throw new Error('Unable to get OAuth token');
+ }
+ console.log('Auth token obtained successfully');
+
+ const picker = new google.picker.PickerBuilder()
+ .enableFeature(google.picker.Feature.NAV_HIDDEN)
+ .enableFeature(google.picker.Feature.MULTISELECT_ENABLED)
+ .addView(
+ new google.picker.DocsView()
+ .setIncludeFolders(false)
+ .setSelectFolderEnabled(false)
+ .setMimeTypes(
+ 'application/pdf,text/plain,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.google-apps.document,application/vnd.google-apps.spreadsheet,application/vnd.google-apps.presentation'
+ )
+ )
+ .setOAuthToken(token)
+ .setDeveloperKey(API_KEY)
+ // Remove app ID setting as it's not needed and can cause 404 errors
+ .setCallback(async (data: any) => {
+ if (data[google.picker.Response.ACTION] === google.picker.Action.PICKED) {
+ try {
+ const doc = data[google.picker.Response.DOCUMENTS][0];
+ const fileId = doc[google.picker.Document.ID];
+ const fileName = doc[google.picker.Document.NAME];
+ const fileUrl = doc[google.picker.Document.URL];
+
+ if (!fileId || !fileName) {
+ throw new Error('Required file details missing');
+ }
+
+ // Construct download URL based on MIME type
+ const mimeType = doc[google.picker.Document.MIME_TYPE];
+
+ let downloadUrl;
+ let exportFormat;
+
+ if (mimeType.includes('google-apps')) {
+ // Handle Google Workspace files
+ if (mimeType.includes('document')) {
+ exportFormat = 'text/plain';
+ } else if (mimeType.includes('spreadsheet')) {
+ exportFormat = 'text/csv';
+ } else if (mimeType.includes('presentation')) {
+ exportFormat = 'text/plain';
+ } else {
+ exportFormat = 'application/pdf';
+ }
+ downloadUrl = `https://www.googleapis.com/drive/v3/files/${fileId}/export?mimeType=${encodeURIComponent(exportFormat)}`;
+ } else {
+ // Regular files use direct download URL
+ downloadUrl = `https://www.googleapis.com/drive/v3/files/${fileId}?alt=media`;
+ }
+ // Create a Blob from the file download
+ const response = await fetch(downloadUrl, {
+ headers: {
+ Authorization: `Bearer ${token}`,
+ Accept: '*/*'
+ }
+ });
+
+ if (!response.ok) {
+ const errorText = await response.text();
+ console.error('Download failed:', {
+ status: response.status,
+ statusText: response.statusText,
+ error: errorText
+ });
+ throw new Error(`Failed to download file (${response.status}): ${errorText}`);
+ }
+
+ const blob = await response.blob();
+ const result = {
+ id: fileId,
+ name: fileName,
+ url: downloadUrl,
+ blob: blob,
+ headers: {
+ Authorization: `Bearer ${token}`,
+ Accept: '*/*'
+ }
+ };
+ resolve(result);
+ } catch (error) {
+ reject(error);
+ }
+ } else if (data[google.picker.Response.ACTION] === google.picker.Action.CANCEL) {
+ resolve(null);
+ }
+ })
+ .build();
+ picker.setVisible(true);
+ } catch (error) {
+ console.error('Google Drive Picker error:', error);
+ reject(error);
+ }
+ });
+};
diff --git a/src/lib/utils/index.ts b/src/lib/utils/index.ts
index 784eef434..463738bb2 100644
--- a/src/lib/utils/index.ts
+++ b/src/lib/utils/index.ts
@@ -8,6 +8,8 @@ import { TTS_RESPONSE_SPLIT } from '$lib/types';
// Helper functions
//////////////////////////
+export const sleep = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms));
+
function escapeRegExp(string: string): string {
return string.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
}
@@ -187,6 +189,67 @@ export const canvasPixelTest = () => {
return true;
};
+export const compressImage = async (imageUrl, maxWidth, maxHeight) => {
+ return new Promise((resolve, reject) => {
+ const img = new Image();
+ img.onload = () => {
+ const canvas = document.createElement('canvas');
+ let width = img.width;
+ let height = img.height;
+
+ // Maintain aspect ratio while resizing
+
+ if (maxWidth && maxHeight) {
+ // Resize with both dimensions defined (preserves aspect ratio)
+
+ if (width <= maxWidth && height <= maxHeight) {
+ resolve(imageUrl);
+ return;
+ }
+
+ if (width / height > maxWidth / maxHeight) {
+ height = Math.round((maxWidth * height) / width);
+ width = maxWidth;
+ } else {
+ width = Math.round((maxHeight * width) / height);
+ height = maxHeight;
+ }
+ } else if (maxWidth) {
+ // Only maxWidth defined
+
+ if (width <= maxWidth) {
+ resolve(imageUrl);
+ return;
+ }
+
+ height = Math.round((maxWidth * height) / width);
+ width = maxWidth;
+ } else if (maxHeight) {
+ // Only maxHeight defined
+
+ if (height <= maxHeight) {
+ resolve(imageUrl);
+ return;
+ }
+
+ width = Math.round((maxHeight * width) / height);
+ height = maxHeight;
+ }
+
+ canvas.width = width;
+ canvas.height = height;
+
+ const context = canvas.getContext('2d');
+ context.drawImage(img, 0, 0, width, height);
+
+ // Get compressed image URL
+ const compressedUrl = canvas.toDataURL();
+ resolve(compressedUrl);
+ };
+ img.onerror = (error) => reject(error);
+ img.src = imageUrl;
+ });
+};
export const generateInitialsImage = (name) => {
const canvas = document.createElement('canvas');
const ctx = canvas.getContext('2d');
@@ -552,7 +615,33 @@ export const removeEmojis = (str: string) => {
};
export const removeFormattings = (str: string) => {
- return str.replace(/(\*)(.*?)\1/g, '').replace(/(```)(.*?)\1/gs, '');
+ return (
+ str
+ // Block elements (remove completely)
+ .replace(/(```[\s\S]*?```)/g, '') // Code blocks
+ .replace(/^\|.*\|$/gm, '') // Tables
+ // Inline elements (preserve content)
+ .replace(/(?:\*\*|__)(.*?)(?:\*\*|__)/g, '$1') // Bold
+ .replace(/(?:[*_])(.*?)(?:[*_])/g, '$1') // Italic
+ .replace(/~~(.*?)~~/g, '$1') // Strikethrough
+ .replace(/`([^`]+)`/g, '$1') // Inline code
+
+ // Links and images
+ .replace(/!?\[([^\]]*)\](?:\([^)]+\)|\[[^\]]*\])/g, '$1') // Links & images
+ .replace(/^\[[^\]]+\]:\s*.*$/gm, '') // Reference definitions
+
+ // Block formatting
+ .replace(/^#{1,6}\s+/gm, '') // Headers
+ .replace(/^\s*[-*+]\s+/gm, '') // Lists
+ .replace(/^\s*(?:\d+\.)\s+/gm, '') // Numbered lists
+ .replace(/^\s*>[> ]*/gm, '') // Blockquotes
+ .replace(/^\s*:\s+/gm, '') // Definition lists
+
+ // Cleanup
+ .replace(/\[\^[^\]]*\]/g, '') // Footnotes
+ .replace(/[-*_~]/g, '') // Remaining markers
+ .replace(/\n{2,}/g, '\n')
+ ); // Multiple newlines
};
export const cleanText = (content: string) => {
diff --git a/src/routes/(app)/channels/[id]/+page.svelte b/src/routes/(app)/channels/[id]/+page.svelte
new file mode 100644
index 000000000..512fbeaff
--- /dev/null
+++ b/src/routes/(app)/channels/[id]/+page.svelte
@@ -0,0 +1,7 @@
+
+
+
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index d1c30a96b..d4fb46b9e 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -15,7 +15,12 @@
mobile,
socket,
activeUserCount,
- USAGE_POOL
+ USAGE_POOL,
+ chatId,
+ chats,
+ currentChatPage,
+ tags,
+ temporaryChatEnabled
} from '$lib/stores';
import { goto } from '$app/navigation';
import { page } from '$app/stores';
@@ -32,23 +37,26 @@
import { WEBUI_BASE_URL, WEBUI_HOSTNAME } from '$lib/constants';
import i18n, { initI18n, getLanguages } from '$lib/i18n';
import { bestMatchingLanguage } from '$lib/utils';
+ import { getAllTags, getChatList } from '$lib/apis/chats';
+ import NotificationToast from '$lib/components/NotificationToast.svelte';
setContext('i18n', i18n);
let loaded = false;
const BREAKPOINT = 768;
- const setupSocket = () => {
+ const setupSocket = async (enableWebsocket) => {
const _socket = io(`${WEBUI_BASE_URL}` || undefined, {
reconnection: true,
reconnectionDelay: 1000,
reconnectionDelayMax: 5000,
randomizationFactor: 0.5,
path: '/ws/socket.io',
+ transports: enableWebsocket ? ['websocket'] : ['polling', 'websocket'],
auth: { token: localStorage.token }
});
- socket.set(_socket);
+ await socket.set(_socket);
_socket.on('connect_error', (err) => {
console.log('connect_error', err);
@@ -84,6 +92,67 @@
});
};
+ const chatEventHandler = async (event) => {
+ const chat = $page.url.pathname.includes(`/c/${event.chat_id}`);
+
+ if (
+ (event.chat_id !== $chatId && !$temporaryChatEnabled) ||
+ document.visibilityState !== 'visible'
+ ) {
+ await tick();
+ const type = event?.data?.type ?? null;
+ const data = event?.data?.data ?? null;
+
+ if (type === 'chat:completion') {
+ const { done, content, title } = data;
+
+ if (done) {
+ toast.custom(NotificationToast, {
+ componentProps: {
+ onClick: () => {
+ goto(`/c/${event.chat_id}`);
+ },
+ content: content,
+ title: title
+ },
+ duration: 15000,
+ unstyled: true
+ });
+ }
+ } else if (type === 'chat:title') {
+ currentChatPage.set(1);
+ await chats.set(await getChatList(localStorage.token, $currentChatPage));
+ } else if (type === 'chat:tags') {
+ tags.set(await getAllTags(localStorage.token));
+ }
+ }
+ };
+
+ const channelEventHandler = async (event) => {
+ // check url path
+ const channel = $page.url.pathname.includes(`/channels/${event.channel_id}`);
+
+ if ((!channel || document.visibilityState !== 'visible') && event?.user?.id !== $user?.id) {
+ await tick();
+ const type = event?.data?.type ?? null;
+ const data = event?.data?.data ?? null;
+
+ if (type === 'message') {
+ toast.custom(NotificationToast, {
+ componentProps: {
+ onClick: () => {
+ goto(`/channels/${event.channel_id}`);
+ },
+ content: data?.content,
+ title: event?.channel?.name
+ },
+ duration: 15000,
+ unstyled: true
+ });
+ }
+ }
+ };
+
onMount(async () => {
theme.set(localStorage.theme);
@@ -126,7 +195,7 @@
await WEBUI_NAME.set(backendConfig.name);
if ($config) {
- setupSocket();
+ await setupSocket($config.features?.enable_websocket ?? true);
if (localStorage.token) {
// Get Session User Info
@@ -137,6 +206,11 @@
if (sessionUser) {
// Save Session User to Store
+ $socket.emit('user-join', { auth: { token: sessionUser.token } });
+
+ $socket?.on('chat-events', chatEventHandler);
+ $socket?.on('channel-events', channelEventHandler);
+
await user.set(sessionUser);
await config.set(await getBackendConfig());
} else {
@@ -218,5 +292,5 @@
: 'light'
: 'light'}
richColors
- position="top-center"
+ position="top-right"
/>
diff --git a/static/audio/notification.mp3 b/static/audio/notification.mp3
new file mode 100644
index 000000000..c41d02ca0
Binary files /dev/null and b/static/audio/notification.mp3 differ