Merge pull request #1946 from Yanyutin753/shortcuts-dev

add Symbol startup instructions in ShortcutsModal
This commit is contained in:
Timothy Jaeryang Baek 2024-05-03 14:03:44 -07:00 committed by GitHub
commit e4c77628be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
27 changed files with 156 additions and 0 deletions

View File

@ -209,6 +209,58 @@
</div> </div>
</div> </div>
</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('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>
</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>
</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>
</div>
</div>
</div>
</div>
</div> </div>
</Modal> </Modal>

View File

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

View File

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

View File

@ -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 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 short title for this prompt": "Afegeix un títol curt per aquest prompt",
"Add a tag": "Afegeix una etiqueta", "Add a tag": "Afegeix una etiqueta",
"Add custom prompt": "",
"Add Docs": "Afegeix Documents", "Add Docs": "Afegeix Documents",
"Add Files": "Afegeix Arxius", "Add Files": "Afegeix Arxius",
"Add message": "Afegeix missatge", "Add message": "Afegeix missatge",
@ -43,6 +44,7 @@
"Archived Chats": "Arxiu d'historial de xat", "Archived Chats": "Arxiu d'historial de xat",
"are allowed - Activate this command by typing": "estan permesos - Activa aquesta comanda escrivint", "are allowed - Activate this command by typing": "estan permesos - Activa aquesta comanda escrivint",
"Are you sure?": "Estàs segur?", "Are you sure?": "Estàs segur?",
"Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "Àudio", "Audio": "Àudio",
"Auto-playback response": "Resposta de reproducció automàtica", "Auto-playback response": "Resposta de reproducció automàtica",
@ -206,6 +208,7 @@
"Import Modelfiles": "Importa Fitxers de Model", "Import Modelfiles": "Importa Fitxers de Model",
"Import Prompts": "Importa Prompts", "Import Prompts": "Importa Prompts",
"Include `--api` flag when running stable-diffusion-webui": "Inclou la bandera `--api` quan executis stable-diffusion-webui", "Include `--api` flag when running stable-diffusion-webui": "Inclou la bandera `--api` quan executis stable-diffusion-webui",
"Input commands": "",
"Interface": "Interfície", "Interface": "Interfície",
"join our Discord for help.": "uneix-te al nostre Discord per ajuda.", "join our Discord for help.": "uneix-te al nostre Discord per ajuda.",
"JSON": "JSON", "JSON": "JSON",
@ -337,6 +340,7 @@
"Select a mode": "Selecciona un mode", "Select a mode": "Selecciona un mode",
"Select a model": "Selecciona un model", "Select a model": "Selecciona un model",
"Select an Ollama instance": "Selecciona una instància d'Ollama", "Select an Ollama instance": "Selecciona una instància d'Ollama",
"Select model": "",
"Send a Message": "Envia un Missatge", "Send a Message": "Envia un Missatge",
"Send message": "Envia missatge", "Send message": "Envia missatge",
"Server connection verified": "Connexió al servidor verificada", "Server connection verified": "Connexió al servidor verificada",

View File

@ -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 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 short title for this prompt": "Füge einen kurzen Titel für diesen Prompt hinzu",
"Add a tag": "Tag hinzufügen", "Add a tag": "Tag hinzufügen",
"Add custom prompt": "",
"Add Docs": "Dokumente hinzufügen", "Add Docs": "Dokumente hinzufügen",
"Add Files": "Dateien hinzufügen", "Add Files": "Dateien hinzufügen",
"Add message": "Nachricht eingeben", "Add message": "Nachricht eingeben",
@ -43,6 +44,7 @@
"Archived Chats": "Archivierte Chats", "Archived Chats": "Archivierte Chats",
"are allowed - Activate this command by typing": "sind erlaubt - Aktiviere diesen Befehl, indem du", "are allowed - Activate this command by typing": "sind erlaubt - Aktiviere diesen Befehl, indem du",
"Are you sure?": "Bist du sicher?", "Are you sure?": "Bist du sicher?",
"Attach file": "",
"Attention to detail": "Auge fürs Detail", "Attention to detail": "Auge fürs Detail",
"Audio": "Audio", "Audio": "Audio",
"Auto-playback response": "Automatische Wiedergabe der Antwort", "Auto-playback response": "Automatische Wiedergabe der Antwort",
@ -206,6 +208,7 @@
"Import Modelfiles": "Modelfiles importieren", "Import Modelfiles": "Modelfiles importieren",
"Import Prompts": "Prompts 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", "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", "Interface": "Benutzeroberfläche",
"join our Discord for help.": "Trete unserem Discord bei, um Hilfe zu erhalten.", "join our Discord for help.": "Trete unserem Discord bei, um Hilfe zu erhalten.",
"JSON": "JSON", "JSON": "JSON",
@ -337,6 +340,7 @@
"Select a mode": "Einen Modus auswählen", "Select a mode": "Einen Modus auswählen",
"Select a model": "Ein Modell auswählen", "Select a model": "Ein Modell auswählen",
"Select an Ollama instance": "Eine Ollama Instanz auswählen", "Select an Ollama instance": "Eine Ollama Instanz auswählen",
"Select model": "",
"Send a Message": "Eine Nachricht senden", "Send a Message": "Eine Nachricht senden",
"Send message": "Nachricht senden", "Send message": "Nachricht senden",
"Server connection verified": "Serververbindung überprüft", "Server connection verified": "Serververbindung überprüft",

View File

@ -15,6 +15,7 @@
"Add a short description about what this modelfile does": "Add short description about what this modelfile does", "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 short title for this prompt": "Add short title for this prompt",
"Add a tag": "Add such tag", "Add a tag": "Add such tag",
"Add custom prompt": "",
"Add Docs": "Add Docs", "Add Docs": "Add Docs",
"Add Files": "Add Files", "Add Files": "Add Files",
"Add message": "Add Prompt", "Add message": "Add Prompt",
@ -43,6 +44,7 @@
"Archived Chats": "", "Archived Chats": "",
"are allowed - Activate this command by typing": "are allowed. Activate typing", "are allowed - Activate this command by typing": "are allowed. Activate typing",
"Are you sure?": "Such certainty?", "Are you sure?": "Such certainty?",
"Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "Audio", "Audio": "Audio",
"Auto-playback response": "Auto-playback response", "Auto-playback response": "Auto-playback response",
@ -206,6 +208,7 @@
"Import Modelfiles": "Import Modelfiles", "Import Modelfiles": "Import Modelfiles",
"Import Prompts": "Import Promptos", "Import Prompts": "Import Promptos",
"Include `--api` flag when running stable-diffusion-webui": "Include `--api` flag when running stable-diffusion-webui", "Include `--api` flag when running stable-diffusion-webui": "Include `--api` flag when running stable-diffusion-webui",
"Input commands": "",
"Interface": "Interface", "Interface": "Interface",
"join our Discord for help.": "join our Discord for help.", "join our Discord for help.": "join our Discord for help.",
"JSON": "JSON", "JSON": "JSON",
@ -337,6 +340,7 @@
"Select a mode": "Select a mode very choose", "Select a mode": "Select a mode very choose",
"Select a model": "Select a model much choice", "Select a model": "Select a model much choice",
"Select an Ollama instance": "Select an Ollama instance very choose", "Select an Ollama instance": "Select an Ollama instance very choose",
"Select model": "",
"Send a Message": "Send a Message much message", "Send a Message": "Send a Message much message",
"Send message": "Send message very send", "Send message": "Send message very send",
"Server connection verified": "Server connection verified much secure", "Server connection verified": "Server connection verified much secure",

View File

@ -15,6 +15,7 @@
"Add a short description about what this modelfile does": "", "Add a short description about what this modelfile does": "",
"Add a short title for this prompt": "", "Add a short title for this prompt": "",
"Add a tag": "", "Add a tag": "",
"Add custom prompt": "",
"Add Docs": "", "Add Docs": "",
"Add Files": "", "Add Files": "",
"Add message": "", "Add message": "",
@ -43,6 +44,7 @@
"Archived Chats": "", "Archived Chats": "",
"are allowed - Activate this command by typing": "", "are allowed - Activate this command by typing": "",
"Are you sure?": "", "Are you sure?": "",
"Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "", "Audio": "",
"Auto-playback response": "", "Auto-playback response": "",
@ -206,6 +208,7 @@
"Import Modelfiles": "", "Import Modelfiles": "",
"Import Prompts": "", "Import Prompts": "",
"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": "",
"Select a model": "", "Select a model": "",
"Select an Ollama instance": "", "Select an Ollama instance": "",
"Select model": "",
"Send a Message": "", "Send a Message": "",
"Send message": "", "Send message": "",
"Server connection verified": "", "Server connection verified": "",

View File

@ -15,6 +15,7 @@
"Add a short description about what this modelfile does": "", "Add a short description about what this modelfile does": "",
"Add a short title for this prompt": "", "Add a short title for this prompt": "",
"Add a tag": "", "Add a tag": "",
"Add custom prompt": "",
"Add Docs": "", "Add Docs": "",
"Add Files": "", "Add Files": "",
"Add message": "", "Add message": "",
@ -43,6 +44,7 @@
"Archived Chats": "", "Archived Chats": "",
"are allowed - Activate this command by typing": "", "are allowed - Activate this command by typing": "",
"Are you sure?": "", "Are you sure?": "",
"Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "", "Audio": "",
"Auto-playback response": "", "Auto-playback response": "",
@ -206,6 +208,7 @@
"Import Modelfiles": "", "Import Modelfiles": "",
"Import Prompts": "", "Import Prompts": "",
"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": "",
"Select a model": "", "Select a model": "",
"Select an Ollama instance": "", "Select an Ollama instance": "",
"Select model": "",
"Send a Message": "", "Send a Message": "",
"Send message": "", "Send message": "",
"Server connection verified": "", "Server connection verified": "",

View File

@ -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 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 short title for this prompt": "Agregue un título corto para este Prompt",
"Add a tag": "Agregar una etiqueta", "Add a tag": "Agregar una etiqueta",
"Add custom prompt": "",
"Add Docs": "Agregar Documentos", "Add Docs": "Agregar Documentos",
"Add Files": "Agregar Archivos", "Add Files": "Agregar Archivos",
"Add message": "Agregar Prompt", "Add message": "Agregar Prompt",
@ -43,6 +44,7 @@
"Archived Chats": "Chats archivados", "Archived Chats": "Chats archivados",
"are allowed - Activate this command by typing": "están permitidos - Active este comando escribiendo", "are allowed - Activate this command by typing": "están permitidos - Active este comando escribiendo",
"Are you sure?": "¿Está seguro?", "Are you sure?": "¿Está seguro?",
"Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "Audio", "Audio": "Audio",
"Auto-playback response": "Respuesta de reproducción automática", "Auto-playback response": "Respuesta de reproducción automática",
@ -206,6 +208,7 @@
"Import Modelfiles": "Importar Modelfiles", "Import Modelfiles": "Importar Modelfiles",
"Import Prompts": "Importar Prompts", "Import Prompts": "Importar Prompts",
"Include `--api` flag when running stable-diffusion-webui": "Incluir el indicador `--api` al ejecutar stable-diffusion-webui", "Include `--api` flag when running stable-diffusion-webui": "Incluir el indicador `--api` al ejecutar stable-diffusion-webui",
"Input commands": "",
"Interface": "Interfaz", "Interface": "Interfaz",
"join our Discord for help.": "Únase a nuestro Discord para obtener ayuda.", "join our Discord for help.": "Únase a nuestro Discord para obtener ayuda.",
"JSON": "JSON", "JSON": "JSON",
@ -337,6 +340,7 @@
"Select a mode": "Selecciona un modo", "Select a mode": "Selecciona un modo",
"Select a model": "Selecciona un modelo", "Select a model": "Selecciona un modelo",
"Select an Ollama instance": "Seleccione una instancia de Ollama", "Select an Ollama instance": "Seleccione una instancia de Ollama",
"Select model": "",
"Send a Message": "Enviar un Mensaje", "Send a Message": "Enviar un Mensaje",
"Send message": "Enviar Mensaje", "Send message": "Enviar Mensaje",
"Server connection verified": "Conexión del servidor verificada", "Server connection verified": "Conexión del servidor verificada",

View File

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

View File

@ -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 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 short title for this prompt": "Ajouter un court titre pour ce prompt",
"Add a tag": "Ajouter un tag", "Add a tag": "Ajouter un tag",
"Add custom prompt": "",
"Add Docs": "Ajouter des documents", "Add Docs": "Ajouter des documents",
"Add Files": "Ajouter des fichiers", "Add Files": "Ajouter des fichiers",
"Add message": "Ajouter un message", "Add message": "Ajouter un message",
@ -43,6 +44,7 @@
"Archived Chats": "enregistrement du chat", "Archived Chats": "enregistrement du chat",
"are allowed - Activate this command by typing": "sont autorisés - Activez cette commande en tapant", "are allowed - Activate this command by typing": "sont autorisés - Activez cette commande en tapant",
"Are you sure?": "Êtes-vous sûr ?", "Are you sure?": "Êtes-vous sûr ?",
"Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "Audio", "Audio": "Audio",
"Auto-playback response": "Réponse en lecture automatique", "Auto-playback response": "Réponse en lecture automatique",
@ -206,6 +208,7 @@
"Import Modelfiles": "Importer les fichiers de modèle", "Import Modelfiles": "Importer les fichiers de modèle",
"Import Prompts": "Importer les prompts", "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", "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", "Interface": "Interface",
"join our Discord for help.": "rejoignez notre Discord pour obtenir de l'aide.", "join our Discord for help.": "rejoignez notre Discord pour obtenir de l'aide.",
"JSON": "JSON", "JSON": "JSON",
@ -337,6 +340,7 @@
"Select a mode": "Sélectionnez un mode", "Select a mode": "Sélectionnez un mode",
"Select a model": "Sélectionnez un modèle", "Select a model": "Sélectionnez un modèle",
"Select an Ollama instance": "Sélectionner une instance Ollama", "Select an Ollama instance": "Sélectionner une instance Ollama",
"Select model": "",
"Send a Message": "Envoyer un message", "Send a Message": "Envoyer un message",
"Send message": "Envoyer un message", "Send message": "Envoyer un message",
"Server connection verified": "Connexion au serveur vérifiée", "Server connection verified": "Connexion au serveur vérifiée",

View File

@ -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 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 short title for this prompt": "Ajouter un court titre pour ce prompt",
"Add a tag": "Ajouter un tag", "Add a tag": "Ajouter un tag",
"Add custom prompt": "",
"Add Docs": "Ajouter des documents", "Add Docs": "Ajouter des documents",
"Add Files": "Ajouter des fichiers", "Add Files": "Ajouter des fichiers",
"Add message": "Ajouter un message", "Add message": "Ajouter un message",
@ -43,6 +44,7 @@
"Archived Chats": "enregistrement du chat", "Archived Chats": "enregistrement du chat",
"are allowed - Activate this command by typing": "sont autorisés - Activez cette commande en tapant", "are allowed - Activate this command by typing": "sont autorisés - Activez cette commande en tapant",
"Are you sure?": "Êtes-vous sûr ?", "Are you sure?": "Êtes-vous sûr ?",
"Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "Audio", "Audio": "Audio",
"Auto-playback response": "Réponse en lecture automatique", "Auto-playback response": "Réponse en lecture automatique",
@ -206,6 +208,7 @@
"Import Modelfiles": "Importer les fichiers de modèle", "Import Modelfiles": "Importer les fichiers de modèle",
"Import Prompts": "Importer les prompts", "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", "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", "Interface": "Interface",
"join our Discord for help.": "rejoignez notre Discord pour obtenir de l'aide.", "join our Discord for help.": "rejoignez notre Discord pour obtenir de l'aide.",
"JSON": "JSON", "JSON": "JSON",
@ -337,6 +340,7 @@
"Select a mode": "Sélectionnez un mode", "Select a mode": "Sélectionnez un mode",
"Select a model": "Sélectionner un modèle", "Select a model": "Sélectionner un modèle",
"Select an Ollama instance": "Sélectionner une instance Ollama", "Select an Ollama instance": "Sélectionner une instance Ollama",
"Select model": "",
"Send a Message": "Envoyer un message", "Send a Message": "Envoyer un message",
"Send message": "Envoyer un message", "Send message": "Envoyer un message",
"Server connection verified": "Connexion au serveur vérifiée", "Server connection verified": "Connexion au serveur vérifiée",

View File

@ -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 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 short title for this prompt": "Aggiungi un titolo breve per questo prompt",
"Add a tag": "Aggiungi un tag", "Add a tag": "Aggiungi un tag",
"Add custom prompt": "",
"Add Docs": "Aggiungi documenti", "Add Docs": "Aggiungi documenti",
"Add Files": "Aggiungi file", "Add Files": "Aggiungi file",
"Add message": "Aggiungi messaggio", "Add message": "Aggiungi messaggio",
@ -43,6 +44,7 @@
"Archived Chats": "Chat archiviate", "Archived Chats": "Chat archiviate",
"are allowed - Activate this command by typing": "sono consentiti - Attiva questo comando digitando", "are allowed - Activate this command by typing": "sono consentiti - Attiva questo comando digitando",
"Are you sure?": "Sei sicuro?", "Are you sure?": "Sei sicuro?",
"Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "Audio", "Audio": "Audio",
"Auto-playback response": "Riproduzione automatica della risposta", "Auto-playback response": "Riproduzione automatica della risposta",
@ -206,6 +208,7 @@
"Import Modelfiles": "Importa file modello", "Import Modelfiles": "Importa file modello",
"Import Prompts": "Importa prompt", "Import Prompts": "Importa prompt",
"Include `--api` flag when running stable-diffusion-webui": "", "Include `--api` flag when running stable-diffusion-webui": "",
"Input commands": "",
"Interface": "Interfaccia", "Interface": "Interfaccia",
"join our Discord for help.": "unisciti al nostro Discord per ricevere aiuto.", "join our Discord for help.": "unisciti al nostro Discord per ricevere aiuto.",
"JSON": "JSON", "JSON": "JSON",
@ -337,6 +340,7 @@
"Select a mode": "Seleziona una modalità", "Select a mode": "Seleziona una modalità",
"Select a model": "Seleziona un modello", "Select a model": "Seleziona un modello",
"Select an Ollama instance": "Seleziona un'istanza Ollama", "Select an Ollama instance": "Seleziona un'istanza Ollama",
"Select model": "",
"Send a Message": "Invia un messaggio", "Send a Message": "Invia un messaggio",
"Send message": "Invia messaggio", "Send message": "Invia messaggio",
"Server connection verified": "Connessione al server verificata", "Server connection verified": "Connessione al server verificata",

View File

@ -15,6 +15,7 @@
"Add a short description about what this modelfile does": "このモデルファイルの機能に関する簡単な説明を追加", "Add a short description about what this modelfile does": "このモデルファイルの機能に関する簡単な説明を追加",
"Add a short title for this prompt": "このプロンプトの短いタイトルを追加", "Add a short title for this prompt": "このプロンプトの短いタイトルを追加",
"Add a tag": "タグを追加", "Add a tag": "タグを追加",
"Add custom prompt": "",
"Add Docs": "ドキュメントを追加", "Add Docs": "ドキュメントを追加",
"Add Files": "ファイルを追加", "Add Files": "ファイルを追加",
"Add message": "メッセージを追加", "Add message": "メッセージを追加",
@ -43,6 +44,7 @@
"Archived Chats": "チャット記録", "Archived Chats": "チャット記録",
"are allowed - Activate this command by typing": "が許可されています - 次のように入力してこのコマンドをアクティブ化します", "are allowed - Activate this command by typing": "が許可されています - 次のように入力してこのコマンドをアクティブ化します",
"Are you sure?": "よろしいですか?", "Are you sure?": "よろしいですか?",
"Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "オーディオ", "Audio": "オーディオ",
"Auto-playback response": "応答の自動再生", "Auto-playback response": "応答の自動再生",
@ -206,6 +208,7 @@
"Import Modelfiles": "モデルファイルをインポート", "Import Modelfiles": "モデルファイルをインポート",
"Import Prompts": "プロンプトをインポート", "Import Prompts": "プロンプトをインポート",
"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.": "ヘルプについては、Discord に参加してください。", "join our Discord for help.": "ヘルプについては、Discord に参加してください。",
"JSON": "JSON", "JSON": "JSON",
@ -337,6 +340,7 @@
"Select a mode": "モードを選択", "Select a mode": "モードを選択",
"Select a model": "モデルを選択", "Select a model": "モデルを選択",
"Select an Ollama instance": "Ollama インスタンスを選択", "Select an Ollama instance": "Ollama インスタンスを選択",
"Select model": "",
"Send a Message": "メッセージを送信", "Send a Message": "メッセージを送信",
"Send message": "メッセージを送信", "Send message": "メッセージを送信",
"Server connection verified": "サーバー接続が確認されました", "Server connection verified": "サーバー接続が確認されました",

View File

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

View File

@ -15,6 +15,7 @@
"Add a short description about what this modelfile does": "이 모델파일이 하는 일에 대한 간단한 설명 추가", "Add a short description about what this modelfile does": "이 모델파일이 하는 일에 대한 간단한 설명 추가",
"Add a short title for this prompt": "이 프롬프트에 대한 간단한 제목 추가", "Add a short title for this prompt": "이 프롬프트에 대한 간단한 제목 추가",
"Add a tag": "태그 추가", "Add a tag": "태그 추가",
"Add custom prompt": "",
"Add Docs": "문서 추가", "Add Docs": "문서 추가",
"Add Files": "파일 추가", "Add Files": "파일 추가",
"Add message": "메시지 추가", "Add message": "메시지 추가",
@ -43,6 +44,7 @@
"Archived Chats": "채팅 기록 아카이브", "Archived Chats": "채팅 기록 아카이브",
"are allowed - Activate this command by typing": "허용됩니다 - 이 명령을 활성화하려면 입력하세요.", "are allowed - Activate this command by typing": "허용됩니다 - 이 명령을 활성화하려면 입력하세요.",
"Are you sure?": "확실합니까?", "Are you sure?": "확실합니까?",
"Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "오디오", "Audio": "오디오",
"Auto-playback response": "응답 자동 재생", "Auto-playback response": "응답 자동 재생",
@ -206,6 +208,7 @@
"Import Modelfiles": "모델파일 가져오기", "Import Modelfiles": "모델파일 가져오기",
"Import Prompts": "프롬프트 가져오기", "Import Prompts": "프롬프트 가져오기",
"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.": "도움말을 보려면 Discord에 가입하세요.", "join our Discord for help.": "도움말을 보려면 Discord에 가입하세요.",
"JSON": "JSON", "JSON": "JSON",
@ -337,6 +340,7 @@
"Select a mode": "모드 선택", "Select a mode": "모드 선택",
"Select a model": "모델 선택", "Select a model": "모델 선택",
"Select an Ollama instance": "Ollama 인스턴스 선택", "Select an Ollama instance": "Ollama 인스턴스 선택",
"Select model": "",
"Send a Message": "메시지 보내기", "Send a Message": "메시지 보내기",
"Send message": "메시지 보내기", "Send message": "메시지 보내기",
"Server connection verified": "서버 연결 확인됨", "Server connection verified": "서버 연결 확인됨",

View File

@ -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 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 short title for this prompt": "Voeg een korte titel toe voor deze prompt",
"Add a tag": "Voeg een tag toe", "Add a tag": "Voeg een tag toe",
"Add custom prompt": "",
"Add Docs": "Voeg Docs toe", "Add Docs": "Voeg Docs toe",
"Add Files": "Voege Bestanden toe", "Add Files": "Voege Bestanden toe",
"Add message": "Voeg bericht toe", "Add message": "Voeg bericht toe",
@ -43,6 +44,7 @@
"Archived Chats": "chatrecord", "Archived Chats": "chatrecord",
"are allowed - Activate this command by typing": "zijn toegestaan - Activeer deze commando door te typen", "are allowed - Activate this command by typing": "zijn toegestaan - Activeer deze commando door te typen",
"Are you sure?": "Zeker weten?", "Are you sure?": "Zeker weten?",
"Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "Audio", "Audio": "Audio",
"Auto-playback response": "Automatisch afspelen van antwoord", "Auto-playback response": "Automatisch afspelen van antwoord",
@ -206,6 +208,7 @@
"Import Modelfiles": "Importeer Modelfiles", "Import Modelfiles": "Importeer Modelfiles",
"Import Prompts": "Importeer Prompts", "Import Prompts": "Importeer Prompts",
"Include `--api` flag when running stable-diffusion-webui": "Voeg `--api` vlag toe bij het uitvoeren van stable-diffusion-webui", "Include `--api` flag when running stable-diffusion-webui": "Voeg `--api` vlag toe bij het uitvoeren van stable-diffusion-webui",
"Input commands": "",
"Interface": "Interface", "Interface": "Interface",
"join our Discord for help.": "join onze Discord voor hulp.", "join our Discord for help.": "join onze Discord voor hulp.",
"JSON": "JSON", "JSON": "JSON",
@ -337,6 +340,7 @@
"Select a mode": "Selecteer een modus", "Select a mode": "Selecteer een modus",
"Select a model": "Selecteer een model", "Select a model": "Selecteer een model",
"Select an Ollama instance": "Selecteer een Ollama instantie", "Select an Ollama instance": "Selecteer een Ollama instantie",
"Select model": "",
"Send a Message": "Stuur een Bericht", "Send a Message": "Stuur een Bericht",
"Send message": "Stuur bericht", "Send message": "Stuur bericht",
"Server connection verified": "Server verbinding geverifieerd", "Server connection verified": "Server verbinding geverifieerd",

View File

@ -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 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 short title for this prompt": "Dodaj krótki tytuł tego polecenia",
"Add a tag": "Dodaj tag", "Add a tag": "Dodaj tag",
"Add custom prompt": "",
"Add Docs": "Dodaj dokumenty", "Add Docs": "Dodaj dokumenty",
"Add Files": "Dodaj pliki", "Add Files": "Dodaj pliki",
"Add message": "Dodaj wiadomość", "Add message": "Dodaj wiadomość",
@ -43,6 +44,7 @@
"Archived Chats": "", "Archived Chats": "",
"are allowed - Activate this command by typing": "są dozwolone - Aktywuj to polecenie, wpisując", "are allowed - Activate this command by typing": "są dozwolone - Aktywuj to polecenie, wpisując",
"Are you sure?": "Jesteś pewien?", "Are you sure?": "Jesteś pewien?",
"Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "Dźwięk", "Audio": "Dźwięk",
"Auto-playback response": "Odtwarzanie automatyczne odpowiedzi", "Auto-playback response": "Odtwarzanie automatyczne odpowiedzi",
@ -206,6 +208,7 @@
"Import Modelfiles": "Importuj pliki modeli", "Import Modelfiles": "Importuj pliki modeli",
"Import Prompts": "Importuj prompty", "Import Prompts": "Importuj prompty",
"Include `--api` flag when running stable-diffusion-webui": "Dołącz flagę `--api` podczas uruchamiania stable-diffusion-webui", "Include `--api` flag when running stable-diffusion-webui": "Dołącz flagę `--api` podczas uruchamiania stable-diffusion-webui",
"Input commands": "",
"Interface": "Interfejs", "Interface": "Interfejs",
"join our Discord for help.": "Dołącz do naszego Discorda po pomoc.", "join our Discord for help.": "Dołącz do naszego Discorda po pomoc.",
"JSON": "JSON", "JSON": "JSON",
@ -337,6 +340,7 @@
"Select a mode": "Wybierz tryb", "Select a mode": "Wybierz tryb",
"Select a model": "Wybierz model", "Select a model": "Wybierz model",
"Select an Ollama instance": "Wybierz instancję Ollama", "Select an Ollama instance": "Wybierz instancję Ollama",
"Select model": "",
"Send a Message": "Wyślij Wiadomość", "Send a Message": "Wyślij Wiadomość",
"Send message": "Wyślij wiadomość", "Send message": "Wyślij wiadomość",
"Server connection verified": "Połączenie z serwerem zweryfikowane", "Server connection verified": "Połączenie z serwerem zweryfikowane",

View File

@ -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 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 short title for this prompt": "Adicione um título curto para este prompt",
"Add a tag": "Adicionar uma tag", "Add a tag": "Adicionar uma tag",
"Add custom prompt": "",
"Add Docs": "Adicionar Documentos", "Add Docs": "Adicionar Documentos",
"Add Files": "Adicionar Arquivos", "Add Files": "Adicionar Arquivos",
"Add message": "Adicionar mensagem", "Add message": "Adicionar mensagem",
@ -43,6 +44,7 @@
"Archived Chats": "Bate-papos arquivados", "Archived Chats": "Bate-papos arquivados",
"are allowed - Activate this command by typing": "são permitidos - Ative este comando digitando", "are allowed - Activate this command by typing": "são permitidos - Ative este comando digitando",
"Are you sure?": "Tem certeza?", "Are you sure?": "Tem certeza?",
"Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "Áudio", "Audio": "Áudio",
"Auto-playback response": "Reprodução automática da resposta", "Auto-playback response": "Reprodução automática da resposta",
@ -206,6 +208,7 @@
"Import Modelfiles": "Importar Arquivos de Modelo", "Import Modelfiles": "Importar Arquivos de Modelo",
"Import Prompts": "Importar Prompts", "Import Prompts": "Importar Prompts",
"Include `--api` flag when running stable-diffusion-webui": "Inclua a flag `--api` ao executar stable-diffusion-webui", "Include `--api` flag when running stable-diffusion-webui": "Inclua a flag `--api` ao executar stable-diffusion-webui",
"Input commands": "",
"Interface": "Interface", "Interface": "Interface",
"join our Discord for help.": "junte-se ao nosso Discord para obter ajuda.", "join our Discord for help.": "junte-se ao nosso Discord para obter ajuda.",
"JSON": "JSON", "JSON": "JSON",
@ -337,6 +340,7 @@
"Select a mode": "Selecione um modo", "Select a mode": "Selecione um modo",
"Select a model": "Selecione um modelo", "Select a model": "Selecione um modelo",
"Select an Ollama instance": "Selecione uma instância Ollama", "Select an Ollama instance": "Selecione uma instância Ollama",
"Select model": "",
"Send a Message": "Enviar uma Mensagem", "Send a Message": "Enviar uma Mensagem",
"Send message": "Enviar mensagem", "Send message": "Enviar mensagem",
"Server connection verified": "Conexão com o servidor verificada", "Server connection verified": "Conexão com o servidor verificada",

View File

@ -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 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 short title for this prompt": "Adicione um título curto para este prompt",
"Add a tag": "Adicionar uma tag", "Add a tag": "Adicionar uma tag",
"Add custom prompt": "",
"Add Docs": "Adicionar Documentos", "Add Docs": "Adicionar Documentos",
"Add Files": "Adicionar Arquivos", "Add Files": "Adicionar Arquivos",
"Add message": "Adicionar mensagem", "Add message": "Adicionar mensagem",
@ -43,6 +44,7 @@
"Archived Chats": "Bate-papos arquivados", "Archived Chats": "Bate-papos arquivados",
"are allowed - Activate this command by typing": "são permitidos - Ative este comando digitando", "are allowed - Activate this command by typing": "são permitidos - Ative este comando digitando",
"Are you sure?": "Tem certeza?", "Are you sure?": "Tem certeza?",
"Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "Áudio", "Audio": "Áudio",
"Auto-playback response": "Reprodução automática da resposta", "Auto-playback response": "Reprodução automática da resposta",
@ -206,6 +208,7 @@
"Import Modelfiles": "Importar Arquivos de Modelo", "Import Modelfiles": "Importar Arquivos de Modelo",
"Import Prompts": "Importar Prompts", "Import Prompts": "Importar Prompts",
"Include `--api` flag when running stable-diffusion-webui": "Inclua a flag `--api` ao executar stable-diffusion-webui", "Include `--api` flag when running stable-diffusion-webui": "Inclua a flag `--api` ao executar stable-diffusion-webui",
"Input commands": "",
"Interface": "Interface", "Interface": "Interface",
"join our Discord for help.": "junte-se ao nosso Discord para obter ajuda.", "join our Discord for help.": "junte-se ao nosso Discord para obter ajuda.",
"JSON": "JSON", "JSON": "JSON",
@ -337,6 +340,7 @@
"Select a mode": "Selecione um modo", "Select a mode": "Selecione um modo",
"Select a model": "Selecione um modelo", "Select a model": "Selecione um modelo",
"Select an Ollama instance": "Selecione uma instância Ollama", "Select an Ollama instance": "Selecione uma instância Ollama",
"Select model": "",
"Send a Message": "Enviar uma Mensagem", "Send a Message": "Enviar uma Mensagem",
"Send message": "Enviar mensagem", "Send message": "Enviar mensagem",
"Server connection verified": "Conexão com o servidor verificada", "Server connection verified": "Conexão com o servidor verificada",

View File

@ -15,6 +15,7 @@
"Add a short description about what this modelfile does": "Добавьте краткое описание, что делает этот моделфайл", "Add a short description about what this modelfile does": "Добавьте краткое описание, что делает этот моделфайл",
"Add a short title for this prompt": "Добавьте краткий заголовок для этого ввода", "Add a short title for this prompt": "Добавьте краткий заголовок для этого ввода",
"Add a tag": "Добавьте тэг", "Add a tag": "Добавьте тэг",
"Add custom prompt": "",
"Add Docs": "Добавьте документы", "Add Docs": "Добавьте документы",
"Add Files": "Добавьте файлы", "Add Files": "Добавьте файлы",
"Add message": "Добавьте сообщение", "Add message": "Добавьте сообщение",
@ -43,6 +44,7 @@
"Archived Chats": "запис на чат", "Archived Chats": "запис на чат",
"are allowed - Activate this command by typing": "разрешено - активируйте эту команду вводом", "are allowed - Activate this command by typing": "разрешено - активируйте эту команду вводом",
"Are you sure?": "Вы уверены?", "Are you sure?": "Вы уверены?",
"Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "Аудио", "Audio": "Аудио",
"Auto-playback response": "Автоматическое воспроизведение ответа", "Auto-playback response": "Автоматическое воспроизведение ответа",
@ -206,6 +208,7 @@
"Import Modelfiles": "Импорт файлов модели", "Import Modelfiles": "Импорт файлов модели",
"Import Prompts": "Импорт подсказок", "Import Prompts": "Импорт подсказок",
"Include `--api` flag when running stable-diffusion-webui": "Добавьте флаг `--api` при запуске stable-diffusion-webui", "Include `--api` flag when running stable-diffusion-webui": "Добавьте флаг `--api` при запуске stable-diffusion-webui",
"Input commands": "",
"Interface": "Интерфейс", "Interface": "Интерфейс",
"join our Discord for help.": "присоединяйтесь к нашему Discord для помощи.", "join our Discord for help.": "присоединяйтесь к нашему Discord для помощи.",
"JSON": "JSON", "JSON": "JSON",
@ -337,6 +340,7 @@
"Select a mode": "Выберите режим", "Select a mode": "Выберите режим",
"Select a model": "Выберите модель", "Select a model": "Выберите модель",
"Select an Ollama instance": "Выберите экземпляр Ollama", "Select an Ollama instance": "Выберите экземпляр Ollama",
"Select model": "",
"Send a Message": "Отправить сообщение", "Send a Message": "Отправить сообщение",
"Send message": "Отправить сообщение", "Send message": "Отправить сообщение",
"Server connection verified": "Соединение с сервером проверено", "Server connection verified": "Соединение с сервером проверено",

View File

@ -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 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 short title for this prompt": "Lägg till en kort titel för denna prompt",
"Add a tag": "Lägg till en tagg", "Add a tag": "Lägg till en tagg",
"Add custom prompt": "",
"Add Docs": "Lägg till dokument", "Add Docs": "Lägg till dokument",
"Add Files": "Lägg till filer", "Add Files": "Lägg till filer",
"Add message": "Lägg till meddelande", "Add message": "Lägg till meddelande",
@ -43,6 +44,7 @@
"Archived Chats": "", "Archived Chats": "",
"are allowed - Activate this command by typing": "är tillåtna - Aktivera detta kommando genom att skriva", "are allowed - Activate this command by typing": "är tillåtna - Aktivera detta kommando genom att skriva",
"Are you sure?": "Är du säker?", "Are you sure?": "Är du säker?",
"Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "Ljud", "Audio": "Ljud",
"Auto-playback response": "Automatisk uppspelning", "Auto-playback response": "Automatisk uppspelning",
@ -206,6 +208,7 @@
"Import Modelfiles": "Importera modelfiler", "Import Modelfiles": "Importera modelfiler",
"Import Prompts": "Importera prompts", "Import Prompts": "Importera prompts",
"Include `--api` flag when running stable-diffusion-webui": "Inkludera `--api`-flagga när du kör stabil-diffusion-webui", "Include `--api` flag when running stable-diffusion-webui": "Inkludera `--api`-flagga när du kör stabil-diffusion-webui",
"Input commands": "",
"Interface": "Gränssnitt", "Interface": "Gränssnitt",
"join our Discord for help.": "gå med i vår Discord för hjälp.", "join our Discord for help.": "gå med i vår Discord för hjälp.",
"JSON": "JSON", "JSON": "JSON",
@ -337,6 +340,7 @@
"Select a mode": "Välj ett läge", "Select a mode": "Välj ett läge",
"Select a model": "Välj en modell", "Select a model": "Välj en modell",
"Select an Ollama instance": "Välj en Ollama-instans", "Select an Ollama instance": "Välj en Ollama-instans",
"Select model": "",
"Send a Message": "Skicka ett meddelande", "Send a Message": "Skicka ett meddelande",
"Send message": "Skicka meddelande", "Send message": "Skicka meddelande",
"Server connection verified": "Serveranslutning verifierad", "Server connection verified": "Serveranslutning verifierad",

View File

@ -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 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 short title for this prompt": "Bu prompt için kısa bir başlık ekleyin",
"Add a tag": "Bir etiket ekleyin", "Add a tag": "Bir etiket ekleyin",
"Add custom prompt": "",
"Add Docs": "Dökümanlar Ekle", "Add Docs": "Dökümanlar Ekle",
"Add Files": "Dosyalar Ekle", "Add Files": "Dosyalar Ekle",
"Add message": "Mesaj ekle", "Add message": "Mesaj ekle",
@ -43,6 +44,7 @@
"Archived Chats": "sohbet kaydı", "Archived Chats": "sohbet kaydı",
"are allowed - Activate this command by typing": "izin verilir - Bu komutu yazarak etkinleştirin", "are allowed - Activate this command by typing": "izin verilir - Bu komutu yazarak etkinleştirin",
"Are you sure?": "Emin misiniz?", "Are you sure?": "Emin misiniz?",
"Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "Ses", "Audio": "Ses",
"Auto-playback response": "Yanıtı otomatik oynatma", "Auto-playback response": "Yanıtı otomatik oynatma",
@ -206,6 +208,7 @@
"Import Modelfiles": "Model Dosyalarını İçe Aktar", "Import Modelfiles": "Model Dosyalarını İçe Aktar",
"Import Prompts": "Promptları İç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", "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", "Interface": "Arayüz",
"join our Discord for help.": "yardım için Discord'umuza katılın.", "join our Discord for help.": "yardım için Discord'umuza katılın.",
"JSON": "JSON", "JSON": "JSON",
@ -337,6 +340,7 @@
"Select a mode": "Bir mod seç", "Select a mode": "Bir mod seç",
"Select a model": "Bir model seç", "Select a model": "Bir model seç",
"Select an Ollama instance": "Bir Ollama örneği seçin", "Select an Ollama instance": "Bir Ollama örneği seçin",
"Select model": "",
"Send a Message": "Bir Mesaj Gönder", "Send a Message": "Bir Mesaj Gönder",
"Send message": "Mesaj gönder", "Send message": "Mesaj gönder",
"Server connection verified": "Sunucu bağlantısı doğrulandı", "Server connection verified": "Sunucu bağlantısı doğrulandı",

View File

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

View File

@ -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 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 short title for this prompt": "Thêm tiêu đề ngắn cho prompt này",
"Add a tag": "Thêm thẻ (tag)", "Add a tag": "Thêm thẻ (tag)",
"Add custom prompt": "",
"Add Docs": "Thêm tài liệu", "Add Docs": "Thêm tài liệu",
"Add Files": "Thêm tệp", "Add Files": "Thêm tệp",
"Add message": "Thêm tin nhắn", "Add message": "Thêm tin nhắn",
@ -43,6 +44,7 @@
"Archived Chats": "bản ghi trò chuyện", "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 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?", "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 đề", "Attention to detail": "Có sự chú ý đến chi tiết của vấn đề",
"Audio": "Âm thanh", "Audio": "Âm thanh",
"Auto-playback response": "Tự động phát lại phản hồi (Auto-playback)", "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 Modelfiles": "Nạp tệp mô tả",
"Import Prompts": "Nạp các prompt lên hệ thống", "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", "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", "Interface": "Giao diện",
"join our Discord for help.": "tham gia Discord của chúng tôi để được trợ giúp.", "join our Discord for help.": "tham gia Discord của chúng tôi để được trợ giúp.",
"JSON": "JSON", "JSON": "JSON",
@ -337,6 +340,7 @@
"Select a mode": "Chọn một chế độ", "Select a mode": "Chọn một chế độ",
"Select a model": "Chọn mô hình", "Select a model": "Chọn mô hình",
"Select an Ollama instance": "Chọn một thực thể Ollama", "Select an Ollama instance": "Chọn một thực thể Ollama",
"Select model": "",
"Send a Message": "Gửi yêu cầu", "Send a Message": "Gửi yêu cầu",
"Send 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", "Server connection verified": "Kết nối máy chủ đã được xác minh",

View File

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

View File

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