Timothy J. Baek 1 年之前
父节点
当前提交
ecfb6891f6

+ 38 - 38
src/lib/components/chat/ShortcutsModal.svelte

@@ -208,61 +208,61 @@
 					</div>
 				</div>
 			</div>
+		</div>
 
-			<div class=" flex justify-between dark:text-gray-300 px-5 pt-4">
-				<div class=" text-lg font-medium self-center">{$i18n.t('Symbol startup prompt')}</div>
-			</div>
+		<div class=" flex justify-between dark:text-gray-300 px-5">
+			<div class=" text-lg font-medium self-center">{$i18n.t('Input commands')}</div>
+		</div>
 
-			<div class="flex flex-col md:flex-row w-full p-5 md:space-x-4 dark:text-gray-200">
-				<div class=" flex flex-col w-full sm:flex-row sm:justify-center sm:space-x-6">
-					<div class="flex flex-col space-y-3 w-full self-start">
-						<div class="w-full flex justify-between items-center">
-							<div class=" text-sm">
-								{$i18n.t('Symbol startup prompt to activate RAG')}
-							</div>
+		<div class="flex flex-col md:flex-row w-full p-5 md:space-x-4 dark:text-gray-200">
+			<div class=" flex flex-col w-full sm:flex-row sm:justify-center sm:space-x-6">
+				<div class="flex flex-col space-y-3 w-full self-start">
+					<div class="w-full flex justify-between items-center">
+						<div class=" text-sm">
+							{$i18n.t('Attach file')}
+						</div>
 
-							<div class="flex space-x-1 text-xs">
-								<div
-									class=" h-fit py-1 px-2 flex items-center justify-center rounded border border-black/10 capitalize text-gray-600 dark:border-white/10 dark:text-gray-300"
-								>
-									#
-								</div>
+						<div class="flex space-x-1 text-xs">
+							<div
+								class=" h-fit py-1 px-2 flex items-center justify-center rounded border border-black/10 capitalize text-gray-600 dark:border-white/10 dark:text-gray-300"
+							>
+								#
 							</div>
 						</div>
+					</div>
 
-						<div class="w-full flex justify-between items-center">
-							<div class=" text-sm">
-								{$i18n.t('Symbol startup prompt to activate Chat Prompts')}
-							</div>
+					<div class="w-full flex justify-between items-center">
+						<div class=" text-sm">
+							{$i18n.t('Add custom prompt')}
+						</div>
 
-							<div class="flex space-x-1 text-xs">
-								<div
-									class=" h-fit py-1 px-2 flex items-center justify-center rounded border border-black/10 capitalize text-gray-600 dark:border-white/10 dark:text-gray-300"
-								>
-									/
-								</div>
+						<div class="flex space-x-1 text-xs">
+							<div
+								class=" h-fit py-1 px-2 flex items-center justify-center rounded border border-black/10 capitalize text-gray-600 dark:border-white/10 dark:text-gray-300"
+							>
+								/
 							</div>
 						</div>
+					</div>
 
-						<div class="w-full flex justify-between items-center">
-							<div class=" text-sm">
-								{$i18n.t('Symbol startup prompt to activate Specific Models')}
-							</div>
+					<div class="w-full flex justify-between items-center">
+						<div class=" text-sm">
+							{$i18n.t('Select model')}
+						</div>
 
-							<div class="flex space-x-1 text-xs">
-								<div
-									class=" h-fit py-1 px-2 flex items-center justify-center rounded border border-black/10 capitalize text-gray-600 dark:border-white/10 dark:text-gray-300"
-								>
-									@
-								</div>
+						<div class="flex space-x-1 text-xs">
+							<div
+								class=" h-fit py-1 px-2 flex items-center justify-center rounded border border-black/10 capitalize text-gray-600 dark:border-white/10 dark:text-gray-300"
+							>
+								@
 							</div>
 						</div>
 					</div>
 				</div>
 			</div>
 		</div>
-	</div></Modal
->
+	</div>
+</Modal>
 
 <style>
 	input::-webkit-outer-spin-button,

+ 4 - 4
src/lib/i18n/locales/bg-BG/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "Добавяне на кратко описание за това какво прави този модфайл",
 	"Add a short title for this prompt": "Добавяне на кратко заглавие за този промпт",
 	"Add a tag": "Добавяне на таг",
+	"Add custom prompt": "",
 	"Add Docs": "Добавяне на Документи",
 	"Add Files": "Добавяне на Файлове",
 	"Add message": "Добавяне на съобщение",
@@ -43,6 +44,7 @@
 	"Archived Chats": "",
 	"are allowed - Activate this command by typing": "са разрешени - Активирайте тази команда чрез въвеждане",
 	"Are you sure?": "Сигурни ли сте?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "Аудио",
 	"Auto-playback response": "Аувтоматично възпроизвеждане на Отговора",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "Импортване на модфайлове",
 	"Import Prompts": "Импортване на промптове",
 	"Include `--api` flag when running stable-diffusion-webui": "Включете флага `--api`, когато стартирате stable-diffusion-webui",
+	"Input commands": "",
 	"Interface": "Интерфейс",
 	"join our Discord for help.": "свържете се с нашия Discord за помощ.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "Изберете режим",
 	"Select a model": "Изберете модел",
 	"Select an Ollama instance": "Изберете Ollama инстанция",
+	"Select model": "",
 	"Send a Message": "Изпращане на Съобщение",
 	"Send message": "Изпращане на съобщение",
 	"Server connection verified": "Server connection verified",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "Успех",
 	"Successfully updated.": "Успешно обновено.",
-	"Symbol startup prompt": "Символ стартов опит",
-	"Symbol startup prompt to activate RAG": "Символ стартов опит за активиране на RAG",
-	"Symbol startup prompt to activate Chat Prompts": "Символ стартов опит за активиране на Чат насоки",
-	"Symbol startup prompt to activate Specific Models": "Символ стартов опит за активиране на Специфични модели",
 	"Sync All": "Синхронизиране на всички",
 	"System": "Система",
 	"System Prompt": "Системен Промпт",

+ 4 - 4
src/lib/i18n/locales/bn-BD/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "এই মডেলফাইলটির সম্পর্কে সংক্ষিপ্ত বিবরণ যোগ করুন",
 	"Add a short title for this prompt": "এই প্রম্পটের জন্য একটি সংক্ষিপ্ত টাইটেল যোগ করুন",
 	"Add a tag": "একটি ট্যাগ যোগ করুন",
+	"Add custom prompt": "",
 	"Add Docs": "ডকুমেন্ট যোগ করুন",
 	"Add Files": "ফাইল যোগ করুন",
 	"Add message": "মেসেজ যোগ করুন",
@@ -43,6 +44,7 @@
 	"Archived Chats": "চ্যাট ইতিহাস সংরক্ষণাগার",
 	"are allowed - Activate this command by typing": "অনুমোদিত - কমান্ডটি চালু করার জন্য লিখুন",
 	"Are you sure?": "আপনি নিশ্চিত?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "অডিও",
 	"Auto-playback response": "রেসপন্স অটো-প্লেব্যাক",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "মডেলফাইলগুলো ইমপোর্ট করুন",
 	"Import Prompts": "প্রম্পটগুলো ইমপোর্ট করুন",
 	"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webui চালু করার সময় `--api` ফ্ল্যাগ সংযুক্ত করুন",
+	"Input commands": "",
 	"Interface": "ইন্টারফেস",
 	"join our Discord for help.": "সাহায্যের জন্য আমাদের Discord-এ যুক্ত হোন",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "একটি মডেল নির্বাচন করুন",
 	"Select a model": "একটি মডেল নির্বাচন করুন",
 	"Select an Ollama instance": "একটি Ollama ইন্সট্যান্স নির্বাচন করুন",
+	"Select model": "",
 	"Send a Message": "একটি মেসেজ পাঠান",
 	"Send message": "মেসেজ পাঠান",
 	"Server connection verified": "সার্ভার কানেকশন যাচাই করা হয়েছে",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "সফল",
 	"Successfully updated.": "সফলভাবে আপডেট হয়েছে",
-	"Symbol startup prompt": "সিম্বল স্টার্টআপ প্রম্পট",
-	"Symbol startup prompt to activate RAG": "র্যাগ সক্রিয় করার জন্য সিম্বল স্টার্টআপ প্রম্পট",
-	"Symbol startup prompt to activate Chat Prompts": "চ্যাট প্রম্পট সক্রিয় করার জন্য সিম্বল স্টার্টআপ প্রম্পট",
-	"Symbol startup prompt to activate Specific Models": "নির্দিষ্ট মডেল সক্রিয় করার জন্য সিম্বল স্টার্টআপ প্রম্পট",
 	"Sync All": "সব সিংক্রোনাইজ করুন",
 	"System": "সিস্টেম",
 	"System Prompt": "সিস্টেম প্রম্পট",

+ 4 - 4
src/lib/i18n/locales/ca-ES/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "Afegeix una descripció curta del que fa aquest arxiu de model",
 	"Add a short title for this prompt": "Afegeix un títol curt per aquest prompt",
 	"Add a tag": "Afegeix una etiqueta",
+	"Add custom prompt": "",
 	"Add Docs": "Afegeix Documents",
 	"Add Files": "Afegeix Arxius",
 	"Add message": "Afegeix missatge",
@@ -43,6 +44,7 @@
 	"Archived Chats": "Arxiu d'historial de xat",
 	"are allowed - Activate this command by typing": "estan permesos - Activa aquesta comanda escrivint",
 	"Are you sure?": "Estàs segur?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "Àudio",
 	"Auto-playback response": "Resposta de reproducció automàtica",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "Importa Fitxers de Model",
 	"Import Prompts": "Importa Prompts",
 	"Include `--api` flag when running stable-diffusion-webui": "Inclou la bandera `--api` quan executis stable-diffusion-webui",
+	"Input commands": "",
 	"Interface": "Interfície",
 	"join our Discord for help.": "uneix-te al nostre Discord per ajuda.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "Selecciona un mode",
 	"Select a model": "Selecciona un model",
 	"Select an Ollama instance": "Selecciona una instància d'Ollama",
+	"Select model": "",
 	"Send a Message": "Envia un Missatge",
 	"Send message": "Envia missatge",
 	"Server connection verified": "Connexió al servidor verificada",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "Èxit",
 	"Successfully updated.": "Actualitzat amb èxit.",
-	"Symbol startup prompt": "Promp d'inici de Símbol",
-	"Symbol startup prompt to activate RAG": "Promp d'inici de Símbol per activar RAG",
-	"Symbol startup prompt to activate Chat Prompts": "Promp d'inici de Símbol per activar Prompts de Xat",
-	"Symbol startup prompt to activate Specific Models": "Promp d'inici de Símbol per activar Models Específics",
 	"Sync All": "Sincronitza Tot",
 	"System": "Sistema",
 	"System Prompt": "Prompt del Sistema",

+ 4 - 4
src/lib/i18n/locales/de-DE/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "Füge eine kurze Beschreibung hinzu, was dieses Modelfile kann",
 	"Add a short title for this prompt": "Füge einen kurzen Titel für diesen Prompt hinzu",
 	"Add a tag": "Tag hinzufügen",
+	"Add custom prompt": "",
 	"Add Docs": "Dokumente hinzufügen",
 	"Add Files": "Dateien hinzufügen",
 	"Add message": "Nachricht eingeben",
@@ -43,6 +44,7 @@
 	"Archived Chats": "Archivierte Chats",
 	"are allowed - Activate this command by typing": "sind erlaubt - Aktiviere diesen Befehl, indem du",
 	"Are you sure?": "Bist du sicher?",
+	"Attach file": "",
 	"Attention to detail": "Auge fürs Detail",
 	"Audio": "Audio",
 	"Auto-playback response": "Automatische Wiedergabe der Antwort",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "Modelfiles importieren",
 	"Import Prompts": "Prompts importieren",
 	"Include `--api` flag when running stable-diffusion-webui": "Füge das `--api`-Flag hinzu, wenn Du stable-diffusion-webui nutzt",
+	"Input commands": "",
 	"Interface": "Benutzeroberfläche",
 	"join our Discord for help.": "Trete unserem Discord bei, um Hilfe zu erhalten.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "Einen Modus auswählen",
 	"Select a model": "Ein Modell auswählen",
 	"Select an Ollama instance": "Eine Ollama Instanz auswählen",
+	"Select model": "",
 	"Send a Message": "Eine Nachricht senden",
 	"Send message": "Nachricht senden",
 	"Server connection verified": "Serververbindung überprüft",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "Untertitel (z.B. über das Römische Reich)",
 	"Success": "Erfolg",
 	"Successfully updated.": "Erfolgreich aktualisiert.",
-	"Symbol startup prompt": "Symbol Startaufforderung",
-	"Symbol startup prompt to activate RAG": "Symbol Startaufforderung um RAG zu aktivieren",
-	"Symbol startup prompt to activate Chat Prompts": "Symbol Startaufforderung um Chat Aufforderungen zu aktivieren",
-	"Symbol startup prompt to activate Specific Models": "Symbol Startaufforderung um spezifische Modelle zu aktivieren",
 	"Sync All": "Alles synchronisieren",
 	"System": "System",
 	"System Prompt": "System-Prompt",

+ 4 - 4
src/lib/i18n/locales/dg-DG/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "Add short description about what this modelfile does",
 	"Add a short title for this prompt": "Add short title for this prompt",
 	"Add a tag": "Add such tag",
+	"Add custom prompt": "",
 	"Add Docs": "Add Docs",
 	"Add Files": "Add Files",
 	"Add message": "Add Prompt",
@@ -43,6 +44,7 @@
 	"Archived Chats": "",
 	"are allowed - Activate this command by typing": "are allowed. Activate typing",
 	"Are you sure?": "Such certainty?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "Audio",
 	"Auto-playback response": "Auto-playback response",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "Import Modelfiles",
 	"Import Prompts": "Import Promptos",
 	"Include `--api` flag when running stable-diffusion-webui": "Include `--api` flag when running stable-diffusion-webui",
+	"Input commands": "",
 	"Interface": "Interface",
 	"join our Discord for help.": "join our Discord for help.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "Select a mode very choose",
 	"Select a model": "Select a model much choice",
 	"Select an Ollama instance": "Select an Ollama instance very choose",
+	"Select model": "",
 	"Send a Message": "Send a Message much message",
 	"Send message": "Send message very send",
 	"Server connection verified": "Server connection verified much secure",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "Success very success",
 	"Successfully updated.": "Successfully updated. Very updated.",
-	"Symbol startup prompt": "Symbol startup prompt",
-	"Symbol startup prompt to activate RAG": "Symbol startup prompt to activate RAG",
-	"Symbol startup prompt to activate Chat Prompts": "Symbol startup prompt to activate Chat Prompts",
-	"Symbol startup prompt to activate Specific Models": "Symbol startup prompt to activate Specific Models",
 	"Sync All": "Sync All much sync",
 	"System": "System very system",
 	"System Prompt": "System Prompt much prompt",

+ 4 - 4
src/lib/i18n/locales/en-GB/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "",
 	"Add a short title for this prompt": "",
 	"Add a tag": "",
+	"Add custom prompt": "",
 	"Add Docs": "",
 	"Add Files": "",
 	"Add message": "",
@@ -43,6 +44,7 @@
 	"Archived Chats": "",
 	"are allowed - Activate this command by typing": "",
 	"Are you sure?": "",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "",
 	"Auto-playback response": "",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "",
 	"Import Prompts": "",
 	"Include `--api` flag when running stable-diffusion-webui": "",
+	"Input commands": "",
 	"Interface": "",
 	"join our Discord for help.": "",
 	"JSON": "",
@@ -337,6 +340,7 @@
 	"Select a mode": "",
 	"Select a model": "",
 	"Select an Ollama instance": "",
+	"Select model": "",
 	"Send a Message": "",
 	"Send message": "",
 	"Server connection verified": "",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "",
 	"Successfully updated.": "",
-	"Symbol startup prompt": "",
-	"Symbol startup prompt to activate RAG": "",
-	"Symbol startup prompt to activate Chat Prompts": "",
-	"Symbol startup prompt to activate Specific Models": "",
 	"Sync All": "",
 	"System": "",
 	"System Prompt": "",

+ 4 - 4
src/lib/i18n/locales/en-US/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "",
 	"Add a short title for this prompt": "",
 	"Add a tag": "",
+	"Add custom prompt": "",
 	"Add Docs": "",
 	"Add Files": "",
 	"Add message": "",
@@ -43,6 +44,7 @@
 	"Archived Chats": "",
 	"are allowed - Activate this command by typing": "",
 	"Are you sure?": "",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "",
 	"Auto-playback response": "",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "",
 	"Import Prompts": "",
 	"Include `--api` flag when running stable-diffusion-webui": "",
+	"Input commands": "",
 	"Interface": "",
 	"join our Discord for help.": "",
 	"JSON": "",
@@ -337,6 +340,7 @@
 	"Select a mode": "",
 	"Select a model": "",
 	"Select an Ollama instance": "",
+	"Select model": "",
 	"Send a Message": "",
 	"Send message": "",
 	"Server connection verified": "",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "",
 	"Successfully updated.": "",
-	"Symbol startup prompt": "",
-	"Symbol startup prompt to activate RAG": "",
-	"Symbol startup prompt to activate Chat Prompts": "",
-	"Symbol startup prompt to activate Specific Models": "",
 	"Sync All": "",
 	"System": "",
 	"System Prompt": "",

+ 4 - 4
src/lib/i18n/locales/es-ES/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "Agregue una descripción corta de lo que este modelfile hace",
 	"Add a short title for this prompt": "Agregue un título corto para este Prompt",
 	"Add a tag": "Agregar una etiqueta",
+	"Add custom prompt": "",
 	"Add Docs": "Agregar Documentos",
 	"Add Files": "Agregar Archivos",
 	"Add message": "Agregar Prompt",
@@ -43,6 +44,7 @@
 	"Archived Chats": "Chats archivados",
 	"are allowed - Activate this command by typing": "están permitidos - Active este comando escribiendo",
 	"Are you sure?": "¿Está seguro?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "Audio",
 	"Auto-playback response": "Respuesta de reproducción automática",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "Importar Modelfiles",
 	"Import Prompts": "Importar Prompts",
 	"Include `--api` flag when running stable-diffusion-webui": "Incluir el indicador `--api` al ejecutar stable-diffusion-webui",
+	"Input commands": "",
 	"Interface": "Interfaz",
 	"join our Discord for help.": "Únase a nuestro Discord para obtener ayuda.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "Selecciona un modo",
 	"Select a model": "Selecciona un modelo",
 	"Select an Ollama instance": "Seleccione una instancia de Ollama",
+	"Select model": "",
 	"Send a Message": "Enviar un Mensaje",
 	"Send message": "Enviar Mensaje",
 	"Server connection verified": "Conexión del servidor verificada",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "Éxito",
 	"Successfully updated.": "Actualizado exitosamente.",
-	"Symbol startup prompt": "Solicitud de inicio de Symbol",
-	"Symbol startup prompt to activate RAG": "Solicitud de inicio de Symbol para activar RAG",
-	"Symbol startup prompt to activate Chat Prompts":  "Solicitud de inicio de Symbol para activar Prompts de Chat",
-	"Symbol startup prompt to activate Specific Models": "Solicitud de inicio de Symbol para activar Modelos Específicos",
 	"Sync All": "Sincronizar todo",
 	"System": "Sistema",
 	"System Prompt": "Prompt del sistema",

+ 4 - 4
src/lib/i18n/locales/fa-IR/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "توضیح کوتاهی در مورد کاری که این فایل\u200cمدل انجام می دهد اضافه کنید",
 	"Add a short title for this prompt": "یک عنوان کوتاه برای این درخواست اضافه کنید",
 	"Add a tag": "اضافه کردن یک تگ",
+	"Add custom prompt": "",
 	"Add Docs": "اضافه کردن اسناد",
 	"Add Files": "اضافه کردن فایل\u200cها",
 	"Add message": "اضافه کردن پیغام",
@@ -43,6 +44,7 @@
 	"Archived Chats": "آرشیو تاریخچه چت",
 	"are allowed - Activate this command by typing": "مجاز هستند - این دستور را با تایپ کردن این فعال کنید:",
 	"Are you sure?": "آیا مطمئن هستید؟",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "صدا",
 	"Auto-playback response": "پخش خودکار پاسخ ",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "ایمپورت فایل\u200cهای مدل",
 	"Import Prompts": "ایمپورت پرامپت\u200cها",
 	"Include `--api` flag when running stable-diffusion-webui": "فلگ `--api` را هنکام اجرای stable-diffusion-webui استفاده کنید.",
+	"Input commands": "",
 	"Interface": "رابط",
 	"join our Discord for help.": "برای کمک به دیسکورد ما بپیوندید.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "یک حالت انتخاب کنید",
 	"Select a model": "انتخاب یک مدل",
 	"Select an Ollama instance": "انتخاب یک نمونه از اولاما",
+	"Select model": "",
 	"Send a Message": "ارسال یک پیام",
 	"Send message": "ارسال پیام",
 	"Server connection verified": "اتصال سرور تأیید شد",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "موفقیت",
 	"Successfully updated.": "با موفقیت به روز شد",
-	"Symbol startup prompt": "دعوت به راه اندازی نماد",
-	"Symbol startup prompt to activate RAG": "دعوت به راه اندازی نماد برای فعال کردن RAG",
-	"Symbol startup prompt to activate Chat Prompts": "دعوت به راه اندازی نماد برای فعال کردن پرسش های گفتگو",
-	"Symbol startup prompt to activate Specific Models": "دعوت به راه اندازی نماد برای فعال کردن مدل های خاص",
 	"Sync All": "همگام سازی همه",
 	"System": "سیستم",
 	"System Prompt": "پرامپت سیستم",

+ 4 - 4
src/lib/i18n/locales/fr-CA/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "Ajouter une courte description de ce que fait ce fichier de modèle",
 	"Add a short title for this prompt": "Ajouter un court titre pour ce prompt",
 	"Add a tag": "Ajouter un tag",
+	"Add custom prompt": "",
 	"Add Docs": "Ajouter des documents",
 	"Add Files": "Ajouter des fichiers",
 	"Add message": "Ajouter un message",
@@ -43,6 +44,7 @@
 	"Archived Chats": "enregistrement du chat",
 	"are allowed - Activate this command by typing": "sont autorisés - Activez cette commande en tapant",
 	"Are you sure?": "Êtes-vous sûr ?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "Audio",
 	"Auto-playback response": "Réponse en lecture automatique",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "Importer les fichiers de modèle",
 	"Import Prompts": "Importer les prompts",
 	"Include `--api` flag when running stable-diffusion-webui": "Inclure l'indicateur `--api` lors de l'exécution de stable-diffusion-webui",
+	"Input commands": "",
 	"Interface": "Interface",
 	"join our Discord for help.": "rejoignez notre Discord pour obtenir de l'aide.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "Sélectionnez un mode",
 	"Select a model": "Sélectionnez un modèle",
 	"Select an Ollama instance": "Sélectionner une instance Ollama",
+	"Select model": "",
 	"Send a Message": "Envoyer un message",
 	"Send message": "Envoyer un message",
 	"Server connection verified": "Connexion au serveur vérifiée",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "Succès",
 	"Successfully updated.": "Mis à jour avec succès.",
-	"Symbol startup prompt": "Invite au démarrage du symbole",
-	"Symbol startup prompt to activate RAG": "Invite au démarrage du symbole pour activer RAG",
-	"Symbol startup prompt to activate Chat Prompts": "Invite au démarrage du symbole pour activer les Prompts de Chat",
-	"Symbol startup prompt to activate Specific Models": "Invite au démarrage du symbole pour activer les Modèles Spécifiques",
 	"Sync All": "Synchroniser tout",
 	"System": "Système",
 	"System Prompt": "Prompt Système",

+ 4 - 4
src/lib/i18n/locales/fr-FR/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "Ajouter une courte description de ce que fait ce fichier de modèle",
 	"Add a short title for this prompt": "Ajouter un court titre pour ce prompt",
 	"Add a tag": "Ajouter un tag",
+	"Add custom prompt": "",
 	"Add Docs": "Ajouter des documents",
 	"Add Files": "Ajouter des fichiers",
 	"Add message": "Ajouter un message",
@@ -43,6 +44,7 @@
 	"Archived Chats": "enregistrement du chat",
 	"are allowed - Activate this command by typing": "sont autorisés - Activez cette commande en tapant",
 	"Are you sure?": "Êtes-vous sûr ?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "Audio",
 	"Auto-playback response": "Réponse en lecture automatique",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "Importer les fichiers de modèle",
 	"Import Prompts": "Importer les prompts",
 	"Include `--api` flag when running stable-diffusion-webui": "Inclure le drapeau `--api` lors de l'exécution de stable-diffusion-webui",
+	"Input commands": "",
 	"Interface": "Interface",
 	"join our Discord for help.": "rejoignez notre Discord pour obtenir de l'aide.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "Sélectionnez un mode",
 	"Select a model": "Sélectionner un modèle",
 	"Select an Ollama instance": "Sélectionner une instance Ollama",
+	"Select model": "",
 	"Send a Message": "Envoyer un message",
 	"Send message": "Envoyer un message",
 	"Server connection verified": "Connexion au serveur vérifiée",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "Succès",
 	"Successfully updated.": "Mis à jour avec succès.",
-	"Symbol startup prompt": "Invite au démarrage du symbole",
-	"Symbol startup prompt to activate RAG": "Invite au démarrage du symbole pour activer RAG",
-	"Symbol startup prompt to activate Chat Prompts": "Invite au démarrage du symbole pour activer les Prompts de Chat",
-	"Symbol startup prompt to activate Specific Models": "Invite au démarrage du symbole pour activer les Modèles Spécifiques",
 	"Sync All": "Synchroniser tout",
 	"System": "Système",
 	"System Prompt": "Invite de système",

+ 4 - 4
src/lib/i18n/locales/it-IT/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "Aggiungi una breve descrizione di ciò che fa questo file modello",
 	"Add a short title for this prompt": "Aggiungi un titolo breve per questo prompt",
 	"Add a tag": "Aggiungi un tag",
+	"Add custom prompt": "",
 	"Add Docs": "Aggiungi documenti",
 	"Add Files": "Aggiungi file",
 	"Add message": "Aggiungi messaggio",
@@ -43,6 +44,7 @@
 	"Archived Chats": "Chat archiviate",
 	"are allowed - Activate this command by typing": "sono consentiti - Attiva questo comando digitando",
 	"Are you sure?": "Sei sicuro?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "Audio",
 	"Auto-playback response": "Riproduzione automatica della risposta",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "Importa file modello",
 	"Import Prompts": "Importa prompt",
 	"Include `--api` flag when running stable-diffusion-webui": "",
+	"Input commands": "",
 	"Interface": "Interfaccia",
 	"join our Discord for help.": "unisciti al nostro Discord per ricevere aiuto.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "Seleziona una modalità",
 	"Select a model": "Seleziona un modello",
 	"Select an Ollama instance": "Seleziona un'istanza Ollama",
+	"Select model": "",
 	"Send a Message": "Invia un messaggio",
 	"Send message": "Invia messaggio",
 	"Server connection verified": "Connessione al server verificata",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "Successo",
 	"Successfully updated.": "Aggiornato con successo.",
-	"Symbol startup prompt to activate RAG": "Invito all'avvio del simbolo per attivare RAG",
-	"Symbol startup prompt to activate Chat Prompts": "Invito all'avvio del simbolo per attivare i Prompt di Chat",
-	"Symbol startup prompt to activate Specific Models": "Invito all'avvio del simbolo per attivare Modelli Specifici",
-	"Symbol startup prompt": "Invito all'avvio del simbolo",
 	"Sync All": "Sincronizza tutto",
 	"System": "Sistema",
 	"System Prompt": "Prompt di sistema",

+ 4 - 4
src/lib/i18n/locales/ja-JP/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "このモデルファイルの機能に関する簡単な説明を追加",
 	"Add a short title for this prompt": "このプロンプトの短いタイトルを追加",
 	"Add a tag": "タグを追加",
+	"Add custom prompt": "",
 	"Add Docs": "ドキュメントを追加",
 	"Add Files": "ファイルを追加",
 	"Add message": "メッセージを追加",
@@ -43,6 +44,7 @@
 	"Archived Chats": "チャット記録",
 	"are allowed - Activate this command by typing": "が許可されています - 次のように入力してこのコマンドをアクティブ化します",
 	"Are you sure?": "よろしいですか?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "オーディオ",
 	"Auto-playback response": "応答の自動再生",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "モデルファイルをインポート",
 	"Import Prompts": "プロンプトをインポート",
 	"Include `--api` flag when running stable-diffusion-webui": "",
+	"Input commands": "",
 	"Interface": "インターフェース",
 	"join our Discord for help.": "ヘルプについては、Discord に参加してください。",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "モードを選択",
 	"Select a model": "モデルを選択",
 	"Select an Ollama instance": "Ollama インスタンスを選択",
+	"Select model": "",
 	"Send a Message": "メッセージを送信",
 	"Send message": "メッセージを送信",
 	"Server connection verified": "サーバー接続が確認されました",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "成功",
 	"Successfully updated.": "正常に更新されました。",
-	"Symbol startup prompt": "シンボルの起動プロンプト",
-	"Symbol startup prompt to activate RAG": "RAGを有効にするためのシンボルの起動プロンプト",
-	"Symbol startup prompt to activate Chat Prompts": "チャットプロンプトを有効にするためのシンボルの起動プロンプト",
-	"Symbol startup prompt to activate Specific Models": "特定のモデルを有効にするためのシンボルの起動プロンプト",
 	"Sync All": "すべてを同期",
 	"System": "システム",
 	"System Prompt": "システムプロンプト",

+ 4 - 4
src/lib/i18n/locales/ka-GE/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "დაამატე მოკლე აღწერა იმის შესახებ, თუ რას აკეთებს ეს მოდელური ფაილი",
 	"Add a short title for this prompt": "დაამატე მოკლე სათაური ამ მოთხოვნისთვის",
 	"Add a tag": "დაამატე ტეგი",
+	"Add custom prompt": "",
 	"Add Docs": "დოკუმენტის დამატება",
 	"Add Files": "ფაილების დამატება",
 	"Add message": "შეტყობინების დამატება",
@@ -43,6 +44,7 @@
 	"Archived Chats": "ჩატის ისტორიის არქივი",
 	"are allowed - Activate this command by typing": "დაშვებულია - ბრძანების გასააქტიურებლად აკრიფეთ:",
 	"Are you sure?": "დარწმუნებული ხარ?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "ხმოვანი",
 	"Auto-playback response": "ავტომატური დაკვრის პასუხი",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "მოდელური ფაილების იმპორტი",
 	"Import Prompts": "მოთხოვნების იმპორტი",
 	"Include `--api` flag when running stable-diffusion-webui": "ჩართეთ `--api` დროშა stable-diffusion-webui-ის გაშვებისას",
+	"Input commands": "",
 	"Interface": "ინტერფეისი",
 	"join our Discord for help.": "შეუერთდით ჩვენს Discord-ს დახმარებისთვის",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "რეჟიმის არჩევა",
 	"Select a model": "მოდელის არჩევა",
 	"Select an Ollama instance": "",
+	"Select model": "",
 	"Send a Message": "შეტყობინების გაგზავნა",
 	"Send message": "შეტყობინების გაგზავნა",
 	"Server connection verified": "სერვერთან კავშირი დადასტურებულია",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "წარმატება",
 	"Successfully updated.": "წარმატებით განახლდა",
-	"Symbol startup prompt": "სიმბოლოს საწყისი მითითება",
-	"Symbol startup prompt to activate RAG": "სიმბოლოს საწყისი მითითების გააქტიურება RAG-სთვის",
-	"Symbol startup prompt to activate Chat Prompts": "სიმბოლოს საწყისი მითითების გააქტიურება ჩატის მითითებებისთვის",
-	"Symbol startup prompt to activate Specific Models": "სიმბოლოს საწყისი მითითების გააქტიურება კონკრეტული მოდელებისთვის",
 	"Sync All": "სინქრონიზაცია",
 	"System": "სისტემა",
 	"System Prompt": "სისტემური მოთხოვნა",

+ 4 - 4
src/lib/i18n/locales/ko-KR/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "이 모델파일이 하는 일에 대한 간단한 설명 추가",
 	"Add a short title for this prompt": "이 프롬프트에 대한 간단한 제목 추가",
 	"Add a tag": "태그 추가",
+	"Add custom prompt": "",
 	"Add Docs": "문서 추가",
 	"Add Files": "파일 추가",
 	"Add message": "메시지 추가",
@@ -43,6 +44,7 @@
 	"Archived Chats": "채팅 기록 아카이브",
 	"are allowed - Activate this command by typing": "허용됩니다 - 이 명령을 활성화하려면 입력하세요.",
 	"Are you sure?": "확실합니까?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "오디오",
 	"Auto-playback response": "응답 자동 재생",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "모델파일 가져오기",
 	"Import Prompts": "프롬프트 가져오기",
 	"Include `--api` flag when running stable-diffusion-webui": "",
+	"Input commands": "",
 	"Interface": "인터페이스",
 	"join our Discord for help.": "도움말을 보려면 Discord에 가입하세요.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "모드 선택",
 	"Select a model": "모델 선택",
 	"Select an Ollama instance": "Ollama 인스턴스 선택",
+	"Select model": "",
 	"Send a Message": "메시지 보내기",
 	"Send message": "메시지 보내기",
 	"Server connection verified": "서버 연결 확인됨",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "성공",
 	"Successfully updated.": "성공적으로 업데이트되었습니다.",
-	"Symbol startup prompt": "심볼 스타트업 프롬프트",
-	"Symbol startup prompt to activate RAG": "RAG를 활성화하기 위한 심볼 스타트업 프롬프트",
-	"Symbol startup prompt to activate Chat Prompts": "채팅 프롬프트를 활성화하기 위한 심볼 스타트업 프롬프트",
-	"Symbol startup prompt to activate Specific Models": "특정 모델을 활성화하기 위한 심볼 스타트업 프롬프트",
 	"Sync All": "모두 동기화",
 	"System": "시스템",
 	"System Prompt": "시스템 프롬프트",

+ 4 - 4
src/lib/i18n/locales/nl-NL/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "Voeg een korte beschrijving toe over wat dit modelfile doet",
 	"Add a short title for this prompt": "Voeg een korte titel toe voor deze prompt",
 	"Add a tag": "Voeg een tag toe",
+	"Add custom prompt": "",
 	"Add Docs": "Voeg Docs toe",
 	"Add Files": "Voege Bestanden toe",
 	"Add message": "Voeg bericht toe",
@@ -43,6 +44,7 @@
 	"Archived Chats": "chatrecord",
 	"are allowed - Activate this command by typing": "zijn toegestaan - Activeer deze commando door te typen",
 	"Are you sure?": "Zeker weten?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "Audio",
 	"Auto-playback response": "Automatisch afspelen van antwoord",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "Importeer Modelfiles",
 	"Import Prompts": "Importeer Prompts",
 	"Include `--api` flag when running stable-diffusion-webui": "Voeg `--api` vlag toe bij het uitvoeren van stable-diffusion-webui",
+	"Input commands": "",
 	"Interface": "Interface",
 	"join our Discord for help.": "join onze Discord voor hulp.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "Selecteer een modus",
 	"Select a model": "Selecteer een model",
 	"Select an Ollama instance": "Selecteer een Ollama instantie",
+	"Select model": "",
 	"Send a Message": "Stuur een Bericht",
 	"Send message": "Stuur bericht",
 	"Server connection verified": "Server verbinding geverifieerd",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "Succes",
 	"Successfully updated.": "Succesvol bijgewerkt.",
-	"Symbol startup prompt": "Symbool opstartprompt",
-	"Symbol startup prompt to activate RAG": "Symbool opstartprompt om RAG te activeren",
-	"Symbol startup prompt to activate Chat Prompts": "Symbool opstartprompt om Chat Prompts te activeren",
-	"Symbol startup prompt to activate Specific Models": "Symbool opstartprompt om Specifieke Modellen te activeren",
 	"Sync All": "Synchroniseer Alles",
 	"System": "Systeem",
 	"System Prompt": "Systeem Prompt",

+ 4 - 4
src/lib/i18n/locales/pl-PL/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "Dodaj krótki opis tego, co robi ten plik modelu",
 	"Add a short title for this prompt": "Dodaj krótki tytuł tego polecenia",
 	"Add a tag": "Dodaj tag",
+	"Add custom prompt": "",
 	"Add Docs": "Dodaj dokumenty",
 	"Add Files": "Dodaj pliki",
 	"Add message": "Dodaj wiadomość",
@@ -43,6 +44,7 @@
 	"Archived Chats": "",
 	"are allowed - Activate this command by typing": "są dozwolone - Aktywuj to polecenie, wpisując",
 	"Are you sure?": "Jesteś pewien?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "Dźwięk",
 	"Auto-playback response": "Odtwarzanie automatyczne odpowiedzi",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "Importuj pliki modeli",
 	"Import Prompts": "Importuj prompty",
 	"Include `--api` flag when running stable-diffusion-webui": "Dołącz flagę `--api` podczas uruchamiania stable-diffusion-webui",
+	"Input commands": "",
 	"Interface": "Interfejs",
 	"join our Discord for help.": "Dołącz do naszego Discorda po pomoc.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "Wybierz tryb",
 	"Select a model": "Wybierz model",
 	"Select an Ollama instance": "Wybierz instancję Ollama",
+	"Select model": "",
 	"Send a Message": "Wyślij Wiadomość",
 	"Send message": "Wyślij wiadomość",
 	"Server connection verified": "Połączenie z serwerem zweryfikowane",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "Sukces",
 	"Successfully updated.": "Pomyślnie zaktualizowano.",
-	"Symbol startup prompt": "Symbol uruchamiania",
-	"Symbol startup prompt to activate RAG": "Symbol uruchamiania do aktywacji RAG",
-	"Symbol startup prompt to activate Chat Prompts": "Symbol uruchamiania do aktywacji Chat Prompts",
-	"Symbol startup prompt to activate Specific Models": "Symbol uruchamiania do aktywacji konkretnych modeli",
 	"Sync All": "Synchronizuj wszystko",
 	"System": "System",
 	"System Prompt": "Prompt systemowy",

+ 4 - 4
src/lib/i18n/locales/pt-BR/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "Adicione uma breve descrição sobre o que este arquivo de modelo faz",
 	"Add a short title for this prompt": "Adicione um título curto para este prompt",
 	"Add a tag": "Adicionar uma tag",
+	"Add custom prompt": "",
 	"Add Docs": "Adicionar Documentos",
 	"Add Files": "Adicionar Arquivos",
 	"Add message": "Adicionar mensagem",
@@ -43,6 +44,7 @@
 	"Archived Chats": "Bate-papos arquivados",
 	"are allowed - Activate this command by typing": "são permitidos - Ative este comando digitando",
 	"Are you sure?": "Tem certeza?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "Áudio",
 	"Auto-playback response": "Reprodução automática da resposta",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "Importar Arquivos de Modelo",
 	"Import Prompts": "Importar Prompts",
 	"Include `--api` flag when running stable-diffusion-webui": "Inclua a flag `--api` ao executar stable-diffusion-webui",
+	"Input commands": "",
 	"Interface": "Interface",
 	"join our Discord for help.": "junte-se ao nosso Discord para obter ajuda.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "Selecione um modo",
 	"Select a model": "Selecione um modelo",
 	"Select an Ollama instance": "Selecione uma instância Ollama",
+	"Select model": "",
 	"Send a Message": "Enviar uma Mensagem",
 	"Send message": "Enviar mensagem",
 	"Server connection verified": "Conexão com o servidor verificada",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "Sucesso",
 	"Successfully updated.": "Atualizado com sucesso.",
-	"Symbol startup prompt": "Prompt de inicialização do Símbolo",
-	"Symbol startup prompt to activate RAG": "Prompt de inicialização do Símbolo para ativar o RAG",
-	"Symbol startup prompt to activate Chat Prompts": "Prompt de inicialização do Símbolo para ativar os Prompts de Chat",
-	"Symbol startup prompt to activate Specific Models": "Prompt de inicialização do Símbolo para ativar Modelos Específicos",
 	"Sync All": "Sincronizar Tudo",
 	"System": "Sistema",
 	"System Prompt": "Prompt do Sistema",

+ 4 - 4
src/lib/i18n/locales/pt-PT/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "Adicione uma breve descrição sobre o que este arquivo de modelo faz",
 	"Add a short title for this prompt": "Adicione um título curto para este prompt",
 	"Add a tag": "Adicionar uma tag",
+	"Add custom prompt": "",
 	"Add Docs": "Adicionar Documentos",
 	"Add Files": "Adicionar Arquivos",
 	"Add message": "Adicionar mensagem",
@@ -43,6 +44,7 @@
 	"Archived Chats": "Bate-papos arquivados",
 	"are allowed - Activate this command by typing": "são permitidos - Ative este comando digitando",
 	"Are you sure?": "Tem certeza?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "Áudio",
 	"Auto-playback response": "Reprodução automática da resposta",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "Importar Arquivos de Modelo",
 	"Import Prompts": "Importar Prompts",
 	"Include `--api` flag when running stable-diffusion-webui": "Inclua a flag `--api` ao executar stable-diffusion-webui",
+	"Input commands": "",
 	"Interface": "Interface",
 	"join our Discord for help.": "junte-se ao nosso Discord para obter ajuda.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "Selecione um modo",
 	"Select a model": "Selecione um modelo",
 	"Select an Ollama instance": "Selecione uma instância Ollama",
+	"Select model": "",
 	"Send a Message": "Enviar uma Mensagem",
 	"Send message": "Enviar mensagem",
 	"Server connection verified": "Conexão com o servidor verificada",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "Sucesso",
 	"Successfully updated.": "Atualizado com sucesso.",
-	"Symbol startup prompt": "Prompt de inicialização do Símbolo",
-	"Symbol startup prompt to activate RAG": "Prompt de inicialização do Símbolo para ativar o RAG",
-	"Symbol startup prompt to activate Chat Prompts": "Prompt de inicialização do Símbolo para ativar os Prompts de Chat",
-	"Symbol startup prompt to activate Specific Models": "Prompt de inicialização do Símbolo para ativar Modelos Específicos",
 	"Sync All": "Sincronizar Tudo",
 	"System": "Sistema",
 	"System Prompt": "Prompt do Sistema",

+ 4 - 4
src/lib/i18n/locales/ru-RU/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "Добавьте краткое описание, что делает этот моделфайл",
 	"Add a short title for this prompt": "Добавьте краткий заголовок для этого ввода",
 	"Add a tag": "Добавьте тэг",
+	"Add custom prompt": "",
 	"Add Docs": "Добавьте документы",
 	"Add Files": "Добавьте файлы",
 	"Add message": "Добавьте сообщение",
@@ -43,6 +44,7 @@
 	"Archived Chats": "запис на чат",
 	"are allowed - Activate this command by typing": "разрешено - активируйте эту команду вводом",
 	"Are you sure?": "Вы уверены?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "Аудио",
 	"Auto-playback response": "Автоматическое воспроизведение ответа",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "Импорт файлов модели",
 	"Import Prompts": "Импорт подсказок",
 	"Include `--api` flag when running stable-diffusion-webui": "Добавьте флаг `--api` при запуске stable-diffusion-webui",
+	"Input commands": "",
 	"Interface": "Интерфейс",
 	"join our Discord for help.": "присоединяйтесь к нашему Discord для помощи.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "Выберите режим",
 	"Select a model": "Выберите модель",
 	"Select an Ollama instance": "Выберите экземпляр Ollama",
+	"Select model": "",
 	"Send a Message": "Отправить сообщение",
 	"Send message": "Отправить сообщение",
 	"Server connection verified": "Соединение с сервером проверено",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "Успех",
 	"Successfully updated.": "Успешно обновлено.",
-	"Symbol startup prompt": "Символ стартового запроса",
-	"Symbol startup prompt to activate RAG": "Символ стартового запроса для активации RAG",
-	"Symbol startup prompt to activate Chat Prompts": "Символ стартового запроса для активации Чатовых запросов", 
-	"Symbol startup prompt to activate Specific Models": "Символ стартового запроса для активации Конкретных моделей",
 	"Sync All": "Синхронизировать все",
 	"System": "Система",
 	"System Prompt": "Системный промпт",

+ 4 - 4
src/lib/i18n/locales/sv-SE/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "Lägg till en kort beskrivning av vad den här modelfilen gör",
 	"Add a short title for this prompt": "Lägg till en kort titel för denna prompt",
 	"Add a tag": "Lägg till en tagg",
+	"Add custom prompt": "",
 	"Add Docs": "Lägg till dokument",
 	"Add Files": "Lägg till filer",
 	"Add message": "Lägg till meddelande",
@@ -43,6 +44,7 @@
 	"Archived Chats": "",
 	"are allowed - Activate this command by typing": "är tillåtna - Aktivera detta kommando genom att skriva",
 	"Are you sure?": "Är du säker?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "Ljud",
 	"Auto-playback response": "Automatisk uppspelning",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "Importera modelfiler",
 	"Import Prompts": "Importera prompts",
 	"Include `--api` flag when running stable-diffusion-webui": "Inkludera `--api`-flagga när du kör stabil-diffusion-webui",
+	"Input commands": "",
 	"Interface": "Gränssnitt",
 	"join our Discord for help.": "gå med i vår Discord för hjälp.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "Välj ett läge",
 	"Select a model": "Välj en modell",
 	"Select an Ollama instance": "Välj en Ollama-instans",
+	"Select model": "",
 	"Send a Message": "Skicka ett meddelande",
 	"Send message": "Skicka meddelande",
 	"Server connection verified": "Serveranslutning verifierad",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "Framgång",
 	"Successfully updated.": "Uppdaterades framgångsrikt.",
-	"Symbol startup prompt": "Symbol startprompt",
-	"Symbol startup prompt to activate RAG": "Symbol startprompt för att aktivera RAG",
-	"Symbol startup prompt to activate Chat Prompts": "Symbol startprompt för att aktivera Chat Prompts",
-	"Symbol startup prompt to activate Specific Models": "Symbol startprompt för att aktivera Specifika Modeller",
 	"Sync All": "Synkronisera allt",
 	"System": "System",
 	"System Prompt": "Systemprompt",

+ 4 - 4
src/lib/i18n/locales/tr-TR/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "Bu model dosyasının ne yaptığı hakkında kısa bir açıklama ekleyin",
 	"Add a short title for this prompt": "Bu prompt için kısa bir başlık ekleyin",
 	"Add a tag": "Bir etiket ekleyin",
+	"Add custom prompt": "",
 	"Add Docs": "Dökümanlar Ekle",
 	"Add Files": "Dosyalar Ekle",
 	"Add message": "Mesaj ekle",
@@ -43,6 +44,7 @@
 	"Archived Chats": "sohbet kaydı",
 	"are allowed - Activate this command by typing": "izin verilir - Bu komutu yazarak etkinleştirin",
 	"Are you sure?": "Emin misiniz?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "Ses",
 	"Auto-playback response": "Yanıtı otomatik oynatma",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "Model Dosyalarını İçe Aktar",
 	"Import Prompts": "Promptları İçe Aktar",
 	"Include `--api` flag when running stable-diffusion-webui": "stable-diffusion-webui çalıştırılırken `--api` bayrağını dahil edin",
+	"Input commands": "",
 	"Interface": "Arayüz",
 	"join our Discord for help.": "yardım için Discord'umuza katılın.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "Bir mod seç",
 	"Select a model": "Bir model seç",
 	"Select an Ollama instance": "Bir Ollama örneği seçin",
+	"Select model": "",
 	"Send a Message": "Bir Mesaj Gönder",
 	"Send message": "Mesaj gönder",
 	"Server connection verified": "Sunucu bağlantısı doğrulandı",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "Başarılı",
 	"Successfully updated.": "Başarıyla güncellendi.",
-	"Symbol startup prompt": "Sembol başlatma istemi",
-	"Symbol startup prompt to activate RAG": "RAG'ı etkinleştirmek için sembol başlatma istemi",
-	"Symbol startup prompt to activate Chat Prompts": "Chat Isteklerini etkinleştirmek için sembol başlatma istemi",
-	"Symbol startup prompt to activate Specific Models": "Belirli Modelleri etkinleştirmek için sembol başlatma istemi",
 	"Sync All": "Tümünü Senkronize Et",
 	"System": "Sistem",
 	"System Prompt": "Sistem Promptu",

+ 4 - 4
src/lib/i18n/locales/uk-UA/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "Додати короткий опис того, що робить цей файл моделі",
 	"Add a short title for this prompt": "Додати коротку назву для цього промту",
 	"Add a tag": "Додайте тег",
+	"Add custom prompt": "",
 	"Add Docs": "Додати документи",
 	"Add Files": "Додати файли",
 	"Add message": "Додати повідомлення",
@@ -43,6 +44,7 @@
 	"Archived Chats": "запис чату",
 	"are allowed - Activate this command by typing": "дозволено - активізуйте цю команду набором",
 	"Are you sure?": "Ви впевнені?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "Аудіо",
 	"Auto-playback response": "Автоматичне відтворення відповіді",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "Імпортувати файл моделі",
 	"Import Prompts": "Імпортувати промти",
 	"Include `--api` flag when running stable-diffusion-webui": "Включіть прапор `--api` при запуску stable-diffusion-webui",
+	"Input commands": "",
 	"Interface": "Інтерфейс",
 	"join our Discord for help.": "приєднуйтеся до нашого Discord для допомоги.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "Оберіть режим",
 	"Select a model": "Виберіть модель",
 	"Select an Ollama instance": "Виберіть екземпляр Ollama",
