chore: i18n

This commit is contained in:
Timothy Jaeryang Baek 2025-07-08 13:29:04 +04:00
parent a748f19ac2
commit 27aa628c86
57 changed files with 1179 additions and 171 deletions

View File

@ -191,7 +191,7 @@ Based on the user's instruction, update and enhance the existing notes by incorp
console.log(line); console.log(line);
if (line === 'data: [DONE]') { if (line === 'data: [DONE]') {
if (editorEnabled) { if (editorEnabled) {
responseMessage.content = '<status title="Edited" done="true" />'; responseMessage.content = `<status title="${$i18n.t('Edited')}" done="true" />`;
} }
responseMessage.done = true; responseMessage.done = true;
@ -215,7 +215,7 @@ Based on the user's instruction, update and enhance the existing notes by incorp
note.data.content.html = enhancedContent.html; note.data.content.html = enhancedContent.html;
note.data.content.json = null; note.data.content.json = null;
responseMessage.content = '<status title="Editing" done="false" />'; responseMessage.content = `<status title="${$i18n.t('Editing')}" done="false" />`;
scrollToBottomHandler(); scrollToBottomHandler();
messages = messages; messages = messages;

View File

@ -23,6 +23,7 @@
"Account": "الحساب", "Account": "الحساب",
"Account Activation Pending": "", "Account Activation Pending": "",
"Accurate information": "معلومات دقيقة", "Accurate information": "معلومات دقيقة",
"Action": "",
"Actions": "", "Actions": "",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "استجابة خطاء", "Bad Response": "استجابة خطاء",
"Banners": "لافتات", "Banners": "لافتات",
"Base Model (From)": "النموذج الأساسي (من)", "Base Model (From)": "النموذج الأساسي (من)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "قبل", "before": "قبل",
"Being lazy": "كون كسول", "Being lazy": "كون كسول",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "", "Call": "",
"Call feature is not supported when using Web STT engine": "", "Call feature is not supported when using Web STT engine": "",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "الأوامر", "Command": "الأوامر",
"Comment": "",
"Completions": "", "Completions": "",
"Concurrent Requests": "الطلبات المتزامنة", "Concurrent Requests": "الطلبات المتزامنة",
"Configure": "", "Configure": "",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "", "Disabled": "",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "اكتشاف وتنزيل واستكشاف المطالبات المخصصة", "Discover, download, and explore custom prompts": "اكتشاف وتنزيل واستكشاف المطالبات المخصصة",
"Discover, download, and explore custom tools": "", "Discover, download, and explore custom tools": "",
"Discover, download, and explore model presets": "اكتشاف وتنزيل واستكشاف الإعدادات المسبقة للنموذج", "Discover, download, and explore model presets": "اكتشاف وتنزيل واستكشاف الإعدادات المسبقة للنموذج",
"Dismissible": "",
"Display": "", "Display": "",
"Display Emoji in Call": "", "Display Emoji in Call": "",
"Display the username instead of You in the Chat": "اعرض اسم المستخدم بدلاً منك في الدردشة", "Display the username instead of You in the Chat": "اعرض اسم المستخدم بدلاً منك في الدردشة",
@ -411,6 +414,8 @@
"Edit Memory": "", "Edit Memory": "",
"Edit User": "تعديل المستخدم", "Edit User": "تعديل المستخدم",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "", "ElevenLabs": "",
"Email": "البريد", "Email": "البريد",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "", "Files": "",
"Filter": "",
"Filter is now globally disabled": "", "Filter is now globally disabled": "",
"Filter is now globally enabled": "", "Filter is now globally enabled": "",
"Filters": "", "Filters": "",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "إنشاء استعلام بحث", "Generating search query": "إنشاء استعلام بحث",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "", "Global": "",
@ -724,6 +731,9 @@
"Info": "معلومات", "Info": "معلومات",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "إدخال الأوامر", "Input commands": "إدخال الأوامر",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "التثبيت من عنوان URL لجيثب", "Install from Github URL": "التثبيت من عنوان URL لجيثب",
"Instant Auto-Send After Voice Transcription": "", "Instant Auto-Send After Voice Transcription": "",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "رقم الموديل", "Model ID": "رقم الموديل",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "", "Model Name": "",
"Model not selected": "لم تختار موديل", "Model not selected": "لم تختار موديل",
"Model Params": "معلمات النموذج", "Model Params": "معلمات النموذج",
@ -972,6 +981,7 @@
"Pin": "", "Pin": "",
"Pinned": "", "Pinned": "",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "", "Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "", "Pipeline downloaded successfully": "",
"Pipelines": "خطوط الانابيب", "Pipelines": "خطوط الانابيب",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "", "Relevance": "",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "إزالة", "Remove": "إزالة",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "حذف الموديل", "Remove Model": "حذف الموديل",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "إعادة تسمية", "Rename": "إعادة تسمية",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "", "Reset Upload Directory": "",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "", "Response splitting": "",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "", "Show Admin Details in Account Pending Overlay": "",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "إظهار الاختصارات", "Show shortcuts": "إظهار الاختصارات",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "وهذا يضمن حفظ محادثاتك القيمة بشكل آمن في قاعدة بياناتك الخلفية. شكرًا لك!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "وهذا يضمن حفظ محادثاتك القيمة بشكل آمن في قاعدة بياناتك الخلفية. شكرًا لك!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "مستخدم", "user": "مستخدم",
"User": "", "User": "",
"User location successfully retrieved.": "", "User location successfully retrieved.": "",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "", "Username": "",
"Users": "المستخدمين", "Users": "المستخدمين",

View File

@ -23,6 +23,7 @@
"Account": "الحساب", "Account": "الحساب",
"Account Activation Pending": "انتظار تفعيل الحساب", "Account Activation Pending": "انتظار تفعيل الحساب",
"Accurate information": "معلومات دقيقة", "Accurate information": "معلومات دقيقة",
"Action": "",
"Actions": "الإجراءات", "Actions": "الإجراءات",
"Activate": "تفعيل", "Activate": "تفعيل",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "قم بتفعيل هذا الأمر بكتابة \"/{{COMMAND}}\" في مدخل المحادثة.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "قم بتفعيل هذا الأمر بكتابة \"/{{COMMAND}}\" في مدخل المحادثة.",
@ -145,6 +146,7 @@
"Bad Response": "رد سيئ", "Bad Response": "رد سيئ",
"Banners": "لافتات", "Banners": "لافتات",
"Base Model (From)": "النموذج الأساسي (من)", "Base Model (From)": "النموذج الأساسي (من)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "قبل", "before": "قبل",
"Being lazy": "كونك كسولاً", "Being lazy": "كونك كسولاً",
"Beta": "بيتا", "Beta": "بيتا",
@ -157,7 +159,7 @@
"By {{name}}": "بواسطة {{name}}", "By {{name}}": "بواسطة {{name}}",
"Bypass Embedding and Retrieval": "تجاوز التضمين والاسترجاع", "Bypass Embedding and Retrieval": "تجاوز التضمين والاسترجاع",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "التقويم", "Calendar": "التقويم",
"Call": "مكالمة", "Call": "مكالمة",
"Call feature is not supported when using Web STT engine": "ميزة الاتصال غير مدعومة عند استخدام محرك Web STT", "Call feature is not supported when using Web STT engine": "ميزة الاتصال غير مدعومة عند استخدام محرك Web STT",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "سير عمل ComfyUI", "ComfyUI Workflow": "سير عمل ComfyUI",
"ComfyUI Workflow Nodes": "عقد سير عمل ComfyUI", "ComfyUI Workflow Nodes": "عقد سير عمل ComfyUI",
"Command": "الأمر", "Command": "الأمر",
"Comment": "",
"Completions": "الإكمالات", "Completions": "الإكمالات",
"Concurrent Requests": "الطلبات المتزامنة", "Concurrent Requests": "الطلبات المتزامنة",
"Configure": "تكوين", "Configure": "تكوين",
@ -345,6 +348,7 @@
"Direct Connections": "الاتصالات المباشرة", "Direct Connections": "الاتصالات المباشرة",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "تتيح الاتصالات المباشرة للمستخدمين الاتصال بنقاط نهاية API متوافقة مع OpenAI الخاصة بهم.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "تتيح الاتصالات المباشرة للمستخدمين الاتصال بنقاط نهاية API متوافقة مع OpenAI الخاصة بهم.",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "معطّل", "Disabled": "معطّل",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "اكتشاف وتنزيل واستكشاف المطالبات المخصصة", "Discover, download, and explore custom prompts": "اكتشاف وتنزيل واستكشاف المطالبات المخصصة",
"Discover, download, and explore custom tools": "اكتشف، حمّل، واستعرض الأدوات المخصصة", "Discover, download, and explore custom tools": "اكتشف، حمّل، واستعرض الأدوات المخصصة",
"Discover, download, and explore model presets": "اكتشاف وتنزيل واستكشاف الإعدادات المسبقة للنموذج", "Discover, download, and explore model presets": "اكتشاف وتنزيل واستكشاف الإعدادات المسبقة للنموذج",
"Dismissible": "يمكن تجاهله",
"Display": "العرض", "Display": "العرض",
"Display Emoji in Call": "عرض الرموز التعبيرية أثناء المكالمة", "Display Emoji in Call": "عرض الرموز التعبيرية أثناء المكالمة",
"Display the username instead of You in the Chat": "اعرض اسم المستخدم بدلاً منك في الدردشة", "Display the username instead of You in the Chat": "اعرض اسم المستخدم بدلاً منك في الدردشة",
@ -411,6 +414,8 @@
"Edit Memory": "تعديل الذاكرة", "Edit Memory": "تعديل الذاكرة",
"Edit User": "تعديل المستخدم", "Edit User": "تعديل المستخدم",
"Edit User Group": "تعديل مجموعة المستخدمين", "Edit User Group": "تعديل مجموعة المستخدمين",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "البريد", "Email": "البريد",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "تم رفع الملف بنجاح", "File uploaded successfully": "تم رفع الملف بنجاح",
"Files": "الملفات", "Files": "الملفات",
"Filter": "",
"Filter is now globally disabled": "تم الآن تعطيل الفلتر على مستوى النظام", "Filter is now globally disabled": "تم الآن تعطيل الفلتر على مستوى النظام",
"Filter is now globally enabled": "تم الآن تفعيل الفلتر على مستوى النظام", "Filter is now globally enabled": "تم الآن تفعيل الفلتر على مستوى النظام",
"Filters": "الفلاتر", "Filters": "الفلاتر",
@ -658,6 +664,7 @@
"Generate prompt pair": "توليد زوج من التعليمات", "Generate prompt pair": "توليد زوج من التعليمات",
"Generating search query": "إنشاء استعلام بحث", "Generating search query": "إنشاء استعلام بحث",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "ابدأ الآن", "Get started": "ابدأ الآن",
"Get started with {{WEBUI_NAME}}": "ابدأ باستخدام {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "ابدأ باستخدام {{WEBUI_NAME}}",
"Global": "عام", "Global": "عام",
@ -724,6 +731,9 @@
"Info": "معلومات", "Info": "معلومات",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "إدخال الأوامر", "Input commands": "إدخال الأوامر",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "التثبيت من عنوان URL لجيثب", "Install from Github URL": "التثبيت من عنوان URL لجيثب",
"Instant Auto-Send After Voice Transcription": "إرسال تلقائي فوري بعد تحويل الصوت إلى نص", "Instant Auto-Send After Voice Transcription": "إرسال تلقائي فوري بعد تحويل الصوت إلى نص",
"Integration": "التكامل", "Integration": "التكامل",
@ -841,7 +851,6 @@
"Model Filtering": "تصفية النماذج", "Model Filtering": "تصفية النماذج",
"Model ID": "رقم الموديل", "Model ID": "رقم الموديل",
"Model IDs": "معرّفات النماذج", "Model IDs": "معرّفات النماذج",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "اسم النموذج", "Model Name": "اسم النموذج",
"Model not selected": "لم تختار موديل", "Model not selected": "لم تختار موديل",
"Model Params": "معلمات النموذج", "Model Params": "معلمات النموذج",
@ -972,6 +981,7 @@
"Pin": "تثبيت", "Pin": "تثبيت",
"Pinned": "مثبت", "Pinned": "مثبت",
"Pioneer insights": "رؤى رائدة", "Pioneer insights": "رؤى رائدة",
"Pipe": "",
"Pipeline deleted successfully": "تم حذف خط المعالجة بنجاح", "Pipeline deleted successfully": "تم حذف خط المعالجة بنجاح",
"Pipeline downloaded successfully": "تم تنزيل خط المعالجة بنجاح", "Pipeline downloaded successfully": "تم تنزيل خط المعالجة بنجاح",
"Pipelines": "خطوط الانابيب", "Pipelines": "خطوط الانابيب",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "الصلة", "Relevance": "الصلة",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "إزالة", "Remove": "إزالة",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "حذف الموديل", "Remove Model": "حذف الموديل",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "إعادة تسمية", "Rename": "إعادة تسمية",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "إعادة تعيين مجلد التحميل", "Reset Upload Directory": "إعادة تعيين مجلد التحميل",
"Reset Vector Storage/Knowledge": "إعادة تعيين تخزين المتجهات/المعرفة", "Reset Vector Storage/Knowledge": "إعادة تعيين تخزين المتجهات/المعرفة",
"Reset view": "إعادة تعيين العرض", "Reset view": "إعادة تعيين العرض",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "لا يمكن تفعيل إشعارات الردود لأن صلاحيات الموقع مرفوضة. يرجى التوجه إلى إعدادات المتصفح لمنح الصلاحية اللازمة.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "لا يمكن تفعيل إشعارات الردود لأن صلاحيات الموقع مرفوضة. يرجى التوجه إلى إعدادات المتصفح لمنح الصلاحية اللازمة.",
"Response splitting": "تقسيم الرد", "Response splitting": "تقسيم الرد",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "عرض نافذة \"ما الجديد\" عند تسجيل الدخول", "Show \"What's New\" modal on login": "عرض نافذة \"ما الجديد\" عند تسجيل الدخول",
"Show Admin Details in Account Pending Overlay": "عرض تفاصيل المشرف في نافذة \"الحساب قيد الانتظار\"", "Show Admin Details in Account Pending Overlay": "عرض تفاصيل المشرف في نافذة \"الحساب قيد الانتظار\"",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "إظهار الاختصارات", "Show shortcuts": "إظهار الاختصارات",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "وهذا يضمن حفظ محادثاتك القيمة بشكل آمن في قاعدة بياناتك الخلفية. شكرًا لك!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "وهذا يضمن حفظ محادثاتك القيمة بشكل آمن في قاعدة بياناتك الخلفية. شكرًا لك!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "هذه ميزة تجريبية، وقد لا تعمل كما هو متوقع وقد تتغير في أي وقت.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "هذه ميزة تجريبية، وقد لا تعمل كما هو متوقع وقد تتغير في أي وقت.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "مستخدم", "user": "مستخدم",
"User": "مستخدم", "User": "مستخدم",
"User location successfully retrieved.": "تم استرجاع موقع المستخدم بنجاح.", "User location successfully retrieved.": "تم استرجاع موقع المستخدم بنجاح.",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "اسم المستخدم", "Username": "اسم المستخدم",
"Users": "المستخدمين", "Users": "المستخدمين",

View File

@ -23,6 +23,7 @@
"Account": "Акаунт", "Account": "Акаунт",
"Account Activation Pending": "Активирането на акаунта е в процес на изчакване", "Account Activation Pending": "Активирането на акаунта е в процес на изчакване",
"Accurate information": "Точна информация", "Accurate information": "Точна информация",
"Action": "",
"Actions": "Действия", "Actions": "Действия",
"Activate": "Активиране", "Activate": "Активиране",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Активирайте тази команда, като въведете \"/{{COMMAND}}\" в полето за чат.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Активирайте тази команда, като въведете \"/{{COMMAND}}\" в полето за чат.",
@ -145,6 +146,7 @@
"Bad Response": "Невалиден отговор от API", "Bad Response": "Невалиден отговор от API",
"Banners": "Банери", "Banners": "Банери",
"Base Model (From)": "Базов модел (от)", "Base Model (From)": "Базов модел (от)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "преди", "before": "преди",
"Being lazy": "Мързелив е", "Being lazy": "Мързелив е",
"Beta": "Бета", "Beta": "Бета",
@ -157,7 +159,7 @@
"By {{name}}": "От {{name}}", "By {{name}}": "От {{name}}",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Календар", "Calendar": "Календар",
"Call": "Обаждане", "Call": "Обаждане",
"Call feature is not supported when using Web STT engine": "Функцията за обаждане не се поддържа при използването на Web STT двигател", "Call feature is not supported when using Web STT engine": "Функцията за обаждане не се поддържа при използването на Web STT двигател",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI Работен поток", "ComfyUI Workflow": "ComfyUI Работен поток",
"ComfyUI Workflow Nodes": "Възли на ComfyUI работен поток", "ComfyUI Workflow Nodes": "Възли на ComfyUI работен поток",
"Command": "Команда", "Command": "Команда",
"Comment": "",
"Completions": "Довършвания", "Completions": "Довършвания",
"Concurrent Requests": "Едновременни заявки", "Concurrent Requests": "Едновременни заявки",
"Configure": "Конфигуриране", "Configure": "Конфигуриране",
@ -345,6 +348,7 @@
"Direct Connections": "Директни връзки", "Direct Connections": "Директни връзки",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Директните връзки позволяват на потребителите да се свързват със собствени OpenAI съвместими API крайни точки.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Директните връзки позволяват на потребителите да се свързват със собствени OpenAI съвместими API крайни точки.",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Деактивирано", "Disabled": "Деактивирано",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Откриване, сваляне и преглед на персонализирани промптове", "Discover, download, and explore custom prompts": "Откриване, сваляне и преглед на персонализирани промптове",
"Discover, download, and explore custom tools": "Открийте, изтеглете и разгледайте персонализирани инструменти", "Discover, download, and explore custom tools": "Открийте, изтеглете и разгледайте персонализирани инструменти",
"Discover, download, and explore model presets": "Откриване, сваляне и преглед на пресетове на модели", "Discover, download, and explore model presets": "Откриване, сваляне и преглед на пресетове на модели",
"Dismissible": "Може да се отхвърли",
"Display": "Показване", "Display": "Показване",
"Display Emoji in Call": "Показване на емотикони в обаждането", "Display Emoji in Call": "Показване на емотикони в обаждането",
"Display the username instead of You in the Chat": "Показване на потребителското име вместо Вие в чата", "Display the username instead of You in the Chat": "Показване на потребителското име вместо Вие в чата",
@ -411,6 +414,8 @@
"Edit Memory": "Редактиране на памет", "Edit Memory": "Редактиране на памет",
"Edit User": "Редактиране на потребител", "Edit User": "Редактиране на потребител",
"Edit User Group": "Редактиране на потребителска група", "Edit User Group": "Редактиране на потребителска група",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "Имейл", "Email": "Имейл",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "Файлът е качен успешно", "File uploaded successfully": "Файлът е качен успешно",
"Files": "Файлове", "Files": "Файлове",
"Filter": "",
"Filter is now globally disabled": "Филтърът вече е глобално деактивиран", "Filter is now globally disabled": "Филтърът вече е глобално деактивиран",
"Filter is now globally enabled": "Филтърът вече е глобално активиран", "Filter is now globally enabled": "Филтърът вече е глобално активиран",
"Filters": "Филтри", "Filters": "Филтри",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "Генериране на заявка за търсене", "Generating search query": "Генериране на заявка за търсене",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "Започнете", "Get started": "Започнете",
"Get started with {{WEBUI_NAME}}": "Започнете с {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Започнете с {{WEBUI_NAME}}",
"Global": "Глобално", "Global": "Глобално",
@ -724,6 +731,9 @@
"Info": "Информация", "Info": "Информация",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Въведете команди", "Input commands": "Въведете команди",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Инсталиране от URL адреса на Github", "Install from Github URL": "Инсталиране от URL адреса на Github",
"Instant Auto-Send After Voice Transcription": "Незабавно автоматично изпращане след гласова транскрипция", "Instant Auto-Send After Voice Transcription": "Незабавно автоматично изпращане след гласова транскрипция",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "Филтриране на модели", "Model Filtering": "Филтриране на модели",
"Model ID": "ИД на модел", "Model ID": "ИД на модел",
"Model IDs": "ИД-та на моделите", "Model IDs": "ИД-та на моделите",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Име на модел", "Model Name": "Име на модел",
"Model not selected": "Не е избран модел", "Model not selected": "Не е избран модел",
"Model Params": "Параметри на модела", "Model Params": "Параметри на модела",
@ -972,6 +981,7 @@
"Pin": "Закачи", "Pin": "Закачи",
"Pinned": "Закачено", "Pinned": "Закачено",
"Pioneer insights": "Пионерски прозрения", "Pioneer insights": "Пионерски прозрения",
"Pipe": "",
"Pipeline deleted successfully": "Пайплайнът е изтрит успешно", "Pipeline deleted successfully": "Пайплайнът е изтрит успешно",
"Pipeline downloaded successfully": "Пайплайнът е изтеглен успешно", "Pipeline downloaded successfully": "Пайплайнът е изтеглен успешно",
"Pipelines": "Пайплайни", "Pipelines": "Пайплайни",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "Релевантност", "Relevance": "Релевантност",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Изтриване", "Remove": "Изтриване",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Изтриване на модела", "Remove Model": "Изтриване на модела",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Преименуване", "Rename": "Преименуване",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Нулиране на директорията за качване", "Reset Upload Directory": "Нулиране на директорията за качване",
"Reset Vector Storage/Knowledge": "Нулиране на векторното хранилище/знания", "Reset Vector Storage/Knowledge": "Нулиране на векторното хранилище/знания",
"Reset view": "Нулиране на изгледа", "Reset view": "Нулиране на изгледа",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Известията за отговори не могат да бъдат активирани, тъй като разрешенията за уебсайта са отказани. Моля, посетете настройките на вашия браузър, за да дадете необходимия достъп.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Известията за отговори не могат да бъдат активирани, тъй като разрешенията за уебсайта са отказани. Моля, посетете настройките на вашия браузър, за да дадете необходимия достъп.",
"Response splitting": "Разделяне на отговора", "Response splitting": "Разделяне на отговора",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Покажи модалния прозорец \"Какво е ново\" при вписване", "Show \"What's New\" modal on login": "Покажи модалния прозорец \"Какво е ново\" при вписване",
"Show Admin Details in Account Pending Overlay": "Покажи детайлите на администратора в наслагването на изчакващ акаунт", "Show Admin Details in Account Pending Overlay": "Покажи детайлите на администратора в наслагването на изчакващ акаунт",
"Show All": "Покажи всички", "Show All": "Покажи всички",
"Show image preview": "",
"Show Less": "Покажи по-малко", "Show Less": "Покажи по-малко",
"Show Model": "Покажи модел", "Show Model": "Покажи модел",
"Show shortcuts": "Покажи преки пътища", "Show shortcuts": "Покажи преки пътища",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Това гарантира, че ценните ви разговори се запазват сигурно във вашата бекенд база данни. Благодарим ви!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Това гарантира, че ценните ви разговори се запазват сигурно във вашата бекенд база данни. Благодарим ви!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Това е експериментална функция, може да не работи според очакванията и подлежи на промяна по всяко време.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Това е експериментална функция, може да не работи според очакванията и подлежи на промяна по всяко време.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "потребител", "user": "потребител",
"User": "Потребител", "User": "Потребител",
"User location successfully retrieved.": "Местоположението на потребителя е успешно извлечено.", "User location successfully retrieved.": "Местоположението на потребителя е успешно извлечено.",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "Потребителско име", "Username": "Потребителско име",
"Users": "Потребители", "Users": "Потребители",

View File

@ -23,6 +23,7 @@
"Account": "একাউন্ট", "Account": "একাউন্ট",
"Account Activation Pending": "", "Account Activation Pending": "",
"Accurate information": "সঠিক তথ্য", "Accurate information": "সঠিক তথ্য",
"Action": "",
"Actions": "", "Actions": "",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "খারাপ প্রতিক্রিয়া", "Bad Response": "খারাপ প্রতিক্রিয়া",
"Banners": "ব্যানার", "Banners": "ব্যানার",
"Base Model (From)": "বেস মডেল (থেকে)", "Base Model (From)": "বেস মডেল (থেকে)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "পূর্ববর্তী", "before": "পূর্ববর্তী",
"Being lazy": "অলস হওয়া", "Being lazy": "অলস হওয়া",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "", "Call": "",
"Call feature is not supported when using Web STT engine": "", "Call feature is not supported when using Web STT engine": "",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "কমান্ড", "Command": "কমান্ড",
"Comment": "",
"Completions": "", "Completions": "",
"Concurrent Requests": "সমকালীন অনুরোধ", "Concurrent Requests": "সমকালীন অনুরোধ",
"Configure": "", "Configure": "",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "", "Disabled": "",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "কাস্টম প্রম্পটগুলো আবিস্কার, ডাউনলোড এবং এক্সপ্লোর করুন", "Discover, download, and explore custom prompts": "কাস্টম প্রম্পটগুলো আবিস্কার, ডাউনলোড এবং এক্সপ্লোর করুন",
"Discover, download, and explore custom tools": "", "Discover, download, and explore custom tools": "",
"Discover, download, and explore model presets": "মডেল প্রিসেটগুলো আবিস্কার, ডাউনলোড এবং এক্সপ্লোর করুন", "Discover, download, and explore model presets": "মডেল প্রিসেটগুলো আবিস্কার, ডাউনলোড এবং এক্সপ্লোর করুন",
"Dismissible": "",
"Display": "", "Display": "",
"Display Emoji in Call": "", "Display Emoji in Call": "",
"Display the username instead of You in the Chat": "চ্যাটে 'আপনি'-র পরবর্তে ইউজারনেম দেখান", "Display the username instead of You in the Chat": "চ্যাটে 'আপনি'-র পরবর্তে ইউজারনেম দেখান",
@ -411,6 +414,8 @@
"Edit Memory": "", "Edit Memory": "",
"Edit User": "ইউজার এডিট করুন", "Edit User": "ইউজার এডিট করুন",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "", "ElevenLabs": "",
"Email": "ইমেইল", "Email": "ইমেইল",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "", "Files": "",
"Filter": "",
"Filter is now globally disabled": "", "Filter is now globally disabled": "",
"Filter is now globally enabled": "", "Filter is now globally enabled": "",
"Filters": "", "Filters": "",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "অনুসন্ধান ক্যোয়ারী তৈরি করা হচ্ছে", "Generating search query": "অনুসন্ধান ক্যোয়ারী তৈরি করা হচ্ছে",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "", "Global": "",
@ -724,6 +731,9 @@
"Info": "তথ্য", "Info": "তথ্য",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "ইনপুট কমান্ডস", "Input commands": "ইনপুট কমান্ডস",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Github URL থেকে ইনস্টল করুন", "Install from Github URL": "Github URL থেকে ইনস্টল করুন",
"Instant Auto-Send After Voice Transcription": "", "Instant Auto-Send After Voice Transcription": "",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "মডেল ID", "Model ID": "মডেল ID",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "", "Model Name": "",
"Model not selected": "মডেল নির্বাচন করা হয়নি", "Model not selected": "মডেল নির্বাচন করা হয়নি",
"Model Params": "মডেল প্যারাম", "Model Params": "মডেল প্যারাম",
@ -972,6 +981,7 @@
"Pin": "", "Pin": "",
"Pinned": "", "Pinned": "",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "", "Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "", "Pipeline downloaded successfully": "",
"Pipelines": "পাইপলাইন", "Pipelines": "পাইপলাইন",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "", "Relevance": "",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "রিমুভ করুন", "Remove": "রিমুভ করুন",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "মডেল রিমুভ করুন", "Remove Model": "মডেল রিমুভ করুন",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "রেনেম", "Rename": "রেনেম",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "", "Reset Upload Directory": "",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "", "Response splitting": "",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "", "Show Admin Details in Account Pending Overlay": "",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "শর্টকাটগুলো দেখান", "Show shortcuts": "শর্টকাটগুলো দেখান",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "এটা নিশ্চিত করে যে, আপনার গুরুত্বপূর্ণ আলোচনা নিরাপদে আপনার ব্যাকএন্ড ডেটাবেজে সংরক্ষিত আছে। ধন্যবাদ!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "এটা নিশ্চিত করে যে, আপনার গুরুত্বপূর্ণ আলোচনা নিরাপদে আপনার ব্যাকএন্ড ডেটাবেজে সংরক্ষিত আছে। ধন্যবাদ!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "ব্যবহারকারী", "user": "ব্যবহারকারী",
"User": "", "User": "",
"User location successfully retrieved.": "", "User location successfully retrieved.": "",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "", "Username": "",
"Users": "ব্যাবহারকারীগণ", "Users": "ব্যাবহারকারীগণ",

View File

@ -23,6 +23,7 @@
"Account": "རྩིས་ཁྲ།", "Account": "རྩིས་ཁྲ།",
"Account Activation Pending": "རྩིས་ཁྲ་སྒུལ་བསྐྱོད་སྒུག་བཞིན་པ།", "Account Activation Pending": "རྩིས་ཁྲ་སྒུལ་བསྐྱོད་སྒུག་བཞིན་པ།",
"Accurate information": "གནས་ཚུལ་ཡང་དག", "Accurate information": "གནས་ཚུལ་ཡང་དག",
"Action": "",
"Actions": "བྱ་སྤྱོད།", "Actions": "བྱ་སྤྱོད།",
"Activate": "སྒུལ་བསྐྱོད།", "Activate": "སྒུལ་བསྐྱོད།",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "ཁ་བརྡའི་ནང་འཇུག་ཏུ་ \"/{{COMMAND}}\" མནན་ནས་བཀའ་བརྡ་འདི་སྒུལ་བསྐྱོད་བྱེད་པ།", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "ཁ་བརྡའི་ནང་འཇུག་ཏུ་ \"/{{COMMAND}}\" མནན་ནས་བཀའ་བརྡ་འདི་སྒུལ་བསྐྱོད་བྱེད་པ།",
@ -145,6 +146,7 @@
"Bad Response": "ལན་ངན་པ།", "Bad Response": "ལན་ངན་པ།",
"Banners": "དར་ཆ།", "Banners": "དར་ཆ།",
"Base Model (From)": "གཞི་རྩའི་དཔེ་དབྱིབས། (ནས།)", "Base Model (From)": "གཞི་རྩའི་དཔེ་དབྱིབས། (ནས།)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "སྔོན།", "before": "སྔོན།",
"Being lazy": "ལེ་ལོ་བྱེད་པ།", "Being lazy": "ལེ་ལོ་བྱེད་པ།",
"Beta": "Beta", "Beta": "Beta",
@ -157,7 +159,7 @@
"By {{name}}": "{{name}} ཡིས།", "By {{name}}": "{{name}} ཡིས།",
"Bypass Embedding and Retrieval": "ཚུད་འཇུག་དང་ལེན་ཚུར་སྒྲུབ་ལས་བརྒལ་བ།", "Bypass Embedding and Retrieval": "ཚུད་འཇུག་དང་ལེན་ཚུར་སྒྲུབ་ལས་བརྒལ་བ།",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "ལོ་ཐོ།", "Calendar": "ལོ་ཐོ།",
"Call": "སྐད་འབོད།", "Call": "སྐད་འབོད།",
"Call feature is not supported when using Web STT engine": "Web STT མ་ལག་སྤྱོད་སྐབས་སྐད་འབོད་ཀྱི་ཁྱད་ཆོས་ལ་རྒྱབ་སྐྱོར་མེད།", "Call feature is not supported when using Web STT engine": "Web STT མ་ལག་སྤྱོད་སྐབས་སྐད་འབོད་ཀྱི་ཁྱད་ཆོས་ལ་རྒྱབ་སྐྱོར་མེད།",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI ལས་ཀའི་རྒྱུན་རིམ།", "ComfyUI Workflow": "ComfyUI ལས་ཀའི་རྒྱུན་རིམ།",
"ComfyUI Workflow Nodes": "ComfyUI ལས་ཀའི་རྒྱུན་རིམ་མདུད་ཚེག", "ComfyUI Workflow Nodes": "ComfyUI ལས་ཀའི་རྒྱུན་རིམ་མདུད་ཚེག",
"Command": "བཀའ་བརྡ།", "Command": "བཀའ་བརྡ།",
"Comment": "",
"Completions": "འགྲུབ་པ།", "Completions": "འགྲུབ་པ།",
"Concurrent Requests": "མཉམ་ལས་རེ་ཞུ།", "Concurrent Requests": "མཉམ་ལས་རེ་ཞུ།",
"Configure": "སྒྲིག་འགོད།", "Configure": "སྒྲིག་འགོད།",
@ -345,6 +348,7 @@
"Direct Connections": "ཐད་ཀར་སྦྲེལ་མཐུད།", "Direct Connections": "ཐད་ཀར་སྦྲེལ་མཐུད།",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "ཐད་ཀར་སྦྲེལ་མཐུད་ཀྱིས་བེད་སྤྱོད་མཁན་ཚོར་ཁོ་ཚོའི་རང་གི་ OpenAI དང་མཐུན་པའི་ API མཇུག་མཐུད་ལ་སྦྲེལ་བར་གནང་བ་སྤྲོད།", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "ཐད་ཀར་སྦྲེལ་མཐུད་ཀྱིས་བེད་སྤྱོད་མཁན་ཚོར་ཁོ་ཚོའི་རང་གི་ OpenAI དང་མཐུན་པའི་ API མཇུག་མཐུད་ལ་སྦྲེལ་བར་གནང་བ་སྤྲོད།",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "ནུས་མེད།", "Disabled": "ནུས་མེད།",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "སྲོལ་བཟོས་འགུལ་སློང་རྙེད་པ། ཕབ་ལེན་བྱེད་པ། དང་བརྟག་ཞིབ་བྱེད་པ།", "Discover, download, and explore custom prompts": "སྲོལ་བཟོས་འགུལ་སློང་རྙེད་པ། ཕབ་ལེན་བྱེད་པ། དང་བརྟག་ཞིབ་བྱེད་པ།",
"Discover, download, and explore custom tools": "སྲོལ་བཟོས་ལག་ཆ་རྙེད་པ། ཕབ་ལེན་བྱེད་པ། དང་བརྟག་ཞིབ་བྱེད་པ།", "Discover, download, and explore custom tools": "སྲོལ་བཟོས་ལག་ཆ་རྙེད་པ། ཕབ་ལེན་བྱེད་པ། དང་བརྟག་ཞིབ་བྱེད་པ།",
"Discover, download, and explore model presets": "དཔེ་དབྱིབས་སྔོན་སྒྲིག་རྙེད་པ། ཕབ་ལེན་བྱེད་པ། དང་བརྟག་ཞིབ་བྱེད་པ།", "Discover, download, and explore model presets": "དཔེ་དབྱིབས་སྔོན་སྒྲིག་རྙེད་པ། ཕབ་ལེན་བྱེད་པ། དང་བརྟག་ཞིབ་བྱེད་པ།",
"Dismissible": "ཕྱིར་འཐེན་རུང་བ།",
"Display": "འཆར་སྟོན།", "Display": "འཆར་སྟོན།",
"Display Emoji in Call": "སྐད་འབོད་ནང་ Emoji འཆར་སྟོན་བྱེད་པ།", "Display Emoji in Call": "སྐད་འབོད་ནང་ Emoji འཆར་སྟོན་བྱེད་པ།",
"Display the username instead of You in the Chat": "ཁ་བརྡའི་ནང་ 'ཁྱེད་' ཀྱི་ཚབ་ཏུ་བེད་སྤྱོད་མིང་འཆར་སྟོན་བྱེད་པ།", "Display the username instead of You in the Chat": "ཁ་བརྡའི་ནང་ 'ཁྱེད་' ཀྱི་ཚབ་ཏུ་བེད་སྤྱོད་མིང་འཆར་སྟོན་བྱེད་པ།",
@ -411,6 +414,8 @@
"Edit Memory": "དྲན་ཤེས་ཞུ་དག", "Edit Memory": "དྲན་ཤེས་ཞུ་དག",
"Edit User": "བེད་སྤྱོད་མཁན་ཞུ་དག", "Edit User": "བེད་སྤྱོད་མཁན་ཞུ་དག",
"Edit User Group": "བེད་སྤྱོད་མཁན་ཚོགས་པ་ཞུ་དག", "Edit User Group": "བེད་སྤྱོད་མཁན་ཚོགས་པ་ཞུ་དག",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "ཡིག་ཟམ།", "Email": "ཡིག་ཟམ།",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "ཡིག་ཆ་ལེགས་པར་སྤར་ཟིན།", "File uploaded successfully": "ཡིག་ཆ་ལེགས་པར་སྤར་ཟིན།",
"Files": "ཡིག་ཆ།", "Files": "ཡིག་ཆ།",
"Filter": "",
"Filter is now globally disabled": "འཚག་མ་དེ་ད་ལྟ་འཛམ་གླིང་ཡོངས་ནས་ནུས་མེད་བཏང་ཡོད།", "Filter is now globally disabled": "འཚག་མ་དེ་ད་ལྟ་འཛམ་གླིང་ཡོངས་ནས་ནུས་མེད་བཏང་ཡོད།",
"Filter is now globally enabled": "འཚག་མ་དེ་ད་ལྟ་འཛམ་གླིང་ཡོངས་ནས་སྒུལ་བསྐྱོད་བྱས་ཡོད།", "Filter is now globally enabled": "འཚག་མ་དེ་ད་ལྟ་འཛམ་གླིང་ཡོངས་ནས་སྒུལ་བསྐྱོད་བྱས་ཡོད།",
"Filters": "འཚག་མ།", "Filters": "འཚག་མ།",
@ -658,6 +664,7 @@
"Generate prompt pair": "འགུལ་སློང་ཆ་ཞིག་བཟོ་བ།", "Generate prompt pair": "འགུལ་སློང་ཆ་ཞིག་བཟོ་བ།",
"Generating search query": "འཚོལ་བཤེར་འདྲི་བ་བཟོ་བཞིན་པ།", "Generating search query": "འཚོལ་བཤེར་འདྲི་བ་བཟོ་བཞིན་པ།",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "འགོ་འཛུགས།", "Get started": "འགོ་འཛུགས།",
"Get started with {{WEBUI_NAME}}": "{{WEBUI_NAME}} དང་མཉམ་དུ་འགོ་འཛུགས་པ།", "Get started with {{WEBUI_NAME}}": "{{WEBUI_NAME}} དང་མཉམ་དུ་འགོ་འཛུགས་པ།",
"Global": "འཛམ་གླིང་ཡོངས་ཀྱི་", "Global": "འཛམ་གླིང་ཡོངས་ཀྱི་",
@ -724,6 +731,9 @@
"Info": "གནས་ཚུལ།", "Info": "གནས་ཚུལ།",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "ནང་དོན་ཆ་ཚང་དེ་ནང་དོན་དུ་བཅུག་ནས་སྒྲུབ་རིམ་ཆ་ཚང་བྱེད་པ། འདི་ནི་འདྲི་བ་རྙོག་འཛིང་ཅན་གྱི་ཆེད་དུ་འོས་སྦྱོར་བྱེད།", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "ནང་དོན་ཆ་ཚང་དེ་ནང་དོན་དུ་བཅུག་ནས་སྒྲུབ་རིམ་ཆ་ཚང་བྱེད་པ། འདི་ནི་འདྲི་བ་རྙོག་འཛིང་ཅན་གྱི་ཆེད་དུ་འོས་སྦྱོར་བྱེད།",
"Input commands": "ནང་འཇུག་བཀའ་བརྡ།", "Input commands": "ནང་འཇུག་བཀའ་བརྡ།",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Github URL ནས་སྒྲིག་སྦྱོར་བྱེད་པ།", "Install from Github URL": "Github URL ནས་སྒྲིག་སྦྱོར་བྱེད་པ།",
"Instant Auto-Send After Voice Transcription": "སྐད་ཆ་ཡིག་འབེབས་བྱས་རྗེས་ལམ་སང་རང་འགུལ་གཏོང་བ།", "Instant Auto-Send After Voice Transcription": "སྐད་ཆ་ཡིག་འབེབས་བྱས་རྗེས་ལམ་སང་རང་འགུལ་གཏོང་བ།",
"Integration": "མཉམ་འདྲེས།", "Integration": "མཉམ་འདྲེས།",
@ -841,7 +851,6 @@
"Model Filtering": "དཔེ་དབྱིབས་འཚག་མ།", "Model Filtering": "དཔེ་དབྱིབས་འཚག་མ།",
"Model ID": "དཔེ་དབྱིབས་ཀྱི་ ID", "Model ID": "དཔེ་དབྱིབས་ཀྱི་ ID",
"Model IDs": "དཔེ་དབྱིབས་ཀྱི་ IDs", "Model IDs": "དཔེ་དབྱིབས་ཀྱི་ IDs",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "དཔེ་དབྱིབས་ཀྱི་མིང་།", "Model Name": "དཔེ་དབྱིབས་ཀྱི་མིང་།",
"Model not selected": "དཔེ་དབྱིབས་གདམ་ག་མ་བྱས།", "Model not selected": "དཔེ་དབྱིབས་གདམ་ག་མ་བྱས།",
"Model Params": "དཔེ་དབྱིབས་ཀྱི་ཞུགས་གྲངས།", "Model Params": "དཔེ་དབྱིབས་ཀྱི་ཞུགས་གྲངས།",
@ -972,6 +981,7 @@
"Pin": "གདབ་པ།", "Pin": "གདབ་པ།",
"Pinned": "གདབ་ཟིན།", "Pinned": "གདབ་ཟིན།",
"Pioneer insights": "སྔོན་དཔག་རིག་ནུས།", "Pioneer insights": "སྔོན་དཔག་རིག་ནུས།",
"Pipe": "",
"Pipeline deleted successfully": "རྒྱུ་ལམ་ལེགས་པར་བསུབས་ཟིན།", "Pipeline deleted successfully": "རྒྱུ་ལམ་ལེགས་པར་བསུབས་ཟིན།",
"Pipeline downloaded successfully": "རྒྱུ་ལམ་ལེགས་པར་ཕབ་ལེན་བྱས་ཟིན།", "Pipeline downloaded successfully": "རྒྱུ་ལམ་ལེགས་པར་ཕབ་ལེན་བྱས་ཟིན།",
"Pipelines": "རྒྱུ་ལམ།", "Pipelines": "རྒྱུ་ལམ།",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "འབྲེལ་ཡོད་རང་བཞིན།", "Relevance": "འབྲེལ་ཡོད་རང་བཞིན།",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "འདོར་བ།", "Remove": "འདོར་བ།",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "དཔེ་དབྱིབས་འདོར་བ།", "Remove Model": "དཔེ་དབྱིབས་འདོར་བ།",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "མིང་བསྐྱར་འདོགས།", "Rename": "མིང་བསྐྱར་འདོགས།",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "སྤར་བའི་ཐོ་འཚོལ་སླར་སྒྲིག", "Reset Upload Directory": "སྤར་བའི་ཐོ་འཚོལ་སླར་སྒྲིག",
"Reset Vector Storage/Knowledge": "ཚད་བརྡའི་གསོག་ཆས།/ཤེས་བྱ་སླར་སྒྲིག", "Reset Vector Storage/Knowledge": "ཚད་བརྡའི་གསོག་ཆས།/ཤེས་བྱ་སླར་སྒྲིག",
"Reset view": "མཐོང་སྣང་སླར་སྒྲིག", "Reset view": "མཐོང་སྣང་སླར་སྒྲིག",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "དྲ་ཚིགས་ཀྱི་དབང་ཚད་ཁས་མ་བླངས་པས་ལན་གྱི་བརྡ་ཁྱབ་སྒུལ་བསྐྱོད་བྱེད་མི་ཐུབ། དགོས་ངེས་ཀྱི་འཛུལ་སྤྱོད་སྤྲོད་པར་ཁྱེད་ཀྱི་བརྡ་འཚོལ་ཆས་ཀྱི་སྒྲིག་འགོད་ལ་ལྟ་རོགས།", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "དྲ་ཚིགས་ཀྱི་དབང་ཚད་ཁས་མ་བླངས་པས་ལན་གྱི་བརྡ་ཁྱབ་སྒུལ་བསྐྱོད་བྱེད་མི་ཐུབ། དགོས་ངེས་ཀྱི་འཛུལ་སྤྱོད་སྤྲོད་པར་ཁྱེད་ཀྱི་བརྡ་འཚོལ་ཆས་ཀྱི་སྒྲིག་འགོད་ལ་ལྟ་རོགས།",
"Response splitting": "ལན་བགོ་བ།", "Response splitting": "ལན་བགོ་བ།",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "ནང་འཛུལ་སྐབས་ \"གསར་པ་ཅི་ཡོད\" modal སྟོན་པ།", "Show \"What's New\" modal on login": "ནང་འཛུལ་སྐབས་ \"གསར་པ་ཅི་ཡོད\" modal སྟོན་པ།",
"Show Admin Details in Account Pending Overlay": "རྩིས་ཁྲ་སྒུག་བཞིན་པའི་གཏོགས་ངོས་སུ་དོ་དམ་པའི་ཞིབ་ཕྲ་སྟོན་པ།", "Show Admin Details in Account Pending Overlay": "རྩིས་ཁྲ་སྒུག་བཞིན་པའི་གཏོགས་ངོས་སུ་དོ་དམ་པའི་ཞིབ་ཕྲ་སྟོན་པ།",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "དཔེ་དབྱིབས་སྟོན་པ།", "Show Model": "དཔེ་དབྱིབས་སྟོན་པ།",
"Show shortcuts": "མྱུར་ལམ་སྟོན་པ།", "Show shortcuts": "མྱུར་ལམ་སྟོན་པ།",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "བགྲོ་གླེང་འདི་ {{createdAt}} ལ་བཟོས་པ། འདི་ནི་ {{channelName}} བགྲོ་གླེང་གི་ཐོག་མ་རང་ཡིན།", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "བགྲོ་གླེང་འདི་ {{createdAt}} ལ་བཟོས་པ། འདི་ནི་ {{channelName}} བགྲོ་གླེང་གི་ཐོག་མ་རང་ཡིན།",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "འདིས་ཁྱེད་ཀྱི་རྩ་ཆེའི་ཁ་བརྡ་དག་བདེ་འཇགས་ངང་ཁྱེད་ཀྱི་རྒྱབ་སྣེ་གནས་ཚུལ་མཛོད་དུ་ཉར་ཚགས་བྱེད་པ་ཁག་ཐེག་བྱེད། ཐུགས་རྗེ་ཆེ།", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "འདིས་ཁྱེད་ཀྱི་རྩ་ཆེའི་ཁ་བརྡ་དག་བདེ་འཇགས་ངང་ཁྱེད་ཀྱི་རྒྱབ་སྣེ་གནས་ཚུལ་མཛོད་དུ་ཉར་ཚགས་བྱེད་པ་ཁག་ཐེག་བྱེད། ཐུགས་རྗེ་ཆེ།",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "འདི་ནི་ཚོད་ལྟའི་རང་བཞིན་གྱི་ཁྱད་ཆོས་ཤིག་ཡིན། དེ་རེ་སྒུག་ལྟར་ལས་ཀ་བྱེད་མི་སྲིད། དེ་མིན་དུས་ཚོད་གང་རུང་ལ་འགྱུར་བ་འགྲོ་སྲིད།", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "འདི་ནི་ཚོད་ལྟའི་རང་བཞིན་གྱི་ཁྱད་ཆོས་ཤིག་ཡིན། དེ་རེ་སྒུག་ལྟར་ལས་ཀ་བྱེད་མི་སྲིད། དེ་མིན་དུས་ཚོད་གང་རུང་ལ་འགྱུར་བ་འགྲོ་སྲིད།",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "བེད་སྤྱོད་མཁན།", "user": "བེད་སྤྱོད་མཁན།",
"User": "བེད་སྤྱོད་མཁན།", "User": "བེད་སྤྱོད་མཁན།",
"User location successfully retrieved.": "བེད་སྤྱོད་མཁན་གནས་ཡུལ་ལེགས་པར་ལེན་ཚུར་སྒྲུབ་བྱས།", "User location successfully retrieved.": "བེད་སྤྱོད་མཁན་གནས་ཡུལ་ལེགས་པར་ལེན་ཚུར་སྒྲུབ་བྱས།",
"User menu": "",
"User Webhooks": "བེད་སྤྱོད་མཁན་གྱི་ Webhooks", "User Webhooks": "བེད་སྤྱོད་མཁན་གྱི་ Webhooks",
"Username": "བེད་སྤྱོད་མིང་།", "Username": "བེད་སྤྱོད་མིང་།",
"Users": "བེད་སྤྱོད་མཁན།", "Users": "བེད་སྤྱོད་མཁན།",

View File

@ -23,6 +23,7 @@
"Account": "Compte", "Account": "Compte",
"Account Activation Pending": "Activació del compte pendent", "Account Activation Pending": "Activació del compte pendent",
"Accurate information": "Informació precisa", "Accurate information": "Informació precisa",
"Action": "",
"Actions": "Accions", "Actions": "Accions",
"Activate": "Activar", "Activate": "Activar",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activa aquest comanda escrivint \"{{COMMAND}}\" en el xat", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activa aquest comanda escrivint \"{{COMMAND}}\" en el xat",
@ -145,6 +146,7 @@
"Bad Response": "Resposta errònia", "Bad Response": "Resposta errònia",
"Banners": "Banners", "Banners": "Banners",
"Base Model (From)": "Model base (des de)", "Base Model (From)": "Model base (des de)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "abans", "before": "abans",
"Being lazy": "Essent mandrós", "Being lazy": "Essent mandrós",
"Beta": "Beta", "Beta": "Beta",
@ -157,7 +159,7 @@
"By {{name}}": "Per {{name}}", "By {{name}}": "Per {{name}}",
"Bypass Embedding and Retrieval": "Desactivar l'Embedding i el Retrieval", "Bypass Embedding and Retrieval": "Desactivar l'Embedding i el Retrieval",
"Bypass Web Loader": "Ometre el càrregador web", "Bypass Web Loader": "Ometre el càrregador web",
"Cache Model List": "Llista de models en memòria cau", "Cache Base Model List": "",
"Calendar": "Calendari", "Calendar": "Calendari",
"Call": "Trucada", "Call": "Trucada",
"Call feature is not supported when using Web STT engine": "La funció de trucada no s'admet quan s'utilitza el motor Web STT", "Call feature is not supported when using Web STT engine": "La funció de trucada no s'admet quan s'utilitza el motor Web STT",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "Flux de treball de ComfyUI", "ComfyUI Workflow": "Flux de treball de ComfyUI",
"ComfyUI Workflow Nodes": "Nodes del flux de treball de ComfyUI", "ComfyUI Workflow Nodes": "Nodes del flux de treball de ComfyUI",
"Command": "Comanda", "Command": "Comanda",
"Comment": "",
"Completions": "Completaments", "Completions": "Completaments",
"Concurrent Requests": "Peticions simultànies", "Concurrent Requests": "Peticions simultànies",
"Configure": "Configurar", "Configure": "Configurar",
@ -345,6 +348,7 @@
"Direct Connections": "Connexions directes", "Direct Connections": "Connexions directes",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Les connexions directes permeten als usuaris connectar-se als seus propis endpoints d'API compatibles amb OpenAI.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Les connexions directes permeten als usuaris connectar-se als seus propis endpoints d'API compatibles amb OpenAI.",
"Direct Tool Servers": "Servidors d'eines directes", "Direct Tool Servers": "Servidors d'eines directes",
"Disable Code Interpreter": "",
"Disable Image Extraction": "Deshabilitar l'extracció d'imatges", "Disable Image Extraction": "Deshabilitar l'extracció d'imatges",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "Desactiva l'extracció d'imatges del PDF. Si Utilitza LLM està habilitat, les imatges es descriuran automàticament. Per defecte és Fals.", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "Desactiva l'extracció d'imatges del PDF. Si Utilitza LLM està habilitat, les imatges es descriuran automàticament. Per defecte és Fals.",
"Disabled": "Deshabilitat", "Disabled": "Deshabilitat",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Descobrir, descarregar i explorar indicacions personalitzades", "Discover, download, and explore custom prompts": "Descobrir, descarregar i explorar indicacions personalitzades",
"Discover, download, and explore custom tools": "Descobrir, descarregar i explorar eines personalitzades", "Discover, download, and explore custom tools": "Descobrir, descarregar i explorar eines personalitzades",
"Discover, download, and explore model presets": "Descobrir, descarregar i explorar models preconfigurats", "Discover, download, and explore model presets": "Descobrir, descarregar i explorar models preconfigurats",
"Dismissible": "Descartable",
"Display": "Mostrar", "Display": "Mostrar",
"Display Emoji in Call": "Mostrar emojis a la trucada", "Display Emoji in Call": "Mostrar emojis a la trucada",
"Display the username instead of You in the Chat": "Mostrar el nom d'usuari en lloc de 'Tu' al xat", "Display the username instead of You in the Chat": "Mostrar el nom d'usuari en lloc de 'Tu' al xat",
@ -411,6 +414,8 @@
"Edit Memory": "Editar la memòria", "Edit Memory": "Editar la memòria",
"Edit User": "Editar l'usuari", "Edit User": "Editar l'usuari",
"Edit User Group": "Editar el grup d'usuaris", "Edit User Group": "Editar el grup d'usuaris",
"Edited": "",
"Editing": "",
"Eject": "Expulsar", "Eject": "Expulsar",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "Correu electrònic", "Email": "Correu electrònic",
@ -611,6 +616,7 @@
"File Upload": "Pujar arxiu", "File Upload": "Pujar arxiu",
"File uploaded successfully": "arxiu pujat satisfactòriament", "File uploaded successfully": "arxiu pujat satisfactòriament",
"Files": "Arxius", "Files": "Arxius",
"Filter": "",
"Filter is now globally disabled": "El filtre ha estat desactivat globalment", "Filter is now globally disabled": "El filtre ha estat desactivat globalment",
"Filter is now globally enabled": "El filtre ha estat activat globalment", "Filter is now globally enabled": "El filtre ha estat activat globalment",
"Filters": "Filtres", "Filters": "Filtres",
@ -658,6 +664,7 @@
"Generate prompt pair": "Generar parella d'indicació", "Generate prompt pair": "Generar parella d'indicació",
"Generating search query": "Generant consulta", "Generating search query": "Generant consulta",
"Generating...": "Generant...", "Generating...": "Generant...",
"Get information on {{name}} in the UI": "",
"Get started": "Començar", "Get started": "Començar",
"Get started with {{WEBUI_NAME}}": "Comença amb {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Comença amb {{WEBUI_NAME}}",
"Global": "Global", "Global": "Global",
@ -724,6 +731,9 @@
"Info": "Informació", "Info": "Informació",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Injectar tot el contingut com a context per a un processament complet, això es recomana per a consultes complexes.", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Injectar tot el contingut com a context per a un processament complet, això es recomana per a consultes complexes.",
"Input commands": "Entra comandes", "Input commands": "Entra comandes",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instal·lar des de l'URL de Github", "Install from Github URL": "Instal·lar des de l'URL de Github",
"Instant Auto-Send After Voice Transcription": "Enviament automàtic després de la transcripció de veu", "Instant Auto-Send After Voice Transcription": "Enviament automàtic després de la transcripció de veu",
"Integration": "Integració", "Integration": "Integració",
@ -841,7 +851,6 @@
"Model Filtering": "Filtrat de models", "Model Filtering": "Filtrat de models",
"Model ID": "Identificador del model", "Model ID": "Identificador del model",
"Model IDs": "Identificadors del model", "Model IDs": "Identificadors del model",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "La memòria cau de la llista de models accelera l'accés obtenint els models només a l'inici o en desar la configuració; és més ràpid, però és possible que no mostri els canvis recents del model.",
"Model Name": "Nom del model", "Model Name": "Nom del model",
"Model not selected": "Model no seleccionat", "Model not selected": "Model no seleccionat",
"Model Params": "Paràmetres del model", "Model Params": "Paràmetres del model",
@ -972,6 +981,7 @@
"Pin": "Fixar", "Pin": "Fixar",
"Pinned": "Fixat", "Pinned": "Fixat",
"Pioneer insights": "Perspectives pioneres", "Pioneer insights": "Perspectives pioneres",
"Pipe": "",
"Pipeline deleted successfully": "Pipeline eliminada correctament", "Pipeline deleted successfully": "Pipeline eliminada correctament",
"Pipeline downloaded successfully": "Pipeline descarregada correctament", "Pipeline downloaded successfully": "Pipeline descarregada correctament",
"Pipelines": "Pipelines", "Pipelines": "Pipelines",
@ -1037,8 +1047,12 @@
"Releases": "Versions", "Releases": "Versions",
"Relevance": "Rellevància", "Relevance": "Rellevància",
"Relevance Threshold": "Límit de rellevància", "Relevance Threshold": "Límit de rellevància",
"Remember Dismissal": "",
"Remove": "Eliminar", "Remove": "Eliminar",
"Remove {{MODELID}} from list.": "Eliminar {{MODELID}} de la llista", "Remove {{MODELID}} from list.": "Eliminar {{MODELID}} de la llista",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Eliminar el model", "Remove Model": "Eliminar el model",
"Remove this tag from list": "Eliminar aquesta etiqueta de la llista", "Remove this tag from list": "Eliminar aquesta etiqueta de la llista",
"Rename": "Canviar el nom", "Rename": "Canviar el nom",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Restableix el directori de pujades", "Reset Upload Directory": "Restableix el directori de pujades",
"Reset Vector Storage/Knowledge": "Restableix el Repositori de vectors/Coneixement", "Reset Vector Storage/Knowledge": "Restableix el Repositori de vectors/Coneixement",
"Reset view": "Netejar la vista", "Reset view": "Netejar la vista",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de resposta no es poden activar perquè els permisos del lloc web han estat rebutjats. Comprova les preferències del navegador per donar l'accés necessari.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de resposta no es poden activar perquè els permisos del lloc web han estat rebutjats. Comprova les preferències del navegador per donar l'accés necessari.",
"Response splitting": "Divisió de la resposta", "Response splitting": "Divisió de la resposta",
"Response Watermark": "Marca d'aigua de la resposta", "Response Watermark": "Marca d'aigua de la resposta",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Veure 'Què hi ha de nou' a l'entrada", "Show \"What's New\" modal on login": "Veure 'Què hi ha de nou' a l'entrada",
"Show Admin Details in Account Pending Overlay": "Mostrar els detalls de l'administrador a la superposició del compte pendent", "Show Admin Details in Account Pending Overlay": "Mostrar els detalls de l'administrador a la superposició del compte pendent",
"Show All": "Mostrar tot", "Show All": "Mostrar tot",
"Show image preview": "",
"Show Less": "Mostrar menys", "Show Less": "Mostrar menys",
"Show Model": "Mostrar el model", "Show Model": "Mostrar el model",
"Show shortcuts": "Mostrar dreceres", "Show shortcuts": "Mostrar dreceres",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Aquest canal es va crear el dia {{createdAt}}. Aquest és el començament del canal {{channelName}}.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Aquest canal es va crear el dia {{createdAt}}. Aquest és el començament del canal {{channelName}}.",
"This chat won't appear in history and your messages will not be saved.": "Aquest xat no apareixerà a l'historial i els teus missatges no es desaran.", "This chat won't appear in history and your messages will not be saved.": "Aquest xat no apareixerà a l'historial i els teus missatges no es desaran.",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Això assegura que les teves converses valuoses queden desades de manera segura a la teva base de dades. Gràcies!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Això assegura que les teves converses valuoses queden desades de manera segura a la teva base de dades. Gràcies!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Aquesta és una funció experimental, és possible que no funcioni com s'espera i està subjecta a canvis en qualsevol moment.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Aquesta és una funció experimental, és possible que no funcioni com s'espera i està subjecta a canvis en qualsevol moment.",
"This model is not publicly available. Please select another model.": "Aquest model no està disponible públicament. Seleccioneu-ne un altre.", "This model is not publicly available. Please select another model.": "Aquest model no està disponible públicament. Seleccioneu-ne un altre.",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "Aquesta opció controla quant temps el model romandrà carregat en memòria després de la sol·licitud (per defecte: 5m)", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "Aquesta opció controla quant temps el model romandrà carregat en memòria després de la sol·licitud (per defecte: 5m)",
@ -1346,6 +1363,7 @@
"user": "usuari", "user": "usuari",
"User": "Usuari", "User": "Usuari",
"User location successfully retrieved.": "Ubicació de l'usuari obtinguda correctament", "User location successfully retrieved.": "Ubicació de l'usuari obtinguda correctament",
"User menu": "",
"User Webhooks": "Webhooks d'usuari", "User Webhooks": "Webhooks d'usuari",
"Username": "Nom d'usuari", "Username": "Nom d'usuari",
"Users": "Usuaris", "Users": "Usuaris",

View File

@ -23,6 +23,7 @@
"Account": "Account", "Account": "Account",
"Account Activation Pending": "", "Account Activation Pending": "",
"Accurate information": "", "Accurate information": "",
"Action": "",
"Actions": "", "Actions": "",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "", "Bad Response": "",
"Banners": "", "Banners": "",
"Base Model (From)": "", "Base Model (From)": "",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "", "Call": "",
"Call feature is not supported when using Web STT engine": "", "Call feature is not supported when using Web STT engine": "",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "Pag-order", "Command": "Pag-order",
"Comment": "",
"Completions": "", "Completions": "",
"Concurrent Requests": "", "Concurrent Requests": "",
"Configure": "", "Configure": "",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "", "Disabled": "",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Pagdiskubre, pag-download ug pagsuhid sa mga naandan nga pag-aghat", "Discover, download, and explore custom prompts": "Pagdiskubre, pag-download ug pagsuhid sa mga naandan nga pag-aghat",
"Discover, download, and explore custom tools": "", "Discover, download, and explore custom tools": "",
"Discover, download, and explore model presets": "Pagdiskobre, pag-download, ug pagsuhid sa mga preset sa template", "Discover, download, and explore model presets": "Pagdiskobre, pag-download, ug pagsuhid sa mga preset sa template",
"Dismissible": "",
"Display": "", "Display": "",
"Display Emoji in Call": "", "Display Emoji in Call": "",
"Display the username instead of You in the Chat": "Ipakita ang username imbes nga 'Ikaw' sa Panaghisgutan", "Display the username instead of You in the Chat": "Ipakita ang username imbes nga 'Ikaw' sa Panaghisgutan",
@ -411,6 +414,8 @@
"Edit Memory": "", "Edit Memory": "",
"Edit User": "I-edit ang tiggamit", "Edit User": "I-edit ang tiggamit",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "", "ElevenLabs": "",
"Email": "E-mail", "Email": "E-mail",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "", "Files": "",
"Filter": "",
"Filter is now globally disabled": "", "Filter is now globally disabled": "",
"Filter is now globally enabled": "", "Filter is now globally enabled": "",
"Filters": "", "Filters": "",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "", "Generating search query": "",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "", "Global": "",
@ -724,6 +731,9 @@
"Info": "", "Info": "",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Pagsulod sa input commands", "Input commands": "Pagsulod sa input commands",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "", "Install from Github URL": "",
"Instant Auto-Send After Voice Transcription": "", "Instant Auto-Send After Voice Transcription": "",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "", "Model ID": "",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "", "Model Name": "",
"Model not selected": "Wala gipili ang modelo", "Model not selected": "Wala gipili ang modelo",
"Model Params": "", "Model Params": "",
@ -972,6 +981,7 @@
"Pin": "", "Pin": "",
"Pinned": "", "Pinned": "",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "", "Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "", "Pipeline downloaded successfully": "",
"Pipelines": "", "Pipelines": "",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "", "Relevance": "",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "", "Remove": "",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "", "Remove Model": "",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "", "Rename": "",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "", "Reset Upload Directory": "",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "", "Response splitting": "",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "", "Show Admin Details in Account Pending Overlay": "",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Ipakita ang mga shortcut", "Show shortcuts": "Ipakita ang mga shortcut",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Kini nagsiguro nga ang imong bililhon nga mga panag-istoryahanay luwas nga natipig sa imong backend database. ", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Kini nagsiguro nga ang imong bililhon nga mga panag-istoryahanay luwas nga natipig sa imong backend database. ",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "tiggamit", "user": "tiggamit",
"User": "", "User": "",
"User location successfully retrieved.": "", "User location successfully retrieved.": "",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "", "Username": "",
"Users": "Mga tiggamit", "Users": "Mga tiggamit",

View File

@ -23,6 +23,7 @@
"Account": "Účet", "Account": "Účet",
"Account Activation Pending": "Čeká na aktivaci účtu", "Account Activation Pending": "Čeká na aktivaci účtu",
"Accurate information": "Přesné informace", "Accurate information": "Přesné informace",
"Action": "",
"Actions": "Akce", "Actions": "Akce",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivujte tenhle příkaz napsáním \"/{{COMMAND}}\" do chat inputu", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivujte tenhle příkaz napsáním \"/{{COMMAND}}\" do chat inputu",
@ -145,6 +146,7 @@
"Bad Response": "Špatná odezva", "Bad Response": "Špatná odezva",
"Banners": "Bannery", "Banners": "Bannery",
"Base Model (From)": "Základní model (z)", "Base Model (From)": "Základní model (z)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "před", "before": "před",
"Being lazy": "", "Being lazy": "",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "Volání", "Call": "Volání",
"Call feature is not supported when using Web STT engine": "Funkce pro volání není podporována při použití Web STT engine.", "Call feature is not supported when using Web STT engine": "Funkce pro volání není podporována při použití Web STT engine.",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "Pracovní postup ComfyUI", "ComfyUI Workflow": "Pracovní postup ComfyUI",
"ComfyUI Workflow Nodes": "Pracovní uzly ComfyUI", "ComfyUI Workflow Nodes": "Pracovní uzly ComfyUI",
"Command": "Příkaz", "Command": "Příkaz",
"Comment": "",
"Completions": "Doplnění", "Completions": "Doplnění",
"Concurrent Requests": "Současné požadavky", "Concurrent Requests": "Současné požadavky",
"Configure": "Konfigurovat", "Configure": "Konfigurovat",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Zakázáno", "Disabled": "Zakázáno",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Objevte, stáhněte a prozkoumejte vlastní prompty.", "Discover, download, and explore custom prompts": "Objevte, stáhněte a prozkoumejte vlastní prompty.",
"Discover, download, and explore custom tools": "Objevujte, stahujte a prozkoumávejte vlastní nástroje", "Discover, download, and explore custom tools": "Objevujte, stahujte a prozkoumávejte vlastní nástroje",
"Discover, download, and explore model presets": "Objevte, stáhněte a prozkoumejte přednastavení modelů", "Discover, download, and explore model presets": "Objevte, stáhněte a prozkoumejte přednastavení modelů",
"Dismissible": "Odstranitelné",
"Display": "", "Display": "",
"Display Emoji in Call": "Zobrazení emoji během hovoru", "Display Emoji in Call": "Zobrazení emoji během hovoru",
"Display the username instead of You in the Chat": "Zobrazit uživatelské jméno místo \"Vás\" v chatu", "Display the username instead of You in the Chat": "Zobrazit uživatelské jméno místo \"Vás\" v chatu",
@ -411,6 +414,8 @@
"Edit Memory": "Upravit paměť", "Edit Memory": "Upravit paměť",
"Edit User": "Upravit uživatele", "Edit User": "Upravit uživatele",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "E-mail", "Email": "E-mail",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "Soubory", "Files": "Soubory",
"Filter": "",
"Filter is now globally disabled": "Filtr je nyní globálně zakázán", "Filter is now globally disabled": "Filtr je nyní globálně zakázán",
"Filter is now globally enabled": "Filtr je nyní globálně povolen.", "Filter is now globally enabled": "Filtr je nyní globálně povolen.",
"Filters": "Filtry", "Filters": "Filtry",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "Generování vyhledávacího dotazu", "Generating search query": "Generování vyhledávacího dotazu",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "Globální", "Global": "Globální",
@ -724,6 +731,9 @@
"Info": "Info", "Info": "Info",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Vstupní příkazy", "Input commands": "Vstupní příkazy",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instalace z URL adresy Githubu", "Install from Github URL": "Instalace z URL adresy Githubu",
"Instant Auto-Send After Voice Transcription": "Okamžité automatické odeslání po přepisu hlasu", "Instant Auto-Send After Voice Transcription": "Okamžité automatické odeslání po přepisu hlasu",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "ID modelu", "Model ID": "ID modelu",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Název modelu", "Model Name": "Název modelu",
"Model not selected": "Model nebyl vybrán", "Model not selected": "Model nebyl vybrán",
"Model Params": "Parametry modelu", "Model Params": "Parametry modelu",
@ -972,6 +981,7 @@
"Pin": "", "Pin": "",
"Pinned": "", "Pinned": "",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "Pipeline byla úspěšně odstraněna", "Pipeline deleted successfully": "Pipeline byla úspěšně odstraněna",
"Pipeline downloaded successfully": "Kanál byl úspěšně stažen", "Pipeline downloaded successfully": "Kanál byl úspěšně stažen",
"Pipelines": "", "Pipelines": "",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "Relevance", "Relevance": "Relevance",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Odebrat", "Remove": "Odebrat",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Odebrat model", "Remove Model": "Odebrat model",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Přejmenovat", "Rename": "Přejmenovat",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Resetovat adresář nahrávání", "Reset Upload Directory": "Resetovat adresář nahrávání",
"Reset Vector Storage/Knowledge": "Resetování úložiště vektorů/znalostí", "Reset Vector Storage/Knowledge": "Resetování úložiště vektorů/znalostí",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Oznámení o odpovědích nelze aktivovat, protože oprávnění webu byla zamítnuta. Navštivte nastavení svého prohlížeče a udělte potřebný přístup.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Oznámení o odpovědích nelze aktivovat, protože oprávnění webu byla zamítnuta. Navštivte nastavení svého prohlížeče a udělte potřebný přístup.",
"Response splitting": "Rozdělení odpovědi", "Response splitting": "Rozdělení odpovědi",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "Zobrazit podrobnosti administrátora v překryvném okně s čekajícím účtem", "Show Admin Details in Account Pending Overlay": "Zobrazit podrobnosti administrátora v překryvném okně s čekajícím účtem",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Zobrazit klávesové zkratky", "Show shortcuts": "Zobrazit klávesové zkratky",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "To zajišťuje, že vaše cenné konverzace jsou bezpečně uloženy ve vaší backendové databázi. Děkujeme!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "To zajišťuje, že vaše cenné konverzace jsou bezpečně uloženy ve vaší backendové databázi. Děkujeme!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Jedná se o experimentální funkci, nemusí fungovat podle očekávání a může být kdykoliv změněna.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Jedná se o experimentální funkci, nemusí fungovat podle očekávání a může být kdykoliv změněna.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "uživatel", "user": "uživatel",
"User": "Uživatel", "User": "Uživatel",
"User location successfully retrieved.": "Umístění uživatele bylo úspěšně získáno.", "User location successfully retrieved.": "Umístění uživatele bylo úspěšně získáno.",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "Uživatelské jméno", "Username": "Uživatelské jméno",
"Users": "Uživatelé", "Users": "Uživatelé",

View File

@ -23,6 +23,7 @@
"Account": "Profil", "Account": "Profil",
"Account Activation Pending": "Aktivering af profil afventer", "Account Activation Pending": "Aktivering af profil afventer",
"Accurate information": "Profilinformation", "Accurate information": "Profilinformation",
"Action": "",
"Actions": "Handlinger", "Actions": "Handlinger",
"Activate": "Aktiver", "Activate": "Aktiver",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktiver denne kommando ved at skrive \"/{{COMMAND}}\" til chat input.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktiver denne kommando ved at skrive \"/{{COMMAND}}\" til chat input.",
@ -145,6 +146,7 @@
"Bad Response": "Problem i response", "Bad Response": "Problem i response",
"Banners": "Bannere", "Banners": "Bannere",
"Base Model (From)": "Base Model (Fra)", "Base Model (From)": "Base Model (Fra)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "før", "before": "før",
"Being lazy": "At være doven", "Being lazy": "At være doven",
"Beta": "Beta", "Beta": "Beta",
@ -157,7 +159,7 @@
"By {{name}}": "Af {{name}}", "By {{name}}": "Af {{name}}",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Kalender", "Calendar": "Kalender",
"Call": "Opkald", "Call": "Opkald",
"Call feature is not supported when using Web STT engine": "Opkaldsfunktion er ikke understøttet for Web STT engine", "Call feature is not supported when using Web STT engine": "Opkaldsfunktion er ikke understøttet for Web STT engine",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI Workflow", "ComfyUI Workflow": "ComfyUI Workflow",
"ComfyUI Workflow Nodes": "ComfyUI Workflow Nodes", "ComfyUI Workflow Nodes": "ComfyUI Workflow Nodes",
"Command": "Kommando", "Command": "Kommando",
"Comment": "",
"Completions": "Completions", "Completions": "Completions",
"Concurrent Requests": "Concurrent requests", "Concurrent Requests": "Concurrent requests",
"Configure": "Konfigurer", "Configure": "Konfigurer",
@ -345,6 +348,7 @@
"Direct Connections": "Direkte forbindelser", "Direct Connections": "Direkte forbindelser",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Direkte forbindelser tillader brugere at oprette forbindelse til deres egen OpenAI kompatible API endpoints.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Direkte forbindelser tillader brugere at oprette forbindelse til deres egen OpenAI kompatible API endpoints.",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Inaktiv", "Disabled": "Inaktiv",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Find, download og udforsk unikke prompts", "Discover, download, and explore custom prompts": "Find, download og udforsk unikke prompts",
"Discover, download, and explore custom tools": "Find, download og udforsk unikke værktøjer", "Discover, download, and explore custom tools": "Find, download og udforsk unikke værktøjer",
"Discover, download, and explore model presets": "Find, download og udforsk modelindstillinger", "Discover, download, and explore model presets": "Find, download og udforsk modelindstillinger",
"Dismissible": "Kan afvises",
"Display": "Vis", "Display": "Vis",
"Display Emoji in Call": "Vis emoji i chat", "Display Emoji in Call": "Vis emoji i chat",
"Display the username instead of You in the Chat": "Vis brugernavn i stedet for Dig i chatten", "Display the username instead of You in the Chat": "Vis brugernavn i stedet for Dig i chatten",
@ -411,6 +414,8 @@
"Edit Memory": "Rediger hukommelse", "Edit Memory": "Rediger hukommelse",
"Edit User": "Rediger bruger", "Edit User": "Rediger bruger",
"Edit User Group": "Rediger brugergruppe", "Edit User Group": "Rediger brugergruppe",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "Email", "Email": "Email",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "Fil uploadet.", "File uploaded successfully": "Fil uploadet.",
"Files": "Filer", "Files": "Filer",
"Filter": "",
"Filter is now globally disabled": "Filter er nu globalt deaktiveret", "Filter is now globally disabled": "Filter er nu globalt deaktiveret",
"Filter is now globally enabled": "Filter er nu globalt aktiveret", "Filter is now globally enabled": "Filter er nu globalt aktiveret",
"Filters": "Filtre", "Filters": "Filtre",
@ -658,6 +664,7 @@
"Generate prompt pair": "Generer prompt par", "Generate prompt pair": "Generer prompt par",
"Generating search query": "Genererer søgeforespørgsel", "Generating search query": "Genererer søgeforespørgsel",
"Generating...": "Genererer...", "Generating...": "Genererer...",
"Get information on {{name}} in the UI": "",
"Get started": "Kom i gang", "Get started": "Kom i gang",
"Get started with {{WEBUI_NAME}}": "Kom i gang med {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Kom i gang med {{WEBUI_NAME}}",
"Global": "Global", "Global": "Global",
@ -724,6 +731,9 @@
"Info": "Info", "Info": "Info",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Inputkommandoer", "Input commands": "Inputkommandoer",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Installer fra Github URL", "Install from Github URL": "Installer fra Github URL",
"Instant Auto-Send After Voice Transcription": "Øjeblikkelig automatisk afsendelse efter stemmetransskription", "Instant Auto-Send After Voice Transcription": "Øjeblikkelig automatisk afsendelse efter stemmetransskription",
"Integration": "Integration", "Integration": "Integration",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "Model-ID", "Model ID": "Model-ID",
"Model IDs": "Model-ID'er", "Model IDs": "Model-ID'er",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Modelnavn", "Model Name": "Modelnavn",
"Model not selected": "Model ikke valgt", "Model not selected": "Model ikke valgt",
"Model Params": "Modelparametre", "Model Params": "Modelparametre",
@ -972,6 +981,7 @@
"Pin": "Fastgør", "Pin": "Fastgør",
"Pinned": "Fastgjort", "Pinned": "Fastgjort",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "Pipeline slettet.", "Pipeline deleted successfully": "Pipeline slettet.",
"Pipeline downloaded successfully": "Pipeline downloadet.", "Pipeline downloaded successfully": "Pipeline downloadet.",
"Pipelines": "Pipelines", "Pipelines": "Pipelines",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "", "Relevance": "",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Fjern", "Remove": "Fjern",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Fjern model", "Remove Model": "Fjern model",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Omdøb", "Rename": "Omdøb",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Nulstil uploadmappe", "Reset Upload Directory": "Nulstil uploadmappe",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "Nulstil visning", "Reset view": "Nulstil visning",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Svarnotifikationer kan ikke aktiveres, da webstedets tilladelser er blevet nægtet. Besøg dine browserindstillinger for at give den nødvendige adgang.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Svarnotifikationer kan ikke aktiveres, da webstedets tilladelser er blevet nægtet. Besøg dine browserindstillinger for at give den nødvendige adgang.",
"Response splitting": "Svaropdeling", "Response splitting": "Svaropdeling",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "Vis administratordetaljer i overlay for ventende konto", "Show Admin Details in Account Pending Overlay": "Vis administratordetaljer i overlay for ventende konto",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "Vis model", "Show Model": "Vis model",
"Show shortcuts": "Vis genveje", "Show shortcuts": "Vis genveje",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Denne kanal blev oprettet den {{createdAt}}. Dette er det helt første i kanalen {{channelName}}.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Denne kanal blev oprettet den {{createdAt}}. Dette er det helt første i kanalen {{channelName}}.",
"This chat won't appear in history and your messages will not be saved.": "Denne chat vil ikke vises i historikken, og dine beskeder vil ikke blive gemt.", "This chat won't appear in history and your messages will not be saved.": "Denne chat vil ikke vises i historikken, og dine beskeder vil ikke blive gemt.",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Dette sikrer, at dine værdifulde samtaler gemmes sikkert i din backend-database. Tak!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Dette sikrer, at dine værdifulde samtaler gemmes sikkert i din backend-database. Tak!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Dette er en eksperimentel funktion, den fungerer muligvis ikke som forventet og kan ændres når som helst.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Dette er en eksperimentel funktion, den fungerer muligvis ikke som forventet og kan ændres når som helst.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "bruger", "user": "bruger",
"User": "Bruger", "User": "Bruger",
"User location successfully retrieved.": "Brugerplacering hentet.", "User location successfully retrieved.": "Brugerplacering hentet.",
"User menu": "",
"User Webhooks": "Bruger Webhooks", "User Webhooks": "Bruger Webhooks",
"Username": "Brugernavn", "Username": "Brugernavn",
"Users": "Brugere", "Users": "Brugere",

View File

@ -23,6 +23,7 @@
"Account": "Konto", "Account": "Konto",
"Account Activation Pending": "Kontoaktivierung ausstehend", "Account Activation Pending": "Kontoaktivierung ausstehend",
"Accurate information": "Präzise Information(en)", "Accurate information": "Präzise Information(en)",
"Action": "",
"Actions": "Aktionen", "Actions": "Aktionen",
"Activate": "Aktivieren", "Activate": "Aktivieren",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivieren Sie diesen Befehl, indem Sie \"/{{COMMAND}}\" in die Chat-Eingabe eingeben.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivieren Sie diesen Befehl, indem Sie \"/{{COMMAND}}\" in die Chat-Eingabe eingeben.",
@ -145,6 +146,7 @@
"Bad Response": "Schlechte Antwort", "Bad Response": "Schlechte Antwort",
"Banners": "Banner", "Banners": "Banner",
"Base Model (From)": "Basismodell (From)", "Base Model (From)": "Basismodell (From)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "bereits geteilt", "before": "bereits geteilt",
"Being lazy": "Faulheit", "Being lazy": "Faulheit",
"Beta": "Beta", "Beta": "Beta",
@ -157,7 +159,7 @@
"By {{name}}": "Von {{name}}", "By {{name}}": "Von {{name}}",
"Bypass Embedding and Retrieval": "Embedding und Retrieval umgehen", "Bypass Embedding and Retrieval": "Embedding und Retrieval umgehen",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Kalender", "Calendar": "Kalender",
"Call": "Anrufen", "Call": "Anrufen",
"Call feature is not supported when using Web STT engine": "Die Anruffunktion wird nicht unterstützt, wenn die Web-STT-Engine verwendet wird.", "Call feature is not supported when using Web STT engine": "Die Anruffunktion wird nicht unterstützt, wenn die Web-STT-Engine verwendet wird.",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI-Workflow", "ComfyUI Workflow": "ComfyUI-Workflow",
"ComfyUI Workflow Nodes": "ComfyUI-Workflow-Knoten", "ComfyUI Workflow Nodes": "ComfyUI-Workflow-Knoten",
"Command": "Befehl", "Command": "Befehl",
"Comment": "",
"Completions": "Vervollständigungen", "Completions": "Vervollständigungen",
"Concurrent Requests": "Anzahl gleichzeitiger Anfragen", "Concurrent Requests": "Anzahl gleichzeitiger Anfragen",
"Configure": "Konfigurieren", "Configure": "Konfigurieren",
@ -345,6 +348,7 @@
"Direct Connections": "Direktverbindungen", "Direct Connections": "Direktverbindungen",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Direktverbindungen ermöglichen es Benutzern, sich mit ihren eigenen OpenAI-kompatiblen API-Endpunkten zu verbinden.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Direktverbindungen ermöglichen es Benutzern, sich mit ihren eigenen OpenAI-kompatiblen API-Endpunkten zu verbinden.",
"Direct Tool Servers": "Direkt verbundene Werkzeug-Server", "Direct Tool Servers": "Direkt verbundene Werkzeug-Server",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Deaktiviert", "Disabled": "Deaktiviert",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Entdecken und beziehen Sie benutzerdefinierte Prompts", "Discover, download, and explore custom prompts": "Entdecken und beziehen Sie benutzerdefinierte Prompts",
"Discover, download, and explore custom tools": "Entdecken und beziehen Sie benutzerdefinierte Werkzeuge", "Discover, download, and explore custom tools": "Entdecken und beziehen Sie benutzerdefinierte Werkzeuge",
"Discover, download, and explore model presets": "Entdecken und beziehen Sie benutzerdefinierte Modellvorlagen", "Discover, download, and explore model presets": "Entdecken und beziehen Sie benutzerdefinierte Modellvorlagen",
"Dismissible": "ausblendbar",
"Display": "Anzeigen", "Display": "Anzeigen",
"Display Emoji in Call": "Emojis im Anruf anzeigen", "Display Emoji in Call": "Emojis im Anruf anzeigen",
"Display the username instead of You in the Chat": "Soll \"Sie\" durch Ihren Benutzernamen ersetzt werden?", "Display the username instead of You in the Chat": "Soll \"Sie\" durch Ihren Benutzernamen ersetzt werden?",
@ -411,6 +414,8 @@
"Edit Memory": "Erinnerungen bearbeiten", "Edit Memory": "Erinnerungen bearbeiten",
"Edit User": "Benutzer bearbeiten", "Edit User": "Benutzer bearbeiten",
"Edit User Group": "Benutzergruppe bearbeiten", "Edit User Group": "Benutzergruppe bearbeiten",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "E-Mail", "Email": "E-Mail",
@ -611,6 +616,7 @@
"File Upload": "Dateiupload", "File Upload": "Dateiupload",
"File uploaded successfully": "Datei erfolgreich hochgeladen", "File uploaded successfully": "Datei erfolgreich hochgeladen",
"Files": "Dateien", "Files": "Dateien",
"Filter": "",
"Filter is now globally disabled": "Filter ist jetzt global deaktiviert", "Filter is now globally disabled": "Filter ist jetzt global deaktiviert",
"Filter is now globally enabled": "Filter ist jetzt global aktiviert", "Filter is now globally enabled": "Filter ist jetzt global aktiviert",
"Filters": "Filter", "Filters": "Filter",
@ -658,6 +664,7 @@
"Generate prompt pair": "Prompt-Paar generieren", "Generate prompt pair": "Prompt-Paar generieren",
"Generating search query": "Suchanfrage wird erstellt", "Generating search query": "Suchanfrage wird erstellt",
"Generating...": "Generiere...", "Generating...": "Generiere...",
"Get information on {{name}} in the UI": "",
"Get started": "Loslegen", "Get started": "Loslegen",
"Get started with {{WEBUI_NAME}}": "Loslegen mit {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Loslegen mit {{WEBUI_NAME}}",
"Global": "Global", "Global": "Global",
@ -724,6 +731,9 @@
"Info": "Info", "Info": "Info",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Gesamten Inhalt als Kontext für umfassende Verarbeitung einfügen, dies wird für komplexe Abfragen empfohlen.", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Gesamten Inhalt als Kontext für umfassende Verarbeitung einfügen, dies wird für komplexe Abfragen empfohlen.",
"Input commands": "Eingabebefehle", "Input commands": "Eingabebefehle",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Von GitHub-URL installieren", "Install from Github URL": "Von GitHub-URL installieren",
"Instant Auto-Send After Voice Transcription": "Spracherkennung direkt absenden", "Instant Auto-Send After Voice Transcription": "Spracherkennung direkt absenden",
"Integration": "Integration", "Integration": "Integration",
@ -841,7 +851,6 @@
"Model Filtering": "Modellfilterung", "Model Filtering": "Modellfilterung",
"Model ID": "Modell-ID", "Model ID": "Modell-ID",
"Model IDs": "Modell-IDs", "Model IDs": "Modell-IDs",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Modell-Name", "Model Name": "Modell-Name",
"Model not selected": "Modell nicht ausgewählt", "Model not selected": "Modell nicht ausgewählt",
"Model Params": "Modell-Parameter", "Model Params": "Modell-Parameter",
@ -972,6 +981,7 @@
"Pin": "Anheften", "Pin": "Anheften",
"Pinned": "Angeheftet", "Pinned": "Angeheftet",
"Pioneer insights": "Bahnbrechende Erkenntnisse", "Pioneer insights": "Bahnbrechende Erkenntnisse",
"Pipe": "",
"Pipeline deleted successfully": "Pipeline erfolgreich gelöscht", "Pipeline deleted successfully": "Pipeline erfolgreich gelöscht",
"Pipeline downloaded successfully": "Pipeline erfolgreich heruntergeladen", "Pipeline downloaded successfully": "Pipeline erfolgreich heruntergeladen",
"Pipelines": "Pipelines", "Pipelines": "Pipelines",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "Relevanz", "Relevance": "Relevanz",
"Relevance Threshold": "Relevanzschwelle", "Relevance Threshold": "Relevanzschwelle",
"Remember Dismissal": "",
"Remove": "Entfernen", "Remove": "Entfernen",
"Remove {{MODELID}} from list.": "{{MODELID}} von der Liste entfernen.", "Remove {{MODELID}} from list.": "{{MODELID}} von der Liste entfernen.",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Modell entfernen", "Remove Model": "Modell entfernen",
"Remove this tag from list": "Diesen Tag von der Liste entfernen", "Remove this tag from list": "Diesen Tag von der Liste entfernen",
"Rename": "Umbenennen", "Rename": "Umbenennen",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Upload-Verzeichnis zurücksetzen", "Reset Upload Directory": "Upload-Verzeichnis zurücksetzen",
"Reset Vector Storage/Knowledge": "Vektorspeicher/Wissen zurücksetzen", "Reset Vector Storage/Knowledge": "Vektorspeicher/Wissen zurücksetzen",
"Reset view": "Ansicht zurücksetzen", "Reset view": "Ansicht zurücksetzen",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Benachrichtigungen können nicht aktiviert werden, da die Website-Berechtigungen abgelehnt wurden. Bitte besuchen Sie Ihre Browser-Einstellungen, um den erforderlichen Zugriff zu gewähren.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Benachrichtigungen können nicht aktiviert werden, da die Website-Berechtigungen abgelehnt wurden. Bitte besuchen Sie Ihre Browser-Einstellungen, um den erforderlichen Zugriff zu gewähren.",
"Response splitting": "Antwortaufteilung", "Response splitting": "Antwortaufteilung",
"Response Watermark": "Antwort Wasserzeichen", "Response Watermark": "Antwort Wasserzeichen",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "\"Was gibt's Neues\"-Modal beim Anmelden anzeigen", "Show \"What's New\" modal on login": "\"Was gibt's Neues\"-Modal beim Anmelden anzeigen",
"Show Admin Details in Account Pending Overlay": "Admin-Details im Account-Pending-Overlay anzeigen", "Show Admin Details in Account Pending Overlay": "Admin-Details im Account-Pending-Overlay anzeigen",
"Show All": "Alle anzeigen", "Show All": "Alle anzeigen",
"Show image preview": "",
"Show Less": "Weniger anzeigen", "Show Less": "Weniger anzeigen",
"Show Model": "Modell anzeigen", "Show Model": "Modell anzeigen",
"Show shortcuts": "Verknüpfungen anzeigen", "Show shortcuts": "Verknüpfungen anzeigen",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Dieser Kanal wurde am {{createdAt}} erstellt. Dies ist der Beginn des {{channelName}} Kanals.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Dieser Kanal wurde am {{createdAt}} erstellt. Dies ist der Beginn des {{channelName}} Kanals.",
"This chat won't appear in history and your messages will not be saved.": "Diese Unterhaltung erscheint nicht in Ihrem Chat-Verlauf. Alle Nachrichten sind privat und werden nicht gespeichert.", "This chat won't appear in history and your messages will not be saved.": "Diese Unterhaltung erscheint nicht in Ihrem Chat-Verlauf. Alle Nachrichten sind privat und werden nicht gespeichert.",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Dies stellt sicher, dass Ihre wertvollen Chats sicher in Ihrer Backend-Datenbank gespeichert werden. Vielen Dank!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Dies stellt sicher, dass Ihre wertvollen Chats sicher in Ihrer Backend-Datenbank gespeichert werden. Vielen Dank!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Dies ist eine experimentelle Funktion, sie funktioniert möglicherweise nicht wie erwartet und kann jederzeit geändert werden.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Dies ist eine experimentelle Funktion, sie funktioniert möglicherweise nicht wie erwartet und kann jederzeit geändert werden.",
"This model is not publicly available. Please select another model.": "Dieses Modell ist nicht öffentlich verfügbar. Bitte wählen Sie ein anderes Modell aus.", "This model is not publicly available. Please select another model.": "Dieses Modell ist nicht öffentlich verfügbar. Bitte wählen Sie ein anderes Modell aus.",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "Benutzer", "user": "Benutzer",
"User": "Benutzer", "User": "Benutzer",
"User location successfully retrieved.": "Benutzerstandort erfolgreich ermittelt.", "User location successfully retrieved.": "Benutzerstandort erfolgreich ermittelt.",
"User menu": "",
"User Webhooks": "Benutzer Webhooks", "User Webhooks": "Benutzer Webhooks",
"Username": "Benutzername", "Username": "Benutzername",
"Users": "Benutzer", "Users": "Benutzer",

View File

@ -23,6 +23,7 @@
"Account": "Account", "Account": "Account",
"Account Activation Pending": "", "Account Activation Pending": "",
"Accurate information": "", "Accurate information": "",
"Action": "",
"Actions": "", "Actions": "",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "", "Bad Response": "",
"Banners": "", "Banners": "",
"Base Model (From)": "", "Base Model (From)": "",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "", "Call": "",
"Call feature is not supported when using Web STT engine": "", "Call feature is not supported when using Web STT engine": "",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "Command", "Command": "Command",
"Comment": "",
"Completions": "", "Completions": "",
"Concurrent Requests": "", "Concurrent Requests": "",
"Configure": "", "Configure": "",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "", "Disabled": "",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Discover, download, and explore custom prompts", "Discover, download, and explore custom prompts": "Discover, download, and explore custom prompts",
"Discover, download, and explore custom tools": "", "Discover, download, and explore custom tools": "",
"Discover, download, and explore model presets": "Discover, download, and explore model presets", "Discover, download, and explore model presets": "Discover, download, and explore model presets",
"Dismissible": "",
"Display": "", "Display": "",
"Display Emoji in Call": "", "Display Emoji in Call": "",
"Display the username instead of You in the Chat": "Display username instead of You in Chat", "Display the username instead of You in the Chat": "Display username instead of You in Chat",
@ -411,6 +414,8 @@
"Edit Memory": "", "Edit Memory": "",
"Edit User": "Edit Wowser", "Edit User": "Edit Wowser",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "", "ElevenLabs": "",
"Email": "Email", "Email": "Email",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "", "Files": "",
"Filter": "",
"Filter is now globally disabled": "", "Filter is now globally disabled": "",
"Filter is now globally enabled": "", "Filter is now globally enabled": "",
"Filters": "", "Filters": "",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "", "Generating search query": "",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "", "Global": "",
@ -724,6 +731,9 @@
"Info": "", "Info": "",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Input commands", "Input commands": "Input commands",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "", "Install from Github URL": "",
"Instant Auto-Send After Voice Transcription": "", "Instant Auto-Send After Voice Transcription": "",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "", "Model ID": "",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "", "Model Name": "",
"Model not selected": "Model not selected", "Model not selected": "Model not selected",
"Model Params": "", "Model Params": "",
@ -972,6 +981,7 @@
"Pin": "", "Pin": "",
"Pinned": "", "Pinned": "",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "", "Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "", "Pipeline downloaded successfully": "",
"Pipelines": "", "Pipelines": "",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "", "Relevance": "",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "", "Remove": "",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "", "Remove Model": "",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "", "Rename": "",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "", "Reset Upload Directory": "",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "", "Response splitting": "",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "", "Show Admin Details in Account Pending Overlay": "",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Show shortcuts much shortcut", "Show shortcuts": "Show shortcuts much shortcut",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "This ensures that your valuable conversations are securely saved to your backend database. Thank you! Much secure!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "This ensures that your valuable conversations are securely saved to your backend database. Thank you! Much secure!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "user much user", "user": "user much user",
"User": "", "User": "",
"User location successfully retrieved.": "", "User location successfully retrieved.": "",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "", "Username": "",
"Users": "Users much users", "Users": "Users much users",

View File

@ -23,6 +23,7 @@
"Account": "Λογαριασμός", "Account": "Λογαριασμός",
"Account Activation Pending": "Ενεργοποίηση Λογαριασμού Εκκρεμεί", "Account Activation Pending": "Ενεργοποίηση Λογαριασμού Εκκρεμεί",
"Accurate information": "Ακριβείς πληροφορίες", "Accurate information": "Ακριβείς πληροφορίες",
"Action": "",
"Actions": "Ενέργειες", "Actions": "Ενέργειες",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Ενεργοποιήστε αυτή την εντολή πληκτρολογώντας \"/{{COMMAND}}\" στο πεδίο συνομιλίας.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Ενεργοποιήστε αυτή την εντολή πληκτρολογώντας \"/{{COMMAND}}\" στο πεδίο συνομιλίας.",
@ -145,6 +146,7 @@
"Bad Response": "Κακή Απάντηση", "Bad Response": "Κακή Απάντηση",
"Banners": "Προβολές", "Banners": "Προβολές",
"Base Model (From)": "Βασικό Μοντέλο (Από)", "Base Model (From)": "Βασικό Μοντέλο (Από)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "πριν", "before": "πριν",
"Being lazy": "Τρώλακας", "Being lazy": "Τρώλακας",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "Από {{name}}", "By {{name}}": "Από {{name}}",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "Κλήση", "Call": "Κλήση",
"Call feature is not supported when using Web STT engine": "Η λειτουργία κλήσης δεν υποστηρίζεται όταν χρησιμοποιείται η μηχανή Web STT", "Call feature is not supported when using Web STT engine": "Η λειτουργία κλήσης δεν υποστηρίζεται όταν χρησιμοποιείται η μηχανή Web STT",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "Ροές Εργασίας ComfyUI", "ComfyUI Workflow": "Ροές Εργασίας ComfyUI",
"ComfyUI Workflow Nodes": "Κόμβοι Ροής Εργασίας ComfyUI", "ComfyUI Workflow Nodes": "Κόμβοι Ροής Εργασίας ComfyUI",
"Command": "Εντολή", "Command": "Εντολή",
"Comment": "",
"Completions": "Ολοκληρώσεις", "Completions": "Ολοκληρώσεις",
"Concurrent Requests": "Ταυτόχρονες Αιτήσεις", "Concurrent Requests": "Ταυτόχρονες Αιτήσεις",
"Configure": "Διαμόρφωση", "Configure": "Διαμόρφωση",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Απενεργοποιημένο", "Disabled": "Απενεργοποιημένο",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Ανακαλύψτε, κατεβάστε και εξερευνήστε προσαρμοσμένες προτροπές", "Discover, download, and explore custom prompts": "Ανακαλύψτε, κατεβάστε και εξερευνήστε προσαρμοσμένες προτροπές",
"Discover, download, and explore custom tools": "Ανακαλύψτε, κατεβάστε και εξερευνήστε προσαρμοσμένα εργαλεία", "Discover, download, and explore custom tools": "Ανακαλύψτε, κατεβάστε και εξερευνήστε προσαρμοσμένα εργαλεία",
"Discover, download, and explore model presets": "Ανακαλύψτε, κατεβάστε και εξερευνήστε προκαθορισμένα μοντέλα", "Discover, download, and explore model presets": "Ανακαλύψτε, κατεβάστε και εξερευνήστε προκαθορισμένα μοντέλα",
"Dismissible": "Αποκλειστέο",
"Display": "Εμφάνιση", "Display": "Εμφάνιση",
"Display Emoji in Call": "Εμφάνιση Emoji στην Κλήση", "Display Emoji in Call": "Εμφάνιση Emoji στην Κλήση",
"Display the username instead of You in the Chat": "Εμφάνιση του ονόματος χρήστη αντί του Εσάς στη Συνομιλία", "Display the username instead of You in the Chat": "Εμφάνιση του ονόματος χρήστη αντί του Εσάς στη Συνομιλία",
@ -411,6 +414,8 @@
"Edit Memory": "Επεξεργασία Μνήμης", "Edit Memory": "Επεξεργασία Μνήμης",
"Edit User": "Επεξεργασία Χρήστη", "Edit User": "Επεξεργασία Χρήστη",
"Edit User Group": "Επεξεργασία Ομάδας Χρηστών", "Edit User Group": "Επεξεργασία Ομάδας Χρηστών",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "Email", "Email": "Email",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "Αρχεία", "Files": "Αρχεία",
"Filter": "",
"Filter is now globally disabled": "Το φίλτρο είναι τώρα καθολικά απενεργοποιημένο", "Filter is now globally disabled": "Το φίλτρο είναι τώρα καθολικά απενεργοποιημένο",
"Filter is now globally enabled": "Το φίλτρο είναι τώρα καθολικά ενεργοποιημένο", "Filter is now globally enabled": "Το φίλτρο είναι τώρα καθολικά ενεργοποιημένο",
"Filters": "Φίλτρα", "Filters": "Φίλτρα",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "Γενιά αναζήτησης ερώτησης", "Generating search query": "Γενιά αναζήτησης ερώτησης",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "Ξεκινήστε", "Get started": "Ξεκινήστε",
"Get started with {{WEBUI_NAME}}": "Ξεκινήστε με {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Ξεκινήστε με {{WEBUI_NAME}}",
"Global": "Καθολικό", "Global": "Καθολικό",
@ -724,6 +731,9 @@
"Info": "Πληροφορίες", "Info": "Πληροφορίες",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Εισαγωγή εντολών", "Input commands": "Εισαγωγή εντολών",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Εγκατάσταση από URL Github", "Install from Github URL": "Εγκατάσταση από URL Github",
"Instant Auto-Send After Voice Transcription": "Άμεση Αυτόματη Αποστολή μετά τη μεταγραφή φωνής", "Instant Auto-Send After Voice Transcription": "Άμεση Αυτόματη Αποστολή μετά τη μεταγραφή φωνής",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "Φιλτράρισμα Μοντέλων", "Model Filtering": "Φιλτράρισμα Μοντέλων",
"Model ID": "ID Μοντέλου", "Model ID": "ID Μοντέλου",
"Model IDs": "IDs Μοντέλων", "Model IDs": "IDs Μοντέλων",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Όνομα Μοντέλου", "Model Name": "Όνομα Μοντέλου",
"Model not selected": "Το μοντέλο δεν έχει επιλεγεί", "Model not selected": "Το μοντέλο δεν έχει επιλεγεί",
"Model Params": "Παράμετροι Μοντέλου", "Model Params": "Παράμετροι Μοντέλου",
@ -972,6 +981,7 @@
"Pin": "Καρφίτσωμα", "Pin": "Καρφίτσωμα",
"Pinned": "Καρφιτσωμένο", "Pinned": "Καρφιτσωμένο",
"Pioneer insights": "Συμβουλές πρωτοπόρων", "Pioneer insights": "Συμβουλές πρωτοπόρων",
"Pipe": "",
"Pipeline deleted successfully": "Η συνάρτηση διαγράφηκε με επιτυχία", "Pipeline deleted successfully": "Η συνάρτηση διαγράφηκε με επιτυχία",
"Pipeline downloaded successfully": "Η συνάρτηση κατεβλήθηκε με επιτυχία", "Pipeline downloaded successfully": "Η συνάρτηση κατεβλήθηκε με επιτυχία",
"Pipelines": "Συναρτήσεις", "Pipelines": "Συναρτήσεις",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "Σχετικότητα", "Relevance": "Σχετικότητα",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Αφαίρεση", "Remove": "Αφαίρεση",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Αφαίρεση Μοντέλου", "Remove Model": "Αφαίρεση Μοντέλου",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Μετονομασία", "Rename": "Μετονομασία",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Επαναφορά Καταλόγου Ανεβάσματος", "Reset Upload Directory": "Επαναφορά Καταλόγου Ανεβάσματος",
"Reset Vector Storage/Knowledge": "Επαναφορά Αποθήκευσης Διανυσμάτων/Γνώσης", "Reset Vector Storage/Knowledge": "Επαναφορά Αποθήκευσης Διανυσμάτων/Γνώσης",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Οι ειδοποιήσεις απάντησης δεν μπορούν να ενεργοποιηθούν καθώς οι άδειες του ιστότοπου έχουν αρνηθεί. Παρακαλώ επισκεφτείτε τις ρυθμίσεις του περιηγητή σας για να δώσετε την απαραίτητη πρόσβαση.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Οι ειδοποιήσεις απάντησης δεν μπορούν να ενεργοποιηθούν καθώς οι άδειες του ιστότοπου έχουν αρνηθεί. Παρακαλώ επισκεφτείτε τις ρυθμίσεις του περιηγητή σας για να δώσετε την απαραίτητη πρόσβαση.",
"Response splitting": "Διαχωρισμός απάντησης", "Response splitting": "Διαχωρισμός απάντησης",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Εμφάνιση του παράθυρου \"Τι νέο υπάρχει\" κατά την είσοδο", "Show \"What's New\" modal on login": "Εμφάνιση του παράθυρου \"Τι νέο υπάρχει\" κατά την είσοδο",
"Show Admin Details in Account Pending Overlay": "Εμφάνιση Λεπτομερειών Διαχειριστή στο Υπέρθεση Εκκρεμής Λογαριασμού", "Show Admin Details in Account Pending Overlay": "Εμφάνιση Λεπτομερειών Διαχειριστή στο Υπέρθεση Εκκρεμής Λογαριασμού",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Εμφάνιση συντομεύσεων", "Show shortcuts": "Εμφάνιση συντομεύσεων",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Αυτό διασφαλίζει ότι οι πολύτιμες συνομιλίες σας αποθηκεύονται με ασφάλεια στη βάση δεδομένων backend σας. Ευχαριστούμε!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Αυτό διασφαλίζει ότι οι πολύτιμες συνομιλίες σας αποθηκεύονται με ασφάλεια στη βάση δεδομένων backend σας. Ευχαριστούμε!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Αυτή είναι μια πειραματική λειτουργία, μπορεί να μην λειτουργεί όπως αναμένεται και υπόκειται σε αλλαγές οποιαδήποτε στιγμή.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Αυτή είναι μια πειραματική λειτουργία, μπορεί να μην λειτουργεί όπως αναμένεται και υπόκειται σε αλλαγές οποιαδήποτε στιγμή.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "user", "user": "user",
"User": "Χρήστης", "User": "Χρήστης",
"User location successfully retrieved.": "Η τοποθεσία του χρήστη ανακτήθηκε με επιτυχία.", "User location successfully retrieved.": "Η τοποθεσία του χρήστη ανακτήθηκε με επιτυχία.",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "Όνομα Χρήστη", "Username": "Όνομα Χρήστη",
"Users": "Χρήστες", "Users": "Χρήστες",

View File

@ -23,6 +23,7 @@
"Account": "", "Account": "",
"Account Activation Pending": "", "Account Activation Pending": "",
"Accurate information": "", "Accurate information": "",
"Action": "",
"Actions": "", "Actions": "",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "", "Bad Response": "",
"Banners": "", "Banners": "",
"Base Model (From)": "", "Base Model (From)": "",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "", "Call": "",
"Call feature is not supported when using Web STT engine": "", "Call feature is not supported when using Web STT engine": "",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "", "Command": "",
"Comment": "",
"Completions": "", "Completions": "",
"Concurrent Requests": "", "Concurrent Requests": "",
"Configure": "", "Configure": "",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "", "Disabled": "",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "", "Discover, download, and explore custom prompts": "",
"Discover, download, and explore custom tools": "", "Discover, download, and explore custom tools": "",
"Discover, download, and explore model presets": "", "Discover, download, and explore model presets": "",
"Dismissible": "",
"Display": "", "Display": "",
"Display Emoji in Call": "", "Display Emoji in Call": "",
"Display the username instead of You in the Chat": "", "Display the username instead of You in the Chat": "",
@ -411,6 +414,8 @@
"Edit Memory": "", "Edit Memory": "",
"Edit User": "", "Edit User": "",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "", "ElevenLabs": "",
"Email": "", "Email": "",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "", "Files": "",
"Filter": "",
"Filter is now globally disabled": "", "Filter is now globally disabled": "",
"Filter is now globally enabled": "", "Filter is now globally enabled": "",
"Filters": "", "Filters": "",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "", "Generating search query": "",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "", "Global": "",
@ -724,6 +731,9 @@
"Info": "", "Info": "",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "", "Input commands": "",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "", "Install from Github URL": "",
"Instant Auto-Send After Voice Transcription": "", "Instant Auto-Send After Voice Transcription": "",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "", "Model ID": "",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "", "Model Name": "",
"Model not selected": "", "Model not selected": "",
"Model Params": "", "Model Params": "",
@ -972,6 +981,7 @@
"Pin": "", "Pin": "",
"Pinned": "", "Pinned": "",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "", "Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "", "Pipeline downloaded successfully": "",
"Pipelines": "", "Pipelines": "",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "", "Relevance": "",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "", "Remove": "",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "", "Remove Model": "",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "", "Rename": "",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "", "Reset Upload Directory": "",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "", "Response splitting": "",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "", "Show Admin Details in Account Pending Overlay": "",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "", "Show shortcuts": "",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "", "user": "",
"User": "", "User": "",
"User location successfully retrieved.": "", "User location successfully retrieved.": "",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "", "Username": "",
"Users": "", "Users": "",

View File

@ -23,6 +23,7 @@
"Account": "", "Account": "",
"Account Activation Pending": "", "Account Activation Pending": "",
"Accurate information": "", "Accurate information": "",
"Action": "",
"Actions": "", "Actions": "",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "", "Bad Response": "",
"Banners": "", "Banners": "",
"Base Model (From)": "", "Base Model (From)": "",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "", "Call": "",
"Call feature is not supported when using Web STT engine": "", "Call feature is not supported when using Web STT engine": "",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "", "Command": "",
"Comment": "",
"Completions": "", "Completions": "",
"Concurrent Requests": "", "Concurrent Requests": "",
"Configure": "", "Configure": "",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "", "Disabled": "",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "", "Discover, download, and explore custom prompts": "",
"Discover, download, and explore custom tools": "", "Discover, download, and explore custom tools": "",
"Discover, download, and explore model presets": "", "Discover, download, and explore model presets": "",
"Dismissible": "",
"Display": "", "Display": "",
"Display Emoji in Call": "", "Display Emoji in Call": "",
"Display the username instead of You in the Chat": "", "Display the username instead of You in the Chat": "",
@ -411,6 +414,8 @@
"Edit Memory": "", "Edit Memory": "",
"Edit User": "", "Edit User": "",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "", "ElevenLabs": "",
"Email": "", "Email": "",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "", "Files": "",
"Filter": "",
"Filter is now globally disabled": "", "Filter is now globally disabled": "",
"Filter is now globally enabled": "", "Filter is now globally enabled": "",
"Filters": "", "Filters": "",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "", "Generating search query": "",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "", "Global": "",
@ -724,6 +731,9 @@
"Info": "", "Info": "",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "", "Input commands": "",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "", "Install from Github URL": "",
"Instant Auto-Send After Voice Transcription": "", "Instant Auto-Send After Voice Transcription": "",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "", "Model ID": "",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "", "Model Name": "",
"Model not selected": "", "Model not selected": "",
"Model Params": "", "Model Params": "",
@ -972,6 +981,7 @@
"Pin": "", "Pin": "",
"Pinned": "", "Pinned": "",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "", "Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "", "Pipeline downloaded successfully": "",
"Pipelines": "", "Pipelines": "",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "", "Relevance": "",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "", "Remove": "",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "", "Remove Model": "",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "", "Rename": "",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "", "Reset Upload Directory": "",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "", "Response splitting": "",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "", "Show Admin Details in Account Pending Overlay": "",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "", "Show shortcuts": "",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "", "user": "",
"User": "", "User": "",
"User location successfully retrieved.": "", "User location successfully retrieved.": "",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "", "Username": "",
"Users": "", "Users": "",

View File

@ -23,6 +23,7 @@
"Account": "Cuenta", "Account": "Cuenta",
"Account Activation Pending": "Activación de cuenta Pendiente", "Account Activation Pending": "Activación de cuenta Pendiente",
"Accurate information": "Información precisa", "Accurate information": "Información precisa",
"Action": "",
"Actions": "Acciones", "Actions": "Acciones",
"Activate": "Activar", "Activate": "Activar",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activar este comando escribiendo \"/{{COMMAND}}\" en el chat", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activar este comando escribiendo \"/{{COMMAND}}\" en el chat",
@ -145,6 +146,7 @@
"Bad Response": "Mala Respuesta", "Bad Response": "Mala Respuesta",
"Banners": "Banners", "Banners": "Banners",
"Base Model (From)": "Modelo Base (desde)", "Base Model (From)": "Modelo Base (desde)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "antes", "before": "antes",
"Being lazy": "Ser perezoso", "Being lazy": "Ser perezoso",
"Beta": "Beta", "Beta": "Beta",
@ -157,7 +159,7 @@
"By {{name}}": "Por {{name}}", "By {{name}}": "Por {{name}}",
"Bypass Embedding and Retrieval": "Desactivar Incrustración y Recuperación", "Bypass Embedding and Retrieval": "Desactivar Incrustración y Recuperación",
"Bypass Web Loader": "Desactivar Cargar de Web", "Bypass Web Loader": "Desactivar Cargar de Web",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Calendario", "Calendar": "Calendario",
"Call": "Llamada", "Call": "Llamada",
"Call feature is not supported when using Web STT engine": "La funcionalidad de Llamada no está soportada cuando se usa el motor Web STT", "Call feature is not supported when using Web STT engine": "La funcionalidad de Llamada no está soportada cuando se usa el motor Web STT",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "Flujo de Trabajo de ComfyUI", "ComfyUI Workflow": "Flujo de Trabajo de ComfyUI",
"ComfyUI Workflow Nodes": "Nodos del Flujo de Trabajo de ComfyUI", "ComfyUI Workflow Nodes": "Nodos del Flujo de Trabajo de ComfyUI",
"Command": "Comando", "Command": "Comando",
"Comment": "",
"Completions": "Cumplimientos", "Completions": "Cumplimientos",
"Concurrent Requests": "Número de Solicitudes Concurrentes", "Concurrent Requests": "Número de Solicitudes Concurrentes",
"Configure": "Configurar", "Configure": "Configurar",
@ -345,6 +348,7 @@
"Direct Connections": "Conexiones Directas", "Direct Connections": "Conexiones Directas",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Las Conexiones Directas permiten a los usuarios conectar a sus propios endpoints compatibles API OpenAI.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Las Conexiones Directas permiten a los usuarios conectar a sus propios endpoints compatibles API OpenAI.",
"Direct Tool Servers": "Servidores de Herramientas Directos", "Direct Tool Servers": "Servidores de Herramientas Directos",
"Disable Code Interpreter": "",
"Disable Image Extraction": "Deshabilitar Extracción de Imágenes", "Disable Image Extraction": "Deshabilitar Extracción de Imágenes",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "Desabilita la extracción de imágenes del pdf. Si está habilitado Usar LLM las imágenes se capturan automáticamente. Por defecto el valor es Falso (las imágenes se extraen).", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "Desabilita la extracción de imágenes del pdf. Si está habilitado Usar LLM las imágenes se capturan automáticamente. Por defecto el valor es Falso (las imágenes se extraen).",
"Disabled": "Deshabilitado", "Disabled": "Deshabilitado",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Descubre, descarga, y explora prompts personalizados", "Discover, download, and explore custom prompts": "Descubre, descarga, y explora prompts personalizados",
"Discover, download, and explore custom tools": "Descubre, descarga y explora herramientas personalizadas", "Discover, download, and explore custom tools": "Descubre, descarga y explora herramientas personalizadas",
"Discover, download, and explore model presets": "Descubre, descarga y explora modelos con preajustados", "Discover, download, and explore model presets": "Descubre, descarga y explora modelos con preajustados",
"Dismissible": "Desestimable",
"Display": "Mostrar", "Display": "Mostrar",
"Display Emoji in Call": "Muestra Emojis en Llamada", "Display Emoji in Call": "Muestra Emojis en Llamada",
"Display the username instead of You in the Chat": "Mostrar en el chat el nombre de usuario en lugar del genérico Tu", "Display the username instead of You in the Chat": "Mostrar en el chat el nombre de usuario en lugar del genérico Tu",
@ -411,6 +414,8 @@
"Edit Memory": "Editar Memoria", "Edit Memory": "Editar Memoria",
"Edit User": "Editar Usuario", "Edit User": "Editar Usuario",
"Edit User Group": "Editar Grupo de Usuarios", "Edit User Group": "Editar Grupo de Usuarios",
"Edited": "",
"Editing": "",
"Eject": "Expulsar", "Eject": "Expulsar",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "Email", "Email": "Email",
@ -611,6 +616,7 @@
"File Upload": "Subir Archivo", "File Upload": "Subir Archivo",
"File uploaded successfully": "Archivo subido correctamente", "File uploaded successfully": "Archivo subido correctamente",
"Files": "Archivos", "Files": "Archivos",
"Filter": "",
"Filter is now globally disabled": "El filtro ahora está desactivado globalmente", "Filter is now globally disabled": "El filtro ahora está desactivado globalmente",
"Filter is now globally enabled": "El filtro ahora está habilitado globalmente", "Filter is now globally enabled": "El filtro ahora está habilitado globalmente",
"Filters": "Filtros", "Filters": "Filtros",
@ -658,6 +664,7 @@
"Generate prompt pair": "Generar par de prompts", "Generate prompt pair": "Generar par de prompts",
"Generating search query": "Generando consulta de búsqueda", "Generating search query": "Generando consulta de búsqueda",
"Generating...": "Generando", "Generating...": "Generando",
"Get information on {{name}} in the UI": "",
"Get started": "Empezar", "Get started": "Empezar",
"Get started with {{WEBUI_NAME}}": "Empezar con {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Empezar con {{WEBUI_NAME}}",
"Global": "Global", "Global": "Global",
@ -724,6 +731,9 @@
"Info": "Información", "Info": "Información",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Inyecta el contenido completo como contexto para un procesado comprensivo, recomendado para consultas complejas.", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Inyecta el contenido completo como contexto para un procesado comprensivo, recomendado para consultas complejas.",
"Input commands": "Ingresar comandos", "Input commands": "Ingresar comandos",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instalar desde la URL de Github", "Install from Github URL": "Instalar desde la URL de Github",
"Instant Auto-Send After Voice Transcription": "AutoEnvio Instantaneo tras la Transcripción de Voz", "Instant Auto-Send After Voice Transcription": "AutoEnvio Instantaneo tras la Transcripción de Voz",
"Integration": "Integración", "Integration": "Integración",
@ -841,7 +851,6 @@
"Model Filtering": "Filtrado de modelos", "Model Filtering": "Filtrado de modelos",
"Model ID": "ID Modelo", "Model ID": "ID Modelo",
"Model IDs": "IDs Modelo", "Model IDs": "IDs Modelo",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Nombre Modelo", "Model Name": "Nombre Modelo",
"Model not selected": "Modelo no seleccionado", "Model not selected": "Modelo no seleccionado",
"Model Params": "Paráms Modelo", "Model Params": "Paráms Modelo",
@ -972,6 +981,7 @@
"Pin": "Fijar", "Pin": "Fijar",
"Pinned": "Fijado", "Pinned": "Fijado",
"Pioneer insights": "Descubrir nuevas perspectivas", "Pioneer insights": "Descubrir nuevas perspectivas",
"Pipe": "",
"Pipeline deleted successfully": "Tubería borrada correctamente", "Pipeline deleted successfully": "Tubería borrada correctamente",
"Pipeline downloaded successfully": "Tubería descargada correctamente", "Pipeline downloaded successfully": "Tubería descargada correctamente",
"Pipelines": "Tuberías", "Pipelines": "Tuberías",
@ -1037,8 +1047,12 @@
"Releases": "Versiones", "Releases": "Versiones",
"Relevance": "Relevancia", "Relevance": "Relevancia",
"Relevance Threshold": "Umbral de Relevancia", "Relevance Threshold": "Umbral de Relevancia",
"Remember Dismissal": "",
"Remove": "Eliminar", "Remove": "Eliminar",
"Remove {{MODELID}} from list.": "Eliminar {{MODELID}} de la lista.", "Remove {{MODELID}} from list.": "Eliminar {{MODELID}} de la lista.",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Eliminar Modelo", "Remove Model": "Eliminar Modelo",
"Remove this tag from list": "Eliminar esta etiquera de la lista", "Remove this tag from list": "Eliminar esta etiquera de la lista",
"Rename": "Renombrar", "Rename": "Renombrar",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Reiniciar Directorio de Subidas", "Reset Upload Directory": "Reiniciar Directorio de Subidas",
"Reset Vector Storage/Knowledge": "Reiniciar Almacenamiento de Vectores/Conocimiento", "Reset Vector Storage/Knowledge": "Reiniciar Almacenamiento de Vectores/Conocimiento",
"Reset view": "Reiniciar Vista", "Reset view": "Reiniciar Vista",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Las notificaciones de respuesta no pueden activarse ya que los permisos del sitio web han sido denegados. Por favor, comprueba la configuración de tu navegador para otorgar el permiso necesario.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Las notificaciones de respuesta no pueden activarse ya que los permisos del sitio web han sido denegados. Por favor, comprueba la configuración de tu navegador para otorgar el permiso necesario.",
"Response splitting": "Particionado de Respuesta", "Response splitting": "Particionado de Respuesta",
"Response Watermark": "Marca de Agua en Respuesta", "Response Watermark": "Marca de Agua en Respuesta",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Mostrar modal \"Qué hay de Nuevo\" al iniciar sesión", "Show \"What's New\" modal on login": "Mostrar modal \"Qué hay de Nuevo\" al iniciar sesión",
"Show Admin Details in Account Pending Overlay": "Mostrar Detalles Admin en la sobrecapa de 'Cuenta Pendiente'", "Show Admin Details in Account Pending Overlay": "Mostrar Detalles Admin en la sobrecapa de 'Cuenta Pendiente'",
"Show All": "Mostrar Todo", "Show All": "Mostrar Todo",
"Show image preview": "",
"Show Less": "Mostrar Menos", "Show Less": "Mostrar Menos",
"Show Model": "Mostrar Modelo", "Show Model": "Mostrar Modelo",
"Show shortcuts": "Mostrar Atajos", "Show shortcuts": "Mostrar Atajos",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Este canal fue creado el {{createdAt}}. Este es el comienzo del canal {{channelName}}.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Este canal fue creado el {{createdAt}}. Este es el comienzo del canal {{channelName}}.",
"This chat won't appear in history and your messages will not be saved.": "Este chat no aparecerá en el historial y los mensajes no se guardarán.", "This chat won't appear in history and your messages will not be saved.": "Este chat no aparecerá en el historial y los mensajes no se guardarán.",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Esto garantiza que sus valiosas conversaciones se guardan de forma segura en tu base de datos del servidor trasero (backend). ¡Gracias!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Esto garantiza que sus valiosas conversaciones se guardan de forma segura en tu base de datos del servidor trasero (backend). ¡Gracias!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Esta es una característica experimental, por lo que puede no funcionar como se esperaba y está sujeta a cambios en cualquier momento.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Esta es una característica experimental, por lo que puede no funcionar como se esperaba y está sujeta a cambios en cualquier momento.",
"This model is not publicly available. Please select another model.": "Este modelo no está disponible publicamente. Por favor, selecciona otro modelo.", "This model is not publicly available. Please select another model.": "Este modelo no está disponible publicamente. Por favor, selecciona otro modelo.",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "Esta opción controla cuanto tiempo permanece cargado en memoria el modelo tras la petición (por defecto 5m).", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "Esta opción controla cuanto tiempo permanece cargado en memoria el modelo tras la petición (por defecto 5m).",
@ -1346,6 +1363,7 @@
"user": "usuario", "user": "usuario",
"User": "Usuario", "User": "Usuario",
"User location successfully retrieved.": "Ubicación de usuario obtenida correctamente.", "User location successfully retrieved.": "Ubicación de usuario obtenida correctamente.",
"User menu": "",
"User Webhooks": "Usuario Webhooks", "User Webhooks": "Usuario Webhooks",
"Username": "Nombre de Usuario", "Username": "Nombre de Usuario",
"Users": "Usuarios", "Users": "Usuarios",

View File

@ -23,6 +23,7 @@
"Account": "Konto", "Account": "Konto",
"Account Activation Pending": "Konto aktiveerimine ootel", "Account Activation Pending": "Konto aktiveerimine ootel",
"Accurate information": "Täpne informatsioon", "Accurate information": "Täpne informatsioon",
"Action": "",
"Actions": "Toimingud", "Actions": "Toimingud",
"Activate": "Aktiveeri", "Activate": "Aktiveeri",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktiveeri see käsk, trükkides \"/{{COMMAND}}\" vestluse sisendritta.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktiveeri see käsk, trükkides \"/{{COMMAND}}\" vestluse sisendritta.",
@ -145,6 +146,7 @@
"Bad Response": "Halb vastus", "Bad Response": "Halb vastus",
"Banners": "Bännerid", "Banners": "Bännerid",
"Base Model (From)": "Baas mudel (Allikas)", "Base Model (From)": "Baas mudel (Allikas)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "enne", "before": "enne",
"Being lazy": "Laisklemine", "Being lazy": "Laisklemine",
"Beta": "Beeta", "Beta": "Beeta",
@ -157,7 +159,7 @@
"By {{name}}": "Autor: {{name}}", "By {{name}}": "Autor: {{name}}",
"Bypass Embedding and Retrieval": "Möödaminek sisestamisest ja taastamisest", "Bypass Embedding and Retrieval": "Möödaminek sisestamisest ja taastamisest",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Kalender", "Calendar": "Kalender",
"Call": "Kõne", "Call": "Kõne",
"Call feature is not supported when using Web STT engine": "Kõnefunktsioon ei ole Web STT mootorit kasutades toetatud", "Call feature is not supported when using Web STT engine": "Kõnefunktsioon ei ole Web STT mootorit kasutades toetatud",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI töövoog", "ComfyUI Workflow": "ComfyUI töövoog",
"ComfyUI Workflow Nodes": "ComfyUI töövoo sõlmed", "ComfyUI Workflow Nodes": "ComfyUI töövoo sõlmed",
"Command": "Käsk", "Command": "Käsk",
"Comment": "",
"Completions": "Lõpetamised", "Completions": "Lõpetamised",
"Concurrent Requests": "Samaaegsed päringud", "Concurrent Requests": "Samaaegsed päringud",
"Configure": "Konfigureeri", "Configure": "Konfigureeri",
@ -345,6 +348,7 @@
"Direct Connections": "Otsesed ühendused", "Direct Connections": "Otsesed ühendused",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Otsesed ühendused võimaldavad kasutajatel ühenduda oma OpenAI-ga ühilduvate API lõpp-punktidega.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Otsesed ühendused võimaldavad kasutajatel ühenduda oma OpenAI-ga ühilduvate API lõpp-punktidega.",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Keelatud", "Disabled": "Keelatud",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Avasta, laadi alla ja uuri kohandatud vihjeid", "Discover, download, and explore custom prompts": "Avasta, laadi alla ja uuri kohandatud vihjeid",
"Discover, download, and explore custom tools": "Avasta, laadi alla ja uuri kohandatud tööriistu", "Discover, download, and explore custom tools": "Avasta, laadi alla ja uuri kohandatud tööriistu",
"Discover, download, and explore model presets": "Avasta, laadi alla ja uuri mudeli eelseadistusi", "Discover, download, and explore model presets": "Avasta, laadi alla ja uuri mudeli eelseadistusi",
"Dismissible": "Sulgetav",
"Display": "Kuva", "Display": "Kuva",
"Display Emoji in Call": "Kuva kõnes emoji", "Display Emoji in Call": "Kuva kõnes emoji",
"Display the username instead of You in the Chat": "Kuva vestluses 'Sina' asemel kasutajanimi", "Display the username instead of You in the Chat": "Kuva vestluses 'Sina' asemel kasutajanimi",
@ -411,6 +414,8 @@
"Edit Memory": "Muuda mälu", "Edit Memory": "Muuda mälu",
"Edit User": "Muuda kasutajat", "Edit User": "Muuda kasutajat",
"Edit User Group": "Muuda kasutajagruppi", "Edit User Group": "Muuda kasutajagruppi",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "E-post", "Email": "E-post",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "Fail edukalt üles laaditud", "File uploaded successfully": "Fail edukalt üles laaditud",
"Files": "Failid", "Files": "Failid",
"Filter": "",
"Filter is now globally disabled": "Filter on nüüd globaalselt keelatud", "Filter is now globally disabled": "Filter on nüüd globaalselt keelatud",
"Filter is now globally enabled": "Filter on nüüd globaalselt lubatud", "Filter is now globally enabled": "Filter on nüüd globaalselt lubatud",
"Filters": "Filtrid", "Filters": "Filtrid",
@ -658,6 +664,7 @@
"Generate prompt pair": "Genereeri vihjete paar", "Generate prompt pair": "Genereeri vihjete paar",
"Generating search query": "Otsinguküsimuse genereerimine", "Generating search query": "Otsinguküsimuse genereerimine",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "Alusta", "Get started": "Alusta",
"Get started with {{WEBUI_NAME}}": "Alusta {{WEBUI_NAME}} kasutamist", "Get started with {{WEBUI_NAME}}": "Alusta {{WEBUI_NAME}} kasutamist",
"Global": "Globaalne", "Global": "Globaalne",
@ -724,6 +731,9 @@
"Info": "Info", "Info": "Info",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Sisendkäsud", "Input commands": "Sisendkäsud",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Installige Github URL-ilt", "Install from Github URL": "Installige Github URL-ilt",
"Instant Auto-Send After Voice Transcription": "Kohene automaatne saatmine pärast hääle transkriptsiooni", "Instant Auto-Send After Voice Transcription": "Kohene automaatne saatmine pärast hääle transkriptsiooni",
"Integration": "Integratsioon", "Integration": "Integratsioon",
@ -841,7 +851,6 @@
"Model Filtering": "Mudeli filtreerimine", "Model Filtering": "Mudeli filtreerimine",
"Model ID": "Mudeli ID", "Model ID": "Mudeli ID",
"Model IDs": "Mudeli ID-d", "Model IDs": "Mudeli ID-d",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Mudeli nimi", "Model Name": "Mudeli nimi",
"Model not selected": "Mudel pole valitud", "Model not selected": "Mudel pole valitud",
"Model Params": "Mudeli parameetrid", "Model Params": "Mudeli parameetrid",
@ -972,6 +981,7 @@
"Pin": "Kinnita", "Pin": "Kinnita",
"Pinned": "Kinnitatud", "Pinned": "Kinnitatud",
"Pioneer insights": "Pioneeri arusaamad", "Pioneer insights": "Pioneeri arusaamad",
"Pipe": "",
"Pipeline deleted successfully": "Torustik edukalt kustutatud", "Pipeline deleted successfully": "Torustik edukalt kustutatud",
"Pipeline downloaded successfully": "Torustik edukalt alla laaditud", "Pipeline downloaded successfully": "Torustik edukalt alla laaditud",
"Pipelines": "Torustikud", "Pipelines": "Torustikud",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "Asjakohasus", "Relevance": "Asjakohasus",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Eemalda", "Remove": "Eemalda",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Eemalda mudel", "Remove Model": "Eemalda mudel",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Nimeta ümber", "Rename": "Nimeta ümber",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Lähtesta üleslaadimiste kataloog", "Reset Upload Directory": "Lähtesta üleslaadimiste kataloog",
"Reset Vector Storage/Knowledge": "Lähtesta vektormälu/teadmised", "Reset Vector Storage/Knowledge": "Lähtesta vektormälu/teadmised",
"Reset view": "Lähtesta vaade", "Reset view": "Lähtesta vaade",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Vastuste teavitusi ei saa aktiveerida, kuna veebisaidi õigused on keelatud. Vajalike juurdepääsude andmiseks külastage oma brauseri seadeid.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Vastuste teavitusi ei saa aktiveerida, kuna veebisaidi õigused on keelatud. Vajalike juurdepääsude andmiseks külastage oma brauseri seadeid.",
"Response splitting": "Vastuse tükeldamine", "Response splitting": "Vastuse tükeldamine",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Näita \"Mis on uut\" modaalakent sisselogimisel", "Show \"What's New\" modal on login": "Näita \"Mis on uut\" modaalakent sisselogimisel",
"Show Admin Details in Account Pending Overlay": "Näita administraatori üksikasju konto ootel kattekihil", "Show Admin Details in Account Pending Overlay": "Näita administraatori üksikasju konto ootel kattekihil",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Näita otseteid", "Show shortcuts": "Näita otseteid",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "See tagab, et teie väärtuslikud vestlused salvestatakse turvaliselt teie tagarakenduse andmebaasi. Täname!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "See tagab, et teie väärtuslikud vestlused salvestatakse turvaliselt teie tagarakenduse andmebaasi. Täname!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "See on katsetuslik funktsioon, see ei pruugi toimida ootuspäraselt ja võib igal ajal muutuda.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "See on katsetuslik funktsioon, see ei pruugi toimida ootuspäraselt ja võib igal ajal muutuda.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "kasutaja", "user": "kasutaja",
"User": "Kasutaja", "User": "Kasutaja",
"User location successfully retrieved.": "Kasutaja asukoht edukalt hangitud.", "User location successfully retrieved.": "Kasutaja asukoht edukalt hangitud.",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "Kasutajanimi", "Username": "Kasutajanimi",
"Users": "Kasutajad", "Users": "Kasutajad",

View File

@ -23,6 +23,7 @@
"Account": "Kontua", "Account": "Kontua",
"Account Activation Pending": "Kontuaren Aktibazioa Zain", "Account Activation Pending": "Kontuaren Aktibazioa Zain",
"Accurate information": "Informazio zehatza", "Accurate information": "Informazio zehatza",
"Action": "",
"Actions": "Ekintzak", "Actions": "Ekintzak",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "\"/{{COMMAND}}\" idatziz aktibatu komando hau txataren sarreran.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "\"/{{COMMAND}}\" idatziz aktibatu komando hau txataren sarreran.",
@ -145,6 +146,7 @@
"Bad Response": "Erantzun Txarra", "Bad Response": "Erantzun Txarra",
"Banners": "Bannerrak", "Banners": "Bannerrak",
"Base Model (From)": "Oinarrizko Eredua (Nondik)", "Base Model (From)": "Oinarrizko Eredua (Nondik)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "aurretik", "before": "aurretik",
"Being lazy": "Alferra izatea", "Being lazy": "Alferra izatea",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "{{name}}-k", "By {{name}}": "{{name}}-k",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "Deia", "Call": "Deia",
"Call feature is not supported when using Web STT engine": "Dei funtzioa ez da onartzen Web STT motorra erabiltzean", "Call feature is not supported when using Web STT engine": "Dei funtzioa ez da onartzen Web STT motorra erabiltzean",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI Lan-fluxua", "ComfyUI Workflow": "ComfyUI Lan-fluxua",
"ComfyUI Workflow Nodes": "ComfyUI Lan-fluxu Nodoak", "ComfyUI Workflow Nodes": "ComfyUI Lan-fluxu Nodoak",
"Command": "Komandoa", "Command": "Komandoa",
"Comment": "",
"Completions": "Osatzeak", "Completions": "Osatzeak",
"Concurrent Requests": "Eskari Konkurrenteak", "Concurrent Requests": "Eskari Konkurrenteak",
"Configure": "Konfiguratu", "Configure": "Konfiguratu",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Desgaituta", "Disabled": "Desgaituta",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Aurkitu, deskargatu eta esploratu prompt pertsonalizatuak", "Discover, download, and explore custom prompts": "Aurkitu, deskargatu eta esploratu prompt pertsonalizatuak",
"Discover, download, and explore custom tools": "Aurkitu, deskargatu eta esploratu tresna pertsonalizatuak", "Discover, download, and explore custom tools": "Aurkitu, deskargatu eta esploratu tresna pertsonalizatuak",
"Discover, download, and explore model presets": "Aurkitu, deskargatu eta esploratu ereduen aurrezarpenak", "Discover, download, and explore model presets": "Aurkitu, deskargatu eta esploratu ereduen aurrezarpenak",
"Dismissible": "Baztergarria",
"Display": "Bistaratu", "Display": "Bistaratu",
"Display Emoji in Call": "Bistaratu Emojiak Deietan", "Display Emoji in Call": "Bistaratu Emojiak Deietan",
"Display the username instead of You in the Chat": "Erakutsi erabiltzaile-izena Zu-ren ordez Txatean", "Display the username instead of You in the Chat": "Erakutsi erabiltzaile-izena Zu-ren ordez Txatean",
@ -411,6 +414,8 @@
"Edit Memory": "Editatu Memoria", "Edit Memory": "Editatu Memoria",
"Edit User": "Editatu Erabiltzailea", "Edit User": "Editatu Erabiltzailea",
"Edit User Group": "Editatu Erabiltzaile Taldea", "Edit User Group": "Editatu Erabiltzaile Taldea",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "Posta elektronikoa", "Email": "Posta elektronikoa",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "Fitxategiak", "Files": "Fitxategiak",
"Filter": "",
"Filter is now globally disabled": "Iragazkia orain globalki desgaituta dago", "Filter is now globally disabled": "Iragazkia orain globalki desgaituta dago",
"Filter is now globally enabled": "Iragazkia orain globalki gaituta dago", "Filter is now globally enabled": "Iragazkia orain globalki gaituta dago",
"Filters": "Iragazkiak", "Filters": "Iragazkiak",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "Bilaketa kontsulta sortzen", "Generating search query": "Bilaketa kontsulta sortzen",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "Hasi", "Get started": "Hasi",
"Get started with {{WEBUI_NAME}}": "Hasi {{WEBUI_NAME}}-rekin", "Get started with {{WEBUI_NAME}}": "Hasi {{WEBUI_NAME}}-rekin",
"Global": "Globala", "Global": "Globala",
@ -724,6 +731,9 @@
"Info": "Informazioa", "Info": "Informazioa",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Sartu komandoak", "Input commands": "Sartu komandoak",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instalatu Github URLtik", "Install from Github URL": "Instalatu Github URLtik",
"Instant Auto-Send After Voice Transcription": "Bidalketa Automatiko Berehalakoa Ahots Transkripzioaren Ondoren", "Instant Auto-Send After Voice Transcription": "Bidalketa Automatiko Berehalakoa Ahots Transkripzioaren Ondoren",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "Modelo iragazketa", "Model Filtering": "Modelo iragazketa",
"Model ID": "Modelo ID", "Model ID": "Modelo ID",
"Model IDs": "Modelo IDak", "Model IDs": "Modelo IDak",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Modeloaren izena", "Model Name": "Modeloaren izena",
"Model not selected": "Ez da modelorik hautatu", "Model not selected": "Ez da modelorik hautatu",
"Model Params": "Modelo parametroak", "Model Params": "Modelo parametroak",
@ -972,6 +981,7 @@
"Pin": "Ainguratu", "Pin": "Ainguratu",
"Pinned": "Ainguratuta", "Pinned": "Ainguratuta",
"Pioneer insights": "Ikuspegi aitzindariak", "Pioneer insights": "Ikuspegi aitzindariak",
"Pipe": "",
"Pipeline deleted successfully": "Pipeline-a ongi ezabatu da", "Pipeline deleted successfully": "Pipeline-a ongi ezabatu da",
"Pipeline downloaded successfully": "Pipeline-a ongi deskargatu da", "Pipeline downloaded successfully": "Pipeline-a ongi deskargatu da",
"Pipelines": "Pipeline-ak", "Pipelines": "Pipeline-ak",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "Garrantzia", "Relevance": "Garrantzia",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Kendu", "Remove": "Kendu",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Kendu modeloa", "Remove Model": "Kendu modeloa",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Berrizendatu", "Rename": "Berrizendatu",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Berrezarri karga direktorioa", "Reset Upload Directory": "Berrezarri karga direktorioa",
"Reset Vector Storage/Knowledge": "Berrezarri bektore biltegia/ezagutza", "Reset Vector Storage/Knowledge": "Berrezarri bektore biltegia/ezagutza",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Erantzunen jakinarazpenak ezin dira aktibatu webgunearen baimenak ukatu direlako. Mesedez, bisitatu zure nabigatzailearen ezarpenak beharrezko sarbidea emateko.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Erantzunen jakinarazpenak ezin dira aktibatu webgunearen baimenak ukatu direlako. Mesedez, bisitatu zure nabigatzailearen ezarpenak beharrezko sarbidea emateko.",
"Response splitting": "Erantzun banaketa", "Response splitting": "Erantzun banaketa",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Erakutsi \"Berritasunak\" modala saioa hastean", "Show \"What's New\" modal on login": "Erakutsi \"Berritasunak\" modala saioa hastean",
"Show Admin Details in Account Pending Overlay": "Erakutsi administratzaile xehetasunak kontu zain geruzan", "Show Admin Details in Account Pending Overlay": "Erakutsi administratzaile xehetasunak kontu zain geruzan",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Erakutsi lasterbideak", "Show shortcuts": "Erakutsi lasterbideak",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Honek zure elkarrizketa baliotsuak modu seguruan zure backend datu-basean gordeko direla ziurtatzen du. Eskerrik asko!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Honek zure elkarrizketa baliotsuak modu seguruan zure backend datu-basean gordeko direla ziurtatzen du. Eskerrik asko!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Hau funtzionalitate esperimental bat da, baliteke espero bezala ez funtzionatzea eta edozein unetan aldaketak izatea.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Hau funtzionalitate esperimental bat da, baliteke espero bezala ez funtzionatzea eta edozein unetan aldaketak izatea.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "erabiltzailea", "user": "erabiltzailea",
"User": "Erabiltzailea", "User": "Erabiltzailea",
"User location successfully retrieved.": "Erabiltzailearen kokapena ongi berreskuratu da.", "User location successfully retrieved.": "Erabiltzailearen kokapena ongi berreskuratu da.",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "Erabiltzaile-izena", "Username": "Erabiltzaile-izena",
"Users": "Erabiltzaileak", "Users": "Erabiltzaileak",

View File

@ -23,6 +23,7 @@
"Account": "حساب کاربری", "Account": "حساب کاربری",
"Account Activation Pending": "فعال\u200cسازی حساب در حال انتظار", "Account Activation Pending": "فعال\u200cسازی حساب در حال انتظار",
"Accurate information": "اطلاعات دقیق", "Accurate information": "اطلاعات دقیق",
"Action": "",
"Actions": "کنش\u200cها", "Actions": "کنش\u200cها",
"Activate": "فعال کردن", "Activate": "فعال کردن",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "این دستور را با تایپ \"/{{COMMAND}}\" در ورودی چت فعال کنید.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "این دستور را با تایپ \"/{{COMMAND}}\" در ورودی چت فعال کنید.",
@ -145,6 +146,7 @@
"Bad Response": "پاسخ خوب نیست", "Bad Response": "پاسخ خوب نیست",
"Banners": "بنر", "Banners": "بنر",
"Base Model (From)": "مدل پایه (از)", "Base Model (From)": "مدل پایه (از)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "قبل", "before": "قبل",
"Being lazy": "حالت سازنده", "Being lazy": "حالت سازنده",
"Beta": "بتا", "Beta": "بتا",
@ -157,7 +159,7 @@
"By {{name}}": "توسط {{name}}", "By {{name}}": "توسط {{name}}",
"Bypass Embedding and Retrieval": "دور زدن جاسازی و بازیابی", "Bypass Embedding and Retrieval": "دور زدن جاسازی و بازیابی",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "تقویم", "Calendar": "تقویم",
"Call": "تماس", "Call": "تماس",
"Call feature is not supported when using Web STT engine": "ویژگی تماس هنگام استفاده از موتور Web STT پشتیبانی نمی\u200cشود", "Call feature is not supported when using Web STT engine": "ویژگی تماس هنگام استفاده از موتور Web STT پشتیبانی نمی\u200cشود",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "گردش کار کومیوآی", "ComfyUI Workflow": "گردش کار کومیوآی",
"ComfyUI Workflow Nodes": "گره\u200cهای گردش کار کومیوآی", "ComfyUI Workflow Nodes": "گره\u200cهای گردش کار کومیوآی",
"Command": "دستور", "Command": "دستور",
"Comment": "",
"Completions": "تکمیل\u200cها", "Completions": "تکمیل\u200cها",
"Concurrent Requests": "درخواست های همزمان", "Concurrent Requests": "درخواست های همزمان",
"Configure": "پیکربندی", "Configure": "پیکربندی",
@ -345,6 +348,7 @@
"Direct Connections": "اتصالات مستقیم", "Direct Connections": "اتصالات مستقیم",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "اتصالات مستقیم به کاربران اجازه می\u200cدهد به نقاط پایانی API سازگار با OpenAI خود متصل شوند.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "اتصالات مستقیم به کاربران اجازه می\u200cدهد به نقاط پایانی API سازگار با OpenAI خود متصل شوند.",
"Direct Tool Servers": "سرورهای ابزار مستقیم", "Direct Tool Servers": "سرورهای ابزار مستقیم",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "غیرفعال", "Disabled": "غیرفعال",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "پرامپت\u200cهای سفارشی را کشف، دانلود و کاوش کنید", "Discover, download, and explore custom prompts": "پرامپت\u200cهای سفارشی را کشف، دانلود و کاوش کنید",
"Discover, download, and explore custom tools": "کشف، دانلود و کاوش ابزارهای سفارشی", "Discover, download, and explore custom tools": "کشف، دانلود و کاوش ابزارهای سفارشی",
"Discover, download, and explore model presets": "پیش تنظیمات مدل را کشف، دانلود و کاوش کنید", "Discover, download, and explore model presets": "پیش تنظیمات مدل را کشف، دانلود و کاوش کنید",
"Dismissible": "قابل رد کردن",
"Display": "نمایش", "Display": "نمایش",
"Display Emoji in Call": "نمایش اموجی در تماس", "Display Emoji in Call": "نمایش اموجی در تماس",
"Display the username instead of You in the Chat": "نمایش نام کاربری به جای «شما» در چت", "Display the username instead of You in the Chat": "نمایش نام کاربری به جای «شما» در چت",
@ -411,6 +414,8 @@
"Edit Memory": "ویرایش حافظه", "Edit Memory": "ویرایش حافظه",
"Edit User": "ویرایش کاربر", "Edit User": "ویرایش کاربر",
"Edit User Group": "ویرایش گروه کاربری", "Edit User Group": "ویرایش گروه کاربری",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "الون\u200cلبز", "ElevenLabs": "الون\u200cلبز",
"Email": "ایمیل", "Email": "ایمیل",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "پرونده با موفقیت بارگذاری شد", "File uploaded successfully": "پرونده با موفقیت بارگذاری شد",
"Files": "پرونده\u200cها", "Files": "پرونده\u200cها",
"Filter": "",
"Filter is now globally disabled": "فیلتر به صورت سراسری غیرفعال شد", "Filter is now globally disabled": "فیلتر به صورت سراسری غیرفعال شد",
"Filter is now globally enabled": "فیلتر به صورت سراسری فعال شد", "Filter is now globally enabled": "فیلتر به صورت سراسری فعال شد",
"Filters": "فیلترها", "Filters": "فیلترها",
@ -658,6 +664,7 @@
"Generate prompt pair": "تولید جفت پرامپت", "Generate prompt pair": "تولید جفت پرامپت",
"Generating search query": "در حال تولید پرسوجوی جستجو", "Generating search query": "در حال تولید پرسوجوی جستجو",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "شروع کنید", "Get started": "شروع کنید",
"Get started with {{WEBUI_NAME}}": "شروع کار با {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "شروع کار با {{WEBUI_NAME}}",
"Global": "سراسری", "Global": "سراسری",
@ -724,6 +731,9 @@
"Info": "اطلاعات", "Info": "اطلاعات",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "کل محتوا را به عنوان زمینه برای پردازش جامع تزریق کنید، این برای پرس\u200cوجوهای پیچیده توصیه می\u200cشود.", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "کل محتوا را به عنوان زمینه برای پردازش جامع تزریق کنید، این برای پرس\u200cوجوهای پیچیده توصیه می\u200cشود.",
"Input commands": "ورودی دستورات", "Input commands": "ورودی دستورات",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "نصب از ادرس Github", "Install from Github URL": "نصب از ادرس Github",
"Instant Auto-Send After Voice Transcription": "ارسال خودکار فوری پس از رونویسی صوتی", "Instant Auto-Send After Voice Transcription": "ارسال خودکار فوری پس از رونویسی صوتی",
"Integration": "یکپارچه\u200cسازی", "Integration": "یکپارچه\u200cسازی",
@ -841,7 +851,6 @@
"Model Filtering": "فیلتر کردن مدل", "Model Filtering": "فیلتر کردن مدل",
"Model ID": "شناسه مدل", "Model ID": "شناسه مدل",
"Model IDs": "شناسه\u200cهای مدل", "Model IDs": "شناسه\u200cهای مدل",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "نام مدل", "Model Name": "نام مدل",
"Model not selected": "مدل انتخاب نشده", "Model not selected": "مدل انتخاب نشده",
"Model Params": "مدل پارامز", "Model Params": "مدل پارامز",
@ -972,6 +981,7 @@
"Pin": "پین کردن", "Pin": "پین کردن",
"Pinned": "پین شده", "Pinned": "پین شده",
"Pioneer insights": "بینش\u200cهای پیشگام", "Pioneer insights": "بینش\u200cهای پیشگام",
"Pipe": "",
"Pipeline deleted successfully": "خط لوله با موفقیت حذف شد", "Pipeline deleted successfully": "خط لوله با موفقیت حذف شد",
"Pipeline downloaded successfully": "خط لوله با موفقیت دانلود شد", "Pipeline downloaded successfully": "خط لوله با موفقیت دانلود شد",
"Pipelines": "خط لوله", "Pipelines": "خط لوله",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "ارتباط", "Relevance": "ارتباط",
"Relevance Threshold": "آستانه ارتباط", "Relevance Threshold": "آستانه ارتباط",
"Remember Dismissal": "",
"Remove": "حذف", "Remove": "حذف",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "حذف مدل", "Remove Model": "حذف مدل",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "تغییر نام", "Rename": "تغییر نام",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "بازنشانی پوشه آپلود", "Reset Upload Directory": "بازنشانی پوشه آپلود",
"Reset Vector Storage/Knowledge": "بازنشانی ذخیره\u200cسازی برداری/دانش", "Reset Vector Storage/Knowledge": "بازنشانی ذخیره\u200cسازی برداری/دانش",
"Reset view": "بازنشانی نما", "Reset view": "بازنشانی نما",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "اعلان\u200cهای پاسخ نمی\u200cتوانند فعال شوند زیرا مجوزهای وب\u200cسایت رد شده\u200cاند. لطفاً تنظیمات مرورگر خود را برای اعطای دسترسی لازم بررسی کنید.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "اعلان\u200cهای پاسخ نمی\u200cتوانند فعال شوند زیرا مجوزهای وب\u200cسایت رد شده\u200cاند. لطفاً تنظیمات مرورگر خود را برای اعطای دسترسی لازم بررسی کنید.",
"Response splitting": "تقسیم پاسخ", "Response splitting": "تقسیم پاسخ",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "نمایش مودال \"موارد جدید\" هنگام ورود", "Show \"What's New\" modal on login": "نمایش مودال \"موارد جدید\" هنگام ورود",
"Show Admin Details in Account Pending Overlay": "نمایش جزئیات مدیر در پوشش حساب در انتظار", "Show Admin Details in Account Pending Overlay": "نمایش جزئیات مدیر در پوشش حساب در انتظار",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "نمایش مدل", "Show Model": "نمایش مدل",
"Show shortcuts": "نمایش میانبرها", "Show shortcuts": "نمایش میانبرها",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "این کانال در {{createdAt}} ایجاد شد. این آغاز کانال {{channelName}} است.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "این کانال در {{createdAt}} ایجاد شد. این آغاز کانال {{channelName}} است.",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "این اطمینان می\u200cدهد که مکالمات ارزشمند شما به طور امن در پایگاه داده پشتیبان ذخیره می\u200cشوند. متشکریم!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "این اطمینان می\u200cدهد که مکالمات ارزشمند شما به طور امن در پایگاه داده پشتیبان ذخیره می\u200cشوند. متشکریم!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "این یک ویژگی آزمایشی است، ممکن است طبق انتظار کار نکند و در هر زمان ممکن است تغییر کند.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "این یک ویژگی آزمایشی است، ممکن است طبق انتظار کار نکند و در هر زمان ممکن است تغییر کند.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "کاربر", "user": "کاربر",
"User": "کاربر", "User": "کاربر",
"User location successfully retrieved.": "موقعیت مکانی کاربر با موفقیت دریافت شد.", "User location successfully retrieved.": "موقعیت مکانی کاربر با موفقیت دریافت شد.",
"User menu": "",
"User Webhooks": "وب\u200cهوک\u200cهای کاربر", "User Webhooks": "وب\u200cهوک\u200cهای کاربر",
"Username": "نام کاربری", "Username": "نام کاربری",
"Users": "کاربران", "Users": "کاربران",

View File

@ -23,6 +23,7 @@
"Account": "Tili", "Account": "Tili",
"Account Activation Pending": "Tilin aktivointi odottaa", "Account Activation Pending": "Tilin aktivointi odottaa",
"Accurate information": "Tarkkaa tietoa", "Accurate information": "Tarkkaa tietoa",
"Action": "",
"Actions": "Toiminnot", "Actions": "Toiminnot",
"Activate": "Aktivoi", "Activate": "Aktivoi",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivoi tämä komento kirjoittamalla \"/{{COMMAND}}\" chat-syötteeseen.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivoi tämä komento kirjoittamalla \"/{{COMMAND}}\" chat-syötteeseen.",
@ -145,6 +146,7 @@
"Bad Response": "Huono vastaus", "Bad Response": "Huono vastaus",
"Banners": "Bannerit", "Banners": "Bannerit",
"Base Model (From)": "Perusmalli (alkaen)", "Base Model (From)": "Perusmalli (alkaen)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "ennen", "before": "ennen",
"Being lazy": "Oli laiska", "Being lazy": "Oli laiska",
"Beta": "Beta", "Beta": "Beta",
@ -157,7 +159,7 @@
"By {{name}}": "Tekijä {{name}}", "By {{name}}": "Tekijä {{name}}",
"Bypass Embedding and Retrieval": "Ohita upotus ja haku", "Bypass Embedding and Retrieval": "Ohita upotus ja haku",
"Bypass Web Loader": "Ohita verkkolataaja", "Bypass Web Loader": "Ohita verkkolataaja",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Kalenteri", "Calendar": "Kalenteri",
"Call": "Puhelu", "Call": "Puhelu",
"Call feature is not supported when using Web STT engine": "Puhelutoimintoa ei tueta käytettäessä web-puheentunnistusmoottoria", "Call feature is not supported when using Web STT engine": "Puhelutoimintoa ei tueta käytettäessä web-puheentunnistusmoottoria",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI-työnkulku", "ComfyUI Workflow": "ComfyUI-työnkulku",
"ComfyUI Workflow Nodes": "ComfyUI-työnkulun solmut", "ComfyUI Workflow Nodes": "ComfyUI-työnkulun solmut",
"Command": "Komento", "Command": "Komento",
"Comment": "",
"Completions": "Täydennykset", "Completions": "Täydennykset",
"Concurrent Requests": "Samanaikaiset pyynnöt", "Concurrent Requests": "Samanaikaiset pyynnöt",
"Configure": "Määritä", "Configure": "Määritä",
@ -345,6 +348,7 @@
"Direct Connections": "Suorat yhteydet", "Direct Connections": "Suorat yhteydet",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Suorat yhteydet mahdollistavat käyttäjien yhdistää omia OpenAI-yhteensopivia API-päätepisteitä.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Suorat yhteydet mahdollistavat käyttäjien yhdistää omia OpenAI-yhteensopivia API-päätepisteitä.",
"Direct Tool Servers": "Suorat työkalu palvelimet", "Direct Tool Servers": "Suorat työkalu palvelimet",
"Disable Code Interpreter": "",
"Disable Image Extraction": "Poista kuvien poiminta käytöstä", "Disable Image Extraction": "Poista kuvien poiminta käytöstä",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "Poista kuvien poiminta käytöstä PDF tiedostoista. Jos LLM on käytössä, kuvat tekstitetään automaattisesti. Oletuksena ei käytössä.", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "Poista kuvien poiminta käytöstä PDF tiedostoista. Jos LLM on käytössä, kuvat tekstitetään automaattisesti. Oletuksena ei käytössä.",
"Disabled": "Ei käytössä", "Disabled": "Ei käytössä",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Löydä ja lataa mukautettuja kehotteita", "Discover, download, and explore custom prompts": "Löydä ja lataa mukautettuja kehotteita",
"Discover, download, and explore custom tools": "Etsi, lataa ja tutki mukautettuja työkaluja", "Discover, download, and explore custom tools": "Etsi, lataa ja tutki mukautettuja työkaluja",
"Discover, download, and explore model presets": "Löydä ja lataa mallien esiasetuksia", "Discover, download, and explore model presets": "Löydä ja lataa mallien esiasetuksia",
"Dismissible": "Ohitettavissa",
"Display": "Näytä", "Display": "Näytä",
"Display Emoji in Call": "Näytä hymiöitä puhelussa", "Display Emoji in Call": "Näytä hymiöitä puhelussa",
"Display the username instead of You in the Chat": "Näytä käyttäjänimi keskustelussa \"Sinä\" -tekstin sijaan", "Display the username instead of You in the Chat": "Näytä käyttäjänimi keskustelussa \"Sinä\" -tekstin sijaan",
@ -411,6 +414,8 @@
"Edit Memory": "Muokkaa muistia", "Edit Memory": "Muokkaa muistia",
"Edit User": "Muokkaa käyttäjää", "Edit User": "Muokkaa käyttäjää",
"Edit User Group": "Muokkaa käyttäjäryhmää", "Edit User Group": "Muokkaa käyttäjäryhmää",
"Edited": "",
"Editing": "",
"Eject": "Poista", "Eject": "Poista",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "Sähköposti", "Email": "Sähköposti",
@ -611,6 +616,7 @@
"File Upload": "Tiedoston lataus", "File Upload": "Tiedoston lataus",
"File uploaded successfully": "Tiedosto ladattiin onnistuneesti", "File uploaded successfully": "Tiedosto ladattiin onnistuneesti",
"Files": "Tiedostot", "Files": "Tiedostot",
"Filter": "",
"Filter is now globally disabled": "Suodatin on nyt poistettu käytöstä globaalisti", "Filter is now globally disabled": "Suodatin on nyt poistettu käytöstä globaalisti",
"Filter is now globally enabled": "Suodatin on nyt otettu käyttöön globaalisti", "Filter is now globally enabled": "Suodatin on nyt otettu käyttöön globaalisti",
"Filters": "Suodattimet", "Filters": "Suodattimet",
@ -658,6 +664,7 @@
"Generate prompt pair": "Luo kehotepari", "Generate prompt pair": "Luo kehotepari",
"Generating search query": "Luodaan hakukyselyä", "Generating search query": "Luodaan hakukyselyä",
"Generating...": "Luodaan...", "Generating...": "Luodaan...",
"Get information on {{name}} in the UI": "",
"Get started": "Aloita", "Get started": "Aloita",
"Get started with {{WEBUI_NAME}}": "Aloita käyttämään {{WEBUI_NAME}}:iä", "Get started with {{WEBUI_NAME}}": "Aloita käyttämään {{WEBUI_NAME}}:iä",
"Global": "Yleinen", "Global": "Yleinen",
@ -724,6 +731,9 @@
"Info": "Tiedot", "Info": "Tiedot",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Upota koko sisältö kontekstiin kattavaa käsittelyä varten. Tätä suositellaan monimutkaisille kyselyille.", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Upota koko sisältö kontekstiin kattavaa käsittelyä varten. Tätä suositellaan monimutkaisille kyselyille.",
"Input commands": "Syötekäskyt", "Input commands": "Syötekäskyt",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Asenna Github-URL:stä", "Install from Github URL": "Asenna Github-URL:stä",
"Instant Auto-Send After Voice Transcription": "Heti automaattinen lähetys äänitunnistuksen jälkeen", "Instant Auto-Send After Voice Transcription": "Heti automaattinen lähetys äänitunnistuksen jälkeen",
"Integration": "Integrointi", "Integration": "Integrointi",
@ -841,7 +851,6 @@
"Model Filtering": "Mallin suodatus", "Model Filtering": "Mallin suodatus",
"Model ID": "Mallin tunnus", "Model ID": "Mallin tunnus",
"Model IDs": "Mallitunnukset", "Model IDs": "Mallitunnukset",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Mallin nimi", "Model Name": "Mallin nimi",
"Model not selected": "Mallia ei ole valittu", "Model not selected": "Mallia ei ole valittu",
"Model Params": "Mallin parametrit", "Model Params": "Mallin parametrit",
@ -972,6 +981,7 @@
"Pin": "Kiinnitä", "Pin": "Kiinnitä",
"Pinned": "Kiinnitetty", "Pinned": "Kiinnitetty",
"Pioneer insights": "Pioneerin oivalluksia", "Pioneer insights": "Pioneerin oivalluksia",
"Pipe": "",
"Pipeline deleted successfully": "Putki poistettu onnistuneesti", "Pipeline deleted successfully": "Putki poistettu onnistuneesti",
"Pipeline downloaded successfully": "Putki ladattu onnistuneesti", "Pipeline downloaded successfully": "Putki ladattu onnistuneesti",
"Pipelines": "Putkistot", "Pipelines": "Putkistot",
@ -1037,8 +1047,12 @@
"Releases": "Julkaisut", "Releases": "Julkaisut",
"Relevance": "Relevanssi", "Relevance": "Relevanssi",
"Relevance Threshold": "Relevanssikynnys", "Relevance Threshold": "Relevanssikynnys",
"Remember Dismissal": "",
"Remove": "Poista", "Remove": "Poista",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Poista malli", "Remove Model": "Poista malli",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Nimeä uudelleen", "Rename": "Nimeä uudelleen",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Palauta latauspolku", "Reset Upload Directory": "Palauta latauspolku",
"Reset Vector Storage/Knowledge": "Tyhjennä vektoritallennukset/tietämys", "Reset Vector Storage/Knowledge": "Tyhjennä vektoritallennukset/tietämys",
"Reset view": "Palauta näkymä", "Reset view": "Palauta näkymä",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Vastausilmoituksia ei voida ottaa käyttöön, koska verkkosivuston käyttöoikeudet on evätty. Myönnä tarvittavat käyttöoikeudet selaimesi asetuksista.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Vastausilmoituksia ei voida ottaa käyttöön, koska verkkosivuston käyttöoikeudet on evätty. Myönnä tarvittavat käyttöoikeudet selaimesi asetuksista.",
"Response splitting": "Vastauksen jakaminen", "Response splitting": "Vastauksen jakaminen",
"Response Watermark": "Vastauksen vesileima", "Response Watermark": "Vastauksen vesileima",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Näytä \"Mitä uutta\" -modaali kirjautumisen yhteydessä", "Show \"What's New\" modal on login": "Näytä \"Mitä uutta\" -modaali kirjautumisen yhteydessä",
"Show Admin Details in Account Pending Overlay": "Näytä ylläpitäjän tiedot odottavan tilin päällä", "Show Admin Details in Account Pending Overlay": "Näytä ylläpitäjän tiedot odottavan tilin päällä",
"Show All": "Näytä kaikki", "Show All": "Näytä kaikki",
"Show image preview": "",
"Show Less": "Näytä vähemmän", "Show Less": "Näytä vähemmän",
"Show Model": "Näytä malli", "Show Model": "Näytä malli",
"Show shortcuts": "Näytä pikanäppäimet", "Show shortcuts": "Näytä pikanäppäimet",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Tämä kanava on luotiin {{createdAt}}. Tämä on {{channelName}} kanavan alku.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Tämä kanava on luotiin {{createdAt}}. Tämä on {{channelName}} kanavan alku.",
"This chat won't appear in history and your messages will not be saved.": "Tämä keskustelu ei näy historiassa, eikä viestejäsi tallenneta.", "This chat won't appear in history and your messages will not be saved.": "Tämä keskustelu ei näy historiassa, eikä viestejäsi tallenneta.",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Tämä varmistaa, että arvokkaat keskustelusi tallennetaan turvallisesti backend-tietokantaasi. Kiitos!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Tämä varmistaa, että arvokkaat keskustelusi tallennetaan turvallisesti backend-tietokantaasi. Kiitos!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Tämä on kokeellinen ominaisuus, se ei välttämättä toimi odotetulla tavalla ja se voi muuttua milloin tahansa.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Tämä on kokeellinen ominaisuus, se ei välttämättä toimi odotetulla tavalla ja se voi muuttua milloin tahansa.",
"This model is not publicly available. Please select another model.": "Tämä malli ei ole julkisesti saatavilla. Valitse toinen malli.", "This model is not publicly available. Please select another model.": "Tämä malli ei ole julkisesti saatavilla. Valitse toinen malli.",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "Tämä asetus määrittää kuinka kauan malli pysyy ladattuna muistissa pyynnön jälkeen (oletusarvo: 5m)", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "Tämä asetus määrittää kuinka kauan malli pysyy ladattuna muistissa pyynnön jälkeen (oletusarvo: 5m)",
@ -1346,6 +1363,7 @@
"user": "käyttäjä", "user": "käyttäjä",
"User": "Käyttäjä", "User": "Käyttäjä",
"User location successfully retrieved.": "Käyttäjän sijainti haettu onnistuneesti.", "User location successfully retrieved.": "Käyttäjän sijainti haettu onnistuneesti.",
"User menu": "",
"User Webhooks": "Käyttäjän Webhook:it", "User Webhooks": "Käyttäjän Webhook:it",
"Username": "Käyttäjätunnus", "Username": "Käyttäjätunnus",
"Users": "Käyttäjät", "Users": "Käyttäjät",

View File

@ -23,6 +23,7 @@
"Account": "Compte", "Account": "Compte",
"Account Activation Pending": "Activation du compte en attente", "Account Activation Pending": "Activation du compte en attente",
"Accurate information": "Information exacte", "Accurate information": "Information exacte",
"Action": "",
"Actions": "", "Actions": "",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "Mauvaise réponse", "Bad Response": "Mauvaise réponse",
"Banners": "Banniers", "Banners": "Banniers",
"Base Model (From)": "Modèle de base (à partir de)", "Base Model (From)": "Modèle de base (à partir de)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "avant", "before": "avant",
"Being lazy": "Être fainéant", "Being lazy": "Être fainéant",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "Appeler", "Call": "Appeler",
"Call feature is not supported when using Web STT engine": "La fonction d'appel n'est pas prise en charge lors de l'utilisation du moteur Web STT", "Call feature is not supported when using Web STT engine": "La fonction d'appel n'est pas prise en charge lors de l'utilisation du moteur Web STT",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "Commande", "Command": "Commande",
"Comment": "",
"Completions": "", "Completions": "",
"Concurrent Requests": "Demandes concurrentes", "Concurrent Requests": "Demandes concurrentes",
"Configure": "", "Configure": "",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "", "Disabled": "",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Découvrez, téléchargez et explorez des prompts personnalisés", "Discover, download, and explore custom prompts": "Découvrez, téléchargez et explorez des prompts personnalisés",
"Discover, download, and explore custom tools": "Découvrez, téléchargez et explorez des outils personnalisés", "Discover, download, and explore custom tools": "Découvrez, téléchargez et explorez des outils personnalisés",
"Discover, download, and explore model presets": "Découvrir, télécharger et explorer des préréglages de modèles", "Discover, download, and explore model presets": "Découvrir, télécharger et explorer des préréglages de modèles",
"Dismissible": "Fermeture",
"Display": "", "Display": "",
"Display Emoji in Call": "Afficher les emojis pendant l'appel", "Display Emoji in Call": "Afficher les emojis pendant l'appel",
"Display the username instead of You in the Chat": "Afficher le nom d'utilisateur à la place de \"Vous\" dans le Chat", "Display the username instead of You in the Chat": "Afficher le nom d'utilisateur à la place de \"Vous\" dans le Chat",
@ -411,6 +414,8 @@
"Edit Memory": "Modifier la mémoire", "Edit Memory": "Modifier la mémoire",
"Edit User": "Modifier l'utilisateur", "Edit User": "Modifier l'utilisateur",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "", "ElevenLabs": "",
"Email": "E-mail", "Email": "E-mail",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "", "Files": "",
"Filter": "",
"Filter is now globally disabled": "Le filtre est maintenant désactivé globalement", "Filter is now globally disabled": "Le filtre est maintenant désactivé globalement",
"Filter is now globally enabled": "Le filtre est désormais activé globalement", "Filter is now globally enabled": "Le filtre est désormais activé globalement",
"Filters": "Filtres", "Filters": "Filtres",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "Génération d'une requête de recherche", "Generating search query": "Génération d'une requête de recherche",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "Démarrer", "Get started": "Démarrer",
"Get started with {{WEBUI_NAME}}": "Démarrez avec {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Démarrez avec {{WEBUI_NAME}}",
"Global": "Global", "Global": "Global",
@ -724,6 +731,9 @@
"Info": "Info", "Info": "Info",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Entrez les commandes", "Input commands": "Entrez les commandes",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Installer depuis l'URL GitHub", "Install from Github URL": "Installer depuis l'URL GitHub",
"Instant Auto-Send After Voice Transcription": "Envoi automatique instantané après transcription vocale", "Instant Auto-Send After Voice Transcription": "Envoi automatique instantané après transcription vocale",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "ID du modèle", "Model ID": "ID du modèle",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "", "Model Name": "",
"Model not selected": "Modèle non sélectionné", "Model not selected": "Modèle non sélectionné",
"Model Params": "Paramètres du modèle", "Model Params": "Paramètres du modèle",
@ -972,6 +981,7 @@
"Pin": "Épingler", "Pin": "Épingler",
"Pinned": "Épinglé", "Pinned": "Épinglé",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "Le pipeline a été supprimé avec succès", "Pipeline deleted successfully": "Le pipeline a été supprimé avec succès",
"Pipeline downloaded successfully": "Le pipeline a été téléchargé avec succès", "Pipeline downloaded successfully": "Le pipeline a été téléchargé avec succès",
"Pipelines": "Pipelines", "Pipelines": "Pipelines",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "", "Relevance": "",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Retirer", "Remove": "Retirer",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Retirer le modèle", "Remove Model": "Retirer le modèle",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Renommer", "Rename": "Renommer",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Répertoire de téléchargement réinitialisé", "Reset Upload Directory": "Répertoire de téléchargement réinitialisé",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de réponse ne peuvent pas être activées car les autorisations du site web ont été refusées. Veuillez visiter les paramètres de votre navigateur pour accorder l'accès nécessaire.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de réponse ne peuvent pas être activées car les autorisations du site web ont été refusées. Veuillez visiter les paramètres de votre navigateur pour accorder l'accès nécessaire.",
"Response splitting": "Fractionnement de la réponse", "Response splitting": "Fractionnement de la réponse",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "Afficher les détails de l'administrateur dans la superposition en attente du compte", "Show Admin Details in Account Pending Overlay": "Afficher les détails de l'administrateur dans la superposition en attente du compte",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Afficher les raccourcis", "Show shortcuts": "Afficher les raccourcis",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Cela garantit que vos conversations précieuses soient sauvegardées en toute sécurité dans votre base de données backend. Merci !", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Cela garantit que vos conversations précieuses soient sauvegardées en toute sécurité dans votre base de données backend. Merci !",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Il s'agit d'une fonctionnalité expérimentale, elle peut ne pas fonctionner comme prévu et est sujette à modification à tout moment.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Il s'agit d'une fonctionnalité expérimentale, elle peut ne pas fonctionner comme prévu et est sujette à modification à tout moment.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "utilisateur", "user": "utilisateur",
"User": "", "User": "",
"User location successfully retrieved.": "L'emplacement de l'utilisateur a été récupéré avec succès.", "User location successfully retrieved.": "L'emplacement de l'utilisateur a été récupéré avec succès.",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "", "Username": "",
"Users": "Utilisateurs", "Users": "Utilisateurs",

View File

@ -23,6 +23,7 @@
"Account": "Compte", "Account": "Compte",
"Account Activation Pending": "Activation du compte en attente", "Account Activation Pending": "Activation du compte en attente",
"Accurate information": "Information exacte", "Accurate information": "Information exacte",
"Action": "",
"Actions": "Actions", "Actions": "Actions",
"Activate": "Activer", "Activate": "Activer",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activez cette commande en tapant \"/{{COMMAND}}\" dans l'entrée de chat.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activez cette commande en tapant \"/{{COMMAND}}\" dans l'entrée de chat.",
@ -145,6 +146,7 @@
"Bad Response": "Mauvaise réponse", "Bad Response": "Mauvaise réponse",
"Banners": "Bannières", "Banners": "Bannières",
"Base Model (From)": "Modèle de base (à partir de)", "Base Model (From)": "Modèle de base (à partir de)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "avant", "before": "avant",
"Being lazy": "Être fainéant", "Being lazy": "Être fainéant",
"Beta": "Bêta", "Beta": "Bêta",
@ -157,7 +159,7 @@
"By {{name}}": "Par {{name}}", "By {{name}}": "Par {{name}}",
"Bypass Embedding and Retrieval": "Ignorer l'Embedding et le Retrieval", "Bypass Embedding and Retrieval": "Ignorer l'Embedding et le Retrieval",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Calendrier", "Calendar": "Calendrier",
"Call": "Appeler", "Call": "Appeler",
"Call feature is not supported when using Web STT engine": "La fonction d'appel n'est pas prise en charge lors de l'utilisation du moteur Web STT", "Call feature is not supported when using Web STT engine": "La fonction d'appel n'est pas prise en charge lors de l'utilisation du moteur Web STT",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "Flux de travaux de ComfyUI", "ComfyUI Workflow": "Flux de travaux de ComfyUI",
"ComfyUI Workflow Nodes": "Noeud du flux de travaux de ComfyUI", "ComfyUI Workflow Nodes": "Noeud du flux de travaux de ComfyUI",
"Command": "Commande", "Command": "Commande",
"Comment": "",
"Completions": "Complétions", "Completions": "Complétions",
"Concurrent Requests": "Demandes concurrentes", "Concurrent Requests": "Demandes concurrentes",
"Configure": "Configurer", "Configure": "Configurer",
@ -345,6 +348,7 @@
"Direct Connections": "Direct connexions", "Direct Connections": "Direct connexions",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Les connexions directes permettent aux utilisateurs de se connecter à leurs propres points d'extension API compatibles OpenAI.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Les connexions directes permettent aux utilisateurs de se connecter à leurs propres points d'extension API compatibles OpenAI.",
"Direct Tool Servers": "Serveur d'outils directs", "Direct Tool Servers": "Serveur d'outils directs",
"Disable Code Interpreter": "",
"Disable Image Extraction": "Empecher l'extraction d'image", "Disable Image Extraction": "Empecher l'extraction d'image",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "Désactive l'extraction d'images du PDF. Si l'option Utiliser le LLM est activée, les images seront automatiquement légendées. La valeur par défaut est False.", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "Désactive l'extraction d'images du PDF. Si l'option Utiliser le LLM est activée, les images seront automatiquement légendées. La valeur par défaut est False.",
"Disabled": "Désactivé", "Disabled": "Désactivé",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Découvrez, téléchargez et explorez des prompts personnalisés", "Discover, download, and explore custom prompts": "Découvrez, téléchargez et explorez des prompts personnalisés",
"Discover, download, and explore custom tools": "Découvrez, téléchargez et explorez des outils personnalisés", "Discover, download, and explore custom tools": "Découvrez, téléchargez et explorez des outils personnalisés",
"Discover, download, and explore model presets": "Découvrir, télécharger et explorer des préréglages de modèles", "Discover, download, and explore model presets": "Découvrir, télécharger et explorer des préréglages de modèles",
"Dismissible": "Fermeture",
"Display": "Afficher", "Display": "Afficher",
"Display Emoji in Call": "Afficher les emojis pendant l'appel", "Display Emoji in Call": "Afficher les emojis pendant l'appel",
"Display the username instead of You in the Chat": "Afficher le nom d'utilisateur à la place de \"Vous\" dans le chat", "Display the username instead of You in the Chat": "Afficher le nom d'utilisateur à la place de \"Vous\" dans le chat",
@ -411,6 +414,8 @@
"Edit Memory": "Modifier la mémoire", "Edit Memory": "Modifier la mémoire",
"Edit User": "Modifier l'utilisateur", "Edit User": "Modifier l'utilisateur",
"Edit User Group": "Modifier le groupe d'utilisateurs", "Edit User Group": "Modifier le groupe d'utilisateurs",
"Edited": "",
"Editing": "",
"Eject": "Ejecte", "Eject": "Ejecte",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "E-mail", "Email": "E-mail",
@ -611,6 +616,7 @@
"File Upload": "Téléversemetn du fichier", "File Upload": "Téléversemetn du fichier",
"File uploaded successfully": "Fichier téléversé avec succès", "File uploaded successfully": "Fichier téléversé avec succès",
"Files": "Fichiers", "Files": "Fichiers",
"Filter": "",
"Filter is now globally disabled": "Le filtre est maintenant désactivé globalement", "Filter is now globally disabled": "Le filtre est maintenant désactivé globalement",
"Filter is now globally enabled": "Le filtre est désormais activé globalement", "Filter is now globally enabled": "Le filtre est désormais activé globalement",
"Filters": "Filtres", "Filters": "Filtres",
@ -658,6 +664,7 @@
"Generate prompt pair": "Générer une paire de prompt", "Generate prompt pair": "Générer une paire de prompt",
"Generating search query": "Génération d'une requête de recherche", "Generating search query": "Génération d'une requête de recherche",
"Generating...": "Génération en cours...", "Generating...": "Génération en cours...",
"Get information on {{name}} in the UI": "",
"Get started": "Démarrer", "Get started": "Démarrer",
"Get started with {{WEBUI_NAME}}": "Démarrez avec {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Démarrez avec {{WEBUI_NAME}}",
"Global": "Globale", "Global": "Globale",
@ -724,6 +731,9 @@
"Info": "Info", "Info": "Info",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Injecter l'ensemble du contenu comme contexte pour un traitement complet, recommandé pour les requêtes complexes.", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Injecter l'ensemble du contenu comme contexte pour un traitement complet, recommandé pour les requêtes complexes.",
"Input commands": "Commandes d'entrée", "Input commands": "Commandes d'entrée",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Installer depuis une URL GitHub", "Install from Github URL": "Installer depuis une URL GitHub",
"Instant Auto-Send After Voice Transcription": "Envoi automatique après la transcription", "Instant Auto-Send After Voice Transcription": "Envoi automatique après la transcription",
"Integration": "Intégration", "Integration": "Intégration",
@ -841,7 +851,6 @@
"Model Filtering": "Filtrage de modèle", "Model Filtering": "Filtrage de modèle",
"Model ID": "ID du modèle", "Model ID": "ID du modèle",
"Model IDs": "ID des modèles", "Model IDs": "ID des modèles",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Nom du modèle", "Model Name": "Nom du modèle",
"Model not selected": "Modèle non sélectionné", "Model not selected": "Modèle non sélectionné",
"Model Params": "Paramètres du modèle", "Model Params": "Paramètres du modèle",
@ -972,6 +981,7 @@
"Pin": "Épingler", "Pin": "Épingler",
"Pinned": "Épinglé", "Pinned": "Épinglé",
"Pioneer insights": "Explorer de nouvelles perspectives", "Pioneer insights": "Explorer de nouvelles perspectives",
"Pipe": "",
"Pipeline deleted successfully": "Le pipeline a été supprimé avec succès", "Pipeline deleted successfully": "Le pipeline a été supprimé avec succès",
"Pipeline downloaded successfully": "Le pipeline a été téléchargé avec succès", "Pipeline downloaded successfully": "Le pipeline a été téléchargé avec succès",
"Pipelines": "Pipelines", "Pipelines": "Pipelines",
@ -1037,8 +1047,12 @@
"Releases": "Livraisons", "Releases": "Livraisons",
"Relevance": "Pertinence", "Relevance": "Pertinence",
"Relevance Threshold": "Seuil de pertinence", "Relevance Threshold": "Seuil de pertinence",
"Remember Dismissal": "",
"Remove": "Retirer", "Remove": "Retirer",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Retirer le modèle", "Remove Model": "Retirer le modèle",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Renommer", "Rename": "Renommer",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Réinitialiser le répertoire de téléchargement", "Reset Upload Directory": "Réinitialiser le répertoire de téléchargement",
"Reset Vector Storage/Knowledge": "Réinitialiser le stockage vectoriel/connaissances", "Reset Vector Storage/Knowledge": "Réinitialiser le stockage vectoriel/connaissances",
"Reset view": "Réinitialiser la vue", "Reset view": "Réinitialiser la vue",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de réponse ne peuvent pas être activées car les autorisations du site web ont été refusées. Veuillez vérifier les paramètres de votre navigateur pour accorder l'accès nécessaire.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de réponse ne peuvent pas être activées car les autorisations du site web ont été refusées. Veuillez vérifier les paramètres de votre navigateur pour accorder l'accès nécessaire.",
"Response splitting": "Fractionnement de la réponse", "Response splitting": "Fractionnement de la réponse",
"Response Watermark": "Filigramme de la réponse", "Response Watermark": "Filigramme de la réponse",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Afficher la fenêtre modale \"Quoi de neuf\" lors de la connexion", "Show \"What's New\" modal on login": "Afficher la fenêtre modale \"Quoi de neuf\" lors de la connexion",
"Show Admin Details in Account Pending Overlay": "Afficher les coordonnées de l'administrateur aux comptes en attente", "Show Admin Details in Account Pending Overlay": "Afficher les coordonnées de l'administrateur aux comptes en attente",
"Show All": "Afficher tout", "Show All": "Afficher tout",
"Show image preview": "",
"Show Less": "Afficher moins", "Show Less": "Afficher moins",
"Show Model": "Afficher le model", "Show Model": "Afficher le model",
"Show shortcuts": "Afficher les raccourcis", "Show shortcuts": "Afficher les raccourcis",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Ce canal a été créé le {{createdAt}}. Voici le tout début du canal {{channelName}}.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Ce canal a été créé le {{createdAt}}. Voici le tout début du canal {{channelName}}.",
"This chat won't appear in history and your messages will not be saved.": "Cette conversation n'apparaîtra pas dans l'historique et vos messages ne seront pas enregistrés.", "This chat won't appear in history and your messages will not be saved.": "Cette conversation n'apparaîtra pas dans l'historique et vos messages ne seront pas enregistrés.",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Cela garantit que vos conversations précieuses soient sauvegardées en toute sécurité dans votre base de données backend. Merci !", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Cela garantit que vos conversations précieuses soient sauvegardées en toute sécurité dans votre base de données backend. Merci !",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Il s'agit d'une fonctionnalité expérimentale, elle peut ne pas fonctionner comme prévu et est sujette à modification à tout moment.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Il s'agit d'une fonctionnalité expérimentale, elle peut ne pas fonctionner comme prévu et est sujette à modification à tout moment.",
"This model is not publicly available. Please select another model.": "Ce modèle n'est pas disponible au public. Veuillez sélectionner un autre modèle.", "This model is not publicly available. Please select another model.": "Ce modèle n'est pas disponible au public. Veuillez sélectionner un autre modèle.",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "Cette option détermine la durée pendant laquelle le modèle restera chargé en mémoire après la demande (par défaut : 5m).", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "Cette option détermine la durée pendant laquelle le modèle restera chargé en mémoire après la demande (par défaut : 5m).",
@ -1346,6 +1363,7 @@
"user": "utilisateur", "user": "utilisateur",
"User": "Utilisateur", "User": "Utilisateur",
"User location successfully retrieved.": "L'emplacement de l'utilisateur a été récupéré avec succès.", "User location successfully retrieved.": "L'emplacement de l'utilisateur a été récupéré avec succès.",
"User menu": "",
"User Webhooks": "Webhooks utilisateur", "User Webhooks": "Webhooks utilisateur",
"Username": "Nom d'utilisateur", "Username": "Nom d'utilisateur",
"Users": "Utilisateurs", "Users": "Utilisateurs",

View File

@ -23,6 +23,7 @@
"Account": "Conta", "Account": "Conta",
"Account Activation Pending": "Activación da conta pendente", "Account Activation Pending": "Activación da conta pendente",
"Accurate information": "Información precisa", "Accurate information": "Información precisa",
"Action": "",
"Actions": "Accións", "Actions": "Accións",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Active este comando escribindo \"/{{COMMAND}}\" no chat", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Active este comando escribindo \"/{{COMMAND}}\" no chat",
@ -145,6 +146,7 @@
"Bad Response": "Resposta incorrecta", "Bad Response": "Resposta incorrecta",
"Banners": "Mensaxes emerxentes", "Banners": "Mensaxes emerxentes",
"Base Model (From)": "Modelo base (desde)", "Base Model (From)": "Modelo base (desde)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "antes", "before": "antes",
"Being lazy": "Ser pregizeiro", "Being lazy": "Ser pregizeiro",
"Beta": "Beta", "Beta": "Beta",
@ -157,7 +159,7 @@
"By {{name}}": "Por {{name}}", "By {{name}}": "Por {{name}}",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "Chamada", "Call": "Chamada",
"Call feature is not supported when using Web STT engine": "A funcionalidade da chamada non pode usarse xunto co motor da STT Web", "Call feature is not supported when using Web STT engine": "A funcionalidade da chamada non pode usarse xunto co motor da STT Web",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "Fluxo de traballo de ComfyUI", "ComfyUI Workflow": "Fluxo de traballo de ComfyUI",
"ComfyUI Workflow Nodes": "Nodos para ComfyUI Workflow", "ComfyUI Workflow Nodes": "Nodos para ComfyUI Workflow",
"Command": "Comando", "Command": "Comando",
"Comment": "",
"Completions": "Respostas autoxeradas", "Completions": "Respostas autoxeradas",
"Concurrent Requests": "Solicitudes simultáneas", "Concurrent Requests": "Solicitudes simultáneas",
"Configure": "Configurar", "Configure": "Configurar",
@ -345,6 +348,7 @@
"Direct Connections": "Conexións directas", "Direct Connections": "Conexións directas",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Conexións directas permiten aos usuarios conectar cos seus propios puntos finais de API compatibles con OpenAI.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Conexións directas permiten aos usuarios conectar cos seus propios puntos finais de API compatibles con OpenAI.",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Desactivado", "Disabled": "Desactivado",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Descubre, descarga, y explora Prompts personalizados", "Discover, download, and explore custom prompts": "Descubre, descarga, y explora Prompts personalizados",
"Discover, download, and explore custom tools": "Descubre, descarga y explora ferramentas personalizadas", "Discover, download, and explore custom tools": "Descubre, descarga y explora ferramentas personalizadas",
"Discover, download, and explore model presets": "Descubre, descarga y explora ajustes preestablecidos de modelos", "Discover, download, and explore model presets": "Descubre, descarga y explora ajustes preestablecidos de modelos",
"Dismissible": "Desestimable",
"Display": "Mostrar", "Display": "Mostrar",
"Display Emoji in Call": "Muestra Emoji en chamada", "Display Emoji in Call": "Muestra Emoji en chamada",
"Display the username instead of You in the Chat": "Mostrar o nombre de usuario en lugar de Vostede no chat", "Display the username instead of You in the Chat": "Mostrar o nombre de usuario en lugar de Vostede no chat",
@ -411,6 +414,8 @@
"Edit Memory": "Editar Memoria", "Edit Memory": "Editar Memoria",
"Edit User": "Editar Usuario", "Edit User": "Editar Usuario",
"Edit User Group": "Editar grupo de usuarios", "Edit User Group": "Editar grupo de usuarios",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "Email", "Email": "Email",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "Arquivo subido correctamente", "File uploaded successfully": "Arquivo subido correctamente",
"Files": "Arquivos", "Files": "Arquivos",
"Filter": "",
"Filter is now globally disabled": "O filtro ahora está desactivado globalmente", "Filter is now globally disabled": "O filtro ahora está desactivado globalmente",
"Filter is now globally enabled": "O filtro ahora está habilitado globalmente", "Filter is now globally enabled": "O filtro ahora está habilitado globalmente",
"Filters": "Filtros", "Filters": "Filtros",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "xeneración de consultas de búsqueda", "Generating search query": "xeneración de consultas de búsqueda",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "Empezar", "Get started": "Empezar",
"Get started with {{WEBUI_NAME}}": "Empezar con {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Empezar con {{WEBUI_NAME}}",
"Global": "Global", "Global": "Global",
@ -724,6 +731,9 @@
"Info": "Información", "Info": "Información",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Ingresar comandos", "Input commands": "Ingresar comandos",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instalar desde a URL de Github", "Install from Github URL": "Instalar desde a URL de Github",
"Instant Auto-Send After Voice Transcription": "Auto-Enviar despois da Transcripción de Voz", "Instant Auto-Send After Voice Transcription": "Auto-Enviar despois da Transcripción de Voz",
"Integration": "Integración", "Integration": "Integración",
@ -841,7 +851,6 @@
"Model Filtering": "Filtrado de modelos", "Model Filtering": "Filtrado de modelos",
"Model ID": "ID do modelo", "Model ID": "ID do modelo",
"Model IDs": "IDs de modelos", "Model IDs": "IDs de modelos",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Nombre do modelo", "Model Name": "Nombre do modelo",
"Model not selected": "Modelo no seleccionado", "Model not selected": "Modelo no seleccionado",
"Model Params": "Parámetros do modelo", "Model Params": "Parámetros do modelo",
@ -972,6 +981,7 @@
"Pin": "Fijar", "Pin": "Fijar",
"Pinned": "Fijado", "Pinned": "Fijado",
"Pioneer insights": "Descubrir novas perspectivas", "Pioneer insights": "Descubrir novas perspectivas",
"Pipe": "",
"Pipeline deleted successfully": "Pipeline borrada exitosamente", "Pipeline deleted successfully": "Pipeline borrada exitosamente",
"Pipeline downloaded successfully": "Pipeline descargada exitosamente", "Pipeline downloaded successfully": "Pipeline descargada exitosamente",
"Pipelines": "Pipelines", "Pipelines": "Pipelines",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "Relevancia", "Relevance": "Relevancia",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Eliminar", "Remove": "Eliminar",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Eliminar modelo", "Remove Model": "Eliminar modelo",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Renombrar", "Rename": "Renombrar",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Reiniciar Directorio de carga", "Reset Upload Directory": "Reiniciar Directorio de carga",
"Reset Vector Storage/Knowledge": "Reiniciar almacenamiento de vectores/coñecemento", "Reset Vector Storage/Knowledge": "Reiniciar almacenamiento de vectores/coñecemento",
"Reset view": "Reiniciar vista", "Reset view": "Reiniciar vista",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "As notificacions de resposta non poden activarse debido a que os permisos do sitio web han sido denegados. Por favor, visite as configuracions da sua navegador para otorgar o acceso necesario.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "As notificacions de resposta non poden activarse debido a que os permisos do sitio web han sido denegados. Por favor, visite as configuracions da sua navegador para otorgar o acceso necesario.",
"Response splitting": "División de respostas", "Response splitting": "División de respostas",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Mostrar modal \"Qué hay de novo\" al iniciar sesión", "Show \"What's New\" modal on login": "Mostrar modal \"Qué hay de novo\" al iniciar sesión",
"Show Admin Details in Account Pending Overlay": "Mostrar detalles de administración na capa de espera da conta", "Show Admin Details in Account Pending Overlay": "Mostrar detalles de administración na capa de espera da conta",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Mostrar atallos", "Show shortcuts": "Mostrar atallos",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Esto garantiza que sus valiosas conversacions se guarden de forma segura en su base de datos no backend. ¡Gracias!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Esto garantiza que sus valiosas conversacions se guarden de forma segura en su base de datos no backend. ¡Gracias!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Esta es unha característica experimental que puede no funcionar como se esperaba y está sujeto a cambios en cualquier momento.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Esta es unha característica experimental que puede no funcionar como se esperaba y está sujeto a cambios en cualquier momento.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "usuario", "user": "usuario",
"User": "Usuario", "User": "Usuario",
"User location successfully retrieved.": "Localización do usuario recuperada con éxito.", "User location successfully retrieved.": "Localización do usuario recuperada con éxito.",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "Nombre de usuario", "Username": "Nombre de usuario",
"Users": "Usuarios", "Users": "Usuarios",

View File

@ -23,6 +23,7 @@
"Account": "חשבון", "Account": "חשבון",
"Account Activation Pending": "", "Account Activation Pending": "",
"Accurate information": "מידע מדויק", "Accurate information": "מידע מדויק",
"Action": "",
"Actions": "פעולה", "Actions": "פעולה",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "תגובה שגויה", "Bad Response": "תגובה שגויה",
"Banners": "באנרים", "Banners": "באנרים",
"Base Model (From)": "דגם בסיס (מ)", "Base Model (From)": "דגם בסיס (מ)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "לפני", "before": "לפני",
"Being lazy": "להיות עצלן", "Being lazy": "להיות עצלן",
"Beta": "בטא", "Beta": "בטא",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "לוח שנה", "Calendar": "לוח שנה",
"Call": "", "Call": "",
"Call feature is not supported when using Web STT engine": "", "Call feature is not supported when using Web STT engine": "",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "פקודה", "Command": "פקודה",
"Comment": "",
"Completions": "", "Completions": "",
"Concurrent Requests": "בקשות בו-זמניות", "Concurrent Requests": "בקשות בו-זמניות",
"Configure": "", "Configure": "",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "", "Disabled": "",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "גלה, הורד, וחקור פקודות מותאמות אישית", "Discover, download, and explore custom prompts": "גלה, הורד, וחקור פקודות מותאמות אישית",
"Discover, download, and explore custom tools": "", "Discover, download, and explore custom tools": "",
"Discover, download, and explore model presets": "גלה, הורד, וחקור הגדרות מודל מוגדרות מראש", "Discover, download, and explore model presets": "גלה, הורד, וחקור הגדרות מודל מוגדרות מראש",
"Dismissible": "",
"Display": "", "Display": "",
"Display Emoji in Call": "", "Display Emoji in Call": "",
"Display the username instead of You in the Chat": "הצג את שם המשתמש במקום 'אתה' בצ'אט", "Display the username instead of You in the Chat": "הצג את שם המשתמש במקום 'אתה' בצ'אט",
@ -411,6 +414,8 @@
"Edit Memory": "", "Edit Memory": "",
"Edit User": "ערוך משתמש", "Edit User": "ערוך משתמש",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "", "ElevenLabs": "",
"Email": "דוא\"ל", "Email": "דוא\"ל",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "", "Files": "",
"Filter": "",
"Filter is now globally disabled": "", "Filter is now globally disabled": "",
"Filter is now globally enabled": "", "Filter is now globally enabled": "",
"Filters": "", "Filters": "",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "יצירת שאילתת חיפוש", "Generating search query": "יצירת שאילתת חיפוש",
"Generating...": "מג'נרט...", "Generating...": "מג'נרט...",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "גלובלי", "Global": "גלובלי",
@ -724,6 +731,9 @@
"Info": "מידע", "Info": "מידע",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "פקודות קלט", "Input commands": "פקודות קלט",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "התקן מכתובת URL של Github", "Install from Github URL": "התקן מכתובת URL של Github",
"Instant Auto-Send After Voice Transcription": "", "Instant Auto-Send After Voice Transcription": "",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "מזהה דגם", "Model ID": "מזהה דגם",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "שם המודל", "Model Name": "שם המודל",
"Model not selected": "לא נבחר מודל", "Model not selected": "לא נבחר מודל",
"Model Params": "פרמטרי המודל", "Model Params": "פרמטרי המודל",
@ -972,6 +981,7 @@
"Pin": "", "Pin": "",
"Pinned": "", "Pinned": "",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "", "Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "", "Pipeline downloaded successfully": "",
"Pipelines": "צינורות", "Pipelines": "צינורות",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "", "Relevance": "",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "הסר", "Remove": "הסר",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "הסר מודל", "Remove Model": "הסר מודל",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "שנה שם", "Rename": "שנה שם",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "", "Reset Upload Directory": "",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "", "Response splitting": "",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "", "Show Admin Details in Account Pending Overlay": "",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "הצג קיצורי דרך", "Show shortcuts": "הצג קיצורי דרך",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "פעולה זו מבטיחה שהשיחות בעלות הערך שלך יישמרו באופן מאובטח במסד הנתונים העורפי שלך. תודה!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "פעולה זו מבטיחה שהשיחות בעלות הערך שלך יישמרו באופן מאובטח במסד הנתונים העורפי שלך. תודה!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "משתמש", "user": "משתמש",
"User": "", "User": "",
"User location successfully retrieved.": "", "User location successfully retrieved.": "",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "", "Username": "",
"Users": "משתמשים", "Users": "משתמשים",

View File

@ -23,6 +23,7 @@
"Account": "खाता", "Account": "खाता",
"Account Activation Pending": "", "Account Activation Pending": "",
"Accurate information": "सटीक जानकारी", "Accurate information": "सटीक जानकारी",
"Action": "",
"Actions": "", "Actions": "",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "ख़राब प्रतिक्रिया", "Bad Response": "ख़राब प्रतिक्रिया",
"Banners": "बैनर", "Banners": "बैनर",
"Base Model (From)": "बेस मॉडल (से)", "Base Model (From)": "बेस मॉडल (से)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "पहले", "before": "पहले",
"Being lazy": "आलसी होना", "Being lazy": "आलसी होना",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "", "Call": "",
"Call feature is not supported when using Web STT engine": "", "Call feature is not supported when using Web STT engine": "",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "कमांड", "Command": "कमांड",
"Comment": "",
"Completions": "", "Completions": "",
"Concurrent Requests": "समवर्ती अनुरोध", "Concurrent Requests": "समवर्ती अनुरोध",
"Configure": "", "Configure": "",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "", "Disabled": "",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "कस्टम प्रॉम्प्ट को खोजें, डाउनलोड करें और एक्सप्लोर करें", "Discover, download, and explore custom prompts": "कस्टम प्रॉम्प्ट को खोजें, डाउनलोड करें और एक्सप्लोर करें",
"Discover, download, and explore custom tools": "", "Discover, download, and explore custom tools": "",
"Discover, download, and explore model presets": "मॉडल प्रीसेट खोजें, डाउनलोड करें और एक्सप्लोर करें", "Discover, download, and explore model presets": "मॉडल प्रीसेट खोजें, डाउनलोड करें और एक्सप्लोर करें",
"Dismissible": "",
"Display": "", "Display": "",
"Display Emoji in Call": "", "Display Emoji in Call": "",
"Display the username instead of You in the Chat": "चैट में 'आप' के स्थान पर उपयोगकर्ता नाम प्रदर्शित करें", "Display the username instead of You in the Chat": "चैट में 'आप' के स्थान पर उपयोगकर्ता नाम प्रदर्शित करें",
@ -411,6 +414,8 @@
"Edit Memory": "", "Edit Memory": "",
"Edit User": "यूजर को संपादित करो", "Edit User": "यूजर को संपादित करो",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "", "ElevenLabs": "",
"Email": "ईमेल", "Email": "ईमेल",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "", "Files": "",
"Filter": "",
"Filter is now globally disabled": "", "Filter is now globally disabled": "",
"Filter is now globally enabled": "", "Filter is now globally enabled": "",
"Filters": "", "Filters": "",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "खोज क्वेरी जनरेट करना", "Generating search query": "खोज क्वेरी जनरेट करना",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "", "Global": "",
@ -724,6 +731,9 @@
"Info": "सूचना-विषयक", "Info": "सूचना-विषयक",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "इनपुट क命", "Input commands": "इनपुट क命",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Github URL से इंस्टॉल करें", "Install from Github URL": "Github URL से इंस्टॉल करें",
"Instant Auto-Send After Voice Transcription": "", "Instant Auto-Send After Voice Transcription": "",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "मॉडल आईडी", "Model ID": "मॉडल आईडी",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "", "Model Name": "",
"Model not selected": "मॉडल चयनित नहीं है", "Model not selected": "मॉडल चयनित नहीं है",
"Model Params": "मॉडल Params", "Model Params": "मॉडल Params",
@ -972,6 +981,7 @@
"Pin": "", "Pin": "",
"Pinned": "", "Pinned": "",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "", "Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "", "Pipeline downloaded successfully": "",
"Pipelines": "पाइपलाइनों", "Pipelines": "पाइपलाइनों",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "", "Relevance": "",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "हटा दें", "Remove": "हटा दें",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "मोडेल हटाएँ", "Remove Model": "मोडेल हटाएँ",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "नाम बदलें", "Rename": "नाम बदलें",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "", "Reset Upload Directory": "",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "", "Response splitting": "",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "", "Show Admin Details in Account Pending Overlay": "",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "शॉर्टकट दिखाएँ", "Show shortcuts": "शॉर्टकट दिखाएँ",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "यह सुनिश्चित करता है कि आपकी मूल्यवान बातचीत आपके बैकएंड डेटाबेस में सुरक्षित रूप से सहेजी गई है। धन्यवाद!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "यह सुनिश्चित करता है कि आपकी मूल्यवान बातचीत आपके बैकएंड डेटाबेस में सुरक्षित रूप से सहेजी गई है। धन्यवाद!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "उपयोगकर्ता", "user": "उपयोगकर्ता",
"User": "", "User": "",
"User location successfully retrieved.": "", "User location successfully retrieved.": "",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "", "Username": "",
"Users": "उपयोगकर्ताओं", "Users": "उपयोगकर्ताओं",

View File

@ -23,6 +23,7 @@
"Account": "Račun", "Account": "Račun",
"Account Activation Pending": "", "Account Activation Pending": "",
"Accurate information": "Točne informacije", "Accurate information": "Točne informacije",
"Action": "",
"Actions": "", "Actions": "",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "Loš odgovor", "Bad Response": "Loš odgovor",
"Banners": "Baneri", "Banners": "Baneri",
"Base Model (From)": "Osnovni model (Od)", "Base Model (From)": "Osnovni model (Od)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "prije", "before": "prije",
"Being lazy": "Biti lijen", "Being lazy": "Biti lijen",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "Poziv", "Call": "Poziv",
"Call feature is not supported when using Web STT engine": "Značajka poziva nije podržana kada se koristi Web STT mehanizam", "Call feature is not supported when using Web STT engine": "Značajka poziva nije podržana kada se koristi Web STT mehanizam",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "Naredba", "Command": "Naredba",
"Comment": "",
"Completions": "", "Completions": "",
"Concurrent Requests": "Istodobni zahtjevi", "Concurrent Requests": "Istodobni zahtjevi",
"Configure": "", "Configure": "",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "", "Disabled": "",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Otkrijte, preuzmite i istražite prilagođene prompte", "Discover, download, and explore custom prompts": "Otkrijte, preuzmite i istražite prilagođene prompte",
"Discover, download, and explore custom tools": "", "Discover, download, and explore custom tools": "",
"Discover, download, and explore model presets": "Otkrijte, preuzmite i istražite unaprijed postavljene modele", "Discover, download, and explore model presets": "Otkrijte, preuzmite i istražite unaprijed postavljene modele",
"Dismissible": "Odbaciti",
"Display": "", "Display": "",
"Display Emoji in Call": "", "Display Emoji in Call": "",
"Display the username instead of You in the Chat": "Prikaži korisničko ime umjesto Vas u razgovoru", "Display the username instead of You in the Chat": "Prikaži korisničko ime umjesto Vas u razgovoru",
@ -411,6 +414,8 @@
"Edit Memory": "", "Edit Memory": "",
"Edit User": "Uredi korisnika", "Edit User": "Uredi korisnika",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "", "ElevenLabs": "",
"Email": "Email", "Email": "Email",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "", "Files": "",
"Filter": "",
"Filter is now globally disabled": "", "Filter is now globally disabled": "",
"Filter is now globally enabled": "", "Filter is now globally enabled": "",
"Filters": "", "Filters": "",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "Generiranje upita za pretraživanje", "Generating search query": "Generiranje upita za pretraživanje",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "", "Global": "",
@ -724,6 +731,9 @@
"Info": "Informacije", "Info": "Informacije",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Unos naredbi", "Input commands": "Unos naredbi",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instaliraj s Github URL-a", "Install from Github URL": "Instaliraj s Github URL-a",
"Instant Auto-Send After Voice Transcription": "Trenutačno automatsko slanje nakon glasovne transkripcije", "Instant Auto-Send After Voice Transcription": "Trenutačno automatsko slanje nakon glasovne transkripcije",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "ID modela", "Model ID": "ID modela",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "", "Model Name": "",
"Model not selected": "Model nije odabran", "Model not selected": "Model nije odabran",
"Model Params": "Model parametri", "Model Params": "Model parametri",
@ -972,6 +981,7 @@
"Pin": "", "Pin": "",
"Pinned": "", "Pinned": "",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "", "Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "", "Pipeline downloaded successfully": "",
"Pipelines": "Cjevovodi", "Pipelines": "Cjevovodi",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "", "Relevance": "",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Ukloni", "Remove": "Ukloni",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Ukloni model", "Remove Model": "Ukloni model",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Preimenuj", "Rename": "Preimenuj",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Poništi upload direktorij", "Reset Upload Directory": "Poništi upload direktorij",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "", "Response splitting": "",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "", "Show Admin Details in Account Pending Overlay": "",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Pokaži prečace", "Show shortcuts": "Pokaži prečace",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"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 bazu podataka. Hvala vam!", "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 bazu podataka. Hvala vam!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Ovo je eksperimentalna značajka, možda neće funkcionirati prema očekivanjima i podložna je promjenama u bilo kojem trenutku.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Ovo je eksperimentalna značajka, možda neće funkcionirati prema očekivanjima i podložna je promjenama u bilo kojem trenutku.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "korisnik", "user": "korisnik",
"User": "", "User": "",
"User location successfully retrieved.": "", "User location successfully retrieved.": "",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "", "Username": "",
"Users": "Korisnici", "Users": "Korisnici",

View File

@ -23,6 +23,7 @@
"Account": "Fiók", "Account": "Fiók",
"Account Activation Pending": "Fiók aktiválása folyamatban", "Account Activation Pending": "Fiók aktiválása folyamatban",
"Accurate information": "Pontos információ", "Accurate information": "Pontos információ",
"Action": "",
"Actions": "Műveletek", "Actions": "Műveletek",
"Activate": "Aktiválás", "Activate": "Aktiválás",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktiváld ezt a parancsot a \"/{{COMMAND}}\" beírásával a csevegőmezőbe.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktiváld ezt a parancsot a \"/{{COMMAND}}\" beírásával a csevegőmezőbe.",
@ -145,6 +146,7 @@
"Bad Response": "Rossz válasz", "Bad Response": "Rossz válasz",
"Banners": "Bannerek", "Banners": "Bannerek",
"Base Model (From)": "Alap modell (Forrás)", "Base Model (From)": "Alap modell (Forrás)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "előtt", "before": "előtt",
"Being lazy": "Lustaság", "Being lazy": "Lustaság",
"Beta": "Béta", "Beta": "Béta",
@ -157,7 +159,7 @@
"By {{name}}": "Készítette: {{name}}", "By {{name}}": "Készítette: {{name}}",
"Bypass Embedding and Retrieval": "Beágyazás és visszakeresés kihagyása", "Bypass Embedding and Retrieval": "Beágyazás és visszakeresés kihagyása",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Naptár", "Calendar": "Naptár",
"Call": "Hívás", "Call": "Hívás",
"Call feature is not supported when using Web STT engine": "A hívás funkció nem támogatott Web STT motor használatakor", "Call feature is not supported when using Web STT engine": "A hívás funkció nem támogatott Web STT motor használatakor",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI munkafolyamat", "ComfyUI Workflow": "ComfyUI munkafolyamat",
"ComfyUI Workflow Nodes": "ComfyUI munkafolyamat csomópontok", "ComfyUI Workflow Nodes": "ComfyUI munkafolyamat csomópontok",
"Command": "Parancs", "Command": "Parancs",
"Comment": "",
"Completions": "Kiegészítések", "Completions": "Kiegészítések",
"Concurrent Requests": "Párhuzamos kérések", "Concurrent Requests": "Párhuzamos kérések",
"Configure": "Konfigurálás", "Configure": "Konfigurálás",
@ -345,6 +348,7 @@
"Direct Connections": "Közvetlen kapcsolatok", "Direct Connections": "Közvetlen kapcsolatok",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "A közvetlen kapcsolatok lehetővé teszik a felhasználók számára, hogy saját OpenAI kompatibilis API végpontjaikhoz csatlakozzanak.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "A közvetlen kapcsolatok lehetővé teszik a felhasználók számára, hogy saját OpenAI kompatibilis API végpontjaikhoz csatlakozzanak.",
"Direct Tool Servers": "Közvetlen eszköszerverek", "Direct Tool Servers": "Közvetlen eszköszerverek",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Letiltva", "Disabled": "Letiltva",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Fedezz fel, tölts le és fedezz fel egyéni promptokat", "Discover, download, and explore custom prompts": "Fedezz fel, tölts le és fedezz fel egyéni promptokat",
"Discover, download, and explore custom tools": "Fedezz fel, tölts le és fedezz fel egyéni eszközöket", "Discover, download, and explore custom tools": "Fedezz fel, tölts le és fedezz fel egyéni eszközöket",
"Discover, download, and explore model presets": "Fedezz fel, tölts le és fedezz fel modell beállításokat", "Discover, download, and explore model presets": "Fedezz fel, tölts le és fedezz fel modell beállításokat",
"Dismissible": "Elutasítható",
"Display": "Megjelenítés", "Display": "Megjelenítés",
"Display Emoji in Call": "Emoji megjelenítése hívásban", "Display Emoji in Call": "Emoji megjelenítése hívásban",
"Display the username instead of You in the Chat": "Felhasználónév megjelenítése a 'Te' helyett a beszélgetésben", "Display the username instead of You in the Chat": "Felhasználónév megjelenítése a 'Te' helyett a beszélgetésben",
@ -411,6 +414,8 @@
"Edit Memory": "Memória szerkesztése", "Edit Memory": "Memória szerkesztése",
"Edit User": "Felhasználó szerkesztése", "Edit User": "Felhasználó szerkesztése",
"Edit User Group": "Felhasználói csoport szerkesztése", "Edit User Group": "Felhasználói csoport szerkesztése",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "Email", "Email": "Email",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "Fájl sikeresen feltöltve", "File uploaded successfully": "Fájl sikeresen feltöltve",
"Files": "Fájlok", "Files": "Fájlok",
"Filter": "",
"Filter is now globally disabled": "A szűrő globálisan letiltva", "Filter is now globally disabled": "A szűrő globálisan letiltva",
"Filter is now globally enabled": "A szűrő globálisan engedélyezve", "Filter is now globally enabled": "A szűrő globálisan engedélyezve",
"Filters": "Szűrők", "Filters": "Szűrők",
@ -658,6 +664,7 @@
"Generate prompt pair": "Prompt pár generálása", "Generate prompt pair": "Prompt pár generálása",
"Generating search query": "Keresési lekérdezés generálása", "Generating search query": "Keresési lekérdezés generálása",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "Kezdj neki", "Get started": "Kezdj neki",
"Get started with {{WEBUI_NAME}}": "Kezdj neki a {{WEBUI_NAME}}-val", "Get started with {{WEBUI_NAME}}": "Kezdj neki a {{WEBUI_NAME}}-val",
"Global": "Globális", "Global": "Globális",
@ -724,6 +731,9 @@
"Info": "Információ", "Info": "Információ",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Az összes tartalom kontextusként való befecskendezése átfogó feldolgozáshoz, ez összetett lekérdezésekhez ajánlott.", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Az összes tartalom kontextusként való befecskendezése átfogó feldolgozáshoz, ez összetett lekérdezésekhez ajánlott.",
"Input commands": "Beviteli parancsok", "Input commands": "Beviteli parancsok",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Telepítés Github URL-ről", "Install from Github URL": "Telepítés Github URL-ről",
"Instant Auto-Send After Voice Transcription": "Azonnali automatikus küldés hangfelismerés után", "Instant Auto-Send After Voice Transcription": "Azonnali automatikus küldés hangfelismerés után",
"Integration": "Integráció", "Integration": "Integráció",
@ -841,7 +851,6 @@
"Model Filtering": "Modellszűrés", "Model Filtering": "Modellszűrés",
"Model ID": "Modell azonosító", "Model ID": "Modell azonosító",
"Model IDs": "Modell azonosítók", "Model IDs": "Modell azonosítók",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Modell neve", "Model Name": "Modell neve",
"Model not selected": "Nincs kiválasztva modell", "Model not selected": "Nincs kiválasztva modell",
"Model Params": "Modell paraméterek", "Model Params": "Modell paraméterek",
@ -972,6 +981,7 @@
"Pin": "Rögzítés", "Pin": "Rögzítés",
"Pinned": "Rögzítve", "Pinned": "Rögzítve",
"Pioneer insights": "Úttörő betekintések", "Pioneer insights": "Úttörő betekintések",
"Pipe": "",
"Pipeline deleted successfully": "Folyamat sikeresen törölve", "Pipeline deleted successfully": "Folyamat sikeresen törölve",
"Pipeline downloaded successfully": "Folyamat sikeresen letöltve", "Pipeline downloaded successfully": "Folyamat sikeresen letöltve",
"Pipelines": "Folyamatok", "Pipelines": "Folyamatok",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "Relevancia", "Relevance": "Relevancia",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Eltávolítás", "Remove": "Eltávolítás",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Modell eltávolítása", "Remove Model": "Modell eltávolítása",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Átnevezés", "Rename": "Átnevezés",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Feltöltési könyvtár visszaállítása", "Reset Upload Directory": "Feltöltési könyvtár visszaállítása",
"Reset Vector Storage/Knowledge": "Vektor tárhely/tudásbázis visszaállítása", "Reset Vector Storage/Knowledge": "Vektor tárhely/tudásbázis visszaállítása",
"Reset view": "Nézet visszaállítása", "Reset view": "Nézet visszaállítása",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "A válasz értesítések nem aktiválhatók, mert a weboldal engedélyei meg lettek tagadva. Kérjük, látogasson el a böngésző beállításaihoz a szükséges hozzáférés megadásához.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "A válasz értesítések nem aktiválhatók, mert a weboldal engedélyei meg lettek tagadva. Kérjük, látogasson el a böngésző beállításaihoz a szükséges hozzáférés megadásához.",
"Response splitting": "Válasz felosztás", "Response splitting": "Válasz felosztás",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "\"Mi újság\" modal megjelenítése bejelentkezéskor", "Show \"What's New\" modal on login": "\"Mi újság\" modal megjelenítése bejelentkezéskor",
"Show Admin Details in Account Pending Overlay": "Admin részletek megjelenítése a függő fiók átfedésben", "Show Admin Details in Account Pending Overlay": "Admin részletek megjelenítése a függő fiók átfedésben",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "Modell megjelenítése", "Show Model": "Modell megjelenítése",
"Show shortcuts": "Gyorsbillentyűk megjelenítése", "Show shortcuts": "Gyorsbillentyűk megjelenítése",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Ez a csatorna {{createdAt}} időpontban jött létre. Ez a {{channelName}} csatorna legeslegeleje.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Ez a csatorna {{createdAt}} időpontban jött létre. Ez a {{channelName}} csatorna legeslegeleje.",
"This chat won't appear in history and your messages will not be saved.": "Ez a csevegés nem jelenik meg az előzményekben, és az üzeneteid nem kerülnek mentésre.", "This chat won't appear in history and your messages will not be saved.": "Ez a csevegés nem jelenik meg az előzményekben, és az üzeneteid nem kerülnek mentésre.",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Ez biztosítja, hogy értékes beszélgetései biztonságosan mentésre kerüljenek a backend adatbázisban. Köszönjük!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Ez biztosítja, hogy értékes beszélgetései biztonságosan mentésre kerüljenek a backend adatbázisban. Köszönjük!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Ez egy kísérleti funkció, lehet, hogy nem a várt módon működik és bármikor változhat.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Ez egy kísérleti funkció, lehet, hogy nem a várt módon működik és bármikor változhat.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "felhasználó", "user": "felhasználó",
"User": "Felhasználó", "User": "Felhasználó",
"User location successfully retrieved.": "Felhasználó helye sikeresen lekérve.", "User location successfully retrieved.": "Felhasználó helye sikeresen lekérve.",
"User menu": "",
"User Webhooks": "Felhasználói webhookok", "User Webhooks": "Felhasználói webhookok",
"Username": "Felhasználónév", "Username": "Felhasználónév",
"Users": "Felhasználók", "Users": "Felhasználók",

View File

@ -23,6 +23,7 @@
"Account": "Akun", "Account": "Akun",
"Account Activation Pending": "Aktivasi Akun Tertunda", "Account Activation Pending": "Aktivasi Akun Tertunda",
"Accurate information": "Informasi yang akurat", "Accurate information": "Informasi yang akurat",
"Action": "",
"Actions": "", "Actions": "",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "Respons Buruk", "Bad Response": "Respons Buruk",
"Banners": "Spanduk", "Banners": "Spanduk",
"Base Model (From)": "Model Dasar (Dari)", "Base Model (From)": "Model Dasar (Dari)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "sebelum", "before": "sebelum",
"Being lazy": "Menjadi malas", "Being lazy": "Menjadi malas",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "Panggilan", "Call": "Panggilan",
"Call feature is not supported when using Web STT engine": "Fitur panggilan tidak didukung saat menggunakan mesin Web STT", "Call feature is not supported when using Web STT engine": "Fitur panggilan tidak didukung saat menggunakan mesin Web STT",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "Perintah", "Command": "Perintah",
"Comment": "",
"Completions": "", "Completions": "",
"Concurrent Requests": "Permintaan Bersamaan", "Concurrent Requests": "Permintaan Bersamaan",
"Configure": "", "Configure": "",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "", "Disabled": "",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Temukan, unduh, dan jelajahi prompt khusus", "Discover, download, and explore custom prompts": "Temukan, unduh, dan jelajahi prompt khusus",
"Discover, download, and explore custom tools": "Menemukan, mengunduh, dan menjelajahi alat khusus", "Discover, download, and explore custom tools": "Menemukan, mengunduh, dan menjelajahi alat khusus",
"Discover, download, and explore model presets": "Menemukan, mengunduh, dan menjelajahi preset model", "Discover, download, and explore model presets": "Menemukan, mengunduh, dan menjelajahi preset model",
"Dismissible": "Tidak dapat digunakan",
"Display": "", "Display": "",
"Display Emoji in Call": "Menampilkan Emoji dalam Panggilan", "Display Emoji in Call": "Menampilkan Emoji dalam Panggilan",
"Display the username instead of You in the Chat": "Menampilkan nama pengguna, bukan Anda di Obrolan", "Display the username instead of You in the Chat": "Menampilkan nama pengguna, bukan Anda di Obrolan",
@ -411,6 +414,8 @@
"Edit Memory": "Edit Memori", "Edit Memory": "Edit Memori",
"Edit User": "Edit Pengguna", "Edit User": "Edit Pengguna",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "", "ElevenLabs": "",
"Email": "Email", "Email": "Email",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "", "Files": "",
"Filter": "",
"Filter is now globally disabled": "Filter sekarang dinonaktifkan secara global", "Filter is now globally disabled": "Filter sekarang dinonaktifkan secara global",
"Filter is now globally enabled": "Filter sekarang diaktifkan secara global", "Filter is now globally enabled": "Filter sekarang diaktifkan secara global",
"Filters": "Filter", "Filters": "Filter",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "Membuat kueri penelusuran", "Generating search query": "Membuat kueri penelusuran",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "Global", "Global": "Global",
@ -724,6 +731,9 @@
"Info": "Info", "Info": "Info",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Perintah masukan", "Input commands": "Perintah masukan",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instal dari URL Github", "Install from Github URL": "Instal dari URL Github",
"Instant Auto-Send After Voice Transcription": "Kirim Otomatis Instan Setelah Transkripsi Suara", "Instant Auto-Send After Voice Transcription": "Kirim Otomatis Instan Setelah Transkripsi Suara",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "ID Model", "Model ID": "ID Model",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "", "Model Name": "",
"Model not selected": "Model tidak dipilih", "Model not selected": "Model tidak dipilih",
"Model Params": "Parameter Model", "Model Params": "Parameter Model",
@ -972,6 +981,7 @@
"Pin": "", "Pin": "",
"Pinned": "", "Pinned": "",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "Pipeline berhasil dihapus", "Pipeline deleted successfully": "Pipeline berhasil dihapus",
"Pipeline downloaded successfully": "Saluran pipa berhasil diunduh", "Pipeline downloaded successfully": "Saluran pipa berhasil diunduh",
"Pipelines": "Saluran pipa", "Pipelines": "Saluran pipa",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "", "Relevance": "",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Hapus", "Remove": "Hapus",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Hapus Model", "Remove Model": "Hapus Model",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Ganti nama", "Rename": "Ganti nama",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Setel Ulang Direktori Unggahan", "Reset Upload Directory": "Setel Ulang Direktori Unggahan",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Notifikasi respons tidak dapat diaktifkan karena izin situs web telah ditolak. Silakan kunjungi pengaturan browser Anda untuk memberikan akses yang diperlukan.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Notifikasi respons tidak dapat diaktifkan karena izin situs web telah ditolak. Silakan kunjungi pengaturan browser Anda untuk memberikan akses yang diperlukan.",
"Response splitting": "", "Response splitting": "",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "Tampilkan Detail Admin di Hamparan Akun Tertunda", "Show Admin Details in Account Pending Overlay": "Tampilkan Detail Admin di Hamparan Akun Tertunda",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Tampilkan pintasan", "Show shortcuts": "Tampilkan pintasan",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Ini akan memastikan bahwa percakapan Anda yang berharga disimpan dengan aman ke basis data backend. Terima kasih!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Ini akan memastikan bahwa percakapan Anda yang berharga disimpan dengan aman ke basis data backend. Terima kasih!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Ini adalah fitur eksperimental, mungkin tidak berfungsi seperti yang diharapkan dan dapat berubah sewaktu-waktu.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Ini adalah fitur eksperimental, mungkin tidak berfungsi seperti yang diharapkan dan dapat berubah sewaktu-waktu.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "pengguna", "user": "pengguna",
"User": "", "User": "",
"User location successfully retrieved.": "Lokasi pengguna berhasil diambil.", "User location successfully retrieved.": "Lokasi pengguna berhasil diambil.",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "", "Username": "",
"Users": "Pengguna", "Users": "Pengguna",

View File

@ -23,6 +23,7 @@
"Account": "Cuntas", "Account": "Cuntas",
"Account Activation Pending": "Gníomhachtaithe Cuntas", "Account Activation Pending": "Gníomhachtaithe Cuntas",
"Accurate information": "Faisnéis chruinn", "Accurate information": "Faisnéis chruinn",
"Action": "",
"Actions": "Gníomhartha", "Actions": "Gníomhartha",
"Activate": "Gníomhachtaigh", "Activate": "Gníomhachtaigh",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Gníomhachtaigh an t-ordú seo trí \"/{{COMMAND}}\" a chlóscríobh chun ionchur comhrá a dhéanamh.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Gníomhachtaigh an t-ordú seo trí \"/{{COMMAND}}\" a chlóscríobh chun ionchur comhrá a dhéanamh.",
@ -145,6 +146,7 @@
"Bad Response": "Droch-fhreagra", "Bad Response": "Droch-fhreagra",
"Banners": "Meirgí", "Banners": "Meirgí",
"Base Model (From)": "Múnla Bonn (Ó)", "Base Model (From)": "Múnla Bonn (Ó)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "roimh", "before": "roimh",
"Being lazy": "A bheith leisciúil", "Being lazy": "A bheith leisciúil",
"Beta": "Béite", "Beta": "Béite",
@ -157,7 +159,7 @@
"By {{name}}": "Le {{name}}", "By {{name}}": "Le {{name}}",
"Bypass Embedding and Retrieval": "Seachbhóthar Leabú agus Aisghabháil", "Bypass Embedding and Retrieval": "Seachbhóthar Leabú agus Aisghabháil",
"Bypass Web Loader": "Seachbhóthar Luchtaire Gréasáin", "Bypass Web Loader": "Seachbhóthar Luchtaire Gréasáin",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Féilire", "Calendar": "Féilire",
"Call": "Glaoigh", "Call": "Glaoigh",
"Call feature is not supported when using Web STT engine": "Ní thacaítear le gné glaonna agus inneall Web STT á úsáid", "Call feature is not supported when using Web STT engine": "Ní thacaítear le gné glaonna agus inneall Web STT á úsáid",
@ -211,6 +213,7 @@
"Clone Chat": "Comhrá Clón", "Clone Chat": "Comhrá Clón",
"Clone of {{TITLE}}": "Clón de {{TITLE}}", "Clone of {{TITLE}}": "Clón de {{TITLE}}",
"Close": "Dún", "Close": "Dún",
"Close Configure Connection Modal": "",
"Close modal": "Dún modúl", "Close modal": "Dún modúl",
"Close settings modal": "Dún modúl na socruithe", "Close settings modal": "Dún modúl na socruithe",
"Code execution": "Cód a fhorghníomhú", "Code execution": "Cód a fhorghníomhú",
@ -231,6 +234,7 @@
"ComfyUI Workflow": "Sreabhadh Oibre ComfyUI", "ComfyUI Workflow": "Sreabhadh Oibre ComfyUI",
"ComfyUI Workflow Nodes": "Nóid Sreabhadh Oibre ComfyUI", "ComfyUI Workflow Nodes": "Nóid Sreabhadh Oibre ComfyUI",
"Command": "Ordú", "Command": "Ordú",
"Comment": "",
"Completions": "Críochnaithe", "Completions": "Críochnaithe",
"Concurrent Requests": "Iarrataí Comhthéime", "Concurrent Requests": "Iarrataí Comhthéime",
"Configure": "Cumraigh", "Configure": "Cumraigh",
@ -344,6 +348,7 @@
"Direct Connections": "Naisc Dhíreacha", "Direct Connections": "Naisc Dhíreacha",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Ligeann Connections Direct d'úsáideoirí ceangal lena gcríochphointí API féin atá comhoiriúnach le OpenAI.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Ligeann Connections Direct d'úsáideoirí ceangal lena gcríochphointí API féin atá comhoiriúnach le OpenAI.",
"Direct Tool Servers": "Freastalaithe Uirlisí Díreacha", "Direct Tool Servers": "Freastalaithe Uirlisí Díreacha",
"Disable Code Interpreter": "",
"Disable Image Extraction": "Díchumasaigh Eastóscadh Íomhá", "Disable Image Extraction": "Díchumasaigh Eastóscadh Íomhá",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "Díchumasaigh eastóscadh íomhánna ón PDF. Má tá Úsáid LLM cumasaithe, cuirfear fotheidil leis na híomhánna go huathoibríoch. Is é Bréag an réamhshocrú.", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "Díchumasaigh eastóscadh íomhánna ón PDF. Má tá Úsáid LLM cumasaithe, cuirfear fotheidil leis na híomhánna go huathoibríoch. Is é Bréag an réamhshocrú.",
"Disabled": "Díchumasaithe", "Disabled": "Díchumasaithe",
@ -357,7 +362,6 @@
"Discover, download, and explore custom prompts": "Leideanna saincheaptha a fháil amach, a íoslódáil agus a iniúchadh", "Discover, download, and explore custom prompts": "Leideanna saincheaptha a fháil amach, a íoslódáil agus a iniúchadh",
"Discover, download, and explore custom tools": "Uirlisí saincheaptha a fháil amach, íoslódáil agus iniúchadh", "Discover, download, and explore custom tools": "Uirlisí saincheaptha a fháil amach, íoslódáil agus iniúchadh",
"Discover, download, and explore model presets": "Réamhshocruithe múnla a fháil amach, a íoslódáil agus a iniúchadh", "Discover, download, and explore model presets": "Réamhshocruithe múnla a fháil amach, a íoslódáil agus a iniúchadh",
"Dismissible": "Dífhostaithe",
"Display": "Taispeáin", "Display": "Taispeáin",
"Display Emoji in Call": "Taispeáin Emoji i nGlao", "Display Emoji in Call": "Taispeáin Emoji i nGlao",
"Display the username instead of You in the Chat": "Taispeáin an t-ainm úsáideora in ionad Tú sa Comhrá", "Display the username instead of You in the Chat": "Taispeáin an t-ainm úsáideora in ionad Tú sa Comhrá",
@ -410,6 +414,8 @@
"Edit Memory": "Cuir Cuimhne in eagar", "Edit Memory": "Cuir Cuimhne in eagar",
"Edit User": "Cuir Úsáideoir in eagar", "Edit User": "Cuir Úsáideoir in eagar",
"Edit User Group": "Cuir Grúpa Úsáideoirí in Eagar", "Edit User Group": "Cuir Grúpa Úsáideoirí in Eagar",
"Edited": "",
"Editing": "",
"Eject": "Díbirt", "Eject": "Díbirt",
"ElevenLabs": "Eleven Labs", "ElevenLabs": "Eleven Labs",
"Email": "Ríomhphost", "Email": "Ríomhphost",
@ -610,6 +616,7 @@
"File Upload": "Uaslódáil Comhaid", "File Upload": "Uaslódáil Comhaid",
"File uploaded successfully": "D'éirigh le huaslódáil an chomhaid", "File uploaded successfully": "D'éirigh le huaslódáil an chomhaid",
"Files": "Comhaid", "Files": "Comhaid",
"Filter": "",
"Filter is now globally disabled": "Tá an scagaire faoi mhíchumas go domhanda", "Filter is now globally disabled": "Tá an scagaire faoi mhíchumas go domhanda",
"Filter is now globally enabled": "Tá an scagaire cumasaithe go domhanda anois", "Filter is now globally enabled": "Tá an scagaire cumasaithe go domhanda anois",
"Filters": "Scagairí", "Filters": "Scagairí",
@ -657,6 +664,7 @@
"Generate prompt pair": "Gin péire pras", "Generate prompt pair": "Gin péire pras",
"Generating search query": "Giniúint ceist cuardaigh", "Generating search query": "Giniúint ceist cuardaigh",
"Generating...": "Ag giniúint...", "Generating...": "Ag giniúint...",
"Get information on {{name}} in the UI": "",
"Get started": "Cuir tús leis", "Get started": "Cuir tús leis",
"Get started with {{WEBUI_NAME}}": "Cuir tús le {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Cuir tús le {{WEBUI_NAME}}",
"Global": "Domhanda", "Global": "Domhanda",
@ -723,6 +731,9 @@
"Info": "Eolas", "Info": "Eolas",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Instealladh an t-ábhar ar fad mar chomhthéacs do phróiseáil chuimsitheach, moltar é seo le haghaidh ceisteanna casta.", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Instealladh an t-ábhar ar fad mar chomhthéacs do phróiseáil chuimsitheach, moltar é seo le haghaidh ceisteanna casta.",
"Input commands": "Orduithe ionchuir", "Input commands": "Orduithe ionchuir",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Suiteáil ó Github URL", "Install from Github URL": "Suiteáil ó Github URL",
"Instant Auto-Send After Voice Transcription": "Seoladh Uathoibríoch Láithreach Tar éis", "Instant Auto-Send After Voice Transcription": "Seoladh Uathoibríoch Láithreach Tar éis",
"Integration": "Comhtháthú", "Integration": "Comhtháthú",
@ -840,7 +851,6 @@
"Model Filtering": "Scagadh Múnla", "Model Filtering": "Scagadh Múnla",
"Model ID": "ID Múnla", "Model ID": "ID Múnla",
"Model IDs": "IDanna Múnla", "Model IDs": "IDanna Múnla",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Ainm Múnla", "Model Name": "Ainm Múnla",
"Model not selected": "Múnla nach roghnaíodh", "Model not selected": "Múnla nach roghnaíodh",
"Model Params": "Múnla Params", "Model Params": "Múnla Params",
@ -971,6 +981,7 @@
"Pin": "Bioráin", "Pin": "Bioráin",
"Pinned": "Pinneáilte", "Pinned": "Pinneáilte",
"Pioneer insights": "Léargais ceannródaí", "Pioneer insights": "Léargais ceannródaí",
"Pipe": "",
"Pipeline deleted successfully": "Scriosta píblíne go rathúil", "Pipeline deleted successfully": "Scriosta píblíne go rathúil",
"Pipeline downloaded successfully": "Íoslódáilte píblíne", "Pipeline downloaded successfully": "Íoslódáilte píblíne",
"Pipelines": "Píblínte", "Pipelines": "Píblínte",
@ -1036,8 +1047,12 @@
"Releases": "Eisiúintí", "Releases": "Eisiúintí",
"Relevance": "Ábharthacht", "Relevance": "Ábharthacht",
"Relevance Threshold": "Tairseach Ábharthaíochta", "Relevance Threshold": "Tairseach Ábharthaíochta",
"Remember Dismissal": "",
"Remove": "Bain", "Remove": "Bain",
"Remove {{MODELID}} from list.": "Bain {{MODELID}} den liosta.", "Remove {{MODELID}} from list.": "Bain {{MODELID}} den liosta.",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Bain Múnla", "Remove Model": "Bain Múnla",
"Remove this tag from list": "Bain an clib seo den liosta", "Remove this tag from list": "Bain an clib seo den liosta",
"Rename": "Athainmnigh", "Rename": "Athainmnigh",
@ -1050,6 +1065,7 @@
"Reset Upload Directory": "Athshocraigh Eolaire Uas", "Reset Upload Directory": "Athshocraigh Eolaire Uas",
"Reset Vector Storage/Knowledge": "Athshocraigh Stóráil/Eolas Veicteoir", "Reset Vector Storage/Knowledge": "Athshocraigh Stóráil/Eolas Veicteoir",
"Reset view": "Athshocraigh amharc", "Reset view": "Athshocraigh amharc",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Ní féidir fógraí freagartha a ghníomhachtú toisc gur diúltaíodh ceadanna an tsuímh Ghréasáin. Tabhair cuairt ar do shocruithe brabhsálaí chun an rochtain riachtanach a dheonú.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Ní féidir fógraí freagartha a ghníomhachtú toisc gur diúltaíodh ceadanna an tsuímh Ghréasáin. Tabhair cuairt ar do shocruithe brabhsálaí chun an rochtain riachtanach a dheonú.",
"Response splitting": "Scoilt freagartha", "Response splitting": "Scoilt freagartha",
"Response Watermark": "Comhartha Uisce Freagartha", "Response Watermark": "Comhartha Uisce Freagartha",
@ -1154,6 +1170,7 @@
"Show \"What's New\" modal on login": "Taispeáin módúil \"Cad atá Nua\" ar logáil isteach", "Show \"What's New\" modal on login": "Taispeáin módúil \"Cad atá Nua\" ar logáil isteach",
"Show Admin Details in Account Pending Overlay": "Taispeáin Sonraí Riaracháin sa Chuntas ar Feitheamh Forleagan", "Show Admin Details in Account Pending Overlay": "Taispeáin Sonraí Riaracháin sa Chuntas ar Feitheamh Forleagan",
"Show All": "Taispeáin Gach Rud", "Show All": "Taispeáin Gach Rud",
"Show image preview": "",
"Show Less": "Taispeáin Níos Lú", "Show Less": "Taispeáin Níos Lú",
"Show Model": "Taispeáin Múnla", "Show Model": "Taispeáin Múnla",
"Show shortcuts": "Taispeáin aicearraí", "Show shortcuts": "Taispeáin aicearraí",
@ -1236,8 +1253,8 @@
"This action cannot be undone. Do you wish to continue?": "Ní féidir an gníomh seo a chur ar ais. Ar mhaith leat leanúint ar aghaidh?", "This action cannot be undone. Do you wish to continue?": "Ní féidir an gníomh seo a chur ar ais. Ar mhaith leat leanúint ar aghaidh?",
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Cruthaíodh an cainéal seo ar {{createdAt}}. Seo tús an chainéil {{channelName}}.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Cruthaíodh an cainéal seo ar {{createdAt}}. Seo tús an chainéil {{channelName}}.",
"This chat won't appear in history and your messages will not be saved.": "Ní bheidh an comhrá seo le feiceáil sa stair agus ní shábhálfar do theachtaireachtaí.", "This chat won't appear in history and your messages will not be saved.": "Ní bheidh an comhrá seo le feiceáil sa stair agus ní shábhálfar do theachtaireachtaí.",
"This chat wont appear in history and your messages will not be saved.": "Ní bheidh an comhrá seo le feiceáil sa stair agus ní shábhálfar do theachtaireachtaí.",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Cinntíonn sé seo go sábhálfar do chomhráite luachmhara go daingean i do bhunachar sonraí cúltaca Go raibh maith agat!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Cinntíonn sé seo go sábhálfar do chomhráite luachmhara go daingean i do bhunachar sonraí cúltaca Go raibh maith agat!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Is gné turgnamhach í seo, b'fhéidir nach bhfeidhmeoidh sé mar a bhíothas ag súil leis agus tá sé faoi réir athraithe ag am ar bith.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Is gné turgnamhach í seo, b'fhéidir nach bhfeidhmeoidh sé mar a bhíothas ag súil leis agus tá sé faoi réir athraithe ag am ar bith.",
"This model is not publicly available. Please select another model.": "Níl an tsamhail seo ar fáil go poiblí. Roghnaigh samhail eile le do thoil.", "This model is not publicly available. Please select another model.": "Níl an tsamhail seo ar fáil go poiblí. Roghnaigh samhail eile le do thoil.",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "Rialaíonn an rogha seo cé chomh fada a fhanfaidh an tsamhail luchtaithe sa chuimhne i ndiaidh an iarratais (réamhshocraithe: 5m)", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "Rialaíonn an rogha seo cé chomh fada a fhanfaidh an tsamhail luchtaithe sa chuimhne i ndiaidh an iarratais (réamhshocraithe: 5m)",
@ -1346,6 +1363,7 @@
"user": "úsáideoir", "user": "úsáideoir",
"User": "Úsáideoir", "User": "Úsáideoir",
"User location successfully retrieved.": "Fuarthas suíomh an úsáideora go rathúil.", "User location successfully retrieved.": "Fuarthas suíomh an úsáideora go rathúil.",
"User menu": "",
"User Webhooks": "Crúcaí Gréasáin Úsáideoir", "User Webhooks": "Crúcaí Gréasáin Úsáideoir",
"Username": "Ainm Úsáideora", "Username": "Ainm Úsáideora",
"Users": "Úsáideoirí", "Users": "Úsáideoirí",

View File

@ -23,6 +23,7 @@
"Account": "Account", "Account": "Account",
"Account Activation Pending": "Account in attesa di attivazione", "Account Activation Pending": "Account in attesa di attivazione",
"Accurate information": "Informazioni accurate", "Accurate information": "Informazioni accurate",
"Action": "",
"Actions": "Azioni", "Actions": "Azioni",
"Activate": "Attiva", "Activate": "Attiva",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Attiva questo comando digitando \"/{{COMMAND}}\" nell'input della chat.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Attiva questo comando digitando \"/{{COMMAND}}\" nell'input della chat.",
@ -145,6 +146,7 @@
"Bad Response": "Risposta non valida", "Bad Response": "Risposta non valida",
"Banners": "Banner", "Banners": "Banner",
"Base Model (From)": "Modello base (da)", "Base Model (From)": "Modello base (da)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "prima", "before": "prima",
"Being lazy": "Faccio il pigro", "Being lazy": "Faccio il pigro",
"Beta": "Beta", "Beta": "Beta",
@ -157,7 +159,7 @@
"By {{name}}": "Di {{name}}", "By {{name}}": "Di {{name}}",
"Bypass Embedding and Retrieval": "Bypass embedding e recupero", "Bypass Embedding and Retrieval": "Bypass embedding e recupero",
"Bypass Web Loader": "Bypassa il Web Loader", "Bypass Web Loader": "Bypassa il Web Loader",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Calendario", "Calendar": "Calendario",
"Call": "Chiamata", "Call": "Chiamata",
"Call feature is not supported when using Web STT engine": "La funzione di chiamata non è supportata quando si utilizza il motore Web STT", "Call feature is not supported when using Web STT engine": "La funzione di chiamata non è supportata quando si utilizza il motore Web STT",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "Flusso di lavoro ComfyUI", "ComfyUI Workflow": "Flusso di lavoro ComfyUI",
"ComfyUI Workflow Nodes": "Nodi flusso di lavoro ComfyUI", "ComfyUI Workflow Nodes": "Nodi flusso di lavoro ComfyUI",
"Command": "Comando", "Command": "Comando",
"Comment": "",
"Completions": "Completamenti", "Completions": "Completamenti",
"Concurrent Requests": "Richieste simultanee", "Concurrent Requests": "Richieste simultanee",
"Configure": "Configura", "Configure": "Configura",
@ -345,6 +348,7 @@
"Direct Connections": "Connessioni Dirette", "Direct Connections": "Connessioni Dirette",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Le Connessioni Dirette consentono agli utenti di connettersi ai propri endpoint API compatibili con OpenAI.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Le Connessioni Dirette consentono agli utenti di connettersi ai propri endpoint API compatibili con OpenAI.",
"Direct Tool Servers": "Strimentu Server Diretti", "Direct Tool Servers": "Strimentu Server Diretti",
"Disable Code Interpreter": "",
"Disable Image Extraction": "Disattiva l'estrazione immagini", "Disable Image Extraction": "Disattiva l'estrazione immagini",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "Disattiva l'estrazione immagini dai PDF. Se LLM è attivo le immagini saranno didascalizzate. Predefinito a Falso.", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "Disattiva l'estrazione immagini dai PDF. Se LLM è attivo le immagini saranno didascalizzate. Predefinito a Falso.",
"Disabled": "Disabilitato", "Disabled": "Disabilitato",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Scopri, scarica ed esplora prompt personalizzati", "Discover, download, and explore custom prompts": "Scopri, scarica ed esplora prompt personalizzati",
"Discover, download, and explore custom tools": "Scopri, scarica ed esplora strumenti personalizzati", "Discover, download, and explore custom tools": "Scopri, scarica ed esplora strumenti personalizzati",
"Discover, download, and explore model presets": "Scopri, scarica ed esplora i preset dei modello", "Discover, download, and explore model presets": "Scopri, scarica ed esplora i preset dei modello",
"Dismissible": "Scartabile",
"Display": "Visualizza", "Display": "Visualizza",
"Display Emoji in Call": "Visualizza emoji nella chiamata", "Display Emoji in Call": "Visualizza emoji nella chiamata",
"Display the username instead of You in the Chat": "Visualizza il nome utente invece di Tu nella chat", "Display the username instead of You in the Chat": "Visualizza il nome utente invece di Tu nella chat",
@ -411,6 +414,8 @@
"Edit Memory": "Modifica Memoria", "Edit Memory": "Modifica Memoria",
"Edit User": "Modifica Utente", "Edit User": "Modifica Utente",
"Edit User Group": "Modifica Gruppo Utente", "Edit User Group": "Modifica Gruppo Utente",
"Edited": "",
"Editing": "",
"Eject": "Espelli", "Eject": "Espelli",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "Email", "Email": "Email",
@ -611,6 +616,7 @@
"File Upload": "Caricamento file", "File Upload": "Caricamento file",
"File uploaded successfully": "Caricamento file riuscito", "File uploaded successfully": "Caricamento file riuscito",
"Files": "File", "Files": "File",
"Filter": "",
"Filter is now globally disabled": "Il filtro è ora disabilitato globalmente", "Filter is now globally disabled": "Il filtro è ora disabilitato globalmente",
"Filter is now globally enabled": "Il filtro è ora abilitato globalmente", "Filter is now globally enabled": "Il filtro è ora abilitato globalmente",
"Filters": "Filtri", "Filters": "Filtri",
@ -658,6 +664,7 @@
"Generate prompt pair": "Genera coppia di prompt", "Generate prompt pair": "Genera coppia di prompt",
"Generating search query": "Generazione query di ricerca", "Generating search query": "Generazione query di ricerca",
"Generating...": "Generazione in corso...", "Generating...": "Generazione in corso...",
"Get information on {{name}} in the UI": "",
"Get started": "Inizia", "Get started": "Inizia",
"Get started with {{WEBUI_NAME}}": "Inizia con {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Inizia con {{WEBUI_NAME}}",
"Global": "Globale", "Global": "Globale",
@ -724,6 +731,9 @@
"Info": "Informazioni", "Info": "Informazioni",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Inietta l'intero contenuto come contesto per un'elaborazione completa, questo è consigliato per query complesse.", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Inietta l'intero contenuto come contesto per un'elaborazione completa, questo è consigliato per query complesse.",
"Input commands": "Comandi di input", "Input commands": "Comandi di input",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Eseguire l'installazione dall'URL di Github", "Install from Github URL": "Eseguire l'installazione dall'URL di Github",
"Instant Auto-Send After Voice Transcription": "Invio automatico istantaneo dopo la trascrizione vocale", "Instant Auto-Send After Voice Transcription": "Invio automatico istantaneo dopo la trascrizione vocale",
"Integration": "Integrazione", "Integration": "Integrazione",
@ -841,7 +851,6 @@
"Model Filtering": "Filtraggio modelli", "Model Filtering": "Filtraggio modelli",
"Model ID": "ID modello", "Model ID": "ID modello",
"Model IDs": "ID modello", "Model IDs": "ID modello",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Nome modello", "Model Name": "Nome modello",
"Model not selected": "Modello non selezionato", "Model not selected": "Modello non selezionato",
"Model Params": "Parametri del modello", "Model Params": "Parametri del modello",
@ -972,6 +981,7 @@
"Pin": "Appunta", "Pin": "Appunta",
"Pinned": "Appuntato", "Pinned": "Appuntato",
"Pioneer insights": "Scopri nuove intuizioni", "Pioneer insights": "Scopri nuove intuizioni",
"Pipe": "",
"Pipeline deleted successfully": "Pipeline rimossa con successo", "Pipeline deleted successfully": "Pipeline rimossa con successo",
"Pipeline downloaded successfully": "Pipeline scaricata con successo", "Pipeline downloaded successfully": "Pipeline scaricata con successo",
"Pipelines": "Pipeline", "Pipelines": "Pipeline",
@ -1037,8 +1047,12 @@
"Releases": "Rilasci", "Releases": "Rilasci",
"Relevance": "Rilevanza", "Relevance": "Rilevanza",
"Relevance Threshold": "Soglia di Rilevanza", "Relevance Threshold": "Soglia di Rilevanza",
"Remember Dismissal": "",
"Remove": "Rimuovi", "Remove": "Rimuovi",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Rimuovi Modello", "Remove Model": "Rimuovi Modello",
"Remove this tag from list": "Rimuovi questo tag dalla lista", "Remove this tag from list": "Rimuovi questo tag dalla lista",
"Rename": "Rinomina", "Rename": "Rinomina",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Ripristina Directory di Caricamento", "Reset Upload Directory": "Ripristina Directory di Caricamento",
"Reset Vector Storage/Knowledge": "Ripristina Archiviazione Vettoriale/Conoscenza", "Reset Vector Storage/Knowledge": "Ripristina Archiviazione Vettoriale/Conoscenza",
"Reset view": "Ripristina visualizzazione", "Reset view": "Ripristina visualizzazione",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Le notifiche di risposta non possono essere attivate poiché i permessi del sito web sono stati negati. Si prega di visitare le impostazioni del browser per concedere l'accesso necessario.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Le notifiche di risposta non possono essere attivate poiché i permessi del sito web sono stati negati. Si prega di visitare le impostazioni del browser per concedere l'accesso necessario.",
"Response splitting": "Divisione della risposta", "Response splitting": "Divisione della risposta",
"Response Watermark": "Watermark della richiesta", "Response Watermark": "Watermark della richiesta",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Mostra il modulo \"Novità\" al login", "Show \"What's New\" modal on login": "Mostra il modulo \"Novità\" al login",
"Show Admin Details in Account Pending Overlay": "Mostra i dettagli dell'amministratore nella sovrapposizione dell'account in attesa", "Show Admin Details in Account Pending Overlay": "Mostra i dettagli dell'amministratore nella sovrapposizione dell'account in attesa",
"Show All": "Mostra Tutto", "Show All": "Mostra Tutto",
"Show image preview": "",
"Show Less": "Mostra Meno", "Show Less": "Mostra Meno",
"Show Model": "Mostra Modello", "Show Model": "Mostra Modello",
"Show shortcuts": "Mostra scorciatoie", "Show shortcuts": "Mostra scorciatoie",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Questo canale è stato creato il {{createdAt}}. Questo è l'inizio del canale {{channelName}}.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Questo canale è stato creato il {{createdAt}}. Questo è l'inizio del canale {{channelName}}.",
"This chat won't appear in history and your messages will not be saved.": "Questa chat non apparirà nella cronologia e i tuoi messaggi non verranno salvati.", "This chat won't appear in history and your messages will not be saved.": "Questa chat non apparirà nella cronologia e i tuoi messaggi non verranno salvati.",
"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 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 feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Questa è una funzionalità sperimentale, potrebbe non funzionare come previsto ed è soggetta a modifiche in qualsiasi momento.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Questa è una funzionalità sperimentale, potrebbe non funzionare come previsto ed è soggetta a modifiche in qualsiasi momento.",
"This model is not publicly available. Please select another model.": "Questo modello non è disponibile pubblicamente. Seleziona un altro modello.", "This model is not publicly available. Please select another model.": "Questo modello non è disponibile pubblicamente. Seleziona un altro modello.",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "Questa opzione controlla quanto a lungo il modello rimarrà in memoria seguendo la richiesta (predefinito: 5m)", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "Questa opzione controlla quanto a lungo il modello rimarrà in memoria seguendo la richiesta (predefinito: 5m)",
@ -1346,6 +1363,7 @@
"user": "utente", "user": "utente",
"User": "Utente", "User": "Utente",
"User location successfully retrieved.": "Posizione utente recuperata con successo.", "User location successfully retrieved.": "Posizione utente recuperata con successo.",
"User menu": "",
"User Webhooks": "Webhook Utente", "User Webhooks": "Webhook Utente",
"Username": "Nome Utente", "Username": "Nome Utente",
"Users": "Utenti", "Users": "Utenti",

View File

@ -23,6 +23,7 @@
"Account": "アカウント", "Account": "アカウント",
"Account Activation Pending": "アカウント承認待ち", "Account Activation Pending": "アカウント承認待ち",
"Accurate information": "情報が正確", "Accurate information": "情報が正確",
"Action": "",
"Actions": "アクション", "Actions": "アクション",
"Activate": "アクティブ化", "Activate": "アクティブ化",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "このコマンド \"/{{COMMAND}}\" をチャットに入力してアクティブ化します", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "このコマンド \"/{{COMMAND}}\" をチャットに入力してアクティブ化します",
@ -145,6 +146,7 @@
"Bad Response": "応答が悪い", "Bad Response": "応答が悪い",
"Banners": "バナー", "Banners": "バナー",
"Base Model (From)": "ベースモデル (From)", "Base Model (From)": "ベースモデル (From)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "より前", "before": "より前",
"Being lazy": "怠惰な", "Being lazy": "怠惰な",
"Beta": "ベータ", "Beta": "ベータ",
@ -157,7 +159,7 @@
"By {{name}}": "{{name}}による", "By {{name}}": "{{name}}による",
"Bypass Embedding and Retrieval": "埋め込みと検索をバイパス", "Bypass Embedding and Retrieval": "埋め込みと検索をバイパス",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "カレンダー", "Calendar": "カレンダー",
"Call": "コール", "Call": "コール",
"Call feature is not supported when using Web STT engine": "Web STTエンジンを使用している場合、コール機能はサポートされていません。", "Call feature is not supported when using Web STT engine": "Web STTエンジンを使用している場合、コール機能はサポートされていません。",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUIワークフロー", "ComfyUI Workflow": "ComfyUIワークフロー",
"ComfyUI Workflow Nodes": "ComfyUIワークフローード", "ComfyUI Workflow Nodes": "ComfyUIワークフローード",
"Command": "コマンド", "Command": "コマンド",
"Comment": "",
"Completions": "コンプリート", "Completions": "コンプリート",
"Concurrent Requests": "同時リクエスト", "Concurrent Requests": "同時リクエスト",
"Configure": "設定", "Configure": "設定",
@ -345,6 +348,7 @@
"Direct Connections": "ダイレクトコネクション", "Direct Connections": "ダイレクトコネクション",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "ダイレクトコネクションは、ユーザーが独自のOpenAI互換APIエンドポイントに接続できるようにします。", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "ダイレクトコネクションは、ユーザーが独自のOpenAI互換APIエンドポイントに接続できるようにします。",
"Direct Tool Servers": "ダイレクトツールサーバー", "Direct Tool Servers": "ダイレクトツールサーバー",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "無効", "Disabled": "無効",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "カスタムプロンプトを探してダウンロードする", "Discover, download, and explore custom prompts": "カスタムプロンプトを探してダウンロードする",
"Discover, download, and explore custom tools": "カスタムツールを探てしダウンロードする", "Discover, download, and explore custom tools": "カスタムツールを探てしダウンロードする",
"Discover, download, and explore model presets": "モデルプリセットを探してダウンロードする", "Discover, download, and explore model presets": "モデルプリセットを探してダウンロードする",
"Dismissible": "",
"Display": "", "Display": "",
"Display Emoji in Call": "コールで絵文字を表示", "Display Emoji in Call": "コールで絵文字を表示",
"Display the username instead of You in the Chat": "チャットで「あなた」の代わりにユーザー名を表示", "Display the username instead of You in the Chat": "チャットで「あなた」の代わりにユーザー名を表示",
@ -411,6 +414,8 @@
"Edit Memory": "メモリを編集", "Edit Memory": "メモリを編集",
"Edit User": "ユーザーを編集", "Edit User": "ユーザーを編集",
"Edit User Group": "ユーザーグループを編集", "Edit User Group": "ユーザーグループを編集",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "", "ElevenLabs": "",
"Email": "メールアドレス", "Email": "メールアドレス",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "ファイル", "Files": "ファイル",
"Filter": "",
"Filter is now globally disabled": "グローバルフィルタが無効です。", "Filter is now globally disabled": "グローバルフィルタが無効です。",
"Filter is now globally enabled": "グローバルフィルタが有効です。", "Filter is now globally enabled": "グローバルフィルタが有効です。",
"Filters": "フィルター", "Filters": "フィルター",
@ -658,6 +664,7 @@
"Generate prompt pair": "プロンプトペアを生成", "Generate prompt pair": "プロンプトペアを生成",
"Generating search query": "検索クエリの生成", "Generating search query": "検索クエリの生成",
"Generating...": "生成中...", "Generating...": "生成中...",
"Get information on {{name}} in the UI": "",
"Get started": "開始", "Get started": "開始",
"Get started with {{WEBUI_NAME}}": "{{WEBUI_NAME}}を開始", "Get started with {{WEBUI_NAME}}": "{{WEBUI_NAME}}を開始",
"Global": "グローバル", "Global": "グローバル",
@ -724,6 +731,9 @@
"Info": "情報", "Info": "情報",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "複雑なクエリには、包括的な処理のためにコンテンツ全体をコンテキストとして注入することをお勧めします。", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "複雑なクエリには、包括的な処理のためにコンテンツ全体をコンテキストとして注入することをお勧めします。",
"Input commands": "入力コマンド", "Input commands": "入力コマンド",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Github URLからインストール", "Install from Github URL": "Github URLからインストール",
"Instant Auto-Send After Voice Transcription": "音声文字変換後に即時自動送信", "Instant Auto-Send After Voice Transcription": "音声文字変換後に即時自動送信",
"Integration": "統合", "Integration": "統合",
@ -841,7 +851,6 @@
"Model Filtering": "モデルフィルタリング", "Model Filtering": "モデルフィルタリング",
"Model ID": "モデルID", "Model ID": "モデルID",
"Model IDs": "モデルID", "Model IDs": "モデルID",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "モデル名", "Model Name": "モデル名",
"Model not selected": "モデルが選択されていません", "Model not selected": "モデルが選択されていません",
"Model Params": "モデルパラメータ", "Model Params": "モデルパラメータ",
@ -972,6 +981,7 @@
"Pin": "ピン留め", "Pin": "ピン留め",
"Pinned": "ピン留めされています", "Pinned": "ピン留めされています",
"Pioneer insights": "先駆者の洞察", "Pioneer insights": "先駆者の洞察",
"Pipe": "",
"Pipeline deleted successfully": "パイプラインが正常に削除されました", "Pipeline deleted successfully": "パイプラインが正常に削除されました",
"Pipeline downloaded successfully": "パイプラインが正常にダウンロードされました", "Pipeline downloaded successfully": "パイプラインが正常にダウンロードされました",
"Pipelines": "パイプライン", "Pipelines": "パイプライン",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "関連性", "Relevance": "関連性",
"Relevance Threshold": "関連性の閾値", "Relevance Threshold": "関連性の閾値",
"Remember Dismissal": "",
"Remove": "削除", "Remove": "削除",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "モデルを削除", "Remove Model": "モデルを削除",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "名前を変更", "Rename": "名前を変更",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "アップロードディレクトリをリセット", "Reset Upload Directory": "アップロードディレクトリをリセット",
"Reset Vector Storage/Knowledge": "ベクターストレージとナレッジベースをリセット", "Reset Vector Storage/Knowledge": "ベクターストレージとナレッジベースをリセット",
"Reset view": "表示をリセット", "Reset view": "表示をリセット",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "ウェブサイトの許可が拒否されたため、応答通知をアクティブ化できません。必要なアクセスを許可するためにブラウザの設定を訪問してください。", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "ウェブサイトの許可が拒否されたため、応答通知をアクティブ化できません。必要なアクセスを許可するためにブラウザの設定を訪問してください。",
"Response splitting": "応答の分割", "Response splitting": "応答の分割",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "ログイン時に「新しいこと」モーダルを表示", "Show \"What's New\" modal on login": "ログイン時に「新しいこと」モーダルを表示",
"Show Admin Details in Account Pending Overlay": "アカウント保留中の管理者詳細を表示", "Show Admin Details in Account Pending Overlay": "アカウント保留中の管理者詳細を表示",
"Show All": "すべて表示", "Show All": "すべて表示",
"Show image preview": "",
"Show Less": "表示を減らす", "Show Less": "表示を減らす",
"Show Model": "モデルを表示", "Show Model": "モデルを表示",
"Show shortcuts": "ショートカットを表示", "Show shortcuts": "ショートカットを表示",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "このチャンネルは{{createdAt}}に作成されました。これは{{channelName}}チャンネルの始まりです。", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "このチャンネルは{{createdAt}}に作成されました。これは{{channelName}}チャンネルの始まりです。",
"This chat won't appear in history and your messages will not be saved.": "このチャットは履歴に表示されず、メッセージは保存されません。", "This chat won't appear in history and your messages will not be saved.": "このチャットは履歴に表示されず、メッセージは保存されません。",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "これは、貴重な会話がバックエンドデータベースに安全に保存されることを保証します。ありがとうございます!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "これは、貴重な会話がバックエンドデータベースに安全に保存されることを保証します。ありがとうございます!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "実験的機能であり正常動作しない場合があります。", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "実験的機能であり正常動作しない場合があります。",
"This model is not publicly available. Please select another model.": "このモデルは公開されていません。別のモデルを選択してください。", "This model is not publicly available. Please select another model.": "このモデルは公開されていません。別のモデルを選択してください。",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "ユーザー", "user": "ユーザー",
"User": "ユーザー", "User": "ユーザー",
"User location successfully retrieved.": "ユーザーの位置情報が正常に取得されました。", "User location successfully retrieved.": "ユーザーの位置情報が正常に取得されました。",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "ユーザー名", "Username": "ユーザー名",
"Users": "ユーザー", "Users": "ユーザー",

View File

@ -23,6 +23,7 @@
"Account": "ანგარიში", "Account": "ანგარიში",
"Account Activation Pending": "დარჩენილი ანგარიშის აქტივაცია", "Account Activation Pending": "დარჩენილი ანგარიშის აქტივაცია",
"Accurate information": "სწორი ინფორმაცია", "Accurate information": "სწორი ინფორმაცია",
"Action": "",
"Actions": "ქმედებები", "Actions": "ქმედებები",
"Activate": "აქტივაცია", "Activate": "აქტივაცია",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "არასწორი პასუხი", "Bad Response": "არასწორი პასუხი",
"Banners": "ბანერები", "Banners": "ბანერები",
"Base Model (From)": "საბაზისო მოდელი (საიდან)", "Base Model (From)": "საბაზისო მოდელი (საიდან)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "მითითებულ დრომდე", "before": "მითითებულ დრომდე",
"Being lazy": "ზარმაცობა", "Being lazy": "ზარმაცობა",
"Beta": "ბეტა", "Beta": "ბეტა",
@ -157,7 +159,7 @@
"By {{name}}": "ავტორი {{name}}", "By {{name}}": "ავტორი {{name}}",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "კალენდარი", "Calendar": "კალენდარი",
"Call": "ზარი", "Call": "ზარი",
"Call feature is not supported when using Web STT engine": "", "Call feature is not supported when using Web STT engine": "",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "ბრძანება", "Command": "ბრძანება",
"Comment": "",
"Completions": "", "Completions": "",
"Concurrent Requests": "ერთდროული მოთხოვნები", "Concurrent Requests": "ერთდროული მოთხოვნები",
"Configure": "მორგება", "Configure": "მორგება",
@ -345,6 +348,7 @@
"Direct Connections": "პირდაპირი მიერთება", "Direct Connections": "პირდაპირი მიერთება",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "გამორთული", "Disabled": "გამორთული",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "აღმოაჩინეთ, გადმოწერეთ და შეისწავლეთ მორგებული მოთხოვნები", "Discover, download, and explore custom prompts": "აღმოაჩინეთ, გადმოწერეთ და შეისწავლეთ მორგებული მოთხოვნები",
"Discover, download, and explore custom tools": "", "Discover, download, and explore custom tools": "",
"Discover, download, and explore model presets": "აღმოაჩინეთ, გადმოწერეთ და შეისწავლეთ მოდელის პარამეტრები", "Discover, download, and explore model presets": "აღმოაჩინეთ, გადმოწერეთ და შეისწავლეთ მოდელის პარამეტრები",
"Dismissible": "",
"Display": "ჩვენება", "Display": "ჩვენება",
"Display Emoji in Call": "", "Display Emoji in Call": "",
"Display the username instead of You in the Chat": "ჩატში თქვენს მაგიერ მომხმარებლის სახელის ჩვენება", "Display the username instead of You in the Chat": "ჩატში თქვენს მაგიერ მომხმარებლის სახელის ჩვენება",
@ -411,6 +414,8 @@
"Edit Memory": "მეხსიერების ჩასწორება", "Edit Memory": "მეხსიერების ჩასწორება",
"Edit User": "მომხმარებლის ჩასწორება", "Edit User": "მომხმარებლის ჩასწორება",
"Edit User Group": "მომხმარებლის ჯგუფის ჩასწორება", "Edit User Group": "მომხმარებლის ჯგუფის ჩასწორება",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "ელფოსტა", "Email": "ელფოსტა",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "ფაილი", "Files": "ფაილი",
"Filter": "",
"Filter is now globally disabled": "", "Filter is now globally disabled": "",
"Filter is now globally enabled": "", "Filter is now globally enabled": "",
"Filters": "ფილტრები", "Filters": "ფილტრები",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "ძებნის მოთხოვნის გენერაცია", "Generating search query": "ძებნის მოთხოვნის გენერაცია",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "დაიწყეთ", "Get started": "დაიწყეთ",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "გლობალური", "Global": "გლობალური",
@ -724,6 +731,9 @@
"Info": "ინფორმაცია", "Info": "ინფორმაცია",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "შეიყვანეთ ბრძანებები", "Input commands": "შეიყვანეთ ბრძანებები",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "დაყენება Github-ის ბმულიდან", "Install from Github URL": "დაყენება Github-ის ბმულიდან",
"Instant Auto-Send After Voice Transcription": "", "Instant Auto-Send After Voice Transcription": "",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "მოდელების გაფილტვრა", "Model Filtering": "მოდელების გაფილტვრა",
"Model ID": "მოდელის ID", "Model ID": "მოდელის ID",
"Model IDs": "მოდელის ID-ები", "Model IDs": "მოდელის ID-ები",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Მოდელის სახელი", "Model Name": "Მოდელის სახელი",
"Model not selected": "მოდელი არჩეული არაა", "Model not selected": "მოდელი არჩეული არაა",
"Model Params": "მოდელის პარამეტრები", "Model Params": "მოდელის პარამეტრები",
@ -972,6 +981,7 @@
"Pin": "მიმაგრება", "Pin": "მიმაგრება",
"Pinned": "მიმაგრებულია", "Pinned": "მიმაგრებულია",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "", "Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "", "Pipeline downloaded successfully": "",
"Pipelines": "მილსადენები", "Pipelines": "მილსადენები",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "შესაბამისობა", "Relevance": "შესაბამისობა",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "წაშლა", "Remove": "წაშლა",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "მოდელის წაშლა", "Remove Model": "მოდელის წაშლა",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "სახელის გადარქმევა", "Rename": "სახელის გადარქმევა",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "", "Reset Upload Directory": "",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "", "Response splitting": "",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "", "Show Admin Details in Account Pending Overlay": "",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "მალსახმობების ჩვენება", "Show shortcuts": "მალსახმობების ჩვენება",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "ეს უზრუნველყოფს, რომ თქვენი ღირებული საუბრები უსაფრთხოდ შეინახება თქვენს უკანაბოლო მონაცემთა ბაზაში. მადლობა!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "ეს უზრუნველყოფს, რომ თქვენი ღირებული საუბრები უსაფრთხოდ შეინახება თქვენს უკანაბოლო მონაცემთა ბაზაში. მადლობა!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "მომხმარებელი", "user": "მომხმარებელი",
"User": "მომხმარებელი", "User": "მომხმარებელი",
"User location successfully retrieved.": "", "User location successfully retrieved.": "",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "მომხმარებლის სახელი", "Username": "მომხმარებლის სახელი",
"Users": "მომხმარებლები", "Users": "მომხმარებლები",

View File

@ -23,6 +23,7 @@
"Account": "계정", "Account": "계정",
"Account Activation Pending": "계정 활성화 대기", "Account Activation Pending": "계정 활성화 대기",
"Accurate information": "정확한 정보", "Accurate information": "정확한 정보",
"Action": "",
"Actions": "작업", "Actions": "작업",
"Activate": "활성화", "Activate": "활성화",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "채팅 입력창에 \"{{COMMAND}}\"을 입력해 명령을 실행하세요.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "채팅 입력창에 \"{{COMMAND}}\"을 입력해 명령을 실행하세요.",
@ -145,6 +146,7 @@
"Bad Response": "잘못된 응답", "Bad Response": "잘못된 응답",
"Banners": "배너", "Banners": "배너",
"Base Model (From)": "기본 모델(시작)", "Base Model (From)": "기본 모델(시작)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "이전", "before": "이전",
"Being lazy": "게으름 피우기", "Being lazy": "게으름 피우기",
"Beta": "베타", "Beta": "베타",
@ -157,7 +159,7 @@
"By {{name}}": "작성자: {{name}}", "By {{name}}": "작성자: {{name}}",
"Bypass Embedding and Retrieval": "임베딩 검색 우회", "Bypass Embedding and Retrieval": "임베딩 검색 우회",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "캘린더", "Calendar": "캘린더",
"Call": "음성 기능", "Call": "음성 기능",
"Call feature is not supported when using Web STT engine": "웹 STT 엔진 사용 시, 음성 기능은 지원되지 않습니다.", "Call feature is not supported when using Web STT engine": "웹 STT 엔진 사용 시, 음성 기능은 지원되지 않습니다.",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI 워크플로", "ComfyUI Workflow": "ComfyUI 워크플로",
"ComfyUI Workflow Nodes": "ComfyUI 워크플로 노드", "ComfyUI Workflow Nodes": "ComfyUI 워크플로 노드",
"Command": "명령", "Command": "명령",
"Comment": "",
"Completions": "완성됨", "Completions": "완성됨",
"Concurrent Requests": "동시 요청 수", "Concurrent Requests": "동시 요청 수",
"Configure": "구성", "Configure": "구성",
@ -345,6 +348,7 @@
"Direct Connections": "직접 연결", "Direct Connections": "직접 연결",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "직접 연결을 통해 사용자는 자체 OpenAI 호환 API 엔드포인트에 연결할 수 있습니다.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "직접 연결을 통해 사용자는 자체 OpenAI 호환 API 엔드포인트에 연결할 수 있습니다.",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "제한됨", "Disabled": "제한됨",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "사용자 정의 프롬프트 검색, 다운로드 및 탐색", "Discover, download, and explore custom prompts": "사용자 정의 프롬프트 검색, 다운로드 및 탐색",
"Discover, download, and explore custom tools": "사용자 정의 도구 검색, 다운로드 및 탐색", "Discover, download, and explore custom tools": "사용자 정의 도구 검색, 다운로드 및 탐색",
"Discover, download, and explore model presets": "모델 사전 설정 검색, 다운로드 및 탐색", "Discover, download, and explore model presets": "모델 사전 설정 검색, 다운로드 및 탐색",
"Dismissible": "제외가능",
"Display": "표시", "Display": "표시",
"Display Emoji in Call": "음성기능에서 이모지 표시", "Display Emoji in Call": "음성기능에서 이모지 표시",
"Display the username instead of You in the Chat": "채팅에서 '당신' 대신 사용자 이름 표시", "Display the username instead of You in the Chat": "채팅에서 '당신' 대신 사용자 이름 표시",
@ -411,6 +414,8 @@
"Edit Memory": "메모리 편집", "Edit Memory": "메모리 편집",
"Edit User": "사용자 편집", "Edit User": "사용자 편집",
"Edit User Group": "사용자 그룹 편집", "Edit User Group": "사용자 그룹 편집",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "이메일", "Email": "이메일",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "파일이 성공적으로 업로드되었습니다", "File uploaded successfully": "파일이 성공적으로 업로드되었습니다",
"Files": "파일", "Files": "파일",
"Filter": "",
"Filter is now globally disabled": "전반적으로 필터 비활성화됨", "Filter is now globally disabled": "전반적으로 필터 비활성화됨",
"Filter is now globally enabled": "전반적으로 필터 활성화됨", "Filter is now globally enabled": "전반적으로 필터 활성화됨",
"Filters": "필터", "Filters": "필터",
@ -658,6 +664,7 @@
"Generate prompt pair": "프롬프트 쌍 생성", "Generate prompt pair": "프롬프트 쌍 생성",
"Generating search query": "검색 쿼리 생성", "Generating search query": "검색 쿼리 생성",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "시작하기", "Get started": "시작하기",
"Get started with {{WEBUI_NAME}}": "{{WEBUI_NAME}} 시작하기", "Get started with {{WEBUI_NAME}}": "{{WEBUI_NAME}} 시작하기",
"Global": "글로벌", "Global": "글로벌",
@ -724,6 +731,9 @@
"Info": "정보", "Info": "정보",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "전체 콘텐츠를 포괄적인 처리를 위해 컨텍스트로 삽입하세요. 이는 복잡한 쿼리에 권장됩니다.", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "전체 콘텐츠를 포괄적인 처리를 위해 컨텍스트로 삽입하세요. 이는 복잡한 쿼리에 권장됩니다.",
"Input commands": "명령어 입력", "Input commands": "명령어 입력",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Github URL에서 설치", "Install from Github URL": "Github URL에서 설치",
"Instant Auto-Send After Voice Transcription": "음성 변환 후 즉시 자동 전송", "Instant Auto-Send After Voice Transcription": "음성 변환 후 즉시 자동 전송",
"Integration": "통합", "Integration": "통합",
@ -841,7 +851,6 @@
"Model Filtering": "모델 필터링", "Model Filtering": "모델 필터링",
"Model ID": "모델 ID", "Model ID": "모델 ID",
"Model IDs": "모델 IDs", "Model IDs": "모델 IDs",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "모델 이름", "Model Name": "모델 이름",
"Model not selected": "모델이 선택되지 않았습니다.", "Model not selected": "모델이 선택되지 않았습니다.",
"Model Params": "모델 파라미터", "Model Params": "모델 파라미터",
@ -972,6 +981,7 @@
"Pin": "고정", "Pin": "고정",
"Pinned": "고정됨", "Pinned": "고정됨",
"Pioneer insights": "선구자 인사이트", "Pioneer insights": "선구자 인사이트",
"Pipe": "",
"Pipeline deleted successfully": "성공적으로 파이프라인이 삭제되었습니다.", "Pipeline deleted successfully": "성공적으로 파이프라인이 삭제되었습니다.",
"Pipeline downloaded successfully": "성공적으로 파이프라인이 설치되었습니다.", "Pipeline downloaded successfully": "성공적으로 파이프라인이 설치되었습니다.",
"Pipelines": "파이프라인", "Pipelines": "파이프라인",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "관련도", "Relevance": "관련도",
"Relevance Threshold": "관련성 임계값", "Relevance Threshold": "관련성 임계값",
"Remember Dismissal": "",
"Remove": "삭제", "Remove": "삭제",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "모델 삭제", "Remove Model": "모델 삭제",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "이름 변경", "Rename": "이름 변경",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "업로드 디렉토리 초기화", "Reset Upload Directory": "업로드 디렉토리 초기화",
"Reset Vector Storage/Knowledge": "벡터 저장 공간/지식 기반 초기화", "Reset Vector Storage/Knowledge": "벡터 저장 공간/지식 기반 초기화",
"Reset view": "보기 초기화", "Reset view": "보기 초기화",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "웹사이트 권한이 거부되어 응답 알림을 활성화할 수 없습니다. 필요한 접근 권한을 부여하려면 브라우저 설정을 확인해 주세요.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "웹사이트 권한이 거부되어 응답 알림을 활성화할 수 없습니다. 필요한 접근 권한을 부여하려면 브라우저 설정을 확인해 주세요.",
"Response splitting": "응답 나누기", "Response splitting": "응답 나누기",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "로그인시 \"새로운 기능\" 모달 보기", "Show \"What's New\" modal on login": "로그인시 \"새로운 기능\" 모달 보기",
"Show Admin Details in Account Pending Overlay": "사용자용 계정 보류 설명창에, 관리자 상세 정보 노출", "Show Admin Details in Account Pending Overlay": "사용자용 계정 보류 설명창에, 관리자 상세 정보 노출",
"Show All": "모두 보기", "Show All": "모두 보기",
"Show image preview": "",
"Show Less": "간략히 보기", "Show Less": "간략히 보기",
"Show Model": "모델 보기", "Show Model": "모델 보기",
"Show shortcuts": "단축키 보기", "Show shortcuts": "단축키 보기",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "이 채널은 {{createAt}}에서 생성되었습니다. 이것은 {{channelName}} 채널의 시작입니다.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "이 채널은 {{createAt}}에서 생성되었습니다. 이것은 {{channelName}} 채널의 시작입니다.",
"This chat won't appear in history and your messages will not be saved.": "이 채팅은 기록에 나타나지 않으며 메시지가 저장되지 않습니다.", "This chat won't appear in history and your messages will not be saved.": "이 채팅은 기록에 나타나지 않으며 메시지가 저장되지 않습니다.",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "이렇게 하면 소중한 대화 내용이 백엔드 데이터베이스에 안전하게 저장됩니다. 감사합니다!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "이렇게 하면 소중한 대화 내용이 백엔드 데이터베이스에 안전하게 저장됩니다. 감사합니다!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "이것은 실험적 기능으로, 예상대로 작동하지 않을 수 있으며 언제든지 변경될 수 있습니다.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "이것은 실험적 기능으로, 예상대로 작동하지 않을 수 있으며 언제든지 변경될 수 있습니다.",
"This model is not publicly available. Please select another model.": "이 모델은 공개적으로 사용할 수 없습니다. 다른 모델을 선택해주세요.", "This model is not publicly available. Please select another model.": "이 모델은 공개적으로 사용할 수 없습니다. 다른 모델을 선택해주세요.",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "이 옵션은 요청 처리 후 모델이 메모리에 유지하는 시간을 제어합니다. (기본값: 5분)", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "이 옵션은 요청 처리 후 모델이 메모리에 유지하는 시간을 제어합니다. (기본값: 5분)",
@ -1346,6 +1363,7 @@
"user": "사용자", "user": "사용자",
"User": "사용자", "User": "사용자",
"User location successfully retrieved.": "성공적으로 사용자의 위치를 불러왔습니다", "User location successfully retrieved.": "성공적으로 사용자의 위치를 불러왔습니다",
"User menu": "",
"User Webhooks": "사용자 웹훅", "User Webhooks": "사용자 웹훅",
"Username": "사용자 이름", "Username": "사용자 이름",
"Users": "사용자", "Users": "사용자",

View File

@ -23,6 +23,7 @@
"Account": "Paskyra", "Account": "Paskyra",
"Account Activation Pending": "Laukiama paskyros patvirtinimo", "Account Activation Pending": "Laukiama paskyros patvirtinimo",
"Accurate information": "Tiksli informacija", "Accurate information": "Tiksli informacija",
"Action": "",
"Actions": "Veiksmai", "Actions": "Veiksmai",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "Neteisingas atsakymas", "Bad Response": "Neteisingas atsakymas",
"Banners": "Baneriai", "Banners": "Baneriai",
"Base Model (From)": "Bazinis modelis", "Base Model (From)": "Bazinis modelis",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "prieš", "before": "prieš",
"Being lazy": "Būvimas tingiu", "Being lazy": "Būvimas tingiu",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "Skambinti", "Call": "Skambinti",
"Call feature is not supported when using Web STT engine": "Skambučio funkcionalumas neleidžiamas naudojant Web STT variklį", "Call feature is not supported when using Web STT engine": "Skambučio funkcionalumas neleidžiamas naudojant Web STT variklį",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "Command", "Command": "Command",
"Comment": "",
"Completions": "", "Completions": "",
"Concurrent Requests": "Kelios užklausos vienu metu", "Concurrent Requests": "Kelios užklausos vienu metu",
"Configure": "", "Configure": "",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Išjungta", "Disabled": "Išjungta",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Atrasti ir parsisiųsti užklausas", "Discover, download, and explore custom prompts": "Atrasti ir parsisiųsti užklausas",
"Discover, download, and explore custom tools": "Atrasti, atsisiųsti arba rasti naujų įrankių", "Discover, download, and explore custom tools": "Atrasti, atsisiųsti arba rasti naujų įrankių",
"Discover, download, and explore model presets": "Atrasti ir parsisiųsti modelių konfigūracija", "Discover, download, and explore model presets": "Atrasti ir parsisiųsti modelių konfigūracija",
"Dismissible": "Atemtama",
"Display": "", "Display": "",
"Display Emoji in Call": "Rodyti emoji pokalbiuose", "Display Emoji in Call": "Rodyti emoji pokalbiuose",
"Display the username instead of You in the Chat": "Rodyti naudotojo vardą vietoje žodžio Jūs pokalbyje", "Display the username instead of You in the Chat": "Rodyti naudotojo vardą vietoje žodžio Jūs pokalbyje",
@ -411,6 +414,8 @@
"Edit Memory": "Koreguoti atminį", "Edit Memory": "Koreguoti atminį",
"Edit User": "Redaguoti naudotoją", "Edit User": "Redaguoti naudotoją",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "El. paštas", "Email": "El. paštas",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "Rinkmenos", "Files": "Rinkmenos",
"Filter": "",
"Filter is now globally disabled": "Filtrai nėra leidžiami globaliai", "Filter is now globally disabled": "Filtrai nėra leidžiami globaliai",
"Filter is now globally enabled": "Filtrai globaliai leidžiami", "Filter is now globally enabled": "Filtrai globaliai leidžiami",
"Filters": "Filtrai", "Filters": "Filtrai",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "Generuoti paieškos užklausą", "Generating search query": "Generuoti paieškos užklausą",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "Globalu", "Global": "Globalu",
@ -724,6 +731,9 @@
"Info": "Informacija", "Info": "Informacija",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Įvesties komandos", "Input commands": "Įvesties komandos",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instaliuoti Github nuorodą", "Install from Github URL": "Instaliuoti Github nuorodą",
"Instant Auto-Send After Voice Transcription": "Siųsti iškart po balso transkripcijos", "Instant Auto-Send After Voice Transcription": "Siųsti iškart po balso transkripcijos",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "Modelio ID", "Model ID": "Modelio ID",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "", "Model Name": "",
"Model not selected": "Modelis nepasirinktas", "Model not selected": "Modelis nepasirinktas",
"Model Params": "Modelio parametrai", "Model Params": "Modelio parametrai",
@ -972,6 +981,7 @@
"Pin": "Smeigtukas", "Pin": "Smeigtukas",
"Pinned": "Įsmeigta", "Pinned": "Įsmeigta",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "Procesas ištrintas sėkmingai", "Pipeline deleted successfully": "Procesas ištrintas sėkmingai",
"Pipeline downloaded successfully": "Procesas atsisiųstas sėkmingai", "Pipeline downloaded successfully": "Procesas atsisiųstas sėkmingai",
"Pipelines": "Procesai", "Pipelines": "Procesai",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "", "Relevance": "",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Pašalinti", "Remove": "Pašalinti",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Pašalinti modelį", "Remove Model": "Pašalinti modelį",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Pervadinti", "Rename": "Pervadinti",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Atkurti įkėlimų direktoiją", "Reset Upload Directory": "Atkurti įkėlimų direktoiją",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Naršyklė neleidžia siųsti pranešimų", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Naršyklė neleidžia siųsti pranešimų",
"Response splitting": "", "Response splitting": "",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "Rodyti administratoriaus duomenis laukiant paskyros patvirtinimo", "Show Admin Details in Account Pending Overlay": "Rodyti administratoriaus duomenis laukiant paskyros patvirtinimo",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Rodyti trumpinius", "Show shortcuts": "Rodyti trumpinius",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"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 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 feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Tai eksperimentinė funkcija ir gali veikti nevisada.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Tai eksperimentinė funkcija ir gali veikti nevisada.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "naudotojas", "user": "naudotojas",
"User": "", "User": "",
"User location successfully retrieved.": "Naudotojo vieta sėkmingai gauta", "User location successfully retrieved.": "Naudotojo vieta sėkmingai gauta",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "", "Username": "",
"Users": "Naudotojai", "Users": "Naudotojai",

View File

@ -23,6 +23,7 @@
"Account": "Akaun", "Account": "Akaun",
"Account Activation Pending": "Pengaktifan Akaun belum selesai", "Account Activation Pending": "Pengaktifan Akaun belum selesai",
"Accurate information": "Informasi tepat", "Accurate information": "Informasi tepat",
"Action": "",
"Actions": "Tindakan", "Actions": "Tindakan",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "Maklumbalas Salah", "Bad Response": "Maklumbalas Salah",
"Banners": "Sepanduk", "Banners": "Sepanduk",
"Base Model (From)": "Model Asas (Dari)", "Base Model (From)": "Model Asas (Dari)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "sebelum,", "before": "sebelum,",
"Being lazy": "Menjadi Malas", "Being lazy": "Menjadi Malas",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "Hubungi", "Call": "Hubungi",
"Call feature is not supported when using Web STT engine": "Ciri panggilan tidak disokong apabila menggunakan enjin Web STT", "Call feature is not supported when using Web STT engine": "Ciri panggilan tidak disokong apabila menggunakan enjin Web STT",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "Arahan", "Command": "Arahan",
"Comment": "",
"Completions": "", "Completions": "",
"Concurrent Requests": "Permintaan Serentak", "Concurrent Requests": "Permintaan Serentak",
"Configure": "", "Configure": "",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Dilumpuhkan", "Disabled": "Dilumpuhkan",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Temui, muat turun dan teroka gesaan tersuai", "Discover, download, and explore custom prompts": "Temui, muat turun dan teroka gesaan tersuai",
"Discover, download, and explore custom tools": "Temui, muat turun dan teroka alat tersuai", "Discover, download, and explore custom tools": "Temui, muat turun dan teroka alat tersuai",
"Discover, download, and explore model presets": "Temui, muat turun dan teroka model pratetap", "Discover, download, and explore model presets": "Temui, muat turun dan teroka model pratetap",
"Dismissible": "Diketepikan",
"Display": "", "Display": "",
"Display Emoji in Call": "Paparkan Emoji dalam Panggilan", "Display Emoji in Call": "Paparkan Emoji dalam Panggilan",
"Display the username instead of You in the Chat": "Paparkan nama pengguna dan bukannya 'Anda' dalam Sembang", "Display the username instead of You in the Chat": "Paparkan nama pengguna dan bukannya 'Anda' dalam Sembang",
@ -411,6 +414,8 @@
"Edit Memory": "Edit Memori", "Edit Memory": "Edit Memori",
"Edit User": "Edit Penggunal", "Edit User": "Edit Penggunal",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "E-mel", "Email": "E-mel",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "Fail-Fail", "Files": "Fail-Fail",
"Filter": "",
"Filter is now globally disabled": "Tapisan kini dilumpuhkan secara global", "Filter is now globally disabled": "Tapisan kini dilumpuhkan secara global",
"Filter is now globally enabled": "Tapisan kini dibenarkan secara global", "Filter is now globally enabled": "Tapisan kini dibenarkan secara global",
"Filters": "Tapisan", "Filters": "Tapisan",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "Jana pertanyaan carian", "Generating search query": "Jana pertanyaan carian",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "Global", "Global": "Global",
@ -724,6 +731,9 @@
"Info": "Maklumat", "Info": "Maklumat",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Masukkan Arahan", "Input commands": "Masukkan Arahan",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Pasang daripada URL Github", "Install from Github URL": "Pasang daripada URL Github",
"Instant Auto-Send After Voice Transcription": "Hantar Secara Automatik Dengan Segera Selepas Transkripsi Suara", "Instant Auto-Send After Voice Transcription": "Hantar Secara Automatik Dengan Segera Selepas Transkripsi Suara",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "ID Model", "Model ID": "ID Model",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "", "Model Name": "",
"Model not selected": "Model tidak dipilih", "Model not selected": "Model tidak dipilih",
"Model Params": "Model Params", "Model Params": "Model Params",
@ -972,6 +981,7 @@
"Pin": "Pin", "Pin": "Pin",
"Pinned": "Disemat", "Pinned": "Disemat",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "'Pipeline' berjaya dipadam", "Pipeline deleted successfully": "'Pipeline' berjaya dipadam",
"Pipeline downloaded successfully": "'Pipeline' berjaya dimuat turun", "Pipeline downloaded successfully": "'Pipeline' berjaya dimuat turun",
"Pipelines": "'Pipeline'", "Pipelines": "'Pipeline'",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "", "Relevance": "",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Hapuskan", "Remove": "Hapuskan",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Hapuskan Model", "Remove Model": "Hapuskan Model",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Namakan Semula", "Rename": "Namakan Semula",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Tetapkan Semula Direktori Muat Naik", "Reset Upload Directory": "Tetapkan Semula Direktori Muat Naik",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Pemberitahuan respons tidak boleh diaktifkan kerana kebenaran tapak web tidak diberi. Sila lawati tetapan pelayar web anda untuk memberikan akses yang diperlukan.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Pemberitahuan respons tidak boleh diaktifkan kerana kebenaran tapak web tidak diberi. Sila lawati tetapan pelayar web anda untuk memberikan akses yang diperlukan.",
"Response splitting": "", "Response splitting": "",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "Tunjukkan Butiran Pentadbir dalam Akaun Menunggu Tindanan", "Show Admin Details in Account Pending Overlay": "Tunjukkan Butiran Pentadbir dalam Akaun Menunggu Tindanan",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Tunjukkan pintasan", "Show shortcuts": "Tunjukkan pintasan",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Ini akan memastikan bahawa perbualan berharga anda disimpan dengan selamat ke pangkalan data 'backend' anda. Terima kasih!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Ini akan memastikan bahawa perbualan berharga anda disimpan dengan selamat ke pangkalan data 'backend' anda. Terima kasih!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "ni adalah ciri percubaan, ia mungkin tidak berfungsi seperti yang diharapkan dan tertakluk kepada perubahan pada bila-bila masa.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "ni adalah ciri percubaan, ia mungkin tidak berfungsi seperti yang diharapkan dan tertakluk kepada perubahan pada bila-bila masa.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "pengguna", "user": "pengguna",
"User": "", "User": "",
"User location successfully retrieved.": "Lokasi pengguna berjaya diambil.", "User location successfully retrieved.": "Lokasi pengguna berjaya diambil.",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "", "Username": "",
"Users": "Pengguna", "Users": "Pengguna",

View File

@ -23,6 +23,7 @@
"Account": "Konto", "Account": "Konto",
"Account Activation Pending": "Venter på kontoaktivering", "Account Activation Pending": "Venter på kontoaktivering",
"Accurate information": "Nøyaktig informasjon", "Accurate information": "Nøyaktig informasjon",
"Action": "",
"Actions": "Handlinger", "Actions": "Handlinger",
"Activate": "Aktiver", "Activate": "Aktiver",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktiver denne kommandoen ved å skrive inn \"/{{COMMAND}}\" i chattens inntastingsfelt.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktiver denne kommandoen ved å skrive inn \"/{{COMMAND}}\" i chattens inntastingsfelt.",
@ -145,6 +146,7 @@
"Bad Response": "Dårlig svar", "Bad Response": "Dårlig svar",
"Banners": "Bannere", "Banners": "Bannere",
"Base Model (From)": "Grunnmodell (fra)", "Base Model (From)": "Grunnmodell (fra)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "før", "before": "før",
"Being lazy": "Er lat", "Being lazy": "Er lat",
"Beta": "Beta", "Beta": "Beta",
@ -157,7 +159,7 @@
"By {{name}}": "Etter {{name}}", "By {{name}}": "Etter {{name}}",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Kalender", "Calendar": "Kalender",
"Call": "Ring", "Call": "Ring",
"Call feature is not supported when using Web STT engine": "Ringefunksjonen støttes ikke når du bruker Web STT-motoren", "Call feature is not supported when using Web STT engine": "Ringefunksjonen støttes ikke når du bruker Web STT-motoren",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI-arbeidsflyt", "ComfyUI Workflow": "ComfyUI-arbeidsflyt",
"ComfyUI Workflow Nodes": "ComfyUI-arbeidsflytnoder", "ComfyUI Workflow Nodes": "ComfyUI-arbeidsflytnoder",
"Command": "Kommando", "Command": "Kommando",
"Comment": "",
"Completions": "Fullføringer", "Completions": "Fullføringer",
"Concurrent Requests": "Samtidige forespørsler", "Concurrent Requests": "Samtidige forespørsler",
"Configure": "Konfigurer", "Configure": "Konfigurer",
@ -345,6 +348,7 @@
"Direct Connections": "Direkte koblinger", "Direct Connections": "Direkte koblinger",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Med direkte koblinger kan brukerne koble til egne OpenAI-kompatible API-endepunkter.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Med direkte koblinger kan brukerne koble til egne OpenAI-kompatible API-endepunkter.",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Deaktivert", "Disabled": "Deaktivert",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Oppdag, last ned og utforsk tilpassede ledetekster", "Discover, download, and explore custom prompts": "Oppdag, last ned og utforsk tilpassede ledetekster",
"Discover, download, and explore custom tools": "Oppdag, last ned og utforsk tilpassede verktøy", "Discover, download, and explore custom tools": "Oppdag, last ned og utforsk tilpassede verktøy",
"Discover, download, and explore model presets": "Oppdag, last ned og utforsk forhåndsinnstillinger for modeller", "Discover, download, and explore model presets": "Oppdag, last ned og utforsk forhåndsinnstillinger for modeller",
"Dismissible": "Kan lukkes",
"Display": "Visning", "Display": "Visning",
"Display Emoji in Call": "Vis emoji i samtale", "Display Emoji in Call": "Vis emoji i samtale",
"Display the username instead of You in the Chat": "Vis brukernavnet ditt i stedet for Du i chatten", "Display the username instead of You in the Chat": "Vis brukernavnet ditt i stedet for Du i chatten",
@ -411,6 +414,8 @@
"Edit Memory": "Rediger minne", "Edit Memory": "Rediger minne",
"Edit User": "Rediger bruker", "Edit User": "Rediger bruker",
"Edit User Group": "Rediger brukergruppe", "Edit User Group": "Rediger brukergruppe",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "E-postadresse", "Email": "E-postadresse",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "Filen er lastet opp", "File uploaded successfully": "Filen er lastet opp",
"Files": "Filer", "Files": "Filer",
"Filter": "",
"Filter is now globally disabled": "Filteret er nå globalt deaktivert", "Filter is now globally disabled": "Filteret er nå globalt deaktivert",
"Filter is now globally enabled": "Filteret er nå globalt aktivert", "Filter is now globally enabled": "Filteret er nå globalt aktivert",
"Filters": "Filtre", "Filters": "Filtre",
@ -658,6 +664,7 @@
"Generate prompt pair": "Generer ledetekst-kombinasjon", "Generate prompt pair": "Generer ledetekst-kombinasjon",
"Generating search query": "Genererer søkespørring", "Generating search query": "Genererer søkespørring",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "Kom i gang", "Get started": "Kom i gang",
"Get started with {{WEBUI_NAME}}": "Kom i gang med {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Kom i gang med {{WEBUI_NAME}}",
"Global": "Globalt", "Global": "Globalt",
@ -724,6 +731,9 @@
"Info": "Info", "Info": "Info",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Inntast kommandoer", "Input commands": "Inntast kommandoer",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Installer fra GitHub-URL", "Install from Github URL": "Installer fra GitHub-URL",
"Instant Auto-Send After Voice Transcription": "Øyeblikkelig automatisk sending etter taletranskripsjon", "Instant Auto-Send After Voice Transcription": "Øyeblikkelig automatisk sending etter taletranskripsjon",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "Filtrering av modeller", "Model Filtering": "Filtrering av modeller",
"Model ID": "Modell-ID", "Model ID": "Modell-ID",
"Model IDs": "Modell-ID-er", "Model IDs": "Modell-ID-er",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Modell", "Model Name": "Modell",
"Model not selected": "Modell ikke valgt", "Model not selected": "Modell ikke valgt",
"Model Params": "Modellparametere", "Model Params": "Modellparametere",
@ -972,6 +981,7 @@
"Pin": "Fest", "Pin": "Fest",
"Pinned": "Festet", "Pinned": "Festet",
"Pioneer insights": "Nyskapende innsikt", "Pioneer insights": "Nyskapende innsikt",
"Pipe": "",
"Pipeline deleted successfully": "Pipeline slettet", "Pipeline deleted successfully": "Pipeline slettet",
"Pipeline downloaded successfully": "Pipeline lastet ned", "Pipeline downloaded successfully": "Pipeline lastet ned",
"Pipelines": "Pipelines", "Pipelines": "Pipelines",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "Relevans", "Relevance": "Relevans",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Fjern", "Remove": "Fjern",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Fjern modell", "Remove Model": "Fjern modell",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Gi nytt navn", "Rename": "Gi nytt navn",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Tilbakestill opplastingskatalog", "Reset Upload Directory": "Tilbakestill opplastingskatalog",
"Reset Vector Storage/Knowledge": "Tilbakestill Vector-lagring/kunnskap", "Reset Vector Storage/Knowledge": "Tilbakestill Vector-lagring/kunnskap",
"Reset view": "Tilbakestill visning", "Reset view": "Tilbakestill visning",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Svar-varsler kan ikke aktiveres fordi tilgang til nettstedet er nektet. Gå til nettleserinnstillingene dine for å gi den nødvendige tilgangen.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Svar-varsler kan ikke aktiveres fordi tilgang til nettstedet er nektet. Gå til nettleserinnstillingene dine for å gi den nødvendige tilgangen.",
"Response splitting": "Oppdeling av svar", "Response splitting": "Oppdeling av svar",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Vis \"Hva er nytt\"-modal ved innlogging", "Show \"What's New\" modal on login": "Vis \"Hva er nytt\"-modal ved innlogging",
"Show Admin Details in Account Pending Overlay": "Vis administratordetaljer i ventende kontovisning", "Show Admin Details in Account Pending Overlay": "Vis administratordetaljer i ventende kontovisning",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Vis snarveier", "Show shortcuts": "Vis snarveier",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Dette sikrer at de verdifulle samtalene dine lagres sikkert i backend-databasen din. Takk!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Dette sikrer at de verdifulle samtalene dine lagres sikkert i backend-databasen din. Takk!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Dette er en eksperimentell funksjon. Det er mulig den ikke fungerer som forventet, og den kan endres når som helst.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Dette er en eksperimentell funksjon. Det er mulig den ikke fungerer som forventet, og den kan endres når som helst.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "bruker", "user": "bruker",
"User": "Bruker", "User": "Bruker",
"User location successfully retrieved.": "Brukerens lokasjon hentet", "User location successfully retrieved.": "Brukerens lokasjon hentet",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "Brukernavn", "Username": "Brukernavn",
"Users": "Brukere", "Users": "Brukere",

View File

@ -23,6 +23,7 @@
"Account": "Account", "Account": "Account",
"Account Activation Pending": "Accountactivatie in afwachting", "Account Activation Pending": "Accountactivatie in afwachting",
"Accurate information": "Accurate informatie", "Accurate information": "Accurate informatie",
"Action": "",
"Actions": "Acties", "Actions": "Acties",
"Activate": "Activeren", "Activate": "Activeren",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activeer dit commando door \"/{{COMMAND}}\" in de chat te typen", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activeer dit commando door \"/{{COMMAND}}\" in de chat te typen",
@ -145,6 +146,7 @@
"Bad Response": "Ongeldig antwoord", "Bad Response": "Ongeldig antwoord",
"Banners": "Banners", "Banners": "Banners",
"Base Model (From)": "Basismodel (Vanaf)", "Base Model (From)": "Basismodel (Vanaf)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "voor", "before": "voor",
"Being lazy": "Lui zijn", "Being lazy": "Lui zijn",
"Beta": "Beta", "Beta": "Beta",
@ -157,7 +159,7 @@
"By {{name}}": "Op {{name}}", "By {{name}}": "Op {{name}}",
"Bypass Embedding and Retrieval": "Embedding en ophalen omzeilen ", "Bypass Embedding and Retrieval": "Embedding en ophalen omzeilen ",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Agenda", "Calendar": "Agenda",
"Call": "Oproep", "Call": "Oproep",
"Call feature is not supported when using Web STT engine": "Belfunctie wordt niet ondersteund bij gebruik van de Web STT engine", "Call feature is not supported when using Web STT engine": "Belfunctie wordt niet ondersteund bij gebruik van de Web STT engine",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI workflow", "ComfyUI Workflow": "ComfyUI workflow",
"ComfyUI Workflow Nodes": "ComfyUI workflowknopen", "ComfyUI Workflow Nodes": "ComfyUI workflowknopen",
"Command": "Commando", "Command": "Commando",
"Comment": "",
"Completions": "Voltooiingen", "Completions": "Voltooiingen",
"Concurrent Requests": "Gelijktijdige verzoeken", "Concurrent Requests": "Gelijktijdige verzoeken",
"Configure": "Configureer", "Configure": "Configureer",
@ -345,6 +348,7 @@
"Direct Connections": "Directe verbindingen", "Direct Connections": "Directe verbindingen",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Directe verbindingen stellen gebruikers in staat om met hun eigen OpenAI compatibele API-endpoints te verbinden.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Directe verbindingen stellen gebruikers in staat om met hun eigen OpenAI compatibele API-endpoints te verbinden.",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Uitgeschakeld", "Disabled": "Uitgeschakeld",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Ontdek, download en verken aangepaste prompts", "Discover, download, and explore custom prompts": "Ontdek, download en verken aangepaste prompts",
"Discover, download, and explore custom tools": "Ontdek, download en verken aangepaste gereedschappen", "Discover, download, and explore custom tools": "Ontdek, download en verken aangepaste gereedschappen",
"Discover, download, and explore model presets": "Ontdek, download en verken model presets", "Discover, download, and explore model presets": "Ontdek, download en verken model presets",
"Dismissible": "Afwijsbaar",
"Display": "Toon", "Display": "Toon",
"Display Emoji in Call": "Emoji tonen tijdens gesprek", "Display Emoji in Call": "Emoji tonen tijdens gesprek",
"Display the username instead of You in the Chat": "Toon de gebruikersnaam in plaats van Jij in de Chat", "Display the username instead of You in the Chat": "Toon de gebruikersnaam in plaats van Jij in de Chat",
@ -411,6 +414,8 @@
"Edit Memory": "Bewerk geheugen", "Edit Memory": "Bewerk geheugen",
"Edit User": "Wijzig gebruiker", "Edit User": "Wijzig gebruiker",
"Edit User Group": "Bewerk gebruikergroep", "Edit User Group": "Bewerk gebruikergroep",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "E-mail", "Email": "E-mail",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "Bestand succesvol geüpload", "File uploaded successfully": "Bestand succesvol geüpload",
"Files": "Bestanden", "Files": "Bestanden",
"Filter": "",
"Filter is now globally disabled": "Filter is nu globaal uitgeschakeld", "Filter is now globally disabled": "Filter is nu globaal uitgeschakeld",
"Filter is now globally enabled": "Filter is nu globaal ingeschakeld", "Filter is now globally enabled": "Filter is nu globaal ingeschakeld",
"Filters": "Filters", "Filters": "Filters",
@ -658,6 +664,7 @@
"Generate prompt pair": "Genereer promptpaar", "Generate prompt pair": "Genereer promptpaar",
"Generating search query": "Zoekopdracht genereren", "Generating search query": "Zoekopdracht genereren",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "Begin", "Get started": "Begin",
"Get started with {{WEBUI_NAME}}": "Begin met {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Begin met {{WEBUI_NAME}}",
"Global": "Globaal", "Global": "Globaal",
@ -724,6 +731,9 @@
"Info": "Info", "Info": "Info",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Injecteer de volledige inhoud als context voor uitgebreide verwerking, dit wordt aanbevolen voor complexe query's.", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Injecteer de volledige inhoud als context voor uitgebreide verwerking, dit wordt aanbevolen voor complexe query's.",
"Input commands": "Voer commando's in", "Input commands": "Voer commando's in",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Installeren vanaf Github-URL", "Install from Github URL": "Installeren vanaf Github-URL",
"Instant Auto-Send After Voice Transcription": "Direct automatisch verzenden na spraaktranscriptie", "Instant Auto-Send After Voice Transcription": "Direct automatisch verzenden na spraaktranscriptie",
"Integration": "Integratie", "Integration": "Integratie",
@ -841,7 +851,6 @@
"Model Filtering": "Modelfiltratie", "Model Filtering": "Modelfiltratie",
"Model ID": "Model-ID", "Model ID": "Model-ID",
"Model IDs": "Model-IDs", "Model IDs": "Model-IDs",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Modelnaam", "Model Name": "Modelnaam",
"Model not selected": "Model niet geselecteerd", "Model not selected": "Model niet geselecteerd",
"Model Params": "Modelparams", "Model Params": "Modelparams",
@ -972,6 +981,7 @@
"Pin": "Zet vast", "Pin": "Zet vast",
"Pinned": "Vastgezet", "Pinned": "Vastgezet",
"Pioneer insights": "Verken inzichten", "Pioneer insights": "Verken inzichten",
"Pipe": "",
"Pipeline deleted successfully": "Pijpleiding succesvol verwijderd", "Pipeline deleted successfully": "Pijpleiding succesvol verwijderd",
"Pipeline downloaded successfully": "Pijpleiding succesvol gedownload", "Pipeline downloaded successfully": "Pijpleiding succesvol gedownload",
"Pipelines": "Pijpleidingen", "Pipelines": "Pijpleidingen",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "Relevantie", "Relevance": "Relevantie",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Verwijderen", "Remove": "Verwijderen",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Verwijder model", "Remove Model": "Verwijder model",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Hernoemen", "Rename": "Hernoemen",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Herstel Uploadmap", "Reset Upload Directory": "Herstel Uploadmap",
"Reset Vector Storage/Knowledge": "Herstel Vectoropslag/-kennis", "Reset Vector Storage/Knowledge": "Herstel Vectoropslag/-kennis",
"Reset view": "Herstel zicht", "Reset view": "Herstel zicht",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Antwoordmeldingen kunnen niet worden geactiveerd omdat de rechten voor de website zijn geweigerd. Ga naar de instellingen van uw browser om de benodigde toegang te verlenen.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Antwoordmeldingen kunnen niet worden geactiveerd omdat de rechten voor de website zijn geweigerd. Ga naar de instellingen van uw browser om de benodigde toegang te verlenen.",
"Response splitting": "Antwoord splitsing", "Response splitting": "Antwoord splitsing",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Toon \"Wat is nieuw\" bij inloggen", "Show \"What's New\" modal on login": "Toon \"Wat is nieuw\" bij inloggen",
"Show Admin Details in Account Pending Overlay": "Admin-details weergeven in overlay in afwachting van account", "Show Admin Details in Account Pending Overlay": "Admin-details weergeven in overlay in afwachting van account",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "Toon model", "Show Model": "Toon model",
"Show shortcuts": "Toon snelkoppelingen", "Show shortcuts": "Toon snelkoppelingen",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Dit kanaal is aangemaakt op {{createdAt}}. Dit is het begin van het kanaal {{channelName}}.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Dit kanaal is aangemaakt op {{createdAt}}. Dit is het begin van het kanaal {{channelName}}.",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Dit zorgt ervoor dat je waardevolle gesprekken veilig worden opgeslagen in je backend database. Dank je wel!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Dit zorgt ervoor dat je waardevolle gesprekken veilig worden opgeslagen in je backend database. Dank je wel!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Dit is een experimentele functie, het werkt mogelijk niet zoals verwacht en kan op elk moment worden gewijzigd.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Dit is een experimentele functie, het werkt mogelijk niet zoals verwacht en kan op elk moment worden gewijzigd.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "gebruiker", "user": "gebruiker",
"User": "Gebruiker", "User": "Gebruiker",
"User location successfully retrieved.": "Gebruikerslocatie succesvol opgehaald", "User location successfully retrieved.": "Gebruikerslocatie succesvol opgehaald",
"User menu": "",
"User Webhooks": "Gebruiker-webhooks", "User Webhooks": "Gebruiker-webhooks",
"Username": "Gebruikersnaam", "Username": "Gebruikersnaam",
"Users": "Gebruikers", "Users": "Gebruikers",

View File

@ -23,6 +23,7 @@
"Account": "ਖਾਤਾ", "Account": "ਖਾਤਾ",
"Account Activation Pending": "", "Account Activation Pending": "",
"Accurate information": "ਸਹੀ ਜਾਣਕਾਰੀ", "Accurate information": "ਸਹੀ ਜਾਣਕਾਰੀ",
"Action": "",
"Actions": "", "Actions": "",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "ਖਰਾਬ ਜਵਾਬ", "Bad Response": "ਖਰਾਬ ਜਵਾਬ",
"Banners": "ਬੈਨਰ", "Banners": "ਬੈਨਰ",
"Base Model (From)": "ਬੇਸ ਮਾਡਲ (ਤੋਂ)", "Base Model (From)": "ਬੇਸ ਮਾਡਲ (ਤੋਂ)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "ਪਹਿਲਾਂ", "before": "ਪਹਿਲਾਂ",
"Being lazy": "ਆਲਸੀ ਹੋਣਾ", "Being lazy": "ਆਲਸੀ ਹੋਣਾ",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "", "Call": "",
"Call feature is not supported when using Web STT engine": "", "Call feature is not supported when using Web STT engine": "",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "ਕਮਾਂਡ", "Command": "ਕਮਾਂਡ",
"Comment": "",
"Completions": "", "Completions": "",
"Concurrent Requests": "ਸਮਕਾਲੀ ਬੇਨਤੀਆਂ", "Concurrent Requests": "ਸਮਕਾਲੀ ਬੇਨਤੀਆਂ",
"Configure": "", "Configure": "",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "", "Disabled": "",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "ਕਸਟਮ ਪ੍ਰੰਪਟਾਂ ਨੂੰ ਖੋਜੋ, ਡਾਊਨਲੋਡ ਕਰੋ ਅਤੇ ਪੜਚੋਲ ਕਰੋ", "Discover, download, and explore custom prompts": "ਕਸਟਮ ਪ੍ਰੰਪਟਾਂ ਨੂੰ ਖੋਜੋ, ਡਾਊਨਲੋਡ ਕਰੋ ਅਤੇ ਪੜਚੋਲ ਕਰੋ",
"Discover, download, and explore custom tools": "", "Discover, download, and explore custom tools": "",
"Discover, download, and explore model presets": "ਮਾਡਲ ਪ੍ਰੀਸੈਟਾਂ ਨੂੰ ਖੋਜੋ, ਡਾਊਨਲੋਡ ਕਰੋ ਅਤੇ ਪੜਚੋਲ ਕਰੋ", "Discover, download, and explore model presets": "ਮਾਡਲ ਪ੍ਰੀਸੈਟਾਂ ਨੂੰ ਖੋਜੋ, ਡਾਊਨਲੋਡ ਕਰੋ ਅਤੇ ਪੜਚੋਲ ਕਰੋ",
"Dismissible": "",
"Display": "", "Display": "",
"Display Emoji in Call": "", "Display Emoji in Call": "",
"Display the username instead of You in the Chat": "ਗੱਲਬਾਤ 'ਚ ਤੁਹਾਡੇ ਸਥਾਨ 'ਤੇ ਉਪਭੋਗਤਾ ਨਾਮ ਦਿਖਾਓ", "Display the username instead of You in the Chat": "ਗੱਲਬਾਤ 'ਚ ਤੁਹਾਡੇ ਸਥਾਨ 'ਤੇ ਉਪਭੋਗਤਾ ਨਾਮ ਦਿਖਾਓ",
@ -411,6 +414,8 @@
"Edit Memory": "", "Edit Memory": "",
"Edit User": "ਉਪਭੋਗਤਾ ਸੰਪਾਦਨ ਕਰੋ", "Edit User": "ਉਪਭੋਗਤਾ ਸੰਪਾਦਨ ਕਰੋ",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "", "ElevenLabs": "",
"Email": "ਈਮੇਲ", "Email": "ਈਮੇਲ",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "", "Files": "",
"Filter": "",
"Filter is now globally disabled": "", "Filter is now globally disabled": "",
"Filter is now globally enabled": "", "Filter is now globally enabled": "",
"Filters": "", "Filters": "",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "ਖੋਜ ਪੁੱਛਗਿੱਛ ਤਿਆਰ ਕਰਨਾ", "Generating search query": "ਖੋਜ ਪੁੱਛਗਿੱਛ ਤਿਆਰ ਕਰਨਾ",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "", "Global": "",
@ -724,6 +731,9 @@
"Info": "ਜਾਣਕਾਰੀ", "Info": "ਜਾਣਕਾਰੀ",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "ਇਨਪੁਟ ਕਮਾਂਡਾਂ", "Input commands": "ਇਨਪੁਟ ਕਮਾਂਡਾਂ",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Github URL ਤੋਂ ਇੰਸਟਾਲ ਕਰੋ", "Install from Github URL": "Github URL ਤੋਂ ਇੰਸਟਾਲ ਕਰੋ",
"Instant Auto-Send After Voice Transcription": "", "Instant Auto-Send After Voice Transcription": "",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "ਮਾਡਲ ID", "Model ID": "ਮਾਡਲ ID",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "", "Model Name": "",
"Model not selected": "ਮਾਡਲ ਚੁਣਿਆ ਨਹੀਂ ਗਿਆ", "Model not selected": "ਮਾਡਲ ਚੁਣਿਆ ਨਹੀਂ ਗਿਆ",
"Model Params": "ਮਾਡਲ ਪਰਮਜ਼", "Model Params": "ਮਾਡਲ ਪਰਮਜ਼",
@ -972,6 +981,7 @@
"Pin": "", "Pin": "",
"Pinned": "", "Pinned": "",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "", "Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "", "Pipeline downloaded successfully": "",
"Pipelines": "ਪਾਈਪਲਾਈਨਾਂ", "Pipelines": "ਪਾਈਪਲਾਈਨਾਂ",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "", "Relevance": "",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "ਹਟਾਓ", "Remove": "ਹਟਾਓ",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "ਮਾਡਲ ਹਟਾਓ", "Remove Model": "ਮਾਡਲ ਹਟਾਓ",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "ਨਾਮ ਬਦਲੋ", "Rename": "ਨਾਮ ਬਦਲੋ",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "", "Reset Upload Directory": "",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "", "Response splitting": "",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "", "Show Admin Details in Account Pending Overlay": "",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "ਸ਼ਾਰਟਕਟ ਦਿਖਾਓ", "Show shortcuts": "ਸ਼ਾਰਟਕਟ ਦਿਖਾਓ",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "ਇਹ ਯਕੀਨੀ ਬਣਾਉਂਦਾ ਹੈ ਕਿ ਤੁਹਾਡੀਆਂ ਕੀਮਤੀ ਗੱਲਾਂ ਤੁਹਾਡੇ ਬੈਕਐਂਡ ਡਾਟਾਬੇਸ ਵਿੱਚ ਸੁਰੱਖਿਅਤ ਤੌਰ 'ਤੇ ਸੰਭਾਲੀਆਂ ਗਈਆਂ ਹਨ। ਧੰਨਵਾਦ!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "ਇਹ ਯਕੀਨੀ ਬਣਾਉਂਦਾ ਹੈ ਕਿ ਤੁਹਾਡੀਆਂ ਕੀਮਤੀ ਗੱਲਾਂ ਤੁਹਾਡੇ ਬੈਕਐਂਡ ਡਾਟਾਬੇਸ ਵਿੱਚ ਸੁਰੱਖਿਅਤ ਤੌਰ 'ਤੇ ਸੰਭਾਲੀਆਂ ਗਈਆਂ ਹਨ। ਧੰਨਵਾਦ!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "ਉਪਭੋਗਤਾ", "user": "ਉਪਭੋਗਤਾ",
"User": "", "User": "",
"User location successfully retrieved.": "", "User location successfully retrieved.": "",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "", "Username": "",
"Users": "ਉਪਭੋਗਤਾ", "Users": "ਉਪਭੋਗਤਾ",

View File

@ -23,6 +23,7 @@
"Account": "Konto", "Account": "Konto",
"Account Activation Pending": "Aktywacja konta w toku", "Account Activation Pending": "Aktywacja konta w toku",
"Accurate information": "Precyzyjna informacja", "Accurate information": "Precyzyjna informacja",
"Action": "",
"Actions": "Akcje", "Actions": "Akcje",
"Activate": "Włącz", "Activate": "Włącz",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktywuj tę komendę, wpisując \"/{{COMMAND}}\" do pola wprowadzania czatu.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktywuj tę komendę, wpisując \"/{{COMMAND}}\" do pola wprowadzania czatu.",
@ -145,6 +146,7 @@
"Bad Response": "Nieprawidłowa odpowiedź", "Bad Response": "Nieprawidłowa odpowiedź",
"Banners": "Bannery", "Banners": "Bannery",
"Base Model (From)": "Model bazowy (od)", "Base Model (From)": "Model bazowy (od)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "przed", "before": "przed",
"Being lazy": "Jest leniwy.", "Being lazy": "Jest leniwy.",
"Beta": "Beta", "Beta": "Beta",
@ -157,7 +159,7 @@
"By {{name}}": "Przez {{name}}", "By {{name}}": "Przez {{name}}",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Kalendarz", "Calendar": "Kalendarz",
"Call": "Rozmowa", "Call": "Rozmowa",
"Call feature is not supported when using Web STT engine": "Funkcja rozmowy nie jest obsługiwana podczas korzystania z silnika Web STT", "Call feature is not supported when using Web STT engine": "Funkcja rozmowy nie jest obsługiwana podczas korzystania z silnika Web STT",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "Komfortowy przepływ pracy ComfyUI", "ComfyUI Workflow": "Komfortowy przepływ pracy ComfyUI",
"ComfyUI Workflow Nodes": "Komfortowe węzły przepływu pracy ComfyUI", "ComfyUI Workflow Nodes": "Komfortowe węzły przepływu pracy ComfyUI",
"Command": "Polecenie", "Command": "Polecenie",
"Comment": "",
"Completions": "Uzupełnienia", "Completions": "Uzupełnienia",
"Concurrent Requests": "Równoległe żądania", "Concurrent Requests": "Równoległe żądania",
"Configure": "Skonfigurować", "Configure": "Skonfigurować",
@ -345,6 +348,7 @@
"Direct Connections": "Połączenia bezpośrednie", "Direct Connections": "Połączenia bezpośrednie",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Połączenia bezpośrednie umożliwiają użytkownikom łączenie się z własnymi końcówkami API kompatybilnymi z OpenAI.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Połączenia bezpośrednie umożliwiają użytkownikom łączenie się z własnymi końcówkami API kompatybilnymi z OpenAI.",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Wyłączony", "Disabled": "Wyłączony",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Odkryj, pobierz i eksploruj niestandardowe prompty", "Discover, download, and explore custom prompts": "Odkryj, pobierz i eksploruj niestandardowe prompty",
"Discover, download, and explore custom tools": "Odkryj, pobierz i eksploruj niestandardowe narzędzia", "Discover, download, and explore custom tools": "Odkryj, pobierz i eksploruj niestandardowe narzędzia",
"Discover, download, and explore model presets": "Odkryj, pobierz i badaj ustawienia modeli", "Discover, download, and explore model presets": "Odkryj, pobierz i badaj ustawienia modeli",
"Dismissible": "Możliwe do odrzucenia",
"Display": "Wyświetl", "Display": "Wyświetl",
"Display Emoji in Call": "Wyświetl emoji w połączeniu", "Display Emoji in Call": "Wyświetl emoji w połączeniu",
"Display the username instead of You in the Chat": "Wyświetl nazwę użytkownika zamiast 'You' w czacie.", "Display the username instead of You in the Chat": "Wyświetl nazwę użytkownika zamiast 'You' w czacie.",
@ -411,6 +414,8 @@
"Edit Memory": "Edytuj pamięć", "Edit Memory": "Edytuj pamięć",
"Edit User": "Edytuj profil użytkownika", "Edit User": "Edytuj profil użytkownika",
"Edit User Group": "Edytuj grupa użytkowników", "Edit User Group": "Edytuj grupa użytkowników",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "Email", "Email": "Email",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "Plik został pomyślnie przesłany", "File uploaded successfully": "Plik został pomyślnie przesłany",
"Files": "Pliki", "Files": "Pliki",
"Filter": "",
"Filter is now globally disabled": "Filtr jest teraz globalnie wyłączony", "Filter is now globally disabled": "Filtr jest teraz globalnie wyłączony",
"Filter is now globally enabled": "Filtr jest teraz globalnie włączony", "Filter is now globally enabled": "Filtr jest teraz globalnie włączony",
"Filters": "Filtry", "Filters": "Filtry",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "Tworzenie zapytania wyszukiwania", "Generating search query": "Tworzenie zapytania wyszukiwania",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "Rozpocznij", "Get started": "Rozpocznij",
"Get started with {{WEBUI_NAME}}": "Rozpocznij pracę z {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Rozpocznij pracę z {{WEBUI_NAME}}",
"Global": "Globalny", "Global": "Globalny",
@ -724,6 +731,9 @@
"Info": "Informacje", "Info": "Informacje",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Wprowadź polecenia", "Input commands": "Wprowadź polecenia",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instalacja z adresu URL serwisu Github", "Install from Github URL": "Instalacja z adresu URL serwisu Github",
"Instant Auto-Send After Voice Transcription": "Automatyczne natychmiastowe wysyłanie po transkrypcji głosowej", "Instant Auto-Send After Voice Transcription": "Automatyczne natychmiastowe wysyłanie po transkrypcji głosowej",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "Filtracja modeli", "Model Filtering": "Filtracja modeli",
"Model ID": "Identyfikator modelu", "Model ID": "Identyfikator modelu",
"Model IDs": "Identyfikatory modeli", "Model IDs": "Identyfikatory modeli",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Nazwa modelu", "Model Name": "Nazwa modelu",
"Model not selected": "Model nie został wybrany", "Model not selected": "Model nie został wybrany",
"Model Params": "Parametry modelu", "Model Params": "Parametry modelu",
@ -972,6 +981,7 @@
"Pin": "Przypnij", "Pin": "Przypnij",
"Pinned": "Przypięty", "Pinned": "Przypięty",
"Pioneer insights": "Pionierskie spostrzeżenia", "Pioneer insights": "Pionierskie spostrzeżenia",
"Pipe": "",
"Pipeline deleted successfully": "Przepływ usunięty pomyślnie", "Pipeline deleted successfully": "Przepływ usunięty pomyślnie",
"Pipeline downloaded successfully": "Przepływ pobrany pomyślnie", "Pipeline downloaded successfully": "Przepływ pobrany pomyślnie",
"Pipelines": "Przepływy", "Pipelines": "Przepływy",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "Trafność", "Relevance": "Trafność",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Usuń", "Remove": "Usuń",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Usuń model", "Remove Model": "Usuń model",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Zmień nazwę", "Rename": "Zmień nazwę",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Resetuj katalog pobierania", "Reset Upload Directory": "Resetuj katalog pobierania",
"Reset Vector Storage/Knowledge": "Reset magazynu wektorowego/wiedzy", "Reset Vector Storage/Knowledge": "Reset magazynu wektorowego/wiedzy",
"Reset view": "Resetuj widok", "Reset view": "Resetuj widok",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Powiadomienia o odpowiedziach nie mogą zostać aktywowane, ponieważ uprawnienia strony zostały odrzucone. Proszę odwiedzić ustawienia przeglądarki, aby przyznać wymagany dostęp.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Powiadomienia o odpowiedziach nie mogą zostać aktywowane, ponieważ uprawnienia strony zostały odrzucone. Proszę odwiedzić ustawienia przeglądarki, aby przyznać wymagany dostęp.",
"Response splitting": "Rozdzielanie odpowiedzi", "Response splitting": "Rozdzielanie odpowiedzi",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Wyświetl okno dialogowe \"What's New\" podczas logowania", "Show \"What's New\" modal on login": "Wyświetl okno dialogowe \"What's New\" podczas logowania",
"Show Admin Details in Account Pending Overlay": "Wyświetl szczegóły administratora w okienu informacyjnym o potrzebie zatwierdzenia przez administratora konta użytkownika", "Show Admin Details in Account Pending Overlay": "Wyświetl szczegóły administratora w okienu informacyjnym o potrzebie zatwierdzenia przez administratora konta użytkownika",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Wyświetl skróty", "Show shortcuts": "Wyświetl skróty",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "To gwarantuje, że Twoje wartościowe rozmowy są bezpiecznie zapisywane w bazie danych backendowej. Dziękujemy!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "To gwarantuje, że Twoje wartościowe rozmowy są bezpiecznie zapisywane w bazie danych backendowej. Dziękujemy!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "To jest funkcja eksperymentalna, może nie działać zgodnie z oczekiwaniami i jest podatna na zmiany w dowolnym momencie.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "To jest funkcja eksperymentalna, może nie działać zgodnie z oczekiwaniami i jest podatna na zmiany w dowolnym momencie.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "użytkownik", "user": "użytkownik",
"User": "Użytkownik", "User": "Użytkownik",
"User location successfully retrieved.": "Lokalizacja użytkownika została pomyślnie pobrana.", "User location successfully retrieved.": "Lokalizacja użytkownika została pomyślnie pobrana.",
"User menu": "",
"User Webhooks": "Webhooki użytkownika", "User Webhooks": "Webhooki użytkownika",
"Username": "Nazwa użytkownika", "Username": "Nazwa użytkownika",
"Users": "Użytkownicy", "Users": "Użytkownicy",

View File

@ -23,6 +23,7 @@
"Account": "Conta", "Account": "Conta",
"Account Activation Pending": "Ativação da Conta Pendente", "Account Activation Pending": "Ativação da Conta Pendente",
"Accurate information": "Informação precisa", "Accurate information": "Informação precisa",
"Action": "",
"Actions": "Ações", "Actions": "Ações",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Ativar esse comando no chat digitando \"/{{COMMAND}}\"", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Ativar esse comando no chat digitando \"/{{COMMAND}}\"",
@ -145,6 +146,7 @@
"Bad Response": "Resposta Ruim", "Bad Response": "Resposta Ruim",
"Banners": "Banners", "Banners": "Banners",
"Base Model (From)": "Modelo Base (De)", "Base Model (From)": "Modelo Base (De)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "antes", "before": "antes",
"Being lazy": "Sendo preguiçoso", "Being lazy": "Sendo preguiçoso",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "Por {{name}}", "By {{name}}": "Por {{name}}",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "Chamada", "Call": "Chamada",
"Call feature is not supported when using Web STT engine": "O recurso de chamada não é suportado ao usar o mecanismo Web STT", "Call feature is not supported when using Web STT engine": "O recurso de chamada não é suportado ao usar o mecanismo Web STT",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "Comando", "Command": "Comando",
"Comment": "",
"Completions": "Conclusões", "Completions": "Conclusões",
"Concurrent Requests": "Solicitações Concomitantes", "Concurrent Requests": "Solicitações Concomitantes",
"Configure": "Configurar", "Configure": "Configurar",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Desativado", "Disabled": "Desativado",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Descubra, baixe e explore prompts personalizados", "Discover, download, and explore custom prompts": "Descubra, baixe e explore prompts personalizados",
"Discover, download, and explore custom tools": "Descubra, baixe e explore ferramentas personalizadas", "Discover, download, and explore custom tools": "Descubra, baixe e explore ferramentas personalizadas",
"Discover, download, and explore model presets": "Descubra, baixe e explore predefinições de modelos", "Discover, download, and explore model presets": "Descubra, baixe e explore predefinições de modelos",
"Dismissible": "Descartável",
"Display": "Exibir", "Display": "Exibir",
"Display Emoji in Call": "Exibir Emoji na Chamada", "Display Emoji in Call": "Exibir Emoji na Chamada",
"Display the username instead of You in the Chat": "Exibir o nome de usuário em vez de Você no Chat", "Display the username instead of You in the Chat": "Exibir o nome de usuário em vez de Você no Chat",
@ -411,6 +414,8 @@
"Edit Memory": "Editar Memória", "Edit Memory": "Editar Memória",
"Edit User": "Editar Usuário", "Edit User": "Editar Usuário",
"Edit User Group": "Editar Grupo de Usuários", "Edit User Group": "Editar Grupo de Usuários",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "", "ElevenLabs": "",
"Email": "Email", "Email": "Email",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "Arquivos", "Files": "Arquivos",
"Filter": "",
"Filter is now globally disabled": "O filtro está agora desativado globalmente", "Filter is now globally disabled": "O filtro está agora desativado globalmente",
"Filter is now globally enabled": "O filtro está agora ativado globalmente", "Filter is now globally enabled": "O filtro está agora ativado globalmente",
"Filters": "Filtros", "Filters": "Filtros",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "Gerando consulta de pesquisa", "Generating search query": "Gerando consulta de pesquisa",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "Iniciar", "Get started": "Iniciar",
"Get started with {{WEBUI_NAME}}": "Iniciar com {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Iniciar com {{WEBUI_NAME}}",
"Global": "Global", "Global": "Global",
@ -724,6 +731,9 @@
"Info": "Informação", "Info": "Informação",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Comandos de entrada", "Input commands": "Comandos de entrada",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instalar da URL do Github", "Install from Github URL": "Instalar da URL do Github",
"Instant Auto-Send After Voice Transcription": "Envio Automático Instantâneo Após Transcrição de Voz", "Instant Auto-Send After Voice Transcription": "Envio Automático Instantâneo Após Transcrição de Voz",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "Filtrando modelo", "Model Filtering": "Filtrando modelo",
"Model ID": "ID do Modelo", "Model ID": "ID do Modelo",
"Model IDs": "IDs do modelo", "Model IDs": "IDs do modelo",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Nome do Modelo", "Model Name": "Nome do Modelo",
"Model not selected": "Modelo não selecionado", "Model not selected": "Modelo não selecionado",
"Model Params": "Parâmetros do Modelo", "Model Params": "Parâmetros do Modelo",
@ -972,6 +981,7 @@
"Pin": "Fixar", "Pin": "Fixar",
"Pinned": "Fixado", "Pinned": "Fixado",
"Pioneer insights": "Insights pioneiros", "Pioneer insights": "Insights pioneiros",
"Pipe": "",
"Pipeline deleted successfully": "Pipeline excluído com sucesso", "Pipeline deleted successfully": "Pipeline excluído com sucesso",
"Pipeline downloaded successfully": "Pipeline baixado com sucesso", "Pipeline downloaded successfully": "Pipeline baixado com sucesso",
"Pipelines": "Pipelines", "Pipelines": "Pipelines",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "Relevância", "Relevance": "Relevância",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Remover", "Remove": "Remover",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Remover Modelo", "Remove Model": "Remover Modelo",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Renomear", "Rename": "Renomear",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Redefinir Diretório de Upload", "Reset Upload Directory": "Redefinir Diretório de Upload",
"Reset Vector Storage/Knowledge": "Redefinir Armazenamento de Vetores/Conhecimento", "Reset Vector Storage/Knowledge": "Redefinir Armazenamento de Vetores/Conhecimento",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Notificações de resposta não podem ser ativadas pois as permissões do site foram negadas. Por favor, visite as configurações do seu navegador para conceder o acesso necessário.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Notificações de resposta não podem ser ativadas pois as permissões do site foram negadas. Por favor, visite as configurações do seu navegador para conceder o acesso necessário.",
"Response splitting": "Divisão da Resposta", "Response splitting": "Divisão da Resposta",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Mostrar \"O que há de Novo\" no login", "Show \"What's New\" modal on login": "Mostrar \"O que há de Novo\" no login",
"Show Admin Details in Account Pending Overlay": "Mostrar Detalhes do Administrador na Sobreposição de Conta Pendentes", "Show Admin Details in Account Pending Overlay": "Mostrar Detalhes do Administrador na Sobreposição de Conta Pendentes",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Mostrar atalhos", "Show shortcuts": "Mostrar atalhos",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Isso garante que suas conversas valiosas sejam salvas com segurança no banco de dados do backend. Obrigado!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Isso garante que suas conversas valiosas sejam salvas com segurança no banco de dados do backend. Obrigado!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Esta é uma funcionalidade experimental, pode não funcionar como esperado e está sujeita a alterações a qualquer momento.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Esta é uma funcionalidade experimental, pode não funcionar como esperado e está sujeita a alterações a qualquer momento.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "usuário", "user": "usuário",
"User": "Usuário", "User": "Usuário",
"User location successfully retrieved.": "Localização do usuário recuperada com sucesso.", "User location successfully retrieved.": "Localização do usuário recuperada com sucesso.",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "Nome do Usuário", "Username": "Nome do Usuário",
"Users": "Usuários", "Users": "Usuários",

View File

@ -23,6 +23,7 @@
"Account": "Conta", "Account": "Conta",
"Account Activation Pending": "Ativação da Conta Pendente", "Account Activation Pending": "Ativação da Conta Pendente",
"Accurate information": "Informações precisas", "Accurate information": "Informações precisas",
"Action": "",
"Actions": "", "Actions": "",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "Resposta má", "Bad Response": "Resposta má",
"Banners": "Estandartes", "Banners": "Estandartes",
"Base Model (From)": "Modelo Base (De)", "Base Model (From)": "Modelo Base (De)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "antes", "before": "antes",
"Being lazy": "Ser preguiçoso", "Being lazy": "Ser preguiçoso",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "Chamar", "Call": "Chamar",
"Call feature is not supported when using Web STT engine": "A funcionalide de Chamar não é suportada quando usa um motor Web STT", "Call feature is not supported when using Web STT engine": "A funcionalide de Chamar não é suportada quando usa um motor Web STT",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "Comando", "Command": "Comando",
"Comment": "",
"Completions": "", "Completions": "",
"Concurrent Requests": "Solicitações simultâneas", "Concurrent Requests": "Solicitações simultâneas",
"Configure": "", "Configure": "",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "", "Disabled": "",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Descubra, descarregue e explore prompts personalizados", "Discover, download, and explore custom prompts": "Descubra, descarregue e explore prompts personalizados",
"Discover, download, and explore custom tools": "", "Discover, download, and explore custom tools": "",
"Discover, download, and explore model presets": "Descubra, descarregue e explore predefinições de modelo", "Discover, download, and explore model presets": "Descubra, descarregue e explore predefinições de modelo",
"Dismissible": "Dispensável",
"Display": "", "Display": "",
"Display Emoji in Call": "", "Display Emoji in Call": "",
"Display the username instead of You in the Chat": "Exibir o nome de utilizador em vez de Você na Conversa", "Display the username instead of You in the Chat": "Exibir o nome de utilizador em vez de Você na Conversa",
@ -411,6 +414,8 @@
"Edit Memory": "", "Edit Memory": "",
"Edit User": "Editar Utilizador", "Edit User": "Editar Utilizador",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "", "ElevenLabs": "",
"Email": "E-mail", "Email": "E-mail",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "", "Files": "",
"Filter": "",
"Filter is now globally disabled": "", "Filter is now globally disabled": "",
"Filter is now globally enabled": "", "Filter is now globally enabled": "",
"Filters": "", "Filters": "",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "A gerar a consulta da pesquisa", "Generating search query": "A gerar a consulta da pesquisa",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "", "Global": "",
@ -724,6 +731,9 @@
"Info": "Informação", "Info": "Informação",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Comandos de entrada", "Input commands": "Comandos de entrada",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instalar a partir do URL do Github", "Install from Github URL": "Instalar a partir do URL do Github",
"Instant Auto-Send After Voice Transcription": "Enviar automaticamente depois da transcrição da voz", "Instant Auto-Send After Voice Transcription": "Enviar automaticamente depois da transcrição da voz",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "ID do modelo", "Model ID": "ID do modelo",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "", "Model Name": "",
"Model not selected": "Modelo não selecionado", "Model not selected": "Modelo não selecionado",
"Model Params": "Params Modelo", "Model Params": "Params Modelo",
@ -972,6 +981,7 @@
"Pin": "", "Pin": "",
"Pinned": "", "Pinned": "",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "", "Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "", "Pipeline downloaded successfully": "",
"Pipelines": "Condutas", "Pipelines": "Condutas",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "", "Relevance": "",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Remover", "Remove": "Remover",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Remover Modelo", "Remove Model": "Remover Modelo",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Renomear", "Rename": "Renomear",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Limpar Pasta de Carregamento", "Reset Upload Directory": "Limpar Pasta de Carregamento",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "", "Response splitting": "",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "Mostrar Detalhes do Administrador na sobreposição de Conta Pendente", "Show Admin Details in Account Pending Overlay": "Mostrar Detalhes do Administrador na sobreposição de Conta Pendente",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Mostrar atalhos", "Show shortcuts": "Mostrar atalhos",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Isto garante que suas conversas valiosas sejam guardadas com segurança na sua base de dados de backend. Obrigado!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Isto garante que suas conversas valiosas sejam guardadas com segurança na sua base de dados de backend. Obrigado!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Isto é um recurso experimental, pode não funcionar conforme o esperado e está sujeito a alterações a qualquer momento.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Isto é um recurso experimental, pode não funcionar conforme o esperado e está sujeito a alterações a qualquer momento.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "utilizador", "user": "utilizador",
"User": "", "User": "",
"User location successfully retrieved.": "", "User location successfully retrieved.": "",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "", "Username": "",
"Users": "Utilizadores", "Users": "Utilizadores",

View File

@ -23,6 +23,7 @@
"Account": "Cont", "Account": "Cont",
"Account Activation Pending": "Activarea contului în așteptare", "Account Activation Pending": "Activarea contului în așteptare",
"Accurate information": "Informații precise", "Accurate information": "Informații precise",
"Action": "",
"Actions": "Acțiuni", "Actions": "Acțiuni",
"Activate": "Activează", "Activate": "Activează",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activează această comandă tastând \"/{{COMMAND}}\" în chat.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activează această comandă tastând \"/{{COMMAND}}\" în chat.",
@ -145,6 +146,7 @@
"Bad Response": "Răspuns Greșit", "Bad Response": "Răspuns Greșit",
"Banners": "Bannere", "Banners": "Bannere",
"Base Model (From)": "Model de Bază (De la)", "Base Model (From)": "Model de Bază (De la)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "înainte", "before": "înainte",
"Being lazy": "Fiind leneș", "Being lazy": "Fiind leneș",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "Apel", "Call": "Apel",
"Call feature is not supported when using Web STT engine": "Funcția de apel nu este suportată când se utilizează motorul Web STT", "Call feature is not supported when using Web STT engine": "Funcția de apel nu este suportată când se utilizează motorul Web STT",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "Flux de lucru ComfyUI", "ComfyUI Workflow": "Flux de lucru ComfyUI",
"ComfyUI Workflow Nodes": "Noduri de flux de lucru ComfyUI", "ComfyUI Workflow Nodes": "Noduri de flux de lucru ComfyUI",
"Command": "Comandă", "Command": "Comandă",
"Comment": "",
"Completions": "Completări", "Completions": "Completări",
"Concurrent Requests": "Cereri Concurente", "Concurrent Requests": "Cereri Concurente",
"Configure": "Configurează", "Configure": "Configurează",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Dezactivat", "Disabled": "Dezactivat",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Descoperă, descarcă și explorează prompturi personalizate", "Discover, download, and explore custom prompts": "Descoperă, descarcă și explorează prompturi personalizate",
"Discover, download, and explore custom tools": "Descoperă, descarcă și explorează instrumente personalizate", "Discover, download, and explore custom tools": "Descoperă, descarcă și explorează instrumente personalizate",
"Discover, download, and explore model presets": "Descoperă, descarcă și explorează presetări de model", "Discover, download, and explore model presets": "Descoperă, descarcă și explorează presetări de model",
"Dismissible": "Ignorabil",
"Display": "", "Display": "",
"Display Emoji in Call": "Afișează Emoji în Apel", "Display Emoji in Call": "Afișează Emoji în Apel",
"Display the username instead of You in the Chat": "Afișează numele utilizatorului în loc de Tu în Conversație", "Display the username instead of You in the Chat": "Afișează numele utilizatorului în loc de Tu în Conversație",
@ -411,6 +414,8 @@
"Edit Memory": "Editează Memorie", "Edit Memory": "Editează Memorie",
"Edit User": "Editează Utilizator", "Edit User": "Editează Utilizator",
"Edit User Group": "Editează grupul de utilizatori", "Edit User Group": "Editează grupul de utilizatori",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "Email", "Email": "Email",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "Fișiere", "Files": "Fișiere",
"Filter": "",
"Filter is now globally disabled": "Filtrul este acum dezactivat global", "Filter is now globally disabled": "Filtrul este acum dezactivat global",
"Filter is now globally enabled": "Filtrul este acum activat global", "Filter is now globally enabled": "Filtrul este acum activat global",
"Filters": "Filtre", "Filters": "Filtre",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "Se generează interogarea de căutare", "Generating search query": "Se generează interogarea de căutare",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "Global", "Global": "Global",
@ -724,6 +731,9 @@
"Info": "Informații", "Info": "Informații",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Comenzi de intrare", "Input commands": "Comenzi de intrare",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Instalează de la URL-ul Github", "Install from Github URL": "Instalează de la URL-ul Github",
"Instant Auto-Send After Voice Transcription": "Trimitere Automată Instantanee După Transcrierea Vocii", "Instant Auto-Send After Voice Transcription": "Trimitere Automată Instantanee După Transcrierea Vocii",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "ID Model", "Model ID": "ID Model",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Nume model", "Model Name": "Nume model",
"Model not selected": "Modelul nu a fost selectat", "Model not selected": "Modelul nu a fost selectat",
"Model Params": "Parametri Model", "Model Params": "Parametri Model",
@ -972,6 +981,7 @@
"Pin": "Fixează", "Pin": "Fixează",
"Pinned": "Fixat", "Pinned": "Fixat",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "Conducta a fost ștearsă cu succes", "Pipeline deleted successfully": "Conducta a fost ștearsă cu succes",
"Pipeline downloaded successfully": "Conducta a fost descărcată cu succes", "Pipeline downloaded successfully": "Conducta a fost descărcată cu succes",
"Pipelines": "Conducte", "Pipelines": "Conducte",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "Relevanță", "Relevance": "Relevanță",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Înlătură", "Remove": "Înlătură",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Înlătură Modelul", "Remove Model": "Înlătură Modelul",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Redenumește", "Rename": "Redenumește",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Resetează Directorul de Încărcare", "Reset Upload Directory": "Resetează Directorul de Încărcare",
"Reset Vector Storage/Knowledge": "Resetarea Stocării/Vectoului de Cunoștințe", "Reset Vector Storage/Knowledge": "Resetarea Stocării/Vectoului de Cunoștințe",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Notificările de răspuns nu pot fi activate deoarece permisiunile site-ului au fost refuzate. Vă rugăm să vizitați setările browserului pentru a acorda accesul necesar.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Notificările de răspuns nu pot fi activate deoarece permisiunile site-ului au fost refuzate. Vă rugăm să vizitați setările browserului pentru a acorda accesul necesar.",
"Response splitting": "Împărțirea răspunsurilor", "Response splitting": "Împărțirea răspunsurilor",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "Afișează Detaliile Administratorului în Suprapunerea Contului În Așteptare", "Show Admin Details in Account Pending Overlay": "Afișează Detaliile Administratorului în Suprapunerea Contului În Așteptare",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Afișează scurtături", "Show shortcuts": "Afișează scurtături",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Acest lucru asigură că conversațiile dvs. valoroase sunt salvate în siguranță în baza de date a backend-ului dvs. Mulțumim!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Acest lucru asigură că conversațiile dvs. valoroase sunt salvate în siguranță în baza de date a backend-ului dvs. Mulțumim!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Aceasta este o funcție experimentală, poate să nu funcționeze așa cum vă așteptați și este supusă schimbării în orice moment.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Aceasta este o funcție experimentală, poate să nu funcționeze așa cum vă așteptați și este supusă schimbării în orice moment.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "utilizator", "user": "utilizator",
"User": "Utilizator", "User": "Utilizator",
"User location successfully retrieved.": "Localizarea utilizatorului a fost preluată cu succes.", "User location successfully retrieved.": "Localizarea utilizatorului a fost preluată cu succes.",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "", "Username": "",
"Users": "Utilizatori", "Users": "Utilizatori",

View File

@ -23,6 +23,7 @@
"Account": "Учетная запись", "Account": "Учетная запись",
"Account Activation Pending": "Ожидание активации учетной записи", "Account Activation Pending": "Ожидание активации учетной записи",
"Accurate information": "Точная информация", "Accurate information": "Точная информация",
"Action": "",
"Actions": "Действия", "Actions": "Действия",
"Activate": "Активировать", "Activate": "Активировать",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Активируйте эту команду, набрав \"/{{COMMAND}}\" для ввода в чате.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Активируйте эту команду, набрав \"/{{COMMAND}}\" для ввода в чате.",
@ -145,6 +146,7 @@
"Bad Response": "Плохой ответ", "Bad Response": "Плохой ответ",
"Banners": "Баннеры", "Banners": "Баннеры",
"Base Model (From)": "Базовая модель (от)", "Base Model (From)": "Базовая модель (от)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "до", "before": "до",
"Being lazy": "Лениво", "Being lazy": "Лениво",
"Beta": "Бета", "Beta": "Бета",
@ -157,7 +159,7 @@
"By {{name}}": "От {{name}}", "By {{name}}": "От {{name}}",
"Bypass Embedding and Retrieval": "Обход встраивания и извлечения данных", "Bypass Embedding and Retrieval": "Обход встраивания и извлечения данных",
"Bypass Web Loader": "Обход веб-загрузчика", "Bypass Web Loader": "Обход веб-загрузчика",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Календарь", "Calendar": "Календарь",
"Call": "Вызов", "Call": "Вызов",
"Call feature is not supported when using Web STT engine": "Функция вызова не поддерживается при использовании Web STT (распознавание речи) движка", "Call feature is not supported when using Web STT engine": "Функция вызова не поддерживается при использовании Web STT (распознавание речи) движка",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "Рабочий процесс ComfyUI", "ComfyUI Workflow": "Рабочий процесс ComfyUI",
"ComfyUI Workflow Nodes": "Узлы рабочего процесса ComfyUI", "ComfyUI Workflow Nodes": "Узлы рабочего процесса ComfyUI",
"Command": "Команда", "Command": "Команда",
"Comment": "",
"Completions": "Завершения", "Completions": "Завершения",
"Concurrent Requests": "Одновременные запросы", "Concurrent Requests": "Одновременные запросы",
"Configure": "Настроить", "Configure": "Настроить",
@ -345,6 +348,7 @@
"Direct Connections": "Прямые подключения", "Direct Connections": "Прямые подключения",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Прямые подключения позволяют пользователям подключаться к своим собственным конечным точкам API, совместимым с OpenAI.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Прямые подключения позволяют пользователям подключаться к своим собственным конечным точкам API, совместимым с OpenAI.",
"Direct Tool Servers": "Доступ к серверам инструментов", "Direct Tool Servers": "Доступ к серверам инструментов",
"Disable Code Interpreter": "",
"Disable Image Extraction": "Отключить извлечение изображений", "Disable Image Extraction": "Отключить извлечение изображений",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "Отключить извлечение изображений из PDF. Если включена параметр Использовать LLM, изображения будут подписаны автоматически. По умолчанию установлено значение Выкл.", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "Отключить извлечение изображений из PDF. Если включена параметр Использовать LLM, изображения будут подписаны автоматически. По умолчанию установлено значение Выкл.",
"Disabled": "Отключено", "Disabled": "Отключено",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Открывайте для себя, загружайте и исследуйте пользовательские промпты", "Discover, download, and explore custom prompts": "Открывайте для себя, загружайте и исследуйте пользовательские промпты",
"Discover, download, and explore custom tools": "Открывайте для себя, загружайте и исследуйте пользовательские инструменты", "Discover, download, and explore custom tools": "Открывайте для себя, загружайте и исследуйте пользовательские инструменты",
"Discover, download, and explore model presets": "Открывайте для себя, загружайте и исследуйте пользовательские предустановки моделей", "Discover, download, and explore model presets": "Открывайте для себя, загружайте и исследуйте пользовательские предустановки моделей",
"Dismissible": "Можно отклонить",
"Display": "Отображать", "Display": "Отображать",
"Display Emoji in Call": "Отображать эмодзи в вызовах", "Display Emoji in Call": "Отображать эмодзи в вызовах",
"Display the username instead of You in the Chat": "Отображать имя пользователя вместо 'Вы' в чате", "Display the username instead of You in the Chat": "Отображать имя пользователя вместо 'Вы' в чате",
@ -411,6 +414,8 @@
"Edit Memory": "Редактировать воспоминание", "Edit Memory": "Редактировать воспоминание",
"Edit User": "Редактировать пользователя", "Edit User": "Редактировать пользователя",
"Edit User Group": "Редактировать Пользовательскую Группу", "Edit User Group": "Редактировать Пользовательскую Группу",
"Edited": "",
"Editing": "",
"Eject": "Извлечение", "Eject": "Извлечение",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "Электронная почта", "Email": "Электронная почта",
@ -611,6 +616,7 @@
"File Upload": "Загрузка файла", "File Upload": "Загрузка файла",
"File uploaded successfully": "Файл успешно загружен", "File uploaded successfully": "Файл успешно загружен",
"Files": "Файлы", "Files": "Файлы",
"Filter": "",
"Filter is now globally disabled": "Фильтр теперь отключен глобально", "Filter is now globally disabled": "Фильтр теперь отключен глобально",
"Filter is now globally enabled": "Фильтр теперь включен глобально", "Filter is now globally enabled": "Фильтр теперь включен глобально",
"Filters": "Фильтры", "Filters": "Фильтры",
@ -658,6 +664,7 @@
"Generate prompt pair": "Сгенерировать пару запросов", "Generate prompt pair": "Сгенерировать пару запросов",
"Generating search query": "Генерация поискового запроса", "Generating search query": "Генерация поискового запроса",
"Generating...": "Генерирую...", "Generating...": "Генерирую...",
"Get information on {{name}} in the UI": "",
"Get started": "Давайте начнём", "Get started": "Давайте начнём",
"Get started with {{WEBUI_NAME}}": "Давайте начнём с {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Давайте начнём с {{WEBUI_NAME}}",
"Global": "Глобально", "Global": "Глобально",
@ -724,6 +731,9 @@
"Info": "Информация", "Info": "Информация",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Использовать весь контент в качестве контекста для комплексной обработки, это рекомендуется для сложных запросов.", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Использовать весь контент в качестве контекста для комплексной обработки, это рекомендуется для сложных запросов.",
"Input commands": "Введите команды", "Input commands": "Введите команды",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Установка с URL-адреса Github", "Install from Github URL": "Установка с URL-адреса Github",
"Instant Auto-Send After Voice Transcription": "Мгновенная автоматическая отправка после расшифровки голоса", "Instant Auto-Send After Voice Transcription": "Мгновенная автоматическая отправка после расшифровки голоса",
"Integration": "Интеграция", "Integration": "Интеграция",
@ -841,7 +851,6 @@
"Model Filtering": "Фильтрация Моделей", "Model Filtering": "Фильтрация Моделей",
"Model ID": "ID Модели", "Model ID": "ID Модели",
"Model IDs": "IDs Модели", "Model IDs": "IDs Модели",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Название Модели", "Model Name": "Название Модели",
"Model not selected": "Модель не выбрана", "Model not selected": "Модель не выбрана",
"Model Params": "Параметры модели", "Model Params": "Параметры модели",
@ -972,6 +981,7 @@
"Pin": "Закрепить", "Pin": "Закрепить",
"Pinned": "Закреплено", "Pinned": "Закреплено",
"Pioneer insights": "Новаторские идеи", "Pioneer insights": "Новаторские идеи",
"Pipe": "",
"Pipeline deleted successfully": "Конвейер успешно удален", "Pipeline deleted successfully": "Конвейер успешно удален",
"Pipeline downloaded successfully": "Конвейер успешно загружен", "Pipeline downloaded successfully": "Конвейер успешно загружен",
"Pipelines": "Конвейеры", "Pipelines": "Конвейеры",
@ -1037,8 +1047,12 @@
"Releases": "Релизы", "Releases": "Релизы",
"Relevance": "Релевантность", "Relevance": "Релевантность",
"Relevance Threshold": "Порог релевантности", "Relevance Threshold": "Порог релевантности",
"Remember Dismissal": "",
"Remove": "Удалить", "Remove": "Удалить",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Удалить модель", "Remove Model": "Удалить модель",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Переименовать", "Rename": "Переименовать",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Сбросить каталог загрузок", "Reset Upload Directory": "Сбросить каталог загрузок",
"Reset Vector Storage/Knowledge": "Сброс векторного хранилища/знаний", "Reset Vector Storage/Knowledge": "Сброс векторного хранилища/знаний",
"Reset view": "Сбросить вид", "Reset view": "Сбросить вид",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Уведомления об ответах не могут быть активированы, поскольку доступ к веб-сайту был заблокирован. Пожалуйста, перейдите к настройкам своего браузера, чтобы предоставить необходимый доступ.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Уведомления об ответах не могут быть активированы, поскольку доступ к веб-сайту был заблокирован. Пожалуйста, перейдите к настройкам своего браузера, чтобы предоставить необходимый доступ.",
"Response splitting": "Разделение ответов", "Response splitting": "Разделение ответов",
"Response Watermark": "Водяной знак ответа", "Response Watermark": "Водяной знак ответа",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Показывать окно «Что нового» при входе в систему", "Show \"What's New\" modal on login": "Показывать окно «Что нового» при входе в систему",
"Show Admin Details in Account Pending Overlay": "Показывать данные администратора в оверлее ожидающей учетной записи", "Show Admin Details in Account Pending Overlay": "Показывать данные администратора в оверлее ожидающей учетной записи",
"Show All": "Показать все", "Show All": "Показать все",
"Show image preview": "",
"Show Less": "Показать меньше", "Show Less": "Показать меньше",
"Show Model": "Показать модель", "Show Model": "Показать модель",
"Show shortcuts": "Показать горячие клавиши", "Show shortcuts": "Показать горячие клавиши",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Этот канал был создан {{createdAt}}. Это самое начало канала {{channelName}}.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Этот канал был создан {{createdAt}}. Это самое начало канала {{channelName}}.",
"This chat won't appear in history and your messages will not be saved.": "Этот чат не появится в истории, и ваши сообщения не будут сохранены.", "This chat won't appear in history and your messages will not be saved.": "Этот чат не появится в истории, и ваши сообщения не будут сохранены.",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Это обеспечивает сохранение ваших ценных разговоров в безопасной базе данных на вашем сервере. Спасибо!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Это обеспечивает сохранение ваших ценных разговоров в безопасной базе данных на вашем сервере. Спасибо!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Это экспериментальная функция, она может работать не так, как ожидалось, и может быть изменена в любое время.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Это экспериментальная функция, она может работать не так, как ожидалось, и может быть изменена в любое время.",
"This model is not publicly available. Please select another model.": "Эта модель недоступна в открытом доступе. Пожалуйста, выберите другую модель.", "This model is not publicly available. Please select another model.": "Эта модель недоступна в открытом доступе. Пожалуйста, выберите другую модель.",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "Этот параметр определяет, как долго модель будет оставаться загруженной в память после запроса (по умолчанию: 5 месяцев).", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "Этот параметр определяет, как долго модель будет оставаться загруженной в память после запроса (по умолчанию: 5 месяцев).",
@ -1346,6 +1363,7 @@
"user": "пользователь", "user": "пользователь",
"User": "Пользователь", "User": "Пользователь",
"User location successfully retrieved.": "Местоположение пользователя успешно получено.", "User location successfully retrieved.": "Местоположение пользователя успешно получено.",
"User menu": "",
"User Webhooks": "Пользовательские веб-хуки", "User Webhooks": "Пользовательские веб-хуки",
"Username": "Имя пользователя", "Username": "Имя пользователя",
"Users": "Пользователи", "Users": "Пользователи",

View File

@ -23,6 +23,7 @@
"Account": "Účet", "Account": "Účet",
"Account Activation Pending": "Čaká sa na aktiváciu účtu", "Account Activation Pending": "Čaká sa na aktiváciu účtu",
"Accurate information": "Presné informácie", "Accurate information": "Presné informácie",
"Action": "",
"Actions": "Akcie", "Actions": "Akcie",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivujte tento príkaz napísaním \"/{{COMMAND}}\" do chatového vstupu", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivujte tento príkaz napísaním \"/{{COMMAND}}\" do chatového vstupu",
@ -145,6 +146,7 @@
"Bad Response": "Zlá odozva", "Bad Response": "Zlá odozva",
"Banners": "Bannery", "Banners": "Bannery",
"Base Model (From)": "Základný model (z)", "Base Model (From)": "Základný model (z)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "pred", "before": "pred",
"Being lazy": "", "Being lazy": "",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "Volanie", "Call": "Volanie",
"Call feature is not supported when using Web STT engine": "Funkcia volania nie je podporovaná pri použití Web STT engine.", "Call feature is not supported when using Web STT engine": "Funkcia volania nie je podporovaná pri použití Web STT engine.",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "Pracovný postup ComfyUI", "ComfyUI Workflow": "Pracovný postup ComfyUI",
"ComfyUI Workflow Nodes": "Pracovné uzly ComfyUI", "ComfyUI Workflow Nodes": "Pracovné uzly ComfyUI",
"Command": "Príkaz", "Command": "Príkaz",
"Comment": "",
"Completions": "Doplnenia", "Completions": "Doplnenia",
"Concurrent Requests": "Súčasné požiadavky", "Concurrent Requests": "Súčasné požiadavky",
"Configure": "Konfigurovať", "Configure": "Konfigurovať",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Zakázané", "Disabled": "Zakázané",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Objavte, stiahnite a preskúmajte vlastné prompty.", "Discover, download, and explore custom prompts": "Objavte, stiahnite a preskúmajte vlastné prompty.",
"Discover, download, and explore custom tools": "Objavujte, sťahujte a preskúmajte vlastné nástroje", "Discover, download, and explore custom tools": "Objavujte, sťahujte a preskúmajte vlastné nástroje",
"Discover, download, and explore model presets": "Objavte, stiahnite a preskúmajte prednastavenia modelov", "Discover, download, and explore model presets": "Objavte, stiahnite a preskúmajte prednastavenia modelov",
"Dismissible": "Odstrániteľné",
"Display": "", "Display": "",
"Display Emoji in Call": "Zobrazenie emoji počas hovoru", "Display Emoji in Call": "Zobrazenie emoji počas hovoru",
"Display the username instead of You in the Chat": "Zobraziť užívateľské meno namiesto \"Vás\" v chate", "Display the username instead of You in the Chat": "Zobraziť užívateľské meno namiesto \"Vás\" v chate",
@ -411,6 +414,8 @@
"Edit Memory": "Upraviť pamäť", "Edit Memory": "Upraviť pamäť",
"Edit User": "Upraviť užívateľa", "Edit User": "Upraviť užívateľa",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "E-mail", "Email": "E-mail",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "Súbory", "Files": "Súbory",
"Filter": "",
"Filter is now globally disabled": "Filter je teraz globálne zakázaný", "Filter is now globally disabled": "Filter je teraz globálne zakázaný",
"Filter is now globally enabled": "Filter je teraz globálne povolený.", "Filter is now globally enabled": "Filter je teraz globálne povolený.",
"Filters": "Filtre", "Filters": "Filtre",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "Generovanie vyhľadávacieho dotazu", "Generating search query": "Generovanie vyhľadávacieho dotazu",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "Globálne", "Global": "Globálne",
@ -724,6 +731,9 @@
"Info": "Info", "Info": "Info",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Vstupné príkazy", "Input commands": "Vstupné príkazy",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Inštalácia z URL adresy Githubu", "Install from Github URL": "Inštalácia z URL adresy Githubu",
"Instant Auto-Send After Voice Transcription": "Okamžité automatické odoslanie po prepisu hlasu", "Instant Auto-Send After Voice Transcription": "Okamžité automatické odoslanie po prepisu hlasu",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "ID modelu", "Model ID": "ID modelu",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Názov modelu", "Model Name": "Názov modelu",
"Model not selected": "Model nebol vybraný", "Model not selected": "Model nebol vybraný",
"Model Params": "Parametre modelu", "Model Params": "Parametre modelu",
@ -972,6 +981,7 @@
"Pin": "", "Pin": "",
"Pinned": "", "Pinned": "",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "Pipeline bola úspešne odstránená", "Pipeline deleted successfully": "Pipeline bola úspešne odstránená",
"Pipeline downloaded successfully": "Kanál bol úspešne stiahnutý", "Pipeline downloaded successfully": "Kanál bol úspešne stiahnutý",
"Pipelines": "", "Pipelines": "",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "Relevancia", "Relevance": "Relevancia",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Odstrániť", "Remove": "Odstrániť",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Odstrániť model", "Remove Model": "Odstrániť model",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Premenovať", "Rename": "Premenovať",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Resetovať adresár nahrávania", "Reset Upload Directory": "Resetovať adresár nahrávania",
"Reset Vector Storage/Knowledge": "Resetovanie úložiska vektorov/znalostí", "Reset Vector Storage/Knowledge": "Resetovanie úložiska vektorov/znalostí",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Oznámenia o odpovediach nie je možné aktivovať, pretože povolenia webu boli zamietnuté. Navštívte nastavenia svojho prehliadača a povoľte potrebný prístup.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Oznámenia o odpovediach nie je možné aktivovať, pretože povolenia webu boli zamietnuté. Navštívte nastavenia svojho prehliadača a povoľte potrebný prístup.",
"Response splitting": "Rozdelenie odpovede", "Response splitting": "Rozdelenie odpovede",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "Zobraziť podrobnosti administrátora v prekryvnom okne s čakajúcim účtom", "Show Admin Details in Account Pending Overlay": "Zobraziť podrobnosti administrátora v prekryvnom okne s čakajúcim účtom",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Zobraziť klávesové skratky", "Show shortcuts": "Zobraziť klávesové skratky",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Týmto je zaistené, že vaše cenné konverzácie sú bezpečne uložené vo vašej backendovej databáze. Ďakujeme!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Týmto je zaistené, že vaše cenné konverzácie sú bezpečne uložené vo vašej backendovej databáze. Ďakujeme!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Toto je experimentálna funkcia, nemusí fungovať podľa očakávania a môže byť kedykoľvek zmenená.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Toto je experimentálna funkcia, nemusí fungovať podľa očakávania a môže byť kedykoľvek zmenená.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "používateľ", "user": "používateľ",
"User": "Používateľ", "User": "Používateľ",
"User location successfully retrieved.": "Umiestnenie používateľa bolo úspešne získané.", "User location successfully retrieved.": "Umiestnenie používateľa bolo úspešne získané.",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "Používateľské meno", "Username": "Používateľské meno",
"Users": "Používatelia", "Users": "Používatelia",

View File

@ -23,6 +23,7 @@
"Account": "Налог", "Account": "Налог",
"Account Activation Pending": "Налози за активирање", "Account Activation Pending": "Налози за активирање",
"Accurate information": "Прецизне информације", "Accurate information": "Прецизне информације",
"Action": "",
"Actions": "Радње", "Actions": "Радње",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Покрените ову наредбу куцањем \"/{{COMMAND}}\" у ћаскање.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Покрените ову наредбу куцањем \"/{{COMMAND}}\" у ћаскање.",
@ -145,6 +146,7 @@
"Bad Response": "Лош одговор", "Bad Response": "Лош одговор",
"Banners": "Барјаке", "Banners": "Барјаке",
"Base Model (From)": "Основни модел (од)", "Base Model (From)": "Основни модел (од)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "пре", "before": "пре",
"Being lazy": "Бити лењ", "Being lazy": "Бити лењ",
"Beta": "Бета", "Beta": "Бета",
@ -157,7 +159,7 @@
"By {{name}}": "Од {{name}}", "By {{name}}": "Од {{name}}",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "Позив", "Call": "Позив",
"Call feature is not supported when using Web STT engine": "", "Call feature is not supported when using Web STT engine": "",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI радни ток", "ComfyUI Workflow": "ComfyUI радни ток",
"ComfyUI Workflow Nodes": "ComfyUI чворови радног тока", "ComfyUI Workflow Nodes": "ComfyUI чворови радног тока",
"Command": "Наредба", "Command": "Наредба",
"Comment": "",
"Completions": "Допуне", "Completions": "Допуне",
"Concurrent Requests": "Упоредни захтеви", "Concurrent Requests": "Упоредни захтеви",
"Configure": "Подеси", "Configure": "Подеси",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Онемогућено", "Disabled": "Онемогућено",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Откријте, преузмите и истражите прилагођене упите", "Discover, download, and explore custom prompts": "Откријте, преузмите и истражите прилагођене упите",
"Discover, download, and explore custom tools": "Откријте, преузмите и истражите прилагођене алате", "Discover, download, and explore custom tools": "Откријте, преузмите и истражите прилагођене алате",
"Discover, download, and explore model presets": "Откријте, преузмите и истражите образце модела", "Discover, download, and explore model presets": "Откријте, преузмите и истражите образце модела",
"Dismissible": "Занемариво",
"Display": "Приказ", "Display": "Приказ",
"Display Emoji in Call": "Прикажи емоџије у позиву", "Display Emoji in Call": "Прикажи емоџије у позиву",
"Display the username instead of You in the Chat": "Прикажи корисничко уместо Ти у ћаскању", "Display the username instead of You in the Chat": "Прикажи корисничко уместо Ти у ћаскању",
@ -411,6 +414,8 @@
"Edit Memory": "Измени сећање", "Edit Memory": "Измени сећање",
"Edit User": "Измени корисника", "Edit User": "Измени корисника",
"Edit User Group": "Измени корисничку групу", "Edit User Group": "Измени корисничку групу",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "", "ElevenLabs": "",
"Email": "Е-пошта", "Email": "Е-пошта",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "Датотеке", "Files": "Датотеке",
"Filter": "",
"Filter is now globally disabled": "", "Filter is now globally disabled": "",
"Filter is now globally enabled": "", "Filter is now globally enabled": "",
"Filters": "", "Filters": "",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "Генерисање упита претраге", "Generating search query": "Генерисање упита претраге",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "", "Global": "",
@ -724,6 +731,9 @@
"Info": "Инфо", "Info": "Инфо",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Унеси наредбе", "Input commands": "Унеси наредбе",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Инсталирај из Гитхуб УРЛ адресе", "Install from Github URL": "Инсталирај из Гитхуб УРЛ адресе",
"Instant Auto-Send After Voice Transcription": "", "Instant Auto-Send After Voice Transcription": "",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "ИД модела", "Model ID": "ИД модела",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "", "Model Name": "",
"Model not selected": "Модел није изабран", "Model not selected": "Модел није изабран",
"Model Params": "Модел Парамс", "Model Params": "Модел Парамс",
@ -972,6 +981,7 @@
"Pin": "Закачи", "Pin": "Закачи",
"Pinned": "Закачено", "Pinned": "Закачено",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "Цевовод успешно обрисан", "Pipeline deleted successfully": "Цевовод успешно обрисан",
"Pipeline downloaded successfully": "Цевовод успешно преузет", "Pipeline downloaded successfully": "Цевовод успешно преузет",
"Pipelines": "Цевоводи", "Pipelines": "Цевоводи",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "Примењивост", "Relevance": "Примењивост",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Уклони", "Remove": "Уклони",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Уклони модел", "Remove Model": "Уклони модел",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Преименуј", "Rename": "Преименуј",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "", "Reset Upload Directory": "",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "", "Response splitting": "",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Прикажи \"Погледај шта је ново\" прозорче при пријави", "Show \"What's New\" modal on login": "Прикажи \"Погледај шта је ново\" прозорче при пријави",
"Show Admin Details in Account Pending Overlay": "", "Show Admin Details in Account Pending Overlay": "",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "Прикажи пречице", "Show shortcuts": "Прикажи пречице",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Ово осигурава да су ваши вредни разговори безбедно сачувани у вашој бекенд бази података. Хвала вам!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Ово осигурава да су ваши вредни разговори безбедно сачувани у вашој бекенд бази података. Хвала вам!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "корисник", "user": "корисник",
"User": "Корисник", "User": "Корисник",
"User location successfully retrieved.": "Корисничка локација успешно добављена.", "User location successfully retrieved.": "Корисничка локација успешно добављена.",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "Корисничко име", "Username": "Корисничко име",
"Users": "Корисници", "Users": "Корисници",

View File

@ -23,6 +23,7 @@
"Account": "Konto", "Account": "Konto",
"Account Activation Pending": "Kontoaktivering väntar", "Account Activation Pending": "Kontoaktivering väntar",
"Accurate information": "Exakt information", "Accurate information": "Exakt information",
"Action": "",
"Actions": "Åtgärder", "Actions": "Åtgärder",
"Activate": "Aktivera", "Activate": "Aktivera",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivera detta kommando genom att skriva \"/{{COMMAND}}\" i chattrutan.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivera detta kommando genom att skriva \"/{{COMMAND}}\" i chattrutan.",
@ -145,6 +146,7 @@
"Bad Response": "Dåligt svar", "Bad Response": "Dåligt svar",
"Banners": "Banners", "Banners": "Banners",
"Base Model (From)": "Basmodell (Från)", "Base Model (From)": "Basmodell (Från)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "före", "before": "före",
"Being lazy": "Är lat", "Being lazy": "Är lat",
"Beta": "Beta", "Beta": "Beta",
@ -157,7 +159,7 @@
"By {{name}}": "Av {{name}}", "By {{name}}": "Av {{name}}",
"Bypass Embedding and Retrieval": "Kringgå inbäddning och hämtning", "Bypass Embedding and Retrieval": "Kringgå inbäddning och hämtning",
"Bypass Web Loader": "Kringgå webbläsare", "Bypass Web Loader": "Kringgå webbläsare",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Kalender", "Calendar": "Kalender",
"Call": "Samtal", "Call": "Samtal",
"Call feature is not supported when using Web STT engine": "Samtalsfunktionen är inte kompatibel med Web Tal-till-text motor", "Call feature is not supported when using Web STT engine": "Samtalsfunktionen är inte kompatibel med Web Tal-till-text motor",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI Arbetsflöde", "ComfyUI Workflow": "ComfyUI Arbetsflöde",
"ComfyUI Workflow Nodes": "ComfyUI Arbetsflödesnoder", "ComfyUI Workflow Nodes": "ComfyUI Arbetsflödesnoder",
"Command": "Kommando", "Command": "Kommando",
"Comment": "",
"Completions": "Slutföranden", "Completions": "Slutföranden",
"Concurrent Requests": "Parallella anrop", "Concurrent Requests": "Parallella anrop",
"Configure": "Konfigurera", "Configure": "Konfigurera",
@ -345,6 +348,7 @@
"Direct Connections": "Direkta anslutningar", "Direct Connections": "Direkta anslutningar",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Direkta anslutningar tillåter användare att ansluta till sina egna OpenAI-kompatibla API-endpoints.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Direkta anslutningar tillåter användare att ansluta till sina egna OpenAI-kompatibla API-endpoints.",
"Direct Tool Servers": "Direkta verktygsservrar", "Direct Tool Servers": "Direkta verktygsservrar",
"Disable Code Interpreter": "",
"Disable Image Extraction": "Inaktivera bildextrahering", "Disable Image Extraction": "Inaktivera bildextrahering",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "Inaktivera bildextrahering från PDF-filen. Om Använd LLM är aktiverat kommer bilder att automatiskt bildtextas. Standardvärdet är False.", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "Inaktivera bildextrahering från PDF-filen. Om Använd LLM är aktiverat kommer bilder att automatiskt bildtextas. Standardvärdet är False.",
"Disabled": "Inaktiverad", "Disabled": "Inaktiverad",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Upptäck, ladda ner och utforska anpassade instruktioner", "Discover, download, and explore custom prompts": "Upptäck, ladda ner och utforska anpassade instruktioner",
"Discover, download, and explore custom tools": "Upptäck, ladda ner och utforska anpassade verktyg", "Discover, download, and explore custom tools": "Upptäck, ladda ner och utforska anpassade verktyg",
"Discover, download, and explore model presets": "Upptäck, ladda ner och utforska modellförinställningar", "Discover, download, and explore model presets": "Upptäck, ladda ner och utforska modellförinställningar",
"Dismissible": "Kan stängas",
"Display": "Visa", "Display": "Visa",
"Display Emoji in Call": "Visa Emoji under samtal", "Display Emoji in Call": "Visa Emoji under samtal",
"Display the username instead of You in the Chat": "Visa användarnamnet istället för du i chatten", "Display the username instead of You in the Chat": "Visa användarnamnet istället för du i chatten",
@ -411,6 +414,8 @@
"Edit Memory": "Redigera minne", "Edit Memory": "Redigera minne",
"Edit User": "Redigera användare", "Edit User": "Redigera användare",
"Edit User Group": "Redigera användargrupp", "Edit User Group": "Redigera användargrupp",
"Edited": "",
"Editing": "",
"Eject": "Mata ut", "Eject": "Mata ut",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "E-post", "Email": "E-post",
@ -611,6 +616,7 @@
"File Upload": "Filuppladdning", "File Upload": "Filuppladdning",
"File uploaded successfully": "Filen har laddats upp", "File uploaded successfully": "Filen har laddats upp",
"Files": "Filer", "Files": "Filer",
"Filter": "",
"Filter is now globally disabled": "Filter är nu globalt inaktiverat", "Filter is now globally disabled": "Filter är nu globalt inaktiverat",
"Filter is now globally enabled": "Filter är nu globalt aktiverat", "Filter is now globally enabled": "Filter är nu globalt aktiverat",
"Filters": "Filter", "Filters": "Filter",
@ -658,6 +664,7 @@
"Generate prompt pair": "Generera promptpar", "Generate prompt pair": "Generera promptpar",
"Generating search query": "Genererar sökfråga", "Generating search query": "Genererar sökfråga",
"Generating...": "Genererar...", "Generating...": "Genererar...",
"Get information on {{name}} in the UI": "",
"Get started": "Kom igång", "Get started": "Kom igång",
"Get started with {{WEBUI_NAME}}": "Kom igång med {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Kom igång med {{WEBUI_NAME}}",
"Global": "Global", "Global": "Global",
@ -724,6 +731,9 @@
"Info": "Information", "Info": "Information",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Injicera hela innehållet som kontext för omfattande bearbetning, detta rekommenderas för komplexa frågor.", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Injicera hela innehållet som kontext för omfattande bearbetning, detta rekommenderas för komplexa frågor.",
"Input commands": "Indatakommandon", "Input commands": "Indatakommandon",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Installera från Github-URL", "Install from Github URL": "Installera från Github-URL",
"Instant Auto-Send After Voice Transcription": "Skicka automatiskt efter rösttranskribering", "Instant Auto-Send After Voice Transcription": "Skicka automatiskt efter rösttranskribering",
"Integration": "Integration", "Integration": "Integration",
@ -841,7 +851,6 @@
"Model Filtering": "Modellfiltrering", "Model Filtering": "Modellfiltrering",
"Model ID": "Modell-ID", "Model ID": "Modell-ID",
"Model IDs": "Modell-ID:n", "Model IDs": "Modell-ID:n",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Modellnamn", "Model Name": "Modellnamn",
"Model not selected": "Modell inte vald", "Model not selected": "Modell inte vald",
"Model Params": "Modellparametrar", "Model Params": "Modellparametrar",
@ -972,6 +981,7 @@
"Pin": "Fäst", "Pin": "Fäst",
"Pinned": "Fäst", "Pinned": "Fäst",
"Pioneer insights": "Pionjärinsikter", "Pioneer insights": "Pionjärinsikter",
"Pipe": "",
"Pipeline deleted successfully": "Rörledningen har tagits bort", "Pipeline deleted successfully": "Rörledningen har tagits bort",
"Pipeline downloaded successfully": "Rörledningen har laddats ner", "Pipeline downloaded successfully": "Rörledningen har laddats ner",
"Pipelines": "Rörledningar", "Pipelines": "Rörledningar",
@ -1037,8 +1047,12 @@
"Releases": "Utgåvor", "Releases": "Utgåvor",
"Relevance": "Relevans", "Relevance": "Relevans",
"Relevance Threshold": "Relevanströskel", "Relevance Threshold": "Relevanströskel",
"Remember Dismissal": "",
"Remove": "Ta bort", "Remove": "Ta bort",
"Remove {{MODELID}} from list.": "Ta bort {{MODELID}} från listan.", "Remove {{MODELID}} from list.": "Ta bort {{MODELID}} från listan.",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Ta bort modell", "Remove Model": "Ta bort modell",
"Remove this tag from list": "Ta bort denna tagg från listan", "Remove this tag from list": "Ta bort denna tagg från listan",
"Rename": "Byt namn", "Rename": "Byt namn",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Återställ uppladdningskatalog", "Reset Upload Directory": "Återställ uppladdningskatalog",
"Reset Vector Storage/Knowledge": "Återställ vektorlagring/kunskap", "Reset Vector Storage/Knowledge": "Återställ vektorlagring/kunskap",
"Reset view": "Återställ vy", "Reset view": "Återställ vy",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Svarsaviseringar kan inte aktiveras eftersom webbplatsens behörigheter har nekats. Besök dina webbläsarinställningar för att ge nödvändig åtkomst.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Svarsaviseringar kan inte aktiveras eftersom webbplatsens behörigheter har nekats. Besök dina webbläsarinställningar för att ge nödvändig åtkomst.",
"Response splitting": "Svarsdelning", "Response splitting": "Svarsdelning",
"Response Watermark": "Svarsvattenstämpel", "Response Watermark": "Svarsvattenstämpel",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Visa \"Vad är nytt\"-modalen vid inloggning", "Show \"What's New\" modal on login": "Visa \"Vad är nytt\"-modalen vid inloggning",
"Show Admin Details in Account Pending Overlay": "Visa administratörsinformation till väntande konton", "Show Admin Details in Account Pending Overlay": "Visa administratörsinformation till väntande konton",
"Show All": "Visa alla", "Show All": "Visa alla",
"Show image preview": "",
"Show Less": "Visa mindre", "Show Less": "Visa mindre",
"Show Model": "Visa modell", "Show Model": "Visa modell",
"Show shortcuts": "Visa genvägar", "Show shortcuts": "Visa genvägar",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Den här kanalen skapades den {{createdAt}}. Detta är den allra första början av kanalen {{channelName}}.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Den här kanalen skapades den {{createdAt}}. Detta är den allra första början av kanalen {{channelName}}.",
"This chat won't appear in history and your messages will not be saved.": "Den här chatten visas inte i historiken och dina meddelanden sparas inte.", "This chat won't appear in history and your messages will not be saved.": "Den här chatten visas inte i historiken och dina meddelanden sparas inte.",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Detta säkerställer att dina värdefulla samtal sparas säkert till din backend-databas. Tack!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Detta säkerställer att dina värdefulla samtal sparas säkert till din backend-databas. Tack!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Detta är en experimentell funktion som kanske inte fungerar som förväntat och som kan komma att ändras när som helst.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Detta är en experimentell funktion som kanske inte fungerar som förväntat och som kan komma att ändras när som helst.",
"This model is not publicly available. Please select another model.": "Den här modellen är inte tillgänglig för allmänheten. Välj en annan modell.", "This model is not publicly available. Please select another model.": "Den här modellen är inte tillgänglig för allmänheten. Välj en annan modell.",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "Det här alternativet styr hur länge modellen ska vara inläst i minnet efter begäran (standard: 5m)", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "Det här alternativet styr hur länge modellen ska vara inläst i minnet efter begäran (standard: 5m)",
@ -1346,6 +1363,7 @@
"user": "användare", "user": "användare",
"User": "Användare", "User": "Användare",
"User location successfully retrieved.": "Användarens plats har hämtats", "User location successfully retrieved.": "Användarens plats har hämtats",
"User menu": "",
"User Webhooks": "Användar-webhooks", "User Webhooks": "Användar-webhooks",
"Username": "Användarnamn", "Username": "Användarnamn",
"Users": "Användare", "Users": "Användare",

View File

@ -23,6 +23,7 @@
"Account": "บัญชี", "Account": "บัญชี",
"Account Activation Pending": "การเปิดใช้งานบัญชีอยู่ระหว่างดำเนินการ", "Account Activation Pending": "การเปิดใช้งานบัญชีอยู่ระหว่างดำเนินการ",
"Accurate information": "ข้อมูลที่ถูกต้อง", "Accurate information": "ข้อมูลที่ถูกต้อง",
"Action": "",
"Actions": "", "Actions": "",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "การตอบสนองที่ไม่ดี", "Bad Response": "การตอบสนองที่ไม่ดี",
"Banners": "แบนเนอร์", "Banners": "แบนเนอร์",
"Base Model (From)": "โมเดลพื้นฐาน (จาก)", "Base Model (From)": "โมเดลพื้นฐาน (จาก)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "ก่อน", "before": "ก่อน",
"Being lazy": "ขี้เกียจ", "Being lazy": "ขี้เกียจ",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "โทร", "Call": "โทร",
"Call feature is not supported when using Web STT engine": "ไม่รองรับฟีเจอร์การโทรเมื่อใช้เครื่องยนต์ Web STT", "Call feature is not supported when using Web STT engine": "ไม่รองรับฟีเจอร์การโทรเมื่อใช้เครื่องยนต์ Web STT",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "คำสั่ง", "Command": "คำสั่ง",
"Comment": "",
"Completions": "", "Completions": "",
"Concurrent Requests": "คำขอพร้อมกัน", "Concurrent Requests": "คำขอพร้อมกัน",
"Configure": "", "Configure": "",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "ปิดใช้งาน", "Disabled": "ปิดใช้งาน",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "ค้นหา ดาวน์โหลด และสำรวจพรอมต์ที่กำหนดเอง", "Discover, download, and explore custom prompts": "ค้นหา ดาวน์โหลด และสำรวจพรอมต์ที่กำหนดเอง",
"Discover, download, and explore custom tools": "ค้นหา ดาวน์โหลด และสำรวจเครื่องมือที่กำหนดเอง", "Discover, download, and explore custom tools": "ค้นหา ดาวน์โหลด และสำรวจเครื่องมือที่กำหนดเอง",
"Discover, download, and explore model presets": "ค้นหา ดาวน์โหลด และสำรวจพรีเซ็ตโมเดล", "Discover, download, and explore model presets": "ค้นหา ดาวน์โหลด และสำรวจพรีเซ็ตโมเดล",
"Dismissible": "ยกเลิกได้",
"Display": "", "Display": "",
"Display Emoji in Call": "แสดงอิโมจิในการโทร", "Display Emoji in Call": "แสดงอิโมจิในการโทร",
"Display the username instead of You in the Chat": "แสดงชื่อผู้ใช้แทนคุณในการแชท", "Display the username instead of You in the Chat": "แสดงชื่อผู้ใช้แทนคุณในการแชท",
@ -411,6 +414,8 @@
"Edit Memory": "แก้ไขความจำ", "Edit Memory": "แก้ไขความจำ",
"Edit User": "แก้ไขผู้ใช้", "Edit User": "แก้ไขผู้ใช้",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "", "ElevenLabs": "",
"Email": "อีเมล", "Email": "อีเมล",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "ไฟล์", "Files": "ไฟล์",
"Filter": "",
"Filter is now globally disabled": "การกรองถูกปิดใช้งานทั่วโลกแล้ว", "Filter is now globally disabled": "การกรองถูกปิดใช้งานทั่วโลกแล้ว",
"Filter is now globally enabled": "การกรองถูกเปิดใช้งานทั่วโลกแล้ว", "Filter is now globally enabled": "การกรองถูกเปิดใช้งานทั่วโลกแล้ว",
"Filters": "ตัวกรอง", "Filters": "ตัวกรอง",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "สร้างคำค้นหา", "Generating search query": "สร้างคำค้นหา",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "ทั่วโลก", "Global": "ทั่วโลก",
@ -724,6 +731,9 @@
"Info": "ข้อมูล", "Info": "ข้อมูล",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "คำสั่งป้อนข้อมูล", "Input commands": "คำสั่งป้อนข้อมูล",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "ติดตั้งจาก URL ของ Github", "Install from Github URL": "ติดตั้งจาก URL ของ Github",
"Instant Auto-Send After Voice Transcription": "ส่งอัตโนมัติทันทีหลังจากการถอดเสียง", "Instant Auto-Send After Voice Transcription": "ส่งอัตโนมัติทันทีหลังจากการถอดเสียง",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "รหัสโมเดล", "Model ID": "รหัสโมเดล",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "", "Model Name": "",
"Model not selected": "ยังไม่ได้เลือกโมเดล", "Model not selected": "ยังไม่ได้เลือกโมเดล",
"Model Params": "พารามิเตอร์ของโมเดล", "Model Params": "พารามิเตอร์ของโมเดล",
@ -972,6 +981,7 @@
"Pin": "ปักหมุด", "Pin": "ปักหมุด",
"Pinned": "ปักหมุดแล้ว", "Pinned": "ปักหมุดแล้ว",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "ลบไปป์ไลน์เรียบร้อยแล้ว", "Pipeline deleted successfully": "ลบไปป์ไลน์เรียบร้อยแล้ว",
"Pipeline downloaded successfully": "ดาวน์โหลดไปป์ไลน์เรียบร้อยแล้ว", "Pipeline downloaded successfully": "ดาวน์โหลดไปป์ไลน์เรียบร้อยแล้ว",
"Pipelines": "ไปป์ไลน์", "Pipelines": "ไปป์ไลน์",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "", "Relevance": "",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "ลบ", "Remove": "ลบ",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "ลบโมเดล", "Remove Model": "ลบโมเดล",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "เปลี่ยนชื่อ", "Rename": "เปลี่ยนชื่อ",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "รีเซ็ตไดเร็กทอรีการอัปโหลด", "Reset Upload Directory": "รีเซ็ตไดเร็กทอรีการอัปโหลด",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "ไม่สามารถเปิดการแจ้งเตือนการตอบสนองได้เนื่องจากเว็บไซต์ปฏิเสธ กรุณาเข้าการตั้งค่าเบราว์เซอร์ของคุณเพื่อให้สิทธิ์การเข้าถึงที่จำเป็น", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "ไม่สามารถเปิดการแจ้งเตือนการตอบสนองได้เนื่องจากเว็บไซต์ปฏิเสธ กรุณาเข้าการตั้งค่าเบราว์เซอร์ของคุณเพื่อให้สิทธิ์การเข้าถึงที่จำเป็น",
"Response splitting": "", "Response splitting": "",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "แสดงรายละเอียดผู้ดูแลระบบในหน้าจอรอการอนุมัติบัญชี", "Show Admin Details in Account Pending Overlay": "แสดงรายละเอียดผู้ดูแลระบบในหน้าจอรอการอนุมัติบัญชี",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "แสดงทางลัด", "Show shortcuts": "แสดงทางลัด",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "สิ่งนี้ทำให้มั่นใจได้ว่าการสนทนาที่มีค่าของคุณจะถูกบันทึกอย่างปลอดภัยในฐานข้อมูลแบ็กเอนด์ของคุณ ขอบคุณ!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "สิ่งนี้ทำให้มั่นใจได้ว่าการสนทนาที่มีค่าของคุณจะถูกบันทึกอย่างปลอดภัยในฐานข้อมูลแบ็กเอนด์ของคุณ ขอบคุณ!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "นี่เป็นฟีเจอร์ทดลอง อาจไม่ทำงานตามที่คาดไว้และอาจมีการเปลี่ยนแปลงได้ตลอดเวลา", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "นี่เป็นฟีเจอร์ทดลอง อาจไม่ทำงานตามที่คาดไว้และอาจมีการเปลี่ยนแปลงได้ตลอดเวลา",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "ผู้ใช้", "user": "ผู้ใช้",
"User": "", "User": "",
"User location successfully retrieved.": "ดึงตำแหน่งที่ตั้งของผู้ใช้เรียบร้อยแล้ว", "User location successfully retrieved.": "ดึงตำแหน่งที่ตั้งของผู้ใช้เรียบร้อยแล้ว",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "", "Username": "",
"Users": "ผู้ใช้", "Users": "ผู้ใช้",

View File

@ -23,6 +23,7 @@
"Account": "Hasap", "Account": "Hasap",
"Account Activation Pending": "", "Account Activation Pending": "",
"Accurate information": "Takyk maglumat", "Accurate information": "Takyk maglumat",
"Action": "",
"Actions": "", "Actions": "",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "Erbet Jogap", "Bad Response": "Erbet Jogap",
"Banners": "Bannerler", "Banners": "Bannerler",
"Base Model (From)": "Esasy Model (Kimden)", "Base Model (From)": "Esasy Model (Kimden)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "öň", "before": "öň",
"Being lazy": "Ýaltalyk", "Being lazy": "Ýaltalyk",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "", "Call": "",
"Call feature is not supported when using Web STT engine": "", "Call feature is not supported when using Web STT engine": "",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "", "ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "", "ComfyUI Workflow Nodes": "",
"Command": "Buýruk", "Command": "Buýruk",
"Comment": "",
"Completions": "", "Completions": "",
"Concurrent Requests": "Meňzeş Haýyşlar", "Concurrent Requests": "Meňzeş Haýyşlar",
"Configure": "", "Configure": "",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Ýatyrylan", "Disabled": "Ýatyrylan",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "", "Discover, download, and explore custom prompts": "",
"Discover, download, and explore custom tools": "", "Discover, download, and explore custom tools": "",
"Discover, download, and explore model presets": "", "Discover, download, and explore model presets": "",
"Dismissible": "",
"Display": "Görkeziş", "Display": "Görkeziş",
"Display Emoji in Call": "", "Display Emoji in Call": "",
"Display the username instead of You in the Chat": "", "Display the username instead of You in the Chat": "",
@ -411,6 +414,8 @@
"Edit Memory": "", "Edit Memory": "",
"Edit User": "", "Edit User": "",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "", "ElevenLabs": "",
"Email": "Email", "Email": "Email",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "Faýllar", "Files": "Faýllar",
"Filter": "",
"Filter is now globally disabled": "", "Filter is now globally disabled": "",
"Filter is now globally enabled": "", "Filter is now globally enabled": "",
"Filters": "", "Filters": "",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "", "Generating search query": "",
"Generating...": "Döredilýär...", "Generating...": "Döredilýär...",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "", "Global": "",
@ -724,6 +731,9 @@
"Info": "Maglumat", "Info": "Maglumat",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "", "Input commands": "",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "", "Install from Github URL": "",
"Instant Auto-Send After Voice Transcription": "", "Instant Auto-Send After Voice Transcription": "",
"Integration": "Integrasiýa", "Integration": "Integrasiýa",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "", "Model ID": "",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "", "Model Name": "",
"Model not selected": "", "Model not selected": "",
"Model Params": "", "Model Params": "",
@ -972,6 +981,7 @@
"Pin": "", "Pin": "",
"Pinned": "", "Pinned": "",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "", "Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "", "Pipeline downloaded successfully": "",
"Pipelines": "", "Pipelines": "",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "", "Relevance": "",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Aýyr", "Remove": "Aýyr",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Modeli Aýyr", "Remove Model": "Modeli Aýyr",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Adyny Üýtget", "Rename": "Adyny Üýtget",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "", "Reset Upload Directory": "",
"Reset Vector Storage/Knowledge": "", "Reset Vector Storage/Knowledge": "",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "", "Response splitting": "",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "", "Show Admin Details in Account Pending Overlay": "",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "Modeli Görkez", "Show Model": "Modeli Görkez",
"Show shortcuts": "", "Show shortcuts": "",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "", "user": "",
"User": "Ulanyjy", "User": "Ulanyjy",
"User location successfully retrieved.": "", "User location successfully retrieved.": "",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "Ulanyjy Ady", "Username": "Ulanyjy Ady",
"Users": "Ulanyjylar", "Users": "Ulanyjylar",

View File

@ -23,6 +23,7 @@
"Account": "Hesap", "Account": "Hesap",
"Account Activation Pending": "Hesap Aktivasyonu Bekleniyor", "Account Activation Pending": "Hesap Aktivasyonu Bekleniyor",
"Accurate information": "Doğru bilgi", "Accurate information": "Doğru bilgi",
"Action": "",
"Actions": "Aksiyonlar", "Actions": "Aksiyonlar",
"Activate": "Aktif Et", "Activate": "Aktif Et",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Sohbet girişine \"/{{COMMAND}}\" yazarak bu komutu etkinleştirin.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Sohbet girişine \"/{{COMMAND}}\" yazarak bu komutu etkinleştirin.",
@ -145,6 +146,7 @@
"Bad Response": "Kötü Yanıt", "Bad Response": "Kötü Yanıt",
"Banners": "Afişler", "Banners": "Afişler",
"Base Model (From)": "Temel Model ('den)", "Base Model (From)": "Temel Model ('den)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "önce", "before": "önce",
"Being lazy": "Tembelleşiyor", "Being lazy": "Tembelleşiyor",
"Beta": "Beta", "Beta": "Beta",
@ -157,7 +159,7 @@
"By {{name}}": "{{name}} Tarafından", "By {{name}}": "{{name}} Tarafından",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Takvim", "Calendar": "Takvim",
"Call": "Arama", "Call": "Arama",
"Call feature is not supported when using Web STT engine": "Web STT motoru kullanılırken arama özelliği desteklenmiyor", "Call feature is not supported when using Web STT engine": "Web STT motoru kullanılırken arama özelliği desteklenmiyor",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI İş Akışı", "ComfyUI Workflow": "ComfyUI İş Akışı",
"ComfyUI Workflow Nodes": "ComfyUI İş Akışı Düğümleri", "ComfyUI Workflow Nodes": "ComfyUI İş Akışı Düğümleri",
"Command": "Komut", "Command": "Komut",
"Comment": "",
"Completions": "Tamamlamalar", "Completions": "Tamamlamalar",
"Concurrent Requests": "Eşzamanlı İstekler", "Concurrent Requests": "Eşzamanlı İstekler",
"Configure": "Yapılandırma", "Configure": "Yapılandırma",
@ -345,6 +348,7 @@
"Direct Connections": "Doğrudan Bağlantılar", "Direct Connections": "Doğrudan Bağlantılar",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Devre Dışı", "Disabled": "Devre Dışı",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Özel promptları keşfedin, indirin ve inceleyin", "Discover, download, and explore custom prompts": "Özel promptları keşfedin, indirin ve inceleyin",
"Discover, download, and explore custom tools": "Özel araçları keşfedin, indirin ve inceleyin", "Discover, download, and explore custom tools": "Özel araçları keşfedin, indirin ve inceleyin",
"Discover, download, and explore model presets": "Model ön ayarlarını keşfedin, indirin ve inceleyin", "Discover, download, and explore model presets": "Model ön ayarlarını keşfedin, indirin ve inceleyin",
"Dismissible": "Reddedilebilir",
"Display": "", "Display": "",
"Display Emoji in Call": "Aramada Emoji Göster", "Display Emoji in Call": "Aramada Emoji Göster",
"Display the username instead of You in the Chat": "Sohbet'te Siz yerine kullanıcı adını göster", "Display the username instead of You in the Chat": "Sohbet'te Siz yerine kullanıcı adını göster",
@ -411,6 +414,8 @@
"Edit Memory": "Belleği Düzenle", "Edit Memory": "Belleği Düzenle",
"Edit User": "Kullanıcıyı Düzenle", "Edit User": "Kullanıcıyı Düzenle",
"Edit User Group": "Kullanıcı Grubunu Düzenle", "Edit User Group": "Kullanıcı Grubunu Düzenle",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "E-posta", "Email": "E-posta",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "Dosya başarıyla yüklendi", "File uploaded successfully": "Dosya başarıyla yüklendi",
"Files": "Dosyalar", "Files": "Dosyalar",
"Filter": "",
"Filter is now globally disabled": "Filtre artık global olarak devre dışı", "Filter is now globally disabled": "Filtre artık global olarak devre dışı",
"Filter is now globally enabled": "Filtre artık global olarak devrede", "Filter is now globally enabled": "Filtre artık global olarak devrede",
"Filters": "Filtreler", "Filters": "Filtreler",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "Arama sorgusu oluşturma", "Generating search query": "Arama sorgusu oluşturma",
"Generating...": "Oluşturuluyor...", "Generating...": "Oluşturuluyor...",
"Get information on {{name}} in the UI": "",
"Get started": "Başlayın", "Get started": "Başlayın",
"Get started with {{WEBUI_NAME}}": "{{WEBUI_NAME}} ile başlayın", "Get started with {{WEBUI_NAME}}": "{{WEBUI_NAME}} ile başlayın",
"Global": "Evrensel", "Global": "Evrensel",
@ -724,6 +731,9 @@
"Info": "Bilgi", "Info": "Bilgi",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "Giriş komutları", "Input commands": "Giriş komutları",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Github URL'sinden yükleyin", "Install from Github URL": "Github URL'sinden yükleyin",
"Instant Auto-Send After Voice Transcription": "Ses Transkripsiyonundan Sonra Anında Otomatik Gönder", "Instant Auto-Send After Voice Transcription": "Ses Transkripsiyonundan Sonra Anında Otomatik Gönder",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "Model Filtreleme", "Model Filtering": "Model Filtreleme",
"Model ID": "Model ID", "Model ID": "Model ID",
"Model IDs": "Model Kimlikleri", "Model IDs": "Model Kimlikleri",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Model Adı", "Model Name": "Model Adı",
"Model not selected": "Model seçilmedi", "Model not selected": "Model seçilmedi",
"Model Params": "Model Parametreleri", "Model Params": "Model Parametreleri",
@ -972,6 +981,7 @@
"Pin": "Sabitle", "Pin": "Sabitle",
"Pinned": "Sabitlenmiş", "Pinned": "Sabitlenmiş",
"Pioneer insights": "Öncü içgörüler", "Pioneer insights": "Öncü içgörüler",
"Pipe": "",
"Pipeline deleted successfully": "Pipeline başarıyla silindi", "Pipeline deleted successfully": "Pipeline başarıyla silindi",
"Pipeline downloaded successfully": "Pipeline başarıyla güncellendi", "Pipeline downloaded successfully": "Pipeline başarıyla güncellendi",
"Pipelines": "Pipelinelar", "Pipelines": "Pipelinelar",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "İlgili", "Relevance": "İlgili",
"Relevance Threshold": "İlgi Eşiği", "Relevance Threshold": "İlgi Eşiği",
"Remember Dismissal": "",
"Remove": "Kaldır", "Remove": "Kaldır",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Modeli Kaldır", "Remove Model": "Modeli Kaldır",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Yeniden Adlandır", "Rename": "Yeniden Adlandır",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Yükleme Dizinini Sıfırla", "Reset Upload Directory": "Yükleme Dizinini Sıfırla",
"Reset Vector Storage/Knowledge": "Vektör Depolama/Bilgiyi Sıfırla", "Reset Vector Storage/Knowledge": "Vektör Depolama/Bilgiyi Sıfırla",
"Reset view": "Görünümü sıfırla", "Reset view": "Görünümü sıfırla",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Web sitesi izinleri reddedildiğinden yanıt bildirimleri etkinleştirilemiyor. Gerekli erişimi sağlamak için lütfen tarayıcı ayarlarınızı ziyaret edin.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Web sitesi izinleri reddedildiğinden yanıt bildirimleri etkinleştirilemiyor. Gerekli erişimi sağlamak için lütfen tarayıcı ayarlarınızı ziyaret edin.",
"Response splitting": "Yanıt bölme", "Response splitting": "Yanıt bölme",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Girişte \"Yenilikler\" modalını göster", "Show \"What's New\" modal on login": "Girişte \"Yenilikler\" modalını göster",
"Show Admin Details in Account Pending Overlay": "Yönetici Ayrıntılarını Hesap Bekliyor Ekranında Göster", "Show Admin Details in Account Pending Overlay": "Yönetici Ayrıntılarını Hesap Bekliyor Ekranında Göster",
"Show All": "Tümünü Göster", "Show All": "Tümünü Göster",
"Show image preview": "",
"Show Less": "Daha az Göster", "Show Less": "Daha az Göster",
"Show Model": "Modeli Göster", "Show Model": "Modeli Göster",
"Show shortcuts": "Kısayolları göster", "Show shortcuts": "Kısayolları göster",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Bu, önemli konuşmalarınızın güvenli bir şekilde arkayüz veritabanınıza kaydedildiğini garantiler. Teşekkür ederiz!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Bu, önemli konuşmalarınızın güvenli bir şekilde arkayüz veritabanınıza kaydedildiğini garantiler. Teşekkür ederiz!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Bu deneysel bir özelliktir, beklendiği gibi çalışmayabilir ve her an değişiklik yapılabilir.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Bu deneysel bir özelliktir, beklendiği gibi çalışmayabilir ve her an değişiklik yapılabilir.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "kullanıcı", "user": "kullanıcı",
"User": "Kullanıcı", "User": "Kullanıcı",
"User location successfully retrieved.": "Kullanıcı konumu başarıyla alındı.", "User location successfully retrieved.": "Kullanıcı konumu başarıyla alındı.",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "Kullanıcı Adı", "Username": "Kullanıcı Adı",
"Users": "Kullanıcılar", "Users": "Kullanıcılar",

View File

@ -23,6 +23,7 @@
"Account": "ھېسابات", "Account": "ھېسابات",
"Account Activation Pending": "ھېسابات ئاكتىپلىنىشى كۈتۈلمەكتە", "Account Activation Pending": "ھېسابات ئاكتىپلىنىشى كۈتۈلمەكتە",
"Accurate information": "توغرا ئۇچۇر", "Accurate information": "توغرا ئۇچۇر",
"Action": "",
"Actions": "ھەرىكەتلەر", "Actions": "ھەرىكەتلەر",
"Activate": "ئاكتىپلاش", "Activate": "ئاكتىپلاش",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "بۇ بۇيرۇقنى چىقىرىش ئۈچۈن سۆھبەتكە \"/{{COMMAND}}\" نى كىرگۈزۈڭ.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "بۇ بۇيرۇقنى چىقىرىش ئۈچۈن سۆھبەتكە \"/{{COMMAND}}\" نى كىرگۈزۈڭ.",
@ -145,6 +146,7 @@
"Bad Response": "خاتا ئىنكاس", "Bad Response": "خاتا ئىنكاس",
"Banners": "لوزۇنكىلار", "Banners": "لوزۇنكىلار",
"Base Model (From)": "ئاساسىي مودېل (مەنبە)", "Base Model (From)": "ئاساسىي مودېل (مەنبە)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "بۇرۇن", "before": "بۇرۇن",
"Being lazy": "ھورۇن بۇلۇش", "Being lazy": "ھورۇن بۇلۇش",
"Beta": "بەتا", "Beta": "بەتا",
@ -157,7 +159,7 @@
"By {{name}}": "{{name}} تەرىپىدىن", "By {{name}}": "{{name}} تەرىپىدىن",
"Bypass Embedding and Retrieval": "كىرگۈزۈش ۋە قايتۇرۇشتىن ئۆتۈپ كېتىش", "Bypass Embedding and Retrieval": "كىرگۈزۈش ۋە قايتۇرۇشتىن ئۆتۈپ كېتىش",
"Bypass Web Loader": "تور يۈكلىگۈچتىن ئۆتۈپ كېتىش", "Bypass Web Loader": "تور يۈكلىگۈچتىن ئۆتۈپ كېتىش",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "كالىندار", "Calendar": "كالىندار",
"Call": "چاقىرىش", "Call": "چاقىرىش",
"Call feature is not supported when using Web STT engine": "تور STT ماتورى ئىشلىتىلگەندە چاقىرىش ئىقتىدارى قوللىنىلمايدۇ", "Call feature is not supported when using Web STT engine": "تور STT ماتورى ئىشلىتىلگەندە چاقىرىش ئىقتىدارى قوللىنىلمايدۇ",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI جەريانى", "ComfyUI Workflow": "ComfyUI جەريانى",
"ComfyUI Workflow Nodes": "ComfyUI جەريان ئۇچۇرلىرى", "ComfyUI Workflow Nodes": "ComfyUI جەريان ئۇچۇرلىرى",
"Command": "بۇيرۇق", "Command": "بۇيرۇق",
"Comment": "",
"Completions": "تولۇقلىنىشلار", "Completions": "تولۇقلىنىشلار",
"Concurrent Requests": "پاراللىل تەلەپلەر", "Concurrent Requests": "پاراللىل تەلەپلەر",
"Configure": "تەڭشەك", "Configure": "تەڭشەك",
@ -345,6 +348,7 @@
"Direct Connections": "بىۋاسىتە ئۇلىنىشلار", "Direct Connections": "بىۋاسىتە ئۇلىنىشلار",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "بىۋاسىتە ئۇلىنىشلار ئىشلەتكۈچىلەرگە ئۆز OpenAI ماس كېلىدىغان API ئۇلانمىسىغا باغلىنىشقا يول قويىدۇ.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "بىۋاسىتە ئۇلىنىشلار ئىشلەتكۈچىلەرگە ئۆز OpenAI ماس كېلىدىغان API ئۇلانمىسىغا باغلىنىشقا يول قويىدۇ.",
"Direct Tool Servers": "بىۋاسىتە قورال مۇلازىمېتىرلىرى", "Direct Tool Servers": "بىۋاسىتە قورال مۇلازىمېتىرلىرى",
"Disable Code Interpreter": "",
"Disable Image Extraction": "رەسىم چىقىرىشنى چەكلە", "Disable Image Extraction": "رەسىم چىقىرىشنى چەكلە",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "PDF دىن رەسىم چىقىرىش چەكلىنىدۇ. LLM ئىشلىتىلسە، رەسىملەر ئاپتوماتىك تېمىغا ئىگە بولىدۇ. كۆڭۈلدىكىچە چەكلەنمەيدۇ.", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "PDF دىن رەسىم چىقىرىش چەكلىنىدۇ. LLM ئىشلىتىلسە، رەسىملەر ئاپتوماتىك تېمىغا ئىگە بولىدۇ. كۆڭۈلدىكىچە چەكلەنمەيدۇ.",
"Disabled": "چەكلەنگەن", "Disabled": "چەكلەنگەن",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "ئۆزلۈك تۈرتكەسىنى تاپ، چۈشۈر، تەتقىق قىل", "Discover, download, and explore custom prompts": "ئۆزلۈك تۈرتكەسىنى تاپ، چۈشۈر، تەتقىق قىل",
"Discover, download, and explore custom tools": "ئۆزلۈك قورالىنى تاپ، چۈشۈر، تەتقىق قىل", "Discover, download, and explore custom tools": "ئۆزلۈك قورالىنى تاپ، چۈشۈر، تەتقىق قىل",
"Discover, download, and explore model presets": "مودېل ئالدىن تەڭشەكلىرىنى تاپ، چۈشۈر، تەتقىق قىل", "Discover, download, and explore model presets": "مودېل ئالدىن تەڭشەكلىرىنى تاپ، چۈشۈر، تەتقىق قىل",
"Dismissible": "يوقىتىشكە بولىدۇ",
"Display": "كۆرسىتىش", "Display": "كۆرسىتىش",
"Display Emoji in Call": "چاقىرىشتا ئېموجىنى كۆرسىتىش", "Display Emoji in Call": "چاقىرىشتا ئېموجىنى كۆرسىتىش",
"Display the username instead of You in the Chat": "سۆھبەتتە 'سىز' ئورنىغا ئىشلەتكۈچى ئىسمىنى كۆرسىتىش", "Display the username instead of You in the Chat": "سۆھبەتتە 'سىز' ئورنىغا ئىشلەتكۈچى ئىسمىنى كۆرسىتىش",
@ -411,6 +414,8 @@
"Edit Memory": "ئەسلەتمە تەھرىرلەش", "Edit Memory": "ئەسلەتمە تەھرىرلەش",
"Edit User": "ئىشلەتكۈچى تەھرىرلەش", "Edit User": "ئىشلەتكۈچى تەھرىرلەش",
"Edit User Group": "ئىشلەتكۈچى گۇرۇپپىسى تەھرىرلەش", "Edit User Group": "ئىشلەتكۈچى گۇرۇپپىسى تەھرىرلەش",
"Edited": "",
"Editing": "",
"Eject": "چىقىرىش", "Eject": "چىقىرىش",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "ئېلخەت", "Email": "ئېلخەت",
@ -611,6 +616,7 @@
"File Upload": "ھۆججەت چىقىرىش", "File Upload": "ھۆججەت چىقىرىش",
"File uploaded successfully": "ھۆججەت مۇۋەپپەقىيەتلىك چىقىرىلدى", "File uploaded successfully": "ھۆججەت مۇۋەپپەقىيەتلىك چىقىرىلدى",
"Files": "ھۆججەتلەر", "Files": "ھۆججەتلەر",
"Filter": "",
"Filter is now globally disabled": "سۈزگۈچ ھازىر بارلىق سىستېمىدا چەكلەندى", "Filter is now globally disabled": "سۈزگۈچ ھازىر بارلىق سىستېمىدا چەكلەندى",
"Filter is now globally enabled": "سۈزگۈچ ھازىر بارلىق سىستېمىدا قوزغىتىلدى", "Filter is now globally enabled": "سۈزگۈچ ھازىر بارلىق سىستېمىدا قوزغىتىلدى",
"Filters": "سۈزگۈچلەر", "Filters": "سۈزگۈچلەر",
@ -658,6 +664,7 @@
"Generate prompt pair": "تۈرتكە جۈپى ھاسىل قىلىش", "Generate prompt pair": "تۈرتكە جۈپى ھاسىل قىلىش",
"Generating search query": "ئىزدەش سۇئالى ھاسىل قىلىنىۋاتىدۇ", "Generating search query": "ئىزدەش سۇئالى ھاسىل قىلىنىۋاتىدۇ",
"Generating...": "ھاسىل قىلىنىۋاتىدۇ...", "Generating...": "ھاسىل قىلىنىۋاتىدۇ...",
"Get information on {{name}} in the UI": "",
"Get started": "باشلاڭ", "Get started": "باشلاڭ",
"Get started with {{WEBUI_NAME}}": "{{WEBUI_NAME}} بىلەن باشلاڭ", "Get started with {{WEBUI_NAME}}": "{{WEBUI_NAME}} بىلەن باشلاڭ",
"Global": "ئۇمۇمىي", "Global": "ئۇمۇمىي",
@ -724,6 +731,9 @@
"Info": "ئۇچۇر", "Info": "ئۇچۇر",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "پۈتۈن مەزمۇننى مۇھىتقا قوشۇپ مول تەھلىل قىلىش، مۇرەككەپ سۇئاللار ئۈچۈن تەۋسىيە قىلىنىدۇ.", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "پۈتۈن مەزمۇننى مۇھىتقا قوشۇپ مول تەھلىل قىلىش، مۇرەككەپ سۇئاللار ئۈچۈن تەۋسىيە قىلىنىدۇ.",
"Input commands": "بۇيرۇق كىرگۈزۈش", "Input commands": "بۇيرۇق كىرگۈزۈش",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Github URL دىن ئورنىتىش", "Install from Github URL": "Github URL دىن ئورنىتىش",
"Instant Auto-Send After Voice Transcription": "ئاۋازنى تېكستكە ئايلاندۇرغاندىن كېيىن ئۆزلۈكىدىن يوللاش", "Instant Auto-Send After Voice Transcription": "ئاۋازنى تېكستكە ئايلاندۇرغاندىن كېيىن ئۆزلۈكىدىن يوللاش",
"Integration": "بىرىكتۈرۈش", "Integration": "بىرىكتۈرۈش",
@ -841,7 +851,6 @@
"Model Filtering": "مودېل سۈزگۈچ", "Model Filtering": "مودېل سۈزگۈچ",
"Model ID": "مودېل ID", "Model ID": "مودېل ID",
"Model IDs": "مودېل IDلىرى", "Model IDs": "مودېل IDلىرى",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "مودېل نامى", "Model Name": "مودېل نامى",
"Model not selected": "مودېل تاللانمىغان", "Model not selected": "مودېل تاللانمىغان",
"Model Params": "مودېل پارامېتىرلىرى", "Model Params": "مودېل پارامېتىرلىرى",
@ -972,6 +981,7 @@
"Pin": "مۇقىملا", "Pin": "مۇقىملا",
"Pinned": "مۇقىملاندى", "Pinned": "مۇقىملاندى",
"Pioneer insights": "ئالدىنقى پىكىرلەر", "Pioneer insights": "ئالدىنقى پىكىرلەر",
"Pipe": "",
"Pipeline deleted successfully": "جەريان مۇۋەپپەقىيەتلىك ئۆچۈرۈلدى", "Pipeline deleted successfully": "جەريان مۇۋەپپەقىيەتلىك ئۆچۈرۈلدى",
"Pipeline downloaded successfully": "جەريان مۇۋەپپەقىيەتلىك چۈشۈرۈلدى", "Pipeline downloaded successfully": "جەريان مۇۋەپپەقىيەتلىك چۈشۈرۈلدى",
"Pipelines": "جەريانلار", "Pipelines": "جەريانلار",
@ -1037,8 +1047,12 @@
"Releases": "نەشرلەر", "Releases": "نەشرلەر",
"Relevance": "مۇناسىۋەتلىكلىك", "Relevance": "مۇناسىۋەتلىكلىك",
"Relevance Threshold": "مۇناسىۋەتلىكلىك چەك قىممىتى", "Relevance Threshold": "مۇناسىۋەتلىكلىك چەك قىممىتى",
"Remember Dismissal": "",
"Remove": "چىقىرىۋېتىش", "Remove": "چىقىرىۋېتىش",
"Remove {{MODELID}} from list.": "تىزىمدىن {{MODELID}} چىقىرىۋېتىش.", "Remove {{MODELID}} from list.": "تىزىمدىن {{MODELID}} چىقىرىۋېتىش.",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "مودېل چىقىرىۋېتىش", "Remove Model": "مودېل چىقىرىۋېتىش",
"Remove this tag from list": "بۇ تەغنى تىزىمدىن چىقىرىۋېتىش", "Remove this tag from list": "بۇ تەغنى تىزىمدىن چىقىرىۋېتىش",
"Rename": "ئات ئۆزگەرتىش", "Rename": "ئات ئۆزگەرتىش",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "چىقىرىش قىسقۇچىنى قايتا تەڭشەش", "Reset Upload Directory": "چىقىرىش قىسقۇچىنى قايتا تەڭشەش",
"Reset Vector Storage/Knowledge": "ۋېكتور ساقلاش/بىلىمنى قايتا تەڭشەش", "Reset Vector Storage/Knowledge": "ۋېكتور ساقلاش/بىلىمنى قايتا تەڭشەش",
"Reset view": "كۆرۈنۈشنى قايتا تەڭشەش", "Reset view": "كۆرۈنۈشنى قايتا تەڭشەش",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "تور بېكەت ھوقۇقى چەكلەنگەنلىكتىن ئىنكاس ئۇقتۇرۇشى قوزغىتىلمايدۇ. تور كۆرگۈچ تەڭشەكلىرىدىن لازىملىق ھوقۇق بېرىڭ.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "تور بېكەت ھوقۇقى چەكلەنگەنلىكتىن ئىنكاس ئۇقتۇرۇشى قوزغىتىلمايدۇ. تور كۆرگۈچ تەڭشەكلىرىدىن لازىملىق ھوقۇق بېرىڭ.",
"Response splitting": "ئىنكاسنى بۆلۈش", "Response splitting": "ئىنكاسنى بۆلۈش",
"Response Watermark": "ئىنكاس سۇ بەلگىسى", "Response Watermark": "ئىنكاس سۇ بەلگىسى",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "كىرىشتە \"يېڭىلىق\" مودىلىنى كۆرسىتىش", "Show \"What's New\" modal on login": "كىرىشتە \"يېڭىلىق\" مودىلىنى كۆرسىتىش",
"Show Admin Details in Account Pending Overlay": "ھېسابات كۈتۈۋاتقان قاپلىماسىدا باشقۇرغۇچى تەپسىلاتىنى كۆرسىتىش", "Show Admin Details in Account Pending Overlay": "ھېسابات كۈتۈۋاتقان قاپلىماسىدا باشقۇرغۇچى تەپسىلاتىنى كۆرسىتىش",
"Show All": "ھەممىنى كۆرسىتىش", "Show All": "ھەممىنى كۆرسىتىش",
"Show image preview": "",
"Show Less": "ئاز كۆرسىتىش", "Show Less": "ئاز كۆرسىتىش",
"Show Model": "مودېل كۆرسىتىش", "Show Model": "مودېل كۆرسىتىش",
"Show shortcuts": "تىز كۇنۇپكىلارنى كۆرسىتىش", "Show shortcuts": "تىز كۇنۇپكىلارنى كۆرسىتىش",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "بۇ قانال {{createdAt}} قۇرۇلغان. بۇ {{channelName}} قانالىنىڭ باشلىنىشى.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "بۇ قانال {{createdAt}} قۇرۇلغان. بۇ {{channelName}} قانالىنىڭ باشلىنىشى.",
"This chat won't appear in history and your messages will not be saved.": "بۇ سۆھبەت تارىختا كۆرۈلمەيدۇ، ئۇچۇرلىرىڭىز ساقلانمايدۇ.", "This chat won't appear in history and your messages will not be saved.": "بۇ سۆھبەت تارىختا كۆرۈلمەيدۇ، ئۇچۇرلىرىڭىز ساقلانمايدۇ.",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "بۇ باھالىق سۆھبەتلىرىڭىز ئارقا تەرەپ سانلىقىدا بىخەتەر ساقلىنىشىغا كاپالەتلىك قىلىدۇ. رەھمەت!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "بۇ باھالىق سۆھبەتلىرىڭىز ئارقا تەرەپ سانلىقىدا بىخەتەر ساقلىنىشىغا كاپالەتلىك قىلىدۇ. رەھمەت!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "بۇ تاجرىبىلىك ئىقتىدار، ناتوقرا ئىشلەش ياكى خالىغان ۋاقىتتا ئۆزگىرىشى مۇمكىن.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "بۇ تاجرىبىلىك ئىقتىدار، ناتوقرا ئىشلەش ياكى خالىغان ۋاقىتتا ئۆزگىرىشى مۇمكىن.",
"This model is not publicly available. Please select another model.": "بۇ مودېل ئاممىغا ئېلان قىلىنمىغان. باشقا مودېل تاللاڭ.", "This model is not publicly available. Please select another model.": "بۇ مودېل ئاممىغا ئېلان قىلىنمىغان. باشقا مودېل تاللاڭ.",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "بۇ تاللاش مودېل تەلەپتىن كېيىن ئەسلەتكۈچتە قانچىلىك ساقلىنىدىغانلىقىنى باشقۇرىدۇ (كۆڭۈلدىكى: 5 مىنۇت)", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "بۇ تاللاش مودېل تەلەپتىن كېيىن ئەسلەتكۈچتە قانچىلىك ساقلىنىدىغانلىقىنى باشقۇرىدۇ (كۆڭۈلدىكى: 5 مىنۇت)",
@ -1346,6 +1363,7 @@
"user": "ئىشلەتكۈچى", "user": "ئىشلەتكۈچى",
"User": "ئىشلەتكۈچى", "User": "ئىشلەتكۈچى",
"User location successfully retrieved.": "ئىشلەتكۈچى ئورنى مۇۋەپپەقىيەتلىك ئېلىندى.", "User location successfully retrieved.": "ئىشلەتكۈچى ئورنى مۇۋەپپەقىيەتلىك ئېلىندى.",
"User menu": "",
"User Webhooks": "ئىشلەتكۈچى Webhookلىرى", "User Webhooks": "ئىشلەتكۈچى Webhookلىرى",
"Username": "ئىشلەتكۈچى نامى", "Username": "ئىشلەتكۈچى نامى",
"Users": "ئىشلەتكۈچىلەر", "Users": "ئىشلەتكۈچىلەر",

View File

@ -23,6 +23,7 @@
"Account": "Обліковий запис", "Account": "Обліковий запис",
"Account Activation Pending": "Очікування активації облікового запису", "Account Activation Pending": "Очікування активації облікового запису",
"Accurate information": "Точна інформація", "Accurate information": "Точна інформація",
"Action": "",
"Actions": "Дії", "Actions": "Дії",
"Activate": "Активувати", "Activate": "Активувати",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Активуйте цю команду, ввівши \"/{{COMMAND}}\" у введення чату.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Активуйте цю команду, ввівши \"/{{COMMAND}}\" у введення чату.",
@ -145,6 +146,7 @@
"Bad Response": "Неправильна відповідь", "Bad Response": "Неправильна відповідь",
"Banners": "Прапори", "Banners": "Прапори",
"Base Model (From)": "Базова модель (від)", "Base Model (From)": "Базова модель (від)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "до того, як", "before": "до того, як",
"Being lazy": "Не поспішати", "Being lazy": "Не поспішати",
"Beta": "Beta", "Beta": "Beta",
@ -157,7 +159,7 @@
"By {{name}}": "Від {{name}}", "By {{name}}": "Від {{name}}",
"Bypass Embedding and Retrieval": "Минути вбудовування та пошук", "Bypass Embedding and Retrieval": "Минути вбудовування та пошук",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Календар", "Calendar": "Календар",
"Call": "Виклик", "Call": "Виклик",
"Call feature is not supported when using Web STT engine": "Функція виклику не підтримується при використанні Web STT (розпізнавання мовлення) рушія", "Call feature is not supported when using Web STT engine": "Функція виклику не підтримується при використанні Web STT (розпізнавання мовлення) рушія",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI Workflow", "ComfyUI Workflow": "ComfyUI Workflow",
"ComfyUI Workflow Nodes": "Вузли Workflow в ComfyUI", "ComfyUI Workflow Nodes": "Вузли Workflow в ComfyUI",
"Command": "Команда", "Command": "Команда",
"Comment": "",
"Completions": "Завершення", "Completions": "Завершення",
"Concurrent Requests": "Одночасні запити", "Concurrent Requests": "Одночасні запити",
"Configure": "Налаштувати", "Configure": "Налаштувати",
@ -345,6 +348,7 @@
"Direct Connections": "Прямі з'єднання", "Direct Connections": "Прямі з'єднання",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Прямі з'єднання дозволяють користувачам підключатися до своїх власних API-кінцевих точок, сумісних з OpenAI.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Прямі з'єднання дозволяють користувачам підключатися до своїх власних API-кінцевих точок, сумісних з OpenAI.",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Вимкнено", "Disabled": "Вимкнено",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Знайдіть, завантажте та досліджуйте налаштовані промти", "Discover, download, and explore custom prompts": "Знайдіть, завантажте та досліджуйте налаштовані промти",
"Discover, download, and explore custom tools": "Знайдіть, завантажте та досліджуйте налаштовані інструменти", "Discover, download, and explore custom tools": "Знайдіть, завантажте та досліджуйте налаштовані інструменти",
"Discover, download, and explore model presets": "Знайдіть, завантажте та досліджуйте налаштування моделей", "Discover, download, and explore model presets": "Знайдіть, завантажте та досліджуйте налаштування моделей",
"Dismissible": "Неприйнятно",
"Display": "Відображення", "Display": "Відображення",
"Display Emoji in Call": "Відображати емодзі у викликах", "Display Emoji in Call": "Відображати емодзі у викликах",
"Display the username instead of You in the Chat": "Показувати ім'я користувача замість 'Ви' в чаті", "Display the username instead of You in the Chat": "Показувати ім'я користувача замість 'Ви' в чаті",
@ -411,6 +414,8 @@
"Edit Memory": "Редагувати пам'ять", "Edit Memory": "Редагувати пам'ять",
"Edit User": "Редагувати користувача", "Edit User": "Редагувати користувача",
"Edit User Group": "Редагувати групу користувачів", "Edit User Group": "Редагувати групу користувачів",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "Ел. пошта", "Email": "Ел. пошта",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "Файл успішно завантажено", "File uploaded successfully": "Файл успішно завантажено",
"Files": "Файли", "Files": "Файли",
"Filter": "",
"Filter is now globally disabled": "Фільтр глобально вимкнено", "Filter is now globally disabled": "Фільтр глобально вимкнено",
"Filter is now globally enabled": "Фільтр увімкнено глобально", "Filter is now globally enabled": "Фільтр увімкнено глобально",
"Filters": "Фільтри", "Filters": "Фільтри",
@ -658,6 +664,7 @@
"Generate prompt pair": "Згенерувати пару промтів", "Generate prompt pair": "Згенерувати пару промтів",
"Generating search query": "Сформувати пошуковий запит", "Generating search query": "Сформувати пошуковий запит",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "Почати", "Get started": "Почати",
"Get started with {{WEBUI_NAME}}": "Почати з {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Почати з {{WEBUI_NAME}}",
"Global": "Глоб.", "Global": "Глоб.",
@ -724,6 +731,9 @@
"Info": "Інфо", "Info": "Інфо",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Вставте весь вміст як контекст для всебічної обробки, це рекомендується для складних запитів.", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Вставте весь вміст як контекст для всебічної обробки, це рекомендується для складних запитів.",
"Input commands": "Команди вводу", "Input commands": "Команди вводу",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Встановіть з URL-адреси Github", "Install from Github URL": "Встановіть з URL-адреси Github",
"Instant Auto-Send After Voice Transcription": "Миттєва автоматична відправка після транскрипції голосу", "Instant Auto-Send After Voice Transcription": "Миттєва автоматична відправка після транскрипції голосу",
"Integration": "Інтеграція", "Integration": "Інтеграція",
@ -841,7 +851,6 @@
"Model Filtering": "Фільтрація моделей", "Model Filtering": "Фільтрація моделей",
"Model ID": "ID моделі", "Model ID": "ID моделі",
"Model IDs": "ID моделей", "Model IDs": "ID моделей",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Назва моделі", "Model Name": "Назва моделі",
"Model not selected": "Модель не вибрана", "Model not selected": "Модель не вибрана",
"Model Params": "Параметри моделі", "Model Params": "Параметри моделі",
@ -972,6 +981,7 @@
"Pin": "Зачепити", "Pin": "Зачепити",
"Pinned": "Зачеплено", "Pinned": "Зачеплено",
"Pioneer insights": "Прокладайте нові шляхи до знань", "Pioneer insights": "Прокладайте нові шляхи до знань",
"Pipe": "",
"Pipeline deleted successfully": "Конвеєр успішно видалено", "Pipeline deleted successfully": "Конвеєр успішно видалено",
"Pipeline downloaded successfully": "Конвеєр успішно завантажено", "Pipeline downloaded successfully": "Конвеєр успішно завантажено",
"Pipelines": "Конвеєри", "Pipelines": "Конвеєри",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "Актуальність", "Relevance": "Актуальність",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Видалити", "Remove": "Видалити",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Видалити модель", "Remove Model": "Видалити модель",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Переназвати", "Rename": "Переназвати",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Скинути каталог завантажень", "Reset Upload Directory": "Скинути каталог завантажень",
"Reset Vector Storage/Knowledge": "Скинути векторне сховище/Знання", "Reset Vector Storage/Knowledge": "Скинути векторне сховище/Знання",
"Reset view": "Скинути вигляд", "Reset view": "Скинути вигляд",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Сповіщення про відповіді не можуть бути активовані, оскільки вам було відмовлено в доступі до веб-сайту. Будь ласка, відвідайте налаштування вашого браузера, щоб надати необхідний доступ.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Сповіщення про відповіді не можуть бути активовані, оскільки вам було відмовлено в доступі до веб-сайту. Будь ласка, відвідайте налаштування вашого браузера, щоб надати необхідний доступ.",
"Response splitting": "Розбиття відповіді", "Response splitting": "Розбиття відповіді",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Показати модальне вікно \"Що нового\" під час входу", "Show \"What's New\" modal on login": "Показати модальне вікно \"Що нового\" під час входу",
"Show Admin Details in Account Pending Overlay": "Відобразити дані адміна у вікні очікування облікового запису", "Show Admin Details in Account Pending Overlay": "Відобразити дані адміна у вікні очікування облікового запису",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "Показати модель", "Show Model": "Показати модель",
"Show shortcuts": "Показати клавіатурні скорочення", "Show shortcuts": "Показати клавіатурні скорочення",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Цей канал був створений {{createdAt}}. Це самий початок каналу {{channelName}}.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Цей канал був створений {{createdAt}}. Це самий початок каналу {{channelName}}.",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Це забезпечує збереження ваших цінних розмов у безпечному бекенд-сховищі. Дякуємо!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Це забезпечує збереження ваших цінних розмов у безпечному бекенд-сховищі. Дякуємо!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Це експериментальна функція, вона може працювати не так, як очікувалося, і може бути змінена в будь-який час.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Це експериментальна функція, вона може працювати не так, як очікувалося, і може бути змінена в будь-який час.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "користувач", "user": "користувач",
"User": "Користувач", "User": "Користувач",
"User location successfully retrieved.": "Місцезнаходження користувача успішно знайдено.", "User location successfully retrieved.": "Місцезнаходження користувача успішно знайдено.",
"User menu": "",
"User Webhooks": "Вебхуки користувача", "User Webhooks": "Вебхуки користувача",
"Username": "Ім'я користувача", "Username": "Ім'я користувача",
"Users": "Користувачі", "Users": "Користувачі",

View File

@ -23,6 +23,7 @@
"Account": "اکاؤنٹ", "Account": "اکاؤنٹ",
"Account Activation Pending": "اکاؤنٹ فعال ہونے کا انتظار ہے", "Account Activation Pending": "اکاؤنٹ فعال ہونے کا انتظار ہے",
"Accurate information": "درست معلومات", "Accurate information": "درست معلومات",
"Action": "",
"Actions": "اعمال", "Actions": "اعمال",
"Activate": "", "Activate": "",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
@ -145,6 +146,7 @@
"Bad Response": "غلط جواب", "Bad Response": "غلط جواب",
"Banners": "بینرز", "Banners": "بینرز",
"Base Model (From)": "بیس ماڈل (سے)", "Base Model (From)": "بیس ماڈل (سے)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "پہلے", "before": "پہلے",
"Being lazy": "سستی کر رہا ہے", "Being lazy": "سستی کر رہا ہے",
"Beta": "", "Beta": "",
@ -157,7 +159,7 @@
"By {{name}}": "", "By {{name}}": "",
"Bypass Embedding and Retrieval": "", "Bypass Embedding and Retrieval": "",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "", "Calendar": "",
"Call": "کال کریں", "Call": "کال کریں",
"Call feature is not supported when using Web STT engine": "کال کی خصوصیت ویب STT انجن استعمال کرتے وقت معاونت یافتہ نہیں ہے", "Call feature is not supported when using Web STT engine": "کال کی خصوصیت ویب STT انجن استعمال کرتے وقت معاونت یافتہ نہیں ہے",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "کومفی یو آئی ورک فلو", "ComfyUI Workflow": "کومفی یو آئی ورک فلو",
"ComfyUI Workflow Nodes": "کومفی یو آئی ورک فلو نوڈز", "ComfyUI Workflow Nodes": "کومفی یو آئی ورک فلو نوڈز",
"Command": "کمانڈ", "Command": "کمانڈ",
"Comment": "",
"Completions": "تکمیل", "Completions": "تکمیل",
"Concurrent Requests": "ہم وقت درخواستیں", "Concurrent Requests": "ہم وقت درخواستیں",
"Configure": "", "Configure": "",
@ -345,6 +348,7 @@
"Direct Connections": "", "Direct Connections": "",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "",
"Direct Tool Servers": "", "Direct Tool Servers": "",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "غیر فعال", "Disabled": "غیر فعال",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "دریافت کریں، ڈاؤن لوڈ کریں، اور حسب ضرورت پرامپٹس کو دریافت کریں", "Discover, download, and explore custom prompts": "دریافت کریں، ڈاؤن لوڈ کریں، اور حسب ضرورت پرامپٹس کو دریافت کریں",
"Discover, download, and explore custom tools": "دریافت کریں، ڈاؤن لوڈ کریں، اور حسب ضرورت ٹولز کو دریافت کریں", "Discover, download, and explore custom tools": "دریافت کریں، ڈاؤن لوڈ کریں، اور حسب ضرورت ٹولز کو دریافت کریں",
"Discover, download, and explore model presets": "دریافت کریں، ڈاؤن لوڈ کریں، اور ماڈل پریسیٹس کو دریافت کریں", "Discover, download, and explore model presets": "دریافت کریں، ڈاؤن لوڈ کریں، اور ماڈل پریسیٹس کو دریافت کریں",
"Dismissible": "منسوخ کرنے کے قابل",
"Display": "", "Display": "",
"Display Emoji in Call": "کال میں ایموجی دکھائیں", "Display Emoji in Call": "کال میں ایموجی دکھائیں",
"Display the username instead of You in the Chat": "چیٹ میں \"آپ\" کے بجائے صارف نام دکھائیں", "Display the username instead of You in the Chat": "چیٹ میں \"آپ\" کے بجائے صارف نام دکھائیں",
@ -411,6 +414,8 @@
"Edit Memory": "یادداشت میں ترمیم کریں", "Edit Memory": "یادداشت میں ترمیم کریں",
"Edit User": "صارف میں ترمیم کریں", "Edit User": "صارف میں ترمیم کریں",
"Edit User Group": "", "Edit User Group": "",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "الیون لیبز", "ElevenLabs": "الیون لیبز",
"Email": "ای میل", "Email": "ای میل",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "", "File uploaded successfully": "",
"Files": "فائلز", "Files": "فائلز",
"Filter": "",
"Filter is now globally disabled": "فلٹر اب عالمی طور پر غیر فعال ہے", "Filter is now globally disabled": "فلٹر اب عالمی طور پر غیر فعال ہے",
"Filter is now globally enabled": "فلٹر اب عالمی طور پر فعال ہے", "Filter is now globally enabled": "فلٹر اب عالمی طور پر فعال ہے",
"Filters": "فلٹرز", "Filters": "فلٹرز",
@ -658,6 +664,7 @@
"Generate prompt pair": "", "Generate prompt pair": "",
"Generating search query": "تلاش کے لیے سوالیہ عبارت تیار کی جا رہی ہے", "Generating search query": "تلاش کے لیے سوالیہ عبارت تیار کی جا رہی ہے",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "", "Get started": "",
"Get started with {{WEBUI_NAME}}": "", "Get started with {{WEBUI_NAME}}": "",
"Global": "عالمی", "Global": "عالمی",
@ -724,6 +731,9 @@
"Info": "معلومات", "Info": "معلومات",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "",
"Input commands": "کمانڈز داخل کریں", "Input commands": "کمانڈز داخل کریں",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "گِٹ حب یو آر ایل سے انسٹال کریں", "Install from Github URL": "گِٹ حب یو آر ایل سے انسٹال کریں",
"Instant Auto-Send After Voice Transcription": "آواز کی نقل کے بعد فوری خودکار بھیجنا", "Instant Auto-Send After Voice Transcription": "آواز کی نقل کے بعد فوری خودکار بھیجنا",
"Integration": "", "Integration": "",
@ -841,7 +851,6 @@
"Model Filtering": "", "Model Filtering": "",
"Model ID": "ماڈل آئی ڈی", "Model ID": "ماڈل آئی ڈی",
"Model IDs": "", "Model IDs": "",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "ماڈل نام", "Model Name": "ماڈل نام",
"Model not selected": "ماڈل منتخب نہیں ہوا", "Model not selected": "ماڈل منتخب نہیں ہوا",
"Model Params": "ماڈل پیرامیٹرز", "Model Params": "ماڈل پیرامیٹرز",
@ -972,6 +981,7 @@
"Pin": "پن", "Pin": "پن",
"Pinned": "پن کیا گیا", "Pinned": "پن کیا گیا",
"Pioneer insights": "", "Pioneer insights": "",
"Pipe": "",
"Pipeline deleted successfully": "پائپ لائن کامیابی سے حذف کر دی گئی", "Pipeline deleted successfully": "پائپ لائن کامیابی سے حذف کر دی گئی",
"Pipeline downloaded successfully": "پائپ لائن کامیابی سے ڈاؤن لوڈ ہو گئی", "Pipeline downloaded successfully": "پائپ لائن کامیابی سے ڈاؤن لوڈ ہو گئی",
"Pipelines": "پائپ لائنز", "Pipelines": "پائپ لائنز",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "موزونیت", "Relevance": "موزونیت",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "ہٹا دیں", "Remove": "ہٹا دیں",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "ماڈل ہٹائیں", "Remove Model": "ماڈل ہٹائیں",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "تبدیل نام کریں", "Rename": "تبدیل نام کریں",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "اپلوڈ ڈائریکٹری کو ری سیٹ کریں", "Reset Upload Directory": "اپلوڈ ڈائریکٹری کو ری سیٹ کریں",
"Reset Vector Storage/Knowledge": "ویكٹر اسٹوریج/علم کو ری سیٹ کریں", "Reset Vector Storage/Knowledge": "ویكٹر اسٹوریج/علم کو ری سیٹ کریں",
"Reset view": "", "Reset view": "",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "جواب کی اطلاعات کو فعال نہیں کیا جا سکتا کیونکہ ویب سائٹ کی اجازتیں مسترد کر دی گئی ہیں براہ کرم اپنے براؤزر کی سیٹنگز پر جائیں تاکہ ضروری رسائی کی اجازت دے سکیں", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "جواب کی اطلاعات کو فعال نہیں کیا جا سکتا کیونکہ ویب سائٹ کی اجازتیں مسترد کر دی گئی ہیں براہ کرم اپنے براؤزر کی سیٹنگز پر جائیں تاکہ ضروری رسائی کی اجازت دے سکیں",
"Response splitting": "جواب کو تقسیم کرنا", "Response splitting": "جواب کو تقسیم کرنا",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "", "Show \"What's New\" modal on login": "",
"Show Admin Details in Account Pending Overlay": "اکاؤنٹ پینڈنگ اوورلے میں ایڈمن کی تفصیلات دکھائیں", "Show Admin Details in Account Pending Overlay": "اکاؤنٹ پینڈنگ اوورلے میں ایڈمن کی تفصیلات دکھائیں",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "", "Show Model": "",
"Show shortcuts": "شارٹ کٹ دکھائیں", "Show shortcuts": "شارٹ کٹ دکھائیں",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "یہ یقینی بناتا ہے کہ آپ کی قیمتی گفتگو محفوظ طریقے سے آپ کے بیک اینڈ ڈیٹا بیس میں محفوظ کی گئی ہیں شکریہ!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "یہ یقینی بناتا ہے کہ آپ کی قیمتی گفتگو محفوظ طریقے سے آپ کے بیک اینڈ ڈیٹا بیس میں محفوظ کی گئی ہیں شکریہ!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "یہ ایک تجرباتی خصوصیت ہے، یہ متوقع طور پر کام نہ کر سکتی ہو اور کسی بھی وقت تبدیل کی جا سکتی ہے", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "یہ ایک تجرباتی خصوصیت ہے، یہ متوقع طور پر کام نہ کر سکتی ہو اور کسی بھی وقت تبدیل کی جا سکتی ہے",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "صارف", "user": "صارف",
"User": "صارف", "User": "صارف",
"User location successfully retrieved.": "صارف کا مقام کامیابی سے حاصل کیا گیا", "User location successfully retrieved.": "صارف کا مقام کامیابی سے حاصل کیا گیا",
"User menu": "",
"User Webhooks": "", "User Webhooks": "",
"Username": "", "Username": "",
"Users": "صارفین", "Users": "صارفین",

View File

@ -23,6 +23,7 @@
"Account": "Ҳисоб", "Account": "Ҳисоб",
"Account Activation Pending": "Ҳисобни фаоллаштириш кутилмоқда", "Account Activation Pending": "Ҳисобни фаоллаштириш кутилмоқда",
"Accurate information": "Аниқ маълумот", "Accurate information": "Аниқ маълумот",
"Action": "",
"Actions": "Ҳаракатлар", "Actions": "Ҳаракатлар",
"Activate": "Фаоллаштириш", "Activate": "Фаоллаштириш",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Чат киритиш учун “/{{COMMAND}}” териб ушбу буйруқни фаоллаштиринг.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Чат киритиш учун “/{{COMMAND}}” териб ушбу буйруқни фаоллаштиринг.",
@ -145,6 +146,7 @@
"Bad Response": "Ёмон жавоб", "Bad Response": "Ёмон жавоб",
"Banners": "Баннерлар", "Banners": "Баннерлар",
"Base Model (From)": "Асосий модел (дан бошлаб)", "Base Model (From)": "Асосий модел (дан бошлаб)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "олдин", "before": "олдин",
"Being lazy": "Дангаса бўлиш", "Being lazy": "Дангаса бўлиш",
"Beta": "Бета", "Beta": "Бета",
@ -157,7 +159,7 @@
"By {{name}}": "Муаллиф: {{name}}", "By {{name}}": "Муаллиф: {{name}}",
"Bypass Embedding and Retrieval": "Ўрнатиш ва қидиришни четлаб ўтиш", "Bypass Embedding and Retrieval": "Ўрнатиш ва қидиришни четлаб ўтиш",
"Bypass Web Loader": "Веб юклагични четлаб ўтиш", "Bypass Web Loader": "Веб юклагични четлаб ўтиш",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Календар", "Calendar": "Календар",
"Call": "Қўнғироқ қилинг", "Call": "Қўнғироқ қилинг",
"Call feature is not supported when using Web STT engine": "Wеб СТТ механизмидан фойдаланилганда қўнғироқ функсияси қўллаб-қувватланмайди", "Call feature is not supported when using Web STT engine": "Wеб СТТ механизмидан фойдаланилганда қўнғироқ функсияси қўллаб-қувватланмайди",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI иш жараёни", "ComfyUI Workflow": "ComfyUI иш жараёни",
"ComfyUI Workflow Nodes": "ComfyUI иш оқими тугунлари", "ComfyUI Workflow Nodes": "ComfyUI иш оқими тугунлари",
"Command": "Буйруқ", "Command": "Буйруқ",
"Comment": "",
"Completions": "Тугаллашлар", "Completions": "Тугаллашлар",
"Concurrent Requests": "Бир вақтнинг ўзида сўровлар", "Concurrent Requests": "Бир вақтнинг ўзида сўровлар",
"Configure": "Созланг", "Configure": "Созланг",
@ -345,6 +348,7 @@
"Direct Connections": "Тўғридан-тўғри уланишлар", "Direct Connections": "Тўғридан-тўғри уланишлар",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Тўғридан-тўғри уланишлар фойдаланувчиларга ўзларининг OpenAIга мос келувчи API сўнгги нуқталарига уланиш имконини беради.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Тўғридан-тўғри уланишлар фойдаланувчиларга ўзларининг OpenAIга мос келувчи API сўнгги нуқталарига уланиш имконини беради.",
"Direct Tool Servers": "Тўғридан-тўғри асбоблар серверлари", "Direct Tool Servers": "Тўғридан-тўғри асбоблар серверлари",
"Disable Code Interpreter": "",
"Disable Image Extraction": "Расм чиқаришни ўчириб қўйинг", "Disable Image Extraction": "Расм чиқаришни ўчириб қўйинг",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "PDFдан тасвирни ажратиб олишни ўчириб қўйинг. Агар LLM дан фойдаланиш ёқилган бўлса, тасвирларга автоматик сарлавҳа қўйилади. Бирламчи параметрлар False.", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "PDFдан тасвирни ажратиб олишни ўчириб қўйинг. Агар LLM дан фойдаланиш ёқилган бўлса, тасвирларга автоматик сарлавҳа қўйилади. Бирламчи параметрлар False.",
"Disabled": "Ўчирилган", "Disabled": "Ўчирилган",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Махсус таклифларни кашф қилинг, юклаб олинг ва ўрганинг", "Discover, download, and explore custom prompts": "Махсус таклифларни кашф қилинг, юклаб олинг ва ўрганинг",
"Discover, download, and explore custom tools": "Махсус воситаларни кашф қилинг, юклаб олинг ва ўрганинг", "Discover, download, and explore custom tools": "Махсус воситаларни кашф қилинг, юклаб олинг ва ўрганинг",
"Discover, download, and explore model presets": "Модел созламаларини кашф этинг, юклаб олинг ва ўрганинг", "Discover, download, and explore model presets": "Модел созламаларини кашф этинг, юклаб олинг ва ўрганинг",
"Dismissible": "Рад этиш мумкин",
"Display": "Дисплей", "Display": "Дисплей",
"Display Emoji in Call": "Чақирувда кулгичларни кўрсатиш", "Display Emoji in Call": "Чақирувда кулгичларни кўрсатиш",
"Display the username instead of You in the Chat": "Чатда Сиз ўрнига фойдаланувчи номини кўрсатинг", "Display the username instead of You in the Chat": "Чатда Сиз ўрнига фойдаланувчи номини кўрсатинг",
@ -411,6 +414,8 @@
"Edit Memory": "Хотирани таҳрирлаш", "Edit Memory": "Хотирани таҳрирлаш",
"Edit User": "Фойдаланувчини таҳрирлаш", "Edit User": "Фойдаланувчини таҳрирлаш",
"Edit User Group": "Фойдаланувчилар гуруҳини таҳрирлаш", "Edit User Group": "Фойдаланувчилар гуруҳини таҳрирлаш",
"Edited": "",
"Editing": "",
"Eject": "Чиқариш", "Eject": "Чиқариш",
"ElevenLabs": "ЭлевенЛабс", "ElevenLabs": "ЭлевенЛабс",
"Email": "Электрон почта", "Email": "Электрон почта",
@ -611,6 +616,7 @@
"File Upload": "Файл юклаш", "File Upload": "Файл юклаш",
"File uploaded successfully": "Файл муваффақиятли юкланди", "File uploaded successfully": "Файл муваффақиятли юкланди",
"Files": "Файллар", "Files": "Файллар",
"Filter": "",
"Filter is now globally disabled": "Филтр энди бутун дунё бўйлаб ўчириб қўйилган", "Filter is now globally disabled": "Филтр энди бутун дунё бўйлаб ўчириб қўйилган",
"Filter is now globally enabled": "Филтр энди глобал миқёсда ёқилган", "Filter is now globally enabled": "Филтр энди глобал миқёсда ёқилган",
"Filters": "Филтрлар", "Filters": "Филтрлар",
@ -658,6 +664,7 @@
"Generate prompt pair": "Тезкор жуфтликни яратинг", "Generate prompt pair": "Тезкор жуфтликни яратинг",
"Generating search query": "Қидирув сўрови яратилмоқда", "Generating search query": "Қидирув сўрови яратилмоқда",
"Generating...": "Яратилмоқда...", "Generating...": "Яратилмоқда...",
"Get information on {{name}} in the UI": "",
"Get started": "Бошлаш", "Get started": "Бошлаш",
"Get started with {{WEBUI_NAME}}": "{{WEBUI_NAME}} билан бошланг", "Get started with {{WEBUI_NAME}}": "{{WEBUI_NAME}} билан бошланг",
"Global": "Глобал", "Global": "Глобал",
@ -724,6 +731,9 @@
"Info": "Маълумот", "Info": "Маълумот",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Комплекс қайта ишлаш учун бутун таркибни контекст сифатида киритинг, бу мураккаб сўровлар учун тавсия этилади.", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Комплекс қайта ишлаш учун бутун таркибни контекст сифатида киритинг, бу мураккаб сўровлар учун тавсия этилади.",
"Input commands": "Кириш буйруқлари", "Input commands": "Кириш буйруқлари",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Гитҳуб УРЛ манзилидан ўрнатинг", "Install from Github URL": "Гитҳуб УРЛ манзилидан ўрнатинг",
"Instant Auto-Send After Voice Transcription": "Овозли транскрипсиядан кейин дарҳол автоматик юбориш", "Instant Auto-Send After Voice Transcription": "Овозли транскрипсиядан кейин дарҳол автоматик юбориш",
"Integration": "Интеграция", "Integration": "Интеграция",
@ -841,7 +851,6 @@
"Model Filtering": "Моделни филтрлаш", "Model Filtering": "Моделни филтрлаш",
"Model ID": "Модел ИД", "Model ID": "Модел ИД",
"Model IDs": "Модел идентификаторлари", "Model IDs": "Модел идентификаторлари",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Модел номи", "Model Name": "Модел номи",
"Model not selected": "Модел танланмаган", "Model not selected": "Модел танланмаган",
"Model Params": "Модел параметрлари", "Model Params": "Модел параметрлари",
@ -972,6 +981,7 @@
"Pin": "Пин", "Pin": "Пин",
"Pinned": "Қадалган", "Pinned": "Қадалган",
"Pioneer insights": "Пионер тушунчалари", "Pioneer insights": "Пионер тушунчалари",
"Pipe": "",
"Pipeline deleted successfully": "Қувур ўчирилди", "Pipeline deleted successfully": "Қувур ўчирилди",
"Pipeline downloaded successfully": "Қувур юклаб олинди", "Pipeline downloaded successfully": "Қувур юклаб олинди",
"Pipelines": "Қувурлар", "Pipelines": "Қувурлар",
@ -1037,8 +1047,12 @@
"Releases": "Релизлар", "Releases": "Релизлар",
"Relevance": "Мувофиқлик", "Relevance": "Мувофиқлик",
"Relevance Threshold": "Мувофиқлик чегараси", "Relevance Threshold": "Мувофиқлик чегараси",
"Remember Dismissal": "",
"Remove": "Ўчириш", "Remove": "Ўчириш",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Моделни олиб ташлаш", "Remove Model": "Моделни олиб ташлаш",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Номини ўзгартириш", "Rename": "Номини ўзгартириш",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Юклаш каталогини тиклаш", "Reset Upload Directory": "Юклаш каталогини тиклаш",
"Reset Vector Storage/Knowledge": "Вектор хотираси/билимини қайта ўрнатиш", "Reset Vector Storage/Knowledge": "Вектор хотираси/билимини қайта ўрнатиш",
"Reset view": "Кўринишни тиклаш", "Reset view": "Кўринишни тиклаш",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Жавоб билдиришномаларини фаоллаштириб бўлмайди, чунки веб-сайт рухсатномалари рад этилган. Керакли рухсат бериш учун браузер созламаларига ташриф буюринг.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Жавоб билдиришномаларини фаоллаштириб бўлмайди, чунки веб-сайт рухсатномалари рад этилган. Керакли рухсат бериш учун браузер созламаларига ташриф буюринг.",
"Response splitting": "Жавобни ажратиш", "Response splitting": "Жавобни ажратиш",
"Response Watermark": "Жавоб сув белгиси", "Response Watermark": "Жавоб сув белгиси",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Киришда \"Янги нарсалар\" модалини кўрсатинг", "Show \"What's New\" modal on login": "Киришда \"Янги нарсалар\" модалини кўрсатинг",
"Show Admin Details in Account Pending Overlay": "Ҳисоб кутилаётган қатламда администратор маълумотларини кўрсатиш", "Show Admin Details in Account Pending Overlay": "Ҳисоб кутилаётган қатламда администратор маълумотларини кўрсатиш",
"Show All": "Ҳаммасини кўрсатиш", "Show All": "Ҳаммасини кўрсатиш",
"Show image preview": "",
"Show Less": "Камроқ кўрсатиш", "Show Less": "Камроқ кўрсатиш",
"Show Model": "Моделни кўрсатиш", "Show Model": "Моделни кўрсатиш",
"Show shortcuts": "Ёрлиқларни кўрсатиш", "Show shortcuts": "Ёрлиқларни кўрсатиш",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Бу канал {{cреатедАт}} да яратилган. Бу {{чаннелНаме}} каналининг бошланиши.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Бу канал {{cреатедАт}} да яратилган. Бу {{чаннелНаме}} каналининг бошланиши.",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Бу сизнинг қимматли суҳбатларингиз маълумотлар базасига хавфсиз тарзда сақланишини таъминлайди. Раҳмат!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Бу сизнинг қимматли суҳбатларингиз маълумотлар базасига хавфсиз тарзда сақланишини таъминлайди. Раҳмат!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Бу экспериментал хусусият бўлиб, у кутилганидек ишламаслиги ва исталган вақтда ўзгариши мумкин.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Бу экспериментал хусусият бўлиб, у кутилганидек ишламаслиги ва исталган вақтда ўзгариши мумкин.",
"This model is not publicly available. Please select another model.": "Ушбу модел ҳамма учун очиқ эмас. Илтимос, бошқа моделни танланг.", "This model is not publicly available. Please select another model.": "Ушбу модел ҳамма учун очиқ эмас. Илтимос, бошқа моделни танланг.",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "фойдаланувчи", "user": "фойдаланувчи",
"User": "Фойдаланувчи", "User": "Фойдаланувчи",
"User location successfully retrieved.": "Фойдаланувчи жойлашуви муваффақиятли олинди.", "User location successfully retrieved.": "Фойдаланувчи жойлашуви муваффақиятли олинди.",
"User menu": "",
"User Webhooks": "Фойдаланувчи веб-ҳуклари", "User Webhooks": "Фойдаланувчи веб-ҳуклари",
"Username": "Фойдаланувчи номи", "Username": "Фойдаланувчи номи",
"Users": "Фойдаланувчилар", "Users": "Фойдаланувчилар",

View File

@ -23,6 +23,7 @@
"Account": "Hisob", "Account": "Hisob",
"Account Activation Pending": "Hisobni faollashtirish kutilmoqda", "Account Activation Pending": "Hisobni faollashtirish kutilmoqda",
"Accurate information": "Aniq ma'lumot", "Accurate information": "Aniq ma'lumot",
"Action": "",
"Actions": "Harakatlar", "Actions": "Harakatlar",
"Activate": "Faollashtirish", "Activate": "Faollashtirish",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Chat kiritish uchun “/{{COMMAND}}” terib ushbu buyruqni faollashtiring.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Chat kiritish uchun “/{{COMMAND}}” terib ushbu buyruqni faollashtiring.",
@ -145,6 +146,7 @@
"Bad Response": "Yomon javob", "Bad Response": "Yomon javob",
"Banners": "Bannerlar", "Banners": "Bannerlar",
"Base Model (From)": "Asosiy model (dan boshlab)", "Base Model (From)": "Asosiy model (dan boshlab)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "oldin", "before": "oldin",
"Being lazy": "Dangasa bo'lish", "Being lazy": "Dangasa bo'lish",
"Beta": "Beta", "Beta": "Beta",
@ -157,7 +159,7 @@
"By {{name}}": "Muallif: {{name}}", "By {{name}}": "Muallif: {{name}}",
"Bypass Embedding and Retrieval": "O'rnatish va qidirishni chetlab o'tish", "Bypass Embedding and Retrieval": "O'rnatish va qidirishni chetlab o'tish",
"Bypass Web Loader": "Veb yuklagichni chetlab o'tish", "Bypass Web Loader": "Veb yuklagichni chetlab o'tish",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Kalendar", "Calendar": "Kalendar",
"Call": "Qo'ng'iroq qiling", "Call": "Qo'ng'iroq qiling",
"Call feature is not supported when using Web STT engine": "Web STT mexanizmidan foydalanilganda qo'ng'iroq funksiyasi qo'llab-quvvatlanmaydi", "Call feature is not supported when using Web STT engine": "Web STT mexanizmidan foydalanilganda qo'ng'iroq funksiyasi qo'llab-quvvatlanmaydi",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI ish jarayoni", "ComfyUI Workflow": "ComfyUI ish jarayoni",
"ComfyUI Workflow Nodes": "ComfyUI ish oqimi tugunlari", "ComfyUI Workflow Nodes": "ComfyUI ish oqimi tugunlari",
"Command": "Buyruq", "Command": "Buyruq",
"Comment": "",
"Completions": "Tugallashlar", "Completions": "Tugallashlar",
"Concurrent Requests": "Bir vaqtning o'zida so'rovlar", "Concurrent Requests": "Bir vaqtning o'zida so'rovlar",
"Configure": "Sozlang", "Configure": "Sozlang",
@ -345,6 +348,7 @@
"Direct Connections": "To'g'ridan-to'g'ri ulanishlar", "Direct Connections": "To'g'ridan-to'g'ri ulanishlar",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "To'g'ridan-to'g'ri ulanishlar foydalanuvchilarga o'zlarining OpenAI-ga mos keluvchi API so'nggi nuqtalariga ulanish imkonini beradi.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "To'g'ridan-to'g'ri ulanishlar foydalanuvchilarga o'zlarining OpenAI-ga mos keluvchi API so'nggi nuqtalariga ulanish imkonini beradi.",
"Direct Tool Servers": "To'g'ridan-to'g'ri asboblar serverlari", "Direct Tool Servers": "To'g'ridan-to'g'ri asboblar serverlari",
"Disable Code Interpreter": "",
"Disable Image Extraction": "Rasm chiqarishni o'chirib qo'ying", "Disable Image Extraction": "Rasm chiqarishni o'chirib qo'ying",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "PDF-dan tasvirni ajratib olishni o'chirib qo'ying. Agar LLM dan foydalanish yoqilgan boʻlsa, tasvirlarga avtomatik sarlavha qoʻyiladi. Birlamchi parametrlar False.", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "PDF-dan tasvirni ajratib olishni o'chirib qo'ying. Agar LLM dan foydalanish yoqilgan boʻlsa, tasvirlarga avtomatik sarlavha qoʻyiladi. Birlamchi parametrlar False.",
"Disabled": "O'chirilgan", "Disabled": "O'chirilgan",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Maxsus takliflarni kashf qiling, yuklab oling va oʻrganing", "Discover, download, and explore custom prompts": "Maxsus takliflarni kashf qiling, yuklab oling va oʻrganing",
"Discover, download, and explore custom tools": "Maxsus vositalarni kashf qiling, yuklab oling va o'rganing", "Discover, download, and explore custom tools": "Maxsus vositalarni kashf qiling, yuklab oling va o'rganing",
"Discover, download, and explore model presets": "Model sozlamalarini kashf eting, yuklab oling va o'rganing", "Discover, download, and explore model presets": "Model sozlamalarini kashf eting, yuklab oling va o'rganing",
"Dismissible": "Rad etish mumkin",
"Display": "Displey", "Display": "Displey",
"Display Emoji in Call": "Chaqiruvda kulgichlarni korsatish", "Display Emoji in Call": "Chaqiruvda kulgichlarni korsatish",
"Display the username instead of You in the Chat": "Chatda Siz o'rniga foydalanuvchi nomini ko'rsating", "Display the username instead of You in the Chat": "Chatda Siz o'rniga foydalanuvchi nomini ko'rsating",
@ -411,6 +414,8 @@
"Edit Memory": "Xotirani tahrirlash", "Edit Memory": "Xotirani tahrirlash",
"Edit User": "Foydalanuvchini tahrirlash", "Edit User": "Foydalanuvchini tahrirlash",
"Edit User Group": "Foydalanuvchilar guruhini tahrirlash", "Edit User Group": "Foydalanuvchilar guruhini tahrirlash",
"Edited": "",
"Editing": "",
"Eject": "Chiqarish", "Eject": "Chiqarish",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "Elektron pochta", "Email": "Elektron pochta",
@ -611,6 +616,7 @@
"File Upload": "Fayl yuklash", "File Upload": "Fayl yuklash",
"File uploaded successfully": "Fayl muvaffaqiyatli yuklandi", "File uploaded successfully": "Fayl muvaffaqiyatli yuklandi",
"Files": "Fayllar", "Files": "Fayllar",
"Filter": "",
"Filter is now globally disabled": "Filtr endi butun dunyo bo'ylab o'chirib qo'yilgan", "Filter is now globally disabled": "Filtr endi butun dunyo bo'ylab o'chirib qo'yilgan",
"Filter is now globally enabled": "Filtr endi global miqyosda yoqilgan", "Filter is now globally enabled": "Filtr endi global miqyosda yoqilgan",
"Filters": "Filtrlar", "Filters": "Filtrlar",
@ -658,6 +664,7 @@
"Generate prompt pair": "Tezkor juftlikni yarating", "Generate prompt pair": "Tezkor juftlikni yarating",
"Generating search query": "Qidiruv so'rovi yaratilmoqda", "Generating search query": "Qidiruv so'rovi yaratilmoqda",
"Generating...": "Yaratilmoqda...", "Generating...": "Yaratilmoqda...",
"Get information on {{name}} in the UI": "",
"Get started": "Boshlash", "Get started": "Boshlash",
"Get started with {{WEBUI_NAME}}": "{{WEBUI_NAME}} bilan boshlang", "Get started with {{WEBUI_NAME}}": "{{WEBUI_NAME}} bilan boshlang",
"Global": "Global", "Global": "Global",
@ -724,6 +731,9 @@
"Info": "Ma'lumot", "Info": "Ma'lumot",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Kompleks qayta ishlash uchun butun tarkibni kontekst sifatida kiriting, bu murakkab so'rovlar uchun tavsiya etiladi.", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Kompleks qayta ishlash uchun butun tarkibni kontekst sifatida kiriting, bu murakkab so'rovlar uchun tavsiya etiladi.",
"Input commands": "Kirish buyruqlari", "Input commands": "Kirish buyruqlari",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Github URL manzilidan oʻrnating", "Install from Github URL": "Github URL manzilidan oʻrnating",
"Instant Auto-Send After Voice Transcription": "Ovozli transkripsiyadan keyin darhol avtomatik yuborish", "Instant Auto-Send After Voice Transcription": "Ovozli transkripsiyadan keyin darhol avtomatik yuborish",
"Integration": "Integratsiya", "Integration": "Integratsiya",
@ -841,7 +851,6 @@
"Model Filtering": "Modelni filtrlash", "Model Filtering": "Modelni filtrlash",
"Model ID": "Model ID", "Model ID": "Model ID",
"Model IDs": "Model identifikatorlari", "Model IDs": "Model identifikatorlari",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Model nomi", "Model Name": "Model nomi",
"Model not selected": "Model tanlanmagan", "Model not selected": "Model tanlanmagan",
"Model Params": "Model parametrlari", "Model Params": "Model parametrlari",
@ -972,6 +981,7 @@
"Pin": "Pin", "Pin": "Pin",
"Pinned": "Qadalgan", "Pinned": "Qadalgan",
"Pioneer insights": "Pioner tushunchalari", "Pioneer insights": "Pioner tushunchalari",
"Pipe": "",
"Pipeline deleted successfully": "Quvur oʻchirildi", "Pipeline deleted successfully": "Quvur oʻchirildi",
"Pipeline downloaded successfully": "Quvur yuklab olindi", "Pipeline downloaded successfully": "Quvur yuklab olindi",
"Pipelines": "Quvurlar", "Pipelines": "Quvurlar",
@ -1037,8 +1047,12 @@
"Releases": "Relizlar", "Releases": "Relizlar",
"Relevance": "Muvofiqlik", "Relevance": "Muvofiqlik",
"Relevance Threshold": "Muvofiqlik chegarasi", "Relevance Threshold": "Muvofiqlik chegarasi",
"Remember Dismissal": "",
"Remove": "O'chirish", "Remove": "O'chirish",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Modelni olib tashlash", "Remove Model": "Modelni olib tashlash",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Nomini o'zgartirish", "Rename": "Nomini o'zgartirish",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Yuklash katalogini tiklash", "Reset Upload Directory": "Yuklash katalogini tiklash",
"Reset Vector Storage/Knowledge": "Vektor xotirasi/bilimini qayta o'rnatish", "Reset Vector Storage/Knowledge": "Vektor xotirasi/bilimini qayta o'rnatish",
"Reset view": "Ko'rinishni tiklash", "Reset view": "Ko'rinishni tiklash",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Javob bildirishnomalarini faollashtirib bolmaydi, chunki veb-sayt ruxsatnomalari rad etilgan. Kerakli ruxsat berish uchun brauzer sozlamalariga tashrif buyuring.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Javob bildirishnomalarini faollashtirib bolmaydi, chunki veb-sayt ruxsatnomalari rad etilgan. Kerakli ruxsat berish uchun brauzer sozlamalariga tashrif buyuring.",
"Response splitting": "Javobni ajratish", "Response splitting": "Javobni ajratish",
"Response Watermark": "Javob suv belgisi", "Response Watermark": "Javob suv belgisi",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Kirishda \"Yangi narsalar\" modalini ko'rsating", "Show \"What's New\" modal on login": "Kirishda \"Yangi narsalar\" modalini ko'rsating",
"Show Admin Details in Account Pending Overlay": "Hisob kutilayotgan qatlamda administrator malumotlarini korsatish", "Show Admin Details in Account Pending Overlay": "Hisob kutilayotgan qatlamda administrator malumotlarini korsatish",
"Show All": "Hammasini ko'rsatish", "Show All": "Hammasini ko'rsatish",
"Show image preview": "",
"Show Less": "Kamroq ko'rsatish", "Show Less": "Kamroq ko'rsatish",
"Show Model": "Modelni ko'rsatish", "Show Model": "Modelni ko'rsatish",
"Show shortcuts": "Yorliqlarni ko'rsatish", "Show shortcuts": "Yorliqlarni ko'rsatish",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Bu kanal {{createdAt}} da yaratilgan. Bu {{channelName}} kanalining boshlanishi.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Bu kanal {{createdAt}} da yaratilgan. Bu {{channelName}} kanalining boshlanishi.",
"This chat won't appear in history and your messages will not be saved.": "", "This chat won't appear in history and your messages will not be saved.": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Bu sizning qimmatli suhbatlaringiz ma'lumotlar bazasiga xavfsiz tarzda saqlanishini ta'minlaydi. Rahmat!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Bu sizning qimmatli suhbatlaringiz ma'lumotlar bazasiga xavfsiz tarzda saqlanishini ta'minlaydi. Rahmat!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Bu eksperimental xususiyat bo'lib, u kutilganidek ishlamasligi va istalgan vaqtda o'zgarishi mumkin.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Bu eksperimental xususiyat bo'lib, u kutilganidek ishlamasligi va istalgan vaqtda o'zgarishi mumkin.",
"This model is not publicly available. Please select another model.": "Ushbu model hamma uchun ochiq emas. Iltimos, boshqa modelni tanlang.", "This model is not publicly available. Please select another model.": "Ushbu model hamma uchun ochiq emas. Iltimos, boshqa modelni tanlang.",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "foydalanuvchi", "user": "foydalanuvchi",
"User": "Foydalanuvchi", "User": "Foydalanuvchi",
"User location successfully retrieved.": "Foydalanuvchi joylashuvi muvaffaqiyatli olindi.", "User location successfully retrieved.": "Foydalanuvchi joylashuvi muvaffaqiyatli olindi.",
"User menu": "",
"User Webhooks": "Foydalanuvchi veb-huklari", "User Webhooks": "Foydalanuvchi veb-huklari",
"Username": "Foydalanuvchi nomi", "Username": "Foydalanuvchi nomi",
"Users": "Foydalanuvchilar", "Users": "Foydalanuvchilar",

View File

@ -23,6 +23,7 @@
"Account": "Tài khoản", "Account": "Tài khoản",
"Account Activation Pending": "Tài khoản đang chờ kích hoạt", "Account Activation Pending": "Tài khoản đang chờ kích hoạt",
"Accurate information": "Thông tin chính xác", "Accurate information": "Thông tin chính xác",
"Action": "",
"Actions": "Tác vụ", "Actions": "Tác vụ",
"Activate": "Kích hoạt", "Activate": "Kích hoạt",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Kích hoạt lệnh này bằng cách gõ \"/{{COMMAND}}\" vào ô nhập chat.", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Kích hoạt lệnh này bằng cách gõ \"/{{COMMAND}}\" vào ô nhập chat.",
@ -145,6 +146,7 @@
"Bad Response": "Trả lời KHÔNG tốt", "Bad Response": "Trả lời KHÔNG tốt",
"Banners": "Biểu ngữ", "Banners": "Biểu ngữ",
"Base Model (From)": "Mô hình cơ sở (từ)", "Base Model (From)": "Mô hình cơ sở (từ)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "trước", "before": "trước",
"Being lazy": "Lười biếng", "Being lazy": "Lười biếng",
"Beta": "Beta", "Beta": "Beta",
@ -157,7 +159,7 @@
"By {{name}}": "Bởi {{name}}", "By {{name}}": "Bởi {{name}}",
"Bypass Embedding and Retrieval": "Bỏ qua Embedding và Truy xuất", "Bypass Embedding and Retrieval": "Bỏ qua Embedding và Truy xuất",
"Bypass Web Loader": "", "Bypass Web Loader": "",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "Lịch", "Calendar": "Lịch",
"Call": "Gọi", "Call": "Gọi",
"Call feature is not supported when using Web STT engine": "Tính năng gọi điện không được hỗ trợ khi sử dụng công cụ Web STT", "Call feature is not supported when using Web STT engine": "Tính năng gọi điện không được hỗ trợ khi sử dụng công cụ Web STT",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "Quy trình làm việc ComfyUI", "ComfyUI Workflow": "Quy trình làm việc ComfyUI",
"ComfyUI Workflow Nodes": "Các nút Quy trình làm việc ComfyUI", "ComfyUI Workflow Nodes": "Các nút Quy trình làm việc ComfyUI",
"Command": "Lệnh", "Command": "Lệnh",
"Comment": "",
"Completions": "Hoàn thành", "Completions": "Hoàn thành",
"Concurrent Requests": "Các truy vấn đồng thời", "Concurrent Requests": "Các truy vấn đồng thời",
"Configure": "Cấu hình", "Configure": "Cấu hình",
@ -345,6 +348,7 @@
"Direct Connections": "Kết nối Trực tiếp", "Direct Connections": "Kết nối Trực tiếp",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Kết nối Trực tiếp cho phép người dùng kết nối với các điểm cuối API tương thích OpenAI của riêng họ.", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "Kết nối Trực tiếp cho phép người dùng kết nối với các điểm cuối API tương thích OpenAI của riêng họ.",
"Direct Tool Servers": "Máy chủ Công cụ Trực tiếp", "Direct Tool Servers": "Máy chủ Công cụ Trực tiếp",
"Disable Code Interpreter": "",
"Disable Image Extraction": "", "Disable Image Extraction": "",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "",
"Disabled": "Đã tắt", "Disabled": "Đã tắt",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "Tìm kiếm, tải về và khám phá thêm các prompt tùy chỉnh", "Discover, download, and explore custom prompts": "Tìm kiếm, tải về và khám phá thêm các prompt tùy chỉnh",
"Discover, download, and explore custom tools": "Tìm kiếm, tải về và khám phá thêm các tool tùy chỉnh", "Discover, download, and explore custom tools": "Tìm kiếm, tải về và khám phá thêm các tool tùy chỉnh",
"Discover, download, and explore model presets": "Tìm kiếm, tải về và khám phá thêm các model presets", "Discover, download, and explore model presets": "Tìm kiếm, tải về và khám phá thêm các model presets",
"Dismissible": "Có thể loại bỏ",
"Display": "Hiển thị", "Display": "Hiển thị",
"Display Emoji in Call": "Hiển thị Emoji trong cuộc gọi", "Display Emoji in Call": "Hiển thị Emoji trong cuộc gọi",
"Display the username instead of You in the Chat": "Hiển thị tên người sử dụng thay vì 'Bạn' trong nội dung chat", "Display the username instead of You in the Chat": "Hiển thị tên người sử dụng thay vì 'Bạn' trong nội dung chat",
@ -411,6 +414,8 @@
"Edit Memory": "Sửa Memory", "Edit Memory": "Sửa Memory",
"Edit User": "Thay đổi thông tin người sử dụng", "Edit User": "Thay đổi thông tin người sử dụng",
"Edit User Group": "Chỉnh sửa Nhóm Người dùng", "Edit User Group": "Chỉnh sửa Nhóm Người dùng",
"Edited": "",
"Editing": "",
"Eject": "", "Eject": "",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "Email", "Email": "Email",
@ -611,6 +616,7 @@
"File Upload": "", "File Upload": "",
"File uploaded successfully": "Tải tệp lên thành công", "File uploaded successfully": "Tải tệp lên thành công",
"Files": "Tệp", "Files": "Tệp",
"Filter": "",
"Filter is now globally disabled": "Bộ lọc hiện đã bị vô hiệu hóa trên toàn hệ thống", "Filter is now globally disabled": "Bộ lọc hiện đã bị vô hiệu hóa trên toàn hệ thống",
"Filter is now globally enabled": "Bộ lọc hiện được kích hoạt trên toàn hệ thống", "Filter is now globally enabled": "Bộ lọc hiện được kích hoạt trên toàn hệ thống",
"Filters": "Lọc", "Filters": "Lọc",
@ -658,6 +664,7 @@
"Generate prompt pair": "Tạo cặp prompt", "Generate prompt pair": "Tạo cặp prompt",
"Generating search query": "Tạo truy vấn tìm kiếm", "Generating search query": "Tạo truy vấn tìm kiếm",
"Generating...": "", "Generating...": "",
"Get information on {{name}} in the UI": "",
"Get started": "Bắt đầu", "Get started": "Bắt đầu",
"Get started with {{WEBUI_NAME}}": "Bắt đầu với {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "Bắt đầu với {{WEBUI_NAME}}",
"Global": "Toàn hệ thống", "Global": "Toàn hệ thống",
@ -724,6 +731,9 @@
"Info": "Thông tin", "Info": "Thông tin",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Đưa toàn bộ nội dung vào làm ngữ cảnh để xử lý toàn diện, điều này được khuyến nghị cho các truy vấn phức tạp.", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "Đưa toàn bộ nội dung vào làm ngữ cảnh để xử lý toàn diện, điều này được khuyến nghị cho các truy vấn phức tạp.",
"Input commands": "Nhập các câu lệnh", "Input commands": "Nhập các câu lệnh",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "Cài đặt từ URL Github", "Install from Github URL": "Cài đặt từ URL Github",
"Instant Auto-Send After Voice Transcription": "Tự động gửi ngay lập tức sau khi phiên dịch giọng nói", "Instant Auto-Send After Voice Transcription": "Tự động gửi ngay lập tức sau khi phiên dịch giọng nói",
"Integration": "Tích hợp", "Integration": "Tích hợp",
@ -841,7 +851,6 @@
"Model Filtering": "Lọc Mô hình", "Model Filtering": "Lọc Mô hình",
"Model ID": "ID mẫu", "Model ID": "ID mẫu",
"Model IDs": "Các ID Mô hình", "Model IDs": "Các ID Mô hình",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "Tên Mô hình", "Model Name": "Tên Mô hình",
"Model not selected": "Chưa chọn Mô hình", "Model not selected": "Chưa chọn Mô hình",
"Model Params": "Mô hình Params", "Model Params": "Mô hình Params",
@ -972,6 +981,7 @@
"Pin": "Ghim", "Pin": "Ghim",
"Pinned": "Đã ghim", "Pinned": "Đã ghim",
"Pioneer insights": "Tiên phong về hiểu biết", "Pioneer insights": "Tiên phong về hiểu biết",
"Pipe": "",
"Pipeline deleted successfully": "Đã xóa pipeline thành công", "Pipeline deleted successfully": "Đã xóa pipeline thành công",
"Pipeline downloaded successfully": "Đã tải xuống pipeline thành công", "Pipeline downloaded successfully": "Đã tải xuống pipeline thành công",
"Pipelines": "Pipelines", "Pipelines": "Pipelines",
@ -1037,8 +1047,12 @@
"Releases": "", "Releases": "",
"Relevance": "Mức độ liên quan", "Relevance": "Mức độ liên quan",
"Relevance Threshold": "", "Relevance Threshold": "",
"Remember Dismissal": "",
"Remove": "Xóa", "Remove": "Xóa",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "Xóa model", "Remove Model": "Xóa model",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "Đổi tên", "Rename": "Đổi tên",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "Xóa toàn bộ thư mục Upload", "Reset Upload Directory": "Xóa toàn bộ thư mục Upload",
"Reset Vector Storage/Knowledge": "Đặt lại Lưu trữ Vector/Kiến thức", "Reset Vector Storage/Knowledge": "Đặt lại Lưu trữ Vector/Kiến thức",
"Reset view": "Đặt lại chế độ xem", "Reset view": "Đặt lại chế độ xem",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Không thể kích hoạt thông báo vì trang web không cấp quyền. Vui lòng truy cập cài đặt trình duyệt của bạn để cấp quyền cần thiết.", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Không thể kích hoạt thông báo vì trang web không cấp quyền. Vui lòng truy cập cài đặt trình duyệt của bạn để cấp quyền cần thiết.",
"Response splitting": "Phân tách phản hồi", "Response splitting": "Phân tách phản hồi",
"Response Watermark": "", "Response Watermark": "",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "Hiển thị cửa sổ \"Có gì mới\" khi đăng nhập", "Show \"What's New\" modal on login": "Hiển thị cửa sổ \"Có gì mới\" khi đăng nhập",
"Show Admin Details in Account Pending Overlay": "Hiển thị thông tin của Quản trị viên trên màn hình hiển thị Tài khoản đang chờ xử lý", "Show Admin Details in Account Pending Overlay": "Hiển thị thông tin của Quản trị viên trên màn hình hiển thị Tài khoản đang chờ xử lý",
"Show All": "", "Show All": "",
"Show image preview": "",
"Show Less": "", "Show Less": "",
"Show Model": "Hiển thị Mô hình", "Show Model": "Hiển thị Mô hình",
"Show shortcuts": "Hiển thị phím tắt", "Show shortcuts": "Hiển thị phím tắt",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Kênh này được tạo vào {{createdAt}}. Đây là điểm khởi đầu của kênh {{channelName}}.", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "Kênh này được tạo vào {{createdAt}}. Đây là điểm khởi đầu của kênh {{channelName}}.",
"This chat won't appear in history and your messages will not be saved.": "Cuộc trò chuyện này sẽ không xuất hiện trong lịch sử và tin nhắn của bạn sẽ không được lưu.", "This chat won't appear in history and your messages will not be saved.": "Cuộc trò chuyện này sẽ không xuất hiện trong lịch sử và tin nhắn của bạn sẽ không được lưu.",
"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 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 feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Đây là tính năng thử nghiệm, có thể không hoạt động như mong đợi và có thể thay đổi bất kỳ lúc nào.", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Đây là tính năng thử nghiệm, có thể không hoạt động như mong đợi và có thể thay đổi bất kỳ lúc nào.",
"This model is not publicly available. Please select another model.": "", "This model is not publicly available. Please select another model.": "",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "Người sử dụng", "user": "Người sử dụng",
"User": "Người dùng", "User": "Người dùng",
"User location successfully retrieved.": "Đã truy xuất thành công vị trí của người dùng.", "User location successfully retrieved.": "Đã truy xuất thành công vị trí của người dùng.",
"User menu": "",
"User Webhooks": "Webhook Người dùng", "User Webhooks": "Webhook Người dùng",
"Username": "Tên đăng nhập", "Username": "Tên đăng nhập",
"Users": "Người sử dụng", "Users": "Người sử dụng",

View File

@ -23,6 +23,7 @@
"Account": "账号", "Account": "账号",
"Account Activation Pending": "账号待激活", "Account Activation Pending": "账号待激活",
"Accurate information": "提供的信息很准确", "Accurate information": "提供的信息很准确",
"Action": "",
"Actions": "自动化", "Actions": "自动化",
"Activate": "激活", "Activate": "激活",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "通过输入 \"/{{COMMAND}}\" 激活此命令", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "通过输入 \"/{{COMMAND}}\" 激活此命令",
@ -145,6 +146,7 @@
"Bad Response": "点踩此回答", "Bad Response": "点踩此回答",
"Banners": "公告横幅", "Banners": "公告横幅",
"Base Model (From)": "基础模型(来自)", "Base Model (From)": "基础模型(来自)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "对话", "before": "对话",
"Being lazy": "懒惰", "Being lazy": "懒惰",
"Beta": "Beta", "Beta": "Beta",
@ -157,7 +159,7 @@
"By {{name}}": "由 {{name}} 提供", "By {{name}}": "由 {{name}} 提供",
"Bypass Embedding and Retrieval": "绕过嵌入和检索", "Bypass Embedding and Retrieval": "绕过嵌入和检索",
"Bypass Web Loader": "绕过网页加载器", "Bypass Web Loader": "绕过网页加载器",
"Cache Model List": "缓存模型列表", "Cache Base Model List": "",
"Calendar": "日历", "Calendar": "日历",
"Call": "语音通话", "Call": "语音通话",
"Call feature is not supported when using Web STT engine": "使用 Web 语音转文字引擎时不支持语音通话功能", "Call feature is not supported when using Web STT engine": "使用 Web 语音转文字引擎时不支持语音通话功能",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI 工作流", "ComfyUI Workflow": "ComfyUI 工作流",
"ComfyUI Workflow Nodes": "ComfyUI 工作流节点", "ComfyUI Workflow Nodes": "ComfyUI 工作流节点",
"Command": "命令", "Command": "命令",
"Comment": "",
"Completions": "续写", "Completions": "续写",
"Concurrent Requests": "并发请求", "Concurrent Requests": "并发请求",
"Configure": "配置", "Configure": "配置",
@ -345,6 +348,7 @@
"Direct Connections": "直接连接", "Direct Connections": "直接连接",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "直接连接允许用户连接自有的 OpenAI 兼容的 API 端点", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "直接连接允许用户连接自有的 OpenAI 兼容的 API 端点",
"Direct Tool Servers": "直接连接工具服务器", "Direct Tool Servers": "直接连接工具服务器",
"Disable Code Interpreter": "",
"Disable Image Extraction": "禁用图像提取", "Disable Image Extraction": "禁用图像提取",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "禁用从 PDF 中提取图像。若启用 “使用大语言模型LLM图像将自动添加描述。默认为关闭", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "禁用从 PDF 中提取图像。若启用 “使用大语言模型LLM图像将自动添加描述。默认为关闭",
"Disabled": "已禁用", "Disabled": "已禁用",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "发现、下载并探索更多自定义提示词", "Discover, download, and explore custom prompts": "发现、下载并探索更多自定义提示词",
"Discover, download, and explore custom tools": "发现、下载并探索更多工具", "Discover, download, and explore custom tools": "发现、下载并探索更多工具",
"Discover, download, and explore model presets": "发现、下载并探索更多模型预设", "Discover, download, and explore model presets": "发现、下载并探索更多模型预设",
"Dismissible": "是否可关闭",
"Display": "显示", "Display": "显示",
"Display Emoji in Call": "在通话中显示 Emoji 表情符号", "Display Emoji in Call": "在通话中显示 Emoji 表情符号",
"Display the username instead of You in the Chat": "在对话中显示用户名而不是 “你”", "Display the username instead of You in the Chat": "在对话中显示用户名而不是 “你”",
@ -411,6 +414,8 @@
"Edit Memory": "编辑记忆", "Edit Memory": "编辑记忆",
"Edit User": "编辑用户", "Edit User": "编辑用户",
"Edit User Group": "编辑用户组", "Edit User Group": "编辑用户组",
"Edited": "",
"Editing": "",
"Eject": "弹出", "Eject": "弹出",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "电子邮箱", "Email": "电子邮箱",
@ -611,6 +616,7 @@
"File Upload": "文件上传", "File Upload": "文件上传",
"File uploaded successfully": "文件上传成功", "File uploaded successfully": "文件上传成功",
"Files": "文件", "Files": "文件",
"Filter": "",
"Filter is now globally disabled": "过滤器已全局禁用", "Filter is now globally disabled": "过滤器已全局禁用",
"Filter is now globally enabled": "过滤器已全局启用", "Filter is now globally enabled": "过滤器已全局启用",
"Filters": "过滤器", "Filters": "过滤器",
@ -658,6 +664,7 @@
"Generate prompt pair": "生成提示对", "Generate prompt pair": "生成提示对",
"Generating search query": "生成搜索查询", "Generating search query": "生成搜索查询",
"Generating...": "生成中...", "Generating...": "生成中...",
"Get information on {{name}} in the UI": "",
"Get started": "开始使用", "Get started": "开始使用",
"Get started with {{WEBUI_NAME}}": "开始使用 {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "开始使用 {{WEBUI_NAME}}",
"Global": "全局", "Global": "全局",
@ -724,6 +731,9 @@
"Info": "信息", "Info": "信息",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "注入整个内容作为上下文进行综合处理,适用于复杂查询", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "注入整个内容作为上下文进行综合处理,适用于复杂查询",
"Input commands": "输入命令", "Input commands": "输入命令",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "从 Github URL 安装", "Install from Github URL": "从 Github URL 安装",
"Instant Auto-Send After Voice Transcription": "语音转录文字后即时自动发送", "Instant Auto-Send After Voice Transcription": "语音转录文字后即时自动发送",
"Integration": "集成", "Integration": "集成",
@ -841,7 +851,6 @@
"Model Filtering": "模型白名单", "Model Filtering": "模型白名单",
"Model ID": "模型 ID", "Model ID": "模型 ID",
"Model IDs": "模型 ID", "Model IDs": "模型 ID",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "模型列表缓存仅在启动或保存设置时获取模型从而加快访问速度,但可能不会显示最近的模型更改。",
"Model Name": "模型名称", "Model Name": "模型名称",
"Model not selected": "未选择模型", "Model not selected": "未选择模型",
"Model Params": "模型参数", "Model Params": "模型参数",
@ -972,6 +981,7 @@
"Pin": "置顶", "Pin": "置顶",
"Pinned": "已置顶", "Pinned": "已置顶",
"Pioneer insights": "先锋的见解", "Pioneer insights": "先锋的见解",
"Pipe": "",
"Pipeline deleted successfully": "Pipeline 删除成功", "Pipeline deleted successfully": "Pipeline 删除成功",
"Pipeline downloaded successfully": "Pipeline 下载成功", "Pipeline downloaded successfully": "Pipeline 下载成功",
"Pipelines": "Pipeline", "Pipelines": "Pipeline",
@ -1037,8 +1047,12 @@
"Releases": "发行版", "Releases": "发行版",
"Relevance": "相关性", "Relevance": "相关性",
"Relevance Threshold": "相关性阈值", "Relevance Threshold": "相关性阈值",
"Remember Dismissal": "",
"Remove": "移除", "Remove": "移除",
"Remove {{MODELID}} from list.": "从列表中移除 {{MODELID}}", "Remove {{MODELID}} from list.": "从列表中移除 {{MODELID}}",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "移除模型", "Remove Model": "移除模型",
"Remove this tag from list": "从列表中移除此标签", "Remove this tag from list": "从列表中移除此标签",
"Rename": "重命名", "Rename": "重命名",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "重置上传目录", "Reset Upload Directory": "重置上传目录",
"Reset Vector Storage/Knowledge": "重置向量存储/知识", "Reset Vector Storage/Knowledge": "重置向量存储/知识",
"Reset view": "重置视图", "Reset view": "重置视图",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "无法激活回复时发送通知。请检查浏览器设置,并授予必要的访问权限。", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "无法激活回复时发送通知。请检查浏览器设置,并授予必要的访问权限。",
"Response splitting": "拆分回复", "Response splitting": "拆分回复",
"Response Watermark": "复制时添加水印", "Response Watermark": "复制时添加水印",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "在登录时显示 “更新内容” 弹窗", "Show \"What's New\" modal on login": "在登录时显示 “更新内容” 弹窗",
"Show Admin Details in Account Pending Overlay": "在用户待激活界面中显示管理员邮箱等详细信息", "Show Admin Details in Account Pending Overlay": "在用户待激活界面中显示管理员邮箱等详细信息",
"Show All": "显示全部", "Show All": "显示全部",
"Show image preview": "",
"Show Less": "收起", "Show Less": "收起",
"Show Model": "显示模型", "Show Model": "显示模型",
"Show shortcuts": "显示快捷方式", "Show shortcuts": "显示快捷方式",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "此频道创建于{{createdAt}},这里是{{channelName}}频道的开始", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "此频道创建于{{createdAt}},这里是{{channelName}}频道的开始",
"This chat won't appear in history and your messages will not be saved.": "此对话不会出现在历史记录中,且您的消息不会被保存", "This chat won't appear in history and your messages will not be saved.": "此对话不会出现在历史记录中,且您的消息不会被保存",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "这将确保您的宝贵对话被安全地保存到后台数据库中。感谢!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "这将确保您的宝贵对话被安全地保存到后台数据库中。感谢!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "这是一个实验性功能,可能不会如预期那样工作,而且可能随时发生变化。", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "这是一个实验性功能,可能不会如预期那样工作,而且可能随时发生变化。",
"This model is not publicly available. Please select another model.": "此模型未公开。请选择其他模型", "This model is not publicly available. Please select another model.": "此模型未公开。请选择其他模型",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "此选项控制模型请求后在内存中保持加载状态的时长默认5 分钟)", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "此选项控制模型请求后在内存中保持加载状态的时长默认5 分钟)",
@ -1346,6 +1363,7 @@
"user": "用户", "user": "用户",
"User": "用户", "User": "用户",
"User location successfully retrieved.": "成功检索到用户位置", "User location successfully retrieved.": "成功检索到用户位置",
"User menu": "",
"User Webhooks": "用户 Webhook", "User Webhooks": "用户 Webhook",
"Username": "用户名", "Username": "用户名",
"Users": "用户", "Users": "用户",

View File

@ -23,6 +23,7 @@
"Account": "帳號", "Account": "帳號",
"Account Activation Pending": "帳號待啟用", "Account Activation Pending": "帳號待啟用",
"Accurate information": "準確資訊", "Accurate information": "準確資訊",
"Action": "",
"Actions": "動作", "Actions": "動作",
"Activate": "啟用", "Activate": "啟用",
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "在對話輸入框中輸入 \"/{{COMMAND}}\" 來啟用此命令。", "Activate this command by typing \"/{{COMMAND}}\" to chat input.": "在對話輸入框中輸入 \"/{{COMMAND}}\" 來啟用此命令。",
@ -145,6 +146,7 @@
"Bad Response": "錯誤回應", "Bad Response": "錯誤回應",
"Banners": "橫幅", "Banners": "橫幅",
"Base Model (From)": "基礎模型(來自)", "Base Model (From)": "基礎模型(來自)",
"Base Model List Cache speeds up access by fetching base models only at startup or on settings save—faster, but may not show recent base model changes.": "",
"before": "之前", "before": "之前",
"Being lazy": "懶惰模式", "Being lazy": "懶惰模式",
"Beta": "測試", "Beta": "測試",
@ -157,7 +159,7 @@
"By {{name}}": "由 {{name}} 製作", "By {{name}}": "由 {{name}} 製作",
"Bypass Embedding and Retrieval": "繞過嵌入與檢索", "Bypass Embedding and Retrieval": "繞過嵌入與檢索",
"Bypass Web Loader": "繞過網頁載入器", "Bypass Web Loader": "繞過網頁載入器",
"Cache Model List": "", "Cache Base Model List": "",
"Calendar": "日曆", "Calendar": "日曆",
"Call": "通話", "Call": "通話",
"Call feature is not supported when using Web STT engine": "使用網頁語音辨識 (Web STT) 引擎時不支援通話功能", "Call feature is not supported when using Web STT engine": "使用網頁語音辨識 (Web STT) 引擎時不支援通話功能",
@ -232,6 +234,7 @@
"ComfyUI Workflow": "ComfyUI 工作流程", "ComfyUI Workflow": "ComfyUI 工作流程",
"ComfyUI Workflow Nodes": "ComfyUI 工作流程節點", "ComfyUI Workflow Nodes": "ComfyUI 工作流程節點",
"Command": "命令", "Command": "命令",
"Comment": "",
"Completions": "自動完成", "Completions": "自動完成",
"Concurrent Requests": "平行請求", "Concurrent Requests": "平行請求",
"Configure": "設定", "Configure": "設定",
@ -345,6 +348,7 @@
"Direct Connections": "直接連線", "Direct Connections": "直接連線",
"Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "直接連線允許使用者連線至自有或其他與 OpenAI API 相容的端點。", "Direct Connections allow users to connect to their own OpenAI compatible API endpoints.": "直接連線允許使用者連線至自有或其他與 OpenAI API 相容的端點。",
"Direct Tool Servers": "直連工具伺服器", "Direct Tool Servers": "直連工具伺服器",
"Disable Code Interpreter": "",
"Disable Image Extraction": "停用圖片擷取", "Disable Image Extraction": "停用圖片擷取",
"Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "停用從 PDF 擷取圖片。若啟用「使用 LLM」圖片將自動新增說明。預設為 False。", "Disable image extraction from the PDF. If Use LLM is enabled, images will be automatically captioned. Defaults to False.": "停用從 PDF 擷取圖片。若啟用「使用 LLM」圖片將自動新增說明。預設為 False。",
"Disabled": "已停用", "Disabled": "已停用",
@ -358,7 +362,6 @@
"Discover, download, and explore custom prompts": "發掘、下載及探索自訂提示詞", "Discover, download, and explore custom prompts": "發掘、下載及探索自訂提示詞",
"Discover, download, and explore custom tools": "發掘、下載及探索自訂工具", "Discover, download, and explore custom tools": "發掘、下載及探索自訂工具",
"Discover, download, and explore model presets": "發掘、下載及探索模型預設集", "Discover, download, and explore model presets": "發掘、下載及探索模型預設集",
"Dismissible": "可忽略",
"Display": "顯示", "Display": "顯示",
"Display Emoji in Call": "在通話中顯示表情符號", "Display Emoji in Call": "在通話中顯示表情符號",
"Display the username instead of You in the Chat": "在對話中顯示使用者名稱,而非「您」", "Display the username instead of You in the Chat": "在對話中顯示使用者名稱,而非「您」",
@ -411,6 +414,8 @@
"Edit Memory": "編輯記憶", "Edit Memory": "編輯記憶",
"Edit User": "編輯使用者", "Edit User": "編輯使用者",
"Edit User Group": "編輯使用者群組", "Edit User Group": "編輯使用者群組",
"Edited": "",
"Editing": "",
"Eject": "卸載", "Eject": "卸載",
"ElevenLabs": "ElevenLabs", "ElevenLabs": "ElevenLabs",
"Email": "Email", "Email": "Email",
@ -611,6 +616,7 @@
"File Upload": "檔案上傳", "File Upload": "檔案上傳",
"File uploaded successfully": "成功上傳檔案", "File uploaded successfully": "成功上傳檔案",
"Files": "檔案", "Files": "檔案",
"Filter": "",
"Filter is now globally disabled": "篩選器已全域停用", "Filter is now globally disabled": "篩選器已全域停用",
"Filter is now globally enabled": "篩選器已全域啟用", "Filter is now globally enabled": "篩選器已全域啟用",
"Filters": "篩選器", "Filters": "篩選器",
@ -658,6 +664,7 @@
"Generate prompt pair": "生成提示配對", "Generate prompt pair": "生成提示配對",
"Generating search query": "正在生成搜尋查詢", "Generating search query": "正在生成搜尋查詢",
"Generating...": "正在生成...", "Generating...": "正在生成...",
"Get information on {{name}} in the UI": "",
"Get started": "開始使用", "Get started": "開始使用",
"Get started with {{WEBUI_NAME}}": "開始使用 {{WEBUI_NAME}}", "Get started with {{WEBUI_NAME}}": "開始使用 {{WEBUI_NAME}}",
"Global": "全域", "Global": "全域",
@ -724,6 +731,9 @@
"Info": "資訊", "Info": "資訊",
"Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "將完整內容注入為上下文以進行全面處理,建議用於複雜查詢。", "Inject the entire content as context for comprehensive processing, this is recommended for complex queries.": "將完整內容注入為上下文以進行全面處理,建議用於複雜查詢。",
"Input commands": "輸入命令", "Input commands": "輸入命令",
"Input Variables": "",
"Insert": "",
"Insert Prompt as Rich Text": "",
"Install from Github URL": "從 GitHub URL 安裝", "Install from Github URL": "從 GitHub URL 安裝",
"Instant Auto-Send After Voice Transcription": "語音轉錄後立即自動傳送", "Instant Auto-Send After Voice Transcription": "語音轉錄後立即自動傳送",
"Integration": "整合", "Integration": "整合",
@ -841,7 +851,6 @@
"Model Filtering": "模型篩選", "Model Filtering": "模型篩選",
"Model ID": "模型 ID", "Model ID": "模型 ID",
"Model IDs": "模型 IDs", "Model IDs": "模型 IDs",
"Model List Cache speeds up access by fetching models only at startup or on settings save—faster, but may not show recent model changes.": "",
"Model Name": "模型名稱", "Model Name": "模型名稱",
"Model not selected": "未選取模型", "Model not selected": "未選取模型",
"Model Params": "模型參數", "Model Params": "模型參數",
@ -972,6 +981,7 @@
"Pin": "釘選", "Pin": "釘選",
"Pinned": "已釘選", "Pinned": "已釘選",
"Pioneer insights": "先驅見解", "Pioneer insights": "先驅見解",
"Pipe": "",
"Pipeline deleted successfully": "成功刪除管線", "Pipeline deleted successfully": "成功刪除管線",
"Pipeline downloaded successfully": "成功下載管線", "Pipeline downloaded successfully": "成功下載管線",
"Pipelines": "管線", "Pipelines": "管線",
@ -1037,8 +1047,12 @@
"Releases": "版本資訊", "Releases": "版本資訊",
"Relevance": "相關性", "Relevance": "相關性",
"Relevance Threshold": "相關性閾值", "Relevance Threshold": "相關性閾值",
"Remember Dismissal": "",
"Remove": "移除", "Remove": "移除",
"Remove {{MODELID}} from list.": "", "Remove {{MODELID}} from list.": "",
"Remove file": "",
"Remove File": "",
"Remove image": "",
"Remove Model": "移除模型", "Remove Model": "移除模型",
"Remove this tag from list": "", "Remove this tag from list": "",
"Rename": "重新命名", "Rename": "重新命名",
@ -1051,6 +1065,7 @@
"Reset Upload Directory": "重設上傳目錄", "Reset Upload Directory": "重設上傳目錄",
"Reset Vector Storage/Knowledge": "重設向量儲存或知識", "Reset Vector Storage/Knowledge": "重設向量儲存或知識",
"Reset view": "重設檢視", "Reset view": "重設檢視",
"Response": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "無法啟用回應通知,因為網站權限已遭拒。請前往瀏覽器設定以授予必要存取權限。", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "無法啟用回應通知,因為網站權限已遭拒。請前往瀏覽器設定以授予必要存取權限。",
"Response splitting": "回應分割", "Response splitting": "回應分割",
"Response Watermark": "回應浮水印", "Response Watermark": "回應浮水印",
@ -1155,6 +1170,7 @@
"Show \"What's New\" modal on login": "登入時顯示「新功能」對話框", "Show \"What's New\" modal on login": "登入時顯示「新功能」對話框",
"Show Admin Details in Account Pending Overlay": "在帳號待審覆蓋層中顯示管理員詳細資訊", "Show Admin Details in Account Pending Overlay": "在帳號待審覆蓋層中顯示管理員詳細資訊",
"Show All": "顯示全部", "Show All": "顯示全部",
"Show image preview": "",
"Show Less": "顯示較少", "Show Less": "顯示較少",
"Show Model": "顯示模型", "Show Model": "顯示模型",
"Show shortcuts": "顯示快捷鍵", "Show shortcuts": "顯示快捷鍵",
@ -1238,6 +1254,7 @@
"This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "此頻道建立於 {{createdAt}}。這是 {{channelName}} 頻道的起點。", "This channel was created on {{createdAt}}. This is the very beginning of the {{channelName}} channel.": "此頻道建立於 {{createdAt}}。這是 {{channelName}} 頻道的起點。",
"This chat won't appear in history and your messages will not be saved.": "此對話不會出現在歷史記錄中,且您的訊息將不被儲存。", "This chat won't appear in history and your messages will not be saved.": "此對話不會出現在歷史記錄中,且您的訊息將不被儲存。",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "這確保您寶貴的對話會安全地儲存到您的後端資料庫。謝謝!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "這確保您寶貴的對話會安全地儲存到您的後端資料庫。謝謝!",
"This feature is experimental and may be modified or discontinued without notice.": "",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "這是一個實驗性功能,它可能無法如預期運作,並且可能會隨時變更。", "This is an experimental feature, it may not function as expected and is subject to change at any time.": "這是一個實驗性功能,它可能無法如預期運作,並且可能會隨時變更。",
"This model is not publicly available. Please select another model.": "此模型未開放公眾使用,請選擇其他模型。", "This model is not publicly available. Please select another model.": "此模型未開放公眾使用,請選擇其他模型。",
"This option controls how long the model will stay loaded into memory following the request (default: 5m)": "", "This option controls how long the model will stay loaded into memory following the request (default: 5m)": "",
@ -1346,6 +1363,7 @@
"user": "使用者", "user": "使用者",
"User": "使用者", "User": "使用者",
"User location successfully retrieved.": "成功取得使用者位置。", "User location successfully retrieved.": "成功取得使用者位置。",
"User menu": "",
"User Webhooks": "使用者 Webhooks", "User Webhooks": "使用者 Webhooks",
"Username": "使用者名稱", "Username": "使用者名稱",
"Users": "使用者", "Users": "使用者",