Merge pull request from DiegoRodriguez83/#6717

i18n: Added labels in 2 components + translation and adjustments for pt-BR
This commit is contained in:
Timothy Jaeryang Baek 2024-11-04 19:36:25 -08:00 committed by GitHub
commit ea1d512ee3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
50 changed files with 458 additions and 171 deletions

View File

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- **🌐 Translation Update**: Added translation labels in the SearchInput and CreateCollection components and updated Brazilian Portuguese translation (pt-BR)
- **📁 Robust File Handling**: Enhanced file input handling for chat. If the content extraction fails or is empty, users will now receive a clear warning, preventing silent failures and ensuring you always know what's happening with your uploads.
- **🌍 New Language Support**: Introduced Hungarian translations and updated French translations, expanding the platform's language accessibility for a more global user base.

View File

@ -182,7 +182,9 @@
{/each}
</div>
{:else if filteredOptions.length > 0}
<div class="px-1 font-medium dark:text-gray-300 text-gray-700 mb-1">Search options</div>
<div class="px-1 font-medium dark:text-gray-300 text-gray-700 mb-1">
{$i18n.t('Search options')}
</div>
<div class=" max-h-60 overflow-auto">
{#each filteredOptions as option, optionIdx}

View File

@ -68,32 +68,34 @@
}}
>
<div class=" w-full flex flex-col justify-center">
<div class=" text-2xl font-medium font-primary mb-2.5">Create a knowledge base</div>
<div class=" text-2xl font-medium font-primary mb-2.5">
{$i18n.t('Create a knowledge base')}
</div>
<div class="w-full flex flex-col gap-2.5">
<div class="w-full">
<div class=" text-sm mb-2">What are you working on?</div>
<div class=" text-sm mb-2">{$i18n.t('What are you working on?')}</div>
<div class="w-full mt-1">
<input
class="w-full rounded-lg py-2 px-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-none"
type="text"
bind:value={name}
placeholder={`Name your knowledge base`}
placeholder={$i18n.t('Name your knowledge base')}
required
/>
</div>
</div>
<div>
<div class="text-sm mb-2">What are you trying to achieve?</div>
<div class="text-sm mb-2">{$i18n.t('What are you trying to achieve?')}</div>
<div class=" w-full mt-1">
<textarea
class="w-full resize-none rounded-lg py-2 px-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-none"
rows="4"
bind:value={description}
placeholder={`Describe your knowledge base and objectives`}
placeholder={$i18n.t('Describe your knowledge base and objectives')}
required
/>
</div>

View File

@ -173,6 +173,7 @@
"Created at": "أنشئت في",
"Created At": "أنشئت من",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "الموديل المختار",
"Current Password": "كلمة السر الحالية",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} حذف",
"Deleted {{name}}": "حذف {{name}}",
"Description": "وصف",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "لم أتبع التعليمات بشكل كامل",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "الأسم",
"Name your model": "قم بتسمية النموذج الخاص بك",
"Name your knowledge base": "",
"New Chat": "دردشة جديدة",
"New folder": "",
"New Password": "كلمة المرور الجديدة",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "",
"Search Result Count": "عدد نتائج البحث",
"Search Tools": "",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_zero": "تم البحث في {{count}} sites_zero",
@ -853,6 +857,8 @@
"WebUI Settings": "WebUI اعدادات",
"WebUI will make requests to": "سوف يقوم WebUI بتقديم طلبات ل",
"Whats New in": "ما هو الجديد",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "",

View File

@ -173,6 +173,7 @@
"Created at": "Създадено на",
"Created At": "Създадено на",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "Текущ модел",
"Current Password": "Текуща Парола",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Изтрито {{deleteModelTag}}",
"Deleted {{name}}": "Изтрито {{име}}",
"Description": "Описание",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Не следва инструкциите",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "Име",
"Name your model": "Дайте име на вашия модел",
"Name your knowledge base": "",
"New Chat": "Нов чат",
"New folder": "",
"New Password": "Нова парола",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "",
"Search Result Count": "Брой резултати от търсенето",
"Search Tools": "",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "Търси се в {{count}} sites_one",
@ -849,6 +853,8 @@
"WebUI Settings": "WebUI Настройки",
"WebUI will make requests to": "WebUI ще направи заявки към",
"Whats New in": "Какво е новото в",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "",

View File

@ -173,6 +173,7 @@
"Created at": "নির্মানকাল",
"Created At": "নির্মানকাল",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "বর্তমান মডেল",
"Current Password": "বর্তমান পাসওয়ার্ড",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} মুছে ফেলা হয়েছে",
"Deleted {{name}}": "{{name}} মোছা হয়েছে",
"Description": "বিবরণ",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "ইনস্ট্রাকশন সম্পূর্ণ অনুসরণ করা হয়নি",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "নাম",
"Name your model": "আপনার মডেলের নাম দিন",
"Name your knowledge base": "",
"New Chat": "নতুন চ্যাট",
"New folder": "",
"New Password": "নতুন পাসওয়ার্ড",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "",
"Search Result Count": "অনুসন্ধানের ফলাফল গণনা",
"Search Tools": "",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "{{কাউন্ট}} অনুসন্ধান করা হয়েছে sites_one",
@ -849,6 +853,8 @@
"WebUI Settings": "WebUI সেটিংসমূহ",
"WebUI will make requests to": "WebUI যেখানে রিকোয়েস্ট পাঠাবে",
"Whats New in": "এতে নতুন কী",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "",

View File

@ -173,6 +173,7 @@
"Created at": "Creat el",
"Created At": "Creat el",
"Created by": "Creat per",
"Create a knowledge base": "",
"CSV Import": "Importar CSV",
"Current Model": "Model actual",
"Current Password": "Contrasenya actual",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "S'ha eliminat {{deleteModelTag}}",
"Deleted {{name}}": "S'ha eliminat {{name}}",
"Description": "Descripció",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "No s'han seguit les instruccions completament",
"Disabled": "Deshabilitat",
"Discover a function": "Descobrir una funció",
@ -487,6 +489,7 @@
"Move to Top": "Moure a dalt de tot",
"Name": "Nom",
"Name your model": "Posa un nom al teu model",
"Name your knowledge base": "",
"New Chat": "Nou xat",
"New folder": "Nova carpeta",
"New Password": "Nova contrasenya",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Indicació de cerca de generació de consultes",
"Search Result Count": "Recompte de resultats de cerca",
"Search Tools": "Cercar eines",
"Search options": "",
"SearchApi API Key": "Clau API de SearchApi",
"SearchApi Engine": "Motor de SearchApi",
"Searched {{count}} sites_one": "S'ha cercat {{count}} una pàgina",
@ -850,6 +854,8 @@
"WebUI Settings": "Preferències de WebUI",
"WebUI will make requests to": "WebUI farà peticions a",
"Whats New in": "Què hi ha de nou a",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (local)",
"Widescreen Mode": "Mode de pantalla ampla",

View File

@ -173,6 +173,7 @@
"Created at": "Gihimo ang",
"Created At": "",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "Kasamtangang modelo",
"Current Password": "Kasamtangang Password",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} gipapas",
"Deleted {{name}}": "",
"Description": "Deskripsyon",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "Ngalan",
"Name your model": "",
"Name your knowledge base": "",
"New Chat": "Bag-ong diskusyon",
"New folder": "",
"New Password": "Bag-ong Password",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "",
"Search Result Count": "",
"Search Tools": "",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "",
@ -849,6 +853,8 @@
"WebUI Settings": "Mga Setting sa WebUI",
"WebUI will make requests to": "Ang WebUI maghimo mga hangyo sa",
"Whats New in": "Unsay bag-o sa",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "",

View File

@ -173,6 +173,7 @@
"Created at": "Vytvořeno dne",
"Created At": "Vytvořeno dne",
"Created by": "Vytvořeno uživatelem",
"Create a knowledge base": "",
"CSV Import": "CSV import",
"Current Model": "Aktuální model",
"Current Password": "Aktuální heslo",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Smazáno {{deleteModelTag}}",
"Deleted {{name}}": "Smazáno {{name}}",
"Description": "Popis",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Nenásledovali jste přesně všechny instrukce.",
"Disabled": "Zakázáno",
"Discover a function": "Objevit funkci",
@ -487,6 +489,7 @@
"Move to Top": "Přesunout nahoru",
"Name": "Jméno",
"Name your model": "Pojmenujte svůj model",
"Name your knowledge base": "",
"New Chat": "Nový chat",
"New folder": "Nová složka",
"New Password": "Nové heslo",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Generování dotazu na vyhledávání",
"Search Result Count": "Počet výsledků hledání",
"Search Tools": "Nástroje pro vyhledávání",
"Search options": "",
"SearchApi API Key": "Klíč API pro SearchApi",
"SearchApi Engine": "Vyhledávací engine API",
"Searched {{count}} sites_one": "Prohledáno {{count}} stránek_one",
@ -851,6 +855,8 @@
"WebUI Settings": "Nastavení WebUI",
"WebUI will make requests to": "WebUI bude odesílat požadavky na",
"Whats New in": "Co je nového v",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (Lokálně)",
"Widescreen Mode": "Režim širokoúhlého zobrazení",

View File

@ -173,6 +173,7 @@
"Created at": "Oprettet",
"Created At": "Oprettet",
"Created by": "Oprettet af",
"Create a knowledge base": "",
"CSV Import": "Importer CSV",
"Current Model": "Nuværende model",
"Current Password": "Nuværende password",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Slettede {{deleteModelTag}}",
"Deleted {{name}}": "Slettede {{name}}",
"Description": "Beskrivelse",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Fulgte ikke instruktioner",
"Disabled": "Inaktiv",
"Discover a function": "Find en funktion",
@ -487,6 +489,7 @@
"Move to Top": "Flyt til toppen",
"Name": "Navn",
"Name your model": "Navngiv din model",
"Name your knowledge base": "",
"New Chat": "Ny chat",
"New folder": "",
"New Password": "Ny adgangskode",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Prompt til generering af søgeforespørgsel",
"Search Result Count": "Antal søgeresultater",
"Search Tools": "Søg i værktøjer",
"Search options": "",
"SearchApi API Key": "SearchApi API-nøgle",
"SearchApi Engine": "SearchApi-engine",
"Searched {{count}} sites_one": "Søgte {{count}} websted",
@ -849,6 +853,8 @@
"WebUI Settings": "WebUI-indstillinger",
"WebUI will make requests to": "WebUI vil sende forespørgsler til",
"Whats New in": "Nyheder i",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (lokal)",
"Widescreen Mode": "Widescreen-tilstand",

View File

@ -173,6 +173,7 @@
"Created at": "Erstellt am",
"Created At": "Erstellt am",
"Created by": "Erstellt von",
"Create a knowledge base": "",
"CSV Import": "CSV-Import",
"Current Model": "Aktuelles Modell",
"Current Password": "Aktuelles Passwort",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} gelöscht",
"Deleted {{name}}": "{{name}} gelöscht",
"Description": "Beschreibung",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Nicht genau den Answeisungen gefolgt",
"Disabled": "Deaktiviert",
"Discover a function": "Entdecken Sie weitere Funktionen",
@ -487,6 +489,7 @@
"Move to Top": "Nach oben verschieben",
"Name": "Name",
"Name your model": "Benennen Sie Ihr Modell",
"Name your knowledge base": "",
"New Chat": "Neue Unterhaltung",
"New folder": "Neuer Ordner",
"New Password": "Neues Passwort",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Suchanfragengenerierungsvorlage",
"Search Result Count": "Anzahl der Suchergebnisse",
"Search Tools": "Werkzeuge durchsuchen...",
"Search options": "",
"SearchApi API Key": "SearchApi-API-Schlüssel",
"SearchApi Engine": "SearchApi-Engine",
"Searched {{count}} sites_one": "{{count}} Seite durchsucht",
@ -849,6 +853,8 @@
"WebUI Settings": "WebUI-Einstellungen",
"WebUI will make requests to": "WebUI sendet Anfragen an:",
"Whats New in": "Neuigkeiten von",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (lokal)",
"Widescreen Mode": "Breitbildmodus",

View File

@ -173,6 +173,7 @@
"Created at": "Created at",
"Created At": "",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "Current Model",
"Current Password": "Current Password",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Deleted {{deleteModelTag}}",
"Deleted {{name}}": "",
"Description": "Description",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "Name",
"Name your model": "",
"Name your knowledge base": "",
"New Chat": "New Bark",
"New folder": "",
"New Password": "New Barkword",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "",
"Search Result Count": "",
"Search Tools": "",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "",
@ -851,6 +855,8 @@
"WebUI Settings": "WebUI Settings much settings",
"WebUI will make requests to": "WebUI will make requests to much request",
"Whats New in": "Whats New in much new",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "",

View File

@ -173,6 +173,7 @@
"Created at": "",
"Created At": "",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "",
"Current Password": "",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "",
"Deleted {{name}}": "",
"Description": "",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "",
"Name your model": "",
"Name your knowledge base": "",
"New Chat": "",
"New folder": "",
"New Password": "",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "",
"Search Result Count": "",
"Search Tools": "",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "",
@ -849,6 +853,8 @@
"WebUI Settings": "",
"WebUI will make requests to": "",
"Whats New in": "",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "",

View File

@ -173,6 +173,7 @@
"Created at": "",
"Created At": "",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "",
"Current Password": "",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "",
"Deleted {{name}}": "",
"Description": "",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "",
"Name your model": "",
"Name your knowledge base": "",
"New Chat": "",
"New folder": "",
"New Password": "",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "",
"Search Result Count": "",
"Search Tools": "",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "",
@ -849,6 +853,8 @@
"WebUI Settings": "",
"WebUI will make requests to": "",
"Whats New in": "",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "",

View File

@ -173,6 +173,7 @@
"Created at": "Creado en",
"Created At": "Creado en",
"Created by": "Creado por",
"Create a knowledge base": "",
"CSV Import": "Importa un CSV",
"Current Model": "Modelo Actual",
"Current Password": "Contraseña Actual",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Se borró {{deleteModelTag}}",
"Deleted {{name}}": "Eliminado {{nombre}}",
"Description": "Descripción",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "No siguió las instrucciones",
"Disabled": "Desactivado",
"Discover a function": "Descubre una función",
@ -487,6 +489,7 @@
"Move to Top": "Mueve al tope",
"Name": "Nombre",
"Name your model": "Asigne un nombre a su modelo",
"Name your knowledge base": "",
"New Chat": "Nuevo Chat",
"New folder": "",
"New Password": "Nueva Contraseña",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Búsqueda de consulta de generación de prompts",
"Search Result Count": "Recuento de resultados de búsqueda",
"Search Tools": "Búsqueda de herramientas",
"Search options": "",
"SearchApi API Key": "Clave API de SearchApi",
"SearchApi Engine": "Motor de SearchApi",
"Searched {{count}} sites_one": "Buscado {{count}} sites_one",
@ -850,6 +854,8 @@
"WebUI Settings": "Configuración del WebUI",
"WebUI will make requests to": "WebUI realizará solicitudes a",
"Whats New in": "Novedades en",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (Local)",
"Widescreen Mode": "Modo de pantalla ancha",

View File

@ -173,6 +173,7 @@
"Created at": "ایجاد شده در",
"Created At": "ایجاد شده در",
"Created by": "ایجاد شده توسط",
"Create a knowledge base": "",
"CSV Import": "درون\u200cریزی CSV",
"Current Model": "مدل فعلی",
"Current Password": "رمز عبور فعلی",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} پاک شد",
"Deleted {{name}}": "حذف شده {{name}}",
"Description": "توضیحات",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "نمی تواند دستورالعمل را کامل پیگیری کند",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "نام",
"Name your model": "نام مدل خود را",
"Name your knowledge base": "",
"New Chat": "گپ جدید",
"New folder": "",
"New Password": "رمز عبور جدید",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "",
"Search Result Count": "تعداد نتایج جستجو",
"Search Tools": "ابزارهای جستجو",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "جستجو {{count}} sites_one",
@ -849,6 +853,8 @@
"WebUI Settings": "تنظیمات WebUI",
"WebUI will make requests to": "WebUI درخواست\u200cها را ارسال خواهد کرد به",
"Whats New in": "موارد جدید در",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "حالت صفحهٔ عریض",

View File

@ -173,6 +173,7 @@
"Created at": "Luotu",
"Created At": "Luotu",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "Nykyinen malli",
"Current Password": "Nykyinen salasana",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Poistettu {{deleteModelTag}}",
"Deleted {{name}}": "Poistettu {{nimi}}",
"Description": "Kuvaus",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Ei noudattanut ohjeita täysin",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "Nimi",
"Name your model": "Mallin nimeäminen",
"Name your knowledge base": "",
"New Chat": "Uusi keskustelu",
"New folder": "",
"New Password": "Uusi salasana",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "",
"Search Result Count": "Hakutulosten määrä",
"Search Tools": "",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "Haettu {{count}} sites_one",
@ -849,6 +853,8 @@
"WebUI Settings": "WebUI-asetukset",
"WebUI will make requests to": "WebUI tekee pyyntöjä",
"Whats New in": "Mitä uutta",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "",

View File

@ -173,6 +173,7 @@
"Created at": "Créé à",
"Created At": "Créé le",
"Created by": "Créé par",
"Create a knowledge base": "",
"CSV Import": "Import CSV",
"Current Model": "Modèle actuel amélioré",
"Current Password": "Mot de passe actuel",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Supprimé {{deleteModelTag}}",
"Deleted {{name}}": "Supprimé {{name}}",
"Description": "Description",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "N'a pas entièrement respecté les instructions",
"Disabled": "",
"Discover a function": "Découvrez une fonction",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "Nom",
"Name your model": "Nommez votre modèle",
"Name your knowledge base": "",
"New Chat": "Nouvelle conversation",
"New folder": "",
"New Password": "Nouveau mot de passe",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Génération d'interrogation de recherche",
"Search Result Count": "Nombre de résultats de recherche",
"Search Tools": "Outils de recherche",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "Recherché {{count}} site(s)_one",
@ -850,6 +854,8 @@
"WebUI Settings": "Paramètres de WebUI",
"WebUI will make requests to": "WebUI effectuera des requêtes vers",
"Whats New in": "Quoi de neuf",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (local)",
"Widescreen Mode": "Mode Grand Écran",

View File

@ -173,6 +173,7 @@
"Created at": "Créé le",
"Created At": "Créé le",
"Created by": "Créé par",
"Create a knowledge base": "",
"CSV Import": "Import CSV",
"Current Model": "Modèle actuel",
"Current Password": "Mot de passe actuel",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Supprimé {{deleteModelTag}}",
"Deleted {{name}}": "Supprimé {{name}}",
"Description": "Description",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "N'a pas entièrement respecté les instructions",
"Disabled": "Désactivé",
"Discover a function": "Trouvez une fonction",
@ -487,6 +489,7 @@
"Move to Top": "Déplacer en haut",
"Name": "Nom d'utilisateur",
"Name your model": "Nommez votre modèle",
"Name your knowledge base": "",
"New Chat": "Nouvelle conversation",
"New folder": "Nouveau dossier",
"New Password": "Nouveau mot de passe",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Rechercher des prompts de génération de requête",
"Search Result Count": "Nombre de résultats de recherche",
"Search Tools": "Rechercher des outils",
"Search options": "",
"SearchApi API Key": "Clé API SearchApi",
"SearchApi Engine": "Moteur de recherche SearchApi",
"Searched {{count}} sites_one": "Recherché {{count}} site(s)_one",
@ -850,6 +854,8 @@
"WebUI Settings": "Paramètres de WebUI",
"WebUI will make requests to": "WebUI effectuera des requêtes vers",
"Whats New in": "Quoi de neuf dans",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (local)",
"Widescreen Mode": "Mode grand écran",

View File

@ -173,6 +173,7 @@
"Created at": "נוצר ב",
"Created At": "נוצר ב",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "המודל הנוכחי",
"Current Password": "הסיסמה הנוכחית",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "נמחק {{deleteModelTag}}",
"Deleted {{name}}": "נמחק {{name}}",
"Description": "תיאור",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "לא עקב אחרי ההוראות באופן מלא",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "שם",
"Name your model": "תן שם לדגם שלך",
"Name your knowledge base": "",
"New Chat": "צ'אט חדש",
"New folder": "",
"New Password": "סיסמה חדשה",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "",
"Search Result Count": "ספירת תוצאות חיפוש",
"Search Tools": "",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "חיפש {{count}} sites_one",
@ -850,6 +854,8 @@
"WebUI Settings": "הגדרות WebUI",
"WebUI will make requests to": "WebUI יבקש לבקש",
"Whats New in": "מה חדש ב",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "",

View File

@ -173,6 +173,7 @@
"Created at": "किस समय बनाया गया",
"Created At": "किस समय बनाया गया",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "वर्तमान मॉडल",
"Current Password": "वर्तमान पासवर्ड",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} हटा दिया गया",
"Deleted {{name}}": "{{name}} हटा दिया गया",
"Description": "विवरण",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "निर्देशों का पूरी तरह से पालन नहीं किया",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "नाम",
"Name your model": "अपने मॉडल को नाम दें",
"Name your knowledge base": "",
"New Chat": "नई चैट",
"New folder": "",
"New Password": "नया पासवर्ड",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "",
"Search Result Count": "खोज परिणामों की संख्या",
"Search Tools": "",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "{{count}} sites_one खोजा गया",
@ -849,6 +853,8 @@
"WebUI Settings": "WebUI सेटिंग्स",
"WebUI will make requests to": "WebUI अनुरोध करेगा",
"Whats New in": "इसमें नया क्या है",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "",

View File

@ -173,6 +173,7 @@
"Created at": "Stvoreno",
"Created At": "Stvoreno",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "Trenutni model",
"Current Password": "Trenutna lozinka",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Izbrisan {{deleteModelTag}}",
"Deleted {{name}}": "Izbrisano {{name}}",
"Description": "Opis",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Nije u potpunosti slijedio upute",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "Ime",
"Name your model": "Dodijelite naziv modelu",
"Name your knowledge base": "",
"New Chat": "Novi razgovor",
"New folder": "",
"New Password": "Nova lozinka",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Upit za generiranje upita za pretraživanje",
"Search Result Count": "Broj rezultata pretraživanja",
"Search Tools": "Alati za pretraživanje",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "Pretraženo {{count}} sites_one",
@ -850,6 +854,8 @@
"WebUI Settings": "WebUI postavke",
"WebUI will make requests to": "WebUI će slati zahtjeve na",
"Whats New in": "Što je novo u",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (lokalno)",
"Widescreen Mode": "Mod širokog zaslona",

View File

@ -173,6 +173,7 @@
"Created at": "Létrehozva",
"Created At": "Létrehozva",
"Created by": "Létrehozta",
"Create a knowledge base": "",
"CSV Import": "CSV importálás",
"Current Model": "Jelenlegi modell",
"Current Password": "Jelenlegi jelszó",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} törölve",
"Deleted {{name}}": "{{name}} törölve",
"Description": "Leírás",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Nem követte teljesen az utasításokat",
"Disabled": "Letiltva",
"Discover a function": "Funkció felfedezése",
@ -487,6 +489,7 @@
"Move to Top": "Mozgatás felülre",
"Name": "Név",
"Name your model": "Nevezze el a modelljét",
"Name your knowledge base": "",
"New Chat": "Új beszélgetés",
"New folder": "Új mappa",
"New Password": "Új jelszó",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Keresési lekérdezés generálási prompt",
"Search Result Count": "Keresési találatok száma",
"Search Tools": "Eszközök keresése",
"Search options": "",
"SearchApi API Key": "SearchApi API kulcs",
"SearchApi Engine": "SearchApi motor",
"Searched {{count}} sites_one": "{{count}} oldal keresve",
@ -849,6 +853,8 @@
"WebUI Settings": "WebUI beállítások",
"WebUI will make requests to": "A WebUI kéréseket fog küldeni ide:",
"Whats New in": "",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (helyi)",
"Widescreen Mode": "Szélesvásznú mód",

View File

@ -173,6 +173,7 @@
"Created at": "Dibuat di",
"Created At": "Dibuat di",
"Created by": "Dibuat oleh",
"Create a knowledge base": "",
"CSV Import": "Impor CSV",
"Current Model": "Model Saat Ini",
"Current Password": "Kata Sandi Saat Ini",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Menghapus {{deleteModelTag}}",
"Deleted {{name}}": "Menghapus {{name}}",
"Description": "Deskripsi",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Tidak sepenuhnya mengikuti instruksi",
"Disabled": "",
"Discover a function": "Menemukan sebuah fungsi",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "Nama",
"Name your model": "Beri nama model Anda",
"Name your knowledge base": "",
"New Chat": "Obrolan Baru",
"New folder": "",
"New Password": "Kata Sandi Baru",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Permintaan Pembuatan Kueri Pencarian",
"Search Result Count": "Jumlah Hasil Pencarian",
"Search Tools": "Alat Pencarian",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "Mencari {{count}} situs_satu",
@ -849,6 +853,8 @@
"WebUI Settings": "Pengaturan WebUI",
"WebUI will make requests to": "WebUI akan membuat permintaan ke",
"Whats New in": "Apa yang Baru di",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Bisikan (Lokal)",
"Widescreen Mode": "Mode Layar Lebar",

View File

@ -173,6 +173,7 @@
"Created at": "Cruthaithe ag",
"Created At": "Cruthaithe Ag",
"Created by": "Cruthaithe ag",
"Create a knowledge base": "",
"CSV Import": "Iompórtáil CSV",
"Current Model": "Samhail Reatha",
"Current Password": "Pasfhocal Reatha",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Scriosta {{deleteModelTag}}",
"Deleted {{name}}": "Scriosta {{name}}",
"Description": "Cur síos",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Níor lean sé treoracha go hiomlán",
"Disabled": "Díchumasaithe",
"Discover a function": "Faigh amach feidhm",
@ -487,6 +489,7 @@
"Move to Top": "Bogadh go dtí an Barr",
"Name": "Ainm",
"Name your model": "Ainmnigh do mhúnla",
"Name your knowledge base": "",
"New Chat": "Comhrá Nua",
"New folder": "Fillteán nua",
"New Password": "Pasfhocal Nua",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Pras Giniúint Ceist Cuardaigh",
"Search Result Count": "Líon Torthaí Cuardaigh",
"Search Tools": "Uirlisí Cuardaigh",
"Search options": "",
"SearchApi API Key": "Eochair API SearchAPI",
"SearchApi Engine": "Inneall SearchAPI",
"Searched {{count}} sites_one": "Cuardaigh {{count}} sites_one",
@ -849,6 +853,8 @@
"WebUI Settings": "Socruithe WebUI",
"WebUI will make requests to": "Déanfaidh WebUI iarratais chuig",
"Whats New in": "Cad atá Nua i",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (Áitiúil)",
"Widescreen Mode": "Mód Leathanscáileán",

View File

@ -173,6 +173,7 @@
"Created at": "Creato il",
"Created At": "Creato il",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "Modello corrente",
"Current Password": "Password corrente",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Eliminato {{deleteModelTag}}",
"Deleted {{name}}": "Eliminato {{name}}",
"Description": "Descrizione",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Non ha seguito completamente le istruzioni",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "Nome",
"Name your model": "Assegna un nome al tuo modello",
"Name your knowledge base": "",
"New Chat": "Nuova chat",
"New folder": "",
"New Password": "Nuova password",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "",
"Search Result Count": "Conteggio dei risultati della ricerca",
"Search Tools": "",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "Ricercato {{count}} sites_one",
@ -850,6 +854,8 @@
"WebUI Settings": "Impostazioni WebUI",
"WebUI will make requests to": "WebUI effettuerà richieste a",
"Whats New in": "Novità in",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "",

View File

@ -173,6 +173,7 @@
"Created at": "作成日時",
"Created At": "作成日時",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "CSVインポート",
"Current Model": "現在のモデル",
"Current Password": "現在のパスワード",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} を削除しました",
"Deleted {{name}}": "{{name}}を削除しました",
"Description": "説明",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "説明に沿って操作していませんでした",
"Disabled": "無効",
"Discover a function": "Functionを探す",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "名前",
"Name your model": "モデルに名前を付ける",
"Name your knowledge base": "",
"New Chat": "新しいチャット",
"New folder": "",
"New Password": "新しいパスワード",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "検索クエリ生成プロンプト",
"Search Result Count": "検索結果数",
"Search Tools": "ツールの検索",
"Search options": "",
"SearchApi API Key": "SearchApiのAPIKey",
"SearchApi Engine": "SearchApiエンジン",
"Searched {{count}} sites_other": "{{count}} sites_other検索",
@ -848,6 +852,8 @@
"WebUI Settings": "WebUI 設定",
"WebUI will make requests to": "WebUI は次に対してリクエストを行います",
"Whats New in": "新機能",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "ワイドスクリーンモード",

View File

@ -173,6 +173,7 @@
"Created at": "შექმნილია",
"Created At": "შექმნილია",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "მიმდინარე მოდელი",
"Current Password": "მიმდინარე პაროლი",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} წაშლილია",
"Deleted {{name}}": "Deleted {{name}}",
"Description": "აღწერა",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "ვერ ყველა ინფორმაციისთვის ვერ ხელახლა ჩაწერე",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "სახელი",
"Name your model": "დაასახელეთ თქვენი მოდელი",
"Name your knowledge base": "",
"New Chat": "ახალი მიმოწერა",
"New folder": "",
"New Password": "ახალი პაროლი",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "",
"Search Result Count": "ძიების შედეგების რაოდენობა",
"Search Tools": "",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "Searched {{count}} sites_one",
@ -849,6 +853,8 @@
"WebUI Settings": "WebUI პარამეტრები",
"WebUI will make requests to": "WebUI გამოგიგზავნით მოთხოვნებს",
"Whats New in": "რა არის ახალი",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "",

View File

@ -173,6 +173,7 @@
"Created at": "생성일",
"Created At": "생성일",
"Created by": "생성자",
"Create a knowledge base": "",
"CSV Import": "CSV 가져오기",
"Current Model": "현재 모델",
"Current Password": "현재 비밀번호",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} 삭제됨",
"Deleted {{name}}": "{{name}}을(를) 삭제했습니다.",
"Description": "설명",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "완전히 지침을 따르지 않음",
"Disabled": "제한됨",
"Discover a function": "함수 검색",
@ -487,6 +489,7 @@
"Move to Top": "맨 위로 이동",
"Name": "이름",
"Name your model": "모델 이름 지정",
"Name your knowledge base": "",
"New Chat": "새 채팅",
"New folder": "새 폴더",
"New Password": "새 비밀번호",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "쿼리 생성 프롬프트 검색",
"Search Result Count": "검색 결과 수",
"Search Tools": "검색 도구",
"Search options": "",
"SearchApi API Key": "SearchApi API 키",
"SearchApi Engine": "SearchApi 엔진",
"Searched {{count}} sites_one": "sites_one {{count}} 검색됨",
@ -849,6 +853,8 @@
"WebUI Settings": "WebUI 설정",
"WebUI will make requests to": "WebUI 요청 대상:",
"Whats New in": "새로운 기능:",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (로컬)",
"Widescreen Mode": "와이드스크린 모드",

View File

@ -173,6 +173,7 @@
"Created at": "Sukurta",
"Created At": "Sukurta",
"Created by": "Sukurta",
"Create a knowledge base": "",
"CSV Import": "CSV importavimas",
"Current Model": "Dabartinis modelis",
"Current Password": "Esamas slaptažodis",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} ištrinta",
"Deleted {{name}}": "Ištrinta {{name}}",
"Description": "Aprašymas",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Pilnai nesekė instrukcijų",
"Disabled": "Išjungta",
"Discover a function": "Atrasti funkciją",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "Pavadinimas",
"Name your model": "Pavadinkite savo modelį",
"Name your knowledge base": "",
"New Chat": "Naujas pokalbis",
"New folder": "",
"New Password": "Naujas slaptažodis",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Paieškos užklausos generavimo formuluotė",
"Search Result Count": "Paieškos rezultatų skaičius",
"Search Tools": "Paieškos įrankiai",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "Ieškota {{count}} sites_one",
@ -851,6 +855,8 @@
"WebUI Settings": "WebUI parametrai",
"WebUI will make requests to": "WebUI vykdys užklausas",
"Whats New in": "Kas naujo",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (lokalus)",
"Widescreen Mode": "Plataus ekrano rėžimas",

View File

@ -173,6 +173,7 @@
"Created at": "Dicipta di",
"Created At": "Dicipta Pada",
"Created by": "Dicipta oleh",
"Create a knowledge base": "",
"CSV Import": "Import CSV",
"Current Model": "Model Semasa",
"Current Password": "Kata laluan semasa",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} dipadam",
"Deleted {{name}}": "{{name}} dipadam",
"Description": "Penerangan",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Tidak mengikut arahan sepenuhnya",
"Disabled": "Dilumpuhkan",
"Discover a function": "Temui fungsi",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "Nama",
"Name your model": "Namakan Model Anda",
"Name your knowledge base": "",
"New Chat": "Perbualan Baru",
"New folder": "",
"New Password": "Kata Laluan Baru",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Carian Penjanaan Pertanyaan Gesaan",
"Search Result Count": "Kiraan Hasil Carian",
"Search Tools": "Alat Carian",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "Mencari {{count}} sites_one",
@ -849,6 +853,8 @@
"WebUI Settings": "Tetapan WebUI",
"WebUI will make requests to": "WebUI akan membuat permintaan kepada",
"Whats New in": "Apakah yang terbaru dalam",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (Local)",
"Widescreen Mode": "Mod Skrin Lebar",

View File

@ -173,6 +173,7 @@
"Created at": "Opprettet",
"Created At": "Opprettet",
"Created by": "Opprettet av",
"Create a knowledge base": "",
"CSV Import": "CSV-import",
"Current Model": "Nåværende modell",
"Current Password": "Nåværende passord",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Slettet {{deleteModelTag}}",
"Deleted {{name}}": "Slettet {{name}}",
"Description": "Beskrivelse",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Fulgte ikke instruksjonene fullt ut",
"Disabled": "Deaktivert",
"Discover a function": "Oppdag en funksjon",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "Navn",
"Name your model": "Gi modellen din et navn",
"Name your knowledge base": "",
"New Chat": "Ny chat",
"New folder": "",
"New Password": "Nytt passord",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Instruksjon for å lage søkeord",
"Search Result Count": "Antall søkeresultater",
"Search Tools": "Søkeverktøy",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "Søkte på {{count}} side",
@ -849,6 +853,8 @@
"WebUI Settings": "WebUI innstillinger",
"WebUI will make requests to": "WebUI vil gjøre forespørsler til",
"Whats New in": "Hva er nytt i",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (Lokal)",
"Widescreen Mode": "Bredskjermmodus",

View File

@ -173,6 +173,7 @@
"Created at": "Gemaakt op",
"Created At": "Gemaakt op",
"Created by": "Gemaakt door",
"Create a knowledge base": "",
"CSV Import": "CSV import",
"Current Model": "Huidig Model",
"Current Password": "Huidig Wachtwoord",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} is verwijderd",
"Deleted {{name}}": "{{name}} verwijderd",
"Description": "Beschrijving",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Heeft niet alle instructies gevolgt",
"Disabled": "Uitgeschakeld",
"Discover a function": "Ontdek een functie",
@ -487,6 +489,7 @@
"Move to Top": "Verplaats naar boven",
"Name": "Naam",
"Name your model": "Geef uw model een naam",
"Name your knowledge base": "",
"New Chat": "Nieuwe Chat",
"New folder": "Nieuwe map",
"New Password": "Nieuw Wachtwoord",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Zoekopdracht promptgeneratie",
"Search Result Count": "Aantal zoekresultaten",
"Search Tools": "Zoek gereedschappen",
"Search options": "",
"SearchApi API Key": "SearchApi API-sleutel",
"SearchApi Engine": "SearchApi Engine",
"Searched {{count}} sites_one": "Gezocht op {{count}} sites_one",
@ -849,6 +853,8 @@
"WebUI Settings": "WebUI Instellingen",
"WebUI will make requests to": "WebUI zal verzoeken doen naar",
"Whats New in": "Wat is nieuw in",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (Lokaal)",
"Widescreen Mode": "Breedschermmodus",

View File

@ -173,6 +173,7 @@
"Created at": "ਤੇ ਬਣਾਇਆ ਗਿਆ",
"Created At": "ਤੇ ਬਣਾਇਆ ਗਿਆ",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "ਮੌਜੂਦਾ ਮਾਡਲ",
"Current Password": "ਮੌਜੂਦਾ ਪਾਸਵਰਡ",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} ਮਿਟਾਇਆ ਗਿਆ",
"Deleted {{name}}": "ਮਿਟਾ ਦਿੱਤਾ ਗਿਆ {{name}}",
"Description": "ਵਰਣਨਾ",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "ਹਦਾਇਤਾਂ ਨੂੰ ਪੂਰੀ ਤਰ੍ਹਾਂ ਫਾਲੋ ਨਹੀਂ ਕੀਤਾ",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "ਨਾਮ",
"Name your model": "ਆਪਣੇ ਮਾਡਲ ਦਾ ਨਾਮ ਦੱਸੋ",
"Name your knowledge base": "",
"New Chat": "ਨਵੀਂ ਗੱਲਬਾਤ",
"New folder": "",
"New Password": "ਨਵਾਂ ਪਾਸਵਰਡ",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "",
"Search Result Count": "ਖੋਜ ਨਤੀਜੇ ਦੀ ਗਿਣਤੀ",
"Search Tools": "",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "ਖੋਜਿਆ {{count}} sites_one",
@ -849,6 +853,8 @@
"WebUI Settings": "ਵੈਬਯੂਆਈ ਸੈਟਿੰਗਾਂ",
"WebUI will make requests to": "ਵੈਬਯੂਆਈ ਬੇਨਤੀਆਂ ਕਰੇਗਾ",
"Whats New in": "ਨਵਾਂ ਕੀ ਹੈ",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "",

View File

@ -173,6 +173,7 @@
"Created at": "Utworzono o",
"Created At": "Utworzono o",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "Bieżący model",
"Current Password": "Bieżące hasło",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Usunięto {{deleteModelTag}}",
"Deleted {{name}}": "Usunięto {{name}}",
"Description": "Opis",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Nie postępował zgodnie z instrukcjami",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "Nazwa",
"Name your model": "Nazwij swój model",
"Name your knowledge base": "",
"New Chat": "Nowy czat",
"New folder": "",
"New Password": "Nowe hasło",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "",
"Search Result Count": "Liczba wyników wyszukiwania",
"Search Tools": "",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "Wyszukiwano {{count}} sites_one",
@ -851,6 +855,8 @@
"WebUI Settings": "Ustawienia interfejsu WebUI",
"WebUI will make requests to": "Interfejs sieciowy będzie wysyłał żądania do",
"Whats New in": "Co nowego w",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "",

View File

@ -7,33 +7,33 @@
"{{ owner }}: You cannot delete a base model": "{{ owner }}: Você não pode deletar um modelo base",
"{{user}}'s Chats": "Chats de {{user}}",
"{{webUIName}} Backend Required": "Backend {{webUIName}} necessário",
"*Prompt node ID(s) are required for image generation": "",
"A new version (v{{LATEST_VERSION}}) is now available.": "",
"*Prompt node ID(s) are required for image generation": "*Prompt node ID(s) são obrigatórios para gerar imagens",
"A new version (v{{LATEST_VERSION}}) is now available.": "Um nova versão (v{{LATEST_VERSION}}) está disponível.",
"A task model is used when performing tasks such as generating titles for chats and web search queries": "Um modelo de tarefa é usado ao realizar tarefas como gerar títulos para chats e consultas de pesquisa na web",
"a user": "um usuário",
"About": "Sobre",
"Account": "Conta",
"Account Activation Pending": "Ativação da Conta Pendente",
"Accurate information": "Informação precisa",
"Actions": "",
"Actions": "Ações",
"Active Users": "Usuários Ativos",
"Add": "Adicionar",
"Add a model id": "Adicionar um ID de modelo",
"Add a short description about what this model does": "Adicione uma descrição curta sobre o que este modelo faz",
"Add a short title for this prompt": "Adicione um título curto para este prompt",
"Add a tag": "Adicionar uma tag",
"Add Arena Model": "",
"Add Content": "",
"Add content here": "",
"Add Arena Model": "Adicionar Modelo Arena",
"Add Content": "Adicionar Conteúdo",
"Add content here": "Adicionar conteúdo aqui",
"Add custom prompt": "Adicionar prompt personalizado",
"Add Files": "Adicionar Arquivos",
"Add Memory": "Adicionar Memória",
"Add Model": "Adicionar Modelo",
"Add Tag": "Adicionar Tag",
"Add Tags": "Adicionar Tags",
"Add text content": "",
"Add text content": "Adicionar conteúdo de texto",
"Add User": "Adicionar Usuário",
"Adjusting these settings will apply changes universally to all users.": "Ajustar essas configurações aplicará mudanças universalmente a todos os usuários.",
"Adjusting these settings will apply changes universally to all users.": "Ajustar essas configurações aplicará mudanças para todos os usuários.",
"admin": "admin",
"Admin": "Admin",
"Admin Panel": "Painel do Admin",
@ -41,19 +41,19 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "Os admins têm acesso a todas as ferramentas o tempo todo; os usuários precisam de ferramentas atribuídas por modelo no workspace.",
"Advanced Parameters": "Parâmetros Avançados",
"Advanced Params": "Parâmetros Avançados",
"All chats": "",
"All chats": "Todos os chats",
"All Documents": "Todos os Documentos",
"Allow Chat Deletion": "Permitir Exclusão de Chats",
"Allow Chat Editing": "",
"Allow Chat Editing": "Permitir Edição de Chats",
"Allow non-local voices": "Permitir vozes não locais",
"Allow Temporary Chat": "",
"Allow Temporary Chat": "Permitir Conversa Temporária",
"Allow User Location": "Permitir Localização do Usuário",
"Allow Voice Interruption in Call": "Permitir Interrupção de Voz na Chamada",
"alphanumeric characters and hyphens": "caracteres alfanuméricos e hífens",
"Already have an account?": "Já tem uma conta?",
"an assistant": "um assistente",
"and": "e",
"and {{COUNT}} more": "",
"and {{COUNT}} more": "e {{COUNT}} mais",
"and create a new shared link.": "e criar um novo link compartilhado.",
"API Base URL": "URL Base da API",
"API Key": "Chave API",
@ -65,20 +65,20 @@
"Archived Chats": "Chats Arquivados",
"are allowed - Activate this command by typing": "são permitidos - Ative este comando digitando",
"Are you sure?": "Você tem certeza?",
"Arena Models": "",
"Artifacts": "",
"Ask a question": "",
"Assistant": "",
"Arena Models": "Modelos Arena",
"Artifacts": "Artefatos",
"Ask a question": "Faça uma pergunta",
"Assistant": "Assistente",
"Attach file": "Anexar arquivo",
"Attention to detail": "Atenção aos detalhes",
"Audio": "Áudio",
"August": "Agosto",
"Auto-playback response": "Resposta de reprodução automática",
"Automatic1111": "",
"Automatic1111": "Automatic1111",
"AUTOMATIC1111 Api Auth String": "String de Autenticação da API AUTOMATIC1111",
"AUTOMATIC1111 Base URL": "URL Base AUTOMATIC1111",
"AUTOMATIC1111 Base URL is required.": "URL Base AUTOMATIC1111 é necessária.",
"Available list": "",
"Available list": "Lista disponível",
"available!": "disponível!",
"Azure AI Speech": "",
"Azure Region": "",
@ -106,8 +106,8 @@
"Chat Bubble UI": "Interface de Bolha de Chat",
"Chat Controls": "Controles de Chat",
"Chat direction": "Direção do Chat",
"Chat Overview": "",
"Chat Tags Auto-Generation": "",
"Chat Overview": "Visão Geral do Chat",
"Chat Tags Auto-Generation": "Tags de Chat Geradas Automaticamente",
"Chats": "Chats",
"Check Again": "Verificar Novamente",
"Check for updates": "Verificar atualizações",
@ -126,13 +126,13 @@
"Click here to select": "Clique aqui para enviar",
"Click here to select a csv file.": "Clique aqui para enviar um arquivo csv.",
"Click here to select a py file.": "Clique aqui para enviar um arquivo py.",
"Click here to upload a workflow.json file.": "",
"Click here to upload a workflow.json file.": "Clique aqui para enviar um arquivo workflow.json.",
"click here.": "clique aqui.",
"Click on the user role button to change a user's role.": "Clique no botão de função do usuário para alterar a função de um usuário.",
"Clipboard write permission denied. Please check your browser settings to grant the necessary access.": "Permissão de escrita na área de transferência negada. Verifique as configurações do seu navegador para conceder o acesso necessário.",
"Clone": "Clonar",
"Close": "Fechar",
"Code execution": "",
"Code execution": "Execução de código",
"Code formatted successfully": "Código formatado com sucesso",
"Collection": "Coleção",
"ComfyUI": "ComfyUI",
@ -141,7 +141,7 @@
"ComfyUI Workflow": "",
"ComfyUI Workflow Nodes": "",
"Command": "Comando",
"Completions": "",
"Completions": "Conclusões",
"Concurrent Requests": "Solicitações Concomitantes",
"Confirm": "Confirmar",
"Confirm Password": "Confirmar Senha",
@ -155,24 +155,25 @@
"Continue with {{provider}}": "Continuar com {{provider}}",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "Controles",
"Copied": "",
"Copied": "Copiado",
"Copied shared chat URL to clipboard!": "URL de chat compartilhado copiado para a área de transferência!",
"Copied to clipboard": "",
"Copied to clipboard": "Copiado para a área de transferência",
"Copy": "Copiar",
"Copy last code block": "Copiar último bloco de código",
"Copy last response": "Copiar última resposta",
"Copy Link": "Copiar Link",
"Copy to clipboard": "",
"Copy to clipboard": "Copiar para a área de transferência",
"Copying to clipboard was successful!": "Cópia para a área de transferência bem-sucedida!",
"Create a model": "Criar um modelo",
"Create Account": "Criar Conta",
"Create Admin Account": "",
"Create Knowledge": "",
"Create Admin Account": "",
"Create Knowledge": "Criar conhecimento",
"Create new key": "Criar nova chave",
"Create new secret key": "Criar nova chave secreta",
"Created at": "Criado em",
"Created At": "Criado Em",
"Created by": "Criado por",
"Create a knowledge base": "Criar uma base de conhecimento",
"CSV Import": "Importação CSV",
"Current Model": "Modelo Atual",
"Current Password": "Senha Atual",
@ -183,19 +184,19 @@
"Database": "Banco de Dados",
"December": "Dezembro",
"Default": "Padrão",
"Default (Open AI)": "",
"Default (Open AI)": "Padrão (Open AI)",
"Default (SentenceTransformers)": "Padrão (SentenceTransformers)",
"Default Model": "Modelo Padrão",
"Default model updated": "Modelo padrão atualizado",
"Default Prompt Suggestions": "Sugestões de Prompt Padrão",
"Default User Role": "Função de Usuário Padrão",
"Default User Role": "Padrão para novos usuários",
"Delete": "Deletar",
"Delete a model": "Deletar um modelo",
"Delete All Chats": "Deletar Todos os Chats",
"Delete chat": "Deletar chat",
"Delete Chat": "Deletar Chat",
"Delete chat?": "Deletar chat?",
"Delete folder?": "",
"Delete folder?": "Deletar pasta?",
"Delete function?": "Deletar função?",
"Delete prompt?": "Deletar prompt?",
"delete this link": "deletar este link",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Deletado {{deleteModelTag}}",
"Deleted {{name}}": "Deletado {{name}}",
"Description": "Descrição",
"Describe your knowledge base and objectives": "Descreva sua base de conhecimento e objetivos",
"Didn't fully follow instructions": "Não seguiu completamente as instruções",
"Disabled": "Desativado",
"Discover a function": "Descubra uma função",
@ -237,7 +239,7 @@
"Drop any files here to add to the conversation": "Solte qualquer arquivo 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'.",
"Edit": "Editar",
"Edit Arena Model": "",
"Edit Arena Model": "Editar Modelo Arena",
"Edit Memory": "Editar Memória",
"Edit User": "Editar Usuário",
"ElevenLabs": "",
@ -247,11 +249,11 @@
"Embedding Model": "Modelo de Embedding",
"Embedding Model Engine": "Motor do Modelo de Embedding",
"Embedding model set to \"{{embedding_model}}\"": "Modelo de embedding definido para \"{{embedding_model}}\"",
"Enable Community Sharing": "Ativar Compartilhamento Comunitário",
"Enable Message Rating": "",
"Enable Community Sharing": "Ativar Compartilhamento com a Comunidade",
"Enable Message Rating": "Habilitar Avaliação de Mensagens",
"Enable New Sign Ups": "Ativar Novos Cadastros",
"Enable Web Search": "Ativar Pesquisa na Web",
"Enable Web Search Query Generation": "",
"Enable Web Search Query Generation": "Habilitar Geração de Consultas na Web",
"Enabled": "Ativado",
"Engine": "Motor",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Certifique-se de que seu arquivo CSV inclua 4 colunas nesta ordem: Nome, Email, Senha, Função.",
@ -264,21 +266,21 @@
"Enter CFG Scale (e.g. 7.0)": "",
"Enter Chunk Overlap": "Digite a Sobreposição de Chunk",
"Enter Chunk Size": "Digite o Tamanho do Chunk",
"Enter description": "",
"Enter description": "Digite a descrição",
"Enter Github Raw URL": "Digite a URL bruta do Github",
"Enter Google PSE API Key": "Digite a Chave API do Google PSE",
"Enter Google PSE Engine Id": "Digite o ID do Motor do Google PSE",
"Enter Image Size (e.g. 512x512)": "Digite o Tamanho da Imagem (por exemplo, 512x512)",
"Enter Jina API Key": "",
"Enter language codes": "Digite os códigos de idioma",
"Enter Model ID": "",
"Enter Model ID": "Digite o ID do modelo",
"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 Passos (por exemplo, 50)",
"Enter Sampler (e.g. Euler a)": "",
"Enter Sampler (e.g. Euler a)": "Digite o Sampler (por exemplo, Euler a)",
"Enter Scheduler (e.g. Karras)": "",
"Enter Score": "Digite a Pontuação",
"Enter SearchApi API Key": "",
"Enter SearchApi Engine": "",
"Enter SearchApi API Key": "Digite a Chave API do SearchApi",
"Enter SearchApi Engine": "Digite o Motor do SearchApi",
"Enter Searxng Query URL": "Digite a URL de Consulta do Searxng",
"Enter Serper API Key": "Digite a Chave API do Serper",
"Enter Serply API Key": "Digite a Chave API do Serply",
@ -297,37 +299,37 @@
"Enter Your Role": "Digite Sua Função",
"Error": "Erro",
"ERROR": "",
"Evaluations": "",
"Exclude": "",
"Evaluations": "Evoluções",
"Exclude": "Excluir",
"Experimental": "Experimental",
"Explore the cosmos": "",
"Export": "Exportar",
"Export All Chats (All Users)": "Exportar Todos os Chats (Todos os Usuários)",
"Export chat (.json)": "Exportar chat (.json)",
"Export Chats": "Exportar Chats",
"Export Config to JSON File": "",
"Export Config to JSON File": "Exportar Configuração para Arquivo JSON",
"Export Functions": "Exportar Funções",
"Export LiteLLM config.yaml": "Exportar config.yaml do LiteLLM",
"Export Models": "Exportar Modelos",
"Export Prompts": "Exportar Prompts",
"Export to CSV": "",
"Export to CSV": "Exportar para CSV",
"Export Tools": "Exportar Ferramentas",
"External Models": "Modelos Externos",
"Failed to add file.": "",
"Failed to add file.": "Falha ao adicionar arquivo.",
"Failed to create API Key.": "Falha ao criar a Chave API.",
"Failed to read clipboard contents": "Falha ao ler o conteúdo da área de transferência",
"Failed to update settings": "Falha ao atualizar as configurações",
"Failed to upload file.": "",
"Failed to upload file.": "Falha ao carregar o arquivo.",
"February": "Fevereiro",
"Feedback History": "",
"Feedback History": "Histórico de comentários",
"Feel free to add specific details": "Sinta-se à vontade para adicionar detalhes específicos",
"File": "Arquivo",
"File added successfully.": "",
"File content updated successfully.": "",
"File added successfully.": "Arquivo adicionado com sucesso.",
"File content updated successfully.": "Arquivo de conteúdo atualizado com sucesso.",
"File Mode": "Modo de Arquivo",
"File not found.": "Arquivo não encontrado.",
"File removed successfully.": "",
"File size should not exceed {{maxSize}} MB.": "",
"File removed successfully.": "Arquivo removido com sucesso.",
"File size should not exceed {{maxSize}} MB.": "Arquivo não pode exceder {{maxSize}} MB.",
"Files": "Arquivos",
"Filter is now globally disabled": "O filtro está agora desativado globalmente",
"Filter is now globally enabled": "O filtro está agora ativado globalmente",
@ -335,16 +337,16 @@
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Falsificação de impressão digital detectada: Não foi possível usar as iniciais como avatar. Usando a imagem de perfil padrão.",
"Fluidly stream large external response chunks": "Transmitir fluentemente grandes blocos de respostas externas",
"Focus chat input": "Focar entrada de chat",
"Folder deleted successfully": "",
"Folder name cannot be empty": "",
"Folder name cannot be empty.": "",
"Folder name updated successfully": "",
"Folder deleted successfully": "Pasta deletada com sucesso",
"Folder name cannot be empty": "Nome da pasta não pode estar vazia",
"Folder name cannot be empty.": "Nome da pasta não pode estar vazia.",
"Folder name updated successfully": "Nome da pasta atualizado com sucesso",
"Followed instructions perfectly": "Seguiu as instruções perfeitamente",
"Forge new paths": "",
"Form": "Formulário",
"Format your variables using brackets like this:": "",
"Format your variables using brackets like this:": "Formate suas variáveis usando colchetes como este:",
"Frequency Penalty": "Frequency Penalty",
"Function": "",
"Function": "Função",
"Function created successfully": "Função criada com sucesso",
"Function deleted successfully": "Função deletada com sucesso",
"Function Description (e.g. A filter to remove profanity from text)": "Descrição da Função (por exemplo, Um filtro para remover palavrões do texto)",
@ -373,25 +375,25 @@
"has no conversations.": "não tem conversas.",
"Hello, {{name}}": "Olá, {{name}}",
"Help": "Ajuda",
"Help us create the best community leaderboard by sharing your feedback history!": "",
"Help us create the best community leaderboard by sharing your feedback history!": "Ajude-nos a criar o melhor ranking da comunidade compartilhando sua historial de comentaários!",
"Hide": "Ocultar",
"Hide Model": "Ocultar Modelo",
"How can I help you today?": "Como posso ajudar você hoje?",
"Hybrid Search": "Pesquisa Híbrida",
"I acknowledge that I have read and I understand the implications of my action. I am aware of the risks associated with executing arbitrary code and I have verified the trustworthiness of the source.": "Eu reconheço que li e entendi as implicações da minha ação. Estou ciente dos riscos associados à execução de código arbitrário e verifiquei a confiabilidade da fonte.",
"ID": "",
"Ignite curiosity": "",
"Ignite curiosity": "Desperte a curiosidade",
"Image Generation (Experimental)": "Geração de Imagem (Experimental)",
"Image Generation Engine": "Motor de Geração de Imagem",
"Image Settings": "Configurações de Imagem",
"Images": "Imagens",
"Import Chats": "Importar Chats",
"Import Config from JSON File": "",
"Import Config from JSON File": "Importar Configurações de JSON",
"Import Functions": "Importar Funções",
"Import Models": "Importar Modelos",
"Import Prompts": "Importar Prompts",
"Import Tools": "Importar Ferramentas",
"Include": "",
"Include": "Incluir",
"Include `--api-auth` flag when running stable-diffusion-webui": "Incluir a flag `--api-auth` ao executar stable-diffusion-webui",
"Include `--api` flag when running stable-diffusion-webui": "Incluir a flag `--api` ao executar stable-diffusion-webui",
"Info": "Informação",
@ -399,7 +401,7 @@
"Install from Github URL": "Instalar da URL do Github",
"Instant Auto-Send After Voice Transcription": "Envio Automático Instantâneo Após Transcrição de Voz",
"Interface": "Interface",
"Invalid file format.": "",
"Invalid file format.": "Formato de arquivo inválido.",
"Invalid Tag": "Tag Inválida",
"January": "Janeiro",
"Jina API Key": "",
@ -413,37 +415,37 @@
"Keep Alive": "Manter Vivo",
"Keyboard shortcuts": "Atalhos de Teclado",
"Knowledge": "Conhecimento",
"Knowledge created successfully.": "",
"Knowledge deleted successfully.": "",
"Knowledge reset successfully.": "",
"Knowledge updated successfully": "",
"Landing Page Mode": "",
"Knowledge created successfully.": "Conhecimento criado com sucesso.",
"Knowledge deleted successfully.": "Conhecimento excluído com sucesso.",
"Knowledge reset successfully.": "Conhecimento resetado com sucesso.",
"Knowledge updated successfully": "Conhecimento atualizado com sucesso",
"Landing Page Mode": "Modo Landing Page",
"Language": "Idioma",
"Last Active": "Última Atividade",
"Last Modified": "Última Modificação",
"Leaderboard": "",
"Leave empty for unlimited": "",
"Leave empty to include all models or select specific models": "",
"Leave empty to use the default prompt, or enter a custom prompt": "",
"Leaderboard": "Tabela de classificação",
"Leave empty for unlimited": "Deixe vazio para ilimitado",
"Leave empty to include all models or select specific models": "Deixe vazio para incluir todos os modelos ou selecione modelos especificos",
"Leave empty to use the default prompt, or enter a custom prompt": "Deixe vazio para usar o prompt padrão, ou insira um prompt personalizado",
"Light": "Claro",
"Listening...": "Escutando...",
"LLMs can make mistakes. Verify important information.": "LLMs podem cometer erros. Verifique informações importantes.",
"Local": "",
"Local Models": "Modelos Locais",
"Lost": "",
"Lost": "Perdido",
"LTR": "LTR",
"Made by OpenWebUI Community": "Feito pela Comunidade OpenWebUI",
"Make sure to enclose them with": "Certifique-se de encerrá-los com",
"Make sure to export a workflow.json file as API format from ComfyUI.": "",
"Make sure to export a workflow.json file as API format from ComfyUI.": "Certifique-se de exportar um arquivo workflow.json como o formato API do ComfyUI.",
"Manage": "Gerenciar",
"Manage Arena Models": "",
"Manage Arena Models": "Gerenciar Modelos Arena",
"Manage Models": "Gerenciar Modelos",
"Manage Ollama Models": "Gerenciar Modelos Ollama",
"Manage Pipelines": "Gerenciar Pipelines",
"March": "Março",
"Max Tokens (num_predict)": "Máximo de Tokens (num_predict)",
"Max Upload Count": "",
"Max Upload Size": "",
"Max Upload Count": "Quantidade máxima de anexos",
"Max Upload Size": "Tamanho máximo do arquivo",
"Maximum of 3 models can be downloaded simultaneously. Please try again later.": "Máximo de 3 modelos podem ser baixados simultaneamente. Por favor, tente novamente mais tarde.",
"May": "Maio",
"Memories accessible by LLMs will be shown here.": "Memórias acessíveis por LLMs serão mostradas aqui.",
@ -452,8 +454,8 @@
"Memory cleared successfully": "Memória limpa com sucesso",
"Memory deleted successfully": "Memória excluída com sucesso",
"Memory updated successfully": "Memória atualizada com sucesso",
"Merge Responses": "",
"Message rating should be enabled to use this feature": "",
"Merge Responses": "Mesclar respostas",
"Message rating should be enabled to use this feature": "Mensagem de avaliação deve estar habilitada para usar esta função",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Mensagens enviadas após criar seu link não serão compartilhadas. Usuários com o URL poderão visualizar o chat compartilhado.",
"Min P": "",
"Minimum Score": "Pontuação Mínima",
@ -463,18 +465,18 @@
"MMMM DD, YYYY": "MMMM DD, YYYY",
"MMMM DD, YYYY HH:mm": "MMMM DD, YYYY HH:mm",
"MMMM DD, YYYY hh:mm:ss A": "MMMM DD, YYYY hh:mm:ss A",
"Model": "",
"Model": "Modelo",
"Model '{{modelName}}' has been successfully downloaded.": "Modelo '{{modelName}}' foi baixado com sucesso.",
"Model '{{modelTag}}' is already in queue for downloading.": "Modelo '{{modelTag}}' já está na fila para download.",
"Model {{modelId}} not found": "Modelo {{modelId}} não encontrado",
"Model {{modelName}} is not vision capable": "Modelo {{modelName}} não é capaz de visão",
"Model {{name}} is now {{status}}": "Modelo {{name}} está agora {{status}}",
"Model {{name}} is now at the top": "",
"Model accepts image inputs": "",
"Model {{name}} is now at the top": "Modelo {{name}} está agora no topo",
"Model accepts image inputs": "Modelo aceita entradas de imagens",
"Model created successfully!": "Modelo criado com sucesso!",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Caminho do sistema de arquivos do modelo detectado. Nome curto do modelo é necessário para atualização, não é possível continuar.",
"Model ID": "ID do Modelo",
"Model Name": "",
"Model Name": "Nome do Modelo",
"Model not selected": "Modelo não selecionado",
"Model Params": "Parâmetros do Modelo",
"Model updated successfully": "Modelo atualizado com sucesso",
@ -482,32 +484,33 @@
"Model(s) Whitelisted": "Modelo(s) na Lista Branca",
"Modelfile Content": "Conteúdo do Arquivo do Modelo",
"Models": "Modelos",
"more": "",
"more": "mais",
"More": "Mais",
"Move to Top": "",
"Move to Top": "Mover para o topo",
"Name": "Nome",
"Name your model": "Nomeie seu modelo",
"Name your model": "Nome do seu modelo",
"Name your knowledge base": "Nome da sua base de conhecimento",
"New Chat": "Novo Chat",
"New folder": "",
"New folder": "Nova pasta",
"New Password": "Nova Senha",
"No content found": "",
"No content found": "Nenhum conteúdo encontrado",
"No content to speak": "Sem conteúdo para falar",
"No distance available": "",
"No feedbacks found": "",
"No distance available": "Sem distância disponível",
"No feedbacks found": "Comentários não encontrados",
"No file selected": "Nenhum arquivo selecionado",
"No files found.": "",
"No HTML, CSS, or JavaScript content found.": "",
"No knowledge found": "",
"No models found": "",
"No files found.": "Nenhum arquivo encontrado.",
"No HTML, CSS, or JavaScript content found.": "Nenhum conteúdo HTML, CSS ou JavaScript encontrado.",
"No knowledge found": "nenhum conhecimento encontrado",
"No models found": "Nenhum modelo encontrado",
"No results found": "Nenhum resultado encontrado",
"No search query generated": "Nenhuma consulta de pesquisa gerada",
"No source available": "Nenhuma fonte disponível",
"No valves to update": "Nenhuma válvula para atualizar",
"None": "Nenhum",
"Not factually correct": "Não está factualmente correto",
"Not helpful": "",
"Not helpful": "Não é útil",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Se você definir uma pontuação mínima, a pesquisa retornará apenas documentos com pontuação igual ou superior à pontuação mínima.",
"Notes": "",
"Notes": "Notas",
"Notifications": "Notificações",
"November": "Novembro",
"num_gpu (Ollama)": "",
@ -527,13 +530,13 @@
"Only alphanumeric characters and hyphens are allowed in the command string.": "Apenas caracteres alfanuméricos e hífens são permitidos na string de comando.",
"Only collections can be edited, create a new knowledge base to edit/add documents.": "",
"Oops! Looks like the URL is invalid. Please double-check and try again.": "Ops! Parece que a URL é inválida. Por favor, verifique novamente e tente de novo.",
"Oops! There are files still uploading. Please wait for the upload to complete.": "",
"Oops! There was an error in the previous response.": "",
"Oops! There are files still uploading. Please wait for the upload to complete.": "Ops! Existem arquivos a serem carregados. Por favor, aguarde que o carregamento tenha concluído.",
"Oops! There was an error in the previous response.": "Ops! Houve um erro na resposta anterior.",
"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ops! Você está usando um método não suportado (somente frontend). Por favor, sirva a WebUI a partir do backend.",
"Open file": "",
"Open in full screen": "",
"Open file": "Abrir arquivo",
"Open in full screen": "Abrir em tela cheia",
"Open new chat": "Abrir novo chat",
"Open WebUI uses faster-whisper internally.": "",
"Open WebUI uses faster-whisper internally.": "Open WebUI usa reconhecimento de fala rápido mais rápido internamente.",
"Open WebUI uses SpeechT5 and CMU Arctic speaker embeddings.": "",
"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "A versão do Open WebUI (v{{OPEN_WEBUI_VERSION}}) é inferior à versão necessária (v{{REQUIRED_VERSION}})",
"OpenAI": "OpenAI",
@ -543,10 +546,10 @@
"OpenAI URL/Key required.": "URL/Chave OpenAI necessária.",
"or": "ou",
"Other": "Outro",
"OUTPUT": "",
"Output format": "",
"Overview": "",
"page": "",
"OUTPUT": "SAÍDA",
"Output format": "Formato de saída",
"Overview": "Visão Geral",
"page": "página",
"Password": "Senha",
"PDF document (.pdf)": "Documento PDF (.pdf)",
"PDF Extract Images (OCR)": "Extrair Imagens do PDF (OCR)",
@ -566,9 +569,9 @@
"Plain text (.txt)": "Texto simples (.txt)",
"Playground": "Playground",
"Please carefully review the following warnings:": "Por favor, revise cuidadosamente os seguintes avisos:",
"Please enter a prompt": "",
"Please fill in all fields.": "",
"Please select a reason": "",
"Please enter a prompt": "Por favor, digite um prompt",
"Please fill in all fields.": "Por favor, preencha todos os campos.",
"Please select a reason": "Por favor, seleccione uma razão",
"Positive attitude": "Atitude positiva",
"Previous 30 days": "Últimos 30 dias",
"Previous 7 days": "Últimos 7 dias",
@ -581,17 +584,17 @@
"Pull a model from Ollama.com": "Obter um modelo de Ollama.com",
"Query Params": "Parâmetros de Consulta",
"RAG Template": "Modelo RAG",
"Rating": "",
"Re-rank models by topic similarity": "",
"Rating": "Avaliação",
"Re-rank models by topic similarity": "Reclassificação de modelos por similaridade de tópico",
"Read Aloud": "Ler em Voz Alta",
"Record voice": "Gravar voz",
"Redirecting you to OpenWebUI Community": "Redirecionando você para a Comunidade OpenWebUI",
"Refer to yourself as \"User\" (e.g., \"User is learning Spanish\")": "Refira-se como \"Usuário\" (por exemplo, \"Usuário está aprendendo espanhol\")",
"References from": "",
"References from": "Referências de",
"Refused when it shouldn't have": "Recusado quando não deveria",
"Regenerate": "Regenerar",
"Release Notes": "Notas de Lançamento",
"Relevance": "",
"Relevance": "Relevância",
"Remove": "Remover",
"Remove Model": "Remover Modelo",
"Rename": "Renomear",
@ -606,42 +609,43 @@
"Response AutoCopy to Clipboard": "Cópia Automática da Resposta para a Área de Transferência",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Notificações de resposta não podem ser ativadas pois as permissões do site foram negadas. Por favor, visite as configurações do seu navegador para conceder o acesso necessário.",
"Response splitting": "",
"Result": "",
"Rich Text Input for Chat": "",
"Result": "Resultado",
"Rich Text Input for Chat": "Entrada de rich text para bate-papo",
"RK": "",
"Role": "Função",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",
"RTL": "RTL",
"Run": "",
"Run": "Executar",
"Running": "Executando",
"Save": "Salvar",
"Save & Create": "Salvar e Criar",
"Save & Update": "Salvar e Atualizar",
"Save As Copy": "",
"Save As Copy": "Salvar como cópia",
"Save Tag": "Salvar Tag",
"Saved": "",
"Saved": "Armazenado",
"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": "Salvar registros de chat diretamente no armazenamento do seu navegador não é mais suportado. Por favor, reserve um momento para baixar e excluir seus registros de chat clicando no botão abaixo. Não se preocupe, você pode facilmente reimportar seus registros de chat para o backend através de",
"Scroll to bottom when switching between branches": "",
"Scroll to bottom when switching between branches": "Rolar para baixo quando se troca entre modelos",
"Search": "Pesquisar",
"Search a model": "Pesquisar um modelo",
"Search Chats": "Pesquisar Chats",
"Search Collection": "",
"search for tags": "",
"Search Collection": "Pesquisar Coleção",
"search for tags": "Pesquisar por tags",
"Search Functions": "Pesquisar Funções",
"Search Knowledge": "",
"Search Knowledge": "Pesquisar conhecimento",
"Search Models": "Pesquisar Modelos",
"Search Prompts": "Pesquisar Prompts",
"Search Query Generation Prompt": "Prompt de Geração de Consulta de Pesquisa",
"Search Result Count": "Contagem de Resultados da Pesquisa",
"Search Tools": "Pesquisar Ferramentas",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Search options": "Opções de pesquisa",
"SearchApi API Key": "Pesquisar SearchApi key",
"SearchApi Engine": "Motor SearchApi",
"Searched {{count}} sites_one": "Pesquisou {{count}} sites_one",
"Searched {{count}} sites_many": "Pesquisou {{count}} sites_many",
"Searched {{count}} sites_other": "Pesquisou {{count}} sites_other",
"Searching \"{{searchQuery}}\"": "Pesquisando \"{{searchQuery}}\"",
"Searching Knowledge for \"{{searchQuery}}\"": "",
"Searching Knowledge for \"{{searchQuery}}\"": "Buscando conhecimento para \"{{searchQuery}}\"",
"Searxng Query URL": "URL da Consulta Searxng",
"See readme.md for instructions": "Veja readme.md para instruções",
"See what's new": "Veja o que há de novo",
@ -655,12 +659,12 @@
"Select a pipeline url": "Selecione uma URL de pipeline",
"Select a tool": "Selecione uma ferramenta",
"Select an Ollama instance": "Selecione uma instância Ollama",
"Select Engine": "",
"Select Knowledge": "",
"Select Engine": "Selecionar motor",
"Select Knowledge": "Selecionar conhecimento",
"Select model": "Selecionar modelo",
"Select only one model to call": "Selecione apenas um modelo para chamar",
"Selected model(s) do not support image inputs": "Modelo(s) selecionado(s) não suportam entradas de imagem",
"Semantic distance to query": "",
"Semantic distance to query": "Distância semântica para consulta",
"Send": "Enviar",
"Send a Message": "Enviar uma Mensagem",
"Send message": "Enviar mensagem",
@ -671,17 +675,17 @@
"Serpstack API Key": "Chave da API Serpstack",
"Server connection verified": "Conexão com o servidor verificada",
"Set as default": "Definir como padrão",
"Set CFG Scale": "",
"Set CFG Scale": "Definir escala CFG",
"Set Default Model": "Definir Modelo Padrão",
"Set embedding model (e.g. {{model}})": "Definir modelo de embedding (por exemplo, {{model}})",
"Set Image Size": "Definir Tamanho da Imagem",
"Set reranking model (e.g. {{model}})": "Definir modelo de reclassificação (por exemplo, {{model}})",
"Set Sampler": "",
"Set Scheduler": "",
"Set Sampler": "Definir Sampler",
"Set Scheduler": "Definir Agenda",
"Set Steps": "Definir Etapas",
"Set Task Model": "Definir Modelo de Tarefa",
"Set Voice": "Definir Voz",
"Set whisper model": "",
"Set whisper model": "Definir modelo Whisper",
"Settings": "Configurações",
"Settings saved successfully!": "Configurações salvas com sucesso!",
"Share": "Compartilhar",
@ -689,23 +693,23 @@
"Share to OpenWebUI Community": "Compartilhar com a Comunidade OpenWebUI",
"short-summary": "resumo-curto",
"Show": "Mostrar",
"Show \"What's New\" modal on login": "",
"Show \"What's New\" modal on login": "Mostrar \"novidades\" no login",
"Show Admin Details in Account Pending Overlay": "Mostrar Detalhes do Administrador na Sobreposição de Conta Pendentes",
"Show Model": "Mostrar Modelo",
"Show shortcuts": "Mostrar atalhos",
"Show your support!": "Mostre seu apoio!",
"Showcased creativity": "Criatividade exibida",
"Sign in": "Entrar",
"Sign in to {{WEBUI_NAME}}": "",
"Sign in to {{WEBUI_NAME}}": "Faça login em {{WEBUI_NAME}}",
"Sign Out": "Sair",
"Sign up": "Inscrever-se",
"Sign up to {{WEBUI_NAME}}": "",
"Signing in to {{WEBUI_NAME}}": "",
"Sign up to {{WEBUI_NAME}}": "Inscreva-se em {{WEBUI_NAME}}",
"Signing in to {{WEBUI_NAME}}": "Fazendo login em {{WEBUI_NAME}}",
"Source": "Fonte",
"Speech Playback Speed": "",
"Speech Playback Speed": "Velocidade de reprodução de fala",
"Speech recognition error: {{error}}": "Erro de reconhecimento de fala: {{error}}",
"Speech-to-Text Engine": "Motor de Transcrição de Fala",
"Stop": "",
"Stop": "Parar",
"Stop Sequence": "Sequência de Parada",
"Stream Chat Response": "",
"STT Model": "Modelo STT",
@ -718,36 +722,36 @@
"Support this plugin:": "Apoie este plugin:",
"Sync directory": "",
"System": "Sistema",
"System Instructions": "",
"System Instructions": "Instruções do sistema",
"System Prompt": "Prompt do Sistema",
"Tags": "Tags",
"Tags Generation Prompt": "",
"Tags Generation Prompt": "Prompt para geração de Tags",
"Tap to interrupt": "Toque para interromper",
"Tavily API Key": "Chave da API Tavily",
"Tell us more:": "Conte-nos mais:",
"Temperature": "Temperatura",
"Template": "Modelo",
"Temporary Chat": "",
"Text Splitter": "",
"Temporary Chat": "Chat temporário",
"Text Splitter": "Divisor de texto",
"Text-to-Speech Engine": "Motor de Texto para Fala",
"Tfs Z": "Tfs Z",
"Thanks for your feedback!": "Obrigado pelo seu feedback!",
"The developers behind this plugin are passionate volunteers from the community. If you find this plugin helpful, please consider contributing to its development.": "Os desenvolvedores por trás deste plugin são voluntários apaixonados da comunidade. Se você achar este plugin útil, considere contribuir para o seu desenvolvimento.",
"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "",
"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "",
"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "",
"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "",
"The evaluation leaderboard is based on the Elo rating system and is updated in real-time.": "A evolução do ranking de avaliação é baseada no sistema Elo e será atualizada em tempo real.",
"The leaderboard is currently in beta, and we may adjust the rating calculations as we refine the algorithm.": "O ranking atual está em beta, e podemos ajustar as contas de avaliação como refinamos o algoritmo.",
"The maximum file size in MB. If the file size exceeds this limit, the file will not be uploaded.": "Máximo tamanho de arquivo em MB. Se o tamanho do arquivo exceder este limite, o arquivo não será enviado.",
"The maximum number of files that can be used at once in chat. If the number of files exceeds this limit, the files will not be uploaded.": "O número máximo de arquivos que podem ser utilizados a cada vez em chat. Se o número de arquivos exceder este limite, os arquivos não serão enviados.",
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "A pontuação deve ser um valor entre 0.0 (0%) e 1.0 (100%).",
"Theme": "Tema",
"Thinking...": "Pensando...",
"This action cannot be undone. Do you wish to continue?": "Esta ação não pode ser desfeita. Você deseja continuar?",
"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 no banco de dados do backend. Obrigado!",
"This is an experimental feature, it may not function as expected and is subject to change at any time.": "Esta é uma funcionalidade experimental, pode não funcionar como esperado e está sujeita a alterações a qualquer momento.",
"This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
"This response was generated by \"{{model}}\"": "",
"This option will delete all existing files in the collection and replace them with newly uploaded files.": "Essa opção deletará todos os arquivos existentes na coleção e todos eles serão substituídos.",
"This response was generated by \"{{model}}\"": "Esta resposta foi gerada por \"{{model}}\"",
"This will delete": "Isso vai excluir",
"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "",
"This will reset the knowledge base and sync all files. Do you wish to continue?": "",
"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "Esta ação deletará <strong>{{NAME}}</strong> e <strong>todos seus conteúdos</strong>.",
"This will reset the knowledge base and sync all files. Do you wish to continue?": "Esta ação resetará a base de conhecimento e sincronizará todos os arquivos. Deseja continuar?",
"Thorough explanation": "Explicação detalhada",
"Tika": "Tika",
"Tika Server URL required.": "URL do servidor Tika necessária.",
@ -761,20 +765,20 @@
"To access the available model names for downloading,": "Para acessar os nomes de modelos disponíveis para download,",
"To access the GGUF models available for downloading,": "Para acessar os modelos GGUF disponíveis para download,",
"To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Para acessar a WebUI, entre em contato com o administrador. Os administradores podem gerenciar os status dos usuários no Painel de Administração.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "Para anexar a base de conhecimento aqui, adicione-os ao espaço de trabalho \"Conhecimento\" primeiro.",
"to chat input.": "para entrada de chat.",
"To protect your privacy, only ratings, model IDs, tags, and metadata are shared from your feedback—your chat logs remain private and are not included.": "",
"To select actions here, add them to the \"Functions\" workspace first.": "Para selecionar ações aqui, adicione-os ao espaço de trabalho \"Ações\" primeiro.",
"To select filters here, add them to the \"Functions\" workspace first.": "Para selecionar filtros aqui, adicione-os ao espaço de trabalho \"Funções\" primeiro.",
"To select toolkits here, add them to the \"Tools\" workspace first.": "Para selecionar kits de ferramentas aqui, adicione-os ao espaço de trabalho \"Ferramentas\" primeiro.",
"Toast notifications for new updates": "",
"Toast notifications for new updates": "Notificações de alerta para novas atualizações",
"Today": "Hoje",
"Toggle settings": "Alternar configurações",
"Toggle sidebar": "Alternar barra lateral",
"Token": "",
"Tokens To Keep On Context Refresh (num_keep)": "Tokens a Manter na Atualização do Contexto (num_keep)",
"Too verbose": "",
"Tool": "",
"Too verbose": "Muito detalhado",
"Tool": "Ferramenta",
"Tool created successfully": "Ferramenta criada com sucesso",
"Tool deleted successfully": "Ferramenta excluída com sucesso",
"Tool imported successfully": "Ferramenta importada com sucesso",
@ -803,30 +807,30 @@
"Untagged": "",
"Update": "Atualizar",
"Update and Copy Link": "Atualizar e Copiar Link",
"Update for the latest features and improvements.": "",
"Update for the latest features and improvements.": "Atualizar para as novas funcionalidades e melhorias.",
"Update password": "Atualizar senha",
"Updated": "",
"Updated": "Atualizado",
"Updated at": "Atualizado em",
"Updated At": "",
"Updated At": "Atualizado em",
"Upload": "Fazer upload",
"Upload a GGUF model": "Fazer upload de um modelo GGUF",
"Upload directory": "",
"Upload files": "",
"Upload directory": "Carregar diretório",
"Upload files": "Carregar arquivos",
"Upload Files": "Fazer upload de Arquivos",
"Upload Pipeline": "Fazer upload de Pipeline",
"Upload Progress": "Progresso do Upload",
"URL Mode": "Modo URL",
"Use '#' in the prompt input to load and include your knowledge.": "",
"Use '#' in the prompt input to load and include your knowledge.": "Usar '#' no prompt para carregar e incluir seus conhecimentos.",
"Use Gravatar": "Usar Gravatar",
"Use Initials": "Usar Iniciais",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mmap (Ollama)": "use_mmap (Ollama)",
"user": "usuário",
"User": "",
"User": "Usuário",
"User location successfully retrieved.": "Localização do usuário recuperada com sucesso.",
"User Permissions": "Permissões do Usuário",
"Users": "Usuários",
"Using the default arena model with all models. Click the plus button to add custom models.": "",
"Using the default arena model with all models. Click the plus button to add custom models.": "Usando o modelo arena padrão para todos os modelos. Clique no botão mais para adicionar modelos personalizados.",
"Utilize": "Utilizar",
"Valid time units:": "Unidades de tempo válidas:",
"Valves": "Válvulas",
@ -835,9 +839,9 @@
"variable": "variável",
"variable to have them replaced with clipboard content.": "variável para ser substituída pelo conteúdo da área de transferência.",
"Version": "Versão",
"Version {{selectedVersion}} of {{totalVersions}}": "",
"Version {{selectedVersion}} of {{totalVersions}}": "Versão {{selectedVersion}} de {{totalVersions}}",
"Voice": "Voz",
"Voice Input": "",
"Voice Input": "Entrada de voz",
"Warning": "Aviso",
"Warning:": "Aviso:",
"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Aviso: Se você atualizar ou alterar seu modelo de incorporação, será necessário reimportar todos os documentos.",
@ -850,20 +854,22 @@
"WebUI Settings": "Configurações da WebUI",
"WebUI will make requests to": "A WebUI fará solicitações para",
"Whats New in": "O que há de novo em",
"What are you trying to achieve?": "O que está tentando alcançar?",
"What are you working on?": "O que está trabalhando?",
"wherever you are": "",
"Whisper (Local)": "Whisper (Local)",
"Widescreen Mode": "Modo Tela Cheia",
"Won": "",
"Won": "Vencedor",
"Workspace": "Espaço de Trabalho",
"Write a prompt suggestion (e.g. Who are you?)": "Escreva uma sugestão de prompt (por exemplo, Quem é você?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Escreva um resumo em 50 palavras que resuma [tópico ou palavra-chave].",
"Write something...": "",
"Write something...": "Escrevendo algo...",
"Yesterday": "Ontem",
"You": "Você",
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "",
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Você pode personalizar suas interações com LLMs adicionando memórias através do botão 'Gerenciar' abaixo, tornando-as mais úteis e adaptadas a você.",
"You cannot clone a base model": "Você não pode clonar um modelo base",
"You cannot upload an empty file.": "",
"You cannot upload an empty file.": "Você não pode carregar um arquivo vazio.",
"You have no archived conversations.": "Você não tem conversas arquivadas.",
"You have shared this chat": "Você compartilhou este chat",
"You're a helpful assistant.": "Você é um assistente útil.",

View File

@ -173,6 +173,7 @@
"Created at": "Criado em",
"Created At": "Criado em",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "Modelo Atual",
"Current Password": "Senha Atual",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} apagado",
"Deleted {{name}}": "Apagado {{name}}",
"Description": "Descrição",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Não seguiu instruções com precisão",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "Nome",
"Name your model": "Atribua um nome ao seu modelo",
"Name your knowledge base": "",
"New Chat": "Nova Conversa",
"New folder": "",
"New Password": "Nova Senha",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Prompt de geração de consulta de pesquisa",
"Search Result Count": "Contagem de resultados da pesquisa",
"Search Tools": "",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "Pesquisado {{count}} sites_one",
@ -850,6 +854,8 @@
"WebUI Settings": "Configurações WebUI",
"WebUI will make requests to": "WebUI fará pedidos a",
"Whats New in": "O que há de novo em",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (Local)",
"Widescreen Mode": "Modo Widescreen",

View File

@ -173,6 +173,7 @@
"Created at": "Creat la",
"Created At": "Creat La",
"Created by": "Creat de",
"Create a knowledge base": "",
"CSV Import": "Import CSV",
"Current Model": "Model Curent",
"Current Password": "Parola Curentă",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} șters",
"Deleted {{name}}": "{{name}} șters",
"Description": "Descriere",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Nu a urmat complet instrucțiunile",
"Disabled": "Dezactivat",
"Discover a function": "Descoperă o funcție",
@ -487,6 +489,7 @@
"Move to Top": "Mută în partea de sus",
"Name": "Nume",
"Name your model": "Denumirea modelului",
"Name your knowledge base": "",
"New Chat": "Conversație Nouă",
"New folder": "Folder nou",
"New Password": "Parolă Nouă",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Prompt de Generare Interogare de Căutare",
"Search Result Count": "Număr Rezultate Căutare",
"Search Tools": "Caută Instrumente",
"Search options": "",
"SearchApi API Key": "Cheie API pentru SearchApi",
"SearchApi Engine": "Motorul SearchApi",
"Searched {{count}} sites_one": "{{count}} site căutat",
@ -850,6 +854,8 @@
"WebUI Settings": "Setări WebUI",
"WebUI will make requests to": "WebUI va face cereri către",
"Whats New in": "Ce e Nou în",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (Local)",
"Widescreen Mode": "Mod Ecran Larg",

View File

@ -173,6 +173,7 @@
"Created at": "Создано",
"Created At": "Создано",
"Created by": "Создано",
"Create a knowledge base": "",
"CSV Import": "Импорт CSV",
"Current Model": "Текущая модель",
"Current Password": "Текущий пароль",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Удалено {{deleteModelTag}}",
"Deleted {{name}}": "Удалено {{name}}",
"Description": "Описание",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Не полностью следует инструкциям",
"Disabled": "Отключено",
"Discover a function": "Найти функцию",
@ -487,6 +489,7 @@
"Move to Top": "Поднять вверх",
"Name": "Имя",
"Name your model": "Присвойте модели имя",
"Name your knowledge base": "",
"New Chat": "Новый чат",
"New folder": "",
"New Password": "Новый пароль",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Промпт для генерации поискового запроса",
"Search Result Count": "Количество результатов поиска",
"Search Tools": "Поиск инструментов",
"Search options": "",
"SearchApi API Key": "Ключ SearchApi API",
"SearchApi Engine": "Движок SearchApi",
"Searched {{count}} sites_one": "Просмотрено {count}} sites_one",
@ -851,6 +855,8 @@
"WebUI Settings": "Настройки WebUI",
"WebUI will make requests to": "WebUI будет отправлять запросы на",
"Whats New in": "Что нового в",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (Локально)",
"Widescreen Mode": "Широкоэкранный режим",

View File

@ -173,6 +173,7 @@
"Created at": "Направљено у",
"Created At": "Направљено у",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "Тренутни модел",
"Current Password": "Тренутна лозинка",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Обрисано {{deleteModelTag}}",
"Deleted {{name}}": "Избрисано {{наме}}",
"Description": "Опис",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Упутства нису праћена у потпуности",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "Име",
"Name your model": "Наведи свој модел",
"Name your knowledge base": "",
"New Chat": "Ново ћаскање",
"New folder": "",
"New Password": "Нова лозинка",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "",
"Search Result Count": "Број резултата претраге",
"Search Tools": "",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "Претражио {{цоунт}} ситес_оне",
@ -850,6 +854,8 @@
"WebUI Settings": "Подешавања веб интерфејса",
"WebUI will make requests to": "Веб интерфејс ће слати захтеве на",
"Whats New in": "Шта је ново у",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "",

View File

@ -173,6 +173,7 @@
"Created at": "Skapad",
"Created At": "Skapad",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "Aktuell modell",
"Current Password": "Nuvarande lösenord",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Raderad {{deleteModelTag}}",
"Deleted {{name}}": "Borttagen {{name}}",
"Description": "Beskrivning",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Följde inte instruktionerna",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "Namn",
"Name your model": "Namnge din modell",
"Name your knowledge base": "",
"New Chat": "Ny chatt",
"New folder": "",
"New Password": "Nytt lösenord",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Instruktion för generering av sökfrågor",
"Search Result Count": "Antal sökresultat",
"Search Tools": "Sökverktyg",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "Sökte på {{count}} sites_one",
@ -849,6 +853,8 @@
"WebUI Settings": "WebUI-inställningar",
"WebUI will make requests to": "WebUI kommer att skicka förfrågningar till",
"Whats New in": "Vad är nytt i",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (lokal)",
"Widescreen Mode": "Bredbildsläge",

View File

@ -173,6 +173,7 @@
"Created at": "สร้างเมื่อ",
"Created At": "สร้างเมื่อ",
"Created by": "สร้างโดย",
"Create a knowledge base": "",
"CSV Import": "นำเข้า CSV",
"Current Model": "โมเดลปัจจุบัน",
"Current Password": "รหัสผ่านปัจจุบัน",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "ลบ {{deleteModelTag}}",
"Deleted {{name}}": "ลบ {{name}}",
"Description": "คำอธิบาย",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "ไม่ได้ปฏิบัติตามคำแนะนำทั้งหมด",
"Disabled": "ปิดใช้งาน",
"Discover a function": "ค้นหาฟังก์ชัน",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "ชื่อ",
"Name your model": "ตั้งชื่อโมเดลของคุณ",
"Name your knowledge base": "",
"New Chat": "แชทใหม่",
"New folder": "",
"New Password": "รหัสผ่านใหม่",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "พรอมต์การสร้างคำค้นหา",
"Search Result Count": "จำนวนผลลัพธ์การค้นหา",
"Search Tools": "เครื่องมือค้นหา",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "ค้นหา {{count}} เว็บไซต์",
@ -849,6 +853,8 @@
"WebUI Settings": "การตั้งค่า WebUI",
"WebUI will make requests to": "WebUI จะทำการร้องขอไปที่",
"Whats New in": "มีอะไรใหม่ใน",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (โลคอล)",
"Widescreen Mode": "โหมดหน้าจอกว้าง",

View File

@ -121,6 +121,7 @@
"Create new secret key": "Täze gizlin açar döret",
"Created at": "Döredilen wagty",
"Created At": "Döredilen wagty",
"Create a knowledge base": "",
"Current Model": "Häzirki Model",
"Current Password": "Häzirki Parol",
"Custom": "Özboluşly",
@ -145,6 +146,7 @@
"Deleted": "Öçürilen",
"Deleted Forever": "Möhletsyz Öçürilen",
"Description": "Düşündiriş",
"Describe your knowledge base and objectives": "",
"Developers": "Öndürijiler",
"Directory": "Katalog",
"Directory Type": "Katalog Typy",
@ -359,6 +361,7 @@
"Most Recent": "Iň Täze",
"Multiple file import is limited to": "Köp faýl importy çäkli",
"Name": "Ady",
"Name your knowledge base": "",
"Name (hidden)": "Ady (gizlin)",
"Name is required": "Ady zerur",
"Navigate": "Gez",
@ -487,6 +490,7 @@
"Search for users": "Ulanyjylary Gözle",
"Search in chat": "Çatda gözle",
"Search query": "Gözleg soragy",
"Search options": "",
"Search...": "Gözleg...",
"Secret Key": "Gizlin Açar",
"See more": "Has köp gör",
@ -678,6 +682,8 @@
"Welcome to ChatGPT! How can I help you today?": "ChatGPT-e hoş geldiňiz! Size nähili kömek edip bilerin?",
"Welcome to our service!": "Hyzmatymyza hoş geldiňiz!",
"Welcome!": "Hoş geldiňiz!",
"What are you trying to achieve?": "",
"What are you working on?": "",
"Width": "Ini",
"Work": "Iş",
"Write": "Ýaz",

View File

@ -173,6 +173,7 @@
"Created at": "",
"Created At": "",
"Created by": "",
"Create a knowledge base": "",
"CSV Import": "",
"Current Model": "",
"Current Password": "",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "",
"Deleted {{name}}": "",
"Description": "",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "",
"Disabled": "",
"Discover a function": "",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "",
"Name your model": "",
"Name your knowledge base": "",
"New Chat": "",
"New folder": "",
"New Password": "",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "",
"Search Result Count": "",
"Search Tools": "",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_one": "",
@ -849,6 +853,8 @@
"WebUI Settings": "",
"WebUI will make requests to": "",
"Whats New in": "",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "",

View File

@ -173,6 +173,7 @@
"Created at": "Oluşturulma tarihi",
"Created At": "Şu Tarihte Oluşturuldu:",
"Created by": "Şunun tarafından oluşturuldu:",
"Create a knowledge base": "",
"CSV Import": "CSV İçe Aktarma",
"Current Model": "Mevcut Model",
"Current Password": "Mevcut Parola",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} silindi",
"Deleted {{name}}": "{{name}} silindi",
"Description": "Açıklama",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Talimatları tam olarak takip etmedi",
"Disabled": "Devre Dışı",
"Discover a function": "Bir fonksiyon keşfedin",
@ -487,6 +489,7 @@
"Move to Top": "En Üste Taşı",
"Name": "Ad",
"Name your model": "Modelinizi Adlandırın",
"Name your knowledge base": "",
"New Chat": "Yeni Sohbet",
"New folder": "",
"New Password": "Yeni Parola",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Arama Sorgusu Üretme Promptu",
"Search Result Count": "Arama Sonucu Sayısı",
"Search Tools": "Arama Araçları",
"Search options": "",
"SearchApi API Key": "Arama-API API Anahtarı",
"SearchApi Engine": "Arama-API Motoru",
"Searched {{count}} sites_one": "Arandı {{count}} sites_one",
@ -849,6 +853,8 @@
"WebUI Settings": "WebUI Ayarları",
"WebUI will make requests to": "WebUI, isteklerde bulunacak:",
"Whats New in": "Yenilikler:",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (Yerel)",
"Widescreen Mode": "Geniş Ekran Modu",

View File

@ -173,6 +173,7 @@
"Created at": "Створено у",
"Created At": "Створено у",
"Created by": "Створено",
"Create a knowledge base": "",
"CSV Import": "Імпорт CSV",
"Current Model": "Поточна модель",
"Current Password": "Поточний пароль",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Видалено {{deleteModelTag}}",
"Deleted {{name}}": "Видалено {{name}}",
"Description": "Опис",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Не повністю дотримувалися інструкцій",
"Disabled": "Вимкнено",
"Discover a function": "Знайдіть функцію",
@ -487,6 +489,7 @@
"Move to Top": "Перейти до початку",
"Name": "Ім'я",
"Name your model": "Назвіть свою модель",
"Name your knowledge base": "",
"New Chat": "Новий чат",
"New folder": "Нова папка",
"New Password": "Новий пароль",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Підказка для формування пошукового промту",
"Search Result Count": "Кількість результатів пошуку",
"Search Tools": "Пошуку інструментів",
"Search options": "",
"SearchApi API Key": "Ключ API для SearchApi",
"SearchApi Engine": "Рушій SearchApi",
"Searched {{count}} sites_one": "Переглянуто {{count}} сайт",
@ -851,6 +855,8 @@
"WebUI Settings": "Налаштування WebUI",
"WebUI will make requests to": "WebUI буде робити запити до",
"Whats New in": "Що нового в",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (Локально)",
"Widescreen Mode": "Широкоекранний режим",

View File

@ -173,6 +173,7 @@
"Created at": "پر بنایا گیا",
"Created At": "بنایا گیا:",
"Created by": "تخلیق کردہ",
"Create a knowledge base": "",
"CSV Import": "CSV درآمد کریں",
"Current Model": "موجودہ ماڈل",
"Current Password": "موجودہ پاس ورڈ",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} حذف کر دیا گیا",
"Deleted {{name}}": "حذف کر دیا گیا {{name}}",
"Description": "تفصیل",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "ہدایات کو مکمل طور پر نہیں سمجھا",
"Disabled": "غیر فعال",
"Discover a function": "ایک فنکشن دریافت کریں",
@ -487,6 +489,7 @@
"Move to Top": "اوپر منتقل کریں",
"Name": "نام",
"Name your model": "اپنے ماڈل کا نام دیں",
"Name your knowledge base": "",
"New Chat": "نئی بات چیت",
"New folder": "نیا فولڈر",
"New Password": "نیا پاس ورڈ",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "تلاش کے استفسار کی تیاری کی ترغیب ",
"Search Result Count": "تلاش کا نتیجہ شمار ",
"Search Tools": "تلاش کے اوزار",
"Search options": "",
"SearchApi API Key": "سرچ اے پی آئی کی API کلید",
"SearchApi Engine": "تلاش انجن API",
"Searched {{count}} sites_one": "{{count}} سائٹیں تلاش کی گئی ہیں_ایک",
@ -849,6 +853,8 @@
"WebUI Settings": "ویب UI ترتیبات",
"WebUI will make requests to": "ویب یو آئی درخواست کرے گا کہ وہ ",
"Whats New in": "میں نیا کیا ہے",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "سرگوشی (مقامی)",
"Widescreen Mode": "وائڈ اسکرین موڈ",

View File

@ -173,6 +173,7 @@
"Created at": "Được tạo vào lúc",
"Created At": "Tạo lúc",
"Created by": "Tạo bởi",
"Create a knowledge base": "",
"CSV Import": "Nạp CSV",
"Current Model": "Mô hình hiện tại",
"Current Password": "Mật khẩu hiện tại",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "Đã xóa {{deleteModelTag}}",
"Deleted {{name}}": "Đã xóa {{name}}",
"Description": "Mô tả",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "Không tuân theo chỉ dẫn một cách đầy đủ",
"Disabled": "Đã tắt",
"Discover a function": "Khám phá function",
@ -487,6 +489,7 @@
"Move to Top": "",
"Name": "Tên",
"Name your model": "Tên model",
"Name your knowledge base": "",
"New Chat": "Tạo chat mới",
"New folder": "",
"New Password": "Mật khẩu mới",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "Prompt tạo câu truy vấn, tìm kiếm",
"Search Result Count": "Số kết quả tìm kiếm",
"Search Tools": "Tìm kiếm Tools",
"Search options": "",
"SearchApi API Key": "",
"SearchApi Engine": "",
"Searched {{count}} sites_other": "Đã tìm thấy {{count}} trang web",
@ -848,6 +852,8 @@
"WebUI Settings": "Cài đặt WebUI",
"WebUI will make requests to": "WebUI sẽ thực hiện các yêu cầu đến",
"Whats New in": "Thông tin mới về",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "",
"Widescreen Mode": "Chế độ màn hình rộng",

View File

@ -173,6 +173,7 @@
"Created at": "创建于",
"Created At": "创建于",
"Created by": "作者",
"Create a knowledge base": "",
"CSV Import": "通过 CSV 文件导入",
"Current Model": "当前模型",
"Current Password": "当前密码",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "已删除 {{deleteModelTag}}",
"Deleted {{name}}": "已删除 {{name}}",
"Description": "描述",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "没有完全遵照指示",
"Disabled": "禁用",
"Discover a function": "发现更多函数",
@ -487,6 +489,7 @@
"Move to Top": "移动到顶部",
"Name": "名称",
"Name your model": "为您的模型命名",
"Name your knowledge base": "",
"New Chat": "新对话",
"New folder": "新建分组",
"New Password": "新密码",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "用于联网搜索关键词生成的提示词",
"Search Result Count": "搜索结果数量",
"Search Tools": "搜索工具",
"Search options": "",
"SearchApi API Key": "SearchApi API 密钥",
"SearchApi Engine": "SearchApi 引擎",
"Searched {{count}} sites_other": "搜索到 {{count}} 个结果",
@ -848,6 +852,8 @@
"WebUI Settings": "WebUI 设置",
"WebUI will make requests to": "WebUI 将请求",
"Whats New in": "最近更新内容于",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper (本地)",
"Widescreen Mode": "宽屏模式",

View File

@ -173,6 +173,7 @@
"Created at": "建立於",
"Created At": "建立於",
"Created by": "建立者",
"Create a knowledge base": "",
"CSV Import": "CSV 匯入",
"Current Model": "目前模型",
"Current Password": "目前密碼",
@ -204,6 +205,7 @@
"Deleted {{deleteModelTag}}": "已刪除 {{deleteModelTag}}",
"Deleted {{name}}": "已刪除 {{name}}",
"Description": "描述",
"Describe your knowledge base and objectives": "",
"Didn't fully follow instructions": "未完全遵循指示",
"Disabled": "已停用",
"Discover a function": "發掘函式",
@ -487,6 +489,7 @@
"Move to Top": "移至頂端",
"Name": "名稱",
"Name your model": "為您的模型命名",
"Name your knowledge base": "",
"New Chat": "新增對話",
"New folder": "",
"New Password": "新密碼",
@ -635,6 +638,7 @@
"Search Query Generation Prompt": "搜尋查詢生成提示詞",
"Search Result Count": "搜尋結果數量",
"Search Tools": "搜尋工具",
"Search options": "",
"SearchApi API Key": "SearchApi API 金鑰",
"SearchApi Engine": "SearchApi 引擎",
"Searched {{count}} sites_one": "已搜尋 {{count}} 個網站",
@ -849,6 +853,8 @@
"WebUI Settings": "WebUI 設定",
"WebUI will make requests to": "WebUI 將會向以下位址發出請求",
"Whats New in": "新功能",
"What are you trying to achieve?": "",
"What are you working on?": "",
"wherever you are": "",
"Whisper (Local)": "Whisper本機",
"Widescreen Mode": "寬螢幕模式",