From 6de83276651016a7d7182c699a0852459e4d3a91 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 2 Jun 2024 13:54:11 -0700 Subject: [PATCH] chore: version bump --- package-lock.json | 4 ++-- package.json | 2 +- src/lib/i18n/locales/ar-BH/translation.json | 5 +++++ src/lib/i18n/locales/bg-BG/translation.json | 5 +++++ src/lib/i18n/locales/bn-BD/translation.json | 5 +++++ src/lib/i18n/locales/ca-ES/translation.json | 5 +++++ src/lib/i18n/locales/ceb-PH/translation.json | 5 +++++ src/lib/i18n/locales/de-DE/translation.json | 5 +++++ src/lib/i18n/locales/dg-DG/translation.json | 5 +++++ src/lib/i18n/locales/en-GB/translation.json | 5 +++++ src/lib/i18n/locales/en-US/translation.json | 5 +++++ src/lib/i18n/locales/es-ES/translation.json | 5 +++++ src/lib/i18n/locales/fa-IR/translation.json | 5 +++++ src/lib/i18n/locales/fi-FI/translation.json | 5 +++++ src/lib/i18n/locales/fr-CA/translation.json | 5 +++++ src/lib/i18n/locales/fr-FR/translation.json | 5 +++++ src/lib/i18n/locales/he-IL/translation.json | 5 +++++ src/lib/i18n/locales/hi-IN/translation.json | 5 +++++ src/lib/i18n/locales/hr-HR/translation.json | 5 +++++ src/lib/i18n/locales/it-IT/translation.json | 5 +++++ src/lib/i18n/locales/ja-JP/translation.json | 5 +++++ src/lib/i18n/locales/ka-GE/translation.json | 5 +++++ src/lib/i18n/locales/ko-KR/translation.json | 5 +++++ src/lib/i18n/locales/nl-NL/translation.json | 5 +++++ src/lib/i18n/locales/pa-IN/translation.json | 5 +++++ src/lib/i18n/locales/pl-PL/translation.json | 5 +++++ src/lib/i18n/locales/pt-BR/translation.json | 5 +++++ src/lib/i18n/locales/pt-PT/translation.json | 5 +++++ src/lib/i18n/locales/ru-RU/translation.json | 5 +++++ src/lib/i18n/locales/sr-RS/translation.json | 5 +++++ src/lib/i18n/locales/sv-SE/translation.json | 5 +++++ src/lib/i18n/locales/tr-TR/translation.json | 5 +++++ src/lib/i18n/locales/uk-UA/translation.json | 5 +++++ src/lib/i18n/locales/vi-VN/translation.json | 5 +++++ src/lib/i18n/locales/zh-CN/translation.json | 5 +++++ src/lib/i18n/locales/zh-TW/translation.json | 5 +++++ 36 files changed, 173 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed436fcfe..13638b0a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "open-webui", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "open-webui", - "version": "0.2.0", + "version": "0.2.1", "dependencies": { "@pyscript/core": "^0.4.32", "@sveltejs/adapter-node": "^1.3.1", diff --git a/package.json b/package.json index 495ad113a..11b3afb58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-webui", - "version": "0.2.0", + "version": "0.2.1", "private": true, "scripts": { "dev": "npm run pyodide:fetch && vite dev --host", diff --git a/src/lib/i18n/locales/ar-BH/translation.json b/src/lib/i18n/locales/ar-BH/translation.json index fe5bf95df..f98c9606f 100644 --- a/src/lib/i18n/locales/ar-BH/translation.json +++ b/src/lib/i18n/locales/ar-BH/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "أدخل الصلاحيات", "Error": "", "Experimental": "تجريبي", + "Export": "", "Export All Chats (All Users)": "تصدير جميع الدردشات (جميع المستخدمين)", "Export Chats": "تصدير جميع الدردشات", "Export Documents Mapping": "تصدير وثائق الخرائط", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ملاحظة: إذا قمت بتعيين الحد الأدنى من النقاط، فلن يؤدي البحث إلا إلى إرجاع المستندات التي لها نقاط أكبر من أو تساوي الحد الأدنى من النقاط.", "Notifications": "إشعارات", "November": "نوفمبر", + "num_thread (Ollama)": "", "October": "اكتوبر", "Off": "أغلاق", "Okay, Let's Go!": "حسنا دعنا نذهب!", "OLED Dark": "OLED داكن", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Ollama الاصدار", "On": "تشغيل", "Only": "فقط", @@ -497,6 +500,8 @@ "Use '#' in the prompt input to load and select your documents.": "أستخدم '#' في المحادثة لربطهامن المستندات", "Use Gravatar": "Gravatar أستخدم", "Use Initials": "Initials أستخدم", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "مستخدم", "User Permissions": "صلاحيات المستخدم", "Users": "المستخدمين", diff --git a/src/lib/i18n/locales/bg-BG/translation.json b/src/lib/i18n/locales/bg-BG/translation.json index 22dba4d32..e2f5d652e 100644 --- a/src/lib/i18n/locales/bg-BG/translation.json +++ b/src/lib/i18n/locales/bg-BG/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Въведете вашата роля", "Error": "", "Experimental": "Експериментално", + "Export": "", "Export All Chats (All Users)": "Експортване на всички чатове (За всички потребители)", "Export Chats": "Експортване на чатове", "Export Documents Mapping": "Експортване на документен мапинг", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Забележка: Ако зададете минимален резултат, търсенето ще върне само документи с резултат, по-голям или равен на минималния резултат.", "Notifications": "Десктоп Известия", "November": "Ноември", + "num_thread (Ollama)": "", "October": "Октомври", "Off": "Изкл.", "Okay, Let's Go!": "ОК, Нека започваме!", "OLED Dark": "OLED тъмно", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Ollama Версия", "On": "Вкл.", "Only": "Само", @@ -493,6 +496,8 @@ "Use '#' in the prompt input to load and select your documents.": "Използвайте '#' във промпта за да заредите и изберете вашите документи.", "Use Gravatar": "Използвайте Gravatar", "Use Initials": "Използвайте Инициали", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "потребител", "User Permissions": "Права на потребителя", "Users": "Потребители", diff --git a/src/lib/i18n/locales/bn-BD/translation.json b/src/lib/i18n/locales/bn-BD/translation.json index 34d0f173a..cc8f097e1 100644 --- a/src/lib/i18n/locales/bn-BD/translation.json +++ b/src/lib/i18n/locales/bn-BD/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "আপনার রোল লিখুন", "Error": "", "Experimental": "পরিক্ষামূলক", + "Export": "", "Export All Chats (All Users)": "সব চ্যাট এক্সপোর্ট করুন (সব ইউজারের)", "Export Chats": "চ্যাটগুলো এক্সপোর্ট করুন", "Export Documents Mapping": "ডকুমেন্টসমূহ ম্যাপিং এক্সপোর্ট করুন", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "দ্রষ্টব্য: আপনি যদি ন্যূনতম স্কোর সেট করেন তবে অনুসন্ধানটি কেবলমাত্র ন্যূনতম স্কোরের চেয়ে বেশি বা সমান স্কোর সহ নথিগুলি ফেরত দেবে।", "Notifications": "নোটিফিকেশনসমূহ", "November": "নভেম্বর", + "num_thread (Ollama)": "", "October": "অক্টোবর", "Off": "বন্ধ", "Okay, Let's Go!": "ঠিক আছে, চলুন যাই!", "OLED Dark": "OLED ডার্ক", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Ollama ভার্সন", "On": "চালু", "Only": "শুধুমাত্র", @@ -493,6 +496,8 @@ "Use '#' in the prompt input to load and select your documents.": "আপনার ডকুমেন্টসমূহ নির্বাচন করার জন্য আপনার প্রম্পট ইনপুটে '# ব্যবহার করুন।", "Use Gravatar": "Gravatar ব্যবহার করুন", "Use Initials": "নামের আদ্যক্ষর ব্যবহার করুন", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "ব্যবহারকারী", "User Permissions": "ইউজার পারমিশনসমূহ", "Users": "ব্যাবহারকারীগণ", diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json index 657bb8da3..38484a435 100644 --- a/src/lib/i18n/locales/ca-ES/translation.json +++ b/src/lib/i18n/locales/ca-ES/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Introdueix el Teu Ròl", "Error": "", "Experimental": "Experimental", + "Export": "", "Export All Chats (All Users)": "Exporta Tots els Xats (Tots els Usuaris)", "Export Chats": "Exporta Xats", "Export Documents Mapping": "Exporta el Mapatge de Documents", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si establiscs una puntuació mínima, la cerca només retornarà documents amb una puntuació major o igual a la puntuació mínima.", "Notifications": "Notificacions d'Escriptori", "November": "Novembre", + "num_thread (Ollama)": "", "October": "Octubre", "Off": "Desactivat", "Okay, Let's Go!": "D'acord, Anem!", "OLED Dark": "OLED Fosc", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Versió d'Ollama", "On": "Activat", "Only": "Només", @@ -494,6 +497,8 @@ "Use '#' in the prompt input to load and select your documents.": "Utilitza '#' a l'entrada del prompt per carregar i seleccionar els teus documents.", "Use Gravatar": "Utilitza Gravatar", "Use Initials": "Utilitza Inicials", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "usuari", "User Permissions": "Permisos d'Usuari", "Users": "Usuaris", diff --git a/src/lib/i18n/locales/ceb-PH/translation.json b/src/lib/i18n/locales/ceb-PH/translation.json index 1c1e2a907..8c3d5733f 100644 --- a/src/lib/i18n/locales/ceb-PH/translation.json +++ b/src/lib/i18n/locales/ceb-PH/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "", "Error": "", "Experimental": "Eksperimento", + "Export": "", "Export All Chats (All Users)": "I-export ang tanan nga mga chat (Tanan nga tiggamit)", "Export Chats": "I-export ang mga chat", "Export Documents Mapping": "I-export ang pagmapa sa dokumento", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "", "Notifications": "Mga pahibalo sa desktop", "November": "", + "num_thread (Ollama)": "", "October": "", "Off": "Napuo", "Okay, Let's Go!": "Okay, lakaw na!", "OLED Dark": "", "Ollama": "", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Ollama nga bersyon", "On": "Gipaandar", "Only": "Lamang", @@ -493,6 +496,8 @@ "Use '#' in the prompt input to load and select your documents.": "Gamita ang '#' sa dali nga pagsulod aron makarga ug mapili ang imong mga dokumento.", "Use Gravatar": "Paggamit sa Gravatar", "Use Initials": "", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "tiggamit", "User Permissions": "Mga permiso sa tiggamit", "Users": "Mga tiggamit", diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json index 0eed3360b..f9383a3f7 100644 --- a/src/lib/i18n/locales/de-DE/translation.json +++ b/src/lib/i18n/locales/de-DE/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Gebe deine Rolle ein", "Error": "", "Experimental": "Experimentell", + "Export": "", "Export All Chats (All Users)": "Alle Chats exportieren (alle Benutzer)", "Export Chats": "Chats exportieren", "Export Documents Mapping": "Dokumentenmapping exportieren", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Hinweis: Wenn du einen Mindestscore festlegst, wird die Suche nur Dokumente zurückgeben, deren Score größer oder gleich dem Mindestscore ist.", "Notifications": "Desktop-Benachrichtigungen", "November": "November", + "num_thread (Ollama)": "", "October": "Oktober", "Off": "Aus", "Okay, Let's Go!": "Okay, los geht's!", "OLED Dark": "OLED Dunkel", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Ollama-Version", "On": "Ein", "Only": "Nur", @@ -493,6 +496,8 @@ "Use '#' in the prompt input to load and select your documents.": "Verwende '#' in der Prompt-Eingabe, um deine Dokumente zu laden und auszuwählen.", "Use Gravatar": "Gravatar verwenden", "Use Initials": "Initialen verwenden", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "Benutzer", "User Permissions": "Benutzerberechtigungen", "Users": "Benutzer", diff --git a/src/lib/i18n/locales/dg-DG/translation.json b/src/lib/i18n/locales/dg-DG/translation.json index bf5eb6389..396a51dfc 100644 --- a/src/lib/i18n/locales/dg-DG/translation.json +++ b/src/lib/i18n/locales/dg-DG/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "", "Error": "", "Experimental": "Much Experiment", + "Export": "", "Export All Chats (All Users)": "Export All Chats (All Doggos)", "Export Chats": "Export Barks", "Export Documents Mapping": "Export Mappings of Dogos", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "", "Notifications": "Notifications", "November": "", + "num_thread (Ollama)": "", "October": "", "Off": "Off", "Okay, Let's Go!": "Okay, Let's Go!", "OLED Dark": "OLED Dark", "Ollama": "", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Ollama Version", "On": "On", "Only": "Only", @@ -493,6 +496,8 @@ "Use '#' in the prompt input to load and select your documents.": "Use '#' in the prompt input to load and select your documents. Much use.", "Use Gravatar": "Use Gravatar much avatar", "Use Initials": "Use Initials much initial", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "user much user", "User Permissions": "User Permissions much permissions", "Users": "Users much users", diff --git a/src/lib/i18n/locales/en-GB/translation.json b/src/lib/i18n/locales/en-GB/translation.json index 85f5273df..f43f58a22 100644 --- a/src/lib/i18n/locales/en-GB/translation.json +++ b/src/lib/i18n/locales/en-GB/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "", "Error": "", "Experimental": "", + "Export": "", "Export All Chats (All Users)": "", "Export Chats": "", "Export Documents Mapping": "", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "", "Notifications": "", "November": "", + "num_thread (Ollama)": "", "October": "", "Off": "", "Okay, Let's Go!": "", "OLED Dark": "", "Ollama": "", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "", "On": "", "Only": "", @@ -493,6 +496,8 @@ "Use '#' in the prompt input to load and select your documents.": "", "Use Gravatar": "", "Use Initials": "", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "", "User Permissions": "", "Users": "", diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json index 85f5273df..f43f58a22 100644 --- a/src/lib/i18n/locales/en-US/translation.json +++ b/src/lib/i18n/locales/en-US/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "", "Error": "", "Experimental": "", + "Export": "", "Export All Chats (All Users)": "", "Export Chats": "", "Export Documents Mapping": "", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "", "Notifications": "", "November": "", + "num_thread (Ollama)": "", "October": "", "Off": "", "Okay, Let's Go!": "", "OLED Dark": "", "Ollama": "", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "", "On": "", "Only": "", @@ -493,6 +496,8 @@ "Use '#' in the prompt input to load and select your documents.": "", "Use Gravatar": "", "Use Initials": "", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "", "User Permissions": "", "Users": "", diff --git a/src/lib/i18n/locales/es-ES/translation.json b/src/lib/i18n/locales/es-ES/translation.json index 66e9349d0..cbb2eeaaf 100644 --- a/src/lib/i18n/locales/es-ES/translation.json +++ b/src/lib/i18n/locales/es-ES/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Ingrese su rol", "Error": "", "Experimental": "Experimental", + "Export": "", "Export All Chats (All Users)": "Exportar todos los chats (Todos los usuarios)", "Export Chats": "Exportar Chats", "Export Documents Mapping": "Exportar el mapeo de documentos", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Si estableces una puntuación mínima, la búsqueda sólo devolverá documentos con una puntuación mayor o igual a la puntuación mínima.", "Notifications": "Notificaciones", "November": "Noviembre", + "num_thread (Ollama)": "", "October": "Octubre", "Off": "Desactivado", "Okay, Let's Go!": "Bien, ¡Vamos!", "OLED Dark": "OLED oscuro", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Versión de Ollama", "On": "Activado", "Only": "Solamente", @@ -494,6 +497,8 @@ "Use '#' in the prompt input to load and select your documents.": "Utilice '#' en el prompt para cargar y seleccionar sus documentos.", "Use Gravatar": "Usar Gravatar", "Use Initials": "Usar Iniciales", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "usuario", "User Permissions": "Permisos de usuario", "Users": "Usuarios", diff --git a/src/lib/i18n/locales/fa-IR/translation.json b/src/lib/i18n/locales/fa-IR/translation.json index 1db2e4c0e..d6f09d4c1 100644 --- a/src/lib/i18n/locales/fa-IR/translation.json +++ b/src/lib/i18n/locales/fa-IR/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "نقش خود را وارد کنید", "Error": "", "Experimental": "آزمایشی", + "Export": "", "Export All Chats (All Users)": "اکسپورت از همه گپ\u200cها(همه کاربران)", "Export Chats": "اکسپورت از گپ\u200cها", "Export Documents Mapping": "اکسپورت از نگاشت اسناد", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "", "Notifications": "اعلان", "November": "نوامبر", + "num_thread (Ollama)": "", "October": "اکتبر", "Off": "خاموش", "Okay, Let's Go!": "باشه، بزن بریم!", "OLED Dark": "OLED تیره", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "نسخه اولاما", "On": "روشن", "Only": "فقط", @@ -493,6 +496,8 @@ "Use '#' in the prompt input to load and select your documents.": "در پرامپت از '#' برای لود و انتخاب اسناد خود استفاده کنید.", "Use Gravatar": "استفاده از گراواتار", "Use Initials": "استفاده از آبزوده", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "کاربر", "User Permissions": "مجوزهای کاربر", "Users": "کاربران", diff --git a/src/lib/i18n/locales/fi-FI/translation.json b/src/lib/i18n/locales/fi-FI/translation.json index a547812e7..b56172ccf 100644 --- a/src/lib/i18n/locales/fi-FI/translation.json +++ b/src/lib/i18n/locales/fi-FI/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Syötä roolisi", "Error": "", "Experimental": "Kokeellinen", + "Export": "", "Export All Chats (All Users)": "Vie kaikki keskustelut (kaikki käyttäjät)", "Export Chats": "Vie keskustelut", "Export Documents Mapping": "Vie asiakirjakartoitus", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Huom: Jos asetat vähimmäispisteet, haku palauttaa vain asiakirjat, joiden pisteet ovat suurempia tai yhtä suuria kuin vähimmäispistemäärä.", "Notifications": "Ilmoitukset", "November": "marraskuu", + "num_thread (Ollama)": "", "October": "lokakuu", "Off": "Pois", "Okay, Let's Go!": "Eikun menoksi!", "OLED Dark": "OLED-tumma", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Ollama-versio", "On": "Päällä", "Only": "Vain", @@ -493,6 +496,8 @@ "Use '#' in the prompt input to load and select your documents.": "Käytä '#' syötteessä ladataksesi ja valitaksesi asiakirjoja.", "Use Gravatar": "Käytä Gravataria", "Use Initials": "Käytä alkukirjaimia", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "käyttäjä", "User Permissions": "Käyttäjäoikeudet", "Users": "Käyttäjät", diff --git a/src/lib/i18n/locales/fr-CA/translation.json b/src/lib/i18n/locales/fr-CA/translation.json index 74ab6b4aa..bf2253dad 100644 --- a/src/lib/i18n/locales/fr-CA/translation.json +++ b/src/lib/i18n/locales/fr-CA/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Entrez votre rôle", "Error": "", "Experimental": "Expérimental", + "Export": "", "Export All Chats (All Users)": "Exporter toutes les discussions (Tous les utilisateurs)", "Export Chats": "Exporter les discussions", "Export Documents Mapping": "Exporter le mappage des documents", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Note: Si vous définissez un score minimum, la recherche ne retournera que les documents avec un score supérieur ou égal au score minimum.", "Notifications": "Notifications de bureau", "November": "Novembre", + "num_thread (Ollama)": "", "October": "Octobre", "Off": "Éteint", "Okay, Let's Go!": "Okay, Allons-y !", "OLED Dark": "OLED Sombre", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Version Ollama", "On": "Activé", "Only": "Seulement", @@ -494,6 +497,8 @@ "Use '#' in the prompt input to load and select your documents.": "Utilisez '#' dans l'entrée de prompt pour charger et sélectionner vos documents.", "Use Gravatar": "Utiliser Gravatar", "Use Initials": "Utiliser les Initiales", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "utilisateur", "User Permissions": "Permissions de l'utilisateur", "Users": "Utilisateurs", diff --git a/src/lib/i18n/locales/fr-FR/translation.json b/src/lib/i18n/locales/fr-FR/translation.json index f58b829e7..7fc758179 100644 --- a/src/lib/i18n/locales/fr-FR/translation.json +++ b/src/lib/i18n/locales/fr-FR/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Entrez Votre Rôle", "Error": "", "Experimental": "Expérimental", + "Export": "", "Export All Chats (All Users)": "Exporter Tous les Chats (Tous les Utilisateurs)", "Export Chats": "Exporter les Chats", "Export Documents Mapping": "Exporter la Correspondance des Documents", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Note : Si vous définissez un score minimum, la recherche ne renverra que les documents ayant un score supérieur ou égal au score minimum.", "Notifications": "Notifications de bureau", "November": "Novembre", + "num_thread (Ollama)": "", "October": "Octobre", "Off": "Désactivé", "Okay, Let's Go!": "D'accord, allons-y !", "OLED Dark": "Sombre OLED", "Ollama": "Ollama", "Ollama API": "API Ollama", + "Ollama API disabled": "", "Ollama Version": "Version Ollama", "On": "Activé", "Only": "Seulement", @@ -494,6 +497,8 @@ "Use '#' in the prompt input to load and select your documents.": "Utilisez '#' dans l'entrée du prompt pour charger et sélectionner vos documents.", "Use Gravatar": "Utiliser Gravatar", "Use Initials": "Utiliser les Initiales", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "utilisateur", "User Permissions": "Permissions d'utilisateur", "Users": "Utilisateurs", diff --git a/src/lib/i18n/locales/he-IL/translation.json b/src/lib/i18n/locales/he-IL/translation.json index 9b9f1e891..d2387882d 100644 --- a/src/lib/i18n/locales/he-IL/translation.json +++ b/src/lib/i18n/locales/he-IL/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "הזן את התפקיד שלך", "Error": "", "Experimental": "ניסיוני", + "Export": "", "Export All Chats (All Users)": "ייצוא כל הצ'אטים (כל המשתמשים)", "Export Chats": "ייצוא צ'אטים", "Export Documents Mapping": "ייצוא מיפוי מסמכים", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "הערה: אם תקבע ציון מינימלי, החיפוש יחזיר רק מסמכים עם ציון שגבוה או שווה לציון המינימלי.", "Notifications": "התראות", "November": "נובמבר", + "num_thread (Ollama)": "", "October": "אוקטובר", "Off": "כבוי", "Okay, Let's Go!": "בסדר, בואו נתחיל!", "OLED Dark": "OLED כהה", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "גרסת Ollama", "On": "פועל", "Only": "רק", @@ -494,6 +497,8 @@ "Use '#' in the prompt input to load and select your documents.": "השתמש ב- '#' בקלט הבקשה כדי לטעון ולבחור את המסמכים שלך.", "Use Gravatar": "שימוש ב Gravatar", "Use Initials": "שימוש ב initials", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "משתמש", "User Permissions": "הרשאות משתמש", "Users": "משתמשים", diff --git a/src/lib/i18n/locales/hi-IN/translation.json b/src/lib/i18n/locales/hi-IN/translation.json index f747aae8e..2001f2573 100644 --- a/src/lib/i18n/locales/hi-IN/translation.json +++ b/src/lib/i18n/locales/hi-IN/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "अपनी भूमिका दर्ज करें", "Error": "", "Experimental": "प्रयोगात्मक", + "Export": "", "Export All Chats (All Users)": "सभी चैट निर्यात करें (सभी उपयोगकर्ताओं की)", "Export Chats": "चैट निर्यात करें", "Export Documents Mapping": "निर्यात दस्तावेज़ मैपिंग", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ध्यान दें: यदि आप न्यूनतम स्कोर निर्धारित करते हैं, तो खोज केवल न्यूनतम स्कोर से अधिक या उसके बराबर स्कोर वाले दस्तावेज़ वापस लाएगी।", "Notifications": "सूचनाएं", "November": "नवंबर", + "num_thread (Ollama)": "", "October": "अक्टूबर", "Off": "बंद", "Okay, Let's Go!": "ठीक है, चलिए चलते हैं!", "OLED Dark": "OLEDescuro", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Ollama Version", "On": "चालू", "Only": "केवल", @@ -493,6 +496,8 @@ "Use '#' in the prompt input to load and select your documents.": "अपने दस्तावेज़ों को लोड करने और चुनने के लिए शीघ्र इनपुट में '#' का उपयोग करें।", "Use Gravatar": "Gravatar का प्रयोग करें", "Use Initials": "प्रथमाक्षर का प्रयोग करें", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "उपयोगकर्ता", "User Permissions": "उपयोगकर्ता अनुमतियाँ", "Users": "उपयोगकर्ताओं", diff --git a/src/lib/i18n/locales/hr-HR/translation.json b/src/lib/i18n/locales/hr-HR/translation.json index c01195348..da1f88fbc 100644 --- a/src/lib/i18n/locales/hr-HR/translation.json +++ b/src/lib/i18n/locales/hr-HR/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Unesite svoju ulogu", "Error": "", "Experimental": "Eksperimentalno", + "Export": "", "Export All Chats (All Users)": "Izvoz svih razgovora (svi korisnici)", "Export Chats": "Izvoz razgovora", "Export Documents Mapping": "Izvoz mapiranja dokumenata", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Napomena: Ako postavite minimalnu ocjenu, pretraga će vratiti samo dokumente s ocjenom većom ili jednakom minimalnoj ocjeni.", "Notifications": "Obavijesti", "November": "Studeni", + "num_thread (Ollama)": "", "October": "Listopad", "Off": "Isključeno", "Okay, Let's Go!": "U redu, idemo!", "OLED Dark": "OLED Tamno", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Ollama verzija", "On": "Uključeno", "Only": "Samo", @@ -494,6 +497,8 @@ "Use '#' in the prompt input to load and select your documents.": "Koristite '#' u unosu prompta za učitavanje i odabir vaših dokumenata.", "Use Gravatar": "Koristi Gravatar", "Use Initials": "Koristi inicijale", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "korisnik", "User Permissions": "Korisnička dopuštenja", "Users": "Korisnici", diff --git a/src/lib/i18n/locales/it-IT/translation.json b/src/lib/i18n/locales/it-IT/translation.json index 1f6dfbc9c..883dc9a39 100644 --- a/src/lib/i18n/locales/it-IT/translation.json +++ b/src/lib/i18n/locales/it-IT/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Inserisci il tuo ruolo", "Error": "", "Experimental": "Sperimentale", + "Export": "", "Export All Chats (All Users)": "Esporta tutte le chat (tutti gli utenti)", "Export Chats": "Esporta chat", "Export Documents Mapping": "Esporta mappatura documenti", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: se imposti un punteggio minimo, la ricerca restituirà solo i documenti con un punteggio maggiore o uguale al punteggio minimo.", "Notifications": "Notifiche desktop", "November": "Novembre", + "num_thread (Ollama)": "", "October": "Ottobre", "Off": "Disattivato", "Okay, Let's Go!": "Ok, andiamo!", "OLED Dark": "OLED scuro", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Versione Ollama", "On": "Attivato", "Only": "Solo", @@ -494,6 +497,8 @@ "Use '#' in the prompt input to load and select your documents.": "Usa '#' nell'input del prompt per caricare e selezionare i tuoi documenti.", "Use Gravatar": "Usa Gravatar", "Use Initials": "Usa iniziali", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "utente", "User Permissions": "Autorizzazioni utente", "Users": "Utenti", diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json index 0454e35a0..7815d4060 100644 --- a/src/lib/i18n/locales/ja-JP/translation.json +++ b/src/lib/i18n/locales/ja-JP/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "ロールを入力してください", "Error": "", "Experimental": "実験的", + "Export": "", "Export All Chats (All Users)": "すべてのチャットをエクスポート (すべてのユーザー)", "Export Chats": "チャットをエクスポート", "Export Documents Mapping": "ドキュメントマッピングをエクスポート", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:最小スコアを設定した場合、検索は最小スコア以上のスコアを持つドキュメントのみを返します。", "Notifications": "デスクトップ通知", "November": "11月", + "num_thread (Ollama)": "", "October": "10月", "Off": "オフ", "Okay, Let's Go!": "OK、始めましょう!", "OLED Dark": "OLED ダーク", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Ollama バージョン", "On": "オン", "Only": "のみ", @@ -492,6 +495,8 @@ "Use '#' in the prompt input to load and select your documents.": "プロンプト入力で '#' を使用して、ドキュメントを読み込んで選択します。", "Use Gravatar": "Gravatar を使用する", "Use Initials": "初期値を使用する", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "ユーザー", "User Permissions": "ユーザー権限", "Users": "ユーザー", diff --git a/src/lib/i18n/locales/ka-GE/translation.json b/src/lib/i18n/locales/ka-GE/translation.json index 536ea0d9c..6ff0dd4ec 100644 --- a/src/lib/i18n/locales/ka-GE/translation.json +++ b/src/lib/i18n/locales/ka-GE/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "შეიყვანეთ თქვენი როლი", "Error": "", "Experimental": "ექსპერიმენტალური", + "Export": "", "Export All Chats (All Users)": "ექსპორტი ყველა ჩათი (ყველა მომხმარებელი)", "Export Chats": "მიმოწერის ექსპორტირება", "Export Documents Mapping": "დოკუმენტების კავშირის ექსპორტი", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "შენიშვნა: თუ თქვენ დააყენებთ მინიმალურ ქულას, ძებნა დააბრუნებს მხოლოდ დოკუმენტებს მინიმალური ქულის მეტი ან ტოლი ქულით.", "Notifications": "შეტყობინება", "November": "ნოემბერი", + "num_thread (Ollama)": "", "October": "ოქტომბერი", "Off": "გამორთვა", "Okay, Let's Go!": "კარგი, წავედით!", "OLED Dark": "OLED მუქი", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Ollama ვერსია", "On": "ჩართვა", "Only": "მხოლოდ", @@ -493,6 +496,8 @@ "Use '#' in the prompt input to load and select your documents.": "პრომტში გამოიყენე '#' რომელიც გაიტანს დოკუმენტებს", "Use Gravatar": "გამოიყენე Gravatar", "Use Initials": "გამოიყენე ინიციალები", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "მომხმარებელი", "User Permissions": "მომხმარებლის უფლებები", "Users": "მომხმარებლები", diff --git a/src/lib/i18n/locales/ko-KR/translation.json b/src/lib/i18n/locales/ko-KR/translation.json index 1c2aecc79..2313d45b1 100644 --- a/src/lib/i18n/locales/ko-KR/translation.json +++ b/src/lib/i18n/locales/ko-KR/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "역할 입력", "Error": "", "Experimental": "실험적", + "Export": "", "Export All Chats (All Users)": "모든 채팅 내보내기 (모든 사용자)", "Export Chats": "채팅 내보내기", "Export Documents Mapping": "문서 매핑 내보내기", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "참고: 최소 점수를 설정하면 검색 결과는 최소 점수 이상의 점수를 가진 문서만 반환됩니다.", "Notifications": "알림", "November": "11월", + "num_thread (Ollama)": "", "October": "10월", "Off": "끄기", "Okay, Let's Go!": "그렇습니다, 시작합시다!", "OLED Dark": "OLED 어두운", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Ollama 버전", "On": "켜기", "Only": "오직", @@ -492,6 +495,8 @@ "Use '#' in the prompt input to load and select your documents.": "프롬프트 입력에서 '#'를 사용하여 문서를 로드하고 선택하세요.", "Use Gravatar": "Gravatar 사용", "Use Initials": "초성 사용", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "사용자", "User Permissions": "사용자 권한", "Users": "사용자", diff --git a/src/lib/i18n/locales/nl-NL/translation.json b/src/lib/i18n/locales/nl-NL/translation.json index bdefb5903..332ad344a 100644 --- a/src/lib/i18n/locales/nl-NL/translation.json +++ b/src/lib/i18n/locales/nl-NL/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Voer je Rol in", "Error": "", "Experimental": "Experimenteel", + "Export": "", "Export All Chats (All Users)": "Exporteer Alle Chats (Alle Gebruikers)", "Export Chats": "Exporteer Chats", "Export Documents Mapping": "Exporteer Documenten Mapping", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Opmerking: Als u een minimumscore instelt, levert de zoekopdracht alleen documenten op met een score groter dan of gelijk aan de minimumscore.", "Notifications": "Desktop Notificaties", "November": "November", + "num_thread (Ollama)": "", "October": "Oktober", "Off": "Uit", "Okay, Let's Go!": "Okay, Laten we gaan!", "OLED Dark": "OLED Donker", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Ollama Versie", "On": "Aan", "Only": "Alleen", @@ -493,6 +496,8 @@ "Use '#' in the prompt input to load and select your documents.": "Gebruik '#' in de prompt input om je documenten te laden en te selecteren.", "Use Gravatar": "Gebruik Gravatar", "Use Initials": "Gebruik Initials", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "user", "User Permissions": "Gebruikers Rechten", "Users": "Gebruikers", diff --git a/src/lib/i18n/locales/pa-IN/translation.json b/src/lib/i18n/locales/pa-IN/translation.json index 01ce08ca1..064a82bef 100644 --- a/src/lib/i18n/locales/pa-IN/translation.json +++ b/src/lib/i18n/locales/pa-IN/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "ਆਪਣੀ ਭੂਮਿਕਾ ਦਰਜ ਕਰੋ", "Error": "", "Experimental": "ਪਰਮਾਣੂਕ੍ਰਿਤ", + "Export": "", "Export All Chats (All Users)": "ਸਾਰੀਆਂ ਗੱਲਾਂ ਨਿਰਯਾਤ ਕਰੋ (ਸਾਰੇ ਉਪਭੋਗਤਾ)", "Export Chats": "ਗੱਲਾਂ ਨਿਰਯਾਤ ਕਰੋ", "Export Documents Mapping": "ਡਾਕੂਮੈਂਟ ਮੈਪਿੰਗ ਨਿਰਯਾਤ ਕਰੋ", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ਨੋਟ: ਜੇ ਤੁਸੀਂ ਘੱਟੋ-ਘੱਟ ਸਕੋਰ ਸੈੱਟ ਕਰਦੇ ਹੋ, ਤਾਂ ਖੋਜ ਸਿਰਫ਼ ਉਹੀ ਡਾਕੂਮੈਂਟ ਵਾਪਸ ਕਰੇਗੀ ਜਿਨ੍ਹਾਂ ਦਾ ਸਕੋਰ ਘੱਟੋ-ਘੱਟ ਸਕੋਰ ਦੇ ਬਰਾਬਰ ਜਾਂ ਵੱਧ ਹੋਵੇ।", "Notifications": "ਸੂਚਨਾਵਾਂ", "November": "ਨਵੰਬਰ", + "num_thread (Ollama)": "", "October": "ਅਕਤੂਬਰ", "Off": "ਬੰਦ", "Okay, Let's Go!": "ਠੀਕ ਹੈ, ਚੱਲੋ ਚੱਲੀਏ!", "OLED Dark": "OLED ਗੂੜ੍ਹਾ", "Ollama": "ਓਲਾਮਾ", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "ਓਲਾਮਾ ਵਰਜਨ", "On": "ਚਾਲੂ", "Only": "ਸਿਰਫ਼", @@ -493,6 +496,8 @@ "Use '#' in the prompt input to load and select your documents.": "ਆਪਣੇ ਡਾਕੂਮੈਂਟ ਲੋਡ ਅਤੇ ਚੁਣਨ ਲਈ ਪ੍ਰੰਪਟ ਇਨਪੁਟ ਵਿੱਚ '#' ਵਰਤੋ।", "Use Gravatar": "ਗ੍ਰਾਵਾਟਾਰ ਵਰਤੋ", "Use Initials": "ਸ਼ੁਰੂਆਤੀ ਅੱਖਰ ਵਰਤੋ", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "ਉਪਭੋਗਤਾ", "User Permissions": "ਉਪਭੋਗਤਾ ਅਧਿਕਾਰ", "Users": "ਉਪਭੋਗਤਾ", diff --git a/src/lib/i18n/locales/pl-PL/translation.json b/src/lib/i18n/locales/pl-PL/translation.json index 3dd49a349..ae11064ec 100644 --- a/src/lib/i18n/locales/pl-PL/translation.json +++ b/src/lib/i18n/locales/pl-PL/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Wprowadź swoją rolę", "Error": "", "Experimental": "Eksperymentalne", + "Export": "", "Export All Chats (All Users)": "Eksportuj wszystkie czaty (wszyscy użytkownicy)", "Export Chats": "Eksportuj czaty", "Export Documents Mapping": "Eksportuj mapowanie dokumentów", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Uwaga: Jeśli ustawisz minimalny wynik, szukanie zwróci jedynie dokumenty z wynikiem większym lub równym minimalnemu.", "Notifications": "Powiadomienia", "November": "Listopad", + "num_thread (Ollama)": "", "October": "Październik", "Off": "Wyłączony", "Okay, Let's Go!": "Okej, zaczynamy!", "OLED Dark": "Ciemny OLED", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Wersja Ollama", "On": "Włączony", "Only": "Tylko", @@ -495,6 +498,8 @@ "Use '#' in the prompt input to load and select your documents.": "Użyj '#' w polu wprowadzania polecenia, aby załadować i wybrać swoje dokumenty.", "Use Gravatar": "Użyj Gravatara", "Use Initials": "Użyj inicjałów", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "użytkownik", "User Permissions": "Uprawnienia użytkownika", "Users": "Użytkownicy", diff --git a/src/lib/i18n/locales/pt-BR/translation.json b/src/lib/i18n/locales/pt-BR/translation.json index aa0ae8b19..e5a15f471 100644 --- a/src/lib/i18n/locales/pt-BR/translation.json +++ b/src/lib/i18n/locales/pt-BR/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Digite sua Função", "Error": "", "Experimental": "Experimental", + "Export": "", "Export All Chats (All Users)": "Exportar Todos os Bate-papos (Todos os Usuários)", "Export Chats": "Exportar Bate-papos", "Export Documents Mapping": "Exportar Mapeamento de Documentos", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Se você definir uma pontuação mínima, a pesquisa só retornará documentos com uma pontuação maior ou igual à pontuação mínima.", "Notifications": "Notificações da Área de Trabalho", "November": "Novembro", + "num_thread (Ollama)": "", "October": "Outubro", "Off": "Desligado", "Okay, Let's Go!": "Ok, Vamos Lá!", "OLED Dark": "OLED Escuro", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Versão do Ollama", "On": "Ligado", "Only": "Somente", @@ -494,6 +497,8 @@ "Use '#' in the prompt input to load and select your documents.": "Use '#' na entrada do prompt para carregar e selecionar seus documentos.", "Use Gravatar": "Usar Gravatar", "Use Initials": "Usar Iniciais", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "usuário", "User Permissions": "Permissões do Usuário", "Users": "Usuários", diff --git a/src/lib/i18n/locales/pt-PT/translation.json b/src/lib/i18n/locales/pt-PT/translation.json index 31baf7541..1cc22d973 100644 --- a/src/lib/i18n/locales/pt-PT/translation.json +++ b/src/lib/i18n/locales/pt-PT/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Digite sua Função", "Error": "", "Experimental": "Experimental", + "Export": "", "Export All Chats (All Users)": "Exportar Todos os Bate-papos (Todos os Usuários)", "Export Chats": "Exportar Bate-papos", "Export Documents Mapping": "Exportar Mapeamento de Documentos", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nota: Se você definir uma pontuação mínima, a pesquisa só retornará documentos com uma pontuação maior ou igual à pontuação mínima.", "Notifications": "Notificações da Área de Trabalho", "November": "Novembro", + "num_thread (Ollama)": "", "October": "Outubro", "Off": "Desligado", "Okay, Let's Go!": "Ok, Vamos Lá!", "OLED Dark": "OLED Escuro", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Versão do Ollama", "On": "Ligado", "Only": "Somente", @@ -494,6 +497,8 @@ "Use '#' in the prompt input to load and select your documents.": "Use '#' na entrada do prompt para carregar e selecionar seus documentos.", "Use Gravatar": "Usar Gravatar", "Use Initials": "Usar Iniciais", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "usuário", "User Permissions": "Permissões do Usuário", "Users": "Usuários", diff --git a/src/lib/i18n/locales/ru-RU/translation.json b/src/lib/i18n/locales/ru-RU/translation.json index 7dbbd24cd..2a308b47f 100644 --- a/src/lib/i18n/locales/ru-RU/translation.json +++ b/src/lib/i18n/locales/ru-RU/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Введите вашу роль", "Error": "", "Experimental": "Экспериментальное", + "Export": "", "Export All Chats (All Users)": "Экспортировать все чаты (все пользователи)", "Export Chats": "Экспортировать чаты", "Export Documents Mapping": "Экспортировать отображение документов", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Обратите внимание: Если вы установите минимальный балл, поиск будет возвращать только документы с баллом больше или равным минимальному баллу.", "Notifications": "Уведомления на рабочем столе", "November": "Ноябрь", + "num_thread (Ollama)": "", "October": "Октябрь", "Off": "Выключено.", "Okay, Let's Go!": "Давайте начнём!", "OLED Dark": "OLED темная", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Версия Ollama", "On": "Включено.", "Only": "Только", @@ -495,6 +498,8 @@ "Use '#' in the prompt input to load and select your documents.": "Используйте '#' в поле ввода промпта для загрузки и выбора ваших документов.", "Use Gravatar": "Использовать Gravatar", "Use Initials": "Использовать инициалы", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "пользователь", "User Permissions": "Права пользователя", "Users": "Пользователи", diff --git a/src/lib/i18n/locales/sr-RS/translation.json b/src/lib/i18n/locales/sr-RS/translation.json index 6b27eb24c..1ec47fe75 100644 --- a/src/lib/i18n/locales/sr-RS/translation.json +++ b/src/lib/i18n/locales/sr-RS/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Унесите вашу улогу", "Error": "", "Experimental": "Експериментално", + "Export": "", "Export All Chats (All Users)": "Извези сва ћаскања (сви корисници)", "Export Chats": "Извези ћаскања", "Export Documents Mapping": "Извези мапирање докумената", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Напомена: ако подесите најмањи резултат, претрага ће вратити само документе са резултатом већим или једнаким најмањем резултату.", "Notifications": "Обавештења", "November": "Новембар", + "num_thread (Ollama)": "", "October": "Октобар", "Off": "Искључено", "Okay, Let's Go!": "У реду, хајде да кренемо!", "OLED Dark": "OLED тамна", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Издање Ollama-е", "On": "Укључено", "Only": "Само", @@ -494,6 +497,8 @@ "Use '#' in the prompt input to load and select your documents.": "Користи '#' у уносу упита да учитате и изаберете ваше документе.", "Use Gravatar": "Користи Граватар", "Use Initials": "Користи иницијале", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "корисник", "User Permissions": "Овлашћења корисника", "Users": "Корисници", diff --git a/src/lib/i18n/locales/sv-SE/translation.json b/src/lib/i18n/locales/sv-SE/translation.json index 7d871cff7..4e321fce2 100644 --- a/src/lib/i18n/locales/sv-SE/translation.json +++ b/src/lib/i18n/locales/sv-SE/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Ange din roll", "Error": "", "Experimental": "Experimentell", + "Export": "", "Export All Chats (All Users)": "Exportera alla chattar (alla användare)", "Export Chats": "Exportera chattar", "Export Documents Mapping": "Exportera dokumentmappning", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Merk: Hvis du angir en minimumspoengsum, returnerer søket bare dokumenter med en poengsum som er større enn eller lik minimumspoengsummen.", "Notifications": "Notifikationer", "November": "november", + "num_thread (Ollama)": "", "October": "oktober", "Off": "Av", "Okay, Let's Go!": "Okej, nu kör vi!", "OLED Dark": "OLED mörkt", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Ollama-version", "On": "På", "Only": "Endast", @@ -493,6 +496,8 @@ "Use '#' in the prompt input to load and select your documents.": "Använd '#' i promptinmatningen för att ladda och välja dina dokument.", "Use Gravatar": "Använd Gravatar", "Use Initials": "Använd initialer", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "användare", "User Permissions": "Användarbehörigheter", "Users": "Användare", diff --git a/src/lib/i18n/locales/tr-TR/translation.json b/src/lib/i18n/locales/tr-TR/translation.json index aaf6f120f..933c21b23 100644 --- a/src/lib/i18n/locales/tr-TR/translation.json +++ b/src/lib/i18n/locales/tr-TR/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Rolünüzü Girin", "Error": "Hata", "Experimental": "Deneysel", + "Export": "", "Export All Chats (All Users)": "Tüm Sohbetleri Dışa Aktar (Tüm Kullanıcılar)", "Export Chats": "Sohbetleri Dışa Aktar", "Export Documents Mapping": "Belge Eşlemesini Dışa Aktar", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Not: Minimum bir skor belirlerseniz, arama yalnızca minimum skora eşit veya daha yüksek bir skora sahip belgeleri getirecektir.", "Notifications": "Bildirimler", "November": "Kasım", + "num_thread (Ollama)": "", "October": "Ekim", "Off": "Kapalı", "Okay, Let's Go!": "Tamam, Hadi Başlayalım!", "OLED Dark": "OLED Koyu", "Ollama": "Ollama", "Ollama API": "Ollama API", + "Ollama API disabled": "", "Ollama Version": "Ollama Sürümü", "On": "Açık", "Only": "Yalnızca", @@ -493,6 +496,8 @@ "Use '#' in the prompt input to load and select your documents.": "Belgelerinizi yüklemek ve seçmek için promptda '#' kullanın.", "Use Gravatar": "Gravatar Kullan", "Use Initials": "Baş Harfleri Kullan", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "kullanıcı", "User Permissions": "Kullanıcı İzinleri", "Users": "Kullanıcılar", diff --git a/src/lib/i18n/locales/uk-UA/translation.json b/src/lib/i18n/locales/uk-UA/translation.json index 14ae51153..c8e2dd607 100644 --- a/src/lib/i18n/locales/uk-UA/translation.json +++ b/src/lib/i18n/locales/uk-UA/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Введіть вашу роль", "Error": "Помилка", "Experimental": "Експериментальне", + "Export": "", "Export All Chats (All Users)": "Експортувати всі чати (всі користувачі)", "Export Chats": "Експортувати чати", "Export Documents Mapping": "Експортувати відображення документів", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Примітка: Якщо ви встановите мінімальну кількість балів, пошук поверне лише документи з кількістю балів, більшою або рівною мінімальній кількості балів.", "Notifications": "Сповіщення", "November": "Листопад", + "num_thread (Ollama)": "", "October": "Жовтень", "Off": "Вимк", "Okay, Let's Go!": "Гаразд, давайте почнемо!", "OLED Dark": "Темний OLED", "Ollama": "Ollama", "Ollama API": "Ollama API", + "Ollama API disabled": "", "Ollama Version": "Версія Ollama", "On": "Увімк", "Only": "Тільки", @@ -495,6 +498,8 @@ "Use '#' in the prompt input to load and select your documents.": "Для введення промтів до веб-сторінок (URL) або вибору документів, будь ласка, використовуйте символ '#'.", "Use Gravatar": "Змінити аватар", "Use Initials": "Використовувати ініціали", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "користувач", "User Permissions": "Права користувача", "Users": "Користувачі", diff --git a/src/lib/i18n/locales/vi-VN/translation.json b/src/lib/i18n/locales/vi-VN/translation.json index 152f10df3..b46e17ba1 100644 --- a/src/lib/i18n/locales/vi-VN/translation.json +++ b/src/lib/i18n/locales/vi-VN/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "Nhập vai trò của bạn", "Error": "Lỗi", "Experimental": "Thử nghiệm", + "Export": "", "Export All Chats (All Users)": "Tải về tất cả nội dung chat (tất cả mọi người)", "Export Chats": "Tải nội dung chat về máy", "Export Documents Mapping": "Tải cấu trúc tài liệu về máy", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Lưu ý: Nếu bạn đặt điểm (Score) tối thiểu thì tìm kiếm sẽ chỉ trả về những tài liệu có điểm lớn hơn hoặc bằng điểm tối thiểu.", "Notifications": "Thông báo trên máy tính (Notification)", "November": "Tháng 11", + "num_thread (Ollama)": "", "October": "Tháng 10", "Off": "Tắt", "Okay, Let's Go!": "Được rồi, Bắt đầu thôi!", "OLED Dark": "OLED Dark", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Phiên bản Ollama", "On": "Bật", "Only": "Only", @@ -492,6 +495,8 @@ "Use '#' in the prompt input to load and select your documents.": "Sử dụng '#' trong đầu vào của prompt để tải về và lựa chọn tài liệu của bạn cần truy vấn.", "Use Gravatar": "Sử dụng Gravatar", "Use Initials": "Sử dụng tên viết tắt", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "Người sử dụng", "User Permissions": "Phân quyền sử dụng", "Users": "người sử dụng", diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index 0147730e3..d3341f428 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "输入您的角色", "Error": "", "Experimental": "实验性", + "Export": "", "Export All Chats (All Users)": "导出所有聊天(所有用户)", "Export Chats": "导出聊天", "Export Documents Mapping": "导出文档映射", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:如果设置了最低分数,搜索只会返回分数大于或等于最低分数的文档。", "Notifications": "桌面通知", "November": "十一月", + "num_thread (Ollama)": "", "October": "十月", "Off": "关闭", "Okay, Let's Go!": "好的,我们开始吧!", "OLED Dark": "暗黑色", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Ollama 版本", "On": "开", "Only": "仅", @@ -492,6 +495,8 @@ "Use '#' in the prompt input to load and select your documents.": "在提示输入中使用'#'来加载和选择你的文档。", "Use Gravatar": "使用 Gravatar", "Use Initials": "使用首字母缩写", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "用户", "User Permissions": "用户权限", "Users": "用户", diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json index 760d1cb12..87a49359e 100644 --- a/src/lib/i18n/locales/zh-TW/translation.json +++ b/src/lib/i18n/locales/zh-TW/translation.json @@ -204,6 +204,7 @@ "Enter Your Role": "輸入你的角色", "Error": "", "Experimental": "實驗功能", + "Export": "", "Export All Chats (All Users)": "匯出所有聊天紀錄(所有使用者)", "Export Chats": "匯出聊天紀錄", "Export Documents Mapping": "匯出文件映射", @@ -311,12 +312,14 @@ "Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "註:如果設置最低分數,則搜索將只返回分數大於或等於最低分數的文檔。", "Notifications": "桌面通知", "November": "11月", + "num_thread (Ollama)": "", "October": "10 月", "Off": "關閉", "Okay, Let's Go!": "好的,啟動吧!", "OLED Dark": "`", "Ollama": "Ollama", "Ollama API": "", + "Ollama API disabled": "", "Ollama Version": "Ollama 版本", "On": "開啟", "Only": "僅有", @@ -492,6 +495,8 @@ "Use '#' in the prompt input to load and select your documents.": "在輸入框中輸入 '#' 以載入並選擇你的文件。", "Use Gravatar": "使用 Gravatar", "Use Initials": "使用初始头像", + "use_mlock (Ollama)": "", + "use_mmap (Ollama)": "", "user": "使用者", "User Permissions": "使用者權限", "Users": "使用者",