+	"Select model": "",
 	"Send a Message": "Надіслати повідомлення",
 	"Send message": "Надіслати повідомлення",
 	"Server connection verified": "З'єднання з сервером підтверджено",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "Успіх",
 	"Successfully updated.": "Успішно оновлено.",
-	"Symbol startup prompt": "Символ запуску",
-	"Symbol startup prompt to activate RAG": "Символ запуску для активації RAG",
-	"Symbol startup prompt to activate Chat Prompts": "Символ запуску для активізації чату",
-	"Symbol startup prompt to activate Specific Models": "Символ запуску для активації конкретних моделей",
 	"Sync All": "Синхронізувати все",
 	"System": "Система",
 	"System Prompt": "Системний промт",

+ 4 - 4
src/lib/i18n/locales/vi-VN/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "Thêm mô tả ngắn về việc tệp mô tả mô hình (modelfile) này làm gì",
 	"Add a short title for this prompt": "Thêm tiêu đề ngắn cho prompt này",
 	"Add a tag": "Thêm thẻ (tag)",
+	"Add custom prompt": "",
 	"Add Docs": "Thêm tài liệu",
 	"Add Files": "Thêm tệp",
 	"Add message": "Thêm tin nhắn",
@@ -43,6 +44,7 @@
 	"Archived Chats": "bản ghi trò chuyện",
 	"are allowed - Activate this command by typing": "được phép - Kích hoạt lệnh này bằng cách gõ",
 	"Are you sure?": "Bạn có chắc chắn không?",
+	"Attach file": "",
 	"Attention to detail": "Có sự chú ý đến chi tiết của vấn đề",
 	"Audio": "Âm thanh",
 	"Auto-playback response": "Tự động phát lại phản hồi (Auto-playback)",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "Nạp tệp mô tả",
 	"Import Prompts": "Nạp các prompt lên hệ thống",
 	"Include `--api` flag when running stable-diffusion-webui": "Bao gồm flag `--api` khi chạy stable-diffusion-webui",
+	"Input commands": "",
 	"Interface": "Giao diện",
 	"join our Discord for help.": "tham gia Discord của chúng tôi để được trợ giúp.",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "Chọn một chế độ",
 	"Select a model": "Chọn mô hình",
 	"Select an Ollama instance": "Chọn một thực thể Ollama",
+	"Select model": "",
 	"Send a Message": "Gửi yêu cầu",
 	"Send message": "Gửi yêu cầu",
 	"Server connection verified": "Kết nối máy chủ đã được xác minh",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "Thành công",
 	"Successfully updated.": "Đã cập nhật thành công.",
-	"Symbol startup prompt": "Kích hoạt lời nhắc khởi động Biểu tượng",
-	"Symbol startup prompt to activate RAG": "Kích hoạt lời nhắc khởi động Biểu tượng để kích hoạt RAG",
-	"Symbol startup prompt to activate Chat Prompts": "Kích hoạt lời nhắc khởi động Biểu tượng để kích hoạt Lời nhắc Trò chuyện",
-	"Symbol startup prompt to activate Specific Models": "Kích hoạt lời nhắc khởi động Biểu tượng để kích hoạt Mô hình Cụ thể",
 	"Sync All": "Đồng bộ hóa Tất cả",
 	"System": "Hệ thống",
 	"System Prompt": "Prompt Hệ thống (System Prompt)",

+ 4 - 4
src/lib/i18n/locales/zh-CN/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "为这个模型文件添加一段简短的描述",
 	"Add a short title for this prompt": "为这个提示词添加一个简短的标题",
 	"Add a tag": "添加标签",
+	"Add custom prompt": "",
 	"Add Docs": "添加文档",
 	"Add Files": "添加文件",
 	"Add message": "添加消息",
@@ -43,6 +44,7 @@
 	"Archived Chats": "聊天记录存档",
 	"are allowed - Activate this command by typing": "允许 - 通过输入来激活这个命令",
 	"Are you sure?": "你确定吗?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "音频",
 	"Auto-playback response": "自动播放回应",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "导入模型文件",
 	"Import Prompts": "导入提示",
 	"Include `--api` flag when running stable-diffusion-webui": "运行stable-diffusion-webui时包含`--api`标志",
+	"Input commands": "",
 	"Interface": "界面",
 	"join our Discord for help.": "加入我们的Discord寻求帮助。",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "选择一个模式",
 	"Select a model": "选择一个模型",
 	"Select an Ollama instance": "选择一个Ollama实例",
+	"Select model": "",
 	"Send a Message": "发送消息",
 	"Send message": "发送消息",
 	"Server connection verified": "已验证服务器连接",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "成功",
 	"Successfully updated.": "成功更新。",
-	"Symbol startup prompt": "符号启动提示",
-	"Symbol startup prompt to activate RAG": "激活RAG的符号启动提示",
-	"Symbol startup prompt to activate Chat Prompts": "激活聊天提示的符号启动提示",
-	"Symbol startup prompt to activate Specific Models": "激活特定模型的符号启动提示",
 	"Sync All": "同步所有",
 	"System": "系统",
 	"System Prompt": "系统提示",

+ 4 - 4
src/lib/i18n/locales/zh-TW/translation.json

@@ -15,6 +15,7 @@
 	"Add a short description about what this modelfile does": "為這個 Modelfile 添加一段簡短的描述",
 	"Add a short title for this prompt": "為這個提示詞添加一個簡短的標題",
 	"Add a tag": "新增標籤",
+	"Add custom prompt": "",
 	"Add Docs": "新增文件",
 	"Add Files": "新增檔案",
 	"Add message": "新增訊息",
@@ -43,6 +44,7 @@
 	"Archived Chats": "聊天記錄存檔",
 	"are allowed - Activate this command by typing": "是允許的 - 透過輸入",
 	"Are you sure?": "你確定嗎?",
+	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "音訊",
 	"Auto-playback response": "自動播放回答",
@@ -206,6 +208,7 @@
 	"Import Modelfiles": "匯入 Modelfiles",
 	"Import Prompts": "匯入提示詞",
 	"Include `--api` flag when running stable-diffusion-webui": "在運行 stable-diffusion-webui 時加上 `--api` 標誌",
+	"Input commands": "",
 	"Interface": "介面",
 	"join our Discord for help.": "加入我們的 Discord 尋找幫助。",
 	"JSON": "JSON",
@@ -337,6 +340,7 @@
 	"Select a mode": "選擇模式",
 	"Select a model": "選擇一個模型",
 	"Select an Ollama instance": "選擇 Ollama 實例",
+	"Select model": "",
 	"Send a Message": "傳送訊息",
 	"Send message": "傳送訊息",
 	"Server connection verified": "已驗證伺服器連線",
@@ -370,10 +374,6 @@
 	"Subtitle (e.g. about the Roman Empire)": "",
 	"Success": "成功",
 	"Successfully updated.": "更新成功。",
-	"Symbol startup prompt": "符號啟動提示",
-	"Symbol startup prompt to activate RAG": "啟動RAG的符號啟動提示",
-	"Symbol startup prompt to activate Chat Prompts": "啟動聊天提示的符號啟動提示",
-	"Symbol startup prompt to activate Specific Models": "啟動特定模型的符號啟動提示",
 	"Sync All": "全部同步",
 	"System": "系統",
 	"System Prompt": "系統提示詞",