diff --git a/src/lib/components/workspace/Knowledge/Collection/AddTextContentModal.svelte b/src/lib/components/workspace/Knowledge/Collection/AddTextContentModal.svelte
index 82e64f3edc..40553b4c96 100644
--- a/src/lib/components/workspace/Knowledge/Collection/AddTextContentModal.svelte
+++ b/src/lib/components/workspace/Knowledge/Collection/AddTextContentModal.svelte
@@ -85,8 +85,8 @@
voiceInput = false;
}}
on:confirm={(e) => {
- const response = e.detail;
- content = `${content}${response} `;
+ const { text, filename } = e.detail;
+ content = `${content}${text} `;
voiceInput = false;
}}
diff --git a/src/lib/i18n/locales/ar-BH/translation.json b/src/lib/i18n/locales/ar-BH/translation.json
index 1c0aab7322..5e2bd3e6ed 100644
--- a/src/lib/i18n/locales/ar-BH/translation.json
+++ b/src/lib/i18n/locales/ar-BH/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "ليس صحيحا من حيث الواقع",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ملاحظة: إذا قمت بتعيين الحد الأدنى من النقاط، فلن يؤدي البحث إلا إلى إرجاع المستندات التي لها نقاط أكبر من أو تساوي الحد الأدنى من النقاط.",
+ "Notes": "",
"Notifications": "إشعارات",
"November": "نوفمبر",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "منصب",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/bg-BG/translation.json b/src/lib/i18n/locales/bg-BG/translation.json
index 6d48b9368c..7ea8627717 100644
--- a/src/lib/i18n/locales/bg-BG/translation.json
+++ b/src/lib/i18n/locales/bg-BG/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Не е фактологически правилно",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Забележка: Ако зададете минимален резултат, търсенето ще върне само документи с резултат, по-голям или равен на минималния резултат.",
+ "Notes": "",
"Notifications": "Десктоп Известия",
"November": "Ноември",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Роля",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/bn-BD/translation.json b/src/lib/i18n/locales/bn-BD/translation.json
index 1a980b7743..86f3a9ab9a 100644
--- a/src/lib/i18n/locales/bn-BD/translation.json
+++ b/src/lib/i18n/locales/bn-BD/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "তথ্যগত দিক থেকে সঠিক নয়",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "দ্রষ্টব্য: আপনি যদি ন্যূনতম স্কোর সেট করেন তবে অনুসন্ধানটি কেবলমাত্র ন্যূনতম স্কোরের চেয়ে বেশি বা সমান স্কোর সহ নথিগুলি ফেরত দেবে।",
+ "Notes": "",
"Notifications": "নোটিফিকেশনসমূহ",
"November": "নভেম্বর",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "পদবি",
"Rosé Pine": "রোজ পাইন",
diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json
index 0009e0e98c..0d829b0d58 100644
--- a/src/lib/i18n/locales/ca-ES/translation.json
+++ b/src/lib/i18n/locales/ca-ES/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "No és clarament correcte",
"Not helpful": "",
"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 s'estableix una puntuació mínima, la cerca només retornarà documents amb una puntuació major o igual a la puntuació mínima.",
+ "Notes": "",
"Notifications": "Notificacions",
"November": "Novembre",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de resposta no es poden activar perquè els permisos del lloc web han estat rebutjats. Comprova les preferències del navegador per donar l'accés necessari.",
"Response splitting": "Divisió de la resposta",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Rol",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/ceb-PH/translation.json b/src/lib/i18n/locales/ceb-PH/translation.json
index b83ab50467..e828c6238e 100644
--- a/src/lib/i18n/locales/ceb-PH/translation.json
+++ b/src/lib/i18n/locales/ceb-PH/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
+ "Notes": "",
"Notifications": "Mga pahibalo sa desktop",
"November": "",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Papel",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/da-DK/translation.json b/src/lib/i18n/locales/da-DK/translation.json
index 4cc3557873..0c44b7a015 100644
--- a/src/lib/i18n/locales/da-DK/translation.json
+++ b/src/lib/i18n/locales/da-DK/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Ikke faktuelt korrekt",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Bemærk: Hvis du angiver en minimumscore, returnerer søgningen kun dokumenter med en score, der er større end eller lig med minimumscoren.",
+ "Notes": "",
"Notifications": "Notifikationer",
"November": "November",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Svarnotifikationer kan ikke aktiveres, da webstedets tilladelser er blevet nægtet. Besøg dine browserindstillinger for at give den nødvendige adgang.",
"Response splitting": "Svaropdeling",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Rolle",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json
index d7c0d79f58..b877f94b0e 100644
--- a/src/lib/i18n/locales/de-DE/translation.json
+++ b/src/lib/i18n/locales/de-DE/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Nicht sachlich korrekt",
"Not helpful": "",
"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 Sie eine Mindestpunktzahl festlegen, werden in der Suche nur Dokumente mit einer Punktzahl größer oder gleich der Mindestpunktzahl zurückgegeben.",
+ "Notes": "",
"Notifications": "Benachrichtigungen",
"November": "November",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Benachrichtigungen können nicht aktiviert werden, da die Website-Berechtigungen abgelehnt wurden. Bitte besuchen Sie Ihre Browser-Einstellungen, um den erforderlichen Zugriff zu gewähren.",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Rolle",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/dg-DG/translation.json b/src/lib/i18n/locales/dg-DG/translation.json
index 037b5aaf6c..8b707bb040 100644
--- a/src/lib/i18n/locales/dg-DG/translation.json
+++ b/src/lib/i18n/locales/dg-DG/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
+ "Notes": "",
"Notifications": "Notifications",
"November": "",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Role",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/en-GB/translation.json b/src/lib/i18n/locales/en-GB/translation.json
index 3da48c56f0..702b3e9aa4 100644
--- a/src/lib/i18n/locales/en-GB/translation.json
+++ b/src/lib/i18n/locales/en-GB/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
+ "Notes": "",
"Notifications": "",
"November": "",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "",
"Rosé Pine": "",
diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json
index 3da48c56f0..702b3e9aa4 100644
--- a/src/lib/i18n/locales/en-US/translation.json
+++ b/src/lib/i18n/locales/en-US/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
+ "Notes": "",
"Notifications": "",
"November": "",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "",
"Rosé Pine": "",
diff --git a/src/lib/i18n/locales/es-ES/translation.json b/src/lib/i18n/locales/es-ES/translation.json
index 82e83d96ed..5cc8d00b7e 100644
--- a/src/lib/i18n/locales/es-ES/translation.json
+++ b/src/lib/i18n/locales/es-ES/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "No es correcto en todos los aspectos",
"Not helpful": "",
"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.",
+ "Notes": "",
"Notifications": "Notificaciones",
"November": "Noviembre",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Las notificaciones de respuesta no pueden activarse debido a que los permisos del sitio web han sido denegados. Por favor, visite las configuraciones de su navegador para otorgar el acceso necesario.",
"Response splitting": "División de respuestas",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Rol",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/fa-IR/translation.json b/src/lib/i18n/locales/fa-IR/translation.json
index 1524246beb..92ceb9286f 100644
--- a/src/lib/i18n/locales/fa-IR/translation.json
+++ b/src/lib/i18n/locales/fa-IR/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "اشتباهی فکری نیست",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "توجه: اگر حداقل نمره را تعیین کنید، جستجو تنها اسنادی را با نمره بیشتر یا برابر با حداقل نمره باز می گرداند.",
+ "Notes": "",
"Notifications": "اعلان",
"November": "نوامبر",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "نقش",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/fi-FI/translation.json b/src/lib/i18n/locales/fi-FI/translation.json
index 261bb54b25..0f122a7981 100644
--- a/src/lib/i18n/locales/fi-FI/translation.json
+++ b/src/lib/i18n/locales/fi-FI/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Ei faktisesti oikein",
"Not helpful": "",
"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ä.",
+ "Notes": "",
"Notifications": "Ilmoitukset",
"November": "marraskuu",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Rooli",
"Rosé Pine": "Rosee-mänty",
diff --git a/src/lib/i18n/locales/fr-CA/translation.json b/src/lib/i18n/locales/fr-CA/translation.json
index ee7b08fac8..aa312ce991 100644
--- a/src/lib/i18n/locales/fr-CA/translation.json
+++ b/src/lib/i18n/locales/fr-CA/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Non factuellement correct",
"Not helpful": "",
"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, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.",
+ "Notes": "",
"Notifications": "Notifications",
"November": "Novembre",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de réponse ne peuvent pas être activées car les autorisations du site web ont été refusées. Veuillez visiter les paramètres de votre navigateur pour accorder l'accès nécessaire.",
"Response splitting": "Fractionnement de la réponse",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Rôle",
"Rosé Pine": "Pin rosé",
diff --git a/src/lib/i18n/locales/fr-FR/translation.json b/src/lib/i18n/locales/fr-FR/translation.json
index a7bb026e94..6cae990a8d 100644
--- a/src/lib/i18n/locales/fr-FR/translation.json
+++ b/src/lib/i18n/locales/fr-FR/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Non factuellement correct",
"Not helpful": "",
"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, seuls les documents ayant un score supérieur ou égal à ce score minimum seront retournés par la recherche.",
+ "Notes": "",
"Notifications": "Notifications",
"November": "Novembre",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de réponse ne peuvent pas être activées car les autorisations du site web ont été refusées. Veuillez vérifier les paramètres de votre navigateur pour accorder l'accès nécessaire.",
"Response splitting": "Fractionnement de la réponse",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Rôle",
"Rosé Pine": "Pin rosé",
diff --git a/src/lib/i18n/locales/he-IL/translation.json b/src/lib/i18n/locales/he-IL/translation.json
index 4a99bbfaac..83925f15e2 100644
--- a/src/lib/i18n/locales/he-IL/translation.json
+++ b/src/lib/i18n/locales/he-IL/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "לא נכון מבחינה עובדתית",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "הערה: אם תקבע ציון מינימלי, החיפוש יחזיר רק מסמכים עם ציון שגבוה או שווה לציון המינימלי.",
+ "Notes": "",
"Notifications": "התראות",
"November": "נובמבר",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "תפקיד",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/hi-IN/translation.json b/src/lib/i18n/locales/hi-IN/translation.json
index 0ec1dc9557..e2a931b53d 100644
--- a/src/lib/i18n/locales/hi-IN/translation.json
+++ b/src/lib/i18n/locales/hi-IN/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "तथ्यात्मक रूप से सही नहीं है",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ध्यान दें: यदि आप न्यूनतम स्कोर निर्धारित करते हैं, तो खोज केवल न्यूनतम स्कोर से अधिक या उसके बराबर स्कोर वाले दस्तावेज़ वापस लाएगी।",
+ "Notes": "",
"Notifications": "सूचनाएं",
"November": "नवंबर",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "भूमिका",
"Rosé Pine": "रोसे पिन",
diff --git a/src/lib/i18n/locales/hr-HR/translation.json b/src/lib/i18n/locales/hr-HR/translation.json
index 86aeb61437..18050d8c32 100644
--- a/src/lib/i18n/locales/hr-HR/translation.json
+++ b/src/lib/i18n/locales/hr-HR/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Nije činjenično točno",
"Not helpful": "",
"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.",
+ "Notes": "",
"Notifications": "Obavijesti",
"November": "Studeni",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Uloga",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/id-ID/translation.json b/src/lib/i18n/locales/id-ID/translation.json
index cf3e6bbbe4..f295b0a156 100644
--- a/src/lib/i18n/locales/id-ID/translation.json
+++ b/src/lib/i18n/locales/id-ID/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Tidak benar secara faktual",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Catatan: Jika Anda menetapkan skor minimum, pencarian hanya akan mengembalikan dokumen dengan skor yang lebih besar atau sama dengan skor minimum.",
+ "Notes": "",
"Notifications": "Pemberitahuan",
"November": "November",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Notifikasi respons tidak dapat diaktifkan karena izin situs web telah ditolak. Silakan kunjungi pengaturan browser Anda untuk memberikan akses yang diperlukan.",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Peran",
"Rosé Pine": "Pinus Rosé",
diff --git a/src/lib/i18n/locales/ie-GA/translation.json b/src/lib/i18n/locales/ie-GA/translation.json
index 29531172d6..e501dc396b 100644
--- a/src/lib/i18n/locales/ie-GA/translation.json
+++ b/src/lib/i18n/locales/ie-GA/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Níl sé ceart go fírineach",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Nóta: Má shocraíonn tú íosscór, ní thabharfaidh an cuardach ach doiciméid a bhfuil scór níos mó ná nó cothrom leis an scór íosta ar ais.",
+ "Notes": "",
"Notifications": "Fógraí",
"November": "Samhain",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Ní féidir fógraí freagartha a ghníomhachtú toisc gur diúltaíodh ceadanna an tsuímh Ghréasáin. Tabhair cuairt ar do shocruithe brabhsálaí chun an rochtain riachtanach a dheonú.",
"Response splitting": "Scoilt freagartha",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Ról",
"Rosé Pine": "Pine Rosé",
diff --git a/src/lib/i18n/locales/it-IT/translation.json b/src/lib/i18n/locales/it-IT/translation.json
index 4d5c8acbb7..53f741a6d8 100644
--- a/src/lib/i18n/locales/it-IT/translation.json
+++ b/src/lib/i18n/locales/it-IT/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Non corretto dal punto di vista fattuale",
"Not helpful": "",
"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.",
+ "Notes": "",
"Notifications": "Notifiche desktop",
"November": "Novembre",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Ruolo",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json
index 1fe1645210..40b5334f3a 100644
--- a/src/lib/i18n/locales/ja-JP/translation.json
+++ b/src/lib/i18n/locales/ja-JP/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "実事上正しくない",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:最小スコアを設定した場合、検索は最小スコア以上のスコアを持つドキュメントのみを返します。",
+ "Notes": "",
"Notifications": "デスクトップ通知",
"November": "11月",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "応答の分割",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "役割",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/ka-GE/translation.json b/src/lib/i18n/locales/ka-GE/translation.json
index a97b97992b..36d21437b6 100644
--- a/src/lib/i18n/locales/ka-GE/translation.json
+++ b/src/lib/i18n/locales/ka-GE/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "არ ვეთანხმები პირდაპირ ვერც ვეთანხმები",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "შენიშვნა: თუ თქვენ დააყენებთ მინიმალურ ქულას, ძებნა დააბრუნებს მხოლოდ დოკუმენტებს მინიმალური ქულის მეტი ან ტოლი ქულით.",
+ "Notes": "",
"Notifications": "შეტყობინება",
"November": "ნოემბერი",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "როლი",
"Rosé Pine": "ვარდისფერი ფიჭვის ხე",
diff --git a/src/lib/i18n/locales/ko-KR/translation.json b/src/lib/i18n/locales/ko-KR/translation.json
index 95264a98ce..eb12916344 100644
--- a/src/lib/i18n/locales/ko-KR/translation.json
+++ b/src/lib/i18n/locales/ko-KR/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "사실상 맞지 않음",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "참고: 최소 점수를 설정하면, 검색 결과로 최소 점수 이상의 점수를 가진 문서만 반환합니다.",
+ "Notes": "",
"Notifications": "알림",
"November": "11월",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "역할",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/lt-LT/translation.json b/src/lib/i18n/locales/lt-LT/translation.json
index a929c3fafe..9941e71091 100644
--- a/src/lib/i18n/locales/lt-LT/translation.json
+++ b/src/lib/i18n/locales/lt-LT/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Faktiškai netikslu",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Jei turite minimalų įvertį, paieška gražins tik tą informaciją, kuri viršyje šį įvertį",
+ "Notes": "",
"Notifications": "Pranešimai",
"November": "lapkritis",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Naršyklė neleidžia siųsti pranešimų",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Rolė",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/ms-MY/translation.json b/src/lib/i18n/locales/ms-MY/translation.json
index 8a22599b90..0965ca36fc 100644
--- a/src/lib/i18n/locales/ms-MY/translation.json
+++ b/src/lib/i18n/locales/ms-MY/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Tidak tepat secara fakta",
"Not helpful": "",
"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: Jika anda menetapkan skor minimum, carian hanya akan mengembalikan dokumen dengan skor lebih besar daripada atau sama dengan skor minimum.",
+ "Notes": "",
"Notifications": "Pemberitahuan",
"November": "November",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Pemberitahuan respons tidak boleh diaktifkan kerana kebenaran tapak web tidak diberi. Sila lawati tetapan pelayar web anda untuk memberikan akses yang diperlukan.",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Peranan",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/nb-NO/translation.json b/src/lib/i18n/locales/nb-NO/translation.json
index 9df76382d5..abd9c9cde4 100644
--- a/src/lib/i18n/locales/nb-NO/translation.json
+++ b/src/lib/i18n/locales/nb-NO/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Uriktig informasjon",
"Not helpful": "",
"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 setter en minimums poengsum, vil søket kun returnere dokumenter med en poengsum som er større enn eller lik minimums poengsummen.",
+ "Notes": "",
"Notifications": "Varsler",
"November": "november",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Respons-varsler kan ikke aktiveres da nettstedsrettighetene er nektet. Vennligst se nettleserinnstillingene dine for å gi nødvendig tilgang.",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Rolle",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/nl-NL/translation.json b/src/lib/i18n/locales/nl-NL/translation.json
index fdd09f5236..a28747f48f 100644
--- a/src/lib/i18n/locales/nl-NL/translation.json
+++ b/src/lib/i18n/locales/nl-NL/translation.json
@@ -15,23 +15,23 @@
"Account": "Account",
"Account Activation Pending": "",
"Accurate information": "Accurate informatie",
- "Actions": "",
- "Active Users": "",
+ "Actions": "Acties",
+ "Active Users": "Actieve Gebruikers",
"Add": "Toevoegen",
"Add a model id": "Een model-id toevoegen",
"Add a short description about what this model does": "Voeg een korte beschrijving toe over wat dit model doet",
"Add a short title for this prompt": "Voeg een korte titel toe voor deze prompt",
"Add a tag": "Voeg een tag toe",
- "Add Arena Model": "",
- "Add Content": "",
- "Add content here": "",
+ "Add Arena Model": "Voeg Arena Model toe",
+ "Add Content": "Voeg Content toe",
+ "Add content here": "Voeg hier content toe",
"Add custom prompt": "Voeg een aangepaste prompt toe",
"Add Files": "Voege Bestanden toe",
"Add Memory": "Voeg Geheugen toe",
"Add Model": "Voeg Model toe",
- "Add Tag": "",
- "Add Tags": "voeg tags toe",
- "Add text content": "",
+ "Add Tag": "Voeg Tag toe",
+ "Add Tags": "Voeg Tags toe",
+ "Add text content": "Voeg Text inhoud toe",
"Add User": "Voeg Gebruiker toe",
"Adjusting these settings will apply changes universally to all users.": "Het aanpassen van deze instellingen zal universeel worden toegepast op alle gebruikers.",
"admin": "admin",
@@ -41,14 +41,14 @@
"Admins have access to all tools at all times; users need tools assigned per model in the workspace.": "",
"Advanced Parameters": "Geavanceerde Parameters",
"Advanced Params": "Geavanceerde parameters",
- "All chats": "",
+ "All chats": "Alle chats",
"All Documents": "Alle Documenten",
"Allow Chat Deletion": "Sta Chat Verwijdering toe",
- "Allow Chat Editing": "",
- "Allow non-local voices": "",
- "Allow Temporary Chat": "",
- "Allow User Location": "",
- "Allow Voice Interruption in Call": "",
+ "Allow Chat Editing": "Chatbewerking toestaan",
+ "Allow non-local voices": "Niet-lokale stemmen toestaan",
+ "Allow Temporary Chat": "Tijdelijke chat toestaan",
+ "Allow User Location": "Gebruikerslocatie toestaan",
+ "Allow Voice Interruption in Call": "Stemonderbreking tijdens gesprek toestaan",
"alphanumeric characters and hyphens": "alfanumerieke karakters en streepjes",
"Already have an account?": "Heb je al een account?",
"an assistant": "een assistent",
@@ -65,10 +65,10 @@
"Archived Chats": "chatrecord",
"are allowed - Activate this command by typing": "zijn toegestaan - Activeer deze commando door te typen",
"Are you sure?": "Zeker weten?",
- "Arena Models": "",
+ "Arena Models": "Arena Modellen",
"Artifacts": "",
- "Ask a question": "",
- "Assistant": "",
+ "Ask a question": "Stel een vraag",
+ "Assistant": "Assistent",
"Attach file": "Voeg een bestand toe",
"Attention to detail": "Attention to detail",
"Audio": "Audio",
@@ -78,10 +78,10 @@
"AUTOMATIC1111 Api Auth String": "",
"AUTOMATIC1111 Base URL": "AUTOMATIC1111 Base URL",
"AUTOMATIC1111 Base URL is required.": "AUTOMATIC1111 Basis URL is verplicht",
- "Available list": "",
+ "Available list": "Beschikbare lijst",
"available!": "beschikbaar!",
"Azure AI Speech": "",
- "Azure Region": "",
+ "Azure Region": "Azure Regio",
"Back": "Terug",
"Bad Response": "Ongeldig antwoord",
"Banners": "Banners",
@@ -91,7 +91,7 @@
"Being lazy": "Lustig zijn",
"Brave Search API Key": "Brave Search API-sleutel",
"Bypass SSL verification for Websites": "SSL-verificatie omzeilen voor websites",
- "Call": "",
+ "Call": "Oproep",
"Call feature is not supported when using Web STT engine": "",
"Camera": "",
"Cancel": "Annuleren",
@@ -103,7 +103,7 @@
"Chat Bubble UI": "Chat Bubble UI",
"Chat Controls": "",
"Chat direction": "Chat Richting",
- "Chat Overview": "",
+ "Chat Overview": "Chat Overzicht",
"Chat Tags Auto-Generation": "",
"Chats": "Chats",
"Check Again": "Controleer Opnieuw",
@@ -114,15 +114,15 @@
"Chunk Params": "Chunk Params",
"Chunk Size": "Chunk Grootte",
"Citation": "Citaat",
- "Clear memory": "",
+ "Clear memory": "Geheugen wissen",
"Click here for help.": "Klik hier voor hulp.",
"Click here to": "Klik hier om",
- "Click here to download user import template file.": "",
- "Click here to learn more about faster-whisper and see the available models.": "",
+ "Click here to download user import template file.": "Klik hier om het sjabloonbestand voor gebruikersimport te downloaden.",
+ "Click here to learn more about faster-whisper and see the available models.": "Klik hier om meer te leren over faster-whisper en de beschikbare modellen te bekijken.",
"Click here to select": "Klik hier om te selecteren",
"Click here to select a csv file.": "Klik hier om een csv file te selecteren.",
- "Click here to select a py file.": "",
- "Click here to upload a workflow.json file.": "",
+ "Click here to select a py file.": "Klik hier om een py-bestand te selecteren.",
+ "Click here to upload a workflow.json file.": "Klik hier om een workflow.json-bestand te uploaden.",
"click here.": "klik hier.",
"Click on the user role button to change a user's role.": "Klik op de gebruikersrol knop om de rol van een gebruiker te wijzigen.",
"Clipboard write permission denied. Please check your browser settings to grant the necessary access.": "",
@@ -139,11 +139,11 @@
"Command": "Commando",
"Completions": "",
"Concurrent Requests": "Gelijktijdige verzoeken",
- "Confirm": "",
+ "Confirm": "Bevestigen",
"Confirm Password": "Bevestig Wachtwoord",
- "Confirm your action": "",
+ "Confirm your action": "Bevestig uw actie",
"Connections": "Verbindingen",
- "Contact Admin for WebUI Access": "",
+ "Contact Admin for WebUI Access": "Neem contact op met de beheerder voor WebUI-toegang",
"Content": "Inhoud",
"Content Extraction": "",
"Context Length": "Context Lengte",
@@ -151,23 +151,23 @@
"Continue with {{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": "",
- "Copied": "",
+ "Copied": "Gekopieerd",
"Copied shared chat URL to clipboard!": "URL van gedeelde gesprekspagina gekopieerd naar klembord!",
- "Copied to clipboard": "",
+ "Copied to clipboard": "Gekopieerd naar klembord",
"Copy": "Kopieer",
"Copy last code block": "Kopieer laatste code blok",
"Copy last response": "Kopieer laatste antwoord",
"Copy Link": "Kopieer Link",
- "Copy to clipboard": "",
+ "Copy to clipboard": "Kopier naar klembord",
"Copying to clipboard was successful!": "Kopiëren naar klembord was succesvol!",
"Create a model": "Een model maken",
"Create Account": "Maak Account",
- "Create Knowledge": "",
+ "Create Knowledge": "Creër kennis",
"Create new key": "Maak nieuwe sleutel",
"Create new secret key": "Maak nieuwe geheim sleutel",
"Created at": "Gemaakt op",
"Created At": "Gemaakt op",
- "Created by": "",
+ "Created by": "Gemaakt door",
"CSV Import": "",
"Current Model": "Huidig Model",
"Current Password": "Huidig Wachtwoord",
@@ -189,49 +189,49 @@
"Delete All Chats": "Verwijder alle chats",
"Delete chat": "Verwijder chat",
"Delete Chat": "Verwijder Chat",
- "Delete chat?": "",
- "Delete folder?": "",
- "Delete function?": "",
- "Delete prompt?": "",
+ "Delete chat?": "Verwijder chat?",
+ "Delete folder?": "Verwijder map?",
+ "Delete function?": "Verwijder functie?",
+ "Delete prompt?": "Verwijder prompt?",
"delete this link": "verwijder deze link",
- "Delete tool?": "",
+ "Delete tool?": "Verwijder tool?",
"Delete User": "Verwijder Gebruiker",
"Deleted {{deleteModelTag}}": "{{deleteModelTag}} is verwijderd",
"Deleted {{name}}": "{{name}} verwijderd",
"Description": "Beschrijving",
"Didn't fully follow instructions": "Ik heb niet alle instructies volgt",
- "Disabled": "",
- "Discover a function": "",
+ "Disabled": "Uitgeschakeld",
+ "Discover a function": "Ontdek een functie",
"Discover a model": "Ontdek een model",
"Discover a prompt": "Ontdek een prompt",
- "Discover a tool": "",
+ "Discover a tool": "Ontdek een tool",
"Discover, download, and explore custom functions": "",
"Discover, download, and explore custom prompts": "Ontdek, download en verken aangepaste prompts",
"Discover, download, and explore custom tools": "",
"Discover, download, and explore model presets": "Ontdek, download en verken model presets",
- "Dismissible": "",
- "Display Emoji in Call": "",
+ "Dismissible": "Afwijsbaar",
+ "Display Emoji in Call": "Emoji weergeven tijdens gesprek",
"Display the username instead of You in the Chat": "Toon de gebruikersnaam in plaats van Jij in de Chat",
- "Do not install functions from sources you do not fully trust.": "",
- "Do not install tools from sources you do not fully trust.": "",
+ "Do not install functions from sources you do not fully trust.": "Installeer geen functies vanuit bronnen die je niet volledig vertrouwt",
+ "Do not install tools from sources you do not fully trust.": "Installeer geen tools vanuit bronnen die je niet volledig vertrouwt.",
"Document": "Document",
- "Documentation": "",
+ "Documentation": "Documentatie",
"Documents": "Documenten",
"does not make any external connections, and your data stays securely on your locally hosted server.": "maakt geen externe verbindingen, en je gegevens blijven veilig op je lokaal gehoste server.",
"Don't have an account?": "Heb je geen account?",
"don't install random functions from sources you don't trust.": "",
"don't install random tools from sources you don't trust.": "",
"Don't like the style": "Je vindt het stijl niet?",
- "Done": "",
+ "Done": "Voltooid",
"Download": "Download",
"Download canceled": "Download geannuleerd",
"Download Database": "Download Database",
- "Draw": "",
+ "Draw": "Teken",
"Drop any files here to add to the conversation": "Sleep bestanden hier om toe te voegen aan het gesprek",
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "bijv. '30s', '10m'. Geldige tijdseenheden zijn 's', 'm', 'h'.",
"Edit": "Wijzig",
- "Edit Arena Model": "",
- "Edit Memory": "",
+ "Edit Arena Model": "Bewerk Arena Model",
+ "Edit Memory": "Bewerk Geheugen",
"Edit User": "Wijzig Gebruiker",
"ElevenLabs": "",
"Email": "Email",
@@ -244,7 +244,7 @@
"Enable New Sign Ups": "Schakel Nieuwe Registraties in",
"Enable Web Search": "Zoeken op het web inschakelen",
"Enable Web Search Query Generation": "",
- "Enabled": "",
+ "Enabled": "Ingeschakeld",
"Engine": "",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Zorg ervoor dat uw CSV-bestand de volgende vier kolommen in deze volgorde bevat: Naam, E-mail, Wachtwoord, Rol.",
"Enter {{role}} message here": "Voeg {{role}} bericht hier toe",
@@ -254,7 +254,7 @@
"Enter CFG Scale (e.g. 7.0)": "",
"Enter Chunk Overlap": "Voeg Chunk Overlap toe",
"Enter Chunk Size": "Voeg Chunk Size toe",
- "Enter description": "",
+ "Enter description": "Voer beschrijving in",
"Enter Github Raw URL": "Voer de Github Raw-URL in",
"Enter Google PSE API Key": "Voer de Google PSE API-sleutel in",
"Enter Google PSE Engine Id": "Voer Google PSE Engine-ID in",
@@ -281,7 +281,7 @@
"Enter URL (e.g. http://localhost:11434)": "Zet URL (Bijv. http://localhost:11434)",
"Enter Your Email": "Voer je Email in",
"Enter Your Full Name": "Voer je Volledige Naam in",
- "Enter your message": "",
+ "Enter your message": "Voer je bericht in",
"Enter Your Password": "Voer je Wachtwoord in",
"Enter Your Role": "Voer je Rol in",
"Error": "Fout",
@@ -300,24 +300,24 @@
"Export Prompts": "Exporteer Prompts",
"Export Tools": "",
"External Models": "",
- "Failed to add file.": "",
+ "Failed to add file.": "Het is niet gelukt om het bestand toe te voegen.",
"Failed to create API Key.": "Kan API Key niet aanmaken.",
"Failed to read clipboard contents": "Kan klembord inhoud niet lezen",
- "Failed to update settings": "",
- "Failed to upload file.": "",
- "February": "Februarij",
+ "Failed to update settings": "Instellingen konden niet worden bijgewerkt.",
+ "Failed to upload file.": "Bestand kon niet worden geüpload.",
+ "February": "Februari",
"Feedback History": "",
"Feel free to add specific details": "Voeg specifieke details toe",
- "File": "",
- "File added successfully.": "",
- "File content updated successfully.": "",
+ "File": "Bestand",
+ "File added successfully.": "Bestand succesvol toegevoegd.",
+ "File content updated successfully.": "Bestandsinhoud succesvol bijgewerkt.",
"File Mode": "Bestandsmodus",
"File not found.": "Bestand niet gevonden.",
- "File removed successfully.": "",
- "File size should not exceed {{maxSize}} MB.": "",
- "Files": "",
- "Filter is now globally disabled": "",
- "Filter is now globally enabled": "",
+ "File removed successfully.": "Bestand succesvol verwijderd.",
+ "File size should not exceed {{maxSize}} MB.": "Bestandsgrootte mag niet groter zijn dan {{maxSize}} MB.",
+ "Files": "Bestanden",
+ "Filter is now globally disabled": "Filter is nu globaal uitgeschakeld",
+ "Filter is now globally enabled": "Filter is nu globaal ingeschakeld",
"Filters": "",
"Fingerprint spoofing detected: Unable to use initials as avatar. Defaulting to default profile image.": "Vingerafdruk spoofing gedetecteerd: kan initialen niet gebruiken als avatar. Standaardprofielafbeelding wordt gebruikt.",
"Fluidly stream large external response chunks": "Stream vloeiend grote externe responsbrokken",
@@ -457,7 +457,7 @@
"Model created successfully!": "",
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "Model filesystem path gedetecteerd. Model shortname is vereist voor update, kan niet doorgaan.",
"Model ID": "Model-ID",
- "Model Name": "",
+ "Model Name": "Model naam",
"Model not selected": "Model niet geselecteerd",
"Model Params": "Model Params",
"Model updated successfully": "",
@@ -465,23 +465,23 @@
"Model(s) Whitelisted": "Model(len) zijn ge-whitelist",
"Modelfile Content": "Modelfile Inhoud",
"Models": "Modellen",
- "more": "",
+ "more": "Meer",
"More": "Meer",
- "Move to Top": "",
+ "Move to Top": "Verplaats naar boven",
"Name": "Naam",
"Name your model": "Geef uw model een naam",
"New Chat": "Nieuwe Chat",
- "New folder": "",
+ "New folder": "Nieuwe map",
"New Password": "Nieuw Wachtwoord",
- "No content found": "",
- "No content to speak": "",
+ "No content found": "Geen content gevonden",
+ "No content to speak": "Geen inhoud om over te spreken",
"No distance available": "",
"No feedbacks found": "",
- "No file selected": "",
- "No files found.": "",
+ "No file selected": "Geen bestand geselecteerd",
+ "No files found.": "Geen bestanden gevonden",
"No HTML, CSS, or JavaScript content found.": "",
"No knowledge found": "",
- "No models found": "",
+ "No models found": "Geen modellen gevonden",
"No results found": "Geen resultaten gevonden",
"No search query generated": "Geen zoekopdracht gegenereerd",
"No source available": "Geen bron beschikbaar",
@@ -490,6 +490,7 @@
"Not factually correct": "Feitelijk niet juist",
"Not helpful": "",
"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.",
+ "Notes": "",
"Notifications": "Desktop Notificaties",
"November": "November",
"num_gpu (Ollama)": "",
@@ -512,7 +513,7 @@
"Oops! There are files still uploading. Please wait for the upload to complete.": "",
"Oops! There was an error in the previous response.": "",
"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oops! Je gebruikt een niet-ondersteunde methode (alleen frontend). Serveer de WebUI vanuit de backend.",
- "Open file": "",
+ "Open file": "Open bestand",
"Open in full screen": "",
"Open new chat": "Open nieuwe chat",
"Open WebUI uses faster-whisper internally.": "",
@@ -526,8 +527,8 @@
"Other": "Andere",
"OUTPUT": "",
"Output format": "",
- "Overview": "",
- "page": "",
+ "Overview": "Overzicht",
+ "page": "Pagina",
"Password": "Wachtwoord",
"PDF document (.pdf)": "PDF document (.pdf)",
"PDF Extract Images (OCR)": "PDF Extract Afbeeldingen (OCR)",
@@ -561,8 +562,8 @@
"Pull a model from Ollama.com": "Haal een model van Ollama.com",
"Query Params": "Query Params",
"RAG Template": "RAG Template",
- "Rating": "",
- "Re-rank models by topic similarity": "",
+ "Rating": "Beoordeling",
+ "Re-rank models by topic similarity": "Herordeneer modellen op basis van onderwerpsovereenkomst",
"Read Aloud": "Voorlezen",
"Record voice": "Neem stem op",
"Redirecting you to OpenWebUI Community": "Je wordt doorgestuurd naar OpenWebUI Community",
@@ -571,10 +572,10 @@
"Refused when it shouldn't have": "Geweigerd terwijl het niet had moeten",
"Regenerate": "Regenereren",
"Release Notes": "Release Notes",
- "Relevance": "",
+ "Relevance": "Relevantie",
"Remove": "Verwijderen",
"Remove Model": "Verwijder Model",
- "Rename": "Hervatten",
+ "Rename": "Hernoemen",
"Repeat Last N": "Herhaal Laatste N",
"Request Mode": "Request Modus",
"Reranking Model": "Reranking Model",
@@ -585,8 +586,9 @@
"Reset Vector Storage/Knowledge": "",
"Response AutoCopy to Clipboard": "Antwoord Automatisch Kopiëren naar Klembord",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
- "Response splitting": "",
- "Result": "",
+ "Response splitting": "Antwoord splitsing",
+ "Result": "Resultaat",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Rol",
"Rosé Pine": "Rosé Pine",
@@ -598,9 +600,9 @@
"Save": "Opslaan",
"Save & Create": "Opslaan & Creëren",
"Save & Update": "Opslaan & Bijwerken",
- "Save As Copy": "",
- "Save Tag": "",
- "Saved": "",
+ "Save As Copy": "Bewaar als kopie",
+ "Save Tag": "Bewaar Tag",
+ "Saved": "Opgeslagen",
"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": "Chat logs direct opslaan in de opslag van je browser wordt niet langer ondersteund. Neem even de tijd om je chat logs te downloaden en te verwijderen door op de knop hieronder te klikken. Maak je geen zorgen, je kunt je chat logs eenvoudig opnieuw importeren naar de backend via",
"Scroll to bottom when switching between branches": "",
"Search": "Zoeken",
@@ -626,16 +628,16 @@
"See what's new": "Zie wat er nieuw is",
"Seed": "Seed",
"Select a base model": "Selecteer een basismodel",
- "Select a engine": "",
+ "Select a engine": "Selecteer een engine",
"Select a file to view or drag and drop a file to upload": "",
- "Select a function": "",
+ "Select a function": "Selecteer een functie",
"Select a model": "Selecteer een model",
"Select a pipeline": "Selecteer een pijplijn",
"Select a pipeline url": "Selecteer een pijplijn-URL",
- "Select a tool": "",
+ "Select a tool": "Selecteer een tool",
"Select an Ollama instance": "Selecteer een Ollama instantie",
- "Select Engine": "",
- "Select Knowledge": "",
+ "Select Engine": "Selecteer Engine",
+ "Select Knowledge": "Selecteer Kennis",
"Select model": "Selecteer een model",
"Select only one model to call": "",
"Selected model(s) do not support image inputs": "Geselecteerde modellen ondersteunen geen beeldinvoer",
@@ -692,20 +694,20 @@
"Success": "Succes",
"Successfully updated.": "Succesvol bijgewerkt.",
"Suggested": "Suggestie",
- "Support": "",
- "Support this plugin:": "",
- "Sync directory": "",
+ "Support": "Ondersteuning",
+ "Support this plugin:": "ondersteun deze plugin",
+ "Sync directory": "Synchroniseer map",
"System": "Systeem",
- "System Instructions": "",
+ "System Instructions": "Systeem instructies",
"System Prompt": "Systeem Prompt",
"Tags": "Tags",
- "Tags Generation Prompt": "",
- "Tap to interrupt": "",
+ "Tags Generation Prompt": "Prompt voor taggeneratie",
+ "Tap to interrupt": "Tik om te onderbreken",
"Tavily API Key": "",
"Tell us more:": "Vertel ons meer:",
"Temperature": "Temperatuur",
"Template": "Template",
- "Temporary Chat": "",
+ "Temporary Chat": "Tijdelijke chat",
"Text Splitter": "",
"Text-to-Speech Engine": "Tekst-naar-Spraak Engine",
"Tfs Z": "Tfs Z",
@@ -718,14 +720,14 @@
"The score should be a value between 0.0 (0%) and 1.0 (100%).": "Het score moet een waarde zijn tussen 0.0 (0%) en 1.0 (100%).",
"Theme": "Thema",
"Thinking...": "",
- "This action cannot be undone. Do you wish to continue?": "",
+ "This action cannot be undone. Do you wish to continue?": "Deze actie kan niet ongedaan worden gemaakt. Wilt u doorgaan?",
"This ensures that your valuable conversations are securely saved to your backend database. Thank you!": "Dit zorgt ervoor dat je waardevolle gesprekken veilig worden opgeslagen in je backend database. Dank je wel!",
- "This is an experimental feature, it may not function as expected and is subject to change at any time.": "",
- "This option will delete all existing files in the collection and replace them with newly uploaded files.": "",
- "This response was generated by \"{{model}}\"": "",
- "This will delete": "",
- "This will delete {{NAME}} and all its contents.": "",
- "This will reset the knowledge base and sync all files. Do you wish to continue?": "",
+ "This is an experimental feature, it may not function as expected and is subject to change at any time.": "Dit is een experimentele functie, het kan functioneren zoals verwacht en kan op elk moment veranderen.",
+ "This option will delete all existing files in the collection and replace them with newly uploaded files.": "Deze optie verwijdert alle bestaande bestanden in de collectie en vervangt ze door nieuw geüploade bestanden.",
+ "This response was generated by \"{{model}}\"": "Dit antwoord is gegenereerd door \"{{model}}\"",
+ "This will delete": "Dit zal verwijderen",
+ "This will delete {{NAME}} and all its contents.": "Dit zal {{NAME}} verwijderen en al zijn inhoud.",
+ "This will reset the knowledge base and sync all files. Do you wish to continue?": "Dit zal de kennisdatabase resetten en alle bestanden synchroniseren. Wilt u doorgaan?",
"Thorough explanation": "Gevorderde uitleg",
"Tika": "",
"Tika Server URL required.": "",
@@ -738,7 +740,7 @@
"Title Generation Prompt": "Titel Generatie Prompt",
"To access the available model names for downloading,": "Om de beschikbare modelnamen voor downloaden te openen,",
"To access the GGUF models available for downloading,": "Om toegang te krijgen tot de GGUF modellen die beschikbaar zijn voor downloaden,",
- "To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "",
+ "To access the WebUI, please reach out to the administrator. Admins can manage user statuses from the Admin Panel.": "Om toegang te krijgen tot de WebUI, neem contact op met de administrator. Beheerders kunnen de gebruikersstatussen beheren vanuit het Beheerderspaneel.",
"To attach knowledge base here, add them to the \"Knowledge\" workspace first.": "",
"to chat input.": "naar chat input.",
"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.": "",
@@ -785,23 +787,23 @@
"Updated At": "",
"Upload": "",
"Upload a GGUF model": "Upload een GGUF model",
- "Upload directory": "",
- "Upload files": "",
+ "Upload directory": "Upload map",
+ "Upload files": "Bestanden uploaden",
"Upload Files": "Bestanden uploaden",
"Upload Pipeline": "",
"Upload Progress": "Upload Voortgang",
"URL Mode": "URL Modus",
- "Use '#' in the prompt input to load and include your knowledge.": "",
+ "Use '#' in the prompt input to load and include your knowledge.": "Gebruik '#' in de promptinvoer om je kennis te laden en op te nemen.",
"Use Gravatar": "Gebruik Gravatar",
"Use Initials": "Gebruik Initials",
"use_mlock (Ollama)": "use_mlock (Ollama)",
"use_mmap (Ollama)": "use_mmap (Ollama)",
"user": "user",
- "User": "",
+ "User": "User",
"User location successfully retrieved.": "",
"User Permissions": "Gebruikers Rechten",
"Users": "Gebruikers",
- "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.": "Het standaard arena-model gebruiken met alle modellen. Klik op de plusknop om aangepaste modellen toe te voegen.",
"Utilize": "Utilize",
"Valid time units:": "Geldige tijdseenheden:",
"Valves": "",
@@ -811,10 +813,10 @@
"variable to have them replaced with clipboard content.": "variabele om ze te laten vervangen door klembord inhoud.",
"Version": "Versie",
"Version {{selectedVersion}} of {{totalVersions}}": "",
- "Voice": "",
- "Voice Input": "",
+ "Voice": "Stem",
+ "Voice Input": "Steminvoer",
"Warning": "Waarschuwing",
- "Warning:": "",
+ "Warning:": "Waarschuwing",
"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Warning: Als je de embedding model bijwerkt of wijzigt, moet je alle documenten opnieuw importeren.",
"Web": "Web",
"Web API": "",
@@ -827,17 +829,17 @@
"What’s New in": "Wat is nieuw in",
"Whisper (Local)": "",
"Widescreen Mode": "",
- "Won": "",
+ "Won": "Gewonnen",
"Workspace": "Werkruimte",
"Write a prompt suggestion (e.g. Who are you?)": "Schrijf een prompt suggestie (bijv. Wie ben je?)",
"Write a summary in 50 words that summarizes [topic or keyword].": "Schrijf een samenvatting in 50 woorden die [onderwerp of trefwoord] samenvat.",
- "Write something...": "",
+ "Write something...": "Schrijf iets...",
"Yesterday": "gisteren",
"You": "U",
- "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.": "",
+ "You can only chat with a maximum of {{maxCount}} file(s) at a time.": "Je kunt slechts met maximaal {{maxCount}} bestand(en) tegelijk chatten",
+ "You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "Je kunt je interacties met LLM's personaliseren door herinneringen toe te voegen via de 'Beheer'-knop hieronder, waardoor ze nuttiger en op maat gemaakt voor jou worden.",
"You cannot clone a base model": "U kunt een basismodel niet klonen",
- "You cannot upload an empty file.": "",
+ "You cannot upload an empty file.": "Je kunt een leeg bestand niet uploaden.",
"You have no archived conversations.": "U heeft geen gearchiveerde gesprekken.",
"You have shared this chat": "U heeft dit gesprek gedeeld",
"You're a helpful assistant.": "Jij bent een behulpzame assistent.",
diff --git a/src/lib/i18n/locales/pa-IN/translation.json b/src/lib/i18n/locales/pa-IN/translation.json
index a4fff8962e..1168d92d4a 100644
--- a/src/lib/i18n/locales/pa-IN/translation.json
+++ b/src/lib/i18n/locales/pa-IN/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "ਤੱਥਕ ਰੂਪ ਵਿੱਚ ਸਹੀ ਨਹੀਂ",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ਨੋਟ: ਜੇ ਤੁਸੀਂ ਘੱਟੋ-ਘੱਟ ਸਕੋਰ ਸੈੱਟ ਕਰਦੇ ਹੋ, ਤਾਂ ਖੋਜ ਸਿਰਫ਼ ਉਹੀ ਡਾਕੂਮੈਂਟ ਵਾਪਸ ਕਰੇਗੀ ਜਿਨ੍ਹਾਂ ਦਾ ਸਕੋਰ ਘੱਟੋ-ਘੱਟ ਸਕੋਰ ਦੇ ਬਰਾਬਰ ਜਾਂ ਵੱਧ ਹੋਵੇ।",
+ "Notes": "",
"Notifications": "ਸੂਚਨਾਵਾਂ",
"November": "ਨਵੰਬਰ",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "ਭੂਮਿਕਾ",
"Rosé Pine": "ਰੋਜ਼ ਪਾਈਨ",
diff --git a/src/lib/i18n/locales/pl-PL/translation.json b/src/lib/i18n/locales/pl-PL/translation.json
index 1439faf2af..5754650535 100644
--- a/src/lib/i18n/locales/pl-PL/translation.json
+++ b/src/lib/i18n/locales/pl-PL/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Nie zgodne z faktami",
"Not helpful": "",
"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.",
+ "Notes": "",
"Notifications": "Powiadomienia",
"November": "Listopad",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Rola",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/pt-BR/translation.json b/src/lib/i18n/locales/pt-BR/translation.json
index c394f1958c..55fc977e6d 100644
--- a/src/lib/i18n/locales/pt-BR/translation.json
+++ b/src/lib/i18n/locales/pt-BR/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Não está factualmente correto",
"Not helpful": "",
"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": "",
"Notifications": "Notificações",
"November": "Novembro",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"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": "",
"RK": "",
"Role": "Função",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/pt-PT/translation.json b/src/lib/i18n/locales/pt-PT/translation.json
index b079bb1348..d39d18afd4 100644
--- a/src/lib/i18n/locales/pt-PT/translation.json
+++ b/src/lib/i18n/locales/pt-PT/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Não é correto em termos factuais",
"Not helpful": "",
"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.",
+ "Notes": "",
"Notifications": "Notificações da Área de Trabalho",
"November": "Novembro",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Função",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/ro-RO/translation.json b/src/lib/i18n/locales/ro-RO/translation.json
index 4686e0e439..b492e3212e 100644
--- a/src/lib/i18n/locales/ro-RO/translation.json
+++ b/src/lib/i18n/locales/ro-RO/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Nu este corect din punct de vedere factual",
"Not helpful": "",
"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ă: Dacă setați un scor minim, căutarea va returna doar documente cu un scor mai mare sau egal cu scorul minim.",
+ "Notes": "",
"Notifications": "Notificări",
"November": "Noiembrie",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Notificările de răspuns nu pot fi activate deoarece permisiunile site-ului au fost refuzate. Vă rugăm să vizitați setările browserului pentru a acorda accesul necesar.",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Rol",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/ru-RU/translation.json b/src/lib/i18n/locales/ru-RU/translation.json
index 9295d5e13c..8fc8422dfc 100644
--- a/src/lib/i18n/locales/ru-RU/translation.json
+++ b/src/lib/i18n/locales/ru-RU/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Не соответствует действительности",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Обратите внимание: Если вы установите минимальный балл, поиск будет возвращать только документы с баллом больше или равным минимальному баллу.",
+ "Notes": "",
"Notifications": "Уведомления",
"November": "Ноябрь",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Уведомления об ответах не могут быть активированы, поскольку доступ к веб-сайту был заблокирован. Пожалуйста, перейдите к настройкам своего браузера, чтобы предоставить необходимый доступ.",
"Response splitting": "Разделение ответов",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Роль",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/sr-RS/translation.json b/src/lib/i18n/locales/sr-RS/translation.json
index 7f71cfe096..e8f22bcf62 100644
--- a/src/lib/i18n/locales/sr-RS/translation.json
+++ b/src/lib/i18n/locales/sr-RS/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Није чињенично тачно",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Напомена: ако подесите најмањи резултат, претрага ће вратити само документе са резултатом већим или једнаким најмањем резултату.",
+ "Notes": "",
"Notifications": "Обавештења",
"November": "Новембар",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Улога",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/sv-SE/translation.json b/src/lib/i18n/locales/sv-SE/translation.json
index d68e9654a7..87761e5dbb 100644
--- a/src/lib/i18n/locales/sv-SE/translation.json
+++ b/src/lib/i18n/locales/sv-SE/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Inte faktiskt korrekt",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Obs: Om du anger en tröskel kommer sökningen endast att returnera dokument med ett betyg som är större än eller lika med tröskeln.",
+ "Notes": "",
"Notifications": "Notifikationer",
"November": "november",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Roll",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/th-TH/translation.json b/src/lib/i18n/locales/th-TH/translation.json
index b5571c0221..a14f25d86b 100644
--- a/src/lib/i18n/locales/th-TH/translation.json
+++ b/src/lib/i18n/locales/th-TH/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "ไม่ถูกต้องตามข้อเท็จจริง",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "หมายเหตุ: หากคุณตั้งค่าคะแนนขั้นต่ำ การค้นหาจะคืนเอกสารที่มีคะแนนมากกว่าหรือเท่ากับคะแนนขั้นต่ำเท่านั้น",
+ "Notes": "",
"Notifications": "การแจ้งเตือน",
"November": "พฤศจิกายน",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "ไม่สามารถเปิดการแจ้งเตือนการตอบสนองได้เนื่องจากเว็บไซต์ปฏิเสธ กรุณาเข้าการตั้งค่าเบราว์เซอร์ของคุณเพื่อให้สิทธิ์การเข้าถึงที่จำเป็น",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "บทบาท",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/tk-TW/translation.json b/src/lib/i18n/locales/tk-TW/translation.json
index 3da48c56f0..702b3e9aa4 100644
--- a/src/lib/i18n/locales/tk-TW/translation.json
+++ b/src/lib/i18n/locales/tk-TW/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
+ "Notes": "",
"Notifications": "",
"November": "",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "",
"Rosé Pine": "",
diff --git a/src/lib/i18n/locales/tr-TR/translation.json b/src/lib/i18n/locales/tr-TR/translation.json
index a34f921c23..36c0e81f31 100644
--- a/src/lib/i18n/locales/tr-TR/translation.json
+++ b/src/lib/i18n/locales/tr-TR/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Gerçeklere göre doğru değil",
"Not helpful": "",
"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.",
+ "Notes": "",
"Notifications": "Bildirimler",
"November": "Kasım",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Web sitesi izinleri reddedildiğinden yanıt bildirimleri etkinleştirilemiyor. Gerekli erişimi sağlamak için lütfen tarayıcı ayarlarınızı ziyaret edin.",
"Response splitting": "Yanıt bölme",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Rol",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/uk-UA/translation.json b/src/lib/i18n/locales/uk-UA/translation.json
index bbce4ec130..3e1529d175 100644
--- a/src/lib/i18n/locales/uk-UA/translation.json
+++ b/src/lib/i18n/locales/uk-UA/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Не відповідає дійсності",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Примітка: Якщо ви встановите мінімальну кількість балів, пошук поверне лише документи з кількістю балів, більшою або рівною мінімальній кількості балів.",
+ "Notes": "",
"Notifications": "Сповіщення",
"November": "Листопад",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Сповіщення про відповіді не можуть бути активовані, оскільки вам було відмовлено в доступі до веб-сайту. Будь ласка, відвідайте налаштування вашого браузера, щоб надати необхідний доступ.",
"Response splitting": "Розбиття відповіді",
"Result": "Результат",
+ "Rich Text Input for Chat": "",
"RK": "RK",
"Role": "Роль",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/vi-VN/translation.json b/src/lib/i18n/locales/vi-VN/translation.json
index dcfc2169ee..5a8ce3f732 100644
--- a/src/lib/i18n/locales/vi-VN/translation.json
+++ b/src/lib/i18n/locales/vi-VN/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "Không chính xác so với thực tế",
"Not helpful": "",
"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.",
+ "Notes": "",
"Notifications": "Thông báo trên máy tính (Notification)",
"November": "Tháng 11",
"num_gpu (Ollama)": "",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Không thể kích hoạt thông báo vì trang web không cấp quyền. Vui lòng truy cập cài đặt trình duyệt của bạn để cấp quyền cần thiết.",
"Response splitting": "",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "Vai trò",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json
index 84d5881b1e..845d86a7b0 100644
--- a/src/lib/i18n/locales/zh-CN/translation.json
+++ b/src/lib/i18n/locales/zh-CN/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "事实并非如此",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:如果设置了最低分数,搜索只会返回分数大于或等于最低分数的文档。",
+ "Notes": "",
"Notifications": "桌面通知",
"November": "十一月",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "无法激活回复时发送通知。请检查浏览器设置,并授予必要的访问权限。",
"Response splitting": "拆分回复",
"Result": "结果",
+ "Rich Text Input for Chat": "",
"RK": "排名",
"Role": "权限组",
"Rosé Pine": "Rosé Pine",
diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json
index 23404b03a9..723103d51b 100644
--- a/src/lib/i18n/locales/zh-TW/translation.json
+++ b/src/lib/i18n/locales/zh-TW/translation.json
@@ -490,6 +490,7 @@
"Not factually correct": "與事實不符",
"Not helpful": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "注意:如果您設定了最低分數,則搜尋只會回傳分數大於或等於最低分數的文件。",
+ "Notes": "",
"Notifications": "通知",
"November": "11 月",
"num_gpu (Ollama)": "num_gpu (Ollama)",
@@ -587,6 +588,7 @@
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "無法啟用回應通知,因為網站權限已遭拒。請前往瀏覽器設定以授予必要存取權限。",
"Response splitting": "回應分割",
"Result": "",
+ "Rich Text Input for Chat": "",
"RK": "",
"Role": "角色",
"Rosé Pine": "玫瑰松",
diff --git a/src/routes/(app)/playground/+layout.svelte b/src/routes/(app)/playground/+layout.svelte
index c4f2e808b1..38d2e6f3f4 100644
--- a/src/routes/(app)/playground/+layout.svelte
+++ b/src/routes/(app)/playground/+layout.svelte
@@ -51,6 +51,15 @@
href="/playground">{$i18n.t('Chat')}
+ {$i18n.t('Notes')}
+