mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 05:45:19 +00:00
chore: format
This commit is contained in:
parent
0f14f34dbe
commit
aefd5d9557
55 changed files with 1092 additions and 104 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
let STT_AZURE_REGION = '';
|
let STT_AZURE_REGION = '';
|
||||||
let STT_AZURE_LOCALES = '';
|
let STT_AZURE_LOCALES = '';
|
||||||
let STT_AZURE_BASE_URL = '';
|
let STT_AZURE_BASE_URL = '';
|
||||||
let STT_AZURE_MAX_SPEAKERS = '';
|
let STT_AZURE_MAX_SPEAKERS = '';
|
||||||
let STT_DEEPGRAM_API_KEY = '';
|
let STT_DEEPGRAM_API_KEY = '';
|
||||||
|
|
||||||
let STT_WHISPER_MODEL_LOADING = false;
|
let STT_WHISPER_MODEL_LOADING = false;
|
||||||
|
|
@ -293,9 +293,9 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div class=" mb-1.5 text-sm font-medium">{$i18n.t('Base URL')}</div>
|
<div class=" mb-1.5 text-sm font-medium">{$i18n.t('Base URL')}</div>
|
||||||
<div class="flex w-full">
|
<div class="flex w-full">
|
||||||
<div class="flex-1">
|
<div class="flex-1">
|
||||||
|
|
@ -307,8 +307,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div class=" mb-1.5 text-sm font-medium">{$i18n.t('Max Speakers')}</div>
|
<div class=" mb-1.5 text-sm font-medium">{$i18n.t('Max Speakers')}</div>
|
||||||
<div class="flex w-full">
|
<div class="flex w-full">
|
||||||
<div class="flex-1">
|
<div class="flex-1">
|
||||||
|
|
|
||||||
|
|
@ -161,10 +161,14 @@
|
||||||
toast.error($i18n.t('Docling Server URL required.'));
|
toast.error($i18n.t('Docling Server URL required.'));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (RAGConfig.CONTENT_EXTRACTION_ENGINE === 'docling' &&
|
if (
|
||||||
|
RAGConfig.CONTENT_EXTRACTION_ENGINE === 'docling' &&
|
||||||
((RAGConfig.DOCLING_OCR_ENGINE === '' && RAGConfig.DOCLING_OCR_LANG !== '') ||
|
((RAGConfig.DOCLING_OCR_ENGINE === '' && RAGConfig.DOCLING_OCR_LANG !== '') ||
|
||||||
(RAGConfig.DOCLING_OCR_ENGINE !== '' && RAGConfig.DOCLING_OCR_LANG === ''))) {
|
(RAGConfig.DOCLING_OCR_ENGINE !== '' && RAGConfig.DOCLING_OCR_LANG === ''))
|
||||||
toast.error($i18n.t('Both Docling OCR Engine and Language(s) must be provided or both left empty.'));
|
) {
|
||||||
|
toast.error(
|
||||||
|
$i18n.t('Both Docling OCR Engine and Language(s) must be provided or both left empty.')
|
||||||
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
||||||
"(e.g. `sh webui.sh --api`)": "( `sh webui.sh --api`مثال)",
|
"(e.g. `sh webui.sh --api`)": "( `sh webui.sh --api`مثال)",
|
||||||
"(latest)": "(الأخير)",
|
"(latest)": "(الأخير)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ نماذج }}",
|
"{{ models }}": "{{ نماذج }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "استجابة خطاء",
|
"Bad Response": "استجابة خطاء",
|
||||||
"Banners": "لافتات",
|
"Banners": "لافتات",
|
||||||
"Base Model (From)": "النموذج الأساسي (من)",
|
"Base Model (From)": "النموذج الأساسي (من)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "",
|
"Batch Size (num_batch)": "",
|
||||||
"before": "قبل",
|
"before": "قبل",
|
||||||
"Being lazy": "كون كسول",
|
"Being lazy": "كون كسول",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "مفتاح واجهة برمجة تطبيقات البحث الشجاع",
|
"Brave Search API Key": "مفتاح واجهة برمجة تطبيقات البحث الشجاع",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "عمل مفتاح جديد",
|
"Create new key": "عمل مفتاح جديد",
|
||||||
"Create new secret key": "عمل سر جديد",
|
"Create new secret key": "عمل سر جديد",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "أنشئت في",
|
"Created at": "أنشئت في",
|
||||||
"Created At": "أنشئت من",
|
"Created At": "أنشئت من",
|
||||||
"Created by": "",
|
"Created by": "",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "",
|
"Delete function?": "",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "",
|
"Delete prompt?": "",
|
||||||
"delete this link": "أحذف هذا الرابط",
|
"delete this link": "أحذف هذا الرابط",
|
||||||
"Delete tool?": "",
|
"Delete tool?": "",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "تحميل قاعدة البيانات",
|
"Download Database": "تحميل قاعدة البيانات",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "أسقط أية ملفات هنا لإضافتها إلى المحادثة",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "e.g. '30s','10m'. الوحدات الزمنية الصالحة هي 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "e.g. '30s','10m'. الوحدات الزمنية الصالحة هي 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "تعديل",
|
"Edit": "تعديل",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "أدخل Chunk الحجم",
|
"Enter Chunk Size": "أدخل Chunk الحجم",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "عام",
|
"General": "عام",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "",
|
"Generate Image": "",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "",
|
"Import Functions": "",
|
||||||
"Import Models": "استيراد النماذج",
|
"Import Models": "استيراد النماذج",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "مطالبات الاستيراد",
|
"Import Prompts": "مطالبات الاستيراد",
|
||||||
"Import Tools": "",
|
"Import Tools": "",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "إدارة خطوط الأنابيب",
|
"Manage Pipelines": "إدارة خطوط الأنابيب",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "مارس",
|
"March": "مارس",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "ماكس توكنز (num_predict)",
|
"Max Tokens (num_predict)": "ماكس توكنز (num_predict)",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "دردشة جديدة",
|
"New Chat": "دردشة جديدة",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "كلمة المرور الجديدة",
|
"New Password": "كلمة المرور الجديدة",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "",
|
"No content to speak": "",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "لا توجد نتايج",
|
"No results found": "لا توجد نتايج",
|
||||||
"No search query generated": "لم يتم إنشاء استعلام بحث",
|
"No search query generated": "لم يتم إنشاء استعلام بحث",
|
||||||
"No source available": "لا يوجد مصدر متاح",
|
"No source available": "لا يوجد مصدر متاح",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "اي",
|
"None": "اي",
|
||||||
"Not factually correct": "ليس صحيحا من حيث الواقع",
|
"Not factually correct": "ليس صحيحا من حيث الواقع",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ملاحظة: إذا قمت بتعيين الحد الأدنى من النقاط، فلن يؤدي البحث إلا إلى إرجاع المستندات التي لها نقاط أكبر من أو تساوي الحد الأدنى من النقاط.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ملاحظة: إذا قمت بتعيين الحد الأدنى من النقاط، فلن يؤدي البحث إلا إلى إرجاع المستندات التي لها نقاط أكبر من أو تساوي الحد الأدنى من النقاط.",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "أقراء لي",
|
"Read Aloud": "أقراء لي",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "سجل صوت",
|
"Record voice": "سجل صوت",
|
||||||
"Redirecting you to Open WebUI Community": "OpenWebUI إعادة توجيهك إلى مجتمع ",
|
"Redirecting you to Open WebUI Community": "OpenWebUI إعادة توجيهك إلى مجتمع ",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "",
|
"Searching \"{{searchQuery}}\"": "",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "عنوان URL لاستعلام Searxng",
|
"Searxng Query URL": "عنوان URL لاستعلام Searxng",
|
||||||
"See readme.md for instructions": "readme.md للحصول على التعليمات",
|
"See readme.md for instructions": "readme.md للحصول على التعليمات",
|
||||||
"See what's new": "ما الجديد",
|
"See what's new": "ما الجديد",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "",
|
"Unpin": "",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "",
|
"Update": "",
|
||||||
"Update and Copy Link": "تحديث ونسخ الرابط",
|
"Update and Copy Link": "تحديث ونسخ الرابط",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(مثال: `sh webui.sh --api --api-auth اسم_المستخدم_كلمة_المرور`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(مثال: `sh webui.sh --api --api-auth اسم_المستخدم_كلمة_المرور`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(مثال: تشغيل الأمر: `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(مثال: تشغيل الأمر: `sh webui.sh --api`)",
|
||||||
"(latest)": "(أحدث)",
|
"(latest)": "(أحدث)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "النماذج: {{ models }}",
|
"{{ models }}": "النماذج: {{ models }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "رد سيئ",
|
"Bad Response": "رد سيئ",
|
||||||
"Banners": "لافتات",
|
"Banners": "لافتات",
|
||||||
"Base Model (From)": "النموذج الأساسي (من)",
|
"Base Model (From)": "النموذج الأساسي (من)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "حجم الدفعة (num_batch)",
|
"Batch Size (num_batch)": "حجم الدفعة (num_batch)",
|
||||||
"before": "قبل",
|
"before": "قبل",
|
||||||
"Being lazy": "كونك كسولاً",
|
"Being lazy": "كونك كسولاً",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "مفتاح اشتراك Bing Search V7",
|
"Bing Search V7 Subscription Key": "مفتاح اشتراك Bing Search V7",
|
||||||
"Bocha Search API Key": "مفتاح API لـ Bocha Search",
|
"Bocha Search API Key": "مفتاح API لـ Bocha Search",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "تعزيز أو معاقبة رموز محددة لردود مقيدة. ستتراوح قيم التحيز بين -100 و100 (شاملة). (افتراضي: لا شيء)",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "تعزيز أو معاقبة رموز محددة لردود مقيدة. ستتراوح قيم التحيز بين -100 و100 (شاملة). (افتراضي: لا شيء)",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "مفتاح API لـ Brave Search",
|
"Brave Search API Key": "مفتاح API لـ Brave Search",
|
||||||
"By {{name}}": "بواسطة {{name}}",
|
"By {{name}}": "بواسطة {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "تجاوز التضمين والاسترجاع",
|
"Bypass Embedding and Retrieval": "تجاوز التضمين والاسترجاع",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "إنشاء معرفة",
|
"Create Knowledge": "إنشاء معرفة",
|
||||||
"Create new key": "إنشاء مفتاح جديد",
|
"Create new key": "إنشاء مفتاح جديد",
|
||||||
"Create new secret key": "إنشاء مفتاح سري جديد",
|
"Create new secret key": "إنشاء مفتاح سري جديد",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "تم الإنشاء في",
|
"Created at": "تم الإنشاء في",
|
||||||
"Created At": "تاريخ الإنشاء",
|
"Created At": "تاريخ الإنشاء",
|
||||||
"Created by": "تم الإنشاء بواسطة",
|
"Created by": "تم الإنشاء بواسطة",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "هل تريد حذف الوظيفة؟",
|
"Delete function?": "هل تريد حذف الوظيفة؟",
|
||||||
"Delete Message": "حذف الرسالة",
|
"Delete Message": "حذف الرسالة",
|
||||||
"Delete message?": "هل تريد حذف الرسالة؟",
|
"Delete message?": "هل تريد حذف الرسالة؟",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "هل تريد حذف الموجه؟",
|
"Delete prompt?": "هل تريد حذف الموجه؟",
|
||||||
"delete this link": "أحذف هذا الرابط",
|
"delete this link": "أحذف هذا الرابط",
|
||||||
"Delete tool?": "هل تريد حذف الأداة؟",
|
"Delete tool?": "هل تريد حذف الأداة؟",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "تحميل قاعدة البيانات",
|
"Download Database": "تحميل قاعدة البيانات",
|
||||||
"Drag and drop a file to upload or select a file to view": "اسحب الملف وأفلته للرفع أو اختر ملفًا للعرض",
|
"Drag and drop a file to upload or select a file to view": "اسحب الملف وأفلته للرفع أو اختر ملفًا للعرض",
|
||||||
"Draw": "ارسم",
|
"Draw": "ارسم",
|
||||||
"Drop any files here to add to the conversation": "أسقط أية ملفات هنا لإضافتها إلى المحادثة",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "e.g. '30s','10m'. الوحدات الزمنية الصالحة هي 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "e.g. '30s','10m'. الوحدات الزمنية الصالحة هي 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "مثال: 60",
|
"e.g. 60": "مثال: 60",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "مثال: my_filter",
|
"e.g. my_filter": "مثال: my_filter",
|
||||||
"e.g. my_tools": "مثال: my_tools",
|
"e.g. my_tools": "مثال: my_tools",
|
||||||
"e.g. Tools for performing various operations": "مثال: أدوات لتنفيذ عمليات متنوعة",
|
"e.g. Tools for performing various operations": "مثال: أدوات لتنفيذ عمليات متنوعة",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "تعديل",
|
"Edit": "تعديل",
|
||||||
"Edit Arena Model": "تعديل نموذج Arena",
|
"Edit Arena Model": "تعديل نموذج Arena",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "أدخل Chunk الحجم",
|
"Enter Chunk Size": "أدخل Chunk الحجم",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "أدخل أزواج \"الرمز:قيمة التحيز\" مفصولة بفواصل (مثال: 5432:100، 413:-100)",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "أدخل أزواج \"الرمز:قيمة التحيز\" مفصولة بفواصل (مثال: 5432:100، 413:-100)",
|
||||||
"Enter description": "أدخل الوصف",
|
"Enter description": "أدخل الوصف",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "أدخل نقطة نهاية تحليل المستندات",
|
"Enter Document Intelligence Endpoint": "أدخل نقطة نهاية تحليل المستندات",
|
||||||
"Enter Document Intelligence Key": "أدخل مفتاح تحليل المستندات",
|
"Enter Document Intelligence Key": "أدخل مفتاح تحليل المستندات",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "إعدادات واجهة Gemini API",
|
"Gemini API Config": "إعدادات واجهة Gemini API",
|
||||||
"Gemini API Key is required.": "مفتاح Gemini API مطلوب.",
|
"Gemini API Key is required.": "مفتاح Gemini API مطلوب.",
|
||||||
"General": "عام",
|
"General": "عام",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "توليد صورة",
|
"Generate an image": "توليد صورة",
|
||||||
"Generate Image": "توليد صورة",
|
"Generate Image": "توليد صورة",
|
||||||
"Generate prompt pair": "توليد زوج من التعليمات",
|
"Generate prompt pair": "توليد زوج من التعليمات",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "استيراد الإعدادات من ملف JSON",
|
"Import Config from JSON File": "استيراد الإعدادات من ملف JSON",
|
||||||
"Import Functions": "استيراد الوظائف",
|
"Import Functions": "استيراد الوظائف",
|
||||||
"Import Models": "استيراد النماذج",
|
"Import Models": "استيراد النماذج",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "استيراد الإعدادات المسبقة",
|
"Import Presets": "استيراد الإعدادات المسبقة",
|
||||||
"Import Prompts": "مطالبات الاستيراد",
|
"Import Prompts": "مطالبات الاستيراد",
|
||||||
"Import Tools": "استيراد الأدوات",
|
"Import Tools": "استيراد الأدوات",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "إدارة خطوط الأنابيب",
|
"Manage Pipelines": "إدارة خطوط الأنابيب",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "مارس",
|
"March": "مارس",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "ماكس توكنز (num_predict)",
|
"Max Tokens (num_predict)": "ماكس توكنز (num_predict)",
|
||||||
"Max Upload Count": "الحد الأقصى لعدد التحميلات",
|
"Max Upload Count": "الحد الأقصى لعدد التحميلات",
|
||||||
"Max Upload Size": "الحد الأقصى لحجم الملف المرفوع",
|
"Max Upload Size": "الحد الأقصى لحجم الملف المرفوع",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "أصلي",
|
"Native": "أصلي",
|
||||||
"New Chat": "دردشة جديدة",
|
"New Chat": "دردشة جديدة",
|
||||||
"New Folder": "مجلد جديد",
|
"New Folder": "مجلد جديد",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "كلمة المرور الجديدة",
|
"New Password": "كلمة المرور الجديدة",
|
||||||
"new-channel": "قناة جديدة",
|
"new-channel": "قناة جديدة",
|
||||||
|
"No content": "",
|
||||||
"No content found": "لم يتم العثور على محتوى",
|
"No content found": "لم يتم العثور على محتوى",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "لا يوجد محتوى للتحدث عنه",
|
"No content to speak": "لا يوجد محتوى للتحدث عنه",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "لا توجد معرّفات نماذج",
|
"No model IDs": "لا توجد معرّفات نماذج",
|
||||||
"No models found": "لم يتم العثور على نماذج",
|
"No models found": "لم يتم العثور على نماذج",
|
||||||
"No models selected": "لم يتم اختيار نماذج",
|
"No models selected": "لم يتم اختيار نماذج",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "لا توجد نتايج",
|
"No results found": "لا توجد نتايج",
|
||||||
"No search query generated": "لم يتم إنشاء استعلام بحث",
|
"No search query generated": "لم يتم إنشاء استعلام بحث",
|
||||||
"No source available": "لا يوجد مصدر متاح",
|
"No source available": "لا يوجد مصدر متاح",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "اي",
|
"None": "اي",
|
||||||
"Not factually correct": "ليس صحيحا من حيث الواقع",
|
"Not factually correct": "ليس صحيحا من حيث الواقع",
|
||||||
"Not helpful": "غير مفيد",
|
"Not helpful": "غير مفيد",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ملاحظة: إذا قمت بتعيين الحد الأدنى من النقاط، فلن يؤدي البحث إلا إلى إرجاع المستندات التي لها نقاط أكبر من أو تساوي الحد الأدنى من النقاط.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ملاحظة: إذا قمت بتعيين الحد الأدنى من النقاط، فلن يؤدي البحث إلا إلى إرجاع المستندات التي لها نقاط أكبر من أو تساوي الحد الأدنى من النقاط.",
|
||||||
"Notes": "ملاحظات",
|
"Notes": "ملاحظات",
|
||||||
"Notification Sound": "صوت الإشعارات",
|
"Notification Sound": "صوت الإشعارات",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "قراءة",
|
"Read": "قراءة",
|
||||||
"Read Aloud": "أقراء لي",
|
"Read Aloud": "أقراء لي",
|
||||||
"Reasoning Effort": "جهد الاستدلال",
|
"Reasoning Effort": "جهد الاستدلال",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "سجل صوت",
|
"Record voice": "سجل صوت",
|
||||||
"Redirecting you to Open WebUI Community": "OpenWebUI إعادة توجيهك إلى مجتمع ",
|
"Redirecting you to Open WebUI Community": "OpenWebUI إعادة توجيهك إلى مجتمع ",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "يقلل من احتمال توليد إجابات غير منطقية. القيم الأعلى (مثل 100) تعطي إجابات أكثر تنوعًا، بينما القيم الأدنى (مثل 10) تكون أكثر تحفظًا.",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "يقلل من احتمال توليد إجابات غير منطقية. القيم الأعلى (مثل 100) تعطي إجابات أكثر تنوعًا، بينما القيم الأدنى (مثل 10) تكون أكثر تحفظًا.",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "تم البحث في {{count}} مواقع",
|
"Searched {{count}} sites": "تم البحث في {{count}} مواقع",
|
||||||
"Searching \"{{searchQuery}}\"": "جارٍ البحث عن \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "جارٍ البحث عن \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "جارٍ البحث في المعرفة عن \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "جارٍ البحث في المعرفة عن \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "عنوان URL لاستعلام Searxng",
|
"Searxng Query URL": "عنوان URL لاستعلام Searxng",
|
||||||
"See readme.md for instructions": "readme.md للحصول على التعليمات",
|
"See readme.md for instructions": "readme.md للحصول على التعليمات",
|
||||||
"See what's new": "ما الجديد",
|
"See what's new": "ما الجديد",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "إزالة التثبيت",
|
"Unpin": "إزالة التثبيت",
|
||||||
"Unravel secrets": "فكّ الأسرار",
|
"Unravel secrets": "فكّ الأسرار",
|
||||||
"Untagged": "بدون وسوم",
|
"Untagged": "بدون وسوم",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "تحديث",
|
"Update": "تحديث",
|
||||||
"Update and Copy Link": "تحديث ونسخ الرابط",
|
"Update and Copy Link": "تحديث ونسخ الرابط",
|
||||||
"Update for the latest features and improvements.": "حدّث للحصول على أحدث الميزات والتحسينات.",
|
"Update for the latest features and improvements.": "حدّث للحصول على أحدث الميزات والتحسينات.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(напр. `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(напр. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(напр. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(напр. `sh webui.sh --api`)",
|
||||||
"(latest)": "(последна)",
|
"(latest)": "(последна)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Невалиден отговор от API",
|
"Bad Response": "Невалиден отговор от API",
|
||||||
"Banners": "Банери",
|
"Banners": "Банери",
|
||||||
"Base Model (From)": "Базов модел (от)",
|
"Base Model (From)": "Базов модел (от)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Размер на партидата (num_batch)",
|
"Batch Size (num_batch)": "Размер на партидата (num_batch)",
|
||||||
"before": "преди",
|
"before": "преди",
|
||||||
"Being lazy": "Да бъдеш мързелив",
|
"Being lazy": "Да бъдеш мързелив",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Абонаментен ключ за Bing Search V7",
|
"Bing Search V7 Subscription Key": "Абонаментен ключ за Bing Search V7",
|
||||||
"Bocha Search API Key": "API ключ за Bocha Search",
|
"Bocha Search API Key": "API ключ за Bocha Search",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "API ключ за Brave Search",
|
"Brave Search API Key": "API ключ за Brave Search",
|
||||||
"By {{name}}": "От {{name}}",
|
"By {{name}}": "От {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Създаване на знания",
|
"Create Knowledge": "Създаване на знания",
|
||||||
"Create new key": "Създаване на нов ключ",
|
"Create new key": "Създаване на нов ключ",
|
||||||
"Create new secret key": "Създаване на нов секретен ключ",
|
"Create new secret key": "Създаване на нов секретен ключ",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Създадено на",
|
"Created at": "Създадено на",
|
||||||
"Created At": "Създадено на",
|
"Created At": "Създадено на",
|
||||||
"Created by": "Създадено от",
|
"Created by": "Създадено от",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Изтриване на функцията?",
|
"Delete function?": "Изтриване на функцията?",
|
||||||
"Delete Message": "Изтриване на съобщение",
|
"Delete Message": "Изтриване на съобщение",
|
||||||
"Delete message?": "Изтриване на съобщението?",
|
"Delete message?": "Изтриване на съобщението?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Изтриване на промпта?",
|
"Delete prompt?": "Изтриване на промпта?",
|
||||||
"delete this link": "Изтриване на този линк",
|
"delete this link": "Изтриване на този линк",
|
||||||
"Delete tool?": "Изтриване на инструмента?",
|
"Delete tool?": "Изтриване на инструмента?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Сваляне на база данни",
|
"Download Database": "Сваляне на база данни",
|
||||||
"Drag and drop a file to upload or select a file to view": "Плъзнете и пуснете файл за качване или изберете файл за преглед",
|
"Drag and drop a file to upload or select a file to view": "Плъзнете и пуснете файл за качване или изберете файл за преглед",
|
||||||
"Draw": "Рисуване",
|
"Draw": "Рисуване",
|
||||||
"Drop any files here to add to the conversation": "Пускане на файлове тук, за да ги добавите в чата",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "напр. '30с','10м'. Валидни единици са 'с', 'м', 'ч'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "напр. '30с','10м'. Валидни единици са 'с', 'м', 'ч'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "напр. моят_филтър",
|
"e.g. my_filter": "напр. моят_филтър",
|
||||||
"e.g. my_tools": "напр. моите_инструменти",
|
"e.g. my_tools": "напр. моите_инструменти",
|
||||||
"e.g. Tools for performing various operations": "напр. Инструменти за извършване на различни операции",
|
"e.g. Tools for performing various operations": "напр. Инструменти за извършване на различни операции",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Редактиране",
|
"Edit": "Редактиране",
|
||||||
"Edit Arena Model": "Редактиране на Arena модел",
|
"Edit Arena Model": "Редактиране на Arena модел",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Въведете размер на чънк",
|
"Enter Chunk Size": "Въведете размер на чънк",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "Въведете описание",
|
"Enter description": "Въведете описание",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Основни",
|
"General": "Основни",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "Генериране на изображение",
|
"Generate an image": "Генериране на изображение",
|
||||||
"Generate Image": "Генериране на изображение",
|
"Generate Image": "Генериране на изображение",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Импортиране на конфигурация от JSON файл",
|
"Import Config from JSON File": "Импортиране на конфигурация от JSON файл",
|
||||||
"Import Functions": "Импортиране на функции",
|
"Import Functions": "Импортиране на функции",
|
||||||
"Import Models": "Импортиране на модели",
|
"Import Models": "Импортиране на модели",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Импортиране на предварителни настройки",
|
"Import Presets": "Импортиране на предварителни настройки",
|
||||||
"Import Prompts": "Импортване на промптове",
|
"Import Prompts": "Импортване на промптове",
|
||||||
"Import Tools": "Импортиране на инструменти",
|
"Import Tools": "Импортиране на инструменти",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Управление на пайплайни",
|
"Manage Pipelines": "Управление на пайплайни",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Март",
|
"March": "Март",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Макс токени (num_predict)",
|
"Max Tokens (num_predict)": "Макс токени (num_predict)",
|
||||||
"Max Upload Count": "Максимален брой качвания",
|
"Max Upload Count": "Максимален брой качвания",
|
||||||
"Max Upload Size": "Максимален размер на качване",
|
"Max Upload Size": "Максимален размер на качване",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "Нативен",
|
"Native": "Нативен",
|
||||||
"New Chat": "Нов чат",
|
"New Chat": "Нов чат",
|
||||||
"New Folder": "Нова папка",
|
"New Folder": "Нова папка",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Нова парола",
|
"New Password": "Нова парола",
|
||||||
"new-channel": "нов-канал",
|
"new-channel": "нов-канал",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Не е намерено съдържание",
|
"No content found": "Не е намерено съдържание",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Няма съдържание за изговаряне",
|
"No content to speak": "Няма съдържание за изговаряне",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "Няма ИД-та на модели",
|
"No model IDs": "Няма ИД-та на модели",
|
||||||
"No models found": "Не са намерени модели",
|
"No models found": "Не са намерени модели",
|
||||||
"No models selected": "Няма избрани модели",
|
"No models selected": "Няма избрани модели",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Няма намерени резултати",
|
"No results found": "Няма намерени резултати",
|
||||||
"No search query generated": "Не е генерирана заявка за търсене",
|
"No search query generated": "Не е генерирана заявка за търсене",
|
||||||
"No source available": "Няма наличен източник",
|
"No source available": "Няма наличен източник",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Никой",
|
"None": "Никой",
|
||||||
"Not factually correct": "Не е фактологически правилно",
|
"Not factually correct": "Не е фактологически правилно",
|
||||||
"Not helpful": "Не е полезно",
|
"Not helpful": "Не е полезно",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Забележка: Ако зададете минимален резултат, търсенето ще върне само документи с резултат, по-голям или равен на минималния резултат.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Забележка: Ако зададете минимален резултат, търсенето ще върне само документи с резултат, по-голям или равен на минималния резултат.",
|
||||||
"Notes": "Бележки",
|
"Notes": "Бележки",
|
||||||
"Notification Sound": "Звук за известия",
|
"Notification Sound": "Звук за известия",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "Четене",
|
"Read": "Четене",
|
||||||
"Read Aloud": "Прочети на глас",
|
"Read Aloud": "Прочети на глас",
|
||||||
"Reasoning Effort": "Усилие за разсъждение",
|
"Reasoning Effort": "Усилие за разсъждение",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Записване на глас",
|
"Record voice": "Записване на глас",
|
||||||
"Redirecting you to Open WebUI Community": "Пренасочване към OpenWebUI общността",
|
"Redirecting you to Open WebUI Community": "Пренасочване към OpenWebUI общността",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "Претърсени {{count}} сайта",
|
"Searched {{count}} sites": "Претърсени {{count}} сайта",
|
||||||
"Searching \"{{searchQuery}}\"": "Търсене на \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Търсене на \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Търсене в знанията за \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Търсене в знанията за \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "URL адрес на заявка на Searxng",
|
"Searxng Query URL": "URL адрес на заявка на Searxng",
|
||||||
"See readme.md for instructions": "Виж readme.md за инструкции",
|
"See readme.md for instructions": "Виж readme.md за инструкции",
|
||||||
"See what's new": "Виж какво е новото",
|
"See what's new": "Виж какво е новото",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Откачи",
|
"Unpin": "Откачи",
|
||||||
"Unravel secrets": "Разгадай тайни",
|
"Unravel secrets": "Разгадай тайни",
|
||||||
"Untagged": "Без етикет",
|
"Untagged": "Без етикет",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Актуализиране",
|
"Update": "Актуализиране",
|
||||||
"Update and Copy Link": "Обнови и копирай връзка",
|
"Update and Copy Link": "Обнови и копирай връзка",
|
||||||
"Update for the latest features and improvements.": "Актуализирайте за най-новите функции и подобрения.",
|
"Update for the latest features and improvements.": "Актуализирайте за най-новите функции и подобрения.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
||||||
"(e.g. `sh webui.sh --api`)": "(যেমন `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(যেমন `sh webui.sh --api`)",
|
||||||
"(latest)": "(সর্বশেষ)",
|
"(latest)": "(সর্বশেষ)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ মডেল}}",
|
"{{ models }}": "{{ মডেল}}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "খারাপ প্রতিক্রিয়া",
|
"Bad Response": "খারাপ প্রতিক্রিয়া",
|
||||||
"Banners": "ব্যানার",
|
"Banners": "ব্যানার",
|
||||||
"Base Model (From)": "বেস মডেল (থেকে)",
|
"Base Model (From)": "বেস মডেল (থেকে)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "",
|
"Batch Size (num_batch)": "",
|
||||||
"before": "পূর্ববর্তী",
|
"before": "পূর্ববর্তী",
|
||||||
"Being lazy": "অলস হওয়া",
|
"Being lazy": "অলস হওয়া",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "সাহসী অনুসন্ধান API কী",
|
"Brave Search API Key": "সাহসী অনুসন্ধান API কী",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "একটি নতুন কী তৈরি করুন",
|
"Create new key": "একটি নতুন কী তৈরি করুন",
|
||||||
"Create new secret key": "একটি নতুন সিক্রেট কী তৈরি করুন",
|
"Create new secret key": "একটি নতুন সিক্রেট কী তৈরি করুন",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "নির্মানকাল",
|
"Created at": "নির্মানকাল",
|
||||||
"Created At": "নির্মানকাল",
|
"Created At": "নির্মানকাল",
|
||||||
"Created by": "",
|
"Created by": "",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "",
|
"Delete function?": "",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "",
|
"Delete prompt?": "",
|
||||||
"delete this link": "এই লিংক মুছে ফেলুন",
|
"delete this link": "এই লিংক মুছে ফেলুন",
|
||||||
"Delete tool?": "",
|
"Delete tool?": "",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "ডেটাবেজ ডাউনলোড করুন",
|
"Download Database": "ডেটাবেজ ডাউনলোড করুন",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "আলোচনায় যুক্ত করার জন্য যে কোন ফাইল এখানে ড্রপ করুন",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "যেমন '30s','10m'. সময়ের অনুমোদিত অনুমোদিত এককগুলি হচ্ছে 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "যেমন '30s','10m'. সময়ের অনুমোদিত অনুমোদিত এককগুলি হচ্ছে 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "এডিট করুন",
|
"Edit": "এডিট করুন",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "চাংক সাইজ লিখুন",
|
"Enter Chunk Size": "চাংক সাইজ লিখুন",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "সাধারণ",
|
"General": "সাধারণ",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "",
|
"Generate Image": "",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "",
|
"Import Functions": "",
|
||||||
"Import Models": "মডেল আমদানি করুন",
|
"Import Models": "মডেল আমদানি করুন",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "প্রম্পটগুলো ইমপোর্ট করুন",
|
"Import Prompts": "প্রম্পটগুলো ইমপোর্ট করুন",
|
||||||
"Import Tools": "",
|
"Import Tools": "",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "পাইপলাইন পরিচালনা করুন",
|
"Manage Pipelines": "পাইপলাইন পরিচালনা করুন",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "মার্চ",
|
"March": "মার্চ",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "সর্বোচ্চ টোকেন (num_predict)",
|
"Max Tokens (num_predict)": "সর্বোচ্চ টোকেন (num_predict)",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "নতুন চ্যাট",
|
"New Chat": "নতুন চ্যাট",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "নতুন পাসওয়ার্ড",
|
"New Password": "নতুন পাসওয়ার্ড",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "",
|
"No content to speak": "",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "কোন ফলাফল পাওয়া যায়নি",
|
"No results found": "কোন ফলাফল পাওয়া যায়নি",
|
||||||
"No search query generated": "কোনও অনুসন্ধান ক্যোয়ারী উত্পন্ন হয়নি",
|
"No search query generated": "কোনও অনুসন্ধান ক্যোয়ারী উত্পন্ন হয়নি",
|
||||||
"No source available": "কোন উৎস পাওয়া যায়নি",
|
"No source available": "কোন উৎস পাওয়া যায়নি",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "কোনোটিই নয়",
|
"None": "কোনোটিই নয়",
|
||||||
"Not factually correct": "তথ্যগত দিক থেকে সঠিক নয়",
|
"Not factually correct": "তথ্যগত দিক থেকে সঠিক নয়",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "দ্রষ্টব্য: আপনি যদি ন্যূনতম স্কোর সেট করেন তবে অনুসন্ধানটি কেবলমাত্র ন্যূনতম স্কোরের চেয়ে বেশি বা সমান স্কোর সহ নথিগুলি ফেরত দেবে।",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "দ্রষ্টব্য: আপনি যদি ন্যূনতম স্কোর সেট করেন তবে অনুসন্ধানটি কেবলমাত্র ন্যূনতম স্কোরের চেয়ে বেশি বা সমান স্কোর সহ নথিগুলি ফেরত দেবে।",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "পড়াশোনা করুন",
|
"Read Aloud": "পড়াশোনা করুন",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "ভয়েস রেকর্ড করুন",
|
"Record voice": "ভয়েস রেকর্ড করুন",
|
||||||
"Redirecting you to Open WebUI Community": "আপনাকে OpenWebUI কমিউনিটিতে পাঠানো হচ্ছে",
|
"Redirecting you to Open WebUI Community": "আপনাকে OpenWebUI কমিউনিটিতে পাঠানো হচ্ছে",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "",
|
"Searching \"{{searchQuery}}\"": "",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng ক্যোয়ারী URL",
|
"Searxng Query URL": "Searxng ক্যোয়ারী URL",
|
||||||
"See readme.md for instructions": "নির্দেশিকার জন্য readme.md দেখুন",
|
"See readme.md for instructions": "নির্দেশিকার জন্য readme.md দেখুন",
|
||||||
"See what's new": "নতুন কী আছে দেখুন",
|
"See what's new": "নতুন কী আছে দেখুন",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "",
|
"Unpin": "",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "",
|
"Update": "",
|
||||||
"Update and Copy Link": "আপডেট এবং লিংক কপি করুন",
|
"Update and Copy Link": "আপডেট এবং লিংক কপি করুন",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(དཔེར་ན། `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(དཔེར་ན། `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(དཔེར་ན། `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(དཔེར་ན། `sh webui.sh --api`)",
|
||||||
"(latest)": "(ཆེས་གསར།)",
|
"(latest)": "(ཆེས་གསར།)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "(Ollama)",
|
"(Ollama)": "(Ollama)",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "ལན་ངན་པ།",
|
"Bad Response": "ལན་ངན་པ།",
|
||||||
"Banners": "དར་ཆ།",
|
"Banners": "དར་ཆ།",
|
||||||
"Base Model (From)": "གཞི་རྩའི་དཔེ་དབྱིབས། (ནས།)",
|
"Base Model (From)": "གཞི་རྩའི་དཔེ་དབྱིབས། (ནས།)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "ཚན་ཆུང་ཆེ་ཆུང་། (num_batch)",
|
"Batch Size (num_batch)": "ཚན་ཆུང་ཆེ་ཆུང་། (num_batch)",
|
||||||
"before": "སྔོན།",
|
"before": "སྔོན།",
|
||||||
"Being lazy": "ལེ་ལོ་བྱེད་པ།",
|
"Being lazy": "ལེ་ལོ་བྱེད་པ།",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Bing Search V7 མངགས་ཉོ་ལྡེ་མིག",
|
"Bing Search V7 Subscription Key": "Bing Search V7 མངགས་ཉོ་ལྡེ་མིག",
|
||||||
"Bocha Search API Key": "Bocha Search API ལྡེ་མིག",
|
"Bocha Search API Key": "Bocha Search API ལྡེ་མིག",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "ཚད་བཀག་ལན་གྱི་ཆེད་དུ་ཊོཀ་ཀེན་ངེས་ཅན་ལ་ཤུགས་སྣོན་ནམ་ཉེས་ཆད་གཏོང་བ། ཕྱོགས་ཞེན་གྱི་རིན་ཐང་ -100 ནས་ 100 བར་བཙིར་ངེས། (ཚུད་པ།) (སྔོན་སྒྲིག་མེད།)",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "ཚད་བཀག་ལན་གྱི་ཆེད་དུ་ཊོཀ་ཀེན་ངེས་ཅན་ལ་ཤུགས་སྣོན་ནམ་ཉེས་ཆད་གཏོང་བ། ཕྱོགས་ཞེན་གྱི་རིན་ཐང་ -100 ནས་ 100 བར་བཙིར་ངེས། (ཚུད་པ།) (སྔོན་སྒྲིག་མེད།)",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Brave Search API ལྡེ་མིག",
|
"Brave Search API Key": "Brave Search API ལྡེ་མིག",
|
||||||
"By {{name}}": "{{name}} ཡིས།",
|
"By {{name}}": "{{name}} ཡིས།",
|
||||||
"Bypass Embedding and Retrieval": "ཚུད་འཇུག་དང་ལེན་ཚུར་སྒྲུབ་ལས་བརྒལ་བ།",
|
"Bypass Embedding and Retrieval": "ཚུད་འཇུག་དང་ལེན་ཚུར་སྒྲུབ་ལས་བརྒལ་བ།",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "ཤེས་བྱ་གསར་བཟོ།",
|
"Create Knowledge": "ཤེས་བྱ་གསར་བཟོ།",
|
||||||
"Create new key": "ལྡེ་མིག་གསར་པ་བཟོ་བ།",
|
"Create new key": "ལྡེ་མིག་གསར་པ་བཟོ་བ།",
|
||||||
"Create new secret key": "གསང་བའི་ལྡེ་མིག་གསར་པ་བཟོ་བ།",
|
"Create new secret key": "གསང་བའི་ལྡེ་མིག་གསར་པ་བཟོ་བ།",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "གསར་བཟོ་བྱེད་དུས།",
|
"Created at": "གསར་བཟོ་བྱེད་དུས།",
|
||||||
"Created At": "གསར་བཟོ་བྱེད་དུས།",
|
"Created At": "གསར་བཟོ་བྱེད་དུས།",
|
||||||
"Created by": "གསར་བཟོ་བྱེད་མཁན།",
|
"Created by": "གསར་བཟོ་བྱེད་མཁན།",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "ལས་འགན་བསུབ་པ།?",
|
"Delete function?": "ལས་འགན་བསུབ་པ།?",
|
||||||
"Delete Message": "འཕྲིན་བསུབ་པ།",
|
"Delete Message": "འཕྲིན་བསུབ་པ།",
|
||||||
"Delete message?": "འཕྲིན་བསུབ་པ།?",
|
"Delete message?": "འཕྲིན་བསུབ་པ།?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "འགུལ་སློང་བསུབ་པ།?",
|
"Delete prompt?": "འགུལ་སློང་བསུབ་པ།?",
|
||||||
"delete this link": "སྦྲེལ་ཐག་འདི་བསུབ་པ།",
|
"delete this link": "སྦྲེལ་ཐག་འདི་བསུབ་པ།",
|
||||||
"Delete tool?": "ལག་ཆ་བསུབ་པ།?",
|
"Delete tool?": "ལག་ཆ་བསུབ་པ།?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "གནས་ཚུལ་མཛོད་ཕབ་ལེན།",
|
"Download Database": "གནས་ཚུལ་མཛོད་ཕབ་ལེན།",
|
||||||
"Drag and drop a file to upload or select a file to view": "ཡིག་ཆ་ཞིག་འདྲུད་ནས་འཇོག་སྟེ་སྤར་བའམ། ཡང་ན་ཡིག་ཆ་ཞིག་གདམ་ག་བྱས་ནས་ལྟ་བ།",
|
"Drag and drop a file to upload or select a file to view": "ཡིག་ཆ་ཞིག་འདྲུད་ནས་འཇོག་སྟེ་སྤར་བའམ། ཡང་ན་ཡིག་ཆ་ཞིག་གདམ་ག་བྱས་ནས་ལྟ་བ།",
|
||||||
"Draw": "རི་མོ་འབྲི་བ།",
|
"Draw": "རི་མོ་འབྲི་བ།",
|
||||||
"Drop any files here to add to the conversation": "ཡིག་ཆ་གང་རུང་འདིར་བཞག་ནས་ཁ་བརྡར་སྣོན་པ།",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "དཔེར་ན། '30s','10m'. ནུས་ལྡན་དུས་ཚོད་ཀྱི་ཚན་པ་ནི། 's', 'm', 'h' ཡིན།",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "དཔེར་ན། '30s','10m'. ནུས་ལྡན་དུས་ཚོད་ཀྱི་ཚན་པ་ནི། 's', 'm', 'h' ཡིན།",
|
||||||
"e.g. \"json\" or a JSON schema": "དཔེར་ན། \"json\" ཡང་ན་ JSON གི་ schema",
|
"e.g. \"json\" or a JSON schema": "དཔེར་ན། \"json\" ཡང་ན་ JSON གི་ schema",
|
||||||
"e.g. 60": "དཔེར་ན། ༦༠",
|
"e.g. 60": "དཔེར་ན། ༦༠",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "དཔེར་ན། my_filter",
|
"e.g. my_filter": "དཔེར་ན། my_filter",
|
||||||
"e.g. my_tools": "དཔེར་ན། my_tools",
|
"e.g. my_tools": "དཔེར་ན། my_tools",
|
||||||
"e.g. Tools for performing various operations": "དཔེར་ན། ལས་ཀ་སྣ་ཚོགས་སྒྲུབ་བྱེད་ཀྱི་ལག་ཆ།",
|
"e.g. Tools for performing various operations": "དཔེར་ན། ལས་ཀ་སྣ་ཚོགས་སྒྲུབ་བྱེད་ཀྱི་ལག་ཆ།",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "ཞུ་དག",
|
"Edit": "ཞུ་དག",
|
||||||
"Edit Arena Model": "Arena དཔེ་དབྱིབས་ཞུ་དག",
|
"Edit Arena Model": "Arena དཔེ་དབྱིབས་ཞུ་དག",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "དུམ་བུའི་ཆེ་ཆུང་འཇུག་པ།",
|
"Enter Chunk Size": "དུམ་བུའི་ཆེ་ཆུང་འཇུག་པ།",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "ཚེག་བསྐུངས་ཀྱིས་ལོགས་སུ་བཀར་བའི་ \"ཊོཀ་ཀེན།:ཕྱོགས་ཞེན་རིན་ཐང་།\" ཆ་འཇུག་པ། (དཔེར། 5432:100, 413:-100)",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "ཚེག་བསྐུངས་ཀྱིས་ལོགས་སུ་བཀར་བའི་ \"ཊོཀ་ཀེན།:ཕྱོགས་ཞེན་རིན་ཐང་།\" ཆ་འཇུག་པ། (དཔེར། 5432:100, 413:-100)",
|
||||||
"Enter description": "འགྲེལ་བཤད་འཇུག་པ།",
|
"Enter description": "འགྲེལ་བཤད་འཇུག་པ།",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "Docling སར་བར་གྱི་ URL འཇུག་པ།",
|
"Enter Docling Server URL": "Docling སར་བར་གྱི་ URL འཇུག་པ།",
|
||||||
"Enter Document Intelligence Endpoint": "ཡིག་ཆའི་རིག་ནུས་མཇུག་མཐུད་འཇུག་པ།",
|
"Enter Document Intelligence Endpoint": "ཡིག་ཆའི་རིག་ནུས་མཇུག་མཐུད་འཇུག་པ།",
|
||||||
"Enter Document Intelligence Key": "ཡིག་ཆའི་རིག་ནུས་ལྡེ་མིག་འཇུག་པ།",
|
"Enter Document Intelligence Key": "ཡིག་ཆའི་རིག་ནུས་ལྡེ་མིག་འཇུག་པ།",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "Gemini API Config",
|
"Gemini API Config": "Gemini API Config",
|
||||||
"Gemini API Key is required.": "Gemini API ལྡེ་མིག་དགོས་ངེས།",
|
"Gemini API Key is required.": "Gemini API ལྡེ་མིག་དགོས་ངེས།",
|
||||||
"General": "སྤྱིར་བཏང་།",
|
"General": "སྤྱིར་བཏང་།",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "པར་ཞིག་བཟོ་བ།",
|
"Generate an image": "པར་ཞིག་བཟོ་བ།",
|
||||||
"Generate Image": "པར་བཟོ་བ།",
|
"Generate Image": "པར་བཟོ་བ།",
|
||||||
"Generate prompt pair": "འགུལ་སློང་ཆ་ཞིག་བཟོ་བ།",
|
"Generate prompt pair": "འགུལ་སློང་ཆ་ཞིག་བཟོ་བ།",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "JSON ཡིག་ཆ་ནས་སྒྲིག་འགོད་ནང་འདྲེན།",
|
"Import Config from JSON File": "JSON ཡིག་ཆ་ནས་སྒྲིག་འགོད་ནང་འདྲེན།",
|
||||||
"Import Functions": "ལས་འགན་ནང་འདྲེན།",
|
"Import Functions": "ལས་འགན་ནང་འདྲེན།",
|
||||||
"Import Models": "དཔེ་དབྱིབས་ནང་འདྲེན།",
|
"Import Models": "དཔེ་དབྱིབས་ནང་འདྲེན།",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "སྔོན་སྒྲིག་ནང་འདྲེན།",
|
"Import Presets": "སྔོན་སྒྲིག་ནང་འདྲེན།",
|
||||||
"Import Prompts": "འགུལ་སློང་ནང་འདྲེན།",
|
"Import Prompts": "འགུལ་སློང་ནང་འདྲེན།",
|
||||||
"Import Tools": "ལག་ཆ་ནང་འདྲེན།",
|
"Import Tools": "ལག་ཆ་ནང་འདྲེན།",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "རྒྱུ་ལམ་དོ་དམ།",
|
"Manage Pipelines": "རྒྱུ་ལམ་དོ་དམ།",
|
||||||
"Manage Tool Servers": "ལག་ཆའི་སར་བར་དོ་དམ།",
|
"Manage Tool Servers": "ལག་ཆའི་སར་བར་དོ་དམ།",
|
||||||
"March": "ཟླ་བ་གསུམ་པ།",
|
"March": "ཟླ་བ་གསུམ་པ།",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "ཊོཀ་ཀེན་མང་ཤོས། (num_predict)",
|
"Max Tokens (num_predict)": "ཊོཀ་ཀེན་མང་ཤོས། (num_predict)",
|
||||||
"Max Upload Count": "སྤར་བའི་གྲངས་མང་ཤོས།",
|
"Max Upload Count": "སྤར་བའི་གྲངས་མང་ཤོས།",
|
||||||
"Max Upload Size": "སྤར་བའི་ཆེ་ཆུང་མང་ཤོས།",
|
"Max Upload Size": "སྤར་བའི་ཆེ་ཆུང་མང་ཤོས།",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "ས་སྐྱེས།",
|
"Native": "ས་སྐྱེས།",
|
||||||
"New Chat": "ཁ་བརྡ་གསར་པ།",
|
"New Chat": "ཁ་བརྡ་གསར་པ།",
|
||||||
"New Folder": "ཡིག་སྣོད་གསར་པ།",
|
"New Folder": "ཡིག་སྣོད་གསར་པ།",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "གསང་གྲངས་གསར་པ།",
|
"New Password": "གསང་གྲངས་གསར་པ།",
|
||||||
"new-channel": "བགྲོ་གླེང་གསར་པ།",
|
"new-channel": "བགྲོ་གླེང་གསར་པ།",
|
||||||
|
"No content": "",
|
||||||
"No content found": "ནང་དོན་མ་རྙེད།",
|
"No content found": "ནང་དོན་མ་རྙེད།",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "བཤད་རྒྱུའི་ནང་དོན་མེད།",
|
"No content to speak": "བཤད་རྒྱུའི་ནང་དོན་མེད།",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "དཔེ་དབྱིབས་ཀྱི་ ID མེད།",
|
"No model IDs": "དཔེ་དབྱིབས་ཀྱི་ ID མེད།",
|
||||||
"No models found": "དཔེ་དབྱིབས་མ་རྙེད།",
|
"No models found": "དཔེ་དབྱིབས་མ་རྙེད།",
|
||||||
"No models selected": "དཔེ་དབྱིབས་གདམ་ག་མ་བྱས།",
|
"No models selected": "དཔེ་དབྱིབས་གདམ་ག་མ་བྱས།",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "འབྲས་བུ་མ་རྙེད།",
|
"No results found": "འབྲས་བུ་མ་རྙེད།",
|
||||||
"No search query generated": "འཚོལ་བཤེར་འདྲི་བ་བཟོས་མེད།",
|
"No search query generated": "འཚོལ་བཤེར་འདྲི་བ་བཟོས་མེད།",
|
||||||
"No source available": "འབྱུང་ཁུངས་མེད།",
|
"No source available": "འབྱུང་ཁུངས་མེད།",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "གཅིག་ཀྱང་མེད།",
|
"None": "གཅིག་ཀྱང་མེད།",
|
||||||
"Not factually correct": "དོན་དངོས་དང་མི་མཐུན།",
|
"Not factually correct": "དོན་དངོས་དང་མི་མཐུན།",
|
||||||
"Not helpful": "ཕན་ཐོགས་མེད།",
|
"Not helpful": "ཕན་ཐོགས་མེད།",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "དོ་སྣང་།: གལ་ཏེ་ཁྱེད་ཀྱིས་སྐར་མ་ཉུང་ཤོས་ཤིག་བཀོད་སྒྲིག་བྱས་ན། འཚོལ་བཤེར་གྱིས་སྐར་མ་ཉུང་ཤོས་དེ་དང་མཉམ་པའམ་དེ་ལས་ཆེ་བའི་ཡིག་ཆ་ཁོ་ན་ཕྱིར་སློག་བྱེད་ངེས།",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "དོ་སྣང་།: གལ་ཏེ་ཁྱེད་ཀྱིས་སྐར་མ་ཉུང་ཤོས་ཤིག་བཀོད་སྒྲིག་བྱས་ན། འཚོལ་བཤེར་གྱིས་སྐར་མ་ཉུང་ཤོས་དེ་དང་མཉམ་པའམ་དེ་ལས་ཆེ་བའི་ཡིག་ཆ་ཁོ་ན་ཕྱིར་སློག་བྱེད་ངེས།",
|
||||||
"Notes": "མཆན་བུ།",
|
"Notes": "མཆན་བུ།",
|
||||||
"Notification Sound": "བརྡ་ཁྱབ་ཀྱི་སྒྲ།",
|
"Notification Sound": "བརྡ་ཁྱབ་ཀྱི་སྒྲ།",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "ཀློག་པ།",
|
"Read": "ཀློག་པ།",
|
||||||
"Read Aloud": "སྐད་གསལ་པོས་ཀློག་པ།",
|
"Read Aloud": "སྐད་གསལ་པོས་ཀློག་པ།",
|
||||||
"Reasoning Effort": "རྒྱུ་མཚན་འདྲེན་པའི་འབད་བརྩོན།",
|
"Reasoning Effort": "རྒྱུ་མཚན་འདྲེན་པའི་འབད་བརྩོན།",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "སྐད་སྒྲ་ཕབ་པ།",
|
"Record voice": "སྐད་སྒྲ་ཕབ་པ།",
|
||||||
"Redirecting you to Open WebUI Community": "ཁྱེད་ Open WebUI སྤྱི་ཚོགས་ལ་ཁ་ཕྱོགས་སྒྱུར་བཞིན་པ།",
|
"Redirecting you to Open WebUI Community": "ཁྱེད་ Open WebUI སྤྱི་ཚོགས་ལ་ཁ་ཕྱོགས་སྒྱུར་བཞིན་པ།",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "དོན་མེད་བཟོ་བའི་ཆགས་ཚུལ་ཉུང་དུ་གཏོང་བ། རིན་ཐང་མཐོ་བ་ (དཔེར་ན། ༡༠༠) ཡིས་ལན་སྣ་ཚོགས་ཆེ་བ་སྤྲོད་ངེས། དེ་བཞིན་དུ་རིན་ཐང་དམའ་བ་ (དཔེར་ན། ༡༠) ཡིས་སྲུང་འཛིན་ཆེ་བ་ཡོང་ངེས།",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "དོན་མེད་བཟོ་བའི་ཆགས་ཚུལ་ཉུང་དུ་གཏོང་བ། རིན་ཐང་མཐོ་བ་ (དཔེར་ན། ༡༠༠) ཡིས་ལན་སྣ་ཚོགས་ཆེ་བ་སྤྲོད་ངེས། དེ་བཞིན་དུ་རིན་ཐང་དམའ་བ་ (དཔེར་ན། ༡༠) ཡིས་སྲུང་འཛིན་ཆེ་བ་ཡོང་ངེས།",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "དྲ་ཚིགས་ {{count}} འཚོལ་བཤེར་བྱས།",
|
"Searched {{count}} sites": "དྲ་ཚིགས་ {{count}} འཚོལ་བཤེར་བྱས།",
|
||||||
"Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" འཚོལ་བཞིན་པ།",
|
"Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" འཚོལ་བཞིན་པ།",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\" ཆེད་དུ་ཤེས་བྱ་འཚོལ་བཞིན་པ།",
|
"Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\" ཆེད་དུ་ཤེས་བྱ་འཚོལ་བཞིན་པ།",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng Query URL",
|
"Searxng Query URL": "Searxng Query URL",
|
||||||
"See readme.md for instructions": "ལམ་སྟོན་ཆེད་དུ་ readme.md ལ་ལྟ་བ།",
|
"See readme.md for instructions": "ལམ་སྟོན་ཆེད་དུ་ readme.md ལ་ལྟ་བ།",
|
||||||
"See what's new": "གསར་པ་ཅི་ཡོད་ལྟ་བ།",
|
"See what's new": "གསར་པ་ཅི་ཡོད་ལྟ་བ།",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "ཕྱིར་འདོན།",
|
"Unpin": "ཕྱིར་འདོན།",
|
||||||
"Unravel secrets": "གསང་བ་གྲོལ་བ།",
|
"Unravel secrets": "གསང་བ་གྲོལ་བ།",
|
||||||
"Untagged": "རྟགས་མེད།",
|
"Untagged": "རྟགས་མེད།",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "གསར་སྒྱུར།",
|
"Update": "གསར་སྒྱུར།",
|
||||||
"Update and Copy Link": "གསར་སྒྱུར་དང་སྦྲེལ་ཐག་འདྲ་བཤུས།",
|
"Update and Copy Link": "གསར་སྒྱུར་དང་སྦྲེལ་ཐག་འདྲ་བཤུས།",
|
||||||
"Update for the latest features and improvements.": "ཁྱད་ཆོས་དང་ལེགས་བཅོས་གསར་ཤོས་ཀྱི་ཆེད་དུ་གསར་སྒྱུར་བྱེད་པ།",
|
"Update for the latest features and improvements.": "ཁྱད་ཆོས་དང་ལེགས་བཅོས་གསར་ཤོས་ཀྱི་ཆེད་དུ་གསར་སྒྱུར་བྱེད་པ།",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(p. ex. `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(p. ex. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(p. ex. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(p. ex. `sh webui.sh --api`)",
|
||||||
"(latest)": "(últim)",
|
"(latest)": "(últim)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "(Ollama)",
|
"(Ollama)": "(Ollama)",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "{{COUNT}} eines disponibles",
|
"{{COUNT}} Available Tools": "{{COUNT}} eines disponibles",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Resposta errònia",
|
"Bad Response": "Resposta errònia",
|
||||||
"Banners": "Banners",
|
"Banners": "Banners",
|
||||||
"Base Model (From)": "Model base (des de)",
|
"Base Model (From)": "Model base (des de)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Mida del lot (num_batch)",
|
"Batch Size (num_batch)": "Mida del lot (num_batch)",
|
||||||
"before": "abans",
|
"before": "abans",
|
||||||
"Being lazy": "Essent mandrós",
|
"Being lazy": "Essent mandrós",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Clau de subscripció a Bing Search V7",
|
"Bing Search V7 Subscription Key": "Clau de subscripció a Bing Search V7",
|
||||||
"Bocha Search API Key": "Clau API de Bocha Search",
|
"Bocha Search API Key": "Clau API de Bocha Search",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Potenciar o penalitzar tokens específics per a respostes limitades. Els valors de biaix es fixaran entre -100 i 100 (inclosos). (Per defecte: cap)",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Potenciar o penalitzar tokens específics per a respostes limitades. Els valors de biaix es fixaran entre -100 i 100 (inclosos). (Per defecte: cap)",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Clau API de Brave Search",
|
"Brave Search API Key": "Clau API de Brave Search",
|
||||||
"By {{name}}": "Per {{name}}",
|
"By {{name}}": "Per {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "Desactivar l'Embedding i el Retrieval",
|
"Bypass Embedding and Retrieval": "Desactivar l'Embedding i el Retrieval",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Crear Coneixement",
|
"Create Knowledge": "Crear Coneixement",
|
||||||
"Create new key": "Crear una nova clau",
|
"Create new key": "Crear una nova clau",
|
||||||
"Create new secret key": "Crear una nova clau secreta",
|
"Create new secret key": "Crear una nova clau secreta",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Creat el",
|
"Created at": "Creat el",
|
||||||
"Created At": "Creat el",
|
"Created At": "Creat el",
|
||||||
"Created by": "Creat per",
|
"Created by": "Creat per",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Eliminar funció?",
|
"Delete function?": "Eliminar funció?",
|
||||||
"Delete Message": "Eleiminar el missatge",
|
"Delete Message": "Eleiminar el missatge",
|
||||||
"Delete message?": "Eliminar el missatge?",
|
"Delete message?": "Eliminar el missatge?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Eliminar indicació?",
|
"Delete prompt?": "Eliminar indicació?",
|
||||||
"delete this link": "Eliminar aquest enllaç",
|
"delete this link": "Eliminar aquest enllaç",
|
||||||
"Delete tool?": "Eliminar eina?",
|
"Delete tool?": "Eliminar eina?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Descarregar la base de dades",
|
"Download Database": "Descarregar la base de dades",
|
||||||
"Drag and drop a file to upload or select a file to view": "Arrossegar un arxiu per pujar o escull un arxiu a veure",
|
"Drag and drop a file to upload or select a file to view": "Arrossegar un arxiu per pujar o escull un arxiu a veure",
|
||||||
"Draw": "Dibuixar",
|
"Draw": "Dibuixar",
|
||||||
"Drop any files here to add to the conversation": "Deixa qualsevol arxiu aquí per afegir-lo a la conversa",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "p. ex. '30s','10m'. Les unitats de temps vàlides són 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "p. ex. '30s','10m'. Les unitats de temps vàlides són 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "p. ex. \"json\" o un esquema JSON",
|
"e.g. \"json\" or a JSON schema": "p. ex. \"json\" o un esquema JSON",
|
||||||
"e.g. 60": "p. ex. 60",
|
"e.g. 60": "p. ex. 60",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "p. ex. els_meus_filtres",
|
"e.g. my_filter": "p. ex. els_meus_filtres",
|
||||||
"e.g. my_tools": "p. ex. les_meves_eines",
|
"e.g. my_tools": "p. ex. les_meves_eines",
|
||||||
"e.g. Tools for performing various operations": "p. ex. Eines per dur a terme operacions",
|
"e.g. Tools for performing various operations": "p. ex. Eines per dur a terme operacions",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "p. ex. en-US, ja-JP, ca-ES (deixa-ho en blanc per detecció automàtica)",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "p. ex. en-US, ja-JP, ca-ES (deixa-ho en blanc per detecció automàtica)",
|
||||||
"Edit": "Editar",
|
"Edit": "Editar",
|
||||||
"Edit Arena Model": "Editar model de l'Arena",
|
"Edit Arena Model": "Editar model de l'Arena",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Introdueix la mida del bloc",
|
"Enter Chunk Size": "Introdueix la mida del bloc",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Introdueix parelles de \"token:valor de biaix\" separats per comes (exemple: 5432:100, 413:-100)",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Introdueix parelles de \"token:valor de biaix\" separats per comes (exemple: 5432:100, 413:-100)",
|
||||||
"Enter description": "Introdueix la descripció",
|
"Enter description": "Introdueix la descripció",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "Introdueix la URL del servidor Docling",
|
"Enter Docling Server URL": "Introdueix la URL del servidor Docling",
|
||||||
"Enter Document Intelligence Endpoint": "Introdueix el punt de connexió de Document Intelligence",
|
"Enter Document Intelligence Endpoint": "Introdueix el punt de connexió de Document Intelligence",
|
||||||
"Enter Document Intelligence Key": "Introdueix la clau de Document Intelligence",
|
"Enter Document Intelligence Key": "Introdueix la clau de Document Intelligence",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "Configuració de Gemini API",
|
"Gemini API Config": "Configuració de Gemini API",
|
||||||
"Gemini API Key is required.": "La clau API de Gemini és necessària",
|
"Gemini API Key is required.": "La clau API de Gemini és necessària",
|
||||||
"General": "General",
|
"General": "General",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "Generar una imatge",
|
"Generate an image": "Generar una imatge",
|
||||||
"Generate Image": "Generar imatge",
|
"Generate Image": "Generar imatge",
|
||||||
"Generate prompt pair": "Generar parella d'indicació",
|
"Generate prompt pair": "Generar parella d'indicació",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Importar la configuració des d'un arxiu JSON",
|
"Import Config from JSON File": "Importar la configuració des d'un arxiu JSON",
|
||||||
"Import Functions": "Importar funcions",
|
"Import Functions": "Importar funcions",
|
||||||
"Import Models": "Importar models",
|
"Import Models": "Importar models",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Importar configuracions",
|
"Import Presets": "Importar configuracions",
|
||||||
"Import Prompts": "Importar indicacions",
|
"Import Prompts": "Importar indicacions",
|
||||||
"Import Tools": "Importar eines",
|
"Import Tools": "Importar eines",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Gestionar les Pipelines",
|
"Manage Pipelines": "Gestionar les Pipelines",
|
||||||
"Manage Tool Servers": "Gestionar els servidors d'eines",
|
"Manage Tool Servers": "Gestionar els servidors d'eines",
|
||||||
"March": "Març",
|
"March": "Març",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Nombre màxim de Tokens (num_predict)",
|
"Max Tokens (num_predict)": "Nombre màxim de Tokens (num_predict)",
|
||||||
"Max Upload Count": "Nombre màxim de càrregues",
|
"Max Upload Count": "Nombre màxim de càrregues",
|
||||||
"Max Upload Size": "Mida màxima de càrrega",
|
"Max Upload Size": "Mida màxima de càrrega",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "Natiu",
|
"Native": "Natiu",
|
||||||
"New Chat": "Nou xat",
|
"New Chat": "Nou xat",
|
||||||
"New Folder": "Nova carpeta",
|
"New Folder": "Nova carpeta",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Nova contrasenya",
|
"New Password": "Nova contrasenya",
|
||||||
"new-channel": "nou-canal",
|
"new-channel": "nou-canal",
|
||||||
|
"No content": "",
|
||||||
"No content found": "No s'ha trobat contingut",
|
"No content found": "No s'ha trobat contingut",
|
||||||
"No content found in file.": "No s'ha trobat contingut en el fitxer.",
|
"No content found in file.": "No s'ha trobat contingut en el fitxer.",
|
||||||
"No content to speak": "No hi ha contingut per parlar",
|
"No content to speak": "No hi ha contingut per parlar",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "No hi ha IDs de model",
|
"No model IDs": "No hi ha IDs de model",
|
||||||
"No models found": "No s'han trobat models",
|
"No models found": "No s'han trobat models",
|
||||||
"No models selected": "No s'ha seleccionat cap model",
|
"No models selected": "No s'ha seleccionat cap model",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "No s'han trobat resultats",
|
"No results found": "No s'han trobat resultats",
|
||||||
"No search query generated": "No s'ha generat cap consulta",
|
"No search query generated": "No s'ha generat cap consulta",
|
||||||
"No source available": "Sense font disponible",
|
"No source available": "Sense font disponible",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Cap",
|
"None": "Cap",
|
||||||
"Not factually correct": "No és clarament correcte",
|
"Not factually correct": "No és clarament correcte",
|
||||||
"Not helpful": "No ajuda",
|
"Not helpful": "No ajuda",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si s'estableix una puntuació mínima, la cerca només retornarà documents amb una puntuació major o igual a la puntuació mínima.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si s'estableix una puntuació mínima, la cerca només retornarà documents amb una puntuació major o igual a la puntuació mínima.",
|
||||||
"Notes": "Notes",
|
"Notes": "Notes",
|
||||||
"Notification Sound": "So de la notificació",
|
"Notification Sound": "So de la notificació",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "Llegit",
|
"Read": "Llegit",
|
||||||
"Read Aloud": "Llegir en veu alta",
|
"Read Aloud": "Llegir en veu alta",
|
||||||
"Reasoning Effort": "Esforç de raonament",
|
"Reasoning Effort": "Esforç de raonament",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Enregistrar la veu",
|
"Record voice": "Enregistrar la veu",
|
||||||
"Redirecting you to Open WebUI Community": "Redirigint-te a la comunitat OpenWebUI",
|
"Redirecting you to Open WebUI Community": "Redirigint-te a la comunitat OpenWebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Redueix la probabilitat de generar ximpleries. Un valor més alt (p. ex. 100) donarà respostes més diverses, mentre que un valor més baix (p. ex. 10) serà més conservador.",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Redueix la probabilitat de generar ximpleries. Un valor més alt (p. ex. 100) donarà respostes més diverses, mentre que un valor més baix (p. ex. 10) serà més conservador.",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "S'han cercat {{count}} pàgines",
|
"Searched {{count}} sites": "S'han cercat {{count}} pàgines",
|
||||||
"Searching \"{{searchQuery}}\"": "Cercant \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Cercant \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Cercant \"{{searchQuery}}\" al coneixement",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Cercant \"{{searchQuery}}\" al coneixement",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "URL de consulta de Searxng",
|
"Searxng Query URL": "URL de consulta de Searxng",
|
||||||
"See readme.md for instructions": "Consulta l'arxiu readme.md per obtenir instruccions",
|
"See readme.md for instructions": "Consulta l'arxiu readme.md per obtenir instruccions",
|
||||||
"See what's new": "Veure què hi ha de nou",
|
"See what's new": "Veure què hi ha de nou",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Alliberar",
|
"Unpin": "Alliberar",
|
||||||
"Unravel secrets": "Descobreix els secrets",
|
"Unravel secrets": "Descobreix els secrets",
|
||||||
"Untagged": "Sense etiquetes",
|
"Untagged": "Sense etiquetes",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Actualitzar",
|
"Update": "Actualitzar",
|
||||||
"Update and Copy Link": "Actualitzar i copiar l'enllaç",
|
"Update and Copy Link": "Actualitzar i copiar l'enllaç",
|
||||||
"Update for the latest features and improvements.": "Actualitza per a les darreres característiques i millores.",
|
"Update for the latest features and improvements.": "Actualitza per a les darreres característiques i millores.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
||||||
"(e.g. `sh webui.sh --api`)": "(pananglitan `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(pananglitan `sh webui.sh --api`)",
|
||||||
"(latest)": "",
|
"(latest)": "",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "",
|
"{{ models }}": "",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "",
|
"Bad Response": "",
|
||||||
"Banners": "",
|
"Banners": "",
|
||||||
"Base Model (From)": "",
|
"Base Model (From)": "",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "",
|
"Batch Size (num_batch)": "",
|
||||||
"before": "",
|
"before": "",
|
||||||
"Being lazy": "",
|
"Being lazy": "",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "",
|
"Brave Search API Key": "",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "",
|
"Create new key": "",
|
||||||
"Create new secret key": "",
|
"Create new secret key": "",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Gihimo ang",
|
"Created at": "Gihimo ang",
|
||||||
"Created At": "",
|
"Created At": "",
|
||||||
"Created by": "",
|
"Created by": "",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "",
|
"Delete function?": "",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "",
|
"Delete prompt?": "",
|
||||||
"delete this link": "",
|
"delete this link": "",
|
||||||
"Delete tool?": "",
|
"Delete tool?": "",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "I-download ang database",
|
"Download Database": "I-download ang database",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "Ihulog ang bisan unsang file dinhi aron idugang kini sa panag-istoryahanay",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "p. ",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "p. ",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "",
|
"Edit": "",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Isulod ang block size",
|
"Enter Chunk Size": "Isulod ang block size",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Heneral",
|
"General": "Heneral",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "",
|
"Generate Image": "",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "",
|
"Import Functions": "",
|
||||||
"Import Models": "",
|
"Import Models": "",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "Import prompt",
|
"Import Prompts": "Import prompt",
|
||||||
"Import Tools": "",
|
"Import Tools": "",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "",
|
"Manage Pipelines": "",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "",
|
"March": "",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "",
|
"Max Tokens (num_predict)": "",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "Bag-ong diskusyon",
|
"New Chat": "Bag-ong diskusyon",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Bag-ong Password",
|
"New Password": "Bag-ong Password",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "",
|
"No content to speak": "",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "",
|
"No results found": "",
|
||||||
"No search query generated": "",
|
"No search query generated": "",
|
||||||
"No source available": "Walay tinubdan nga anaa",
|
"No source available": "Walay tinubdan nga anaa",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "",
|
"None": "",
|
||||||
"Not factually correct": "",
|
"Not factually correct": "",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "",
|
"Read Aloud": "",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Irekord ang tingog",
|
"Record voice": "Irekord ang tingog",
|
||||||
"Redirecting you to Open WebUI Community": "Gi-redirect ka sa komunidad sa OpenWebUI",
|
"Redirecting you to Open WebUI Community": "Gi-redirect ka sa komunidad sa OpenWebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "",
|
"Searching \"{{searchQuery}}\"": "",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "",
|
"Searxng Query URL": "",
|
||||||
"See readme.md for instructions": "Tan-awa ang readme.md alang sa mga panudlo",
|
"See readme.md for instructions": "Tan-awa ang readme.md alang sa mga panudlo",
|
||||||
"See what's new": "Tan-awa unsay bag-o",
|
"See what's new": "Tan-awa unsay bag-o",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "",
|
"Unpin": "",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "",
|
"Update": "",
|
||||||
"Update and Copy Link": "",
|
"Update and Copy Link": "",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(např. `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(např. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(např. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(např. `sh webui.sh --api`)",
|
||||||
"(latest)": "Nejnovější",
|
"(latest)": "Nejnovější",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Špatná odezva",
|
"Bad Response": "Špatná odezva",
|
||||||
"Banners": "Bannery",
|
"Banners": "Bannery",
|
||||||
"Base Model (From)": "Základní model (z)",
|
"Base Model (From)": "Základní model (z)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Batch size (num_batch)",
|
"Batch Size (num_batch)": "Batch size (num_batch)",
|
||||||
"before": "před",
|
"before": "před",
|
||||||
"Being lazy": "",
|
"Being lazy": "",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Klíč API pro Brave Search",
|
"Brave Search API Key": "Klíč API pro Brave Search",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Vytvořit knowledge",
|
"Create Knowledge": "Vytvořit knowledge",
|
||||||
"Create new key": "Vytvořit nový klíč",
|
"Create new key": "Vytvořit nový klíč",
|
||||||
"Create new secret key": "Vytvořte nový tajný klíč",
|
"Create new secret key": "Vytvořte nový tajný klíč",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Vytvořeno dne",
|
"Created at": "Vytvořeno dne",
|
||||||
"Created At": "Vytvořeno dne",
|
"Created At": "Vytvořeno dne",
|
||||||
"Created by": "Vytvořeno uživatelem",
|
"Created by": "Vytvořeno uživatelem",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Funkce pro odstranění?",
|
"Delete function?": "Funkce pro odstranění?",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Smazat prompt?",
|
"Delete prompt?": "Smazat prompt?",
|
||||||
"delete this link": "smazat tento odkaz",
|
"delete this link": "smazat tento odkaz",
|
||||||
"Delete tool?": "Odstranit nástroj?",
|
"Delete tool?": "Odstranit nástroj?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Stáhnout databázi",
|
"Download Database": "Stáhnout databázi",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "Namalovat",
|
"Draw": "Namalovat",
|
||||||
"Drop any files here to add to the conversation": "Sem přetáhněte libovolné soubory, které chcete přidat do konverzace",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "např. '30s','10m'. Platné časové jednotky jsou 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "např. '30s','10m'. Platné časové jednotky jsou 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Upravit",
|
"Edit": "Upravit",
|
||||||
"Edit Arena Model": "Upravit Arena Model",
|
"Edit Arena Model": "Upravit Arena Model",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Zadejte velikost bloku",
|
"Enter Chunk Size": "Zadejte velikost bloku",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "Zadejte popis",
|
"Enter description": "Zadejte popis",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Obecný",
|
"General": "Obecný",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "Vygenerovat obrázek",
|
"Generate Image": "Vygenerovat obrázek",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Importování konfigurace z JSON souboru",
|
"Import Config from JSON File": "Importování konfigurace z JSON souboru",
|
||||||
"Import Functions": "Načítání funkcí",
|
"Import Functions": "Načítání funkcí",
|
||||||
"Import Models": "Importování modelů",
|
"Import Models": "Importování modelů",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "Importovat Prompty",
|
"Import Prompts": "Importovat Prompty",
|
||||||
"Import Tools": "Importovat nástroje",
|
"Import Tools": "Importovat nástroje",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Správa pipelines",
|
"Manage Pipelines": "Správa pipelines",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Březen",
|
"March": "Březen",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Maximální počet tokenů (num_predict)",
|
"Max Tokens (num_predict)": "Maximální počet tokenů (num_predict)",
|
||||||
"Max Upload Count": "Maximální počet nahrání",
|
"Max Upload Count": "Maximální počet nahrání",
|
||||||
"Max Upload Size": "Maximální velikost nahrávání",
|
"Max Upload Size": "Maximální velikost nahrávání",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "Nový chat",
|
"New Chat": "Nový chat",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Nové heslo",
|
"New Password": "Nové heslo",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Nebyly nalezeny žádné obsahové informace.",
|
"No content found": "Nebyly nalezeny žádné obsahové informace.",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Žádný obsah k diskusi.",
|
"No content to speak": "Žádný obsah k diskusi.",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "Nebyly nalezeny žádné modely",
|
"No models found": "Nebyly nalezeny žádné modely",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "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 search query generated": "Nebyl vygenerován žádný vyhledávací dotaz.",
|
||||||
"No source available": "Není k dispozici žádný zdroj.",
|
"No source available": "Není k dispozici žádný zdroj.",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Žádný",
|
"None": "Žádný",
|
||||||
"Not factually correct": "Není fakticky správné",
|
"Not factually correct": "Není fakticky správné",
|
||||||
"Not helpful": "Nepomocné",
|
"Not helpful": "Nepomocné",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Poznámka: Pokud nastavíte minimální skóre, vyhledávání vrátí pouze dokumenty s hodnocením, které je větší nebo rovno zadanému minimálnímu skóre.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Poznámka: Pokud nastavíte minimální skóre, vyhledávání vrátí pouze dokumenty s hodnocením, které je větší nebo rovno zadanému minimálnímu skóre.",
|
||||||
"Notes": "Poznámky",
|
"Notes": "Poznámky",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "Číst nahlas",
|
"Read Aloud": "Číst nahlas",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Nahrát hlas",
|
"Record voice": "Nahrát hlas",
|
||||||
"Redirecting you to Open WebUI Community": "Přesměrování na komunitu OpenWebUI",
|
"Redirecting you to Open WebUI Community": "Přesměrování na komunitu OpenWebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "Hledání \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Hledání \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Vyhledávání znalostí pro \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Vyhledávání znalostí pro \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Adresa URL dotazu Searxng",
|
"Searxng Query URL": "Adresa URL dotazu Searxng",
|
||||||
"See readme.md for instructions": "Podívejte se do {{readme.md}} pro pokyny.",
|
"See readme.md for instructions": "Podívejte se do {{readme.md}} pro pokyny.",
|
||||||
"See what's new": "Podívejte se, co je nového",
|
"See what's new": "Podívejte se, co je nového",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Odepnout",
|
"Unpin": "Odepnout",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "Nebyla označena",
|
"Untagged": "Nebyla označena",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Aktualizovat",
|
"Update": "Aktualizovat",
|
||||||
"Update and Copy Link": "Aktualizovat a zkopírovat odkaz",
|
"Update and Copy Link": "Aktualizovat a zkopírovat odkaz",
|
||||||
"Update for the latest features and improvements.": "Aktualizace pro nejnovější funkce a vylepšení.",
|
"Update for the latest features and improvements.": "Aktualizace pro nejnovější funkce a vylepšení.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(f.eks. `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(f.eks. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(f.eks. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(f.eks. `sh webui.sh --api`)",
|
||||||
"(latest)": "(seneste)",
|
"(latest)": "(seneste)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "(Ollama)",
|
"(Ollama)": "(Ollama)",
|
||||||
"{{ models }}": "{{ modeller }}",
|
"{{ models }}": "{{ modeller }}",
|
||||||
"{{COUNT}} Available Tools": "{{COUNT}} Tilgængelige Værktøj",
|
"{{COUNT}} Available Tools": "{{COUNT}} Tilgængelige Værktøj",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Problem i response",
|
"Bad Response": "Problem i response",
|
||||||
"Banners": "Bannere",
|
"Banners": "Bannere",
|
||||||
"Base Model (From)": "Base Model (Fra)",
|
"Base Model (From)": "Base Model (Fra)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Batch størrelse (num_batch)",
|
"Batch Size (num_batch)": "Batch størrelse (num_batch)",
|
||||||
"before": "før",
|
"before": "før",
|
||||||
"Being lazy": "At være doven",
|
"Being lazy": "At være doven",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Brave Search API nøgle",
|
"Brave Search API Key": "Brave Search API nøgle",
|
||||||
"By {{name}}": "Af {{name}}",
|
"By {{name}}": "Af {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Opret Viden",
|
"Create Knowledge": "Opret Viden",
|
||||||
"Create new key": "Opret en ny nøgle",
|
"Create new key": "Opret en ny nøgle",
|
||||||
"Create new secret key": "Opret en ny hemmelig nøgle",
|
"Create new secret key": "Opret en ny hemmelig nøgle",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Oprettet",
|
"Created at": "Oprettet",
|
||||||
"Created At": "Oprettet",
|
"Created At": "Oprettet",
|
||||||
"Created by": "Oprettet af",
|
"Created by": "Oprettet af",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Slet funktion?",
|
"Delete function?": "Slet funktion?",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Slet prompt?",
|
"Delete prompt?": "Slet prompt?",
|
||||||
"delete this link": "slet dette link",
|
"delete this link": "slet dette link",
|
||||||
"Delete tool?": "Slet værktøj?",
|
"Delete tool?": "Slet værktøj?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Download database",
|
"Download Database": "Download database",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "Upload filer her for at tilføje til samtalen",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "f.eks. '30s', '10m'. Tilladte værdier er 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "f.eks. '30s', '10m'. Tilladte værdier er 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Rediger",
|
"Edit": "Rediger",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Indtast størrelse af tekststykker",
|
"Enter Chunk Size": "Indtast størrelse af tekststykker",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Generelt",
|
"General": "Generelt",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "Generer billede",
|
"Generate Image": "Generer billede",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Importer konfiguration fra JSON-fil",
|
"Import Config from JSON File": "Importer konfiguration fra JSON-fil",
|
||||||
"Import Functions": "Importer funktioner",
|
"Import Functions": "Importer funktioner",
|
||||||
"Import Models": "Importer modeller",
|
"Import Models": "Importer modeller",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "Importer prompts",
|
"Import Prompts": "Importer prompts",
|
||||||
"Import Tools": "Importer værktøjer",
|
"Import Tools": "Importer værktøjer",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Administrer pipelines",
|
"Manage Pipelines": "Administrer pipelines",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Marts",
|
"March": "Marts",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Maks. tokens (num_predict)",
|
"Max Tokens (num_predict)": "Maks. tokens (num_predict)",
|
||||||
"Max Upload Count": "Maks. uploadantal",
|
"Max Upload Count": "Maks. uploadantal",
|
||||||
"Max Upload Size": "Maks. uploadstørrelse",
|
"Max Upload Size": "Maks. uploadstørrelse",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "Ny chat",
|
"New Chat": "Ny chat",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Ny adgangskode",
|
"New Password": "Ny adgangskode",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Intet indhold at tale",
|
"No content to speak": "Intet indhold at tale",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Ingen resultater fundet",
|
"No results found": "Ingen resultater fundet",
|
||||||
"No search query generated": "Ingen søgeforespørgsel genereret",
|
"No search query generated": "Ingen søgeforespørgsel genereret",
|
||||||
"No source available": "Ingen kilde tilgængelig",
|
"No source available": "Ingen kilde tilgængelig",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Ingen",
|
"None": "Ingen",
|
||||||
"Not factually correct": "Ikke faktuelt korrekt",
|
"Not factually correct": "Ikke faktuelt korrekt",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Bemærk: Hvis du angiver en minimumscore, returnerer søgningen kun dokumenter med en score, der er større end eller lig med minimumscoren.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Bemærk: Hvis du angiver en minimumscore, returnerer søgningen kun dokumenter med en score, der er større end eller lig med minimumscoren.",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "Læs",
|
"Read": "Læs",
|
||||||
"Read Aloud": "Læs højt",
|
"Read Aloud": "Læs højt",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Optag stemme",
|
"Record voice": "Optag stemme",
|
||||||
"Redirecting you to Open WebUI Community": "Omdirigerer dig til OpenWebUI Community",
|
"Redirecting you to Open WebUI Community": "Omdirigerer dig til OpenWebUI Community",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "Søger efter \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Søger efter \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Søger i viden efter \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Søger i viden efter \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng forespørgsels-URL",
|
"Searxng Query URL": "Searxng forespørgsels-URL",
|
||||||
"See readme.md for instructions": "Se readme.md for instruktioner",
|
"See readme.md for instructions": "Se readme.md for instruktioner",
|
||||||
"See what's new": "Se, hvad der er nyt",
|
"See what's new": "Se, hvad der er nyt",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Frigør",
|
"Unpin": "Frigør",
|
||||||
"Unravel secrets": "Afslør hemmeligheder",
|
"Unravel secrets": "Afslør hemmeligheder",
|
||||||
"Untagged": "Uden mærker",
|
"Untagged": "Uden mærker",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Opdater",
|
"Update": "Opdater",
|
||||||
"Update and Copy Link": "Opdater og kopier link",
|
"Update and Copy Link": "Opdater og kopier link",
|
||||||
"Update for the latest features and improvements.": "Opdater for at få de nyeste funktioner og forbedringer.",
|
"Update for the latest features and improvements.": "Opdater for at få de nyeste funktioner og forbedringer.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(z. B. `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(z. B. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(z. B. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(z. B. `sh webui.sh --api`)",
|
||||||
"(latest)": "(neueste)",
|
"(latest)": "(neueste)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ Modelle }}",
|
"{{ models }}": "{{ Modelle }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Schlechte Antwort",
|
"Bad Response": "Schlechte Antwort",
|
||||||
"Banners": "Banner",
|
"Banners": "Banner",
|
||||||
"Base Model (From)": "Basismodell (From)",
|
"Base Model (From)": "Basismodell (From)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Stapelgröße (num_batch)",
|
"Batch Size (num_batch)": "Stapelgröße (num_batch)",
|
||||||
"before": "bereits geteilt",
|
"before": "bereits geteilt",
|
||||||
"Being lazy": "Faulheit",
|
"Being lazy": "Faulheit",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Bing Search V7-Abonnement-Schlüssel",
|
"Bing Search V7 Subscription Key": "Bing Search V7-Abonnement-Schlüssel",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Brave Search API-Schlüssel",
|
"Brave Search API Key": "Brave Search API-Schlüssel",
|
||||||
"By {{name}}": "Von {{name}}",
|
"By {{name}}": "Von {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "Embedding und Retrieval umgehen",
|
"Bypass Embedding and Retrieval": "Embedding und Retrieval umgehen",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Wissen erstellen",
|
"Create Knowledge": "Wissen erstellen",
|
||||||
"Create new key": "Neuen Schlüssel erstellen",
|
"Create new key": "Neuen Schlüssel erstellen",
|
||||||
"Create new secret key": "Neuen API-Schlüssel erstellen",
|
"Create new secret key": "Neuen API-Schlüssel erstellen",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Erstellt am",
|
"Created at": "Erstellt am",
|
||||||
"Created At": "Erstellt am",
|
"Created At": "Erstellt am",
|
||||||
"Created by": "Erstellt von",
|
"Created by": "Erstellt von",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Funktion löschen?",
|
"Delete function?": "Funktion löschen?",
|
||||||
"Delete Message": "Nachricht löschen",
|
"Delete Message": "Nachricht löschen",
|
||||||
"Delete message?": "Nachricht löschen?",
|
"Delete message?": "Nachricht löschen?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Prompt löschen?",
|
"Delete prompt?": "Prompt löschen?",
|
||||||
"delete this link": "diesen Link löschen",
|
"delete this link": "diesen Link löschen",
|
||||||
"Delete tool?": "Werkzeug löschen?",
|
"Delete tool?": "Werkzeug löschen?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Datenbank exportieren",
|
"Download Database": "Datenbank exportieren",
|
||||||
"Drag and drop a file to upload or select a file to view": "Ziehen Sie eine Datei zum Hochladen oder wählen Sie eine Datei zum Anzeigen aus",
|
"Drag and drop a file to upload or select a file to view": "Ziehen Sie eine Datei zum Hochladen oder wählen Sie eine Datei zum Anzeigen aus",
|
||||||
"Draw": "Zeichnen",
|
"Draw": "Zeichnen",
|
||||||
"Drop any files here to add to the conversation": "Ziehen Sie beliebige Dateien hierher, um sie dem Chat hinzuzufügen",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "z. B. '30s','10m'. Gültige Zeiteinheiten sind 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "z. B. '30s','10m'. Gültige Zeiteinheiten sind 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "z. B. 60",
|
"e.g. 60": "z. B. 60",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "z. B. mein_filter",
|
"e.g. my_filter": "z. B. mein_filter",
|
||||||
"e.g. my_tools": "z. B. meine_werkzeuge",
|
"e.g. my_tools": "z. B. meine_werkzeuge",
|
||||||
"e.g. Tools for performing various operations": "z. B. Werkzeuge für verschiedene Operationen",
|
"e.g. Tools for performing various operations": "z. B. Werkzeuge für verschiedene Operationen",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "z. B. en-US,de-DE (freilassen für automatische Erkennung)",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "z. B. en-US,de-DE (freilassen für automatische Erkennung)",
|
||||||
"Edit": "Bearbeiten",
|
"Edit": "Bearbeiten",
|
||||||
"Edit Arena Model": "Arena-Modell bearbeiten",
|
"Edit Arena Model": "Arena-Modell bearbeiten",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Geben Sie die Blockgröße ein",
|
"Enter Chunk Size": "Geben Sie die Blockgröße ein",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "Geben Sie eine Beschreibung ein",
|
"Enter description": "Geben Sie eine Beschreibung ein",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "Gemini API-Konfiguration",
|
"Gemini API Config": "Gemini API-Konfiguration",
|
||||||
"Gemini API Key is required.": "Gemini API-Schlüssel ist erforderlich.",
|
"Gemini API Key is required.": "Gemini API-Schlüssel ist erforderlich.",
|
||||||
"General": "Allgemein",
|
"General": "Allgemein",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "Bild erzeugen",
|
"Generate an image": "Bild erzeugen",
|
||||||
"Generate Image": "Bild erzeugen",
|
"Generate Image": "Bild erzeugen",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Konfiguration aus JSON-Datei importieren",
|
"Import Config from JSON File": "Konfiguration aus JSON-Datei importieren",
|
||||||
"Import Functions": "Funktionen importieren",
|
"Import Functions": "Funktionen importieren",
|
||||||
"Import Models": "Modelle importieren",
|
"Import Models": "Modelle importieren",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Voreinstellungen importieren",
|
"Import Presets": "Voreinstellungen importieren",
|
||||||
"Import Prompts": "Prompts importieren",
|
"Import Prompts": "Prompts importieren",
|
||||||
"Import Tools": "Werkzeuge importieren",
|
"Import Tools": "Werkzeuge importieren",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Pipelines verwalten",
|
"Manage Pipelines": "Pipelines verwalten",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "März",
|
"March": "März",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Maximale Tokenanzahl (num_predict)",
|
"Max Tokens (num_predict)": "Maximale Tokenanzahl (num_predict)",
|
||||||
"Max Upload Count": "Maximale Anzahl der Uploads",
|
"Max Upload Count": "Maximale Anzahl der Uploads",
|
||||||
"Max Upload Size": "Maximale Uploadgröße",
|
"Max Upload Size": "Maximale Uploadgröße",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "Nativ",
|
"Native": "Nativ",
|
||||||
"New Chat": "Neuer Chat",
|
"New Chat": "Neuer Chat",
|
||||||
"New Folder": "Neuer Ordner",
|
"New Folder": "Neuer Ordner",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Neues Passwort",
|
"New Password": "Neues Passwort",
|
||||||
"new-channel": "neuer-kanal",
|
"new-channel": "neuer-kanal",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Kein Inhalt gefunden",
|
"No content found": "Kein Inhalt gefunden",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Kein Inhalt zum Vorlesen",
|
"No content to speak": "Kein Inhalt zum Vorlesen",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "Keine Modell-IDs",
|
"No model IDs": "Keine Modell-IDs",
|
||||||
"No models found": "Keine Modelle gefunden",
|
"No models found": "Keine Modelle gefunden",
|
||||||
"No models selected": "Keine Modelle ausgewählt",
|
"No models selected": "Keine Modelle ausgewählt",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Keine Ergebnisse gefunden",
|
"No results found": "Keine Ergebnisse gefunden",
|
||||||
"No search query generated": "Keine Suchanfrage generiert",
|
"No search query generated": "Keine Suchanfrage generiert",
|
||||||
"No source available": "Keine Quelle verfügbar",
|
"No source available": "Keine Quelle verfügbar",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Nichts",
|
"None": "Nichts",
|
||||||
"Not factually correct": "Nicht sachlich korrekt",
|
"Not factually correct": "Nicht sachlich korrekt",
|
||||||
"Not helpful": "Nicht hilfreich",
|
"Not helpful": "Nicht hilfreich",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Hinweis: Wenn Sie eine Mindestpunktzahl festlegen, werden in der Suche nur Dokumente mit einer Punktzahl größer oder gleich der Mindestpunktzahl zurückgegeben.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Hinweis: Wenn Sie eine Mindestpunktzahl festlegen, werden in der Suche nur Dokumente mit einer Punktzahl größer oder gleich der Mindestpunktzahl zurückgegeben.",
|
||||||
"Notes": "Notizen",
|
"Notes": "Notizen",
|
||||||
"Notification Sound": "Benachrichtigungston",
|
"Notification Sound": "Benachrichtigungston",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "Lesen",
|
"Read": "Lesen",
|
||||||
"Read Aloud": "Vorlesen",
|
"Read Aloud": "Vorlesen",
|
||||||
"Reasoning Effort": "Schlussfolgerungsaufwand",
|
"Reasoning Effort": "Schlussfolgerungsaufwand",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Stimme aufnehmen",
|
"Record voice": "Stimme aufnehmen",
|
||||||
"Redirecting you to Open WebUI Community": "Sie werden zur OpenWebUI-Community weitergeleitet",
|
"Redirecting you to Open WebUI Community": "Sie werden zur OpenWebUI-Community weitergeleitet",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "{{count}} Websites durchsucht",
|
"Searched {{count}} sites": "{{count}} Websites durchsucht",
|
||||||
"Searching \"{{searchQuery}}\"": "Suche nach \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Suche nach \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Suche im Wissen nach \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Suche im Wissen nach \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng-Abfrage-URL",
|
"Searxng Query URL": "Searxng-Abfrage-URL",
|
||||||
"See readme.md for instructions": "Anleitung in readme.md anzeigen",
|
"See readme.md for instructions": "Anleitung in readme.md anzeigen",
|
||||||
"See what's new": "Entdecken Sie die Neuigkeiten",
|
"See what's new": "Entdecken Sie die Neuigkeiten",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Lösen",
|
"Unpin": "Lösen",
|
||||||
"Unravel secrets": "Geheimnisse lüften",
|
"Unravel secrets": "Geheimnisse lüften",
|
||||||
"Untagged": "Ungetaggt",
|
"Untagged": "Ungetaggt",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Aktualisieren",
|
"Update": "Aktualisieren",
|
||||||
"Update and Copy Link": "Aktualisieren und Link kopieren",
|
"Update and Copy Link": "Aktualisieren und Link kopieren",
|
||||||
"Update for the latest features and improvements.": "Aktualisieren Sie für die neuesten Funktionen und Verbesserungen.",
|
"Update for the latest features and improvements.": "Aktualisieren Sie für die neuesten Funktionen und Verbesserungen.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
||||||
"(e.g. `sh webui.sh --api`)": "(such e.g. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(such e.g. `sh webui.sh --api`)",
|
||||||
"(latest)": "(much latest)",
|
"(latest)": "(much latest)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "",
|
"{{ models }}": "",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "",
|
"Bad Response": "",
|
||||||
"Banners": "",
|
"Banners": "",
|
||||||
"Base Model (From)": "",
|
"Base Model (From)": "",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "",
|
"Batch Size (num_batch)": "",
|
||||||
"before": "",
|
"before": "",
|
||||||
"Being lazy": "",
|
"Being lazy": "",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "",
|
"Brave Search API Key": "",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "",
|
"Create new key": "",
|
||||||
"Create new secret key": "",
|
"Create new secret key": "",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Created at",
|
"Created at": "Created at",
|
||||||
"Created At": "",
|
"Created At": "",
|
||||||
"Created by": "",
|
"Created by": "",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "",
|
"Delete function?": "",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "",
|
"Delete prompt?": "",
|
||||||
"delete this link": "",
|
"delete this link": "",
|
||||||
"Delete tool?": "",
|
"Delete tool?": "",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Download Database",
|
"Download Database": "Download Database",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "Drop files here to add to conversation",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "e.g. '30s','10m'. Much time units are 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "e.g. '30s','10m'. Much time units are 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "",
|
"Edit": "",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Enter Size of Chunk",
|
"Enter Chunk Size": "Enter Size of Chunk",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Woweral",
|
"General": "Woweral",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "",
|
"Generate Image": "",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "",
|
"Import Functions": "",
|
||||||
"Import Models": "",
|
"Import Models": "",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "Import Promptos",
|
"Import Prompts": "Import Promptos",
|
||||||
"Import Tools": "",
|
"Import Tools": "",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "",
|
"Manage Pipelines": "",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "",
|
"March": "",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "",
|
"Max Tokens (num_predict)": "",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "New Bark",
|
"New Chat": "New Bark",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "New Barkword",
|
"New Password": "New Barkword",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "",
|
"No content to speak": "",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "",
|
"No results found": "",
|
||||||
"No search query generated": "",
|
"No search query generated": "",
|
||||||
"No source available": "No source available",
|
"No source available": "No source available",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "",
|
"None": "",
|
||||||
"Not factually correct": "",
|
"Not factually correct": "",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "",
|
"Read Aloud": "",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Record Bark",
|
"Record voice": "Record Bark",
|
||||||
"Redirecting you to Open WebUI Community": "Redirecting you to Open WebUI Community",
|
"Redirecting you to Open WebUI Community": "Redirecting you to Open WebUI Community",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "",
|
"Searching \"{{searchQuery}}\"": "",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "",
|
"Searxng Query URL": "",
|
||||||
"See readme.md for instructions": "See readme.md for instructions wow",
|
"See readme.md for instructions": "See readme.md for instructions wow",
|
||||||
"See what's new": "See what's new so amaze",
|
"See what's new": "See what's new so amaze",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "",
|
"Unpin": "",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "",
|
"Update": "",
|
||||||
"Update and Copy Link": "",
|
"Update and Copy Link": "",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(π.χ. `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(π.χ. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(π.χ. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(π.χ. `sh webui.sh --api`)",
|
||||||
"(latest)": "(τελευταίο)",
|
"(latest)": "(τελευταίο)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Κακή Απάντηση",
|
"Bad Response": "Κακή Απάντηση",
|
||||||
"Banners": "Προβολές",
|
"Banners": "Προβολές",
|
||||||
"Base Model (From)": "Βασικό Μοντέλο (Από)",
|
"Base Model (From)": "Βασικό Μοντέλο (Από)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Μέγεθος Παρτίδας (num_batch)",
|
"Batch Size (num_batch)": "Μέγεθος Παρτίδας (num_batch)",
|
||||||
"before": "πριν",
|
"before": "πριν",
|
||||||
"Being lazy": "Τρώλακας",
|
"Being lazy": "Τρώλακας",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Κλειδί Συνδρομής Bing Search V7",
|
"Bing Search V7 Subscription Key": "Κλειδί Συνδρομής Bing Search V7",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Κλειδί API Brave Search",
|
"Brave Search API Key": "Κλειδί API Brave Search",
|
||||||
"By {{name}}": "Από {{name}}",
|
"By {{name}}": "Από {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Δημιουργία Γνώσης",
|
"Create Knowledge": "Δημιουργία Γνώσης",
|
||||||
"Create new key": "Δημιουργία νέου κλειδιού",
|
"Create new key": "Δημιουργία νέου κλειδιού",
|
||||||
"Create new secret key": "Δημιουργία νέου μυστικού κλειδιού",
|
"Create new secret key": "Δημιουργία νέου μυστικού κλειδιού",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Δημιουργήθηκε στις",
|
"Created at": "Δημιουργήθηκε στις",
|
||||||
"Created At": "Δημιουργήθηκε στις",
|
"Created At": "Δημιουργήθηκε στις",
|
||||||
"Created by": "Δημιουργήθηκε από",
|
"Created by": "Δημιουργήθηκε από",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Διαγραφή λειτουργίας;",
|
"Delete function?": "Διαγραφή λειτουργίας;",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Διαγραφή προτροπής;",
|
"Delete prompt?": "Διαγραφή προτροπής;",
|
||||||
"delete this link": "διαγραφή αυτού του συνδέσμου",
|
"delete this link": "διαγραφή αυτού του συνδέσμου",
|
||||||
"Delete tool?": "Διαγραφή εργαλείου;",
|
"Delete tool?": "Διαγραφή εργαλείου;",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Λήψη Βάσης Δεδομένων",
|
"Download Database": "Λήψη Βάσης Δεδομένων",
|
||||||
"Drag and drop a file to upload or select a file to view": "Σύρετε και αφήστε ένα αρχείο για να το ανεβάσετε ή επιλέξτε ένα αρχείο για να το δείτε",
|
"Drag and drop a file to upload or select a file to view": "Σύρετε και αφήστε ένα αρχείο για να το ανεβάσετε ή επιλέξτε ένα αρχείο για να το δείτε",
|
||||||
"Draw": "Σχεδίαση",
|
"Draw": "Σχεδίαση",
|
||||||
"Drop any files here to add to the conversation": "Αφήστε οποιαδήποτε αρχεία εδώ για να προστεθούν στη συνομιλία",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "π.χ. '30s','10m'. Οι έγκυρες μονάδες χρόνου είναι 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "π.χ. '30s','10m'. Οι έγκυρες μονάδες χρόνου είναι 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "π.χ. my_filter",
|
"e.g. my_filter": "π.χ. my_filter",
|
||||||
"e.g. my_tools": "π.χ. my_tools",
|
"e.g. my_tools": "π.χ. my_tools",
|
||||||
"e.g. Tools for performing various operations": "π.χ. Εργαλεία για την εκτέλεση διάφορων λειτουργιών",
|
"e.g. Tools for performing various operations": "π.χ. Εργαλεία για την εκτέλεση διάφορων λειτουργιών",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Επεξεργασία",
|
"Edit": "Επεξεργασία",
|
||||||
"Edit Arena Model": "Επεξεργασία Μοντέλου Arena",
|
"Edit Arena Model": "Επεξεργασία Μοντέλου Arena",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Εισάγετε το Μέγεθος Τμημάτων",
|
"Enter Chunk Size": "Εισάγετε το Μέγεθος Τμημάτων",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "Εισάγετε την περιγραφή",
|
"Enter description": "Εισάγετε την περιγραφή",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Γενικά",
|
"General": "Γενικά",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "Δημιουργία Εικόνας",
|
"Generate Image": "Δημιουργία Εικόνας",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Εισαγωγή Διαμόρφωσης από Αρχείο JSON",
|
"Import Config from JSON File": "Εισαγωγή Διαμόρφωσης από Αρχείο JSON",
|
||||||
"Import Functions": "Εισαγωγή Λειτουργιών",
|
"Import Functions": "Εισαγωγή Λειτουργιών",
|
||||||
"Import Models": "Εισαγωγή Μοντέλων",
|
"Import Models": "Εισαγωγή Μοντέλων",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Εισαγωγή Προκαθορισμένων",
|
"Import Presets": "Εισαγωγή Προκαθορισμένων",
|
||||||
"Import Prompts": "Εισαγωγή Προτροπών",
|
"Import Prompts": "Εισαγωγή Προτροπών",
|
||||||
"Import Tools": "Εισαγωγή Εργαλείων",
|
"Import Tools": "Εισαγωγή Εργαλείων",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Διαχείριση Καναλιών",
|
"Manage Pipelines": "Διαχείριση Καναλιών",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Μάρτιος",
|
"March": "Μάρτιος",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Μέγιστος Αριθμός Tokens (num_predict)",
|
"Max Tokens (num_predict)": "Μέγιστος Αριθμός Tokens (num_predict)",
|
||||||
"Max Upload Count": "Μέγιστος Αριθμός Ανεβάσματος",
|
"Max Upload Count": "Μέγιστος Αριθμός Ανεβάσματος",
|
||||||
"Max Upload Size": "Μέγιστο Μέγεθος Αρχείου",
|
"Max Upload Size": "Μέγιστο Μέγεθος Αρχείου",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "Νέα Συνομιλία",
|
"New Chat": "Νέα Συνομιλία",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Νέος Κωδικός",
|
"New Password": "Νέος Κωδικός",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Δεν βρέθηκε περιεχόμενο",
|
"No content found": "Δεν βρέθηκε περιεχόμενο",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Δεν υπάρχει περιεχόμενο για ανάγνωση",
|
"No content to speak": "Δεν υπάρχει περιεχόμενο για ανάγνωση",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "Δεν υπάρχουν IDs μοντέλων",
|
"No model IDs": "Δεν υπάρχουν IDs μοντέλων",
|
||||||
"No models found": "Δεν βρέθηκαν μοντέλα",
|
"No models found": "Δεν βρέθηκαν μοντέλα",
|
||||||
"No models selected": "Δεν έχουν επιλεγεί μοντέλα",
|
"No models selected": "Δεν έχουν επιλεγεί μοντέλα",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Δεν βρέθηκαν αποτελέσματα",
|
"No results found": "Δεν βρέθηκαν αποτελέσματα",
|
||||||
"No search query generated": "Δεν δημιουργήθηκε ερώτηση αναζήτησης",
|
"No search query generated": "Δεν δημιουργήθηκε ερώτηση αναζήτησης",
|
||||||
"No source available": "Δεν υπάρχει διαθέσιμη πηγή",
|
"No source available": "Δεν υπάρχει διαθέσιμη πηγή",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Κανένα",
|
"None": "Κανένα",
|
||||||
"Not factually correct": "Δεν είναι γεγονότα",
|
"Not factually correct": "Δεν είναι γεγονότα",
|
||||||
"Not helpful": "Δεν είναι χρήσιμο",
|
"Not helpful": "Δεν είναι χρήσιμο",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Σημείωση: Αν ορίσετε ένα ελάχιστο score, η αναζήτηση θα επιστρέψει μόνο έγγραφα με score μεγαλύτερο ή ίσο με το ελάχιστο score.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Σημείωση: Αν ορίσετε ένα ελάχιστο score, η αναζήτηση θα επιστρέψει μόνο έγγραφα με score μεγαλύτερο ή ίσο με το ελάχιστο score.",
|
||||||
"Notes": "Σημειώσεις",
|
"Notes": "Σημειώσεις",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "Ανάγνωση Φωναχτά",
|
"Read Aloud": "Ανάγνωση Φωναχτά",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Εγγραφή φωνής",
|
"Record voice": "Εγγραφή φωνής",
|
||||||
"Redirecting you to Open WebUI Community": "Μετακατεύθυνση στην Κοινότητα OpenWebUI",
|
"Redirecting you to Open WebUI Community": "Μετακατεύθυνση στην Κοινότητα OpenWebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "Αναζήτηση \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Αναζήτηση \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Αναζήτηση Γνώσης για \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Αναζήτηση Γνώσης για \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "URL Ερώτησης Searxng",
|
"Searxng Query URL": "URL Ερώτησης Searxng",
|
||||||
"See readme.md for instructions": "Δείτε readme.md για οδηγίες",
|
"See readme.md for instructions": "Δείτε readme.md για οδηγίες",
|
||||||
"See what's new": "Δείτε τι νέο υπάρχει",
|
"See what's new": "Δείτε τι νέο υπάρχει",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Αφαίρεση καρφίτσματος",
|
"Unpin": "Αφαίρεση καρφίτσματος",
|
||||||
"Unravel secrets": "Ξετυλίξτε μυστικά",
|
"Unravel secrets": "Ξετυλίξτε μυστικά",
|
||||||
"Untagged": "Χωρίς Ετικέτες",
|
"Untagged": "Χωρίς Ετικέτες",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Ενημέρωση",
|
"Update": "Ενημέρωση",
|
||||||
"Update and Copy Link": "Ενημέρωση και Αντιγραφή Συνδέσμου",
|
"Update and Copy Link": "Ενημέρωση και Αντιγραφή Συνδέσμου",
|
||||||
"Update for the latest features and improvements.": "Ενημέρωση για τις τελευταίες λειτουργίες και βελτιώσεις.",
|
"Update for the latest features and improvements.": "Ενημέρωση για τις τελευταίες λειτουργίες και βελτιώσεις.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
||||||
"(e.g. `sh webui.sh --api`)": "",
|
"(e.g. `sh webui.sh --api`)": "",
|
||||||
"(latest)": "",
|
"(latest)": "",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "",
|
"{{ models }}": "",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "",
|
"Bad Response": "",
|
||||||
"Banners": "",
|
"Banners": "",
|
||||||
"Base Model (From)": "",
|
"Base Model (From)": "",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "",
|
"Batch Size (num_batch)": "",
|
||||||
"before": "",
|
"before": "",
|
||||||
"Being lazy": "",
|
"Being lazy": "",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "",
|
"Brave Search API Key": "",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "",
|
"Create new key": "",
|
||||||
"Create new secret key": "",
|
"Create new secret key": "",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "",
|
"Created at": "",
|
||||||
"Created At": "",
|
"Created At": "",
|
||||||
"Created by": "",
|
"Created by": "",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "",
|
"Delete function?": "",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "",
|
"Delete prompt?": "",
|
||||||
"delete this link": "",
|
"delete this link": "",
|
||||||
"Delete tool?": "",
|
"Delete tool?": "",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "",
|
"Download Database": "",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "",
|
"Edit": "",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "",
|
"Enter Chunk Size": "",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "",
|
"General": "",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "",
|
"Generate Image": "",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "",
|
"Import Functions": "",
|
||||||
"Import Models": "",
|
"Import Models": "",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "",
|
"Import Prompts": "",
|
||||||
"Import Tools": "",
|
"Import Tools": "",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "",
|
"Manage Pipelines": "",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "",
|
"March": "",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "",
|
"Max Tokens (num_predict)": "",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "",
|
"New Chat": "",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "",
|
"New Password": "",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "",
|
"No content to speak": "",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "",
|
"No results found": "",
|
||||||
"No search query generated": "",
|
"No search query generated": "",
|
||||||
"No source available": "",
|
"No source available": "",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "",
|
"None": "",
|
||||||
"Not factually correct": "",
|
"Not factually correct": "",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "",
|
"Read Aloud": "",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "",
|
"Record voice": "",
|
||||||
"Redirecting you to Open WebUI Community": "",
|
"Redirecting you to Open WebUI Community": "",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "",
|
"Searching \"{{searchQuery}}\"": "",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "",
|
"Searxng Query URL": "",
|
||||||
"See readme.md for instructions": "",
|
"See readme.md for instructions": "",
|
||||||
"See what's new": "",
|
"See what's new": "",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "",
|
"Unpin": "",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "",
|
"Update": "",
|
||||||
"Update and Copy Link": "",
|
"Update and Copy Link": "",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
||||||
"(e.g. `sh webui.sh --api`)": "",
|
"(e.g. `sh webui.sh --api`)": "",
|
||||||
"(latest)": "",
|
"(latest)": "",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "",
|
"{{ models }}": "",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "",
|
"Bad Response": "",
|
||||||
"Banners": "",
|
"Banners": "",
|
||||||
"Base Model (From)": "",
|
"Base Model (From)": "",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "",
|
"Batch Size (num_batch)": "",
|
||||||
"before": "",
|
"before": "",
|
||||||
"Being lazy": "",
|
"Being lazy": "",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "",
|
"Brave Search API Key": "",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "",
|
"Create new key": "",
|
||||||
"Create new secret key": "",
|
"Create new secret key": "",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "",
|
"Created at": "",
|
||||||
"Created At": "",
|
"Created At": "",
|
||||||
"Created by": "",
|
"Created by": "",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "",
|
"Delete function?": "",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "",
|
"Delete prompt?": "",
|
||||||
"delete this link": "",
|
"delete this link": "",
|
||||||
"Delete tool?": "",
|
"Delete tool?": "",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "",
|
"Download Database": "",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "",
|
"Edit": "",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "",
|
"Enter Chunk Size": "",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "",
|
"General": "",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "",
|
"Generate Image": "",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "",
|
"Import Functions": "",
|
||||||
"Import Models": "",
|
"Import Models": "",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "",
|
"Import Prompts": "",
|
||||||
"Import Tools": "",
|
"Import Tools": "",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "",
|
"Manage Pipelines": "",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "",
|
"March": "",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "",
|
"Max Tokens (num_predict)": "",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "",
|
"New Chat": "",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "",
|
"New Password": "",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "",
|
"No content to speak": "",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "",
|
"No results found": "",
|
||||||
"No search query generated": "",
|
"No search query generated": "",
|
||||||
"No source available": "",
|
"No source available": "",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "",
|
"None": "",
|
||||||
"Not factually correct": "",
|
"Not factually correct": "",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "",
|
"Read Aloud": "",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "",
|
"Record voice": "",
|
||||||
"Redirecting you to Open WebUI Community": "",
|
"Redirecting you to Open WebUI Community": "",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "",
|
"Searching \"{{searchQuery}}\"": "",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "",
|
"Searxng Query URL": "",
|
||||||
"See readme.md for instructions": "",
|
"See readme.md for instructions": "",
|
||||||
"See what's new": "",
|
"See what's new": "",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "",
|
"Unpin": "",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "",
|
"Update": "",
|
||||||
"Update and Copy Link": "",
|
"Update and Copy Link": "",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(p.ej. `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(p.ej. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(p.ej. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(p.ej. `sh webui.sh --api`)",
|
||||||
"(latest)": "(último)",
|
"(latest)": "(último)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "(Ollama)",
|
"(Ollama)": "(Ollama)",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Mala Respuesta",
|
"Bad Response": "Mala Respuesta",
|
||||||
"Banners": "Banners",
|
"Banners": "Banners",
|
||||||
"Base Model (From)": "Modelo Base (desde)",
|
"Base Model (From)": "Modelo Base (desde)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Tamaño de Lote (num_batch)",
|
"Batch Size (num_batch)": "Tamaño de Lote (num_batch)",
|
||||||
"before": "antes",
|
"before": "antes",
|
||||||
"Being lazy": "Ser perezoso",
|
"Being lazy": "Ser perezoso",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Clave de Suscripción de Bing Search V7",
|
"Bing Search V7 Subscription Key": "Clave de Suscripción de Bing Search V7",
|
||||||
"Bocha Search API Key": "Clave API de Bocha Search",
|
"Bocha Search API Key": "Clave API de Bocha Search",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Impulsando o penalizando tokens específicos para respuestas restringidas. Los valores de sesgo se limitarán entre -100 y 100 (inclusive). (Por defecto: ninguno)",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Impulsando o penalizando tokens específicos para respuestas restringidas. Los valores de sesgo se limitarán entre -100 y 100 (inclusive). (Por defecto: ninguno)",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Clave API de Brave Search",
|
"Brave Search API Key": "Clave API de Brave Search",
|
||||||
"By {{name}}": "Por {{name}}",
|
"By {{name}}": "Por {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "Evitar Incrustración y Recuperación",
|
"Bypass Embedding and Retrieval": "Evitar Incrustración y Recuperación",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Crear Conocimiento",
|
"Create Knowledge": "Crear Conocimiento",
|
||||||
"Create new key": "Crear Nueva Clave",
|
"Create new key": "Crear Nueva Clave",
|
||||||
"Create new secret key": "Crear Nueva Clave Secreta",
|
"Create new secret key": "Crear Nueva Clave Secreta",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Creado en",
|
"Created at": "Creado en",
|
||||||
"Created At": "Creado En",
|
"Created At": "Creado En",
|
||||||
"Created by": "Creado por",
|
"Created by": "Creado por",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Borrar la función?",
|
"Delete function?": "Borrar la función?",
|
||||||
"Delete Message": "Borrar mensaje",
|
"Delete Message": "Borrar mensaje",
|
||||||
"Delete message?": "¿Borrar mensaje?",
|
"Delete message?": "¿Borrar mensaje?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "¿Borrar el indicador?",
|
"Delete prompt?": "¿Borrar el indicador?",
|
||||||
"delete this link": "Borrar este enlace",
|
"delete this link": "Borrar este enlace",
|
||||||
"Delete tool?": "¿Borrar la herramienta?",
|
"Delete tool?": "¿Borrar la herramienta?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Descargar Base de Datos",
|
"Download Database": "Descargar Base de Datos",
|
||||||
"Drag and drop a file to upload or select a file to view": "Arrastra y suelta un archivo para subirlo o selecciona uno para verlo",
|
"Drag and drop a file to upload or select a file to view": "Arrastra y suelta un archivo para subirlo o selecciona uno para verlo",
|
||||||
"Draw": "Dibujar",
|
"Draw": "Dibujar",
|
||||||
"Drop any files here to add to the conversation": "Suelta cualquier archivo aquí para añadirlo a la conversación",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "p.ej. '30s','10m'. Unidades de tiempo válidas son 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "p.ej. '30s','10m'. Unidades de tiempo válidas son 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "p.ej. \"json\" o un esquema JSON",
|
"e.g. \"json\" or a JSON schema": "p.ej. \"json\" o un esquema JSON",
|
||||||
"e.g. 60": "p.ej. 60",
|
"e.g. 60": "p.ej. 60",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "p.ej. mi_filtro",
|
"e.g. my_filter": "p.ej. mi_filtro",
|
||||||
"e.g. my_tools": "p.ej. mis_herramientas",
|
"e.g. my_tools": "p.ej. mis_herramientas",
|
||||||
"e.g. Tools for performing various operations": "p.ej. Herramientas para realizar varias operaciones",
|
"e.g. Tools for performing various operations": "p.ej. Herramientas para realizar varias operaciones",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "p. ej., en-US,ja-JP (dejar en blanco para detectar automáticamente)",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "p. ej., en-US,ja-JP (dejar en blanco para detectar automáticamente)",
|
||||||
"Edit": "Editar",
|
"Edit": "Editar",
|
||||||
"Edit Arena Model": "Editar Modelo en Arena",
|
"Edit Arena Model": "Editar Modelo en Arena",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Ingresar el Tamaño del Fragmento",
|
"Enter Chunk Size": "Ingresar el Tamaño del Fragmento",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Ingresar pares \"token:valor_sesgo\" separados por comas (ejemplo: 5432:100, 413:-100)",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Ingresar pares \"token:valor_sesgo\" separados por comas (ejemplo: 5432:100, 413:-100)",
|
||||||
"Enter description": "Ingresar Descripción",
|
"Enter description": "Ingresar Descripción",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "Ingresar URL del Servidor Docling",
|
"Enter Docling Server URL": "Ingresar URL del Servidor Docling",
|
||||||
"Enter Document Intelligence Endpoint": "Ingresar el Endpoint de Azure Document Intelligence",
|
"Enter Document Intelligence Endpoint": "Ingresar el Endpoint de Azure Document Intelligence",
|
||||||
"Enter Document Intelligence Key": "Ingresar Clave de Azure Document Intelligence",
|
"Enter Document Intelligence Key": "Ingresar Clave de Azure Document Intelligence",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "Config API Gemini",
|
"Gemini API Config": "Config API Gemini",
|
||||||
"Gemini API Key is required.": "Se requiere Clave API de Gemini.",
|
"Gemini API Key is required.": "Se requiere Clave API de Gemini.",
|
||||||
"General": "General",
|
"General": "General",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "Generar una imagen",
|
"Generate an image": "Generar una imagen",
|
||||||
"Generate Image": "Generar imagen",
|
"Generate Image": "Generar imagen",
|
||||||
"Generate prompt pair": "Generar par de indicadores",
|
"Generate prompt pair": "Generar par de indicadores",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Importar Config desde Archivo JSON",
|
"Import Config from JSON File": "Importar Config desde Archivo JSON",
|
||||||
"Import Functions": "Importar Funciones",
|
"Import Functions": "Importar Funciones",
|
||||||
"Import Models": "Importar Modelos",
|
"Import Models": "Importar Modelos",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Importar Preajustes",
|
"Import Presets": "Importar Preajustes",
|
||||||
"Import Prompts": "Importar Indicadores",
|
"Import Prompts": "Importar Indicadores",
|
||||||
"Import Tools": "Importar Herramientas",
|
"Import Tools": "Importar Herramientas",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Gestionar Tuberías",
|
"Manage Pipelines": "Gestionar Tuberías",
|
||||||
"Manage Tool Servers": "Gestionar Servidores de Herramientas",
|
"Manage Tool Servers": "Gestionar Servidores de Herramientas",
|
||||||
"March": "Marzo",
|
"March": "Marzo",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Máx Tokens (num_predict)",
|
"Max Tokens (num_predict)": "Máx Tokens (num_predict)",
|
||||||
"Max Upload Count": "Número Max de Subidas",
|
"Max Upload Count": "Número Max de Subidas",
|
||||||
"Max Upload Size": "Tamaño Max de Subidas",
|
"Max Upload Size": "Tamaño Max de Subidas",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "Nativo",
|
"Native": "Nativo",
|
||||||
"New Chat": "Nuevo Chat",
|
"New Chat": "Nuevo Chat",
|
||||||
"New Folder": "Nueva Carpeta",
|
"New Folder": "Nueva Carpeta",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Nueva Contraseña",
|
"New Password": "Nueva Contraseña",
|
||||||
"new-channel": "nuevo-canal",
|
"new-channel": "nuevo-canal",
|
||||||
|
"No content": "",
|
||||||
"No content found": "No se encontró contenido",
|
"No content found": "No se encontró contenido",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "No hay contenido para hablar",
|
"No content to speak": "No hay contenido para hablar",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "No hay IDs de modelo",
|
"No model IDs": "No hay IDs de modelo",
|
||||||
"No models found": "No se encontraron modelos",
|
"No models found": "No se encontraron modelos",
|
||||||
"No models selected": "No se seleccionaron modelos",
|
"No models selected": "No se seleccionaron modelos",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "No se encontraron resultados",
|
"No results found": "No se encontraron resultados",
|
||||||
"No search query generated": "No se generó ninguna consulta de búsqueda",
|
"No search query generated": "No se generó ninguna consulta de búsqueda",
|
||||||
"No source available": "No hay fuente disponible",
|
"No source available": "No hay fuente disponible",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Ninguno",
|
"None": "Ninguno",
|
||||||
"Not factually correct": "No es correcto en todos los aspectos",
|
"Not factually correct": "No es correcto en todos los aspectos",
|
||||||
"Not helpful": "No aprovechable",
|
"Not helpful": "No aprovechable",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si estableces una puntuación mínima, la búsqueda sólo devolverá documentos con una puntuación mayor o igual a la puntuación mínima establecida.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si estableces una puntuación mínima, la búsqueda sólo devolverá documentos con una puntuación mayor o igual a la puntuación mínima establecida.",
|
||||||
"Notes": "Notas",
|
"Notes": "Notas",
|
||||||
"Notification Sound": "Notificación Sonora",
|
"Notification Sound": "Notificación Sonora",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "Leer",
|
"Read": "Leer",
|
||||||
"Read Aloud": "Leer en voz alta",
|
"Read Aloud": "Leer en voz alta",
|
||||||
"Reasoning Effort": "Esfuerzo del Razonamiento",
|
"Reasoning Effort": "Esfuerzo del Razonamiento",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Grabar voz",
|
"Record voice": "Grabar voz",
|
||||||
"Redirecting you to Open WebUI Community": "Redireccionando a la Comunidad Open-WebUI",
|
"Redirecting you to Open WebUI Community": "Redireccionando a la Comunidad Open-WebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Reduce la probabilidad de generación sin sentido. Un valor más alto (p.ej. 100) dará respuestas más diversas, mientras que un valor más bajo (p.ej. 10) será más conservador.",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Reduce la probabilidad de generación sin sentido. Un valor más alto (p.ej. 100) dará respuestas más diversas, mientras que un valor más bajo (p.ej. 10) será más conservador.",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "{{count}} sitios buscados",
|
"Searched {{count}} sites": "{{count}} sitios buscados",
|
||||||
"Searching \"{{searchQuery}}\"": "Buscando \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Buscando \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Buscando \"{{searchQuery}}\" en Conocimiento",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Buscando \"{{searchQuery}}\" en Conocimiento",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng URL de Consulta",
|
"Searxng Query URL": "Searxng URL de Consulta",
|
||||||
"See readme.md for instructions": "Ver readme.md para instrucciones",
|
"See readme.md for instructions": "Ver readme.md para instrucciones",
|
||||||
"See what's new": "Ver las novedades",
|
"See what's new": "Ver las novedades",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Desfijar",
|
"Unpin": "Desfijar",
|
||||||
"Unravel secrets": "Desentrañar secretos",
|
"Unravel secrets": "Desentrañar secretos",
|
||||||
"Untagged": "Desetiquetado",
|
"Untagged": "Desetiquetado",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Actualizar",
|
"Update": "Actualizar",
|
||||||
"Update and Copy Link": "Actualizar y Copiar Enlace",
|
"Update and Copy Link": "Actualizar y Copiar Enlace",
|
||||||
"Update for the latest features and improvements.": "Actualizar para las últimas características y mejoras.",
|
"Update for the latest features and improvements.": "Actualizar para las últimas características y mejoras.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(nt `sh webui.sh --api --api-auth kasutajanimi_parool`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(nt `sh webui.sh --api --api-auth kasutajanimi_parool`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(nt `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(nt `sh webui.sh --api`)",
|
||||||
"(latest)": "(uusim)",
|
"(latest)": "(uusim)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ mudelid }}",
|
"{{ models }}": "{{ mudelid }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Halb vastus",
|
"Bad Response": "Halb vastus",
|
||||||
"Banners": "Bännerid",
|
"Banners": "Bännerid",
|
||||||
"Base Model (From)": "Baas mudel (Allikas)",
|
"Base Model (From)": "Baas mudel (Allikas)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Partii suurus (num_batch)",
|
"Batch Size (num_batch)": "Partii suurus (num_batch)",
|
||||||
"before": "enne",
|
"before": "enne",
|
||||||
"Being lazy": "Laisklemine",
|
"Being lazy": "Laisklemine",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Bing Search V7 tellimuse võti",
|
"Bing Search V7 Subscription Key": "Bing Search V7 tellimuse võti",
|
||||||
"Bocha Search API Key": "Bocha otsingu API võti",
|
"Bocha Search API Key": "Bocha otsingu API võti",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Konkreetsete tokenite võimendamine või karistamine piiratud vastuste jaoks. Kallutatuse väärtused piiratakse vahemikku -100 kuni 100 (kaasa arvatud). (Vaikimisi: puudub)",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Konkreetsete tokenite võimendamine või karistamine piiratud vastuste jaoks. Kallutatuse väärtused piiratakse vahemikku -100 kuni 100 (kaasa arvatud). (Vaikimisi: puudub)",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Brave Search API võti",
|
"Brave Search API Key": "Brave Search API võti",
|
||||||
"By {{name}}": "Autor: {{name}}",
|
"By {{name}}": "Autor: {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "Möödaminek sisestamisest ja taastamisest",
|
"Bypass Embedding and Retrieval": "Möödaminek sisestamisest ja taastamisest",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Loo teadmised",
|
"Create Knowledge": "Loo teadmised",
|
||||||
"Create new key": "Loo uus võti",
|
"Create new key": "Loo uus võti",
|
||||||
"Create new secret key": "Loo uus salavõti",
|
"Create new secret key": "Loo uus salavõti",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Loomise aeg",
|
"Created at": "Loomise aeg",
|
||||||
"Created At": "Loomise aeg",
|
"Created At": "Loomise aeg",
|
||||||
"Created by": "Autor",
|
"Created by": "Autor",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Kustutada funktsioon?",
|
"Delete function?": "Kustutada funktsioon?",
|
||||||
"Delete Message": "Kustuta sõnum",
|
"Delete Message": "Kustuta sõnum",
|
||||||
"Delete message?": "Kustutada sõnum?",
|
"Delete message?": "Kustutada sõnum?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Kustutada vihjed?",
|
"Delete prompt?": "Kustutada vihjed?",
|
||||||
"delete this link": "kustuta see link",
|
"delete this link": "kustuta see link",
|
||||||
"Delete tool?": "Kustutada tööriist?",
|
"Delete tool?": "Kustutada tööriist?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Laadi alla andmebaas",
|
"Download Database": "Laadi alla andmebaas",
|
||||||
"Drag and drop a file to upload or select a file to view": "Lohistage ja kukutage fail üleslaadimiseks või valige fail vaatamiseks",
|
"Drag and drop a file to upload or select a file to view": "Lohistage ja kukutage fail üleslaadimiseks või valige fail vaatamiseks",
|
||||||
"Draw": "Joonista",
|
"Draw": "Joonista",
|
||||||
"Drop any files here to add to the conversation": "Lohistage siia mistahes failid, et lisada need vestlusele",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "nt '30s', '10m'. Kehtivad ajaühikud on 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "nt '30s', '10m'. Kehtivad ajaühikud on 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "nt 60",
|
"e.g. 60": "nt 60",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "nt minu_filter",
|
"e.g. my_filter": "nt minu_filter",
|
||||||
"e.g. my_tools": "nt minu_toriistad",
|
"e.g. my_tools": "nt minu_toriistad",
|
||||||
"e.g. Tools for performing various operations": "nt tööriistad mitmesuguste operatsioonide teostamiseks",
|
"e.g. Tools for performing various operations": "nt tööriistad mitmesuguste operatsioonide teostamiseks",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Muuda",
|
"Edit": "Muuda",
|
||||||
"Edit Arena Model": "Muuda Areena mudelit",
|
"Edit Arena Model": "Muuda Areena mudelit",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Sisestage tüki suurus",
|
"Enter Chunk Size": "Sisestage tüki suurus",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Sisestage komadega eraldatud \"token:kallutuse_väärtus\" paarid (näide: 5432:100, 413:-100)",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Sisestage komadega eraldatud \"token:kallutuse_väärtus\" paarid (näide: 5432:100, 413:-100)",
|
||||||
"Enter description": "Sisestage kirjeldus",
|
"Enter description": "Sisestage kirjeldus",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "Sisestage dokumendi intelligentsuse lõpp-punkt",
|
"Enter Document Intelligence Endpoint": "Sisestage dokumendi intelligentsuse lõpp-punkt",
|
||||||
"Enter Document Intelligence Key": "Sisestage dokumendi intelligentsuse võti",
|
"Enter Document Intelligence Key": "Sisestage dokumendi intelligentsuse võti",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "Gemini API seadistus",
|
"Gemini API Config": "Gemini API seadistus",
|
||||||
"Gemini API Key is required.": "Gemini API võti on nõutav.",
|
"Gemini API Key is required.": "Gemini API võti on nõutav.",
|
||||||
"General": "Üldine",
|
"General": "Üldine",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "Genereeri pilt",
|
"Generate an image": "Genereeri pilt",
|
||||||
"Generate Image": "Genereeri pilt",
|
"Generate Image": "Genereeri pilt",
|
||||||
"Generate prompt pair": "Genereeri vihjete paar",
|
"Generate prompt pair": "Genereeri vihjete paar",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Impordi seadistus JSON-failist",
|
"Import Config from JSON File": "Impordi seadistus JSON-failist",
|
||||||
"Import Functions": "Impordi funktsioonid",
|
"Import Functions": "Impordi funktsioonid",
|
||||||
"Import Models": "Impordi mudelid",
|
"Import Models": "Impordi mudelid",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Impordi eelseadistused",
|
"Import Presets": "Impordi eelseadistused",
|
||||||
"Import Prompts": "Impordi vihjed",
|
"Import Prompts": "Impordi vihjed",
|
||||||
"Import Tools": "Impordi tööriistad",
|
"Import Tools": "Impordi tööriistad",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Halda torustikke",
|
"Manage Pipelines": "Halda torustikke",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Märts",
|
"March": "Märts",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Max tokeneid (num_predict)",
|
"Max Tokens (num_predict)": "Max tokeneid (num_predict)",
|
||||||
"Max Upload Count": "Maksimaalne üleslaadimiste arv",
|
"Max Upload Count": "Maksimaalne üleslaadimiste arv",
|
||||||
"Max Upload Size": "Maksimaalne üleslaadimise suurus",
|
"Max Upload Size": "Maksimaalne üleslaadimise suurus",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "Omane",
|
"Native": "Omane",
|
||||||
"New Chat": "Uus vestlus",
|
"New Chat": "Uus vestlus",
|
||||||
"New Folder": "Uus kaust",
|
"New Folder": "Uus kaust",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Uus parool",
|
"New Password": "Uus parool",
|
||||||
"new-channel": "uus-kanal",
|
"new-channel": "uus-kanal",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Sisu ei leitud",
|
"No content found": "Sisu ei leitud",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Pole mida rääkida",
|
"No content to speak": "Pole mida rääkida",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "Mudeli ID-d puuduvad",
|
"No model IDs": "Mudeli ID-d puuduvad",
|
||||||
"No models found": "Mudeleid ei leitud",
|
"No models found": "Mudeleid ei leitud",
|
||||||
"No models selected": "Mudeleid pole valitud",
|
"No models selected": "Mudeleid pole valitud",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Tulemusi ei leitud",
|
"No results found": "Tulemusi ei leitud",
|
||||||
"No search query generated": "Otsingupäringut ei genereeritud",
|
"No search query generated": "Otsingupäringut ei genereeritud",
|
||||||
"No source available": "Allikas pole saadaval",
|
"No source available": "Allikas pole saadaval",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Mitte ühtegi",
|
"None": "Mitte ühtegi",
|
||||||
"Not factually correct": "Faktiliselt ebakorrektne",
|
"Not factually correct": "Faktiliselt ebakorrektne",
|
||||||
"Not helpful": "Pole abistav",
|
"Not helpful": "Pole abistav",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Märkus: kui määrate minimaalse skoori, tagastab otsing ainult dokumendid, mille skoor on suurem või võrdne minimaalse skooriga.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Märkus: kui määrate minimaalse skoori, tagastab otsing ainult dokumendid, mille skoor on suurem või võrdne minimaalse skooriga.",
|
||||||
"Notes": "Märkmed",
|
"Notes": "Märkmed",
|
||||||
"Notification Sound": "Teavituse heli",
|
"Notification Sound": "Teavituse heli",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "Loe",
|
"Read": "Loe",
|
||||||
"Read Aloud": "Loe valjult",
|
"Read Aloud": "Loe valjult",
|
||||||
"Reasoning Effort": "Arutluspingutus",
|
"Reasoning Effort": "Arutluspingutus",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Salvesta hääl",
|
"Record voice": "Salvesta hääl",
|
||||||
"Redirecting you to Open WebUI Community": "Suunamine Open WebUI kogukonda",
|
"Redirecting you to Open WebUI Community": "Suunamine Open WebUI kogukonda",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Vähendab mõttetuste genereerimise tõenäosust. Kõrgem väärtus (nt 100) annab mitmekesisemaid vastuseid, samas kui madalam väärtus (nt 10) on konservatiivsem.",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Vähendab mõttetuste genereerimise tõenäosust. Kõrgem väärtus (nt 100) annab mitmekesisemaid vastuseid, samas kui madalam väärtus (nt 10) on konservatiivsem.",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "Otsiti {{count}} saidilt",
|
"Searched {{count}} sites": "Otsiti {{count}} saidilt",
|
||||||
"Searching \"{{searchQuery}}\"": "Otsimine: \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Otsimine: \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Teadmistest otsimine: \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Teadmistest otsimine: \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng päringu URL",
|
"Searxng Query URL": "Searxng päringu URL",
|
||||||
"See readme.md for instructions": "Juhiste saamiseks vaadake readme.md",
|
"See readme.md for instructions": "Juhiste saamiseks vaadake readme.md",
|
||||||
"See what's new": "Vaata, mis on uut",
|
"See what's new": "Vaata, mis on uut",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Võta lahti",
|
"Unpin": "Võta lahti",
|
||||||
"Unravel secrets": "Ava saladused",
|
"Unravel secrets": "Ava saladused",
|
||||||
"Untagged": "Sildistamata",
|
"Untagged": "Sildistamata",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Uuenda",
|
"Update": "Uuenda",
|
||||||
"Update and Copy Link": "Uuenda ja kopeeri link",
|
"Update and Copy Link": "Uuenda ja kopeeri link",
|
||||||
"Update for the latest features and improvements.": "Uuendage, et saada uusimad funktsioonid ja täiustused.",
|
"Update for the latest features and improvements.": "Uuendage, et saada uusimad funktsioonid ja täiustused.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(adib. `sh webui.sh --api --api-auth erabiltzaile_pasahitza`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(adib. `sh webui.sh --api --api-auth erabiltzaile_pasahitza`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(adib. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(adib. `sh webui.sh --api`)",
|
||||||
"(latest)": "(azkena)",
|
"(latest)": "(azkena)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Erantzun Txarra",
|
"Bad Response": "Erantzun Txarra",
|
||||||
"Banners": "Bannerrak",
|
"Banners": "Bannerrak",
|
||||||
"Base Model (From)": "Oinarrizko Eredua (Nondik)",
|
"Base Model (From)": "Oinarrizko Eredua (Nondik)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Batch Tamaina (num_batch)",
|
"Batch Size (num_batch)": "Batch Tamaina (num_batch)",
|
||||||
"before": "aurretik",
|
"before": "aurretik",
|
||||||
"Being lazy": "Alferra izatea",
|
"Being lazy": "Alferra izatea",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Bing Bilaketa V7 Harpidetza Gakoa",
|
"Bing Search V7 Subscription Key": "Bing Bilaketa V7 Harpidetza Gakoa",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Brave Bilaketa API Gakoa",
|
"Brave Search API Key": "Brave Bilaketa API Gakoa",
|
||||||
"By {{name}}": "{{name}}-k",
|
"By {{name}}": "{{name}}-k",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Sortu Ezagutza",
|
"Create Knowledge": "Sortu Ezagutza",
|
||||||
"Create new key": "Sortu gako berria",
|
"Create new key": "Sortu gako berria",
|
||||||
"Create new secret key": "Sortu gako sekretu berria",
|
"Create new secret key": "Sortu gako sekretu berria",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Sortze data",
|
"Created at": "Sortze data",
|
||||||
"Created At": "Sortze Data",
|
"Created At": "Sortze Data",
|
||||||
"Created by": "Sortzailea",
|
"Created by": "Sortzailea",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Ezabatu funtzioa?",
|
"Delete function?": "Ezabatu funtzioa?",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Ezabatu prompta?",
|
"Delete prompt?": "Ezabatu prompta?",
|
||||||
"delete this link": "ezabatu esteka hau",
|
"delete this link": "ezabatu esteka hau",
|
||||||
"Delete tool?": "Ezabatu tresna?",
|
"Delete tool?": "Ezabatu tresna?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Deskargatu Datu-basea",
|
"Download Database": "Deskargatu Datu-basea",
|
||||||
"Drag and drop a file to upload or select a file to view": "Arrastatu eta jaregin fitxategi bat igotzeko edo hautatu fitxategi bat ikusteko",
|
"Drag and drop a file to upload or select a file to view": "Arrastatu eta jaregin fitxategi bat igotzeko edo hautatu fitxategi bat ikusteko",
|
||||||
"Draw": "Marraztu",
|
"Draw": "Marraztu",
|
||||||
"Drop any files here to add to the conversation": "Jaregin edozein fitxategi hemen elkarrizketara gehitzeko",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "adib. '30s','10m'. Denbora unitate baliodunak dira 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "adib. '30s','10m'. Denbora unitate baliodunak dira 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "adib. nire_iragazkia",
|
"e.g. my_filter": "adib. nire_iragazkia",
|
||||||
"e.g. my_tools": "adib. nire_tresnak",
|
"e.g. my_tools": "adib. nire_tresnak",
|
||||||
"e.g. Tools for performing various operations": "adib. Hainbat eragiketa egiteko tresnak",
|
"e.g. Tools for performing various operations": "adib. Hainbat eragiketa egiteko tresnak",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Editatu",
|
"Edit": "Editatu",
|
||||||
"Edit Arena Model": "Editatu Arena Eredua",
|
"Edit Arena Model": "Editatu Arena Eredua",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Sartu Zati Tamaina",
|
"Enter Chunk Size": "Sartu Zati Tamaina",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "Sartu deskribapena",
|
"Enter description": "Sartu deskribapena",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Orokorra",
|
"General": "Orokorra",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "Sortu Irudia",
|
"Generate Image": "Sortu Irudia",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Inportatu Konfigurazioa JSON Fitxategitik",
|
"Import Config from JSON File": "Inportatu Konfigurazioa JSON Fitxategitik",
|
||||||
"Import Functions": "Inportatu Funtzioak",
|
"Import Functions": "Inportatu Funtzioak",
|
||||||
"Import Models": "Inportatu Ereduak",
|
"Import Models": "Inportatu Ereduak",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Inportatu Aurrezarpenak",
|
"Import Presets": "Inportatu Aurrezarpenak",
|
||||||
"Import Prompts": "Inportatu Promptak",
|
"Import Prompts": "Inportatu Promptak",
|
||||||
"Import Tools": "Inportatu Tresnak",
|
"Import Tools": "Inportatu Tresnak",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Kudeatu Pipeline-ak",
|
"Manage Pipelines": "Kudeatu Pipeline-ak",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Martxoa",
|
"March": "Martxoa",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Token maximoak (num_predict)",
|
"Max Tokens (num_predict)": "Token maximoak (num_predict)",
|
||||||
"Max Upload Count": "Karga kopuru maximoa",
|
"Max Upload Count": "Karga kopuru maximoa",
|
||||||
"Max Upload Size": "Karga tamaina maximoa",
|
"Max Upload Size": "Karga tamaina maximoa",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "Txat berria",
|
"New Chat": "Txat berria",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Pasahitz berria",
|
"New Password": "Pasahitz berria",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Ez da edukirik aurkitu",
|
"No content found": "Ez da edukirik aurkitu",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Ez dago hitz egiteko edukirik",
|
"No content to speak": "Ez dago hitz egiteko edukirik",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "Ez dago modelo IDrik",
|
"No model IDs": "Ez dago modelo IDrik",
|
||||||
"No models found": "Ez da modelorik aurkitu",
|
"No models found": "Ez da modelorik aurkitu",
|
||||||
"No models selected": "Ez da modelorik hautatu",
|
"No models selected": "Ez da modelorik hautatu",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Ez da emaitzarik aurkitu",
|
"No results found": "Ez da emaitzarik aurkitu",
|
||||||
"No search query generated": "Ez da bilaketa kontsultarik sortu",
|
"No search query generated": "Ez da bilaketa kontsultarik sortu",
|
||||||
"No source available": "Ez dago iturririk eskuragarri",
|
"No source available": "Ez dago iturririk eskuragarri",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Bat ere ez",
|
"None": "Bat ere ez",
|
||||||
"Not factually correct": "Ez da faktikoki zuzena",
|
"Not factually correct": "Ez da faktikoki zuzena",
|
||||||
"Not helpful": "Ez da lagungarria",
|
"Not helpful": "Ez da lagungarria",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Oharra: Gutxieneko puntuazio bat ezartzen baduzu, bilaketak gutxieneko puntuazioa baino handiagoa edo berdina duten dokumentuak soilik itzuliko ditu.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Oharra: Gutxieneko puntuazio bat ezartzen baduzu, bilaketak gutxieneko puntuazioa baino handiagoa edo berdina duten dokumentuak soilik itzuliko ditu.",
|
||||||
"Notes": "Oharrak",
|
"Notes": "Oharrak",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "Irakurri ozen",
|
"Read Aloud": "Irakurri ozen",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Grabatu ahotsa",
|
"Record voice": "Grabatu ahotsa",
|
||||||
"Redirecting you to Open WebUI Community": "OpenWebUI Komunitatera berbideratzen",
|
"Redirecting you to Open WebUI Community": "OpenWebUI Komunitatera berbideratzen",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" bilatzen",
|
"Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" bilatzen",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\"rentzako ezagutza bilatzen",
|
"Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\"rentzako ezagutza bilatzen",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng kontsulta URLa",
|
"Searxng Query URL": "Searxng kontsulta URLa",
|
||||||
"See readme.md for instructions": "Ikusi readme.md argibideetarako",
|
"See readme.md for instructions": "Ikusi readme.md argibideetarako",
|
||||||
"See what's new": "Ikusi berritasunak",
|
"See what's new": "Ikusi berritasunak",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Kendu aingura",
|
"Unpin": "Kendu aingura",
|
||||||
"Unravel secrets": "Askatu sekretuak",
|
"Unravel secrets": "Askatu sekretuak",
|
||||||
"Untagged": "Etiketatu gabea",
|
"Untagged": "Etiketatu gabea",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Eguneratu",
|
"Update": "Eguneratu",
|
||||||
"Update and Copy Link": "Eguneratu eta kopiatu esteka",
|
"Update and Copy Link": "Eguneratu eta kopiatu esteka",
|
||||||
"Update for the latest features and improvements.": "Eguneratu azken ezaugarri eta hobekuntzak izateko.",
|
"Update for the latest features and improvements.": "Eguneratu azken ezaugarri eta hobekuntzak izateko.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(مثال: `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(مثال: `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)",
|
||||||
"(latest)": "(آخرین)",
|
"(latest)": "(آخرین)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "(ollama)",
|
"(Ollama)": "(ollama)",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "{{COUNT}} ابزار موجود",
|
"{{COUNT}} Available Tools": "{{COUNT}} ابزار موجود",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "پاسخ خوب نیست",
|
"Bad Response": "پاسخ خوب نیست",
|
||||||
"Banners": "بنر",
|
"Banners": "بنر",
|
||||||
"Base Model (From)": "مدل پایه (از)",
|
"Base Model (From)": "مدل پایه (از)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "اندازه دسته (num_batch)",
|
"Batch Size (num_batch)": "اندازه دسته (num_batch)",
|
||||||
"before": "قبل",
|
"before": "قبل",
|
||||||
"Being lazy": "حالت سازنده",
|
"Being lazy": "حالت سازنده",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "کلید اشتراک جستجوی Bing V7",
|
"Bing Search V7 Subscription Key": "کلید اشتراک جستجوی Bing V7",
|
||||||
"Bocha Search API Key": "کلید API جستجوی Bocha",
|
"Bocha Search API Key": "کلید API جستجوی Bocha",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "تقویت یا جریمه توکن\u200cهای خاص برای پاسخ\u200cهای محدود. مقادیر بایاس بین -100 و 100 (شامل) محدود خواهند شد. (پیش\u200cفرض: هیچ)",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "تقویت یا جریمه توکن\u200cهای خاص برای پاسخ\u200cهای محدود. مقادیر بایاس بین -100 و 100 (شامل) محدود خواهند شد. (پیش\u200cفرض: هیچ)",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "کلید API جستجوی شجاع",
|
"Brave Search API Key": "کلید API جستجوی شجاع",
|
||||||
"By {{name}}": "توسط {{name}}",
|
"By {{name}}": "توسط {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "دور زدن جاسازی و بازیابی",
|
"Bypass Embedding and Retrieval": "دور زدن جاسازی و بازیابی",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "ایجاد دانش",
|
"Create Knowledge": "ایجاد دانش",
|
||||||
"Create new key": "ساخت کلید جدید",
|
"Create new key": "ساخت کلید جدید",
|
||||||
"Create new secret key": "ساخت کلید مخفی جدید",
|
"Create new secret key": "ساخت کلید مخفی جدید",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "ایجاد شده در",
|
"Created at": "ایجاد شده در",
|
||||||
"Created At": "ایجاد شده در",
|
"Created At": "ایجاد شده در",
|
||||||
"Created by": "ایجاد شده توسط",
|
"Created by": "ایجاد شده توسط",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "تابع حذف شود؟",
|
"Delete function?": "تابع حذف شود؟",
|
||||||
"Delete Message": "حذف پیام",
|
"Delete Message": "حذف پیام",
|
||||||
"Delete message?": "پیام حذف شود؟",
|
"Delete message?": "پیام حذف شود؟",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "پرامپت حذف شود؟",
|
"Delete prompt?": "پرامپت حذف شود؟",
|
||||||
"delete this link": "حذف این لینک",
|
"delete this link": "حذف این لینک",
|
||||||
"Delete tool?": "ابزار حذف شود؟",
|
"Delete tool?": "ابزار حذف شود؟",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "دانلود پایگاه داده",
|
"Download Database": "دانلود پایگاه داده",
|
||||||
"Drag and drop a file to upload or select a file to view": "یک فایل را برای آپلود بکشید و رها کنید یا برای مشاهده یک فایل را انتخاب کنید",
|
"Drag and drop a file to upload or select a file to view": "یک فایل را برای آپلود بکشید و رها کنید یا برای مشاهده یک فایل را انتخاب کنید",
|
||||||
"Draw": "رسم کردن",
|
"Draw": "رسم کردن",
|
||||||
"Drop any files here to add to the conversation": "هر فایلی را اینجا رها کنید تا به مکالمه اضافه شود",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "به طور مثال '30s','10m'. واحد\u200cهای زمانی معتبر 's', 'm', 'h' هستند.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "به طور مثال '30s','10m'. واحد\u200cهای زمانی معتبر 's', 'm', 'h' هستند.",
|
||||||
"e.g. \"json\" or a JSON schema": "مثلا \"json\" یا یک طرح JSON",
|
"e.g. \"json\" or a JSON schema": "مثلا \"json\" یا یک طرح JSON",
|
||||||
"e.g. 60": "مثلا 60",
|
"e.g. 60": "مثلا 60",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "مثلا my_filter",
|
"e.g. my_filter": "مثلا my_filter",
|
||||||
"e.g. my_tools": "مثلا my_tools",
|
"e.g. my_tools": "مثلا my_tools",
|
||||||
"e.g. Tools for performing various operations": "مثلا ابزارهایی برای انجام عملیات مختلف",
|
"e.g. Tools for performing various operations": "مثلا ابزارهایی برای انجام عملیات مختلف",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "مثلا en-US,ja-JP (برای تشخیص خودکار خالی بگذارید)",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "مثلا en-US,ja-JP (برای تشخیص خودکار خالی بگذارید)",
|
||||||
"Edit": "ویرایش",
|
"Edit": "ویرایش",
|
||||||
"Edit Arena Model": "ویرایش مدل آرنا",
|
"Edit Arena Model": "ویرایش مدل آرنا",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "مقدار Chunk Size را وارد کنید",
|
"Enter Chunk Size": "مقدار Chunk Size را وارد کنید",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "جفت\u200cهای \"توکن:مقدار_بایاس\" را با کاما جدا شده وارد کنید (مثال: 5432:100, 413:-100)",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "جفت\u200cهای \"توکن:مقدار_بایاس\" را با کاما جدا شده وارد کنید (مثال: 5432:100, 413:-100)",
|
||||||
"Enter description": "توضیحات را وارد کنید",
|
"Enter description": "توضیحات را وارد کنید",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "آدرس سرور Docling را وارد کنید",
|
"Enter Docling Server URL": "آدرس سرور Docling را وارد کنید",
|
||||||
"Enter Document Intelligence Endpoint": "نقطه پایانی هوش سند را وارد کنید",
|
"Enter Document Intelligence Endpoint": "نقطه پایانی هوش سند را وارد کنید",
|
||||||
"Enter Document Intelligence Key": "کلید هوش سند را وارد کنید",
|
"Enter Document Intelligence Key": "کلید هوش سند را وارد کنید",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "پیکربندی API جمینی",
|
"Gemini API Config": "پیکربندی API جمینی",
|
||||||
"Gemini API Key is required.": "کلید API جمینی مورد نیاز است.",
|
"Gemini API Key is required.": "کلید API جمینی مورد نیاز است.",
|
||||||
"General": "عمومی",
|
"General": "عمومی",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "تولید یک تصویر",
|
"Generate an image": "تولید یک تصویر",
|
||||||
"Generate Image": "تولید تصویر",
|
"Generate Image": "تولید تصویر",
|
||||||
"Generate prompt pair": "تولید جفت پرامپت",
|
"Generate prompt pair": "تولید جفت پرامپت",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "درون\u200cریزی از پروندهٔ JSON",
|
"Import Config from JSON File": "درون\u200cریزی از پروندهٔ JSON",
|
||||||
"Import Functions": "درون\u200cریزی توابع",
|
"Import Functions": "درون\u200cریزی توابع",
|
||||||
"Import Models": "درون\u200cریزی مدل\u200cها",
|
"Import Models": "درون\u200cریزی مدل\u200cها",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "درون\u200cریزی پیش\u200cتنظیم\u200cها",
|
"Import Presets": "درون\u200cریزی پیش\u200cتنظیم\u200cها",
|
||||||
"Import Prompts": "درون\u200cریزی پرامپت\u200cها",
|
"Import Prompts": "درون\u200cریزی پرامپت\u200cها",
|
||||||
"Import Tools": "درون\u200cریزی ابزارها",
|
"Import Tools": "درون\u200cریزی ابزارها",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "مدیریت خطوط لوله",
|
"Manage Pipelines": "مدیریت خطوط لوله",
|
||||||
"Manage Tool Servers": "مدیریت سرورهای ابزار",
|
"Manage Tool Servers": "مدیریت سرورهای ابزار",
|
||||||
"March": "مارچ",
|
"March": "مارچ",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "توکنهای بیشینه (num_predict)",
|
"Max Tokens (num_predict)": "توکنهای بیشینه (num_predict)",
|
||||||
"Max Upload Count": "حداکثر تعداد آپلود",
|
"Max Upload Count": "حداکثر تعداد آپلود",
|
||||||
"Max Upload Size": "حداکثر اندازه آپلود",
|
"Max Upload Size": "حداکثر اندازه آپلود",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "بومی",
|
"Native": "بومی",
|
||||||
"New Chat": "گپ جدید",
|
"New Chat": "گپ جدید",
|
||||||
"New Folder": "پوشه جدید",
|
"New Folder": "پوشه جدید",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "رمز عبور جدید",
|
"New Password": "رمز عبور جدید",
|
||||||
"new-channel": "کانال-جدید",
|
"new-channel": "کانال-جدید",
|
||||||
|
"No content": "",
|
||||||
"No content found": "محتوایی یافت نشد",
|
"No content found": "محتوایی یافت نشد",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "محتوایی برای خواندن وجود ندارد",
|
"No content to speak": "محتوایی برای خواندن وجود ندارد",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "شناسه مدلی وجود ندارد",
|
"No model IDs": "شناسه مدلی وجود ندارد",
|
||||||
"No models found": "مدلی یافت نشد",
|
"No models found": "مدلی یافت نشد",
|
||||||
"No models selected": "مدلی انتخاب نشده است",
|
"No models selected": "مدلی انتخاب نشده است",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "نتیجه\u200cای یافت نشد",
|
"No results found": "نتیجه\u200cای یافت نشد",
|
||||||
"No search query generated": "پرسوجوی جستجویی ایجاد نشده است",
|
"No search query generated": "پرسوجوی جستجویی ایجاد نشده است",
|
||||||
"No source available": "منبعی در دسترس نیست",
|
"No source available": "منبعی در دسترس نیست",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "هیچ کدام",
|
"None": "هیچ کدام",
|
||||||
"Not factually correct": "اشتباهی فکری نیست",
|
"Not factually correct": "اشتباهی فکری نیست",
|
||||||
"Not helpful": "مفید نیست",
|
"Not helpful": "مفید نیست",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "توجه: اگر حداقل نمره را تعیین کنید، جستجو تنها اسنادی را با نمره بیشتر یا برابر با حداقل نمره باز می گرداند.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "توجه: اگر حداقل نمره را تعیین کنید، جستجو تنها اسنادی را با نمره بیشتر یا برابر با حداقل نمره باز می گرداند.",
|
||||||
"Notes": "یادداشت\u200cها",
|
"Notes": "یادداشت\u200cها",
|
||||||
"Notification Sound": "صدای اعلان",
|
"Notification Sound": "صدای اعلان",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "خواندن",
|
"Read": "خواندن",
|
||||||
"Read Aloud": "خواندن به صورت صوتی",
|
"Read Aloud": "خواندن به صورت صوتی",
|
||||||
"Reasoning Effort": "تلاش استدلال",
|
"Reasoning Effort": "تلاش استدلال",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "ضبط صدا",
|
"Record voice": "ضبط صدا",
|
||||||
"Redirecting you to Open WebUI Community": "در حال هدایت به OpenWebUI Community",
|
"Redirecting you to Open WebUI Community": "در حال هدایت به OpenWebUI Community",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "احتمال تولید محتوای بی\u200cمعنی را کاهش می\u200cدهد. مقدار بالاتر (مثلاً 100) پاسخ\u200cهای متنوع\u200cتری می\u200cدهد، در حالی که مقدار پایین\u200cتر (مثلاً 10) محافظه\u200cکارانه\u200cتر خواهد بود.",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "احتمال تولید محتوای بی\u200cمعنی را کاهش می\u200cدهد. مقدار بالاتر (مثلاً 100) پاسخ\u200cهای متنوع\u200cتری می\u200cدهد، در حالی که مقدار پایین\u200cتر (مثلاً 10) محافظه\u200cکارانه\u200cتر خواهد بود.",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "جستجوی {{count}} سایت",
|
"Searched {{count}} sites": "جستجوی {{count}} سایت",
|
||||||
"Searching \"{{searchQuery}}\"": "جستجوی «{{searchQuery}}»",
|
"Searching \"{{searchQuery}}\"": "جستجوی «{{searchQuery}}»",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "جستجوی دانش برای «{{searchQuery}}»",
|
"Searching Knowledge for \"{{searchQuery}}\"": "جستجوی دانش برای «{{searchQuery}}»",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "نشانی وب جستجوی Searxng",
|
"Searxng Query URL": "نشانی وب جستجوی Searxng",
|
||||||
"See readme.md for instructions": "برای مشاهده دستورالعمل\u200cها به readme.md مراجعه کنید",
|
"See readme.md for instructions": "برای مشاهده دستورالعمل\u200cها به readme.md مراجعه کنید",
|
||||||
"See what's new": "ببینید موارد جدید چه بوده",
|
"See what's new": "ببینید موارد جدید چه بوده",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "برداشتن پین",
|
"Unpin": "برداشتن پین",
|
||||||
"Unravel secrets": "کشف رازها",
|
"Unravel secrets": "کشف رازها",
|
||||||
"Untagged": "بدون برچسب",
|
"Untagged": "بدون برچسب",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "به\u200cروزرسانی",
|
"Update": "به\u200cروزرسانی",
|
||||||
"Update and Copy Link": "به روزرسانی و کپی لینک",
|
"Update and Copy Link": "به روزرسانی و کپی لینک",
|
||||||
"Update for the latest features and improvements.": "برای آخرین ویژگی\u200cها و بهبودها به\u200cروزرسانی کنید.",
|
"Update for the latest features and improvements.": "برای آخرین ویژگی\u200cها و بهبودها به\u200cروزرسانی کنید.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(esim. `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(esim. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(esim. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(esim. `sh webui.sh --api`)",
|
||||||
"(latest)": "(uusin)",
|
"(latest)": "(uusin)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "(Ollama)",
|
"(Ollama)": "(Ollama)",
|
||||||
"{{ models }}": "{{ mallit }}",
|
"{{ models }}": "{{ mallit }}",
|
||||||
"{{COUNT}} Available Tools": "{{COUNT}} työkalua saatavilla",
|
"{{COUNT}} Available Tools": "{{COUNT}} työkalua saatavilla",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Huono vastaus",
|
"Bad Response": "Huono vastaus",
|
||||||
"Banners": "Bannerit",
|
"Banners": "Bannerit",
|
||||||
"Base Model (From)": "Perusmalli (alkaen)",
|
"Base Model (From)": "Perusmalli (alkaen)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Erän koko (num_batch)",
|
"Batch Size (num_batch)": "Erän koko (num_batch)",
|
||||||
"before": "ennen",
|
"before": "ennen",
|
||||||
"Being lazy": "Oli laiska",
|
"Being lazy": "Oli laiska",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Bing Search V7 -tilauskäyttäjäavain",
|
"Bing Search V7 Subscription Key": "Bing Search V7 -tilauskäyttäjäavain",
|
||||||
"Bocha Search API Key": "Bocha Search API -avain",
|
"Bocha Search API Key": "Bocha Search API -avain",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Brave Search API -avain",
|
"Brave Search API Key": "Brave Search API -avain",
|
||||||
"By {{name}}": "Tekijä {{name}}",
|
"By {{name}}": "Tekijä {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "Ohita upotus ja haku",
|
"Bypass Embedding and Retrieval": "Ohita upotus ja haku",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Luo tietoa",
|
"Create Knowledge": "Luo tietoa",
|
||||||
"Create new key": "Luo uusi avain",
|
"Create new key": "Luo uusi avain",
|
||||||
"Create new secret key": "Luo uusi salainen avain",
|
"Create new secret key": "Luo uusi salainen avain",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Luotu",
|
"Created at": "Luotu",
|
||||||
"Created At": "Luotu",
|
"Created At": "Luotu",
|
||||||
"Created by": "Luonut",
|
"Created by": "Luonut",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Haluatko varmasti poistaa tämän toiminnon?",
|
"Delete function?": "Haluatko varmasti poistaa tämän toiminnon?",
|
||||||
"Delete Message": "Poista viesti",
|
"Delete Message": "Poista viesti",
|
||||||
"Delete message?": "Poista viesti?",
|
"Delete message?": "Poista viesti?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Haluatko varmasti poistaa tämän kehotteen?",
|
"Delete prompt?": "Haluatko varmasti poistaa tämän kehotteen?",
|
||||||
"delete this link": "poista tämä linkki",
|
"delete this link": "poista tämä linkki",
|
||||||
"Delete tool?": "Haluatko varmasti poistaa tämän työkalun?",
|
"Delete tool?": "Haluatko varmasti poistaa tämän työkalun?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Lataa tietokanta",
|
"Download Database": "Lataa tietokanta",
|
||||||
"Drag and drop a file to upload or select a file to view": "Raahaa ja pudota tiedosto ladattavaksi tai valitse tiedosto katseltavaksi",
|
"Drag and drop a file to upload or select a file to view": "Raahaa ja pudota tiedosto ladattavaksi tai valitse tiedosto katseltavaksi",
|
||||||
"Draw": "Piirros",
|
"Draw": "Piirros",
|
||||||
"Drop any files here to add to the conversation": "Pudota tiedostoja tähän lisätäksesi ne keskusteluun",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "esim. '30s', '10m'. Kelpoiset aikayksiköt ovat 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "esim. '30s', '10m'. Kelpoiset aikayksiköt ovat 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "esim. \"json\" tai JSON kaava",
|
"e.g. \"json\" or a JSON schema": "esim. \"json\" tai JSON kaava",
|
||||||
"e.g. 60": "esim. 60",
|
"e.g. 60": "esim. 60",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "esim. oma_suodatin",
|
"e.g. my_filter": "esim. oma_suodatin",
|
||||||
"e.g. my_tools": "esim. omat_työkalut",
|
"e.g. my_tools": "esim. omat_työkalut",
|
||||||
"e.g. Tools for performing various operations": "esim. työkaluja erilaisten toimenpiteiden suorittamiseen",
|
"e.g. Tools for performing various operations": "esim. työkaluja erilaisten toimenpiteiden suorittamiseen",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "esim. en-US,ja-JP (Tyhjäksi jättämällä, automaattinen tunnistus)",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "esim. en-US,ja-JP (Tyhjäksi jättämällä, automaattinen tunnistus)",
|
||||||
"Edit": "Muokkaa",
|
"Edit": "Muokkaa",
|
||||||
"Edit Arena Model": "Muokkaa Arena-mallia",
|
"Edit Arena Model": "Muokkaa Arena-mallia",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Syötä osien koko",
|
"Enter Chunk Size": "Syötä osien koko",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Syötä pilkulla erottaen \"token:bias_value\" parit (esim. 5432:100, 413:-100)",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Syötä pilkulla erottaen \"token:bias_value\" parit (esim. 5432:100, 413:-100)",
|
||||||
"Enter description": "Kirjoita kuvaus",
|
"Enter description": "Kirjoita kuvaus",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "Kirjoita Docling palvelimen verkko-osoite",
|
"Enter Docling Server URL": "Kirjoita Docling palvelimen verkko-osoite",
|
||||||
"Enter Document Intelligence Endpoint": "Kirjoita asiakirja tiedustelun päätepiste",
|
"Enter Document Intelligence Endpoint": "Kirjoita asiakirja tiedustelun päätepiste",
|
||||||
"Enter Document Intelligence Key": "Kirjoiuta asiakirja tiedustelun avain",
|
"Enter Document Intelligence Key": "Kirjoiuta asiakirja tiedustelun avain",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "Gemini API konfiguraatio",
|
"Gemini API Config": "Gemini API konfiguraatio",
|
||||||
"Gemini API Key is required.": "Gemini API -avain on vaaditaan.",
|
"Gemini API Key is required.": "Gemini API -avain on vaaditaan.",
|
||||||
"General": "Yleinen",
|
"General": "Yleinen",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "Luo kuva",
|
"Generate an image": "Luo kuva",
|
||||||
"Generate Image": "Luo kuva",
|
"Generate Image": "Luo kuva",
|
||||||
"Generate prompt pair": "Luo kehotepari",
|
"Generate prompt pair": "Luo kehotepari",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Tuo asetukset JSON-tiedostosta",
|
"Import Config from JSON File": "Tuo asetukset JSON-tiedostosta",
|
||||||
"Import Functions": "Tuo toiminnot",
|
"Import Functions": "Tuo toiminnot",
|
||||||
"Import Models": "Tuo malleja",
|
"Import Models": "Tuo malleja",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Tuo esiasetuksia",
|
"Import Presets": "Tuo esiasetuksia",
|
||||||
"Import Prompts": "Tuo kehotteet",
|
"Import Prompts": "Tuo kehotteet",
|
||||||
"Import Tools": "Tuo työkalut",
|
"Import Tools": "Tuo työkalut",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Hallitse putkia",
|
"Manage Pipelines": "Hallitse putkia",
|
||||||
"Manage Tool Servers": "Hallitse työkalu palvelimia",
|
"Manage Tool Servers": "Hallitse työkalu palvelimia",
|
||||||
"March": "maaliskuu",
|
"March": "maaliskuu",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Tokenien enimmäismäärä (num_predict)",
|
"Max Tokens (num_predict)": "Tokenien enimmäismäärä (num_predict)",
|
||||||
"Max Upload Count": "Latausten enimmäismäärä",
|
"Max Upload Count": "Latausten enimmäismäärä",
|
||||||
"Max Upload Size": "Latausten enimmäiskoko",
|
"Max Upload Size": "Latausten enimmäiskoko",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "Natiivi",
|
"Native": "Natiivi",
|
||||||
"New Chat": "Uusi keskustelu",
|
"New Chat": "Uusi keskustelu",
|
||||||
"New Folder": "Uusi kansio",
|
"New Folder": "Uusi kansio",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Uusi salasana",
|
"New Password": "Uusi salasana",
|
||||||
"new-channel": "uusi-kanava",
|
"new-channel": "uusi-kanava",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Sisältöä ei löytynyt",
|
"No content found": "Sisältöä ei löytynyt",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Ei puhuttavaa sisältöä",
|
"No content to speak": "Ei puhuttavaa sisältöä",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "Ei mallitunnuksia",
|
"No model IDs": "Ei mallitunnuksia",
|
||||||
"No models found": "Malleja ei löytynyt",
|
"No models found": "Malleja ei löytynyt",
|
||||||
"No models selected": "Malleja ei ole valittu",
|
"No models selected": "Malleja ei ole valittu",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Ei tuloksia",
|
"No results found": "Ei tuloksia",
|
||||||
"No search query generated": "Hakukyselyä ei luotu",
|
"No search query generated": "Hakukyselyä ei luotu",
|
||||||
"No source available": "Lähdettä ei saatavilla",
|
"No source available": "Lähdettä ei saatavilla",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Ei mikään",
|
"None": "Ei mikään",
|
||||||
"Not factually correct": "Ei faktuaalisesti oikein",
|
"Not factually correct": "Ei faktuaalisesti oikein",
|
||||||
"Not helpful": "Ei hyödyllinen",
|
"Not helpful": "Ei hyödyllinen",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Huomautus: Jos asetat vähimmäispistemäärän, haku palauttaa vain sellaiset asiakirjat, joiden pistemäärä on vähintään vähimmäismäärä.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Huomautus: Jos asetat vähimmäispistemäärän, haku palauttaa vain sellaiset asiakirjat, joiden pistemäärä on vähintään vähimmäismäärä.",
|
||||||
"Notes": "Muistiinpanot",
|
"Notes": "Muistiinpanot",
|
||||||
"Notification Sound": "Ilmoitusääni",
|
"Notification Sound": "Ilmoitusääni",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "Lue",
|
"Read": "Lue",
|
||||||
"Read Aloud": "Lue ääneen",
|
"Read Aloud": "Lue ääneen",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Nauhoita ääntä",
|
"Record voice": "Nauhoita ääntä",
|
||||||
"Redirecting you to Open WebUI Community": "Ohjataan sinut OpenWebUI-yhteisöön",
|
"Redirecting you to Open WebUI Community": "Ohjataan sinut OpenWebUI-yhteisöön",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "Etsitty {{count}} sivulta",
|
"Searched {{count}} sites": "Etsitty {{count}} sivulta",
|
||||||
"Searching \"{{searchQuery}}\"": "Haetaan \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Haetaan \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Haetaan tietämystä \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Haetaan tietämystä \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng-kyselyn verkko-osoite",
|
"Searxng Query URL": "Searxng-kyselyn verkko-osoite",
|
||||||
"See readme.md for instructions": "Katso ohjeet readme.md-tiedostosta",
|
"See readme.md for instructions": "Katso ohjeet readme.md-tiedostosta",
|
||||||
"See what's new": "Katso, mitä uutta",
|
"See what's new": "Katso, mitä uutta",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Irrota kiinnitys",
|
"Unpin": "Irrota kiinnitys",
|
||||||
"Unravel secrets": "Avaa salaisuuksia",
|
"Unravel secrets": "Avaa salaisuuksia",
|
||||||
"Untagged": "Ei tageja",
|
"Untagged": "Ei tageja",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Päivitä",
|
"Update": "Päivitä",
|
||||||
"Update and Copy Link": "Päivitä ja kopioi linkki",
|
"Update and Copy Link": "Päivitä ja kopioi linkki",
|
||||||
"Update for the latest features and improvements.": "Päivitä uusimpiin ominaisuuksiin ja parannuksiin.",
|
"Update for the latest features and improvements.": "Päivitä uusimpiin ominaisuuksiin ja parannuksiin.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(par ex. `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(par ex. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(par exemple `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(par exemple `sh webui.sh --api`)",
|
||||||
"(latest)": "(dernier)",
|
"(latest)": "(dernier)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ modèles }}",
|
"{{ models }}": "{{ modèles }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Mauvaise réponse",
|
"Bad Response": "Mauvaise réponse",
|
||||||
"Banners": "Banniers",
|
"Banners": "Banniers",
|
||||||
"Base Model (From)": "Modèle de base (à partir de)",
|
"Base Model (From)": "Modèle de base (à partir de)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Taille du lot (num_batch)",
|
"Batch Size (num_batch)": "Taille du lot (num_batch)",
|
||||||
"before": "avant",
|
"before": "avant",
|
||||||
"Being lazy": "Être fainéant",
|
"Being lazy": "Être fainéant",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Clé API Brave Search",
|
"Brave Search API Key": "Clé API Brave Search",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "Créer une nouvelle clé principale",
|
"Create new key": "Créer une nouvelle clé principale",
|
||||||
"Create new secret key": "Créer une nouvelle clé secrète",
|
"Create new secret key": "Créer une nouvelle clé secrète",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Créé à",
|
"Created at": "Créé à",
|
||||||
"Created At": "Créé le",
|
"Created At": "Créé le",
|
||||||
"Created by": "Créé par",
|
"Created by": "Créé par",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Supprimer la fonction ?",
|
"Delete function?": "Supprimer la fonction ?",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Supprimer la prompt ?",
|
"Delete prompt?": "Supprimer la prompt ?",
|
||||||
"delete this link": "supprimer ce lien",
|
"delete this link": "supprimer ce lien",
|
||||||
"Delete tool?": "Effacer l'outil ?",
|
"Delete tool?": "Effacer l'outil ?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Télécharger la base de données",
|
"Download Database": "Télécharger la base de données",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "Déposez des fichiers ici pour les ajouter à la conversation",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "par ex. '30s', '10 min'. Les unités de temps valides sont 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "par ex. '30s', '10 min'. Les unités de temps valides sont 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Modifier",
|
"Edit": "Modifier",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Entrez la taille de bloc",
|
"Enter Chunk Size": "Entrez la taille de bloc",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Général",
|
"General": "Général",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "Générer une image",
|
"Generate Image": "Générer une image",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "Import de fonctions",
|
"Import Functions": "Import de fonctions",
|
||||||
"Import Models": "Importer des modèles",
|
"Import Models": "Importer des modèles",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "Importer des Enseignes",
|
"Import Prompts": "Importer des Enseignes",
|
||||||
"Import Tools": "Outils d'importation",
|
"Import Tools": "Outils d'importation",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Gérer les pipelines",
|
"Manage Pipelines": "Gérer les pipelines",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Mars",
|
"March": "Mars",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Tokens maximaux (num_predict)",
|
"Max Tokens (num_predict)": "Tokens maximaux (num_predict)",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "Nouvelle conversation",
|
"New Chat": "Nouvelle conversation",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Nouveau mot de passe",
|
"New Password": "Nouveau mot de passe",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Rien à signaler",
|
"No content to speak": "Rien à signaler",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "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 search query generated": "Aucune requête de recherche générée",
|
||||||
"No source available": "Aucune source n'est disponible",
|
"No source available": "Aucune source n'est disponible",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Aucun",
|
"None": "Aucun",
|
||||||
"Not factually correct": "Non factuellement correct",
|
"Not factually correct": "Non factuellement correct",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Note : Si vous définissez un score minimum, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Note : Si vous définissez un score minimum, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "Lire à haute voix",
|
"Read Aloud": "Lire à haute voix",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Enregistrer la voix",
|
"Record voice": "Enregistrer la voix",
|
||||||
"Redirecting you to Open WebUI Community": "Redirection vers la communauté OpenWebUI",
|
"Redirecting you to Open WebUI Community": "Redirection vers la communauté OpenWebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "Recherche de « {{searchQuery}} »",
|
"Searching \"{{searchQuery}}\"": "Recherche de « {{searchQuery}} »",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "URL de recherche Searxng",
|
"Searxng Query URL": "URL de recherche Searxng",
|
||||||
"See readme.md for instructions": "Voir le fichier readme.md pour les instructions",
|
"See readme.md for instructions": "Voir le fichier readme.md pour les instructions",
|
||||||
"See what's new": "Découvrez les nouvelles fonctionnalités",
|
"See what's new": "Découvrez les nouvelles fonctionnalités",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "",
|
"Unpin": "",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Mise à jour",
|
"Update": "Mise à jour",
|
||||||
"Update and Copy Link": "Mettre à jour et copier le lien",
|
"Update and Copy Link": "Mettre à jour et copier le lien",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(par ex. `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(par ex. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(par exemple `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(par exemple `sh webui.sh --api`)",
|
||||||
"(latest)": "(dernière version)",
|
"(latest)": "(dernière version)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "(Ollama)",
|
"(Ollama)": "(Ollama)",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "Nombre d'outils disponibles {{COUNT}}",
|
"{{COUNT}} Available Tools": "Nombre d'outils disponibles {{COUNT}}",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Mauvaise réponse",
|
"Bad Response": "Mauvaise réponse",
|
||||||
"Banners": "Bannières",
|
"Banners": "Bannières",
|
||||||
"Base Model (From)": "Modèle de base (à partir de)",
|
"Base Model (From)": "Modèle de base (à partir de)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Batch Size (num_batch)",
|
"Batch Size (num_batch)": "Batch Size (num_batch)",
|
||||||
"before": "avant",
|
"before": "avant",
|
||||||
"Being lazy": "Être fainéant",
|
"Being lazy": "Être fainéant",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Clé d'abonnement Bing Search V7",
|
"Bing Search V7 Subscription Key": "Clé d'abonnement Bing Search V7",
|
||||||
"Bocha Search API Key": "Clé API Bocha Search",
|
"Bocha Search API Key": "Clé API Bocha Search",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Clé API Brave Search",
|
"Brave Search API Key": "Clé API Brave Search",
|
||||||
"By {{name}}": "Par {{name}}",
|
"By {{name}}": "Par {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "Ignorer l'Embedding et le Retrieval",
|
"Bypass Embedding and Retrieval": "Ignorer l'Embedding et le Retrieval",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Créer une connaissance",
|
"Create Knowledge": "Créer une connaissance",
|
||||||
"Create new key": "Créer une nouvelle clé",
|
"Create new key": "Créer une nouvelle clé",
|
||||||
"Create new secret key": "Créer une nouvelle clé secrète",
|
"Create new secret key": "Créer une nouvelle clé secrète",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Créé le",
|
"Created at": "Créé le",
|
||||||
"Created At": "Créé le",
|
"Created At": "Créé le",
|
||||||
"Created by": "Créé par",
|
"Created by": "Créé par",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Supprimer la fonction ?",
|
"Delete function?": "Supprimer la fonction ?",
|
||||||
"Delete Message": "Supprimer le message",
|
"Delete Message": "Supprimer le message",
|
||||||
"Delete message?": "Supprimer le message ?",
|
"Delete message?": "Supprimer le message ?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Supprimer le prompt ?",
|
"Delete prompt?": "Supprimer le prompt ?",
|
||||||
"delete this link": "supprimer ce lien",
|
"delete this link": "supprimer ce lien",
|
||||||
"Delete tool?": "Effacer l'outil ?",
|
"Delete tool?": "Effacer l'outil ?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Télécharger la base de données",
|
"Download Database": "Télécharger la base de données",
|
||||||
"Drag and drop a file to upload or select a file to view": "Glissez et déposez un fichier pour le télécharger ou sélectionnez un fichier à visualiser",
|
"Drag and drop a file to upload or select a file to view": "Glissez et déposez un fichier pour le télécharger ou sélectionnez un fichier à visualiser",
|
||||||
"Draw": "Match nul",
|
"Draw": "Match nul",
|
||||||
"Drop any files here to add to the conversation": "Déposez des fichiers ici pour les ajouter à la conversation",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "par ex. '30s', '10 min'. Les unités de temps valides sont 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "par ex. '30s', '10 min'. Les unités de temps valides sont 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "par ex. \"json\" ou un schéma JSON",
|
"e.g. \"json\" or a JSON schema": "par ex. \"json\" ou un schéma JSON",
|
||||||
"e.g. 60": "par ex. 60",
|
"e.g. 60": "par ex. 60",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "par ex. mon_filtre",
|
"e.g. my_filter": "par ex. mon_filtre",
|
||||||
"e.g. my_tools": "par ex. mes_outils",
|
"e.g. my_tools": "par ex. mes_outils",
|
||||||
"e.g. Tools for performing various operations": "par ex. Outils pour effectuer diverses opérations",
|
"e.g. Tools for performing various operations": "par ex. Outils pour effectuer diverses opérations",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "par ex., en-US, ja-JP (laisser vide pour détection automatique)",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "par ex., en-US, ja-JP (laisser vide pour détection automatique)",
|
||||||
"Edit": "Modifier",
|
"Edit": "Modifier",
|
||||||
"Edit Arena Model": "Modifier le modèle d'arène",
|
"Edit Arena Model": "Modifier le modèle d'arène",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Entrez la taille des chunks",
|
"Enter Chunk Size": "Entrez la taille des chunks",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "Entrez la description",
|
"Enter description": "Entrez la description",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "Entrez l'url du serveur Docling",
|
"Enter Docling Server URL": "Entrez l'url du serveur Docling",
|
||||||
"Enter Document Intelligence Endpoint": "Entrez le point d'extension d'Intelligence documentaire",
|
"Enter Document Intelligence Endpoint": "Entrez le point d'extension d'Intelligence documentaire",
|
||||||
"Enter Document Intelligence Key": "Entrez la clé du sevice d'Intelligence documentaire",
|
"Enter Document Intelligence Key": "Entrez la clé du sevice d'Intelligence documentaire",
|
||||||
|
|
@ -483,6 +492,7 @@
|
||||||
"Enter Your Full Name": "Entrez votre nom complet",
|
"Enter Your Full Name": "Entrez votre nom complet",
|
||||||
"Enter your message": "Entrez votre message",
|
"Enter your message": "Entrez votre message",
|
||||||
"Enter your name": "Entrez votre nom",
|
"Enter your name": "Entrez votre nom",
|
||||||
|
"Enter Your Name": "",
|
||||||
"Enter your new password": "Entrez votre nouveau mot de passe",
|
"Enter your new password": "Entrez votre nouveau mot de passe",
|
||||||
"Enter Your Password": "Entrez votre mot de passe",
|
"Enter Your Password": "Entrez votre mot de passe",
|
||||||
"Enter Your Role": "Entrez votre rôle",
|
"Enter Your Role": "Entrez votre rôle",
|
||||||
|
|
@ -586,6 +596,7 @@
|
||||||
"Gemini API Config": "Configuration de l'API de Gemini",
|
"Gemini API Config": "Configuration de l'API de Gemini",
|
||||||
"Gemini API Key is required.": "La clé d'API de Gemini est requise",
|
"Gemini API Key is required.": "La clé d'API de Gemini est requise",
|
||||||
"General": "Général",
|
"General": "Général",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "Génère une image",
|
"Generate an image": "Génère une image",
|
||||||
"Generate Image": "Générer une image",
|
"Generate Image": "Générer une image",
|
||||||
"Generate prompt pair": "Générer une paire de prompt",
|
"Generate prompt pair": "Générer une paire de prompt",
|
||||||
|
|
@ -636,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Importer la configuration depuis un fichier JSON",
|
"Import Config from JSON File": "Importer la configuration depuis un fichier JSON",
|
||||||
"Import Functions": "Importer des fonctions",
|
"Import Functions": "Importer des fonctions",
|
||||||
"Import Models": "Importer des modèles",
|
"Import Models": "Importer des modèles",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Importer les préréglages",
|
"Import Presets": "Importer les préréglages",
|
||||||
"Import Prompts": "Importer des prompts",
|
"Import Prompts": "Importer des prompts",
|
||||||
"Import Tools": "Importer des outils",
|
"Import Tools": "Importer des outils",
|
||||||
|
|
@ -720,6 +732,7 @@
|
||||||
"Manage Pipelines": "Gérer les pipelines",
|
"Manage Pipelines": "Gérer les pipelines",
|
||||||
"Manage Tool Servers": "Gérer les serveurs d'outils",
|
"Manage Tool Servers": "Gérer les serveurs d'outils",
|
||||||
"March": "Mars",
|
"March": "Mars",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Nb max de tokens (num_predict)",
|
"Max Tokens (num_predict)": "Nb max de tokens (num_predict)",
|
||||||
"Max Upload Count": "Nombre maximal de téléversements",
|
"Max Upload Count": "Nombre maximal de téléversements",
|
||||||
"Max Upload Size": "Limite de taille de téléversement",
|
"Max Upload Size": "Limite de taille de téléversement",
|
||||||
|
|
@ -776,8 +789,10 @@
|
||||||
"Native": "Natif",
|
"Native": "Natif",
|
||||||
"New Chat": "Nouvelle conversation",
|
"New Chat": "Nouvelle conversation",
|
||||||
"New Folder": "Nouveau dossier",
|
"New Folder": "Nouveau dossier",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Nouveau mot de passe",
|
"New Password": "Nouveau mot de passe",
|
||||||
"new-channel": "nouveau-canal",
|
"new-channel": "nouveau-canal",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Aucun contenu trouvé",
|
"No content found": "Aucun contenu trouvé",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Rien à signaler",
|
"No content to speak": "Rien à signaler",
|
||||||
|
|
@ -792,6 +807,7 @@
|
||||||
"No model IDs": "Aucun ID de modèle",
|
"No model IDs": "Aucun ID de modèle",
|
||||||
"No models found": "Aucun modèle trouvé",
|
"No models found": "Aucun modèle trouvé",
|
||||||
"No models selected": "Aucun modèle sélectionné",
|
"No models selected": "Aucun modèle sélectionné",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "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 search query generated": "Aucune requête de recherche générée",
|
||||||
"No source available": "Aucune source n'est disponible",
|
"No source available": "Aucune source n'est disponible",
|
||||||
|
|
@ -800,6 +816,7 @@
|
||||||
"None": "Aucun",
|
"None": "Aucun",
|
||||||
"Not factually correct": "Non factuellement correct",
|
"Not factually correct": "Non factuellement correct",
|
||||||
"Not helpful": "Pas utile",
|
"Not helpful": "Pas utile",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Note : Si vous définissez un score minimum, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Note : Si vous définissez un score minimum, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.",
|
||||||
"Notes": "Notes",
|
"Notes": "Notes",
|
||||||
"Notification Sound": "Son de notification",
|
"Notification Sound": "Son de notification",
|
||||||
|
|
@ -909,6 +926,7 @@
|
||||||
"Read": "Lire",
|
"Read": "Lire",
|
||||||
"Read Aloud": "Lire à haute voix",
|
"Read Aloud": "Lire à haute voix",
|
||||||
"Reasoning Effort": "Effort de raisonnement",
|
"Reasoning Effort": "Effort de raisonnement",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Enregistrer la voix",
|
"Record voice": "Enregistrer la voix",
|
||||||
"Redirecting you to Open WebUI Community": "Redirection vers la communauté OpenWebUI",
|
"Redirecting you to Open WebUI Community": "Redirection vers la communauté OpenWebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Réduit la probabilité de générer du contenu incohérent. Une valeur plus élevée (ex. : 100) produira des réponses plus variées, tandis qu'une valeur plus faible (ex. : 10) sera plus conservatrice.",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Réduit la probabilité de générer du contenu incohérent. Une valeur plus élevée (ex. : 100) produira des réponses plus variées, tandis qu'une valeur plus faible (ex. : 10) sera plus conservatrice.",
|
||||||
|
|
@ -978,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "{{count}} sites recherchés",
|
"Searched {{count}} sites": "{{count}} sites recherchés",
|
||||||
"Searching \"{{searchQuery}}\"": "Recherche de « {{searchQuery}} »",
|
"Searching \"{{searchQuery}}\"": "Recherche de « {{searchQuery}} »",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Recherche des connaissances pour « {{searchQuery}} »",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Recherche des connaissances pour « {{searchQuery}} »",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "URL de recherche Searxng",
|
"Searxng Query URL": "URL de recherche Searxng",
|
||||||
"See readme.md for instructions": "Voir le fichier readme.md pour les instructions",
|
"See readme.md for instructions": "Voir le fichier readme.md pour les instructions",
|
||||||
"See what's new": "Découvrez les nouvelles fonctionnalités",
|
"See what's new": "Découvrez les nouvelles fonctionnalités",
|
||||||
|
|
@ -1180,6 +1199,7 @@
|
||||||
"Unpin": "Désépingler",
|
"Unpin": "Désépingler",
|
||||||
"Unravel secrets": "Dévoiler les secrets",
|
"Unravel secrets": "Dévoiler les secrets",
|
||||||
"Untagged": "Pas de tag",
|
"Untagged": "Pas de tag",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Mise à jour",
|
"Update": "Mise à jour",
|
||||||
"Update and Copy Link": "Mettre à jour et copier le lien",
|
"Update and Copy Link": "Mettre à jour et copier le lien",
|
||||||
"Update for the latest features and improvements.": "Mettez à jour pour bénéficier des dernières fonctionnalités et améliorations.",
|
"Update for the latest features and improvements.": "Mettez à jour pour bénéficier des dernières fonctionnalités et améliorations.",
|
||||||
|
|
@ -1272,7 +1292,7 @@
|
||||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Vous ne pouvez discuter qu'avec un maximum de {{maxCount}} fichier(s) à la fois.",
|
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Vous ne pouvez discuter qu'avec un maximum de {{maxCount}} fichier(s) à la fois.",
|
||||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Vous pouvez personnaliser vos interactions avec les LLM en ajoutant des mémoires à l'aide du bouton « Gérer » ci-dessous, ce qui les rendra plus utiles et mieux adaptées à vos besoins.",
|
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Vous pouvez personnaliser vos interactions avec les LLM en ajoutant des mémoires à l'aide du bouton « Gérer » ci-dessous, ce qui les rendra plus utiles et mieux adaptées à vos besoins.",
|
||||||
"You cannot upload an empty file.": "Vous ne pouvez pas envoyer un fichier vide.",
|
"You cannot upload an empty file.": "Vous ne pouvez pas envoyer un fichier vide.",
|
||||||
"You do not have permission to upload files": "Vous n'avez pas l'autorisation de téléverser des fichiers.",
|
"You do not have permission to upload files.": "",
|
||||||
"You have no archived conversations.": "Vous n'avez aucune conversation archivée.",
|
"You have no archived conversations.": "Vous n'avez aucune conversation archivée.",
|
||||||
"You have shared this chat": "Vous avez partagé cette conversation.",
|
"You have shared this chat": "Vous avez partagé cette conversation.",
|
||||||
"You're a helpful assistant.": "Vous êtes un assistant efficace.",
|
"You're a helpful assistant.": "Vous êtes un assistant efficace.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
||||||
"(e.g. `sh webui.sh --api`)": "(למשל `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(למשל `sh webui.sh --api`)",
|
||||||
"(latest)": "(האחרון)",
|
"(latest)": "(האחרון)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ דגמים }}",
|
"{{ models }}": "{{ דגמים }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "תגובה שגויה",
|
"Bad Response": "תגובה שגויה",
|
||||||
"Banners": "באנרים",
|
"Banners": "באנרים",
|
||||||
"Base Model (From)": "דגם בסיס (מ)",
|
"Base Model (From)": "דגם בסיס (מ)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "",
|
"Batch Size (num_batch)": "",
|
||||||
"before": "לפני",
|
"before": "לפני",
|
||||||
"Being lazy": "להיות עצלן",
|
"Being lazy": "להיות עצלן",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "מפתח API של חיפוש אמיץ",
|
"Brave Search API Key": "מפתח API של חיפוש אמיץ",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "צור מפתח חדש",
|
"Create new key": "צור מפתח חדש",
|
||||||
"Create new secret key": "צור מפתח סודי חדש",
|
"Create new secret key": "צור מפתח סודי חדש",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "נוצר ב",
|
"Created at": "נוצר ב",
|
||||||
"Created At": "נוצר ב",
|
"Created At": "נוצר ב",
|
||||||
"Created by": "",
|
"Created by": "",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "",
|
"Delete function?": "",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "",
|
"Delete prompt?": "",
|
||||||
"delete this link": "מחק את הקישור הזה",
|
"delete this link": "מחק את הקישור הזה",
|
||||||
"Delete tool?": "",
|
"Delete tool?": "",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "הורד מסד נתונים",
|
"Download Database": "הורד מסד נתונים",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "גרור כל קובץ לכאן כדי להוסיף לשיחה",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "למשל '30s', '10m'. יחידות זמן חוקיות הן 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "למשל '30s', '10m'. יחידות זמן חוקיות הן 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "ערוך",
|
"Edit": "ערוך",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "הזן גודל נתונים",
|
"Enter Chunk Size": "הזן גודל נתונים",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "כללי",
|
"General": "כללי",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "",
|
"Generate Image": "",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "",
|
"Import Functions": "",
|
||||||
"Import Models": "ייבוא דגמים",
|
"Import Models": "ייבוא דגמים",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "יבוא פקודות",
|
"Import Prompts": "יבוא פקודות",
|
||||||
"Import Tools": "",
|
"Import Tools": "",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "ניהול צינורות",
|
"Manage Pipelines": "ניהול צינורות",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "מרץ",
|
"March": "מרץ",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "מקסימום אסימונים (num_predict)",
|
"Max Tokens (num_predict)": "מקסימום אסימונים (num_predict)",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "צ'אט חדש",
|
"New Chat": "צ'אט חדש",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "סיסמה חדשה",
|
"New Password": "סיסמה חדשה",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "",
|
"No content to speak": "",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "לא נמצאו תוצאות",
|
"No results found": "לא נמצאו תוצאות",
|
||||||
"No search query generated": "לא נוצרה שאילתת חיפוש",
|
"No search query generated": "לא נוצרה שאילתת חיפוש",
|
||||||
"No source available": "אין מקור זמין",
|
"No source available": "אין מקור זמין",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "ללא",
|
"None": "ללא",
|
||||||
"Not factually correct": "לא נכון מבחינה עובדתית",
|
"Not factually correct": "לא נכון מבחינה עובדתית",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "הערה: אם תקבע ציון מינימלי, החיפוש יחזיר רק מסמכים עם ציון שגבוה או שווה לציון המינימלי.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "הערה: אם תקבע ציון מינימלי, החיפוש יחזיר רק מסמכים עם ציון שגבוה או שווה לציון המינימלי.",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "קרא בקול",
|
"Read Aloud": "קרא בקול",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "הקלט קול",
|
"Record voice": "הקלט קול",
|
||||||
"Redirecting you to Open WebUI Community": "מפנה אותך לקהילת OpenWebUI",
|
"Redirecting you to Open WebUI Community": "מפנה אותך לקהילת OpenWebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "",
|
"Searching \"{{searchQuery}}\"": "",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "כתובת URL של שאילתת Searxng",
|
"Searxng Query URL": "כתובת URL של שאילתת Searxng",
|
||||||
"See readme.md for instructions": "ראה את readme.md להוראות",
|
"See readme.md for instructions": "ראה את readme.md להוראות",
|
||||||
"See what's new": "ראה מה חדש",
|
"See what's new": "ראה מה חדש",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "",
|
"Unpin": "",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "",
|
"Update": "",
|
||||||
"Update and Copy Link": "עדכן ושכפל קישור",
|
"Update and Copy Link": "עדכן ושכפל קישור",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
||||||
"(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(e.g. `sh webui.sh --api`)",
|
||||||
"(latest)": "(latest)",
|
"(latest)": "(latest)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ मॉडल }}",
|
"{{ models }}": "{{ मॉडल }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "ख़राब प्रतिक्रिया",
|
"Bad Response": "ख़राब प्रतिक्रिया",
|
||||||
"Banners": "बैनर",
|
"Banners": "बैनर",
|
||||||
"Base Model (From)": "बेस मॉडल (से)",
|
"Base Model (From)": "बेस मॉडल (से)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "",
|
"Batch Size (num_batch)": "",
|
||||||
"before": "पहले",
|
"before": "पहले",
|
||||||
"Being lazy": "आलसी होना",
|
"Being lazy": "आलसी होना",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Brave सर्च एपीआई कुंजी",
|
"Brave Search API Key": "Brave सर्च एपीआई कुंजी",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "नया क्रिप्टोग्राफिक क्षेत्र बनाएं",
|
"Create new key": "नया क्रिप्टोग्राफिक क्षेत्र बनाएं",
|
||||||
"Create new secret key": "नया क्रिप्टोग्राफिक क्षेत्र बनाएं",
|
"Create new secret key": "नया क्रिप्टोग्राफिक क्षेत्र बनाएं",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "किस समय बनाया गया",
|
"Created at": "किस समय बनाया गया",
|
||||||
"Created At": "किस समय बनाया गया",
|
"Created At": "किस समय बनाया गया",
|
||||||
"Created by": "",
|
"Created by": "",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "",
|
"Delete function?": "",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "",
|
"Delete prompt?": "",
|
||||||
"delete this link": "इस लिंक को हटाएं",
|
"delete this link": "इस लिंक को हटाएं",
|
||||||
"Delete tool?": "",
|
"Delete tool?": "",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "डेटाबेस डाउनलोड करें",
|
"Download Database": "डेटाबेस डाउनलोड करें",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "बातचीत में जोड़ने के लिए कोई भी फ़ाइल यहां छोड़ें",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "जैसे '30s', '10m', मान्य समय इकाइयाँ 's', 'm', 'h' हैं।",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "जैसे '30s', '10m', मान्य समय इकाइयाँ 's', 'm', 'h' हैं।",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "संपादित करें",
|
"Edit": "संपादित करें",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "खंड आकार दर्ज करें",
|
"Enter Chunk Size": "खंड आकार दर्ज करें",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "सामान्य",
|
"General": "सामान्य",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "",
|
"Generate Image": "",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "",
|
"Import Functions": "",
|
||||||
"Import Models": "आयात मॉडल",
|
"Import Models": "आयात मॉडल",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "प्रॉम्प्ट आयात करें",
|
"Import Prompts": "प्रॉम्प्ट आयात करें",
|
||||||
"Import Tools": "",
|
"Import Tools": "",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "पाइपलाइनों का प्रबंधन करें",
|
"Manage Pipelines": "पाइपलाइनों का प्रबंधन करें",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "मार्च",
|
"March": "मार्च",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "अधिकतम टोकन (num_predict)",
|
"Max Tokens (num_predict)": "अधिकतम टोकन (num_predict)",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "नई चैट",
|
"New Chat": "नई चैट",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "नया पासवर्ड",
|
"New Password": "नया पासवर्ड",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "",
|
"No content to speak": "",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "कोई परिणाम नहीं मिला",
|
"No results found": "कोई परिणाम नहीं मिला",
|
||||||
"No search query generated": "कोई खोज क्वेरी जनरेट नहीं हुई",
|
"No search query generated": "कोई खोज क्वेरी जनरेट नहीं हुई",
|
||||||
"No source available": "कोई स्रोत उपलब्ध नहीं है",
|
"No source available": "कोई स्रोत उपलब्ध नहीं है",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "कोई नहीं",
|
"None": "कोई नहीं",
|
||||||
"Not factually correct": "तथ्यात्मक रूप से सही नहीं है",
|
"Not factually correct": "तथ्यात्मक रूप से सही नहीं है",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ध्यान दें: यदि आप न्यूनतम स्कोर निर्धारित करते हैं, तो खोज केवल न्यूनतम स्कोर से अधिक या उसके बराबर स्कोर वाले दस्तावेज़ वापस लाएगी।",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ध्यान दें: यदि आप न्यूनतम स्कोर निर्धारित करते हैं, तो खोज केवल न्यूनतम स्कोर से अधिक या उसके बराबर स्कोर वाले दस्तावेज़ वापस लाएगी।",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "जोर से पढ़ें",
|
"Read Aloud": "जोर से पढ़ें",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "आवाज रिकॉर्ड करना",
|
"Record voice": "आवाज रिकॉर्ड करना",
|
||||||
"Redirecting you to Open WebUI Community": "आपको OpenWebUI समुदाय पर पुनर्निर्देशित किया जा रहा है",
|
"Redirecting you to Open WebUI Community": "आपको OpenWebUI समुदाय पर पुनर्निर्देशित किया जा रहा है",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "",
|
"Searching \"{{searchQuery}}\"": "",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng क्वेरी URL",
|
"Searxng Query URL": "Searxng क्वेरी URL",
|
||||||
"See readme.md for instructions": "निर्देशों के लिए readme.md देखें",
|
"See readme.md for instructions": "निर्देशों के लिए readme.md देखें",
|
||||||
"See what's new": "देखें, क्या नया है",
|
"See what's new": "देखें, क्या नया है",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "",
|
"Unpin": "",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "",
|
"Update": "",
|
||||||
"Update and Copy Link": "अपडेट करें और लिंक कॉपी करें",
|
"Update and Copy Link": "अपडेट करें और लिंक कॉपी करें",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
||||||
"(e.g. `sh webui.sh --api`)": "(npr. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(npr. `sh webui.sh --api`)",
|
||||||
"(latest)": "(najnovije)",
|
"(latest)": "(najnovije)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ modeli }}",
|
"{{ models }}": "{{ modeli }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Loš odgovor",
|
"Bad Response": "Loš odgovor",
|
||||||
"Banners": "Baneri",
|
"Banners": "Baneri",
|
||||||
"Base Model (From)": "Osnovni model (Od)",
|
"Base Model (From)": "Osnovni model (Od)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "",
|
"Batch Size (num_batch)": "",
|
||||||
"before": "prije",
|
"before": "prije",
|
||||||
"Being lazy": "Biti lijen",
|
"Being lazy": "Biti lijen",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Brave tražilica - API ključ",
|
"Brave Search API Key": "Brave tražilica - API ključ",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "Stvori novi ključ",
|
"Create new key": "Stvori novi ključ",
|
||||||
"Create new secret key": "Stvori novi tajni ključ",
|
"Create new secret key": "Stvori novi tajni ključ",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Stvoreno",
|
"Created at": "Stvoreno",
|
||||||
"Created At": "Stvoreno",
|
"Created At": "Stvoreno",
|
||||||
"Created by": "",
|
"Created by": "",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "",
|
"Delete function?": "",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "",
|
"Delete prompt?": "",
|
||||||
"delete this link": "izbriši ovu vezu",
|
"delete this link": "izbriši ovu vezu",
|
||||||
"Delete tool?": "",
|
"Delete tool?": "",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Preuzmi bazu podataka",
|
"Download Database": "Preuzmi bazu podataka",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "Spustite bilo koje datoteke ovdje za dodavanje u razgovor",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "npr. '30s','10m'. Važeće vremenske jedinice su 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "npr. '30s','10m'. Važeće vremenske jedinice su 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Uredi",
|
"Edit": "Uredi",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Unesite veličinu dijela",
|
"Enter Chunk Size": "Unesite veličinu dijela",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Općenito",
|
"General": "Općenito",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "Gneriraj sliku",
|
"Generate Image": "Gneriraj sliku",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "",
|
"Import Functions": "",
|
||||||
"Import Models": "Uvoz modela",
|
"Import Models": "Uvoz modela",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "Uvoz prompta",
|
"Import Prompts": "Uvoz prompta",
|
||||||
"Import Tools": "Uvoz alata",
|
"Import Tools": "Uvoz alata",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Upravljanje cjevovodima",
|
"Manage Pipelines": "Upravljanje cjevovodima",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Ožujak",
|
"March": "Ožujak",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Maksimalan broj tokena (num_predict)",
|
"Max Tokens (num_predict)": "Maksimalan broj tokena (num_predict)",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "Novi razgovor",
|
"New Chat": "Novi razgovor",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Nova lozinka",
|
"New Password": "Nova lozinka",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "",
|
"No content to speak": "",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Nema rezultata",
|
"No results found": "Nema rezultata",
|
||||||
"No search query generated": "Nije generiran upit za pretraživanje",
|
"No search query generated": "Nije generiran upit za pretraživanje",
|
||||||
"No source available": "Nema dostupnog izvora",
|
"No source available": "Nema dostupnog izvora",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Ništa",
|
"None": "Ništa",
|
||||||
"Not factually correct": "Nije činjenično točno",
|
"Not factually correct": "Nije činjenično točno",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Napomena: Ako postavite minimalnu ocjenu, pretraga će vratiti samo dokumente s ocjenom većom ili jednakom minimalnoj ocjeni.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Napomena: Ako postavite minimalnu ocjenu, pretraga će vratiti samo dokumente s ocjenom većom ili jednakom minimalnoj ocjeni.",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "Čitaj naglas",
|
"Read Aloud": "Čitaj naglas",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Snimanje glasa",
|
"Record voice": "Snimanje glasa",
|
||||||
"Redirecting you to Open WebUI Community": "Preusmjeravanje na OpenWebUI zajednicu",
|
"Redirecting you to Open WebUI Community": "Preusmjeravanje na OpenWebUI zajednicu",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "",
|
"Searching \"{{searchQuery}}\"": "",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng URL upita",
|
"Searxng Query URL": "Searxng URL upita",
|
||||||
"See readme.md for instructions": "Pogledajte readme.md za upute",
|
"See readme.md for instructions": "Pogledajte readme.md za upute",
|
||||||
"See what's new": "Pogledajte što je novo",
|
"See what's new": "Pogledajte što je novo",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "",
|
"Unpin": "",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "",
|
"Update": "",
|
||||||
"Update and Copy Link": "Ažuriraj i kopiraj vezu",
|
"Update and Copy Link": "Ažuriraj i kopiraj vezu",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(pl. `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(pl. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(pl. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(pl. `sh webui.sh --api`)",
|
||||||
"(latest)": "(legújabb)",
|
"(latest)": "(legújabb)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "(Ollama)",
|
"(Ollama)": "(Ollama)",
|
||||||
"{{ models }}": "{{ modellek }}",
|
"{{ models }}": "{{ modellek }}",
|
||||||
"{{COUNT}} Available Tools": "{{COUNT}} Elérhető eszköz",
|
"{{COUNT}} Available Tools": "{{COUNT}} Elérhető eszköz",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Rossz válasz",
|
"Bad Response": "Rossz válasz",
|
||||||
"Banners": "Bannerek",
|
"Banners": "Bannerek",
|
||||||
"Base Model (From)": "Alap modell (Forrás)",
|
"Base Model (From)": "Alap modell (Forrás)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Köteg méret (num_batch)",
|
"Batch Size (num_batch)": "Köteg méret (num_batch)",
|
||||||
"before": "előtt",
|
"before": "előtt",
|
||||||
"Being lazy": "Lustaság",
|
"Being lazy": "Lustaság",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Bing Search V7 előfizetési kulcs",
|
"Bing Search V7 Subscription Key": "Bing Search V7 előfizetési kulcs",
|
||||||
"Bocha Search API Key": "Bocha Search API kulcs",
|
"Bocha Search API Key": "Bocha Search API kulcs",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Specifikus tokenek növelése vagy büntetése korlátozott válaszokhoz. Az elfogultság értékei -100 és 100 között lesznek rögzítve (beleértve). (Alapértelmezett: nincs)",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Specifikus tokenek növelése vagy büntetése korlátozott válaszokhoz. Az elfogultság értékei -100 és 100 között lesznek rögzítve (beleértve). (Alapértelmezett: nincs)",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Brave Search API kulcs",
|
"Brave Search API Key": "Brave Search API kulcs",
|
||||||
"By {{name}}": "Készítette: {{name}}",
|
"By {{name}}": "Készítette: {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "Beágyazás és visszakeresés kihagyása",
|
"Bypass Embedding and Retrieval": "Beágyazás és visszakeresés kihagyása",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Tudás létrehozása",
|
"Create Knowledge": "Tudás létrehozása",
|
||||||
"Create new key": "Új kulcs létrehozása",
|
"Create new key": "Új kulcs létrehozása",
|
||||||
"Create new secret key": "Új titkos kulcs létrehozása",
|
"Create new secret key": "Új titkos kulcs létrehozása",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Létrehozva",
|
"Created at": "Létrehozva",
|
||||||
"Created At": "Létrehozva",
|
"Created At": "Létrehozva",
|
||||||
"Created by": "Létrehozta",
|
"Created by": "Létrehozta",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Törli a funkciót?",
|
"Delete function?": "Törli a funkciót?",
|
||||||
"Delete Message": "Üzenet törlése",
|
"Delete Message": "Üzenet törlése",
|
||||||
"Delete message?": "Üzenet törlése?",
|
"Delete message?": "Üzenet törlése?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Törli a promptot?",
|
"Delete prompt?": "Törli a promptot?",
|
||||||
"delete this link": "link törlése",
|
"delete this link": "link törlése",
|
||||||
"Delete tool?": "Törli az eszközt?",
|
"Delete tool?": "Törli az eszközt?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Adatbázis letöltése",
|
"Download Database": "Adatbázis letöltése",
|
||||||
"Drag and drop a file to upload or select a file to view": "Húzz ide egy fájlt a feltöltéshez vagy válassz fájlt a megtekintéshez",
|
"Drag and drop a file to upload or select a file to view": "Húzz ide egy fájlt a feltöltéshez vagy válassz fájlt a megtekintéshez",
|
||||||
"Draw": "Rajzolás",
|
"Draw": "Rajzolás",
|
||||||
"Drop any files here to add to the conversation": "Húzz ide fájlokat a beszélgetéshez való hozzáadáshoz",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "pl. '30s','10m'. Érvényes időegységek: 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "pl. '30s','10m'. Érvényes időegységek: 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "pl. \"json\" vagy egy JSON séma",
|
"e.g. \"json\" or a JSON schema": "pl. \"json\" vagy egy JSON séma",
|
||||||
"e.g. 60": "pl. 60",
|
"e.g. 60": "pl. 60",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "pl. az_en_szűrőm",
|
"e.g. my_filter": "pl. az_en_szűrőm",
|
||||||
"e.g. my_tools": "pl. az_en_eszkozeim",
|
"e.g. my_tools": "pl. az_en_eszkozeim",
|
||||||
"e.g. Tools for performing various operations": "pl. Eszközök különböző műveletek elvégzéséhez",
|
"e.g. Tools for performing various operations": "pl. Eszközök különböző műveletek elvégzéséhez",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Szerkesztés",
|
"Edit": "Szerkesztés",
|
||||||
"Edit Arena Model": "Arena modell szerkesztése",
|
"Edit Arena Model": "Arena modell szerkesztése",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Add meg a darab méretet",
|
"Enter Chunk Size": "Add meg a darab méretet",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Add meg vesszővel elválasztott \"token:bias_érték\" párokat (példa: 5432:100, 413:-100)",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Add meg vesszővel elválasztott \"token:bias_érték\" párokat (példa: 5432:100, 413:-100)",
|
||||||
"Enter description": "Add meg a leírást",
|
"Enter description": "Add meg a leírást",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "Add meg a Docling szerver URL-t",
|
"Enter Docling Server URL": "Add meg a Docling szerver URL-t",
|
||||||
"Enter Document Intelligence Endpoint": "Add meg a dokumentum intelligencia végpontot",
|
"Enter Document Intelligence Endpoint": "Add meg a dokumentum intelligencia végpontot",
|
||||||
"Enter Document Intelligence Key": "Add meg a dokumentum intelligencia kulcsot",
|
"Enter Document Intelligence Key": "Add meg a dokumentum intelligencia kulcsot",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "Gemini API konfiguráció",
|
"Gemini API Config": "Gemini API konfiguráció",
|
||||||
"Gemini API Key is required.": "Gemini API kulcs szükséges.",
|
"Gemini API Key is required.": "Gemini API kulcs szükséges.",
|
||||||
"General": "Általános",
|
"General": "Általános",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "Kép generálása",
|
"Generate an image": "Kép generálása",
|
||||||
"Generate Image": "Kép generálása",
|
"Generate Image": "Kép generálása",
|
||||||
"Generate prompt pair": "Prompt pár generálása",
|
"Generate prompt pair": "Prompt pár generálása",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Konfiguráció importálása JSON fájlból",
|
"Import Config from JSON File": "Konfiguráció importálása JSON fájlból",
|
||||||
"Import Functions": "Funkciók importálása",
|
"Import Functions": "Funkciók importálása",
|
||||||
"Import Models": "Modellek importálása",
|
"Import Models": "Modellek importálása",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Előre beállított importálás",
|
"Import Presets": "Előre beállított importálás",
|
||||||
"Import Prompts": "Promptok importálása",
|
"Import Prompts": "Promptok importálása",
|
||||||
"Import Tools": "Eszközök importálása",
|
"Import Tools": "Eszközök importálása",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Folyamatok kezelése",
|
"Manage Pipelines": "Folyamatok kezelése",
|
||||||
"Manage Tool Servers": "Eszközszerverek kezelése",
|
"Manage Tool Servers": "Eszközszerverek kezelése",
|
||||||
"March": "Március",
|
"March": "Március",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Maximum tokenek (num_predict)",
|
"Max Tokens (num_predict)": "Maximum tokenek (num_predict)",
|
||||||
"Max Upload Count": "Maximum feltöltések száma",
|
"Max Upload Count": "Maximum feltöltések száma",
|
||||||
"Max Upload Size": "Maximum feltöltési méret",
|
"Max Upload Size": "Maximum feltöltési méret",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "Natív",
|
"Native": "Natív",
|
||||||
"New Chat": "Új beszélgetés",
|
"New Chat": "Új beszélgetés",
|
||||||
"New Folder": "Új mappa",
|
"New Folder": "Új mappa",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Új jelszó",
|
"New Password": "Új jelszó",
|
||||||
"new-channel": "új csatorna",
|
"new-channel": "új csatorna",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Nem található tartalom",
|
"No content found": "Nem található tartalom",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Nincs felolvasható tartalom",
|
"No content to speak": "Nincs felolvasható tartalom",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "Nincs modell azonosító",
|
"No model IDs": "Nincs modell azonosító",
|
||||||
"No models found": "Nem található modell",
|
"No models found": "Nem található modell",
|
||||||
"No models selected": "Nincs kiválasztott modell",
|
"No models selected": "Nincs kiválasztott modell",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Nincs találat",
|
"No results found": "Nincs találat",
|
||||||
"No search query generated": "Nem generálódott keresési lekérdezés",
|
"No search query generated": "Nem generálódott keresési lekérdezés",
|
||||||
"No source available": "Nincs elérhető forrás",
|
"No source available": "Nincs elérhető forrás",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Nincs",
|
"None": "Nincs",
|
||||||
"Not factually correct": "Tényszerűen nem helyes",
|
"Not factually correct": "Tényszerűen nem helyes",
|
||||||
"Not helpful": "Nem segítőkész",
|
"Not helpful": "Nem segítőkész",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Megjegyzés: Ha minimum pontszámot állít be, a keresés csak olyan dokumentumokat ad vissza, amelyek pontszáma nagyobb vagy egyenlő a minimum pontszámmal.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Megjegyzés: Ha minimum pontszámot állít be, a keresés csak olyan dokumentumokat ad vissza, amelyek pontszáma nagyobb vagy egyenlő a minimum pontszámmal.",
|
||||||
"Notes": "Jegyzetek",
|
"Notes": "Jegyzetek",
|
||||||
"Notification Sound": "Értesítési hang",
|
"Notification Sound": "Értesítési hang",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "Olvasás",
|
"Read": "Olvasás",
|
||||||
"Read Aloud": "Felolvasás",
|
"Read Aloud": "Felolvasás",
|
||||||
"Reasoning Effort": "Érvelési erőfeszítés",
|
"Reasoning Effort": "Érvelési erőfeszítés",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Hang rögzítése",
|
"Record voice": "Hang rögzítése",
|
||||||
"Redirecting you to Open WebUI Community": "Átirányítás az OpenWebUI közösséghez",
|
"Redirecting you to Open WebUI Community": "Átirányítás az OpenWebUI közösséghez",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Csökkenti a ostobaság generálásának valószínűségét. Magasabb érték (pl. 100) változatosabb válaszokat ad, míg alacsonyabb érték (pl. 10) konzervatívabb lesz.",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Csökkenti a ostobaság generálásának valószínűségét. Magasabb érték (pl. 100) változatosabb válaszokat ad, míg alacsonyabb érték (pl. 10) konzervatívabb lesz.",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "{{count}} oldal keresése megtörtént",
|
"Searched {{count}} sites": "{{count}} oldal keresése megtörtént",
|
||||||
"Searching \"{{searchQuery}}\"": "Keresés: \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Keresés: \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Tudásbázis keresése: \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Tudásbázis keresése: \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng lekérdezési URL",
|
"Searxng Query URL": "Searxng lekérdezési URL",
|
||||||
"See readme.md for instructions": "Lásd a readme.md fájlt az útmutatásért",
|
"See readme.md for instructions": "Lásd a readme.md fájlt az útmutatásért",
|
||||||
"See what's new": "Újdonságok megtekintése",
|
"See what's new": "Újdonságok megtekintése",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Rögzítés feloldása",
|
"Unpin": "Rögzítés feloldása",
|
||||||
"Unravel secrets": "Titkok megfejtése",
|
"Unravel secrets": "Titkok megfejtése",
|
||||||
"Untagged": "Címkézetlen",
|
"Untagged": "Címkézetlen",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Frissítés",
|
"Update": "Frissítés",
|
||||||
"Update and Copy Link": "Frissítés és link másolása",
|
"Update and Copy Link": "Frissítés és link másolása",
|
||||||
"Update for the latest features and improvements.": "Frissítsen a legújabb funkciókért és fejlesztésekért.",
|
"Update for the latest features and improvements.": "Frissítsen a legújabb funkciókért és fejlesztésekért.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(contoh: `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(contoh: `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(contoh: `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(contoh: `sh webui.sh --api`)",
|
||||||
"(latest)": "(terbaru)",
|
"(latest)": "(terbaru)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Respons Buruk",
|
"Bad Response": "Respons Buruk",
|
||||||
"Banners": "Spanduk",
|
"Banners": "Spanduk",
|
||||||
"Base Model (From)": "Model Dasar (Dari)",
|
"Base Model (From)": "Model Dasar (Dari)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Ukuran Batch (num_batch)",
|
"Batch Size (num_batch)": "Ukuran Batch (num_batch)",
|
||||||
"before": "sebelum",
|
"before": "sebelum",
|
||||||
"Being lazy": "Menjadi malas",
|
"Being lazy": "Menjadi malas",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Kunci API Pencarian Berani",
|
"Brave Search API Key": "Kunci API Pencarian Berani",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "Buat kunci baru",
|
"Create new key": "Buat kunci baru",
|
||||||
"Create new secret key": "Buat kunci rahasia baru",
|
"Create new secret key": "Buat kunci rahasia baru",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Dibuat di",
|
"Created at": "Dibuat di",
|
||||||
"Created At": "Dibuat di",
|
"Created At": "Dibuat di",
|
||||||
"Created by": "Dibuat oleh",
|
"Created by": "Dibuat oleh",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Fungsi hapus?",
|
"Delete function?": "Fungsi hapus?",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Perintah hapus?",
|
"Delete prompt?": "Perintah hapus?",
|
||||||
"delete this link": "hapus tautan ini",
|
"delete this link": "hapus tautan ini",
|
||||||
"Delete tool?": "Hapus alat?",
|
"Delete tool?": "Hapus alat?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Unduh Basis Data",
|
"Download Database": "Unduh Basis Data",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "Letakkan file apa pun di sini untuk ditambahkan ke percakapan",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "misalnya '30-an', '10m'. Satuan waktu yang valid adalah 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "misalnya '30-an', '10m'. Satuan waktu yang valid adalah 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Edit",
|
"Edit": "Edit",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Masukkan Ukuran Potongan",
|
"Enter Chunk Size": "Masukkan Ukuran Potongan",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Umum",
|
"General": "Umum",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "Menghasilkan Gambar",
|
"Generate Image": "Menghasilkan Gambar",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "Fungsi Impor",
|
"Import Functions": "Fungsi Impor",
|
||||||
"Import Models": "Model Impor",
|
"Import Models": "Model Impor",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "Petunjuk Impor",
|
"Import Prompts": "Petunjuk Impor",
|
||||||
"Import Tools": "Alat Impor",
|
"Import Tools": "Alat Impor",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Mengelola Saluran Pipa",
|
"Manage Pipelines": "Mengelola Saluran Pipa",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Maret",
|
"March": "Maret",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Token Maksimal (num_prediksi)",
|
"Max Tokens (num_predict)": "Token Maksimal (num_prediksi)",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "Obrolan Baru",
|
"New Chat": "Obrolan Baru",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Kata Sandi Baru",
|
"New Password": "Kata Sandi Baru",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Tidak ada konten untuk dibicarakan",
|
"No content to speak": "Tidak ada konten untuk dibicarakan",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Tidak ada hasil yang ditemukan",
|
"No results found": "Tidak ada hasil yang ditemukan",
|
||||||
"No search query generated": "Tidak ada permintaan pencarian yang dibuat",
|
"No search query generated": "Tidak ada permintaan pencarian yang dibuat",
|
||||||
"No source available": "Tidak ada sumber yang tersedia",
|
"No source available": "Tidak ada sumber yang tersedia",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Tidak ada",
|
"None": "Tidak ada",
|
||||||
"Not factually correct": "Tidak benar secara faktual",
|
"Not factually correct": "Tidak benar secara faktual",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Catatan: Jika Anda menetapkan skor minimum, pencarian hanya akan mengembalikan dokumen dengan skor yang lebih besar atau sama dengan skor minimum.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Catatan: Jika Anda menetapkan skor minimum, pencarian hanya akan mengembalikan dokumen dengan skor yang lebih besar atau sama dengan skor minimum.",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "Baca dengan Keras",
|
"Read Aloud": "Baca dengan Keras",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Rekam suara",
|
"Record voice": "Rekam suara",
|
||||||
"Redirecting you to Open WebUI Community": "Mengarahkan Anda ke Komunitas OpenWebUI",
|
"Redirecting you to Open WebUI Community": "Mengarahkan Anda ke Komunitas OpenWebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "Mencari \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Mencari \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "URL Kueri Pencarian Searxng",
|
"Searxng Query URL": "URL Kueri Pencarian Searxng",
|
||||||
"See readme.md for instructions": "Lihat readme.md untuk instruksi",
|
"See readme.md for instructions": "Lihat readme.md untuk instruksi",
|
||||||
"See what's new": "Lihat apa yang baru",
|
"See what's new": "Lihat apa yang baru",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "",
|
"Unpin": "",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Memperbarui",
|
"Update": "Memperbarui",
|
||||||
"Update and Copy Link": "Perbarui dan Salin Tautan",
|
"Update and Copy Link": "Perbarui dan Salin Tautan",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(m.sh. `sh webui.sh --api --api-auth username_password `)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(m.sh. `sh webui.sh --api --api-auth username_password `)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(m.sh. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(m.sh. `sh webui.sh --api`)",
|
||||||
"(latest)": "(is déanaí)",
|
"(latest)": "(is déanaí)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "(Ollama)",
|
"(Ollama)": "(Ollama)",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "{{COUNT}} Uirlisí ar Fáil",
|
"{{COUNT}} Available Tools": "{{COUNT}} Uirlisí ar Fáil",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Droch-fhreagra",
|
"Bad Response": "Droch-fhreagra",
|
||||||
"Banners": "Meirgí",
|
"Banners": "Meirgí",
|
||||||
"Base Model (From)": "Múnla Bonn (Ó)",
|
"Base Model (From)": "Múnla Bonn (Ó)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Méid Baisc (num_batch)",
|
"Batch Size (num_batch)": "Méid Baisc (num_batch)",
|
||||||
"before": "roimh",
|
"before": "roimh",
|
||||||
"Being lazy": "A bheith leisciúil",
|
"Being lazy": "A bheith leisciúil",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Eochair Síntiúis Bing Cuardach V7",
|
"Bing Search V7 Subscription Key": "Eochair Síntiúis Bing Cuardach V7",
|
||||||
"Bocha Search API Key": "Eochair API Cuardach Bocha",
|
"Bocha Search API Key": "Eochair API Cuardach Bocha",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Treisiú nó pionós a ghearradh ar chomharthaí sonracha as freagraí srianta. Déanfar luachanna laofachta a chlampáil idir -100 agus 100 (san áireamh). (Réamhshocrú: ceann ar bith)",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Treisiú nó pionós a ghearradh ar chomharthaí sonracha as freagraí srianta. Déanfar luachanna laofachta a chlampáil idir -100 agus 100 (san áireamh). (Réamhshocrú: ceann ar bith)",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Eochair API Cuardaigh Brave",
|
"Brave Search API Key": "Eochair API Cuardaigh Brave",
|
||||||
"By {{name}}": "Le {{name}}",
|
"By {{name}}": "Le {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "Seachbhóthar Leabú agus Aisghabháil",
|
"Bypass Embedding and Retrieval": "Seachbhóthar Leabú agus Aisghabháil",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Cruthaigh Eolais",
|
"Create Knowledge": "Cruthaigh Eolais",
|
||||||
"Create new key": "Cruthaigh eochair nua",
|
"Create new key": "Cruthaigh eochair nua",
|
||||||
"Create new secret key": "Cruthaigh eochair rúnda nua",
|
"Create new secret key": "Cruthaigh eochair rúnda nua",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Cruthaithe ag",
|
"Created at": "Cruthaithe ag",
|
||||||
"Created At": "Cruthaithe Ag",
|
"Created At": "Cruthaithe Ag",
|
||||||
"Created by": "Cruthaithe ag",
|
"Created by": "Cruthaithe ag",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Scrios feidhm?",
|
"Delete function?": "Scrios feidhm?",
|
||||||
"Delete Message": "Scrios Teachtaireacht",
|
"Delete Message": "Scrios Teachtaireacht",
|
||||||
"Delete message?": "Scrios teachtaireacht?",
|
"Delete message?": "Scrios teachtaireacht?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Scrios leid?",
|
"Delete prompt?": "Scrios leid?",
|
||||||
"delete this link": "scrios an nasc seo",
|
"delete this link": "scrios an nasc seo",
|
||||||
"Delete tool?": "Uirlis a scriosadh?",
|
"Delete tool?": "Uirlis a scriosadh?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Íoslódáil Bunachair",
|
"Download Database": "Íoslódáil Bunachair",
|
||||||
"Drag and drop a file to upload or select a file to view": "Tarraing agus scaoil comhad le huaslódáil nó roghnaigh comhad le féachaint air",
|
"Drag and drop a file to upload or select a file to view": "Tarraing agus scaoil comhad le huaslódáil nó roghnaigh comhad le féachaint air",
|
||||||
"Draw": "Tarraing",
|
"Draw": "Tarraing",
|
||||||
"Drop any files here to add to the conversation": "Scaoil aon chomhaid anseo le cur leis an gcomhrá",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "m.sh. '30s', '10m'. Is iad aonaid ama bailí ná 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "m.sh. '30s', '10m'. Is iad aonaid ama bailí ná 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "m.sh. \"json\" nó scéimre JSON",
|
"e.g. \"json\" or a JSON schema": "m.sh. \"json\" nó scéimre JSON",
|
||||||
"e.g. 60": "m.sh. 60",
|
"e.g. 60": "m.sh. 60",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "m.sh. mo_scagaire",
|
"e.g. my_filter": "m.sh. mo_scagaire",
|
||||||
"e.g. my_tools": "m.sh. mo_uirlisí",
|
"e.g. my_tools": "m.sh. mo_uirlisí",
|
||||||
"e.g. Tools for performing various operations": "m.sh. Uirlisí chun oibríochtaí éagsúla a dhéanamh",
|
"e.g. Tools for performing various operations": "m.sh. Uirlisí chun oibríochtaí éagsúla a dhéanamh",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "m.sh., en-US, ja-JP (fág bán le haghaidh uathbhraite)",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "m.sh., en-US, ja-JP (fág bán le haghaidh uathbhraite)",
|
||||||
"Edit": "Cuir in eagar",
|
"Edit": "Cuir in eagar",
|
||||||
"Edit Arena Model": "Cuir Samhail Airéine in Eagar",
|
"Edit Arena Model": "Cuir Samhail Airéine in Eagar",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Cuir isteach Méid an Smután",
|
"Enter Chunk Size": "Cuir isteach Méid an Smután",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Cuir isteach péirí camóg-scartha \"comhartha:luach laofachta\" (mar shampla: 5432:100, 413:-100)",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Cuir isteach péirí camóg-scartha \"comhartha:luach laofachta\" (mar shampla: 5432:100, 413:-100)",
|
||||||
"Enter description": "Iontráil cur síos",
|
"Enter description": "Iontráil cur síos",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "Cuir isteach URL Freastalaí Doling",
|
"Enter Docling Server URL": "Cuir isteach URL Freastalaí Doling",
|
||||||
"Enter Document Intelligence Endpoint": "Iontráil Críochphointe Faisnéise Doiciméid",
|
"Enter Document Intelligence Endpoint": "Iontráil Críochphointe Faisnéise Doiciméid",
|
||||||
"Enter Document Intelligence Key": "Iontráil Eochair Faisnéise Doiciméad",
|
"Enter Document Intelligence Key": "Iontráil Eochair Faisnéise Doiciméad",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "Cumraíocht Gemini API",
|
"Gemini API Config": "Cumraíocht Gemini API",
|
||||||
"Gemini API Key is required.": "Tá Eochair Gemini API ag teastáil.",
|
"Gemini API Key is required.": "Tá Eochair Gemini API ag teastáil.",
|
||||||
"General": "Ginearálta",
|
"General": "Ginearálta",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "Gin íomhá",
|
"Generate an image": "Gin íomhá",
|
||||||
"Generate Image": "Gin Íomhá",
|
"Generate Image": "Gin Íomhá",
|
||||||
"Generate prompt pair": "Gin péire pras",
|
"Generate prompt pair": "Gin péire pras",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Cumraíocht Iompórtáil ó Chomhad JSON",
|
"Import Config from JSON File": "Cumraíocht Iompórtáil ó Chomhad JSON",
|
||||||
"Import Functions": "Feidhmeanna Iom",
|
"Import Functions": "Feidhmeanna Iom",
|
||||||
"Import Models": "Múnlaí a Iompórtáil",
|
"Import Models": "Múnlaí a Iompórtáil",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Réamhshocruithe Iompórtáil",
|
"Import Presets": "Réamhshocruithe Iompórtáil",
|
||||||
"Import Prompts": "Leideanna Iompórtála",
|
"Import Prompts": "Leideanna Iompórtála",
|
||||||
"Import Tools": "Uirlisí Iomp",
|
"Import Tools": "Uirlisí Iomp",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Bainistigh píblín",
|
"Manage Pipelines": "Bainistigh píblín",
|
||||||
"Manage Tool Servers": "Bainistigh Freastalaithe Uirlisí",
|
"Manage Tool Servers": "Bainistigh Freastalaithe Uirlisí",
|
||||||
"March": "Márta",
|
"March": "Márta",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Comharthaí Uasta (num_predicate)",
|
"Max Tokens (num_predict)": "Comharthaí Uasta (num_predicate)",
|
||||||
"Max Upload Count": "Líon Uaslódála Max",
|
"Max Upload Count": "Líon Uaslódála Max",
|
||||||
"Max Upload Size": "Méid Uaslódála Max",
|
"Max Upload Size": "Méid Uaslódála Max",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "Dúchasach",
|
"Native": "Dúchasach",
|
||||||
"New Chat": "Comhrá Nua",
|
"New Chat": "Comhrá Nua",
|
||||||
"New Folder": "Fillteán Nua",
|
"New Folder": "Fillteán Nua",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Pasfhocal Nua",
|
"New Password": "Pasfhocal Nua",
|
||||||
"new-channel": "nua-chainéil",
|
"new-channel": "nua-chainéil",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Níor aimsíodh aon ábhar",
|
"No content found": "Níor aimsíodh aon ábhar",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Níl aon ábhar le labhairt",
|
"No content to speak": "Níl aon ábhar le labhairt",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "Gan IDanna múnla",
|
"No model IDs": "Gan IDanna múnla",
|
||||||
"No models found": "Níor aimsíodh aon mhúnlaí",
|
"No models found": "Níor aimsíodh aon mhúnlaí",
|
||||||
"No models selected": "Níor roghnaíodh aon mhúnlaí",
|
"No models selected": "Níor roghnaíodh aon mhúnlaí",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "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 search query generated": "Ní ghintear aon cheist cuardaigh",
|
||||||
"No source available": "Níl aon fhoinse ar fáil",
|
"No source available": "Níl aon fhoinse ar fáil",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Dada",
|
"None": "Dada",
|
||||||
"Not factually correct": "Níl sé ceart go fírineach",
|
"Not factually correct": "Níl sé ceart go fírineach",
|
||||||
"Not helpful": "Gan a bheith cabhrach",
|
"Not helpful": "Gan a bheith cabhrach",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nóta: Má shocraíonn tú íosscór, ní thabharfaidh an cuardach ach doiciméid a bhfuil scór níos mó ná nó cothrom leis an scór íosta ar ais.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nóta: Má shocraíonn tú íosscór, ní thabharfaidh an cuardach ach doiciméid a bhfuil scór níos mó ná nó cothrom leis an scór íosta ar ais.",
|
||||||
"Notes": "Nótaí",
|
"Notes": "Nótaí",
|
||||||
"Notification Sound": "Fuaim Fógra",
|
"Notification Sound": "Fuaim Fógra",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "Léigh",
|
"Read": "Léigh",
|
||||||
"Read Aloud": "Léigh Ard",
|
"Read Aloud": "Léigh Ard",
|
||||||
"Reasoning Effort": "Iarracht Réasúnúcháin",
|
"Reasoning Effort": "Iarracht Réasúnúcháin",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Taifead guth",
|
"Record voice": "Taifead guth",
|
||||||
"Redirecting you to Open WebUI Community": "Tú a atreorú chuig OpenWebUI Community",
|
"Redirecting you to Open WebUI Community": "Tú a atreorú chuig OpenWebUI Community",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Laghdaíonn sé an dóchúlacht go giniúint nonsense. Tabharfaidh luach níos airde (m.sh. 100) freagraí níos éagsúla, agus beidh luach níos ísle (m.sh. 10) níos coimeádaí.",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Laghdaíonn sé an dóchúlacht go giniúint nonsense. Tabharfaidh luach níos airde (m.sh. 100) freagraí níos éagsúla, agus beidh luach níos ísle (m.sh. 10) níos coimeádaí.",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "Cuardaíodh {{count}} suíomh",
|
"Searched {{count}} sites": "Cuardaíodh {{count}} suíomh",
|
||||||
"Searching \"{{searchQuery}}\"": "Ag cuardach \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Ag cuardach \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Cuardach Eolas do \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Cuardach Eolas do \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "URL ceisteanna cuardaigh",
|
"Searxng Query URL": "URL ceisteanna cuardaigh",
|
||||||
"See readme.md for instructions": "Féach readme.md le haghaidh treoracha",
|
"See readme.md for instructions": "Féach readme.md le haghaidh treoracha",
|
||||||
"See what's new": "Féach cad atá nua",
|
"See what's new": "Féach cad atá nua",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Díphoráil",
|
"Unpin": "Díphoráil",
|
||||||
"Unravel secrets": "Rúin a réiteach",
|
"Unravel secrets": "Rúin a réiteach",
|
||||||
"Untagged": "Gan chlib",
|
"Untagged": "Gan chlib",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Nuashonraigh",
|
"Update": "Nuashonraigh",
|
||||||
"Update and Copy Link": "Nuashonraigh agus Cóipeáil Nasc",
|
"Update and Copy Link": "Nuashonraigh agus Cóipeáil Nasc",
|
||||||
"Update for the latest features and improvements.": "Nuashonrú le haghaidh na gnéithe agus na feabhsuithe is déanaí.",
|
"Update for the latest features and improvements.": "Nuashonrú le haghaidh na gnéithe agus na feabhsuithe is déanaí.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
||||||
"(e.g. `sh webui.sh --api`)": "(p.e. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(p.e. `sh webui.sh --api`)",
|
||||||
"(latest)": "(ultima)",
|
"(latest)": "(ultima)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ modelli }}",
|
"{{ models }}": "{{ modelli }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Risposta non valida",
|
"Bad Response": "Risposta non valida",
|
||||||
"Banners": "Banner",
|
"Banners": "Banner",
|
||||||
"Base Model (From)": "Modello base (da)",
|
"Base Model (From)": "Modello base (da)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "",
|
"Batch Size (num_batch)": "",
|
||||||
"before": "prima",
|
"before": "prima",
|
||||||
"Being lazy": "Essere pigri",
|
"Being lazy": "Essere pigri",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Chiave API di ricerca Brave",
|
"Brave Search API Key": "Chiave API di ricerca Brave",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "Crea nuova chiave",
|
"Create new key": "Crea nuova chiave",
|
||||||
"Create new secret key": "Crea nuova chiave segreta",
|
"Create new secret key": "Crea nuova chiave segreta",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Creato il",
|
"Created at": "Creato il",
|
||||||
"Created At": "Creato il",
|
"Created At": "Creato il",
|
||||||
"Created by": "",
|
"Created by": "",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "",
|
"Delete function?": "",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "",
|
"Delete prompt?": "",
|
||||||
"delete this link": "elimina questo link",
|
"delete this link": "elimina questo link",
|
||||||
"Delete tool?": "",
|
"Delete tool?": "",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Scarica database",
|
"Download Database": "Scarica database",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "Trascina qui i file da aggiungere alla conversazione",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "ad esempio '30s','10m'. Le unità di tempo valide sono 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "ad esempio '30s','10m'. Le unità di tempo valide sono 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Modifica",
|
"Edit": "Modifica",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Inserisci la dimensione chunk",
|
"Enter Chunk Size": "Inserisci la dimensione chunk",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Generale",
|
"General": "Generale",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "",
|
"Generate Image": "",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "",
|
"Import Functions": "",
|
||||||
"Import Models": "Importazione di modelli",
|
"Import Models": "Importazione di modelli",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "Importa prompt",
|
"Import Prompts": "Importa prompt",
|
||||||
"Import Tools": "",
|
"Import Tools": "",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Gestire le pipeline",
|
"Manage Pipelines": "Gestire le pipeline",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Marzo",
|
"March": "Marzo",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Numero massimo di gettoni (num_predict)",
|
"Max Tokens (num_predict)": "Numero massimo di gettoni (num_predict)",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "Nuova chat",
|
"New Chat": "Nuova chat",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Nuova password",
|
"New Password": "Nuova password",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "",
|
"No content to speak": "",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Nessun risultato trovato",
|
"No results found": "Nessun risultato trovato",
|
||||||
"No search query generated": "Nessuna query di ricerca generata",
|
"No search query generated": "Nessuna query di ricerca generata",
|
||||||
"No source available": "Nessuna fonte disponibile",
|
"No source available": "Nessuna fonte disponibile",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Nessuno",
|
"None": "Nessuno",
|
||||||
"Not factually correct": "Non corretto dal punto di vista fattuale",
|
"Not factually correct": "Non corretto dal punto di vista fattuale",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: se imposti un punteggio minimo, la ricerca restituirà solo i documenti con un punteggio maggiore o uguale al punteggio minimo.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: se imposti un punteggio minimo, la ricerca restituirà solo i documenti con un punteggio maggiore o uguale al punteggio minimo.",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "Leggi ad alta voce",
|
"Read Aloud": "Leggi ad alta voce",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Registra voce",
|
"Record voice": "Registra voce",
|
||||||
"Redirecting you to Open WebUI Community": "Reindirizzamento alla comunità OpenWebUI",
|
"Redirecting you to Open WebUI Community": "Reindirizzamento alla comunità OpenWebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "",
|
"Searching \"{{searchQuery}}\"": "",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng Query URL",
|
"Searxng Query URL": "Searxng Query URL",
|
||||||
"See readme.md for instructions": "Vedi readme.md per le istruzioni",
|
"See readme.md for instructions": "Vedi readme.md per le istruzioni",
|
||||||
"See what's new": "Guarda le novità",
|
"See what's new": "Guarda le novità",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "",
|
"Unpin": "",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "",
|
"Update": "",
|
||||||
"Update and Copy Link": "Aggiorna e copia link",
|
"Update and Copy Link": "Aggiorna e copia link",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(例: `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(例: `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(例: `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(例: `sh webui.sh --api`)",
|
||||||
"(latest)": "(最新)",
|
"(latest)": "(最新)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ モデル }}",
|
"{{ models }}": "{{ モデル }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "応答が悪い",
|
"Bad Response": "応答が悪い",
|
||||||
"Banners": "バナー",
|
"Banners": "バナー",
|
||||||
"Base Model (From)": "ベースモデル (From)",
|
"Base Model (From)": "ベースモデル (From)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "バッチサイズ (num_batch)",
|
"Batch Size (num_batch)": "バッチサイズ (num_batch)",
|
||||||
"before": "より前",
|
"before": "より前",
|
||||||
"Being lazy": "怠惰な",
|
"Being lazy": "怠惰な",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Brave Search APIキー",
|
"Brave Search API Key": "Brave Search APIキー",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "ナレッジベース作成",
|
"Create Knowledge": "ナレッジベース作成",
|
||||||
"Create new key": "新しいキーを作成",
|
"Create new key": "新しいキーを作成",
|
||||||
"Create new secret key": "新しいシークレットキーを作成",
|
"Create new secret key": "新しいシークレットキーを作成",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "作成日時",
|
"Created at": "作成日時",
|
||||||
"Created At": "作成日時",
|
"Created At": "作成日時",
|
||||||
"Created by": "",
|
"Created by": "",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Functionを削除しますか?",
|
"Delete function?": "Functionを削除しますか?",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "プロンプトを削除しますか?",
|
"Delete prompt?": "プロンプトを削除しますか?",
|
||||||
"delete this link": "このリンクを削除します",
|
"delete this link": "このリンクを削除します",
|
||||||
"Delete tool?": "ツールを削除しますか?",
|
"Delete tool?": "ツールを削除しますか?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "データベースをダウンロード",
|
"Download Database": "データベースをダウンロード",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "会話を追加するには、ここにファイルをドロップしてください",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "例: '30秒'、'10分'。有効な時間単位は '秒'、'分'、'時間' です。",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "例: '30秒'、'10分'。有効な時間単位は '秒'、'分'、'時間' です。",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "編集",
|
"Edit": "編集",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "チャンクサイズを入力してください",
|
"Enter Chunk Size": "チャンクサイズを入力してください",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "一般",
|
"General": "一般",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "",
|
"Generate Image": "",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "設定をJSONファイルからインポート",
|
"Import Config from JSON File": "設定をJSONファイルからインポート",
|
||||||
"Import Functions": "Functionのインポート",
|
"Import Functions": "Functionのインポート",
|
||||||
"Import Models": "モデルのインポート",
|
"Import Models": "モデルのインポート",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "プロンプトをインポート",
|
"Import Prompts": "プロンプトをインポート",
|
||||||
"Import Tools": "ツールのインポート",
|
"Import Tools": "ツールのインポート",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "パイプラインの管理",
|
"Manage Pipelines": "パイプラインの管理",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "3月",
|
"March": "3月",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "最大トークン数 (num_predict)",
|
"Max Tokens (num_predict)": "最大トークン数 (num_predict)",
|
||||||
"Max Upload Count": "最大アップロード数",
|
"Max Upload Count": "最大アップロード数",
|
||||||
"Max Upload Size": "最大アップロードサイズ",
|
"Max Upload Size": "最大アップロードサイズ",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "新しいチャット",
|
"New Chat": "新しいチャット",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "新しいパスワード",
|
"New Password": "新しいパスワード",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "",
|
"No content to speak": "",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "結果が見つかりません",
|
"No results found": "結果が見つかりません",
|
||||||
"No search query generated": "検索クエリは生成されません",
|
"No search query generated": "検索クエリは生成されません",
|
||||||
"No source available": "使用可能なソースがありません",
|
"No source available": "使用可能なソースがありません",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "何一つ",
|
"None": "何一つ",
|
||||||
"Not factually correct": "実事上正しくない",
|
"Not factually correct": "実事上正しくない",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:最小スコアを設定した場合、検索は最小スコア以上のスコアを持つドキュメントのみを返します。",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:最小スコアを設定した場合、検索は最小スコア以上のスコアを持つドキュメントのみを返します。",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "通知音",
|
"Notification Sound": "通知音",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "読み上げ",
|
"Read Aloud": "読み上げ",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "音声を録音",
|
"Record voice": "音声を録音",
|
||||||
"Redirecting you to Open WebUI Community": "OpenWebUI コミュニティにリダイレクトしています",
|
"Redirecting you to Open WebUI Community": "OpenWebUI コミュニティにリダイレクトしています",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "",
|
"Searching \"{{searchQuery}}\"": "",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng クエリ URL",
|
"Searxng Query URL": "Searxng クエリ URL",
|
||||||
"See readme.md for instructions": "手順については readme.md を参照してください",
|
"See readme.md for instructions": "手順については readme.md を参照してください",
|
||||||
"See what's new": "新機能を見る",
|
"See what's new": "新機能を見る",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "",
|
"Unpin": "",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "",
|
"Update": "",
|
||||||
"Update and Copy Link": "リンクの更新とコピー",
|
"Update and Copy Link": "リンクの更新とコピー",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(მაგ: `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(მაგ: `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(მაგ: `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(მაგ: `sh webui.sh --api`)",
|
||||||
"(latest)": "(უახლესი)",
|
"(latest)": "(უახლესი)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ მოდელები }}",
|
"{{ models }}": "{{ მოდელები }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "არასწორი პასუხი",
|
"Bad Response": "არასწორი პასუხი",
|
||||||
"Banners": "ბანერები",
|
"Banners": "ბანერები",
|
||||||
"Base Model (From)": "საბაზისო მოდელი (საიდან)",
|
"Base Model (From)": "საბაზისო მოდელი (საიდან)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "",
|
"Batch Size (num_batch)": "",
|
||||||
"before": "მითითებულ დრომდე",
|
"before": "მითითებულ დრომდე",
|
||||||
"Being lazy": "ზარმაცობა",
|
"Being lazy": "ზარმაცობა",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Brave Search API-ის გასაღები",
|
"Brave Search API Key": "Brave Search API-ის გასაღები",
|
||||||
"By {{name}}": "ავტორი {{name}}",
|
"By {{name}}": "ავტორი {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "ახალი გასაღების შექმნა",
|
"Create new key": "ახალი გასაღების შექმნა",
|
||||||
"Create new secret key": "ახალი საიდუმლო გასაღების შექმნა",
|
"Create new secret key": "ახალი საიდუმლო გასაღების შექმნა",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "შექმნის დრო",
|
"Created at": "შექმნის დრო",
|
||||||
"Created At": "შექმნის დრო",
|
"Created At": "შექმნის დრო",
|
||||||
"Created by": "ავტორი",
|
"Created by": "ავტორი",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "წავშალო ფუნქცია?",
|
"Delete function?": "წავშალო ფუნქცია?",
|
||||||
"Delete Message": "შეტყობინების წაშლა",
|
"Delete Message": "შეტყობინების წაშლა",
|
||||||
"Delete message?": "წავშალო შეტყობინება?",
|
"Delete message?": "წავშალო შეტყობინება?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "წავშალო მოთხოვნის ზოლი?",
|
"Delete prompt?": "წავშალო მოთხოვნის ზოლი?",
|
||||||
"delete this link": "ამ ბმული წაშლა",
|
"delete this link": "ამ ბმული წაშლა",
|
||||||
"Delete tool?": "წავშალო ხელსაწყო?",
|
"Delete tool?": "წავშალო ხელსაწყო?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "მონაცემთა ბაზის გადმოწერა",
|
"Download Database": "მონაცემთა ბაზის გადმოწერა",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "ხატვა",
|
"Draw": "ხატვა",
|
||||||
"Drop any files here to add to the conversation": "დაყარეთ ფაილები აქ მათი საუბარში ჩასამატებლად",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "მაგ: '30წ', '10მ'. მოქმედი დროის ერთეულები: 'წ', 'წთ', 'სთ'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "მაგ: '30წ', '10მ'. მოქმედი დროის ერთეულები: 'წ', 'წთ', 'სთ'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "მაგ: 60",
|
"e.g. 60": "მაგ: 60",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "მაგ: ჩემი_ფილტრი",
|
"e.g. my_filter": "მაგ: ჩემი_ფილტრი",
|
||||||
"e.g. my_tools": "მაგ: ჩემი_ხელსაწყოები",
|
"e.g. my_tools": "მაგ: ჩემი_ხელსაწყოები",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "ჩასწორება",
|
"Edit": "ჩასწორება",
|
||||||
"Edit Arena Model": "არენის მოდელის ჩასწორება",
|
"Edit Arena Model": "არენის მოდელის ჩასწორება",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "შეიყვანე ფრაგმენტის ზომა",
|
"Enter Chunk Size": "შეიყვანე ფრაგმენტის ზომა",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "შეიყვანეთ აღწერა",
|
"Enter description": "შეიყვანეთ აღწერა",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "ზოგადი",
|
"General": "ზოგადი",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "",
|
"Generate Image": "",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "",
|
"Import Functions": "",
|
||||||
"Import Models": "მოდელების შემოტანა",
|
"Import Models": "მოდელების შემოტანა",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "პრესეტების შემოტანა",
|
"Import Presets": "პრესეტების შემოტანა",
|
||||||
"Import Prompts": "მოთხოვნების შემოტანა",
|
"Import Prompts": "მოთხოვნების შემოტანა",
|
||||||
"Import Tools": "",
|
"Import Tools": "",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "მილსადენების მართვა",
|
"Manage Pipelines": "მილსადენების მართვა",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "მარტი",
|
"March": "მარტი",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "მაქს. ტოკეტები (num_predict)",
|
"Max Tokens (num_predict)": "მაქს. ტოკეტები (num_predict)",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "საკუთარი",
|
"Native": "საკუთარი",
|
||||||
"New Chat": "ახალი მიმოწერა",
|
"New Chat": "ახალი მიმოწერა",
|
||||||
"New Folder": "ახალი საქაღალდე",
|
"New Folder": "ახალი საქაღალდე",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "ახალი პაროლი",
|
"New Password": "ახალი პაროლი",
|
||||||
"new-channel": "new-channel",
|
"new-channel": "new-channel",
|
||||||
|
"No content": "",
|
||||||
"No content found": "შემცველობა აღმოჩენილი არაა",
|
"No content found": "შემცველობა აღმოჩენილი არაა",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "წარმოსათქმელი შემცველობის გარეშე",
|
"No content to speak": "წარმოსათქმელი შემცველობის გარეშე",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "მოდელის ID-ების გარეშე",
|
"No model IDs": "მოდელის ID-ების გარეშე",
|
||||||
"No models found": "მოდელები აღმოჩენილი არაა",
|
"No models found": "მოდელები აღმოჩენილი არაა",
|
||||||
"No models selected": "მოდელები არჩეული არაა",
|
"No models selected": "მოდელები არჩეული არაა",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "შედეგების გარეშე",
|
"No results found": "შედეგების გარეშე",
|
||||||
"No search query generated": "ძებნის მოთხოვნა არ შექმნილა",
|
"No search query generated": "ძებნის მოთხოვნა არ შექმნილა",
|
||||||
"No source available": "წყარო ხელმისაწვდომი არაა",
|
"No source available": "წყარო ხელმისაწვდომი არაა",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "არცერთი",
|
"None": "არცერთი",
|
||||||
"Not factually correct": "მთლად სწორი არაა",
|
"Not factually correct": "მთლად სწორი არაა",
|
||||||
"Not helpful": "სასარგებლო არაა",
|
"Not helpful": "სასარგებლო არაა",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "შენიშვნა: თუ თქვენ დააყენებთ მინიმალურ ქულას, ძებნა დააბრუნებს მხოლოდ დოკუმენტებს მინიმალური ქულის მეტი ან ტოლი ქულით.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "შენიშვნა: თუ თქვენ დააყენებთ მინიმალურ ქულას, ძებნა დააბრუნებს მხოლოდ დოკუმენტებს მინიმალური ქულის მეტი ან ტოლი ქულით.",
|
||||||
"Notes": "შენიშვნები",
|
"Notes": "შენიშვნები",
|
||||||
"Notification Sound": "გაფრთხილების ხმა",
|
"Notification Sound": "გაფრთხილების ხმა",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "წაკითხვა",
|
"Read": "წაკითხვა",
|
||||||
"Read Aloud": "ხმამაღლა წაკითხვა",
|
"Read Aloud": "ხმამაღლა წაკითხვა",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "ხმის ჩაწერა",
|
"Record voice": "ხმის ჩაწერა",
|
||||||
"Redirecting you to Open WebUI Community": "მიმდინარეობს გადამისამართება OpenWebUI-ის საზოგადოების საიტზე",
|
"Redirecting you to Open WebUI Community": "მიმდინარეობს გადამისამართება OpenWebUI-ის საზოგადოების საიტზე",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "მოძებნილია {{count}} საიტზე",
|
"Searched {{count}} sites": "მოძებნილია {{count}} საიტზე",
|
||||||
"Searching \"{{searchQuery}}\"": "მიმდინარეობს ძებნა \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "მიმდინარეობს ძებნა \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng Query URL",
|
"Searxng Query URL": "Searxng Query URL",
|
||||||
"See readme.md for instructions": "ინსტრუქციებისთვის იხილეთ readme.md",
|
"See readme.md for instructions": "ინსტრუქციებისთვის იხილეთ readme.md",
|
||||||
"See what's new": "ნახეთ, რა არის ახალი",
|
"See what's new": "ნახეთ, რა არის ახალი",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "ჩამოხსნა",
|
"Unpin": "ჩამოხსნა",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "ჭდის გარეშე",
|
"Untagged": "ჭდის გარეშე",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "განახლება",
|
"Update": "განახლება",
|
||||||
"Update and Copy Link": "განახლება და ბმულის კოპირება",
|
"Update and Copy Link": "განახლება და ბმულის კოპირება",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(예: `sh webui.sh --api --api-auth 사용자이름_비밀번호`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(예: `sh webui.sh --api --api-auth 사용자이름_비밀번호`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(예: `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(예: `sh webui.sh --api`)",
|
||||||
"(latest)": "(최근)",
|
"(latest)": "(최근)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "사용 가능한 도구 {{COUNT}}개",
|
"{{COUNT}} Available Tools": "사용 가능한 도구 {{COUNT}}개",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "잘못된 응답",
|
"Bad Response": "잘못된 응답",
|
||||||
"Banners": "배너",
|
"Banners": "배너",
|
||||||
"Base Model (From)": "기본 모델(시작)",
|
"Base Model (From)": "기본 모델(시작)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "배치 크기 (num_batch)",
|
"Batch Size (num_batch)": "배치 크기 (num_batch)",
|
||||||
"before": "이전",
|
"before": "이전",
|
||||||
"Being lazy": "게으름 피우기",
|
"Being lazy": "게으름 피우기",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Bing Search V7 구독 키",
|
"Bing Search V7 Subscription Key": "Bing Search V7 구독 키",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Brave Search API 키",
|
"Brave Search API Key": "Brave Search API 키",
|
||||||
"By {{name}}": "작성자: {{name}}",
|
"By {{name}}": "작성자: {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "임베딩 검색 우회",
|
"Bypass Embedding and Retrieval": "임베딩 검색 우회",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "지식 생성",
|
"Create Knowledge": "지식 생성",
|
||||||
"Create new key": "새로운 키 생성",
|
"Create new key": "새로운 키 생성",
|
||||||
"Create new secret key": "새로운 비밀 키 생성",
|
"Create new secret key": "새로운 비밀 키 생성",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "생성일",
|
"Created at": "생성일",
|
||||||
"Created At": "생성일",
|
"Created At": "생성일",
|
||||||
"Created by": "생성자",
|
"Created by": "생성자",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "함수를 삭제하시겠습니까?",
|
"Delete function?": "함수를 삭제하시겠습니까?",
|
||||||
"Delete Message": "메시지 삭제",
|
"Delete Message": "메시지 삭제",
|
||||||
"Delete message?": "메시지를 삭제하시겠습니까?",
|
"Delete message?": "메시지를 삭제하시겠습니까?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "프롬프트를 삭제하시겠습니까?",
|
"Delete prompt?": "프롬프트를 삭제하시겠습니까?",
|
||||||
"delete this link": "이 링크를 삭제합니다.",
|
"delete this link": "이 링크를 삭제합니다.",
|
||||||
"Delete tool?": "도구를 삭제하시겠습니까?",
|
"Delete tool?": "도구를 삭제하시겠습니까?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "데이터베이스 다운로드",
|
"Download Database": "데이터베이스 다운로드",
|
||||||
"Drag and drop a file to upload or select a file to view": "파일을 끌어다 놓아 업로드하거나 파일을 선택하여 보기",
|
"Drag and drop a file to upload or select a file to view": "파일을 끌어다 놓아 업로드하거나 파일을 선택하여 보기",
|
||||||
"Draw": "그리기",
|
"Draw": "그리기",
|
||||||
"Drop any files here to add to the conversation": "대화에 추가할 파일을 여기에 드롭하세요.",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "예: '30초','10분'. 유효한 시간 단위는 '초', '분', '시'입니다.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "예: '30초','10분'. 유효한 시간 단위는 '초', '분', '시'입니다.",
|
||||||
"e.g. \"json\" or a JSON schema": "예: \\\"json\\\" 또는 JSON 스키마",
|
"e.g. \"json\" or a JSON schema": "예: \\\"json\\\" 또는 JSON 스키마",
|
||||||
"e.g. 60": "예: 60",
|
"e.g. 60": "예: 60",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "예: my_filter",
|
"e.g. my_filter": "예: my_filter",
|
||||||
"e.g. my_tools": "예: my_tools",
|
"e.g. my_tools": "예: my_tools",
|
||||||
"e.g. Tools for performing various operations": "예: 다양한 작업을 수행하는 도구",
|
"e.g. Tools for performing various operations": "예: 다양한 작업을 수행하는 도구",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "예: en-US, ja-JP (자동 감지를 위해 비워 두세요)",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "예: en-US, ja-JP (자동 감지를 위해 비워 두세요)",
|
||||||
"Edit": "편집",
|
"Edit": "편집",
|
||||||
"Edit Arena Model": "아레나 모델 편집",
|
"Edit Arena Model": "아레나 모델 편집",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "청크 크기 입력",
|
"Enter Chunk Size": "청크 크기 입력",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "쉼표로 구분된 \\\"토큰:편향_값\\\" 쌍 입력 (예: 5432:100, 413:-100)",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "쉼표로 구분된 \\\"토큰:편향_값\\\" 쌍 입력 (예: 5432:100, 413:-100)",
|
||||||
"Enter description": "설명 입력",
|
"Enter description": "설명 입력",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "Docling 서버 URL 입력",
|
"Enter Docling Server URL": "Docling 서버 URL 입력",
|
||||||
"Enter Document Intelligence Endpoint": "Document Intelligence 엔드포인트 입력",
|
"Enter Document Intelligence Endpoint": "Document Intelligence 엔드포인트 입력",
|
||||||
"Enter Document Intelligence Key": "Document Intelligence 키 입력",
|
"Enter Document Intelligence Key": "Document Intelligence 키 입력",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "Gemini API 구성",
|
"Gemini API Config": "Gemini API 구성",
|
||||||
"Gemini API Key is required.": "Gemini API 키가 필요합니다.",
|
"Gemini API Key is required.": "Gemini API 키가 필요합니다.",
|
||||||
"General": "일반",
|
"General": "일반",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "이미지 생성",
|
"Generate Image": "이미지 생성",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "JSON 파일에서 Config 불러오기",
|
"Import Config from JSON File": "JSON 파일에서 Config 불러오기",
|
||||||
"Import Functions": "함수 가져오기",
|
"Import Functions": "함수 가져오기",
|
||||||
"Import Models": "모델 가져오기",
|
"Import Models": "모델 가져오기",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "프리셋 가져오기",
|
"Import Presets": "프리셋 가져오기",
|
||||||
"Import Prompts": "프롬프트 가져오기",
|
"Import Prompts": "프롬프트 가져오기",
|
||||||
"Import Tools": "도구 가져오기",
|
"Import Tools": "도구 가져오기",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "파이프라인 관리",
|
"Manage Pipelines": "파이프라인 관리",
|
||||||
"Manage Tool Servers": "툴 서버 관리",
|
"Manage Tool Servers": "툴 서버 관리",
|
||||||
"March": "3월",
|
"March": "3월",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "최대 토큰(num_predict)",
|
"Max Tokens (num_predict)": "최대 토큰(num_predict)",
|
||||||
"Max Upload Count": "업로드 최대 수",
|
"Max Upload Count": "업로드 최대 수",
|
||||||
"Max Upload Size": "업로드 최대 사이즈",
|
"Max Upload Size": "업로드 최대 사이즈",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "네이티브",
|
"Native": "네이티브",
|
||||||
"New Chat": "새 채팅",
|
"New Chat": "새 채팅",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "새 비밀번호",
|
"New Password": "새 비밀번호",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "내용을 찾을 수 없음",
|
"No content found": "내용을 찾을 수 없음",
|
||||||
"No content found in file.": "파일에서 내용을 찾을 수 없습니다.",
|
"No content found in file.": "파일에서 내용을 찾을 수 없습니다.",
|
||||||
"No content to speak": "음성 출력할 내용을 찾을 수 없음",
|
"No content to speak": "음성 출력할 내용을 찾을 수 없음",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "모델 ID 없음",
|
"No model IDs": "모델 ID 없음",
|
||||||
"No models found": "모델 없음",
|
"No models found": "모델 없음",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "결과 없음",
|
"No results found": "결과 없음",
|
||||||
"No search query generated": "검색어가 생성되지 않았습니다.",
|
"No search query generated": "검색어가 생성되지 않았습니다.",
|
||||||
"No source available": "사용 가능한 소스 없음",
|
"No source available": "사용 가능한 소스 없음",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "없음",
|
"None": "없음",
|
||||||
"Not factually correct": "사실상 맞지 않음",
|
"Not factually correct": "사실상 맞지 않음",
|
||||||
"Not helpful": "도움이 되지않음",
|
"Not helpful": "도움이 되지않음",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "참고: 최소 점수를 설정하면, 검색 결과로 최소 점수 이상의 점수를 가진 문서만 반환합니다.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "참고: 최소 점수를 설정하면, 검색 결과로 최소 점수 이상의 점수를 가진 문서만 반환합니다.",
|
||||||
"Notes": "노트",
|
"Notes": "노트",
|
||||||
"Notification Sound": "알림 소리",
|
"Notification Sound": "알림 소리",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "읽기",
|
"Read": "읽기",
|
||||||
"Read Aloud": "읽어주기",
|
"Read Aloud": "읽어주기",
|
||||||
"Reasoning Effort": "추론 난이도",
|
"Reasoning Effort": "추론 난이도",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "음성 녹음",
|
"Record voice": "음성 녹음",
|
||||||
"Redirecting you to Open WebUI Community": "OpenWebUI 커뮤니티로 리디렉션 중",
|
"Redirecting you to Open WebUI Community": "OpenWebUI 커뮤니티로 리디렉션 중",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "{{count}}개 사이트 검색됨",
|
"Searched {{count}} sites": "{{count}}개 사이트 검색됨",
|
||||||
"Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" 검색 중",
|
"Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" 검색 중",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\"위한 지식 기반 검색 중",
|
"Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\"위한 지식 기반 검색 중",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng 쿼리 URL",
|
"Searxng Query URL": "Searxng 쿼리 URL",
|
||||||
"See readme.md for instructions": "설명은 readme.md를 참조하세요.",
|
"See readme.md for instructions": "설명은 readme.md를 참조하세요.",
|
||||||
"See what's new": "새로운 기능 보기",
|
"See what's new": "새로운 기능 보기",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "고정 해제",
|
"Unpin": "고정 해제",
|
||||||
"Unravel secrets": "비밀 풀기",
|
"Unravel secrets": "비밀 풀기",
|
||||||
"Untagged": "태그 해제",
|
"Untagged": "태그 해제",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "업데이트",
|
"Update": "업데이트",
|
||||||
"Update and Copy Link": "링크 업데이트 및 복사",
|
"Update and Copy Link": "링크 업데이트 및 복사",
|
||||||
"Update for the latest features and improvements.": "이번 업데이트의 새로운 기능과 개선",
|
"Update for the latest features and improvements.": "이번 업데이트의 새로운 기능과 개선",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(pvz. `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(pvz. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(pvz. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(pvz. `sh webui.sh --api`)",
|
||||||
"(latest)": "(naujausias)",
|
"(latest)": "(naujausias)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Neteisingas atsakymas",
|
"Bad Response": "Neteisingas atsakymas",
|
||||||
"Banners": "Baneriai",
|
"Banners": "Baneriai",
|
||||||
"Base Model (From)": "Bazinis modelis",
|
"Base Model (From)": "Bazinis modelis",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Batch dydis",
|
"Batch Size (num_batch)": "Batch dydis",
|
||||||
"before": "prieš",
|
"before": "prieš",
|
||||||
"Being lazy": "Būvimas tingiu",
|
"Being lazy": "Būvimas tingiu",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Brave Search API raktas",
|
"Brave Search API Key": "Brave Search API raktas",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "Sukurti naują raktą",
|
"Create new key": "Sukurti naują raktą",
|
||||||
"Create new secret key": "Sukurti naują slaptą raktą",
|
"Create new secret key": "Sukurti naują slaptą raktą",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Sukurta",
|
"Created at": "Sukurta",
|
||||||
"Created At": "Sukurta",
|
"Created At": "Sukurta",
|
||||||
"Created by": "Sukurta",
|
"Created by": "Sukurta",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Ištrinti funkciją",
|
"Delete function?": "Ištrinti funkciją",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Ištrinti užklausą?",
|
"Delete prompt?": "Ištrinti užklausą?",
|
||||||
"delete this link": "Ištrinti nuorodą",
|
"delete this link": "Ištrinti nuorodą",
|
||||||
"Delete tool?": "Ištrinti įrankį?",
|
"Delete tool?": "Ištrinti įrankį?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Parsisiųsti duomenų bazę",
|
"Download Database": "Parsisiųsti duomenų bazę",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "Įkelkite dokumentus čia, kad juos pridėti į pokalbį",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "pvz. '30s', '10m'. Laiko vienetai yra 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "pvz. '30s', '10m'. Laiko vienetai yra 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Redaguoti",
|
"Edit": "Redaguoti",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Įveskite blokų dydį",
|
"Enter Chunk Size": "Įveskite blokų dydį",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Bendri",
|
"General": "Bendri",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "Generuoti paveikslėlį",
|
"Generate Image": "Generuoti paveikslėlį",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "Importuoti funkcijas",
|
"Import Functions": "Importuoti funkcijas",
|
||||||
"Import Models": "Importuoti modelius",
|
"Import Models": "Importuoti modelius",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "Importuoti užklausas",
|
"Import Prompts": "Importuoti užklausas",
|
||||||
"Import Tools": "Importuoti įrankius",
|
"Import Tools": "Importuoti įrankius",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Tvarkyti procesus",
|
"Manage Pipelines": "Tvarkyti procesus",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Kovas",
|
"March": "Kovas",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Maksimalus žetonų kiekis (num_predict)",
|
"Max Tokens (num_predict)": "Maksimalus žetonų kiekis (num_predict)",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "Naujas pokalbis",
|
"New Chat": "Naujas pokalbis",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Naujas slaptažodis",
|
"New Password": "Naujas slaptažodis",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Nėra turinio kalbėjimui",
|
"No content to speak": "Nėra turinio kalbėjimui",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Rezultatų nerasta",
|
"No results found": "Rezultatų nerasta",
|
||||||
"No search query generated": "Paieškos užklausa nesugeneruota",
|
"No search query generated": "Paieškos užklausa nesugeneruota",
|
||||||
"No source available": "Šaltinių nerasta",
|
"No source available": "Šaltinių nerasta",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Nėra",
|
"None": "Nėra",
|
||||||
"Not factually correct": "Faktiškai netikslu",
|
"Not factually correct": "Faktiškai netikslu",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Jei turite minimalų įvertį, paieška gražins tik tą informaciją, kuri viršyje šį įvertį",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Jei turite minimalų įvertį, paieška gražins tik tą informaciją, kuri viršyje šį įvertį",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "Skaityti garsiai",
|
"Read Aloud": "Skaityti garsiai",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Įrašyti balsą",
|
"Record voice": "Įrašyti balsą",
|
||||||
"Redirecting you to Open WebUI Community": "Perkeliam Jus į OpenWebUI bendruomenę",
|
"Redirecting you to Open WebUI Community": "Perkeliam Jus į OpenWebUI bendruomenę",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "Ieškoma \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Ieškoma \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng užklausos URL",
|
"Searxng Query URL": "Searxng užklausos URL",
|
||||||
"See readme.md for instructions": "Žiūrėti readme.md papildomoms instrukcijoms",
|
"See readme.md for instructions": "Žiūrėti readme.md papildomoms instrukcijoms",
|
||||||
"See what's new": "Žiūrėti naujoves",
|
"See what's new": "Žiūrėti naujoves",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Atsemigti",
|
"Unpin": "Atsemigti",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Atnaujinti",
|
"Update": "Atnaujinti",
|
||||||
"Update and Copy Link": "Atnaujinti ir kopijuoti nuorodą",
|
"Update and Copy Link": "Atnaujinti ir kopijuoti nuorodą",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(contoh `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(contoh `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(contoh `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(contoh `sh webui.sh --api`)",
|
||||||
"(latest)": "(terkini)",
|
"(latest)": "(terkini)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Maklumbalas Salah",
|
"Bad Response": "Maklumbalas Salah",
|
||||||
"Banners": "Sepanduk",
|
"Banners": "Sepanduk",
|
||||||
"Base Model (From)": "Model Asas (Dari)",
|
"Base Model (From)": "Model Asas (Dari)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Saiz Kumpulan (num_batch)",
|
"Batch Size (num_batch)": "Saiz Kumpulan (num_batch)",
|
||||||
"before": "sebelum,",
|
"before": "sebelum,",
|
||||||
"Being lazy": "Menjadi Malas",
|
"Being lazy": "Menjadi Malas",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Kunci API Carian Brave",
|
"Brave Search API Key": "Kunci API Carian Brave",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "Cipta kekunci baharu",
|
"Create new key": "Cipta kekunci baharu",
|
||||||
"Create new secret key": "Cipta kekunci rahsia baharu",
|
"Create new secret key": "Cipta kekunci rahsia baharu",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Dicipta di",
|
"Created at": "Dicipta di",
|
||||||
"Created At": "Dicipta Pada",
|
"Created At": "Dicipta Pada",
|
||||||
"Created by": "Dicipta oleh",
|
"Created by": "Dicipta oleh",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Padam fungsi?",
|
"Delete function?": "Padam fungsi?",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Padam Gesaan?",
|
"Delete prompt?": "Padam Gesaan?",
|
||||||
"delete this link": "Padam pautan ini?",
|
"delete this link": "Padam pautan ini?",
|
||||||
"Delete tool?": "Padam alat?",
|
"Delete tool?": "Padam alat?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Muat turun Pangkalan Data",
|
"Download Database": "Muat turun Pangkalan Data",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "Letakkan mana-mana fail di sini untuk ditambahkan pada perbualan",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "cth '30s','10m'. Unit masa yang sah ialah 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "cth '30s','10m'. Unit masa yang sah ialah 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Edit",
|
"Edit": "Edit",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Masukkan Saiz 'Chunk'",
|
"Enter Chunk Size": "Masukkan Saiz 'Chunk'",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Umum",
|
"General": "Umum",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "Jana Imej",
|
"Generate Image": "Jana Imej",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "Import Fungsi",
|
"Import Functions": "Import Fungsi",
|
||||||
"Import Models": "Import Model",
|
"Import Models": "Import Model",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "Import Gesaan",
|
"Import Prompts": "Import Gesaan",
|
||||||
"Import Tools": "Import Alat",
|
"Import Tools": "Import Alat",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Urus 'Pipelines'",
|
"Manage Pipelines": "Urus 'Pipelines'",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Mac",
|
"March": "Mac",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Token Maksimum ( num_predict )",
|
"Max Tokens (num_predict)": "Token Maksimum ( num_predict )",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "Perbualan Baru",
|
"New Chat": "Perbualan Baru",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Kata Laluan Baru",
|
"New Password": "Kata Laluan Baru",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Tiada kandungan untuk bercakap",
|
"No content to speak": "Tiada kandungan untuk bercakap",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Tiada keputusan dijumpai",
|
"No results found": "Tiada keputusan dijumpai",
|
||||||
"No search query generated": "Tiada pertanyaan carian dijana",
|
"No search query generated": "Tiada pertanyaan carian dijana",
|
||||||
"No source available": "Tiada sumber tersedia",
|
"No source available": "Tiada sumber tersedia",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Tiada",
|
"None": "Tiada",
|
||||||
"Not factually correct": "Tidak tepat secara fakta",
|
"Not factually correct": "Tidak tepat secara fakta",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Jika anda menetapkan skor minimum, carian hanya akan mengembalikan dokumen dengan skor lebih besar daripada atau sama dengan skor minimum.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Jika anda menetapkan skor minimum, carian hanya akan mengembalikan dokumen dengan skor lebih besar daripada atau sama dengan skor minimum.",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "Baca dengan lantang",
|
"Read Aloud": "Baca dengan lantang",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Rakam suara",
|
"Record voice": "Rakam suara",
|
||||||
"Redirecting you to Open WebUI Community": "Membawa anda ke Komuniti OpenWebUI",
|
"Redirecting you to Open WebUI Community": "Membawa anda ke Komuniti OpenWebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "encari \"{{ searchQuery }}\"",
|
"Searching \"{{searchQuery}}\"": "encari \"{{ searchQuery }}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "URL Pertanyaan Searxng",
|
"Searxng Query URL": "URL Pertanyaan Searxng",
|
||||||
"See readme.md for instructions": "Lihat readme.md untuk arahan",
|
"See readme.md for instructions": "Lihat readme.md untuk arahan",
|
||||||
"See what's new": "Lihat apa yang terbaru",
|
"See what's new": "Lihat apa yang terbaru",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Nyahsematkan",
|
"Unpin": "Nyahsematkan",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Kemaskini",
|
"Update": "Kemaskini",
|
||||||
"Update and Copy Link": "Kemaskini dan salin pautan",
|
"Update and Copy Link": "Kemaskini dan salin pautan",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(f.eks. `sh webui.sh --api --api-auth brukernavn_passord`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(f.eks. `sh webui.sh --api --api-auth brukernavn_passord`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(f.eks. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(f.eks. `sh webui.sh --api`)",
|
||||||
"(latest)": "(siste)",
|
"(latest)": "(siste)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ modeller }}",
|
"{{ models }}": "{{ modeller }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Dårlig svar",
|
"Bad Response": "Dårlig svar",
|
||||||
"Banners": "Bannere",
|
"Banners": "Bannere",
|
||||||
"Base Model (From)": "Grunnmodell (fra)",
|
"Base Model (From)": "Grunnmodell (fra)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Batchstørrelse (num_batch)",
|
"Batch Size (num_batch)": "Batchstørrelse (num_batch)",
|
||||||
"before": "før",
|
"before": "før",
|
||||||
"Being lazy": "Er lat",
|
"Being lazy": "Er lat",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Abonnementsnøkkel for Bing Search V7",
|
"Bing Search V7 Subscription Key": "Abonnementsnøkkel for Bing Search V7",
|
||||||
"Bocha Search API Key": "API-nøkkel for Bocha Search",
|
"Bocha Search API Key": "API-nøkkel for Bocha Search",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "API-nøkkel for Brave Search",
|
"Brave Search API Key": "API-nøkkel for Brave Search",
|
||||||
"By {{name}}": "Etter {{name}}",
|
"By {{name}}": "Etter {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Opprett kunnskap",
|
"Create Knowledge": "Opprett kunnskap",
|
||||||
"Create new key": "Lag ny nøkkel",
|
"Create new key": "Lag ny nøkkel",
|
||||||
"Create new secret key": "Lag ny hemmelig nøkkel",
|
"Create new secret key": "Lag ny hemmelig nøkkel",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Opprettet",
|
"Created at": "Opprettet",
|
||||||
"Created At": "Opprettet",
|
"Created At": "Opprettet",
|
||||||
"Created by": "Opprettet av",
|
"Created by": "Opprettet av",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Slette funksjon?",
|
"Delete function?": "Slette funksjon?",
|
||||||
"Delete Message": "Slett melding",
|
"Delete Message": "Slett melding",
|
||||||
"Delete message?": "Slette melding?",
|
"Delete message?": "Slette melding?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Slette ledetekst?",
|
"Delete prompt?": "Slette ledetekst?",
|
||||||
"delete this link": "slett denne lenken",
|
"delete this link": "slett denne lenken",
|
||||||
"Delete tool?": "Slette verktøy?",
|
"Delete tool?": "Slette verktøy?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Last ned database",
|
"Download Database": "Last ned database",
|
||||||
"Drag and drop a file to upload or select a file to view": "Dra og slipp en fil for å laste den opp, eller velg en fil å vise den",
|
"Drag and drop a file to upload or select a file to view": "Dra og slipp en fil for å laste den opp, eller velg en fil å vise den",
|
||||||
"Draw": "Tegne",
|
"Draw": "Tegne",
|
||||||
"Drop any files here to add to the conversation": "Slipp filer her for å legge dem til i samtalen",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "f.eks. '30s','10m'. Gyldige tidsenheter er 's', 'm', 't'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "f.eks. '30s','10m'. Gyldige tidsenheter er 's', 'm', 't'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "f.eks. 60",
|
"e.g. 60": "f.eks. 60",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "f.eks. mitt_filter",
|
"e.g. my_filter": "f.eks. mitt_filter",
|
||||||
"e.g. my_tools": "f.eks. mine_verktøy",
|
"e.g. my_tools": "f.eks. mine_verktøy",
|
||||||
"e.g. Tools for performing various operations": "f.eks. Verktøy for å gjøre ulike handlinger",
|
"e.g. Tools for performing various operations": "f.eks. Verktøy for å gjøre ulike handlinger",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Rediger",
|
"Edit": "Rediger",
|
||||||
"Edit Arena Model": "Rediger Arena-modell",
|
"Edit Arena Model": "Rediger Arena-modell",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Angi Chunk-størrelse",
|
"Enter Chunk Size": "Angi Chunk-størrelse",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "Angi beskrivelse",
|
"Enter description": "Angi beskrivelse",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "Angi endepunkt for Intelligens i dokumenter",
|
"Enter Document Intelligence Endpoint": "Angi endepunkt for Intelligens i dokumenter",
|
||||||
"Enter Document Intelligence Key": "Angi nøkkel for Intelligens i dokumenter",
|
"Enter Document Intelligence Key": "Angi nøkkel for Intelligens i dokumenter",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "Konfigurasjon",
|
"Gemini API Config": "Konfigurasjon",
|
||||||
"Gemini API Key is required.": "Det kreves en API-nøkkel for Gemini.",
|
"Gemini API Key is required.": "Det kreves en API-nøkkel for Gemini.",
|
||||||
"General": "Generelt",
|
"General": "Generelt",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "Genrer et bilde",
|
"Generate an image": "Genrer et bilde",
|
||||||
"Generate Image": "Generer bilde",
|
"Generate Image": "Generer bilde",
|
||||||
"Generate prompt pair": "Generer ledetekst-kombinasjon",
|
"Generate prompt pair": "Generer ledetekst-kombinasjon",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Importer konfigurasjon fra en JSON-fil",
|
"Import Config from JSON File": "Importer konfigurasjon fra en JSON-fil",
|
||||||
"Import Functions": "Importer funksjoner",
|
"Import Functions": "Importer funksjoner",
|
||||||
"Import Models": "Importer modeller",
|
"Import Models": "Importer modeller",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Importer forhåndsinnstillinger",
|
"Import Presets": "Importer forhåndsinnstillinger",
|
||||||
"Import Prompts": "Importer ledetekster",
|
"Import Prompts": "Importer ledetekster",
|
||||||
"Import Tools": "Importer verktøy",
|
"Import Tools": "Importer verktøy",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Behandle pipelines",
|
"Manage Pipelines": "Behandle pipelines",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "mars",
|
"March": "mars",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Maks antall tokener (num_predict)",
|
"Max Tokens (num_predict)": "Maks antall tokener (num_predict)",
|
||||||
"Max Upload Count": "Maks antall opplastinger",
|
"Max Upload Count": "Maks antall opplastinger",
|
||||||
"Max Upload Size": "Maks størrelse på opplasting",
|
"Max Upload Size": "Maks størrelse på opplasting",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "Opprinnelig",
|
"Native": "Opprinnelig",
|
||||||
"New Chat": "Ny chat",
|
"New Chat": "Ny chat",
|
||||||
"New Folder": "Ny mappe",
|
"New Folder": "Ny mappe",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Nytt passord",
|
"New Password": "Nytt passord",
|
||||||
"new-channel": "ny-kanal",
|
"new-channel": "ny-kanal",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Finner ikke noe innhold",
|
"No content found": "Finner ikke noe innhold",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Mangler innhold for tale",
|
"No content to speak": "Mangler innhold for tale",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "Ingen modell-ID-er",
|
"No model IDs": "Ingen modell-ID-er",
|
||||||
"No models found": "Finner ingen modeller",
|
"No models found": "Finner ingen modeller",
|
||||||
"No models selected": "Ingen modeller er valgt",
|
"No models selected": "Ingen modeller er valgt",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Finner ingen resultater",
|
"No results found": "Finner ingen resultater",
|
||||||
"No search query generated": "Ingen søkespørringer er generert",
|
"No search query generated": "Ingen søkespørringer er generert",
|
||||||
"No source available": "Ingen kilde tilgjengelig",
|
"No source available": "Ingen kilde tilgjengelig",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Ingen",
|
"None": "Ingen",
|
||||||
"Not factually correct": "Uriktig informasjon",
|
"Not factually correct": "Uriktig informasjon",
|
||||||
"Not helpful": "Ikke nyttig",
|
"Not helpful": "Ikke nyttig",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Merk: Hvis du setter en minimumspoengsum, returnerer søket kun dokumenter med en poengsum som er større enn eller lik minimumspoengsummen.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Merk: Hvis du setter en minimumspoengsum, returnerer søket kun dokumenter med en poengsum som er større enn eller lik minimumspoengsummen.",
|
||||||
"Notes": "Notater",
|
"Notes": "Notater",
|
||||||
"Notification Sound": "Lyd for varsler",
|
"Notification Sound": "Lyd for varsler",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "Les",
|
"Read": "Les",
|
||||||
"Read Aloud": "Les høyt",
|
"Read Aloud": "Les høyt",
|
||||||
"Reasoning Effort": "Resonneringsinnsats",
|
"Reasoning Effort": "Resonneringsinnsats",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Ta opp tale",
|
"Record voice": "Ta opp tale",
|
||||||
"Redirecting you to Open WebUI Community": "Omdirigerer deg til OpenWebUI-fellesskapet",
|
"Redirecting you to Open WebUI Community": "Omdirigerer deg til OpenWebUI-fellesskapet",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "Søkte på {{count}} nettsider",
|
"Searched {{count}} sites": "Søkte på {{count}} nettsider",
|
||||||
"Searching \"{{searchQuery}}\"": "Søker etter \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Søker etter \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Søker etter kunnskap for \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Søker etter kunnskap for \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng forespørsels-URL",
|
"Searxng Query URL": "Searxng forespørsels-URL",
|
||||||
"See readme.md for instructions": "Se readme.md for å få instruksjoner",
|
"See readme.md for instructions": "Se readme.md for å få instruksjoner",
|
||||||
"See what's new": "Se hva som er nytt",
|
"See what's new": "Se hva som er nytt",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Løsne",
|
"Unpin": "Løsne",
|
||||||
"Unravel secrets": "Avslør hemmeligheter",
|
"Unravel secrets": "Avslør hemmeligheter",
|
||||||
"Untagged": "Ikke merket",
|
"Untagged": "Ikke merket",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Oppdater",
|
"Update": "Oppdater",
|
||||||
"Update and Copy Link": "Oppdater og kopier lenke",
|
"Update and Copy Link": "Oppdater og kopier lenke",
|
||||||
"Update for the latest features and improvements.": "Oppdater for å få siste funksjoner og forbedringer.",
|
"Update for the latest features and improvements.": "Oppdater for å få siste funksjoner og forbedringer.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(bv. `sh webui.sh --api --api-auth gebruikersnaam_wachtwoord`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(bv. `sh webui.sh --api --api-auth gebruikersnaam_wachtwoord`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(bv. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(bv. `sh webui.sh --api`)",
|
||||||
"(latest)": "(nieuwste)",
|
"(latest)": "(nieuwste)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "(Ollama)",
|
"(Ollama)": "(Ollama)",
|
||||||
"{{ models }}": "{{ modellen }}",
|
"{{ models }}": "{{ modellen }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Ongeldig antwoord",
|
"Bad Response": "Ongeldig antwoord",
|
||||||
"Banners": "Banners",
|
"Banners": "Banners",
|
||||||
"Base Model (From)": "Basismodel (Vanaf)",
|
"Base Model (From)": "Basismodel (Vanaf)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Batchgrootte (num_batch)",
|
"Batch Size (num_batch)": "Batchgrootte (num_batch)",
|
||||||
"before": "voor",
|
"before": "voor",
|
||||||
"Being lazy": "Lui zijn",
|
"Being lazy": "Lui zijn",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Bing Search V7 Subscription Key",
|
"Bing Search V7 Subscription Key": "Bing Search V7 Subscription Key",
|
||||||
"Bocha Search API Key": "Bocha Search API-sleutel",
|
"Bocha Search API Key": "Bocha Search API-sleutel",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Versterken of bestraffen van specifieke tokens voor beperkte reacties. Biaswaarden worden geklemd tussen -100 en 100 (inclusief). (Standaard: none)",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Versterken of bestraffen van specifieke tokens voor beperkte reacties. Biaswaarden worden geklemd tussen -100 en 100 (inclusief). (Standaard: none)",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Brave Search API-sleutel",
|
"Brave Search API Key": "Brave Search API-sleutel",
|
||||||
"By {{name}}": "Op {{name}}",
|
"By {{name}}": "Op {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "Embedding en ophalen omzeilen ",
|
"Bypass Embedding and Retrieval": "Embedding en ophalen omzeilen ",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Creër kennis",
|
"Create Knowledge": "Creër kennis",
|
||||||
"Create new key": "Maak nieuwe sleutel",
|
"Create new key": "Maak nieuwe sleutel",
|
||||||
"Create new secret key": "Maak nieuwe geheime sleutel",
|
"Create new secret key": "Maak nieuwe geheime sleutel",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Gemaakt op",
|
"Created at": "Gemaakt op",
|
||||||
"Created At": "Gemaakt op",
|
"Created At": "Gemaakt op",
|
||||||
"Created by": "Gemaakt door",
|
"Created by": "Gemaakt door",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Verwijder functie?",
|
"Delete function?": "Verwijder functie?",
|
||||||
"Delete Message": "Verwijder bericht",
|
"Delete Message": "Verwijder bericht",
|
||||||
"Delete message?": "Verwijder bericht",
|
"Delete message?": "Verwijder bericht",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Verwijder prompt?",
|
"Delete prompt?": "Verwijder prompt?",
|
||||||
"delete this link": "verwijder deze link",
|
"delete this link": "verwijder deze link",
|
||||||
"Delete tool?": "Verwijder tool?",
|
"Delete tool?": "Verwijder tool?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Download database",
|
"Download Database": "Download database",
|
||||||
"Drag and drop a file to upload or select a file to view": "Sleep een bestand om te uploaden of selecteer een bestand om te bekijken",
|
"Drag and drop a file to upload or select a file to view": "Sleep een bestand om te uploaden of selecteer een bestand om te bekijken",
|
||||||
"Draw": "Teken",
|
"Draw": "Teken",
|
||||||
"Drop any files here to add to the conversation": "Sleep hier bestanden om toe te voegen aan het gesprek",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "bijv. '30s', '10m'. Geldige tijdseenheden zijn 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "bijv. '30s', '10m'. Geldige tijdseenheden zijn 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "bijv. \"json\" of een JSON-schema",
|
"e.g. \"json\" or a JSON schema": "bijv. \"json\" of een JSON-schema",
|
||||||
"e.g. 60": "bijv. 60",
|
"e.g. 60": "bijv. 60",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "bijv. mijn_filter",
|
"e.g. my_filter": "bijv. mijn_filter",
|
||||||
"e.g. my_tools": "bijv. mijn_gereedschappen",
|
"e.g. my_tools": "bijv. mijn_gereedschappen",
|
||||||
"e.g. Tools for performing various operations": "Gereedschappen om verschillende bewerkingen uit te voeren",
|
"e.g. Tools for performing various operations": "Gereedschappen om verschillende bewerkingen uit te voeren",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Wijzig",
|
"Edit": "Wijzig",
|
||||||
"Edit Arena Model": "Bewerk arenamodel",
|
"Edit Arena Model": "Bewerk arenamodel",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Voeg Chunk Size toe",
|
"Enter Chunk Size": "Voeg Chunk Size toe",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Voer kommagescheiden \"token:bias_waarde\" paren in (bijv. 5432:100, 413:-100)",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Voer kommagescheiden \"token:bias_waarde\" paren in (bijv. 5432:100, 413:-100)",
|
||||||
"Enter description": "Voer beschrijving in",
|
"Enter description": "Voer beschrijving in",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "Voer Docling Server-URL in",
|
"Enter Docling Server URL": "Voer Docling Server-URL in",
|
||||||
"Enter Document Intelligence Endpoint": "Voer Document Intelligence endpoint in",
|
"Enter Document Intelligence Endpoint": "Voer Document Intelligence endpoint in",
|
||||||
"Enter Document Intelligence Key": "Voer Document Intelligence sleutel in",
|
"Enter Document Intelligence Key": "Voer Document Intelligence sleutel in",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "Gemini API-configuratie",
|
"Gemini API Config": "Gemini API-configuratie",
|
||||||
"Gemini API Key is required.": "Gemini API-sleutel is vereisd",
|
"Gemini API Key is required.": "Gemini API-sleutel is vereisd",
|
||||||
"General": "Algemeen",
|
"General": "Algemeen",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "Genereer een afbeelding",
|
"Generate an image": "Genereer een afbeelding",
|
||||||
"Generate Image": "Genereer afbeelding",
|
"Generate Image": "Genereer afbeelding",
|
||||||
"Generate prompt pair": "Genereer promptpaar",
|
"Generate prompt pair": "Genereer promptpaar",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Importeer configuratie vanuit JSON-bestand",
|
"Import Config from JSON File": "Importeer configuratie vanuit JSON-bestand",
|
||||||
"Import Functions": "Importeer Functies",
|
"Import Functions": "Importeer Functies",
|
||||||
"Import Models": "Modellen importeren",
|
"Import Models": "Modellen importeren",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Importeer voorinstellingen",
|
"Import Presets": "Importeer voorinstellingen",
|
||||||
"Import Prompts": "Importeer Prompts",
|
"Import Prompts": "Importeer Prompts",
|
||||||
"Import Tools": "Importeer Gereedschappen",
|
"Import Tools": "Importeer Gereedschappen",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Pijplijnen beheren",
|
"Manage Pipelines": "Pijplijnen beheren",
|
||||||
"Manage Tool Servers": "Beheer gereedschapservers",
|
"Manage Tool Servers": "Beheer gereedschapservers",
|
||||||
"March": "Maart",
|
"March": "Maart",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Max Tokens (num_predict)",
|
"Max Tokens (num_predict)": "Max Tokens (num_predict)",
|
||||||
"Max Upload Count": "Maximale Uploadhoeveelheid",
|
"Max Upload Count": "Maximale Uploadhoeveelheid",
|
||||||
"Max Upload Size": "Maximale Uploadgrootte",
|
"Max Upload Size": "Maximale Uploadgrootte",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "Native",
|
"Native": "Native",
|
||||||
"New Chat": "Nieuwe Chat",
|
"New Chat": "Nieuwe Chat",
|
||||||
"New Folder": "Nieuwe map",
|
"New Folder": "Nieuwe map",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Nieuw Wachtwoord",
|
"New Password": "Nieuw Wachtwoord",
|
||||||
"new-channel": "nieuw-kanaal",
|
"new-channel": "nieuw-kanaal",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Geen content gevonden",
|
"No content found": "Geen content gevonden",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Geen inhoud om over te spreken",
|
"No content to speak": "Geen inhoud om over te spreken",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "Geen model-ID's",
|
"No model IDs": "Geen model-ID's",
|
||||||
"No models found": "Geen modellen gevonden",
|
"No models found": "Geen modellen gevonden",
|
||||||
"No models selected": "Geen modellen geselecteerd",
|
"No models selected": "Geen modellen geselecteerd",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Geen resultaten gevonden",
|
"No results found": "Geen resultaten gevonden",
|
||||||
"No search query generated": "Geen zoekopdracht gegenereerd",
|
"No search query generated": "Geen zoekopdracht gegenereerd",
|
||||||
"No source available": "Geen bron beschikbaar",
|
"No source available": "Geen bron beschikbaar",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Geen",
|
"None": "Geen",
|
||||||
"Not factually correct": "Niet feitelijk juist",
|
"Not factually correct": "Niet feitelijk juist",
|
||||||
"Not helpful": "Niet nuttig",
|
"Not helpful": "Niet nuttig",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Opmerking: Als je een minimumscore instelt, levert de zoekopdracht alleen documenten op met een score groter dan of gelijk aan de minimumscore.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Opmerking: Als je een minimumscore instelt, levert de zoekopdracht alleen documenten op met een score groter dan of gelijk aan de minimumscore.",
|
||||||
"Notes": "Aantekeningen",
|
"Notes": "Aantekeningen",
|
||||||
"Notification Sound": "Notificatiegeluid",
|
"Notification Sound": "Notificatiegeluid",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "Voorlezen",
|
"Read": "Voorlezen",
|
||||||
"Read Aloud": "Voorlezen",
|
"Read Aloud": "Voorlezen",
|
||||||
"Reasoning Effort": "Redeneerinspanning",
|
"Reasoning Effort": "Redeneerinspanning",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Neem stem op",
|
"Record voice": "Neem stem op",
|
||||||
"Redirecting you to Open WebUI Community": "Je wordt doorgestuurd naar OpenWebUI Community",
|
"Redirecting you to Open WebUI Community": "Je wordt doorgestuurd naar OpenWebUI Community",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Vermindert de kans op het genereren van onzin. Een hogere waarde (bijv. 100) zal meer diverse antwoorden geven, terwijl een lagere waarde (bijv. 10) conservatiever zal zijn.",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Vermindert de kans op het genereren van onzin. Een hogere waarde (bijv. 100) zal meer diverse antwoorden geven, terwijl een lagere waarde (bijv. 10) conservatiever zal zijn.",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "Zocht op {{count}} sites",
|
"Searched {{count}} sites": "Zocht op {{count}} sites",
|
||||||
"Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" aan het zoeken.",
|
"Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" aan het zoeken.",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Zoek kennis bij \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Zoek kennis bij \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng Query URL",
|
"Searxng Query URL": "Searxng Query URL",
|
||||||
"See readme.md for instructions": "Zie readme.md voor instructies",
|
"See readme.md for instructions": "Zie readme.md voor instructies",
|
||||||
"See what's new": "Zie wat er nieuw is",
|
"See what's new": "Zie wat er nieuw is",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Losmaken",
|
"Unpin": "Losmaken",
|
||||||
"Unravel secrets": "Ontrafel geheimen",
|
"Unravel secrets": "Ontrafel geheimen",
|
||||||
"Untagged": "Ongemarkeerd",
|
"Untagged": "Ongemarkeerd",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Bijwerken",
|
"Update": "Bijwerken",
|
||||||
"Update and Copy Link": "Bijwerken en kopieer link",
|
"Update and Copy Link": "Bijwerken en kopieer link",
|
||||||
"Update for the latest features and improvements.": "Bijwerken voor de nieuwste functies en verbeteringen",
|
"Update for the latest features and improvements.": "Bijwerken voor de nieuwste functies en verbeteringen",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
||||||
"(e.g. `sh webui.sh --api`)": "(ਉਦਾਹਰਣ ਦੇ ਤੌਰ ਤੇ `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(ਉਦਾਹਰਣ ਦੇ ਤੌਰ ਤੇ `sh webui.sh --api`)",
|
||||||
"(latest)": "(ਤਾਜ਼ਾ)",
|
"(latest)": "(ਤਾਜ਼ਾ)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ ਮਾਡਲ }}",
|
"{{ models }}": "{{ ਮਾਡਲ }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "ਖਰਾਬ ਜਵਾਬ",
|
"Bad Response": "ਖਰਾਬ ਜਵਾਬ",
|
||||||
"Banners": "ਬੈਨਰ",
|
"Banners": "ਬੈਨਰ",
|
||||||
"Base Model (From)": "ਬੇਸ ਮਾਡਲ (ਤੋਂ)",
|
"Base Model (From)": "ਬੇਸ ਮਾਡਲ (ਤੋਂ)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "",
|
"Batch Size (num_batch)": "",
|
||||||
"before": "ਪਹਿਲਾਂ",
|
"before": "ਪਹਿਲਾਂ",
|
||||||
"Being lazy": "ਆਲਸੀ ਹੋਣਾ",
|
"Being lazy": "ਆਲਸੀ ਹੋਣਾ",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "ਬਹਾਦਰ ਖੋਜ API ਕੁੰਜੀ",
|
"Brave Search API Key": "ਬਹਾਦਰ ਖੋਜ API ਕੁੰਜੀ",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "ਨਵੀਂ ਕੁੰਜੀ ਬਣਾਓ",
|
"Create new key": "ਨਵੀਂ ਕੁੰਜੀ ਬਣਾਓ",
|
||||||
"Create new secret key": "ਨਵੀਂ ਗੁਪਤ ਕੁੰਜੀ ਬਣਾਓ",
|
"Create new secret key": "ਨਵੀਂ ਗੁਪਤ ਕੁੰਜੀ ਬਣਾਓ",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "ਤੇ ਬਣਾਇਆ ਗਿਆ",
|
"Created at": "ਤੇ ਬਣਾਇਆ ਗਿਆ",
|
||||||
"Created At": "ਤੇ ਬਣਾਇਆ ਗਿਆ",
|
"Created At": "ਤੇ ਬਣਾਇਆ ਗਿਆ",
|
||||||
"Created by": "",
|
"Created by": "",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "",
|
"Delete function?": "",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "",
|
"Delete prompt?": "",
|
||||||
"delete this link": "ਇਸ ਲਿੰਕ ਨੂੰ ਮਿਟਾਓ",
|
"delete this link": "ਇਸ ਲਿੰਕ ਨੂੰ ਮਿਟਾਓ",
|
||||||
"Delete tool?": "",
|
"Delete tool?": "",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "ਡਾਟਾਬੇਸ ਡਾਊਨਲੋਡ ਕਰੋ",
|
"Download Database": "ਡਾਟਾਬੇਸ ਡਾਊਨਲੋਡ ਕਰੋ",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "ਗੱਲਬਾਤ ਵਿੱਚ ਸ਼ਾਮਲ ਕਰਨ ਲਈ ਕੋਈ ਵੀ ਫਾਈਲ ਇੱਥੇ ਛੱਡੋ",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "ਉਦਾਹਰਣ ਲਈ '30ਸ','10ਮਿ'. ਸਹੀ ਸਮਾਂ ਇਕਾਈਆਂ ਹਨ 'ਸ', 'ਮ', 'ਘੰ'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "ਉਦਾਹਰਣ ਲਈ '30ਸ','10ਮਿ'. ਸਹੀ ਸਮਾਂ ਇਕਾਈਆਂ ਹਨ 'ਸ', 'ਮ', 'ਘੰ'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "ਸੰਪਾਦਨ ਕਰੋ",
|
"Edit": "ਸੰਪਾਦਨ ਕਰੋ",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "ਚੰਕ ਆਕਾਰ ਦਰਜ ਕਰੋ",
|
"Enter Chunk Size": "ਚੰਕ ਆਕਾਰ ਦਰਜ ਕਰੋ",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "ਆਮ",
|
"General": "ਆਮ",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "",
|
"Generate Image": "",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "",
|
"Import Functions": "",
|
||||||
"Import Models": "ਮਾਡਲ ਆਯਾਤ ਕਰੋ",
|
"Import Models": "ਮਾਡਲ ਆਯਾਤ ਕਰੋ",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "ਪ੍ਰੰਪਟ ਆਯਾਤ ਕਰੋ",
|
"Import Prompts": "ਪ੍ਰੰਪਟ ਆਯਾਤ ਕਰੋ",
|
||||||
"Import Tools": "",
|
"Import Tools": "",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "ਪਾਈਪਲਾਈਨਾਂ ਦਾ ਪ੍ਰਬੰਧਨ ਕਰੋ",
|
"Manage Pipelines": "ਪਾਈਪਲਾਈਨਾਂ ਦਾ ਪ੍ਰਬੰਧਨ ਕਰੋ",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "ਮਾਰਚ",
|
"March": "ਮਾਰਚ",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "ਮੈਕਸ ਟੋਕਨ (num_predict)",
|
"Max Tokens (num_predict)": "ਮੈਕਸ ਟੋਕਨ (num_predict)",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "ਨਵੀਂ ਗੱਲਬਾਤ",
|
"New Chat": "ਨਵੀਂ ਗੱਲਬਾਤ",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "ਨਵਾਂ ਪਾਸਵਰਡ",
|
"New Password": "ਨਵਾਂ ਪਾਸਵਰਡ",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "",
|
"No content to speak": "",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "ਕੋਈ ਨਤੀਜੇ ਨਹੀਂ ਮਿਲੇ",
|
"No results found": "ਕੋਈ ਨਤੀਜੇ ਨਹੀਂ ਮਿਲੇ",
|
||||||
"No search query generated": "ਕੋਈ ਖੋਜ ਪੁੱਛਗਿੱਛ ਤਿਆਰ ਨਹੀਂ ਕੀਤੀ ਗਈ",
|
"No search query generated": "ਕੋਈ ਖੋਜ ਪੁੱਛਗਿੱਛ ਤਿਆਰ ਨਹੀਂ ਕੀਤੀ ਗਈ",
|
||||||
"No source available": "ਕੋਈ ਸਰੋਤ ਉਪਲਬਧ ਨਹੀਂ",
|
"No source available": "ਕੋਈ ਸਰੋਤ ਉਪਲਬਧ ਨਹੀਂ",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "ਕੋਈ ਨਹੀਂ",
|
"None": "ਕੋਈ ਨਹੀਂ",
|
||||||
"Not factually correct": "ਤੱਥਕ ਰੂਪ ਵਿੱਚ ਸਹੀ ਨਹੀਂ",
|
"Not factually correct": "ਤੱਥਕ ਰੂਪ ਵਿੱਚ ਸਹੀ ਨਹੀਂ",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ਨੋਟ: ਜੇ ਤੁਸੀਂ ਘੱਟੋ-ਘੱਟ ਸਕੋਰ ਸੈੱਟ ਕਰਦੇ ਹੋ, ਤਾਂ ਖੋਜ ਸਿਰਫ਼ ਉਹੀ ਡਾਕੂਮੈਂਟ ਵਾਪਸ ਕਰੇਗੀ ਜਿਨ੍ਹਾਂ ਦਾ ਸਕੋਰ ਘੱਟੋ-ਘੱਟ ਸਕੋਰ ਦੇ ਬਰਾਬਰ ਜਾਂ ਵੱਧ ਹੋਵੇ।",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ਨੋਟ: ਜੇ ਤੁਸੀਂ ਘੱਟੋ-ਘੱਟ ਸਕੋਰ ਸੈੱਟ ਕਰਦੇ ਹੋ, ਤਾਂ ਖੋਜ ਸਿਰਫ਼ ਉਹੀ ਡਾਕੂਮੈਂਟ ਵਾਪਸ ਕਰੇਗੀ ਜਿਨ੍ਹਾਂ ਦਾ ਸਕੋਰ ਘੱਟੋ-ਘੱਟ ਸਕੋਰ ਦੇ ਬਰਾਬਰ ਜਾਂ ਵੱਧ ਹੋਵੇ।",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "ਜੋਰ ਨਾਲ ਪੜ੍ਹੋ",
|
"Read Aloud": "ਜੋਰ ਨਾਲ ਪੜ੍ਹੋ",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "ਆਵਾਜ਼ ਰਿਕਾਰਡ ਕਰੋ",
|
"Record voice": "ਆਵਾਜ਼ ਰਿਕਾਰਡ ਕਰੋ",
|
||||||
"Redirecting you to Open WebUI Community": "ਤੁਹਾਨੂੰ ਓਪਨਵੈਬਯੂਆਈ ਕਮਿਊਨਿਟੀ ਵੱਲ ਰੀਡਾਇਰੈਕਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ",
|
"Redirecting you to Open WebUI Community": "ਤੁਹਾਨੂੰ ਓਪਨਵੈਬਯੂਆਈ ਕਮਿਊਨਿਟੀ ਵੱਲ ਰੀਡਾਇਰੈਕਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "",
|
"Searching \"{{searchQuery}}\"": "",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng Query URL",
|
"Searxng Query URL": "Searxng Query URL",
|
||||||
"See readme.md for instructions": "ਹਦਾਇਤਾਂ ਲਈ readme.md ਵੇਖੋ",
|
"See readme.md for instructions": "ਹਦਾਇਤਾਂ ਲਈ readme.md ਵੇਖੋ",
|
||||||
"See what's new": "ਨਵਾਂ ਕੀ ਹੈ ਵੇਖੋ",
|
"See what's new": "ਨਵਾਂ ਕੀ ਹੈ ਵੇਖੋ",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "",
|
"Unpin": "",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "",
|
"Update": "",
|
||||||
"Update and Copy Link": "ਅੱਪਡੇਟ ਕਰੋ ਅਤੇ ਲਿੰਕ ਕਾਪੀ ਕਰੋ",
|
"Update and Copy Link": "ਅੱਪਡੇਟ ਕਰੋ ਅਤੇ ਲਿੰਕ ਕਾਪੀ ਕਰੋ",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(np. `sh webui.sh --api --api-auth username_password`)>",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(np. `sh webui.sh --api --api-auth username_password`)>",
|
||||||
"(e.g. `sh webui.sh --api`)": "(np. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(np. `sh webui.sh --api`)",
|
||||||
"(latest)": "(najnowszy)",
|
"(latest)": "(najnowszy)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ modele }}",
|
"{{ models }}": "{{ modele }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Nieprawidłowa odpowiedź",
|
"Bad Response": "Nieprawidłowa odpowiedź",
|
||||||
"Banners": "Bannery",
|
"Banners": "Bannery",
|
||||||
"Base Model (From)": "Model bazowy (od)",
|
"Base Model (From)": "Model bazowy (od)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Rozmiar partii (num_batch)",
|
"Batch Size (num_batch)": "Rozmiar partii (num_batch)",
|
||||||
"before": "przed",
|
"before": "przed",
|
||||||
"Being lazy": "Jest leniwy.",
|
"Being lazy": "Jest leniwy.",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Klucz subskrypcji Wyszukiwarki Bing V7",
|
"Bing Search V7 Subscription Key": "Klucz subskrypcji Wyszukiwarki Bing V7",
|
||||||
"Bocha Search API Key": "Klucz API Bocha Search",
|
"Bocha Search API Key": "Klucz API Bocha Search",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Klucz API wyszukiwania Brave",
|
"Brave Search API Key": "Klucz API wyszukiwania Brave",
|
||||||
"By {{name}}": "Przez {{name}}",
|
"By {{name}}": "Przez {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Utwórz wiedzę",
|
"Create Knowledge": "Utwórz wiedzę",
|
||||||
"Create new key": "Utwórz nowy klucz",
|
"Create new key": "Utwórz nowy klucz",
|
||||||
"Create new secret key": "Utwórz nowy secret key",
|
"Create new secret key": "Utwórz nowy secret key",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Utworzono o",
|
"Created at": "Utworzono o",
|
||||||
"Created At": "Utworzono o",
|
"Created At": "Utworzono o",
|
||||||
"Created by": "Stworzone przez",
|
"Created by": "Stworzone przez",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Czy na pewno chcesz usunąć funkcję?",
|
"Delete function?": "Czy na pewno chcesz usunąć funkcję?",
|
||||||
"Delete Message": "Usuń wiadomość",
|
"Delete Message": "Usuń wiadomość",
|
||||||
"Delete message?": "Usuń wiadomość?",
|
"Delete message?": "Usuń wiadomość?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Czy chcesz usunąć prompt?",
|
"Delete prompt?": "Czy chcesz usunąć prompt?",
|
||||||
"delete this link": "usuń to połączenie",
|
"delete this link": "usuń to połączenie",
|
||||||
"Delete tool?": "Usunąć narzędzie?",
|
"Delete tool?": "Usunąć narzędzie?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Pobierz bazę danych",
|
"Download Database": "Pobierz bazę danych",
|
||||||
"Drag and drop a file to upload or select a file to view": "Przeciągnij i upuść plik, aby go przesłać lub wybierz plik, aby go wyświetlić.",
|
"Drag and drop a file to upload or select a file to view": "Przeciągnij i upuść plik, aby go przesłać lub wybierz plik, aby go wyświetlić.",
|
||||||
"Draw": "Rysuj",
|
"Draw": "Rysuj",
|
||||||
"Drop any files here to add to the conversation": "Przeciągnij i upuść pliki tutaj, aby dodać je do rozmowy.",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "np. '30s', '10m'. Poprawne jednostki czasu to: 's' (sekunda), 'm' (minuta), 'h' (godzina).",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "np. '30s', '10m'. Poprawne jednostki czasu to: 's' (sekunda), 'm' (minuta), 'h' (godzina).",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "np. moj_filtr",
|
"e.g. my_filter": "np. moj_filtr",
|
||||||
"e.g. my_tools": "np. moje_narzędzia",
|
"e.g. my_tools": "np. moje_narzędzia",
|
||||||
"e.g. Tools for performing various operations": "np. Narzędzia do wykonywania różnych operacji",
|
"e.g. Tools for performing various operations": "np. Narzędzia do wykonywania różnych operacji",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Edytuj",
|
"Edit": "Edytuj",
|
||||||
"Edit Arena Model": "Edytuj model arenę",
|
"Edit Arena Model": "Edytuj model arenę",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Wprowadź wielkość bloku",
|
"Enter Chunk Size": "Wprowadź wielkość bloku",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "Wprowadź opis",
|
"Enter description": "Wprowadź opis",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "Konfiguracja API Gemini",
|
"Gemini API Config": "Konfiguracja API Gemini",
|
||||||
"Gemini API Key is required.": "Wymagany jest klucz API Gemini.",
|
"Gemini API Key is required.": "Wymagany jest klucz API Gemini.",
|
||||||
"General": "Ogólne",
|
"General": "Ogólne",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "Wygeneruj obraz",
|
"Generate an image": "Wygeneruj obraz",
|
||||||
"Generate Image": "Wygeneruj obraz",
|
"Generate Image": "Wygeneruj obraz",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Importuj konfigurację z pliku JSON",
|
"Import Config from JSON File": "Importuj konfigurację z pliku JSON",
|
||||||
"Import Functions": "Importowanie funkcji",
|
"Import Functions": "Importowanie funkcji",
|
||||||
"Import Models": "Importowanie modeli",
|
"Import Models": "Importowanie modeli",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Importuj ustawienia",
|
"Import Presets": "Importuj ustawienia",
|
||||||
"Import Prompts": "Importuj prompty",
|
"Import Prompts": "Importuj prompty",
|
||||||
"Import Tools": "Importuj narzędzia",
|
"Import Tools": "Importuj narzędzia",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Zarządzanie przepływem",
|
"Manage Pipelines": "Zarządzanie przepływem",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Marzec",
|
"March": "Marzec",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Maksymalna liczba tokenów (num_predict)",
|
"Max Tokens (num_predict)": "Maksymalna liczba tokenów (num_predict)",
|
||||||
"Max Upload Count": "Maksymalna liczba przesyłanych plików",
|
"Max Upload Count": "Maksymalna liczba przesyłanych plików",
|
||||||
"Max Upload Size": "Maksymalny rozmiar przesyłanego pliku",
|
"Max Upload Size": "Maksymalny rozmiar przesyłanego pliku",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "Rodzimy",
|
"Native": "Rodzimy",
|
||||||
"New Chat": "Nowy czat",
|
"New Chat": "Nowy czat",
|
||||||
"New Folder": "Nowy Folder",
|
"New Folder": "Nowy Folder",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Nowe hasło",
|
"New Password": "Nowe hasło",
|
||||||
"new-channel": "nowy-kanał",
|
"new-channel": "nowy-kanał",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Nie znaleziono żadnej zawartości.",
|
"No content found": "Nie znaleziono żadnej zawartości.",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Brak treści do omówienia",
|
"No content to speak": "Brak treści do omówienia",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "Brak identyfikatorów modeli",
|
"No model IDs": "Brak identyfikatorów modeli",
|
||||||
"No models found": "Nie znaleziono modeli",
|
"No models found": "Nie znaleziono modeli",
|
||||||
"No models selected": "Brak wybranych modeli",
|
"No models selected": "Brak wybranych modeli",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Brak wyników",
|
"No results found": "Brak wyników",
|
||||||
"No search query generated": "Nie wygenerowano żadnego zapytania wyszukiwania",
|
"No search query generated": "Nie wygenerowano żadnego zapytania wyszukiwania",
|
||||||
"No source available": "Źródło nie jest dostępne.",
|
"No source available": "Źródło nie jest dostępne.",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Brak",
|
"None": "Brak",
|
||||||
"Not factually correct": "Niezgodne z rzeczywistością",
|
"Not factually correct": "Niezgodne z rzeczywistością",
|
||||||
"Not helpful": "Nieprzydatne",
|
"Not helpful": "Nieprzydatne",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Uwaga: Jeśli określisz minimalną punktację, wyszukiwanie zwróci tylko dokumenty o wyniku równym lub wyższym niż minimalna punktacja.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Uwaga: Jeśli określisz minimalną punktację, wyszukiwanie zwróci tylko dokumenty o wyniku równym lub wyższym niż minimalna punktacja.",
|
||||||
"Notes": "Uwagi",
|
"Notes": "Uwagi",
|
||||||
"Notification Sound": "Dźwięk powiadomienia",
|
"Notification Sound": "Dźwięk powiadomienia",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "Czytaj",
|
"Read": "Czytaj",
|
||||||
"Read Aloud": "Czytaj na głos",
|
"Read Aloud": "Czytaj na głos",
|
||||||
"Reasoning Effort": "Wysiłek rozumowania",
|
"Reasoning Effort": "Wysiłek rozumowania",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Nagraj swój głos",
|
"Record voice": "Nagraj swój głos",
|
||||||
"Redirecting you to Open WebUI Community": "Przekierowujemy Cię do społeczności Open WebUI",
|
"Redirecting you to Open WebUI Community": "Przekierowujemy Cię do społeczności Open WebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "Przeszukano {{count}} stron",
|
"Searched {{count}} sites": "Przeszukano {{count}} stron",
|
||||||
"Searching \"{{searchQuery}}\"": "Wyszukiwanie \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Wyszukiwanie \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Przeszukiwanie wiedzy dla \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Przeszukiwanie wiedzy dla \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Adres URL zapytania Searxng",
|
"Searxng Query URL": "Adres URL zapytania Searxng",
|
||||||
"See readme.md for instructions": "Sprawdź readme.md dla instrukcji",
|
"See readme.md for instructions": "Sprawdź readme.md dla instrukcji",
|
||||||
"See what's new": "Sprawdź nowości",
|
"See what's new": "Sprawdź nowości",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Odpiąć",
|
"Unpin": "Odpiąć",
|
||||||
"Unravel secrets": "Odkryj tajemnice",
|
"Unravel secrets": "Odkryj tajemnice",
|
||||||
"Untagged": "Nie otagowane",
|
"Untagged": "Nie otagowane",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Aktualizacja",
|
"Update": "Aktualizacja",
|
||||||
"Update and Copy Link": "Aktualizuj i kopiuj link",
|
"Update and Copy Link": "Aktualizuj i kopiuj link",
|
||||||
"Update for the latest features and improvements.": "Aktualizacja do najnowszych funkcji i ulepszeń.",
|
"Update for the latest features and improvements.": "Aktualizacja do najnowszych funkcji i ulepszeń.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(por exemplo, `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(por exemplo, `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(por exemplo, `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(por exemplo, `sh webui.sh --api`)",
|
||||||
"(latest)": "(último)",
|
"(latest)": "(último)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Resposta Ruim",
|
"Bad Response": "Resposta Ruim",
|
||||||
"Banners": "Banners",
|
"Banners": "Banners",
|
||||||
"Base Model (From)": "Modelo Base (De)",
|
"Base Model (From)": "Modelo Base (De)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Tamanho do Lote (num_batch)",
|
"Batch Size (num_batch)": "Tamanho do Lote (num_batch)",
|
||||||
"before": "antes",
|
"before": "antes",
|
||||||
"Being lazy": "Sendo preguiçoso",
|
"Being lazy": "Sendo preguiçoso",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Chave API do Brave Search",
|
"Brave Search API Key": "Chave API do Brave Search",
|
||||||
"By {{name}}": "Por {{name}}",
|
"By {{name}}": "Por {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Criar Conhecimento",
|
"Create Knowledge": "Criar Conhecimento",
|
||||||
"Create new key": "Criar nova chave",
|
"Create new key": "Criar nova chave",
|
||||||
"Create new secret key": "Criar nova chave secreta",
|
"Create new secret key": "Criar nova chave secreta",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Criado em",
|
"Created at": "Criado em",
|
||||||
"Created At": "Criado Em",
|
"Created At": "Criado Em",
|
||||||
"Created by": "Criado por",
|
"Created by": "Criado por",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Excluir função?",
|
"Delete function?": "Excluir função?",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Excluir prompt?",
|
"Delete prompt?": "Excluir prompt?",
|
||||||
"delete this link": "Excluir este link",
|
"delete this link": "Excluir este link",
|
||||||
"Delete tool?": "Excluir ferramenta?",
|
"Delete tool?": "Excluir ferramenta?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Baixar Banco de Dados",
|
"Download Database": "Baixar Banco de Dados",
|
||||||
"Drag and drop a file to upload or select a file to view": "Arraste e solte um arquivo para enviar ou selecione um arquivo para visualizar",
|
"Drag and drop a file to upload or select a file to view": "Arraste e solte um arquivo para enviar ou selecione um arquivo para visualizar",
|
||||||
"Draw": "Empate",
|
"Draw": "Empate",
|
||||||
"Drop any files here to add to the conversation": "Solte qualquer arquivo aqui para adicionar à conversa",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "por exemplo, '30s', '10m'. Unidades de tempo válidas são 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "por exemplo, '30s', '10m'. Unidades de tempo válidas são 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "Exemplo: my_filter",
|
"e.g. my_filter": "Exemplo: my_filter",
|
||||||
"e.g. my_tools": "Exemplo: my_tools",
|
"e.g. my_tools": "Exemplo: my_tools",
|
||||||
"e.g. Tools for performing various operations": "Exemplo: Ferramentas para executar operações diversas",
|
"e.g. Tools for performing various operations": "Exemplo: Ferramentas para executar operações diversas",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Editar",
|
"Edit": "Editar",
|
||||||
"Edit Arena Model": "Editar Arena de Modelos",
|
"Edit Arena Model": "Editar Arena de Modelos",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Digite o Tamanho do Chunk",
|
"Enter Chunk Size": "Digite o Tamanho do Chunk",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "Digite a descrição",
|
"Enter description": "Digite a descrição",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Geral",
|
"General": "Geral",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "Gerar Imagem",
|
"Generate Image": "Gerar Imagem",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Importar Configurações de JSON",
|
"Import Config from JSON File": "Importar Configurações de JSON",
|
||||||
"Import Functions": "Importar Funções",
|
"Import Functions": "Importar Funções",
|
||||||
"Import Models": "Importar Modelos",
|
"Import Models": "Importar Modelos",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Importar Presets",
|
"Import Presets": "Importar Presets",
|
||||||
"Import Prompts": "Importar Prompts",
|
"Import Prompts": "Importar Prompts",
|
||||||
"Import Tools": "Importar Ferramentas",
|
"Import Tools": "Importar Ferramentas",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Gerenciar Pipelines",
|
"Manage Pipelines": "Gerenciar Pipelines",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Março",
|
"March": "Março",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Máximo de Tokens (num_predict)",
|
"Max Tokens (num_predict)": "Máximo de Tokens (num_predict)",
|
||||||
"Max Upload Count": "Quantidade máxima de anexos",
|
"Max Upload Count": "Quantidade máxima de anexos",
|
||||||
"Max Upload Size": "Tamanho máximo do arquivo",
|
"Max Upload Size": "Tamanho máximo do arquivo",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "Novo Chat",
|
"New Chat": "Novo Chat",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Nova Senha",
|
"New Password": "Nova Senha",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Nenhum conteúdo encontrado",
|
"No content found": "Nenhum conteúdo encontrado",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Sem conteúdo para falar",
|
"No content to speak": "Sem conteúdo para falar",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "Nenhum ID de modelo",
|
"No model IDs": "Nenhum ID de modelo",
|
||||||
"No models found": "Nenhum modelo encontrado",
|
"No models found": "Nenhum modelo encontrado",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Nenhum resultado encontrado",
|
"No results found": "Nenhum resultado encontrado",
|
||||||
"No search query generated": "Nenhuma consulta de pesquisa gerada",
|
"No search query generated": "Nenhuma consulta de pesquisa gerada",
|
||||||
"No source available": "Nenhuma fonte disponível",
|
"No source available": "Nenhuma fonte disponível",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Nenhum",
|
"None": "Nenhum",
|
||||||
"Not factually correct": "Não está factualmente correto",
|
"Not factually correct": "Não está factualmente correto",
|
||||||
"Not helpful": "Não é útil",
|
"Not helpful": "Não é útil",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Se você definir uma pontuação mínima, a pesquisa retornará apenas documentos com pontuação igual ou superior à pontuação mínima.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Se você definir uma pontuação mínima, a pesquisa retornará apenas documentos com pontuação igual ou superior à pontuação mínima.",
|
||||||
"Notes": "Notas",
|
"Notes": "Notas",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "Ler em Voz Alta",
|
"Read Aloud": "Ler em Voz Alta",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Gravar voz",
|
"Record voice": "Gravar voz",
|
||||||
"Redirecting you to Open WebUI Community": "Redirecionando você para a Comunidade OpenWebUI",
|
"Redirecting you to Open WebUI Community": "Redirecionando você para a Comunidade OpenWebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "Pesquisando \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Pesquisando \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Buscando conhecimento para \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Buscando conhecimento para \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "URL da Consulta Searxng",
|
"Searxng Query URL": "URL da Consulta Searxng",
|
||||||
"See readme.md for instructions": "Veja readme.md para instruções",
|
"See readme.md for instructions": "Veja readme.md para instruções",
|
||||||
"See what's new": "Veja o que há de novo",
|
"See what's new": "Veja o que há de novo",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Desfixar",
|
"Unpin": "Desfixar",
|
||||||
"Unravel secrets": "Desvendar segredos",
|
"Unravel secrets": "Desvendar segredos",
|
||||||
"Untagged": "Sem tag",
|
"Untagged": "Sem tag",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Atualizar",
|
"Update": "Atualizar",
|
||||||
"Update and Copy Link": "Atualizar e Copiar Link",
|
"Update and Copy Link": "Atualizar e Copiar Link",
|
||||||
"Update for the latest features and improvements.": "Atualizar para as novas funcionalidades e melhorias.",
|
"Update for the latest features and improvements.": "Atualizar para as novas funcionalidades e melhorias.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
||||||
"(e.g. `sh webui.sh --api`)": "(por exemplo, `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(por exemplo, `sh webui.sh --api`)",
|
||||||
"(latest)": "(mais recente)",
|
"(latest)": "(mais recente)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ modelos }}",
|
"{{ models }}": "{{ modelos }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Resposta má",
|
"Bad Response": "Resposta má",
|
||||||
"Banners": "Estandartes",
|
"Banners": "Estandartes",
|
||||||
"Base Model (From)": "Modelo Base (De)",
|
"Base Model (From)": "Modelo Base (De)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "",
|
"Batch Size (num_batch)": "",
|
||||||
"before": "antes",
|
"before": "antes",
|
||||||
"Being lazy": "Ser preguiçoso",
|
"Being lazy": "Ser preguiçoso",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Chave da API de Pesquisa Brave",
|
"Brave Search API Key": "Chave da API de Pesquisa Brave",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "Criar nova chave",
|
"Create new key": "Criar nova chave",
|
||||||
"Create new secret key": "Criar nova chave secreta",
|
"Create new secret key": "Criar nova chave secreta",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Criado em",
|
"Created at": "Criado em",
|
||||||
"Created At": "Criado em",
|
"Created At": "Criado em",
|
||||||
"Created by": "",
|
"Created by": "",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "",
|
"Delete function?": "",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "",
|
"Delete prompt?": "",
|
||||||
"delete this link": "apagar este link",
|
"delete this link": "apagar este link",
|
||||||
"Delete tool?": "",
|
"Delete tool?": "",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Descarregar Base de Dados",
|
"Download Database": "Descarregar Base de Dados",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "Largue os ficheiros aqui para adicionar à conversa",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "por exemplo, '30s', '10m'. Unidades de tempo válidas são 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "por exemplo, '30s', '10m'. Unidades de tempo válidas são 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Editar",
|
"Edit": "Editar",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Escreva o Tamanho do Fragmento",
|
"Enter Chunk Size": "Escreva o Tamanho do Fragmento",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Geral",
|
"General": "Geral",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "Gerar imagem",
|
"Generate Image": "Gerar imagem",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "",
|
"Import Functions": "",
|
||||||
"Import Models": "Importar Modelos",
|
"Import Models": "Importar Modelos",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "Importar Prompts",
|
"Import Prompts": "Importar Prompts",
|
||||||
"Import Tools": "",
|
"Import Tools": "",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Gerir pipelines",
|
"Manage Pipelines": "Gerir pipelines",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Março",
|
"March": "Março",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Máx Tokens (num_predict)",
|
"Max Tokens (num_predict)": "Máx Tokens (num_predict)",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "Nova Conversa",
|
"New Chat": "Nova Conversa",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Nova Senha",
|
"New Password": "Nova Senha",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "",
|
"No content to speak": "",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "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 search query generated": "Não foi gerada nenhuma consulta de pesquisa",
|
||||||
"No source available": "Nenhuma fonte disponível",
|
"No source available": "Nenhuma fonte disponível",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Nenhum",
|
"None": "Nenhum",
|
||||||
"Not factually correct": "Não é correto em termos factuais",
|
"Not factually correct": "Não é correto em termos factuais",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Se você definir uma pontuação mínima, a pesquisa só retornará documentos com uma pontuação maior ou igual à pontuação mínima.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Se você definir uma pontuação mínima, a pesquisa só retornará documentos com uma pontuação maior ou igual à pontuação mínima.",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "Ler em Voz Alta",
|
"Read Aloud": "Ler em Voz Alta",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Gravar voz",
|
"Record voice": "Gravar voz",
|
||||||
"Redirecting you to Open WebUI Community": "Redirecionando-o para a Comunidade OpenWebUI",
|
"Redirecting you to Open WebUI Community": "Redirecionando-o para a Comunidade OpenWebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "",
|
"Searching \"{{searchQuery}}\"": "",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "URL de consulta Searxng",
|
"Searxng Query URL": "URL de consulta Searxng",
|
||||||
"See readme.md for instructions": "Consulte readme.md para obter instruções",
|
"See readme.md for instructions": "Consulte readme.md para obter instruções",
|
||||||
"See what's new": "Veja o que há de novo",
|
"See what's new": "Veja o que há de novo",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "",
|
"Unpin": "",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "",
|
"Update": "",
|
||||||
"Update and Copy Link": "Atualizar e Copiar Link",
|
"Update and Copy Link": "Atualizar e Copiar Link",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(de ex. `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(de ex. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(de ex. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(de ex. `sh webui.sh --api`)",
|
||||||
"(latest)": "(ultimul)",
|
"(latest)": "(ultimul)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ modele }}",
|
"{{ models }}": "{{ modele }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Răspuns Greșit",
|
"Bad Response": "Răspuns Greșit",
|
||||||
"Banners": "Bannere",
|
"Banners": "Bannere",
|
||||||
"Base Model (From)": "Model de Bază (De la)",
|
"Base Model (From)": "Model de Bază (De la)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Dimensiune Lot (num_batch)",
|
"Batch Size (num_batch)": "Dimensiune Lot (num_batch)",
|
||||||
"before": "înainte",
|
"before": "înainte",
|
||||||
"Being lazy": "Fiind leneș",
|
"Being lazy": "Fiind leneș",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Cheie API Brave Search",
|
"Brave Search API Key": "Cheie API Brave Search",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Creează cunoștințe",
|
"Create Knowledge": "Creează cunoștințe",
|
||||||
"Create new key": "Creează cheie nouă",
|
"Create new key": "Creează cheie nouă",
|
||||||
"Create new secret key": "Creează cheie secretă nouă",
|
"Create new secret key": "Creează cheie secretă nouă",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Creat la",
|
"Created at": "Creat la",
|
||||||
"Created At": "Creat La",
|
"Created At": "Creat La",
|
||||||
"Created by": "Creat de",
|
"Created by": "Creat de",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Șterge funcția?",
|
"Delete function?": "Șterge funcția?",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Șterge promptul?",
|
"Delete prompt?": "Șterge promptul?",
|
||||||
"delete this link": "șterge acest link",
|
"delete this link": "șterge acest link",
|
||||||
"Delete tool?": "Șterge instrumentul?",
|
"Delete tool?": "Șterge instrumentul?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Descarcă Baza de Date",
|
"Download Database": "Descarcă Baza de Date",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "Desenează",
|
"Draw": "Desenează",
|
||||||
"Drop any files here to add to the conversation": "Plasează orice fișiere aici pentru a le adăuga la conversație",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "de ex. '30s', '10m'. Unitățile de timp valide sunt 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "de ex. '30s', '10m'. Unitățile de timp valide sunt 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Editează",
|
"Edit": "Editează",
|
||||||
"Edit Arena Model": "Editați Modelul Arena",
|
"Edit Arena Model": "Editați Modelul Arena",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Introduceți Dimensiunea Blocului",
|
"Enter Chunk Size": "Introduceți Dimensiunea Blocului",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "Introduceți descrierea",
|
"Enter description": "Introduceți descrierea",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "General",
|
"General": "General",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "Generează Imagine",
|
"Generate Image": "Generează Imagine",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Importarea configurației dintr-un fișier JSON",
|
"Import Config from JSON File": "Importarea configurației dintr-un fișier JSON",
|
||||||
"Import Functions": "Importă Funcțiile",
|
"Import Functions": "Importă Funcțiile",
|
||||||
"Import Models": "Importă Modelele",
|
"Import Models": "Importă Modelele",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "Importă Prompturile",
|
"Import Prompts": "Importă Prompturile",
|
||||||
"Import Tools": "Importă Instrumentele",
|
"Import Tools": "Importă Instrumentele",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Gestionează Conductele",
|
"Manage Pipelines": "Gestionează Conductele",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Martie",
|
"March": "Martie",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Număr Maxim de Tokeni (num_predict)",
|
"Max Tokens (num_predict)": "Număr Maxim de Tokeni (num_predict)",
|
||||||
"Max Upload Count": "Număr maxim de încărcări",
|
"Max Upload Count": "Număr maxim de încărcări",
|
||||||
"Max Upload Size": "Dimensiune Maximă de Încărcare",
|
"Max Upload Size": "Dimensiune Maximă de Încărcare",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "Conversație Nouă",
|
"New Chat": "Conversație Nouă",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Parolă Nouă",
|
"New Password": "Parolă Nouă",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Nu a fost găsit niciun conținut",
|
"No content found": "Nu a fost găsit niciun conținut",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Nu există conținut de vorbit",
|
"No content to speak": "Nu există conținut de vorbit",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "Nu s-au găsit modele",
|
"No models found": "Nu s-au găsit modele",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "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 search query generated": "Nu a fost generată nicio interogare de căutare",
|
||||||
"No source available": "Nicio sursă disponibilă",
|
"No source available": "Nicio sursă disponibilă",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Niciunul",
|
"None": "Niciunul",
|
||||||
"Not factually correct": "Nu este corect din punct de vedere factual",
|
"Not factually correct": "Nu este corect din punct de vedere factual",
|
||||||
"Not helpful": "Nu este de ajutor",
|
"Not helpful": "Nu este de ajutor",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Notă: Dacă setați un scor minim, căutarea va returna doar documente cu un scor mai mare sau egal cu scorul minim.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Notă: Dacă setați un scor minim, căutarea va returna doar documente cu un scor mai mare sau egal cu scorul minim.",
|
||||||
"Notes": "Note",
|
"Notes": "Note",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "Citește",
|
"Read": "Citește",
|
||||||
"Read Aloud": "Citește cu Voce Tare",
|
"Read Aloud": "Citește cu Voce Tare",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Înregistrează vocea",
|
"Record voice": "Înregistrează vocea",
|
||||||
"Redirecting you to Open WebUI Community": "Vă redirecționăm către Comunitatea OpenWebUI",
|
"Redirecting you to Open WebUI Community": "Vă redirecționăm către Comunitatea OpenWebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "Căutare \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Căutare \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Căutare cunoștințe pentru \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Căutare cunoștințe pentru \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "URL Interogare Searxng",
|
"Searxng Query URL": "URL Interogare Searxng",
|
||||||
"See readme.md for instructions": "Consultați readme.md pentru instrucțiuni",
|
"See readme.md for instructions": "Consultați readme.md pentru instrucțiuni",
|
||||||
"See what's new": "Vezi ce e nou",
|
"See what's new": "Vezi ce e nou",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Anulează Fixarea",
|
"Unpin": "Anulează Fixarea",
|
||||||
"Unravel secrets": "Dezvăluie secretele",
|
"Unravel secrets": "Dezvăluie secretele",
|
||||||
"Untagged": "Netichetat",
|
"Untagged": "Netichetat",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Actualizează",
|
"Update": "Actualizează",
|
||||||
"Update and Copy Link": "Actualizează și Copiază Link-ul",
|
"Update and Copy Link": "Actualizează și Copiază Link-ul",
|
||||||
"Update for the latest features and improvements.": "Actualizare pentru cele mai recente caracteristici și îmbunătățiri.",
|
"Update for the latest features and improvements.": "Actualizare pentru cele mai recente caracteristici și îmbunătățiri.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(например, `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(например, `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(например, `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(например, `sh webui.sh --api`)",
|
||||||
"(latest)": "(последняя)",
|
"(latest)": "(последняя)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ модели }}",
|
"{{ models }}": "{{ модели }}",
|
||||||
"{{COUNT}} Available Tools": "{{COUNT}} доступных инструментов",
|
"{{COUNT}} Available Tools": "{{COUNT}} доступных инструментов",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Плохой ответ",
|
"Bad Response": "Плохой ответ",
|
||||||
"Banners": "Баннеры",
|
"Banners": "Баннеры",
|
||||||
"Base Model (From)": "Базовая модель (от)",
|
"Base Model (From)": "Базовая модель (от)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Размер партии (num_batch)",
|
"Batch Size (num_batch)": "Размер партии (num_batch)",
|
||||||
"before": "до",
|
"before": "до",
|
||||||
"Being lazy": "Лениво",
|
"Being lazy": "Лениво",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Ключ API Bing Search V7",
|
"Bing Search V7 Subscription Key": "Ключ API Bing Search V7",
|
||||||
"Bocha Search API Key": "Ключ API поиска Bocha",
|
"Bocha Search API Key": "Ключ API поиска Bocha",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Увеличение или отмена определенных токенов за ограниченные ответы. Значения смещения будут находиться в диапазоне от -100 до 100 (включительно). (По умолчанию: ничего)",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Увеличение или отмена определенных токенов за ограниченные ответы. Значения смещения будут находиться в диапазоне от -100 до 100 (включительно). (По умолчанию: ничего)",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Ключ API поиска Brave",
|
"Brave Search API Key": "Ключ API поиска Brave",
|
||||||
"By {{name}}": "От {{name}}",
|
"By {{name}}": "От {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "Обход встраивания и извлечения данных",
|
"Bypass Embedding and Retrieval": "Обход встраивания и извлечения данных",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Создать знание",
|
"Create Knowledge": "Создать знание",
|
||||||
"Create new key": "Создать новый ключ",
|
"Create new key": "Создать новый ключ",
|
||||||
"Create new secret key": "Создать новый секретный ключ",
|
"Create new secret key": "Создать новый секретный ключ",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Создан(а)",
|
"Created at": "Создан(а)",
|
||||||
"Created At": "Создано",
|
"Created At": "Создано",
|
||||||
"Created by": "Создано",
|
"Created by": "Создано",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Удалить функцию?",
|
"Delete function?": "Удалить функцию?",
|
||||||
"Delete Message": "Удалить сообщение",
|
"Delete Message": "Удалить сообщение",
|
||||||
"Delete message?": "Удалить сообщение?",
|
"Delete message?": "Удалить сообщение?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Удалить промпт?",
|
"Delete prompt?": "Удалить промпт?",
|
||||||
"delete this link": "удалить эту ссылку",
|
"delete this link": "удалить эту ссылку",
|
||||||
"Delete tool?": "Удалить этот инструмент?",
|
"Delete tool?": "Удалить этот инструмент?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Загрузить базу данных",
|
"Download Database": "Загрузить базу данных",
|
||||||
"Drag and drop a file to upload or select a file to view": "Перетащите файл для загрузки или выберите файл для просмотра.",
|
"Drag and drop a file to upload or select a file to view": "Перетащите файл для загрузки или выберите файл для просмотра.",
|
||||||
"Draw": "Рисовать",
|
"Draw": "Рисовать",
|
||||||
"Drop any files here to add to the conversation": "Перетащите сюда файлы, чтобы добавить их в разговор",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "например, '30s','10m'. Допустимые единицы времени: 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "например, '30s','10m'. Допустимые единицы времени: 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "например, \"json\" или схему JSON",
|
"e.g. \"json\" or a JSON schema": "например, \"json\" или схему JSON",
|
||||||
"e.g. 60": "например, 60",
|
"e.g. 60": "например, 60",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "например, мой_фильтр",
|
"e.g. my_filter": "например, мой_фильтр",
|
||||||
"e.g. my_tools": "например, мой_инструмент",
|
"e.g. my_tools": "например, мой_инструмент",
|
||||||
"e.g. Tools for performing various operations": "например, инструменты для выполнения различных операций",
|
"e.g. Tools for performing various operations": "например, инструменты для выполнения различных операций",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "например, en-US,ja-JP (оставьте поле пустым для автоматического определения)",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "например, en-US,ja-JP (оставьте поле пустым для автоматического определения)",
|
||||||
"Edit": "Редактировать",
|
"Edit": "Редактировать",
|
||||||
"Edit Arena Model": "Изменить модель арены",
|
"Edit Arena Model": "Изменить модель арены",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Введите размер фрагмента",
|
"Enter Chunk Size": "Введите размер фрагмента",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Введите пары \"token:bias_value\", разделенные запятыми (пример: 5432:100, 413:-100).",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Введите пары \"token:bias_value\", разделенные запятыми (пример: 5432:100, 413:-100).",
|
||||||
"Enter description": "Введите описание",
|
"Enter description": "Введите описание",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "Введите URL сервера Docling",
|
"Enter Docling Server URL": "Введите URL сервера Docling",
|
||||||
"Enter Document Intelligence Endpoint": "Введите энд-поинт анализа документов",
|
"Enter Document Intelligence Endpoint": "Введите энд-поинт анализа документов",
|
||||||
"Enter Document Intelligence Key": "Введите ключ для анализа документов",
|
"Enter Document Intelligence Key": "Введите ключ для анализа документов",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "Конфигурация Gemini API",
|
"Gemini API Config": "Конфигурация Gemini API",
|
||||||
"Gemini API Key is required.": "Требуется API ключ для Gemini.",
|
"Gemini API Key is required.": "Требуется API ключ для Gemini.",
|
||||||
"General": "Общее",
|
"General": "Общее",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "Сгенерировать изображение",
|
"Generate an image": "Сгенерировать изображение",
|
||||||
"Generate Image": "Сгенерировать изображение",
|
"Generate Image": "Сгенерировать изображение",
|
||||||
"Generate prompt pair": "Сгенерировать пару запросов",
|
"Generate prompt pair": "Сгенерировать пару запросов",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Импорт конфигурации из JSON-файла",
|
"Import Config from JSON File": "Импорт конфигурации из JSON-файла",
|
||||||
"Import Functions": "Импортировать Функции",
|
"Import Functions": "Импортировать Функции",
|
||||||
"Import Models": "Импортировать Модели",
|
"Import Models": "Импортировать Модели",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Импортировать Пресеты",
|
"Import Presets": "Импортировать Пресеты",
|
||||||
"Import Prompts": "Импортировать Промпты",
|
"Import Prompts": "Импортировать Промпты",
|
||||||
"Import Tools": "Импортировать Инструменты",
|
"Import Tools": "Импортировать Инструменты",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Управление конвейерами",
|
"Manage Pipelines": "Управление конвейерами",
|
||||||
"Manage Tool Servers": "Управление серверами инструментов",
|
"Manage Tool Servers": "Управление серверами инструментов",
|
||||||
"March": "Март",
|
"March": "Март",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Максимальное количество токенов (num_predict)",
|
"Max Tokens (num_predict)": "Максимальное количество токенов (num_predict)",
|
||||||
"Max Upload Count": "Максимальное количество загрузок",
|
"Max Upload Count": "Максимальное количество загрузок",
|
||||||
"Max Upload Size": "Максимальный размер загрузок",
|
"Max Upload Size": "Максимальный размер загрузок",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "Нативно",
|
"Native": "Нативно",
|
||||||
"New Chat": "Новый чат",
|
"New Chat": "Новый чат",
|
||||||
"New Folder": "Новая папка",
|
"New Folder": "Новая папка",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Новый пароль",
|
"New Password": "Новый пароль",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Контент не найден",
|
"No content found": "Контент не найден",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Нечего говорить",
|
"No content to speak": "Нечего говорить",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "Нет ID модели",
|
"No model IDs": "Нет ID модели",
|
||||||
"No models found": "Модели не найдены",
|
"No models found": "Модели не найдены",
|
||||||
"No models selected": "Модели не выбраны",
|
"No models selected": "Модели не выбраны",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Результатов не найдено",
|
"No results found": "Результатов не найдено",
|
||||||
"No search query generated": "Поисковый запрос не сгенерирован",
|
"No search query generated": "Поисковый запрос не сгенерирован",
|
||||||
"No source available": "Нет доступных источников",
|
"No source available": "Нет доступных источников",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Нет",
|
"None": "Нет",
|
||||||
"Not factually correct": "Не соответствует действительности",
|
"Not factually correct": "Не соответствует действительности",
|
||||||
"Not helpful": "Бесполезно",
|
"Not helpful": "Бесполезно",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Обратите внимание: Если вы установите минимальный балл, поиск будет возвращать только документы с баллом больше или равным минимальному баллу.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Обратите внимание: Если вы установите минимальный балл, поиск будет возвращать только документы с баллом больше или равным минимальному баллу.",
|
||||||
"Notes": "Заметки",
|
"Notes": "Заметки",
|
||||||
"Notification Sound": "Звук уведомления",
|
"Notification Sound": "Звук уведомления",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "Прочитать",
|
"Read": "Прочитать",
|
||||||
"Read Aloud": "Прочитать вслух",
|
"Read Aloud": "Прочитать вслух",
|
||||||
"Reasoning Effort": "Усилие рассуждения",
|
"Reasoning Effort": "Усилие рассуждения",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Записать голос",
|
"Record voice": "Записать голос",
|
||||||
"Redirecting you to Open WebUI Community": "Перенаправляем вас в сообщество OpenWebUI",
|
"Redirecting you to Open WebUI Community": "Перенаправляем вас в сообщество OpenWebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Снижает вероятность появления бессмыслицы. Большее значение (например, 100) даст более разнообразные ответы, в то время как меньшее значение (например, 10) будет более консервативным.",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Снижает вероятность появления бессмыслицы. Большее значение (например, 100) даст более разнообразные ответы, в то время как меньшее значение (например, 10) будет более консервативным.",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "Поиск по {{count}} сайтам",
|
"Searched {{count}} sites": "Поиск по {{count}} сайтам",
|
||||||
"Searching \"{{searchQuery}}\"": "Поиск по запросу \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Поиск по запросу \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Поиск знания для \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Поиск знания для \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "URL-адрес запроса Searxng",
|
"Searxng Query URL": "URL-адрес запроса Searxng",
|
||||||
"See readme.md for instructions": "Смотрите readme.md для инструкций",
|
"See readme.md for instructions": "Смотрите readme.md для инструкций",
|
||||||
"See what's new": "Посмотреть, что нового",
|
"See what's new": "Посмотреть, что нового",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Открепить",
|
"Unpin": "Открепить",
|
||||||
"Unravel secrets": "Разгадать секреты",
|
"Unravel secrets": "Разгадать секреты",
|
||||||
"Untagged": "Без тегов",
|
"Untagged": "Без тегов",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Обновить",
|
"Update": "Обновить",
|
||||||
"Update and Copy Link": "Обновить и скопировать ссылку",
|
"Update and Copy Link": "Обновить и скопировать ссылку",
|
||||||
"Update for the latest features and improvements.": "Обновитесь для получения последних функций и улучшений.",
|
"Update for the latest features and improvements.": "Обновитесь для получения последних функций и улучшений.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(napr. `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(napr. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(napr. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(napr. `sh webui.sh --api`)",
|
||||||
"(latest)": "Najnovšie",
|
"(latest)": "Najnovšie",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Zlá odozva",
|
"Bad Response": "Zlá odozva",
|
||||||
"Banners": "Bannery",
|
"Banners": "Bannery",
|
||||||
"Base Model (From)": "Základný model (z)",
|
"Base Model (From)": "Základný model (z)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Veľkosť batchu (num_batch)",
|
"Batch Size (num_batch)": "Veľkosť batchu (num_batch)",
|
||||||
"before": "pred",
|
"before": "pred",
|
||||||
"Being lazy": "",
|
"Being lazy": "",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "API kľúč pre Brave Search",
|
"Brave Search API Key": "API kľúč pre Brave Search",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Vytvoriť knowledge",
|
"Create Knowledge": "Vytvoriť knowledge",
|
||||||
"Create new key": "Vytvoriť nový kľúč",
|
"Create new key": "Vytvoriť nový kľúč",
|
||||||
"Create new secret key": "Vytvoriť nový tajný kľúč",
|
"Create new secret key": "Vytvoriť nový tajný kľúč",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Vytvorené dňa",
|
"Created at": "Vytvorené dňa",
|
||||||
"Created At": "Vytvorené dňa",
|
"Created At": "Vytvorené dňa",
|
||||||
"Created by": "Vytvorené užívateľom",
|
"Created by": "Vytvorené užívateľom",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Funkcia na odstránenie?",
|
"Delete function?": "Funkcia na odstránenie?",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Odstrániť prompt?",
|
"Delete prompt?": "Odstrániť prompt?",
|
||||||
"delete this link": "odstrániť tento odkaz",
|
"delete this link": "odstrániť tento odkaz",
|
||||||
"Delete tool?": "Odstrániť nástroj?",
|
"Delete tool?": "Odstrániť nástroj?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Stiahnuť databázu",
|
"Download Database": "Stiahnuť databázu",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "Nakresliť",
|
"Draw": "Nakresliť",
|
||||||
"Drop any files here to add to the conversation": "Sem presuňte akékoľvek súbory, ktoré chcete pridať do konverzácie",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "napr. '30s','10m'. Platné časové jednotky sú 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "napr. '30s','10m'. Platné časové jednotky sú 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Upraviť",
|
"Edit": "Upraviť",
|
||||||
"Edit Arena Model": "Upraviť Arena Model",
|
"Edit Arena Model": "Upraviť Arena Model",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Zadajte veľkosť časti",
|
"Enter Chunk Size": "Zadajte veľkosť časti",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "Zadajte popis",
|
"Enter description": "Zadajte popis",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Všeobecné",
|
"General": "Všeobecné",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "Vygenerovať obrázok",
|
"Generate Image": "Vygenerovať obrázok",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Importovanie konfigurácie z JSON súboru",
|
"Import Config from JSON File": "Importovanie konfigurácie z JSON súboru",
|
||||||
"Import Functions": "Načítanie funkcií",
|
"Import Functions": "Načítanie funkcií",
|
||||||
"Import Models": "Importovanie modelov",
|
"Import Models": "Importovanie modelov",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "Importovať Prompty",
|
"Import Prompts": "Importovať Prompty",
|
||||||
"Import Tools": "Importovať nástroje",
|
"Import Tools": "Importovať nástroje",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Správa pipelines",
|
"Manage Pipelines": "Správa pipelines",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Marec",
|
"March": "Marec",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Maximálny počet tokenov (num_predict)",
|
"Max Tokens (num_predict)": "Maximálny počet tokenov (num_predict)",
|
||||||
"Max Upload Count": "Maximálny počet nahraní",
|
"Max Upload Count": "Maximálny počet nahraní",
|
||||||
"Max Upload Size": "Maximálna veľkosť nahrávania",
|
"Max Upload Size": "Maximálna veľkosť nahrávania",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "Nový chat",
|
"New Chat": "Nový chat",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Nové heslo",
|
"New Password": "Nové heslo",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Nebol nájdený žiadny obsah.",
|
"No content found": "Nebol nájdený žiadny obsah.",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Žiadny obsah na diskusiu.",
|
"No content to speak": "Žiadny obsah na diskusiu.",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "Neboli nájdené žiadne modely",
|
"No models found": "Neboli nájdené žiadne modely",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "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 search query generated": "Nebola vygenerovaná žiadna vyhľadávacia otázka.",
|
||||||
"No source available": "Nie je dostupný žiadny zdroj.",
|
"No source available": "Nie je dostupný žiadny zdroj.",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Žiadny",
|
"None": "Žiadny",
|
||||||
"Not factually correct": "Nie je fakticky správne",
|
"Not factually correct": "Nie je fakticky správne",
|
||||||
"Not helpful": "Nepomocné",
|
"Not helpful": "Nepomocné",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Poznámka: Ak nastavíte minimálne skóre, vyhľadávanie vráti iba dokumenty s hodnotením, ktoré je väčšie alebo rovné zadanému minimálnemu skóre.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Poznámka: Ak nastavíte minimálne skóre, vyhľadávanie vráti iba dokumenty s hodnotením, ktoré je väčšie alebo rovné zadanému minimálnemu skóre.",
|
||||||
"Notes": "Poznámky",
|
"Notes": "Poznámky",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "Čítať nahlas",
|
"Read Aloud": "Čítať nahlas",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Nahrať hlas",
|
"Record voice": "Nahrať hlas",
|
||||||
"Redirecting you to Open WebUI Community": "Presmerovanie na komunitu OpenWebUI",
|
"Redirecting you to Open WebUI Community": "Presmerovanie na komunitu OpenWebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "Hľadanie \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Hľadanie \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Vyhľadávanie znalostí pre \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Vyhľadávanie znalostí pre \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Adresa URL dotazu Searxng",
|
"Searxng Query URL": "Adresa URL dotazu Searxng",
|
||||||
"See readme.md for instructions": "Pozrite si {{readme.md}} pre pokyny.",
|
"See readme.md for instructions": "Pozrite si {{readme.md}} pre pokyny.",
|
||||||
"See what's new": "Pozrite sa, čo je nové",
|
"See what's new": "Pozrite sa, čo je nové",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Odopnúť",
|
"Unpin": "Odopnúť",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "Nebola označená",
|
"Untagged": "Nebola označená",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Aktualizovať",
|
"Update": "Aktualizovať",
|
||||||
"Update and Copy Link": "Aktualizovať a skopírovať odkaz",
|
"Update and Copy Link": "Aktualizovať a skopírovať odkaz",
|
||||||
"Update for the latest features and improvements.": "Aktualizácia pre najnovšie funkcie a vylepšenia.",
|
"Update for the latest features and improvements.": "Aktualizácia pre najnovšie funkcie a vylepšenia.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(нпр. `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(нпр. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(нпр. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(нпр. `sh webui.sh --api`)",
|
||||||
"(latest)": "(најновије)",
|
"(latest)": "(најновије)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ модели }}",
|
"{{ models }}": "{{ модели }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Лош одговор",
|
"Bad Response": "Лош одговор",
|
||||||
"Banners": "Барјаке",
|
"Banners": "Барјаке",
|
||||||
"Base Model (From)": "Основни модел (од)",
|
"Base Model (From)": "Основни модел (од)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "",
|
"Batch Size (num_batch)": "",
|
||||||
"before": "пре",
|
"before": "пре",
|
||||||
"Being lazy": "Бити лењ",
|
"Being lazy": "Бити лењ",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Апи кључ за храбру претрагу",
|
"Brave Search API Key": "Апи кључ за храбру претрагу",
|
||||||
"By {{name}}": "Од {{name}}",
|
"By {{name}}": "Од {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Направи знање",
|
"Create Knowledge": "Направи знање",
|
||||||
"Create new key": "Направи нови кључ",
|
"Create new key": "Направи нови кључ",
|
||||||
"Create new secret key": "Направи нови тајни кључ",
|
"Create new secret key": "Направи нови тајни кључ",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Направљено у",
|
"Created at": "Направљено у",
|
||||||
"Created At": "Направљено у",
|
"Created At": "Направљено у",
|
||||||
"Created by": "Направио/ла",
|
"Created by": "Направио/ла",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Обрисати функцију?",
|
"Delete function?": "Обрисати функцију?",
|
||||||
"Delete Message": "Обриши поруку",
|
"Delete Message": "Обриши поруку",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Обрисати упит?",
|
"Delete prompt?": "Обрисати упит?",
|
||||||
"delete this link": "обриши ову везу",
|
"delete this link": "обриши ову везу",
|
||||||
"Delete tool?": "Обрисати алат?",
|
"Delete tool?": "Обрисати алат?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Преузми базу података",
|
"Download Database": "Преузми базу података",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "Нацртај",
|
"Draw": "Нацртај",
|
||||||
"Drop any files here to add to the conversation": "Убаците било које датотеке овде да их додате у разговор",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "нпр. '30s', '10m'. Важеће временске јединице су 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "нпр. '30s', '10m'. Важеће временске јединице су 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Измени",
|
"Edit": "Измени",
|
||||||
"Edit Arena Model": "Измени модел арене",
|
"Edit Arena Model": "Измени модел арене",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Унесите величину дела",
|
"Enter Chunk Size": "Унесите величину дела",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Опште",
|
"General": "Опште",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "",
|
"Generate Image": "",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "Увези функције",
|
"Import Functions": "Увези функције",
|
||||||
"Import Models": "Увези моделе",
|
"Import Models": "Увези моделе",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "Увези упите",
|
"Import Prompts": "Увези упите",
|
||||||
"Import Tools": "",
|
"Import Tools": "",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Управљање цевоводима",
|
"Manage Pipelines": "Управљање цевоводима",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Март",
|
"March": "Март",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Маx Токенс (нум_предицт)",
|
"Max Tokens (num_predict)": "Маx Токенс (нум_предицт)",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "Ново ћаскање",
|
"New Chat": "Ново ћаскање",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Нова лозинка",
|
"New Password": "Нова лозинка",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "",
|
"No content to speak": "",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Нема резултата",
|
"No results found": "Нема резултата",
|
||||||
"No search query generated": "Није генерисан упит за претрагу",
|
"No search query generated": "Није генерисан упит за претрагу",
|
||||||
"No source available": "Нема доступног извора",
|
"No source available": "Нема доступног извора",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Нико",
|
"None": "Нико",
|
||||||
"Not factually correct": "Није чињенично тачно",
|
"Not factually correct": "Није чињенично тачно",
|
||||||
"Not helpful": "Није од помоћи",
|
"Not helpful": "Није од помоћи",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Напомена: ако подесите најмањи резултат, претрага ће вратити само документе са резултатом већим или једнаким најмањем резултату.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Напомена: ако подесите најмањи резултат, претрага ће вратити само документе са резултатом већим или једнаким најмањем резултату.",
|
||||||
"Notes": "Белешке",
|
"Notes": "Белешке",
|
||||||
"Notification Sound": "Звук обавештења",
|
"Notification Sound": "Звук обавештења",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "Читање",
|
"Read": "Читање",
|
||||||
"Read Aloud": "Прочитај наглас",
|
"Read Aloud": "Прочитај наглас",
|
||||||
"Reasoning Effort": "Јачина размишљања",
|
"Reasoning Effort": "Јачина размишљања",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Сними глас",
|
"Record voice": "Сними глас",
|
||||||
"Redirecting you to Open WebUI Community": "Преусмеравање на OpenWebUI заједницу",
|
"Redirecting you to Open WebUI Community": "Преусмеравање на OpenWebUI заједницу",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "",
|
"Searching \"{{searchQuery}}\"": "",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "УРЛ адреса Сеарxнг упита",
|
"Searxng Query URL": "УРЛ адреса Сеарxнг упита",
|
||||||
"See readme.md for instructions": "Погледај readme.md за упутства",
|
"See readme.md for instructions": "Погледај readme.md за упутства",
|
||||||
"See what's new": "Погледај шта је ново",
|
"See what's new": "Погледај шта је ново",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Откачи",
|
"Unpin": "Откачи",
|
||||||
"Unravel secrets": "Разоткриј тајне",
|
"Unravel secrets": "Разоткриј тајне",
|
||||||
"Untagged": "Неозначено",
|
"Untagged": "Неозначено",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Ажурирај",
|
"Update": "Ажурирај",
|
||||||
"Update and Copy Link": "Ажурирај и копирај везу",
|
"Update and Copy Link": "Ажурирај и копирај везу",
|
||||||
"Update for the latest features and improvements.": "Ажурирајте за најновије могућности и побољшања.",
|
"Update for the latest features and improvements.": "Ажурирајте за најновије могућности и побољшања.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(t.ex. `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(t.ex. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(t.ex. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(t.ex. `sh webui.sh --api`)",
|
||||||
"(latest)": "(senaste)",
|
"(latest)": "(senaste)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ modeller }}",
|
"{{ models }}": "{{ modeller }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Felaktig respons",
|
"Bad Response": "Felaktig respons",
|
||||||
"Banners": "Banners",
|
"Banners": "Banners",
|
||||||
"Base Model (From)": "Basmodell (Från)",
|
"Base Model (From)": "Basmodell (Från)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Batchstorlek (num_batch)",
|
"Batch Size (num_batch)": "Batchstorlek (num_batch)",
|
||||||
"before": "före",
|
"before": "före",
|
||||||
"Being lazy": "Lägg till",
|
"Being lazy": "Lägg till",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "API-nyckel för Brave Search",
|
"Brave Search API Key": "API-nyckel för Brave Search",
|
||||||
"By {{name}}": "Av {{name}}",
|
"By {{name}}": "Av {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "Skapa ny nyckel",
|
"Create new key": "Skapa ny nyckel",
|
||||||
"Create new secret key": "Skapa ny hemlig nyckel",
|
"Create new secret key": "Skapa ny hemlig nyckel",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Skapad",
|
"Created at": "Skapad",
|
||||||
"Created At": "Skapad",
|
"Created At": "Skapad",
|
||||||
"Created by": "",
|
"Created by": "",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "",
|
"Delete function?": "",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "",
|
"Delete prompt?": "",
|
||||||
"delete this link": "radera denna länk",
|
"delete this link": "radera denna länk",
|
||||||
"Delete tool?": "",
|
"Delete tool?": "",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Ladda ner databas",
|
"Download Database": "Ladda ner databas",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "Släpp filer här för att lägga till i samtalet",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "t.ex. '30s', '10m'. Giltiga tidsenheter är 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "t.ex. '30s', '10m'. Giltiga tidsenheter är 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Redigera",
|
"Edit": "Redigera",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Ange chunkstorlek",
|
"Enter Chunk Size": "Ange chunkstorlek",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Allmän",
|
"General": "Allmän",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "Generera bild",
|
"Generate Image": "Generera bild",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "",
|
"Import Functions": "",
|
||||||
"Import Models": "Importera modeller",
|
"Import Models": "Importera modeller",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "Importera instruktioner",
|
"Import Prompts": "Importera instruktioner",
|
||||||
"Import Tools": "Importera verktyg",
|
"Import Tools": "Importera verktyg",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Hantera rörledningar",
|
"Manage Pipelines": "Hantera rörledningar",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "mars",
|
"March": "mars",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Maximalt antal tokens (num_predict)",
|
"Max Tokens (num_predict)": "Maximalt antal tokens (num_predict)",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "Ny chatt",
|
"New Chat": "Ny chatt",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Nytt lösenord",
|
"New Password": "Nytt lösenord",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "",
|
"No content to speak": "",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Inga resultat hittades",
|
"No results found": "Inga resultat hittades",
|
||||||
"No search query generated": "Ingen sökfråga genererad",
|
"No search query generated": "Ingen sökfråga genererad",
|
||||||
"No source available": "Ingen tillgänglig källa",
|
"No source available": "Ingen tillgänglig källa",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Ingen",
|
"None": "Ingen",
|
||||||
"Not factually correct": "Inte faktiskt korrekt",
|
"Not factually correct": "Inte faktiskt korrekt",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Obs: Om du anger en tröskel kommer sökningen endast att returnera dokument med ett betyg som är större än eller lika med tröskeln.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Obs: Om du anger en tröskel kommer sökningen endast att returnera dokument med ett betyg som är större än eller lika med tröskeln.",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "Läs igenom",
|
"Read Aloud": "Läs igenom",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Spela in röst",
|
"Record voice": "Spela in röst",
|
||||||
"Redirecting you to Open WebUI Community": "Omdirigerar dig till OpenWebUI Community",
|
"Redirecting you to Open WebUI Community": "Omdirigerar dig till OpenWebUI Community",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "Söker \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Söker \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng Query URL",
|
"Searxng Query URL": "Searxng Query URL",
|
||||||
"See readme.md for instructions": "Se readme.md för instruktioner",
|
"See readme.md for instructions": "Se readme.md för instruktioner",
|
||||||
"See what's new": "Se vad som är nytt",
|
"See what's new": "Se vad som är nytt",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "",
|
"Unpin": "",
|
||||||
"Unravel secrets": "Avslöja hemligheter",
|
"Unravel secrets": "Avslöja hemligheter",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Uppdatera",
|
"Update": "Uppdatera",
|
||||||
"Update and Copy Link": "Uppdatera och kopiera länk",
|
"Update and Copy Link": "Uppdatera och kopiera länk",
|
||||||
"Update for the latest features and improvements.": "Uppdatera för att få de senaste funktionerna och förbättringarna.",
|
"Update for the latest features and improvements.": "Uppdatera för att få de senaste funktionerna och förbättringarna.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(เช่น `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(เช่น `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(เช่น `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(เช่น `sh webui.sh --api`)",
|
||||||
"(latest)": "(ล่าสุด)",
|
"(latest)": "(ล่าสุด)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "การตอบสนองที่ไม่ดี",
|
"Bad Response": "การตอบสนองที่ไม่ดี",
|
||||||
"Banners": "แบนเนอร์",
|
"Banners": "แบนเนอร์",
|
||||||
"Base Model (From)": "โมเดลพื้นฐาน (จาก)",
|
"Base Model (From)": "โมเดลพื้นฐาน (จาก)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "ขนาดชุด (num_batch)",
|
"Batch Size (num_batch)": "ขนาดชุด (num_batch)",
|
||||||
"before": "ก่อน",
|
"before": "ก่อน",
|
||||||
"Being lazy": "ขี้เกียจ",
|
"Being lazy": "ขี้เกียจ",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "คีย์ API ของ Brave Search",
|
"Brave Search API Key": "คีย์ API ของ Brave Search",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "สร้างคีย์ใหม่",
|
"Create new key": "สร้างคีย์ใหม่",
|
||||||
"Create new secret key": "สร้างคีย์ลับใหม่",
|
"Create new secret key": "สร้างคีย์ลับใหม่",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "สร้างเมื่อ",
|
"Created at": "สร้างเมื่อ",
|
||||||
"Created At": "สร้างเมื่อ",
|
"Created At": "สร้างเมื่อ",
|
||||||
"Created by": "สร้างโดย",
|
"Created by": "สร้างโดย",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "ลบฟังก์ชัน?",
|
"Delete function?": "ลบฟังก์ชัน?",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "ลบพรอมต์?",
|
"Delete prompt?": "ลบพรอมต์?",
|
||||||
"delete this link": "ลบลิงก์นี้",
|
"delete this link": "ลบลิงก์นี้",
|
||||||
"Delete tool?": "ลบเครื่องมือ?",
|
"Delete tool?": "ลบเครื่องมือ?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "ดาวน์โหลดฐานข้อมูล",
|
"Download Database": "ดาวน์โหลดฐานข้อมูล",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "วางไฟล์ใดๆ ที่นี่เพื่อเพิ่มในการสนทนา",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "เช่น '30s', '10m' หน่วยเวลาที่ถูกต้องคือ 's', 'm', 'h'",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "เช่น '30s', '10m' หน่วยเวลาที่ถูกต้องคือ 's', 'm', 'h'",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "แก้ไข",
|
"Edit": "แก้ไข",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "ใส่ขนาดส่วนข้อมูล",
|
"Enter Chunk Size": "ใส่ขนาดส่วนข้อมูล",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "ทั่วไป",
|
"General": "ทั่วไป",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "สร้างภาพ",
|
"Generate Image": "สร้างภาพ",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "นำเข้าฟังก์ชัน",
|
"Import Functions": "นำเข้าฟังก์ชัน",
|
||||||
"Import Models": "นำเข้าโมเดล",
|
"Import Models": "นำเข้าโมเดล",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "นำเข้าพรอมต์",
|
"Import Prompts": "นำเข้าพรอมต์",
|
||||||
"Import Tools": "นำเข้าเครื่องมือ",
|
"Import Tools": "นำเข้าเครื่องมือ",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "จัดการไปป์ไลน์",
|
"Manage Pipelines": "จัดการไปป์ไลน์",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "มีนาคม",
|
"March": "มีนาคม",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "โทเค็นสูงสุด (num_predict)",
|
"Max Tokens (num_predict)": "โทเค็นสูงสุด (num_predict)",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "แชทใหม่",
|
"New Chat": "แชทใหม่",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "รหัสผ่านใหม่",
|
"New Password": "รหัสผ่านใหม่",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "ไม่มีเนื้อหาที่จะพูด",
|
"No content to speak": "ไม่มีเนื้อหาที่จะพูด",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "ไม่มีผลลัพธ์",
|
"No results found": "ไม่มีผลลัพธ์",
|
||||||
"No search query generated": "ไม่มีการสร้างคำค้นหา",
|
"No search query generated": "ไม่มีการสร้างคำค้นหา",
|
||||||
"No source available": "ไม่มีแหล่งข้อมูล",
|
"No source available": "ไม่มีแหล่งข้อมูล",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "ไม่มี",
|
"None": "ไม่มี",
|
||||||
"Not factually correct": "ไม่ถูกต้องตามข้อเท็จจริง",
|
"Not factually correct": "ไม่ถูกต้องตามข้อเท็จจริง",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "หมายเหตุ: หากคุณตั้งค่าคะแนนขั้นต่ำ การค้นหาจะคืนเอกสารที่มีคะแนนมากกว่าหรือเท่ากับคะแนนขั้นต่ำเท่านั้น",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "หมายเหตุ: หากคุณตั้งค่าคะแนนขั้นต่ำ การค้นหาจะคืนเอกสารที่มีคะแนนมากกว่าหรือเท่ากับคะแนนขั้นต่ำเท่านั้น",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "อ่านออกเสียง",
|
"Read Aloud": "อ่านออกเสียง",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "บันทึกเสียง",
|
"Record voice": "บันทึกเสียง",
|
||||||
"Redirecting you to Open WebUI Community": "กำลังเปลี่ยนเส้นทางคุณไปยังชุมชน OpenWebUI",
|
"Redirecting you to Open WebUI Community": "กำลังเปลี่ยนเส้นทางคุณไปยังชุมชน OpenWebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "กำลังค้นหา \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "กำลังค้นหา \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "URL คำค้นหา",
|
"Searxng Query URL": "URL คำค้นหา",
|
||||||
"See readme.md for instructions": "ดู readme.md สำหรับคำแนะนำ",
|
"See readme.md for instructions": "ดู readme.md สำหรับคำแนะนำ",
|
||||||
"See what's new": "ดูสิ่งที่ใหม่",
|
"See what's new": "ดูสิ่งที่ใหม่",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "ยกเลิกการปักหมุด",
|
"Unpin": "ยกเลิกการปักหมุด",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "อัปเดต",
|
"Update": "อัปเดต",
|
||||||
"Update and Copy Link": "อัปเดตและคัดลอกลิงก์",
|
"Update and Copy Link": "อัปเดตและคัดลอกลิงก์",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "",
|
||||||
"(e.g. `sh webui.sh --api`)": "",
|
"(e.g. `sh webui.sh --api`)": "",
|
||||||
"(latest)": "",
|
"(latest)": "",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "",
|
"{{ models }}": "",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "",
|
"Bad Response": "",
|
||||||
"Banners": "",
|
"Banners": "",
|
||||||
"Base Model (From)": "",
|
"Base Model (From)": "",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "",
|
"Batch Size (num_batch)": "",
|
||||||
"before": "",
|
"before": "",
|
||||||
"Being lazy": "",
|
"Being lazy": "",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "",
|
"Brave Search API Key": "",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "",
|
"Create Knowledge": "",
|
||||||
"Create new key": "",
|
"Create new key": "",
|
||||||
"Create new secret key": "",
|
"Create new secret key": "",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "",
|
"Created at": "",
|
||||||
"Created At": "",
|
"Created At": "",
|
||||||
"Created by": "",
|
"Created by": "",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "",
|
"Delete function?": "",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "",
|
"Delete prompt?": "",
|
||||||
"delete this link": "",
|
"delete this link": "",
|
||||||
"Delete tool?": "",
|
"Delete tool?": "",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "",
|
"Download Database": "",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "",
|
"Draw": "",
|
||||||
"Drop any files here to add to the conversation": "",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "",
|
"Edit": "",
|
||||||
"Edit Arena Model": "",
|
"Edit Arena Model": "",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "",
|
"Enter Chunk Size": "",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "",
|
"Enter description": "",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "",
|
"General": "",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "",
|
"Generate Image": "",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "",
|
"Import Config from JSON File": "",
|
||||||
"Import Functions": "",
|
"Import Functions": "",
|
||||||
"Import Models": "",
|
"Import Models": "",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "",
|
"Import Prompts": "",
|
||||||
"Import Tools": "",
|
"Import Tools": "",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "",
|
"Manage Pipelines": "",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "",
|
"March": "",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "",
|
"Max Tokens (num_predict)": "",
|
||||||
"Max Upload Count": "",
|
"Max Upload Count": "",
|
||||||
"Max Upload Size": "",
|
"Max Upload Size": "",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "",
|
"New Chat": "",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "",
|
"New Password": "",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "",
|
"No content found": "",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "",
|
"No content to speak": "",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "",
|
"No models found": "",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "",
|
"No results found": "",
|
||||||
"No search query generated": "",
|
"No search query generated": "",
|
||||||
"No source available": "",
|
"No source available": "",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "",
|
"None": "",
|
||||||
"Not factually correct": "",
|
"Not factually correct": "",
|
||||||
"Not helpful": "",
|
"Not helpful": "",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
|
||||||
"Notes": "",
|
"Notes": "",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "",
|
"Read Aloud": "",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "",
|
"Record voice": "",
|
||||||
"Redirecting you to Open WebUI Community": "",
|
"Redirecting you to Open WebUI Community": "",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "",
|
"Searching \"{{searchQuery}}\"": "",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
"Searching Knowledge for \"{{searchQuery}}\"": "",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "",
|
"Searxng Query URL": "",
|
||||||
"See readme.md for instructions": "",
|
"See readme.md for instructions": "",
|
||||||
"See what's new": "",
|
"See what's new": "",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "",
|
"Unpin": "",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "",
|
"Untagged": "",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "",
|
"Update": "",
|
||||||
"Update and Copy Link": "",
|
"Update and Copy Link": "",
|
||||||
"Update for the latest features and improvements.": "",
|
"Update for the latest features and improvements.": "",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(örn. `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(örn. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(örn. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(örn. `sh webui.sh --api`)",
|
||||||
"(latest)": "(en son)",
|
"(latest)": "(en son)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Kötü Yanıt",
|
"Bad Response": "Kötü Yanıt",
|
||||||
"Banners": "Afişler",
|
"Banners": "Afişler",
|
||||||
"Base Model (From)": "Temel Model ('den)",
|
"Base Model (From)": "Temel Model ('den)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Yığın Boyutu (num_batch)",
|
"Batch Size (num_batch)": "Yığın Boyutu (num_batch)",
|
||||||
"before": "önce",
|
"before": "önce",
|
||||||
"Being lazy": "Tembelleşiyor",
|
"Being lazy": "Tembelleşiyor",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Bing Arama V7 Abonelik Anahtarı",
|
"Bing Search V7 Subscription Key": "Bing Arama V7 Abonelik Anahtarı",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Brave Search API Anahtarı",
|
"Brave Search API Key": "Brave Search API Anahtarı",
|
||||||
"By {{name}}": "{{name}} Tarafından",
|
"By {{name}}": "{{name}} Tarafından",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Bilgi Oluştur",
|
"Create Knowledge": "Bilgi Oluştur",
|
||||||
"Create new key": "Yeni anahtar oluştur",
|
"Create new key": "Yeni anahtar oluştur",
|
||||||
"Create new secret key": "Yeni gizli anahtar oluştur",
|
"Create new secret key": "Yeni gizli anahtar oluştur",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Oluşturulma tarihi",
|
"Created at": "Oluşturulma tarihi",
|
||||||
"Created At": "Şu Tarihte Oluşturuldu:",
|
"Created At": "Şu Tarihte Oluşturuldu:",
|
||||||
"Created by": "Şunun tarafından oluşturuldu:",
|
"Created by": "Şunun tarafından oluşturuldu:",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Fonksiyonu sil?",
|
"Delete function?": "Fonksiyonu sil?",
|
||||||
"Delete Message": "Mesajı Sil",
|
"Delete Message": "Mesajı Sil",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Promptu sil?",
|
"Delete prompt?": "Promptu sil?",
|
||||||
"delete this link": "bu bağlantıyı sil",
|
"delete this link": "bu bağlantıyı sil",
|
||||||
"Delete tool?": "Aracı sil?",
|
"Delete tool?": "Aracı sil?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Veritabanını İndir",
|
"Download Database": "Veritabanını İndir",
|
||||||
"Drag and drop a file to upload or select a file to view": "Yüklemek için bir dosyayı sürükleyip bırakın veya görüntülemek için bir dosya seçin",
|
"Drag and drop a file to upload or select a file to view": "Yüklemek için bir dosyayı sürükleyip bırakın veya görüntülemek için bir dosya seçin",
|
||||||
"Draw": "Çiz",
|
"Draw": "Çiz",
|
||||||
"Drop any files here to add to the conversation": "Sohbete eklemek istediğiniz dosyaları buraya bırakın",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "örn. '30s', '10m'. Geçerli zaman birimleri 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "örn. '30s', '10m'. Geçerli zaman birimleri 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "örn. benim_filtrem",
|
"e.g. my_filter": "örn. benim_filtrem",
|
||||||
"e.g. my_tools": "örn. benim_araçlarım",
|
"e.g. my_tools": "örn. benim_araçlarım",
|
||||||
"e.g. Tools for performing various operations": " örn.Çeşitli işlemleri gerçekleştirmek için araçlar",
|
"e.g. Tools for performing various operations": " örn.Çeşitli işlemleri gerçekleştirmek için araçlar",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Düzenle",
|
"Edit": "Düzenle",
|
||||||
"Edit Arena Model": "Arena Modelini Düzenle",
|
"Edit Arena Model": "Arena Modelini Düzenle",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Chunk Boyutunu Girin",
|
"Enter Chunk Size": "Chunk Boyutunu Girin",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "Açıklama girin",
|
"Enter description": "Açıklama girin",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "Genel",
|
"General": "Genel",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "Bir Görsel Oluştur",
|
"Generate an image": "Bir Görsel Oluştur",
|
||||||
"Generate Image": "Görsel Üret",
|
"Generate Image": "Görsel Üret",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Yapılandırmayı JSON Dosyasından İçe Aktar",
|
"Import Config from JSON File": "Yapılandırmayı JSON Dosyasından İçe Aktar",
|
||||||
"Import Functions": "Fonksiyonları İçe Aktar",
|
"Import Functions": "Fonksiyonları İçe Aktar",
|
||||||
"Import Models": "Modelleri İçe Aktar",
|
"Import Models": "Modelleri İçe Aktar",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Ön Ayarları İçe Aktar",
|
"Import Presets": "Ön Ayarları İçe Aktar",
|
||||||
"Import Prompts": "Promptları İçe Aktar",
|
"Import Prompts": "Promptları İçe Aktar",
|
||||||
"Import Tools": "Araçları İçe Aktar",
|
"Import Tools": "Araçları İçe Aktar",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Pipelineları Yönet",
|
"Manage Pipelines": "Pipelineları Yönet",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "Mart",
|
"March": "Mart",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Maksimum Token (num_predict)",
|
"Max Tokens (num_predict)": "Maksimum Token (num_predict)",
|
||||||
"Max Upload Count": "Maksimum Yükleme Sayısı",
|
"Max Upload Count": "Maksimum Yükleme Sayısı",
|
||||||
"Max Upload Size": "Maksimum Yükleme Boyutu",
|
"Max Upload Size": "Maksimum Yükleme Boyutu",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "Yeni Sohbet",
|
"New Chat": "Yeni Sohbet",
|
||||||
"New Folder": "Yeni Klasör",
|
"New Folder": "Yeni Klasör",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Yeni Parola",
|
"New Password": "Yeni Parola",
|
||||||
"new-channel": "yeni-kanal",
|
"new-channel": "yeni-kanal",
|
||||||
|
"No content": "",
|
||||||
"No content found": "İçerik bulunamadı",
|
"No content found": "İçerik bulunamadı",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Konuşacak içerik yok",
|
"No content to speak": "Konuşacak içerik yok",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "Model ID yok",
|
"No model IDs": "Model ID yok",
|
||||||
"No models found": "Model bulunamadı",
|
"No models found": "Model bulunamadı",
|
||||||
"No models selected": "Model seçilmedi",
|
"No models selected": "Model seçilmedi",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Sonuç bulunamadı",
|
"No results found": "Sonuç bulunamadı",
|
||||||
"No search query generated": "Hiç arama sorgusu oluşturulmadı",
|
"No search query generated": "Hiç arama sorgusu oluşturulmadı",
|
||||||
"No source available": "Kaynak mevcut değil",
|
"No source available": "Kaynak mevcut değil",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Yok",
|
"None": "Yok",
|
||||||
"Not factually correct": "Gerçeklere göre doğru değil",
|
"Not factually correct": "Gerçeklere göre doğru değil",
|
||||||
"Not helpful": "Yardımcı olmadı",
|
"Not helpful": "Yardımcı olmadı",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Not: Minimum bir skor belirlerseniz, arama yalnızca minimum skora eşit veya daha yüksek bir skora sahip belgeleri getirecektir.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Not: Minimum bir skor belirlerseniz, arama yalnızca minimum skora eşit veya daha yüksek bir skora sahip belgeleri getirecektir.",
|
||||||
"Notes": "Notlar",
|
"Notes": "Notlar",
|
||||||
"Notification Sound": "Bildirim Sesi",
|
"Notification Sound": "Bildirim Sesi",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "Oku",
|
"Read": "Oku",
|
||||||
"Read Aloud": "Sesli Oku",
|
"Read Aloud": "Sesli Oku",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Ses kaydı yap",
|
"Record voice": "Ses kaydı yap",
|
||||||
"Redirecting you to Open WebUI Community": "OpenWebUI Topluluğuna yönlendiriliyorsunuz",
|
"Redirecting you to Open WebUI Community": "OpenWebUI Topluluğuna yönlendiriliyorsunuz",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "{{count}} site arandı",
|
"Searched {{count}} sites": "{{count}} site arandı",
|
||||||
"Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" aranıyor",
|
"Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" aranıyor",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\" için Bilgi aranıyor",
|
"Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\" için Bilgi aranıyor",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng Sorgu URL'si",
|
"Searxng Query URL": "Searxng Sorgu URL'si",
|
||||||
"See readme.md for instructions": "Yönergeler için readme.md dosyasına bakın",
|
"See readme.md for instructions": "Yönergeler için readme.md dosyasına bakın",
|
||||||
"See what's new": "Yeniliklere göz atın",
|
"See what's new": "Yeniliklere göz atın",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Sabitlemeyi Kaldır",
|
"Unpin": "Sabitlemeyi Kaldır",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "Etiketsiz",
|
"Untagged": "Etiketsiz",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Güncelle",
|
"Update": "Güncelle",
|
||||||
"Update and Copy Link": "Güncelle ve Bağlantıyı Kopyala",
|
"Update and Copy Link": "Güncelle ve Bağlantıyı Kopyala",
|
||||||
"Update for the latest features and improvements.": "En son özellikler ve iyileştirmeler için güncelleyin.",
|
"Update for the latest features and improvements.": "En son özellikler ve iyileştirmeler için güncelleyin.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(напр. `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(напр. `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(напр. `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(напр. `sh webui.sh --api`)",
|
||||||
"(latest)": "(остання)",
|
"(latest)": "(остання)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "(Ollama)",
|
"(Ollama)": "(Ollama)",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Неправильна відповідь",
|
"Bad Response": "Неправильна відповідь",
|
||||||
"Banners": "Прапори",
|
"Banners": "Прапори",
|
||||||
"Base Model (From)": "Базова модель (від)",
|
"Base Model (From)": "Базова модель (від)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Розмір партії (num_batch)",
|
"Batch Size (num_batch)": "Розмір партії (num_batch)",
|
||||||
"before": "до того, як",
|
"before": "до того, як",
|
||||||
"Being lazy": "Не поспішати",
|
"Being lazy": "Не поспішати",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Ключ підписки Bing Search V7",
|
"Bing Search V7 Subscription Key": "Ключ підписки Bing Search V7",
|
||||||
"Bocha Search API Key": "Ключ API пошуку Bocha",
|
"Bocha Search API Key": "Ключ API пошуку Bocha",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Підсилення або штрафування конкретних токенів для обмежених відповідей. Значення зміщення будуть обмежені між -100 і 100 (включно). (За замовчуванням: відсутнє)",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Підсилення або штрафування конкретних токенів для обмежених відповідей. Значення зміщення будуть обмежені між -100 і 100 (включно). (За замовчуванням: відсутнє)",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Ключ API пошуку Brave",
|
"Brave Search API Key": "Ключ API пошуку Brave",
|
||||||
"By {{name}}": "Від {{name}}",
|
"By {{name}}": "Від {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "Минути вбудовування та пошук",
|
"Bypass Embedding and Retrieval": "Минути вбудовування та пошук",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Створити знання",
|
"Create Knowledge": "Створити знання",
|
||||||
"Create new key": "Створити новий ключ",
|
"Create new key": "Створити новий ключ",
|
||||||
"Create new secret key": "Створити новий секретний ключ",
|
"Create new secret key": "Створити новий секретний ключ",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Створено у",
|
"Created at": "Створено у",
|
||||||
"Created At": "Створено у",
|
"Created At": "Створено у",
|
||||||
"Created by": "Створено",
|
"Created by": "Створено",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Видалити функцію?",
|
"Delete function?": "Видалити функцію?",
|
||||||
"Delete Message": "Видалити повідомлення",
|
"Delete Message": "Видалити повідомлення",
|
||||||
"Delete message?": "Видалити повідомлення?",
|
"Delete message?": "Видалити повідомлення?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Видалити промт?",
|
"Delete prompt?": "Видалити промт?",
|
||||||
"delete this link": "видалити це посилання",
|
"delete this link": "видалити це посилання",
|
||||||
"Delete tool?": "Видалити інструмент?",
|
"Delete tool?": "Видалити інструмент?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Завантажити базу даних",
|
"Download Database": "Завантажити базу даних",
|
||||||
"Drag and drop a file to upload or select a file to view": "Перетягніть файл для завантаження або виберіть файл для перегляду",
|
"Drag and drop a file to upload or select a file to view": "Перетягніть файл для завантаження або виберіть файл для перегляду",
|
||||||
"Draw": "Малювати",
|
"Draw": "Малювати",
|
||||||
"Drop any files here to add to the conversation": "Перетягніть сюди файли, щоб додати до розмови",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "напр., '30s','10m'. Дійсні одиниці часу: 'с', 'хв', 'г'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "напр., '30s','10m'. Дійсні одиниці часу: 'с', 'хв', 'г'.",
|
||||||
"e.g. \"json\" or a JSON schema": "напр., \"json\" або схема JSON",
|
"e.g. \"json\" or a JSON schema": "напр., \"json\" або схема JSON",
|
||||||
"e.g. 60": "напр. 60",
|
"e.g. 60": "напр. 60",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "напр., my_filter",
|
"e.g. my_filter": "напр., my_filter",
|
||||||
"e.g. my_tools": "напр., my_tools",
|
"e.g. my_tools": "напр., my_tools",
|
||||||
"e.g. Tools for performing various operations": "напр., Інструменти для виконання різних операцій",
|
"e.g. Tools for performing various operations": "напр., Інструменти для виконання різних операцій",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Редагувати",
|
"Edit": "Редагувати",
|
||||||
"Edit Arena Model": "Редагувати модель Arena",
|
"Edit Arena Model": "Редагувати модель Arena",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Введіть розмір фрагменту",
|
"Enter Chunk Size": "Введіть розмір фрагменту",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Введіть пари \"токен:значення_зміщення\", розділені комами (напр.: 5432:100, 413:-100)",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Введіть пари \"токен:значення_зміщення\", розділені комами (напр.: 5432:100, 413:-100)",
|
||||||
"Enter description": "Введіть опис",
|
"Enter description": "Введіть опис",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "Введіть URL-адресу сервера Docling",
|
"Enter Docling Server URL": "Введіть URL-адресу сервера Docling",
|
||||||
"Enter Document Intelligence Endpoint": "Введіть кінцеву точку Інтелекту документа",
|
"Enter Document Intelligence Endpoint": "Введіть кінцеву точку Інтелекту документа",
|
||||||
"Enter Document Intelligence Key": "Введіть ключ Інтелекту документа",
|
"Enter Document Intelligence Key": "Введіть ключ Інтелекту документа",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "Конфігурація Gemini API",
|
"Gemini API Config": "Конфігурація Gemini API",
|
||||||
"Gemini API Key is required.": "Потрібен ключ API Gemini.",
|
"Gemini API Key is required.": "Потрібен ключ API Gemini.",
|
||||||
"General": "Загальні",
|
"General": "Загальні",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "Згенерувати зображення",
|
"Generate an image": "Згенерувати зображення",
|
||||||
"Generate Image": "Створити зображення",
|
"Generate Image": "Створити зображення",
|
||||||
"Generate prompt pair": "Згенерувати пару промтів",
|
"Generate prompt pair": "Згенерувати пару промтів",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Імпорт конфігурації з файлу JSON",
|
"Import Config from JSON File": "Імпорт конфігурації з файлу JSON",
|
||||||
"Import Functions": "Імпорт функцій ",
|
"Import Functions": "Імпорт функцій ",
|
||||||
"Import Models": "Імпорт моделей",
|
"Import Models": "Імпорт моделей",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Імпорт пресетів",
|
"Import Presets": "Імпорт пресетів",
|
||||||
"Import Prompts": "Імпорт промтів",
|
"Import Prompts": "Імпорт промтів",
|
||||||
"Import Tools": "Імпорт інструментів",
|
"Import Tools": "Імпорт інструментів",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Керування конвеєрами",
|
"Manage Pipelines": "Керування конвеєрами",
|
||||||
"Manage Tool Servers": "Керувати серверами інструментів",
|
"Manage Tool Servers": "Керувати серверами інструментів",
|
||||||
"March": "Березень",
|
"March": "Березень",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Макс токенів (num_predict)",
|
"Max Tokens (num_predict)": "Макс токенів (num_predict)",
|
||||||
"Max Upload Count": "Макс. кількість завантажень",
|
"Max Upload Count": "Макс. кількість завантажень",
|
||||||
"Max Upload Size": "Макс. розмір завантаження",
|
"Max Upload Size": "Макс. розмір завантаження",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "Рідний",
|
"Native": "Рідний",
|
||||||
"New Chat": "Новий чат",
|
"New Chat": "Новий чат",
|
||||||
"New Folder": "Нова папка",
|
"New Folder": "Нова папка",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Новий пароль",
|
"New Password": "Новий пароль",
|
||||||
"new-channel": "новий-канал",
|
"new-channel": "новий-канал",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Контент не знайдено.",
|
"No content found": "Контент не знайдено.",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Нема чого говорити",
|
"No content to speak": "Нема чого говорити",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "Немає ID моделей",
|
"No model IDs": "Немає ID моделей",
|
||||||
"No models found": "Моделей не знайдено",
|
"No models found": "Моделей не знайдено",
|
||||||
"No models selected": "Моделі не вибрано",
|
"No models selected": "Моделі не вибрано",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "Не знайдено жодного результату",
|
"No results found": "Не знайдено жодного результату",
|
||||||
"No search query generated": "Пошуковий запит не сформовано",
|
"No search query generated": "Пошуковий запит не сформовано",
|
||||||
"No source available": "Джерело не доступне",
|
"No source available": "Джерело не доступне",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Нема",
|
"None": "Нема",
|
||||||
"Not factually correct": "Не відповідає дійсності",
|
"Not factually correct": "Не відповідає дійсності",
|
||||||
"Not helpful": "Не корисно",
|
"Not helpful": "Не корисно",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Примітка: Якщо ви встановите мінімальну кількість балів, пошук поверне лише документи з кількістю балів, більшою або рівною мінімальній кількості балів.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Примітка: Якщо ви встановите мінімальну кількість балів, пошук поверне лише документи з кількістю балів, більшою або рівною мінімальній кількості балів.",
|
||||||
"Notes": "Примітки",
|
"Notes": "Примітки",
|
||||||
"Notification Sound": "Звук сповіщення",
|
"Notification Sound": "Звук сповіщення",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "Читати",
|
"Read": "Читати",
|
||||||
"Read Aloud": "Читати вголос",
|
"Read Aloud": "Читати вголос",
|
||||||
"Reasoning Effort": "Зусилля на міркування",
|
"Reasoning Effort": "Зусилля на міркування",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Записати голос",
|
"Record voice": "Записати голос",
|
||||||
"Redirecting you to Open WebUI Community": "Перенаправляємо вас до спільноти OpenWebUI",
|
"Redirecting you to Open WebUI Community": "Перенаправляємо вас до спільноти OpenWebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Зменшує ймовірність генерування нісенітниць. Вищий показник (напр., 100) забезпечить більше різноманітних відповідей, тоді як нижчий показник (напр., 10) буде більш обережним.",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Зменшує ймовірність генерування нісенітниць. Вищий показник (напр., 100) забезпечить більше різноманітних відповідей, тоді як нижчий показник (напр., 10) буде більш обережним.",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "Шукалося {{count}} сайтів",
|
"Searched {{count}} sites": "Шукалося {{count}} сайтів",
|
||||||
"Searching \"{{searchQuery}}\"": "Шукаю \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Шукаю \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Пошук знань для \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Пошук знань для \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng Query URL",
|
"Searxng Query URL": "Searxng Query URL",
|
||||||
"See readme.md for instructions": "Див. readme.md для інструкцій",
|
"See readme.md for instructions": "Див. readme.md для інструкцій",
|
||||||
"See what's new": "Подивіться, що нового",
|
"See what's new": "Подивіться, що нового",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Відчепити",
|
"Unpin": "Відчепити",
|
||||||
"Unravel secrets": "Розплутуйте секрети",
|
"Unravel secrets": "Розплутуйте секрети",
|
||||||
"Untagged": "Без тегів",
|
"Untagged": "Без тегів",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Оновлення",
|
"Update": "Оновлення",
|
||||||
"Update and Copy Link": "Оновлення та копіювання посилання",
|
"Update and Copy Link": "Оновлення та копіювання посилання",
|
||||||
"Update for the latest features and improvements.": "Оновіть програми для нових функцій та покращень.",
|
"Update for the latest features and improvements.": "Оновіть програми для нових функцій та покращень.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(مثال کے طور پر: `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(مثال کے طور پر: `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(مثال کے طور پر: `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(مثال کے طور پر: `sh webui.sh --api`)",
|
||||||
"(latest)": "(تازہ ترین)",
|
"(latest)": "(تازہ ترین)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "",
|
"(Ollama)": "",
|
||||||
"{{ models }}": "{{ ماڈلز }}",
|
"{{ models }}": "{{ ماڈلز }}",
|
||||||
"{{COUNT}} Available Tools": "",
|
"{{COUNT}} Available Tools": "",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "غلط جواب",
|
"Bad Response": "غلط جواب",
|
||||||
"Banners": "بینرز",
|
"Banners": "بینرز",
|
||||||
"Base Model (From)": "بیس ماڈل (سے)",
|
"Base Model (From)": "بیس ماڈل (سے)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "بیچ سائز (num_batch)",
|
"Batch Size (num_batch)": "بیچ سائز (num_batch)",
|
||||||
"before": "پہلے",
|
"before": "پہلے",
|
||||||
"Being lazy": "سستی کر رہا ہے",
|
"Being lazy": "سستی کر رہا ہے",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "",
|
"Bing Search V7 Subscription Key": "",
|
||||||
"Bocha Search API Key": "",
|
"Bocha Search API Key": "",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "بریو سرچ API کلید",
|
"Brave Search API Key": "بریو سرچ API کلید",
|
||||||
"By {{name}}": "",
|
"By {{name}}": "",
|
||||||
"Bypass Embedding and Retrieval": "",
|
"Bypass Embedding and Retrieval": "",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "علم بنائیں",
|
"Create Knowledge": "علم بنائیں",
|
||||||
"Create new key": "نیا کلید بنائیں",
|
"Create new key": "نیا کلید بنائیں",
|
||||||
"Create new secret key": "نیا خفیہ کلید بنائیں",
|
"Create new secret key": "نیا خفیہ کلید بنائیں",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "پر بنایا گیا",
|
"Created at": "پر بنایا گیا",
|
||||||
"Created At": "بنایا گیا:",
|
"Created At": "بنایا گیا:",
|
||||||
"Created by": "تخلیق کردہ",
|
"Created by": "تخلیق کردہ",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "حذف کریں؟",
|
"Delete function?": "حذف کریں؟",
|
||||||
"Delete Message": "",
|
"Delete Message": "",
|
||||||
"Delete message?": "",
|
"Delete message?": "",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "پرومپٹ کو حذف کریں؟",
|
"Delete prompt?": "پرومپٹ کو حذف کریں؟",
|
||||||
"delete this link": "اس لنک کو حذف کریں",
|
"delete this link": "اس لنک کو حذف کریں",
|
||||||
"Delete tool?": "کیا آپ حذف کرنا چاہتے ہیں؟",
|
"Delete tool?": "کیا آپ حذف کرنا چاہتے ہیں؟",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "ڈیٹا بیس ڈاؤن لوڈ کریں",
|
"Download Database": "ڈیٹا بیس ڈاؤن لوڈ کریں",
|
||||||
"Drag and drop a file to upload or select a file to view": "",
|
"Drag and drop a file to upload or select a file to view": "",
|
||||||
"Draw": "ڈرائنگ کریں",
|
"Draw": "ڈرائنگ کریں",
|
||||||
"Drop any files here to add to the conversation": "گفتگو میں شامل کرنے کے لیے کوئی بھی فائل یہاں چھوڑیں",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "مثلاً '30s'، '10m' درست وقت کی اکائیاں ہیں 's'، 'm'، 'h'",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "مثلاً '30s'، '10m' درست وقت کی اکائیاں ہیں 's'، 'm'، 'h'",
|
||||||
"e.g. \"json\" or a JSON schema": "",
|
"e.g. \"json\" or a JSON schema": "",
|
||||||
"e.g. 60": "",
|
"e.g. 60": "",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "",
|
"e.g. my_filter": "",
|
||||||
"e.g. my_tools": "",
|
"e.g. my_tools": "",
|
||||||
"e.g. Tools for performing various operations": "",
|
"e.g. Tools for performing various operations": "",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "ترمیم کریں",
|
"Edit": "ترمیم کریں",
|
||||||
"Edit Arena Model": "ایرینا ماڈل میں ترمیم کریں",
|
"Edit Arena Model": "ایرینا ماڈل میں ترمیم کریں",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "چنک سائز درج کریں",
|
"Enter Chunk Size": "چنک سائز درج کریں",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "",
|
||||||
"Enter description": "تفصیل درج کریں",
|
"Enter description": "تفصیل درج کریں",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "",
|
"Enter Docling Server URL": "",
|
||||||
"Enter Document Intelligence Endpoint": "",
|
"Enter Document Intelligence Endpoint": "",
|
||||||
"Enter Document Intelligence Key": "",
|
"Enter Document Intelligence Key": "",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "",
|
"Gemini API Config": "",
|
||||||
"Gemini API Key is required.": "",
|
"Gemini API Key is required.": "",
|
||||||
"General": "عمومی",
|
"General": "عمومی",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "",
|
"Generate an image": "",
|
||||||
"Generate Image": "تصویر بنائیں",
|
"Generate Image": "تصویر بنائیں",
|
||||||
"Generate prompt pair": "",
|
"Generate prompt pair": "",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "JSON فائل سے تشکیلات درآمد کریں",
|
"Import Config from JSON File": "JSON فائل سے تشکیلات درآمد کریں",
|
||||||
"Import Functions": "درآمد فنکشنز",
|
"Import Functions": "درآمد فنکشنز",
|
||||||
"Import Models": "ماڈلز درآمد کریں",
|
"Import Models": "ماڈلز درآمد کریں",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "",
|
"Import Presets": "",
|
||||||
"Import Prompts": "پرامپٹس درآمد کریں",
|
"Import Prompts": "پرامپٹس درآمد کریں",
|
||||||
"Import Tools": "امپورٹ ٹولز",
|
"Import Tools": "امپورٹ ٹولز",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "پائپ لائنز کا نظم کریں",
|
"Manage Pipelines": "پائپ لائنز کا نظم کریں",
|
||||||
"Manage Tool Servers": "",
|
"Manage Tool Servers": "",
|
||||||
"March": "مارچ",
|
"March": "مارچ",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "زیادہ سے زیادہ ٹوکنز (num_predict)",
|
"Max Tokens (num_predict)": "زیادہ سے زیادہ ٹوکنز (num_predict)",
|
||||||
"Max Upload Count": "زیادہ سے زیادہ اپلوڈ تعداد",
|
"Max Upload Count": "زیادہ سے زیادہ اپلوڈ تعداد",
|
||||||
"Max Upload Size": "زیادہ سے زیادہ اپلوڈ سائز",
|
"Max Upload Size": "زیادہ سے زیادہ اپلوڈ سائز",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "",
|
"Native": "",
|
||||||
"New Chat": "نئی بات چیت",
|
"New Chat": "نئی بات چیت",
|
||||||
"New Folder": "",
|
"New Folder": "",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "نیا پاس ورڈ",
|
"New Password": "نیا پاس ورڈ",
|
||||||
"new-channel": "",
|
"new-channel": "",
|
||||||
|
"No content": "",
|
||||||
"No content found": "کوئی مواد نہیں ملا",
|
"No content found": "کوئی مواد نہیں ملا",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "بولنے کے لیے کوئی مواد نہیں",
|
"No content to speak": "بولنے کے لیے کوئی مواد نہیں",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "",
|
"No model IDs": "",
|
||||||
"No models found": "کوئی ماڈل نہیں ملا",
|
"No models found": "کوئی ماڈل نہیں ملا",
|
||||||
"No models selected": "",
|
"No models selected": "",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "کوئی نتائج نہیں ملے",
|
"No results found": "کوئی نتائج نہیں ملے",
|
||||||
"No search query generated": "کوئی تلاش کی درخواست نہیں بنائی گئی",
|
"No search query generated": "کوئی تلاش کی درخواست نہیں بنائی گئی",
|
||||||
"No source available": "ماخذ دستیاب نہیں ہے",
|
"No source available": "ماخذ دستیاب نہیں ہے",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "کوئی نہیں",
|
"None": "کوئی نہیں",
|
||||||
"Not factually correct": "حقیقت کے مطابق نہیں ہے",
|
"Not factually correct": "حقیقت کے مطابق نہیں ہے",
|
||||||
"Not helpful": "مددگار نہیں ہے",
|
"Not helpful": "مددگار نہیں ہے",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "نوٹ: اگر آپ کم از کم سکور سیٹ کرتے ہیں، تو تلاش صرف ان دستاویزات کو واپس کرے گی جن کا سکور کم از کم سکور کے برابر یا اس سے زیادہ ہوگا",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "نوٹ: اگر آپ کم از کم سکور سیٹ کرتے ہیں، تو تلاش صرف ان دستاویزات کو واپس کرے گی جن کا سکور کم از کم سکور کے برابر یا اس سے زیادہ ہوگا",
|
||||||
"Notes": "نوٹس",
|
"Notes": "نوٹس",
|
||||||
"Notification Sound": "",
|
"Notification Sound": "",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "",
|
"Read": "",
|
||||||
"Read Aloud": "بُلند آواز میں پڑھیں",
|
"Read Aloud": "بُلند آواز میں پڑھیں",
|
||||||
"Reasoning Effort": "",
|
"Reasoning Effort": "",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "صوت ریکارڈ کریں",
|
"Record voice": "صوت ریکارڈ کریں",
|
||||||
"Redirecting you to Open WebUI Community": "آپ کو اوپن ویب یو آئی کمیونٹی کی طرف ری ڈائریکٹ کیا جا رہا ہے",
|
"Redirecting you to Open WebUI Community": "آپ کو اوپن ویب یو آئی کمیونٹی کی طرف ری ڈائریکٹ کیا جا رہا ہے",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "",
|
"Searched {{count}} sites": "",
|
||||||
"Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" تلاش کر رہے ہیں",
|
"Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" تلاش کر رہے ہیں",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\" کے لیے علم کی تلاش",
|
"Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\" کے لیے علم کی تلاش",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "تلاش کا سوال URL",
|
"Searxng Query URL": "تلاش کا سوال URL",
|
||||||
"See readme.md for instructions": "ہدایات کے لیے readme.md دیکھیں",
|
"See readme.md for instructions": "ہدایات کے لیے readme.md دیکھیں",
|
||||||
"See what's new": "نیا کیا ہے دیکھیں",
|
"See what's new": "نیا کیا ہے دیکھیں",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "ان پن کریں",
|
"Unpin": "ان پن کریں",
|
||||||
"Unravel secrets": "",
|
"Unravel secrets": "",
|
||||||
"Untagged": "غیر مہر شدہ",
|
"Untagged": "غیر مہر شدہ",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "اپ ڈیٹ کریں",
|
"Update": "اپ ڈیٹ کریں",
|
||||||
"Update and Copy Link": "اپڈیٹ اور لنک کاپی کریں",
|
"Update and Copy Link": "اپڈیٹ اور لنک کاپی کریں",
|
||||||
"Update for the latest features and improvements.": "تازہ ترین خصوصیات اور بہتریوں کے لیے اپ ڈیٹ کریں",
|
"Update for the latest features and improvements.": "تازہ ترین خصوصیات اور بہتریوں کے لیے اپ ڈیٹ کریں",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(vd: `sh webui.sh --api --api-auth tên_người_dùng_mật_khẩu`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(vd: `sh webui.sh --api --api-auth tên_người_dùng_mật_khẩu`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(vd: `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(vd: `sh webui.sh --api`)",
|
||||||
"(latest)": "(mới nhất)",
|
"(latest)": "(mới nhất)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "(Ollama)",
|
"(Ollama)": "(Ollama)",
|
||||||
"{{ models }}": "{{ mô hình }}",
|
"{{ models }}": "{{ mô hình }}",
|
||||||
"{{COUNT}} Available Tools": "{{COUNT}} Công cụ có sẵn",
|
"{{COUNT}} Available Tools": "{{COUNT}} Công cụ có sẵn",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "Trả lời KHÔNG tốt",
|
"Bad Response": "Trả lời KHÔNG tốt",
|
||||||
"Banners": "Biểu ngữ",
|
"Banners": "Biểu ngữ",
|
||||||
"Base Model (From)": "Mô hình cơ sở (từ)",
|
"Base Model (From)": "Mô hình cơ sở (từ)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "Kích thước Lô (num_batch)",
|
"Batch Size (num_batch)": "Kích thước Lô (num_batch)",
|
||||||
"before": "trước",
|
"before": "trước",
|
||||||
"Being lazy": "Lười biếng",
|
"Being lazy": "Lười biếng",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Khóa đăng ký Bing Search V7",
|
"Bing Search V7 Subscription Key": "Khóa đăng ký Bing Search V7",
|
||||||
"Bocha Search API Key": "Khóa API Bocha Search",
|
"Bocha Search API Key": "Khóa API Bocha Search",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Tăng cường hoặc phạt các token cụ thể cho các phản hồi bị ràng buộc. Giá trị bias sẽ được giới hạn trong khoảng từ -100 đến 100 (bao gồm). (Mặc định: không có)",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "Tăng cường hoặc phạt các token cụ thể cho các phản hồi bị ràng buộc. Giá trị bias sẽ được giới hạn trong khoảng từ -100 đến 100 (bao gồm). (Mặc định: không có)",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Khóa API tìm kiếm dũng cảm",
|
"Brave Search API Key": "Khóa API tìm kiếm dũng cảm",
|
||||||
"By {{name}}": "Bởi {{name}}",
|
"By {{name}}": "Bởi {{name}}",
|
||||||
"Bypass Embedding and Retrieval": "Bỏ qua Embedding và Truy xuất",
|
"Bypass Embedding and Retrieval": "Bỏ qua Embedding và Truy xuất",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "Tạo Kiến thức",
|
"Create Knowledge": "Tạo Kiến thức",
|
||||||
"Create new key": "Tạo key mới",
|
"Create new key": "Tạo key mới",
|
||||||
"Create new secret key": "Tạo key bí mật mới",
|
"Create new secret key": "Tạo key bí mật mới",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "Được tạo vào lúc",
|
"Created at": "Được tạo vào lúc",
|
||||||
"Created At": "Tạo lúc",
|
"Created At": "Tạo lúc",
|
||||||
"Created by": "Tạo bởi",
|
"Created by": "Tạo bởi",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "Xóa function?",
|
"Delete function?": "Xóa function?",
|
||||||
"Delete Message": "Xóa Tin nhắn",
|
"Delete Message": "Xóa Tin nhắn",
|
||||||
"Delete message?": "Xóa tin nhắn?",
|
"Delete message?": "Xóa tin nhắn?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "Xóa prompt?",
|
"Delete prompt?": "Xóa prompt?",
|
||||||
"delete this link": "Xóa link này",
|
"delete this link": "Xóa link này",
|
||||||
"Delete tool?": "Xóa tool?",
|
"Delete tool?": "Xóa tool?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "Tải xuống Cơ sở dữ liệu",
|
"Download Database": "Tải xuống Cơ sở dữ liệu",
|
||||||
"Drag and drop a file to upload or select a file to view": "Kéo và thả tệp để tải lên hoặc chọn tệp để xem",
|
"Drag and drop a file to upload or select a file to view": "Kéo và thả tệp để tải lên hoặc chọn tệp để xem",
|
||||||
"Draw": "Vẽ",
|
"Draw": "Vẽ",
|
||||||
"Drop any files here to add to the conversation": "Thả bất kỳ tệp nào ở đây để thêm vào nội dung chat",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "vd: '30s','10m'. Đơn vị thời gian hợp lệ là 's', 'm', 'h'.",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "vd: '30s','10m'. Đơn vị thời gian hợp lệ là 's', 'm', 'h'.",
|
||||||
"e.g. \"json\" or a JSON schema": "ví dụ: \"json\" hoặc một lược đồ JSON",
|
"e.g. \"json\" or a JSON schema": "ví dụ: \"json\" hoặc một lược đồ JSON",
|
||||||
"e.g. 60": "vd: 60",
|
"e.g. 60": "vd: 60",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "vd: bo_loc_cua_toi",
|
"e.g. my_filter": "vd: bo_loc_cua_toi",
|
||||||
"e.g. my_tools": "vd: cong_cu_cua_toi",
|
"e.g. my_tools": "vd: cong_cu_cua_toi",
|
||||||
"e.g. Tools for performing various operations": "vd: Các công cụ để thực hiện các hoạt động khác nhau",
|
"e.g. Tools for performing various operations": "vd: Các công cụ để thực hiện các hoạt động khác nhau",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "",
|
||||||
"Edit": "Chỉnh sửa",
|
"Edit": "Chỉnh sửa",
|
||||||
"Edit Arena Model": "Chỉnh sửa Mô hình Arena",
|
"Edit Arena Model": "Chỉnh sửa Mô hình Arena",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "Nhập Kích thước Chunk",
|
"Enter Chunk Size": "Nhập Kích thước Chunk",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Nhập các cặp \"token:giá_trị_bias\" được phân tách bằng dấu phẩy (ví dụ: 5432:100, 413:-100)",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "Nhập các cặp \"token:giá_trị_bias\" được phân tách bằng dấu phẩy (ví dụ: 5432:100, 413:-100)",
|
||||||
"Enter description": "Nhập mô tả",
|
"Enter description": "Nhập mô tả",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "Nhập URL Máy chủ Docling",
|
"Enter Docling Server URL": "Nhập URL Máy chủ Docling",
|
||||||
"Enter Document Intelligence Endpoint": "Nhập Endpoint Trí tuệ Tài liệu",
|
"Enter Document Intelligence Endpoint": "Nhập Endpoint Trí tuệ Tài liệu",
|
||||||
"Enter Document Intelligence Key": "Nhập Khóa Trí tuệ Tài liệu",
|
"Enter Document Intelligence Key": "Nhập Khóa Trí tuệ Tài liệu",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "Cấu hình API Gemini",
|
"Gemini API Config": "Cấu hình API Gemini",
|
||||||
"Gemini API Key is required.": "Yêu cầu Khóa API Gemini.",
|
"Gemini API Key is required.": "Yêu cầu Khóa API Gemini.",
|
||||||
"General": "Cài đặt chung",
|
"General": "Cài đặt chung",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "Tạo một hình ảnh",
|
"Generate an image": "Tạo một hình ảnh",
|
||||||
"Generate Image": "Sinh ảnh",
|
"Generate Image": "Sinh ảnh",
|
||||||
"Generate prompt pair": "Tạo cặp prompt",
|
"Generate prompt pair": "Tạo cặp prompt",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "Nhập Cấu hình từ Tệp JSON",
|
"Import Config from JSON File": "Nhập Cấu hình từ Tệp JSON",
|
||||||
"Import Functions": "Nạp Functions",
|
"Import Functions": "Nạp Functions",
|
||||||
"Import Models": "Nạp model",
|
"Import Models": "Nạp model",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "Nhập các Preset",
|
"Import Presets": "Nhập các Preset",
|
||||||
"Import Prompts": "Nạp các prompt lên hệ thống",
|
"Import Prompts": "Nạp các prompt lên hệ thống",
|
||||||
"Import Tools": "Nạp Tools",
|
"Import Tools": "Nạp Tools",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "Quản lý Pipelines",
|
"Manage Pipelines": "Quản lý Pipelines",
|
||||||
"Manage Tool Servers": "Quản lý Máy chủ Công cụ",
|
"Manage Tool Servers": "Quản lý Máy chủ Công cụ",
|
||||||
"March": "Tháng 3",
|
"March": "Tháng 3",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "Tokens tối đa (num_predict)",
|
"Max Tokens (num_predict)": "Tokens tối đa (num_predict)",
|
||||||
"Max Upload Count": "Số lượng Tải lên Tối đa",
|
"Max Upload Count": "Số lượng Tải lên Tối đa",
|
||||||
"Max Upload Size": "Kích thước Tải lên Tối đa",
|
"Max Upload Size": "Kích thước Tải lên Tối đa",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "Gốc",
|
"Native": "Gốc",
|
||||||
"New Chat": "Tạo chat mới",
|
"New Chat": "Tạo chat mới",
|
||||||
"New Folder": "Thư mục Mới",
|
"New Folder": "Thư mục Mới",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "Mật khẩu mới",
|
"New Password": "Mật khẩu mới",
|
||||||
"new-channel": "kênh-mới",
|
"new-channel": "kênh-mới",
|
||||||
|
"No content": "",
|
||||||
"No content found": "Không tìm thấy nội dung",
|
"No content found": "Không tìm thấy nội dung",
|
||||||
"No content found in file.": "",
|
"No content found in file.": "",
|
||||||
"No content to speak": "Không có nội dung để nói",
|
"No content to speak": "Không có nội dung để nói",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "Không có ID mô hình",
|
"No model IDs": "Không có ID mô hình",
|
||||||
"No models found": "Không tìm thấy mô hình nào",
|
"No models found": "Không tìm thấy mô hình nào",
|
||||||
"No models selected": "Chưa chọn mô hình nào",
|
"No models selected": "Chưa chọn mô hình nào",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "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 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 source available": "Không có nguồn",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "Không ai",
|
"None": "Không ai",
|
||||||
"Not factually correct": "Không chính xác so với thực tế",
|
"Not factually correct": "Không chính xác so với thực tế",
|
||||||
"Not helpful": "Không hữu ích",
|
"Not helpful": "Không hữu ích",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Lưu ý: Nếu bạn đặt điểm (Score) tối thiểu thì tìm kiếm sẽ chỉ trả về những tài liệu có điểm lớn hơn hoặc bằng điểm tối thiểu.",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Lưu ý: Nếu bạn đặt điểm (Score) tối thiểu thì tìm kiếm sẽ chỉ trả về những tài liệu có điểm lớn hơn hoặc bằng điểm tối thiểu.",
|
||||||
"Notes": "Ghi chú",
|
"Notes": "Ghi chú",
|
||||||
"Notification Sound": "Âm thanh Thông báo",
|
"Notification Sound": "Âm thanh Thông báo",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "Đọc",
|
"Read": "Đọc",
|
||||||
"Read Aloud": "Đọc ra loa",
|
"Read Aloud": "Đọc ra loa",
|
||||||
"Reasoning Effort": "Nỗ lực Suy luận",
|
"Reasoning Effort": "Nỗ lực Suy luận",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "Ghi âm",
|
"Record voice": "Ghi âm",
|
||||||
"Redirecting you to Open WebUI Community": "Đang chuyển hướng bạn đến Cộng đồng OpenWebUI",
|
"Redirecting you to Open WebUI Community": "Đang chuyển hướng bạn đến Cộng đồng OpenWebUI",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Giảm xác suất tạo ra nội dung vô nghĩa. Giá trị cao hơn (ví dụ: 100) sẽ cho câu trả lời đa dạng hơn, trong khi giá trị thấp hơn (ví dụ: 10) sẽ thận trọng hơn.",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "Giảm xác suất tạo ra nội dung vô nghĩa. Giá trị cao hơn (ví dụ: 100) sẽ cho câu trả lời đa dạng hơn, trong khi giá trị thấp hơn (ví dụ: 10) sẽ thận trọng hơn.",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "Đã tìm kiếm {{count}} trang web",
|
"Searched {{count}} sites": "Đã tìm kiếm {{count}} trang web",
|
||||||
"Searching \"{{searchQuery}}\"": "Đang tìm \"{{searchQuery}}\"",
|
"Searching \"{{searchQuery}}\"": "Đang tìm \"{{searchQuery}}\"",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "Đang tìm kiếm Kiến thức cho \"{{searchQuery}}\"",
|
"Searching Knowledge for \"{{searchQuery}}\"": "Đang tìm kiếm Kiến thức cho \"{{searchQuery}}\"",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "URL truy vấn Searxng",
|
"Searxng Query URL": "URL truy vấn Searxng",
|
||||||
"See readme.md for instructions": "Xem readme.md để biết hướng dẫn",
|
"See readme.md for instructions": "Xem readme.md để biết hướng dẫn",
|
||||||
"See what's new": "Xem những cập nhật mới",
|
"See what's new": "Xem những cập nhật mới",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "Bỏ ghim",
|
"Unpin": "Bỏ ghim",
|
||||||
"Unravel secrets": "Làm sáng tỏ những bí mật",
|
"Unravel secrets": "Làm sáng tỏ những bí mật",
|
||||||
"Untagged": "Chưa gắn thẻ",
|
"Untagged": "Chưa gắn thẻ",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "Cập nhật",
|
"Update": "Cập nhật",
|
||||||
"Update and Copy Link": "Cập nhật và sao chép link",
|
"Update and Copy Link": "Cập nhật và sao chép link",
|
||||||
"Update for the latest features and improvements.": "Cập nhật để có các tính năng và cải tiến mới nhất.",
|
"Update for the latest features and improvements.": "Cập nhật để có các tính năng và cải tiến mới nhất.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(例如 `sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(例如 `sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(例如 `sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(例如 `sh webui.sh --api`)",
|
||||||
"(latest)": "(最新版)",
|
"(latest)": "(最新版)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "(Ollama)",
|
"(Ollama)": "(Ollama)",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "{{COUNT}} 个可用工具",
|
"{{COUNT}} Available Tools": "{{COUNT}} 个可用工具",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "点踩此回答",
|
"Bad Response": "点踩此回答",
|
||||||
"Banners": "公告横幅",
|
"Banners": "公告横幅",
|
||||||
"Base Model (From)": "基础模型 (来自)",
|
"Base Model (From)": "基础模型 (来自)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "批大小 (num_batch)",
|
"Batch Size (num_batch)": "批大小 (num_batch)",
|
||||||
"before": "对话",
|
"before": "对话",
|
||||||
"Being lazy": "懒惰",
|
"Being lazy": "懒惰",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Bing 搜索 V7 订阅密钥",
|
"Bing Search V7 Subscription Key": "Bing 搜索 V7 订阅密钥",
|
||||||
"Bocha Search API Key": "Bocha Search API 密钥",
|
"Bocha Search API Key": "Bocha Search API 密钥",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "为受限响应提升或惩罚特定标记。偏置值将被限制在 -100 到 100(包括两端)之间。(默认:无)",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "为受限响应提升或惩罚特定标记。偏置值将被限制在 -100 到 100(包括两端)之间。(默认:无)",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Brave Search API 密钥",
|
"Brave Search API Key": "Brave Search API 密钥",
|
||||||
"By {{name}}": "由 {{name}} 提供",
|
"By {{name}}": "由 {{name}} 提供",
|
||||||
"Bypass Embedding and Retrieval": "绕过嵌入和检索",
|
"Bypass Embedding and Retrieval": "绕过嵌入和检索",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "创建知识",
|
"Create Knowledge": "创建知识",
|
||||||
"Create new key": "创建新密钥",
|
"Create new key": "创建新密钥",
|
||||||
"Create new secret key": "创建新安全密钥",
|
"Create new secret key": "创建新安全密钥",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "创建于",
|
"Created at": "创建于",
|
||||||
"Created At": "创建于",
|
"Created At": "创建于",
|
||||||
"Created by": "作者",
|
"Created by": "作者",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "删除函数?",
|
"Delete function?": "删除函数?",
|
||||||
"Delete Message": "删除消息",
|
"Delete Message": "删除消息",
|
||||||
"Delete message?": "删除消息?",
|
"Delete message?": "删除消息?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "删除提示词?",
|
"Delete prompt?": "删除提示词?",
|
||||||
"delete this link": "此处删除这个链接",
|
"delete this link": "此处删除这个链接",
|
||||||
"Delete tool?": "删除工具?",
|
"Delete tool?": "删除工具?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "下载数据库",
|
"Download Database": "下载数据库",
|
||||||
"Drag and drop a file to upload or select a file to view": "拖动文件上传或选择文件查看",
|
"Drag and drop a file to upload or select a file to view": "拖动文件上传或选择文件查看",
|
||||||
"Draw": "平局",
|
"Draw": "平局",
|
||||||
"Drop any files here to add to the conversation": "拖动文件到此处以添加到对话中",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "例如 '30s','10m'。有效的时间单位是秒:'s',分:'m',时:'h'。",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "例如 '30s','10m'。有效的时间单位是秒:'s',分:'m',时:'h'。",
|
||||||
"e.g. \"json\" or a JSON schema": "例如 \"json\" 或一个 JSON schema",
|
"e.g. \"json\" or a JSON schema": "例如 \"json\" 或一个 JSON schema",
|
||||||
"e.g. 60": "例如 '60'",
|
"e.g. 60": "例如 '60'",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "例如:my_filter",
|
"e.g. my_filter": "例如:my_filter",
|
||||||
"e.g. my_tools": "例如:my_tools",
|
"e.g. my_tools": "例如:my_tools",
|
||||||
"e.g. Tools for performing various operations": "例如:用于执行各种操作的工具",
|
"e.g. Tools for performing various operations": "例如:用于执行各种操作的工具",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "例如,'en-US,ja-JP'(留空以便自动检测)",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "例如,'en-US,ja-JP'(留空以便自动检测)",
|
||||||
"Edit": "编辑",
|
"Edit": "编辑",
|
||||||
"Edit Arena Model": "编辑竞技场模型",
|
"Edit Arena Model": "编辑竞技场模型",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "输入块大小 (Chunk Size)",
|
"Enter Chunk Size": "输入块大小 (Chunk Size)",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "输入以逗号分隔的“token:bias_value”对(例如:5432:100, 413:-100)",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "输入以逗号分隔的“token:bias_value”对(例如:5432:100, 413:-100)",
|
||||||
"Enter description": "输入简介描述",
|
"Enter description": "输入简介描述",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "输入 Docling 服务器 URL",
|
"Enter Docling Server URL": "输入 Docling 服务器 URL",
|
||||||
"Enter Document Intelligence Endpoint": "输入 Document Intelligence 端点",
|
"Enter Document Intelligence Endpoint": "输入 Document Intelligence 端点",
|
||||||
"Enter Document Intelligence Key": "输入 Document Intelligence 密钥",
|
"Enter Document Intelligence Key": "输入 Document Intelligence 密钥",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "Gemini API 配置",
|
"Gemini API Config": "Gemini API 配置",
|
||||||
"Gemini API Key is required.": "需要 Gemini API 密钥。",
|
"Gemini API Key is required.": "需要 Gemini API 密钥。",
|
||||||
"General": "通用",
|
"General": "通用",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "生成图像",
|
"Generate an image": "生成图像",
|
||||||
"Generate Image": "生成图像",
|
"Generate Image": "生成图像",
|
||||||
"Generate prompt pair": "生成提示对",
|
"Generate prompt pair": "生成提示对",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "导入 JSON 文件中的配置信息",
|
"Import Config from JSON File": "导入 JSON 文件中的配置信息",
|
||||||
"Import Functions": "导入函数",
|
"Import Functions": "导入函数",
|
||||||
"Import Models": "导入模型",
|
"Import Models": "导入模型",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "导入预设",
|
"Import Presets": "导入预设",
|
||||||
"Import Prompts": "导入提示词",
|
"Import Prompts": "导入提示词",
|
||||||
"Import Tools": "导入工具",
|
"Import Tools": "导入工具",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "管理 Pipeline",
|
"Manage Pipelines": "管理 Pipeline",
|
||||||
"Manage Tool Servers": "管理工具服务器",
|
"Manage Tool Servers": "管理工具服务器",
|
||||||
"March": "三月",
|
"March": "三月",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "最大 Token 数量 (num_predict)",
|
"Max Tokens (num_predict)": "最大 Token 数量 (num_predict)",
|
||||||
"Max Upload Count": "最大上传数量",
|
"Max Upload Count": "最大上传数量",
|
||||||
"Max Upload Size": "最大上传大小",
|
"Max Upload Size": "最大上传大小",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "原生",
|
"Native": "原生",
|
||||||
"New Chat": "新对话",
|
"New Chat": "新对话",
|
||||||
"New Folder": "新文件夹",
|
"New Folder": "新文件夹",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "新密码",
|
"New Password": "新密码",
|
||||||
"new-channel": "新频道",
|
"new-channel": "新频道",
|
||||||
|
"No content": "",
|
||||||
"No content found": "未发现内容",
|
"No content found": "未发现内容",
|
||||||
"No content found in file.": "文件中未找到内容",
|
"No content found in file.": "文件中未找到内容",
|
||||||
"No content to speak": "没有内容可朗读",
|
"No content to speak": "没有内容可朗读",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "没有模型 ID",
|
"No model IDs": "没有模型 ID",
|
||||||
"No models found": "未找到任何模型",
|
"No models found": "未找到任何模型",
|
||||||
"No models selected": "未选择任何模型",
|
"No models selected": "未选择任何模型",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "未找到结果",
|
"No results found": "未找到结果",
|
||||||
"No search query generated": "未生成搜索查询",
|
"No search query generated": "未生成搜索查询",
|
||||||
"No source available": "没有可用来源",
|
"No source available": "没有可用来源",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "无",
|
"None": "无",
|
||||||
"Not factually correct": "事实并非如此",
|
"Not factually correct": "事实并非如此",
|
||||||
"Not helpful": "无帮助",
|
"Not helpful": "无帮助",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:如果设置了最低分数,搜索只会返回分数大于或等于最低分数的文档。",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:如果设置了最低分数,搜索只会返回分数大于或等于最低分数的文档。",
|
||||||
"Notes": "笔记",
|
"Notes": "笔记",
|
||||||
"Notification Sound": "通知提示音",
|
"Notification Sound": "通知提示音",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "只读",
|
"Read": "只读",
|
||||||
"Read Aloud": "朗读",
|
"Read Aloud": "朗读",
|
||||||
"Reasoning Effort": "推理努力",
|
"Reasoning Effort": "推理努力",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "录音",
|
"Record voice": "录音",
|
||||||
"Redirecting you to Open WebUI Community": "正在将您重定向到 OpenWebUI 社区",
|
"Redirecting you to Open WebUI Community": "正在将您重定向到 OpenWebUI 社区",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "降低生成无意义内容的概率。较高的值(如100)将产生更多样化的回答,而较低的值(如10)则更加保守。",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "降低生成无意义内容的概率。较高的值(如100)将产生更多样化的回答,而较低的值(如10)则更加保守。",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "已搜索 {{count}} 个网站",
|
"Searched {{count}} sites": "已搜索 {{count}} 个网站",
|
||||||
"Searching \"{{searchQuery}}\"": "搜索 \"{{searchQuery}}\" 中",
|
"Searching \"{{searchQuery}}\"": "搜索 \"{{searchQuery}}\" 中",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "检索有关 \"{{searchQuery}}\" 的知识中",
|
"Searching Knowledge for \"{{searchQuery}}\"": "检索有关 \"{{searchQuery}}\" 的知识中",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng 查询 URL",
|
"Searxng Query URL": "Searxng 查询 URL",
|
||||||
"See readme.md for instructions": "查看 readme.md 以获取说明",
|
"See readme.md for instructions": "查看 readme.md 以获取说明",
|
||||||
"See what's new": "查阅最新更新内容",
|
"See what's new": "查阅最新更新内容",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "取消置顶",
|
"Unpin": "取消置顶",
|
||||||
"Unravel secrets": "解开秘密",
|
"Unravel secrets": "解开秘密",
|
||||||
"Untagged": "无标签",
|
"Untagged": "无标签",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "更新",
|
"Update": "更新",
|
||||||
"Update and Copy Link": "更新和复制链接",
|
"Update and Copy Link": "更新和复制链接",
|
||||||
"Update for the latest features and improvements.": "更新来获得最新功能与改进。",
|
"Update for the latest features and improvements.": "更新来获得最新功能与改进。",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(例如:`sh webui.sh --api --api-auth username_password`)",
|
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(例如:`sh webui.sh --api --api-auth username_password`)",
|
||||||
"(e.g. `sh webui.sh --api`)": "(例如:`sh webui.sh --api`)",
|
"(e.g. `sh webui.sh --api`)": "(例如:`sh webui.sh --api`)",
|
||||||
"(latest)": "(最新版)",
|
"(latest)": "(最新版)",
|
||||||
|
"(leave blank for Azure Commercial URL auto-generation)": "",
|
||||||
"(Ollama)": "(Ollama)",
|
"(Ollama)": "(Ollama)",
|
||||||
"{{ models }}": "{{ models }}",
|
"{{ models }}": "{{ models }}",
|
||||||
"{{COUNT}} Available Tools": "{{COUNT}} 個可用工具",
|
"{{COUNT}} Available Tools": "{{COUNT}} 個可用工具",
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
"Bad Response": "錯誤回應",
|
"Bad Response": "錯誤回應",
|
||||||
"Banners": "橫幅",
|
"Banners": "橫幅",
|
||||||
"Base Model (From)": "基礎模型(來自)",
|
"Base Model (From)": "基礎模型(來自)",
|
||||||
|
"Base URL": "",
|
||||||
"Batch Size (num_batch)": "批次大小(num_batch)",
|
"Batch Size (num_batch)": "批次大小(num_batch)",
|
||||||
"before": "之前",
|
"before": "之前",
|
||||||
"Being lazy": "懶惰模式",
|
"Being lazy": "懶惰模式",
|
||||||
|
|
@ -146,6 +148,7 @@
|
||||||
"Bing Search V7 Subscription Key": "Bing 搜尋 V7 訂閱金鑰",
|
"Bing Search V7 Subscription Key": "Bing 搜尋 V7 訂閱金鑰",
|
||||||
"Bocha Search API Key": "Bocha 搜尋 API 金鑰",
|
"Bocha Search API Key": "Bocha 搜尋 API 金鑰",
|
||||||
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "針對受限的回應,增強或懲罰特定 tokens。偏差值將限制在 -100 到 100 (含)。 (預設:none)",
|
"Boosting or penalizing specific tokens for constrained responses. Bias values will be clamped between -100 and 100 (inclusive). (Default: none)": "針對受限的回應,增強或懲罰特定 tokens。偏差值將限制在 -100 到 100 (含)。 (預設:none)",
|
||||||
|
"Both Docling OCR Engine and Language(s) must be provided or both left empty.": "",
|
||||||
"Brave Search API Key": "Brave 搜尋 API 金鑰",
|
"Brave Search API Key": "Brave 搜尋 API 金鑰",
|
||||||
"By {{name}}": "由 {{name}} 製作",
|
"By {{name}}": "由 {{name}} 製作",
|
||||||
"Bypass Embedding and Retrieval": "繞過嵌入與檢索",
|
"Bypass Embedding and Retrieval": "繞過嵌入與檢索",
|
||||||
|
|
@ -265,6 +268,8 @@
|
||||||
"Create Knowledge": "建立知識",
|
"Create Knowledge": "建立知識",
|
||||||
"Create new key": "建立新的金鑰",
|
"Create new key": "建立新的金鑰",
|
||||||
"Create new secret key": "建立新的金鑰",
|
"Create new secret key": "建立新的金鑰",
|
||||||
|
"Create Note": "",
|
||||||
|
"Create your first note by clicking on the plus button below.": "",
|
||||||
"Created at": "建立於",
|
"Created at": "建立於",
|
||||||
"Created At": "建立於",
|
"Created At": "建立於",
|
||||||
"Created by": "建立者",
|
"Created by": "建立者",
|
||||||
|
|
@ -302,6 +307,7 @@
|
||||||
"Delete function?": "刪除函式?",
|
"Delete function?": "刪除函式?",
|
||||||
"Delete Message": "刪除訊息",
|
"Delete Message": "刪除訊息",
|
||||||
"Delete message?": "刪除訊息?",
|
"Delete message?": "刪除訊息?",
|
||||||
|
"Delete note?": "",
|
||||||
"Delete prompt?": "刪除提示詞?",
|
"Delete prompt?": "刪除提示詞?",
|
||||||
"delete this link": "刪除此連結",
|
"delete this link": "刪除此連結",
|
||||||
"Delete tool?": "刪除工具?",
|
"Delete tool?": "刪除工具?",
|
||||||
|
|
@ -357,7 +363,7 @@
|
||||||
"Download Database": "下載資料庫",
|
"Download Database": "下載資料庫",
|
||||||
"Drag and drop a file to upload or select a file to view": "拖放檔案以上傳或選擇檔案以檢視",
|
"Drag and drop a file to upload or select a file to view": "拖放檔案以上傳或選擇檔案以檢視",
|
||||||
"Draw": "繪製",
|
"Draw": "繪製",
|
||||||
"Drop any files here to add to the conversation": "拖拽任意檔案到此處以新增至對話",
|
"Drop any files here to upload": "",
|
||||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "例如:'30s'、'10m'。有效的時間單位為 's'、'm'、'h'。",
|
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "例如:'30s'、'10m'。有效的時間單位為 's'、'm'、'h'。",
|
||||||
"e.g. \"json\" or a JSON schema": "範例:\"json\" 或一個 JSON schema",
|
"e.g. \"json\" or a JSON schema": "範例:\"json\" 或一個 JSON schema",
|
||||||
"e.g. 60": "例如:60",
|
"e.g. 60": "例如:60",
|
||||||
|
|
@ -367,6 +373,7 @@
|
||||||
"e.g. my_filter": "例如:my_filter",
|
"e.g. my_filter": "例如:my_filter",
|
||||||
"e.g. my_tools": "例如:my_tools",
|
"e.g. my_tools": "例如:my_tools",
|
||||||
"e.g. Tools for performing various operations": "例如:用於執行各種操作的工具",
|
"e.g. Tools for performing various operations": "例如:用於執行各種操作的工具",
|
||||||
|
"e.g., 3, 4, 5 (leave blank for default)": "",
|
||||||
"e.g., en-US,ja-JP (leave blank for auto-detect)": "例如:en-US, ja-JP(留空以自動偵測)",
|
"e.g., en-US,ja-JP (leave blank for auto-detect)": "例如:en-US, ja-JP(留空以自動偵測)",
|
||||||
"Edit": "編輯",
|
"Edit": "編輯",
|
||||||
"Edit Arena Model": "編輯競技場模型",
|
"Edit Arena Model": "編輯競技場模型",
|
||||||
|
|
@ -412,6 +419,8 @@
|
||||||
"Enter Chunk Size": "輸入區塊大小",
|
"Enter Chunk Size": "輸入區塊大小",
|
||||||
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "輸入逗號分隔的 \"token:bias_value\" 配對 (範例:5432:100, 413:-100)",
|
"Enter comma-seperated \"token:bias_value\" pairs (example: 5432:100, 413:-100)": "輸入逗號分隔的 \"token:bias_value\" 配對 (範例:5432:100, 413:-100)",
|
||||||
"Enter description": "輸入描述",
|
"Enter description": "輸入描述",
|
||||||
|
"Enter Docling OCR Engine": "",
|
||||||
|
"Enter Docling OCR Language(s)": "",
|
||||||
"Enter Docling Server URL": "請輸入 Docling 伺服器 URL",
|
"Enter Docling Server URL": "請輸入 Docling 伺服器 URL",
|
||||||
"Enter Document Intelligence Endpoint": "輸入 Document Intelligence 端點",
|
"Enter Document Intelligence Endpoint": "輸入 Document Intelligence 端點",
|
||||||
"Enter Document Intelligence Key": "輸入 Document Intelligence 金鑰",
|
"Enter Document Intelligence Key": "輸入 Document Intelligence 金鑰",
|
||||||
|
|
@ -587,6 +596,7 @@
|
||||||
"Gemini API Config": "Gemini API 設定",
|
"Gemini API Config": "Gemini API 設定",
|
||||||
"Gemini API Key is required.": "必須提供 Gemini API 金鑰",
|
"Gemini API Key is required.": "必須提供 Gemini API 金鑰",
|
||||||
"General": "一般",
|
"General": "一般",
|
||||||
|
"Generate": "",
|
||||||
"Generate an image": "產生圖片",
|
"Generate an image": "產生圖片",
|
||||||
"Generate Image": "產生圖片",
|
"Generate Image": "產生圖片",
|
||||||
"Generate prompt pair": "產生提示配對",
|
"Generate prompt pair": "產生提示配對",
|
||||||
|
|
@ -637,6 +647,7 @@
|
||||||
"Import Config from JSON File": "從 JSON 檔案匯入設定",
|
"Import Config from JSON File": "從 JSON 檔案匯入設定",
|
||||||
"Import Functions": "匯入函式",
|
"Import Functions": "匯入函式",
|
||||||
"Import Models": "匯入模型",
|
"Import Models": "匯入模型",
|
||||||
|
"Import Notes": "",
|
||||||
"Import Presets": "匯入預設集",
|
"Import Presets": "匯入預設集",
|
||||||
"Import Prompts": "匯入提示詞",
|
"Import Prompts": "匯入提示詞",
|
||||||
"Import Tools": "匯入工具",
|
"Import Tools": "匯入工具",
|
||||||
|
|
@ -721,6 +732,7 @@
|
||||||
"Manage Pipelines": "管理管線",
|
"Manage Pipelines": "管理管線",
|
||||||
"Manage Tool Servers": "管理工具伺服器",
|
"Manage Tool Servers": "管理工具伺服器",
|
||||||
"March": "3 月",
|
"March": "3 月",
|
||||||
|
"Max Speakers": "",
|
||||||
"Max Tokens (num_predict)": "最大 token 數(num_predict)",
|
"Max Tokens (num_predict)": "最大 token 數(num_predict)",
|
||||||
"Max Upload Count": "最大上傳數量",
|
"Max Upload Count": "最大上傳數量",
|
||||||
"Max Upload Size": "最大上傳大小",
|
"Max Upload Size": "最大上傳大小",
|
||||||
|
|
@ -777,8 +789,10 @@
|
||||||
"Native": "原生",
|
"Native": "原生",
|
||||||
"New Chat": "新增對話",
|
"New Chat": "新增對話",
|
||||||
"New Folder": "新增資料夾",
|
"New Folder": "新增資料夾",
|
||||||
|
"New Note": "",
|
||||||
"New Password": "新密碼",
|
"New Password": "新密碼",
|
||||||
"new-channel": "new-channel",
|
"new-channel": "new-channel",
|
||||||
|
"No content": "",
|
||||||
"No content found": "找不到內容",
|
"No content found": "找不到內容",
|
||||||
"No content found in file.": "檔案中找不到內容。",
|
"No content found in file.": "檔案中找不到內容。",
|
||||||
"No content to speak": "無可朗讀的內容",
|
"No content to speak": "無可朗讀的內容",
|
||||||
|
|
@ -793,6 +807,7 @@
|
||||||
"No model IDs": "沒有任何模型 ID",
|
"No model IDs": "沒有任何模型 ID",
|
||||||
"No models found": "找不到模型",
|
"No models found": "找不到模型",
|
||||||
"No models selected": "未選取模型",
|
"No models selected": "未選取模型",
|
||||||
|
"No Notes": "",
|
||||||
"No results found": "找不到任何結果",
|
"No results found": "找不到任何結果",
|
||||||
"No search query generated": "未產生搜尋查詢",
|
"No search query generated": "未產生搜尋查詢",
|
||||||
"No source available": "無可用源",
|
"No source available": "無可用源",
|
||||||
|
|
@ -801,6 +816,7 @@
|
||||||
"None": "無",
|
"None": "無",
|
||||||
"Not factually correct": "與事實不符",
|
"Not factually correct": "與事實不符",
|
||||||
"Not helpful": "沒有幫助",
|
"Not helpful": "沒有幫助",
|
||||||
|
"Note not found": "",
|
||||||
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:如果您設定了最低分數,則搜尋只會回傳分數大於或等於最低分數的文件。",
|
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:如果您設定了最低分數,則搜尋只會回傳分數大於或等於最低分數的文件。",
|
||||||
"Notes": "注意",
|
"Notes": "注意",
|
||||||
"Notification Sound": "通知聲音",
|
"Notification Sound": "通知聲音",
|
||||||
|
|
@ -910,6 +926,7 @@
|
||||||
"Read": "讀取",
|
"Read": "讀取",
|
||||||
"Read Aloud": "大聲朗讀",
|
"Read Aloud": "大聲朗讀",
|
||||||
"Reasoning Effort": "推理程度",
|
"Reasoning Effort": "推理程度",
|
||||||
|
"Record": "",
|
||||||
"Record voice": "錄音",
|
"Record voice": "錄音",
|
||||||
"Redirecting you to Open WebUI Community": "正在將您重導向至 Open WebUI 社群",
|
"Redirecting you to Open WebUI Community": "正在將您重導向至 Open WebUI 社群",
|
||||||
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "降低產生無意義內容的機率。較高的值(例如:100)會產生更多樣化的答案,而較低的值(例如:10)會更保守。",
|
"Reduces the probability of generating nonsense. A higher value (e.g. 100) will give more diverse answers, while a lower value (e.g. 10) will be more conservative.": "降低產生無意義內容的機率。較高的值(例如:100)會產生更多樣化的答案,而較低的值(例如:10)會更保守。",
|
||||||
|
|
@ -979,6 +996,7 @@
|
||||||
"Searched {{count}} sites": "搜尋到 {{count}} 個站點",
|
"Searched {{count}} sites": "搜尋到 {{count}} 個站點",
|
||||||
"Searching \"{{searchQuery}}\"": "正在搜尋「{{searchQuery}}」",
|
"Searching \"{{searchQuery}}\"": "正在搜尋「{{searchQuery}}」",
|
||||||
"Searching Knowledge for \"{{searchQuery}}\"": "正在搜尋知識庫中的「{{searchQuery}}」",
|
"Searching Knowledge for \"{{searchQuery}}\"": "正在搜尋知識庫中的「{{searchQuery}}」",
|
||||||
|
"Searching the web...": "",
|
||||||
"Searxng Query URL": "Searxng 查詢 URL",
|
"Searxng Query URL": "Searxng 查詢 URL",
|
||||||
"See readme.md for instructions": "檢視 readme.md 以取得說明",
|
"See readme.md for instructions": "檢視 readme.md 以取得說明",
|
||||||
"See what's new": "檢視新功能",
|
"See what's new": "檢視新功能",
|
||||||
|
|
@ -1181,6 +1199,7 @@
|
||||||
"Unpin": "取消釘選",
|
"Unpin": "取消釘選",
|
||||||
"Unravel secrets": "揭開秘密",
|
"Unravel secrets": "揭開秘密",
|
||||||
"Untagged": "取消標簽的",
|
"Untagged": "取消標簽的",
|
||||||
|
"Untitled": "",
|
||||||
"Update": "更新",
|
"Update": "更新",
|
||||||
"Update and Copy Link": "更新並複製連結",
|
"Update and Copy Link": "更新並複製連結",
|
||||||
"Update for the latest features and improvements.": "更新以獲得最新功能和改進。",
|
"Update for the latest features and improvements.": "更新以獲得最新功能和改進。",
|
||||||
|
|
|
||||||
|
|
@ -1,56 +1,51 @@
|
||||||
import { io } from 'socket.io-client';
|
import { io } from 'socket.io-client';
|
||||||
|
|
||||||
import {
|
import { socket, activeUserIds, USAGE_POOL } from '$lib/stores';
|
||||||
socket,
|
|
||||||
activeUserIds,
|
|
||||||
USAGE_POOL,
|
|
||||||
} from '$lib/stores';
|
|
||||||
import { WEBUI_BASE_URL } from '$lib/constants';
|
import { WEBUI_BASE_URL } from '$lib/constants';
|
||||||
|
|
||||||
|
|
||||||
export const setupSocket = async (enableWebsocket) => {
|
export const setupSocket = async (enableWebsocket) => {
|
||||||
const _socket = io(`${WEBUI_BASE_URL}` || undefined, {
|
const _socket = io(`${WEBUI_BASE_URL}` || undefined, {
|
||||||
reconnection: true,
|
reconnection: true,
|
||||||
reconnectionDelay: 1000,
|
reconnectionDelay: 1000,
|
||||||
reconnectionDelayMax: 5000,
|
reconnectionDelayMax: 5000,
|
||||||
randomizationFactor: 0.5,
|
randomizationFactor: 0.5,
|
||||||
path: '/ws/socket.io',
|
path: '/ws/socket.io',
|
||||||
transports: enableWebsocket ? ['websocket'] : ['polling', 'websocket'],
|
transports: enableWebsocket ? ['websocket'] : ['polling', 'websocket'],
|
||||||
auth: { token: localStorage.token }
|
auth: { token: localStorage.token }
|
||||||
});
|
});
|
||||||
|
|
||||||
await socket.set(_socket);
|
await socket.set(_socket);
|
||||||
|
|
||||||
_socket.on('connect_error', (err) => {
|
_socket.on('connect_error', (err) => {
|
||||||
console.log('connect_error', err);
|
console.log('connect_error', err);
|
||||||
});
|
});
|
||||||
|
|
||||||
_socket.on('connect', () => {
|
_socket.on('connect', () => {
|
||||||
console.log('connected', _socket.id);
|
console.log('connected', _socket.id);
|
||||||
});
|
});
|
||||||
|
|
||||||
_socket.on('reconnect_attempt', (attempt) => {
|
_socket.on('reconnect_attempt', (attempt) => {
|
||||||
console.log('reconnect_attempt', attempt);
|
console.log('reconnect_attempt', attempt);
|
||||||
});
|
});
|
||||||
|
|
||||||
_socket.on('reconnect_failed', () => {
|
_socket.on('reconnect_failed', () => {
|
||||||
console.log('reconnect_failed');
|
console.log('reconnect_failed');
|
||||||
});
|
});
|
||||||
|
|
||||||
_socket.on('disconnect', (reason, details) => {
|
_socket.on('disconnect', (reason, details) => {
|
||||||
console.log(`Socket ${_socket.id} disconnected due to ${reason}`);
|
console.log(`Socket ${_socket.id} disconnected due to ${reason}`);
|
||||||
if (details) {
|
if (details) {
|
||||||
console.log('Additional details:', details);
|
console.log('Additional details:', details);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
_socket.on('user-list', (data) => {
|
_socket.on('user-list', (data) => {
|
||||||
console.log('user-list', data);
|
console.log('user-list', data);
|
||||||
activeUserIds.set(data.user_ids);
|
activeUserIds.set(data.user_ids);
|
||||||
});
|
});
|
||||||
|
|
||||||
_socket.on('usage', (data) => {
|
_socket.on('usage', (data) => {
|
||||||
console.log('usage', data);
|
console.log('usage', data);
|
||||||
USAGE_POOL.set(data['models']);
|
USAGE_POOL.set(data['models']);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue