From d11fba2dfd2496b46aec8a89e090056893c7c86c Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 7 Oct 2025 15:23:46 -0500 Subject: [PATCH] chore: format --- .../components/chat/Messages/CodeBlock.svelte | 2 +- src/lib/i18n/locales/ar-BH/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/ar/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/bg-BG/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/bn-BD/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/bo-TB/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/bs-BA/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/ca-ES/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/ceb-PH/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/cs-CZ/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/da-DK/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/de-DE/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/dg-DG/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/el-GR/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/en-GB/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/en-US/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/es-ES/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/et-EE/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/eu-ES/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/fa-IR/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/fi-FI/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/fr-CA/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/fr-FR/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/gl-ES/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/he-IL/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/hi-IN/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/hr-HR/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/hu-HU/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/id-ID/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/ie-GA/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/it-IT/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/ja-JP/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/ka-GE/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/kab-DZ/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/ko-KR/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/lt-LT/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/ms-MY/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/nb-NO/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/nl-NL/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/pa-IN/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/pl-PL/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/pt-BR/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/pt-PT/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/ro-RO/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/ru-RU/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/sk-SK/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/sr-RS/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/sv-SE/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/th-TH/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/tk-TM/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/tr-TR/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/ug-CN/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/uk-UA/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/ur-PK/translation.json | 32 ++++++++++++++----- .../i18n/locales/uz-Cyrl-UZ/translation.json | 32 ++++++++++++++----- .../i18n/locales/uz-Latn-Uz/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/vi-VN/translation.json | 32 ++++++++++++++----- src/lib/i18n/locales/zh-CN/translation.json | 31 ++++++++++++------ src/lib/i18n/locales/zh-TW/translation.json | 31 ++++++++++++------ 59 files changed, 1389 insertions(+), 467 deletions(-) diff --git a/src/lib/components/chat/Messages/CodeBlock.svelte b/src/lib/components/chat/Messages/CodeBlock.svelte index 7322773d80..f083f8816f 100644 --- a/src/lib/components/chat/Messages/CodeBlock.svelte +++ b/src/lib/components/chat/Messages/CodeBlock.svelte @@ -332,7 +332,7 @@ console.error('Failed to render mermaid diagram:', error); const errorMsg = error instanceof Error ? error.message : String(error); toast.error($i18n.t('Failed to render diagram') + `: ${errorMsg}`); - mermaidHtml = null; + mermaidHtml = null; } } else if ( (lang === 'vega' || lang === 'vega-lite') && diff --git a/src/lib/i18n/locales/ar-BH/translation.json b/src/lib/i18n/locales/ar-BH/translation.json index e43e42eb0e..361a069357 100644 --- a/src/lib/i18n/locales/ar-BH/translation.json +++ b/src/lib/i18n/locales/ar-BH/translation.json @@ -65,6 +65,7 @@ "Add User Group": "", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "سيؤدي ضبط هذه الإعدادات إلى تطبيق التغييرات بشكل عام على كافة المستخدمين", "admin": "المشرف", "Admin": "", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "", "Create Knowledge": "", + "Create Model": "", "Create new key": "عمل مفتاح جديد", "Create new secret key": "عمل سر جديد", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "أنشئت في", "Created At": "أنشئت من", "Created by": "", + "Created by you": "", "CSV Import": "", "Ctrl+Enter to Send": "", "Current Model": "الموديل المختار", @@ -396,6 +399,7 @@ "Delete function?": "", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "", "delete this link": "أحذف هذا الرابط", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "ادخل معلومات عنك تريد أن يتذكرها الموديل", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "", "Export Chats": "تصدير جميع الدردشات", "Export Config to JSON File": "", - "Export Functions": "", - "Export Models": "نماذج التصدير", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "مطالبات التصدير", "Export to CSV": "", - "Export Tools": "", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "فشل في قراءة محتويات الحافظة", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "فشل في حفظ المحادثة", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "التركيز على إدخال الدردشة", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": " {{name}} مرحبا", "Help": "مساعدة", @@ -841,14 +848,10 @@ "Import Chats": "استيراد الدردشات", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "", - "Import Models": "استيراد النماذج", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "مطالبات الاستيراد", "Import successful": "", - "Import Tools": "", "Important Update": "تحديث مهم", "In order to force OCR, performing OCR must be enabled.": "", "Include": "", @@ -876,6 +879,7 @@ "Invalid file format.": "", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "تاق غير صالحة", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "دردشة جديدة", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "كلمة المرور الجديدة", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "", "No feedbacks found": "", "No file selected": "", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "لا توجد نتائج", "No results found": "لا توجد نتايج", "No search query generated": "لم يتم إنشاء استعلام بحث", "No source available": "لا يوجد مصدر متاح", "No sources found": "", "No suggestion prompts": "لا توجد مطالبات مقترحة", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Ollama.com \"{{searchValue}}\" أسحب من ", "Pull a model from Ollama.com": "Ollama.com سحب الموديل من ", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1376,6 +1387,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "", "Select only one model to call": "", + "Select view": "", "Selected model(s) do not support image inputs": "النموذج (النماذج) المحددة لا تدعم مدخلات الصور", "semantic": "", "Send": "تم", @@ -1416,6 +1428,7 @@ "Share Chat": "مشاركة الدردشة", "Share to Open WebUI Community": "OpenWebUI شارك في مجتمع", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "عرض", @@ -1483,6 +1496,7 @@ "System Instructions": "", "System Prompt": "محادثة النظام", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "", @@ -1594,6 +1608,7 @@ "Transformers": "", "Trouble accessing Ollama?": "هل تواجه مشكلة في الوصول", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "", "TTS Settings": "TTS اعدادات", @@ -1630,6 +1645,7 @@ "Upload directory": "", "Upload files": "", "Upload Files": "تحميل الملفات", + "Upload Model": "", "Upload Pipeline": "", "Upload Progress": "جاري التحميل", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/ar/translation.json b/src/lib/i18n/locales/ar/translation.json index 2a7e407df3..2bd070d823 100644 --- a/src/lib/i18n/locales/ar/translation.json +++ b/src/lib/i18n/locales/ar/translation.json @@ -65,6 +65,7 @@ "Add User Group": "إضافة مجموعة مستخدمين", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "تعديل هذه الإعدادات سيطبق التغييرات على جميع المستخدمين بشكل عام.", "admin": "المسؤول", "Admin": "المسؤول", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "إنشاء مجموعة", "Create Knowledge": "إنشاء معرفة", + "Create Model": "", "Create new key": "إنشاء مفتاح جديد", "Create new secret key": "إنشاء مفتاح سري جديد", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "تم الإنشاء في", "Created At": "تاريخ الإنشاء", "Created by": "تم الإنشاء بواسطة", + "Created by you": "", "CSV Import": "استيراد CSV", "Ctrl+Enter to Send": "اضغط Ctrl+Enter للإرسال", "Current Model": "النموذج الحالي", @@ -396,6 +399,7 @@ "Delete function?": "هل تريد حذف الوظيفة؟", "Delete Message": "حذف الرسالة", "Delete message?": "هل تريد حذف الرسالة؟", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "هل تريد حذف الموجه؟", "delete this link": "أحذف هذا الرابط", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "ادخل معلومات عنك تريد أن يتذكرها الموديل", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "أدخل سلسلة توثيق API (مثال: username:password)", "Enter Application DN": "أدخل DN التطبيق", "Enter Application DN Password": "أدخل كلمة مرور DN التطبيق", @@ -667,13 +674,9 @@ "Export chat (.json)": "تصدير المحادثة (.json)", "Export Chats": "تصدير جميع الدردشات", "Export Config to JSON File": "تصدير الإعدادات إلى ملف JSON", - "Export Functions": "تصدير الوظائف", - "Export Models": "نماذج التصدير", "Export Presets": "تصدير الإعدادات المسبقة", "Export Prompt Suggestions": "", - "Export Prompts": "مطالبات التصدير", "Export to CSV": "تصدير إلى CSV", - "Export Tools": "تصدير الأدوات", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "فشل في قراءة محتويات الحافظة", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "فشل في حفظ المحادثة", "Failed to save models configuration": "فشل في حفظ إعدادات النماذج", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "التركيز على إدخال الدردشة", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "تم حذف المجلد بنجاح", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "الاهتزاز اللمسي", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": " {{name}} مرحبا", "Help": "مساعدة", @@ -841,14 +848,10 @@ "Import Chats": "استيراد الدردشات", "Import Config from JSON File": "استيراد الإعدادات من ملف JSON", "Import From Link": "", - "Import Functions": "استيراد الوظائف", - "Import Models": "استيراد النماذج", "Import Notes": "", "Import Presets": "استيراد الإعدادات المسبقة", "Import Prompt Suggestions": "", - "Import Prompts": "مطالبات الاستيراد", "Import successful": "", - "Import Tools": "استيراد الأدوات", "Important Update": "تحديث مهم", "In order to force OCR, performing OCR must be enabled.": "", "Include": "تضمين", @@ -876,6 +879,7 @@ "Invalid file format.": "تنسيق ملف غير صالح.", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "تاق غير صالحة", "is typing...": "يكتب...", @@ -1034,8 +1038,11 @@ "New Chat": "دردشة جديدة", "New Folder": "مجلد جديد", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "كلمة المرور الجديدة", + "New Prompt": "", "New Tool": "", "new-channel": "قناة جديدة", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "لا توجد مسافة متاحة", "No feedbacks found": "لم يتم العثور على ملاحظات", "No file selected": "لم يتم تحديد ملف", + "No functions found": "", "No groups with access, add a group to grant access": "لا توجد مجموعات لها حق الوصول، أضف مجموعة لمنح الوصول", "No HTML, CSS, or JavaScript content found.": "لم يتم العثور على محتوى HTML أو CSS أو JavaScript.", "No inference engine with management support found": "لم يتم العثور على محرك استدلال يدعم الإدارة", @@ -1061,12 +1069,14 @@ "No models selected": "لم يتم اختيار نماذج", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "لا توجد نتائج", "No results found": "لا توجد نتايج", "No search query generated": "لم يتم إنشاء استعلام بحث", "No source available": "لا يوجد مصدر متاح", "No sources found": "", "No suggestion prompts": "لا توجد مطالبات مقترحة", + "No tools found": "", "No users were found.": "لم يتم العثور على مستخدمين.", "No valves": "", "No valves to update": "لا توجد صمامات للتحديث", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Ollama.com \"{{searchValue}}\" أسحب من ", "Pull a model from Ollama.com": "Ollama.com سحب الموديل من ", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "توجيه إنشاء الاستعلام", "Querying": "", @@ -1376,6 +1387,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "اختر المعرفة", "Select only one model to call": "اختر نموذجًا واحدًا فقط للاستدعاء", + "Select view": "", "Selected model(s) do not support image inputs": "النموذج (النماذج) المحددة لا تدعم مدخلات الصور", "semantic": "", "Send": "تم", @@ -1416,6 +1428,7 @@ "Share Chat": "مشاركة الدردشة", "Share to Open WebUI Community": "OpenWebUI شارك في مجتمع", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "عرض", @@ -1483,6 +1496,7 @@ "System Instructions": "تعليمات النظام", "System Prompt": "محادثة النظام", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "إنشاء الوسوم", "Tags Generation Prompt": "توجيه إنشاء الوسوم", @@ -1594,6 +1608,7 @@ "Transformers": "Transformers", "Trouble accessing Ollama?": "هل تواجه مشكلة في الوصول", "Trust Proxy Environment": "بيئة البروكسي الموثوقة", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "نموذج تحويل النص إلى كلام (TTS)", "TTS Settings": "TTS اعدادات", @@ -1630,6 +1645,7 @@ "Upload directory": "رفع مجلد", "Upload files": "رفع ملفات", "Upload Files": "تحميل الملفات", + "Upload Model": "", "Upload Pipeline": "رفع خط المعالجة", "Upload Progress": "جاري التحميل", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/bg-BG/translation.json b/src/lib/i18n/locales/bg-BG/translation.json index dcdde2fc5c..6d5a12a9f1 100644 --- a/src/lib/i18n/locales/bg-BG/translation.json +++ b/src/lib/i18n/locales/bg-BG/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Добавяне на потребителска група", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "При промяна на тези настройки промените се прилагат за всички потребители.", "admin": "админ", "Admin": "Администратор", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Създаване на група", "Create Knowledge": "Създаване на знания", + "Create Model": "", "Create new key": "Създаване на нов ключ", "Create new secret key": "Създаване на нов секретен ключ", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Създадено на", "Created At": "Създадено на", "Created by": "Създадено от", + "Created by you": "", "CSV Import": "Импортиране на CSV", "Ctrl+Enter to Send": "", "Current Model": "Текущ модел", @@ -396,6 +399,7 @@ "Delete function?": "Изтриване на функцията?", "Delete Message": "Изтриване на съобщение", "Delete message?": "Изтриване на съобщението?", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "Изтриване на промпта?", "delete this link": "Изтриване на този линк", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Въведете подробности за себе си, за да ги запомнят вашите LLMs", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Въведете низ за удостоверяване на API (напр. потребителско_име:парола)", "Enter Application DN": "Въведете DN на приложението", "Enter Application DN Password": "Въведете парола за DN на приложението", @@ -667,13 +674,9 @@ "Export chat (.json)": "Експортиране на чат (.json)", "Export Chats": "Експортване на чатове", "Export Config to JSON File": "Експортиране на конфигурацията в JSON файл", - "Export Functions": "Експортиране на функции", - "Export Models": "Експортиране на модели", "Export Presets": "Експортиране на предварителни настройки", "Export Prompt Suggestions": "", - "Export Prompts": "Експортване на промптове", "Export to CSV": "Експортиране в CSV", - "Export Tools": "Експортиране на инструменти", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Грешка при четене на съдържанието от клипборда", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Неуспешно запазване на разговора", "Failed to save models configuration": "Неуспешно запазване на конфигурацията на моделите", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Фокусиране на чат вход", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Папката е изтрита успешно", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Тактилна обратна връзка", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Здравей, {{name}}", "Help": "Помощ", @@ -841,14 +848,10 @@ "Import Chats": "Импортване на чатове", "Import Config from JSON File": "Импортиране на конфигурация от JSON файл", "Import From Link": "", - "Import Functions": "Импортиране на функции", - "Import Models": "Импортиране на модели", "Import Notes": "", "Import Presets": "Импортиране на предварителни настройки", "Import Prompt Suggestions": "", - "Import Prompts": "Импортване на промптове", "Import successful": "", - "Import Tools": "Импортиране на инструменти", "Important Update": "Важна актуализация", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Включи", @@ -876,6 +879,7 @@ "Invalid file format.": "Невалиден формат на файла.", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Невалиден таг", "is typing...": "пише...", @@ -1034,8 +1038,11 @@ "New Chat": "Нов чат", "New Folder": "Нова папка", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "Нова бележка", "New Password": "Нова парола", + "New Prompt": "", "New Tool": "", "new-channel": "нов-канал", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "Няма налично разстояние", "No feedbacks found": "Не са намерени обратни връзки", "No file selected": "Не е избран файл", + "No functions found": "", "No groups with access, add a group to grant access": "Няма групи с достъп, добавете група, за да предоставите достъп", "No HTML, CSS, or JavaScript content found.": "Не е намерено HTML, CSS или JavaScript съдържание.", "No inference engine with management support found": "Не е намерен механизъм за извод с поддръжка на управлението", @@ -1061,12 +1069,14 @@ "No models selected": "Няма избрани модели", "No Notes": "Няма бележки", "No notes found": "", + "No prompts found": "", "No results": "Няма намерени резултати", "No results found": "Няма намерени резултати", "No search query generated": "Не е генерирана заявка за търсене", "No source available": "Няма наличен източник", "No sources found": "", "No suggestion prompts": "Няма предложени подсказки", + "No tools found": "", "No users were found.": "Не са намерени потребители.", "No valves": "", "No valves to update": "Няма клапани за актуализиране", @@ -1225,6 +1235,7 @@ "Public": "Публично", "Pull \"{{searchValue}}\" from Ollama.com": "Извади \"{{searchValue}}\" от Ollama.com", "Pull a model from Ollama.com": "Издърпайте модела от Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Промпт за генериране на запитвания", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Изберете знание", "Select only one model to call": "Изберете само един модел за извикване", + "Select view": "", "Selected model(s) do not support image inputs": "Избраният(те) модел(и) не поддържа въвеждане на изображения", "semantic": "", "Send": "Изпрати", @@ -1412,6 +1424,7 @@ "Share Chat": "Подели Чат", "Share to Open WebUI Community": "Споделете с OpenWebUI Общността", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "Права за споделяне", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Покажи", @@ -1479,6 +1492,7 @@ "System Instructions": "Системни инструкции", "System Prompt": "Системен Промпт", "Table Mode": "", + "Tag": "", "Tags": "Тагове", "Tags Generation": "Генериране на тагове", "Tags Generation Prompt": "Промпт за генериране на тагове", @@ -1590,6 +1604,7 @@ "Transformers": "Трансформатори", "Trouble accessing Ollama?": "Проблеми с достъпа до Ollama?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "TTS Модел", "TTS Settings": "TTS Настройки", @@ -1626,6 +1641,7 @@ "Upload directory": "Качване на директория", "Upload files": "Качване на файлове", "Upload Files": "Качване на файлове", + "Upload Model": "", "Upload Pipeline": "Качване на конвейер", "Upload Progress": "Прогрес на качването", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/bn-BD/translation.json b/src/lib/i18n/locales/bn-BD/translation.json index 4fe95f817b..1b6f2df250 100644 --- a/src/lib/i18n/locales/bn-BD/translation.json +++ b/src/lib/i18n/locales/bn-BD/translation.json @@ -65,6 +65,7 @@ "Add User Group": "", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "এই সেটিংগুলো পরিবর্তন করলে তা সব ইউজারের উপরেই প্রয়োগ করা হবে", "admin": "এডমিন", "Admin": "", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "", "Create Knowledge": "", + "Create Model": "", "Create new key": "একটি নতুন কী তৈরি করুন", "Create new secret key": "একটি নতুন সিক্রেট কী তৈরি করুন", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "নির্মানকাল", "Created At": "নির্মানকাল", "Created by": "", + "Created by you": "", "CSV Import": "", "Ctrl+Enter to Send": "", "Current Model": "বর্তমান মডেল", @@ -396,6 +399,7 @@ "Delete function?": "", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "", "delete this link": "এই লিংক মুছে ফেলুন", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "আপনার এলএলএমগুলি স্মরণ করার জন্য নিজের সম্পর্কে একটি বিশদ লিখুন", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "", "Export Chats": "চ্যাটগুলো এক্সপোর্ট করুন", "Export Config to JSON File": "", - "Export Functions": "", - "Export Models": "রপ্তানি মডেল", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "প্রম্পটগুলো একপোর্ট করুন", "Export to CSV": "", - "Export Tools": "", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "ক্লিপবোর্ডের বিষয়বস্তু পড়া সম্ভব হয়নি", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "কথোপকথন সংরক্ষণ করতে ব্যর্থ", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "চ্যাট ইনপুট ফোকাস করুন", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "হ্যালো, {{name}}", "Help": "সহায়তা", @@ -841,14 +848,10 @@ "Import Chats": "চ্যাটগুলি ইমপোর্ট করুন", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "", - "Import Models": "মডেল আমদানি করুন", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "প্রম্পটগুলো ইমপোর্ট করুন", "Import successful": "", - "Import Tools": "", "Important Update": "গুরুত্বপূর্ণ আপডেট", "In order to force OCR, performing OCR must be enabled.": "", "Include": "", @@ -876,6 +879,7 @@ "Invalid file format.": "", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "অবৈধ ট্যাগ", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "নতুন চ্যাট", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "নতুন পাসওয়ার্ড", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "", "No feedbacks found": "", "No file selected": "", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "কোন ফলাফল পাওয়া যায়নি", "No results found": "কোন ফলাফল পাওয়া যায়নি", "No search query generated": "কোনও অনুসন্ধান ক্যোয়ারী উত্পন্ন হয়নি", "No source available": "কোন উৎস পাওয়া যায়নি", "No sources found": "", "No suggestion prompts": "কোনো প্রস্তাবিত প্রম্পট নেই", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Ollama.com থেকে \"{{searchValue}}\" টানুন", "Pull a model from Ollama.com": "Ollama.com থেকে একটি টেনে আনুন আনুন", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "", "Select only one model to call": "", + "Select view": "", "Selected model(s) do not support image inputs": "নির্বাচিত মডেল(গুলি) চিত্র ইনপুট সমর্থন করে না", "semantic": "", "Send": "পাঠান", @@ -1412,6 +1424,7 @@ "Share Chat": "চ্যাট শেয়ার করুন", "Share to Open WebUI Community": "OpenWebUI কমিউনিটিতে শেয়ার করুন", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "দেখান", @@ -1479,6 +1492,7 @@ "System Instructions": "", "System Prompt": "সিস্টেম প্রম্পট", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "", @@ -1590,6 +1604,7 @@ "Transformers": "", "Trouble accessing Ollama?": "Ollama এক্সেস করতে সমস্যা হচ্ছে?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "", "TTS Settings": "TTS সেটিংসমূহ", @@ -1626,6 +1641,7 @@ "Upload directory": "", "Upload files": "", "Upload Files": "ফাইল আপলোড করুন", + "Upload Model": "", "Upload Pipeline": "", "Upload Progress": "আপলোড হচ্ছে", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/bo-TB/translation.json b/src/lib/i18n/locales/bo-TB/translation.json index b80e332eb7..e70ff018d5 100644 --- a/src/lib/i18n/locales/bo-TB/translation.json +++ b/src/lib/i18n/locales/bo-TB/translation.json @@ -65,6 +65,7 @@ "Add User Group": "བེད་སྤྱོད་མཁན་ཚོགས་པ་སྣོན་པ།", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "སྒྲིག་འགོད་འདི་དག་ལེགས་སྒྲིག་བྱས་ན་བེད་སྤྱོད་མཁན་ཡོངས་ལ་འགྱུར་བ་དེ་བཀོལ་སྤྱོད་བྱེད་ངེས།", "admin": "དོ་དམ་པ།", "Admin": "དོ་དམ་པ།", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "ཚོགས་པ་གསར་བཟོ།", "Create Knowledge": "ཤེས་བྱ་གསར་བཟོ།", + "Create Model": "", "Create new key": "ལྡེ་མིག་གསར་པ་བཟོ་བ།", "Create new secret key": "གསང་བའི་ལྡེ་མིག་གསར་པ་བཟོ་བ།", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "གསར་བཟོ་བྱེད་དུས།", "Created At": "གསར་བཟོ་བྱེད་དུས།", "Created by": "གསར་བཟོ་བྱེད་མཁན།", + "Created by you": "", "CSV Import": "CSV ནང་འདྲེན།", "Ctrl+Enter to Send": "Ctrl+Enter གཏོང་བ།", "Current Model": "ད་ལྟའི་དཔེ་དབྱིབས།", @@ -396,6 +399,7 @@ "Delete function?": "ལས་འགན་བསུབ་པ།?", "Delete Message": "འཕྲིན་བསུབ་པ།", "Delete message?": "འཕྲིན་བསུབ་པ།?", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "འགུལ་སློང་བསུབ་པ།?", "delete this link": "སྦྲེལ་ཐག་འདི་བསུབ་པ།", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "ཁྱེད་ཀྱི་ LLMs ཡིས་ཕྱིར་དྲན་ཆེད་དུ་ཁྱེད་རང་གི་སྐོར་གྱི་ཞིབ་ཕྲ་ཞིག་འཇུག་པ།", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "api auth ཡིག་ཕྲེང་འཇུག་པ། (དཔེར་ན། username:password)", "Enter Application DN": "Application DN འཇུག་པ།", "Enter Application DN Password": "Application DN གསང་གྲངས་འཇུག་པ།", @@ -667,13 +674,9 @@ "Export chat (.json)": "ཁ་བརྡ་ཕྱིར་གཏོང་ (.json)", "Export Chats": "ཁ་བརྡ་ཕྱིར་གཏོང་།", "Export Config to JSON File": "སྒྲིག་འགོད་ JSON ཡིག་ཆར་ཕྱིར་གཏོང་།", - "Export Functions": "ལས་འགན་ཕྱིར་གཏོང་།", - "Export Models": "དཔེ་དབྱིབས་ཕྱིར་གཏོང་།", "Export Presets": "སྔོན་སྒྲིག་ཕྱིར་གཏོང་།", "Export Prompt Suggestions": "", - "Export Prompts": "འགུལ་སློང་ཕྱིར་གཏོང་།", "Export to CSV": "CSV ལ་ཕྱིར་གཏོང་།", - "Export Tools": "ལག་ཆ་ཕྱིར་གཏོང་།", "Export Users": "", "External": "ཕྱི་རོལ།", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "སྦྱར་སྡེར་གྱི་ནང་དོན་ཀློག་མ་ཐུབ།", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "གླེང་མོལ་ཉར་ཚགས་བྱེད་མ་ཐུབ།", "Failed to save models configuration": "དཔེ་དབྱིབས་སྒྲིག་འགོད་ཉར་ཚགས་བྱེད་མ་ཐུབ།", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "ཁ་བརྡའི་ནང་འཇུག་ལ་དམིགས་པ།", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "ཡིག་སྣོད་ལེགས་པར་བསུབས་ཟིན།", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "འདར་འཕྲུལ་གྱི་བསམ་འཆར།", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "བཀྲ་ཤིས་བདེ་ལེགས། {{name}}", "Help": "རོགས་རམ།", @@ -841,14 +848,10 @@ "Import Chats": "ཁ་བརྡ་ནང་འདྲེན།", "Import Config from JSON File": "JSON ཡིག་ཆ་ནས་སྒྲིག་འགོད་ནང་འདྲེན།", "Import From Link": "", - "Import Functions": "ལས་འགན་ནང་འདྲེན།", - "Import Models": "དཔེ་དབྱིབས་ནང་འདྲེན།", "Import Notes": "", "Import Presets": "སྔོན་སྒྲིག་ནང་འདྲེན།", "Import Prompt Suggestions": "", - "Import Prompts": "འགུལ་སློང་ནང་འདྲེན།", "Import successful": "", - "Import Tools": "ལག་ཆ་ནང་འདྲེན།", "Important Update": "གལ་ཆེ་པའི་གསར་སྒྱུར་", "In order to force OCR, performing OCR must be enabled.": "", "Include": "ཚུད་པ།", @@ -876,6 +879,7 @@ "Invalid file format.": "ཡིག་ཆའི་བཀོད་པ་ནུས་མེད།", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "རྟགས་ནུས་མེད།", "is typing...": "ཡིག་འབྲུ་རྒྱག་བཞིན་པ།...", @@ -1034,8 +1038,11 @@ "New Chat": "ཁ་བརྡ་གསར་པ།", "New Folder": "ཡིག་སྣོད་གསར་པ།", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "གསང་གྲངས་གསར་པ།", + "New Prompt": "", "New Tool": "", "new-channel": "བགྲོ་གླེང་གསར་པ།", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "ཐག་རིང་ཚད་མེད།", "No feedbacks found": "བསམ་འཆར་མ་རྙེད།", "No file selected": "ཡིག་ཆ་གདམ་ག་མ་བྱས།", + "No functions found": "", "No groups with access, add a group to grant access": "འཛུལ་སྤྱོད་ཡོད་པའི་ཚོགས་པ་མེད། འཛུལ་སྤྱོད་སྤྲོད་པར་ཚོགས་པ་ཞིག་སྣོན་པ།", "No HTML, CSS, or JavaScript content found.": "HTML, CSS, ཡང་ན་ JavaScript གི་ནང་དོན་མ་རྙེད།", "No inference engine with management support found": "དོ་དམ་རྒྱབ་སྐྱོར་ཡོད་པའི་དཔོག་རྩིས་འཕྲུལ་འཁོར་མ་རྙེད།", @@ -1061,12 +1069,14 @@ "No models selected": "དཔེ་དབྱིབས་གདམ་ག་མ་བྱས།", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "འབྲས་བུ་མ་རྙེད།", "No results found": "འབྲས་བུ་མ་རྙེད།", "No search query generated": "འཚོལ་བཤེར་འདྲི་བ་བཟོས་མེད།", "No source available": "འབྱུང་ཁུངས་མེད།", "No sources found": "", "No suggestion prompts": "གསལ་འདེབས་མེད།", + "No tools found": "", "No users were found.": "བེད་སྤྱོད་མཁན་མ་རྙེད།", "No valves": "", "No valves to update": "གསར་སྒྱུར་བྱེད་རྒྱུའི་ Valve མེད།", @@ -1225,6 +1235,7 @@ "Public": "སྤྱི་སྤྱོད།", "Pull \"{{searchValue}}\" from Ollama.com": "Ollama.com ནས་ \"{{searchValue}}\" འཐེན་པ།", "Pull a model from Ollama.com": "Ollama.com ནས་དཔེ་དབྱིབས་ཤིག་འཐེན་པ།", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "འདྲི་བ་བཟོ་སྐྲུན་གྱི་འགུལ་སློང་།", "Querying": "", @@ -1371,6 +1382,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "ཤེས་བྱ་གདམ་པ།", "Select only one model to call": "འབོད་པར་དཔེ་དབྱིབས་གཅིག་ཁོ་ན་གདམ་པ།", + "Select view": "", "Selected model(s) do not support image inputs": "གདམ་ཟིན་པའི་དཔེ་དབྱིབས་(ཚོ)ས་པར་གྱི་ནང་འཇུག་ལ་རྒྱབ་སྐྱོར་མི་བྱེད།", "semantic": "", "Send": "གཏོང་བ།", @@ -1411,6 +1423,7 @@ "Share Chat": "ཁ་བརྡ་མཉམ་སྤྱོད།", "Share to Open WebUI Community": "Open WebUI སྤྱི་ཚོགས་ལ་མཉམ་སྤྱོད།", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "མཉམ་སྤྱོད་དབང་ཚད།", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "སྟོན་པ།", @@ -1478,6 +1491,7 @@ "System Instructions": "མ་ལག་གི་ལམ་སྟོན།", "System Prompt": "མ་ལག་གི་འགུལ་སློང་།", "Table Mode": "", + "Tag": "", "Tags": "རྟགས།", "Tags Generation": "རྟགས་བཟོ་སྐྲུན།", "Tags Generation Prompt": "རྟགས་བཟོ་སྐྲུན་གྱི་འགུལ་སློང་།", @@ -1589,6 +1603,7 @@ "Transformers": "Transformers", "Trouble accessing Ollama?": "Ollama འཛུལ་སྤྱོད་སྐབས་དཀའ་ངལ་འཕྲད་དམ།", "Trust Proxy Environment": "Proxy ཁོར་ཡུག་ལ་ཡིད་ཆེས།", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "TTS དཔེ་དབྱིབས།", "TTS Settings": "TTS སྒྲིག་འགོད།", @@ -1625,6 +1640,7 @@ "Upload directory": "སྤར་བའི་ཐོ་འཚོལ།", "Upload files": "ཡིག་ཆ་སྤར་བ།", "Upload Files": "ཡིག་ཆ་སྤར་བ།", + "Upload Model": "", "Upload Pipeline": "རྒྱུ་ལམ་སྤར་བ།", "Upload Progress": "སྤར་བའི་འཕེལ་རིམ།", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/bs-BA/translation.json b/src/lib/i18n/locales/bs-BA/translation.json index 6581260733..2c5e070d32 100644 --- a/src/lib/i18n/locales/bs-BA/translation.json +++ b/src/lib/i18n/locales/bs-BA/translation.json @@ -65,6 +65,7 @@ "Add User Group": "", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Podešavanje će se primijeniti univerzalno na sve korisnike.", "admin": "administrator", "Admin": "Admin", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "", "Create Knowledge": "", + "Create Model": "", "Create new key": "Stvori novi ključ", "Create new secret key": "Stvori novi tajni ključ", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Stvoreno", "Created At": "Stvoreno", "Created by": "", + "Created by you": "", "CSV Import": "", "Ctrl+Enter to Send": "", "Current Model": "Trenutni model", @@ -396,6 +399,7 @@ "Delete function?": "", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "", "delete this link": "izbriši ovu vezu", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Unesite pojedinosti o sebi da bi učitali memoriju u LLM", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "Izvoz četa (.json)", "Export Chats": "Izvoz razgovora", "Export Config to JSON File": "", - "Export Functions": "", - "Export Models": "Izvoz modela", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "Izvoz prompta", "Export to CSV": "", - "Export Tools": "Izvoz alata", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Neuspješno čitanje sadržaja međuspremnika", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Neuspješno spremanje razgovora", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Fokusiraj unos razgovora", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Bok, {{name}}", "Help": "Pomoć", @@ -841,14 +848,10 @@ "Import Chats": "Uvoz razgovora", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "", - "Import Models": "Uvoz modela", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "Uvoz prompta", "Import successful": "", - "Import Tools": "Uvoz alata", "Important Update": "Važno ažuriranje", "In order to force OCR, performing OCR must be enabled.": "", "Include": "", @@ -876,6 +879,7 @@ "Invalid file format.": "", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Nevažeća oznaka", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "Novi razgovor", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Nova lozinka", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "", "No feedbacks found": "", "No file selected": "", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Nema rezultata", "No results found": "Nema rezultata", "No search query generated": "Nije generiran upit za pretraživanje", "No source available": "Nema dostupnog izvora", "No sources found": "", "No suggestion prompts": "Nema predloženih prompta", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Povucite \"{{searchValue}}\" s Ollama.com", "Pull a model from Ollama.com": "Povucite model s Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1373,6 +1384,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "", "Select only one model to call": "Odaberite samo jedan model za poziv", + "Select view": "", "Selected model(s) do not support image inputs": "Odabrani modeli ne podržavaju unose slika", "semantic": "", "Send": "Pošalji", @@ -1413,6 +1425,7 @@ "Share Chat": "Podijeli razgovor", "Share to Open WebUI Community": "Podijeli u OpenWebUI zajednici", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Pokaži", @@ -1480,6 +1493,7 @@ "System Instructions": "", "System Prompt": "Sistemski prompt", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "", @@ -1591,6 +1605,7 @@ "Transformers": "", "Trouble accessing Ollama?": "Problemi s pristupom Ollama?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "TTS model", "TTS Settings": "TTS postavke", @@ -1627,6 +1642,7 @@ "Upload directory": "", "Upload files": "", "Upload Files": "Prijenos datoteka", + "Upload Model": "", "Upload Pipeline": "Prijenos kanala", "Upload Progress": "Napredak učitavanja", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json index 6c7e3b69e4..13177e1577 100644 --- a/src/lib/i18n/locales/ca-ES/translation.json +++ b/src/lib/i18n/locales/ca-ES/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Afegir grup d'usuaris", "Additional Config": "Configuració addicional", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "Opcions de configuració addicionals per al marcador. Hauria de ser una cadena JSON amb parelles clau-valor. Per exemple, '{\"key\": \"value\"}'. Les claus compatibles inclouen: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Si ajustes aquesta preferència, els canvis s'aplicaran de manera universal a tots els usuaris.", "admin": "administrador", "Admin": "Administrador", @@ -343,6 +344,7 @@ "Create Folder": "Crear carpeta", "Create Group": "Crear grup", "Create Knowledge": "Crear Coneixement", + "Create Model": "", "Create new key": "Crear una nova clau", "Create new secret key": "Crear una nova clau secreta", "Create Note": "Crea nota", @@ -350,6 +352,7 @@ "Created at": "Creat el", "Created At": "Creat el", "Created by": "Creat per", + "Created by you": "", "CSV Import": "Importar CSV", "Ctrl+Enter to Send": "Ctrl+Enter per enviar", "Current Model": "Model actual", @@ -396,6 +399,7 @@ "Delete function?": "Eliminar funció?", "Delete Message": "Eliminar el missatge", "Delete message?": "Eliminar el missatge?", + "Delete Model": "", "Delete note?": "Eliminar la nota?", "Delete prompt?": "Eliminar indicació?", "delete this link": "Eliminar aquest enllaç", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Introdueix un detall sobre tu què els teus models de llenguatge puguin recordar", "Enter a title for the pending user info overlay. Leave empty for default.": "Introdueix un títol per a la finestra de dades d'usuari pendent. Deixa buit per a valor per defecte.", "Enter a watermark for the response. Leave empty for none.": "Introdueix una marca d'aigua per a la resposta. Deixa-ho buit per a cap.", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Entra la cadena d'autenticació api (p. ex. nom d'usuari:contrasenya)", "Enter Application DN": "Introdueix el DN d'aplicació", "Enter Application DN Password": "Introdueix la contrasenya del DN d'aplicació", @@ -667,13 +674,9 @@ "Export chat (.json)": "Exportar el xat (.json)", "Export Chats": "Exportar els xats", "Export Config to JSON File": "Exportar la configuració a un arxiu JSON", - "Export Functions": "Exportar funcions", - "Export Models": "Exportar els models", "Export Presets": "Exportar les configuracions", "Export Prompt Suggestions": "Exportar els suggeriments d'indicació", - "Export Prompts": "Exportar les indicacions", "Export to CSV": "Exportar a CSV", - "Export Tools": "Exportar les eines", "Export Users": "Exportar els usuaris", "External": "Extern", "External Document Loader URL required.": "Fa falta la URL per a Document Loader", @@ -698,6 +701,7 @@ "Failed to load file content.": "No s'ha pogut carregar el contingut del fitxer", "Failed to move chat": "No s'ha pogut moure el xat", "Failed to read clipboard contents": "No s'ha pogut llegir el contingut del porta-retalls", + "Failed to render diagram": "", "Failed to save connections": "No s'han pogut desar les connexions", "Failed to save conversation": "No s'ha pogut desar la conversa", "Failed to save models configuration": "No s'ha pogut desar la configuració dels models", @@ -731,6 +735,7 @@ "Firecrawl API Key": "Clau API de Firecrawl", "Floating Quick Actions": "Accions ràpides flotants", "Focus chat input": "Estableix el focus a l'entrada del xat", + "Folder": "", "Folder Background Image": "Imatge del fons de la carpeta", "Folder deleted successfully": "Carpeta eliminada correctament", "Folder Name": "Nom de la carpeta", @@ -800,6 +805,8 @@ "H2": "H2", "H3": "H3", "Haptic Feedback": "Retorn hàptic", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "Alçada", "Hello, {{name}}": "Hola, {{name}}", "Help": "Ajuda", @@ -841,14 +848,10 @@ "Import Chats": "Importar xats", "Import Config from JSON File": "Importar la configuració des d'un arxiu JSON", "Import From Link": "Importar des d'un enllaç", - "Import Functions": "Importar funcions", - "Import Models": "Importar models", "Import Notes": "Importar nota", "Import Presets": "Importar configuracions", "Import Prompt Suggestions": "Importar suggeriments d'indicacions", - "Import Prompts": "Importar indicacions", "Import successful": "", - "Import Tools": "Importar eines", "Important Update": "Actualització important", "In order to force OCR, performing OCR must be enabled.": "Per forçar l'OCR, cal activar l'OCR.", "Include": "Incloure", @@ -876,6 +879,7 @@ "Invalid file format.": "Format d'arxiu no vàlid.", "Invalid JSON file": "Arxiu JSON no vàlid", "Invalid JSON format for ComfyUI Workflow.": "Arxiu JSON de Workflow ComfyUI no vàlid.", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "Format JSON no vàlid a la configuració addicional", "Invalid Tag": "Etiqueta no vàlida", "is typing...": "està escrivint...", @@ -1034,8 +1038,11 @@ "New Chat": "Nou xat", "New Folder": "Nova carpeta", "New Function": "Nova funció", + "New Knowledge": "", + "New Model": "", "New Note": "Nova nota", "New Password": "Nova contrasenya", + "New Prompt": "", "New Tool": "Nova eina", "new-channel": "nou-canal", "Next message": "Missatge següent", @@ -1051,6 +1058,7 @@ "No distance available": "No hi ha distància disponible", "No feedbacks found": "No s'han trobat comentaris", "No file selected": "No s'ha escollit cap fitxer", + "No functions found": "", "No groups with access, add a group to grant access": "No hi ha cap grup amb accés, afegeix un grup per concedir accés", "No HTML, CSS, or JavaScript content found.": "No s'ha trobat contingut HTML, CSS o JavaScript.", "No inference engine with management support found": "No s'ha trobat un motor d'inferència amb suport de gestió", @@ -1061,12 +1069,14 @@ "No models selected": "No s'ha seleccionat cap model", "No Notes": "No hi ha notes", "No notes found": "No s'han trobat notes", + "No prompts found": "", "No results": "No s'han trobat resultats", "No results found": "No s'han trobat resultats", "No search query generated": "No s'ha generat cap consulta", "No source available": "Sense font disponible", "No sources found": "No s'han trobat fonts", "No suggestion prompts": "Cap prompt suggerit", + "No tools found": "", "No users were found.": "No s'han trobat usuaris", "No valves": "No hi ha valves", "No valves to update": "No hi ha cap Valve per actualitzar", @@ -1225,6 +1235,7 @@ "Public": "Públic", "Pull \"{{searchValue}}\" from Ollama.com": "Obtenir \"{{searchValue}}\" de Ollama.com", "Pull a model from Ollama.com": "Obtenir un model d'Ollama.com", + "Pull Model": "", "pypdfium2": "pypdfium2", "Query Generation Prompt": "Indicació per a generació de consulta", "Querying": "Consultes", @@ -1373,6 +1384,7 @@ "Select how to split message text for TTS requests": "Seleccionar com separar un missatge per a peticions TTS", "Select Knowledge": "Seleccionar coneixement", "Select only one model to call": "Seleccionar només un model per trucar", + "Select view": "", "Selected model(s) do not support image inputs": "El(s) model(s) seleccionats no admeten l'entrada d'imatges", "semantic": "semàntic", "Send": "Enviar", @@ -1413,6 +1425,7 @@ "Share Chat": "Compartir el xat", "Share to Open WebUI Community": "Compartir amb la comunitat OpenWebUI", "Share your background and interests": "Compartir la teva informació i interessos", + "Shared with you": "", "Sharing Permissions": "Compartir els permisos", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "Les dreceres de teclat amb un asterisc (*) són situacionals i només actives sota condicions específiques.", "Show": "Mostrar", @@ -1480,6 +1493,7 @@ "System Instructions": "Instruccions de sistema", "System Prompt": "Indicació del Sistema", "Table Mode": "Mode de taula", + "Tag": "", "Tags": "Etiquetes", "Tags Generation": "Generació d'etiquetes", "Tags Generation Prompt": "Indicació per a la generació d'etiquetes", @@ -1591,6 +1605,7 @@ "Transformers": "Transformadors", "Trouble accessing Ollama?": "Problemes en accedir a Ollama?", "Trust Proxy Environment": "Confiar en l'entorn proxy", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "Tornar a intentar-ho", "TTS Model": "Model TTS", "TTS Settings": "Preferències de TTS", @@ -1627,6 +1642,7 @@ "Upload directory": "Pujar directori", "Upload files": "Pujar fitxers", "Upload Files": "Pujar fitxers", + "Upload Model": "", "Upload Pipeline": "Pujar una Pipeline", "Upload Progress": "Progrés de càrrega", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "Progrés de la pujada: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)", diff --git a/src/lib/i18n/locales/ceb-PH/translation.json b/src/lib/i18n/locales/ceb-PH/translation.json index 6b02b042be..1313e45ee1 100644 --- a/src/lib/i18n/locales/ceb-PH/translation.json +++ b/src/lib/i18n/locales/ceb-PH/translation.json @@ -65,6 +65,7 @@ "Add User Group": "", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Ang pag-adjust niini nga mga setting magamit ang mga pagbag-o sa tanan nga tiggamit.", "admin": "Administrator", "Admin": "", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "", "Create Knowledge": "", + "Create Model": "", "Create new key": "", "Create new secret key": "", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Gihimo ang", "Created At": "", "Created by": "", + "Created by you": "", "CSV Import": "", "Ctrl+Enter to Send": "", "Current Model": "Kasamtangang modelo", @@ -396,6 +399,7 @@ "Delete function?": "", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "", "delete this link": "", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "", "Export Chats": "I-export ang mga chat", "Export Config to JSON File": "", - "Export Functions": "", - "Export Models": "", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "Export prompts", "Export to CSV": "", - "Export Tools": "", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Napakyas sa pagbasa sa sulod sa clipboard", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Napakyas sa pagtipig sa panag-istorya", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Pag-focus sa entry sa diskusyon", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Maayong buntag, {{name}}", "Help": "", @@ -841,14 +848,10 @@ "Import Chats": "Import nga mga chat", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "", - "Import Models": "", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "Import prompt", "Import successful": "", - "Import Tools": "", "Important Update": "Mahinungdanong update", "In order to force OCR, performing OCR must be enabled.": "", "Include": "", @@ -876,6 +879,7 @@ "Invalid file format.": "", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "Bag-ong diskusyon", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Bag-ong Password", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "", "No feedbacks found": "", "No file selected": "", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Walay resulta", "No results found": "", "No search query generated": "", "No source available": "Walay tinubdan nga anaa", "No sources found": "", "No suggestion prompts": "Walay gisugyot nga prompt", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "", "Pull a model from Ollama.com": "Pagkuha ug template gikan sa Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "", "Select only one model to call": "", + "Select view": "", "Selected model(s) do not support image inputs": "", "semantic": "", "Send": "", @@ -1412,6 +1424,7 @@ "Share Chat": "", "Share to Open WebUI Community": "Ipakigbahin sa komunidad sa OpenWebUI", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Pagpakita", @@ -1479,6 +1492,7 @@ "System Instructions": "", "System Prompt": "Madasig nga Sistema", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "", @@ -1590,6 +1604,7 @@ "Transformers": "", "Trouble accessing Ollama?": "Adunay mga problema sa pag-access sa Ollama?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "", "TTS Settings": "Mga Setting sa TTS", @@ -1626,6 +1641,7 @@ "Upload directory": "", "Upload files": "", "Upload Files": "", + "Upload Model": "", "Upload Pipeline": "", "Upload Progress": "Pag-uswag sa Pag-upload", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/cs-CZ/translation.json b/src/lib/i18n/locales/cs-CZ/translation.json index a2280696d0..14000f4c40 100644 --- a/src/lib/i18n/locales/cs-CZ/translation.json +++ b/src/lib/i18n/locales/cs-CZ/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Přidat skupinu uživatelů", "Additional Config": "Dodatečná konfigurace", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "Další možnosti konfigurace pro marker. Měl by to být řetězec JSON s páry klíč-hodnota. Například: '{\"key\": \"value\"}'. Podporované klíče zahrnují: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Úprava těchto nastavení se projeví u všech uživatelů.", "admin": "administrátor", "Admin": "Administrátor", @@ -343,6 +344,7 @@ "Create Folder": "Vytvořit složku", "Create Group": "Vytvořit skupinu", "Create Knowledge": "Vytvořit znalost", + "Create Model": "", "Create new key": "Vytvořit nový klíč", "Create new secret key": "Vytvořit nový tajný klíč", "Create Note": "Vytvořit poznámku", @@ -350,6 +352,7 @@ "Created at": "Vytvořeno", "Created At": "Vytvořeno", "Created by": "Vytvořil/a", + "Created by you": "", "CSV Import": "Import z CSV", "Ctrl+Enter to Send": "Ctrl+Enter pro odeslání", "Current Model": "Aktuální model", @@ -396,6 +399,7 @@ "Delete function?": "Smazat funkci?", "Delete Message": "Smazat zprávu", "Delete message?": "Smazat zprávu?", + "Delete Model": "", "Delete note?": "Smazat poznámku?", "Delete prompt?": "Smazat instrukci?", "delete this link": "smazat tento odkaz", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Zadejte podrobnost o sobě, kterou si vaše LLM mají pamatovat.", "Enter a title for the pending user info overlay. Leave empty for default.": "Zadejte název pro překryvnou vrstvu s informacemi o čekajícím uživateli. Pro výchozí ponechte prázdné.", "Enter a watermark for the response. Leave empty for none.": "Zadejte vodoznak pro odpověď. Pro žádný vodoznak ponechte prázdné.", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Zadejte ověřovací řetězec API (např. uzivatelske_jmeno:heslo)", "Enter Application DN": "Zadejte Application DN", "Enter Application DN Password": "Zadejte heslo pro Application DN", @@ -667,13 +674,9 @@ "Export chat (.json)": "Exportovat konverzaci (.json)", "Export Chats": "Exportovat konverzace", "Export Config to JSON File": "Exportovat konfiguraci do souboru JSON", - "Export Functions": "Exportovat funkce", - "Export Models": "Exportovat modely", "Export Presets": "Exportovat předvolby", "Export Prompt Suggestions": "Exportovat návrhy instrukcí", - "Export Prompts": "Exportovat instrukce", "Export to CSV": "Exportovat do CSV", - "Export Tools": "Exportovat nástroje", "Export Users": "Exportovat uživatele", "External": "Externí", "External Document Loader URL required.": "Je vyžadována URL externího zavaděče dokumentů.", @@ -698,6 +701,7 @@ "Failed to load file content.": "Nepodařilo se načíst obsah souboru.", "Failed to move chat": "", "Failed to read clipboard contents": "Nepodařilo se přečíst obsah schránky", + "Failed to render diagram": "", "Failed to save connections": "Nepodařilo se uložit připojení", "Failed to save conversation": "Nepodařilo se uložit konverzaci", "Failed to save models configuration": "Nepodařilo se uložit konfiguraci modelů", @@ -731,6 +735,7 @@ "Firecrawl API Key": "API klíč pro Firecrawl", "Floating Quick Actions": "Plovoucí rychlé akce", "Focus chat input": "Zaměřit vstupní pole konverzace", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Složka byla úspěšně smazána", "Folder Name": "Název složky", @@ -800,6 +805,8 @@ "H2": "H2", "H3": "H3", "Haptic Feedback": "Haptická odezva", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "Výška", "Hello, {{name}}": "Dobrý den, {{name}}", "Help": "Nápověda", @@ -841,14 +848,10 @@ "Import Chats": "Importovat konverzace", "Import Config from JSON File": "Importovat konfiguraci ze souboru JSON", "Import From Link": "Importovat z odkazu", - "Import Functions": "Importovat funkce", - "Import Models": "Importovat modely", "Import Notes": "Importovat poznámky", "Import Presets": "Importovat předvolby", "Import Prompt Suggestions": "Importovat návrhy instrukcí", - "Import Prompts": "Importovat instrukce", "Import successful": "", - "Import Tools": "Importovat nástroje", "Important Update": "Důležitá aktualizace", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Zahrnout", @@ -876,6 +879,7 @@ "Invalid file format.": "Neplatný formát souboru.", "Invalid JSON file": "Neplatný soubor JSON", "Invalid JSON format for ComfyUI Workflow.": "Neplatný formát JSON pro pracovní postup ComfyUI.", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "Neplatný formát JSON v dodatečné konfiguraci", "Invalid Tag": "Neplatný štítek", "is typing...": "píše...", @@ -1034,8 +1038,11 @@ "New Chat": "Nová konverzace", "New Folder": "Nová složka", "New Function": "Nová funkce", + "New Knowledge": "", + "New Model": "", "New Note": "Nová poznámka", "New Password": "Nové heslo", + "New Prompt": "", "New Tool": "Nový nástroj", "new-channel": "novy-kanal", "Next message": "Další zpráva", @@ -1051,6 +1058,7 @@ "No distance available": "Vzdálenost není k dispozici", "No feedbacks found": "Nebyla nalezena žádná zpětná vazba", "No file selected": "Nebyl vybrán žádný soubor", + "No functions found": "", "No groups with access, add a group to grant access": "Žádné skupiny s přístupem, přidejte skupinu pro udělení přístupu", "No HTML, CSS, or JavaScript content found.": "Nebyl nalezen žádný obsah HTML, CSS ani JavaScriptu.", "No inference engine with management support found": "Nebyl nalezeno žádné inferenční jádro s podporou správy", @@ -1061,12 +1069,14 @@ "No models selected": "Nebyly vybrány žádné modely", "No Notes": "Žádné poznámky", "No notes found": "", + "No prompts found": "", "No results": "Nebyly nalezeny žádné výsledky", "No results found": "Nebyly nalezeny žádné výsledky", "No search query generated": "Nebyl vygenerován žádný vyhledávací dotaz.", "No source available": "Není k dispozici žádný zdroj.", "No sources found": "", "No suggestion prompts": "Žádné návrhy promptů", + "No tools found": "", "No users were found.": "Nebyli nalezeni žádní uživatelé.", "No valves": "Žádné ventily", "No valves to update": "Žádné ventily k aktualizaci", @@ -1225,6 +1235,7 @@ "Public": "Veřejné", "Pull \"{{searchValue}}\" from Ollama.com": "Stáhnout \"{{searchValue}}\" z Ollama.com", "Pull a model from Ollama.com": "Stáhnout model z Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Instrukce pro generování dotazu", "Querying": "", @@ -1374,6 +1385,7 @@ "Select how to split message text for TTS requests": "Vyberte, jak dělit text zprávy pro požadavky TTS", "Select Knowledge": "Vybrat znalosti", "Select only one model to call": "Vyberte pouze jeden model k volání", + "Select view": "", "Selected model(s) do not support image inputs": "Vybraný model (modely) nepodporuje obrazové vstupy.", "semantic": "sémantický", "Send": "Odeslat", @@ -1414,6 +1426,7 @@ "Share Chat": "Sdílet konverzaci", "Share to Open WebUI Community": "Sdílet s komunitou Open WebUI", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "Oprávnění pro sdílení", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "Zkratky s hvězdičkou (*) jsou situační a aktivní pouze za specifických podmínek.", "Show": "Zobrazit", @@ -1481,6 +1494,7 @@ "System Instructions": "Systémové instrukce", "System Prompt": "Systémové instrukce", "Table Mode": "", + "Tag": "", "Tags": "Štítky", "Tags Generation": "Generování štítků", "Tags Generation Prompt": "Instrukce pro generování štítků", @@ -1592,6 +1606,7 @@ "Transformers": "Transformers", "Trouble accessing Ollama?": "Máte potíže s přístupem k Ollama?", "Trust Proxy Environment": "Důvěřovat prostředí proxy", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "Zkusit znovu", "TTS Model": "Model TTS", "TTS Settings": "Nastavení TTS", @@ -1628,6 +1643,7 @@ "Upload directory": "Adresář pro nahrávání", "Upload files": "Nahrát soubory", "Upload Files": "Nahrát soubory", + "Upload Model": "", "Upload Pipeline": "Nahrát potrubí", "Upload Progress": "Průběh nahrávání", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "Průběh nahrávání: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)", diff --git a/src/lib/i18n/locales/da-DK/translation.json b/src/lib/i18n/locales/da-DK/translation.json index 3914462cd1..413d2d1032 100644 --- a/src/lib/i18n/locales/da-DK/translation.json +++ b/src/lib/i18n/locales/da-DK/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Tilføj Brugergruppe", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Ændringer af disse indstillinger har konsekvenser for alle brugere.", "admin": "administrator", "Admin": "Administrator", @@ -343,6 +344,7 @@ "Create Folder": "Opret mappe", "Create Group": "Opret gruppe", "Create Knowledge": "Opret Viden", + "Create Model": "", "Create new key": "Opret en ny nøgle", "Create new secret key": "Opret en ny hemmelig nøgle", "Create Note": "Opret note", @@ -350,6 +352,7 @@ "Created at": "Oprettet", "Created At": "Oprettet", "Created by": "Oprettet af", + "Created by you": "", "CSV Import": "Importer CSV", "Ctrl+Enter to Send": "Ctrl+Enter til at sende", "Current Model": "Nuværende model", @@ -396,6 +399,7 @@ "Delete function?": "Slet funktion?", "Delete Message": "Slet besked", "Delete message?": "Slet besked?", + "Delete Model": "", "Delete note?": "Slet note?", "Delete prompt?": "Slet prompt?", "delete this link": "slet dette link", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Indtast en detalje om dig selv, som dine LLMs kan huske", "Enter a title for the pending user info overlay. Leave empty for default.": "Indtast en titel til afventende bruger informations overlay. Lad være tom for standard.", "Enter a watermark for the response. Leave empty for none.": "Indtast et vandmærke til svaret. Lad være tom for ingen.", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Indtast api-godkendelsesstreng (f.eks. brugernavn:adgangskode)", "Enter Application DN": "Indtast Application DN", "Enter Application DN Password": "Indtast Application DN Password", @@ -667,13 +674,9 @@ "Export chat (.json)": "Eksportér chat (.json)", "Export Chats": "Eksportér chats", "Export Config to JSON File": "Eksportér konfiguration til JSON-fil", - "Export Functions": "Eksportér funktioner", - "Export Models": "Eksportér modeller", "Export Presets": "Eksportér indstillinger", "Export Prompt Suggestions": "Eksportér prompt-forslag", - "Export Prompts": "Eksportér prompts", "Export to CSV": "Eksportér til CSV", - "Export Tools": "Eksportér værktøjer", "Export Users": "", "External": "Ekstern", "External Document Loader URL required.": "External Dokument Loader URL påkrævet.", @@ -698,6 +701,7 @@ "Failed to load file content.": "Kunne ikke indlæse filindhold.", "Failed to move chat": "", "Failed to read clipboard contents": "Kunne ikke læse indholdet af udklipsholderen", + "Failed to render diagram": "", "Failed to save connections": "Kunne ikke gemme forbindelser", "Failed to save conversation": "Kunne ikke gemme samtalen", "Failed to save models configuration": "Kunne ikke gemme modeller konfiguration", @@ -731,6 +735,7 @@ "Firecrawl API Key": "Firecrawl API nøgle", "Floating Quick Actions": "", "Focus chat input": "Fokuser på chatinput", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Mappe fjernet.", "Folder Name": "Mappenavn", @@ -800,6 +805,8 @@ "H2": "H2", "H3": "H3", "Haptic Feedback": "Haptisk feedback", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Hej {{name}}", "Help": "Hjælp", @@ -841,14 +848,10 @@ "Import Chats": "Importer chats", "Import Config from JSON File": "Importer konfiguration fra JSON-fil", "Import From Link": "Importer fra et link", - "Import Functions": "Importer funktioner", - "Import Models": "Importer modeller", "Import Notes": "Importer noter", "Import Presets": "Importer Presets", "Import Prompt Suggestions": "Importer prompt forslag", - "Import Prompts": "Importer prompts", "Import successful": "", - "Import Tools": "Importer værktøjer", "Important Update": "Vigtig opdatering", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Inkluder", @@ -876,6 +879,7 @@ "Invalid file format.": "Ugyldigt filformat.", "Invalid JSON file": "Ugyldig JSON fil", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Ugyldigt tag", "is typing...": "er i gang med at skrive...", @@ -1034,8 +1038,11 @@ "New Chat": "Ny chat", "New Folder": "Ny mappe", "New Function": "Ny funktion", + "New Knowledge": "", + "New Model": "", "New Note": "Ny note", "New Password": "Ny adgangskode", + "New Prompt": "", "New Tool": "Nyt værktøj", "new-channel": "ny-kanal", "Next message": "Næste besked", @@ -1051,6 +1058,7 @@ "No distance available": "Ingen afstand tilgængelig", "No feedbacks found": "Ingen feedback fundet", "No file selected": "Ingen fil valgt", + "No functions found": "", "No groups with access, add a group to grant access": "Ingen grupper med adgang, tilføj en gruppe for at give adgang", "No HTML, CSS, or JavaScript content found.": "Intet HTML-, CSS- eller JavaScript-indhold fundet.", "No inference engine with management support found": "Ingen inference-engine med støtte til administration fundet", @@ -1061,12 +1069,14 @@ "No models selected": "Ingen modeller valgt", "No Notes": "Ingen noter", "No notes found": "", + "No prompts found": "", "No results": "Ingen resultater fundet", "No results found": "Ingen resultater fundet", "No search query generated": "Ingen søgeforespørgsel genereret", "No source available": "Ingen kilde tilgængelig", "No sources found": "", "No suggestion prompts": "Ingen forslagsprompter", + "No tools found": "", "No users were found.": "Ingen brugere blev fundet.", "No valves": "", "No valves to update": "Ingen ventiler at opdatere", @@ -1225,6 +1235,7 @@ "Public": "Offentlig", "Pull \"{{searchValue}}\" from Ollama.com": "Hent \"{{searchValue}}\" fra Ollama.com", "Pull a model from Ollama.com": "Hent en model fra Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Forespørgsel genererings prompt", "Querying": "Undersøger", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Vælg viden", "Select only one model to call": "Vælg kun én model at kalde", + "Select view": "", "Selected model(s) do not support image inputs": "Valgte model(ler) understøtter ikke billedinput", "semantic": "", "Send": "Send", @@ -1412,6 +1424,7 @@ "Share Chat": "Del chat", "Share to Open WebUI Community": "Del til OpenWebUI Community", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "Delingstilladelser", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "Genveje med en stjerne (*) er situationsbestemte og kun aktive under specifikke betingelser.", "Show": "Vis", @@ -1479,6 +1492,7 @@ "System Instructions": "Systeminstruktioner", "System Prompt": "Systemprompt", "Table Mode": "", + "Tag": "", "Tags": "Tags", "Tags Generation": "Tag generering", "Tags Generation Prompt": "Tag genererings prompt", @@ -1590,6 +1604,7 @@ "Transformers": "Transformers", "Trouble accessing Ollama?": "Problemer med at få adgang til Ollama?", "Trust Proxy Environment": "Stol på Proxymiljø", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "TTS-model", "TTS Settings": "TTS-indstillinger", @@ -1626,6 +1641,7 @@ "Upload directory": "Uploadmappe", "Upload files": "Upload filer", "Upload Files": "Upload filer", + "Upload Model": "", "Upload Pipeline": "Upload pipeline", "Upload Progress": "Uploadfremdrift", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json index aa12d704b1..796decf497 100644 --- a/src/lib/i18n/locales/de-DE/translation.json +++ b/src/lib/i18n/locales/de-DE/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Benutzergruppe hinzufügen", "Additional Config": "Zusätzliche Konfiguration", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "Zusätzliche Konfigurationsoptionen für den Marker. Dies sollte eine JSON-Zeichenfolge mit Schlüssel-Wert-Paaren sein. Zum Beispiel '{\"key\": \"value\"}'. Unterstützte Schlüssel sind: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Das Anpassen dieser Einstellungen wird Änderungen universell auf alle Benutzer anwenden.", "admin": "Administrator", "Admin": "Administrator", @@ -343,6 +344,7 @@ "Create Folder": "Ordner erstellen", "Create Group": "Gruppe erstellen", "Create Knowledge": "Wissen erstellen", + "Create Model": "", "Create new key": "Neuen Schlüssel erstellen", "Create new secret key": "Neuen API-Schlüssel erstellen", "Create Note": "Notiz erstellen", @@ -350,6 +352,7 @@ "Created at": "Erstellt am", "Created At": "Erstellt am", "Created by": "Erstellt von", + "Created by you": "", "CSV Import": "CSV-Import", "Ctrl+Enter to Send": "Strg+Enter zum Senden", "Current Model": "Aktuelles Modell", @@ -396,6 +399,7 @@ "Delete function?": "Funktion löschen?", "Delete Message": "Nachricht löschen", "Delete message?": "Nachricht löschen?", + "Delete Model": "", "Delete note?": "Notiz löschen?", "Delete prompt?": "Prompt löschen?", "delete this link": "diesen Link löschen", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Geben Sie ein Detail über sich selbst ein, das Ihre Sprachmodelle (LLMs) sich merken sollen", "Enter a title for the pending user info overlay. Leave empty for default.": "Geben Sie einen Titel für das Overlay 'Ausstehende Kontoaktivierung' ein. Leer lassen für Standard.", "Enter a watermark for the response. Leave empty for none.": "Geben Sie ein Wasserzeichen für die Antwort ein. Für keines leer lassen.", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Geben Sie die API-Authentifizierungszeichenfolge ein (z. B. Benutzername:Passwort)", "Enter Application DN": "Geben Sie die Anwendungs-DN ein", "Enter Application DN Password": "Geben Sie das Anwendungs-DN-Passwort ein", @@ -667,13 +674,9 @@ "Export chat (.json)": "Chat exportieren (.json)", "Export Chats": "Chats exportieren", "Export Config to JSON File": "Exportiere Konfiguration als JSON-Datei", - "Export Functions": "Funktionen exportieren", - "Export Models": "Modelle exportieren", "Export Presets": "Voreinstellungen exportieren", "Export Prompt Suggestions": "Prompt-Vorschläge exportieren", - "Export Prompts": "Prompts exportieren", "Export to CSV": "Als CSV exportieren", - "Export Tools": "Werkzeuge exportieren", "Export Users": "Benutzer exportieren", "External": "Extern", "External Document Loader URL required.": "URL für externen Dokumenten-Loader erforderlich.", @@ -698,6 +701,7 @@ "Failed to load file content.": "Fehler beim Laden des Dateiinhalts.", "Failed to move chat": "Chat konnte nicht verschoben werden", "Failed to read clipboard contents": "Fehler beim Lesen des Inhalts der Zwischenablage.", + "Failed to render diagram": "", "Failed to save connections": "Verbindungen konnten nicht gespeichert werden", "Failed to save conversation": "Unterhaltung konnte nicht gespeichert werden", "Failed to save models configuration": "Fehler beim Speichern der Modellkonfiguration", @@ -731,6 +735,7 @@ "Firecrawl API Key": "Firecrawl API-Schlüssel", "Floating Quick Actions": "Schnellaktionen", "Focus chat input": "Chat-Eingabe fokussieren", + "Folder": "", "Folder Background Image": "Ordner Hintergrundbild", "Folder deleted successfully": "Ordner erfolgreich gelöscht", "Folder Name": "Ordner-Name", @@ -800,6 +805,8 @@ "H2": "Überschrift 2", "H3": "Überschrift 3", "Haptic Feedback": "Haptisches Feedback", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "Höhe", "Hello, {{name}}": "Hallo, {{name}}", "Help": "Hilfe", @@ -841,14 +848,10 @@ "Import Chats": "Chats importieren", "Import Config from JSON File": "Konfiguration aus JSON-Datei importieren", "Import From Link": "Von Link importieren", - "Import Functions": "Funktionen importieren", - "Import Models": "Modelle importieren", "Import Notes": "Notizen importieren", "Import Presets": "Voreinstellungen importieren", "Import Prompt Suggestions": "Prompt-Vorschläge importieren", - "Import Prompts": "Prompts importieren", "Import successful": "Import erfolgreich", - "Import Tools": "Werkzeuge importieren", "Important Update": "Wichtiges Update", "In order to force OCR, performing OCR must be enabled.": "Um die OCR erzwingen zu können, muss die Durchführung der OCR aktiviert sein.", "Include": "Einschließen", @@ -876,6 +879,7 @@ "Invalid file format.": "Ungültiges Dateiformat.", "Invalid JSON file": "Ungültige JSON Datei", "Invalid JSON format for ComfyUI Workflow.": "Ungültiges JSON-Format für ComfyUI-Workflow.", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "Ungültiges JSON-Format in der zusätzlichen Konfiguration", "Invalid Tag": "Ungültiger Tag", "is typing...": "schreibt ...", @@ -1034,8 +1038,11 @@ "New Chat": "Neuer Chat", "New Folder": "Neuer Ordner", "New Function": "Neue Funktion", + "New Knowledge": "", + "New Model": "", "New Note": "Neue Notiz", "New Password": "Neues Passwort", + "New Prompt": "", "New Tool": "Neues Werkzeug", "new-channel": "neuer-kanal", "Next message": "Nächste Nachricht", @@ -1051,6 +1058,7 @@ "No distance available": "Keine Distanz verfügbar", "No feedbacks found": "Kein Feedback gefunden", "No file selected": "Keine Datei ausgewählt", + "No functions found": "", "No groups with access, add a group to grant access": "Keine Gruppen mit Zugriff, fügen Sie eine Gruppe hinzu, um Zugriff zu gewähren", "No HTML, CSS, or JavaScript content found.": "Keine HTML-, CSS- oder JavaScript-Inhalte gefunden.", "No inference engine with management support found": "Keine Inferenz-Engine mit Management-Unterstützung gefunden", @@ -1061,12 +1069,14 @@ "No models selected": "Keine Modelle ausgewählt", "No Notes": "Keine Notizen", "No notes found": "Keine Notizen gefunden", + "No prompts found": "", "No results": "Keine Ergebnisse gefunden", "No results found": "Keine Ergebnisse gefunden", "No search query generated": "Keine Suchanfrage generiert", "No source available": "Keine Quelle verfügbar", "No sources found": "Keine Quellen gefunden", "No suggestion prompts": "Keine Vorschlags-Prompts", + "No tools found": "", "No users were found.": "Keine Benutzer gefunden.", "No valves": "Keine Valves", "No valves to update": "Keine Valves zum Aktualisieren", @@ -1225,6 +1235,7 @@ "Public": "Öffentlich", "Pull \"{{searchValue}}\" from Ollama.com": "\"{{searchValue}}\" von Ollama.com beziehen", "Pull a model from Ollama.com": "Modell von Ollama.com beziehen", + "Pull Model": "", "pypdfium2": "pypdfium2", "Query Generation Prompt": "Abfragegenerierungsprompt", "Querying": "Suche...", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "Wählen Sie, wie der Nachrichtentext für TTS-Anfragen aufgeteilt werden soll", "Select Knowledge": "Wissensdatenbank auswählen", "Select only one model to call": "Wählen Sie nur ein Modell zum Anrufen aus", + "Select view": "", "Selected model(s) do not support image inputs": "Ihre ausgewählten Modelle unterstützen keine Bildeingaben", "semantic": "semantisch", "Send": "Senden", @@ -1412,6 +1424,7 @@ "Share Chat": "Chat teilen", "Share to Open WebUI Community": "Mit OpenWebUI Community teilen", "Share your background and interests": "Teilen Sie Ihren Hintergrund und Ihre Interessen", + "Shared with you": "", "Sharing Permissions": "Berechtigungen teilen", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "Tastenkürzel mit einem Sternchen (*) sind situationsbedingt und nur unter bestimmten Bedingungen aktiv.", "Show": "Anzeigen", @@ -1479,6 +1492,7 @@ "System Instructions": "Systemanweisungen", "System Prompt": "System-Prompt", "Table Mode": "Tabellenmodus", + "Tag": "", "Tags": "Tags", "Tags Generation": "Tag-Generierung", "Tags Generation Prompt": "Prompt für Tag-Generierung", @@ -1590,6 +1604,7 @@ "Transformers": "Transformers", "Trouble accessing Ollama?": "Probleme beim Zugriff auf Ollama?", "Trust Proxy Environment": "Proxy-Umgebung vertrauen", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "Erneut versuchen", "TTS Model": "TTS-Modell", "TTS Settings": "TTS-Einstellungen", @@ -1626,6 +1641,7 @@ "Upload directory": "Upload-Verzeichnis", "Upload files": "Dateien hochladen", "Upload Files": "Datei(en) hochladen", + "Upload Model": "", "Upload Pipeline": "Pipeline hochladen", "Upload Progress": "Fortschritt", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "Fortschritt: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)", diff --git a/src/lib/i18n/locales/dg-DG/translation.json b/src/lib/i18n/locales/dg-DG/translation.json index 53de9d4b73..e3167c734b 100644 --- a/src/lib/i18n/locales/dg-DG/translation.json +++ b/src/lib/i18n/locales/dg-DG/translation.json @@ -65,6 +65,7 @@ "Add User Group": "", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Adjusting these settings will apply changes to all users. Such universal, very wow.", "admin": "admin", "Admin": "", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "", "Create Knowledge": "", + "Create Model": "", "Create new key": "", "Create new secret key": "", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Created at", "Created At": "", "Created by": "", + "Created by you": "", "CSV Import": "", "Ctrl+Enter to Send": "", "Current Model": "Current Model", @@ -396,6 +399,7 @@ "Delete function?": "", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "", "delete this link": "", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "", "Export Chats": "Export Barks", "Export Config to JSON File": "", - "Export Functions": "", - "Export Models": "", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "Export Promptos", "Export to CSV": "", - "Export Tools": "", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Failed to read clipboard borks", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Failed to save conversation borks", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Focus chat bork", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Much helo, {{name}}", "Help": "", @@ -841,14 +848,10 @@ "Import Chats": "Import Barks", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "", - "Import Models": "", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "Import Promptos", "Import successful": "", - "Import Tools": "", "Important Update": "Very important update", "In order to force OCR, performing OCR must be enabled.": "", "Include": "", @@ -876,6 +879,7 @@ "Invalid file format.": "", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "New Bark", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "New Barkword", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "", "No feedbacks found": "", "No file selected": "", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "No results, very empty", "No results found": "", "No search query generated": "", "No source available": "No source available", "No sources found": "", "No suggestion prompts": "No suggestion prompts. So empty.", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "", "Pull a model from Ollama.com": "Pull a wowdel from Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "", "Select only one model to call": "", + "Select view": "", "Selected model(s) do not support image inputs": "", "semantic": "", "Send": "", @@ -1412,6 +1424,7 @@ "Share Chat": "", "Share to Open WebUI Community": "Share to Open WebUI Community much community", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Show much show", @@ -1479,6 +1492,7 @@ "System Instructions": "", "System Prompt": "System Prompt much prompt", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "", @@ -1590,6 +1604,7 @@ "Transformers": "", "Trouble accessing Ollama?": "Trouble accessing Ollama? Much trouble?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "", "TTS Settings": "TTS Settings much settings", @@ -1626,6 +1641,7 @@ "Upload directory": "", "Upload files": "", "Upload Files": "", + "Upload Model": "", "Upload Pipeline": "", "Upload Progress": "Upload Progress much progress", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/el-GR/translation.json b/src/lib/i18n/locales/el-GR/translation.json index b77ab46c94..f5de4c3e3e 100644 --- a/src/lib/i18n/locales/el-GR/translation.json +++ b/src/lib/i18n/locales/el-GR/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Προσθήκη Ομάδας Χρηστών", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Η ρύθμιση αυτών των παραμέτρων θα εφαρμόσει τις αλλαγές καθολικά σε όλους τους χρήστες.", "admin": "διαχειριστής", "Admin": "Διαχειριστής", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Δημιουργία Ομάδας", "Create Knowledge": "Δημιουργία Γνώσης", + "Create Model": "", "Create new key": "Δημιουργία νέου κλειδιού", "Create new secret key": "Δημιουργία νέου μυστικού κλειδιού", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Δημιουργήθηκε στις", "Created At": "Δημιουργήθηκε στις", "Created by": "Δημιουργήθηκε από", + "Created by you": "", "CSV Import": "Εισαγωγή CSV", "Ctrl+Enter to Send": "", "Current Model": "Τρέχον Μοντέλο", @@ -396,6 +399,7 @@ "Delete function?": "Διαγραφή λειτουργίας;", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "Διαγραφή προτροπής;", "delete this link": "διαγραφή αυτού του συνδέσμου", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Εισάγετε μια λεπτομέρεια για τον εαυτό σας ώστε τα LLMs να την ανακαλούν", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Εισάγετε τη σειρά επαλήθευσης api (π.χ. username:password)", "Enter Application DN": "Εισάγετε DN Εφαρμογής", "Enter Application DN Password": "Εισάγετε Κωδικό DN Εφαρμογής", @@ -667,13 +674,9 @@ "Export chat (.json)": "Εξαγωγή συνομιλίας (.json)", "Export Chats": "Εξαγωγή Συνομιλιών", "Export Config to JSON File": "Εξαγωγή Διαμόρφωσης σε Αρχείο JSON", - "Export Functions": "Εξαγωγή Λειτουργιών", - "Export Models": "Εξαγωγή Μοντέλων", "Export Presets": "Εξαγωγή Προκαθορισμένων", "Export Prompt Suggestions": "", - "Export Prompts": "Εξαγωγή Προτροπών", "Export to CSV": "Εξαγωγή σε CSV", - "Export Tools": "Εξαγωγή Εργαλείων", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Αποτυχία ανάγνωσης περιεχομένων πρόχειρου", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Αποτυχία αποθήκευσης συνομιλίας", "Failed to save models configuration": "Αποτυχία αποθήκευσης ρυθμίσεων μοντέλων", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Εστίαση στο πεδίο συνομιλίας", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Ο φάκελος διαγράφηκε με επιτυχία", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Ανατροφοδότηση Haptic", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Γειά σου, {{name}}", "Help": "Βοήθεια", @@ -841,14 +848,10 @@ "Import Chats": "Εισαγωγή Συνομιλιών", "Import Config from JSON File": "Εισαγωγή Διαμόρφωσης από Αρχείο JSON", "Import From Link": "", - "Import Functions": "Εισαγωγή Λειτουργιών", - "Import Models": "Εισαγωγή Μοντέλων", "Import Notes": "", "Import Presets": "Εισαγωγή Προκαθορισμένων", "Import Prompt Suggestions": "", - "Import Prompts": "Εισαγωγή Προτροπών", "Import successful": "", - "Import Tools": "Εισαγωγή Εργαλείων", "Important Update": "Σημαντική ενημέρωση", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Συμπερίληψη", @@ -876,6 +879,7 @@ "Invalid file format.": "Μη έγκυρη μορφή αρχείου.", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Μη έγκυρη Ετικέτα", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "Νέα Συνομιλία", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Νέος Κωδικός", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "Δεν υπάρχει διαθέσιμη απόσταση", "No feedbacks found": "Δεν βρέθηκαν ανατροφοδοτήσεις", "No file selected": "Δεν έχει επιλεγεί αρχείο", + "No functions found": "", "No groups with access, add a group to grant access": "Δεν υπάρχουν ομάδες με πρόσβαση, προσθέστε μια ομάδα για να χορηγήσετε πρόσβαση", "No HTML, CSS, or JavaScript content found.": "Δεν βρέθηκε περιεχόμενο HTML, CSS ή JavaScript.", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "Δεν έχουν επιλεγεί μοντέλα", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Δεν βρέθηκαν αποτελέσματα", "No results found": "Δεν βρέθηκαν αποτελέσματα", "No search query generated": "Δεν δημιουργήθηκε ερώτηση αναζήτησης", "No source available": "Δεν υπάρχει διαθέσιμη πηγή", "No sources found": "", "No suggestion prompts": "Χωρίς προτεινόμενες υποδείξεις", + "No tools found": "", "No users were found.": "Δεν βρέθηκαν χρήστες.", "No valves": "", "No valves to update": "Δεν υπάρχουν βαλβίδες για ενημέρωση", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Τραβήξτε \"{{searchValue}}\" από το Ollama.com", "Pull a model from Ollama.com": "Τραβήξτε ένα μοντέλο από το Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Προτροπή Δημιουργίας Ερωτήσεων", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Επιλέξτε Γνώση", "Select only one model to call": "Επιλέξτε μόνο ένα μοντέλο για κλήση", + "Select view": "", "Selected model(s) do not support image inputs": "Τα επιλεγμένα μοντέλα δεν υποστηρίζουν είσοδο εικόνων", "semantic": "", "Send": "Αποστολή", @@ -1412,6 +1424,7 @@ "Share Chat": "Κοινή Χρήση Συνομιλίας", "Share to Open WebUI Community": "Κοινή Χρήση στην Κοινότητα OpenWebUI", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Εμφάνιση", @@ -1479,6 +1492,7 @@ "System Instructions": "Οδηγίες Συστήματος", "System Prompt": "Προτροπή Συστήματος", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "Προτροπή Γενιάς Ετικετών", @@ -1590,6 +1604,7 @@ "Transformers": "Transformers", "Trouble accessing Ollama?": "Προβλήματα πρόσβασης στο Ollama?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "Μοντέλο TTS", "TTS Settings": "Ρυθμίσεις TTS", @@ -1626,6 +1641,7 @@ "Upload directory": "Κατάλογος ανεβάσματος", "Upload files": "Ανέβασμα αρχείων", "Upload Files": "Ανέβασμα Αρχείων", + "Upload Model": "", "Upload Pipeline": "Ανέβασμα Pipeline", "Upload Progress": "Πρόοδος Ανεβάσματος", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/en-GB/translation.json b/src/lib/i18n/locales/en-GB/translation.json index 400d91342c..c1966df8bb 100644 --- a/src/lib/i18n/locales/en-GB/translation.json +++ b/src/lib/i18n/locales/en-GB/translation.json @@ -65,6 +65,7 @@ "Add User Group": "", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "", "admin": "", "Admin": "", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "", "Create Knowledge": "", + "Create Model": "", "Create new key": "", "Create new secret key": "", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "", "Created At": "", "Created by": "", + "Created by you": "", "CSV Import": "", "Ctrl+Enter to Send": "", "Current Model": "", @@ -396,6 +399,7 @@ "Delete function?": "", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "", "delete this link": "", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "", "Export Chats": "", "Export Config to JSON File": "", - "Export Functions": "", - "Export Models": "", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "", "Export to CSV": "", - "Export Tools": "", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "", "Help": "", @@ -841,14 +848,10 @@ "Import Chats": "", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "", - "Import Models": "", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "", "Import successful": "", - "Import Tools": "", "Important Update": "", "In order to force OCR, performing OCR must be enabled.": "", "Include": "", @@ -876,6 +879,7 @@ "Invalid file format.": "", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "", "No feedbacks found": "", "No file selected": "", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "", "No results found": "", "No search query generated": "", "No source available": "", "No sources found": "", "No suggestion prompts": "", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "", "Pull a model from Ollama.com": "", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "", "Select only one model to call": "", + "Select view": "", "Selected model(s) do not support image inputs": "", "semantic": "", "Send": "", @@ -1412,6 +1424,7 @@ "Share Chat": "", "Share to Open WebUI Community": "", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "", @@ -1479,6 +1492,7 @@ "System Instructions": "", "System Prompt": "", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "", @@ -1590,6 +1604,7 @@ "Transformers": "", "Trouble accessing Ollama?": "", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "", "TTS Settings": "", @@ -1626,6 +1641,7 @@ "Upload directory": "", "Upload files": "", "Upload Files": "", + "Upload Model": "", "Upload Pipeline": "", "Upload Progress": "", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json index 92cf4c6c96..92891ddbd4 100644 --- a/src/lib/i18n/locales/en-US/translation.json +++ b/src/lib/i18n/locales/en-US/translation.json @@ -65,6 +65,7 @@ "Add User Group": "", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "", "admin": "", "Admin": "", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "", "Create Knowledge": "", + "Create Model": "", "Create new key": "", "Create new secret key": "", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "", "Created At": "", "Created by": "", + "Created by you": "", "CSV Import": "", "Ctrl+Enter to Send": "", "Current Model": "", @@ -396,6 +399,7 @@ "Delete function?": "", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "", "delete this link": "", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "", "Export Chats": "", "Export Config to JSON File": "", - "Export Functions": "", - "Export Models": "", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "", "Export to CSV": "", - "Export Tools": "", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "", "Help": "", @@ -841,14 +848,10 @@ "Import Chats": "", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "", - "Import Models": "", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "", "Import successful": "", - "Import Tools": "", "Important Update": "", "In order to force OCR, performing OCR must be enabled.": "", "Include": "", @@ -876,6 +879,7 @@ "Invalid file format.": "", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "Next message", @@ -1051,6 +1058,7 @@ "No distance available": "", "No feedbacks found": "", "No file selected": "", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "", "No results found": "", "No search query generated": "", "No source available": "", "No sources found": "", "No suggestion prompts": "", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "", "Pull a model from Ollama.com": "", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "", "Select only one model to call": "", + "Select view": "", "Selected model(s) do not support image inputs": "", "semantic": "", "Send": "", @@ -1412,6 +1424,7 @@ "Share Chat": "", "Share to Open WebUI Community": "", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "", @@ -1479,6 +1492,7 @@ "System Instructions": "", "System Prompt": "", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "", @@ -1590,6 +1604,7 @@ "Transformers": "", "Trouble accessing Ollama?": "", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "", "TTS Settings": "", @@ -1626,6 +1641,7 @@ "Upload directory": "", "Upload files": "", "Upload Files": "", + "Upload Model": "", "Upload Pipeline": "", "Upload Progress": "", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/es-ES/translation.json b/src/lib/i18n/locales/es-ES/translation.json index 87bde77254..a8578d9ccc 100644 --- a/src/lib/i18n/locales/es-ES/translation.json +++ b/src/lib/i18n/locales/es-ES/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Añadir grupo de usuarios", "Additional Config": "Config Adicional", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "Opciones de configuración adicionales para Marker. Debe ser una cadena JSON con pares clave-valor. Por ejemplo, '{\"key\": \"value\"}'. Las claves soportadas son: disabled_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "El ajuste de estas opciones se aplicará globalmente a todos los usuarios.", "admin": "admin", "Admin": "Admin", @@ -343,6 +344,7 @@ "Create Folder": "Crear Carpeta", "Create Group": "Crear Grupo", "Create Knowledge": "Crear Conocimiento", + "Create Model": "", "Create new key": "Crear Nueva Clave", "Create new secret key": "Crear Nueva Clave Secreta", "Create Note": "Crear Nota", @@ -350,6 +352,7 @@ "Created at": "Creado en", "Created At": "Creado En", "Created by": "Creado por", + "Created by you": "", "CSV Import": "Importar CSV", "Ctrl+Enter to Send": "'Ctrl+Enter' para Enviar", "Current Model": "Modelo Actual", @@ -396,6 +399,7 @@ "Delete function?": "Borrar la función?", "Delete Message": "Borrar mensaje", "Delete message?": "¿Borrar mensaje?", + "Delete Model": "", "Delete note?": "¿Borrar nota?", "Delete prompt?": "¿Borrar el indicador?", "delete this link": "Borrar este enlace", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Ingresar detalles sobre ti para que los recuerden sus LLMs", "Enter a title for the pending user info overlay. Leave empty for default.": "Ingresar un título para la sobrecapa informativa de usuario pendiente. Dejar vacío para usar el predeterminado.", "Enter a watermark for the response. Leave empty for none.": "Ingresar una marca de agua para la respuesta. Dejalo vacío para ninguna", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Ingresar campo de autorización de la api (p.ej. nombre:contraseña)", "Enter Application DN": "Ingresar el DN de la Aplicación", "Enter Application DN Password": "Ingresar la Contraseña del DN de la Aplicación", @@ -667,13 +674,9 @@ "Export chat (.json)": "Exportar chat (.json)", "Export Chats": "Exportar Chats", "Export Config to JSON File": "Exportar Configuración a archivo JSON", - "Export Functions": "Exportar Funciones", - "Export Models": "Exportar Modelos", "Export Presets": "Exportar Preajustes", "Export Prompt Suggestions": "Exportar Sugerencias de Indicador", - "Export Prompts": "Exportar Indicadores", "Export to CSV": "Exportar a CSV", - "Export Tools": "Exportar Herramientas", "Export Users": "Exportar Usuarios", "External": "Externo", "External Document Loader URL required.": "LA URL del Cargador Externo de Documentos es requerida.", @@ -698,6 +701,7 @@ "Failed to load file content.": "Fallo al cargar el contenido del archivo", "Failed to move chat": "Fallo al mover el chat", "Failed to read clipboard contents": "Fallo al leer el contenido del portapapeles", + "Failed to render diagram": "", "Failed to save connections": "Fallo al guardar las conexiones", "Failed to save conversation": "Fallo al guardar la conversación", "Failed to save models configuration": "Fallo al guardar la configuración de los modelos", @@ -731,6 +735,7 @@ "Firecrawl API Key": "Clave de API de Firecrawl", "Floating Quick Actions": "Acciones Rápidas Flotantes", "Focus chat input": "Enfocar campo de chat", + "Folder": "", "Folder Background Image": "Imagen de Fondo de la Carpeta", "Folder deleted successfully": "Carpeta eliminada correctamente", "Folder Name": "Nombre de la Carpeta", @@ -800,6 +805,8 @@ "H2": "H2", "H3": "H3", "Haptic Feedback": "Realimentación Háptica", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "Altura", "Hello, {{name}}": "Hola, {{name}}", "Help": "Ayuda", @@ -841,14 +848,10 @@ "Import Chats": "Importar Chats", "Import Config from JSON File": "Importar Config desde Archivo JSON", "Import From Link": "Importar desde Enlace", - "Import Functions": "Importar Funciones", - "Import Models": "Importar Modelos", "Import Notes": "Importar Notas", "Import Presets": "Importar Preajustes", "Import Prompt Suggestions": "Importar Sugerencias de Indicador", - "Import Prompts": "Importar Indicadores", "Import successful": "Importación realizada correctamente", - "Import Tools": "Importar Herramientas", "Important Update": "Actualización importante", "In order to force OCR, performing OCR must be enabled.": "Para forzar OCR, la opción para realizar OCR debe estar habilitada.", "Include": "Incluir", @@ -876,6 +879,7 @@ "Invalid file format.": "Formato de archivo inválido.", "Invalid JSON file": "Archivo JSON inválido", "Invalid JSON format for ComfyUI Workflow.": "Formato JSON Inválido para el Flujo de Trabajo de ComfyUI", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "Formato JSON Inválido en Configuración Adicional", "Invalid Tag": "Etiqueta Inválida", "is typing...": "está escribiendo...", @@ -1034,8 +1038,11 @@ "New Chat": "Nuevo Chat", "New Folder": "Nueva Carpeta", "New Function": "Nueva Función", + "New Knowledge": "", + "New Model": "", "New Note": "Nueva Nota", "New Password": "Nueva Contraseña", + "New Prompt": "", "New Tool": "Nueva Herramienta", "new-channel": "nuevo-canal", "Next message": "Siguiente mensaje", @@ -1051,6 +1058,7 @@ "No distance available": "No hay distancia disponible", "No feedbacks found": "No se encontraron comentarios", "No file selected": "No se seleccionó archivo", + "No functions found": "", "No groups with access, add a group to grant access": "No hay grupos con acceso, añade un grupo para otorgar acceso", "No HTML, CSS, or JavaScript content found.": "No se encontró contenido HTML, CSS, o JavaScript.", "No inference engine with management support found": "No se encontró un motor de inferencia que soporte gestión", @@ -1061,12 +1069,14 @@ "No models selected": "No se seleccionaron modelos", "No Notes": "Sin Notas", "No notes found": "No se encontraron notas", + "No prompts found": "", "No results": "No se encontraron resultados", "No results found": "No se encontraron resultados", "No search query generated": "No se generó ninguna consulta de búsqueda", "No source available": "No hay fuente disponible", "No sources found": "No se han encontrado fuentes", "No suggestion prompts": "Sin prompts sugeridos", + "No tools found": "", "No users were found.": "No se encontraron usuarios.", "No valves": "No hay válvulas", "No valves to update": "No hay válvulas para actualizar", @@ -1225,6 +1235,7 @@ "Public": "Público", "Pull \"{{searchValue}}\" from Ollama.com": "Extraer \"{{searchValue}}\" desde Ollama.com", "Pull a model from Ollama.com": "Extraer un modelo desde Ollama.com", + "Pull Model": "", "pypdfium2": "pypdfium2", "Query Generation Prompt": "Indicador para la Consulta de Generación", "Querying": "Consultando", @@ -1373,6 +1384,7 @@ "Select how to split message text for TTS requests": "Seleccionar como dividir los mensajes de texto para las peticiones TTS", "Select Knowledge": "Seleccionar Conocimiento", "Select only one model to call": "Seleccionar sólo un modelo a llamar", + "Select view": "", "Selected model(s) do not support image inputs": "Modelo(s) seleccionado(s) no admiten entradas de imagen", "semantic": "semántica", "Send": "Enviar", @@ -1413,6 +1425,7 @@ "Share Chat": "Compartir Chat", "Share to Open WebUI Community": "Compartir con la Comunidad Open-WebUI", "Share your background and interests": "Compartir tus antecedentes e intereses", + "Shared with you": "", "Sharing Permissions": "Permisos al Compartir", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "Accesos cortos con un asterisco (*) depende de la situación y solo activos bajo determinadas condiciones.", "Show": "Mostrar", @@ -1480,6 +1493,7 @@ "System Instructions": "Instrucciones del sistema", "System Prompt": "Indicador del sistema", "Table Mode": "Modo de Tabla", + "Tag": "", "Tags": "Etiquetas", "Tags Generation": "Generación de Etiquetas", "Tags Generation Prompt": "Indicador para la Generación de Etiquetas", @@ -1591,6 +1605,7 @@ "Transformers": "Transformadores", "Trouble accessing Ollama?": "¿Problemas para acceder a Ollama?", "Trust Proxy Environment": "Entorno Proxy Confiable", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "Prueba de Nuevo", "TTS Model": "Modelo TTS", "TTS Settings": "Ajustes Texto a Voz (TTS)", @@ -1627,6 +1642,7 @@ "Upload directory": "Directorio de Subidas", "Upload files": "Subir archivos", "Upload Files": "Subir Archivos", + "Upload Model": "", "Upload Pipeline": "Subir Tubería", "Upload Progress": "Progreso de la Subida", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "Progreso de la Subida: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)", diff --git a/src/lib/i18n/locales/et-EE/translation.json b/src/lib/i18n/locales/et-EE/translation.json index 08b9dad326..9b3c446a18 100644 --- a/src/lib/i18n/locales/et-EE/translation.json +++ b/src/lib/i18n/locales/et-EE/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Lisa kasutajagrupp", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Nende seadete kohandamine rakendab muudatused universaalselt kõigile kasutajatele.", "admin": "admin", "Admin": "Administraator", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Loo grupp", "Create Knowledge": "Loo teadmised", + "Create Model": "", "Create new key": "Loo uus võti", "Create new secret key": "Loo uus salavõti", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Loomise aeg", "Created At": "Loomise aeg", "Created by": "Autor", + "Created by you": "", "CSV Import": "CSV import", "Ctrl+Enter to Send": "Ctrl+Enter saatmiseks", "Current Model": "Praegune mudel", @@ -396,6 +399,7 @@ "Delete function?": "Kustutada funktsioon?", "Delete Message": "Kustuta sõnum", "Delete message?": "Kustutada sõnum?", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "Kustutada vihjed?", "delete this link": "kustuta see link", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Sisestage detail enda kohta, mida teie LLM-id saavad meenutada", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Sisestage api autentimisstring (nt kasutajanimi:parool)", "Enter Application DN": "Sisestage rakenduse DN", "Enter Application DN Password": "Sisestage rakenduse DN parool", @@ -667,13 +674,9 @@ "Export chat (.json)": "Ekspordi vestlus (.json)", "Export Chats": "Ekspordi vestlused", "Export Config to JSON File": "Ekspordi seadistus JSON-failina", - "Export Functions": "Ekspordi funktsioonid", - "Export Models": "Ekspordi mudelid", "Export Presets": "Ekspordi eelseadistused", "Export Prompt Suggestions": "", - "Export Prompts": "Ekspordi vihjed", "Export to CSV": "Ekspordi CSV-na", - "Export Tools": "Ekspordi tööriistad", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Lõikelaua sisu lugemine ebaõnnestus", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Vestluse salvestamine ebaõnnestus", "Failed to save models configuration": "Mudelite konfiguratsiooni salvestamine ebaõnnestus", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Fokuseeri vestluse sisendile", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Kaust edukalt kustutatud", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Haptiline tagasiside", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Tere, {{name}}", "Help": "Abi", @@ -841,14 +848,10 @@ "Import Chats": "Impordi vestlused", "Import Config from JSON File": "Impordi seadistus JSON-failist", "Import From Link": "", - "Import Functions": "Impordi funktsioonid", - "Import Models": "Impordi mudelid", "Import Notes": "", "Import Presets": "Impordi eelseadistused", "Import Prompt Suggestions": "", - "Import Prompts": "Impordi vihjed", "Import successful": "", - "Import Tools": "Impordi tööriistad", "Important Update": "Oluline värskendus", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Kaasa", @@ -876,6 +879,7 @@ "Invalid file format.": "Vigane failiformaat.", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Vigane silt", "is typing...": "kirjutab...", @@ -1034,8 +1038,11 @@ "New Chat": "Uus vestlus", "New Folder": "Uus kaust", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Uus parool", + "New Prompt": "", "New Tool": "", "new-channel": "uus-kanal", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "Kaugus pole saadaval", "No feedbacks found": "Tagasisidet ei leitud", "No file selected": "Faili pole valitud", + "No functions found": "", "No groups with access, add a group to grant access": "Puuduvad juurdepääsuõigustega grupid, lisage grupp juurdepääsu andmiseks", "No HTML, CSS, or JavaScript content found.": "HTML, CSS ega JavaScript sisu ei leitud.", "No inference engine with management support found": "Järeldusmootorit haldamise toega ei leitud", @@ -1061,12 +1069,14 @@ "No models selected": "Mudeleid pole valitud", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Tulemusi ei leitud", "No results found": "Tulemusi ei leitud", "No search query generated": "Otsingupäringut ei genereeritud", "No source available": "Allikas pole saadaval", "No sources found": "", "No suggestion prompts": "Soovituslikke prompt'e pole", + "No tools found": "", "No users were found.": "Kasutajaid ei leitud.", "No valves": "", "No valves to update": "Pole klappe, mida uuendada", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Tõmba \"{{searchValue}}\" Ollama.com-ist", "Pull a model from Ollama.com": "Tõmba mudel Ollama.com-ist", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Päringu genereerimise vihje", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Valige teadmised", "Select only one model to call": "Valige ainult üks mudel kutsumiseks", + "Select view": "", "Selected model(s) do not support image inputs": "Valitud mudel(id) ei toeta pilte sisendina", "semantic": "", "Send": "Saada", @@ -1412,6 +1424,7 @@ "Share Chat": "Jaga vestlust", "Share to Open WebUI Community": "Jaga Open WebUI kogukonnaga", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Näita", @@ -1479,6 +1492,7 @@ "System Instructions": "Süsteemi juhised", "System Prompt": "Süsteemi vihje", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "Siltide genereerimine", "Tags Generation Prompt": "Siltide genereerimise vihje", @@ -1590,6 +1604,7 @@ "Transformers": "Transformers", "Trouble accessing Ollama?": "Probleeme Ollama juurdepääsuga?", "Trust Proxy Environment": "Usalda puhverserveri keskkonda", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "TTS mudel", "TTS Settings": "TTS seaded", @@ -1626,6 +1641,7 @@ "Upload directory": "Üleslaadimise kataloog", "Upload files": "Laadi failid üles", "Upload Files": "Laadi failid üles", + "Upload Model": "", "Upload Pipeline": "Laadi torustik üles", "Upload Progress": "Üleslaadimise progress", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/eu-ES/translation.json b/src/lib/i18n/locales/eu-ES/translation.json index 9f27df2ff5..32d14de3a5 100644 --- a/src/lib/i18n/locales/eu-ES/translation.json +++ b/src/lib/i18n/locales/eu-ES/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Gehitu Erabiltzaile Taldea", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Ezarpen hauek aldatzeak aldaketak erabiltzaile guztiei aplikatuko dizkie.", "admin": "administratzailea", "Admin": "Administratzailea", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Sortu Taldea", "Create Knowledge": "Sortu Ezagutza", + "Create Model": "", "Create new key": "Sortu gako berria", "Create new secret key": "Sortu gako sekretu berria", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Sortze data", "Created At": "Sortze Data", "Created by": "Sortzailea", + "Created by you": "", "CSV Import": "CSV Inportazioa", "Ctrl+Enter to Send": "", "Current Model": "Uneko Eredua", @@ -396,6 +399,7 @@ "Delete function?": "Ezabatu funtzioa?", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "Ezabatu prompta?", "delete this link": "ezabatu esteka hau", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Sartu zure buruari buruzko xehetasun bat LLMek gogoratzeko", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Sartu api autentifikazio katea (adib. erabiltzailea:pasahitza)", "Enter Application DN": "Sartu Aplikazioaren DN", "Enter Application DN Password": "Sartu Aplikazioaren DN Pasahitza", @@ -667,13 +674,9 @@ "Export chat (.json)": "Esportatu txata (.json)", "Export Chats": "Esportatu Txatak", "Export Config to JSON File": "Esportatu Konfigurazioa JSON Fitxategira", - "Export Functions": "Esportatu Funtzioak", - "Export Models": "Esportatu Ereduak", "Export Presets": "Esportatu Aurrezarpenak", "Export Prompt Suggestions": "", - "Export Prompts": "Esportatu Promptak", "Export to CSV": "Esportatu CSVra", - "Export Tools": "Esportatu Tresnak", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Huts egin du arbelaren edukia irakurtzean", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Huts egin du elkarrizketa gordetzean", "Failed to save models configuration": "Huts egin du ereduen konfigurazioa gordetzean", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Fokuratu txataren sarrera", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Karpeta ongi ezabatu da", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Feedback Haptikoa", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Kaixo, {{name}}", "Help": "Laguntza", @@ -841,14 +848,10 @@ "Import Chats": "Inportatu Txatak", "Import Config from JSON File": "Inportatu Konfigurazioa JSON Fitxategitik", "Import From Link": "", - "Import Functions": "Inportatu Funtzioak", - "Import Models": "Inportatu Ereduak", "Import Notes": "", "Import Presets": "Inportatu Aurrezarpenak", "Import Prompt Suggestions": "", - "Import Prompts": "Inportatu Promptak", "Import successful": "", - "Import Tools": "Inportatu Tresnak", "Important Update": "Eguneratze garrantzitsua", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Sartu", @@ -876,6 +879,7 @@ "Invalid file format.": "Fitxategi formatu baliogabea.", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Etiketa Baliogabea", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "Txat berria", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Pasahitz berria", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "Ez dago distantziarik eskuragarri", "No feedbacks found": "Ez da iritzirik aurkitu", "No file selected": "Ez da fitxategirik hautatu", + "No functions found": "", "No groups with access, add a group to grant access": "Ez dago sarbidea duen talderik, gehitu talde bat sarbidea emateko", "No HTML, CSS, or JavaScript content found.": "Ez da HTML, CSS, edo JavaScript edukirik aurkitu.", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "Ez da modelorik hautatu", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Ez da emaitzarik aurkitu", "No results found": "Ez da emaitzarik aurkitu", "No search query generated": "Ez da bilaketa kontsultarik sortu", "No source available": "Ez dago iturririk eskuragarri", "No sources found": "", "No suggestion prompts": "Gomendatutako promptik ez", + "No tools found": "", "No users were found.": "Ez da erabiltzailerik aurkitu.", "No valves": "", "No valves to update": "Ez dago balbularik eguneratzeko", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Ekarri \"{{searchValue}}\" Ollama.com-etik", "Pull a model from Ollama.com": "Ekarri modelo bat Ollama.com-etik", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Kontsulta sortzeko prompt-a", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Hautatu ezagutza", "Select only one model to call": "Hautatu modelo bakarra deitzeko", + "Select view": "", "Selected model(s) do not support image inputs": "Hautatutako modelo(e)k ez dute irudi sarrerarik onartzen", "semantic": "", "Send": "Bidali", @@ -1412,6 +1424,7 @@ "Share Chat": "Partekatu txata", "Share to Open WebUI Community": "Partekatu OpenWebUI komunitatearekin", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Erakutsi", @@ -1479,6 +1492,7 @@ "System Instructions": "Sistema jarraibideak", "System Prompt": "Sistema prompta", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "Etiketa sortzeko prompta", @@ -1590,6 +1604,7 @@ "Transformers": "Transformatzaileak", "Trouble accessing Ollama?": "Arazoak Ollama atzitzeko?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "TTS modeloa", "TTS Settings": "TTS ezarpenak", @@ -1626,6 +1641,7 @@ "Upload directory": "Karga direktorioa", "Upload files": "Kargatu fitxategiak", "Upload Files": "Kargatu fitxategiak", + "Upload Model": "", "Upload Pipeline": "Kargatu Pipeline-a", "Upload Progress": "Kargaren aurrerapena", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/fa-IR/translation.json b/src/lib/i18n/locales/fa-IR/translation.json index 3d48b8211f..ac26577e91 100644 --- a/src/lib/i18n/locales/fa-IR/translation.json +++ b/src/lib/i18n/locales/fa-IR/translation.json @@ -65,6 +65,7 @@ "Add User Group": "افزودن گروه کاربری", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "با تنظیم این تنظیمات، تغییرات به طور کلی برای همه کاربران اعمال می\u200cشود.", "admin": "مدیر", "Admin": "مدیر", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "ایجاد گروه", "Create Knowledge": "ایجاد دانش", + "Create Model": "", "Create new key": "ساخت کلید جدید", "Create new secret key": "ساخت کلید مخفی جدید", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "ایجاد شده در", "Created At": "ایجاد شده در", "Created by": "ایجاد شده توسط", + "Created by you": "", "CSV Import": "درون\u200cریزی CSV", "Ctrl+Enter to Send": "Ctrl+Enter برای ارسال", "Current Model": "مدل فعلی", @@ -396,6 +399,7 @@ "Delete function?": "تابع حذف شود؟", "Delete Message": "حذف پیام", "Delete message?": "پیام حذف شود؟", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "پرامپت حذف شود؟", "delete this link": "حذف این لینک", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "برای ذخیره سازی اطلاعات خود، یک توضیح کوتاه درباره خود را وارد کنید", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "رشته احراز هویت api را وارد کنید (مثلا username:password)", "Enter Application DN": "DN برنامه را وارد کنید", "Enter Application DN Password": "رمز عبور DN برنامه را وارد کنید", @@ -667,13 +674,9 @@ "Export chat (.json)": "خروجی گرفتن گفتگو (json)", "Export Chats": "خروجی گرفتن گفتگوها", "Export Config to JSON File": "برون\u200cریزی پیکربندی به پروندهٔ JSON", - "Export Functions": "برون\u200cریزی توابع", - "Export Models": "برون\u200cریزی مدل\u200cها", "Export Presets": "برون\u200cریزی پیش\u200cتنظیم\u200cها", "Export Prompt Suggestions": "", - "Export Prompts": "برون\u200cریزی پرامپت\u200cها", "Export to CSV": "برون\u200cریزی به CSV", - "Export Tools": "برون\u200cریزی ابزارها", "Export Users": "", "External": "خارجی", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "خواندن محتوای کلیپ بورد ناموفق بود", + "Failed to render diagram": "", "Failed to save connections": "خطا در ذخیره\u200cسازی اتصالات", "Failed to save conversation": "خطا در ذخیره\u200cسازی گفت\u200cوگو", "Failed to save models configuration": "خطا در ذخیره\u200cسازی پیکربندی مدل\u200cها", @@ -731,6 +735,7 @@ "Firecrawl API Key": "کلید API فایرکراول", "Floating Quick Actions": "", "Focus chat input": "فوکوس کردن ورودی گپ", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "پوشه با موفقیت حذف شد", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "بازخورد لمسی", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "سلام، {{name}}", "Help": "کمک", @@ -841,14 +848,10 @@ "Import Chats": "درون\u200cریزی گفتگوها", "Import Config from JSON File": "درون\u200cریزی از پروندهٔ JSON", "Import From Link": "", - "Import Functions": "درون\u200cریزی توابع", - "Import Models": "درون\u200cریزی مدل\u200cها", "Import Notes": "", "Import Presets": "درون\u200cریزی پیش\u200cتنظیم\u200cها", "Import Prompt Suggestions": "", - "Import Prompts": "درون\u200cریزی پرامپت\u200cها", "Import successful": "", - "Import Tools": "درون\u200cریزی ابزارها", "Important Update": "به\u200cروزرسانی مهم", "In order to force OCR, performing OCR must be enabled.": "", "Include": "شامل", @@ -876,6 +879,7 @@ "Invalid file format.": "قالب فایل نامعتبر است.", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "تگ نامعتبر", "is typing...": "در حال تایپ...", @@ -1034,8 +1038,11 @@ "New Chat": "گپ جدید", "New Folder": "پوشه جدید", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "رمز عبور جدید", + "New Prompt": "", "New Tool": "", "new-channel": "کانال-جدید", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "فاصله\u200cای در دسترس نیست", "No feedbacks found": "بازخوردی یافت نشد", "No file selected": "فایلی انتخاب نشده است", + "No functions found": "", "No groups with access, add a group to grant access": "هیچ گروهی با دسترسی وجود ندارد، یک گروه برای اعطای دسترسی اضافه کنید", "No HTML, CSS, or JavaScript content found.": "محتوای HTML، CSS یا JavaScript یافت نشد.", "No inference engine with management support found": "موتور استنتاج با پشتیبانی مدیریت یافت نشد", @@ -1061,12 +1069,14 @@ "No models selected": "مدلی انتخاب نشده است", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "نتیجه\u200cای یافت نشد", "No results found": "نتیجه\u200cای یافت نشد", "No search query generated": "پرسوجوی جستجویی ایجاد نشده است", "No source available": "منبعی در دسترس نیست", "No sources found": "", "No suggestion prompts": "بدون پرامپت پیشنهادی", + "No tools found": "", "No users were found.": "کاربری یافت نشد.", "No valves": "", "No valves to update": "شیری برای به\u200cروزرسانی وجود ندارد", @@ -1225,6 +1235,7 @@ "Public": "عمومی", "Pull \"{{searchValue}}\" from Ollama.com": "بازگرداندن \"{{searchValue}}\" از Ollama.com", "Pull a model from Ollama.com": "دریافت یک مدل از Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "پرامپت تولید کوئری", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "انتخاب دانش", "Select only one model to call": "تنها یک مدل را برای صدا زدن انتخاب کنید", + "Select view": "", "Selected model(s) do not support image inputs": "مدل) های (انتخاب شده ورودیهای تصویر را پشتیبانی نمیکند", "semantic": "", "Send": "ارسال", @@ -1412,6 +1424,7 @@ "Share Chat": "اشتراک\u200cگذاری چت", "Share to Open WebUI Community": "اشتراک گذاری با OpenWebUI Community", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "مجوزهای اشتراک\u200cگذاری", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "نمایش", @@ -1479,6 +1492,7 @@ "System Instructions": "دستورالعمل\u200cهای سیستم", "System Prompt": "پرامپت سیستم", "Table Mode": "", + "Tag": "", "Tags": "برچسب\u200cها", "Tags Generation": "تولید برچسب\u200cها", "Tags Generation Prompt": "پرامپت تولید برچسب\u200cها", @@ -1590,6 +1604,7 @@ "Transformers": "ترنسفورمرها", "Trouble accessing Ollama?": "در دسترسی به ollama مشکل دارید؟", "Trust Proxy Environment": "اعتماد به محیط پراکسی", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "مدل TTS", "TTS Settings": "تنظیمات TTS", @@ -1626,6 +1641,7 @@ "Upload directory": "پوشه آپلود", "Upload files": "آپلود فایل\u200cها", "Upload Files": "بارگذاری پروندهها", + "Upload Model": "", "Upload Pipeline": "خط تولید آپلود", "Upload Progress": "پیشرفت آپلود", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/fi-FI/translation.json b/src/lib/i18n/locales/fi-FI/translation.json index 5288d3a8a9..38ff0ea2b1 100644 --- a/src/lib/i18n/locales/fi-FI/translation.json +++ b/src/lib/i18n/locales/fi-FI/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Lisää käyttäjäryhmä", "Additional Config": "Lisäasetukset", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Näiden asetusten säätäminen vaikuttaa kaikkiin käyttäjiin.", "admin": "hallinta", "Admin": "Ylläpito", @@ -343,6 +344,7 @@ "Create Folder": "Luo kansio", "Create Group": "Luo ryhmä", "Create Knowledge": "Luo tietoa", + "Create Model": "", "Create new key": "Luo uusi avain", "Create new secret key": "Luo uusi salainen avain", "Create Note": "Luo muistiinpano", @@ -350,6 +352,7 @@ "Created at": "Luotu", "Created At": "Luotu", "Created by": "Luonut", + "Created by you": "", "CSV Import": "CSV-tuonti", "Ctrl+Enter to Send": "Ctrl+Enter lähettääksesi", "Current Model": "Nykyinen malli", @@ -396,6 +399,7 @@ "Delete function?": "Haluatko varmasti poistaa tämän toiminnon?", "Delete Message": "Poista viesti", "Delete message?": "Poista viesti?", + "Delete Model": "", "Delete note?": "Poista muistiinpano?", "Delete prompt?": "Haluatko varmasti poistaa tämän kehotteen?", "delete this link": "poista tämä linkki", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Kirjoita yksityiskohta itsestäsi, jonka LLM-ohjelmat voivat muistaa", "Enter a title for the pending user info overlay. Leave empty for default.": "Kirjoita infon otsikko odottaville käyttäjille. Käytä oletusta jättämällä tyhjäksi.", "Enter a watermark for the response. Leave empty for none.": "Kirjoita vastauksen vesileima. Jätä tyhjäksi, jos et halua mitään.", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Kirjoita API-todennusmerkkijono (esim. käyttäjätunnus:salasana)", "Enter Application DN": "Kirjoita sovelluksen DN", "Enter Application DN Password": "Kirjoita sovelluksen DN-salasana", @@ -667,13 +674,9 @@ "Export chat (.json)": "Vie keskustelu (.json)", "Export Chats": "Vie keskustelut", "Export Config to JSON File": "Vie asetukset JSON-tiedostoon", - "Export Functions": "Vie toiminnot", - "Export Models": "Vie malleja", "Export Presets": "Vie esiasetukset", "Export Prompt Suggestions": "Vie kehote ehdotukset", - "Export Prompts": "Vie kehotteet", "Export to CSV": "Vie CSV-tiedostoon", - "Export Tools": "Vie työkalut", "Export Users": "Vie käyttäjät", "External": "Ulkoiset", "External Document Loader URL required.": "Ulkoisen Document Loader:n verkko-osoite on vaaditaan.", @@ -698,6 +701,7 @@ "Failed to load file content.": "Tiedoston sisällön lataaminen epäonnistui.", "Failed to move chat": "Keskustelun siirto epäonnistui", "Failed to read clipboard contents": "Leikepöydän sisällön lukeminen epäonnistui", + "Failed to render diagram": "", "Failed to save connections": "Yhteyksien tallentaminen epäonnistui", "Failed to save conversation": "Keskustelun tallentaminen epäonnistui", "Failed to save models configuration": "Mallien määrityksen tallentaminen epäonnistui", @@ -731,6 +735,7 @@ "Firecrawl API Key": "Firecrawl API-avain", "Floating Quick Actions": "Kelluvat pikakomennot", "Focus chat input": "Fokusoi syöttökenttään", + "Folder": "", "Folder Background Image": "Kansion taustakuva", "Folder deleted successfully": "Kansio poistettu onnistuneesti", "Folder Name": "Kansion nimi", @@ -800,6 +805,8 @@ "H2": "H2", "H3": "H3", "Haptic Feedback": "Haptinen palaute", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "Korkeus", "Hello, {{name}}": "Hei, {{name}}", "Help": "Ohje", @@ -841,14 +848,10 @@ "Import Chats": "Tuo keskustelut", "Import Config from JSON File": "Tuo asetukset JSON-tiedostosta", "Import From Link": "Tuo verkko-osoitteesta", - "Import Functions": "Tuo toiminnot", - "Import Models": "Tuo malleja", "Import Notes": "Tuo muistiinpanoja", "Import Presets": "Tuo esiasetuksia", "Import Prompt Suggestions": "Tuo kehote ehdotukset", - "Import Prompts": "Tuo kehotteet", "Import successful": "", - "Import Tools": "Tuo työkalut", "Important Update": "Tärkeä päivitys", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Sisällytä", @@ -876,6 +879,7 @@ "Invalid file format.": "Virheellinen tiedostomuoto.", "Invalid JSON file": "Virheellinen JSON tiedosto", "Invalid JSON format for ComfyUI Workflow.": "Virhellinen JSON muotoilu ComfyUI työnkululle.", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "Virheellinen JSON muotoilu lisäasetuksissa", "Invalid Tag": "Virheellinen tagi", "is typing...": "Kirjoittaa...", @@ -1034,8 +1038,11 @@ "New Chat": "Uusi keskustelu", "New Folder": "Uusi kansio", "New Function": "Uusi toiminto", + "New Knowledge": "", + "New Model": "", "New Note": "Uusi muistiinpano", "New Password": "Uusi salasana", + "New Prompt": "", "New Tool": "Uusi työkalu", "new-channel": "uusi-kanava", "Next message": "Seuraava viesti", @@ -1051,6 +1058,7 @@ "No distance available": "Etäisyyttä ei saatavilla", "No feedbacks found": "Palautteita ei löytynyt", "No file selected": "Tiedostoa ei ole valittu", + "No functions found": "", "No groups with access, add a group to grant access": "Ei ryhmiä, joilla on pääsy, lisää ryhmä antaaksesi pääsyn", "No HTML, CSS, or JavaScript content found.": "HTML-, CSS- tai JavaScript-sisältöä ei löytynyt.", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "Malleja ei ole valittu", "No Notes": "Ei muistiinpanoja", "No notes found": "Muistiinpanoja ei löytynyt", + "No prompts found": "", "No results": "Ei tuloksia", "No results found": "Ei tuloksia", "No search query generated": "Hakukyselyä ei luotu", "No source available": "Lähdettä ei saatavilla", "No sources found": "Lähteitä ei löytynyt", "No suggestion prompts": "Ei ehdotettuja promptteja", + "No tools found": "", "No users were found.": "Käyttäjiä ei löytynyt.", "No valves": "Ei venttiileitä", "No valves to update": "Ei venttiileitä päivitettäväksi", @@ -1225,6 +1235,7 @@ "Public": "Julkinen", "Pull \"{{searchValue}}\" from Ollama.com": "Lataa \"{{searchValue}}\" Ollama.comista", "Pull a model from Ollama.com": "Lataa malli Ollama.comista", + "Pull Model": "", "pypdfium2": "pypdfium2", "Query Generation Prompt": "Kyselytulosten luontikehote", "Querying": "Kysely", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "Valitse, miten viestit jaetaan TTS-pyyntöjä varten", "Select Knowledge": "Valitse tietämys", "Select only one model to call": "Valitse vain yksi malli kutsuttavaksi", + "Select view": "", "Selected model(s) do not support image inputs": "Valitut mallit eivät tue kuvasöytteitä", "semantic": "Semaattinen", "Send": "Lähetä", @@ -1412,6 +1424,7 @@ "Share Chat": "Jaa keskustelu", "Share to Open WebUI Community": "Jaa OpenWebUI-yhteisöön", "Share your background and interests": "Jaa taustasi ja kiinnostuksen kohteesi", + "Shared with you": "", "Sharing Permissions": "Jako oikeudet", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "Tähdellä (*) merkityt pikavalinnat ovat tilannekohtaisia ja aktiivisia vain tietyissä olosuhteissa.", "Show": "Näytä", @@ -1479,6 +1492,7 @@ "System Instructions": "Järjestelmäohjeet", "System Prompt": "Järjestelmäkehote", "Table Mode": "Tablet-moodi", + "Tag": "", "Tags": "Tagit", "Tags Generation": "Tagien luonti", "Tags Generation Prompt": "Tagien luontikehote", @@ -1590,6 +1604,7 @@ "Transformers": "Muunnokset", "Trouble accessing Ollama?": "Ongelmia Ollama-yhteydessä?", "Trust Proxy Environment": "Luota välityspalvelimen ympäristöön", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "Yritä uudelleen", "TTS Model": "Puhesynteesimalli", "TTS Settings": "Puhesynteesiasetukset", @@ -1626,6 +1641,7 @@ "Upload directory": "Lataa hakemisto", "Upload files": "Lataa tiedostoja", "Upload Files": "Lataa tiedostoja", + "Upload Model": "", "Upload Pipeline": "Lataa putki", "Upload Progress": "Latauksen edistyminen", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "Latauksen edistyminen: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)", diff --git a/src/lib/i18n/locales/fr-CA/translation.json b/src/lib/i18n/locales/fr-CA/translation.json index 50a0b9fc24..0579ef6e10 100644 --- a/src/lib/i18n/locales/fr-CA/translation.json +++ b/src/lib/i18n/locales/fr-CA/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Ajouter un groupe d'utilisateurs", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "L'ajustement de ces réglages appliquera universellement les changements à tous les utilisateurs.", "admin": "administrateur", "Admin": "Administrateur", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Créer un groupe", "Create Knowledge": "Créer une connaissance", + "Create Model": "", "Create new key": "Créer une nouvelle clé", "Create new secret key": "Créer une nouvelle clé secrète", "Create Note": "Créer une note", @@ -350,6 +352,7 @@ "Created at": "Créé le", "Created At": "Créé le", "Created by": "Créé par", + "Created by you": "", "CSV Import": "Import CSV", "Ctrl+Enter to Send": "Ctrl+Enter pour envoyer", "Current Model": "Modèle actuel", @@ -396,6 +399,7 @@ "Delete function?": "Supprimer la fonction ?", "Delete Message": "Supprimer le message", "Delete message?": "Supprimer le message ?", + "Delete Model": "", "Delete note?": "Supprimer la note?", "Delete prompt?": "Supprimer le prompt ?", "delete this link": "supprimer ce lien", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Saisissez un détail sur vous-même que vos LLMs pourront se rappeler", "Enter a title for the pending user info overlay. Leave empty for default.": "Entrez un titre pour l'interface utilisateur en attente. Laissez vide pour le défaut.", "Enter a watermark for the response. Leave empty for none.": "Entrez un filigrane pour la réponse. Laissez vide pour aucun.", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Entrez la chaîne d'authentification de l'API (par ex. nom d'utilisateur:mot de passe)", "Enter Application DN": "Entrez le DN de l'application", "Enter Application DN Password": "Entrez le mot de passe DN de l'application", @@ -667,13 +674,9 @@ "Export chat (.json)": "Exporter la conversation (.json)", "Export Chats": "Exporter les conversations", "Export Config to JSON File": "Exporter la configuration vers un fichier JSON", - "Export Functions": "Exporter des fonctions", - "Export Models": "Exporter des modèles", "Export Presets": "Exporter les préréglages", "Export Prompt Suggestions": "Exporter les suggestions de prompt", - "Export Prompts": "Exporter des prompts", "Export to CSV": "Exporter en CSV", - "Export Tools": "Exporter des outils", "Export Users": "", "External": "Externe", "External Document Loader URL required.": "URL du chargeur de document externe requis", @@ -698,6 +701,7 @@ "Failed to load file content.": "Échec du chargement du contenu du fichier", "Failed to move chat": "", "Failed to read clipboard contents": "Échec de la lecture du contenu du presse-papiers", + "Failed to render diagram": "", "Failed to save connections": "Échec de la sauvegarde des connexions", "Failed to save conversation": "Échec de la sauvegarde de la conversation", "Failed to save models configuration": "Échec de la sauvegarde de la configuration des modèles", @@ -731,6 +735,7 @@ "Firecrawl API Key": "Clé de l'API Firecrawl", "Floating Quick Actions": "", "Focus chat input": "Mettre le focus sur l'entrée de la conversation", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Dossier supprimé avec succès", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Retour haptique", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Bonjour, {{name}}.", "Help": "Aide", @@ -841,14 +848,10 @@ "Import Chats": "Importer les conversations", "Import Config from JSON File": "Importer la configuration depuis un fichier JSON", "Import From Link": "Importer depuis le lien", - "Import Functions": "Importer des fonctions", - "Import Models": "Importer des modèles", "Import Notes": "Importer des notes", "Import Presets": "Importer les préréglages", "Import Prompt Suggestions": "Importer des suggestions de prompt", - "Import Prompts": "Importer des prompts", "Import successful": "", - "Import Tools": "Importer des outils", "Important Update": "Mise à jour importante", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Inclure", @@ -876,6 +879,7 @@ "Invalid file format.": "Format de fichier non valide.", "Invalid JSON file": "Fichier JSON non valide", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Tag non valide", "is typing...": "est en train d'écrire...", @@ -1034,8 +1038,11 @@ "New Chat": "Nouvelle conversation", "New Folder": "Nouveau dossier", "New Function": "Nouvelle fonction", + "New Knowledge": "", + "New Model": "", "New Note": "Nouvelle note", "New Password": "Nouveau mot de passe", + "New Prompt": "", "New Tool": "Nouvel outil", "new-channel": "nouveau-canal", "Next message": "Message suivant", @@ -1051,6 +1058,7 @@ "No distance available": "Aucune distance disponible", "No feedbacks found": "Aucun avis trouvé", "No file selected": "Aucun fichier sélectionné", + "No functions found": "", "No groups with access, add a group to grant access": "Aucun groupe n'a accès, ajoutez un groupe pour accorder l'accès", "No HTML, CSS, or JavaScript content found.": "Aucun contenu HTML, CSS ou JavaScript trouvé.", "No inference engine with management support found": "Aucun moteur d'inférence avec support trouvé", @@ -1061,12 +1069,14 @@ "No models selected": "Aucun modèle sélectionné", "No Notes": "Pas de note", "No notes found": "", + "No prompts found": "", "No results": "Aucun résultat trouvé", "No results found": "Aucun résultat trouvé", "No search query generated": "Aucune requête de recherche générée", "No source available": "Aucune source n'est disponible", "No sources found": "", "No suggestion prompts": "Aucun prompt suggéré", + "No tools found": "", "No users were found.": "Aucun utilisateur trouvé.", "No valves": "", "No valves to update": "Aucune vanne à mettre à jour", @@ -1225,6 +1235,7 @@ "Public": "Public", "Pull \"{{searchValue}}\" from Ollama.com": "Récupérer « {{searchValue}} » depuis Ollama.com", "Pull a model from Ollama.com": "Télécharger un modèle depuis Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Prompt de génération de requête", "Querying": "", @@ -1373,6 +1384,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Sélectionnez une connaissance", "Select only one model to call": "Sélectionnez seulement un modèle pour appeler", + "Select view": "", "Selected model(s) do not support image inputs": "Les modèle(s) sélectionné(s) ne prennent pas en charge les entrées d'images", "semantic": "", "Send": "Envoyer", @@ -1413,6 +1425,7 @@ "Share Chat": "Partage de conversation", "Share to Open WebUI Community": "Partager avec la communauté OpenWebUI", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "Autorisation de partage", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "Les raccourcis avec un astérisque (*) sont situationnels et ne sont actifs que dans des conditions spécifiques.", "Show": "Afficher", @@ -1480,6 +1493,7 @@ "System Instructions": "Instructions système", "System Prompt": "Prompt système", "Table Mode": "", + "Tag": "", "Tags": "Étiquettes", "Tags Generation": "Génération de tags", "Tags Generation Prompt": "Prompt de génération de tags", @@ -1591,6 +1605,7 @@ "Transformers": "Transformers", "Trouble accessing Ollama?": "Problèmes d'accès à Ollama ?", "Trust Proxy Environment": "Faire confiance au proxy de l'environement", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "Modèle de Text-to-Speech", "TTS Settings": "Réglages de Text-to-Speech", @@ -1627,6 +1642,7 @@ "Upload directory": "Téléverser un dossier", "Upload files": "Téléverser des fichiers", "Upload Files": "Téléverser des fichiers", + "Upload Model": "", "Upload Pipeline": "Pipeline de téléchargement", "Upload Progress": "Progression de l'envoi", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/fr-FR/translation.json b/src/lib/i18n/locales/fr-FR/translation.json index 5eb0378c37..d8f399849e 100644 --- a/src/lib/i18n/locales/fr-FR/translation.json +++ b/src/lib/i18n/locales/fr-FR/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Ajouter un groupe d'utilisateurs", "Additional Config": "Configuration supplémentaire", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "L'ajustement de ces réglages appliquera universellement les changements à tous les utilisateurs.", "admin": "administrateur", "Admin": "Administrateur", @@ -343,6 +344,7 @@ "Create Folder": "Créer un dossier", "Create Group": "Créer un groupe", "Create Knowledge": "Créer une connaissance", + "Create Model": "", "Create new key": "Créer une nouvelle clé", "Create new secret key": "Créer une nouvelle clé secrète", "Create Note": "Créer une note", @@ -350,6 +352,7 @@ "Created at": "Créé le", "Created At": "Créé le", "Created by": "Créé par", + "Created by you": "", "CSV Import": "Import CSV", "Ctrl+Enter to Send": "Ctrl+Enter pour envoyer", "Current Model": "Modèle actuel", @@ -396,6 +399,7 @@ "Delete function?": "Supprimer la fonction ?", "Delete Message": "Supprimer le message", "Delete message?": "Supprimer le message ?", + "Delete Model": "", "Delete note?": "Supprimer la note?", "Delete prompt?": "Supprimer le prompt ?", "delete this link": "supprimer ce lien", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Saisissez un détail sur vous-même que vos LLMs pourront se rappeler", "Enter a title for the pending user info overlay. Leave empty for default.": "Entrez un titre pour l'interface utilisateur en attente. Laissez vide pour le défaut.", "Enter a watermark for the response. Leave empty for none.": "Entrez un filigrane pour la réponse. Laissez vide pour aucun.", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Entrez la chaîne d'authentification de l'API (par ex. nom d'utilisateur:mot de passe)", "Enter Application DN": "Entrez le DN de l'application", "Enter Application DN Password": "Entrez le mot de passe DN de l'application", @@ -667,13 +674,9 @@ "Export chat (.json)": "Exporter la conversation (.json)", "Export Chats": "Exporter les conversations", "Export Config to JSON File": "Exporter la configuration vers un fichier JSON", - "Export Functions": "Exporter des fonctions", - "Export Models": "Exporter des modèles", "Export Presets": "Exporter les préréglages", "Export Prompt Suggestions": "Exporter les suggestions de prompt", - "Export Prompts": "Exporter des prompts", "Export to CSV": "Exporter en CSV", - "Export Tools": "Exporter des outils", "Export Users": "Exporter les utilisateurs", "External": "Externe", "External Document Loader URL required.": "URL du chargeur de document externe requis", @@ -698,6 +701,7 @@ "Failed to load file content.": "Échec du chargement du contenu du fichier", "Failed to move chat": "Échec du déplacement du chat", "Failed to read clipboard contents": "Échec de la lecture du contenu du presse-papiers", + "Failed to render diagram": "", "Failed to save connections": "Échec de la sauvegarde des connexions", "Failed to save conversation": "Échec de la sauvegarde de la conversation", "Failed to save models configuration": "Échec de la sauvegarde de la configuration des modèles", @@ -731,6 +735,7 @@ "Firecrawl API Key": "Clé de l'API Firecrawl", "Floating Quick Actions": "Actions rapides flottantes", "Focus chat input": "Mettre le focus sur l'entrée de la conversation", + "Folder": "", "Folder Background Image": "Image d'arrière-plan du dossier", "Folder deleted successfully": "Dossier supprimé avec succès", "Folder Name": "Nom du dossier", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Retour haptique", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "Hauteur", "Hello, {{name}}": "Bonjour, {{name}}.", "Help": "Aide", @@ -841,14 +848,10 @@ "Import Chats": "Importer les conversations", "Import Config from JSON File": "Importer la configuration depuis un fichier JSON", "Import From Link": "Importer depuis le lien", - "Import Functions": "Importer des fonctions", - "Import Models": "Importer des modèles", "Import Notes": "Importer des notes", "Import Presets": "Importer les préréglages", "Import Prompt Suggestions": "Importer des suggestions de prompt", - "Import Prompts": "Importer des prompts", "Import successful": "", - "Import Tools": "Importer des outils", "Important Update": "Mise à jour importante", "In order to force OCR, performing OCR must be enabled.": "Afin de forcer l'OCR, l'exécution de l'OCR doit être activée.", "Include": "Inclure", @@ -876,6 +879,7 @@ "Invalid file format.": "Format de fichier non valide.", "Invalid JSON file": "Fichier JSON non valide", "Invalid JSON format for ComfyUI Workflow.": "Format JSON non valide pour le workflow ComfyUI.", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "Format JSON non valide dans la configuration supplémentaire", "Invalid Tag": "Tag non valide", "is typing...": "est en train d'écrire...", @@ -1034,8 +1038,11 @@ "New Chat": "Nouvelle conversation", "New Folder": "Nouveau dossier", "New Function": "Nouvelle fonction", + "New Knowledge": "", + "New Model": "", "New Note": "Nouvelle note", "New Password": "Nouveau mot de passe", + "New Prompt": "", "New Tool": "Nouvel outil", "new-channel": "nouveau-canal", "Next message": "Message suivant", @@ -1051,6 +1058,7 @@ "No distance available": "Aucune distance disponible", "No feedbacks found": "Aucun avis trouvé", "No file selected": "Aucun fichier sélectionné", + "No functions found": "", "No groups with access, add a group to grant access": "Aucun groupe n'a accès, ajoutez un groupe pour accorder l'accès", "No HTML, CSS, or JavaScript content found.": "Aucun contenu HTML, CSS ou JavaScript trouvé.", "No inference engine with management support found": "Aucun moteur d'inférence avec support trouvé", @@ -1061,12 +1069,14 @@ "No models selected": "Aucun modèle sélectionné", "No Notes": "Pas de note", "No notes found": "Aucune note trouvée", + "No prompts found": "", "No results": "Aucun résultat trouvé", "No results found": "Aucun résultat trouvé", "No search query generated": "Aucune requête de recherche générée", "No source available": "Aucune source n'est disponible", "No sources found": "Aucune source trouvée", "No suggestion prompts": "Aucun prompt suggéré", + "No tools found": "", "No users were found.": "Aucun utilisateur trouvé.", "No valves": "", "No valves to update": "Aucune vanne à mettre à jour", @@ -1225,6 +1235,7 @@ "Public": "Public", "Pull \"{{searchValue}}\" from Ollama.com": "Récupérer « {{searchValue}} » depuis Ollama.com", "Pull a model from Ollama.com": "Télécharger un modèle depuis Ollama.com", + "Pull Model": "", "pypdfium2": "pypdfium2", "Query Generation Prompt": "Prompt de génération de requête", "Querying": "Requête en cours", @@ -1373,6 +1384,7 @@ "Select how to split message text for TTS requests": "Sélectionnez comment diviser le texte du message pour les requêtes TTS", "Select Knowledge": "Sélectionnez une connaissance", "Select only one model to call": "Sélectionnez seulement un modèle pour appeler", + "Select view": "", "Selected model(s) do not support image inputs": "Les modèle(s) sélectionné(s) ne prennent pas en charge les entrées d'images", "semantic": "sémantique", "Send": "Envoyer", @@ -1413,6 +1425,7 @@ "Share Chat": "Partage de conversation", "Share to Open WebUI Community": "Partager avec la communauté OpenWebUI", "Share your background and interests": "Partagez votre parcours et vos intérêts", + "Shared with you": "", "Sharing Permissions": "Autorisation de partage", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "Les raccourcis avec un astérisque (*) sont situationnels et ne sont actifs que dans des conditions spécifiques.", "Show": "Afficher", @@ -1480,6 +1493,7 @@ "System Instructions": "Instructions système", "System Prompt": "Prompt système", "Table Mode": "", + "Tag": "", "Tags": "Étiquettes", "Tags Generation": "Génération de tags", "Tags Generation Prompt": "Prompt de génération de tags", @@ -1591,6 +1605,7 @@ "Transformers": "Transformers", "Trouble accessing Ollama?": "Problèmes d'accès à Ollama ?", "Trust Proxy Environment": "Faire confiance au proxy de l'environement", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "Essayer à nouveau", "TTS Model": "Modèle de Text-to-Speech", "TTS Settings": "Réglages de Text-to-Speech", @@ -1627,6 +1642,7 @@ "Upload directory": "Téléverser un dossier", "Upload files": "Téléverser des fichiers", "Upload Files": "Téléverser des fichiers", + "Upload Model": "", "Upload Pipeline": "Pipeline de téléchargement", "Upload Progress": "Progression de l'envoi", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "Progression du téléchargement\u00a0: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)", diff --git a/src/lib/i18n/locales/gl-ES/translation.json b/src/lib/i18n/locales/gl-ES/translation.json index 68a4f9dcef..7fd7289dae 100644 --- a/src/lib/i18n/locales/gl-ES/translation.json +++ b/src/lib/i18n/locales/gl-ES/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Agregar usuario al grupo", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Axustar estas opcions aplicará os cambios universalmente a todos os usuarios.", "admin": "admin", "Admin": "Admin", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Xerar grupo", "Create Knowledge": "Xerar Conocemento", + "Create Model": "", "Create new key": "Xerar unha nova chave", "Create new secret key": "Xerar unha nova chave secreta", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Creado en", "Created At": "Creado en", "Created by": "Creado por", + "Created by you": "", "CSV Import": "Importa un CSV", "Ctrl+Enter to Send": "", "Current Model": "Modelo Actual", @@ -396,6 +399,7 @@ "Delete function?": "Borrar afunción?", "Delete Message": "Eliminar mensaxe", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "Borrar o prompt?", "delete this link": "Borrar este enlace", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Ingrese un detalle sobre vostede para que as suas LLMs recorden", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Ingrese a cadena de autorización de api (p.ej., nombre:contrasinal )", "Enter Application DN": "Ingrese a DN da aplicación", "Enter Application DN Password": "Ingrese a contrasinal da DN da aplicación", @@ -667,13 +674,9 @@ "Export chat (.json)": "Exportar chat (.json)", "Export Chats": "Exportar Chats", "Export Config to JSON File": "Exportar configuración a Arquivo JSON", - "Export Functions": "Exportar Funcions", - "Export Models": "Exportar Modelos", "Export Presets": "Exportar ajustes preestablecidos", "Export Prompt Suggestions": "", - "Export Prompts": "Exportar Prompts", "Export to CSV": "Exportar a CSV", - "Export Tools": "Exportar ferramentas", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Non pudo Lerse o contido do portapapeles", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Non puido gardarse a conversa", "Failed to save models configuration": "Non pudogardarse a configuración de os modelos", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Enfoca a entrada do chat", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Carpeta eliminada correctamente", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Retroalimentación háptica", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Hola, {{name}}", "Help": "axuda", @@ -841,14 +848,10 @@ "Import Chats": "Importar chats", "Import Config from JSON File": "Importar configuración desde Arquivo JSON", "Import From Link": "", - "Import Functions": "Importar Funcions", - "Import Models": "Importar modelos", "Import Notes": "", "Import Presets": "Importar ajustes preestablecidos", "Import Prompt Suggestions": "", - "Import Prompts": "Importar Prompts", "Import successful": "", - "Import Tools": "Importar ferramentas", "Important Update": "Actualización importante", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Incluir", @@ -876,6 +879,7 @@ "Invalid file format.": "Formato de Arquivo inválido.", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Etiqueta Inválida", "is typing...": "está escribindo...", @@ -1034,8 +1038,11 @@ "New Chat": "Novo Chat", "New Folder": "Nova carpeta", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Novo contrasinal ", + "New Prompt": "", "New Tool": "", "new-channel": "novo-canal", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "Non ten distancia disponible", "No feedbacks found": "No se encontraron retroalimentacions", "No file selected": "Ningún arquivo fué seleccionado", + "No functions found": "", "No groups with access, add a group to grant access": "Non ten grupos con acceso, agrega un grupo para otorgar acceso", "No HTML, CSS, or JavaScript content found.": "No se encontró contido HTML, CSS, o JavaScript.", "No inference engine with management support found": "No se encontró un motor de inferencia con soporte de gestión", @@ -1061,12 +1069,14 @@ "No models selected": "No se seleccionaron modelos", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "No se han encontrado resultados", "No results found": "No se han encontrado resultados", "No search query generated": "No se ha generado ninguna consulta de búsqueda", "No source available": "Non ten fuente disponible", "No sources found": "", "No suggestion prompts": "Sen prompts suxeridos", + "No tools found": "", "No users were found.": "No se encontraron usuarios.", "No valves": "", "No valves to update": "Non ten válvulas para actualizar", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Extraer \"{{searchValue}}\" de Ollama.com", "Pull a model from Ollama.com": "Obter un modelo de Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Prompt de xeneración de consulta", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Selecciona coñecemento", "Select only one model to call": "Selecciona sólo un modelo para llamar", + "Select view": "", "Selected model(s) do not support image inputs": "Os modelos seleccionados no admiten entradas de imaxen", "semantic": "", "Send": "Enviar", @@ -1412,6 +1424,7 @@ "Share Chat": "Compartir Chat", "Share to Open WebUI Community": "Compartir coa comunidads OpenWebUI", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Mostrar", @@ -1479,6 +1492,7 @@ "System Instructions": "Instruccions do sistema", "System Prompt": "Prompt do sistema", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "xeneración de etiquetas", "Tags Generation Prompt": "Prompt de xeneración de etiquetas", @@ -1590,6 +1604,7 @@ "Transformers": "Transformadores", "Trouble accessing Ollama?": "¿Problemas para acceder a Ollama?", "Trust Proxy Environment": "Confiar nos entornos de proxy", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "Modelo TTS", "TTS Settings": "Configuración de TTS", @@ -1626,6 +1641,7 @@ "Upload directory": "Directorio de carga", "Upload files": "Subir arquivos", "Upload Files": "Subir arquivos", + "Upload Model": "", "Upload Pipeline": "Subir Pipeline", "Upload Progress": "Progreso de carga", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/he-IL/translation.json b/src/lib/i18n/locales/he-IL/translation.json index e5911057d0..664b6702eb 100644 --- a/src/lib/i18n/locales/he-IL/translation.json +++ b/src/lib/i18n/locales/he-IL/translation.json @@ -65,6 +65,7 @@ "Add User Group": "", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "התאמת הגדרות אלו תחול על כל המשתמשים.", "admin": "מנהל", "Admin": "מנהל", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "יצירת קבוצה", "Create Knowledge": "", + "Create Model": "", "Create new key": "צור מפתח חדש", "Create new secret key": "צור מפתח סודי חדש", "Create Note": "יצירת פתק", @@ -350,6 +352,7 @@ "Created at": "נוצר ב", "Created At": "נוצר ב", "Created by": "", + "Created by you": "", "CSV Import": "", "Ctrl+Enter to Send": "", "Current Model": "המודל הנוכחי", @@ -396,6 +399,7 @@ "Delete function?": "", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "", "delete this link": "מחק את הקישור הזה", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "הזן פרטים על עצמך כדי שLLMs יזכור", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "", "Export Chats": "ייצוא צ'אטים", "Export Config to JSON File": "", - "Export Functions": "", - "Export Models": "ייצוא מודלים", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "ייצוא פקודות", "Export to CSV": "", - "Export Tools": "", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "קריאת תוכן הלוח נכשלה", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "שמירת השיחה נכשלה", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "מיקוד הקלט לצ'אט", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "שלום, {{name}}", "Help": "עזרה", @@ -841,14 +848,10 @@ "Import Chats": "יבוא צ'אטים", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "", - "Import Models": "ייבוא דגמים", "Import Notes": "ייבוא פתקים", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "ייבוא פקודות", "Import successful": "", - "Import Tools": "ייבוא כלים", "Important Update": "עדכון חשוב", "In order to force OCR, performing OCR must be enabled.": "", "Include": "", @@ -876,6 +879,7 @@ "Invalid file format.": "", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "תג לא חוקי", "is typing...": "מקליד...", @@ -1034,8 +1038,11 @@ "New Chat": "צ'אט חדש", "New Folder": "תיקייה חדשה", "New Function": "פונקציה חדשה", + "New Knowledge": "", + "New Model": "", "New Note": "פתק חדש", "New Password": "סיסמה חדשה", + "New Prompt": "", "New Tool": "כלי חדש", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "", "No feedbacks found": "", "No file selected": "", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "לא נמצאו תוצאות", "No results found": "לא נמצאו תוצאות", "No search query generated": "לא נוצרה שאילתת חיפוש", "No source available": "אין מקור זמין", "No sources found": "", "No suggestion prompts": "אין פרומפטים מוצעים", + "No tools found": "", "No users were found.": "לא נמצאו יוזרים", "No valves": "", "No valves to update": "", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "משוך \"{{searchValue}}\" מ-Ollama.com", "Pull a model from Ollama.com": "משוך מודל מ-Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1373,6 +1384,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "", "Select only one model to call": "", + "Select view": "", "Selected model(s) do not support image inputs": "דגמים נבחרים אינם תומכים בקלט תמונה", "semantic": "", "Send": "שלח", @@ -1413,6 +1425,7 @@ "Share Chat": "שתף צ'אט", "Share to Open WebUI Community": "שתף לקהילת OpenWebUI", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "הצג", @@ -1480,6 +1493,7 @@ "System Instructions": "", "System Prompt": "תגובת מערכת", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "", @@ -1591,6 +1605,7 @@ "Transformers": "", "Trouble accessing Ollama?": "קשה לגשת לOllama?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "", "TTS Settings": "הגדרות TTS", @@ -1627,6 +1642,7 @@ "Upload directory": "", "Upload files": "", "Upload Files": "העלאת קבצים", + "Upload Model": "", "Upload Pipeline": "", "Upload Progress": "תקדמות העלאה", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/hi-IN/translation.json b/src/lib/i18n/locales/hi-IN/translation.json index b9e7e6fdc9..e5cd40086c 100644 --- a/src/lib/i18n/locales/hi-IN/translation.json +++ b/src/lib/i18n/locales/hi-IN/translation.json @@ -65,6 +65,7 @@ "Add User Group": "", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "इन सेटिंग्स को समायोजित करने से परिवर्तन सभी उपयोगकर्ताओं पर सार्वभौमिक रूप से लागू होंगे।", "admin": "व्यवस्थापक", "Admin": "", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "", "Create Knowledge": "", + "Create Model": "", "Create new key": "नया क्रिप्टोग्राफिक क्षेत्र बनाएं", "Create new secret key": "नया क्रिप्टोग्राफिक क्षेत्र बनाएं", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "किस समय बनाया गया", "Created At": "किस समय बनाया गया", "Created by": "", + "Created by you": "", "CSV Import": "", "Ctrl+Enter to Send": "", "Current Model": "वर्तमान मॉडल", @@ -396,6 +399,7 @@ "Delete function?": "", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "", "delete this link": "इस लिंक को हटाएं", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "अपने एलएलएम को याद करने के लिए अपने बारे में एक विवरण दर्ज करें", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "", "Export Chats": "चैट निर्यात करें", "Export Config to JSON File": "", - "Export Functions": "", - "Export Models": "निर्यात मॉडल", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "प्रॉम्प्ट निर्यात करें", "Export to CSV": "", - "Export Tools": "", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "क्लिपबोर्ड सामग्री पढ़ने में विफल", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "वार्तालाप सहेजने में विफल", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "चैट इनपुट पर फ़ोकस करें", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "नमस्ते, {{name}}", "Help": "मदद", @@ -841,14 +848,10 @@ "Import Chats": "चैट आयात करें", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "", - "Import Models": "आयात मॉडल", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "प्रॉम्प्ट आयात करें", "Import successful": "", - "Import Tools": "", "Important Update": "महत्वपूर्ण अपडेट", "In order to force OCR, performing OCR must be enabled.": "", "Include": "", @@ -876,6 +879,7 @@ "Invalid file format.": "", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "अवैध टैग", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "नई चैट", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "नया पासवर्ड", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "", "No feedbacks found": "", "No file selected": "", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "कोई परिणाम नहीं मिला", "No results found": "कोई परिणाम नहीं मिला", "No search query generated": "कोई खोज क्वेरी जनरेट नहीं हुई", "No source available": "कोई स्रोत उपलब्ध नहीं है", "No sources found": "", "No suggestion prompts": "कोई सुझावित प्रॉम्प्ट नहीं", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "\"{{searchValue}}\" को Ollama.com से खींचें", "Pull a model from Ollama.com": "Ollama.com से एक मॉडल खींचें", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "", "Select only one model to call": "", + "Select view": "", "Selected model(s) do not support image inputs": "चयनित मॉडल छवि इनपुट का समर्थन नहीं करते हैं", "semantic": "", "Send": "भेज", @@ -1412,6 +1424,7 @@ "Share Chat": "चैट साझा करें", "Share to Open WebUI Community": "OpenWebUI समुदाय में साझा करें", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "दिखाओ", @@ -1479,6 +1492,7 @@ "System Instructions": "", "System Prompt": "सिस्टम प्रॉम्प्ट", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "", @@ -1590,6 +1604,7 @@ "Transformers": "", "Trouble accessing Ollama?": "Ollama तक पहुँचने में परेशानी हो रही है?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "", "TTS Settings": "TTS सेटिंग्स", @@ -1626,6 +1641,7 @@ "Upload directory": "", "Upload files": "", "Upload Files": "फ़ाइलें अपलोड करें", + "Upload Model": "", "Upload Pipeline": "", "Upload Progress": "प्रगति अपलोड करें", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/hr-HR/translation.json b/src/lib/i18n/locales/hr-HR/translation.json index 10828c2da5..1a4516c91d 100644 --- a/src/lib/i18n/locales/hr-HR/translation.json +++ b/src/lib/i18n/locales/hr-HR/translation.json @@ -65,6 +65,7 @@ "Add User Group": "", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Podešavanje će se primijeniti univerzalno na sve korisnike.", "admin": "administrator", "Admin": "Admin", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "", "Create Knowledge": "", + "Create Model": "", "Create new key": "Stvori novi ključ", "Create new secret key": "Stvori novi tajni ključ", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Stvoreno", "Created At": "Stvoreno", "Created by": "", + "Created by you": "", "CSV Import": "", "Ctrl+Enter to Send": "", "Current Model": "Trenutni model", @@ -396,6 +399,7 @@ "Delete function?": "", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "", "delete this link": "izbriši ovu vezu", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Unesite pojedinosti o sebi da bi učitali memoriju u LLM", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "Izvoz četa (.json)", "Export Chats": "Izvoz razgovora", "Export Config to JSON File": "", - "Export Functions": "", - "Export Models": "Izvoz modela", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "Izvoz prompta", "Export to CSV": "", - "Export Tools": "Izvoz alata", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Neuspješno čitanje sadržaja međuspremnika", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Neuspješno spremanje razgovora", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Fokusiraj unos razgovora", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Bok, {{name}}", "Help": "Pomoć", @@ -841,14 +848,10 @@ "Import Chats": "Uvoz razgovora", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "", - "Import Models": "Uvoz modela", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "Uvoz prompta", "Import successful": "", - "Import Tools": "Uvoz alata", "Important Update": "Važno ažuriranje", "In order to force OCR, performing OCR must be enabled.": "", "Include": "", @@ -876,6 +879,7 @@ "Invalid file format.": "", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Nevažeća oznaka", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "Novi razgovor", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Nova lozinka", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "", "No feedbacks found": "", "No file selected": "", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Nema rezultata", "No results found": "Nema rezultata", "No search query generated": "Nije generiran upit za pretraživanje", "No source available": "Nema dostupnog izvora", "No sources found": "", "No suggestion prompts": "Nema predloženih prompta", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Povucite \"{{searchValue}}\" s Ollama.com", "Pull a model from Ollama.com": "Povucite model s Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1373,6 +1384,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "", "Select only one model to call": "Odaberite samo jedan model za poziv", + "Select view": "", "Selected model(s) do not support image inputs": "Odabrani modeli ne podržavaju unose slika", "semantic": "", "Send": "Pošalji", @@ -1413,6 +1425,7 @@ "Share Chat": "Podijeli razgovor", "Share to Open WebUI Community": "Podijeli u OpenWebUI zajednici", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Pokaži", @@ -1480,6 +1493,7 @@ "System Instructions": "", "System Prompt": "Sistemski prompt", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "", @@ -1591,6 +1605,7 @@ "Transformers": "", "Trouble accessing Ollama?": "Problemi s pristupom Ollama?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "TTS model", "TTS Settings": "TTS postavke", @@ -1627,6 +1642,7 @@ "Upload directory": "", "Upload files": "", "Upload Files": "Prijenos datoteka", + "Upload Model": "", "Upload Pipeline": "Prijenos kanala", "Upload Progress": "Napredak učitavanja", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/hu-HU/translation.json b/src/lib/i18n/locales/hu-HU/translation.json index 16545a0482..e6f780b258 100644 --- a/src/lib/i18n/locales/hu-HU/translation.json +++ b/src/lib/i18n/locales/hu-HU/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Felhasználói csoport hozzáadása", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Ezen beállítások módosítása minden felhasználóra érvényes lesz.", "admin": "admin", "Admin": "Admin", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Csoport létrehozása", "Create Knowledge": "Tudás létrehozása", + "Create Model": "", "Create new key": "Új kulcs létrehozása", "Create new secret key": "Új titkos kulcs létrehozása", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Létrehozva", "Created At": "Létrehozva", "Created by": "Létrehozta", + "Created by you": "", "CSV Import": "CSV importálás", "Ctrl+Enter to Send": "Ctrl+Enter a küldéshez", "Current Model": "Jelenlegi modell", @@ -396,6 +399,7 @@ "Delete function?": "Törli a funkciót?", "Delete Message": "Üzenet törlése", "Delete message?": "Üzenet törlése?", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "Törli a promptot?", "delete this link": "link törlése", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Adj meg egy részletet magadról, amit az LLM-ek megjegyezhetnek", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Add meg az API hitelesítési karakterláncot (pl. felhasználónév:jelszó)", "Enter Application DN": "Add meg az alkalmazás DN-t", "Enter Application DN Password": "Add meg az alkalmazás DN jelszavát", @@ -667,13 +674,9 @@ "Export chat (.json)": "Beszélgetés exportálása (.json)", "Export Chats": "Beszélgetések exportálása", "Export Config to JSON File": "Konfiguráció exportálása JSON fájlba", - "Export Functions": "Funkciók exportálása", - "Export Models": "Modellek exportálása", "Export Presets": "Előre beállított exportálás", "Export Prompt Suggestions": "", - "Export Prompts": "Promptok exportálása", "Export to CSV": "Exportálás CSV-be", - "Export Tools": "Eszközök exportálása", "Export Users": "", "External": "Külső", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Nem sikerült olvasni a vágólap tartalmát", + "Failed to render diagram": "", "Failed to save connections": "Nem sikerült menteni a kapcsolatokat", "Failed to save conversation": "Nem sikerült menteni a beszélgetést", "Failed to save models configuration": "Nem sikerült menteni a modellek konfigurációját", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Chat bevitel fókuszálása", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Mappa sikeresen törölve", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Tapintási visszajelzés", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Helló, {{name}}", "Help": "Segítség", @@ -841,14 +848,10 @@ "Import Chats": "Beszélgetések importálása", "Import Config from JSON File": "Konfiguráció importálása JSON fájlból", "Import From Link": "", - "Import Functions": "Funkciók importálása", - "Import Models": "Modellek importálása", "Import Notes": "", "Import Presets": "Előre beállított importálás", "Import Prompt Suggestions": "", - "Import Prompts": "Promptok importálása", "Import successful": "", - "Import Tools": "Eszközök importálása", "Important Update": "Fontos frissítés", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Tartalmaz", @@ -876,6 +879,7 @@ "Invalid file format.": "Érvénytelen fájlformátum.", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Érvénytelen címke", "is typing...": "ír...", @@ -1034,8 +1038,11 @@ "New Chat": "Új beszélgetés", "New Folder": "Új mappa", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Új jelszó", + "New Prompt": "", "New Tool": "", "new-channel": "új csatorna", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "Nincs elérhető távolság", "No feedbacks found": "Nem található visszajelzés", "No file selected": "Nincs kiválasztva fájl", + "No functions found": "", "No groups with access, add a group to grant access": "Nincs hozzáféréssel rendelkező csoport, adj hozzá egy csoportot a hozzáférés megadásához", "No HTML, CSS, or JavaScript content found.": "Nem található HTML, CSS vagy JavaScript tartalom.", "No inference engine with management support found": "Nem található kezelést támogató következtetési motor", @@ -1061,12 +1069,14 @@ "No models selected": "Nincs kiválasztott modell", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Nincs találat", "No results found": "Nincs találat", "No search query generated": "Nem generálódott keresési lekérdezés", "No source available": "Nincs elérhető forrás", "No sources found": "", "No suggestion prompts": "Nincsenek javasolt promptok", + "No tools found": "", "No users were found.": "Nem található felhasználó.", "No valves": "", "No valves to update": "Nincs frissítendő szelep", @@ -1225,6 +1235,7 @@ "Public": "Nyilvános", "Pull \"{{searchValue}}\" from Ollama.com": "\"{{searchValue}}\" letöltése az Ollama.com-ról", "Pull a model from Ollama.com": "Modell letöltése az Ollama.com-ról", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Lekérdezés generálási prompt", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Tudásbázis kiválasztása", "Select only one model to call": "Csak egy modellt válasszon ki hívásra", + "Select view": "", "Selected model(s) do not support image inputs": "A kiválasztott modell(ek) nem támogatják a képbemenetet", "semantic": "", "Send": "Küldés", @@ -1412,6 +1424,7 @@ "Share Chat": "Beszélgetés megosztása", "Share to Open WebUI Community": "Megosztás az OpenWebUI közösséggel", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "Megosztási engedélyek", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Mutat", @@ -1479,6 +1492,7 @@ "System Instructions": "Rendszer utasítások", "System Prompt": "Rendszer prompt", "Table Mode": "", + "Tag": "", "Tags": "Címkék", "Tags Generation": "Címke generálás", "Tags Generation Prompt": "Címke generálási prompt", @@ -1590,6 +1604,7 @@ "Transformers": "Transformerek", "Trouble accessing Ollama?": "Problémája van az Ollama elérésével?", "Trust Proxy Environment": "Proxy környezet megbízhatósága", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "TTS modell", "TTS Settings": "TTS beállítások", @@ -1626,6 +1641,7 @@ "Upload directory": "Könyvtár feltöltése", "Upload files": "Fájlok feltöltése", "Upload Files": "Fájlok feltöltése", + "Upload Model": "", "Upload Pipeline": "Folyamat feltöltése", "Upload Progress": "Feltöltési folyamat", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/id-ID/translation.json b/src/lib/i18n/locales/id-ID/translation.json index 9bead8ae06..0c1e16388f 100644 --- a/src/lib/i18n/locales/id-ID/translation.json +++ b/src/lib/i18n/locales/id-ID/translation.json @@ -65,6 +65,7 @@ "Add User Group": "", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Menyesuaikan pengaturan ini akan menerapkan perubahan secara universal ke semua pengguna.", "admin": "admin", "Admin": "Admin", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "", "Create Knowledge": "", + "Create Model": "", "Create new key": "Buat kunci baru", "Create new secret key": "Buat kunci rahasia baru", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Dibuat di", "Created At": "Dibuat di", "Created by": "Dibuat oleh", + "Created by you": "", "CSV Import": "Impor CSV", "Ctrl+Enter to Send": "", "Current Model": "Model Saat Ini", @@ -396,6 +399,7 @@ "Delete function?": "Fungsi hapus?", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "Perintah hapus?", "delete this link": "hapus tautan ini", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Masukkan detail tentang diri Anda untuk diingat oleh LLM Anda", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Masukkan string pengesahan API (misalnya nama pengguna: kata sandi)", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "Ekspor obrolan (.json)", "Export Chats": "Ekspor Obrolan", "Export Config to JSON File": "", - "Export Functions": "Fungsi Ekspor", - "Export Models": "Model Ekspor", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "Perintah Ekspor", "Export to CSV": "", - "Export Tools": "Alat Ekspor", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Gagal membaca konten papan klip", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Gagal menyimpan percakapan", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Memfokuskan input obrolan", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Halo, {{name}}", "Help": "Bantuan", @@ -841,14 +848,10 @@ "Import Chats": "Impor Obrolan", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "Fungsi Impor", - "Import Models": "Model Impor", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "Petunjuk Impor", "Import successful": "", - "Import Tools": "Alat Impor", "Important Update": "Pembaruan penting", "In order to force OCR, performing OCR must be enabled.": "", "Include": "", @@ -876,6 +879,7 @@ "Invalid file format.": "", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Tag tidak valid", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "Obrolan Baru", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Kata Sandi Baru", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "", "No feedbacks found": "", "No file selected": "Tidak ada file yang dipilih", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Tidak ada hasil yang ditemukan", "No results found": "Tidak ada hasil yang ditemukan", "No search query generated": "Tidak ada permintaan pencarian yang dibuat", "No source available": "Tidak ada sumber yang tersedia", "No sources found": "", "No suggestion prompts": "Tidak ada prompt saran", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "Tidak ada katup untuk diperbarui", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Tarik \"{{searchValue}}\" dari Ollama.com", "Pull a model from Ollama.com": "Tarik model dari Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1371,6 +1382,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "", "Select only one model to call": "Pilih hanya satu model untuk dipanggil", + "Select view": "", "Selected model(s) do not support image inputs": "Model yang dipilih tidak mendukung input gambar", "semantic": "", "Send": "Kirim", @@ -1411,6 +1423,7 @@ "Share Chat": "Bagikan Obrolan", "Share to Open WebUI Community": "Bagikan ke Komunitas OpenWebUI", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Tampilkan", @@ -1478,6 +1491,7 @@ "System Instructions": "", "System Prompt": "Permintaan Sistem", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "", @@ -1589,6 +1603,7 @@ "Transformers": "", "Trouble accessing Ollama?": "Kesulitan mengakses Ollama?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "Model TTS", "TTS Settings": "Pengaturan TTS", @@ -1625,6 +1640,7 @@ "Upload directory": "", "Upload files": "", "Upload Files": "Unggah File", + "Upload Model": "", "Upload Pipeline": "Unggah Pipeline", "Upload Progress": "Kemajuan Unggah", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/ie-GA/translation.json b/src/lib/i18n/locales/ie-GA/translation.json index 5bebcc32bc..6778c001e9 100644 --- a/src/lib/i18n/locales/ie-GA/translation.json +++ b/src/lib/i18n/locales/ie-GA/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Cuir Grúpa Úsáideoirí leis", "Additional Config": "Cumraíocht Bhreise", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "Roghanna cumraíochta breise don mharcóir. Ba chóir gur teaghrán JSON é seo le péirí eochrach-luachanna. Mar shampla, '{\"key\": \"value\"}'. I measc na n-eochracha a dtacaítear leo tá: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Cuirfear na socruithe seo ag coigeartú athruithe go huilíoch ar gach úsáideoir.", "admin": "riarachán", "Admin": "Riarachán", @@ -343,6 +344,7 @@ "Create Folder": "Cruthaigh Fillteán", "Create Group": "Cruthaigh Grúpa", "Create Knowledge": "Cruthaigh Eolais", + "Create Model": "", "Create new key": "Cruthaigh eochair nua", "Create new secret key": "Cruthaigh eochair rúnda nua", "Create Note": "Cruthaigh Nóta", @@ -350,6 +352,7 @@ "Created at": "Cruthaithe ag", "Created At": "Cruthaithe Ag", "Created by": "Cruthaithe ag", + "Created by you": "", "CSV Import": "Iompórtáil CSV", "Ctrl+Enter to Send": "Ctrl+Iontráil chun Seol", "Current Model": "Samhail Reatha", @@ -396,6 +399,7 @@ "Delete function?": "Scrios feidhm?", "Delete Message": "Scrios Teachtaireacht", "Delete message?": "Scrios teachtaireacht?", + "Delete Model": "", "Delete note?": "Scrios an nóta?", "Delete prompt?": "Scrios leid?", "delete this link": "scrios an nasc seo", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Cuir isteach mionsonraí fút féin chun do LLManna a mheabhrú", "Enter a title for the pending user info overlay. Leave empty for default.": "Cuir isteach teideal don fhorleagan faisnéise úsáideora atá ar feitheamh. Fág folamh don réamhshocrú.", "Enter a watermark for the response. Leave empty for none.": "Cuir isteach comhartha uisce don fhreagra. Fág folamh mura bhfuil aon cheann ann.", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Cuir isteach sreang auth api (m.sh. ainm úsáideora: pasfhocal)", "Enter Application DN": "Cuir isteach Feidhmchlár DN", "Enter Application DN Password": "Iontráil Feidhmchlár DN Pasfhocal", @@ -667,13 +674,9 @@ "Export chat (.json)": "Easpórtáil comhrá (.json)", "Export Chats": "Comhráite Easpórtá", "Export Config to JSON File": "Easpórtáil Cumraíocht chuig Comhad JSON", - "Export Functions": "Feidhmeanna Easp", - "Export Models": "Samhlacha Easpórtála", "Export Presets": "Easpórtáil Gach Comhrá Cartlainne", "Export Prompt Suggestions": "Moltaí Easpórtála", - "Export Prompts": "Leideanna Easpórtála", "Export to CSV": "Easpórtáil go CSV", - "Export Tools": "Uirlisí Easpór", "Export Users": "Easpórtáil Úsáideoirí", "External": "Seachtrach", "External Document Loader URL required.": "URL Luchtaitheora Doiciméad Seachtrach ag teastáil.", @@ -698,6 +701,7 @@ "Failed to load file content.": "Theip ar lódáil ábhar an chomhaid.", "Failed to move chat": "Theip ar an gcomhrá a bhogadh", "Failed to read clipboard contents": "Theip ar ábhar gearrthaisce a lé", + "Failed to render diagram": "", "Failed to save connections": "Theip ar na naisc a shábháil", "Failed to save conversation": "Theip ar an gcomhrá a shábháil", "Failed to save models configuration": "Theip ar chumraíocht na samhlacha a shábháil", @@ -731,6 +735,7 @@ "Firecrawl API Key": "Eochair API Firecrawl", "Floating Quick Actions": "Gníomhartha Tapa Snámha", "Focus chat input": "Ionchur comhrá fócas", + "Folder": "", "Folder Background Image": "Íomhá Chúlra Fillteáin", "Folder deleted successfully": "Scriosadh an fillteán go rathúil", "Folder Name": "Ainm an Fhillteáin", @@ -800,6 +805,8 @@ "H2": "H2", "H3": "H3", "Haptic Feedback": "Aiseolas Haptic", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "Airde", "Hello, {{name}}": "Dia duit, {{name}}", "Help": "Cabhair", @@ -841,14 +848,10 @@ "Import Chats": "Comhráite iompórtá", "Import Config from JSON File": "Cumraíocht Iompórtáil ó Chomhad JSON", "Import From Link": "Iompórtáil Ó Nasc", - "Import Functions": "Feidhmeanna Iom", - "Import Models": "Iompórtáil Samhlacha", "Import Notes": "Nótaí Iompórtála", "Import Presets": "Réamhshocruithe Iompórtáil", "Import Prompt Suggestions": "Moltaí Pras Iompórtála", - "Import Prompts": "Leideanna Iompórtála", "Import successful": "", - "Import Tools": "Uirlisí Iomp", "Important Update": "Nuashonrú tábhachtach", "In order to force OCR, performing OCR must be enabled.": "Chun OCR a fhorchur, ní mór OCR a chumasú.", "Include": "Cuir san áireamh", @@ -876,6 +879,7 @@ "Invalid file format.": "Formáid comhaid neamhbhailí.", "Invalid JSON file": "Comhad JSON neamhbhailí", "Invalid JSON format for ComfyUI Workflow.": "Formáid JSON neamhbhailí do Shreabhadh Oibre ComfyUI.", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "Formáid JSON neamhbhailí i gCumraíocht Bhreise", "Invalid Tag": "Clib neamhbhailí", "is typing...": "ag clóscríobh...", @@ -1034,8 +1038,11 @@ "New Chat": "Comhrá Nua", "New Folder": "Fillteán Nua", "New Function": "Feidhm Nua", + "New Knowledge": "", + "New Model": "", "New Note": "Nóta Nua", "New Password": "Pasfhocal Nua", + "New Prompt": "", "New Tool": "Uirlis Nua", "new-channel": "nua-chainéil", "Next message": "An chéad teachtaireacht eile", @@ -1051,6 +1058,7 @@ "No distance available": "Níl achar ar fáil", "No feedbacks found": "Níor aimsíodh aon aiseolas", "No file selected": "Níl aon chomhad roghnaithe", + "No functions found": "", "No groups with access, add a group to grant access": "Gan aon ghrúpa a bhfuil rochtain acu, cuir grúpa leis chun rochtain a dheonú", "No HTML, CSS, or JavaScript content found.": "Níor aimsíodh aon ábhar HTML, CSS nó JavaScript.", "No inference engine with management support found": "Níor aimsíodh aon inneall tátail le tacaíocht bhainistíochta", @@ -1061,12 +1069,14 @@ "No models selected": "Uimh samhlacha roghnaithe", "No Notes": "Gan Nótaí", "No notes found": "Níor aimsíodh aon nótaí", + "No prompts found": "", "No results": "Níl aon torthaí le fáil", "No results found": "Níl aon torthaí le fáil", "No search query generated": "Ní ghintear aon cheist cuardaigh", "No source available": "Níl aon fhoinse ar fáil", "No sources found": "Níor aimsíodh aon fhoinsí", "No suggestion prompts": "Gan leideanna molta", + "No tools found": "", "No users were found.": "Níor aimsíodh aon úsáideoirí.", "No valves": "Gan comhlaí", "No valves to update": "Gan comhlaí le nuashonrú", @@ -1225,6 +1235,7 @@ "Public": "Poiblí", "Pull \"{{searchValue}}\" from Ollama.com": "Tarraing \"{{searchValue}}\" ó Ollama.com", "Pull a model from Ollama.com": "Tarraing samhail ó Ollama.com", + "Pull Model": "", "pypdfium2": "pypdfium2", "Query Generation Prompt": "Cuirí Ginearáil Ceisteanna", "Querying": "Ag fiosrú", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "Roghnaigh conas téacs teachtaireachta a roinnt le haghaidh iarratais TTS", "Select Knowledge": "Roghnaigh Eolais", "Select only one model to call": "Roghnaigh samhail amháin le glaoch", + "Select view": "", "Selected model(s) do not support image inputs": "Ní thacaíonn an/na samhlacha roghnaithe le hionchuir íomhá", "semantic": "séimeantach", "Send": "Seol", @@ -1412,6 +1424,7 @@ "Share Chat": "Comhroinn Comhrá", "Share to Open WebUI Community": "Comhroinn le Pobal OpenWebUI", "Share your background and interests": "Roinn do chúlra agus do leasanna", + "Shared with you": "", "Sharing Permissions": "Ceadanna a Roinnt", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "Is cásanna iad aicearraí a bhfuil réalta (*) orthu agus ní bhíonn siad gníomhach ach faoi choinníollacha sonracha.", "Show": "Taispeáin", @@ -1479,6 +1492,7 @@ "System Instructions": "Treoracha Córas", "System Prompt": "Córas Leid", "Table Mode": "Mód Tábla", + "Tag": "", "Tags": "Clibeanna", "Tags Generation": "Giniúint Clibeanna", "Tags Generation Prompt": "Clibeanna Giniúint Leid", @@ -1590,6 +1604,7 @@ "Transformers": "Claochladáin", "Trouble accessing Ollama?": "Deacracht teacht ar Ollama?", "Trust Proxy Environment": "Timpeallacht Iontaobhais do Phróicís", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "Bain Triail Arís", "TTS Model": "Samhail TTS", "TTS Settings": "Socruithe TTS", @@ -1626,6 +1641,7 @@ "Upload directory": "Uaslódáil eolaire", "Upload files": "Uaslódáil comhaid", "Upload Files": "Uaslódáil Comhaid", + "Upload Model": "", "Upload Pipeline": "Uaslódáil píblíne", "Upload Progress": "Dul Chun Cinn an Uaslódála", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "Dul Chun Cinn Uaslódála: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)", diff --git a/src/lib/i18n/locales/it-IT/translation.json b/src/lib/i18n/locales/it-IT/translation.json index 1a61045367..335dec165a 100644 --- a/src/lib/i18n/locales/it-IT/translation.json +++ b/src/lib/i18n/locales/it-IT/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Aggiungi gruppo utente", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "La modifica di queste impostazioni applicherà le modifiche universalmente a tutti gli utenti.", "admin": "amministratore", "Admin": "Amministratore", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Crea gruppo", "Create Knowledge": "Crea conoscenza", + "Create Model": "", "Create new key": "Crea nuova chiave", "Create new secret key": "Crea nuova chiave segreta", "Create Note": "Crea nota", @@ -350,6 +352,7 @@ "Created at": "Creato il", "Created At": "Creato il", "Created by": "Creato da", + "Created by you": "", "CSV Import": "Importazione CSV", "Ctrl+Enter to Send": "Ctrl+Invio per inviare", "Current Model": "Modello corrente", @@ -396,6 +399,7 @@ "Delete function?": "Elimina funzione?", "Delete Message": "Elimina messaggio", "Delete message?": "Elimina messaggio?", + "Delete Model": "", "Delete note?": "Elimina nota?", "Delete prompt?": "Elimina prompt?", "delete this link": "elimina questo link", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Inserisci un dettaglio su di te per che i LLM possano ricordare", "Enter a title for the pending user info overlay. Leave empty for default.": "Inserisci un titolo per gli utente in attesa nella schermata informazioni. LAscia vuoto per il predefinito.", "Enter a watermark for the response. Leave empty for none.": "Inserisci un watermark per le risposte. Lascia vuoto per nessuno.", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Inserisci la stringa di autenticazione API (ad es. nome utente:password)", "Enter Application DN": "Inserisci DN dell'applicazione", "Enter Application DN Password": "Inserisci password DN dell'applicazione", @@ -667,13 +674,9 @@ "Export chat (.json)": "Esporta chat (.json)", "Export Chats": "Esporta Chat", "Export Config to JSON File": "Esporta Configurazione in file JSON", - "Export Functions": "Esporta Funzioni", - "Export Models": "Esporta Modelli", "Export Presets": "Esporta Preset", "Export Prompt Suggestions": "Esporta i suggerimenti per il prompt", - "Export Prompts": "Esporta Prompt", "Export to CSV": "Esporta in CSV", - "Export Tools": "Esporta Strumenti", "Export Users": "", "External": "Esterno", "External Document Loader URL required.": "URL esterna per il Document Loader necessaria.", @@ -698,6 +701,7 @@ "Failed to load file content.": "Impossibile caricare il contenuto del file.", "Failed to move chat": "", "Failed to read clipboard contents": "Impossibile leggere il contenuto degli appunti", + "Failed to render diagram": "", "Failed to save connections": "Impossibile salvare le connessioni", "Failed to save conversation": "Impossibile salvare la conversazione", "Failed to save models configuration": "Impossibile salvare la configurazione dei modelli", @@ -731,6 +735,7 @@ "Firecrawl API Key": "Chiave API Firecrawl", "Floating Quick Actions": "", "Focus chat input": "Metti a fuoco l'input della chat", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Cartella rimossa con successo", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Feedback Aptico", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Ciao, {{name}}", "Help": "Aiuto", @@ -841,14 +848,10 @@ "Import Chats": "Importa Chat", "Import Config from JSON File": "Importa Configurazione da File JSON", "Import From Link": "Importa dai link", - "Import Functions": "Importa Funzioni", - "Import Models": "Importazione Modelli", "Import Notes": "Importa Note", "Import Presets": "Importa Preset", "Import Prompt Suggestions": "Importa suggerimenti Prompt", - "Import Prompts": "Importa Prompt", "Import successful": "", - "Import Tools": "Importa Tool", "Important Update": "Aggiornamento importante", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Includi", @@ -876,6 +879,7 @@ "Invalid file format.": "Formato file non valido.", "Invalid JSON file": "File JSOn non valido", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Tag non valido", "is typing...": "sta digitando...", @@ -1034,8 +1038,11 @@ "New Chat": "Nuova chat", "New Folder": "Nuova cartella", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "Nuova nota", "New Password": "Nuova password", + "New Prompt": "", "New Tool": "Nuovo strumento", "new-channel": "nuovo-canale", "Next message": "Messaggio successivo", @@ -1051,6 +1058,7 @@ "No distance available": "Nessuna distanza disponibile", "No feedbacks found": "Nessun feedback trovato", "No file selected": "Nessun file selezionato", + "No functions found": "", "No groups with access, add a group to grant access": "Nessun gruppo con accesso, aggiungi un gruppo per concedere l'accesso", "No HTML, CSS, or JavaScript content found.": "Nessun contenuto HTML, CSS o JavaScript trovato.", "No inference engine with management support found": "Nessun motore di inferenza con supporto per la gestione trovato", @@ -1061,12 +1069,14 @@ "No models selected": "Nessun modello selezionato", "No Notes": "Nessuna nota", "No notes found": "", + "No prompts found": "", "No results": "Nessun risultato trovato", "No results found": "Nessun risultato trovato", "No search query generated": "Nessuna query di ricerca generata", "No source available": "Nessuna fonte disponibile", "No sources found": "", "No suggestion prompts": "Nessun prompt suggerito", + "No tools found": "", "No users were found.": "Nessun utente trovato.", "No valves": "", "No valves to update": "Nessuna valvola da aggiornare", @@ -1225,6 +1235,7 @@ "Public": "Pubblico", "Pull \"{{searchValue}}\" from Ollama.com": "Estrai \"{{searchValue}}\" da Ollama.com", "Pull a model from Ollama.com": "Estrai un modello da Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Prompt di Generazione Query", "Querying": "", @@ -1373,6 +1384,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Seleziona conoscenza", "Select only one model to call": "Seleziona solo un modello da chiamare", + "Select view": "", "Selected model(s) do not support image inputs": "I modelli selezionati non supportano l'input di immagini", "semantic": "", "Send": "Invia", @@ -1413,6 +1425,7 @@ "Share Chat": "Condividi chat", "Share to Open WebUI Community": "Condividi con la comunità OpenWebUI", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "Condivisione dei permessi", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Mostra", @@ -1480,6 +1493,7 @@ "System Instructions": "Istruzioni di sistema", "System Prompt": "Prompt di sistema", "Table Mode": "", + "Tag": "", "Tags": "Tag", "Tags Generation": "Generazione tag", "Tags Generation Prompt": "Prompt di generazione dei tag", @@ -1591,6 +1605,7 @@ "Transformers": "Transformer", "Trouble accessing Ollama?": "Problemi di accesso a Ollama?", "Trust Proxy Environment": "Fidati dell'Ambiente Proxy", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "Modello TTS", "TTS Settings": "Impostazioni TTS", @@ -1627,6 +1642,7 @@ "Upload directory": "Carica cartella", "Upload files": "Carica file", "Upload Files": "Carica File", + "Upload Model": "", "Upload Pipeline": "Carica Pipeline", "Upload Progress": "Avanzamento Caricamento", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json index a117ed2390..41f5e30198 100644 --- a/src/lib/i18n/locales/ja-JP/translation.json +++ b/src/lib/i18n/locales/ja-JP/translation.json @@ -65,6 +65,7 @@ "Add User Group": "ユーザーグループを追加", "Additional Config": "追加設定", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "markerの追加設定オプション。これはキーと値のペアを含むJSON文字列である必要があります(例: '{\"key\": \"value\"}')。次のキーに対応しています: disable_links、keep_pageheader_in_output、keep_pagefooter_in_output、filter_blank_pages、drop_repeated_text、layout_coverage_threshold、merge_threshold、height_tolerance、gap_threshold、image_threshold、min_line_length、level_count、default_level", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "これらの設定を変更すると、すべてのユーザーに変更が適用されます。", "admin": "管理者", "Admin": "管理者", @@ -343,6 +344,7 @@ "Create Folder": "フォルダを作成", "Create Group": "グループを作成", "Create Knowledge": "ナレッジベース作成", + "Create Model": "", "Create new key": "新しいキーを作成", "Create new secret key": "新しいシークレットキーを作成", "Create Note": "ノートを作成", @@ -350,6 +352,7 @@ "Created at": "作成日時", "Created At": "作成日時", "Created by": "作成者", + "Created by you": "", "CSV Import": "CSVインポート", "Ctrl+Enter to Send": "Ctrl+Enterで送信", "Current Model": "現在のモデル", @@ -396,6 +399,7 @@ "Delete function?": "Functionを削除しますか?", "Delete Message": "メッセージを削除", "Delete message?": "メッセージを削除しますか?", + "Delete Model": "", "Delete note?": "ノートを削除しますか?", "Delete prompt?": "プロンプトを削除しますか?", "delete this link": "このリンクを削除", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "LLM が参照できるように、あなたに関する情報を入力してください", "Enter a title for the pending user info overlay. Leave empty for default.": "保留中のユーザー情報オーバーレイのタイトルを入力。デフォルトのままにする場合は空のままにします。", "Enter a watermark for the response. Leave empty for none.": "応答のウォーターマークを入力。なしの場合は空のままにします。", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "API AuthStringを入力(例: Username:Password)", "Enter Application DN": "Application DNを入力", "Enter Application DN Password": "Application DNパスワードを入力", @@ -667,13 +674,9 @@ "Export chat (.json)": "チャットをエクスポート(.json)", "Export Chats": "チャットをエクスポート", "Export Config to JSON File": "設定をJSONファイルでエクスポート", - "Export Functions": "Functionのエクスポート", - "Export Models": "モデルのエクスポート", "Export Presets": "プリセットのエクスポート", "Export Prompt Suggestions": "プロンプトの提案をエクスポート", - "Export Prompts": "プロンプトをエクスポート", "Export to CSV": "CSVにエクスポート", - "Export Tools": "ツールのエクスポート", "Export Users": "ユーザのエクスポート", "External": "外部", "External Document Loader URL required.": "外部ドキュメントローダーのURLが必要です。", @@ -698,6 +701,7 @@ "Failed to load file content.": "ファイルの内容を読み込めませんでした。", "Failed to move chat": "チャットの移動に失敗しました。", "Failed to read clipboard contents": "クリップボードの内容を読み取れませんでした。", + "Failed to render diagram": "", "Failed to save connections": "接続の保存に失敗しました。", "Failed to save conversation": "会話の保存に失敗しました。", "Failed to save models configuration": "モデルの設定の保存に失敗しました。", @@ -731,6 +735,7 @@ "Firecrawl API Key": "Firecrawl APIキー", "Floating Quick Actions": "フローティング クイックアクション", "Focus chat input": "チャット入力にフォーカス", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "フォルダー削除が成功しました。", "Folder Name": "フォルダ名", @@ -800,6 +805,8 @@ "H2": "見出し2", "H3": "見出し3", "Haptic Feedback": "触覚フィードバック", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "高さ", "Hello, {{name}}": "こんにちは、{{name}} さん", "Help": "ヘルプ", @@ -841,14 +848,10 @@ "Import Chats": "チャットをインポート", "Import Config from JSON File": "設定をJSONファイルからインポート", "Import From Link": "リンクからインポート", - "Import Functions": "Functionのインポート", - "Import Models": "モデルのインポート", "Import Notes": "ノートをインポート", "Import Presets": "プリセットをインポート", "Import Prompt Suggestions": "プロンプトの提案をインポート", - "Import Prompts": "プロンプトをインポート", "Import successful": "", - "Import Tools": "ツールのインポート", "Important Update": "重要な更新", "In order to force OCR, performing OCR must be enabled.": "", "Include": "含める", @@ -876,6 +879,7 @@ "Invalid file format.": "無効なファイル形式", "Invalid JSON file": "無効なJSONファイル", "Invalid JSON format for ComfyUI Workflow.": "ComfyUIワークフローとして無効なJSON形式", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "追加設定として無効なJSON形式", "Invalid Tag": "無効なタグ", "is typing...": "入力中...", @@ -1034,8 +1038,11 @@ "New Chat": "新しいチャット", "New Folder": "新しいフォルダ", "New Function": "新しいFunction", + "New Knowledge": "", + "New Model": "", "New Note": "新しいノート", "New Password": "新しいパスワード", + "New Prompt": "", "New Tool": "新しいツール", "new-channel": "新しいチャンネル", "Next message": "次のメッセージ", @@ -1051,6 +1058,7 @@ "No distance available": "距離が利用できません", "No feedbacks found": "フィードバックが見つかりません", "No file selected": "ファイルが選択されていません", + "No functions found": "", "No groups with access, add a group to grant access": "アクセス権限があるグループがありません。グループを追加してアクセス権限を付与してください。", "No HTML, CSS, or JavaScript content found.": "HTML、CSS、またはJavaScriptの内容が見つかりません。", "No inference engine with management support found": "管理サポートのある推論エンジンが見つかりません。", @@ -1061,12 +1069,14 @@ "No models selected": "モデルが選択されていません", "No Notes": "ノートがありません", "No notes found": "", + "No prompts found": "", "No results": "結果が見つかりません", "No results found": "結果が見つかりません", "No search query generated": "検索クエリは生成されません", "No source available": "使用可能なソースがありません", "No sources found": "", "No suggestion prompts": "提案プロンプトはありません", + "No tools found": "", "No users were found.": "ユーザーが見つかりません。", "No valves": "バルブがありません", "No valves to update": "更新するバルブがありません", @@ -1225,6 +1235,7 @@ "Public": "公開", "Pull \"{{searchValue}}\" from Ollama.com": "Ollama.com から \"{{searchValue}}\" をプル", "Pull a model from Ollama.com": "Ollama.com からモデルをプル", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "クエリ生成プロンプト", "Querying": "", @@ -1371,6 +1382,7 @@ "Select how to split message text for TTS requests": "TTSリクエストのテキスト分割方法を選択", "Select Knowledge": "ナレッジベースの選択", "Select only one model to call": "1つのモデルを呼び出すには、1つのモデルを選択してください。", + "Select view": "", "Selected model(s) do not support image inputs": "一部のモデルは画像入力をサポートしていません", "semantic": "意味的", "Send": "送信", @@ -1411,6 +1423,7 @@ "Share Chat": "チャットを共有", "Share to Open WebUI Community": "OpenWebUI コミュニティに共有", "Share your background and interests": "あなたの背景情報と興味を教えてください", + "Shared with you": "", "Sharing Permissions": "共有に関する権限", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "アスタリスク(*)のついたショートカットは、特定の状況下でのみ有効です。", "Show": "表示", @@ -1478,6 +1491,7 @@ "System Instructions": "システムインストラクション", "System Prompt": "システムプロンプト", "Table Mode": "", + "Tag": "", "Tags": "タグ", "Tags Generation": "タグ生成", "Tags Generation Prompt": "タグ生成プロンプト", @@ -1589,6 +1603,7 @@ "Transformers": "", "Trouble accessing Ollama?": "Ollama へのアクセスに問題がありますか?", "Trust Proxy Environment": "プロキシ環境を信頼する", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "再試行", "TTS Model": "TTSモデル", "TTS Settings": "TTS 設定", @@ -1625,6 +1640,7 @@ "Upload directory": "ディレクトリをアップロード", "Upload files": "ファイルをアップロード", "Upload Files": "ファイルをアップロード", + "Upload Model": "", "Upload Pipeline": "パイプラインをアップロード", "Upload Progress": "アップロードの進行状況", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "アップロード状況: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)", diff --git a/src/lib/i18n/locales/ka-GE/translation.json b/src/lib/i18n/locales/ka-GE/translation.json index 1326c4c67a..d5ac0e5ca7 100644 --- a/src/lib/i18n/locales/ka-GE/translation.json +++ b/src/lib/i18n/locales/ka-GE/translation.json @@ -65,6 +65,7 @@ "Add User Group": "მომხმარებლის ჯგუფის დამატება", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "ამ პარამეტრების რეგულირება ცვლილებებს უნივერსალურად გამოიყენებს ყველა მომხმარებლისთვის.", "admin": "ადმინისტრატორი", "Admin": "ადმინი", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "ჯგუფის შექმნა", "Create Knowledge": "", + "Create Model": "", "Create new key": "ახალი გასაღების შექმნა", "Create new secret key": "ახალი საიდუმლო გასაღების შექმნა", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "შექმნის დრო", "Created At": "შექმნის დრო", "Created by": "ავტორი", + "Created by you": "", "CSV Import": "CSV-ის შემოტანა", "Ctrl+Enter to Send": "", "Current Model": "მიმდინარე მოდელი", @@ -396,6 +399,7 @@ "Delete function?": "წავშალო ფუნქცია?", "Delete Message": "შეტყობინების წაშლა", "Delete message?": "წავშალო შეტყობინება?", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "წავშალო მოთხოვნის ზოლი?", "delete this link": "ამ ბმული წაშლა", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "შეიყვანეთ რამე თქვენს შესახებ, რომ თქვენმა LLM-მა გაიხსენოს", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "", "Export Chats": "ჩატების გატანა", "Export Config to JSON File": "", - "Export Functions": "", - "Export Models": "მოდელების გატანა", "Export Presets": "პრესეტების გატანა", "Export Prompt Suggestions": "", - "Export Prompts": "მოთხოვნების გატანა", "Export to CSV": "CVS-ში გატანა", - "Export Tools": "", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "ბუფერის შემცველობის წაკითხვა ჩავარდა", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "საუბრის შენახვა ვერ მოხერხდა", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "ჩატში შეყვანის ფოკუსი", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "გამარჯობა, {{name}}", "Help": "დახმარება", @@ -841,14 +848,10 @@ "Import Chats": "ჩატების შემოტანა", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "", - "Import Models": "მოდელების შემოტანა", "Import Notes": "", "Import Presets": "პრესეტების შემოტანა", "Import Prompt Suggestions": "", - "Import Prompts": "მოთხოვნების შემოტანა", "Import successful": "", - "Import Tools": "", "Important Update": "მნიშვნელოვანი განახლება", "In order to force OCR, performing OCR must be enabled.": "", "Include": "ჩართვა", @@ -876,6 +879,7 @@ "Invalid file format.": "არასწორი ფაილის ფორმატი.", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "არასწორი ჭდე", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "ახალი მიმოწერა", "New Folder": "ახალი საქაღალდე", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "ახალი პაროლი", + "New Prompt": "", "New Tool": "", "new-channel": "new-channel", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "მანძილი ხელმისაწვდომი არაა", "No feedbacks found": "", "No file selected": "ფაილი არჩეული არაა", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "მოდელები არჩეული არაა", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "შედეგების გარეშე", "No results found": "შედეგების გარეშე", "No search query generated": "ძებნის მოთხოვნა არ შექმნილა", "No source available": "წყარო ხელმისაწვდომი არაა", "No sources found": "", "No suggestion prompts": "არ არის შემოთავაზებული პრომპტები", + "No tools found": "", "No users were found.": "მომხმარებლები აღმოჩენილი არაა.", "No valves": "", "No valves to update": "", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "\"{{searchValue}}\"-ის გადმოწერა Ollama.com-იდან", "Pull a model from Ollama.com": "მოდელის გადმოწერა Ollama.com-დან", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "", "Select only one model to call": "", + "Select view": "", "Selected model(s) do not support image inputs": "მონიშნულ მოდელებს გამოსახულების შეყვანის მხარდაჭერა არ გააჩნიათ", "semantic": "", "Send": "გაგზავნა", @@ -1412,6 +1424,7 @@ "Share Chat": "ჩატის გაზიარება", "Share to Open WebUI Community": "გაზიარება Open WebUI-ის საზოგადოებასთან", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "ჩვენება", @@ -1479,6 +1492,7 @@ "System Instructions": "", "System Prompt": "სისტემური მოთხოვნა", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "", @@ -1590,6 +1604,7 @@ "Transformers": "", "Trouble accessing Ollama?": "Ollama-ს ვერ უკავშირდები?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "", "TTS Settings": "TTS პარამეტრები", @@ -1626,6 +1641,7 @@ "Upload directory": "ატვირთვის დირექტორია", "Upload files": "ფაილების ატვირთვა", "Upload Files": "ფაილების ატვირთვა", + "Upload Model": "", "Upload Pipeline": "", "Upload Progress": "ატვირთვის მიმდინარეობა", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/kab-DZ/translation.json b/src/lib/i18n/locales/kab-DZ/translation.json index 63dfd6a31b..0b7665dd9d 100644 --- a/src/lib/i18n/locales/kab-DZ/translation.json +++ b/src/lib/i18n/locales/kab-DZ/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Rnu agraw n iseqdacen", "Additional Config": "Tawila tamernant", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Aswati n yiɣewwaren-a ad yessuter ibeddilen s wudem ameɣradan i yiseqdacen akk.", "admin": "anedbal", "Admin": "Anebdal", @@ -343,6 +344,7 @@ "Create Folder": "Snulfu-d akaram", "Create Group": "Snulfu-d agraw", "Create Knowledge": "Snulfu-d tamusni", + "Create Model": "", "Create new key": "Snulfu-d tasarut tamaynut", "Create new secret key": "Snulfu-d tasarut tuffirt tamaynut", "Create Note": "Snulfu-d tazmilt", @@ -350,6 +352,7 @@ "Created at": "Yettwarna di", "Created At": "Yettwarna di", "Created by": "Yerna-t", + "Created by you": "", "CSV Import": "Kter CSV", "Ctrl+Enter to Send": "Ctrl+Enter i tuzna", "Current Model": "Tamudemt tamirant", @@ -396,6 +399,7 @@ "Delete function?": "Kkes tasɣent?", "Delete Message": "Kkes izen", "Delete message?": "Kkes izen?", + "Delete Model": "", "Delete note?": "Kkes tazmilt?", "Delete prompt?": "Kkes aneftaɣ?", "delete this link": "kkes aseɣwen-a", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Ssekcem-d ttfaṣil ɣef yiman-nnek akken ad d-temmektid LLMs-nnek akken ad d-temmektid", "Enter a title for the pending user info overlay. Leave empty for default.": "Sekcem azwel i ugrudem n useqdac la yettraǧun. Eǧǧ-it d ilem i umezwar.", "Enter a watermark for the response. Leave empty for none.": "Sekcem ticreḍt tafrawant i tririt. Eǧǧ-it d ilem i wulac.", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Sekcem azrir n usesteb n api (amedya. isem n useqdac:awal n uɛeddi)", "Enter Application DN": "Sekcem DN n usnas", "Enter Application DN Password": "Sekcem awal uffir n usnas DN", @@ -667,13 +674,9 @@ "Export chat (.json)": "Kter asqerdec (.json)", "Export Chats": "Sifeḍ idiwenniyen", "Export Config to JSON File": "Sifeḍ asesteb ɣer ufaylu JSON", - "Export Functions": "Asifeḍ n tesɣunin", - "Export Models": "Sifeḍ timudmiwin", "Export Presets": "Sifeḍ isestab uzwiren", "Export Prompt Suggestions": "Sifeḍ isumar n uneftaɣ", - "Export Prompts": "Sifeḍ ineftaɣen", "Export to CSV": "Kter ɣer CSV", - "Export Tools": "Sifeḍ ifecka", "Export Users": "Sifeḍ iseqdacen", "External": "Azɣaray", "External Document Loader URL required.": "URL n uslay n yisemli azɣaray, yettwasra.", @@ -698,6 +701,7 @@ "Failed to load file content.": "Ur yessaweḍ ara ad d-yessali agbur n yifuyla.", "Failed to move chat": "Tuccḍa deg unkaz n udiwenni", "Failed to read clipboard contents": "Ur yessaweḍ ara ad iɣer agbur n tfelwit", + "Failed to render diagram": "", "Failed to save connections": "Yecceḍ uklas n tuqqniwin", "Failed to save conversation": "Yecceḍ uklas n udiwenni", "Failed to save models configuration": "Ur yessaweḍ ara ad d-yessukkes tamudemt n usneftaɣ", @@ -731,6 +735,7 @@ "Firecrawl API Key": "Tasarut API n Firecrawl", "Floating Quick Actions": "Tigawin tiruradin yettifliwen", "Focus chat input": "Err asaḍes ɣer unekcum n udiwenni", + "Folder": "", "Folder Background Image": "Tugna n ugilal n ukaram", "Folder deleted successfully": "Akaram-nni yettwakkes akken iwata", "Folder Name": "Isem n ukaram", @@ -800,6 +805,8 @@ "H2": "H2", "H3": "H3", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "Teɣzi", "Hello, {{name}}": "Azul a {{name}}", "Help": "Tallalt", @@ -841,14 +848,10 @@ "Import Chats": "Asifeḍ n yidiwenniyen", "Import Config from JSON File": "Kter-d Config seg ufaylu JSON", "Import From Link": "Kter seg useɣwen", - "Import Functions": "Kter tisɣunin", - "Import Models": "Kter timudam", "Import Notes": "Kter tizmilin", "Import Presets": "Kter iɣewwaren uzwiren", "Import Prompt Suggestions": "Kter isumar n uneftaɣ", - "Import Prompts": "Kter ineftaɣen", "Import successful": "", - "Import Tools": "Kter ifecka", "Important Update": "Aleqqem ahemmu", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Seddu", @@ -876,6 +879,7 @@ "Invalid file format.": "Amasal n ufaylu d arameɣtu.", "Invalid JSON file": "Afaylu JSON arameɣtu", "Invalid JSON format for ComfyUI Workflow.": "Amasal JSON d arameɣtu i ComfyUI Workflow.", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "Amasal JSON arameɣtu deg usesteb niḍen", "Invalid Tag": "Tabzimt d tarameɣtut", "is typing...": "yettaru…", @@ -1034,8 +1038,11 @@ "New Chat": "Asqerdec amaynut", "New Folder": "Akaram amaynut", "New Function": "Tasɣent tamaynut", + "New Knowledge": "", + "New Model": "", "New Note": "Tazmilt tamaynut", "New Password": "Awal n uɛeddi amaynut", + "New Prompt": "", "New Tool": "Afecku amaynut", "new-channel": "abadu amaynut", "Next message": "Izen uḍfir", @@ -1051,6 +1058,7 @@ "No distance available": "Ulac ameccaq yettwafen", "No feedbacks found": "Ulac awennit i yettwafen", "No file selected": "Ulac afaylu i yettwafernen", + "No functions found": "", "No groups with access, add a group to grant access": "Ulac agraw i yesɛan anekcum, rnu agraw i umuddu n unekcum", "No HTML, CSS, or JavaScript content found.": "Ulac agbur HTML, CSS neɣ JavaScript i d-yufraren.", "No inference engine with management support found": "Ulac amsedday n unalkam s tallelt n usefrek i yettwafen", @@ -1061,12 +1069,14 @@ "No models selected": "Ulac timudmin yettwafernen", "No Notes": "Ulac tizmilin", "No notes found": "Ulac tizmilin yettwafen", + "No prompts found": "", "No results": "Ulac igmaḍ yettwafen", "No results found": "Ulac igmaḍ yettwafen", "No search query generated": "Ulac tuttra n unadi yettusirwen", "No source available": "Ulac aɣbalu yettwafen", "No sources found": "Ulac iɣbula yettwafen", "No suggestion prompts": "Ulac isumar n prompt", + "No tools found": "", "No users were found.": "Ulac aqeddac i yettwafen.", "No valves": "Ulac isegganen", "No valves to update": "Ulac isegganen ara yettuleqmen", @@ -1225,6 +1235,7 @@ "Public": "Azayaz", "Pull \"{{searchValue}}\" from Ollama.com": "Awway n \"{{searchValue}}\" seg Ollama.com", "Pull a model from Ollama.com": "Zdem-d tamudemt seg Ollama.com", + "Pull Model": "", "pypdfium2": "pypdfium2", "Query Generation Prompt": "Aneftaɣ n usirew n tuttra", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "Fren amek ara tebḍuḍ aḍris n yiznan i usuter n TTS", "Select Knowledge": "Fren tamusni", "Select only one model to call": "Fren yiwet kan n tmudemt i wara d-siwleḍ", + "Select view": "", "Selected model(s) do not support image inputs": "Ammud(s) yettwafernen ur yessefrak ara inekcamen n tugniwin yettwafernen", "semantic": "tasnamekt", "Send": "Ceyyeɛ", @@ -1412,6 +1424,7 @@ "Share Chat": "Bḍu asqerdec", "Share to Open WebUI Community": "Bḍu i tkebbanit WebUI yeldin", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "Tisirag n beṭṭu", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Sken-d", @@ -1479,6 +1492,7 @@ "System Instructions": "Tanaḍin n unagraw", "System Prompt": "Aneftaɣ n unagraw", "Table Mode": "Askar n tfelwit", + "Tag": "", "Tags": "Tibzimin", "Tags Generation": "Asirew n tebzimin", "Tags Generation Prompt": "Aneftaɣ n usirew n tebzimin", @@ -1590,6 +1604,7 @@ "Transformers": "Transformers", "Trouble accessing Ollama?": "Uguren deg adaf ɣer Ollama?", "Trust Proxy Environment": "Eg laman deg upṛuksi n twennaḍt", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "Ɛreḍ tikelt nniḍen", "TTS Model": "Tamudemt TTS", "TTS Settings": "Iɣewwaṛen n TTS", @@ -1626,6 +1641,7 @@ "Upload directory": "Sali akaram", "Upload files": "Sali-d ifuyla", "Upload Files": "Sali-d ifuyla", + "Upload Model": "", "Upload Pipeline": "Aselda n uɛebbi", "Upload Progress": "", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/ko-KR/translation.json b/src/lib/i18n/locales/ko-KR/translation.json index 28d8971efd..10901067f9 100644 --- a/src/lib/i18n/locales/ko-KR/translation.json +++ b/src/lib/i18n/locales/ko-KR/translation.json @@ -65,6 +65,7 @@ "Add User Group": "사용자 그룹 추가", "Additional Config": "추가 설정", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "Marker에 대한 추가 설정 옵션입니다. 키-값 쌍으로 이루어진 JSON 문자열이어야 합니다. 예를 들어, '{\"key\": \"value\"}'와 같습니다. 지원되는 키는 다음과 같습니다: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "이 설정을 조정하면 모든 사용자에게 변경 사항이 일괄 적용됩니다.", "admin": "관리자", "Admin": "관리자", @@ -343,6 +344,7 @@ "Create Folder": "폴더 생성", "Create Group": "그룹 생성", "Create Knowledge": "지식 생성", + "Create Model": "", "Create new key": "새로운 키 생성", "Create new secret key": "새로운 비밀 키 생성", "Create Note": "노트 생성", @@ -350,6 +352,7 @@ "Created at": "생성일", "Created At": "생성일", "Created by": "작성자", + "Created by you": "", "CSV Import": "CSV 가져오기", "Ctrl+Enter to Send": "Ctrl+Enter로 보내기", "Current Model": "현재 모델", @@ -396,6 +399,7 @@ "Delete function?": "함수를 삭제하시겠습니까?", "Delete Message": "메시지 삭제", "Delete message?": "메시지를 삭제하시겠습니까?", + "Delete Model": "", "Delete note?": "노트를 삭제하시겠습니까?", "Delete prompt?": "프롬프트를 삭제하시겠습니까?", "delete this link": "이 링크를 삭제합니다.", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "자신에 대한 세부사항을 입력하여 LLM들이 기억할 수 있도록 하세요.", "Enter a title for the pending user info overlay. Leave empty for default.": "대기 중인 사용자 정보 오버레이의 제목을 입력하세요. 비워두면 기본값이 사용됩니다.", "Enter a watermark for the response. Leave empty for none.": "응답에 사용할 워터마크를 입력하세요. 비워두면 워터마크가 적용되지 않습니다.", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "API 인증 문자 입력 (예: 사용자 이름:비밀번호)", "Enter Application DN": "애플리케이션 DN 입력", "Enter Application DN Password": "애플리케이션 DN 비밀번호 입력", @@ -667,13 +674,9 @@ "Export chat (.json)": "채팅 내보내기 (.json)", "Export Chats": "채팅 내보내기", "Export Config to JSON File": "Config를 JSON 파일로 내보내기", - "Export Functions": "함수 내보내기", - "Export Models": "모델 내보내기", "Export Presets": "프리셋 내보내기", "Export Prompt Suggestions": "프롬프트 제안 내보내기", - "Export Prompts": "프롬프트 내보내기", "Export to CSV": "CSV로 내보내기", - "Export Tools": "도구 내보내기", "Export Users": "사용자 정보 내보내기", "External": "외부", "External Document Loader URL required.": "외부 문서 로더 URL이 필요합니다.", @@ -698,6 +701,7 @@ "Failed to load file content.": "파일 내용 로드 실패.", "Failed to move chat": "채팅 이동 실패", "Failed to read clipboard contents": "클립보드 내용 가져오기를 실패하였습니다.", + "Failed to render diagram": "", "Failed to save connections": "연결 저장 실패", "Failed to save conversation": "대화 저장 실패", "Failed to save models configuration": "모델 구성 저장 실패", @@ -731,6 +735,7 @@ "Firecrawl API Key": "Firecrawl API 키", "Floating Quick Actions": "", "Focus chat input": "채팅 입력창에 포커스", + "Folder": "", "Folder Background Image": "폴더 배경 이미지", "Folder deleted successfully": "성공적으로 폴더가 삭제되었습니다", "Folder Name": "폴더 이름", @@ -800,6 +805,8 @@ "H2": "제목 2", "H3": "제목 3", "Haptic Feedback": "햅틱 피드백", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "안녕하세요, {{name}}", "Help": "도움말", @@ -841,14 +848,10 @@ "Import Chats": "채팅 가져오기", "Import Config from JSON File": "JSON 파일에서 설정 가져오기", "Import From Link": "링크에서 가져오기", - "Import Functions": "함수 가져오기", - "Import Models": "모델 가져오기", "Import Notes": "노트 가져오기", "Import Presets": "프리셋 가져오기", "Import Prompt Suggestions": "프롬프트 제안 가져오기", - "Import Prompts": "프롬프트 가져오기", "Import successful": "", - "Import Tools": "도구 가져오기", "Important Update": "중요 업데이트", "In order to force OCR, performing OCR must be enabled.": "", "Include": "포함", @@ -876,6 +879,7 @@ "Invalid file format.": "잘못된 파일 형식", "Invalid JSON file": "잘못된 JSON 파일", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "추가 설정에 잘못된 JSON 형식 입력", "Invalid Tag": "잘못된 태그", "is typing...": "입력 중...", @@ -1034,8 +1038,11 @@ "New Chat": "새 채팅", "New Folder": "새 폴더", "New Function": "새 함수", + "New Knowledge": "", + "New Model": "", "New Note": "새 노트", "New Password": "새 비밀번호", + "New Prompt": "", "New Tool": "새 도구", "new-channel": "새 채널", "Next message": "다음 메시지", @@ -1051,6 +1058,7 @@ "No distance available": "거리 불가능", "No feedbacks found": "피드백 없음", "No file selected": "파일이 선택되지 않음", + "No functions found": "", "No groups with access, add a group to grant access": "접근 권한이 있는 그룹이 없습니다. 접근 권한을 부여하려면 그룹을 추가하세요.", "No HTML, CSS, or JavaScript content found.": "HTML, CSS, JavaScript이 발견되지 않음", "No inference engine with management support found": "관리 지원이 포함된 추론 엔진을 찾을 수 없음", @@ -1061,12 +1069,14 @@ "No models selected": "모델 선택 안됨", "No Notes": "노트 없음", "No notes found": "노트를 찾을 수 없음", + "No prompts found": "", "No results": "결과 없음", "No results found": "결과 없음", "No search query generated": "검색어가 생성되지 않았습니다.", "No source available": "사용 가능한 소스가 없습니다.", "No sources found": "", "No suggestion prompts": "추천 프롬프트가 없습니다", + "No tools found": "", "No users were found.": "사용자를 찾을 수 없습니다.", "No valves": "", "No valves to update": "업데이트 할 밸브가 없습니다.", @@ -1225,6 +1235,7 @@ "Public": "공개", "Pull \"{{searchValue}}\" from Ollama.com": "Ollama.com에서 \"{{searchValue}}\" 가져오기", "Pull a model from Ollama.com": "Ollama.com에서 모델 가져오기(pull)", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "쿼리 생성 프롬프트", "Querying": "", @@ -1371,6 +1382,7 @@ "Select how to split message text for TTS requests": "TTS 요청에 대한 메시지 텍스트 분할 방법 선택", "Select Knowledge": "지식 기반 선택", "Select only one model to call": "음성 기능을 위해서는 모델을 하나만 선택해야 합니다.", + "Select view": "", "Selected model(s) do not support image inputs": "선택한 모델은 이미지 입력을 지원하지 않습니다.", "semantic": "의미적", "Send": "보내기", @@ -1411,6 +1423,7 @@ "Share Chat": "채팅 공유", "Share to Open WebUI Community": "OpenWebUI 커뮤니티에 공유", "Share your background and interests": "당신의 배경과 관심사를 공유하세요", + "Shared with you": "", "Sharing Permissions": "권한 공유", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "별표(*) 단축키는 특정 조건에서만 활성화됩니다.", "Show": "보기", @@ -1478,6 +1491,7 @@ "System Instructions": "시스템 지침", "System Prompt": "시스템 프롬프트", "Table Mode": "", + "Tag": "", "Tags": "태그", "Tags Generation": "태그 생성", "Tags Generation Prompt": "태그 생성 프롬프트", @@ -1589,6 +1603,7 @@ "Transformers": "트랜스포머", "Trouble accessing Ollama?": "올라마(Ollama)에 접근하는 데 문제가 있나요?", "Trust Proxy Environment": "신뢰 할 수 있는 프록시 환경", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "다시 시도하기", "TTS Model": "TTS 모델", "TTS Settings": "TTS 설정", @@ -1625,6 +1640,7 @@ "Upload directory": "디렉토리 업로드", "Upload files": "파일 업로드", "Upload Files": "파일 업로드", + "Upload Model": "", "Upload Pipeline": "업로드 파이프라인", "Upload Progress": "업로드 진행 상황", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/lt-LT/translation.json b/src/lib/i18n/locales/lt-LT/translation.json index 8d9752c3c6..979496b3e0 100644 --- a/src/lib/i18n/locales/lt-LT/translation.json +++ b/src/lib/i18n/locales/lt-LT/translation.json @@ -65,6 +65,7 @@ "Add User Group": "", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Šių nustatymų pakeitimas bus pritakytas visiems naudotojams.", "admin": "Administratorius", "Admin": "Administratorius", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "", "Create Knowledge": "", + "Create Model": "", "Create new key": "Sukurti naują raktą", "Create new secret key": "Sukurti naują slaptą raktą", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Sukurta", "Created At": "Sukurta", "Created by": "Sukurta", + "Created by you": "", "CSV Import": "CSV importavimas", "Ctrl+Enter to Send": "", "Current Model": "Dabartinis modelis", @@ -396,6 +399,7 @@ "Delete function?": "Ištrinti funkciją", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "Ištrinti užklausą?", "delete this link": "Ištrinti nuorodą", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Įveskite informaciją apie save jūsų modelio atminčiai", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Įveskite API autentifikacijos kodą (pvz. username:password)", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "Eksportuoti pokalbį (.json)", "Export Chats": "Eksportuoti pokalbius", "Export Config to JSON File": "", - "Export Functions": "Eksportuoti funkcijas", - "Export Models": "Eksportuoti modelius", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "Eksportuoti užklausas", "Export to CSV": "", - "Export Tools": "Eksportuoti įrankius", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Nepavyko perskaityti kopijuoklės", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Nepavyko išsaugoti pokalbio", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Fokusuoti žinutės įvestį", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Sveiki, {{name}}", "Help": "Pagalba", @@ -841,14 +848,10 @@ "Import Chats": "Importuoti pokalbius", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "Importuoti funkcijas", - "Import Models": "Importuoti modelius", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "Importuoti užklausas", "Import successful": "", - "Import Tools": "Importuoti įrankius", "Important Update": "Svarbus atnaujinimas", "In order to force OCR, performing OCR must be enabled.": "", "Include": "", @@ -876,6 +879,7 @@ "Invalid file format.": "", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Neteisinga žyma", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "Naujas pokalbis", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Naujas slaptažodis", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "", "No feedbacks found": "", "No file selected": "Nėra pasirinktų dokumentų", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Rezultatų nerasta", "No results found": "Rezultatų nerasta", "No search query generated": "Paieškos užklausa nesugeneruota", "No source available": "Šaltinių nerasta", "No sources found": "", "No suggestion prompts": "Nėra siūlomų raginimų", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "Nėra atnaujinamų įeičių", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Rasti \"{{searchValue}}\" iš Ollama.com", "Pull a model from Ollama.com": "Gauti modelį iš Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1374,6 +1385,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "", "Select only one model to call": "Pasirinkite vieną modelį", + "Select view": "", "Selected model(s) do not support image inputs": "Pasirinkti modeliai nepalaiko vaizdinių užklausų", "semantic": "", "Send": "Siųsti", @@ -1414,6 +1426,7 @@ "Share Chat": "Dalintis pokalbiu", "Share to Open WebUI Community": "Dalintis su OpenWebUI bendruomene", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Rodyti", @@ -1481,6 +1494,7 @@ "System Instructions": "", "System Prompt": "Sistemos užklausa", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "", @@ -1592,6 +1606,7 @@ "Transformers": "", "Trouble accessing Ollama?": "Problemos prieinant prie Ollama?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "TTS modelis", "TTS Settings": "TTS parametrai", @@ -1628,6 +1643,7 @@ "Upload directory": "", "Upload files": "", "Upload Files": "Atnaujinti rinkmenas", + "Upload Model": "", "Upload Pipeline": "Atnaujinti procesą", "Upload Progress": "Įkėlimo progresas", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/ms-MY/translation.json b/src/lib/i18n/locales/ms-MY/translation.json index e9e9410277..9e5b5d2446 100644 --- a/src/lib/i18n/locales/ms-MY/translation.json +++ b/src/lib/i18n/locales/ms-MY/translation.json @@ -65,6 +65,7 @@ "Add User Group": "", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Melaraskan tetapan ini akan menggunakan perubahan secara universal kepada semua pengguna.", "admin": "pentadbir", "Admin": "Pentadbir", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "", "Create Knowledge": "", + "Create Model": "", "Create new key": "Cipta kekunci baharu", "Create new secret key": "Cipta kekunci rahsia baharu", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Dicipta di", "Created At": "Dicipta Pada", "Created by": "Dicipta oleh", + "Created by you": "", "CSV Import": "Import CSV", "Ctrl+Enter to Send": "", "Current Model": "Model Semasa", @@ -396,6 +399,7 @@ "Delete function?": "Padam fungsi?", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "Padam Gesaan?", "delete this link": "Padam pautan ini?", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Masukkan butiran tentang diri anda untuk diingati oleh LLM anda", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Masukkan kekunci auth api ( cth nama pengguna:kata laluan )", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "Eksport perbualan (.json)", "Export Chats": "Eksport Perbualan", "Export Config to JSON File": "", - "Export Functions": "Eksport Fungsi", - "Export Models": "Eksport Model", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "Eksport Gesaan", "Export to CSV": "", - "Export Tools": "Eksport Alat", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Gagal membaca konten papan klip", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Gagal menyimpan perbualan", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Fokus kepada input perbualan", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Hello, {{name}}", "Help": "Bantuan", @@ -841,14 +848,10 @@ "Import Chats": "Import Perbualan", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "Import Fungsi", - "Import Models": "Import Model", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "Import Gesaan", "Import successful": "", - "Import Tools": "Import Alat", "Important Update": "Kemas kini penting", "In order to force OCR, performing OCR must be enabled.": "", "Include": "", @@ -876,6 +879,7 @@ "Invalid file format.": "", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Tag tidak sah", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "Perbualan Baru", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Kata Laluan Baru", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "", "No feedbacks found": "", "No file selected": "Tiada fail dipilih", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Tiada keputusan dijumpai", "No results found": "Tiada keputusan dijumpai", "No search query generated": "Tiada pertanyaan carian dijana", "No source available": "Tiada sumber tersedia", "No sources found": "", "No suggestion prompts": "Tiada prompt cadangan", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "Tiada 'valve' untuk dikemas kini", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Tarik \"{{ searchValue }}\" daripada Ollama.com", "Pull a model from Ollama.com": "Tarik model dari Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1371,6 +1382,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "", "Select only one model to call": "Pilih hanya satu model untuk dipanggil", + "Select view": "", "Selected model(s) do not support image inputs": "Model dipilih tidak menyokong input imej", "semantic": "", "Send": "Hantar", @@ -1411,6 +1423,7 @@ "Share Chat": "Kongsi Perbualan", "Share to Open WebUI Community": "Kongsi kepada Komuniti OpenWebUI", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Tunjukkan", @@ -1478,6 +1491,7 @@ "System Instructions": "", "System Prompt": "Gesaan Sistem", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "", @@ -1589,6 +1603,7 @@ "Transformers": "", "Trouble accessing Ollama?": "Masalah mengakses Ollama?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "Model TTS", "TTS Settings": "Tetapan TTS", @@ -1625,6 +1640,7 @@ "Upload directory": "", "Upload files": "", "Upload Files": "Muatnaik fail", + "Upload Model": "", "Upload Pipeline": "Muatnaik 'Pipeline'", "Upload Progress": "Kemajuan Muatnaik", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/nb-NO/translation.json b/src/lib/i18n/locales/nb-NO/translation.json index 956e3c09ad..98d6da64f8 100644 --- a/src/lib/i18n/locales/nb-NO/translation.json +++ b/src/lib/i18n/locales/nb-NO/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Legg til brukergruppe", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Endring av disse innstillingene vil gjelde for alle brukere på tvers av systemet.", "admin": "administrator", "Admin": "Administrator", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Opprett gruppe", "Create Knowledge": "Opprett kunnskap", + "Create Model": "", "Create new key": "Lag ny nøkkel", "Create new secret key": "Lag ny hemmelig nøkkel", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Opprettet", "Created At": "Opprettet", "Created by": "Opprettet av", + "Created by you": "", "CSV Import": "CSV-import", "Ctrl+Enter to Send": "", "Current Model": "Nåværende modell", @@ -396,6 +399,7 @@ "Delete function?": "Slette funksjon?", "Delete Message": "Slett melding", "Delete message?": "Slette melding?", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "Slette ledetekst?", "delete this link": "slett denne lenken", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Skriv inn en detalj om deg selv som språkmodellene dine kan huske", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Skriv inn API-autentiseringsstreng (f.eks. brukernavn:passord)", "Enter Application DN": "Angi applikasjonens DN", "Enter Application DN Password": "Angi applikasjonens DN-passord", @@ -667,13 +674,9 @@ "Export chat (.json)": "Eksporter chat (.json)", "Export Chats": "Eksporter chatter", "Export Config to JSON File": "Ekporter konfigurasjon til en JSON-fil", - "Export Functions": "Eksporter funksjoner", - "Export Models": "Eksporter modeller", "Export Presets": "Eksporter forhåndsinnstillinger", "Export Prompt Suggestions": "", - "Export Prompts": "Eksporter ledetekster", "Export to CSV": "Eksporter til CSV", - "Export Tools": "Eksporter verktøy", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Kan ikke lese utklippstavlens innhold", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Kan ikke lagre samtalen", "Failed to save models configuration": "Kan ikke lagre konfigurasjonen av modeller", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Fokusert chat-inndata", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Mappe slettet", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Haptisk tilbakemelding", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Hei, {{name}}!", "Help": "Hjelp", @@ -841,14 +848,10 @@ "Import Chats": "Importer chatter", "Import Config from JSON File": "Importer konfigurasjon fra en JSON-fil", "Import From Link": "", - "Import Functions": "Importer funksjoner", - "Import Models": "Importer modeller", "Import Notes": "", "Import Presets": "Importer forhåndsinnstillinger", "Import Prompt Suggestions": "", - "Import Prompts": "Importer ledetekster", "Import successful": "", - "Import Tools": "Importer verktøy", "Important Update": "Viktig oppdatering", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Inkluder", @@ -876,6 +879,7 @@ "Invalid file format.": "Ugyldig filformat.", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Ugyldig etikett", "is typing...": "Skriver...", @@ -1034,8 +1038,11 @@ "New Chat": "Ny chat", "New Folder": "Ny mappe", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Nytt passord", + "New Prompt": "", "New Tool": "", "new-channel": "ny-kanal", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "Ingen avstand tilgjengelig", "No feedbacks found": "Finner ingen tilbakemeldinger", "No file selected": "Ingen fil valgt", + "No functions found": "", "No groups with access, add a group to grant access": "Ingen grupper med tilgang. Legg til en gruppe som skal ha tilgang.", "No HTML, CSS, or JavaScript content found.": "Finner ikke noe HTML, CSS- eller JavaScript-innhold.", "No inference engine with management support found": "Fant ingen konklusjonsmotor med støtte for administrasjon", @@ -1061,12 +1069,14 @@ "No models selected": "Ingen modeller er valgt", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Finner ingen resultater", "No results found": "Finner ingen resultater", "No search query generated": "Ingen søkespørringer er generert", "No source available": "Ingen kilde tilgjengelig", "No sources found": "", "No suggestion prompts": "Ingen forslagsprompter", + "No tools found": "", "No users were found.": "Finner ingen brukere", "No valves": "", "No valves to update": "Ingen ventiler å oppdatere", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Hent {{searchValue}} fra Ollama.com", "Pull a model from Ollama.com": "Hent en modell fra Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Ledetekst for genering av spørringer", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Velg kunnskap", "Select only one model to call": "Velg bare én modell som skal kalles", + "Select view": "", "Selected model(s) do not support image inputs": "Valgte modell(er) støtter ikke bildeinndata", "semantic": "", "Send": "Send", @@ -1412,6 +1424,7 @@ "Share Chat": "Del chat", "Share to Open WebUI Community": "Del med OpenWebUI-fellesskapet", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Vis", @@ -1479,6 +1492,7 @@ "System Instructions": "Systeminstruksjoner", "System Prompt": "Systemledetekst", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "Genering av etiketter", "Tags Generation Prompt": "Ledetekst for genering av etikett", @@ -1590,6 +1604,7 @@ "Transformers": "Transformatorer", "Trouble accessing Ollama?": "Problemer med å koble til Ollama?", "Trust Proxy Environment": "Stol på proxy-miljøet", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "TTS-modell", "TTS Settings": "TTS-innstillinger", @@ -1626,6 +1641,7 @@ "Upload directory": "Mappe for opplastinger", "Upload files": "Last opp filer", "Upload Files": "Last opp filer", + "Upload Model": "", "Upload Pipeline": "Last opp pipeline", "Upload Progress": "Opplastingsfremdrift", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/nl-NL/translation.json b/src/lib/i18n/locales/nl-NL/translation.json index e38daf5180..d8ea15cacb 100644 --- a/src/lib/i18n/locales/nl-NL/translation.json +++ b/src/lib/i18n/locales/nl-NL/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Voeg gebruikersgroep toe", "Additional Config": "Extra configuratie", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Het aanpassen van deze instellingen zal universeel worden toegepast op alle gebruikers.", "admin": "beheerder", "Admin": "Beheerder", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Maak groep", "Create Knowledge": "Creër kennis", + "Create Model": "", "Create new key": "Maak nieuwe sleutel", "Create new secret key": "Maak nieuwe geheime sleutel", "Create Note": "Maak notitie", @@ -350,6 +352,7 @@ "Created at": "Gemaakt op", "Created At": "Gemaakt op", "Created by": "Gemaakt door", + "Created by you": "", "CSV Import": "CSV import", "Ctrl+Enter to Send": "Ctrl+Enter om te sturen", "Current Model": "Huidig model", @@ -396,6 +399,7 @@ "Delete function?": "Verwijder functie?", "Delete Message": "Verwijder bericht", "Delete message?": "Bericht verwijderen?", + "Delete Model": "", "Delete note?": "Notitie verwijderen?", "Delete prompt?": "Verwijder prompt?", "delete this link": "verwijder deze link", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Voer een detail over jezelf in zodat LLM's het kunnen onthouden", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Voer api auth string in (bv. gebruikersnaam:wachtwoord)", "Enter Application DN": "Voer applicatie-DN in", "Enter Application DN Password": "Voer applicatie-DN wachtwoord in", @@ -667,13 +674,9 @@ "Export chat (.json)": "Exporteer chat (.json)", "Export Chats": "Exporteer chats", "Export Config to JSON File": "Exporteer configuratie naar JSON-bestand", - "Export Functions": "Exporteer functies", - "Export Models": "Modellen exporteren", "Export Presets": "Exporteer voorinstellingen", "Export Prompt Suggestions": "", - "Export Prompts": "Exporteer Prompts", "Export to CSV": "Exporteer naar CSV", - "Export Tools": "Exporteer gereedschappen", "Export Users": "", "External": "Extern", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Kan klembord inhoud niet lezen", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Het is niet gelukt om het gesprek op te slaan", "Failed to save models configuration": "Het is niet gelukt om de modelconfiguratie op te slaan", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Focus chat input", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Map succesvol verwijderd", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Haptische feedback", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Hallo, {{name}}", "Help": "Help", @@ -841,14 +848,10 @@ "Import Chats": "Importeer Chats", "Import Config from JSON File": "Importeer configuratie vanuit JSON-bestand", "Import From Link": "", - "Import Functions": "Importeer Functies", - "Import Models": "Modellen importeren", "Import Notes": "", "Import Presets": "Importeer voorinstellingen", "Import Prompt Suggestions": "", - "Import Prompts": "Importeer Prompts", "Import successful": "", - "Import Tools": "Importeer Gereedschappen", "Important Update": "Belangrijke update", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Voeg toe", @@ -876,6 +879,7 @@ "Invalid file format.": "Ongeldig bestandsformaat", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Ongeldige Tag", "is typing...": "is aan het schrijven...", @@ -1034,8 +1038,11 @@ "New Chat": "Nieuwe Chat", "New Folder": "Nieuwe map", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Nieuw Wachtwoord", + "New Prompt": "", "New Tool": "", "new-channel": "nieuw-kanaal", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "Geen afstand beschikbaar", "No feedbacks found": "Geen feedback gevonden", "No file selected": "Geen bestand geselecteerd", + "No functions found": "", "No groups with access, add a group to grant access": "Geen groepen met toegang, voeg een groep toe om toegang te geven", "No HTML, CSS, or JavaScript content found.": "Geen HTML, CSS, of JavaScript inhoud gevonden", "No inference engine with management support found": "Geen inferentie-engine met beheerondersteuning gevonden", @@ -1061,12 +1069,14 @@ "No models selected": "Geen modellen geselecteerd", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Geen resultaten gevonden", "No results found": "Geen resultaten gevonden", "No search query generated": "Geen zoekopdracht gegenereerd", "No source available": "Geen bron beschikbaar", "No sources found": "", "No suggestion prompts": "Geen voorgestelde prompts", + "No tools found": "", "No users were found.": "Geen gebruikers gevonden", "No valves": "", "No valves to update": "Geen kleppen om bij te werken", @@ -1225,6 +1235,7 @@ "Public": "Publiek", "Pull \"{{searchValue}}\" from Ollama.com": "Haal \"{{searchValue}}\" uit Ollama.com", "Pull a model from Ollama.com": "Haal een model van Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Vraaggeneratieprompt", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Selecteer kennis", "Select only one model to call": "Selecteer maar één model om aan te roepen", + "Select view": "", "Selected model(s) do not support image inputs": "Geselecteerde modellen ondersteunen geen beeldinvoer", "semantic": "", "Send": "Verzenden", @@ -1412,6 +1424,7 @@ "Share Chat": "Deel chat", "Share to Open WebUI Community": "Deel naar OpenWebUI-community", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "Deeltoestemmingen", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Toon", @@ -1479,6 +1492,7 @@ "System Instructions": "Systeem instructies", "System Prompt": "Systeem prompt", "Table Mode": "", + "Tag": "", "Tags": "Tags", "Tags Generation": "Taggeneratie", "Tags Generation Prompt": "Prompt voor taggeneratie", @@ -1590,6 +1604,7 @@ "Transformers": "Transformers", "Trouble accessing Ollama?": "Problemen met toegang tot Ollama?", "Trust Proxy Environment": "Vertrouwelijk proxyomgeving", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "TTS Model", "TTS Settings": "TTS instellingen", @@ -1626,6 +1641,7 @@ "Upload directory": "Upload map", "Upload files": "Bestanden uploaden", "Upload Files": "Bestanden uploaden", + "Upload Model": "", "Upload Pipeline": "Upload Pijpleiding", "Upload Progress": "Upload Voortgang", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/pa-IN/translation.json b/src/lib/i18n/locales/pa-IN/translation.json index 665419f0d7..02ad5070e7 100644 --- a/src/lib/i18n/locales/pa-IN/translation.json +++ b/src/lib/i18n/locales/pa-IN/translation.json @@ -65,6 +65,7 @@ "Add User Group": "", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "ਇਹ ਸੈਟਿੰਗਾਂ ਨੂੰ ਠੀਕ ਕਰਨ ਨਾਲ ਸਾਰੇ ਉਪਭੋਗਤਾਵਾਂ ਲਈ ਬਦਲਾਅ ਲਾਗੂ ਹੋਣਗੇ।", "admin": "ਪ੍ਰਬੰਧਕ", "Admin": "", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "", "Create Knowledge": "", + "Create Model": "", "Create new key": "ਨਵੀਂ ਕੁੰਜੀ ਬਣਾਓ", "Create new secret key": "ਨਵੀਂ ਗੁਪਤ ਕੁੰਜੀ ਬਣਾਓ", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "ਤੇ ਬਣਾਇਆ ਗਿਆ", "Created At": "ਤੇ ਬਣਾਇਆ ਗਿਆ", "Created by": "", + "Created by you": "", "CSV Import": "", "Ctrl+Enter to Send": "", "Current Model": "ਮੌਜੂਦਾ ਮਾਡਲ", @@ -396,6 +399,7 @@ "Delete function?": "", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "", "delete this link": "ਇਸ ਲਿੰਕ ਨੂੰ ਮਿਟਾਓ", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "ਤੁਹਾਡੇ LLMs ਨੂੰ ਸੁਨੇਹਾ ਕਰਨ ਲਈ ਸੁਨੇਹਾ ਇੱਥੇ ਦਰਜ ਕਰੋ", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "", "Export Chats": "ਗੱਲਾਂ ਨਿਰਯਾਤ ਕਰੋ", "Export Config to JSON File": "", - "Export Functions": "", - "Export Models": "ਨਿਰਯਾਤ ਮਾਡਲ", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "ਪ੍ਰੰਪਟ ਨਿਰਯਾਤ ਕਰੋ", "Export to CSV": "", - "Export Tools": "", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "ਕਲਿੱਪਬੋਰਡ ਸਮੱਗਰੀ ਪੜ੍ਹਣ ਵਿੱਚ ਅਸਫਲ", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "ਗੱਲਬਾਤ ਸੰਭਾਲਣ ਵਿੱਚ ਅਸਫਲ", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "ਗੱਲਬਾਤ ਇਨਪੁਟ 'ਤੇ ਧਿਆਨ ਦਿਓ", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "ਸਤ ਸ੍ਰੀ ਅਕਾਲ, {{name}}", "Help": "ਮਦਦ", @@ -841,14 +848,10 @@ "Import Chats": "ਗੱਲਾਂ ਆਯਾਤ ਕਰੋ", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "", - "Import Models": "ਮਾਡਲ ਆਯਾਤ ਕਰੋ", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "ਪ੍ਰੰਪਟ ਆਯਾਤ ਕਰੋ", "Import successful": "", - "Import Tools": "", "Important Update": "ਮਹੱਤਵਪੂਰਨ ਅੱਪਡੇਟ", "In order to force OCR, performing OCR must be enabled.": "", "Include": "", @@ -876,6 +879,7 @@ "Invalid file format.": "", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "ਗਲਤ ਟੈਗ", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "ਨਵੀਂ ਗੱਲਬਾਤ", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "ਨਵਾਂ ਪਾਸਵਰਡ", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "", "No feedbacks found": "", "No file selected": "", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "ਕੋਈ ਨਤੀਜੇ ਨਹੀਂ ਮਿਲੇ", "No results found": "ਕੋਈ ਨਤੀਜੇ ਨਹੀਂ ਮਿਲੇ", "No search query generated": "ਕੋਈ ਖੋਜ ਪੁੱਛਗਿੱਛ ਤਿਆਰ ਨਹੀਂ ਕੀਤੀ ਗਈ", "No source available": "ਕੋਈ ਸਰੋਤ ਉਪਲਬਧ ਨਹੀਂ", "No sources found": "", "No suggestion prompts": "ਕੋਈ ਸੁਝਾਏ ਪ੍ਰਾਂਪਟ ਨਹੀਂ", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "ਓਲਾਮਾ.ਕਾਮ ਤੋਂ \"{{searchValue}}\" ਖਿੱਚੋ", "Pull a model from Ollama.com": "ਓਲਾਮਾ.ਕਾਮ ਤੋਂ ਇੱਕ ਮਾਡਲ ਖਿੱਚੋ", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "", "Select only one model to call": "", + "Select view": "", "Selected model(s) do not support image inputs": "ਚੁਣੇ ਗਏ ਮਾਡਲ(ਆਂ) ਚਿੱਤਰ ਇਨਪੁੱਟਾਂ ਦਾ ਸਮਰਥਨ ਨਹੀਂ ਕਰਦੇ", "semantic": "", "Send": "ਭੇਜੋ", @@ -1412,6 +1424,7 @@ "Share Chat": "ਗੱਲਬਾਤ ਸਾਂਝੀ ਕਰੋ", "Share to Open WebUI Community": "ਓਪਨਵੈਬਯੂਆਈ ਕਮਿਊਨਿਟੀ ਨਾਲ ਸਾਂਝਾ ਕਰੋ", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "ਦਿਖਾਓ", @@ -1479,6 +1492,7 @@ "System Instructions": "", "System Prompt": "ਸਿਸਟਮ ਪ੍ਰੰਪਟ", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "", @@ -1590,6 +1604,7 @@ "Transformers": "", "Trouble accessing Ollama?": "ਓਲਾਮਾ ਤੱਕ ਪਹੁੰਚਣ ਵਿੱਚ ਮੁਸ਼ਕਲ?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "", "TTS Settings": "TTS ਸੈਟਿੰਗਾਂ", @@ -1626,6 +1641,7 @@ "Upload directory": "", "Upload files": "", "Upload Files": "ਫਾਇਲਾਂ ਅੱਪਲੋਡ ਕਰੋ", + "Upload Model": "", "Upload Pipeline": "", "Upload Progress": "ਅਪਲੋਡ ਪ੍ਰਗਤੀ", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/pl-PL/translation.json b/src/lib/i18n/locales/pl-PL/translation.json index a660a71ba6..f40b7cf227 100644 --- a/src/lib/i18n/locales/pl-PL/translation.json +++ b/src/lib/i18n/locales/pl-PL/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Dodaj grupę użytkowników", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Dostosowanie tych ustawień spowoduje wprowadzenie zmian dla wszystkich użytkowników.", "admin": "administrator", "Admin": "Administrator", @@ -343,6 +344,7 @@ "Create Folder": "Utwórz folder", "Create Group": "Utwórz grupę", "Create Knowledge": "Utwórz wiedzę", + "Create Model": "", "Create new key": "Utwórz nowy klucz", "Create new secret key": "Utwórz nowy secret key", "Create Note": "Utwórz notatkę", @@ -350,6 +352,7 @@ "Created at": "Utworzono o", "Created At": "Utworzono o", "Created by": "Stworzone przez", + "Created by you": "", "CSV Import": "Import CSV", "Ctrl+Enter to Send": "Ctrl+Enter aby wysłać", "Current Model": "Aktualny model", @@ -396,6 +399,7 @@ "Delete function?": "Czy na pewno chcesz usunąć funkcję?", "Delete Message": "Usuń wiadomość", "Delete message?": "Usunąć wiadomość?", + "Delete Model": "", "Delete note?": "Usunąć notatkę?", "Delete prompt?": "Czy chcesz usunąć prompt?", "delete this link": "usuń to połączenie", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Podaj informacje o sobie, aby LLMs mogły je przypomnieć.", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Wprowadź ciąg uwierzytelniania API (np. nazwa użytkownika:hasło)", "Enter Application DN": "Wprowadź nazwę konta technicznego - Format DN", "Enter Application DN Password": "Wprowadź hasło do konta technicznego", @@ -667,13 +674,9 @@ "Export chat (.json)": "Eksport czatu (.json)", "Export Chats": "Eksportuj rozmowy", "Export Config to JSON File": "Eksportuj konfigurację do pliku JSON", - "Export Functions": "Funkcje eksportu", - "Export Models": "Eksportuj modele", "Export Presets": "Wyeksportuj ustawienia domyślne", "Export Prompt Suggestions": "", - "Export Prompts": "Eksportuj prompty", "Export to CSV": "Eksport do CSV", - "Export Tools": "Eksportuj narzędzia", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "Nie udało się załadować zawartości pliku.", "Failed to move chat": "", "Failed to read clipboard contents": "Nie udało się odczytać zawartości schowka", + "Failed to render diagram": "", "Failed to save connections": "Nie udałio się zapisać połączeń", "Failed to save conversation": "Nie udało się zapisać rozmowy", "Failed to save models configuration": "Nie udało się zapisać konfiguracji modelu", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Skup się na czacie", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Folder został usunięty pomyślnie", "Folder Name": "Nazwa folderu", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Haptyczne sprzężenie zwrotne", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Witaj, {{name}}", "Help": "Pomoc", @@ -841,14 +848,10 @@ "Import Chats": "Importuj czaty", "Import Config from JSON File": "Importuj konfigurację z pliku JSON", "Import From Link": "Importuj z linku", - "Import Functions": "Importuj funkcje", - "Import Models": "Importuj modele", "Import Notes": "Importuj notatki", "Import Presets": "Importuj ustawienia", "Import Prompt Suggestions": "", - "Import Prompts": "Importuj prompty", "Import successful": "", - "Import Tools": "Importuj narzędzia", "Important Update": "Ważna aktualizacja", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Włączyć", @@ -876,6 +879,7 @@ "Invalid file format.": "Nieprawidłowy format pliku.", "Invalid JSON file": "Nieprawidłowy plik JSON", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Nieprawidłowy tag", "is typing...": "Pisanie...", @@ -1034,8 +1038,11 @@ "New Chat": "Nowy czat", "New Folder": "Nowy folder", "New Function": "Nowa funkcja", + "New Knowledge": "", + "New Model": "", "New Note": "Nowa notatka", "New Password": "Nowe hasło", + "New Prompt": "", "New Tool": "Nowe narzędzie", "new-channel": "nowy-kanał", "Next message": "Następna wiadomość", @@ -1051,6 +1058,7 @@ "No distance available": "Brak dostępnej odległości", "No feedbacks found": "Nie znaleziono żadnych opinii", "No file selected": "Nie wybrano żadnego pliku", + "No functions found": "", "No groups with access, add a group to grant access": "Brak grup z dostępem, dodaj grupę, aby przyznać dostęp", "No HTML, CSS, or JavaScript content found.": "Nie znaleziono żadnej zawartości HTML, CSS ani JavaScript.", "No inference engine with management support found": "Nie znaleziono silnika wnioskującego z obsługą zarządzania", @@ -1061,12 +1069,14 @@ "No models selected": "Brak wybranych modeli", "No Notes": "Brak notatek", "No notes found": "", + "No prompts found": "", "No results": "Brak wyników", "No results found": "Brak wyników", "No search query generated": "Nie wygenerowano żadnego zapytania wyszukiwania", "No source available": "Źródło nie jest dostępne.", "No sources found": "", "No suggestion prompts": "Brak sugerowanych promptów", + "No tools found": "", "No users were found.": "Nie znaleziono użytkowników.", "No valves": "", "No valves to update": "Brak zaworów do aktualizacji", @@ -1225,6 +1235,7 @@ "Public": "Publiczne", "Pull \"{{searchValue}}\" from Ollama.com": "Pobierz \"{{searchValue}}\" z Ollama.com", "Pull a model from Ollama.com": "Pobierz model z Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Prompt do generowania zapytań", "Querying": "", @@ -1374,6 +1385,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Wybierz wiedzę", "Select only one model to call": "Wybierz tylko jeden model do wywołania", + "Select view": "", "Selected model(s) do not support image inputs": "Wybrane modele nie obsługują danych wejściowych w formie obrazu", "semantic": "", "Send": "Wyślij", @@ -1414,6 +1426,7 @@ "Share Chat": "Udostępnij rozmowę", "Share to Open WebUI Community": "Udostępnij w społeczności OpenWebUI", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "Uprawnienia udostępniania", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Wyświetl", @@ -1481,6 +1494,7 @@ "System Instructions": "Instrukcje systemowe", "System Prompt": "Prompt systemowy", "Table Mode": "", + "Tag": "", "Tags": "Tagi", "Tags Generation": "Generowanie tagów", "Tags Generation Prompt": "Prompt do generowania tagów", @@ -1592,6 +1606,7 @@ "Transformers": "Transformery", "Trouble accessing Ollama?": "Czy masz problemy z dostępem do Ollama?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "Model TTS", "TTS Settings": "Ustawienia syntezatora mowy", @@ -1628,6 +1643,7 @@ "Upload directory": "Prześlij katalog", "Upload files": "Prześlij pliki", "Upload Files": "Prześlij pliki", + "Upload Model": "", "Upload Pipeline": "Prześlij przepływ", "Upload Progress": "Postęp przesyłania plików", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/pt-BR/translation.json b/src/lib/i18n/locales/pt-BR/translation.json index 064a835fd6..3e167e3bdd 100644 --- a/src/lib/i18n/locales/pt-BR/translation.json +++ b/src/lib/i18n/locales/pt-BR/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Adicionar grupo de usuários", "Additional Config": "Configuração adicional", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "Opções de configuração adicionais para o marcador. Deve ser uma string JSON com pares chave-valor. Por exemplo, '{\"key\": \"value\"}'. As chaves suportadas incluem: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Ajustar essas configurações aplicará mudanças para todos os usuários.", "admin": "admin", "Admin": "Admin", @@ -343,6 +344,7 @@ "Create Folder": "Criar Pasta", "Create Group": "Criar Grupo", "Create Knowledge": "Criar Base de Conhecimento", + "Create Model": "", "Create new key": "Criar nova chave", "Create new secret key": "Criar nova chave secreta", "Create Note": "Criar Nota", @@ -350,6 +352,7 @@ "Created at": "Criado em", "Created At": "Criado Em", "Created by": "Criado por", + "Created by you": "", "CSV Import": "Importação CSV", "Ctrl+Enter to Send": "Ctrl+Enter para enviar", "Current Model": "Modelo Atual", @@ -396,6 +399,7 @@ "Delete function?": "Excluir função?", "Delete Message": "Excluir mensagem", "Delete message?": "Excluir mensagem?", + "Delete Model": "", "Delete note?": "Excluir nota?", "Delete prompt?": "Excluir prompt?", "delete this link": "Excluir este link", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Digite um detalhe sobre você para seus LLMs lembrarem", "Enter a title for the pending user info overlay. Leave empty for default.": "Insira um título para a sobreposição de informações pendentes do usuário. Deixe em branco como padrão.", "Enter a watermark for the response. Leave empty for none.": "Insira uma marca d'água para a resposta. Deixe em branco se não houver nenhuma.", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Digite a string de autenticação da API (por exemplo, username:password)", "Enter Application DN": "Digite o DN da Aplicação", "Enter Application DN Password": "Digite a Senha do DN da Aplicação", @@ -667,13 +674,9 @@ "Export chat (.json)": "Exportar chat (.json)", "Export Chats": "Exportar Chats", "Export Config to JSON File": "Exportar Configuração para Arquivo JSON", - "Export Functions": "Exportar Funções", - "Export Models": "Exportar Modelos", "Export Presets": "Exportar Presets", "Export Prompt Suggestions": "Exportar Sugestões de Prompt", - "Export Prompts": "Exportar Prompts", "Export to CSV": "Exportar para CSV", - "Export Tools": "Exportar Ferramentas", "Export Users": "Exportar Usuários", "External": "Externo", "External Document Loader URL required.": "URL do carregador de documentos externo necessária.", @@ -698,6 +701,7 @@ "Failed to load file content.": "Falha ao carregar o conteúdo do arquivo.", "Failed to move chat": "Falha ao mover o chat", "Failed to read clipboard contents": "Falha ao ler o conteúdo da área de transferência", + "Failed to render diagram": "", "Failed to save connections": "Falha ao salvar conexões", "Failed to save conversation": "Falha ao salvar a conversa", "Failed to save models configuration": "Falha ao salvar a configuração dos modelos", @@ -731,6 +735,7 @@ "Firecrawl API Key": "Chave de API do Firecrawl", "Floating Quick Actions": "Ações rápidas flutuantes", "Focus chat input": "Focar entrada de chat", + "Folder": "", "Folder Background Image": "Imagem de fundo da pasta", "Folder deleted successfully": "Pasta excluída com sucesso", "Folder Name": "Nome da Pasta", @@ -800,6 +805,8 @@ "H2": "Subtítulo", "H3": "Sub-subtítulos", "Haptic Feedback": "Feedback Tátil", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "Altura", "Hello, {{name}}": "Olá, {{name}}", "Help": "Ajuda", @@ -841,14 +848,10 @@ "Import Chats": "Importar Chats", "Import Config from JSON File": "Importar Configurações de JSON", "Import From Link": "Importar do link", - "Import Functions": "Importar Funções", - "Import Models": "Importar Modelos", "Import Notes": "Importar Notas", "Import Presets": "Importar Presets", "Import Prompt Suggestions": "Importar Sugestões de Prompt", - "Import Prompts": "Importar Prompts", "Import successful": "Importação bem-sucedida", - "Import Tools": "Importar Ferramentas", "Important Update": "Atualização importante", "In order to force OCR, performing OCR must be enabled.": "Para forçar o OCR, a execução do OCR deve estar habilitada.", "Include": "Incluir", @@ -876,6 +879,7 @@ "Invalid file format.": "Formato de arquivo inválido.", "Invalid JSON file": "Arquivo JSON inválido", "Invalid JSON format for ComfyUI Workflow.": "Formato JSON inválido para o fluxo de trabalho do ComfyUI.", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "Formato JSON inválido na configuração adicional", "Invalid Tag": "Tag Inválida", "is typing...": "está digitando...", @@ -1034,8 +1038,11 @@ "New Chat": "Novo Chat", "New Folder": "Nova Pasta", "New Function": "Nova Função", + "New Knowledge": "", + "New Model": "", "New Note": "Nota Nota", "New Password": "Nova Senha", + "New Prompt": "", "New Tool": "Nova Ferrameta", "new-channel": "novo-canal", "Next message": "Próxima mensagem", @@ -1051,6 +1058,7 @@ "No distance available": "Sem distância disponível", "No feedbacks found": "Comentários não encontrados", "No file selected": "Nenhum arquivo selecionado", + "No functions found": "", "No groups with access, add a group to grant access": "Nenhum grupo com acesso, adicione um grupo para dar acesso", "No HTML, CSS, or JavaScript content found.": "Nenhum conteúdo HTML, CSS ou JavaScript encontrado.", "No inference engine with management support found": "Nenhum mecanismo de inferência com suporte de gerenciamento encontrado", @@ -1061,12 +1069,14 @@ "No models selected": "Nenhum modelo selecionado", "No Notes": "Sem Notas", "No notes found": "Notas não encontradas", + "No prompts found": "", "No results": "Nenhum resultado encontrado", "No results found": "Nenhum resultado encontrado", "No search query generated": "Nenhuma consulta de pesquisa gerada", "No source available": "Nenhuma fonte disponível", "No sources found": "Nenhuma fonte encontrada", "No suggestion prompts": "Sem prompts sugeridos", + "No tools found": "", "No users were found.": "Nenhum usuário foi encontrado.", "No valves": "Sem configurações", "No valves to update": "Nenhuma configuração para atualizar", @@ -1225,6 +1235,7 @@ "Public": "Público", "Pull \"{{searchValue}}\" from Ollama.com": "Obter \"{{searchValue}}\" de Ollama.com", "Pull a model from Ollama.com": "Obter um modelo de Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Prompt de Geração de Consulta", "Querying": "Consultando", @@ -1373,6 +1384,7 @@ "Select how to split message text for TTS requests": "Selecione como dividir o texto da mensagem para solicitações TTS", "Select Knowledge": "Selecionar Conhecimento", "Select only one model to call": "Selecione apenas um modelo para chamar", + "Select view": "", "Selected model(s) do not support image inputs": "Modelo(s) selecionado(s) não suportam entradas de imagem", "semantic": "semântica", "Send": "Enviar", @@ -1413,6 +1425,7 @@ "Share Chat": "Compartilhar Chat", "Share to Open WebUI Community": "Compartilhar com a Comunidade OpenWebUI", "Share your background and interests": "Fale sobre você e seus interesses", + "Shared with you": "", "Sharing Permissions": "Permissões de compartilhamento", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "Atalhos com um asterisco (*) são situacionais e só estão ativos em condições específicas.", "Show": "Mostrar", @@ -1480,6 +1493,7 @@ "System Instructions": "Instruções do sistema", "System Prompt": "Prompt do Sistema", "Table Mode": "Modo de Tabela", + "Tag": "", "Tags": "", "Tags Generation": "Geração de tags", "Tags Generation Prompt": "Prompt para geração de Tags", @@ -1591,6 +1605,7 @@ "Transformers": "", "Trouble accessing Ollama?": "Problemas para acessar o Ollama?", "Trust Proxy Environment": "Ambiente de Proxy Confiável", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "Tentar novamente", "TTS Model": "Modelo TTS", "TTS Settings": "Configurações TTS", @@ -1627,6 +1642,7 @@ "Upload directory": "Carregar diretório", "Upload files": "Carregar arquivos", "Upload Files": "Carregar Arquivos", + "Upload Model": "", "Upload Pipeline": "Fazer upload de Pipeline", "Upload Progress": "Progresso do Upload", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "Progresso do upload: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)", diff --git a/src/lib/i18n/locales/pt-PT/translation.json b/src/lib/i18n/locales/pt-PT/translation.json index e22eab2ce8..3f826c4fec 100644 --- a/src/lib/i18n/locales/pt-PT/translation.json +++ b/src/lib/i18n/locales/pt-PT/translation.json @@ -65,6 +65,7 @@ "Add User Group": "", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Ajustar essas configurações aplicará alterações universalmente a todos os utilizadores.", "admin": "administrador", "Admin": "Admin", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "", "Create Knowledge": "", + "Create Model": "", "Create new key": "Criar nova chave", "Create new secret key": "Criar nova chave secreta", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Criado em", "Created At": "Criado em", "Created by": "", + "Created by you": "", "CSV Import": "", "Ctrl+Enter to Send": "", "Current Model": "Modelo Atual", @@ -396,6 +399,7 @@ "Delete function?": "", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "", "delete this link": "apagar este link", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Escreva um detalhe sobre você para que os seus LLMs possam lembrar-se", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "Exportar Conversa (.json)", "Export Chats": "Exportar Conversas", "Export Config to JSON File": "", - "Export Functions": "", - "Export Models": "Modelos de Exportação", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "Exportar Prompts", "Export to CSV": "", - "Export Tools": "", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Falha ao ler o conteúdo da área de transferência", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Falha ao guardar a conversa", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Focar na conversa", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Olá, {{name}}", "Help": "Ajuda", @@ -841,14 +848,10 @@ "Import Chats": "Importar Conversas", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "", - "Import Models": "Importar Modelos", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "Importar Prompts", "Import successful": "", - "Import Tools": "", "Important Update": "Atualização importante", "In order to force OCR, performing OCR must be enabled.": "", "Include": "", @@ -876,6 +879,7 @@ "Invalid file format.": "", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Etiqueta Inválida", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "Nova Conversa", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Nova Senha", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "", "No feedbacks found": "", "No file selected": "", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Não foram encontrados resultados", "No results found": "Não foram encontrados resultados", "No search query generated": "Não foi gerada nenhuma consulta de pesquisa", "No source available": "Nenhuma fonte disponível", "No sources found": "", "No suggestion prompts": "Sem prompts sugeridos", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Puxar \"{{searchValue}}\" do Ollama.com", "Pull a model from Ollama.com": "Puxar um modelo do Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1373,6 +1384,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "", "Select only one model to call": "Selecione apenas um modelo para a chamada", + "Select view": "", "Selected model(s) do not support image inputs": "O(s) modelo(s) selecionado(s) não suporta(m) entradas de imagem", "semantic": "", "Send": "Enviar", @@ -1413,6 +1425,7 @@ "Share Chat": "Partilhar Conversa", "Share to Open WebUI Community": "Partilhar com a Comunidade OpenWebUI", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Mostrar", @@ -1480,6 +1493,7 @@ "System Instructions": "", "System Prompt": "Prompt do Sistema", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "", @@ -1591,6 +1605,7 @@ "Transformers": "", "Trouble accessing Ollama?": "Problemas a aceder ao Ollama?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "Modelo TTS", "TTS Settings": "Configurações TTS", @@ -1627,6 +1642,7 @@ "Upload directory": "", "Upload files": "", "Upload Files": "Carregar ficheiros", + "Upload Model": "", "Upload Pipeline": "Carregar Pipeline", "Upload Progress": "Progresso do Carregamento", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/ro-RO/translation.json b/src/lib/i18n/locales/ro-RO/translation.json index bfad1023e8..9149f0b06a 100644 --- a/src/lib/i18n/locales/ro-RO/translation.json +++ b/src/lib/i18n/locales/ro-RO/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Adaugă grup de utilizatori", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Ajustarea acestor setări va aplica modificările universal pentru toți utilizatorii.", "admin": "administrator", "Admin": "Administrator", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Creează grup", "Create Knowledge": "Creează cunoștințe", + "Create Model": "", "Create new key": "Creează cheie nouă", "Create new secret key": "Creează cheie secretă nouă", "Create Note": "Creează notiță", @@ -350,6 +352,7 @@ "Created at": "Creat la", "Created At": "Creat La", "Created by": "Creat de", + "Created by you": "", "CSV Import": "Import CSV", "Ctrl+Enter to Send": "", "Current Model": "Model Curent", @@ -396,6 +399,7 @@ "Delete function?": "Șterge funcția?", "Delete Message": "Șterge mesajul", "Delete message?": "Ștergeți mesajul?", + "Delete Model": "", "Delete note?": "Ștergeți notița?", "Delete prompt?": "Șterge promptul?", "delete this link": "șterge acest link", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Introduceți un detaliu despre dvs. pe care LLM-urile să-l rețină", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Introduceți șirul de autentificare API (de ex. username:password)", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "Exportă conversația (.json)", "Export Chats": "Exportă Conversațiile", "Export Config to JSON File": "Exportă Configurația în Fișier JSON", - "Export Functions": "Exportă Funcțiile", - "Export Models": "Exportă Modelele", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "Exportă Prompturile", "Export to CSV": "", - "Export Tools": "Exportă Instrumentele", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Citirea conținutului clipboard-ului a eșuat", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Nu s-a putut salva conversația", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Focalizează câmpul de intrare pentru conversație", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Folder șters cu succes", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Feedback haptic", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Salut, {{name}}", "Help": "Ajutor", @@ -841,14 +848,10 @@ "Import Chats": "Importă Conversațiile", "Import Config from JSON File": "Importarea configurației dintr-un fișier JSON", "Import From Link": "", - "Import Functions": "Importă Funcțiile", - "Import Models": "Importă Modelele", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "Importă Prompturile", "Import successful": "", - "Import Tools": "Importă Instrumentele", "Important Update": "Actualizare importantă", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Include", @@ -876,6 +879,7 @@ "Invalid file format.": "Format de fișier invalid.", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Etichetă Invalidă", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "Conversație Nouă", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Parolă Nouă", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "Nicio distanță disponibilă", "No feedbacks found": "Niciun feedback găsit", "No file selected": "Nu a fost selectat niciun fișier", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "Niciun conținut HTML, CSS sau JavaScript găsit.", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Nu au fost găsite rezultate", "No results found": "Nu au fost găsite rezultate", "No search query generated": "Nu a fost generată nicio interogare de căutare", "No source available": "Nicio sursă disponibilă", "No sources found": "", "No suggestion prompts": "Fără prompturi sugerate", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "Nu există valve de actualizat", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Extrage \"{{searchValue}}\" de pe Ollama.com", "Pull a model from Ollama.com": "Extrage un model de pe Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1373,6 +1384,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Selectarea cunoștințelor (Knowledge Selection) este un proces esențial în multiple domenii, incluzând inteligența artificială și învățarea automată. Aceasta presupune alegerea corectă a informațiilor sau datelor relevante dintr-un set mai mare pentru a le utiliza în analize, modele sau sisteme specifice. De exemplu, în învățarea automată, selectarea caracteristicilor este un aspect al selectării cunoștințelor și implică alegerea celor mai relevante date de intrare care contribuie la îmbunătățirea preciziei modelului.", "Select only one model to call": "Selectează doar un singur model pentru apel", + "Select view": "", "Selected model(s) do not support image inputs": "Modelul(e) selectat(e) nu suportă intrări de imagine", "semantic": "", "Send": "Trimite", @@ -1413,6 +1425,7 @@ "Share Chat": "Partajează Conversația", "Share to Open WebUI Community": "Partajează cu Comunitatea OpenWebUI", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Afișează", @@ -1480,6 +1493,7 @@ "System Instructions": "Instrucțiuni pentru sistem", "System Prompt": "Prompt de Sistem", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "Generarea de Etichete Prompt", @@ -1591,6 +1605,7 @@ "Transformers": "", "Trouble accessing Ollama?": "Probleme la accesarea Ollama?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "Model TTS", "TTS Settings": "Setări TTS", @@ -1627,6 +1642,7 @@ "Upload directory": "Încărcare director", "Upload files": "Încărcați fișiere", "Upload Files": "Încarcă Fișiere", + "Upload Model": "", "Upload Pipeline": "Încarcă Conducta", "Upload Progress": "Progres Încărcare", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/ru-RU/translation.json b/src/lib/i18n/locales/ru-RU/translation.json index 5d23867919..4cef54aaff 100644 --- a/src/lib/i18n/locales/ru-RU/translation.json +++ b/src/lib/i18n/locales/ru-RU/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Добавить группу пользователей", "Additional Config": "Дополнительные настройки", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "Дополнительные настройки для marker. Это должна быть строка JSON с ключами и значениями. Например, '{\"key\": \"value\"}'. Поддерживаемые ключи включают: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Изменения в этих настройках будут применены для всех пользователей.", "admin": "админ", "Admin": "Админ", @@ -343,6 +344,7 @@ "Create Folder": "Создать папку", "Create Group": "Создать группу", "Create Knowledge": "Создать знание", + "Create Model": "", "Create new key": "Создать новый ключ", "Create new secret key": "Создать новый секретный ключ", "Create Note": "Создать заметку", @@ -350,6 +352,7 @@ "Created at": "Создан(а)", "Created At": "Создано", "Created by": "Создано", + "Created by you": "", "CSV Import": "Импорт CSV", "Ctrl+Enter to Send": "Ctrl+Enter чтобы отправить", "Current Model": "Текущая модель", @@ -396,6 +399,7 @@ "Delete function?": "Удалить функцию?", "Delete Message": "Удалить сообщение", "Delete message?": "Удалить сообщение?", + "Delete Model": "", "Delete note?": "Удалить заметку?", "Delete prompt?": "Удалить промпт?", "delete this link": "удалить эту ссылку", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Введите детали о себе, чтобы LLMs могли запомнить", "Enter a title for the pending user info overlay. Leave empty for default.": "Введите заголовок информационного оверлея для ожидающего пользователя. Оставьте поле пустым для параметра по умолчанию.", "Enter a watermark for the response. Leave empty for none.": "Укажите водяной знак для ответа. Оставьте пустым чтобы не было никакого.", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Введите строку авторизации api (например, username:password)", "Enter Application DN": "Введите ND приложения", "Enter Application DN Password": "Введите пароль DN приложения", @@ -667,13 +674,9 @@ "Export chat (.json)": "Экспортировать чат (.json)", "Export Chats": "Экспортировать чаты", "Export Config to JSON File": "Экспорт конфигурации в JSON-файл", - "Export Functions": "Экспортировать функции", - "Export Models": "Экспортировать модели", "Export Presets": "Экспорт Пресетов", "Export Prompt Suggestions": "Экспортировать Предложения промптов", - "Export Prompts": "Экспортировать промпты", "Export to CSV": "Экспортировать в CSV", - "Export Tools": "Экспортировать инструменты", "Export Users": "Экспортировать пользователей", "External": "Внешнее", "External Document Loader URL required.": "Требуется URL-адрес внешнего загрузчика документов.", @@ -698,6 +701,7 @@ "Failed to load file content.": "Не удалось загрузить содержимое файла.", "Failed to move chat": "Не удалось переместить чат", "Failed to read clipboard contents": "Не удалось прочитать содержимое буфера обмена", + "Failed to render diagram": "", "Failed to save connections": "Не удалось сохранить подключения", "Failed to save conversation": "Не удалось сохранить беседу", "Failed to save models configuration": "Не удалось сохранить конфигурацию моделей", @@ -731,6 +735,7 @@ "Firecrawl API Key": "Ключ API Firecrawl", "Floating Quick Actions": "Плавающие быстрые действия", "Focus chat input": "Фокус ввода чата", + "Folder": "", "Folder Background Image": "Фоновое изображение папки", "Folder deleted successfully": "Папка успешно удалена", "Folder Name": "Название папки", @@ -800,6 +805,8 @@ "H2": "H2", "H3": "H3", "Haptic Feedback": "Тактильная обратная связь", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "Высота", "Hello, {{name}}": "Привет, {{name}}", "Help": "Помощь", @@ -841,14 +848,10 @@ "Import Chats": "Импортировать чаты", "Import Config from JSON File": "Импорт конфигурации из JSON-файла", "Import From Link": "Импортировать по ссылке", - "Import Functions": "Импортировать Функции", - "Import Models": "Импортировать Модели", "Import Notes": "Импортировать Заметки", "Import Presets": "Импортировать Пресеты", "Import Prompt Suggestions": "Импортировать Предложения промптов", - "Import Prompts": "Импортировать Промпты", "Import successful": "", - "Import Tools": "Импортировать Инструменты", "Important Update": "Важное обновление", "In order to force OCR, performing OCR must be enabled.": "Для принудительного OCR необходимо включить выполнение OCR.", "Include": "Включать", @@ -876,6 +879,7 @@ "Invalid file format.": "Неверный формат файла.", "Invalid JSON file": "Недопустимый файл JSON", "Invalid JSON format for ComfyUI Workflow.": "Неверный формат JSON для ComfyUI Workflow.", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "Неверный формат JSON в дополнительной конфигурации", "Invalid Tag": "Недопустимый тег", "is typing...": "печатает...", @@ -1034,8 +1038,11 @@ "New Chat": "Новый чат", "New Folder": "Новая папка", "New Function": "Новая функция", + "New Knowledge": "", + "New Model": "", "New Note": "Новая заметка", "New Password": "Новый пароль", + "New Prompt": "", "New Tool": "Новый инструмент", "new-channel": "новый-канал", "Next message": "Следующее сообщение", @@ -1051,6 +1058,7 @@ "No distance available": "Никаких доступных растояний", "No feedbacks found": "Никаких обратных связей не найдено", "No file selected": "Файлы не выбраны", + "No functions found": "", "No groups with access, add a group to grant access": "Нет групп с доступом, добавьте группу для предоставления доступа", "No HTML, CSS, or JavaScript content found.": "Содержимое в формате HTML, CSS или JavaScript не найдено.", "No inference engine with management support found": "Механизм логического вывода с поддержкой управления не найден", @@ -1061,12 +1069,14 @@ "No models selected": "Модели не выбраны", "No Notes": "Нет заметок", "No notes found": "Заметки не найдены", + "No prompts found": "", "No results": "Результатов не найдено", "No results found": "Результатов не найдено", "No search query generated": "Поисковый запрос не сгенерирован", "No source available": "Нет доступных источников", "No sources found": "Источники не найдены", "No suggestion prompts": "Нет предложенных подсказок", + "No tools found": "", "No users were found.": "Пользователи не найдены.", "No valves": "Нет клапанов", "No valves to update": "Нет вентилей для обновления", @@ -1225,6 +1235,7 @@ "Public": "Публичное", "Pull \"{{searchValue}}\" from Ollama.com": "Загрузить \"{{searchValue}}\" с Ollama.com", "Pull a model from Ollama.com": "Загрузить модель с Ollama.com", + "Pull Model": "", "pypdfium2": "pypdfium2", "Query Generation Prompt": "Запрос на генерацию промпта", "Querying": "Запрос", @@ -1374,6 +1385,7 @@ "Select how to split message text for TTS requests": "Выберите, как разделять текст сообщения для TTS запросов", "Select Knowledge": "Выбрать знание", "Select only one model to call": "Выберите только одну модель для вызова", + "Select view": "", "Selected model(s) do not support image inputs": "Выбранные модели не поддерживают ввод изображений", "semantic": "семантический", "Send": "Отправить", @@ -1414,6 +1426,7 @@ "Share Chat": "Поделиться чатом", "Share to Open WebUI Community": "Поделиться с сообществом OpenWebUI", "Share your background and interests": "Расскажите о своём опыте и интересах", + "Shared with you": "", "Sharing Permissions": "Разрешения на общий доступ", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "Комбинации клавиш со звёздочкой (*) являются ситуативными и активны только при определённых условиях.", "Show": "Показать", @@ -1481,6 +1494,7 @@ "System Instructions": "Системные инструкции", "System Prompt": "Системный промпт", "Table Mode": "Режим таблицы", + "Tag": "", "Tags": "Теги", "Tags Generation": "Генерация тегов", "Tags Generation Prompt": "Промпт для генерации тегов", @@ -1592,6 +1606,7 @@ "Transformers": "Transformers", "Trouble accessing Ollama?": "Проблемы с доступом к Ollama?", "Trust Proxy Environment": "Доверять заданным параметрам прокси", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "Попробовать снова", "TTS Model": "Модель TTS", "TTS Settings": "Настройки TTS", @@ -1628,6 +1643,7 @@ "Upload directory": "Загрузить каталог", "Upload files": "Загрузить файлы", "Upload Files": "Загрузить файлы", + "Upload Model": "", "Upload Pipeline": "Загрузить конвейер", "Upload Progress": "Прогресс загрузки", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "Прогресс загрузки: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)", diff --git a/src/lib/i18n/locales/sk-SK/translation.json b/src/lib/i18n/locales/sk-SK/translation.json index c59007aa55..e2ed9bfebe 100644 --- a/src/lib/i18n/locales/sk-SK/translation.json +++ b/src/lib/i18n/locales/sk-SK/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Pridať skupinu užívateľov", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Úprava týchto nastavení sa prejaví univerzálne u všetkých užívateľov.", "admin": "admin", "Admin": "Admin", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Vytvoriť skupinu", "Create Knowledge": "Vytvoriť knowledge", + "Create Model": "", "Create new key": "Vytvoriť nový kľúč", "Create new secret key": "Vytvoriť nový tajný kľúč", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Vytvorené dňa", "Created At": "Vytvorené dňa", "Created by": "Vytvorené užívateľom", + "Created by you": "", "CSV Import": "CSV import", "Ctrl+Enter to Send": "", "Current Model": "Aktuálny model", @@ -396,6 +399,7 @@ "Delete function?": "Funkcia na odstránenie?", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "Odstrániť prompt?", "delete this link": "odstrániť tento odkaz", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Zadajte podrobnosť o sebe, ktorú si vaše LLM majú zapamätať.", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Zadajte autentifikačný reťazec API (napr. užívateľské_meno:heslo)", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "Exportovať konverzáciu (.json)", "Export Chats": "Exportovať konverzácie", "Export Config to JSON File": "Exportujte konfiguráciu do súboru JSON", - "Export Functions": "Exportovať funkcie", - "Export Models": "Exportovať modely", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "Exportovať prompty", "Export to CSV": "", - "Export Tools": "Exportné nástroje", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Nepodarilo sa prečítať obsah schránky", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Nepodarilo sa uložiť konverzáciu", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Zamerajte sa na vstup chatu", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Priečinok bol úspešne vymazaný", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Haptická spätná väzba", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Ahoj, {{name}}", "Help": "Pomoc", @@ -841,14 +848,10 @@ "Import Chats": "Importovať konverzácie", "Import Config from JSON File": "Importovanie konfigurácie z JSON súboru", "Import From Link": "", - "Import Functions": "Načítanie funkcií", - "Import Models": "Importovanie modelov", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "Importovať Prompty", "Import successful": "", - "Import Tools": "Importovať nástroje", "Important Update": "Dôležitá aktualizácia", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Zahrnúť", @@ -876,6 +879,7 @@ "Invalid file format.": "Neplatný formát súboru.", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Neplatný tag", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "Nový chat", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Nové heslo", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "Nie je dostupná žiadna vzdialenosť", "No feedbacks found": "Žiadna spätná väzba nenájdená", "No file selected": "Nebola vybratá žiadna súbor", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "Nebola nájdená žiadny obsah HTML, CSS ani JavaScript.", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Neboli nájdené žiadne výsledky", "No results found": "Neboli nájdené žiadne výsledky", "No search query generated": "Nebola vygenerovaná žiadna vyhľadávacia otázka.", "No source available": "Nie je dostupný žiadny zdroj.", "No sources found": "", "No suggestion prompts": "Žiadne navrhované prompty", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "Žiadne ventily na aktualizáciu", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Stiahnite \"{{searchValue}}\" z Ollama.com", "Pull a model from Ollama.com": "Stiahnite model z Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1374,6 +1385,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Vybrať znalosti", "Select only one model to call": "Vyberte iba jeden model, ktorý chcete použiť", + "Select view": "", "Selected model(s) do not support image inputs": "Vybraný(é) model(y) nepodporujú vstupy v podobe obrázkov.", "semantic": "", "Send": "Odoslať", @@ -1414,6 +1426,7 @@ "Share Chat": "Zdieľať chat", "Share to Open WebUI Community": "Zdieľať s komunitou OpenWebUI", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Zobraziť", @@ -1481,6 +1494,7 @@ "System Instructions": "", "System Prompt": "Systémový prompt", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "Prompt na generovanie značiek", @@ -1592,6 +1606,7 @@ "Transformers": "", "Trouble accessing Ollama?": "Máte problémy s prístupom k Ollama?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "Model prevodu textu na reč (TTS)", "TTS Settings": "Nastavenia TTS (Text-to-Speech)", @@ -1628,6 +1643,7 @@ "Upload directory": "Nahrať adresár", "Upload files": "Nahrať súbory", "Upload Files": "Nahrať súbory", + "Upload Model": "", "Upload Pipeline": "Nahrať pipeline", "Upload Progress": "Priebeh nahrávania", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/sr-RS/translation.json b/src/lib/i18n/locales/sr-RS/translation.json index da56e583d1..7a7868700f 100644 --- a/src/lib/i18n/locales/sr-RS/translation.json +++ b/src/lib/i18n/locales/sr-RS/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Додај корисничку групу", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Прилагођавање ових подешавања ће применити промене на све кориснике.", "admin": "админ", "Admin": "Админ", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Направи групу", "Create Knowledge": "Направи знање", + "Create Model": "", "Create new key": "Направи нови кључ", "Create new secret key": "Направи нови тајни кључ", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Направљено у", "Created At": "Направљено у", "Created by": "Направио/ла", + "Created by you": "", "CSV Import": "Увоз CSV-а", "Ctrl+Enter to Send": "", "Current Model": "Тренутни модел", @@ -396,6 +399,7 @@ "Delete function?": "Обрисати функцију?", "Delete Message": "Обриши поруку", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "Обрисати упит?", "delete this link": "обриши ову везу", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Унесите детаље за себе да ће LLMs преузимати", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "Извези ћаскање (.json)", "Export Chats": "Извези ћаскања", "Export Config to JSON File": "", - "Export Functions": "Извези функције", - "Export Models": "Извези моделе", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "Извези упите", "Export to CSV": "", - "Export Tools": "", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Неуспешно читање садржаја оставе", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Неуспешно чување разговора", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Усредсредите унос ћаскања", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Вибрација као одговор", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Здраво, {{name}}", "Help": "Помоћ", @@ -841,14 +848,10 @@ "Import Chats": "Увези ћаскања", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "Увези функције", - "Import Models": "Увези моделе", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "Увези упите", "Import successful": "", - "Import Tools": "", "Important Update": "Важно ажурирање", "In order to force OCR, performing OCR must be enabled.": "", "Include": "", @@ -876,6 +879,7 @@ "Invalid file format.": "", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Неисправна ознака", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "Ново ћаскање", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Нова лозинка", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "", "No feedbacks found": "", "No file selected": "", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Нема резултата", "No results found": "Нема резултата", "No search query generated": "Није генерисан упит за претрагу", "No source available": "Нема доступног извора", "No sources found": "", "No suggestion prompts": "Нема предложених промптова", + "No tools found": "", "No users were found.": "Нема корисника.", "No valves": "", "No valves to update": "", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Повуците \"{{searchValue}}\" са Ollama.com", "Pull a model from Ollama.com": "Повуците модел са Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1373,6 +1384,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Изабери знање", "Select only one model to call": "", + "Select view": "", "Selected model(s) do not support image inputs": "Изабрани модели не подржавају уносе слика", "semantic": "", "Send": "Пошаљи", @@ -1413,6 +1425,7 @@ "Share Chat": "Подели ћаскање", "Share to Open WebUI Community": "Подели са OpenWebUI заједницом", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Прикажи", @@ -1480,6 +1493,7 @@ "System Instructions": "Системске инструкције", "System Prompt": "Системски упит", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "Стварање ознака", "Tags Generation Prompt": "Упит стварања ознака", @@ -1591,6 +1605,7 @@ "Transformers": "", "Trouble accessing Ollama?": "Проблеми са приступом Ollama-и?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "TTS модел", "TTS Settings": "TTS подешавања", @@ -1627,6 +1642,7 @@ "Upload directory": "Отпреми фасциклу", "Upload files": "Отпремање датотека", "Upload Files": "Отпремање датотека", + "Upload Model": "", "Upload Pipeline": "Цевовод отпремања", "Upload Progress": "Напредак отпремања", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/sv-SE/translation.json b/src/lib/i18n/locales/sv-SE/translation.json index bf0610ef21..7006ea9808 100644 --- a/src/lib/i18n/locales/sv-SE/translation.json +++ b/src/lib/i18n/locales/sv-SE/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Lägg till användargrupp", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Justering av dessa inställningar kommer att tillämpa ändringar universellt för alla användare.", "admin": "administratör", "Admin": "Admin", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Skapa grupp", "Create Knowledge": "Skapa kunskap", + "Create Model": "", "Create new key": "Skapa ny nyckel", "Create new secret key": "Skapa ny hemlig nyckel", "Create Note": "Skapa anteckning", @@ -350,6 +352,7 @@ "Created at": "Skapad", "Created At": "Skapad", "Created by": "Skapad av", + "Created by you": "", "CSV Import": "CSV-import", "Ctrl+Enter to Send": "Ctrl+Enter för att skicka", "Current Model": "Aktuell modell", @@ -396,6 +399,7 @@ "Delete function?": "Radera funktion?", "Delete Message": "Radera meddelande", "Delete message?": "Radera meddelande?", + "Delete Model": "", "Delete note?": "Radera anteckning?", "Delete prompt?": "Radera prompt?", "delete this link": "radera denna länk", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Skriv en detalj om dig själv för att dina LLMs ska komma ihåg", "Enter a title for the pending user info overlay. Leave empty for default.": "Ange en titel för den väntande användarinformationen. Lämna tomt för standard.", "Enter a watermark for the response. Leave empty for none.": "Ange en vattenstämpel för svaret. Lämna tomt för ingen.", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Ange API-autentiseringssträng (t.ex. användarnamn:lösenord)", "Enter Application DN": "Ange Application DN", "Enter Application DN Password": "Ange Application DN-lösenord", @@ -667,13 +674,9 @@ "Export chat (.json)": "Exportera chatt (.json)", "Export Chats": "Exportera chattar", "Export Config to JSON File": "Exportera konfiguration till JSON-fil", - "Export Functions": "Exportera funktioner", - "Export Models": "Exportera modeller", "Export Presets": "Exportera förinställningar", "Export Prompt Suggestions": "Exportera promptförslag", - "Export Prompts": "Exportera instruktioner", "Export to CSV": "Exportera till CSV", - "Export Tools": "Exportera verktyg", "Export Users": "", "External": "Extern", "External Document Loader URL required.": "Extern dokumentinläsare URL krävs.", @@ -698,6 +701,7 @@ "Failed to load file content.": "Misslyckades med att läsa in filinnehåll.", "Failed to move chat": "", "Failed to read clipboard contents": "Misslyckades med att läsa urklippsinnehåll", + "Failed to render diagram": "", "Failed to save connections": "Misslyckades med att spara anslutningar", "Failed to save conversation": "Misslyckades med att spara konversationen", "Failed to save models configuration": "Misslyckades med att spara modellkonfiguration", @@ -731,6 +735,7 @@ "Firecrawl API Key": "Firecrawl API-nyckel", "Floating Quick Actions": "", "Focus chat input": "Fokusera på chattfältet", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Mappen har tagits bort", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Haptisk återkoppling", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Hej, {{name}}", "Help": "Hjälp", @@ -841,14 +848,10 @@ "Import Chats": "Importera chattar", "Import Config from JSON File": "Importera konfiguration från JSON-fil", "Import From Link": "Importera från länk", - "Import Functions": "Importera funktioner", - "Import Models": "Importera modeller", "Import Notes": "Importera anteckningar", "Import Presets": "Importera förinställningar", "Import Prompt Suggestions": "Importera promptförslag", - "Import Prompts": "Importera instruktioner", "Import successful": "", - "Import Tools": "Importera verktyg", "Important Update": "Viktig uppdatering", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Inkludera", @@ -876,6 +879,7 @@ "Invalid file format.": "Ogiltigt filformat.", "Invalid JSON file": "Ogiltig JSON-fil", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Ogiltig tagg", "is typing...": "skriver...", @@ -1034,8 +1038,11 @@ "New Chat": "Ny chatt", "New Folder": "Ny mapp", "New Function": "Ny funktion", + "New Knowledge": "", + "New Model": "", "New Note": "Ny anteckning", "New Password": "Nytt lösenord", + "New Prompt": "", "New Tool": "Nytt verktyg", "new-channel": "ny-kanal", "Next message": "Nästa meddelande", @@ -1051,6 +1058,7 @@ "No distance available": "Inget avstånd tillgängligt", "No feedbacks found": "Ingen feedback hittades", "No file selected": "Ingen fil vald", + "No functions found": "", "No groups with access, add a group to grant access": "Inga grupper med åtkomst, lägg till en grupp för att ge åtkomst", "No HTML, CSS, or JavaScript content found.": "Inget HTML-, CSS- eller JavaScript-innehåll hittades.", "No inference engine with management support found": "Ingen inferensmotor med stöd för hantering hittades", @@ -1061,12 +1069,14 @@ "No models selected": "Inga modeller valda", "No Notes": "Inga anteckningar", "No notes found": "", + "No prompts found": "", "No results": "Inga resultat hittades", "No results found": "Inga resultat hittades", "No search query generated": "Ingen sökfråga genererad", "No source available": "Ingen tillgänglig källa", "No sources found": "", "No suggestion prompts": "Inga föreslagna promptar", + "No tools found": "", "No users were found.": "Inga användare hittades.", "No valves": "", "No valves to update": "Inga ventiler att uppdatera", @@ -1225,6 +1235,7 @@ "Public": "Offentlig", "Pull \"{{searchValue}}\" from Ollama.com": "Ladda ner \"{{searchValue}}\" från Ollama.com", "Pull a model from Ollama.com": "Ladda ner en modell från Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Prompt för frågegenerering", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Välj kunskap", "Select only one model to call": "Välj endast en modell att ringa", + "Select view": "", "Selected model(s) do not support image inputs": "Valda modeller stöder inte bildinmatningar", "semantic": "", "Send": "Skicka", @@ -1412,6 +1424,7 @@ "Share Chat": "Dela chatt", "Share to Open WebUI Community": "Dela till OpenWebUI Community", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "Delningsbehörigheter", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "Genvägar med en asterisk (*) är situationsbundna och endast aktiva under specifika förhållanden.", "Show": "Visa", @@ -1479,6 +1492,7 @@ "System Instructions": "Systeminstruktioner", "System Prompt": "Systeminstruktion", "Table Mode": "", + "Tag": "", "Tags": "Taggar", "Tags Generation": "Tagggenerering", "Tags Generation Prompt": "Prompt för tagggenerering", @@ -1590,6 +1604,7 @@ "Transformers": "Transformatorer", "Trouble accessing Ollama?": "Problem med att komma åt Ollama?", "Trust Proxy Environment": "Trust Proxy-miljö", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "Text-till-tal-modell", "TTS Settings": "Text-till-tal-inställningar", @@ -1626,6 +1641,7 @@ "Upload directory": "Uppladdningskatalog", "Upload files": "Ladda upp filer", "Upload Files": "Ladda upp filer", + "Upload Model": "", "Upload Pipeline": "Ladda upp rörledning", "Upload Progress": "Uppladdningsframsteg", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/th-TH/translation.json b/src/lib/i18n/locales/th-TH/translation.json index 42635005ec..fed7cae671 100644 --- a/src/lib/i18n/locales/th-TH/translation.json +++ b/src/lib/i18n/locales/th-TH/translation.json @@ -65,6 +65,7 @@ "Add User Group": "", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "การปรับการตั้งค่าเหล่านี้จะนำไปใช้กับผู้ใช้ทั้งหมด", "admin": "ผู้ดูแลระบบ", "Admin": "ผู้ดูแลระบบ", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "", "Create Knowledge": "", + "Create Model": "", "Create new key": "สร้างคีย์ใหม่", "Create new secret key": "สร้างคีย์ลับใหม่", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "สร้างเมื่อ", "Created At": "สร้างเมื่อ", "Created by": "สร้างโดย", + "Created by you": "", "CSV Import": "นำเข้า CSV", "Ctrl+Enter to Send": "", "Current Model": "โมเดลปัจจุบัน", @@ -396,6 +399,7 @@ "Delete function?": "ลบฟังก์ชัน?", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "ลบพรอมต์?", "delete this link": "ลบลิงก์นี้", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "ใส่รายละเอียดเกี่ยวกับตัวคุณสำหรับ LLMs ของคุณให้จดจำ", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "ใส่สตริงการตรวจสอบ API (เช่น username:password)", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "ส่งออกการสนทนา (.json)", "Export Chats": "ส่งออกการสนทนา", "Export Config to JSON File": "", - "Export Functions": "ส่งออกฟังก์ชัน", - "Export Models": "ส่งออกโมเดล", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "ส่งออกพรอมต์", "Export to CSV": "", - "Export Tools": "ส่งออกเครื่องมือ", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "อ่านเนื้อหาคลิปบอร์ดล้มเหลว", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "บันทึกการสนทนาล้มเหลว", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "โฟกัสการป้อนแชท", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "สวัสดี, {{name}}", "Help": "ช่วยเหลือ", @@ -841,14 +848,10 @@ "Import Chats": "นำเข้าการสนทนา", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "นำเข้าฟังก์ชัน", - "Import Models": "นำเข้าโมเดล", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "นำเข้าพรอมต์", "Import successful": "", - "Import Tools": "นำเข้าเครื่องมือ", "Important Update": "อัปเดตสำคัญ", "In order to force OCR, performing OCR must be enabled.": "", "Include": "", @@ -876,6 +879,7 @@ "Invalid file format.": "", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "แท็กไม่ถูกต้อง", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "แชทใหม่", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "รหัสผ่านใหม่", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "", "No feedbacks found": "", "No file selected": "ไม่ได้เลือกไฟล์", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "ไม่มีผลลัพธ์", "No results found": "ไม่มีผลลัพธ์", "No search query generated": "ไม่มีการสร้างคำค้นหา", "No source available": "ไม่มีแหล่งข้อมูล", "No sources found": "", "No suggestion prompts": "ไม่มีพรอมพ์แนะนำ", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "ไม่มีวาล์วที่จะอัปเดต", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "", "Pull a model from Ollama.com": "", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1371,6 +1382,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "", "Select only one model to call": "เลือกเพียงโมเดลเดียวที่จะใช้", + "Select view": "", "Selected model(s) do not support image inputs": "โมเดลที่เลือกไม่รองรับภาพ", "semantic": "", "Send": "ส่ง", @@ -1411,6 +1423,7 @@ "Share Chat": "แชร์แชท", "Share to Open WebUI Community": "แชร์ไปยังชุมชน OpenWebUI", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "แสดง", @@ -1478,6 +1491,7 @@ "System Instructions": "", "System Prompt": "ระบบพรอมต์", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "", @@ -1589,6 +1603,7 @@ "Transformers": "", "Trouble accessing Ollama?": "มีปัญหาในการเข้าถึง Ollama?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "โมเดลแปลงข้อความเป็นเสียง", "TTS Settings": "การตั้งค่าแปลงข้อความเป็นเสียง", @@ -1625,6 +1640,7 @@ "Upload directory": "", "Upload files": "", "Upload Files": "อัปโหลดไฟล์", + "Upload Model": "", "Upload Pipeline": "อัปโหลดพายป์ไลน์", "Upload Progress": "ความคืบหน้าการอัปโหลด", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/tk-TM/translation.json b/src/lib/i18n/locales/tk-TM/translation.json index e9072a2046..976581e701 100644 --- a/src/lib/i18n/locales/tk-TM/translation.json +++ b/src/lib/i18n/locales/tk-TM/translation.json @@ -65,6 +65,7 @@ "Add User Group": "", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Bu sazlamalary düzetmek ähli ulanyjylara birmeňzeş üýtgeşmeler girizer.", "admin": "admin", "Admin": "", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "", "Create Knowledge": "", + "Create Model": "", "Create new key": "Täze açar döret", "Create new secret key": "Täze gizlin açar döret", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Döredilen wagty", "Created At": "Döredilen wagty", "Created by": "", + "Created by you": "", "CSV Import": "", "Ctrl+Enter to Send": "", "Current Model": "Häzirki Model", @@ -396,6 +399,7 @@ "Delete function?": "", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "", "delete this link": "", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "", "Export Chats": "", "Export Config to JSON File": "", - "Export Functions": "", - "Export Models": "", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "", "Export to CSV": "", - "Export Tools": "", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Söhbeti ýazdyrmak başa barmady", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "", "Help": "Kömek", @@ -841,14 +848,10 @@ "Import Chats": "", "Import Config from JSON File": "", "Import From Link": "", - "Import Functions": "", - "Import Models": "", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "", "Import successful": "", - "Import Tools": "", "Important Update": "Möhüm täzelenme", "In order to force OCR, performing OCR must be enabled.": "", "Include": "", @@ -876,6 +879,7 @@ "Invalid file format.": "", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Täze Parol", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "", "No feedbacks found": "", "No file selected": "", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Netije ýok", "No results found": "", "No search query generated": "", "No source available": "", "No sources found": "", "No suggestion prompts": "Teklip edilýän prompt ýok", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "", @@ -1225,6 +1235,7 @@ "Public": "Jemgyýetçilik", "Pull \"{{searchValue}}\" from Ollama.com": "", "Pull a model from Ollama.com": "", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "", "Select only one model to call": "", + "Select view": "", "Selected model(s) do not support image inputs": "", "semantic": "", "Send": "Iber", @@ -1412,6 +1424,7 @@ "Share Chat": "Çaty Paýlaş", "Share to Open WebUI Community": "", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Görkez", @@ -1479,6 +1492,7 @@ "System Instructions": "", "System Prompt": "", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "", @@ -1590,6 +1604,7 @@ "Transformers": "", "Trouble accessing Ollama?": "", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "", "TTS Settings": "", @@ -1626,6 +1641,7 @@ "Upload directory": "", "Upload files": "", "Upload Files": "", + "Upload Model": "", "Upload Pipeline": "", "Upload Progress": "", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/tr-TR/translation.json b/src/lib/i18n/locales/tr-TR/translation.json index 7dd365aa11..81103cd348 100644 --- a/src/lib/i18n/locales/tr-TR/translation.json +++ b/src/lib/i18n/locales/tr-TR/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Kullanıcı Grubu Ekle", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Bu ayarların yapılması, değişiklikleri tüm kullanıcılara evrensel olarak uygulayacaktır.", "admin": "yönetici", "Admin": "Yönetici", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Grup Oluştur", "Create Knowledge": "Bilgi Oluştur", + "Create Model": "", "Create new key": "Yeni anahtar oluştur", "Create new secret key": "Yeni gizli anahtar oluştur", "Create Note": "Not Oluştur", @@ -350,6 +352,7 @@ "Created at": "Oluşturulma tarihi", "Created At": "Şu Tarihte Oluşturuldu:", "Created by": "Şunun tarafından oluşturuldu:", + "Created by you": "", "CSV Import": "CSV İçe Aktarma", "Ctrl+Enter to Send": "", "Current Model": "Mevcut Model", @@ -396,6 +399,7 @@ "Delete function?": "Fonksiyonu sil?", "Delete Message": "Mesajı Sil", "Delete message?": "Mesaj Silinsin mi?", + "Delete Model": "", "Delete note?": "Not Silinsin mi?", "Delete prompt?": "Promptu sil?", "delete this link": "bu bağlantıyı sil", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "LLM'lerinizin hatırlaması için kendiniz hakkında bir bilgi girin", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Api auth dizesini girin (örn. kullanıcı adı:parola)", "Enter Application DN": "Uygulama DN'sini Girin", "Enter Application DN Password": "Uygulama DN Parolasını Girin", @@ -667,13 +674,9 @@ "Export chat (.json)": "Sohbeti dışa aktar (.json)", "Export Chats": "Sohbetleri Dışa Aktar", "Export Config to JSON File": "Yapılandırmayı JSON Dosyasına Aktar", - "Export Functions": "Fonksiyonları Dışa Aktar", - "Export Models": "Modelleri Dışa Aktar", "Export Presets": "Ön Ayarları Dışa Aktar", "Export Prompt Suggestions": "", - "Export Prompts": "Promptları Dışa Aktar", "Export to CSV": "CSV'ye Aktar", - "Export Tools": "Araçları Dışa Aktar", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Pano içeriği okunamadı", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Sohbet kaydedilemedi", "Failed to save models configuration": "Modeller yapılandırması kaydedilemedi", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Sohbet girişine odaklan", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Klasör başarıyla silindi", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Dokunsal Geri Bildirim", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Merhaba, {{name}}", "Help": "Yardım", @@ -841,14 +848,10 @@ "Import Chats": "Sohbetleri İçe Aktar", "Import Config from JSON File": "Yapılandırmayı JSON Dosyasından İçe Aktar", "Import From Link": "", - "Import Functions": "Fonksiyonları İçe Aktar", - "Import Models": "Modelleri İçe Aktar", "Import Notes": "Notları İçe Aktar", "Import Presets": "Ön Ayarları İçe Aktar", "Import Prompt Suggestions": "", - "Import Prompts": "Promptları İçe Aktar", "Import successful": "", - "Import Tools": "Araçları İçe Aktar", "Important Update": "Önemli güncelleme", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Dahil etmek", @@ -876,6 +879,7 @@ "Invalid file format.": "Geçersiz dosya biçimi.", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Geçersiz etiket", "is typing...": "yazıyor...", @@ -1034,8 +1038,11 @@ "New Chat": "Yeni Sohbet", "New Folder": "Yeni Klasör", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "Yeni Not", "New Password": "Yeni Parola", + "New Prompt": "", "New Tool": "", "new-channel": "yeni-kanal", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "Mesafe mevcut değil", "No feedbacks found": "Geri bildirim bulunamadı", "No file selected": "Hiçbir dosya seçilmedi", + "No functions found": "", "No groups with access, add a group to grant access": "Erişimi olan grup yok, erişim sağlamak için bir grup ekleyin", "No HTML, CSS, or JavaScript content found.": "HTML, CSS veya JavaScript içeriği bulunamadı.", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "Model seçilmedi", "No Notes": "Not Yok", "No notes found": "", + "No prompts found": "", "No results": "Sonuç bulunamadı", "No results found": "Sonuç bulunamadı", "No search query generated": "Hiç arama sorgusu oluşturulmadı", "No source available": "Kaynak mevcut değil", "No sources found": "", "No suggestion prompts": "Önerilen istem yok", + "No tools found": "", "No users were found.": "Kullanıcı bulunamadı.", "No valves": "", "No valves to update": "Güncellenecek valvler yok", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Ollama.com'dan \"{{searchValue}}\" çekin", "Pull a model from Ollama.com": "Ollama.com'dan bir model çekin", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Sorgu Oluşturma Promptu", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Bilgi Seç", "Select only one model to call": "Arama için sadece bir model seç", + "Select view": "", "Selected model(s) do not support image inputs": "Seçilen model(ler) görüntü girişlerini desteklemiyor", "semantic": "", "Send": "Gönder", @@ -1412,6 +1424,7 @@ "Share Chat": "Sohbeti Paylaş", "Share to Open WebUI Community": "OpenWebUI Topluluğu ile Paylaş", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Göster", @@ -1479,6 +1492,7 @@ "System Instructions": "Sistem Talimatları", "System Prompt": "Sistem Promptu", "Table Mode": "", + "Tag": "", "Tags": "Etiketler", "Tags Generation": "Etiketler Oluşturma", "Tags Generation Prompt": "Etiketler Oluşturma Promptu", @@ -1590,6 +1604,7 @@ "Transformers": "Dönüştürücüler", "Trouble accessing Ollama?": "Ollama'ya erişmede sorun mu yaşıyorsunuz?", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "TTS Modeli", "TTS Settings": "TTS Ayarları", @@ -1626,6 +1641,7 @@ "Upload directory": "Dizini yükle", "Upload files": "Dosyaları yükle", "Upload Files": "Dosyaları Yükle", + "Upload Model": "", "Upload Pipeline": "Pipeline Yükle", "Upload Progress": "Yükleme İlerlemesi", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/ug-CN/translation.json b/src/lib/i18n/locales/ug-CN/translation.json index a5122399db..04b82055a5 100644 --- a/src/lib/i18n/locales/ug-CN/translation.json +++ b/src/lib/i18n/locales/ug-CN/translation.json @@ -65,6 +65,7 @@ "Add User Group": "ئىشلەتكۈچى گۇرۇپپىسى قوشۇش", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "بۇ تەڭشەكتىكى ئۆزگەرتىشلەر بارلىق ئىشلەتكۈچىلەرگە قوللىنىلىدۇ.", "admin": "باشقۇرغۇچى", "Admin": "باشقۇرغۇچى", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "گۇرۇپپا قۇرۇش", "Create Knowledge": "بىلىم قۇرۇش", + "Create Model": "", "Create new key": "يېڭى ئاچقۇچ قۇرۇش", "Create new secret key": "يېڭى مەخپىي ئاچقۇچ قۇرۇش", "Create Note": "خاتىرە قۇرۇش", @@ -350,6 +352,7 @@ "Created at": "قۇرۇلغان ۋاقتى", "Created At": "قۇرۇلغان ۋاقتى", "Created by": "قۇرغۇچى", + "Created by you": "", "CSV Import": "CSV ئىمپورت", "Ctrl+Enter to Send": "Ctrl+Enter يوللاش", "Current Model": "نۆۋەتتىكى مودېل", @@ -396,6 +399,7 @@ "Delete function?": "فۇنكسىيە ئۆچۈرەمسىز؟", "Delete Message": "ئۇچۇر ئۆچۈرۈش", "Delete message?": "ئۇچۇر ئۆچۈرەمسىز؟", + "Delete Model": "", "Delete note?": "خاتىرە ئۆچۈرەمسىز؟", "Delete prompt?": "تۈرتكە ئۆچۈرەمسىز؟", "delete this link": "بۇ ئۇلانما ئۆچۈرۈش", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "LLM ىڭىزنىڭ سىزنى ئېسىدە ساقلاش ئۈچۈن ئۆزىڭىز ھەققىدە بىر ئۇچۇر كىرگۈزۈڭ", "Enter a title for the pending user info overlay. Leave empty for default.": "كۈتۈۋاتقان ئىشلەتكۈچى ئۇچۇر قاپلىمىسى ئۈچۈن تېما كىرگۈزۈڭ. كۆڭۈلدىكى ئۈچۈن بوش قالدۇرۇڭ.", "Enter a watermark for the response. Leave empty for none.": "ئىنكاس ئۈچۈن سۇ بەلگىسى كىرگۈزۈڭ. يوق بولسا بوش قالدۇرۇڭ.", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "API دەلىللەش ھەرپ تىزىقى كىرگۈزۈڭ (مەسىلەن: username:password)", "Enter Application DN": "قوللىنىشچان DN كىرگۈزۈڭ", "Enter Application DN Password": "قوللىنىشچان DN پارولى كىرگۈزۈڭ", @@ -667,13 +674,9 @@ "Export chat (.json)": "سۆھبەت چىقىرىش (.json)", "Export Chats": "سۆھبەتلەرنى چىقىرىش", "Export Config to JSON File": "تەڭشەك چىقىرىش (JSON ھۆججىتى)", - "Export Functions": "فۇنكسىيە چىقىرىش", - "Export Models": "مودېللارنى چىقىرىش", "Export Presets": "ئالدىن تەڭشەك چىقىرىش", "Export Prompt Suggestions": "تۈرتكە تەكلىپلىرىنى چىقىرىش", - "Export Prompts": "تۈرتكە چىقىرىش", "Export to CSV": "CSV غا چىقىرىش", - "Export Tools": "قوراللارنى چىقىرىش", "Export Users": "", "External": "سىرتقى", "External Document Loader URL required.": "سىرتقى ھۆججەت يۈكلىگۈچ URL زۆرۈر.", @@ -698,6 +701,7 @@ "Failed to load file content.": "ھۆججەت مەزمۇنى يۈكلەش مەغلۇپ بولدى.", "Failed to move chat": "", "Failed to read clipboard contents": "چاپلاش تاختىسى مەزمۇنىنى ئوقۇش مەغلۇپ بولدى", + "Failed to render diagram": "", "Failed to save connections": "ئۇلىنىشلارنى ساقلاش مەغلۇپ بولدى", "Failed to save conversation": "سۆھبەتنى ساقلاش مەغلۇپ بولدى", "Failed to save models configuration": "مودېل تەڭشەكلىرىنى ساقلاش مەغلۇپ بولدى", @@ -731,6 +735,7 @@ "Firecrawl API Key": "Firecrawl API ئاچقۇچى", "Floating Quick Actions": "", "Focus chat input": "سۆھبەت كىرگۈزۈشىگە نىشانلا", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "قىسقۇچ مۇۋەپپەقىيەتلىك ئۆچۈرۈلدى", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "ئىجابىي ئۇقتۇرۇش", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "ياخشىمۇسىز، {{name}}", "Help": "ياردەم", @@ -841,14 +848,10 @@ "Import Chats": "سۆھبەتلەرنى ئىمپورت قىلىش", "Import Config from JSON File": "JSON ھۆججىتىدىن تەڭشەك ئىمپورت قىلىش", "Import From Link": "ئۇلانمىدىن ئىمپورت قىلىش", - "Import Functions": "فۇنكسىيە ئىمپورت قىلىش", - "Import Models": "مودېللارنى ئىمپورت قىلىش", "Import Notes": "خاتىرە ئىمپورت قىلىش", "Import Presets": "ئالدىن تەڭشەك ئىمپورت قىلىش", "Import Prompt Suggestions": "تۈرتكە تەكلىپى ئىمپورت قىلىش", - "Import Prompts": "تۈرتكە ئىمپورت قىلىش", "Import successful": "", - "Import Tools": "قوراللارنى ئىمپورت قىلىش", "Important Update": "مۇھىم يېڭىلانىش", "In order to force OCR, performing OCR must be enabled.": "", "Include": "ئىچكىرى قىل", @@ -876,6 +879,7 @@ "Invalid file format.": "ھۆججەت قېلىپى خاتا.", "Invalid JSON file": "JSON ھۆججىتى خاتا", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "تەغ خاتا", "is typing...": "يازماقتا...", @@ -1034,8 +1038,11 @@ "New Chat": "يېڭى سۆھبەت", "New Folder": "يېڭى قىسقۇچ", "New Function": "يېڭى فۇنكسىيە", + "New Knowledge": "", + "New Model": "", "New Note": "يېڭى خاتىرە", "New Password": "يېڭى پارول", + "New Prompt": "", "New Tool": "يېڭى قورال", "new-channel": "يېڭى-قانال", "Next message": "كېيىنكى ئۇچۇر", @@ -1051,6 +1058,7 @@ "No distance available": "ئارىلىق ئۇچۇرى يوق", "No feedbacks found": "پىكىرلەر تېپىلمىدى", "No file selected": "ھۆججەت تاللانمىدى", + "No functions found": "", "No groups with access, add a group to grant access": "ھوقۇقى بار گۇرۇپپا يوق، گۇرۇپپا قوشۇپ ھوقۇق بېرىڭ", "No HTML, CSS, or JavaScript content found.": "HTML، CSS ياكى JavaScript مەزمۇنى تېپىلمىدى.", "No inference engine with management support found": "باشقۇرۇشنى قوللايدىغان يەكۈن ماتورى تېپىلمىدى", @@ -1061,12 +1069,14 @@ "No models selected": "مودېل تاللانمىدى", "No Notes": "خاتىرە يوق", "No notes found": "", + "No prompts found": "", "No results": "نەتىجە تېپىلمىدى", "No results found": "نەتىجە تېپىلمىدى", "No search query generated": "ئىزدەش سۇئالى ھاسىل قىلىنمىدى", "No source available": "مەنبە يوق", "No sources found": "", "No suggestion prompts": "تەۋسىيە قىلىنغان پرومپت يوق", + "No tools found": "", "No users were found.": "ئىشلەتكۈچى تېپىلمىدى.", "No valves": "", "No valves to update": "يېڭىلاشقا كېرەكلىك كران يوق", @@ -1225,6 +1235,7 @@ "Public": "ئاممىۋى", "Pull \"{{searchValue}}\" from Ollama.com": "Ollama.com دىن \"{{searchValue}}\" نى تارتىش", "Pull a model from Ollama.com": "Ollama.com دىن مودېل تارتىش", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "ئىزدەش سۇئالى تۈرتكەسى", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "بىلىم تاللاڭ", "Select only one model to call": "پەقەت بىر مودېل چاقىرالايسىز", + "Select view": "", "Selected model(s) do not support image inputs": "تاللانغان مودېل(لار) رەسىم كىرگۈزۈشنى قوللىمايدۇ", "semantic": "", "Send": "يوللاش", @@ -1412,6 +1424,7 @@ "Share Chat": "سۆھبەت ھەمبەھىرلەش", "Share to Open WebUI Community": "Open WebUI جەمئىيىتىگە ھەمبەھىرلەش", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "ھەمبەھىرلەش ھوقۇقى", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "چىقىرىش (*) بىلەن بەلگىلەنگەن تېز كۇنۇپكىلار پەقەت بەلگىلىك ئەھۋاللاردا ئىلان قىلىدۇ.", "Show": "كۆرسىتىش", @@ -1479,6 +1492,7 @@ "System Instructions": "سىستېما كۆرسىتىلمىسى", "System Prompt": "سىستېما تۈرتكەسى", "Table Mode": "", + "Tag": "", "Tags": "تەغلەر", "Tags Generation": "تەغ ھاسىل قىلىش", "Tags Generation Prompt": "تەغ ھاسىل قىلىش تۈرتكەسى", @@ -1590,6 +1604,7 @@ "Transformers": "Transformers", "Trouble accessing Ollama?": "Ollama زىيارىتىدە مەسىلە بارمۇ؟", "Trust Proxy Environment": "ۋاكالەت مۇھىتىگە ئىشەن", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "TTS مودېلى", "TTS Settings": "TTS تەڭشەكلىرى", @@ -1626,6 +1641,7 @@ "Upload directory": "چىقىرىش قىسقۇچى", "Upload files": "ھۆججەت چىقىرىش", "Upload Files": "ھۆججەت چىقىرىش", + "Upload Model": "", "Upload Pipeline": "جەريان چىقىرىش", "Upload Progress": "چىقىرىش جەريانى", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/uk-UA/translation.json b/src/lib/i18n/locales/uk-UA/translation.json index 9db2350502..df17b36cb0 100644 --- a/src/lib/i18n/locales/uk-UA/translation.json +++ b/src/lib/i18n/locales/uk-UA/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Додати групу користувачів", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Зміни в цих налаштуваннях будуть застосовані для всіх користувачів.", "admin": "адмін", "Admin": "Адмін", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Створити групу", "Create Knowledge": "Створити знання", + "Create Model": "", "Create new key": "Створити новий ключ", "Create new secret key": "Створити новий секретний ключ", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Створено у", "Created At": "Створено у", "Created by": "Створено", + "Created by you": "", "CSV Import": "Імпорт CSV", "Ctrl+Enter to Send": "Ctrl+Enter для відправки", "Current Model": "Поточна модель", @@ -396,6 +399,7 @@ "Delete function?": "Видалити функцію?", "Delete Message": "Видалити повідомлення", "Delete message?": "Видалити повідомлення?", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "Видалити промт?", "delete this link": "видалити це посилання", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Введіть відомості про себе для запам'ятовування вашими LLM.", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Введіть рядок авторизації api (напр, ім'я користувача:пароль)", "Enter Application DN": "Введіть DN застосунку", "Enter Application DN Password": "Введіть пароль DN застосунку", @@ -667,13 +674,9 @@ "Export chat (.json)": "Експорт чату (.json)", "Export Chats": "Експорт чатів", "Export Config to JSON File": "Експорт конфігурації у файл JSON", - "Export Functions": "Експорт функцій ", - "Export Models": "Експорт моделей", "Export Presets": "Експорт пресетів", "Export Prompt Suggestions": "", - "Export Prompts": "Експорт промтів", "Export to CSV": "Експорт в CSV", - "Export Tools": "Експорт інструментів", "Export Users": "", "External": "Зовнішній", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Не вдалося прочитати вміст буфера обміну", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "Не вдалося зберегти розмову", "Failed to save models configuration": "Не вдалося зберегти конфігурацію моделей", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Фокус вводу чату", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Папку успішно видалено", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Тактильний зворотній зв'язок", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Привіт, {{name}}", "Help": "Допоможіть", @@ -841,14 +848,10 @@ "Import Chats": "Імпорт чатів", "Import Config from JSON File": "Імпорт конфігурації з файлу JSON", "Import From Link": "", - "Import Functions": "Імпорт функцій ", - "Import Models": "Імпорт моделей", "Import Notes": "", "Import Presets": "Імпорт пресетів", "Import Prompt Suggestions": "", - "Import Prompts": "Імпорт промтів", "Import successful": "", - "Import Tools": "Імпорт інструментів", "Important Update": "Важливе оновлення", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Включити", @@ -876,6 +879,7 @@ "Invalid file format.": "Неправильний формат файлу.", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Недійсний тег", "is typing...": "друкує...", @@ -1034,8 +1038,11 @@ "New Chat": "Новий чат", "New Folder": "Нова папка", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Новий пароль", + "New Prompt": "", "New Tool": "", "new-channel": "новий-канал", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "Відстань недоступна", "No feedbacks found": "Відгуків не знайдено", "No file selected": "Файл не обрано", + "No functions found": "", "No groups with access, add a group to grant access": "Немає груп з доступом, додайте групу для надання доступу", "No HTML, CSS, or JavaScript content found.": "HTML, CSS або JavaScript контент не знайдено.", "No inference engine with management support found": "Не знайдено двигуна висновків з підтримкою керування", @@ -1061,12 +1069,14 @@ "No models selected": "Моделі не вибрано", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Не знайдено жодного результату", "No results found": "Не знайдено жодного результату", "No search query generated": "Пошуковий запит не сформовано", "No source available": "Джерело не доступне", "No sources found": "", "No suggestion prompts": "Немає запропонованих підказок", + "No tools found": "", "No users were found.": "Користувачів не знайдено.", "No valves": "", "No valves to update": "Немає клапанів для оновлення", @@ -1225,6 +1235,7 @@ "Public": "Публічний", "Pull \"{{searchValue}}\" from Ollama.com": "Завантажити \"{{searchValue}}\" з Ollama.com", "Pull a model from Ollama.com": "Завантажити модель з Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Підказка для генерації запиту", "Querying": "", @@ -1374,6 +1385,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Вибрати знання", "Select only one model to call": "Оберіть лише одну модель для виклику", + "Select view": "", "Selected model(s) do not support image inputs": "Вибрані модель(і) не підтримують вхідні зображення", "semantic": "", "Send": "Надіслати", @@ -1414,6 +1426,7 @@ "Share Chat": "Поділитися чатом", "Share to Open WebUI Community": "Поділитися зі спільнотою OpenWebUI", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "Дозволи на обмін", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Показати", @@ -1481,6 +1494,7 @@ "System Instructions": "Системні інструкції", "System Prompt": "Системний промт", "Table Mode": "", + "Tag": "", "Tags": "Теги", "Tags Generation": "Генерація тегів", "Tags Generation Prompt": "Підказка для генерації тегів", @@ -1592,6 +1606,7 @@ "Transformers": "Трансформери", "Trouble accessing Ollama?": "Проблеми з доступом до Ollama?", "Trust Proxy Environment": "Довіряти середовищу проксі", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "Модель TTS", "TTS Settings": "Налаштування TTS", @@ -1628,6 +1643,7 @@ "Upload directory": "Завантажити каталог", "Upload files": "Завантажити файли", "Upload Files": "Завантажити файли", + "Upload Model": "", "Upload Pipeline": "Завантажити конвеєр", "Upload Progress": "Прогрес завантаження", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/ur-PK/translation.json b/src/lib/i18n/locales/ur-PK/translation.json index acde72032d..0a82dde191 100644 --- a/src/lib/i18n/locales/ur-PK/translation.json +++ b/src/lib/i18n/locales/ur-PK/translation.json @@ -65,6 +65,7 @@ "Add User Group": "", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "ان سیٹنگز کو ایڈجسٹ کرنے سے تمام صارفین کے لئے تبدیلیاں یکساں طور پر نافذ ہوں گی", "admin": "ایڈمن", "Admin": "ایڈمن", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "", "Create Knowledge": "علم بنائیں", + "Create Model": "", "Create new key": "نیا کلید بنائیں", "Create new secret key": "نیا خفیہ کلید بنائیں", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "پر بنایا گیا", "Created At": "بنایا گیا:", "Created by": "تخلیق کردہ", + "Created by you": "", "CSV Import": "CSV درآمد کریں", "Ctrl+Enter to Send": "", "Current Model": "موجودہ ماڈل", @@ -396,6 +399,7 @@ "Delete function?": "حذف کریں؟", "Delete Message": "", "Delete message?": "", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "پرومپٹ کو حذف کریں؟", "delete this link": "اس لنک کو حذف کریں", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "اپنی ذات کے بارے میں کوئی تفصیل درج کریں تاکہ آپ کے LLMs اسے یاد رکھ سکیں", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "اے پی آئی اتھ سٹرنگ درج کریں (مثال کے طور پر: صارف نام:پاس ورڈ)", "Enter Application DN": "", "Enter Application DN Password": "", @@ -667,13 +674,9 @@ "Export chat (.json)": "چیٹ برآمد کریں (.json)", "Export Chats": "چیٹس برآمد کریں", "Export Config to JSON File": "کنفیگ کو JSON فائل میں ایکسپورٹ کریں", - "Export Functions": "ایکسپورٹ فنکشنز", - "Export Models": "ماڈلز برآمد کریں", "Export Presets": "", "Export Prompt Suggestions": "", - "Export Prompts": "پرامپٹس برآمد کریں", "Export to CSV": "", - "Export Tools": "ایکسپورٹ ٹولز", "Export Users": "", "External": "", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "کلپ بورڈ مواد کو پڑھنے میں ناکام", + "Failed to render diagram": "", "Failed to save connections": "", "Failed to save conversation": "گفتگو محفوظ نہیں ہو سکی", "Failed to save models configuration": "", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "چیٹ ان پٹ پر توجہ مرکوز کریں", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "پوشہ کامیابی سے حذف ہو گیا", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "ہاپٹک فیڈ بیک", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "ہیلو، {{name}}", "Help": "مدد", @@ -841,14 +848,10 @@ "Import Chats": "چیٹس درآمد کریں", "Import Config from JSON File": "JSON فائل سے تشکیلات درآمد کریں", "Import From Link": "", - "Import Functions": "درآمد فنکشنز", - "Import Models": "ماڈلز درآمد کریں", "Import Notes": "", "Import Presets": "", "Import Prompt Suggestions": "", - "Import Prompts": "پرامپٹس درآمد کریں", "Import successful": "", - "Import Tools": "امپورٹ ٹولز", "Important Update": "اہم اپ ڈیٹ", "In order to force OCR, performing OCR must be enabled.": "", "Include": "شامل کریں", @@ -876,6 +879,7 @@ "Invalid file format.": "غلط فائل فارمیٹ", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "غلط ٹیگ", "is typing...": "", @@ -1034,8 +1038,11 @@ "New Chat": "نئی بات چیت", "New Folder": "", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "نیا پاس ورڈ", + "New Prompt": "", "New Tool": "", "new-channel": "", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "فاصلہ دستیاب نہیں ہے", "No feedbacks found": "کوئی تبصرے نہیں ملے", "No file selected": "کوئی فائل منتخب نہیں کی گئی", + "No functions found": "", "No groups with access, add a group to grant access": "", "No HTML, CSS, or JavaScript content found.": "کوئی HTML، CSS، یا جاوا اسکرپٹ مواد نہیں ملا", "No inference engine with management support found": "", @@ -1061,12 +1069,14 @@ "No models selected": "", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "کوئی نتائج نہیں ملے", "No results found": "کوئی نتائج نہیں ملے", "No search query generated": "کوئی تلاش کی درخواست نہیں بنائی گئی", "No source available": "ماخذ دستیاب نہیں ہے", "No sources found": "", "No suggestion prompts": "کوئی تجویز کردہ پرامپٹس نہیں", + "No tools found": "", "No users were found.": "", "No valves": "", "No valves to update": "تازہ کاری کے لئے کوئی والو نہیں", @@ -1225,6 +1235,7 @@ "Public": "", "Pull \"{{searchValue}}\" from Ollama.com": "Ollama.com سے \"{{searchValue}}\" کو کھینچیں", "Pull a model from Ollama.com": "Ollama.com سے ماڈل حاصل کریں", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "علم منتخب کریں", "Select only one model to call": "صرف ایک ماڈل کو کال کرنے کے لئے منتخب کریں", + "Select view": "", "Selected model(s) do not support image inputs": "منتخب کردہ ماڈل(ز) تصویری ان پٹ کی حمایت نہیں کرتے", "semantic": "", "Send": "بھیجیں", @@ -1412,6 +1424,7 @@ "Share Chat": "چیٹ شیئر کریں", "Share to Open WebUI Community": "اوپن ویب یوآئی کمیونٹی کے ساتھ شیئر کریں\n", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "دکھائیں", @@ -1479,6 +1492,7 @@ "System Instructions": "نظام کی ہدایات", "System Prompt": "سسٹم پرومپٹ", "Table Mode": "", + "Tag": "", "Tags": "", "Tags Generation": "", "Tags Generation Prompt": "پرمپٹ کے لیے ٹیگز بنائیں", @@ -1590,6 +1604,7 @@ "Transformers": "", "Trouble accessing Ollama?": "Ollama تک رسائی میں مشکل؟", "Trust Proxy Environment": "", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "ٹی ٹی ایس ماڈل", "TTS Settings": "ٹی ٹی ایس ترتیبات", @@ -1626,6 +1641,7 @@ "Upload directory": "ڈائریکٹری اپلوڈ کریں", "Upload files": "فائلیں اپلوڈ کریں", "Upload Files": "فائلیں اپ لوڈ کریں", + "Upload Model": "", "Upload Pipeline": "اپ لوڈ پائپ لائن", "Upload Progress": "اپ لوڈ کی پیش رفت", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/uz-Cyrl-UZ/translation.json b/src/lib/i18n/locales/uz-Cyrl-UZ/translation.json index aef22076ef..9d0ab6a2ae 100644 --- a/src/lib/i18n/locales/uz-Cyrl-UZ/translation.json +++ b/src/lib/i18n/locales/uz-Cyrl-UZ/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Фойдаланувчилар гуруҳини қўшиш", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Ушбу созламаларни ўзгартириш барча фойдаланувчиларга универсал тарзда қўлланилади.", "admin": "админ", "Admin": "Админ", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Гуруҳ яратиш", "Create Knowledge": "Билим яратиш", + "Create Model": "", "Create new key": "Янги калит яратинг", "Create new secret key": "Янги махфий калит яратинг", "Create Note": "Эслатма яратиш", @@ -350,6 +352,7 @@ "Created at": "Яратилган", "Created At": "Яратилган", "Created by": "томонидан яратилган", + "Created by you": "", "CSV Import": "CSV импорти", "Ctrl+Enter to Send": "Юбориш учун Ctrl+Enter", "Current Model": "Жорий Модел", @@ -396,6 +399,7 @@ "Delete function?": "Функция ўчирилсинми?", "Delete Message": "Хабарни ўчириш", "Delete message?": "Хабар ўчирилсинми?", + "Delete Model": "", "Delete note?": "Қайд ўчирилсинми?", "Delete prompt?": "Сўров ўчирилсинми?", "delete this link": "ушбу ҳаволани ўчиринг", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "ЛЛМлар эслаб қолишлари учун ўзингиз ҳақингизда маълумот киритинг", "Enter a title for the pending user info overlay. Leave empty for default.": "Кутилаётган фойдаланувчи маълумотлари учун сарлавҳа киритинг. Сукут бўйича бўш қолдиринг.", "Enter a watermark for the response. Leave empty for none.": "Жавоб учун мойбўёқли белгини киритинг. Ҳеч ким учун бўш қолдиринг.", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "API auth сатрини киритинг (масалан, фойдаланувчи номи: парол)", "Enter Application DN": "Илова DN ни киритинг", "Enter Application DN Password": "Илова DN паролини киритинг", @@ -667,13 +674,9 @@ "Export chat (.json)": "Чатни экспорт қилиш (.жсон)", "Export Chats": "Чатларни экспорт қилиш", "Export Config to JSON File": "Конфигурацияни ЖСОН файлига экспорт қилинг", - "Export Functions": "Экспорт функциялари", - "Export Models": "Экспорт моделлари", "Export Presets": "Олдиндан созламаларни экспорт қилиш", "Export Prompt Suggestions": "Экспорт бўйича таклифлар", - "Export Prompts": "Экспорт таклифлари", "Export to CSV": "CSV га экспорт қилиш", - "Export Tools": "Экспорт воситалари", "Export Users": "", "External": "Ташқи", "External Document Loader URL required.": "Ташқи ҳужжат юкловчи УРЛ манзили талаб қилинади.", @@ -698,6 +701,7 @@ "Failed to load file content.": "Файл таркибини юклаб бўлмади.", "Failed to move chat": "", "Failed to read clipboard contents": "Буфер таркибини ўқиб бўлмади", + "Failed to render diagram": "", "Failed to save connections": "Уланишлар сақланмади", "Failed to save conversation": "Суҳбат сақланмади", "Failed to save models configuration": "Моделлар конфигурацияси сақланмади", @@ -731,6 +735,7 @@ "Firecrawl API Key": "Firecrawl АПИ калити", "Floating Quick Actions": "", "Focus chat input": "Чат киритишга фокуслаш", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Жилд муваффақиятли ўчирилди", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Ҳаптик фикр-мулоҳазалар", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Салом, {{name}}", "Help": "Ёрдам", @@ -841,14 +848,10 @@ "Import Chats": "Чатларни импорт қилиш", "Import Config from JSON File": "ЖСОН файлидан конфигурацияни импорт қилинг", "Import From Link": "Ҳаволадан импорт қилиш", - "Import Functions": "Импорт функциялари", - "Import Models": "Импорт моделлари", "Import Notes": "Эслатмаларни импорт қилиш", "Import Presets": "Олдиндан созламаларни импорт қилиш", "Import Prompt Suggestions": "Импорт бўйича таклифлар", - "Import Prompts": "Импорт кўрсатмалари", "Import successful": "", - "Import Tools": "Импорт воситалари", "Important Update": "Мухим янгиланиш", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Ўз ичига олади", @@ -876,6 +879,7 @@ "Invalid file format.": "Файл формати нотўғри.", "Invalid JSON file": "ЖСОН файли яроқсиз", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Тег нотўғри", "is typing...": "ёзмоқда...", @@ -1034,8 +1038,11 @@ "New Chat": "Янги чат", "New Folder": "Янги жилд", "New Function": "Янги функсия", + "New Knowledge": "", + "New Model": "", "New Note": "Янги эслатма", "New Password": "Янги парол", + "New Prompt": "", "New Tool": "Янги восита", "new-channel": "янги канал", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "Масофа мавжуд эмас", "No feedbacks found": "Ҳеч қандай фикр топилмади", "No file selected": "Ҳеч қандай файл танланмаган", + "No functions found": "", "No groups with access, add a group to grant access": "Рухсат берилган гуруҳлар йўқ, рухсат бериш учун гуруҳ қўшинг", "No HTML, CSS, or JavaScript content found.": "HTML, CСС ёки ЖаваСcрипт контенти топилмади.", "No inference engine with management support found": "Бошқарув ёрдами билан хулоса чиқариш механизми топилмади", @@ -1061,12 +1069,14 @@ "No models selected": "Ҳеч қандай модел танланмаган", "No Notes": "Қайдлар йўқ", "No notes found": "", + "No prompts found": "", "No results": "Ҳеч қандай натижа топилмади", "No results found": "Ҳеч қандай натижа топилмади", "No search query generated": "Ҳеч қандай қидирув сўрови яратилмади", "No source available": "Манба мавжуд эмас", "No sources found": "", "No suggestion prompts": "Тавсия этилган промптлар йўқ", + "No tools found": "", "No users were found.": "Ҳеч қандай фойдаланувчи топилмади.", "No valves": "", "No valves to update": "Янгилаш учун клапанлар йўқ", @@ -1225,6 +1235,7 @@ "Public": "Оммавий", "Pull \"{{searchValue}}\" from Ollama.com": "Ollama.cом сайтидан “{{сеарчВалуе}}”ни тортинг", "Pull a model from Ollama.com": "Ollama.cом дан моделни тортинг", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Сўровни яратиш таклифи", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Билим-ни танланг", "Select only one model to call": "Қўнғироқ қилиш учун фақат битта моделни танланг", + "Select view": "", "Selected model(s) do not support image inputs": "Танланган модел(лар) тасвир киритишни қўллаб-қувватламайди", "semantic": "", "Send": "Юбориш", @@ -1412,6 +1424,7 @@ "Share Chat": "Чатни улашиш", "Share to Open WebUI Community": "Опен WебУИ ҳамжамиятига улашинг", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "Рухсатларни алмашиш", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Кўрсатиш", @@ -1479,6 +1492,7 @@ "System Instructions": "Тизим кўрсатмалари", "System Prompt": "Тизим сўрови", "Table Mode": "", + "Tag": "", "Tags": "Теглар", "Tags Generation": "Теглар яратиш", "Tags Generation Prompt": "Теглар яратиш таклифи", @@ -1590,6 +1604,7 @@ "Transformers": "Трансформаторлар", "Trouble accessing Ollama?": "Олламага киришда муаммо борми?", "Trust Proxy Environment": "Ишончли прокси муҳити", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "ТТС модели", "TTS Settings": "ТТС созламалари", @@ -1626,6 +1641,7 @@ "Upload directory": "Юклаб олиш каталоги", "Upload files": "Файлларни юклаш", "Upload Files": "Файлларни юклаш", + "Upload Model": "", "Upload Pipeline": "Қувур линиясини юклаш", "Upload Progress": "Юклаш жараёни", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/uz-Latn-Uz/translation.json b/src/lib/i18n/locales/uz-Latn-Uz/translation.json index 386940e1d3..96fb8685af 100644 --- a/src/lib/i18n/locales/uz-Latn-Uz/translation.json +++ b/src/lib/i18n/locales/uz-Latn-Uz/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Foydalanuvchilar guruhini qo'shish", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Ushbu sozlamalarni o'zgartirish barcha foydalanuvchilarga universal tarzda qo'llaniladi.", "admin": "admin", "Admin": "Admin", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Guruh yaratish", "Create Knowledge": "Bilim yaratish", + "Create Model": "", "Create new key": "Yangi kalit yarating", "Create new secret key": "Yangi maxfiy kalit yarating", "Create Note": "Eslatma yaratish", @@ -350,6 +352,7 @@ "Created at": "Yaratilgan", "Created At": "Yaratilgan", "Created by": "tomonidan yaratilgan", + "Created by you": "", "CSV Import": "CSV importi", "Ctrl+Enter to Send": "Yuborish uchun Ctrl+Enter", "Current Model": "Joriy Model", @@ -396,6 +399,7 @@ "Delete function?": "Funktsiya o'chirilsinmi?", "Delete Message": "Xabarni o'chirish", "Delete message?": "Xabar oʻchirilsinmi?", + "Delete Model": "", "Delete note?": "Qayd o‘chirilsinmi?", "Delete prompt?": "Soʻrov oʻchirilsinmi?", "delete this link": "ushbu havolani o'chiring", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "LLMlar eslab qolishlari uchun oʻzingiz haqingizda maʼlumot kiriting", "Enter a title for the pending user info overlay. Leave empty for default.": "Kutilayotgan foydalanuvchi maʼlumotlari uchun sarlavha kiriting. Sukut bo'yicha bo'sh qoldiring.", "Enter a watermark for the response. Leave empty for none.": "Javob uchun moybo'yoqli belgini kiriting. Hech kim uchun bo'sh qoldiring.", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "api auth satrini kiriting (masalan, foydalanuvchi nomi: parol)", "Enter Application DN": "Ilova DN ni kiriting", "Enter Application DN Password": "Ilova DN parolini kiriting", @@ -667,13 +674,9 @@ "Export chat (.json)": "Chatni eksport qilish (.json)", "Export Chats": "Chatlarni eksport qilish", "Export Config to JSON File": "Konfiguratsiyani JSON fayliga eksport qiling", - "Export Functions": "Eksport funktsiyalari", - "Export Models": "Eksport modellari", "Export Presets": "Oldindan sozlamalarni eksport qilish", "Export Prompt Suggestions": "Eksport bo'yicha takliflar", - "Export Prompts": "Eksport takliflari", "Export to CSV": "CSV ga eksport qilish", - "Export Tools": "Eksport vositalari", "Export Users": "", "External": "Tashqi", "External Document Loader URL required.": "Tashqi hujjat yuklovchi URL manzili talab qilinadi.", @@ -698,6 +701,7 @@ "Failed to load file content.": "Fayl tarkibini yuklab bo‘lmadi.", "Failed to move chat": "", "Failed to read clipboard contents": "Bufer tarkibini o‘qib bo‘lmadi", + "Failed to render diagram": "", "Failed to save connections": "Ulanishlar saqlanmadi", "Failed to save conversation": "Suhbat saqlanmadi", "Failed to save models configuration": "Modellar konfiguratsiyasi saqlanmadi", @@ -731,6 +735,7 @@ "Firecrawl API Key": "Firecrawl API kaliti", "Floating Quick Actions": "", "Focus chat input": "Chat kiritishga fokuslash", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Jild muvaffaqiyatli oʻchirildi", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Haptik fikr-mulohazalar", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Salom, {{name}}", "Help": "Yordam", @@ -841,14 +848,10 @@ "Import Chats": "Chatlarni import qilish", "Import Config from JSON File": "JSON faylidan konfiguratsiyani import qiling", "Import From Link": "Havoladan import qilish", - "Import Functions": "Import funktsiyalari", - "Import Models": "Import modellari", "Import Notes": "Eslatmalarni import qilish", "Import Presets": "Oldindan sozlamalarni import qilish", "Import Prompt Suggestions": "Import bo'yicha takliflar", - "Import Prompts": "Import ko'rsatmalari", "Import successful": "", - "Import Tools": "Import vositalari", "Important Update": "Muhim yangilanish", "In order to force OCR, performing OCR must be enabled.": "", "Include": "O'z ichiga oladi", @@ -876,6 +879,7 @@ "Invalid file format.": "Fayl formati noto‘g‘ri.", "Invalid JSON file": "JSON fayli yaroqsiz", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Teg noto‘g‘ri", "is typing...": "yozmoqda...", @@ -1034,8 +1038,11 @@ "New Chat": "Yangi chat", "New Folder": "Yangi jild", "New Function": "Yangi funksiya", + "New Knowledge": "", + "New Model": "", "New Note": "Yangi eslatma", "New Password": "Yangi parol", + "New Prompt": "", "New Tool": "Yangi vosita", "new-channel": "yangi kanal", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "Masofa mavjud emas", "No feedbacks found": "Hech qanday fikr topilmadi", "No file selected": "Hech qanday fayl tanlanmagan", + "No functions found": "", "No groups with access, add a group to grant access": "Ruxsat berilgan guruhlar yo‘q, ruxsat berish uchun guruh qo‘shing", "No HTML, CSS, or JavaScript content found.": "HTML, CSS yoki JavaScript kontenti topilmadi.", "No inference engine with management support found": "Boshqaruv yordami bilan xulosa chiqarish mexanizmi topilmadi", @@ -1061,12 +1069,14 @@ "No models selected": "Hech qanday model tanlanmagan", "No Notes": "Qaydlar yo'q", "No notes found": "", + "No prompts found": "", "No results": "Hech qanday natija topilmadi", "No results found": "Hech qanday natija topilmadi", "No search query generated": "Hech qanday qidiruv soʻrovi yaratilmadi", "No source available": "Manba mavjud emas", "No sources found": "", "No suggestion prompts": "Tavsiya etilgan promptlar yo‘q", + "No tools found": "", "No users were found.": "Hech qanday foydalanuvchi topilmadi.", "No valves": "", "No valves to update": "Yangilash uchun klapanlar yo'q", @@ -1225,6 +1235,7 @@ "Public": "Ommaviy", "Pull \"{{searchValue}}\" from Ollama.com": "Ollama.com saytidan “{{searchValue}}”ni torting", "Pull a model from Ollama.com": "Ollama.com dan modelni torting", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "So'rovni yaratish taklifi", "Querying": "", @@ -1372,6 +1383,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Bilim-ni tanlang", "Select only one model to call": "Qo'ng'iroq qilish uchun faqat bitta modelni tanlang", + "Select view": "", "Selected model(s) do not support image inputs": "Tanlangan model(lar) tasvir kiritishni qo‘llab-quvvatlamaydi", "semantic": "", "Send": "Yuborish", @@ -1412,6 +1424,7 @@ "Share Chat": "Chatni ulashish", "Share to Open WebUI Community": "Open WebUI hamjamiyatiga ulashing", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "Ruxsatlarni almashish", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Ko'rsatish", @@ -1479,6 +1492,7 @@ "System Instructions": "Tizim ko'rsatmalari", "System Prompt": "Tizim so'rovi", "Table Mode": "", + "Tag": "", "Tags": "Teglar", "Tags Generation": "Teglar yaratish", "Tags Generation Prompt": "Teglar yaratish taklifi", @@ -1590,6 +1604,7 @@ "Transformers": "Transformatorlar", "Trouble accessing Ollama?": "Ollamaga kirishda muammo bormi?", "Trust Proxy Environment": "Ishonchli proksi muhiti", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "TTS modeli", "TTS Settings": "TTS sozlamalari", @@ -1626,6 +1641,7 @@ "Upload directory": "Yuklab olish katalogi", "Upload files": "Fayllarni yuklash", "Upload Files": "Fayllarni yuklash", + "Upload Model": "", "Upload Pipeline": "Quvur liniyasini yuklash", "Upload Progress": "Yuklash jarayoni", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/vi-VN/translation.json b/src/lib/i18n/locales/vi-VN/translation.json index 97aa70510c..318fb7e360 100644 --- a/src/lib/i18n/locales/vi-VN/translation.json +++ b/src/lib/i18n/locales/vi-VN/translation.json @@ -65,6 +65,7 @@ "Add User Group": "Thêm Nhóm Người dùng", "Additional Config": "", "Additional configuration options for marker. This should be a JSON string with key-value pairs. For example, '{\"key\": \"value\"}'. Supported keys include: disable_links, keep_pageheader_in_output, keep_pagefooter_in_output, filter_blank_pages, drop_repeated_text, layout_coverage_threshold, merge_threshold, height_tolerance, gap_threshold, image_threshold, min_line_length, level_count, default_level": "", + "Additional Parameters": "", "Adjusting these settings will apply changes universally to all users.": "Các thay đổi cài đặt này sẽ áp dụng cho tất cả người sử dụng.", "admin": "quản trị viên", "Admin": "Quản trị", @@ -343,6 +344,7 @@ "Create Folder": "", "Create Group": "Tạo Nhóm", "Create Knowledge": "Tạo Kiến thức", + "Create Model": "", "Create new key": "Tạo key mới", "Create new secret key": "Tạo key bí mật mới", "Create Note": "", @@ -350,6 +352,7 @@ "Created at": "Được tạo vào lúc", "Created At": "Tạo lúc", "Created by": "Tạo bởi", + "Created by you": "", "CSV Import": "Nạp CSV", "Ctrl+Enter to Send": "Ctrl+Enter để Gửi", "Current Model": "Mô hình hiện tại", @@ -396,6 +399,7 @@ "Delete function?": "Xóa function?", "Delete Message": "Xóa Tin nhắn", "Delete message?": "Xóa tin nhắn?", + "Delete Model": "", "Delete note?": "", "Delete prompt?": "Xóa prompt?", "delete this link": "Xóa link này", @@ -523,6 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "Nhập chi tiết về bản thân của bạn để LLMs có thể nhớ", "Enter a title for the pending user info overlay. Leave empty for default.": "", "Enter a watermark for the response. Leave empty for none.": "", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "Nhập chuỗi xác thực api (ví dụ: username: mật khẩu)", "Enter Application DN": "Nhập DN Ứng dụng", "Enter Application DN Password": "Nhập Mật khẩu DN Ứng dụng", @@ -667,13 +674,9 @@ "Export chat (.json)": "Tải chat (.json)", "Export Chats": "Tải nội dung chat về máy", "Export Config to JSON File": "Xuất Cấu hình ra Tệp JSON", - "Export Functions": "Tải Functions về máy", - "Export Models": "Tải Models về máy", "Export Presets": "Xuất các Preset", "Export Prompt Suggestions": "", - "Export Prompts": "Tải các prompt về máy", "Export to CSV": "Xuất ra CSV", - "Export Tools": "Tải Tools về máy", "Export Users": "", "External": "Bên ngoài", "External Document Loader URL required.": "", @@ -698,6 +701,7 @@ "Failed to load file content.": "", "Failed to move chat": "", "Failed to read clipboard contents": "Không thể đọc nội dung clipboard", + "Failed to render diagram": "", "Failed to save connections": "Không thể lưu các kết nối", "Failed to save conversation": "Không thể lưu cuộc trò chuyện", "Failed to save models configuration": "Không thể lưu cấu hình mô hình", @@ -731,6 +735,7 @@ "Firecrawl API Key": "", "Floating Quick Actions": "", "Focus chat input": "Tập trung vào nội dung chat", + "Folder": "", "Folder Background Image": "", "Folder deleted successfully": "Xóa thư mục thành công", "Folder Name": "", @@ -800,6 +805,8 @@ "H2": "", "H3": "", "Haptic Feedback": "Phản hồi xúc giác", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "", "Hello, {{name}}": "Xin chào {{name}}", "Help": "Trợ giúp", @@ -841,14 +848,10 @@ "Import Chats": "Nạp lại nội dung chat", "Import Config from JSON File": "Nhập Cấu hình từ Tệp JSON", "Import From Link": "", - "Import Functions": "Nạp Functions", - "Import Models": "Nạp model", "Import Notes": "", "Import Presets": "Nhập các Preset", "Import Prompt Suggestions": "", - "Import Prompts": "Nạp các prompt lên hệ thống", "Import successful": "", - "Import Tools": "Nạp Tools", "Important Update": "Bản cập nhật quan trọng", "In order to force OCR, performing OCR must be enabled.": "", "Include": "Bao gồm", @@ -876,6 +879,7 @@ "Invalid file format.": "Định dạng tệp không hợp lệ.", "Invalid JSON file": "", "Invalid JSON format for ComfyUI Workflow.": "", + "Invalid JSON format for Parameters": "", "Invalid JSON format in Additional Config": "", "Invalid Tag": "Tag không hợp lệ", "is typing...": "đang gõ...", @@ -1034,8 +1038,11 @@ "New Chat": "Tạo chat mới", "New Folder": "Thư mục Mới", "New Function": "", + "New Knowledge": "", + "New Model": "", "New Note": "", "New Password": "Mật khẩu mới", + "New Prompt": "", "New Tool": "", "new-channel": "kênh-mới", "Next message": "", @@ -1051,6 +1058,7 @@ "No distance available": "Không có khoảng cách khả dụng", "No feedbacks found": "Không tìm thấy phản hồi nào", "No file selected": "Chưa có tệp nào được chọn", + "No functions found": "", "No groups with access, add a group to grant access": "Không có nhóm nào có quyền truy cập, hãy thêm một nhóm để cấp quyền truy cập", "No HTML, CSS, or JavaScript content found.": "Không tìm thấy nội dung HTML, CSS hoặc JavaScript.", "No inference engine with management support found": "Không tìm thấy engine suy luận nào có hỗ trợ quản lý", @@ -1061,12 +1069,14 @@ "No models selected": "Chưa chọn mô hình nào", "No Notes": "", "No notes found": "", + "No prompts found": "", "No results": "Không tìm thấy kết quả", "No results found": "Không tìm thấy kết quả", "No search query generated": "Không có truy vấn tìm kiếm nào được tạo ra", "No source available": "Không có nguồn", "No sources found": "", "No suggestion prompts": "Không có prompt gợi ý", + "No tools found": "", "No users were found.": "Không tìm thấy người dùng nào.", "No valves": "", "No valves to update": "Chưa có valves nào được cập nhật", @@ -1225,6 +1235,7 @@ "Public": "Công khai", "Pull \"{{searchValue}}\" from Ollama.com": "Tải \"{{searchValue}}\" từ Ollama.com", "Pull a model from Ollama.com": "Tải mô hình từ Ollama.com", + "Pull Model": "", "pypdfium2": "", "Query Generation Prompt": "Prompt Tạo Truy vấn", "Querying": "", @@ -1371,6 +1382,7 @@ "Select how to split message text for TTS requests": "", "Select Knowledge": "Chọn Kiến thức", "Select only one model to call": "Chọn model để gọi", + "Select view": "", "Selected model(s) do not support image inputs": "Model được lựa chọn không hỗ trợ đầu vào là hình ảnh", "semantic": "", "Send": "Gửi", @@ -1411,6 +1423,7 @@ "Share Chat": "Chia sẻ Chat", "Share to Open WebUI Community": "Chia sẻ đến Cộng đồng OpenWebUI", "Share your background and interests": "", + "Shared with you": "", "Sharing Permissions": "Quyền Chia sẻ", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "", "Show": "Hiển thị", @@ -1478,6 +1491,7 @@ "System Instructions": "Hướng dẫn Hệ thống", "System Prompt": "Prompt Hệ thống (System Prompt)", "Table Mode": "", + "Tag": "", "Tags": "Thẻ", "Tags Generation": "Tạo Thẻ", "Tags Generation Prompt": "Prompt Tạo Thẻ", @@ -1589,6 +1603,7 @@ "Transformers": "Transformers", "Trouble accessing Ollama?": "Gặp vấn đề khi truy cập Ollama?", "Trust Proxy Environment": "Tin cậy Môi trường Proxy", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "", "TTS Model": "Mô hình TTS", "TTS Settings": "Cài đặt Chuyển văn bản thành Giọng nói", @@ -1625,6 +1640,7 @@ "Upload directory": "Thư mục tải lên", "Upload files": "Tải lên các tệp", "Upload Files": "Tải tệp lên máy chủ", + "Upload Model": "", "Upload Pipeline": "Tải lên Pipeline", "Upload Progress": "Tiến trình tải tệp lên hệ thống", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "", diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index 6814c10aea..31b248cd0d 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -344,6 +344,7 @@ "Create Folder": "创建分组", "Create Group": "创建权限组", "Create Knowledge": "创建知识", + "Create Model": "", "Create new key": "创建新密钥", "Create new secret key": "创建新安全密钥", "Create Note": "创建笔记", @@ -351,6 +352,7 @@ "Created at": "创建于", "Created At": "创建于", "Created by": "作者", + "Created by you": "", "CSV Import": "通过 CSV 文件导入", "Ctrl+Enter to Send": "Ctrl+Enter 发送", "Current Model": "当前模型", @@ -397,6 +399,7 @@ "Delete function?": "要删除此函数吗?", "Delete Message": "删除消息", "Delete message?": "要删除此消息吗?", + "Delete Model": "", "Delete note?": "要删除此笔记吗?", "Delete prompt?": "要删除此提示词吗?", "delete this link": "此处删除这个链接", @@ -524,7 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "输入关于您的详细信息,以便大语言模型记住这些内容。", "Enter a title for the pending user info overlay. Leave empty for default.": "输入用户待激活界面的标题。留空使用默认", "Enter a watermark for the response. Leave empty for none.": "输入复制水印。留空则不添加", - "Enter additional parameters": "输入额外参数", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "输入 API 鉴权路径(例如:用户名:密码)", "Enter Application DN": "输入 Application DN", "Enter Application DN Password": "输入 Application DN 密码", @@ -669,13 +674,9 @@ "Export chat (.json)": "JSON 文件 (.json)", "Export Chats": "导出对话", "Export Config to JSON File": "将配置信息导出为 JSON 文件", - "Export Functions": "导出函数", - "Export Models": "导出模型", "Export Presets": "导出预设", "Export Prompt Suggestions": "导出提示词建议", - "Export Prompts": "导出提示词", "Export to CSV": "导出到 CSV", - "Export Tools": "导出工具", "Export Users": "导出所有用户信息", "External": "外部", "External Document Loader URL required.": "需要外部文档加载器 URL", @@ -700,6 +701,7 @@ "Failed to load file content.": "文件内容加载失败", "Failed to move chat": "移动对话失败", "Failed to read clipboard contents": "读取剪贴板内容失败", + "Failed to render diagram": "", "Failed to save connections": "保存连接失败", "Failed to save conversation": "保存对话失败", "Failed to save models configuration": "保存模型配置失败", @@ -733,6 +735,7 @@ "Firecrawl API Key": "Firecrawl API 密钥", "Floating Quick Actions": "快捷操作浮窗", "Focus chat input": "激活对话输入框", + "Folder": "", "Folder Background Image": "分组背景图", "Folder deleted successfully": "分组删除成功", "Folder Name": "分组名称", @@ -802,6 +805,8 @@ "H2": "二级标题", "H3": "三级标题", "Haptic Feedback": "震动反馈", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "高度", "Hello, {{name}}": "您好,{{name}}", "Help": "帮助", @@ -843,14 +848,10 @@ "Import Chats": "导入对话记录", "Import Config from JSON File": "从 JSON 文件中导入配置信息", "Import From Link": "从链接导入", - "Import Functions": "导入函数", - "Import Models": "导入模型", "Import Notes": "导入笔记", "Import Presets": "导入预设", "Import Prompt Suggestions": "导入提示词建议", - "Import Prompts": "导入提示词", "Import successful": "导入成功", - "Import Tools": "导入工具", "Important Update": "重要更新", "In order to force OCR, performing OCR must be enabled.": "开启“强制文字识别”选项需要先开启“文字识别“选项。", "Include": "包括", @@ -1037,8 +1038,11 @@ "New Chat": "新对话", "New Folder": "创建分组", "New Function": "新函数", + "New Knowledge": "", + "New Model": "", "New Note": "新笔记", "New Password": "新密码", + "New Prompt": "", "New Tool": "新工具", "new-channel": "新频道", "Next message": "下一条消息", @@ -1054,6 +1058,7 @@ "No distance available": "没有可用距离", "No feedbacks found": "暂无任何反馈", "No file selected": "未选中文件", + "No functions found": "", "No groups with access, add a group to grant access": "没有权限组,请添加一个权限组以授予访问权限", "No HTML, CSS, or JavaScript content found.": "未找到 HTML、CSS 或 JavaScript 内容。", "No inference engine with management support found": "未找到支持管理的推理引擎", @@ -1064,12 +1069,14 @@ "No models selected": "未选择任何模型", "No Notes": "没有笔记", "No notes found": "没有任何笔记", + "No prompts found": "", "No results": "未找到结果", "No results found": "未找到结果", "No search query generated": "未生成搜索查询", "No source available": "没有可用引用来源", "No sources found": "未找到任何引用来源", "No suggestion prompts": "没有推荐提示词", + "No tools found": "", "No users were found.": "未找到用户", "No valves": "没有配置项", "No valves to update": "没有需要更新的配置项", @@ -1228,6 +1235,7 @@ "Public": "公共", "Pull \"{{searchValue}}\" from Ollama.com": "从 Ollama.com 拉取“{{searchValue}}”", "Pull a model from Ollama.com": "从 Ollama.com 拉取一个模型", + "Pull Model": "", "pypdfium2": "pypdfium2", "Query Generation Prompt": "查询生成提示词", "Querying": "查询中", @@ -1374,6 +1382,7 @@ "Select how to split message text for TTS requests": "选择消息文本拆分方法,用于 TTS 请求。", "Select Knowledge": "选择知识", "Select only one model to call": "只允许选择一个模型进行语音通话", + "Select view": "", "Selected model(s) do not support image inputs": "所选择的模型不支持处理图像", "semantic": "语义", "Send": "发送", @@ -1414,6 +1423,7 @@ "Share Chat": "分享对话", "Share to Open WebUI Community": "分享到 Open WebUI 社区", "Share your background and interests": "分享您的经历和兴趣爱好", + "Shared with you": "", "Sharing Permissions": "共享权限", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "带星号 (*) 的快捷键受场景限制,仅在特定条件下生效。", "Show": "显示", @@ -1481,6 +1491,7 @@ "System Instructions": "系统指令", "System Prompt": "系统提示词", "Table Mode": "表格模式", + "Tag": "", "Tags": "标签", "Tags Generation": "标签生成", "Tags Generation Prompt": "标签生成提示词", @@ -1592,6 +1603,7 @@ "Transformers": "Transformers", "Trouble accessing Ollama?": "访问 Ollama 时遇到问题?", "Trust Proxy Environment": "信任代理环境", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "重新生成", "TTS Model": "文本转语音模型", "TTS Settings": "文本转语音设置", @@ -1628,6 +1640,7 @@ "Upload directory": "上传目录", "Upload files": "上传文件", "Upload Files": "上传文件", + "Upload Model": "", "Upload Pipeline": "上传 Pipeline", "Upload Progress": "上传进度", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "上传进度:{{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)", diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json index 0d64b3b4bb..836e9fdeb6 100644 --- a/src/lib/i18n/locales/zh-TW/translation.json +++ b/src/lib/i18n/locales/zh-TW/translation.json @@ -344,6 +344,7 @@ "Create Folder": "建立分組", "Create Group": "建立群組", "Create Knowledge": "建立知識", + "Create Model": "", "Create new key": "建立新的金鑰", "Create new secret key": "建立新的金鑰", "Create Note": "新增筆記", @@ -351,6 +352,7 @@ "Created at": "建立於", "Created At": "建立於", "Created by": "建立者", + "Created by you": "", "CSV Import": "CSV 匯入", "Ctrl+Enter to Send": "使用 Ctrl+Enter 傳送", "Current Model": "目前模型", @@ -397,6 +399,7 @@ "Delete function?": "刪除函式?", "Delete Message": "刪除訊息", "Delete message?": "刪除訊息?", + "Delete Model": "", "Delete note?": "刪除筆記?", "Delete prompt?": "刪除提示詞?", "delete this link": "刪除此連結", @@ -524,7 +527,9 @@ "Enter a detail about yourself for your LLMs to recall": "輸入有關您的詳細資訊,讓您的大型語言模型可以回想起來", "Enter a title for the pending user info overlay. Leave empty for default.": "為待處理的使用者訊息覆蓋層輸入標題。留空以使用預設值。", "Enter a watermark for the response. Leave empty for none.": "請輸入回應浮水印內容,留空表示不使用浮水印。", - "Enter additional parameters": "輸入額外參數", + "Enter additional headers in JSON format": "", + "Enter additional headers in JSON format (e.g. {{'{{\"X-Custom-Header\": \"value\"}}'}})": "", + "Enter additional parameters in JSON format": "", "Enter api auth string (e.g. username:password)": "輸入 API 驗證字串(例如:username:password)", "Enter Application DN": "輸入應用程式 DN", "Enter Application DN Password": "輸入應用程式 DN 密碼", @@ -669,13 +674,9 @@ "Export chat (.json)": "匯出對話紀錄(.json)", "Export Chats": "匯出對話紀錄", "Export Config to JSON File": "將設定匯出為 JSON 檔案", - "Export Functions": "匯出函式", - "Export Models": "匯出模型", "Export Presets": "匯出預設集", "Export Prompt Suggestions": "匯出提示建議", - "Export Prompts": "匯出提示詞", "Export to CSV": "匯出為 CSV", - "Export Tools": "匯出工具", "Export Users": "匯出所有使用者資訊", "External": "外部", "External Document Loader URL required.": "需要提供外部文件載入器 URL。", @@ -700,6 +701,7 @@ "Failed to load file content.": "載入檔案內容失敗。", "Failed to move chat": "移動對話失敗", "Failed to read clipboard contents": "讀取剪貼簿內容失敗", + "Failed to render diagram": "", "Failed to save connections": "儲存連線失敗", "Failed to save conversation": "儲存對話失敗", "Failed to save models configuration": "儲存模型設定失敗", @@ -733,6 +735,7 @@ "Firecrawl API Key": "Firecrawl API 金鑰", "Floating Quick Actions": "浮動快速操作", "Focus chat input": "聚焦對話輸入", + "Folder": "", "Folder Background Image": "資料夾背景圖", "Folder deleted successfully": "成功刪除資料夾", "Folder Name": "分組名稱", @@ -802,6 +805,8 @@ "H2": "二級標題", "H3": "三級標題", "Haptic Feedback": "觸覺回饋", + "Headers": "", + "Headers must be a valid JSON object": "", "Height": "高度", "Hello, {{name}}": "您好,{{name}}", "Help": "說明", @@ -843,14 +848,10 @@ "Import Chats": "匯入對話紀錄", "Import Config from JSON File": "從 JSON 檔案匯入設定", "Import From Link": "從連結匯入", - "Import Functions": "匯入函式", - "Import Models": "匯入模型", "Import Notes": "匯入筆記", "Import Presets": "匯入預設集", "Import Prompt Suggestions": "匯入提示建議", - "Import Prompts": "匯入提示詞", "Import successful": "匯入成功", - "Import Tools": "匯入工具", "Important Update": "重要更新", "In order to force OCR, performing OCR must be enabled.": "要啟用「強制執行 OCR」,必須先啟用「執行 OCR」。", "Include": "包含", @@ -1037,8 +1038,11 @@ "New Chat": "新增對話", "New Folder": "新增資料夾", "New Function": "新增函式", + "New Knowledge": "", + "New Model": "", "New Note": "新增筆記", "New Password": "新密碼", + "New Prompt": "", "New Tool": "新增工具", "new-channel": "new-channel", "Next message": "下一條訊息", @@ -1054,6 +1058,7 @@ "No distance available": "無可用距離", "No feedbacks found": "未找到回饋", "No file selected": "未選取檔案", + "No functions found": "", "No groups with access, add a group to grant access": "沒有具有存取權限的群組,新增群組以授予存取權限", "No HTML, CSS, or JavaScript content found.": "未找到 HTML、CSS 或 JavaScript 內容。", "No inference engine with management support found": "未找到支援管理功能的推理引擎", @@ -1064,12 +1069,14 @@ "No models selected": "未選取模型", "No Notes": "尚無筆記", "No notes found": "沒有任何筆記", + "No prompts found": "", "No results": "沒有結果", "No results found": "未找到任何結果", "No search query generated": "未產生搜尋查詢", "No source available": "無可用來源", "No sources found": "未找到任何來源", "No suggestion prompts": "沒有建議提示詞", + "No tools found": "", "No users were found.": "未找到任何使用者", "No valves": "沒有設定項目", "No valves to update": "設定項目可更新", @@ -1228,6 +1235,7 @@ "Public": "公開", "Pull \"{{searchValue}}\" from Ollama.com": "從 Ollama.com 下載「{{searchValue}}」", "Pull a model from Ollama.com": "從 Ollama.com 下載模型", + "Pull Model": "", "pypdfium2": "pypdfium2", "Query Generation Prompt": "查詢生成提示詞", "Querying": "查詢中", @@ -1374,6 +1382,7 @@ "Select how to split message text for TTS requests": "選擇如何拆分訊息文字以用於 TTS 請求", "Select Knowledge": "選擇知識庫", "Select only one model to call": "僅選擇一個模型來呼叫", + "Select view": "", "Selected model(s) do not support image inputs": "選取的模型不支援圖片輸入", "semantic": "語義", "Send": "傳送", @@ -1414,6 +1423,7 @@ "Share Chat": "分享對話", "Share to Open WebUI Community": "分享到 Open WebUI 社群", "Share your background and interests": "分享您的背景與興趣", + "Shared with you": "", "Sharing Permissions": "分享權限設定", "Shortcuts with an asterisk (*) are situational and only active under specific conditions.": "帶星號 (*) 的快捷鍵受場景限制,僅在特定條件下生效。", "Show": "顯示", @@ -1481,6 +1491,7 @@ "System Instructions": "系統指令", "System Prompt": "系統提示詞", "Table Mode": "表格模式", + "Tag": "", "Tags": "標籤", "Tags Generation": "標籤生成", "Tags Generation Prompt": "標籤生成提示詞", @@ -1592,6 +1603,7 @@ "Transformers": "Transformers", "Trouble accessing Ollama?": "存取 Ollama 時遇到問題?", "Trust Proxy Environment": "信任代理環境", + "Try adjusting your search or filter to find what you are looking for.": "", "Try Again": "重新產生", "TTS Model": "文字轉語音 (TTS) 模型", "TTS Settings": "文字轉語音 (TTS) 設定", @@ -1628,6 +1640,7 @@ "Upload directory": "上傳目錄", "Upload files": "上傳檔案", "Upload Files": "上傳檔案", + "Upload Model": "", "Upload Pipeline": "上傳管線", "Upload Progress": "上傳進度", "Upload Progress: {{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)": "上傳進度:{{uploadedFiles}}/{{totalFiles}} ({{percentage}}%)",