Unverified Commit f34fd3fb authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #2140 from cheahjs/feat/model-config

feat: configurable model name, description and vision capability
parents d0d76e2a 8df0429c
...@@ -323,7 +323,10 @@ ...@@ -323,7 +323,10 @@
{/if} {/if}
{#each $models.filter((m) => m.id && !m.external) as model} {#each $models.filter((m) => m.id && !m.external) as model}
<option value={model.name} class="bg-gray-100 dark:bg-gray-700" <option value={model.name} class="bg-gray-100 dark:bg-gray-700"
>{model.name + ' (' + (model.size / 1024 ** 3).toFixed(1) + ' GB)'}</option >{(model.custom_info?.name ?? model.name) +
' (' +
(model.size / 1024 ** 3).toFixed(1) +
' GB)'}</option
> >
{/each} {/each}
</select> </select>
......
...@@ -325,7 +325,7 @@ ...@@ -325,7 +325,7 @@
.filter((model) => model.name !== 'hr') .filter((model) => model.name !== 'hr')
.map((model) => ({ .map((model) => ({
value: model.id, value: model.id,
label: model.name, label: model.custom_info?.name ?? model.name,
info: model info: model
}))} }))}
bind:value={selectedModelId} bind:value={selectedModelId}
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"{{modelName}} is thinking...": "{{modelName}} ...يفكر", "{{modelName}} is thinking...": "{{modelName}} ...يفكر",
"{{user}}'s Chats": "دردشات {{user}}", "{{user}}'s Chats": "دردشات {{user}}",
"{{webUIName}} Backend Required": "{{webUIName}} مطلوب", "{{webUIName}} Backend Required": "{{webUIName}} مطلوب",
"A selected model does not support image input": "",
"a user": "مستخدم", "a user": "مستخدم",
"About": "عن", "About": "عن",
"Account": "الحساب", "Account": "الحساب",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
"Advanced Parameters": "التعليمات المتقدمة", "Advanced Parameters": "التعليمات المتقدمة",
"all": "الكل", "all": "الكل",
"All Documents": "جميع الملفات", "All Documents": "جميع الملفات",
"All selected models do not support image input, removed images": "",
"All Users": "جميع المستخدمين", "All Users": "جميع المستخدمين",
"Allow": "يسمح", "Allow": "يسمح",
"Allow Chat Deletion": "يستطيع حذف المحادثات", "Allow Chat Deletion": "يستطيع حذف المحادثات",
...@@ -115,6 +117,7 @@ ...@@ -115,6 +117,7 @@
"Created at": "أنشئت في", "Created at": "أنشئت في",
"Created At": "أنشئت من", "Created At": "أنشئت من",
"Current Model": "الموديل المختار", "Current Model": "الموديل المختار",
"Current Models": "",
"Current Password": "كلمة السر الحالية", "Current Password": "كلمة السر الحالية",
"Custom": "مخصص", "Custom": "مخصص",
"Customize Ollama models for a specific purpose": "تخصيص الموديل Ollama لغرض محدد", "Customize Ollama models for a specific purpose": "تخصيص الموديل Ollama لغرض محدد",
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
"Enter LiteLLM API RPM (litellm_params.rpm)": "أدخل LiteLLM API RPM (litllm_params.rpm)", "Enter LiteLLM API RPM (litellm_params.rpm)": "أدخل LiteLLM API RPM (litllm_params.rpm)",
"Enter LiteLLM Model (litellm_params.model)": "أدخل LiteLLM الموديل (litellm_params.model)", "Enter LiteLLM Model (litellm_params.model)": "أدخل LiteLLM الموديل (litellm_params.model)",
"Enter Max Tokens (litellm_params.max_tokens)": "أدخل أكثر Tokens (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "أدخل أكثر Tokens (litellm_params.max_tokens)",
"Enter Model Display Name": "",
"Enter model tag (e.g. {{modelTag}})": "(e.g. {{modelTag}}) أدخل الموديل تاق", "Enter model tag (e.g. {{modelTag}})": "(e.g. {{modelTag}}) أدخل الموديل تاق",
"Enter Number of Steps (e.g. 50)": "(e.g. 50) أدخل عدد الخطوات", "Enter Number of Steps (e.g. 50)": "(e.g. 50) أدخل عدد الخطوات",
"Enter Score": "أدخل النتيجة", "Enter Score": "أدخل النتيجة",
...@@ -235,6 +239,7 @@ ...@@ -235,6 +239,7 @@
"Input commands": "إدخال الأوامر", "Input commands": "إدخال الأوامر",
"Interface": "واجهه المستخدم", "Interface": "واجهه المستخدم",
"Invalid Tag": "تاق غير صالحة", "Invalid Tag": "تاق غير صالحة",
"Is Model Vision Capable": "",
"January": "يناير", "January": "يناير",
"join our Discord for help.": "انضم إلى Discord للحصول على المساعدة.", "join our Discord for help.": "انضم إلى Discord للحصول على المساعدة.",
"JSON": "JSON", "JSON": "JSON",
...@@ -253,6 +258,7 @@ ...@@ -253,6 +258,7 @@
"Made by OpenWebUI Community": "OpenWebUI تم إنشاؤه بواسطة مجتمع ", "Made by OpenWebUI Community": "OpenWebUI تم إنشاؤه بواسطة مجتمع ",
"Make sure to enclose them with": "تأكد من إرفاقها", "Make sure to enclose them with": "تأكد من إرفاقها",
"Manage LiteLLM Models": "LiteLLM إدارة نماذج ", "Manage LiteLLM Models": "LiteLLM إدارة نماذج ",
"Manage Model Information": "",
"Manage Models": "إدارة النماذج", "Manage Models": "إدارة النماذج",
"Manage Ollama Models": "Ollama إدارة موديلات ", "Manage Ollama Models": "Ollama إدارة موديلات ",
"March": "مارس", "March": "مارس",
...@@ -272,7 +278,12 @@ ...@@ -272,7 +278,12 @@
"Model '{{modelTag}}' is already in queue for downloading.": "النموذج '{{modelTag}}' موجود بالفعل في قائمة الانتظار للتحميل", "Model '{{modelTag}}' is already in queue for downloading.": "النموذج '{{modelTag}}' موجود بالفعل في قائمة الانتظار للتحميل",
"Model {{modelId}} not found": "لم يتم العثور على النموذج {{modelId}}.", "Model {{modelId}} not found": "لم يتم العثور على النموذج {{modelId}}.",
"Model {{modelName}} already exists.": "موجود {{modelName}} موديل بالفعل", "Model {{modelName}} already exists.": "موجود {{modelName}} موديل بالفعل",
"Model {{modelName}} is not vision capable": "",
"Model Description": "",
"Model Display Name": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "تم اكتشاف مسار نظام الملفات النموذجي. الاسم المختصر للنموذج مطلوب للتحديث، ولا يمكن الاستمرار.", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "تم اكتشاف مسار نظام الملفات النموذجي. الاسم المختصر للنموذج مطلوب للتحديث، ولا يمكن الاستمرار.",
"Model info for {{modelName}} added successfully": "",
"Model info for {{modelName}} deleted successfully": "",
"Model Name": "أسم الموديل", "Model Name": "أسم الموديل",
"Model not selected": "لم تختار موديل", "Model not selected": "لم تختار موديل",
"Model Tag Name": "أسم التاق للموديل", "Model Tag Name": "أسم التاق للموديل",
...@@ -289,6 +300,7 @@ ...@@ -289,6 +300,7 @@
"Name your modelfile": "قم بتسمية ملف النموذج الخاص بك", "Name your modelfile": "قم بتسمية ملف النموذج الخاص بك",
"New Chat": "دردشة جديدة", "New Chat": "دردشة جديدة",
"New Password": "كلمة المرور الجديدة", "New Password": "كلمة المرور الجديدة",
"No": "",
"No results found": "لا توجد نتايج", "No results found": "لا توجد نتايج",
"No source available": "لا يوجد مصدر متاح", "No source available": "لا يوجد مصدر متاح",
"Not factually correct": "ليس صحيحا من حيث الواقع", "Not factually correct": "ليس صحيحا من حيث الواقع",
...@@ -385,6 +397,7 @@ ...@@ -385,6 +397,7 @@
"Select a model": "أختار الموديل", "Select a model": "أختار الموديل",
"Select an Ollama instance": "أختار سيرفر ", "Select an Ollama instance": "أختار سيرفر ",
"Select model": " أختار موديل", "Select model": " أختار موديل",
"Selected models do not support image inputs": "",
"Send": "تم", "Send": "تم",
"Send a Message": "يُرجى إدخال طلبك هنا", "Send a Message": "يُرجى إدخال طلبك هنا",
"Send message": "يُرجى إدخال طلبك هنا.", "Send message": "يُرجى إدخال طلبك هنا.",
...@@ -492,6 +505,7 @@ ...@@ -492,6 +505,7 @@
"Workspace": "مساحة العمل", "Workspace": "مساحة العمل",
"Write a prompt suggestion (e.g. Who are you?)": "اكتب اقتراحًا سريعًا (على سبيل المثال، من أنت؟)", "Write a prompt suggestion (e.g. Who are you?)": "اكتب اقتراحًا سريعًا (على سبيل المثال، من أنت؟)",
"Write a summary in 50 words that summarizes [topic or keyword].": "اكتب ملخصًا في 50 كلمة يلخص [الموضوع أو الكلمة الرئيسية]", "Write a summary in 50 words that summarizes [topic or keyword].": "اكتب ملخصًا في 50 كلمة يلخص [الموضوع أو الكلمة الرئيسية]",
"Yes": "",
"Yesterday": "أمس", "Yesterday": "أمس",
"You": "انت", "You": "انت",
"You have no archived conversations.": "لا تملك محادثات محفوظه", "You have no archived conversations.": "لا تملك محادثات محفوظه",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"{{modelName}} is thinking...": "{{modelName}} мисли ...", "{{modelName}} is thinking...": "{{modelName}} мисли ...",
"{{user}}'s Chats": "{{user}}'s чатове", "{{user}}'s Chats": "{{user}}'s чатове",
"{{webUIName}} Backend Required": "{{webUIName}} Изисква се Бекенд", "{{webUIName}} Backend Required": "{{webUIName}} Изисква се Бекенд",
"A selected model does not support image input": "",
"a user": "потребител", "a user": "потребител",
"About": "Относно", "About": "Относно",
"Account": "Акаунт", "Account": "Акаунт",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
"Advanced Parameters": "Разширени Параметри", "Advanced Parameters": "Разширени Параметри",
"all": "всички", "all": "всички",
"All Documents": "Всички Документи", "All Documents": "Всички Документи",
"All selected models do not support image input, removed images": "",
"All Users": "Всички Потребители", "All Users": "Всички Потребители",
"Allow": "Позволи", "Allow": "Позволи",
"Allow Chat Deletion": "Позволи Изтриване на Чат", "Allow Chat Deletion": "Позволи Изтриване на Чат",
...@@ -115,6 +117,7 @@ ...@@ -115,6 +117,7 @@
"Created at": "Създадено на", "Created at": "Създадено на",
"Created At": "Създадено на", "Created At": "Създадено на",
"Current Model": "Текущ модел", "Current Model": "Текущ модел",
"Current Models": "",
"Current Password": "Текуща Парола", "Current Password": "Текуща Парола",
"Custom": "Персонализиран", "Custom": "Персонализиран",
"Customize Ollama models for a specific purpose": "Персонализиране на Ollama моделите за конкретна цел", "Customize Ollama models for a specific purpose": "Персонализиране на Ollama моделите за конкретна цел",
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
"Enter LiteLLM API RPM (litellm_params.rpm)": "Въведете LiteLLM API RPM (litellm_params.rpm)", "Enter LiteLLM API RPM (litellm_params.rpm)": "Въведете LiteLLM API RPM (litellm_params.rpm)",
"Enter LiteLLM Model (litellm_params.model)": "Въведете LiteLLM Model (litellm_params.model)", "Enter LiteLLM Model (litellm_params.model)": "Въведете LiteLLM Model (litellm_params.model)",
"Enter Max Tokens (litellm_params.max_tokens)": "Въведете Max Tokens (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Въведете Max Tokens (litellm_params.max_tokens)",
"Enter Model Display Name": "",
"Enter model tag (e.g. {{modelTag}})": "Въведете таг на модел (напр. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Въведете таг на модел (напр. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Въведете брой стъпки (напр. 50)", "Enter Number of Steps (e.g. 50)": "Въведете брой стъпки (напр. 50)",
"Enter Score": "Въведете оценка", "Enter Score": "Въведете оценка",
...@@ -235,6 +239,7 @@ ...@@ -235,6 +239,7 @@
"Input commands": "Въведете команди", "Input commands": "Въведете команди",
"Interface": "Интерфейс", "Interface": "Интерфейс",
"Invalid Tag": "Невалиден тег", "Invalid Tag": "Невалиден тег",
"Is Model Vision Capable": "",
"January": "Януари", "January": "Януари",
"join our Discord for help.": "свържете се с нашия Discord за помощ.", "join our Discord for help.": "свържете се с нашия Discord за помощ.",
"JSON": "JSON", "JSON": "JSON",
...@@ -253,6 +258,7 @@ ...@@ -253,6 +258,7 @@
"Made by OpenWebUI Community": "Направено от OpenWebUI общността", "Made by OpenWebUI Community": "Направено от OpenWebUI общността",
"Make sure to enclose them with": "Уверете се, че са заключени с", "Make sure to enclose them with": "Уверете се, че са заключени с",
"Manage LiteLLM Models": "Управление на LiteLLM Моделите", "Manage LiteLLM Models": "Управление на LiteLLM Моделите",
"Manage Model Information": "",
"Manage Models": "Управление на Моделите", "Manage Models": "Управление на Моделите",
"Manage Ollama Models": "Управление на Ollama Моделите", "Manage Ollama Models": "Управление на Ollama Моделите",
"March": "Март", "March": "Март",
...@@ -272,7 +278,12 @@ ...@@ -272,7 +278,12 @@
"Model '{{modelTag}}' is already in queue for downloading.": "Моделът '{{modelTag}}' е вече в очакване за сваляне.", "Model '{{modelTag}}' is already in queue for downloading.": "Моделът '{{modelTag}}' е вече в очакване за сваляне.",
"Model {{modelId}} not found": "Моделът {{modelId}} не е намерен", "Model {{modelId}} not found": "Моделът {{modelId}} не е намерен",
"Model {{modelName}} already exists.": "Моделът {{modelName}} вече съществува.", "Model {{modelName}} already exists.": "Моделът {{modelName}} вече съществува.",
"Model {{modelName}} is not vision capable": "",
"Model Description": "",
"Model Display Name": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Открит е път до файловата система на модела. За актуализацията се изисква съкратено име на модела, не може да продължи.", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "Открит е път до файловата система на модела. За актуализацията се изисква съкратено име на модела, не може да продължи.",
"Model info for {{modelName}} added successfully": "",
"Model info for {{modelName}} deleted successfully": "",
"Model Name": "Име на модел", "Model Name": "Име на модел",
"Model not selected": "Не е избран модел", "Model not selected": "Не е избран модел",
"Model Tag Name": "Име на таг на модел", "Model Tag Name": "Име на таг на модел",
...@@ -289,6 +300,7 @@ ...@@ -289,6 +300,7 @@
"Name your modelfile": "Име на модфайла", "Name your modelfile": "Име на модфайла",
"New Chat": "Нов чат", "New Chat": "Нов чат",
"New Password": "Нова парола", "New Password": "Нова парола",
"No": "",
"No results found": "Няма намерени резултати", "No results found": "Няма намерени резултати",
"No source available": "Няма наличен източник", "No source available": "Няма наличен източник",
"Not factually correct": "Не е фактологически правилно", "Not factually correct": "Не е фактологически правилно",
...@@ -385,6 +397,7 @@ ...@@ -385,6 +397,7 @@
"Select a model": "Изберете модел", "Select a model": "Изберете модел",
"Select an Ollama instance": "Изберете Ollama инстанция", "Select an Ollama instance": "Изберете Ollama инстанция",
"Select model": "Изберете модел", "Select model": "Изберете модел",
"Selected models do not support image inputs": "",
"Send": "Изпрати", "Send": "Изпрати",
"Send a Message": "Изпращане на Съобщение", "Send a Message": "Изпращане на Съобщение",
"Send message": "Изпращане на съобщение", "Send message": "Изпращане на съобщение",
...@@ -492,6 +505,7 @@ ...@@ -492,6 +505,7 @@
"Workspace": "Работно пространство", "Workspace": "Работно пространство",
"Write a prompt suggestion (e.g. Who are you?)": "Напиши предложение за промпт (напр. Кой сте вие?)", "Write a prompt suggestion (e.g. Who are you?)": "Напиши предложение за промпт (напр. Кой сте вие?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Напиши описание в 50 знака, което описва [тема или ключова дума].", "Write a summary in 50 words that summarizes [topic or keyword].": "Напиши описание в 50 знака, което описва [тема или ключова дума].",
"Yes": "",
"Yesterday": "вчера", "Yesterday": "вчера",
"You": "вие", "You": "вие",
"You have no archived conversations.": "Нямате архивирани разговори.", "You have no archived conversations.": "Нямате архивирани разговори.",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"{{modelName}} is thinking...": "{{modelName}} চিন্তা করছে...", "{{modelName}} is thinking...": "{{modelName}} চিন্তা করছে...",
"{{user}}'s Chats": "{{user}}র চ্যাটস", "{{user}}'s Chats": "{{user}}র চ্যাটস",
"{{webUIName}} Backend Required": "{{webUIName}} ব্যাকএন্ড আবশ্যক", "{{webUIName}} Backend Required": "{{webUIName}} ব্যাকএন্ড আবশ্যক",
"A selected model does not support image input": "",
"a user": "একজন ব্যাবহারকারী", "a user": "একজন ব্যাবহারকারী",
"About": "সম্পর্কে", "About": "সম্পর্কে",
"Account": "একাউন্ট", "Account": "একাউন্ট",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
"Advanced Parameters": "এডভান্সড প্যারামিটার্স", "Advanced Parameters": "এডভান্সড প্যারামিটার্স",
"all": "সব", "all": "সব",
"All Documents": "সব ডকুমেন্ট", "All Documents": "সব ডকুমেন্ট",
"All selected models do not support image input, removed images": "",
"All Users": "সব ইউজার", "All Users": "সব ইউজার",
"Allow": "অনুমোদন", "Allow": "অনুমোদন",
"Allow Chat Deletion": "চ্যাট ডিলিট করতে দিন", "Allow Chat Deletion": "চ্যাট ডিলিট করতে দিন",
...@@ -115,6 +117,7 @@ ...@@ -115,6 +117,7 @@
"Created at": "নির্মানকাল", "Created at": "নির্মানকাল",
"Created At": "নির্মানকাল", "Created At": "নির্মানকাল",
"Current Model": "বর্তমান মডেল", "Current Model": "বর্তমান মডেল",
"Current Models": "",
"Current Password": "বর্তমান পাসওয়ার্ড", "Current Password": "বর্তমান পাসওয়ার্ড",
"Custom": "কাস্টম", "Custom": "কাস্টম",
"Customize Ollama models for a specific purpose": "নির্দিষ্ট উদ্দেশ্যে Ollama মডেল পরিবর্তন করুন", "Customize Ollama models for a specific purpose": "নির্দিষ্ট উদ্দেশ্যে Ollama মডেল পরিবর্তন করুন",
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
"Enter LiteLLM API RPM (litellm_params.rpm)": "LiteLLM এপিআই RPM দিন (litellm_params.rpm)", "Enter LiteLLM API RPM (litellm_params.rpm)": "LiteLLM এপিআই RPM দিন (litellm_params.rpm)",
"Enter LiteLLM Model (litellm_params.model)": "LiteLLM মডেল দিন (litellm_params.model)", "Enter LiteLLM Model (litellm_params.model)": "LiteLLM মডেল দিন (litellm_params.model)",
"Enter Max Tokens (litellm_params.max_tokens)": "সর্বোচ্চ টোকেন সংখ্যা দিন (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "সর্বোচ্চ টোকেন সংখ্যা দিন (litellm_params.max_tokens)",
"Enter Model Display Name": "",
"Enter model tag (e.g. {{modelTag}})": "মডেল ট্যাগ লিখুন (e.g. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "মডেল ট্যাগ লিখুন (e.g. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "ধাপের সংখ্যা দিন (যেমন: 50)", "Enter Number of Steps (e.g. 50)": "ধাপের সংখ্যা দিন (যেমন: 50)",
"Enter Score": "স্কোর দিন", "Enter Score": "স্কোর দিন",
...@@ -235,6 +239,7 @@ ...@@ -235,6 +239,7 @@
"Input commands": "ইনপুট কমান্ডস", "Input commands": "ইনপুট কমান্ডস",
"Interface": "ইন্টারফেস", "Interface": "ইন্টারফেস",
"Invalid Tag": "অবৈধ ট্যাগ", "Invalid Tag": "অবৈধ ট্যাগ",
"Is Model Vision Capable": "",
"January": "জানুয়ারী", "January": "জানুয়ারী",
"join our Discord for help.": "সাহায্যের জন্য আমাদের Discord-এ যুক্ত হোন", "join our Discord for help.": "সাহায্যের জন্য আমাদের Discord-এ যুক্ত হোন",
"JSON": "JSON", "JSON": "JSON",
...@@ -253,6 +258,7 @@ ...@@ -253,6 +258,7 @@
"Made by OpenWebUI Community": "OpenWebUI কমিউনিটিকর্তৃক নির্মিত", "Made by OpenWebUI Community": "OpenWebUI কমিউনিটিকর্তৃক নির্মিত",
"Make sure to enclose them with": "এটা দিয়ে বন্ধনী দিতে ভুলবেন না", "Make sure to enclose them with": "এটা দিয়ে বন্ধনী দিতে ভুলবেন না",
"Manage LiteLLM Models": "LiteLLM মডেল ব্যবস্থাপনা করুন", "Manage LiteLLM Models": "LiteLLM মডেল ব্যবস্থাপনা করুন",
"Manage Model Information": "",
"Manage Models": "মডেলসমূহ ব্যবস্থাপনা করুন", "Manage Models": "মডেলসমূহ ব্যবস্থাপনা করুন",
"Manage Ollama Models": "Ollama মডেলসূহ ব্যবস্থাপনা করুন", "Manage Ollama Models": "Ollama মডেলসূহ ব্যবস্থাপনা করুন",
"March": "মার্চ", "March": "মার্চ",
...@@ -272,7 +278,12 @@ ...@@ -272,7 +278,12 @@
"Model '{{modelTag}}' is already in queue for downloading.": "{{modelTag}} ডাউনলোডের জন্য আগে থেকেই অপেক্ষমান আছে।", "Model '{{modelTag}}' is already in queue for downloading.": "{{modelTag}} ডাউনলোডের জন্য আগে থেকেই অপেক্ষমান আছে।",
"Model {{modelId}} not found": "{{modelId}} মডেল পাওয়া যায়নি", "Model {{modelId}} not found": "{{modelId}} মডেল পাওয়া যায়নি",
"Model {{modelName}} already exists.": "{{modelName}} মডেল আগে থেকেই আছে", "Model {{modelName}} already exists.": "{{modelName}} মডেল আগে থেকেই আছে",
"Model {{modelName}} is not vision capable": "",
"Model Description": "",
"Model Display Name": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "মডেল ফাইলসিস্টেম পাথ পাওয়া গেছে। আপডেটের জন্য মডেলের শর্টনেম আবশ্যক, এগিয়ে যাওয়া যাচ্ছে না।", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "মডেল ফাইলসিস্টেম পাথ পাওয়া গেছে। আপডেটের জন্য মডেলের শর্টনেম আবশ্যক, এগিয়ে যাওয়া যাচ্ছে না।",
"Model info for {{modelName}} added successfully": "",
"Model info for {{modelName}} deleted successfully": "",
"Model Name": "মডেলের নাম", "Model Name": "মডেলের নাম",
"Model not selected": "মডেল নির্বাচন করা হয়নি", "Model not selected": "মডেল নির্বাচন করা হয়নি",
"Model Tag Name": "মডেলের ট্যাগ নাম", "Model Tag Name": "মডেলের ট্যাগ নাম",
...@@ -289,6 +300,7 @@ ...@@ -289,6 +300,7 @@
"Name your modelfile": "আপনার মডেলফাইলের নাম দিন", "Name your modelfile": "আপনার মডেলফাইলের নাম দিন",
"New Chat": "নতুন চ্যাট", "New Chat": "নতুন চ্যাট",
"New Password": "নতুন পাসওয়ার্ড", "New Password": "নতুন পাসওয়ার্ড",
"No": "",
"No results found": "কোন ফলাফল পাওয়া যায়নি", "No results found": "কোন ফলাফল পাওয়া যায়নি",
"No source available": "কোন উৎস পাওয়া যায়নি", "No source available": "কোন উৎস পাওয়া যায়নি",
"Not factually correct": "তথ্যগত দিক থেকে সঠিক নয়", "Not factually correct": "তথ্যগত দিক থেকে সঠিক নয়",
...@@ -385,6 +397,7 @@ ...@@ -385,6 +397,7 @@
"Select a model": "একটি মডেল নির্বাচন করুন", "Select a model": "একটি মডেল নির্বাচন করুন",
"Select an Ollama instance": "একটি Ollama ইন্সট্যান্স নির্বাচন করুন", "Select an Ollama instance": "একটি Ollama ইন্সট্যান্স নির্বাচন করুন",
"Select model": "মডেল নির্বাচন করুন", "Select model": "মডেল নির্বাচন করুন",
"Selected models do not support image inputs": "",
"Send": "পাঠান", "Send": "পাঠান",
"Send a Message": "একটি মেসেজ পাঠান", "Send a Message": "একটি মেসেজ পাঠান",
"Send message": "মেসেজ পাঠান", "Send message": "মেসেজ পাঠান",
...@@ -492,6 +505,7 @@ ...@@ -492,6 +505,7 @@
"Workspace": "ওয়ার্কস্পেস", "Workspace": "ওয়ার্কস্পেস",
"Write a prompt suggestion (e.g. Who are you?)": "একটি প্রম্পট সাজেশন লিখুন (যেমন Who are you?)", "Write a prompt suggestion (e.g. Who are you?)": "একটি প্রম্পট সাজেশন লিখুন (যেমন Who are you?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "৫০ শব্দের মধ্যে [topic or keyword] এর একটি সারসংক্ষেপ লিখুন।", "Write a summary in 50 words that summarizes [topic or keyword].": "৫০ শব্দের মধ্যে [topic or keyword] এর একটি সারসংক্ষেপ লিখুন।",
"Yes": "",
"Yesterday": "আগামী", "Yesterday": "আগামী",
"You": "আপনি", "You": "আপনি",
"You have no archived conversations.": "আপনার কোনও আর্কাইভ করা কথোপকথন নেই।", "You have no archived conversations.": "আপনার কোনও আর্কাইভ করা কথোপকথন নেই।",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"{{modelName}} is thinking...": "{{modelName}} està pensant...", "{{modelName}} is thinking...": "{{modelName}} està pensant...",
"{{user}}'s Chats": "{{user}}'s Chats", "{{user}}'s Chats": "{{user}}'s Chats",
"{{webUIName}} Backend Required": "Es requereix Backend de {{webUIName}}", "{{webUIName}} Backend Required": "Es requereix Backend de {{webUIName}}",
"A selected model does not support image input": "",
"a user": "un usuari", "a user": "un usuari",
"About": "Sobre", "About": "Sobre",
"Account": "Compte", "Account": "Compte",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
"Advanced Parameters": "Paràmetres Avançats", "Advanced Parameters": "Paràmetres Avançats",
"all": "tots", "all": "tots",
"All Documents": "Tots els Documents", "All Documents": "Tots els Documents",
"All selected models do not support image input, removed images": "",
"All Users": "Tots els Usuaris", "All Users": "Tots els Usuaris",
"Allow": "Permet", "Allow": "Permet",
"Allow Chat Deletion": "Permet la Supressió del Xat", "Allow Chat Deletion": "Permet la Supressió del Xat",
...@@ -115,6 +117,7 @@ ...@@ -115,6 +117,7 @@
"Created at": "Creat el", "Created at": "Creat el",
"Created At": "Creat el", "Created At": "Creat el",
"Current Model": "Model Actual", "Current Model": "Model Actual",
"Current Models": "",
"Current Password": "Contrasenya Actual", "Current Password": "Contrasenya Actual",
"Custom": "Personalitzat", "Custom": "Personalitzat",
"Customize Ollama models for a specific purpose": "Personalitza els models Ollama per a un propòsit específic", "Customize Ollama models for a specific purpose": "Personalitza els models Ollama per a un propòsit específic",
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
"Enter LiteLLM API RPM (litellm_params.rpm)": "Introdueix RPM de LiteLLM API (litellm_params.rpm)", "Enter LiteLLM API RPM (litellm_params.rpm)": "Introdueix RPM de LiteLLM API (litellm_params.rpm)",
"Enter LiteLLM Model (litellm_params.model)": "Introdueix el Model de LiteLLM (litellm_params.model)", "Enter LiteLLM Model (litellm_params.model)": "Introdueix el Model de LiteLLM (litellm_params.model)",
"Enter Max Tokens (litellm_params.max_tokens)": "Introdueix el Màxim de Tokens (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Introdueix el Màxim de Tokens (litellm_params.max_tokens)",
"Enter Model Display Name": "",
"Enter model tag (e.g. {{modelTag}})": "Introdueix l'etiqueta del model (p. ex. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Introdueix l'etiqueta del model (p. ex. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Introdueix el Nombre de Passos (p. ex. 50)", "Enter Number of Steps (e.g. 50)": "Introdueix el Nombre de Passos (p. ex. 50)",
"Enter Score": "Introdueix el Puntuació", "Enter Score": "Introdueix el Puntuació",
...@@ -235,6 +239,7 @@ ...@@ -235,6 +239,7 @@
"Input commands": "Entra ordres", "Input commands": "Entra ordres",
"Interface": "Interfície", "Interface": "Interfície",
"Invalid Tag": "Etiqueta Inválida", "Invalid Tag": "Etiqueta Inválida",
"Is Model Vision Capable": "",
"January": "Gener", "January": "Gener",
"join our Discord for help.": "uneix-te al nostre Discord per ajuda.", "join our Discord for help.": "uneix-te al nostre Discord per ajuda.",
"JSON": "JSON", "JSON": "JSON",
...@@ -253,6 +258,7 @@ ...@@ -253,6 +258,7 @@
"Made by OpenWebUI Community": "Creat per la Comunitat OpenWebUI", "Made by OpenWebUI Community": "Creat per la Comunitat OpenWebUI",
"Make sure to enclose them with": "Assegura't d'envoltar-los amb", "Make sure to enclose them with": "Assegura't d'envoltar-los amb",
"Manage LiteLLM Models": "Gestiona Models LiteLLM", "Manage LiteLLM Models": "Gestiona Models LiteLLM",
"Manage Model Information": "",
"Manage Models": "Gestiona Models", "Manage Models": "Gestiona Models",
"Manage Ollama Models": "Gestiona Models Ollama", "Manage Ollama Models": "Gestiona Models Ollama",
"March": "Març", "March": "Març",
...@@ -272,7 +278,12 @@ ...@@ -272,7 +278,12 @@
"Model '{{modelTag}}' is already in queue for downloading.": "El model '{{modelTag}}' ja està en cua per ser descarregat.", "Model '{{modelTag}}' is already in queue for downloading.": "El model '{{modelTag}}' ja està en cua per ser descarregat.",
"Model {{modelId}} not found": "Model {{modelId}} no trobat", "Model {{modelId}} not found": "Model {{modelId}} no trobat",
"Model {{modelName}} already exists.": "El model {{modelName}} ja existeix.", "Model {{modelName}} already exists.": "El model {{modelName}} ja existeix.",
"Model {{modelName}} is not vision capable": "",
"Model Description": "",
"Model Display Name": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "S'ha detectat el camí del sistema de fitxers del model. És necessari un nom curt del model per a actualitzar, no es pot continuar.", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "S'ha detectat el camí del sistema de fitxers del model. És necessari un nom curt del model per a actualitzar, no es pot continuar.",
"Model info for {{modelName}} added successfully": "",
"Model info for {{modelName}} deleted successfully": "",
"Model Name": "Nom del Model", "Model Name": "Nom del Model",
"Model not selected": "Model no seleccionat", "Model not selected": "Model no seleccionat",
"Model Tag Name": "Nom de l'Etiqueta del Model", "Model Tag Name": "Nom de l'Etiqueta del Model",
...@@ -289,6 +300,7 @@ ...@@ -289,6 +300,7 @@
"Name your modelfile": "Nomena el teu fitxer de model", "Name your modelfile": "Nomena el teu fitxer de model",
"New Chat": "Xat Nou", "New Chat": "Xat Nou",
"New Password": "Nova Contrasenya", "New Password": "Nova Contrasenya",
"No": "",
"No results found": "No s'han trobat resultats", "No results found": "No s'han trobat resultats",
"No source available": "Sense font disponible", "No source available": "Sense font disponible",
"Not factually correct": "No està clarament correcte", "Not factually correct": "No està clarament correcte",
...@@ -385,6 +397,7 @@ ...@@ -385,6 +397,7 @@
"Select a model": "Selecciona un model", "Select a model": "Selecciona un model",
"Select an Ollama instance": "Selecciona una instància d'Ollama", "Select an Ollama instance": "Selecciona una instància d'Ollama",
"Select model": "Selecciona un model", "Select model": "Selecciona un model",
"Selected models do not support image inputs": "",
"Send": "Envia", "Send": "Envia",
"Send a Message": "Envia un Missatge", "Send a Message": "Envia un Missatge",
"Send message": "Envia missatge", "Send message": "Envia missatge",
...@@ -492,6 +505,7 @@ ...@@ -492,6 +505,7 @@
"Workspace": "Treball", "Workspace": "Treball",
"Write a prompt suggestion (e.g. Who are you?)": "Escriu una suggerència de prompt (p. ex. Qui ets tu?)", "Write a prompt suggestion (e.g. Who are you?)": "Escriu una suggerència de prompt (p. ex. Qui ets tu?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Escriu un resum en 50 paraules que resumeixi [tema o paraula clau].", "Write a summary in 50 words that summarizes [topic or keyword].": "Escriu un resum en 50 paraules que resumeixi [tema o paraula clau].",
"Yes": "",
"Yesterday": "Ayer", "Yesterday": "Ayer",
"You": "Tu", "You": "Tu",
"You have no archived conversations.": "No tens converses arxivades.", "You have no archived conversations.": "No tens converses arxivades.",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"{{modelName}} is thinking...": "{{modelName}} denkt nach...", "{{modelName}} is thinking...": "{{modelName}} denkt nach...",
"{{user}}'s Chats": "{{user}}s Chats", "{{user}}'s Chats": "{{user}}s Chats",
"{{webUIName}} Backend Required": "{{webUIName}}-Backend erforderlich", "{{webUIName}} Backend Required": "{{webUIName}}-Backend erforderlich",
"A selected model does not support image input": "",
"a user": "ein Benutzer", "a user": "ein Benutzer",
"About": "Über", "About": "Über",
"Account": "Account", "Account": "Account",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
"Advanced Parameters": "Erweiterte Parameter", "Advanced Parameters": "Erweiterte Parameter",
"all": "Alle", "all": "Alle",
"All Documents": "Alle Dokumente", "All Documents": "Alle Dokumente",
"All selected models do not support image input, removed images": "",
"All Users": "Alle Benutzer", "All Users": "Alle Benutzer",
"Allow": "Erlauben", "Allow": "Erlauben",
"Allow Chat Deletion": "Chat Löschung erlauben", "Allow Chat Deletion": "Chat Löschung erlauben",
...@@ -115,6 +117,7 @@ ...@@ -115,6 +117,7 @@
"Created at": "Erstellt am", "Created at": "Erstellt am",
"Created At": "Erstellt am", "Created At": "Erstellt am",
"Current Model": "Aktuelles Modell", "Current Model": "Aktuelles Modell",
"Current Models": "",
"Current Password": "Aktuelles Passwort", "Current Password": "Aktuelles Passwort",
"Custom": "Benutzerdefiniert", "Custom": "Benutzerdefiniert",
"Customize Ollama models for a specific purpose": "Ollama-Modelle für einen bestimmten Zweck anpassen", "Customize Ollama models for a specific purpose": "Ollama-Modelle für einen bestimmten Zweck anpassen",
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
"Enter LiteLLM API RPM (litellm_params.rpm)": "Gib die LiteLLM API RPM ein (litellm_params.rpm)", "Enter LiteLLM API RPM (litellm_params.rpm)": "Gib die LiteLLM API RPM ein (litellm_params.rpm)",
"Enter LiteLLM Model (litellm_params.model)": "Gib das LiteLLM Model ein (litellm_params.model)", "Enter LiteLLM Model (litellm_params.model)": "Gib das LiteLLM Model ein (litellm_params.model)",
"Enter Max Tokens (litellm_params.max_tokens)": "Gib die maximalen Token ein (litellm_params.max_tokens) an", "Enter Max Tokens (litellm_params.max_tokens)": "Gib die maximalen Token ein (litellm_params.max_tokens) an",
"Enter Model Display Name": "",
"Enter model tag (e.g. {{modelTag}})": "Gib den Model-Tag ein", "Enter model tag (e.g. {{modelTag}})": "Gib den Model-Tag ein",
"Enter Number of Steps (e.g. 50)": "Gib die Anzahl an Schritten ein (z.B. 50)", "Enter Number of Steps (e.g. 50)": "Gib die Anzahl an Schritten ein (z.B. 50)",
"Enter Score": "Score eingeben", "Enter Score": "Score eingeben",
...@@ -235,6 +239,7 @@ ...@@ -235,6 +239,7 @@
"Input commands": "Eingabebefehle", "Input commands": "Eingabebefehle",
"Interface": "Benutzeroberfläche", "Interface": "Benutzeroberfläche",
"Invalid Tag": "Ungültiger Tag", "Invalid Tag": "Ungültiger Tag",
"Is Model Vision Capable": "",
"January": "Januar", "January": "Januar",
"join our Discord for help.": "Trete unserem Discord bei, um Hilfe zu erhalten.", "join our Discord for help.": "Trete unserem Discord bei, um Hilfe zu erhalten.",
"JSON": "JSON", "JSON": "JSON",
...@@ -253,6 +258,7 @@ ...@@ -253,6 +258,7 @@
"Made by OpenWebUI Community": "Von der OpenWebUI-Community", "Made by OpenWebUI Community": "Von der OpenWebUI-Community",
"Make sure to enclose them with": "Formatiere deine Variablen mit:", "Make sure to enclose them with": "Formatiere deine Variablen mit:",
"Manage LiteLLM Models": "LiteLLM-Modelle verwalten", "Manage LiteLLM Models": "LiteLLM-Modelle verwalten",
"Manage Model Information": "",
"Manage Models": "Modelle verwalten", "Manage Models": "Modelle verwalten",
"Manage Ollama Models": "Ollama-Modelle verwalten", "Manage Ollama Models": "Ollama-Modelle verwalten",
"March": "März", "March": "März",
...@@ -272,7 +278,12 @@ ...@@ -272,7 +278,12 @@
"Model '{{modelTag}}' is already in queue for downloading.": "Modell '{{modelTag}}' befindet sich bereits in der Warteschlange zum Herunterladen.", "Model '{{modelTag}}' is already in queue for downloading.": "Modell '{{modelTag}}' befindet sich bereits in der Warteschlange zum Herunterladen.",
"Model {{modelId}} not found": "Modell {{modelId}} nicht gefunden", "Model {{modelId}} not found": "Modell {{modelId}} nicht gefunden",
"Model {{modelName}} already exists.": "Modell {{modelName}} existiert bereits.", "Model {{modelName}} already exists.": "Modell {{modelName}} existiert bereits.",
"Model {{modelName}} is not vision capable": "",
"Model Description": "",
"Model Display Name": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Modell-Dateisystempfad erkannt. Modellkurzname ist für das Update erforderlich, Fortsetzung nicht möglich.", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "Modell-Dateisystempfad erkannt. Modellkurzname ist für das Update erforderlich, Fortsetzung nicht möglich.",
"Model info for {{modelName}} added successfully": "",
"Model info for {{modelName}} deleted successfully": "",
"Model Name": "Modellname", "Model Name": "Modellname",
"Model not selected": "Modell nicht ausgewählt", "Model not selected": "Modell nicht ausgewählt",
"Model Tag Name": "Modell-Tag-Name", "Model Tag Name": "Modell-Tag-Name",
...@@ -289,6 +300,7 @@ ...@@ -289,6 +300,7 @@
"Name your modelfile": "Benenne dein modelfile", "Name your modelfile": "Benenne dein modelfile",
"New Chat": "Neuer Chat", "New Chat": "Neuer Chat",
"New Password": "Neues Passwort", "New Password": "Neues Passwort",
"No": "",
"No results found": "Keine Ergebnisse gefunden", "No results found": "Keine Ergebnisse gefunden",
"No source available": "Keine Quelle verfügbar.", "No source available": "Keine Quelle verfügbar.",
"Not factually correct": "Nicht sachlich korrekt.", "Not factually correct": "Nicht sachlich korrekt.",
...@@ -385,6 +397,7 @@ ...@@ -385,6 +397,7 @@
"Select a model": "Ein Modell auswählen", "Select a model": "Ein Modell auswählen",
"Select an Ollama instance": "Eine Ollama Instanz auswählen", "Select an Ollama instance": "Eine Ollama Instanz auswählen",
"Select model": "Modell auswählen", "Select model": "Modell auswählen",
"Selected models do not support image inputs": "",
"Send": "Senden", "Send": "Senden",
"Send a Message": "Eine Nachricht senden", "Send a Message": "Eine Nachricht senden",
"Send message": "Nachricht senden", "Send message": "Nachricht senden",
...@@ -492,6 +505,7 @@ ...@@ -492,6 +505,7 @@
"Workspace": "Arbeitsbereich", "Workspace": "Arbeitsbereich",
"Write a prompt suggestion (e.g. Who are you?)": "Gebe einen Prompt-Vorschlag ein (z.B. Wer bist du?)", "Write a prompt suggestion (e.g. Who are you?)": "Gebe einen Prompt-Vorschlag ein (z.B. Wer bist du?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Schreibe eine kurze Zusammenfassung in 50 Wörtern, die [Thema oder Schlüsselwort] zusammenfasst.", "Write a summary in 50 words that summarizes [topic or keyword].": "Schreibe eine kurze Zusammenfassung in 50 Wörtern, die [Thema oder Schlüsselwort] zusammenfasst.",
"Yes": "",
"Yesterday": "Gestern", "Yesterday": "Gestern",
"You": "Du", "You": "Du",
"You have no archived conversations.": "Du hast keine archivierten Unterhaltungen.", "You have no archived conversations.": "Du hast keine archivierten Unterhaltungen.",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"{{modelName}} is thinking...": "{{modelName}} is thinkin'...", "{{modelName}} is thinking...": "{{modelName}} is thinkin'...",
"{{user}}'s Chats": "", "{{user}}'s Chats": "",
"{{webUIName}} Backend Required": "{{webUIName}} Backend Much Required", "{{webUIName}} Backend Required": "{{webUIName}} Backend Much Required",
"A selected model does not support image input": "",
"a user": "such user", "a user": "such user",
"About": "Much About", "About": "Much About",
"Account": "Account", "Account": "Account",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
"Advanced Parameters": "Advanced Parameters", "Advanced Parameters": "Advanced Parameters",
"all": "all", "all": "all",
"All Documents": "", "All Documents": "",
"All selected models do not support image input, removed images": "",
"All Users": "All Users", "All Users": "All Users",
"Allow": "Allow", "Allow": "Allow",
"Allow Chat Deletion": "Allow Delete Chats", "Allow Chat Deletion": "Allow Delete Chats",
...@@ -115,6 +117,7 @@ ...@@ -115,6 +117,7 @@
"Created at": "Created at", "Created at": "Created at",
"Created At": "", "Created At": "",
"Current Model": "Current Model", "Current Model": "Current Model",
"Current Models": "",
"Current Password": "Current Password", "Current Password": "Current Password",
"Custom": "Custom", "Custom": "Custom",
"Customize Ollama models for a specific purpose": "Customize Ollama models for purpose", "Customize Ollama models for a specific purpose": "Customize Ollama models for purpose",
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
"Enter LiteLLM API RPM (litellm_params.rpm)": "Enter RPM of LiteLLM API (litellm_params.rpm)", "Enter LiteLLM API RPM (litellm_params.rpm)": "Enter RPM of LiteLLM API (litellm_params.rpm)",
"Enter LiteLLM Model (litellm_params.model)": "Enter Model of LiteLLM (litellm_params.model)", "Enter LiteLLM Model (litellm_params.model)": "Enter Model of LiteLLM (litellm_params.model)",
"Enter Max Tokens (litellm_params.max_tokens)": "Enter Maximum Tokens (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Enter Maximum Tokens (litellm_params.max_tokens)",
"Enter Model Display Name": "",
"Enter model tag (e.g. {{modelTag}})": "Enter model doge tag (e.g. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Enter model doge tag (e.g. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Enter Number of Steps (e.g. 50)", "Enter Number of Steps (e.g. 50)": "Enter Number of Steps (e.g. 50)",
"Enter Score": "", "Enter Score": "",
...@@ -235,6 +239,7 @@ ...@@ -235,6 +239,7 @@
"Input commands": "Input commands", "Input commands": "Input commands",
"Interface": "Interface", "Interface": "Interface",
"Invalid Tag": "", "Invalid Tag": "",
"Is Model Vision Capable": "",
"January": "", "January": "",
"join our Discord for help.": "join our Discord for help.", "join our Discord for help.": "join our Discord for help.",
"JSON": "JSON", "JSON": "JSON",
...@@ -253,6 +258,7 @@ ...@@ -253,6 +258,7 @@
"Made by OpenWebUI Community": "Made by OpenWebUI Community", "Made by OpenWebUI Community": "Made by OpenWebUI Community",
"Make sure to enclose them with": "Make sure to enclose them with", "Make sure to enclose them with": "Make sure to enclose them with",
"Manage LiteLLM Models": "Manage LiteLLM Models", "Manage LiteLLM Models": "Manage LiteLLM Models",
"Manage Model Information": "",
"Manage Models": "Manage Wowdels", "Manage Models": "Manage Wowdels",
"Manage Ollama Models": "Manage Ollama Wowdels", "Manage Ollama Models": "Manage Ollama Wowdels",
"March": "", "March": "",
...@@ -272,7 +278,12 @@ ...@@ -272,7 +278,12 @@
"Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' is already in queue for downloading.", "Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' is already in queue for downloading.",
"Model {{modelId}} not found": "Model {{modelId}} not found", "Model {{modelId}} not found": "Model {{modelId}} not found",
"Model {{modelName}} already exists.": "Model {{modelName}} already exists.", "Model {{modelName}} already exists.": "Model {{modelName}} already exists.",
"Model {{modelName}} is not vision capable": "",
"Model Description": "",
"Model Display Name": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Model filesystem bark detected. Model shortname is required for update, cannot continue.", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "Model filesystem bark detected. Model shortname is required for update, cannot continue.",
"Model info for {{modelName}} added successfully": "",
"Model info for {{modelName}} deleted successfully": "",
"Model Name": "Wowdel Name", "Model Name": "Wowdel Name",
"Model not selected": "Model not selected", "Model not selected": "Model not selected",
"Model Tag Name": "Wowdel Tag Name", "Model Tag Name": "Wowdel Tag Name",
...@@ -289,6 +300,7 @@ ...@@ -289,6 +300,7 @@
"Name your modelfile": "Name your modelfile", "Name your modelfile": "Name your modelfile",
"New Chat": "New Bark", "New Chat": "New Bark",
"New Password": "New Barkword", "New Password": "New Barkword",
"No": "",
"No results found": "", "No results found": "",
"No source available": "No source available", "No source available": "No source available",
"Not factually correct": "", "Not factually correct": "",
...@@ -385,6 +397,7 @@ ...@@ -385,6 +397,7 @@
"Select a model": "Select a model much choice", "Select a model": "Select a model much choice",
"Select an Ollama instance": "Select an Ollama instance very choose", "Select an Ollama instance": "Select an Ollama instance very choose",
"Select model": "Select model much choice", "Select model": "Select model much choice",
"Selected models do not support image inputs": "",
"Send": "", "Send": "",
"Send a Message": "Send a Message much message", "Send a Message": "Send a Message much message",
"Send message": "Send message very send", "Send message": "Send message very send",
...@@ -492,6 +505,7 @@ ...@@ -492,6 +505,7 @@
"Workspace": "", "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "Write a prompt suggestion (e.g. Who are you?) much suggest", "Write a prompt suggestion (e.g. Who are you?)": "Write a prompt suggestion (e.g. Who are you?) much suggest",
"Write a summary in 50 words that summarizes [topic or keyword].": "Write a summary in 50 words that summarizes [topic or keyword]. Much summarize.", "Write a summary in 50 words that summarizes [topic or keyword].": "Write a summary in 50 words that summarizes [topic or keyword]. Much summarize.",
"Yes": "",
"Yesterday": "", "Yesterday": "",
"You": "", "You": "",
"You have no archived conversations.": "", "You have no archived conversations.": "",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"{{modelName}} is thinking...": "", "{{modelName}} is thinking...": "",
"{{user}}'s Chats": "", "{{user}}'s Chats": "",
"{{webUIName}} Backend Required": "", "{{webUIName}} Backend Required": "",
"A selected model does not support image input": "",
"a user": "", "a user": "",
"About": "", "About": "",
"Account": "", "Account": "",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
"Advanced Parameters": "", "Advanced Parameters": "",
"all": "", "all": "",
"All Documents": "", "All Documents": "",
"All selected models do not support image input, removed images": "",
"All Users": "", "All Users": "",
"Allow": "", "Allow": "",
"Allow Chat Deletion": "", "Allow Chat Deletion": "",
...@@ -115,6 +117,7 @@ ...@@ -115,6 +117,7 @@
"Created at": "", "Created at": "",
"Created At": "", "Created At": "",
"Current Model": "", "Current Model": "",
"Current Models": "",
"Current Password": "", "Current Password": "",
"Custom": "", "Custom": "",
"Customize Ollama models for a specific purpose": "", "Customize Ollama models for a specific purpose": "",
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
"Enter LiteLLM API RPM (litellm_params.rpm)": "", "Enter LiteLLM API RPM (litellm_params.rpm)": "",
"Enter LiteLLM Model (litellm_params.model)": "", "Enter LiteLLM Model (litellm_params.model)": "",
"Enter Max Tokens (litellm_params.max_tokens)": "", "Enter Max Tokens (litellm_params.max_tokens)": "",
"Enter Model Display Name": "",
"Enter model tag (e.g. {{modelTag}})": "", "Enter model tag (e.g. {{modelTag}})": "",
"Enter Number of Steps (e.g. 50)": "", "Enter Number of Steps (e.g. 50)": "",
"Enter Score": "", "Enter Score": "",
...@@ -235,6 +239,7 @@ ...@@ -235,6 +239,7 @@
"Input commands": "", "Input commands": "",
"Interface": "", "Interface": "",
"Invalid Tag": "", "Invalid Tag": "",
"Is Model Vision Capable": "",
"January": "", "January": "",
"join our Discord for help.": "", "join our Discord for help.": "",
"JSON": "", "JSON": "",
...@@ -253,6 +258,7 @@ ...@@ -253,6 +258,7 @@
"Made by OpenWebUI Community": "", "Made by OpenWebUI Community": "",
"Make sure to enclose them with": "", "Make sure to enclose them with": "",
"Manage LiteLLM Models": "", "Manage LiteLLM Models": "",
"Manage Model Information": "",
"Manage Models": "", "Manage Models": "",
"Manage Ollama Models": "", "Manage Ollama Models": "",
"March": "", "March": "",
...@@ -272,7 +278,12 @@ ...@@ -272,7 +278,12 @@
"Model '{{modelTag}}' is already in queue for downloading.": "", "Model '{{modelTag}}' is already in queue for downloading.": "",
"Model {{modelId}} not found": "", "Model {{modelId}} not found": "",
"Model {{modelName}} already exists.": "", "Model {{modelName}} already exists.": "",
"Model {{modelName}} is not vision capable": "",
"Model Description": "",
"Model Display Name": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "",
"Model info for {{modelName}} added successfully": "",
"Model info for {{modelName}} deleted successfully": "",
"Model Name": "", "Model Name": "",
"Model not selected": "", "Model not selected": "",
"Model Tag Name": "", "Model Tag Name": "",
...@@ -289,6 +300,7 @@ ...@@ -289,6 +300,7 @@
"Name your modelfile": "", "Name your modelfile": "",
"New Chat": "", "New Chat": "",
"New Password": "", "New Password": "",
"No": "",
"No results found": "", "No results found": "",
"No source available": "", "No source available": "",
"Not factually correct": "", "Not factually correct": "",
...@@ -385,6 +397,7 @@ ...@@ -385,6 +397,7 @@
"Select a model": "", "Select a model": "",
"Select an Ollama instance": "", "Select an Ollama instance": "",
"Select model": "", "Select model": "",
"Selected models do not support image inputs": "",
"Send": "", "Send": "",
"Send a Message": "", "Send a Message": "",
"Send message": "", "Send message": "",
...@@ -492,6 +505,7 @@ ...@@ -492,6 +505,7 @@
"Workspace": "", "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "", "Write a prompt suggestion (e.g. Who are you?)": "",
"Write a summary in 50 words that summarizes [topic or keyword].": "", "Write a summary in 50 words that summarizes [topic or keyword].": "",
"Yes": "",
"Yesterday": "", "Yesterday": "",
"You": "", "You": "",
"You have no archived conversations.": "", "You have no archived conversations.": "",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"{{modelName}} is thinking...": "", "{{modelName}} is thinking...": "",
"{{user}}'s Chats": "", "{{user}}'s Chats": "",
"{{webUIName}} Backend Required": "", "{{webUIName}} Backend Required": "",
"A selected model does not support image input": "",
"a user": "", "a user": "",
"About": "", "About": "",
"Account": "", "Account": "",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
"Advanced Parameters": "", "Advanced Parameters": "",
"all": "", "all": "",
"All Documents": "", "All Documents": "",
"All selected models do not support image input, removed images": "",
"All Users": "", "All Users": "",
"Allow": "", "Allow": "",
"Allow Chat Deletion": "", "Allow Chat Deletion": "",
...@@ -115,6 +117,7 @@ ...@@ -115,6 +117,7 @@
"Created at": "", "Created at": "",
"Created At": "", "Created At": "",
"Current Model": "", "Current Model": "",
"Current Models": "",
"Current Password": "", "Current Password": "",
"Custom": "", "Custom": "",
"Customize Ollama models for a specific purpose": "", "Customize Ollama models for a specific purpose": "",
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
"Enter LiteLLM API RPM (litellm_params.rpm)": "", "Enter LiteLLM API RPM (litellm_params.rpm)": "",
"Enter LiteLLM Model (litellm_params.model)": "", "Enter LiteLLM Model (litellm_params.model)": "",
"Enter Max Tokens (litellm_params.max_tokens)": "", "Enter Max Tokens (litellm_params.max_tokens)": "",
"Enter Model Display Name": "",
"Enter model tag (e.g. {{modelTag}})": "", "Enter model tag (e.g. {{modelTag}})": "",
"Enter Number of Steps (e.g. 50)": "", "Enter Number of Steps (e.g. 50)": "",
"Enter Score": "", "Enter Score": "",
...@@ -235,6 +239,7 @@ ...@@ -235,6 +239,7 @@
"Input commands": "", "Input commands": "",
"Interface": "", "Interface": "",
"Invalid Tag": "", "Invalid Tag": "",
"Is Model Vision Capable": "",
"January": "", "January": "",
"join our Discord for help.": "", "join our Discord for help.": "",
"JSON": "", "JSON": "",
...@@ -253,6 +258,7 @@ ...@@ -253,6 +258,7 @@
"Made by OpenWebUI Community": "", "Made by OpenWebUI Community": "",
"Make sure to enclose them with": "", "Make sure to enclose them with": "",
"Manage LiteLLM Models": "", "Manage LiteLLM Models": "",
"Manage Model Information": "",
"Manage Models": "", "Manage Models": "",
"Manage Ollama Models": "", "Manage Ollama Models": "",
"March": "", "March": "",
...@@ -272,7 +278,12 @@ ...@@ -272,7 +278,12 @@
"Model '{{modelTag}}' is already in queue for downloading.": "", "Model '{{modelTag}}' is already in queue for downloading.": "",
"Model {{modelId}} not found": "", "Model {{modelId}} not found": "",
"Model {{modelName}} already exists.": "", "Model {{modelName}} already exists.": "",
"Model {{modelName}} is not vision capable": "",
"Model Description": "",
"Model Display Name": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "",
"Model info for {{modelName}} added successfully": "",
"Model info for {{modelName}} deleted successfully": "",
"Model Name": "", "Model Name": "",
"Model not selected": "", "Model not selected": "",
"Model Tag Name": "", "Model Tag Name": "",
...@@ -289,6 +300,7 @@ ...@@ -289,6 +300,7 @@
"Name your modelfile": "", "Name your modelfile": "",
"New Chat": "", "New Chat": "",
"New Password": "", "New Password": "",
"No": "",
"No results found": "", "No results found": "",
"No source available": "", "No source available": "",
"Not factually correct": "", "Not factually correct": "",
...@@ -385,6 +397,7 @@ ...@@ -385,6 +397,7 @@
"Select a model": "", "Select a model": "",
"Select an Ollama instance": "", "Select an Ollama instance": "",
"Select model": "", "Select model": "",
"Selected models do not support image inputs": "",
"Send": "", "Send": "",
"Send a Message": "", "Send a Message": "",
"Send message": "", "Send message": "",
...@@ -492,6 +505,7 @@ ...@@ -492,6 +505,7 @@
"Workspace": "", "Workspace": "",
"Write a prompt suggestion (e.g. Who are you?)": "", "Write a prompt suggestion (e.g. Who are you?)": "",
"Write a summary in 50 words that summarizes [topic or keyword].": "", "Write a summary in 50 words that summarizes [topic or keyword].": "",
"Yes": "",
"Yesterday": "", "Yesterday": "",
"You": "", "You": "",
"You have no archived conversations.": "", "You have no archived conversations.": "",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"{{modelName}} is thinking...": "{{modelName}} está pensando...", "{{modelName}} is thinking...": "{{modelName}} está pensando...",
"{{user}}'s Chats": "{{user}}'s Chats", "{{user}}'s Chats": "{{user}}'s Chats",
"{{webUIName}} Backend Required": "{{webUIName}} Servidor Requerido", "{{webUIName}} Backend Required": "{{webUIName}} Servidor Requerido",
"A selected model does not support image input": "",
"a user": "un usuario", "a user": "un usuario",
"About": "Sobre nosotros", "About": "Sobre nosotros",
"Account": "Cuenta", "Account": "Cuenta",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
"Advanced Parameters": "Parámetros Avanzados", "Advanced Parameters": "Parámetros Avanzados",
"all": "todo", "all": "todo",
"All Documents": "Todos los Documentos", "All Documents": "Todos los Documentos",
"All selected models do not support image input, removed images": "",
"All Users": "Todos los Usuarios", "All Users": "Todos los Usuarios",
"Allow": "Permitir", "Allow": "Permitir",
"Allow Chat Deletion": "Permitir Borrar Chats", "Allow Chat Deletion": "Permitir Borrar Chats",
...@@ -115,6 +117,7 @@ ...@@ -115,6 +117,7 @@
"Created at": "Creado en", "Created at": "Creado en",
"Created At": "Creado en", "Created At": "Creado en",
"Current Model": "Modelo Actual", "Current Model": "Modelo Actual",
"Current Models": "",
"Current Password": "Contraseña Actual", "Current Password": "Contraseña Actual",
"Custom": "Personalizado", "Custom": "Personalizado",
"Customize Ollama models for a specific purpose": "Personaliza los modelos de Ollama para un propósito específico", "Customize Ollama models for a specific purpose": "Personaliza los modelos de Ollama para un propósito específico",
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
"Enter LiteLLM API RPM (litellm_params.rpm)": "Ingrese el RPM de la API LiteLLM (litellm_params.rpm)", "Enter LiteLLM API RPM (litellm_params.rpm)": "Ingrese el RPM de la API LiteLLM (litellm_params.rpm)",
"Enter LiteLLM Model (litellm_params.model)": "Ingrese el modelo LiteLLM (litellm_params.model)", "Enter LiteLLM Model (litellm_params.model)": "Ingrese el modelo LiteLLM (litellm_params.model)",
"Enter Max Tokens (litellm_params.max_tokens)": "Ingrese tokens máximos (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Ingrese tokens máximos (litellm_params.max_tokens)",
"Enter Model Display Name": "",
"Enter model tag (e.g. {{modelTag}})": "Ingrese la etiqueta del modelo (p.ej. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Ingrese la etiqueta del modelo (p.ej. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Ingrese el número de pasos (p.ej., 50)", "Enter Number of Steps (e.g. 50)": "Ingrese el número de pasos (p.ej., 50)",
"Enter Score": "Ingrese la puntuación", "Enter Score": "Ingrese la puntuación",
...@@ -235,6 +239,7 @@ ...@@ -235,6 +239,7 @@
"Input commands": "Ingresar comandos", "Input commands": "Ingresar comandos",
"Interface": "Interfaz", "Interface": "Interfaz",
"Invalid Tag": "Etiqueta Inválida", "Invalid Tag": "Etiqueta Inválida",
"Is Model Vision Capable": "",
"January": "Enero", "January": "Enero",
"join our Discord for help.": "Únase a nuestro Discord para obtener ayuda.", "join our Discord for help.": "Únase a nuestro Discord para obtener ayuda.",
"JSON": "JSON", "JSON": "JSON",
...@@ -253,6 +258,7 @@ ...@@ -253,6 +258,7 @@
"Made by OpenWebUI Community": "Hecho por la comunidad de OpenWebUI", "Made by OpenWebUI Community": "Hecho por la comunidad de OpenWebUI",
"Make sure to enclose them with": "Asegúrese de adjuntarlos con", "Make sure to enclose them with": "Asegúrese de adjuntarlos con",
"Manage LiteLLM Models": "Administrar Modelos LiteLLM", "Manage LiteLLM Models": "Administrar Modelos LiteLLM",
"Manage Model Information": "",
"Manage Models": "Administrar Modelos", "Manage Models": "Administrar Modelos",
"Manage Ollama Models": "Administrar Modelos Ollama", "Manage Ollama Models": "Administrar Modelos Ollama",
"March": "Marzo", "March": "Marzo",
...@@ -272,7 +278,12 @@ ...@@ -272,7 +278,12 @@
"Model '{{modelTag}}' is already in queue for downloading.": "El modelo '{{modelTag}}' ya está en cola para descargar.", "Model '{{modelTag}}' is already in queue for downloading.": "El modelo '{{modelTag}}' ya está en cola para descargar.",
"Model {{modelId}} not found": "El modelo {{modelId}} no fue encontrado", "Model {{modelId}} not found": "El modelo {{modelId}} no fue encontrado",
"Model {{modelName}} already exists.": "El modelo {{modelName}} ya existe.", "Model {{modelName}} already exists.": "El modelo {{modelName}} ya existe.",
"Model {{modelName}} is not vision capable": "",
"Model Description": "",
"Model Display Name": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Se detectó la ruta del sistema de archivos del modelo. Se requiere el nombre corto del modelo para la actualización, no se puede continuar.", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "Se detectó la ruta del sistema de archivos del modelo. Se requiere el nombre corto del modelo para la actualización, no se puede continuar.",
"Model info for {{modelName}} added successfully": "",
"Model info for {{modelName}} deleted successfully": "",
"Model Name": "Nombre del modelo", "Model Name": "Nombre del modelo",
"Model not selected": "Modelo no seleccionado", "Model not selected": "Modelo no seleccionado",
"Model Tag Name": "Nombre de la etiqueta del modelo", "Model Tag Name": "Nombre de la etiqueta del modelo",
...@@ -289,6 +300,7 @@ ...@@ -289,6 +300,7 @@
"Name your modelfile": "Nombra tu modelfile", "Name your modelfile": "Nombra tu modelfile",
"New Chat": "Nuevo Chat", "New Chat": "Nuevo Chat",
"New Password": "Nueva Contraseña", "New Password": "Nueva Contraseña",
"No": "",
"No results found": "No se han encontrado resultados", "No results found": "No se han encontrado resultados",
"No source available": "No hay fuente disponible", "No source available": "No hay fuente disponible",
"Not factually correct": "No es correcto en todos los aspectos", "Not factually correct": "No es correcto en todos los aspectos",
...@@ -385,6 +397,7 @@ ...@@ -385,6 +397,7 @@
"Select a model": "Selecciona un modelo", "Select a model": "Selecciona un modelo",
"Select an Ollama instance": "Seleccione una instancia de Ollama", "Select an Ollama instance": "Seleccione una instancia de Ollama",
"Select model": "Selecciona un modelo", "Select model": "Selecciona un modelo",
"Selected models do not support image inputs": "",
"Send": "Enviar", "Send": "Enviar",
"Send a Message": "Enviar un Mensaje", "Send a Message": "Enviar un Mensaje",
"Send message": "Enviar Mensaje", "Send message": "Enviar Mensaje",
...@@ -492,6 +505,7 @@ ...@@ -492,6 +505,7 @@
"Workspace": "Espacio de trabajo", "Workspace": "Espacio de trabajo",
"Write a prompt suggestion (e.g. Who are you?)": "Escribe una sugerencia para un prompt (por ejemplo, ¿quién eres?)", "Write a prompt suggestion (e.g. Who are you?)": "Escribe una sugerencia para un prompt (por ejemplo, ¿quién eres?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Escribe un resumen en 50 palabras que resuma [tema o palabra clave].", "Write a summary in 50 words that summarizes [topic or keyword].": "Escribe un resumen en 50 palabras que resuma [tema o palabra clave].",
"Yes": "",
"Yesterday": "Ayer", "Yesterday": "Ayer",
"You": "Usted", "You": "Usted",
"You have no archived conversations.": "No tiene conversaciones archivadas.", "You have no archived conversations.": "No tiene conversaciones archivadas.",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"{{modelName}} is thinking...": "{{modelName}} در حال فکر کردن است...", "{{modelName}} is thinking...": "{{modelName}} در حال فکر کردن است...",
"{{user}}'s Chats": "{{user}} چت ها", "{{user}}'s Chats": "{{user}} چت ها",
"{{webUIName}} Backend Required": "بکند {{webUIName}} نیاز است.", "{{webUIName}} Backend Required": "بکند {{webUIName}} نیاز است.",
"A selected model does not support image input": "",
"a user": "یک کاربر", "a user": "یک کاربر",
"About": "درباره", "About": "درباره",
"Account": "حساب کاربری", "Account": "حساب کاربری",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
"Advanced Parameters": "پارامترهای پیشرفته", "Advanced Parameters": "پارامترهای پیشرفته",
"all": "همه", "all": "همه",
"All Documents": "تمام سند ها", "All Documents": "تمام سند ها",
"All selected models do not support image input, removed images": "",
"All Users": "همه کاربران", "All Users": "همه کاربران",
"Allow": "اجازه دادن", "Allow": "اجازه دادن",
"Allow Chat Deletion": "اجازه حذف گپ", "Allow Chat Deletion": "اجازه حذف گپ",
...@@ -115,6 +117,7 @@ ...@@ -115,6 +117,7 @@
"Created at": "ایجاد شده در", "Created at": "ایجاد شده در",
"Created At": "ایجاد شده در", "Created At": "ایجاد شده در",
"Current Model": "مدل فعلی", "Current Model": "مدل فعلی",
"Current Models": "",
"Current Password": "رمز عبور فعلی", "Current Password": "رمز عبور فعلی",
"Custom": "دلخواه", "Custom": "دلخواه",
"Customize Ollama models for a specific purpose": "مدل های اولاما را برای یک هدف خاص سفارشی کنید", "Customize Ollama models for a specific purpose": "مدل های اولاما را برای یک هدف خاص سفارشی کنید",
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
"Enter LiteLLM API RPM (litellm_params.rpm)": "RPM API مربوط به LiteLLM را وارد کنید (litellm_params.rpm)", "Enter LiteLLM API RPM (litellm_params.rpm)": "RPM API مربوط به LiteLLM را وارد کنید (litellm_params.rpm)",
"Enter LiteLLM Model (litellm_params.model)": "مدل مربوط به LiteLLM را وارد کنید (litellm_params.model)", "Enter LiteLLM Model (litellm_params.model)": "مدل مربوط به LiteLLM را وارد کنید (litellm_params.model)",
"Enter Max Tokens (litellm_params.max_tokens)": "حداکثر تعداد توکن را وارد کنید (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "حداکثر تعداد توکن را وارد کنید (litellm_params.max_tokens)",
"Enter Model Display Name": "",
"Enter model tag (e.g. {{modelTag}})": "تگ مدل را وارد کنید (مثلا {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "تگ مدل را وارد کنید (مثلا {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "تعداد گام ها را وارد کنید (مثال: 50)", "Enter Number of Steps (e.g. 50)": "تعداد گام ها را وارد کنید (مثال: 50)",
"Enter Score": "امتیاز را وارد کنید", "Enter Score": "امتیاز را وارد کنید",
...@@ -235,6 +239,7 @@ ...@@ -235,6 +239,7 @@
"Input commands": "ورودی دستورات", "Input commands": "ورودی دستورات",
"Interface": "رابط", "Interface": "رابط",
"Invalid Tag": "تگ نامعتبر", "Invalid Tag": "تگ نامعتبر",
"Is Model Vision Capable": "",
"January": "ژانویه", "January": "ژانویه",
"join our Discord for help.": "برای کمک به دیسکورد ما بپیوندید.", "join our Discord for help.": "برای کمک به دیسکورد ما بپیوندید.",
"JSON": "JSON", "JSON": "JSON",
...@@ -253,6 +258,7 @@ ...@@ -253,6 +258,7 @@
"Made by OpenWebUI Community": "ساخته شده توسط OpenWebUI Community", "Made by OpenWebUI Community": "ساخته شده توسط OpenWebUI Community",
"Make sure to enclose them with": "مطمئن شوید که آنها را با این محصور کنید:", "Make sure to enclose them with": "مطمئن شوید که آنها را با این محصور کنید:",
"Manage LiteLLM Models": "Manage LiteLLM Models", "Manage LiteLLM Models": "Manage LiteLLM Models",
"Manage Model Information": "",
"Manage Models": "مدیریت مدل\u200cها", "Manage Models": "مدیریت مدل\u200cها",
"Manage Ollama Models": "مدیریت مدل\u200cهای اولاما", "Manage Ollama Models": "مدیریت مدل\u200cهای اولاما",
"March": "مارچ", "March": "مارچ",
...@@ -272,7 +278,12 @@ ...@@ -272,7 +278,12 @@
"Model '{{modelTag}}' is already in queue for downloading.": "مدل '{{modelTag}}' در حال حاضر در صف برای دانلود است.", "Model '{{modelTag}}' is already in queue for downloading.": "مدل '{{modelTag}}' در حال حاضر در صف برای دانلود است.",
"Model {{modelId}} not found": "مدل {{modelId}} یافت نشد", "Model {{modelId}} not found": "مدل {{modelId}} یافت نشد",
"Model {{modelName}} already exists.": "مدل {{modelName}} در حال حاضر وجود دارد.", "Model {{modelName}} already exists.": "مدل {{modelName}} در حال حاضر وجود دارد.",
"Model {{modelName}} is not vision capable": "",
"Model Description": "",
"Model Display Name": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "مسیر فایل سیستم مدل یافت شد. برای بروزرسانی نیاز است نام کوتاه مدل وجود داشته باشد.", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "مسیر فایل سیستم مدل یافت شد. برای بروزرسانی نیاز است نام کوتاه مدل وجود داشته باشد.",
"Model info for {{modelName}} added successfully": "",
"Model info for {{modelName}} deleted successfully": "",
"Model Name": "نام مدل", "Model Name": "نام مدل",
"Model not selected": "مدل انتخاب نشده", "Model not selected": "مدل انتخاب نشده",
"Model Tag Name": "نام تگ مدل", "Model Tag Name": "نام تگ مدل",
...@@ -289,6 +300,7 @@ ...@@ -289,6 +300,7 @@
"Name your modelfile": "فایل مدل را نام\u200cگذاری کنید", "Name your modelfile": "فایل مدل را نام\u200cگذاری کنید",
"New Chat": "گپ جدید", "New Chat": "گپ جدید",
"New Password": "رمز عبور جدید", "New Password": "رمز عبور جدید",
"No": "",
"No results found": "نتیجه\u200cای یافت نشد", "No results found": "نتیجه\u200cای یافت نشد",
"No source available": "منبعی در دسترس نیست", "No source available": "منبعی در دسترس نیست",
"Not factually correct": "اشتباهی فکری نیست", "Not factually correct": "اشتباهی فکری نیست",
...@@ -385,6 +397,7 @@ ...@@ -385,6 +397,7 @@
"Select a model": "انتخاب یک مدل", "Select a model": "انتخاب یک مدل",
"Select an Ollama instance": "انتخاب یک نمونه از اولاما", "Select an Ollama instance": "انتخاب یک نمونه از اولاما",
"Select model": "انتخاب یک مدل", "Select model": "انتخاب یک مدل",
"Selected models do not support image inputs": "",
"Send": "ارسال", "Send": "ارسال",
"Send a Message": "ارسال یک پیام", "Send a Message": "ارسال یک پیام",
"Send message": "ارسال پیام", "Send message": "ارسال پیام",
...@@ -492,6 +505,7 @@ ...@@ -492,6 +505,7 @@
"Workspace": "محیط کار", "Workspace": "محیط کار",
"Write a prompt suggestion (e.g. Who are you?)": "یک پیشنهاد پرامپت بنویسید (مثلاً شما کی هستید؟)", "Write a prompt suggestion (e.g. Who are you?)": "یک پیشنهاد پرامپت بنویسید (مثلاً شما کی هستید؟)",
"Write a summary in 50 words that summarizes [topic or keyword].": "خلاصه ای در 50 کلمه بنویسید که [موضوع یا کلمه کلیدی] را خلاصه کند.", "Write a summary in 50 words that summarizes [topic or keyword].": "خلاصه ای در 50 کلمه بنویسید که [موضوع یا کلمه کلیدی] را خلاصه کند.",
"Yes": "",
"Yesterday": "دیروز", "Yesterday": "دیروز",
"You": "شما", "You": "شما",
"You have no archived conversations.": "شما هیچ گفتگوی ذخیره شده ندارید.", "You have no archived conversations.": "شما هیچ گفتگوی ذخیره شده ندارید.",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"{{modelName}} is thinking...": "{{modelName}} miettii...", "{{modelName}} is thinking...": "{{modelName}} miettii...",
"{{user}}'s Chats": "{{user}}:n keskustelut", "{{user}}'s Chats": "{{user}}:n keskustelut",
"{{webUIName}} Backend Required": "{{webUIName}} backend vaaditaan", "{{webUIName}} Backend Required": "{{webUIName}} backend vaaditaan",
"A selected model does not support image input": "",
"a user": "käyttäjä", "a user": "käyttäjä",
"About": "Tietoja", "About": "Tietoja",
"Account": "Tili", "Account": "Tili",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
"Advanced Parameters": "Edistyneet parametrit", "Advanced Parameters": "Edistyneet parametrit",
"all": "kaikki", "all": "kaikki",
"All Documents": "Kaikki asiakirjat", "All Documents": "Kaikki asiakirjat",
"All selected models do not support image input, removed images": "",
"All Users": "Kaikki käyttäjät", "All Users": "Kaikki käyttäjät",
"Allow": "Salli", "Allow": "Salli",
"Allow Chat Deletion": "Salli keskustelujen poisto", "Allow Chat Deletion": "Salli keskustelujen poisto",
...@@ -115,6 +117,7 @@ ...@@ -115,6 +117,7 @@
"Created at": "Luotu", "Created at": "Luotu",
"Created At": "Luotu", "Created At": "Luotu",
"Current Model": "Nykyinen malli", "Current Model": "Nykyinen malli",
"Current Models": "",
"Current Password": "Nykyinen salasana", "Current Password": "Nykyinen salasana",
"Custom": "Mukautettu", "Custom": "Mukautettu",
"Customize Ollama models for a specific purpose": "Mukauta Ollama-malleja tiettyyn tarkoitukseen", "Customize Ollama models for a specific purpose": "Mukauta Ollama-malleja tiettyyn tarkoitukseen",
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
"Enter LiteLLM API RPM (litellm_params.rpm)": "Syötä LiteLLM-APIn RPM (litellm_params.rpm)", "Enter LiteLLM API RPM (litellm_params.rpm)": "Syötä LiteLLM-APIn RPM (litellm_params.rpm)",
"Enter LiteLLM Model (litellm_params.model)": "Syötä LiteLLM-malli (litellm_params.model)", "Enter LiteLLM Model (litellm_params.model)": "Syötä LiteLLM-malli (litellm_params.model)",
"Enter Max Tokens (litellm_params.max_tokens)": "Syötä maksimitokenit (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Syötä maksimitokenit (litellm_params.max_tokens)",
"Enter Model Display Name": "",
"Enter model tag (e.g. {{modelTag}})": "Syötä mallitagi (esim. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Syötä mallitagi (esim. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Syötä askelien määrä (esim. 50)", "Enter Number of Steps (e.g. 50)": "Syötä askelien määrä (esim. 50)",
"Enter Score": "Syötä pisteet", "Enter Score": "Syötä pisteet",
...@@ -235,6 +239,7 @@ ...@@ -235,6 +239,7 @@
"Input commands": "Syötä komennot", "Input commands": "Syötä komennot",
"Interface": "Käyttöliittymä", "Interface": "Käyttöliittymä",
"Invalid Tag": "Virheellinen tagi", "Invalid Tag": "Virheellinen tagi",
"Is Model Vision Capable": "",
"January": "tammikuu", "January": "tammikuu",
"join our Discord for help.": "liity Discordiimme saadaksesi apua.", "join our Discord for help.": "liity Discordiimme saadaksesi apua.",
"JSON": "JSON", "JSON": "JSON",
...@@ -253,6 +258,7 @@ ...@@ -253,6 +258,7 @@
"Made by OpenWebUI Community": "Tehnyt OpenWebUI-yhteisö", "Made by OpenWebUI Community": "Tehnyt OpenWebUI-yhteisö",
"Make sure to enclose them with": "Varmista, että suljet ne", "Make sure to enclose them with": "Varmista, että suljet ne",
"Manage LiteLLM Models": "Hallitse LiteLLM-malleja", "Manage LiteLLM Models": "Hallitse LiteLLM-malleja",
"Manage Model Information": "",
"Manage Models": "Hallitse malleja", "Manage Models": "Hallitse malleja",
"Manage Ollama Models": "Hallitse Ollama-malleja", "Manage Ollama Models": "Hallitse Ollama-malleja",
"March": "maaliskuu", "March": "maaliskuu",
...@@ -272,7 +278,12 @@ ...@@ -272,7 +278,12 @@
"Model '{{modelTag}}' is already in queue for downloading.": "Malli '{{modelTag}}' on jo jonossa ladattavaksi.", "Model '{{modelTag}}' is already in queue for downloading.": "Malli '{{modelTag}}' on jo jonossa ladattavaksi.",
"Model {{modelId}} not found": "Mallia {{modelId}} ei löytynyt", "Model {{modelId}} not found": "Mallia {{modelId}} ei löytynyt",
"Model {{modelName}} already exists.": "Malli {{modelName}} on jo olemassa.", "Model {{modelName}} already exists.": "Malli {{modelName}} on jo olemassa.",
"Model {{modelName}} is not vision capable": "",
"Model Description": "",
"Model Display Name": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Mallin tiedostojärjestelmäpolku havaittu. Mallin lyhytnimi vaaditaan päivitykseen, ei voi jatkaa.", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "Mallin tiedostojärjestelmäpolku havaittu. Mallin lyhytnimi vaaditaan päivitykseen, ei voi jatkaa.",
"Model info for {{modelName}} added successfully": "",
"Model info for {{modelName}} deleted successfully": "",
"Model Name": "Mallin nimi", "Model Name": "Mallin nimi",
"Model not selected": "Mallia ei valittu", "Model not selected": "Mallia ei valittu",
"Model Tag Name": "Mallitagin nimi", "Model Tag Name": "Mallitagin nimi",
...@@ -289,6 +300,7 @@ ...@@ -289,6 +300,7 @@
"Name your modelfile": "Nimeä mallitiedostosi", "Name your modelfile": "Nimeä mallitiedostosi",
"New Chat": "Uusi keskustelu", "New Chat": "Uusi keskustelu",
"New Password": "Uusi salasana", "New Password": "Uusi salasana",
"No": "",
"No results found": "Ei tuloksia", "No results found": "Ei tuloksia",
"No source available": "Ei lähdettä saatavilla", "No source available": "Ei lähdettä saatavilla",
"Not factually correct": "Ei faktisesti oikein", "Not factually correct": "Ei faktisesti oikein",
...@@ -385,6 +397,7 @@ ...@@ -385,6 +397,7 @@
"Select a model": "Valitse malli", "Select a model": "Valitse malli",
"Select an Ollama instance": "Valitse Ollama-instanssi", "Select an Ollama instance": "Valitse Ollama-instanssi",
"Select model": "Valitse malli", "Select model": "Valitse malli",
"Selected models do not support image inputs": "",
"Send": "Lähetä", "Send": "Lähetä",
"Send a Message": "Lähetä viesti", "Send a Message": "Lähetä viesti",
"Send message": "Lähetä viesti", "Send message": "Lähetä viesti",
...@@ -492,6 +505,7 @@ ...@@ -492,6 +505,7 @@
"Workspace": "Työtilat", "Workspace": "Työtilat",
"Write a prompt suggestion (e.g. Who are you?)": "Kirjoita ehdotettu kehote (esim. Kuka olet?)", "Write a prompt suggestion (e.g. Who are you?)": "Kirjoita ehdotettu kehote (esim. Kuka olet?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Kirjoita 50 sanan yhteenveto, joka tiivistää [aihe tai avainsana].", "Write a summary in 50 words that summarizes [topic or keyword].": "Kirjoita 50 sanan yhteenveto, joka tiivistää [aihe tai avainsana].",
"Yes": "",
"Yesterday": "Eilen", "Yesterday": "Eilen",
"You": "Sinä", "You": "Sinä",
"You have no archived conversations.": "Sinulla ei ole arkistoituja keskusteluja.", "You have no archived conversations.": "Sinulla ei ole arkistoituja keskusteluja.",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"{{modelName}} is thinking...": "{{modelName}} réfléchit...", "{{modelName}} is thinking...": "{{modelName}} réfléchit...",
"{{user}}'s Chats": "{{user}}'s Chats", "{{user}}'s Chats": "{{user}}'s Chats",
"{{webUIName}} Backend Required": "Backend {{webUIName}} requis", "{{webUIName}} Backend Required": "Backend {{webUIName}} requis",
"A selected model does not support image input": "",
"a user": "un utilisateur", "a user": "un utilisateur",
"About": "À propos", "About": "À propos",
"Account": "Compte", "Account": "Compte",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
"Advanced Parameters": "Paramètres avancés", "Advanced Parameters": "Paramètres avancés",
"all": "tous", "all": "tous",
"All Documents": "Tous les documents", "All Documents": "Tous les documents",
"All selected models do not support image input, removed images": "",
"All Users": "Tous les utilisateurs", "All Users": "Tous les utilisateurs",
"Allow": "Autoriser", "Allow": "Autoriser",
"Allow Chat Deletion": "Autoriser la suppression des discussions", "Allow Chat Deletion": "Autoriser la suppression des discussions",
...@@ -115,6 +117,7 @@ ...@@ -115,6 +117,7 @@
"Created at": "Créé le", "Created at": "Créé le",
"Created At": "Créé le", "Created At": "Créé le",
"Current Model": "Modèle actuel", "Current Model": "Modèle actuel",
"Current Models": "",
"Current Password": "Mot de passe actuel", "Current Password": "Mot de passe actuel",
"Custom": "Personnalisé", "Custom": "Personnalisé",
"Customize Ollama models for a specific purpose": "Personnaliser les modèles Ollama pour un objectif spécifique", "Customize Ollama models for a specific purpose": "Personnaliser les modèles Ollama pour un objectif spécifique",
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
"Enter LiteLLM API RPM (litellm_params.rpm)": "Entrez le RPM de l'API LiteLLM (litellm_params.rpm)", "Enter LiteLLM API RPM (litellm_params.rpm)": "Entrez le RPM de l'API LiteLLM (litellm_params.rpm)",
"Enter LiteLLM Model (litellm_params.model)": "Entrez le modèle LiteLLM (litellm_params.model)", "Enter LiteLLM Model (litellm_params.model)": "Entrez le modèle LiteLLM (litellm_params.model)",
"Enter Max Tokens (litellm_params.max_tokens)": "Entrez le nombre max de tokens (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Entrez le nombre max de tokens (litellm_params.max_tokens)",
"Enter Model Display Name": "",
"Enter model tag (e.g. {{modelTag}})": "Entrez le tag du modèle (p. ex. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Entrez le tag du modèle (p. ex. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Entrez le nombre d'étapes (p. ex. 50)", "Enter Number of Steps (e.g. 50)": "Entrez le nombre d'étapes (p. ex. 50)",
"Enter Score": "Entrez le score", "Enter Score": "Entrez le score",
...@@ -235,6 +239,7 @@ ...@@ -235,6 +239,7 @@
"Input commands": "Entrez des commandes d'entrée", "Input commands": "Entrez des commandes d'entrée",
"Interface": "Interface", "Interface": "Interface",
"Invalid Tag": "Tag invalide", "Invalid Tag": "Tag invalide",
"Is Model Vision Capable": "",
"January": "Janvier", "January": "Janvier",
"join our Discord for help.": "rejoignez notre Discord pour obtenir de l'aide.", "join our Discord for help.": "rejoignez notre Discord pour obtenir de l'aide.",
"JSON": "JSON", "JSON": "JSON",
...@@ -253,6 +258,7 @@ ...@@ -253,6 +258,7 @@
"Made by OpenWebUI Community": "Réalisé par la communauté OpenWebUI", "Made by OpenWebUI Community": "Réalisé par la communauté OpenWebUI",
"Make sure to enclose them with": "Assurez-vous de les entourer avec", "Make sure to enclose them with": "Assurez-vous de les entourer avec",
"Manage LiteLLM Models": "Gérer les modèles LiteLLM", "Manage LiteLLM Models": "Gérer les modèles LiteLLM",
"Manage Model Information": "",
"Manage Models": "Gérer les modèles", "Manage Models": "Gérer les modèles",
"Manage Ollama Models": "Gérer les modèles Ollama", "Manage Ollama Models": "Gérer les modèles Ollama",
"March": "Mars", "March": "Mars",
...@@ -272,7 +278,12 @@ ...@@ -272,7 +278,12 @@
"Model '{{modelTag}}' is already in queue for downloading.": "Le modèle '{{modelTag}}' est déjà dans la file d'attente pour le téléchargement.", "Model '{{modelTag}}' is already in queue for downloading.": "Le modèle '{{modelTag}}' est déjà dans la file d'attente pour le téléchargement.",
"Model {{modelId}} not found": "Modèle {{modelId}} non trouvé", "Model {{modelId}} not found": "Modèle {{modelId}} non trouvé",
"Model {{modelName}} already exists.": "Le modèle {{modelName}} existe déjà.", "Model {{modelName}} already exists.": "Le modèle {{modelName}} existe déjà.",
"Model {{modelName}} is not vision capable": "",
"Model Description": "",
"Model Display Name": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Le chemin du système de fichiers du modèle a été détecté. Le nom court du modèle est nécessaire pour la mise à jour, impossible de continuer.", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "Le chemin du système de fichiers du modèle a été détecté. Le nom court du modèle est nécessaire pour la mise à jour, impossible de continuer.",
"Model info for {{modelName}} added successfully": "",
"Model info for {{modelName}} deleted successfully": "",
"Model Name": "Nom du modèle", "Model Name": "Nom du modèle",
"Model not selected": "Modèle non sélectionné", "Model not selected": "Modèle non sélectionné",
"Model Tag Name": "Nom de tag du modèle", "Model Tag Name": "Nom de tag du modèle",
...@@ -289,6 +300,7 @@ ...@@ -289,6 +300,7 @@
"Name your modelfile": "Nommez votre fichier de modèle", "Name your modelfile": "Nommez votre fichier de modèle",
"New Chat": "Nouvelle discussion", "New Chat": "Nouvelle discussion",
"New Password": "Nouveau mot de passe", "New Password": "Nouveau mot de passe",
"No": "",
"No results found": "Aucun résultat trouvé", "No results found": "Aucun résultat trouvé",
"No source available": "Aucune source disponible", "No source available": "Aucune source disponible",
"Not factually correct": "Non, pas exactement correct", "Not factually correct": "Non, pas exactement correct",
...@@ -385,6 +397,7 @@ ...@@ -385,6 +397,7 @@
"Select a model": "Sélectionnez un modèle", "Select a model": "Sélectionnez un modèle",
"Select an Ollama instance": "Sélectionner une instance Ollama", "Select an Ollama instance": "Sélectionner une instance Ollama",
"Select model": "Sélectionnez un modèle", "Select model": "Sélectionnez un modèle",
"Selected models do not support image inputs": "",
"Send": "Envoyer", "Send": "Envoyer",
"Send a Message": "Envoyer un message", "Send a Message": "Envoyer un message",
"Send message": "Envoyer un message", "Send message": "Envoyer un message",
...@@ -492,6 +505,7 @@ ...@@ -492,6 +505,7 @@
"Workspace": "Espace de travail", "Workspace": "Espace de travail",
"Write a prompt suggestion (e.g. Who are you?)": "Rédigez une suggestion de prompt (p. ex. Qui êtes-vous ?)", "Write a prompt suggestion (e.g. Who are you?)": "Rédigez une suggestion de prompt (p. ex. Qui êtes-vous ?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Rédigez un résumé en 50 mots qui résume [sujet ou mot-clé].", "Write a summary in 50 words that summarizes [topic or keyword].": "Rédigez un résumé en 50 mots qui résume [sujet ou mot-clé].",
"Yes": "",
"Yesterday": "hier", "Yesterday": "hier",
"You": "Vous", "You": "Vous",
"You have no archived conversations.": "Vous n'avez aucune conversation archivée.", "You have no archived conversations.": "Vous n'avez aucune conversation archivée.",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"{{modelName}} is thinking...": "{{modelName}} réfléchit...", "{{modelName}} is thinking...": "{{modelName}} réfléchit...",
"{{user}}'s Chats": "{{user}}'s Chats", "{{user}}'s Chats": "{{user}}'s Chats",
"{{webUIName}} Backend Required": "Backend {{webUIName}} requis", "{{webUIName}} Backend Required": "Backend {{webUIName}} requis",
"A selected model does not support image input": "",
"a user": "un utilisateur", "a user": "un utilisateur",
"About": "À propos", "About": "À propos",
"Account": "Compte", "Account": "Compte",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
"Advanced Parameters": "Paramètres avancés", "Advanced Parameters": "Paramètres avancés",
"all": "tous", "all": "tous",
"All Documents": "Tous les documents", "All Documents": "Tous les documents",
"All selected models do not support image input, removed images": "",
"All Users": "Tous les utilisateurs", "All Users": "Tous les utilisateurs",
"Allow": "Autoriser", "Allow": "Autoriser",
"Allow Chat Deletion": "Autoriser la suppression du chat", "Allow Chat Deletion": "Autoriser la suppression du chat",
...@@ -115,6 +117,7 @@ ...@@ -115,6 +117,7 @@
"Created at": "Créé le", "Created at": "Créé le",
"Created At": "Créé le", "Created At": "Créé le",
"Current Model": "Modèle actuel", "Current Model": "Modèle actuel",
"Current Models": "",
"Current Password": "Mot de passe actuel", "Current Password": "Mot de passe actuel",
"Custom": "Personnalisé", "Custom": "Personnalisé",
"Customize Ollama models for a specific purpose": "Personnaliser les modèles Ollama pour un objectif spécifique", "Customize Ollama models for a specific purpose": "Personnaliser les modèles Ollama pour un objectif spécifique",
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
"Enter LiteLLM API RPM (litellm_params.rpm)": "Entrez le RPM de l'API LiteLLM (litellm_params.rpm)", "Enter LiteLLM API RPM (litellm_params.rpm)": "Entrez le RPM de l'API LiteLLM (litellm_params.rpm)",
"Enter LiteLLM Model (litellm_params.model)": "Entrez le modèle LiteLLM (litellm_params.model)", "Enter LiteLLM Model (litellm_params.model)": "Entrez le modèle LiteLLM (litellm_params.model)",
"Enter Max Tokens (litellm_params.max_tokens)": "Entrez le nombre max de tokens (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Entrez le nombre max de tokens (litellm_params.max_tokens)",
"Enter Model Display Name": "",
"Enter model tag (e.g. {{modelTag}})": "Entrez le tag du modèle (p. ex. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Entrez le tag du modèle (p. ex. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Entrez le nombre d'étapes (p. ex. 50)", "Enter Number of Steps (e.g. 50)": "Entrez le nombre d'étapes (p. ex. 50)",
"Enter Score": "Entrez le score", "Enter Score": "Entrez le score",
...@@ -235,6 +239,7 @@ ...@@ -235,6 +239,7 @@
"Input commands": "Entrez les commandes d'entrée", "Input commands": "Entrez les commandes d'entrée",
"Interface": "Interface", "Interface": "Interface",
"Invalid Tag": "Tag invalide", "Invalid Tag": "Tag invalide",
"Is Model Vision Capable": "",
"January": "Janvier", "January": "Janvier",
"join our Discord for help.": "rejoignez notre Discord pour obtenir de l'aide.", "join our Discord for help.": "rejoignez notre Discord pour obtenir de l'aide.",
"JSON": "JSON", "JSON": "JSON",
...@@ -253,6 +258,7 @@ ...@@ -253,6 +258,7 @@
"Made by OpenWebUI Community": "Réalisé par la communauté OpenWebUI", "Made by OpenWebUI Community": "Réalisé par la communauté OpenWebUI",
"Make sure to enclose them with": "Assurez-vous de les entourer avec", "Make sure to enclose them with": "Assurez-vous de les entourer avec",
"Manage LiteLLM Models": "Gérer les modèles LiteLLM", "Manage LiteLLM Models": "Gérer les modèles LiteLLM",
"Manage Model Information": "",
"Manage Models": "Gérer les modèles", "Manage Models": "Gérer les modèles",
"Manage Ollama Models": "Gérer les modèles Ollama", "Manage Ollama Models": "Gérer les modèles Ollama",
"March": "Mars", "March": "Mars",
...@@ -272,7 +278,12 @@ ...@@ -272,7 +278,12 @@
"Model '{{modelTag}}' is already in queue for downloading.": "Le modèle '{{modelTag}}' est déjà dans la file d'attente pour le téléchargement.", "Model '{{modelTag}}' is already in queue for downloading.": "Le modèle '{{modelTag}}' est déjà dans la file d'attente pour le téléchargement.",
"Model {{modelId}} not found": "Modèle {{modelId}} non trouvé", "Model {{modelId}} not found": "Modèle {{modelId}} non trouvé",
"Model {{modelName}} already exists.": "Le modèle {{modelName}} existe déjà.", "Model {{modelName}} already exists.": "Le modèle {{modelName}} existe déjà.",
"Model {{modelName}} is not vision capable": "",
"Model Description": "",
"Model Display Name": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Le chemin du système de fichiers du modèle a été détecté. Le nom court du modèle est nécessaire pour la mise à jour, impossible de continuer.", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "Le chemin du système de fichiers du modèle a été détecté. Le nom court du modèle est nécessaire pour la mise à jour, impossible de continuer.",
"Model info for {{modelName}} added successfully": "",
"Model info for {{modelName}} deleted successfully": "",
"Model Name": "Nom du modèle", "Model Name": "Nom du modèle",
"Model not selected": "Modèle non sélectionné", "Model not selected": "Modèle non sélectionné",
"Model Tag Name": "Nom de tag du modèle", "Model Tag Name": "Nom de tag du modèle",
...@@ -289,6 +300,7 @@ ...@@ -289,6 +300,7 @@
"Name your modelfile": "Nommez votre fichier de modèle", "Name your modelfile": "Nommez votre fichier de modèle",
"New Chat": "Nouveau chat", "New Chat": "Nouveau chat",
"New Password": "Nouveau mot de passe", "New Password": "Nouveau mot de passe",
"No": "",
"No results found": "Aucun résultat trouvé", "No results found": "Aucun résultat trouvé",
"No source available": "Aucune source disponible", "No source available": "Aucune source disponible",
"Not factually correct": "Non, pas exactement correct", "Not factually correct": "Non, pas exactement correct",
...@@ -385,6 +397,7 @@ ...@@ -385,6 +397,7 @@
"Select a model": "Sélectionner un modèle", "Select a model": "Sélectionner un modèle",
"Select an Ollama instance": "Sélectionner une instance Ollama", "Select an Ollama instance": "Sélectionner une instance Ollama",
"Select model": "Sélectionner un modèle", "Select model": "Sélectionner un modèle",
"Selected models do not support image inputs": "",
"Send": "Envoyer", "Send": "Envoyer",
"Send a Message": "Envoyer un message", "Send a Message": "Envoyer un message",
"Send message": "Envoyer un message", "Send message": "Envoyer un message",
...@@ -492,6 +505,7 @@ ...@@ -492,6 +505,7 @@
"Workspace": "Espace de travail", "Workspace": "Espace de travail",
"Write a prompt suggestion (e.g. Who are you?)": "Écrivez un prompt (e.x. Qui est-tu ?)", "Write a prompt suggestion (e.g. Who are you?)": "Écrivez un prompt (e.x. Qui est-tu ?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Ecrivez un résumé en 50 mots [sujet ou mot-clé]", "Write a summary in 50 words that summarizes [topic or keyword].": "Ecrivez un résumé en 50 mots [sujet ou mot-clé]",
"Yes": "",
"Yesterday": "hier", "Yesterday": "hier",
"You": "Vous", "You": "Vous",
"You have no archived conversations.": "Vous n'avez aucune conversation archivée.", "You have no archived conversations.": "Vous n'avez aucune conversation archivée.",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"{{modelName}} is thinking...": "{{modelName}} חושב...", "{{modelName}} is thinking...": "{{modelName}} חושב...",
"{{user}}'s Chats": "צ'אטים של {{user}}", "{{user}}'s Chats": "צ'אטים של {{user}}",
"{{webUIName}} Backend Required": "נדרש Backend של {{webUIName}}", "{{webUIName}} Backend Required": "נדרש Backend של {{webUIName}}",
"A selected model does not support image input": "",
"a user": "משתמש", "a user": "משתמש",
"About": "אודות", "About": "אודות",
"Account": "חשבון", "Account": "חשבון",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
"Advanced Parameters": "פרמטרים מתקדמים", "Advanced Parameters": "פרמטרים מתקדמים",
"all": "הכל", "all": "הכל",
"All Documents": "כל המסמכים", "All Documents": "כל המסמכים",
"All selected models do not support image input, removed images": "",
"All Users": "כל המשתמשים", "All Users": "כל המשתמשים",
"Allow": "אפשר", "Allow": "אפשר",
"Allow Chat Deletion": "אפשר מחיקת צ'אט", "Allow Chat Deletion": "אפשר מחיקת צ'אט",
...@@ -115,6 +117,7 @@ ...@@ -115,6 +117,7 @@
"Created at": "נוצר ב", "Created at": "נוצר ב",
"Created At": "נוצר ב", "Created At": "נוצר ב",
"Current Model": "המודל הנוכחי", "Current Model": "המודל הנוכחי",
"Current Models": "",
"Current Password": "הסיסמה הנוכחית", "Current Password": "הסיסמה הנוכחית",
"Custom": "מותאם אישית", "Custom": "מותאם אישית",
"Customize Ollama models for a specific purpose": "התאמה אישית של מודלים של Ollama למטרה מסוימת", "Customize Ollama models for a specific purpose": "התאמה אישית של מודלים של Ollama למטרה מסוימת",
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
"Enter LiteLLM API RPM (litellm_params.rpm)": "הזן RPM של API של LiteLLM (litellm_params.rpm)", "Enter LiteLLM API RPM (litellm_params.rpm)": "הזן RPM של API של LiteLLM (litellm_params.rpm)",
"Enter LiteLLM Model (litellm_params.model)": "הזן מודל LiteLLM (litellm_params.model)", "Enter LiteLLM Model (litellm_params.model)": "הזן מודל LiteLLM (litellm_params.model)",
"Enter Max Tokens (litellm_params.max_tokens)": "הזן מספר מקסימלי של טוקנים (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "הזן מספר מקסימלי של טוקנים (litellm_params.max_tokens)",
"Enter Model Display Name": "",
"Enter model tag (e.g. {{modelTag}})": "הזן תג מודל (למשל {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "הזן תג מודל (למשל {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "הזן מספר שלבים (למשל 50)", "Enter Number of Steps (e.g. 50)": "הזן מספר שלבים (למשל 50)",
"Enter Score": "הזן ציון", "Enter Score": "הזן ציון",
...@@ -235,6 +239,7 @@ ...@@ -235,6 +239,7 @@
"Input commands": "פקודות קלט", "Input commands": "פקודות קלט",
"Interface": "ממשק", "Interface": "ממשק",
"Invalid Tag": "תג לא חוקי", "Invalid Tag": "תג לא חוקי",
"Is Model Vision Capable": "",
"January": "ינואר", "January": "ינואר",
"join our Discord for help.": "הצטרף ל-Discord שלנו לעזרה.", "join our Discord for help.": "הצטרף ל-Discord שלנו לעזרה.",
"JSON": "JSON", "JSON": "JSON",
...@@ -253,6 +258,7 @@ ...@@ -253,6 +258,7 @@
"Made by OpenWebUI Community": "נוצר על ידי קהילת OpenWebUI", "Made by OpenWebUI Community": "נוצר על ידי קהילת OpenWebUI",
"Make sure to enclose them with": "ודא להקיף אותם עם", "Make sure to enclose them with": "ודא להקיף אותם עם",
"Manage LiteLLM Models": "נהל מודלים של LiteLLM", "Manage LiteLLM Models": "נהל מודלים של LiteLLM",
"Manage Model Information": "",
"Manage Models": "נהל מודלים", "Manage Models": "נהל מודלים",
"Manage Ollama Models": "נהל מודלים של Ollama", "Manage Ollama Models": "נהל מודלים של Ollama",
"March": "מרץ", "March": "מרץ",
...@@ -272,7 +278,12 @@ ...@@ -272,7 +278,12 @@
"Model '{{modelTag}}' is already in queue for downloading.": "המודל '{{modelTag}}' כבר בתור להורדה.", "Model '{{modelTag}}' is already in queue for downloading.": "המודל '{{modelTag}}' כבר בתור להורדה.",
"Model {{modelId}} not found": "המודל {{modelId}} לא נמצא", "Model {{modelId}} not found": "המודל {{modelId}} לא נמצא",
"Model {{modelName}} already exists.": "המודל {{modelName}} כבר קיים.", "Model {{modelName}} already exists.": "המודל {{modelName}} כבר קיים.",
"Model {{modelName}} is not vision capable": "",
"Model Description": "",
"Model Display Name": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "נתיב מערכת הקבצים של המודל זוהה. נדרש שם קצר של המודל לעדכון, לא ניתן להמשיך.", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "נתיב מערכת הקבצים של המודל זוהה. נדרש שם קצר של המודל לעדכון, לא ניתן להמשיך.",
"Model info for {{modelName}} added successfully": "",
"Model info for {{modelName}} deleted successfully": "",
"Model Name": "שם המודל", "Model Name": "שם המודל",
"Model not selected": "לא נבחר מודל", "Model not selected": "לא נבחר מודל",
"Model Tag Name": "שם תג המודל", "Model Tag Name": "שם תג המודל",
...@@ -289,6 +300,7 @@ ...@@ -289,6 +300,7 @@
"Name your modelfile": "תן שם לקובץ המודל שלך", "Name your modelfile": "תן שם לקובץ המודל שלך",
"New Chat": "צ'אט חדש", "New Chat": "צ'אט חדש",
"New Password": "סיסמה חדשה", "New Password": "סיסמה חדשה",
"No": "",
"No results found": "לא נמצאו תוצאות", "No results found": "לא נמצאו תוצאות",
"No source available": "אין מקור זמין", "No source available": "אין מקור זמין",
"Not factually correct": "לא נכון מבחינה עובדתית", "Not factually correct": "לא נכון מבחינה עובדתית",
...@@ -385,6 +397,7 @@ ...@@ -385,6 +397,7 @@
"Select a model": "בחר מודל", "Select a model": "בחר מודל",
"Select an Ollama instance": "בחר מופע של Ollama", "Select an Ollama instance": "בחר מופע של Ollama",
"Select model": "בחר מודל", "Select model": "בחר מודל",
"Selected models do not support image inputs": "",
"Send": "שלח", "Send": "שלח",
"Send a Message": "שלח הודעה", "Send a Message": "שלח הודעה",
"Send message": "שלח הודעה", "Send message": "שלח הודעה",
...@@ -492,6 +505,7 @@ ...@@ -492,6 +505,7 @@
"Workspace": "סביבה", "Workspace": "סביבה",
"Write a prompt suggestion (e.g. Who are you?)": "כתוב הצעה מהירה (למשל, מי אתה?)", "Write a prompt suggestion (e.g. Who are you?)": "כתוב הצעה מהירה (למשל, מי אתה?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "כתוב סיכום ב-50 מילים שמסכם [נושא או מילת מפתח].", "Write a summary in 50 words that summarizes [topic or keyword].": "כתוב סיכום ב-50 מילים שמסכם [נושא או מילת מפתח].",
"Yes": "",
"Yesterday": "אתמול", "Yesterday": "אתמול",
"You": "אתה", "You": "אתה",
"You have no archived conversations.": "אין לך שיחות בארכיון.", "You have no archived conversations.": "אין לך שיחות בארכיון.",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"{{modelName}} is thinking...": "{{modelName}} सोच रहा है...", "{{modelName}} is thinking...": "{{modelName}} सोच रहा है...",
"{{user}}'s Chats": "{{user}} की चैट", "{{user}}'s Chats": "{{user}} की चैट",
"{{webUIName}} Backend Required": "{{webUIName}} बैकएंड आवश्यक", "{{webUIName}} Backend Required": "{{webUIName}} बैकएंड आवश्यक",
"A selected model does not support image input": "",
"a user": "एक उपयोगकर्ता", "a user": "एक उपयोगकर्ता",
"About": "हमारे बारे में", "About": "हमारे बारे में",
"Account": "खाता", "Account": "खाता",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
"Advanced Parameters": "उन्नत पैरामीटर", "Advanced Parameters": "उन्नत पैरामीटर",
"all": "सभी", "all": "सभी",
"All Documents": "सभी डॉक्यूमेंट्स", "All Documents": "सभी डॉक्यूमेंट्स",
"All selected models do not support image input, removed images": "",
"All Users": "सभी उपयोगकर्ता", "All Users": "सभी उपयोगकर्ता",
"Allow": "अनुमति दें", "Allow": "अनुमति दें",
"Allow Chat Deletion": "चैट हटाने की अनुमति दें", "Allow Chat Deletion": "चैट हटाने की अनुमति दें",
...@@ -115,6 +117,7 @@ ...@@ -115,6 +117,7 @@
"Created at": "किस समय बनाया गया", "Created at": "किस समय बनाया गया",
"Created At": "किस समय बनाया गया", "Created At": "किस समय बनाया गया",
"Current Model": "वर्तमान मॉडल", "Current Model": "वर्तमान मॉडल",
"Current Models": "",
"Current Password": "वर्तमान पासवर्ड", "Current Password": "वर्तमान पासवर्ड",
"Custom": "कस्टम संस्करण", "Custom": "कस्टम संस्करण",
"Customize Ollama models for a specific purpose": "किसी विशिष्ट उद्देश्य के लिए ओलामा मॉडल को अनुकूलित करें", "Customize Ollama models for a specific purpose": "किसी विशिष्ट उद्देश्य के लिए ओलामा मॉडल को अनुकूलित करें",
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
"Enter LiteLLM API RPM (litellm_params.rpm)": "LiteLLM API RPM दर्ज करें (litellm_params.rpm) ", "Enter LiteLLM API RPM (litellm_params.rpm)": "LiteLLM API RPM दर्ज करें (litellm_params.rpm) ",
"Enter LiteLLM Model (litellm_params.model)": "LiteLLM Model दर्ज करें (litellm_params.model)", "Enter LiteLLM Model (litellm_params.model)": "LiteLLM Model दर्ज करें (litellm_params.model)",
"Enter Max Tokens (litellm_params.max_tokens)": "Max Tokens दर्ज करें (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Max Tokens दर्ज करें (litellm_params.max_tokens)",
"Enter Model Display Name": "",
"Enter model tag (e.g. {{modelTag}})": "Model tag दर्ज करें (उदा. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Model tag दर्ज करें (उदा. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "चरणों की संख्या दर्ज करें (उदा. 50)", "Enter Number of Steps (e.g. 50)": "चरणों की संख्या दर्ज करें (उदा. 50)",
"Enter Score": "स्कोर दर्ज करें", "Enter Score": "स्कोर दर्ज करें",
...@@ -235,6 +239,7 @@ ...@@ -235,6 +239,7 @@
"Input commands": "इनपुट क命", "Input commands": "इनपुट क命",
"Interface": "इंटरफेस", "Interface": "इंटरफेस",
"Invalid Tag": "अवैध टैग", "Invalid Tag": "अवैध टैग",
"Is Model Vision Capable": "",
"January": "जनवरी", "January": "जनवरी",
"join our Discord for help.": "मदद के लिए हमारे डिस्कोर्ड में शामिल हों।", "join our Discord for help.": "मदद के लिए हमारे डिस्कोर्ड में शामिल हों।",
"JSON": "ज्ञान प्रकार", "JSON": "ज्ञान प्रकार",
...@@ -253,6 +258,7 @@ ...@@ -253,6 +258,7 @@
"Made by OpenWebUI Community": "OpenWebUI समुदाय द्वारा निर्मित", "Made by OpenWebUI Community": "OpenWebUI समुदाय द्वारा निर्मित",
"Make sure to enclose them with": "उन्हें संलग्न करना सुनिश्चित करें", "Make sure to enclose them with": "उन्हें संलग्न करना सुनिश्चित करें",
"Manage LiteLLM Models": "LiteLLM मॉडल प्रबंधित करें", "Manage LiteLLM Models": "LiteLLM मॉडल प्रबंधित करें",
"Manage Model Information": "",
"Manage Models": "मॉडल प्रबंधित करें", "Manage Models": "मॉडल प्रबंधित करें",
"Manage Ollama Models": "Ollama मॉडल प्रबंधित करें", "Manage Ollama Models": "Ollama मॉडल प्रबंधित करें",
"March": "मार्च", "March": "मार्च",
...@@ -272,7 +278,12 @@ ...@@ -272,7 +278,12 @@
"Model '{{modelTag}}' is already in queue for downloading.": "मॉडल '{{modelTag}}' पहले से ही डाउनलोड करने के लिए कतार में है।", "Model '{{modelTag}}' is already in queue for downloading.": "मॉडल '{{modelTag}}' पहले से ही डाउनलोड करने के लिए कतार में है।",
"Model {{modelId}} not found": "मॉडल {{modelId}} नहीं मिला", "Model {{modelId}} not found": "मॉडल {{modelId}} नहीं मिला",
"Model {{modelName}} already exists.": "मॉडल {{modelName}} पहले से मौजूद है।", "Model {{modelName}} already exists.": "मॉडल {{modelName}} पहले से मौजूद है।",
"Model {{modelName}} is not vision capable": "",
"Model Description": "",
"Model Display Name": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "मॉडल फ़ाइल सिस्टम पथ का पता चला. अद्यतन के लिए मॉडल संक्षिप्त नाम आवश्यक है, जारी नहीं रखा जा सकता।", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "मॉडल फ़ाइल सिस्टम पथ का पता चला. अद्यतन के लिए मॉडल संक्षिप्त नाम आवश्यक है, जारी नहीं रखा जा सकता।",
"Model info for {{modelName}} added successfully": "",
"Model info for {{modelName}} deleted successfully": "",
"Model Name": "मॉडल नाम", "Model Name": "मॉडल नाम",
"Model not selected": "मॉडल चयनित नहीं है", "Model not selected": "मॉडल चयनित नहीं है",
"Model Tag Name": "मॉडल टैग नाम", "Model Tag Name": "मॉडल टैग नाम",
...@@ -289,6 +300,7 @@ ...@@ -289,6 +300,7 @@
"Name your modelfile": "अपनी मॉडलफ़ाइल को नाम दें", "Name your modelfile": "अपनी मॉडलफ़ाइल को नाम दें",
"New Chat": "नई चैट", "New Chat": "नई चैट",
"New Password": "नया पासवर्ड", "New Password": "नया पासवर्ड",
"No": "",
"No results found": "कोई परिणाम नहीं मिला", "No results found": "कोई परिणाम नहीं मिला",
"No source available": "कोई स्रोत उपलब्ध नहीं है", "No source available": "कोई स्रोत उपलब्ध नहीं है",
"Not factually correct": "तथ्यात्मक रूप से सही नहीं है", "Not factually correct": "तथ्यात्मक रूप से सही नहीं है",
...@@ -385,6 +397,7 @@ ...@@ -385,6 +397,7 @@
"Select a model": "एक मॉडल चुनें", "Select a model": "एक मॉडल चुनें",
"Select an Ollama instance": "एक Ollama Instance चुनें", "Select an Ollama instance": "एक Ollama Instance चुनें",
"Select model": "मॉडल चुनें", "Select model": "मॉडल चुनें",
"Selected models do not support image inputs": "",
"Send": "भेज", "Send": "भेज",
"Send a Message": "एक संदेश भेजो", "Send a Message": "एक संदेश भेजो",
"Send message": "मेसेज भेजें", "Send message": "मेसेज भेजें",
...@@ -492,6 +505,7 @@ ...@@ -492,6 +505,7 @@
"Workspace": "वर्कस्पेस", "Workspace": "वर्कस्पेस",
"Write a prompt suggestion (e.g. Who are you?)": "एक त्वरित सुझाव लिखें (जैसे कि आप कौन हैं?)", "Write a prompt suggestion (e.g. Who are you?)": "एक त्वरित सुझाव लिखें (जैसे कि आप कौन हैं?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "50 शब्दों में एक सारांश लिखें जो [विषय या कीवर्ड] का सारांश प्रस्तुत करता हो।", "Write a summary in 50 words that summarizes [topic or keyword].": "50 शब्दों में एक सारांश लिखें जो [विषय या कीवर्ड] का सारांश प्रस्तुत करता हो।",
"Yes": "",
"Yesterday": "कल", "Yesterday": "कल",
"You": "आप", "You": "आप",
"You have no archived conversations.": "आपको कोई अंकित चैट नहीं है।", "You have no archived conversations.": "आपको कोई अंकित चैट नहीं है।",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"{{modelName}} is thinking...": "{{modelName}} razmišlja...", "{{modelName}} is thinking...": "{{modelName}} razmišlja...",
"{{user}}'s Chats": "Razgovori korisnika {{user}}", "{{user}}'s Chats": "Razgovori korisnika {{user}}",
"{{webUIName}} Backend Required": "{{webUIName}} Backend je potreban", "{{webUIName}} Backend Required": "{{webUIName}} Backend je potreban",
"A selected model does not support image input": "",
"a user": "korisnik", "a user": "korisnik",
"About": "O aplikaciji", "About": "O aplikaciji",
"Account": "Račun", "Account": "Račun",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
"Advanced Parameters": "Napredni parametri", "Advanced Parameters": "Napredni parametri",
"all": "sve", "all": "sve",
"All Documents": "Svi dokumenti", "All Documents": "Svi dokumenti",
"All selected models do not support image input, removed images": "",
"All Users": "Svi korisnici", "All Users": "Svi korisnici",
"Allow": "Dopusti", "Allow": "Dopusti",
"Allow Chat Deletion": "Dopusti brisanje razgovora", "Allow Chat Deletion": "Dopusti brisanje razgovora",
...@@ -115,6 +117,7 @@ ...@@ -115,6 +117,7 @@
"Created at": "Stvoreno", "Created at": "Stvoreno",
"Created At": "Stvoreno", "Created At": "Stvoreno",
"Current Model": "Trenutni model", "Current Model": "Trenutni model",
"Current Models": "",
"Current Password": "Trenutna lozinka", "Current Password": "Trenutna lozinka",
"Custom": "Prilagođeno", "Custom": "Prilagođeno",
"Customize Ollama models for a specific purpose": "Prilagodite Ollama modele za specifičnu svrhu", "Customize Ollama models for a specific purpose": "Prilagodite Ollama modele za specifičnu svrhu",
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
"Enter LiteLLM API RPM (litellm_params.rpm)": "Unesite LiteLLM API RPM (litellm_params.rpm)", "Enter LiteLLM API RPM (litellm_params.rpm)": "Unesite LiteLLM API RPM (litellm_params.rpm)",
"Enter LiteLLM Model (litellm_params.model)": "Unesite LiteLLM model (litellm_params.model)", "Enter LiteLLM Model (litellm_params.model)": "Unesite LiteLLM model (litellm_params.model)",
"Enter Max Tokens (litellm_params.max_tokens)": "Unesite maksimalan broj tokena (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Unesite maksimalan broj tokena (litellm_params.max_tokens)",
"Enter Model Display Name": "",
"Enter model tag (e.g. {{modelTag}})": "Unesite oznaku modela (npr. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Unesite oznaku modela (npr. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Unesite broj koraka (npr. 50)", "Enter Number of Steps (e.g. 50)": "Unesite broj koraka (npr. 50)",
"Enter Score": "Unesite ocjenu", "Enter Score": "Unesite ocjenu",
...@@ -235,6 +239,7 @@ ...@@ -235,6 +239,7 @@
"Input commands": "Unos naredbi", "Input commands": "Unos naredbi",
"Interface": "Sučelje", "Interface": "Sučelje",
"Invalid Tag": "Nevažeća oznaka", "Invalid Tag": "Nevažeća oznaka",
"Is Model Vision Capable": "",
"January": "Siječanj", "January": "Siječanj",
"join our Discord for help.": "pridružite se našem Discordu za pomoć.", "join our Discord for help.": "pridružite se našem Discordu za pomoć.",
"JSON": "JSON", "JSON": "JSON",
...@@ -253,6 +258,7 @@ ...@@ -253,6 +258,7 @@
"Made by OpenWebUI Community": "Izradio OpenWebUI Community", "Made by OpenWebUI Community": "Izradio OpenWebUI Community",
"Make sure to enclose them with": "Provjerite da ih zatvorite s", "Make sure to enclose them with": "Provjerite da ih zatvorite s",
"Manage LiteLLM Models": "Upravljajte LiteLLM modelima", "Manage LiteLLM Models": "Upravljajte LiteLLM modelima",
"Manage Model Information": "",
"Manage Models": "Upravljanje modelima", "Manage Models": "Upravljanje modelima",
"Manage Ollama Models": "Upravljanje Ollama modelima", "Manage Ollama Models": "Upravljanje Ollama modelima",
"March": "Ožujak", "March": "Ožujak",
...@@ -272,7 +278,12 @@ ...@@ -272,7 +278,12 @@
"Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' je već u redu za preuzimanje.", "Model '{{modelTag}}' is already in queue for downloading.": "Model '{{modelTag}}' je već u redu za preuzimanje.",
"Model {{modelId}} not found": "Model {{modelId}} nije pronađen", "Model {{modelId}} not found": "Model {{modelId}} nije pronađen",
"Model {{modelName}} already exists.": "Model {{modelName}} već postoji.", "Model {{modelName}} already exists.": "Model {{modelName}} već postoji.",
"Model {{modelName}} is not vision capable": "",
"Model Description": "",
"Model Display Name": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Otkriven put datotečnog sustava modela. Kratko ime modela je potrebno za ažuriranje, nije moguće nastaviti.", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "Otkriven put datotečnog sustava modela. Kratko ime modela je potrebno za ažuriranje, nije moguće nastaviti.",
"Model info for {{modelName}} added successfully": "",
"Model info for {{modelName}} deleted successfully": "",
"Model Name": "Naziv modela", "Model Name": "Naziv modela",
"Model not selected": "Model nije odabran", "Model not selected": "Model nije odabran",
"Model Tag Name": "Naziv oznake modela", "Model Tag Name": "Naziv oznake modela",
...@@ -289,6 +300,7 @@ ...@@ -289,6 +300,7 @@
"Name your modelfile": "Nazovite svoju datoteku modela", "Name your modelfile": "Nazovite svoju datoteku modela",
"New Chat": "Novi razgovor", "New Chat": "Novi razgovor",
"New Password": "Nova lozinka", "New Password": "Nova lozinka",
"No": "",
"No results found": "Nema rezultata", "No results found": "Nema rezultata",
"No source available": "Nema dostupnog izvora", "No source available": "Nema dostupnog izvora",
"Not factually correct": "Nije činjenično točno", "Not factually correct": "Nije činjenično točno",
...@@ -385,6 +397,7 @@ ...@@ -385,6 +397,7 @@
"Select a model": "Odaberite model", "Select a model": "Odaberite model",
"Select an Ollama instance": "Odaberite Ollama instancu", "Select an Ollama instance": "Odaberite Ollama instancu",
"Select model": "Odaberite model", "Select model": "Odaberite model",
"Selected models do not support image inputs": "",
"Send": "Pošalji", "Send": "Pošalji",
"Send a Message": "Pošaljite poruku", "Send a Message": "Pošaljite poruku",
"Send message": "Pošalji poruku", "Send message": "Pošalji poruku",
...@@ -492,6 +505,7 @@ ...@@ -492,6 +505,7 @@
"Workspace": "Radna ploča", "Workspace": "Radna ploča",
"Write a prompt suggestion (e.g. Who are you?)": "Napišite prijedlog prompta (npr. Tko si ti?)", "Write a prompt suggestion (e.g. Who are you?)": "Napišite prijedlog prompta (npr. Tko si ti?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Napišite sažetak u 50 riječi koji sažima [temu ili ključnu riječ].", "Write a summary in 50 words that summarizes [topic or keyword].": "Napišite sažetak u 50 riječi koji sažima [temu ili ključnu riječ].",
"Yes": "",
"Yesterday": "Jučer", "Yesterday": "Jučer",
"You": "Vi", "You": "Vi",
"You have no archived conversations.": "Nemate arhiviranih razgovora.", "You have no archived conversations.": "Nemate arhiviranih razgovora.",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"{{modelName}} is thinking...": "{{modelName}} sta pensando...", "{{modelName}} is thinking...": "{{modelName}} sta pensando...",
"{{user}}'s Chats": "{{user}} Chat", "{{user}}'s Chats": "{{user}} Chat",
"{{webUIName}} Backend Required": "{{webUIName}} Backend richiesto", "{{webUIName}} Backend Required": "{{webUIName}} Backend richiesto",
"A selected model does not support image input": "",
"a user": "un utente", "a user": "un utente",
"About": "Informazioni", "About": "Informazioni",
"Account": "Account", "Account": "Account",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
"Advanced Parameters": "Parametri avanzati", "Advanced Parameters": "Parametri avanzati",
"all": "tutti", "all": "tutti",
"All Documents": "Tutti i documenti", "All Documents": "Tutti i documenti",
"All selected models do not support image input, removed images": "",
"All Users": "Tutti gli utenti", "All Users": "Tutti gli utenti",
"Allow": "Consenti", "Allow": "Consenti",
"Allow Chat Deletion": "Consenti l'eliminazione della chat", "Allow Chat Deletion": "Consenti l'eliminazione della chat",
...@@ -115,6 +117,7 @@ ...@@ -115,6 +117,7 @@
"Created at": "Creato il", "Created at": "Creato il",
"Created At": "Creato il", "Created At": "Creato il",
"Current Model": "Modello corrente", "Current Model": "Modello corrente",
"Current Models": "",
"Current Password": "Password corrente", "Current Password": "Password corrente",
"Custom": "Personalizzato", "Custom": "Personalizzato",
"Customize Ollama models for a specific purpose": "Personalizza i modelli Ollama per uno scopo specifico", "Customize Ollama models for a specific purpose": "Personalizza i modelli Ollama per uno scopo specifico",
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
"Enter LiteLLM API RPM (litellm_params.rpm)": "Inserisci LiteLLM API RPM (litellm_params.rpm)", "Enter LiteLLM API RPM (litellm_params.rpm)": "Inserisci LiteLLM API RPM (litellm_params.rpm)",
"Enter LiteLLM Model (litellm_params.model)": "Inserisci il modello LiteLLM (litellm_params.model)", "Enter LiteLLM Model (litellm_params.model)": "Inserisci il modello LiteLLM (litellm_params.model)",
"Enter Max Tokens (litellm_params.max_tokens)": "Inserisci Max Tokens (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Inserisci Max Tokens (litellm_params.max_tokens)",
"Enter Model Display Name": "",
"Enter model tag (e.g. {{modelTag}})": "Inserisci il tag del modello (ad esempio {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Inserisci il tag del modello (ad esempio {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Inserisci il numero di passaggi (ad esempio 50)", "Enter Number of Steps (e.g. 50)": "Inserisci il numero di passaggi (ad esempio 50)",
"Enter Score": "Inserisci il punteggio", "Enter Score": "Inserisci il punteggio",
...@@ -235,6 +239,7 @@ ...@@ -235,6 +239,7 @@
"Input commands": "Comandi di input", "Input commands": "Comandi di input",
"Interface": "Interfaccia", "Interface": "Interfaccia",
"Invalid Tag": "Tag non valido", "Invalid Tag": "Tag non valido",
"Is Model Vision Capable": "",
"January": "Gennaio", "January": "Gennaio",
"join our Discord for help.": "unisciti al nostro Discord per ricevere aiuto.", "join our Discord for help.": "unisciti al nostro Discord per ricevere aiuto.",
"JSON": "JSON", "JSON": "JSON",
...@@ -253,6 +258,7 @@ ...@@ -253,6 +258,7 @@
"Made by OpenWebUI Community": "Realizzato dalla comunità OpenWebUI", "Made by OpenWebUI Community": "Realizzato dalla comunità OpenWebUI",
"Make sure to enclose them with": "Assicurati di racchiuderli con", "Make sure to enclose them with": "Assicurati di racchiuderli con",
"Manage LiteLLM Models": "Gestisci modelli LiteLLM", "Manage LiteLLM Models": "Gestisci modelli LiteLLM",
"Manage Model Information": "",
"Manage Models": "Gestisci modelli", "Manage Models": "Gestisci modelli",
"Manage Ollama Models": "Gestisci modelli Ollama", "Manage Ollama Models": "Gestisci modelli Ollama",
"March": "Marzo", "March": "Marzo",
...@@ -272,7 +278,12 @@ ...@@ -272,7 +278,12 @@
"Model '{{modelTag}}' is already in queue for downloading.": "Il modello '{{modelTag}}' è già in coda per il download.", "Model '{{modelTag}}' is already in queue for downloading.": "Il modello '{{modelTag}}' è già in coda per il download.",
"Model {{modelId}} not found": "Modello {{modelId}} non trovato", "Model {{modelId}} not found": "Modello {{modelId}} non trovato",
"Model {{modelName}} already exists.": "Il modello {{modelName}} esiste già.", "Model {{modelName}} already exists.": "Il modello {{modelName}} esiste già.",
"Model {{modelName}} is not vision capable": "",
"Model Description": "",
"Model Display Name": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Percorso del filesystem del modello rilevato. Il nome breve del modello è richiesto per l'aggiornamento, impossibile continuare.", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "Percorso del filesystem del modello rilevato. Il nome breve del modello è richiesto per l'aggiornamento, impossibile continuare.",
"Model info for {{modelName}} added successfully": "",
"Model info for {{modelName}} deleted successfully": "",
"Model Name": "Nome modello", "Model Name": "Nome modello",
"Model not selected": "Modello non selezionato", "Model not selected": "Modello non selezionato",
"Model Tag Name": "Nome tag del modello", "Model Tag Name": "Nome tag del modello",
...@@ -289,6 +300,7 @@ ...@@ -289,6 +300,7 @@
"Name your modelfile": "Assegna un nome al tuo file modello", "Name your modelfile": "Assegna un nome al tuo file modello",
"New Chat": "Nuova chat", "New Chat": "Nuova chat",
"New Password": "Nuova password", "New Password": "Nuova password",
"No": "",
"No results found": "Nessun risultato trovato", "No results found": "Nessun risultato trovato",
"No source available": "Nessuna fonte disponibile", "No source available": "Nessuna fonte disponibile",
"Not factually correct": "Non corretto dal punto di vista fattuale", "Not factually correct": "Non corretto dal punto di vista fattuale",
...@@ -385,6 +397,7 @@ ...@@ -385,6 +397,7 @@
"Select a model": "Seleziona un modello", "Select a model": "Seleziona un modello",
"Select an Ollama instance": "Seleziona un'istanza Ollama", "Select an Ollama instance": "Seleziona un'istanza Ollama",
"Select model": "Seleziona modello", "Select model": "Seleziona modello",
"Selected models do not support image inputs": "",
"Send": "Invia", "Send": "Invia",
"Send a Message": "Invia un messaggio", "Send a Message": "Invia un messaggio",
"Send message": "Invia messaggio", "Send message": "Invia messaggio",
...@@ -492,6 +505,7 @@ ...@@ -492,6 +505,7 @@
"Workspace": "Area di lavoro", "Workspace": "Area di lavoro",
"Write a prompt suggestion (e.g. Who are you?)": "Scrivi un suggerimento per il prompt (ad esempio Chi sei?)", "Write a prompt suggestion (e.g. Who are you?)": "Scrivi un suggerimento per il prompt (ad esempio Chi sei?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Scrivi un riassunto in 50 parole che riassume [argomento o parola chiave].", "Write a summary in 50 words that summarizes [topic or keyword].": "Scrivi un riassunto in 50 parole che riassume [argomento o parola chiave].",
"Yes": "",
"Yesterday": "Ieri", "Yesterday": "Ieri",
"You": "Tu", "You": "Tu",
"You have no archived conversations.": "Non hai conversazioni archiviate.", "You have no archived conversations.": "Non hai conversazioni archiviate.",
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"{{modelName}} is thinking...": "{{modelName}} は思考中です...", "{{modelName}} is thinking...": "{{modelName}} は思考中です...",
"{{user}}'s Chats": "{{user}} のチャット", "{{user}}'s Chats": "{{user}} のチャット",
"{{webUIName}} Backend Required": "{{webUIName}} バックエンドが必要です", "{{webUIName}} Backend Required": "{{webUIName}} バックエンドが必要です",
"A selected model does not support image input": "",
"a user": "ユーザー", "a user": "ユーザー",
"About": "概要", "About": "概要",
"Account": "アカウント", "Account": "アカウント",
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
"Advanced Parameters": "詳細パラメーター", "Advanced Parameters": "詳細パラメーター",
"all": "すべて", "all": "すべて",
"All Documents": "全てのドキュメント", "All Documents": "全てのドキュメント",
"All selected models do not support image input, removed images": "",
"All Users": "すべてのユーザー", "All Users": "すべてのユーザー",
"Allow": "許可", "Allow": "許可",
"Allow Chat Deletion": "チャットの削除を許可", "Allow Chat Deletion": "チャットの削除を許可",
...@@ -115,6 +117,7 @@ ...@@ -115,6 +117,7 @@
"Created at": "作成日時", "Created at": "作成日時",
"Created At": "作成日時", "Created At": "作成日時",
"Current Model": "現在のモデル", "Current Model": "現在のモデル",
"Current Models": "",
"Current Password": "現在のパスワード", "Current Password": "現在のパスワード",
"Custom": "カスタム", "Custom": "カスタム",
"Customize Ollama models for a specific purpose": "特定の目的に合わせて Ollama モデルをカスタマイズ", "Customize Ollama models for a specific purpose": "特定の目的に合わせて Ollama モデルをカスタマイズ",
...@@ -181,6 +184,7 @@ ...@@ -181,6 +184,7 @@
"Enter LiteLLM API RPM (litellm_params.rpm)": "LiteLLM API RPM を入力してください (litellm_params.rpm)", "Enter LiteLLM API RPM (litellm_params.rpm)": "LiteLLM API RPM を入力してください (litellm_params.rpm)",
"Enter LiteLLM Model (litellm_params.model)": "LiteLLM モデルを入力してください (litellm_params.model)", "Enter LiteLLM Model (litellm_params.model)": "LiteLLM モデルを入力してください (litellm_params.model)",
"Enter Max Tokens (litellm_params.max_tokens)": "最大トークン数を入力してください (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "最大トークン数を入力してください (litellm_params.max_tokens)",
"Enter Model Display Name": "",
"Enter model tag (e.g. {{modelTag}})": "モデルタグを入力してください (例: {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "モデルタグを入力してください (例: {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "ステップ数を入力してください (例: 50)", "Enter Number of Steps (e.g. 50)": "ステップ数を入力してください (例: 50)",
"Enter Score": "スコアを入力してください", "Enter Score": "スコアを入力してください",
...@@ -235,6 +239,7 @@ ...@@ -235,6 +239,7 @@
"Input commands": "入力コマンド", "Input commands": "入力コマンド",
"Interface": "インターフェース", "Interface": "インターフェース",
"Invalid Tag": "無効なタグ", "Invalid Tag": "無効なタグ",
"Is Model Vision Capable": "",
"January": "1月", "January": "1月",
"join our Discord for help.": "ヘルプについては、Discord に参加してください。", "join our Discord for help.": "ヘルプについては、Discord に参加してください。",
"JSON": "JSON", "JSON": "JSON",
...@@ -253,6 +258,7 @@ ...@@ -253,6 +258,7 @@
"Made by OpenWebUI Community": "OpenWebUI コミュニティによって作成", "Made by OpenWebUI Community": "OpenWebUI コミュニティによって作成",
"Make sure to enclose them with": "必ず次で囲んでください", "Make sure to enclose them with": "必ず次で囲んでください",
"Manage LiteLLM Models": "LiteLLM モデルを管理", "Manage LiteLLM Models": "LiteLLM モデルを管理",
"Manage Model Information": "",
"Manage Models": "モデルを管理", "Manage Models": "モデルを管理",
"Manage Ollama Models": "Ollama モデルを管理", "Manage Ollama Models": "Ollama モデルを管理",
"March": "3月", "March": "3月",
...@@ -272,7 +278,12 @@ ...@@ -272,7 +278,12 @@
"Model '{{modelTag}}' is already in queue for downloading.": "モデル '{{modelTag}}' はすでにダウンロード待ち行列に入っています。", "Model '{{modelTag}}' is already in queue for downloading.": "モデル '{{modelTag}}' はすでにダウンロード待ち行列に入っています。",
"Model {{modelId}} not found": "モデル {{modelId}} が見つかりません", "Model {{modelId}} not found": "モデル {{modelId}} が見つかりません",
"Model {{modelName}} already exists.": "モデル {{modelName}} はすでに存在します。", "Model {{modelName}} already exists.": "モデル {{modelName}} はすでに存在します。",
"Model {{modelName}} is not vision capable": "",
"Model Description": "",
"Model Display Name": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "モデルファイルシステムパスが検出されました。モデルの短縮名が必要です。更新できません。", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "モデルファイルシステムパスが検出されました。モデルの短縮名が必要です。更新できません。",
"Model info for {{modelName}} added successfully": "",
"Model info for {{modelName}} deleted successfully": "",
"Model Name": "モデル名", "Model Name": "モデル名",
"Model not selected": "モデルが選択されていません", "Model not selected": "モデルが選択されていません",
"Model Tag Name": "モデルタグ名", "Model Tag Name": "モデルタグ名",
...@@ -289,6 +300,7 @@ ...@@ -289,6 +300,7 @@
"Name your modelfile": "モデルファイルに名前を付ける", "Name your modelfile": "モデルファイルに名前を付ける",
"New Chat": "新しいチャット", "New Chat": "新しいチャット",
"New Password": "新しいパスワード", "New Password": "新しいパスワード",
"No": "",
"No results found": "結果が見つかりません", "No results found": "結果が見つかりません",
"No source available": "使用可能なソースがありません", "No source available": "使用可能なソースがありません",
"Not factually correct": "実事上正しくない", "Not factually correct": "実事上正しくない",
...@@ -385,6 +397,7 @@ ...@@ -385,6 +397,7 @@
"Select a model": "モデルを選択", "Select a model": "モデルを選択",
"Select an Ollama instance": "Ollama インスタンスを選択", "Select an Ollama instance": "Ollama インスタンスを選択",
"Select model": "モデルを選択", "Select model": "モデルを選択",
"Selected models do not support image inputs": "",
"Send": "送信", "Send": "送信",
"Send a Message": "メッセージを送信", "Send a Message": "メッセージを送信",
"Send message": "メッセージを送信", "Send message": "メッセージを送信",
...@@ -492,6 +505,7 @@ ...@@ -492,6 +505,7 @@
"Workspace": "ワークスペース", "Workspace": "ワークスペース",
"Write a prompt suggestion (e.g. Who are you?)": "プロンプトの提案を書いてください (例: あなたは誰ですか?)", "Write a prompt suggestion (e.g. Who are you?)": "プロンプトの提案を書いてください (例: あなたは誰ですか?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "[トピックまたはキーワード] を要約する 50 語の概要を書いてください。", "Write a summary in 50 words that summarizes [topic or keyword].": "[トピックまたはキーワード] を要約する 50 語の概要を書いてください。",
"Yes": "",
"Yesterday": "昨日", "Yesterday": "昨日",
"You": "あなた", "You": "あなた",
"You have no archived conversations.": "これまでにアーカイブされた会話はありません。", "You have no archived conversations.": "これまでにアーカイブされた会話はありません。",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment