{#if selectedItems?.length > 0}
-
+
{#each selectedItems as file, fileIdx}
{/if}
-
-
{
- const item = e.detail;
+ {#if loaded}
+
+ {
+ const item = e.detail;
- if (!selectedItems.find((k) => k.id === item.id)) {
- selectedItems = [
- ...selectedItems,
- {
- ...item
- }
- ];
- }
- }}
- >
- k.id === item.id)) {
+ selectedItems = [
+ ...selectedItems,
+ {
+ ...item
+ }
+ ];
+ }
+ }}
>
-
-
+
+ {$i18n.t('Select Knowledge')}
+
+
+
+ {#if $user?.role === 'admin' || $user?.permissions?.chat?.file_upload}
+
+ {/if}
+
+ {/if}
diff --git a/src/lib/components/workspace/Models/Knowledge/Selector.svelte b/src/lib/components/workspace/Models/Knowledge/Selector.svelte
index a1286d0841..97719f7c6e 100644
--- a/src/lib/components/workspace/Models/Knowledge/Selector.svelte
+++ b/src/lib/components/workspace/Models/Knowledge/Selector.svelte
@@ -15,6 +15,8 @@
export let onClose: Function = () => {};
+ export let knowledgeItems = [];
+
let query = '';
let items = [];
@@ -51,7 +53,7 @@
};
});
- let legacy_documents = $knowledge
+ let legacy_documents = knowledgeItems
.filter((item) => item?.meta?.document)
.map((item) => ({
...item,
@@ -86,16 +88,16 @@
]
: [];
- let collections = $knowledge
+ let collections = knowledgeItems
.filter((item) => !item?.meta?.document)
.map((item) => ({
...item,
type: 'collection'
}));
let collection_files =
- $knowledge.length > 0
+ knowledgeItems.length > 0
? [
- ...$knowledge
+ ...knowledgeItems
.reduce((a, item) => {
return [
...new Set([
@@ -141,7 +143,7 @@
{#if filteredItems.length === 0}
-
+
{$i18n.t('No knowledge found')}
{:else}
diff --git a/src/lib/components/workspace/Models/ModelEditor.svelte b/src/lib/components/workspace/Models/ModelEditor.svelte
index 170181db16..80cc73cfc6 100644
--- a/src/lib/components/workspace/Models/ModelEditor.svelte
+++ b/src/lib/components/workspace/Models/ModelEditor.svelte
@@ -226,7 +226,7 @@
filterIds = model?.meta?.filterIds ?? [];
actionIds = model?.meta?.actionIds ?? [];
knowledge = (model?.meta?.knowledge ?? []).map((item) => {
- if (item?.collection_name) {
+ if (item?.collection_name && item?.type !== 'file') {
return {
id: item.collection_name,
name: item.name,
diff --git a/src/lib/components/workspace/Prompts/PromptEditor.svelte b/src/lib/components/workspace/Prompts/PromptEditor.svelte
index 5c9a1eb072..789fd40bfb 100644
--- a/src/lib/components/workspace/Prompts/PromptEditor.svelte
+++ b/src/lib/components/workspace/Prompts/PromptEditor.svelte
@@ -171,11 +171,10 @@
{'}}'}.
-
- {$i18n.t('Utilize')}
- {` {{CLIPBOARD}}`}
- {$i18n.t('variable to have them replaced with clipboard content.')}
+
diff --git a/src/lib/i18n/locales/ar-BH/translation.json b/src/lib/i18n/locales/ar-BH/translation.json
index 3234e2d062..34e6fc1dc8 100644
--- a/src/lib/i18n/locales/ar-BH/translation.json
+++ b/src/lib/i18n/locales/ar-BH/translation.json
@@ -290,6 +290,7 @@
"Create Account": "إنشاء حساب",
"Create Admin Account": "",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "عمل مفتاح جديد",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "",
"Edit User": "تعديل المستخدم",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "أدخل عنوان URL ل Github Raw",
"Enter Google PSE API Key": "أدخل مفتاح واجهة برمجة تطبيقات PSE من Google",
"Enter Google PSE Engine Id": "أدخل معرف محرك PSE من Google",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "فشل في قراءة محتويات الحافظة",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "دفق قطع الاستجابة الخارجية الكبيرة بسلاسة",
"Focus chat input": "التركيز على إدخال الدردشة",
"Folder deleted successfully": "",
+ "Folder Name": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "إدخال الأوامر",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "التثبيت من عنوان URL لجيثب",
"Instant Auto-Send After Voice Transcription": "",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT تجريبي",
"JWT Token": "JWT Token",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "اختصارات لوحة المفاتيح",
"Knowledge": "",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "",
"Knowledge deleted successfully.": "",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "فاتح",
"Listening...": "",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "ما الجديد",
"Seed": "Seed",
"Select a base model": "حدد نموذجا أساسيا",
+ "Select a conversation to preview": "",
"Select a engine": "",
"Select a function": "",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"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 learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "",
"Untitled": "",
"Update": "",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "",
"Users": "المستخدمين",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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": "",
"variable": "المتغير",
- "variable to have them replaced with clipboard content.": "متغير لاستبدالها بمحتوى الحافظة.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "إصدار",
diff --git a/src/lib/i18n/locales/ar/translation.json b/src/lib/i18n/locales/ar/translation.json
index 1e6124bee5..c7ffe1da3b 100644
--- a/src/lib/i18n/locales/ar/translation.json
+++ b/src/lib/i18n/locales/ar/translation.json
@@ -290,6 +290,7 @@
"Create Account": "إنشاء حساب",
"Create Admin Account": "إنشاء حساب مسؤول",
"Create Channel": "إنشاء قناة",
+ "Create Folder": "",
"Create Group": "إنشاء مجموعة",
"Create Knowledge": "إنشاء معرفة",
"Create new key": "إنشاء مفتاح جديد",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "مثال: أدوات لتنفيذ عمليات متنوعة",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "تعديل القناة",
"Edit Connection": "تعديل الاتصال",
"Edit Default Permissions": "تعديل الأذونات الافتراضية",
+ "Edit Folder": "",
"Edit Memory": "تعديل الذاكرة",
"Edit User": "تعديل المستخدم",
"Edit User Group": "تعديل مجموعة المستخدمين",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "أدخل عنوان URL ل Github Raw",
"Enter Google PSE API Key": "أدخل مفتاح واجهة برمجة تطبيقات PSE من Google",
"Enter Google PSE Engine Id": "أدخل معرف محرك PSE من Google",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "فشل في إضافة الملف.",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "فشل في جلب النماذج",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "فشل في قراءة محتويات الحافظة",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "دفق قطع الاستجابة الخارجية الكبيرة بسلاسة",
"Focus chat input": "التركيز على إدخال الدردشة",
"Folder deleted successfully": "تم حذف المجلد بنجاح",
+ "Folder Name": "",
"Folder name cannot be empty.": "لا يمكن أن يكون اسم المجلد فارغًا.",
"Folder name updated successfully": "تم تحديث اسم المجلد بنجاح",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "إدخال الأوامر",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "التثبيت من عنوان URL لجيثب",
"Instant Auto-Send After Voice Transcription": "إرسال تلقائي فوري بعد تحويل الصوت إلى نص",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT تجريبي",
"JWT Token": "JWT Token",
"Kagi Search API Key": "مفتاح API لـ Kagi Search",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "المفتاح",
"Keyboard shortcuts": "اختصارات لوحة المفاتيح",
"Knowledge": "المعرفة",
"Knowledge Access": "الوصول إلى المعرفة",
+ "Knowledge Base": "",
"Knowledge created successfully.": "تم إنشاء المعرفة بنجاح.",
"Knowledge deleted successfully.": "تم حذف المعرفة بنجاح.",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "اتركه فارغًا لاستخدام التوجيه الافتراضي، أو أدخل توجيهًا مخصصًا",
"Leave model field empty to use the default model.": "اترك حقل النموذج فارغًا لاستخدام النموذج الافتراضي.",
"License": "الترخيص",
+ "Lift List": "",
"Light": "فاتح",
"Listening...": "جارٍ الاستماع...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "قناة جديدة",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "ما الجديد",
"Seed": "Seed",
"Select a base model": "حدد نموذجا أساسيا",
+ "Select a conversation to preview": "",
"Select a engine": "اختر محركًا",
"Select a function": "اختر وظيفة",
"Select a group": "اختر مجموعة",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "سجّل في {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "جارٍ تسجيل الدخول إلى {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "للوصول إلى واجهة WebUI، يُرجى التواصل مع المسؤول. يمكن للمسؤولين إدارة حالة المستخدمين من لوحة الإدارة.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "لإرفاق قاعدة المعرفة هنا، أضفها أولاً إلى مساحة العمل \"المعرفة\".",
"To learn more about available endpoints, visit our documentation.": "لمعرفة المزيد حول نقاط النهاية المتاحة، قم بزيارة الوثائق الخاصة بنا.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "لاختيار الفلاتر هنا، أضفها أولاً إلى مساحة العمل \"الوظائف\".",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "اكشف الأسرار",
"Unpin": "إزالة التثبيت",
"Unravel secrets": "فكّ الأسرار",
+ "Unsupported file type.": "",
"Untagged": "بدون وسوم",
"Untitled": "",
"Update": "تحديث",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "اسم المستخدم",
"Users": "المستخدمين",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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": "تم تحديث الصمامات بنجاح",
"variable": "المتغير",
- "variable to have them replaced with clipboard content.": "متغير لاستبدالها بمحتوى الحافظة.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "إصدار",
diff --git a/src/lib/i18n/locales/bg-BG/translation.json b/src/lib/i18n/locales/bg-BG/translation.json
index ff60be6655..86afff90b2 100644
--- a/src/lib/i18n/locales/bg-BG/translation.json
+++ b/src/lib/i18n/locales/bg-BG/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Създаване на Акаунт",
"Create Admin Account": "Създаване на администраторски акаунт",
"Create Channel": "Създаване на канал",
+ "Create Folder": "",
"Create Group": "Създаване на група",
"Create Knowledge": "Създаване на знания",
"Create new key": "Създаване на нов ключ",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "напр. Инструменти за извършване на различни операции",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "Редактиране на канал",
"Edit Connection": "Редактиране на връзка",
"Edit Default Permissions": "Редактиране на разрешения по подразбиране",
+ "Edit Folder": "",
"Edit Memory": "Редактиране на памет",
"Edit User": "Редактиране на потребител",
"Edit User Group": "Редактиране на потребителска група",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Въведете URL адрес на Github Raw",
"Enter Google PSE API Key": "Въведете API ключ за Google PSE",
"Enter Google PSE Engine Id": "Въведете идентификатор на двигателя на Google PSE",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Неуспешно добавяне на файл.",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "Неуспешно извличане на модели",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Грешка при четене на съдържанието от клипборда",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Плавно предаване на големи части от външния отговор",
"Focus chat input": "Фокусиране на чат вход",
"Folder deleted successfully": "Папката е изтрита успешно",
+ "Folder Name": "",
"Folder name cannot be empty.": "Името на папката не може да бъде празно.",
"Folder name updated successfully": "Името на папката е актуализирано успешно",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Въведете команди",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Инсталиране от URL адреса на Github",
"Instant Auto-Send After Voice Transcription": "Незабавно автоматично изпращане след гласова транскрипция",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT изтичане",
"JWT Token": "JWT токен",
"Kagi Search API Key": "API ключ за Kagi Search",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "Ключ",
"Keyboard shortcuts": "Клавиши за бърз достъп",
"Knowledge": "Знания",
"Knowledge Access": "Достъп до знания",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Знанието е създадено успешно.",
"Knowledge deleted successfully.": "Знанието е изтрито успешно.",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Оставете празно, за да използвате промпта по подразбиране, или въведете персонализиран промпт",
"Leave model field empty to use the default model.": "Оставете полето за модел празно, за да използвате модела по подразбиране.",
"License": "Лиценз",
+ "Lift List": "",
"Light": "Светъл",
"Listening...": "Слушане...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "нов-канал",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "Без съдържание",
@@ -1135,6 +1147,7 @@
"See what's new": "Виж какво е новото",
"Seed": "Начално число",
"Select a base model": "Изберете базов модел",
+ "Select a conversation to preview": "",
"Select a engine": "Изберете двигател",
"Select a function": "Изберете функция",
"Select a group": "Изберете група",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Регистрирайте се в {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "Вписване в {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"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 learn more about available endpoints, visit our documentation.": "За да научите повече за наличните крайни точки, посетете нашата документация.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "За да изберете филтри тук, първо ги добавете към работното пространство \"Функции\".",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Разкрий мистерии",
"Unpin": "Откачи",
"Unravel secrets": "Разгадай тайни",
+ "Unsupported file type.": "",
"Untagged": "Без етикет",
"Untitled": "Неозаглавен",
"Update": "Актуализиране",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "Потребителско име",
"Users": "Потребители",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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": "Клапаните са актуализирани успешно",
"variable": "променлива",
- "variable to have them replaced with clipboard content.": "променлива, за да бъдат заменени със съдържание от клипборда.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Версия",
diff --git a/src/lib/i18n/locales/bn-BD/translation.json b/src/lib/i18n/locales/bn-BD/translation.json
index 7755312fcc..42e1f35da1 100644
--- a/src/lib/i18n/locales/bn-BD/translation.json
+++ b/src/lib/i18n/locales/bn-BD/translation.json
@@ -290,6 +290,7 @@
"Create Account": "একাউন্ট তৈরি করুন",
"Create Admin Account": "",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "একটি নতুন কী তৈরি করুন",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "",
"Edit User": "ইউজার এডিট করুন",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "গিটহাব কাঁচা URL লিখুন",
"Enter Google PSE API Key": "গুগল পিএসই এপিআই কী লিখুন",
"Enter Google PSE Engine Id": "গুগল পিএসই ইঞ্জিন আইডি লিখুন",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "ক্লিপবোর্ডের বিষয়বস্তু পড়া সম্ভব হয়নি",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "বড় এক্সটার্নাল রেসপন্স চাঙ্কগুলো মসৃণভাবে প্রবাহিত করুন",
"Focus chat input": "চ্যাট ইনপুট ফোকাস করুন",
"Folder deleted successfully": "",
+ "Folder Name": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "ইনপুট কমান্ডস",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Github URL থেকে ইনস্টল করুন",
"Instant Auto-Send After Voice Transcription": "",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT-র মেয়াদ",
"JWT Token": "JWT টোকেন",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "কিবোর্ড শর্টকাটসমূহ",
"Knowledge": "",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "",
"Knowledge deleted successfully.": "",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "লাইট",
"Listening...": "",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "নতুন কী আছে দেখুন",
"Seed": "সীড",
"Select a base model": "একটি বেস মডেল নির্বাচন করুন",
+ "Select a conversation to preview": "",
"Select a engine": "",
"Select a function": "",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"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 learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "",
"Untitled": "",
"Update": "",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "",
"Users": "ব্যাবহারকারীগণ",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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": "",
"variable": "ভেরিয়েবল",
- "variable to have them replaced with clipboard content.": "ক্লিপবোর্ডের কন্টেন্ট দিয়ে যেই ভেরিয়েবল রিপ্লেস করা যাবে।",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "ভার্সন",
diff --git a/src/lib/i18n/locales/bo-TB/translation.json b/src/lib/i18n/locales/bo-TB/translation.json
index 334e08ab53..aaec27bdbf 100644
--- a/src/lib/i18n/locales/bo-TB/translation.json
+++ b/src/lib/i18n/locales/bo-TB/translation.json
@@ -290,6 +290,7 @@
"Create Account": "རྩིས་ཁྲ་གསར་བཟོ།",
"Create Admin Account": "དོ་དམ་པའི་རྩིས་ཁྲ་གསར་བཟོ།",
"Create Channel": "བགྲོ་གླེང་གསར་བཟོ།",
+ "Create Folder": "",
"Create Group": "ཚོགས་པ་གསར་བཟོ།",
"Create Knowledge": "ཤེས་བྱ་གསར་བཟོ།",
"Create new key": "ལྡེ་མིག་གསར་པ་བཟོ་བ།",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "དཔེར་ན། ལས་ཀ་སྣ་ཚོགས་སྒྲུབ་བྱེད་ཀྱི་ལག་ཆ།",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "བགྲོ་གླེང་ཞུ་དག",
"Edit Connection": "སྦྲེལ་མཐུད་ཞུ་དག",
"Edit Default Permissions": "སྔོན་སྒྲིག་དབང་ཚད་ཞུ་དག",
+ "Edit Folder": "",
"Edit Memory": "དྲན་ཤེས་ཞུ་དག",
"Edit User": "བེད་སྤྱོད་མཁན་ཞུ་དག",
"Edit User Group": "བེད་སྤྱོད་མཁན་ཚོགས་པ་ཞུ་དག",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Github Raw URL འཇུག་པ།",
"Enter Google PSE API Key": "Google PSE API ལྡེ་མིག་འཇུག་པ།",
"Enter Google PSE Engine Id": "Google PSE Engine Id འཇུག་པ།",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "ཡིག་ཆ་སྣོན་པར་མ་ཐུབ།",
"Failed to connect to {{URL}} OpenAPI tool server": "{{URL}} OpenAPI ལག་ཆའི་སར་བར་ལ་སྦྲེལ་མཐུད་བྱེད་མ་ཐུབ།",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "དཔེ་དབྱིབས་ལེན་པར་མ་ཐུབ།",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "སྦྱར་སྡེར་གྱི་ནང་དོན་ཀློག་མ་ཐུབ།",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "ཕྱི་རོལ་གྱི་ལན་གྱི་དུམ་བུ་ཆེན་པོ་རྒྱུན་བཞིན་རྒྱུག་པ།",
"Focus chat input": "ཁ་བརྡའི་ནང་འཇུག་ལ་དམིགས་པ།",
"Folder deleted successfully": "ཡིག་སྣོད་ལེགས་པར་བསུབས་ཟིན།",
+ "Folder Name": "",
"Folder name cannot be empty.": "ཡིག་སྣོད་ཀྱི་མིང་སྟོང་པ་ཡིན་མི་ཆོག",
"Folder name updated successfully": "ཡིག་སྣོད་ཀྱི་མིང་ལེགས་པར་གསར་སྒྱུར་བྱས་ཟིན།",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "ནང་འཇུག་བཀའ་བརྡ།",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Github URL ནས་སྒྲིག་སྦྱོར་བྱེད་པ།",
"Instant Auto-Send After Voice Transcription": "སྐད་ཆ་ཡིག་འབེབས་བྱས་རྗེས་ལམ་སང་རང་འགུལ་གཏོང་བ།",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT དུས་ཚོད་རྫོགས་པ།",
"JWT Token": "JWT Token",
"Kagi Search API Key": "Kagi Search API ལྡེ་མིག",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "ལྡེ་མིག",
"Keyboard shortcuts": "མཐེབ་གནོན་མྱུར་ལམ།",
"Knowledge": "ཤེས་བྱ།",
"Knowledge Access": "ཤེས་བྱར་འཛུལ་སྤྱོད།",
+ "Knowledge Base": "",
"Knowledge created successfully.": "ཤེས་བྱ་ལེགས་པར་བཟོས་ཟིན།",
"Knowledge deleted successfully.": "ཤེས་བྱ་ལེགས་པར་བསུབས་ཟིན།",
"Knowledge Public Sharing": "ཤེས་བྱ་སྤྱི་སྤྱོད་མཉམ་སྤྱོད།",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "སྔོན་སྒྲིག་འགུལ་སློང་བེད་སྤྱོད་གཏོང་བར་སྟོང་པ་བཞག་པའམ། ཡང་ན་སྲོལ་བཟོས་འགུལ་སློང་འཇུག་པ།",
"Leave model field empty to use the default model.": "སྔོན་སྒྲིག་དཔེ་དབྱིབས་བེད་སྤྱོད་གཏོང་བར་དཔེ་དབྱིབས་ཀྱི་ཁོངས་སྟོང་པ་བཞག་པ།",
"License": "ཆོག་མཆན།",
+ "Lift List": "",
"Light": "དཀར་པོ།",
"Listening...": "ཉན་བཞིན་པ།...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "བགྲོ་གླེང་གསར་པ།",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "གསར་པ་ཅི་ཡོད་ལྟ་བ།",
"Seed": "Seed",
"Select a base model": "གཞི་རྩའི་དཔེ་དབྱིབས་ཤིག་གདམ་པ།",
+ "Select a conversation to preview": "",
"Select a engine": "འཕྲུལ་འཁོར་ཞིག་གདམ་པ།",
"Select a function": "ལས་འགན་ཞིག་གདམ་པ།",
"Select a group": "ཚོགས་པ་ཞིག་གདམ་པ།",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "{{WEBUI_NAME}} ལ་ཐོ་འགོད།",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "{{WEBUI_NAME}} ལ་ནང་འཛུལ་བྱེད་བཞིན་པ།",
+ "Sink List": "",
"sk-1234": "sk-༡༢༣༤",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "WebUI ལ་འཛུལ་སྤྱོད་བྱེད་པར། དོ་དམ་པ་དང་འབྲེལ་གཏུག་བྱེད་རོགས། དོ་དམ་པས་དོ་དམ་པའི་ལྟ་སྟེགས་ནས་བེད་སྤྱོད་མཁན་གྱི་གནས་སྟངས་དོ་དམ་བྱེད་ཐུབ།",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "ཤེས་བྱའི་རྟེན་གཞི་འདིར་འཇོག་པར། ཐོག་མར་དེ་དག་ \"ཤེས་བྱའི་\" ལས་ཡུལ་དུ་སྣོན་པ།",
"To learn more about available endpoints, visit our documentation.": "ཡོད་པའི་མཇུག་མཐུད་སྐོར་མང་ཙམ་ཤེས་པར། ང་ཚོའི་ཡིག་ཆ་ལ་ལྟ་བ།",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "ཁྱེད་ཀྱི་སྒེར་དོན་སྲུང་སྐྱོབ་བྱེད་པར། ཁྱེད་ཀྱི་བསམ་འཆར་ནས་སྐར་མ། དཔེ་དབྱིབས་ཀྱི་ IDs། རྟགས། དང་ metadata ཁོ་ན་མཉམ་སྤྱོད་བྱེད།—ཁྱེད་ཀྱི་ཁ་བརྡའི་ཟིན་ཐོ་སྒེར་དོན་དུ་གནས་པ་དང་ཚུད་མེད།",
"To select actions here, add them to the \"Functions\" workspace first.": "བྱ་སྤྱོད་འདིར་གདམ་ག་བྱེད་པར། ཐོག་མར་དེ་དག་ \"ལས་འགན་གྱི་\" ལས་ཡུལ་དུ་སྣོན་པ།",
"To select filters here, add them to the \"Functions\" workspace first.": "འཚག་མ་འདིར་གདམ་ག་བྱེད་པར། ཐོག་མར་དེ་དག་ \"ལས་འགན་གྱི་\" ལས་ཡུལ་དུ་སྣོན་པ།",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "གསང་བ་གྲོལ་བ།",
"Unpin": "ཕྱིར་འདོན།",
"Unravel secrets": "གསང་བ་གྲོལ་བ།",
+ "Unsupported file type.": "",
"Untagged": "རྟགས་མེད།",
"Untitled": "",
"Update": "གསར་སྒྱུར།",
@@ -1391,14 +1407,14 @@
"User Webhooks": "བེད་སྤྱོད་མཁན་གྱི་ Webhooks",
"Username": "བེད་སྤྱོད་མིང་།",
"Users": "བེད་སྤྱོད་མཁན།",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "དཔེ་དབྱིབས་ཡོངས་རྫོགས་དང་མཉམ་དུ་སྔོན་སྒྲིག་ arena དཔེ་དབྱིབས་བེད་སྤྱོད་གཏོང་བཞིན་པ། སྲོལ་བཟོས་དཔེ་དབྱིབས་སྣོན་པར་བསྣན་རྟགས་མཐེབ་གནོན་ལ་མནན་པ།",
- "Utilize": "བེད་སྤྱོད།",
"Valid time units:": "ནུས་ལྡན་དུས་ཚོད་ཀྱི་ཚན་པ།:",
"Valves": "Valves",
"Valves updated": "Valves གསར་སྒྱུར་བྱས།",
"Valves updated successfully": "Valves ལེགས་པར་གསར་སྒྱུར་བྱས།",
"variable": "འགྱུར་ཚད།",
- "variable to have them replaced with clipboard content.": "འགྱུར་ཚད་དེ་དག་སྦྱར་སྡེར་གྱི་ནང་དོན་གྱིས་ཚབ་བྱེད་པར་ཡོད་པ།",
"Verify Connection": "སྦྲེལ་མཐུད་ར་སྤྲོད།",
"Verify SSL Certificate": "",
"Version": "པར་གཞི།",
diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json
index b73a9cdc0f..81795b703c 100644
--- a/src/lib/i18n/locales/ca-ES/translation.json
+++ b/src/lib/i18n/locales/ca-ES/translation.json
@@ -5,15 +5,15 @@
"(e.g. `sh webui.sh --api`)": "(p. ex. `sh webui.sh --api`)",
"(latest)": "(últim)",
"(leave blank for to use commercial endpoint)": "(deixa-ho buit per utilitzar un punt d'accés comercial)",
- "[Last] dddd [at] h:mm A": "",
- "[Today at] h:mm A": "",
- "[Yesterday at] h:mm A": "",
+ "[Last] dddd [at] h:mm A": "[Darrer] dddd [a] h:mm A",
+ "[Today at] h:mm A": "[Avui a les] h:mm A",
+ "[Yesterday at] h:mm A": "[Ahir a les] h:mm A",
"{{ models }}": "{{ models }}",
"{{COUNT}} Available Tools": "{{COUNT}} eines disponibles",
- "{{COUNT}} characters": "",
+ "{{COUNT}} characters": "{{COUNT}} caràcters",
"{{COUNT}} hidden lines": "{{COUNT}} línies ocultes",
"{{COUNT}} Replies": "{{COUNT}} respostes",
- "{{COUNT}} words": "",
+ "{{COUNT}} words": "{{COUNT}} paraules",
"{{user}}'s Chats": "Els xats de {{user}}",
"{{webUIName}} Backend Required": "El Backend de {{webUIName}} és necessari",
"*Prompt node ID(s) are required for image generation": "*Els identificadors de nodes d'indicacions són necessaris per a la generació d'imatges",
@@ -28,7 +28,7 @@
"Account": "Compte",
"Account Activation Pending": "Activació del compte pendent",
"Accurate information": "Informació precisa",
- "Action": "",
+ "Action": "Acció",
"Actions": "Accions",
"Activate": "Activar",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activa aquest comanda escrivint \"{{COMMAND}}\" en el xat",
@@ -61,7 +61,7 @@
"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",
- "AI": "",
+ "AI": "IA",
"All": "Tots",
"All Documents": "Tots els documents",
"All models deleted successfully": "Tots els models s'han eliminat correctament",
@@ -152,22 +152,22 @@
"Bad Response": "Resposta errònia",
"Banners": "Banners",
"Base Model (From)": "Model base (des de)",
- "Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
+ "Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "La memòria cau de la llista de models base accelera l'accés obtenint els models base només a l'inici o en desar la configuració; és més ràpid, però és possible que no mostri els canvis recents del model base.",
"before": "abans",
"Being lazy": "Essent mandrós",
"Beta": "Beta",
"Bing Search V7 Endpoint": "Punt de connexió a Bing Search V7",
"Bing Search V7 Subscription Key": "Clau de subscripció a Bing Search V7",
"Bocha Search API Key": "Clau API de Bocha Search",
- "Bold": "",
+ "Bold": "Negreta",
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Potenciar o penalitzar tokens específics per a respostes limitades. Els valors de biaix es fixaran entre -100 i 100 (inclosos). (Per defecte: cap)",
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "Cal proporcionar tant el motor OCR de Docling com els idiomes o bé deixar-los buits.",
"Brave Search API Key": "Clau API de Brave Search",
- "Bullet List": "",
+ "Bullet List": "Llista indexada",
"By {{name}}": "Per {{name}}",
"Bypass Embedding and Retrieval": "Desactivar l'Embedding i el Retrieval",
"Bypass Web Loader": "Ometre el càrregador web",
- "Cache Base Model List": "",
+ "Cache Base Model List": "Llista de models base en memòria cau",
"Calendar": "Calendari",
"Call": "Trucada",
"Call feature is not supported when using Web STT engine": "La funció de trucada no s'admet quan s'utilitza el motor Web STT",
@@ -224,7 +224,7 @@
"Close Configure Connection Modal": "Tancar la finestra de configuració de la connexió",
"Close modal": "Tancar el modal",
"Close settings modal": "Tancar el modal de configuració",
- "Code Block": "",
+ "Code Block": "Bloc de codi",
"Code execution": "Execució de codi",
"Code Execution": "Execució de Codi",
"Code Execution Engine": "Motor d'execució de codi",
@@ -243,7 +243,7 @@
"ComfyUI Workflow": "Flux de treball de ComfyUI",
"ComfyUI Workflow Nodes": "Nodes del flux de treball de ComfyUI",
"Command": "Comanda",
- "Comment": "",
+ "Comment": "Comentari",
"Completions": "Completaments",
"Concurrent Requests": "Peticions simultànies",
"Configure": "Configurar",
@@ -279,7 +279,7 @@
"Copy Formatted Text": "Copiar el text formatat",
"Copy last code block": "Copiar l'últim bloc de codi",
"Copy last response": "Copiar l'última resposta",
- "Copy link": "",
+ "Copy link": "Copiar l'enllaç",
"Copy Link": "Copiar l'enllaç",
"Copy to clipboard": "Copiar al porta-retalls",
"Copying to clipboard was successful!": "La còpia al porta-retalls s'ha realitzat correctament",
@@ -290,6 +290,7 @@
"Create Account": "Crear un compte",
"Create Admin Account": "Crear un compte d'Administrador",
"Create Channel": "Crear un canal",
+ "Create Folder": "Crear carpeta",
"Create Group": "Crear grup",
"Create Knowledge": "Crear Coneixement",
"Create new key": "Crear una nova clau",
@@ -312,7 +313,7 @@
"Database": "Base de dades",
"Datalab Marker API": "API de Datalab Marker",
"Datalab Marker API Key required.": "API de Datalab Marker requereix clau.",
- "DD/MM/YYYY": "",
+ "DD/MM/YYYY": "DD/MM/YYYY",
"December": "Desembre",
"Default": "Per defecte",
"Default (Open AI)": "Per defecte (Open AI)",
@@ -359,7 +360,7 @@
"Direct Connections": "Connexions directes",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Les connexions directes permeten als usuaris connectar-se als seus propis endpoints d'API compatibles amb OpenAI.",
"Direct Tool Servers": "Servidors d'eines directes",
- "Disable Code Interpreter": "",
+ "Disable Code Interpreter": "Deshabilitar l'interpret de codi",
"Disable Image Extraction": "Deshabilitar l'extracció d'imatges",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "Desactiva l'extracció d'imatges del PDF. Si Utilitza LLM està habilitat, les imatges es descriuran automàticament. Per defecte és Fals.",
"Disabled": "Deshabilitat",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "p. ex. pdf, docx, txt",
"e.g. Tools for performing various operations": "p. ex. Eines per dur a terme operacions",
"e.g., 3, 4, 5 (leave blank for default)": "p. ex. 3, 4, 5 (deixa-ho en blanc per utilitzar el per defecte)",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "p. ex. audio/wav,audio/mpeg,video/* (deixa-ho en blanc per utilitzar el per defecte)",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "p. ex. en-US, ja-JP, ca-ES (deixa-ho en blanc per detecció automàtica)",
"e.g., westus (leave blank for eastus)": "p. ex. westus (deixa-ho en blanc per a eastus)",
"e.g.) en,fr,de": "p. ex. en,fr,de",
@@ -422,11 +423,12 @@
"Edit Channel": "Editar el canal",
"Edit Connection": "Editar la connexió",
"Edit Default Permissions": "Editar el permisos per defecte",
+ "Edit Folder": "Editar la carpeta",
"Edit Memory": "Editar la memòria",
"Edit User": "Editar l'usuari",
"Edit User Group": "Editar el grup d'usuaris",
- "Edited": "",
- "Editing": "",
+ "Edited": "Editat",
+ "Editing": "Editant",
"Eject": "Expulsar",
"ElevenLabs": "ElevenLabs",
"Email": "Correu electrònic",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "Introdueix la URL d'External Web Search",
"Enter Firecrawl API Base URL": "Introdueix la URL base de Firecrawl API",
"Enter Firecrawl API Key": "Introdueix la clau API de Firecrawl",
+ "Enter folder name": "Introdueix el nom de la carpeta",
"Enter Github Raw URL": "Introdueix l'URL en brut de Github",
"Enter Google PSE API Key": "Introdueix la clau API de Google PSE",
"Enter Google PSE Engine Id": "Introdueix l'identificador del motor PSE de Google",
@@ -564,7 +567,7 @@
"Error unloading model: {{error}}": "Error en descarregar el model: {{error}}",
"Error uploading file: {{error}}": "Error en pujar l'arxiu: {{error}}",
"Evaluations": "Avaluacions",
- "Everyone": "",
+ "Everyone": "Tothom",
"Exa API Key": "Clau API d'EXA",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "Exemple: (&(objectClass=inetOrgPerson)(uid=%s))",
"Example: ALL": "Exemple: TOTS",
@@ -599,15 +602,17 @@
"External Web Loader URL": "URL d'External Web Loader",
"External Web Search API Key": "Clau API d'External Web Search",
"External Web Search URL": "URL d'External Web Search",
+ "Fade Effect for Streaming Text": "Efecte de fos a negre per al text en streaming",
"Failed to add file.": "No s'ha pogut afegir l'arxiu.",
"Failed to connect to {{URL}} OpenAPI tool server": "No s'ha pogut connecta al servidor d'eines OpenAPI {{URL}}",
"Failed to copy link": "No s'ha pogut copiar l'enllaç",
"Failed to create API Key.": "No s'ha pogut crear la clau API.",
"Failed to delete note": "No s'ha pogut eliminar la nota",
- "Failed to extract content from the file: {{error}}": "",
- "Failed to extract content from the file.": "",
+ "Failed to extract content from the file: {{error}}": "No s'ha pogut extreure el contingut del fitxer: {{error}}",
+ "Failed to extract content from the file.": "No s'ha pogut extreure el contingut del fitxer",
"Failed to fetch models": "No s'han pogut obtenir els models",
- "Failed to generate title": "",
+ "Failed to generate title": "No s'ha pogut generar el títol",
+ "Failed to load chat preview": "No s'ha pogut carregar la previsualització del xat",
"Failed to load file content.": "No s'ha pogut carregar el contingut del fitxer",
"Failed to read clipboard contents": "No s'ha pogut llegir el contingut del porta-retalls",
"Failed to save connections": "No s'han pogut desar les connexions",
@@ -631,7 +636,7 @@
"File Upload": "Pujar arxiu",
"File uploaded successfully": "arxiu pujat satisfactòriament",
"Files": "Arxius",
- "Filter": "",
+ "Filter": "Filtre",
"Filter is now globally disabled": "El filtre ha estat desactivat globalment",
"Filter is now globally enabled": "El filtre ha estat activat globalment",
"Filters": "Filtres",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Transmetre amb fluïdesa grans trossos de resposta externa",
"Focus chat input": "Estableix el focus a l'entrada del xat",
"Folder deleted successfully": "Carpeta eliminada correctament",
+ "Folder Name": "Nom de la carpeta",
"Folder name cannot be empty.": "El nom de la carpeta no pot ser buit.",
"Folder name updated successfully": "Nom de la carpeta actualitzat correctament",
+ "Folder updated successfully": "Carpeta actualitazda correctament",
"Follow up": "Seguir",
"Follow Up Generation": "Generació de seguiment",
"Follow Up Generation Prompt": "Indicació per a la generació de seguiment",
@@ -679,7 +686,7 @@
"Generate prompt pair": "Generar parella d'indicació",
"Generating search query": "Generant consulta",
"Generating...": "Generant...",
- "Get information on {{name}} in the UI": "",
+ "Get information on {{name}} in the UI": "Obtenir informació de {{name}} a l'interficie d'usuari",
"Get started": "Començar",
"Get started with {{WEBUI_NAME}}": "Comença amb {{WEBUI_NAME}}",
"Global": "Global",
@@ -693,9 +700,9 @@
"Group Name": "Nom del grup",
"Group updated successfully": "Grup actualitzat correctament",
"Groups": "Grups",
- "H1": "",
- "H2": "",
- "H3": "",
+ "H1": "H1",
+ "H2": "H2",
+ "H3": "H3",
"Haptic Feedback": "Retorn hàptic",
"Hello, {{name}}": "Hola, {{name}}",
"Help": "Ajuda",
@@ -749,9 +756,10 @@
"Info": "Informació",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Injectar tot el contingut com a context per a un processament complet, això es recomana per a consultes complexes.",
"Input commands": "Entra comandes",
- "Input Variables": "",
- "Insert": "",
- "Insert Prompt as Rich Text": "",
+ "Input Variables": "Variables d'entrada",
+ "Insert": "Inserir",
+ "Insert Follow-Up Prompt to Input": "Inserir un missatge de seguiment per a l'entrada",
+ "Insert Prompt as Rich Text": "Inserir la indicació com a Text Ric",
"Install from Github URL": "Instal·lar des de l'URL de Github",
"Instant Auto-Send After Voice Transcription": "Enviament automàtic després de la transcripció de veu",
"Integration": "Integració",
@@ -761,7 +769,7 @@
"Invalid JSON file": "Arxiu JSON no vàlid",
"Invalid Tag": "Etiqueta no vàlida",
"is typing...": "està escrivint...",
- "Italic": "",
+ "Italic": "Cursiva",
"January": "Gener",
"Jina API Key": "Clau API de Jina",
"join our Discord for help.": "uneix-te al nostre Discord per obtenir ajuda.",
@@ -774,11 +782,13 @@
"JWT Expiration": "Caducitat del JWT",
"JWT Token": "Token JWT",
"Kagi Search API Key": "Clau API de Kagi Search",
+ "Keep Follow-Up Prompts in Chat": "Mantenir els missatges de seguiment en el xat",
"Keep in Sidebar": "Mantenir a la barra lateral",
"Key": "Clau",
"Keyboard shortcuts": "Dreceres de teclat",
"Knowledge": "Coneixement",
"Knowledge Access": "Accés al coneixement",
+ "Knowledge Base": "Base de coneixement",
"Knowledge created successfully.": "Coneixement creat correctament.",
"Knowledge deleted successfully.": "Coneixement eliminat correctament.",
"Knowledge Public Sharing": "Compartir públicament el Coneixement",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Deixa-ho en blanc per utilitzar la indicació predeterminada o introdueix una indicació personalitzada",
"Leave model field empty to use the default model.": "Deixa el camp de model buit per utilitzar el model per defecte.",
"License": "Llicència",
+ "Lift List": "Aixecar la llista",
"Light": "Clar",
"Listening...": "Escoltant...",
"Llama.cpp": "Llama.cpp",
@@ -832,7 +843,7 @@
"Manage Tool Servers": "Gestionar els servidors d'eines",
"March": "Març",
"Markdown": "Markdown",
- "Markdown (Header)": "",
+ "Markdown (Header)": "Markdown (encapçalament)",
"Max Speakers": "Nombre màxim d'altaveus",
"Max Upload Count": "Nombre màxim de càrregues",
"Max Upload Size": "Mida màxima de càrrega",
@@ -897,6 +908,7 @@
"New Tool": "Nova eina",
"new-channel": "nou-canal",
"Next message": "Missatge següent",
+ "No chats found": "No s'han trobat xats",
"No chats found for this user.": "No s'han trobat xats per a aquest usuari.",
"No chats found.": "No s'ha trobat xats.",
"No content": "No hi ha contingut",
@@ -969,7 +981,7 @@
"openapi.json URL or Path": "Camí o URL a openapi.json",
"Options for running a local vision-language model in the picture description. The parameters refer to a model hosted on Hugging Face. This parameter is mutually exclusive with picture_description_api.": "Opcions per executar un model de llenguatge amb visió local a la descripció de la imatge. Els paràmetres fan referència a un model allotjat a HuggingFace. Aquest paràmetre és mutuament excloent amb picture_description_api.",
"or": "o",
- "Ordered List": "",
+ "Ordered List": "Llista ordenada",
"Organize your users": "Organitza els teus usuaris",
"Other": "Altres",
"OUTPUT": "SORTIDA",
@@ -1001,7 +1013,7 @@
"Pin": "Fixar",
"Pinned": "Fixat",
"Pioneer insights": "Perspectives pioneres",
- "Pipe": "",
+ "Pipe": "Canonada",
"Pipeline deleted successfully": "Pipeline eliminada correctament",
"Pipeline downloaded successfully": "Pipeline descarregada correctament",
"Pipelines": "Pipelines",
@@ -1067,12 +1079,12 @@
"Releases": "Versions",
"Relevance": "Rellevància",
"Relevance Threshold": "Límit de rellevància",
- "Remember Dismissal": "",
+ "Remember Dismissal": "Recordar la decisió de refutar",
"Remove": "Eliminar",
"Remove {{MODELID}} from list.": "Eliminar {{MODELID}} de la llista",
- "Remove file": "",
- "Remove File": "",
- "Remove image": "",
+ "Remove file": "Eliminar arxiu",
+ "Remove File": "Eliminar arxiu",
+ "Remove image": "Eliminar imatge",
"Remove Model": "Eliminar el model",
"Remove this tag from list": "Eliminar aquesta etiqueta de la llista",
"Rename": "Canviar el nom",
@@ -1085,7 +1097,7 @@
"Reset Upload Directory": "Restableix el directori de pujades",
"Reset Vector Storage/Knowledge": "Restableix el Repositori de vectors/Coneixement",
"Reset view": "Netejar la vista",
- "Response": "",
+ "Response": "Resposta",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de resposta no es poden activar perquè els permisos del lloc web han estat rebutjats. Comprova les preferències del navegador per donar l'accés necessari.",
"Response splitting": "Divisió de la resposta",
"Response Watermark": "Marca d'aigua de la resposta",
@@ -1118,7 +1130,7 @@
"Search Functions": "Cercar funcions",
"Search Knowledge": "Cercar coneixement",
"Search Models": "Cercar models",
- "Search Notes": "",
+ "Search Notes": "Cercar notes",
"Search options": "Opcions de cerca",
"Search Prompts": "Cercar indicacions",
"Search Result Count": "Recompte de resultats de cerca",
@@ -1135,6 +1147,7 @@
"See what's new": "Veure què hi ha de nou",
"Seed": "Llavor",
"Select a base model": "Seleccionar un model base",
+ "Select a conversation to preview": "Seleccionar una conversa a previsualitzar",
"Select a engine": "Seleccionar un motor",
"Select a function": "Seleccionar una funció",
"Select a group": "Seleccionar un grup",
@@ -1191,7 +1204,7 @@
"Show \"What's New\" modal on login": "Veure 'Què hi ha de nou' a l'entrada",
"Show Admin Details in Account Pending Overlay": "Mostrar els detalls de l'administrador a la superposició del compte pendent",
"Show All": "Mostrar tot",
- "Show image preview": "",
+ "Show image preview": "Mostrar la previsualització de la imatge",
"Show Less": "Mostrar menys",
"Show Model": "Mostrar el model",
"Show shortcuts": "Mostrar dreceres",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Registrar-se a {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "Millora significativament la precisió utilitzant un LLM per millorar taules, formularis, matemàtiques en línia i detecció de layout. Augmentarà la latència. Per defecte és Verdader.",
"Signing in to {{WEBUI_NAME}}": "Iniciant sessió a {{WEBUI_NAME}}",
+ "Sink List": "Enfonsar la llista",
"sk-1234": "sk-1234",
"Skip Cache": "Ometre la memòria cau",
"Skip the cache and re-run the inference. Defaults to False.": "Omet la memòria cai i torna a executar la inferència. Per defecte és Fals.",
@@ -1219,7 +1233,7 @@
"Stop Generating": "Atura la generació",
"Stop Sequence": "Atura la seqüència",
"Stream Chat Response": "Fer streaming de la resposta del xat",
- "Strikethrough": "",
+ "Strikethrough": "Ratllat",
"Strip Existing OCR": "Eliminar OCR existent",
"Strip existing OCR text from the PDF and re-run OCR. Ignored if Force OCR is enabled. Defaults to False.": "Elimina el text OCR existent del PDF i torna a executar l'OCR. S'ignora si Força OCR està habilitat. Per defecte és Fals.",
"STT Model": "Model SST",
@@ -1242,7 +1256,7 @@
"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting.": "El mostreig sense cua s'utilitza per reduir l'impacte de tokens menys probables de la sortida. Un valor més alt (p. ex., 2,0) reduirà més l'impacte, mentre que un valor d'1,0 desactiva aquesta configuració.",
"Talk to model": "Parlar amb el model",
"Tap to interrupt": "Prem per interrompre",
- "Task List": "",
+ "Task List": "Llista de tasques",
"Task Model": "Model de tasques",
"Tasks": "Tasques",
"Tavily API Key": "Clau API de Tavily",
@@ -1277,7 +1291,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Aquest canal es va crear el dia {{createdAt}}. Aquest és el començament del canal {{channelName}}.",
"This chat won't appear in history and your messages will not be saved.": "Aquest xat no apareixerà a l'historial i els teus missatges no es desaran.",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Això assegura que les teves converses valuoses queden desades de manera segura a la teva base de dades. Gràcies!",
- "This feature is experimental and may be modified or discontinued without notice.": "",
+ "This feature is experimental and may be modified or discontinued without notice.": "Aquesta funció és experimental i es pot modificar o deixar de ser disponible sense previ avís.",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Aquesta és una funció experimental, és possible que no funcioni com s'espera i està subjecta a canvis en qualsevol moment.",
"This model is not publicly available. Please select another model.": "Aquest model no està disponible públicament. Seleccioneu-ne un altre.",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "Aquesta opció controla quant temps el model romandrà carregat en memòria després de la sol·licitud (per defecte: 5m)",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Per accedir a la WebUI, poseu-vos en contacte amb l'administrador. Els administradors poden gestionar els estats dels usuaris des del tauler d'administració.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Per adjuntar la base de coneixement aquí, afegiu-la primer a l'espai de treball \"Coneixement\".",
"To learn more about available endpoints, visit our documentation.": "Per obtenir més informació sobre els punts d'accés disponibles, visiteu la nostra documentació.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Per protegir la privadesa, només es comparteixen puntuacions, identificadors de models, etiquetes i metadades dels comentaris; els registres de xat romanen privats i no s'inclouen.",
"To select actions here, add them to the \"Functions\" workspace first.": "Per seleccionar accions aquí, afegeix-les primer a l'espai de treball \"Funcions\".",
"To select filters here, add them to the \"Functions\" workspace first.": "Per seleccionar filtres aquí, afegeix-los primer a l'espai de treball \"Funcions\".",
@@ -1351,11 +1366,12 @@
"Unarchive All": "Desarxivar tot",
"Unarchive All Archived Chats": "Desarxivar tots els xats arxivats",
"Unarchive Chat": "Desarxivar xat",
- "Underline": "",
+ "Underline": "Subratllat",
"Unloads {{FROM_NOW}}": "Es descarrega {{FROM_NOW}}",
"Unlock mysteries": "Desbloqueja els misteris",
"Unpin": "Alliberar",
"Unravel secrets": "Descobreix els secrets",
+ "Unsupported file type.": "Tipus no suportat",
"Untagged": "Sense etiquetes",
"Untitled": "Sense títol",
"Update": "Actualitzar",
@@ -1387,18 +1403,18 @@
"user": "usuari",
"User": "Usuari",
"User location successfully retrieved.": "Ubicació de l'usuari obtinguda correctament",
- "User menu": "",
+ "User menu": "Menú d'usuari",
"User Webhooks": "Webhooks d'usuari",
"Username": "Nom d'usuari",
"Users": "Usuaris",
+ "Using Entire Document": "Utilitzant tot el document",
+ "Using Focused Retrieval": "Utilitzant RAG",
"Using the default arena model with all models. Click the plus button to add custom models.": "S'utilitza el model d'Arena predeterminat amb tots els models. Clica el botó més per afegir models personalitzats.",
- "Utilize": "Utilitzar",
"Valid time units:": "Unitats de temps vàlides:",
"Valves": "Valves",
"Valves updated": "Valves actualitzades",
"Valves updated successfully": "Valves actualitzades correctament",
"variable": "variable",
- "variable to have them replaced with clipboard content.": "variable per tenir-les reemplaçades amb el contingut del porta-retalls.",
"Verify Connection": "Verificar la connexió",
"Verify SSL Certificate": "Verificar el certificat SSL",
"Version": "Versió",
diff --git a/src/lib/i18n/locales/ceb-PH/translation.json b/src/lib/i18n/locales/ceb-PH/translation.json
index 73e7861c71..e720fb75f1 100644
--- a/src/lib/i18n/locales/ceb-PH/translation.json
+++ b/src/lib/i18n/locales/ceb-PH/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Paghimo og account",
"Create Admin Account": "",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "",
"Edit User": "I-edit ang tiggamit",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "",
"Enter Google PSE API Key": "",
"Enter Google PSE Engine Id": "",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Napakyas sa pagbasa sa sulod sa clipboard",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Hapsay nga paghatud sa daghang mga tipik sa eksternal nga mga tubag",
"Focus chat input": "Pag-focus sa entry sa diskusyon",
"Folder deleted successfully": "",
+ "Folder Name": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Pagsulod sa input commands",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "",
"Instant Auto-Send After Voice Transcription": "",
@@ -774,11 +782,13 @@
"JWT Expiration": "Pag-expire sa JWT",
"JWT Token": "JWT token",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "Mga shortcut sa keyboard",
"Knowledge": "",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "",
"Knowledge deleted successfully.": "",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "Kahayag",
"Listening...": "",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Tan-awa unsay bag-o",
"Seed": "Binhi",
"Select a base model": "",
+ "Select a conversation to preview": "",
"Select a engine": "",
"Select a function": "",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"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 learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "",
"Untitled": "",
"Update": "",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "",
"Users": "Mga tiggamit",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "",
- "Utilize": "Sa paggamit",
"Valid time units:": "Balido nga mga yunit sa oras:",
"Valves": "",
"Valves updated": "",
"Valves updated successfully": "",
"variable": "variable",
- "variable to have them replaced with clipboard content.": "variable aron pulihan kini sa mga sulud sa clipboard.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Bersyon",
diff --git a/src/lib/i18n/locales/cs-CZ/translation.json b/src/lib/i18n/locales/cs-CZ/translation.json
index 1ffa8a0ea5..1a87ef6916 100644
--- a/src/lib/i18n/locales/cs-CZ/translation.json
+++ b/src/lib/i18n/locales/cs-CZ/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Vytvořit účet",
"Create Admin Account": "Vytvořit admin účet",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "Vytvořit skupinu",
"Create Knowledge": "Vytvořit knowledge",
"Create new key": "Vytvořit nový klíč",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "Upravit paměť",
"Edit User": "Upravit uživatele",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Zadejte URL adresu Github Raw",
"Enter Google PSE API Key": "Zadejte klíč rozhraní API Google PSE",
"Enter Google PSE Engine Id": "Zadejte ID vyhledávacího mechanismu Google PSE",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Nepodařilo se přidat soubor.",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Nepodařilo se přečíst obsah schránky",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Plynule streamujte velké externí části odpovědí",
"Focus chat input": "Zaměřte se na vstup chatu",
"Folder deleted successfully": "Složka byla úspěšně smazána",
+ "Folder Name": "",
"Folder name cannot be empty.": "Název složky nesmí být prázdný.",
"Folder name updated successfully": "Název složky byl úspěšně aktualizován.",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Vstupní příkazy",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instalace z URL adresy Githubu",
"Instant Auto-Send After Voice Transcription": "Okamžité automatické odeslání po přepisu hlasu",
@@ -774,11 +782,13 @@
"JWT Expiration": "Vypršení JWT",
"JWT Token": "JWT Token (JSON Web Token)",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "Klávesové zkratky",
"Knowledge": "Znalosti",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Znalost úspěšně vytvořena.",
"Knowledge deleted successfully.": "Znalosti byly úspěšně odstraněny.",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Nechte prázdné pro použití výchozího podnětu, nebo zadejte vlastní podnět.",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "Světlo",
"Listening...": "Poslouchání...",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Podívejte se, co je nového",
"Seed": "Semínko",
"Select a base model": "Vyberte základní model",
+ "Select a conversation to preview": "",
"Select a engine": "Vyberte engine",
"Select a function": "Vyberte funkci",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Zaregistrujte se na {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "Přihlašování do {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Pro přístup k WebUI se prosím obraťte na administrátora. Administrátoři mohou spravovat stavy uživatelů z Admin Panelu.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Chcete-li zde připojit znalostní databázi, nejprve ji přidejte do workspace \"Knowledge\".",
"To learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Aby byla chráněna vaše soukromí, z vaší zpětné vazby jsou sdílena pouze hodnocení, ID modelů, značky a metadata – vaše chatové záznamy zůstávají soukromé a nejsou zahrnuty.",
"To select actions here, add them to the \"Functions\" workspace first.": "Chcete-li zde vybrat akce, nejprve je přidejte do pracovní plochy \"Functions\".",
"To select filters here, add them to the \"Functions\" workspace first.": "Chcete-li zde vybrat filtry, nejprve je přidejte do workspace „Functions“.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "Odepnout",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "Nebyla označena",
"Untitled": "",
"Update": "Aktualizovat",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "Uživatelské jméno",
"Users": "Uživatelé",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Použití výchozího modelu arény se všemi modely. Kliknutím na tlačítko plus přidejte vlastní modely.",
- "Utilize": "Využít",
"Valid time units:": "Platné časové jednotky:",
"Valves": "Ventily",
"Valves updated": "Ventily aktualizovány",
"Valves updated successfully": "Ventily byly úspěšně aktualizovány.",
"variable": "proměnná",
- "variable to have them replaced with clipboard content.": "proměnnou, aby byl jejich obsah nahrazen obsahem schránky.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Verze",
diff --git a/src/lib/i18n/locales/da-DK/translation.json b/src/lib/i18n/locales/da-DK/translation.json
index 2789779802..89cba40ecb 100644
--- a/src/lib/i18n/locales/da-DK/translation.json
+++ b/src/lib/i18n/locales/da-DK/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Opret profil",
"Create Admin Account": "Opret administrator profil",
"Create Channel": "Opret kanal",
+ "Create Folder": "",
"Create Group": "Opret gruppe",
"Create Knowledge": "Opret Viden",
"Create new key": "Opret en ny nøgle",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "Rediger kanal",
"Edit Connection": "Rediger forbindelse",
"Edit Default Permissions": "Rediger standard tilladelser",
+ "Edit Folder": "",
"Edit Memory": "Rediger hukommelse",
"Edit User": "Rediger bruger",
"Edit User Group": "Rediger brugergruppe",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Indtast Github Raw URL",
"Enter Google PSE API Key": "Indtast Google PSE API-nøgle",
"Enter Google PSE Engine Id": "Indtast Google PSE Engine ID",
@@ -599,6 +602,7 @@
"External Web Loader URL": "Ekstern Web Loader URL",
"External Web Search API Key": "Ekstern Web Search API-nøgle",
"External Web Search URL": "Ekstern Web Search URL",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Kunne ikke tilføje fil.",
"Failed to connect to {{URL}} OpenAPI tool server": "Kunne ikke forbinde til {{URL}} OpenAPI tool server",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "Kunne ikke hente modeller",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "Kunne ikke indlæse filindhold.",
"Failed to read clipboard contents": "Kunne ikke læse indholdet af udklipsholderen",
"Failed to save connections": "Kunne ikke gemme forbindelser",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Stream store eksterne svar chunks flydende",
"Focus chat input": "Fokuser på chatinput",
"Folder deleted successfully": "Mappe fjernet.",
+ "Folder Name": "",
"Folder name cannot be empty.": "Mappenavn kan ikke være tom.",
"Folder name updated successfully": "Mappenavn opdateret.",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Inputkommandoer",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Installer fra Github URL",
"Instant Auto-Send After Voice Transcription": "Øjeblikkelig automatisk afsendelse efter stemmetransskription",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT-udløb",
"JWT Token": "JWT-token",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "Nøgle",
"Keyboard shortcuts": "Tastaturgenveje",
"Knowledge": "Viden",
"Knowledge Access": "Videnadgang",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Viden oprettet.",
"Knowledge deleted successfully.": "Viden slettet.",
"Knowledge Public Sharing": "Viden offentlig deling",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Lad stå tomt for at bruge standardprompten, eller indtast en brugerdefineret prompt",
"Leave model field empty to use the default model.": "",
"License": "Licens",
+ "Lift List": "",
"Light": "Lys",
"Listening...": "Lytter...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "Nyt værktøj",
"new-channel": "",
"Next message": "Næste besked",
+ "No chats found": "",
"No chats found for this user.": "Ingen besked-tråde fundet for denne bruger.",
"No chats found.": "Ingen besked-tråde fundet.",
"No content": "Intet indhold",
@@ -1135,6 +1147,7 @@
"See what's new": "Se, hvad der er nyt",
"Seed": "Seed",
"Select a base model": "Vælg en basemodel",
+ "Select a conversation to preview": "",
"Select a engine": "Vælg en engine",
"Select a function": "Vælg en funktion",
"Select a group": "Vælg en gruppe",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Tilmeld dig {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "Logger ind på {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "For at få adgang til WebUI skal du kontakte administratoren. Administratorer kan administrere brugerstatus fra administrationspanelet.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "For at vedhæfte vidensbase her skal du først tilføje dem til \"Viden\"-arbejdsområdet.",
"To learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "For at vælge handlinger her skal du først tilføje dem til \"Funktioner\"-arbejdsområdet.",
"To select filters here, add them to the \"Functions\" workspace first.": "For at vælge filtre her skal du først tilføje dem til \"Funktioner\"-arbejdsområdet.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Lås op for mysterier",
"Unpin": "Frigør",
"Unravel secrets": "Afslør hemmeligheder",
+ "Unsupported file type.": "",
"Untagged": "Uden mærker",
"Untitled": "Unavngivet",
"Update": "Opdater",
@@ -1391,14 +1407,14 @@
"User Webhooks": "Bruger Webhooks",
"Username": "Brugernavn",
"Users": "Brugere",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Brug den standard Arena-model med alle modeller. Klik på plusknappen for at tilføje brugerdefinerede modeller.",
- "Utilize": "Anvend",
"Valid time units:": "Gyldige tidsenheder:",
"Valves": "Ventiler",
"Valves updated": "Ventiler opdateret",
"Valves updated successfully": "Ventiler opdateret.",
"variable": "variabel",
- "variable to have them replaced with clipboard content.": "variabel for at få dem erstattet med indholdet af udklipsholderen.",
"Verify Connection": "Verificer forbindelse",
"Verify SSL Certificate": "Verificer SSL-certifikat",
"Version": "Version",
diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json
index 68781c6541..20a88731e1 100644
--- a/src/lib/i18n/locales/de-DE/translation.json
+++ b/src/lib/i18n/locales/de-DE/translation.json
@@ -10,10 +10,10 @@
"[Yesterday at] h:mm A": "",
"{{ models }}": "{{ Modelle }}",
"{{COUNT}} Available Tools": "{{COUNT}} verfügbare Werkzeuge",
- "{{COUNT}} characters": "",
+ "{{COUNT}} characters": "{{COUNT}} Zeichen",
"{{COUNT}} hidden lines": "{{COUNT}} versteckte Zeilen",
"{{COUNT}} Replies": "{{COUNT}} Antworten",
- "{{COUNT}} words": "",
+ "{{COUNT}} words": "{{COUNT}} Wörter",
"{{user}}'s Chats": "{{user}}s Chats",
"{{webUIName}} Backend Required": "{{webUIName}}-Backend erforderlich",
"*Prompt node ID(s) are required for image generation": "*Prompt-Node-ID(s) sind für die Bildgenerierung erforderlich",
@@ -28,7 +28,7 @@
"Account": "Konto",
"Account Activation Pending": "Kontoaktivierung ausstehend",
"Accurate information": "Präzise Information(en)",
- "Action": "",
+ "Action": "Aktion",
"Actions": "Aktionen",
"Activate": "Aktivieren",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivieren Sie diesen Befehl, indem Sie \"/{{COMMAND}}\" in die Chat-Eingabe eingeben.",
@@ -61,7 +61,7 @@
"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; Benutzern müssen Werkzeuge pro Modell im Arbeitsbereich zugewiesen werden.",
"Advanced Parameters": "Erweiterte Parameter",
"Advanced Params": "Erweiterte Parameter",
- "AI": "",
+ "AI": "KI",
"All": "Alle",
"All Documents": "Alle Dokumente",
"All models deleted successfully": "Alle Modelle erfolgreich gelöscht",
@@ -72,7 +72,7 @@
"Allow Chat Edit": "Bearbeiten von Chats erlauben",
"Allow Chat Export": "Erlaube Chat Export",
"Allow Chat Share": "Erlaube Chat teilen",
- "Allow Chat System Prompt": "",
+ "Allow Chat System Prompt": "Erlaube Chat System Prompt",
"Allow File Upload": "Hochladen von Dateien erlauben",
"Allow Multiple Models in Chat": "Multiple Modelle in Chat erlauben",
"Allow non-local voices": "Nicht-lokale Stimmen erlauben",
@@ -98,7 +98,7 @@
"and {{COUNT}} more": "und {{COUNT}} mehr",
"and create a new shared link.": "und erstellen Sie einen neuen freigegebenen Link.",
"Android": "Android",
- "API": "",
+ "API": "API",
"API Base URL": "API-Basis-URL",
"API details for using a vision-language model in the picture description. This parameter is mutually exclusive with picture_description_local.": "",
"API Key": "API-Schlüssel",
@@ -159,15 +159,15 @@
"Bing Search V7 Endpoint": "Bing Search V7-Endpunkt",
"Bing Search V7 Subscription Key": "Bing Search V7-Abonnement-Schlüssel",
"Bocha Search API Key": "Bocha Search API-Schlüssel",
- "Bold": "",
+ "Bold": "Fett",
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Verstärkung oder Bestrafung spezifischer Token für eingeschränkte Antworten. Bias-Werte werden zwischen -100 und 100 (einschließlich) begrenzt. (Standard: keine)",
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "Entweder müssen Docling OCR-Engine und Sprache(n) angegeben oder beide leer gelassen werden.",
"Brave Search API Key": "Brave Search API-Schlüssel",
- "Bullet List": "",
+ "Bullet List": "Aufzählungsliste",
"By {{name}}": "Von {{name}}",
"Bypass Embedding and Retrieval": "Embedding und Retrieval umgehen",
"Bypass Web Loader": "",
- "Cache Base Model List": "",
+ "Cache Base Model List": "Basis Modell-Liste cachen",
"Calendar": "Kalender",
"Call": "Anrufen",
"Call feature is not supported when using Web STT engine": "Die Anruffunktion wird nicht unterstützt, wenn die Web-STT-Engine verwendet wird.",
@@ -224,7 +224,7 @@
"Close Configure Connection Modal": "",
"Close modal": "",
"Close settings modal": "",
- "Code Block": "",
+ "Code Block": "Codeblock",
"Code execution": "Codeausführung",
"Code Execution": "Codeausführung",
"Code Execution Engine": "Programm zur Codeausführung",
@@ -243,7 +243,7 @@
"ComfyUI Workflow": "ComfyUI-Workflow",
"ComfyUI Workflow Nodes": "ComfyUI-Workflow-Knoten",
"Command": "Befehl",
- "Comment": "",
+ "Comment": "Kommentar",
"Completions": "Vervollständigungen",
"Concurrent Requests": "Anzahl gleichzeitiger Anfragen",
"Configure": "Konfigurieren",
@@ -258,7 +258,7 @@
"Connection Type": "Verbindungstyp",
"Connections": "Verbindungen",
"Connections saved successfully": "Verbindungen erfolgreich gespeichert",
- "Connections settings updated": "",
+ "Connections settings updated": "Verbindungseinstellungen aktualisiert",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "Beschränkt den reasoning effort für Reasoning-Modelle. Nur anwendbar auf Reasoning-Modelle von spezifischen Anbietern, die den reasoning effort Parameter unterstützen.",
"Contact Admin for WebUI Access": "Kontaktieren Sie den Administrator für den Zugriff auf die Weboberfläche",
"Content": "",
@@ -279,7 +279,7 @@
"Copy Formatted Text": "Formatierten Text kopieren",
"Copy last code block": "Letzten Codeblock kopieren",
"Copy last response": "Letzte Antwort kopieren",
- "Copy link": "",
+ "Copy link": "Link kopieren",
"Copy Link": "Link kopieren",
"Copy to clipboard": "In die Zwischenablage kopieren",
"Copying to clipboard was successful!": "Das Kopieren in die Zwischenablage war erfolgreich!",
@@ -290,6 +290,7 @@
"Create Account": "Konto erstellen",
"Create Admin Account": "Administrator-Account erstellen",
"Create Channel": "Kanal erstellen",
+ "Create Folder": "",
"Create Group": "Gruppe erstellen",
"Create Knowledge": "Wissen erstellen",
"Create new key": "Neuen Schlüssel erstellen",
@@ -304,20 +305,20 @@
"Current Model": "Aktuelles Modell",
"Current Password": "Aktuelles Passwort",
"Custom": "Benutzerdefiniert",
- "Custom description enabled": "",
- "Custom Parameter Name": "",
- "Custom Parameter Value": "",
+ "Custom description enabled": "Benutzerdefinierte Beschreibung aktiviert",
+ "Custom Parameter Name": "Benutzerdefinierter Parameter Name",
+ "Custom Parameter Value": "Benutzerdefinierter Parameter Wert",
"Danger Zone": "Gefahrenzone",
"Dark": "Dunkel",
"Database": "Datenbank",
"Datalab Marker API": "",
"Datalab Marker API Key required.": "",
- "DD/MM/YYYY": "",
+ "DD/MM/YYYY": "TT/MM/JJJJ",
"December": "Dezember",
"Default": "Standard",
"Default (Open AI)": "Standard (Open AI)",
"Default (SentenceTransformers)": "Standard (SentenceTransformers)",
- "Default description enabled": "",
+ "Default description enabled": "Standard Beschreibung aktiviert",
"Default mode works with a wider range of models by calling tools once before execution. Native mode leverages the model's built-in tool-calling capabilities, but requires the model to inherently support this feature.": "Der Standardmodus funktioniert mit einer breiteren Auswahl von Modellen, indem er Werkzeuge einmal vor der Ausführung aufruft. Der native Modus nutzt die integrierten Tool-Aufrufmöglichkeiten des Modells, erfordert jedoch, dass das Modell diese Funktion von Natur aus unterstützt.",
"Default Model": "Standardmodell",
"Default model updated": "Standardmodell aktualisiert",
@@ -353,14 +354,14 @@
"Describe your knowledge base and objectives": "Beschreiben Sie Ihren Wissensspeicher und Ihre Ziele",
"Description": "Beschreibung",
"Detect Artifacts Automatically": "Artefakte automatisch erkennen",
- "Dictate": "",
+ "Dictate": "Diktieren",
"Didn't fully follow instructions": "Nicht genau den Answeisungen gefolgt",
"Direct": "Direkt",
"Direct Connections": "Direktverbindungen",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Direktverbindungen ermöglichen es Benutzern, sich mit ihren eigenen OpenAI-kompatiblen API-Endpunkten zu verbinden.",
"Direct Tool Servers": "Direkt verbundene Werkzeug-Server",
- "Disable Code Interpreter": "",
- "Disable Image Extraction": "",
+ "Disable Code Interpreter": "Deaktivierte Code Interpreter",
+ "Disable Image Extraction": "Deaktivierte Bildextraktion",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Deaktiviert",
"Discover a function": "Entdecken Sie weitere Funktionen",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "z. B. pdf, docx, txt",
"e.g. Tools for performing various operations": "z. B. Werkzeuge für verschiedene Operationen",
"e.g., 3, 4, 5 (leave blank for default)": "z. B. 3, 4, 5 (leer lassen für Standard)",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "z. B. en-US,de-DE (freilassen für automatische Erkennung)",
"e.g., westus (leave blank for eastus)": "z. B. westus (leer lassen für eastus)",
"e.g.) en,fr,de": "z. B. en,fr,de",
@@ -422,12 +423,13 @@
"Edit Channel": "Kanal bearbeiten",
"Edit Connection": "Verbindung bearbeiten",
"Edit Default Permissions": "Standardberechtigungen bearbeiten",
+ "Edit Folder": "Ordner bearbeiten",
"Edit Memory": "Erinnerungen bearbeiten",
"Edit User": "Benutzer bearbeiten",
"Edit User Group": "Benutzergruppe bearbeiten",
- "Edited": "",
- "Editing": "",
- "Eject": "",
+ "Edited": "Bearbeitet",
+ "Editing": "Bearbeite",
+ "Eject": "Auswerfen",
"ElevenLabs": "ElevenLabs",
"Email": "E-Mail",
"Embark on adventures": "Abenteuer erleben",
@@ -468,7 +470,7 @@
"Enter Chunk Overlap": "Geben Sie die Blocküberlappung ein",
"Enter Chunk Size": "Geben Sie die Blockgröße ein",
"Enter comma-separated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Geben Sie kommagetrennte \"token:bias_value\"-Paare ein (Beispiel: 5432:100, 413:-100)",
- "Enter Config in JSON format": "",
+ "Enter Config in JSON format": "Konfiguration in JSON Format eingeben",
"Enter content for the pending user info overlay. Leave empty for default.": "Geben Sie Inhalt für das Overlay 'Ausstehende Kontoaktivierung' ein. Für Standard leer lassen.",
"Enter Datalab Marker API Key": "",
"Enter description": "Geben Sie eine Beschreibung ein",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "URL für externe Websuche eingeben",
"Enter Firecrawl API Base URL": "Geben Sie die Firecrawl Basis-URL ein",
"Enter Firecrawl API Key": "Geben Sie den Firecrawl API-Schlüssel ein",
+ "Enter folder name": "Ordnernamen eingeben",
"Enter Github Raw URL": "Geben Sie die Github Raw-URL ein",
"Enter Google PSE API Key": "Geben Sie den Google PSE-API-Schlüssel ein",
"Enter Google PSE Engine Id": "Geben Sie die Google PSE-Engine-ID ein",
@@ -599,15 +602,17 @@
"External Web Loader URL": "Externer Web-Loader URL",
"External Web Search API Key": "Externe Websuche API-Schlüssel",
"External Web Search URL": "Externe Websuche URL",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Fehler beim Hinzufügen der Datei.",
"Failed to connect to {{URL}} OpenAPI tool server": "Verbindung zum OpenAPI-Toolserver {{URL}} fehlgeschlagen",
"Failed to copy link": "Fehler beim kopieren des Links",
"Failed to create API Key.": "Fehler beim Erstellen des API-Schlüssels.",
"Failed to delete note": "Notiz konnte nicht gelöscht werden",
- "Failed to extract content from the file: {{error}}": "",
- "Failed to extract content from the file.": "",
+ "Failed to extract content from the file: {{error}}": "Fehler beim extrahieren des Inhalts aus der Datei: {{error}}",
+ "Failed to extract content from the file.": "Fehler beim extrahieren des Inhalts aus der Datei.",
"Failed to fetch models": "Fehler beim Abrufen der Modelle",
- "Failed to generate title": "",
+ "Failed to generate title": "Fehler beim generieren des Titels",
+ "Failed to load chat preview": "",
"Failed to load file content.": "Fehler beim Laden des Dateiinhalts.",
"Failed to read clipboard contents": "Fehler beim Lesen des Inhalts der Zwischenablage.",
"Failed to save connections": "Verbindungen konnten nicht gespeichert werden",
@@ -631,7 +636,7 @@
"File Upload": "Dateiupload",
"File uploaded successfully": "Datei erfolgreich hochgeladen",
"Files": "Dateien",
- "Filter": "",
+ "Filter": "Filter",
"Filter is now globally disabled": "Filter ist jetzt global deaktiviert",
"Filter is now globally enabled": "Filter ist jetzt global aktiviert",
"Filters": "Filter",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Nahtlose Übertragung großer externer Antwortabschnitte",
"Focus chat input": "Chat-Eingabe fokussieren",
"Folder deleted successfully": "Ordner erfolgreich gelöscht",
+ "Folder Name": "Ordner-Name",
"Folder name cannot be empty.": "Ordnername darf nicht leer sein.",
"Folder name updated successfully": "Ordnername erfolgreich aktualisiert",
+ "Folder updated successfully": "Ordner erfolgreich aktualisiert",
"Follow up": "Folgefragen",
"Follow Up Generation": "Folgefragen Generierung",
"Follow Up Generation Prompt": "Prompt für Folgefragen Generierung",
@@ -749,9 +756,10 @@
"Info": "Info",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Gesamten Inhalt als Kontext für umfassende Verarbeitung einfügen, dies wird für komplexe Abfragen empfohlen.",
"Input commands": "Eingabebefehle",
- "Input Variables": "",
- "Insert": "",
- "Insert Prompt as Rich Text": "",
+ "Input Variables": "Eingabe Variablen",
+ "Insert": "Einfügen",
+ "Insert Follow-Up Prompt to Input": "",
+ "Insert Prompt as Rich Text": "Prompt als Rich Text einfügen",
"Install from Github URL": "Von GitHub-URL installieren",
"Instant Auto-Send After Voice Transcription": "Spracherkennung direkt absenden",
"Integration": "Integration",
@@ -761,7 +769,7 @@
"Invalid JSON file": "Ungültige JSON Datei",
"Invalid Tag": "Ungültiger Tag",
"is typing...": "schreibt ...",
- "Italic": "",
+ "Italic": "Kursiv",
"January": "Januar",
"Jina API Key": "Jina-API-Schlüssel",
"join our Discord for help.": "Treten Sie unserem Discord bei, um Hilfe zu erhalten.",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT-Ablauf",
"JWT Token": "JWT-Token",
"Kagi Search API Key": "Kagi Search API-Schlüssel",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "In Seitenleiste anzeigen",
"Key": "Schlüssel",
"Keyboard shortcuts": "Tastenkombinationen",
"Knowledge": "Wissen",
"Knowledge Access": "Wissenszugriff",
+ "Knowledge Base": "Wissensdatenbank",
"Knowledge created successfully.": "Wissen erfolgreich erstellt.",
"Knowledge deleted successfully.": "Wissen erfolgreich gelöscht.",
"Knowledge Public Sharing": "Öffentliche Freigabe von Wissen",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Leer lassen, um den Standardprompt zu verwenden, oder geben Sie einen benutzerdefinierten Prompt ein",
"Leave model field empty to use the default model.": "Leer lassen, um das Standardmodell zu verwenden.",
"License": "Lizenz",
+ "Lift List": "",
"Light": "Hell",
"Listening...": "Höre zu...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "Neues Werkzeug",
"new-channel": "neuer-kanal",
"Next message": "Nächste Nachricht",
+ "No chats found": "",
"No chats found for this user.": "Keine Chats für diesen Nutzer gefunden.",
"No chats found.": "Keine Chats gefunden.",
"No content": "Kein Inhalt",
@@ -940,7 +952,7 @@
"Ollama API settings updated": "Ollama-API-Einstellungen aktualisiert",
"Ollama Version": "Ollama-Version",
"On": "Ein",
- "OneDrive": "",
+ "OneDrive": "OneDrive",
"Only active when \"Paste Large Text as File\" setting is toggled on.": "Nur aktiv, wenn die \"Großen Text als Datei einfügen\" Option aktiviert ist.",
"Only active when the chat input is in focus and an LLM is generating a response.": "Nur aktiv, wenn die Eingabe im Chat ausgewählt ist und ein LLM gerade eine Antwort generiert.",
"Only alphanumeric characters and hyphens are allowed": "Nur alphanumerische Zeichen und Bindestriche sind erlaubt",
@@ -969,7 +981,7 @@
"openapi.json URL or Path": "",
"Options for running a local vision-language model in the picture description. The parameters refer to a model hosted on Hugging Face. This parameter is mutually exclusive with picture_description_api.": "",
"or": "oder",
- "Ordered List": "",
+ "Ordered List": "Geordnete Liste",
"Organize your users": "Organisieren Sie Ihre Benutzer",
"Other": "Andere",
"OUTPUT": "AUSGABE",
@@ -1051,8 +1063,8 @@
"Re-rank models by topic similarity": "Modelle nach thematischer Ähnlichkeit neu ordnen",
"Read": "Lesen",
"Read Aloud": "Vorlesen",
- "Reason": "",
- "Reasoning Effort": "Schlussfolgerungsaufwand",
+ "Reason": "Nachdenken",
+ "Reasoning Effort": "Nachdenk-Aufwand",
"Record": "Aufzeichnen",
"Record voice": "Stimme aufnehmen",
"Redirecting you to Open WebUI Community": "Sie werden zur OpenWebUI-Community weitergeleitet",
@@ -1064,15 +1076,15 @@
"Reindex": "Neu indexieren",
"Reindex Knowledge Base Vectors": "Vektoren der Wissensdatenbank neu indizieren",
"Release Notes": "Veröffentlichungshinweise",
- "Releases": "",
+ "Releases": "Versionen",
"Relevance": "Relevanz",
"Relevance Threshold": "Relevanzschwelle",
"Remember Dismissal": "",
"Remove": "Entfernen",
"Remove {{MODELID}} from list.": "{{MODELID}} von der Liste entfernen.",
- "Remove file": "",
- "Remove File": "",
- "Remove image": "",
+ "Remove file": "Datei entfernen",
+ "Remove File": "Datei entfernen",
+ "Remove image": "Bild entfernen",
"Remove Model": "Modell entfernen",
"Remove this tag from list": "Diesen Tag von der Liste entfernen",
"Rename": "Umbenennen",
@@ -1085,7 +1097,7 @@
"Reset Upload Directory": "Upload-Verzeichnis zurücksetzen",
"Reset Vector Storage/Knowledge": "Vektorspeicher/Wissen zurücksetzen",
"Reset view": "Ansicht zurücksetzen",
- "Response": "",
+ "Response": "Antwort",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Benachrichtigungen können nicht aktiviert werden, da die Website-Berechtigungen abgelehnt wurden. Bitte besuchen Sie Ihre Browser-Einstellungen, um den erforderlichen Zugriff zu gewähren.",
"Response splitting": "Antwortaufteilung",
"Response Watermark": "Antwort Wasserzeichen",
@@ -1118,7 +1130,7 @@
"Search Functions": "Funktionen durchsuchen...",
"Search Knowledge": "Wissen durchsuchen",
"Search Models": "Modelle durchsuchen...",
- "Search Notes": "",
+ "Search Notes": "Notizen durchsuchen...",
"Search options": "Suchoptionen",
"Search Prompts": "Prompts durchsuchen...",
"Search Result Count": "Anzahl der Suchergebnisse",
@@ -1135,6 +1147,7 @@
"See what's new": "Entdecken Sie die Neuigkeiten",
"Seed": "Seed",
"Select a base model": "Wählen Sie ein Basismodell",
+ "Select a conversation to preview": "",
"Select a engine": "Wählen Sie eine Engine",
"Select a function": "Wählen Sie eine Funktion",
"Select a group": "Wählen Sie eine Gruppe",
@@ -1191,7 +1204,7 @@
"Show \"What's New\" modal on login": "\"Was gibt's Neues\"-Modal beim Anmelden anzeigen",
"Show Admin Details in Account Pending Overlay": "Admin-Details im Account-Pending-Overlay anzeigen",
"Show All": "Alle anzeigen",
- "Show image preview": "",
+ "Show image preview": "Bildvorschau anzeigen",
"Show Less": "Weniger anzeigen",
"Show Model": "Modell anzeigen",
"Show shortcuts": "Verknüpfungen anzeigen",
@@ -1205,21 +1218,22 @@
"Sign up to {{WEBUI_NAME}}": "Bei {{WEBUI_NAME}} registrieren",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "Wird bei {{WEBUI_NAME}} angemeldet",
+ "Sink List": "",
"sk-1234": "sk-1234",
- "Skip Cache": "",
+ "Skip Cache": "Cache überspringen",
"Skip the cache and re-run the inference. Defaults to False.": "",
"Sougou Search API sID": "Sougou Search API sID",
"Sougou Search API SK": "Sougou Search API SK",
"Source": "Quelle",
"Speech Playback Speed": "Sprachwiedergabegeschwindigkeit",
"Speech recognition error: {{error}}": "Spracherkennungsfehler: {{error}}",
- "Speech-to-Text": "",
+ "Speech-to-Text": "Sprache-zu-Text",
"Speech-to-Text Engine": "Sprache-zu-Text-Engine",
"Stop": "Stop",
"Stop Generating": "Generierung stoppen",
"Stop Sequence": "Stop-Sequenz",
"Stream Chat Response": "Chat-Antwort streamen",
- "Strikethrough": "",
+ "Strikethrough": "Durchgestrichen",
"Strip Existing OCR": "",
"Strip existing OCR text from the PDF and re-run OCR. Ignored if Force OCR is enabled. Defaults to False.": "",
"STT Model": "STT-Modell",
@@ -1242,7 +1256,7 @@
"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.": "Tail-Free Sampling wird verwendet, um den Einfluss weniger wahrscheinlicher Token auf die Ausgabe zu reduzieren. Ein höherer Wert (z. B. 2.0) reduziert den Einfluss stärker, während ein Wert von 1.0 diese Einstellung deaktiviert. (Standard: 1)",
"Talk to model": "Zu einem Modell sprechen",
"Tap to interrupt": "Zum Unterbrechen tippen",
- "Task List": "",
+ "Task List": "Aufgabenliste",
"Task Model": "Aufgabenmodell",
"Tasks": "Aufgaben",
"Tavily API Key": "Tavily-API-Schlüssel",
@@ -1251,7 +1265,7 @@
"Temperature": "Temperatur",
"Temporary Chat": "Temporäre Unterhaltung",
"Text Splitter": "Text-Splitter",
- "Text-to-Speech": "",
+ "Text-to-Speech": "Text-zu-Sprache",
"Text-to-Speech Engine": "Text-zu-Sprache-Engine",
"Thanks for your feedback!": "Danke für Ihr Feedback!",
"The Application Account DN you bind with for search": "Der Anwendungs-Konto-DN, mit dem Sie für die Suche binden",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Um auf das WebUI zugreifen zu können, wenden Sie sich bitte an einen Administrator. Administratoren können den Benutzerstatus über das Admin-Panel verwalten.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Um Wissensdatenbanken hier anzuhängen, fügen Sie sie zunächst dem Arbeitsbereich \"Wissen\" hinzu.",
"To learn more about available endpoints, visit our documentation.": "Um mehr über verfügbare Endpunkte zu erfahren, besuchen Sie unsere Dokumentation.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Um Ihre Privatsphäre zu schützen, werden nur Bewertungen, Modell-IDs, Tags und Metadaten aus Ihrem Feedback geteilt – Ihre Chats bleiben privat und werden nicht einbezogen.",
"To select actions here, add them to the \"Functions\" workspace first.": "Um Aktionen auszuwählen, fügen Sie diese zunächst dem Arbeitsbereich „Funktionen“ hinzu.",
"To select filters here, add them to the \"Functions\" workspace first.": "Um Filter auszuwählen, fügen Sie diese zunächst dem Arbeitsbereich „Funktionen“ hinzu.",
@@ -1351,11 +1366,12 @@
"Unarchive All": "Alle wiederherstellen",
"Unarchive All Archived Chats": "Alle archivierten Chats wiederherstellen",
"Unarchive Chat": "Chat wiederherstellen",
- "Underline": "",
+ "Underline": "Unterstreichen",
"Unloads {{FROM_NOW}}": "",
"Unlock mysteries": "Geheimnisse entsperren",
"Unpin": "Lösen",
"Unravel secrets": "Geheimnisse lüften",
+ "Unsupported file type.": "",
"Untagged": "Ungetaggt",
"Untitled": "Unbenannt",
"Update": "Aktualisieren",
@@ -1381,24 +1397,24 @@
"Use Gravatar": "Gravatar verwenden",
"Use groups to group your users and assign permissions.": "Nutzen Sie Gruppen, um Ihre Benutzer zu gruppieren und Berechtigungen zuzuweisen.",
"Use Initials": "Initialen verwenden",
- "Use LLM": "",
+ "Use LLM": "Verwende LLM",
"Use no proxy to fetch page contents.": "Keinen Proxy zum Abrufen von Seiteninhalten verwenden.",
"Use proxy designated by http_proxy and https_proxy environment variables to fetch page contents.": "Den durch die Umgebungsvariablen http_proxy und https_proxy festgelegten Proxy zum Abrufen von Seiteninhalten verwenden.",
"user": "Benutzer",
"User": "Benutzer",
"User location successfully retrieved.": "Benutzerstandort erfolgreich ermittelt.",
- "User menu": "",
+ "User menu": "Benutzermenü",
"User Webhooks": "Benutzer Webhooks",
"Username": "Benutzername",
"Users": "Benutzer",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Verwendung des Standard-Arena-Modells mit allen Modellen. Klicken Sie auf die Plus-Schaltfläche, um benutzerdefinierte Modelle hinzuzufügen.",
- "Utilize": "Verwenden",
"Valid time units:": "Gültige Zeiteinheiten:",
"Valves": "Valves",
"Valves updated": "Valves aktualisiert",
"Valves updated successfully": "Valves erfolgreich aktualisiert",
"variable": "Variable",
- "variable to have them replaced with clipboard content.": "Variable, um den Inhalt der Zwischenablage beim Nutzen des Prompts zu ersetzen.",
"Verify Connection": "Verbindung verifizieren",
"Verify SSL Certificate": "SSL Zertifikat prüfen",
"Version": "Version",
@@ -1409,7 +1425,7 @@
"Vision": "Bilderkennung",
"Voice": "Stimme",
"Voice Input": "Spracheingabe",
- "Voice mode": "",
+ "Voice mode": "Sprachmodus",
"Warning": "Warnung",
"Warning:": "Warnung:",
"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Warnung: Wenn Sie dies aktivieren, können Benutzer beliebigen Code auf dem Server hochladen.",
diff --git a/src/lib/i18n/locales/dg-DG/translation.json b/src/lib/i18n/locales/dg-DG/translation.json
index 109d89ff2e..f357019f5a 100644
--- a/src/lib/i18n/locales/dg-DG/translation.json
+++ b/src/lib/i18n/locales/dg-DG/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Create Account",
"Create Admin Account": "",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "",
"Edit User": "Edit Wowser",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "",
"Enter Google PSE API Key": "",
"Enter Google PSE Engine Id": "",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Failed to read clipboard borks",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Fluidly wow big chunks",
"Focus chat input": "Focus chat bork",
"Folder deleted successfully": "",
+ "Folder Name": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Input commands",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "",
"Instant Auto-Send After Voice Transcription": "",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT Expire",
"JWT Token": "JWT Borken",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "Keyboard Barkcuts",
"Knowledge": "",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "",
"Knowledge deleted successfully.": "",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "Light",
"Listening...": "",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "See what's new so amaze",
"Seed": "Seed very plant",
"Select a base model": "",
+ "Select a conversation to preview": "",
"Select a engine": "",
"Select a function": "",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"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 learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "",
"Untitled": "",
"Update": "",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "",
"Users": "Users much users",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "",
- "Utilize": "Utilize very use",
"Valid time units:": "Valid time units: much time",
"Valves": "",
"Valves updated": "",
"Valves updated successfully": "",
"variable": "variable very variable",
- "variable to have them replaced with clipboard content.": "variable to have them replaced with clipboard content. Very replace.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Version much version",
diff --git a/src/lib/i18n/locales/el-GR/translation.json b/src/lib/i18n/locales/el-GR/translation.json
index dada271761..712d9dd344 100644
--- a/src/lib/i18n/locales/el-GR/translation.json
+++ b/src/lib/i18n/locales/el-GR/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Δημιουργία Λογαριασμού",
"Create Admin Account": "Δημιουργία Λογαριασμού Διαχειριστή",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "Δημιουργία Ομάδας",
"Create Knowledge": "Δημιουργία Γνώσης",
"Create new key": "Δημιουργία νέου κλειδιού",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "π.χ. Εργαλεία για την εκτέλεση διάφορων λειτουργιών",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "Επεξεργασία Σύνδεσης",
"Edit Default Permissions": "Επεξεργασία Προεπιλεγμένων Δικαιωμάτων",
+ "Edit Folder": "",
"Edit Memory": "Επεξεργασία Μνήμης",
"Edit User": "Επεξεργασία Χρήστη",
"Edit User Group": "Επεξεργασία Ομάδας Χρηστών",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Εισάγετε το Github Raw URL",
"Enter Google PSE API Key": "Εισάγετε το Κλειδί API Google PSE",
"Enter Google PSE Engine Id": "Εισάγετε το Αναγνωριστικό Μηχανής Google PSE",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Αποτυχία προσθήκης αρχείου.",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Αποτυχία ανάγνωσης περιεχομένων πρόχειρου",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Ροή μεγάλων εξωτερικών τμημάτων απάντησης ομαλά",
"Focus chat input": "Εστίαση στο πεδίο συνομιλίας",
"Folder deleted successfully": "Ο φάκελος διαγράφηκε με επιτυχία",
+ "Folder Name": "",
"Folder name cannot be empty.": "Το όνομα του φακέλου δεν μπορεί να είναι κενό.",
"Folder name updated successfully": "Το όνομα του φακέλου ενημερώθηκε με επιτυχία",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Εισαγωγή εντολών",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Εγκατάσταση από URL Github",
"Instant Auto-Send After Voice Transcription": "Άμεση Αυτόματη Αποστολή μετά τη μεταγραφή φωνής",
@@ -774,11 +782,13 @@
"JWT Expiration": "Λήξη JWT",
"JWT Token": "Token JWT",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "Κλειδί",
"Keyboard shortcuts": "Συντομεύσεις Πληκτρολογίου",
"Knowledge": "Γνώση",
"Knowledge Access": "Πρόσβαση στη Γνώση",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Η γνώση δημιουργήθηκε με επιτυχία.",
"Knowledge deleted successfully.": "Η γνώση διαγράφηκε με επιτυχία.",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Αφήστε κενό για να χρησιμοποιήσετε την προεπιλεγμένη προτροπή, ή εισάγετε μια προσαρμοσμένη προτροπή",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "Φως",
"Listening...": "Ακούγεται...",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Δείτε τι νέο υπάρχει",
"Seed": "Seed",
"Select a base model": "Επιλέξτε ένα βασικό μοντέλο",
+ "Select a conversation to preview": "",
"Select a engine": "Επιλέξτε μια μηχανή",
"Select a function": "Επιλέξτε μια λειτουργία",
"Select a group": "Επιλέξτε μια ομάδα",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Εγγραφή στο {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "Σύνδεση στο {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Για να αποκτήσετε πρόσβαση στο WebUI, παρακαλώ επικοινωνήστε με τον διαχειριστή. Οι διαχειριστές μπορούν να διαχειριστούν τις καταστάσεις των χρηστών από τον Πίνακα Διαχειριστή.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Για να επισυνάψετε τη βάση γνώσης εδώ, προσθέστε τα πρώτα στο χώρο εργασίας \"Knowledge\".",
"To learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Για να προστατεύσετε την ιδιωτικότητά σας, μόνο οι βαθμολογίες, τα IDs μοντέλων, οι ετικέτες και τα μεταδεδομένα μοιράζονται από την ανατροφοδότησή σας—τα αρχεία συνομιλιών σας παραμένουν ιδιωτικά και δεν περιλαμβάνονται.",
"To select actions here, add them to the \"Functions\" workspace first.": "Για να επιλέξετε ενέργειες εδώ, προσθέστε τις πρώτα στο χώρο εργασίας \"Functions\".",
"To select filters here, add them to the \"Functions\" workspace first.": "Για να επιλέξετε φίλτρα εδώ, προσθέστε τα πρώτα στο χώρο εργασίας \"Functions\".",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Ξεκλείδωμα μυστηρίων",
"Unpin": "Αφαίρεση καρφίτσματος",
"Unravel secrets": "Ξετυλίξτε μυστικά",
+ "Unsupported file type.": "",
"Untagged": "Χωρίς Ετικέτες",
"Untitled": "",
"Update": "Ενημέρωση",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "Όνομα Χρήστη",
"Users": "Χρήστες",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Χρησιμοποιώντας το προεπιλεγμένο μοντέλο arena με όλα τα μοντέλα. Κάντε κλικ στο κουμπί συν για να προσθέσετε προσαρμοσμένα μοντέλα.",
- "Utilize": "Αξιοποίηση",
"Valid time units:": "Έγκυρες μονάδες χρόνου:",
"Valves": "Βαλβίδες",
"Valves updated": "Οι βαλβίδες ενημερώθηκαν",
"Valves updated successfully": "Οι βαλβίδες ενημερώθηκαν με επιτυχία",
"variable": "μεταβλητή",
- "variable to have them replaced with clipboard content.": "μεταβλητή να αντικατασταθούν με το περιεχόμενο του πρόχειρου.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Έκδοση",
diff --git a/src/lib/i18n/locales/en-GB/translation.json b/src/lib/i18n/locales/en-GB/translation.json
index 21b45684ec..d495ff4626 100644
--- a/src/lib/i18n/locales/en-GB/translation.json
+++ b/src/lib/i18n/locales/en-GB/translation.json
@@ -290,6 +290,7 @@
"Create Account": "",
"Create Admin Account": "",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "",
"Edit User": "",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "",
"Enter Google PSE API Key": "",
"Enter Google PSE Engine Id": "",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "",
"Focus chat input": "",
"Folder deleted successfully": "",
+ "Folder Name": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "",
"Instant Auto-Send After Voice Transcription": "",
@@ -774,11 +782,13 @@
"JWT Expiration": "",
"JWT Token": "",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "",
"Knowledge": "",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "",
"Knowledge deleted successfully.": "",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "",
"Listening...": "",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "",
"Seed": "",
"Select a base model": "",
+ "Select a conversation to preview": "",
"Select a engine": "",
"Select a function": "",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"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 learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "",
"Untitled": "",
"Update": "",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "",
"Users": "",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "",
- "Utilize": "Utilise",
"Valid time units:": "",
"Valves": "",
"Valves updated": "",
"Valves updated successfully": "",
"variable": "",
- "variable to have them replaced with clipboard content.": "",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "",
diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json
index 5c74fc737c..ccb66f173f 100644
--- a/src/lib/i18n/locales/en-US/translation.json
+++ b/src/lib/i18n/locales/en-US/translation.json
@@ -290,6 +290,7 @@
"Create Account": "",
"Create Admin Account": "",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "",
"Edit User": "",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "",
"Enter Google PSE API Key": "",
"Enter Google PSE Engine Id": "",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "",
"Focus chat input": "",
"Folder deleted successfully": "",
+ "Folder Name": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "",
"Instant Auto-Send After Voice Transcription": "",
@@ -774,11 +782,13 @@
"JWT Expiration": "",
"JWT Token": "",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "",
"Knowledge": "",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "",
"Knowledge deleted successfully.": "",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "",
"Listening...": "",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "Next message",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "",
"Seed": "",
"Select a base model": "",
+ "Select a conversation to preview": "",
"Select a engine": "",
"Select a function": "",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"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 learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "",
"Untitled": "",
"Update": "",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "",
"Users": "",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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": "",
"variable": "",
- "variable to have them replaced with clipboard content.": "",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "",
diff --git a/src/lib/i18n/locales/es-ES/translation.json b/src/lib/i18n/locales/es-ES/translation.json
index a34c16157e..01ea737984 100644
--- a/src/lib/i18n/locales/es-ES/translation.json
+++ b/src/lib/i18n/locales/es-ES/translation.json
@@ -1410,13 +1410,11 @@
"Using Entire Document": "Usando Documento Completo",
"Using Focused Retrieval": "Usando Recuperación Focalizada",
"Using the default arena model with all models. Click the plus button to add custom models.": "Usando el modelo de arena predeterminado con todos los modelos. Pulsar en el botón + para agregar modelos personalizados.",
- "Utilize": "Utilizar",
"Valid time units:": "Unidades de tiempo válidas:",
"Valves": "Válvulas",
"Valves updated": "Válvulas actualizadas",
"Valves updated successfully": "Válvulas actualizados correctamente",
"variable": "variable",
- "variable to have them replaced with clipboard content.": "hace que la variable sea reemplazada con el contenido del portapapeles.",
"Verify Connection": "Verificar Conexión",
"Verify SSL Certificate": "Verificar Certificado SSL",
"Version": "Versión",
diff --git a/src/lib/i18n/locales/et-EE/translation.json b/src/lib/i18n/locales/et-EE/translation.json
index 345bb09eaf..3ef0cfa6e7 100644
--- a/src/lib/i18n/locales/et-EE/translation.json
+++ b/src/lib/i18n/locales/et-EE/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Loo konto",
"Create Admin Account": "Loo administraatori konto",
"Create Channel": "Loo kanal",
+ "Create Folder": "",
"Create Group": "Loo grupp",
"Create Knowledge": "Loo teadmised",
"Create new key": "Loo uus võti",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "nt tööriistad mitmesuguste operatsioonide teostamiseks",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "Muuda kanalit",
"Edit Connection": "Muuda ühendust",
"Edit Default Permissions": "Muuda vaikimisi õigusi",
+ "Edit Folder": "",
"Edit Memory": "Muuda mälu",
"Edit User": "Muuda kasutajat",
"Edit User Group": "Muuda kasutajagruppi",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Sisestage Github toorURL",
"Enter Google PSE API Key": "Sisestage Google PSE API võti",
"Enter Google PSE Engine Id": "Sisestage Google PSE mootori ID",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Faili lisamine ebaõnnestus.",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "Mudelite toomine ebaõnnestus",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Lõikelaua sisu lugemine ebaõnnestus",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Suurte väliste vastuste tükkide sujuv voogedastus",
"Focus chat input": "Fokuseeri vestluse sisendile",
"Folder deleted successfully": "Kaust edukalt kustutatud",
+ "Folder Name": "",
"Folder name cannot be empty.": "Kausta nimi ei saa olla tühi.",
"Folder name updated successfully": "Kausta nimi edukalt uuendatud",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Sisendkäsud",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Installige Github URL-ilt",
"Instant Auto-Send After Voice Transcription": "Kohene automaatne saatmine pärast hääle transkriptsiooni",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT aegumine",
"JWT Token": "JWT token",
"Kagi Search API Key": "Kagi Search API võti",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "Võti",
"Keyboard shortcuts": "Klaviatuuri otseteed",
"Knowledge": "Teadmised",
"Knowledge Access": "Teadmiste juurdepääs",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Teadmised edukalt loodud.",
"Knowledge deleted successfully.": "Teadmised edukalt kustutatud.",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Jäta tühjaks, et kasutada vaikimisi vihjet, või sisesta kohandatud vihje",
"Leave model field empty to use the default model.": "Jäta mudeli väli tühjaks, et kasutada vaikimisi mudelit.",
"License": "Litsents",
+ "Lift List": "",
"Light": "Hele",
"Listening...": "Kuulamine...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "uus-kanal",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Vaata, mis on uut",
"Seed": "Seeme",
"Select a base model": "Valige baas mudel",
+ "Select a conversation to preview": "",
"Select a engine": "Valige mootor",
"Select a function": "Valige funktsioon",
"Select a group": "Valige grupp",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Registreeru {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "Sisselogimine {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "WebUI-le juurdepääsuks võtke ühendust administraatoriga. Administraatorid saavad hallata kasutajate staatuseid administraatori paneelist.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Teadmiste baasi siia lisamiseks lisage need esmalt \"Teadmiste\" tööalale.",
"To learn more about available endpoints, visit our documentation.": "Saadaolevate lõpp-punktide kohta rohkem teada saamiseks külastage meie dokumentatsiooni.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Teie privaatsuse kaitsmiseks jagatakse teie tagasisidest ainult hinnanguid, mudeli ID-sid, silte ja metaandmeid - teie vestluslogi jääb privaatseks ja neid ei kaasata.",
"To select actions here, add them to the \"Functions\" workspace first.": "Toimingute siit valimiseks lisage need esmalt \"Funktsioonide\" tööalale.",
"To select filters here, add them to the \"Functions\" workspace first.": "Filtrite siit valimiseks lisage need esmalt \"Funktsioonide\" tööalale.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Ava mõistatused",
"Unpin": "Võta lahti",
"Unravel secrets": "Ava saladused",
+ "Unsupported file type.": "",
"Untagged": "Sildistamata",
"Untitled": "",
"Update": "Uuenda",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "Kasutajanimi",
"Users": "Kasutajad",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Kasutatakse vaikimisi areena mudelit kõigi mudelitega. Kohandatud mudelite lisamiseks klõpsake plussmärgiga nuppu.",
- "Utilize": "Kasuta",
"Valid time units:": "Kehtivad ajaühikud:",
"Valves": "Klapid",
"Valves updated": "Klapid uuendatud",
"Valves updated successfully": "Klapid edukalt uuendatud",
"variable": "muutuja",
- "variable to have them replaced with clipboard content.": "muutuja, et need asendataks lõikelaua sisuga.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Versioon",
diff --git a/src/lib/i18n/locales/eu-ES/translation.json b/src/lib/i18n/locales/eu-ES/translation.json
index 164dac2316..6a4ef99dea 100644
--- a/src/lib/i18n/locales/eu-ES/translation.json
+++ b/src/lib/i18n/locales/eu-ES/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Sortu Kontua",
"Create Admin Account": "Sortu Administratzaile Kontua",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "Sortu Taldea",
"Create Knowledge": "Sortu Ezagutza",
"Create new key": "Sortu gako berria",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "adib. Hainbat eragiketa egiteko tresnak",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "Editatu Konexioa",
"Edit Default Permissions": "Editatu Baimen Lehenetsiak",
+ "Edit Folder": "",
"Edit Memory": "Editatu Memoria",
"Edit User": "Editatu Erabiltzailea",
"Edit User Group": "Editatu Erabiltzaile Taldea",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Sartu Github Raw URLa",
"Enter Google PSE API Key": "Sartu Google PSE API Gakoa",
"Enter Google PSE Engine Id": "Sartu Google PSE Motor IDa",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Huts egin du fitxategia gehitzean.",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Huts egin du arbelaren edukia irakurtzean",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Modu jariagarrian transmititu kanpoko erantzun zati handiak",
"Focus chat input": "Fokuratu txataren sarrera",
"Folder deleted successfully": "Karpeta ongi ezabatu da",
+ "Folder Name": "",
"Folder name cannot be empty.": "Karpetaren izena ezin da hutsik egon.",
"Folder name updated successfully": "Karpetaren izena ongi eguneratu da",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Sartu komandoak",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instalatu Github URLtik",
"Instant Auto-Send After Voice Transcription": "Bidalketa Automatiko Berehalakoa Ahots Transkripzioaren Ondoren",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT Iraungitzea",
"JWT Token": "JWT Tokena",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "Gakoa",
"Keyboard shortcuts": "Teklatuko lasterbideak",
"Knowledge": "Ezagutza",
"Knowledge Access": "Ezagutzarako Sarbidea",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Ezagutza ongi sortu da.",
"Knowledge deleted successfully.": "Ezagutza ongi ezabatu da.",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Utzi hutsik prompt lehenetsia erabiltzeko, edo sartu prompt pertsonalizatu bat",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "Argia",
"Listening...": "Entzuten...",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Ikusi berritasunak",
"Seed": "Hazia",
"Select a base model": "Hautatu oinarrizko modeloa",
+ "Select a conversation to preview": "",
"Select a engine": "Hautatu motor bat",
"Select a function": "Hautatu funtzio bat",
"Select a group": "Hautatu talde bat",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Erregistratu {{WEBUI_NAME}}-n",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "{{WEBUI_NAME}}-n saioa hasten",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "WebUI-a atzitzeko, mesedez jarri harremanetan administratzailearekin. Administratzaileek erabiltzaileen egoerak kudeatu ditzakete Admin Paneletik.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Ezagutza-basea hemen eransteko, gehitu ezazu lehenik \"Ezagutza\" lan-eremura.",
"To learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Zure pribatutasuna babesteko, zure feedbacketik bakarrik partekatzen dira balorazioak, modelo IDak, etiketak eta metadatuak—zure txat erregistroak pribatuak dira eta ez dira sartzen.",
"To select actions here, add them to the \"Functions\" workspace first.": "Ekintzak hemen hautatzeko, gehitu itzazu lehenik \"Funtzioak\" lan-eremura.",
"To select filters here, add them to the \"Functions\" workspace first.": "Iragazkiak hemen hautatzeko, gehitu itzazu lehenik \"Funtzioak\" lan-eremura.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Askatu misterioak",
"Unpin": "Kendu aingura",
"Unravel secrets": "Askatu sekretuak",
+ "Unsupported file type.": "",
"Untagged": "Etiketatu gabea",
"Untitled": "",
"Update": "Eguneratu",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "Erabiltzaile-izena",
"Users": "Erabiltzaileak",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Arena modelo lehenetsia erabiltzen modelo guztiekin. Egin klik plus botoian modelo pertsonalizatuak gehitzeko.",
- "Utilize": "Erabili",
"Valid time units:": "Denbora unitate baliozkoak:",
"Valves": "Balbulak",
"Valves updated": "Balbulak eguneratuta",
"Valves updated successfully": "Balbulak ongi eguneratu dira",
"variable": "aldagaia",
- "variable to have them replaced with clipboard content.": "aldagaia arbeleko edukiarekin ordezkatzeko.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Bertsioa",
diff --git a/src/lib/i18n/locales/fa-IR/translation.json b/src/lib/i18n/locales/fa-IR/translation.json
index 237849bd75..fd19b846a0 100644
--- a/src/lib/i18n/locales/fa-IR/translation.json
+++ b/src/lib/i18n/locales/fa-IR/translation.json
@@ -290,6 +290,7 @@
"Create Account": "ساخت حساب کاربری",
"Create Admin Account": "ایجاد حساب مدیر",
"Create Channel": "ایجاد کانال",
+ "Create Folder": "",
"Create Group": "ایجاد گروه",
"Create Knowledge": "ایجاد دانش",
"Create new key": "ساخت کلید جدید",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "مثلا ابزارهایی برای انجام عملیات مختلف",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "مثلا en-US,ja-JP (برای تشخیص خودکار خالی بگذارید)",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "ویرایش کانال",
"Edit Connection": "ویرایش اتصال",
"Edit Default Permissions": "ویرایش مجوزهای پیش\u200cفرض",
+ "Edit Folder": "",
"Edit Memory": "ویرایش حافظه",
"Edit User": "ویرایش کاربر",
"Edit User Group": "ویرایش گروه کاربری",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "آدرس پایه API فایرکراول را وارد کنید",
"Enter Firecrawl API Key": "کلید API فایرکراول را وارد کنید",
+ "Enter folder name": "",
"Enter Github Raw URL": "آدرس Github Raw را وارد کنید",
"Enter Google PSE API Key": "کلید API گوگل PSE را وارد کنید",
"Enter Google PSE Engine Id": "شناسه موتور PSE گوگل را وارد کنید",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "خطا در افزودن پرونده",
"Failed to connect to {{URL}} OpenAPI tool server": "خطا در اتصال به سرور ابزار OpenAPI {{URL}}",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "خطا در دریافت مدل\u200cها",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "خواندن محتوای کلیپ بورد ناموفق بود",
"Failed to save connections": "خطا در ذخیره\u200cسازی اتصالات",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "تکه های پاسخ خارجی بزرگ را به صورت سیال پخش کنید",
"Focus chat input": "فوکوس کردن ورودی گپ",
"Folder deleted successfully": "پوشه با موفقیت حذف شد",
+ "Folder Name": "",
"Folder name cannot be empty.": "نام پوشه نمی\u200cتواند خالی باشد.",
"Folder name updated successfully": "نام پوشه با موفقیت به\u200cروز شد",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "ورودی دستورات",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "نصب از ادرس Github",
"Instant Auto-Send After Voice Transcription": "ارسال خودکار فوری پس از رونویسی صوتی",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT انقضای",
"JWT Token": "JWT توکن",
"Kagi Search API Key": "کلید API جستجوی کاگی",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "کلید",
"Keyboard shortcuts": "میانبرهای صفحه کلید",
"Knowledge": "دانش",
"Knowledge Access": "دسترسی به دانش",
+ "Knowledge Base": "",
"Knowledge created successfully.": "دانش با موفقیت ایجاد شد.",
"Knowledge deleted successfully.": "دانش با موفقیت حذف شد.",
"Knowledge Public Sharing": "اشتراک\u200cگذاری عمومی دانش",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "برای استفاده از پرامپت پیش\u200cفرض خالی بگذارید، یا یک پرامپت سفارشی وارد کنید",
"Leave model field empty to use the default model.": "برای استفاده از مدل پیش\u200cفرض، فیلد مدل را خالی بگذارید.",
"License": "مجوز",
+ "Lift List": "",
"Light": "روشن",
"Listening...": "در حال گوش دادن...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "کانال-جدید",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "ببینید موارد جدید چه بوده",
"Seed": "هسته",
"Select a base model": "انتخاب یک مدل پایه",
+ "Select a conversation to preview": "",
"Select a engine": "انتخاب یک موتور",
"Select a function": "انتخاب یک تابع",
"Select a group": "انتخاب یک گروه",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "ثبت نام در {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "در حال ورود به {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "برای دسترسی به رابط کاربری وب، لطفاً با مدیر تماس بگیرید. مدیران می\u200cتوانند وضعیت کاربران را از پنل مدیریت مدیریت کنند.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "برای اتصال پایگاه دانش در اینجا، ابتدا آنها را به فضای کاری \"دانش\" اضافه کنید.",
"To learn more about available endpoints, visit our documentation.": "برای کسب اطلاعات بیشتر در مورد نقاط پایانی موجود، به مستندات ما مراجعه کنید.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "برای حفظ حریم خصوصی شما، فقط امتیازات، شناسه\u200cهای مدل، برچسب\u200cها و متادیتا از بازخورد شما به اشتراک گذاشته می\u200cشود - گفتگوهای شما خصوصی باقی می\u200cماند و شامل نمی\u200cشود.",
"To select actions here, add them to the \"Functions\" workspace first.": "برای انتخاب عملیات در اینجا، ابتدا آنها را به فضای کاری \"توابع\" اضافه کنید.",
"To select filters here, add them to the \"Functions\" workspace first.": "برای انتخاب فیلترها در اینجا، ابتدا آنها را به فضای کاری \"توابع\" اضافه کنید.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "رمزگشایی از اسرار",
"Unpin": "برداشتن پین",
"Unravel secrets": "کشف رازها",
+ "Unsupported file type.": "",
"Untagged": "بدون برچسب",
"Untitled": "",
"Update": "به\u200cروزرسانی",
@@ -1391,14 +1407,14 @@
"User Webhooks": "وب\u200cهوک\u200cهای کاربر",
"Username": "نام کاربری",
"Users": "کاربران",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "در حال استفاده از مدل آرنا با همهٔ مدل\u200cهای دیگر به طور پیش\u200cفرض. برای افزودن مدل\u200cهای سفارشی، روی دکمه به\u200cعلاوه کلیک کنید.",
- "Utilize": "استفاده کنید",
"Valid time units:": "واحدهای زمانی معتبر:",
"Valves": "شیرها",
"Valves updated": "شیرها به\u200cروزرسانی شدند",
"Valves updated successfully": "شیرها با موفقیت به\u200cروزرسانی شدند",
"variable": "متغیر",
- "variable to have them replaced with clipboard content.": "متغیر برای جایگزینی آنها با محتوای بریده\u200cدان.",
"Verify Connection": "تأیید اتصال",
"Verify SSL Certificate": "تأیید گواهی SSL",
"Version": "نسخه",
diff --git a/src/lib/i18n/locales/fi-FI/translation.json b/src/lib/i18n/locales/fi-FI/translation.json
index 31d7e434da..bfc19e78c1 100644
--- a/src/lib/i18n/locales/fi-FI/translation.json
+++ b/src/lib/i18n/locales/fi-FI/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Luo tili",
"Create Admin Account": "Luo ylläpitäjätili",
"Create Channel": "Luo kanava",
+ "Create Folder": "",
"Create Group": "Luo ryhmä",
"Create Knowledge": "Luo tietoa",
"Create new key": "Luo uusi avain",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "esim. pdf, docx, txt",
"e.g. Tools for performing various operations": "esim. työkaluja erilaisten toimenpiteiden suorittamiseen",
"e.g., 3, 4, 5 (leave blank for default)": "esim. 3, 4, 5 (jätä tyhjäksi, jos haluat oletusarvon)",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "esim. en-US,ja-JP (Tyhjäksi jättämällä, automaattinen tunnistus)",
"e.g., westus (leave blank for eastus)": "esim. westus (jätä tyhjäksi eastusta varten)",
"e.g.) en,fr,de": "esim.) en,fr,de",
@@ -422,6 +423,7 @@
"Edit Channel": "Muokkaa kanavaa",
"Edit Connection": "Muokkaa yhteyttä",
"Edit Default Permissions": "Muokkaa oletuskäyttöoikeuksia",
+ "Edit Folder": "",
"Edit Memory": "Muokkaa muistia",
"Edit User": "Muokkaa käyttäjää",
"Edit User Group": "Muokkaa käyttäjäryhmää",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "Kirjoita ulkoisen Web Search verkko-osoite",
"Enter Firecrawl API Base URL": "Kirjoita Firecrawl API -verkko-osoite",
"Enter Firecrawl API Key": "Kirjoita Firecrawl API-avain",
+ "Enter folder name": "",
"Enter Github Raw URL": "Kirjoita Github Raw -verkko-osoite",
"Enter Google PSE API Key": "Kirjoita Google PSE API -avain",
"Enter Google PSE Engine Id": "Kirjoita Google PSE -moottorin tunnus",
@@ -599,6 +602,7 @@
"External Web Loader URL": "Ulkoinen Web Loader verkko-osoite",
"External Web Search API Key": "Ulkoinen Web Search API-avain",
"External Web Search URL": "Ulkoinen Web Search verkko-osoite",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Tiedoston lisääminen epäonnistui.",
"Failed to connect to {{URL}} OpenAPI tool server": "Yhdistäminen {{URL}} OpenAPI työkalu palvelimeen epäonnistui",
"Failed to copy link": "Linkin kopioinmti epäonnistui",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "Mallien hakeminen epäonnistui",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "Tiedoston sisällön lataaminen epäonnistui.",
"Failed to read clipboard contents": "Leikepöydän sisällön lukeminen epäonnistui",
"Failed to save connections": "Yhteyksien tallentaminen epäonnistui",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Virtaa suuria ulkoisia vastausosia joustavasti",
"Focus chat input": "Fokusoi syöttökenttään",
"Folder deleted successfully": "Kansio poistettu onnistuneesti",
+ "Folder Name": "",
"Folder name cannot be empty.": "Kansion nimi ei voi olla tyhjä.",
"Folder name updated successfully": "Kansion nimi päivitetty onnistuneesti",
+ "Folder updated successfully": "",
"Follow up": "Jatkokysymykset",
"Follow Up Generation": "Jatkokysymysten luonti",
"Follow Up Generation Prompt": "Jatkokysymysten luonti kehoite",
@@ -751,6 +758,7 @@
"Input commands": "Syötekäskyt",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Asenna Github-URL:stä",
"Instant Auto-Send After Voice Transcription": "Heti automaattinen lähetys äänitunnistuksen jälkeen",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT-vanheneminen",
"JWT Token": "JWT-token",
"Kagi Search API Key": "Kagi Search API -avain",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "Pidä sivupalkissa",
"Key": "Avain",
"Keyboard shortcuts": "Pikanäppäimet",
"Knowledge": "Tietämys",
"Knowledge Access": "Tiedon käyttöoikeus",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Tietokanta luotu onnistuneesti.",
"Knowledge deleted successfully.": "Tietokanta poistettu onnistuneesti.",
"Knowledge Public Sharing": "Tietokannan julkinen jakaminen",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Jätä tyhjäksi käyttääksesi oletuskehotetta tai kirjoita mukautettu kehote",
"Leave model field empty to use the default model.": "Jätä malli kenttä tyhjäksi käyttääksesi oletus mallia.",
"License": "Lisenssi",
+ "Lift List": "",
"Light": "Vaalea",
"Listening...": "Kuuntelee...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "Uusi työkalu",
"new-channel": "uusi-kanava",
"Next message": "Seuraava viesti",
+ "No chats found": "",
"No chats found for this user.": "Käyttäjän keskusteluja ei löytynyt.",
"No chats found.": "Keskusteluja ei löytynyt",
"No content": "Ei sisältöä",
@@ -1135,6 +1147,7 @@
"See what's new": "Katso, mitä uutta",
"Seed": "Siemenluku",
"Select a base model": "Valitse perusmalli",
+ "Select a conversation to preview": "",
"Select a engine": "Valitse moottori",
"Select a function": "Valitse toiminto",
"Select a group": "Valitse ryhmä",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Rekisteröidy palveluun {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "Parantaa merkittävästi tarkkuutta käyttämällä LLM:ää taulukoiden, lomakkeiden, matematiikan ja asettelun havaitsemisen parantamiseen. Lisää viivettä. Oletusarvo on käytössä.",
"Signing in to {{WEBUI_NAME}}": "Kirjaudutaan sisään palveluun {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "Ohita välimuisti",
"Skip the cache and re-run the inference. Defaults to False.": "Ohita välimuisti ja suorita päätelmä uudelleen. Oletusarvo ei käytössä.",
@@ -1310,6 +1324,7 @@
"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 learn more about available endpoints, visit our documentation.": "Jos haluat lisätietoja käytettävissä olevista päätepisteistä, tutustu dokumentaatioomme.",
+ "To learn more about powerful prompt variables, click here": "",
"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.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Selvitä arvoituksia",
"Unpin": "Irrota kiinnitys",
"Unravel secrets": "Avaa salaisuuksia",
+ "Unsupported file type.": "",
"Untagged": "Ei tageja",
"Untitled": "Nimetön",
"Update": "Päivitä",
@@ -1391,14 +1407,14 @@
"User Webhooks": "Käyttäjän Webhook:it",
"Username": "Käyttäjätunnus",
"Users": "Käyttäjät",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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": "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ä.",
"Verify Connection": "Tarkista yhteys",
"Verify SSL Certificate": "Tarkista SSL-varmenne",
"Version": "Versio",
diff --git a/src/lib/i18n/locales/fr-CA/translation.json b/src/lib/i18n/locales/fr-CA/translation.json
index 0a5bb3509e..0f002d83fc 100644
--- a/src/lib/i18n/locales/fr-CA/translation.json
+++ b/src/lib/i18n/locales/fr-CA/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Créer un compte",
"Create Admin Account": "Créer un compte administrateur",
"Create Channel": "Créer un canal",
+ "Create Folder": "",
"Create Group": "Créer un groupe",
"Create Knowledge": "Créer une connaissance",
"Create new key": "Créer une nouvelle clé",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "par ex. pdf, docx, txt",
"e.g. Tools for performing various operations": "par ex. Outils pour effectuer diverses opérations",
"e.g., 3, 4, 5 (leave blank for default)": "par ex., 3, 4, 5 (laisser vide pour par défaut)",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "par ex., en-US, ja-JP (laisser vide pour détection automatique)",
"e.g., westus (leave blank for eastus)": "par ex., westus (laisser vide pour eastus)",
"e.g.) en,fr,de": "par ex., fr, en, de",
@@ -422,6 +423,7 @@
"Edit Channel": "Modifier le canal",
"Edit Connection": "Modifier la connexion",
"Edit Default Permissions": "Modifier les autorisations par défaut",
+ "Edit Folder": "",
"Edit Memory": "Modifier la mémoire",
"Edit User": "Modifier l'utilisateur",
"Edit User Group": "Modifier le groupe d'utilisateurs",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "Entrez l'URL de la recherche Web externe",
"Enter Firecrawl API Base URL": "Entrez l'URL de base de l'API Firecrawl",
"Enter Firecrawl API Key": "Entrez la clé API de Firecrawl",
+ "Enter folder name": "",
"Enter Github Raw URL": "Entrez l'URL brute de GitHub",
"Enter Google PSE API Key": "Entrez la clé API Google PSE",
"Enter Google PSE Engine Id": "Entrez l'identifiant du moteur Google PSE",
@@ -599,6 +602,7 @@
"External Web Loader URL": "URL du chargeur Web externe",
"External Web Search API Key": "Clé API de la recherche Web externe",
"External Web Search URL": "URL de la recherche Web externe",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Échec de l'ajout du fichier.",
"Failed to connect to {{URL}} OpenAPI tool server": "Échec de la connexion au serveur d'outils OpenAPI {{URL}}",
"Failed to copy link": "Échec de la copie du lien",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "Échec de la récupération des modèles",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "Échec du chargement du contenu du fichier",
"Failed to read clipboard contents": "Échec de la lecture du contenu du presse-papiers",
"Failed to save connections": "Échec de la sauvegarde des connexions",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Streaming fluide de gros chunks de réponses externes",
"Focus chat input": "Mettre le focus sur l'entrée de la conversation",
"Folder deleted successfully": "Dossier supprimé avec succès",
+ "Folder Name": "",
"Folder name cannot be empty.": "Le nom du dossier ne peut pas être vide.",
"Folder name updated successfully": "Le nom du dossier a été mis à jour avec succès",
+ "Folder updated successfully": "",
"Follow up": "Suivi",
"Follow Up Generation": "Suivi de la génération",
"Follow Up Generation Prompt": "Suivi de la génération du protompt",
@@ -751,6 +758,7 @@
"Input commands": "Commandes d'entrée",
"Input Variables": "Variables d'entrée",
"Insert": "Insérer",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "Insérer le prompt en tant que texte enrichi",
"Install from Github URL": "Installer depuis une URL GitHub",
"Instant Auto-Send After Voice Transcription": "Envoi automatique après la transcription",
@@ -774,11 +782,13 @@
"JWT Expiration": "Expiration du token JWT",
"JWT Token": "Token JWT",
"Kagi Search API Key": "Clé API Kagi Search",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "Epingler dans la barre latérale",
"Key": "Clé",
"Keyboard shortcuts": "Raccourcis clavier",
"Knowledge": "Connaissances",
"Knowledge Access": "Accès aux connaissances",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Connaissance créée avec succès.",
"Knowledge deleted successfully.": "Connaissance supprimée avec succès.",
"Knowledge Public Sharing": "Partage public des Connaissances",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Laissez vide pour utiliser le prompt par défaut, ou entrez un prompt personnalisé",
"Leave model field empty to use the default model.": "Laisser le champ du modèle vide pour utiliser le modèle par défaut.",
"License": "Licence",
+ "Lift List": "",
"Light": "Clair",
"Listening...": "Écoute en cours...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "Nouvel outil",
"new-channel": "nouveau-canal",
"Next message": "Message suivant",
+ "No chats found": "",
"No chats found for this user.": "Pas de conversation trouvée pour cet utilisateur.",
"No chats found.": "Pas de conversation trouvée.",
"No content": "Pas de contenu",
@@ -1135,6 +1147,7 @@
"See what's new": "Découvrez les nouvelles fonctionnalités",
"Seed": "Seed",
"Select a base model": "Sélectionnez un modèle de base",
+ "Select a conversation to preview": "",
"Select a engine": "Sélectionnez un moteur",
"Select a function": "Sélectionnez une fonction",
"Select a group": "Sélectionner un groupe",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Inscrivez-vous à {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "Améliore considérablement la précision en utilisant un LLM pour améliorer la détection des tableaux, des formulaires, des mathématiques en ligne et de la mise en page. Augmente la latence. Par défaut à True.",
"Signing in to {{WEBUI_NAME}}": "Connexion à {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "Ne pas utiliser le cache",
"Skip the cache and re-run the inference. Defaults to False.": "Ne pas utiliser le cache et re executer l'inférence. Par defaut à False",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Pour accéder à l'interface Web, veuillez contacter l'administrateur. Les administrateurs peuvent gérer les statuts des utilisateurs depuis le panneau d'administration.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Pour attacher une base de connaissances ici, ajoutez-les d'abord à l'espace de travail « Connaissances ».",
"To learn more about available endpoints, visit our documentation.": "Pour en savoir plus sur les points de terminaison disponibles, consultez notre documentation.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Pour protéger votre confidentialité, seules les notes, les identifiants de modèle, les tags et les métadonnées de vos commentaires sont partagés. Vos journaux de discussion restent privés et ne sont pas inclus.",
"To select actions here, add them to the \"Functions\" workspace first.": "Pour sélectionner des actions ici, ajoutez-les d'abord à l'espace de travail « Fonctions ».",
"To select filters here, add them to the \"Functions\" workspace first.": "Pour sélectionner des filtres ici, ajoutez-les d'abord à l'espace de travail « Fonctions ». ",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Déverrouiller les mystères",
"Unpin": "Désépingler",
"Unravel secrets": "Dévoiler les secrets",
+ "Unsupported file type.": "",
"Untagged": "Pas de tag",
"Untitled": "Sans titre",
"Update": "Mise à jour",
@@ -1391,14 +1407,14 @@
"User Webhooks": "Webhooks utilisateur",
"Username": "Nom d'utilisateur",
"Users": "Utilisateurs",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Utilisation du modèle d'arène par défaut avec tous les modèles. Cliquez sur le bouton plus pour ajouter des modèles personnalisés.",
- "Utilize": "Utilisez",
"Valid time units:": "Unités de temps valides\u00a0:",
"Valves": "Vannes",
"Valves updated": "Vannes mises à jour",
"Valves updated successfully": "Les vannes ont été mises à jour avec succès",
"variable": "variable",
- "variable to have them replaced with clipboard content.": "variable pour qu'elles soient remplacées par le contenu du presse-papiers.",
"Verify Connection": "Vérifier la connexion",
"Verify SSL Certificate": "Vérifier le certificat SSL",
"Version": "Version:",
diff --git a/src/lib/i18n/locales/fr-FR/translation.json b/src/lib/i18n/locales/fr-FR/translation.json
index 5062a41b1a..34a126f1d4 100644
--- a/src/lib/i18n/locales/fr-FR/translation.json
+++ b/src/lib/i18n/locales/fr-FR/translation.json
@@ -10,10 +10,10 @@
"[Yesterday at] h:mm A": "",
"{{ models }}": "{{ models }}",
"{{COUNT}} Available Tools": "Nombre d'outils disponibles {{COUNT}}",
- "{{COUNT}} characters": "",
+ "{{COUNT}} characters": "{{COUNT}} caractères",
"{{COUNT}} hidden lines": "Nombres de lignes cachées {{COUNT}}",
"{{COUNT}} Replies": "{{COUNT}} réponses",
- "{{COUNT}} words": "",
+ "{{COUNT}} words": "{{COUNT}} mots",
"{{user}}'s Chats": "Conversations de {{user}}",
"{{webUIName}} Backend Required": "Backend {{webUIName}} requis",
"*Prompt node ID(s) are required for image generation": "*Les ID de noeud du prompt sont nécessaires pour la génération d'images",
@@ -61,7 +61,7 @@
"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": "Réglages avancés",
"Advanced Params": "Réglages avancés",
- "AI": "",
+ "AI": "IA",
"All": "Tout",
"All Documents": "Tous les documents",
"All models deleted successfully": "Tous les modèles ont été supprimés avec succès",
@@ -159,11 +159,11 @@
"Bing Search V7 Endpoint": "Point de terminaison Bing Search V7",
"Bing Search V7 Subscription Key": "Clé d'abonnement Bing Search V7",
"Bocha Search API Key": "Clé API Bocha Search",
- "Bold": "",
+ "Bold": "Gras",
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Renforcer ou pénaliser des éléments spécifiques pour les réponses contraintes. Les valeurs du biais seront comprises entre -100 et 100 (inclus). (Par défaut : aucun)",
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "Le moteur d'OCR de Docling et la (les) langue(s) doivent être fournis ou laissés vides.",
"Brave Search API Key": "Clé API Brave Search",
- "Bullet List": "",
+ "Bullet List": "Liste à puces",
"By {{name}}": "Par {{name}}",
"Bypass Embedding and Retrieval": "Ignorer l'Embedding et le Retrieval",
"Bypass Web Loader": "Ignorer le chargeur Web",
@@ -224,7 +224,7 @@
"Close Configure Connection Modal": "Fermer la fenêtre de configuration de la connexion",
"Close modal": "Fermer la fenêtre",
"Close settings modal": "Fermer la fenêtre des réglages",
- "Code Block": "",
+ "Code Block": "Bloc de code",
"Code execution": "Exécution de code",
"Code Execution": "Exécution de code",
"Code Execution Engine": "Moteur d'execution de code",
@@ -279,7 +279,7 @@
"Copy Formatted Text": "Copier le texte en gardant le format",
"Copy last code block": "Copier le dernier bloc de code",
"Copy last response": "Copier la dernière réponse",
- "Copy link": "",
+ "Copy link": "Copier le lien",
"Copy Link": "Copier le lien",
"Copy to clipboard": "Copier dans le presse-papiers",
"Copying to clipboard was successful!": "La copie dans le presse-papiers a réussi !",
@@ -290,6 +290,7 @@
"Create Account": "Créer un compte",
"Create Admin Account": "Créer un compte administrateur",
"Create Channel": "Créer un canal",
+ "Create Folder": "",
"Create Group": "Créer un groupe",
"Create Knowledge": "Créer une connaissance",
"Create new key": "Créer une nouvelle clé",
@@ -312,7 +313,7 @@
"Database": "Base de données",
"Datalab Marker API": "API Datalab Marker",
"Datalab Marker API Key required.": "Clé API Datalab Marker requise.",
- "DD/MM/YYYY": "",
+ "DD/MM/YYYY": "JJ/MM/AAAA",
"December": "Décembre",
"Default": "Par défaut",
"Default (Open AI)": "Par défaut (OpenAI)",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "par ex. pdf, docx, txt",
"e.g. Tools for performing various operations": "par ex. Outils pour effectuer diverses opérations",
"e.g., 3, 4, 5 (leave blank for default)": "par ex., 3, 4, 5 (laisser vide pour par défaut)",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "par ex., en-US, ja-JP (laisser vide pour détection automatique)",
"e.g., westus (leave blank for eastus)": "par ex., westus (laisser vide pour eastus)",
"e.g.) en,fr,de": "par ex., fr, en, de",
@@ -422,6 +423,7 @@
"Edit Channel": "Modifier le canal",
"Edit Connection": "Modifier la connexion",
"Edit Default Permissions": "Modifier les autorisations par défaut",
+ "Edit Folder": "Modifier le dossier",
"Edit Memory": "Modifier la mémoire",
"Edit User": "Modifier l'utilisateur",
"Edit User Group": "Modifier le groupe d'utilisateurs",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "Entrez l'URL de la recherche Web externe",
"Enter Firecrawl API Base URL": "Entrez l'URL de base de l'API Firecrawl",
"Enter Firecrawl API Key": "Entrez la clé API de Firecrawl",
+ "Enter folder name": "Entrez le nom du dossier",
"Enter Github Raw URL": "Entrez l'URL brute de GitHub",
"Enter Google PSE API Key": "Entrez la clé API Google PSE",
"Enter Google PSE Engine Id": "Entrez l'identifiant du moteur Google PSE",
@@ -599,15 +602,17 @@
"External Web Loader URL": "URL du chargeur Web externe",
"External Web Search API Key": "Clé API de la recherche Web externe",
"External Web Search URL": "URL de la recherche Web externe",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Échec de l'ajout du fichier.",
"Failed to connect to {{URL}} OpenAPI tool server": "Échec de la connexion au serveur d'outils OpenAPI {{URL}}",
"Failed to copy link": "Échec de la copie du lien",
"Failed to create API Key.": "Échec de la création de la clé API.",
"Failed to delete note": "Échec de la délétion de la note",
- "Failed to extract content from the file: {{error}}": "",
- "Failed to extract content from the file.": "",
+ "Failed to extract content from the file: {{error}}": "Échec de l'extraction du contenu du fichier : {{error}}",
+ "Failed to extract content from the file.": "Échec de l'extraction du contenu du fichier",
"Failed to fetch models": "Échec de la récupération des modèles",
- "Failed to generate title": "",
+ "Failed to generate title": "Échec de la génération du titre",
+ "Failed to load chat preview": "",
"Failed to load file content.": "Échec du chargement du contenu du fichier",
"Failed to read clipboard contents": "Échec de la lecture du contenu du presse-papiers",
"Failed to save connections": "Échec de la sauvegarde des connexions",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Streaming fluide de gros chunks de réponses externes",
"Focus chat input": "Mettre le focus sur l'entrée de la conversation",
"Folder deleted successfully": "Dossier supprimé avec succès",
+ "Folder Name": "Nom du dossier",
"Folder name cannot be empty.": "Le nom du dossier ne peut pas être vide.",
"Folder name updated successfully": "Le nom du dossier a été mis à jour avec succès",
+ "Folder updated successfully": "Le dossier a été mis à jour avec succès",
"Follow up": "Suivi",
"Follow Up Generation": "Suivi de la génération",
"Follow Up Generation Prompt": "Suivi de la génération du protompt",
@@ -751,6 +758,7 @@
"Input commands": "Commandes d'entrée",
"Input Variables": "Variables d'entrée",
"Insert": "Insérer",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "Insérer le prompt en tant que texte enrichi",
"Install from Github URL": "Installer depuis une URL GitHub",
"Instant Auto-Send After Voice Transcription": "Envoi automatique après la transcription",
@@ -761,7 +769,7 @@
"Invalid JSON file": "Fichier JSON non valide",
"Invalid Tag": "Tag non valide",
"is typing...": "est en train d'écrire...",
- "Italic": "",
+ "Italic": "Italique",
"January": "Janvier",
"Jina API Key": "Clé API Jina",
"join our Discord for help.": "Rejoignez notre Discord pour obtenir de l'aide.",
@@ -774,11 +782,13 @@
"JWT Expiration": "Expiration du token JWT",
"JWT Token": "Token JWT",
"Kagi Search API Key": "Clé API Kagi Search",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "Epingler dans la barre latérale",
"Key": "Clé",
"Keyboard shortcuts": "Raccourcis clavier",
"Knowledge": "Connaissances",
"Knowledge Access": "Accès aux connaissances",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Connaissance créée avec succès.",
"Knowledge deleted successfully.": "Connaissance supprimée avec succès.",
"Knowledge Public Sharing": "Partage public des Connaissances",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Laissez vide pour utiliser le prompt par défaut, ou entrez un prompt personnalisé",
"Leave model field empty to use the default model.": "Laisser le champ du modèle vide pour utiliser le modèle par défaut.",
"License": "Licence",
+ "Lift List": "",
"Light": "Clair",
"Listening...": "Écoute en cours...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "Nouvel outil",
"new-channel": "nouveau-canal",
"Next message": "Message suivant",
+ "No chats found": "",
"No chats found for this user.": "Pas de conversation trouvée pour cet utilisateur.",
"No chats found.": "Pas de conversation trouvée.",
"No content": "Pas de contenu",
@@ -969,7 +981,7 @@
"openapi.json URL or Path": "URL ou chemin openapi.json",
"Options for running a local vision-language model in the picture description. The parameters refer to a model hosted on Hugging Face. This parameter is mutually exclusive with picture_description_api.": "Options pour exécuter un modèle de vision local dans la description d'image. Les réglages font référence à un modèle hébergé sur Hugging Face. Ce réglage est mutuellement exclusif avec picture_description_api.",
"or": "ou",
- "Ordered List": "",
+ "Ordered List": "Liste ordonnéee",
"Organize your users": "Organisez vos utilisateurs",
"Other": "Autre",
"OUTPUT": "SORTIE",
@@ -1118,7 +1130,7 @@
"Search Functions": "Rechercher des fonctions",
"Search Knowledge": "Rechercher des connaissances",
"Search Models": "Rechercher des modèles",
- "Search Notes": "",
+ "Search Notes": "Rechercher des notes",
"Search options": "Options de recherche",
"Search Prompts": "Rechercher des prompts",
"Search Result Count": "Nombre de résultats de recherche",
@@ -1135,6 +1147,7 @@
"See what's new": "Découvrez les nouvelles fonctionnalités",
"Seed": "Seed",
"Select a base model": "Sélectionnez un modèle de base",
+ "Select a conversation to preview": "",
"Select a engine": "Sélectionnez un moteur",
"Select a function": "Sélectionnez une fonction",
"Select a group": "Sélectionner un groupe",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Inscrivez-vous à {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "Améliore considérablement la précision en utilisant un LLM pour améliorer la détection des tableaux, des formulaires, des mathématiques en ligne et de la mise en page. Augmente la latence. Par défaut à True.",
"Signing in to {{WEBUI_NAME}}": "Connexion à {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "Ne pas utiliser le cache",
"Skip the cache and re-run the inference. Defaults to False.": "Ne pas utiliser le cache et re executer l'inférence. Par defaut à False",
@@ -1242,7 +1256,7 @@
"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.": "Le sampling sans queue est utilisé pour réduire l'impact des tokens moins probables dans la sortie. Une valeur plus élevée (par exemple, 2.0) réduira davantage l'impact, tandis qu'une valeur de 1.0 désactive ce réglage.",
"Talk to model": "Parler au modèle",
"Tap to interrupt": "Appuyez pour interrompre",
- "Task List": "",
+ "Task List": "Liste pour les tâches",
"Task Model": "Modèle pour les tâches",
"Tasks": "Tâches",
"Tavily API Key": "Clé API Tavily",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Pour accéder à l'interface Web, veuillez contacter l'administrateur. Les administrateurs peuvent gérer les statuts des utilisateurs depuis le panneau d'administration.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Pour attacher une base de connaissances ici, ajoutez-les d'abord à l'espace de travail « Connaissances ».",
"To learn more about available endpoints, visit our documentation.": "Pour en savoir plus sur les points de terminaison disponibles, consultez notre documentation.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Pour protéger votre confidentialité, seules les notes, les identifiants de modèle, les tags et les métadonnées de vos commentaires sont partagés. Vos journaux de discussion restent privés et ne sont pas inclus.",
"To select actions here, add them to the \"Functions\" workspace first.": "Pour sélectionner des actions ici, ajoutez-les d'abord à l'espace de travail « Fonctions ».",
"To select filters here, add them to the \"Functions\" workspace first.": "Pour sélectionner des filtres ici, ajoutez-les d'abord à l'espace de travail « Fonctions ». ",
@@ -1351,11 +1366,12 @@
"Unarchive All": "Désarchiver tout",
"Unarchive All Archived Chats": "Désarchiver toutes les conversations archivées",
"Unarchive Chat": "Désarchiver la conversation",
- "Underline": "",
+ "Underline": "Souligner",
"Unloads {{FROM_NOW}}": "Décharge {{FROM_NOW}}",
"Unlock mysteries": "Déverrouiller les mystères",
"Unpin": "Désépingler",
"Unravel secrets": "Dévoiler les secrets",
+ "Unsupported file type.": "",
"Untagged": "Pas de tag",
"Untitled": "Sans titre",
"Update": "Mise à jour",
@@ -1391,14 +1407,14 @@
"User Webhooks": "Webhooks utilisateur",
"Username": "Nom d'utilisateur",
"Users": "Utilisateurs",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Utilisation du modèle d'arène par défaut avec tous les modèles. Cliquez sur le bouton plus pour ajouter des modèles personnalisés.",
- "Utilize": "Utilisez",
"Valid time units:": "Unités de temps valides\u00a0:",
"Valves": "Vannes",
"Valves updated": "Vannes mises à jour",
"Valves updated successfully": "Les vannes ont été mises à jour avec succès",
"variable": "variable",
- "variable to have them replaced with clipboard content.": "variable pour qu'elles soient remplacées par le contenu du presse-papiers.",
"Verify Connection": "Vérifier la connexion",
"Verify SSL Certificate": "Vérifier le certificat SSL",
"Version": "Version:",
diff --git a/src/lib/i18n/locales/gl-ES/translation.json b/src/lib/i18n/locales/gl-ES/translation.json
index e750558964..0599d06476 100644
--- a/src/lib/i18n/locales/gl-ES/translation.json
+++ b/src/lib/i18n/locales/gl-ES/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Xerar unha conta",
"Create Admin Account": "Xerar conta administrativa",
"Create Channel": "Xerar Canal",
+ "Create Folder": "",
"Create Group": "Xerar grupo",
"Create Knowledge": "Xerar Conocemento",
"Create new key": "Xerar unha nova chave",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "p.ej. ferramentas para realizar diversas operacions",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "Editar Canal",
"Edit Connection": "Editar Conexión",
"Edit Default Permissions": "Editar permisos predeterminados",
+ "Edit Folder": "",
"Edit Memory": "Editar Memoria",
"Edit User": "Editar Usuario",
"Edit User Group": "Editar grupo de usuarios",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Ingresa a URL sin procesar de Github",
"Enter Google PSE API Key": "Ingrese a chave API de Google PSE",
"Enter Google PSE Engine Id": "Introduzca o ID do motor PSE de Google",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Non pudo agregarse o Arquivo.",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "Non puderon obterse os modelos",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Non pudo Lerse o contido do portapapeles",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Transmita con fluidez grandes fragmentos de resposta externa",
"Focus chat input": "Enfoca a entrada do chat",
"Folder deleted successfully": "Carpeta eliminada correctamente",
+ "Folder Name": "",
"Folder name cannot be empty.": "O nome da carpeta non pode estar vacío",
"Folder name updated successfully": "Nombre da carpeta actualizado correctamente",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Ingresar comandos",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instalar desde a URL de Github",
"Instant Auto-Send After Voice Transcription": "Auto-Enviar despois da Transcripción de Voz",
@@ -774,11 +782,13 @@
"JWT Expiration": "Expiración do JWT",
"JWT Token": "Token JWT",
"Kagi Search API Key": "chave API de Kagi Search",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "Chave",
"Keyboard shortcuts": "Atallos de teclado",
"Knowledge": "coñecemento",
"Knowledge Access": "Acceso al coñecemento",
+ "Knowledge Base": "",
"Knowledge created successfully.": "coñecemento creado exitosamente.",
"Knowledge deleted successfully.": "coñecemento eliminado exitosamente.",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Deixa vacío para usar o prompt predeterminado, o ingrese un prompt personalizado",
"Leave model field empty to use the default model.": "Deixa o campo do modelo vacío para usar o modelo predeterminado.",
"License": "Licencia",
+ "Lift List": "",
"Light": "Claro",
"Listening...": "Escoitando...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "novo-canal",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Ver as novedades",
"Seed": "Semilla",
"Select a base model": "Seleccionar un modelo base",
+ "Select a conversation to preview": "",
"Select a engine": "Busca un motor",
"Select a function": "Busca unha función",
"Select a group": "Seleccionar un grupo",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Xerar unha conta en {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "Iniciando sesión en {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Para acceder al interfaz de usuario web, por favor contacte al administrador. os administradores pueden administrar os estados de os usuarios desde o panel de administración.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Para adjuntar la base de coñecementos aquí, agreguelas al área de trabajo \"coñecemento\" primeiro.",
"To learn more about available endpoints, visit our documentation.": "Para obter mais información sobre os endpoints disponibles, visite nuestra documentación.",
+ "To learn more about powerful prompt variables, click here": "",
"To protect your privacy, only ratings, model IDs, tags, and metadata are shared from your feedback—your chat logs remain private and are not included.": "Para protexer a sua privacidade, solo compartense as calificacions, IDs dos modelos, etiquetas e metadatos da sua retroalimentación; os seus rexistros de chat permanecen privados e non se incluen.",
"To select actions here, add them to the \"Functions\" workspace first.": "Para seleccionar accions aquí, agreguelas al área de trabajo \"Funcions\" primeiro.",
"To select filters here, add them to the \"Functions\" workspace first.": "Para seleccionar filtros aquí, agreguelos al área de trabajo \"Funcions\" primeiro.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Desbloquear misterios",
"Unpin": "Desanclar",
"Unravel secrets": "Desentrañar secretos",
+ "Unsupported file type.": "",
"Untagged": "Sin etiquetar",
"Untitled": "",
"Update": "Actualizar",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "Nombre de usuario",
"Users": "Usuarios",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Usando o modelo de arena predeterminado con todos os modelos. Haga clic no botón mais para agregar modelos personalizados.",
- "Utilize": "Utilizar",
"Valid time units:": "Unidades válidas de tempo:",
"Valves": "Valves",
"Valves updated": "Valves actualizados",
"Valves updated successfully": "Valves actualizados con éxito",
"variable": "variable",
- "variable to have them replaced with clipboard content.": "variable para reemplazarlos co contido do portapapeles.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Versión",
diff --git a/src/lib/i18n/locales/he-IL/translation.json b/src/lib/i18n/locales/he-IL/translation.json
index 0aa09c501b..16698344cf 100644
--- a/src/lib/i18n/locales/he-IL/translation.json
+++ b/src/lib/i18n/locales/he-IL/translation.json
@@ -290,6 +290,7 @@
"Create Account": "צור חשבון",
"Create Admin Account": "",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "יצירת קבוצה",
"Create Knowledge": "",
"Create new key": "צור מפתח חדש",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "",
"Edit User": "ערוך משתמש",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "הזן כתובת URL של Github Raw",
"Enter Google PSE API Key": "הזן מפתח API של Google PSE",
"Enter Google PSE Engine Id": "הזן את מזהה מנוע PSE של Google",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "קריאת תוכן הלוח נכשלה",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "שידור נתונים חיצוניים בקצב רציף",
"Focus chat input": "מיקוד הקלט לצ'אט",
"Folder deleted successfully": "",
+ "Folder Name": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "פקודות קלט",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "התקן מכתובת URL של Github",
"Instant Auto-Send After Voice Transcription": "",
@@ -774,11 +782,13 @@
"JWT Expiration": "תפוגת JWT",
"JWT Token": "אסימון JWT",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "קיצורי מקלדת",
"Knowledge": "",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "",
"Knowledge deleted successfully.": "",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leave model field empty to use the default model.": "",
"License": "רישיון",
+ "Lift List": "",
"Light": "בהיר",
"Listening...": "",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "כלי חדש",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "לא נמצאו צ'אטים ליוזר הזה.",
"No chats found.": "לא נמצאו צ'אטים",
"No content": "אין תוכן",
@@ -1135,6 +1147,7 @@
"See what's new": "ראה מה חדש",
"Seed": "זרע",
"Select a base model": "בחירת מודל בסיס",
+ "Select a conversation to preview": "",
"Select a engine": "",
"Select a function": "",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"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 learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "",
"Untitled": "",
"Update": "",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "",
"Users": "משתמשים",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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": "",
"variable": "משתנה",
- "variable to have them replaced with clipboard content.": "משתנה להחליפו ב- clipboard תוכן.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "גרסה",
diff --git a/src/lib/i18n/locales/hi-IN/translation.json b/src/lib/i18n/locales/hi-IN/translation.json
index 9f38cc7a6d..5de54dd22a 100644
--- a/src/lib/i18n/locales/hi-IN/translation.json
+++ b/src/lib/i18n/locales/hi-IN/translation.json
@@ -290,6 +290,7 @@
"Create Account": "खाता बनाएं",
"Create Admin Account": "",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "नया क्रिप्टोग्राफिक क्षेत्र बनाएं",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "",
"Edit User": "यूजर को संपादित करो",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Github Raw URL दर्ज करें",
"Enter Google PSE API Key": "Google PSE API कुंजी दर्ज करें",
"Enter Google PSE Engine Id": "Google PSE इंजन आईडी दर्ज करें",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "क्लिपबोर्ड सामग्री पढ़ने में विफल",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "बड़े बाह्य प्रतिक्रिया खंडों को तरल रूप से प्रवाहित करें",
"Focus chat input": "चैट इनपुट पर फ़ोकस करें",
"Folder deleted successfully": "",
+ "Folder Name": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "इनपुट क命",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Github URL से इंस्टॉल करें",
"Instant Auto-Send After Voice Transcription": "",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT समाप्ति",
"JWT Token": "जट टोकन",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "कीबोर्ड शॉर्टकट",
"Knowledge": "",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "",
"Knowledge deleted successfully.": "",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "सुन",
"Listening...": "",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "देखें, क्या नया है",
"Seed": "सीड्\u200c",
"Select a base model": "एक आधार मॉडल का चयन करें",
+ "Select a conversation to preview": "",
"Select a engine": "",
"Select a function": "",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"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 learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "",
"Untitled": "",
"Update": "",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "",
"Users": "उपयोगकर्ताओं",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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": "",
"variable": "वेरिएबल",
- "variable to have them replaced with clipboard content.": "उन्हें क्लिपबोर्ड सामग्री से बदलने के लिए वेरिएबल।",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "संस्करण",
diff --git a/src/lib/i18n/locales/hr-HR/translation.json b/src/lib/i18n/locales/hr-HR/translation.json
index 8a1206de17..348a211a1f 100644
--- a/src/lib/i18n/locales/hr-HR/translation.json
+++ b/src/lib/i18n/locales/hr-HR/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Stvori račun",
"Create Admin Account": "",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "Stvori novi ključ",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "",
"Edit User": "Uredi korisnika",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Unesite Github sirovi URL",
"Enter Google PSE API Key": "Unesite Google PSE API ključ",
"Enter Google PSE Engine Id": "Unesite ID Google PSE motora",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Neuspješno čitanje sadržaja međuspremnika",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Glavno strujanje velikih vanjskih dijelova odgovora",
"Focus chat input": "Fokusiraj unos razgovora",
"Folder deleted successfully": "",
+ "Folder Name": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Unos naredbi",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instaliraj s Github URL-a",
"Instant Auto-Send After Voice Transcription": "Trenutačno automatsko slanje nakon glasovne transkripcije",
@@ -774,11 +782,13 @@
"JWT Expiration": "Isticanje JWT-a",
"JWT Token": "JWT token",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "Tipkovnički prečaci",
"Knowledge": "Znanje",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "",
"Knowledge deleted successfully.": "",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "Svijetlo",
"Listening...": "Slušam...",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Pogledajte što je novo",
"Seed": "Sjeme",
"Select a base model": "Odabir osnovnog modela",
+ "Select a conversation to preview": "",
"Select a engine": "Odaberite pogon",
"Select a function": "",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Za pristup WebUI-u obratite se administratoru. Administratori mogu upravljati statusima korisnika s Admin panela.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "",
"To learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "",
"Untitled": "",
"Update": "",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "",
"Users": "Korisnici",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "",
- "Utilize": "Iskoristi",
"Valid time units:": "Važeće vremenske jedinice:",
"Valves": "",
"Valves updated": "",
"Valves updated successfully": "",
"variable": "varijabla",
- "variable to have them replaced with clipboard content.": "varijabla za zamjenu sadržajem međuspremnika.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Verzija",
diff --git a/src/lib/i18n/locales/hu-HU/translation.json b/src/lib/i18n/locales/hu-HU/translation.json
index e0e295c0fb..c3c4509e6c 100644
--- a/src/lib/i18n/locales/hu-HU/translation.json
+++ b/src/lib/i18n/locales/hu-HU/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Fiók létrehozása",
"Create Admin Account": "Admin fiók létrehozása",
"Create Channel": "Csatorna létrehozása",
+ "Create Folder": "",
"Create Group": "Csoport létrehozása",
"Create Knowledge": "Tudás létrehozása",
"Create new key": "Új kulcs létrehozása",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "pl. Eszközök különböző műveletek elvégzéséhez",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "Csatorna szerkesztése",
"Edit Connection": "Kapcsolat szerkesztése",
"Edit Default Permissions": "Alapértelmezett engedélyek szerkesztése",
+ "Edit Folder": "",
"Edit Memory": "Memória szerkesztése",
"Edit User": "Felhasználó szerkesztése",
"Edit User Group": "Felhasználói csoport szerkesztése",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Add meg a Github Raw URL-t",
"Enter Google PSE API Key": "Add meg a Google PSE API kulcsot",
"Enter Google PSE Engine Id": "Add meg a Google PSE motor azonosítót",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Nem sikerült hozzáadni a fájlt.",
"Failed to connect to {{URL}} OpenAPI tool server": "Nem sikerült csatlakozni a {{URL}} OpenAPI eszköszerverhez",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "Nem sikerült lekérni a modelleket",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Nem sikerült olvasni a vágólap tartalmát",
"Failed to save connections": "Nem sikerült menteni a kapcsolatokat",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Nagy külső válasz darabok folyamatos streamelése",
"Focus chat input": "Chat bevitel fókuszálása",
"Folder deleted successfully": "Mappa sikeresen törölve",
+ "Folder Name": "",
"Folder name cannot be empty.": "A mappa neve nem lehet üres.",
"Folder name updated successfully": "Mappa neve sikeresen frissítve",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Beviteli parancsok",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Telepítés Github URL-ről",
"Instant Auto-Send After Voice Transcription": "Azonnali automatikus küldés hangfelismerés után",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT lejárat",
"JWT Token": "JWT token",
"Kagi Search API Key": "Kagi Search API kulcs",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "Kulcs",
"Keyboard shortcuts": "Billentyűparancsok",
"Knowledge": "Tudásbázis",
"Knowledge Access": "Tudásbázis hozzáférés",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Tudásbázis sikeresen létrehozva.",
"Knowledge deleted successfully.": "Tudásbázis sikeresen törölve.",
"Knowledge Public Sharing": "Tudásbázis nyilvános megosztása",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Hagyja üresen az alapértelmezett prompt használatához, vagy adjon meg egyéni promptot",
"Leave model field empty to use the default model.": "Hagyja üresen a modell mezőt az alapértelmezett modell használatához.",
"License": "Licenc",
+ "Lift List": "",
"Light": "Világos",
"Listening...": "Hallgatás...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "új csatorna",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Újdonságok megtekintése",
"Seed": "Seed",
"Select a base model": "Válasszon egy alapmodellt",
+ "Select a conversation to preview": "",
"Select a engine": "Válasszon egy motort",
"Select a function": "Válasszon egy funkciót",
"Select a group": "Válasszon egy csoportot",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Regisztráció ide: {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "Bejelentkezés ide: {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "A WebUI eléréséhez kérjük, forduljon az adminisztrátorhoz. Az adminisztrátorok az Admin Panelen keresztül kezelhetik a felhasználói státuszokat.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "A tudásbázis csatolásához először adja hozzá őket a \"Knowledge\" munkaterülethez.",
"To learn more about available endpoints, visit our documentation.": "Az elérhető végpontokról további információért látogassa meg dokumentációnkat.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Adatai védelme érdekében a visszajelzésből csak az értékelések, modell azonosítók, címkék és metaadatok kerülnek megosztásra - a csevegési előzményei privátak maradnak és nem kerülnek megosztásra.",
"To select actions here, add them to the \"Functions\" workspace first.": "A műveletek kiválasztásához először adja hozzá őket a \"Functions\" munkaterülethez.",
"To select filters here, add them to the \"Functions\" workspace first.": "A szűrők kiválasztásához először adja hozzá őket a \"Functions\" munkaterülethez.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Titkok feloldása",
"Unpin": "Rögzítés feloldása",
"Unravel secrets": "Titkok megfejtése",
+ "Unsupported file type.": "",
"Untagged": "Címkézetlen",
"Untitled": "",
"Update": "Frissítés",
@@ -1391,14 +1407,14 @@
"User Webhooks": "Felhasználói webhookok",
"Username": "Felhasználónév",
"Users": "Felhasználók",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Az alapértelmezett aréna modell használata az összes modellel. Kattintson a plusz gombra egyéni modellek hozzáadásához.",
- "Utilize": "Használat",
"Valid time units:": "Érvényes időegységek:",
"Valves": "Szelepek",
"Valves updated": "Szelepek frissítve",
"Valves updated successfully": "Szelepek sikeresen frissítve",
"variable": "változó",
- "variable to have them replaced with clipboard content.": "változó, hogy a vágólap tartalmával helyettesítse őket.",
"Verify Connection": "Kapcsolat ellenőrzése",
"Verify SSL Certificate": "",
"Version": "Verzió",
diff --git a/src/lib/i18n/locales/id-ID/translation.json b/src/lib/i18n/locales/id-ID/translation.json
index 0c54445335..dcf4789d23 100644
--- a/src/lib/i18n/locales/id-ID/translation.json
+++ b/src/lib/i18n/locales/id-ID/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Buat Akun",
"Create Admin Account": "",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "Buat kunci baru",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "Edit Memori",
"Edit User": "Edit Pengguna",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Masukkan URL Mentah Github",
"Enter Google PSE API Key": "Masukkan Kunci API Google PSE",
"Enter Google PSE Engine Id": "Masukkan Id Mesin Google PSE",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Gagal membaca konten papan klip",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Mengalirkan potongan respons eksternal yang besar dengan lancar",
"Focus chat input": "Memfokuskan input obrolan",
"Folder deleted successfully": "",
+ "Folder Name": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Perintah masukan",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instal dari URL Github",
"Instant Auto-Send After Voice Transcription": "Kirim Otomatis Instan Setelah Transkripsi Suara",
@@ -774,11 +782,13 @@
"JWT Expiration": "Kedaluwarsa JWT",
"JWT Token": "Token JWT",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "Pintasan keyboard",
"Knowledge": "Pengetahuan",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "",
"Knowledge deleted successfully.": "",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "Cahaya",
"Listening...": "Mendengarkan",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Lihat apa yang baru",
"Seed": "Benih",
"Select a base model": "Pilih model dasar",
+ "Select a conversation to preview": "",
"Select a engine": "Pilih mesin",
"Select a function": "Memilih fungsi",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Untuk mengakses WebUI, hubungi administrator. Admin dapat mengelola status pengguna dari Panel Admin.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "",
"To learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Untuk memilih filter di sini, tambahkan filter ke ruang kerja \"Fungsi\" terlebih dahulu.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "",
"Untitled": "",
"Update": "Memperbarui",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "",
"Users": "Pengguna",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "",
- "Utilize": "Memanfaatkan",
"Valid time units:": "Unit waktu yang valid:",
"Valves": "Katup",
"Valves updated": "Katup diperbarui",
"Valves updated successfully": "Katup berhasil diperbarui",
"variable": "variabel",
- "variable to have them replaced with clipboard content.": "variabel untuk diganti dengan konten papan klip.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Versi",
diff --git a/src/lib/i18n/locales/ie-GA/translation.json b/src/lib/i18n/locales/ie-GA/translation.json
index 3fffffab09..eb3f52a6ca 100644
--- a/src/lib/i18n/locales/ie-GA/translation.json
+++ b/src/lib/i18n/locales/ie-GA/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Cruthaigh Cuntas",
"Create Admin Account": "Cruthaigh Cuntas Riaracháin",
"Create Channel": "Cruthaigh Cainéal",
+ "Create Folder": "",
"Create Group": "Cruthaigh Grúpa",
"Create Knowledge": "Cruthaigh Eolais",
"Create new key": "Cruthaigh eochair nua",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "m.sh. pdf, docx, txt",
"e.g. Tools for performing various operations": "m.sh. Uirlisí chun oibríochtaí éagsúla a dhéanamh",
"e.g., 3, 4, 5 (leave blank for default)": "m.sh., 3, 4, 5 (fág bán le haghaidh réamhshocraithe)",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "m.sh., en-US, ja-JP (fág bán le haghaidh uathbhraite)",
"e.g., westus (leave blank for eastus)": "m.sh., westus (fág bán le haghaidh eastus)",
"e.g.) en,fr,de": "m.sh.) en, fr, de",
@@ -422,6 +423,7 @@
"Edit Channel": "Cuir Cainéal in Eagar",
"Edit Connection": "Cuir Ceangal in Eagar",
"Edit Default Permissions": "Cuir Ceadanna Réamhshocraithe in Eagar",
+ "Edit Folder": "",
"Edit Memory": "Cuir Cuimhne in eagar",
"Edit User": "Cuir Úsáideoir in eagar",
"Edit User Group": "Cuir Grúpa Úsáideoirí in Eagar",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "Cuir isteach URL Cuardaigh Gréasáin Sheachtrach",
"Enter Firecrawl API Base URL": "Cuir isteach URL Bonn API Firecrawl",
"Enter Firecrawl API Key": "Cuir isteach Eochair API Firecrawl",
+ "Enter folder name": "",
"Enter Github Raw URL": "Cuir isteach URL Github Raw",
"Enter Google PSE API Key": "Cuir isteach Eochair API Google PSE",
"Enter Google PSE Engine Id": "Cuir isteach ID Inneall Google PSE",
@@ -599,6 +602,7 @@
"External Web Loader URL": "URL Luchtóra Gréasáin Sheachtraigh",
"External Web Search API Key": "Eochair API Cuardaigh Gréasáin Sheachtrach",
"External Web Search URL": "URL Cuardaigh Gréasáin Sheachtrach",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Theip ar an gcomhad a chur leis.",
"Failed to connect to {{URL}} OpenAPI tool server": "Theip ar nascadh le {{URL}} freastalaí uirlisí OpenAPI",
"Failed to copy link": "Theip ar an nasc a chóipeáil",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "Theip ar shamhlacha a fháil",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "Theip ar lódáil ábhar an chomhaid.",
"Failed to read clipboard contents": "Theip ar ábhar gearrthaisce a lé",
"Failed to save connections": "Theip ar na naisc a shábháil",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Sruthaigh codanna móra freagartha seachtracha go sreabhach",
"Focus chat input": "Ionchur comhrá fócas",
"Folder deleted successfully": "Scriosadh an fillteán go rathúil",
+ "Folder Name": "",
"Folder name cannot be empty.": "Ní féidir ainm fillteáin a bheith folamh.",
"Folder name updated successfully": "D'éirigh le hainm an fhillteáin a nuashonrú",
+ "Folder updated successfully": "",
"Follow up": "Leanúint suas",
"Follow Up Generation": "Giniúint Leantach",
"Follow Up Generation Prompt": "Leid Ghiniúna Leanúnach",
@@ -751,6 +758,7 @@
"Input commands": "Orduithe ionchuir",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Suiteáil ó Github URL",
"Instant Auto-Send After Voice Transcription": "Seoladh Uathoibríoch Láithreach Tar éis",
@@ -774,11 +782,13 @@
"JWT Expiration": "Éag JWT",
"JWT Token": "Comhartha JWT",
"Kagi Search API Key": "Eochair API Chuardaigh Kagi",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "Coinnigh sa Bharra Taobh",
"Key": "Eochair",
"Keyboard shortcuts": "Aicearraí méarchlár",
"Knowledge": "Eolas",
"Knowledge Access": "Rochtain Eolais",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Eolas cruthaithe go rathúil.",
"Knowledge deleted successfully.": "D'éirigh leis an eolas a scriosadh.",
"Knowledge Public Sharing": "Roinnt Faisnéise Poiblí",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Fág folamh chun an leid réamhshocraithe a úsáid, nó cuir isteach leid saincheaptha",
"Leave model field empty to use the default model.": "Fág réimse an mhúnla folamh chun an tsamhail réamhshocraithe a úsáid.",
"License": "Ceadúnas",
+ "Lift List": "",
"Light": "Solas",
"Listening...": "Éisteacht...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "Uirlis Nua",
"new-channel": "nua-chainéil",
"Next message": "An chéad teachtaireacht eile",
+ "No chats found": "",
"No chats found for this user.": "Ní bhfuarthas aon chomhráite don úsáideoir seo.",
"No chats found.": "Ní bhfuarthas aon chomhráite.",
"No content": "Gan aon ábhar",
@@ -1135,6 +1147,7 @@
"See what's new": "Féach cad atá nua",
"Seed": "Síol",
"Select a base model": "Roghnaigh múnla bonn",
+ "Select a conversation to preview": "",
"Select a engine": "Roghnaigh inneall",
"Select a function": "Roghnaigh feidhm",
"Select a group": "Roghnaigh grúpa",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Cláraigh le {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "Feabhsaíonn sé cruinneas go suntasach trí LLM a úsáid chun táblaí, foirmeacha, matamaitic inlíne, agus braiteadh leagan amach a fheabhsú. Méadóidh sé an mhoill. Réamhshocrú go Fíor.",
"Signing in to {{WEBUI_NAME}}": "Ag síniú isteach ar {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "Seachain an Taisce",
"Skip the cache and re-run the inference. Defaults to False.": "Seachain an taisce agus athrith an tátal. Réamhshocrú Bréagach.",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Chun rochtain a fháil ar an WebUI, déan teagmháil leis an riarthóir le do thoil. Is féidir le riarthóirí stádas úsáideora a bhainistiú ón bPainéal Riaracháin.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Chun an bonn eolais a cheangal anseo, cuir leis an spás oibre \"Eolas\" iad ar dtús.",
"To learn more about available endpoints, visit our documentation.": "Chun tuilleadh a fhoghlaim faoi na críochphointí atá ar fáil, tabhair cuairt ar ár gcáipéisíocht.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Chun do phríobháideachas a chosaint, ní roinntear ach rátálacha, aitheantais mhúnla, clibeanna agus meiteashonraí ó d'aiseolas - fanann do logaí comhrá príobháideach agus níl siad san áireamh.",
"To select actions here, add them to the \"Functions\" workspace first.": "Chun gníomhartha a roghnú anseo, cuir iad leis an spás oibre \"Feidhmeanna\" ar dtús.",
"To select filters here, add them to the \"Functions\" workspace first.": "Chun scagairí a roghnú anseo, cuir iad leis an spás oibre \"Feidhmeanna\" ar dtús.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Díghlasáil rúndiamhra",
"Unpin": "Díphoráil",
"Unravel secrets": "Rúin a réiteach",
+ "Unsupported file type.": "",
"Untagged": "Gan chlib",
"Untitled": "Gan Teideal",
"Update": "Nuashonraigh",
@@ -1391,14 +1407,14 @@
"User Webhooks": "Crúcaí Gréasáin Úsáideoir",
"Username": "Ainm Úsáideora",
"Users": "Úsáideoirí",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Ag baint úsáide as an múnla réimse réamhshocraithe le gach múnlaí. Cliceáil ar an gcnaipe móide chun múnlaí saincheaptha a chur leis.",
- "Utilize": "Úsáid",
"Valid time units:": "Aonaid ama bailí:",
"Valves": "Comhlaí",
"Valves updated": "Comhlaí dáta",
"Valves updated successfully": "Comhlaí nuashonraíodh",
"variable": "athraitheach",
- "variable to have them replaced with clipboard content.": "athróg chun ábhar gearrthaisce a chur in ionad iad.",
"Verify Connection": "Fíoraigh Ceangal",
"Verify SSL Certificate": "Fíoraigh Deimhniú SSL",
"Version": "Leagan",
diff --git a/src/lib/i18n/locales/it-IT/translation.json b/src/lib/i18n/locales/it-IT/translation.json
index 932f798568..78232db73f 100644
--- a/src/lib/i18n/locales/it-IT/translation.json
+++ b/src/lib/i18n/locales/it-IT/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Crea account",
"Create Admin Account": "Crea account amministratore",
"Create Channel": "Crea canale",
+ "Create Folder": "",
"Create Group": "Crea gruppo",
"Create Knowledge": "Crea conoscenza",
"Create new key": "Crea nuova chiave",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "ad esempio pdf, docx, txt",
"e.g. Tools for performing various operations": "ad esempio strumenti per eseguire varie operazioni",
"e.g., 3, 4, 5 (leave blank for default)": "ad esempio, 3, 4, 5 (lascia vuoto per predefinito)",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "ad esempio, en-US,ja-JP (lascia vuoto per auto-rilevamento)",
"e.g., westus (leave blank for eastus)": "ad esempio, westus (lascia vuoto per est)",
"e.g.) en,fr,de": "ad esempio ) en,fr,de",
@@ -422,6 +423,7 @@
"Edit Channel": "Modifica Canale",
"Edit Connection": "Modifica Connessione",
"Edit Default Permissions": "Modifica Permessi Predefiniti",
+ "Edit Folder": "",
"Edit Memory": "Modifica Memoria",
"Edit User": "Modifica Utente",
"Edit User Group": "Modifica Gruppo Utente",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "Inserisci URL di Ricerca Web Esterna",
"Enter Firecrawl API Base URL": "Inserisci l'URL base dell'API Firecrawl",
"Enter Firecrawl API Key": "Inserisci Chiave API Firecrawl",
+ "Enter folder name": "",
"Enter Github Raw URL": "Inserisci URL Grezzo di Github",
"Enter Google PSE API Key": "Inserisci Chiave API per Google PSE",
"Enter Google PSE Engine Id": "Inserisci Engine Id per Google PSE",
@@ -599,6 +602,7 @@
"External Web Loader URL": "URL del web loader esterno",
"External Web Search API Key": "Chiave API di ricerca web esterna",
"External Web Search URL": "URL di ricerca web esterna",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Impossibile aggiungere il file.",
"Failed to connect to {{URL}} OpenAPI tool server": "Impossibile connettersi al server dello strumento OpenAPI {{URL}}",
"Failed to copy link": "Impossibile copiare il link",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "Impossibile recuperare i modelli",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "Impossibile caricare il contenuto del file.",
"Failed to read clipboard contents": "Impossibile leggere il contenuto degli appunti",
"Failed to save connections": "Impossibile salvare le connessioni",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Trasmetti in modo fluido blocchi di risposta esterni di grandi dimensioni",
"Focus chat input": "Metti a fuoco l'input della chat",
"Folder deleted successfully": "Cartella rimossa con successo",
+ "Folder Name": "",
"Folder name cannot be empty.": "Il nome della cartella non può essere vuoto.",
"Folder name updated successfully": "Nome cartella aggiornato con successo",
+ "Folder updated successfully": "",
"Follow up": "Follow up",
"Follow Up Generation": "Generazione follow up",
"Follow Up Generation Prompt": "Generazione prompt follow up",
@@ -751,6 +758,7 @@
"Input commands": "Comandi di input",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Eseguire l'installazione dall'URL di Github",
"Instant Auto-Send After Voice Transcription": "Invio automatico istantaneo dopo la trascrizione vocale",
@@ -774,11 +782,13 @@
"JWT Expiration": "Scadenza JWT",
"JWT Token": "Token JWT",
"Kagi Search API Key": "Chiave API di ricerca Kagi",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "Mantieni nella barra laterale",
"Key": "Chiave",
"Keyboard shortcuts": "Scorciatoie da tastiera",
"Knowledge": "Conoscenza",
"Knowledge Access": "Accesso alla conoscenza",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Conoscenza creata con successo.",
"Knowledge deleted successfully.": "Conoscenza eliminata con successo.",
"Knowledge Public Sharing": "Conoscenza condivisione pubblica",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Lascia vuoto per utilizzare il prompt predefinito o inserisci un prompt personalizzato",
"Leave model field empty to use the default model.": "Lascia vuoto il campo modello per utilizzare il modello predefinito.",
"License": "Licenza",
+ "Lift List": "",
"Light": "Chiaro",
"Listening...": "In ascolto...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "Nuovo strumento",
"new-channel": "nuovo-canale",
"Next message": "Messaggio successivo",
+ "No chats found": "",
"No chats found for this user.": "Nessuna chat trovata per questo utente.",
"No chats found.": "Nessuna chat trovata.",
"No content": "Nessun contenuto",
@@ -1135,6 +1147,7 @@
"See what's new": "Guarda le novità",
"Seed": "Seme",
"Select a base model": "Selezionare un modello di base",
+ "Select a conversation to preview": "",
"Select a engine": "Seleziona un motore",
"Select a function": "Seleziona una funzione",
"Select a group": "Seleziona un gruppo",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Registrati a {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "Accedi a {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "Salta cache",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Per accedere a WebUI, contatta l'amministratore. Gli amministratori possono gestire gli stati degli utenti dal pannello di amministrazione.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Per allegare la base di conoscenza qui, aggiungili prima allo spazio di lavoro \"Conoscenza\".",
"To learn more about available endpoints, visit our documentation.": "Per saperne di più sugli endpoint disponibili, visita la nostra documentazione.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Per proteggere la tua privacy, solo le valutazioni, gli ID dei modelli, i tag e i metadati vengono condivisi dal tuo feedback: i registri della chat rimangono privati e non sono inclusi.",
"To select actions here, add them to the \"Functions\" workspace first.": "Per selezionare le azioni qui, aggiungile prima allo spazio di lavoro \"Funzioni\".",
"To select filters here, add them to the \"Functions\" workspace first.": "Per selezionare i filtri qui, aggiungili prima allo spazio di lavoro \"Funzioni\".",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Sblocca misteri",
"Unpin": "Rimuovi fissato",
"Unravel secrets": "Svela segreti",
+ "Unsupported file type.": "",
"Untagged": "Non taggato",
"Untitled": "Senza titolo",
"Update": "Aggiorna",
@@ -1391,14 +1407,14 @@
"User Webhooks": "Webhook Utente",
"Username": "Nome Utente",
"Users": "Utenti",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Utilizzando il modello di arena predefinito con tutti i modelli. Fai clic sul pulsante più per aggiungere modelli personalizzati.",
- "Utilize": "Utilizza",
"Valid time units:": "Unità di tempo valide:",
"Valves": "Valvole",
"Valves updated": "Valvole aggiornate",
"Valves updated successfully": "Valvole aggiornate con successo",
"variable": "variabile",
- "variable to have them replaced with clipboard content.": "variabile per farli sostituire con il contenuto degli appunti.",
"Verify Connection": "Verifica connessione",
"Verify SSL Certificate": "Verifica certificato SSL",
"Version": "Versione",
diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json
index 2982ecc3da..52931a489f 100644
--- a/src/lib/i18n/locales/ja-JP/translation.json
+++ b/src/lib/i18n/locales/ja-JP/translation.json
@@ -290,6 +290,7 @@
"Create Account": "アカウントを作成",
"Create Admin Account": "管理者アカウントを作成",
"Create Channel": "チャンネルを作成",
+ "Create Folder": "",
"Create Group": "グループを作成",
"Create Knowledge": "ナレッジベース作成",
"Create new key": "新しいキーを作成",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "チャンネルを編集",
"Edit Connection": "接続を編集",
"Edit Default Permissions": "デフォルトの許可を編集",
+ "Edit Folder": "",
"Edit Memory": "メモリを編集",
"Edit User": "ユーザーを編集",
"Edit User Group": "ユーザーグループを編集",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "External Web Search URLを入力",
"Enter Firecrawl API Base URL": "Firecrawl API Base URLを入力",
"Enter Firecrawl API Key": "Firecrawl APIキーを入力",
+ "Enter folder name": "",
"Enter Github Raw URL": "Github Raw URLを入力",
"Enter Google PSE API Key": "Google PSE APIキーの入力",
"Enter Google PSE Engine Id": "Google PSE エンジン ID を入力します。",
@@ -599,6 +602,7 @@
"External Web Loader URL": "External Web Loader URL",
"External Web Search API Key": "External Web Search APIキー",
"External Web Search URL": "External Web Search URL",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "ファイルの追加に失敗しました。",
"Failed to connect to {{URL}} OpenAPI tool server": "{{URL}} OpenAPIツールサーバーへの接続に失敗しました。",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "モデルの取得に失敗しました。",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "ファイルの内容を読み込めませんでした。",
"Failed to read clipboard contents": "クリップボードの内容を読み取れませんでした",
"Failed to save connections": "接続の保存に失敗しました。",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "大規模な外部応答チャンクをスムーズにストリーミングする",
"Focus chat input": "チャット入力をフォーカス",
"Folder deleted successfully": "フォルダー削除が成功しました。",
+ "Folder Name": "",
"Folder name cannot be empty.": "フォルダー名を入力してください。",
"Folder name updated successfully": "フォルダー名更新が成功しました。",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "入力コマンド",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Github URLからインストール",
"Instant Auto-Send After Voice Transcription": "音声文字変換後に即時自動送信",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT 有効期限",
"JWT Token": "JWT トークン",
"Kagi Search API Key": "Kagi Search APIキー",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "キー",
"Keyboard shortcuts": "キーボードショートカット",
"Knowledge": "ナレッジベース",
"Knowledge Access": "ナレッジアクセス",
+ "Knowledge Base": "",
"Knowledge created successfully.": "ナレッジベースの作成に成功しました",
"Knowledge deleted successfully.": "ナレッジベースの削除に成功しました",
"Knowledge Public Sharing": "ナレッジベースの公開共有",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "カスタムプロンプトを入力。空欄ならデフォルトプロンプト",
"Leave model field empty to use the default model.": "モデルフィールドを空欄にしてデフォルトモデルを使用",
"License": "ライセンス",
+ "Lift List": "",
"Light": "ライト",
"Listening...": "聞いています...",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "新しいチャンネル",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "内容がありません",
@@ -1135,6 +1147,7 @@
"See what's new": "新機能を見る",
"Seed": "シード",
"Select a base model": "基本モデルの選択",
+ "Select a conversation to preview": "",
"Select a engine": "エンジンの選択",
"Select a function": "Functionの選択",
"Select a group": "グループの選択",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "{{WEBUI_NAME}}にサインアップ",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "{{WEBUI_NAME}}にサインイン",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "WebUIにアクセスするには、管理者にお問い合わせください。管理者は管理者パネルからユーザーのステータスを管理できます。",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "ここに知識ベースを添付するには、まず \"Knowledge\" ワークスペースに追加してください。",
"To learn more about available endpoints, visit our documentation.": "利用可能なエンドポイントについては、ドキュメントを参照してください。",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "プライバシーを保護するため、評価、モデル ID、タグ、およびメタデータのみがフィードバックから共有されます。— チャットログはプライバシーを保護され、含まれません。",
"To select actions here, add them to the \"Functions\" workspace first.": "ここでアクションを選択するには、まず \"Functions\" ワークスペースに追加してください。",
"To select filters here, add them to the \"Functions\" workspace first.": "ここでフィルターを選択するには、まず \"Functions\" ワークスペースに追加してください。",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "ピン留め解除",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "",
"Untitled": "タイトルなし",
"Update": "更新",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "ユーザー名",
"Users": "ユーザー",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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": "バルブが正常に更新されました",
"variable": "変数",
- "variable to have them replaced with clipboard content.": "クリップボードの内容に置き換える変数。",
"Verify Connection": "接続を確認",
"Verify SSL Certificate": "SSL証明書を確認",
"Version": "バージョン",
diff --git a/src/lib/i18n/locales/ka-GE/translation.json b/src/lib/i18n/locales/ka-GE/translation.json
index 4f41382da3..614add3c4a 100644
--- a/src/lib/i18n/locales/ka-GE/translation.json
+++ b/src/lib/i18n/locales/ka-GE/translation.json
@@ -290,6 +290,7 @@
"Create Account": "ანგარიშის შექმნა",
"Create Admin Account": "",
"Create Channel": "არხის შექმნა",
+ "Create Folder": "",
"Create Group": "ჯგუფის შექმნა",
"Create Knowledge": "",
"Create new key": "ახალი გასაღების შექმნა",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "არხის ჩასწორება",
"Edit Connection": "შეერთების ჩასწორება",
"Edit Default Permissions": "ნაგულისხმევი წვდომების ჩასწორება",
+ "Edit Folder": "",
"Edit Memory": "მეხსიერების ჩასწორება",
"Edit User": "მომხმარებლის ჩასწორება",
"Edit User Group": "მომხმარებლის ჯგუფის ჩასწორება",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "შეიყვანეთ Github Raw URL",
"Enter Google PSE API Key": "შეიყვანეთ Google PSE API-ის გასაღები",
"Enter Google PSE Engine Id": "შეიყვანეთ Google PSE ძრავის ID",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "ფაილის დამატების შეცდომა.",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "ბუფერის შემცველობის წაკითხვა ჩავარდა",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "დიდი გარე პასუხის ფრაგმენტების გლუვად დასტრიმვა",
"Focus chat input": "ჩატში შეყვანის ფოკუსი",
"Folder deleted successfully": "",
+ "Folder Name": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "შეიყვანეთ ბრძანებები",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "დაყენება Github-ის ბმულიდან",
"Instant Auto-Send After Voice Transcription": "",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT-ის ვადა",
"JWT Token": "JWT ტოკენი",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "გასაღები",
"Keyboard shortcuts": "კლავიატურის მალსახმობები",
"Knowledge": "ცოდნა",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "",
"Knowledge deleted successfully.": "",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leave model field empty to use the default model.": "",
"License": "ლიცენზია",
+ "Lift List": "",
"Light": "ღია",
"Listening...": "",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "new-channel",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "ნახეთ, რა არის ახალი",
"Seed": "თესლი",
"Select a base model": "აირჩიეთ საბაზისო მოდელი",
+ "Select a conversation to preview": "",
"Select a engine": "აირჩიეთ ძრავა",
"Select a function": "აირჩიეთ ფუნქცია",
"Select a group": "აირჩიეთ ჯგუფი",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"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 learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "ჩამოხსნა",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "ჭდის გარეშე",
"Untitled": "",
"Update": "განახლება",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "მომხმარებლის სახელი",
"Users": "მომხმარებლები",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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": "",
"variable": "ცვლადი",
- "variable to have them replaced with clipboard content.": "ცვლადი მისი ბუფერის მნიშვნელობით ჩასანაცვლებლად.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "ვერსია",
diff --git a/src/lib/i18n/locales/ko-KR/translation.json b/src/lib/i18n/locales/ko-KR/translation.json
index 68627823a9..71e2b06528 100644
--- a/src/lib/i18n/locales/ko-KR/translation.json
+++ b/src/lib/i18n/locales/ko-KR/translation.json
@@ -1,19 +1,19 @@
{
"-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' 중 하나를 사용하세요.",
+ "'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`)": "(예: `sh webui.sh --api --api-auth 사용자이름_비밀번호`)",
"(e.g. `sh webui.sh --api`)": "(예: `sh webui.sh --api`)",
"(latest)": "(최근)",
- "(leave blank for to use commercial endpoint)": "",
- "[Last] dddd [at] h:mm A": "",
- "[Today at] h:mm A": "",
- "[Yesterday at] h:mm A": "",
+ "(leave blank for to use commercial endpoint)": "(상용 엔드포인트를 사용하시려면 비워두세요)",
+ "[Last] dddd [at] h:mm A": "[지난] dddd A h:mm",
+ "[Today at] h:mm A": "[오늘] A h:mm",
+ "[Yesterday at] h:mm A": "[어제] A h:mm",
"{{ models }}": "{{ models }}",
"{{COUNT}} Available Tools": "사용 가능한 도구 {{COUNT}}개",
- "{{COUNT}} characters": "",
+ "{{COUNT}} characters": "{{COUNT}} 문자",
"{{COUNT}} hidden lines": "숨겨진 줄 {{COUNT}}개",
"{{COUNT}} Replies": "답글 {{COUNT}}개",
- "{{COUNT}} words": "",
+ "{{COUNT}} words": "{{COUNT}} 단어",
"{{user}}'s Chats": "{{user}}의 채팅",
"{{webUIName}} Backend Required": "{{webUIName}} 백엔드가 필요합니다.",
"*Prompt node ID(s) are required for image generation": "이미지 생성에는 프롬프트 노드 ID가 필요합니다.",
@@ -28,11 +28,11 @@
"Account": "계정",
"Account Activation Pending": "계정 활성화 대기",
"Accurate information": "정확한 정보",
- "Action": "",
+ "Action": "액션",
"Actions": "작업",
"Activate": "활성화",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "채팅 입력창에 \"{{COMMAND}}\"을 입력해 명령을 실행하세요.",
- "Active Users": "활성화된 사용자",
+ "Active Users": "활성 사용자",
"Add": "추가",
"Add a model ID": "모델 ID 추가",
"Add a short description about what this model does": "모델의 기능에 대한 간단한 설명 추가",
@@ -41,7 +41,7 @@
"Add Connection": "연결 추가",
"Add Content": "내용 추가",
"Add content here": "여기에 내용을 추가하세요",
- "Add Custom Parameter": "",
+ "Add Custom Parameter": "사용자 정의 매개변수 추가",
"Add custom prompt": "사용자 정의 프롬프트 추가",
"Add Files": "파일 추가",
"Add Group": "그룹 추가",
@@ -72,7 +72,7 @@
"Allow Chat Edit": "채팅 수정 허용",
"Allow Chat Export": "채팅 내보내기 허용",
"Allow Chat Share": "채팅 공유 허용",
- "Allow Chat System Prompt": "",
+ "Allow Chat System Prompt": "채팅 시스템 프롬프트 허용",
"Allow File Upload": "파일 업로드 허용",
"Allow Multiple Models in Chat": "채팅에서 여러 모델 허용",
"Allow non-local voices": "외부 음성 허용",
@@ -82,8 +82,8 @@
"Allow User Location": "사용자 위치 활용 허용",
"Allow Voice Interruption in Call": "음성 기능에서 음성 방해 허용",
"Allowed Endpoints": "허용 엔드포인트",
- "Allowed File Extensions": "",
- "Allowed file extensions for upload. Separate multiple extensions with commas. Leave empty for all file types.": "",
+ "Allowed File Extensions": "허용 파일 확장자",
+ "Allowed file extensions for upload. Separate multiple extensions with commas. Leave empty for all file types.": "업로드할 수 있는 파일 확장자. 여러 확장자를 구분하기 위해 쉼표로 구분합니다. 모든 파일 유형을 허용하려면 비워두세요.",
"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.": "top_p의 대안으로, 품질과 다양성 간의 균형을 보장하는 것을 목표로 합니다. 매개변수 p는 가장 가능성이 높은 토큰의 확률 대비 고려될 토큰의 최소 확률을 나타냅니다. 예를 들어, p=0.05이고 가장 가능성이 높은 토큰의 확률이 0.9인 경우, 값이 0.045보다 작은 로짓은 필터링됩니다.",
"Always": "항상",
@@ -100,12 +100,12 @@
"Android": "안드로이드",
"API": "",
"API Base URL": "API 기본 URL",
- "API details for using a vision-language model in the picture description. This parameter is mutually exclusive with picture_description_local.": "",
+ "API details for using a vision-language model in the picture description. This parameter is mutually exclusive with picture_description_local.": "이미지 설명에 시각-언어 모델을 사용하기 위한 API 상세 정보. 이 매개변수는 picture_description_local과 상호 배타적입니다.",
"API Key": "API 키",
"API Key created.": "API 키가 생성되었습니다.",
"API Key Endpoint Restrictions": "API 키 엔드포인트 제한",
"API keys": "API 키",
- "API Version": "",
+ "API Version": "API 버전",
"Application DN": "Application DN",
"Application DN Password": "Application DN 비밀번호",
"applies to all users with the \"user\" role": "\"사용자\" 권한의 모든 사용자에게 적용됩니다",
@@ -152,22 +152,22 @@
"Bad Response": "잘못된 응답",
"Banners": "배너",
"Base Model (From)": "기본 모델(시작)",
- "Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
+ "Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "기본 모델 목록 캐시는 시작 시 또는 설정 저장 시에만 기본 모델을 불러와 접근 속도를 높여줍니다. 이는 더 빠르지만, 최근 기본 모델 변경 사항이 반영되지 않을 수 있습니다.",
"before": "이전",
"Being lazy": "게으름 피우기",
"Beta": "베타",
"Bing Search V7 Endpoint": "Bing Search V7 엔드포인트",
"Bing Search V7 Subscription Key": "Bing Search V7 구독 키",
"Bocha Search API Key": "Bocha Search API 키",
- "Bold": "",
+ "Bold": "굵게",
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "특정 토큰을 가중 상향/하향하여 응답을 제약합니다. 값은 -100 ~ 100(기본값: 없음)",
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "Docling OCR 엔진과 언어(s) 모두 제공 또는 모두 비워두세요.",
"Brave Search API Key": "Brave Search API 키",
- "Bullet List": "",
+ "Bullet List": "글머리 기호 목록",
"By {{name}}": "작성자: {{name}}",
"Bypass Embedding and Retrieval": "임베딩 검색 우회",
- "Bypass Web Loader": "",
- "Cache Base Model List": "",
+ "Bypass Web Loader": "웹 콘텐츠 불러오기 생략",
+ "Cache Base Model List": "기본 모델 목록 캐시",
"Calendar": "캘린더",
"Call": "음성 기능",
"Call feature is not supported when using Web STT engine": "웹 STT 엔진 사용 시, 음성 기능은 지원되지 않습니다.",
@@ -196,11 +196,11 @@
"Check for updates": "업데이트 확인",
"Checking for updates...": "업데이트 확인중...",
"Choose a model before saving...": "저장하기 전에 모델을 선택하세요...",
- "Chunk Overlap": "Chunk 오버랩",
- "Chunk Size": "Chunk 크기",
+ "Chunk Overlap": "청크 중첩",
+ "Chunk Size": "청크 크기",
"Ciphers": "암호",
"Citation": "인용",
- "Citations": "",
+ "Citations": "인용",
"Clear memory": "메모리 초기화",
"Clear Memory": "메모리 지우기",
"click here": "여기를 클릭하세요",
@@ -221,10 +221,10 @@
"Clone Chat": "채팅 복제",
"Clone of {{TITLE}}": "{{TITLE}}의 복제본",
"Close": "닫기",
- "Close Configure Connection Modal": "",
- "Close modal": "",
- "Close settings modal": "",
- "Code Block": "",
+ "Close Configure Connection Modal": "연결 설정 닫기",
+ "Close modal": "닫기",
+ "Close settings modal": "설정 닫기",
+ "Code Block": "코드 블록",
"Code execution": "코드 실행",
"Code Execution": "코드 실행",
"Code Execution Engine": "코드 실행 엔진",
@@ -243,7 +243,7 @@
"ComfyUI Workflow": "ComfyUI 워크플로",
"ComfyUI Workflow Nodes": "ComfyUI 워크플로 노드",
"Command": "명령",
- "Comment": "",
+ "Comment": "주석",
"Completions": "완성됨",
"Concurrent Requests": "동시 요청 수",
"Configure": "구성",
@@ -255,10 +255,10 @@
"Connect to your own OpenAPI compatible external tool servers.": "OpenAPI 호환 외부 도구 서버에 연결합니다.",
"Connection failed": "연결 실패",
"Connection successful": "연결 성공",
- "Connection Type": "",
+ "Connection Type": "연결 방식",
"Connections": "연결",
"Connections saved successfully": "연결이 성공적으로 저장되었습니다",
- "Connections settings updated": "",
+ "Connections settings updated": "연결 설정이 업데이트되었습니다",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "추론 모델의 추론 난이도를 제한합니다. 추론 난이도를 지원하는 특정 공급자의 추론 모델에만 적용됩니다.",
"Contact Admin for WebUI Access": "WebUI 접속을 위해서는 관리자에게 연락에 연락하십시오",
"Content": "내용",
@@ -267,19 +267,19 @@
"Continue with {{provider}}": "{{provider}}로 계속",
"Continue with Email": "이메일로 계속",
"Continue with LDAP": "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.": "TTS 요청에 메시지가 어떻게 나뉘어지는지 제어하십시오. '문장 부호'는 문장으로 나뉘고, '문단'은 문단으로 나뉘고, '없음'은 메세지를 하나의 문자열로 인식합니다.",
+ "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.": "TTS 요청에 메시지가 어떻게 나눠지는지 제어하십시오. 'Punctuation'는 문장으로 나누고, 'paragraphs'은 문단으로 나누고, '없음'은 메세지를 하나의 문자열로 인식합니다.",
"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled.": "생성된 텍스트에서 토큰 시퀀스의 반복을 제어합니다. 높은 값(예: 1.5)은 반복에 더 강한 페널티를 부과하고, 낮은 값(예: 1.1)은 더 관대합니다. 1일 경우 비활성화됩니다.",
"Controls": "제어",
"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text.": "출력의 일관성과 다양성 간의 균형을 제어합니다. 낮은 값은 더 집중되고 일관성 있는 텍스트를 생성합니다.",
"Copied": "복사됨",
- "Copied link to clipboard": "",
+ "Copied link to clipboard": "클립보드에 링크가 복사되었습니다",
"Copied shared chat URL to clipboard!": "채팅 공유 URL이 클립보드에 복사되었습니다!",
"Copied to clipboard": "클립보드에 복사되었습니다",
"Copy": "복사",
"Copy Formatted Text": "서식 있는 텍스트 복사",
"Copy last code block": "마지막 코드 블록 복사",
"Copy last response": "마지막 응답 복사",
- "Copy link": "",
+ "Copy link": "링크 복사",
"Copy Link": "링크 복사",
"Copy to clipboard": "클립보드에 복사",
"Copying to clipboard was successful!": "성공적으로 클립보드에 복사되었습니다!",
@@ -290,34 +290,35 @@
"Create Account": "계정 생성",
"Create Admin Account": "관리자 계정 생성",
"Create Channel": "채널 생성",
+ "Create Folder": "폴더 생성",
"Create Group": "그룹 생성",
"Create Knowledge": "지식 생성",
"Create new key": "새로운 키 생성",
"Create new secret key": "새로운 비밀 키 생성",
- "Create Note": "",
- "Create your first note by clicking on the plus button below.": "",
+ "Create Note": "노트 생성",
+ "Create your first note by clicking on the plus button below.": "아래의 플러스 버튼을 클릭하여 첫 번째 노트를 생성하세요.",
"Created at": "생성일",
"Created At": "생성일",
- "Created by": "생성자",
+ "Created by": "작성자",
"CSV Import": "CSV 가져오기",
"Ctrl+Enter to Send": "Ctrl+Enter로 보내기",
"Current Model": "현재 모델",
"Current Password": "현재 비밀번호",
"Custom": "사용자 정의",
- "Custom description enabled": "",
- "Custom Parameter Name": "",
- "Custom Parameter Value": "",
+ "Custom description enabled": "사용자 정의 설명 활성화됨",
+ "Custom Parameter Name": "사용자 정의 매개변수 이름",
+ "Custom Parameter Value": "사용자 정의 매개변수 값",
"Danger Zone": "위험 기능",
"Dark": "다크",
"Database": "데이터베이스",
- "Datalab Marker API": "",
- "Datalab Marker API Key required.": "",
- "DD/MM/YYYY": "",
+ "Datalab Marker API": "Datalab Marker API",
+ "Datalab Marker API Key required.": "Datalab Marker API 키가 필요합니다.",
+ "DD/MM/YYYY": "YYYY/MM/DD",
"December": "12월",
"Default": "기본값",
"Default (Open AI)": "기본값 (Open AI)",
"Default (SentenceTransformers)": "기본값 (SentenceTransformers)",
- "Default description enabled": "",
+ "Default description enabled": "기본 설명 활성화됨",
"Default mode works with a wider range of models by calling tools once before execution. Native mode leverages the model's built-in tool-calling capabilities, but requires the model to inherently support this feature.": "기본 모드는 실행 전에 도구를 한 번 호출하여 더 다양한 모델에서 작동합니다. 기본 모드는 모델에 내장된 도구 호출 기능을 활용하지만, 모델이 이 기능을 본질적으로 지원해야 합니다.",
"Default Model": "기본 모델",
"Default model updated": "기본 모델이 업데이트되었습니다.",
@@ -348,8 +349,8 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} 삭제됨",
"Deleted {{name}}": "{{name}}을(를) 삭제했습니다.",
"Deleted User": "삭제된 사용자",
- "Deployment names are required for Azure OpenAI": "",
- "Describe Pictures in Documents": "",
+ "Deployment names are required for Azure OpenAI": "Azure OpenAI 사용 시 배포 이름은 필수입니다.",
+ "Describe Pictures in Documents": "문서 내 이미지 설명",
"Describe your knowledge base and objectives": "지식 기반에 대한 설명과 목적을 입력하세요",
"Description": "설명",
"Detect Artifacts Automatically": "아티팩트 자동 감지",
@@ -358,10 +359,10 @@
"Direct": "",
"Direct Connections": "직접 연결",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "직접 연결을 통해 사용자는 자체 OpenAI 호환 API 엔드포인트에 연결할 수 있습니다.",
- "Direct Tool Servers": "",
- "Disable Code Interpreter": "",
- "Disable Image Extraction": "",
- "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
+ "Direct Tool Servers": "다이렉트 도구 서버",
+ "Disable Code Interpreter": "코드 인터프리터 비활성화",
+ "Disable Image Extraction": "이미지 추출 비활성화",
+ "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "PDF에서 이미지 추출을 비활성화합니다. Use LLM이 활성화된 경우 이미지는 자동으로 캡션이 달립니다. 기본값은 False입니다.",
"Disabled": "제한됨",
"Discover a function": "함수 검색",
"Discover a model": "모델 검색",
@@ -405,29 +406,30 @@
"e.g. \"json\" or a JSON schema": "예: \\\"json\\\" 또는 JSON 스키마",
"e.g. 60": "예: 60",
"e.g. A filter to remove profanity from text": "예: 텍스트에서 비속어를 제거하는 필터",
- "e.g. en": "",
+ "e.g. en": "예: en",
"e.g. My Filter": "예: 내 필터",
"e.g. My Tools": "예: 내 도구",
"e.g. my_filter": "예: my_filter",
"e.g. my_tools": "예: my_tools",
- "e.g. pdf, docx, txt": "",
+ "e.g. pdf, docx, txt": "예: pdf, docx, txt",
"e.g. Tools for performing various operations": "예: 다양한 작업을 수행하는 도구",
"e.g., 3, 4, 5 (leave blank for default)": "예: 3, 4, 5 (기본값을 위해 비워 두세요)",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "예: audio/wav,audio/mpeg,video/* (기본값은 빈칸)",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "예: en-US, ja-JP (자동 감지를 위해 비워 두세요)",
"e.g., westus (leave blank for eastus)": "예: westus (eastus를 위해 비워 두세요)",
- "e.g.) en,fr,de": "",
+ "e.g.) en,fr,de": "예: en,fr,de",
"Edit": "편집",
"Edit Arena Model": "아레나 모델 편집",
"Edit Channel": "채널 편집",
"Edit Connection": "연결 편집",
"Edit Default Permissions": "기본 권한 편집",
+ "Edit Folder": "폴더 편집",
"Edit Memory": "메모리 편집",
"Edit User": "사용자 편집",
"Edit User Group": "사용자 그룹 편집",
- "Edited": "",
- "Editing": "",
- "Eject": "",
+ "Edited": "수정됨",
+ "Editing": "수정중",
+ "Eject": "추출",
"ElevenLabs": "ElevenLabs",
"Email": "이메일",
"Embark on adventures": "모험을 떠나기",
@@ -453,24 +455,24 @@
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "CSV 파일에 이름, 이메일, 비밀번호, 역할 4개의 열이 순서대로 포함되어 있는지 확인하세요.",
"Enter {{role}} message here": "여기에 {{role}} 메시지 입력",
"Enter a detail about yourself for your LLMs to recall": "자신에 대한 세부사항을 입력하여 LLM들이 기억할 수 있도록 하세요.",
- "Enter a title for the pending user info overlay. Leave empty for default.": "",
- "Enter a watermark for the response. Leave empty for none.": "",
+ "Enter a title for the pending user info overlay. Leave empty for default.": "대기 중인 사용자 정보 오버레이의 제목을 입력하세요. 비워두면 기본값이 사용됩니다.",
+ "Enter a watermark for the response. Leave empty for none.": "응답에 사용할 워터마크를 입력하세요. 비워두면 워터마크가 적용되지 않습니다.",
"Enter api auth string (e.g. username:password)": "API 인증 문자 입력 (예: 사용자 이름:비밀번호)",
"Enter Application DN": "애플리케이션 DN 입력",
"Enter Application DN Password": "애플리케이션 DN 비밀번호 입력",
"Enter Bing Search V7 Endpoint": "Bing Search V7 엔드포인트 입력",
"Enter Bing Search V7 Subscription Key": "Bing Search V7 구독 키 입력",
- "Enter BM25 Weight": "",
+ "Enter BM25 Weight": "BM25 가중치 입력",
"Enter Bocha Search API Key": "Bocha 검색 API 키 입력",
"Enter Brave Search API Key": "Brave Search API Key 입력",
"Enter certificate path": "인증서 경로 입력",
"Enter CFG Scale (e.g. 7.0)": "CFG Scale 입력 (예: 7.0)",
- "Enter Chunk Overlap": "청크 오버랩 입력",
+ "Enter Chunk Overlap": "청크 중첩 입력",
"Enter Chunk Size": "청크 크기 입력",
"Enter comma-separated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "쉼표로 구분된 \\\"토큰:편향_값\\\" 쌍 입력 (예: 5432:100, 413:-100)",
- "Enter Config in JSON format": "",
- "Enter content for the pending user info overlay. Leave empty for default.": "",
- "Enter Datalab Marker API Key": "",
+ "Enter Config in JSON format": "JSON 형식의 설정 입력",
+ "Enter content for the pending user info overlay. Leave empty for default.": "대기 중인 사용자 정보 오버레이에 들어갈 내용을 입력하세요. 비워두면 기본값이 사용됩니다.",
+ "Enter Datalab Marker API Key": "Datalab Marker API 키 입력",
"Enter description": "설명 입력",
"Enter Docling OCR Engine": "Docling OCR 엔진 입력",
"Enter Docling OCR Language(s)": "Docling OCR 언어(s) 입력",
@@ -479,14 +481,15 @@
"Enter Document Intelligence Key": "Document Intelligence 키 입력",
"Enter domains separated by commas (e.g., example.com,site.org)": "쉼표로 구분된 도메인 입력 (예: example.com, site.org)",
"Enter Exa API Key": "Exa API 키 입력",
- "Enter External Document Loader API Key": "",
- "Enter External Document Loader URL": "",
+ "Enter External Document Loader API Key": "외부 문서 로더 API 키 입력",
+ "Enter External Document Loader URL": "외부 문서 로더 URL 입력",
"Enter External Web Loader API Key": "외부 웹 로더 API 키 입력",
"Enter External Web Loader URL": "외부 웹 로더 URL 입력",
"Enter External Web Search API Key": "외부 웹 검색 API 키 입력",
"Enter External Web Search URL": "외부 웹 검색 URL 입력",
"Enter Firecrawl API Base URL": "Firecrawl API 기본 URL 입력",
"Enter Firecrawl API Key": "Firecrawl API 키 입력",
+ "Enter folder name": "폴더 이름 입력",
"Enter Github Raw URL": "Github Raw URL 입력",
"Enter Google PSE API Key": "Google PSE API 키 입력",
"Enter Google PSE Engine Id": "Google PSE 엔진 ID 입력",
@@ -502,8 +505,8 @@
"Enter Model ID": "모델 ID 입력",
"Enter model tag (e.g. {{modelTag}})": "모델 태그 입력(예: {{modelTag}})",
"Enter Mojeek Search API Key": "Mojeek Search API 키 입력",
- "Enter name": "",
- "Enter New Password": "",
+ "Enter name": "이름 입력",
+ "Enter New Password": "새로운 비밀번호 입력",
"Enter Number of Steps (e.g. 50)": "단계 수 입력(예: 50)",
"Enter Perplexity API Key": "Perplexity API 키 입력",
"Enter Playwright Timeout": "Playwright 시간 초과 입력",
@@ -533,8 +536,8 @@
"Enter Tavily API Key": "Tavily API 키 입력",
"Enter Tavily Extract Depth": "Tavily 추출 깊이 입력",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "WebUI의 공개 URL을 입력해 주세요. 이 URL은 알림에서 링크를 생성하는 데 사용합니다.",
- "Enter the URL of the function to import": "",
- "Enter the URL to import": "",
+ "Enter the URL of the function to import": "가져올 함수의 URL 입력",
+ "Enter the URL to import": "가져올 URL 입력",
"Enter Tika Server URL": "Tika 서버 URL 입력",
"Enter timeout in seconds": "시간 초과(초) 입력",
"Enter to Send": "Enter로 보내기",
@@ -561,10 +564,10 @@
"Error accessing Google Drive: {{error}}": "Google Drive 액세스 오류: {{error}}",
"Error accessing media devices.": "미디어 장치 액세스 오류",
"Error starting recording.": "녹화 시작 오류",
- "Error unloading model: {{error}}": "",
+ "Error unloading model: {{error}}": "모델 언로드 오류: {{error}}",
"Error uploading file: {{error}}": "파일 업로드 오류: {{error}}",
"Evaluations": "평가",
- "Everyone": "",
+ "Everyone": "공개",
"Exa API Key": "Exa API 키",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "예: (&(objectClass=inetOrgPerson)(uid=%s))",
"Example: ALL": "예: 전체",
@@ -588,26 +591,28 @@
"Export Functions": "함수 내보내기",
"Export Models": "모델 내보내기",
"Export Presets": "프리셋 내보내기",
- "Export Prompt Suggestions": "",
+ "Export Prompt Suggestions": "프롬프트 제안 내보내기",
"Export Prompts": "프롬프트 내보내기",
"Export to CSV": "CSV로 내보내기",
"Export Tools": "도구 내보내기",
"External": "외부",
- "External Document Loader URL required.": "",
- "External Task Model": "",
+ "External Document Loader URL required.": "외부 문서 로더 URL이 필요합니다.",
+ "External Task Model": "외부 작업 모델",
"External Web Loader API Key": "외부 웹 로더 API 키",
"External Web Loader URL": "외부 웹 로더 URL",
"External Web Search API Key": "외부 웹 검색 API 키",
"External Web Search URL": "외부 웹 검색 URL",
+ "Fade Effect for Streaming Text": "스트리밍 텍스트에 대한 페이드 효과",
"Failed to add file.": "파일추가에 실패했습니다",
"Failed to connect to {{URL}} OpenAPI tool server": "{{URL}} OpenAPI 도구 서버 연결 실패",
- "Failed to copy link": "",
+ "Failed to copy link": "링크 복사 실패",
"Failed to create API Key.": "API 키 생성에 실패했습니다.",
"Failed to delete note": "노트 삭제 실패",
- "Failed to extract content from the file: {{error}}": "",
- "Failed to extract content from the file.": "",
+ "Failed to extract content from the file: {{error}}": "파일 내용 추출 실패: {{error}}",
+ "Failed to extract content from the file.": "파일 내용 추출 실패.",
"Failed to fetch models": "모델 가져오기 실패",
- "Failed to generate title": "",
+ "Failed to generate title": "제목 생성 실패",
+ "Failed to load chat preview": "채팅 미리보기 로드 실패",
"Failed to load file content.": "파일 내용 로드 실패.",
"Failed to read clipboard contents": "클립보드 내용 가져오기를 실패하였습니다.",
"Failed to save connections": "연결 저장 실패",
@@ -617,7 +622,7 @@
"Features": "기능",
"Features Permissions": "기능 권한",
"February": "2월",
- "Feedback Details": "",
+ "Feedback Details": "피드백 상세내용",
"Feedback History": "피드백 기록",
"Feedbacks": "피드백",
"Feel free to add specific details": "자세한 내용을 자유롭게 추가하세요.",
@@ -628,10 +633,10 @@
"File not found.": "파일을 찾을 수 없습니다.",
"File removed successfully.": "파일이 성공적으로 삭제되었습니다",
"File size should not exceed {{maxSize}} MB.": "파일 사이즈가 {{maxSize}} MB를 초과하면 안됩니다.",
- "File Upload": "",
+ "File Upload": "파일 업로드",
"File uploaded successfully": "파일이 성공적으로 업로드되었습니다",
"Files": "파일",
- "Filter": "",
+ "Filter": "필터",
"Filter is now globally disabled": "전반적으로 필터 비활성화됨",
"Filter is now globally enabled": "전반적으로 필터 활성화됨",
"Filters": "필터",
@@ -641,15 +646,17 @@
"Fluidly stream large external response chunks": "대규모 외부 응답 청크를 유연하게 스트리밍",
"Focus chat input": "채팅 입력창에 포커스",
"Folder deleted successfully": "성공적으로 폴더가 삭제되었습니다",
+ "Folder Name": "폴더 이름",
"Folder name cannot be empty.": "폴더 이름을 작성해주세요",
"Folder name updated successfully": "성공적으로 폴더 이름이 저장되었습니다",
- "Follow up": "",
- "Follow Up Generation": "",
- "Follow Up Generation Prompt": "",
- "Follow-Up Auto-Generation": "",
- "Followed instructions perfectly": "명령을 완벽히 수행함",
- "Force OCR": "",
- "Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
+ "Folder updated successfully": "폴더가 성공적으로 업데이트되었습니다",
+ "Follow up": "후속 질문",
+ "Follow Up Generation": "후속 질문 생성",
+ "Follow Up Generation Prompt": "후속 질문 생성 프롬프트",
+ "Follow-Up Auto-Generation": "후속 질문 자동 생성",
+ "Followed instructions perfectly": "지시를 완벽히 수행함",
+ "Force OCR": "OCR 강제 적용",
+ "Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "PDF의 모든 페이지에 대해 OCR을 강제로 적용합니다. PDF에 좋은 텍스트가 포함된 경우 결과가 더 나빠질 수 있습니다. 기본값은 False입니다.",
"Forge new paths": "새로운 경로 만들기",
"Form": "폼",
"Format your variables using brackets like this:": "변수를 다음과 같이 괄호를 사용하여 생성하세요",
@@ -661,7 +668,7 @@
"Function deleted successfully": "성공적으로 함수가 삭제되었습니다",
"Function Description": "함수 설명",
"Function ID": "함수 ID",
- "Function imported successfully": "",
+ "Function imported successfully": "성공적으로 함수를 가져왔습니다",
"Function is now globally disabled": "전반적으로 함수 비활성화됨",
"Function is now globally enabled": "전반적으로 함수 활성화됨",
"Function Name": "함수 이름",
@@ -678,8 +685,8 @@
"Generate Image": "이미지 생성",
"Generate prompt pair": "프롬프트 쌍 생성",
"Generating search query": "검색 쿼리 생성",
- "Generating...": "",
- "Get information on {{name}} in the UI": "",
+ "Generating...": "생성 중...",
+ "Get information on {{name}} in the UI": "UI에서 {{name}} 정보 확인",
"Get started": "시작하기",
"Get started with {{WEBUI_NAME}}": "{{WEBUI_NAME}} 시작하기",
"Global": "글로벌",
@@ -693,9 +700,9 @@
"Group Name": "그룹 명",
"Group updated successfully": "성공적으로 그룹을 수정했습니다",
"Groups": "그룹",
- "H1": "",
- "H2": "",
- "H3": "",
+ "H1": "제목 1",
+ "H2": "제목 2",
+ "H3": "제목 3",
"Haptic Feedback": "햅틱 피드백",
"Hello, {{name}}": "안녕하세요, {{name}}",
"Help": "도움말",
@@ -703,12 +710,12 @@
"Hex Color": "Hex 색상",
"Hex Color - Leave empty for default color": "Hex 색상 - 기본 색상의 경우 빈 상태로 유지",
"Hide": "숨기기",
- "Hide from Sidebar": "",
+ "Hide from Sidebar": "사이드바에서 숨기기",
"Hide Model": "모델 숨기기",
- "High Contrast Mode": "",
+ "High Contrast Mode": "고대비 모드",
"Home": "홈",
"Host": "호스트",
- "How can I help you today?": "오늘 어떻게 도와드릴까요?",
+ "How can I help you today?": "무엇을 도와드릴까요?",
"How would you rate this response?": "이 응답을 어떻게 평가하시겠어요?",
"HTML": "",
"Hybrid Search": "하이브리드 검색",
@@ -719,27 +726,27 @@
"Ignite curiosity": "호기심 자극",
"Image": "이미지",
"Image Compression": "이미지 압축",
- "Image Compression Height": "",
- "Image Compression Width": "",
+ "Image Compression Height": "이미지 압축 높이",
+ "Image Compression Width": "이미지 압축 너비",
"Image Generation": "이미지 생성",
"Image Generation (Experimental)": "이미지 생성(실험적)",
"Image Generation Engine": "이미지 생성 엔진",
"Image Max Compression Size": "이미지 최대 압축 크기",
- "Image Max Compression Size height": "",
- "Image Max Compression Size width": "",
+ "Image Max Compression Size height": "이미지 최대 압축 크기 높이",
+ "Image Max Compression Size width": "이미지 최대 압축 크기 너비",
"Image Prompt Generation": "이미지 프롬프트 생성",
"Image Prompt Generation Prompt": "이미지 프롬프트를 생성하기 위한 프롬프트",
"Image Settings": "이미지 설정",
"Images": "이미지",
- "Import": "",
- "Import Chats": "채팅 불러오기",
+ "Import": "가져오기",
+ "Import Chats": "채팅 가져오기",
"Import Config from JSON File": "JSON 파일에서 설정 가져오기",
- "Import From Link": "",
+ "Import From Link": "링크에서 가져오기",
"Import Functions": "함수 가져오기",
"Import Models": "모델 가져오기",
"Import Notes": "노트 가져오기",
"Import Presets": "프리셋 가져오기",
- "Import Prompt Suggestions": "",
+ "Import Prompt Suggestions": "프롬프트 제안 가져오기",
"Import Prompts": "프롬프트 가져오기",
"Import Tools": "도구 가져오기",
"Include": "포함",
@@ -749,19 +756,20 @@
"Info": "정보",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "전체 콘텐츠를 포괄적인 처리를 위해 컨텍스트로 삽입하세요. 이는 복잡한 쿼리에 권장됩니다.",
"Input commands": "명령어 입력",
- "Input Variables": "",
- "Insert": "",
- "Insert Prompt as Rich Text": "",
+ "Input Variables": "변수 입력",
+ "Insert": "삽입",
+ "Insert Follow-Up Prompt to Input": "후속 질문을 메시지 입력란에 삽입(자동 전송 없이)",
+ "Insert Prompt as Rich Text": "프롬프트를 서식 있는 텍스트로 삽입",
"Install from Github URL": "Github URL에서 설치",
"Instant Auto-Send After Voice Transcription": "음성 변환 후 즉시 자동 전송",
"Integration": "통합",
"Interface": "인터페이스",
- "Invalid file content": "",
+ "Invalid file content": "잘못된 파일 내용",
"Invalid file format.": "잘못된 파일 형식",
- "Invalid JSON file": "",
+ "Invalid JSON file": "잘못된 JSON 파일",
"Invalid Tag": "잘못된 태그",
"is typing...": "입력 중...",
- "Italic": "",
+ "Italic": "기울임",
"January": "1월",
"Jina API Key": "Jina API 키",
"join our Discord for help.": "도움말을 보려면 Discord에 가입하세요.",
@@ -774,14 +782,16 @@
"JWT Expiration": "JWT 만료",
"JWT Token": "JWT 토큰",
"Kagi Search API Key": "Kagi Search API 키",
- "Keep in Sidebar": "",
+ "Keep Follow-Up Prompts in Chat": "채팅마다 후속 질문이 항상 보이도록 유지",
+ "Keep in Sidebar": "사이드바에 유지",
"Key": "키",
"Keyboard shortcuts": "키보드 단축키",
"Knowledge": "지식 기반",
- "Knowledge Access": "지식 접근",
+ "Knowledge Access": "지식 기반 접근",
+ "Knowledge Base": "지식 기반",
"Knowledge created successfully.": "성공적으로 지식 기반이 생성되었습니다",
"Knowledge deleted successfully.": "성공적으로 지식 기반이 삭제되었습니다",
- "Knowledge Public Sharing": "지식 Public 공유",
+ "Knowledge Public Sharing": "지식 기반 공개 공유",
"Knowledge reset successfully.": "성공적으로 지식 기반이 초기화되었습니다",
"Knowledge updated successfully": "성공적으로 지식 기반이 업데이트되었습니다",
"Kokoro.js (Browser)": "Kokoro.js (Browser)",
@@ -790,7 +800,7 @@
"Landing Page Mode": "랜딩페이지 모드",
"Language": "언어",
"Language Locales": "언어 로케일",
- "Languages": "",
+ "Languages": "언어",
"Last Active": "최근 활동",
"Last Modified": "마지막 수정",
"Last reply": "마지막 답글",
@@ -798,15 +808,16 @@
"LDAP server updated": "LDAP 서버가 업데이트되었습니다",
"Leaderboard": "리더보드",
"Learn more about OpenAPI tool servers.": "OpenAPI 도구 서버에 대해 자세히 알아보세요.",
- "Leave empty for no compression": "",
- "Leave empty for unlimited": "무제한을 위해 빈칸으로 남겨두세요",
- "Leave empty to include all models from \"{{url}}\" endpoint": "",
- "Leave empty to include all models from \"{{url}}/api/tags\" endpoint": "\\\"{{url}}/api/tags\\\" 엔드포인트의 모든 모델을 포함하려면 비워 두세요",
- "Leave empty to include all models from \"{{url}}/models\" endpoint": "\\\"{{url}}/models\\\" 엔드포인트의 모든 모델을 포함하려면 비워 두세요",
- "Leave empty to include all models or select specific models": "",
+ "Leave empty for no compression": "압축하지 않으려면 비워 두세요",
+ "Leave empty for unlimited": "제한하지 않으려면 비워 두세요",
+ "Leave empty to include all models from \"{{url}}\" endpoint": "\"{{url}}\" 엔드포인트의 모든 모델을 포함하려면 비워 두세요",
+ "Leave empty to include all models from \"{{url}}/api/tags\" endpoint": "\"{{url}}/api/tags\" 엔드포인트의 모든 모델을 포함하려면 비워 두세요",
+ "Leave empty to include all models from \"{{url}}/models\" endpoint": "\"{{url}}/models\" 엔드포인트의 모든 모델을 포함하려면 비워 두세요",
+ "Leave empty to include all models or select specific models": "비워두면 모든 모델이 포함되며, 특정 모델을 선택할 수도 있습니다.",
"Leave empty to use the default prompt, or enter a custom prompt": "기본 프롬프트를 사용하기 위해 빈칸으로 남겨두거나, 커스텀 프롬프트를 입력하세요",
"Leave model field empty to use the default model.": "기본 모델을 사용하려면 모델 필드를 비워 두세요.",
"License": "라이선스",
+ "Lift List": "",
"Light": "라이트",
"Listening...": "듣는 중...",
"Llama.cpp": "Llama.cpp",
@@ -814,12 +825,12 @@
"Loader": "로더",
"Loading Kokoro.js...": "Kokoro.js 로딩 중...",
"Local": "로컬",
- "Local Task Model": "",
+ "Local Task Model": "로컬 작업 모델",
"Location access not allowed": "위치 접근이 허용되지 않음",
"Lost": "패배",
"LTR": "LTR",
"Made by Open WebUI Community": "OpenWebUI 커뮤니티에 의해 개발됨",
- "Make password visible in the user interface": "",
+ "Make password visible in the user interface": "비밀번호 보이기",
"Make sure to enclose them with": "꼭 다음으로 감싸세요:",
"Make sure to export a workflow.json file as API format from ComfyUI.": "꼭 workflow.json 파일을 ComfyUI의 API 형식대로 내보내세요",
"Manage": "관리",
@@ -831,9 +842,9 @@
"Manage Pipelines": "파이프라인 관리",
"Manage Tool Servers": "도구 서버 관리",
"March": "3월",
- "Markdown": "",
+ "Markdown": "마크다운",
"Markdown (Header)": "",
- "Max Speakers": "",
+ "Max Speakers": "최대 화자 수",
"Max Upload Count": "업로드 최대 수",
"Max Upload Size": "업로드 최대 사이즈",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "최대 3개의 모델을 동시에 다운로드할 수 있습니다. 나중에 다시 시도하세요.",
@@ -861,11 +872,11 @@
"Model {{name}} is now {{status}}": "모델 {{name}}은/는 이제 {{status}} 상태입니다.",
"Model {{name}} is now hidden": "모델 {{name}}은/는 이제 숨겨졌습니다.",
"Model {{name}} is now visible": "모델 {{name}}은/는 이제 볼 수 있습니다.",
- "Model accepts file inputs": "",
- "Model accepts image inputs": "모델이 이미지 입력을 허용합니다",
- "Model can execute code and perform calculations": "",
- "Model can generate images based on text prompts": "",
- "Model can search the web for information": "",
+ "Model accepts file inputs": "모델에 파일 입력을 허용합니다",
+ "Model accepts image inputs": "모델에 이미지 입력을 허용합니다",
+ "Model can execute code and perform calculations": "모델이 코드를 실행하고 계산을 수행할 수 있습니다.",
+ "Model can generate images based on text prompts": "모델이 텍스트 프롬프트를 기반으로 이미지를 생성할 수 있습니다.",
+ "Model can search the web for information": "모델이 웹에서 정보를 검색할 수 있습니다.",
"Model created successfully!": "성공적으로 모델이 생성되었습니다",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "모델 파일 시스템 경로가 감지되었습니다. 업데이트하려면 모델 단축 이름이 필요하며 계속할 수 없습니다.",
"Model Filtering": "모델 필터링",
@@ -875,9 +886,9 @@
"Model not selected": "모델이 선택되지 않았습니다.",
"Model Params": "모델 파라미터",
"Model Permissions": "모델 권한",
- "Model unloaded successfully": "",
+ "Model unloaded successfully": "성공적으로 모델이 언로드되었습니다",
"Model updated successfully": "성공적으로 모델이 업데이트되었습니다",
- "Model(s) do not support file upload": "",
+ "Model(s) do not support file upload": "모델이 파일 업로드를 지원하지 않습니다",
"Modelfile Content": "모델 파일 내용",
"Models": "모델",
"Models Access": "모델 접근",
@@ -891,14 +902,15 @@
"Native": "네이티브",
"New Chat": "새 채팅",
"New Folder": "새 폴더",
- "New Function": "",
+ "New Function": "새 함수",
"New Note": "새 노트",
"New Password": "새 비밀번호",
- "New Tool": "",
+ "New Tool": "새 도구",
"new-channel": "새 채널",
- "Next message": "",
- "No chats found for this user.": "",
- "No chats found.": "",
+ "Next message": "다음 메시지",
+ "No chats found": "채팅을 찾을 수 없습니다",
+ "No chats found for this user.": "이 사용자에 대한 채팅을 찾을 수 없습니다.",
+ "No chats found.": "채팅을 찾을 수 없습니다.",
"No content": "내용 없음",
"No content found": "내용을 찾을 수 없음",
"No content found in file.": "파일에서 내용을 찾을 수 없습니다.",
@@ -941,8 +953,8 @@
"Ollama Version": "Ollama 버전",
"On": "켜기",
"OneDrive": "OneDrive",
- "Only active when \"Paste Large Text as File\" setting is toggled on.": "",
- "Only active when the chat input is in focus and an LLM is generating a response.": "",
+ "Only active when \"Paste Large Text as File\" setting is toggled on.": "\"대용량 텍스트 파일로 붙여넣기\" 설정이 켜져 있을 때만 활성화됩니다.",
+ "Only active when the chat input is in focus and an LLM is generating a response.": "채팅 입력창이 활성화되어 있고 LLM이 응답을 생성 중일 때만 활성화됩니다.",
"Only alphanumeric characters and hyphens are allowed": "영문자, 숫자 및 하이픈(-)만 허용됩니다.",
"Only alphanumeric characters and hyphens are allowed in the command string.": "명령어 문자열에는 영문자, 숫자 및 하이픈(-)만 허용됩니다.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "가지고 있는 컬렉션만 수정 가능합니다, 새 지식 기반을 생성하여 문서를 수정 혹은 추가하십시오.",
@@ -954,7 +966,7 @@
"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "이런! 지원되지 않는 방식(프론트엔드만)을 사용하고 계십니다. 백엔드에서 WebUI를 제공해주세요.",
"Open file": "파일 열기",
"Open in full screen": "전체화면으로 열기",
- "Open modal to configure connection": "",
+ "Open modal to configure connection": "연결 설정 열기",
"Open new chat": "새 채팅 열기",
"Open WebUI can use tools provided by any OpenAPI server.": "Open WebUI는 모든 OpenAPI 서버에서 제공하는 도구를 사용할 수 있습니다.",
"Open WebUI uses faster-whisper internally.": "Open WebUI는 내부적으로 패스트 위스퍼를 사용합니다.",
@@ -967,49 +979,49 @@
"OpenAI API settings updated": "OpenAI API 설정이 업데이트되었습니다.",
"OpenAI URL/Key required.": "OpenAI URL/키가 필요합니다.",
"openapi.json URL or Path": "",
- "Options for running a local vision-language model in the picture description. The parameters refer to a model hosted on Hugging Face. This parameter is mutually exclusive with picture_description_api.": "",
+ "Options for running a local vision-language model in the picture description. The parameters refer to a model hosted on Hugging Face. This parameter is mutually exclusive with picture_description_api.": "이미지 설명을 위해 로컬 시각-언어 모델을 실행하는 옵션입니다. 이 매개변수들은 Hugging Face에서 호스팅되는 모델을 대상으로 합니다. 이 옵션은 picture_description_api와 상호 배타적입니다.",
"or": "또는",
- "Ordered List": "",
+ "Ordered List": "번호 목록",
"Organize your users": "사용자 관리",
"Other": "기타",
"OUTPUT": "출력",
"Output format": "출력 형식",
- "Output Format": "",
+ "Output Format": "출력 형식",
"Overview": "개요",
"page": "페이지",
- "Paginate": "",
- "Parameters": "",
+ "Paginate": "페이지 나누기",
+ "Parameters": "매개변수",
"Password": "비밀번호",
"Paste Large Text as File": "큰 텍스트를 파일로 붙여넣기",
"PDF document (.pdf)": "PDF 문서(.pdf)",
"PDF Extract Images (OCR)": "PDF 이미지 추출(OCR)",
"pending": "보류 중",
- "Pending": "",
- "Pending User Overlay Content": "",
- "Pending User Overlay Title": "",
+ "Pending": "보류",
+ "Pending User Overlay Content": "대기 중인 사용자 오버레이 내용",
+ "Pending User Overlay Title": "대기 중인 사용자 오버레이 제목",
"Permission denied when accessing media devices": "미디어 장치 접근 권한이 거부되었습니다.",
"Permission denied when accessing microphone": "마이크 접근 권한이 거부되었습니다.",
"Permission denied when accessing microphone: {{error}}": "마이크 접근 권한이 거부되었습니다: {{error}}",
"Permissions": "권한",
"Perplexity API Key": "Perplexity API 키",
- "Perplexity Model": "",
- "Perplexity Search Context Usage": "",
+ "Perplexity Model": "Perplexity 모델",
+ "Perplexity Search Context Usage": "Perplexity 검색 컨텍스트 사용",
"Personalization": "개인화",
- "Picture Description API Config": "",
- "Picture Description Local Config": "",
- "Picture Description Mode": "",
+ "Picture Description API Config": "이미지 설명 API 설정",
+ "Picture Description Local Config": "이미지 설명 로컬 설정",
+ "Picture Description Mode": "이미지 설명 모드",
"Pin": "고정",
"Pinned": "고정됨",
- "Pioneer insights": "선구자 인사이트",
- "Pipe": "",
+ "Pioneer insights": "혁신적인 발견",
+ "Pipe": "파이프",
"Pipeline deleted successfully": "성공적으로 파이프라인이 삭제되었습니다.",
"Pipeline downloaded successfully": "성공적으로 파이프라인이 설치되었습니다.",
"Pipelines": "파이프라인",
"Pipelines Not Detected": "파이프라인이 발견되지 않았습니다.",
"Pipelines Valves": "파이프라인 밸브",
- "Plain text (.md)": "",
+ "Plain text (.md)": "일반 텍스트(.md)",
"Plain text (.txt)": "일반 텍스트(.txt)",
- "Playground": "놀이터",
+ "Playground": "플레이그라운드",
"Playwright Timeout (ms)": "Playwright 시간 초과 (ms)",
"Playwright WebSocket URL": "Playwright WebSocket URL",
"Please carefully review the following warnings:": "다음 주의를 조심히 확인해주십시오",
@@ -1025,11 +1037,11 @@
"Positive attitude": "긍정적인 자세",
"Prefix ID": "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는 모델 ID에 접두사를 추가하여 다른 연결과의 충돌을 방지하는 데 사용됩니다. - 비활성화하려면 비워 둡니다.",
- "Prevent file creation": "",
- "Preview": "",
+ "Prevent file creation": "파일 생성 방지",
+ "Preview": "미리보기",
"Previous 30 days": "이전 30일",
"Previous 7 days": "이전 7일",
- "Previous message": "",
+ "Previous message": "이전 메시지",
"Private": "비공개",
"Profile Image": "프로필 이미지",
"Prompt": "프롬프트",
@@ -1051,9 +1063,9 @@
"Re-rank models by topic similarity": "주제 유사성으로 모델을 재정렬하기",
"Read": "읽기",
"Read Aloud": "읽어주기",
- "Reason": "",
+ "Reason": "근거",
"Reasoning Effort": "추론 난이도",
- "Record": "",
+ "Record": "녹음",
"Record voice": "음성 녹음",
"Redirecting you to Open WebUI Community": "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.": "넌센스를 생성할 확률을 줄입니다. 값이 높을수록(예: 100) 더 다양한 답변을 제공하는 반면, 값이 낮을수록(예: 10) 더 보수적입니다.",
@@ -1064,35 +1076,35 @@
"Reindex": "재색인",
"Reindex Knowledge Base Vectors": "전체 지식 베이스 재색인",
"Release Notes": "릴리스 노트",
- "Releases": "",
+ "Releases": "릴리스",
"Relevance": "관련도",
"Relevance Threshold": "관련성 임계값",
- "Remember Dismissal": "",
+ "Remember Dismissal": "다시 보지 않기",
"Remove": "삭제",
- "Remove {{MODELID}} from list.": "",
- "Remove file": "",
- "Remove File": "",
- "Remove image": "",
+ "Remove {{MODELID}} from list.": "{{MODELID}}를 목록에서 제거.",
+ "Remove file": "파일 삭제",
+ "Remove File": "파일 삭제",
+ "Remove image": "이미지 삭제",
"Remove Model": "모델 삭제",
- "Remove this tag from list": "",
+ "Remove this tag from list": "이 태그를 목록에서 제거",
"Rename": "이름 변경",
"Reorder Models": "모델 재정렬",
"Reply in Thread": "스레드로 답장하기",
- "Reranking Engine": "",
+ "Reranking Engine": "Reranking 엔진",
"Reranking Model": "Reranking 모델",
"Reset": "초기화",
"Reset All Models": "모든 모델 초기화",
"Reset Upload Directory": "업로드 디렉토리 초기화",
"Reset Vector Storage/Knowledge": "벡터 저장 공간/지식 기반 초기화",
"Reset view": "보기 초기화",
- "Response": "",
+ "Response": "응답",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "웹사이트 권한이 거부되어 응답 알림을 활성화할 수 없습니다. 필요한 접근 권한을 부여하려면 브라우저 설정을 확인해 주세요.",
"Response splitting": "응답 나누기",
- "Response Watermark": "",
+ "Response Watermark": "응답 워터마크",
"Result": "결과",
"Retrieval": "검색",
"Retrieval Query Generation": "검색 쿼리 생성",
- "Rich Text Input for Chat": "채팅을 위한 풍부한 텍스트(Rich Text) 입력",
+ "Rich Text Input for Chat": "다양한 텍스트 서식 사용",
"RK": "RK",
"Role": "역할",
"Rosé Pine": "Rosé Pine",
@@ -1118,7 +1130,7 @@
"Search Functions": "함수 검색",
"Search Knowledge": "지식 기반 검색",
"Search Models": "모델 검색",
- "Search Notes": "",
+ "Search Notes": "노트 검색",
"Search options": "검색 옵션",
"Search Prompts": "프롬프트 검색",
"Search Result Count": "검색 결과 수",
@@ -1128,13 +1140,14 @@
"SearchApi Engine": "SearchApi 엔진",
"Searched {{count}} sites": "{{count}}개 사이트 검색됨",
"Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" 검색 중",
- "Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\"위한 지식 기반 검색 중",
+ "Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\"에 대한 지식 기반 검색 중",
"Searching the web...": "웹에서 검색 중...",
"Searxng Query URL": "Searxng 쿼리 URL",
"See readme.md for instructions": "설명은 readme.md를 참조하세요.",
"See what's new": "새로운 기능 보기",
"Seed": "시드",
"Select a base model": "기본 모델 선택",
+ "Select a conversation to preview": "대화를 선택하여 미리 보기",
"Select a engine": "엔진 선택",
"Select a function": "함수 선택",
"Select a group": "그룹 선택",
@@ -1186,25 +1199,26 @@
"Share Chat": "채팅 공유",
"Share to Open WebUI Community": "OpenWebUI 커뮤니티에 공유",
"Sharing Permissions": "권한 공유",
- "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "",
+ "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "별표(*) 단축키는 특정 조건에서만 활성화됩니다.",
"Show": "보기",
"Show \"What's New\" modal on login": "로그인시 \"새로운 기능\" 모달 보기",
"Show Admin Details in Account Pending Overlay": "사용자용 계정 보류 설명창에, 관리자 상세 정보 노출",
"Show All": "모두 보기",
- "Show image preview": "",
+ "Show image preview": "이미지 미리보기",
"Show Less": "간략히 보기",
"Show Model": "모델 보기",
"Show shortcuts": "단축키 보기",
"Show your support!": "당신의 응원을 보내주세요!",
"Showcased creativity": "창의성 발휘",
"Sign in": "로그인",
- "Sign in to {{WEBUI_NAME}}": "{{WEBUI_NAME}}로 로그인",
+ "Sign in to {{WEBUI_NAME}}": "{{WEBUI_NAME}} 로그인",
"Sign in to {{WEBUI_NAME}} with LDAP": "LDAP로 {{WEBUI_NAME}}에 로그인",
"Sign Out": "로그아웃",
"Sign up": "가입",
- "Sign up to {{WEBUI_NAME}}": "{{WEBUI_NAME}}로 가입",
- "Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
+ "Sign up to {{WEBUI_NAME}}": "{{WEBUI_NAME}} 가입",
+ "Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "LLM을 사용하여 표, 양식, 인라인 수식 및 레이아웃 감지를 향상시켜 정확도를 크게 개선합니다. 지연 시간이 증가할 수 있습니다. 기본값은 True입니다.",
"Signing in to {{WEBUI_NAME}}": "{{WEBUI_NAME}}로 가입중",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "캐시 무시",
"Skip the cache and re-run the inference. Defaults to False.": "캐시를 무시하고 추론을 다시 실행합니다. 기본값은 False입니다.",
@@ -1213,15 +1227,15 @@
"Source": "출처",
"Speech Playback Speed": "음성 재생 속도",
"Speech recognition error: {{error}}": "음성 인식 오류: {{error}}",
- "Speech-to-Text": "",
+ "Speech-to-Text": "음성-텍스트 변환",
"Speech-to-Text Engine": "음성-텍스트 변환 엔진",
"Stop": "정지",
- "Stop Generating": "",
+ "Stop Generating": "생성 중지",
"Stop Sequence": "중지 시퀀스",
"Stream Chat Response": "스트림 채팅 응답",
- "Strikethrough": "",
- "Strip Existing OCR": "",
- "Strip existing OCR text from the PDF and re-run OCR. Ignored if Force OCR is enabled. Defaults to False.": "",
+ "Strikethrough": "취소선",
+ "Strip Existing OCR": "기존 OCR 제거",
+ "Strip existing OCR text from the PDF and re-run OCR. Ignored if Force OCR is enabled. Defaults to False.": "PDF에서 기존 OCR 텍스트를 제거하고 OCR을 다시 실행합니다. Force OCR이 활성화된 경우 무시됩니다. 기본값은 False입니다.",
"STT Model": "STT 모델",
"STT Settings": "STT 설정",
"Stylized PDF Export": "서식이 적용된 PDF 내보내기",
@@ -1231,10 +1245,10 @@
"Suggested": "제안",
"Support": "지원",
"Support this plugin:": "플러그인 지원",
- "Supported MIME Types": "",
+ "Supported MIME Types": "지원하는 MIME 타입",
"Sync directory": "디렉토리 연동",
"System": "시스템",
- "System Instructions": "시스템 설명서",
+ "System Instructions": "시스템 지침",
"System Prompt": "시스템 프롬프트",
"Tags": "태그",
"Tags Generation": "태그 생성",
@@ -1242,8 +1256,8 @@
"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.": "꼬리 자유 샘플링은 출력에서 확률이 낮은 토큰의 영향을 줄이기 위해 사용됩니다. 값이 클수록(예: 2.0) 이러한 토큰의 영향이 더 줄어들며, 1.0으로 설정하면 이 기능은 비활성화됩니다.",
"Talk to model": "모델과 대화하기",
"Tap to interrupt": "탭하여 중단",
- "Task List": "",
- "Task Model": "",
+ "Task List": "작업 목록",
+ "Task Model": "작업 모델",
"Tasks": "작업",
"Tavily API Key": "Tavily API 키",
"Tavily Extract Depth": "Tabily 깊이 추출",
@@ -1251,7 +1265,7 @@
"Temperature": "온도",
"Temporary Chat": "임시 채팅",
"Text Splitter": "텍스트 나누기",
- "Text-to-Speech": "",
+ "Text-to-Speech": "텍스트-음성 변환",
"Text-to-Speech Engine": "텍스트-음성 변환 엔진",
"Thanks for your feedback!": "피드백 감사합니다!",
"The Application Account DN you bind with for search": "검색을 위해 바인딩하는 애플리케이션 계정 DN",
@@ -1259,34 +1273,34 @@
"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.": "배치 크기에 따라 한 번에 처리되는 텍스트 요청의 수가 결정됩니다. 배치 크기가 크면 모델의 성능과 속도가 향상될 수 있지만 더 많은 메모리가 필요하기도 합니다.",
"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.": "평가 리더보드는 Elo 평가 시스템을 기반으로 하고 실시간으로 업데이트됩니다",
- "The format to return a response in. Format can be json or a JSON schema.": "",
- "The height in pixels to compress images to. Leave empty for no compression.": "",
- "The language of the input audio. Supplying the input language in ISO-639-1 (e.g. en) format will improve accuracy and latency. Leave blank to automatically detect the language.": "",
+ "The format to return a response in. Format can be json or a JSON schema.": "응답을 반환할 형식입니다. JSON 또는 JSON 스키마 형식이 될 수 있습니다.",
+ "The height in pixels to compress images to. Leave empty for no compression.": "이미지를 압축할 픽셀 높이입니다. 압축하지 않으려면 비워 두세요.",
+ "The language of the input audio. Supplying the input language in ISO-639-1 (e.g. en) format will improve accuracy and latency. Leave blank to automatically detect the language.": "입력 오디오의 언어입니다. ISO-639-1 형식(예: en)으로 입력 언어를 지정하면 정확도와 지연 시간이 향상됩니다. 비워두면 자동으로 언어를 감지합니다.",
"The LDAP attribute that maps to the mail that users use to sign in.": "사용자가 로그인하는 데 사용하는 메일에 매핑되는 LDAP 속성입니다.",
"The LDAP attribute that maps to the username that users use to sign in.": "사용자가 로그인할 때 사용하는 사용자 이름에 매핑되는 LDAP 속성입니다.",
"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.": "최대 파일 크기(MB). 만약 파일 크기가 한도를 초과할 시, 파일은 업로드되지 않습니다",
"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 output format for the text. Can be 'json', 'markdown', or 'html'. Defaults to 'markdown'.": "",
+ "The output format for the text. Can be 'json', 'markdown', or 'html'. Defaults to 'markdown'.": "텍스트의 출력 형식입니다. 'json', 'markdown', 또는 'html'이 될 수 있습니다. 기본값은 'markdown'입니다.",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "점수는 0.0(0%)에서 1.0(100%) 사이의 값이어야 합니다.",
"The temperature of the model. Increasing the temperature will make the model answer more creatively.": "모델의 온도. 온도를 높이면 모델이 더 창의적으로 답변할 수 있습니다.",
- "The width in pixels to compress images to. Leave empty for no compression.": "",
+ "The width in pixels to compress images to. Leave empty for no compression.": "이미지를 압축할 픽셀 너비입니다. 압축하지 않으려면 비워 두세요.",
"Theme": "테마",
"Thinking...": "생각 중...",
- "This action cannot be undone. Do you wish to continue?": "이 action은 되돌릴 수 없습니다. 계속 하시겠습니까?",
- "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "이 채널은 {{createAt}}에서 생성되었습니다. 이것은 {{channelName}} 채널의 시작입니다.",
+ "This action cannot be undone. Do you wish to continue?": "이 행동은 되돌릴 수 없습니다. 계속 하시겠습니까?",
+ "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "{{createdAt}}에 {{channelName}} 채널이 처음 만들어졌습니다. 대화를 시작해보세요.",
"This chat won't appear in history and your messages will not be saved.": "이 채팅은 기록에 나타나지 않으며 메시지가 저장되지 않습니다.",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "이렇게 하면 소중한 대화 내용이 백엔드 데이터베이스에 안전하게 저장됩니다. 감사합니다!",
- "This feature is experimental and may be modified or discontinued without notice.": "",
+ "This feature is experimental and may be modified or discontinued without notice.": "이 기능은 실험 중이며, 사전 통보 없이 수정되거나 중단될 수 있습니다.",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "이것은 실험적 기능으로, 예상대로 작동하지 않을 수 있으며 언제든지 변경될 수 있습니다.",
"This model is not publicly available. Please select another model.": "이 모델은 공개적으로 사용할 수 없습니다. 다른 모델을 선택해주세요.",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "이 옵션은 요청 처리 후 모델이 메모리에 유지하는 시간을 제어합니다. (기본값: 5분)",
"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.": "이 옵션은 컨텍스트를 새로 고칠 때 보존되는 토큰의 수를 제어합니다. 예를 들어 2로 설정하면 대화 컨텍스트의 마지막 2개 토큰이 유지됩니다. 컨텍스트를 보존하면 대화의 연속성을 유지하는 데 도움이 될 수 있지만 새로운 주제에 대한 응답 능력이 감소할 수 있습니다.",
- "This option enables or disables the use of the reasoning feature in Ollama, which allows the model to think before generating a response. When enabled, the model can take a moment to process the conversation context and generate a more thoughtful response.": "",
+ "This option enables or disables the use of the reasoning feature in Ollama, which allows the model to think before generating a response. When enabled, the model can take a moment to process the conversation context and generate a more thoughtful response.": "이 옵션은 Ollama에서 모델이 응답 생성 전에 사고할 수 있도록 돕는 '추론 기능'의 사용 여부를 설정합니다. 이 기능이 활성화되면, 모델은 대화 맥락을 처리하는 데 잠시 시간을 들여 더 사고적인 응답을 생성할 수 있습니다.",
"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.": "이 옵션은 모델이 응답에서 생성할 수 있는 최대 토큰 수를 설정합니다. 이 한도를 늘리면 모델이 더 긴 답변을 제공할 수 있지만, 도움이 되지 않거나 관련 없는 콘텐츠가 생성될 가능성도 높아질 수 있습니다.",
"This option will delete all existing files in the collection and replace them with newly uploaded files.": "이 옵션을 선택하면 기존 컬렉션의 모든 파일이 삭제되고, 새로 업로드된 파일로 대체됩니다.",
"This response was generated by \"{{model}}\"": "\"{{model}}\"이 생성한 응답입니다",
- "This will delete": "이것은 다음을 삭제합니다.",
+ "This will delete": "삭제합니다.",
"This will delete
{{NAME}} and
all its contents.": "
{{NAME}} 와
모든 내용을 삭제합니다.",
"This will delete all models including custom models": "이렇게 하면 사용자 지정 모델을 포함한 모든 모델이 삭제됩니다",
"This will delete all models including custom models and cannot be undone.": "이렇게 하면 사용자 지정 모델을 포함한 모든 모델이 삭제되며 실행 취소할 수 없습니다.",
@@ -1310,16 +1324,17 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "WebUI에 접속하려면 관리자에게 문의하십시오. 관리자는 관리자 패널에서 사용자 상태를 관리할 수 있습니다.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "지식 기반을 여기에 첨부하려면. \"지식 기반\" 워크스페이스에 먼저 추가하세요",
"To learn more about available endpoints, visit our documentation.": "사용 가능한 엔드포인트에 대해 자세히 알아보려면 문서를 방문하세요.",
+ "To learn more about powerful prompt variables, click here": "강력한 프롬프트 변수에 대해 자세히 알아보려면 여기를 클릭하세요.",
"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.": "개인정보를 보호하기 위해, 당신의 채팅 로그는 비공개로 유지되고, 오직 당신의 피드백에서 평가, 모델 ID, 태그, 그리고 메타데이타만 공유됩니다",
"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": "업데이트 토스트 알림",
+ "Toast notifications for new updates": "새 업데이트 알림",
"Today": "오늘",
"Toggle search": "검색 전환",
"Toggle settings": "설정 전환",
"Toggle sidebar": "사이드바 전환",
- "Toggle whether current connection is active.": "",
+ "Toggle whether current connection is active.": "현재 연결 활성화 여부 설정",
"Token": "토큰",
"Too verbose": "말이 너무 많음",
"Tool created successfully": "성공적으로 도구가 생성되었습니다.",
@@ -1337,8 +1352,8 @@
"Tools have a function calling system that allows arbitrary code execution.": "도구에 임의 코드 실행을 허용하는 함수가 포함되어 있습니다.",
"Tools Public Sharing": "도구 공개 및 공유",
"Top K": "Top K",
- "Top K Reranker": "",
- "Transformers": "",
+ "Top K Reranker": "Top K 리랭커",
+ "Transformers": "트랜스포머",
"Trouble accessing Ollama?": "올라마(Ollama)에 접근하는 데 문제가 있나요?",
"Trust Proxy Environment": "신뢰 할 수 있는 프록시 환경",
"TTS Model": "TTS 모델",
@@ -1351,20 +1366,21 @@
"Unarchive All": "모두 보관 해제",
"Unarchive All Archived Chats": "보관된 모든 채팅을 보관 해제",
"Unarchive Chat": "채팅 보관 해제",
- "Underline": "",
- "Unloads {{FROM_NOW}}": "",
+ "Underline": "밑줄",
+ "Unloads {{FROM_NOW}}": "{{FROM_NOW}} 언로드",
"Unlock mysteries": "미스터리 풀기",
"Unpin": "고정 해제",
"Unravel secrets": "비밀 풀기",
+ "Unsupported file type.": "지원하지 않는 파일 형식",
"Untagged": "태그 해제",
- "Untitled": "",
+ "Untitled": "제목 없음",
"Update": "업데이트",
"Update and Copy Link": "링크 업데이트 및 복사",
"Update for the latest features and improvements.": "이번 업데이트의 새로운 기능과 개선",
"Update password": "비밀번호 업데이트",
"Updated": "업데이트됨",
- "Updated at": "다음에 업데이트됨",
- "Updated At": "다음에 업데이트됨",
+ "Updated at": "업데이트 일시",
+ "Updated At": "업데이트 일시",
"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "맞춤형 테마 설정 및 브랜딩, 전용 지원을 포함한 향상된 기능을 위해 라이선스 플랜으로 업그레이드하세요.",
"Upload": "업로드",
"Upload a GGUF model": "GGUF 모델 업로드",
@@ -1387,18 +1403,18 @@
"user": "사용자",
"User": "사용자",
"User location successfully retrieved.": "성공적으로 사용자의 위치를 불러왔습니다",
- "User menu": "",
+ "User menu": "사용자 메뉴",
"User Webhooks": "사용자 웹훅",
"Username": "사용자 이름",
"Users": "사용자",
+ "Using Entire Document": "전체 문서 사용",
+ "Using Focused Retrieval": "집중 검색 사용",
"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": "성공적으로 밸브가 업데이트되었습니다",
"variable": "변수",
- "variable to have them replaced with clipboard content.": "변수를 사용하여 클립보드 내용으로 바꾸세요.",
"Verify Connection": "연결 확인",
"Verify SSL Certificate": "SSL 인증서 확인",
"Version": "버전",
@@ -1406,7 +1422,7 @@
"View Replies": "답글 보기",
"View Result from **{{NAME}}**": "**{{NAME}}**의 결과 보기",
"Visibility": "공개 범위",
- "Vision": "",
+ "Vision": "비전",
"Voice": "음성",
"Voice Input": "음성 입력",
"Voice mode": "음성 모드 사용",
@@ -1428,13 +1444,13 @@
"WebUI will make requests to \"{{url}}\"": "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\"로 요청을 보냅니다",
- "Weight of BM25 Retrieval": "",
+ "Weight of BM25 Retrieval": "BM25 검색 가중치",
"What are you trying to achieve?": "무엇을 성취하고 싶으신가요?",
"What are you working on?": "어떤 작업을 하고 계신가요?",
"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.": "활성화하면 모델이 각 채팅 메시지에 실시간으로 응답하여 사용자가 메시지를 보내는 즉시 응답을 생성합니다. 이 모드는 실시간 채팅 애플리케이션에 유용하지만, 느린 하드웨어에서는 성능에 영향을 미칠 수 있습니다.",
"wherever you are": "당신이 어디에 있든",
- "Whether to paginate the output. Each page will be separated by a horizontal rule and page number. Defaults to False.": "",
+ "Whether to paginate the output. Each page will be separated by a horizontal rule and page number. Defaults to False.": "출력을 페이지로 나눌지 여부입니다. 각 페이지는 구분선과 페이지 번호로 구분됩니다. 기본값은 False입니다.",
"Whisper (Local)": "Whisper (로컬)",
"Why?": "이유는?",
"Widescreen Mode": "와이드스크린 모드",
diff --git a/src/lib/i18n/locales/lt-LT/translation.json b/src/lib/i18n/locales/lt-LT/translation.json
index 11f41fb33f..54593ce5f2 100644
--- a/src/lib/i18n/locales/lt-LT/translation.json
+++ b/src/lib/i18n/locales/lt-LT/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Créer un compte",
"Create Admin Account": "",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "Sukurti naują raktą",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "Koreguoti atminį",
"Edit User": "Redaguoti naudotoją",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Įveskite GitHub Raw nuorodą",
"Enter Google PSE API Key": "Įveskite Google PSE API raktą",
"Enter Google PSE Engine Id": "Įveskite Google PSE variklio ID",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Nepavyko perskaityti kopijuoklės",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Sklandžiai transliuoti ilgus atsakymus",
"Focus chat input": "Fokusuoti žinutės įvestį",
"Folder deleted successfully": "",
+ "Folder Name": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Įvesties komandos",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instaliuoti Github nuorodą",
"Instant Auto-Send After Voice Transcription": "Siųsti iškart po balso transkripcijos",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT išėjimas iš galiojimo",
"JWT Token": "JWT žetonas",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "Klaviatūros trumpiniai",
"Knowledge": "Žinios",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "",
"Knowledge deleted successfully.": "",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "Šviesus",
"Listening...": "Klausoma...",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Žiūrėti naujoves",
"Seed": "Sėkla",
"Select a base model": "Pasirinkite bazinį modelį",
+ "Select a conversation to preview": "",
"Select a engine": "Pasirinkite variklį",
"Select a function": "Pasirinkite funkciją",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Norėdami prieiti prie programos, susisiekite su administratoriumi, kuris Jus patvirtins.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "",
"To learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Norėdami pasirinkti veiksmus, pirmiausia pridėkite juos funkcijų nuostatuose",
"To select filters here, add them to the \"Functions\" workspace first.": "Norėdami pasirinkti filtrus, pirmiausia pridėkite juos funkcijų nuostatuose",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "Atsemigti",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "",
"Untitled": "",
"Update": "Atnaujinti",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "",
"Users": "Naudotojai",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "",
- "Utilize": "Naudoti",
"Valid time units:": "Teisingūs laiko vienetai :",
"Valves": "Įeitys",
"Valves updated": "Įeitys atnaujintos",
"Valves updated successfully": "Įeitys atnaujintos sėkmingai",
"variable": "kintamasis",
- "variable to have them replaced with clipboard content.": "kintamoji pakeičiama kopijuoklės turiniu.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Versija",
diff --git a/src/lib/i18n/locales/ms-MY/translation.json b/src/lib/i18n/locales/ms-MY/translation.json
index d8349b0025..bbfbbb3509 100644
--- a/src/lib/i18n/locales/ms-MY/translation.json
+++ b/src/lib/i18n/locales/ms-MY/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Cipta Akaun",
"Create Admin Account": "",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "Cipta kekunci baharu",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "Edit Memori",
"Edit User": "Edit Penggunal",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Masukkan URL 'Github Raw'",
"Enter Google PSE API Key": "Masukkan kunci API Google PSE",
"Enter Google PSE Engine Id": "Masukkan Id Enjin Google PSE",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Gagal membaca konten papan klip",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Strim 'chunks' respons luaran yang besar dengan lancar",
"Focus chat input": "Fokus kepada input perbualan",
"Folder deleted successfully": "",
+ "Folder Name": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Masukkan Arahan",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Pasang daripada URL Github",
"Instant Auto-Send After Voice Transcription": "Hantar Secara Automatik Dengan Segera Selepas Transkripsi Suara",
@@ -774,11 +782,13 @@
"JWT Expiration": "Tempoh Tamat JWT",
"JWT Token": "Token JWT",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "Pintasan papan kekunci",
"Knowledge": "Pengetahuan",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "",
"Knowledge deleted successfully.": "",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "Cerah",
"Listening...": "Mendengar...",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Lihat apa yang terbaru",
"Seed": "Benih",
"Select a base model": "Pilih model asas",
+ "Select a conversation to preview": "",
"Select a engine": "Pilih enjin",
"Select a function": "Pilih fungsi",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Untuk mengakses WebUI , sila hubungi pentadbir. Pentadbir boleh menguruskan status pengguna daripada Panel Pentadbiran",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "",
"To learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Untuk memilih tindakan di sini, tambahkannya pada ruang kerja \"Functions\" dahulu.",
"To select filters here, add them to the \"Functions\" workspace first.": "Untuk memilih tapisan di sini, tambahkannya pada ruang kerja \"Functions\" dahulu.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "Nyahsematkan",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "",
"Untitled": "",
"Update": "Kemaskini",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "",
"Users": "Pengguna",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "",
- "Utilize": "Gunakan",
"Valid time units:": "Unit masa yang sah:",
"Valves": "'Valves'",
"Valves updated": "'Valves' dikemaskini",
"Valves updated successfully": "'Valves' berjaya dikemaskini",
"variable": "pembolehubah",
- "variable to have them replaced with clipboard content.": "pembolehubah untuk ia digantikan dengan kandungan papan klip.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Versi",
diff --git a/src/lib/i18n/locales/nb-NO/translation.json b/src/lib/i18n/locales/nb-NO/translation.json
index 6ce4f102b8..d03a1d0b82 100644
--- a/src/lib/i18n/locales/nb-NO/translation.json
+++ b/src/lib/i18n/locales/nb-NO/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Opprett konto",
"Create Admin Account": "Opprett administratorkonto",
"Create Channel": "Opprett kanal",
+ "Create Folder": "",
"Create Group": "Opprett gruppe",
"Create Knowledge": "Opprett kunnskap",
"Create new key": "Lag ny nøkkel",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "f.eks. Verktøy for å gjøre ulike handlinger",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "Rediger kanal",
"Edit Connection": "Rediger tilkobling",
"Edit Default Permissions": "Rediger standard tillatelser",
+ "Edit Folder": "",
"Edit Memory": "Rediger minne",
"Edit User": "Rediger bruker",
"Edit User Group": "Rediger brukergruppe",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Angi Github Raw-URL",
"Enter Google PSE API Key": "Angi API-nøkkel for Google PSE",
"Enter Google PSE Engine Id": "Angi motor-ID for Google PSE",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Kan ikke legge til filen.",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "Kan ikke hente modeller",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Kan ikke lese utklippstavlens innhold",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Flytende strømming av store eksterne svarpakker",
"Focus chat input": "Fokusert chat-inndata",
"Folder deleted successfully": "Mappe slettet",
+ "Folder Name": "",
"Folder name cannot be empty.": "Mappenavn kan ikke være tomt.",
"Folder name updated successfully": "Mappenavn oppdatert",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Inntast kommandoer",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Installer fra GitHub-URL",
"Instant Auto-Send After Voice Transcription": "Øyeblikkelig automatisk sending etter taletranskripsjon",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT-utløp",
"JWT Token": "JWT-token",
"Kagi Search API Key": "API-nøkkel for Kagi Search",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "Nøkkel",
"Keyboard shortcuts": "Hurtigtaster",
"Knowledge": "Kunnskap",
"Knowledge Access": "Tilgang til kunnskap",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Kunnskap opprettet.",
"Knowledge deleted successfully.": "Kunnskap slettet.",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "La stå tomt for å bruke standard ledetekst, eller angi en tilpasset ledetekst",
"Leave model field empty to use the default model.": "La modellfeltet stå tomt for å bruke standard modell.",
"License": "Lisens",
+ "Lift List": "",
"Light": "Lys",
"Listening...": "Lytter ...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "ny-kanal",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Se hva som er nytt",
"Seed": "Seed",
"Select a base model": "Velg en grunnmodell",
+ "Select a conversation to preview": "",
"Select a engine": "Velg en motor",
"Select a function": "Velg en funksjon",
"Select a group": "Velg en gruppe",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Registrer deg for {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "Logger på {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Hvis du vil ha tilgang til WebUI, må du kontakte administrator. Administratorer kan behandle brukeres status fra Admin-panelet.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Hvis du vil legge til kunnskapsbaser her, må du først legge dem til i arbeidsområdet \"Kunnskap\".",
"To learn more about available endpoints, visit our documentation.": "Hvis du vil finne ut mer om tilgjengelige endepunkter, kan du gå til dokumentasjonen vår.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "For å beskytte personvernet ditt deles bare vurderinger, modell-ID-er, etiketter og metadata fra dine tilbakemeldinger. Chattelogger forblir private og inkluderes ikke.",
"To select actions here, add them to the \"Functions\" workspace first.": "Hvis du vil velge handlinger her, må du først legge dem til i arbeidsområdet \"Funksjoner\".",
"To select filters here, add them to the \"Functions\" workspace first.": "Hvis du vil velge filtre her, må du først legge dem til i arbeidsområdet \"Funksjoner\".",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Lås opp mysterier",
"Unpin": "Løsne",
"Unravel secrets": "Avslør hemmeligheter",
+ "Unsupported file type.": "",
"Untagged": "Ikke merket",
"Untitled": "",
"Update": "Oppdater",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "Brukernavn",
"Users": "Brukere",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Bruker standard Arena-modellen med alle modeller. Klikk på plussknappen for å legge til egne modeller.",
- "Utilize": "Bruk",
"Valid time units:": "Gyldige tidsenheter:",
"Valves": "Ventiler",
"Valves updated": "Ventiler oppdatert",
"Valves updated successfully": "Ventilene er oppdatert",
"variable": "variabel",
- "variable to have them replaced with clipboard content.": "variabel for å erstatte dem med utklippstavleinnhold.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Versjon",
diff --git a/src/lib/i18n/locales/nl-NL/translation.json b/src/lib/i18n/locales/nl-NL/translation.json
index fba21595cb..9c1f317c87 100644
--- a/src/lib/i18n/locales/nl-NL/translation.json
+++ b/src/lib/i18n/locales/nl-NL/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Maak account",
"Create Admin Account": "Maak admin-account",
"Create Channel": "Maak kanaal",
+ "Create Folder": "",
"Create Group": "Maak groep",
"Create Knowledge": "Creër kennis",
"Create new key": "Maak nieuwe sleutel",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "Gereedschappen om verschillende bewerkingen uit te voeren",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "Bewerk kanaal",
"Edit Connection": "Bewerk connectie",
"Edit Default Permissions": "Bewerk standaardrechten",
+ "Edit Folder": "",
"Edit Memory": "Bewerk geheugen",
"Edit User": "Wijzig gebruiker",
"Edit User Group": "Bewerk gebruikergroep",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Voer de Github Raw-URL in",
"Enter Google PSE API Key": "Voer de Google PSE API-sleutel in",
"Enter Google PSE Engine Id": "Voer Google PSE Engine-ID in",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Het is niet gelukt om het bestand toe te voegen.",
"Failed to connect to {{URL}} OpenAPI tool server": "Kan geen verbinding maken met {{URL}} OpenAPI gereedschapserver",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "Kan modellen niet ophalen",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Kan klembord inhoud niet lezen",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Stream grote externe responsbrokken vloeiend",
"Focus chat input": "Focus chat input",
"Folder deleted successfully": "Map succesvol verwijderd",
+ "Folder Name": "",
"Folder name cannot be empty.": "Mapnaam kan niet leeg zijn",
"Folder name updated successfully": "Mapnaam succesvol aangepast",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Voer commando's in",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Installeren vanaf Github-URL",
"Instant Auto-Send After Voice Transcription": "Direct automatisch verzenden na spraaktranscriptie",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT Expiration",
"JWT Token": "JWT Token",
"Kagi Search API Key": "Kagi Search API-sleutel",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "Sleutel",
"Keyboard shortcuts": "Toetsenbord snelkoppelingen",
"Knowledge": "Kennis",
"Knowledge Access": "Kennistoegang",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Kennis succesvol aangemaakt",
"Knowledge deleted successfully.": "Kennis succesvol verwijderd",
"Knowledge Public Sharing": "Publieke kennisdeling",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Laat leeg om de standaard prompt te gebruiken, of selecteer een aangepaste prompt",
"Leave model field empty to use the default model.": "Laat modelveld leeg om het standaardmodel te gebruiken.",
"License": "Licentie",
+ "Lift List": "",
"Light": "Licht",
"Listening...": "Aan het luisteren...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "nieuw-kanaal",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Zie wat er nieuw is",
"Seed": "Seed",
"Select a base model": "Selecteer een basismodel",
+ "Select a conversation to preview": "",
"Select a engine": "Selecteer een engine",
"Select a function": "Selecteer een functie",
"Select a group": "Selecteer een groep",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Meld je aan bij {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "Aan het inloggen bij {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Om toegang te krijgen tot de WebUI, neem contact op met de administrator. Beheerders kunnen de gebruikersstatussen beheren vanuit het Beheerderspaneel.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Om hier een kennisbron bij te voegen, voeg ze eerst aan de \"Kennis\" werkplaats toe.",
"To learn more about available endpoints, visit our documentation.": "Om meer over beschikbare endpoints te leren, bezoek onze documentatie.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Om je privacy te beschermen, worden alleen beoordelingen, model-ID's, tags en metadata van je feedback gedeeld - je chatlogs blijven privé en worden niet opgenomen.",
"To select actions here, add them to the \"Functions\" workspace first.": "Om hier acties te selecteren, voeg ze eerst aan de \"Functies\" Werkplaats toe.",
"To select filters here, add them to the \"Functions\" workspace first.": "Om hier filters te selecteren, voeg ze eerst aan de \"Functies\" Werkplaats toe.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Ontsleutel mysteries",
"Unpin": "Losmaken",
"Unravel secrets": "Ontrafel geheimen",
+ "Unsupported file type.": "",
"Untagged": "Ongemarkeerd",
"Untitled": "",
"Update": "Bijwerken",
@@ -1391,14 +1407,14 @@
"User Webhooks": "Gebruiker-webhooks",
"Username": "Gebruikersnaam",
"Users": "Gebruikers",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Het standaard arena-model gebruiken met alle modellen. Klik op de plusknop om aangepaste modellen toe te voegen.",
- "Utilize": "Utilize",
"Valid time units:": "Geldige tijdseenheden:",
"Valves": "Kleppen",
"Valves updated": "Kleppen bijgewerkt",
"Valves updated successfully": "Kleppen succesvol bijgewerkt",
"variable": "variabele",
- "variable to have them replaced with clipboard content.": "variabele om ze te laten vervangen door klembord inhoud.",
"Verify Connection": "Controleer verbinding",
"Verify SSL Certificate": "",
"Version": "Versie",
diff --git a/src/lib/i18n/locales/pa-IN/translation.json b/src/lib/i18n/locales/pa-IN/translation.json
index a7fe6614f2..52004d4123 100644
--- a/src/lib/i18n/locales/pa-IN/translation.json
+++ b/src/lib/i18n/locales/pa-IN/translation.json
@@ -290,6 +290,7 @@
"Create Account": "ਖਾਤਾ ਬਣਾਓ",
"Create Admin Account": "",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "ਨਵੀਂ ਕੁੰਜੀ ਬਣਾਓ",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "",
"Edit User": "ਉਪਭੋਗਤਾ ਸੰਪਾਦਨ ਕਰੋ",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Github ਕੱਚਾ URL ਦਾਖਲ ਕਰੋ",
"Enter Google PSE API Key": "Google PSE API ਕੁੰਜੀ ਦਾਖਲ ਕਰੋ",
"Enter Google PSE Engine Id": "Google PSE ਇੰਜਣ ID ਦਾਖਲ ਕਰੋ",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "ਕਲਿੱਪਬੋਰਡ ਸਮੱਗਰੀ ਪੜ੍ਹਣ ਵਿੱਚ ਅਸਫਲ",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "ਵੱਡੇ ਬਾਹਰੀ ਜਵਾਬ ਚੰਕਾਂ ਨੂੰ ਸਹੀ ਢੰਗ ਨਾਲ ਸਟ੍ਰੀਮ ਕਰੋ",
"Focus chat input": "ਗੱਲਬਾਤ ਇਨਪੁਟ 'ਤੇ ਧਿਆਨ ਦਿਓ",
"Folder deleted successfully": "",
+ "Folder Name": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "ਇਨਪੁਟ ਕਮਾਂਡਾਂ",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Github URL ਤੋਂ ਇੰਸਟਾਲ ਕਰੋ",
"Instant Auto-Send After Voice Transcription": "",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT ਮਿਆਦ ਖਤਮ",
"JWT Token": "JWT ਟੋਕਨ",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "ਕੀਬੋਰਡ ਸ਼ਾਰਟਕਟ",
"Knowledge": "",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "",
"Knowledge deleted successfully.": "",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "ਹਲਕਾ",
"Listening...": "",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "ਨਵਾਂ ਕੀ ਹੈ ਵੇਖੋ",
"Seed": "ਬੀਜ",
"Select a base model": "ਆਧਾਰ ਮਾਡਲ ਚੁਣੋ",
+ "Select a conversation to preview": "",
"Select a engine": "",
"Select a function": "",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"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 learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "",
"Untitled": "",
"Update": "",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "",
"Users": "ਉਪਭੋਗਤਾ",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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": "",
"variable": "ਵੈਰੀਏਬਲ",
- "variable to have them replaced with clipboard content.": "ਕਲਿੱਪਬੋਰਡ ਸਮੱਗਰੀ ਨਾਲ ਬਦਲਣ ਲਈ ਵੈਰੀਏਬਲ।",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "ਵਰਜਨ",
diff --git a/src/lib/i18n/locales/pl-PL/translation.json b/src/lib/i18n/locales/pl-PL/translation.json
index 5467ea063d..6878a9dec5 100644
--- a/src/lib/i18n/locales/pl-PL/translation.json
+++ b/src/lib/i18n/locales/pl-PL/translation.json
@@ -6,14 +6,14 @@
"(latest)": "(najnowszy)",
"(leave blank for to use commercial endpoint)": "",
"[Last] dddd [at] h:mm A": "",
- "[Today at] h:mm A": "",
- "[Yesterday at] h:mm A": "",
- "{{ models }}": "{{ modele }}",
- "{{COUNT}} Available Tools": "",
- "{{COUNT}} characters": "",
- "{{COUNT}} hidden lines": "",
+ "[Today at] h:mm A": "[Dziś o] h:mm A",
+ "[Yesterday at] h:mm A": "[Wczoraj o] h:mm A",
+ "{{ models }}": "{{ models }}",
+ "{{COUNT}} Available Tools": "{{COUNT}} dostępnych narzędzi",
+ "{{COUNT}} characters": "{{COUNT}} znaków",
+ "{{COUNT}} hidden lines": "{{COUNT}} ukrytych linii",
"{{COUNT}} Replies": "{{COUNT}} odpowiedzi",
- "{{COUNT}} words": "",
+ "{{COUNT}} words": "{{COUNT}} słów",
"{{user}}'s Chats": "Czaty użytkownika {{user}}",
"{{webUIName}} Backend Required": "Backend dla {{webUIName}} jest wymagany",
"*Prompt node ID(s) are required for image generation": "Wymagane są identyfikatory węzłów wyzwalających do generowania obrazów.",
@@ -28,7 +28,7 @@
"Account": "Konto",
"Account Activation Pending": "Aktywacja konta w toku",
"Accurate information": "Precyzyjna informacja",
- "Action": "",
+ "Action": "Akcja",
"Actions": "Akcje",
"Activate": "Włącz",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktywuj tę komendę, wpisując \"/{{COMMAND}}\" do pola wprowadzania czatu.",
@@ -65,24 +65,24 @@
"All": "Wszystkie",
"All Documents": "Wszystkie dokumenty",
"All models deleted successfully": "Wszystkie modele zostały usunięte pomyślnie.",
- "Allow Call": "",
+ "Allow Call": "Zezwól na tryb głosowy",
"Allow Chat Controls": "Zezwól na dostęp do ustawień czatu",
"Allow Chat Delete": "Zezwól na usunięcie czatu",
"Allow Chat Deletion": "Zezwól na usuwanie czatu",
"Allow Chat Edit": "Zezwól na edycję czatu",
- "Allow Chat Export": "",
- "Allow Chat Share": "",
- "Allow Chat System Prompt": "",
+ "Allow Chat Export": "Zezwól na eksportowanie",
+ "Allow Chat Share": "Zezwól na udostępnianie",
+ "Allow Chat System Prompt": "Zezwól na zmianę promptu systemowego dla czatu",
"Allow File Upload": "Pozwól na przesyłanie plików",
- "Allow Multiple Models in Chat": "",
+ "Allow Multiple Models in Chat": "Zezwól na wiele modeli w ramach jednego czatu",
"Allow non-local voices": "Pozwól na głosy spoza lokalnej społeczności",
- "Allow Speech to Text": "",
+ "Allow Speech to Text": "Zezwól na transkrypcję",
"Allow Temporary Chat": "Zezwól na tymczasową rozmowę",
- "Allow Text to Speech": "",
+ "Allow Text to Speech": "Zezwól na syntezator głosu",
"Allow User Location": "Zezwól na lokalizację użytkownika",
"Allow Voice Interruption in Call": "Zezwól na przerwanie połączenia głosowego",
"Allowed Endpoints": "Dozwolone punkty końcowe",
- "Allowed File Extensions": "",
+ "Allowed File Extensions": "Dozwolone rozszerzenia plików",
"Allowed file extensions for upload. Separate multiple extensions with commas. Leave empty for all file types.": "",
"Already have an account?": "Czy masz już 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.": "",
@@ -105,7 +105,7 @@
"API Key created.": "Klucz API został utworzony.",
"API Key Endpoint Restrictions": "Ograniczenia punktu końcowego klucza API",
"API keys": "Klucze API",
- "API Version": "",
+ "API Version": "Wersja API",
"Application DN": "Konto techniczne - Format DN",
"Application DN Password": "Hasło do konta technicznego",
"applies to all users with the \"user\" role": "dotyczy wszystkich użytkowników z rolą \"user\"",
@@ -121,7 +121,7 @@
"Are you sure?": "Czy jesteś pewien?",
"Arena Models": "Modele Areny",
"Artifacts": "Artefakty",
- "Ask": "",
+ "Ask": "Zapytaj",
"Ask a question": "Zadaj pytanie",
"Assistant": "Asystent",
"Attach file from knowledge": "",
@@ -143,7 +143,7 @@
"AUTOMATIC1111 Base URL": "Automatic1111 - Domyślny adres URL",
"AUTOMATIC1111 Base URL is required.": "Automatic1111 - Adres podstawowy jest wymagany.",
"Available list": "Dostępna lista",
- "Available Tools": "",
+ "Available Tools": "Dostępne narzędzia",
"available!": "dostępny!",
"Awful": "Okropne",
"Azure AI Speech": "Azure AI Speech",
@@ -159,11 +159,11 @@
"Bing Search V7 Endpoint": "Wyszukiwarka Bing V7 Endpoint",
"Bing Search V7 Subscription Key": "Klucz subskrypcji Wyszukiwarki Bing V7",
"Bocha Search API Key": "Klucz API Bocha Search",
- "Bold": "",
+ "Bold": "Pogrubienie",
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
"Brave Search API Key": "Klucz API wyszukiwania Brave",
- "Bullet List": "",
+ "Bullet List": "Lista punktowana",
"By {{name}}": "Przez {{name}}",
"Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "",
@@ -200,7 +200,7 @@
"Chunk Size": "Rozmiar bloku",
"Ciphers": "Szyfry",
"Citation": "Cytat",
- "Citations": "",
+ "Citations": "Cytaty",
"Clear memory": "Wyczyść pamięć",
"Clear Memory": "Wyczyść pamięć",
"click here": "kliknij tutaj",
@@ -224,7 +224,7 @@
"Close Configure Connection Modal": "",
"Close modal": "",
"Close settings modal": "",
- "Code Block": "",
+ "Code Block": "Blok kodu",
"Code execution": "Wykonanie kodu",
"Code Execution": "Wykonanie kodu",
"Code Execution Engine": "Silnik wykonawczy kodu",
@@ -253,12 +253,12 @@
"Confirm your new password": "Potwierdź nowe hasło",
"Connect to your own OpenAI compatible API endpoints.": "Połącz się ze swoimi własnymi punktami końcowymi API kompatybilnego z OpenAI.",
"Connect to your own OpenAPI compatible external tool servers.": "",
- "Connection failed": "",
- "Connection successful": "",
- "Connection Type": "",
+ "Connection failed": "Połączenie nieudane",
+ "Connection successful": "Połączenie udane",
+ "Connection Type": "Typ połączenia",
"Connections": "Połączenia",
- "Connections saved successfully": "",
- "Connections settings updated": "",
+ "Connections saved successfully": "Połączenia zapisane pomyślnie",
+ "Connections settings updated": "Ustawienia połączeń zaktualizowane",
"Constrains effort on reasoning for reasoning models. Only applicable to reasoning models from specific providers that support reasoning effort.": "",
"Contact Admin for WebUI Access": "Skontaktuj się z administratorem, aby uzyskać dostęp do WebUI.",
"Content": "Treść",
@@ -272,14 +272,14 @@
"Controls": "Ustawienia",
"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text.": "",
"Copied": "Skopiowane",
- "Copied link to clipboard": "",
+ "Copied link to clipboard": "Skopiowano link do schowka",
"Copied shared chat URL to clipboard!": "Skopiowano udostępniony URL czatu do schowka!",
"Copied to clipboard": "Skopiowane do schowka",
"Copy": "Skopiuj",
"Copy Formatted Text": "Skopiuj sformatowany tekst",
"Copy last code block": "Skopiuj ostatni fragment kodu",
"Copy last response": "Skopiuj ostatnią wypowiedź",
- "Copy link": "",
+ "Copy link": "Skopiuj link",
"Copy Link": "Skopiuj link",
"Copy to clipboard": "Wklej do schowka",
"Copying to clipboard was successful!": "Kopiowanie do schowka zakończyło się sukcesem!",
@@ -290,12 +290,13 @@
"Create Account": "Utwórz konto",
"Create Admin Account": "Utwórz konto administratora",
"Create Channel": "Utwórz kanał",
+ "Create Folder": "Utwórz folder",
"Create Group": "Utwórz grupę",
"Create Knowledge": "Utwórz wiedzę",
"Create new key": "Utwórz nowy klucz",
"Create new secret key": "Utwórz nowy secret key",
- "Create Note": "",
- "Create your first note by clicking on the plus button below.": "",
+ "Create Note": "Utwórz notatkę",
+ "Create your first note by clicking on the plus button below.": "Utwórz swoją pierwszą notatkę klikając w plus poniżej.",
"Created at": "Utworzono o",
"Created At": "Utworzono o",
"Created by": "Stworzone przez",
@@ -335,12 +336,12 @@
"Delete All Models": "Usuń Wszystkie Modele",
"Delete chat": "Usuń rozmowę",
"Delete Chat": "Usuń rozmowę",
- "Delete chat?": "Usuń czat?",
- "Delete folder?": "Usuń folder?",
+ "Delete chat?": "Usunąć czat?",
+ "Delete folder?": "Usunąć folder?",
"Delete function?": "Czy na pewno chcesz usunąć funkcję?",
"Delete Message": "Usuń wiadomość",
- "Delete message?": "Usuń wiadomość?",
- "Delete note?": "",
+ "Delete message?": "Usunąć wiadomość?",
+ "Delete note?": "Usunąć notatkę?",
"Delete prompt?": "Czy chcesz usunąć prompt?",
"delete this link": "usuń to połączenie",
"Delete tool?": "Usunąć narzędzie?",
@@ -412,22 +413,23 @@
"e.g. my_tools": "np. moje_narzędzia",
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "np. Narzędzia do wykonywania różnych operacji",
- "e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., 3, 4, 5 (leave blank for default)": "np. 3, 4, 5 (zostaw puste dla domyślnego)",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
- "e.g.) en,fr,de": "",
+ "e.g.) en,fr,de": "np. en,fr,de",
"Edit": "Edytuj",
"Edit Arena Model": "Edytuj model arenę",
"Edit Channel": "Edytuj kanał",
"Edit Connection": "Edytuj połączenie",
"Edit Default Permissions": "Edytuj domyślne uprawnienia",
+ "Edit Folder": "Edytuj folder",
"Edit Memory": "Edytuj pamięć",
"Edit User": "Edytuj profil użytkownika",
"Edit User Group": "Edytuj grupa użytkowników",
"Edited": "",
"Editing": "",
- "Eject": "",
+ "Eject": "Usuń model z pamięci",
"ElevenLabs": "ElevenLabs",
"Email": "Email",
"Embark on adventures": "Wyruszaj na przygody",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "Wprowadź nazwę folderu",
"Enter Github Raw URL": "Wprowadź surowy adres URL usługi GitHub",
"Enter Google PSE API Key": "Wprowadź klucz API Google PSE",
"Enter Google PSE Engine Id": "Wprowadź identyfikator urządzenia Google PSE",
@@ -537,7 +540,7 @@
"Enter the URL to import": "",
"Enter Tika Server URL": "Wprowadź adres URL serwera Tika",
"Enter timeout in seconds": "",
- "Enter to Send": "",
+ "Enter to Send": "Enter aby wysłać",
"Enter Top K": "Wprowadź {Top K}",
"Enter Top K Reranker": "",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Podaj adres URL (np. http://127.0.0.1:7860/)",
@@ -564,7 +567,7 @@
"Error unloading model: {{error}}": "",
"Error uploading file: {{error}}": "Błąd podczas przesyłania pliku: {{error}}",
"Evaluations": "Oceny",
- "Everyone": "",
+ "Everyone": "Każdy",
"Exa API Key": "Klucz API Exa",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "Przykład: (&(objectClass=inetOrgPerson)(uid=%s))",
"Example: ALL": "Przykład: ALL",
@@ -599,18 +602,20 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Nie udało się dodać pliku.",
"Failed to connect to {{URL}} OpenAPI tool server": "",
- "Failed to copy link": "",
+ "Failed to copy link": "Nie udało się skopiować linku",
"Failed to create API Key.": "Nie udało się wygenerować klucza API.",
- "Failed to delete note": "",
+ "Failed to delete note": "Nie udało się usunąć notatki",
"Failed to extract content from the file: {{error}}": "",
"Failed to extract content from the file.": "",
"Failed to fetch models": "Nie udało się pobrać modeli",
- "Failed to generate title": "",
- "Failed to load file content.": "",
+ "Failed to generate title": "Nie udało się wygenerować tytułu",
+ "Failed to load chat preview": "",
+ "Failed to load file content.": "Nie udało się załadować zawartości pliku.",
"Failed to read clipboard contents": "Nie udało się odczytać zawartości schowka",
- "Failed to save connections": "",
+ "Failed to save connections": "Nie udałio się zapisać połączeń",
"Failed to save models configuration": "Nie udało się zapisać konfiguracji modelu",
"Failed to update settings": "Nie udało się zaktualizować ustawień",
"Failed to upload file.": "Nie udało się przesłać pliku.",
@@ -631,7 +636,7 @@
"File Upload": "",
"File uploaded successfully": "Plik został pomyślnie przesłany",
"Files": "Pliki",
- "Filter": "",
+ "Filter": "Filtr",
"Filter is now globally disabled": "Filtr jest teraz globalnie wyłączony",
"Filter is now globally enabled": "Filtr jest teraz globalnie włączony",
"Filters": "Filtry",
@@ -641,14 +646,16 @@
"Fluidly stream large external response chunks": "Płynnie strumieniuj duże fragmenty odpowiedzi zewnętrznych",
"Focus chat input": "Skup się na czacie",
"Folder deleted successfully": "Folder został usunięty pomyślnie",
+ "Folder Name": "Nazwa folderu",
"Folder name cannot be empty.": "Nazwa folderu nie może być pusta.",
"Folder name updated successfully": "Nazwa folderu została zaktualizowana pomyślnie",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
"Follow-Up Auto-Generation": "",
"Followed instructions perfectly": "Wykonał instrukcje idealnie",
- "Force OCR": "",
+ "Force OCR": "Wymuś OCR",
"Force OCR on all pages of the PDF. This can lead to worse results if you have good text in your PDFs. Defaults to False.": "",
"Forge new paths": "Wytyczaj nowe ścieżki",
"Form": "Formularz",
@@ -673,12 +680,12 @@
"Gemini API Config": "Konfiguracja API Gemini",
"Gemini API Key is required.": "Wymagany jest klucz API Gemini.",
"General": "Ogólne",
- "Generate": "",
+ "Generate": "Wygeneruj",
"Generate an image": "Wygeneruj obraz",
"Generate Image": "Wygeneruj obraz",
"Generate prompt pair": "",
"Generating search query": "Tworzenie zapytania wyszukiwania",
- "Generating...": "",
+ "Generating...": "Generowanie...",
"Get information on {{name}} in the UI": "",
"Get started": "Rozpocznij",
"Get started with {{WEBUI_NAME}}": "Rozpocznij pracę z {{WEBUI_NAME}}",
@@ -703,8 +710,8 @@
"Hex Color": "Kolor heksadecymalny",
"Hex Color - Leave empty for default color": "Kolor heksadecymalny - pozostaw puste dla domyślnego koloru",
"Hide": "Ukryj",
- "Hide from Sidebar": "",
- "Hide Model": "",
+ "Hide from Sidebar": "Ukryj z paska bocznego",
+ "Hide Model": "Ukryj model",
"High Contrast Mode": "",
"Home": "Dom",
"Host": "Serwer",
@@ -734,10 +741,10 @@
"Import": "",
"Import Chats": "Importuj czaty",
"Import Config from JSON File": "Importuj konfigurację z pliku JSON",
- "Import From Link": "",
- "Import Functions": "Importowanie funkcji",
- "Import Models": "Importowanie modeli",
- "Import Notes": "",
+ "Import From Link": "Importuj z linku",
+ "Import Functions": "Importuj funkcje",
+ "Import Models": "Importuj modele",
+ "Import Notes": "Importuj notatki",
"Import Presets": "Importuj ustawienia",
"Import Prompt Suggestions": "",
"Import Prompts": "Importuj prompty",
@@ -751,17 +758,18 @@
"Input commands": "Wprowadź polecenia",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instalacja z adresu URL serwisu Github",
"Instant Auto-Send After Voice Transcription": "Automatyczne natychmiastowe wysyłanie po transkrypcji głosowej",
"Integration": "",
"Interface": "Interfejs",
- "Invalid file content": "",
+ "Invalid file content": "Nieprawidłowa zawartość pliku",
"Invalid file format.": "Nieprawidłowy format pliku.",
- "Invalid JSON file": "",
+ "Invalid JSON file": "Nieprawidłowy plik JSON",
"Invalid Tag": "Nieprawidłowy tag",
"is typing...": "Pisanie...",
- "Italic": "",
+ "Italic": "Pochylenie",
"January": "Styczeń",
"Jina API Key": "Klucz API Jiny",
"join our Discord for help.": "Dołącz do naszego Discorda, aby uzyskać pomoc.",
@@ -774,11 +782,13 @@
"JWT Expiration": "Termin ważności JWT",
"JWT Token": "Token JWT",
"Kagi Search API Key": "Klucz API Kagi Search",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "Klucz",
"Keyboard shortcuts": "Skróty klawiszowe",
"Knowledge": "Wiedza",
"Knowledge Access": "Dostęp do wiedzy",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Pomyślnie utworzona wiedza.",
"Knowledge deleted successfully.": "Wiedza została usunięta pomyślnie.",
"Knowledge Public Sharing": "",
@@ -790,7 +800,7 @@
"Landing Page Mode": "Tryb strony głównej",
"Language": "Język",
"Language Locales": "",
- "Languages": "",
+ "Languages": "Języki",
"Last Active": "Ostatnio aktywny",
"Last Modified": "Ostatnia modyfikacja",
"Last reply": "Ostatnia odpowiedź",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Pozostaw puste, aby użyć domyślnego promptu, lub wprowadź niestandardowy prompt",
"Leave model field empty to use the default model.": "Pozostaw pole modelu puste, aby użyć domyślnego modelu.",
"License": "Licencja",
+ "Lift List": "",
"Light": "Jasny",
"Listening...": "Słuchanie...",
"Llama.cpp": "Llama.cpp",
@@ -859,13 +870,13 @@
"Model {{modelId}} not found": "Model o identyfikatorze {{modelId}} nie został znaleziony.",
"Model {{modelName}} is not vision capable": "Model {{modelName}} nie jest zdolny do widzenia",
"Model {{name}} is now {{status}}": "Model {{name}} jest teraz {{status}}",
- "Model {{name}} is now hidden": "",
- "Model {{name}} is now visible": "",
- "Model accepts file inputs": "",
- "Model accepts image inputs": "Model przyjmuje wejścia obrazowe",
- "Model can execute code and perform calculations": "",
- "Model can generate images based on text prompts": "",
- "Model can search the web for information": "",
+ "Model {{name}} is now hidden": "Model {{name}} jest teraz ukryty",
+ "Model {{name}} is now visible": "Model {{name}} jest teraz widoczny",
+ "Model accepts file inputs": "Model przyjmuje pliki",
+ "Model accepts image inputs": "Model przyjmuje obrazy",
+ "Model can execute code and perform calculations": "Model może wykonywać kod i przeprowadzać obliczenia",
+ "Model can generate images based on text prompts": "Model może generować obrazy bazując na tekstowych promptach",
+ "Model can search the web for information": "Model może wyszukiwać informacje w sieci Web",
"Model created successfully!": "Model utworzony pomyślnie!",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Wykryto ścieżkę systemu plików modelu. Podanie krótkiej nazwy modelu jest wymagane do aktualizacji, nie można kontynuować.",
"Model Filtering": "Filtracja modeli",
@@ -890,18 +901,19 @@
"Name your knowledge base": "Nazwij swoją bazę wiedzy",
"Native": "Rodzimy",
"New Chat": "Nowy czat",
- "New Folder": "Nowy Folder",
- "New Function": "",
- "New Note": "",
+ "New Folder": "Nowy folder",
+ "New Function": "Nowa funkcja",
+ "New Note": "Nowa notatka",
"New Password": "Nowe hasło",
- "New Tool": "",
+ "New Tool": "Nowe narzędzie",
"new-channel": "nowy-kanał",
- "Next message": "",
- "No chats found for this user.": "",
- "No chats found.": "",
- "No content": "",
+ "Next message": "Następna wiadomość",
+ "No chats found": "Nie znaleziono czatów",
+ "No chats found for this user.": "Nie znaleziono czatów tego użytkownika.",
+ "No chats found.": "Nie znaleziono czatów.",
+ "No content": "Brak zawartości",
"No content found": "Nie znaleziono żadnej zawartości.",
- "No content found in file.": "",
+ "No content found in file.": "Brak zawartości w pliku.",
"No content to speak": "Brak treści do omówienia",
"No distance available": "Brak dostępnej odległości",
"No feedbacks found": "Nie znaleziono żadnych opinii",
@@ -914,7 +926,7 @@
"No model IDs": "Brak identyfikatorów modeli",
"No models found": "Nie znaleziono modeli",
"No models selected": "Brak wybranych modeli",
- "No Notes": "",
+ "No Notes": "Brak notatek",
"No results found": "Brak wyników",
"No search query generated": "Nie wygenerowano żadnego zapytania wyszukiwania",
"No source available": "Źródło nie jest dostępne.",
@@ -923,9 +935,9 @@
"None": "Brak",
"Not factually correct": "Niezgodne z rzeczywistością",
"Not helpful": "Nieprzydatne",
- "Note deleted successfully": "",
+ "Note deleted successfully": "Notatka została usunięta",
"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 określisz minimalną punktację, wyszukiwanie zwróci tylko dokumenty o wyniku równym lub wyższym niż minimalna punktacja.",
- "Notes": "Uwagi",
+ "Notes": "Notatki",
"Notification Sound": "Dźwięk powiadomienia",
"Notification Webhook": "Powiadomienie Webhook",
"Notifications": "Powiadomienia",
@@ -956,7 +968,7 @@
"Open in full screen": "Otwórz na pełny ekran",
"Open modal to configure connection": "",
"Open new chat": "Otwórz nową rozmowę",
- "Open WebUI can use tools provided by any OpenAPI server.": "",
+ "Open WebUI can use tools provided by any OpenAPI server.": "Open WebUI może używać narzędzi dostarczanych przez serwery OpenAPI.",
"Open WebUI uses faster-whisper internally.": "Open WebUI korzysta wewnętrznie z szybszego faster-whisper.",
"Open WebUI uses SpeechT5 and CMU Arctic speaker embeddings.": "Otwarta WebUI wykorzystuje SpeechT5 i wbudowane zbiory danych mówcy CMU Arctic.",
"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Wersja Open WebUI (v{{OPEN_WEBUI_VERSION}}) jest niższa niż wymagana wersja (v{{REQUIRED_VERSION}})",
@@ -969,7 +981,7 @@
"openapi.json URL or Path": "",
"Options for running a local vision-language model in the picture description. The parameters refer to a model hosted on Hugging Face. This parameter is mutually exclusive with picture_description_api.": "",
"or": "lub",
- "Ordered List": "",
+ "Ordered List": "Lista numerowana",
"Organize your users": "Zorganizuj swoich użytkowników",
"Other": "Pozostałe",
"OUTPUT": "WYNIKI",
@@ -978,7 +990,7 @@
"Overview": "Przegląd",
"page": "strona",
"Paginate": "",
- "Parameters": "",
+ "Parameters": "Parametry",
"Password": "Hasło",
"Paste Large Text as File": "Wklej duży tekst jako plik",
"PDF document (.pdf)": "Dokument PDF (.pdf)",
@@ -1007,7 +1019,7 @@
"Pipelines": "Przepływy",
"Pipelines Not Detected": "Przepływ nie wykryty",
"Pipelines Valves": "Przepływy i Zawory",
- "Plain text (.md)": "",
+ "Plain text (.md)": "Zwykły tekst (.md)",
"Plain text (.txt)": "Zwykły tekst (.txt)",
"Playground": "Plac zabaw",
"Playwright Timeout (ms)": "",
@@ -1026,15 +1038,15 @@
"Prefix ID": "Identyfikator prefiksu",
"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "ID prefiksu jest używane do unikania konfliktów z innymi połączeniami poprzez dodanie prefiksu do ID modelu - pozostaw puste, aby wyłączyć",
"Prevent file creation": "",
- "Preview": "",
+ "Preview": "Podgląd",
"Previous 30 days": "Ostatnie 30 dni",
"Previous 7 days": "Ostatnie 7 dni",
- "Previous message": "",
- "Private": "",
+ "Previous message": "Poprzednia wiadomość",
+ "Private": "Prywatne",
"Profile Image": "Zdjęcie profilowe",
"Prompt": "Wprowadź prompt: ",
"Prompt (e.g. Tell me a fun fact about the Roman Empire)": "Prompt (np. podaj ciekawostkę o Imperium Rzymskim)",
- "Prompt Autocompletion": "",
+ "Prompt Autocompletion": "Autouzupełnianie promptu",
"Prompt Content": "Treść promptu",
"Prompt created successfully": "Prompt został utworzony pomyślnie",
"Prompt suggestions": "Sugestie promptów",
@@ -1051,9 +1063,9 @@
"Re-rank models by topic similarity": "Ponowny ranking modeli według podobieństwa tematycznego",
"Read": "Czytaj",
"Read Aloud": "Czytaj na głos",
- "Reason": "",
+ "Reason": "Powód",
"Reasoning Effort": "Wysiłek rozumowania",
- "Record": "",
+ "Record": "Nagraj",
"Record voice": "Nagraj swój głos",
"Redirecting you to Open WebUI Community": "Przekierowujemy Cię do społeczności Open WebUI",
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
@@ -1064,7 +1076,7 @@
"Reindex": "",
"Reindex Knowledge Base Vectors": "",
"Release Notes": "Notatki do wydania",
- "Releases": "",
+ "Releases": "Wydania",
"Relevance": "Trafność",
"Relevance Threshold": "",
"Remember Dismissal": "",
@@ -1118,7 +1130,7 @@
"Search Functions": "Funkcje wyszukiwania",
"Search Knowledge": "Przeszukaj wiedzę",
"Search Models": "Wyszukiwanie modeli",
- "Search Notes": "",
+ "Search Notes": "Wyszukiwanie notatek",
"Search options": "Opcje wyszukiwania",
"Search Prompts": "Szukaj promptów",
"Search Result Count": "Liczba wyników wyszukiwania",
@@ -1129,12 +1141,13 @@
"Searched {{count}} sites": "Przeszukano {{count}} stron",
"Searching \"{{searchQuery}}\"": "Wyszukiwanie \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "Przeszukiwanie wiedzy dla \"{{searchQuery}}\"",
- "Searching the web...": "",
+ "Searching the web...": "Przeszukuję sieć Web...",
"Searxng Query URL": "Adres URL zapytania Searxng",
"See readme.md for instructions": "Sprawdź readme.md dla instrukcji",
"See what's new": "Sprawdź nowości",
"Seed": "Seed",
"Select a base model": "Wybór modelu bazowego",
+ "Select a conversation to preview": "",
"Select a engine": "Wybierz silnik",
"Select a function": "Wybierz funkcję",
"Select a group": "Wybierz grupę",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Zarejestruj się w {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "Logowanie do {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1219,7 +1233,7 @@
"Stop Generating": "",
"Stop Sequence": "Zatrzymaj sekwencję",
"Stream Chat Response": "Strumieniowanie odpowiedzi z czatu",
- "Strikethrough": "",
+ "Strikethrough": "Przekreślenie",
"Strip Existing OCR": "",
"Strip existing OCR text from the PDF and re-run OCR. Ignored if Force OCR is enabled. Defaults to False.": "",
"STT Model": "Model STT",
@@ -1242,7 +1256,7 @@
"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.": "",
"Talk to model": "",
"Tap to interrupt": "Kliknij, aby przerwać",
- "Task List": "",
+ "Task List": "Lista zadań",
"Task Model": "",
"Tasks": "Zadania",
"Tavily API Key": "Klucz API Tavily",
@@ -1251,7 +1265,7 @@
"Temperature": "Temperatura",
"Temporary Chat": "Tymczasowa rozmowa",
"Text Splitter": "Rozdzielacz tekstu",
- "Text-to-Speech": "",
+ "Text-to-Speech": "Syntezator mowy",
"Text-to-Speech Engine": "Silnik konwersji tekstu na mowę",
"Thanks for your feedback!": "Dziękujemy za twoją opinię!",
"The Application Account DN you bind with for search": "Konto techniczne w formacie DN, z którym się wiążesz w celu przeszukiwania",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Aby uzyskać dostęp do interfejsu WebUI, skontaktuj się z administratorem. Administratorzy mogą zarządzać statusami użytkowników z Panelu Administracyjnego.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Aby dołączyć bazę wiedzy tutaj, dodaj je najpierw do przestrzeni roboczej \"Wiedza\". ",
"To learn more about available endpoints, visit our documentation.": "Aby dowiedzieć się więcej o dostępnych punktach końcowych, odwiedź naszą dokumentację.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Aby chronić Twoją prywatność, udostępniane są tylko oceny, identyfikatory modeli, tagi i metadane z Twoich opinii – Twoje dzienniki czatu pozostają prywatne i nie są uwzględniane.",
"To select actions here, add them to the \"Functions\" workspace first.": "Aby wybrać działania tutaj, najpierw dodaj je do przestrzeni roboczej \"Funkcje\".",
"To select filters here, add them to the \"Functions\" workspace first.": "Aby wybrać filtry tutaj, najpierw dodaj je do przestrzeni roboczej \"Funkcje\".",
@@ -1351,11 +1366,12 @@
"Unarchive All": "Odarchiwizuj wszystko",
"Unarchive All Archived Chats": "Odarchiwizuj wszystkie zarchiwizowane rozmowy",
"Unarchive Chat": "Odarchiwizuj czat",
- "Underline": "",
+ "Underline": "Podkreślenie",
"Unloads {{FROM_NOW}}": "",
"Unlock mysteries": "Rozwiązywanie zagadek",
"Unpin": "Odpiąć",
"Unravel secrets": "Odkryj tajemnice",
+ "Unsupported file type.": "",
"Untagged": "Nie otagowane",
"Untitled": "",
"Update": "Aktualizacja",
@@ -1368,7 +1384,7 @@
"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "Przejdź na licencjonowany plan, aby uzyskać rozszerzone możliwości, w tym niestandardowe motywy, personalizację oraz dedykowane wsparcie.",
"Upload": "Prześlij",
"Upload a GGUF model": "Prześlij model GGUF",
- "Upload Audio": "",
+ "Upload Audio": "Prześlij audio",
"Upload directory": "Prześlij katalog",
"Upload files": "Prześlij pliki",
"Upload Files": "Prześlij pliki",
@@ -1391,14 +1407,14 @@
"User Webhooks": "Webhooki użytkownika",
"Username": "Nazwa użytkownika",
"Users": "Użytkownicy",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Korzystanie z domyślnego modelu areny ze wszystkimi modelami. Kliknij przycisk plus, aby dodać niestandardowe modele.",
- "Utilize": "Wykorzystaj",
"Valid time units:": "Dozwolone jednostki czasu:",
"Valves": "Zawory",
"Valves updated": "Zawory zaktualizowane",
"Valves updated successfully": "Zawory zaktualizowane pomyślnie",
"variable": "zmienna",
- "variable to have them replaced with clipboard content.": "Zmienna, która ma zostać zastąpiona zawartością schowka.",
"Verify Connection": "Sprawdź połączenie",
"Verify SSL Certificate": "Sprawdź certyfikat SSL",
"Version": "Wersja",
@@ -1425,9 +1441,9 @@
"Webhook URL": "Adres URL webhooka",
"WebUI Settings": "Ustawienia interfejsu WebUI",
"WebUI URL": "Adres URL interfejsu internetowego",
- "WebUI will make requests to \"{{url}}\"": "",
- "WebUI will make requests to \"{{url}}/api/chat\"": "WebUI będzie wysyłać żądania do \"{{url}}/api/chat\".",
- "WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI będzie wysyłać żądania do \"{{url}}/chat/completions\".",
+ "WebUI will make requests to \"{{url}}\"": "WebUI będzie wysyłać żądania do \"{{url}}\"",
+ "WebUI will make requests to \"{{url}}/api/chat\"": "WebUI będzie wysyłać żądania do \"{{url}}/api/chat\"",
+ "WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI będzie wysyłać żądania do \"{{url}}/chat/completions\"",
"Weight of BM25 Retrieval": "",
"What are you trying to achieve?": "Do czego dążysz?",
"What are you working on?": "Nad czym pracujesz?",
@@ -1451,7 +1467,7 @@
"Yacy Username": "",
"Yesterday": "Wczoraj",
"You": "Ty",
- "You are currently using a trial license. Please contact support to upgrade your license.": "",
+ "You are currently using a trial license. Please contact support to upgrade your license.": "Obecnie używasz licencji trial. Skontaktuj się z supportem, aby zupgradować Twoją licencję.",
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Możesz rozmawiać jednocześnie maksymalnie z {{maxCount}} plikiem(i).",
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Możesz spersonalizować swoje interakcje z LLM, dodając wspomnienia za pomocą przycisku 'Zarządzaj' poniżej, dzięki czemu będą one bardziej pomocne i dostosowane do Ciebie.",
"You cannot upload an empty file.": "Nie możesz przesłać pustego pliku.",
diff --git a/src/lib/i18n/locales/pt-BR/translation.json b/src/lib/i18n/locales/pt-BR/translation.json
index 438f5d687f..149eb1e3ed 100644
--- a/src/lib/i18n/locales/pt-BR/translation.json
+++ b/src/lib/i18n/locales/pt-BR/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Criar Conta",
"Create Admin Account": "Criar Conta de Admin",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "Criar Grupo",
"Create Knowledge": "Criar Conhecimento",
"Create new key": "Criar nova chave",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "Exemplo: Ferramentas para executar operações diversas",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "Editar Conexão",
"Edit Default Permissions": "Editar Permissões Padrão",
+ "Edit Folder": "",
"Edit Memory": "Editar Memória",
"Edit User": "Editar Usuário",
"Edit User Group": "Editar Grupo de Usuários",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Digite a URL bruta do Github",
"Enter Google PSE API Key": "Digite a Chave API do Google PSE",
"Enter Google PSE Engine Id": "Digite o ID do Motor do Google PSE",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Falha ao adicionar arquivo.",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Falha ao ler o conteúdo da área de transferência",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Transmitir fluentemente grandes blocos de respostas externas",
"Focus chat input": "Focar entrada de chat",
"Folder deleted successfully": "Pasta excluída com sucesso",
+ "Folder Name": "",
"Folder name cannot be empty.": "Nome da pasta não pode estar vazio.",
"Folder name updated successfully": "Nome da pasta atualizado com sucesso",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Comandos de entrada",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instalar da URL do Github",
"Instant Auto-Send After Voice Transcription": "Envio Automático Instantâneo Após Transcrição de Voz",
@@ -774,11 +782,13 @@
"JWT Expiration": "Expiração do JWT",
"JWT Token": "Token JWT",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "Chave",
"Keyboard shortcuts": "Atalhos de Teclado",
"Knowledge": "Conhecimento",
"Knowledge Access": "Acesso ao Conhecimento",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Conhecimento criado com sucesso.",
"Knowledge deleted successfully.": "Conhecimento excluído com sucesso.",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Deixe vazio para usar o prompt padrão, ou insira um prompt personalizado",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "Claro",
"Listening...": "Escutando...",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Veja o que há de novo",
"Seed": "Seed",
"Select a base model": "Selecione um modelo base",
+ "Select a conversation to preview": "",
"Select a engine": "Selecione um motor",
"Select a function": "Selecione uma função",
"Select a group": "Selecionar grupo",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Inscreva-se em {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "Fazendo login em {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Para acessar a WebUI, entre em contato com o administrador. Os administradores podem gerenciar os status dos usuários no Painel de Administração.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Para anexar a base de conhecimento aqui, adicione-os ao espaço de trabalho \"Conhecimento\" primeiro.",
"To learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"To protect your privacy, only ratings, model IDs, tags, and metadata are shared from your feedback—your chat logs remain private and are not included.": "Para proteger sua privacidade, apenas classificações, IDs de modelo, tags e metadados são compartilhados a partir de seus comentários – seus registros de bate-papo permanecem privados e não são incluídos.",
"To select actions here, add them to the \"Functions\" workspace first.": "Para selecionar ações aqui, adicione-os ao espaço de trabalho \"Ações\" primeiro.",
"To select filters here, add them to the \"Functions\" workspace first.": "Para selecionar filtros aqui, adicione-os ao espaço de trabalho \"Funções\" primeiro.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Desvendar mistérios",
"Unpin": "Desfixar",
"Unravel secrets": "Desvendar segredos",
+ "Unsupported file type.": "",
"Untagged": "Sem tag",
"Untitled": "",
"Update": "Atualizar",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "Nome do Usuário",
"Users": "Usuários",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Usando a arena de modelos padrão para todos os modelos. Clique no botão mais para adicionar modelos personalizados.",
- "Utilize": "Utilizar",
"Valid time units:": "Unidades de tempo válidas:",
"Valves": "Válvulas",
"Valves updated": "Válvulas atualizadas",
"Valves updated successfully": "Válvulas atualizadas com sucesso",
"variable": "variável",
- "variable to have them replaced with clipboard content.": "variável para ser substituída pelo conteúdo da área de transferência.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Versão",
diff --git a/src/lib/i18n/locales/pt-PT/translation.json b/src/lib/i18n/locales/pt-PT/translation.json
index f27f08feaa..2ce1b9db01 100644
--- a/src/lib/i18n/locales/pt-PT/translation.json
+++ b/src/lib/i18n/locales/pt-PT/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Criar Conta",
"Create Admin Account": "",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "Criar nova chave",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "",
"Edit User": "Editar Utilizador",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Escreva o URL cru do Github",
"Enter Google PSE API Key": "Escreva a chave da API PSE do Google",
"Enter Google PSE Engine Id": "Escreva o ID do mecanismo PSE do Google",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Falha ao ler o conteúdo da área de transferência",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Transmita com fluidez grandes blocos de resposta externa",
"Focus chat input": "Focar na conversa",
"Folder deleted successfully": "",
+ "Folder Name": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Comandos de entrada",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instalar a partir do URL do Github",
"Instant Auto-Send After Voice Transcription": "Enviar automaticamente depois da transcrição da voz",
@@ -774,11 +782,13 @@
"JWT Expiration": "Expiração JWT",
"JWT Token": "Token JWT",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "Atalhos de teclado",
"Knowledge": "Conhecimento",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "",
"Knowledge deleted successfully.": "",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "Claro",
"Listening...": "A escutar...",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Veja o que há de novo",
"Seed": "Semente",
"Select a base model": "Selecione um modelo base",
+ "Select a conversation to preview": "",
"Select a engine": "Selecione um motor",
"Select a function": "",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Para aceder ao WebUI, entre em contato com o administrador. Os administradores podem gerir o status dos utilizadores no Painel de Administração.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "",
"To learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "",
"Untitled": "",
"Update": "",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "",
"Users": "Utilizadores",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "",
- "Utilize": "Utilizar",
"Valid time units:": "Unidades de tempo válidas:",
"Valves": "",
"Valves updated": "",
"Valves updated successfully": "",
"variable": "variável",
- "variable to have them replaced with clipboard content.": "variável para que sejam substituídos pelo conteúdo da área de transferência.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Versão",
diff --git a/src/lib/i18n/locales/ro-RO/translation.json b/src/lib/i18n/locales/ro-RO/translation.json
index 15bc82bad9..f9bc752b95 100644
--- a/src/lib/i18n/locales/ro-RO/translation.json
+++ b/src/lib/i18n/locales/ro-RO/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Creează Cont",
"Create Admin Account": "",
"Create Channel": "Creează canal",
+ "Create Folder": "",
"Create Group": "Creează grup",
"Create Knowledge": "Creează cunoștințe",
"Create new key": "Creează cheie nouă",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "Editează canalul",
"Edit Connection": "Editează conexiunea",
"Edit Default Permissions": "Editează permisiunile implicite",
+ "Edit Folder": "",
"Edit Memory": "Editează Memorie",
"Edit User": "Editează Utilizator",
"Edit User Group": "Editează grupul de utilizatori",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Introduceți URL-ul Raw de pe Github",
"Enter Google PSE API Key": "Introduceți Cheia API Google PSE",
"Enter Google PSE Engine Id": "Introduceți ID-ul Motorului Google PSE",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Eșec la adăugarea fișierului.",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Citirea conținutului clipboard-ului a eșuat",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Transmite fluent blocuri mari de răspuns extern",
"Focus chat input": "Focalizează câmpul de intrare pentru conversație",
"Folder deleted successfully": "Folder șters cu succes",
+ "Folder Name": "",
"Folder name cannot be empty.": "Numele folderului nu poate fi gol.",
"Folder name updated successfully": "Numele folderului a fost actualizat cu succes",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Comenzi de intrare",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instalează de la URL-ul Github",
"Instant Auto-Send After Voice Transcription": "Trimitere Automată Instantanee După Transcrierea Vocii",
@@ -774,11 +782,13 @@
"JWT Expiration": "Expirarea JWT",
"JWT Token": "Token JWT",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "Scurtături de la Tastatură",
"Knowledge": "Cunoștințe",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Cunoașterea a fost creată cu succes.",
"Knowledge deleted successfully.": "Cunoștințele au fost șterse cu succes.",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Lăsați gol pentru a utiliza promptul implicit sau introduceți un prompt personalizat",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "Luminos",
"Listening...": "Ascult...",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Vezi ce e nou",
"Seed": "",
"Select a base model": "Selectează un model de bază",
+ "Select a conversation to preview": "",
"Select a engine": "Selectează un motor",
"Select a function": "Selectează o funcție",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Înregistrează-te la {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "Autentificare în {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Pentru a accesa WebUI, vă rugăm să contactați administratorul. Administratorii pot gestiona statusurile utilizatorilor din Panoul de Administrare.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Pentru a atașa baza de cunoștințe aici, adăugați-o mai întâi în spațiul de lucru \"Knowledge\".",
"To learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Pentru a vă proteja confidențialitatea, doar evaluările, ID-urile modelelor, etichetele și metadatele sunt partajate din feedback-ul dumneavoastră—jurnalele de chat rămân private și nu sunt incluse.",
"To select actions here, add them to the \"Functions\" workspace first.": "Pentru a selecta acțiuni aici, adăugați-le mai întâi în spațiul de lucru \"Funcții\".",
"To select filters here, add them to the \"Functions\" workspace first.": "Pentru a selecta filtrele aici, adăugați-le mai întâi în spațiul de lucru \"Funcții\".",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "Anulează Fixarea",
"Unravel secrets": "Dezvăluie secretele",
+ "Unsupported file type.": "",
"Untagged": "Netichetat",
"Untitled": "",
"Update": "Actualizează",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "",
"Users": "Utilizatori",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Folosind modelul implicit de arenă cu toate modelele. Faceți clic pe butonul plus pentru a adăuga modele personalizate.",
- "Utilize": "Utilizează",
"Valid time units:": "Unități de timp valide:",
"Valves": "Valve",
"Valves updated": "Valve actualizate",
"Valves updated successfully": "Valve actualizate cu succes",
"variable": "variabilă",
- "variable to have them replaced with clipboard content.": "variabilă pentru a fi înlocuite cu conținutul clipboard-ului.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Versiune",
diff --git a/src/lib/i18n/locales/ru-RU/translation.json b/src/lib/i18n/locales/ru-RU/translation.json
index 511f48084d..e51ab5cb49 100644
--- a/src/lib/i18n/locales/ru-RU/translation.json
+++ b/src/lib/i18n/locales/ru-RU/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Создать аккаунт",
"Create Admin Account": "Создать аккаунт Администратора",
"Create Channel": "Создать канал",
+ "Create Folder": "",
"Create Group": "Создать группу",
"Create Knowledge": "Создать знание",
"Create new key": "Создать новый ключ",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "например, pdf, docx, txt",
"e.g. Tools for performing various operations": "например, инструменты для выполнения различных операций",
"e.g., 3, 4, 5 (leave blank for default)": "например, 3, 4, 5 (оставьте поле пустым по умолчанию)",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "например, en-US,ja-JP (оставьте поле пустым для автоматического определения)",
"e.g., westus (leave blank for eastus)": "например, западный (оставьте пустым для восточного)",
"e.g.) en,fr,de": "например) en,fr,de",
@@ -422,6 +423,7 @@
"Edit Channel": "Редактировать канал",
"Edit Connection": "Изменить соединение",
"Edit Default Permissions": "Изменить разрешения по умолчанию",
+ "Edit Folder": "",
"Edit Memory": "Редактировать воспоминание",
"Edit User": "Редактировать пользователя",
"Edit User Group": "Редактировать Пользовательскую Группу",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "Введите URL-адрес внешнего веб-поиска",
"Enter Firecrawl API Base URL": "Введите базовый URL-адрес Firecrawl API",
"Enter Firecrawl API Key": "Введите ключ API для Firecrawl",
+ "Enter folder name": "",
"Enter Github Raw URL": "Введите необработанный URL-адрес Github",
"Enter Google PSE API Key": "Введите ключ API Google PSE",
"Enter Google PSE Engine Id": "Введите Id движка Google PSE",
@@ -599,6 +602,7 @@
"External Web Loader URL": "URL-адрес внешнего веб-загрузчика",
"External Web Search API Key": "Внешний ключ API веб-поиска",
"External Web Search URL": "URL-адрес внешнего веб-поиска",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Не удалось добавить файл.",
"Failed to connect to {{URL}} OpenAPI tool server": "Не удалось подключиться к серверу инструмента OpenAI {{URL}}",
"Failed to copy link": "Не удалось скопировать ссылку",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "Не удалось получить модели",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "Не удалось загрузить содержимое файла.",
"Failed to read clipboard contents": "Не удалось прочитать содержимое буфера обмена",
"Failed to save connections": "Не удалось сохранить подключения",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Плавная потоковая передача больших фрагментов внешних ответов",
"Focus chat input": "Фокус ввода чата",
"Folder deleted successfully": "Папка успешно удалена",
+ "Folder Name": "",
"Folder name cannot be empty.": "Название папки не может быть пустым.",
"Folder name updated successfully": "Название папки успешно обновлено",
+ "Folder updated successfully": "",
"Follow up": "Продолжить",
"Follow Up Generation": "Генерация продолжения",
"Follow Up Generation Prompt": "Промпт генерации продолжения",
@@ -751,6 +758,7 @@
"Input commands": "Введите команды",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Установка с URL-адреса Github",
"Instant Auto-Send After Voice Transcription": "Мгновенная автоматическая отправка после расшифровки голоса",
@@ -774,11 +782,13 @@
"JWT Expiration": "Истечение срока JWT",
"JWT Token": "Токен JWT",
"Kagi Search API Key": "API ключ поиска Kagi",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "Оставить на боковой панели",
"Key": "Ключ",
"Keyboard shortcuts": "Горячие клавиши",
"Knowledge": "Знания",
"Knowledge Access": "Доступ к знаниям",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Знания созданы успешно.",
"Knowledge deleted successfully.": "Знания успешно удалены.",
"Knowledge Public Sharing": "Публичный обмен знаниями",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Оставьте пустым, чтобы использовать промпт по умолчанию, или введите пользовательский промпт",
"Leave model field empty to use the default model.": "Оставьте поле model пустым, чтобы использовать модель по умолчанию.",
"License": "Лицензия",
+ "Lift List": "",
"Light": "Светлый",
"Listening...": "Слушаю...",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "Новый инструмент",
"new-channel": "",
"Next message": "Следующее сообщение",
+ "No chats found": "",
"No chats found for this user.": "Для этого пользователя не найдено ни одного чата.",
"No chats found.": "Не найдено ни одного чата",
"No content": "Нет контента",
@@ -1135,6 +1147,7 @@
"See what's new": "Посмотреть, что нового",
"Seed": "",
"Select a base model": "Выберите базовую модель",
+ "Select a conversation to preview": "",
"Select a engine": "Выберите движок",
"Select a function": "Выберите функцию",
"Select a group": "Выбрать группу",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Регистрация в {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "Значительно повышает точность за счет использования LLM для улучшения работы с таблицами, формами, встроенной математикой и распознавания макета. Увеличивает задержку. По умолчанию установлено значение Вкл.",
"Signing in to {{WEBUI_NAME}}": "Зарегистрироваться в {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "Пропустить кэширование",
"Skip the cache and re-run the inference. Defaults to False.": "Пропустить кэширование и перезапустить вывод. По умолчанию установлено значение Выкл.",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Чтобы получить доступ к WebUI, пожалуйста, обратитесь к администратору. Администраторы могут управлять статусами пользователей из панели администратора.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Чтобы прикрепить сюда базу знаний, сначала добавьте её в \"Знания\" рабочего пространства.",
"To learn more about available endpoints, visit our documentation.": "Чтобы узнать больше о доступных энд-поинтах, ознакомьтесь с нашей документацией.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Чтобы выбрать фильтры, сначала добавьте их в \"Функции\" рабочего пространства.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Разблокируйте тайны",
"Unpin": "Открепить",
"Unravel secrets": "Разгадать секреты",
+ "Unsupported file type.": "",
"Untagged": "Без тегов",
"Untitled": "Без заголовка",
"Update": "Обновить",
@@ -1391,14 +1407,14 @@
"User Webhooks": "Пользовательские веб-хуки",
"Username": "Имя пользователя",
"Users": "Пользователи",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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": "Вентили успешно обновлены",
"variable": "переменная",
- "variable to have them replaced with clipboard content.": "переменную, чтобы заменить их содержимым буфера обмена.",
"Verify Connection": "Проверить подключение",
"Verify SSL Certificate": "Проверять SSL-сертификат",
"Version": "Версия",
diff --git a/src/lib/i18n/locales/sk-SK/translation.json b/src/lib/i18n/locales/sk-SK/translation.json
index 264b2e824d..d4de8af937 100644
--- a/src/lib/i18n/locales/sk-SK/translation.json
+++ b/src/lib/i18n/locales/sk-SK/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Vytvoriť účet",
"Create Admin Account": "Vytvoriť admin účet",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "Vytvoriť skupinu",
"Create Knowledge": "Vytvoriť knowledge",
"Create new key": "Vytvoriť nový kľúč",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "Upraviť pamäť",
"Edit User": "Upraviť užívateľa",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"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",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Nepodarilo sa pridať súbor.",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Nepodarilo sa prečítať obsah schránky",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"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": "",
"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ý.",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Vstupné príkazy",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Inštalácia z URL adresy Githubu",
"Instant Auto-Send After Voice Transcription": "Okamžité automatické odoslanie po prepisu hlasu",
@@ -774,11 +782,13 @@
"JWT Expiration": "Vypršanie platnosti JWT (JSON Web Token)",
"JWT Token": "JWT Token (JSON Web Token)",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "Klávesové skratky",
"Knowledge": "Znalosti",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Znalosť úspešne vytvorená.",
"Knowledge deleted successfully.": "Znalosti boli úspešne odstránené.",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"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.",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "Svetlo",
"Listening...": "Počúvanie...",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Pozrite sa, čo je nové",
"Seed": "Semienko",
"Select a base model": "Vyberte základný model",
+ "Select a conversation to preview": "",
"Select a engine": "Vyberte engine",
"Select a function": "Vyberte funkciu",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Zaregistrujte sa na {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "Prihlasovanie do {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"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 learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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“.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "Odopnúť",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "Nebola označená",
"Untitled": "",
"Update": "Aktualizovať",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "Používateľské meno",
"Users": "Používatelia",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Verzia",
diff --git a/src/lib/i18n/locales/sr-RS/translation.json b/src/lib/i18n/locales/sr-RS/translation.json
index 75064640b8..71b32edbb3 100644
--- a/src/lib/i18n/locales/sr-RS/translation.json
+++ b/src/lib/i18n/locales/sr-RS/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Направи налог",
"Create Admin Account": "Направи админ налог",
"Create Channel": "Направи канал",
+ "Create Folder": "",
"Create Group": "Направи групу",
"Create Knowledge": "Направи знање",
"Create new key": "Направи нови кључ",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "Измени канал",
"Edit Connection": "Измени везу",
"Edit Default Permissions": "Измени подразумевана овлашћења",
+ "Edit Folder": "",
"Edit Memory": "Измени сећање",
"Edit User": "Измени корисника",
"Edit User Group": "Измени корисничку групу",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Унесите Гитхуб Раw УРЛ адресу",
"Enter Google PSE API Key": "Унесите Гоогле ПСЕ АПИ кључ",
"Enter Google PSE Engine Id": "Унесите Гоогле ПСЕ ИД машине",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Неуспешно читање садржаја оставе",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Течно стримујте велике спољне делове одговора",
"Focus chat input": "Усредсредите унос ћаскања",
"Folder deleted successfully": "",
+ "Folder Name": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Унеси наредбе",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Инсталирај из Гитхуб УРЛ адресе",
"Instant Auto-Send After Voice Transcription": "",
@@ -774,11 +782,13 @@
"JWT Expiration": "Истек JWT-а",
"JWT Token": "JWT жетон",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "Кључ",
"Keyboard shortcuts": "Пречице на тастатури",
"Knowledge": "Знање",
"Knowledge Access": "Приступ знању",
+ "Knowledge Base": "",
"Knowledge created successfully.": "",
"Knowledge deleted successfully.": "",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "Светла",
"Listening...": "Слушам...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Погледај шта је ново",
"Seed": "Семе",
"Select a base model": "Избор основног модела",
+ "Select a conversation to preview": "",
"Select a engine": "Изабери мотор",
"Select a function": "Изабери функцију",
"Select a group": "Изабери групу",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"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 learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Реши мистерије",
"Unpin": "Откачи",
"Unravel secrets": "Разоткриј тајне",
+ "Unsupported file type.": "",
"Untagged": "Неозначено",
"Untitled": "",
"Update": "Ажурирај",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "Корисничко име",
"Users": "Корисници",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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": "Вентили успешно ажурирани",
"variable": "променљива",
- "variable to have them replaced with clipboard content.": "променљива за замену са садржајем оставе.",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Издање",
diff --git a/src/lib/i18n/locales/sv-SE/translation.json b/src/lib/i18n/locales/sv-SE/translation.json
index 38f653812c..689cd985be 100644
--- a/src/lib/i18n/locales/sv-SE/translation.json
+++ b/src/lib/i18n/locales/sv-SE/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Skapa konto",
"Create Admin Account": "Skapa administratörskonto",
"Create Channel": "Skapa kanal",
+ "Create Folder": "",
"Create Group": "Skapa grupp",
"Create Knowledge": "Skapa kunskap",
"Create new key": "Skapa ny nyckel",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "t.ex. pdf, docx, txt",
"e.g. Tools for performing various operations": "t.ex. Verktyg för att utföra olika operationer",
"e.g., 3, 4, 5 (leave blank for default)": "t.ex., 3, 4, 5 (lämna tomt för standard)",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "t.ex., en-US,ja-JP (lämna tomt för automatisk detektering)",
"e.g., westus (leave blank for eastus)": "t.ex., westus (lämna tomt för eastus)",
"e.g.) en,fr,de": "t.ex.) en,fr,de",
@@ -422,6 +423,7 @@
"Edit Channel": "Redigera kanal",
"Edit Connection": "Redigera anslutning",
"Edit Default Permissions": "Redigera standardbehörigheter",
+ "Edit Folder": "",
"Edit Memory": "Redigera minne",
"Edit User": "Redigera användare",
"Edit User Group": "Redigera användargrupp",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "Ange URL för extern webbsökning",
"Enter Firecrawl API Base URL": "Ange Firecrawl API Base URL",
"Enter Firecrawl API Key": "Ange Firecrawl API-nyckel",
+ "Enter folder name": "",
"Enter Github Raw URL": "Ange Github Raw URL",
"Enter Google PSE API Key": "Ange Google PSE API-nyckel",
"Enter Google PSE Engine Id": "Ange Google PSE Engine Id",
@@ -599,6 +602,7 @@
"External Web Loader URL": "Extern webbinläsare URL",
"External Web Search API Key": "Extern webbsökning API-nyckel",
"External Web Search URL": "Extern webbsökning URL",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Misslyckades med att lägga till fil.",
"Failed to connect to {{URL}} OpenAPI tool server": "Misslyckades med att ansluta till {{URL}} OpenAPI-verktygsserver",
"Failed to copy link": "Misslyckades med att kopiera länk",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "Misslyckades med att hämta modeller",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "Misslyckades med att läsa in filinnehåll.",
"Failed to read clipboard contents": "Misslyckades med att läsa urklippsinnehåll",
"Failed to save connections": "Misslyckades med att spara anslutningar",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Strömma flytande stora externa svarschunks",
"Focus chat input": "Fokusera på chattfältet",
"Folder deleted successfully": "Mappen har tagits bort",
+ "Folder Name": "",
"Folder name cannot be empty.": "Mappnamnet får inte vara tomt.",
"Folder name updated successfully": "Mappnamnet har uppdaterats",
+ "Folder updated successfully": "",
"Follow up": "Följ upp",
"Follow Up Generation": "Generering av uppföljning",
"Follow Up Generation Prompt": "Prompt för generering av uppföljning",
@@ -751,6 +758,7 @@
"Input commands": "Indatakommandon",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Installera från Github-URL",
"Instant Auto-Send After Voice Transcription": "Skicka automatiskt efter rösttranskribering",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT-utgångsdatum",
"JWT Token": "JWT-token",
"Kagi Search API Key": "Kagi Search API-nyckel",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "Behåll i sidofältet",
"Key": "Nyckel",
"Keyboard shortcuts": "Tangentbordsgenvägar",
"Knowledge": "Kunskap",
"Knowledge Access": "Kunskapsåtkomst",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Kunskapen har skapats.",
"Knowledge deleted successfully.": "Kunskapen har tagits bort.",
"Knowledge Public Sharing": "Offentlig delning av kunskap",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Lämna tomt för att använda standardprompten, eller ange en anpassad prompt",
"Leave model field empty to use the default model.": "Lämna modellfältet tomt för att använda standardmodellen.",
"License": "Licens",
+ "Lift List": "",
"Light": "Ljus",
"Listening...": "Lyssnar...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "Nytt verktyg",
"new-channel": "ny-kanal",
"Next message": "Nästa meddelande",
+ "No chats found": "",
"No chats found for this user.": "Inga chattar hittades för den här användaren.",
"No chats found.": "Inga chattar hittades.",
"No content": "Inget innehåll",
@@ -1135,6 +1147,7 @@
"See what's new": "Se vad som är nytt",
"Seed": "Seed",
"Select a base model": "Välj en basmodell",
+ "Select a conversation to preview": "",
"Select a engine": "Välj en motor",
"Select a function": "Välj en funktion",
"Select a group": "Välj en grupp",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Registrera dig på {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "Förbättrar noggrannheten avsevärt genom att använda en LLM för att förbättra tabeller, formulär, inline-matematik och layoutdetektering. Ökar latensen. Standardvärdet är True.",
"Signing in to {{WEBUI_NAME}}": "Loggar in på {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "Hoppa över cache",
"Skip the cache and re-run the inference. Defaults to False.": "Hoppa över cacheminnet och kör inferensen igen. Standardvärdet är False.",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "För att få tillgång till WebUI, kontakta administratören. Administratörer kan hantera behörigheter från administrationspanelen.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "För att bifoga kunskapsbas här, lägg till dem i arbetsytan \"Kunskap\" först.",
"To learn more about available endpoints, visit our documentation.": "För att lära dig mer om tillgängliga endpoints, besök vår dokumentation",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "För att skydda din integritet delas endast betyg, modell-ID:n, taggar och metadata från din feedback - dina chattloggar förblir privata och skickas inte med.",
"To select actions here, add them to the \"Functions\" workspace first.": "För att välja åtgärder här, lägg till dem i arbetsytan \"Funktioner\" först.",
"To select filters here, add them to the \"Functions\" workspace first.": "För att välja filter här, lägg till dem i arbetsytan \"Funktioner\" först.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Lås upp mysterier",
"Unpin": "Ta bort fästning",
"Unravel secrets": "Avslöja hemligheter",
+ "Unsupported file type.": "",
"Untagged": "Otaggad",
"Untitled": "Namnlös",
"Update": "Uppdatera",
@@ -1391,14 +1407,14 @@
"User Webhooks": "Användar-webhooks",
"Username": "Användarnamn",
"Users": "Användare",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Använda standardmodellen för arenan med alla modeller. Klicka på plusknappen för att lägga till anpassade modeller",
- "Utilize": "Använd",
"Valid time units:": "Giltiga tidsenheter:",
"Valves": "Ventiler",
"Valves updated": "Ventiler uppdaterade",
"Valves updated successfully": "Ventiler uppdaterade",
"variable": "variabel",
- "variable to have them replaced with clipboard content.": "variabel för att få dem ersatta med urklippsinnehåll.",
"Verify Connection": "Verifiera anslutning",
"Verify SSL Certificate": "Verifiera SSL-certifikat",
"Version": "Version",
diff --git a/src/lib/i18n/locales/th-TH/translation.json b/src/lib/i18n/locales/th-TH/translation.json
index 9262a1742b..4fbb84ff88 100644
--- a/src/lib/i18n/locales/th-TH/translation.json
+++ b/src/lib/i18n/locales/th-TH/translation.json
@@ -290,6 +290,7 @@
"Create Account": "สร้างบัญชี",
"Create Admin Account": "",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "สร้างคีย์ใหม่",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "แก้ไขความจำ",
"Edit User": "แก้ไขผู้ใช้",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "ใส่ URL ดิบของ Github",
"Enter Google PSE API Key": "ใส่คีย์ API ของ Google PSE",
"Enter Google PSE Engine Id": "ใส่รหัสเครื่องยนต์ของ Google PSE",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "อ่านเนื้อหาคลิปบอร์ดล้มเหลว",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "สตรีมชิ้นส่วนการตอบสนองขนาดใหญ่จากภายนอกอย่างลื่นไหล",
"Focus chat input": "โฟกัสการป้อนแชท",
"Folder deleted successfully": "",
+ "Folder Name": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "คำสั่งป้อนข้อมูล",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "ติดตั้งจาก URL ของ Github",
"Instant Auto-Send After Voice Transcription": "ส่งอัตโนมัติทันทีหลังจากการถอดเสียง",
@@ -774,11 +782,13 @@
"JWT Expiration": "การหมดอายุของ JWT",
"JWT Token": "โทเค็น JWT",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "ทางลัดแป้นพิมพ์",
"Knowledge": "ความรู้",
"Knowledge Access": "การเข้าถึงความรู้",
+ "Knowledge Base": "",
"Knowledge created successfully.": "สร้างความรู้สำเร็จ",
"Knowledge deleted successfully.": "ลบความรู้สำเร็จ",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "แสง",
"Listening...": "กำลังฟัง...",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "ดูสิ่งที่ใหม่",
"Seed": "Seed",
"Select a base model": "เลือกโมเดลฐาน",
+ "Select a conversation to preview": "",
"Select a engine": "เลือกเอนจิน",
"Select a function": "เลือกฟังก์ชัน",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "ในการเข้าถึง WebUI โปรดติดต่อผู้ดูแลระบบ ผู้ดูแลระบบสามารถจัดการสถานะผู้ใช้จากแผงควบคุมผู้ดูแลระบบ",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "",
"To learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "ในการเลือกฟิลเตอร์ที่นี่ ให้เพิ่มไปยังพื้นที่ทำงาน \"ฟังก์ชัน\" ก่อน",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "ยกเลิกการปักหมุด",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "",
"Untitled": "",
"Update": "อัปเดต",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "",
"Users": "ผู้ใช้",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "ใช้โมเดล Arena กับโมเดลทั้งหมด คลิกปุ่มบวกเพื่อเพิ่มโมเดลที่กำหนดเอง",
- "Utilize": "ใช้",
"Valid time units:": "หน่วยเวลาใช้ได้:",
"Valves": "วาล์ว",
"Valves updated": "วาล์วที่อัปเดตแล้ว",
"Valves updated successfully": "อัปเดตวาล์วเรียบร้อยแล้ว",
"variable": "ตัวแปร",
- "variable to have them replaced with clipboard content.": "ตัวแปรเพื่อให้แทนที่ด้วยเนื้อหาคลิปบอร์ด",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "เวอร์ชัน",
diff --git a/src/lib/i18n/locales/tk-TM/translation.json b/src/lib/i18n/locales/tk-TM/translation.json
index 07e30dd751..92ce46b383 100644
--- a/src/lib/i18n/locales/tk-TM/translation.json
+++ b/src/lib/i18n/locales/tk-TM/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Hasap döret",
"Create Admin Account": "",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "",
"Create Knowledge": "",
"Create new key": "Täze açar döret",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "",
"Edit User": "",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "",
"Enter Google PSE API Key": "",
"Enter Google PSE Engine Id": "",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "",
"Focus chat input": "",
"Folder deleted successfully": "",
+ "Folder Name": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "",
"Instant Auto-Send After Voice Transcription": "",
@@ -774,11 +782,13 @@
"JWT Expiration": "",
"JWT Token": "",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "Açar",
"Keyboard shortcuts": "",
"Knowledge": "",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "",
"Knowledge deleted successfully.": "",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leave model field empty to use the default model.": "",
"License": "Rugsat",
+ "Lift List": "",
"Light": "Açyk",
"Listening...": "",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "",
"Seed": "",
"Select a base model": "",
+ "Select a conversation to preview": "",
"Select a engine": "",
"Select a function": "",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"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 learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "",
"Untitled": "",
"Update": "Täzeläň",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "Ulanyjy Ady",
"Users": "Ulanyjylar",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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": "",
"variable": "",
- "variable to have them replaced with clipboard content.": "",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "Wersiýasy",
diff --git a/src/lib/i18n/locales/tr-TR/translation.json b/src/lib/i18n/locales/tr-TR/translation.json
index d8886e4f29..5df5a7d0c9 100644
--- a/src/lib/i18n/locales/tr-TR/translation.json
+++ b/src/lib/i18n/locales/tr-TR/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Hesap Oluştur",
"Create Admin Account": "Yönetici Hesabı Oluştur",
"Create Channel": "Kanal Oluştur",
+ "Create Folder": "",
"Create Group": "Grup Oluştur",
"Create Knowledge": "Bilgi Oluştur",
"Create new key": "Yeni anahtar oluştur",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": " örn.Çeşitli işlemleri gerçekleştirmek için araçlar",
"e.g., 3, 4, 5 (leave blank for default)": "örn. 3, 4, 5 (öntanımlı değer için boş bırakın)",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "örn. en-US, ja-JP (otomatik tanıma için boş bırakın)",
"e.g., westus (leave blank for eastus)": "ö",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "Kanalı Düzenle",
"Edit Connection": "Bağlantıyı Düzenle",
"Edit Default Permissions": "Varsayılan İzinleri Düzenle",
+ "Edit Folder": "",
"Edit Memory": "Belleği Düzenle",
"Edit User": "Kullanıcıyı Düzenle",
"Edit User Group": "Kullanıcı Grubunu Düzenle",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Github Raw URL'sini girin",
"Enter Google PSE API Key": "Google PSE API Anahtarını Girin",
"Enter Google PSE Engine Id": "Google PSE Engine Id'sini Girin",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Dosya eklenemedi.",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Pano içeriği okunamadı",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Büyük harici yanıt chunklarını akıcı bir şekilde yayınlayın",
"Focus chat input": "Sohbet girişine odaklan",
"Folder deleted successfully": "Klasör başarıyla silindi",
+ "Folder Name": "",
"Folder name cannot be empty.": "Klasör adı boş olamaz.",
"Folder name updated successfully": "Klasör adı başarıyla güncellendi",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Giriş komutları",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Github URL'sinden yükleyin",
"Instant Auto-Send After Voice Transcription": "Ses Transkripsiyonundan Sonra Anında Otomatik Gönder",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT Bitişi",
"JWT Token": "JWT Token",
"Kagi Search API Key": "Kagi Arama API Anahtarı",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "Anahtar",
"Keyboard shortcuts": "Klavye kısayolları",
"Knowledge": "Bilgi",
"Knowledge Access": "Bilgi Erişimi",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Bilgi başarıyla oluşturuldu.",
"Knowledge deleted successfully.": "Bilgi başarıyla silindi.",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Varsayılan promptu kullanmak için boş bırakın veya özel bir prompt girin",
"Leave model field empty to use the default model.": "",
"License": "Lisans",
+ "Lift List": "",
"Light": "Açık",
"Listening...": "Dinleniyor...",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "yeni-kanal",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "İçerik yok",
@@ -1135,6 +1147,7 @@
"See what's new": "Yeniliklere göz atın",
"Seed": "Seed",
"Select a base model": "Bir temel model seç",
+ "Select a conversation to preview": "",
"Select a engine": "Bir motor seç",
"Select a function": "Bir fonksiyon seç",
"Select a group": "Bir grup seç",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "{{WEBUI_NAME}}'e kaydol",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "{{WEBUI_NAME}}'e giriş yapılıyor",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "WebUI'ye erişmek için lütfen yöneticiyle iletişime geçin. Yöneticiler kullanıcı durumlarını Yönetici Panelinden yönetebilir.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Bilgi tabanını buraya eklemek için önce bunları \"Bilgi\" çalışma alanına ekleyin.",
"To learn more about available endpoints, visit our documentation.": "Mevcut uç noktalar hakkında daha fazla bilgi edinmek için belgelerimize göz atın.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Burada eylemleri seçmek için öncelikle bunları \"İşlevler\" çalışma alanına ekleyin.",
"To select filters here, add them to the \"Functions\" workspace first.": "Filtreleri burada seçmek için öncelikle bunları \"İşlevler\" çalışma alanına ekleyin.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "Sabitlemeyi Kaldır",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "Etiketsiz",
"Untitled": "Başlıksız",
"Update": "Güncelle",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "Kullanıcı Adı",
"Users": "Kullanıcılar",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Tüm modellerle varsayılan arena modelini kullanıyor. Özel modeller eklemek için artı düğmesine tıklayın.",
- "Utilize": "Kullan",
"Valid time units:": "Geçerli zaman birimleri:",
"Valves": "Valvler",
"Valves updated": "Valvler güncellendi",
"Valves updated successfully": "Valvler başarıyla güncellendi",
"variable": "değişken",
- "variable to have them replaced with clipboard content.": "panodaki içerikle değiştirilmesi için değişken.",
"Verify Connection": "Bağlantıyı Doğrula",
"Verify SSL Certificate": "SSL Sertifikasını Doğrula",
"Version": "Sürüm",
diff --git a/src/lib/i18n/locales/ug-CN/translation.json b/src/lib/i18n/locales/ug-CN/translation.json
index d24d0a3add..a8aa218eee 100644
--- a/src/lib/i18n/locales/ug-CN/translation.json
+++ b/src/lib/i18n/locales/ug-CN/translation.json
@@ -290,6 +290,7 @@
"Create Account": "ھېساب قۇرۇش",
"Create Admin Account": "باشقۇرغۇچى ھېساباتى قۇرۇش",
"Create Channel": "قانال قۇرۇش",
+ "Create Folder": "",
"Create Group": "گۇرۇپپا قۇرۇش",
"Create Knowledge": "بىلىم قۇرۇش",
"Create new key": "يېڭى ئاچقۇچ قۇرۇش",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "مەسىلەن: pdf, docx, txt",
"e.g. Tools for performing various operations": "مەسىلەن: ھەر خىل مەشغۇلات قوراللىرى",
"e.g., 3, 4, 5 (leave blank for default)": "مەسىلەن: 3، 4، 5 (كۆڭۈلدىكى ئۈچۈن بوش قالدۇرۇڭ)",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "مەسىلەن: en-US, ja-JP (ئاپتوماتىك بايقىتىش ئۈچۈن بوش قالدۇرۇڭ)",
"e.g., westus (leave blank for eastus)": "مەسىلەن: westus (eastus ئۈچۈن بوش قالدۇرۇڭ)",
"e.g.) en,fr,de": "مەسىلەن: en,fr,de",
@@ -422,6 +423,7 @@
"Edit Channel": "قانال تەھرىرلەش",
"Edit Connection": "ئۇلىنىش تەھرىرلەش",
"Edit Default Permissions": "كۆڭۈلدىكى ھوقۇقلارنى تەھرىرلەش",
+ "Edit Folder": "",
"Edit Memory": "ئەسلەتمە تەھرىرلەش",
"Edit User": "ئىشلەتكۈچى تەھرىرلەش",
"Edit User Group": "ئىشلەتكۈچى گۇرۇپپىسى تەھرىرلەش",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "سىرتقى تور ئىزدەش URL كىرگۈزۈڭ",
"Enter Firecrawl API Base URL": "Firecrawl API ئاساسىي URL كىرگۈزۈڭ",
"Enter Firecrawl API Key": "Firecrawl API ئاچقۇچى كىرگۈزۈڭ",
+ "Enter folder name": "",
"Enter Github Raw URL": "Github Raw URL كىرگۈزۈڭ",
"Enter Google PSE API Key": "Google PSE API ئاچقۇچى كىرگۈزۈڭ",
"Enter Google PSE Engine Id": "Google PSE ماتور ID كىرگۈزۈڭ",
@@ -599,6 +602,7 @@
"External Web Loader URL": "سىرتقى تور يۈكلىگۈچ URL",
"External Web Search API Key": "سىرتقى تور ئىزدەش API ئاچقۇچى",
"External Web Search URL": "سىرتقى تور ئىزدەش URL",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "ھۆججەت قوشۇش مەغلۇپ بولدى.",
"Failed to connect to {{URL}} OpenAPI tool server": "{{URL}} OpenAPI قورال مۇلازىمېتىرىغا ئۇلىنىش مەغلۇپ بولدى",
"Failed to copy link": "ئۇلانما كۆچۈرۈش مەغلۇپ بولدى",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "مودېللارنى ئېلىش مەغلۇپ بولدى",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "ھۆججەت مەزمۇنى يۈكلەش مەغلۇپ بولدى.",
"Failed to read clipboard contents": "چاپلاش تاختىسى مەزمۇنىنى ئوقۇش مەغلۇپ بولدى",
"Failed to save connections": "ئۇلىنىشلارنى ساقلاش مەغلۇپ بولدى",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "سىرتتىن كەلگەن چوڭ ئىنكاسلارنى سىلىق تارقىتىش",
"Focus chat input": "سۆھبەت كىرگۈزۈشىگە نىشانلا",
"Folder deleted successfully": "قىسقۇچ مۇۋەپپەقىيەتلىك ئۆچۈرۈلدى",
+ "Folder Name": "",
"Folder name cannot be empty.": "قىسقۇچ ئاتى بوش بولسا بولمايدۇ.",
"Folder name updated successfully": "قىسقۇچ ئاتى مۇۋەپپەقىيەتلىك يېڭىلاندى",
+ "Folder updated successfully": "",
"Follow up": "داۋامى",
"Follow Up Generation": "داۋاملاشتۇرۇش ھاسىل قىلىش",
"Follow Up Generation Prompt": "داۋاملاشتۇرۇش ھاسىل قىلىش تۈرتكەسى",
@@ -751,6 +758,7 @@
"Input commands": "بۇيرۇق كىرگۈزۈش",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Github URL دىن ئورنىتىش",
"Instant Auto-Send After Voice Transcription": "ئاۋازنى تېكستكە ئايلاندۇرغاندىن كېيىن ئۆزلۈكىدىن يوللاش",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT كۈچكە ئىگە ۋاقتى",
"JWT Token": "JWT Token",
"Kagi Search API Key": "Kagi ئىزدەش API ئاچقۇچى",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "يانتاختىدا ساقلا",
"Key": "ئاچقۇچ",
"Keyboard shortcuts": "تىزلەتمىلەر",
"Knowledge": "بىلىم",
"Knowledge Access": "بىلىم زىيارىتى",
+ "Knowledge Base": "",
"Knowledge created successfully.": "بىلىم مۇۋەپپەقىيەتلىك قۇرۇلدى.",
"Knowledge deleted successfully.": "بىلىم مۇۋەپپەقىيەتلىك ئۆچۈرۈلدى.",
"Knowledge Public Sharing": "بىلىمنى ئاممىغا ھەمبەھىرلەش",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "كۆڭۈلدىكى تۈرتكە ئۈچۈن بوش قالدۇرۇڭ ياكى ئۆزلۈك تۈرتكە كىرگۈزۈڭ",
"Leave model field empty to use the default model.": "كۆڭۈلدىكى مودېل ئۈچۈن مودېل رايونىنى بوش قالدۇرۇڭ.",
"License": "كېنىشكا",
+ "Lift List": "",
"Light": "نۇر",
"Listening...": "ئاڭلاۋاتىدۇ...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "يېڭى قورال",
"new-channel": "يېڭى-قانال",
"Next message": "كېيىنكى ئۇچۇر",
+ "No chats found": "",
"No chats found for this user.": "بۇ ئىشلەتكۈچىدە سۆھبەت تېپىلمىدى.",
"No chats found.": "سۆھبەت تېپىلمىدى.",
"No content": "مەزمۇن يوق",
@@ -1135,6 +1147,7 @@
"See what's new": "يېڭىلىقلارنى كۆرۈش",
"Seed": "ئۇرۇق",
"Select a base model": "ئاساسىي مودېل تاللاڭ",
+ "Select a conversation to preview": "",
"Select a engine": "ماتور تاللاڭ",
"Select a function": "فۇنكسىيە تاللاڭ",
"Select a group": "گۇرۇپپا تاللاڭ",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "{{WEBUI_NAME}} غا تىزىملىتىش",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "LLM ئارقىلىق جەدۋەل، ماتېماتىكا ۋە تۈزۈلۈش بايقىتىشنىڭ توغىرىقى ئاشىدۇ. ئىنتايىن ۋاقىت تەلەپ قىلىدۇ. كۆڭۈلدىكىچە قوزغىتىلغان.",
"Signing in to {{WEBUI_NAME}}": "{{WEBUI_NAME}} غا كىرىۋاتىدۇ",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "غەملەكتىن ئۆتۈپ كېتىش",
"Skip the cache and re-run the inference. Defaults to False.": "غەملەكتىن ئۆتۈپ، يەكۈننى قايتا ئىجرا قىلىش. كۆڭۈلدىكىچە چەكلەنگەن",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "WebUI زىيارىتى ئۈچۈن باشقۇرغۇچى بىلەن ئالاقىلىشىڭ. باشقۇرغۇچى باشقۇرغۇچى تاختىسىدىن ئىشلەتكۈچى ھالىتىنى باشقۇرالايدۇ.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "بۇ يەرگە بىلىم ئاساسى ئۇلاش ئۈچۈن ئالدى بىلەن \"بىلىم\" ئىشخانىغا قوشۇڭ.",
"To learn more about available endpoints, visit our documentation.": "ئىشلىتىشكە بولىدىغان ئۇلانمىلار ھەققىدە تېخىمۇ كۆپ بىلىش ئۈچۈن قوللانمىمىزغا قاراڭ.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "شەخسىيلىقىڭىزنى قوغداش ئۈچۈن، پەقەت باھا، مودېل ID، تەغ ۋە مېتا ئۇچۇرلىرىلا باشقىلارغا ھەمبەھىرلىنىدۇ؛ سۆھبەت خاتىرىسىڭىز شەخسىي بولۇپ قالىدۇ.",
"To select actions here, add them to the \"Functions\" workspace first.": "بۇ يەردىن مەشغۇلات تاللاش ئۈچۈن ئالدى بىلەن \"فۇنكسىيە\" ئىشخانىغا قوشۇڭ.",
"To select filters here, add them to the \"Functions\" workspace first.": "بۇ يەردىن سۈزگۈچ تاللاش ئۈچۈن ئالدى بىلەن \"فۇنكسىيە\" ئىشخانىغا قوشۇڭ.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "سىرلارنى ئاچ",
"Unpin": "مۇقىملانمىغان قىلىش",
"Unravel secrets": "سىرنى ئاچ",
+ "Unsupported file type.": "",
"Untagged": "تەغسىز",
"Untitled": "تېماسىز",
"Update": "يېڭىلاش",
@@ -1391,14 +1407,14 @@
"User Webhooks": "ئىشلەتكۈچى Webhookلىرى",
"Username": "ئىشلەتكۈچى نامى",
"Users": "ئىشلەتكۈچىلەر",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "بارلىق مودېللاردا كۆڭۈلدىكى arena مودېلى ئىشلىتىلىدۇ. ئۆزلۈك مودېل قوشۇش ئۈچۈن قوشۇش كۇنۇپكىسىنى چېكىڭ.",
- "Utilize": "ئىشلىتىش",
"Valid time units:": "توغرا ۋاقىت بىرلىكلىرى:",
"Valves": "كرانلار",
"Valves updated": "كرانلار يېڭىلاندى",
"Valves updated successfully": "كرانلار مۇۋەپپەقىيەتلىك يېڭىلاندى",
"variable": "ئۆزگەرگۈچ",
- "variable to have them replaced with clipboard content.": "ئۆزگەرگۈچنى چاپلاش تاختىسى مەزمۇنى بىلەن ئالماشتۇرۇش.",
"Verify Connection": "ئۇلىنىشنى جەزملەش",
"Verify SSL Certificate": "SSL كىنىشكىسىنى جەزملەش",
"Version": "نەشر",
diff --git a/src/lib/i18n/locales/uk-UA/translation.json b/src/lib/i18n/locales/uk-UA/translation.json
index 44808dc8fd..1f073ebe21 100644
--- a/src/lib/i18n/locales/uk-UA/translation.json
+++ b/src/lib/i18n/locales/uk-UA/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Створити обліковий запис",
"Create Admin Account": "Створити обліковий запис адміністратора",
"Create Channel": "Створити канал",
+ "Create Folder": "",
"Create Group": "Створити групу",
"Create Knowledge": "Створити знання",
"Create new key": "Створити новий ключ",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "напр., Інструменти для виконання різних операцій",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "Редагувати канал",
"Edit Connection": "Редагувати з'єднання",
"Edit Default Permissions": "Редагувати дозволи за замовчуванням",
+ "Edit Folder": "",
"Edit Memory": "Редагувати пам'ять",
"Edit User": "Редагувати користувача",
"Edit User Group": "Редагувати групу користувачів",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Введіть Raw URL-адресу Github",
"Enter Google PSE API Key": "Введіть ключ API Google PSE",
"Enter Google PSE Engine Id": "Введіть Google PSE Engine Id",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Не вдалося додати файл.",
"Failed to connect to {{URL}} OpenAPI tool server": "Не вдалося підключитися до серверу інструментів OpenAPI {{URL}}",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "Не вдалося отримати моделі",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Не вдалося прочитати вміст буфера обміну",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Плавно передавати великі фрагменти зовнішніх відповідей",
"Focus chat input": "Фокус вводу чату",
"Folder deleted successfully": "Папку успішно видалено",
+ "Folder Name": "",
"Folder name cannot be empty.": "Назва папки не може бути порожньою.",
"Folder name updated successfully": "Назву папки успішно оновлено",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Команди вводу",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Встановіть з URL-адреси Github",
"Instant Auto-Send After Voice Transcription": "Миттєва автоматична відправка після транскрипції голосу",
@@ -774,11 +782,13 @@
"JWT Expiration": "Термін дії JWT",
"JWT Token": "Токен JWT",
"Kagi Search API Key": "Kagi Search API ключ",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "Ключ",
"Keyboard shortcuts": "Клавіатурні скорочення",
"Knowledge": "Знання",
"Knowledge Access": "Доступ до знань",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Знання успішно створено.",
"Knowledge deleted successfully.": "Знання успішно видалено.",
"Knowledge Public Sharing": "Публічний обмін знаннями",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Залиште порожнім для використання стандартного запиту, або введіть власний запит",
"Leave model field empty to use the default model.": "Залиште поле моделі порожнім, щоб використовувати модель за замовчуванням.",
"License": "Ліцензія",
+ "Lift List": "",
"Light": "Світла",
"Listening...": "Слухаю...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "новий-канал",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Подивіться, що нового",
"Seed": "Сід",
"Select a base model": "Обрати базову модель",
+ "Select a conversation to preview": "",
"Select a engine": "Оберіть рушій",
"Select a function": "Оберіть функцію",
"Select a group": "Вибрати групу",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Зареєструватися в {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "Увійти в {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"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 learn more about available endpoints, visit our documentation.": "Щоб дізнатися більше про доступні кінцеві точки, відвідайте нашу документацію.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Для захисту вашої конфіденційності з вашими відгуками діляться лише оцінками, ID моделей, тегами та метаданими — ваші журнали чату залишаються приватними і не включаються.",
"To select actions here, add them to the \"Functions\" workspace first.": "Щоб вибрати дії тут, спочатку додайте їх до робочої області \"Функції\".",
"To select filters here, add them to the \"Functions\" workspace first.": "Щоб обрати фільтри тут, спочатку додайте їх до робочої області \"Функції\".",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Розкрийте таємниці",
"Unpin": "Відчепити",
"Unravel secrets": "Розплутуйте секрети",
+ "Unsupported file type.": "",
"Untagged": "Без тегів",
"Untitled": "",
"Update": "Оновлення",
@@ -1391,14 +1407,14 @@
"User Webhooks": "Вебхуки користувача",
"Username": "Ім'я користувача",
"Users": "Користувачі",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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": "Клапани успішно оновлено",
"variable": "змінна",
- "variable to have them replaced with clipboard content.": "змінна, щоб замінити їх вмістом буфера обміну.",
"Verify Connection": "Перевірити з'єднання",
"Verify SSL Certificate": "",
"Version": "Версія",
diff --git a/src/lib/i18n/locales/ur-PK/translation.json b/src/lib/i18n/locales/ur-PK/translation.json
index 89f6661c29..8028d0f439 100644
--- a/src/lib/i18n/locales/ur-PK/translation.json
+++ b/src/lib/i18n/locales/ur-PK/translation.json
@@ -290,6 +290,7 @@
"Create Account": "اکاؤنٹ بنائیں",
"Create Admin Account": "",
"Create Channel": "",
+ "Create Folder": "",
"Create Group": "",
"Create Knowledge": "علم بنائیں",
"Create new key": "نیا کلید بنائیں",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "",
"Edit Connection": "",
"Edit Default Permissions": "",
+ "Edit Folder": "",
"Edit Memory": "یادداشت میں ترمیم کریں",
"Edit User": "صارف میں ترمیم کریں",
"Edit User Group": "",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "گیٹ ہب را یو آر ایل درج کریں",
"Enter Google PSE API Key": "گوگل PSE API کلید درج کریں",
"Enter Google PSE Engine Id": "گوگل پی ایس ای انجن آئی ڈی درج کریں",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "فائل شامل کرنے میں ناکام",
"Failed to connect to {{URL}} OpenAPI tool server": "",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "کلپ بورڈ مواد کو پڑھنے میں ناکام",
"Failed to save connections": "",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "بڑے بیرونی جوابات کے حصوں کو بہاؤ میں منتقل کریں",
"Focus chat input": "چیٹ ان پٹ پر توجہ مرکوز کریں",
"Folder deleted successfully": "پوشہ کامیابی سے حذف ہو گیا",
+ "Folder Name": "",
"Folder name cannot be empty.": "پوشے کا نام خالی نہیں ہو سکتا",
"Folder name updated successfully": "فولڈر کا نام کامیابی سے اپ ڈیٹ ہوگیا",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "کمانڈز داخل کریں",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "گِٹ حب یو آر ایل سے انسٹال کریں",
"Instant Auto-Send After Voice Transcription": "آواز کی نقل کے بعد فوری خودکار بھیجنا",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT کی میعاد ختم ہونا",
"JWT Token": "JWT ٹوکن",
"Kagi Search API Key": "",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "",
"Keyboard shortcuts": "کی بورڈ شارٹ کٹس",
"Knowledge": "علم",
"Knowledge Access": "",
+ "Knowledge Base": "",
"Knowledge created successfully.": "علم کامیابی سے تخلیق کیا گیا",
"Knowledge deleted successfully.": "معلومات کامیابی سے حذف ہو گئیں",
"Knowledge Public Sharing": "",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "خالی چھوڑیں تاکہ ڈیفالٹ پرامپٹ استعمال ہو، یا ایک حسب ضرورت پرامپٹ درج کریں",
"Leave model field empty to use the default model.": "",
"License": "",
+ "Lift List": "",
"Light": "روشنی",
"Listening...": "سن رہے ہیں...",
"Llama.cpp": "",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "نیا کیا ہے دیکھیں",
"Seed": "بیج",
"Select a base model": "ایک بنیادی ماڈل منتخب کریں",
+ "Select a conversation to preview": "",
"Select a engine": "ایک انجن منتخب کریں",
"Select a function": "ایک فنکشن منتخب کریں",
"Select a group": "",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "{{WEBUI_NAME}} میں سائن اپ کریں",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "{{WEBUI_NAME}} میں سائن اِن کر رہے ہیں",
+ "Sink List": "",
"sk-1234": "",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"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 learn more about available endpoints, visit our documentation.": "",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "آپ کی رازداری کے تحفظ کے لئے، صرف درجہ بندی، ماڈل IDs، ٹیگز، اور میٹا ڈیٹا آپ کے فیڈ بیک سے شیئر کیے جاتے ہیں - آپ کی چیٹ کی تفصیلات نجی رہتی ہیں اور شامل نہیں کی جاتیں ",
"To select actions here, add them to the \"Functions\" workspace first.": "عمل کا انتخاب کرنے کے لیے، پہلے انہیں \"افعال\" ورک اسپیس میں شامل کریں",
"To select filters here, add them to the \"Functions\" workspace first.": "یہاں فلٹرز منتخب کرنے کے لئے، پہلے انہیں \"فیچرز\" ورک اسپیس میں شامل کریں",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "",
"Unpin": "ان پن کریں",
"Unravel secrets": "",
+ "Unsupported file type.": "",
"Untagged": "غیر مہر شدہ",
"Untitled": "",
"Update": "اپ ڈیٹ کریں",
@@ -1391,14 +1407,14 @@
"User Webhooks": "",
"Username": "",
"Users": "صارفین",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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": "والو کامیابی کے ساتھ اپ ڈیٹ ہو گئے",
"variable": "متغیر",
- "variable to have them replaced with clipboard content.": "انہیں کلپ بورڈ کے مواد سے تبدیل کرنے کے لیے متغیر",
"Verify Connection": "",
"Verify SSL Certificate": "",
"Version": "ورژن",
diff --git a/src/lib/i18n/locales/uz-Cyrl-UZ/translation.json b/src/lib/i18n/locales/uz-Cyrl-UZ/translation.json
index c88b3c408c..2c9ea1cb79 100644
--- a/src/lib/i18n/locales/uz-Cyrl-UZ/translation.json
+++ b/src/lib/i18n/locales/uz-Cyrl-UZ/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Ҳисоб яратиш",
"Create Admin Account": "Администратор ҳисобини яратинг",
"Create Channel": "Канал яратиш",
+ "Create Folder": "",
"Create Group": "Гуруҳ яратиш",
"Create Knowledge": "Билим яратиш",
"Create new key": "Янги калит яратинг",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "масалан, pdf, docx, txt",
"e.g. Tools for performing various operations": "масалан. Ҳар хил операцияларни бажариш учун асбоблар",
"e.g., 3, 4, 5 (leave blank for default)": "масалан, 3, 4, 5 (сукут бўйича бўш қолдиринг)",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "масалан, en-US,ja-JP (автоматик аниқлаш учун бўш қолдиринг)",
"e.g., westus (leave blank for eastus)": "масалан, westus (eastus учун бўш қолдиринг)",
"e.g.) en,fr,de": "масалан) en,fr,de",
@@ -422,6 +423,7 @@
"Edit Channel": "Канални таҳрирлаш",
"Edit Connection": "Уланишни таҳрирлаш",
"Edit Default Permissions": "Стандарт рухсатларни таҳрирлаш",
+ "Edit Folder": "",
"Edit Memory": "Хотирани таҳрирлаш",
"Edit User": "Фойдаланувчини таҳрирлаш",
"Edit User Group": "Фойдаланувчилар гуруҳини таҳрирлаш",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "Ташқи веб-қидирув УРЛ манзилини киритинг",
"Enter Firecrawl API Base URL": "Firecrawl АПИ базаси УРЛ манзилини киритинг",
"Enter Firecrawl API Key": "Firecrawl АПИ калитини киритинг",
+ "Enter folder name": "",
"Enter Github Raw URL": "Github Raw УРЛ манзилини киритинг",
"Enter Google PSE API Key": "Google PSE АПИ калитини киритинг",
"Enter Google PSE Engine Id": "Google PSE Энгине идентификаторини киритинг",
@@ -599,6 +602,7 @@
"External Web Loader URL": "Ташқи веб юкловчи УРЛ манзили",
"External Web Search API Key": "Ташқи веб-қидирув АПИ калити",
"External Web Search URL": "Ташқи веб-қидирув УРЛ манзили",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Файл қўшиб бўлмади.",
"Failed to connect to {{URL}} OpenAPI tool server": "{{УРЛ}} ОпенАПИ асбоб серверига уланиб бўлмади",
"Failed to copy link": "Ҳаволани нусхалаб бўлмади",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "Моделларни олиб бўлмади",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "Файл таркибини юклаб бўлмади.",
"Failed to read clipboard contents": "Буфер таркибини ўқиб бўлмади",
"Failed to save connections": "Уланишлар сақланмади",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Катта ташқи жавоб бўлакларини оқизиш",
"Focus chat input": "Чат киритишга фокуслаш",
"Folder deleted successfully": "Жилд муваффақиятли ўчирилди",
+ "Folder Name": "",
"Folder name cannot be empty.": "Жилд номи бўш бўлиши мумкин эмас.",
"Folder name updated successfully": "Жилд номи муваффақиятли янгиланди",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Кириш буйруқлари",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Гитҳуб УРЛ манзилидан ўрнатинг",
"Instant Auto-Send After Voice Transcription": "Овозли транскрипсиядан кейин дарҳол автоматик юбориш",
@@ -774,11 +782,13 @@
"JWT Expiration": "ЖWТ муддати",
"JWT Token": "ЖWТ токени",
"Kagi Search API Key": "Каги қидирув АПИ калити",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "Калит",
"Keyboard shortcuts": "Клавиатура ёрлиқлари",
"Knowledge": "Билим",
"Knowledge Access": "Билимга кириш",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Билим муваффақиятли яратилди.",
"Knowledge deleted successfully.": "Маълумотлар муваффақиятли ўчирилди.",
"Knowledge Public Sharing": "Билимларни оммавий алмашиш",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Стандарт таклифдан фойдаланиш учун бўш қолдиринг ёки махсус таклифни киритинг",
"Leave model field empty to use the default model.": "Стандарт моделдан фойдаланиш учун модел майдонини бўш қолдиринг.",
"License": "Литсензия",
+ "Lift List": "",
"Light": "Нур",
"Listening...": "Тингланмоқда...",
"Llama.cpp": "Ллама.cпп",
@@ -897,6 +908,7 @@
"New Tool": "Янги восита",
"new-channel": "янги канал",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "Бу фойдаланувчи учун ҳеч қандай чат топилмади.",
"No chats found.": "Ҳеч қандай чат топилмади.",
"No content": "Контент йўқ",
@@ -1135,6 +1147,7 @@
"See what's new": "Нима янгиликлар борлигини кўринг",
"Seed": "Дастлабки маълумот",
"Select a base model": "Асосий моделни танланг",
+ "Select a conversation to preview": "",
"Select a engine": "Двигателни танланг",
"Select a function": "Функцияни танланг",
"Select a group": "Гуруҳни танланг",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "{{WEBUI_NAME}} тармоғида рўйхатдан ўтинг",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "Жадваллар, шакллар, инлине математика ва тартибни аниқлашни яхшилаш учун ЛЛМ ёрдамида аниқликни сезиларли даражада яхшилайди. Кечикиш вақтини оширади. Стандартлар рост.",
"Signing in to {{WEBUI_NAME}}": "{{WEBUI_NAME}} ҳисобига кириш",
+ "Sink List": "",
"sk-1234": "ск-1234",
"Skip Cache": "Кешни ўтказиб юбориш",
"Skip the cache and re-run the inference. Defaults to False.": "Кешни ўтказиб юборинг ва хулосани қайта ишга туширинг. Бирламчи параметрлар Фалсе.",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "WебУИ-га кириш учун администратор билан боғланинг. Администраторлар фойдаланувчи ҳолатини Администратор панелидан бошқариши мумкин.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Бу ерда билимлар базасини бириктириш учун аввал уларни “Билим” иш майдонига қўшинг.",
"To learn more about available endpoints, visit our documentation.": "Мавжуд сўнгги нуқталар ҳақида кўпроқ билиш учун ҳужжатларимизга ташриф буюринг.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Бу ерда филтрларни танлаш учун аввал уларни “Функсиялар” иш майдонига қўшинг.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Сирларни очинг",
"Unpin": "Ечиш",
"Unravel secrets": "Сирларни очинг",
+ "Unsupported file type.": "",
"Untagged": "Белгиланмаган",
"Untitled": "Сарлавҳасиз",
"Update": "Янгилаш",
@@ -1391,14 +1407,14 @@
"User Webhooks": "Фойдаланувчи веб-ҳуклари",
"Username": "Фойдаланувчи номи",
"Users": "Фойдаланувчилар",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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": "Ёқиш/Ўчириш параметрлари муваффақиятли янгиланди",
"variable": "ўзгарувчи ",
- "variable to have them replaced with clipboard content.": "уларни буфер контенти билан алмаштириш учун ўзгарувчи.",
"Verify Connection": "Уланишни текширинг",
"Verify SSL Certificate": "SSL сертификатини текширинг",
"Version": "Версия",
diff --git a/src/lib/i18n/locales/uz-Latn-Uz/translation.json b/src/lib/i18n/locales/uz-Latn-Uz/translation.json
index 05297bae8e..2f5c3f874f 100644
--- a/src/lib/i18n/locales/uz-Latn-Uz/translation.json
+++ b/src/lib/i18n/locales/uz-Latn-Uz/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Hisob yaratish",
"Create Admin Account": "Administrator hisobini yarating",
"Create Channel": "Kanal yaratish",
+ "Create Folder": "",
"Create Group": "Guruh yaratish",
"Create Knowledge": "Bilim yaratish",
"Create new key": "Yangi kalit yarating",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "masalan. pdf, docx, txt",
"e.g. Tools for performing various operations": "masalan. Har xil operatsiyalarni bajarish uchun asboblar",
"e.g., 3, 4, 5 (leave blank for default)": "masalan, 3, 4, 5 (sukut boʻyicha boʻsh qoldiring)",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "masalan, en-US,ja-JP (avtomatik aniqlash uchun boʻsh qoldiring)",
"e.g., westus (leave blank for eastus)": "masalan, westus (estus uchun bo'sh qoldiring)",
"e.g.) en,fr,de": "masalan) en,fr,de",
@@ -422,6 +423,7 @@
"Edit Channel": "Kanalni tahrirlash",
"Edit Connection": "Ulanishni tahrirlash",
"Edit Default Permissions": "Standart ruxsatlarni tahrirlash",
+ "Edit Folder": "",
"Edit Memory": "Xotirani tahrirlash",
"Edit User": "Foydalanuvchini tahrirlash",
"Edit User Group": "Foydalanuvchilar guruhini tahrirlash",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "Tashqi veb-qidiruv URL manzilini kiriting",
"Enter Firecrawl API Base URL": "Firecrawl API bazasi URL manzilini kiriting",
"Enter Firecrawl API Key": "Firecrawl API kalitini kiriting",
+ "Enter folder name": "",
"Enter Github Raw URL": "Github Raw URL manzilini kiriting",
"Enter Google PSE API Key": "Google PSE API kalitini kiriting",
"Enter Google PSE Engine Id": "Google PSE Engine identifikatorini kiriting",
@@ -599,6 +602,7 @@
"External Web Loader URL": "Tashqi veb yuklovchi URL manzili",
"External Web Search API Key": "Tashqi veb-qidiruv API kaliti",
"External Web Search URL": "Tashqi veb-qidiruv URL manzili",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Fayl qo‘shib bo‘lmadi.",
"Failed to connect to {{URL}} OpenAPI tool server": "{{URL}} OpenAPI asbob serveriga ulanib boʻlmadi",
"Failed to copy link": "Havolani nusxalab bo‘lmadi",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "Modellarni olib bo‘lmadi",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "Fayl tarkibini yuklab bo‘lmadi.",
"Failed to read clipboard contents": "Bufer tarkibini o‘qib bo‘lmadi",
"Failed to save connections": "Ulanishlar saqlanmadi",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Katta tashqi javob bo'laklarini oqizish",
"Focus chat input": "Chat kiritishga fokuslash",
"Folder deleted successfully": "Jild muvaffaqiyatli oʻchirildi",
+ "Folder Name": "",
"Folder name cannot be empty.": "Jild nomi boʻsh boʻlishi mumkin emas.",
"Folder name updated successfully": "Jild nomi muvaffaqiyatli yangilandi",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Kirish buyruqlari",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Github URL manzilidan oʻrnating",
"Instant Auto-Send After Voice Transcription": "Ovozli transkripsiyadan keyin darhol avtomatik yuborish",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT muddati",
"JWT Token": "JWT tokeni",
"Kagi Search API Key": "Kagi qidiruv API kaliti",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "Kalit",
"Keyboard shortcuts": "Klaviatura yorliqlari",
"Knowledge": "Bilim",
"Knowledge Access": "Bilimga kirish",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Bilim muvaffaqiyatli yaratildi.",
"Knowledge deleted successfully.": "Maʼlumotlar muvaffaqiyatli oʻchirildi.",
"Knowledge Public Sharing": "Bilimlarni ommaviy almashish",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Standart taklifdan foydalanish uchun boʻsh qoldiring yoki maxsus taklifni kiriting",
"Leave model field empty to use the default model.": "Standart modeldan foydalanish uchun model maydonini bo'sh qoldiring.",
"License": "Litsenziya",
+ "Lift List": "",
"Light": "Nur",
"Listening...": "Tinglanmoqda...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "Yangi vosita",
"new-channel": "yangi kanal",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "Bu foydalanuvchi uchun hech qanday chat topilmadi.",
"No chats found.": "Hech qanday chat topilmadi.",
"No content": "Kontent yo'q",
@@ -1135,6 +1147,7 @@
"See what's new": "Nima yangiliklar borligini ko'ring",
"Seed": "Urug'",
"Select a base model": "Asosiy modelni tanlang",
+ "Select a conversation to preview": "",
"Select a engine": "Dvigatelni tanlang",
"Select a function": "Funktsiyani tanlang",
"Select a group": "Guruhni tanlang",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "{{WEBUI_NAME}} tarmog‘ida ro‘yxatdan o‘ting",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "Jadvallar, shakllar, inline matematika va tartibni aniqlashni yaxshilash uchun LLM yordamida aniqlikni sezilarli darajada yaxshilaydi. Kechikish vaqtini oshiradi. Standartlar rost.",
"Signing in to {{WEBUI_NAME}}": "{{WEBUI_NAME}} hisobiga kirish",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "Keshni o'tkazib yuborish",
"Skip the cache and re-run the inference. Defaults to False.": "Keshni o'tkazib yuboring va xulosani qayta ishga tushiring. Birlamchi parametrlar False.",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "WebUI-ga kirish uchun administrator bilan bog'laning. Administratorlar foydalanuvchi holatini Administrator panelidan boshqarishi mumkin.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Bu yerda bilimlar bazasini biriktirish uchun avval ularni “Bilim” ish maydoniga qo‘shing.",
"To learn more about available endpoints, visit our documentation.": "Mavjud so'nggi nuqtalar haqida ko'proq bilish uchun hujjatlarimizga tashrif buyuring.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Maxfiyligingizni himoya qilish uchun fikr-mulohazalaringizdan faqat reytinglar, model identifikatorlari, teglar va meta-maʼlumotlar baham koʻriladi — chat jurnallaringiz shaxsiy boʻlib qoladi va ularga kiritilmaydi.",
"To select actions here, add them to the \"Functions\" workspace first.": "Bu yerda amallarni tanlash uchun avval ularni “Funksiyalar” ish maydoniga qo‘shing.",
"To select filters here, add them to the \"Functions\" workspace first.": "Bu yerda filtrlarni tanlash uchun avval ularni “Funksiyalar” ish maydoniga qo‘shing.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Sirlarni oching",
"Unpin": "Yechish",
"Unravel secrets": "Sirlarni oching",
+ "Unsupported file type.": "",
"Untagged": "Belgilanmagan",
"Untitled": "Sarlavhasiz",
"Update": "Yangilash",
@@ -1391,14 +1407,14 @@
"User Webhooks": "Foydalanuvchi veb-huklari",
"Username": "Foydalanuvchi nomi",
"Users": "Foydalanuvchilar",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Barcha modellar bilan standart arena modelidan foydalanish. Maxsus modellarni qo'shish uchun ortiqcha tugmasini bosing.",
- "Utilize": "Foydalanish",
"Valid time units:": "Yaroqli vaqt birliklari:",
"Valves": "Vanalar",
"Valves updated": "Vanalar yangilandi",
"Valves updated successfully": "Vanalar muvaffaqiyatli yangilandi",
"variable": "o'zgaruvchan",
- "variable to have them replaced with clipboard content.": "ularni clipboard mazmuni bilan almashtirish uchun o'zgaruvchi.",
"Verify Connection": "Ulanishni tekshiring",
"Verify SSL Certificate": "SSL sertifikatini tekshiring",
"Version": "Versiya",
diff --git a/src/lib/i18n/locales/vi-VN/translation.json b/src/lib/i18n/locales/vi-VN/translation.json
index 20801033c7..6dfdde1f8e 100644
--- a/src/lib/i18n/locales/vi-VN/translation.json
+++ b/src/lib/i18n/locales/vi-VN/translation.json
@@ -290,6 +290,7 @@
"Create Account": "Tạo Tài khoản",
"Create Admin Account": "Tạo Tài khoản Quản trị",
"Create Channel": "Tạo Kênh",
+ "Create Folder": "",
"Create Group": "Tạo Nhóm",
"Create Knowledge": "Tạo Kiến thức",
"Create new key": "Tạo key mới",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "",
"e.g. Tools for performing various operations": "vd: Các công cụ để thực hiện các hoạt động khác nhau",
"e.g., 3, 4, 5 (leave blank for default)": "",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
"e.g., westus (leave blank for eastus)": "",
"e.g.) en,fr,de": "",
@@ -422,6 +423,7 @@
"Edit Channel": "Chỉnh sửa Kênh",
"Edit Connection": "Chỉnh sửa Kết nối",
"Edit Default Permissions": "Chỉnh sửa Quyền Mặc định",
+ "Edit Folder": "",
"Edit Memory": "Sửa Memory",
"Edit User": "Thay đổi thông tin người sử dụng",
"Edit User Group": "Chỉnh sửa Nhóm Người dùng",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "",
"Enter Firecrawl API Base URL": "",
"Enter Firecrawl API Key": "",
+ "Enter folder name": "",
"Enter Github Raw URL": "Nhập URL cho Github Raw",
"Enter Google PSE API Key": "Nhập Google PSE API Key",
"Enter Google PSE Engine Id": "Nhập Google PSE Engine Id",
@@ -599,6 +602,7 @@
"External Web Loader URL": "",
"External Web Search API Key": "",
"External Web Search URL": "",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "Không thể thêm tệp.",
"Failed to connect to {{URL}} OpenAPI tool server": "Không thể kết nối đến máy chủ công cụ OpenAPI {{URL}}",
"Failed to copy link": "",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "Không thể lấy danh sách mô hình",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "",
"Failed to read clipboard contents": "Không thể đọc nội dung clipboard",
"Failed to save connections": "Không thể lưu các kết nối",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "Truyền tải các khối phản hồi bên ngoài lớn một cách trôi chảy",
"Focus chat input": "Tập trung vào nội dung chat",
"Folder deleted successfully": "Xóa thư mục thành công",
+ "Folder Name": "",
"Folder name cannot be empty.": "Tên thư mục không được để trống.",
"Folder name updated successfully": "Cập nhật tên thư mục thành công",
+ "Folder updated successfully": "",
"Follow up": "",
"Follow Up Generation": "",
"Follow Up Generation Prompt": "",
@@ -751,6 +758,7 @@
"Input commands": "Nhập các câu lệnh",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Cài đặt từ URL Github",
"Instant Auto-Send After Voice Transcription": "Tự động gửi ngay lập tức sau khi phiên dịch giọng nói",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT Hết hạn",
"JWT Token": "Token JWT",
"Kagi Search API Key": "Khóa API Kagi Search",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "",
"Key": "Khóa",
"Keyboard shortcuts": "Phím tắt",
"Knowledge": "Kiến thức",
"Knowledge Access": "Truy cập Kiến thức",
+ "Knowledge Base": "",
"Knowledge created successfully.": "Đã tạo kiến thức thành công.",
"Knowledge deleted successfully.": "Đã xóa kiến thức thành công.",
"Knowledge Public Sharing": "Chia sẻ Công khai Kiến thức",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "Để trống để sử dụng prompt mặc định, hoặc nhập prompt tùy chỉnh",
"Leave model field empty to use the default model.": "Để trống trường mô hình để sử dụng mô hình mặc định.",
"License": "Giấy phép",
+ "Lift List": "",
"Light": "Sáng",
"Listening...": "Đang nghe...",
"Llama.cpp": "Llama.cpp",
@@ -897,6 +908,7 @@
"New Tool": "",
"new-channel": "kênh-mới",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "",
"No chats found.": "",
"No content": "",
@@ -1135,6 +1147,7 @@
"See what's new": "Xem những cập nhật mới",
"Seed": "Seed",
"Select a base model": "Chọn một base model",
+ "Select a conversation to preview": "",
"Select a engine": "Chọn dịch vụ",
"Select a function": "Chọn function",
"Select a group": "Chọn một nhóm",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "Đăng ký {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "",
"Signing in to {{WEBUI_NAME}}": "Đang đăng nhập vào {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "",
"Skip the cache and re-run the inference. Defaults to False.": "",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Để truy cập vui lòng liên hệ với quản trị viên.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Để đính kèm cơ sở kiến thức tại đây, trước tiên hãy thêm chúng vào không gian làm việc \"Kiến thức\".",
"To learn more about available endpoints, visit our documentation.": "Để tìm hiểu thêm về các điểm cuối có sẵn, hãy truy cập tài liệu của chúng tôi.",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "Để bảo vệ quyền riêng tư của bạn, chỉ có xếp hạng, ID mô hình, thẻ và siêu dữ liệu được chia sẻ từ phản hồi của bạn—nhật ký trò chuyện của bạn vẫn ở chế độ riêng tư và không được bao gồm.",
"To select actions here, add them to the \"Functions\" workspace first.": "Để chọn các tác vụ, bạn phải thêm chúng vào workspace \"Functions\" trước.",
"To select filters here, add them to the \"Functions\" workspace first.": "Để chọn các filters, bạn phải thêm chúng vào workspace \"Functions\" trước.",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "Mở khóa những bí ẩn",
"Unpin": "Bỏ ghim",
"Unravel secrets": "Làm sáng tỏ những bí mật",
+ "Unsupported file type.": "",
"Untagged": "Chưa gắn thẻ",
"Untitled": "",
"Update": "Cập nhật",
@@ -1391,14 +1407,14 @@
"User Webhooks": "Webhook Người dùng",
"Username": "Tên đăng nhập",
"Users": "Người sử dụng",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Sử dụng mô hình arena mặc định với tất cả các mô hình. Nhấp vào nút dấu cộng để thêm các mô hình tùy chỉnh.",
- "Utilize": "Sử dụng",
"Valid time units:": "Đơn vị thời gian hợp lệ:",
"Valves": "Valves",
"Valves updated": "Đã cập nhật Valves",
"Valves updated successfully": "Đã cập nhật Valves thành công",
"variable": "biến",
- "variable to have them replaced with clipboard content.": "biến để chúng được thay thế bằng nội dung clipboard.",
"Verify Connection": "Xác minh Kết nối",
"Verify SSL Certificate": "",
"Version": "Phiên bản",
diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json
index 7d2c5eccc3..a6a545d7b9 100644
--- a/src/lib/i18n/locales/zh-CN/translation.json
+++ b/src/lib/i18n/locales/zh-CN/translation.json
@@ -5,15 +5,15 @@
"(e.g. `sh webui.sh --api`)": "(例如:`sh webui.sh --api`)",
"(latest)": "(最新版)",
"(leave blank for to use commercial endpoint)": "(留空以使用商业端点)",
- "[Last] dddd [at] h:mm A": "",
- "[Today at] h:mm A": "",
- "[Yesterday at] h:mm A": "",
+ "[Last] dddd [at] h:mm A": "[上次] dddd [于] h:mm A",
+ "[Today at] h:mm A": "[今天] h:mm A",
+ "[Yesterday at] h:mm A": "[昨天] h:mm A",
"{{ models }}": "{{ models }}",
"{{COUNT}} Available Tools": "{{COUNT}} 个可用工具",
- "{{COUNT}} characters": "",
+ "{{COUNT}} characters": "{{COUNT}} 个字符",
"{{COUNT}} hidden lines": "{{COUNT}} 行被隐藏",
- "{{COUNT}} Replies": "{{COUNT}} 回复",
- "{{COUNT}} words": "",
+ "{{COUNT}} Replies": "{{COUNT}} 条回复",
+ "{{COUNT}} words": "{{COUNT}} 个词",
"{{user}}'s Chats": "{{user}} 的对话记录",
"{{webUIName}} Backend Required": "{{webUIName}} 需要后端服务",
"*Prompt node ID(s) are required for image generation": "*图片生成需要 Prompt node ID",
@@ -31,7 +31,7 @@
"Action": "操作",
"Actions": "自动化",
"Activate": "激活",
- "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "通过输入 \"/{{COMMAND}}\" 激活此命令",
+ "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "在对话框中输入 \"/{{COMMAND}}\" 激活此命令",
"Active Users": "当前在线用户",
"Add": "添加",
"Add a model ID": "添加一个模型 ID",
@@ -53,7 +53,7 @@
"Add text content": "添加文本内容",
"Add User": "添加用户",
"Add User Group": "添加权限组",
- "Adjusting these settings will apply changes universally to all users.": "调整这些设置将会对所有用户应用更改",
+ "Adjusting these settings will apply changes universally to all users.": "调整这些设置将会对所有用户生效",
"admin": "管理员",
"Admin": "管理员",
"Admin Panel": "管理员面板",
@@ -61,7 +61,7 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "管理员拥有所有工具的访问权限;用户则需在工作空间中为每个模型单独分配工具。",
"Advanced Parameters": "高级参数",
"Advanced Params": "高级参数",
- "AI": "",
+ "AI": "AI",
"All": "全部",
"All Documents": "所有文档",
"All models deleted successfully": "所有模型删除成功",
@@ -86,7 +86,7 @@
"Allowed file extensions for upload. Separate multiple extensions with commas. Leave empty for all file types.": "允许上传的文件扩展名。多个扩展名用逗号分隔。留空以允许所有文件类型。",
"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.": "top_p 的替代方法,旨在确保质量和多样性之间的平衡。参数 p 表示相对于最可能令牌的概率,一个令牌被考虑的最小概率。例如,当 p=0.05 且最可能的令牌概率为 0.9 时,概率值小于 0.045 的词元将被过滤掉。",
- "Always": "保持",
+ "Always": "始终",
"Always Collapse Code Blocks": "始终折叠代码块",
"Always Expand Details": "始终展开详细信息",
"Always Play Notification Sound": "始终播放通知声音",
@@ -123,7 +123,7 @@
"Artifacts": "Artifacts",
"Ask": "提问",
"Ask a question": "提问",
- "Assistant": "AI模型",
+ "Assistant": "助手",
"Attach file from knowledge": "从知识库附加文件",
"Attention to detail": "注重细节",
"Attribute for Mail": "邮箱属性",
@@ -153,17 +153,17 @@
"Banners": "公告横幅",
"Base Model (From)": "基础模型(来自)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "基础模型列表缓存仅在启动或保存设置时获取基础模型从而加快访问速度,但可能不会显示最近的基础模型更改。",
- "before": "对话",
+ "before": "之前",
"Being lazy": "懒惰",
"Beta": "Beta",
"Bing Search V7 Endpoint": "Bing 搜索 V7 端点",
"Bing Search V7 Subscription Key": "Bing 搜索 V7 订阅密钥",
"Bocha Search API Key": "Bocha Search API 密钥",
- "Bold": "",
+ "Bold": "粗体",
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "为受限响应提升或惩罚特定标记。偏置值将被限制在 -100 到 100(包括两端)之间。(默认:无)",
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "必需提供 Docling OCR Engine 和语言,或者都留空。",
"Brave Search API Key": "Brave Search API 密钥",
- "Bullet List": "",
+ "Bullet List": "无序列表",
"By {{name}}": "由 {{name}} 提供",
"Bypass Embedding and Retrieval": "绕过嵌入和检索",
"Bypass Web Loader": "绕过网页加载器",
@@ -215,7 +215,7 @@
"Click here to select a py file.": "点击此处选择 py 文件",
"Click here to upload a workflow.json file.": "点击此处上传 workflow.json 文件",
"click here.": "点击此处",
- "Click on the user role button to change a user's role.": "点击角色前方的组别按钮以更改用户所属权限组",
+ "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 Chat": "克隆对话",
@@ -224,7 +224,7 @@
"Close Configure Connection Modal": "关闭外部连接配置弹窗",
"Close modal": "关闭弹窗",
"Close settings modal": "关闭设置弹窗",
- "Code Block": "",
+ "Code Block": "代码块",
"Code execution": "代码执行",
"Code Execution": "代码执行",
"Code Execution Engine": "代码执行引擎",
@@ -279,7 +279,7 @@
"Copy Formatted Text": "复制格式化文本",
"Copy last code block": "复制最后一个代码块中的代码",
"Copy last response": "复制最后一次回复内容",
- "Copy link": "",
+ "Copy link": "复制链接",
"Copy Link": "复制链接",
"Copy to clipboard": "复制到剪贴板",
"Copying to clipboard was successful!": "成功复制到剪贴板!",
@@ -290,6 +290,7 @@
"Create Account": "创建账号",
"Create Admin Account": "创建管理员账号",
"Create Channel": "创建频道",
+ "Create Folder": "创建文件夹",
"Create Group": "创建权限组",
"Create Knowledge": "创建知识",
"Create new key": "创建新密钥",
@@ -312,7 +313,7 @@
"Database": "数据库",
"Datalab Marker API": "Datalab Marker API",
"Datalab Marker API Key required.": "需要 Datalab Marker API 密钥",
- "DD/MM/YYYY": "",
+ "DD/MM/YYYY": "DD/MM/YYYY",
"December": "十二月",
"Default": "默认",
"Default (Open AI)": "默认 (OpenAI)",
@@ -336,7 +337,7 @@
"Delete chat": "删除对话记录",
"Delete Chat": "删除对话记录",
"Delete chat?": "要删除此对话记录吗?",
- "Delete folder?": "要删除此分组吗?",
+ "Delete folder?": "要删除此文件夹吗?",
"Delete function?": "要删除此函数吗?",
"Delete Message": "删除消息",
"Delete message?": "要删除此消息吗?",
@@ -369,9 +370,9 @@
"Discover a tool": "发现更多工具",
"Discover how to use Open WebUI and seek support from the community.": "了解如何使用 Open WebUI 并寻求社区支持",
"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": "发现、下载并探索更多模型预设",
"Display": "显示",
"Display Emoji in Call": "在通话中显示 Emoji 表情符号",
@@ -401,7 +402,7 @@
"Drag and drop a file to upload or select a file to view": "拖动文件上传或选择文件查看",
"Draw": "平局",
"Drop any files here to upload": "将任何文件拖放到此处进行上传",
- "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "例如:'30s','10m'。有效的时间单位包括:'s'(秒), 'm'(分), 'h'(时)",
+ "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "例如:“30s”,“10m”。有效的时间单位包括:“s”(秒), “m”(分), “h”(时)",
"e.g. \"json\" or a JSON schema": "例如:\"json\" 或一个 JSON schema",
"e.g. 60": "例如:60",
"e.g. A filter to remove profanity from text": "例如:一个用于过滤文本中不当内容的过滤器",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "例如:pdf,docx,txt",
"e.g. Tools for performing various operations": "例如:用于执行各种操作的工具",
"e.g., 3, 4, 5 (leave blank for default)": "例如:3,4,5(留空使用默认值)",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "例如:audio/wav,audio/mpeg,video/*(留空使用默认值)",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "例如:en-US,ja-JP(留空则自动检测)",
"e.g., westus (leave blank for eastus)": "例如:westus(留空则默认为eastus)",
"e.g.) en,fr,de": "例如:en,fr,de",
@@ -422,6 +423,7 @@
"Edit Channel": "编辑频道",
"Edit Connection": "编辑连接",
"Edit Default Permissions": "编辑默认权限",
+ "Edit Folder": "编辑文件夹",
"Edit Memory": "编辑记忆",
"Edit User": "编辑用户",
"Edit User Group": "编辑用户组",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "输入外部联网搜索 URL",
"Enter Firecrawl API Base URL": "输入 Firecrawl API URL",
"Enter Firecrawl API Key": "输入 Firecrawl API 密钥",
+ "Enter folder name": "输入文件夹名称",
"Enter Github Raw URL": "输入 Github Raw 地址",
"Enter Google PSE API Key": "输入 Google PSE API 密钥",
"Enter Google PSE Engine Id": "输入 Google PSE 引擎 ID",
@@ -528,8 +531,8 @@
"Enter Sougou Search API sID": "输入搜狗搜索 API Secret ID",
"Enter Sougou Search API SK": "输入搜狗搜索 API Secret 密钥",
"Enter stop sequence": "输入停止序列 (Stop Sequence)",
- "Enter system prompt": "输入系统提示词 (Prompt)",
- "Enter system prompt here": "在这里输入系统提示词 (Prompt)",
+ "Enter system prompt": "输入系统提示词 (System Prompt)",
+ "Enter system prompt here": "在这里输入系统提示词 (System Prompt)",
"Enter Tavily API Key": "输入 Tavily API 密钥",
"Enter Tavily Extract Depth": "输入 Tavily 提取深度",
"Enter the public URL of your WebUI. This URL will be used to generate links in the notifications.": "输入 WebUI 的公共 URL。此 URL 将用于在通知中生成链接",
@@ -564,7 +567,7 @@
"Error unloading model: {{error}}": "卸载模型时出错:{{error}}",
"Error uploading file: {{error}}": "上传文件时出错:{{error}}",
"Evaluations": "竞技场评估",
- "Everyone": "",
+ "Everyone": "所有人",
"Exa API Key": "Exa API 密钥",
"Example: (&(objectClass=inetOrgPerson)(uid=%s))": "例如:(&(objectClass=inetOrgPerson)(uid=%s))",
"Example: ALL": "例如:ALL",
@@ -599,20 +602,22 @@
"External Web Loader URL": "外部网页加载器 URL",
"External Web Search API Key": "外部联网搜索 API 密钥",
"External Web Search URL": "外部联网搜索 URL",
- "Failed to add file.": "添加文件失败。",
- "Failed to connect to {{URL}} OpenAPI tool server": "无法连接到 {{URL}} OpenAPI 工具服务器",
+ "Fade Effect for Streaming Text": "流式文本淡入效果",
+ "Failed to add file.": "添加文件失败",
+ "Failed to connect to {{URL}} OpenAPI tool server": "连接到 {{URL}} OpenAPI 工具服务器失败",
"Failed to copy link": "复制链接失败",
- "Failed to create API Key.": "无法创建 API 密钥。",
+ "Failed to create API Key.": "创建 API 密钥失败",
"Failed to delete note": "删除笔记失败",
- "Failed to extract content from the file: {{error}}": "",
- "Failed to extract content from the file.": "",
- "Failed to fetch models": "无法获取模型",
- "Failed to generate title": "",
- "Failed to load file content.": "无法加载文件内容。",
- "Failed to read clipboard contents": "无法读取剪贴板内容",
- "Failed to save connections": "无法保存连接",
- "Failed to save models configuration": "无法保存模型配置",
- "Failed to update settings": "无法更新设置",
+ "Failed to extract content from the file: {{error}}": "文件内容提取失败:{{error}}",
+ "Failed to extract content from the file.": "文件内容提取失败",
+ "Failed to fetch models": "获取模型失败",
+ "Failed to generate title": "生成标题失败",
+ "Failed to load chat preview": "对话预览加载失败",
+ "Failed to load file content.": "文件内容加载失败",
+ "Failed to read clipboard contents": "读取剪贴板内容失败",
+ "Failed to save connections": "保存连接失败",
+ "Failed to save models configuration": "保存模型配置失败",
+ "Failed to update settings": "更新设置失败",
"Failed to upload file.": "上传文件失败",
"Features": "功能",
"Features Permissions": "功能权限",
@@ -640,9 +645,11 @@
"Firecrawl API Key": "Firecrawl API 密钥",
"Fluidly stream large external response chunks": "流畅地传输外部大型响应块数据",
"Focus chat input": "激活对话输入框",
- "Folder deleted successfully": "分组删除成功",
- "Folder name cannot be empty.": "分组名称不能为空",
- "Folder name updated successfully": "分组名称更新成功。",
+ "Folder deleted successfully": "文件夹删除成功",
+ "Folder Name": "文件夹名称",
+ "Folder name cannot be empty.": "文件夹名称不能为空",
+ "Folder name updated successfully": "文件夹名称更新成功",
+ "Folder updated successfully": "文件夹更新成功",
"Follow up": "追问",
"Follow Up Generation": "追问生成",
"Follow Up Generation Prompt": "追问生成提示词",
@@ -653,7 +660,7 @@
"Forge new paths": "开拓新道路",
"Form": "手动创建",
"Format your variables using brackets like this:": "使用括号格式化您的变量,如下所示:",
- "Forwards system user session credentials to authenticate": "转发系统用户 session 凭证以进行身份\u200b\u200b验证",
+ "Forwards system user session credentials to authenticate": "转发系统用户 session 凭证以进行身份验证",
"Full Context Mode": "完整上下文模式",
"Function": "函数",
"Function Calling": "函数调用 (Function Calling)",
@@ -693,9 +700,9 @@
"Group Name": "权限组名称",
"Group updated successfully": "权限组更新成功",
"Groups": "权限组",
- "H1": "",
- "H2": "",
- "H3": "",
+ "H1": "一级标题",
+ "H2": "二级标题",
+ "H3": "三级标题",
"Haptic Feedback": "震动反馈",
"Hello, {{name}}": "你好,{{name}}",
"Help": "帮助",
@@ -751,6 +758,7 @@
"Input commands": "输入命令",
"Input Variables": "插入变量",
"Insert": "插入",
+ "Insert Follow-Up Prompt to Input": "插入追问提示词到输入框",
"Insert Prompt as Rich Text": "以富文本格式插入提示词",
"Install from Github URL": "从 Github URL 安装",
"Instant Auto-Send After Voice Transcription": "语音转录文字后即时自动发送",
@@ -761,7 +769,7 @@
"Invalid JSON file": "JSON 文件无效",
"Invalid Tag": "无效标签",
"is typing...": "输入中...",
- "Italic": "",
+ "Italic": "斜体",
"January": "一月",
"Jina API Key": "Jina API 密钥",
"join our Discord for help.": "加入我们的 Discord 寻求帮助",
@@ -769,16 +777,18 @@
"JSON Preview": "JSON 预览",
"July": "七月",
"June": "六月",
- "Jupyter Auth": "Jupyter Auth",
+ "Jupyter Auth": "Jupyter 身份验证",
"Jupyter URL": "Jupyter URL",
"JWT Expiration": "JWT 过期",
"JWT Token": "JWT 令牌",
"Kagi Search API Key": "Kagi 搜索 API 密钥",
+ "Keep Follow-Up Prompts in Chat": "保留追问提示词在对话中",
"Keep in Sidebar": "保留在侧边栏",
"Key": "密匙",
"Keyboard shortcuts": "键盘快捷键",
"Knowledge": "知识库",
"Knowledge Access": "访问知识库",
+ "Knowledge Base": "知识库",
"Knowledge created successfully.": "知识成功创建",
"Knowledge deleted successfully.": "知识成功删除",
"Knowledge Public Sharing": "知识公开共享",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "留空以使用默认提示词,或输入自定义提示词",
"Leave model field empty to use the default model.": "将模型字段留空以使用默认模型",
"License": "授权",
+ "Lift List": "上移列表",
"Light": "浅色",
"Listening...": "正在倾听...",
"Llama.cpp": "Llama.cpp",
@@ -832,7 +843,7 @@
"Manage Tool Servers": "管理工具服务器",
"March": "三月",
"Markdown": "Markdown",
- "Markdown (Header)": "",
+ "Markdown (Header)": "Markdown(标题)",
"Max Speakers": "最大扬声器数量",
"Max Upload Count": "最大上传数量",
"Max Upload Size": "最大上传大小",
@@ -852,10 +863,10 @@
"Microsoft OneDrive (personal)": "Microsoft OneDrive(个人账户)",
"Microsoft OneDrive (work/school)": "Microsoft OneDrive(工作或学校账户)",
"Mistral OCR": "Mistral OCR",
- "Mistral OCR API Key required.": "需要 Mistral OCR API 密钥。",
+ "Mistral OCR API Key required.": "需要 Mistral OCR API 密钥",
"Model": "模型",
- "Model '{{modelName}}' has been successfully downloaded.": "模型'{{modelName}}'已成功下载",
- "Model '{{modelTag}}' is already in queue for downloading.": "模型'{{modelTag}}'已在下载队列中",
+ "Model '{{modelName}}' has been successfully downloaded.": "模型 “{{modelName}}” 已成功下载",
+ "Model '{{modelTag}}' is already in queue for downloading.": "模型 “{{modelTag}}” 已在下载队列中",
"Model {{modelId}} not found": "未找到模型 {{modelId}}",
"Model {{modelName}} is not vision capable": "模型 {{modelName}} 不支持视觉能力",
"Model {{name}} is now {{status}}": "模型 {{name}} 现在是 {{status}}",
@@ -897,6 +908,7 @@
"New Tool": "新工具",
"new-channel": "新频道",
"Next message": "下一条消息",
+ "No chats found": "未找到对话记录",
"No chats found for this user.": "未找到此用户的对话记录",
"No chats found.": "未找到对话记录",
"No content": "没有内容",
@@ -969,7 +981,7 @@
"openapi.json URL or Path": "openapi.json URL 或路径",
"Options for running a local vision-language model in the picture description. The parameters refer to a model hosted on Hugging Face. This parameter is mutually exclusive with picture_description_api.": "在图片描述功能中本地运行视觉语言模型的选项。此参数指向托管在 Hugging Face 上的模型。此参数不可与 picture_description_api 同时使用。",
"or": "或",
- "Ordered List": "",
+ "Ordered List": "有序列表",
"Organize your users": "组织用户",
"Other": "其他",
"OUTPUT": "输出",
@@ -1118,7 +1130,7 @@
"Search Functions": "搜索函数",
"Search Knowledge": "搜索知识",
"Search Models": "搜索模型",
- "Search Notes": "",
+ "Search Notes": "搜索笔记",
"Search options": "搜索选项",
"Search Prompts": "搜索提示词",
"Search Result Count": "搜索结果数量",
@@ -1135,6 +1147,7 @@
"See what's new": "查阅最新更新内容",
"Seed": "种子 (Seed)",
"Select a base model": "选择一个基础模型",
+ "Select a conversation to preview": "选择对话进行预览",
"Select a engine": "选择一个搜索引擎",
"Select a function": "选择一个函数",
"Select a group": "选择一个权限组",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "注册 {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "通过使用大语言模型(LLM)增强表格、表单、行内公式和版面检测的处理能力,可显著提高准确性。但会增加延迟。默认为启用",
"Signing in to {{WEBUI_NAME}}": "正在登录 {{WEBUI_NAME}}",
+ "Sink List": "下移列表",
"sk-1234": "sk-1234",
"Skip Cache": "跳过缓存",
"Skip the cache and re-run the inference. Defaults to False.": "跳过缓存并重新执行推理。默认为关闭",
@@ -1219,7 +1233,7 @@
"Stop Generating": "停止生成",
"Stop Sequence": "停止序列 (Stop Sequence)",
"Stream Chat Response": "流式对话响应 (Stream Chat Response)",
- "Strikethrough": "",
+ "Strikethrough": "删除线",
"Strip Existing OCR": "清除现有 OCR 文本",
"Strip existing OCR text from the PDF and re-run OCR. Ignored if Force OCR is enabled. Defaults to False.": "清除 PDF 中现有的 OCR 文本并重新执行 OCR 识别。若启用 “强制 OCR 识别” 则此设置无效。默认为关闭",
"STT Model": "语音转文本模型",
@@ -1242,7 +1256,7 @@
"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.": "无尾采样用于减少输出中出现概率较小的 Token 的影响。较高的值(例如 2.0)将进一步减少影响,而值 1.0 则禁用此设置。",
"Talk to model": "与模型交谈",
"Tap to interrupt": "点击以中断",
- "Task List": "",
+ "Task List": "任务列表",
"Task Model": "任务模型",
"Tasks": "任务",
"Tavily API Key": "Tavily API 密钥",
@@ -1309,7 +1323,8 @@
"To access the GGUF models available for downloading,": "要访问可下载的 GGUF 模型,",
"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 learn more about available endpoints, visit our documentation.": "要了解有关可用端点的更多信息,请访问我们的文档",
+ "To learn more about available endpoints, visit our documentation.": "要了解更多关于可用端点的信息,请访问我们的文档",
+ "To learn more about powerful prompt variables, click here": "要了解更多关于强大的提示词变量的信息,请点击此处",
"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.": "为了保护您的隐私,只有评分、模型ID、标签和元数据会从您的反馈中分享——您的对话记录将保持私密,不会被包含在内。",
"To select actions here, add them to the \"Functions\" workspace first.": "要在这里选择自动化,请先将其添加到工作空间中的 “函数”",
"To select filters here, add them to the \"Functions\" workspace first.": "要在这里选择过滤器,请先将其添加到工作空间中的 “函数”",
@@ -1351,11 +1366,12 @@
"Unarchive All": "取消所有存档",
"Unarchive All Archived Chats": "取消所有已存档的对话",
"Unarchive Chat": "取消存档当前对话",
- "Underline": "",
+ "Underline": "下划线",
"Unloads {{FROM_NOW}}": "{{FROM_NOW}} 后卸载",
"Unlock mysteries": "揭开神秘面纱",
"Unpin": "取消置顶",
"Unravel secrets": "解开秘密",
+ "Unsupported file type.": "不支持的文件类型",
"Untagged": "无标签",
"Untitled": "无标题",
"Update": "更新",
@@ -1391,14 +1407,14 @@
"User Webhooks": "用户 Webhook",
"Username": "用户名",
"Users": "用户",
+ "Using Entire Document": "使用完整文档",
+ "Using Focused Retrieval": "使用聚焦检索",
"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": "阀门更新成功",
"variable": "变量",
- "variable to have them replaced with clipboard content.": "变量将被剪贴板内容替换",
"Verify Connection": "验证连接",
"Verify SSL Certificate": "验证 SSL 证书",
"Version": "版本",
@@ -1442,7 +1458,7 @@
"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.": "与 top-k 配合使用。较高的值(例如 0.95)将产生更加多样化的文本,而较低的值(例如 0.5)将产生更加集中和保守的文本。",
"Workspace": "工作空间",
"Workspace Permissions": "工作空间权限",
- "Write": "读写",
+ "Write": "可写",
"Write a prompt suggestion (e.g. Who are you?)": "写一个提示词建议(例如:你是谁?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "用 50 个字写一个总结 [主题或关键词]",
"Write something...": "写点什么...",
diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json
index c3b061c79a..ae797d1e65 100644
--- a/src/lib/i18n/locales/zh-TW/translation.json
+++ b/src/lib/i18n/locales/zh-TW/translation.json
@@ -149,7 +149,7 @@
"Azure AI Speech": "Azure AI 語音",
"Azure Region": "Azure 區域",
"Back": "返回",
- "Bad Response": "錯誤回應",
+ "Bad Response": "回應不佳",
"Banners": "橫幅",
"Base Model (From)": "基礎模型(來自)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
@@ -290,6 +290,7 @@
"Create Account": "建立帳號",
"Create Admin Account": "建立管理員賬號",
"Create Channel": "建立頻道",
+ "Create Folder": "",
"Create Group": "建立群組",
"Create Knowledge": "建立知識",
"Create new key": "建立新的金鑰",
@@ -413,7 +414,7 @@
"e.g. pdf, docx, txt": "例如:pdf, docx, txt",
"e.g. Tools for performing various operations": "例如:用於執行各種操作的工具",
"e.g., 3, 4, 5 (leave blank for default)": "例如:3、4、5(留空使用預設值)",
- "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)": "",
+ "e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)": "",
"e.g., en-US,ja-JP (leave blank for auto-detect)": "例如:en-US, ja-JP(留空以自動偵測)",
"e.g., westus (leave blank for eastus)": "例如:westus(留空則使用 eastus)",
"e.g.) en,fr,de": "例如:en, fr, de",
@@ -422,6 +423,7 @@
"Edit Channel": "編輯頻道",
"Edit Connection": "編輯連線",
"Edit Default Permissions": "編輯預設權限",
+ "Edit Folder": "",
"Edit Memory": "編輯記憶",
"Edit User": "編輯使用者",
"Edit User Group": "編輯使用者群組",
@@ -487,6 +489,7 @@
"Enter External Web Search URL": "輸入外部網路搜尋 URL",
"Enter Firecrawl API Base URL": "輸入 Firecrawl API 基底 URL",
"Enter Firecrawl API Key": "輸入 Firecrawl API 金鑰",
+ "Enter folder name": "",
"Enter Github Raw URL": "輸入 GitHub Raw URL",
"Enter Google PSE API Key": "輸入 Google PSE API 金鑰",
"Enter Google PSE Engine Id": "輸入 Google PSE 引擎 ID",
@@ -599,6 +602,7 @@
"External Web Loader URL": "外部網頁載入器 URL",
"External Web Search API Key": "外部網路搜尋 API 金鑰",
"External Web Search URL": "外部網路搜尋 URL",
+ "Fade Effect for Streaming Text": "",
"Failed to add file.": "新增檔案失敗。",
"Failed to connect to {{URL}} OpenAPI tool server": "無法連線至 {{URL}} OpenAPI 工具伺服器",
"Failed to copy link": "複製連結失敗",
@@ -608,6 +612,7 @@
"Failed to extract content from the file.": "",
"Failed to fetch models": "取得模型失敗",
"Failed to generate title": "",
+ "Failed to load chat preview": "",
"Failed to load file content.": "載入檔案內容失敗。",
"Failed to read clipboard contents": "讀取剪貼簿內容失敗",
"Failed to save connections": "儲存連線失敗",
@@ -641,8 +646,10 @@
"Fluidly stream large external response chunks": "流暢地串流大型外部回應區塊",
"Focus chat input": "聚焦對話輸入",
"Folder deleted successfully": "成功刪除資料夾",
+ "Folder Name": "",
"Folder name cannot be empty.": "資料夾名稱不能為空。",
"Folder name updated successfully": "成功更新資料夾名稱",
+ "Folder updated successfully": "",
"Follow up": "跟進",
"Follow Up Generation": "跟進內容生成",
"Follow Up Generation Prompt": "跟進內容生成提示詞",
@@ -683,7 +690,7 @@
"Get started": "開始使用",
"Get started with {{WEBUI_NAME}}": "開始使用 {{WEBUI_NAME}}",
"Global": "全域",
- "Good Response": "良好回應",
+ "Good Response": "回應良好",
"Google Drive": "Google Drive",
"Google PSE API Key": "Google PSE API 金鑰",
"Google PSE Engine Id": "Google PSE 引擎 ID",
@@ -751,6 +758,7 @@
"Input commands": "輸入命令",
"Input Variables": "",
"Insert": "",
+ "Insert Follow-Up Prompt to Input": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "從 GitHub URL 安裝",
"Instant Auto-Send After Voice Transcription": "語音轉錄後立即自動傳送",
@@ -774,11 +782,13 @@
"JWT Expiration": "JWT 過期時間",
"JWT Token": "JWT Token",
"Kagi Search API Key": "Kagi 搜尋 API 金鑰",
+ "Keep Follow-Up Prompts in Chat": "",
"Keep in Sidebar": "保留在側邊欄",
"Key": "金鑰",
"Keyboard shortcuts": "鍵盤快捷鍵",
"Knowledge": "知識",
"Knowledge Access": "知識存取",
+ "Knowledge Base": "",
"Knowledge created successfully.": "成功建立知識。",
"Knowledge deleted successfully.": "成功刪除知識。",
"Knowledge Public Sharing": "知識公開分享",
@@ -807,6 +817,7 @@
"Leave empty to use the default prompt, or enter a custom prompt": "留空以使用預設提示詞,或輸入自訂提示詞",
"Leave model field empty to use the default model.": "留空模型欄位以使用預設模型。",
"License": "授權",
+ "Lift List": "",
"Light": "淺色",
"Listening...": "正在聆聽...",
"Llama.cpp": "Llama.cpp",
@@ -816,7 +827,7 @@
"Local": "本機",
"Local Task Model": "本機任務模型",
"Location access not allowed": "位置存取未獲允許",
- "Lost": "已遺失",
+ "Lost": "落敗",
"LTR": "從左到右",
"Made by Open WebUI Community": "由 Open WebUI 社群製作",
"Make password visible in the user interface": "",
@@ -897,6 +908,7 @@
"New Tool": "新增工具",
"new-channel": "new-channel",
"Next message": "",
+ "No chats found": "",
"No chats found for this user.": "未找到此使用者的對話記錄。",
"No chats found.": "未找到對話記錄。",
"No content": "無內容",
@@ -1135,6 +1147,7 @@
"See what's new": "檢視新功能",
"Seed": "種子值",
"Select a base model": "選擇基礎模型",
+ "Select a conversation to preview": "",
"Select a engine": "選擇引擎",
"Select a function": "選擇函式",
"Select a group": "選擇群組",
@@ -1205,6 +1218,7 @@
"Sign up to {{WEBUI_NAME}}": "註冊 {{WEBUI_NAME}}",
"Significantly improves accuracy by using an LLM to enhance tables, forms, inline math, and layout detection. Will increase latency. Defaults to True.": "透過 LLM 顯著提升表格、表單、行內數學公式與版面偵測的準確度,但會增加延遲時間。預設為 True。",
"Signing in to {{WEBUI_NAME}}": "正在登入 {{WEBUI_NAME}}",
+ "Sink List": "",
"sk-1234": "sk-1234",
"Skip Cache": "略過快取",
"Skip the cache and re-run the inference. Defaults to False.": "略過快取並重新執行推理。預設為 False。",
@@ -1310,6 +1324,7 @@
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "若要存取 WebUI,請聯絡管理員。管理員可以從管理面板管理使用者狀態。",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "若要在此處附加知識庫,請先將它們新增到「知識」工作區。",
"To learn more about available endpoints, visit our documentation.": "若要進一步了解可用的端點,請參閱我們的檔案。",
+ "To learn more about powerful prompt variables, click here": "",
"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.": "為了保護您的隱私,只會分享您回饋中的評分、模型 ID、標籤和中繼資料 —— 您的對話紀錄仍然是私密的,不會被包含在內。",
"To select actions here, add them to the \"Functions\" workspace first.": "若要在此選擇動作,請先將它們新增到「函式」工作區。",
"To select filters here, add them to the \"Functions\" workspace first.": "若要在此選擇篩選器,請先將它們新增到「函式」工作區。",
@@ -1356,6 +1371,7 @@
"Unlock mysteries": "解鎖謎題",
"Unpin": "取消釘選",
"Unravel secrets": "揭開秘密",
+ "Unsupported file type.": "",
"Untagged": "取消標簽的",
"Untitled": "未命名",
"Update": "更新",
@@ -1391,14 +1407,14 @@
"User Webhooks": "使用者 Webhooks",
"Username": "使用者名稱",
"Users": "使用者",
+ "Using Entire Document": "",
+ "Using Focused Retrieval": "",
"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": "成功閥門更新",
"variable": "變數",
- "variable to have them replaced with clipboard content.": "變數,以便將其替換為剪貼簿內容。",
"Verify Connection": "驗證連線",
"Verify SSL Certificate": "驗證 SSL 憑證",
"Version": "版本",
diff --git a/src/lib/stores/index.ts b/src/lib/stores/index.ts
index e813c5c834..a2c72e55ac 100644
--- a/src/lib/stores/index.ts
+++ b/src/lib/stores/index.ts
@@ -69,6 +69,7 @@ export const settings: Writable
= writable({});
export const showSidebar = writable(false);
export const showSearch = writable(false);
export const showSettings = writable(false);
+export const showShortcuts = writable(false);
export const showArchivedChats = writable(false);
export const showChangelog = writable(false);
diff --git a/src/lib/utils/index.ts b/src/lib/utils/index.ts
index 4b7262f2ef..6fe6f0a2fb 100644
--- a/src/lib/utils/index.ts
+++ b/src/lib/utils/index.ts
@@ -384,23 +384,25 @@ export const formatDate = (inputDate) => {
}
};
-export const copyToClipboard = async (text, formatted = false) => {
+export const copyToClipboard = async (text, html = null, formatted = false) => {
if (formatted) {
- const options = {
- throwOnError: false,
- highlight: function (code, lang) {
- const language = hljs.getLanguage(lang) ? lang : 'plaintext';
- return hljs.highlight(code, { language }).value;
- }
- };
- marked.use(markedKatexExtension(options));
- marked.use(markedExtension(options));
- // DEVELOPER NOTE: Go to `$lib/components/chat/Messages/Markdown.svelte` to add extra markdown extensions for rendering.
+ let styledHtml = '';
+ if (!html) {
+ const options = {
+ throwOnError: false,
+ highlight: function (code, lang) {
+ const language = hljs.getLanguage(lang) ? lang : 'plaintext';
+ return hljs.highlight(code, { language }).value;
+ }
+ };
+ marked.use(markedKatexExtension(options));
+ marked.use(markedExtension(options));
+ // DEVELOPER NOTE: Go to `$lib/components/chat/Messages/Markdown.svelte` to add extra markdown extensions for rendering.
- const htmlContent = marked.parse(text);
+ const htmlContent = marked.parse(text);
- // Add basic styling to make the content look better when pasted
- const styledHtml = `
+ // Add basic styling to make the content look better when pasted
+ styledHtml = `