Commit 9c81d84e authored by SimonOriginal's avatar SimonOriginal
Browse files

Add toasts i18n key

parent 85b3b816
......@@ -60,13 +60,13 @@
});
if (res) {
toast.success('Valves updated successfully');
toast.success($i18n.t('Valves updated successfully'));
setPipelines();
models.set(await getModels(localStorage.token));
saveHandler();
}
} else {
toast.error('No valves to update');
toast.error($i18n.t('No valves to update'));
}
};
......@@ -122,7 +122,7 @@
});
if (res) {
toast.success('Pipeline downloaded successfully');
toast.success($i18n.t('Pipeline downloaded successfully'));
setPipelines();
models.set(await getModels(localStorage.token));
}
......@@ -147,12 +147,12 @@
);
if (res) {
toast.success('Pipeline downloaded successfully');
toast.success($i18n.t('Pipeline downloaded successfully'));
setPipelines();
models.set(await getModels(localStorage.token));
}
} else {
toast.error('No file selected');
toast.error($i18n.t('No file selected'));
}
pipelineFiles = null;
......@@ -176,7 +176,7 @@
});
if (res) {
toast.success('Pipeline deleted successfully');
toast.success($i18n.t('Pipeline deleted successfully'));
setPipelines();
models.set(await getModels(localStorage.token));
}
......
......@@ -24,7 +24,7 @@
if (res) {
console.log(res);
toast.success('Memory added successfully');
toast.success($i18n.t('Memory added successfully'));
content = '';
show = false;
dispatch('save');
......
......@@ -35,7 +35,7 @@
if (res) {
console.log(res);
toast.success('Memory updated successfully');
toast.success($i18n.t('Memory updated successfully'));
dispatch('save');
show = false;
}
......
......@@ -129,7 +129,7 @@
});
if (res) {
toast.success('Memory deleted successfully');
toast.success($i18n.t('Memory deleted successfully'));
memories = await getMemories(localStorage.token);
}
}}
......@@ -182,7 +182,7 @@
});
if (res) {
toast.success('Memory cleared successfully');
toast.success($i18n.t('Memory cleared successfully'));
memories = [];
}
}}>{$i18n.t('Clear memory')}</button
......
......@@ -81,7 +81,7 @@
});
if (res) {
toast.success('Function deleted successfully');
toast.success($i18n.t('Function deleted successfully'));
functions.set(await getFunctions(localStorage.token));
models.set(await getModels(localStorage.token));
......@@ -404,7 +404,7 @@
});
}
toast.success('Functions imported successfully');
toast.success($i18n.t('Functions imported successfully'));
functions.set(await getFunctions(localStorage.token));
models.set(await getModels(localStorage.token));
};
......
......@@ -77,7 +77,7 @@
});
if (res) {
toast.success('Tool deleted successfully');
toast.success($i18n.t('Tool deleted successfully'));
tools.set(await getTools(localStorage.token));
}
};
......@@ -388,7 +388,7 @@
});
}
toast.success('Tool imported successfully');
toast.success($i18n.t('Tool imported successfully'));
tools.set(await getTools(localStorage.token));
};
......
......@@ -51,7 +51,7 @@
}
if (res) {
toast.success('Valves updated successfully');
toast.success($i18n.t('Valves updated successfully'));
}
}
......
......@@ -259,7 +259,9 @@
"Form": "",
"Format your variables using square brackets like this:": "قم بتنسيق المتغيرات الخاصة بك باستخدام الأقواس المربعة مثل هذا:",
"Frequency Penalty": "عقوبة التردد",
"Function deleted successfully": "",
"Functions": "",
"Functions imported successfully": "",
"General": "عام",
"General Settings": "الاعدادات العامة",
"Generate Image": "",
......@@ -325,6 +327,10 @@
"May": "مايو",
"Memories accessible by LLMs will be shown here.": "سيتم عرض الذكريات التي يمكن الوصول إليها بواسطة LLMs هنا.",
"Memory": "الذاكرة",
"Memory added successfully": "",
"Memory cleared successfully": "",
"Memory deleted successfully": "",
"Memory updated successfully": "",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "لن تتم مشاركة الرسائل التي ترسلها بعد إنشاء الرابط الخاص بك. سيتمكن المستخدمون الذين لديهم عنوان URL من عرض الدردشة المشتركة",
"Minimum Score": "الحد الأدنى من النقاط",
"Mirostat": "Mirostat",
......@@ -353,9 +359,11 @@
"New Chat": "دردشة جديدة",
"New Password": "كلمة المرور الجديدة",
"No documents found": "",
"No file selected": "",
"No results found": "لا توجد نتايج",
"No search query generated": "لم يتم إنشاء استعلام بحث",
"No source available": "لا يوجد مصدر متاح",
"No valves to update": "",
"None": "اي",
"Not factually correct": "ليس صحيحا من حيث الواقع",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "ملاحظة: إذا قمت بتعيين الحد الأدنى من النقاط، فلن يؤدي البحث إلا إلى إرجاع المستندات التي لها نقاط أكبر من أو تساوي الحد الأدنى من النقاط.",
......@@ -397,6 +405,8 @@
"Permission denied when accessing microphone": "",
"Permission denied when accessing microphone: {{error}}": "{{error}} تم رفض الإذن عند الوصول إلى الميكروفون ",
"Personalization": "التخصيص",
"Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "",
"Pipelines": "خطوط الانابيب",
"Pipelines Not Detected": "",
"Pipelines Valves": "صمامات خطوط الأنابيب",
......@@ -565,6 +575,8 @@
"Toggle settings": "فتح وأغلاق الاعدادات",
"Toggle sidebar": "فتح وأغلاق الشريط الجانبي",
"Tokens To Keep On Context Refresh (num_keep)": "",
"Tool deleted successfully": "",
"Tool imported successfully": "",
"Tools": "",
"Top K": "Top K",
"Top P": "Top P",
......@@ -598,6 +610,7 @@
"Utilize": "يستخدم",
"Valid time units:": "وحدات زمنية صالحة:",
"Valves": "",
"Valves updated successfully": "",
"variable": "المتغير",
"variable to have them replaced with clipboard content.": "متغير لاستبدالها بمحتوى الحافظة.",
"Version": "إصدار",
......
......@@ -259,7 +259,9 @@
"Form": "",
"Format your variables using square brackets like this:": "Форматирайте вашите променливи, като използвате квадратни скоби, както следва:",
"Frequency Penalty": "Наказание за честота",
"Function deleted successfully": "",
"Functions": "",
"Functions imported successfully": "",
"General": "Основни",
"General Settings": "Основни Настройки",
"Generate Image": "",
......@@ -325,6 +327,10 @@
"May": "Май",
"Memories accessible by LLMs will be shown here.": "Мемории достъпни от LLMs ще бъдат показани тук.",
"Memory": "Мемория",
"Memory added successfully": "",
"Memory cleared successfully": "",
"Memory deleted successfully": "",
"Memory updated successfully": "",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Съобщенията, които изпращате след създаването на връзката, няма да бъдат споделяни. Потребителите с URL адреса ще могат да видят споделения чат.",
"Minimum Score": "Минимална оценка",
"Mirostat": "Mirostat",
......@@ -353,9 +359,11 @@
"New Chat": "Нов чат",
"New Password": "Нова парола",
"No documents found": "",
"No file selected": "",
"No results found": "Няма намерени резултати",
"No search query generated": "Не е генерирана заявка за търсене",
"No source available": "Няма наличен източник",
"No valves to update": "",
"None": "Никой",
"Not factually correct": "Не е фактологически правилно",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "Забележка: Ако зададете минимален резултат, търсенето ще върне само документи с резултат, по-голям или равен на минималния резултат.",
......@@ -397,6 +405,8 @@
"Permission denied when accessing microphone": "",
"Permission denied when accessing microphone: {{error}}": "Permission denied when accessing microphone: {{error}}",
"Personalization": "Персонализация",
"Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "",
"Pipelines": "Тръбопроводи",
"Pipelines Not Detected": "",
"Pipelines Valves": "Тръбопроводи Вентили",
......@@ -561,6 +571,8 @@
"Toggle settings": "Toggle settings",
"Toggle sidebar": "Toggle sidebar",
"Tokens To Keep On Context Refresh (num_keep)": "",
"Tool deleted successfully": "",
"Tool imported successfully": "",
"Tools": "",
"Top K": "Top K",
"Top P": "Top P",
......@@ -594,6 +606,7 @@
"Utilize": "Използване",
"Valid time units:": "Валидни единици за време:",
"Valves": "",
"Valves updated successfully": "",
"variable": "променлива",
"variable to have them replaced with clipboard content.": "променливи да се заменят съдържанието от клипборд.",
"Version": "Версия",
......
......@@ -259,7 +259,9 @@
"Form": "",
"Format your variables using square brackets like this:": "আপনার ভেরিয়বলগুলো এভাবে স্কয়ার ব্রাকেটের মাধ্যমে সাজান",
"Frequency Penalty": "ফ্রিকোয়েন্সি পেনাল্টি",
"Function deleted successfully": "",
"Functions": "",
"Functions imported successfully": "",
"General": "সাধারণ",
"General Settings": "সাধারণ সেটিংসমূহ",
"Generate Image": "",
......@@ -325,6 +327,10 @@
"May": "মে",
"Memories accessible by LLMs will be shown here.": "LLMs দ্বারা অ্যাক্সেসযোগ্য মেমোরিগুলি এখানে দেখানো হবে।",
"Memory": "মেমোরি",
"Memory added successfully": "",
"Memory cleared successfully": "",
"Memory deleted successfully": "",
"Memory updated successfully": "",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "আপনার লিঙ্ক তৈরি করার পরে আপনার পাঠানো বার্তাগুলি শেয়ার করা হবে না। ইউআরএল ব্যবহারকারীরা শেয়ার করা চ্যাট দেখতে পারবেন।",
"Minimum Score": "Minimum Score",
"Mirostat": "Mirostat",
......@@ -353,9 +359,11 @@
"New Chat": "নতুন চ্যাট",
"New Password": "নতুন পাসওয়ার্ড",
"No documents found": "",
"No file selected": "",
"No results found": "কোন ফলাফল পাওয়া যায়নি",
"No search query generated": "কোনও অনুসন্ধান ক্যোয়ারী উত্পন্ন হয়নি",
"No source available": "কোন উৎস পাওয়া যায়নি",
"No valves to update": "",
"None": "কোনোটিই নয়",
"Not factually correct": "তথ্যগত দিক থেকে সঠিক নয়",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "দ্রষ্টব্য: আপনি যদি ন্যূনতম স্কোর সেট করেন তবে অনুসন্ধানটি কেবলমাত্র ন্যূনতম স্কোরের চেয়ে বেশি বা সমান স্কোর সহ নথিগুলি ফেরত দেবে।",
......@@ -397,6 +405,8 @@
"Permission denied when accessing microphone": "",
"Permission denied when accessing microphone: {{error}}": "মাইক্রোফোন ব্যবহারের অনুমতি পাওয়া যায়নি: {{error}}",
"Personalization": "ডিজিটাল বাংলা",
"Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "",
"Pipelines": "পাইপলাইন",
"Pipelines Not Detected": "",
"Pipelines Valves": "পাইপলাইন ভালভ",
......@@ -561,6 +571,8 @@
"Toggle settings": "সেটিংস টোগল",
"Toggle sidebar": "সাইডবার টোগল",
"Tokens To Keep On Context Refresh (num_keep)": "",
"Tool deleted successfully": "",
"Tool imported successfully": "",
"Tools": "",
"Top K": "Top K",
"Top P": "Top P",
......@@ -594,6 +606,7 @@
"Utilize": "ইউটিলাইজ",
"Valid time units:": "সময়ের গ্রহণযোগ্য এককসমূহ:",
"Valves": "",
"Valves updated successfully": "",
"variable": "ভেরিয়েবল",
"variable to have them replaced with clipboard content.": "ক্লিপবোর্ডের কন্টেন্ট দিয়ে যেই ভেরিয়েবল রিপ্লেস করা যাবে।",
"Version": "ভার্সন",
......
......@@ -259,7 +259,9 @@
"Form": "Formulari",
"Format your variables using square brackets like this:": "Formata les teves variables utilitzant claudàtors així:",
"Frequency Penalty": "Penalització per freqüència",
"Function deleted successfully": "",
"Functions": "Funcions",
"Functions imported successfully": "",
"General": "General",
"General Settings": "Configuració general",
"Generate Image": "Generar imatge",
......@@ -325,6 +327,10 @@
"May": "Maig",
"Memories accessible by LLMs will be shown here.": "Les memòries accessibles pels models de llenguatge es mostraran aquí.",
"Memory": "Memòria",
"Memory added successfully": "",
"Memory cleared successfully": "",
"Memory deleted successfully": "",
"Memory updated successfully": "",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Els missatges enviats després de crear el teu enllaç no es compartiran. Els usuaris amb l'URL podran veure el xat compartit.",
"Minimum Score": "Puntuació mínima",
"Mirostat": "Mirostat",
......@@ -353,9 +359,11 @@
"New Chat": "Nou xat",
"New Password": "Nova contrasenya",
"No documents found": "No s'han trobat documents",
"No file selected": "",
"No results found": "No s'han trobat resultats",
"No search query generated": "No s'ha generat cap consulta",
"No source available": "Sense font disponible",
"No valves to update": "",
"None": "Cap",
"Not factually correct": "No és clarament correcte",
"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.",
......@@ -397,6 +405,8 @@
"Permission denied when accessing microphone": "Permís denegat en accedir al micròfon",
"Permission denied when accessing microphone: {{error}}": "Permís denegat en accedir al micròfon: {{error}}",
"Personalization": "Personalització",
"Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "",
"Pipelines": "Pipelines",
"Pipelines Not Detected": "",
"Pipelines Valves": "Vàlvules de les Pipelines",
......@@ -562,6 +572,8 @@
"Toggle settings": "Alterna configuracions",
"Toggle sidebar": "Alterna la barra lateral",
"Tokens To Keep On Context Refresh (num_keep)": "Tokens a mantenir en l'actualització del context (num_keep)",
"Tool deleted successfully": "",
"Tool imported successfully": "",
"Tools": "Eines",
"Top K": "Top K",
"Top P": "Top P",
......@@ -595,6 +607,7 @@
"Utilize": "Utilitzar",
"Valid time units:": "Unitats de temps vàlides:",
"Valves": "",
"Valves updated successfully": "",
"variable": "variable",
"variable to have them replaced with clipboard content.": "variable per tenir-les reemplaçades amb el contingut del porta-retalls.",
"Version": "Versió",
......
......@@ -259,7 +259,9 @@
"Form": "",
"Format your variables using square brackets like this:": "I-format ang imong mga variable gamit ang square brackets sama niini:",
"Frequency Penalty": "",
"Function deleted successfully": "",
"Functions": "",
"Functions imported successfully": "",
"General": "Heneral",
"General Settings": "kinatibuk-ang mga setting",
"Generate Image": "",
......@@ -325,6 +327,10 @@
"May": "",
"Memories accessible by LLMs will be shown here.": "",
"Memory": "",
"Memory added successfully": "",
"Memory cleared successfully": "",
"Memory deleted successfully": "",
"Memory updated successfully": "",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat",
......@@ -353,9 +359,11 @@
"New Chat": "Bag-ong diskusyon",
"New Password": "Bag-ong Password",
"No documents found": "",
"No file selected": "",
"No results found": "",
"No search query generated": "",
"No source available": "Walay tinubdan nga anaa",
"No valves to update": "",
"None": "",
"Not factually correct": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
......@@ -397,6 +405,8 @@
"Permission denied when accessing microphone": "",
"Permission denied when accessing microphone: {{error}}": "Gidili ang pagtugot sa dihang nag-access sa mikropono: {{error}}",
"Personalization": "",
"Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "",
"Pipelines": "",
"Pipelines Not Detected": "",
"Pipelines Valves": "",
......@@ -561,6 +571,8 @@
"Toggle settings": "I-toggle ang mga setting",
"Toggle sidebar": "I-toggle ang sidebar",
"Tokens To Keep On Context Refresh (num_keep)": "",
"Tool deleted successfully": "",
"Tool imported successfully": "",
"Tools": "",
"Top K": "Top K",
"Top P": "Ibabaw nga P",
......@@ -594,6 +606,7 @@
"Utilize": "Sa paggamit",
"Valid time units:": "Balido nga mga yunit sa oras:",
"Valves": "",
"Valves updated successfully": "",
"variable": "variable",
"variable to have them replaced with clipboard content.": "variable aron pulihan kini sa mga sulud sa clipboard.",
"Version": "Bersyon",
......
......@@ -259,7 +259,9 @@
"Form": "",
"Format your variables using square brackets like this:": "Formatiere deine Variablen mit eckigen Klammern wie folgt:",
"Frequency Penalty": "Frequenz-Strafe",
"Function deleted successfully": "",
"Functions": "",
"Functions imported successfully": "",
"General": "Allgemein",
"General Settings": "Allgemeine Einstellungen",
"Generate Image": "",
......@@ -325,6 +327,10 @@
"May": "Mai",
"Memories accessible by LLMs will be shown here.": "Memories, die von LLMs zugänglich sind, werden hier angezeigt.",
"Memory": "Memory",
"Memory added successfully": "",
"Memory cleared successfully": "",
"Memory deleted successfully": "",
"Memory updated successfully": "",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Nachdem Sie Ihren Link erstellt haben, werden Ihre Nachrichten nicht geteilt. Benutzer mit dem Link können den geteilten Chat sehen.",
"Minimum Score": "Mindestscore",
"Mirostat": "Mirostat",
......@@ -353,9 +359,11 @@
"New Chat": "Neuer Chat",
"New Password": "Neues Passwort",
"No documents found": "",
"No file selected": "",
"No results found": "Keine Ergebnisse gefunden",
"No search query generated": "Keine Suchanfrage generiert",
"No source available": "Keine Quelle verfügbar.",
"No valves to update": "",
"None": "Nichts",
"Not factually correct": "Nicht sachlich korrekt.",
"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.",
......@@ -397,6 +405,8 @@
"Permission denied when accessing microphone": "",
"Permission denied when accessing microphone: {{error}}": "Zugriff auf das Mikrofon verweigert: {{error}}",
"Personalization": "Personalisierung",
"Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "",
"Pipelines": "Pipelines",
"Pipelines Not Detected": "",
"Pipelines Valves": "Rohrleitungen Ventile",
......@@ -561,6 +571,8 @@
"Toggle settings": "Einstellungen umschalten",
"Toggle sidebar": "Seitenleiste umschalten",
"Tokens To Keep On Context Refresh (num_keep)": "",
"Tool deleted successfully": "",
"Tool imported successfully": "",
"Tools": "",
"Top K": "Top K",
"Top P": "Top P",
......@@ -594,6 +606,7 @@
"Utilize": "Nutze die",
"Valid time units:": "Gültige Zeiteinheiten:",
"Valves": "",
"Valves updated successfully": "",
"variable": "Variable",
"variable to have them replaced with clipboard content.": "Variable, um den Inhalt der Zwischenablage beim Nutzen des Prompts zu ersetzen.",
"Version": "Version",
......
......@@ -259,7 +259,9 @@
"Form": "",
"Format your variables using square brackets like this:": "Format variables using square brackets like wow:",
"Frequency Penalty": "",
"Function deleted successfully": "",
"Functions": "",
"Functions imported successfully": "",
"General": "Woweral",
"General Settings": "General Doge Settings",
"Generate Image": "",
......@@ -325,6 +327,10 @@
"May": "",
"Memories accessible by LLMs will be shown here.": "",
"Memory": "",
"Memory added successfully": "",
"Memory cleared successfully": "",
"Memory deleted successfully": "",
"Memory updated successfully": "",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "Mirostat",
......@@ -353,9 +359,11 @@
"New Chat": "New Bark",
"New Password": "New Barkword",
"No documents found": "",
"No file selected": "",
"No results found": "",
"No search query generated": "",
"No source available": "No source available",
"No valves to update": "",
"None": "",
"Not factually correct": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
......@@ -397,6 +405,8 @@
"Permission denied when accessing microphone": "",
"Permission denied when accessing microphone: {{error}}": "Permission denied when accessing microphone: {{error}}",
"Personalization": "Personalization",
"Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "",
"Pipelines": "",
"Pipelines Not Detected": "",
"Pipelines Valves": "",
......@@ -563,6 +573,8 @@
"Toggle settings": "Toggle settings much toggle",
"Toggle sidebar": "Toggle sidebar much toggle",
"Tokens To Keep On Context Refresh (num_keep)": "",
"Tool deleted successfully": "",
"Tool imported successfully": "",
"Tools": "",
"Top K": "Top K very top",
"Top P": "Top P very top",
......@@ -596,6 +608,7 @@
"Utilize": "Utilize very use",
"Valid time units:": "Valid time units: much time",
"Valves": "",
"Valves updated successfully": "",
"variable": "variable very variable",
"variable to have them replaced with clipboard content.": "variable to have them replaced with clipboard content. Very replace.",
"Version": "Version much version",
......
......@@ -259,7 +259,9 @@
"Form": "",
"Format your variables using square brackets like this:": "",
"Frequency Penalty": "",
"Function deleted successfully": "",
"Functions": "",
"Functions imported successfully": "",
"General": "",
"General Settings": "",
"Generate Image": "",
......@@ -325,6 +327,10 @@
"May": "",
"Memories accessible by LLMs will be shown here.": "",
"Memory": "",
"Memory added successfully": "",
"Memory cleared successfully": "",
"Memory deleted successfully": "",
"Memory updated successfully": "",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "",
......@@ -353,9 +359,11 @@
"New Chat": "",
"New Password": "",
"No documents found": "",
"No file selected": "",
"No results found": "",
"No search query generated": "",
"No source available": "",
"No valves to update": "",
"None": "",
"Not factually correct": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
......@@ -397,6 +405,8 @@
"Permission denied when accessing microphone": "",
"Permission denied when accessing microphone: {{error}}": "",
"Personalization": "",
"Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "",
"Pipelines": "",
"Pipelines Not Detected": "",
"Pipelines Valves": "",
......@@ -561,6 +571,8 @@
"Toggle settings": "",
"Toggle sidebar": "",
"Tokens To Keep On Context Refresh (num_keep)": "",
"Tool deleted successfully": "",
"Tool imported successfully": "",
"Tools": "",
"Top K": "",
"Top P": "",
......@@ -594,6 +606,7 @@
"Utilize": "",
"Valid time units:": "",
"Valves": "",
"Valves updated successfully": "",
"variable": "",
"variable to have them replaced with clipboard content.": "",
"Version": "",
......
......@@ -259,7 +259,9 @@
"Form": "",
"Format your variables using square brackets like this:": "",
"Frequency Penalty": "",
"Function deleted successfully": "",
"Functions": "",
"Functions imported successfully": "",
"General": "",
"General Settings": "",
"Generate Image": "",
......@@ -325,6 +327,10 @@
"May": "",
"Memories accessible by LLMs will be shown here.": "",
"Memory": "",
"Memory added successfully": "",
"Memory cleared successfully": "",
"Memory deleted successfully": "",
"Memory updated successfully": "",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "",
"Minimum Score": "",
"Mirostat": "",
......@@ -353,9 +359,11 @@
"New Chat": "",
"New Password": "",
"No documents found": "",
"No file selected": "",
"No results found": "",
"No search query generated": "",
"No source available": "",
"No valves to update": "",
"None": "",
"Not factually correct": "",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "",
......@@ -397,6 +405,8 @@
"Permission denied when accessing microphone": "",
"Permission denied when accessing microphone: {{error}}": "",
"Personalization": "",
"Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "",
"Pipelines": "",
"Pipelines Not Detected": "",
"Pipelines Valves": "",
......@@ -561,6 +571,8 @@
"Toggle settings": "",
"Toggle sidebar": "",
"Tokens To Keep On Context Refresh (num_keep)": "",
"Tool deleted successfully": "",
"Tool imported successfully": "",
"Tools": "",
"Top K": "",
"Top P": "",
......@@ -594,6 +606,7 @@
"Utilize": "",
"Valid time units:": "",
"Valves": "",
"Valves updated successfully": "",
"variable": "",
"variable to have them replaced with clipboard content.": "",
"Version": "",
......
......@@ -259,7 +259,9 @@
"Form": "",
"Format your variables using square brackets like this:": "Formatea tus variables usando corchetes de la siguiente manera:",
"Frequency Penalty": "Penalización de frecuencia",
"Function deleted successfully": "",
"Functions": "",
"Functions imported successfully": "",
"General": "General",
"General Settings": "Opciones Generales",
"Generate Image": "",
......@@ -325,6 +327,10 @@
"May": "Mayo",
"Memories accessible by LLMs will be shown here.": "Las memorias accesibles por los LLMs se mostrarán aquí.",
"Memory": "Memoria",
"Memory added successfully": "",
"Memory cleared successfully": "",
"Memory deleted successfully": "",
"Memory updated successfully": "",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Los mensajes que envíe después de crear su enlace no se compartirán. Los usuarios con el enlace podrán ver el chat compartido.",
"Minimum Score": "Puntuación mínima",
"Mirostat": "Mirostat",
......@@ -353,9 +359,11 @@
"New Chat": "Nuevo Chat",
"New Password": "Nueva Contraseña",
"No documents found": "",
"No file selected": "",
"No results found": "No se han encontrado resultados",
"No search query generated": "No se ha generado ninguna consulta de búsqueda",
"No source available": "No hay fuente disponible",
"No valves to update": "",
"None": "Ninguno",
"Not factually correct": "No es correcto en todos los aspectos",
"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.",
......@@ -397,6 +405,8 @@
"Permission denied when accessing microphone": "",
"Permission denied when accessing microphone: {{error}}": "Permiso denegado al acceder al micrófono: {{error}}",
"Personalization": "Personalización",
"Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "",
"Pipelines": "Tuberías",
"Pipelines Not Detected": "",
"Pipelines Valves": "Tuberías Válvulas",
......@@ -562,6 +572,8 @@
"Toggle settings": "Alternar configuración",
"Toggle sidebar": "Alternar barra lateral",
"Tokens To Keep On Context Refresh (num_keep)": "",
"Tool deleted successfully": "",
"Tool imported successfully": "",
"Tools": "",
"Top K": "Top K",
"Top P": "Top P",
......@@ -595,6 +607,7 @@
"Utilize": "Utilizar",
"Valid time units:": "Unidades válidas de tiempo:",
"Valves": "",
"Valves updated successfully": "",
"variable": "variable",
"variable to have them replaced with clipboard content.": "variable para reemplazarlos con el contenido del portapapeles.",
"Version": "Versión",
......
......@@ -259,7 +259,9 @@
"Form": "",
"Format your variables using square brackets like this:": "متغیرهای خود را با استفاده از براکت مربع به شکل زیر قالب بندی کنید:",
"Frequency Penalty": "مجازات فرکانس",
"Function deleted successfully": "",
"Functions": "",
"Functions imported successfully": "",
"General": "عمومی",
"General Settings": "تنظیمات عمومی",
"Generate Image": "",
......@@ -325,6 +327,10 @@
"May": "ماهی",
"Memories accessible by LLMs will be shown here.": "حافظه های دسترسی به LLMs در اینجا نمایش داده می شوند.",
"Memory": "حافظه",
"Memory added successfully": "",
"Memory cleared successfully": "",
"Memory deleted successfully": "",
"Memory updated successfully": "",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "پیام های شما بعد از ایجاد لینک شما به اشتراک نمی گردد. کاربران با لینک URL می توانند چت اشتراک را مشاهده کنند.",
"Minimum Score": "نماد کمینه",
"Mirostat": "Mirostat",
......@@ -353,9 +359,11 @@
"New Chat": "گپ جدید",
"New Password": "رمز عبور جدید",
"No documents found": "",
"No file selected": "",
"No results found": "نتیجه\u200cای یافت نشد",
"No search query generated": "پرسوجوی جستجویی ایجاد نشده است",
"No source available": "منبعی در دسترس نیست",
"No valves to update": "",
"None": "هیچ کدام",
"Not factually correct": "اشتباهی فکری نیست",
"Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.": "توجه: اگر حداقل نمره را تعیین کنید، جستجو تنها اسنادی را با نمره بیشتر یا برابر با حداقل نمره باز می گرداند.",
......@@ -397,6 +405,8 @@
"Permission denied when accessing microphone": "",
"Permission denied when accessing microphone: {{error}}": "هنگام دسترسی به میکروفون، اجازه داده نشد: {{error}}",
"Personalization": "شخصی سازی",
"Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "",
"Pipelines": "خط لوله",
"Pipelines Not Detected": "",
"Pipelines Valves": "شیرالات خطوط لوله",
......@@ -561,6 +571,8 @@
"Toggle settings": "نمایش/عدم نمایش تنظیمات",
"Toggle sidebar": "نمایش/عدم نمایش نوار کناری",
"Tokens To Keep On Context Refresh (num_keep)": "",
"Tool deleted successfully": "",
"Tool imported successfully": "",
"Tools": "",
"Top K": "Top K",
"Top P": "Top P",
......@@ -594,6 +606,7 @@
"Utilize": "استفاده کنید",
"Valid time units:": "واحدهای زمانی معتبر:",
"Valves": "",
"Valves updated successfully": "",
"variable": "متغیر",
"variable to have them replaced with clipboard content.": "متغیر برای جایگزینی آنها با محتوای کلیپ بورد.",
"Version": "نسخه",
......
......@@ -259,7 +259,9 @@
"Form": "",
"Format your variables using square brackets like this:": "Muotoile muuttujat hakasulkeilla näin:",
"Frequency Penalty": "Taajuussakko",
"Function deleted successfully": "",
"Functions": "",
"Functions imported successfully": "",
"General": "Yleinen",
"General Settings": "Yleisasetukset",
"Generate Image": "",
......@@ -325,6 +327,10 @@
"May": "toukokuu",
"Memories accessible by LLMs will be shown here.": "Muistitiedostot, joita LLM-ohjelmat käyttävät, näkyvät tässä.",
"Memory": "Muisti",
"Memory added successfully": "",
"Memory cleared successfully": "",
"Memory deleted successfully": "",
"Memory updated successfully": "",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Linkin luomisen jälkeen lähettämiäsi viestejä ei jaeta. Käyttäjät, joilla on URL-osoite, voivat tarkastella jaettua keskustelua.",
"Minimum Score": "Vähimmäispisteet",
"Mirostat": "Mirostat",
......@@ -353,9 +359,11 @@
"New Chat": "Uusi keskustelu",
"New Password": "Uusi salasana",
"No documents found": "",
"No file selected": "",
"No results found": "Ei tuloksia",
"No search query generated": "Hakukyselyä ei luotu",
"No source available": "Ei lähdettä saatavilla",
"No valves to update": "",
"None": "Ei lainkaan",
"Not factually correct": "Ei faktisesti oikein",
"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ä.",
......@@ -397,6 +405,8 @@
"Permission denied when accessing microphone": "",
"Permission denied when accessing microphone: {{error}}": "Mikrofonin käyttöoikeus evätty: {{error}}",
"Personalization": "Henkilökohtaisuus",
"Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "",
"Pipelines": "Putkistot",
"Pipelines Not Detected": "",
"Pipelines Valves": "Putkistot Venttiilit",
......@@ -561,6 +571,8 @@
"Toggle settings": "Kytke asetukset",
"Toggle sidebar": "Kytke sivupalkki",
"Tokens To Keep On Context Refresh (num_keep)": "",
"Tool deleted successfully": "",
"Tool imported successfully": "",
"Tools": "",
"Top K": "Top K",
"Top P": "Top P",
......@@ -594,6 +606,7 @@
"Utilize": "Käytä",
"Valid time units:": "Kelvolliset aikayksiköt:",
"Valves": "",
"Valves updated successfully": "",
"variable": "muuttuja",
"variable to have them replaced with clipboard content.": "muuttuja korvataan leikepöydän sisällöllä.",
"Version": "Versio",
......
......@@ -259,7 +259,9 @@
"Form": "",
"Format your variables using square brackets like this:": "Formatez vos variables en utilisant des crochets comme ceci :",
"Frequency Penalty": "Pénalité de fréquence",
"Function deleted successfully": "",
"Functions": "",
"Functions imported successfully": "",
"General": "Général",
"General Settings": "Paramètres généraux",
"Generate Image": "",
......@@ -325,6 +327,10 @@
"May": "Mai",
"Memories accessible by LLMs will be shown here.": "Les mémoires accessibles par les LLM seront affichées ici.",
"Memory": "Mémoire",
"Memory added successfully": "",
"Memory cleared successfully": "",
"Memory deleted successfully": "",
"Memory updated successfully": "",
"Messages you send after creating your link won't be shared. Users with the URL will be able to view the shared chat.": "Les messages que vous envoyez après la création de votre lien ne seront pas partagés. Les utilisateurs avec l'URL pourront voir le chat partagé.",
"Minimum Score": "Score minimum",
"Mirostat": "Mirostat",
......@@ -353,9 +359,11 @@
"New Chat": "Nouvelle discussion",
"New Password": "Nouveau mot de passe",
"No documents found": "",
"No file selected": "",
"No results found": "Aucun résultat trouvé",
"No search query generated": "Aucune requête de recherche générée",
"No source available": "Aucune source disponible",
"No valves to update": "",
"None": "Aucune",
"Not factually correct": "Non, pas exactement correct",
"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.",
......@@ -397,6 +405,8 @@
"Permission denied when accessing microphone": "",
"Permission denied when accessing microphone: {{error}}": "Permission refusée lors de l'accès au microphone : {{error}}",
"Personalization": "Personnalisation",
"Pipeline deleted successfully": "",
"Pipeline downloaded successfully": "",
"Pipelines": "Pipelines",
"Pipelines Not Detected": "",
"Pipelines Valves": "Vannes de pipelines",
......@@ -562,6 +572,8 @@
"Toggle settings": "Basculer les paramètres",
"Toggle sidebar": "Basculer la barre latérale",
"Tokens To Keep On Context Refresh (num_keep)": "",
"Tool deleted successfully": "",
"Tool imported successfully": "",
"Tools": "",
"Top K": "Top K",
"Top P": "Top P",
......@@ -595,6 +607,7 @@
"Utilize": "Utiliser",
"Valid time units:": "Unités de temps valides :",
"Valves": "",
"Valves updated successfully": "",
"variable": "variable",
"variable to have them replaced with clipboard content.": "variable pour les remplacer par le contenu du presse-papiers.",
"Version": "Version",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment