+
+
+ {$i18n.t('Playground')}
+ {$i18n.t('(Beta)')}
+
-
-
+
+
+
+
+
+ model.name !== 'hr')
+ .map((model) => ({
+ value: model.id,
+ label: model.name,
+ info: model
+ }))}
+ bind:value={selectedModelId}
+ />
+
-
-
-
-
- model.name !== 'hr')
- .map((model) => ({
- value: model.id,
- label: model.name,
- info: model
- }))}
- bind:value={selectedModelId}
- className="w-[42rem]"
- />
-
-
-
-
-
+
+
+
+ {#if mode === 'chat'}
+
+ {/if}
- {#if mode === 'chat'}
-
-
-
{$i18n.t('System')}
+
+
+
+ {#if mode === 'complete'}
-
+ {:else if mode === 'chat'}
+
+ {/if}
+
+
+
+
+ {#if !loading}
+
{
+ submitHandler();
+ }}
+ >
+ {$i18n.t('Submit')}
+
+ {:else}
+
{
+ stopResponse();
+ }}
+ >
+ {$i18n.t('Cancel')}
+
{/if}
-
-
-
-
- {#if mode === 'complete'}
-
- {:else if mode === 'chat'}
-
- {/if}
-
-
-
-
-
- {#if !loading}
- {
- submitHandler();
- }}
- >
- {$i18n.t('Submit')}
-
- {:else}
- {
- stopResponse();
- }}
- >
- {$i18n.t('Cancel')}
-
- {/if}
-
diff --git a/src/lib/components/workspace/Prompts.svelte b/src/lib/components/workspace/Prompts.svelte
new file mode 100644
index 0000000000..65c8442e86
--- /dev/null
+++ b/src/lib/components/workspace/Prompts.svelte
@@ -0,0 +1,331 @@
+
+
+
+
+ {$i18n.t('Prompts')} | {$WEBUI_NAME}
+
+
+
+
+
+
+
+
+
+ {#each $prompts.filter((p) => query === '' || p.command.includes(query)) as prompt}
+
+
+
+
+
+
+
+
{
+ // console.log(modelfile);
+ sessionStorage.prompt = JSON.stringify(prompt);
+ goto('/workspace/prompts/create');
+ }}
+ >
+
+
+
+
{
+ sharePrompt(prompt);
+ }}
+ >
+
+
+
+
{
+ deletePrompt(prompt.command);
+ }}
+ >
+
+
+
+
+ {/each}
+
+
+
+
+
{
+ console.log(importFiles);
+
+ const reader = new FileReader();
+ reader.onload = async (event) => {
+ const savedPrompts = JSON.parse(event.target.result);
+ console.log(savedPrompts);
+
+ for (const prompt of savedPrompts) {
+ await createNewPrompt(
+ localStorage.token,
+ prompt.command.charAt(0) === '/' ? prompt.command.slice(1) : prompt.command,
+ prompt.title,
+ prompt.content
+ ).catch((error) => {
+ toast.error(error);
+ return null;
+ });
+ }
+
+ await prompts.set(await getPrompts(localStorage.token));
+ };
+
+ reader.readAsText(importFiles[0]);
+ }}
+ />
+
+
{
+ promptsImportInputElement.click();
+ }}
+ >
+ {$i18n.t('Import Prompts')}
+
+
+
+
+
{
+ // promptsImportInputElement.click();
+ let blob = new Blob([JSON.stringify($prompts)], {
+ type: 'application/json'
+ });
+ saveAs(blob, `prompts-export-${Date.now()}.json`);
+ }}
+ >
+ {$i18n.t('Export Prompts')}
+
+
+
+
+
+
+
+
+
diff --git a/src/lib/constants.ts b/src/lib/constants.ts
index 5adefe5613..62ac2b8c37 100644
--- a/src/lib/constants.ts
+++ b/src/lib/constants.ts
@@ -1,8 +1,8 @@
-import { dev } from '$app/environment';
+import { browser, dev } from '$app/environment';
// import { version } from '../../package.json';
export const APP_NAME = 'Open WebUI';
-export const WEBUI_BASE_URL = dev ? `http://${location.hostname}:8080` : ``;
+export const WEBUI_BASE_URL = browser ? (dev ? `http://${location.hostname}:8080` : ``) : ``;
export const WEBUI_API_BASE_URL = `${WEBUI_BASE_URL}/api/v1`;
diff --git a/src/lib/i18n/index.ts b/src/lib/i18n/index.ts
index b0580345fb..172c42f91b 100644
--- a/src/lib/i18n/index.ts
+++ b/src/lib/i18n/index.ts
@@ -37,7 +37,7 @@ const createIsLoadingStore = (i18n: i18nType) => {
return isLoading;
};
-export const initI18n = (defaultLocale: string) => {
+export const initI18n = (defaultLocale: string | undefined) => {
let detectionOrder = defaultLocale
? ['querystring', 'localStorage']
: ['querystring', 'localStorage', 'navigator'];
diff --git a/src/lib/i18n/locales/ar-BH/translation.json b/src/lib/i18n/locales/ar-BH/translation.json
index d57282afea..b6359e3fbf 100644
--- a/src/lib/i18n/locales/ar-BH/translation.json
+++ b/src/lib/i18n/locales/ar-BH/translation.json
@@ -1,34 +1,36 @@
{
"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "",
"(Beta)": "(تجريبي)",
- "(e.g. `sh webui.sh --api`)": "(مثال `sh webui.sh --api`)",
+ "(e.g. `sh webui.sh --api`)": "( `sh webui.sh --api`مثال)",
"(latest)": "(الأخير)",
"{{modelName}} is thinking...": "{{modelName}} ...يفكر",
"{{user}}'s Chats": "{{user}}' الدردشات",
- "{{webUIName}} Backend Required": "",
+ "{{webUIName}} Backend Required": "{{webUIName}} مطلوب",
"a user": "المستخدم",
"About": "عن",
"Account": "الحساب",
"Accurate information": "معلومات دقيقة",
+ "Add": "",
"Add a model": "أضافة موديل",
"Add a model tag name": "ضع تاق للأسم الموديل",
"Add a short description about what this modelfile does": "أضف وصفًا قصيرًا حول ما يفعله ملف الموديل هذا",
"Add a short title for this prompt": "أضف عنوانًا قصيرًا لبداء المحادثة",
"Add a tag": "أضافة تاق",
- "Add custom prompt": "",
+ "Add custom prompt": "أضافة مطالبة مخصصه",
"Add Docs": "إضافة المستندات",
"Add Files": "إضافة ملفات",
+ "Add Memory": "",
"Add message": "اضافة رسالة",
"Add Model": "اضافة موديل",
"Add Tags": "اضافة تاق",
"Add User": "اضافة مستخدم",
- "Adjusting these settings will apply changes universally to all users.": "سيؤدي ضبط هذه الإعدادات إلى تطبيق التغييرات بشكل عام على كافة المستخدمين.",
+ "Adjusting these settings will apply changes universally to all users.": "سيؤدي ضبط هذه الإعدادات إلى تطبيق التغييرات بشكل عام على كافة المستخدمين",
"admin": "المشرف",
"Admin Panel": "لوحة التحكم",
"Admin Settings": "اعدادات المشرف",
"Advanced Parameters": "التعليمات المتقدمة",
"all": "الكل",
- "All Documents": "",
+ "All Documents": "جميع الملفات",
"All Users": "جميع المستخدمين",
"Allow": "يسمح",
"Allow Chat Deletion": "يستطيع حذف المحادثات",
@@ -42,23 +44,23 @@
"API Key created.": "API تم أنشاء المفتاح",
"API keys": "API المفاتيح",
"API RPM": "API RPM",
- "April": "",
+ "April": "أبريل",
"Archive": "الأرشيف",
"Archived Chats": "الأرشيف المحادثات",
"are allowed - Activate this command by typing": "مسموح - قم بتنشيط هذا الأمر عن طريق الكتابة",
"Are you sure?": "هل أنت متأكد ؟",
- "Attach file": "",
+ "Attach file": "أرفق ملف",
"Attention to detail": "انتبه للتفاصيل",
"Audio": "صوتي",
- "August": "",
+ "August": "أغسطس",
"Auto-playback response": "استجابة التشغيل التلقائي",
- "Auto-send input after 3 sec.": "إرسال تلقائي للإدخال بعد 3 ثوانٍ.",
+ "Auto-send input after 3 sec.": "إرسال تلقائي للإدخال بعد 3 ثواني.",
"AUTOMATIC1111 Base URL": "AUTOMATIC1111 الرابط الرئيسي",
"AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 الرابط مطلوب",
"available!": "متاح",
"Back": "خلف",
"Bad Response": "استجابة خطاء",
- "before": "",
+ "before": "قبل",
"Being lazy": "كون كسول",
"Builder Mode": "بناء الموديل",
"Bypass SSL verification for Websites": "",
@@ -66,8 +68,10 @@
"Categories": "التصنيفات",
"Change Password": "تغير الباسورد",
"Chat": "المحادثة",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "تاريخ المحادثة",
- "Chat History is off for this browser.": "سجل الدردشة معطل لهذا المتصفح.",
+ "Chat History is off for this browser.": "سجل الدردشة معطل لهذا المتصفح",
"Chats": "المحادثات",
"Check Again": "تحقق مرة اخرى",
"Check for updates": "تحقق من التحديثات",
@@ -76,13 +80,13 @@
"Chunk Overlap": "Chunk تداخل",
"Chunk Params": "Chunk المتغيرات",
"Chunk Size": "Chunk حجم",
- "Citation": "",
+ "Citation": "اقتباس",
"Click here for help.": "أضغط هنا للمساعدة",
- "Click here to": "",
- "Click here to check other modelfiles.": "انقر هنا للتحقق من ملفات الموديلات الأخرى.",
+ "Click here to": "أضغط هنا الانتقال",
+ "Click here to check other modelfiles.": "انقر هنا للتحقق من ملفات الموديلات الأخرى",
"Click here to select": "أضغط هنا للاختيار",
"Click here to select a csv file.": "أضغط هنا للاختيار ملف csv",
- "Click here to select documents.": "انقر هنا لاختيار المستندات.",
+ "Click here to select documents.": "انقر هنا لاختيار المستندات",
"click here.": "أضغط هنا",
"Click on the user role button to change a user's role.": "أضغط على أسم الصلاحيات لتغيرها للمستخدم",
"Close": "أغلق",
@@ -97,17 +101,17 @@
"Context Length": "طول السياق",
"Continue Response": "متابعة الرد",
"Conversation Mode": "وضع المحادثة",
- "Copied shared chat URL to clipboard!": "تم نسخ عنوان URL للدردشة المشتركة إلى الحافظة!",
+ "Copied shared chat URL to clipboard!": "تم نسخ عنوان URL للدردشة المشتركة إلى الحافظة",
"Copy": "نسخ",
"Copy last code block": "انسخ كتلة التعليمات البرمجية الأخيرة",
"Copy last response": "انسخ الرد الأخير",
"Copy Link": "أنسخ الرابط",
- "Copying to clipboard was successful!": "تم النسخ إلى الحافظة بنجاح!",
+ "Copying to clipboard was successful!": "تم النسخ إلى الحافظة بنجاح",
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "قم بإنشاء عبارة موجزة مكونة من 3-5 كلمات كرأس للاستعلام التالي، مع الالتزام الصارم بالحد الأقصى لعدد الكلمات الذي يتراوح بين 3-5 كلمات وتجنب استخدام الكلمة 'عنوان':",
"Create a modelfile": "إنشاء ملف نموذجي",
"Create Account": "إنشاء حساب",
- "Create new key": "",
- "Create new secret key": "",
+ "Create new key": "عمل مفتاح جديد",
+ "Create new secret key": "عمل سر جديد",
"Created at": "أنشئت في",
"Created At": "أنشئت من",
"Current Model": "الموديل المختار",
@@ -115,27 +119,26 @@
"Custom": "مخصص",
"Customize Ollama models for a specific purpose": "تخصيص الموديل Ollama لغرض محدد",
"Dark": "مظلم",
- "Dashboard": "",
+ "Dashboard": "لوحة التحكم",
"Database": "قاعدة البيانات",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
- "December": "",
+ "December": "ديسمبر",
"Default": "الإفتراضي",
- "Default (Automatic1111)": "الإفتراضي (Automatic1111)",
- "Default (SentenceTransformers)": "الإفتراضي (SentenceTransformers)",
- "Default (Web API)": "الإفتراضي (Web API)",
+ "Default (Automatic1111)": "(Automatic1111) الإفتراضي",
+ "Default (SentenceTransformers)": "(SentenceTransformers) الإفتراضي",
+ "Default (Web API)": "(Web API) الإفتراضي",
"Default model updated": "الإفتراضي تحديث الموديل",
"Default Prompt Suggestions": "الإفتراضي Prompt الاقتراحات",
"Default User Role": "الإفتراضي صلاحيات المستخدم",
"delete": "حذف",
- "Delete": "حذف.",
+ "Delete": "حذف",
"Delete a model": "حذف الموديل",
"Delete chat": "حذف المحادثه",
"Delete Chat": "حذف المحادثه.",
- "Delete Chats": "حذ المحادثات",
- "delete this link": "",
+ "Delete Chats": "حذف المحادثات",
+ "delete this link": "أحذف هذا الرابط",
"Delete User": "حذف المستخدم",
- "Deleted {{deleteModelTag}}": "حذف {{deleteModelTag}}",
- "Deleted {{tagName}}": "حذف {{tagName}}",
+ "Deleted {{deleteModelTag}}": "{{deleteModelTag}} حذف",
+ "Deleted {{tagName}}": "{{tagName}} حذف",
"Description": "وصف",
"Didn't fully follow instructions": "لم أتبع التعليمات بشكل كامل",
"Disabled": "تعطيل",
@@ -152,7 +155,7 @@
"Don't have an account?": "ليس لديك حساب؟",
"Don't like the style": "لا أحب النمط",
"Download": "تحميل",
- "Download canceled": "",
+ "Download canceled": "تم اللغاء التحميل",
"Download Database": "تحميل قاعدة البيانات",
"Drop any files here to add to the conversation": "أسقط أية ملفات هنا لإضافتها إلى المحادثة",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "e.g. '30s','10m'. الوحدات الزمنية الصالحة هي 's', 'm', 'h'.",
@@ -168,17 +171,18 @@
"Enabled": "تفعيل",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "تأكد من أن ملف CSV الخاص بك يتضمن 4 أعمدة بهذا الترتيب: Name, Email, Password, Role.",
"Enter {{role}} message here": "أدخل رسالة {{role}} هنا",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "أدخل Chunk المتداخل",
"Enter Chunk Size": "أدخل Chunk الحجم",
- "Enter Image Size (e.g. 512x512)": "أدخل حجم الصورة (e.g. 512x512)",
- "Enter language codes": "",
+ "Enter Image Size (e.g. 512x512)": "(e.g. 512x512) أدخل حجم الصورة ",
+ "Enter language codes": "أدخل كود اللغة",
"Enter LiteLLM API Base URL (litellm_params.api_base)": "أدخل عنوان URL الأساسي لواجهة برمجة تطبيقات LiteLLM (litellm_params.api_base)",
"Enter LiteLLM API Key (litellm_params.api_key)": "أدخل مفتاح LiteLLM API (litellm_params.api_key)",
"Enter LiteLLM API RPM (litellm_params.rpm)": "أدخل LiteLLM API RPM (litllm_params.rpm)",
"Enter LiteLLM Model (litellm_params.model)": "أدخل LiteLLM الموديل (litellm_params.model)",
"Enter Max Tokens (litellm_params.max_tokens)": "أدخل أكثر Tokens (litellm_params.max_tokens)",
- "Enter model tag (e.g. {{modelTag}})": "أدخل الموديل تاق (e.g. {{modelTag}})",
- "Enter Number of Steps (e.g. 50)": "أدخل عدد الخطوات (e.g. 50)",
+ "Enter model tag (e.g. {{modelTag}})": "(e.g. {{modelTag}}) أدخل الموديل تاق",
+ "Enter Number of Steps (e.g. 50)": "(e.g. 50) أدخل عدد الخطوات",
"Enter Score": "أدخل النتيجة",
"Enter stop sequence": "أدخل تسلسل التوقف",
"Enter Top K": "Enter Top K",
@@ -196,7 +200,7 @@
"Export Prompts": "مطالبات التصدير",
"Failed to create API Key.": "فشل في إنشاء مفتاح API.",
"Failed to read clipboard contents": "فشل في قراءة محتويات الحافظة",
- "February": "",
+ "February": "فبراير",
"Feel free to add specific details": "لا تتردد في إضافة تفاصيل محددة",
"File Mode": "وضع الملف",
"File not found.": "لم يتم العثور على الملف.",
@@ -211,9 +215,10 @@
"General Settings": "الاعدادات العامة",
"Generation Info": "معلومات الجيل",
"Good Response": "استجابة جيدة",
+ "h:mm a": "",
"has no conversations.": "ليس لديه محادثات.",
- "Hello, {{name}}": "مرحبا, {{name}}",
- "Help": "",
+ "Hello, {{name}}": " {{name}} مرحبا",
+ "Help": "مساعدة",
"Hide": "أخفاء",
"Hide Additional Params": "إخفاء المعلمات الإضافية",
"How can I help you today?": "كيف استطيع مساعدتك اليوم؟",
@@ -227,14 +232,14 @@
"Import Modelfiles": "استيراد ملفات النماذج",
"Import Prompts": "مطالبات الاستيراد",
"Include `--api` flag when running stable-diffusion-webui": "قم بتضمين علامة `-api` عند تشغيل Stable-diffusion-webui",
- "Input commands": "",
+ "Input commands": "إدخال الأوامر",
"Interface": "واجهه المستخدم",
- "Invalid Tag": "",
- "January": "",
+ "Invalid Tag": "تاق غير صالحة",
+ "January": "يناير",
"join our Discord for help.": "انضم إلى Discord للحصول على المساعدة.",
"JSON": "JSON",
- "July": "",
- "June": "",
+ "July": "يوليو",
+ "June": "يونيو",
"JWT Expiration": "JWT تجريبي",
"JWT Token": "JWT Token",
"Keep Alive": "Keep Alive",
@@ -242,18 +247,21 @@
"Language": "اللغة",
"Last Active": "آخر نشاط",
"Light": "فاتح",
- "Listening...": "جاري الاستماع...",
- "LLMs can make mistakes. Verify important information.": "يمكن أن يرتكب LLM الأخطاء. التحقق من المعلومات الهامة.",
- "Made by OpenWebUI Community": "تم إنشاؤه بواسطة مجتمع OpenWebUI",
+ "Listening...": "جاري الاستماع",
+ "LLMs can make mistakes. Verify important information.": "يمكن أن تصدر بعض الأخطاء. لذلك يجب التحقق من المعلومات المهمة",
+ "LTR": "",
+ "Made by OpenWebUI Community": "OpenWebUI تم إنشاؤه بواسطة مجتمع ",
"Make sure to enclose them with": "تأكد من إرفاقها",
- "Manage LiteLLM Models": "إدارة نماذج LiteLLM",
+ "Manage LiteLLM Models": "LiteLLM إدارة نماذج ",
"Manage Models": "إدارة النماذج",
- "Manage Ollama Models": "إدارة موديلات Ollama",
+ "Manage Ollama Models": "Ollama إدارة موديلات ",
"March": "",
"Max Tokens": "Max Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "يمكن تنزيل 3 نماذج كحد أقصى في وقت واحد. الرجاء معاودة المحاولة في وقت لاحق.",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "الحد الأدنى من النقاط",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -263,7 +271,7 @@
"Model '{{modelName}}' has been successfully downloaded.": "موديل '{{modelName}}'تم تحميله بنجاح",
"Model '{{modelTag}}' is already in queue for downloading.": "موديل '{{modelTag}}' جاري تحميلة الرجاء الانتظار",
"Model {{modelId}} not found": "موديل {{modelId}} لم يوجد",
- "Model {{modelName}} already exists.": "موديل {{modelName}} موجود",
+ "Model {{modelName}} already exists.": "موجود {{modelName}} موديل ",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "تم اكتشاف مسار نظام الملفات النموذجي. الاسم المختصر للنموذج مطلوب للتحديث، ولا يمكن الاستمرار.",
"Model Name": "أسم الموديل",
"Model not selected": "لم تختار موديل",
@@ -276,23 +284,20 @@
"Modelfiles": "ملفات الموديل",
"Models": "الموديلات",
"More": "المزيد",
- "My Documents": "مستنداتي",
- "My Modelfiles": "ملفاتي النموذجية",
- "My Prompts": "مطالباتي",
"Name": "الأسم",
"Name Tag": "أسم التاق",
"Name your modelfile": "قم بتسمية ملف النموذج الخاص بك",
"New Chat": "دردشة جديدة",
"New Password": "كلمة المرور الجديدة",
- "No results found": "",
- "No source available": "",
+ "No results found": "لا توجد نتايج",
+ "No source available": "لا يوجد مصدر متاح",
"Not factually correct": "ليس صحيحا من حيث الواقع",
"Not sure what to add?": "لست متأكدا ما يجب إضافته؟",
"Not sure what to write? Switch to": "لست متأكدا ماذا أكتب؟ التبديل إلى",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ملاحظة: إذا قمت بتعيين الحد الأدنى من النقاط، فلن يؤدي البحث إلا إلى إرجاع المستندات التي لها نقاط أكبر من أو تساوي الحد الأدنى من النقاط.",
"Notifications": "إشعارات",
- "November": "",
- "October": "",
+ "November": "نوفمبر",
+ "October": "اكتوبر",
"Off": "أغلاق",
"Okay, Let's Go!": "حسنا دعنا نذهب!",
"OLED Dark": "OLED داكن",
@@ -306,50 +311,51 @@
"Oops! Looks like the URL is invalid. Please double-check and try again.": "خطاء! يبدو أن عنوان URL غير صالح. يرجى التحقق مرة أخرى والمحاولة مرة أخرى.",
"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "خطاء! أنت تستخدم طريقة غير مدعومة (الواجهة الأمامية فقط). يرجى تقديم واجهة WebUI من الواجهة الخلفية.",
"Open": "فتح",
- "Open AI": "فتح AI",
- "Open AI (Dall-E)": "فتح AI (Dall-E)",
+ "Open AI": "AI فتح",
+ "Open AI (Dall-E)": "AI (Dall-E) فتح",
"Open new chat": "فتح محادثة جديده",
"OpenAI": "OpenAI",
"OpenAI API": "OpenAI API",
"OpenAI API Config": "OpenAI API إعدادات",
- "OpenAI API Key is required.": "مطلوب مفتاح OpenAI API.",
- "OpenAI URL/Key required.": "مطلوب عنوان URL/مفتاح OpenAI.",
+ "OpenAI API Key is required.": "OpenAI API.مطلوب مفتاح ",
+ "OpenAI URL/Key required.": "URL/مفتاح OpenAI.مطلوب عنوان ",
"or": "أو",
"Other": "آخر",
- "Overview": "",
+ "Overview": "عرض",
"Parameters": "Parameters",
"Password": "الباسورد",
"PDF document (.pdf)": "PDF ملف (.pdf)",
"PDF Extract Images (OCR)": "PDF أستخرج الصور (OCR)",
"pending": "قيد الانتظار",
- "Permission denied when accessing microphone: {{error}}": "تم رفض الإذن عند الوصول إلى الميكروفون: {{error}}",
+ "Permission denied when accessing microphone: {{error}}": "{{error}} تم رفض الإذن عند الوصول إلى الميكروفون ",
+ "Personalization": "",
"Plain text (.txt)": "نص عادي (.txt)",
"Playground": "مكان التجربة",
"Positive attitude": "موقف ايجابي",
- "Previous 30 days": "",
- "Previous 7 days": "",
+ "Previous 30 days": "أخر 30 يوم",
+ "Previous 7 days": "أخر 7 أيام",
"Profile Image": "صورة الملف الشخصي",
- "Prompt": "",
+ "Prompt": "مطالبة",
"Prompt (e.g. Tell me a fun fact about the Roman Empire)": "موجه (على سبيل المثال: أخبرني بحقيقة ممتعة عن الإمبراطورية الرومانية)",
"Prompt Content": "محتوى عاجل",
"Prompt suggestions": "اقتراحات سريعة",
- "Prompts": "حث",
- "Pull \"{{searchValue}}\" from Ollama.com": "",
- "Pull a model from Ollama.com": "سحب الموديل من Ollama.com",
+ "Prompts": "مطالبات",
+ "Pull \"{{searchValue}}\" from Ollama.com": "Ollama.com \"{{searchValue}}\" أسحب من ",
+ "Pull a model from Ollama.com": "Ollama.com سحب الموديل من ",
"Pull Progress": "سحب التقدم",
"Query Params": "Query Params",
"RAG Template": "RAG تنمبلت",
"Raw Format": "Raw فورمات",
"Read Aloud": "أقراء لي",
"Record voice": "سجل صوت",
- "Redirecting you to OpenWebUI Community": "إعادة توجيهك إلى مجتمع OpenWebUI",
+ "Redirecting you to OpenWebUI Community": "OpenWebUI إعادة توجيهك إلى مجتمع ",
"Refused when it shouldn't have": "رفض عندما لا ينبغي أن يكون",
"Regenerate": "تجديد",
"Release Notes": "ملاحظات الإصدار",
"Remove": "إزالة",
- "Remove Model": "",
- "Rename": "",
- "Repeat Last N": "كرر آخر N",
+ "Remove Model": "حذف الموديل",
+ "Rename": "إعادة تسمية",
+ "Repeat Last N": "N كرر آخر",
"Repeat Penalty": "كرر المخالفة",
"Request Mode": "وضع الطلب",
"Reranking Model": "",
@@ -360,28 +366,29 @@
"Role": "منصب",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
"Save": "حفظ",
"Save & Create": "حفظ وإنشاء",
- "Save & Submit": "حفظ وإرسال",
"Save & Update": "حفظ وتحديث",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "لم يعد حفظ سجلات الدردشة مباشرة في مساحة تخزين متصفحك مدعومًا. يرجى تخصيص بعض الوقت لتنزيل وحذف سجلات الدردشة الخاصة بك عن طريق النقر على الزر أدناه. لا تقلق، يمكنك بسهولة إعادة استيراد سجلات الدردشة الخاصة بك إلى الواجهة الخلفية من خلاله",
"Scan": "مسح",
"Scan complete!": "تم المسح",
- "Scan for documents from {{path}}": " مسح على الملفات من {{path}}",
+ "Scan for documents from {{path}}": "{{path}} مسح على الملفات من",
"Search": "البحث",
"Search a model": "البحث عن موديل",
"Search Documents": "البحث المستندات",
"Search Prompts": "أبحث حث",
- "See readme.md for instructions": "راجع readme.md للحصول على التعليمات",
+ "See readme.md for instructions": "readme.md للحصول على التعليمات",
"See what's new": "ما الجديد",
"Seed": "Seed",
"Select a mode": "أختار موديل",
"Select a model": "أختار الموديل",
- "Select an Ollama instance": "أختار سيرفر Ollama",
- "Select model": "",
- "Send a Message": "أرسل رسالة.",
- "Send message": "أرسل رسالة",
- "September": "",
+ "Select an Ollama instance": "أختار سيرفر ",
+ "Select model": " أختار موديل",
+ "Send": "",
+ "Send a Message": "يُرجى إدخال طلبك هنا",
+ "Send message": "يُرجى إدخال طلبك هنا.",
+ "September": "سبتمبر",
"Server connection verified": "تم التحقق من اتصال الخادم",
"Set as default": "الافتراضي",
"Set Default Model": "تفعيد الموديل الافتراضي",
@@ -396,7 +403,7 @@
"Settings saved successfully!": "تم حفظ الاعدادات بنجاح",
"Share": "كشاركة",
"Share Chat": "مشاركة الدردشة",
- "Share to OpenWebUI Community": "شارك في مجتمع OpenWebUI",
+ "Share to OpenWebUI Community": "OpenWebUI شارك في مجتمع",
"short-summary": "ملخص قصير",
"Show": "عرض",
"Show Additional Params": "إظهار المعلمات الإضافية",
@@ -407,17 +414,17 @@
"Sign Out": "تسجيل الخروج",
"Sign up": "تسجيل",
"Signing in": "جاري الدخول",
- "Source": "",
- "Speech recognition error: {{error}}": "خطأ في التعرف على الكلام: {{error}}",
+ "Source": "المصدر",
+ "Speech recognition error: {{error}}": "{{error}} خطأ في التعرف على الكلام",
"Speech-to-Text Engine": "محرك تحويل الكلام إلى نص",
"SpeechRecognition API is not supported in this browser.": "API SpeechRecognition غير مدعومة في هذا المتصفح.",
"Stop Sequence": "وقف التسلسل",
"STT Settings": "STT اعدادات",
"Submit": "إرسال",
- "Subtitle (e.g. about the Roman Empire)": "الترجمة (e.g. about the Roman Empire)",
+ "Subtitle (e.g. about the Roman Empire)": "(e.g. about the Roman Empire) الترجمة",
"Success": "نجاح",
- "Successfully updated.": "تم التحديث بنجاح.",
- "Suggested": "",
+ "Successfully updated.": "تم التحديث بنجاح",
+ "Suggested": "مقترحات",
"Sync All": "مزامنة الكل",
"System": "النظام",
"System Prompt": "محادثة النظام",
@@ -436,33 +443,33 @@
"Thorough explanation": "شرح شامل",
"Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "ملاحضة: قم بتحديث عدة فتحات متغيرة على التوالي عن طريق الضغط على مفتاح tab في مدخلات الدردشة بعد كل استبدال.",
"Title": "العنوان",
- "Title (e.g. Tell me a fun fact)": "العناون (e.g. Tell me a fun fact)",
+ "Title (e.g. Tell me a fun fact)": "(e.g. Tell me a fun fact) العناون",
"Title Auto-Generation": "توليد تلقائي للعنوان",
- "Title cannot be an empty string.": "",
+ "Title cannot be an empty string.": "العنوان مطلوب",
"Title Generation Prompt": "موجه إنشاء العنوان",
"to": "الى",
"To access the available model names for downloading,": "للوصول إلى أسماء الموديلات المتاحة للتنزيل،",
"To access the GGUF models available for downloading,": "للوصول إلى الموديلات GGUF المتاحة للتنزيل،",
"to chat input.": "الى كتابة المحادثه",
- "Today": "",
+ "Today": "اليوم",
"Toggle settings": "فتح وأغلاق الاعدادات",
"Toggle sidebar": "فتح وأغلاق الشريط الجانبي",
"Top K": "Top K",
"Top P": "Top P",
- "Trouble accessing Ollama?": "هل تواجه مشكلة في الوصول إلى Olma؟",
+ "Trouble accessing Ollama?": "هل تواجه مشكلة في الوصول",
"TTS Settings": "TTS اعدادات",
"Type Hugging Face Resolve (Download) URL": "اكتب عنوان URL لحل مشكلة الوجه (تنزيل).",
- "Uh-oh! There was an issue connecting to {{provider}}.": "خطاء أوه! حدثت مشكلة في الاتصال بـ {{provider}}.",
+ "Uh-oh! There was an issue connecting to {{provider}}.": "{{provider}}خطاء أوه! حدثت مشكلة في الاتصال بـ ",
"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "نوع ملف غير معروف '{{file_type}}', ولكن القبول والتعامل كنص عادي ",
"Update and Copy Link": "تحديث ونسخ الرابط",
"Update password": "تحديث كلمة المرور",
- "Upload a GGUF model": "رفع موديل نوع GGUF",
+ "Upload a GGUF model": "GGUF رفع موديل نوع",
"Upload files": "رفع الملفات",
"Upload Progress": "جاري التحميل",
"URL Mode": "رابط الموديل",
"Use '#' in the prompt input to load and select your documents.": "أستخدم '#' في المحادثة لربطهامن المستندات",
- "Use Gravatar": "أستخدم Gravatar",
- "Use Initials": "أستخدم Initials",
+ "Use Gravatar": "Gravatar أستخدم",
+ "Use Initials": "Initials أستخدم",
"user": "مستخدم",
"User Permissions": "صلاحيات المستخدم",
"Users": "المستخدمين",
@@ -482,12 +489,13 @@
"What’s New in": "ما هو الجديد",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "عند إيقاف تشغيل السجل، لن تظهر الدردشات الجديدة على هذا المتصفح في سجلك على أي من أجهزتك.",
"Whisper (Local)": "Whisper (Local)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "اكتب اقتراحًا سريعًا (على سبيل المثال، من أنت؟)",
- "Write a summary in 50 words that summarizes [topic or keyword].": "اكتب ملخصًا في 50 كلمة يلخص [الموضوع أو الكلمة الرئيسية].",
- "Yesterday": "",
- "You": "أنت",
- "You have no archived conversations.": "",
- "You have shared this chat": "",
+ "Write a summary in 50 words that summarizes [topic or keyword].": "اكتب ملخصًا في 50 كلمة يلخص [الموضوع أو الكلمة الرئيسية]",
+ "Yesterday": "أمس",
+ "You": "",
+ "You have no archived conversations.": "لا تملك محادثات محفوظه",
+ "You have shared this chat": "تم مشاركة هذه المحادثة",
"You're a helpful assistant.": "مساعدك المفيد هنا",
"You're now logged in.": "لقد قمت الآن بتسجيل الدخول.",
"Youtube": "Youtube",
diff --git a/src/lib/i18n/locales/bg-BG/translation.json b/src/lib/i18n/locales/bg-BG/translation.json
index 774aa8dd22..1ae7fbd1df 100644
--- a/src/lib/i18n/locales/bg-BG/translation.json
+++ b/src/lib/i18n/locales/bg-BG/translation.json
@@ -10,14 +10,16 @@
"About": "Относно",
"Account": "Акаунт",
"Accurate information": "",
+ "Add": "",
"Add a model": "Добавяне на модел",
"Add a model tag name": "Добавяне на име на таг за модел",
"Add a short description about what this modelfile does": "Добавяне на кратко описание за това какво прави този модфайл",
"Add a short title for this prompt": "Добавяне на кратко заглавие за този промпт",
"Add a tag": "Добавяне на таг",
- "Add custom prompt": "",
+ "Add custom prompt": "Добавяне на собствен промпт",
"Add Docs": "Добавяне на Документи",
"Add Files": "Добавяне на Файлове",
+ "Add Memory": "",
"Add message": "Добавяне на съобщение",
"Add Model": "",
"Add Tags": "добавяне на тагове",
@@ -47,7 +49,7 @@
"Archived Chats": "",
"are allowed - Activate this command by typing": "са разрешени - Активирайте тази команда чрез въвеждане",
"Are you sure?": "Сигурни ли сте?",
- "Attach file": "",
+ "Attach file": "Прикачване на файл",
"Attention to detail": "",
"Audio": "Аудио",
"August": "",
@@ -66,6 +68,8 @@
"Categories": "Категории",
"Change Password": "Промяна на Парола",
"Chat": "Чат",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "Чат История",
"Chat History is off for this browser.": "Чат История е изключен за този браузър.",
"Chats": "Чатове",
@@ -76,7 +80,7 @@
"Chunk Overlap": "Chunk Overlap",
"Chunk Params": "Chunk Params",
"Chunk Size": "Chunk Size",
- "Citation": "",
+ "Citation": "Цитат",
"Click here for help.": "Натиснете тук за помощ.",
"Click here to": "",
"Click here to check other modelfiles.": "Натиснете тук за проверка на други моделфайлове.",
@@ -117,7 +121,6 @@
"Dark": "Тъмен",
"Dashboard": "",
"Database": "База данни",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"December": "",
"Default": "По подразбиране",
"Default (Automatic1111)": "По подразбиране (Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "Включено",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "Въведете съобщение за {{role}} тук",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "Въведете Chunk Overlap",
"Enter Chunk Size": "Въведете Chunk Size",
"Enter Image Size (e.g. 512x512)": "Въведете размер на изображението (напр. 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "Основни Настройки",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "Здравей, {{name}}",
"Help": "",
@@ -227,7 +232,7 @@
"Import Modelfiles": "Импортване на модфайлове",
"Import Prompts": "Импортване на промптове",
"Include `--api` flag when running stable-diffusion-webui": "Включете флага `--api`, когато стартирате stable-diffusion-webui",
- "Input commands": "",
+ "Input commands": "Въведете команди",
"Interface": "Интерфейс",
"Invalid Tag": "",
"January": "",
@@ -244,6 +249,7 @@
"Light": "Светъл",
"Listening...": "Слушам...",
"LLMs can make mistakes. Verify important information.": "LLMs могат да правят грешки. Проверете важните данни.",
+ "LTR": "",
"Made by OpenWebUI Community": "Направено от OpenWebUI общността",
"Make sure to enclose them with": "Уверете се, че са заключени с",
"Manage LiteLLM Models": "Управление на LiteLLM Моделите",
@@ -253,7 +259,9 @@
"Max Tokens": "Max Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Максимум 3 модели могат да бъдат сваляни едновременно. Моля, опитайте отново по-късно.",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -276,16 +284,13 @@
"Modelfiles": "Модфайлове",
"Models": "Модели",
"More": "",
- "My Documents": "Мои документи",
- "My Modelfiles": "Мои модфайлове",
- "My Prompts": "Мои промптове",
"Name": "Име",
"Name Tag": "Име Таг",
"Name your modelfile": "Име на модфайла",
"New Chat": "Нов чат",
"New Password": "Нова парола",
"No results found": "",
- "No source available": "",
+ "No source available": "Няма наличен източник",
"Not factually correct": "",
"Not sure what to add?": "Не сте сигурни, какво да добавите?",
"Not sure what to write? Switch to": "Не сте сигурни, какво да напишете? Превключете към",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "PDF Extract Images (OCR)",
"pending": "в очакване",
"Permission denied when accessing microphone: {{error}}": "Permission denied when accessing microphone: {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "Плейграунд",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "Роля",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
"Save": "Запис",
"Save & Create": "Запис & Създаване",
- "Save & Submit": "Запис & Изпращане",
"Save & Update": "Запис & Актуализиране",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Запазването на чат логове директно в хранилището на вашия браузър вече не се поддържа. Моля, отделете малко време, за да изтеглите и изтриете чат логовете си, като щракнете върху бутона по-долу. Не се притеснявайте, можете лесно да импортирате отново чат логовете си в бекенда чрез",
"Scan": "Сканиране",
@@ -378,7 +384,8 @@
"Select a mode": "Изберете режим",
"Select a model": "Изберете модел",
"Select an Ollama instance": "Изберете Ollama инстанция",
- "Select model": "",
+ "Select model": "Изберете модел",
+ "Send": "",
"Send a Message": "Изпращане на Съобщение",
"Send message": "Изпращане на съобщение",
"September": "",
@@ -407,7 +414,7 @@
"Sign Out": "Изход",
"Sign up": "Регистрация",
"Signing in": "",
- "Source": "",
+ "Source": "Източник",
"Speech recognition error: {{error}}": "Speech recognition error: {{error}}",
"Speech-to-Text Engine": "Speech-to-Text Engine",
"SpeechRecognition API is not supported in this browser.": "SpeechRecognition API is not supported in this browser.",
@@ -482,10 +489,11 @@
"What’s New in": "Какво е новото в",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Когато историята е изключена, нови чатове в този браузър ще не се показват в историята на никои от вашия профил.",
"Whisper (Local)": "Whisper (Локален)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "Напиши предложение за промпт (напр. Кой сте вие?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Напиши описание в 50 знака, което описва [тема или ключова дума].",
"Yesterday": "",
- "You": "Вие",
+ "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Вие сте полезен асистент.",
diff --git a/src/lib/i18n/locales/bn-BD/translation.json b/src/lib/i18n/locales/bn-BD/translation.json
index e415593937..563921fa46 100644
--- a/src/lib/i18n/locales/bn-BD/translation.json
+++ b/src/lib/i18n/locales/bn-BD/translation.json
@@ -10,14 +10,16 @@
"About": "সম্পর্কে",
"Account": "একাউন্ট",
"Accurate information": "",
+ "Add": "",
"Add a model": "একটি মডেল যোগ করুন",
"Add a model tag name": "একটি মডেল ট্যাগ যোগ করুন",
"Add a short description about what this modelfile does": "এই মডেলফাইলটির সম্পর্কে সংক্ষিপ্ত বিবরণ যোগ করুন",
"Add a short title for this prompt": "এই প্রম্পটের জন্য একটি সংক্ষিপ্ত টাইটেল যোগ করুন",
"Add a tag": "একটি ট্যাগ যোগ করুন",
- "Add custom prompt": "",
+ "Add custom prompt": "একটি কাস্টম প্রম্পট যোগ করুন",
"Add Docs": "ডকুমেন্ট যোগ করুন",
"Add Files": "ফাইল যোগ করুন",
+ "Add Memory": "",
"Add message": "মেসেজ যোগ করুন",
"Add Model": "",
"Add Tags": "ট্যাগ যোগ করুন",
@@ -47,8 +49,8 @@
"Archived Chats": "চ্যাট ইতিহাস সংরক্ষণাগার",
"are allowed - Activate this command by typing": "অনুমোদিত - কমান্ডটি চালু করার জন্য লিখুন",
"Are you sure?": "আপনি নিশ্চিত?",
- "Attach file": "",
- "Attention to detail": "",
+ "Attach file": "ফাইল যুক্ত করুন",
+ "Attention to detail": "বিস্তারিত বিশেষতা",
"Audio": "অডিও",
"August": "",
"Auto-playback response": "রেসপন্স অটো-প্লেব্যাক",
@@ -66,6 +68,8 @@
"Categories": "ক্যাটাগরিসমূহ",
"Change Password": "পাসওয়ার্ড পরিবর্তন করুন",
"Chat": "চ্যাট",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "চ্যাট হিস্টোরি",
"Chat History is off for this browser.": "এই ব্রাউজারের জন্য চ্যাট হিস্টোরি বন্ধ আছে",
"Chats": "চ্যাটসমূহ",
@@ -76,7 +80,7 @@
"Chunk Overlap": "চাঙ্ক ওভারল্যাপ",
"Chunk Params": "চাঙ্ক প্যারামিটার্স",
"Chunk Size": "চাঙ্ক সাইজ",
- "Citation": "",
+ "Citation": "উদ্ধৃতি",
"Click here for help.": "সাহায্যের জন্য এখানে ক্লিক করুন",
"Click here to": "",
"Click here to check other modelfiles.": "অন্যান্য মডেলফাইল চেক করার জন্য এখানে ক্লিক করুন",
@@ -117,7 +121,6 @@
"Dark": "ডার্ক",
"Dashboard": "",
"Database": "ডেটাবেজ",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"December": "",
"Default": "ডিফল্ট",
"Default (Automatic1111)": "ডিফল্ট (Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "চালু করা হয়েছে",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "{{role}} মেসেজ এখানে লিখুন",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "চাঙ্ক ওভারল্যাপ লিখুন",
"Enter Chunk Size": "চাংক সাইজ লিখুন",
"Enter Image Size (e.g. 512x512)": "ছবির মাপ লিখুন (যেমন 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "সাধারণ সেটিংসমূহ",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "হ্যালো, {{name}}",
"Help": "",
@@ -227,7 +232,7 @@
"Import Modelfiles": "মডেলফাইলগুলো ইমপোর্ট করুন",
"Import Prompts": "প্রম্পটগুলো ইমপোর্ট করুন",
"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webui চালু করার সময় `--api` ফ্ল্যাগ সংযুক্ত করুন",
- "Input commands": "",
+ "Input commands": "ইনপুট কমান্ডস",
"Interface": "ইন্টারফেস",
"Invalid Tag": "",
"January": "",
@@ -244,6 +249,7 @@
"Light": "লাইট",
"Listening...": "শুনছে...",
"LLMs can make mistakes. Verify important information.": "LLM ভুল করতে পারে। গুরুত্বপূর্ণ তথ্য যাচাই করে নিন।",
+ "LTR": "",
"Made by OpenWebUI Community": "OpenWebUI কমিউনিটিকর্তৃক নির্মিত",
"Make sure to enclose them with": "এটা দিয়ে বন্ধনী দিতে ভুলবেন না",
"Manage LiteLLM Models": "LiteLLM মডেল ব্যবস্থাপনা করুন",
@@ -253,7 +259,9 @@
"Max Tokens": "সর্বোচ্চ টোকন",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "একসঙ্গে সর্বোচ্চ তিনটি মডেল ডাউনলোড করা যায়। দয়া করে পরে আবার চেষ্টা করুন।",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -276,16 +284,13 @@
"Modelfiles": "মডেলফাইলসমূহ",
"Models": "মডেলসমূহ",
"More": "",
- "My Documents": "আমার ডকুমেন্টসমূহ",
- "My Modelfiles": "আমার মডেলফাইলসমূহ",
- "My Prompts": "আমার প্রম্পটসমূহ",
"Name": "নাম",
"Name Tag": "নামের ট্যাগ",
"Name your modelfile": "আপনার মডেলফাইলের নাম দিন",
"New Chat": "নতুন চ্যাট",
"New Password": "নতুন পাসওয়ার্ড",
"No results found": "",
- "No source available": "",
+ "No source available": "কোন উৎস পাওয়া যায়নি",
"Not factually correct": "",
"Not sure what to add?": "কী যুক্ত করতে হবে নিশ্চিত না?",
"Not sure what to write? Switch to": "কী লিখতে হবে নিশ্চিত না? পরিবর্তন করুন:",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "পিডিএফ এর ছবি থেকে লেখা বের করুন (OCR)",
"pending": "অপেক্ষমান",
"Permission denied when accessing microphone: {{error}}": "মাইক্রোফোন ব্যবহারের অনুমতি পাওয়া যায়নি: {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "খেলাঘর",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "পদবি",
"Rosé Pine": "রোজ পাইন",
"Rosé Pine Dawn": "ভোরের রোজ পাইন",
+ "RTL": "",
"Save": "সংরক্ষণ",
"Save & Create": "সংরক্ষণ এবং তৈরি করুন",
- "Save & Submit": "সংরক্ষণ এবং সাবমিট করুন",
"Save & Update": "সংরক্ষণ এবং আপডেট করুন",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "মাধ্যমে",
"Scan": "স্ক্যান",
@@ -378,7 +384,8 @@
"Select a mode": "একটি মডেল নির্বাচন করুন",
"Select a model": "একটি মডেল নির্বাচন করুন",
"Select an Ollama instance": "একটি Ollama ইন্সট্যান্স নির্বাচন করুন",
- "Select model": "",
+ "Select model": "মডেল নির্বাচন করুন",
+ "Send": "",
"Send a Message": "একটি মেসেজ পাঠান",
"Send message": "মেসেজ পাঠান",
"September": "",
@@ -407,7 +414,7 @@
"Sign Out": "সাইন আউট",
"Sign up": "সাইন আপ",
"Signing in": "",
- "Source": "",
+ "Source": "উৎস",
"Speech recognition error: {{error}}": "স্পিচ রিকগনিশনে সমস্যা: {{error}}",
"Speech-to-Text Engine": "স্পিচ-টু-টেক্সট ইঞ্জিন",
"SpeechRecognition API is not supported in this browser.": "এই ব্রাউজার স্পিচরিকগনিশন এপিআই সাপোর্ট করে না।",
@@ -482,10 +489,11 @@
"What’s New in": "এতে নতুন কী",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "যদি হিস্টোরি বন্ধ থাকে তাহলে এই ব্রাউজারের নতুন চ্যাটগুলো আপনার কোন ডিভাইসের হিস্টোরিতেই দেখা যাবে না।",
"Whisper (Local)": "Whisper (লোকাল)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "একটি প্রম্পট সাজেশন লিখুন (যেমন Who are you?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "৫০ শব্দের মধ্যে [topic or keyword] এর একটি সারসংক্ষেপ লিখুন।",
"Yesterday": "",
- "You": "আপনি",
+ "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "আপনি একজন উপকারী এসিস্ট্যান্ট",
diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json
index faf96cb5a8..ba7f3248b9 100644
--- a/src/lib/i18n/locales/ca-ES/translation.json
+++ b/src/lib/i18n/locales/ca-ES/translation.json
@@ -10,14 +10,16 @@
"About": "Sobre",
"Account": "Compte",
"Accurate information": "",
+ "Add": "",
"Add a model": "Afegeix un model",
"Add a model tag name": "Afegeix un nom d'etiqueta de model",
"Add a short description about what this modelfile does": "Afegeix una descripció curta del que fa aquest arxiu de model",
"Add a short title for this prompt": "Afegeix un títol curt per aquest prompt",
"Add a tag": "Afegeix una etiqueta",
- "Add custom prompt": "",
+ "Add custom prompt": "Afegir un prompt personalitzat",
"Add Docs": "Afegeix Documents",
"Add Files": "Afegeix Arxius",
+ "Add Memory": "",
"Add message": "Afegeix missatge",
"Add Model": "",
"Add Tags": "afegeix etiquetes",
@@ -47,8 +49,8 @@
"Archived Chats": "Arxiu d'historial de xat",
"are allowed - Activate this command by typing": "estan permesos - Activa aquesta comanda escrivint",
"Are you sure?": "Estàs segur?",
- "Attach file": "",
- "Attention to detail": "",
+ "Attach file": "Adjuntar arxiu",
+ "Attention to detail": "Detall atent",
"Audio": "Àudio",
"August": "",
"Auto-playback response": "Resposta de reproducció automàtica",
@@ -66,6 +68,8 @@
"Categories": "Categories",
"Change Password": "Canvia la Contrasenya",
"Chat": "Xat",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "Històric del Xat",
"Chat History is off for this browser.": "L'historial de xat està desactivat per a aquest navegador.",
"Chats": "Xats",
@@ -76,7 +80,7 @@
"Chunk Overlap": "Solapament de Blocs",
"Chunk Params": "Paràmetres de Blocs",
"Chunk Size": "Mida del Bloc",
- "Citation": "",
+ "Citation": "Citació",
"Click here for help.": "Fes clic aquí per ajuda.",
"Click here to": "",
"Click here to check other modelfiles.": "Fes clic aquí per comprovar altres fitxers de model.",
@@ -117,7 +121,6 @@
"Dark": "Fosc",
"Dashboard": "",
"Database": "Base de Dades",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"December": "",
"Default": "Per defecte",
"Default (Automatic1111)": "Per defecte (Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "Activat",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "Introdueix aquí el missatge de {{role}}",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "Introdueix el Solapament de Blocs",
"Enter Chunk Size": "Introdueix la Mida del Bloc",
"Enter Image Size (e.g. 512x512)": "Introdueix la Mida de la Imatge (p. ex. 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "Configuració General",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "Hola, {{name}}",
"Help": "",
@@ -227,7 +232,7 @@
"Import Modelfiles": "Importa Fitxers de Model",
"Import Prompts": "Importa Prompts",
"Include `--api` flag when running stable-diffusion-webui": "Inclou la bandera `--api` quan executis stable-diffusion-webui",
- "Input commands": "",
+ "Input commands": "Entra ordres",
"Interface": "Interfície",
"Invalid Tag": "",
"January": "",
@@ -244,6 +249,7 @@
"Light": "Clar",
"Listening...": "Escoltant...",
"LLMs can make mistakes. Verify important information.": "Els LLMs poden cometre errors. Verifica la informació important.",
+ "LTR": "",
"Made by OpenWebUI Community": "Creat per la Comunitat OpenWebUI",
"Make sure to enclose them with": "Assegura't d'envoltar-los amb",
"Manage LiteLLM Models": "Gestiona Models LiteLLM",
@@ -253,7 +259,9 @@
"Max Tokens": "Màxim de Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Es poden descarregar un màxim de 3 models simultàniament. Si us plau, prova-ho més tard.",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat",
"Mirostat Eta": "Eta de Mirostat",
@@ -276,16 +284,13 @@
"Modelfiles": "Fitxers de Model",
"Models": "Models",
"More": "",
- "My Documents": "Els Meus Documents",
- "My Modelfiles": "Els Meus Fitxers de Model",
- "My Prompts": "Els Meus Prompts",
"Name": "Nom",
"Name Tag": "Etiqueta de Nom",
"Name your modelfile": "Nomena el teu fitxer de model",
"New Chat": "Xat Nou",
"New Password": "Nova Contrasenya",
"No results found": "",
- "No source available": "",
+ "No source available": "Sense font disponible",
"Not factually correct": "",
"Not sure what to add?": "No estàs segur del que afegir?",
"Not sure what to write? Switch to": "No estàs segur del que escriure? Canvia a",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "Extreu Imatges de PDF (OCR)",
"pending": "pendent",
"Permission denied when accessing microphone: {{error}}": "Permís denegat en accedir al micròfon: {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "Zona de Jocs",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "Rol",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Albada Rosé Pine",
+ "RTL": "",
"Save": "Guarda",
"Save & Create": "Guarda i Crea",
- "Save & Submit": "Guarda i Envia",
"Save & Update": "Guarda i Actualitza",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Guardar registres de xat directament a l'emmagatzematge del teu navegador ja no és suportat. Si us plau, pren un moment per descarregar i eliminar els teus registres de xat fent clic al botó de sota. No et preocupis, pots reimportar fàcilment els teus registres de xat al backend a través de",
"Scan": "Escaneja",
@@ -378,7 +384,8 @@
"Select a mode": "Selecciona un mode",
"Select a model": "Selecciona un model",
"Select an Ollama instance": "Selecciona una instància d'Ollama",
- "Select model": "",
+ "Select model": "Selecciona un model",
+ "Send": "",
"Send a Message": "Envia un Missatge",
"Send message": "Envia missatge",
"September": "",
@@ -407,7 +414,7 @@
"Sign Out": "Tanca sessió",
"Sign up": "Registra't",
"Signing in": "",
- "Source": "",
+ "Source": "Font",
"Speech recognition error: {{error}}": "Error de reconeixement de veu: {{error}}",
"Speech-to-Text Engine": "Motor de Veu a Text",
"SpeechRecognition API is not supported in this browser.": "L'API de Reconèixer Veu no és compatible amb aquest navegador.",
@@ -482,10 +489,11 @@
"What’s New in": "Què hi ha de Nou en",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Quan l'historial està desactivat, els nous xats en aquest navegador no apareixeran en el teu historial en cap dels teus dispositius.",
"Whisper (Local)": "Whisper (Local)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "Escriu una suggerència de prompt (p. ex. Qui ets tu?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Escriu un resum en 50 paraules que resumeixi [tema o paraula clau].",
"Yesterday": "",
- "You": "Tu",
+ "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Ets un assistent útil.",
diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json
index 8c250d547e..f180619027 100644
--- a/src/lib/i18n/locales/de-DE/translation.json
+++ b/src/lib/i18n/locales/de-DE/translation.json
@@ -10,6 +10,7 @@
"About": "Über",
"Account": "Account",
"Accurate information": "Genaue Information",
+ "Add": "",
"Add a model": "Füge ein Modell hinzu",
"Add a model tag name": "Benenne deinen Modell-Tag",
"Add a short description about what this modelfile does": "Füge eine kurze Beschreibung hinzu, was dieses Modelfile kann",
@@ -18,6 +19,7 @@
"Add custom prompt": "Eigenen Prompt hinzufügen",
"Add Docs": "Dokumente hinzufügen",
"Add Files": "Dateien hinzufügen",
+ "Add Memory": "",
"Add message": "Nachricht eingeben",
"Add Model": "Modell hinzufügen",
"Add Tags": "Tags hinzufügen",
@@ -66,6 +68,8 @@
"Categories": "Kategorien",
"Change Password": "Passwort ändern",
"Chat": "Chat",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "Chat Verlauf",
"Chat History is off for this browser.": "Chat Verlauf ist für diesen Browser ausgeschaltet.",
"Chats": "Chats",
@@ -117,7 +121,6 @@
"Dark": "Dunkel",
"Dashboard": "Dashboard",
"Database": "Datenbank",
- "DD/MM/YYYY HH:mm": "DD.MM.YYYY HH:mm",
"December": "Dezember",
"Default": "Standard",
"Default (Automatic1111)": "Standard (Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "Aktiviert",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "Gib die {{role}} Nachricht hier ein",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "Gib den Chunk Overlap ein",
"Enter Chunk Size": "Gib die Chunk Size ein",
"Enter Image Size (e.g. 512x512)": "Gib die Bildgröße ein (z.B. 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "Allgemeine Einstellungen",
"Generation Info": "Generierungsinformationen",
"Good Response": "Gute Antwort",
+ "h:mm a": "",
"has no conversations.": "hat keine Unterhaltungen.",
"Hello, {{name}}": "Hallo, {{name}}",
"Help": "Hilfe",
@@ -244,6 +249,7 @@
"Light": "Hell",
"Listening...": "Hören...",
"LLMs can make mistakes. Verify important information.": "LLMs können Fehler machen. Überprüfe wichtige Informationen.",
+ "LTR": "",
"Made by OpenWebUI Community": "Von der OpenWebUI-Community",
"Make sure to enclose them with": "Formatiere deine Variablen mit:",
"Manage LiteLLM Models": "LiteLLM-Modelle verwalten",
@@ -253,7 +259,9 @@
"Max Tokens": "Maximale Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Es können maximal 3 Modelle gleichzeitig heruntergeladen werden. Bitte versuche es später erneut.",
"May": "Mai",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "Fortlaudende Nachrichten in diesem Chat werden nicht automatisch geteilt. Benutzer mit dem Link können den Chat einsehen.",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "Mindestscore",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -276,9 +284,6 @@
"Modelfiles": "Modelfiles",
"Models": "Modelle",
"More": "Mehr",
- "My Documents": "Meine Dokumente",
- "My Modelfiles": "Meine Modelfiles",
- "My Prompts": "Meine Prompts",
"Name": "Name",
"Name Tag": "Namens-Tag",
"Name your modelfile": "Benenne dein modelfile",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "Text von Bildern aus PDFs extrahieren (OCR)",
"pending": "ausstehend",
"Permission denied when accessing microphone: {{error}}": "Zugriff auf das Mikrofon verweigert: {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "Nur Text (.txt)",
"Playground": "Testumgebung",
"Positive attitude": "Positive Einstellung",
@@ -360,9 +366,9 @@
"Role": "Rolle",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
"Save": "Speichern",
"Save & Create": "Speichern und erstellen",
- "Save & Submit": "Speichern und senden",
"Save & Update": "Speichern und aktualisieren",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Das direkte Speichern von Chat-Protokollen im Browser-Speicher wird nicht mehr unterstützt. Bitte nimm dir einen Moment Zeit, um deine Chat-Protokolle herunterzuladen und zu löschen, indem du auf die Schaltfläche unten klickst. Keine Sorge, du kannst deine Chat-Protokolle problemlos über das Backend wieder importieren.",
"Scan": "Scannen",
@@ -378,7 +384,8 @@
"Select a mode": "Einen Modus auswählen",
"Select a model": "Ein Modell auswählen",
"Select an Ollama instance": "Eine Ollama Instanz auswählen",
- "Select model": "",
+ "Select model": "Modell auswählen",
+ "Send": "",
"Send a Message": "Eine Nachricht senden",
"Send message": "Nachricht senden",
"September": "September",
@@ -482,10 +489,11 @@
"What’s New in": "Was gibt's Neues in",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Wenn die Historie ausgeschaltet ist, werden neue Chats nicht in deiner Historie auf deine Geräte angezeigt.",
"Whisper (Local)": "Whisper (Lokal)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "Gebe einen Prompt-Vorschlag ein (z.B. Wer bist du?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Schreibe eine kurze Zusammenfassung in 50 Wörtern, die [Thema oder Schlüsselwort] zusammenfasst.",
"Yesterday": "Gestern",
- "You": "Du",
+ "You": "",
"You have no archived conversations.": "Du hast keine archivierten Unterhaltungen.",
"You have shared this chat": "Du hast diesen Chat",
"You're a helpful assistant.": "Du bist ein hilfreicher Assistent.",
diff --git a/src/lib/i18n/locales/dg-DG/translation.json b/src/lib/i18n/locales/dg-DG/translation.json
index d5565957b8..5fee6ea014 100644
--- a/src/lib/i18n/locales/dg-DG/translation.json
+++ b/src/lib/i18n/locales/dg-DG/translation.json
@@ -10,6 +10,7 @@
"About": "Much About",
"Account": "Account",
"Accurate information": "",
+ "Add": "",
"Add a model": "Add a model",
"Add a model tag name": "Add a model tag name",
"Add a short description about what this modelfile does": "Add short description about what this modelfile does",
@@ -18,6 +19,7 @@
"Add custom prompt": "",
"Add Docs": "Add Docs",
"Add Files": "Add Files",
+ "Add Memory": "",
"Add message": "Add Prompt",
"Add Model": "",
"Add Tags": "",
@@ -47,7 +49,7 @@
"Archived Chats": "",
"are allowed - Activate this command by typing": "are allowed. Activate typing",
"Are you sure?": "Such certainty?",
- "Attach file": "",
+ "Attach file": "Attach file",
"Attention to detail": "",
"Audio": "Audio",
"August": "",
@@ -66,6 +68,8 @@
"Categories": "Categories",
"Change Password": "Change Password",
"Chat": "Chat",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "Chat History",
"Chat History is off for this browser.": "Chat History off for this browser. Such sadness.",
"Chats": "Chats",
@@ -117,7 +121,6 @@
"Dark": "Dark",
"Dashboard": "",
"Database": "Database",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"December": "",
"Default": "Default",
"Default (Automatic1111)": "Default (Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "So Activated",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "Enter {{role}} bork here",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "Enter Overlap of Chunks",
"Enter Chunk Size": "Enter Size of Chunk",
"Enter Image Size (e.g. 512x512)": "Enter Size of Wow (e.g. 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "General Doge Settings",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "Much helo, {{name}}",
"Help": "",
@@ -227,7 +232,7 @@
"Import Modelfiles": "Import Modelfiles",
"Import Prompts": "Import Promptos",
"Include `--api` flag when running stable-diffusion-webui": "Include `--api` flag when running stable-diffusion-webui",
- "Input commands": "",
+ "Input commands": "Input commands",
"Interface": "Interface",
"Invalid Tag": "",
"January": "",
@@ -244,6 +249,7 @@
"Light": "Light",
"Listening...": "Listening...",
"LLMs can make mistakes. Verify important information.": "LLMs can make borks. Verify important info.",
+ "LTR": "",
"Made by OpenWebUI Community": "Made by OpenWebUI Community",
"Make sure to enclose them with": "Make sure to enclose them with",
"Manage LiteLLM Models": "Manage LiteLLM Models",
@@ -253,7 +259,9 @@
"Max Tokens": "Max Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Maximum of 3 models can be downloaded simultaneously. Please try again later.",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -276,16 +284,13 @@
"Modelfiles": "Modelfiles",
"Models": "Wowdels",
"More": "",
- "My Documents": "My Doguments",
- "My Modelfiles": "My Modelfiles",
- "My Prompts": "My Promptos",
"Name": "Name",
"Name Tag": "Name Tag",
"Name your modelfile": "Name your modelfile",
"New Chat": "New Bark",
"New Password": "New Barkword",
"No results found": "",
- "No source available": "",
+ "No source available": "No source available",
"Not factually correct": "",
"Not sure what to add?": "Not sure what to add?",
"Not sure what to write? Switch to": "Not sure what to write? Switch to",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "PDF Extract Wowmages (OCR)",
"pending": "pending",
"Permission denied when accessing microphone: {{error}}": "Permission denied when accessing microphone: {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "Playground",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "Role",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
"Save": "Save much wow",
"Save & Create": "Save & Create much create",
- "Save & Submit": "Save & Submit very submit",
"Save & Update": "Save & Update much update",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Saving chat logs in browser storage not support anymore. Pls download and delete your chat logs by click button below. Much easy re-import to backend through",
"Scan": "Scan much scan",
@@ -378,7 +384,8 @@
"Select a mode": "Select a mode very choose",
"Select a model": "Select a model much choice",
"Select an Ollama instance": "Select an Ollama instance very choose",
- "Select model": "",
+ "Select model": "Select model much choice",
+ "Send": "",
"Send a Message": "Send a Message much message",
"Send message": "Send message very send",
"September": "",
@@ -407,7 +414,7 @@
"Sign Out": "Sign Out much logout",
"Sign up": "Sign up much join",
"Signing in": "",
- "Source": "",
+ "Source": "Source",
"Speech recognition error: {{error}}": "Speech recognition error: {{error}} so error",
"Speech-to-Text Engine": "Speech-to-Text Engine much speak",
"SpeechRecognition API is not supported in this browser.": "SpeechRecognition API is not supported in this browser. Much sad.",
@@ -482,10 +489,11 @@
"What’s New in": "What’s New in much new",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "When history is turned off, new chats on this browser won't appear in your history on any of your devices. Much history.",
"Whisper (Local)": "Whisper (Local) much whisper",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "Write a prompt suggestion (e.g. Who are you?) much suggest",
"Write a summary in 50 words that summarizes [topic or keyword].": "Write a summary in 50 words that summarizes [topic or keyword]. Much summarize.",
"Yesterday": "",
- "You": "You very you",
+ "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "You're a helpful assistant. Much helpful.",
diff --git a/src/lib/i18n/locales/en-GB/translation.json b/src/lib/i18n/locales/en-GB/translation.json
index 20458ca00e..6e3039b795 100644
--- a/src/lib/i18n/locales/en-GB/translation.json
+++ b/src/lib/i18n/locales/en-GB/translation.json
@@ -10,6 +10,7 @@
"About": "",
"Account": "",
"Accurate information": "",
+ "Add": "",
"Add a model": "",
"Add a model tag name": "",
"Add a short description about what this modelfile does": "",
@@ -18,6 +19,7 @@
"Add custom prompt": "",
"Add Docs": "",
"Add Files": "",
+ "Add Memory": "",
"Add message": "",
"Add Model": "",
"Add Tags": "",
@@ -66,6 +68,8 @@
"Categories": "",
"Change Password": "",
"Chat": "",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "",
"Chat History is off for this browser.": "",
"Chats": "",
@@ -117,7 +121,6 @@
"Dark": "",
"Dashboard": "",
"Database": "",
- "DD/MM/YYYY HH:mm": "",
"December": "",
"Default": "",
"Default (Automatic1111)": "",
@@ -168,6 +171,7 @@
"Enabled": "",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "",
"Enter Chunk Size": "",
"Enter Image Size (e.g. 512x512)": "",
@@ -211,6 +215,7 @@
"General Settings": "",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "",
"Help": "",
@@ -244,6 +249,7 @@
"Light": "",
"Listening...": "",
"LLMs can make mistakes. Verify important information.": "",
+ "LTR": "",
"Made by OpenWebUI Community": "",
"Make sure to enclose them with": "",
"Manage LiteLLM Models": "",
@@ -253,7 +259,9 @@
"Max Tokens": "",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "",
"Mirostat Eta": "",
@@ -276,9 +284,6 @@
"Modelfiles": "",
"Models": "",
"More": "",
- "My Documents": "",
- "My Modelfiles": "",
- "My Prompts": "",
"Name": "",
"Name Tag": "",
"Name your modelfile": "",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "",
"pending": "",
"Permission denied when accessing microphone: {{error}}": "",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "",
"Rosé Pine": "",
"Rosé Pine Dawn": "",
+ "RTL": "",
"Save": "",
"Save & Create": "",
- "Save & Submit": "",
"Save & Update": "",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "",
"Scan": "",
@@ -379,6 +385,7 @@
"Select a model": "",
"Select an Ollama instance": "",
"Select model": "",
+ "Send": "",
"Send a Message": "",
"Send message": "",
"September": "",
@@ -482,6 +489,7 @@
"What’s New in": "",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "",
"Whisper (Local)": "",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "",
"Write a summary in 50 words that summarizes [topic or keyword].": "",
"Yesterday": "",
diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json
index 20458ca00e..6e3039b795 100644
--- a/src/lib/i18n/locales/en-US/translation.json
+++ b/src/lib/i18n/locales/en-US/translation.json
@@ -10,6 +10,7 @@
"About": "",
"Account": "",
"Accurate information": "",
+ "Add": "",
"Add a model": "",
"Add a model tag name": "",
"Add a short description about what this modelfile does": "",
@@ -18,6 +19,7 @@
"Add custom prompt": "",
"Add Docs": "",
"Add Files": "",
+ "Add Memory": "",
"Add message": "",
"Add Model": "",
"Add Tags": "",
@@ -66,6 +68,8 @@
"Categories": "",
"Change Password": "",
"Chat": "",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "",
"Chat History is off for this browser.": "",
"Chats": "",
@@ -117,7 +121,6 @@
"Dark": "",
"Dashboard": "",
"Database": "",
- "DD/MM/YYYY HH:mm": "",
"December": "",
"Default": "",
"Default (Automatic1111)": "",
@@ -168,6 +171,7 @@
"Enabled": "",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "",
"Enter Chunk Size": "",
"Enter Image Size (e.g. 512x512)": "",
@@ -211,6 +215,7 @@
"General Settings": "",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "",
"Help": "",
@@ -244,6 +249,7 @@
"Light": "",
"Listening...": "",
"LLMs can make mistakes. Verify important information.": "",
+ "LTR": "",
"Made by OpenWebUI Community": "",
"Make sure to enclose them with": "",
"Manage LiteLLM Models": "",
@@ -253,7 +259,9 @@
"Max Tokens": "",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "",
"Mirostat Eta": "",
@@ -276,9 +284,6 @@
"Modelfiles": "",
"Models": "",
"More": "",
- "My Documents": "",
- "My Modelfiles": "",
- "My Prompts": "",
"Name": "",
"Name Tag": "",
"Name your modelfile": "",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "",
"pending": "",
"Permission denied when accessing microphone: {{error}}": "",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "",
"Rosé Pine": "",
"Rosé Pine Dawn": "",
+ "RTL": "",
"Save": "",
"Save & Create": "",
- "Save & Submit": "",
"Save & Update": "",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "",
"Scan": "",
@@ -379,6 +385,7 @@
"Select a model": "",
"Select an Ollama instance": "",
"Select model": "",
+ "Send": "",
"Send a Message": "",
"Send message": "",
"September": "",
@@ -482,6 +489,7 @@
"What’s New in": "",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "",
"Whisper (Local)": "",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "",
"Write a summary in 50 words that summarizes [topic or keyword].": "",
"Yesterday": "",
diff --git a/src/lib/i18n/locales/es-ES/translation.json b/src/lib/i18n/locales/es-ES/translation.json
index 381e6ba30c..5fbd2e4d8f 100644
--- a/src/lib/i18n/locales/es-ES/translation.json
+++ b/src/lib/i18n/locales/es-ES/translation.json
@@ -10,14 +10,16 @@
"About": "Sobre nosotros",
"Account": "Cuenta",
"Accurate information": "",
+ "Add": "",
"Add a model": "Agregar un modelo",
"Add a model tag name": "Agregar un nombre de etiqueta de modelo",
"Add a short description about what this modelfile does": "Agregue una descripción corta de lo que este modelfile hace",
"Add a short title for this prompt": "Agregue un título corto para este Prompt",
"Add a tag": "Agregar una etiqueta",
- "Add custom prompt": "",
+ "Add custom prompt": "Agregar un prompt personalizado",
"Add Docs": "Agregar Documentos",
"Add Files": "Agregar Archivos",
+ "Add Memory": "",
"Add message": "Agregar Prompt",
"Add Model": "",
"Add Tags": "agregar etiquetas",
@@ -47,8 +49,8 @@
"Archived Chats": "Chats archivados",
"are allowed - Activate this command by typing": "están permitidos - Active este comando escribiendo",
"Are you sure?": "¿Está seguro?",
- "Attach file": "",
- "Attention to detail": "",
+ "Attach file": "Adjuntar archivo",
+ "Attention to detail": "Detalle preciso",
"Audio": "Audio",
"August": "",
"Auto-playback response": "Respuesta de reproducción automática",
@@ -66,6 +68,8 @@
"Categories": "Categorías",
"Change Password": "Cambia la Contraseña",
"Chat": "Chat",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "Historial del Chat",
"Chat History is off for this browser.": "El Historial del Chat está apagado para este navegador.",
"Chats": "Chats",
@@ -76,7 +80,7 @@
"Chunk Overlap": "Superposición de fragmentos",
"Chunk Params": "Parámetros de fragmentos",
"Chunk Size": "Tamaño de fragmentos",
- "Citation": "",
+ "Citation": "Cita",
"Click here for help.": "Presiona aquí para obtener ayuda.",
"Click here to": "",
"Click here to check other modelfiles.": "Presiona aquí para consultar otros modelfiles.",
@@ -117,7 +121,6 @@
"Dark": "Oscuro",
"Dashboard": "",
"Database": "Base de datos",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"December": "",
"Default": "Por defecto",
"Default (Automatic1111)": "Por defecto (Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "Activado",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "Ingrese el mensaje {{role}} aquí",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "Ingresar superposición de fragmentos",
"Enter Chunk Size": "Ingrese el tamaño del fragmento",
"Enter Image Size (e.g. 512x512)": "Ingrese el tamaño de la imagen (p.ej. 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "Opciones Generales",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "Hola, {{name}}",
"Help": "",
@@ -227,7 +232,7 @@
"Import Modelfiles": "Importar Modelfiles",
"Import Prompts": "Importar Prompts",
"Include `--api` flag when running stable-diffusion-webui": "Incluir el indicador `--api` al ejecutar stable-diffusion-webui",
- "Input commands": "",
+ "Input commands": "Ingresar comandos",
"Interface": "Interfaz",
"Invalid Tag": "",
"January": "",
@@ -244,6 +249,7 @@
"Light": "Claro",
"Listening...": "Escuchando...",
"LLMs can make mistakes. Verify important information.": "Los LLM pueden cometer errores. Verifica la información importante.",
+ "LTR": "",
"Made by OpenWebUI Community": "Hecho por la comunidad de OpenWebUI",
"Make sure to enclose them with": "Asegúrese de adjuntarlos con",
"Manage LiteLLM Models": "Administrar Modelos LiteLLM",
@@ -253,7 +259,9 @@
"Max Tokens": "Máximo de Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Se pueden descargar un máximo de 3 modelos simultáneamente. Por favor, inténtelo de nuevo más tarde.",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -276,16 +284,13 @@
"Modelfiles": "Modelfiles",
"Models": "Modelos",
"More": "",
- "My Documents": "Mis Documentos",
- "My Modelfiles": "Mis Modelfiles",
- "My Prompts": "Mis Prompts",
"Name": "Nombre",
"Name Tag": "Nombre de etiqueta",
"Name your modelfile": "Nombra tu modelfile",
"New Chat": "Nuevo Chat",
"New Password": "Nueva Contraseña",
"No results found": "",
- "No source available": "",
+ "No source available": "No hay fuente disponible",
"Not factually correct": "",
"Not sure what to add?": "¿No sabes qué añadir?",
"Not sure what to write? Switch to": "¿No sabes qué escribir? Cambia a",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "Extraer imágenes de PDF (OCR)",
"pending": "pendiente",
"Permission denied when accessing microphone: {{error}}": "Permiso denegado al acceder al micrófono: {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "Patio de juegos",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "Rol",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
"Save": "Guardar",
"Save & Create": "Guardar y Crear",
- "Save & Submit": "Guardar y Enviar",
"Save & Update": "Guardar y Actualizar",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Ya no se admite guardar registros de chat directamente en el almacenamiento de su navegador. Tómese un momento para descargar y eliminar sus registros de chat haciendo clic en el botón a continuación. No te preocupes, puedes volver a importar fácilmente tus registros de chat al backend a través de",
"Scan": "Escanear",
@@ -378,7 +384,8 @@
"Select a mode": "Selecciona un modo",
"Select a model": "Selecciona un modelo",
"Select an Ollama instance": "Seleccione una instancia de Ollama",
- "Select model": "",
+ "Select model": "Selecciona un modelo",
+ "Send": "",
"Send a Message": "Enviar un Mensaje",
"Send message": "Enviar Mensaje",
"September": "",
@@ -407,7 +414,7 @@
"Sign Out": "Cerrar sesión",
"Sign up": "Crear una cuenta",
"Signing in": "",
- "Source": "",
+ "Source": "Fuente",
"Speech recognition error: {{error}}": "Error de reconocimiento de voz: {{error}}",
"Speech-to-Text Engine": "Motor de voz a texto",
"SpeechRecognition API is not supported in this browser.": "La API SpeechRecognition no es compatible con este navegador.",
@@ -482,10 +489,11 @@
"What’s New in": "Novedades en",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Cuando el historial está desactivado, los nuevos chats en este navegador no aparecerán en el historial de ninguno de sus dispositivos..",
"Whisper (Local)": "Whisper (Local)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "Escribe una sugerencia para un prompt (por ejemplo, ¿quién eres?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Escribe un resumen en 50 palabras que resuma [tema o palabra clave].",
"Yesterday": "",
- "You": "Usted",
+ "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Eres un asistente útil.",
diff --git a/src/lib/i18n/locales/fa-IR/translation.json b/src/lib/i18n/locales/fa-IR/translation.json
index b346e31ef4..87bd243127 100644
--- a/src/lib/i18n/locales/fa-IR/translation.json
+++ b/src/lib/i18n/locales/fa-IR/translation.json
@@ -10,14 +10,16 @@
"About": "درباره",
"Account": "حساب کاربری",
"Accurate information": "",
+ "Add": "",
"Add a model": "اضافه کردن یک مدل",
"Add a model tag name": "اضافه کردن یک نام تگ برای مدل",
"Add a short description about what this modelfile does": "توضیح کوتاهی در مورد کاری که این فایل\u200cمدل انجام می دهد اضافه کنید",
"Add a short title for this prompt": "یک عنوان کوتاه برای این درخواست اضافه کنید",
"Add a tag": "اضافه کردن یک تگ",
- "Add custom prompt": "",
+ "Add custom prompt": "اضافه کردن یک درخواست سفارشی",
"Add Docs": "اضافه کردن اسناد",
"Add Files": "اضافه کردن فایل\u200cها",
+ "Add Memory": "",
"Add message": "اضافه کردن پیغام",
"Add Model": "",
"Add Tags": "اضافه کردن تگ\u200cها",
@@ -47,8 +49,8 @@
"Archived Chats": "آرشیو تاریخچه چت",
"are allowed - Activate this command by typing": "مجاز هستند - این دستور را با تایپ کردن این فعال کنید:",
"Are you sure?": "آیا مطمئن هستید؟",
- "Attach file": "",
- "Attention to detail": "",
+ "Attach file": "پیوست فایل",
+ "Attention to detail": "دقیق",
"Audio": "صدا",
"August": "",
"Auto-playback response": "پخش خودکار پاسخ ",
@@ -66,6 +68,8 @@
"Categories": "دسته\u200cبندی\u200cها",
"Change Password": "تغییر رمز عبور",
"Chat": "گپ",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "تاریخچه\u200cی گفتگو",
"Chat History is off for this browser.": "سابقه گپ برای این مرورگر خاموش است.",
"Chats": "گپ\u200cها",
@@ -76,7 +80,7 @@
"Chunk Overlap": "همپوشانی تکه",
"Chunk Params": "پارامترهای تکه",
"Chunk Size": "اندازه تکه",
- "Citation": "",
+ "Citation": "استناد",
"Click here for help.": "برای کمک اینجا را کلیک کنید.",
"Click here to": "",
"Click here to check other modelfiles.": "برای بررسی سایر فایل\u200cهای مدل اینجا را کلیک کنید.",
@@ -117,7 +121,6 @@
"Dark": "تیره",
"Dashboard": "",
"Database": "پایگاه داده",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"December": "",
"Default": "پیشفرض",
"Default (Automatic1111)": "پیشفرض (Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "فعال",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "پیام {{role}} را اینجا وارد کنید",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "مقدار Chunk Overlap را وارد کنید",
"Enter Chunk Size": "مقدار Chunk Size را وارد کنید",
"Enter Image Size (e.g. 512x512)": "اندازه تصویر را وارد کنید (مثال: 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "تنظیمات عمومی",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "سلام، {{name}}",
"Help": "",
@@ -227,7 +232,7 @@
"Import Modelfiles": "ایمپورت فایل\u200cهای مدل",
"Import Prompts": "ایمپورت پرامپت\u200cها",
"Include `--api` flag when running stable-diffusion-webui": "فلگ `--api` را هنکام اجرای stable-diffusion-webui استفاده کنید.",
- "Input commands": "",
+ "Input commands": "ورودی دستورات",
"Interface": "رابط",
"Invalid Tag": "",
"January": "",
@@ -244,6 +249,7 @@
"Light": "روشن",
"Listening...": "در حال گوش دادن...",
"LLMs can make mistakes. Verify important information.": "مدل\u200cهای زبانی بزرگ می\u200cتوانند اشتباه کنند. اطلاعات مهم را راستی\u200cآزمایی کنید.",
+ "LTR": "",
"Made by OpenWebUI Community": "ساخته شده توسط OpenWebUI Community",
"Make sure to enclose them with": "مطمئن شوید که آنها را با این محصور کنید:",
"Manage LiteLLM Models": "Manage LiteLLM Models",
@@ -253,7 +259,9 @@
"Max Tokens": "حداکثر توکن",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "حداکثر 3 مدل را می توان به طور همزمان دانلود کرد. لطفاً بعداً دوباره امتحان کنید.",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -276,16 +284,13 @@
"Modelfiles": "فایل\u200cهای مدل",
"Models": "مدل\u200cها",
"More": "",
- "My Documents": "اسناد من",
- "My Modelfiles": "فایل\u200cهای مدل من",
- "My Prompts": "پرامپت\u200cهای من",
"Name": "نام",
"Name Tag": "نام تگ",
"Name your modelfile": "فایل مدل را نام\u200cگذاری کنید",
"New Chat": "گپ جدید",
"New Password": "رمز عبور جدید",
"No results found": "",
- "No source available": "",
+ "No source available": "منبعی در دسترس نیست",
"Not factually correct": "",
"Not sure what to add?": "مطمئن نیستید چه چیزی را اضافه کنید؟",
"Not sure what to write? Switch to": "مطمئن نیستید چه بنویسید؟ تغییر به",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "استخراج تصاویر از PDF (OCR)",
"pending": "در انتظار",
"Permission denied when accessing microphone: {{error}}": "هنگام دسترسی به میکروفون، اجازه داده نشد: {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "زمین بازی",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "نقش",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
"Save": "ذخیره",
"Save & Create": "ذخیره و ایجاد",
- "Save & Submit": "ذخیره و ارسال",
"Save & Update": "ذخیره و به\u200cروزرسانی",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "ذخیره گزارش\u200cهای چت مستقیماً در حافظه مرورگر شما دیگر پشتیبانی نمی\u200cشود. لطفاً با کلیک بر روی دکمه زیر، چند لحظه برای دانلود و حذف گزارش های چت خود وقت بگذارید. نگران نباشید، شما به راحتی می توانید گزارش های چت خود را از طریق بکند دوباره وارد کنید",
"Scan": "اسکن",
@@ -378,7 +384,8 @@
"Select a mode": "یک حالت انتخاب کنید",
"Select a model": "انتخاب یک مدل",
"Select an Ollama instance": "انتخاب یک نمونه از اولاما",
- "Select model": "",
+ "Select model": "انتخاب یک مدل",
+ "Send": "",
"Send a Message": "ارسال یک پیام",
"Send message": "ارسال پیام",
"September": "",
@@ -407,7 +414,7 @@
"Sign Out": "خروج",
"Sign up": "ثبت نام",
"Signing in": "",
- "Source": "",
+ "Source": "منبع",
"Speech recognition error: {{error}}": "خطای تشخیص گفتار: {{error}}",
"Speech-to-Text Engine": "موتور گفتار به متن",
"SpeechRecognition API is not supported in this browser.": "API تشخیص گفتار در این مرورگر پشتیبانی نمی شود.",
@@ -482,10 +489,11 @@
"What’s New in": "موارد جدید در",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "وقتی سابقه خاموش است، چت\u200cهای جدید در این مرورگر در سابقه شما در هیچ یک از دستگاه\u200cهایتان ظاهر نمی\u200cشوند.",
"Whisper (Local)": "ویسپر (محلی)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "یک پیشنهاد پرامپت بنویسید (مثلاً شما کی هستید؟)",
"Write a summary in 50 words that summarizes [topic or keyword].": "خلاصه ای در 50 کلمه بنویسید که [موضوع یا کلمه کلیدی] را خلاصه کند.",
"Yesterday": "",
- "You": "شما",
+ "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "تو یک دستیار سودمند هستی.",
diff --git a/src/lib/i18n/locales/fi-FI/translation.json b/src/lib/i18n/locales/fi-FI/translation.json
index 91750cc0cf..dfc7c3eeaa 100644
--- a/src/lib/i18n/locales/fi-FI/translation.json
+++ b/src/lib/i18n/locales/fi-FI/translation.json
@@ -10,6 +10,7 @@
"About": "Tietoja",
"Account": "Tili",
"Accurate information": "Tarkkaa tietoa",
+ "Add": "",
"Add a model": "Lisää malli",
"Add a model tag name": "Lisää mallitagi",
"Add a short description about what this modelfile does": "Lisää lyhyt kuvaus siitä, mitä tämä mallitiedosto tekee",
@@ -18,6 +19,7 @@
"Add custom prompt": "Lisää mukautettu kehote",
"Add Docs": "Lisää asiakirjoja",
"Add Files": "Lisää tiedostoja",
+ "Add Memory": "",
"Add message": "Lisää viesti",
"Add Model": "Lisää malli",
"Add Tags": "Lisää tageja",
@@ -66,6 +68,8 @@
"Categories": "Kategoriat",
"Change Password": "Vaihda salasana",
"Chat": "Keskustelu",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "Keskusteluhistoria",
"Chat History is off for this browser.": "Keskusteluhistoria on pois päältä tällä selaimella.",
"Chats": "Keskustelut",
@@ -117,7 +121,6 @@
"Dark": "Tumma",
"Dashboard": "Kojelauta",
"Database": "Tietokanta",
- "DD/MM/YYYY HH:mm": "DD.MM.YYYY HH:mm",
"December": "joulukuu",
"Default": "Oletus",
"Default (Automatic1111)": "Oletus (AUTOMATIC1111)",
@@ -168,6 +171,7 @@
"Enabled": "Käytössä",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Varmista, että CSV-tiedostossasi on 4 saraketta seuraavassa järjestyksessä: Nimi, Sähköposti, Salasana, Rooli.",
"Enter {{role}} message here": "Kirjoita {{role}} viesti tähän",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "Syötä osien päällekkäisyys",
"Enter Chunk Size": "Syötä osien koko",
"Enter Image Size (e.g. 512x512)": "Syötä kuvan koko (esim. 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "Yleisasetukset",
"Generation Info": "Generointitiedot",
"Good Response": "Hyvä vastaus",
+ "h:mm a": "",
"has no conversations.": "ei ole keskusteluja.",
"Hello, {{name}}": "Terve, {{name}}",
"Help": "Apua",
@@ -244,6 +249,7 @@
"Light": "Vaalea",
"Listening...": "Kuunnellaan...",
"LLMs can make mistakes. Verify important information.": "Kielimallit voivat tehdä virheitä. Varmista tärkeät tiedot.",
+ "LTR": "",
"Made by OpenWebUI Community": "Tehnyt OpenWebUI-yhteisö",
"Make sure to enclose them with": "Varmista, että suljet ne",
"Manage LiteLLM Models": "Hallitse LiteLLM-malleja",
@@ -253,7 +259,9 @@
"Max Tokens": "Maksimitokenit",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Enintään 3 mallia voidaan ladata samanaikaisesti. Yritä myöhemmin uudelleen.",
"May": "toukokuu",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "Viestejä, jotka lähetät luotuasi linkin, ei jaeta. Käyttäjät, joilla on tämä osoite voivat tarkastella jaettua keskustelua.",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "Vähimmäispisteet",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -276,9 +284,6 @@
"Modelfiles": "Mallitiedostot",
"Models": "Mallit",
"More": "Lisää",
- "My Documents": "Omat asiakirjat",
- "My Modelfiles": "Omat mallitiedostot",
- "My Prompts": "Omat kehotteet",
"Name": "Nimi",
"Name Tag": "Nimitagi",
"Name your modelfile": "Nimeä mallitiedostosi",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "PDF-tiedoston kuvien erottelu (OCR)",
"pending": "odottaa",
"Permission denied when accessing microphone: {{error}}": "Mikrofonin käyttöoikeus evätty: {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "Pelkkä teksti (.txt)",
"Playground": "Leikkipaikka",
"Positive attitude": "Positiivinen asenne",
@@ -360,9 +366,9 @@
"Role": "Rooli",
"Rosé Pine": "Rosee-mänty",
"Rosé Pine Dawn": "Aamuinen Rosee-mänty",
+ "RTL": "",
"Save": "Tallenna",
"Save & Create": "Tallenna ja luo",
- "Save & Submit": "Tallenna ja lähetä",
"Save & Update": "Tallenna ja päivitä",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Keskustelulokien tallentaminen suoraan selaimen tallennustilaan ei ole enää tuettua. Lataa ja poista keskustelulokit napsauttamalla alla olevaa painiketta. Älä huoli, voit helposti tuoda keskustelulokit takaisin backendiin",
"Scan": "Skannaa",
@@ -379,6 +385,7 @@
"Select a model": "Valitse malli",
"Select an Ollama instance": "Valitse Ollama-instanssi",
"Select model": "Valitse malli",
+ "Send": "",
"Send a Message": "Lähetä viesti",
"Send message": "Lähetä viesti",
"September": "syyskuu",
@@ -482,10 +489,11 @@
"What’s New in": "Mitä uutta",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Kun historia on pois päältä, uudet keskustelut tässä selaimessa eivät näy historiassasi millään laitteellasi.",
"Whisper (Local)": "Whisper (paikallinen)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "Kirjoita ehdotettu kehote (esim. Kuka olet?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Kirjoita 50 sanan yhteenveto, joka tiivistää [aihe tai avainsana].",
"Yesterday": "Eilen",
- "You": "Sinä",
+ "You": "",
"You have no archived conversations.": "Sinulla ei ole arkistoituja keskusteluja.",
"You have shared this chat": "Olet jakanut tämän keskustelun",
"You're a helpful assistant.": "Olet avulias apulainen.",
diff --git a/src/lib/i18n/locales/fr-CA/translation.json b/src/lib/i18n/locales/fr-CA/translation.json
index ba20345810..2a1f0b0a64 100644
--- a/src/lib/i18n/locales/fr-CA/translation.json
+++ b/src/lib/i18n/locales/fr-CA/translation.json
@@ -10,14 +10,16 @@
"About": "À propos",
"Account": "Compte",
"Accurate information": "",
+ "Add": "",
"Add a model": "Ajouter un modèle",
"Add a model tag name": "Ajouter un nom de tag pour le modèle",
"Add a short description about what this modelfile does": "Ajouter une courte description de ce que fait ce fichier de modèle",
"Add a short title for this prompt": "Ajouter un court titre pour ce prompt",
"Add a tag": "Ajouter un tag",
- "Add custom prompt": "",
+ "Add custom prompt": "Ajouter un prompt personnalisé",
"Add Docs": "Ajouter des documents",
"Add Files": "Ajouter des fichiers",
+ "Add Memory": "",
"Add message": "Ajouter un message",
"Add Model": "",
"Add Tags": "ajouter des tags",
@@ -47,8 +49,8 @@
"Archived Chats": "enregistrement du chat",
"are allowed - Activate this command by typing": "sont autorisés - Activez cette commande en tapant",
"Are you sure?": "Êtes-vous sûr ?",
- "Attach file": "",
- "Attention to detail": "",
+ "Attach file": "Joindre un fichier",
+ "Attention to detail": "Attention aux détails",
"Audio": "Audio",
"August": "",
"Auto-playback response": "Réponse en lecture automatique",
@@ -66,6 +68,8 @@
"Categories": "Catégories",
"Change Password": "Changer le mot de passe",
"Chat": "Discussion",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "Historique des discussions",
"Chat History is off for this browser.": "L'historique des discussions est désactivé pour ce navigateur.",
"Chats": "Discussions",
@@ -76,7 +80,7 @@
"Chunk Overlap": "Chevauchement de bloc",
"Chunk Params": "Paramètres de bloc",
"Chunk Size": "Taille de bloc",
- "Citation": "",
+ "Citation": "Citations",
"Click here for help.": "Cliquez ici pour de l'aide.",
"Click here to": "",
"Click here to check other modelfiles.": "Cliquez ici pour vérifier d'autres fichiers de modèle.",
@@ -117,7 +121,6 @@
"Dark": "Sombre",
"Dashboard": "",
"Database": "Base de données",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"December": "",
"Default": "Par défaut",
"Default (Automatic1111)": "Par défaut (Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "Activé",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "Entrez le message {{role}} ici",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "Entrez le chevauchement de bloc",
"Enter Chunk Size": "Entrez la taille du bloc",
"Enter Image Size (e.g. 512x512)": "Entrez la taille de l'image (p. ex. 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "Paramètres généraux",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "Bonjour, {{name}}",
"Help": "",
@@ -227,7 +232,7 @@
"Import Modelfiles": "Importer les fichiers de modèle",
"Import Prompts": "Importer les prompts",
"Include `--api` flag when running stable-diffusion-webui": "Inclure l'indicateur `--api` lors de l'exécution de stable-diffusion-webui",
- "Input commands": "",
+ "Input commands": "Entrez des commandes d'entrée",
"Interface": "Interface",
"Invalid Tag": "",
"January": "",
@@ -244,6 +249,7 @@
"Light": "Lumière",
"Listening...": "Écoute...",
"LLMs can make mistakes. Verify important information.": "Les LLMs peuvent faire des erreurs. Vérifiez les informations importantes.",
+ "LTR": "",
"Made by OpenWebUI Community": "Réalisé par la communauté OpenWebUI",
"Make sure to enclose them with": "Assurez-vous de les entourer avec",
"Manage LiteLLM Models": "Gérer les modèles LiteLLM",
@@ -253,7 +259,9 @@
"Max Tokens": "Tokens maximaux",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Un maximum de 3 modèles peut être téléchargé simultanément. Veuillez réessayer plus tard.",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -276,16 +284,13 @@
"Modelfiles": "Fichiers de modèle",
"Models": "Modèles",
"More": "",
- "My Documents": "Mes documents",
- "My Modelfiles": "Mes fichiers de modèle",
- "My Prompts": "Mes prompts",
"Name": "Nom",
"Name Tag": "Tag de nom",
"Name your modelfile": "Nommez votre fichier de modèle",
"New Chat": "Nouvelle discussion",
"New Password": "Nouveau mot de passe",
"No results found": "",
- "No source available": "",
+ "No source available": "Aucune source disponible",
"Not factually correct": "",
"Not sure what to add?": "Pas sûr de quoi ajouter ?",
"Not sure what to write? Switch to": "Pas sûr de quoi écrire ? Changez pour",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "Extraction d'images PDF (OCR)",
"pending": "en attente",
"Permission denied when accessing microphone: {{error}}": "Permission refusée lors de l'accès au microphone : {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "Aire de jeu",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "Rôle",
"Rosé Pine": "Pin Rosé",
"Rosé Pine Dawn": "Aube Pin Rosé",
+ "RTL": "",
"Save": "Enregistrer",
"Save & Create": "Enregistrer & Créer",
- "Save & Submit": "Enregistrer & Soumettre",
"Save & Update": "Enregistrer & Mettre à jour",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "La sauvegarde des journaux de discussion directement dans le stockage de votre navigateur n'est plus prise en charge. Veuillez prendre un moment pour télécharger et supprimer vos journaux de discussion en cliquant sur le bouton ci-dessous. Ne vous inquiétez pas, vous pouvez facilement réimporter vos journaux de discussion dans le backend via",
"Scan": "Scanner",
@@ -378,7 +384,8 @@
"Select a mode": "Sélectionnez un mode",
"Select a model": "Sélectionnez un modèle",
"Select an Ollama instance": "Sélectionner une instance Ollama",
- "Select model": "",
+ "Select model": "Sélectionnez un modèle",
+ "Send": "",
"Send a Message": "Envoyer un message",
"Send message": "Envoyer un message",
"September": "",
@@ -407,7 +414,7 @@
"Sign Out": "Se déconnecter",
"Sign up": "S'inscrire",
"Signing in": "",
- "Source": "",
+ "Source": "Source",
"Speech recognition error: {{error}}": "Erreur de reconnaissance vocale : {{error}}",
"Speech-to-Text Engine": "Moteur reconnaissance vocale",
"SpeechRecognition API is not supported in this browser.": "L'API SpeechRecognition n'est pas prise en charge dans ce navigateur.",
@@ -482,10 +489,11 @@
"What’s New in": "Quoi de neuf dans",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Lorsque l'historique est désactivé, les nouvelles discussions sur ce navigateur n'apparaîtront pas dans votre historique sur aucun de vos appareils.",
"Whisper (Local)": "Whisper (Local)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "Rédigez une suggestion de prompt (p. ex. Qui êtes-vous ?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Rédigez un résumé en 50 mots qui résume [sujet ou mot-clé].",
"Yesterday": "",
- "You": "You",
+ "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Vous êtes un assistant utile",
diff --git a/src/lib/i18n/locales/fr-FR/translation.json b/src/lib/i18n/locales/fr-FR/translation.json
index 22ce18089c..1894f0ca11 100644
--- a/src/lib/i18n/locales/fr-FR/translation.json
+++ b/src/lib/i18n/locales/fr-FR/translation.json
@@ -10,14 +10,16 @@
"About": "À propos",
"Account": "Compte",
"Accurate information": "",
+ "Add": "",
"Add a model": "Ajouter un modèle",
"Add a model tag name": "Ajouter un nom de tag pour le modèle",
"Add a short description about what this modelfile does": "Ajouter une courte description de ce que fait ce fichier de modèle",
"Add a short title for this prompt": "Ajouter un court titre pour ce prompt",
"Add a tag": "Ajouter un tag",
- "Add custom prompt": "",
+ "Add custom prompt": "Ajouter un prompt personnalisé",
"Add Docs": "Ajouter des documents",
"Add Files": "Ajouter des fichiers",
+ "Add Memory": "",
"Add message": "Ajouter un message",
"Add Model": "",
"Add Tags": "ajouter des tags",
@@ -47,8 +49,8 @@
"Archived Chats": "enregistrement du chat",
"are allowed - Activate this command by typing": "sont autorisés - Activez cette commande en tapant",
"Are you sure?": "Êtes-vous sûr ?",
- "Attach file": "",
- "Attention to detail": "",
+ "Attach file": "Joindre un fichier",
+ "Attention to detail": "Attention aux détails",
"Audio": "Audio",
"August": "",
"Auto-playback response": "Réponse en lecture automatique",
@@ -66,6 +68,8 @@
"Categories": "Catégories",
"Change Password": "Changer le mot de passe",
"Chat": "Chat",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "Historique du chat",
"Chat History is off for this browser.": "L'historique du chat est désactivé pour ce navigateur.",
"Chats": "Chats",
@@ -76,7 +80,7 @@
"Chunk Overlap": "Chevauchement de bloc",
"Chunk Params": "Paramètres de bloc",
"Chunk Size": "Taille de bloc",
- "Citation": "",
+ "Citation": "Citations",
"Click here for help.": "Cliquez ici pour de l'aide.",
"Click here to": "",
"Click here to check other modelfiles.": "Cliquez ici pour vérifier d'autres fichiers de modèle.",
@@ -117,7 +121,6 @@
"Dark": "Sombre",
"Dashboard": "",
"Database": "Base de données",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"December": "",
"Default": "Par défaut",
"Default (Automatic1111)": "Par défaut (Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "Activé",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "Entrez le message {{role}} ici",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "Entrez le chevauchement de bloc",
"Enter Chunk Size": "Entrez la taille du bloc",
"Enter Image Size (e.g. 512x512)": "Entrez la taille de l'image (p. ex. 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "Paramètres généraux",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "Bonjour, {{name}}",
"Help": "",
@@ -227,7 +232,7 @@
"Import Modelfiles": "Importer les fichiers de modèle",
"Import Prompts": "Importer les prompts",
"Include `--api` flag when running stable-diffusion-webui": "Inclure le drapeau `--api` lors de l'exécution de stable-diffusion-webui",
- "Input commands": "",
+ "Input commands": "Entrez les commandes d'entrée",
"Interface": "Interface",
"Invalid Tag": "",
"January": "",
@@ -244,6 +249,7 @@
"Light": "Clair",
"Listening...": "Écoute...",
"LLMs can make mistakes. Verify important information.": "Les LLMs peuvent faire des erreurs. Vérifiez les informations importantes.",
+ "LTR": "",
"Made by OpenWebUI Community": "Réalisé par la communauté OpenWebUI",
"Make sure to enclose them with": "Assurez-vous de les entourer avec",
"Manage LiteLLM Models": "Gérer les modèles LiteLLM",
@@ -253,7 +259,9 @@
"Max Tokens": "Tokens maximaux",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Un maximum de 3 modèles peut être téléchargé simultanément. Veuillez réessayer plus tard.",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -276,16 +284,13 @@
"Modelfiles": "Fichiers de modèle",
"Models": "Modèles",
"More": "",
- "My Documents": "Mes documents",
- "My Modelfiles": "Mes fichiers de modèle",
- "My Prompts": "Mes prompts",
"Name": "Nom",
"Name Tag": "Tag de nom",
"Name your modelfile": "Nommez votre fichier de modèle",
"New Chat": "Nouveau chat",
"New Password": "Nouveau mot de passe",
"No results found": "",
- "No source available": "",
+ "No source available": "Aucune source disponible",
"Not factually correct": "",
"Not sure what to add?": "Vous ne savez pas quoi ajouter ?",
"Not sure what to write? Switch to": "Vous ne savez pas quoi écrire ? Basculer vers",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "Extraction d'images PDF (OCR)",
"pending": "en attente",
"Permission denied when accessing microphone: {{error}}": "Permission refusée lors de l'accès au microphone : {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "Aire de jeu",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "Rôle",
"Rosé Pine": "Pin Rosé",
"Rosé Pine Dawn": "Aube Pin Rosé",
+ "RTL": "",
"Save": "Enregistrer",
"Save & Create": "Enregistrer & Créer",
- "Save & Submit": "Enregistrer & Soumettre",
"Save & Update": "Enregistrer & Mettre à jour",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "La sauvegarde des chat directement dans le stockage de votre navigateur n'est plus prise en charge. Veuillez prendre un moment pour télécharger et supprimer vos journaux de chat en cliquant sur le bouton ci-dessous. Ne vous inquiétez pas, vous pouvez facilement importer vos sauvegardes de chat via",
"Scan": "Scanner",
@@ -378,7 +384,8 @@
"Select a mode": "Sélectionnez un mode",
"Select a model": "Sélectionner un modèle",
"Select an Ollama instance": "Sélectionner une instance Ollama",
- "Select model": "",
+ "Select model": "Sélectionner un modèle",
+ "Send": "",
"Send a Message": "Envoyer un message",
"Send message": "Envoyer un message",
"September": "",
@@ -407,7 +414,7 @@
"Sign Out": "Se déconnecter",
"Sign up": "S'inscrire",
"Signing in": "",
- "Source": "",
+ "Source": "Source",
"Speech recognition error: {{error}}": "Erreur de reconnaissance vocale : {{error}}",
"Speech-to-Text Engine": "Moteur de reconnaissance vocale",
"SpeechRecognition API is not supported in this browser.": "L'API SpeechRecognition n'est pas prise en charge dans ce navigateur.",
@@ -482,10 +489,11 @@
"What’s New in": "Quoi de neuf dans",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Lorsque l'historique est désactivé, les nouveaux chats sur ce navigateur n'apparaîtront pas dans votre historique sur aucun de vos appareils.",
"Whisper (Local)": "Whisper (Local)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "Écrivez un prompt (e.x. Qui est-tu ?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Ecrivez un résumé en 50 mots [sujet ou mot-clé]",
"Yesterday": "",
- "You": "You",
+ "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Vous êtes un assistant utile",
diff --git a/src/lib/i18n/locales/he-IL/translation.json b/src/lib/i18n/locales/he-IL/translation.json
new file mode 100644
index 0000000000..71d94bcc23
--- /dev/null
+++ b/src/lib/i18n/locales/he-IL/translation.json
@@ -0,0 +1,503 @@
+{
+ "'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' או '-1' ללא תפוגה.",
+ "(Beta)": "(בטא)",
+ "(e.g. `sh webui.sh --api`)": "(למשל `sh webui.sh --api`)",
+ "(latest)": "(האחרון)",
+ "{{modelName}} is thinking...": "{{modelName}} חושב...",
+ "{{user}}'s Chats": "צ'אטים של {{user}}",
+ "{{webUIName}} Backend Required": "נדרש Backend של {{webUIName}}",
+ "a user": "משתמש",
+ "About": "אודות",
+ "Account": "חשבון",
+ "Accurate information": "מידע מדויק",
+ "Add": "",
+ "Add a model": "הוסף מודל",
+ "Add a model tag name": "הוסף שם תג למודל",
+ "Add a short description about what this modelfile does": "הוסף תיאור קצר על מה שהקובץ מודל עושה",
+ "Add a short title for this prompt": "הוסף כותרת קצרה לפקודה זו",
+ "Add a tag": "הוסף תג",
+ "Add custom prompt": "הוסף פקודה מותאמת אישית",
+ "Add Docs": "הוסף מסמכים",
+ "Add Files": "הוסף קבצים",
+ "Add Memory": "",
+ "Add message": "הוסף הודעה",
+ "Add Model": "הוסף מודל",
+ "Add Tags": "הוסף תגים",
+ "Add User": "הוסף משתמש",
+ "Adjusting these settings will apply changes universally to all users.": "התאמת הגדרות אלו תחול על כל המשתמשים.",
+ "admin": "מנהל",
+ "Admin Panel": "לוח בקרה למנהל",
+ "Admin Settings": "הגדרות מנהל",
+ "Advanced Parameters": "פרמטרים מתקדמים",
+ "all": "הכל",
+ "All Documents": "כל המסמכים",
+ "All Users": "כל המשתמשים",
+ "Allow": "אפשר",
+ "Allow Chat Deletion": "אפשר מחיקת צ'אט",
+ "alphanumeric characters and hyphens": "תווים אלפאנומריים ומקפים",
+ "Already have an account?": "כבר יש לך חשבון?",
+ "an assistant": "עוזר",
+ "and": "וגם",
+ "and create a new shared link.": "וצור קישור משותף חדש.",
+ "API Base URL": "כתובת URL בסיסית ל-API",
+ "API Key": "מפתח API",
+ "API Key created.": "מפתח API נוצר.",
+ "API keys": "מפתחות API",
+ "API RPM": "RPM של API",
+ "April": "אפריל",
+ "Archive": "ארכיון",
+ "Archived Chats": "צ'אטים מאורכבים",
+ "are allowed - Activate this command by typing": "מותרים - הפעל פקודה זו על ידי הקלדה",
+ "Are you sure?": "האם אתה בטוח?",
+ "Attach file": "צרף קובץ",
+ "Attention to detail": "תשומת לב לפרטים",
+ "Audio": "אודיו",
+ "August": "אוגוסט",
+ "Auto-playback response": "תגובת השמעה אוטומטית",
+ "Auto-send input after 3 sec.": "שליחת קלט אוטומטית אחרי 3 שניות",
+ "AUTOMATIC1111 Base URL": "כתובת URL בסיסית של AUTOMATIC1111",
+ "AUTOMATIC1111 Base URL is required.": "נדרשת כתובת URL בסיסית של AUTOMATIC1111",
+ "available!": "זמין!",
+ "Back": "חזור",
+ "Bad Response": "תגובה שגויה",
+ "before": "לפני",
+ "Being lazy": "להיות עצלן",
+ "Builder Mode": "מצב בונה",
+ "Bypass SSL verification for Websites": "עקוף אימות SSL עבור אתרים",
+ "Cancel": "בטל",
+ "Categories": "קטגוריות",
+ "Change Password": "שנה סיסמה",
+ "Chat": "צ'אט",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
+ "Chat History": "היסטוריית צ'אט",
+ "Chat History is off for this browser.": "היסטוריית הצ'אט כבויה לדפדפן זה.",
+ "Chats": "צ'אטים",
+ "Check Again": "בדוק שוב",
+ "Check for updates": "בדוק עדכונים",
+ "Checking for updates...": "בודק עדכונים...",
+ "Choose a model before saving...": "בחר מודל לפני השמירה...",
+ "Chunk Overlap": "חפיפת נתונים",
+ "Chunk Params": "פרמטרי נתונים",
+ "Chunk Size": "גודל נתונים",
+ "Citation": "ציטוט",
+ "Click here for help.": "לחץ כאן לעזרה.",
+ "Click here to": "לחץ כאן כדי",
+ "Click here to check other modelfiles.": "לחץ כאן לבדיקת קבצי מודלים אחרים.",
+ "Click here to select": "לחץ כאן לבחירה",
+ "Click here to select a csv file.": "לחץ כאן לבחירת קובץ csv.",
+ "Click here to select documents.": "לחץ כאן לבחירת מסמכים.",
+ "click here.": "לחץ כאן.",
+ "Click on the user role button to change a user's role.": "לחץ על כפתור תפקיד המשתמש כדי לשנות את תפקיד המשתמש.",
+ "Close": "סגור",
+ "Collection": "אוסף",
+ "ComfyUI": "ComfyUI",
+ "ComfyUI Base URL": "כתובת URL בסיסית של ComfyUI",
+ "ComfyUI Base URL is required.": "נדרשת כתובת URL בסיסית של ComfyUI",
+ "Command": "פקודה",
+ "Confirm Password": "אשר סיסמה",
+ "Connections": "חיבורים",
+ "Content": "תוכן",
+ "Context Length": "אורך הקשר",
+ "Continue Response": "המשך תגובה",
+ "Conversation Mode": "מצב שיחה",
+ "Copied shared chat URL to clipboard!": "העתקת כתובת URL של צ'אט משותף ללוח!",
+ "Copy": "העתק",
+ "Copy last code block": "העתק את בלוק הקוד האחרון",
+ "Copy last response": "העתק את התגובה האחרונה",
+ "Copy Link": "העתק קישור",
+ "Copying to clipboard was successful!": "ההעתקה ללוח הייתה מוצלחת!",
+ "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "צור ביטוי תמציתי של 3-5 מילים ככותרת לשאילתה הבאה, תוך שמירה מדויקת על מגבלת 3-5 המילים והימנעות משימוש במילה 'כותרת':",
+ "Create a modelfile": "צור קובץ מודל",
+ "Create Account": "צור חשבון",
+ "Create new key": "צור מפתח חדש",
+ "Create new secret key": "צור מפתח סודי חדש",
+ "Created at": "נוצר ב",
+ "Created At": "נוצר ב",
+ "Current Model": "המודל הנוכחי",
+ "Current Password": "הסיסמה הנוכחית",
+ "Custom": "מותאם אישית",
+ "Customize Ollama models for a specific purpose": "התאמה אישית של מודלים של Ollama למטרה מסוימת",
+ "Dark": "כהה",
+ "Dashboard": "לוח בקרה",
+ "Database": "מסד נתונים",
+ "December": "דצמבר",
+ "Default": "ברירת מחדל",
+ "Default (Automatic1111)": "ברירת מחדל (Automatic1111)",
+ "Default (SentenceTransformers)": "ברירת מחדל (SentenceTransformers)",
+ "Default (Web API)": "ברירת מחדל (Web API)",
+ "Default model updated": "המודל המוגדר כברירת מחדל עודכן",
+ "Default Prompt Suggestions": "הצעות ברירת מחדל לפקודות",
+ "Default User Role": "תפקיד משתמש ברירת מחדל",
+ "delete": "מחק",
+ "Delete": "מחק",
+ "Delete a model": "מחק מודל",
+ "Delete chat": "מחק צ'אט",
+ "Delete Chat": "מחק צ'אט",
+ "Delete Chats": "מחק צ'אטים",
+ "delete this link": "מחק את הקישור הזה",
+ "Delete User": "מחק משתמש",
+ "Deleted {{deleteModelTag}}": "נמחק {{deleteModelTag}}",
+ "Deleted {{tagName}}": "נמחק {{tagName}}",
+ "Description": "תיאור",
+ "Didn't fully follow instructions": "לא עקב אחרי ההוראות באופן מלא",
+ "Disabled": "מושבת",
+ "Discover a modelfile": "גלה קובץ מודל",
+ "Discover a prompt": "גלה פקודה",
+ "Discover, download, and explore custom prompts": "גלה, הורד, וחקור פקודות מותאמות אישית",
+ "Discover, download, and explore model presets": "גלה, הורד, וחקור הגדרות מודל מוגדרות מראש",
+ "Display the username instead of You in the Chat": "הצג את שם המשתמש במקום 'אתה' בצ'אט",
+ "Document": "מסמך",
+ "Document Settings": "הגדרות מסמך",
+ "Documents": "מסמכים",
+ "does not make any external connections, and your data stays securely on your locally hosted server.": "לא מבצע חיבורים חיצוניים, והנתונים שלך נשמרים באופן מאובטח בשרת המקומי שלך.",
+ "Don't Allow": "אל תאפשר",
+ "Don't have an account?": "אין לך חשבון?",
+ "Don't like the style": "לא אוהב את הסגנון",
+ "Download": "הורד",
+ "Download canceled": "ההורדה בוטלה",
+ "Download Database": "הורד מסד נתונים",
+ "Drop any files here to add to the conversation": "גרור כל קובץ לכאן כדי להוסיף לשיחה",
+ "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "למשל '30s', '10m'. יחידות זמן חוקיות הן 's', 'm', 'h'.",
+ "Edit": "ערוך",
+ "Edit Doc": "ערוך מסמך",
+ "Edit User": "ערוך משתמש",
+ "Email": "דוא\"ל",
+ "Embedding Model": "מודל הטמעה",
+ "Embedding Model Engine": "מנוע מודל הטמעה",
+ "Embedding model set to \"{{embedding_model}}\"": "מודל ההטמעה הוגדר ל-\"{{embedding_model}}\"",
+ "Enable Chat History": "הפעל היסטוריית צ'אט",
+ "Enable New Sign Ups": "אפשר הרשמות חדשות",
+ "Enabled": "מופעל",
+ "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": "",
+ "Enter Chunk Overlap": "הזן חפיפת נתונים",
+ "Enter Chunk Size": "הזן גודל נתונים",
+ "Enter Image Size (e.g. 512x512)": "הזן גודל תמונה (למשל 512x512)",
+ "Enter language codes": "הזן קודי שפה",
+ "Enter LiteLLM API Base URL (litellm_params.api_base)": "הזן כתובת URL בסיסית ל-API של LiteLLM (litellm_params.api_base)",
+ "Enter LiteLLM API Key (litellm_params.api_key)": "הזן מפתח API של LiteLLM (litellm_params.api_key)",
+ "Enter LiteLLM API RPM (litellm_params.rpm)": "הזן RPM של API של LiteLLM (litellm_params.rpm)",
+ "Enter LiteLLM Model (litellm_params.model)": "הזן מודל LiteLLM (litellm_params.model)",
+ "Enter Max Tokens (litellm_params.max_tokens)": "הזן מספר מקסימלי של טוקנים (litellm_params.max_tokens)",
+ "Enter model tag (e.g. {{modelTag}})": "הזן תג מודל (למשל {{modelTag}})",
+ "Enter Number of Steps (e.g. 50)": "הזן מספר שלבים (למשל 50)",
+ "Enter Score": "הזן ציון",
+ "Enter stop sequence": "הזן רצף עצירה",
+ "Enter Top K": "הזן Top K",
+ "Enter URL (e.g. http://127.0.0.1:7860/)": "הזן כתובת URL (למשל http://127.0.0.1:7860/)",
+ "Enter URL (e.g. http://localhost:11434)": "הזן כתובת URL (למשל http://localhost:11434)",
+ "Enter Your Email": "הזן את דוא\"ל שלך",
+ "Enter Your Full Name": "הזן את שמך המלא",
+ "Enter Your Password": "הזן את הסיסמה שלך",
+ "Enter Your Role": "הזן את התפקיד שלך",
+ "Experimental": "ניסיוני",
+ "Export All Chats (All Users)": "ייצוא כל הצ'אטים (כל המשתמשים)",
+ "Export Chats": "ייצוא צ'אטים",
+ "Export Documents Mapping": "ייצוא מיפוי מסמכים",
+ "Export Modelfiles": "ייצוא קבצי מודלים",
+ "Export Prompts": "ייצוא פקודות",
+ "Failed to create API Key.": "יצירת מפתח API נכשלה.",
+ "Failed to read clipboard contents": "קריאת תוכן הלוח נכשלה",
+ "February": "פברואר",
+ "Feel free to add specific details": "נא להוסיף פרטים ספציפיים לפי רצון",
+ "File Mode": "מצב קובץ",
+ "File not found.": "הקובץ לא נמצא.",
+ "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "התגלתה הזיית טביעת אצבע: לא ניתן להשתמש בראשי תיבות כאווטאר. משתמש בתמונת פרופיל ברירת מחדל.",
+ "Fluidly stream large external response chunks": "שידור נתונים חיצוניים בקצב רציף",
+ "Focus chat input": "מיקוד הקלט לצ'אט",
+ "Followed instructions perfectly": "עקב אחר ההוראות במושלמות",
+ "Format your variables using square brackets like this:": "עצב את המשתנים שלך באמצעות סוגריים מרובעים כך:",
+ "From (Base Model)": "מ (מודל בסיס)",
+ "Full Screen Mode": "מצב מסך מלא",
+ "General": "כללי",
+ "General Settings": "הגדרות כלליות",
+ "Generation Info": "מידע על היצירה",
+ "Good Response": "תגובה טובה",
+ "h:mm a": "",
+ "has no conversations.": "אין שיחות.",
+ "Hello, {{name}}": "שלום, {{name}}",
+ "Help": "עזרה",
+ "Hide": "הסתר",
+ "Hide Additional Params": "הסתר פרמטרים נוספים",
+ "How can I help you today?": "כיצד אוכל לעזור לך היום?",
+ "Hybrid Search": "חיפוש היברידי",
+ "Image Generation (Experimental)": "יצירת תמונות (ניסיוני)",
+ "Image Generation Engine": "מנוע יצירת תמונות",
+ "Image Settings": "הגדרות תמונה",
+ "Images": "תמונות",
+ "Import Chats": "יבוא צ'אטים",
+ "Import Documents Mapping": "יבוא מיפוי מסמכים",
+ "Import Modelfiles": "יבוא קבצי מודלים",
+ "Import Prompts": "יבוא פקודות",
+ "Include `--api` flag when running stable-diffusion-webui": "כלול את הדגל `--api` בעת הרצת stable-diffusion-webui",
+ "Input commands": "פקודות קלט",
+ "Interface": "ממשק",
+ "Invalid Tag": "תג לא חוקי",
+ "January": "ינואר",
+ "join our Discord for help.": "הצטרף ל-Discord שלנו לעזרה.",
+ "JSON": "JSON",
+ "July": "יולי",
+ "June": "יוני",
+ "JWT Expiration": "תפוגת JWT",
+ "JWT Token": "אסימון JWT",
+ "Keep Alive": "השאר פעיל",
+ "Keyboard shortcuts": "קיצורי מקלדת",
+ "Language": "שפה",
+ "Last Active": "פעיל לאחרונה",
+ "Light": "בהיר",
+ "Listening...": "מאזין...",
+ "LLMs can make mistakes. Verify important information.": "מודלים בשפה טבעית יכולים לטעות. אמת מידע חשוב.",
+ "LTR": "",
+ "Made by OpenWebUI Community": "נוצר על ידי קהילת OpenWebUI",
+ "Make sure to enclose them with": "ודא להקיף אותם עם",
+ "Manage LiteLLM Models": "נהל מודלים של LiteLLM",
+ "Manage Models": "נהל מודלים",
+ "Manage Ollama Models": "נהל מודלים של Ollama",
+ "March": "מרץ",
+ "Max Tokens": "מקסימום טוקנים",
+ "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "ניתן להוריד מקסימום 3 מודלים בו זמנית. אנא נסה שוב מאוחר יותר.",
+ "May": "מאי",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
+ "Minimum Score": "ציון מינימלי",
+ "Mirostat": "Mirostat",
+ "Mirostat Eta": "Mirostat Eta",
+ "Mirostat Tau": "Mirostat Tau",
+ "MMMM DD, YYYY": "DD בMMMM, YYYY",
+ "MMMM DD, YYYY HH:mm": "DD בMMMM, YYYY HH:mm",
+ "Model '{{modelName}}' has been successfully downloaded.": "המודל '{{modelName}}' הורד בהצלחה.",
+ "Model '{{modelTag}}' is already in queue for downloading.": "המודל '{{modelTag}}' כבר בתור להורדה.",
+ "Model {{modelId}} not found": "המודל {{modelId}} לא נמצא",
+ "Model {{modelName}} already exists.": "המודל {{modelName}} כבר קיים.",
+ "Model filesystem path detected. Model shortname is required for update, cannot continue.": "נתיב מערכת הקבצים של המודל זוהה. נדרש שם קצר של המודל לעדכון, לא ניתן להמשיך.",
+ "Model Name": "שם המודל",
+ "Model not selected": "לא נבחר מודל",
+ "Model Tag Name": "שם תג המודל",
+ "Model Whitelisting": "רישום לבן של מודלים",
+ "Model(s) Whitelisted": "מודלים שנכללו ברשימה הלבנה",
+ "Modelfile": "קובץ מודל",
+ "Modelfile Advanced Settings": "הגדרות מתקדמות לקובץ מודל",
+ "Modelfile Content": "תוכן קובץ מודל",
+ "Modelfiles": "קבצי מודל",
+ "Models": "מודלים",
+ "More": "עוד",
+ "Name": "שם",
+ "Name Tag": "תג שם",
+ "Name your modelfile": "תן שם לקובץ המודל שלך",
+ "New Chat": "צ'אט חדש",
+ "New Password": "סיסמה חדשה",
+ "No results found": "לא נמצאו תוצאות",
+ "No source available": "אין מקור זמין",
+ "Not factually correct": "לא נכון מבחינה עובדתית",
+ "Not sure what to add?": "לא בטוח מה להוסיף?",
+ "Not sure what to write? Switch to": "לא בטוח מה לכתוב? החלף ל",
+ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "הערה: אם תקבע ציון מינימלי, החיפוש יחזיר רק מסמכים עם ציון שגבוה או שווה לציון המינימלי.",
+ "Notifications": "התראות",
+ "November": "נובמבר",
+ "October": "אוקטובר",
+ "Off": "כבוי",
+ "Okay, Let's Go!": "בסדר, בואו נתחיל!",
+ "OLED Dark": "OLED כהה",
+ "Ollama": "Ollama",
+ "Ollama Base URL": "כתובת URL בסיסית של Ollama",
+ "Ollama Version": "גרסת Ollama",
+ "On": "פועל",
+ "Only": "רק",
+ "Only alphanumeric characters and hyphens are allowed in the command string.": "רק תווים אלפאנומריים ומקפים מותרים במחרוזת הפקודה.",
+ "Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "אופס! תחזיק מעמד! הקבצים שלך עדיין בתהליך העיבוד. אנו מבשלים אותם לשלמות. נא להתאזר בסבלנות ונודיע לך ברגע שיהיו מוכנים.",
+ "Oops! Looks like the URL is invalid. Please double-check and try again.": "אופס! נראה שהכתובת URL אינה תקינה. אנא בדוק שוב ונסה שנית.",
+ "Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "אופס! אתה משתמש בשיטה לא נתמכת (רק חזית). אנא שרת את ממשק המשתמש האינטרנטי מהשרת האחורי.",
+ "Open": "פתח",
+ "Open AI": "Open AI",
+ "Open AI (Dall-E)": "Open AI (Dall-E)",
+ "Open new chat": "פתח צ'אט חדש",
+ "OpenAI": "OpenAI",
+ "OpenAI API": "API של OpenAI",
+ "OpenAI API Config": "תצורת API של OpenAI",
+ "OpenAI API Key is required.": "נדרש מפתח API של OpenAI.",
+ "OpenAI URL/Key required.": "נדרשת כתובת URL/מפתח של OpenAI.",
+ "or": "או",
+ "Other": "אחר",
+ "Overview": "סקירה כללית",
+ "Parameters": "פרמטרים",
+ "Password": "סיסמה",
+ "PDF document (.pdf)": "מסמך PDF (.pdf)",
+ "PDF Extract Images (OCR)": "חילוץ תמונות מ-PDF (OCR)",
+ "pending": "ממתין",
+ "Permission denied when accessing microphone: {{error}}": "ההרשאה נדחתה בעת גישה למיקרופון: {{error}}",
+ "Personalization": "",
+ "Plain text (.txt)": "טקסט פשוט (.txt)",
+ "Playground": "אזור משחקים",
+ "Positive attitude": "גישה חיובית",
+ "Previous 30 days": "30 הימים הקודמים",
+ "Previous 7 days": "7 הימים הקודמים",
+ "Profile Image": "תמונת פרופיל",
+ "Prompt": "פקודה",
+ "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "פקודה (למשל, ספר לי עובדה מעניינת על האימפריה הרומית)",
+ "Prompt Content": "תוכן הפקודה",
+ "Prompt suggestions": "הצעות לפקודות",
+ "Prompts": "פקודות",
+ "Pull \"{{searchValue}}\" from Ollama.com": "משוך \"{{searchValue}}\" מ-Ollama.com",
+ "Pull a model from Ollama.com": "משוך מודל מ-Ollama.com",
+ "Pull Progress": "משוך התקדמות",
+ "Query Params": "פרמטרי שאילתה",
+ "RAG Template": "תבנית RAG",
+ "Raw Format": "פורמט גולמי",
+ "Read Aloud": "קרא בקול",
+ "Record voice": "הקלט קול",
+ "Redirecting you to OpenWebUI Community": "מפנה אותך לקהילת OpenWebUI",
+ "Refused when it shouldn't have": "נדחה כאשר לא היה צריך",
+ "Regenerate": "הפק מחדש",
+ "Release Notes": "הערות שחרור",
+ "Remove": "הסר",
+ "Remove Model": "הסר מודל",
+ "Rename": "שנה שם",
+ "Repeat Last N": "חזור על ה-N האחרונים",
+ "Repeat Penalty": "עונש חזרה",
+ "Request Mode": "מצב בקשה",
+ "Reranking Model": "מודל דירוג מחדש",
+ "Reranking model disabled": "מודל דירוג מחדש מושבת",
+ "Reranking model set to \"{{reranking_model}}\"": "מודל דירוג מחדש הוגדר ל-\"{{reranking_model}}\"",
+ "Reset Vector Storage": "איפוס אחסון וקטורים",
+ "Response AutoCopy to Clipboard": "העתקה אוטומטית של תגובה ללוח",
+ "Role": "תפקיד",
+ "Rosé Pine": "Rosé Pine",
+ "Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
+ "Save": "שמור",
+ "Save & Create": "שמור וצור",
+ "Save & Update": "שמור ועדכן",
+ "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "שמירת יומני צ'אט ישירות באחסון הדפדפן שלך אינה נתמכת יותר. אנא הקדש רגע להוריד ולמחוק את יומני הצ'אט שלך על ידי לחיצה על הכפתור למטה. אל דאגה, באפשרותך לייבא מחדש בקלות את יומני הצ'אט שלך לשרת האחורי דרך",
+ "Scan": "סרוק",
+ "Scan complete!": "הסריקה הושלמה!",
+ "Scan for documents from {{path}}": "סרוק מסמכים מ-{{path}}",
+ "Search": "חפש",
+ "Search a model": "חפש מודל",
+ "Search Documents": "חפש מסמכים",
+ "Search Prompts": "חפש פקודות",
+ "See readme.md for instructions": "ראה את readme.md להוראות",
+ "See what's new": "ראה מה חדש",
+ "Seed": "זרע",
+ "Select a mode": "בחר מצב",
+ "Select a model": "בחר מודל",
+ "Select an Ollama instance": "בחר מופע של Ollama",
+ "Select model": "בחר מודל",
+ "Send": "",
+ "Send a Message": "שלח הודעה",
+ "Send message": "שלח הודעה",
+ "September": "ספטמבר",
+ "Server connection verified": "החיבור לשרת אומת",
+ "Set as default": "הגדר כברירת מחדל",
+ "Set Default Model": "הגדר מודל ברירת מחדל",
+ "Set embedding model (e.g. {{model}})": "הגדר מודל הטמעה (למשל {{model}})",
+ "Set Image Size": "הגדר גודל תמונה",
+ "Set Model": "הגדר מודל",
+ "Set reranking model (e.g. {{model}})": "הגדר מודל דירוג מחדש (למשל {{model}})",
+ "Set Steps": "הגדר שלבים",
+ "Set Title Auto-Generation Model": "הגדר מודל יצירת כותרת אוטומטית",
+ "Set Voice": "הגדר קול",
+ "Settings": "הגדרות",
+ "Settings saved successfully!": "ההגדרות נשמרו בהצלחה!",
+ "Share": "שתף",
+ "Share Chat": "שתף צ'אט",
+ "Share to OpenWebUI Community": "שתף לקהילת OpenWebUI",
+ "short-summary": "סיכום קצר",
+ "Show": "הצג",
+ "Show Additional Params": "הצג פרמטרים נוספים",
+ "Show shortcuts": "הצג קיצורי דרך",
+ "Showcased creativity": "הצגת יצירתיות",
+ "sidebar": "סרגל צד",
+ "Sign in": "",
+ "Sign Out": "",
+ "Sign up": "",
+ "Signing in": "",
+ "Source": "",
+ "Speech recognition error: {{error}}": "",
+ "Speech-to-Text Engine": "",
+ "SpeechRecognition API is not supported in this browser.": "",
+ "Stop Sequence": "",
+ "STT Settings": "",
+ "Submit": "שלח",
+ "Subtitle (e.g. about the Roman Empire)": "",
+ "Success": "הצלחה",
+ "Successfully updated.": "",
+ "Suggested": "",
+ "Sync All": "",
+ "System": "מערכת",
+ "System Prompt": "",
+ "Tags": "",
+ "Tell us more:": "",
+ "Temperature": "",
+ "Template": "תבנית",
+ "Text Completion": "",
+ "Text-to-Speech Engine": "מנוע טקסט לדיבור",
+ "Tfs Z": "",
+ "Thanks for your feedback!": "תודה על המשוב שלך!",
+ "The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
+ "Theme": "נושא",
+ "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "",
+ "This setting does not sync across browsers or devices.": "",
+ "Thorough explanation": "",
+ "Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "",
+ "Title": "",
+ "Title (e.g. Tell me a fun fact)": "",
+ "Title Auto-Generation": "",
+ "Title cannot be an empty string.": "",
+ "Title Generation Prompt": "",
+ "to": "",
+ "To access the available model names for downloading,": "",
+ "To access the GGUF models available for downloading,": "",
+ "to chat input.": "",
+ "Today": "",
+ "Toggle settings": "",
+ "Toggle sidebar": "",
+ "Top K": "",
+ "Top P": "",
+ "Trouble accessing Ollama?": "",
+ "TTS Settings": "",
+ "Type Hugging Face Resolve (Download) URL": "",
+ "Uh-oh! There was an issue connecting to {{provider}}.": "",
+ "Unknown File Type '{{file_type}}', but accepting and treating as plain text": "",
+ "Update and Copy Link": "",
+ "Update password": "",
+ "Upload a GGUF model": "",
+ "Upload files": "",
+ "Upload Progress": "",
+ "URL Mode": "",
+ "Use '#' in the prompt input to load and select your documents.": "",
+ "Use Gravatar": "",
+ "Use Initials": "",
+ "user": "",
+ "User Permissions": "",
+ "Users": "משתמשים",
+ "Utilize": "",
+ "Valid time units:": "",
+ "variable": "",
+ "variable to have them replaced with clipboard content.": "",
+ "Version": "גרסה",
+ "Warning: If you update or change your embedding model, you will need to re-import all documents.": "",
+ "Web": "רשת",
+ "Web Loader Settings": "",
+ "Web Params": "",
+ "Webhook URL": "",
+ "WebUI Add-ons": "",
+ "WebUI Settings": "",
+ "WebUI will make requests to": "",
+ "What’s New in": "",
+ "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "",
+ "Whisper (Local)": "",
+ "Workspace": "",
+ "Write a prompt suggestion (e.g. Who are you?)": "",
+ "Write a summary in 50 words that summarizes [topic or keyword].": "",
+ "Yesterday": "אתמול",
+ "You": "",
+ "You have no archived conversations.": "",
+ "You have shared this chat": "",
+ "You're a helpful assistant.": "",
+ "You're now logged in.": "",
+ "Youtube": "",
+ "Youtube Loader Settings": ""
+}
diff --git a/src/lib/i18n/locales/hi-IN/translation.json b/src/lib/i18n/locales/hi-IN/translation.json
index 6e4fa9eafc..d57b051cae 100644
--- a/src/lib/i18n/locales/hi-IN/translation.json
+++ b/src/lib/i18n/locales/hi-IN/translation.json
@@ -10,14 +10,16 @@
"About": "हमारे बारे में",
"Account": "खाता",
"Accurate information": "सटीक जानकारी",
+ "Add": "",
"Add a model": "एक मॉडल जोड़ें",
"Add a model tag name": "एक मॉडल टैग नाम जोड़ें",
"Add a short description about what this modelfile does": "यह मॉडलफ़ाइल क्या करती है इसके बारे में एक संक्षिप्त विवरण जोड़ें",
"Add a short title for this prompt": "इस संकेत के लिए एक संक्षिप्त शीर्षक जोड़ें",
"Add a tag": "एक टैग जोड़े",
- "Add custom prompt": "",
+ "Add custom prompt": "अनुकूल संकेत जोड़ें",
"Add Docs": "दस्तावेज़ जोड़ें",
"Add Files": "फाइलें जोड़ें",
+ "Add Memory": "",
"Add message": "संदेश डालें",
"Add Model": "मॉडल जोड़ें",
"Add Tags": "टैगों को जोड़ें",
@@ -47,7 +49,7 @@
"Archived Chats": "संग्रहीत चैट",
"are allowed - Activate this command by typing": "अनुमति है - टाइप करके इस कमांड को सक्रिय करें",
"Are you sure?": "क्या आपको यकीन है?",
- "Attach file": "",
+ "Attach file": "फ़ाइल atta",
"Attention to detail": "विस्तार पर ध्यान",
"Audio": "ऑडियो",
"August": "",
@@ -66,6 +68,8 @@
"Categories": "श्रेणियाँ",
"Change Password": "पासवर्ड बदलें",
"Chat": "चैट करें",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "चैट का इतिहास",
"Chat History is off for this browser.": "इस ब्राउज़र के लिए चैट इतिहास बंद है।",
"Chats": "सभी चैट",
@@ -76,7 +80,7 @@
"Chunk Overlap": "चंक ओवरलैप",
"Chunk Params": "चंक पैरामीटर्स",
"Chunk Size": "चंक आकार",
- "Citation": "",
+ "Citation": "उद्धरण",
"Click here for help.": "सहायता के लिए यहां क्लिक करें।",
"Click here to": "",
"Click here to check other modelfiles.": "अन्य मॉडल फ़ाइलों की जांच के लिए यहां क्लिक करें।",
@@ -117,7 +121,6 @@
"Dark": "",
"Dashboard": "",
"Database": "डेटाबेस",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"December": "",
"Default": "डिफ़ॉल्ट",
"Default (Automatic1111)": "डिफ़ॉल्ट (Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "सक्रिय",
"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": "",
"Enter Chunk Overlap": "चंक ओवरलैप दर्ज करें",
"Enter Chunk Size": "खंड आकार दर्ज करें",
"Enter Image Size (e.g. 512x512)": "छवि का आकार दर्ज करें (उदा. 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "सामान्य सेटिंग्स",
"Generation Info": "जनरेशन की जानकारी",
"Good Response": "अच्छी प्रतिक्रिया",
+ "h:mm a": "",
"has no conversations.": "कोई बातचीत नहीं है",
"Hello, {{name}}": "नमस्ते, {{name}}",
"Help": "",
@@ -227,7 +232,7 @@
"Import Modelfiles": "मॉडल फ़ाइलें आयात करें",
"Import Prompts": "प्रॉम्प्ट आयात करें",
"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webui चलाते समय `--api` ध्वज शामिल करें",
- "Input commands": "",
+ "Input commands": "इनपुट क命",
"Interface": "इंटरफेस",
"Invalid Tag": "",
"January": "",
@@ -244,6 +249,7 @@
"Light": "",
"Listening...": "सुन रहा हूँ...",
"LLMs can make mistakes. Verify important information.": "एलएलएम गलतियाँ कर सकते हैं। महत्वपूर्ण जानकारी सत्यापित करें.",
+ "LTR": "",
"Made by OpenWebUI Community": "OpenWebUI समुदाय द्वारा निर्मित",
"Make sure to enclose them with": "उन्हें संलग्न करना सुनिश्चित करें",
"Manage LiteLLM Models": "LiteLLM मॉडल प्रबंधित करें",
@@ -253,7 +259,9 @@
"Max Tokens": "अधिकतम टोकन",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "अधिकतम 3 मॉडल एक साथ डाउनलोड किये जा सकते हैं। कृपया बाद में पुन: प्रयास करें।",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "न्यूनतम स्कोर",
"Mirostat": "",
"Mirostat Eta": "",
@@ -276,16 +284,13 @@
"Modelfiles": "मॉडल फ़ाइलें",
"Models": "सभी मॉडल",
"More": "और..",
- "My Documents": "मेरे दस्तावेज़",
- "My Modelfiles": "मेरी मॉडल फ़ाइलें",
- "My Prompts": "मेरे प्रॉम्प्ट",
"Name": "नाम",
"Name Tag": "नाम टैग",
"Name your modelfile": "अपनी मॉडलफ़ाइल को नाम दें",
"New Chat": "नई चैट",
"New Password": "नया पासवर्ड",
"No results found": "",
- "No source available": "",
+ "No source available": "कोई स्रोत उपलब्ध नहीं है",
"Not factually correct": "तथ्यात्मक रूप से सही नहीं है",
"Not sure what to add?": "निश्चित नहीं कि क्या जोड़ें?",
"Not sure what to write? Switch to": "मैं आश्वस्त नहीं हूं कि क्या लिखना है? स्विच करें",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "PDF छवियाँ निकालें (OCR)",
"pending": "लंबित",
"Permission denied when accessing microphone: {{error}}": "माइक्रोफ़ोन तक पहुँचने पर अनुमति अस्वीकृत: {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "सादा पाठ (.txt)",
"Playground": "कार्यक्षेत्र",
"Positive attitude": "सकारात्मक रवैया",
@@ -360,9 +366,9 @@
"Role": "भूमिका",
"Rosé Pine": "",
"Rosé Pine Dawn": "",
+ "RTL": "",
"Save": "सहेजें",
"Save & Create": "सहेजें और बनाएं",
- "Save & Submit": "सहेजें और सबमिट करें",
"Save & Update": "सहेजें और अपडेट करें",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "चैट लॉग को सीधे आपके ब्राउज़र के स्टोरेज में सहेजना अब समर्थित नहीं है। कृपया नीचे दिए गए बटन पर क्लिक करके डाउनलोड करने और अपने चैट लॉग को हटाने के लिए कुछ समय दें। चिंता न करें, आप आसानी से अपने चैट लॉग को बैकएंड पर पुनः आयात कर सकते हैं",
"Scan": "स्कैन",
@@ -378,7 +384,8 @@
"Select a mode": "एक मोड चुनें",
"Select a model": "एक मॉडल चुनें",
"Select an Ollama instance": "एक Ollama Instance चुनें",
- "Select model": "",
+ "Select model": "मॉडल चुनें",
+ "Send": "",
"Send a Message": "एक संदेश भेजो",
"Send message": "मेसेज भेजें",
"September": "",
@@ -407,7 +414,7 @@
"Sign Out": "साइन आउट",
"Sign up": "साइन अप",
"Signing in": "साइन इन हो रहा है",
- "Source": "",
+ "Source": "स्रोत",
"Speech recognition error: {{error}}": "वाक् पहचान त्रुटि: {{error}}",
"Speech-to-Text Engine": "वाक्-से-पाठ इंजन",
"SpeechRecognition API is not supported in this browser.": "इस ब्राउज़र में SpeechRecognition API समर्थित नहीं है",
@@ -482,10 +489,11 @@
"What’s New in": "इसमें नया क्या है",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "जब इतिहास बंद हो जाता है, तो इस ब्राउज़र पर नई चैट आपके किसी भी डिवाइस पर इतिहास में दिखाई नहीं देंगी।",
"Whisper (Local)": "Whisper (स्थानीय)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "एक त्वरित सुझाव लिखें (जैसे कि आप कौन हैं?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "50 शब्दों में एक सारांश लिखें जो [विषय या कीवर्ड] का सारांश प्रस्तुत करता हो।",
"Yesterday": "",
- "You": "आप",
+ "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "आप एक सहायक सहायक हैं",
diff --git a/src/lib/i18n/locales/hr-HR/translation.json b/src/lib/i18n/locales/hr-HR/translation.json
new file mode 100644
index 0000000000..e154ab8b34
--- /dev/null
+++ b/src/lib/i18n/locales/hr-HR/translation.json
@@ -0,0 +1,503 @@
+{
+ "'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' ili '-1' za bez isteka.",
+ "(Beta)": "(Beta)",
+ "(e.g. `sh webui.sh --api`)": "(npr. `sh webui.sh --api`)",
+ "(latest)": "(najnovije)",
+ "{{modelName}} is thinking...": "{{modelName}} razmišlja...",
+ "{{user}}'s Chats": "Razgovori korisnika {{user}}",
+ "{{webUIName}} Backend Required": "{{webUIName}} Backend je potreban",
+ "a user": "korisnik",
+ "About": "O",
+ "Account": "Račun",
+ "Accurate information": "Točne informacije",
+ "Add": "",
+ "Add a model": "Dodaj model",
+ "Add a model tag name": "Dodaj oznaku modela",
+ "Add a short description about what this modelfile does": "Dodajte kratak opis što ova datoteka modela radi",
+ "Add a short title for this prompt": "Dodajte kratki naslov za ovaj prompt",
+ "Add a tag": "Dodaj oznaku",
+ "Add custom prompt": "Dodaj prilagođeni prompt",
+ "Add Docs": "Dodaj dokumente",
+ "Add Files": "Dodaj datoteke",
+ "Add Memory": "",
+ "Add message": "Dodaj poruku",
+ "Add Model": "Dodaj model",
+ "Add Tags": "Dodaj oznake",
+ "Add User": "Dodaj korisnika",
+ "Adjusting these settings will apply changes universally to all users.": "Podešavanje ovih postavki primijenit će promjene univerzalno na sve korisnike.",
+ "admin": "administrator",
+ "Admin Panel": "Administratorska ploča",
+ "Admin Settings": "Administratorske postavke",
+ "Advanced Parameters": "Napredni parametri",
+ "all": "sve",
+ "All Documents": "Svi dokumenti",
+ "All Users": "Svi korisnici",
+ "Allow": "Dopusti",
+ "Allow Chat Deletion": "Dopusti brisanje razgovora",
+ "alphanumeric characters and hyphens": "alfanumerički znakovi i crtice",
+ "Already have an account?": "Već imate račun?",
+ "an assistant": "asistent",
+ "and": "i",
+ "and create a new shared link.": "i stvorite novu dijeljenu vezu.",
+ "API Base URL": "Osnovni URL API-ja",
+ "API Key": "API ključ",
+ "API Key created.": "API ključ je stvoren.",
+ "API keys": "API ključevi",
+ "API RPM": "API RPM",
+ "April": "Travanj",
+ "Archive": "Arhiva",
+ "Archived Chats": "Arhivirani razgovori",
+ "are allowed - Activate this command by typing": "su dopušteni - Aktivirajte ovu naredbu upisivanjem",
+ "Are you sure?": "Jeste li sigurni?",
+ "Attach file": "Priloži datoteku",
+ "Attention to detail": "Pažnja na detalje",
+ "Audio": "Audio",
+ "August": "Kolovoz",
+ "Auto-playback response": "Automatska reprodukcija odgovora",
+ "Auto-send input after 3 sec.": "Automatsko slanje unosa nakon 3 sek.",
+ "AUTOMATIC1111 Base URL": "AUTOMATIC1111 osnovni URL",
+ "AUTOMATIC1111 Base URL is required.": "Potreban je AUTOMATIC1111 osnovni URL.",
+ "available!": "dostupno!",
+ "Back": "Natrag",
+ "Bad Response": "Loš odgovor",
+ "before": "prije",
+ "Being lazy": "Biti lijen",
+ "Builder Mode": "Način graditelja",
+ "Bypass SSL verification for Websites": "Zaobiđi SSL provjeru za web stranice",
+ "Cancel": "Otkaži",
+ "Categories": "Kategorije",
+ "Change Password": "Promijeni lozinku",
+ "Chat": "Razgovor",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
+ "Chat History": "Povijest razgovora",
+ "Chat History is off for this browser.": "Povijest razgovora je isključena za ovaj preglednik.",
+ "Chats": "Razgovori",
+ "Check Again": "Provjeri ponovo",
+ "Check for updates": "Provjeri za ažuriranja",
+ "Checking for updates...": "Provjeravam ažuriranja...",
+ "Choose a model before saving...": "Odaberite model prije spremanja...",
+ "Chunk Overlap": "Preklapanje dijelova",
+ "Chunk Params": "Parametri dijelova",
+ "Chunk Size": "Veličina dijela",
+ "Citation": "Citiranje",
+ "Click here for help.": "Kliknite ovdje za pomoć.",
+ "Click here to": "Kliknite ovdje za",
+ "Click here to check other modelfiles.": "Kliknite ovdje da provjerite druge datoteke modela.",
+ "Click here to select": "Kliknite ovdje za odabir",
+ "Click here to select a csv file.": "Kliknite ovdje da odaberete csv datoteku.",
+ "Click here to select documents.": "Kliknite ovdje da odaberete dokumente.",
+ "click here.": "kliknite ovdje.",
+ "Click on the user role button to change a user's role.": "Kliknite na gumb uloge korisnika za promjenu uloge korisnika.",
+ "Close": "Zatvori",
+ "Collection": "Kolekcija",
+ "ComfyUI": "ComfyUI",
+ "ComfyUI Base URL": "ComfyUI osnovni URL",
+ "ComfyUI Base URL is required.": "Potreban je ComfyUI osnovni URL.",
+ "Command": "Naredba",
+ "Confirm Password": "Potvrdite lozinku",
+ "Connections": "Povezivanja",
+ "Content": "Sadržaj",
+ "Context Length": "Dužina konteksta",
+ "Continue Response": "Nastavi odgovor",
+ "Conversation Mode": "Način razgovora",
+ "Copied shared chat URL to clipboard!": "Kopirana URL dijeljenog razgovora u međuspremnik!",
+ "Copy": "Kopiraj",
+ "Copy last code block": "Kopiraj zadnji blok koda",
+ "Copy last response": "Kopiraj zadnji odgovor",
+ "Copy Link": "Kopiraj vezu",
+ "Copying to clipboard was successful!": "Kopiranje u međuspremnik je bilo uspješno!",
+ "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Stvorite sažetu frazu od 3-5 riječi kao naslov za sljedeći upit, strogo se pridržavajući ograničenja od 3-5 riječi i izbjegavajući upotrebu riječi 'naslov':",
+ "Create a modelfile": "Stvorite datoteku modela",
+ "Create Account": "Stvori račun",
+ "Create new key": "Stvori novi ključ",
+ "Create new secret key": "Stvori novi tajni ključ",
+ "Created at": "Stvoreno",
+ "Created At": "Stvoreno",
+ "Current Model": "Trenutni model",
+ "Current Password": "Trenutna lozinka",
+ "Custom": "Prilagođeno",
+ "Customize Ollama models for a specific purpose": "Prilagodite Ollama modele za specifičnu svrhu",
+ "Dark": "Tamno",
+ "Dashboard": "Nadzorna ploča",
+ "Database": "Baza podataka",
+ "December": "Prosinac",
+ "Default": "Zadano",
+ "Default (Automatic1111)": "Zadano (Automatic1111)",
+ "Default (SentenceTransformers)": "Zadano (SentenceTransformers)",
+ "Default (Web API)": "Zadano (Web API)",
+ "Default model updated": "Zadani model ažuriran",
+ "Default Prompt Suggestions": "Zadani prijedlozi prompta",
+ "Default User Role": "Zadana korisnička uloga",
+ "delete": "izbriši",
+ "Delete": "Izbriši",
+ "Delete a model": "Izbriši model",
+ "Delete chat": "Izbriši razgovor",
+ "Delete Chat": "Izbriši razgovor",
+ "Delete Chats": "Izbriši razgovore",
+ "delete this link": "izbriši ovu vezu",
+ "Delete User": "Izbriši korisnika",
+ "Deleted {{deleteModelTag}}": "Izbrisan {{deleteModelTag}}",
+ "Deleted {{tagName}}": "Izbrisan {{tagName}}",
+ "Description": "Opis",
+ "Didn't fully follow instructions": "Nije u potpunosti slijedio upute",
+ "Disabled": "Onemogućeno",
+ "Discover a modelfile": "Otkrijte datoteku modela",
+ "Discover a prompt": "Otkrijte prompt",
+ "Discover, download, and explore custom prompts": "Otkrijte, preuzmite i istražite prilagođene prompte",
+ "Discover, download, and explore model presets": "Otkrijte, preuzmite i istražite unaprijed postavljene modele",
+ "Display the username instead of You in the Chat": "Prikaži korisničko ime umjesto Vas u razgovoru",
+ "Document": "Dokument",
+ "Document Settings": "Postavke dokumenta",
+ "Documents": "Dokumenti",
+ "does not make any external connections, and your data stays securely on your locally hosted server.": "ne uspostavlja vanjske veze, a vaši podaci ostaju sigurno na vašem lokalno hostiranom poslužitelju.",
+ "Don't Allow": "Ne dopuštaj",
+ "Don't have an account?": "Nemate račun?",
+ "Don't like the style": "Ne sviđa mi se stil",
+ "Download": "Preuzimanje",
+ "Download canceled": "Preuzimanje otkazano",
+ "Download Database": "Preuzmi bazu podataka",
+ "Drop any files here to add to the conversation": "Spustite bilo koje datoteke ovdje za dodavanje u razgovor",
+ "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "npr. '30s','10m'. Važeće vremenske jedinice su 's', 'm', 'h'.",
+ "Edit": "Uredi",
+ "Edit Doc": "Uredi dokument",
+ "Edit User": "Uredi korisnika",
+ "Email": "Email",
+ "Embedding Model": "Umetanje modela",
+ "Embedding Model Engine": "Stroj za umetanje modela",
+ "Embedding model set to \"{{embedding_model}}\"": "Model za umetanje postavljen na \"{{embedding_model}}\"",
+ "Enable Chat History": "Omogući povijest razgovora",
+ "Enable New Sign Ups": "Omogući nove prijave",
+ "Enabled": "Omogućeno",
+ "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Provjerite da vaša CSV datoteka uključuje 4 stupca u ovom redoslijedu: Ime, Email, Lozinka, Uloga.",
+ "Enter {{role}} message here": "Unesite poruku {{role}} ovdje",
+ "Enter a detail about yourself for your LLMs to recall": "",
+ "Enter Chunk Overlap": "Unesite preklapanje dijelova",
+ "Enter Chunk Size": "Unesite veličinu dijela",
+ "Enter Image Size (e.g. 512x512)": "Unesite veličinu slike (npr. 512x512)",
+ "Enter language codes": "Unesite kodove jezika",
+ "Enter LiteLLM API Base URL (litellm_params.api_base)": "Unesite osnovni URL LiteLLM API-ja (litellm_params.api_base)",
+ "Enter LiteLLM API Key (litellm_params.api_key)": "Unesite ključ LiteLLM API-ja (litellm_params.api_key)",
+ "Enter LiteLLM API RPM (litellm_params.rpm)": "Unesite LiteLLM API RPM (litellm_params.rpm)",
+ "Enter LiteLLM Model (litellm_params.model)": "Unesite LiteLLM model (litellm_params.model)",
+ "Enter Max Tokens (litellm_params.max_tokens)": "Unesite maksimalan broj tokena (litellm_params.max_tokens)",
+ "Enter model tag (e.g. {{modelTag}})": "Unesite oznaku modela (npr. {{modelTag}})",
+ "Enter Number of Steps (e.g. 50)": "Unesite broj koraka (npr. 50)",
+ "Enter Score": "Unesite ocjenu",
+ "Enter stop sequence": "Unesite sekvencu zaustavljanja",
+ "Enter Top K": "Unesite Top K",
+ "Enter URL (e.g. http://127.0.0.1:7860/)": "Unesite URL (npr. http://127.0.0.1:7860/)",
+ "Enter URL (e.g. http://localhost:11434)": "Unesite URL (npr. http://localhost:11434)",
+ "Enter Your Email": "Unesite svoj email",
+ "Enter Your Full Name": "Unesite svoje puno ime",
+ "Enter Your Password": "Unesite svoju lozinku",
+ "Enter Your Role": "Unesite svoju ulogu",
+ "Experimental": "Eksperimentalno",
+ "Export All Chats (All Users)": "Izvoz svih razgovora (svi korisnici)",
+ "Export Chats": "Izvoz razgovora",
+ "Export Documents Mapping": "Izvoz mapiranja dokumenata",
+ "Export Modelfiles": "Izvoz datoteka modela",
+ "Export Prompts": "Izvoz prompta",
+ "Failed to create API Key.": "Neuspješno stvaranje API ključa.",
+ "Failed to read clipboard contents": "Neuspješno čitanje sadržaja međuspremnika",
+ "February": "Veljača",
+ "Feel free to add specific details": "Slobodno dodajte specifične detalje",
+ "File Mode": "Način datoteke",
+ "File not found.": "Datoteka nije pronađena.",
+ "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Otkriveno krivotvorenje otisaka prstiju: Nemoguće je koristiti inicijale kao avatar. Postavljanje na zadanu profilnu sliku.",
+ "Fluidly stream large external response chunks": "Glavno strujanje velikih vanjskih dijelova odgovora",
+ "Focus chat input": "Fokusiraj unos razgovora",
+ "Followed instructions perfectly": "Savršeno slijedio upute",
+ "Format your variables using square brackets like this:": "Formatirajte svoje varijable pomoću uglatih zagrada ovako:",
+ "From (Base Model)": "Od (osnovni model)",
+ "Full Screen Mode": "Način cijelog zaslona",
+ "General": "Općenito",
+ "General Settings": "Opće postavke",
+ "Generation Info": "Informacije o generaciji",
+ "Good Response": "Dobar odgovor",
+ "h:mm a": "",
+ "has no conversations.": "nema razgovora.",
+ "Hello, {{name}}": "Bok, {{name}}",
+ "Help": "Pomoć",
+ "Hide": "Sakrij",
+ "Hide Additional Params": "Sakrij dodatne parametre",
+ "How can I help you today?": "Kako vam mogu pomoći danas?",
+ "Hybrid Search": "Hibridna pretraga",
+ "Image Generation (Experimental)": "Generiranje slika (eksperimentalno)",
+ "Image Generation Engine": "Stroj za generiranje slika",
+ "Image Settings": "Postavke slike",
+ "Images": "Slike",
+ "Import Chats": "Uvoz razgovora",
+ "Import Documents Mapping": "Uvoz mapiranja dokumenata",
+ "Import Modelfiles": "Uvoz datoteka modela",
+ "Import Prompts": "Uvoz prompta",
+ "Include `--api` flag when running stable-diffusion-webui": "Uključite zastavicu `--api` prilikom pokretanja stable-diffusion-webui",
+ "Input commands": "Unos naredbi",
+ "Interface": "Sučelje",
+ "Invalid Tag": "Nevažeća oznaka",
+ "January": "Siječanj",
+ "join our Discord for help.": "pridružite se našem Discordu za pomoć.",
+ "JSON": "JSON",
+ "July": "Srpanj",
+ "June": "Lipanj",
+ "JWT Expiration": "Isticanje JWT-a",
+ "JWT Token": "JWT token",
+ "Keep Alive": "Održavanje živim",
+ "Keyboard shortcuts": "Tipkovnički prečaci",
+ "Language": "Jezik",
+ "Last Active": "Zadnja aktivnost",
+ "Light": "Svijetlo",
+ "Listening...": "Slušanje...",
+ "LLMs can make mistakes. Verify important information.": "LLM-ovi mogu pogriješiti. Provjerite važne informacije.",
+ "LTR": "",
+ "Made by OpenWebUI Community": "Izradio OpenWebUI Community",
+ "Make sure to enclose them with": "Provjerite da ih zatvorite s",
+ "Manage LiteLLM Models": "Upravljajte LiteLLM modelima",
+ "Manage Models": "Upravljanje modelima",
+ "Manage Ollama Models": "Upravljanje Ollama modelima",
+ "March": "Ožujak",
+ "Max Tokens": "Maksimalni tokeni",
+ "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Maksimalno 3 modela mogu se preuzeti istovremeno. Pokušajte ponovo kasnije.",
+ "May": "Svibanj",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
+ "Minimum Score": "Minimalna ocjena",
+ "Mirostat": "Mirostat",
+ "Mirostat Eta": "Mirostat Eta",
+ "Mirostat Tau": "Mirostat Tau",
+ "MMMM DD, YYYY": "MMMM DD, YYYY",
+ "MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
+ "Model '{{modelName}}' has been successfully downloaded.": "Model '{{modelName}}' je uspješno preuzet.",
+ "Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' je već u redu za preuzimanje.",
+ "Model {{modelId}} not found": "Model {{modelId}} nije pronađen",
+ "Model {{modelName}} already exists.": "Model {{modelName}} već postoji.",
+ "Model filesystem path detected. Model shortname is required for update, cannot continue.": "Otkriven put datotečnog sustava modela. Kratko ime modela je potrebno za ažuriranje, nije moguće nastaviti.",
+ "Model Name": "Naziv modela",
+ "Model not selected": "Model nije odabran",
+ "Model Tag Name": "Naziv oznake modela",
+ "Model Whitelisting": "Bijela lista modela",
+ "Model(s) Whitelisted": "Model(i) na bijeloj listi",
+ "Modelfile": "Datoteka modela",
+ "Modelfile Advanced Settings": "Napredne postavke datoteke modela",
+ "Modelfile Content": "Sadržaj datoteke modela",
+ "Modelfiles": "Datoteke modela",
+ "Models": "Modeli",
+ "More": "Više",
+ "Name": "Ime",
+ "Name Tag": "Naziv oznake",
+ "Name your modelfile": "Nazovite svoju datoteku modela",
+ "New Chat": "Novi razgovor",
+ "New Password": "Nova lozinka",
+ "No results found": "Nema rezultata",
+ "No source available": "Nema dostupnog izvora",
+ "Not factually correct": "Nije činjenično točno",
+ "Not sure what to add?": "Niste sigurni što dodati?",
+ "Not sure what to write? Switch to": "Niste sigurni što napisati? Prebacite se na",
+ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Napomena: Ako postavite minimalnu ocjenu, pretraga će vratiti samo dokumente s ocjenom većom ili jednakom minimalnoj ocjeni.",
+ "Notifications": "Obavijesti",
+ "November": "Studeni",
+ "October": "Listopad",
+ "Off": "Isključeno",
+ "Okay, Let's Go!": "U redu, idemo!",
+ "OLED Dark": "OLED Tamno",
+ "Ollama": "Ollama",
+ "Ollama Base URL": "Osnovni URL Ollama",
+ "Ollama Version": "Verzija Ollama",
+ "On": "Uključeno",
+ "Only": "Samo",
+ "Only alphanumeric characters and hyphens are allowed in the command string.": "Samo alfanumerički znakovi i crtice su dopušteni u naredbenom nizu.",
+ "Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Ups! Držite se! Vaše datoteke su još uvijek u procesu obrade. Pečemo ih do savršenstva. Molimo vas da budete strpljivi i obavijestit ćemo vas kada budu spremne.",
+ "Oops! Looks like the URL is invalid. Please double-check and try again.": "Ups! Izgleda da je URL nevažeći. Molimo provjerite ponovno i pokušajte ponovo.",
+ "Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ups! Koristite nepodržanu metodu (samo frontend). Molimo poslužite WebUI s backend-a.",
+ "Open": "Otvoreno",
+ "Open AI": "Open AI",
+ "Open AI (Dall-E)": "Open AI (Dall-E)",
+ "Open new chat": "Otvorite novi razgovor",
+ "OpenAI": "OpenAI",
+ "OpenAI API": "OpenAI API",
+ "OpenAI API Config": "OpenAI API konfiguracija",
+ "OpenAI API Key is required.": "Potreban je OpenAI API ključ.",
+ "OpenAI URL/Key required.": "Potreban je OpenAI URL/ključ.",
+ "or": "ili",
+ "Other": "Ostalo",
+ "Overview": "Pregled",
+ "Parameters": "Parametri",
+ "Password": "Lozinka",
+ "PDF document (.pdf)": "PDF dokument (.pdf)",
+ "PDF Extract Images (OCR)": "PDF izdvajanje slika (OCR)",
+ "pending": "u tijeku",
+ "Permission denied when accessing microphone: {{error}}": "Dopuštenje odbijeno prilikom pristupa mikrofonu: {{error}}",
+ "Personalization": "",
+ "Plain text (.txt)": "Običan tekst (.txt)",
+ "Playground": "Igralište",
+ "Positive attitude": "Pozitivan stav",
+ "Previous 30 days": "Prethodnih 30 dana",
+ "Previous 7 days": "Prethodnih 7 dana",
+ "Profile Image": "Profilna slika",
+ "Prompt": "Prompt",
+ "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "Prompt (npr. Reci mi zanimljivost o Rimskom carstvu)",
+ "Prompt Content": "Sadržaj prompta",
+ "Prompt suggestions": "Prijedlozi prompta",
+ "Prompts": "Prompti",
+ "Pull \"{{searchValue}}\" from Ollama.com": "Povucite \"{{searchValue}}\" s Ollama.com",
+ "Pull a model from Ollama.com": "Povucite model s Ollama.com",
+ "Pull Progress": "Napredak povlačenja",
+ "Query Params": "Parametri upita",
+ "RAG Template": "RAG predložak",
+ "Raw Format": "Neobrađeni format",
+ "Read Aloud": "Čitaj naglas",
+ "Record voice": "Snimanje glasa",
+ "Redirecting you to OpenWebUI Community": "Preusmjeravanje na OpenWebUI zajednicu",
+ "Refused when it shouldn't have": "Odbijen kada nije trebao biti",
+ "Regenerate": "Regeneriraj",
+ "Release Notes": "Bilješke o izdanju",
+ "Remove": "Ukloni",
+ "Remove Model": "Ukloni model",
+ "Rename": "Preimenuj",
+ "Repeat Last N": "Ponovi zadnjih N",
+ "Repeat Penalty": "Kazna za ponavljanje",
+ "Request Mode": "Način zahtjeva",
+ "Reranking Model": "Model za ponovno rangiranje",
+ "Reranking model disabled": "Model za ponovno rangiranje onemogućen",
+ "Reranking model set to \"{{reranking_model}}\"": "Model za ponovno rangiranje postavljen na \"{{reranking_model}}\"",
+ "Reset Vector Storage": "Resetiraj pohranu vektora",
+ "Response AutoCopy to Clipboard": "Automatsko kopiranje odgovora u međuspremnik",
+ "Role": "Uloga",
+ "Rosé Pine": "Rosé Pine",
+ "Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
+ "Save": "Spremi",
+ "Save & Create": "Spremi i stvori",
+ "Save & Update": "Spremi i ažuriraj",
+ "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Spremanje zapisnika razgovora izravno u pohranu vašeg preglednika više nije podržano. Molimo vas da odvojite trenutak za preuzimanje i brisanje zapisnika razgovora klikom na gumb ispod. Ne brinite, možete lako ponovno uvesti zapisnike razgovora u backend putem",
+ "Scan": "Skeniraj",
+ "Scan complete!": "Skeniranje dovršeno!",
+ "Scan for documents from {{path}}": "Skeniraj dokumente s {{path}}",
+ "Search": "Pretraga",
+ "Search a model": "Pretraži model",
+ "Search Documents": "Pretraga dokumenata",
+ "Search Prompts": "Pretraga prompta",
+ "See readme.md for instructions": "Pogledajte readme.md za upute",
+ "See what's new": "Pogledajte što je novo",
+ "Seed": "Sjeme",
+ "Select a mode": "Odaberite način",
+ "Select a model": "Odaberite model",
+ "Select an Ollama instance": "Odaberite Ollama instancu",
+ "Select model": "Odaberite model",
+ "Send": "",
+ "Send a Message": "Pošaljite poruku",
+ "Send message": "Pošalji poruku",
+ "September": "Rujan",
+ "Server connection verified": "Veza s poslužiteljem potvrđena",
+ "Set as default": "Postavi kao zadano",
+ "Set Default Model": "Postavi zadani model",
+ "Set embedding model (e.g. {{model}})": "Postavi model za umetanje (npr. {{model}})",
+ "Set Image Size": "Postavi veličinu slike",
+ "Set Model": "Postavi model",
+ "Set reranking model (e.g. {{model}})": "Postavi model za ponovno rangiranje (npr. {{model}})",
+ "Set Steps": "Postavi korake",
+ "Set Title Auto-Generation Model": "Postavi model za automatsko generiranje naslova",
+ "Set Voice": "Postavi glas",
+ "Settings": "Postavke",
+ "Settings saved successfully!": "Postavke su uspješno spremljene!",
+ "Share": "Podijeli",
+ "Share Chat": "Podijeli razgovor",
+ "Share to OpenWebUI Community": "Podijeli u OpenWebUI zajednici",
+ "short-summary": "kratki sažetak",
+ "Show": "Pokaži",
+ "Show Additional Params": "Pokaži dodatne parametre",
+ "Show shortcuts": "Pokaži prečace",
+ "Showcased creativity": "Prikazana kreativnost",
+ "sidebar": "bočna traka",
+ "Sign in": "Prijava",
+ "Sign Out": "Odjava",
+ "Sign up": "Registracija",
+ "Signing in": "Prijava",
+ "Source": "Izvor",
+ "Speech recognition error: {{error}}": "Pogreška prepoznavanja govora: {{error}}",
+ "Speech-to-Text Engine": "Stroj za prepoznavanje govora",
+ "SpeechRecognition API is not supported in this browser.": "API za prepoznavanje govora nije podržan u ovom pregledniku.",
+ "Stop Sequence": "Zaustavi sekvencu",
+ "STT Settings": "STT postavke",
+ "Submit": "Pošalji",
+ "Subtitle (e.g. about the Roman Empire)": "Podnaslov (npr. o Rimskom carstvu)",
+ "Success": "Uspjeh",
+ "Successfully updated.": "Uspješno ažurirano.",
+ "Suggested": "Predloženo",
+ "Sync All": "Sinkroniziraj sve",
+ "System": "Sustav",
+ "System Prompt": "Sistemski prompt",
+ "Tags": "Oznake",
+ "Tell us more:": "Recite nam više:",
+ "Temperature": "Temperatura",
+ "Template": "Predložak",
+ "Text Completion": "Dovršavanje teksta",
+ "Text-to-Speech Engine": "Stroj za pretvorbu teksta u govor",
+ "Tfs Z": "Tfs Z",
+ "Thanks for your feedback!": "Hvala na povratnim informacijama!",
+ "The score should be a value between 0.0 (0%) and 1.0 (100%).": "Ocjena treba biti vrijednost između 0,0 (0%) i 1,0 (100%).",
+ "Theme": "Tema",
+ "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Ovo osigurava da su vaši vrijedni razgovori sigurno spremljeni u vašu bazu podataka na backendu. Hvala vam!",
+ "This setting does not sync across browsers or devices.": "Ova postavka se ne sinkronizira između preglednika ili uređaja.",
+ "Thorough explanation": "Detaljno objašnjenje",
+ "Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "Savjet: Ažurirajte više mjesta za varijable uzastopno pritiskom na tipku tab u unosu razgovora nakon svake zamjene.",
+ "Title": "Naslov",
+ "Title (e.g. Tell me a fun fact)": "Naslov (npr. Reci mi zanimljivost)",
+ "Title Auto-Generation": "Automatsko generiranje naslova",
+ "Title cannot be an empty string.": "Naslov ne može biti prazni niz.",
+ "Title Generation Prompt": "Prompt za generiranje naslova",
+ "to": "do",
+ "To access the available model names for downloading,": "Za pristup dostupnim nazivima modela za preuzimanje,",
+ "To access the GGUF models available for downloading,": "Za pristup GGUF modelima dostupnim za preuzimanje,",
+ "to chat input.": "u unos razgovora.",
+ "Today": "Danas",
+ "Toggle settings": "Prebaci postavke",
+ "Toggle sidebar": "Prebaci bočnu traku",
+ "Top K": "Top K",
+ "Top P": "Top P",
+ "Trouble accessing Ollama?": "Problemi s pristupom Ollama?",
+ "TTS Settings": "TTS postavke",
+ "Type Hugging Face Resolve (Download) URL": "Upišite Hugging Face Resolve (Download) URL",
+ "Uh-oh! There was an issue connecting to {{provider}}.": "Uh-oh! Pojavio se problem s povezivanjem na {{provider}}.",
+ "Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Nepoznata vrsta datoteke '{{file_type}}', ali prihvaćena i obrađuje se kao običan tekst",
+ "Update and Copy Link": "Ažuriraj i kopiraj vezu",
+ "Update password": "Ažuriraj lozinku",
+ "Upload a GGUF model": "Učitaj GGUF model",
+ "Upload files": "Učitaj datoteke",
+ "Upload Progress": "Napredak učitavanja",
+ "URL Mode": "URL način",
+ "Use '#' in the prompt input to load and select your documents.": "Koristite '#' u unosu prompta za učitavanje i odabir vaših dokumenata.",
+ "Use Gravatar": "Koristi Gravatar",
+ "Use Initials": "Koristi inicijale",
+ "user": "korisnik",
+ "User Permissions": "Korisnička dopuštenja",
+ "Users": "Korisnici",
+ "Utilize": "Iskoristi",
+ "Valid time units:": "Važeće vremenske jedinice:",
+ "variable": "varijabla",
+ "variable to have them replaced with clipboard content.": "varijabla za zamjenu sadržajem međuspremnika.",
+ "Version": "Verzija",
+ "Warning: If you update or change your embedding model, you will need to re-import all documents.": "Upozorenje: Ako ažurirate ili promijenite svoj model za umetanje, morat ćete ponovno uvesti sve dokumente.",
+ "Web": "Web",
+ "Web Loader Settings": "Postavke web učitavanja",
+ "Web Params": "Web parametri",
+ "Webhook URL": "URL webkuke",
+ "WebUI Add-ons": "Dodaci za WebUI",
+ "WebUI Settings": "WebUI postavke",
+ "WebUI will make requests to": "WebUI će slati zahtjeve na",
+ "What’s New in": "Što je novo u",
+ "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Kada je povijest isključena, novi razgovori na ovom pregledniku neće se pojaviti u vašoj povijesti na bilo kojem od vaših uređaja.",
+ "Whisper (Local)": "Whisper (lokalno)",
+ "Workspace": "",
+ "Write a prompt suggestion (e.g. Who are you?)": "Napišite prijedlog prompta (npr. Tko si ti?)",
+ "Write a summary in 50 words that summarizes [topic or keyword].": "Napišite sažetak u 50 riječi koji sažima [temu ili ključnu riječ].",
+ "Yesterday": "Jučer",
+ "You": "Vi",
+ "You have no archived conversations.": "Nemate arhiviranih razgovora.",
+ "You have shared this chat": "Podijelili ste ovaj razgovor",
+ "You're a helpful assistant.": "Vi ste korisni asistent.",
+ "You're now logged in.": "Sada ste prijavljeni.",
+ "Youtube": "YouTube",
+ "Youtube Loader Settings": "YouTube postavke učitavanja"
+}
diff --git a/src/lib/i18n/locales/it-IT/translation.json b/src/lib/i18n/locales/it-IT/translation.json
index bb0949a64b..e4db74a507 100644
--- a/src/lib/i18n/locales/it-IT/translation.json
+++ b/src/lib/i18n/locales/it-IT/translation.json
@@ -1,34 +1,36 @@
{
"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' o '-1' per nessuna scadenza.",
"(Beta)": "(Beta)",
- "(e.g. `sh webui.sh --api`)": "",
+ "(e.g. `sh webui.sh --api`)": "(p.e. `sh webui.sh --api`)",
"(latest)": "(ultima)",
"{{modelName}} is thinking...": "{{modelName}} sta pensando...",
- "{{user}}'s Chats": "",
+ "{{user}}'s Chats": "{{user}} Chat",
"{{webUIName}} Backend Required": "{{webUIName}} Backend richiesto",
"a user": "un utente",
"About": "Informazioni",
"Account": "Account",
- "Accurate information": "",
+ "Accurate information": "Informazioni accurate",
+ "Add": "",
"Add a model": "Aggiungi un modello",
"Add a model tag name": "Aggiungi un nome tag del modello",
"Add a short description about what this modelfile does": "Aggiungi una breve descrizione di ciò che fa questo file modello",
"Add a short title for this prompt": "Aggiungi un titolo breve per questo prompt",
"Add a tag": "Aggiungi un tag",
- "Add custom prompt": "",
+ "Add custom prompt": "Aggiungi un prompt custom",
"Add Docs": "Aggiungi documenti",
"Add Files": "Aggiungi file",
+ "Add Memory": "",
"Add message": "Aggiungi messaggio",
- "Add Model": "",
- "Add Tags": "aggiungi tag",
- "Add User": "",
+ "Add Model": "Aggiungi modello",
+ "Add Tags": "Aggiungi tag",
+ "Add User": "Aggiungi utente",
"Adjusting these settings will apply changes universally to all users.": "La modifica di queste impostazioni applicherà le modifiche universalmente a tutti gli utenti.",
"admin": "amministratore",
"Admin Panel": "Pannello di amministrazione",
"Admin Settings": "Impostazioni amministratore",
"Advanced Parameters": "Parametri avanzati",
"all": "tutti",
- "All Documents": "",
+ "All Documents": "Tutti i documenti",
"All Users": "Tutti gli utenti",
"Allow": "Consenti",
"Allow Chat Deletion": "Consenti l'eliminazione della chat",
@@ -36,36 +38,38 @@
"Already have an account?": "Hai già un account?",
"an assistant": "un assistente",
"and": "e",
- "and create a new shared link.": "",
+ "and create a new shared link.": "e crea un nuovo link condiviso.",
"API Base URL": "URL base API",
"API Key": "Chiave API",
- "API Key created.": "",
- "API keys": "",
+ "API Key created.": "Chiave API creata.",
+ "API keys": "Chiavi API",
"API RPM": "API RPM",
- "April": "",
- "Archive": "",
+ "April": "Aprile",
+ "Archive": "Archivio",
"Archived Chats": "Chat archiviate",
"are allowed - Activate this command by typing": "sono consentiti - Attiva questo comando digitando",
"Are you sure?": "Sei sicuro?",
- "Attach file": "",
- "Attention to detail": "",
+ "Attach file": "Allega file",
+ "Attention to detail": "Attenzione ai dettagli",
"Audio": "Audio",
- "August": "",
+ "August": "Agosto",
"Auto-playback response": "Riproduzione automatica della risposta",
"Auto-send input after 3 sec.": "Invio automatico dell'input dopo 3 secondi.",
"AUTOMATIC1111 Base URL": "URL base AUTOMATIC1111",
"AUTOMATIC1111 Base URL is required.": "L'URL base AUTOMATIC1111 è obbligatorio.",
"available!": "disponibile!",
"Back": "Indietro",
- "Bad Response": "",
- "before": "",
- "Being lazy": "",
+ "Bad Response": "Risposta non valida",
+ "before": "prima",
+ "Being lazy": "Essere pigri",
"Builder Mode": "Modalità costruttore",
- "Bypass SSL verification for Websites": "",
+ "Bypass SSL verification for Websites": "Aggira la verifica SSL per i siti web",
"Cancel": "Annulla",
"Categories": "Categorie",
"Change Password": "Cambia password",
"Chat": "Chat",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "Cronologia chat",
"Chat History is off for this browser.": "La cronologia chat è disattivata per questo browser.",
"Chats": "Chat",
@@ -76,68 +80,67 @@
"Chunk Overlap": "Sovrapposizione chunk",
"Chunk Params": "Parametri chunk",
"Chunk Size": "Dimensione chunk",
- "Citation": "",
+ "Citation": "Citazione",
"Click here for help.": "Clicca qui per aiuto.",
- "Click here to": "",
+ "Click here to": "Clicca qui per",
"Click here to check other modelfiles.": "Clicca qui per controllare altri file modello.",
"Click here to select": "Clicca qui per selezionare",
- "Click here to select a csv file.": "",
+ "Click here to select a csv file.": "Clicca qui per selezionare un file csv.",
"Click here to select documents.": "Clicca qui per selezionare i documenti.",
"click here.": "clicca qui.",
"Click on the user role button to change a user's role.": "Clicca sul pulsante del ruolo utente per modificare il ruolo di un utente.",
"Close": "Chiudi",
"Collection": "Collezione",
- "ComfyUI": "",
- "ComfyUI Base URL": "",
- "ComfyUI Base URL is required.": "",
+ "ComfyUI": "ComfyUI",
+ "ComfyUI Base URL": "URL base ComfyUI",
+ "ComfyUI Base URL is required.": "L'URL base ComfyUI è obbligatorio.",
"Command": "Comando",
"Confirm Password": "Conferma password",
"Connections": "Connessioni",
"Content": "Contenuto",
"Context Length": "Lunghezza contesto",
- "Continue Response": "",
+ "Continue Response": "Continua risposta",
"Conversation Mode": "Modalità conversazione",
- "Copied shared chat URL to clipboard!": "",
- "Copy": "",
+ "Copied shared chat URL to clipboard!": "URL della chat condivisa copiato negli appunti!",
+ "Copy": "Copia",
"Copy last code block": "Copia ultimo blocco di codice",
"Copy last response": "Copia ultima risposta",
- "Copy Link": "",
+ "Copy Link": "Copia link",
"Copying to clipboard was successful!": "Copia negli appunti riuscita!",
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Crea una frase concisa di 3-5 parole come intestazione per la seguente query, aderendo rigorosamente al limite di 3-5 parole ed evitando l'uso della parola 'titolo':",
"Create a modelfile": "Crea un file modello",
"Create Account": "Crea account",
- "Create new key": "",
- "Create new secret key": "",
+ "Create new key": "Crea nuova chiave",
+ "Create new secret key": "Crea nuova chiave segreta",
"Created at": "Creato il",
- "Created At": "",
+ "Created At": "Creato il",
"Current Model": "Modello corrente",
"Current Password": "Password corrente",
"Custom": "Personalizzato",
"Customize Ollama models for a specific purpose": "Personalizza i modelli Ollama per uno scopo specifico",
"Dark": "Scuro",
- "Dashboard": "",
+ "Dashboard": "Pannello di controllo",
"Database": "Database",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
- "December": "",
+ "December": "Dicembre",
"Default": "Predefinito",
"Default (Automatic1111)": "Predefinito (Automatic1111)",
- "Default (SentenceTransformers)": "",
+ "Default (SentenceTransformers)": "Predefinito (SentenceTransformers)",
"Default (Web API)": "Predefinito (API Web)",
"Default model updated": "Modello predefinito aggiornato",
"Default Prompt Suggestions": "Suggerimenti prompt predefiniti",
"Default User Role": "Ruolo utente predefinito",
"delete": "elimina",
- "Delete": "",
+ "Delete": "Elimina",
"Delete a model": "Elimina un modello",
"Delete chat": "Elimina chat",
- "Delete Chat": "",
- "Delete Chats": "Elimina chat",
- "delete this link": "",
- "Delete User": "",
+ "Delete Chat": "Elimina chat",
+ "Delete Chats": "Elimina le chat",
+ "delete this link": "elimina questo link",
+ "Delete User": "Elimina utente",
"Deleted {{deleteModelTag}}": "Eliminato {{deleteModelTag}}",
- "Deleted {{tagName}}": "",
+ "Deleted {{tagName}}": "Eliminato {{tagName}}",
"Description": "Descrizione",
- "Didn't fully follow instructions": "",
+ "Didn't fully follow instructions": "Non ha seguito completamente le istruzioni",
"Disabled": "Disabilitato",
"Discover a modelfile": "Scopri un file modello",
"Discover a prompt": "Scopri un prompt",
@@ -150,28 +153,29 @@
"does not make any external connections, and your data stays securely on your locally hosted server.": "non effettua connessioni esterne e i tuoi dati rimangono al sicuro sul tuo server ospitato localmente.",
"Don't Allow": "Non consentire",
"Don't have an account?": "Non hai un account?",
- "Don't like the style": "",
- "Download": "",
- "Download canceled": "",
+ "Don't like the style": "Non ti piace lo stile",
+ "Download": "Scarica",
+ "Download canceled": "Scaricamento annullato",
"Download Database": "Scarica database",
"Drop any files here to add to the conversation": "Trascina qui i file da aggiungere alla conversazione",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "ad esempio '30s','10m'. Le unità di tempo valide sono 's', 'm', 'h'.",
- "Edit": "",
+ "Edit": "Modifica",
"Edit Doc": "Modifica documento",
"Edit User": "Modifica utente",
"Email": "Email",
- "Embedding Model": "",
- "Embedding Model Engine": "",
- "Embedding model set to \"{{embedding_model}}\"": "",
+ "Embedding Model": "Modello di embedding",
+ "Embedding Model Engine": "Motore del modello di embedding",
+ "Embedding model set to \"{{embedding_model}}\"": "Modello di embedding impostato su \"{{embedding_model}}\"",
"Enable Chat History": "Abilita cronologia chat",
"Enable New Sign Ups": "Abilita nuove iscrizioni",
"Enabled": "Abilitato",
- "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
+ "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Assicurati che il tuo file CSV includa 4 colonne in questo ordine: Nome, Email, Password, Ruolo.",
"Enter {{role}} message here": "Inserisci il messaggio per {{role}} qui",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "Inserisci la sovrapposizione chunk",
"Enter Chunk Size": "Inserisci la dimensione chunk",
"Enter Image Size (e.g. 512x512)": "Inserisci la dimensione dell'immagine (ad esempio 512x512)",
- "Enter language codes": "",
+ "Enter language codes": "Inserisci i codici lingua",
"Enter LiteLLM API Base URL (litellm_params.api_base)": "Inserisci l'URL base dell'API LiteLLM (litellm_params.api_base)",
"Enter LiteLLM API Key (litellm_params.api_key)": "Inserisci la chiave API LiteLLM (litellm_params.api_key)",
"Enter LiteLLM API RPM (litellm_params.rpm)": "Inserisci LiteLLM API RPM (litellm_params.rpm)",
@@ -179,45 +183,46 @@
"Enter Max Tokens (litellm_params.max_tokens)": "Inserisci Max Tokens (litellm_params.max_tokens)",
"Enter model tag (e.g. {{modelTag}})": "Inserisci il tag del modello (ad esempio {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Inserisci il numero di passaggi (ad esempio 50)",
- "Enter Score": "",
+ "Enter Score": "Inserisci il punteggio",
"Enter stop sequence": "Inserisci la sequenza di arresto",
"Enter Top K": "Inserisci Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Inserisci URL (ad esempio http://127.0.0.1:7860/)",
- "Enter URL (e.g. http://localhost:11434)": "",
+ "Enter URL (e.g. http://localhost:11434)": "Inserisci URL (ad esempio http://localhost:11434)",
"Enter Your Email": "Inserisci la tua email",
"Enter Your Full Name": "Inserisci il tuo nome completo",
"Enter Your Password": "Inserisci la tua password",
- "Enter Your Role": "",
+ "Enter Your Role": "Inserisci il tuo ruolo",
"Experimental": "Sperimentale",
"Export All Chats (All Users)": "Esporta tutte le chat (tutti gli utenti)",
"Export Chats": "Esporta chat",
"Export Documents Mapping": "Esporta mappatura documenti",
"Export Modelfiles": "Esporta file modello",
"Export Prompts": "Esporta prompt",
- "Failed to create API Key.": "",
+ "Failed to create API Key.": "Impossibile creare la chiave API.",
"Failed to read clipboard contents": "Impossibile leggere il contenuto degli appunti",
- "February": "",
- "Feel free to add specific details": "",
+ "February": "Febbraio",
+ "Feel free to add specific details": "Sentiti libero/a di aggiungere dettagli specifici",
"File Mode": "Modalità file",
"File not found.": "File non trovato.",
- "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
+ "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Rilevato spoofing delle impronte digitali: impossibile utilizzare le iniziali come avatar. Ripristino all'immagine del profilo predefinita.",
"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",
- "Followed instructions perfectly": "",
+ "Followed instructions perfectly": "Ha seguito le istruzioni alla perfezione",
"Format your variables using square brackets like this:": "Formatta le tue variabili usando parentesi quadre come questa:",
"From (Base Model)": "Da (modello base)",
"Full Screen Mode": "Modalità a schermo intero",
"General": "Generale",
"General Settings": "Impostazioni generali",
- "Generation Info": "",
- "Good Response": "",
- "has no conversations.": "",
+ "Generation Info": "Informazioni generazione",
+ "Good Response": "Buona risposta",
+ "h:mm a": "",
+ "has no conversations.": "non ha conversazioni.",
"Hello, {{name}}": "Ciao, {{name}}",
- "Help": "",
+ "Help": "Aiuto",
"Hide": "Nascondi",
"Hide Additional Params": "Nascondi parametri aggiuntivi",
"How can I help you today?": "Come posso aiutarti oggi?",
- "Hybrid Search": "",
+ "Hybrid Search": "Ricerca ibrida",
"Image Generation (Experimental)": "Generazione di immagini (sperimentale)",
"Image Generation Engine": "Motore di generazione immagini",
"Image Settings": "Impostazioni immagine",
@@ -226,45 +231,48 @@
"Import Documents Mapping": "Importa mappatura documenti",
"Import Modelfiles": "Importa file modello",
"Import Prompts": "Importa prompt",
- "Include `--api` flag when running stable-diffusion-webui": "",
- "Input commands": "",
+ "Include `--api` flag when running stable-diffusion-webui": "Includi il flag `--api` quando esegui stable-diffusion-webui",
+ "Input commands": "Comandi di input",
"Interface": "Interfaccia",
- "Invalid Tag": "",
- "January": "",
+ "Invalid Tag": "Tag non valido",
+ "January": "Gennaio",
"join our Discord for help.": "unisciti al nostro Discord per ricevere aiuto.",
"JSON": "JSON",
- "July": "",
- "June": "",
+ "July": "Luglio",
+ "June": "Giugno",
"JWT Expiration": "Scadenza JWT",
"JWT Token": "Token JWT",
"Keep Alive": "Mantieni attivo",
"Keyboard shortcuts": "Scorciatoie da tastiera",
"Language": "Lingua",
- "Last Active": "",
+ "Last Active": "Ultima attività",
"Light": "Chiaro",
"Listening...": "Ascolto...",
"LLMs can make mistakes. Verify important information.": "Gli LLM possono commettere errori. Verifica le informazioni importanti.",
+ "LTR": "",
"Made by OpenWebUI Community": "Realizzato dalla comunità OpenWebUI",
"Make sure to enclose them with": "Assicurati di racchiuderli con",
"Manage LiteLLM Models": "Gestisci modelli LiteLLM",
"Manage Models": "Gestisci modelli",
"Manage Ollama Models": "Gestisci modelli Ollama",
- "March": "",
+ "March": "Marzo",
"Max Tokens": "Max token",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "È possibile scaricare un massimo di 3 modelli contemporaneamente. Riprova più tardi.",
- "May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
- "Minimum Score": "",
+ "May": "Maggio",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
+ "Minimum Score": "Punteggio minimo",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"MMMM DD, YYYY": "MMMM DD, YYYY",
- "MMMM DD, YYYY HH:mm": "",
+ "MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
"Model '{{modelName}}' has been successfully downloaded.": "Il modello '{{modelName}}' è stato scaricato con successo.",
"Model '{{modelTag}}' is already in queue for downloading.": "Il modello '{{modelTag}}' è già in coda per il download.",
"Model {{modelId}} not found": "Modello {{modelId}} non trovato",
"Model {{modelName}} already exists.": "Il modello {{modelName}} esiste già.",
- "Model filesystem path detected. Model shortname is required for update, cannot continue.": "",
+ "Model filesystem path detected. Model shortname is required for update, cannot continue.": "Percorso del filesystem del modello rilevato. Il nome breve del modello è richiesto per l'aggiornamento, impossibile continuare.",
"Model Name": "Nome modello",
"Model not selected": "Modello non selezionato",
"Model Tag Name": "Nome tag del modello",
@@ -275,28 +283,25 @@
"Modelfile Content": "Contenuto del file modello",
"Modelfiles": "File modello",
"Models": "Modelli",
- "More": "",
- "My Documents": "I miei documenti",
- "My Modelfiles": "I miei file modello",
- "My Prompts": "I miei prompt",
+ "More": "Altro",
"Name": "Nome",
"Name Tag": "Nome tag",
"Name your modelfile": "Assegna un nome al tuo file modello",
"New Chat": "Nuova chat",
"New Password": "Nuova password",
- "No results found": "",
- "No source available": "",
- "Not factually correct": "",
+ "No results found": "Nessun risultato trovato",
+ "No source available": "Nessuna fonte disponibile",
+ "Not factually correct": "Non corretto dal punto di vista fattuale",
"Not sure what to add?": "Non sei sicuro di cosa aggiungere?",
"Not sure what to write? Switch to": "Non sei sicuro di cosa scrivere? Passa a",
- "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
+ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: se imposti un punteggio minimo, la ricerca restituirà solo i documenti con un punteggio maggiore o uguale al punteggio minimo.",
"Notifications": "Notifiche desktop",
- "November": "",
- "October": "",
+ "November": "Novembre",
+ "October": "Ottobre",
"Off": "Disattivato",
"Okay, Let's Go!": "Ok, andiamo!",
- "OLED Dark": "",
- "Ollama": "",
+ "OLED Dark": "OLED scuro",
+ "Ollama": "Ollama",
"Ollama Base URL": "URL base Ollama",
"Ollama Version": "Versione Ollama",
"On": "Attivato",
@@ -309,67 +314,68 @@
"Open AI": "Open AI",
"Open AI (Dall-E)": "Open AI (Dall-E)",
"Open new chat": "Apri nuova chat",
- "OpenAI": "",
+ "OpenAI": "OpenAI",
"OpenAI API": "API OpenAI",
- "OpenAI API Config": "",
+ "OpenAI API Config": "Configurazione API OpenAI",
"OpenAI API Key is required.": "La chiave API OpenAI è obbligatoria.",
- "OpenAI URL/Key required.": "",
+ "OpenAI URL/Key required.": "URL/Chiave OpenAI obbligatori.",
"or": "o",
- "Other": "",
- "Overview": "",
+ "Other": "Altro",
+ "Overview": "Panoramica",
"Parameters": "Parametri",
"Password": "Password",
- "PDF document (.pdf)": "",
+ "PDF document (.pdf)": "Documento PDF (.pdf)",
"PDF Extract Images (OCR)": "Estrazione immagini PDF (OCR)",
"pending": "in sospeso",
"Permission denied when accessing microphone: {{error}}": "Autorizzazione negata durante l'accesso al microfono: {{error}}",
- "Plain text (.txt)": "",
+ "Personalization": "",
+ "Plain text (.txt)": "Testo normale (.txt)",
"Playground": "Terreno di gioco",
- "Positive attitude": "",
- "Previous 30 days": "",
- "Previous 7 days": "",
- "Profile Image": "",
- "Prompt": "",
- "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "",
+ "Positive attitude": "Attitudine positiva",
+ "Previous 30 days": "Ultimi 30 giorni",
+ "Previous 7 days": "Ultimi 7 giorni",
+ "Profile Image": "Immagine del profilo",
+ "Prompt": "Prompt",
+ "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "Prompt (ad esempio Dimmi un fatto divertente sull'Impero Romano)",
"Prompt Content": "Contenuto del prompt",
"Prompt suggestions": "Suggerimenti prompt",
"Prompts": "Prompt",
- "Pull \"{{searchValue}}\" from Ollama.com": "",
+ "Pull \"{{searchValue}}\" from Ollama.com": "Estrai \"{{searchValue}}\" da Ollama.com",
"Pull a model from Ollama.com": "Estrai un modello da Ollama.com",
"Pull Progress": "Avanzamento estrazione",
"Query Params": "Parametri query",
"RAG Template": "Modello RAG",
"Raw Format": "Formato raw",
- "Read Aloud": "",
+ "Read Aloud": "Leggi ad alta voce",
"Record voice": "Registra voce",
"Redirecting you to OpenWebUI Community": "Reindirizzamento alla comunità OpenWebUI",
- "Refused when it shouldn't have": "",
- "Regenerate": "",
+ "Refused when it shouldn't have": "Rifiutato quando non avrebbe dovuto",
+ "Regenerate": "Rigenera",
"Release Notes": "Note di rilascio",
- "Remove": "",
- "Remove Model": "",
- "Rename": "",
+ "Remove": "Rimuovi",
+ "Remove Model": "Rimuovi modello",
+ "Rename": "Rinomina",
"Repeat Last N": "Ripeti ultimi N",
"Repeat Penalty": "Penalità di ripetizione",
"Request Mode": "Modalità richiesta",
- "Reranking Model": "",
- "Reranking model disabled": "",
- "Reranking model set to \"{{reranking_model}}\"": "",
+ "Reranking Model": "Modello di riclassificazione",
+ "Reranking model disabled": "Modello di riclassificazione disabilitato",
+ "Reranking model set to \"{{reranking_model}}\"": "Modello di riclassificazione impostato su \"{{reranking_model}}\"",
"Reset Vector Storage": "Reimposta archivio vettoriale",
"Response AutoCopy to Clipboard": "Copia automatica della risposta negli appunti",
"Role": "Ruolo",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
"Save": "Salva",
"Save & Create": "Salva e crea",
- "Save & Submit": "Salva e invia",
"Save & Update": "Salva e aggiorna",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Il salvataggio dei registri della chat direttamente nell'archivio del browser non è più supportato. Si prega di dedicare un momento per scaricare ed eliminare i registri della chat facendo clic sul pulsante in basso. Non preoccuparti, puoi facilmente reimportare i registri della chat nel backend tramite",
"Scan": "Scansione",
"Scan complete!": "Scansione completata!",
"Scan for documents from {{path}}": "Cerca documenti da {{path}}",
"Search": "Cerca",
- "Search a model": "",
+ "Search a model": "Cerca un modello",
"Search Documents": "Cerca documenti",
"Search Prompts": "Cerca prompt",
"See readme.md for instructions": "Vedi readme.md per le istruzioni",
@@ -378,73 +384,74 @@
"Select a mode": "Seleziona una modalità",
"Select a model": "Seleziona un modello",
"Select an Ollama instance": "Seleziona un'istanza Ollama",
- "Select model": "",
+ "Select model": "Seleziona modello",
+ "Send": "",
"Send a Message": "Invia un messaggio",
"Send message": "Invia messaggio",
- "September": "",
+ "September": "Settembre",
"Server connection verified": "Connessione al server verificata",
"Set as default": "Imposta come predefinito",
"Set Default Model": "Imposta modello predefinito",
- "Set embedding model (e.g. {{model}})": "",
+ "Set embedding model (e.g. {{model}})": "Imposta modello di embedding (ad esempio {{model}})",
"Set Image Size": "Imposta dimensione immagine",
"Set Model": "Imposta modello",
- "Set reranking model (e.g. {{model}})": "",
+ "Set reranking model (e.g. {{model}})": "Imposta modello di riclassificazione (ad esempio {{model}})",
"Set Steps": "Imposta passaggi",
"Set Title Auto-Generation Model": "Imposta modello di generazione automatica del titolo",
"Set Voice": "Imposta voce",
"Settings": "Impostazioni",
"Settings saved successfully!": "Impostazioni salvate con successo!",
- "Share": "",
- "Share Chat": "",
+ "Share": "Condividi",
+ "Share Chat": "Condividi chat",
"Share to OpenWebUI Community": "Condividi con la comunità OpenWebUI",
"short-summary": "riassunto-breve",
"Show": "Mostra",
"Show Additional Params": "Mostra parametri aggiuntivi",
"Show shortcuts": "Mostra",
- "Showcased creativity": "",
+ "Showcased creativity": "Creatività messa in mostra",
"sidebar": "barra laterale",
"Sign in": "Accedi",
"Sign Out": "Esci",
"Sign up": "Registrati",
- "Signing in": "",
- "Source": "",
+ "Signing in": "Accesso in corso",
+ "Source": "Fonte",
"Speech recognition error: {{error}}": "Errore di riconoscimento vocale: {{error}}",
"Speech-to-Text Engine": "Motore da voce a testo",
"SpeechRecognition API is not supported in this browser.": "L'API SpeechRecognition non è supportata in questo browser.",
"Stop Sequence": "Sequenza di arresto",
"STT Settings": "Impostazioni STT",
"Submit": "Invia",
- "Subtitle (e.g. about the Roman Empire)": "",
+ "Subtitle (e.g. about the Roman Empire)": "Sottotitolo (ad esempio sull'Impero Romano)",
"Success": "Successo",
"Successfully updated.": "Aggiornato con successo.",
- "Suggested": "",
+ "Suggested": "Suggerito",
"Sync All": "Sincronizza tutto",
"System": "Sistema",
"System Prompt": "Prompt di sistema",
"Tags": "Tag",
- "Tell us more:": "",
+ "Tell us more:": "Raccontaci di più:",
"Temperature": "Temperatura",
"Template": "Modello",
"Text Completion": "Completamento del testo",
"Text-to-Speech Engine": "Motore da testo a voce",
"Tfs Z": "Tfs Z",
- "Thanks for your feedback!": "",
- "The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
+ "Thanks for your feedback!": "Grazie per il tuo feedback!",
+ "The score should be a value between 0.0 (0%) and 1.0 (100%).": "Il punteggio dovrebbe essere un valore compreso tra 0.0 (0%) e 1.0 (100%).",
"Theme": "Tema",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Ciò garantisce che le tue preziose conversazioni siano salvate in modo sicuro nel tuo database backend. Grazie!",
"This setting does not sync across browsers or devices.": "Questa impostazione non si sincronizza tra browser o dispositivi.",
- "Thorough explanation": "",
+ "Thorough explanation": "Spiegazione dettagliata",
"Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "Suggerimento: aggiorna più slot di variabili consecutivamente premendo il tasto tab nell'input della chat dopo ogni sostituzione.",
"Title": "Titolo",
- "Title (e.g. Tell me a fun fact)": "",
+ "Title (e.g. Tell me a fun fact)": "Titolo (ad esempio Dimmi un fatto divertente)",
"Title Auto-Generation": "Generazione automatica del titolo",
- "Title cannot be an empty string.": "",
+ "Title cannot be an empty string.": "Il titolo non può essere una stringa vuota.",
"Title Generation Prompt": "Prompt di generazione del titolo",
"to": "a",
"To access the available model names for downloading,": "Per accedere ai nomi dei modelli disponibili per il download,",
"To access the GGUF models available for downloading,": "Per accedere ai modelli GGUF disponibili per il download,",
"to chat input.": "all'input della chat.",
- "Today": "",
+ "Today": "Oggi",
"Toggle settings": "Attiva/disattiva impostazioni",
"Toggle sidebar": "Attiva/disattiva barra laterale",
"Top K": "Top K",
@@ -454,7 +461,7 @@
"Type Hugging Face Resolve (Download) URL": "Digita l'URL di Hugging Face Resolve (Download)",
"Uh-oh! There was an issue connecting to {{provider}}.": "Uh-oh! Si è verificato un problema durante la connessione a {{provider}}.",
"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Tipo di file sconosciuto '{{file_type}}', ma accettato e trattato come testo normale",
- "Update and Copy Link": "",
+ "Update and Copy Link": "Aggiorna e copia link",
"Update password": "Aggiorna password",
"Upload a GGUF model": "Carica un modello GGUF",
"Upload files": "Carica file",
@@ -462,7 +469,7 @@
"URL Mode": "Modalità URL",
"Use '#' in the prompt input to load and select your documents.": "Usa '#' nell'input del prompt per caricare e selezionare i tuoi documenti.",
"Use Gravatar": "Usa Gravatar",
- "Use Initials": "",
+ "Use Initials": "Usa iniziali",
"user": "utente",
"User Permissions": "Autorizzazioni utente",
"Users": "Utenti",
@@ -471,25 +478,26 @@
"variable": "variabile",
"variable to have them replaced with clipboard content.": "variabile per farli sostituire con il contenuto degli appunti.",
"Version": "Versione",
- "Warning: If you update or change your embedding model, you will need to re-import all documents.": "",
+ "Warning: If you update or change your embedding model, you will need to re-import all documents.": "Attenzione: se aggiorni o cambi il tuo modello di embedding, dovrai reimportare tutti i documenti.",
"Web": "Web",
- "Web Loader Settings": "",
- "Web Params": "",
- "Webhook URL": "",
+ "Web Loader Settings": "Impostazioni del caricatore Web",
+ "Web Params": "Parametri Web",
+ "Webhook URL": "URL webhook",
"WebUI Add-ons": "Componenti aggiuntivi WebUI",
"WebUI Settings": "Impostazioni WebUI",
"WebUI will make requests to": "WebUI effettuerà richieste a",
"What’s New in": "Novità in",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Quando la cronologia è disattivata, le nuove chat su questo browser non verranno visualizzate nella cronologia su nessuno dei tuoi dispositivi.",
"Whisper (Local)": "Whisper (locale)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "Scrivi un suggerimento per il prompt (ad esempio Chi sei?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Scrivi un riassunto in 50 parole che riassume [argomento o parola chiave].",
- "Yesterday": "",
- "You": "Tu",
- "You have no archived conversations.": "",
- "You have shared this chat": "",
+ "Yesterday": "Ieri",
+ "You": "",
+ "You have no archived conversations.": "Non hai conversazioni archiviate.",
+ "You have shared this chat": "Hai condiviso questa chat",
"You're a helpful assistant.": "Sei un assistente utile.",
"You're now logged in.": "Ora hai effettuato l'accesso.",
- "Youtube": "",
- "Youtube Loader Settings": ""
+ "Youtube": "Youtube",
+ "Youtube Loader Settings": "Impostazioni del caricatore Youtube"
}
diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json
index 023befa710..73e8e11877 100644
--- a/src/lib/i18n/locales/ja-JP/translation.json
+++ b/src/lib/i18n/locales/ja-JP/translation.json
@@ -10,14 +10,16 @@
"About": "概要",
"Account": "アカウント",
"Accurate information": "",
+ "Add": "",
"Add a model": "モデルを追加",
"Add a model tag name": "モデルタグ名を追加",
"Add a short description about what this modelfile does": "このモデルファイルの機能に関する簡単な説明を追加",
"Add a short title for this prompt": "このプロンプトの短いタイトルを追加",
"Add a tag": "タグを追加",
- "Add custom prompt": "",
+ "Add custom prompt": "カスタムプロンプトを追加",
"Add Docs": "ドキュメントを追加",
"Add Files": "ファイルを追加",
+ "Add Memory": "",
"Add message": "メッセージを追加",
"Add Model": "",
"Add Tags": "タグを追加",
@@ -47,8 +49,8 @@
"Archived Chats": "チャット記録",
"are allowed - Activate this command by typing": "が許可されています - 次のように入力してこのコマンドをアクティブ化します",
"Are you sure?": "よろしいですか?",
- "Attach file": "",
- "Attention to detail": "",
+ "Attach file": "ファイルを添付する",
+ "Attention to detail": "詳細に注意する",
"Audio": "オーディオ",
"August": "",
"Auto-playback response": "応答の自動再生",
@@ -66,6 +68,8 @@
"Categories": "カテゴリ",
"Change Password": "パスワードを変更",
"Chat": "チャット",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "チャット履歴",
"Chat History is off for this browser.": "このブラウザではチャット履歴が無効になっています。",
"Chats": "チャット",
@@ -76,7 +80,7 @@
"Chunk Overlap": "チャンクオーバーラップ",
"Chunk Params": "チャンクパラメーター",
"Chunk Size": "チャンクサイズ",
- "Citation": "",
+ "Citation": "引用文",
"Click here for help.": "ヘルプについてはここをクリックしてください。",
"Click here to": "",
"Click here to check other modelfiles.": "他のモデルファイルを確認するにはここをクリックしてください。",
@@ -117,7 +121,6 @@
"Dark": "ダーク",
"Dashboard": "",
"Database": "データベース",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"December": "",
"Default": "デフォルト",
"Default (Automatic1111)": "デフォルト (Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "有効",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "{{role}} メッセージをここに入力してください",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "チャンクオーバーラップを入力してください",
"Enter Chunk Size": "チャンクサイズを入力してください",
"Enter Image Size (e.g. 512x512)": "画像サイズを入力してください (例: 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "一般設定",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "こんにちは、{{name}} さん",
"Help": "",
@@ -227,7 +232,7 @@
"Import Modelfiles": "モデルファイルをインポート",
"Import Prompts": "プロンプトをインポート",
"Include `--api` flag when running stable-diffusion-webui": "",
- "Input commands": "",
+ "Input commands": "入力コマンド",
"Interface": "インターフェース",
"Invalid Tag": "",
"January": "",
@@ -244,6 +249,7 @@
"Light": "ライト",
"Listening...": "聞いています...",
"LLMs can make mistakes. Verify important information.": "LLM は間違いを犯す可能性があります。重要な情報を検証してください。",
+ "LTR": "",
"Made by OpenWebUI Community": "OpenWebUI コミュニティによって作成",
"Make sure to enclose them with": "必ず次で囲んでください",
"Manage LiteLLM Models": "LiteLLM モデルを管理",
@@ -253,7 +259,9 @@
"Max Tokens": "最大トークン数",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "同時にダウンロードできるモデルは最大 3 つです。後でもう一度お試しください。",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "ミロスタット",
"Mirostat Eta": "ミロスタット Eta",
@@ -276,16 +284,13 @@
"Modelfiles": "モデルファイル",
"Models": "モデル",
"More": "",
- "My Documents": "マイ ドキュメント",
- "My Modelfiles": "マイ モデルファイル",
- "My Prompts": "マイ プロンプト",
"Name": "名前",
"Name Tag": "名前タグ",
"Name your modelfile": "モデルファイルに名前を付ける",
"New Chat": "新しいチャット",
"New Password": "新しいパスワード",
"No results found": "",
- "No source available": "",
+ "No source available": "使用可能なソースがありません",
"Not factually correct": "",
"Not sure what to add?": "何を追加すればよいかわからない?",
"Not sure what to write? Switch to": "何を書けばよいかわからない? 次に切り替える",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "PDF 画像抽出 (OCR)",
"pending": "保留中",
"Permission denied when accessing microphone: {{error}}": "マイクへのアクセス時に権限が拒否されました: {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "プレイグラウンド",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "役割",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
"Save": "保存",
"Save & Create": "保存して作成",
- "Save & Submit": "保存して送信",
"Save & Update": "保存して更新",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "チャットログをブラウザのストレージに直接保存する機能はサポートされなくなりました。下のボタンをクリックして、チャットログをダウンロードして削除してください。ご心配なく。チャットログは、次の方法でバックエンドに簡単に再インポートできます。",
"Scan": "スキャン",
@@ -378,7 +384,8 @@
"Select a mode": "モードを選択",
"Select a model": "モデルを選択",
"Select an Ollama instance": "Ollama インスタンスを選択",
- "Select model": "",
+ "Select model": "モデルを選択",
+ "Send": "",
"Send a Message": "メッセージを送信",
"Send message": "メッセージを送信",
"September": "",
@@ -407,7 +414,7 @@
"Sign Out": "サインアウト",
"Sign up": "サインアップ",
"Signing in": "",
- "Source": "",
+ "Source": "ソース",
"Speech recognition error: {{error}}": "音声認識エラー: {{error}}",
"Speech-to-Text Engine": "音声テキスト変換エンジン",
"SpeechRecognition API is not supported in this browser.": "このブラウザでは SpeechRecognition API がサポートされていません。",
@@ -482,10 +489,11 @@
"What’s New in": "新機能",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "履歴が無効になっている場合、このブラウザでの新しいチャットは、どのデバイスの履歴にも表示されません。",
"Whisper (Local)": "Whisper (ローカル)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "プロンプトの提案を書いてください (例: あなたは誰ですか?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "[トピックまたはキーワード] を要約する 50 語の概要を書いてください。",
"Yesterday": "",
- "You": "あなた",
+ "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "あなたは役に立つアシスタントです。",
diff --git a/src/lib/i18n/locales/ka-GE/translation.json b/src/lib/i18n/locales/ka-GE/translation.json
index 609505b49d..ddaa9194fc 100644
--- a/src/lib/i18n/locales/ka-GE/translation.json
+++ b/src/lib/i18n/locales/ka-GE/translation.json
@@ -10,14 +10,16 @@
"About": "შესახებ",
"Account": "ანგარიში",
"Accurate information": "",
+ "Add": "",
"Add a model": "მოდელის დამატება",
"Add a model tag name": "მოდელის ტეგის სახელის დამატება",
"Add a short description about what this modelfile does": "დაამატე მოკლე აღწერა იმის შესახებ, თუ რას აკეთებს ეს მოდელური ფაილი",
"Add a short title for this prompt": "დაამატე მოკლე სათაური ამ მოთხოვნისთვის",
"Add a tag": "დაამატე ტეგი",
- "Add custom prompt": "",
+ "Add custom prompt": "პირველადი მოთხოვნის დამატება",
"Add Docs": "დოკუმენტის დამატება",
"Add Files": "ფაილების დამატება",
+ "Add Memory": "",
"Add message": "შეტყობინების დამატება",
"Add Model": "",
"Add Tags": "ტეგების დამატება",
@@ -47,8 +49,8 @@
"Archived Chats": "ჩატის ისტორიის არქივი",
"are allowed - Activate this command by typing": "დაშვებულია - ბრძანების გასააქტიურებლად აკრიფეთ:",
"Are you sure?": "დარწმუნებული ხარ?",
- "Attach file": "",
- "Attention to detail": "",
+ "Attach file": "ფაილის ჩაწერა",
+ "Attention to detail": "დეტალური მიმართვა",
"Audio": "ხმოვანი",
"August": "",
"Auto-playback response": "ავტომატური დაკვრის პასუხი",
@@ -66,6 +68,8 @@
"Categories": "კატეგორიები",
"Change Password": "პაროლის შეცვლა",
"Chat": "მიმოწერა",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "მიმოწერის ისტორია",
"Chat History is off for this browser.": "მიმოწერის ისტორია ამ ბრაუზერისთვის გათიშულია",
"Chats": "მიმოწერები",
@@ -76,7 +80,7 @@
"Chunk Overlap": "გადახურვა ფრაგმენტულია",
"Chunk Params": "გადახურვის პარამეტრები",
"Chunk Size": "გადახურვის ზომა",
- "Citation": "",
+ "Citation": "ციტატა",
"Click here for help.": "დახმარებისთვის, დააკლიკე აქ",
"Click here to": "",
"Click here to check other modelfiles.": "სხვა მოდელური ფაილების სანახავად, დააკლიკე აქ",
@@ -117,7 +121,6 @@
"Dark": "მუქი",
"Dashboard": "",
"Database": "მონაცემთა ბაზა",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"December": "",
"Default": "დეფოლტი",
"Default (Automatic1111)": "დეფოლტ (Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "ჩართულია",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "შეიყვანე {{role}} შეტყობინება აქ",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "შეიყვანეთ ნაწილის გადახურვა",
"Enter Chunk Size": "შეიყვანე ბლოკის ზომა",
"Enter Image Size (e.g. 512x512)": "შეიყვანეთ სურათის ზომა (მაგ. 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "ზოგადი პარამეტრები",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "გამარჯობა, {{name}}",
"Help": "",
@@ -227,7 +232,7 @@
"Import Modelfiles": "მოდელური ფაილების იმპორტი",
"Import Prompts": "მოთხოვნების იმპორტი",
"Include `--api` flag when running stable-diffusion-webui": "ჩართეთ `--api` დროშა stable-diffusion-webui-ის გაშვებისას",
- "Input commands": "",
+ "Input commands": "შეყვანით ბრძანებებს",
"Interface": "ინტერფეისი",
"Invalid Tag": "",
"January": "",
@@ -244,6 +249,7 @@
"Light": "მსუბუქი",
"Listening...": "გისმენ...",
"LLMs can make mistakes. Verify important information.": "შესაძლოა LLM-ებმა შეცდომები დაუშვან. გადაამოწმეთ მნიშვნელოვანი ინფორმაცია.",
+ "LTR": "",
"Made by OpenWebUI Community": "დამზადებულია OpenWebUI საზოგადოების მიერ",
"Make sure to enclose them with": "დარწმუნდით, რომ დაურთეთ ისინი",
"Manage LiteLLM Models": "LiteLLM მოდელების მართვა",
@@ -253,7 +259,9 @@
"Max Tokens": "მაქსიმალური ტოკენები",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "მაქსიმუმ 3 მოდელის ჩამოტვირთვა შესაძლებელია ერთდროულად. Გთხოვთ სცადოთ მოგვიანებით.",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "მიროსტატი",
"Mirostat Eta": "მიროსტატი ეტა",
@@ -276,16 +284,13 @@
"Modelfiles": "მოდელური ფაილები",
"Models": "მოდელები",
"More": "",
- "My Documents": "ჩემი დოკუმენტები",
- "My Modelfiles": "ჩემი მოდელური ფაილები",
- "My Prompts": "ჩემი მოთხოვნები",
"Name": "სახელი",
"Name Tag": "სახელის ტეგი",
"Name your modelfile": "თქვენი მოდელური ფაილის სახელი",
"New Chat": "ახალი მიმოწერა",
"New Password": "ახალი პაროლი",
"No results found": "",
- "No source available": "",
+ "No source available": "წყარო არ არის ხელმისაწვდომი",
"Not factually correct": "",
"Not sure what to add?": "არ იცი რა დაამატო?",
"Not sure what to write? Switch to": "არ იცი რა დაწერო? გადართვა:",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "PDF იდან ამოღებული სურათები (OCR)",
"pending": "ლოდინის რეჟიმშია",
"Permission denied when accessing microphone: {{error}}": "ნებართვა უარყოფილია მიკროფონზე წვდომისას: {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "სათამაშო მოედანი",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "როლი",
"Rosé Pine": "ვარდისფერი ფიჭვის ხე",
"Rosé Pine Dawn": "ვარდისფერი ფიჭვის გარიჟრაჟი",
+ "RTL": "",
"Save": "შენახვა",
"Save & Create": "დამახსოვრება და შექმნა",
- "Save & Submit": "დამახსოვრება და გაგზავნა",
"Save & Update": "დამახსოვრება და განახლება",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "ჩეთის ისტორიის შენახვა პირდაპირ თქვენი ბრაუზერის საცავში აღარ არის მხარდაჭერილი. გთხოვთ, დაუთმოთ და წაშალოთ თქვენი ჩატის ჟურნალები ქვემოთ მოცემულ ღილაკზე დაწკაპუნებით. არ ინერვიულოთ, თქვენ შეგიძლიათ მარტივად ხელახლა შემოიტანოთ თქვენი ჩეთის ისტორია ბექენდში",
"Scan": "სკანირება",
@@ -378,7 +384,8 @@
"Select a mode": "რეჟიმის არჩევა",
"Select a model": "მოდელის არჩევა",
"Select an Ollama instance": "",
- "Select model": "",
+ "Select model": "მოდელის არჩევა",
+ "Send": "",
"Send a Message": "შეტყობინების გაგზავნა",
"Send message": "შეტყობინების გაგზავნა",
"September": "",
@@ -407,7 +414,7 @@
"Sign Out": "გასვლა",
"Sign up": "რეგისტრაცია",
"Signing in": "",
- "Source": "",
+ "Source": "წყარო",
"Speech recognition error: {{error}}": "მეტყველების ამოცნობის შეცდომა: {{error}}",
"Speech-to-Text Engine": "ხმოვან-ტექსტური ძრავი",
"SpeechRecognition API is not supported in this browser.": "მეტყველების ამოცნობის API არ არის მხარდაჭერილი ამ ბრაუზერში.",
@@ -482,10 +489,11 @@
"What’s New in": "რა არის ახალი",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "როდესაც ისტორია გამორთულია, ახალი ჩეთები ამ ბრაუზერში არ გამოჩნდება თქვენს ისტორიაში არცერთ მოწყობილობაზე.",
"Whisper (Local)": "ჩურჩული (ადგილობრივი)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "დაწერეთ მოკლე წინადადება (მაგ. ვინ ხარ?",
"Write a summary in 50 words that summarizes [topic or keyword].": "დაწერეთ რეზიუმე 50 სიტყვით, რომელიც აჯამებს [თემას ან საკვანძო სიტყვას].",
"Yesterday": "",
- "You": "თქვენ",
+ "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "თქვენ სასარგებლო ასისტენტი ხართ.",
diff --git a/src/lib/i18n/locales/ko-KR/translation.json b/src/lib/i18n/locales/ko-KR/translation.json
index dddc345e06..1a1ccf3992 100644
--- a/src/lib/i18n/locales/ko-KR/translation.json
+++ b/src/lib/i18n/locales/ko-KR/translation.json
@@ -10,14 +10,16 @@
"About": "소개",
"Account": "계정",
"Accurate information": "",
+ "Add": "",
"Add a model": "모델 추가",
"Add a model tag name": "모델 태그명 추가",
"Add a short description about what this modelfile does": "이 모델파일이 하는 일에 대한 간단한 설명 추가",
"Add a short title for this prompt": "이 프롬프트에 대한 간단한 제목 추가",
"Add a tag": "태그 추가",
- "Add custom prompt": "",
+ "Add custom prompt": "프롬프트 추가",
"Add Docs": "문서 추가",
"Add Files": "파일 추가",
+ "Add Memory": "",
"Add message": "메시지 추가",
"Add Model": "",
"Add Tags": "태그들 추가",
@@ -47,8 +49,8 @@
"Archived Chats": "채팅 기록 아카이브",
"are allowed - Activate this command by typing": "허용됩니다 - 이 명령을 활성화하려면 입력하세요.",
"Are you sure?": "확실합니까?",
- "Attach file": "",
- "Attention to detail": "",
+ "Attach file": "파일 첨부",
+ "Attention to detail": "상세한 주의",
"Audio": "오디오",
"August": "",
"Auto-playback response": "응답 자동 재생",
@@ -66,6 +68,8 @@
"Categories": "분류",
"Change Password": "비밀번호 변경",
"Chat": "채팅",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "채팅 기록",
"Chat History is off for this browser.": "이 브라우저에서 채팅 기록이 꺼져 있습니다.",
"Chats": "채팅",
@@ -76,7 +80,7 @@
"Chunk Overlap": "Chunk Overlap",
"Chunk Params": "Chunk Params",
"Chunk Size": "Chunk Size",
- "Citation": "",
+ "Citation": "인용",
"Click here for help.": "도움말을 보려면 여기를 클릭하세요.",
"Click here to": "",
"Click here to check other modelfiles.": "다른 모델파일을 확인하려면 여기를 클릭하세요.",
@@ -117,7 +121,6 @@
"Dark": "어두운",
"Dashboard": "",
"Database": "데이터베이스",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"December": "",
"Default": "기본값",
"Default (Automatic1111)": "기본값 (Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "활성화",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "여기에 {{role}} 메시지 입력",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "청크 오버랩 입력",
"Enter Chunk Size": "청크 크기 입력",
"Enter Image Size (e.g. 512x512)": "이미지 크기 입력(예: 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "일반 설정",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "안녕하세요, {{name}}",
"Help": "",
@@ -227,7 +232,7 @@
"Import Modelfiles": "모델파일 가져오기",
"Import Prompts": "프롬프트 가져오기",
"Include `--api` flag when running stable-diffusion-webui": "",
- "Input commands": "",
+ "Input commands": "입력 명령",
"Interface": "인터페이스",
"Invalid Tag": "",
"January": "",
@@ -244,6 +249,7 @@
"Light": "밝음",
"Listening...": "청취 중...",
"LLMs can make mistakes. Verify important information.": "LLM은 실수를 할 수 있습니다. 중요한 정보를 확인하세요.",
+ "LTR": "",
"Made by OpenWebUI Community": "OpenWebUI 커뮤니티에서 제작",
"Make sure to enclose them with": "다음으로 묶는 것을 잊지 마세요:",
"Manage LiteLLM Models": "LiteLLM 모델 관리",
@@ -253,7 +259,9 @@
"Max Tokens": "최대 토큰 수",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "최대 3개의 모델을 동시에 다운로드할 수 있습니다. 나중에 다시 시도하세요.",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -276,16 +284,13 @@
"Modelfiles": "모델파일",
"Models": "모델",
"More": "",
- "My Documents": "내 문서",
- "My Modelfiles": "내 모델파일",
- "My Prompts": "내 프롬프트",
"Name": "이름",
"Name Tag": "이름 태그",
"Name your modelfile": "모델파일 이름 지정",
"New Chat": "새 채팅",
"New Password": "새 비밀번호",
"No results found": "",
- "No source available": "",
+ "No source available": "사용 가능한 소스 없음",
"Not factually correct": "",
"Not sure what to add?": "추가할 것이 궁금하세요?",
"Not sure what to write? Switch to": "무엇을 쓸지 모르겠나요? 전환하세요.",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "PDF에서 이미지 추출 (OCR)",
"pending": "보류 중",
"Permission denied when accessing microphone: {{error}}": "마이크 액세스가 거부되었습니다: {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "놀이터",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "역할",
"Rosé Pine": "로제 파인",
"Rosé Pine Dawn": "로제 파인 던",
+ "RTL": "",
"Save": "저장",
"Save & Create": "저장 및 생성",
- "Save & Submit": "저장 및 제출",
"Save & Update": "저장 및 업데이트",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "브라우저의 저장소에 채팅 로그를 직접 저장하는 것은 더 이상 지원되지 않습니다. 아래 버튼을 클릭하여 채팅 로그를 다운로드하고 삭제하세요. 걱정 마세요. 백엔드를 통해 채팅 로그를 쉽게 다시 가져올 수 있습니다.",
"Scan": "스캔",
@@ -378,7 +384,8 @@
"Select a mode": "모드 선택",
"Select a model": "모델 선택",
"Select an Ollama instance": "Ollama 인스턴스 선택",
- "Select model": "",
+ "Select model": "모델 선택",
+ "Send": "",
"Send a Message": "메시지 보내기",
"Send message": "메시지 보내기",
"September": "",
@@ -407,7 +414,7 @@
"Sign Out": "로그아웃",
"Sign up": "가입",
"Signing in": "",
- "Source": "",
+ "Source": "출처",
"Speech recognition error: {{error}}": "음성 인식 오류: {{error}}",
"Speech-to-Text Engine": "음성-텍스트 엔진",
"SpeechRecognition API is not supported in this browser.": "이 브라우저에서는 SpeechRecognition API를 지원하지 않습니다.",
@@ -482,10 +489,11 @@
"What’s New in": "",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "기록 기능이 꺼져 있으면 이 브라우저의 새 채팅이 다른 장치의 채팅 기록에 나타나지 않습니다.",
"Whisper (Local)": "위스퍼 (Local)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "프롬프트 제안 작성 (예: 당신은 누구인가요?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "[주제 또는 키워드]에 대한 50단어 요약문 작성.",
"Yesterday": "",
- "You": "당신",
+ "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "당신은 유용한 어시스턴트입니다.",
diff --git a/src/lib/i18n/locales/languages.json b/src/lib/i18n/locales/languages.json
index 62aa01b4ae..612acad0a3 100644
--- a/src/lib/i18n/locales/languages.json
+++ b/src/lib/i18n/locales/languages.json
@@ -47,10 +47,18 @@
"code": "fr-FR",
"title": "French (France)"
},
+ {
+ "code": "he-IL",
+ "title": "עברית (Hebrew)"
+ },
{
"code": "hi-IN",
"title": "Hindi (हिंदी)"
},
+ {
+ "code": "hr-HR",
+ "title": "Croatian"
+ },
{
"code": "it-IT",
"title": "Italian"
@@ -71,6 +79,10 @@
"code": "nl-NL",
"title": "Dutch (Netherlands)"
},
+ {
+ "code": "pa-IN",
+ "title": "Punjabi (India)"
+ },
{
"code": "pl-PL",
"title": "Polish"
@@ -91,6 +103,10 @@
"code": "sv-SE",
"title": "Swedish"
},
+ {
+ "code": "sr-RS",
+ "title": "Serbian (Српски)"
+ },
{
"code": "tr-TR",
"title": "Turkish"
diff --git a/src/lib/i18n/locales/lt-LT/translation.json b/src/lib/i18n/locales/lt-LT/translation.json
new file mode 100644
index 0000000000..6eaf2b8d1a
--- /dev/null
+++ b/src/lib/i18n/locales/lt-LT/translation.json
@@ -0,0 +1,495 @@
+{
+ "'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' arba '-1' kad neišteitų iš galiojimo.",
+ "(Beta)": "(Beta)",
+ "(e.g. `sh webui.sh --api`)": "(pvz. `sh webui.sh --api`)",
+ "(latest)": "(naujausias)",
+ "{{modelName}} is thinking...": "{{modelName}} mąsto...",
+ "{{user}}'s Chats": "{{user}} susirašinėjimai",
+ "{{webUIName}} Backend Required": "{{webUIName}} būtinas serveris",
+ "a user": "naudotojas",
+ "About": "Apie",
+ "Account": "Paskyra",
+ "Accurate information": "Tiksli informacija",
+ "Add a model": "Pridėti modelį",
+ "Add a model tag name": "Pridėti žymą modeliui",
+ "Add a short description about what this modelfile does": "Pridėti trumpą šio dokumento aprašymą",
+ "Add a short title for this prompt": "Pridėti trumpą šios užklausos pavadinimą",
+ "Add a tag": "Pridėti žymą",
+ "Add custom prompt": "Pridėti užklausos šabloną",
+ "Add Docs": "Pridėti dokumentų",
+ "Add Files": "Pridėti failus",
+ "Add message": "Pridėti žinutę",
+ "Add Model": "Pridėti modelį",
+ "Add Tags": "Pridėti žymas",
+ "Add User": "Pridėti naudotoją",
+ "Adjusting these settings will apply changes universally to all users.": "Šių nustatymų pakeitimas bus pritakytas visiems naudotojams.",
+ "admin": "Administratorius",
+ "Admin Panel": "Administratorių panelė",
+ "Admin Settings": "Administratorių nustatymai",
+ "Advanced Parameters": "Gilieji nustatymai",
+ "all": "visi",
+ "All Documents": "Visi dokumentai",
+ "All Users": "Visi naudotojai",
+ "Allow": "Leisti",
+ "Allow Chat Deletion": "Leisti pokalbių ištrynimą",
+ "alphanumeric characters and hyphens": "skaičiai, raidės ir brūkšneliai",
+ "Already have an account?": "Ar jau turite paskyrą?",
+ "an assistant": "assistentas",
+ "and": "ir",
+ "and create a new shared link.": "sukurti naują dalinimosi nuorodą",
+ "API Base URL": "API basės nuoroda",
+ "API Key": "API raktas",
+ "API Key created.": "API raktas sukurtas",
+ "API keys": "API raktai",
+ "API RPM": "RPM API",
+ "April": "Balandis",
+ "Archive": "Archyvai",
+ "Archived Chats": "Archyvuoti pokalbiai",
+ "are allowed - Activate this command by typing": "leistina - aktyvuokite komandą rašydami",
+ "Are you sure?": "Are esate tikri?",
+ "Attach file": "Pridėti failą",
+ "Attention to detail": "Dėmesys detalėms",
+ "Audio": "Audio įrašas",
+ "August": "Rugpjūtis",
+ "Auto-playback response": "Automatinis atsakymo skaitymas",
+ "Auto-send input after 3 sec.": "Automatiškai išsiųsti įvestį po 3 sek.",
+ "AUTOMATIC1111 Base URL": "AUTOMATIC1111 bazės nuoroda",
+ "AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 bazės nuoroda reikalinga.",
+ "available!": "prieinama!",
+ "Back": "Atgal",
+ "Bad Response": "Neteisingas atsakymas",
+ "before": "prieš",
+ "Being lazy": "Būvimas tingiu",
+ "Builder Mode": "Statytojo rėžimas",
+ "Bypass SSL verification for Websites": "Išvengti SSL patikros puslapiams",
+ "Cancel": "Atšaukti",
+ "Categories": "Kategorijos",
+ "Change Password": "Keisti slaptažodį",
+ "Chat": "Pokalbis",
+ "Chat History": "Pokalbių istorija",
+ "Chat History is off for this browser.": "Šioje naršyklėje pokalbių istorija išjungta.",
+ "Chats": "Pokalbiai",
+ "Check Again": "Patikrinti iš naujo",
+ "Check for updates": "Patikrinti atnaujinimus",
+ "Checking for updates...": "Ieškoma atnaujinimų...",
+ "Choose a model before saving...": "Pasirinkite modelį prieš išsaugant...",
+ "Chunk Overlap": "Blokų persidengimas",
+ "Chunk Params": "Blokų nustatymai",
+ "Chunk Size": "Blokų dydis",
+ "Citation": "Citata",
+ "Click here for help.": "Paspauskite čia dėl pagalbos.",
+ "Click here to": "Paspauskite čia, kad:",
+ "Click here to check other modelfiles.": "Paspauskite čia norėdami ieškoti modelių failų.",
+ "Click here to select": "Spauskite čia norėdami pasirinkti",
+ "Click here to select a csv file.": "Spauskite čia tam, kad pasirinkti csv failą",
+ "Click here to select documents.": "Spauskite čia norėdami pasirinkti dokumentus.",
+ "click here.": "paspauskite čia.",
+ "Click on the user role button to change a user's role.": "Paspauskite ant naudotojo rolės mygtuko tam, kad pakeisti naudotojo rolę.",
+ "Close": "Uždaryti",
+ "Collection": "Kolekcija",
+ "ComfyUI": "ComfyUI",
+ "ComfyUI Base URL": "ComfyUI bazės nuoroda",
+ "ComfyUI Base URL is required.": "ComfyUI bazės nuoroda privaloma",
+ "Command": "Command",
+ "Confirm Password": "Patvirtinkite slaptažodį",
+ "Connections": "Ryšiai",
+ "Content": "Turinys",
+ "Context Length": "Konteksto ilgis",
+ "Continue Response": "Tęsti atsakymą",
+ "Conversation Mode": "Pokalbio metodas",
+ "Copied shared chat URL to clipboard!": "Nukopijavote pokalbio nuorodą",
+ "Copy": "Kopijuoti",
+ "Copy last code block": "Kopijuoti paskutinį kodo bloką",
+ "Copy last response": "Kopijuoti paskutinį atsakymą",
+ "Copy Link": "Kopijuoti nuorodą",
+ "Copying to clipboard was successful!": "La copie dans le presse-papiers a réussi !",
+ "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Créez une phrase concise de 3-5 mots comme en-tête pour la requête suivante, en respectant strictement la limite de 3-5 mots et en évitant l'utilisation du mot 'titre' :",
+ "Create a modelfile": "Créer un fichier de modèle",
+ "Create Account": "Créer un compte",
+ "Create new key": "Sukurti naują raktą",
+ "Create new secret key": "Sukurti naują slaptą raktą",
+ "Created at": "Sukurta",
+ "Created At": "Sukurta",
+ "Current Model": "Dabartinis modelis",
+ "Current Password": "Esamas slaptažodis",
+ "Custom": "Personalizuota",
+ "Customize Ollama models for a specific purpose": "Personalizuoti Ollama modelius",
+ "Dark": "Tamsus",
+ "Dashboard": "Skydelis",
+ "Database": "Duomenų bazė",
+ "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
+ "December": "Gruodis",
+ "Default": "Numatytasis",
+ "Default (Automatic1111)": "Numatytasis (Automatic1111)",
+ "Default (SentenceTransformers)": "Numatytasis (SentenceTransformers)",
+ "Default (Web API)": "Numatytasis (API Web)",
+ "Default model updated": "Numatytasis modelis atnaujintas",
+ "Default Prompt Suggestions": "Numatytieji užklausų pasiūlymai",
+ "Default User Role": "Numatytoji naudotojo rolė",
+ "delete": "ištrinti",
+ "Delete": "ištrinti",
+ "Delete a model": "Ištrinti modėlį",
+ "Delete chat": "Išrinti pokalbį",
+ "Delete Chat": "Ištrinti pokalbį",
+ "Delete Chats": "Ištrinti pokalbį",
+ "delete this link": "Ištrinti nuorodą",
+ "Delete User": "Ištrinti naudotoją",
+ "Deleted {{deleteModelTag}}": "{{deleteModelTag}} ištrinta",
+ "Deleted {{tagName}}": "{{tagName}} ištrinta",
+ "Description": "Aprašymas",
+ "Didn't fully follow instructions": "Pilnai nesekė instrukcijų",
+ "Disabled": "Neaktyvuota",
+ "Discover a modelfile": "Atrasti modelio failą",
+ "Discover a prompt": "Atrasti užklausas",
+ "Discover, download, and explore custom prompts": "Atrasti ir parsisiųsti užklausas",
+ "Discover, download, and explore model presets": "Atrasti ir parsisiųsti modelių konfigūracija",
+ "Display the username instead of You in the Chat": "Rodyti naudotojo vardą vietoje žodžio Jūs pokalbyje",
+ "Document": "Dokumentas",
+ "Document Settings": "Dokumento nuostatos",
+ "Documents": "Dokumentai",
+ "does not make any external connections, and your data stays securely on your locally hosted server.": "neturi jokių išorinių ryšių ir duomenys lieka serveryje.",
+ "Don't Allow": "Neleisti",
+ "Don't have an account?": "Neturite paskyros?",
+ "Don't like the style": "Nepatinka stilius",
+ "Download": "Parsisiųsti",
+ "Download canceled": "Parsisiuntimas atšauktas",
+ "Download Database": "Parsisiųsti duomenų bazę",
+ "Drop any files here to add to the conversation": "Įkelkite dokumentus čia, kad juos pridėti į pokalbį",
+ "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "pvz. '30s', '10m'. Laiko vienetai yra 's', 'm', 'h'.",
+ "Edit": "Redaguoti",
+ "Edit Doc": "Redaguoti dokumentą",
+ "Edit User": "Redaguoti naudotoją",
+ "Email": "El. paštas",
+ "Embedding Model": "Embedding modelis",
+ "Embedding Model Engine": "Embedding modelio variklis",
+ "Embedding model set to \"{{embedding_model}}\"": "Embedding modelis nustatytas kaip\"{{embedding_model}}\"",
+ "Enable Chat History": "Aktyvuoti pokalbių istoriją",
+ "Enable New Sign Ups": "Aktyvuoti naujas registracijas",
+ "Enabled": "Aktyvuota",
+ "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Įsitikinkite, kad CSV failas turi 4 kolonas šiuo eiliškumu: Name, Email, Password, Role.",
+ "Enter {{role}} message here": "Įveskite {{role}} žinutę čia",
+ "Enter Chunk Overlap": "Įveskite blokų persidengimą",
+ "Enter Chunk Size": "Įveskite blokų dydį",
+ "Enter Image Size (e.g. 512x512)": "Įveskite paveiksliuko dydį (pvz. 512x512)",
+ "Enter language codes": "Įveskite kalbos kodus",
+ "Enter LiteLLM API Base URL (litellm_params.api_base)": "Lite LLM API nuoroda (litellm_params.api_base)",
+ "Enter LiteLLM API Key (litellm_params.api_key)": "Lite LLM API raktas (litellm_params.api_key)",
+ "Enter LiteLLM API RPM (litellm_params.rpm)": "Lite LLM API RPM (litellm_params.rpm)",
+ "Enter LiteLLM Model (litellm_params.model)": "LiteLLM modelis (litellm_params.model)",
+ "Enter Max Tokens (litellm_params.max_tokens)": "Įveskite maksimalų žetonų skaičių (litellm_params.max_tokens)",
+ "Enter model tag (e.g. {{modelTag}})": "Įveskite modelio žymą (pvz. {{modelTag}})",
+ "Enter Number of Steps (e.g. 50)": "Įveskite žingsnių kiekį (pvz. 50)",
+ "Enter Score": "Įveskite rezultatą",
+ "Enter stop sequence": "Įveskite pabaigos sekvenciją",
+ "Enter Top K": "Įveskite Top K",
+ "Enter URL (e.g. http://127.0.0.1:7860/)": "Įveskite nuorodą (pvz. http://127.0.0.1:7860/)",
+ "Enter URL (e.g. http://localhost:11434)": "Įveskite nuorododą (pvz. http://localhost:11434",
+ "Enter Your Email": "Įveskite el. pašto adresą",
+ "Enter Your Full Name": "Įveskite vardą bei pavardę",
+ "Enter Your Password": "Įveskite slaptažodį",
+ "Enter Your Role": "Įveskite savo rolę",
+ "Experimental": "Eksperimentinis",
+ "Export All Chats (All Users)": "Eksportuoti visų naudotojų visus pokalbius",
+ "Export Chats": "Eksportuoti pokalbius",
+ "Export Documents Mapping": "Eksportuoti dokumentų žemėlapį",
+ "Export Modelfiles": "Eksportuoti modelių failus",
+ "Export Prompts": "Eksportuoti užklausas",
+ "Failed to create API Key.": "Nepavyko sukurti API rakto",
+ "Failed to read clipboard contents": "Nepavyko perskaityti kopijuoklės",
+ "February": "Vasaris",
+ "Feel free to add specific details": "Galite pridėti specifinių detalių",
+ "File Mode": "Dokumentų rėžimas",
+ "File not found.": "Failas nerastas.",
+ "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Nepavyko nsutatyti profilio nuotraukos",
+ "Fluidly stream large external response chunks": "Sklandžiai transliuoti ilgus atsakymus",
+ "Focus chat input": "Fokusuoti žinutės įvestį",
+ "Followed instructions perfectly": "Tobulai sekė instrukcijas",
+ "Format your variables using square brackets like this:": "Formatuokite kintamuosius su kvadratiniais skliausteliais:",
+ "From (Base Model)": "Iš (bazinis modelis)",
+ "Full Screen Mode": "Pilno ekrano rėžimas",
+ "General": "Bendri",
+ "General Settings": "Bendri nustatymai",
+ "Generation Info": "Generavimo informacija",
+ "Good Response": "Geras atsakymas",
+ "has no conversations.": "neturi pokalbių",
+ "Hello, {{name}}": "Sveiki, {{name}}",
+ "Help": "Pagalba",
+ "Hide": "Paslėpti",
+ "Hide Additional Params": "Pridėti papildomus parametrus",
+ "How can I help you today?": "Kuo galėčiau Jums padėti ?",
+ "Hybrid Search": "Hibridinė paieška",
+ "Image Generation (Experimental)": "Vaizdų generavimas (eksperimentinis)",
+ "Image Generation Engine": "Vaizdų generavimo variklis",
+ "Image Settings": "Vaizdų nustatymai",
+ "Images": "Vaizdai",
+ "Import Chats": "Importuoti pokalbius",
+ "Import Documents Mapping": "Importuoti dokumentų žemėlapį",
+ "Import Modelfiles": "Importuoti modelio failus",
+ "Import Prompts": "Importuoti užklausas",
+ "Include `--api` flag when running stable-diffusion-webui": "Pridėti `--api` kai vykdomas stable-diffusion-webui",
+ "Input commands": "Įvesties komandos",
+ "Interface": "Sąsaja",
+ "Invalid Tag": "Neteisinga žyma",
+ "January": "Sausis",
+ "join our Discord for help.": "prisijunkite prie mūsų Discord.",
+ "JSON": "JSON",
+ "July": "liepa",
+ "June": "birželis",
+ "JWT Expiration": "JWT išėjimas iš galiojimo",
+ "JWT Token": "JWT žetonas",
+ "Keep Alive": "Išlaikyti aktyviu",
+ "Keyboard shortcuts": "Klaviatūros trumpiniai",
+ "Language": "Kalba",
+ "Last Active": "Paskutinį kartą aktyvus",
+ "Light": "Šviesus",
+ "Listening...": "Klauso...",
+ "LLMs can make mistakes. Verify important information.": "Dideli kalbos modeliai gali klysti. Patikrinkite atsakymų teisingumą.",
+ "Made by OpenWebUI Community": "Sukurta OpenWebUI bendruomenės",
+ "Make sure to enclose them with": "Užtikrinktie, kad įtraukiate viduje:",
+ "Manage LiteLLM Models": "Tvarkyti LiteLLM modelus",
+ "Manage Models": "Tvarkyti modelius",
+ "Manage Ollama Models": "Tvarkyti Ollama modelius",
+ "March": "Kovas",
+ "Max Tokens": "Maksimalūs žetonai",
+ "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Daugiausiai trys modeliai gali būti parsisiunčiami vienu metu.",
+ "May": "gegužė",
+ "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "Žinutės, kurias siunčia po pasidalinimo nebus matomos nuorodos turėtojams.",
+ "Minimum Score": "Minimalus rezultatas",
+ "Mirostat": "Mirostat",
+ "Mirostat Eta": "Mirostat Eta",
+ "Mirostat Tau": "Mirostat Tau",
+ "MMMM DD, YYYY": "MMMM DD, YYYY",
+ "MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
+ "Model '{{modelName}}' has been successfully downloaded.": "'{{modelName}}' modelis sėkmingai atsisiųstas.",
+ "Model '{{modelTag}}' is already in queue for downloading.": "Modelis '{{modelTag}}' jau atsisiuntimų eilėje.",
+ "Model {{modelId}} not found": "Modelis {{modelId}} nerastas",
+ "Model {{modelName}} already exists.": "Modelis {{modelName}} jau egzistuoja.",
+ "Model filesystem path detected. Model shortname is required for update, cannot continue.": "",
+ "Model Name": "Modelio pavadinimas",
+ "Model not selected": "Modelis nepasirinktas",
+ "Model Tag Name": "Modelio žymos pavadinimas",
+ "Model Whitelisting": "Modeliu baltasis sąrašas",
+ "Model(s) Whitelisted": "Modelis baltąjame sąraše",
+ "Modelfile": "Modelio failas",
+ "Modelfile Advanced Settings": "Pažengę nustatymai",
+ "Modelfile Content": "Modelio failo turinys",
+ "Modelfiles": "Modelio failai",
+ "Models": "Modeliai",
+ "More": "Daugiau",
+ "My Documents": "Mano dokumentai",
+ "My Modelfiles": "Mano modelių failai",
+ "My Prompts": "Mano užklausos",
+ "Name": "Pavadinimas",
+ "Name Tag": "Žymos pavadinimas",
+ "Name your modelfile": "Modelio failo pavadinimas",
+ "New Chat": "Naujas pokalbis",
+ "New Password": "Naujas slaptažodis",
+ "No results found": "Rezultatų nerasta",
+ "No source available": "Šaltinių nerasta",
+ "Not factually correct": "Faktiškai netikslu",
+ "Not sure what to add?": "Nežinote ką pridėti ?",
+ "Not sure what to write? Switch to": "Nežinoti ką rašyti ? Pakeiskite į",
+ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Jei turite minimalų įvertį, paieška gražins tik tą informaciją, kuri viršyje šį įvertį",
+ "Notifications": "Pranešimai",
+ "November": "lapkritis",
+ "October": "spalis",
+ "Off": "Išjungta",
+ "Okay, Let's Go!": "Gerai, važiuojam!",
+ "OLED Dark": "OLED tamsus",
+ "Ollama": "Ollama",
+ "Ollama Base URL": "Ollama nuoroda",
+ "Ollama Version": "Ollama versija",
+ "On": "Aktyvuota",
+ "Only": "Tiktais",
+ "Only alphanumeric characters and hyphens are allowed in the command string.": "Leistinos tik raidės, skaičiai ir brūkšneliai.",
+ "Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Jūsų failai vis dar tvarkomi.",
+ "Oops! Looks like the URL is invalid. Please double-check and try again.": "Oops! Looks like the URL is invalid. Please double-check and try again.",
+ "Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Naudojate nepalaikomą (front-end) web ui rėžimą. Prašau serviruokite WebUI iš back-end",
+ "Open": "Atverti",
+ "Open AI": "Open AI",
+ "Open AI (Dall-E)": "Open AI (Dall-E)",
+ "Open new chat": "Atverti naują pokalbį",
+ "OpenAI": "OpenAI",
+ "OpenAI API": "OpenAI API",
+ "OpenAI API Config": "Open AI API nustatymai",
+ "OpenAI API Key is required.": "OpenAI API raktas būtinas.",
+ "OpenAI URL/Key required.": "OpenAI API nuoroda ir raktas būtini",
+ "or": "arba",
+ "Other": "Kita",
+ "Overview": "Apžvalga",
+ "Parameters": "Nustatymai",
+ "Password": "Slaptažodis",
+ "PDF document (.pdf)": "PDF dokumentas (.pdf)",
+ "PDF Extract Images (OCR)": "PDF paveikslėlių skaitymas (OCR)",
+ "pending": "laukiama",
+ "Permission denied when accessing microphone: {{error}}": "Leidimas naudoti mikrofoną atmestas: {{error}}",
+ "Plain text (.txt)": "Grynas tekstas (.txt)",
+ "Playground": "Eksperimentavimo erdvė",
+ "Positive attitude": "Pozityvus elgesys",
+ "Previous 30 days": "Paskutinės 30 dienų",
+ "Previous 7 days": "Paskutinės 7 dienos",
+ "Profile Image": "Profilio nuotrauka",
+ "Prompt": "Užklausa",
+ "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "Užklausa (pvz. supaprastink šį laišką)",
+ "Prompt Content": "Užklausos turinys",
+ "Prompt suggestions": "Užklausų pavyzdžiai",
+ "Prompts": "Užklausos",
+ "Pull \"{{searchValue}}\" from Ollama.com": "Rasti \"{{searchValue}}\" iš Ollama.com",
+ "Pull a model from Ollama.com": "Gauti modelį iš Ollama.com",
+ "Pull Progress": "Parsisintimo progresas",
+ "Query Params": "Užklausos parametrai",
+ "RAG Template": "RAG šablonas",
+ "Raw Format": "Grynasis formatas",
+ "Read Aloud": "Skaityti garsiai",
+ "Record voice": "Įrašyti balsą",
+ "Redirecting you to OpenWebUI Community": "Perkeliam Jus į OpenWebUI bendruomenę",
+ "Refused when it shouldn't have": "Atmesta kai neturėtų būti atmesta",
+ "Regenerate": "Generuoti iš naujo",
+ "Release Notes": "Naujovės",
+ "Remove": "Pašalinti",
+ "Remove Model": "Pašalinti modelį",
+ "Rename": "Pervadinti",
+ "Repeat Last N": "Pakartoti paskutinius N",
+ "Repeat Penalty": "Kartojimosi bauda",
+ "Request Mode": "Užklausos rėžimas",
+ "Reranking Model": "Reranking modelis",
+ "Reranking model disabled": "Reranking modelis neleidžiamas",
+ "Reranking model set to \"{{reranking_model}}\"": "Nustatytas rereanking modelis: \"{{reranking_model}}\"",
+ "Reset Vector Storage": "Reinicializuoti vektorių atmintį",
+ "Response AutoCopy to Clipboard": "Automatiškai nukopijuoti atsakymą",
+ "Role": "Rolė",
+ "Rosé Pine": "Rosé Pine",
+ "Rosé Pine Dawn": "Rosé Pine Dawn",
+ "Save": "Išsaugoti",
+ "Save & Create": "Išsaugoti ir sukurti",
+ "Save & Submit": "Išsaugoti ir pateikti",
+ "Save & Update": "Išsaugoti ir atnaujinti",
+ "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Pokalbių saugojimas naršyklėje nebegalimas.",
+ "Scan": "Skenuoti",
+ "Scan complete!": "Skenavimas baigtas!",
+ "Scan for documents from {{path}}": "Skenuoti dokumentus iš {{path}}",
+ "Search": "Ieškoti",
+ "Search a model": "Ieškoti modelio",
+ "Search Documents": "Ieškoti dokumentų",
+ "Search Prompts": "Ieškoti užklausų",
+ "See readme.md for instructions": "Žiūrėti readme.md papildomoms instrukcijoms",
+ "See what's new": "Žiūrėti naujoves",
+ "Seed": "Sėkla",
+ "Select a mode": "Pasirinkti režimą",
+ "Select a model": "Pasirinkti modelį",
+ "Select an Ollama instance": "Pasirinkti Ollama instanciją",
+ "Select model": "Pasirinkti modelį",
+ "Send a Message": "Siųsti žinutę",
+ "Send message": "Siųsti žinutę",
+ "September": "rugsėjis",
+ "Server connection verified": "Serverio sujungimas patvirtintas",
+ "Set as default": "Nustatyti numatytąjį",
+ "Set Default Model": "Nustatyti numatytąjį modelį",
+ "Set embedding model (e.g. {{model}})": "Nustatyti embedding modelį",
+ "Set Image Size": "Nustatyti paveikslėlių dydį",
+ "Set Model": "Nustatyti modelį",
+ "Set reranking model (e.g. {{model}})": "Nustatyti reranking modelį",
+ "Set Steps": "Numatyti etapus",
+ "Set Title Auto-Generation Model": "Numatyti pavadinimų generavimo modelį",
+ "Set Voice": "Numatyti balsą",
+ "Settings": "Nustatymai",
+ "Settings saved successfully!": "Parametrai sėkmingai išsaugoti!",
+ "Share": "Dalintis",
+ "Share Chat": "Dalintis pokalbiu",
+ "Share to OpenWebUI Community": "Dalintis su OpenWebUI bendruomene",
+ "short-summary": "trumpinys",
+ "Show": "Rodyti",
+ "Show Additional Params": "Rodyti papildomus parametrus",
+ "Show shortcuts": "Rodyti trumpinius",
+ "Showcased creativity": "Kūrybingų užklausų paroda",
+ "sidebar": "šoninis meniu",
+ "Sign in": "Prisijungti",
+ "Sign Out": "Atsijungti",
+ "Sign up": "Sukurti paskyrą",
+ "Signing in": "Prisijungiama",
+ "Source": "Šaltinis",
+ "Speech recognition error: {{error}}": "Balso atpažinimo problema: {{error}}",
+ "Speech-to-Text Engine": "Balso atpažinimo modelis",
+ "SpeechRecognition API is not supported in this browser.": "Šioje naršyklėje negalimas balso atpažinimas.",
+ "Stop Sequence": "Baigt sekvenciją",
+ "STT Settings": "STT nustatymai",
+ "Submit": "Pateikti",
+ "Subtitle (e.g. about the Roman Empire)": "Subtitras",
+ "Success": "Sėkmingai",
+ "Successfully updated.": "Sėkmingai atnaujinta.",
+ "Suggested": "Siūloma",
+ "Sync All": "Viską sinhronizuoti",
+ "System": "Sistema",
+ "System Prompt": "Sistemos užklausa",
+ "Tags": "Žymos",
+ "Tell us more:": "Papasakokite daugiau",
+ "Temperature": "Temperatūra",
+ "Template": "Modelis",
+ "Text Completion": "Teksto pildymas",
+ "Text-to-Speech Engine": "Balso sintezės modelis",
+ "Tfs Z": "Tfs Z",
+ "Thanks for your feedback!": "Ačiū už atsiliepimus",
+ "The score should be a value between 0.0 (0%) and 1.0 (100%).": "Rezultatas turėtų būti tarp 0.0 (0%) ir 1.0 (100%)",
+ "Theme": "Tema",
+ "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Tai užtikrina, kad Jūsų pokalbiai saugiai saugojami duomenų bazėje. Ačiū!",
+ "This setting does not sync across browsers or devices.": "Šis parametras nesisinchronizuoja su skirtingomis naršyklėmis ir įrankiais.",
+ "Thorough explanation": "Platus paaiškinimas",
+ "Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "Jei norite pakeisti keletą kintamųjų vieną po kitos, spauskite Tab",
+ "Title": "Pavadinimas",
+ "Title (e.g. Tell me a fun fact)": "Pavadinimas",
+ "Title Auto-Generation": "Automatinis pavadinimų generavimas",
+ "Title cannot be an empty string.": "Pavadinimas negali būti tuščias",
+ "Title Generation Prompt": "Pavadinimo generavimo užklausa",
+ "to": "kam",
+ "To access the available model names for downloading,": "Tam, kad prieiti prie galimų parsisiųsti modelių",
+ "To access the GGUF models available for downloading,": "Tam, kad prieiti prie galimų parsisiųsti GGUF,",
+ "to chat input.": "į pokalbio įvestį",
+ "Today": "Šiandien",
+ "Toggle settings": "Atverti/užverti parametrus",
+ "Toggle sidebar": "Atverti/užverti šoninį meniu",
+ "Top K": "Top K",
+ "Top P": "Top P",
+ "Trouble accessing Ollama?": "Problemos prieinant prie Ollama?",
+ "TTS Settings": "TTS parametrai",
+ "Type Hugging Face Resolve (Download) URL": "Įveskite Hugging Face Resolve nuorodą",
+ "Uh-oh! There was an issue connecting to {{provider}}.": "O ne! Prisijungiant prie {{provider}} kilo problema.",
+ "Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Nepažįstamas '{{file_type}}' failo formatas, tačiau jis priimtas ir bus apdorotas kaip grynas tekstas",
+ "Update and Copy Link": "Atnaujinti ir kopijuoti nuorodą",
+ "Update password": "Atnaujinti slaptažodį",
+ "Upload a GGUF model": "Parsisiųsti GGUF modelį",
+ "Upload files": "Įkelti failus",
+ "Upload Progress": "Įkėlimo progresas",
+ "URL Mode": "URL režimas",
+ "Use '#' in the prompt input to load and select your documents.": "Naudokite '#' norėdami naudoti dokumentą.",
+ "Use Gravatar": "Naudoti Gravatar",
+ "Use Initials": "Naudotojo inicialai",
+ "user": "naudotojas",
+ "User Permissions": "Naudotojo leidimai",
+ "Users": "Naudotojai",
+ "Utilize": "Naudoti",
+ "Valid time units:": "Teisingūs laiko vienetai :",
+ "variable": "kintamasis",
+ "variable to have them replaced with clipboard content.": "kintamoji pakeičiama kopijuoklės turiniu.",
+ "Version": "Versija",
+ "Warning: If you update or change your embedding model, you will need to re-import all documents.": "Jei pakeisite embedding modelį, turėsite reimportuoti visus dokumentus",
+ "Web": "Web",
+ "Web Loader Settings": "Web krovimo nustatymai",
+ "Web Params": "Web nustatymai",
+ "Webhook URL": "Webhook nuoroda",
+ "WebUI Add-ons": "WebUI priedai",
+ "WebUI Settings": "WebUI parametrai",
+ "WebUI will make requests to": "WebUI vykdys užklausas",
+ "What’s New in": "Kas naujo",
+ "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Kai istorija išjungta, pokalbiai neatsiras jūsų istorijoje.",
+ "Whisper (Local)": "Whisper (lokalus)",
+ "Write a prompt suggestion (e.g. Who are you?)": "Parašykite užklausą",
+ "Write a summary in 50 words that summarizes [topic or keyword].": "Parašyk santrumpą trumpesnę nei 50 žodžių šiam tekstui: [tekstas]",
+ "Yesterday": "Vakar",
+ "You": "Jūs",
+ "You have no archived conversations.": "Jūs neturite archyvuotų pokalbių",
+ "You have shared this chat": "Pasidalinote šiuo pokalbiu",
+ "You're a helpful assistant.": "Esi asistentas.",
+ "You're now logged in.": "Esate prisijungę.",
+ "Youtube": "Youtube",
+ "Youtube Loader Settings": "Youtube krovimo nustatymai"
+}
diff --git a/src/lib/i18n/locales/nl-NL/translation.json b/src/lib/i18n/locales/nl-NL/translation.json
index a8a273f334..43b210e453 100644
--- a/src/lib/i18n/locales/nl-NL/translation.json
+++ b/src/lib/i18n/locales/nl-NL/translation.json
@@ -10,14 +10,16 @@
"About": "Over",
"Account": "Account",
"Accurate information": "",
+ "Add": "",
"Add a model": "Voeg een model toe",
"Add a model tag name": "Voeg een model tag naam toe",
"Add a short description about what this modelfile does": "Voeg een korte beschrijving toe over wat dit modelfile doet",
"Add a short title for this prompt": "Voeg een korte titel toe voor deze prompt",
"Add a tag": "Voeg een tag toe",
- "Add custom prompt": "",
+ "Add custom prompt": "Voeg een aangepaste prompt toe",
"Add Docs": "Voeg Docs toe",
"Add Files": "Voege Bestanden toe",
+ "Add Memory": "",
"Add message": "Voeg bericht toe",
"Add Model": "",
"Add Tags": "voeg tags toe",
@@ -47,7 +49,7 @@
"Archived Chats": "chatrecord",
"are allowed - Activate this command by typing": "zijn toegestaan - Activeer deze commando door te typen",
"Are you sure?": "Zeker weten?",
- "Attach file": "",
+ "Attach file": "Voeg een bestand toe",
"Attention to detail": "",
"Audio": "Audio",
"August": "",
@@ -66,6 +68,8 @@
"Categories": "Categorieën",
"Change Password": "Wijzig Wachtwoord",
"Chat": "Chat",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "Chat Geschiedenis",
"Chat History is off for this browser.": "Chat Geschiedenis is uitgeschakeld voor deze browser.",
"Chats": "Chats",
@@ -76,8 +80,8 @@
"Chunk Overlap": "Chunk Overlap",
"Chunk Params": "Chunk Params",
"Chunk Size": "Chunk Grootte",
- "Citation": "",
- "Click here for help.": "Klik hier voor help.",
+ "Citation": "Citaat",
+ "Click here for help.": "Klik hier voor hulp.",
"Click here to": "",
"Click here to check other modelfiles.": "Klik hier om andere modelfiles te controleren.",
"Click here to select": "Klik hier om te selecteren",
@@ -117,7 +121,6 @@
"Dark": "Donker",
"Dashboard": "",
"Database": "Database",
- "DD/MM/YYYY HH:mm": "YYYY/MM/DD HH:mm",
"December": "",
"Default": "Standaard",
"Default (Automatic1111)": "Standaard (Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "Ingeschakeld",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "Voeg {{role}} bericht hier toe",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "Voeg Chunk Overlap toe",
"Enter Chunk Size": "Voeg Chunk Size toe",
"Enter Image Size (e.g. 512x512)": "Voeg afbeelding formaat toe (Bijv. 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "Algemene Instellingen",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "Hallo, {{name}}",
"Help": "",
@@ -227,7 +232,7 @@
"Import Modelfiles": "Importeer Modelfiles",
"Import Prompts": "Importeer Prompts",
"Include `--api` flag when running stable-diffusion-webui": "Voeg `--api` vlag toe bij het uitvoeren van stable-diffusion-webui",
- "Input commands": "",
+ "Input commands": "Voer commando's in",
"Interface": "Interface",
"Invalid Tag": "",
"January": "",
@@ -244,6 +249,7 @@
"Light": "Licht",
"Listening...": "Luisteren...",
"LLMs can make mistakes. Verify important information.": "LLMs kunnen fouten maken. Verifieer belangrijke informatie.",
+ "LTR": "",
"Made by OpenWebUI Community": "Gemaakt door OpenWebUI Community",
"Make sure to enclose them with": "Zorg ervoor dat je ze omringt met",
"Manage LiteLLM Models": "Beheer LiteLLM Modellen",
@@ -253,7 +259,9 @@
"Max Tokens": "Max Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Maximaal 3 modellen kunnen tegelijkertijd worden gedownload. Probeer het later opnieuw.",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -276,16 +284,13 @@
"Modelfiles": "Modelfiles",
"Models": "Modellen",
"More": "",
- "My Documents": "Mijn Documenten",
- "My Modelfiles": "Mijn Modelfiles",
- "My Prompts": "Mijn Prompts",
"Name": "Naam",
"Name Tag": "Naam Tag",
"Name your modelfile": "Benoem je modelfile",
"New Chat": "Nieuwe Chat",
"New Password": "Nieuw Wachtwoord",
"No results found": "",
- "No source available": "",
+ "No source available": "Geen bron beschikbaar",
"Not factually correct": "",
"Not sure what to add?": "Niet zeker wat toe te voegen?",
"Not sure what to write? Switch to": "Niet zeker wat te schrijven? Schakel over naar",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "PDF Extract Afbeeldingen (OCR)",
"pending": "wachtend",
"Permission denied when accessing microphone: {{error}}": "Toestemming geweigerd bij toegang tot microfoon: {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "Speeltuin",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "Rol",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
"Save": "Opslaan",
"Save & Create": "Opslaan & Creëren",
- "Save & Submit": "Opslaan & Verzenden",
"Save & Update": "Opslaan & Bijwerken",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Chat logs direct opslaan in de opslag van je browser wordt niet langer ondersteund. Neem even de tijd om je chat logs te downloaden en te verwijderen door op de knop hieronder te klikken. Maak je geen zorgen, je kunt je chat logs eenvoudig opnieuw importeren naar de backend via",
"Scan": "Scan",
@@ -378,7 +384,8 @@
"Select a mode": "Selecteer een modus",
"Select a model": "Selecteer een model",
"Select an Ollama instance": "Selecteer een Ollama instantie",
- "Select model": "",
+ "Select model": "Selecteer een model",
+ "Send": "",
"Send a Message": "Stuur een Bericht",
"Send message": "Stuur bericht",
"September": "",
@@ -407,7 +414,7 @@
"Sign Out": "Uitloggen",
"Sign up": "Registreren",
"Signing in": "",
- "Source": "",
+ "Source": "Bron",
"Speech recognition error: {{error}}": "Spraakherkenning fout: {{error}}",
"Speech-to-Text Engine": "Spraak-naar-tekst Engine",
"SpeechRecognition API is not supported in this browser.": "SpeechRecognition API wordt niet ondersteund in deze browser.",
@@ -482,10 +489,11 @@
"What’s New in": "Wat is nieuw in",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Wanneer geschiedenis is uitgeschakeld, zullen nieuwe chats op deze browser niet verschijnen in je geschiedenis op een van je apparaten.",
"Whisper (Local)": "Fluister (Lokaal)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "Schrijf een prompt suggestie (bijv. Wie ben je?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Schrijf een samenvatting in 50 woorden die [onderwerp of trefwoord] samenvat.",
"Yesterday": "",
- "You": "Jij",
+ "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Jij bent een behulpzame assistent.",
diff --git a/src/lib/i18n/locales/pa-IN/translation.json b/src/lib/i18n/locales/pa-IN/translation.json
new file mode 100644
index 0000000000..5fbe302f97
--- /dev/null
+++ b/src/lib/i18n/locales/pa-IN/translation.json
@@ -0,0 +1,503 @@
+{
+ "'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'ਸ', 'ਮ', 'ਘੰ', 'ਦ', 'ਹਫ਼ਤਾ' ਜਾਂ '-1' ਬਿਨਾ ਮਿਆਦ ਦੇ।",
+ "(Beta)": "(ਬੀਟਾ)",
+ "(e.g. `sh webui.sh --api`)": "(ਉਦਾਹਰਣ ਦੇ ਤੌਰ ਤੇ `sh webui.sh --api`)",
+ "(latest)": "(ਤਾਜ਼ਾ)",
+ "{{modelName}} is thinking...": "{{modelName}} ਸੋਚ ਰਿਹਾ ਹੈ...",
+ "{{user}}'s Chats": "{{user}} ਦੀਆਂ ਗੱਲਾਂ",
+ "{{webUIName}} Backend Required": "{{webUIName}} ਬੈਕਐਂਡ ਲੋੜੀਂਦਾ ਹੈ",
+ "a user": "ਇੱਕ ਉਪਭੋਗਤਾ",
+ "About": "ਬਾਰੇ",
+ "Account": "ਖਾਤਾ",
+ "Accurate information": "ਸਹੀ ਜਾਣਕਾਰੀ",
+ "Add": "",
+ "Add a model": "ਇੱਕ ਮਾਡਲ ਸ਼ਾਮਲ ਕਰੋ",
+ "Add a model tag name": "ਇੱਕ ਮਾਡਲ ਟੈਗ ਨਾਮ ਸ਼ਾਮਲ ਕਰੋ",
+ "Add a short description about what this modelfile does": "ਇਸ ਮਾਡਲਫਾਈਲ ਦੇ ਕੀ ਕਰਨ ਬਾਰੇ ਇੱਕ ਛੋਟੀ ਵਰਣਨਾ ਸ਼ਾਮਲ ਕਰੋ",
+ "Add a short title for this prompt": "ਇਸ ਪ੍ਰੰਪਟ ਲਈ ਇੱਕ ਛੋਟਾ ਸਿਰਲੇਖ ਸ਼ਾਮਲ ਕਰੋ",
+ "Add a tag": "ਇੱਕ ਟੈਗ ਸ਼ਾਮਲ ਕਰੋ",
+ "Add custom prompt": "ਕਸਟਮ ਪ੍ਰੰਪਟ ਸ਼ਾਮਲ ਕਰੋ",
+ "Add Docs": "ਡਾਕੂਮੈਂਟ ਸ਼ਾਮਲ ਕਰੋ",
+ "Add Files": "ਫਾਈਲਾਂ ਸ਼ਾਮਲ ਕਰੋ",
+ "Add Memory": "",
+ "Add message": "ਸੁਨੇਹਾ ਸ਼ਾਮਲ ਕਰੋ",
+ "Add Model": "ਮਾਡਲ ਸ਼ਾਮਲ ਕਰੋ",
+ "Add Tags": "ਟੈਗ ਸ਼ਾਮਲ ਕਰੋ",
+ "Add User": "ਉਪਭੋਗਤਾ ਸ਼ਾਮਲ ਕਰੋ",
+ "Adjusting these settings will apply changes universally to all users.": "ਇਹ ਸੈਟਿੰਗਾਂ ਨੂੰ ਠੀਕ ਕਰਨ ਨਾਲ ਸਾਰੇ ਉਪਭੋਗਤਾਵਾਂ ਲਈ ਬਦਲਾਅ ਲਾਗੂ ਹੋਣਗੇ।",
+ "admin": "ਪ੍ਰਬੰਧਕ",
+ "Admin Panel": "ਪ੍ਰਬੰਧਕ ਪੈਨਲ",
+ "Admin Settings": "ਪ੍ਰਬੰਧਕ ਸੈਟਿੰਗਾਂ",
+ "Advanced Parameters": "ਉੱਚ ਸਤਰ ਦੇ ਪੈਰਾਮੀਟਰ",
+ "all": "ਸਾਰੇ",
+ "All Documents": "ਸਾਰੇ ਡਾਕੂਮੈਂਟ",
+ "All Users": "ਸਾਰੇ ਉਪਭੋਗਤਾ",
+ "Allow": "ਅਨੁਮਤੀ",
+ "Allow Chat Deletion": "ਗੱਲਬਾਤ ਮਿਟਾਉਣ ਦੀ ਆਗਿਆ ਦਿਓ",
+ "alphanumeric characters and hyphens": "ਅਲਫ਼ਾਨਯੂਮੈਰਿਕ ਅੱਖਰ ਅਤੇ ਹਾਈਫਨ",
+ "Already have an account?": "ਪਹਿਲਾਂ ਹੀ ਖਾਤਾ ਹੈ?",
+ "an assistant": "ਇੱਕ ਸਹਾਇਕ",
+ "and": "ਅਤੇ",
+ "and create a new shared link.": "ਅਤੇ ਇੱਕ ਨਵਾਂ ਸਾਂਝਾ ਲਿੰਕ ਬਣਾਓ।",
+ "API Base URL": "API ਬੇਸ URL",
+ "API Key": "API ਕੁੰਜੀ",
+ "API Key created.": "API ਕੁੰਜੀ ਬਣਾਈ ਗਈ।",
+ "API keys": "API ਕੁੰਜੀਆਂ",
+ "API RPM": "API RPM",
+ "April": "ਅਪ੍ਰੈਲ",
+ "Archive": "ਆਰਕਾਈਵ",
+ "Archived Chats": "ਆਰਕਾਈਵ ਕੀਤੀਆਂ ਗੱਲਾਂ",
+ "are allowed - Activate this command by typing": "ਅਨੁਮਤ ਹਨ - ਇਸ ਕਮਾਂਡ ਨੂੰ ਟਾਈਪ ਕਰਕੇ ਸਰਗਰਮ ਕਰੋ",
+ "Are you sure?": "ਕੀ ਤੁਸੀਂ ਯਕੀਨਨ ਹੋ?",
+ "Attach file": "ਫਾਈਲ ਜੋੜੋ",
+ "Attention to detail": "ਵੇਰਵੇ 'ਤੇ ਧਿਆਨ",
+ "Audio": "ਆਡੀਓ",
+ "August": "ਅਗਸਤ",
+ "Auto-playback response": "ਆਟੋ-ਪਲੇਬੈਕ ਜਵਾਬ",
+ "Auto-send input after 3 sec.": "3 ਸਕਿੰਟ ਬਾਅਦ ਆਟੋ-ਭੇਜੋ ਇਨਪੁਟ",
+ "AUTOMATIC1111 Base URL": "AUTOMATIC1111 ਬੇਸ URL",
+ "AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 ਬੇਸ URL ਦੀ ਲੋੜ ਹੈ।",
+ "available!": "ਉਪਲਬਧ ਹੈ!",
+ "Back": "ਵਾਪਸ",
+ "Bad Response": "ਖਰਾਬ ਜਵਾਬ",
+ "before": "ਪਹਿਲਾਂ",
+ "Being lazy": "ਆਲਸੀ ਹੋਣਾ",
+ "Builder Mode": "ਬਿਲਡਰ ਮੋਡ",
+ "Bypass SSL verification for Websites": "ਵੈਬਸਾਈਟਾਂ ਲਈ SSL ਪ੍ਰਮਾਣਿਕਤਾ ਨੂੰ ਬਾਈਪਾਸ ਕਰੋ",
+ "Cancel": "ਰੱਦ ਕਰੋ",
+ "Categories": "ਸ਼੍ਰੇਣੀਆਂ",
+ "Change Password": "ਪਾਸਵਰਡ ਬਦਲੋ",
+ "Chat": "ਗੱਲਬਾਤ",
+ "Chat Bubble UI": "ਗੱਲਬਾਤ ਬਬਲ UI",
+ "Chat direction": "",
+ "Chat History": "ਗੱਲਬਾਤ ਦਾ ਇਤਿਹਾਸ",
+ "Chat History is off for this browser.": "ਇਸ ਬ੍ਰਾਊਜ਼ਰ ਲਈ ਗੱਲਬਾਤ ਦਾ ਇਤਿਹਾਸ ਬੰਦ ਹੈ।",
+ "Chats": "ਗੱਲਾਂ",
+ "Check Again": "ਮੁੜ ਜਾਂਚ ਕਰੋ",
+ "Check for updates": "ਅੱਪਡੇਟ ਲਈ ਜਾਂਚ ਕਰੋ",
+ "Checking for updates...": "ਅੱਪਡੇਟ ਲਈ ਜਾਂਚ ਰਿਹਾ ਹੈ...",
+ "Choose a model before saving...": "ਸੰਭਾਲਣ ਤੋਂ ਪਹਿਲਾਂ ਇੱਕ ਮਾਡਲ ਚੁਣੋ...",
+ "Chunk Overlap": "ਚੰਕ ਓਵਰਲੈਪ",
+ "Chunk Params": "ਚੰਕ ਪੈਰਾਮੀਟਰ",
+ "Chunk Size": "ਚੰਕ ਆਕਾਰ",
+ "Citation": "ਹਵਾਲਾ",
+ "Click here for help.": "ਮਦਦ ਲਈ ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ।",
+ "Click here to": "ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ",
+ "Click here to check other modelfiles.": "ਹੋਰ ਮਾਡਲਫਾਈਲਾਂ ਦੀ ਜਾਂਚ ਕਰਨ ਲਈ ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ।",
+ "Click here to select": "ਚੁਣਨ ਲਈ ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ",
+ "Click here to select a csv file.": "CSV ਫਾਈਲ ਚੁਣਨ ਲਈ ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ।",
+ "Click here to select documents.": "ਡਾਕੂਮੈਂਟ ਚੁਣਨ ਲਈ ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ।",
+ "click here.": "ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ।",
+ "Click on the user role button to change a user's role.": "ਉਪਭੋਗਤਾ ਦੀ ਭੂਮਿਕਾ ਬਦਲਣ ਲਈ ਉਪਭੋਗਤਾ ਭੂਮਿਕਾ ਬਟਨ 'ਤੇ ਕਲਿੱਕ ਕਰੋ।",
+ "Close": "ਬੰਦ ਕਰੋ",
+ "Collection": "ਸੰਗ੍ਰਹਿ",
+ "ComfyUI": "ਕੰਫੀਯੂਆਈ",
+ "ComfyUI Base URL": "ਕੰਫੀਯੂਆਈ ਬੇਸ URL",
+ "ComfyUI Base URL is required.": "ਕੰਫੀਯੂਆਈ ਬੇਸ URL ਦੀ ਲੋੜ ਹੈ।",
+ "Command": "ਕਮਾਂਡ",
+ "Confirm Password": "ਪਾਸਵਰਡ ਦੀ ਪੁਸ਼ਟੀ ਕਰੋ",
+ "Connections": "ਕਨੈਕਸ਼ਨ",
+ "Content": "ਸਮੱਗਰੀ",
+ "Context Length": "ਸੰਦਰਭ ਲੰਬਾਈ",
+ "Continue Response": "ਜਵਾਬ ਜਾਰੀ ਰੱਖੋ",
+ "Conversation Mode": "ਗੱਲਬਾਤ ਮੋਡ",
+ "Copied shared chat URL to clipboard!": "ਸਾਂਝੇ ਕੀਤੇ ਗੱਲਬਾਤ URL ਨੂੰ ਕਲਿੱਪਬੋਰਡ 'ਤੇ ਕਾਪੀ ਕਰ ਦਿੱਤਾ!",
+ "Copy": "ਕਾਪੀ ਕਰੋ",
+ "Copy last code block": "ਆਖਰੀ ਕੋਡ ਬਲਾਕ ਨੂੰ ਕਾਪੀ ਕਰੋ",
+ "Copy last response": "ਆਖਰੀ ਜਵਾਬ ਨੂੰ ਕਾਪੀ ਕਰੋ",
+ "Copy Link": "ਲਿੰਕ ਕਾਪੀ ਕਰੋ",
+ "Copying to clipboard was successful!": "ਕਲਿੱਪਬੋਰਡ 'ਤੇ ਕਾਪੀ ਕਰਨਾ ਸਫਲ ਰਿਹਾ!",
+ "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "ਹੇਠਾਂ ਦਿੱਤੀ ਪੁੱਛਗਿੱਛ ਲਈ ਇੱਕ ਛੋਟਾ, 3-5 ਸ਼ਬਦਾਂ ਦਾ ਵਾਕ ਬਣਾਓ, 3-5 ਸ਼ਬਦਾਂ ਦੀ ਸੀਮਾ ਦਾ ਪਾਲਣ ਕਰਦੇ ਹੋਏ ਅਤੇ 'ਸਿਰਲੇਖ' ਸ਼ਬਦ ਦੇ ਇਸਤੇਮਾਲ ਤੋਂ ਬਚਦੇ ਹੋਏ:",
+ "Create a modelfile": "ਇੱਕ ਮਾਡਲਫਾਈਲ ਬਣਾਓ",
+ "Create Account": "ਖਾਤਾ ਬਣਾਓ",
+ "Create new key": "ਨਵੀਂ ਕੁੰਜੀ ਬਣਾਓ",
+ "Create new secret key": "ਨਵੀਂ ਗੁਪਤ ਕੁੰਜੀ ਬਣਾਓ",
+ "Created at": "ਤੇ ਬਣਾਇਆ ਗਿਆ",
+ "Created At": "ਤੇ ਬਣਾਇਆ ਗਿਆ",
+ "Current Model": "ਮੌਜੂਦਾ ਮਾਡਲ",
+ "Current Password": "ਮੌਜੂਦਾ ਪਾਸਵਰਡ",
+ "Custom": "ਕਸਟਮ",
+ "Customize Ollama models for a specific purpose": "ਇੱਕ ਖਾਸ ਉਦੇਸ਼ ਲਈ ਓਲਾਮਾ ਮਾਡਲਾਂ ਨੂੰ ਕਸਟਮਾਈਜ਼ ਕਰੋ",
+ "Dark": "ਗੂੜ੍ਹਾ",
+ "Dashboard": "ਡੈਸ਼ਬੋਰਡ",
+ "Database": "ਡਾਟਾਬੇਸ",
+ "December": "ਦਸੰਬਰ",
+ "Default": "ਮੂਲ",
+ "Default (Automatic1111)": "ਮੂਲ (Automatic1111)",
+ "Default (SentenceTransformers)": "ਮੂਲ (ਸੈਂਟੈਂਸਟ੍ਰਾਂਸਫਾਰਮਰਸ)",
+ "Default (Web API)": "ਮੂਲ (ਵੈਬ API)",
+ "Default model updated": "ਮੂਲ ਮਾਡਲ ਅੱਪਡੇਟ ਕੀਤਾ ਗਿਆ",
+ "Default Prompt Suggestions": "ਮੂਲ ਪ੍ਰੰਪਟ ਸੁਝਾਅ",
+ "Default User Role": "ਮੂਲ ਉਪਭੋਗਤਾ ਭੂਮਿਕਾ",
+ "delete": "ਮਿਟਾਓ",
+ "Delete": "ਮਿਟਾਓ",
+ "Delete a model": "ਇੱਕ ਮਾਡਲ ਮਿਟਾਓ",
+ "Delete chat": "ਗੱਲਬਾਤ ਮਿਟਾਓ",
+ "Delete Chat": "ਗੱਲਬਾਤ ਮਿਟਾਓ",
+ "Delete Chats": "ਗੱਲਾਂ ਮਿਟਾਓ",
+ "delete this link": "ਇਸ ਲਿੰਕ ਨੂੰ ਮਿਟਾਓ",
+ "Delete User": "ਉਪਭੋਗਤਾ ਮਿਟਾਓ",
+ "Deleted {{deleteModelTag}}": "{{deleteModelTag}} ਮਿਟਾਇਆ ਗਿਆ",
+ "Deleted {{tagName}}": "{{tagName}} ਮਿਟਾਇਆ ਗਿਆ",
+ "Description": "ਵਰਣਨਾ",
+ "Didn't fully follow instructions": "ਹਦਾਇਤਾਂ ਨੂੰ ਪੂਰੀ ਤਰ੍ਹਾਂ ਫਾਲੋ ਨਹੀਂ ਕੀਤਾ",
+ "Disabled": "ਅਯੋਗ",
+ "Discover a modelfile": "ਇੱਕ ਮਾਡਲਫਾਈਲ ਖੋਜੋ",
+ "Discover a prompt": "ਇੱਕ ਪ੍ਰੰਪਟ ਖੋਜੋ",
+ "Discover, download, and explore custom prompts": "ਕਸਟਮ ਪ੍ਰੰਪਟਾਂ ਨੂੰ ਖੋਜੋ, ਡਾਊਨਲੋਡ ਕਰੋ ਅਤੇ ਪੜਚੋਲ ਕਰੋ",
+ "Discover, download, and explore model presets": "ਮਾਡਲ ਪ੍ਰੀਸੈਟਾਂ ਨੂੰ ਖੋਜੋ, ਡਾਊਨਲੋਡ ਕਰੋ ਅਤੇ ਪੜਚੋਲ ਕਰੋ",
+ "Display the username instead of You in the Chat": "ਗੱਲਬਾਤ 'ਚ ਤੁਹਾਡੇ ਸਥਾਨ 'ਤੇ ਉਪਭੋਗਤਾ ਨਾਮ ਦਿਖਾਓ",
+ "Document": "ਡਾਕੂਮੈਂਟ",
+ "Document Settings": "ਡਾਕੂਮੈਂਟ ਸੈਟਿੰਗਾਂ",
+ "Documents": "ਡਾਕੂਮੈਂਟ",
+ "does not make any external connections, and your data stays securely on your locally hosted server.": "ਕੋਈ ਬਾਹਰੀ ਕਨੈਕਸ਼ਨ ਨਹੀਂ ਬਣਾਉਂਦਾ, ਅਤੇ ਤੁਹਾਡਾ ਡਾਟਾ ਤੁਹਾਡੇ ਸਥਾਨਕ ਸਰਵਰ 'ਤੇ ਸੁਰੱਖਿਅਤ ਰਹਿੰਦਾ ਹੈ।",
+ "Don't Allow": "ਆਗਿਆ ਨਾ ਦਿਓ",
+ "Don't have an account?": "ਖਾਤਾ ਨਹੀਂ ਹੈ?",
+ "Don't like the style": "ਸਟਾਈਲ ਪਸੰਦ ਨਹੀਂ ਹੈ",
+ "Download": "ਡਾਊਨਲੋਡ",
+ "Download canceled": "ਡਾਊਨਲੋਡ ਰੱਦ ਕੀਤਾ ਗਿਆ",
+ "Download Database": "ਡਾਟਾਬੇਸ ਡਾਊਨਲੋਡ ਕਰੋ",
+ "Drop any files here to add to the conversation": "ਗੱਲਬਾਤ ਵਿੱਚ ਸ਼ਾਮਲ ਕਰਨ ਲਈ ਕੋਈ ਵੀ ਫਾਈਲ ਇੱਥੇ ਛੱਡੋ",
+ "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "ਉਦਾਹਰਣ ਲਈ '30ਸ','10ਮਿ'. ਸਹੀ ਸਮਾਂ ਇਕਾਈਆਂ ਹਨ 'ਸ', 'ਮ', 'ਘੰ'.",
+ "Edit": "ਸੰਪਾਦਨ ਕਰੋ",
+ "Edit Doc": "ਡਾਕੂਮੈਂਟ ਸੰਪਾਦਨ ਕਰੋ",
+ "Edit User": "ਉਪਭੋਗਤਾ ਸੰਪਾਦਨ ਕਰੋ",
+ "Email": "ਈਮੇਲ",
+ "Embedding Model": "ਐਮਬੈੱਡਿੰਗ ਮਾਡਲ",
+ "Embedding Model Engine": "ਐਮਬੈੱਡਿੰਗ ਮਾਡਲ ਇੰਜਣ",
+ "Embedding model set to \"{{embedding_model}}\"": "ਐਮਬੈੱਡਿੰਗ ਮਾਡਲ ਨੂੰ \"{{embedding_model}}\" 'ਤੇ ਸੈੱਟ ਕੀਤਾ ਗਿਆ",
+ "Enable Chat History": "ਗੱਲਬਾਤ ਦਾ ਇਤਿਹਾਸ ਯੋਗ ਕਰੋ",
+ "Enable New Sign Ups": "ਨਵੇਂ ਸਾਈਨ ਅਪ ਯੋਗ ਕਰੋ",
+ "Enabled": "ਯੋਗ ਕੀਤਾ ਗਿਆ",
+ "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": "",
+ "Enter Chunk Overlap": "ਚੰਕ ਓਵਰਲੈਪ ਦਰਜ ਕਰੋ",
+ "Enter Chunk Size": "ਚੰਕ ਆਕਾਰ ਦਰਜ ਕਰੋ",
+ "Enter Image Size (e.g. 512x512)": "ਚਿੱਤਰ ਆਕਾਰ ਦਰਜ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ 512x512)",
+ "Enter language codes": "ਭਾਸ਼ਾ ਕੋਡ ਦਰਜ ਕਰੋ",
+ "Enter LiteLLM API Base URL (litellm_params.api_base)": "LiteLLM API ਬੇਸ URL (litellm_params.api_base) ਦਰਜ ਕਰੋ",
+ "Enter LiteLLM API Key (litellm_params.api_key)": "LiteLLM API ਕੁੰਜੀ (litellm_params.api_key) ਦਰਜ ਕਰੋ",
+ "Enter LiteLLM API RPM (litellm_params.rpm)": "LiteLLM API RPM (litellm_params.rpm) ਦਰਜ ਕਰੋ",
+ "Enter LiteLLM Model (litellm_params.model)": "LiteLLM ਮਾਡਲ (litellm_params.model) ਦਰਜ ਕਰੋ",
+ "Enter Max Tokens (litellm_params.max_tokens)": "ਅਧਿਕਤਮ ਟੋਕਨ ਦਰਜ ਕਰੋ (litellm_params.max_tokens)",
+ "Enter model tag (e.g. {{modelTag}})": "ਮਾਡਲ ਟੈਗ ਦਰਜ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ {{modelTag}})",
+ "Enter Number of Steps (e.g. 50)": "ਕਦਮਾਂ ਦੀ ਗਿਣਤੀ ਦਰਜ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ 50)",
+ "Enter Score": "ਸਕੋਰ ਦਰਜ ਕਰੋ",
+ "Enter stop sequence": "ਰੋਕਣ ਦਾ ਕ੍ਰਮ ਦਰਜ ਕਰੋ",
+ "Enter Top K": "ਸਿਖਰ K ਦਰਜ ਕਰੋ",
+ "Enter URL (e.g. http://127.0.0.1:7860/)": "URL ਦਰਜ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ http://127.0.0.1:7860/)",
+ "Enter URL (e.g. http://localhost:11434)": "URL ਦਰਜ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ http://localhost:11434)",
+ "Enter Your Email": "ਆਪਣੀ ਈਮੇਲ ਦਰਜ ਕਰੋ",
+ "Enter Your Full Name": "ਆਪਣਾ ਪੂਰਾ ਨਾਮ ਦਰਜ ਕਰੋ",
+ "Enter Your Password": "ਆਪਣਾ ਪਾਸਵਰਡ ਦਰਜ ਕਰੋ",
+ "Enter Your Role": "ਆਪਣੀ ਭੂਮਿਕਾ ਦਰਜ ਕਰੋ",
+ "Experimental": "ਪਰਮਾਣੂਕ੍ਰਿਤ",
+ "Export All Chats (All Users)": "ਸਾਰੀਆਂ ਗੱਲਾਂ ਨਿਰਯਾਤ ਕਰੋ (ਸਾਰੇ ਉਪਭੋਗਤਾ)",
+ "Export Chats": "ਗੱਲਾਂ ਨਿਰਯਾਤ ਕਰੋ",
+ "Export Documents Mapping": "ਡਾਕੂਮੈਂਟ ਮੈਪਿੰਗ ਨਿਰਯਾਤ ਕਰੋ",
+ "Export Modelfiles": "ਮਾਡਲਫਾਈਲਾਂ ਨਿਰਯਾਤ ਕਰੋ",
+ "Export Prompts": "ਪ੍ਰੰਪਟ ਨਿਰਯਾਤ ਕਰੋ",
+ "Failed to create API Key.": "API ਕੁੰਜੀ ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ।",
+ "Failed to read clipboard contents": "ਕਲਿੱਪਬੋਰਡ ਸਮੱਗਰੀ ਪੜ੍ਹਣ ਵਿੱਚ ਅਸਫਲ",
+ "February": "ਫਰਵਰੀ",
+ "Feel free to add specific details": "ਖੁੱਲ੍ਹੇ ਦਿਲ ਨਾਲ ਖਾਸ ਵੇਰਵੇ ਸ਼ਾਮਲ ਕਰੋ",
+ "File Mode": "ਫਾਈਲ ਮੋਡ",
+ "File not found.": "ਫਾਈਲ ਨਹੀਂ ਮਿਲੀ।",
+ "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "ਫਿੰਗਰਪ੍ਰਿੰਟ ਸਪੂਫਿੰਗ ਪਾਈ ਗਈ: ਅਵਤਾਰ ਵਜੋਂ ਸ਼ੁਰੂਆਤੀ ਅੱਖਰ ਵਰਤਣ ਵਿੱਚ ਅਸਮਰੱਥ। ਮੂਲ ਪ੍ਰੋਫਾਈਲ ਚਿੱਤਰ 'ਤੇ ਡਿਫਾਲਟ।",
+ "Fluidly stream large external response chunks": "ਵੱਡੇ ਬਾਹਰੀ ਜਵਾਬ ਚੰਕਾਂ ਨੂੰ ਸਹੀ ਢੰਗ ਨਾਲ ਸਟ੍ਰੀਮ ਕਰੋ",
+ "Focus chat input": "ਗੱਲਬਾਤ ਇਨਪੁਟ 'ਤੇ ਧਿਆਨ ਦਿਓ",
+ "Followed instructions perfectly": "ਹਦਾਇਤਾਂ ਨੂੰ ਬਿਲਕੁਲ ਫਾਲੋ ਕੀਤਾ",
+ "Format your variables using square brackets like this:": "ਤੁਹਾਡੀਆਂ ਵੈਰੀਏਬਲਾਂ ਨੂੰ ਇਸ ਤਰ੍ਹਾਂ ਵਰਤੋਂ: [ ]",
+ "From (Base Model)": "ਤੋਂ (ਮੂਲ ਮਾਡਲ)",
+ "Full Screen Mode": "ਪੂਰੀ ਸਕਰੀਨ ਮੋਡ",
+ "General": "ਆਮ",
+ "General Settings": "ਆਮ ਸੈਟਿੰਗਾਂ",
+ "Generation Info": "ਜਨਰੇਸ਼ਨ ਜਾਣਕਾਰੀ",
+ "Good Response": "ਵਧੀਆ ਜਵਾਬ",
+ "h:mm a": "ਹ:ਮਿੰਟ ਪੂਃ",
+ "has no conversations.": "ਕੋਈ ਗੱਲਬਾਤ ਨਹੀਂ ਹੈ।",
+ "Hello, {{name}}": "ਸਤ ਸ੍ਰੀ ਅਕਾਲ, {{name}}",
+ "Help": "ਮਦਦ",
+ "Hide": "ਲੁਕਾਓ",
+ "Hide Additional Params": "ਵਾਧੂ ਪੈਰਾਮੀਟਰ ਲੁਕਾਓ",
+ "How can I help you today?": "ਮੈਂ ਅੱਜ ਤੁਹਾਡੀ ਕਿਵੇਂ ਮਦਦ ਕਰ ਸਕਦਾ ਹਾਂ?",
+ "Hybrid Search": "ਹਾਈਬ੍ਰਿਡ ਖੋਜ",
+ "Image Generation (Experimental)": "ਚਿੱਤਰ ਜਨਰੇਸ਼ਨ (ਪਰਮਾਣੂਕ੍ਰਿਤ)",
+ "Image Generation Engine": "ਚਿੱਤਰ ਜਨਰੇਸ਼ਨ ਇੰਜਣ",
+ "Image Settings": "ਚਿੱਤਰ ਸੈਟਿੰਗਾਂ",
+ "Images": "ਚਿੱਤਰ",
+ "Import Chats": "ਗੱਲਾਂ ਆਯਾਤ ਕਰੋ",
+ "Import Documents Mapping": "ਡਾਕੂਮੈਂਟ ਮੈਪਿੰਗ ਆਯਾਤ ਕਰੋ",
+ "Import Modelfiles": "ਮਾਡਲਫਾਈਲਾਂ ਆਯਾਤ ਕਰੋ",
+ "Import Prompts": "ਪ੍ਰੰਪਟ ਆਯਾਤ ਕਰੋ",
+ "Include `--api` flag when running stable-diffusion-webui": "ਸਟੇਬਲ-ਡਿਫਿਊਸ਼ਨ-ਵੈਬਯੂਆਈ ਚਲਾਉਣ ਸਮੇਂ `--api` ਝੰਡਾ ਸ਼ਾਮਲ ਕਰੋ",
+ "Input commands": "ਇਨਪੁਟ ਕਮਾਂਡਾਂ",
+ "Interface": "ਇੰਟਰਫੇਸ",
+ "Invalid Tag": "ਗਲਤ ਟੈਗ",
+ "January": "ਜਨਵਰੀ",
+ "join our Discord for help.": "ਮਦਦ ਲਈ ਸਾਡੇ ਡਿਸਕੋਰਡ ਵਿੱਚ ਸ਼ਾਮਲ ਹੋਵੋ।",
+ "JSON": "JSON",
+ "July": "ਜੁਲਾਈ",
+ "June": "ਜੂਨ",
+ "JWT Expiration": "JWT ਮਿਆਦ ਖਤਮ",
+ "JWT Token": "JWT ਟੋਕਨ",
+ "Keep Alive": "ਜੀਵਿਤ ਰੱਖੋ",
+ "Keyboard shortcuts": "ਕੀਬੋਰਡ ਸ਼ਾਰਟਕਟ",
+ "Language": "ਭਾਸ਼ਾ",
+ "Last Active": "ਆਖਰੀ ਸਰਗਰਮ",
+ "Light": "ਹਲਕਾ",
+ "Listening...": "ਸੁਣ ਰਿਹਾ ਹੈ...",
+ "LLMs can make mistakes. Verify important information.": "LLMs ਗਲਤੀਆਂ ਕਰ ਸਕਦੇ ਹਨ। ਮਹੱਤਵਪੂਰਨ ਜਾਣਕਾਰੀ ਦੀ ਪੁਸ਼ਟੀ ਕਰੋ।",
+ "LTR": "",
+ "Made by OpenWebUI Community": "ਓਪਨਵੈਬਯੂਆਈ ਕਮਿਊਨਿਟੀ ਦੁਆਰਾ ਬਣਾਇਆ ਗਿਆ",
+ "Make sure to enclose them with": "ਸੁਨਿਸ਼ਚਿਤ ਕਰੋ ਕਿ ਉਨ੍ਹਾਂ ਨੂੰ ਘੇਰੋ",
+ "Manage LiteLLM Models": "LiteLLM ਮਾਡਲਾਂ ਦਾ ਪ੍ਰਬੰਧਨ ਕਰੋ",
+ "Manage Models": "ਮਾਡਲਾਂ ਦਾ ਪ੍ਰਬੰਧਨ ਕਰੋ",
+ "Manage Ollama Models": "ਓਲਾਮਾ ਮਾਡਲਾਂ ਦਾ ਪ੍ਰਬੰਧਨ ਕਰੋ",
+ "March": "ਮਾਰਚ",
+ "Max Tokens": "ਅਧਿਕਤਮ ਟੋਕਨ",
+ "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "ਇੱਕ ਸਮੇਂ ਵਿੱਚ ਵੱਧ ਤੋਂ ਵੱਧ 3 ਮਾਡਲ ਡਾਊਨਲੋਡ ਕੀਤੇ ਜਾ ਸਕਦੇ ਹਨ। ਕਿਰਪਾ ਕਰਕੇ ਬਾਅਦ ਵਿੱਚ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।",
+ "May": "ਮਈ",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
+ "Minimum Score": "ਘੱਟੋ-ਘੱਟ ਸਕੋਰ",
+ "Mirostat": "ਮਿਰੋਸਟੈਟ",
+ "Mirostat Eta": "ਮਿਰੋਸਟੈਟ ਈਟਾ",
+ "Mirostat Tau": "ਮਿਰੋਸਟੈਟ ਟਾਉ",
+ "MMMM DD, YYYY": "MMMM DD, YYYY",
+ "MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
+ "Model '{{modelName}}' has been successfully downloaded.": "ਮਾਡਲ '{{modelName}}' ਸਫਲਤਾਪੂਰਵਕ ਡਾਊਨਲੋਡ ਕੀਤਾ ਗਿਆ ਹੈ।",
+ "Model '{{modelTag}}' is already in queue for downloading.": "ਮਾਡਲ '{{modelTag}}' ਪਹਿਲਾਂ ਹੀ ਡਾਊਨਲੋਡ ਲਈ ਕਤਾਰ ਵਿੱਚ ਹੈ।",
+ "Model {{modelId}} not found": "ਮਾਡਲ {{modelId}} ਨਹੀਂ ਮਿਲਿਆ",
+ "Model {{modelName}} already exists.": "ਮਾਡਲ {{modelName}} ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ।",
+ "Model filesystem path detected. Model shortname is required for update, cannot continue.": "ਮਾਡਲ ਫਾਈਲਸਿਸਟਮ ਪੱਥ ਪਾਇਆ ਗਿਆ। ਅੱਪਡੇਟ ਲਈ ਮਾਡਲ ਸ਼ੌਰਟਨੇਮ ਦੀ ਲੋੜ ਹੈ, ਜਾਰੀ ਨਹੀਂ ਰੱਖ ਸਕਦੇ।",
+ "Model Name": "ਮਾਡਲ ਨਾਮ",
+ "Model not selected": "ਮਾਡਲ ਚੁਣਿਆ ਨਹੀਂ ਗਿਆ",
+ "Model Tag Name": "ਮਾਡਲ ਟੈਗ ਨਾਮ",
+ "Model Whitelisting": "ਮਾਡਲ ਵ੍ਹਾਈਟਲਿਸਟਿੰਗ",
+ "Model(s) Whitelisted": "ਮਾਡਲ(ਜ਼) ਵ੍ਹਾਈਟਲਿਸਟ ਕੀਤਾ ਗਿਆ",
+ "Modelfile": "ਮਾਡਲਫਾਈਲ",
+ "Modelfile Advanced Settings": "ਮਾਡਲਫਾਈਲ ਉੱਚ ਸਤਰ ਦੀਆਂ ਸੈਟਿੰਗਾਂ",
+ "Modelfile Content": "ਮਾਡਲਫਾਈਲ ਸਮੱਗਰੀ",
+ "Modelfiles": "ਮਾਡਲਫਾਈਲਾਂ",
+ "Models": "ਮਾਡਲ",
+ "More": "ਹੋਰ",
+ "Name": "ਨਾਮ",
+ "Name Tag": "ਨਾਮ ਟੈਗ",
+ "Name your modelfile": "ਆਪਣੀ ਮਾਡਲਫਾਈਲ ਦਾ ਨਾਮ ਰੱਖੋ",
+ "New Chat": "ਨਵੀਂ ਗੱਲਬਾਤ",
+ "New Password": "ਨਵਾਂ ਪਾਸਵਰਡ",
+ "No results found": "ਕੋਈ ਨਤੀਜੇ ਨਹੀਂ ਮਿਲੇ",
+ "No source available": "ਕੋਈ ਸਰੋਤ ਉਪਲਬਧ ਨਹੀਂ",
+ "Not factually correct": "ਤੱਥਕ ਰੂਪ ਵਿੱਚ ਸਹੀ ਨਹੀਂ",
+ "Not sure what to add?": "ਕੀ ਸ਼ਾਮਲ ਕਰਨਾ ਹੈ ਇਹ ਯਕੀਨੀ ਨਹੀਂ?",
+ "Not sure what to write? Switch to": "ਕੀ ਲਿਖਣਾ ਹੈ ਇਹ ਯਕੀਨੀ ਨਹੀਂ? ਬਦਲੋ",
+ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ਨੋਟ: ਜੇ ਤੁਸੀਂ ਘੱਟੋ-ਘੱਟ ਸਕੋਰ ਸੈੱਟ ਕਰਦੇ ਹੋ, ਤਾਂ ਖੋਜ ਸਿਰਫ਼ ਉਹੀ ਡਾਕੂਮੈਂਟ ਵਾਪਸ ਕਰੇਗੀ ਜਿਨ੍ਹਾਂ ਦਾ ਸਕੋਰ ਘੱਟੋ-ਘੱਟ ਸਕੋਰ ਦੇ ਬਰਾਬਰ ਜਾਂ ਵੱਧ ਹੋਵੇ।",
+ "Notifications": "ਸੂਚਨਾਵਾਂ",
+ "November": "ਨਵੰਬਰ",
+ "October": "ਅਕਤੂਬਰ",
+ "Off": "ਬੰਦ",
+ "Okay, Let's Go!": "ਠੀਕ ਹੈ, ਚੱਲੋ ਚੱਲੀਏ!",
+ "OLED Dark": "OLED ਗੂੜ੍ਹਾ",
+ "Ollama": "ਓਲਾਮਾ",
+ "Ollama Base URL": "ਓਲਾਮਾ ਬੇਸ URL",
+ "Ollama Version": "ਓਲਾਮਾ ਵਰਜਨ",
+ "On": "ਚਾਲੂ",
+ "Only": "ਸਿਰਫ਼",
+ "Only alphanumeric characters and hyphens are allowed in the command string.": "ਕਮਾਂਡ ਸਤਰ ਵਿੱਚ ਸਿਰਫ਼ ਅਲਫ਼ਾਨਯੂਮੈਰਿਕ ਅੱਖਰ ਅਤੇ ਹਾਈਫਨ ਦੀ ਆਗਿਆ ਹੈ।",
+ "Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "ਓਹੋ! ਥੋੜਾ ਸਬਰ ਕਰੋ! ਤੁਹਾਡੀਆਂ ਫਾਈਲਾਂ ਅਜੇ ਵੀ ਪ੍ਰਕਿਰਿਆ ਵਿੱਚ ਹਨ। ਅਸੀਂ ਉਨ੍ਹਾਂ ਨੂੰ ਪੂਰੀ ਤਰ੍ਹਾਂ ਤਿਆਰ ਕਰ ਰਹੇ ਹਾਂ। ਕਿਰਪਾ ਕਰਕੇ ਧੀਰਜ ਰੱਖੋ ਅਤੇ ਅਸੀਂ ਤੁਹਾਨੂੰ ਦੱਸਾਂਗੇ ਜਦੋਂ ਉਹ ਤਿਆਰ ਹੋ ਜਾਣਗੇ।",
+ "Oops! Looks like the URL is invalid. Please double-check and try again.": "ਓਹੋ! ਲੱਗਦਾ ਹੈ ਕਿ URL ਗਲਤ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ ਦੁਬਾਰਾ ਜਾਂਚ ਕਰੋ ਅਤੇ ਮੁੜ ਕੋਸ਼ਿਸ਼ ਕਰੋ।",
+ "Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "ਓਹੋ! ਤੁਸੀਂ ਇੱਕ ਅਣਸਮਰਥਿਤ ਢੰਗ ਵਰਤ ਰਹੇ ਹੋ (ਸਿਰਫ਼ ਫਰੰਟਐਂਡ)। ਕਿਰਪਾ ਕਰਕੇ ਵੈਬਯੂਆਈ ਨੂੰ ਬੈਕਐਂਡ ਤੋਂ ਸਰਵ ਕਰੋ।",
+ "Open": "ਖੋਲ੍ਹੋ",
+ "Open AI": "ਓਪਨ ਏਆਈ",
+ "Open AI (Dall-E)": "ਓਪਨ ਏਆਈ (ਡਾਲ-ਈ)",
+ "Open new chat": "ਨਵੀਂ ਗੱਲਬਾਤ ਖੋਲ੍ਹੋ",
+ "OpenAI": "ਓਪਨਏਆਈ",
+ "OpenAI API": "ਓਪਨਏਆਈ API",
+ "OpenAI API Config": "ਓਪਨਏਆਈ API ਕਨਫਿਗ",
+ "OpenAI API Key is required.": "ਓਪਨਏਆਈ API ਕੁੰਜੀ ਦੀ ਲੋੜ ਹੈ।",
+ "OpenAI URL/Key required.": "ਓਪਨਏਆਈ URL/ਕੁੰਜੀ ਦੀ ਲੋੜ ਹੈ।",
+ "or": "ਜਾਂ",
+ "Other": "ਹੋਰ",
+ "Overview": "ਸੰਖੇਪ",
+ "Parameters": "ਪੈਰਾਮੀਟਰ",
+ "Password": "ਪਾਸਵਰਡ",
+ "PDF document (.pdf)": "PDF ਡਾਕੂਮੈਂਟ (.pdf)",
+ "PDF Extract Images (OCR)": "PDF ਚਿੱਤਰ ਕੱਢੋ (OCR)",
+ "pending": "ਬਕਾਇਆ",
+ "Permission denied when accessing microphone: {{error}}": "ਮਾਈਕ੍ਰੋਫ਼ੋਨ ਤੱਕ ਪਹੁੰਚਣ ਸਮੇਂ ਆਗਿਆ ਰੱਦ ਕੀਤੀ ਗਈ: {{error}}",
+ "Personalization": "",
+ "Plain text (.txt)": "ਸਧਾਰਨ ਪਾਠ (.txt)",
+ "Playground": "ਖੇਡ ਦਾ ਮੈਦਾਨ",
+ "Positive attitude": "ਸਕਾਰਾਤਮਕ ਰਵੱਈਆ",
+ "Previous 30 days": "ਪਿਛਲੇ 30 ਦਿਨ",
+ "Previous 7 days": "ਪਿਛਲੇ 7 ਦਿਨ",
+ "Profile Image": "ਪ੍ਰੋਫਾਈਲ ਚਿੱਤਰ",
+ "Prompt": "ਪ੍ਰੰਪਟ",
+ "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "ਪ੍ਰੰਪਟ (ਉਦਾਹਰਣ ਲਈ ਮੈਨੂੰ ਰੋਮਨ ਸਾਮਰਾਜ ਬਾਰੇ ਇੱਕ ਮਜ਼ੇਦਾਰ ਤੱਥ ਦੱਸੋ)",
+ "Prompt Content": "ਪ੍ਰੰਪਟ ਸਮੱਗਰੀ",
+ "Prompt suggestions": "ਪ੍ਰੰਪਟ ਸੁਝਾਅ",
+ "Prompts": "ਪ੍ਰੰਪਟ",
+ "Pull \"{{searchValue}}\" from Ollama.com": "ਓਲਾਮਾ.ਕਾਮ ਤੋਂ \"{{searchValue}}\" ਖਿੱਚੋ",
+ "Pull a model from Ollama.com": "ਓਲਾਮਾ.ਕਾਮ ਤੋਂ ਇੱਕ ਮਾਡਲ ਖਿੱਚੋ",
+ "Pull Progress": "ਪ੍ਰਗਤੀ ਖਿੱਚੋ",
+ "Query Params": "ਪ੍ਰਸ਼ਨ ਪੈਰਾਮੀਟਰ",
+ "RAG Template": "RAG ਟੈਮਪਲੇਟ",
+ "Raw Format": "ਕੱਚਾ ਫਾਰਮੈਟ",
+ "Read Aloud": "ਜੋਰ ਨਾਲ ਪੜ੍ਹੋ",
+ "Record voice": "ਆਵਾਜ਼ ਰਿਕਾਰਡ ਕਰੋ",
+ "Redirecting you to OpenWebUI Community": "ਤੁਹਾਨੂੰ ਓਪਨਵੈਬਯੂਆਈ ਕਮਿਊਨਿਟੀ ਵੱਲ ਰੀਡਾਇਰੈਕਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ",
+ "Refused when it shouldn't have": "ਜਦੋਂ ਇਹ ਨਹੀਂ ਹੋਣਾ ਚਾਹੀਦਾ ਸੀ ਤਾਂ ਇਨਕਾਰ ਕੀਤਾ",
+ "Regenerate": "ਮੁੜ ਬਣਾਓ",
+ "Release Notes": "ਰਿਲੀਜ਼ ਨੋਟਸ",
+ "Remove": "ਹਟਾਓ",
+ "Remove Model": "ਮਾਡਲ ਹਟਾਓ",
+ "Rename": "ਨਾਮ ਬਦਲੋ",
+ "Repeat Last N": "ਆਖਰੀ N ਨੂੰ ਦੁਹਰਾਓ",
+ "Repeat Penalty": "ਪੈਨਲਟੀ ਦੁਹਰਾਓ",
+ "Request Mode": "ਬੇਨਤੀ ਮੋਡ",
+ "Reranking Model": "ਮਾਡਲ ਮੁੜ ਰੈਂਕਿੰਗ",
+ "Reranking model disabled": "ਮਾਡਲ ਮੁੜ ਰੈਂਕਿੰਗ ਅਯੋਗ ਕੀਤਾ ਗਿਆ",
+ "Reranking model set to \"{{reranking_model}}\"": "ਮਾਡਲ ਮੁੜ ਰੈਂਕਿੰਗ ਨੂੰ \"{{reranking_model}}\" 'ਤੇ ਸੈੱਟ ਕੀਤਾ ਗਿਆ",
+ "Reset Vector Storage": "ਵੈਕਟਰ ਸਟੋਰੇਜ ਨੂੰ ਰੀਸੈਟ ਕਰੋ",
+ "Response AutoCopy to Clipboard": "ਜਵਾਬ ਆਟੋ ਕਾਪੀ ਕਲਿੱਪਬੋਰਡ 'ਤੇ",
+ "Role": "ਭੂਮਿਕਾ",
+ "Rosé Pine": "ਰੋਜ਼ ਪਾਈਨ",
+ "Rosé Pine Dawn": "ਰੋਜ਼ ਪਾਈਨ ਡਾਨ",
+ "RTL": "",
+ "Save": "ਸੰਭਾਲੋ",
+ "Save & Create": "ਸੰਭਾਲੋ ਅਤੇ ਬਣਾਓ",
+ "Save & Update": "ਸੰਭਾਲੋ ਅਤੇ ਅੱਪਡੇਟ ਕਰੋ",
+ "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "ਤੁਹਾਡੇ ਬ੍ਰਾਊਜ਼ਰ ਦੇ ਸਟੋਰੇਜ ਵਿੱਚ ਸਿੱਧੇ ਗੱਲਬਾਤ ਲੌਗ ਸੰਭਾਲਣਾ ਹੁਣ ਸਮਰਥਿਤ ਨਹੀਂ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ ਹੇਠਾਂ ਦਿੱਤੇ ਬਟਨ 'ਤੇ ਕਲਿੱਕ ਕਰਕੇ ਆਪਣੇ ਗੱਲਬਾਤ ਲੌਗ ਡਾਊਨਲੋਡ ਅਤੇ ਮਿਟਾਉਣ ਲਈ ਕੁਝ ਸਮਾਂ ਲਓ। ਚਿੰਤਾ ਨਾ ਕਰੋ, ਤੁਸੀਂ ਆਪਣੇ ਗੱਲਬਾਤ ਲੌਗ ਨੂੰ ਬੈਕਐਂਡ ਵਿੱਚ ਆਸਾਨੀ ਨਾਲ ਮੁੜ ਆਯਾਤ ਕਰ ਸਕਦੇ ਹੋ",
+ "Scan": "ਸਕੈਨ ਕਰੋ",
+ "Scan complete!": "ਸਕੈਨ ਪੂਰਾ!",
+ "Scan for documents from {{path}}": "{{path}} ਤੋਂ ਡਾਕੂਮੈਂਟਾਂ ਲਈ ਸਕੈਨ ਕਰੋ",
+ "Search": "ਖੋਜ",
+ "Search a model": "ਇੱਕ ਮਾਡਲ ਖੋਜੋ",
+ "Search Documents": "ਡਾਕੂਮੈਂਟ ਖੋਜੋ",
+ "Search Prompts": "ਪ੍ਰੰਪਟ ਖੋਜੋ",
+ "See readme.md for instructions": "ਹਦਾਇਤਾਂ ਲਈ readme.md ਵੇਖੋ",
+ "See what's new": "ਨਵਾਂ ਕੀ ਹੈ ਵੇਖੋ",
+ "Seed": "ਬੀਜ",
+ "Select a mode": "ਇੱਕ ਮੋਡ ਚੁਣੋ",
+ "Select a model": "ਇੱਕ ਮਾਡਲ ਚੁਣੋ",
+ "Select an Ollama instance": "ਇੱਕ ਓਲਾਮਾ ਇੰਸਟੈਂਸ ਚੁਣੋ",
+ "Select model": "ਮਾਡਲ ਚੁਣੋ",
+ "Send": "ਭੇਜੋ",
+ "Send a Message": "ਇੱਕ ਸੁਨੇਹਾ ਭੇਜੋ",
+ "Send message": "ਸੁਨੇਹਾ ਭੇਜੋ",
+ "September": "ਸਤੰਬਰ",
+ "Server connection verified": "ਸਰਵਰ ਕਨੈਕਸ਼ਨ ਦੀ ਪੁਸ਼ਟੀ ਕੀਤੀ ਗਈ",
+ "Set as default": "ਮੂਲ ਵਜੋਂ ਸੈੱਟ ਕਰੋ",
+ "Set Default Model": "ਮੂਲ ਮਾਡਲ ਸੈੱਟ ਕਰੋ",
+ "Set embedding model (e.g. {{model}})": "ਐਮਬੈੱਡਿੰਗ ਮਾਡਲ ਸੈੱਟ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ {{model}})",
+ "Set Image Size": "ਚਿੱਤਰ ਆਕਾਰ ਸੈੱਟ ਕਰੋ",
+ "Set Model": "ਮਾਡਲ ਸੈੱਟ ਕਰੋ",
+ "Set reranking model (e.g. {{model}})": "ਮੁੜ ਰੈਂਕਿੰਗ ਮਾਡਲ ਸੈੱਟ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ {{model}})",
+ "Set Steps": "ਕਦਮ ਸੈੱਟ ਕਰੋ",
+ "Set Title Auto-Generation Model": "ਸਿਰਲੇਖ ਆਟੋ-ਜਨਰੇਸ਼ਨ ਮਾਡਲ ਸੈੱਟ ਕਰੋ",
+ "Set Voice": "ਆਵਾਜ਼ ਸੈੱਟ ਕਰੋ",
+ "Settings": "ਸੈਟਿੰਗਾਂ",
+ "Settings saved successfully!": "ਸੈਟਿੰਗਾਂ ਸਫਲਤਾਪੂਰਵਕ ਸੰਭਾਲੀਆਂ ਗਈਆਂ!",
+ "Share": "ਸਾਂਝਾ ਕਰੋ",
+ "Share Chat": "ਗੱਲਬਾਤ ਸਾਂਝੀ ਕਰੋ",
+ "Share to OpenWebUI Community": "ਓਪਨਵੈਬਯੂਆਈ ਕਮਿਊਨਿਟੀ ਨਾਲ ਸਾਂਝਾ ਕਰੋ",
+ "short-summary": "ਛੋਟੀ-ਸੰਖੇਪ",
+ "Show": "ਦਿਖਾਓ",
+ "Show Additional Params": "ਵਾਧੂ ਪੈਰਾਮੀਟਰ ਦਿਖਾਓ",
+ "Show shortcuts": "ਸ਼ਾਰਟਕਟ ਦਿਖਾਓ",
+ "Showcased creativity": "ਸਿਰਜਣਾਤਮਕਤਾ ਦਿਖਾਈ",
+ "sidebar": "ਸਾਈਡਬਾਰ",
+ "Sign in": "ਸਾਈਨ ਇਨ ਕਰੋ",
+ "Sign Out": "ਸਾਈਨ ਆਊਟ ਕਰੋ",
+ "Sign up": "ਰਜਿਸਟਰ ਕਰੋ",
+ "Signing in": "ਸਾਈਨ ਇਨ ਕਰ ਰਿਹਾ ਹੈ",
+ "Source": "ਸਰੋਤ",
+ "Speech recognition error: {{error}}": "ਬੋਲ ਪਛਾਣ ਗਲਤੀ: {{error}}",
+ "Speech-to-Text Engine": "ਬੋਲ-ਤੋਂ-ਪਾਠ ਇੰਜਣ",
+ "SpeechRecognition API is not supported in this browser.": "ਇਸ ਬ੍ਰਾਊਜ਼ਰ ਵਿੱਚ SpeechRecognition API ਸਮਰਥਿਤ ਨਹੀਂ ਹੈ।",
+ "Stop Sequence": "ਰੋਕੋ ਕ੍ਰਮ",
+ "STT Settings": "STT ਸੈਟਿੰਗਾਂ",
+ "Submit": "ਜਮ੍ਹਾਂ ਕਰੋ",
+ "Subtitle (e.g. about the Roman Empire)": "ਉਪਸਿਰਲੇਖ (ਉਦਾਹਰਣ ਲਈ ਰੋਮਨ ਸਾਮਰਾਜ ਬਾਰੇ)",
+ "Success": "ਸਫਲਤਾ",
+ "Successfully updated.": "ਸਫਲਤਾਪੂਰਵਕ ਅੱਪਡੇਟ ਕੀਤਾ ਗਿਆ।",
+ "Suggested": "ਸੁਝਾਇਆ ਗਿਆ",
+ "Sync All": "ਸਾਰੇ ਸਿੰਕ ਕਰੋ",
+ "System": "ਸਿਸਟਮ",
+ "System Prompt": "ਸਿਸਟਮ ਪ੍ਰੰਪਟ",
+ "Tags": "ਟੈਗ",
+ "Tell us more:": "ਸਾਨੂੰ ਹੋਰ ਦੱਸੋ:",
+ "Temperature": "ਤਾਪਮਾਨ",
+ "Template": "ਟੈਮਪਲੇਟ",
+ "Text Completion": "ਪਾਠ ਪੂਰਨਤਾ",
+ "Text-to-Speech Engine": "ਪਾਠ-ਤੋਂ-ਬੋਲ ਇੰਜਣ",
+ "Tfs Z": "Tfs Z",
+ "Thanks for your feedback!": "ਤੁਹਾਡੇ ਫੀਡਬੈਕ ਲਈ ਧੰਨਵਾਦ!",
+ "The score should be a value between 0.0 (0%) and 1.0 (100%).": "ਸਕੋਰ 0.0 (0%) ਅਤੇ 1.0 (100%) ਦੇ ਵਿਚਕਾਰ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ।",
+ "Theme": "ਥੀਮ",
+ "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "ਇਹ ਯਕੀਨੀ ਬਣਾਉਂਦਾ ਹੈ ਕਿ ਤੁਹਾਡੀਆਂ ਕੀਮਤੀ ਗੱਲਾਂ ਤੁਹਾਡੇ ਬੈਕਐਂਡ ਡਾਟਾਬੇਸ ਵਿੱਚ ਸੁਰੱਖਿਅਤ ਤੌਰ 'ਤੇ ਸੰਭਾਲੀਆਂ ਗਈਆਂ ਹਨ। ਧੰਨਵਾਦ!",
+ "This setting does not sync across browsers or devices.": "ਇਹ ਸੈਟਿੰਗ ਬ੍ਰਾਊਜ਼ਰ ਜਾਂ ਡਿਵਾਈਸਾਂ ਵਿੱਚ ਸਿੰਕ ਨਹੀਂ ਹੁੰਦੀ।",
+ "Thorough explanation": "ਵਿਸਥਾਰ ਨਾਲ ਵਿਆਖਿਆ",
+ "Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "ਸਲਾਹ: ਹਰ ਬਦਲਾਅ ਦੇ ਬਾਅਦ ਗੱਲਬਾਤ ਇਨਪੁਟ ਵਿੱਚ ਟੈਬ ਕੀ ਦਬਾ ਕੇ ਲਗਾਤਾਰ ਕਈ ਵੈਰੀਏਬਲ ਸਲਾਟਾਂ ਨੂੰ ਅੱਪਡੇਟ ਕਰੋ।",
+ "Title": "ਸਿਰਲੇਖ",
+ "Title (e.g. Tell me a fun fact)": "ਸਿਰਲੇਖ (ਉਦਾਹਰਣ ਲਈ ਮੈਨੂੰ ਇੱਕ ਮਜ਼ੇਦਾਰ ਤੱਥ ਦੱਸੋ)",
+ "Title Auto-Generation": "ਸਿਰਲੇਖ ਆਟੋ-ਜਨਰੇਸ਼ਨ",
+ "Title cannot be an empty string.": "ਸਿਰਲੇਖ ਖਾਲੀ ਸਤਰ ਨਹੀਂ ਹੋ ਸਕਦਾ।",
+ "Title Generation Prompt": "ਸਿਰਲੇਖ ਜਨਰੇਸ਼ਨ ਪ੍ਰੰਪਟ",
+ "to": "ਨੂੰ",
+ "To access the available model names for downloading,": "ਡਾਊਨਲੋਡ ਕਰਨ ਲਈ ਉਪਲਬਧ ਮਾਡਲ ਨਾਮਾਂ ਤੱਕ ਪਹੁੰਚਣ ਲਈ,",
+ "To access the GGUF models available for downloading,": "ਡਾਊਨਲੋਡ ਕਰਨ ਲਈ ਉਪਲਬਧ GGUF ਮਾਡਲਾਂ ਤੱਕ ਪਹੁੰਚਣ ਲਈ,",
+ "to chat input.": "ਗੱਲਬਾਤ ਇਨਪੁਟ ਲਈ।",
+ "Today": "ਅੱਜ",
+ "Toggle settings": "ਸੈਟਿੰਗਾਂ ਟੌਗਲ ਕਰੋ",
+ "Toggle sidebar": "ਸਾਈਡਬਾਰ ਟੌਗਲ ਕਰੋ",
+ "Top K": "ਸਿਖਰ K",
+ "Top P": "ਸਿਖਰ P",
+ "Trouble accessing Ollama?": "ਓਲਾਮਾ ਤੱਕ ਪਹੁੰਚਣ ਵਿੱਚ ਮੁਸ਼ਕਲ?",
+ "TTS Settings": "TTS ਸੈਟਿੰਗਾਂ",
+ "Type Hugging Face Resolve (Download) URL": "Hugging Face Resolve (ਡਾਊਨਲੋਡ) URL ਟਾਈਪ ਕਰੋ",
+ "Uh-oh! There was an issue connecting to {{provider}}.": "ਓਹੋ! {{provider}} ਨਾਲ ਕਨੈਕਟ ਕਰਨ ਵਿੱਚ ਸਮੱਸਿਆ ਆਈ।",
+ "Unknown File Type '{{file_type}}', but accepting and treating as plain text": "ਅਣਜਾਣ ਫਾਈਲ ਕਿਸਮ '{{file_type}}', ਪਰ ਸਧਾਰਨ ਪਾਠ ਵਜੋਂ ਸਵੀਕਾਰ ਕਰਦੇ ਹੋਏ",
+ "Update and Copy Link": "ਅੱਪਡੇਟ ਕਰੋ ਅਤੇ ਲਿੰਕ ਕਾਪੀ ਕਰੋ",
+ "Update password": "ਪਾਸਵਰਡ ਅੱਪਡੇਟ ਕਰੋ",
+ "Upload a GGUF model": "ਇੱਕ GGUF ਮਾਡਲ ਅਪਲੋਡ ਕਰੋ",
+ "Upload files": "ਫਾਈਲਾਂ ਅਪਲੋਡ ਕਰੋ",
+ "Upload Progress": "ਅਪਲੋਡ ਪ੍ਰਗਤੀ",
+ "URL Mode": "URL ਮੋਡ",
+ "Use '#' in the prompt input to load and select your documents.": "ਆਪਣੇ ਡਾਕੂਮੈਂਟ ਲੋਡ ਅਤੇ ਚੁਣਨ ਲਈ ਪ੍ਰੰਪਟ ਇਨਪੁਟ ਵਿੱਚ '#' ਵਰਤੋ।",
+ "Use Gravatar": "ਗ੍ਰਾਵਾਟਾਰ ਵਰਤੋ",
+ "Use Initials": "ਸ਼ੁਰੂਆਤੀ ਅੱਖਰ ਵਰਤੋ",
+ "user": "ਉਪਭੋਗਤਾ",
+ "User Permissions": "ਉਪਭੋਗਤਾ ਅਧਿਕਾਰ",
+ "Users": "ਉਪਭੋਗਤਾ",
+ "Utilize": "ਵਰਤੋਂ",
+ "Valid time units:": "ਵੈਧ ਸਮਾਂ ਇਕਾਈਆਂ:",
+ "variable": "ਵੈਰੀਏਬਲ",
+ "variable to have them replaced with clipboard content.": "ਕਲਿੱਪਬੋਰਡ ਸਮੱਗਰੀ ਨਾਲ ਬਦਲਣ ਲਈ ਵੈਰੀਏਬਲ।",
+ "Version": "ਵਰਜਨ",
+ "Warning: If you update or change your embedding model, you will need to re-import all documents.": "ਚੇਤਾਵਨੀ: ਜੇ ਤੁਸੀਂ ਆਪਣਾ ਐਮਬੈੱਡਿੰਗ ਮਾਡਲ ਅੱਪਡੇਟ ਜਾਂ ਬਦਲਦੇ ਹੋ, ਤਾਂ ਤੁਹਾਨੂੰ ਸਾਰੇ ਡਾਕੂਮੈਂਟ ਮੁੜ ਆਯਾਤ ਕਰਨ ਦੀ ਲੋੜ ਹੋਵੇਗੀ।",
+ "Web": "ਵੈਬ",
+ "Web Loader Settings": "ਵੈਬ ਲੋਡਰ ਸੈਟਿੰਗਾਂ",
+ "Web Params": "ਵੈਬ ਪੈਰਾਮੀਟਰ",
+ "Webhook URL": "ਵੈਬਹੁੱਕ URL",
+ "WebUI Add-ons": "ਵੈਬਯੂਆਈ ਐਡ-ਆਨ",
+ "WebUI Settings": "ਵੈਬਯੂਆਈ ਸੈਟਿੰਗਾਂ",
+ "WebUI will make requests to": "ਵੈਬਯੂਆਈ ਬੇਨਤੀਆਂ ਕਰੇਗਾ",
+ "What’s New in": "ਨਵਾਂ ਕੀ ਹੈ",
+ "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "ਜਦੋਂ ਇਤਿਹਾਸ ਬੰਦ ਹੁੰਦਾ ਹੈ, ਤਾਂ ਇਸ ਬ੍ਰਾਊਜ਼ਰ 'ਤੇ ਨਵੀਆਂ ਗੱਲਾਂ ਤੁਹਾਡੇ ਕਿਸੇ ਵੀ ਜੰਤਰ 'ਤੇ ਤੁਹਾਡੇ ਇਤਿਹਾਸ ਵਿੱਚ ਨਹੀਂ ਆਉਣਗੀਆਂ।",
+ "Whisper (Local)": "ਵਿਸਪਰ (ਸਥਾਨਕ)",
+ "Workspace": "ਕਾਰਜਸਥਲ",
+ "Write a prompt suggestion (e.g. Who are you?)": "ਇੱਕ ਪ੍ਰੰਪਟ ਸੁਝਾਅ ਲਿਖੋ (ਉਦਾਹਰਣ ਲਈ ਤੁਸੀਂ ਕੌਣ ਹੋ?)",
+ "Write a summary in 50 words that summarizes [topic or keyword].": "50 ਸ਼ਬਦਾਂ ਵਿੱਚ ਇੱਕ ਸੰਖੇਪ ਲਿਖੋ ਜੋ [ਵਿਸ਼ਾ ਜਾਂ ਕੁੰਜੀ ਸ਼ਬਦ] ਨੂੰ ਸੰਖੇਪ ਕਰਦਾ ਹੈ।",
+ "Yesterday": "ਕੱਲ੍ਹ",
+ "You": "ਤੁਸੀਂ",
+ "You have no archived conversations.": "ਤੁਹਾਡੇ ਕੋਲ ਕੋਈ ਆਰਕਾਈਵ ਕੀਤੀਆਂ ਗੱਲਾਂ ਨਹੀਂ ਹਨ।",
+ "You have shared this chat": "ਤੁਸੀਂ ਇਹ ਗੱਲਬਾਤ ਸਾਂਝੀ ਕੀਤੀ ਹੈ",
+ "You're a helpful assistant.": "ਤੁਸੀਂ ਇੱਕ ਮਦਦਗਾਰ ਸਹਾਇਕ ਹੋ।",
+ "You're now logged in.": "ਤੁਸੀਂ ਹੁਣ ਲੌਗ ਇਨ ਹੋ ਗਏ ਹੋ।",
+ "Youtube": "ਯੂਟਿਊਬ",
+ "Youtube Loader Settings": "ਯੂਟਿਊਬ ਲੋਡਰ ਸੈਟਿੰਗਾਂ"
+}
diff --git a/src/lib/i18n/locales/pl-PL/translation.json b/src/lib/i18n/locales/pl-PL/translation.json
index cefa2f03c6..5bd79036b2 100644
--- a/src/lib/i18n/locales/pl-PL/translation.json
+++ b/src/lib/i18n/locales/pl-PL/translation.json
@@ -4,31 +4,33 @@
"(e.g. `sh webui.sh --api`)": "(np. `sh webui.sh --api`)",
"(latest)": "(najnowszy)",
"{{modelName}} is thinking...": "{{modelName}} myśli...",
- "{{user}}'s Chats": "",
+ "{{user}}'s Chats": "{{user}} - czaty",
"{{webUIName}} Backend Required": "Backend {{webUIName}} wymagane",
"a user": "użytkownik",
"About": "O nas",
"Account": "Konto",
- "Accurate information": "",
+ "Accurate information": "Dokładna informacja",
+ "Add": "",
"Add a model": "Dodaj model",
"Add a model tag name": "Dodaj nazwę tagu modelu",
"Add a short description about what this modelfile does": "Dodaj krótki opis tego, co robi ten plik modelu",
"Add a short title for this prompt": "Dodaj krótki tytuł tego polecenia",
"Add a tag": "Dodaj tag",
- "Add custom prompt": "",
+ "Add custom prompt": "Dodaj własne polecenie",
"Add Docs": "Dodaj dokumenty",
"Add Files": "Dodaj pliki",
+ "Add Memory": "",
"Add message": "Dodaj wiadomość",
- "Add Model": "",
- "Add Tags": "dodaj tagi",
- "Add User": "",
+ "Add Model": "Dodaj model",
+ "Add Tags": "Dodaj tagi",
+ "Add User": "Dodaj użytkownika",
"Adjusting these settings will apply changes universally to all users.": "Dostosowanie tych ustawień spowoduje zastosowanie zmian uniwersalnie do wszystkich użytkowników.",
"admin": "admin",
"Admin Panel": "Panel administracyjny",
"Admin Settings": "Ustawienia administratora",
"Advanced Parameters": "Zaawansowane parametry",
"all": "wszyscy",
- "All Documents": "",
+ "All Documents": "Wszystkie dokumenty",
"All Users": "Wszyscy użytkownicy",
"Allow": "Pozwól",
"Allow Chat Deletion": "Pozwól na usuwanie czatu",
@@ -36,36 +38,38 @@
"Already have an account?": "Masz już konto?",
"an assistant": "asystent",
"and": "i",
- "and create a new shared link.": "",
+ "and create a new shared link.": "i utwórz nowy udostępniony link",
"API Base URL": "Podstawowy adres URL interfejsu API",
"API Key": "Klucz API",
- "API Key created.": "",
- "API keys": "",
+ "API Key created.": "Klucz API utworzony.",
+ "API keys": "Klucze API",
"API RPM": "Pakiet API RPM",
- "April": "",
- "Archive": "",
- "Archived Chats": "",
+ "April": "Kwiecień",
+ "Archive": "Archiwum",
+ "Archived Chats": "Zarchiwizowane czaty",
"are allowed - Activate this command by typing": "są dozwolone - Aktywuj to polecenie, wpisując",
"Are you sure?": "Jesteś pewien?",
- "Attach file": "",
- "Attention to detail": "",
+ "Attach file": "Dołącz plik",
+ "Attention to detail": "Dbałość o szczegóły",
"Audio": "Dźwięk",
- "August": "",
+ "August": "Sierpień",
"Auto-playback response": "Odtwarzanie automatyczne odpowiedzi",
"Auto-send input after 3 sec.": "Wysyłanie automatyczne po 3 sek.",
"AUTOMATIC1111 Base URL": "Podstawowy adres URL AUTOMATIC1111",
"AUTOMATIC1111 Base URL is required.": "Podstawowy adres URL AUTOMATIC1111 jest wymagany.",
"available!": "dostępny!",
"Back": "Wstecz",
- "Bad Response": "",
- "before": "",
- "Being lazy": "",
+ "Bad Response": "Zła odpowiedź",
+ "before": "przed",
+ "Being lazy": "Jest leniwy",
"Builder Mode": "Tryb budowniczego",
- "Bypass SSL verification for Websites": "",
+ "Bypass SSL verification for Websites": "Pomiń weryfikację SSL dla stron webowych",
"Cancel": "Anuluj",
"Categories": "Kategorie",
"Change Password": "Zmień hasło",
"Chat": "Czat",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "Historia czatu",
"Chat History is off for this browser.": "Historia czatu jest wyłączona dla tej przeglądarki.",
"Chats": "Czaty",
@@ -76,68 +80,67 @@
"Chunk Overlap": "Zachodzenie bloku",
"Chunk Params": "Parametry bloku",
"Chunk Size": "Rozmiar bloku",
- "Citation": "",
+ "Citation": "Cytat",
"Click here for help.": "Kliknij tutaj, aby uzyskać pomoc.",
- "Click here to": "",
+ "Click here to": "Kliknij tutaj, żeby",
"Click here to check other modelfiles.": "Kliknij tutaj, aby sprawdzić inne pliki modelowe.",
"Click here to select": "Kliknij tutaj, aby wybrać",
- "Click here to select a csv file.": "",
+ "Click here to select a csv file.": "Kliknij tutaj, żeby wybrać plik CSV",
"Click here to select documents.": "Kliknij tutaj, aby wybrać dokumenty.",
"click here.": "kliknij tutaj.",
"Click on the user role button to change a user's role.": "Kliknij przycisk roli użytkownika, aby zmienić rolę użytkownika.",
"Close": "Zamknij",
"Collection": "Kolekcja",
- "ComfyUI": "",
- "ComfyUI Base URL": "",
- "ComfyUI Base URL is required.": "",
+ "ComfyUI": "ComfyUI",
+ "ComfyUI Base URL": "Bazowy URL ComfyUI",
+ "ComfyUI Base URL is required.": "Bazowy URL ComfyUI jest wymagany.",
"Command": "Polecenie",
"Confirm Password": "Potwierdź hasło",
"Connections": "Połączenia",
"Content": "Zawartość",
"Context Length": "Długość kontekstu",
- "Continue Response": "",
+ "Continue Response": "Kontynuuj odpowiedź",
"Conversation Mode": "Tryb rozmowy",
- "Copied shared chat URL to clipboard!": "",
- "Copy": "",
+ "Copied shared chat URL to clipboard!": "Skopiowano URL czatu do schowka!",
+ "Copy": "Kopiuj",
"Copy last code block": "Skopiuj ostatni blok kodu",
"Copy last response": "Skopiuj ostatnią odpowiedź",
- "Copy Link": "",
+ "Copy Link": "Kopiuj link",
"Copying to clipboard was successful!": "Kopiowanie do schowka zakończone powodzeniem!",
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Utwórz zwięzłą frazę składającą się z 3-5 słów jako nagłówek dla następującego zapytania, ściśle przestrzegając limitu od 3 do 5 słów i unikając użycia słowa 'tytuł':",
"Create a modelfile": "Utwórz plik modelu",
"Create Account": "Utwórz konto",
- "Create new key": "",
- "Create new secret key": "",
+ "Create new key": "Utwórz nowy klucz",
+ "Create new secret key": "Utwórz nowy klucz bezpieczeństwa",
"Created at": "Utworzono o",
- "Created At": "",
+ "Created At": "Utworzono o",
"Current Model": "Bieżący model",
"Current Password": "Bieżące hasło",
"Custom": "Niestandardowy",
"Customize Ollama models for a specific purpose": "Dostosuj modele Ollama do określonego celu",
"Dark": "Ciemny",
- "Dashboard": "",
+ "Dashboard": "Dashboard",
"Database": "Baza danych",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
- "December": "",
+ "December": "Grudzień",
"Default": "Domyślny",
"Default (Automatic1111)": "Domyślny (Automatic1111)",
- "Default (SentenceTransformers)": "",
- "Default (Web API)": "Domyślny (Interfejs API)",
+ "Default (SentenceTransformers)": "Domyślny (SentenceTransformers)",
+ "Default (Web API)": "Domyślny (Web API)",
"Default model updated": "Domyślny model zaktualizowany",
"Default Prompt Suggestions": "Domyślne sugestie promptów",
"Default User Role": "Domyślna rola użytkownika",
- "delete": "Usuń",
- "Delete": "",
+ "delete": "usuń",
+ "Delete": "Usuń",
"Delete a model": "Usuń model",
"Delete chat": "Usuń czat",
- "Delete Chat": "",
+ "Delete Chat": "Usuń czat",
"Delete Chats": "Usuń czaty",
- "delete this link": "",
- "Delete User": "",
+ "delete this link": "usuń ten link",
+ "Delete User": "Usuń użytkownika",
"Deleted {{deleteModelTag}}": "Usunięto {{deleteModelTag}}",
- "Deleted {{tagName}}": "",
+ "Deleted {{tagName}}": "Usunięto {{tagName}}",
"Description": "Opis",
- "Didn't fully follow instructions": "",
+ "Didn't fully follow instructions": "Nie postępował zgodnie z instrukcjami",
"Disabled": "Wyłączone",
"Discover a modelfile": "Odkryj plik modelu",
"Discover a prompt": "Odkryj prompt",
@@ -150,28 +153,29 @@
"does not make any external connections, and your data stays securely on your locally hosted server.": "nie nawiązuje żadnych zewnętrznych połączeń, a Twoje dane pozostają bezpiecznie na Twoim lokalnie hostowanym serwerze.",
"Don't Allow": "Nie zezwalaj",
"Don't have an account?": "Nie masz konta?",
- "Don't like the style": "",
- "Download": "",
- "Download canceled": "",
+ "Don't like the style": "Nie podobał mi się styl",
+ "Download": "Pobieranie",
+ "Download canceled": "Pobieranie przerwane",
"Download Database": "Pobierz bazę danych",
"Drop any files here to add to the conversation": "Upuść pliki tutaj, aby dodać do rozmowy",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "np. '30s', '10m'. Poprawne jednostki czasu to 's', 'm', 'h'.",
- "Edit": "",
+ "Edit": "Edytuj",
"Edit Doc": "Edytuj dokument",
"Edit User": "Edytuj użytkownika",
"Email": "Email",
- "Embedding Model": "",
- "Embedding Model Engine": "",
- "Embedding model set to \"{{embedding_model}}\"": "",
+ "Embedding Model": "Model osadzania",
+ "Embedding Model Engine": "Silnik modelu osadzania",
+ "Embedding model set to \"{{embedding_model}}\"": "Model osadzania ustawiono na \"{{embedding_model}}\"",
"Enable Chat History": "Włącz historię czatu",
"Enable New Sign Ups": "Włącz nowe rejestracje",
"Enabled": "Włączone",
- "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
+ "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Upewnij się, że twój plik CSV zawiera 4 kolumny w następującym porządku: Nazwa, Email, Hasło, Rola.",
"Enter {{role}} message here": "Wprowadź wiadomość {{role}} tutaj",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "Wprowadź zakchodzenie bloku",
"Enter Chunk Size": "Wprowadź rozmiar bloku",
"Enter Image Size (e.g. 512x512)": "Wprowadź rozmiar obrazu (np. 512x512)",
- "Enter language codes": "",
+ "Enter language codes": "Wprowadź kody języków",
"Enter LiteLLM API Base URL (litellm_params.api_base)": "Wprowadź bazowy adres URL LiteLLM API (litellm_params.api_base)",
"Enter LiteLLM API Key (litellm_params.api_key)": "Wprowadź klucz API LiteLLM (litellm_params.api_key)",
"Enter LiteLLM API RPM (litellm_params.rpm)": "Wprowadź API LiteLLM RPM(litellm_params.rpm)",
@@ -179,87 +183,91 @@
"Enter Max Tokens (litellm_params.max_tokens)": "Wprowadź maksymalną liczbę tokenów (litellm_params.max_tokens)",
"Enter model tag (e.g. {{modelTag}})": "Wprowadź tag modelu (np. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Wprowadź liczbę kroków (np. 50)",
- "Enter Score": "",
+ "Enter Score": "Wprowadź wynik",
"Enter stop sequence": "Wprowadź sekwencję zatrzymania",
"Enter Top K": "Wprowadź Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Wprowadź adres URL (np. http://127.0.0.1:7860/)",
- "Enter URL (e.g. http://localhost:11434)": "",
+ "Enter URL (e.g. http://localhost:11434)": "Wprowadź adres URL (np. http://localhost:11434/)",
"Enter Your Email": "Wprowadź swój adres email",
"Enter Your Full Name": "Wprowadź swoje imię i nazwisko",
"Enter Your Password": "Wprowadź swoje hasło",
- "Enter Your Role": "",
+ "Enter Your Role": "Wprowadź swoją rolę",
"Experimental": "Eksperymentalne",
"Export All Chats (All Users)": "Eksportuj wszystkie czaty (wszyscy użytkownicy)",
"Export Chats": "Eksportuj czaty",
"Export Documents Mapping": "Eksportuj mapowanie dokumentów",
"Export Modelfiles": "Eksportuj pliki modeli",
"Export Prompts": "Eksportuj prompty",
- "Failed to create API Key.": "",
+ "Failed to create API Key.": "Nie udało się utworzyć klucza API.",
"Failed to read clipboard contents": "Nie udało się odczytać zawartości schowka",
- "February": "",
- "Feel free to add specific details": "",
+ "February": "Luty",
+ "Feel free to add specific details": "Podaj inne szczegóły",
"File Mode": "Tryb pliku",
"File not found.": "Plik nie został znaleziony.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Wykryto podszywanie się pod odcisk palca: Nie można używać inicjałów jako awatara. Przechodzenie do domyślnego obrazu profilowego.",
"Fluidly stream large external response chunks": "Płynnie przesyłaj strumieniowo duże fragmenty odpowiedzi zewnętrznych",
"Focus chat input": "Skoncentruj na czacie",
- "Followed instructions perfectly": "",
+ "Followed instructions perfectly": "Postępował z idealnie według instrukcji",
"Format your variables using square brackets like this:": "Formatuj swoje zmienne, używając nawiasów kwadratowych, np.",
"From (Base Model)": "Z (Model Podstawowy)",
"Full Screen Mode": "Tryb pełnoekranowy",
"General": "Ogólne",
"General Settings": "Ogólne ustawienia",
- "Generation Info": "",
- "Good Response": "",
- "has no conversations.": "",
+ "Generation Info": "Informacja o generacji",
+ "Good Response": "Dobra odpowiedź",
+ "h:mm a": "",
+ "has no conversations.": "nie ma rozmów.",
"Hello, {{name}}": "Witaj, {{name}}",
- "Help": "",
+ "Help": "Pomoc",
"Hide": "Ukryj",
"Hide Additional Params": "Ukryj dodatkowe parametry",
"How can I help you today?": "Jak mogę Ci dzisiaj pomóc?",
- "Hybrid Search": "",
+ "Hybrid Search": "Szukanie hybrydowe",
"Image Generation (Experimental)": "Generowanie obrazu (eksperymentalne)",
"Image Generation Engine": "Silnik generowania obrazu",
"Image Settings": "Ustawienia obrazu",
"Images": "Obrazy",
- "Import Chats": "Importuj rozmowy",
+ "Import Chats": "Importuj czaty",
"Import Documents Mapping": "Importuj mapowanie dokumentów",
"Import Modelfiles": "Importuj pliki modeli",
"Import Prompts": "Importuj prompty",
"Include `--api` flag when running stable-diffusion-webui": "Dołącz flagę `--api` podczas uruchamiania stable-diffusion-webui",
- "Input commands": "",
+ "Input commands": "Wprowadź komendy",
"Interface": "Interfejs",
- "Invalid Tag": "",
- "January": "",
+ "Invalid Tag": "Nieprawidłowy tag",
+ "January": "Styczeń",
"join our Discord for help.": "Dołącz do naszego Discorda po pomoc.",
"JSON": "JSON",
- "July": "",
- "June": "",
+ "July": "Lipiec",
+ "June": "Czerwiec",
"JWT Expiration": "Wygaśnięcie JWT",
"JWT Token": "Token JWT",
"Keep Alive": "Zachowaj łączność",
"Keyboard shortcuts": "Skróty klawiszowe",
"Language": "Język",
- "Last Active": "",
+ "Last Active": "Ostatnio aktywny",
"Light": "Jasny",
"Listening...": "Nasłuchiwanie...",
"LLMs can make mistakes. Verify important information.": "LLMy mogą popełniać błędy. Zweryfikuj ważne informacje.",
+ "LTR": "",
"Made by OpenWebUI Community": "Stworzone przez społeczność OpenWebUI",
"Make sure to enclose them with": "Upewnij się, że są one zamknięte w",
"Manage LiteLLM Models": "Zarządzaj modelami LiteLLM",
"Manage Models": "Zarządzaj modelami",
"Manage Ollama Models": "Zarządzaj modelami Ollama",
- "March": "",
+ "March": "Marzec",
"Max Tokens": "Maksymalna liczba tokenów",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Maksymalnie 3 modele można pobierać jednocześnie. Spróbuj ponownie później.",
- "May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
- "Minimum Score": "",
+ "May": "Maj",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
+ "Minimum Score": "Minimalny wynik",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"MMMM DD, YYYY": "MMMM DD, YYYY",
- "MMMM DD, YYYY HH:mm": "",
+ "MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
"Model '{{modelName}}' has been successfully downloaded.": "Model '{{modelName}}' został pomyślnie pobrany.",
"Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' jest już w kolejce do pobrania.",
"Model {{modelId}} not found": "Model {{modelId}} nie został znaleziony",
@@ -275,28 +283,25 @@
"Modelfile Content": "Zawartość pliku modelu",
"Modelfiles": "Pliki modeli",
"Models": "Modele",
- "More": "",
- "My Documents": "Moje dokumenty",
- "My Modelfiles": "Moje pliki modeli",
- "My Prompts": "Moje prompty",
+ "More": "Więcej",
"Name": "Nazwa",
"Name Tag": "Etykieta nazwy",
"Name your modelfile": "Nadaj nazwę swojemu plikowi modelu",
"New Chat": "Nowy czat",
"New Password": "Nowe hasło",
- "No results found": "",
- "No source available": "",
- "Not factually correct": "",
+ "No results found": "Nie znaleziono rezultatów",
+ "No source available": "Źródło nie dostępne",
+ "Not factually correct": "Nie zgodne z faktami",
"Not sure what to add?": "Nie wiesz, co dodać?",
"Not sure what to write? Switch to": "Nie wiesz, co napisać? Przełącz się na",
- "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
+ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Uwaga: Jeśli ustawisz minimalny wynik, szukanie zwróci jedynie dokumenty z wynikiem większym lub równym minimalnemu.",
"Notifications": "Powiadomienia",
- "November": "",
- "October": "",
+ "November": "Listopad",
+ "October": "Październik",
"Off": "Wyłączony",
"Okay, Let's Go!": "Okej, zaczynamy!",
- "OLED Dark": "",
- "Ollama": "",
+ "OLED Dark": "Ciemny OLED",
+ "Ollama": "Ollama",
"Ollama Base URL": "Adres bazowy URL Ollama",
"Ollama Version": "Wersja Ollama",
"On": "Włączony",
@@ -304,72 +309,73 @@
"Only alphanumeric characters and hyphens are allowed in the command string.": "W poleceniu dozwolone są tylko znaki alfanumeryczne i myślniki.",
"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Ups! Trzymaj się! Twoje pliki są wciąż w procesie obróbki. Gotujemy je do perfekcji. Prosimy o cierpliwość, poinformujemy Cię, gdy będą gotowe.",
"Oops! Looks like the URL is invalid. Please double-check and try again.": "Ups! Wygląda na to, że URL jest nieprawidłowy. Sprawdź jeszcze raz i spróbuj ponownie.",
- "Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ups! Używasz nieobsługiwaniej metody (tylko interfejs front-end). Proszę obsłużyć interfejs WebUI z poziomu backendu.",
+ "Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ups! Używasz nieobsługiwanej metody (tylko interfejs front-end). Proszę obsłużyć interfejs WebUI z poziomu backendu.",
"Open": "Otwórz",
"Open AI": "Open AI",
"Open AI (Dall-E)": "Open AI (Dall-E)",
"Open new chat": "Otwórz nowy czat",
- "OpenAI": "",
+ "OpenAI": "OpenAI",
"OpenAI API": "OpenAI API",
- "OpenAI API Config": "",
+ "OpenAI API Config": "Konfiguracja OpenAI API",
"OpenAI API Key is required.": "Klucz API OpenAI jest wymagany.",
- "OpenAI URL/Key required.": "",
+ "OpenAI URL/Key required.": "URL/Klucz OpenAI jest wymagany.",
"or": "lub",
- "Other": "",
- "Overview": "",
+ "Other": "Inne",
+ "Overview": "Przegląd",
"Parameters": "Parametry",
"Password": "Hasło",
- "PDF document (.pdf)": "",
+ "PDF document (.pdf)": "Dokument PDF (.pdf)",
"PDF Extract Images (OCR)": "PDF Wyodrębnij obrazy (OCR)",
"pending": "oczekujące",
"Permission denied when accessing microphone: {{error}}": "Odmowa dostępu do mikrofonu: {{error}}",
- "Plain text (.txt)": "",
+ "Personalization": "",
+ "Plain text (.txt)": "Zwykły tekst (.txt)",
"Playground": "Plac zabaw",
- "Positive attitude": "",
- "Previous 30 days": "",
- "Previous 7 days": "",
- "Profile Image": "",
- "Prompt": "",
- "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "",
+ "Positive attitude": "Pozytywne podejście",
+ "Previous 30 days": "Poprzednie 30 dni",
+ "Previous 7 days": "Poprzednie 7 dni",
+ "Profile Image": "Obrazek profilowy",
+ "Prompt": "Promopt",
+ "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "Prompt (np. powiedz mi zabawny fakt o Imperium Rzymskim",
"Prompt Content": "Zawartość prompta",
"Prompt suggestions": "Sugestie prompta",
"Prompts": "Prompty",
- "Pull \"{{searchValue}}\" from Ollama.com": "",
+ "Pull \"{{searchValue}}\" from Ollama.com": "Pobierz \"{{searchValue}}\" z Ollama.com",
"Pull a model from Ollama.com": "Pobierz model z Ollama.com",
"Pull Progress": "Postęp pobierania",
"Query Params": "Parametry zapytania",
"RAG Template": "Szablon RAG",
"Raw Format": "Format bez obróbki",
- "Read Aloud": "",
+ "Read Aloud": "Czytaj na głos",
"Record voice": "Nagraj głos",
"Redirecting you to OpenWebUI Community": "Przekierowujemy Cię do społeczności OpenWebUI",
- "Refused when it shouldn't have": "",
- "Regenerate": "",
+ "Refused when it shouldn't have": "Odmówił, kiedy nie powinien",
+ "Regenerate": "Generuj ponownie",
"Release Notes": "Notatki wydania",
- "Remove": "",
- "Remove Model": "",
- "Rename": "",
+ "Remove": "Usuń",
+ "Remove Model": "Usuń model",
+ "Rename": "ZMień nazwę",
"Repeat Last N": "Powtórz ostatnie N",
"Repeat Penalty": "Kara za powtórzenie",
"Request Mode": "Tryb żądania",
- "Reranking Model": "",
- "Reranking model disabled": "",
- "Reranking model set to \"{{reranking_model}}\"": "",
+ "Reranking Model": "Zmiana rankingu modelu",
+ "Reranking model disabled": "Zmiana rankingu modelu zablokowana",
+ "Reranking model set to \"{{reranking_model}}\"": "Zmiana rankingu modelu ustawiona na \"{{reranking_model}}\"",
"Reset Vector Storage": "Resetuj przechowywanie wektorów",
"Response AutoCopy to Clipboard": "Automatyczne kopiowanie odpowiedzi do schowka",
"Role": "Rola",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
"Save": "Zapisz",
"Save & Create": "Zapisz i utwórz",
- "Save & Submit": "Zapisz i wyślij",
"Save & Update": "Zapisz i zaktualizuj",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Bezpośrednie zapisywanie dzienników czatu w pamięci przeglądarki nie jest już obsługiwane. Prosimy o pobranie i usunięcie dzienników czatu, klikając poniższy przycisk. Nie martw się, możesz łatwo ponownie zaimportować dzienniki czatu do backendu za pomocą",
"Scan": "Skanuj",
"Scan complete!": "Skanowanie zakończone!",
"Scan for documents from {{path}}": "Skanuj dokumenty z {{path}}",
"Search": "Szukaj",
- "Search a model": "",
+ "Search a model": "Szukaj modelu",
"Search Documents": "Szukaj dokumentów",
"Search Prompts": "Szukaj promptów",
"See readme.md for instructions": "Zajrzyj do readme.md po instrukcje",
@@ -378,73 +384,74 @@
"Select a mode": "Wybierz tryb",
"Select a model": "Wybierz model",
"Select an Ollama instance": "Wybierz instancję Ollama",
- "Select model": "",
+ "Select model": "Wybierz model",
+ "Send": "",
"Send a Message": "Wyślij Wiadomość",
"Send message": "Wyślij wiadomość",
- "September": "",
+ "September": "Wrzesień",
"Server connection verified": "Połączenie z serwerem zweryfikowane",
"Set as default": "Ustaw jako domyślne",
"Set Default Model": "Ustaw domyślny model",
- "Set embedding model (e.g. {{model}})": "",
+ "Set embedding model (e.g. {{model}})": "Ustaw model osadzania (e.g. {{model}})",
"Set Image Size": "Ustaw rozmiar obrazu",
"Set Model": "Ustaw model",
- "Set reranking model (e.g. {{model}})": "",
+ "Set reranking model (e.g. {{model}})": "Ustaw zmianę rankingu modelu (e.g. {{model}})",
"Set Steps": "Ustaw kroki",
"Set Title Auto-Generation Model": "Ustaw model automatycznego generowania tytułów",
"Set Voice": "Ustaw głos",
"Settings": "Ustawienia",
"Settings saved successfully!": "Ustawienia zapisane pomyślnie!",
- "Share": "",
- "Share Chat": "",
+ "Share": "Udostępnij",
+ "Share Chat": "Udostępnij czat",
"Share to OpenWebUI Community": "Dziel się z społecznością OpenWebUI",
"short-summary": "Krótkie podsumowanie",
"Show": "Pokaż",
"Show Additional Params": "Pokaż dodatkowe parametry",
"Show shortcuts": "Pokaż skróty",
- "Showcased creativity": "",
+ "Showcased creativity": "Pokaz kreatywności",
"sidebar": "Panel boczny",
"Sign in": "Zaloguj się",
"Sign Out": "Wyloguj się",
"Sign up": "Zarejestruj się",
- "Signing in": "",
- "Source": "",
+ "Signing in": "Zalogowanie",
+ "Source": "Źródło",
"Speech recognition error: {{error}}": "Błąd rozpoznawania mowy: {{error}}",
"Speech-to-Text Engine": "Silnik mowy na tekst",
"SpeechRecognition API is not supported in this browser.": "API Rozpoznawania Mowy nie jest obsługiwane w tej przeglądarce.",
"Stop Sequence": "Zatrzymaj sekwencję",
"STT Settings": "Ustawienia STT",
"Submit": "Zatwierdź",
- "Subtitle (e.g. about the Roman Empire)": "",
+ "Subtitle (e.g. about the Roman Empire)": "Podtytuł (np. o Imperium Rzymskim)",
"Success": "Sukces",
"Successfully updated.": "Pomyślnie zaktualizowano.",
- "Suggested": "",
+ "Suggested": "Sugerowane",
"Sync All": "Synchronizuj wszystko",
"System": "System",
"System Prompt": "Prompt systemowy",
"Tags": "Tagi",
- "Tell us more:": "",
+ "Tell us more:": "Powiedz nam więcej",
"Temperature": "Temperatura",
"Template": "Szablon",
"Text Completion": "Uzupełnienie tekstu",
"Text-to-Speech Engine": "Silnik tekstu na mowę",
"Tfs Z": "Tfs Z",
- "Thanks for your feedback!": "",
- "The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
+ "Thanks for your feedback!": "Dzięki za informację zwrotną!",
+ "The score should be a value between 0.0 (0%) and 1.0 (100%).": "Wynik powinien być wartością pomiędzy 0.0 (0%) a 1.0 (100%).",
"Theme": "Motyw",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "To zapewnia, że Twoje cenne rozmowy są bezpiecznie zapisywane w bazie danych backendowej. Dziękujemy!",
"This setting does not sync across browsers or devices.": "To ustawienie nie synchronizuje się między przeglądarkami ani urządzeniami.",
- "Thorough explanation": "",
+ "Thorough explanation": "Dokładne wyjaśnienie",
"Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "Porada: Aktualizuj wiele zmiennych kolejno, naciskając klawisz tabulatora w polu wprowadzania czatu po każdej zmianie.",
"Title": "Tytuł",
- "Title (e.g. Tell me a fun fact)": "",
+ "Title (e.g. Tell me a fun fact)": "Tytuł (np. Powiedz mi jakiś zabawny fakt)",
"Title Auto-Generation": "Automatyczne generowanie tytułu",
- "Title cannot be an empty string.": "",
+ "Title cannot be an empty string.": "Tytuł nie może być pusty",
"Title Generation Prompt": "Prompt generowania tytułu",
"to": "do",
"To access the available model names for downloading,": "Aby uzyskać dostęp do dostępnych nazw modeli do pobrania,",
"To access the GGUF models available for downloading,": "Aby uzyskać dostęp do dostępnych modeli GGUF do pobrania,",
"to chat input.": "do pola wprowadzania czatu.",
- "Today": "",
+ "Today": "Dzisiaj",
"Toggle settings": "Przełącz ustawienia",
"Toggle sidebar": "Przełącz panel boczny",
"Top K": "Najlepsze K",
@@ -454,7 +461,7 @@
"Type Hugging Face Resolve (Download) URL": "Wprowadź adres URL do pobrania z Hugging Face",
"Uh-oh! There was an issue connecting to {{provider}}.": "O nie! Wystąpił problem z połączeniem z {{provider}}.",
"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Nieznany typ pliku '{{file_type}}', ale akceptowany i traktowany jako zwykły tekst",
- "Update and Copy Link": "",
+ "Update and Copy Link": "Uaktualnij i skopiuj link",
"Update password": "Aktualizacja hasła",
"Upload a GGUF model": "Prześlij model GGUF",
"Upload files": "Prześlij pliki",
@@ -471,25 +478,26 @@
"variable": "zmienna",
"variable to have them replaced with clipboard content.": "zmienna która zostanie zastąpiona zawartością schowka.",
"Version": "Wersja",
- "Warning: If you update or change your embedding model, you will need to re-import all documents.": "",
+ "Warning: If you update or change your embedding model, you will need to re-import all documents.": "Uwaga: Jeśli uaktualnisz lub zmienisz model osadzania, będziesz musiał ponownie zaimportować wszystkie dokumenty.",
"Web": "Sieć",
- "Web Loader Settings": "",
- "Web Params": "",
- "Webhook URL": "",
+ "Web Loader Settings": "Ustawienia pobierania z sieci",
+ "Web Params": "Parametry sieci",
+ "Webhook URL": "URL webhook",
"WebUI Add-ons": "Dodatki do interfejsu WebUI",
"WebUI Settings": "Ustawienia interfejsu WebUI",
"WebUI will make requests to": "Interfejs sieciowy będzie wysyłał żądania do",
"What’s New in": "Co nowego w",
- "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Kiedy historia jest wyłączona, nowe rozmowy na tej przeglądarce nie będą widoczne w historii na żadnym z twoich urządzeń.",
+ "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Kiedy historia jest wyłączona, nowe czaty na tej przeglądarce nie będą widoczne w historii na żadnym z twoich urządzeń.",
"Whisper (Local)": "Whisper (Lokalnie)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "Napisz sugestię do polecenia (np. Kim jesteś?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Napisz podsumowanie w 50 słowach, które podsumowuje [temat lub słowo kluczowe].",
- "Yesterday": "",
- "You": "Ty",
- "You have no archived conversations.": "",
- "You have shared this chat": "",
+ "Yesterday": "Wczoraj",
+ "You": "",
+ "You have no archived conversations.": "Nie masz zarchiwizowanych rozmów.",
+ "You have shared this chat": "Udostępniłeś ten czat",
"You're a helpful assistant.": "Jesteś pomocnym asystentem.",
"You're now logged in.": "Jesteś teraz zalogowany.",
- "Youtube": "",
- "Youtube Loader Settings": ""
+ "Youtube": "Youtube",
+ "Youtube Loader Settings": "Ustawienia pobierania z Youtube"
}
diff --git a/src/lib/i18n/locales/pt-BR/translation.json b/src/lib/i18n/locales/pt-BR/translation.json
index 4d63439c30..6dc166cbcb 100644
--- a/src/lib/i18n/locales/pt-BR/translation.json
+++ b/src/lib/i18n/locales/pt-BR/translation.json
@@ -10,14 +10,16 @@
"About": "Sobre",
"Account": "Conta",
"Accurate information": "",
+ "Add": "",
"Add a model": "Adicionar um modelo",
"Add a model tag name": "Adicionar um nome de tag de modelo",
"Add a short description about what this modelfile does": "Adicione uma breve descrição sobre o que este arquivo de modelo faz",
"Add a short title for this prompt": "Adicione um título curto para este prompt",
"Add a tag": "Adicionar uma tag",
- "Add custom prompt": "",
+ "Add custom prompt": "Adicionar prompt personalizado",
"Add Docs": "Adicionar Documentos",
"Add Files": "Adicionar Arquivos",
+ "Add Memory": "",
"Add message": "Adicionar mensagem",
"Add Model": "",
"Add Tags": "adicionar tags",
@@ -47,7 +49,7 @@
"Archived Chats": "Bate-papos arquivados",
"are allowed - Activate this command by typing": "são permitidos - Ative este comando digitando",
"Are you sure?": "Tem certeza?",
- "Attach file": "",
+ "Attach file": "Anexar arquivo",
"Attention to detail": "",
"Audio": "Áudio",
"August": "",
@@ -66,6 +68,8 @@
"Categories": "Categorias",
"Change Password": "Alterar Senha",
"Chat": "Bate-papo",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "Histórico de Bate-papo",
"Chat History is off for this browser.": "O histórico de bate-papo está desativado para este navegador.",
"Chats": "Bate-papos",
@@ -76,7 +80,7 @@
"Chunk Overlap": "Sobreposição de Fragmento",
"Chunk Params": "Parâmetros de Fragmento",
"Chunk Size": "Tamanho do Fragmento",
- "Citation": "",
+ "Citation": "Citação",
"Click here for help.": "Clique aqui para obter ajuda.",
"Click here to": "",
"Click here to check other modelfiles.": "Clique aqui para verificar outros arquivos de modelo.",
@@ -117,7 +121,6 @@
"Dark": "Escuro",
"Dashboard": "",
"Database": "Banco de dados",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"December": "",
"Default": "Padrão",
"Default (Automatic1111)": "Padrão (Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "Ativado",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "Digite a mensagem de {{role}} aqui",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "Digite a Sobreposição de Fragmento",
"Enter Chunk Size": "Digite o Tamanho do Fragmento",
"Enter Image Size (e.g. 512x512)": "Digite o Tamanho da Imagem (por exemplo, 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "Configurações Gerais",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "Olá, {{name}}",
"Help": "",
@@ -227,7 +232,7 @@
"Import Modelfiles": "Importar Arquivos de Modelo",
"Import Prompts": "Importar Prompts",
"Include `--api` flag when running stable-diffusion-webui": "Inclua a flag `--api` ao executar stable-diffusion-webui",
- "Input commands": "",
+ "Input commands": "Comandos de entrada",
"Interface": "Interface",
"Invalid Tag": "",
"January": "",
@@ -244,6 +249,7 @@
"Light": "Claro",
"Listening...": "Ouvindo...",
"LLMs can make mistakes. Verify important information.": "LLMs podem cometer erros. Verifique informações importantes.",
+ "LTR": "",
"Made by OpenWebUI Community": "Feito pela Comunidade OpenWebUI",
"Make sure to enclose them with": "Certifique-se de colocá-los entre",
"Manage LiteLLM Models": "Gerenciar Modelos LiteLLM",
@@ -253,7 +259,9 @@
"Max Tokens": "Máximo de Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Máximo de 3 modelos podem ser baixados simultaneamente. Tente novamente mais tarde.",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -276,16 +284,13 @@
"Modelfiles": "Arquivos de Modelo",
"Models": "Modelos",
"More": "",
- "My Documents": "Meus Documentos",
- "My Modelfiles": "Meus Arquivos de Modelo",
- "My Prompts": "Meus Prompts",
"Name": "Nome",
"Name Tag": "Nome da Tag",
"Name your modelfile": "Nomeie seu arquivo de modelo",
"New Chat": "Novo Bate-papo",
"New Password": "Nova Senha",
"No results found": "",
- "No source available": "",
+ "No source available": "Nenhuma fonte disponível",
"Not factually correct": "",
"Not sure what to add?": "Não tem certeza do que adicionar?",
"Not sure what to write? Switch to": "Não tem certeza do que escrever? Mude para",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "Extrair Imagens de PDF (OCR)",
"pending": "pendente",
"Permission denied when accessing microphone: {{error}}": "Permissão negada ao acessar o microfone: {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "Parque infantil",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "Função",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
"Save": "Salvar",
"Save & Create": "Salvar e Criar",
- "Save & Submit": "Salvar e Enviar",
"Save & Update": "Salvar e Atualizar",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Salvar logs de bate-papo diretamente no armazenamento do seu navegador não é mais suportado. Reserve um momento para baixar e excluir seus logs de bate-papo clicando no botão abaixo. Não se preocupe, você pode facilmente reimportar seus logs de bate-papo para o backend através de",
"Scan": "Digitalizar",
@@ -378,7 +384,8 @@
"Select a mode": "Selecione um modo",
"Select a model": "Selecione um modelo",
"Select an Ollama instance": "Selecione uma instância Ollama",
- "Select model": "",
+ "Select model": "Selecione um modelo",
+ "Send": "",
"Send a Message": "Enviar uma Mensagem",
"Send message": "Enviar mensagem",
"September": "",
@@ -407,7 +414,7 @@
"Sign Out": "Sair",
"Sign up": "Inscrever-se",
"Signing in": "",
- "Source": "",
+ "Source": "Fonte",
"Speech recognition error: {{error}}": "Erro de reconhecimento de fala: {{error}}",
"Speech-to-Text Engine": "Mecanismo de Fala para Texto",
"SpeechRecognition API is not supported in this browser.": "A API SpeechRecognition não é suportada neste navegador.",
@@ -482,10 +489,11 @@
"What’s New in": "O que há de novo em",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Quando o histórico está desativado, novos bate-papos neste navegador não aparecerão em seu histórico em nenhum dos seus dispositivos.",
"Whisper (Local)": "Whisper (Local)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "Escreva uma sugestão de prompt (por exemplo, Quem é você?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Escreva um resumo em 50 palavras que resuma [tópico ou palavra-chave].",
"Yesterday": "",
- "You": "Você",
+ "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Você é um assistente útil.",
diff --git a/src/lib/i18n/locales/pt-PT/translation.json b/src/lib/i18n/locales/pt-PT/translation.json
index e69a005f57..2a0991ca17 100644
--- a/src/lib/i18n/locales/pt-PT/translation.json
+++ b/src/lib/i18n/locales/pt-PT/translation.json
@@ -10,14 +10,16 @@
"About": "Sobre",
"Account": "Conta",
"Accurate information": "",
+ "Add": "",
"Add a model": "Adicionar um modelo",
"Add a model tag name": "Adicionar um nome de tag de modelo",
"Add a short description about what this modelfile does": "Adicione uma breve descrição sobre o que este arquivo de modelo faz",
"Add a short title for this prompt": "Adicione um título curto para este prompt",
"Add a tag": "Adicionar uma tag",
- "Add custom prompt": "",
+ "Add custom prompt": "Adicionar um prompt curto",
"Add Docs": "Adicionar Documentos",
"Add Files": "Adicionar Arquivos",
+ "Add Memory": "",
"Add message": "Adicionar mensagem",
"Add Model": "",
"Add Tags": "adicionar tags",
@@ -47,7 +49,7 @@
"Archived Chats": "Bate-papos arquivados",
"are allowed - Activate this command by typing": "são permitidos - Ative este comando digitando",
"Are you sure?": "Tem certeza?",
- "Attach file": "",
+ "Attach file": "Anexar arquivo",
"Attention to detail": "",
"Audio": "Áudio",
"August": "",
@@ -66,6 +68,8 @@
"Categories": "Categorias",
"Change Password": "Alterar Senha",
"Chat": "Bate-papo",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "Histórico de Bate-papo",
"Chat History is off for this browser.": "O histórico de bate-papo está desativado para este navegador.",
"Chats": "Bate-papos",
@@ -76,7 +80,7 @@
"Chunk Overlap": "Sobreposição de Fragmento",
"Chunk Params": "Parâmetros de Fragmento",
"Chunk Size": "Tamanho do Fragmento",
- "Citation": "",
+ "Citation": "Citação",
"Click here for help.": "Clique aqui para obter ajuda.",
"Click here to": "",
"Click here to check other modelfiles.": "Clique aqui para verificar outros arquivos de modelo.",
@@ -117,7 +121,6 @@
"Dark": "Escuro",
"Dashboard": "",
"Database": "Banco de dados",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"December": "",
"Default": "Padrão",
"Default (Automatic1111)": "Padrão (Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "Ativado",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "Digite a mensagem de {{role}} aqui",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "Digite a Sobreposição de Fragmento",
"Enter Chunk Size": "Digite o Tamanho do Fragmento",
"Enter Image Size (e.g. 512x512)": "Digite o Tamanho da Imagem (por exemplo, 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "Configurações Gerais",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "Olá, {{name}}",
"Help": "",
@@ -227,7 +232,7 @@
"Import Modelfiles": "Importar Arquivos de Modelo",
"Import Prompts": "Importar Prompts",
"Include `--api` flag when running stable-diffusion-webui": "Inclua a flag `--api` ao executar stable-diffusion-webui",
- "Input commands": "",
+ "Input commands": "Comandos de entrada",
"Interface": "Interface",
"Invalid Tag": "",
"January": "",
@@ -244,6 +249,7 @@
"Light": "Claro",
"Listening...": "Ouvindo...",
"LLMs can make mistakes. Verify important information.": "LLMs podem cometer erros. Verifique informações importantes.",
+ "LTR": "",
"Made by OpenWebUI Community": "Feito pela Comunidade OpenWebUI",
"Make sure to enclose them with": "Certifique-se de colocá-los entre",
"Manage LiteLLM Models": "Gerenciar Modelos LiteLLM",
@@ -253,7 +259,9 @@
"Max Tokens": "Máximo de Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Máximo de 3 modelos podem ser baixados simultaneamente. Tente novamente mais tarde.",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -276,16 +284,13 @@
"Modelfiles": "Arquivos de Modelo",
"Models": "Modelos",
"More": "",
- "My Documents": "Meus Documentos",
- "My Modelfiles": "Meus Arquivos de Modelo",
- "My Prompts": "Meus Prompts",
"Name": "Nome",
"Name Tag": "Tag de Nome",
"Name your modelfile": "Nomeie seu arquivo de modelo",
"New Chat": "Novo Bate-papo",
"New Password": "Nova Senha",
"No results found": "",
- "No source available": "",
+ "No source available": "Nenhuma fonte disponível",
"Not factually correct": "",
"Not sure what to add?": "Não tem certeza do que adicionar?",
"Not sure what to write? Switch to": "Não tem certeza do que escrever? Mude para",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "Extrair Imagens de PDF (OCR)",
"pending": "pendente",
"Permission denied when accessing microphone: {{error}}": "Permissão negada ao acessar o microfone: {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "Parque infantil",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "Função",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
"Save": "Salvar",
"Save & Create": "Salvar e Criar",
- "Save & Submit": "Salvar e Enviar",
"Save & Update": "Salvar e Atualizar",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Salvar logs de bate-papo diretamente no armazenamento do seu navegador não é mais suportado. Reserve um momento para baixar e excluir seus logs de bate-papo clicando no botão abaixo. Não se preocupe, você pode facilmente reimportar seus logs de bate-papo para o backend através de",
"Scan": "Digitalizar",
@@ -378,7 +384,8 @@
"Select a mode": "Selecione um modo",
"Select a model": "Selecione um modelo",
"Select an Ollama instance": "Selecione uma instância Ollama",
- "Select model": "",
+ "Select model": "Selecione um modelo",
+ "Send": "",
"Send a Message": "Enviar uma Mensagem",
"Send message": "Enviar mensagem",
"September": "",
@@ -407,7 +414,7 @@
"Sign Out": "Sair",
"Sign up": "Inscrever-se",
"Signing in": "",
- "Source": "",
+ "Source": "Fonte",
"Speech recognition error: {{error}}": "Erro de reconhecimento de fala: {{error}}",
"Speech-to-Text Engine": "Mecanismo de Fala para Texto",
"SpeechRecognition API is not supported in this browser.": "A API SpeechRecognition não é suportada neste navegador.",
@@ -482,10 +489,11 @@
"What’s New in": "O que há de novo em",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Quando o histórico está desativado, novos bate-papos neste navegador não aparecerão em seu histórico em nenhum dos seus dispositivos.",
"Whisper (Local)": "Whisper (Local)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "Escreva uma sugestão de prompt (por exemplo, Quem é você?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Escreva um resumo em 50 palavras que resuma [tópico ou palavra-chave].",
"Yesterday": "",
- "You": "Você",
+ "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Você é um assistente útil.",
diff --git a/src/lib/i18n/locales/ru-RU/translation.json b/src/lib/i18n/locales/ru-RU/translation.json
index 1fd73121f2..c91c6a067c 100644
--- a/src/lib/i18n/locales/ru-RU/translation.json
+++ b/src/lib/i18n/locales/ru-RU/translation.json
@@ -10,14 +10,16 @@
"About": "Об",
"Account": "Аккаунт",
"Accurate information": "",
+ "Add": "",
"Add a model": "Добавьте модель",
"Add a model tag name": "Добавьте имя тэга модели",
"Add a short description about what this modelfile does": "Добавьте краткое описание, что делает этот моделфайл",
"Add a short title for this prompt": "Добавьте краткий заголовок для этого ввода",
"Add a tag": "Добавьте тэг",
- "Add custom prompt": "",
+ "Add custom prompt": "Добавьте пользовательский ввод",
"Add Docs": "Добавьте документы",
"Add Files": "Добавьте файлы",
+ "Add Memory": "",
"Add message": "Добавьте сообщение",
"Add Model": "",
"Add Tags": "Добавьте тэгы",
@@ -47,8 +49,8 @@
"Archived Chats": "запис на чат",
"are allowed - Activate this command by typing": "разрешено - активируйте эту команду вводом",
"Are you sure?": "Вы уверены?",
- "Attach file": "",
- "Attention to detail": "",
+ "Attach file": "Прикрепить файл",
+ "Attention to detail": "детализированный",
"Audio": "Аудио",
"August": "",
"Auto-playback response": "Автоматическое воспроизведение ответа",
@@ -66,6 +68,8 @@
"Categories": "Категории",
"Change Password": "Изменить пароль",
"Chat": "Чат",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "История чат",
"Chat History is off for this browser.": "История чат отключен для этого браузера.",
"Chats": "Чаты",
@@ -76,8 +80,8 @@
"Chunk Overlap": "Перекрытие фрагментов",
"Chunk Params": "Параметры фрагментов",
"Chunk Size": "Размер фрагмента",
- "Citation": "",
- "Click here for help.": "Нажмите здесь для помощь.",
+ "Citation": "Цитата",
+ "Click here for help.": "Нажмите здесь для помощи.",
"Click here to": "",
"Click here to check other modelfiles.": "Нажмите тут чтобы проверить другие файлы моделей.",
"Click here to select": "Нажмите тут чтобы выберите",
@@ -117,7 +121,6 @@
"Dark": "Тёмный",
"Dashboard": "",
"Database": "База данных",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"December": "",
"Default": "По умолчанию",
"Default (Automatic1111)": "По умолчанию (Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "Включено",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "Введите сообщение {{role}} здесь",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "Введите перекрытие фрагмента",
"Enter Chunk Size": "Введите размер фрагмента",
"Enter Image Size (e.g. 512x512)": "Введите размер изображения (например, 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "Общие настройки",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "Привет, {{name}}",
"Help": "",
@@ -227,7 +232,7 @@
"Import Modelfiles": "Импорт файлов модели",
"Import Prompts": "Импорт подсказок",
"Include `--api` flag when running stable-diffusion-webui": "Добавьте флаг `--api` при запуске stable-diffusion-webui",
- "Input commands": "",
+ "Input commands": "Введите команды",
"Interface": "Интерфейс",
"Invalid Tag": "",
"January": "",
@@ -244,6 +249,7 @@
"Light": "Светлый",
"Listening...": "Слушаю...",
"LLMs can make mistakes. Verify important information.": "LLMs могут допускать ошибки. Проверяйте важную информацию.",
+ "LTR": "",
"Made by OpenWebUI Community": "Сделано сообществом OpenWebUI",
"Make sure to enclose them with": "Убедитесь, что они заключены в",
"Manage LiteLLM Models": "Управление моделями LiteLLM",
@@ -253,7 +259,9 @@
"Max Tokens": "Максимальное количество токенов",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Максимальное количество моделей для загрузки одновременно - 3. Пожалуйста, попробуйте позже.",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -276,16 +284,13 @@
"Modelfiles": "Файлы моделей",
"Models": "Модели",
"More": "",
- "My Documents": "Мои документы",
- "My Modelfiles": "Мои файлы моделей",
- "My Prompts": "Мои подсказки",
"Name": "Имя",
"Name Tag": "Имя тега",
"Name your modelfile": "Назовите свой файл модели",
"New Chat": "Новый чат",
"New Password": "Новый пароль",
"No results found": "",
- "No source available": "",
+ "No source available": "Нет доступных источников",
"Not factually correct": "",
"Not sure what to add?": "Не уверены, что добавить?",
"Not sure what to write? Switch to": "Не уверены, что написать? Переключитесь на",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "Извлечение изображений из PDF (OCR)",
"pending": "ожидание",
"Permission denied when accessing microphone: {{error}}": "Отказано в доступе к микрофону: {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "Площадка",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "Роль",
"Rosé Pine": "Розовое сосновое дерево",
"Rosé Pine Dawn": "Розовое сосновое дерево рассвет",
+ "RTL": "",
"Save": "Сохранить",
"Save & Create": "Сохранить и создать",
- "Save & Submit": "Сохранить и отправить",
"Save & Update": "Сохранить и обновить",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Прямое сохранение журналов чата в хранилище вашего браузера больше не поддерживается. Пожалуйста, потратьте минуту, чтобы скачать и удалить ваши журналы чата, нажав на кнопку ниже. Не волнуйтесь, вы легко сможете повторно импортировать свои журналы чата в бэкенд через",
"Scan": "Сканировать",
@@ -378,7 +384,8 @@
"Select a mode": "Выберите режим",
"Select a model": "Выберите модель",
"Select an Ollama instance": "Выберите экземпляр Ollama",
- "Select model": "",
+ "Select model": "Выберите модель",
+ "Send": "",
"Send a Message": "Отправить сообщение",
"Send message": "Отправить сообщение",
"September": "",
@@ -407,7 +414,7 @@
"Sign Out": "Выход",
"Sign up": "зарегистрировать",
"Signing in": "",
- "Source": "",
+ "Source": "Источник",
"Speech recognition error: {{error}}": "Ошибка распознавания речи: {{error}}",
"Speech-to-Text Engine": "Система распознавания речи",
"SpeechRecognition API is not supported in this browser.": "API распознавания речи не поддерживается в этом браузере.",
@@ -482,10 +489,11 @@
"What’s New in": "Что нового в",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Когда история отключена, новые чаты в этом браузере не будут отображаться в вашей истории на любом из ваших устройств.",
"Whisper (Local)": "Шепот (локальный)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "Напишите предложение промпта (например, Кто вы?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Напишите резюме в 50 словах, которое кратко описывает [тему или ключевое слово].",
"Yesterday": "",
- "You": "Вы",
+ "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Вы полезный ассистент.",
diff --git a/src/lib/i18n/locales/sr-RS/translation.json b/src/lib/i18n/locales/sr-RS/translation.json
new file mode 100644
index 0000000000..376951bd7c
--- /dev/null
+++ b/src/lib/i18n/locales/sr-RS/translation.json
@@ -0,0 +1,503 @@
+{
+ "'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "„s“, „m“, „h“, „d“, „w“ или „-1“ за без истека.",
+ "(Beta)": "(бета)",
+ "(e.g. `sh webui.sh --api`)": "(нпр. `sh webui.sh --api`)",
+ "(latest)": "(најновије)",
+ "{{modelName}} is thinking...": "{{modelName}} размишља...",
+ "{{user}}'s Chats": "Ћаскања корисника {{user}}",
+ "{{webUIName}} Backend Required": "Захтева се {{webUIName}} позадинац",
+ "a user": "корисник",
+ "About": "О нама",
+ "Account": "Налог",
+ "Accurate information": "Прецизне информације",
+ "Add": "",
+ "Add a model": "Додај модел",
+ "Add a model tag name": "Додај ознаку модела",
+ "Add a short description about what this modelfile does": "Додај кратак опис ове модел-датотеке",
+ "Add a short title for this prompt": "Додај кратак наслов за овај упит",
+ "Add a tag": "Додај ознаку",
+ "Add custom prompt": "Додај прилагођен упит",
+ "Add Docs": "Додај документе",
+ "Add Files": "Додај датотеке",
+ "Add Memory": "",
+ "Add message": "Додај поруку",
+ "Add Model": "Додај модел",
+ "Add Tags": "Додај ознаке",
+ "Add User": "Додај корисника",
+ "Adjusting these settings will apply changes universally to all users.": "Прилагођавање ових подешавања ће применити промене на све кориснике.",
+ "admin": "админ",
+ "Admin Panel": "Админ табла",
+ "Admin Settings": "Админ подешавања",
+ "Advanced Parameters": "Напредни параметри",
+ "all": "сви",
+ "All Documents": "Сви документи",
+ "All Users": "Сви корисници",
+ "Allow": "Дозволи",
+ "Allow Chat Deletion": "Дозволи брисање ћаскања",
+ "alphanumeric characters and hyphens": "алфанумерички знакови и цртице",
+ "Already have an account?": "Већ имате налог?",
+ "an assistant": "помоћник",
+ "and": "и",
+ "and create a new shared link.": "и направи нову дељену везу.",
+ "API Base URL": "Основна адреса API-ја",
+ "API Key": "API кључ",
+ "API Key created.": "API кључ направљен.",
+ "API keys": "API кључеви",
+ "API RPM": "API RPM",
+ "April": "Април",
+ "Archive": "Архива",
+ "Archived Chats": "Архивирана ћаскања",
+ "are allowed - Activate this command by typing": "су дозвољени - Покрените ову наредбу уношењем",
+ "Are you sure?": "Да ли сте сигурни?",
+ "Attach file": "Приложи датотеку",
+ "Attention to detail": "Пажња на детаље",
+ "Audio": "Звук",
+ "August": "Август",
+ "Auto-playback response": "Самостално пуштање одговора",
+ "Auto-send input after 3 sec.": "Самостално слање уноса након 3 сек.",
+ "AUTOMATIC1111 Base URL": "Основна адреса за AUTOMATIC1111",
+ "AUTOMATIC1111 Base URL is required.": "Потребна је основна адреса за AUTOMATIC1111.",
+ "available!": "доступно!",
+ "Back": "Назад",
+ "Bad Response": "Лош одговор",
+ "before": "пре",
+ "Being lazy": "Бити лењ",
+ "Builder Mode": "Режим градитеља",
+ "Bypass SSL verification for Websites": "Заобиђи SSL потврђивање за веб странице",
+ "Cancel": "Откажи",
+ "Categories": "Категорије",
+ "Change Password": "Промени лозинку",
+ "Chat": "Ћаскање",
+ "Chat Bubble UI": "Интерфејс балона ћаскања",
+ "Chat direction": "Смер ћаскања",
+ "Chat History": "Историја ћаскања",
+ "Chat History is off for this browser.": "Историја ћаскања је искључена за овај прегледач.",
+ "Chats": "Ћаскања",
+ "Check Again": "Провери поново",
+ "Check for updates": "Потражи ажурирања",
+ "Checking for updates...": "Траже се ажурирања...",
+ "Choose a model before saving...": "Изабери модел пре чувања...",
+ "Chunk Overlap": "Преклапање делова",
+ "Chunk Params": "Параметри делова",
+ "Chunk Size": "Величина дела",
+ "Citation": "Цитат",
+ "Click here for help.": "Кликните овде за помоћ.",
+ "Click here to": "Кликните овде да",
+ "Click here to check other modelfiles.": "Кликните овде да проверите друге модел-датотеке.",
+ "Click here to select": "Кликните овде да изаберете",
+ "Click here to select a csv file.": "Кликните овде да изаберете csv датотеку.",
+ "Click here to select documents.": "Кликните овде да изаберете документе.",
+ "click here.": "кликните овде.",
+ "Click on the user role button to change a user's role.": "Кликните на дугме за улогу корисника да промените улогу корисника.",
+ "Close": "Затвори",
+ "Collection": "Колекција",
+ "ComfyUI": "ComfyUI",
+ "ComfyUI Base URL": "Основна адреса за ComfyUI",
+ "ComfyUI Base URL is required.": "Потребна је основна адреса за ComfyUI.",
+ "Command": "Наредба",
+ "Confirm Password": "Потврди лозинку",
+ "Connections": "Везе",
+ "Content": "Садржај",
+ "Context Length": "Дужина контекста",
+ "Continue Response": "Настави одговор",
+ "Conversation Mode": "Режим разговарања",
+ "Copied shared chat URL to clipboard!": "Адреса дељеног ћаскања ископирана у оставу!",
+ "Copy": "Копирај",
+ "Copy last code block": "Копирај последњи блок кода",
+ "Copy last response": "Копирај последњи одговор",
+ "Copy Link": "Копирај везу",
+ "Copying to clipboard was successful!": "Успешно копирање у оставу!",
+ "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Направи сажету фразу од 3 до 5 речи као наслов за следећи упит, строго се придржавајући ограничења од 3-5 речи и избегавајући коришћење речи „наслов“:",
+ "Create a modelfile": "Направи модел-датотеку",
+ "Create Account": "Направи налог",
+ "Create new key": "Направи нови кључ",
+ "Create new secret key": "Направи нови тајни кључ",
+ "Created at": "Направљено у",
+ "Created At": "Направљено у",
+ "Current Model": "Тренутни модел",
+ "Current Password": "Тренутна лозинка",
+ "Custom": "Прилагођено",
+ "Customize Ollama models for a specific purpose": "Прилагоди Ollama моделе за специфичну намену",
+ "Dark": "Тамна",
+ "Dashboard": "Контролна табла",
+ "Database": "База података",
+ "December": "Децембар",
+ "Default": "Подразумевано",
+ "Default (Automatic1111)": "Подразумевано (Automatic1111)",
+ "Default (SentenceTransformers)": "Подразумевано (SentenceTransformers)",
+ "Default (Web API)": "Подразумевано (Web API)",
+ "Default model updated": "Подразумевани модел ажуриран",
+ "Default Prompt Suggestions": "Подразумевани предлози упита",
+ "Default User Role": "Подразумевана улога корисника",
+ "delete": "обриши",
+ "Delete": "Обриши",
+ "Delete a model": "Обриши модел",
+ "Delete chat": "Обриши ћаскање",
+ "Delete Chat": "Обриши ћаскање",
+ "Delete Chats": "Обриши ћаскања",
+ "delete this link": "обриши ову везу",
+ "Delete User": "Обриши корисника",
+ "Deleted {{deleteModelTag}}": "Обрисано {{deleteModelTag}}",
+ "Deleted {{tagName}}": "Обрисано {{tagName}}",
+ "Description": "Опис",
+ "Didn't fully follow instructions": "Упутства нису праћена у потпуности",
+ "Disabled": "Онемогућено",
+ "Discover a modelfile": "Откриј модел-датотеку",
+ "Discover a prompt": "Откриј упит",
+ "Discover, download, and explore custom prompts": "Откријте, преузмите и истражите прилагођене упите",
+ "Discover, download, and explore model presets": "Откријте, преузмите и истражите образце модела",
+ "Display the username instead of You in the Chat": "Прикажи корисничко име уместо Ти у чату",
+ "Document": "Документ",
+ "Document Settings": "Подешавања документа",
+ "Documents": "Документи",
+ "does not make any external connections, and your data stays securely on your locally hosted server.": "не отвара никакве спољне везе и ваши подаци остају сигурно на вашем локално хостованом серверу.",
+ "Don't Allow": "Не дозволи",
+ "Don't have an account?": "Немате налог?",
+ "Don't like the style": "Не свиђа ми се стил",
+ "Download": "Преузми",
+ "Download canceled": "Преузимање отказано",
+ "Download Database": "Преузми базу података",
+ "Drop any files here to add to the conversation": "Убаците било које датотеке овде да их додате у разговор",
+ "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "нпр. '30s', '10m'. Важеће временске јединице су 's', 'm', 'h'.",
+ "Edit": "Уреди",
+ "Edit Doc": "Уреди документ",
+ "Edit User": "Уреди корисника",
+ "Email": "Е-пошта",
+ "Embedding Model": "Модел уградње",
+ "Embedding Model Engine": "Мотор модела уградње",
+ "Embedding model set to \"{{embedding_model}}\"": "Модел уградње подешен на \"{{embedding_model}}\"",
+ "Enable Chat History": "Омогући историју ћаскања",
+ "Enable New Sign Ups": "Омогући нове пријаве",
+ "Enabled": "Омогућено",
+ "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": "",
+ "Enter Chunk Overlap": "Унесите преклапање делова",
+ "Enter Chunk Size": "Унесите величину дела",
+ "Enter Image Size (e.g. 512x512)": "Унесите величину слике (нпр. 512x512)",
+ "Enter language codes": "Унесите кодове језика",
+ "Enter LiteLLM API Base URL (litellm_params.api_base)": "Унесите основни URL LiteLLM API (litellm_params.api_base)",
+ "Enter LiteLLM API Key (litellm_params.api_key)": "Унесите LiteLLM API кључ (litellm_params.api_key)",
+ "Enter LiteLLM API RPM (litellm_params.rpm)": "Унесите LiteLLM API RPM (litellm_params.rpm)",
+ "Enter LiteLLM Model (litellm_params.model)": "Унесите LiteLLM модел (litellm_params.model)",
+ "Enter Max Tokens (litellm_params.max_tokens)": "Унесите највећи број жетона (litellm_params.max_tokens)",
+ "Enter model tag (e.g. {{modelTag}})": "Унесите ознаку модела (нпр. {{modelTag}})",
+ "Enter Number of Steps (e.g. 50)": "Унесите број корака (нпр. 50)",
+ "Enter Score": "Унесите резултат",
+ "Enter stop sequence": "Унесите секвенцу заустављања",
+ "Enter Top K": "Унесите Топ К",
+ "Enter URL (e.g. http://127.0.0.1:7860/)": "Унесите адресу (нпр. http://127.0.0.1:7860/)",
+ "Enter URL (e.g. http://localhost:11434)": "Унесите адресу (нпр. http://localhost:11434)",
+ "Enter Your Email": "Унесите вашу е-пошту",
+ "Enter Your Full Name": "Унесите ваше име и презиме",
+ "Enter Your Password": "Унесите вашу лозинку",
+ "Enter Your Role": "Унесите вашу улогу",
+ "Experimental": "Експериментално",
+ "Export All Chats (All Users)": "Извези сва ћаскања (сви корисници)",
+ "Export Chats": "Извези ћаскања",
+ "Export Documents Mapping": "Извези мапирање докумената",
+ "Export Modelfiles": "Извези модел-датотеке",
+ "Export Prompts": "Извези упите",
+ "Failed to create API Key.": "Неуспешно стварање API кључа.",
+ "Failed to read clipboard contents": "Неуспешно читање садржаја оставе",
+ "February": "Фебруар",
+ "Feel free to add specific details": "Слободно додајте специфичне детаље",
+ "File Mode": "Режим датотеке",
+ "File not found.": "Датотека није пронађена.",
+ "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Откривено лажно представљање отиска прста: Немогуће је користити иницијале као аватар. Прелазак на подразумевану профилну слику.",
+ "Fluidly stream large external response chunks": "Течно стримујте велике спољне делове одговора",
+ "Focus chat input": "Усредсредите унос ћаскања",
+ "Followed instructions perfectly": "Упутства су савршено праћена",
+ "Format your variables using square brackets like this:": "Форматирајте ваше променљиве користећи угластe заграде овако:",
+ "From (Base Model)": "Од (основни модел)",
+ "Full Screen Mode": "Режим целог екрана",
+ "General": "Опште",
+ "General Settings": "Општа подешавања",
+ "Generation Info": "Информације о стварању",
+ "Good Response": "Добар одговор",
+ "h:mm a": "h:mm a",
+ "has no conversations.": "нема разговора.",
+ "Hello, {{name}}": "Здраво, {{name}}",
+ "Help": "Помоћ",
+ "Hide": "Сакриј",
+ "Hide Additional Params": "Сакриј додатне параметре",
+ "How can I help you today?": "Како могу да вам помогнем данас?",
+ "Hybrid Search": "Хибридна претрага",
+ "Image Generation (Experimental)": "Стварање слика (експериментално)",
+ "Image Generation Engine": "Мотор за стварање слика",
+ "Image Settings": "Подешавања слике",
+ "Images": "Слике",
+ "Import Chats": "Увези ћаскања",
+ "Import Documents Mapping": "Увези мапирање докумената",
+ "Import Modelfiles": "Увези модел-датотеке",
+ "Import Prompts": "Увези упите",
+ "Include `--api` flag when running stable-diffusion-webui": "Укључи `--api` заставицу при покретању stable-diffusion-webui",
+ "Input commands": "Унеси наредбе",
+ "Interface": "Изглед",
+ "Invalid Tag": "Неисправна ознака",
+ "January": "Јануар",
+ "join our Discord for help.": "придружите се нашем Дискорду за помоћ.",
+ "JSON": "JSON",
+ "July": "Јул",
+ "June": "Јун",
+ "JWT Expiration": "Истек JWT-а",
+ "JWT Token": "JWT жетон",
+ "Keep Alive": "Одржи трајање",
+ "Keyboard shortcuts": "Пречице на тастатури",
+ "Language": "Језик",
+ "Last Active": "Последња активност",
+ "Light": "Светла",
+ "Listening...": "Слушам...",
+ "LLMs can make mistakes. Verify important information.": "ВЈМ-ови (LLM-ови) могу правити грешке. Проверите важне податке.",
+ "LTR": "ЛНД",
+ "Made by OpenWebUI Community": "Израдила OpenWebUI заједница",
+ "Make sure to enclose them with": "Уверите се да их затворите са",
+ "Manage LiteLLM Models": "Управљај LiteLLM моделима",
+ "Manage Models": "Управљај моделима",
+ "Manage Ollama Models": "Управљај Ollama моделима",
+ "March": "Март",
+ "Max Tokens": "Највише жетона",
+ "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Највише 3 модела могу бити преузета истовремено. Покушајте поново касније.",
+ "May": "Мај",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "Памћење",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Поруке које пошаљете након стварања ваше везе неће бити подељене. Корисници са URL-ом ће моћи да виде дељено ћаскање.",
+ "Minimum Score": "Најмањи резултат",
+ "Mirostat": "Миростат",
+ "Mirostat Eta": "Миростат Ета",
+ "Mirostat Tau": "Миростат Тау",
+ "MMMM DD, YYYY": "ММММ ДД, ГГГГ",
+ "MMMM DD, YYYY HH:mm": "ММММ ДД, ГГГГ ЧЧ:мм",
+ "Model '{{modelName}}' has been successfully downloaded.": "Модел „{{modelName}}“ је успешно преузет.",
+ "Model '{{modelTag}}' is already in queue for downloading.": "Модел „{{modelTag}}“ је већ у реду за преузимање.",
+ "Model {{modelId}} not found": "Модел {{modelId}} није пронађен",
+ "Model {{modelName}} already exists.": "Модел {{modelName}} већ постоји.",
+ "Model filesystem path detected. Model shortname is required for update, cannot continue.": "Откривена путања система датотека модела. За ажурирање је потребан кратак назив модела, не може се наставити.",
+ "Model Name": "Назив модела",
+ "Model not selected": "Модел није изабран",
+ "Model Tag Name": "Назив ознаке модела",
+ "Model Whitelisting": "Бели списак модела",
+ "Model(s) Whitelisted": "Модел(и) на белом списку",
+ "Modelfile": "Модел-датотека",
+ "Modelfile Advanced Settings": "Напредна подешавања модел-датотеке",
+ "Modelfile Content": "Садржај модел-датотеке",
+ "Modelfiles": "Модел-датотеке",
+ "Models": "Модели",
+ "More": "Више",
+ "Name": "Име",
+ "Name Tag": "Назив ознаке",
+ "Name your modelfile": "Назовите вашу модел-датотеку",
+ "New Chat": "Ново ћаскање",
+ "New Password": "Нова лозинка",
+ "No results found": "Нема резултата",
+ "No source available": "Нема доступног извора",
+ "Not factually correct": "Није чињенично тачно",
+ "Not sure what to add?": "Нисте сигурни шта да додате?",
+ "Not sure what to write? Switch to": "Нисте сигурни шта да напишете? Пребаците се на",
+ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Напомена: ако подесите најмањи резултат, претрага ће вратити само документе са резултатом већим или једнаким најмањем резултату.",
+ "Notifications": "Обавештења",
+ "November": "Новембар",
+ "October": "Октобар",
+ "Off": "Искључено",
+ "Okay, Let's Go!": "У реду, хајде да кренемо!",
+ "OLED Dark": "OLED тамна",
+ "Ollama": "Ollama",
+ "Ollama Base URL": "Основна адреса Ollama-е",
+ "Ollama Version": "Издање Ollama-е",
+ "On": "Укључено",
+ "Only": "Само",
+ "Only alphanumeric characters and hyphens are allowed in the command string.": "Само алфанумерички знакови и цртице су дозвољени у низу наредби.",
+ "Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "Упс! Само тренутак! Ваше датотеке се још обрађују. Припремамо их до савршенства. Молимо вас за стрпљење и обавестићемо вас када буду спремне.",
+ "Oops! Looks like the URL is invalid. Please double-check and try again.": "Упс! Изгледа да је адреса неважећа. Молимо вас да проверите и покушате поново.",
+ "Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Упс! Користите неподржани метод (само фронтенд). Молимо вас да покренете WebUI са бекенда.",
+ "Open": "Отвори",
+ "Open AI": "Open AI",
+ "Open AI (Dall-E)": "Open AI (Dall-E)",
+ "Open new chat": "Покрени ново ћаскање",
+ "OpenAI": "OpenAI",
+ "OpenAI API": "OpenAI API",
+ "OpenAI API Config": "Подешавање OpenAI API-ја",
+ "OpenAI API Key is required.": "Потребан је OpenAI API кључ.",
+ "OpenAI URL/Key required.": "Потребан је OpenAI URL/кључ.",
+ "or": "или",
+ "Other": "Остало",
+ "Overview": "Преглед",
+ "Parameters": "Параметри",
+ "Password": "Лозинка",
+ "PDF document (.pdf)": "PDF документ (.pdf)",
+ "PDF Extract Images (OCR)": "Извлачење PDF слика (OCR)",
+ "pending": "на чекању",
+ "Permission denied when accessing microphone: {{error}}": "Приступ микрофону је одбијен: {{error}}",
+ "Personalization": "Прилагођавање",
+ "Plain text (.txt)": "Обичан текст (.txt)",
+ "Playground": "Игралиште",
+ "Positive attitude": "Позитиван став",
+ "Previous 30 days": "Претходних 30 дана",
+ "Previous 7 days": "Претходних 7 дана",
+ "Profile Image": "Слика профила",
+ "Prompt": "Упит",
+ "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "Упит (нпр. „реци ми занимљивост о Римском царству“)",
+ "Prompt Content": "Садржај упита",
+ "Prompt suggestions": "Предлози упита",
+ "Prompts": "Упити",
+ "Pull \"{{searchValue}}\" from Ollama.com": "Повуците \"{{searchValue}}\" са Ollama.com",
+ "Pull a model from Ollama.com": "Повуците модел са Ollama.com",
+ "Pull Progress": "Напредак повлачења",
+ "Query Params": "Параметри упита",
+ "RAG Template": "RAG шаблон",
+ "Raw Format": "Сирови формат",
+ "Read Aloud": "Прочитај наглас",
+ "Record voice": "Сними глас",
+ "Redirecting you to OpenWebUI Community": "Преусмеравање на OpenWebUI заједницу",
+ "Refused when it shouldn't have": "Одбијено када није требало",
+ "Regenerate": "Регенериши",
+ "Release Notes": "Напомене о издању",
+ "Remove": "Уклони",
+ "Remove Model": "Уклони модел",
+ "Rename": "Преименуј",
+ "Repeat Last N": "Понови последњих N",
+ "Repeat Penalty": "Казна за понављање",
+ "Request Mode": "Режим захтева",
+ "Reranking Model": "Модел поновног рангирања",
+ "Reranking model disabled": "Модел поновног рангирања онемогућен",
+ "Reranking model set to \"{{reranking_model}}\"": "Модел поновног рангирања подешен на \"{{reranking_model}}\"",
+ "Reset Vector Storage": "Ресетуј складиште вектора",
+ "Response AutoCopy to Clipboard": "Самостално копирање одговора у оставу",
+ "Role": "Улога",
+ "Rosé Pine": "Rosé Pine",
+ "Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "ДНЛ",
+ "Save": "Сачувај",
+ "Save & Create": "Сачувај и направи",
+ "Save & Update": "Сачувај и ажурирај",
+ "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Чување ћаскања директно у складиште вашег прегледача више није подржано. Одвојите тренутак да преузмете и избришете ваша ћаскања кликом на дугме испод. Не брините, можете лако поново увезти ваша ћаскања у бекенд кроз",
+ "Scan": "Скенирај",
+ "Scan complete!": "Скенирање завршено!",
+ "Scan for documents from {{path}}": "Скенирај документе из {{path}}",
+ "Search": "Претражи",
+ "Search a model": "Претражи модел",
+ "Search Documents": "Претражи документе",
+ "Search Prompts": "Претражи упите",
+ "See readme.md for instructions": "Погледај readme.md за упутства",
+ "See what's new": "Погледај шта је ново",
+ "Seed": "Семе",
+ "Select a mode": "Изабери режим",
+ "Select a model": "Изабери модел",
+ "Select an Ollama instance": "Изабери Ollama инстанцу",
+ "Select model": "Изабери модел",
+ "Send": "Пошаљи",
+ "Send a Message": "Пошаљи поруку",
+ "Send message": "Пошаљи поруку",
+ "September": "Септембар",
+ "Server connection verified": "Веза са сервером потврђена",
+ "Set as default": "Подеси као подразумевано",
+ "Set Default Model": "Подеси као подразумевани модел",
+ "Set embedding model (e.g. {{model}})": "Подеси модел уградње (нпр. {{model}})",
+ "Set Image Size": "Подеси величину слике",
+ "Set Model": "Подеси модел",
+ "Set reranking model (e.g. {{model}})": "Подеси модел поновног рангирања (нпр. {{model}})",
+ "Set Steps": "Подеси кораке",
+ "Set Title Auto-Generation Model": "Подеси модел за самостално стварање наслова",
+ "Set Voice": "Подеси глас",
+ "Settings": "Подешавања",
+ "Settings saved successfully!": "Подешавања успешно сачувана!",
+ "Share": "Подели",
+ "Share Chat": "Подели ћаскање",
+ "Share to OpenWebUI Community": "Подели са OpenWebUI заједницом",
+ "short-summary": "кратак сажетак",
+ "Show": "Прикажи",
+ "Show Additional Params": "Прикажи додатне параметре",
+ "Show shortcuts": "Прикажи пречице",
+ "Showcased creativity": "Приказана креативност",
+ "sidebar": "бочна трака",
+ "Sign in": "Пријави се",
+ "Sign Out": "Одјави се",
+ "Sign up": "Региструј се",
+ "Signing in": "Пријављивање",
+ "Source": "Извор",
+ "Speech recognition error: {{error}}": "Грешка у препознавању говора: {{error}}",
+ "Speech-to-Text Engine": "Мотор за говор у текст",
+ "SpeechRecognition API is not supported in this browser.": "API за препознавање говора није подржан у овом прегледачу.",
+ "Stop Sequence": "Секвенца заустављања",
+ "STT Settings": "STT подешавања",
+ "Submit": "Пошаљи",
+ "Subtitle (e.g. about the Roman Empire)": "Поднаслов (нпр. о Римском царству)",
+ "Success": "Успех",
+ "Successfully updated.": "Успешно ажурирано.",
+ "Suggested": "Предложено",
+ "Sync All": "Усклади све",
+ "System": "Систем",
+ "System Prompt": "Системски упит",
+ "Tags": "Ознаке",
+ "Tell us more:": "Реците нам више:",
+ "Temperature": "Температура",
+ "Template": "Шаблон",
+ "Text Completion": "Допуна текста",
+ "Text-to-Speech Engine": "Мотор за текст у говор",
+ "Tfs Z": "Tfs Z",
+ "Thanks for your feedback!": "Хвала на вашем коментару!",
+ "The score should be a value between 0.0 (0%) and 1.0 (100%).": "Резултат треба да буде вредност између 0.0 (0%) и 1.0 (100%).",
+ "Theme": "Тема",
+ "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Ово осигурава да су ваши вредни разговори безбедно сачувани у вашој бекенд бази података. Хвала вам!",
+ "This setting does not sync across browsers or devices.": "Ово подешавање се не усклађује преко прегледача или уређаја.",
+ "Thorough explanation": "Детаљно објашњење",
+ "Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "Савет: ажурирајте више променљивих слотова узастопно притиском на тастер Таб у уносу ћаскања након сваке замене.",
+ "Title": "Наслов",
+ "Title (e.g. Tell me a fun fact)": "Наслов (нпр. „реци ми занимљивост“)",
+ "Title Auto-Generation": "Самостално стварање наслова",
+ "Title cannot be an empty string.": "Наслов не може бити празан низ.",
+ "Title Generation Prompt": "Упит за стварање наслова",
+ "to": "до",
+ "To access the available model names for downloading,": "Да бисте приступили доступним именима модела за преузимање,",
+ "To access the GGUF models available for downloading,": "Да бисте приступили GGUF моделима доступним за преузимање,",
+ "to chat input.": "у унос ћаскања.",
+ "Today": "Данас",
+ "Toggle settings": "Пребаци подешавања",
+ "Toggle sidebar": "Пребаци бочну траку",
+ "Top K": "Топ К",
+ "Top P": "Топ П",
+ "Trouble accessing Ollama?": "Проблеми са приступом Ollama-и?",
+ "TTS Settings": "TTS подешавања",
+ "Type Hugging Face Resolve (Download) URL": "Унесите Hugging Face Resolve (Download) адресу",
+ "Uh-oh! There was an issue connecting to {{provider}}.": "Упс! Дошло је до проблема при повезивању са {{provider}}.",
+ "Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Непознат тип датотеке '{{file_type}}', али прихваћен и третиран као обичан текст",
+ "Update and Copy Link": "Ажурирај и копирај везу",
+ "Update password": "Ажурирај лозинку",
+ "Upload a GGUF model": "Отпреми GGUF модел",
+ "Upload files": "Отпреми датотеке",
+ "Upload Progress": "Напредак отпремања",
+ "URL Mode": "Режим адресе",
+ "Use '#' in the prompt input to load and select your documents.": "Користи '#' у уносу упита да учитате и изаберете ваше документе.",
+ "Use Gravatar": "Користи Граватар",
+ "Use Initials": "Користи иницијале",
+ "user": "корисник",
+ "User Permissions": "Овлашћења корисника",
+ "Users": "Корисници",
+ "Utilize": "Искористи",
+ "Valid time units:": "Важеће временске јединице:",
+ "variable": "променљива",
+ "variable to have them replaced with clipboard content.": "променљива за замену са садржајем оставе.",
+ "Version": "Издање",
+ "Warning: If you update or change your embedding model, you will need to re-import all documents.": "Упозорење: ако ажурирате или промените ваш модел уградње, мораћете поново да увезете све документе.",
+ "Web": "Веб",
+ "Web Loader Settings": "Подешавања веб учитавача",
+ "Web Params": "Веб параметри",
+ "Webhook URL": "Адреса веб-куке",
+ "WebUI Add-ons": "Додаци веб интерфејса",
+ "WebUI Settings": "Подешавања веб интерфејса",
+ "WebUI will make requests to": "Веб интерфејс ће слати захтеве на",
+ "What’s New in": "Шта је ново у",
+ "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Када је историја искључена, нова ћаскања у овом прегледачу неће се појавити у вашој историји на било ком вашем уређају.",
+ "Whisper (Local)": "Whisper (локално)",
+ "Workspace": "Радни простор",
+ "Write a prompt suggestion (e.g. Who are you?)": "Напишите предлог упита (нпр. „ко си ти?“)",
+ "Write a summary in 50 words that summarizes [topic or keyword].": "Напишите сажетак у 50 речи који резимира [тему или кључну реч].",
+ "Yesterday": "Јуче",
+ "You": "Ти",
+ "You have no archived conversations.": "Немате архивиране разговоре.",
+ "You have shared this chat": "Поделили сте ово ћаскање",
+ "You're a helpful assistant.": "Ти си користан помоћник.",
+ "You're now logged in.": "Сада сте пријављени.",
+ "Youtube": "Јутјуб",
+ "Youtube Loader Settings": "Подешавања Јутјуб учитавача"
+}
diff --git a/src/lib/i18n/locales/sv-SE/translation.json b/src/lib/i18n/locales/sv-SE/translation.json
index 2876fad18c..5eccfdb526 100644
--- a/src/lib/i18n/locales/sv-SE/translation.json
+++ b/src/lib/i18n/locales/sv-SE/translation.json
@@ -10,14 +10,16 @@
"About": "Om",
"Account": "Konto",
"Accurate information": "",
+ "Add": "",
"Add a model": "Lägg till en modell",
"Add a model tag name": "Lägg till ett modellnamn",
"Add a short description about what this modelfile does": "Lägg till en kort beskrivning av vad den här modelfilen gör",
"Add a short title for this prompt": "Lägg till en kort titel för denna prompt",
"Add a tag": "Lägg till en tagg",
- "Add custom prompt": "",
+ "Add custom prompt": "Lägg till en anpassad prompt",
"Add Docs": "Lägg till dokument",
"Add Files": "Lägg till filer",
+ "Add Memory": "",
"Add message": "Lägg till meddelande",
"Add Model": "",
"Add Tags": "",
@@ -47,8 +49,8 @@
"Archived Chats": "",
"are allowed - Activate this command by typing": "är tillåtna - Aktivera detta kommando genom att skriva",
"Are you sure?": "Är du säker?",
- "Attach file": "",
- "Attention to detail": "",
+ "Attach file": "Bifoga fil",
+ "Attention to detail": "Detaljerad uppmärksamhet",
"Audio": "Ljud",
"August": "",
"Auto-playback response": "Automatisk uppspelning",
@@ -66,6 +68,8 @@
"Categories": "Kategorier",
"Change Password": "Ändra lösenord",
"Chat": "Chatt",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "Chatthistorik",
"Chat History is off for this browser.": "Chatthistoriken är avstängd för denna webbläsare.",
"Chats": "Chattar",
@@ -76,7 +80,7 @@
"Chunk Overlap": "Överlappning",
"Chunk Params": "Chunk-parametrar",
"Chunk Size": "Chunk-storlek",
- "Citation": "",
+ "Citation": "Citat",
"Click here for help.": "Klicka här för hjälp.",
"Click here to": "",
"Click here to check other modelfiles.": "Klicka här för att kontrollera andra modelfiler.",
@@ -117,7 +121,6 @@
"Dark": "Mörk",
"Dashboard": "",
"Database": "Databas",
- "DD/MM/YYYY HH:mm": "DD/MM/ÅÅÅÅ TT:mm",
"December": "",
"Default": "Standard",
"Default (Automatic1111)": "Standard (Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "Aktiverad",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "Skriv {{role}} meddelande här",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "Ange Chunk-överlappning",
"Enter Chunk Size": "Ange Chunk-storlek",
"Enter Image Size (e.g. 512x512)": "Ange bildstorlek (t.ex. 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "Allmänna inställningar",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "Hej, {{name}}",
"Help": "",
@@ -227,7 +232,7 @@
"Import Modelfiles": "Importera modelfiler",
"Import Prompts": "Importera prompts",
"Include `--api` flag when running stable-diffusion-webui": "Inkludera `--api`-flagga när du kör stabil-diffusion-webui",
- "Input commands": "",
+ "Input commands": "Indatakommandon",
"Interface": "Gränssnitt",
"Invalid Tag": "",
"January": "",
@@ -244,6 +249,7 @@
"Light": "Ljus",
"Listening...": "Lyssnar...",
"LLMs can make mistakes. Verify important information.": "LLM:er kan göra misstag. Verifiera viktig information.",
+ "LTR": "",
"Made by OpenWebUI Community": "Skapad av OpenWebUI Community",
"Make sure to enclose them with": "Se till att bifoga dem med",
"Manage LiteLLM Models": "Hantera LiteLLM-modeller",
@@ -253,7 +259,9 @@
"Max Tokens": "Max antal tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Högst 3 modeller kan laddas ner samtidigt. Vänligen försök igen senare.",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -276,16 +284,13 @@
"Modelfiles": "Modelfiler",
"Models": "Modeller",
"More": "",
- "My Documents": "Mina dokument",
- "My Modelfiles": "Mina modelfiler",
- "My Prompts": "Mina promptar",
"Name": "Namn",
"Name Tag": "Namntag",
"Name your modelfile": "Namnge din modelfil",
"New Chat": "Ny chatt",
"New Password": "Nytt lösenord",
"No results found": "",
- "No source available": "",
+ "No source available": "Ingen tilgjengelig kilde",
"Not factually correct": "",
"Not sure what to add?": "Inte säker på vad du ska lägga till?",
"Not sure what to write? Switch to": "Inte säker på vad du ska skriva? Växla till",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "PDF Extrahera bilder (OCR)",
"pending": "väntande",
"Permission denied when accessing microphone: {{error}}": "Tillstånd nekades vid åtkomst till mikrofon: {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "Lekplats",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "Roll",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
"Save": "Spara",
"Save & Create": "Spara och skapa",
- "Save & Submit": "Spara och skicka",
"Save & Update": "Spara och uppdatera",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Att spara chatloggar direkt till din webbläsares lagring stöds inte längre. Ta en stund och ladda ner och radera dina chattloggar genom att klicka på knappen nedan. Oroa dig inte, du kan enkelt importera dina chattloggar till backend genom",
"Scan": "Skanna",
@@ -378,7 +384,8 @@
"Select a mode": "Välj ett läge",
"Select a model": "Välj en modell",
"Select an Ollama instance": "Välj en Ollama-instans",
- "Select model": "",
+ "Select model": "Välj en modell",
+ "Send": "",
"Send a Message": "Skicka ett meddelande",
"Send message": "Skicka meddelande",
"September": "",
@@ -407,7 +414,7 @@
"Sign Out": "Logga ut",
"Sign up": "Registrera dig",
"Signing in": "",
- "Source": "",
+ "Source": "Källa",
"Speech recognition error: {{error}}": "Fel vid taligenkänning: {{error}}",
"Speech-to-Text Engine": "Tal-till-text-motor",
"SpeechRecognition API is not supported in this browser.": "SpeechRecognition API stöds inte i denna webbläsare.",
@@ -482,10 +489,11 @@
"What’s New in": "Vad är nytt i",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "När historiken är avstängd visas inte nya chattar i denna webbläsare i din historik på någon av dina enheter.",
"Whisper (Local)": "Whisper (lokal)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "Skriv ett förslag (t.ex. Vem är du?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Skriv en sammanfattning på 50 ord som sammanfattar [ämne eller nyckelord].",
"Yesterday": "",
- "You": "Du",
+ "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Du är en hjälpsam assistent.",
diff --git a/src/lib/i18n/locales/tr-TR/translation.json b/src/lib/i18n/locales/tr-TR/translation.json
index 5510678ad3..0ae2bddce7 100644
--- a/src/lib/i18n/locales/tr-TR/translation.json
+++ b/src/lib/i18n/locales/tr-TR/translation.json
@@ -10,14 +10,16 @@
"About": "Hakkında",
"Account": "Hesap",
"Accurate information": "Doğru bilgi",
+ "Add": "",
"Add a model": "Bir model ekleyin",
"Add a model tag name": "Bir model etiket adı ekleyin",
"Add a short description about what this modelfile does": "Bu model dosyasının ne yaptığı hakkında kısa bir açıklama ekleyin",
"Add a short title for this prompt": "Bu prompt için kısa bir başlık ekleyin",
"Add a tag": "Bir etiket ekleyin",
- "Add custom prompt": "",
+ "Add custom prompt": "Özel prompt ekle",
"Add Docs": "Dökümanlar Ekle",
"Add Files": "Dosyalar Ekle",
+ "Add Memory": "",
"Add message": "Mesaj ekle",
"Add Model": "Model Ekle",
"Add Tags": "Etiketler ekle",
@@ -28,7 +30,7 @@
"Admin Settings": "Yönetici Ayarları",
"Advanced Parameters": "Gelişmiş Parametreler",
"all": "tümü",
- "All Documents": "",
+ "All Documents": "Tüm Belgeler",
"All Users": "Tüm Kullanıcılar",
"Allow": "İzin ver",
"Allow Chat Deletion": "Sohbet Silmeye İzin Ver",
@@ -36,21 +38,21 @@
"Already have an account?": "Zaten bir hesabınız mı var?",
"an assistant": "bir asistan",
"and": "ve",
- "and create a new shared link.": "",
+ "and create a new shared link.": "ve yeni bir paylaşılan bağlantı oluşturun.",
"API Base URL": "API Temel URL",
"API Key": "API Anahtarı",
"API Key created.": "API Anahtarı oluşturuldu.",
"API keys": "API anahtarları",
"API RPM": "API RPM",
- "April": "",
+ "April": "Nisan",
"Archive": "Arşiv",
"Archived Chats": "Arşivlenmiş Sohbetler",
"are allowed - Activate this command by typing": "izin verilir - Bu komutu yazarak etkinleştirin",
"Are you sure?": "Emin misiniz?",
- "Attach file": "",
+ "Attach file": "Dosya ekle",
"Attention to detail": "Ayrıntılara dikkat",
"Audio": "Ses",
- "August": "",
+ "August": "Ağustos",
"Auto-playback response": "Yanıtı otomatik oynatma",
"Auto-send input after 3 sec.": "3 saniye sonra otomatik olarak gönder",
"AUTOMATIC1111 Base URL": "AUTOMATIC1111 Temel URL",
@@ -58,14 +60,16 @@
"available!": "mevcut!",
"Back": "Geri",
"Bad Response": "Kötü Yanıt",
- "before": "",
+ "before": "önce",
"Being lazy": "Tembelleşiyor",
"Builder Mode": "Oluşturucu Modu",
- "Bypass SSL verification for Websites": "",
+ "Bypass SSL verification for Websites": "Web Siteleri için SSL doğrulamasını atlayın",
"Cancel": "İptal",
"Categories": "Kategoriler",
"Change Password": "Parola Değiştir",
"Chat": "Sohbet",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "Sohbet Geçmişi",
"Chat History is off for this browser.": "Bu tarayıcı için sohbet geçmişi kapalı.",
"Chats": "Sohbetler",
@@ -76,9 +80,9 @@
"Chunk Overlap": "Chunk Çakışması",
"Chunk Params": "Chunk Parametreleri",
"Chunk Size": "Chunk Boyutu",
- "Citation": "",
+ "Citation": "Alıntı",
"Click here for help.": "Yardım için buraya tıklayın.",
- "Click here to": "",
+ "Click here to": "Şunu yapmak için buraya tıklayın:",
"Click here to check other modelfiles.": "Diğer model dosyalarını kontrol etmek için buraya tıklayın.",
"Click here to select": "Seçmek için buraya tıklayın",
"Click here to select a csv file.": "Bir CSV dosyası seçmek için buraya tıklayın.",
@@ -95,7 +99,7 @@
"Connections": "Bağlantılar",
"Content": "İçerik",
"Context Length": "Bağlam Uzunluğu",
- "Continue Response": "",
+ "Continue Response": "Yanıta Devam Et",
"Conversation Mode": "Sohbet Modu",
"Copied shared chat URL to clipboard!": "Paylaşılan sohbet URL'si panoya kopyalandı!",
"Copy": "Kopyala",
@@ -106,8 +110,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Aşağıdaki sorgu için başlık olarak 3-5 kelimelik kısa ve öz bir ifade oluşturun, 3-5 kelime sınırına kesinlikle uyun ve 'başlık' kelimesini kullanmaktan kaçının:",
"Create a modelfile": "Bir model dosyası oluştur",
"Create Account": "Hesap Oluştur",
- "Create new key": "",
- "Create new secret key": "",
+ "Create new key": "Yeni anahtar oluştur",
+ "Create new secret key": "Yeni gizli anahtar oluştur",
"Created at": "Oluşturulma tarihi",
"Created At": "Şu Tarihte Oluşturuldu:",
"Current Model": "Mevcut Model",
@@ -115,10 +119,9 @@
"Custom": "Özel",
"Customize Ollama models for a specific purpose": "Ollama modellerini belirli bir amaç için özelleştirin",
"Dark": "Koyu",
- "Dashboard": "",
+ "Dashboard": "Panel",
"Database": "Veritabanı",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
- "December": "",
+ "December": "Aralık",
"Default": "Varsayılan",
"Default (Automatic1111)": "Varsayılan (Automatic1111)",
"Default (SentenceTransformers)": "Varsayılan (SentenceTransformers)",
@@ -132,7 +135,7 @@
"Delete chat": "Sohbeti sil",
"Delete Chat": "Sohbeti Sil",
"Delete Chats": "Sohbetleri Sil",
- "delete this link": "",
+ "delete this link": "bu bağlantıyı sil",
"Delete User": "Kullanıcıyı Sil",
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} silindi",
"Deleted {{tagName}}": "{{tagName}} silindi",
@@ -152,7 +155,7 @@
"Don't have an account?": "Hesabınız yok mu?",
"Don't like the style": "Tarzını beğenmedim",
"Download": "İndir",
- "Download canceled": "",
+ "Download canceled": "İndirme iptal edildi",
"Download Database": "Veritabanını İndir",
"Drop any files here to add to the conversation": "Sohbete eklemek istediğiniz dosyaları buraya bırakın",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "örn. '30s', '10m'. Geçerli zaman birimleri 's', 'm', 'h'.",
@@ -160,7 +163,7 @@
"Edit Doc": "Belgeyi Düzenle",
"Edit User": "Kullanıcıyı Düzenle",
"Email": "E-posta",
- "Embedding Model": "",
+ "Embedding Model": "Gömme Modeli",
"Embedding Model Engine": "Gömme Modeli Motoru",
"Embedding model set to \"{{embedding_model}}\"": "Gömme modeli \"{{embedding_model}}\" olarak ayarlandı",
"Enable Chat History": "Sohbet Geçmişini Etkinleştir",
@@ -168,10 +171,11 @@
"Enabled": "Etkin",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "CSV dosyanızın şu sırayla 4 sütun içerdiğinden emin olun: İsim, E-posta, Şifre, Rol.",
"Enter {{role}} message here": "Buraya {{role}} mesajını girin",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "Chunk Örtüşmesini Girin",
"Enter Chunk Size": "Chunk Boyutunu Girin",
"Enter Image Size (e.g. 512x512)": "Görüntü Boyutunu Girin (örn. 512x512)",
- "Enter language codes": "",
+ "Enter language codes": "Dil kodlarını girin",
"Enter LiteLLM API Base URL (litellm_params.api_base)": "LiteLLM API Ana URL'sini Girin (litellm_params.api_base)",
"Enter LiteLLM API Key (litellm_params.api_key)": "LiteLLM API Anahtarını Girin (litellm_params.api_key)",
"Enter LiteLLM API RPM (litellm_params.rpm)": "LiteLLM API RPM'ini Girin (litellm_params.rpm)",
@@ -183,7 +187,7 @@
"Enter stop sequence": "Durdurma dizisini girin",
"Enter Top K": "Top K'yı girin",
"Enter URL (e.g. http://127.0.0.1:7860/)": "URL'yi Girin (örn. http://127.0.0.1:7860/)",
- "Enter URL (e.g. http://localhost:11434)": "",
+ "Enter URL (e.g. http://localhost:11434)": "URL'yi Girin (e.g. http://localhost:11434)",
"Enter Your Email": "E-postanızı Girin",
"Enter Your Full Name": "Tam Adınızı Girin",
"Enter Your Password": "Parolanızı Girin",
@@ -196,7 +200,7 @@
"Export Prompts": "Promptları Dışa Aktar",
"Failed to create API Key.": "API Anahtarı oluşturulamadı.",
"Failed to read clipboard contents": "Pano içeriği okunamadı",
- "February": "",
+ "February": "Şubat",
"Feel free to add specific details": "Spesifik ayrıntılar eklemekten çekinmeyin",
"File Mode": "Dosya Modu",
"File not found.": "Dosya bulunamadı.",
@@ -211,9 +215,10 @@
"General Settings": "Genel Ayarlar",
"Generation Info": "Üretim Bilgisi",
"Good Response": "İyi Yanıt",
+ "h:mm a": "",
"has no conversations.": "hiç konuşması yok.",
"Hello, {{name}}": "Merhaba, {{name}}",
- "Help": "",
+ "Help": "Yardım",
"Hide": "Gizle",
"Hide Additional Params": "Ek Parametreleri Gizle",
"How can I help you today?": "Bugün size nasıl yardımcı olabilirim?",
@@ -227,14 +232,14 @@
"Import Modelfiles": "Model Dosyalarını İçe Aktar",
"Import Prompts": "Promptları İçe Aktar",
"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webui çalıştırılırken `--api` bayrağını dahil edin",
- "Input commands": "",
+ "Input commands": "Giriş komutları",
"Interface": "Arayüz",
- "Invalid Tag": "",
- "January": "",
+ "Invalid Tag": "Geçersiz etiket",
+ "January": "Ocak",
"join our Discord for help.": "yardım için Discord'umuza katılın.",
"JSON": "JSON",
- "July": "",
- "June": "",
+ "July": "Temmuz",
+ "June": "Haziran",
"JWT Expiration": "JWT Bitişi",
"JWT Token": "JWT Token",
"Keep Alive": "Canlı Tut",
@@ -244,16 +249,19 @@
"Light": "Açık",
"Listening...": "Dinleniyor...",
"LLMs can make mistakes. Verify important information.": "LLM'ler hata yapabilir. Önemli bilgileri doğrulayın.",
+ "LTR": "",
"Made by OpenWebUI Community": "OpenWebUI Topluluğu tarafından yapılmıştır",
"Make sure to enclose them with": "Değişkenlerinizi şu şekilde biçimlendirin:",
"Manage LiteLLM Models": "LiteLLM Modellerini Yönet",
"Manage Models": "Modelleri Yönet",
"Manage Ollama Models": "Ollama Modellerini Yönet",
- "March": "",
+ "March": "Mart",
"Max Tokens": "Maksimum Token",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Aynı anda en fazla 3 model indirilebilir. Lütfen daha sonra tekrar deneyin.",
- "May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "May": "Mayıs",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "Minimum Skor",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -276,23 +284,20 @@
"Modelfiles": "Model Dosyaları",
"Models": "Modeller",
"More": "Daha Fazla",
- "My Documents": "Belgelerim",
- "My Modelfiles": "Model Dosyalarım",
- "My Prompts": "Promptlarım",
"Name": "Ad",
"Name Tag": "Ad Etiketi",
"Name your modelfile": "Model dosyanıza ad verin",
"New Chat": "Yeni Sohbet",
"New Password": "Yeni Parola",
- "No results found": "",
- "No source available": "",
+ "No results found": "Sonuç bulunamadı",
+ "No source available": "Kaynak mevcut değil",
"Not factually correct": "Gerçeklere göre doğru değil",
"Not sure what to add?": "Ne ekleyeceğinizden emin değil misiniz?",
"Not sure what to write? Switch to": "Ne yazacağınızdan emin değil misiniz? Şuraya geçin",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Not: Minimum bir skor belirlerseniz, arama yalnızca minimum skora eşit veya daha yüksek bir skora sahip belgeleri getirecektir.",
"Notifications": "Bildirimler",
- "November": "",
- "October": "",
+ "November": "Kasım",
+ "October": "Ekim",
"Off": "Kapalı",
"Okay, Let's Go!": "Tamam, Hadi Başlayalım!",
"OLED Dark": "OLED Koyu",
@@ -316,25 +321,26 @@
"OpenAI URL/Key required.": "OpenAI URL/Anahtar gereklidir.",
"or": "veya",
"Other": "Diğer",
- "Overview": "",
+ "Overview": "Genel Bakış",
"Parameters": "Parametreler",
"Password": "Parola",
"PDF document (.pdf)": "PDF belgesi (.pdf)",
"PDF Extract Images (OCR)": "PDF Görüntülerini Çıkart (OCR)",
"pending": "beklemede",
"Permission denied when accessing microphone: {{error}}": "Mikrofona erişim izni reddedildi: {{error}}",
+ "Personalization": "",
"Plain text (.txt)": "Düz metin (.txt)",
"Playground": "Oyun Alanı",
"Positive attitude": "Olumlu yaklaşım",
- "Previous 30 days": "",
- "Previous 7 days": "",
+ "Previous 30 days": "Önceki 30 gün",
+ "Previous 7 days": "Önceki 7 gün",
"Profile Image": "Profil Fotoğrafı",
- "Prompt": "",
+ "Prompt": "Prompt",
"Prompt (e.g. Tell me a fun fact about the Roman Empire)": "Prompt (örn. Roma İmparatorluğu hakkında ilginç bir bilgi verin)",
"Prompt Content": "Prompt İçeriği",
"Prompt suggestions": "Prompt önerileri",
"Prompts": "Promptlar",
- "Pull \"{{searchValue}}\" from Ollama.com": "",
+ "Pull \"{{searchValue}}\" from Ollama.com": "Ollama.com'dan \"{{searchValue}}\" çekin",
"Pull a model from Ollama.com": "Ollama.com'dan bir model çekin",
"Pull Progress": "Çekme İlerlemesi",
"Query Params": "Sorgu Parametreleri",
@@ -347,12 +353,12 @@
"Regenerate": "Tekrar Oluştur",
"Release Notes": "Sürüm Notları",
"Remove": "Kaldır",
- "Remove Model": "",
- "Rename": "",
+ "Remove Model": "Modeli Kaldır",
+ "Rename": "Yeniden Adlandır",
"Repeat Last N": "Son N'yi Tekrar Et",
"Repeat Penalty": "Tekrar Cezası",
"Request Mode": "İstek Modu",
- "Reranking Model": "",
+ "Reranking Model": "Yeniden Sıralama Modeli",
"Reranking model disabled": "Yeniden sıralama modeli devre dışı bırakıldı",
"Reranking model set to \"{{reranking_model}}\"": "Yeniden sıralama modeli \"{{reranking_model}}\" olarak ayarlandı",
"Reset Vector Storage": "Vektör Depolamayı Sıfırla",
@@ -360,9 +366,9 @@
"Role": "Rol",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
"Save": "Kaydet",
"Save & Create": "Kaydet ve Oluştur",
- "Save & Submit": "Kaydet ve Gönder",
"Save & Update": "Kaydet ve Güncelle",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Sohbet kayıtlarının doğrudan tarayıcınızın depolama alanına kaydedilmesi artık desteklenmemektedir. Lütfen aşağıdaki butona tıklayarak sohbet kayıtlarınızı indirmek ve silmek için bir dakikanızı ayırın. Endişelenmeyin, sohbet günlüklerinizi arkayüze kolayca yeniden aktarabilirsiniz:",
"Scan": "Tarama",
@@ -378,17 +384,18 @@
"Select a mode": "Bir mod seç",
"Select a model": "Bir model seç",
"Select an Ollama instance": "Bir Ollama örneği seçin",
- "Select model": "",
+ "Select model": "Model seç",
+ "Send": "",
"Send a Message": "Bir Mesaj Gönder",
"Send message": "Mesaj gönder",
- "September": "",
+ "September": "Eylül",
"Server connection verified": "Sunucu bağlantısı doğrulandı",
"Set as default": "Varsayılan olarak ayarla",
"Set Default Model": "Varsayılan Modeli Ayarla",
- "Set embedding model (e.g. {{model}})": "",
+ "Set embedding model (e.g. {{model}})": "Gömme modelini ayarlayın (örn. {{model}})",
"Set Image Size": "Görüntü Boyutunu Ayarla",
"Set Model": "Model Ayarla",
- "Set reranking model (e.g. {{model}})": "",
+ "Set reranking model (e.g. {{model}})": "Yeniden sıralama modelini ayarlayın (örn. {{model}})",
"Set Steps": "Adımları Ayarla",
"Set Title Auto-Generation Model": "Otomatik Başlık Oluşturma Modelini Ayarla",
"Set Voice": "Ses Ayarla",
@@ -401,13 +408,13 @@
"Show": "Göster",
"Show Additional Params": "Ek Parametreleri Göster",
"Show shortcuts": "Kısayolları göster",
- "Showcased creativity": "",
+ "Showcased creativity": "Sergilenen yaratıcılık",
"sidebar": "kenar çubuğu",
"Sign in": "Oturum aç",
"Sign Out": "Çıkış Yap",
"Sign up": "Kaydol",
"Signing in": "Oturum açma",
- "Source": "",
+ "Source": "Kaynak",
"Speech recognition error: {{error}}": "Konuşma tanıma hatası: {{error}}",
"Speech-to-Text Engine": "Konuşmadan Metne Motoru",
"SpeechRecognition API is not supported in this browser.": "SpeechRecognition API bu tarayıcıda desteklenmiyor.",
@@ -417,7 +424,7 @@
"Subtitle (e.g. about the Roman Empire)": "Alt başlık (örn. Roma İmparatorluğu hakkında)",
"Success": "Başarılı",
"Successfully updated.": "Başarıyla güncellendi.",
- "Suggested": "",
+ "Suggested": "Önerilen",
"Sync All": "Tümünü Senkronize Et",
"System": "Sistem",
"System Prompt": "Sistem Promptu",
@@ -438,13 +445,13 @@
"Title": "Başlık",
"Title (e.g. Tell me a fun fact)": "Başlık (e.g. Bana ilginç bir bilgi ver)",
"Title Auto-Generation": "Otomatik Başlık Oluşturma",
- "Title cannot be an empty string.": "",
+ "Title cannot be an empty string.": "Başlık boş bir dize olamaz.",
"Title Generation Prompt": "Başlık Oluşturma Promptu",
"to": "için",
"To access the available model names for downloading,": "İndirilebilir mevcut model adlarına erişmek için,",
"To access the GGUF models available for downloading,": "İndirilebilir mevcut GGUF modellerine erişmek için,",
"to chat input.": "sohbet girişine.",
- "Today": "",
+ "Today": "Bugün",
"Toggle settings": "Ayarları Aç/Kapat",
"Toggle sidebar": "Kenar Çubuğunu Aç/Kapat",
"Top K": "Top K",
@@ -473,8 +480,8 @@
"Version": "Sürüm",
"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Uyarı: Gömme modelinizi günceller veya değiştirirseniz, tüm belgeleri yeniden içe aktarmanız gerekecektir.",
"Web": "Web",
- "Web Loader Settings": "",
- "Web Params": "",
+ "Web Loader Settings": "Web Yükleyici Ayarları",
+ "Web Params": "Web Parametreleri",
"Webhook URL": "Webhook URL",
"WebUI Add-ons": "WebUI Eklentileri",
"WebUI Settings": "WebUI Ayarları",
@@ -482,14 +489,15 @@
"What’s New in": "Yenilikler:",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Geçmiş kapatıldığında, bu tarayıcıdaki yeni sohbetler hiçbir cihazınızdaki geçmişinizde görünmez.",
"Whisper (Local)": "Whisper (Yerel)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "Bir prompt önerisi yazın (örn. Sen kimsin?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "[Konuyu veya anahtar kelimeyi] özetleyen 50 kelimelik bir özet yazın.",
- "Yesterday": "",
- "You": "Siz",
- "You have no archived conversations.": "",
- "You have shared this chat": "",
+ "Yesterday": "Dün",
+ "You": "",
+ "You have no archived conversations.": "Arşivlenmiş sohbetleriniz yok.",
+ "You have shared this chat": "Bu sohbeti paylaştınız",
"You're a helpful assistant.": "Sen yardımcı bir asistansın.",
"You're now logged in.": "Şimdi oturum açtınız.",
"Youtube": "Youtube",
- "Youtube Loader Settings": ""
+ "Youtube Loader Settings": "Youtube Yükleyici Ayarları"
}
diff --git a/src/lib/i18n/locales/uk-UA/translation.json b/src/lib/i18n/locales/uk-UA/translation.json
index 20af5b450f..ebadc98c01 100644
--- a/src/lib/i18n/locales/uk-UA/translation.json
+++ b/src/lib/i18n/locales/uk-UA/translation.json
@@ -4,31 +4,33 @@
"(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)",
"(latest)": "(остання)",
"{{modelName}} is thinking...": "{{modelName}} думає...",
- "{{user}}'s Chats": "",
- "{{webUIName}} Backend Required": "Необхідний бекенд {{webUIName}}",
+ "{{user}}'s Chats": "Чати {{user}}а",
+ "{{webUIName}} Backend Required": "Необхідно підключення бекенду {{webUIName}}",
"a user": "користувача",
"About": "Про програму",
"Account": "Обліковий запис",
- "Accurate information": "",
+ "Accurate information": "Точна інформація",
+ "Add": "",
"Add a model": "Додати модель",
"Add a model tag name": "Додати ім'я тегу моделі",
"Add a short description about what this modelfile does": "Додати короткий опис того, що робить цей файл моделі",
"Add a short title for this prompt": "Додати коротку назву для цього промту",
"Add a tag": "Додайте тег",
- "Add custom prompt": "",
+ "Add custom prompt": "Додати користувацьку підказку",
"Add Docs": "Додати документи",
"Add Files": "Додати файли",
+ "Add Memory": "",
"Add message": "Додати повідомлення",
- "Add Model": "",
+ "Add Model": "Додати модель",
"Add Tags": "додати теги",
- "Add User": "",
+ "Add User": "Додати користувача",
"Adjusting these settings will apply changes universally to all users.": "Зміни в цих налаштуваннях будуть застосовані для всіх користувачів.",
"admin": "адмін",
"Admin Panel": "Панель адміністратора",
"Admin Settings": "Налаштування адміністратора",
"Advanced Parameters": "Розширені параметри",
"all": "всі",
- "All Documents": "",
+ "All Documents": "Усі документи",
"All Users": "Всі користувачі",
"Allow": "Дозволити",
"Allow Chat Deletion": "Дозволити видалення чату",
@@ -36,36 +38,38 @@
"Already have an account?": "Вже є обліковий запис?",
"an assistant": "асистента",
"and": "та",
- "and create a new shared link.": "",
- "API Base URL": "Базова адреса URL API",
+ "and create a new shared link.": "і створіть нове спільне посилання.",
+ "API Base URL": "URL-адреса API",
"API Key": "Ключ API",
- "API Key created.": "",
- "API keys": "",
+ "API Key created.": "Ключ API створено.",
+ "API keys": "Ключі API",
"API RPM": "API RPM",
- "April": "",
- "Archive": "",
- "Archived Chats": "запис чату",
+ "April": "Квітень",
+ "Archive": "Архів",
+ "Archived Chats": "Архівовані чати",
"are allowed - Activate this command by typing": "дозволено - активізуйте цю команду набором",
"Are you sure?": "Ви впевнені?",
- "Attach file": "",
- "Attention to detail": "",
+ "Attach file": "Прикріпити файл",
+ "Attention to detail": "Увага до деталей",
"Audio": "Аудіо",
- "August": "",
+ "August": "Серпень",
"Auto-playback response": "Автоматичне відтворення відповіді",
- "Auto-send input after 3 sec.": "Автоматична відправка вводу через 3 сек.",
- "AUTOMATIC1111 Base URL": "Базова адреса URL AUTOMATIC1111",
- "AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 Необхідна URL-адреса.",
+ "Auto-send input after 3 sec.": "Автоматична відправка через 3 сек.",
+ "AUTOMATIC1111 Base URL": "URL-адреса AUTOMATIC1111",
+ "AUTOMATIC1111 Base URL is required.": "Необхідна URL-адреса AUTOMATIC1111.",
"available!": "доступно!",
"Back": "Назад",
- "Bad Response": "",
- "before": "",
- "Being lazy": "",
+ "Bad Response": "Неправильна відповідь",
+ "before": "до того, як",
+ "Being lazy": "Не поспішати",
"Builder Mode": "Режим конструктора",
- "Bypass SSL verification for Websites": "",
+ "Bypass SSL verification for Websites": "Обхід SSL-перевірки для веб-сайтів",
"Cancel": "Скасувати",
"Categories": "Категорії",
"Change Password": "Змінити пароль",
"Chat": "Чат",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "Історія чату",
"Chat History is off for this browser.": "Історія чату вимкнена для цього браузера.",
"Chats": "Чати",
@@ -76,68 +80,67 @@
"Chunk Overlap": "Перекриття фрагментів",
"Chunk Params": "Параметри фрагментів",
"Chunk Size": "Розмір фрагменту",
- "Citation": "",
+ "Citation": "Цитування",
"Click here for help.": "Клацніть тут, щоб отримати допомогу.",
- "Click here to": "",
+ "Click here to": "Натисніть тут, щоб",
"Click here to check other modelfiles.": "Клацніть тут, щоб перевірити інші файли моделей.",
"Click here to select": "Натисніть тут, щоб вибрати",
- "Click here to select a csv file.": "",
+ "Click here to select a csv file.": "Натисніть тут, щоб вибрати csv-файл.",
"Click here to select documents.": "Натисніть тут, щоб вибрати документи.",
"click here.": "клацніть тут.",
"Click on the user role button to change a user's role.": "Натисніть кнопку ролі користувача, щоб змінити роль користувача.",
"Close": "Закрити",
"Collection": "Колекція",
- "ComfyUI": "",
- "ComfyUI Base URL": "",
- "ComfyUI Base URL is required.": "",
+ "ComfyUI": "ComfyUI",
+ "ComfyUI Base URL": "URL-адреса ComfyUI",
+ "ComfyUI Base URL is required.": "Необхідно вказати URL-адресу ComfyUI.",
"Command": "Команда",
"Confirm Password": "Підтвердіть пароль",
"Connections": "З'єднання",
"Content": "Зміст",
"Context Length": "Довжина контексту",
- "Continue Response": "",
+ "Continue Response": "Продовжити відповідь",
"Conversation Mode": "Режим розмови",
- "Copied shared chat URL to clipboard!": "",
- "Copy": "",
+ "Copied shared chat URL to clipboard!": "Скопійовано URL-адресу спільного чату в буфер обміну!",
+ "Copy": "Копіювати",
"Copy last code block": "Копіювати останній блок коду",
"Copy last response": "Копіювати останню відповідь",
- "Copy Link": "",
+ "Copy Link": "Копіювати посилання",
"Copying to clipboard was successful!": "Копіювання в буфер обміну виконано успішно!",
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':",
"Create a modelfile": "Створити файл моделі",
"Create Account": "Створити обліковий запис",
- "Create new key": "",
- "Create new secret key": "",
- "Created at": "Створено",
- "Created At": "",
+ "Create new key": "Створити новий ключ",
+ "Create new secret key": "Створити новий секретний ключ",
+ "Created at": "Створено у",
+ "Created At": "Створено у",
"Current Model": "Поточна модель",
"Current Password": "Поточний пароль",
"Custom": "Налаштувати",
"Customize Ollama models for a specific purpose": "Налаштувати моделі Ollama для конкретної мети",
"Dark": "Темна",
- "Dashboard": "",
+ "Dashboard": "Панель управління",
"Database": "База даних",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
- "December": "",
+ "December": "Грудень",
"Default": "За замовчуванням",
"Default (Automatic1111)": "За замовчуванням (Automatic1111)",
- "Default (SentenceTransformers)": "",
+ "Default (SentenceTransformers)": "За замовчуванням (SentenceTransformers)",
"Default (Web API)": "За замовчуванням (Web API)",
"Default model updated": "Модель за замовчуванням оновлено",
"Default Prompt Suggestions": "Пропозиції промтів замовчуванням",
"Default User Role": "Роль користувача за замовчуванням",
"delete": "видалити",
- "Delete": "",
+ "Delete": "Видалити",
"Delete a model": "Видалити модель",
"Delete chat": "Видалити чат",
- "Delete Chat": "",
+ "Delete Chat": "Видалити чат",
"Delete Chats": "Видалити чати",
- "delete this link": "",
- "Delete User": "",
+ "delete this link": "видалити це посилання",
+ "Delete User": "Видалити користувача",
"Deleted {{deleteModelTag}}": "Видалено {{deleteModelTag}}",
- "Deleted {{tagName}}": "",
+ "Deleted {{tagName}}": "Видалено {{tagName}}",
"Description": "Опис",
- "Didn't fully follow instructions": "",
+ "Didn't fully follow instructions": "Не повністю дотримувалися інструкцій",
"Disabled": "Вимкнено",
"Discover a modelfile": "Знайти файл моделі",
"Discover a prompt": "Знайти промт",
@@ -150,74 +153,76 @@
"does not make any external connections, and your data stays securely on your locally hosted server.": "не встановлює жодних зовнішніх з'єднань, і ваші дані залишаються в безпеці на вашому локальному сервері.",
"Don't Allow": "Не дозволяти",
"Don't have an account?": "Немає облікового запису?",
- "Don't like the style": "",
- "Download": "",
- "Download canceled": "",
+ "Don't like the style": "Не подобається стиль",
+ "Download": "Завантажити",
+ "Download canceled": "Завантаження скасовано",
"Download Database": "Завантажити базу даних",
"Drop any files here to add to the conversation": "Перетягніть сюди файли, щоб додати до розмови",
- "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "напр. '30s','10m'. Дійсні одиниці часу: 'с', 'хв', 'г'.",
- "Edit": "",
+ "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "напр., '30s','10m'. Дійсні одиниці часу: 'с', 'хв', 'г'.",
+ "Edit": "Редагувати",
"Edit Doc": "Редагувати документ",
"Edit User": "Редагувати користувача",
"Email": "Електронна пошта",
- "Embedding Model": "",
- "Embedding Model Engine": "",
- "Embedding model set to \"{{embedding_model}}\"": "",
+ "Embedding Model": "Модель вбудовування",
+ "Embedding Model Engine": "Двигун модели встраивания ",
+ "Embedding model set to \"{{embedding_model}}\"": "Встановлена модель вбудовування \"{{embedding_model}}\"",
"Enable Chat History": "Увімкнути історію чату",
"Enable New Sign Ups": "Дозволити нові реєстрації",
"Enabled": "Увімкнено",
- "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
+ "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Переконайтеся, що ваш CSV-файл містить 4 колонки в такому порядку: Ім'я, Email, Пароль, Роль.",
"Enter {{role}} message here": "Введіть повідомлення {{role}} тут",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "Введіть перекриття фрагменту",
"Enter Chunk Size": "Введіть розмір фрагменту",
- "Enter Image Size (e.g. 512x512)": "Введіть розмір зображення (напр. 512x512)",
- "Enter language codes": "",
+ "Enter Image Size (e.g. 512x512)": "Введіть розмір зображення (напр., 512x512)",
+ "Enter language codes": "Введіть мовні коди",
"Enter LiteLLM API Base URL (litellm_params.api_base)": "Введіть URL-адресу API LiteLLM (litellm_params.api_base)",
"Enter LiteLLM API Key (litellm_params.api_key)": "Введіть ключ API LiteLLM (litellm_params.api_key)",
"Enter LiteLLM API RPM (litellm_params.rpm)": "Введіть RPM API LiteLLM (litellm_params.rpm)",
"Enter LiteLLM Model (litellm_params.model)": "Введіть модель LiteLLM (litellm_params.model)",
"Enter Max Tokens (litellm_params.max_tokens)": "Введіть максимальну кількість токенів (litellm_params.max_tokens)",
- "Enter model tag (e.g. {{modelTag}})": "Введіть тег моделі (напр. {{modelTag}})",
- "Enter Number of Steps (e.g. 50)": "Введіть кількість кроків (напр. 50)",
- "Enter Score": "",
+ "Enter model tag (e.g. {{modelTag}})": "Введіть тег моделі (напр., {{modelTag}})",
+ "Enter Number of Steps (e.g. 50)": "Введіть кількість кроків (напр., 50)",
+ "Enter Score": "Введіть бал",
"Enter stop sequence": "Введіть символ зупинки",
"Enter Top K": "Введіть Top K",
- "Enter URL (e.g. http://127.0.0.1:7860/)": "Введіть URL-адресу (напр. http://127.0.0.1:7860/)",
- "Enter URL (e.g. http://localhost:11434)": "",
+ "Enter URL (e.g. http://127.0.0.1:7860/)": "Введіть URL-адресу (напр., http://127.0.0.1:7860/)",
+ "Enter URL (e.g. http://localhost:11434)": "Введіть URL-адресу (напр., http://localhost:11434)",
"Enter Your Email": "Введіть вашу електронну пошту",
"Enter Your Full Name": "Введіть ваше ім'я",
"Enter Your Password": "Введіть ваш пароль",
- "Enter Your Role": "",
+ "Enter Your Role": "Введіть вашу роль",
"Experimental": "Експериментальне",
"Export All Chats (All Users)": "Експортувати всі чати (всі користувачі)",
"Export Chats": "Експортувати чати",
"Export Documents Mapping": "Експортувати відображення документів",
"Export Modelfiles": "Експортувати файл моделі",
"Export Prompts": "Експортувати промти",
- "Failed to create API Key.": "",
+ "Failed to create API Key.": "Не вдалося створити API ключ.",
"Failed to read clipboard contents": "Не вдалося прочитати вміст буфера обміну",
- "February": "",
- "Feel free to add specific details": "",
+ "February": "Лютий",
+ "Feel free to add specific details": "Не соромтеся додавати конкретні деталі",
"File Mode": "Файловий режим",
"File not found.": "Файл не знайдено.",
- "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
+ "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Виявлено підробку відбитків: Неможливо використовувати ініціали як аватар. Повернення до зображення профілю за замовчуванням.",
"Fluidly stream large external response chunks": "Плавно передавати великі фрагменти зовнішніх відповідей",
"Focus chat input": "Фокус вводу чату",
- "Followed instructions perfectly": "",
+ "Followed instructions perfectly": "Бездоганно дотримувався інструкцій",
"Format your variables using square brackets like this:": "Форматуйте свої змінні квадратними дужками так:",
"From (Base Model)": "Від (базова модель)",
"Full Screen Mode": "Режим повного екрану",
"General": "Загальні",
"General Settings": "Загальні налаштування",
- "Generation Info": "",
- "Good Response": "",
- "has no conversations.": "",
+ "Generation Info": "Інформація про генерацію",
+ "Good Response": "Гарна відповідь",
+ "h:mm a": "",
+ "has no conversations.": "не має розмов.",
"Hello, {{name}}": "Привіт, {{name}}",
- "Help": "",
+ "Help": "Допоможіть",
"Hide": "Приховати",
"Hide Additional Params": "Приховати додаткові параметри",
"How can I help you today?": "Чим я можу допомогти вам сьогодні?",
- "Hybrid Search": "",
+ "Hybrid Search": "Гібридний пошук",
"Image Generation (Experimental)": "Генерування зображень (експериментально)",
"Image Generation Engine": "Механізм генерації зображень",
"Image Settings": "Налаштування зображення",
@@ -227,44 +232,47 @@
"Import Modelfiles": "Імпортувати файл моделі",
"Import Prompts": "Імпортувати промти",
"Include `--api` flag when running stable-diffusion-webui": "Включіть прапор `--api` при запуску stable-diffusion-webui",
- "Input commands": "",
+ "Input commands": "Команди вводу",
"Interface": "Інтерфейс",
- "Invalid Tag": "",
- "January": "",
+ "Invalid Tag": "Недійсний тег",
+ "January": "Січень",
"join our Discord for help.": "приєднуйтеся до нашого Discord для допомоги.",
"JSON": "JSON",
- "July": "",
- "June": "",
+ "July": "Липень",
+ "June": "Червень",
"JWT Expiration": "Термін дії JWT",
"JWT Token": "Токен JWT",
"Keep Alive": "Зберегти активність",
"Keyboard shortcuts": "Клавіатурні скорочення",
"Language": "Мова",
- "Last Active": "",
+ "Last Active": "Остання активність",
"Light": "Світла",
"Listening...": "Слухаю...",
"LLMs can make mistakes. Verify important information.": "LLMs можуть помилятися. Перевірте важливу інформацію.",
+ "LTR": "",
"Made by OpenWebUI Community": "Зроблено спільнотою OpenWebUI",
"Make sure to enclose them with": "Переконайтеся, що вони закриті",
"Manage LiteLLM Models": "Керування моделями LiteLLM",
"Manage Models": "Керування моделями",
"Manage Ollama Models": "Керування моделями Ollama",
- "March": "",
+ "March": "Березень",
"Max Tokens": "Максимальна кількість токенів",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Максимум 3 моделі можна завантажити одночасно. Будь ласка, спробуйте пізніше.",
- "May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
- "Minimum Score": "",
+ "May": "Травень",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
+ "Minimum Score": "Мінімальний бал",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"MMMM DD, YYYY": "MMMM DD, YYYY",
- "MMMM DD, YYYY HH:mm": "",
+ "MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
"Model '{{modelName}}' has been successfully downloaded.": "Модель '{{modelName}}' успішно завантажено.",
"Model '{{modelTag}}' is already in queue for downloading.": "Модель '{{modelTag}}' вже знаходиться в черзі на завантаження.",
"Model {{modelId}} not found": "Модель {{modelId}} не знайдено",
"Model {{modelName}} already exists.": "Модель {{modelName}} вже існує.",
- "Model filesystem path detected. Model shortname is required for update, cannot continue.": "",
+ "Model filesystem path detected. Model shortname is required for update, cannot continue.": "Виявлено шлях до файлової системи моделі. Для оновлення потрібно вказати коротке ім'я моделі, не вдасться продовжити.",
"Model Name": "Назва моделі",
"Model not selected": "Модель не вибрана",
"Model Tag Name": "Ім'я тегу моделі",
@@ -275,29 +283,26 @@
"Modelfile Content": "Вміст файлу моделі",
"Modelfiles": "Файли моделей",
"Models": "Моделі",
- "More": "",
- "My Documents": "Мої документи",
- "My Modelfiles": "Мої файли моделей",
- "My Prompts": "Мої промти",
+ "More": "Більше",
"Name": "Ім'я",
"Name Tag": "Назва тегу",
"Name your modelfile": "Назвіть свій файл моделі",
"New Chat": "Новий чат",
"New Password": "Новий пароль",
- "No results found": "",
- "No source available": "",
- "Not factually correct": "",
+ "No results found": "Не знайдено жодного результату",
+ "No source available": "Джерело не доступне",
+ "Not factually correct": "Не відповідає дійсності",
"Not sure what to add?": "Не впевнений, що додати?",
"Not sure what to write? Switch to": "Не впевнений, що писати? Переключитися на",
- "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
+ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Примітка: Якщо ви встановите мінімальну кількість балів, пошук поверне лише документи з кількістю балів, більшою або рівною мінімальній кількості балів.",
"Notifications": "Сповіщення",
- "November": "",
- "October": "",
+ "November": "Листопад",
+ "October": "Жовтень",
"Off": "Вимк",
"Okay, Let's Go!": "Гаразд, давайте почнемо!",
- "OLED Dark": "",
- "Ollama": "",
- "Ollama Base URL": "Основна URL-адреса Ollama",
+ "OLED Dark": "Темний OLED",
+ "Ollama": "Ollama",
+ "Ollama Base URL": "URL-адреса Ollama",
"Ollama Version": "Версія Ollama",
"On": "Увімк",
"Only": "Тільки",
@@ -309,67 +314,68 @@
"Open AI": "Open AI",
"Open AI (Dall-E)": "Open AI (Dall-E)",
"Open new chat": "Відкрити новий чат",
- "OpenAI": "",
+ "OpenAI": "OpenAI",
"OpenAI API": "API OpenAI",
- "OpenAI API Config": "",
+ "OpenAI API Config": "Конфігурація OpenAI API",
"OpenAI API Key is required.": "Потрібен ключ OpenAI API.",
- "OpenAI URL/Key required.": "",
+ "OpenAI URL/Key required.": "Потрібен OpenAI URL/ключ.",
"or": "або",
- "Other": "",
- "Overview": "",
+ "Other": "Інше",
+ "Overview": "Огляд",
"Parameters": "Параметри",
"Password": "Пароль",
- "PDF document (.pdf)": "",
+ "PDF document (.pdf)": "PDF документ (.pdf)",
"PDF Extract Images (OCR)": "Розпізнавання зображень з PDF (OCR)",
"pending": "на розгляді",
"Permission denied when accessing microphone: {{error}}": "Доступ до мікрофона заборонено: {{error}}",
- "Plain text (.txt)": "",
+ "Personalization": "",
+ "Plain text (.txt)": "Простий текст (.txt)",
"Playground": "Майданчик",
- "Positive attitude": "",
- "Previous 30 days": "",
- "Previous 7 days": "",
- "Profile Image": "",
- "Prompt": "",
- "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "",
+ "Positive attitude": "Позитивне ставлення",
+ "Previous 30 days": "Попередні 30 днів",
+ "Previous 7 days": "Попередні 7 днів",
+ "Profile Image": "Зображення профілю",
+ "Prompt": "Підказка",
+ "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "Підказка (напр., розкажіть мені цікавий факт про Римську імперію)",
"Prompt Content": "Зміст промту",
"Prompt suggestions": "Швидкі промти",
"Prompts": "Промти",
- "Pull \"{{searchValue}}\" from Ollama.com": "",
+ "Pull \"{{searchValue}}\" from Ollama.com": "Завантажити \"{{searchValue}}\" з Ollama.com»",
"Pull a model from Ollama.com": "Завантажити модель з Ollama.com",
"Pull Progress": "Прогрес завантаження",
"Query Params": "Параметри запиту",
"RAG Template": "Шаблон RAG",
"Raw Format": "Необроблений формат",
- "Read Aloud": "",
+ "Read Aloud": "Читати вголос",
"Record voice": "Записати голос",
"Redirecting you to OpenWebUI Community": "Перенаправляємо вас до спільноти OpenWebUI",
- "Refused when it shouldn't have": "",
- "Regenerate": "",
+ "Refused when it shouldn't have": "Відмовив, коли не мав би",
+ "Regenerate": "Регенерувати",
"Release Notes": "Нотатки до випуску",
- "Remove": "",
- "Remove Model": "",
- "Rename": "",
+ "Remove": "Видалити",
+ "Remove Model": "Видалити модель",
+ "Rename": "Перейменувати",
"Repeat Last N": "Повторити останні N",
"Repeat Penalty": "Штраф за повторення",
"Request Mode": "Режим запиту",
- "Reranking Model": "",
- "Reranking model disabled": "",
- "Reranking model set to \"{{reranking_model}}\"": "",
+ "Reranking Model": "Модель переранжування",
+ "Reranking model disabled": "Модель переранжування вимкнена",
+ "Reranking model set to \"{{reranking_model}}\"": "Модель переранжування встановлено на \"{{reranking_model}}\"",
"Reset Vector Storage": "Скинути векторне сховище",
"Response AutoCopy to Clipboard": "Автокопіювання відповіді в буфер обміну",
"Role": "Роль",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
"Save": "Зберегти",
"Save & Create": "Зберегти та створити",
- "Save & Submit": "Зберегти та надіслати",
"Save & Update": "Зберегти та оновити",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Збереження журналів чату безпосередньо в сховище вашого браузера більше не підтримується. Будь ласка, завантажте та видаліть журнали чату, натиснувши кнопку нижче. Не хвилюйтеся, ви можете легко повторно імпортувати журнали чату до бекенду через",
"Scan": "Сканування",
"Scan complete!": "Сканування завершено!",
"Scan for documents from {{path}}": "Сканування документів з {{path}}",
"Search": "Пошук",
- "Search a model": "",
+ "Search a model": "Шукати модель",
"Search Documents": "Пошук документів",
"Search Prompts": "Пошук промтів",
"See readme.md for instructions": "Див. readme.md для інструкцій",
@@ -378,73 +384,74 @@
"Select a mode": "Оберіть режим",
"Select a model": "Виберіть модель",
"Select an Ollama instance": "Виберіть екземпляр Ollama",
- "Select model": "",
+ "Select model": "Вибрати модель",
+ "Send": "",
"Send a Message": "Надіслати повідомлення",
"Send message": "Надіслати повідомлення",
- "September": "",
+ "September": "Вересень",
"Server connection verified": "З'єднання з сервером підтверджено",
"Set as default": "Встановити за замовчуванням",
"Set Default Model": "Встановити модель за замовчуванням",
- "Set embedding model (e.g. {{model}})": "",
+ "Set embedding model (e.g. {{model}})": "Встановити модель вбудовування (напр, {{model}})",
"Set Image Size": "Встановити розмір зображення",
"Set Model": "Встановити модель",
- "Set reranking model (e.g. {{model}})": "",
+ "Set reranking model (e.g. {{model}})": "Встановити модель переранжування (напр., {{model}})",
"Set Steps": "Встановити кроки",
"Set Title Auto-Generation Model": "Встановити модель автогенерації заголовків",
"Set Voice": "Встановити голос",
"Settings": "Налаштування",
"Settings saved successfully!": "Налаштування успішно збережено!",
- "Share": "",
- "Share Chat": "",
+ "Share": "Поділитися",
+ "Share Chat": "Поділитися чатом",
"Share to OpenWebUI Community": "Поділитися зі спільнотою OpenWebUI",
"short-summary": "короткий зміст",
"Show": "Показати",
"Show Additional Params": "Показати додаткові параметри",
"Show shortcuts": "Показати клавіатурні скорочення",
- "Showcased creativity": "",
+ "Showcased creativity": "Продемонстрований креатив",
"sidebar": "бокова панель",
"Sign in": "Увійти",
"Sign Out": "Вийти",
"Sign up": "Зареєструватися",
- "Signing in": "",
- "Source": "",
+ "Signing in": "Увійдіть в систему",
+ "Source": "Джерело",
"Speech recognition error: {{error}}": "Помилка розпізнавання мови: {{error}}",
"Speech-to-Text Engine": "Система розпізнавання мови",
"SpeechRecognition API is not supported in this browser.": "SpeechRecognition API не підтримується в цьому браузері.",
"Stop Sequence": "Символ зупинки",
"STT Settings": "Налаштування STT",
"Submit": "Надіслати",
- "Subtitle (e.g. about the Roman Empire)": "",
+ "Subtitle (e.g. about the Roman Empire)": "Підзаголовок (напр., про Римську імперію)",
"Success": "Успіх",
"Successfully updated.": "Успішно оновлено.",
- "Suggested": "",
+ "Suggested": "Запропоновано",
"Sync All": "Синхронізувати все",
"System": "Система",
"System Prompt": "Системний промт",
"Tags": "Теги",
- "Tell us more:": "",
+ "Tell us more:": "Розкажи нам більше:",
"Temperature": "Температура",
"Template": "Шаблон",
"Text Completion": "Завершення тексту",
"Text-to-Speech Engine": "Система синтезу мови",
"Tfs Z": "Tfs Z",
- "Thanks for your feedback!": "",
- "The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
+ "Thanks for your feedback!": "Дякуємо за ваш відгук!",
+ "The score should be a value between 0.0 (0%) and 1.0 (100%).": "Оцінка повинна бути в діапазоні від 0.0 (0%) до 1.0 (100%).",
"Theme": "Тема",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Це забезпечує збереження ваших цінних розмов у безпечному бекенд-сховищі. Дякуємо!",
"This setting does not sync across browsers or devices.": "Це налаштування не синхронізується між браузерами або пристроями.",
- "Thorough explanation": "",
+ "Thorough explanation": "Детальне пояснення",
"Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "Порада: Оновіть кілька слотів змінних послідовно, натискаючи клавішу табуляції у вікні чату після кожної заміни.",
"Title": "Заголовок",
- "Title (e.g. Tell me a fun fact)": "",
+ "Title (e.g. Tell me a fun fact)": "Заголовок (напр., Розкажіть мені цікавий факт)",
"Title Auto-Generation": "Автогенерація заголовків",
- "Title cannot be an empty string.": "",
+ "Title cannot be an empty string.": "Заголовок не може бути порожнім рядком.",
"Title Generation Prompt": "Промт для генерування заголовків",
"to": "в",
"To access the available model names for downloading,": "Щоб отримати доступ до назв доступних для завантаження моделей,",
"To access the GGUF models available for downloading,": "Щоб отримати доступ до моделей GGUF, які можна завантажити,,",
"to chat input.": "в чаті.",
- "Today": "",
+ "Today": "Сьогодні",
"Toggle settings": "Переключити налаштування",
"Toggle sidebar": "Переключити бокову панель",
"Top K": "Top K",
@@ -454,15 +461,15 @@
"Type Hugging Face Resolve (Download) URL": "Введіть URL ресурсу Hugging Face Resolve (завантаження)",
"Uh-oh! There was an issue connecting to {{provider}}.": "Ой! Виникла проблема при підключенні до {{provider}}.",
"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Невідомий тип файлу '{{file_type}}', але приймається та обробляється як звичайний текст",
- "Update and Copy Link": "",
+ "Update and Copy Link": "Оновлення та копіювання посилання",
"Update password": "Оновити пароль",
"Upload a GGUF model": "Завантажити GGUF модель",
"Upload files": "Завантажити файли",
"Upload Progress": "Прогрес завантаження",
- "URL Mode": "Режим URL",
+ "URL Mode": "Режим URL-адреси",
"Use '#' in the prompt input to load and select your documents.": "Для введення промтів до веб-сторінок (URL) або вибору документів, будь ласка, використовуйте символ '#'.",
"Use Gravatar": "Змінити аватар",
- "Use Initials": "",
+ "Use Initials": "Використовувати ініціали",
"user": "користувач",
"User Permissions": "Права користувача",
"Users": "Користувачі",
@@ -471,25 +478,26 @@
"variable": "змінна",
"variable to have them replaced with clipboard content.": "змінна, щоб замінити їх вмістом буфера обміну.",
"Version": "Версія",
- "Warning: If you update or change your embedding model, you will need to re-import all documents.": "",
+ "Warning: If you update or change your embedding model, you will need to re-import all documents.": "Попередження: Якщо ви оновлюєте або змінюєте модель вбудовування, вам потрібно буде повторно імпортувати всі документи.",
"Web": "Веб",
- "Web Loader Settings": "",
- "Web Params": "",
- "Webhook URL": "",
+ "Web Loader Settings": "Налаштування веб-завантажувача",
+ "Web Params": "Налаштування веб-завантажувача",
+ "Webhook URL": "URL веб-запиту",
"WebUI Add-ons": "Додатки WebUI",
"WebUI Settings": "Налаштування WebUI",
"WebUI will make requests to": "WebUI буде робити запити до",
"What’s New in": "Що нового в",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Коли історія вимкнена, нові чати в цьому браузері не будуть відображатися в історії на жодному з ваших пристроїв.",
"Whisper (Local)": "Whisper (локально)",
- "Write a prompt suggestion (e.g. Who are you?)": "Напишіть промт (напр. Хто ти?)",
+ "Workspace": "",
+ "Write a prompt suggestion (e.g. Who are you?)": "Напишіть промт (напр., Хто ти?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Напишіть стислий зміст у 50 слів, який узагальнює [тема або ключове слово].",
- "Yesterday": "",
- "You": "Ви",
- "You have no archived conversations.": "",
- "You have shared this chat": "",
+ "Yesterday": "Вчора",
+ "You": "",
+ "You have no archived conversations.": "У вас немає архівованих розмов.",
+ "You have shared this chat": "Ви поділилися цим чатом",
"You're a helpful assistant.": "Ви корисний асистент.",
"You're now logged in.": "Ви увійшли в систему.",
- "Youtube": "",
- "Youtube Loader Settings": ""
+ "Youtube": "Youtube",
+ "Youtube Loader Settings": "Налаштування завантажувача Youtube"
}
diff --git a/src/lib/i18n/locales/vi-VN/translation.json b/src/lib/i18n/locales/vi-VN/translation.json
index d9e5681f00..a3dbdf16fd 100644
--- a/src/lib/i18n/locales/vi-VN/translation.json
+++ b/src/lib/i18n/locales/vi-VN/translation.json
@@ -10,25 +10,27 @@
"About": "Giới thiệu",
"Account": "Tài khoản",
"Accurate information": "Thông tin chính xác",
+ "Add": "",
"Add a model": "Thêm mô hình",
"Add a model tag name": "Thêm tên thẻ mô hình (tag)",
"Add a short description about what this modelfile does": "Thêm mô tả ngắn về việc tệp mô tả mô hình (modelfile) này làm gì",
"Add a short title for this prompt": "Thêm tiêu đề ngắn cho prompt này",
"Add a tag": "Thêm thẻ (tag)",
- "Add custom prompt": "",
+ "Add custom prompt": "Thêm prompt tùy chỉnh",
"Add Docs": "Thêm tài liệu",
"Add Files": "Thêm tệp",
+ "Add Memory": "",
"Add message": "Thêm tin nhắn",
- "Add Model": "",
+ "Add Model": "Thêm model",
"Add Tags": "thêm thẻ",
- "Add User": "",
+ "Add User": "Thêm người dùng",
"Adjusting these settings will apply changes universally to all users.": "Các thay đổi cài đặt này sẽ áp dụng cho tất cả người sử dụng.",
"admin": "quản trị viên",
"Admin Panel": "Trang Quản trị",
"Admin Settings": "Cài đặt hệ thống",
"Advanced Parameters": "Các tham số Nâng cao",
"all": "tất cả",
- "All Documents": "",
+ "All Documents": "Tất cả tài liệu",
"All Users": "Danh sách người sử dụng",
"Allow": "Cho phép",
"Allow Chat Deletion": "Cho phép Xóa nội dung chat",
@@ -36,29 +38,29 @@
"Already have an account?": "Bạn đã có tài khoản?",
"an assistant": "trợ lý",
"and": "và",
- "and create a new shared link.": "",
+ "and create a new shared link.": "và tạo một link chia sẻ mới",
"API Base URL": "Đường dẫn tới API (API Base URL)",
"API Key": "API Key",
"API Key created.": "",
"API keys": "",
"API RPM": "API RPM",
- "April": "",
- "Archive": "",
+ "April": "Tháng 4",
+ "Archive": "Lưu trữ",
"Archived Chats": "bản ghi trò chuyện",
"are allowed - Activate this command by typing": "được phép - Kích hoạt lệnh này bằng cách gõ",
"Are you sure?": "Bạn có chắc chắn không?",
- "Attach file": "",
+ "Attach file": "Đính kèm file",
"Attention to detail": "Có sự chú ý đến chi tiết của vấn đề",
"Audio": "Âm thanh",
- "August": "",
+ "August": "Tháng 8",
"Auto-playback response": "Tự động phát lại phản hồi (Auto-playback)",
"Auto-send input after 3 sec.": "Tự động gửi đầu vào sau 3 giây.",
"AUTOMATIC1111 Base URL": "Đường dẫn kết nối tới AUTOMATIC1111 (Base URL)",
"AUTOMATIC1111 Base URL is required.": "Base URL của AUTOMATIC1111 là bắt buộc.",
"available!": "có sẵn!",
"Back": "Quay lại",
- "Bad Response": "",
- "before": "",
+ "Bad Response": "Trả lời KHÔNG tốt",
+ "before": "trước",
"Being lazy": "Lười biếng",
"Builder Mode": "Chế độ Builder",
"Bypass SSL verification for Websites": "",
@@ -66,6 +68,8 @@
"Categories": "Danh mục",
"Change Password": "Đổi Mật khẩu",
"Chat": "Trò chuyện",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "Lịch sử chat",
"Chat History is off for this browser.": "Lịch sử chat đã tắt cho trình duyệt này.",
"Chats": "Chat",
@@ -74,14 +78,14 @@
"Checking for updates...": "Đang kiểm tra cập nhật...",
"Choose a model before saving...": "Chọn mô hình trước khi lưu...",
"Chunk Overlap": "Chồng lấn (overlap)",
- "Chunk Params": "Cài đặt số lượng ký tự cho khối ký tự (chunk)",
+ "Chunk Params": "Tham số khối (chunk)",
"Chunk Size": "Kích thước khối (size)",
- "Citation": "",
+ "Citation": "Trích dẫn",
"Click here for help.": "Bấm vào đây để được trợ giúp.",
- "Click here to": "",
+ "Click here to": "Nhấn vào đây để",
"Click here to check other modelfiles.": "Bấm vào đây để kiểm tra các tệp mô tả mô hình (modelfiles) khác.",
"Click here to select": "Bấm vào đây để chọn",
- "Click here to select a csv file.": "",
+ "Click here to select a csv file.": "Nhấn vào đây để chọn tệp csv",
"Click here to select documents.": "Bấm vào đây để chọn tài liệu.",
"click here.": "bấm vào đây.",
"Click on the user role button to change a user's role.": "Bấm vào nút trong cột VAI TRÒ để thay đổi quyền của người sử dụng.",
@@ -95,21 +99,21 @@
"Connections": "Kết nối",
"Content": "Nội dung",
"Context Length": "Độ dài ngữ cảnh (Context Length)",
- "Continue Response": "",
+ "Continue Response": "Tiếp tục trả lời",
"Conversation Mode": "Chế độ hội thoại",
"Copied shared chat URL to clipboard!": "",
- "Copy": "",
+ "Copy": "Sao chép",
"Copy last code block": "Sao chép khối mã cuối cùng",
"Copy last response": "Sao chép phản hồi cuối cùng",
- "Copy Link": "",
+ "Copy Link": "Sao chép link",
"Copying to clipboard was successful!": "Sao chép vào clipboard thành công!",
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Tạo một cụm từ súc tích, 3-5 từ làm tiêu đề cho truy vấn sau, tuân thủ nghiêm ngặt giới hạn 3-5 từ và tránh sử dụng từ 'tiêu đề':",
"Create a modelfile": "Tạo tệp mô tả cho mô hình",
"Create Account": "Tạo Tài khoản",
- "Create new key": "",
- "Create new secret key": "",
+ "Create new key": "Tạo key mới",
+ "Create new secret key": "Tạo key bí mật mới",
"Created at": "Được tạo vào lúc",
- "Created At": "",
+ "Created At": "Tạo lúc",
"Current Model": "Mô hình hiện tại",
"Current Password": "Mật khẩu hiện tại",
"Custom": "Tùy chỉnh",
@@ -117,8 +121,7 @@
"Dark": "Tối",
"Dashboard": "",
"Database": "Cơ sở dữ liệu",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
- "December": "",
+ "December": "Tháng 12",
"Default": "Mặc định",
"Default (Automatic1111)": "Mặc định (Automatic1111)",
"Default (SentenceTransformers)": "",
@@ -127,15 +130,15 @@
"Default Prompt Suggestions": "Đề xuất prompt mặc định",
"Default User Role": "Vai trò mặc định",
"delete": "xóa",
- "Delete": "",
+ "Delete": "Xóa",
"Delete a model": "Xóa mô hình",
"Delete chat": "Xóa nội dung chat",
- "Delete Chat": "",
+ "Delete Chat": "Xóa chat",
"Delete Chats": "Xóa nội dung chat",
- "delete this link": "",
- "Delete User": "",
+ "delete this link": "Xóa link này",
+ "Delete User": "Xóa người dùng",
"Deleted {{deleteModelTag}}": "Đã xóa {{deleteModelTag}}",
- "Deleted {{tagName}}": "",
+ "Deleted {{tagName}}": "Xóa {{tagName}}",
"Description": "Mô tả",
"Didn't fully follow instructions": "Không tuân theo chỉ dẫn một cách đầy đủ",
"Disabled": "Đã vô hiệu hóa",
@@ -151,12 +154,12 @@
"Don't Allow": "Không Cho phép",
"Don't have an account?": "Không có tài khoản?",
"Don't like the style": "Không thích phong cách trả lời",
- "Download": "",
- "Download canceled": "",
+ "Download": "Tải về",
+ "Download canceled": "Đã hủy download",
"Download Database": "Tải xuống Cơ sở dữ liệu",
"Drop any files here to add to the conversation": "Thả bất kỳ tệp nào ở đây để thêm vào nội dung chat",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "vd: '30s','10m'. Đơn vị thời gian hợp lệ là 's', 'm', 'h'.",
- "Edit": "",
+ "Edit": "Chỉnh sửa",
"Edit Doc": "Thay đổi tài liệu",
"Edit User": "Thay đổi thông tin người sử dụng",
"Email": "Email",
@@ -166,8 +169,9 @@
"Enable Chat History": "Bật Lịch sử chat",
"Enable New Sign Ups": "Cho phép đăng ký mới",
"Enabled": "Đã bật",
- "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
+ "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Đảm bảo tệp CSV của bạn bao gồm 4 cột theo thứ tự sau: Name, Email, Password, Role.",
"Enter {{role}} message here": "Nhập yêu cầu của {{role}} ở đây",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "Nhập Chunk chồng lấn (overlap)",
"Enter Chunk Size": "Nhập Kích thước Chunk",
"Enter Image Size (e.g. 512x512)": "Nhập Kích thước ảnh (vd: 512x512)",
@@ -179,7 +183,7 @@
"Enter Max Tokens (litellm_params.max_tokens)": "Nhập Số Token Tối đa (litellm_params.max_tokens)",
"Enter model tag (e.g. {{modelTag}})": "Nhập thẻ mô hình (vd: {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Nhập số Steps (vd: 50)",
- "Enter Score": "",
+ "Enter Score": "Nhập Score",
"Enter stop sequence": "Nhập stop sequence",
"Enter Top K": "Nhập Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Nhập URL (vd: http://127.0.0.1:7860/)",
@@ -187,16 +191,16 @@
"Enter Your Email": "Nhập Email của bạn",
"Enter Your Full Name": "Nhập Họ và Tên của bạn",
"Enter Your Password": "Nhập Mật khẩu của bạn",
- "Enter Your Role": "",
+ "Enter Your Role": "Nhập vai trò của bạn",
"Experimental": "Thử nghiệm",
"Export All Chats (All Users)": "Tải về tất cả nội dung chat (tất cả mọi người)",
"Export Chats": "Tải nội dung chat về máy",
"Export Documents Mapping": "Tải cấu trúc tài liệu về máy",
"Export Modelfiles": "Tải tệp mô tả về máy",
"Export Prompts": "Tải các prompt về máy",
- "Failed to create API Key.": "",
+ "Failed to create API Key.": "Lỗi khởi tạo API Key",
"Failed to read clipboard contents": "Không thể đọc nội dung clipboard",
- "February": "",
+ "February": "Tháng 2",
"Feel free to add specific details": "Mô tả chi tiết về chất lượng của câu hỏi và phương án trả lời",
"File Mode": "Chế độ Tệp văn bản",
"File not found.": "Không tìm thấy tệp.",
@@ -209,11 +213,12 @@
"Full Screen Mode": "Chế độ Toàn màn hình",
"General": "Cài đặt chung",
"General Settings": "Cấu hình chung",
- "Generation Info": "",
- "Good Response": "",
- "has no conversations.": "",
+ "Generation Info": "Thông tin chung",
+ "Good Response": "Trả lời tốt",
+ "h:mm a": "",
+ "has no conversations.": "không có hội thoại",
"Hello, {{name}}": "Xin chào, {{name}}",
- "Help": "",
+ "Help": "Trợ giúp",
"Hide": "Ẩn",
"Hide Additional Params": "Ẩn Các tham số bổ sung",
"How can I help you today?": "Tôi có thể giúp gì cho bạn hôm nay?",
@@ -227,34 +232,37 @@
"Import Modelfiles": "Nạp tệp mô tả",
"Import Prompts": "Nạp các prompt lên hệ thống",
"Include `--api` flag when running stable-diffusion-webui": "Bao gồm flag `--api` khi chạy stable-diffusion-webui",
- "Input commands": "",
+ "Input commands": "Nhập các câu lệnh",
"Interface": "Giao diện",
- "Invalid Tag": "",
- "January": "",
+ "Invalid Tag": "Tag không hợp lệ",
+ "January": "Tháng 1",
"join our Discord for help.": "tham gia Discord của chúng tôi để được trợ giúp.",
"JSON": "JSON",
- "July": "",
- "June": "",
+ "July": "Tháng 7",
+ "June": "Tháng 6",
"JWT Expiration": "JWT Hết hạn",
"JWT Token": "Token JWT",
"Keep Alive": "Giữ kết nối",
"Keyboard shortcuts": "Phím tắt",
"Language": "Ngôn ngữ",
- "Last Active": "",
+ "Last Active": "Truy cập gần nhất",
"Light": "Sáng",
"Listening...": "Đang nghe...",
"LLMs can make mistakes. Verify important information.": "Hệ thống có thể tạo ra nội dung không chính xác hoặc sai. Hãy kiểm chứng kỹ lưỡng thông tin trước khi tiếp nhận và sử dụng.",
+ "LTR": "",
"Made by OpenWebUI Community": "Được tạo bởi Cộng đồng OpenWebUI",
"Make sure to enclose them with": "Hãy chắc chắn bao quanh chúng bằng",
"Manage LiteLLM Models": "Quản lý mô hình với LiteLLM",
"Manage Models": "Quản lý mô hình",
"Manage Ollama Models": "Quản lý mô hình với Ollama",
- "March": "",
+ "March": "Tháng 3",
"Max Tokens": "Max Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Tối đa 3 mô hình có thể được tải xuống cùng lúc. Vui lòng thử lại sau.",
- "May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
- "Minimum Score": "",
+ "May": "Tháng 5",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
+ "Minimum Score": "Score tối thiểu",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
@@ -275,24 +283,21 @@
"Modelfile Content": "Nội dung Tệp Mô hình",
"Modelfiles": "Tệp Mô hình",
"Models": "Mô hình",
- "More": "",
- "My Documents": "Tài liệu của tôi",
- "My Modelfiles": "Tệp Mô hình của tôi",
- "My Prompts": "Các prompt của tôi",
+ "More": "Thêm",
"Name": "Tên",
"Name Tag": "Tên Thẻ",
"Name your modelfile": "Đặt tên cho tệp mô hình của bạn",
"New Chat": "Tạo cuộc trò chuyện mới",
"New Password": "Mật khẩu mới",
- "No results found": "",
- "No source available": "",
+ "No results found": "Không tìm thấy kết quả",
+ "No source available": "Không có nguồn",
"Not factually correct": "Không chính xác so với thực tế",
"Not sure what to add?": "Không chắc phải thêm gì?",
"Not sure what to write? Switch to": "Không chắc phải viết gì? Chuyển sang",
- "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
+ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Lưu ý: Nếu bạn đặt điểm (Score) tối thiểu thì tìm kiếm sẽ chỉ trả về những tài liệu có điểm lớn hơn hoặc bằng điểm tối thiểu.",
"Notifications": "Thông báo trên máy tính (Notification)",
- "November": "",
- "October": "",
+ "November": "Tháng 11",
+ "October": "Tháng 10",
"Off": "Tắt",
"Okay, Let's Go!": "Được rồi, Bắt đầu thôi!",
"OLED Dark": "",
@@ -316,21 +321,22 @@
"OpenAI URL/Key required.": "",
"or": "hoặc",
"Other": "Khác",
- "Overview": "",
+ "Overview": "Tổng quan",
"Parameters": "Tham số",
"Password": "Mật khẩu",
"PDF document (.pdf)": "",
"PDF Extract Images (OCR)": "Trích xuất ảnh từ PDF (OCR)",
"pending": "đang chờ phê duyệt",
"Permission denied when accessing microphone: {{error}}": "Quyền truy cập micrô bị từ chối: {{error}}",
+ "Personalization": "Cá nhân hóa",
"Plain text (.txt)": "",
"Playground": "Thử nghiệm (Playground)",
- "Positive attitude": "",
- "Previous 30 days": "",
- "Previous 7 days": "",
- "Profile Image": "",
+ "Positive attitude": "Thái độ tích cực",
+ "Previous 30 days": "30 ngày trước",
+ "Previous 7 days": "7 ngày trước",
+ "Profile Image": "Ảnh đại diện",
"Prompt": "",
- "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "",
+ "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "Prompt (ví dụ: Hãy kể cho tôi một sự thật thú vị về Đế chế La Mã)",
"Prompt Content": "Nội dung prompt",
"Prompt suggestions": "Gợi ý prompt",
"Prompts": "Prompt",
@@ -340,15 +346,15 @@
"Query Params": "Tham số Truy vấn",
"RAG Template": "Mẫu prompt cho RAG",
"Raw Format": "Raw Format",
- "Read Aloud": "",
+ "Read Aloud": "Đọc ra loa",
"Record voice": "Ghi âm",
"Redirecting you to OpenWebUI Community": "Đang chuyển hướng bạn đến Cộng đồng OpenWebUI",
"Refused when it shouldn't have": "Từ chối trả lời mà nhẽ không nên làm vậy",
- "Regenerate": "",
+ "Regenerate": "Tạo sinh lại câu trả lời",
"Release Notes": "Mô tả những cập nhật mới",
- "Remove": "",
- "Remove Model": "",
- "Rename": "",
+ "Remove": "Xóa",
+ "Remove Model": "Xóa model",
+ "Rename": "Đổi tên",
"Repeat Last N": "Repeat Last N",
"Repeat Penalty": "Repeat Penalty",
"Request Mode": "Request Mode",
@@ -360,16 +366,16 @@
"Role": "Vai trò",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
"Save": "Lưu",
"Save & Create": "Lưu & Tạo",
- "Save & Submit": "Lưu & Gửi",
"Save & Update": "Lưu & Cập nhật",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Không còn hỗ trợ lưu trữ lịch sử chat trực tiếp vào bộ nhớ trình duyệt của bạn. Vui lòng dành thời gian để tải xuống và xóa lịch sử chat của bạn bằng cách nhấp vào nút bên dưới. Đừng lo lắng, bạn có thể dễ dàng nhập lại lịch sử chat của mình vào backend thông qua",
"Scan": "Quét tài liệu",
"Scan complete!": "Quét hoàn tất!",
"Scan for documents from {{path}}": "Quét tài liệu từ đường dẫn: {{path}}",
"Search": "Tìm kiếm",
- "Search a model": "",
+ "Search a model": "Tìm model",
"Search Documents": "Tìm tài liệu",
"Search Prompts": "Tìm prompt",
"See readme.md for instructions": "Xem readme.md để biết hướng dẫn",
@@ -378,10 +384,11 @@
"Select a mode": "Chọn một chế độ",
"Select a model": "Chọn mô hình",
"Select an Ollama instance": "Chọn một thực thể Ollama",
- "Select model": "",
+ "Select model": "Chọn model",
+ "Send": "Gửi",
"Send a Message": "Gửi yêu cầu",
"Send message": "Gửi yêu cầu",
- "September": "",
+ "September": "Tháng 9",
"Server connection verified": "Kết nối máy chủ đã được xác minh",
"Set as default": "Đặt làm mặc định",
"Set Default Model": "Đặt Mô hình Mặc định",
@@ -394,8 +401,8 @@
"Set Voice": "Đặt Giọng nói",
"Settings": "Cài đặt",
"Settings saved successfully!": "Cài đặt đã được lưu thành công!",
- "Share": "",
- "Share Chat": "",
+ "Share": "Chia sẻ",
+ "Share Chat": "Chia sẻ Chat",
"Share to OpenWebUI Community": "Chia sẻ đến Cộng đồng OpenWebUI",
"short-summary": "tóm tắt ngắn",
"Show": "Hiển thị",
@@ -407,7 +414,7 @@
"Sign Out": "Đăng xuất",
"Sign up": "Đăng ký",
"Signing in": "",
- "Source": "",
+ "Source": "Nguồn",
"Speech recognition error: {{error}}": "Lỗi nhận dạng giọng nói: {{error}}",
"Speech-to-Text Engine": "Công cụ Nhận dạng Giọng nói",
"SpeechRecognition API is not supported in this browser.": "Trình duyệt này không hỗ trợ API Nhận dạng Giọng nói.",
@@ -417,7 +424,7 @@
"Subtitle (e.g. about the Roman Empire)": "",
"Success": "Thành công",
"Successfully updated.": "Đã cập nhật thành công.",
- "Suggested": "",
+ "Suggested": "Gợi ý một số mẫu prompt",
"Sync All": "Đồng bộ hóa Tất cả",
"System": "Hệ thống",
"System Prompt": "Prompt Hệ thống (System Prompt)",
@@ -429,22 +436,22 @@
"Text-to-Speech Engine": "Công cụ Chuyển Văn bản thành Giọng nói",
"Tfs Z": "Tfs Z",
"Thanks for your feedback!": "Cám ơn bạn đã gửi phản hồi!",
- "The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
+ "The score should be a value between 0.0 (0%) and 1.0 (100%).": "Điểm (score) phải có giá trị từ 0,0 (0%) đến 1,0 (100%).",
"Theme": "Chủ đề",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Điều này đảm bảo rằng các nội dung chat có giá trị của bạn được lưu an toàn vào cơ sở dữ liệu backend của bạn. Cảm ơn bạn!",
"This setting does not sync across browsers or devices.": "Cài đặt này không đồng bộ hóa trên các trình duyệt hoặc thiết bị.",
"Thorough explanation": "Giải thích kỹ lưỡng",
"Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "Mẹo: Cập nhật nhiều khe biến liên tiếp bằng cách nhấn phím tab trong đầu vào trò chuyện sau mỗi việc thay thế.",
"Title": "Tiêu đề",
- "Title (e.g. Tell me a fun fact)": "",
+ "Title (e.g. Tell me a fun fact)": "Tiêu đề (ví dụ: Hãy kể cho tôi một sự thật thú vị về...)",
"Title Auto-Generation": "Tự động Tạo Tiêu đề",
- "Title cannot be an empty string.": "",
+ "Title cannot be an empty string.": "Tiêu đề không được phép bỏ trống",
"Title Generation Prompt": "Prompt tạo tiêu đề",
- "to": "đến",
+ "to": " - ",
"To access the available model names for downloading,": "Để truy cập các tên mô hình có sẵn để tải xuống,",
"To access the GGUF models available for downloading,": "Để truy cập các mô hình GGUF có sẵn để tải xuống,",
"to chat input.": "đến đầu vào trò chuyện.",
- "Today": "",
+ "Today": "Hôm nay",
"Toggle settings": "Bật/tắt cài đặt",
"Toggle sidebar": "Bật/tắt thanh bên",
"Top K": "Top K",
@@ -454,7 +461,7 @@
"Type Hugging Face Resolve (Download) URL": "Nhập URL Hugging Face Resolve (Tải xuống)",
"Uh-oh! There was an issue connecting to {{provider}}.": "Ồ! Đã xảy ra sự cố khi kết nối với {{provider}}.",
"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Loại Tệp Không xác định '{{file_type}}', nhưng đang chấp nhận và xử lý như văn bản thô",
- "Update and Copy Link": "",
+ "Update and Copy Link": "Cập nhật và sao chép link",
"Update password": "Cập nhật mật khẩu",
"Upload a GGUF model": "Tải lên mô hình GGUF",
"Upload files": "Tải tệp lên hệ thống",
@@ -462,7 +469,7 @@
"URL Mode": "Chế độ URL",
"Use '#' in the prompt input to load and select your documents.": "Sử dụng '#' trong đầu vào của prompt để tải về và lựa chọn tài liệu của bạn cần truy vấn.",
"Use Gravatar": "Sử dụng Gravatar",
- "Use Initials": "",
+ "Use Initials": "Sử dụng tên viết tắt",
"user": "Người sử dụng",
"User Permissions": "Phân quyền sử dụng",
"Users": "người sử dụng",
@@ -471,9 +478,9 @@
"variable": "biến",
"variable to have them replaced with clipboard content.": "biến để có chúng được thay thế bằng nội dung clipboard.",
"Version": "Version",
- "Warning: If you update or change your embedding model, you will need to re-import all documents.": "",
+ "Warning: If you update or change your embedding model, you will need to re-import all documents.": "Cảnh báo: Nếu cập nhật hoặc thay đổi embedding model, bạn sẽ cần cập nhật lại tất cả tài liệu.",
"Web": "Web",
- "Web Loader Settings": "",
+ "Web Loader Settings": "Cài đặt Web Loader",
"Web Params": "",
"Webhook URL": "",
"WebUI Add-ons": "Tiện ích WebUI",
@@ -482,14 +489,15 @@
"What’s New in": "",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Khi chế độ lịch sử chat đã tắt, các nội dung chat mới trên trình duyệt này sẽ không xuất hiện trên bất kỳ thiết bị nào của bạn.",
"Whisper (Local)": "Whisper (Local)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "Hãy viết một prompt (vd: Bạn là ai?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Viết một tóm tắt trong vòng 50 từ cho [chủ đề hoặc từ khóa].",
- "Yesterday": "",
+ "Yesterday": "Hôm qua",
"You": "Bạn",
- "You have no archived conversations.": "",
- "You have shared this chat": "",
+ "You have no archived conversations.": "Bạn chưa lưu trữ một nội dung chat nào",
+ "You have shared this chat": "Bạn vừa chia sẻ chat này",
"You're a helpful assistant.": "Bạn là một trợ lý hữu ích.",
"You're now logged in.": "Bạn đã đăng nhập.",
"Youtube": "",
- "Youtube Loader Settings": ""
+ "Youtube Loader Settings": "Cài đặt Youtube Loader"
}
diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json
index 1239b724bd..d291bd9870 100644
--- a/src/lib/i18n/locales/zh-CN/translation.json
+++ b/src/lib/i18n/locales/zh-CN/translation.json
@@ -2,33 +2,35 @@
"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' 或 '-1' 表示无过期时间。",
"(Beta)": "(测试版)",
"(e.g. `sh webui.sh --api`)": "(例如 `sh webui.sh --api`)",
- "(latest)": "",
+ "(latest)": "(最新版)",
"{{modelName}} is thinking...": "{{modelName}} 正在思考...",
- "{{user}}'s Chats": "",
+ "{{user}}'s Chats": "{{user}} 的聊天记录",
"{{webUIName}} Backend Required": "需要 {{webUIName}} 后端",
"a user": "用户",
"About": "关于",
"Account": "账户",
- "Accurate information": "",
+ "Accurate information": "准确信息",
+ "Add": "",
"Add a model": "添加模型",
"Add a model tag name": "添加模型标签名称",
"Add a short description about what this modelfile does": "为这个模型文件添加一段简短的描述",
"Add a short title for this prompt": "为这个提示词添加一个简短的标题",
"Add a tag": "添加标签",
- "Add custom prompt": "",
+ "Add custom prompt": "添加自定义提示词",
"Add Docs": "添加文档",
"Add Files": "添加文件",
+ "Add Memory": "",
"Add message": "添加消息",
- "Add Model": "",
+ "Add Model": "添加模型",
"Add Tags": "添加标签",
- "Add User": "",
+ "Add User": "添加用户",
"Adjusting these settings will apply changes universally to all users.": "调整这些设置将会对所有用户应用更改。",
"admin": "管理员",
"Admin Panel": "管理员面板",
"Admin Settings": "管理员设置",
"Advanced Parameters": "高级参数",
"all": "所有",
- "All Documents": "",
+ "All Documents": "所有文档",
"All Users": "所有用户",
"Allow": "允许",
"Allow Chat Deletion": "允许删除聊天记录",
@@ -36,36 +38,38 @@
"Already have an account?": "已经有账户了吗?",
"an assistant": "助手",
"and": "和",
- "and create a new shared link.": "",
+ "and create a new shared link.": "创建一个新的共享链接。",
"API Base URL": "API 基础 URL",
"API Key": "API 密钥",
- "API Key created.": "",
- "API keys": "",
+ "API Key created.": "API 密钥已创建。",
+ "API keys": "API 密钥",
"API RPM": "API RPM",
- "April": "",
- "Archive": "",
+ "April": "四月",
+ "Archive": "存档",
"Archived Chats": "聊天记录存档",
"are allowed - Activate this command by typing": "允许 - 通过输入来激活这个命令",
"Are you sure?": "你确定吗?",
- "Attach file": "",
- "Attention to detail": "",
+ "Attach file": "添加文件",
+ "Attention to detail": "注重细节",
"Audio": "音频",
- "August": "",
+ "August": "八月",
"Auto-playback response": "自动播放回应",
"Auto-send input after 3 sec.": "3 秒后自动发送输入",
"AUTOMATIC1111 Base URL": "AUTOMATIC1111 基础 URL",
"AUTOMATIC1111 Base URL is required.": "需要 AUTOMATIC1111 基础 URL。",
"available!": "可用!",
"Back": "返回",
- "Bad Response": "",
- "before": "",
- "Being lazy": "",
+ "Bad Response": "不良响应",
+ "before": "之前",
+ "Being lazy": "懒惰",
"Builder Mode": "构建模式",
- "Bypass SSL verification for Websites": "",
+ "Bypass SSL verification for Websites": "绕过网站的 SSL 验证",
"Cancel": "取消",
"Categories": "分类",
"Change Password": "更改密码",
"Chat": "聊天",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "聊天历史",
"Chat History is off for this browser.": "此浏览器已关闭聊天历史功能。",
"Chats": "聊天",
@@ -76,68 +80,67 @@
"Chunk Overlap": "块重叠 (Chunk Overlap)",
"Chunk Params": "块参数 (Chunk Params)",
"Chunk Size": "块大小 (Chunk Size)",
- "Citation": "",
+ "Citation": "引文",
"Click here for help.": "点击这里获取帮助。",
- "Click here to": "",
+ "Click here to": "单击此处",
"Click here to check other modelfiles.": "点击这里检查其他模型文件。",
"Click here to select": "点击这里选择",
- "Click here to select a csv file.": "",
+ "Click here to select a csv file.": "单击此处选择 csv 文件。",
"Click here to select documents.": "点击这里选择文档。",
"click here.": "点击这里。",
"Click on the user role button to change a user's role.": "点击用户角色按钮以更改用户的角色。",
"Close": "关闭",
"Collection": "收藏",
- "ComfyUI": "",
- "ComfyUI Base URL": "",
- "ComfyUI Base URL is required.": "",
+ "ComfyUI": "ComfyUI",
+ "ComfyUI Base URL": "ComfyUI Base URL",
+ "ComfyUI Base URL is required.": "ComfyUI Base URL 是必需的。",
"Command": "命令",
"Confirm Password": "确认密码",
"Connections": "连接",
"Content": "内容",
"Context Length": "上下文长度",
- "Continue Response": "",
+ "Continue Response": "继续回复",
"Conversation Mode": "对话模式",
- "Copied shared chat URL to clipboard!": "",
- "Copy": "",
+ "Copied shared chat URL to clipboard!": "已复制共享聊天 URL 到剪贴板!",
+ "Copy": "复制",
"Copy last code block": "复制最后一个代码块",
"Copy last response": "复制最后一次回复",
- "Copy Link": "",
+ "Copy Link": "复制链接",
"Copying to clipboard was successful!": "复制到剪贴板成功!",
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "为以下查询创建一个简洁的、3-5 个词的短语作为标题,严格遵守 3-5 个词的限制并避免使用“标题”一词:",
"Create a modelfile": "创建模型文件",
"Create Account": "创建账户",
- "Create new key": "",
- "Create new secret key": "",
+ "Create new key": "创建新密钥",
+ "Create new secret key": "创建新安全密钥",
"Created at": "创建于",
- "Created At": "",
+ "Created At": "创建于",
"Current Model": "当前模型",
"Current Password": "当前密码",
"Custom": "自定义",
"Customize Ollama models for a specific purpose": "定制特定用途的 Ollama 模型",
"Dark": "暗色",
- "Dashboard": "",
+ "Dashboard": "仪表盘",
"Database": "数据库",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
- "December": "",
+ "December": "十二月",
"Default": "默认",
"Default (Automatic1111)": "默认(Automatic1111)",
- "Default (SentenceTransformers)": "",
+ "Default (SentenceTransformers)": "默认(SentenceTransformers)",
"Default (Web API)": "默认(Web API)",
"Default model updated": "默认模型已更新",
"Default Prompt Suggestions": "默认提示词建议",
"Default User Role": "默认用户角色",
"delete": "删除",
- "Delete": "",
+ "Delete": "删除",
"Delete a model": "删除一个模型",
"Delete chat": "删除聊天",
- "Delete Chat": "",
+ "Delete Chat": "删除聊天",
"Delete Chats": "删除聊天记录",
- "delete this link": "",
- "Delete User": "",
+ "delete this link": "删除这个链接",
+ "Delete User": "删除用户",
"Deleted {{deleteModelTag}}": "已删除{{deleteModelTag}}",
- "Deleted {{tagName}}": "",
+ "Deleted {{tagName}}": "已删除 {{tagName}}",
"Description": "描述",
- "Didn't fully follow instructions": "",
+ "Didn't fully follow instructions": "没有完全遵循指示",
"Disabled": "禁用",
"Discover a modelfile": "探索模型文件",
"Discover a prompt": "探索提示词",
@@ -150,28 +153,29 @@
"does not make any external connections, and your data stays securely on your locally hosted server.": "不进行任何外部连接,您的数据安全地存储在您的本地服务器上。",
"Don't Allow": "不允许",
"Don't have an account?": "没有账户?",
- "Don't like the style": "",
- "Download": "",
- "Download canceled": "",
+ "Don't like the style": "不喜欢这个风格",
+ "Download": "下载",
+ "Download canceled": "下载已取消",
"Download Database": "下载数据库",
"Drop any files here to add to the conversation": "拖动文件到此处以添加到对话中",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "例如 '30s','10m'。有效的时间单位是's', 'm', 'h'。",
- "Edit": "",
+ "Edit": "编辑",
"Edit Doc": "编辑文档",
"Edit User": "编辑用户",
"Email": "电子邮件",
- "Embedding Model": "",
- "Embedding Model Engine": "",
- "Embedding model set to \"{{embedding_model}}\"": "",
+ "Embedding Model": "嵌入模型",
+ "Embedding Model Engine": "嵌入模型引擎",
+ "Embedding model set to \"{{embedding_model}}\"": "嵌入模型设置为 \"{{embedding_model}}\"",
"Enable Chat History": "启用聊天历史",
"Enable New Sign Ups": "启用新注册",
"Enabled": "启用",
- "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
+ "Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "确保您的 CSV 文件按以下顺序包含 4 列: 姓名、电子邮件、密码、角色。",
"Enter {{role}} message here": "在此处输入 {{role}} 信息",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "输入块重叠 (Chunk Overlap)",
"Enter Chunk Size": "输入块大小 (Chunk Size)",
"Enter Image Size (e.g. 512x512)": "输入图片大小 (例如 512x512)",
- "Enter language codes": "",
+ "Enter language codes": "输入语言代码",
"Enter LiteLLM API Base URL (litellm_params.api_base)": "输入 LiteLLM API 基本 URL (litellm_params.api_base)",
"Enter LiteLLM API Key (litellm_params.api_key)": "输入 LiteLLM API 密匙 (litellm_params.api_key)",
"Enter LiteLLM API RPM (litellm_params.rpm)": "输入 LiteLLM API 速率限制 (litellm_params.rpm)",
@@ -179,45 +183,46 @@
"Enter Max Tokens (litellm_params.max_tokens)": "输入模型的 Max Tokens (litellm_params.max_tokens)",
"Enter model tag (e.g. {{modelTag}})": "输入模型标签 (例如{{modelTag}})",
"Enter Number of Steps (e.g. 50)": "输入步数 (例如 50)",
- "Enter Score": "",
+ "Enter Score": "输入分",
"Enter stop sequence": "输入停止序列",
"Enter Top K": "输入 Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "输入 URL (例如 http://127.0.0.1:7860/)",
- "Enter URL (e.g. http://localhost:11434)": "",
+ "Enter URL (e.g. http://localhost:11434)": "输入 URL (例如 http://localhost:11434)",
"Enter Your Email": "输入您的电子邮件",
"Enter Your Full Name": "输入您的全名",
"Enter Your Password": "输入您的密码",
- "Enter Your Role": "",
+ "Enter Your Role": "输入您的角色",
"Experimental": "实验性",
"Export All Chats (All Users)": "导出所有聊天(所有用户)",
"Export Chats": "导出聊天",
"Export Documents Mapping": "导出文档映射",
"Export Modelfiles": "导出模型文件",
"Export Prompts": "导出提示词",
- "Failed to create API Key.": "",
+ "Failed to create API Key.": "无法创建 API 密钥。",
"Failed to read clipboard contents": "无法读取剪贴板内容",
- "February": "",
- "Feel free to add specific details": "",
+ "February": "二月",
+ "Feel free to add specific details": "请随意添加具体细节",
"File Mode": "文件模式",
"File not found.": "文件未找到。",
- "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
+ "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "检测到指纹欺骗: 无法使用姓名缩写作为头像。默认使用默认个人形象。",
"Fluidly stream large external response chunks": "流畅地传输大型外部响应块",
"Focus chat input": "聚焦聊天输入",
- "Followed instructions perfectly": "",
+ "Followed instructions perfectly": "完全遵循说明",
"Format your variables using square brackets like this:": "使用这样的方括号格式化你的变量:",
"From (Base Model)": "来自(基础模型)",
"Full Screen Mode": "全屏模式",
"General": "通用",
"General Settings": "通用设置",
- "Generation Info": "",
- "Good Response": "",
- "has no conversations.": "",
+ "Generation Info": "生成信息",
+ "Good Response": "反应良好",
+ "h:mm a": "h:mm a",
+ "has no conversations.": "没有对话。",
"Hello, {{name}}": "你好,{{name}}",
- "Help": "",
+ "Help": "帮助",
"Hide": "隐藏",
"Hide Additional Params": "隐藏额外参数",
"How can I help you today?": "我今天能帮你做什么?",
- "Hybrid Search": "",
+ "Hybrid Search": "混合搜索",
"Image Generation (Experimental)": "图像生成(实验性)",
"Image Generation Engine": "图像生成引擎",
"Image Settings": "图像设置",
@@ -227,44 +232,47 @@
"Import Modelfiles": "导入模型文件",
"Import Prompts": "导入提示",
"Include `--api` flag when running stable-diffusion-webui": "运行 stable-diffusion-webui 时包含 `--api` 标志",
- "Input commands": "",
+ "Input commands": "输入命令",
"Interface": "界面",
- "Invalid Tag": "",
- "January": "",
+ "Invalid Tag": "无效标签",
+ "January": "一月",
"join our Discord for help.": "加入我们的 Discord 寻求帮助。",
"JSON": "JSON",
- "July": "",
- "June": "",
+ "July": "七月",
+ "June": "六月",
"JWT Expiration": "JWT 过期",
"JWT Token": "JWT 令牌",
"Keep Alive": "保持活动",
"Keyboard shortcuts": "键盘快捷键",
"Language": "语言",
- "Last Active": "",
+ "Last Active": "最后活跃",
"Light": "浅色",
"Listening...": "监听中...",
"LLMs can make mistakes. Verify important information.": "LLM 可能会生成错误信息,请验证重要信息。",
+ "LTR": "",
"Made by OpenWebUI Community": "由 OpenWebUI 社区制作",
"Make sure to enclose them with": "确保将它们包含在内",
"Manage LiteLLM Models": "管理 LiteLLM 模型",
"Manage Models": "管理模型",
"Manage Ollama Models": "管理 Ollama 模型",
- "March": "",
+ "March": "三月",
"Max Tokens": "最大令牌数",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "最多可以同时下载 3 个模型,请稍后重试。",
- "May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
- "Minimum Score": "",
+ "May": "五月",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
+ "Minimum Score": "最低分",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau",
"MMMM DD, YYYY": "MMMM DD, YYYY",
- "MMMM DD, YYYY HH:mm": "",
+ "MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
"Model '{{modelName}}' has been successfully downloaded.": "模型'{{modelName}}'已成功下载。",
"Model '{{modelTag}}' is already in queue for downloading.": "模型'{{modelTag}}'已在下载队列中。",
"Model {{modelId}} not found": "未找到模型{{modelId}}",
"Model {{modelName}} already exists.": "模型{{modelName}}已存在。",
- "Model filesystem path detected. Model shortname is required for update, cannot continue.": "",
+ "Model filesystem path detected. Model shortname is required for update, cannot continue.": "检测到模型文件系统路径。模型简名是更新所必需的,无法继续。",
"Model Name": "模型名称",
"Model not selected": "未选择模型",
"Model Tag Name": "模型标签名称",
@@ -275,28 +283,25 @@
"Modelfile Content": "模型文件内容",
"Modelfiles": "模型文件",
"Models": "模型",
- "More": "",
- "My Documents": "我的文档",
- "My Modelfiles": "我的模型文件",
- "My Prompts": "我的提示词",
+ "More": "更多",
"Name": "名称",
"Name Tag": "名称标签",
"Name your modelfile": "命名你的模型文件",
"New Chat": "新聊天",
"New Password": "新密码",
- "No results found": "",
- "No source available": "",
- "Not factually correct": "",
+ "No results found": "未找到结果",
+ "No source available": "没有可用来源",
+ "Not factually correct": "与事实不符",
"Not sure what to add?": "不确定要添加什么?",
"Not sure what to write? Switch to": "不确定写什么?切换到",
- "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
+ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:如果设置了最低分数,搜索只会返回分数大于或等于最低分数的文档。",
"Notifications": "桌面通知",
- "November": "",
- "October": "",
+ "November": "十一月",
+ "October": "十月",
"Off": "关闭",
"Okay, Let's Go!": "好的,我们开始吧!",
- "OLED Dark": "",
- "Ollama": "",
+ "OLED Dark": "暗黑色",
+ "Ollama": "Ollama",
"Ollama Base URL": "Ollama 基础 URL",
"Ollama Version": "Ollama 版本",
"On": "开",
@@ -309,67 +314,68 @@
"Open AI": "Open AI",
"Open AI (Dall-E)": "Open AI (Dall-E)",
"Open new chat": "打开新聊天",
- "OpenAI": "",
+ "OpenAI": "OpenAI",
"OpenAI API": "OpenAI API",
- "OpenAI API Config": "",
+ "OpenAI API Config": "OpenAI API 配置",
"OpenAI API Key is required.": "需要 OpenAI API 密钥。",
- "OpenAI URL/Key required.": "",
+ "OpenAI URL/Key required.": "需要 OpenAI URL/Key",
"or": "或",
- "Other": "",
- "Overview": "",
+ "Other": "其他",
+ "Overview": "概述",
"Parameters": "参数",
"Password": "密码",
- "PDF document (.pdf)": "",
+ "PDF document (.pdf)": "PDF 文档 (.pdf)",
"PDF Extract Images (OCR)": "PDF 图像处理 (使用 OCR)",
"pending": "待定",
"Permission denied when accessing microphone: {{error}}": "访问麦克风时权限被拒绝:{{error}}",
- "Plain text (.txt)": "",
+ "Personalization": "",
+ "Plain text (.txt)": "PDF 文档 (.pdf)",
"Playground": "AI 对话游乐场",
- "Positive attitude": "",
- "Previous 30 days": "",
- "Previous 7 days": "",
- "Profile Image": "",
- "Prompt": "",
- "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "",
+ "Positive attitude": "积极态度",
+ "Previous 30 days": "过去 30 天",
+ "Previous 7 days": "过去 7 天",
+ "Profile Image": "用户头像",
+ "Prompt": "提示词",
+ "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "提示(例如:告诉我一个关于罗马帝国的有趣事实)",
"Prompt Content": "提示词内容",
"Prompt suggestions": "提示词建议",
"Prompts": "提示词",
- "Pull \"{{searchValue}}\" from Ollama.com": "",
+ "Pull \"{{searchValue}}\" from Ollama.com": "从 Ollama.com 拉取 \"{{searchValue}}\"",
"Pull a model from Ollama.com": "从 Ollama.com 拉取一个模型",
"Pull Progress": "拉取进度",
"Query Params": "查询参数",
"RAG Template": "RAG 模板",
"Raw Format": "原始格式",
- "Read Aloud": "",
+ "Read Aloud": "朗读",
"Record voice": "录音",
"Redirecting you to OpenWebUI Community": "正在将您重定向到 OpenWebUI 社区",
- "Refused when it shouldn't have": "",
- "Regenerate": "",
+ "Refused when it shouldn't have": "在不该拒绝时拒绝",
+ "Regenerate": "重新生成",
"Release Notes": "发布说明",
- "Remove": "",
- "Remove Model": "",
- "Rename": "",
+ "Remove": "移除",
+ "Remove Model": "移除模型",
+ "Rename": "重命名",
"Repeat Last N": "重复最后 N 次",
"Repeat Penalty": "重复惩罚",
"Request Mode": "请求模式",
- "Reranking Model": "",
- "Reranking model disabled": "",
- "Reranking model set to \"{{reranking_model}}\"": "",
+ "Reranking Model": "重排模型",
+ "Reranking model disabled": "重排模型已禁用",
+ "Reranking model set to \"{{reranking_model}}\"": "重排模型设置为 \"{{reranking_model}}\"",
"Reset Vector Storage": "重置向量存储",
"Response AutoCopy to Clipboard": "自动复制回答到剪贴板",
"Role": "角色",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
+ "RTL": "",
"Save": "保存",
"Save & Create": "保存并创建",
- "Save & Submit": "保存并提交",
"Save & Update": "保存并更新",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "不再支持直接将聊天记录保存到浏览器存储中。请点击下面的按钮下载并删除您的聊天记录。别担心,您可以通过轻松地将聊天记录重新导入到后端",
"Scan": "扫描",
"Scan complete!": "扫描完成!",
"Scan for documents from {{path}}": "从 {{path}} 扫描文档",
"Search": "搜索",
- "Search a model": "",
+ "Search a model": "搜索模型",
"Search Documents": "搜索文档",
"Search Prompts": "搜索提示词",
"See readme.md for instructions": "查看 readme.md 以获取说明",
@@ -378,73 +384,74 @@
"Select a mode": "选择一个模式",
"Select a model": "选择一个模型",
"Select an Ollama instance": "选择一个 Ollama 实例",
- "Select model": "",
+ "Select model": "选择模型",
+ "Send": "发送",
"Send a Message": "发送消息",
"Send message": "发送消息",
- "September": "",
+ "September": "九月",
"Server connection verified": "已验证服务器连接",
"Set as default": "设为默认",
"Set Default Model": "设置默认模型",
- "Set embedding model (e.g. {{model}})": "",
+ "Set embedding model (e.g. {{model}})": "设置嵌入模型(例如 {{model}})",
"Set Image Size": "设置图片大小",
"Set Model": "设置模型",
- "Set reranking model (e.g. {{model}})": "",
+ "Set reranking model (e.g. {{model}})": "设置重排模型(例如 {{model}})",
"Set Steps": "设置步骤",
"Set Title Auto-Generation Model": "设置标题自动生成模型",
"Set Voice": "设置声音",
"Settings": "设置",
"Settings saved successfully!": "设置已保存",
- "Share": "",
- "Share Chat": "",
+ "Share": "分享",
+ "Share Chat": "分享聊天",
"Share to OpenWebUI Community": "分享到 OpenWebUI 社区",
"short-summary": "简短总结",
"Show": "显示",
"Show Additional Params": "显示额外参数",
"Show shortcuts": "显示快捷方式",
- "Showcased creativity": "",
+ "Showcased creativity": "展示创意",
"sidebar": "侧边栏",
"Sign in": "登录",
"Sign Out": "登出",
"Sign up": "注册",
- "Signing in": "",
- "Source": "",
+ "Signing in": "正在登录",
+ "Source": "来源",
"Speech recognition error: {{error}}": "语音识别错误:{{error}}",
"Speech-to-Text Engine": "语音转文字引擎",
"SpeechRecognition API is not supported in this browser.": "此浏览器不支持 SpeechRecognition API。",
"Stop Sequence": "停止序列",
"STT Settings": "语音转文字设置",
"Submit": "提交",
- "Subtitle (e.g. about the Roman Empire)": "",
+ "Subtitle (e.g. about the Roman Empire)": "副标题(如关于罗马帝国的副标题)",
"Success": "成功",
"Successfully updated.": "成功更新。",
- "Suggested": "",
+ "Suggested": "建议",
"Sync All": "同步所有",
"System": "系统",
"System Prompt": "系统提示",
"Tags": "标签",
- "Tell us more:": "",
+ "Tell us more:": "告诉我们更多信息",
"Temperature": "温度",
"Template": "模板",
"Text Completion": "文本完成",
"Text-to-Speech Engine": "文本转语音引擎",
"Tfs Z": "Tfs Z",
- "Thanks for your feedback!": "",
- "The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
+ "Thanks for your feedback!": "感谢你的反馈!",
+ "The score should be a value between 0.0 (0%) and 1.0 (100%).": "分值应介于 0.0(0%)和 1.0(100%)之间。",
"Theme": "主题",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "这确保了您宝贵的对话被安全保存到后端数据库中。谢谢!",
"This setting does not sync across browsers or devices.": "此设置不会在浏览器或设备之间同步。",
- "Thorough explanation": "",
+ "Thorough explanation": "详尽的解释",
"Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "提示:在每次替换后,在聊天输入中按 Tab 键可以连续更新多个变量。",
"Title": "标题",
- "Title (e.g. Tell me a fun fact)": "",
+ "Title (e.g. Tell me a fun fact)": "标题(例如 告诉我一个有趣的事实)",
"Title Auto-Generation": "标题自动生成",
- "Title cannot be an empty string.": "",
+ "Title cannot be an empty string.": "标题不能为空字符串。",
"Title Generation Prompt": "自动生成标题的提示词",
"to": "到",
"To access the available model names for downloading,": "要访问可下载的模型名称,",
"To access the GGUF models available for downloading,": "要访问可下载的 GGUF 模型,",
"to chat input.": "到聊天输入。",
- "Today": "",
+ "Today": "今天",
"Toggle settings": "切换设置",
"Toggle sidebar": "切换侧边栏",
"Top K": "Top K",
@@ -454,7 +461,7 @@
"Type Hugging Face Resolve (Download) URL": "输入 Hugging Face 解析(下载)URL",
"Uh-oh! There was an issue connecting to {{provider}}.": "哎呀!连接到{{provider}}时出现问题。",
"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "未知文件类型'{{file_type}}',将视为纯文本进行处理",
- "Update and Copy Link": "",
+ "Update and Copy Link": "更新和复制链接",
"Update password": "更新密码",
"Upload a GGUF model": "上传一个 GGUF 模型",
"Upload files": "上传文件",
@@ -462,7 +469,7 @@
"URL Mode": "URL 模式",
"Use '#' in the prompt input to load and select your documents.": "在提示输入中使用'#'来加载和选择你的文档。",
"Use Gravatar": "使用 Gravatar",
- "Use Initials": "",
+ "Use Initials": "使用首字母缩写",
"user": "用户",
"User Permissions": "用户权限",
"Users": "用户",
@@ -471,25 +478,26 @@
"variable": "变量",
"variable to have them replaced with clipboard content.": "变量将被剪贴板内容替换。",
"Version": "版本",
- "Warning: If you update or change your embedding model, you will need to re-import all documents.": "",
+ "Warning: If you update or change your embedding model, you will need to re-import all documents.": "警告: 如果更新或更改 embedding 模型,则需要重新导入所有文档。",
"Web": "网页",
- "Web Loader Settings": "",
- "Web Params": "",
- "Webhook URL": "",
+ "Web Loader Settings": "Web 加载器设置",
+ "Web Params": "Web 参数",
+ "Webhook URL": "Webhook URL",
"WebUI Add-ons": "WebUI 插件",
"WebUI Settings": "WebUI 设置",
"WebUI will make requests to": "WebUI 将请求",
"What’s New in": "最新变化",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "当历史记录被关闭时,这个浏览器上的新聊天不会出现在你任何设备的历史记录中。",
"Whisper (Local)": "Whisper(本地)",
+ "Workspace": "工作空间",
"Write a prompt suggestion (e.g. Who are you?)": "写一个提示建议(例如:你是谁?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "用 50 个字写一个总结 [主题或关键词]。",
- "Yesterday": "",
- "You": "你",
- "You have no archived conversations.": "",
- "You have shared this chat": "",
+ "Yesterday": "昨天",
+ "You": "",
+ "You have no archived conversations.": "你没有存档的对话。",
+ "You have shared this chat": "你分享了这次聊天",
"You're a helpful assistant.": "你是一个有帮助的助手。",
"You're now logged in.": "已登录。",
- "Youtube": "",
- "Youtube Loader Settings": ""
+ "Youtube": "Youtube",
+ "Youtube Loader Settings": "Youtube 加载器设置"
}
diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json
index 50a5c3275f..ccaca534af 100644
--- a/src/lib/i18n/locales/zh-TW/translation.json
+++ b/src/lib/i18n/locales/zh-TW/translation.json
@@ -10,14 +10,16 @@
"About": "關於",
"Account": "帳號",
"Accurate information": "",
+ "Add": "",
"Add a model": "新增模型",
"Add a model tag name": "新增模型標籤",
"Add a short description about what this modelfile does": "為這個 Modelfile 添加一段簡短的描述",
"Add a short title for this prompt": "為這個提示詞添加一個簡短的標題",
"Add a tag": "新增標籤",
- "Add custom prompt": "",
+ "Add custom prompt": "新增自定義提示詞",
"Add Docs": "新增文件",
"Add Files": "新增檔案",
+ "Add Memory": "",
"Add message": "新增訊息",
"Add Model": "",
"Add Tags": "新增標籤",
@@ -47,7 +49,7 @@
"Archived Chats": "聊天記錄存檔",
"are allowed - Activate this command by typing": "是允許的 - 透過輸入",
"Are you sure?": "你確定嗎?",
- "Attach file": "",
+ "Attach file": "附加檔案",
"Attention to detail": "",
"Audio": "音訊",
"August": "",
@@ -66,6 +68,8 @@
"Categories": "分類",
"Change Password": "修改密碼",
"Chat": "聊天",
+ "Chat Bubble UI": "",
+ "Chat direction": "",
"Chat History": "聊天紀錄功能",
"Chat History is off for this browser.": "此瀏覽器已關閉聊天紀錄功能。",
"Chats": "聊天",
@@ -76,7 +80,7 @@
"Chunk Overlap": "Chunk Overlap",
"Chunk Params": "Chunk 參數",
"Chunk Size": "Chunk 大小",
- "Citation": "",
+ "Citation": "引文",
"Click here for help.": "點擊這裡尋找幫助。",
"Click here to": "",
"Click here to check other modelfiles.": "點擊這裡檢查其他 Modelfiles。",
@@ -117,7 +121,6 @@
"Dark": "暗色",
"Dashboard": "",
"Database": "資料庫",
- "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"December": "",
"Default": "預設",
"Default (Automatic1111)": "預設(Automatic1111)",
@@ -168,6 +171,7 @@
"Enabled": "已啟用",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "",
"Enter {{role}} message here": "在這裡輸入 {{role}} 訊息",
+ "Enter a detail about yourself for your LLMs to recall": "",
"Enter Chunk Overlap": "輸入 Chunk Overlap",
"Enter Chunk Size": "輸入 Chunk 大小",
"Enter Image Size (e.g. 512x512)": "輸入圖片大小(例如 512x512)",
@@ -211,6 +215,7 @@
"General Settings": "常用設定",
"Generation Info": "",
"Good Response": "",
+ "h:mm a": "",
"has no conversations.": "",
"Hello, {{name}}": "你好,{{name}}",
"Help": "",
@@ -227,7 +232,7 @@
"Import Modelfiles": "匯入 Modelfiles",
"Import Prompts": "匯入提示詞",
"Include `--api` flag when running stable-diffusion-webui": "在運行 stable-diffusion-webui 時加上 `--api` 標誌",
- "Input commands": "",
+ "Input commands": "輸入命令",
"Interface": "介面",
"Invalid Tag": "",
"January": "",
@@ -244,6 +249,7 @@
"Light": "亮色",
"Listening...": "正在聽取...",
"LLMs can make mistakes. Verify important information.": "LLM 可能會產生錯誤。請驗證重要資訊。",
+ "LTR": "",
"Made by OpenWebUI Community": "由 OpenWebUI 社區製作",
"Make sure to enclose them with": "請確保變數有被以下符號框住:",
"Manage LiteLLM Models": "管理 LiteLLM 模型",
@@ -253,7 +259,9 @@
"Max Tokens": "最大 Token 數",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "最多可以同時下載 3 個模型。請稍後再試。",
"May": "",
- "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
+ "Memories accessible by LLMs will be shown here.": "",
+ "Memory": "",
+ "Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta",
@@ -276,16 +284,13 @@
"Modelfiles": "Modelfiles",
"Models": "模型",
"More": "",
- "My Documents": "我的文件",
- "My Modelfiles": "我的 Modelfiles",
- "My Prompts": "我的提示詞",
"Name": "名稱",
"Name Tag": "名稱標籤",
"Name your modelfile": "命名你的 Modelfile",
"New Chat": "新增聊天",
"New Password": "新密碼",
"No results found": "",
- "No source available": "",
+ "No source available": "沒有可用的來源",
"Not factually correct": "",
"Not sure what to add?": "不確定要新增什麼嗎?",
"Not sure what to write? Switch to": "不確定要寫什麼?切換到",
@@ -323,6 +328,7 @@
"PDF Extract Images (OCR)": "PDF 圖像擷取(OCR 光學文字辨識)",
"pending": "待審查",
"Permission denied when accessing microphone: {{error}}": "存取麥克風時被拒絕權限:{{error}}",
+ "Personalization": "",
"Plain text (.txt)": "",
"Playground": "AI 對話遊樂場",
"Positive attitude": "",
@@ -360,9 +366,9 @@
"Role": "Role",
"Rosé Pine": "玫瑰松",
"Rosé Pine Dawn": "黎明玫瑰松",
+ "RTL": "",
"Save": "儲存",
"Save & Create": "儲存並建立",
- "Save & Submit": "儲存並送出",
"Save & Update": "儲存並更新",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "現已不支援將聊天紀錄儲存到瀏覽器儲存空間中。請點擊下面的按鈕下載並刪除你的聊天記錄。別擔心,你可以通過以下方式輕鬆地重新匯入你的聊天記錄到後台",
"Scan": "掃描",
@@ -378,10 +384,11 @@
"Select a mode": "選擇模式",
"Select a model": "選擇一個模型",
"Select an Ollama instance": "選擇 Ollama 實例",
- "Select model": "",
+ "Select model": "選擇模型",
+ "Send": "",
"Send a Message": "傳送訊息",
"Send message": "傳送訊息",
- "September": "",
+ "September": "九月",
"Server connection verified": "已驗證伺服器連線",
"Set as default": "設為預設",
"Set Default Model": "設定預設模型",
@@ -394,8 +401,8 @@
"Set Voice": "設定語音",
"Settings": "設定",
"Settings saved successfully!": "成功儲存設定",
- "Share": "",
- "Share Chat": "",
+ "Share": "分享",
+ "Share Chat": "分享聊天",
"Share to OpenWebUI Community": "分享到 OpenWebUI 社群",
"short-summary": "簡短摘要",
"Show": "顯示",
@@ -406,8 +413,8 @@
"Sign in": "登入",
"Sign Out": "登出",
"Sign up": "註冊",
- "Signing in": "",
- "Source": "",
+ "Signing in": "正在登入",
+ "Source": "來源",
"Speech recognition error: {{error}}": "語音識別錯誤:{{error}}",
"Speech-to-Text Engine": "語音轉文字引擎",
"SpeechRecognition API is not supported in this browser.": "此瀏覽器不支持 SpeechRecognition API。",
@@ -417,7 +424,7 @@
"Subtitle (e.g. about the Roman Empire)": "",
"Success": "成功",
"Successfully updated.": "更新成功。",
- "Suggested": "",
+ "Suggested": "建議",
"Sync All": "全部同步",
"System": "系統",
"System Prompt": "系統提示詞",
@@ -482,10 +489,11 @@
"What’s New in": "全新內容",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "當歷史被關閉時,這個瀏覽器上的新聊天將不會出現在任何裝置的歷史記錄中。",
"Whisper (Local)": "Whisper(本機)",
+ "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "寫一個提示詞建議(例如:你是誰?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "寫一個 50 字的摘要來概括 [主題或關鍵詞]。",
"Yesterday": "",
- "You": "你",
+ "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "你是一位善於協助他人的助手。",
diff --git a/src/lib/stores/index.ts b/src/lib/stores/index.ts
index c4ccb5eec7..28f2ae12fd 100644
--- a/src/lib/stores/index.ts
+++ b/src/lib/stores/index.ts
@@ -9,6 +9,8 @@ export const user: Writable
= writable(undefined);
// Frontend
export const MODEL_DOWNLOAD_POOL = writable({});
+export const mobile = writable(false);
+
export const theme = writable('system');
export const chatId = writable('');
@@ -37,6 +39,7 @@ export const settings: Writable = writable({});
export const showSidebar = writable(false);
export const showSettings = writable(false);
+export const showArchivedChats = writable(false);
export const showChangelog = writable(false);
type Model = OpenAIModel | OllamaModel;
@@ -81,6 +84,7 @@ type Settings = {
notificationEnabled?: boolean;
title?: TitleSettings;
splitLargeDeltas?: boolean;
+ chatDirection: 'LTR' | 'RTL';
system?: string;
requestFormat?: string;
diff --git a/src/lib/utils/index.test.ts b/src/lib/utils/index.test.ts
new file mode 100644
index 0000000000..f67449dcc7
--- /dev/null
+++ b/src/lib/utils/index.test.ts
@@ -0,0 +1,66 @@
+import { promptTemplate } from '$lib/utils/index';
+import { expect, test } from 'vitest';
+
+test('promptTemplate correctly replaces {{prompt}} placeholder', () => {
+ const template = 'Hello {{prompt}}!';
+ const prompt = 'world';
+ const expected = 'Hello world!';
+ const actual = promptTemplate(template, prompt);
+ expect(actual).toBe(expected);
+});
+
+test('promptTemplate correctly replaces {{prompt:start:}} placeholder', () => {
+ const template = 'Hello {{prompt:start:3}}!';
+ const prompt = 'world';
+ const expected = 'Hello wor!';
+ const actual = promptTemplate(template, prompt);
+ expect(actual).toBe(expected);
+});
+
+test('promptTemplate correctly replaces {{prompt:end:}} placeholder', () => {
+ const template = 'Hello {{prompt:end:3}}!';
+ const prompt = 'world';
+ const expected = 'Hello rld!';
+ const actual = promptTemplate(template, prompt);
+ expect(actual).toBe(expected);
+});
+
+test('promptTemplate correctly replaces {{prompt:middletruncate:}} placeholder when prompt length is greater than length', () => {
+ const template = 'Hello {{prompt:middletruncate:4}}!';
+ const prompt = 'world';
+ const expected = 'Hello wo...ld!';
+ const actual = promptTemplate(template, prompt);
+ expect(actual).toBe(expected);
+});
+
+test('promptTemplate correctly replaces {{prompt:middletruncate:}} placeholder when prompt length is less than or equal to length', () => {
+ const template = 'Hello {{prompt:middletruncate:5}}!';
+ const prompt = 'world';
+ const expected = 'Hello world!';
+ const actual = promptTemplate(template, prompt);
+ expect(actual).toBe(expected);
+});
+
+test('promptTemplate returns original template when no placeholders are present', () => {
+ const template = 'Hello world!';
+ const prompt = 'world';
+ const expected = 'Hello world!';
+ const actual = promptTemplate(template, prompt);
+ expect(actual).toBe(expected);
+});
+
+test('promptTemplate does not replace placeholders inside of replaced placeholders', () => {
+ const template = 'Hello {{prompt}}!';
+ const prompt = 'World, {{prompt}} injection';
+ const expected = 'Hello World, {{prompt}} injection!';
+ const actual = promptTemplate(template, prompt);
+ expect(actual).toBe(expected);
+});
+
+test('promptTemplate correctly replaces multiple placeholders', () => {
+ const template = 'Hello {{prompt}}! This is {{prompt:start:3}}!';
+ const prompt = 'world';
+ const expected = 'Hello world! This is wor!';
+ const actual = promptTemplate(template, prompt);
+ expect(actual).toBe(expected);
+});
diff --git a/src/lib/utils/index.ts b/src/lib/utils/index.ts
index 03cbc62629..ad72fde96c 100644
--- a/src/lib/utils/index.ts
+++ b/src/lib/utils/index.ts
@@ -6,15 +6,15 @@ import { getLiteLLMModels } from '$lib/apis/litellm';
export const getModels = async (token: string) => {
let models = await Promise.all([
- await getOllamaModels(token).catch((error) => {
+ getOllamaModels(token).catch((error) => {
console.log(error);
return null;
}),
- await getOpenAIModels(token).catch((error) => {
+ getOpenAIModels(token).catch((error) => {
console.log(error);
return null;
}),
- await getLiteLLMModels(token).catch((error) => {
+ getLiteLLMModels(token).catch((error) => {
console.log(error);
return null;
})
@@ -472,22 +472,39 @@ export const blobToFile = (blob, fileName) => {
return file;
};
-export const promptTemplate = (template: string, prompt: string) => {
- prompt = prompt.replace(/{{prompt}}|{{prompt:start:\d+}}|{{prompt:end:\d+}}/g, '');
-
- template = template.replace(/{{prompt}}/g, prompt);
-
- // Replace all instances of {{prompt:start:}} with the first characters of the prompt
- template = template.replace(/{{prompt:start:(\d+)}}/g, (match, length) =>
- prompt.substring(0, parseInt(length))
+/**
+ * This function is used to replace placeholders in a template string with the provided prompt.
+ * The placeholders can be in the following formats:
+ * - `{{prompt}}`: This will be replaced with the entire prompt.
+ * - `{{prompt:start:}}`: This will be replaced with the first characters of the prompt.
+ * - `{{prompt:end:}}`: This will be replaced with the last characters of the prompt.
+ * - `{{prompt:middletruncate:}}`: This will be replaced with the prompt truncated to characters, with '...' in the middle.
+ *
+ * @param {string} template - The template string containing placeholders.
+ * @param {string} prompt - The string to replace the placeholders with.
+ * @returns {string} The template string with the placeholders replaced by the prompt.
+ */
+export const promptTemplate = (template: string, prompt: string): string => {
+ return template.replace(
+ /{{prompt}}|{{prompt:start:(\d+)}}|{{prompt:end:(\d+)}}|{{prompt:middletruncate:(\d+)}}/g,
+ (match, startLength, endLength, middleLength) => {
+ if (match === '{{prompt}}') {
+ return prompt;
+ } else if (match.startsWith('{{prompt:start:')) {
+ return prompt.substring(0, startLength);
+ } else if (match.startsWith('{{prompt:end:')) {
+ return prompt.slice(-endLength);
+ } else if (match.startsWith('{{prompt:middletruncate:')) {
+ if (prompt.length <= middleLength) {
+ return prompt;
+ }
+ const start = prompt.slice(0, Math.ceil(middleLength / 2));
+ const end = prompt.slice(-Math.floor(middleLength / 2));
+ return `${start}...${end}`;
+ }
+ return '';
+ }
);
-
- // Replace all instances of {{prompt:end:}} with the last characters of the prompt
- template = template.replace(/{{prompt:end:(\d+)}}/g, (match, length) =>
- prompt.slice(-parseInt(length))
- );
-
- return template;
};
export const approximateToHumanReadable = (nanoseconds: number) => {
diff --git a/src/lib/workers/pyodide.worker.ts b/src/lib/workers/pyodide.worker.ts
new file mode 100644
index 0000000000..ec2d120045
--- /dev/null
+++ b/src/lib/workers/pyodide.worker.ts
@@ -0,0 +1,70 @@
+import { loadPyodide, type PyodideInterface } from 'pyodide';
+
+declare global {
+ interface Window {
+ stdout: string | null;
+ stderr: string | null;
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
+ result: any;
+ pyodide: PyodideInterface;
+ packages: string[];
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
+ [key: string]: any;
+ }
+}
+
+async function loadPyodideAndPackages(packages: string[] = []) {
+ self.stdout = null;
+ self.stderr = null;
+ self.result = null;
+
+ self.pyodide = await loadPyodide({
+ indexURL: '/pyodide/',
+ stdout: (text) => {
+ console.log('Python output:', text);
+
+ if (self.stdout) {
+ self.stdout += `${text}\n`;
+ } else {
+ self.stdout = `${text}\n`;
+ }
+ },
+ stderr: (text) => {
+ console.log('An error occurred:', text);
+ if (self.stderr) {
+ self.stderr += `${text}\n`;
+ } else {
+ self.stderr = `${text}\n`;
+ }
+ },
+ packages: ['micropip']
+ });
+
+ const micropip = self.pyodide.pyimport('micropip');
+
+ await micropip.set_index_urls('https://pypi.org/pypi/{package_name}/json');
+ await micropip.install(packages);
+}
+
+self.onmessage = async (event) => {
+ const { id, code, ...context } = event.data;
+
+ console.log(event.data);
+
+ // The worker copies the context in its own "memory" (an object mapping name to values)
+ for (const key of Object.keys(context)) {
+ self[key] = context[key];
+ }
+
+ // make sure loading is done
+ await loadPyodideAndPackages(self.packages);
+
+ try {
+ self.result = await self.pyodide.runPythonAsync(code);
+ } catch (error) {
+ self.stderr = error.toString();
+ }
+ self.postMessage({ id, result: self.result, stdout: self.stdout, stderr: self.stderr });
+};
+
+export default {};
diff --git a/src/routes/(app)/+page.svelte b/src/routes/(app)/+page.svelte
index 47bdeb36bb..6b929795f2 100644
--- a/src/routes/(app)/+page.svelte
+++ b/src/routes/(app)/+page.svelte
@@ -41,6 +41,7 @@
import { LITELLM_API_BASE_URL, OLLAMA_API_BASE_URL, OPENAI_API_BASE_URL } from '$lib/constants';
import { WEBUI_BASE_URL } from '$lib/constants';
import { createOpenAITextStream } from '$lib/apis/streaming';
+ import { queryMemory } from '$lib/apis/memories';
const i18n = getContext('i18n');
@@ -202,6 +203,7 @@
user: _user ?? undefined,
content: userPrompt,
files: files.length > 0 ? files : undefined,
+ models: selectedModels.filter((m, mIdx) => selectedModels.indexOf(m) === mIdx),
timestamp: Math.floor(Date.now() / 1000) // Unix epoch
};
@@ -250,48 +252,79 @@
}
};
- const sendPrompt = async (prompt, parentId) => {
+ const sendPrompt = async (prompt, parentId, modelId = null) => {
const _chatId = JSON.parse(JSON.stringify($chatId));
await Promise.all(
- (atSelectedModel !== '' ? [atSelectedModel.id] : selectedModels).map(async (modelId) => {
- console.log('modelId', modelId);
- const model = $models.filter((m) => m.id === modelId).at(0);
+ (modelId ? [modelId] : atSelectedModel !== '' ? [atSelectedModel.id] : selectedModels).map(
+ async (modelId) => {
+ console.log('modelId', modelId);
+ const model = $models.filter((m) => m.id === modelId).at(0);
- if (model) {
- // Create response message
- let responseMessageId = uuidv4();
- let responseMessage = {
- parentId: parentId,
- id: responseMessageId,
- childrenIds: [],
- role: 'assistant',
- content: '',
- model: model.id,
- timestamp: Math.floor(Date.now() / 1000) // Unix epoch
- };
+ if (model) {
+ // Create response message
+ let responseMessageId = uuidv4();
+ let responseMessage = {
+ parentId: parentId,
+ id: responseMessageId,
+ childrenIds: [],
+ role: 'assistant',
+ content: '',
+ model: model.id,
+ userContext: null,
+ timestamp: Math.floor(Date.now() / 1000) // Unix epoch
+ };
- // Add message to history and Set currentId to messageId
- history.messages[responseMessageId] = responseMessage;
- history.currentId = responseMessageId;
+ // Add message to history and Set currentId to messageId
+ history.messages[responseMessageId] = responseMessage;
+ history.currentId = responseMessageId;
- // Append messageId to childrenIds of parent message
- if (parentId !== null) {
- history.messages[parentId].childrenIds = [
- ...history.messages[parentId].childrenIds,
- responseMessageId
- ];
+ // Append messageId to childrenIds of parent message
+ if (parentId !== null) {
+ history.messages[parentId].childrenIds = [
+ ...history.messages[parentId].childrenIds,
+ responseMessageId
+ ];
+ }
+
+ await tick();
+
+ let userContext = null;
+ if ($settings?.memory ?? false) {
+ if (userContext === null) {
+ const res = await queryMemory(localStorage.token, prompt).catch((error) => {
+ toast.error(error);
+ return null;
+ });
+
+ if (res) {
+ if (res.documents[0].length > 0) {
+ userContext = res.documents.reduce((acc, doc, index) => {
+ const createdAtTimestamp = res.metadatas[index][0].created_at;
+ const createdAtDate = new Date(createdAtTimestamp * 1000)
+ .toISOString()
+ .split('T')[0];
+ acc.push(`${index + 1}. [${createdAtDate}]. ${doc[0]}`);
+ return acc;
+ }, []);
+ }
+
+ console.log(userContext);
+ }
+ }
+ }
+ responseMessage.userContext = userContext;
+
+ if (model?.external) {
+ await sendPromptOpenAI(model, prompt, responseMessageId, _chatId);
+ } else if (model) {
+ await sendPromptOllama(model, prompt, responseMessageId, _chatId);
+ }
+ } else {
+ toast.error($i18n.t(`Model {{modelId}} not found`, { modelId }));
}
-
- if (model?.external) {
- await sendPromptOpenAI(model, prompt, responseMessageId, _chatId);
- } else if (model) {
- await sendPromptOllama(model, prompt, responseMessageId, _chatId);
- }
- } else {
- toast.error($i18n.t(`Model {{modelId}} not found`, { modelId }));
}
- })
+ )
);
await chats.set(await getChatList(localStorage.token));
@@ -308,10 +341,13 @@
scrollToBottom();
const messagesBody = [
- $settings.system
+ $settings.system || (responseMessage?.userContext ?? null)
? {
role: 'system',
- content: $settings.system
+ content:
+ $settings.system + (responseMessage?.userContext ?? null)
+ ? `\n\nUser Context:\n${responseMessage.userContext.join('\n')}`
+ : ''
}
: undefined,
...messages
@@ -557,166 +593,149 @@
scrollToBottom();
- const [res, controller] = await generateOpenAIChatCompletion(
- localStorage.token,
- {
- model: model.id,
- stream: true,
- messages: [
- $settings.system
- ? {
- role: 'system',
- content: $settings.system
- }
- : undefined,
- ...messages
- ]
- .filter((message) => message)
- .map((message, idx, arr) => ({
- role: message.role,
- ...((message.files?.filter((file) => file.type === 'image').length > 0 ?? false) &&
- message.role === 'user'
+ try {
+ const [res, controller] = await generateOpenAIChatCompletion(
+ localStorage.token,
+ {
+ model: model.id,
+ stream: true,
+ messages: [
+ $settings.system || (responseMessage?.userContext ?? null)
? {
- content: [
- {
- type: 'text',
- text:
- arr.length - 1 !== idx
- ? message.content
- : message?.raContent ?? message.content
- },
- ...message.files
- .filter((file) => file.type === 'image')
- .map((file) => ({
- type: 'image_url',
- image_url: {
- url: file.url
- }
- }))
- ]
- }
- : {
+ role: 'system',
content:
- arr.length - 1 !== idx ? message.content : message?.raContent ?? message.content
- })
- })),
- seed: $settings?.options?.seed ?? undefined,
- stop:
- $settings?.options?.stop ?? undefined
- ? $settings?.options?.stop.map((str) =>
- decodeURIComponent(JSON.parse('"' + str.replace(/\"/g, '\\"') + '"'))
- )
- : undefined,
- temperature: $settings?.options?.temperature ?? undefined,
- top_p: $settings?.options?.top_p ?? undefined,
- num_ctx: $settings?.options?.num_ctx ?? undefined,
- frequency_penalty: $settings?.options?.repeat_penalty ?? undefined,
- max_tokens: $settings?.options?.num_predict ?? undefined,
- docs: docs.length > 0 ? docs : undefined,
- citations: docs.length > 0
- },
- model?.source?.toLowerCase() === 'litellm'
- ? `${LITELLM_API_BASE_URL}/v1`
- : `${OPENAI_API_BASE_URL}`
- );
+ $settings.system + (responseMessage?.userContext ?? null)
+ ? `\n\nUser Context:\n${responseMessage.userContext.join('\n')}`
+ : ''
+ }
+ : undefined,
+ ...messages
+ ]
+ .filter((message) => message)
+ .map((message, idx, arr) => ({
+ role: message.role,
+ ...((message.files?.filter((file) => file.type === 'image').length > 0 ?? false) &&
+ message.role === 'user'
+ ? {
+ content: [
+ {
+ type: 'text',
+ text:
+ arr.length - 1 !== idx
+ ? message.content
+ : message?.raContent ?? message.content
+ },
+ ...message.files
+ .filter((file) => file.type === 'image')
+ .map((file) => ({
+ type: 'image_url',
+ image_url: {
+ url: file.url
+ }
+ }))
+ ]
+ }
+ : {
+ content:
+ arr.length - 1 !== idx
+ ? message.content
+ : message?.raContent ?? message.content
+ })
+ })),
+ seed: $settings?.options?.seed ?? undefined,
+ stop:
+ $settings?.options?.stop ?? undefined
+ ? $settings.options.stop.map((str) =>
+ decodeURIComponent(JSON.parse('"' + str.replace(/\"/g, '\\"') + '"'))
+ )
+ : undefined,
+ temperature: $settings?.options?.temperature ?? undefined,
+ top_p: $settings?.options?.top_p ?? undefined,
+ num_ctx: $settings?.options?.num_ctx ?? undefined,
+ frequency_penalty: $settings?.options?.repeat_penalty ?? undefined,
+ max_tokens: $settings?.options?.num_predict ?? undefined,
+ docs: docs.length > 0 ? docs : undefined,
+ citations: docs.length > 0
+ },
+ model?.source?.toLowerCase() === 'litellm'
+ ? `${LITELLM_API_BASE_URL}/v1`
+ : `${OPENAI_API_BASE_URL}`
+ );
- // Wait until history/message have been updated
- await tick();
+ // Wait until history/message have been updated
+ await tick();
- scrollToBottom();
+ scrollToBottom();
- if (res && res.ok && res.body) {
- const textStream = await createOpenAITextStream(res.body, $settings.splitLargeChunks);
+ if (res && res.ok && res.body) {
+ const textStream = await createOpenAITextStream(res.body, $settings.splitLargeChunks);
- for await (const update of textStream) {
- const { value, done, citations } = update;
- if (done || stopResponseFlag || _chatId !== $chatId) {
- responseMessage.done = true;
- messages = messages;
+ for await (const update of textStream) {
+ const { value, done, citations, error } = update;
+ if (error) {
+ await handleOpenAIError(error, null, model, responseMessage);
+ break;
+ }
+ if (done || stopResponseFlag || _chatId !== $chatId) {
+ responseMessage.done = true;
+ messages = messages;
- if (stopResponseFlag) {
- controller.abort('User: Stop Response');
+ if (stopResponseFlag) {
+ controller.abort('User: Stop Response');
+ }
+
+ break;
}
- break;
- }
+ if (citations) {
+ responseMessage.citations = citations;
+ continue;
+ }
- if (citations) {
- responseMessage.citations = citations;
- continue;
- }
-
- if (responseMessage.content == '' && value == '\n') {
- continue;
- } else {
- responseMessage.content += value;
- messages = messages;
- }
-
- if ($settings.notificationEnabled && !document.hasFocus()) {
- const notification = new Notification(`OpenAI ${model}`, {
- body: responseMessage.content,
- icon: `${WEBUI_BASE_URL}/static/favicon.png`
- });
- }
-
- if ($settings.responseAutoCopy) {
- copyToClipboard(responseMessage.content);
- }
-
- if ($settings.responseAutoPlayback) {
- await tick();
- document.getElementById(`speak-button-${responseMessage.id}`)?.click();
- }
-
- if (autoScroll) {
- scrollToBottom();
- }
- }
-
- if ($chatId == _chatId) {
- if ($settings.saveChatHistory ?? true) {
- chat = await updateChatById(localStorage.token, _chatId, {
- messages: messages,
- history: history
- });
- await chats.set(await getChatList(localStorage.token));
- }
- }
- } else {
- if (res !== null) {
- const error = await res.json();
- console.log(error);
- if ('detail' in error) {
- toast.error(error.detail);
- responseMessage.content = error.detail;
- } else {
- if ('message' in error.error) {
- toast.error(error.error.message);
- responseMessage.content = error.error.message;
+ if (responseMessage.content == '' && value == '\n') {
+ continue;
} else {
- toast.error(error.error);
- responseMessage.content = error.error;
+ responseMessage.content += value;
+ messages = messages;
+ }
+
+ if ($settings.notificationEnabled && !document.hasFocus()) {
+ const notification = new Notification(`OpenAI ${model}`, {
+ body: responseMessage.content,
+ icon: `${WEBUI_BASE_URL}/static/favicon.png`
+ });
+ }
+
+ if ($settings.responseAutoCopy) {
+ copyToClipboard(responseMessage.content);
+ }
+
+ if ($settings.responseAutoPlayback) {
+ await tick();
+ document.getElementById(`speak-button-${responseMessage.id}`)?.click();
+ }
+
+ if (autoScroll) {
+ scrollToBottom();
+ }
+ }
+
+ if ($chatId == _chatId) {
+ if ($settings.saveChatHistory ?? true) {
+ chat = await updateChatById(localStorage.token, _chatId, {
+ messages: messages,
+ history: history
+ });
+ await chats.set(await getChatList(localStorage.token));
}
}
} else {
- toast.error(
- $i18n.t(`Uh-oh! There was an issue connecting to {{provider}}.`, {
- provider: model.name ?? model.id
- })
- );
- responseMessage.content = $i18n.t(`Uh-oh! There was an issue connecting to {{provider}}.`, {
- provider: model.name ?? model.id
- });
+ await handleOpenAIError(null, res, model, responseMessage);
}
-
- responseMessage.error = true;
- responseMessage.content = $i18n.t(`Uh-oh! There was an issue connecting to {{provider}}.`, {
- provider: model.name ?? model.id
- });
- responseMessage.done = true;
- messages = messages;
+ } catch (error) {
+ await handleOpenAIError(error, null, model, responseMessage);
}
+ messages = messages;
stopResponseFlag = false;
await tick();
@@ -733,21 +752,61 @@
}
};
+ const handleOpenAIError = async (error, res: Response | null, model, responseMessage) => {
+ let errorMessage = '';
+ let innerError;
+
+ if (error) {
+ innerError = error;
+ } else if (res !== null) {
+ innerError = await res.json();
+ }
+ console.error(innerError);
+ if ('detail' in innerError) {
+ toast.error(innerError.detail);
+ errorMessage = innerError.detail;
+ } else if ('error' in innerError) {
+ if ('message' in innerError.error) {
+ toast.error(innerError.error.message);
+ errorMessage = innerError.error.message;
+ } else {
+ toast.error(innerError.error);
+ errorMessage = innerError.error;
+ }
+ } else if ('message' in innerError) {
+ toast.error(innerError.message);
+ errorMessage = innerError.message;
+ }
+
+ responseMessage.error = true;
+ responseMessage.content =
+ $i18n.t(`Uh-oh! There was an issue connecting to {{provider}}.`, {
+ provider: model.name ?? model.id
+ }) +
+ '\n' +
+ errorMessage;
+ responseMessage.done = true;
+
+ messages = messages;
+ };
+
const stopResponse = () => {
stopResponseFlag = true;
console.log('stopResponse');
};
- const regenerateResponse = async () => {
+ const regenerateResponse = async (message) => {
console.log('regenerateResponse');
- if (messages.length != 0 && messages.at(-1).done == true) {
- messages.splice(messages.length - 1, 1);
- messages = messages;
- let userMessage = messages.at(-1);
+ if (messages.length != 0) {
+ let userMessage = history.messages[message.parentId];
let userPrompt = userMessage.content;
- await sendPrompt(userPrompt, userMessage.id);
+ if ((userMessage?.models ?? [...selectedModels]).length == 1) {
+ await sendPrompt(userPrompt, userMessage.id);
+ } else {
+ await sendPrompt(userPrompt, userMessage.id, message.model);
+ }
}
};
@@ -865,7 +924,7 @@