chore: format

This commit is contained in:
Timothy J. Baek 2024-05-06 12:58:24 -07:00
parent 6fa88854e3
commit 7f1acf9c2d
32 changed files with 432 additions and 10 deletions

View File

@ -162,7 +162,7 @@ export const generateTitle = async (
stream: false, stream: false,
options: { options: {
// Restrict the number of tokens generated to 50 // Restrict the number of tokens generated to 50
num_predict: 50, num_predict: 50
} }
}) })
}) })

View File

@ -297,7 +297,7 @@ export const generateTitle = async (
], ],
stream: false, stream: false,
// Restricting the max tokens to 50 to avoid long titles // Restricting the max tokens to 50 to avoid long titles
max_tokens: 50, max_tokens: 50
}) })
}) })
.then(async (res) => { .then(async (res) => {

View File

@ -318,7 +318,6 @@
}} }}
> >
{$i18n.t(`Pull "{{searchValue}}" from Ollama.com`, { searchValue: searchValue })} {$i18n.t(`Pull "{{searchValue}}" from Ollama.com`, { searchValue: searchValue })}
</button> </button>
{/if} {/if}

View File

@ -97,9 +97,10 @@
<div class=" text-sm dark:text-gray-300 mb-1"> <div class=" text-sm dark:text-gray-300 mb-1">
{#if chat.share_id} {#if chat.share_id}
<a href="/s/{chat.share_id}" target="_blank" <a href="/s/{chat.share_id}" target="_blank"
>{$i18n.t("You have shared this chat")} <span class=" underline">{$i18n.t("before")}</span>.</a >{$i18n.t('You have shared this chat')}
<span class=" underline">{$i18n.t('before')}</span>.</a
> >
{$i18n.t("Click here to")} {$i18n.t('Click here to')}
<button <button
class="underline" class="underline"
on:click={async () => { on:click={async () => {
@ -108,10 +109,14 @@
if (res) { if (res) {
chat = await getChatById(localStorage.token, chatId); chat = await getChatById(localStorage.token, chatId);
} }
}}>{$i18n.t("delete this link")} </button }}
> {$i18n.t("and create a new shared link.")} >{$i18n.t('delete this link')}
</button>
{$i18n.t('and create a new shared link.')}
{:else} {:else}
{$i18n.t("Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.")} {$i18n.t(
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat."
)}
{/if} {/if}
</div> </div>

View File

@ -161,7 +161,9 @@
{/each} --> {/each} -->
</div> </div>
{:else} {:else}
<div class="text-left text-sm w-full mb-8">{$i18n.t('You have no archived conversations.')}</div> <div class="text-left text-sm w-full mb-8">
{$i18n.t('You have no archived conversations.')}
</div>
{/if} {/if}
</div> </div>
</div> </div>

View File

@ -35,6 +35,7 @@
"Already have an account?": "هل تملك حساب ؟", "Already have an account?": "هل تملك حساب ؟",
"an assistant": "مساعد", "an assistant": "مساعد",
"and": "و", "and": "و",
"and create a new shared link.": "",
"API Base URL": "API الرابط الرئيسي", "API Base URL": "API الرابط الرئيسي",
"API Key": "API مفتاح", "API Key": "API مفتاح",
"API Key created.": "API تم أنشاء المفتاح", "API Key created.": "API تم أنشاء المفتاح",
@ -54,6 +55,7 @@
"available!": "متاح", "available!": "متاح",
"Back": "خلف", "Back": "خلف",
"Bad Response": "استجابة خطاء", "Bad Response": "استجابة خطاء",
"before": "",
"Being lazy": "كون كسول", "Being lazy": "كون كسول",
"Builder Mode": "بناء الموديل", "Builder Mode": "بناء الموديل",
"Cancel": "اللغاء", "Cancel": "اللغاء",
@ -71,6 +73,7 @@
"Chunk Params": "Chunk المتغيرات", "Chunk Params": "Chunk المتغيرات",
"Chunk Size": "Chunk حجم", "Chunk Size": "Chunk حجم",
"Click here for help.": "أضغط هنا للمساعدة", "Click here for help.": "أضغط هنا للمساعدة",
"Click here to": "",
"Click here to check other modelfiles.": "انقر هنا للتحقق من ملفات الموديلات الأخرى.", "Click here to check other modelfiles.": "انقر هنا للتحقق من ملفات الموديلات الأخرى.",
"Click here to select": "أضغط هنا للاختيار", "Click here to select": "أضغط هنا للاختيار",
"Click here to select a csv file.": "أضغط هنا للاختيار ملف csv", "Click here to select a csv file.": "أضغط هنا للاختيار ملف csv",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "قم بإنشاء عبارة موجزة مكونة من 3-5 كلمات كرأس للاستعلام التالي، مع الالتزام الصارم بالحد الأقصى لعدد الكلمات الذي يتراوح بين 3-5 كلمات وتجنب استخدام الكلمة 'عنوان':", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "قم بإنشاء عبارة موجزة مكونة من 3-5 كلمات كرأس للاستعلام التالي، مع الالتزام الصارم بالحد الأقصى لعدد الكلمات الذي يتراوح بين 3-5 كلمات وتجنب استخدام الكلمة 'عنوان':",
"Create a modelfile": "إنشاء ملف نموذجي", "Create a modelfile": "إنشاء ملف نموذجي",
"Create Account": "إنشاء حساب", "Create Account": "إنشاء حساب",
"Create new key": "",
"Create new secret key": "",
"Created at": "أنشئت في", "Created at": "أنشئت في",
"Created At": "أنشئت من", "Created At": "أنشئت من",
"Current Model": "الموديل المختار", "Current Model": "الموديل المختار",
@ -105,6 +110,7 @@
"Custom": "مخصص", "Custom": "مخصص",
"Customize Ollama models for a specific purpose": "تخصيص الموديل Ollama لغرض محدد", "Customize Ollama models for a specific purpose": "تخصيص الموديل Ollama لغرض محدد",
"Dark": "مظلم", "Dark": "مظلم",
"Dashboard": "",
"Database": "قاعدة البيانات", "Database": "قاعدة البيانات",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "الإفتراضي", "Default": "الإفتراضي",
@ -120,6 +126,7 @@
"Delete chat": "حذف المحادثه", "Delete chat": "حذف المحادثه",
"Delete Chat": "حذف المحادثه.", "Delete Chat": "حذف المحادثه.",
"Delete Chats": "حذ المحادثات", "Delete Chats": "حذ المحادثات",
"delete this link": "",
"Delete User": "حذف المستخدم", "Delete User": "حذف المستخدم",
"Deleted {{deleteModelTag}}": "حذف {{deleteModelTag}}", "Deleted {{deleteModelTag}}": "حذف {{deleteModelTag}}",
"Deleted {{tagName}}": "حذف {{tagName}}", "Deleted {{tagName}}": "حذف {{tagName}}",
@ -167,6 +174,7 @@
"Enter stop sequence": "أدخل تسلسل التوقف", "Enter stop sequence": "أدخل تسلسل التوقف",
"Enter Top K": "Enter Top K", "Enter Top K": "Enter Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "الرابط (e.g. http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "الرابط (e.g. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "أدخل البريد الاكتروني", "Enter Your Email": "أدخل البريد الاكتروني",
"Enter Your Full Name": "أدخل الاسم كامل", "Enter Your Full Name": "أدخل الاسم كامل",
"Enter Your Password": "ادخل كلمة المرور", "Enter Your Password": "ادخل كلمة المرور",
@ -228,6 +236,7 @@
"Manage Ollama Models": "إدارة موديلات Ollama", "Manage Ollama Models": "إدارة موديلات Ollama",
"Max Tokens": "Max Tokens", "Max Tokens": "Max Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "يمكن تنزيل 3 نماذج كحد أقصى في وقت واحد. الرجاء معاودة المحاولة في وقت لاحق.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "يمكن تنزيل 3 نماذج كحد أقصى في وقت واحد. الرجاء معاودة المحاولة في وقت لاحق.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "الحد الأدنى من النقاط", "Minimum Score": "الحد الأدنى من النقاط",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,7 @@
"Name your modelfile": "قم بتسمية ملف النموذج الخاص بك", "Name your modelfile": "قم بتسمية ملف النموذج الخاص بك",
"New Chat": "دردشة جديدة", "New Chat": "دردشة جديدة",
"New Password": "كلمة المرور الجديدة", "New Password": "كلمة المرور الجديدة",
"No results found": "",
"Not factually correct": "ليس صحيحا من حيث الواقع", "Not factually correct": "ليس صحيحا من حيث الواقع",
"Not sure what to add?": "لست متأكدا ما يجب إضافته؟", "Not sure what to add?": "لست متأكدا ما يجب إضافته؟",
"Not sure what to write? Switch to": "لست متأكدا ماذا أكتب؟ التبديل إلى", "Not sure what to write? Switch to": "لست متأكدا ماذا أكتب؟ التبديل إلى",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "مطلوب عنوان URL/مفتاح OpenAI.", "OpenAI URL/Key required.": "مطلوب عنوان URL/مفتاح OpenAI.",
"or": "أو", "or": "أو",
"Other": "آخر", "Other": "آخر",
"Overview": "",
"Parameters": "Parameters", "Parameters": "Parameters",
"Password": "الباسورد", "Password": "الباسورد",
"PDF document (.pdf)": "PDF ملف (.pdf)", "PDF document (.pdf)": "PDF ملف (.pdf)",
@ -300,6 +311,7 @@
"Prompt Content": "محتوى عاجل", "Prompt Content": "محتوى عاجل",
"Prompt suggestions": "اقتراحات سريعة", "Prompt suggestions": "اقتراحات سريعة",
"Prompts": "حث", "Prompts": "حث",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "سحب الموديل من Ollama.com", "Pull a model from Ollama.com": "سحب الموديل من Ollama.com",
"Pull Progress": "سحب التقدم", "Pull Progress": "سحب التقدم",
"Query Params": "Query Params", "Query Params": "Query Params",
@ -312,6 +324,8 @@
"Regenerate": "تجديد", "Regenerate": "تجديد",
"Release Notes": "ملاحظات الإصدار", "Release Notes": "ملاحظات الإصدار",
"Remove": "إزالة", "Remove": "إزالة",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "كرر آخر N", "Repeat Last N": "كرر آخر N",
"Repeat Penalty": "كرر المخالفة", "Repeat Penalty": "كرر المخالفة",
"Request Mode": "وضع الطلب", "Request Mode": "وضع الطلب",
@ -441,6 +455,8 @@
"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 كلمة يلخص [الموضوع أو الكلمة الرئيسية].",
"You": "أنت", "You": "أنت",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "مساعدك المفيد هنا", "You're a helpful assistant.": "مساعدك المفيد هنا",
"You're now logged in.": "لقد قمت الآن بتسجيل الدخول.", "You're now logged in.": "لقد قمت الآن بتسجيل الدخول.",
"Youtube": "Youtube" "Youtube": "Youtube"

View File

@ -35,6 +35,7 @@
"Already have an account?": "Вече имате акаунт? ", "Already have an account?": "Вече имате акаунт? ",
"an assistant": "асистент", "an assistant": "асистент",
"and": "и", "and": "и",
"and create a new shared link.": "",
"API Base URL": "API Базов URL", "API Base URL": "API Базов URL",
"API Key": "API Ключ", "API Key": "API Ключ",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "наличен!", "available!": "наличен!",
"Back": "Назад", "Back": "Назад",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Режим на Създаване", "Builder Mode": "Режим на Създаване",
"Cancel": "Отказ", "Cancel": "Отказ",
@ -71,6 +73,7 @@
"Chunk Params": "Chunk Params", "Chunk Params": "Chunk Params",
"Chunk Size": "Chunk Size", "Chunk Size": "Chunk Size",
"Click here for help.": "Натиснете тук за помощ.", "Click here for help.": "Натиснете тук за помощ.",
"Click here to": "",
"Click here to check other modelfiles.": "Натиснете тук за проверка на други моделфайлове.", "Click here to check other modelfiles.": "Натиснете тук за проверка на други моделфайлове.",
"Click here to select": "Натиснете тук, за да изберете", "Click here to select": "Натиснете тук, за да изберете",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Създайте кратка фраза от 3-5 думи като заглавие за следващото запитване, като стриктно спазвате ограничението от 3-5 думи и избягвате използването на думата 'заглавие':", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Създайте кратка фраза от 3-5 думи като заглавие за следващото запитване, като стриктно спазвате ограничението от 3-5 думи и избягвате използването на думата 'заглавие':",
"Create a modelfile": "Създаване на модфайл", "Create a modelfile": "Създаване на модфайл",
"Create Account": "Създаване на Акаунт", "Create Account": "Създаване на Акаунт",
"Create new key": "",
"Create new secret key": "",
"Created at": "Създадено на", "Created at": "Създадено на",
"Created At": "", "Created At": "",
"Current Model": "Текущ модел", "Current Model": "Текущ модел",
@ -105,6 +110,7 @@
"Custom": "Персонализиран", "Custom": "Персонализиран",
"Customize Ollama models for a specific purpose": "Персонализиране на Ollama моделите за конкретна цел", "Customize Ollama models for a specific purpose": "Персонализиране на Ollama моделите за конкретна цел",
"Dark": "Тъмен", "Dark": "Тъмен",
"Dashboard": "",
"Database": "База данни", "Database": "База данни",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "По подразбиране", "Default": "По подразбиране",
@ -120,6 +126,7 @@
"Delete chat": "Изтриване на чат", "Delete chat": "Изтриване на чат",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "Изтриване на Чатове", "Delete Chats": "Изтриване на Чатове",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "Изтрито {{deleteModelTag}}", "Deleted {{deleteModelTag}}": "Изтрито {{deleteModelTag}}",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "Въведете стоп последователност", "Enter stop sequence": "Въведете стоп последователност",
"Enter Top K": "Въведете Top K", "Enter Top K": "Въведете Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Въведете URL (напр. http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "Въведете URL (напр. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "Въведете имейл", "Enter Your Email": "Въведете имейл",
"Enter Your Full Name": "Въведете вашето пълно име", "Enter Your Full Name": "Въведете вашето пълно име",
"Enter Your Password": "Въведете вашата парола", "Enter Your Password": "Въведете вашата парола",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Управление на Ollama Моделите", "Manage Ollama Models": "Управление на Ollama Моделите",
"Max Tokens": "Max Tokens", "Max Tokens": "Max Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Максимум 3 модели могат да бъдат сваляни едновременно. Моля, опитайте отново по-късно.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Максимум 3 модели могат да бъдат сваляни едновременно. Моля, опитайте отново по-късно.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,7 @@
"Name your modelfile": "Име на модфайла", "Name your modelfile": "Име на модфайла",
"New Chat": "Нов чат", "New Chat": "Нов чат",
"New Password": "Нова парола", "New Password": "Нова парола",
"No results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "Не сте сигурни, какво да добавите?", "Not sure what to add?": "Не сте сигурни, какво да добавите?",
"Not sure what to write? Switch to": "Не сте сигурни, какво да напишете? Превключете към", "Not sure what to write? Switch to": "Не сте сигурни, какво да напишете? Превключете към",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "или", "or": "или",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "Параметри", "Parameters": "Параметри",
"Password": "Парола", "Password": "Парола",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "Съдържание на промпта", "Prompt Content": "Съдържание на промпта",
"Prompt suggestions": "Промпт предложения", "Prompt suggestions": "Промпт предложения",
"Prompts": "Промптове", "Prompts": "Промптове",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Издърпайте модел от Ollama.com", "Pull a model from Ollama.com": "Издърпайте модел от Ollama.com",
"Pull Progress": "Прогрес на издърпването", "Pull Progress": "Прогрес на издърпването",
"Query Params": "Query Параметри", "Query Params": "Query Параметри",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "Бележки по изданието", "Release Notes": "Бележки по изданието",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "Repeat Last N", "Repeat Last N": "Repeat Last N",
"Repeat Penalty": "Repeat Penalty", "Repeat Penalty": "Repeat Penalty",
"Request Mode": "Request Mode", "Request Mode": "Request Mode",
@ -441,6 +455,8 @@
"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 знака, което описва [тема или ключова дума].",
"You": "Вие", "You": "Вие",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Вие сте полезен асистент.", "You're a helpful assistant.": "Вие сте полезен асистент.",
"You're now logged in.": "Сега, вие влязохте в системата.", "You're now logged in.": "Сега, вие влязохте в системата.",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "আগে থেকেই একাউন্ট আছে?", "Already have an account?": "আগে থেকেই একাউন্ট আছে?",
"an assistant": "একটা এসিস্ট্যান্ট", "an assistant": "একটা এসিস্ট্যান্ট",
"and": "এবং", "and": "এবং",
"and create a new shared link.": "",
"API Base URL": "এপিআই বেজ ইউআরএল", "API Base URL": "এপিআই বেজ ইউআরএল",
"API Key": "এপিআই কোড", "API Key": "এপিআই কোড",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "উপলব্ধ!", "available!": "উপলব্ধ!",
"Back": "পেছনে", "Back": "পেছনে",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "বিল্ডার মোড", "Builder Mode": "বিল্ডার মোড",
"Cancel": "বাতিল", "Cancel": "বাতিল",
@ -71,6 +73,7 @@
"Chunk Params": "চাঙ্ক প্যারামিটার্স", "Chunk Params": "চাঙ্ক প্যারামিটার্স",
"Chunk Size": "চাঙ্ক সাইজ", "Chunk Size": "চাঙ্ক সাইজ",
"Click here for help.": "সাহায্যের জন্য এখানে ক্লিক করুন", "Click here for help.": "সাহায্যের জন্য এখানে ক্লিক করুন",
"Click here to": "",
"Click here to check other modelfiles.": "অন্যান্য মডেলফাইল চেক করার জন্য এখানে ক্লিক করুন", "Click here to check other modelfiles.": "অন্যান্য মডেলফাইল চেক করার জন্য এখানে ক্লিক করুন",
"Click here to select": "নির্বাচন করার জন্য এখানে ক্লিক করুন", "Click here to select": "নির্বাচন করার জন্য এখানে ক্লিক করুন",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "'title' শব্দটি ব্যবহার না করে নিম্মোক্ত অনুসন্ধানের জন্য সংক্ষেপে সর্বোচ্চ ৩-৫ শব্দের একটি হেডার তৈরি করুন", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "'title' শব্দটি ব্যবহার না করে নিম্মোক্ত অনুসন্ধানের জন্য সংক্ষেপে সর্বোচ্চ ৩-৫ শব্দের একটি হেডার তৈরি করুন",
"Create a modelfile": "একটি মডেলফাইল তৈরি করুন", "Create a modelfile": "একটি মডেলফাইল তৈরি করুন",
"Create Account": "একাউন্ট তৈরি করুন", "Create Account": "একাউন্ট তৈরি করুন",
"Create new key": "",
"Create new secret key": "",
"Created at": "নির্মানকাল", "Created at": "নির্মানকাল",
"Created At": "", "Created At": "",
"Current Model": "বর্তমান মডেল", "Current Model": "বর্তমান মডেল",
@ -105,6 +110,7 @@
"Custom": "কাস্টম", "Custom": "কাস্টম",
"Customize Ollama models for a specific purpose": "নির্দিষ্ট উদ্দেশ্যে Ollama মডেল পরিবর্তন করুন", "Customize Ollama models for a specific purpose": "নির্দিষ্ট উদ্দেশ্যে Ollama মডেল পরিবর্তন করুন",
"Dark": "ডার্ক", "Dark": "ডার্ক",
"Dashboard": "",
"Database": "ডেটাবেজ", "Database": "ডেটাবেজ",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "ডিফল্ট", "Default": "ডিফল্ট",
@ -120,6 +126,7 @@
"Delete chat": "চ্যাট মুছে ফেলুন", "Delete chat": "চ্যাট মুছে ফেলুন",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "চ্যাটগুলো মুছে ফেলুন", "Delete Chats": "চ্যাটগুলো মুছে ফেলুন",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} মুছে ফেলা হয়েছে", "Deleted {{deleteModelTag}}": "{{deleteModelTag}} মুছে ফেলা হয়েছে",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "স্টপ সিকোয়েন্স লিখুন", "Enter stop sequence": "স্টপ সিকোয়েন্স লিখুন",
"Enter Top K": "Top K লিখুন", "Enter Top K": "Top K লিখুন",
"Enter URL (e.g. http://127.0.0.1:7860/)": "ইউআরএল দিন (যেমন http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "ইউআরএল দিন (যেমন http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "আপনার ইমেইল লিখুন", "Enter Your Email": "আপনার ইমেইল লিখুন",
"Enter Your Full Name": "আপনার পূর্ণ নাম লিখুন", "Enter Your Full Name": "আপনার পূর্ণ নাম লিখুন",
"Enter Your Password": "আপনার পাসওয়ার্ড লিখুন", "Enter Your Password": "আপনার পাসওয়ার্ড লিখুন",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Ollama মডেলসূহ ব্যবস্থাপনা করুন", "Manage Ollama Models": "Ollama মডেলসূহ ব্যবস্থাপনা করুন",
"Max Tokens": "সর্বোচ্চ টোকন", "Max Tokens": "সর্বোচ্চ টোকন",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "একসঙ্গে সর্বোচ্চ তিনটি মডেল ডাউনলোড করা যায়। দয়া করে পরে আবার চেষ্টা করুন।", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "একসঙ্গে সর্বোচ্চ তিনটি মডেল ডাউনলোড করা যায়। দয়া করে পরে আবার চেষ্টা করুন।",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,7 @@
"Name your modelfile": "আপনার মডেলফাইলের নাম দিন", "Name your modelfile": "আপনার মডেলফাইলের নাম দিন",
"New Chat": "নতুন চ্যাট", "New Chat": "নতুন চ্যাট",
"New Password": "নতুন পাসওয়ার্ড", "New Password": "নতুন পাসওয়ার্ড",
"No results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "কী যুক্ত করতে হবে নিশ্চিত না?", "Not sure what to add?": "কী যুক্ত করতে হবে নিশ্চিত না?",
"Not sure what to write? Switch to": "কী লিখতে হবে নিশ্চিত না? পরিবর্তন করুন:", "Not sure what to write? Switch to": "কী লিখতে হবে নিশ্চিত না? পরিবর্তন করুন:",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "অথবা", "or": "অথবা",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "প্যারামিটারসমূহ", "Parameters": "প্যারামিটারসমূহ",
"Password": "পাসওয়ার্ড", "Password": "পাসওয়ার্ড",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "প্রম্পট কন্টেন্ট", "Prompt Content": "প্রম্পট কন্টেন্ট",
"Prompt suggestions": "প্রম্পট সাজেশনসমূহ", "Prompt suggestions": "প্রম্পট সাজেশনসমূহ",
"Prompts": "প্রম্পটসমূহ", "Prompts": "প্রম্পটসমূহ",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Ollama.com থেকে একটি টেনে আনুন আনুন", "Pull a model from Ollama.com": "Ollama.com থেকে একটি টেনে আনুন আনুন",
"Pull Progress": "Pull চলমান", "Pull Progress": "Pull চলমান",
"Query Params": "Query প্যারামিটারসমূহ", "Query Params": "Query প্যারামিটারসমূহ",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "রিলিজ নোটসমূহ", "Release Notes": "রিলিজ নোটসমূহ",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "রিপিট Last N", "Repeat Last N": "রিপিট Last N",
"Repeat Penalty": "রিপিট প্যানাল্টি", "Repeat Penalty": "রিপিট প্যানাল্টি",
"Request Mode": "রিকোয়েস্ট মোড", "Request Mode": "রিকোয়েস্ট মোড",
@ -441,6 +455,8 @@
"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] এর একটি সারসংক্ষেপ লিখুন।",
"You": "আপনি", "You": "আপনি",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "আপনি একজন উপকারী এসিস্ট্যান্ট", "You're a helpful assistant.": "আপনি একজন উপকারী এসিস্ট্যান্ট",
"You're now logged in.": "আপনি এখন লগইন করা অবস্থায় আছেন", "You're now logged in.": "আপনি এখন লগইন করা অবস্থায় আছেন",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "Ja tens un compte?", "Already have an account?": "Ja tens un compte?",
"an assistant": "un assistent", "an assistant": "un assistent",
"and": "i", "and": "i",
"and create a new shared link.": "",
"API Base URL": "URL Base de l'API", "API Base URL": "URL Base de l'API",
"API Key": "Clau de l'API", "API Key": "Clau de l'API",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "disponible!", "available!": "disponible!",
"Back": "Enrere", "Back": "Enrere",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Mode Constructor", "Builder Mode": "Mode Constructor",
"Cancel": "Cancel·la", "Cancel": "Cancel·la",
@ -71,6 +73,7 @@
"Chunk Params": "Paràmetres de Blocs", "Chunk Params": "Paràmetres de Blocs",
"Chunk Size": "Mida del Bloc", "Chunk Size": "Mida del Bloc",
"Click here for help.": "Fes clic aquí per ajuda.", "Click here for help.": "Fes clic aquí per ajuda.",
"Click here to": "",
"Click here to check other modelfiles.": "Fes clic aquí per comprovar altres fitxers de model.", "Click here to check other modelfiles.": "Fes clic aquí per comprovar altres fitxers de model.",
"Click here to select": "Fes clic aquí per seleccionar", "Click here to select": "Fes clic aquí per seleccionar",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Crea una frase concisa de 3-5 paraules com a capçalera per a la següent consulta, seguint estrictament el límit de 3-5 paraules i evitant l'ús de la paraula 'títol':", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Crea una frase concisa de 3-5 paraules com a capçalera per a la següent consulta, seguint estrictament el límit de 3-5 paraules i evitant l'ús de la paraula 'títol':",
"Create a modelfile": "Crea un fitxer de model", "Create a modelfile": "Crea un fitxer de model",
"Create Account": "Crea un Compte", "Create Account": "Crea un Compte",
"Create new key": "",
"Create new secret key": "",
"Created at": "Creat el", "Created at": "Creat el",
"Created At": "", "Created At": "",
"Current Model": "Model Actual", "Current Model": "Model Actual",
@ -105,6 +110,7 @@
"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",
"Dark": "Fosc", "Dark": "Fosc",
"Dashboard": "",
"Database": "Base de Dades", "Database": "Base de Dades",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "Per defecte", "Default": "Per defecte",
@ -120,6 +126,7 @@
"Delete chat": "Esborra xat", "Delete chat": "Esborra xat",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "Esborra Xats", "Delete Chats": "Esborra Xats",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "Esborrat {{deleteModelTag}}", "Deleted {{deleteModelTag}}": "Esborrat {{deleteModelTag}}",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "Introdueix la seqüència de parada", "Enter stop sequence": "Introdueix la seqüència de parada",
"Enter Top K": "Introdueix Top K", "Enter Top K": "Introdueix Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Introdueix l'URL (p. ex. http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "Introdueix l'URL (p. ex. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "Introdueix el Teu Correu Electrònic", "Enter Your Email": "Introdueix el Teu Correu Electrònic",
"Enter Your Full Name": "Introdueix el Teu Nom Complet", "Enter Your Full Name": "Introdueix el Teu Nom Complet",
"Enter Your Password": "Introdueix la Teva Contrasenya", "Enter Your Password": "Introdueix la Teva Contrasenya",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Gestiona Models Ollama", "Manage Ollama Models": "Gestiona Models Ollama",
"Max Tokens": "Màxim de Tokens", "Max Tokens": "Màxim de Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Es poden descarregar un màxim de 3 models simultàniament. Si us plau, prova-ho més tard.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Es poden descarregar un màxim de 3 models simultàniament. Si us plau, prova-ho més tard.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Eta de Mirostat", "Mirostat Eta": "Eta de Mirostat",
@ -258,6 +267,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 results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "No estàs segur del que afegir?", "Not sure what to add?": "No estàs segur del que afegir?",
"Not sure what to write? Switch to": "No estàs segur del que escriure? Canvia a", "Not sure what to write? Switch to": "No estàs segur del que escriure? Canvia a",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "o", "or": "o",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "Paràmetres", "Parameters": "Paràmetres",
"Password": "Contrasenya", "Password": "Contrasenya",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "Contingut del Prompt", "Prompt Content": "Contingut del Prompt",
"Prompt suggestions": "Suggeriments de Prompt", "Prompt suggestions": "Suggeriments de Prompt",
"Prompts": "Prompts", "Prompts": "Prompts",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Treu un model d'Ollama.com", "Pull a model from Ollama.com": "Treu un model d'Ollama.com",
"Pull Progress": "Progrés de Tracció", "Pull Progress": "Progrés de Tracció",
"Query Params": "Paràmetres de Consulta", "Query Params": "Paràmetres de Consulta",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "Notes de la Versió", "Release Notes": "Notes de la Versió",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "Repeteix Últim N", "Repeat Last N": "Repeteix Últim N",
"Repeat Penalty": "Penalització de Repetició", "Repeat Penalty": "Penalització de Repetició",
"Request Mode": "Mode de Sol·licitud", "Request Mode": "Mode de Sol·licitud",
@ -441,6 +455,8 @@
"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].",
"You": "Tu", "You": "Tu",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Ets un assistent útil.", "You're a helpful assistant.": "Ets un assistent útil.",
"You're now logged in.": "Ara estàs connectat.", "You're now logged in.": "Ara estàs connectat.",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "Such account exists?", "Already have an account?": "Such account exists?",
"an assistant": "such assistant", "an assistant": "such assistant",
"and": "and", "and": "and",
"and create a new shared link.": "",
"API Base URL": "API Base URL", "API Base URL": "API Base URL",
"API Key": "API Key", "API Key": "API Key",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "available! So excite!", "available!": "available! So excite!",
"Back": "Back", "Back": "Back",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Builder Mode", "Builder Mode": "Builder Mode",
"Cancel": "Cancel", "Cancel": "Cancel",
@ -71,6 +73,7 @@
"Chunk Params": "Chunk Params", "Chunk Params": "Chunk Params",
"Chunk Size": "Chunk Size", "Chunk Size": "Chunk Size",
"Click here for help.": "Click for help. Much assist.", "Click here for help.": "Click for help. Much assist.",
"Click here to": "",
"Click here to check other modelfiles.": "Click to check other modelfiles.", "Click here to check other modelfiles.": "Click to check other modelfiles.",
"Click here to select": "Click to select", "Click here to select": "Click to select",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Create short phrase, 3-5 word, as header for query, much strict, avoid 'title':", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Create short phrase, 3-5 word, as header for query, much strict, avoid 'title':",
"Create a modelfile": "Create modelfile", "Create a modelfile": "Create modelfile",
"Create Account": "Create Account", "Create Account": "Create Account",
"Create new key": "",
"Create new secret key": "",
"Created at": "Created at", "Created at": "Created at",
"Created At": "", "Created At": "",
"Current Model": "Current Model", "Current Model": "Current Model",
@ -105,6 +110,7 @@
"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",
"Dark": "Dark", "Dark": "Dark",
"Dashboard": "",
"Database": "Database", "Database": "Database",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "Default", "Default": "Default",
@ -120,6 +126,7 @@
"Delete chat": "Delete chat", "Delete chat": "Delete chat",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "Delete Chats", "Delete Chats": "Delete Chats",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "Deleted {{deleteModelTag}}", "Deleted {{deleteModelTag}}": "Deleted {{deleteModelTag}}",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "Enter stop bark", "Enter stop sequence": "Enter stop bark",
"Enter Top K": "Enter Top Wow", "Enter Top K": "Enter Top Wow",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Enter URL (e.g. http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "Enter URL (e.g. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "Enter Your Dogemail", "Enter Your Email": "Enter Your Dogemail",
"Enter Your Full Name": "Enter Your Full Wow", "Enter Your Full Name": "Enter Your Full Wow",
"Enter Your Password": "Enter Your Barkword", "Enter Your Password": "Enter Your Barkword",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Manage Ollama Wowdels", "Manage Ollama Models": "Manage Ollama Wowdels",
"Max Tokens": "Max Tokens", "Max Tokens": "Max Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Maximum of 3 models can be downloaded simultaneously. Please try again later.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Maximum of 3 models can be downloaded simultaneously. Please try again later.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,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 results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "Not sure what to add?", "Not sure what to add?": "Not sure what to add?",
"Not sure what to write? Switch to": "Not sure what to write? Switch to", "Not sure what to write? Switch to": "Not sure what to write? Switch to",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "or", "or": "or",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "Parametos", "Parameters": "Parametos",
"Password": "Barkword", "Password": "Barkword",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "Prompt Content", "Prompt Content": "Prompt Content",
"Prompt suggestions": "Prompt wowgestions", "Prompt suggestions": "Prompt wowgestions",
"Prompts": "Promptos", "Prompts": "Promptos",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Pull a wowdel from Ollama.com", "Pull a model from Ollama.com": "Pull a wowdel from Ollama.com",
"Pull Progress": "Pull Progress", "Pull Progress": "Pull Progress",
"Query Params": "Query Bark", "Query Params": "Query Bark",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "Release Borks", "Release Notes": "Release Borks",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "Repeat Last N", "Repeat Last N": "Repeat Last N",
"Repeat Penalty": "Repeat Penalty", "Repeat Penalty": "Repeat Penalty",
"Request Mode": "Request Bark", "Request Mode": "Request Bark",
@ -441,6 +455,8 @@
"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.",
"You": "You very you", "You": "You very you",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "You're a helpful assistant. Much helpful.", "You're a helpful assistant.": "You're a helpful assistant. Much helpful.",
"You're now logged in.": "You're now logged in. Much logged.", "You're now logged in.": "You're now logged in. Much logged.",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "", "Already have an account?": "",
"an assistant": "", "an assistant": "",
"and": "", "and": "",
"and create a new shared link.": "",
"API Base URL": "", "API Base URL": "",
"API Key": "", "API Key": "",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "", "available!": "",
"Back": "", "Back": "",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "", "Builder Mode": "",
"Cancel": "", "Cancel": "",
@ -71,6 +73,7 @@
"Chunk Params": "", "Chunk Params": "",
"Chunk Size": "", "Chunk Size": "",
"Click here for help.": "", "Click here for help.": "",
"Click here to": "",
"Click here to check other modelfiles.": "", "Click here to check other modelfiles.": "",
"Click here to select": "", "Click here to select": "",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "",
"Create a modelfile": "", "Create a modelfile": "",
"Create Account": "", "Create Account": "",
"Create new key": "",
"Create new secret key": "",
"Created at": "", "Created at": "",
"Created At": "", "Created At": "",
"Current Model": "", "Current Model": "",
@ -105,6 +110,7 @@
"Custom": "", "Custom": "",
"Customize Ollama models for a specific purpose": "", "Customize Ollama models for a specific purpose": "",
"Dark": "", "Dark": "",
"Dashboard": "",
"Database": "", "Database": "",
"DD/MM/YYYY HH:mm": "", "DD/MM/YYYY HH:mm": "",
"Default": "", "Default": "",
@ -120,6 +126,7 @@
"Delete chat": "", "Delete chat": "",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "", "Delete Chats": "",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "", "Deleted {{deleteModelTag}}": "",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "", "Enter stop sequence": "",
"Enter Top K": "", "Enter Top K": "",
"Enter URL (e.g. http://127.0.0.1:7860/)": "", "Enter URL (e.g. http://127.0.0.1:7860/)": "",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "", "Enter Your Email": "",
"Enter Your Full Name": "", "Enter Your Full Name": "",
"Enter Your Password": "", "Enter Your Password": "",
@ -228,6 +236,7 @@
"Manage Ollama Models": "", "Manage Ollama Models": "",
"Max Tokens": "", "Max Tokens": "",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "", "Mirostat": "",
"Mirostat Eta": "", "Mirostat Eta": "",
@ -258,6 +267,7 @@
"Name your modelfile": "", "Name your modelfile": "",
"New Chat": "", "New Chat": "",
"New Password": "", "New Password": "",
"No results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "", "Not sure what to add?": "",
"Not sure what to write? Switch to": "", "Not sure what to write? Switch to": "",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "", "or": "",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "", "Parameters": "",
"Password": "", "Password": "",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "", "Prompt Content": "",
"Prompt suggestions": "", "Prompt suggestions": "",
"Prompts": "", "Prompts": "",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "", "Pull a model from Ollama.com": "",
"Pull Progress": "", "Pull Progress": "",
"Query Params": "", "Query Params": "",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "", "Release Notes": "",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "", "Repeat Last N": "",
"Repeat Penalty": "", "Repeat Penalty": "",
"Request Mode": "", "Request Mode": "",
@ -441,6 +455,8 @@
"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].": "",
"You": "", "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "", "You're a helpful assistant.": "",
"You're now logged in.": "", "You're now logged in.": "",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "", "Already have an account?": "",
"an assistant": "", "an assistant": "",
"and": "", "and": "",
"and create a new shared link.": "",
"API Base URL": "", "API Base URL": "",
"API Key": "", "API Key": "",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "", "available!": "",
"Back": "", "Back": "",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "", "Builder Mode": "",
"Cancel": "", "Cancel": "",
@ -71,6 +73,7 @@
"Chunk Params": "", "Chunk Params": "",
"Chunk Size": "", "Chunk Size": "",
"Click here for help.": "", "Click here for help.": "",
"Click here to": "",
"Click here to check other modelfiles.": "", "Click here to check other modelfiles.": "",
"Click here to select": "", "Click here to select": "",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "",
"Create a modelfile": "", "Create a modelfile": "",
"Create Account": "", "Create Account": "",
"Create new key": "",
"Create new secret key": "",
"Created at": "", "Created at": "",
"Created At": "", "Created At": "",
"Current Model": "", "Current Model": "",
@ -105,6 +110,7 @@
"Custom": "", "Custom": "",
"Customize Ollama models for a specific purpose": "", "Customize Ollama models for a specific purpose": "",
"Dark": "", "Dark": "",
"Dashboard": "",
"Database": "", "Database": "",
"DD/MM/YYYY HH:mm": "", "DD/MM/YYYY HH:mm": "",
"Default": "", "Default": "",
@ -120,6 +126,7 @@
"Delete chat": "", "Delete chat": "",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "", "Delete Chats": "",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "", "Deleted {{deleteModelTag}}": "",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "", "Enter stop sequence": "",
"Enter Top K": "", "Enter Top K": "",
"Enter URL (e.g. http://127.0.0.1:7860/)": "", "Enter URL (e.g. http://127.0.0.1:7860/)": "",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "", "Enter Your Email": "",
"Enter Your Full Name": "", "Enter Your Full Name": "",
"Enter Your Password": "", "Enter Your Password": "",
@ -228,6 +236,7 @@
"Manage Ollama Models": "", "Manage Ollama Models": "",
"Max Tokens": "", "Max Tokens": "",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "", "Mirostat": "",
"Mirostat Eta": "", "Mirostat Eta": "",
@ -258,6 +267,7 @@
"Name your modelfile": "", "Name your modelfile": "",
"New Chat": "", "New Chat": "",
"New Password": "", "New Password": "",
"No results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "", "Not sure what to add?": "",
"Not sure what to write? Switch to": "", "Not sure what to write? Switch to": "",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "", "or": "",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "", "Parameters": "",
"Password": "", "Password": "",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "", "Prompt Content": "",
"Prompt suggestions": "", "Prompt suggestions": "",
"Prompts": "", "Prompts": "",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "", "Pull a model from Ollama.com": "",
"Pull Progress": "", "Pull Progress": "",
"Query Params": "", "Query Params": "",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "", "Release Notes": "",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "", "Repeat Last N": "",
"Repeat Penalty": "", "Repeat Penalty": "",
"Request Mode": "", "Request Mode": "",
@ -441,6 +455,8 @@
"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].": "",
"You": "", "You": "",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "", "You're a helpful assistant.": "",
"You're now logged in.": "", "You're now logged in.": "",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "¿Ya tienes una cuenta?", "Already have an account?": "¿Ya tienes una cuenta?",
"an assistant": "un asistente", "an assistant": "un asistente",
"and": "y", "and": "y",
"and create a new shared link.": "",
"API Base URL": "Dirección URL de la API", "API Base URL": "Dirección URL de la API",
"API Key": "Clave de la API ", "API Key": "Clave de la API ",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "¡disponible!", "available!": "¡disponible!",
"Back": "Volver", "Back": "Volver",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Modo de Constructor", "Builder Mode": "Modo de Constructor",
"Cancel": "Cancelar", "Cancel": "Cancelar",
@ -71,6 +73,7 @@
"Chunk Params": "Parámetros de fragmentos", "Chunk Params": "Parámetros de fragmentos",
"Chunk Size": "Tamaño de fragmentos", "Chunk Size": "Tamaño de fragmentos",
"Click here for help.": "Presiona aquí para obtener ayuda.", "Click here for help.": "Presiona aquí para obtener ayuda.",
"Click here to": "",
"Click here to check other modelfiles.": "Presiona aquí para consultar otros modelfiles.", "Click here to check other modelfiles.": "Presiona aquí para consultar otros modelfiles.",
"Click here to select": "Presiona aquí para seleccionar", "Click here to select": "Presiona aquí para seleccionar",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Cree una frase concisa de 3 a 5 palabras como encabezado para la siguiente consulta, respetando estrictamente el límite de 3 a 5 palabras y evitando el uso de la palabra 'título':", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Cree una frase concisa de 3 a 5 palabras como encabezado para la siguiente consulta, respetando estrictamente el límite de 3 a 5 palabras y evitando el uso de la palabra 'título':",
"Create a modelfile": "Crea un modelfile", "Create a modelfile": "Crea un modelfile",
"Create Account": "Crear una cuenta", "Create Account": "Crear una cuenta",
"Create new key": "",
"Create new secret key": "",
"Created at": "Creado en", "Created at": "Creado en",
"Created At": "", "Created At": "",
"Current Model": "Modelo Actual", "Current Model": "Modelo Actual",
@ -105,6 +110,7 @@
"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",
"Dark": "Oscuro", "Dark": "Oscuro",
"Dashboard": "",
"Database": "Base de datos", "Database": "Base de datos",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "Por defecto", "Default": "Por defecto",
@ -120,6 +126,7 @@
"Delete chat": "Borrar chat", "Delete chat": "Borrar chat",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "Borrar Chats", "Delete Chats": "Borrar Chats",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "Se borró {{deleteModelTag}}", "Deleted {{deleteModelTag}}": "Se borró {{deleteModelTag}}",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "Ingrese la secuencia de parada", "Enter stop sequence": "Ingrese la secuencia de parada",
"Enter Top K": "Ingrese el Top K", "Enter Top K": "Ingrese el Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Ingrese la URL (p.ej., http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "Ingrese la URL (p.ej., http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "Ingrese su correo electrónico", "Enter Your Email": "Ingrese su correo electrónico",
"Enter Your Full Name": "Ingrese su nombre completo", "Enter Your Full Name": "Ingrese su nombre completo",
"Enter Your Password": "Ingrese su contraseña", "Enter Your Password": "Ingrese su contraseña",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Administrar Modelos Ollama", "Manage Ollama Models": "Administrar Modelos Ollama",
"Max Tokens": "Máximo de Tokens", "Max Tokens": "Máximo de Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Se pueden descargar un máximo de 3 modelos simultáneamente. Por favor, inténtelo de nuevo más tarde.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Se pueden descargar un máximo de 3 modelos simultáneamente. Por favor, inténtelo de nuevo más tarde.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,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 results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "¿No sabes qué añadir?", "Not sure what to add?": "¿No sabes qué añadir?",
"Not sure what to write? Switch to": "¿No sabes qué escribir? Cambia a", "Not sure what to write? Switch to": "¿No sabes qué escribir? Cambia a",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "o", "or": "o",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "Parámetros", "Parameters": "Parámetros",
"Password": "Contraseña", "Password": "Contraseña",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "Contenido del Prompt", "Prompt Content": "Contenido del Prompt",
"Prompt suggestions": "Sugerencias de Prompts", "Prompt suggestions": "Sugerencias de Prompts",
"Prompts": "Prompts", "Prompts": "Prompts",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Obtener un modelo de Ollama.com", "Pull a model from Ollama.com": "Obtener un modelo de Ollama.com",
"Pull Progress": "Progreso de extracción", "Pull Progress": "Progreso de extracción",
"Query Params": "Parámetros de consulta", "Query Params": "Parámetros de consulta",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "Notas de la versión", "Release Notes": "Notas de la versión",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "Repetir las últimas N", "Repeat Last N": "Repetir las últimas N",
"Repeat Penalty": "Penalidad de repetición", "Repeat Penalty": "Penalidad de repetición",
"Request Mode": "Modo de petición", "Request Mode": "Modo de petición",
@ -441,6 +455,8 @@
"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].",
"You": "Usted", "You": "Usted",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Eres un asistente útil.", "You're a helpful assistant.": "Eres un asistente útil.",
"You're now logged in.": "Has iniciado sesión.", "You're now logged in.": "Has iniciado sesión.",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "از قبل حساب کاربری دارید؟", "Already have an account?": "از قبل حساب کاربری دارید؟",
"an assistant": "یک دستیار", "an assistant": "یک دستیار",
"and": "و", "and": "و",
"and create a new shared link.": "",
"API Base URL": "API Base URL", "API Base URL": "API Base URL",
"API Key": "API Key", "API Key": "API Key",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "در دسترس!", "available!": "در دسترس!",
"Back": "بازگشت", "Back": "بازگشت",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "حالت سازنده", "Builder Mode": "حالت سازنده",
"Cancel": "لغو", "Cancel": "لغو",
@ -71,6 +73,7 @@
"Chunk Params": "پارامترهای تکه", "Chunk Params": "پارامترهای تکه",
"Chunk Size": "اندازه تکه", "Chunk Size": "اندازه تکه",
"Click here for help.": "برای کمک اینجا را کلیک کنید.", "Click here for help.": "برای کمک اینجا را کلیک کنید.",
"Click here to": "",
"Click here to check other modelfiles.": "برای بررسی سایر فایل\u200cهای مدل اینجا را کلیک کنید.", "Click here to check other modelfiles.": "برای بررسی سایر فایل\u200cهای مدل اینجا را کلیک کنید.",
"Click here to select": "برای انتخاب اینجا کلیک کنید", "Click here to select": "برای انتخاب اینجا کلیک کنید",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "یک عبارت مختصر و ۳ تا ۵ کلمه ای را به عنوان سرفصل برای پرس و جو زیر ایجاد کنید، به شدت محدودیت ۳-۵ کلمه را رعایت کنید و از استفاده از کلمه 'عنوان' خودداری کنید:", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "یک عبارت مختصر و ۳ تا ۵ کلمه ای را به عنوان سرفصل برای پرس و جو زیر ایجاد کنید، به شدت محدودیت ۳-۵ کلمه را رعایت کنید و از استفاده از کلمه 'عنوان' خودداری کنید:",
"Create a modelfile": "ایجاد یک فایل مدل", "Create a modelfile": "ایجاد یک فایل مدل",
"Create Account": "ساخت حساب کاربری", "Create Account": "ساخت حساب کاربری",
"Create new key": "",
"Create new secret key": "",
"Created at": "ایجاد شده در", "Created at": "ایجاد شده در",
"Created At": "", "Created At": "",
"Current Model": "مدل فعلی", "Current Model": "مدل فعلی",
@ -105,6 +110,7 @@
"Custom": "دلخواه", "Custom": "دلخواه",
"Customize Ollama models for a specific purpose": "مدل های اولاما را برای یک هدف خاص سفارشی کنید", "Customize Ollama models for a specific purpose": "مدل های اولاما را برای یک هدف خاص سفارشی کنید",
"Dark": "تیره", "Dark": "تیره",
"Dashboard": "",
"Database": "پایگاه داده", "Database": "پایگاه داده",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "پیشفرض", "Default": "پیشفرض",
@ -120,6 +126,7 @@
"Delete chat": "حذف گپ", "Delete chat": "حذف گپ",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "حذف گپ\u200cها", "Delete Chats": "حذف گپ\u200cها",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} پاک شد", "Deleted {{deleteModelTag}}": "{{deleteModelTag}} پاک شد",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "توالی توقف را وارد کنید", "Enter stop sequence": "توالی توقف را وارد کنید",
"Enter Top K": "مقدار Top K را وارد کنید", "Enter Top K": "مقدار Top K را وارد کنید",
"Enter URL (e.g. http://127.0.0.1:7860/)": "مقدار URL را وارد کنید (مثال http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "مقدار URL را وارد کنید (مثال http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "ایمیل خود را وارد کنید", "Enter Your Email": "ایمیل خود را وارد کنید",
"Enter Your Full Name": "نام کامل خود را وارد کنید", "Enter Your Full Name": "نام کامل خود را وارد کنید",
"Enter Your Password": "رمز عبور خود را وارد کنید", "Enter Your Password": "رمز عبور خود را وارد کنید",
@ -228,6 +236,7 @@
"Manage Ollama Models": "مدیریت مدل\u200cهای اولاما", "Manage Ollama Models": "مدیریت مدل\u200cهای اولاما",
"Max Tokens": "حداکثر توکن", "Max Tokens": "حداکثر توکن",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "حداکثر 3 مدل را می توان به طور همزمان دانلود کرد. لطفاً بعداً دوباره امتحان کنید.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "حداکثر 3 مدل را می توان به طور همزمان دانلود کرد. لطفاً بعداً دوباره امتحان کنید.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,7 @@
"Name your modelfile": "فایل مدل را نام\u200cگذاری کنید", "Name your modelfile": "فایل مدل را نام\u200cگذاری کنید",
"New Chat": "گپ جدید", "New Chat": "گپ جدید",
"New Password": "رمز عبور جدید", "New Password": "رمز عبور جدید",
"No results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "مطمئن نیستید چه چیزی را اضافه کنید؟", "Not sure what to add?": "مطمئن نیستید چه چیزی را اضافه کنید؟",
"Not sure what to write? Switch to": "مطمئن نیستید چه بنویسید؟ تغییر به", "Not sure what to write? Switch to": "مطمئن نیستید چه بنویسید؟ تغییر به",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "روشن", "or": "روشن",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "پارامترها", "Parameters": "پارامترها",
"Password": "رمز عبور", "Password": "رمز عبور",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "محتویات پرامپت", "Prompt Content": "محتویات پرامپت",
"Prompt suggestions": "پیشنهادات پرامپت", "Prompt suggestions": "پیشنهادات پرامپت",
"Prompts": "پرامپت\u200cها", "Prompts": "پرامپت\u200cها",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "دریافت یک مدل از Ollama.com", "Pull a model from Ollama.com": "دریافت یک مدل از Ollama.com",
"Pull Progress": "پیشرفت دریافت", "Pull Progress": "پیشرفت دریافت",
"Query Params": "پارامترهای پرس و جو", "Query Params": "پارامترهای پرس و جو",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "یادداشت\u200cهای انتشار", "Release Notes": "یادداشت\u200cهای انتشار",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "Repeat Last N", "Repeat Last N": "Repeat Last N",
"Repeat Penalty": "Repeat Penalty", "Repeat Penalty": "Repeat Penalty",
"Request Mode": "حالت درخواست", "Request Mode": "حالت درخواست",
@ -441,6 +455,8 @@
"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 کلمه بنویسید که [موضوع یا کلمه کلیدی] را خلاصه کند.",
"You": "شما", "You": "شما",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "تو یک دستیار سودمند هستی.", "You're a helpful assistant.": "تو یک دستیار سودمند هستی.",
"You're now logged in.": "شما اکنون وارد شده\u200cاید.", "You're now logged in.": "شما اکنون وارد شده\u200cاید.",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "Vous avez déjà un compte ?", "Already have an account?": "Vous avez déjà un compte ?",
"an assistant": "un assistant", "an assistant": "un assistant",
"and": "et", "and": "et",
"and create a new shared link.": "",
"API Base URL": "URL de base de l'API", "API Base URL": "URL de base de l'API",
"API Key": "Clé API", "API Key": "Clé API",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "disponible !", "available!": "disponible !",
"Back": "Retour", "Back": "Retour",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Mode Constructeur", "Builder Mode": "Mode Constructeur",
"Cancel": "Annuler", "Cancel": "Annuler",
@ -71,6 +73,7 @@
"Chunk Params": "Paramètres de bloc", "Chunk Params": "Paramètres de bloc",
"Chunk Size": "Taille de bloc", "Chunk Size": "Taille de bloc",
"Click here for help.": "Cliquez ici pour de l'aide.", "Click here for help.": "Cliquez ici pour de l'aide.",
"Click here to": "",
"Click here to check other modelfiles.": "Cliquez ici pour vérifier d'autres fichiers de modèle.", "Click here to check other modelfiles.": "Cliquez ici pour vérifier d'autres fichiers de modèle.",
"Click here to select": "Cliquez ici pour sélectionner", "Click here to select": "Cliquez ici pour sélectionner",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Créez une phrase concise de 3 à 5 mots comme en-tête pour la requête suivante, en respectant strictement la limite de 3 à 5 mots et en évitant l'utilisation du mot 'titre' :", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Créez une phrase concise de 3 à 5 mots comme en-tête pour la requête suivante, en respectant strictement la limite de 3 à 5 mots et en évitant l'utilisation du mot 'titre' :",
"Create a modelfile": "Créer un fichier de modèle", "Create a modelfile": "Créer un fichier de modèle",
"Create Account": "Créer un compte", "Create Account": "Créer un compte",
"Create new key": "",
"Create new secret key": "",
"Created at": "Créé le", "Created at": "Créé le",
"Created At": "", "Created At": "",
"Current Model": "Modèle actuel", "Current Model": "Modèle actuel",
@ -105,6 +110,7 @@
"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",
"Dark": "Sombre", "Dark": "Sombre",
"Dashboard": "",
"Database": "Base de données", "Database": "Base de données",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "Par défaut", "Default": "Par défaut",
@ -120,6 +126,7 @@
"Delete chat": "Supprimer la discussion", "Delete chat": "Supprimer la discussion",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "Supprimer les discussions", "Delete Chats": "Supprimer les discussions",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} supprimé", "Deleted {{deleteModelTag}}": "{{deleteModelTag}} supprimé",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "Entrez la séquence de fin", "Enter stop sequence": "Entrez la séquence de fin",
"Enter Top K": "Entrez Top K", "Enter Top K": "Entrez Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Entrez l'URL (p. ex. http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "Entrez l'URL (p. ex. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "Entrez votre adresse email", "Enter Your Email": "Entrez votre adresse email",
"Enter Your Full Name": "Entrez votre nom complet", "Enter Your Full Name": "Entrez votre nom complet",
"Enter Your Password": "Entrez votre mot de passe", "Enter Your Password": "Entrez votre mot de passe",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Gérer les modèles Ollama", "Manage Ollama Models": "Gérer les modèles Ollama",
"Max Tokens": "Tokens maximaux", "Max Tokens": "Tokens maximaux",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Un maximum de 3 modèles peut être téléchargé simultanément. Veuillez réessayer plus tard.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Un maximum de 3 modèles peut être téléchargé simultanément. Veuillez réessayer plus tard.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,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 results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "Pas sûr de quoi ajouter ?", "Not sure what to add?": "Pas sûr de quoi ajouter ?",
"Not sure what to write? Switch to": "Pas sûr de quoi écrire ? Changez pour", "Not sure what to write? Switch to": "Pas sûr de quoi écrire ? Changez pour",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "ou", "or": "ou",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "Paramètres", "Parameters": "Paramètres",
"Password": "Mot de passe", "Password": "Mot de passe",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "Contenu du prompt", "Prompt Content": "Contenu du prompt",
"Prompt suggestions": "Suggestions de prompt", "Prompt suggestions": "Suggestions de prompt",
"Prompts": "Prompts", "Prompts": "Prompts",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Tirer un modèle de Ollama.com", "Pull a model from Ollama.com": "Tirer un modèle de Ollama.com",
"Pull Progress": "Progression du téléchargement", "Pull Progress": "Progression du téléchargement",
"Query Params": "Paramètres de requête", "Query Params": "Paramètres de requête",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "Notes de version", "Release Notes": "Notes de version",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "Répéter les N derniers", "Repeat Last N": "Répéter les N derniers",
"Repeat Penalty": "Pénalité de répétition", "Repeat Penalty": "Pénalité de répétition",
"Request Mode": "Mode de requête", "Request Mode": "Mode de requête",
@ -441,6 +455,8 @@
"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é].",
"You": "You", "You": "You",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Vous êtes un assistant utile", "You're a helpful assistant.": "Vous êtes un assistant utile",
"You're now logged in.": "Vous êtes maintenant connecté.", "You're now logged in.": "Vous êtes maintenant connecté.",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "Vous avez déjà un compte ?", "Already have an account?": "Vous avez déjà un compte ?",
"an assistant": "un assistant", "an assistant": "un assistant",
"and": "et", "and": "et",
"and create a new shared link.": "",
"API Base URL": "URL de base de l'API", "API Base URL": "URL de base de l'API",
"API Key": "Clé API", "API Key": "Clé API",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "disponible !", "available!": "disponible !",
"Back": "Retour", "Back": "Retour",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Mode Constructeur", "Builder Mode": "Mode Constructeur",
"Cancel": "Annuler", "Cancel": "Annuler",
@ -71,6 +73,7 @@
"Chunk Params": "Paramètres de bloc", "Chunk Params": "Paramètres de bloc",
"Chunk Size": "Taille de bloc", "Chunk Size": "Taille de bloc",
"Click here for help.": "Cliquez ici pour de l'aide.", "Click here for help.": "Cliquez ici pour de l'aide.",
"Click here to": "",
"Click here to check other modelfiles.": "Cliquez ici pour vérifier d'autres fichiers de modèle.", "Click here to check other modelfiles.": "Cliquez ici pour vérifier d'autres fichiers de modèle.",
"Click here to select": "Cliquez ici pour sélectionner", "Click here to select": "Cliquez ici pour sélectionner",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Créez une phrase concise de 3-5 mots comme en-tête pour la requête suivante, en respectant strictement la limite de 3-5 mots et en évitant l'utilisation du mot 'titre' :", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Créez une phrase concise de 3-5 mots comme en-tête pour la requête suivante, en respectant strictement la limite de 3-5 mots et en évitant l'utilisation du mot 'titre' :",
"Create a modelfile": "Créer un fichier de modèle", "Create a modelfile": "Créer un fichier de modèle",
"Create Account": "Créer un compte", "Create Account": "Créer un compte",
"Create new key": "",
"Create new secret key": "",
"Created at": "Créé le", "Created at": "Créé le",
"Created At": "", "Created At": "",
"Current Model": "Modèle actuel", "Current Model": "Modèle actuel",
@ -105,6 +110,7 @@
"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",
"Dark": "Sombre", "Dark": "Sombre",
"Dashboard": "",
"Database": "Base de données", "Database": "Base de données",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "Par défaut", "Default": "Par défaut",
@ -120,6 +126,7 @@
"Delete chat": "Supprimer le chat", "Delete chat": "Supprimer le chat",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "Supprimer les chats", "Delete Chats": "Supprimer les chats",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} supprimé", "Deleted {{deleteModelTag}}": "{{deleteModelTag}} supprimé",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "Entrez la séquence de fin", "Enter stop sequence": "Entrez la séquence de fin",
"Enter Top K": "Entrez Top K", "Enter Top K": "Entrez Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Entrez l'URL (p. ex. http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "Entrez l'URL (p. ex. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "Entrez votre email", "Enter Your Email": "Entrez votre email",
"Enter Your Full Name": "Entrez votre nom complet", "Enter Your Full Name": "Entrez votre nom complet",
"Enter Your Password": "Entrez votre mot de passe", "Enter Your Password": "Entrez votre mot de passe",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Gérer les modèles Ollama", "Manage Ollama Models": "Gérer les modèles Ollama",
"Max Tokens": "Tokens maximaux", "Max Tokens": "Tokens maximaux",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Un maximum de 3 modèles peut être téléchargé simultanément. Veuillez réessayer plus tard.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Un maximum de 3 modèles peut être téléchargé simultanément. Veuillez réessayer plus tard.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,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 results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "Vous ne savez pas quoi ajouter ?", "Not sure what to add?": "Vous ne savez pas quoi ajouter ?",
"Not sure what to write? Switch to": "Vous ne savez pas quoi écrire ? Basculer vers", "Not sure what to write? Switch to": "Vous ne savez pas quoi écrire ? Basculer vers",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "ou", "or": "ou",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "Paramètres", "Parameters": "Paramètres",
"Password": "Mot de passe", "Password": "Mot de passe",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "Contenu du prompt", "Prompt Content": "Contenu du prompt",
"Prompt suggestions": "Suggestions de prompt", "Prompt suggestions": "Suggestions de prompt",
"Prompts": "Prompts", "Prompts": "Prompts",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Tirer un modèle de Ollama.com", "Pull a model from Ollama.com": "Tirer un modèle de Ollama.com",
"Pull Progress": "Progression du tirage", "Pull Progress": "Progression du tirage",
"Query Params": "Paramètres de requête", "Query Params": "Paramètres de requête",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "Notes de version", "Release Notes": "Notes de version",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "Répéter les derniers N", "Repeat Last N": "Répéter les derniers N",
"Repeat Penalty": "Pénalité de répétition", "Repeat Penalty": "Pénalité de répétition",
"Request Mode": "Mode de demande", "Request Mode": "Mode de demande",
@ -441,6 +455,8 @@
"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é]",
"You": "You", "You": "You",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Vous êtes un assistant utile", "You're a helpful assistant.": "Vous êtes un assistant utile",
"You're now logged in.": "Vous êtes maintenant connecté.", "You're now logged in.": "Vous êtes maintenant connecté.",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "Hai già un account?", "Already have an account?": "Hai già un account?",
"an assistant": "un assistente", "an assistant": "un assistente",
"and": "e", "and": "e",
"and create a new shared link.": "",
"API Base URL": "URL base API", "API Base URL": "URL base API",
"API Key": "Chiave API", "API Key": "Chiave API",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "disponibile!", "available!": "disponibile!",
"Back": "Indietro", "Back": "Indietro",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Modalità costruttore", "Builder Mode": "Modalità costruttore",
"Cancel": "Annulla", "Cancel": "Annulla",
@ -71,6 +73,7 @@
"Chunk Params": "Parametri chunk", "Chunk Params": "Parametri chunk",
"Chunk Size": "Dimensione chunk", "Chunk Size": "Dimensione chunk",
"Click here for help.": "Clicca qui per aiuto.", "Click here for help.": "Clicca qui per aiuto.",
"Click here to": "",
"Click here to check other modelfiles.": "Clicca qui per controllare altri file modello.", "Click here to check other modelfiles.": "Clicca qui per controllare altri file modello.",
"Click here to select": "Clicca qui per selezionare", "Click here to select": "Clicca qui per selezionare",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Crea una frase concisa di 3-5 parole come intestazione per la seguente query, aderendo rigorosamente al limite di 3-5 parole ed evitando l'uso della parola 'titolo':", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Crea una frase concisa di 3-5 parole come intestazione per la seguente query, aderendo rigorosamente al limite di 3-5 parole ed evitando l'uso della parola 'titolo':",
"Create a modelfile": "Crea un file modello", "Create a modelfile": "Crea un file modello",
"Create Account": "Crea account", "Create Account": "Crea account",
"Create new key": "",
"Create new secret key": "",
"Created at": "Creato il", "Created at": "Creato il",
"Created At": "", "Created At": "",
"Current Model": "Modello corrente", "Current Model": "Modello corrente",
@ -105,6 +110,7 @@
"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",
"Dark": "Scuro", "Dark": "Scuro",
"Dashboard": "",
"Database": "Database", "Database": "Database",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "Predefinito", "Default": "Predefinito",
@ -120,6 +126,7 @@
"Delete chat": "Elimina chat", "Delete chat": "Elimina chat",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "Elimina chat", "Delete Chats": "Elimina chat",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "Eliminato {{deleteModelTag}}", "Deleted {{deleteModelTag}}": "Eliminato {{deleteModelTag}}",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "Inserisci la sequenza di arresto", "Enter stop sequence": "Inserisci la sequenza di arresto",
"Enter Top K": "Inserisci Top K", "Enter Top K": "Inserisci Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Inserisci URL (ad esempio http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "Inserisci URL (ad esempio http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "Inserisci la tua email", "Enter Your Email": "Inserisci la tua email",
"Enter Your Full Name": "Inserisci il tuo nome completo", "Enter Your Full Name": "Inserisci il tuo nome completo",
"Enter Your Password": "Inserisci la tua password", "Enter Your Password": "Inserisci la tua password",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Gestisci modelli Ollama", "Manage Ollama Models": "Gestisci modelli Ollama",
"Max Tokens": "Max token", "Max Tokens": "Max token",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "È possibile scaricare un massimo di 3 modelli contemporaneamente. Riprova più tardi.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "È possibile scaricare un massimo di 3 modelli contemporaneamente. Riprova più tardi.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,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 results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "Non sei sicuro di cosa aggiungere?", "Not sure what to add?": "Non sei sicuro di cosa aggiungere?",
"Not sure what to write? Switch to": "Non sei sicuro di cosa scrivere? Passa a", "Not sure what to write? Switch to": "Non sei sicuro di cosa scrivere? Passa a",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "o", "or": "o",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "Parametri", "Parameters": "Parametri",
"Password": "Password", "Password": "Password",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "Contenuto del prompt", "Prompt Content": "Contenuto del prompt",
"Prompt suggestions": "Suggerimenti prompt", "Prompt suggestions": "Suggerimenti prompt",
"Prompts": "Prompt", "Prompts": "Prompt",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Estrai un modello da Ollama.com", "Pull a model from Ollama.com": "Estrai un modello da Ollama.com",
"Pull Progress": "Avanzamento estrazione", "Pull Progress": "Avanzamento estrazione",
"Query Params": "Parametri query", "Query Params": "Parametri query",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "Note di rilascio", "Release Notes": "Note di rilascio",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "Ripeti ultimi N", "Repeat Last N": "Ripeti ultimi N",
"Repeat Penalty": "Penalità di ripetizione", "Repeat Penalty": "Penalità di ripetizione",
"Request Mode": "Modalità richiesta", "Request Mode": "Modalità richiesta",
@ -441,6 +455,8 @@
"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].",
"You": "Tu", "You": "Tu",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Sei un assistente utile.", "You're a helpful assistant.": "Sei un assistente utile.",
"You're now logged in.": "Ora hai effettuato l'accesso.", "You're now logged in.": "Ora hai effettuato l'accesso.",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "すでにアカウントをお持ちですか?", "Already have an account?": "すでにアカウントをお持ちですか?",
"an assistant": "アシスタント", "an assistant": "アシスタント",
"and": "および", "and": "および",
"and create a new shared link.": "",
"API Base URL": "API ベース URL", "API Base URL": "API ベース URL",
"API Key": "API キー", "API Key": "API キー",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "利用可能!", "available!": "利用可能!",
"Back": "戻る", "Back": "戻る",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "ビルダーモード", "Builder Mode": "ビルダーモード",
"Cancel": "キャンセル", "Cancel": "キャンセル",
@ -71,6 +73,7 @@
"Chunk Params": "チャンクパラメーター", "Chunk Params": "チャンクパラメーター",
"Chunk Size": "チャンクサイズ", "Chunk Size": "チャンクサイズ",
"Click here for help.": "ヘルプについてはここをクリックしてください。", "Click here for help.": "ヘルプについてはここをクリックしてください。",
"Click here to": "",
"Click here to check other modelfiles.": "他のモデルファイルを確認するにはここをクリックしてください。", "Click here to check other modelfiles.": "他のモデルファイルを確認するにはここをクリックしてください。",
"Click here to select": "選択するにはここをクリックしてください", "Click here to select": "選択するにはここをクリックしてください",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "次のクエリの見出しとして、3〜5語の簡潔なフレーズを作成してください。3〜5語の制限を厳守し、「タイトル」という単語の使用を避けてください。", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "次のクエリの見出しとして、3〜5語の簡潔なフレーズを作成してください。3〜5語の制限を厳守し、「タイトル」という単語の使用を避けてください。",
"Create a modelfile": "モデルファイルを作成", "Create a modelfile": "モデルファイルを作成",
"Create Account": "アカウントを作成", "Create Account": "アカウントを作成",
"Create new key": "",
"Create new secret key": "",
"Created at": "作成日時", "Created at": "作成日時",
"Created At": "", "Created At": "",
"Current Model": "現在のモデル", "Current Model": "現在のモデル",
@ -105,6 +110,7 @@
"Custom": "カスタム", "Custom": "カスタム",
"Customize Ollama models for a specific purpose": "特定の目的に合わせて Ollama モデルをカスタマイズ", "Customize Ollama models for a specific purpose": "特定の目的に合わせて Ollama モデルをカスタマイズ",
"Dark": "ダーク", "Dark": "ダーク",
"Dashboard": "",
"Database": "データベース", "Database": "データベース",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "デフォルト", "Default": "デフォルト",
@ -120,6 +126,7 @@
"Delete chat": "チャットを削除", "Delete chat": "チャットを削除",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "チャットを削除", "Delete Chats": "チャットを削除",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} を削除しました", "Deleted {{deleteModelTag}}": "{{deleteModelTag}} を削除しました",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "ストップシーケンスを入力してください", "Enter stop sequence": "ストップシーケンスを入力してください",
"Enter Top K": "トップ K を入力してください", "Enter Top K": "トップ K を入力してください",
"Enter URL (e.g. http://127.0.0.1:7860/)": "URL を入力してください (例: http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "URL を入力してください (例: http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "メールアドレスを入力してください", "Enter Your Email": "メールアドレスを入力してください",
"Enter Your Full Name": "フルネームを入力してください", "Enter Your Full Name": "フルネームを入力してください",
"Enter Your Password": "パスワードを入力してください", "Enter Your Password": "パスワードを入力してください",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Ollama モデルを管理", "Manage Ollama Models": "Ollama モデルを管理",
"Max Tokens": "最大トークン数", "Max Tokens": "最大トークン数",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "同時にダウンロードできるモデルは最大 3 つです。後でもう一度お試しください。", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "同時にダウンロードできるモデルは最大 3 つです。後でもう一度お試しください。",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "ミロスタット", "Mirostat": "ミロスタット",
"Mirostat Eta": "ミロスタット Eta", "Mirostat Eta": "ミロスタット Eta",
@ -258,6 +267,7 @@
"Name your modelfile": "モデルファイルに名前を付ける", "Name your modelfile": "モデルファイルに名前を付ける",
"New Chat": "新しいチャット", "New Chat": "新しいチャット",
"New Password": "新しいパスワード", "New Password": "新しいパスワード",
"No results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "何を追加すればよいかわからない?", "Not sure what to add?": "何を追加すればよいかわからない?",
"Not sure what to write? Switch to": "何を書けばよいかわからない? 次に切り替える", "Not sure what to write? Switch to": "何を書けばよいかわからない? 次に切り替える",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "または", "or": "または",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "パラメーター", "Parameters": "パラメーター",
"Password": "パスワード", "Password": "パスワード",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "プロンプトの内容", "Prompt Content": "プロンプトの内容",
"Prompt suggestions": "プロンプトの提案", "Prompt suggestions": "プロンプトの提案",
"Prompts": "プロンプト", "Prompts": "プロンプト",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Ollama.com からモデルをプル", "Pull a model from Ollama.com": "Ollama.com からモデルをプル",
"Pull Progress": "プルの進行状況", "Pull Progress": "プルの進行状況",
"Query Params": "クエリパラメーター", "Query Params": "クエリパラメーター",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "リリースノート", "Release Notes": "リリースノート",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "最後の N を繰り返す", "Repeat Last N": "最後の N を繰り返す",
"Repeat Penalty": "繰り返しペナルティ", "Repeat Penalty": "繰り返しペナルティ",
"Request Mode": "リクエストモード", "Request Mode": "リクエストモード",
@ -441,6 +455,8 @@
"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 語の概要を書いてください。",
"You": "あなた", "You": "あなた",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "あなたは役に立つアシスタントです。", "You're a helpful assistant.": "あなたは役に立つアシスタントです。",
"You're now logged in.": "ログインしました。", "You're now logged in.": "ログインしました。",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "უკვე გაქვს ანგარიში?", "Already have an account?": "უკვე გაქვს ანგარიში?",
"an assistant": "ასისტენტი", "an assistant": "ასისტენტი",
"and": "და", "and": "და",
"and create a new shared link.": "",
"API Base URL": "API საბაზისო URL", "API Base URL": "API საბაზისო URL",
"API Key": "API გასაღები", "API Key": "API გასაღები",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "ხელმისაწვდომია!", "available!": "ხელმისაწვდომია!",
"Back": "უკან", "Back": "უკან",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "მოდელის შექმნა", "Builder Mode": "მოდელის შექმნა",
"Cancel": "გაუქმება", "Cancel": "გაუქმება",
@ -71,6 +73,7 @@
"Chunk Params": "გადახურვის პარამეტრები", "Chunk Params": "გადახურვის პარამეტრები",
"Chunk Size": "გადახურვის ზომა", "Chunk Size": "გადახურვის ზომა",
"Click here for help.": "დახმარებისთვის, დააკლიკე აქ", "Click here for help.": "დახმარებისთვის, დააკლიკე აქ",
"Click here to": "",
"Click here to check other modelfiles.": "სხვა მოდელური ფაილების სანახავად, დააკლიკე აქ", "Click here to check other modelfiles.": "სხვა მოდელური ფაილების სანახავად, დააკლიკე აქ",
"Click here to select": "ასარჩევად, დააკლიკე აქ", "Click here to select": "ასარჩევად, დააკლიკე აქ",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "შექმენით მოკლე, 3-5 სიტყვიანი ფრაზა, როგორც სათაური თქვენი შემდეგი შეკითხვისთვის, მკაცრად დაიცავით 3-5 სიტყვის ლიმიტი და მოერიდეთ გამოიყენოთ სიტყვა „სათაური“.", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "შექმენით მოკლე, 3-5 სიტყვიანი ფრაზა, როგორც სათაური თქვენი შემდეგი შეკითხვისთვის, მკაცრად დაიცავით 3-5 სიტყვის ლიმიტი და მოერიდეთ გამოიყენოთ სიტყვა „სათაური“.",
"Create a modelfile": "მოდელური ფაილის შექმნა", "Create a modelfile": "მოდელური ფაილის შექმნა",
"Create Account": "ანგარიშის შექმნა", "Create Account": "ანგარიშის შექმნა",
"Create new key": "",
"Create new secret key": "",
"Created at": "შექმნილია", "Created at": "შექმნილია",
"Created At": "", "Created At": "",
"Current Model": "მიმდინარე მოდელი", "Current Model": "მიმდინარე მოდელი",
@ -105,6 +110,7 @@
"Custom": "საკუთარი", "Custom": "საკუთარი",
"Customize Ollama models for a specific purpose": "Ollama მოდელების დამუშავება სპეციფიური დანიშნულებისთვის", "Customize Ollama models for a specific purpose": "Ollama მოდელების დამუშავება სპეციფიური დანიშნულებისთვის",
"Dark": "მუქი", "Dark": "მუქი",
"Dashboard": "",
"Database": "მონაცემთა ბაზა", "Database": "მონაცემთა ბაზა",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "დეფოლტი", "Default": "დეფოლტი",
@ -120,6 +126,7 @@
"Delete chat": "შეტყობინების წაშლა", "Delete chat": "შეტყობინების წაშლა",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "შეტყობინებების წაშლა", "Delete Chats": "შეტყობინებების წაშლა",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} წაშლილია", "Deleted {{deleteModelTag}}": "{{deleteModelTag}} წაშლილია",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "შეიყვანეთ ტოპ თანმიმდევრობა", "Enter stop sequence": "შეიყვანეთ ტოპ თანმიმდევრობა",
"Enter Top K": "შეიყვანეთ Top K", "Enter Top K": "შეიყვანეთ Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "შეიყვანეთ მისამართი (მაგალითად http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "შეიყვანეთ მისამართი (მაგალითად http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "შეიყვანეთ თქვენი ელ-ფოსტა", "Enter Your Email": "შეიყვანეთ თქვენი ელ-ფოსტა",
"Enter Your Full Name": "შეიყვანეთ თქვენი სრული სახელი", "Enter Your Full Name": "შეიყვანეთ თქვენი სრული სახელი",
"Enter Your Password": "შეიყვანეთ თქვენი პაროლი", "Enter Your Password": "შეიყვანეთ თქვენი პაროლი",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Ollama მოდელების მართვა", "Manage Ollama Models": "Ollama მოდელების მართვა",
"Max Tokens": "მაქსიმალური ტოკენები", "Max Tokens": "მაქსიმალური ტოკენები",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "მაქსიმუმ 3 მოდელის ჩამოტვირთვა შესაძლებელია ერთდროულად. Გთხოვთ სცადოთ მოგვიანებით.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "მაქსიმუმ 3 მოდელის ჩამოტვირთვა შესაძლებელია ერთდროულად. Გთხოვთ სცადოთ მოგვიანებით.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "მიროსტატი", "Mirostat": "მიროსტატი",
"Mirostat Eta": "მიროსტატი ეტა", "Mirostat Eta": "მიროსტატი ეტა",
@ -258,6 +267,7 @@
"Name your modelfile": "თქვენი მოდელური ფაილის სახელი", "Name your modelfile": "თქვენი მოდელური ფაილის სახელი",
"New Chat": "ახალი მიმოწერა", "New Chat": "ახალი მიმოწერა",
"New Password": "ახალი პაროლი", "New Password": "ახალი პაროლი",
"No results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "არ იცი რა დაამატო?", "Not sure what to add?": "არ იცი რა დაამატო?",
"Not sure what to write? Switch to": "არ იცი რა დაწერო? გადართვა:", "Not sure what to write? Switch to": "არ იცი რა დაწერო? გადართვა:",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "ან", "or": "ან",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "პარამეტრები", "Parameters": "პარამეტრები",
"Password": "პაროლი", "Password": "პაროლი",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "მოთხოვნის შინაარსი", "Prompt Content": "მოთხოვნის შინაარსი",
"Prompt suggestions": "მოთხოვნის რჩევები", "Prompt suggestions": "მოთხოვნის რჩევები",
"Prompts": "მოთხოვნები", "Prompts": "მოთხოვნები",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Ollama.com იდან მოდელის გადაწერა ", "Pull a model from Ollama.com": "Ollama.com იდან მოდელის გადაწერა ",
"Pull Progress": "პროგრესის გადაწერა", "Pull Progress": "პროგრესის გადაწერა",
"Query Params": "პარამეტრების ძიება", "Query Params": "პარამეტრების ძიება",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "Გამოშვების შენიშვნები", "Release Notes": "Გამოშვების შენიშვნები",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "გაიმეორეთ ბოლო N", "Repeat Last N": "გაიმეორეთ ბოლო N",
"Repeat Penalty": "გაიმეორეთ პენალტი", "Repeat Penalty": "გაიმეორეთ პენალტი",
"Request Mode": "მოთხოვნის რეჟიმი", "Request Mode": "მოთხოვნის რეჟიმი",
@ -441,6 +455,8 @@
"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 სიტყვით, რომელიც აჯამებს [თემას ან საკვანძო სიტყვას].",
"You": "თქვენ", "You": "თქვენ",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "თქვენ სასარგებლო ასისტენტი ხართ.", "You're a helpful assistant.": "თქვენ სასარგებლო ასისტენტი ხართ.",
"You're now logged in.": "თქვენ შესული ხართ.", "You're now logged in.": "თქვენ შესული ხართ.",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "이미 계정이 있으신가요?", "Already have an account?": "이미 계정이 있으신가요?",
"an assistant": "어시스턴트", "an assistant": "어시스턴트",
"and": "그리고", "and": "그리고",
"and create a new shared link.": "",
"API Base URL": "API 기본 URL", "API Base URL": "API 기본 URL",
"API Key": "API키", "API Key": "API키",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "사용 가능!", "available!": "사용 가능!",
"Back": "뒤로가기", "Back": "뒤로가기",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "빌더 모드", "Builder Mode": "빌더 모드",
"Cancel": "취소", "Cancel": "취소",
@ -71,6 +73,7 @@
"Chunk Params": "Chunk Params", "Chunk Params": "Chunk Params",
"Chunk Size": "Chunk Size", "Chunk Size": "Chunk Size",
"Click here for help.": "도움말을 보려면 여기를 클릭하세요.", "Click here for help.": "도움말을 보려면 여기를 클릭하세요.",
"Click here to": "",
"Click here to check other modelfiles.": "다른 모델파일을 확인하려면 여기를 클릭하세요.", "Click here to check other modelfiles.": "다른 모델파일을 확인하려면 여기를 클릭하세요.",
"Click here to select": "선택하려면 여기를 클릭하세요.", "Click here to select": "선택하려면 여기를 클릭하세요.",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "다음 질문에 대한 제목으로 간결한 3-5 단어 문구를 만드되 3-5 단어 제한을 엄격히 준수하고 'title' 단어 사용을 피하세요:", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "다음 질문에 대한 제목으로 간결한 3-5 단어 문구를 만드되 3-5 단어 제한을 엄격히 준수하고 'title' 단어 사용을 피하세요:",
"Create a modelfile": "모델파일 만들기", "Create a modelfile": "모델파일 만들기",
"Create Account": "계정 만들기", "Create Account": "계정 만들기",
"Create new key": "",
"Create new secret key": "",
"Created at": "생성일", "Created at": "생성일",
"Created At": "", "Created At": "",
"Current Model": "현재 모델", "Current Model": "현재 모델",
@ -105,6 +110,7 @@
"Custom": "사용자 정의", "Custom": "사용자 정의",
"Customize Ollama models for a specific purpose": "특정 목적으로 Ollama 모델 사용자 정의", "Customize Ollama models for a specific purpose": "특정 목적으로 Ollama 모델 사용자 정의",
"Dark": "어두운", "Dark": "어두운",
"Dashboard": "",
"Database": "데이터베이스", "Database": "데이터베이스",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "기본값", "Default": "기본값",
@ -120,6 +126,7 @@
"Delete chat": "채팅 삭제", "Delete chat": "채팅 삭제",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "채팅들 삭제", "Delete Chats": "채팅들 삭제",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} 삭제됨", "Deleted {{deleteModelTag}}": "{{deleteModelTag}} 삭제됨",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "중지 시퀀스 입력", "Enter stop sequence": "중지 시퀀스 입력",
"Enter Top K": "Top K 입력", "Enter Top K": "Top K 입력",
"Enter URL (e.g. http://127.0.0.1:7860/)": "URL 입력(예: http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "URL 입력(예: http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "이메일 입력", "Enter Your Email": "이메일 입력",
"Enter Your Full Name": "전체 이름 입력", "Enter Your Full Name": "전체 이름 입력",
"Enter Your Password": "비밀번호 입력", "Enter Your Password": "비밀번호 입력",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Ollama 모델 관리", "Manage Ollama Models": "Ollama 모델 관리",
"Max Tokens": "최대 토큰 수", "Max Tokens": "최대 토큰 수",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "최대 3개의 모델을 동시에 다운로드할 수 있습니다. 나중에 다시 시도하세요.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "최대 3개의 모델을 동시에 다운로드할 수 있습니다. 나중에 다시 시도하세요.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,7 @@
"Name your modelfile": "모델파일 이름 지정", "Name your modelfile": "모델파일 이름 지정",
"New Chat": "새 채팅", "New Chat": "새 채팅",
"New Password": "새 비밀번호", "New Password": "새 비밀번호",
"No results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "추가할 것이 궁금하세요?", "Not sure what to add?": "추가할 것이 궁금하세요?",
"Not sure what to write? Switch to": "무엇을 쓸지 모르겠나요? 전환하세요.", "Not sure what to write? Switch to": "무엇을 쓸지 모르겠나요? 전환하세요.",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "또는", "or": "또는",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "매개변수", "Parameters": "매개변수",
"Password": "비밀번호", "Password": "비밀번호",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "프롬프트 내용", "Prompt Content": "프롬프트 내용",
"Prompt suggestions": "프롬프트 제안", "Prompt suggestions": "프롬프트 제안",
"Prompts": "프롬프트", "Prompts": "프롬프트",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Ollama.com에서 모델 가져오기", "Pull a model from Ollama.com": "Ollama.com에서 모델 가져오기",
"Pull Progress": "가져오기 진행 상황", "Pull Progress": "가져오기 진행 상황",
"Query Params": "쿼리 매개변수", "Query Params": "쿼리 매개변수",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "릴리스 노트", "Release Notes": "릴리스 노트",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "마지막 N 반복", "Repeat Last N": "마지막 N 반복",
"Repeat Penalty": "반복 패널티", "Repeat Penalty": "반복 패널티",
"Request Mode": "요청 모드", "Request Mode": "요청 모드",
@ -441,6 +455,8 @@
"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단어 요약문 작성.",
"You": "당신", "You": "당신",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "당신은 유용한 어시스턴트입니다.", "You're a helpful assistant.": "당신은 유용한 어시스턴트입니다.",
"You're now logged in.": "로그인되었습니다.", "You're now logged in.": "로그인되었습니다.",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "Heb je al een account?", "Already have an account?": "Heb je al een account?",
"an assistant": "een assistent", "an assistant": "een assistent",
"and": "en", "and": "en",
"and create a new shared link.": "",
"API Base URL": "API Base URL", "API Base URL": "API Base URL",
"API Key": "API Key", "API Key": "API Key",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "beschikbaar!", "available!": "beschikbaar!",
"Back": "Terug", "Back": "Terug",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Bouwer Modus", "Builder Mode": "Bouwer Modus",
"Cancel": "Annuleren", "Cancel": "Annuleren",
@ -71,6 +73,7 @@
"Chunk Params": "Chunk Params", "Chunk Params": "Chunk Params",
"Chunk Size": "Chunk Grootte", "Chunk Size": "Chunk Grootte",
"Click here for help.": "Klik hier voor help.", "Click here for help.": "Klik hier voor help.",
"Click here to": "",
"Click here to check other modelfiles.": "Klik hier om andere modelfiles te controleren.", "Click here to check other modelfiles.": "Klik hier om andere modelfiles te controleren.",
"Click here to select": "Klik hier om te selecteren", "Click here to select": "Klik hier om te selecteren",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Maak een beknopte, 3-5 woorden tellende zin als kop voor de volgende query, strikt aanhoudend aan de 3-5 woorden limiet en het vermijden van het gebruik van het woord 'titel':", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Maak een beknopte, 3-5 woorden tellende zin als kop voor de volgende query, strikt aanhoudend aan de 3-5 woorden limiet en het vermijden van het gebruik van het woord 'titel':",
"Create a modelfile": "Maak een modelfile", "Create a modelfile": "Maak een modelfile",
"Create Account": "Maak Account", "Create Account": "Maak Account",
"Create new key": "",
"Create new secret key": "",
"Created at": "Gemaakt op", "Created at": "Gemaakt op",
"Created At": "", "Created At": "",
"Current Model": "Huidig Model", "Current Model": "Huidig Model",
@ -105,6 +110,7 @@
"Custom": "Aangepast", "Custom": "Aangepast",
"Customize Ollama models for a specific purpose": "Pas Ollama modellen aan voor een specifiek doel", "Customize Ollama models for a specific purpose": "Pas Ollama modellen aan voor een specifiek doel",
"Dark": "Donker", "Dark": "Donker",
"Dashboard": "",
"Database": "Database", "Database": "Database",
"DD/MM/YYYY HH:mm": "YYYY/MM/DD HH:mm", "DD/MM/YYYY HH:mm": "YYYY/MM/DD HH:mm",
"Default": "Standaard", "Default": "Standaard",
@ -120,6 +126,7 @@
"Delete chat": "Verwijder chat", "Delete chat": "Verwijder chat",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "Verwijder Chats", "Delete Chats": "Verwijder Chats",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} is verwijderd", "Deleted {{deleteModelTag}}": "{{deleteModelTag}} is verwijderd",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "Zet stop sequentie", "Enter stop sequence": "Zet stop sequentie",
"Enter Top K": "Voeg Top K toe", "Enter Top K": "Voeg Top K toe",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Zet URL (Bijv. http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "Zet URL (Bijv. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "Voer je Email in", "Enter Your Email": "Voer je Email in",
"Enter Your Full Name": "Voer je Volledige Naam in", "Enter Your Full Name": "Voer je Volledige Naam in",
"Enter Your Password": "Voer je Wachtwoord in", "Enter Your Password": "Voer je Wachtwoord in",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Beheer Ollama Modellen", "Manage Ollama Models": "Beheer Ollama Modellen",
"Max Tokens": "Max Tokens", "Max Tokens": "Max Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Maximaal 3 modellen kunnen tegelijkertijd worden gedownload. Probeer het later opnieuw.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Maximaal 3 modellen kunnen tegelijkertijd worden gedownload. Probeer het later opnieuw.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,7 @@
"Name your modelfile": "Benoem je modelfile", "Name your modelfile": "Benoem je modelfile",
"New Chat": "Nieuwe Chat", "New Chat": "Nieuwe Chat",
"New Password": "Nieuw Wachtwoord", "New Password": "Nieuw Wachtwoord",
"No results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "Niet zeker wat toe te voegen?", "Not sure what to add?": "Niet zeker wat toe te voegen?",
"Not sure what to write? Switch to": "Niet zeker wat te schrijven? Schakel over naar", "Not sure what to write? Switch to": "Niet zeker wat te schrijven? Schakel over naar",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "of", "or": "of",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "Parameters", "Parameters": "Parameters",
"Password": "Wachtwoord", "Password": "Wachtwoord",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "Prompt Inhoud", "Prompt Content": "Prompt Inhoud",
"Prompt suggestions": "Prompt suggesties", "Prompt suggestions": "Prompt suggesties",
"Prompts": "Prompts", "Prompts": "Prompts",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Haal een model van Ollama.com", "Pull a model from Ollama.com": "Haal een model van Ollama.com",
"Pull Progress": "Haal Voortgang op", "Pull Progress": "Haal Voortgang op",
"Query Params": "Query Params", "Query Params": "Query Params",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "Release Notes", "Release Notes": "Release Notes",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "Herhaal Laatste N", "Repeat Last N": "Herhaal Laatste N",
"Repeat Penalty": "Herhaal Straf", "Repeat Penalty": "Herhaal Straf",
"Request Mode": "Request Modus", "Request Mode": "Request Modus",
@ -441,6 +455,8 @@
"Write a prompt suggestion (e.g. Who are you?)": "Schrijf een prompt suggestie (bijv. Wie ben je?)", "Write a prompt suggestion (e.g. Who are you?)": "Schrijf een prompt suggestie (bijv. Wie ben je?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Schrijf een samenvatting in 50 woorden die [onderwerp of trefwoord] samenvat.", "Write a summary in 50 words that summarizes [topic or keyword].": "Schrijf een samenvatting in 50 woorden die [onderwerp of trefwoord] samenvat.",
"You": "Jij", "You": "Jij",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Jij bent een behulpzame assistent.", "You're a helpful assistant.": "Jij bent een behulpzame assistent.",
"You're now logged in.": "Je bent nu ingelogd.", "You're now logged in.": "Je bent nu ingelogd.",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "Masz już konto?", "Already have an account?": "Masz już konto?",
"an assistant": "asystent", "an assistant": "asystent",
"and": "i", "and": "i",
"and create a new shared link.": "",
"API Base URL": "Podstawowy adres URL interfejsu API", "API Base URL": "Podstawowy adres URL interfejsu API",
"API Key": "Klucz API", "API Key": "Klucz API",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "dostępny!", "available!": "dostępny!",
"Back": "Wstecz", "Back": "Wstecz",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Tryb budowniczego", "Builder Mode": "Tryb budowniczego",
"Cancel": "Anuluj", "Cancel": "Anuluj",
@ -71,6 +73,7 @@
"Chunk Params": "Parametry bloku", "Chunk Params": "Parametry bloku",
"Chunk Size": "Rozmiar bloku", "Chunk Size": "Rozmiar bloku",
"Click here for help.": "Kliknij tutaj, aby uzyskać pomoc.", "Click here for help.": "Kliknij tutaj, aby uzyskać pomoc.",
"Click here to": "",
"Click here to check other modelfiles.": "Kliknij tutaj, aby sprawdzić inne pliki modelowe.", "Click here to check other modelfiles.": "Kliknij tutaj, aby sprawdzić inne pliki modelowe.",
"Click here to select": "Kliknij tutaj, aby wybrać", "Click here to select": "Kliknij tutaj, aby wybrać",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Utwórz zwięzłą frazę składającą się z 3-5 słów jako nagłówek dla następującego zapytania, ściśle przestrzegając limitu od 3 do 5 słów i unikając użycia słowa 'tytuł':", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Utwórz zwięzłą frazę składającą się z 3-5 słów jako nagłówek dla następującego zapytania, ściśle przestrzegając limitu od 3 do 5 słów i unikając użycia słowa 'tytuł':",
"Create a modelfile": "Utwórz plik modelu", "Create a modelfile": "Utwórz plik modelu",
"Create Account": "Utwórz konto", "Create Account": "Utwórz konto",
"Create new key": "",
"Create new secret key": "",
"Created at": "Utworzono o", "Created at": "Utworzono o",
"Created At": "", "Created At": "",
"Current Model": "Bieżący model", "Current Model": "Bieżący model",
@ -105,6 +110,7 @@
"Custom": "Niestandardowy", "Custom": "Niestandardowy",
"Customize Ollama models for a specific purpose": "Dostosuj modele Ollama do określonego celu", "Customize Ollama models for a specific purpose": "Dostosuj modele Ollama do określonego celu",
"Dark": "Ciemny", "Dark": "Ciemny",
"Dashboard": "",
"Database": "Baza danych", "Database": "Baza danych",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "Domyślny", "Default": "Domyślny",
@ -120,6 +126,7 @@
"Delete chat": "Usuń czat", "Delete chat": "Usuń czat",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "Usuń czaty", "Delete Chats": "Usuń czaty",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "Usunięto {{deleteModelTag}}", "Deleted {{deleteModelTag}}": "Usunięto {{deleteModelTag}}",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "Wprowadź sekwencję zatrzymania", "Enter stop sequence": "Wprowadź sekwencję zatrzymania",
"Enter Top K": "Wprowadź Top K", "Enter Top K": "Wprowadź Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Wprowadź adres URL (np. http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "Wprowadź adres URL (np. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "Wprowadź swój adres email", "Enter Your Email": "Wprowadź swój adres email",
"Enter Your Full Name": "Wprowadź swoje imię i nazwisko", "Enter Your Full Name": "Wprowadź swoje imię i nazwisko",
"Enter Your Password": "Wprowadź swoje hasło", "Enter Your Password": "Wprowadź swoje hasło",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Zarządzaj modelami Ollama", "Manage Ollama Models": "Zarządzaj modelami Ollama",
"Max Tokens": "Maksymalna liczba tokenów", "Max Tokens": "Maksymalna liczba tokenów",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Maksymalnie 3 modele można pobierać jednocześnie. Spróbuj ponownie później.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Maksymalnie 3 modele można pobierać jednocześnie. Spróbuj ponownie później.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,7 @@
"Name your modelfile": "Nadaj nazwę swojemu plikowi modelu", "Name your modelfile": "Nadaj nazwę swojemu plikowi modelu",
"New Chat": "Nowy czat", "New Chat": "Nowy czat",
"New Password": "Nowe hasło", "New Password": "Nowe hasło",
"No results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "Nie wiesz, co dodać?", "Not sure what to add?": "Nie wiesz, co dodać?",
"Not sure what to write? Switch to": "Nie wiesz, co napisać? Przełącz się na", "Not sure what to write? Switch to": "Nie wiesz, co napisać? Przełącz się na",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "lub", "or": "lub",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "Parametry", "Parameters": "Parametry",
"Password": "Hasło", "Password": "Hasło",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "Zawartość prompta", "Prompt Content": "Zawartość prompta",
"Prompt suggestions": "Sugestie prompta", "Prompt suggestions": "Sugestie prompta",
"Prompts": "Prompty", "Prompts": "Prompty",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Pobierz model z Ollama.com", "Pull a model from Ollama.com": "Pobierz model z Ollama.com",
"Pull Progress": "Postęp pobierania", "Pull Progress": "Postęp pobierania",
"Query Params": "Parametry zapytania", "Query Params": "Parametry zapytania",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "Notatki wydania", "Release Notes": "Notatki wydania",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "Powtórz ostatnie N", "Repeat Last N": "Powtórz ostatnie N",
"Repeat Penalty": "Kara za powtórzenie", "Repeat Penalty": "Kara za powtórzenie",
"Request Mode": "Tryb żądania", "Request Mode": "Tryb żądania",
@ -441,6 +455,8 @@
"Write a prompt suggestion (e.g. Who are you?)": "Napisz sugestię do polecenia (np. Kim jesteś?)", "Write a prompt suggestion (e.g. Who are you?)": "Napisz sugestię do polecenia (np. Kim jesteś?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Napisz podsumowanie w 50 słowach, które podsumowuje [temat lub słowo kluczowe].", "Write a summary in 50 words that summarizes [topic or keyword].": "Napisz podsumowanie w 50 słowach, które podsumowuje [temat lub słowo kluczowe].",
"You": "Ty", "You": "Ty",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Jesteś pomocnym asystentem.", "You're a helpful assistant.": "Jesteś pomocnym asystentem.",
"You're now logged in.": "Jesteś teraz zalogowany.", "You're now logged in.": "Jesteś teraz zalogowany.",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "Já tem uma conta?", "Already have an account?": "Já tem uma conta?",
"an assistant": "um assistente", "an assistant": "um assistente",
"and": "e", "and": "e",
"and create a new shared link.": "",
"API Base URL": "URL Base da API", "API Base URL": "URL Base da API",
"API Key": "Chave da API", "API Key": "Chave da API",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "disponível!", "available!": "disponível!",
"Back": "Voltar", "Back": "Voltar",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Modo de Construtor", "Builder Mode": "Modo de Construtor",
"Cancel": "Cancelar", "Cancel": "Cancelar",
@ -71,6 +73,7 @@
"Chunk Params": "Parâmetros de Fragmento", "Chunk Params": "Parâmetros de Fragmento",
"Chunk Size": "Tamanho do Fragmento", "Chunk Size": "Tamanho do Fragmento",
"Click here for help.": "Clique aqui para obter ajuda.", "Click here for help.": "Clique aqui para obter ajuda.",
"Click here to": "",
"Click here to check other modelfiles.": "Clique aqui para verificar outros arquivos de modelo.", "Click here to check other modelfiles.": "Clique aqui para verificar outros arquivos de modelo.",
"Click here to select": "Clique aqui para selecionar", "Click here to select": "Clique aqui para selecionar",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Crie uma frase concisa de 3 a 5 palavras como cabeçalho para a seguinte consulta, aderindo estritamente ao limite de 3 a 5 palavras e evitando o uso da palavra 'título':", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Crie uma frase concisa de 3 a 5 palavras como cabeçalho para a seguinte consulta, aderindo estritamente ao limite de 3 a 5 palavras e evitando o uso da palavra 'título':",
"Create a modelfile": "Criar um arquivo de modelo", "Create a modelfile": "Criar um arquivo de modelo",
"Create Account": "Criar Conta", "Create Account": "Criar Conta",
"Create new key": "",
"Create new secret key": "",
"Created at": "Criado em", "Created at": "Criado em",
"Created At": "", "Created At": "",
"Current Model": "Modelo Atual", "Current Model": "Modelo Atual",
@ -105,6 +110,7 @@
"Custom": "Personalizado", "Custom": "Personalizado",
"Customize Ollama models for a specific purpose": "Personalize os modelos Ollama para um propósito específico", "Customize Ollama models for a specific purpose": "Personalize os modelos Ollama para um propósito específico",
"Dark": "Escuro", "Dark": "Escuro",
"Dashboard": "",
"Database": "Banco de dados", "Database": "Banco de dados",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "Padrão", "Default": "Padrão",
@ -120,6 +126,7 @@
"Delete chat": "Excluir bate-papo", "Delete chat": "Excluir bate-papo",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "Excluir Bate-papos", "Delete Chats": "Excluir Bate-papos",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} excluído", "Deleted {{deleteModelTag}}": "{{deleteModelTag}} excluído",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "Digite a sequência de parada", "Enter stop sequence": "Digite a sequência de parada",
"Enter Top K": "Digite o Top K", "Enter Top K": "Digite o Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Digite a URL (por exemplo, http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "Digite a URL (por exemplo, http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "Digite seu E-mail", "Enter Your Email": "Digite seu E-mail",
"Enter Your Full Name": "Digite seu Nome Completo", "Enter Your Full Name": "Digite seu Nome Completo",
"Enter Your Password": "Digite sua Senha", "Enter Your Password": "Digite sua Senha",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Gerenciar Modelos Ollama", "Manage Ollama Models": "Gerenciar Modelos Ollama",
"Max Tokens": "Máximo de Tokens", "Max Tokens": "Máximo de Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Máximo de 3 modelos podem ser baixados simultaneamente. Tente novamente mais tarde.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Máximo de 3 modelos podem ser baixados simultaneamente. Tente novamente mais tarde.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,7 @@
"Name your modelfile": "Nomeie seu arquivo de modelo", "Name your modelfile": "Nomeie seu arquivo de modelo",
"New Chat": "Novo Bate-papo", "New Chat": "Novo Bate-papo",
"New Password": "Nova Senha", "New Password": "Nova Senha",
"No results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "Não tem certeza do que adicionar?", "Not sure what to add?": "Não tem certeza do que adicionar?",
"Not sure what to write? Switch to": "Não tem certeza do que escrever? Mude para", "Not sure what to write? Switch to": "Não tem certeza do que escrever? Mude para",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "ou", "or": "ou",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "Parâmetros", "Parameters": "Parâmetros",
"Password": "Senha", "Password": "Senha",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "Conteúdo do Prompt", "Prompt Content": "Conteúdo do Prompt",
"Prompt suggestions": "Sugestões de Prompt", "Prompt suggestions": "Sugestões de Prompt",
"Prompts": "Prompts", "Prompts": "Prompts",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Extrair um modelo do Ollama.com", "Pull a model from Ollama.com": "Extrair um modelo do Ollama.com",
"Pull Progress": "Progresso da Extração", "Pull Progress": "Progresso da Extração",
"Query Params": "Parâmetros de Consulta", "Query Params": "Parâmetros de Consulta",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "Notas de Lançamento", "Release Notes": "Notas de Lançamento",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "Repetir Últimos N", "Repeat Last N": "Repetir Últimos N",
"Repeat Penalty": "Penalidade de Repetição", "Repeat Penalty": "Penalidade de Repetição",
"Request Mode": "Modo de Solicitação", "Request Mode": "Modo de Solicitação",
@ -441,6 +455,8 @@
"Write a prompt suggestion (e.g. Who are you?)": "Escreva uma sugestão de prompt (por exemplo, Quem é você?)", "Write a prompt suggestion (e.g. Who are you?)": "Escreva uma sugestão de prompt (por exemplo, Quem é você?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Escreva um resumo em 50 palavras que resuma [tópico ou palavra-chave].", "Write a summary in 50 words that summarizes [topic or keyword].": "Escreva um resumo em 50 palavras que resuma [tópico ou palavra-chave].",
"You": "Você", "You": "Você",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Você é um assistente útil.", "You're a helpful assistant.": "Você é um assistente útil.",
"You're now logged in.": "Você está conectado agora.", "You're now logged in.": "Você está conectado agora.",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "Já tem uma conta?", "Already have an account?": "Já tem uma conta?",
"an assistant": "um assistente", "an assistant": "um assistente",
"and": "e", "and": "e",
"and create a new shared link.": "",
"API Base URL": "URL Base da API", "API Base URL": "URL Base da API",
"API Key": "Chave da API", "API Key": "Chave da API",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "disponível!", "available!": "disponível!",
"Back": "Voltar", "Back": "Voltar",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Modo de Construtor", "Builder Mode": "Modo de Construtor",
"Cancel": "Cancelar", "Cancel": "Cancelar",
@ -71,6 +73,7 @@
"Chunk Params": "Parâmetros de Fragmento", "Chunk Params": "Parâmetros de Fragmento",
"Chunk Size": "Tamanho do Fragmento", "Chunk Size": "Tamanho do Fragmento",
"Click here for help.": "Clique aqui para obter ajuda.", "Click here for help.": "Clique aqui para obter ajuda.",
"Click here to": "",
"Click here to check other modelfiles.": "Clique aqui para verificar outros arquivos de modelo.", "Click here to check other modelfiles.": "Clique aqui para verificar outros arquivos de modelo.",
"Click here to select": "Clique aqui para selecionar", "Click here to select": "Clique aqui para selecionar",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Crie uma frase concisa de 3 a 5 palavras como cabeçalho para a seguinte consulta, aderindo estritamente ao limite de 3 a 5 palavras e evitando o uso da palavra 'título':", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Crie uma frase concisa de 3 a 5 palavras como cabeçalho para a seguinte consulta, aderindo estritamente ao limite de 3 a 5 palavras e evitando o uso da palavra 'título':",
"Create a modelfile": "Criar um arquivo de modelo", "Create a modelfile": "Criar um arquivo de modelo",
"Create Account": "Criar Conta", "Create Account": "Criar Conta",
"Create new key": "",
"Create new secret key": "",
"Created at": "Criado em", "Created at": "Criado em",
"Created At": "", "Created At": "",
"Current Model": "Modelo Atual", "Current Model": "Modelo Atual",
@ -105,6 +110,7 @@
"Custom": "Personalizado", "Custom": "Personalizado",
"Customize Ollama models for a specific purpose": "Personalize os modelos Ollama para um propósito específico", "Customize Ollama models for a specific purpose": "Personalize os modelos Ollama para um propósito específico",
"Dark": "Escuro", "Dark": "Escuro",
"Dashboard": "",
"Database": "Banco de dados", "Database": "Banco de dados",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "Padrão", "Default": "Padrão",
@ -120,6 +126,7 @@
"Delete chat": "Excluir bate-papo", "Delete chat": "Excluir bate-papo",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "Excluir Bate-papos", "Delete Chats": "Excluir Bate-papos",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} excluído", "Deleted {{deleteModelTag}}": "{{deleteModelTag}} excluído",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "Digite a sequência de parada", "Enter stop sequence": "Digite a sequência de parada",
"Enter Top K": "Digite o Top K", "Enter Top K": "Digite o Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Digite a URL (por exemplo, http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "Digite a URL (por exemplo, http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "Digite seu E-mail", "Enter Your Email": "Digite seu E-mail",
"Enter Your Full Name": "Digite seu Nome Completo", "Enter Your Full Name": "Digite seu Nome Completo",
"Enter Your Password": "Digite sua Senha", "Enter Your Password": "Digite sua Senha",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Gerenciar Modelos Ollama", "Manage Ollama Models": "Gerenciar Modelos Ollama",
"Max Tokens": "Máximo de Tokens", "Max Tokens": "Máximo de Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Máximo de 3 modelos podem ser baixados simultaneamente. Tente novamente mais tarde.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Máximo de 3 modelos podem ser baixados simultaneamente. Tente novamente mais tarde.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,7 @@
"Name your modelfile": "Nomeie seu arquivo de modelo", "Name your modelfile": "Nomeie seu arquivo de modelo",
"New Chat": "Novo Bate-papo", "New Chat": "Novo Bate-papo",
"New Password": "Nova Senha", "New Password": "Nova Senha",
"No results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "Não tem certeza do que adicionar?", "Not sure what to add?": "Não tem certeza do que adicionar?",
"Not sure what to write? Switch to": "Não tem certeza do que escrever? Mude para", "Not sure what to write? Switch to": "Não tem certeza do que escrever? Mude para",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "ou", "or": "ou",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "Parâmetros", "Parameters": "Parâmetros",
"Password": "Senha", "Password": "Senha",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "Conteúdo do Prompt", "Prompt Content": "Conteúdo do Prompt",
"Prompt suggestions": "Sugestões de Prompt", "Prompt suggestions": "Sugestões de Prompt",
"Prompts": "Prompts", "Prompts": "Prompts",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Extrair um modelo do Ollama.com", "Pull a model from Ollama.com": "Extrair um modelo do Ollama.com",
"Pull Progress": "Progresso da Extração", "Pull Progress": "Progresso da Extração",
"Query Params": "Parâmetros de Consulta", "Query Params": "Parâmetros de Consulta",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "Notas de Lançamento", "Release Notes": "Notas de Lançamento",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "Repetir Últimos N", "Repeat Last N": "Repetir Últimos N",
"Repeat Penalty": "Penalidade de Repetição", "Repeat Penalty": "Penalidade de Repetição",
"Request Mode": "Modo de Solicitação", "Request Mode": "Modo de Solicitação",
@ -441,6 +455,8 @@
"Write a prompt suggestion (e.g. Who are you?)": "Escreva uma sugestão de prompt (por exemplo, Quem é você?)", "Write a prompt suggestion (e.g. Who are you?)": "Escreva uma sugestão de prompt (por exemplo, Quem é você?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Escreva um resumo em 50 palavras que resuma [tópico ou palavra-chave].", "Write a summary in 50 words that summarizes [topic or keyword].": "Escreva um resumo em 50 palavras que resuma [tópico ou palavra-chave].",
"You": "Você", "You": "Você",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Você é um assistente útil.", "You're a helpful assistant.": "Você é um assistente útil.",
"You're now logged in.": "Você está conectado agora.", "You're now logged in.": "Você está conectado agora.",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "у вас уже есть аккаунт?", "Already have an account?": "у вас уже есть аккаунт?",
"an assistant": "ассистент", "an assistant": "ассистент",
"and": "и", "and": "и",
"and create a new shared link.": "",
"API Base URL": "Базовый адрес API", "API Base URL": "Базовый адрес API",
"API Key": "Ключ API", "API Key": "Ключ API",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "доступный!", "available!": "доступный!",
"Back": "Назад", "Back": "Назад",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Режим конструктор", "Builder Mode": "Режим конструктор",
"Cancel": "Аннулировать", "Cancel": "Аннулировать",
@ -71,6 +73,7 @@
"Chunk Params": "Параметры фрагментов", "Chunk Params": "Параметры фрагментов",
"Chunk Size": "Размер фрагмента", "Chunk Size": "Размер фрагмента",
"Click here for help.": "Нажмите здесь для помощь.", "Click here for help.": "Нажмите здесь для помощь.",
"Click here to": "",
"Click here to check other modelfiles.": "Нажмите тут чтобы проверить другие файлы моделей.", "Click here to check other modelfiles.": "Нажмите тут чтобы проверить другие файлы моделей.",
"Click here to select": "Нажмите тут чтобы выберите", "Click here to select": "Нажмите тут чтобы выберите",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "",
"Create a modelfile": "Создать модельный файл", "Create a modelfile": "Создать модельный файл",
"Create Account": "Создать аккаунт", "Create Account": "Создать аккаунт",
"Create new key": "",
"Create new secret key": "",
"Created at": "Создано в", "Created at": "Создано в",
"Created At": "", "Created At": "",
"Current Model": "Текущая модель", "Current Model": "Текущая модель",
@ -105,6 +110,7 @@
"Custom": "Пользовательский", "Custom": "Пользовательский",
"Customize Ollama models for a specific purpose": "Настроить модели Ollama для конкретной цели", "Customize Ollama models for a specific purpose": "Настроить модели Ollama для конкретной цели",
"Dark": "Тёмный", "Dark": "Тёмный",
"Dashboard": "",
"Database": "База данных", "Database": "База данных",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "По умолчанию", "Default": "По умолчанию",
@ -120,6 +126,7 @@
"Delete chat": "Удалить чат", "Delete chat": "Удалить чат",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "Удалить чаты", "Delete Chats": "Удалить чаты",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "Удалено {{deleteModelTag}}", "Deleted {{deleteModelTag}}": "Удалено {{deleteModelTag}}",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "Введите последовательность остановки", "Enter stop sequence": "Введите последовательность остановки",
"Enter Top K": "Введите Top K", "Enter Top K": "Введите Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Введите URL-адрес (например, http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "Введите URL-адрес (например, http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "Введите вашу электронную почту", "Enter Your Email": "Введите вашу электронную почту",
"Enter Your Full Name": "Введите ваше полное имя", "Enter Your Full Name": "Введите ваше полное имя",
"Enter Your Password": "Введите ваш пароль", "Enter Your Password": "Введите ваш пароль",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Управление моделями Ollama", "Manage Ollama Models": "Управление моделями Ollama",
"Max Tokens": "Максимальное количество токенов", "Max Tokens": "Максимальное количество токенов",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Максимальное количество моделей для загрузки одновременно - 3. Пожалуйста, попробуйте позже.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Максимальное количество моделей для загрузки одновременно - 3. Пожалуйста, попробуйте позже.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,7 @@
"Name your modelfile": "Назовите свой файл модели", "Name your modelfile": "Назовите свой файл модели",
"New Chat": "Новый чат", "New Chat": "Новый чат",
"New Password": "Новый пароль", "New Password": "Новый пароль",
"No results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "Не уверены, что добавить?", "Not sure what to add?": "Не уверены, что добавить?",
"Not sure what to write? Switch to": "Не уверены, что написать? Переключитесь на", "Not sure what to write? Switch to": "Не уверены, что написать? Переключитесь на",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "или", "or": "или",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "Параметры", "Parameters": "Параметры",
"Password": "Пароль", "Password": "Пароль",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "Содержание промпта", "Prompt Content": "Содержание промпта",
"Prompt suggestions": "Предложения промптов", "Prompt suggestions": "Предложения промптов",
"Prompts": "Промпты", "Prompts": "Промпты",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Загрузить модель с Ollama.com", "Pull a model from Ollama.com": "Загрузить модель с Ollama.com",
"Pull Progress": "Прогресс загрузки", "Pull Progress": "Прогресс загрузки",
"Query Params": "Параметры запроса", "Query Params": "Параметры запроса",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "Примечания к выпуску", "Release Notes": "Примечания к выпуску",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "Повторить последние N", "Repeat Last N": "Повторить последние N",
"Repeat Penalty": "Штраф за повтор", "Repeat Penalty": "Штраф за повтор",
"Request Mode": "Режим запроса", "Request Mode": "Режим запроса",
@ -441,6 +455,8 @@
"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 словах, которое кратко описывает [тему или ключевое слово].",
"You": "Вы", "You": "Вы",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Вы полезный ассистент.", "You're a helpful assistant.": "Вы полезный ассистент.",
"You're now logged in.": "Вы вошли в систему.", "You're now logged in.": "Вы вошли в систему.",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "Har du redan ett konto?", "Already have an account?": "Har du redan ett konto?",
"an assistant": "en assistent", "an assistant": "en assistent",
"and": "och", "and": "och",
"and create a new shared link.": "",
"API Base URL": "API-bas-URL", "API Base URL": "API-bas-URL",
"API Key": "API-nyckel", "API Key": "API-nyckel",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "tillgänglig!", "available!": "tillgänglig!",
"Back": "Tillbaka", "Back": "Tillbaka",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Byggarläge", "Builder Mode": "Byggarläge",
"Cancel": "Avbryt", "Cancel": "Avbryt",
@ -71,6 +73,7 @@
"Chunk Params": "Chunk-parametrar", "Chunk Params": "Chunk-parametrar",
"Chunk Size": "Chunk-storlek", "Chunk Size": "Chunk-storlek",
"Click here for help.": "Klicka här för hjälp.", "Click here for help.": "Klicka här för hjälp.",
"Click here to": "",
"Click here to check other modelfiles.": "Klicka här för att kontrollera andra modelfiler.", "Click here to check other modelfiles.": "Klicka här för att kontrollera andra modelfiler.",
"Click here to select": "Klicka här för att välja", "Click here to select": "Klicka här för att välja",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Skapa en kort, 3-5 ords fras som rubrik för följande fråga, strikt följa 3-5 ordsgränsen och undvika användning av ordet 'titel':", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Skapa en kort, 3-5 ords fras som rubrik för följande fråga, strikt följa 3-5 ordsgränsen och undvika användning av ordet 'titel':",
"Create a modelfile": "Skapa en modelfil", "Create a modelfile": "Skapa en modelfil",
"Create Account": "Skapa konto", "Create Account": "Skapa konto",
"Create new key": "",
"Create new secret key": "",
"Created at": "Skapad", "Created at": "Skapad",
"Created At": "", "Created At": "",
"Current Model": "Aktuell modell", "Current Model": "Aktuell modell",
@ -105,6 +110,7 @@
"Custom": "Anpassad", "Custom": "Anpassad",
"Customize Ollama models for a specific purpose": "Anpassa Ollama-modeller för ett specifikt ändamål", "Customize Ollama models for a specific purpose": "Anpassa Ollama-modeller för ett specifikt ändamål",
"Dark": "Mörk", "Dark": "Mörk",
"Dashboard": "",
"Database": "Databas", "Database": "Databas",
"DD/MM/YYYY HH:mm": "DD/MM/ÅÅÅÅ TT:mm", "DD/MM/YYYY HH:mm": "DD/MM/ÅÅÅÅ TT:mm",
"Default": "Standard", "Default": "Standard",
@ -120,6 +126,7 @@
"Delete chat": "Radera chatt", "Delete chat": "Radera chatt",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "Radera chattar", "Delete Chats": "Radera chattar",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "Raderad {{deleteModelTag}}", "Deleted {{deleteModelTag}}": "Raderad {{deleteModelTag}}",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "Ange stoppsekvens", "Enter stop sequence": "Ange stoppsekvens",
"Enter Top K": "Ange Top K", "Enter Top K": "Ange Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Ange URL (t.ex. http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "Ange URL (t.ex. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "Ange din e-post", "Enter Your Email": "Ange din e-post",
"Enter Your Full Name": "Ange ditt fullständiga namn", "Enter Your Full Name": "Ange ditt fullständiga namn",
"Enter Your Password": "Ange ditt lösenord", "Enter Your Password": "Ange ditt lösenord",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Hantera Ollama-modeller", "Manage Ollama Models": "Hantera Ollama-modeller",
"Max Tokens": "Max antal tokens", "Max Tokens": "Max antal tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Högst 3 modeller kan laddas ner samtidigt. Vänligen försök igen senare.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Högst 3 modeller kan laddas ner samtidigt. Vänligen försök igen senare.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,7 @@
"Name your modelfile": "Namnge din modelfil", "Name your modelfile": "Namnge din modelfil",
"New Chat": "Ny chatt", "New Chat": "Ny chatt",
"New Password": "Nytt lösenord", "New Password": "Nytt lösenord",
"No results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "Inte säker på vad du ska lägga till?", "Not sure what to add?": "Inte säker på vad du ska lägga till?",
"Not sure what to write? Switch to": "Inte säker på vad du ska skriva? Växla till", "Not sure what to write? Switch to": "Inte säker på vad du ska skriva? Växla till",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "eller", "or": "eller",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "Parametrar", "Parameters": "Parametrar",
"Password": "Lösenord", "Password": "Lösenord",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "Promptinnehåll", "Prompt Content": "Promptinnehåll",
"Prompt suggestions": "Förslag", "Prompt suggestions": "Förslag",
"Prompts": "Prompts", "Prompts": "Prompts",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Dra en modell från Ollama.com", "Pull a model from Ollama.com": "Dra en modell från Ollama.com",
"Pull Progress": "Dra framsteg", "Pull Progress": "Dra framsteg",
"Query Params": "Frågeparametrar", "Query Params": "Frågeparametrar",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "Versionsinformation", "Release Notes": "Versionsinformation",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "Upprepa senaste N", "Repeat Last N": "Upprepa senaste N",
"Repeat Penalty": "Upprepa straff", "Repeat Penalty": "Upprepa straff",
"Request Mode": "Begär läge", "Request Mode": "Begär läge",
@ -441,6 +455,8 @@
"Write a prompt suggestion (e.g. Who are you?)": "Skriv ett förslag (t.ex. Vem är du?)", "Write a prompt suggestion (e.g. Who are you?)": "Skriv ett förslag (t.ex. Vem är du?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Skriv en sammanfattning på 50 ord som sammanfattar [ämne eller nyckelord].", "Write a summary in 50 words that summarizes [topic or keyword].": "Skriv en sammanfattning på 50 ord som sammanfattar [ämne eller nyckelord].",
"You": "Du", "You": "Du",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Du är en hjälpsam assistent.", "You're a helpful assistant.": "Du är en hjälpsam assistent.",
"You're now logged in.": "Du är nu inloggad.", "You're now logged in.": "Du är nu inloggad.",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "Zaten bir hesabınız mı var?", "Already have an account?": "Zaten bir hesabınız mı var?",
"an assistant": "bir asistan", "an assistant": "bir asistan",
"and": "ve", "and": "ve",
"and create a new shared link.": "",
"API Base URL": "API Temel URL", "API Base URL": "API Temel URL",
"API Key": "API Anahtarı", "API Key": "API Anahtarı",
"API Key created.": "API Anahtarı oluşturuldu.", "API Key created.": "API Anahtarı oluşturuldu.",
@ -54,6 +55,7 @@
"available!": "mevcut!", "available!": "mevcut!",
"Back": "Geri", "Back": "Geri",
"Bad Response": "Kötü Yanıt", "Bad Response": "Kötü Yanıt",
"before": "",
"Being lazy": "Tembelleşiyor", "Being lazy": "Tembelleşiyor",
"Builder Mode": "Oluşturucu Modu", "Builder Mode": "Oluşturucu Modu",
"Cancel": "İptal", "Cancel": "İptal",
@ -71,6 +73,7 @@
"Chunk Params": "Chunk Parametreleri", "Chunk Params": "Chunk Parametreleri",
"Chunk Size": "Chunk Boyutu", "Chunk Size": "Chunk Boyutu",
"Click here for help.": "Yardım için buraya tıklayın.", "Click here for help.": "Yardım için buraya tıklayın.",
"Click here to": "",
"Click here to check other modelfiles.": "Diğer model dosyalarını kontrol etmek için buraya tıklayın.", "Click here to check other modelfiles.": "Diğer model dosyalarını kontrol etmek için buraya tıklayın.",
"Click here to select": "Seçmek için buraya tıklayın", "Click here to select": "Seçmek için buraya tıklayın",
"Click here to select a csv file.": "Bir CSV dosyası seçmek için buraya tıklayın.", "Click here to select a csv file.": "Bir CSV dosyası seçmek için buraya tıklayın.",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Aşağıdaki sorgu için başlık olarak 3-5 kelimelik kısa ve öz bir ifade oluşturun, 3-5 kelime sınırına kesinlikle uyun ve 'başlık' kelimesini kullanmaktan kaçının:", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Aşağıdaki sorgu için başlık olarak 3-5 kelimelik kısa ve öz bir ifade oluşturun, 3-5 kelime sınırına kesinlikle uyun ve 'başlık' kelimesini kullanmaktan kaçının:",
"Create a modelfile": "Bir model dosyası oluştur", "Create a modelfile": "Bir model dosyası oluştur",
"Create Account": "Hesap Oluştur", "Create Account": "Hesap Oluştur",
"Create new key": "",
"Create new secret key": "",
"Created at": "Oluşturulma tarihi", "Created at": "Oluşturulma tarihi",
"Created At": "Şu Tarihte Oluşturuldu:", "Created At": "Şu Tarihte Oluşturuldu:",
"Current Model": "Mevcut Model", "Current Model": "Mevcut Model",
@ -105,6 +110,7 @@
"Custom": "Özel", "Custom": "Özel",
"Customize Ollama models for a specific purpose": "Ollama modellerini belirli bir amaç için özelleştirin", "Customize Ollama models for a specific purpose": "Ollama modellerini belirli bir amaç için özelleştirin",
"Dark": "Koyu", "Dark": "Koyu",
"Dashboard": "",
"Database": "Veritabanı", "Database": "Veritabanı",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "Varsayılan", "Default": "Varsayılan",
@ -120,6 +126,7 @@
"Delete chat": "Sohbeti sil", "Delete chat": "Sohbeti sil",
"Delete Chat": "Sohbeti Sil", "Delete Chat": "Sohbeti Sil",
"Delete Chats": "Sohbetleri Sil", "Delete Chats": "Sohbetleri Sil",
"delete this link": "",
"Delete User": "Kullanıcıyı Sil", "Delete User": "Kullanıcıyı Sil",
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} silindi", "Deleted {{deleteModelTag}}": "{{deleteModelTag}} silindi",
"Deleted {{tagName}}": "{{tagName}} silindi", "Deleted {{tagName}}": "{{tagName}} silindi",
@ -167,6 +174,7 @@
"Enter stop sequence": "Durdurma dizisini girin", "Enter stop sequence": "Durdurma dizisini girin",
"Enter Top K": "Top K'yı girin", "Enter Top K": "Top K'yı girin",
"Enter URL (e.g. http://127.0.0.1:7860/)": "URL'yi Girin (örn. http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "URL'yi Girin (örn. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "E-postanızı Girin", "Enter Your Email": "E-postanızı Girin",
"Enter Your Full Name": "Tam Adınızı Girin", "Enter Your Full Name": "Tam Adınızı Girin",
"Enter Your Password": "Parolanızı Girin", "Enter Your Password": "Parolanızı Girin",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Ollama Modellerini Yönet", "Manage Ollama Models": "Ollama Modellerini Yönet",
"Max Tokens": "Maksimum Token", "Max Tokens": "Maksimum Token",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Aynı anda en fazla 3 model indirilebilir. Lütfen daha sonra tekrar deneyin.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Aynı anda en fazla 3 model indirilebilir. Lütfen daha sonra tekrar deneyin.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "Minimum Skor", "Minimum Score": "Minimum Skor",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,7 @@
"Name your modelfile": "Model dosyanıza ad verin", "Name your modelfile": "Model dosyanıza ad verin",
"New Chat": "Yeni Sohbet", "New Chat": "Yeni Sohbet",
"New Password": "Yeni Parola", "New Password": "Yeni Parola",
"No results found": "",
"Not factually correct": "Gerçeklere göre doğru değil", "Not factually correct": "Gerçeklere göre doğru değil",
"Not sure what to add?": "Ne ekleyeceğinizden emin değil misiniz?", "Not sure what to add?": "Ne ekleyeceğinizden emin değil misiniz?",
"Not sure what to write? Switch to": "Ne yazacağınızdan emin değil misiniz? Şuraya geçin", "Not sure what to write? Switch to": "Ne yazacağınızdan emin değil misiniz? Şuraya geçin",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "OpenAI URL/Anahtar gereklidir.", "OpenAI URL/Key required.": "OpenAI URL/Anahtar gereklidir.",
"or": "veya", "or": "veya",
"Other": "Diğer", "Other": "Diğer",
"Overview": "",
"Parameters": "Parametreler", "Parameters": "Parametreler",
"Password": "Parola", "Password": "Parola",
"PDF document (.pdf)": "PDF belgesi (.pdf)", "PDF document (.pdf)": "PDF belgesi (.pdf)",
@ -300,6 +311,7 @@
"Prompt Content": "Prompt İçeriği", "Prompt Content": "Prompt İçeriği",
"Prompt suggestions": "Prompt önerileri", "Prompt suggestions": "Prompt önerileri",
"Prompts": "Promptlar", "Prompts": "Promptlar",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Ollama.com'dan bir model çekin", "Pull a model from Ollama.com": "Ollama.com'dan bir model çekin",
"Pull Progress": "Çekme İlerlemesi", "Pull Progress": "Çekme İlerlemesi",
"Query Params": "Sorgu Parametreleri", "Query Params": "Sorgu Parametreleri",
@ -312,6 +324,8 @@
"Regenerate": "Tekrar Oluştur", "Regenerate": "Tekrar Oluştur",
"Release Notes": "Sürüm Notları", "Release Notes": "Sürüm Notları",
"Remove": "Kaldır", "Remove": "Kaldır",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "Son N'yi Tekrar Et", "Repeat Last N": "Son N'yi Tekrar Et",
"Repeat Penalty": "Tekrar Cezası", "Repeat Penalty": "Tekrar Cezası",
"Request Mode": "İstek Modu", "Request Mode": "İstek Modu",
@ -441,6 +455,8 @@
"Write a prompt suggestion (e.g. Who are you?)": "Bir prompt önerisi yazın (örn. Sen kimsin?)", "Write a prompt suggestion (e.g. Who are you?)": "Bir prompt önerisi yazın (örn. Sen kimsin?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "[Konuyu veya anahtar kelimeyi] özetleyen 50 kelimelik bir özet yazın.", "Write a summary in 50 words that summarizes [topic or keyword].": "[Konuyu veya anahtar kelimeyi] özetleyen 50 kelimelik bir özet yazın.",
"You": "Siz", "You": "Siz",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Sen yardımcı bir asistansın.", "You're a helpful assistant.": "Sen yardımcı bir asistansın.",
"You're now logged in.": "Şimdi oturum açtınız.", "You're now logged in.": "Şimdi oturum açtınız.",
"Youtube": "Youtube" "Youtube": "Youtube"

View File

@ -35,6 +35,7 @@
"Already have an account?": "Вже є обліковий запис?", "Already have an account?": "Вже є обліковий запис?",
"an assistant": "асистента", "an assistant": "асистента",
"and": "та", "and": "та",
"and create a new shared link.": "",
"API Base URL": "Базова адреса URL API", "API Base URL": "Базова адреса URL API",
"API Key": "Ключ API", "API Key": "Ключ API",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "доступно!", "available!": "доступно!",
"Back": "Назад", "Back": "Назад",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Режим конструктора", "Builder Mode": "Режим конструктора",
"Cancel": "Скасувати", "Cancel": "Скасувати",
@ -71,6 +73,7 @@
"Chunk Params": "Параметри фрагментів", "Chunk Params": "Параметри фрагментів",
"Chunk Size": "Розмір фрагменту", "Chunk Size": "Розмір фрагменту",
"Click here for help.": "Клацніть тут, щоб отримати допомогу.", "Click here for help.": "Клацніть тут, щоб отримати допомогу.",
"Click here to": "",
"Click here to check other modelfiles.": "Клацніть тут, щоб перевірити інші файли моделей.", "Click here to check other modelfiles.": "Клацніть тут, щоб перевірити інші файли моделей.",
"Click here to select": "Натисніть тут, щоб вибрати", "Click here to select": "Натисніть тут, щоб вибрати",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':",
"Create a modelfile": "Створити файл моделі", "Create a modelfile": "Створити файл моделі",
"Create Account": "Створити обліковий запис", "Create Account": "Створити обліковий запис",
"Create new key": "",
"Create new secret key": "",
"Created at": "Створено", "Created at": "Створено",
"Created At": "", "Created At": "",
"Current Model": "Поточна модель", "Current Model": "Поточна модель",
@ -105,6 +110,7 @@
"Custom": "Налаштувати", "Custom": "Налаштувати",
"Customize Ollama models for a specific purpose": "Налаштувати моделі Ollama для конкретної мети", "Customize Ollama models for a specific purpose": "Налаштувати моделі Ollama для конкретної мети",
"Dark": "Темна", "Dark": "Темна",
"Dashboard": "",
"Database": "База даних", "Database": "База даних",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "За замовчуванням", "Default": "За замовчуванням",
@ -120,6 +126,7 @@
"Delete chat": "Видалити чат", "Delete chat": "Видалити чат",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "Видалити чати", "Delete Chats": "Видалити чати",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "Видалено {{deleteModelTag}}", "Deleted {{deleteModelTag}}": "Видалено {{deleteModelTag}}",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "Введіть символ зупинки", "Enter stop sequence": "Введіть символ зупинки",
"Enter Top K": "Введіть Top K", "Enter Top K": "Введіть Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Введіть URL-адресу (напр. http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "Введіть URL-адресу (напр. http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "Введіть вашу електронну пошту", "Enter Your Email": "Введіть вашу електронну пошту",
"Enter Your Full Name": "Введіть ваше ім'я", "Enter Your Full Name": "Введіть ваше ім'я",
"Enter Your Password": "Введіть ваш пароль", "Enter Your Password": "Введіть ваш пароль",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Керування моделями Ollama", "Manage Ollama Models": "Керування моделями Ollama",
"Max Tokens": "Максимальна кількість токенів", "Max Tokens": "Максимальна кількість токенів",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Максимум 3 моделі можна завантажити одночасно. Будь ласка, спробуйте пізніше.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Максимум 3 моделі можна завантажити одночасно. Будь ласка, спробуйте пізніше.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,7 @@
"Name your modelfile": "Назвіть свій файл моделі", "Name your modelfile": "Назвіть свій файл моделі",
"New Chat": "Новий чат", "New Chat": "Новий чат",
"New Password": "Новий пароль", "New Password": "Новий пароль",
"No results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "Не впевнений, що додати?", "Not sure what to add?": "Не впевнений, що додати?",
"Not sure what to write? Switch to": "Не впевнений, що писати? Переключитися на", "Not sure what to write? Switch to": "Не впевнений, що писати? Переключитися на",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "або", "or": "або",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "Параметри", "Parameters": "Параметри",
"Password": "Пароль", "Password": "Пароль",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "Зміст промту", "Prompt Content": "Зміст промту",
"Prompt suggestions": "Швидкі промти", "Prompt suggestions": "Швидкі промти",
"Prompts": "Промти", "Prompts": "Промти",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Завантажити модель з Ollama.com", "Pull a model from Ollama.com": "Завантажити модель з Ollama.com",
"Pull Progress": "Прогрес завантаження", "Pull Progress": "Прогрес завантаження",
"Query Params": "Параметри запиту", "Query Params": "Параметри запиту",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "Нотатки до випуску", "Release Notes": "Нотатки до випуску",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "Повторити останні N", "Repeat Last N": "Повторити останні N",
"Repeat Penalty": "Штраф за повторення", "Repeat Penalty": "Штраф за повторення",
"Request Mode": "Режим запиту", "Request Mode": "Режим запиту",
@ -441,6 +455,8 @@
"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 слів, який узагальнює [тема або ключове слово].",
"You": "Ви", "You": "Ви",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Ви корисний асистент.", "You're a helpful assistant.": "Ви корисний асистент.",
"You're now logged in.": "Ви увійшли в систему.", "You're now logged in.": "Ви увійшли в систему.",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "Bạn đã có tài khoản?", "Already have an account?": "Bạn đã có tài khoản?",
"an assistant": "trợ lý", "an assistant": "trợ lý",
"and": "và", "and": "và",
"and create a new shared link.": "",
"API Base URL": "Đường dẫn tới API (API Base URL)", "API Base URL": "Đường dẫn tới API (API Base URL)",
"API Key": "API Key", "API Key": "API Key",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "có sẵn!", "available!": "có sẵn!",
"Back": "Quay lại", "Back": "Quay lại",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "Lười biếng", "Being lazy": "Lười biếng",
"Builder Mode": "Chế độ Builder", "Builder Mode": "Chế độ Builder",
"Cancel": "Hủy bỏ", "Cancel": "Hủy bỏ",
@ -71,6 +73,7 @@
"Chunk Params": "Cài đặt số lượng ký tự cho khối ký tự (chunk)", "Chunk Params": "Cài đặt số lượng ký tự cho khối ký tự (chunk)",
"Chunk Size": "Kích thước khối (size)", "Chunk Size": "Kích thước khối (size)",
"Click here for help.": "Bấm vào đây để được trợ giúp.", "Click here for help.": "Bấm vào đây để được trợ giúp.",
"Click here to": "",
"Click here to check other modelfiles.": "Bấm vào đây để kiểm tra các tệp mô tả mô hình (modelfiles) khác.", "Click here to check other modelfiles.": "Bấm vào đây để kiểm tra các tệp mô tả mô hình (modelfiles) khác.",
"Click here to select": "Bấm vào đây để chọn", "Click here to select": "Bấm vào đây để chọn",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Tạo một cụm từ súc tích, 3-5 từ làm tiêu đề cho truy vấn sau, tuân thủ nghiêm ngặt giới hạn 3-5 từ và tránh sử dụng từ 'tiêu đề':", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "Tạo một cụm từ súc tích, 3-5 từ làm tiêu đề cho truy vấn sau, tuân thủ nghiêm ngặt giới hạn 3-5 từ và tránh sử dụng từ 'tiêu đề':",
"Create a modelfile": "Tạo tệp mô tả cho mô hình", "Create a modelfile": "Tạo tệp mô tả cho mô hình",
"Create Account": "Tạo Tài khoản", "Create Account": "Tạo Tài khoản",
"Create new key": "",
"Create new secret key": "",
"Created at": "Được tạo vào lúc", "Created at": "Được tạo vào lúc",
"Created At": "", "Created At": "",
"Current Model": "Mô hình hiện tại", "Current Model": "Mô hình hiện tại",
@ -105,6 +110,7 @@
"Custom": "Tùy chỉnh", "Custom": "Tùy chỉnh",
"Customize Ollama models for a specific purpose": "Tùy chỉnh các mô hình dựa trên Ollama cho một mục đích cụ thể", "Customize Ollama models for a specific purpose": "Tùy chỉnh các mô hình dựa trên Ollama cho một mục đích cụ thể",
"Dark": "Tối", "Dark": "Tối",
"Dashboard": "",
"Database": "Cơ sở dữ liệu", "Database": "Cơ sở dữ liệu",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "Mặc định", "Default": "Mặc định",
@ -120,6 +126,7 @@
"Delete chat": "Xóa nội dung chat", "Delete chat": "Xóa nội dung chat",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "Xóa nội dung chat", "Delete Chats": "Xóa nội dung chat",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "Đã xóa {{deleteModelTag}}", "Deleted {{deleteModelTag}}": "Đã xóa {{deleteModelTag}}",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "Nhập stop sequence", "Enter stop sequence": "Nhập stop sequence",
"Enter Top K": "Nhập Top K", "Enter Top K": "Nhập Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "Nhập URL (vd: http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "Nhập URL (vd: http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "Nhập Email của bạn", "Enter Your Email": "Nhập Email của bạn",
"Enter Your Full Name": "Nhập Họ và Tên của bạn", "Enter Your Full Name": "Nhập Họ và Tên của bạn",
"Enter Your Password": "Nhập Mật khẩu của bạn", "Enter Your Password": "Nhập Mật khẩu của bạn",
@ -228,6 +236,7 @@
"Manage Ollama Models": "Quản lý mô hình với Ollama", "Manage Ollama Models": "Quản lý mô hình với Ollama",
"Max Tokens": "Max Tokens", "Max Tokens": "Max Tokens",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Tối đa 3 mô hình có thể được tải xuống cùng lúc. Vui lòng thử lại sau.", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Tối đa 3 mô hình có thể được tải xuống cùng lúc. Vui lòng thử lại sau.",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,7 @@
"Name your modelfile": "Đặt tên cho tệp mô hình của bạn", "Name your modelfile": "Đặt tên cho tệp mô hình của bạn",
"New Chat": "Tạo cuộc trò chuyện mới", "New Chat": "Tạo cuộc trò chuyện mới",
"New Password": "Mật khẩu mới", "New Password": "Mật khẩu mới",
"No results found": "",
"Not factually correct": "Không chính xác so với thực tế", "Not factually correct": "Không chính xác so với thực tế",
"Not sure what to add?": "Không chắc phải thêm gì?", "Not sure what to add?": "Không chắc phải thêm gì?",
"Not sure what to write? Switch to": "Không chắc phải viết gì? Chuyển sang", "Not sure what to write? Switch to": "Không chắc phải viết gì? Chuyển sang",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "hoặc", "or": "hoặc",
"Other": "Khác", "Other": "Khác",
"Overview": "",
"Parameters": "Tham số", "Parameters": "Tham số",
"Password": "Mật khẩu", "Password": "Mật khẩu",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "Nội dung prompt", "Prompt Content": "Nội dung prompt",
"Prompt suggestions": "Gợi ý prompt", "Prompt suggestions": "Gợi ý prompt",
"Prompts": "Prompt", "Prompts": "Prompt",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Tải mô hình từ Ollama.com", "Pull a model from Ollama.com": "Tải mô hình từ Ollama.com",
"Pull Progress": "Tiến trình Tải xuống", "Pull Progress": "Tiến trình Tải xuống",
"Query Params": "Tham số Truy vấn", "Query Params": "Tham số Truy vấn",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "Mô tả những cập nhật mới", "Release Notes": "Mô tả những cập nhật mới",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "Repeat Last N", "Repeat Last N": "Repeat Last N",
"Repeat Penalty": "Repeat Penalty", "Repeat Penalty": "Repeat Penalty",
"Request Mode": "Request Mode", "Request Mode": "Request Mode",
@ -441,6 +455,8 @@
"Write a prompt suggestion (e.g. Who are you?)": "Hãy viết một prompt (vd: Bạn là ai?)", "Write a prompt suggestion (e.g. Who are you?)": "Hãy viết một prompt (vd: Bạn là ai?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Viết một tóm tắt trong vòng 50 từ cho [chủ đề hoặc từ khóa].", "Write a summary in 50 words that summarizes [topic or keyword].": "Viết một tóm tắt trong vòng 50 từ cho [chủ đề hoặc từ khóa].",
"You": "Bạn", "You": "Bạn",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "Bạn là một trợ lý hữu ích.", "You're a helpful assistant.": "Bạn là một trợ lý hữu ích.",
"You're now logged in.": "Bạn đã đăng nhập.", "You're now logged in.": "Bạn đã đăng nhập.",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "已经有账户了吗?", "Already have an account?": "已经有账户了吗?",
"an assistant": "助手", "an assistant": "助手",
"and": "和", "and": "和",
"and create a new shared link.": "",
"API Base URL": "API 基础 URL", "API Base URL": "API 基础 URL",
"API Key": "API 密钥", "API Key": "API 密钥",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "可用!", "available!": "可用!",
"Back": "返回", "Back": "返回",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "构建模式", "Builder Mode": "构建模式",
"Cancel": "取消", "Cancel": "取消",
@ -71,6 +73,7 @@
"Chunk Params": "块参数(Chunk Params)", "Chunk Params": "块参数(Chunk Params)",
"Chunk Size": "块大小(Chunk Size)", "Chunk Size": "块大小(Chunk Size)",
"Click here for help.": "点击这里获取帮助。", "Click here for help.": "点击这里获取帮助。",
"Click here to": "",
"Click here to check other modelfiles.": "点击这里检查其他模型文件。", "Click here to check other modelfiles.": "点击这里检查其他模型文件。",
"Click here to select": "点击这里选择", "Click here to select": "点击这里选择",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "为以下查询创建一个简洁的、3-5个词的短语作为标题严格遵守3-5个词的限制并避免使用“标题”一词", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "为以下查询创建一个简洁的、3-5个词的短语作为标题严格遵守3-5个词的限制并避免使用“标题”一词",
"Create a modelfile": "创建模型文件", "Create a modelfile": "创建模型文件",
"Create Account": "创建账户", "Create Account": "创建账户",
"Create new key": "",
"Create new secret key": "",
"Created at": "创建于", "Created at": "创建于",
"Created At": "", "Created At": "",
"Current Model": "当前模型", "Current Model": "当前模型",
@ -105,6 +110,7 @@
"Custom": "自定义", "Custom": "自定义",
"Customize Ollama models for a specific purpose": "定制特定用途的Ollama模型", "Customize Ollama models for a specific purpose": "定制特定用途的Ollama模型",
"Dark": "暗色", "Dark": "暗色",
"Dashboard": "",
"Database": "数据库", "Database": "数据库",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "默认", "Default": "默认",
@ -120,6 +126,7 @@
"Delete chat": "删除聊天", "Delete chat": "删除聊天",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "删除聊天记录", "Delete Chats": "删除聊天记录",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "已删除{{deleteModelTag}}", "Deleted {{deleteModelTag}}": "已删除{{deleteModelTag}}",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "输入停止序列", "Enter stop sequence": "输入停止序列",
"Enter Top K": "输入 Top K", "Enter Top K": "输入 Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "输入 URL (例如 http://127.0.0.1:7860/)", "Enter URL (e.g. http://127.0.0.1:7860/)": "输入 URL (例如 http://127.0.0.1:7860/)",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "输入您的电子邮件", "Enter Your Email": "输入您的电子邮件",
"Enter Your Full Name": "输入您的全名", "Enter Your Full Name": "输入您的全名",
"Enter Your Password": "输入您的密码", "Enter Your Password": "输入您的密码",
@ -228,6 +236,7 @@
"Manage Ollama Models": "管理Ollama模型", "Manage Ollama Models": "管理Ollama模型",
"Max Tokens": "最大令牌数", "Max Tokens": "最大令牌数",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "最多可以同时下载3个模型请稍后重试。", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "最多可以同时下载3个模型请稍后重试。",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,7 @@
"Name your modelfile": "命名你的模型文件", "Name your modelfile": "命名你的模型文件",
"New Chat": "新聊天", "New Chat": "新聊天",
"New Password": "新密码", "New Password": "新密码",
"No results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "不确定要添加什么?", "Not sure what to add?": "不确定要添加什么?",
"Not sure what to write? Switch to": "不确定写什么?切换到", "Not sure what to write? Switch to": "不确定写什么?切换到",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "或", "or": "或",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "参数", "Parameters": "参数",
"Password": "密码", "Password": "密码",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "提示词内容", "Prompt Content": "提示词内容",
"Prompt suggestions": "提示词建议", "Prompt suggestions": "提示词建议",
"Prompts": "提示词", "Prompts": "提示词",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "从 Ollama.com 拉取一个模型", "Pull a model from Ollama.com": "从 Ollama.com 拉取一个模型",
"Pull Progress": "拉取进度", "Pull Progress": "拉取进度",
"Query Params": "查询参数", "Query Params": "查询参数",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "发布说明", "Release Notes": "发布说明",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "重复最后 N 次", "Repeat Last N": "重复最后 N 次",
"Repeat Penalty": "重复惩罚", "Repeat Penalty": "重复惩罚",
"Request Mode": "请求模式", "Request Mode": "请求模式",
@ -441,6 +455,8 @@
"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个字写一个总结[主题或关键词]。",
"You": "你", "You": "你",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "你是一个有帮助的助手。", "You're a helpful assistant.": "你是一个有帮助的助手。",
"You're now logged in.": "已登录。", "You're now logged in.": "已登录。",
"Youtube": "" "Youtube": ""

View File

@ -35,6 +35,7 @@
"Already have an account?": "已經有帳號了嗎?", "Already have an account?": "已經有帳號了嗎?",
"an assistant": "助手", "an assistant": "助手",
"and": "和", "and": "和",
"and create a new shared link.": "",
"API Base URL": "API 基本 URL", "API Base URL": "API 基本 URL",
"API Key": "API 金鑰", "API Key": "API 金鑰",
"API Key created.": "", "API Key created.": "",
@ -54,6 +55,7 @@
"available!": "可以使用!", "available!": "可以使用!",
"Back": "返回", "Back": "返回",
"Bad Response": "", "Bad Response": "",
"before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "建構模式", "Builder Mode": "建構模式",
"Cancel": "取消", "Cancel": "取消",
@ -71,6 +73,7 @@
"Chunk Params": "Chunk 參數", "Chunk Params": "Chunk 參數",
"Chunk Size": "Chunk 大小", "Chunk Size": "Chunk 大小",
"Click here for help.": "點擊這裡尋找幫助。", "Click here for help.": "點擊這裡尋找幫助。",
"Click here to": "",
"Click here to check other modelfiles.": "點擊這裡檢查其他 Modelfiles。", "Click here to check other modelfiles.": "點擊這裡檢查其他 Modelfiles。",
"Click here to select": "點擊這裡選擇", "Click here to select": "點擊這裡選擇",
"Click here to select a csv file.": "", "Click here to select a csv file.": "",
@ -98,6 +101,8 @@
"Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "為以下的查詢建立一個簡潔、3-5 個詞的短語作為標題,嚴格遵守 3-5 個詞的限制,避免使用「標題」這個詞:", "Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':": "為以下的查詢建立一個簡潔、3-5 個詞的短語作為標題,嚴格遵守 3-5 個詞的限制,避免使用「標題」這個詞:",
"Create a modelfile": "建立 Modelfile", "Create a modelfile": "建立 Modelfile",
"Create Account": "建立帳號", "Create Account": "建立帳號",
"Create new key": "",
"Create new secret key": "",
"Created at": "建立於", "Created at": "建立於",
"Created At": "", "Created At": "",
"Current Model": "目前模型", "Current Model": "目前模型",
@ -105,6 +110,7 @@
"Custom": "自訂", "Custom": "自訂",
"Customize Ollama models for a specific purpose": "定制特定用途的 Ollama 模型", "Customize Ollama models for a specific purpose": "定制特定用途的 Ollama 模型",
"Dark": "暗色", "Dark": "暗色",
"Dashboard": "",
"Database": "資料庫", "Database": "資料庫",
"DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm",
"Default": "預設", "Default": "預設",
@ -120,6 +126,7 @@
"Delete chat": "刪除聊天紀錄", "Delete chat": "刪除聊天紀錄",
"Delete Chat": "", "Delete Chat": "",
"Delete Chats": "刪除聊天紀錄", "Delete Chats": "刪除聊天紀錄",
"delete this link": "",
"Delete User": "", "Delete User": "",
"Deleted {{deleteModelTag}}": "已刪除 {{deleteModelTag}}", "Deleted {{deleteModelTag}}": "已刪除 {{deleteModelTag}}",
"Deleted {{tagName}}": "", "Deleted {{tagName}}": "",
@ -167,6 +174,7 @@
"Enter stop sequence": "輸入停止序列", "Enter stop sequence": "輸入停止序列",
"Enter Top K": "輸入 Top K", "Enter Top K": "輸入 Top K",
"Enter URL (e.g. http://127.0.0.1:7860/)": "輸入 URL例如 http://127.0.0.1:7860/", "Enter URL (e.g. http://127.0.0.1:7860/)": "輸入 URL例如 http://127.0.0.1:7860/",
"Enter URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "輸入你的電子郵件", "Enter Your Email": "輸入你的電子郵件",
"Enter Your Full Name": "輸入你的全名", "Enter Your Full Name": "輸入你的全名",
"Enter Your Password": "輸入你的密碼", "Enter Your Password": "輸入你的密碼",
@ -228,6 +236,7 @@
"Manage Ollama Models": "管理 Ollama 模型", "Manage Ollama Models": "管理 Ollama 模型",
"Max Tokens": "最大 Token 數", "Max Tokens": "最大 Token 數",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "最多可以同時下載 3 個模型。請稍後再試。", "Maximum of 3 models can be downloaded simultaneously. Please try again later.": "最多可以同時下載 3 個模型。請稍後再試。",
"Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "", "Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
@ -258,6 +267,7 @@
"Name your modelfile": "命名你的 Modelfile", "Name your modelfile": "命名你的 Modelfile",
"New Chat": "新增聊天", "New Chat": "新增聊天",
"New Password": "新密碼", "New Password": "新密碼",
"No results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "不確定要新增什麼嗎?", "Not sure what to add?": "不確定要新增什麼嗎?",
"Not sure what to write? Switch to": "不確定要寫什麼?切換到", "Not sure what to write? Switch to": "不確定要寫什麼?切換到",
@ -286,6 +296,7 @@
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "或", "or": "或",
"Other": "", "Other": "",
"Overview": "",
"Parameters": "參數", "Parameters": "參數",
"Password": "密碼", "Password": "密碼",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
@ -300,6 +311,7 @@
"Prompt Content": "提示詞內容", "Prompt Content": "提示詞內容",
"Prompt suggestions": "提示詞建議", "Prompt suggestions": "提示詞建議",
"Prompts": "提示詞", "Prompts": "提示詞",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "從 Ollama.com 下載模型", "Pull a model from Ollama.com": "從 Ollama.com 下載模型",
"Pull Progress": "下載進度", "Pull Progress": "下載進度",
"Query Params": "查詢參數", "Query Params": "查詢參數",
@ -312,6 +324,8 @@
"Regenerate": "", "Regenerate": "",
"Release Notes": "發布說明", "Release Notes": "發布說明",
"Remove": "", "Remove": "",
"Remove Model": "",
"Rename": "",
"Repeat Last N": "重複最後 N 次", "Repeat Last N": "重複最後 N 次",
"Repeat Penalty": "重複懲罰", "Repeat Penalty": "重複懲罰",
"Request Mode": "請求模式", "Request Mode": "請求模式",
@ -441,6 +455,8 @@
"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字的摘要來概括[主題或關鍵詞]。",
"You": "你", "You": "你",
"You have no archived conversations.": "",
"You have shared this chat": "",
"You're a helpful assistant.": "你是一位善於協助他人的助手。", "You're a helpful assistant.": "你是一位善於協助他人的助手。",
"You're now logged in.": "已登入。", "You're now logged in.": "已登入。",
"Youtube": "" "Youtube": ""