Commit 30d10480 authored by Jannik Streidl's avatar Jannik Streidl
Browse files

resolved the conflicts 😍

parents 142f82ba 5e168e6f
...@@ -137,9 +137,15 @@ ...@@ -137,9 +137,15 @@
if (res) { if (res) {
console.log('rerankingModelUpdateHandler:', res); console.log('rerankingModelUpdateHandler:', res);
if (res.status === true) { if (res.status === true) {
toast.success($i18n.t('Reranking model set to "{{reranking_model}}"', res), { if (rerankingModel === '') {
duration: 1000 * 10 toast.success($i18n.t('Reranking model disabled', res), {
}); duration: 1000 * 10
});
} else {
toast.success($i18n.t('Reranking model set to "{{reranking_model}}"', res), {
duration: 1000 * 10
});
}
} }
} }
}; };
...@@ -584,12 +590,12 @@ ...@@ -584,12 +590,12 @@
<hr class=" dark:border-gray-700 my-3" /> <hr class=" dark:border-gray-700 my-3" />
<div> <div class=" ">
<div class=" text-sm font-medium">{$i18n.t('Query Params')}</div> <div class=" text-sm font-medium">{$i18n.t('Query Params')}</div>
<div class=" flex"> <div class=" flex">
<div class=" flex w-full justify-between"> <div class=" flex w-full justify-between">
<div class="self-center text-xs font-medium flex-1">{$i18n.t('Top K')}</div> <div class="self-center text-xs font-medium min-w-fit">{$i18n.t('Top K')}</div>
<div class="self-center p-3"> <div class="self-center p-3">
<input <input
...@@ -602,13 +608,11 @@ ...@@ -602,13 +608,11 @@
/> />
</div> </div>
</div> </div>
</div>
{#if querySettings.hybrid === true} {#if querySettings.hybrid === true}
<div class=" flex"> <div class="flex w-full">
<div class=" flex w-full justify-between"> <div class=" self-center text-xs font-medium min-w-fit">
<div class="self-center text-xs font-medium flex-1"> {$i18n.t('Minimum Score')}
{$i18n.t('Relevance Threshold')}
</div> </div>
<div class="self-center p-3"> <div class="self-center p-3">
...@@ -616,14 +620,25 @@ ...@@ -616,14 +620,25 @@
class=" w-full rounded-lg py-1.5 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none" class=" w-full rounded-lg py-1.5 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"
type="number" type="number"
step="0.01" step="0.01"
placeholder={$i18n.t('Enter Relevance Threshold')} placeholder={$i18n.t('Enter Score')}
bind:value={querySettings.r} bind:value={querySettings.r}
autocomplete="off" autocomplete="off"
min="0.0" min="0.0"
title={$i18n.t('The score should be a value between 0.0 (0%) and 1.0 (100%).')}
/> />
</div> </div>
</div> </div>
{/if}
</div>
{#if querySettings.hybrid === true}
<div class="mt-2 mb-1 text-xs text-gray-400 dark:text-gray-500">
{$i18n.t(
'Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.'
)}
</div> </div>
<hr class=" dark:border-gray-700 my-3" />
{/if} {/if}
<div> <div>
...@@ -636,8 +651,6 @@ ...@@ -636,8 +651,6 @@
</div> </div>
</div> </div>
<hr class=" dark:border-gray-700 my-3" />
{#if showResetConfirm} {#if showResetConfirm}
<div class="flex justify-between rounded-md items-center py-2 px-3.5 w-full transition"> <div class="flex justify-between rounded-md items-center py-2 px-3.5 w-full transition">
<div class="flex items-center space-x-3"> <div class="flex items-center space-x-3">
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"Add Files": "Добавяне на Файлове", "Add Files": "Добавяне на Файлове",
"Add message": "Добавяне на съобщение", "Add message": "Добавяне на съобщение",
"Add Model": "", "Add Model": "",
"add tags": "добавяне на тагове", "Add Tags": "добавяне на тагове",
"Adjusting these settings will apply changes universally to all users.": "При промяна на тези настройки промените се прилагат за всички потребители.", "Adjusting these settings will apply changes universally to all users.": "При промяна на тези настройки промените се прилагат за всички потребители.",
"admin": "админ", "admin": "админ",
"Admin Panel": "Панел на Администратор", "Admin Panel": "Панел на Администратор",
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
"AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 Базов URL е задължителен.", "AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 Базов URL е задължителен.",
"available!": "наличен!", "available!": "наличен!",
"Back": "Назад", "Back": "Назад",
"Bad Response": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Режим на Създаване", "Builder Mode": "Режим на Създаване",
...@@ -85,8 +86,10 @@ ...@@ -85,8 +86,10 @@
"Connections": "Връзки", "Connections": "Връзки",
"Content": "Съдържание", "Content": "Съдържание",
"Context Length": "Дължина на Контекста", "Context Length": "Дължина на Контекста",
"Continue Response": "",
"Conversation Mode": "Режим на Чат", "Conversation Mode": "Режим на Чат",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "",
"Copy last code block": "Копиране на последен код блок", "Copy last code block": "Копиране на последен код блок",
"Copy last response": "Копиране на последен отговор", "Copy last response": "Копиране на последен отговор",
"Copy Link": "", "Copy Link": "",
...@@ -117,6 +120,7 @@ ...@@ -117,6 +120,7 @@
"Delete": "", "Delete": "",
"Delete a model": "Изтриване на модел", "Delete a model": "Изтриване на модел",
"Delete chat": "Изтриване на чат", "Delete chat": "Изтриване на чат",
"Delete Chat": "",
"Delete Chats": "Изтриване на Чатове", "Delete Chats": "Изтриване на Чатове",
"delete this link": "", "delete this link": "",
"Delete User": "", "Delete User": "",
...@@ -141,6 +145,7 @@ ...@@ -141,6 +145,7 @@
"Download Database": "Сваляне на база данни", "Download Database": "Сваляне на база данни",
"Drop any files here to add to the conversation": "Пускане на файлове тук, за да ги добавите в чата", "Drop any files here to add to the conversation": "Пускане на файлове тук, за да ги добавите в чата",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "напр. '30с','10м'. Валидни единици са 'с', 'м', 'ч'.", "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "напр. '30с','10м'. Валидни единици са 'с', 'м', 'ч'.",
"Edit": "",
"Edit Doc": "Редактиране на документ", "Edit Doc": "Редактиране на документ",
"Edit User": "Редактиране на потребител", "Edit User": "Редактиране на потребител",
"Email": "Имейл", "Email": "Имейл",
...@@ -160,7 +165,7 @@ ...@@ -160,7 +165,7 @@
"Enter Max Tokens (litellm_params.max_tokens)": "Въведете Max Tokens (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Въведете Max Tokens (litellm_params.max_tokens)",
"Enter model tag (e.g. {{modelTag}})": "Въведете таг на модел (напр. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Въведете таг на модел (напр. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Въведете брой стъпки (напр. 50)", "Enter Number of Steps (e.g. 50)": "Въведете брой стъпки (напр. 50)",
"Enter Relevance Threshold": "", "Enter Score": "",
"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/)",
...@@ -180,7 +185,7 @@ ...@@ -180,7 +185,7 @@
"File Mode": "Файл Мод", "File Mode": "Файл Мод",
"File not found.": "Файл не е намерен.", "File not found.": "Файл не е намерен.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "", "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
"Fluidly stream large external response chunks": "", "Fluidly stream large external response chunks": "Плавно предаване на големи части от външен отговор",
"Focus chat input": "Фокусиране на чат вход", "Focus chat input": "Фокусиране на чат вход",
"Followed instructions perfectly": "", "Followed instructions perfectly": "",
"Format your variables using square brackets like this:": "Форматирайте вашите променливи, като използвате квадратни скоби, както следва:", "Format your variables using square brackets like this:": "Форматирайте вашите променливи, като използвате квадратни скоби, както следва:",
...@@ -188,6 +193,9 @@ ...@@ -188,6 +193,9 @@
"Full Screen Mode": "На Цял екран", "Full Screen Mode": "На Цял екран",
"General": "Основни", "General": "Основни",
"General Settings": "Основни Настройки", "General Settings": "Основни Настройки",
"Generation Info": "",
"Good Response": "",
"has no conversations.": "",
"Hello, {{name}}": "Здравей, {{name}}", "Hello, {{name}}": "Здравей, {{name}}",
"Hide": "Скрий", "Hide": "Скрий",
"Hide Additional Params": "Скрий допълнителни параметри", "Hide Additional Params": "Скрий допълнителни параметри",
...@@ -222,6 +230,7 @@ ...@@ -222,6 +230,7 @@
"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.": "", "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau", "Mirostat Tau": "Mirostat Tau",
...@@ -255,6 +264,7 @@ ...@@ -255,6 +264,7 @@
"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": "Не сте сигурни, какво да напишете? Превключете към",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "Десктоп Известия", "Notifications": "Десктоп Известия",
"Off": "Изкл.", "Off": "Изкл.",
"Okay, Let's Go!": "ОК, Нека започваме!", "Okay, Let's Go!": "ОК, Нека започваме!",
...@@ -300,17 +310,19 @@ ...@@ -300,17 +310,19 @@
"Query Params": "Query Параметри", "Query Params": "Query Параметри",
"RAG Template": "RAG Шаблон", "RAG Template": "RAG Шаблон",
"Raw Format": "Raw Формат", "Raw Format": "Raw Формат",
"Read Aloud": "",
"Record voice": "Записване на глас", "Record voice": "Записване на глас",
"Redirecting you to OpenWebUI Community": "Пренасочване към OpenWebUI общността", "Redirecting you to OpenWebUI Community": "Пренасочване към OpenWebUI общността",
"Refused when it shouldn't have": "", "Refused when it shouldn't have": "",
"Regenerate": "",
"Release Notes": "Бележки по изданието", "Release Notes": "Бележки по изданието",
"Relevance Threshold": "",
"Remove": "", "Remove": "",
"Remove Model": "", "Remove Model": "",
"Rename": "", "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",
"Reranking model disabled": "",
"Reranking model set to \"{{reranking_model}}\"": "", "Reranking model set to \"{{reranking_model}}\"": "",
"Reset Vector Storage": "Ресет Vector Storage", "Reset Vector Storage": "Ресет Vector Storage",
"Response AutoCopy to Clipboard": "Аувтоматично копиране на отговор в клипборда", "Response AutoCopy to Clipboard": "Аувтоматично копиране на отговор в клипборда",
...@@ -379,6 +391,7 @@ ...@@ -379,6 +391,7 @@
"Text-to-Speech Engine": "Text-to-Speech Engine", "Text-to-Speech Engine": "Text-to-Speech Engine",
"Tfs Z": "Tfs Z", "Tfs Z": "Tfs Z",
"Thanks for your feedback!": "", "Thanks for your feedback!": "",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
"Theme": "Тема", "Theme": "Тема",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Това гарантира, че ценните ви разговори се запазват сигурно във вашата бекенд база данни. Благодарим ви!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Това гарантира, че ценните ви разговори се запазват сигурно във вашата бекенд база данни. Благодарим ви!",
"This setting does not sync across browsers or devices.": "Тази настройка не се синхронизира между браузъри или устройства.", "This setting does not sync across browsers or devices.": "Тази настройка не се синхронизира между браузъри или устройства.",
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"Add Files": "ফাইল যোগ করুন", "Add Files": "ফাইল যোগ করুন",
"Add message": "মেসেজ যোগ করুন", "Add message": "মেসেজ যোগ করুন",
"Add Model": "", "Add Model": "",
"add tags": "ট্যাগ যোগ করুন", "Add Tags": "ট্যাগ যোগ করুন",
"Adjusting these settings will apply changes universally to all users.": "এই সেটিংগুলো পরিবর্তন করলে তা সব ইউজারের উপরেই প্রয়োগ করা হবে", "Adjusting these settings will apply changes universally to all users.": "এই সেটিংগুলো পরিবর্তন করলে তা সব ইউজারের উপরেই প্রয়োগ করা হবে",
"admin": "এডমিন", "admin": "এডমিন",
"Admin Panel": "এডমিন প্যানেল", "Admin Panel": "এডমিন প্যানেল",
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
"AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 বেজ ইউআরএল আবশ্যক", "AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 বেজ ইউআরএল আবশ্যক",
"available!": "উপলব্ধ!", "available!": "উপলব্ধ!",
"Back": "পেছনে", "Back": "পেছনে",
"Bad Response": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "বিল্ডার মোড", "Builder Mode": "বিল্ডার মোড",
...@@ -85,8 +86,10 @@ ...@@ -85,8 +86,10 @@
"Connections": "কানেকশনগুলো", "Connections": "কানেকশনগুলো",
"Content": "বিষয়বস্তু", "Content": "বিষয়বস্তু",
"Context Length": "কনটেক্সটের দৈর্ঘ্য", "Context Length": "কনটেক্সটের দৈর্ঘ্য",
"Continue Response": "",
"Conversation Mode": "কথোপকথন মোড", "Conversation Mode": "কথোপকথন মোড",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "",
"Copy last code block": "সর্বশেষ কোড ব্লক কপি করুন", "Copy last code block": "সর্বশেষ কোড ব্লক কপি করুন",
"Copy last response": "সর্বশেষ রেসপন্স কপি করুন", "Copy last response": "সর্বশেষ রেসপন্স কপি করুন",
"Copy Link": "", "Copy Link": "",
...@@ -117,6 +120,7 @@ ...@@ -117,6 +120,7 @@
"Delete": "", "Delete": "",
"Delete a model": "একটি মডেল মুছে ফেলুন", "Delete a model": "একটি মডেল মুছে ফেলুন",
"Delete chat": "চ্যাট মুছে ফেলুন", "Delete chat": "চ্যাট মুছে ফেলুন",
"Delete Chat": "",
"Delete Chats": "চ্যাটগুলো মুছে ফেলুন", "Delete Chats": "চ্যাটগুলো মুছে ফেলুন",
"delete this link": "", "delete this link": "",
"Delete User": "", "Delete User": "",
...@@ -141,6 +145,7 @@ ...@@ -141,6 +145,7 @@
"Download Database": "ডেটাবেজ ডাউনলোড করুন", "Download Database": "ডেটাবেজ ডাউনলোড করুন",
"Drop any files here to add to the conversation": "আলোচনায় যুক্ত করার জন্য যে কোন ফাইল এখানে ড্রপ করুন", "Drop any files here to add to the conversation": "আলোচনায় যুক্ত করার জন্য যে কোন ফাইল এখানে ড্রপ করুন",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "যেমন '30s','10m'. সময়ের অনুমোদিত অনুমোদিত এককগুলি হচ্ছে 's', 'm', 'h'.", "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "যেমন '30s','10m'. সময়ের অনুমোদিত অনুমোদিত এককগুলি হচ্ছে 's', 'm', 'h'.",
"Edit": "",
"Edit Doc": "ডকুমেন্ট এডিট করুন", "Edit Doc": "ডকুমেন্ট এডিট করুন",
"Edit User": "ইউজার এডিট করুন", "Edit User": "ইউজার এডিট করুন",
"Email": "ইমেইল", "Email": "ইমেইল",
...@@ -160,7 +165,7 @@ ...@@ -160,7 +165,7 @@
"Enter Max Tokens (litellm_params.max_tokens)": "সর্বোচ্চ টোকেন সংখ্যা দিন (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "সর্বোচ্চ টোকেন সংখ্যা দিন (litellm_params.max_tokens)",
"Enter model tag (e.g. {{modelTag}})": "মডেল ট্যাগ লিখুন (e.g. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "মডেল ট্যাগ লিখুন (e.g. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "ধাপের সংখ্যা দিন (যেমন: 50)", "Enter Number of Steps (e.g. 50)": "ধাপের সংখ্যা দিন (যেমন: 50)",
"Enter Relevance Threshold": "", "Enter Score": "",
"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/)",
...@@ -188,6 +193,9 @@ ...@@ -188,6 +193,9 @@
"Full Screen Mode": "ফুলস্ক্রিন মোড", "Full Screen Mode": "ফুলস্ক্রিন মোড",
"General": "সাধারণ", "General": "সাধারণ",
"General Settings": "সাধারণ সেটিংসমূহ", "General Settings": "সাধারণ সেটিংসমূহ",
"Generation Info": "",
"Good Response": "",
"has no conversations.": "",
"Hello, {{name}}": "হ্যালো, {{name}}", "Hello, {{name}}": "হ্যালো, {{name}}",
"Hide": "লুকান", "Hide": "লুকান",
"Hide Additional Params": "অতিরিক্ত প্যারামিটাগুলো লুকান", "Hide Additional Params": "অতিরিক্ত প্যারামিটাগুলো লুকান",
...@@ -222,6 +230,7 @@ ...@@ -222,6 +230,7 @@
"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.": "", "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau", "Mirostat Tau": "Mirostat Tau",
...@@ -255,10 +264,11 @@ ...@@ -255,10 +264,11 @@
"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": "কী লিখতে হবে নিশ্চিত না? পরিবর্তন করুন:",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "নোটিফিকেশনসমূহ", "Notifications": "নোটিফিকেশনসমূহ",
"Off": "বন্ধ", "Off": "বন্ধ",
"Okay, Let's Go!": "ঠিক আছে, চলুন যাই!", "Okay, Let's Go!": "ঠিক আছে, চলুন যাই!",
"OLED Dark": "", "OLED Dark": "OLED ডার্ক",
"Ollama": "", "Ollama": "",
"Ollama Base URL": "Ollama বেজ ইউআরএল", "Ollama Base URL": "Ollama বেজ ইউআরএল",
"Ollama Version": "Ollama ভার্সন", "Ollama Version": "Ollama ভার্সন",
...@@ -300,17 +310,19 @@ ...@@ -300,17 +310,19 @@
"Query Params": "Query প্যারামিটারসমূহ", "Query Params": "Query প্যারামিটারসমূহ",
"RAG Template": "RAG টেম্পলেট", "RAG Template": "RAG টেম্পলেট",
"Raw Format": "Raw ফরম্যাট", "Raw Format": "Raw ফরম্যাট",
"Read Aloud": "",
"Record voice": "ভয়েস রেকর্ড করুন", "Record voice": "ভয়েস রেকর্ড করুন",
"Redirecting you to OpenWebUI Community": "আপনাকে OpenWebUI কমিউনিটিতে পাঠানো হচ্ছে", "Redirecting you to OpenWebUI Community": "আপনাকে OpenWebUI কমিউনিটিতে পাঠানো হচ্ছে",
"Refused when it shouldn't have": "", "Refused when it shouldn't have": "",
"Regenerate": "",
"Release Notes": "রিলিজ নোটসমূহ", "Release Notes": "রিলিজ নোটসমূহ",
"Relevance Threshold": "",
"Remove": "", "Remove": "",
"Remove Model": "", "Remove Model": "",
"Rename": "", "Rename": "",
"Repeat Last N": "রিপিট Last N", "Repeat Last N": "রিপিট Last N",
"Repeat Penalty": "রিপিট প্যানাল্টি", "Repeat Penalty": "রিপিট প্যানাল্টি",
"Request Mode": "রিকোয়েস্ট মোড", "Request Mode": "রিকোয়েস্ট মোড",
"Reranking model disabled": "",
"Reranking model set to \"{{reranking_model}}\"": "", "Reranking model set to \"{{reranking_model}}\"": "",
"Reset Vector Storage": "ভেক্টর স্টোরেজ রিসেট করুন", "Reset Vector Storage": "ভেক্টর স্টোরেজ রিসেট করুন",
"Response AutoCopy to Clipboard": "রেসপন্সগুলো স্বয়ংক্রিভাবে ক্লিপবোর্ডে কপি হবে", "Response AutoCopy to Clipboard": "রেসপন্সগুলো স্বয়ংক্রিভাবে ক্লিপবোর্ডে কপি হবে",
...@@ -379,6 +391,7 @@ ...@@ -379,6 +391,7 @@
"Text-to-Speech Engine": "টেক্সট-টু-স্পিচ ইঞ্জিন", "Text-to-Speech Engine": "টেক্সট-টু-স্পিচ ইঞ্জিন",
"Tfs Z": "Tfs Z", "Tfs Z": "Tfs Z",
"Thanks for your feedback!": "", "Thanks for your feedback!": "",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
"Theme": "থিম", "Theme": "থিম",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "এটা নিশ্চিত করে যে, আপনার গুরুত্বপূর্ণ আলোচনা নিরাপদে আপনার ব্যাকএন্ড ডেটাবেজে সংরক্ষিত আছে। ধন্যবাদ!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "এটা নিশ্চিত করে যে, আপনার গুরুত্বপূর্ণ আলোচনা নিরাপদে আপনার ব্যাকএন্ড ডেটাবেজে সংরক্ষিত আছে। ধন্যবাদ!",
"This setting does not sync across browsers or devices.": "এই সেটিং অন্যন্য ব্রাউজার বা ডিভাইসের সাথে সিঙ্ক্রোনাইজ নয় না।", "This setting does not sync across browsers or devices.": "এই সেটিং অন্যন্য ব্রাউজার বা ডিভাইসের সাথে সিঙ্ক্রোনাইজ নয় না।",
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"Add Files": "Afegeix Arxius", "Add Files": "Afegeix Arxius",
"Add message": "Afegeix missatge", "Add message": "Afegeix missatge",
"Add Model": "", "Add Model": "",
"add tags": "afegeix etiquetes", "Add Tags": "afegeix etiquetes",
"Adjusting these settings will apply changes universally to all users.": "Ajustar aquests paràmetres aplicarà canvis de manera universal a tots els usuaris.", "Adjusting these settings will apply changes universally to all users.": "Ajustar aquests paràmetres aplicarà canvis de manera universal a tots els usuaris.",
"admin": "administrador", "admin": "administrador",
"Admin Panel": "Panell d'Administració", "Admin Panel": "Panell d'Administració",
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"API keys": "", "API keys": "",
"API RPM": "RPM de l'API", "API RPM": "RPM de l'API",
"Archive": "", "Archive": "",
"Archived Chats": "", "Archived Chats": "Arxiu d'historial de xat",
"are allowed - Activate this command by typing": "estan permesos - Activa aquesta comanda escrivint", "are allowed - Activate this command by typing": "estan permesos - Activa aquesta comanda escrivint",
"Are you sure?": "Estàs segur?", "Are you sure?": "Estàs segur?",
"Attention to detail": "", "Attention to detail": "",
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
"AUTOMATIC1111 Base URL is required.": "Es requereix l'URL Base AUTOMATIC1111.", "AUTOMATIC1111 Base URL is required.": "Es requereix l'URL Base AUTOMATIC1111.",
"available!": "disponible!", "available!": "disponible!",
"Back": "Enrere", "Back": "Enrere",
"Bad Response": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Mode Constructor", "Builder Mode": "Mode Constructor",
...@@ -85,8 +86,10 @@ ...@@ -85,8 +86,10 @@
"Connections": "Connexions", "Connections": "Connexions",
"Content": "Contingut", "Content": "Contingut",
"Context Length": "Longitud del Context", "Context Length": "Longitud del Context",
"Continue Response": "",
"Conversation Mode": "Mode de Conversa", "Conversation Mode": "Mode de Conversa",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "",
"Copy last code block": "Copia l'últim bloc de codi", "Copy last code block": "Copia l'últim bloc de codi",
"Copy last response": "Copia l'última resposta", "Copy last response": "Copia l'última resposta",
"Copy Link": "", "Copy Link": "",
...@@ -117,6 +120,7 @@ ...@@ -117,6 +120,7 @@
"Delete": "", "Delete": "",
"Delete a model": "Esborra un model", "Delete a model": "Esborra un model",
"Delete chat": "Esborra xat", "Delete chat": "Esborra xat",
"Delete Chat": "",
"Delete Chats": "Esborra Xats", "Delete Chats": "Esborra Xats",
"delete this link": "", "delete this link": "",
"Delete User": "", "Delete User": "",
...@@ -141,6 +145,7 @@ ...@@ -141,6 +145,7 @@
"Download Database": "Descarrega Base de Dades", "Download Database": "Descarrega Base de Dades",
"Drop any files here to add to the conversation": "Deixa qualsevol arxiu aquí per afegir-lo a la conversa", "Drop any files here to add to the conversation": "Deixa qualsevol arxiu aquí per afegir-lo a la conversa",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "p. ex. '30s','10m'. Les unitats de temps vàlides són 's', 'm', 'h'.", "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "p. ex. '30s','10m'. Les unitats de temps vàlides són 's', 'm', 'h'.",
"Edit": "",
"Edit Doc": "Edita Document", "Edit Doc": "Edita Document",
"Edit User": "Edita Usuari", "Edit User": "Edita Usuari",
"Email": "Correu electrònic", "Email": "Correu electrònic",
...@@ -160,7 +165,7 @@ ...@@ -160,7 +165,7 @@
"Enter Max Tokens (litellm_params.max_tokens)": "Introdueix el Màxim de Tokens (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Introdueix el Màxim de Tokens (litellm_params.max_tokens)",
"Enter model tag (e.g. {{modelTag}})": "Introdueix l'etiqueta del model (p. ex. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Introdueix l'etiqueta del model (p. ex. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Introdueix el Nombre de Passos (p. ex. 50)", "Enter Number of Steps (e.g. 50)": "Introdueix el Nombre de Passos (p. ex. 50)",
"Enter Relevance Threshold": "", "Enter Score": "",
"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/)",
...@@ -180,7 +185,7 @@ ...@@ -180,7 +185,7 @@
"File Mode": "Mode Arxiu", "File Mode": "Mode Arxiu",
"File not found.": "Arxiu no trobat.", "File not found.": "Arxiu no trobat.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "", "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
"Fluidly stream large external response chunks": "", "Fluidly stream large external response chunks": "Transmita con fluidez grandes fragmentos de respuesta externa",
"Focus chat input": "Enfoca l'entrada del xat", "Focus chat input": "Enfoca l'entrada del xat",
"Followed instructions perfectly": "", "Followed instructions perfectly": "",
"Format your variables using square brackets like this:": "Formata les teves variables utilitzant claudàtors així:", "Format your variables using square brackets like this:": "Formata les teves variables utilitzant claudàtors així:",
...@@ -188,6 +193,9 @@ ...@@ -188,6 +193,9 @@
"Full Screen Mode": "Mode de Pantalla Completa", "Full Screen Mode": "Mode de Pantalla Completa",
"General": "General", "General": "General",
"General Settings": "Configuració General", "General Settings": "Configuració General",
"Generation Info": "",
"Good Response": "",
"has no conversations.": "",
"Hello, {{name}}": "Hola, {{name}}", "Hello, {{name}}": "Hola, {{name}}",
"Hide": "Amaga", "Hide": "Amaga",
"Hide Additional Params": "Amaga Paràmetres Addicionals", "Hide Additional Params": "Amaga Paràmetres Addicionals",
...@@ -222,6 +230,7 @@ ...@@ -222,6 +230,7 @@
"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.": "", "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Eta de Mirostat", "Mirostat Eta": "Eta de Mirostat",
"Mirostat Tau": "Tau de Mirostat", "Mirostat Tau": "Tau de Mirostat",
...@@ -255,10 +264,11 @@ ...@@ -255,10 +264,11 @@
"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",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "Notificacions d'Escriptori", "Notifications": "Notificacions d'Escriptori",
"Off": "Desactivat", "Off": "Desactivat",
"Okay, Let's Go!": "D'acord, Anem!", "Okay, Let's Go!": "D'acord, Anem!",
"OLED Dark": "", "OLED Dark": "OLED escuro",
"Ollama": "", "Ollama": "",
"Ollama Base URL": "URL Base d'Ollama", "Ollama Base URL": "URL Base d'Ollama",
"Ollama Version": "Versió d'Ollama", "Ollama Version": "Versió d'Ollama",
...@@ -300,17 +310,19 @@ ...@@ -300,17 +310,19 @@
"Query Params": "Paràmetres de Consulta", "Query Params": "Paràmetres de Consulta",
"RAG Template": "Plantilla RAG", "RAG Template": "Plantilla RAG",
"Raw Format": "Format Brut", "Raw Format": "Format Brut",
"Read Aloud": "",
"Record voice": "Enregistra veu", "Record voice": "Enregistra veu",
"Redirecting you to OpenWebUI Community": "Redirigint-te a la Comunitat OpenWebUI", "Redirecting you to OpenWebUI Community": "Redirigint-te a la Comunitat OpenWebUI",
"Refused when it shouldn't have": "", "Refused when it shouldn't have": "",
"Regenerate": "",
"Release Notes": "Notes de la Versió", "Release Notes": "Notes de la Versió",
"Relevance Threshold": "",
"Remove": "", "Remove": "",
"Remove Model": "", "Remove Model": "",
"Rename": "", "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",
"Reranking model disabled": "",
"Reranking model set to \"{{reranking_model}}\"": "", "Reranking model set to \"{{reranking_model}}\"": "",
"Reset Vector Storage": "Reinicia l'Emmagatzematge de Vectors", "Reset Vector Storage": "Reinicia l'Emmagatzematge de Vectors",
"Response AutoCopy to Clipboard": "Resposta AutoCopiar al Portapapers", "Response AutoCopy to Clipboard": "Resposta AutoCopiar al Portapapers",
...@@ -379,6 +391,7 @@ ...@@ -379,6 +391,7 @@
"Text-to-Speech Engine": "Motor de Text a Veu", "Text-to-Speech Engine": "Motor de Text a Veu",
"Tfs Z": "Tfs Z", "Tfs Z": "Tfs Z",
"Thanks for your feedback!": "", "Thanks for your feedback!": "",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
"Theme": "Tema", "Theme": "Tema",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Això assegura que les teves converses valuoses queden segurament guardades a la teva base de dades backend. Gràcies!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Això assegura que les teves converses valuoses queden segurament guardades a la teva base de dades backend. Gràcies!",
"This setting does not sync across browsers or devices.": "Aquesta configuració no es sincronitza entre navegadors ni dispositius.", "This setting does not sync across browsers or devices.": "Aquesta configuració no es sincronitza entre navegadors ni dispositius.",
......
This diff is collapsed.
This diff is collapsed.
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"Add Files": "", "Add Files": "",
"Add message": "", "Add message": "",
"Add Model": "", "Add Model": "",
"add tags": "", "Add Tags": "",
"Adjusting these settings will apply changes universally to all users.": "", "Adjusting these settings will apply changes universally to all users.": "",
"admin": "", "admin": "",
"Admin Panel": "", "Admin Panel": "",
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
"AUTOMATIC1111 Base URL is required.": "", "AUTOMATIC1111 Base URL is required.": "",
"available!": "", "available!": "",
"Back": "", "Back": "",
"Bad Response": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "", "Builder Mode": "",
...@@ -85,8 +86,10 @@ ...@@ -85,8 +86,10 @@
"Connections": "", "Connections": "",
"Content": "", "Content": "",
"Context Length": "", "Context Length": "",
"Continue Response": "",
"Conversation Mode": "", "Conversation Mode": "",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "",
"Copy last code block": "", "Copy last code block": "",
"Copy last response": "", "Copy last response": "",
"Copy Link": "", "Copy Link": "",
...@@ -117,6 +120,7 @@ ...@@ -117,6 +120,7 @@
"Delete": "", "Delete": "",
"Delete a model": "", "Delete a model": "",
"Delete chat": "", "Delete chat": "",
"Delete Chat": "",
"Delete Chats": "", "Delete Chats": "",
"delete this link": "", "delete this link": "",
"Delete User": "", "Delete User": "",
...@@ -141,6 +145,7 @@ ...@@ -141,6 +145,7 @@
"Download Database": "", "Download Database": "",
"Drop any files here to add to the conversation": "", "Drop any files here to add to the conversation": "",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "", "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "",
"Edit": "",
"Edit Doc": "", "Edit Doc": "",
"Edit User": "", "Edit User": "",
"Email": "", "Email": "",
...@@ -160,7 +165,7 @@ ...@@ -160,7 +165,7 @@
"Enter Max Tokens (litellm_params.max_tokens)": "", "Enter Max Tokens (litellm_params.max_tokens)": "",
"Enter model tag (e.g. {{modelTag}})": "", "Enter model tag (e.g. {{modelTag}})": "",
"Enter Number of Steps (e.g. 50)": "", "Enter Number of Steps (e.g. 50)": "",
"Enter Relevance Threshold": "", "Enter Score": "",
"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/)": "",
...@@ -188,6 +193,9 @@ ...@@ -188,6 +193,9 @@
"Full Screen Mode": "", "Full Screen Mode": "",
"General": "", "General": "",
"General Settings": "", "General Settings": "",
"Generation Info": "",
"Good Response": "",
"has no conversations.": "",
"Hello, {{name}}": "", "Hello, {{name}}": "",
"Hide": "", "Hide": "",
"Hide Additional Params": "", "Hide Additional Params": "",
...@@ -222,6 +230,7 @@ ...@@ -222,6 +230,7 @@
"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.": "", "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "", "Mirostat": "",
"Mirostat Eta": "", "Mirostat Eta": "",
"Mirostat Tau": "", "Mirostat Tau": "",
...@@ -255,6 +264,7 @@ ...@@ -255,6 +264,7 @@
"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": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "", "Notifications": "",
"Off": "", "Off": "",
"Okay, Let's Go!": "", "Okay, Let's Go!": "",
...@@ -300,17 +310,19 @@ ...@@ -300,17 +310,19 @@
"Query Params": "", "Query Params": "",
"RAG Template": "", "RAG Template": "",
"Raw Format": "", "Raw Format": "",
"Read Aloud": "",
"Record voice": "", "Record voice": "",
"Redirecting you to OpenWebUI Community": "", "Redirecting you to OpenWebUI Community": "",
"Refused when it shouldn't have": "", "Refused when it shouldn't have": "",
"Regenerate": "",
"Release Notes": "", "Release Notes": "",
"Relevance Threshold": "",
"Remove": "", "Remove": "",
"Remove Model": "", "Remove Model": "",
"Rename": "", "Rename": "",
"Repeat Last N": "", "Repeat Last N": "",
"Repeat Penalty": "", "Repeat Penalty": "",
"Request Mode": "", "Request Mode": "",
"Reranking model disabled": "",
"Reranking model set to \"{{reranking_model}}\"": "", "Reranking model set to \"{{reranking_model}}\"": "",
"Reset Vector Storage": "", "Reset Vector Storage": "",
"Response AutoCopy to Clipboard": "", "Response AutoCopy to Clipboard": "",
...@@ -379,6 +391,7 @@ ...@@ -379,6 +391,7 @@
"Text-to-Speech Engine": "", "Text-to-Speech Engine": "",
"Tfs Z": "", "Tfs Z": "",
"Thanks for your feedback!": "", "Thanks for your feedback!": "",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
"Theme": "", "Theme": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "",
"This setting does not sync across browsers or devices.": "", "This setting does not sync across browsers or devices.": "",
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"Add Files": "", "Add Files": "",
"Add message": "", "Add message": "",
"Add Model": "", "Add Model": "",
"add tags": "", "Add Tags": "",
"Adjusting these settings will apply changes universally to all users.": "", "Adjusting these settings will apply changes universally to all users.": "",
"admin": "", "admin": "",
"Admin Panel": "", "Admin Panel": "",
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
"AUTOMATIC1111 Base URL is required.": "", "AUTOMATIC1111 Base URL is required.": "",
"available!": "", "available!": "",
"Back": "", "Back": "",
"Bad Response": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "", "Builder Mode": "",
...@@ -85,8 +86,10 @@ ...@@ -85,8 +86,10 @@
"Connections": "", "Connections": "",
"Content": "", "Content": "",
"Context Length": "", "Context Length": "",
"Continue Response": "",
"Conversation Mode": "", "Conversation Mode": "",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "",
"Copy last code block": "", "Copy last code block": "",
"Copy last response": "", "Copy last response": "",
"Copy Link": "", "Copy Link": "",
...@@ -117,6 +120,7 @@ ...@@ -117,6 +120,7 @@
"Delete": "", "Delete": "",
"Delete a model": "", "Delete a model": "",
"Delete chat": "", "Delete chat": "",
"Delete Chat": "",
"Delete Chats": "", "Delete Chats": "",
"delete this link": "", "delete this link": "",
"Delete User": "", "Delete User": "",
...@@ -141,6 +145,7 @@ ...@@ -141,6 +145,7 @@
"Download Database": "", "Download Database": "",
"Drop any files here to add to the conversation": "", "Drop any files here to add to the conversation": "",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "", "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "",
"Edit": "",
"Edit Doc": "", "Edit Doc": "",
"Edit User": "", "Edit User": "",
"Email": "", "Email": "",
...@@ -160,7 +165,7 @@ ...@@ -160,7 +165,7 @@
"Enter Max Tokens (litellm_params.max_tokens)": "", "Enter Max Tokens (litellm_params.max_tokens)": "",
"Enter model tag (e.g. {{modelTag}})": "", "Enter model tag (e.g. {{modelTag}})": "",
"Enter Number of Steps (e.g. 50)": "", "Enter Number of Steps (e.g. 50)": "",
"Enter Relevance Threshold": "", "Enter Score": "",
"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/)": "",
...@@ -188,6 +193,9 @@ ...@@ -188,6 +193,9 @@
"Full Screen Mode": "", "Full Screen Mode": "",
"General": "", "General": "",
"General Settings": "", "General Settings": "",
"Generation Info": "",
"Good Response": "",
"has no conversations.": "",
"Hello, {{name}}": "", "Hello, {{name}}": "",
"Hide": "", "Hide": "",
"Hide Additional Params": "", "Hide Additional Params": "",
...@@ -222,6 +230,7 @@ ...@@ -222,6 +230,7 @@
"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.": "", "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "", "Mirostat": "",
"Mirostat Eta": "", "Mirostat Eta": "",
"Mirostat Tau": "", "Mirostat Tau": "",
...@@ -255,6 +264,7 @@ ...@@ -255,6 +264,7 @@
"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": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "", "Notifications": "",
"Off": "", "Off": "",
"Okay, Let's Go!": "", "Okay, Let's Go!": "",
...@@ -300,17 +310,19 @@ ...@@ -300,17 +310,19 @@
"Query Params": "", "Query Params": "",
"RAG Template": "", "RAG Template": "",
"Raw Format": "", "Raw Format": "",
"Read Aloud": "",
"Record voice": "", "Record voice": "",
"Redirecting you to OpenWebUI Community": "", "Redirecting you to OpenWebUI Community": "",
"Refused when it shouldn't have": "", "Refused when it shouldn't have": "",
"Regenerate": "",
"Release Notes": "", "Release Notes": "",
"Relevance Threshold": "",
"Remove": "", "Remove": "",
"Remove Model": "", "Remove Model": "",
"Rename": "", "Rename": "",
"Repeat Last N": "", "Repeat Last N": "",
"Repeat Penalty": "", "Repeat Penalty": "",
"Request Mode": "", "Request Mode": "",
"Reranking model disabled": "",
"Reranking model set to \"{{reranking_model}}\"": "", "Reranking model set to \"{{reranking_model}}\"": "",
"Reset Vector Storage": "", "Reset Vector Storage": "",
"Response AutoCopy to Clipboard": "", "Response AutoCopy to Clipboard": "",
...@@ -379,6 +391,7 @@ ...@@ -379,6 +391,7 @@
"Text-to-Speech Engine": "", "Text-to-Speech Engine": "",
"Tfs Z": "", "Tfs Z": "",
"Thanks for your feedback!": "", "Thanks for your feedback!": "",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
"Theme": "", "Theme": "",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "",
"This setting does not sync across browsers or devices.": "", "This setting does not sync across browsers or devices.": "",
......
...@@ -19,12 +19,12 @@ ...@@ -19,12 +19,12 @@
"Add Files": "Agregar Archivos", "Add Files": "Agregar Archivos",
"Add message": "Agregar Prompt", "Add message": "Agregar Prompt",
"Add Model": "", "Add Model": "",
"add tags": "agregar etiquetas", "Add Tags": "agregar etiquetas",
"Adjusting these settings will apply changes universally to all users.": "Ajustar estas opciones aplicará los cambios universalmente a todos los usuarios.", "Adjusting these settings will apply changes universally to all users.": "Ajustar estas opciones aplicará los cambios universalmente a todos los usuarios.",
"admin": "admin", "admin": "admin",
"Admin Panel": "Panel de Administrador", "Admin Panel": "Panel de Administración",
"Admin Settings": "Configuración de Administrador", "Admin Settings": "Configuración de Administrador",
"Advanced Parameters": "Parametros Avanzados", "Advanced Parameters": "Parámetros Avanzados",
"all": "todo", "all": "todo",
"All Users": "Todos los Usuarios", "All Users": "Todos los Usuarios",
"Allow": "Permitir", "Allow": "Permitir",
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"API keys": "", "API keys": "",
"API RPM": "RPM de la API", "API RPM": "RPM de la API",
"Archive": "", "Archive": "",
"Archived Chats": "", "Archived Chats": "Chats archivados",
"are allowed - Activate this command by typing": "están permitidos - Active este comando escribiendo", "are allowed - Activate this command by typing": "están permitidos - Active este comando escribiendo",
"Are you sure?": "Esta usted seguro?", "Are you sure?": "Esta usted seguro?",
"Attention to detail": "", "Attention to detail": "",
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
"AUTOMATIC1111 Base URL is required.": "La dirección URL de AUTOMATIC1111 es requerida.", "AUTOMATIC1111 Base URL is required.": "La dirección URL de AUTOMATIC1111 es requerida.",
"available!": "¡disponible!", "available!": "¡disponible!",
"Back": "Vuelve atrás", "Back": "Vuelve atrás",
"Bad Response": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Modo de Constructor", "Builder Mode": "Modo de Constructor",
...@@ -62,7 +63,7 @@ ...@@ -62,7 +63,7 @@
"Chat History is off for this browser.": "El Historial del Chat está apagado para este navegador.", "Chat History is off for this browser.": "El Historial del Chat está apagado para este navegador.",
"Chats": "Chats", "Chats": "Chats",
"Check Again": "Verifica de nuevo", "Check Again": "Verifica de nuevo",
"Check for updates": "Verifica actualizaciones", "Check for updates": "Verificar actualizaciones",
"Checking for updates...": "Verificando actualizaciones...", "Checking for updates...": "Verificando actualizaciones...",
"Choose a model before saving...": "Escoge un modelo antes de guardar los cambios...", "Choose a model before saving...": "Escoge un modelo antes de guardar los cambios...",
"Chunk Overlap": "Superposición de fragmentos", "Chunk Overlap": "Superposición de fragmentos",
...@@ -84,13 +85,15 @@ ...@@ -84,13 +85,15 @@
"Confirm Password": "Confirmar Contraseña", "Confirm Password": "Confirmar Contraseña",
"Connections": "Conexiones", "Connections": "Conexiones",
"Content": "Contenido", "Content": "Contenido",
"Context Length": "Largura del contexto", "Context Length": "Longitud del contexto",
"Continue Response": "",
"Conversation Mode": "Modo de Conversación", "Conversation Mode": "Modo de Conversación",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "",
"Copy last code block": "Copia el último bloque de código", "Copy last code block": "Copia el último bloque de código",
"Copy last response": "Copia la última respuesta", "Copy last response": "Copia la última respuesta",
"Copy Link": "", "Copy Link": "",
"Copying to clipboard was successful!": Copiar al portapapeles fue exitoso!", "Copying to clipboard was successful!": La copia al portapapeles se ha realizado correctamente!",
"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",
...@@ -101,7 +104,7 @@ ...@@ -101,7 +104,7 @@
"Current Model": "Modelo Actual", "Current Model": "Modelo Actual",
"Current Password": "Contraseña Actual", "Current Password": "Contraseña Actual",
"Custom": "Personalizado", "Custom": "Personalizado",
"Customize Ollama models for a specific purpose": "Personaliza 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": "", "Dashboard": "",
"Database": "Base de datos", "Database": "Base de datos",
...@@ -117,6 +120,7 @@ ...@@ -117,6 +120,7 @@
"Delete": "", "Delete": "",
"Delete a model": "Borra un modelo", "Delete a model": "Borra un modelo",
"Delete chat": "Borrar chat", "Delete chat": "Borrar chat",
"Delete Chat": "",
"Delete Chats": "Borrar Chats", "Delete Chats": "Borrar Chats",
"delete this link": "", "delete this link": "",
"Delete User": "", "Delete User": "",
...@@ -128,10 +132,10 @@ ...@@ -128,10 +132,10 @@
"Discover a modelfile": "Descubre un modelfile", "Discover a modelfile": "Descubre un modelfile",
"Discover a prompt": "Descubre un Prompt", "Discover a prompt": "Descubre un Prompt",
"Discover, download, and explore custom prompts": "Descubre, descarga, y explora Prompts personalizados", "Discover, download, and explore custom prompts": "Descubre, descarga, y explora Prompts personalizados",
"Discover, download, and explore model presets": "Descubra, descargue y explore ajustes preestablecidos de modelos", "Discover, download, and explore model presets": "Descubre, descarga y explora ajustes preestablecidos de modelos",
"Display the username instead of You in the Chat": "Mostrar el nombre de usuario en lugar de Usted en el chat", "Display the username instead of You in the Chat": "Mostrar el nombre de usuario en lugar de Usted en el chat",
"Document": "Documento", "Document": "Documento",
"Document Settings": "Configuración de Documento", "Document Settings": "Configuración del Documento",
"Documents": "Documentos", "Documents": "Documentos",
"does not make any external connections, and your data stays securely on your locally hosted server.": "no realiza ninguna conexión externa y sus datos permanecen seguros en su servidor alojado localmente.", "does not make any external connections, and your data stays securely on your locally hosted server.": "no realiza ninguna conexión externa y sus datos permanecen seguros en su servidor alojado localmente.",
"Don't Allow": "No Permitir", "Don't Allow": "No Permitir",
...@@ -141,6 +145,7 @@ ...@@ -141,6 +145,7 @@
"Download Database": "Descarga la Base de Datos", "Download Database": "Descarga la Base de Datos",
"Drop any files here to add to the conversation": "Suelta cualquier archivo aquí para agregarlo a la conversación", "Drop any files here to add to the conversation": "Suelta cualquier archivo aquí para agregarlo a la conversación",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "p.ej. '30s','10m'. Unidades válidas de tiempo son 's', 'm', 'h'.", "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "p.ej. '30s','10m'. Unidades válidas de tiempo son 's', 'm', 'h'.",
"Edit": "",
"Edit Doc": "Editar Documento", "Edit Doc": "Editar Documento",
"Edit User": "Editar Usuario", "Edit User": "Editar Usuario",
"Email": "Email", "Email": "Email",
...@@ -149,9 +154,9 @@ ...@@ -149,9 +154,9 @@
"Enable Chat History": "Activa el Historial de Chat", "Enable Chat History": "Activa el Historial de Chat",
"Enable New Sign Ups": "Habilitar Nuevos Registros", "Enable New Sign Ups": "Habilitar Nuevos Registros",
"Enabled": "Activado", "Enabled": "Activado",
"Enter {{role}} message here": "Introduzca el mensaje {{role}} aquí", "Enter {{role}} message here": "Ingrese el mensaje {{role}} aquí",
"Enter Chunk Overlap": "Ingresar superposición de fragmentos", "Enter Chunk Overlap": "Ingresar superposición de fragmentos",
"Enter Chunk Size": "Introduzca el tamaño del fragmento", "Enter Chunk Size": "Ingrese el tamaño del fragmento",
"Enter Image Size (e.g. 512x512)": "Ingrese el tamaño de la imagen (p.ej. 512x512)", "Enter Image Size (e.g. 512x512)": "Ingrese el tamaño de la imagen (p.ej. 512x512)",
"Enter LiteLLM API Base URL (litellm_params.api_base)": "Ingrese la URL base de la API LiteLLM (litellm_params.api_base)", "Enter LiteLLM API Base URL (litellm_params.api_base)": "Ingrese la URL base de la API LiteLLM (litellm_params.api_base)",
"Enter LiteLLM API Key (litellm_params.api_key)": "Ingrese la clave API LiteLLM (litellm_params.api_key)", "Enter LiteLLM API Key (litellm_params.api_key)": "Ingrese la clave API LiteLLM (litellm_params.api_key)",
...@@ -160,14 +165,14 @@ ...@@ -160,14 +165,14 @@
"Enter Max Tokens (litellm_params.max_tokens)": "Ingrese tokens máximos (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Ingrese tokens máximos (litellm_params.max_tokens)",
"Enter model tag (e.g. {{modelTag}})": "Ingrese la etiqueta del modelo (p.ej. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Ingrese la etiqueta del modelo (p.ej. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Ingrese el número de pasos (p.ej., 50)", "Enter Number of Steps (e.g. 50)": "Ingrese el número de pasos (p.ej., 50)",
"Enter Relevance Threshold": "", "Enter Score": "",
"Enter stop sequence": "Introduzca la secuencia de parada", "Enter stop sequence": "Introduzca la secuencia de parada",
"Enter Top K": "Introduzca el Top K", "Enter Top K": "Introduzca 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 URL (e.g. http://localhost:11434)": "",
"Enter Your Email": "Introduce tu correo electrónico", "Enter Your Email": "Ingrese su correo electrónico",
"Enter Your Full Name": "Introduce tu nombre completo", "Enter Your Full Name": "Ingrese su nombre completo",
"Enter Your Password": "Introduce tu contraseña", "Enter Your Password": "Ingrese su contraseña",
"Experimental": "Experimental", "Experimental": "Experimental",
"Export All Chats (All Users)": "Exportar todos los chats (Todos los usuarios)", "Export All Chats (All Users)": "Exportar todos los chats (Todos los usuarios)",
"Export Chats": "Exportar Chats", "Export Chats": "Exportar Chats",
...@@ -183,11 +188,14 @@ ...@@ -183,11 +188,14 @@
"Fluidly stream large external response chunks": "Transmita con fluidez grandes fragmentos de respuesta externa", "Fluidly stream large external response chunks": "Transmita con fluidez grandes fragmentos de respuesta externa",
"Focus chat input": "Enfoca la entrada del chat", "Focus chat input": "Enfoca la entrada del chat",
"Followed instructions perfectly": "", "Followed instructions perfectly": "",
"Format your variables using square brackets like this:": "Formatee sus variables usando corchetes así:", "Format your variables using square brackets like this:": "Formatea tus variables usando corchetes de la siguiente manera:",
"From (Base Model)": "Desde (Modelo Base)", "From (Base Model)": "Desde (Modelo Base)",
"Full Screen Mode": "Modo de Pantalla Completa", "Full Screen Mode": "Modo de Pantalla Completa",
"General": "General", "General": "General",
"General Settings": "Opciones Generales", "General Settings": "Opciones Generales",
"Generation Info": "",
"Good Response": "",
"has no conversations.": "",
"Hello, {{name}}": "Hola, {{name}}", "Hello, {{name}}": "Hola, {{name}}",
"Hide": "Esconder", "Hide": "Esconder",
"Hide Additional Params": "Esconde los Parámetros Adicionales", "Hide Additional Params": "Esconde los Parámetros Adicionales",
...@@ -195,14 +203,14 @@ ...@@ -195,14 +203,14 @@
"Hybrid Search": "", "Hybrid Search": "",
"Image Generation (Experimental)": "Generación de imágenes (experimental)", "Image Generation (Experimental)": "Generación de imágenes (experimental)",
"Image Generation Engine": "Motor de generación de imágenes", "Image Generation Engine": "Motor de generación de imágenes",
"Image Settings": "Configuración de Imágen", "Image Settings": "Ajustes de la Imágen",
"Images": "Imágenes", "Images": "Imágenes",
"Import Chats": "Importar chats", "Import Chats": "Importar chats",
"Import Documents Mapping": "Importar Mapeo de Documentos", "Import Documents Mapping": "Importar Mapeo de Documentos",
"Import Modelfiles": "Importar Modelfiles", "Import Modelfiles": "Importar Modelfiles",
"Import Prompts": "Importar Prompts", "Import Prompts": "Importar Prompts",
"Include `--api` flag when running stable-diffusion-webui": "Incluir el indicador `--api` al ejecutar stable-diffusion-webui", "Include `--api` flag when running stable-diffusion-webui": "Incluir el indicador `--api` al ejecutar stable-diffusion-webui",
"Interface": "Interface", "Interface": "Interfaz",
"join our Discord for help.": "Únase a nuestro Discord para obtener ayuda.", "join our Discord for help.": "Únase a nuestro Discord para obtener ayuda.",
"JSON": "JSON", "JSON": "JSON",
"JWT Expiration": "Expiración del JWT", "JWT Expiration": "Expiración del JWT",
...@@ -215,13 +223,14 @@ ...@@ -215,13 +223,14 @@
"Listening...": "Escuchando...", "Listening...": "Escuchando...",
"LLMs can make mistakes. Verify important information.": "Los LLM pueden cometer errores. Verifica la información importante.", "LLMs can make mistakes. Verify important information.": "Los LLM pueden cometer errores. Verifica la información importante.",
"Made by OpenWebUI Community": "Hecho por la comunidad de OpenWebUI", "Made by OpenWebUI Community": "Hecho por la comunidad de OpenWebUI",
"Make sure to enclose them with": "Make sure to enclose them with", "Make sure to enclose them with": "Asegúrese de adjuntarlos con",
"Manage LiteLLM Models": "Administrar Modelos LiteLLM", "Manage LiteLLM Models": "Administrar Modelos LiteLLM",
"Manage Models": "Administrar Modelos", "Manage Models": "Administrar Modelos",
"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.": "", "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau", "Mirostat Tau": "Mirostat Tau",
...@@ -253,41 +262,42 @@ ...@@ -253,41 +262,42 @@
"New Password": "Nueva Contraseña", "New Password": "Nueva Contraseña",
"No results found": "", "No results found": "",
"Not factually correct": "", "Not factually correct": "",
"Not sure what to add?": "¿No estás seguro de qué añadir?", "Not sure what to add?": "¿No sabes qué añadir?",
"Not sure what to write? Switch to": "¿No estás seguro de qué escribir? Cambia a", "Not sure what to write? Switch to": "¿No sabes qué escribir? Cambia a",
"Notifications": "Notificaciones", "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "",
"Off": "Desactivado", "Off": "Desactivado",
"Okay, Let's Go!": "Okay, Let's Go!", "Okay, Let's Go!": "Bien, ¡Vamos!",
"OLED Dark": "", "OLED Dark": "OLED oscuro",
"Ollama": "", "Ollama": "",
"Ollama Base URL": "URL base de Ollama", "Ollama Base URL": "URL base de Ollama",
"Ollama Version": "Version de Ollama", "Ollama Version": "Versión de Ollama",
"On": "Activado", "On": "Activado",
"Only": "Solamente", "Only": "Solamente",
"Only alphanumeric characters and hyphens are allowed in the command string.": "Sólo se permiten caracteres alfanuméricos y guiones en la cadena de comando.", "Only alphanumeric characters and hyphens are allowed in the command string.": "Sólo se permiten caracteres alfanuméricos y guiones en la cadena de comando.",
"Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "¡Ups! ¡Agárrate fuerte! Tus archivos todavía están en el horno de procesamiento. Los estamos cocinando a la perfección. Tenga paciencia y le avisaremos una vez que estén listos.", "Oops! Hold tight! Your files are still in the processing oven. We're cooking them up to perfection. Please be patient and we'll let you know once they're ready.": "¡Ups! ¡Agárrate fuerte! Tus archivos todavía están en el horno de procesamiento. Los estamos cocinando a la perfección. Tenga paciencia y le avisaremos una vez que estén listos.",
"Oops! Looks like the URL is invalid. Please double-check and try again.": "¡Ups! Parece que la URL no es válida. Vuelva a verificar e inténtelo nuevamente.", "Oops! Looks like the URL is invalid. Please double-check and try again.": "¡Ups! Parece que la URL no es válida. Vuelva a verificar e inténtelo nuevamente.",
"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "¡Ups! Estás utilizando un método no compatible (solo frontend). Sirve la WebUI desde el backend.", "Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "¡Ups! Estás utilizando un método no compatible (solo frontend). Por favor ejecute la WebUI desde el backend.",
"Open": "Abrir", "Open": "Abrir",
"Open AI": "Open AI", "Open AI": "Abrir AI",
"Open AI (Dall-E)": "Open AI (Dall-E)", "Open AI (Dall-E)": "Abrir AI (Dall-E)",
"Open new chat": "Abrir nuevo chat", "Open new chat": "Abrir nuevo chat",
"OpenAI": "", "OpenAI": "",
"OpenAI API": "OpenAI API", "OpenAI API": "OpenAI API",
"OpenAI API Config": "", "OpenAI API Config": "",
"OpenAI API Key is required.": "La Clave de OpenAI API es requerida.", "OpenAI API Key is required.": "La Clave de la API de OpenAI es requerida.",
"OpenAI URL/Key required.": "", "OpenAI URL/Key required.": "",
"or": "o", "or": "o",
"Other": "", "Other": "",
"Overview": "", "Overview": "",
"Parameters": "Parametros", "Parameters": "Parámetros",
"Password": "Contraseña", "Password": "Contraseña",
"PDF document (.pdf)": "", "PDF document (.pdf)": "",
"PDF Extract Images (OCR)": "Extraer imágenes de PDF (OCR)", "PDF Extract Images (OCR)": "Extraer imágenes de PDF (OCR)",
"pending": "pendiente", "pending": "pendiente",
"Permission denied when accessing microphone: {{error}}": "Permiso denegado al acceder al micrófono: {{error}}", "Permission denied when accessing microphone: {{error}}": "Permiso denegado al acceder al micrófono: {{error}}",
"Plain text (.txt)": "", "Plain text (.txt)": "",
"Playground": "Playground", "Playground": "Patio de juegos",
"Positive attitude": "", "Positive attitude": "",
"Profile Image": "", "Profile Image": "",
"Prompt (e.g. Tell me a fun fact about the Roman Empire)": "", "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "",
...@@ -295,22 +305,24 @@ ...@@ -295,22 +305,24 @@
"Prompt suggestions": "Sugerencias de Prompts", "Prompt suggestions": "Sugerencias de Prompts",
"Prompts": "Prompts", "Prompts": "Prompts",
"Pull \"{{searchValue}}\" from Ollama.com": "", "Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "Halar 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",
"RAG Template": "Plantilla de RAG", "RAG Template": "Plantilla de RAG",
"Raw Format": "Formato en crudo", "Raw Format": "Formato sin procesar",
"Read Aloud": "",
"Record voice": "Grabar voz", "Record voice": "Grabar voz",
"Redirecting you to OpenWebUI Community": "Redireccionándote a la comunidad OpenWebUI", "Redirecting you to OpenWebUI Community": "Redireccionándote a la comunidad OpenWebUI",
"Refused when it shouldn't have": "", "Refused when it shouldn't have": "",
"Regenerate": "",
"Release Notes": "Notas de la versión", "Release Notes": "Notas de la versión",
"Relevance Threshold": "",
"Remove": "", "Remove": "",
"Remove Model": "", "Remove Model": "",
"Rename": "", "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",
"Reranking model disabled": "",
"Reranking model set to \"{{reranking_model}}\"": "", "Reranking model set to \"{{reranking_model}}\"": "",
"Reset Vector Storage": "Restablecer almacenamiento vectorial", "Reset Vector Storage": "Restablecer almacenamiento vectorial",
"Response AutoCopy to Clipboard": "Copiar respuesta automáticamente al portapapeles", "Response AutoCopy to Clipboard": "Copiar respuesta automáticamente al portapapeles",
...@@ -323,14 +335,14 @@ ...@@ -323,14 +335,14 @@
"Save & Update": "Guardar y Actualizar", "Save & Update": "Guardar y Actualizar",
"Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Ya no se admite guardar registros de chat directamente en el almacenamiento de su navegador. Tómese un momento para descargar y eliminar sus registros de chat haciendo clic en el botón a continuación. No te preocupes, puedes volver a importar fácilmente tus registros de chat al backend a través de", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Ya no se admite guardar registros de chat directamente en el almacenamiento de su navegador. Tómese un momento para descargar y eliminar sus registros de chat haciendo clic en el botón a continuación. No te preocupes, puedes volver a importar fácilmente tus registros de chat al backend a través de",
"Scan": "Escanear", "Scan": "Escanear",
"Scan complete!": "Escaneo completado!", "Scan complete!": "¡Escaneo completado!",
"Scan for documents from {{path}}": "Escanear en busca de documentos desde {{path}}", "Scan for documents from {{path}}": "Escanear en busca de documentos desde {{path}}",
"Search": "Buscar", "Search": "Buscar",
"Search a model": "", "Search a model": "",
"Search Documents": "Buscar Documentos", "Search Documents": "Buscar Documentos",
"Search Prompts": "Buscar Prompts", "Search Prompts": "Buscar Prompts",
"See readme.md for instructions": "Vea el readme.md para instrucciones", "See readme.md for instructions": "Vea el readme.md para instrucciones",
"See what's new": "Ver qué hay de nuevo", "See what's new": "Ver las novedades",
"Seed": "Seed", "Seed": "Seed",
"Select a mode": "Selecciona un modo", "Select a mode": "Selecciona un modo",
"Select a model": "Selecciona un modelo", "Select a model": "Selecciona un modelo",
...@@ -345,7 +357,7 @@ ...@@ -345,7 +357,7 @@
"Set Title Auto-Generation Model": "Establecer modelo de generación automática de títulos", "Set Title Auto-Generation Model": "Establecer modelo de generación automática de títulos",
"Set Voice": "Establecer la voz", "Set Voice": "Establecer la voz",
"Settings": "Configuración", "Settings": "Configuración",
"Settings saved successfully!": "Configuración guardada exitosamente!", "Settings saved successfully!": "¡Configuración guardada exitosamente!",
"Share": "", "Share": "",
"Share Chat": "", "Share Chat": "",
"Share to OpenWebUI Community": "Compartir con la comunidad OpenWebUI", "Share to OpenWebUI Community": "Compartir con la comunidad OpenWebUI",
...@@ -356,8 +368,8 @@ ...@@ -356,8 +368,8 @@
"Showcased creativity": "", "Showcased creativity": "",
"sidebar": "barra lateral", "sidebar": "barra lateral",
"Sign in": "Iniciar sesión", "Sign in": "Iniciar sesión",
"Sign Out": "Desconectar", "Sign Out": "Cerrar sesión",
"Sign up": "Inscribirse", "Sign up": "Crear una cuenta",
"Signing in": "", "Signing in": "",
"Speech recognition error: {{error}}": "Error de reconocimiento de voz: {{error}}", "Speech recognition error: {{error}}": "Error de reconocimiento de voz: {{error}}",
"Speech-to-Text Engine": "Motor de voz a texto", "Speech-to-Text Engine": "Motor de voz a texto",
...@@ -379,11 +391,12 @@ ...@@ -379,11 +391,12 @@
"Text-to-Speech Engine": "Motor de texto a voz", "Text-to-Speech Engine": "Motor de texto a voz",
"Tfs Z": "Tfs Z", "Tfs Z": "Tfs Z",
"Thanks for your feedback!": "", "Thanks for your feedback!": "",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
"Theme": "Tema", "Theme": "Tema",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Esto garantiza que sus valiosas conversaciones se guarden de forma segura en su base de datos en el backend. ¡Gracias!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Esto garantiza que sus valiosas conversaciones se guarden de forma segura en su base de datos en el backend. ¡Gracias!",
"This setting does not sync across browsers or devices.": "Esta configuración no se sincroniza entre navegadores o dispositivos.", "This setting does not sync across browsers or devices.": "Esta configuración no se sincroniza entre navegadores o dispositivos.",
"Thorough explanation": "", "Thorough explanation": "",
"Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "Consejo: actualice varias variables consecutivamente presionando la tecla tab en la entrada del chat después de cada reemplazo.", "Tip: Update multiple variable slots consecutively by pressing the tab key in the chat input after each replacement.": "Consejo: Actualice múltiples variables consecutivamente presionando la tecla tab en la entrada del chat después de cada reemplazo.",
"Title": "Título", "Title": "Título",
"Title (e.g. Tell me a fun fact)": "", "Title (e.g. Tell me a fun fact)": "",
"Title Auto-Generation": "Generación automática de títulos", "Title Auto-Generation": "Generación automática de títulos",
...@@ -398,16 +411,16 @@ ...@@ -398,16 +411,16 @@
"Top P": "Top P", "Top P": "Top P",
"Trouble accessing Ollama?": "¿Problemas para acceder a Ollama?", "Trouble accessing Ollama?": "¿Problemas para acceder a Ollama?",
"TTS Settings": "Configuración de TTS", "TTS Settings": "Configuración de TTS",
"Type Hugging Face Resolve (Download) URL": "Type Hugging Face Resolve (Download) URL", "Type Hugging Face Resolve (Download) URL": "Escriba la URL (Descarga) de Hugging Face Resolve",
"Uh-oh! There was an issue connecting to {{provider}}.": "¡UH oh! Hubo un problema al conectarse a {{provider}}.", "Uh-oh! There was an issue connecting to {{provider}}.": "¡Uh oh! Hubo un problema al conectarse a {{provider}}.",
"Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Tipo de archivo desconocido '{{file_type}}', pero se acepta y se trata como texto sin formato", "Unknown File Type '{{file_type}}', but accepting and treating as plain text": "Tipo de archivo desconocido '{{file_type}}', pero se acepta y se trata como texto sin formato",
"Update and Copy Link": "", "Update and Copy Link": "",
"Update Embedding Model": "", "Update Embedding Model": "",
"Update embedding model (e.g. {{model}})": "", "Update embedding model (e.g. {{model}})": "",
"Update password": "Actualiza contraseña", "Update password": "Actualizar contraseña",
"Update Reranking Model": "", "Update Reranking Model": "",
"Update reranking model (e.g. {{model}})": "", "Update reranking model (e.g. {{model}})": "",
"Upload a GGUF model": "Sube un modelo GGUF", "Upload a GGUF model": "Subir un modelo GGUF",
"Upload files": "Subir archivos", "Upload files": "Subir archivos",
"Upload Progress": "Progreso de carga", "Upload Progress": "Progreso de carga",
"URL Mode": "Modo de URL", "URL Mode": "Modo de URL",
...@@ -428,7 +441,7 @@ ...@@ -428,7 +441,7 @@
"WebUI Add-ons": "WebUI Add-ons", "WebUI Add-ons": "WebUI Add-ons",
"WebUI Settings": "Configuración del WebUI", "WebUI Settings": "Configuración del WebUI",
"WebUI will make requests to": "WebUI realizará solicitudes a", "WebUI will make requests to": "WebUI realizará solicitudes a",
"What’s New in": "Lo qué hay de nuevo en", "What’s New in": "Novedades en",
"When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Cuando el historial está desactivado, los nuevos chats en este navegador no aparecerán en el historial de ninguno de sus dispositivos..", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Cuando el historial está desactivado, los nuevos chats en este navegador no aparecerán en el historial de ninguno de sus dispositivos..",
"Whisper (Local)": "Whisper (Local)", "Whisper (Local)": "Whisper (Local)",
"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?)",
...@@ -437,5 +450,5 @@ ...@@ -437,5 +450,5 @@
"You have no archived conversations.": "", "You have no archived conversations.": "",
"You have shared this chat": "", "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.": "Ya has iniciado sesión." "You're now logged in.": "Has iniciado sesión."
} }
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"Add Files": "اضافه کردن فایل\u200cها", "Add Files": "اضافه کردن فایل\u200cها",
"Add message": "اضافه کردن پیغام", "Add message": "اضافه کردن پیغام",
"Add Model": "", "Add Model": "",
"add tags": "اضافه کردن تگ\u200cها", "Add Tags": "اضافه کردن تگ\u200cها",
"Adjusting these settings will apply changes universally to all users.": "با تنظیم این تنظیمات، تغییرات به طور کلی برای همه کاربران اعمال می شود.", "Adjusting these settings will apply changes universally to all users.": "با تنظیم این تنظیمات، تغییرات به طور کلی برای همه کاربران اعمال می شود.",
"admin": "مدیر", "admin": "مدیر",
"Admin Panel": "پنل مدیریت", "Admin Panel": "پنل مدیریت",
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"API keys": "", "API keys": "",
"API RPM": "API RPM", "API RPM": "API RPM",
"Archive": "", "Archive": "",
"Archived Chats": "", "Archived Chats": "آرشیو تاریخچه چت",
"are allowed - Activate this command by typing": "مجاز هستند - این دستور را با تایپ کردن این فعال کنید:", "are allowed - Activate this command by typing": "مجاز هستند - این دستور را با تایپ کردن این فعال کنید:",
"Are you sure?": "آیا مطمئن هستید؟", "Are you sure?": "آیا مطمئن هستید؟",
"Attention to detail": "", "Attention to detail": "",
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
"AUTOMATIC1111 Base URL is required.": "به URL پایه AUTOMATIC1111 مورد نیاز است.", "AUTOMATIC1111 Base URL is required.": "به URL پایه AUTOMATIC1111 مورد نیاز است.",
"available!": "در دسترس!", "available!": "در دسترس!",
"Back": "بازگشت", "Back": "بازگشت",
"Bad Response": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "حالت سازنده", "Builder Mode": "حالت سازنده",
...@@ -85,8 +86,10 @@ ...@@ -85,8 +86,10 @@
"Connections": "ارتباطات", "Connections": "ارتباطات",
"Content": "محتوا", "Content": "محتوا",
"Context Length": "طول زمینه", "Context Length": "طول زمینه",
"Continue Response": "",
"Conversation Mode": "حالت مکالمه", "Conversation Mode": "حالت مکالمه",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "",
"Copy last code block": "کپی آخرین بلوک کد", "Copy last code block": "کپی آخرین بلوک کد",
"Copy last response": "کپی آخرین پاسخ", "Copy last response": "کپی آخرین پاسخ",
"Copy Link": "", "Copy Link": "",
...@@ -117,6 +120,7 @@ ...@@ -117,6 +120,7 @@
"Delete": "", "Delete": "",
"Delete a model": "حذف یک مدل", "Delete a model": "حذف یک مدل",
"Delete chat": "حذف گپ", "Delete chat": "حذف گپ",
"Delete Chat": "",
"Delete Chats": "حذف گپ\u200cها", "Delete Chats": "حذف گپ\u200cها",
"delete this link": "", "delete this link": "",
"Delete User": "", "Delete User": "",
...@@ -141,6 +145,7 @@ ...@@ -141,6 +145,7 @@
"Download Database": "دانلود پایگاه داده", "Download Database": "دانلود پایگاه داده",
"Drop any files here to add to the conversation": "هر فایلی را اینجا رها کنید تا به مکالمه اضافه شود", "Drop any files here to add to the conversation": "هر فایلی را اینجا رها کنید تا به مکالمه اضافه شود",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "به طور مثال '30s','10m'. واحد\u200cهای زمانی معتبر 's', 'm', 'h' هستند.", "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "به طور مثال '30s','10m'. واحد\u200cهای زمانی معتبر 's', 'm', 'h' هستند.",
"Edit": "",
"Edit Doc": "ویرایش سند", "Edit Doc": "ویرایش سند",
"Edit User": "ویرایش کاربر", "Edit User": "ویرایش کاربر",
"Email": "ایمیل", "Email": "ایمیل",
...@@ -160,7 +165,7 @@ ...@@ -160,7 +165,7 @@
"Enter Max Tokens (litellm_params.max_tokens)": "حداکثر تعداد توکن را وارد کنید (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "حداکثر تعداد توکن را وارد کنید (litellm_params.max_tokens)",
"Enter model tag (e.g. {{modelTag}})": "تگ مدل را وارد کنید (مثلا {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "تگ مدل را وارد کنید (مثلا {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "تعداد گام ها را وارد کنید (مثال: 50)", "Enter Number of Steps (e.g. 50)": "تعداد گام ها را وارد کنید (مثال: 50)",
"Enter Relevance Threshold": "", "Enter Score": "",
"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/)",
...@@ -180,7 +185,7 @@ ...@@ -180,7 +185,7 @@
"File Mode": "حالت فایل", "File Mode": "حالت فایل",
"File not found.": "فایل یافت نشد.", "File not found.": "فایل یافت نشد.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "", "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
"Fluidly stream large external response chunks": "", "Fluidly stream large external response chunks": "تکه های پاسخ خارجی بزرگ را به صورت سیال پخش کنید",
"Focus chat input": "فوکوس کردن ورودی گپ", "Focus chat input": "فوکوس کردن ورودی گپ",
"Followed instructions perfectly": "", "Followed instructions perfectly": "",
"Format your variables using square brackets like this:": "متغیرهای خود را با استفاده از براکت مربع به شکل زیر قالب بندی کنید:", "Format your variables using square brackets like this:": "متغیرهای خود را با استفاده از براکت مربع به شکل زیر قالب بندی کنید:",
...@@ -188,6 +193,9 @@ ...@@ -188,6 +193,9 @@
"Full Screen Mode": "حالت تمام صفحه", "Full Screen Mode": "حالت تمام صفحه",
"General": "عمومی", "General": "عمومی",
"General Settings": "تنظیمات عمومی", "General Settings": "تنظیمات عمومی",
"Generation Info": "",
"Good Response": "",
"has no conversations.": "",
"Hello, {{name}}": "سلام، {{name}}", "Hello, {{name}}": "سلام، {{name}}",
"Hide": "پنهان", "Hide": "پنهان",
"Hide Additional Params": "پنهان کردن پارامترهای اضافه", "Hide Additional Params": "پنهان کردن پارامترهای اضافه",
...@@ -222,6 +230,7 @@ ...@@ -222,6 +230,7 @@
"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.": "", "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau", "Mirostat Tau": "Mirostat Tau",
...@@ -255,10 +264,11 @@ ...@@ -255,10 +264,11 @@
"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": "مطمئن نیستید چه بنویسید؟ تغییر به",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "اعلان", "Notifications": "اعلان",
"Off": "خاموش", "Off": "خاموش",
"Okay, Let's Go!": "باشه، بزن بریم!", "Okay, Let's Go!": "باشه، بزن بریم!",
"OLED Dark": "", "OLED Dark": "OLED تاریک",
"Ollama": "", "Ollama": "",
"Ollama Base URL": "URL پایه اولاما", "Ollama Base URL": "URL پایه اولاما",
"Ollama Version": "نسخه اولاما", "Ollama Version": "نسخه اولاما",
...@@ -300,17 +310,19 @@ ...@@ -300,17 +310,19 @@
"Query Params": "پارامترهای پرس و جو", "Query Params": "پارامترهای پرس و جو",
"RAG Template": "RAG الگوی", "RAG Template": "RAG الگوی",
"Raw Format": "فرمت خام", "Raw Format": "فرمت خام",
"Read Aloud": "",
"Record voice": "ضبط صدا", "Record voice": "ضبط صدا",
"Redirecting you to OpenWebUI Community": "در حال هدایت به OpenWebUI Community", "Redirecting you to OpenWebUI Community": "در حال هدایت به OpenWebUI Community",
"Refused when it shouldn't have": "", "Refused when it shouldn't have": "",
"Regenerate": "",
"Release Notes": "یادداشت\u200cهای انتشار", "Release Notes": "یادداشت\u200cهای انتشار",
"Relevance Threshold": "",
"Remove": "", "Remove": "",
"Remove Model": "", "Remove Model": "",
"Rename": "", "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": "حالت درخواست",
"Reranking model disabled": "",
"Reranking model set to \"{{reranking_model}}\"": "", "Reranking model set to \"{{reranking_model}}\"": "",
"Reset Vector Storage": "بازنشانی ذخیره سازی برداری", "Reset Vector Storage": "بازنشانی ذخیره سازی برداری",
"Response AutoCopy to Clipboard": "کپی خودکار پاسخ به کلیپ بورد", "Response AutoCopy to Clipboard": "کپی خودکار پاسخ به کلیپ بورد",
...@@ -379,6 +391,7 @@ ...@@ -379,6 +391,7 @@
"Text-to-Speech Engine": "موتور تبدیل متن به گفتار", "Text-to-Speech Engine": "موتور تبدیل متن به گفتار",
"Tfs Z": "Tfs Z", "Tfs Z": "Tfs Z",
"Thanks for your feedback!": "", "Thanks for your feedback!": "",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
"Theme": "قالب", "Theme": "قالب",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "این تضمین می کند که مکالمات ارزشمند شما به طور ایمن در پایگاه داده بکند ذخیره می شود. تشکر!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "این تضمین می کند که مکالمات ارزشمند شما به طور ایمن در پایگاه داده بکند ذخیره می شود. تشکر!",
"This setting does not sync across browsers or devices.": "این تنظیم در مرورگرها یا دستگاه\u200cها همگام\u200cسازی نمی\u200cشود.", "This setting does not sync across browsers or devices.": "این تنظیم در مرورگرها یا دستگاه\u200cها همگام\u200cسازی نمی\u200cشود.",
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"Add Files": "Ajouter des fichiers", "Add Files": "Ajouter des fichiers",
"Add message": "Ajouter un message", "Add message": "Ajouter un message",
"Add Model": "", "Add Model": "",
"add tags": "ajouter des tags", "Add Tags": "ajouter des tags",
"Adjusting these settings will apply changes universally to all users.": "L'ajustement de ces paramètres appliquera les changements à tous les utilisateurs.", "Adjusting these settings will apply changes universally to all users.": "L'ajustement de ces paramètres appliquera les changements à tous les utilisateurs.",
"admin": "Administrateur", "admin": "Administrateur",
"Admin Panel": "Panneau d'administration", "Admin Panel": "Panneau d'administration",
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"API keys": "", "API keys": "",
"API RPM": "RPM API", "API RPM": "RPM API",
"Archive": "", "Archive": "",
"Archived Chats": "", "Archived Chats": "enregistrement du chat",
"are allowed - Activate this command by typing": "sont autorisés - Activez cette commande en tapant", "are allowed - Activate this command by typing": "sont autorisés - Activez cette commande en tapant",
"Are you sure?": "Êtes-vous sûr ?", "Are you sure?": "Êtes-vous sûr ?",
"Attention to detail": "", "Attention to detail": "",
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
"AUTOMATIC1111 Base URL is required.": "L'URL de base AUTOMATIC1111 est requise.", "AUTOMATIC1111 Base URL is required.": "L'URL de base AUTOMATIC1111 est requise.",
"available!": "disponible !", "available!": "disponible !",
"Back": "Retour", "Back": "Retour",
"Bad Response": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Mode Constructeur", "Builder Mode": "Mode Constructeur",
...@@ -85,8 +86,10 @@ ...@@ -85,8 +86,10 @@
"Connections": "Connexions", "Connections": "Connexions",
"Content": "Contenu", "Content": "Contenu",
"Context Length": "Longueur du contexte", "Context Length": "Longueur du contexte",
"Continue Response": "",
"Conversation Mode": "Mode de conversation", "Conversation Mode": "Mode de conversation",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "",
"Copy last code block": "Copier le dernier bloc de code", "Copy last code block": "Copier le dernier bloc de code",
"Copy last response": "Copier la dernière réponse", "Copy last response": "Copier la dernière réponse",
"Copy Link": "", "Copy Link": "",
...@@ -117,6 +120,7 @@ ...@@ -117,6 +120,7 @@
"Delete": "", "Delete": "",
"Delete a model": "Supprimer un modèle", "Delete a model": "Supprimer un modèle",
"Delete chat": "Supprimer la discussion", "Delete chat": "Supprimer la discussion",
"Delete Chat": "",
"Delete Chats": "Supprimer les discussions", "Delete Chats": "Supprimer les discussions",
"delete this link": "", "delete this link": "",
"Delete User": "", "Delete User": "",
...@@ -141,6 +145,7 @@ ...@@ -141,6 +145,7 @@
"Download Database": "Télécharger la base de données", "Download Database": "Télécharger la base de données",
"Drop any files here to add to the conversation": "Déposez n'importe quel fichier ici pour les ajouter à la conversation", "Drop any files here to add to the conversation": "Déposez n'importe quel fichier ici pour les ajouter à la conversation",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "p. ex. '30s', '10m'. Les unités de temps valides sont 's', 'm', 'h'.", "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "p. ex. '30s', '10m'. Les unités de temps valides sont 's', 'm', 'h'.",
"Edit": "",
"Edit Doc": "Éditer le document", "Edit Doc": "Éditer le document",
"Edit User": "Éditer l'utilisateur", "Edit User": "Éditer l'utilisateur",
"Email": "Email", "Email": "Email",
...@@ -160,7 +165,7 @@ ...@@ -160,7 +165,7 @@
"Enter Max Tokens (litellm_params.max_tokens)": "Entrez le nombre max de tokens (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Entrez le nombre max de tokens (litellm_params.max_tokens)",
"Enter model tag (e.g. {{modelTag}})": "Entrez le tag du modèle (p. ex. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Entrez le tag du modèle (p. ex. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Entrez le nombre d'étapes (p. ex. 50)", "Enter Number of Steps (e.g. 50)": "Entrez le nombre d'étapes (p. ex. 50)",
"Enter Relevance Threshold": "", "Enter Score": "",
"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/)",
...@@ -180,7 +185,7 @@ ...@@ -180,7 +185,7 @@
"File Mode": "Mode fichier", "File Mode": "Mode fichier",
"File not found.": "Fichier introuvable.", "File not found.": "Fichier introuvable.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "", "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
"Fluidly stream large external response chunks": "", "Fluidly stream large external response chunks": "Diffusez de manière fluide de gros morceaux de réponses externes",
"Focus chat input": "Se concentrer sur l'entrée de la discussion", "Focus chat input": "Se concentrer sur l'entrée de la discussion",
"Followed instructions perfectly": "", "Followed instructions perfectly": "",
"Format your variables using square brackets like this:": "Formatez vos variables en utilisant des crochets comme ceci :", "Format your variables using square brackets like this:": "Formatez vos variables en utilisant des crochets comme ceci :",
...@@ -188,6 +193,9 @@ ...@@ -188,6 +193,9 @@
"Full Screen Mode": "Mode plein écran", "Full Screen Mode": "Mode plein écran",
"General": "Général", "General": "Général",
"General Settings": "Paramètres généraux", "General Settings": "Paramètres généraux",
"Generation Info": "",
"Good Response": "",
"has no conversations.": "",
"Hello, {{name}}": "Bonjour, {{name}}", "Hello, {{name}}": "Bonjour, {{name}}",
"Hide": "Cacher", "Hide": "Cacher",
"Hide Additional Params": "Cacher les paramètres supplémentaires", "Hide Additional Params": "Cacher les paramètres supplémentaires",
...@@ -222,6 +230,7 @@ ...@@ -222,6 +230,7 @@
"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.": "", "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau", "Mirostat Tau": "Mirostat Tau",
...@@ -255,10 +264,11 @@ ...@@ -255,10 +264,11 @@
"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",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "Notifications de bureau", "Notifications": "Notifications de bureau",
"Off": "Éteint", "Off": "Éteint",
"Okay, Let's Go!": "Okay, Allons-y !", "Okay, Let's Go!": "Okay, Allons-y !",
"OLED Dark": "", "OLED Dark": "OLED sombre",
"Ollama": "", "Ollama": "",
"Ollama Base URL": "URL de Base Ollama", "Ollama Base URL": "URL de Base Ollama",
"Ollama Version": "Version Ollama", "Ollama Version": "Version Ollama",
...@@ -300,17 +310,19 @@ ...@@ -300,17 +310,19 @@
"Query Params": "Paramètres de requête", "Query Params": "Paramètres de requête",
"RAG Template": "Modèle RAG", "RAG Template": "Modèle RAG",
"Raw Format": "Format brut", "Raw Format": "Format brut",
"Read Aloud": "",
"Record voice": "Enregistrer la voix", "Record voice": "Enregistrer la voix",
"Redirecting you to OpenWebUI Community": "Vous redirige vers la communauté OpenWebUI", "Redirecting you to OpenWebUI Community": "Vous redirige vers la communauté OpenWebUI",
"Refused when it shouldn't have": "", "Refused when it shouldn't have": "",
"Regenerate": "",
"Release Notes": "Notes de version", "Release Notes": "Notes de version",
"Relevance Threshold": "",
"Remove": "", "Remove": "",
"Remove Model": "", "Remove Model": "",
"Rename": "", "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",
"Reranking model disabled": "",
"Reranking model set to \"{{reranking_model}}\"": "", "Reranking model set to \"{{reranking_model}}\"": "",
"Reset Vector Storage": "Réinitialiser le stockage vectoriel", "Reset Vector Storage": "Réinitialiser le stockage vectoriel",
"Response AutoCopy to Clipboard": "Copie automatique de la réponse vers le presse-papiers", "Response AutoCopy to Clipboard": "Copie automatique de la réponse vers le presse-papiers",
...@@ -379,6 +391,7 @@ ...@@ -379,6 +391,7 @@
"Text-to-Speech Engine": "Moteur de texte à la parole", "Text-to-Speech Engine": "Moteur de texte à la parole",
"Tfs Z": "Tfs Z", "Tfs Z": "Tfs Z",
"Thanks for your feedback!": "", "Thanks for your feedback!": "",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
"Theme": "Thème", "Theme": "Thème",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Cela garantit que vos précieuses conversations sont enregistrées en toute sécurité dans votre base de données backend. Merci !", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Cela garantit que vos précieuses conversations sont enregistrées en toute sécurité dans votre base de données backend. Merci !",
"This setting does not sync across browsers or devices.": "Ce réglage ne se synchronise pas entre les navigateurs ou les appareils.", "This setting does not sync across browsers or devices.": "Ce réglage ne se synchronise pas entre les navigateurs ou les appareils.",
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"Add Files": "Ajouter des fichiers", "Add Files": "Ajouter des fichiers",
"Add message": "Ajouter un message", "Add message": "Ajouter un message",
"Add Model": "", "Add Model": "",
"add tags": "ajouter des tags", "Add Tags": "ajouter des tags",
"Adjusting these settings will apply changes universally to all users.": "L'ajustement de ces paramètres appliquera les changements à tous les utilisateurs.", "Adjusting these settings will apply changes universally to all users.": "L'ajustement de ces paramètres appliquera les changements à tous les utilisateurs.",
"admin": "Administrateur", "admin": "Administrateur",
"Admin Panel": "Panneau d'administration", "Admin Panel": "Panneau d'administration",
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"API keys": "", "API keys": "",
"API RPM": "RPM API", "API RPM": "RPM API",
"Archive": "", "Archive": "",
"Archived Chats": "", "Archived Chats": "enregistrement du chat",
"are allowed - Activate this command by typing": "sont autorisés - Activez cette commande en tapant", "are allowed - Activate this command by typing": "sont autorisés - Activez cette commande en tapant",
"Are you sure?": "Êtes-vous sûr ?", "Are you sure?": "Êtes-vous sûr ?",
"Attention to detail": "", "Attention to detail": "",
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
"AUTOMATIC1111 Base URL is required.": "L'URL de base AUTOMATIC1111 est requise.", "AUTOMATIC1111 Base URL is required.": "L'URL de base AUTOMATIC1111 est requise.",
"available!": "disponible !", "available!": "disponible !",
"Back": "Retour", "Back": "Retour",
"Bad Response": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Mode Constructeur", "Builder Mode": "Mode Constructeur",
...@@ -85,8 +86,10 @@ ...@@ -85,8 +86,10 @@
"Connections": "Connexions", "Connections": "Connexions",
"Content": "Contenu", "Content": "Contenu",
"Context Length": "Longueur du contexte", "Context Length": "Longueur du contexte",
"Continue Response": "",
"Conversation Mode": "Mode de conversation", "Conversation Mode": "Mode de conversation",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "",
"Copy last code block": "Copier le dernier bloc de code", "Copy last code block": "Copier le dernier bloc de code",
"Copy last response": "Copier la dernière réponse", "Copy last response": "Copier la dernière réponse",
"Copy Link": "", "Copy Link": "",
...@@ -117,6 +120,7 @@ ...@@ -117,6 +120,7 @@
"Delete": "", "Delete": "",
"Delete a model": "Supprimer un modèle", "Delete a model": "Supprimer un modèle",
"Delete chat": "Supprimer le chat", "Delete chat": "Supprimer le chat",
"Delete Chat": "",
"Delete Chats": "Supprimer les chats", "Delete Chats": "Supprimer les chats",
"delete this link": "", "delete this link": "",
"Delete User": "", "Delete User": "",
...@@ -141,6 +145,7 @@ ...@@ -141,6 +145,7 @@
"Download Database": "Télécharger la base de données", "Download Database": "Télécharger la base de données",
"Drop any files here to add to the conversation": "Déposez des fichiers ici pour les ajouter à la conversation", "Drop any files here to add to the conversation": "Déposez des fichiers ici pour les ajouter à la conversation",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "par ex. '30s', '10m'. Les unités de temps valides sont 's', 'm', 'h'.", "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "par ex. '30s', '10m'. Les unités de temps valides sont 's', 'm', 'h'.",
"Edit": "",
"Edit Doc": "Éditer le document", "Edit Doc": "Éditer le document",
"Edit User": "Éditer l'utilisateur", "Edit User": "Éditer l'utilisateur",
"Email": "Email", "Email": "Email",
...@@ -160,7 +165,7 @@ ...@@ -160,7 +165,7 @@
"Enter Max Tokens (litellm_params.max_tokens)": "Entrez le nombre max de tokens (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Entrez le nombre max de tokens (litellm_params.max_tokens)",
"Enter model tag (e.g. {{modelTag}})": "Entrez le tag du modèle (p. ex. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Entrez le tag du modèle (p. ex. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Entrez le nombre d'étapes (p. ex. 50)", "Enter Number of Steps (e.g. 50)": "Entrez le nombre d'étapes (p. ex. 50)",
"Enter Relevance Threshold": "", "Enter Score": "",
"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/)",
...@@ -180,7 +185,7 @@ ...@@ -180,7 +185,7 @@
"File Mode": "Mode fichier", "File Mode": "Mode fichier",
"File not found.": "Fichier non trouvé.", "File not found.": "Fichier non trouvé.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "", "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
"Fluidly stream large external response chunks": "", "Fluidly stream large external response chunks": "Diffusez de manière fluide de gros morceaux de réponses externes",
"Focus chat input": "Concentrer sur l'entrée du chat", "Focus chat input": "Concentrer sur l'entrée du chat",
"Followed instructions perfectly": "", "Followed instructions perfectly": "",
"Format your variables using square brackets like this:": "Formatez vos variables en utilisant des crochets comme ceci :", "Format your variables using square brackets like this:": "Formatez vos variables en utilisant des crochets comme ceci :",
...@@ -188,6 +193,9 @@ ...@@ -188,6 +193,9 @@
"Full Screen Mode": "Mode plein écran", "Full Screen Mode": "Mode plein écran",
"General": "Général", "General": "Général",
"General Settings": "Paramètres généraux", "General Settings": "Paramètres généraux",
"Generation Info": "",
"Good Response": "",
"has no conversations.": "",
"Hello, {{name}}": "Bonjour, {{name}}", "Hello, {{name}}": "Bonjour, {{name}}",
"Hide": "Cacher", "Hide": "Cacher",
"Hide Additional Params": "Hide additional params", "Hide Additional Params": "Hide additional params",
...@@ -222,6 +230,7 @@ ...@@ -222,6 +230,7 @@
"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.": "", "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau", "Mirostat Tau": "Mirostat Tau",
...@@ -255,10 +264,11 @@ ...@@ -255,10 +264,11 @@
"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",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "Notifications de bureau", "Notifications": "Notifications de bureau",
"Off": "Désactivé", "Off": "Désactivé",
"Okay, Let's Go!": "D'accord, allons-y !", "Okay, Let's Go!": "D'accord, allons-y !",
"OLED Dark": "", "OLED Dark": "OLED sombre",
"Ollama": "", "Ollama": "",
"Ollama Base URL": "URL de Base Ollama", "Ollama Base URL": "URL de Base Ollama",
"Ollama Version": "Version Ollama", "Ollama Version": "Version Ollama",
...@@ -300,17 +310,19 @@ ...@@ -300,17 +310,19 @@
"Query Params": "Paramètres de requête", "Query Params": "Paramètres de requête",
"RAG Template": "Modèle RAG", "RAG Template": "Modèle RAG",
"Raw Format": "Format brut", "Raw Format": "Format brut",
"Read Aloud": "",
"Record voice": "Enregistrer la voix", "Record voice": "Enregistrer la voix",
"Redirecting you to OpenWebUI Community": "Vous redirige vers la communauté OpenWebUI", "Redirecting you to OpenWebUI Community": "Vous redirige vers la communauté OpenWebUI",
"Refused when it shouldn't have": "", "Refused when it shouldn't have": "",
"Regenerate": "",
"Release Notes": "Notes de version", "Release Notes": "Notes de version",
"Relevance Threshold": "",
"Remove": "", "Remove": "",
"Remove Model": "", "Remove Model": "",
"Rename": "", "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",
"Reranking model disabled": "",
"Reranking model set to \"{{reranking_model}}\"": "", "Reranking model set to \"{{reranking_model}}\"": "",
"Reset Vector Storage": "Réinitialiser le stockage de vecteur", "Reset Vector Storage": "Réinitialiser le stockage de vecteur",
"Response AutoCopy to Clipboard": "Copie automatique de la réponse dans le presse-papiers", "Response AutoCopy to Clipboard": "Copie automatique de la réponse dans le presse-papiers",
...@@ -379,6 +391,7 @@ ...@@ -379,6 +391,7 @@
"Text-to-Speech Engine": "Moteur de synthèse vocale", "Text-to-Speech Engine": "Moteur de synthèse vocale",
"Tfs Z": "Tfs Z", "Tfs Z": "Tfs Z",
"Thanks for your feedback!": "", "Thanks for your feedback!": "",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
"Theme": "Thème", "Theme": "Thème",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Cela garantit que vos précieuses conversations sont en sécurité dans votre base de données. Merci !", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Cela garantit que vos précieuses conversations sont en sécurité dans votre base de données. Merci !",
"This setting does not sync across browsers or devices.": "Ce paramètre ne se synchronise pas entre les navigateurs ou les appareils.", "This setting does not sync across browsers or devices.": "Ce paramètre ne se synchronise pas entre les navigateurs ou les appareils.",
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"Add Files": "Aggiungi file", "Add Files": "Aggiungi file",
"Add message": "Aggiungi messaggio", "Add message": "Aggiungi messaggio",
"Add Model": "", "Add Model": "",
"add tags": "aggiungi tag", "Add Tags": "aggiungi tag",
"Adjusting these settings will apply changes universally to all users.": "La modifica di queste impostazioni applicherà le modifiche universalmente a tutti gli utenti.", "Adjusting these settings will apply changes universally to all users.": "La modifica di queste impostazioni applicherà le modifiche universalmente a tutti gli utenti.",
"admin": "amministratore", "admin": "amministratore",
"Admin Panel": "Pannello di amministrazione", "Admin Panel": "Pannello di amministrazione",
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"API keys": "", "API keys": "",
"API RPM": "API RPM", "API RPM": "API RPM",
"Archive": "", "Archive": "",
"Archived Chats": "", "Archived Chats": "Chat archiviate",
"are allowed - Activate this command by typing": "sono consentiti - Attiva questo comando digitando", "are allowed - Activate this command by typing": "sono consentiti - Attiva questo comando digitando",
"Are you sure?": "Sei sicuro?", "Are you sure?": "Sei sicuro?",
"Attention to detail": "", "Attention to detail": "",
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
"AUTOMATIC1111 Base URL is required.": "L'URL base AUTOMATIC1111 è obbligatorio.", "AUTOMATIC1111 Base URL is required.": "L'URL base AUTOMATIC1111 è obbligatorio.",
"available!": "disponibile!", "available!": "disponibile!",
"Back": "Indietro", "Back": "Indietro",
"Bad Response": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Modalità costruttore", "Builder Mode": "Modalità costruttore",
...@@ -85,8 +86,10 @@ ...@@ -85,8 +86,10 @@
"Connections": "Connessioni", "Connections": "Connessioni",
"Content": "Contenuto", "Content": "Contenuto",
"Context Length": "Lunghezza contesto", "Context Length": "Lunghezza contesto",
"Continue Response": "",
"Conversation Mode": "Modalità conversazione", "Conversation Mode": "Modalità conversazione",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "",
"Copy last code block": "Copia ultimo blocco di codice", "Copy last code block": "Copia ultimo blocco di codice",
"Copy last response": "Copia ultima risposta", "Copy last response": "Copia ultima risposta",
"Copy Link": "", "Copy Link": "",
...@@ -117,6 +120,7 @@ ...@@ -117,6 +120,7 @@
"Delete": "", "Delete": "",
"Delete a model": "Elimina un modello", "Delete a model": "Elimina un modello",
"Delete chat": "Elimina chat", "Delete chat": "Elimina chat",
"Delete Chat": "",
"Delete Chats": "Elimina chat", "Delete Chats": "Elimina chat",
"delete this link": "", "delete this link": "",
"Delete User": "", "Delete User": "",
...@@ -141,6 +145,7 @@ ...@@ -141,6 +145,7 @@
"Download Database": "Scarica database", "Download Database": "Scarica database",
"Drop any files here to add to the conversation": "Trascina qui i file da aggiungere alla conversazione", "Drop any files here to add to the conversation": "Trascina qui i file da aggiungere alla conversazione",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "ad esempio '30s','10m'. Le unità di tempo valide sono 's', 'm', 'h'.", "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "ad esempio '30s','10m'. Le unità di tempo valide sono 's', 'm', 'h'.",
"Edit": "",
"Edit Doc": "Modifica documento", "Edit Doc": "Modifica documento",
"Edit User": "Modifica utente", "Edit User": "Modifica utente",
"Email": "Email", "Email": "Email",
...@@ -160,7 +165,7 @@ ...@@ -160,7 +165,7 @@
"Enter Max Tokens (litellm_params.max_tokens)": "Inserisci Max Tokens (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Inserisci Max Tokens (litellm_params.max_tokens)",
"Enter model tag (e.g. {{modelTag}})": "Inserisci il tag del modello (ad esempio {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Inserisci il tag del modello (ad esempio {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Inserisci il numero di passaggi (ad esempio 50)", "Enter Number of Steps (e.g. 50)": "Inserisci il numero di passaggi (ad esempio 50)",
"Enter Relevance Threshold": "", "Enter Score": "",
"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/)",
...@@ -180,7 +185,7 @@ ...@@ -180,7 +185,7 @@
"File Mode": "Modalità file", "File Mode": "Modalità file",
"File not found.": "File non trovato.", "File not found.": "File non trovato.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "", "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
"Fluidly stream large external response chunks": "", "Fluidly stream large external response chunks": "Trasmetti in modo fluido blocchi di risposta esterni di grandi dimensioni",
"Focus chat input": "Metti a fuoco l'input della chat", "Focus chat input": "Metti a fuoco l'input della chat",
"Followed instructions perfectly": "", "Followed instructions perfectly": "",
"Format your variables using square brackets like this:": "Formatta le tue variabili usando parentesi quadre come questa:", "Format your variables using square brackets like this:": "Formatta le tue variabili usando parentesi quadre come questa:",
...@@ -188,6 +193,9 @@ ...@@ -188,6 +193,9 @@
"Full Screen Mode": "Modalità a schermo intero", "Full Screen Mode": "Modalità a schermo intero",
"General": "Generale", "General": "Generale",
"General Settings": "Impostazioni generali", "General Settings": "Impostazioni generali",
"Generation Info": "",
"Good Response": "",
"has no conversations.": "",
"Hello, {{name}}": "Ciao, {{name}}", "Hello, {{name}}": "Ciao, {{name}}",
"Hide": "Nascondi", "Hide": "Nascondi",
"Hide Additional Params": "Nascondi parametri aggiuntivi", "Hide Additional Params": "Nascondi parametri aggiuntivi",
...@@ -222,6 +230,7 @@ ...@@ -222,6 +230,7 @@
"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.": "", "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau", "Mirostat Tau": "Mirostat Tau",
...@@ -255,10 +264,11 @@ ...@@ -255,10 +264,11 @@
"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",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "Notifiche desktop", "Notifications": "Notifiche desktop",
"Off": "Disattivato", "Off": "Disattivato",
"Okay, Let's Go!": "Ok, andiamo!", "Okay, Let's Go!": "Ok, andiamo!",
"OLED Dark": "", "OLED Dark": "OLED scuro",
"Ollama": "", "Ollama": "",
"Ollama Base URL": "URL base Ollama", "Ollama Base URL": "URL base Ollama",
"Ollama Version": "Versione Ollama", "Ollama Version": "Versione Ollama",
...@@ -287,7 +297,7 @@ ...@@ -287,7 +297,7 @@
"pending": "in sospeso", "pending": "in sospeso",
"Permission denied when accessing microphone: {{error}}": "Autorizzazione negata durante l'accesso al microfono: {{error}}", "Permission denied when accessing microphone: {{error}}": "Autorizzazione negata durante l'accesso al microfono: {{error}}",
"Plain text (.txt)": "", "Plain text (.txt)": "",
"Playground": "Playground", "Playground": "Terreno di gioco",
"Positive attitude": "", "Positive attitude": "",
"Profile Image": "", "Profile Image": "",
"Prompt (e.g. Tell me a fun fact about the Roman Empire)": "", "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "",
...@@ -300,17 +310,19 @@ ...@@ -300,17 +310,19 @@
"Query Params": "Parametri query", "Query Params": "Parametri query",
"RAG Template": "Modello RAG", "RAG Template": "Modello RAG",
"Raw Format": "Formato raw", "Raw Format": "Formato raw",
"Read Aloud": "",
"Record voice": "Registra voce", "Record voice": "Registra voce",
"Redirecting you to OpenWebUI Community": "Reindirizzamento alla comunità OpenWebUI", "Redirecting you to OpenWebUI Community": "Reindirizzamento alla comunità OpenWebUI",
"Refused when it shouldn't have": "", "Refused when it shouldn't have": "",
"Regenerate": "",
"Release Notes": "Note di rilascio", "Release Notes": "Note di rilascio",
"Relevance Threshold": "",
"Remove": "", "Remove": "",
"Remove Model": "", "Remove Model": "",
"Rename": "", "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",
"Reranking model disabled": "",
"Reranking model set to \"{{reranking_model}}\"": "", "Reranking model set to \"{{reranking_model}}\"": "",
"Reset Vector Storage": "Reimposta archivio vettoriale", "Reset Vector Storage": "Reimposta archivio vettoriale",
"Response AutoCopy to Clipboard": "Copia automatica della risposta negli appunti", "Response AutoCopy to Clipboard": "Copia automatica della risposta negli appunti",
...@@ -379,6 +391,7 @@ ...@@ -379,6 +391,7 @@
"Text-to-Speech Engine": "Motore da testo a voce", "Text-to-Speech Engine": "Motore da testo a voce",
"Tfs Z": "Tfs Z", "Tfs Z": "Tfs Z",
"Thanks for your feedback!": "", "Thanks for your feedback!": "",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
"Theme": "Tema", "Theme": "Tema",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Ciò garantisce che le tue preziose conversazioni siano salvate in modo sicuro nel tuo database backend. Grazie!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Ciò garantisce che le tue preziose conversazioni siano salvate in modo sicuro nel tuo database backend. Grazie!",
"This setting does not sync across browsers or devices.": "Questa impostazione non si sincronizza tra browser o dispositivi.", "This setting does not sync across browsers or devices.": "Questa impostazione non si sincronizza tra browser o dispositivi.",
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"Add Files": "ファイルを追加", "Add Files": "ファイルを追加",
"Add message": "メッセージを追加", "Add message": "メッセージを追加",
"Add Model": "", "Add Model": "",
"add tags": "タグを追加", "Add Tags": "タグを追加",
"Adjusting these settings will apply changes universally to all users.": "これらの設定を調整すると、すべてのユーザーに普遍的に変更が適用されます。", "Adjusting these settings will apply changes universally to all users.": "これらの設定を調整すると、すべてのユーザーに普遍的に変更が適用されます。",
"admin": "管理者", "admin": "管理者",
"Admin Panel": "管理者パネル", "Admin Panel": "管理者パネル",
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"API keys": "", "API keys": "",
"API RPM": "API RPM", "API RPM": "API RPM",
"Archive": "", "Archive": "",
"Archived Chats": "", "Archived Chats": "チャット記録",
"are allowed - Activate this command by typing": "が許可されています - 次のように入力してこのコマンドをアクティブ化します", "are allowed - Activate this command by typing": "が許可されています - 次のように入力してこのコマンドをアクティブ化します",
"Are you sure?": "よろしいですか?", "Are you sure?": "よろしいですか?",
"Attention to detail": "", "Attention to detail": "",
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
"AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 ベース URL が必要です。", "AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 ベース URL が必要です。",
"available!": "利用可能!", "available!": "利用可能!",
"Back": "戻る", "Back": "戻る",
"Bad Response": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "ビルダーモード", "Builder Mode": "ビルダーモード",
...@@ -85,8 +86,10 @@ ...@@ -85,8 +86,10 @@
"Connections": "接続", "Connections": "接続",
"Content": "コンテンツ", "Content": "コンテンツ",
"Context Length": "コンテキストの長さ", "Context Length": "コンテキストの長さ",
"Continue Response": "",
"Conversation Mode": "会話モード", "Conversation Mode": "会話モード",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "",
"Copy last code block": "最後のコードブロックをコピー", "Copy last code block": "最後のコードブロックをコピー",
"Copy last response": "最後の応答をコピー", "Copy last response": "最後の応答をコピー",
"Copy Link": "", "Copy Link": "",
...@@ -117,6 +120,7 @@ ...@@ -117,6 +120,7 @@
"Delete": "", "Delete": "",
"Delete a model": "モデルを削除", "Delete a model": "モデルを削除",
"Delete chat": "チャットを削除", "Delete chat": "チャットを削除",
"Delete Chat": "",
"Delete Chats": "チャットを削除", "Delete Chats": "チャットを削除",
"delete this link": "", "delete this link": "",
"Delete User": "", "Delete User": "",
...@@ -141,6 +145,7 @@ ...@@ -141,6 +145,7 @@
"Download Database": "データベースをダウンロード", "Download Database": "データベースをダウンロード",
"Drop any files here to add to the conversation": "会話を追加するには、ここにファイルをドロップしてください", "Drop any files here to add to the conversation": "会話を追加するには、ここにファイルをドロップしてください",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "例: '30秒'、'10分'。有効な時間単位は '秒'、'分'、'時間' です。", "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "例: '30秒'、'10分'。有効な時間単位は '秒'、'分'、'時間' です。",
"Edit": "",
"Edit Doc": "ドキュメントを編集", "Edit Doc": "ドキュメントを編集",
"Edit User": "ユーザーを編集", "Edit User": "ユーザーを編集",
"Email": "メールアドレス", "Email": "メールアドレス",
...@@ -160,7 +165,7 @@ ...@@ -160,7 +165,7 @@
"Enter Max Tokens (litellm_params.max_tokens)": "最大トークン数を入力してください (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "最大トークン数を入力してください (litellm_params.max_tokens)",
"Enter model tag (e.g. {{modelTag}})": "モデルタグを入力してください (例: {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "モデルタグを入力してください (例: {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "ステップ数を入力してください (例: 50)", "Enter Number of Steps (e.g. 50)": "ステップ数を入力してください (例: 50)",
"Enter Relevance Threshold": "", "Enter Score": "",
"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/)",
...@@ -180,7 +185,7 @@ ...@@ -180,7 +185,7 @@
"File Mode": "ファイルモード", "File Mode": "ファイルモード",
"File not found.": "ファイルが見つかりません。", "File not found.": "ファイルが見つかりません。",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "", "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
"Fluidly stream large external response chunks": "", "Fluidly stream large external response chunks": "大規模な外部応答チャンクを流動的にストリーミングする",
"Focus chat input": "チャット入力をフォーカス", "Focus chat input": "チャット入力をフォーカス",
"Followed instructions perfectly": "", "Followed instructions perfectly": "",
"Format your variables using square brackets like this:": "次のように角括弧を使用して変数をフォーマットします。", "Format your variables using square brackets like this:": "次のように角括弧を使用して変数をフォーマットします。",
...@@ -188,6 +193,9 @@ ...@@ -188,6 +193,9 @@
"Full Screen Mode": "フルスクリーンモード", "Full Screen Mode": "フルスクリーンモード",
"General": "一般", "General": "一般",
"General Settings": "一般設定", "General Settings": "一般設定",
"Generation Info": "",
"Good Response": "",
"has no conversations.": "",
"Hello, {{name}}": "こんにちは、{{name}} さん", "Hello, {{name}}": "こんにちは、{{name}} さん",
"Hide": "非表示", "Hide": "非表示",
"Hide Additional Params": "追加パラメーターを非表示", "Hide Additional Params": "追加パラメーターを非表示",
...@@ -222,6 +230,7 @@ ...@@ -222,6 +230,7 @@
"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.": "", "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "ミロスタット", "Mirostat": "ミロスタット",
"Mirostat Eta": "ミロスタット Eta", "Mirostat Eta": "ミロスタット Eta",
"Mirostat Tau": "ミロスタット Tau", "Mirostat Tau": "ミロスタット Tau",
...@@ -255,10 +264,11 @@ ...@@ -255,10 +264,11 @@
"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": "何を書けばよいかわからない? 次に切り替える",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "デスクトップ通知", "Notifications": "デスクトップ通知",
"Off": "オフ", "Off": "オフ",
"Okay, Let's Go!": "OK、始めましょう!", "Okay, Let's Go!": "OK、始めましょう!",
"OLED Dark": "", "OLED Dark": "OLEDダーク",
"Ollama": "", "Ollama": "",
"Ollama Base URL": "Ollama ベース URL", "Ollama Base URL": "Ollama ベース URL",
"Ollama Version": "Ollama バージョン", "Ollama Version": "Ollama バージョン",
...@@ -300,17 +310,19 @@ ...@@ -300,17 +310,19 @@
"Query Params": "クエリパラメーター", "Query Params": "クエリパラメーター",
"RAG Template": "RAG テンプレート", "RAG Template": "RAG テンプレート",
"Raw Format": "Raw 形式", "Raw Format": "Raw 形式",
"Read Aloud": "",
"Record voice": "音声を録音", "Record voice": "音声を録音",
"Redirecting you to OpenWebUI Community": "OpenWebUI コミュニティにリダイレクトしています", "Redirecting you to OpenWebUI Community": "OpenWebUI コミュニティにリダイレクトしています",
"Refused when it shouldn't have": "", "Refused when it shouldn't have": "",
"Regenerate": "",
"Release Notes": "リリースノート", "Release Notes": "リリースノート",
"Relevance Threshold": "",
"Remove": "", "Remove": "",
"Remove Model": "", "Remove Model": "",
"Rename": "", "Rename": "",
"Repeat Last N": "最後の N を繰り返す", "Repeat Last N": "最後の N を繰り返す",
"Repeat Penalty": "繰り返しペナルティ", "Repeat Penalty": "繰り返しペナルティ",
"Request Mode": "リクエストモード", "Request Mode": "リクエストモード",
"Reranking model disabled": "",
"Reranking model set to \"{{reranking_model}}\"": "", "Reranking model set to \"{{reranking_model}}\"": "",
"Reset Vector Storage": "ベクトルストレージをリセット", "Reset Vector Storage": "ベクトルストレージをリセット",
"Response AutoCopy to Clipboard": "クリップボードへの応答の自動コピー", "Response AutoCopy to Clipboard": "クリップボードへの応答の自動コピー",
...@@ -379,6 +391,7 @@ ...@@ -379,6 +391,7 @@
"Text-to-Speech Engine": "テキスト音声変換エンジン", "Text-to-Speech Engine": "テキスト音声変換エンジン",
"Tfs Z": "Tfs Z", "Tfs Z": "Tfs Z",
"Thanks for your feedback!": "", "Thanks for your feedback!": "",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
"Theme": "テーマ", "Theme": "テーマ",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "これは、貴重な会話がバックエンドデータベースに安全に保存されることを保証します。ありがとうございます!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "これは、貴重な会話がバックエンドデータベースに安全に保存されることを保証します。ありがとうございます!",
"This setting does not sync across browsers or devices.": "この設定は、ブラウザやデバイス間で同期されません。", "This setting does not sync across browsers or devices.": "この設定は、ブラウザやデバイス間で同期されません。",
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"Add Files": "ფაილების დამატება", "Add Files": "ფაილების დამატება",
"Add message": "შეტყობინების დამატება", "Add message": "შეტყობინების დამატება",
"Add Model": "", "Add Model": "",
"add tags": "ტეგების დამატება", "Add Tags": "ტეგების დამატება",
"Adjusting these settings will apply changes universally to all users.": "ამ პარამეტრების რეგულირება ცვლილებებს უნივერსალურად გამოიყენებს ყველა მომხმარებლისთვის", "Adjusting these settings will apply changes universally to all users.": "ამ პარამეტრების რეგულირება ცვლილებებს უნივერსალურად გამოიყენებს ყველა მომხმარებლისთვის",
"admin": "ადმინისტრატორი", "admin": "ადმინისტრატორი",
"Admin Panel": "ადმინ პანელი", "Admin Panel": "ადმინ პანელი",
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"API keys": "", "API keys": "",
"API RPM": "API RPM", "API RPM": "API RPM",
"Archive": "", "Archive": "",
"Archived Chats": "", "Archived Chats": "ჩატის ისტორიის არქივი",
"are allowed - Activate this command by typing": "დაშვებულია - ბრძანების გასააქტიურებლად აკრიფეთ:", "are allowed - Activate this command by typing": "დაშვებულია - ბრძანების გასააქტიურებლად აკრიფეთ:",
"Are you sure?": "დარწმუნებული ხარ?", "Are you sure?": "დარწმუნებული ხარ?",
"Attention to detail": "", "Attention to detail": "",
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
"AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 საბაზისო მისამართი აუცილებელია", "AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 საბაზისო მისამართი აუცილებელია",
"available!": "ხელმისაწვდომია!", "available!": "ხელმისაწვდომია!",
"Back": "უკან", "Back": "უკან",
"Bad Response": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "მოდელის შექმნა", "Builder Mode": "მოდელის შექმნა",
...@@ -85,8 +86,10 @@ ...@@ -85,8 +86,10 @@
"Connections": "კავშირები", "Connections": "კავშირები",
"Content": "კონტენტი", "Content": "კონტენტი",
"Context Length": "კონტექსტის სიგრძე", "Context Length": "კონტექსტის სიგრძე",
"Continue Response": "",
"Conversation Mode": "საუბრი რეჟიმი", "Conversation Mode": "საუბრი რეჟიმი",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "",
"Copy last code block": "ბოლო ბლოკის კოპირება", "Copy last code block": "ბოლო ბლოკის კოპირება",
"Copy last response": "ბოლო პასუხის კოპირება", "Copy last response": "ბოლო პასუხის კოპირება",
"Copy Link": "", "Copy Link": "",
...@@ -117,6 +120,7 @@ ...@@ -117,6 +120,7 @@
"Delete": "", "Delete": "",
"Delete a model": "მოდელის წაშლა", "Delete a model": "მოდელის წაშლა",
"Delete chat": "შეტყობინების წაშლა", "Delete chat": "შეტყობინების წაშლა",
"Delete Chat": "",
"Delete Chats": "შეტყობინებების წაშლა", "Delete Chats": "შეტყობინებების წაშლა",
"delete this link": "", "delete this link": "",
"Delete User": "", "Delete User": "",
...@@ -141,6 +145,7 @@ ...@@ -141,6 +145,7 @@
"Download Database": "გადმოწერე მონაცემთა ბაზა", "Download Database": "გადმოწერე მონაცემთა ბაზა",
"Drop any files here to add to the conversation": "გადაიტანეთ ფაილები აქ, რათა დაამატოთ ისინი მიმოწერაში", "Drop any files here to add to the conversation": "გადაიტანეთ ფაილები აქ, რათა დაამატოთ ისინი მიმოწერაში",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "მაგალითად, '30წ', '10მ'. მოქმედი დროის ერთეულები: 'წ', 'წთ', 'სთ'.", "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "მაგალითად, '30წ', '10მ'. მოქმედი დროის ერთეულები: 'წ', 'წთ', 'სთ'.",
"Edit": "",
"Edit Doc": "დოკუმენტის ედიტირება", "Edit Doc": "დოკუმენტის ედიტირება",
"Edit User": "მომხმარებლის ედიტირება", "Edit User": "მომხმარებლის ედიტირება",
"Email": "ელ-ფოსტა", "Email": "ელ-ფოსტა",
...@@ -160,7 +165,7 @@ ...@@ -160,7 +165,7 @@
"Enter Max Tokens (litellm_params.max_tokens)": "შეიყვანეთ მაქსიმალური ტოკენები (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "შეიყვანეთ მაქსიმალური ტოკენები (litellm_params.max_tokens)",
"Enter model tag (e.g. {{modelTag}})": "შეიყვანეთ მოდელის ტეგი (მაგ. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "შეიყვანეთ მოდელის ტეგი (მაგ. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "შეიყვანეთ ნაბიჯების რაოდენობა (მაგ. 50)", "Enter Number of Steps (e.g. 50)": "შეიყვანეთ ნაბიჯების რაოდენობა (მაგ. 50)",
"Enter Relevance Threshold": "", "Enter Score": "",
"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/)",
...@@ -180,7 +185,7 @@ ...@@ -180,7 +185,7 @@
"File Mode": "ფაილური რეჟიმი", "File Mode": "ფაილური რეჟიმი",
"File not found.": "ფაილი ვერ მოიძებნა", "File not found.": "ფაილი ვერ მოიძებნა",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "აღმოჩენილია თითის ანაბეჭდის გაყალბება: ინიციალების გამოყენება ავატარად შეუძლებელია. დეფოლტ პროფილის დეფოლტ სურათი.", "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "აღმოჩენილია თითის ანაბეჭდის გაყალბება: ინიციალების გამოყენება ავატარად შეუძლებელია. დეფოლტ პროფილის დეფოლტ სურათი.",
"Fluidly stream large external response chunks": "", "Fluidly stream large external response chunks": "თხევადი ნაკადი დიდი გარე საპასუხო ნაწილაკების",
"Focus chat input": "ჩეთის შეყვანის ფოკუსი", "Focus chat input": "ჩეთის შეყვანის ფოკუსი",
"Followed instructions perfectly": "", "Followed instructions perfectly": "",
"Format your variables using square brackets like this:": "დააფორმატეთ თქვენი ცვლადები კვადრატული ფრჩხილების გამოყენებით:", "Format your variables using square brackets like this:": "დააფორმატეთ თქვენი ცვლადები კვადრატული ფრჩხილების გამოყენებით:",
...@@ -188,6 +193,9 @@ ...@@ -188,6 +193,9 @@
"Full Screen Mode": "Სრული ეკრანის რეჟიმი", "Full Screen Mode": "Სრული ეკრანის რეჟიმი",
"General": "ზოგადი", "General": "ზოგადი",
"General Settings": "ზოგადი პარამეტრები", "General Settings": "ზოგადი პარამეტრები",
"Generation Info": "",
"Good Response": "",
"has no conversations.": "",
"Hello, {{name}}": "გამარჯობა, {{name}}", "Hello, {{name}}": "გამარჯობა, {{name}}",
"Hide": "დამალვა", "Hide": "დამალვა",
"Hide Additional Params": "დამატებითი პარამეტრების დამალვა", "Hide Additional Params": "დამატებითი პარამეტრების დამალვა",
...@@ -222,6 +230,7 @@ ...@@ -222,6 +230,7 @@
"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.": "", "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "მიროსტატი", "Mirostat": "მიროსტატი",
"Mirostat Eta": "მიროსტატი ეტა", "Mirostat Eta": "მიროსტატი ეტა",
"Mirostat Tau": "მიროსტატი ტაუ", "Mirostat Tau": "მიროსტატი ტაუ",
...@@ -255,10 +264,11 @@ ...@@ -255,10 +264,11 @@
"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": "არ იცი რა დაწერო? გადართვა:",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "შეტყობინება", "Notifications": "შეტყობინება",
"Off": "გამორთვა", "Off": "გამორთვა",
"Okay, Let's Go!": "კარგი, წავედით!", "Okay, Let's Go!": "კარგი, წავედით!",
"OLED Dark": "", "OLED Dark": "OLED მუქი",
"Ollama": "", "Ollama": "",
"Ollama Base URL": "Ollama ბაზისური მისამართი", "Ollama Base URL": "Ollama ბაზისური მისამართი",
"Ollama Version": "Ollama ვერსია", "Ollama Version": "Ollama ვერსია",
...@@ -300,17 +310,19 @@ ...@@ -300,17 +310,19 @@
"Query Params": "პარამეტრების ძიება", "Query Params": "პარამეტრების ძიება",
"RAG Template": "RAG შაბლონი", "RAG Template": "RAG შაბლონი",
"Raw Format": "საწყისი ფორმატი", "Raw Format": "საწყისი ფორმატი",
"Read Aloud": "",
"Record voice": "ხმის ჩაწერა", "Record voice": "ხმის ჩაწერა",
"Redirecting you to OpenWebUI Community": "გადამისამართდებით OpenWebUI საზოგადოებაში", "Redirecting you to OpenWebUI Community": "გადამისამართდებით OpenWebUI საზოგადოებაში",
"Refused when it shouldn't have": "", "Refused when it shouldn't have": "",
"Regenerate": "",
"Release Notes": "Გამოშვების შენიშვნები", "Release Notes": "Გამოშვების შენიშვნები",
"Relevance Threshold": "",
"Remove": "", "Remove": "",
"Remove Model": "", "Remove Model": "",
"Rename": "", "Rename": "",
"Repeat Last N": "გაიმეორეთ ბოლო N", "Repeat Last N": "გაიმეორეთ ბოლო N",
"Repeat Penalty": "გაიმეორეთ პენალტი", "Repeat Penalty": "გაიმეორეთ პენალტი",
"Request Mode": "მოთხოვნის რეჟიმი", "Request Mode": "მოთხოვნის რეჟიმი",
"Reranking model disabled": "",
"Reranking model set to \"{{reranking_model}}\"": "", "Reranking model set to \"{{reranking_model}}\"": "",
"Reset Vector Storage": "ვექტორული მეხსიერების გადატვირთვა", "Reset Vector Storage": "ვექტორული მეხსიერების გადატვირთვა",
"Response AutoCopy to Clipboard": "პასუხის ავტომატური კოპირება ბუფერში", "Response AutoCopy to Clipboard": "პასუხის ავტომატური კოპირება ბუფერში",
...@@ -379,6 +391,7 @@ ...@@ -379,6 +391,7 @@
"Text-to-Speech Engine": "ტექსტურ-ხმოვანი ძრავი", "Text-to-Speech Engine": "ტექსტურ-ხმოვანი ძრავი",
"Tfs Z": "Tfs Z", "Tfs Z": "Tfs Z",
"Thanks for your feedback!": "", "Thanks for your feedback!": "",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
"Theme": "თემა", "Theme": "თემა",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "ეს უზრუნველყოფს, რომ თქვენი ძვირფასი საუბრები უსაფრთხოდ შეინახება თქვენს backend მონაცემთა ბაზაში. Გმადლობთ!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "ეს უზრუნველყოფს, რომ თქვენი ძვირფასი საუბრები უსაფრთხოდ შეინახება თქვენს backend მონაცემთა ბაზაში. Გმადლობთ!",
"This setting does not sync across browsers or devices.": "ეს პარამეტრი არ სინქრონიზდება ბრაუზერებსა და მოწყობილობებში", "This setting does not sync across browsers or devices.": "ეს პარამეტრი არ სინქრონიზდება ბრაუზერებსა და მოწყობილობებში",
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"Add Files": "파일 추가", "Add Files": "파일 추가",
"Add message": "메시지 추가", "Add message": "메시지 추가",
"Add Model": "", "Add Model": "",
"add tags": "태그들 추가", "Add Tags": "태그들 추가",
"Adjusting these settings will apply changes universally to all users.": "이 설정을 조정하면 모든 사용자에게 적용됩니다.", "Adjusting these settings will apply changes universally to all users.": "이 설정을 조정하면 모든 사용자에게 적용됩니다.",
"admin": "관리자", "admin": "관리자",
"Admin Panel": "관리자 패널", "Admin Panel": "관리자 패널",
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"API keys": "", "API keys": "",
"API RPM": "API RPM", "API RPM": "API RPM",
"Archive": "", "Archive": "",
"Archived Chats": "", "Archived Chats": "채팅 기록 아카이브",
"are allowed - Activate this command by typing": "허용됩니다 - 이 명령을 활성화하려면 입력하세요.", "are allowed - Activate this command by typing": "허용됩니다 - 이 명령을 활성화하려면 입력하세요.",
"Are you sure?": "확실합니까?", "Are you sure?": "확실합니까?",
"Attention to detail": "", "Attention to detail": "",
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
"AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 Base URL이 필요합니다.", "AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 Base URL이 필요합니다.",
"available!": "사용 가능!", "available!": "사용 가능!",
"Back": "뒤로가기", "Back": "뒤로가기",
"Bad Response": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "빌더 모드", "Builder Mode": "빌더 모드",
...@@ -85,8 +86,10 @@ ...@@ -85,8 +86,10 @@
"Connections": "연결", "Connections": "연결",
"Content": "내용", "Content": "내용",
"Context Length": "내용 길이", "Context Length": "내용 길이",
"Continue Response": "",
"Conversation Mode": "대화 모드", "Conversation Mode": "대화 모드",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "",
"Copy last code block": "마지막 코드 블록 복사", "Copy last code block": "마지막 코드 블록 복사",
"Copy last response": "마지막 응답 복사", "Copy last response": "마지막 응답 복사",
"Copy Link": "", "Copy Link": "",
...@@ -117,6 +120,7 @@ ...@@ -117,6 +120,7 @@
"Delete": "", "Delete": "",
"Delete a model": "모델 삭제", "Delete a model": "모델 삭제",
"Delete chat": "채팅 삭제", "Delete chat": "채팅 삭제",
"Delete Chat": "",
"Delete Chats": "채팅들 삭제", "Delete Chats": "채팅들 삭제",
"delete this link": "", "delete this link": "",
"Delete User": "", "Delete User": "",
...@@ -141,6 +145,7 @@ ...@@ -141,6 +145,7 @@
"Download Database": "데이터베이스 다운로드", "Download Database": "데이터베이스 다운로드",
"Drop any files here to add to the conversation": "대화에 추가할 파일을 여기에 드롭하세요.", "Drop any files here to add to the conversation": "대화에 추가할 파일을 여기에 드롭하세요.",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "예: '30s','10m'. 유효한 시간 단위는 's', 'm', 'h'입니다.", "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "예: '30s','10m'. 유효한 시간 단위는 's', 'm', 'h'입니다.",
"Edit": "",
"Edit Doc": "문서 편집", "Edit Doc": "문서 편집",
"Edit User": "사용자 편집", "Edit User": "사용자 편집",
"Email": "이메일", "Email": "이메일",
...@@ -160,7 +165,7 @@ ...@@ -160,7 +165,7 @@
"Enter Max Tokens (litellm_params.max_tokens)": "최대 토큰 수 입력(litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "최대 토큰 수 입력(litellm_params.max_tokens)",
"Enter model tag (e.g. {{modelTag}})": "모델 태그 입력(예: {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "모델 태그 입력(예: {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "단계 수 입력(예: 50)", "Enter Number of Steps (e.g. 50)": "단계 수 입력(예: 50)",
"Enter Relevance Threshold": "", "Enter Score": "",
"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/)",
...@@ -180,7 +185,7 @@ ...@@ -180,7 +185,7 @@
"File Mode": "파일 모드", "File Mode": "파일 모드",
"File not found.": "파일을 찾을 수 없습니다.", "File not found.": "파일을 찾을 수 없습니다.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "", "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
"Fluidly stream large external response chunks": "", "Fluidly stream large external response chunks": "대규모 외부 응답 청크를 유동적으로 스트리밍",
"Focus chat input": "채팅 입력 포커스", "Focus chat input": "채팅 입력 포커스",
"Followed instructions perfectly": "", "Followed instructions perfectly": "",
"Format your variables using square brackets like this:": "이렇게 대괄호를 사용하여 변수를 형식화하세요:", "Format your variables using square brackets like this:": "이렇게 대괄호를 사용하여 변수를 형식화하세요:",
...@@ -188,6 +193,9 @@ ...@@ -188,6 +193,9 @@
"Full Screen Mode": "전체 화면 모드", "Full Screen Mode": "전체 화면 모드",
"General": "일반", "General": "일반",
"General Settings": "일반 설정", "General Settings": "일반 설정",
"Generation Info": "",
"Good Response": "",
"has no conversations.": "",
"Hello, {{name}}": "안녕하세요, {{name}}", "Hello, {{name}}": "안녕하세요, {{name}}",
"Hide": "숨기기", "Hide": "숨기기",
"Hide Additional Params": "추가 매개변수 숨기기", "Hide Additional Params": "추가 매개변수 숨기기",
...@@ -222,6 +230,7 @@ ...@@ -222,6 +230,7 @@
"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.": "", "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau", "Mirostat Tau": "Mirostat Tau",
...@@ -255,10 +264,11 @@ ...@@ -255,10 +264,11 @@
"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": "무엇을 쓸지 모르겠나요? 전환하세요.",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "알림", "Notifications": "알림",
"Off": "끄기", "Off": "끄기",
"Okay, Let's Go!": "그렇습니다, 시작합시다!", "Okay, Let's Go!": "그렇습니다, 시작합시다!",
"OLED Dark": "", "OLED Dark": "OLED 다크",
"Ollama": "", "Ollama": "",
"Ollama Base URL": "Ollama 기본 URL", "Ollama Base URL": "Ollama 기본 URL",
"Ollama Version": "Ollama 버전", "Ollama Version": "Ollama 버전",
...@@ -300,17 +310,19 @@ ...@@ -300,17 +310,19 @@
"Query Params": "쿼리 매개변수", "Query Params": "쿼리 매개변수",
"RAG Template": "RAG 템플릿", "RAG Template": "RAG 템플릿",
"Raw Format": "Raw 형식", "Raw Format": "Raw 형식",
"Read Aloud": "",
"Record voice": "음성 녹음", "Record voice": "음성 녹음",
"Redirecting you to OpenWebUI Community": "OpenWebUI 커뮤니티로 리디렉션하는 중", "Redirecting you to OpenWebUI Community": "OpenWebUI 커뮤니티로 리디렉션하는 중",
"Refused when it shouldn't have": "", "Refused when it shouldn't have": "",
"Regenerate": "",
"Release Notes": "릴리스 노트", "Release Notes": "릴리스 노트",
"Relevance Threshold": "",
"Remove": "", "Remove": "",
"Remove Model": "", "Remove Model": "",
"Rename": "", "Rename": "",
"Repeat Last N": "마지막 N 반복", "Repeat Last N": "마지막 N 반복",
"Repeat Penalty": "반복 패널티", "Repeat Penalty": "반복 패널티",
"Request Mode": "요청 모드", "Request Mode": "요청 모드",
"Reranking model disabled": "",
"Reranking model set to \"{{reranking_model}}\"": "", "Reranking model set to \"{{reranking_model}}\"": "",
"Reset Vector Storage": "벡터 스토리지 초기화", "Reset Vector Storage": "벡터 스토리지 초기화",
"Response AutoCopy to Clipboard": "응답 자동 클립보드 복사", "Response AutoCopy to Clipboard": "응답 자동 클립보드 복사",
...@@ -379,6 +391,7 @@ ...@@ -379,6 +391,7 @@
"Text-to-Speech Engine": "텍스트-음성 엔진", "Text-to-Speech Engine": "텍스트-음성 엔진",
"Tfs Z": "Tfs Z", "Tfs Z": "Tfs Z",
"Thanks for your feedback!": "", "Thanks for your feedback!": "",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
"Theme": "테마", "Theme": "테마",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "이렇게 하면 소중한 대화 내용이 백엔드 데이터베이스에 안전하게 저장됩니다. 감사합니다!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "이렇게 하면 소중한 대화 내용이 백엔드 데이터베이스에 안전하게 저장됩니다. 감사합니다!",
"This setting does not sync across browsers or devices.": "이 설정은 브라우저 또는 장치 간에 동기화되지 않습니다.", "This setting does not sync across browsers or devices.": "이 설정은 브라우저 또는 장치 간에 동기화되지 않습니다.",
......
...@@ -94,5 +94,9 @@ ...@@ -94,5 +94,9 @@
{ {
"code": "zh-TW", "code": "zh-TW",
"title": "Chinese (Traditional)" "title": "Chinese (Traditional)"
},
{
"code": "dg-DG",
"title": "Doge 🐶"
} }
] ]
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"Add Files": "Voege Bestanden toe", "Add Files": "Voege Bestanden toe",
"Add message": "Voeg bericht toe", "Add message": "Voeg bericht toe",
"Add Model": "", "Add Model": "",
"add tags": "voeg tags toe", "Add Tags": "voeg tags toe",
"Adjusting these settings will apply changes universally to all users.": "Het aanpassen van deze instellingen zal universeel worden toegepast op alle gebruikers.", "Adjusting these settings will apply changes universally to all users.": "Het aanpassen van deze instellingen zal universeel worden toegepast op alle gebruikers.",
"admin": "admin", "admin": "admin",
"Admin Panel": "Administratieve Paneel", "Admin Panel": "Administratieve Paneel",
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"API keys": "", "API keys": "",
"API RPM": "API RPM", "API RPM": "API RPM",
"Archive": "", "Archive": "",
"Archived Chats": "", "Archived Chats": "chatrecord",
"are allowed - Activate this command by typing": "zijn toegestaan - Activeer deze commando door te typen", "are allowed - Activate this command by typing": "zijn toegestaan - Activeer deze commando door te typen",
"Are you sure?": "Zeker weten?", "Are you sure?": "Zeker weten?",
"Attention to detail": "", "Attention to detail": "",
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
"AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 Basis URL is verplicht", "AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 Basis URL is verplicht",
"available!": "beschikbaar!", "available!": "beschikbaar!",
"Back": "Terug", "Back": "Terug",
"Bad Response": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Bouwer Modus", "Builder Mode": "Bouwer Modus",
...@@ -85,8 +86,10 @@ ...@@ -85,8 +86,10 @@
"Connections": "Verbindingen", "Connections": "Verbindingen",
"Content": "Inhoud", "Content": "Inhoud",
"Context Length": "Context Lengte", "Context Length": "Context Lengte",
"Continue Response": "",
"Conversation Mode": "Gespreksmodus", "Conversation Mode": "Gespreksmodus",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "",
"Copy last code block": "Kopieer laatste code blok", "Copy last code block": "Kopieer laatste code blok",
"Copy last response": "Kopieer laatste antwoord", "Copy last response": "Kopieer laatste antwoord",
"Copy Link": "", "Copy Link": "",
...@@ -117,6 +120,7 @@ ...@@ -117,6 +120,7 @@
"Delete": "", "Delete": "",
"Delete a model": "Verwijder een model", "Delete a model": "Verwijder een model",
"Delete chat": "Verwijder chat", "Delete chat": "Verwijder chat",
"Delete Chat": "",
"Delete Chats": "Verwijder Chats", "Delete Chats": "Verwijder Chats",
"delete this link": "", "delete this link": "",
"Delete User": "", "Delete User": "",
...@@ -141,6 +145,7 @@ ...@@ -141,6 +145,7 @@
"Download Database": "Download Database", "Download Database": "Download Database",
"Drop any files here to add to the conversation": "Sleep bestanden hier om toe te voegen aan het gesprek", "Drop any files here to add to the conversation": "Sleep bestanden hier om toe te voegen aan het gesprek",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "bijv. '30s', '10m'. Geldige tijdseenheden zijn 's', 'm', 'h'.", "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "bijv. '30s', '10m'. Geldige tijdseenheden zijn 's', 'm', 'h'.",
"Edit": "",
"Edit Doc": "Wijzig Doc", "Edit Doc": "Wijzig Doc",
"Edit User": "Wijzig Gebruiker", "Edit User": "Wijzig Gebruiker",
"Email": "Email", "Email": "Email",
...@@ -160,7 +165,7 @@ ...@@ -160,7 +165,7 @@
"Enter Max Tokens (litellm_params.max_tokens)": "Voeg maximum aantal tokens toe (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Voeg maximum aantal tokens toe (litellm_params.max_tokens)",
"Enter model tag (e.g. {{modelTag}})": "Voeg model tag toe (Bijv. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Voeg model tag toe (Bijv. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Voeg aantal stappen toe (Bijv. 50)", "Enter Number of Steps (e.g. 50)": "Voeg aantal stappen toe (Bijv. 50)",
"Enter Relevance Threshold": "", "Enter Score": "",
"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/)",
...@@ -180,7 +185,7 @@ ...@@ -180,7 +185,7 @@
"File Mode": "Bestandsmodus", "File Mode": "Bestandsmodus",
"File not found.": "Bestand niet gevonden.", "File not found.": "Bestand niet gevonden.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "", "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
"Fluidly stream large external response chunks": "", "Fluidly stream large external response chunks": "Stream vloeiend grote externe responsbrokken",
"Focus chat input": "Focus chat input", "Focus chat input": "Focus chat input",
"Followed instructions perfectly": "", "Followed instructions perfectly": "",
"Format your variables using square brackets like this:": "Formatteer je variabelen met vierkante haken zoals dit:", "Format your variables using square brackets like this:": "Formatteer je variabelen met vierkante haken zoals dit:",
...@@ -188,6 +193,9 @@ ...@@ -188,6 +193,9 @@
"Full Screen Mode": "Volledig Scherm Modus", "Full Screen Mode": "Volledig Scherm Modus",
"General": "Algemeen", "General": "Algemeen",
"General Settings": "Algemene Instellingen", "General Settings": "Algemene Instellingen",
"Generation Info": "",
"Good Response": "",
"has no conversations.": "",
"Hello, {{name}}": "Hallo, {{name}}", "Hello, {{name}}": "Hallo, {{name}}",
"Hide": "Verberg", "Hide": "Verberg",
"Hide Additional Params": "Verberg Extra Params", "Hide Additional Params": "Verberg Extra Params",
...@@ -222,6 +230,7 @@ ...@@ -222,6 +230,7 @@
"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.": "", "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau", "Mirostat Tau": "Mirostat Tau",
...@@ -255,10 +264,11 @@ ...@@ -255,10 +264,11 @@
"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",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "Desktop Notificaties", "Notifications": "Desktop Notificaties",
"Off": "Uit", "Off": "Uit",
"Okay, Let's Go!": "Okay, Laten we gaan!", "Okay, Let's Go!": "Okay, Laten we gaan!",
"OLED Dark": "", "OLED Dark": "OLED-donker",
"Ollama": "", "Ollama": "",
"Ollama Base URL": "Ollama Basis URL", "Ollama Base URL": "Ollama Basis URL",
"Ollama Version": "Ollama Versie", "Ollama Version": "Ollama Versie",
...@@ -300,17 +310,19 @@ ...@@ -300,17 +310,19 @@
"Query Params": "Query Params", "Query Params": "Query Params",
"RAG Template": "RAG Template", "RAG Template": "RAG Template",
"Raw Format": "Raw Formaat", "Raw Format": "Raw Formaat",
"Read Aloud": "",
"Record voice": "Neem stem op", "Record voice": "Neem stem op",
"Redirecting you to OpenWebUI Community": "Je wordt doorgestuurd naar OpenWebUI Community", "Redirecting you to OpenWebUI Community": "Je wordt doorgestuurd naar OpenWebUI Community",
"Refused when it shouldn't have": "", "Refused when it shouldn't have": "",
"Regenerate": "",
"Release Notes": "Release Notes", "Release Notes": "Release Notes",
"Relevance Threshold": "",
"Remove": "", "Remove": "",
"Remove Model": "", "Remove Model": "",
"Rename": "", "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",
"Reranking model disabled": "",
"Reranking model set to \"{{reranking_model}}\"": "", "Reranking model set to \"{{reranking_model}}\"": "",
"Reset Vector Storage": "Reset Vector Opslag", "Reset Vector Storage": "Reset Vector Opslag",
"Response AutoCopy to Clipboard": "Antwoord Automatisch Kopiëren naar Klembord", "Response AutoCopy to Clipboard": "Antwoord Automatisch Kopiëren naar Klembord",
...@@ -379,6 +391,7 @@ ...@@ -379,6 +391,7 @@
"Text-to-Speech Engine": "Tekst-naar-Spraak Engine", "Text-to-Speech Engine": "Tekst-naar-Spraak Engine",
"Tfs Z": "Tfs Z", "Tfs Z": "Tfs Z",
"Thanks for your feedback!": "", "Thanks for your feedback!": "",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
"Theme": "Thema", "Theme": "Thema",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Dit zorgt ervoor dat je waardevolle gesprekken veilig worden opgeslagen in je backend database. Dank je wel!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Dit zorgt ervoor dat je waardevolle gesprekken veilig worden opgeslagen in je backend database. Dank je wel!",
"This setting does not sync across browsers or devices.": "Deze instelling wordt niet gesynchroniseerd tussen browsers of apparaten.", "This setting does not sync across browsers or devices.": "Deze instelling wordt niet gesynchroniseerd tussen browsers of apparaten.",
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"Add Files": "Dodaj pliki", "Add Files": "Dodaj pliki",
"Add message": "Dodaj wiadomość", "Add message": "Dodaj wiadomość",
"Add Model": "", "Add Model": "",
"add tags": "dodaj tagi", "Add Tags": "dodaj tagi",
"Adjusting these settings will apply changes universally to all users.": "Dostosowanie tych ustawień spowoduje zastosowanie zmian uniwersalnie do wszystkich użytkowników.", "Adjusting these settings will apply changes universally to all users.": "Dostosowanie tych ustawień spowoduje zastosowanie zmian uniwersalnie do wszystkich użytkowników.",
"admin": "admin", "admin": "admin",
"Admin Panel": "Panel administracyjny", "Admin Panel": "Panel administracyjny",
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
"AUTOMATIC1111 Base URL is required.": "Podstawowy adres URL AUTOMATIC1111 jest wymagany.", "AUTOMATIC1111 Base URL is required.": "Podstawowy adres URL AUTOMATIC1111 jest wymagany.",
"available!": "dostępny!", "available!": "dostępny!",
"Back": "Wstecz", "Back": "Wstecz",
"Bad Response": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Tryb budowniczego", "Builder Mode": "Tryb budowniczego",
...@@ -85,8 +86,10 @@ ...@@ -85,8 +86,10 @@
"Connections": "Połączenia", "Connections": "Połączenia",
"Content": "Zawartość", "Content": "Zawartość",
"Context Length": "Długość kontekstu", "Context Length": "Długość kontekstu",
"Continue Response": "",
"Conversation Mode": "Tryb rozmowy", "Conversation Mode": "Tryb rozmowy",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "",
"Copy last code block": "Skopiuj ostatni blok kodu", "Copy last code block": "Skopiuj ostatni blok kodu",
"Copy last response": "Skopiuj ostatnią odpowiedź", "Copy last response": "Skopiuj ostatnią odpowiedź",
"Copy Link": "", "Copy Link": "",
...@@ -117,6 +120,7 @@ ...@@ -117,6 +120,7 @@
"Delete": "", "Delete": "",
"Delete a model": "Usuń model", "Delete a model": "Usuń model",
"Delete chat": "Usuń czat", "Delete chat": "Usuń czat",
"Delete Chat": "",
"Delete Chats": "Usuń czaty", "Delete Chats": "Usuń czaty",
"delete this link": "", "delete this link": "",
"Delete User": "", "Delete User": "",
...@@ -141,6 +145,7 @@ ...@@ -141,6 +145,7 @@
"Download Database": "Pobierz bazę danych", "Download Database": "Pobierz bazę danych",
"Drop any files here to add to the conversation": "Upuść pliki tutaj, aby dodać do rozmowy", "Drop any files here to add to the conversation": "Upuść pliki tutaj, aby dodać do rozmowy",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "np. '30s', '10m'. Poprawne jednostki czasu to 's', 'm', 'h'.", "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "np. '30s', '10m'. Poprawne jednostki czasu to 's', 'm', 'h'.",
"Edit": "",
"Edit Doc": "Edytuj dokument", "Edit Doc": "Edytuj dokument",
"Edit User": "Edytuj użytkownika", "Edit User": "Edytuj użytkownika",
"Email": "Email", "Email": "Email",
...@@ -160,7 +165,7 @@ ...@@ -160,7 +165,7 @@
"Enter Max Tokens (litellm_params.max_tokens)": "Wprowadź maksymalną liczbę tokenów (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Wprowadź maksymalną liczbę tokenów (litellm_params.max_tokens)",
"Enter model tag (e.g. {{modelTag}})": "Wprowadź tag modelu (np. {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Wprowadź tag modelu (np. {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Wprowadź liczbę kroków (np. 50)", "Enter Number of Steps (e.g. 50)": "Wprowadź liczbę kroków (np. 50)",
"Enter Relevance Threshold": "", "Enter Score": "",
"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/)",
...@@ -180,7 +185,7 @@ ...@@ -180,7 +185,7 @@
"File Mode": "Tryb pliku", "File Mode": "Tryb pliku",
"File not found.": "Plik nie został znaleziony.", "File not found.": "Plik nie został znaleziony.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Wykryto podszywanie się pod odcisk palca: Nie można używać inicjałów jako awatara. Przechodzenie do domyślnego obrazu profilowego.", "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Wykryto podszywanie się pod odcisk palca: Nie można używać inicjałów jako awatara. Przechodzenie do domyślnego obrazu profilowego.",
"Fluidly stream large external response chunks": "", "Fluidly stream large external response chunks": "Płynnie przesyłaj strumieniowo duże fragmenty odpowiedzi zewnętrznych",
"Focus chat input": "Skoncentruj na czacie", "Focus chat input": "Skoncentruj na czacie",
"Followed instructions perfectly": "", "Followed instructions perfectly": "",
"Format your variables using square brackets like this:": "Formatuj swoje zmienne, używając nawiasów kwadratowych, np.", "Format your variables using square brackets like this:": "Formatuj swoje zmienne, używając nawiasów kwadratowych, np.",
...@@ -188,6 +193,9 @@ ...@@ -188,6 +193,9 @@
"Full Screen Mode": "Tryb pełnoekranowy", "Full Screen Mode": "Tryb pełnoekranowy",
"General": "Ogólne", "General": "Ogólne",
"General Settings": "Ogólne ustawienia", "General Settings": "Ogólne ustawienia",
"Generation Info": "",
"Good Response": "",
"has no conversations.": "",
"Hello, {{name}}": "Witaj, {{name}}", "Hello, {{name}}": "Witaj, {{name}}",
"Hide": "Ukryj", "Hide": "Ukryj",
"Hide Additional Params": "Ukryj dodatkowe parametry", "Hide Additional Params": "Ukryj dodatkowe parametry",
...@@ -222,6 +230,7 @@ ...@@ -222,6 +230,7 @@
"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.": "", "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau", "Mirostat Tau": "Mirostat Tau",
...@@ -255,10 +264,11 @@ ...@@ -255,10 +264,11 @@
"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",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "Powiadomienia", "Notifications": "Powiadomienia",
"Off": "Wyłączony", "Off": "Wyłączony",
"Okay, Let's Go!": "Okej, zaczynamy!", "Okay, Let's Go!": "Okej, zaczynamy!",
"OLED Dark": "", "OLED Dark": "Ciemny OLED",
"Ollama": "", "Ollama": "",
"Ollama Base URL": "Adres bazowy URL Ollama", "Ollama Base URL": "Adres bazowy URL Ollama",
"Ollama Version": "Wersja Ollama", "Ollama Version": "Wersja Ollama",
...@@ -300,17 +310,19 @@ ...@@ -300,17 +310,19 @@
"Query Params": "Parametry zapytania", "Query Params": "Parametry zapytania",
"RAG Template": "Szablon RAG", "RAG Template": "Szablon RAG",
"Raw Format": "Format bez obróbki", "Raw Format": "Format bez obróbki",
"Read Aloud": "",
"Record voice": "Nagraj głos", "Record voice": "Nagraj głos",
"Redirecting you to OpenWebUI Community": "Przekierowujemy Cię do społeczności OpenWebUI", "Redirecting you to OpenWebUI Community": "Przekierowujemy Cię do społeczności OpenWebUI",
"Refused when it shouldn't have": "", "Refused when it shouldn't have": "",
"Regenerate": "",
"Release Notes": "Notatki wydania", "Release Notes": "Notatki wydania",
"Relevance Threshold": "",
"Remove": "", "Remove": "",
"Remove Model": "", "Remove Model": "",
"Rename": "", "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",
"Reranking model disabled": "",
"Reranking model set to \"{{reranking_model}}\"": "", "Reranking model set to \"{{reranking_model}}\"": "",
"Reset Vector Storage": "Resetuj przechowywanie wektorów", "Reset Vector Storage": "Resetuj przechowywanie wektorów",
"Response AutoCopy to Clipboard": "Automatyczne kopiowanie odpowiedzi do schowka", "Response AutoCopy to Clipboard": "Automatyczne kopiowanie odpowiedzi do schowka",
...@@ -379,6 +391,7 @@ ...@@ -379,6 +391,7 @@
"Text-to-Speech Engine": "Silnik tekstu na mowę", "Text-to-Speech Engine": "Silnik tekstu na mowę",
"Tfs Z": "Tfs Z", "Tfs Z": "Tfs Z",
"Thanks for your feedback!": "", "Thanks for your feedback!": "",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
"Theme": "Motyw", "Theme": "Motyw",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "To zapewnia, że Twoje cenne rozmowy są bezpiecznie zapisywane w bazie danych backendowej. Dziękujemy!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "To zapewnia, że Twoje cenne rozmowy są bezpiecznie zapisywane w bazie danych backendowej. Dziękujemy!",
"This setting does not sync across browsers or devices.": "To ustawienie nie synchronizuje się między przeglądarkami ani urządzeniami.", "This setting does not sync across browsers or devices.": "To ustawienie nie synchronizuje się między przeglądarkami ani urządzeniami.",
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"Add Files": "Adicionar Arquivos", "Add Files": "Adicionar Arquivos",
"Add message": "Adicionar mensagem", "Add message": "Adicionar mensagem",
"Add Model": "", "Add Model": "",
"add tags": "adicionar tags", "Add Tags": "adicionar tags",
"Adjusting these settings will apply changes universally to all users.": "Ajustar essas configurações aplicará alterações universalmente a todos os usuários.", "Adjusting these settings will apply changes universally to all users.": "Ajustar essas configurações aplicará alterações universalmente a todos os usuários.",
"admin": "administrador", "admin": "administrador",
"Admin Panel": "Painel do Administrador", "Admin Panel": "Painel do Administrador",
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"API keys": "", "API keys": "",
"API RPM": "API RPM", "API RPM": "API RPM",
"Archive": "", "Archive": "",
"Archived Chats": "", "Archived Chats": "Bate-papos arquivados",
"are allowed - Activate this command by typing": "são permitidos - Ative este comando digitando", "are allowed - Activate this command by typing": "são permitidos - Ative este comando digitando",
"Are you sure?": "Tem certeza?", "Are you sure?": "Tem certeza?",
"Attention to detail": "", "Attention to detail": "",
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
"AUTOMATIC1111 Base URL is required.": "A URL Base do AUTOMATIC1111 é obrigatória.", "AUTOMATIC1111 Base URL is required.": "A URL Base do AUTOMATIC1111 é obrigatória.",
"available!": "disponível!", "available!": "disponível!",
"Back": "Voltar", "Back": "Voltar",
"Bad Response": "",
"before": "", "before": "",
"Being lazy": "", "Being lazy": "",
"Builder Mode": "Modo de Construtor", "Builder Mode": "Modo de Construtor",
...@@ -85,8 +86,10 @@ ...@@ -85,8 +86,10 @@
"Connections": "Conexões", "Connections": "Conexões",
"Content": "Conteúdo", "Content": "Conteúdo",
"Context Length": "Comprimento do Contexto", "Context Length": "Comprimento do Contexto",
"Continue Response": "",
"Conversation Mode": "Modo de Conversa", "Conversation Mode": "Modo de Conversa",
"Copied shared chat URL to clipboard!": "", "Copied shared chat URL to clipboard!": "",
"Copy": "",
"Copy last code block": "Copiar último bloco de código", "Copy last code block": "Copiar último bloco de código",
"Copy last response": "Copiar última resposta", "Copy last response": "Copiar última resposta",
"Copy Link": "", "Copy Link": "",
...@@ -117,6 +120,7 @@ ...@@ -117,6 +120,7 @@
"Delete": "", "Delete": "",
"Delete a model": "Excluir um modelo", "Delete a model": "Excluir um modelo",
"Delete chat": "Excluir bate-papo", "Delete chat": "Excluir bate-papo",
"Delete Chat": "",
"Delete Chats": "Excluir Bate-papos", "Delete Chats": "Excluir Bate-papos",
"delete this link": "", "delete this link": "",
"Delete User": "", "Delete User": "",
...@@ -141,6 +145,7 @@ ...@@ -141,6 +145,7 @@
"Download Database": "Baixar Banco de Dados", "Download Database": "Baixar Banco de Dados",
"Drop any files here to add to the conversation": "Solte os arquivos aqui para adicionar à conversa", "Drop any files here to add to the conversation": "Solte os arquivos aqui para adicionar à conversa",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "por exemplo, '30s', '10m'. Unidades de tempo válidas são 's', 'm', 'h'.", "e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "por exemplo, '30s', '10m'. Unidades de tempo válidas são 's', 'm', 'h'.",
"Edit": "",
"Edit Doc": "Editar Documento", "Edit Doc": "Editar Documento",
"Edit User": "Editar Usuário", "Edit User": "Editar Usuário",
"Email": "E-mail", "Email": "E-mail",
...@@ -160,7 +165,7 @@ ...@@ -160,7 +165,7 @@
"Enter Max Tokens (litellm_params.max_tokens)": "Digite o Máximo de Tokens (litellm_params.max_tokens)", "Enter Max Tokens (litellm_params.max_tokens)": "Digite o Máximo de Tokens (litellm_params.max_tokens)",
"Enter model tag (e.g. {{modelTag}})": "Digite a tag do modelo (por exemplo, {{modelTag}})", "Enter model tag (e.g. {{modelTag}})": "Digite a tag do modelo (por exemplo, {{modelTag}})",
"Enter Number of Steps (e.g. 50)": "Digite o Número de Etapas (por exemplo, 50)", "Enter Number of Steps (e.g. 50)": "Digite o Número de Etapas (por exemplo, 50)",
"Enter Relevance Threshold": "", "Enter Score": "",
"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/)",
...@@ -180,7 +185,7 @@ ...@@ -180,7 +185,7 @@
"File Mode": "Modo de Arquivo", "File Mode": "Modo de Arquivo",
"File not found.": "Arquivo não encontrado.", "File not found.": "Arquivo não encontrado.",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "", "Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "",
"Fluidly stream large external response chunks": "", "Fluidly stream large external response chunks": "Transmita com fluidez grandes blocos de resposta externa",
"Focus chat input": "Focar entrada de bate-papo", "Focus chat input": "Focar entrada de bate-papo",
"Followed instructions perfectly": "", "Followed instructions perfectly": "",
"Format your variables using square brackets like this:": "Formate suas variáveis usando colchetes como este:", "Format your variables using square brackets like this:": "Formate suas variáveis usando colchetes como este:",
...@@ -188,6 +193,9 @@ ...@@ -188,6 +193,9 @@
"Full Screen Mode": "Modo de Tela Cheia", "Full Screen Mode": "Modo de Tela Cheia",
"General": "Geral", "General": "Geral",
"General Settings": "Configurações Gerais", "General Settings": "Configurações Gerais",
"Generation Info": "",
"Good Response": "",
"has no conversations.": "",
"Hello, {{name}}": "Olá, {{name}}", "Hello, {{name}}": "Olá, {{name}}",
"Hide": "Ocultar", "Hide": "Ocultar",
"Hide Additional Params": "Ocultar Parâmetros Adicionais", "Hide Additional Params": "Ocultar Parâmetros Adicionais",
...@@ -222,6 +230,7 @@ ...@@ -222,6 +230,7 @@
"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.": "", "Messages you send after creating your link won't be shared. Users with the URL will beable to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat", "Mirostat": "Mirostat",
"Mirostat Eta": "Mirostat Eta", "Mirostat Eta": "Mirostat Eta",
"Mirostat Tau": "Mirostat Tau", "Mirostat Tau": "Mirostat Tau",
...@@ -255,10 +264,11 @@ ...@@ -255,10 +264,11 @@
"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",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
"Notifications": "Notificações da Área de Trabalho", "Notifications": "Notificações da Área de Trabalho",
"Off": "Desligado", "Off": "Desligado",
"Okay, Let's Go!": "Ok, Vamos Lá!", "Okay, Let's Go!": "Ok, Vamos Lá!",
"OLED Dark": "", "OLED Dark": "OLED escuro",
"Ollama": "", "Ollama": "",
"Ollama Base URL": "URL Base do Ollama", "Ollama Base URL": "URL Base do Ollama",
"Ollama Version": "Versão do Ollama", "Ollama Version": "Versão do Ollama",
...@@ -287,7 +297,7 @@ ...@@ -287,7 +297,7 @@
"pending": "pendente", "pending": "pendente",
"Permission denied when accessing microphone: {{error}}": "Permissão negada ao acessar o microfone: {{error}}", "Permission denied when accessing microphone: {{error}}": "Permissão negada ao acessar o microfone: {{error}}",
"Plain text (.txt)": "", "Plain text (.txt)": "",
"Playground": "Playground", "Playground": "Parque infantil",
"Positive attitude": "", "Positive attitude": "",
"Profile Image": "", "Profile Image": "",
"Prompt (e.g. Tell me a fun fact about the Roman Empire)": "", "Prompt (e.g. Tell me a fun fact about the Roman Empire)": "",
...@@ -300,17 +310,19 @@ ...@@ -300,17 +310,19 @@
"Query Params": "Parâmetros de Consulta", "Query Params": "Parâmetros de Consulta",
"RAG Template": "Modelo RAG", "RAG Template": "Modelo RAG",
"Raw Format": "Formato Bruto", "Raw Format": "Formato Bruto",
"Read Aloud": "",
"Record voice": "Gravar voz", "Record voice": "Gravar voz",
"Redirecting you to OpenWebUI Community": "Redirecionando você para a Comunidade OpenWebUI", "Redirecting you to OpenWebUI Community": "Redirecionando você para a Comunidade OpenWebUI",
"Refused when it shouldn't have": "", "Refused when it shouldn't have": "",
"Regenerate": "",
"Release Notes": "Notas de Lançamento", "Release Notes": "Notas de Lançamento",
"Relevance Threshold": "",
"Remove": "", "Remove": "",
"Remove Model": "", "Remove Model": "",
"Rename": "", "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",
"Reranking model disabled": "",
"Reranking model set to \"{{reranking_model}}\"": "", "Reranking model set to \"{{reranking_model}}\"": "",
"Reset Vector Storage": "Redefinir Armazenamento de Vetor", "Reset Vector Storage": "Redefinir Armazenamento de Vetor",
"Response AutoCopy to Clipboard": "Cópia Automática da Resposta para a Área de Transferência", "Response AutoCopy to Clipboard": "Cópia Automática da Resposta para a Área de Transferência",
...@@ -379,6 +391,7 @@ ...@@ -379,6 +391,7 @@
"Text-to-Speech Engine": "Mecanismo de Texto para Fala", "Text-to-Speech Engine": "Mecanismo de Texto para Fala",
"Tfs Z": "Tfs Z", "Tfs Z": "Tfs Z",
"Thanks for your feedback!": "", "Thanks for your feedback!": "",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "",
"Theme": "Tema", "Theme": "Tema",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Isso garante que suas conversas valiosas sejam salvas com segurança em seu banco de dados de backend. Obrigado!", "This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Isso garante que suas conversas valiosas sejam salvas com segurança em seu banco de dados de backend. Obrigado!",
"This setting does not sync across browsers or devices.": "Esta configuração não sincroniza entre navegadores ou dispositivos.", "This setting does not sync across browsers or devices.": "Esta configuração não sincroniza entre navegadores ou dispositivos.",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment