diff --git a/Dockerfile b/Dockerfile index e8ac47c8e..4e060b5a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,25 +80,25 @@ RUN mkdir -p $HOME/.cache/chroma RUN echo -n 00000000-0000-0000-0000-000000000000 > $HOME/.cache/chroma/telemetry_user_id RUN if [ "$USE_OLLAMA" = "true" ]; then \ - apt-get update && \ - # Install pandoc and netcat - apt-get install -y --no-install-recommends pandoc netcat-openbsd curl && \ - # for RAG OCR - apt-get install -y --no-install-recommends ffmpeg libsm6 libxext6 && \ - # install helper tools - apt-get install -y --no-install-recommends curl && \ - # install ollama - curl -fsSL https://ollama.com/install.sh | sh && \ - # cleanup - rm -rf /var/lib/apt/lists/*; \ + apt-get update && \ + # Install pandoc and netcat + apt-get install -y --no-install-recommends pandoc netcat-openbsd curl && \ + # for RAG OCR + apt-get install -y --no-install-recommends ffmpeg libsm6 libxext6 && \ + # install helper tools + apt-get install -y --no-install-recommends curl && \ + # install ollama + curl -fsSL https://ollama.com/install.sh | sh && \ + # cleanup + rm -rf /var/lib/apt/lists/*; \ else \ - apt-get update && \ - # Install pandoc and netcat - apt-get install -y --no-install-recommends pandoc netcat-openbsd curl && \ - # for RAG OCR - apt-get install -y --no-install-recommends ffmpeg libsm6 libxext6 && \ - # cleanup - rm -rf /var/lib/apt/lists/*; \ + apt-get update && \ + # Install pandoc and netcat + apt-get install -y --no-install-recommends pandoc netcat-openbsd curl && \ + # for RAG OCR + apt-get install -y --no-install-recommends ffmpeg libsm6 libxext6 && \ + # cleanup + rm -rf /var/lib/apt/lists/*; \ fi # install python dependencies @@ -106,16 +106,16 @@ COPY ./backend/requirements.txt ./requirements.txt RUN pip3 install uv && \ if [ "$USE_CUDA" = "true" ]; then \ - # If you use CUDA the whisper and embedding model will be downloaded on first use - pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/$USE_CUDA_DOCKER_VER --no-cache-dir && \ - uv pip install --system -r requirements.txt --no-cache-dir && \ - python -c "import os; from sentence_transformers import SentenceTransformer; SentenceTransformer(os.environ['RAG_EMBEDDING_MODEL'], device='cpu')" && \ - python -c "import os; from faster_whisper import WhisperModel; WhisperModel(os.environ['WHISPER_MODEL'], device='cpu', compute_type='int8', download_root=os.environ['WHISPER_MODEL_DIR'])"; \ + # If you use CUDA the whisper and embedding model will be downloaded on first use + pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/$USE_CUDA_DOCKER_VER --no-cache-dir && \ + uv pip install --system -r requirements.txt --no-cache-dir && \ + python -c "import os; from sentence_transformers import SentenceTransformer; SentenceTransformer(os.environ['RAG_EMBEDDING_MODEL'], device='cpu')" && \ + python -c "import os; from faster_whisper import WhisperModel; WhisperModel(os.environ['WHISPER_MODEL'], device='cpu', compute_type='int8', download_root=os.environ['WHISPER_MODEL_DIR'])"; \ else \ - pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu --no-cache-dir && \ - uv pip install --system -r requirements.txt --no-cache-dir && \ - python -c "import os; from sentence_transformers import SentenceTransformer; SentenceTransformer(os.environ['RAG_EMBEDDING_MODEL'], device='cpu')" && \ - python -c "import os; from faster_whisper import WhisperModel; WhisperModel(os.environ['WHISPER_MODEL'], device='cpu', compute_type='int8', download_root=os.environ['WHISPER_MODEL_DIR'])"; \ + pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu --no-cache-dir && \ + uv pip install --system -r requirements.txt --no-cache-dir && \ + python -c "import os; from sentence_transformers import SentenceTransformer; SentenceTransformer(os.environ['RAG_EMBEDDING_MODEL'], device='cpu')" && \ + python -c "import os; from faster_whisper import WhisperModel; WhisperModel(os.environ['WHISPER_MODEL'], device='cpu', compute_type='int8', download_root=os.environ['WHISPER_MODEL_DIR'])"; \ fi @@ -134,6 +134,6 @@ COPY ./backend . EXPOSE 8080 -HEALTHCHECK CMD curl --fail http://localhost:8080 || exit 1 +HEALTHCHECK CMD curl --fail http://localhost:8080/health || exit 1 CMD [ "bash", "start.sh"] diff --git a/backend/main.py b/backend/main.py index e3031e793..d98a532b7 100644 --- a/backend/main.py +++ b/backend/main.py @@ -377,6 +377,11 @@ async def get_opensearch_xml(): return Response(content=xml_content, media_type="application/xml") +@app.get("/health") +async def healthcheck(): + return {"status": True} + + app.mount("/static", StaticFiles(directory=STATIC_DIR), name="static") app.mount("/cache", StaticFiles(directory=CACHE_DIR), name="cache") diff --git a/src/lib/i18n/locales/ar-BH/translation.json b/src/lib/i18n/locales/ar-BH/translation.json index dfed79493..8687d58b8 100644 --- a/src/lib/i18n/locales/ar-BH/translation.json +++ b/src/lib/i18n/locales/ar-BH/translation.json @@ -117,7 +117,6 @@ "Dark": "مظلم", "Dashboard": "لوحة التحكم", "Database": "قاعدة البيانات", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "ديسمبر", "Default": "الإفتراضي", "Default (Automatic1111)": "(Automatic1111) الإفتراضي", @@ -211,6 +210,7 @@ "General Settings": "الاعدادات العامة", "Generation Info": "معلومات الجيل", "Good Response": "استجابة جيدة", + "h:mm a": "", "has no conversations.": "ليس لديه محادثات.", "Hello, {{name}}": " {{name}} مرحبا", "Help": "مساعدة", @@ -276,9 +276,6 @@ "Modelfiles": "ملفات الموديل", "Models": "الموديلات", "More": "المزيد", - "My Documents": "مستنداتي", - "My Modelfiles": "ملفاتي النموذجية", - "My Prompts": "مطالباتي", "Name": "الأسم", "Name Tag": "أسم التاق", "Name your modelfile": "قم بتسمية ملف النموذج الخاص بك", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Rosé Pine Dawn", "Save": "حفظ", "Save & Create": "حفظ وإنشاء", - "Save & Submit": "حفظ وإرسال", "Save & Update": "حفظ وتحديث", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "لم يعد حفظ سجلات الدردشة مباشرة في مساحة تخزين متصفحك مدعومًا. يرجى تخصيص بعض الوقت لتنزيل وحذف سجلات الدردشة الخاصة بك عن طريق النقر على الزر أدناه. لا تقلق، يمكنك بسهولة إعادة استيراد سجلات الدردشة الخاصة بك إلى الواجهة الخلفية من خلاله", "Scan": "مسح", @@ -379,6 +375,7 @@ "Select a model": "أختار الموديل", "Select an Ollama instance": "أختار سيرفر ", "Select model": " أختار موديل", + "Send": "", "Send a Message": "يُرجى إدخال طلبك هنا", "Send message": "يُرجى إدخال طلبك هنا.", "September": "سبتمبر", @@ -482,10 +479,10 @@ "What’s New in": "ما هو الجديد", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "عند إيقاف تشغيل السجل، لن تظهر الدردشات الجديدة على هذا المتصفح في سجلك على أي من أجهزتك.", "Whisper (Local)": "Whisper (Local)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "اكتب اقتراحًا سريعًا (على سبيل المثال، من أنت؟)", "Write a summary in 50 words that summarizes [topic or keyword].": "اكتب ملخصًا في 50 كلمة يلخص [الموضوع أو الكلمة الرئيسية]", "Yesterday": "أمس", - "You": "أنت", "You have no archived conversations.": "لا تملك محادثات محفوظه", "You have shared this chat": "تم مشاركة هذه المحادثة", "You're a helpful assistant.": "مساعدك المفيد هنا", diff --git a/src/lib/i18n/locales/bg-BG/translation.json b/src/lib/i18n/locales/bg-BG/translation.json index a9d374c4c..5916700ac 100644 --- a/src/lib/i18n/locales/bg-BG/translation.json +++ b/src/lib/i18n/locales/bg-BG/translation.json @@ -117,7 +117,6 @@ "Dark": "Тъмен", "Dashboard": "", "Database": "База данни", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "", "Default": "По подразбиране", "Default (Automatic1111)": "По подразбиране (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "Основни Настройки", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "Здравей, {{name}}", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "Модфайлове", "Models": "Модели", "More": "", - "My Documents": "Мои документи", - "My Modelfiles": "Мои модфайлове", - "My Prompts": "Мои промптове", "Name": "Име", "Name Tag": "Име Таг", "Name your modelfile": "Име на модфайла", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Rosé Pine Dawn", "Save": "Запис", "Save & Create": "Запис & Създаване", - "Save & Submit": "Запис & Изпращане", "Save & Update": "Запис & Актуализиране", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Запазването на чат логове директно в хранилището на вашия браузър вече не се поддържа. Моля, отделете малко време, за да изтеглите и изтриете чат логовете си, като щракнете върху бутона по-долу. Не се притеснявайте, можете лесно да импортирате отново чат логовете си в бекенда чрез", "Scan": "Сканиране", @@ -379,6 +375,7 @@ "Select a model": "Изберете модел", "Select an Ollama instance": "Изберете Ollama инстанция", "Select model": "", + "Send": "", "Send a Message": "Изпращане на Съобщение", "Send message": "Изпращане на съобщение", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "Какво е новото в", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Когато историята е изключена, нови чатове в този браузър ще не се показват в историята на никои от вашия профил.", "Whisper (Local)": "Whisper (Локален)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "Напиши предложение за промпт (напр. Кой сте вие?)", "Write a summary in 50 words that summarizes [topic or keyword].": "Напиши описание в 50 знака, което описва [тема или ключова дума].", "Yesterday": "", - "You": "Вие", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "Вие сте полезен асистент.", diff --git a/src/lib/i18n/locales/bn-BD/translation.json b/src/lib/i18n/locales/bn-BD/translation.json index 44ab2f5f2..cb7a06eef 100644 --- a/src/lib/i18n/locales/bn-BD/translation.json +++ b/src/lib/i18n/locales/bn-BD/translation.json @@ -117,7 +117,6 @@ "Dark": "ডার্ক", "Dashboard": "", "Database": "ডেটাবেজ", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "", "Default": "ডিফল্ট", "Default (Automatic1111)": "ডিফল্ট (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "সাধারণ সেটিংসমূহ", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "হ্যালো, {{name}}", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "মডেলফাইলসমূহ", "Models": "মডেলসমূহ", "More": "", - "My Documents": "আমার ডকুমেন্টসমূহ", - "My Modelfiles": "আমার মডেলফাইলসমূহ", - "My Prompts": "আমার প্রম্পটসমূহ", "Name": "নাম", "Name Tag": "নামের ট্যাগ", "Name your modelfile": "আপনার মডেলফাইলের নাম দিন", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "ভোরের রোজ পাইন", "Save": "সংরক্ষণ", "Save & Create": "সংরক্ষণ এবং তৈরি করুন", - "Save & Submit": "সংরক্ষণ এবং সাবমিট করুন", "Save & Update": "সংরক্ষণ এবং আপডেট করুন", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "মাধ্যমে", "Scan": "স্ক্যান", @@ -379,6 +375,7 @@ "Select a model": "একটি মডেল নির্বাচন করুন", "Select an Ollama instance": "একটি Ollama ইন্সট্যান্স নির্বাচন করুন", "Select model": "", + "Send": "", "Send a Message": "একটি মেসেজ পাঠান", "Send message": "মেসেজ পাঠান", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "এতে নতুন কী", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "যদি হিস্টোরি বন্ধ থাকে তাহলে এই ব্রাউজারের নতুন চ্যাটগুলো আপনার কোন ডিভাইসের হিস্টোরিতেই দেখা যাবে না।", "Whisper (Local)": "Whisper (লোকাল)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "একটি প্রম্পট সাজেশন লিখুন (যেমন Who are you?)", "Write a summary in 50 words that summarizes [topic or keyword].": "৫০ শব্দের মধ্যে [topic or keyword] এর একটি সারসংক্ষেপ লিখুন।", "Yesterday": "", - "You": "আপনি", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "আপনি একজন উপকারী এসিস্ট্যান্ট", diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json index 81cd6eb58..a3ba62876 100644 --- a/src/lib/i18n/locales/ca-ES/translation.json +++ b/src/lib/i18n/locales/ca-ES/translation.json @@ -117,7 +117,6 @@ "Dark": "Fosc", "Dashboard": "", "Database": "Base de Dades", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "", "Default": "Per defecte", "Default (Automatic1111)": "Per defecte (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "Configuració General", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "Hola, {{name}}", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "Fitxers de Model", "Models": "Models", "More": "", - "My Documents": "Els Meus Documents", - "My Modelfiles": "Els Meus Fitxers de Model", - "My Prompts": "Els Meus Prompts", "Name": "Nom", "Name Tag": "Etiqueta de Nom", "Name your modelfile": "Nomena el teu fitxer de model", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Albada Rosé Pine", "Save": "Guarda", "Save & Create": "Guarda i Crea", - "Save & Submit": "Guarda i Envia", "Save & Update": "Guarda i Actualitza", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Guardar registres de xat directament a l'emmagatzematge del teu navegador ja no és suportat. Si us plau, pren un moment per descarregar i eliminar els teus registres de xat fent clic al botó de sota. No et preocupis, pots reimportar fàcilment els teus registres de xat al backend a través de", "Scan": "Escaneja", @@ -379,6 +375,7 @@ "Select a model": "Selecciona un model", "Select an Ollama instance": "Selecciona una instància d'Ollama", "Select model": "", + "Send": "", "Send a Message": "Envia un Missatge", "Send message": "Envia missatge", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "Què hi ha de Nou en", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Quan l'historial està desactivat, els nous xats en aquest navegador no apareixeran en el teu historial en cap dels teus dispositius.", "Whisper (Local)": "Whisper (Local)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "Escriu una suggerència de prompt (p. ex. Qui ets tu?)", "Write a summary in 50 words that summarizes [topic or keyword].": "Escriu un resum en 50 paraules que resumeixi [tema o paraula clau].", "Yesterday": "", - "You": "Tu", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "Ets un assistent útil.", diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json index 8c250d547..974def235 100644 --- a/src/lib/i18n/locales/de-DE/translation.json +++ b/src/lib/i18n/locales/de-DE/translation.json @@ -117,7 +117,6 @@ "Dark": "Dunkel", "Dashboard": "Dashboard", "Database": "Datenbank", - "DD/MM/YYYY HH:mm": "DD.MM.YYYY HH:mm", "December": "Dezember", "Default": "Standard", "Default (Automatic1111)": "Standard (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "Allgemeine Einstellungen", "Generation Info": "Generierungsinformationen", "Good Response": "Gute Antwort", + "h:mm a": "", "has no conversations.": "hat keine Unterhaltungen.", "Hello, {{name}}": "Hallo, {{name}}", "Help": "Hilfe", @@ -276,9 +276,6 @@ "Modelfiles": "Modelfiles", "Models": "Modelle", "More": "Mehr", - "My Documents": "Meine Dokumente", - "My Modelfiles": "Meine Modelfiles", - "My Prompts": "Meine Prompts", "Name": "Name", "Name Tag": "Namens-Tag", "Name your modelfile": "Benenne dein modelfile", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Rosé Pine Dawn", "Save": "Speichern", "Save & Create": "Speichern und erstellen", - "Save & Submit": "Speichern und senden", "Save & Update": "Speichern und aktualisieren", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Das direkte Speichern von Chat-Protokollen im Browser-Speicher wird nicht mehr unterstützt. Bitte nimm dir einen Moment Zeit, um deine Chat-Protokolle herunterzuladen und zu löschen, indem du auf die Schaltfläche unten klickst. Keine Sorge, du kannst deine Chat-Protokolle problemlos über das Backend wieder importieren.", "Scan": "Scannen", @@ -379,6 +375,7 @@ "Select a model": "Ein Modell auswählen", "Select an Ollama instance": "Eine Ollama Instanz auswählen", "Select model": "", + "Send": "", "Send a Message": "Eine Nachricht senden", "Send message": "Nachricht senden", "September": "September", @@ -482,10 +479,10 @@ "What’s New in": "Was gibt's Neues in", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Wenn die Historie ausgeschaltet ist, werden neue Chats nicht in deiner Historie auf deine Geräte angezeigt.", "Whisper (Local)": "Whisper (Lokal)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "Gebe einen Prompt-Vorschlag ein (z.B. Wer bist du?)", "Write a summary in 50 words that summarizes [topic or keyword].": "Schreibe eine kurze Zusammenfassung in 50 Wörtern, die [Thema oder Schlüsselwort] zusammenfasst.", "Yesterday": "Gestern", - "You": "Du", "You have no archived conversations.": "Du hast keine archivierten Unterhaltungen.", "You have shared this chat": "Du hast diesen Chat", "You're a helpful assistant.": "Du bist ein hilfreicher Assistent.", diff --git a/src/lib/i18n/locales/dg-DG/translation.json b/src/lib/i18n/locales/dg-DG/translation.json index 0941ce2a4..3eda55156 100644 --- a/src/lib/i18n/locales/dg-DG/translation.json +++ b/src/lib/i18n/locales/dg-DG/translation.json @@ -117,7 +117,6 @@ "Dark": "Dark", "Dashboard": "", "Database": "Database", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "", "Default": "Default", "Default (Automatic1111)": "Default (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "General Doge Settings", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "Much helo, {{name}}", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "Modelfiles", "Models": "Wowdels", "More": "", - "My Documents": "My Doguments", - "My Modelfiles": "My Modelfiles", - "My Prompts": "My Promptos", "Name": "Name", "Name Tag": "Name Tag", "Name your modelfile": "Name your modelfile", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Rosé Pine Dawn", "Save": "Save much wow", "Save & Create": "Save & Create much create", - "Save & Submit": "Save & Submit very submit", "Save & Update": "Save & Update much update", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Saving chat logs in browser storage not support anymore. Pls download and delete your chat logs by click button below. Much easy re-import to backend through", "Scan": "Scan much scan", @@ -379,6 +375,7 @@ "Select a model": "Select a model much choice", "Select an Ollama instance": "Select an Ollama instance very choose", "Select model": "", + "Send": "", "Send a Message": "Send a Message much message", "Send message": "Send message very send", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "What’s New in much new", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "When history is turned off, new chats on this browser won't appear in your history on any of your devices. Much history.", "Whisper (Local)": "Whisper (Local) much whisper", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "Write a prompt suggestion (e.g. Who are you?) much suggest", "Write a summary in 50 words that summarizes [topic or keyword].": "Write a summary in 50 words that summarizes [topic or keyword]. Much summarize.", "Yesterday": "", - "You": "You very you", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "You're a helpful assistant. Much helpful.", diff --git a/src/lib/i18n/locales/en-GB/translation.json b/src/lib/i18n/locales/en-GB/translation.json index 20458ca00..f6bdfde68 100644 --- a/src/lib/i18n/locales/en-GB/translation.json +++ b/src/lib/i18n/locales/en-GB/translation.json @@ -117,7 +117,6 @@ "Dark": "", "Dashboard": "", "Database": "", - "DD/MM/YYYY HH:mm": "", "December": "", "Default": "", "Default (Automatic1111)": "", @@ -211,6 +210,7 @@ "General Settings": "", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "", "Models": "", "More": "", - "My Documents": "", - "My Modelfiles": "", - "My Prompts": "", "Name": "", "Name Tag": "", "Name your modelfile": "", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "", "Save": "", "Save & Create": "", - "Save & Submit": "", "Save & Update": "", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "", "Scan": "", @@ -379,6 +375,7 @@ "Select a model": "", "Select an Ollama instance": "", "Select model": "", + "Send": "", "Send a Message": "", "Send message": "", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "", "Whisper (Local)": "", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "", "Write a summary in 50 words that summarizes [topic or keyword].": "", "Yesterday": "", - "You": "", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "", diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json index 20458ca00..f6bdfde68 100644 --- a/src/lib/i18n/locales/en-US/translation.json +++ b/src/lib/i18n/locales/en-US/translation.json @@ -117,7 +117,6 @@ "Dark": "", "Dashboard": "", "Database": "", - "DD/MM/YYYY HH:mm": "", "December": "", "Default": "", "Default (Automatic1111)": "", @@ -211,6 +210,7 @@ "General Settings": "", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "", "Models": "", "More": "", - "My Documents": "", - "My Modelfiles": "", - "My Prompts": "", "Name": "", "Name Tag": "", "Name your modelfile": "", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "", "Save": "", "Save & Create": "", - "Save & Submit": "", "Save & Update": "", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "", "Scan": "", @@ -379,6 +375,7 @@ "Select a model": "", "Select an Ollama instance": "", "Select model": "", + "Send": "", "Send a Message": "", "Send message": "", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "", "Whisper (Local)": "", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "", "Write a summary in 50 words that summarizes [topic or keyword].": "", "Yesterday": "", - "You": "", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "", diff --git a/src/lib/i18n/locales/es-ES/translation.json b/src/lib/i18n/locales/es-ES/translation.json index 024fc6fb8..87328d81d 100644 --- a/src/lib/i18n/locales/es-ES/translation.json +++ b/src/lib/i18n/locales/es-ES/translation.json @@ -117,7 +117,6 @@ "Dark": "Oscuro", "Dashboard": "", "Database": "Base de datos", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "", "Default": "Por defecto", "Default (Automatic1111)": "Por defecto (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "Opciones Generales", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "Hola, {{name}}", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "Modelfiles", "Models": "Modelos", "More": "", - "My Documents": "Mis Documentos", - "My Modelfiles": "Mis Modelfiles", - "My Prompts": "Mis Prompts", "Name": "Nombre", "Name Tag": "Nombre de etiqueta", "Name your modelfile": "Nombra tu modelfile", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Rosé Pine Dawn", "Save": "Guardar", "Save & Create": "Guardar y Crear", - "Save & Submit": "Guardar y Enviar", "Save & Update": "Guardar y Actualizar", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Ya no se admite guardar registros de chat directamente en el almacenamiento de su navegador. Tómese un momento para descargar y eliminar sus registros de chat haciendo clic en el botón a continuación. No te preocupes, puedes volver a importar fácilmente tus registros de chat al backend a través de", "Scan": "Escanear", @@ -379,6 +375,7 @@ "Select a model": "Selecciona un modelo", "Select an Ollama instance": "Seleccione una instancia de Ollama", "Select model": "", + "Send": "", "Send a Message": "Enviar un Mensaje", "Send message": "Enviar Mensaje", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "Novedades en", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Cuando el historial está desactivado, los nuevos chats en este navegador no aparecerán en el historial de ninguno de sus dispositivos..", "Whisper (Local)": "Whisper (Local)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "Escribe una sugerencia para un prompt (por ejemplo, ¿quién eres?)", "Write a summary in 50 words that summarizes [topic or keyword].": "Escribe un resumen en 50 palabras que resuma [tema o palabra clave].", "Yesterday": "", - "You": "Usted", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "Eres un asistente útil.", diff --git a/src/lib/i18n/locales/fa-IR/translation.json b/src/lib/i18n/locales/fa-IR/translation.json index 3ae2a0866..c215ddfb6 100644 --- a/src/lib/i18n/locales/fa-IR/translation.json +++ b/src/lib/i18n/locales/fa-IR/translation.json @@ -117,7 +117,6 @@ "Dark": "تیره", "Dashboard": "", "Database": "پایگاه داده", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "", "Default": "پیشفرض", "Default (Automatic1111)": "پیشفرض (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "تنظیمات عمومی", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "سلام، {{name}}", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "فایل\u200cهای مدل", "Models": "مدل\u200cها", "More": "", - "My Documents": "اسناد من", - "My Modelfiles": "فایل\u200cهای مدل من", - "My Prompts": "پرامپت\u200cهای من", "Name": "نام", "Name Tag": "نام تگ", "Name your modelfile": "فایل مدل را نام\u200cگذاری کنید", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Rosé Pine Dawn", "Save": "ذخیره", "Save & Create": "ذخیره و ایجاد", - "Save & Submit": "ذخیره و ارسال", "Save & Update": "ذخیره و به\u200cروزرسانی", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "ذخیره گزارش\u200cهای چت مستقیماً در حافظه مرورگر شما دیگر پشتیبانی نمی\u200cشود. لطفاً با کلیک بر روی دکمه زیر، چند لحظه برای دانلود و حذف گزارش های چت خود وقت بگذارید. نگران نباشید، شما به راحتی می توانید گزارش های چت خود را از طریق بکند دوباره وارد کنید", "Scan": "اسکن", @@ -379,6 +375,7 @@ "Select a model": "انتخاب یک مدل", "Select an Ollama instance": "انتخاب یک نمونه از اولاما", "Select model": "", + "Send": "", "Send a Message": "ارسال یک پیام", "Send message": "ارسال پیام", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "موارد جدید در", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "وقتی سابقه خاموش است، چت\u200cهای جدید در این مرورگر در سابقه شما در هیچ یک از دستگاه\u200cهایتان ظاهر نمی\u200cشوند.", "Whisper (Local)": "ویسپر (محلی)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "یک پیشنهاد پرامپت بنویسید (مثلاً شما کی هستید؟)", "Write a summary in 50 words that summarizes [topic or keyword].": "خلاصه ای در 50 کلمه بنویسید که [موضوع یا کلمه کلیدی] را خلاصه کند.", "Yesterday": "", - "You": "شما", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "تو یک دستیار سودمند هستی.", diff --git a/src/lib/i18n/locales/fi-FI/translation.json b/src/lib/i18n/locales/fi-FI/translation.json index 91750cc0c..56670116d 100644 --- a/src/lib/i18n/locales/fi-FI/translation.json +++ b/src/lib/i18n/locales/fi-FI/translation.json @@ -117,7 +117,6 @@ "Dark": "Tumma", "Dashboard": "Kojelauta", "Database": "Tietokanta", - "DD/MM/YYYY HH:mm": "DD.MM.YYYY HH:mm", "December": "joulukuu", "Default": "Oletus", "Default (Automatic1111)": "Oletus (AUTOMATIC1111)", @@ -211,6 +210,7 @@ "General Settings": "Yleisasetukset", "Generation Info": "Generointitiedot", "Good Response": "Hyvä vastaus", + "h:mm a": "", "has no conversations.": "ei ole keskusteluja.", "Hello, {{name}}": "Terve, {{name}}", "Help": "Apua", @@ -276,9 +276,6 @@ "Modelfiles": "Mallitiedostot", "Models": "Mallit", "More": "Lisää", - "My Documents": "Omat asiakirjat", - "My Modelfiles": "Omat mallitiedostot", - "My Prompts": "Omat kehotteet", "Name": "Nimi", "Name Tag": "Nimitagi", "Name your modelfile": "Nimeä mallitiedostosi", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Aamuinen Rosee-mänty", "Save": "Tallenna", "Save & Create": "Tallenna ja luo", - "Save & Submit": "Tallenna ja lähetä", "Save & Update": "Tallenna ja päivitä", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Keskustelulokien tallentaminen suoraan selaimen tallennustilaan ei ole enää tuettua. Lataa ja poista keskustelulokit napsauttamalla alla olevaa painiketta. Älä huoli, voit helposti tuoda keskustelulokit takaisin backendiin", "Scan": "Skannaa", @@ -379,6 +375,7 @@ "Select a model": "Valitse malli", "Select an Ollama instance": "Valitse Ollama-instanssi", "Select model": "Valitse malli", + "Send": "", "Send a Message": "Lähetä viesti", "Send message": "Lähetä viesti", "September": "syyskuu", @@ -482,10 +479,10 @@ "What’s New in": "Mitä uutta", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Kun historia on pois päältä, uudet keskustelut tässä selaimessa eivät näy historiassasi millään laitteellasi.", "Whisper (Local)": "Whisper (paikallinen)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "Kirjoita ehdotettu kehote (esim. Kuka olet?)", "Write a summary in 50 words that summarizes [topic or keyword].": "Kirjoita 50 sanan yhteenveto, joka tiivistää [aihe tai avainsana].", "Yesterday": "Eilen", - "You": "Sinä", "You have no archived conversations.": "Sinulla ei ole arkistoituja keskusteluja.", "You have shared this chat": "Olet jakanut tämän keskustelun", "You're a helpful assistant.": "Olet avulias apulainen.", diff --git a/src/lib/i18n/locales/fr-CA/translation.json b/src/lib/i18n/locales/fr-CA/translation.json index c15f1811c..16a2a193a 100644 --- a/src/lib/i18n/locales/fr-CA/translation.json +++ b/src/lib/i18n/locales/fr-CA/translation.json @@ -117,7 +117,6 @@ "Dark": "Sombre", "Dashboard": "", "Database": "Base de données", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "", "Default": "Par défaut", "Default (Automatic1111)": "Par défaut (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "Paramètres généraux", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "Bonjour, {{name}}", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "Fichiers de modèle", "Models": "Modèles", "More": "", - "My Documents": "Mes documents", - "My Modelfiles": "Mes fichiers de modèle", - "My Prompts": "Mes prompts", "Name": "Nom", "Name Tag": "Tag de nom", "Name your modelfile": "Nommez votre fichier de modèle", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Aube Pin Rosé", "Save": "Enregistrer", "Save & Create": "Enregistrer & Créer", - "Save & Submit": "Enregistrer & Soumettre", "Save & Update": "Enregistrer & Mettre à jour", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "La sauvegarde des journaux de discussion directement dans le stockage de votre navigateur n'est plus prise en charge. Veuillez prendre un moment pour télécharger et supprimer vos journaux de discussion en cliquant sur le bouton ci-dessous. Ne vous inquiétez pas, vous pouvez facilement réimporter vos journaux de discussion dans le backend via", "Scan": "Scanner", @@ -379,6 +375,7 @@ "Select a model": "Sélectionnez un modèle", "Select an Ollama instance": "Sélectionner une instance Ollama", "Select model": "", + "Send": "", "Send a Message": "Envoyer un message", "Send message": "Envoyer un message", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "Quoi de neuf dans", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Lorsque l'historique est désactivé, les nouvelles discussions sur ce navigateur n'apparaîtront pas dans votre historique sur aucun de vos appareils.", "Whisper (Local)": "Whisper (Local)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "Rédigez une suggestion de prompt (p. ex. Qui êtes-vous ?)", "Write a summary in 50 words that summarizes [topic or keyword].": "Rédigez un résumé en 50 mots qui résume [sujet ou mot-clé].", "Yesterday": "", - "You": "You", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "Vous êtes un assistant utile", diff --git a/src/lib/i18n/locales/fr-FR/translation.json b/src/lib/i18n/locales/fr-FR/translation.json index 91e9af25e..2a776db15 100644 --- a/src/lib/i18n/locales/fr-FR/translation.json +++ b/src/lib/i18n/locales/fr-FR/translation.json @@ -117,7 +117,6 @@ "Dark": "Sombre", "Dashboard": "", "Database": "Base de données", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "", "Default": "Par défaut", "Default (Automatic1111)": "Par défaut (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "Paramètres généraux", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "Bonjour, {{name}}", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "Fichiers de modèle", "Models": "Modèles", "More": "", - "My Documents": "Mes documents", - "My Modelfiles": "Mes fichiers de modèle", - "My Prompts": "Mes prompts", "Name": "Nom", "Name Tag": "Tag de nom", "Name your modelfile": "Nommez votre fichier de modèle", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Aube Pin Rosé", "Save": "Enregistrer", "Save & Create": "Enregistrer & Créer", - "Save & Submit": "Enregistrer & Soumettre", "Save & Update": "Enregistrer & Mettre à jour", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "La sauvegarde des chat directement dans le stockage de votre navigateur n'est plus prise en charge. Veuillez prendre un moment pour télécharger et supprimer vos journaux de chat en cliquant sur le bouton ci-dessous. Ne vous inquiétez pas, vous pouvez facilement importer vos sauvegardes de chat via", "Scan": "Scanner", @@ -379,6 +375,7 @@ "Select a model": "Sélectionner un modèle", "Select an Ollama instance": "Sélectionner une instance Ollama", "Select model": "", + "Send": "", "Send a Message": "Envoyer un message", "Send message": "Envoyer un message", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "Quoi de neuf dans", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Lorsque l'historique est désactivé, les nouveaux chats sur ce navigateur n'apparaîtront pas dans votre historique sur aucun de vos appareils.", "Whisper (Local)": "Whisper (Local)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "Écrivez un prompt (e.x. Qui est-tu ?)", "Write a summary in 50 words that summarizes [topic or keyword].": "Ecrivez un résumé en 50 mots [sujet ou mot-clé]", "Yesterday": "", - "You": "You", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "Vous êtes un assistant utile", diff --git a/src/lib/i18n/locales/he-IL/translation.json b/src/lib/i18n/locales/he-IL/translation.json index cf2f26bf4..e0860d539 100644 --- a/src/lib/i18n/locales/he-IL/translation.json +++ b/src/lib/i18n/locales/he-IL/translation.json @@ -117,7 +117,6 @@ "Dark": "כהה", "Dashboard": "לוח בקרה", "Database": "מסד נתונים", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "דצמבר", "Default": "ברירת מחדל", "Default (Automatic1111)": "ברירת מחדל (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "הגדרות כלליות", "Generation Info": "מידע על היצירה", "Good Response": "תגובה טובה", + "h:mm a": "", "has no conversations.": "אין שיחות.", "Hello, {{name}}": "שלום, {{name}}", "Help": "עזרה", @@ -276,9 +276,6 @@ "Modelfiles": "קבצי מודל", "Models": "מודלים", "More": "עוד", - "My Documents": "המסמכים שלי", - "My Modelfiles": "קבצי המודל שלי", - "My Prompts": "הפקודות שלי", "Name": "שם", "Name Tag": "תג שם", "Name your modelfile": "תן שם לקובץ המודל שלך", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Rosé Pine Dawn", "Save": "שמור", "Save & Create": "שמור וצור", - "Save & Submit": "שמור ושלח", "Save & Update": "שמור ועדכן", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "שמירת יומני צ'אט ישירות באחסון הדפדפן שלך אינה נתמכת יותר. אנא הקדש רגע להוריד ולמחוק את יומני הצ'אט שלך על ידי לחיצה על הכפתור למטה. אל דאגה, באפשרותך לייבא מחדש בקלות את יומני הצ'אט שלך לשרת האחורי דרך", "Scan": "סרוק", @@ -379,6 +375,7 @@ "Select a model": "בחר מודל", "Select an Ollama instance": "בחר מופע של Ollama", "Select model": "בחר מודל", + "Send": "", "Send a Message": "שלח הודעה", "Send message": "שלח הודעה", "September": "ספטמבר", @@ -482,10 +479,10 @@ "What’s New in": "", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "", "Whisper (Local)": "", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "", "Write a summary in 50 words that summarizes [topic or keyword].": "", "Yesterday": "אתמול", - "You": "אתה", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "", diff --git a/src/lib/i18n/locales/hi-IN/translation.json b/src/lib/i18n/locales/hi-IN/translation.json index 25930c461..27ad94a56 100644 --- a/src/lib/i18n/locales/hi-IN/translation.json +++ b/src/lib/i18n/locales/hi-IN/translation.json @@ -117,7 +117,6 @@ "Dark": "", "Dashboard": "", "Database": "डेटाबेस", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "", "Default": "डिफ़ॉल्ट", "Default (Automatic1111)": "डिफ़ॉल्ट (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "सामान्य सेटिंग्स", "Generation Info": "जनरेशन की जानकारी", "Good Response": "अच्छी प्रतिक्रिया", + "h:mm a": "", "has no conversations.": "कोई बातचीत नहीं है", "Hello, {{name}}": "नमस्ते, {{name}}", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "मॉडल फ़ाइलें", "Models": "सभी मॉडल", "More": "और..", - "My Documents": "मेरे दस्तावेज़", - "My Modelfiles": "मेरी मॉडल फ़ाइलें", - "My Prompts": "मेरे प्रॉम्प्ट", "Name": "नाम", "Name Tag": "नाम टैग", "Name your modelfile": "अपनी मॉडलफ़ाइल को नाम दें", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "", "Save": "सहेजें", "Save & Create": "सहेजें और बनाएं", - "Save & Submit": "सहेजें और सबमिट करें", "Save & Update": "सहेजें और अपडेट करें", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "चैट लॉग को सीधे आपके ब्राउज़र के स्टोरेज में सहेजना अब समर्थित नहीं है। कृपया नीचे दिए गए बटन पर क्लिक करके डाउनलोड करने और अपने चैट लॉग को हटाने के लिए कुछ समय दें। चिंता न करें, आप आसानी से अपने चैट लॉग को बैकएंड पर पुनः आयात कर सकते हैं", "Scan": "स्कैन", @@ -379,6 +375,7 @@ "Select a model": "एक मॉडल चुनें", "Select an Ollama instance": "एक Ollama Instance चुनें", "Select model": "", + "Send": "", "Send a Message": "एक संदेश भेजो", "Send message": "मेसेज भेजें", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "इसमें नया क्या है", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "जब इतिहास बंद हो जाता है, तो इस ब्राउज़र पर नई चैट आपके किसी भी डिवाइस पर इतिहास में दिखाई नहीं देंगी।", "Whisper (Local)": "Whisper (स्थानीय)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "एक त्वरित सुझाव लिखें (जैसे कि आप कौन हैं?)", "Write a summary in 50 words that summarizes [topic or keyword].": "50 शब्दों में एक सारांश लिखें जो [विषय या कीवर्ड] का सारांश प्रस्तुत करता हो।", "Yesterday": "", - "You": "आप", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "आप एक सहायक सहायक हैं", diff --git a/src/lib/i18n/locales/it-IT/translation.json b/src/lib/i18n/locales/it-IT/translation.json index a928d0214..360d27978 100644 --- a/src/lib/i18n/locales/it-IT/translation.json +++ b/src/lib/i18n/locales/it-IT/translation.json @@ -117,7 +117,6 @@ "Dark": "Scuro", "Dashboard": "Pannello di controllo", "Database": "Database", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "Dicembre", "Default": "Predefinito", "Default (Automatic1111)": "Predefinito (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "Impostazioni generali", "Generation Info": "Informazioni generazione", "Good Response": "Buona risposta", + "h:mm a": "", "has no conversations.": "non ha conversazioni.", "Hello, {{name}}": "Ciao, {{name}}", "Help": "Aiuto", @@ -276,9 +276,6 @@ "Modelfiles": "File modello", "Models": "Modelli", "More": "Altro", - "My Documents": "I miei documenti", - "My Modelfiles": "I miei file modello", - "My Prompts": "I miei prompt", "Name": "Nome", "Name Tag": "Nome tag", "Name your modelfile": "Assegna un nome al tuo file modello", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Rosé Pine Dawn", "Save": "Salva", "Save & Create": "Salva e crea", - "Save & Submit": "Salva e invia", "Save & Update": "Salva e aggiorna", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Il salvataggio dei registri della chat direttamente nell'archivio del browser non è più supportato. Si prega di dedicare un momento per scaricare ed eliminare i registri della chat facendo clic sul pulsante in basso. Non preoccuparti, puoi facilmente reimportare i registri della chat nel backend tramite", "Scan": "Scansione", @@ -379,6 +375,7 @@ "Select a model": "Seleziona un modello", "Select an Ollama instance": "Seleziona un'istanza Ollama", "Select model": "Seleziona modello", + "Send": "", "Send a Message": "Invia un messaggio", "Send message": "Invia messaggio", "September": "Settembre", @@ -482,10 +479,10 @@ "What’s New in": "Novità in", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Quando la cronologia è disattivata, le nuove chat su questo browser non verranno visualizzate nella cronologia su nessuno dei tuoi dispositivi.", "Whisper (Local)": "Whisper (locale)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "Scrivi un suggerimento per il prompt (ad esempio Chi sei?)", "Write a summary in 50 words that summarizes [topic or keyword].": "Scrivi un riassunto in 50 parole che riassume [argomento o parola chiave].", "Yesterday": "Ieri", - "You": "Tu", "You have no archived conversations.": "Non hai conversazioni archiviate.", "You have shared this chat": "Hai condiviso questa chat", "You're a helpful assistant.": "Sei un assistente utile.", diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json index 7ce750a7d..81be3a547 100644 --- a/src/lib/i18n/locales/ja-JP/translation.json +++ b/src/lib/i18n/locales/ja-JP/translation.json @@ -117,7 +117,6 @@ "Dark": "ダーク", "Dashboard": "", "Database": "データベース", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "", "Default": "デフォルト", "Default (Automatic1111)": "デフォルト (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "一般設定", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "こんにちは、{{name}} さん", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "モデルファイル", "Models": "モデル", "More": "", - "My Documents": "マイ ドキュメント", - "My Modelfiles": "マイ モデルファイル", - "My Prompts": "マイ プロンプト", "Name": "名前", "Name Tag": "名前タグ", "Name your modelfile": "モデルファイルに名前を付ける", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Rosé Pine Dawn", "Save": "保存", "Save & Create": "保存して作成", - "Save & Submit": "保存して送信", "Save & Update": "保存して更新", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "チャットログをブラウザのストレージに直接保存する機能はサポートされなくなりました。下のボタンをクリックして、チャットログをダウンロードして削除してください。ご心配なく。チャットログは、次の方法でバックエンドに簡単に再インポートできます。", "Scan": "スキャン", @@ -379,6 +375,7 @@ "Select a model": "モデルを選択", "Select an Ollama instance": "Ollama インスタンスを選択", "Select model": "", + "Send": "", "Send a Message": "メッセージを送信", "Send message": "メッセージを送信", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "新機能", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "履歴が無効になっている場合、このブラウザでの新しいチャットは、どのデバイスの履歴にも表示されません。", "Whisper (Local)": "Whisper (ローカル)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "プロンプトの提案を書いてください (例: あなたは誰ですか?)", "Write a summary in 50 words that summarizes [topic or keyword].": "[トピックまたはキーワード] を要約する 50 語の概要を書いてください。", "Yesterday": "", - "You": "あなた", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "あなたは役に立つアシスタントです。", diff --git a/src/lib/i18n/locales/ka-GE/translation.json b/src/lib/i18n/locales/ka-GE/translation.json index fb7eaf198..106193db6 100644 --- a/src/lib/i18n/locales/ka-GE/translation.json +++ b/src/lib/i18n/locales/ka-GE/translation.json @@ -117,7 +117,6 @@ "Dark": "მუქი", "Dashboard": "", "Database": "მონაცემთა ბაზა", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "", "Default": "დეფოლტი", "Default (Automatic1111)": "დეფოლტ (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "ზოგადი პარამეტრები", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "გამარჯობა, {{name}}", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "მოდელური ფაილები", "Models": "მოდელები", "More": "", - "My Documents": "ჩემი დოკუმენტები", - "My Modelfiles": "ჩემი მოდელური ფაილები", - "My Prompts": "ჩემი მოთხოვნები", "Name": "სახელი", "Name Tag": "სახელის ტეგი", "Name your modelfile": "თქვენი მოდელური ფაილის სახელი", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "ვარდისფერი ფიჭვის გარიჟრაჟი", "Save": "შენახვა", "Save & Create": "დამახსოვრება და შექმნა", - "Save & Submit": "დამახსოვრება და გაგზავნა", "Save & Update": "დამახსოვრება და განახლება", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "ჩეთის ისტორიის შენახვა პირდაპირ თქვენი ბრაუზერის საცავში აღარ არის მხარდაჭერილი. გთხოვთ, დაუთმოთ და წაშალოთ თქვენი ჩატის ჟურნალები ქვემოთ მოცემულ ღილაკზე დაწკაპუნებით. არ ინერვიულოთ, თქვენ შეგიძლიათ მარტივად ხელახლა შემოიტანოთ თქვენი ჩეთის ისტორია ბექენდში", "Scan": "სკანირება", @@ -379,6 +375,7 @@ "Select a model": "მოდელის არჩევა", "Select an Ollama instance": "", "Select model": "", + "Send": "", "Send a Message": "შეტყობინების გაგზავნა", "Send message": "შეტყობინების გაგზავნა", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "რა არის ახალი", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "როდესაც ისტორია გამორთულია, ახალი ჩეთები ამ ბრაუზერში არ გამოჩნდება თქვენს ისტორიაში არცერთ მოწყობილობაზე.", "Whisper (Local)": "ჩურჩული (ადგილობრივი)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "დაწერეთ მოკლე წინადადება (მაგ. ვინ ხარ?", "Write a summary in 50 words that summarizes [topic or keyword].": "დაწერეთ რეზიუმე 50 სიტყვით, რომელიც აჯამებს [თემას ან საკვანძო სიტყვას].", "Yesterday": "", - "You": "თქვენ", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "თქვენ სასარგებლო ასისტენტი ხართ.", diff --git a/src/lib/i18n/locales/ko-KR/translation.json b/src/lib/i18n/locales/ko-KR/translation.json index bcc625104..e042d69ef 100644 --- a/src/lib/i18n/locales/ko-KR/translation.json +++ b/src/lib/i18n/locales/ko-KR/translation.json @@ -117,7 +117,6 @@ "Dark": "어두운", "Dashboard": "", "Database": "데이터베이스", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "", "Default": "기본값", "Default (Automatic1111)": "기본값 (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "일반 설정", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "안녕하세요, {{name}}", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "모델파일", "Models": "모델", "More": "", - "My Documents": "내 문서", - "My Modelfiles": "내 모델파일", - "My Prompts": "내 프롬프트", "Name": "이름", "Name Tag": "이름 태그", "Name your modelfile": "모델파일 이름 지정", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "로제 파인 던", "Save": "저장", "Save & Create": "저장 및 생성", - "Save & Submit": "저장 및 제출", "Save & Update": "저장 및 업데이트", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "브라우저의 저장소에 채팅 로그를 직접 저장하는 것은 더 이상 지원되지 않습니다. 아래 버튼을 클릭하여 채팅 로그를 다운로드하고 삭제하세요. 걱정 마세요. 백엔드를 통해 채팅 로그를 쉽게 다시 가져올 수 있습니다.", "Scan": "스캔", @@ -379,6 +375,7 @@ "Select a model": "모델 선택", "Select an Ollama instance": "Ollama 인스턴스 선택", "Select model": "", + "Send": "", "Send a Message": "메시지 보내기", "Send message": "메시지 보내기", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "기록 기능이 꺼져 있으면 이 브라우저의 새 채팅이 다른 장치의 채팅 기록에 나타나지 않습니다.", "Whisper (Local)": "위스퍼 (Local)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "프롬프트 제안 작성 (예: 당신은 누구인가요?)", "Write a summary in 50 words that summarizes [topic or keyword].": "[주제 또는 키워드]에 대한 50단어 요약문 작성.", "Yesterday": "", - "You": "당신", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "당신은 유용한 어시스턴트입니다.", diff --git a/src/lib/i18n/locales/nl-NL/translation.json b/src/lib/i18n/locales/nl-NL/translation.json index 93d870d9d..a3c3824e2 100644 --- a/src/lib/i18n/locales/nl-NL/translation.json +++ b/src/lib/i18n/locales/nl-NL/translation.json @@ -117,7 +117,6 @@ "Dark": "Donker", "Dashboard": "", "Database": "Database", - "DD/MM/YYYY HH:mm": "YYYY/MM/DD HH:mm", "December": "", "Default": "Standaard", "Default (Automatic1111)": "Standaard (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "Algemene Instellingen", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "Hallo, {{name}}", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "Modelfiles", "Models": "Modellen", "More": "", - "My Documents": "Mijn Documenten", - "My Modelfiles": "Mijn Modelfiles", - "My Prompts": "Mijn Prompts", "Name": "Naam", "Name Tag": "Naam Tag", "Name your modelfile": "Benoem je modelfile", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Rosé Pine Dawn", "Save": "Opslaan", "Save & Create": "Opslaan & Creëren", - "Save & Submit": "Opslaan & Verzenden", "Save & Update": "Opslaan & Bijwerken", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Chat logs direct opslaan in de opslag van je browser wordt niet langer ondersteund. Neem even de tijd om je chat logs te downloaden en te verwijderen door op de knop hieronder te klikken. Maak je geen zorgen, je kunt je chat logs eenvoudig opnieuw importeren naar de backend via", "Scan": "Scan", @@ -379,6 +375,7 @@ "Select a model": "Selecteer een model", "Select an Ollama instance": "Selecteer een Ollama instantie", "Select model": "", + "Send": "", "Send a Message": "Stuur een Bericht", "Send message": "Stuur bericht", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "Wat is nieuw in", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Wanneer geschiedenis is uitgeschakeld, zullen nieuwe chats op deze browser niet verschijnen in je geschiedenis op een van je apparaten.", "Whisper (Local)": "Fluister (Lokaal)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "Schrijf een prompt suggestie (bijv. Wie ben je?)", "Write a summary in 50 words that summarizes [topic or keyword].": "Schrijf een samenvatting in 50 woorden die [onderwerp of trefwoord] samenvat.", "Yesterday": "", - "You": "Jij", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "Jij bent een behulpzame assistent.", diff --git a/src/lib/i18n/locales/pl-PL/translation.json b/src/lib/i18n/locales/pl-PL/translation.json index 11ad380df..fe570c7ab 100644 --- a/src/lib/i18n/locales/pl-PL/translation.json +++ b/src/lib/i18n/locales/pl-PL/translation.json @@ -117,7 +117,6 @@ "Dark": "Ciemny", "Dashboard": "Dashboard", "Database": "Baza danych", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "Grudzień", "Default": "Domyślny", "Default (Automatic1111)": "Domyślny (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "Ogólne ustawienia", "Generation Info": "Informacja o generacji", "Good Response": "Dobra odpowiedź", + "h:mm a": "", "has no conversations.": "nie ma rozmów.", "Hello, {{name}}": "Witaj, {{name}}", "Help": "Pomoc", @@ -276,9 +276,6 @@ "Modelfiles": "Pliki modeli", "Models": "Modele", "More": "Więcej", - "My Documents": "Moje dokumenty", - "My Modelfiles": "Moje pliki modeli", - "My Prompts": "Moje prompty", "Name": "Nazwa", "Name Tag": "Etykieta nazwy", "Name your modelfile": "Nadaj nazwę swojemu plikowi modelu", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Rosé Pine Dawn", "Save": "Zapisz", "Save & Create": "Zapisz i utwórz", - "Save & Submit": "Zapisz i wyślij", "Save & Update": "Zapisz i zaktualizuj", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Bezpośrednie zapisywanie dzienników czatu w pamięci przeglądarki nie jest już obsługiwane. Prosimy o pobranie i usunięcie dzienników czatu, klikając poniższy przycisk. Nie martw się, możesz łatwo ponownie zaimportować dzienniki czatu do backendu za pomocą", "Scan": "Skanuj", @@ -379,6 +375,7 @@ "Select a model": "Wybierz model", "Select an Ollama instance": "Wybierz instancję Ollama", "Select model": "Wybierz model", + "Send": "", "Send a Message": "Wyślij Wiadomość", "Send message": "Wyślij wiadomość", "September": "Wrzesień", @@ -482,10 +479,10 @@ "What’s New in": "Co nowego w", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Kiedy historia jest wyłączona, nowe czaty na tej przeglądarce nie będą widoczne w historii na żadnym z twoich urządzeń.", "Whisper (Local)": "Whisper (Lokalnie)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "Napisz sugestię do polecenia (np. Kim jesteś?)", "Write a summary in 50 words that summarizes [topic or keyword].": "Napisz podsumowanie w 50 słowach, które podsumowuje [temat lub słowo kluczowe].", "Yesterday": "Wczoraj", - "You": "Ty", "You have no archived conversations.": "Nie masz zarchiwizowanych rozmów.", "You have shared this chat": "Udostępniłeś ten czat", "You're a helpful assistant.": "Jesteś pomocnym asystentem.", diff --git a/src/lib/i18n/locales/pt-BR/translation.json b/src/lib/i18n/locales/pt-BR/translation.json index 9b8d6bcb5..4ad238ff4 100644 --- a/src/lib/i18n/locales/pt-BR/translation.json +++ b/src/lib/i18n/locales/pt-BR/translation.json @@ -117,7 +117,6 @@ "Dark": "Escuro", "Dashboard": "", "Database": "Banco de dados", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "", "Default": "Padrão", "Default (Automatic1111)": "Padrão (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "Configurações Gerais", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "Olá, {{name}}", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "Arquivos de Modelo", "Models": "Modelos", "More": "", - "My Documents": "Meus Documentos", - "My Modelfiles": "Meus Arquivos de Modelo", - "My Prompts": "Meus Prompts", "Name": "Nome", "Name Tag": "Nome da Tag", "Name your modelfile": "Nomeie seu arquivo de modelo", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Rosé Pine Dawn", "Save": "Salvar", "Save & Create": "Salvar e Criar", - "Save & Submit": "Salvar e Enviar", "Save & Update": "Salvar e Atualizar", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Salvar logs de bate-papo diretamente no armazenamento do seu navegador não é mais suportado. Reserve um momento para baixar e excluir seus logs de bate-papo clicando no botão abaixo. Não se preocupe, você pode facilmente reimportar seus logs de bate-papo para o backend através de", "Scan": "Digitalizar", @@ -379,6 +375,7 @@ "Select a model": "Selecione um modelo", "Select an Ollama instance": "Selecione uma instância Ollama", "Select model": "", + "Send": "", "Send a Message": "Enviar uma Mensagem", "Send message": "Enviar mensagem", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "O que há de novo em", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Quando o histórico está desativado, novos bate-papos neste navegador não aparecerão em seu histórico em nenhum dos seus dispositivos.", "Whisper (Local)": "Whisper (Local)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "Escreva uma sugestão de prompt (por exemplo, Quem é você?)", "Write a summary in 50 words that summarizes [topic or keyword].": "Escreva um resumo em 50 palavras que resuma [tópico ou palavra-chave].", "Yesterday": "", - "You": "Você", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "Você é um assistente útil.", diff --git a/src/lib/i18n/locales/pt-PT/translation.json b/src/lib/i18n/locales/pt-PT/translation.json index 115b16b9c..3542e8628 100644 --- a/src/lib/i18n/locales/pt-PT/translation.json +++ b/src/lib/i18n/locales/pt-PT/translation.json @@ -117,7 +117,6 @@ "Dark": "Escuro", "Dashboard": "", "Database": "Banco de dados", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "", "Default": "Padrão", "Default (Automatic1111)": "Padrão (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "Configurações Gerais", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "Olá, {{name}}", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "Arquivos de Modelo", "Models": "Modelos", "More": "", - "My Documents": "Meus Documentos", - "My Modelfiles": "Meus Arquivos de Modelo", - "My Prompts": "Meus Prompts", "Name": "Nome", "Name Tag": "Tag de Nome", "Name your modelfile": "Nomeie seu arquivo de modelo", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Rosé Pine Dawn", "Save": "Salvar", "Save & Create": "Salvar e Criar", - "Save & Submit": "Salvar e Enviar", "Save & Update": "Salvar e Atualizar", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Salvar logs de bate-papo diretamente no armazenamento do seu navegador não é mais suportado. Reserve um momento para baixar e excluir seus logs de bate-papo clicando no botão abaixo. Não se preocupe, você pode facilmente reimportar seus logs de bate-papo para o backend através de", "Scan": "Digitalizar", @@ -379,6 +375,7 @@ "Select a model": "Selecione um modelo", "Select an Ollama instance": "Selecione uma instância Ollama", "Select model": "", + "Send": "", "Send a Message": "Enviar uma Mensagem", "Send message": "Enviar mensagem", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "O que há de novo em", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Quando o histórico está desativado, novos bate-papos neste navegador não aparecerão em seu histórico em nenhum dos seus dispositivos.", "Whisper (Local)": "Whisper (Local)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "Escreva uma sugestão de prompt (por exemplo, Quem é você?)", "Write a summary in 50 words that summarizes [topic or keyword].": "Escreva um resumo em 50 palavras que resuma [tópico ou palavra-chave].", "Yesterday": "", - "You": "Você", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "Você é um assistente útil.", diff --git a/src/lib/i18n/locales/ru-RU/translation.json b/src/lib/i18n/locales/ru-RU/translation.json index 7ba3d95c9..b8b9bfe51 100644 --- a/src/lib/i18n/locales/ru-RU/translation.json +++ b/src/lib/i18n/locales/ru-RU/translation.json @@ -117,7 +117,6 @@ "Dark": "Тёмный", "Dashboard": "", "Database": "База данных", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "", "Default": "По умолчанию", "Default (Automatic1111)": "По умолчанию (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "Общие настройки", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "Привет, {{name}}", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "Файлы моделей", "Models": "Модели", "More": "", - "My Documents": "Мои документы", - "My Modelfiles": "Мои файлы моделей", - "My Prompts": "Мои подсказки", "Name": "Имя", "Name Tag": "Имя тега", "Name your modelfile": "Назовите свой файл модели", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Розовое сосновое дерево рассвет", "Save": "Сохранить", "Save & Create": "Сохранить и создать", - "Save & Submit": "Сохранить и отправить", "Save & Update": "Сохранить и обновить", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Прямое сохранение журналов чата в хранилище вашего браузера больше не поддерживается. Пожалуйста, потратьте минуту, чтобы скачать и удалить ваши журналы чата, нажав на кнопку ниже. Не волнуйтесь, вы легко сможете повторно импортировать свои журналы чата в бэкенд через", "Scan": "Сканировать", @@ -379,6 +375,7 @@ "Select a model": "Выберите модель", "Select an Ollama instance": "Выберите экземпляр Ollama", "Select model": "", + "Send": "", "Send a Message": "Отправить сообщение", "Send message": "Отправить сообщение", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "Что нового в", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Когда история отключена, новые чаты в этом браузере не будут отображаться в вашей истории на любом из ваших устройств.", "Whisper (Local)": "Шепот (локальный)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "Напишите предложение промпта (например, Кто вы?)", "Write a summary in 50 words that summarizes [topic or keyword].": "Напишите резюме в 50 словах, которое кратко описывает [тему или ключевое слово].", "Yesterday": "", - "You": "Вы", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "Вы полезный ассистент.", diff --git a/src/lib/i18n/locales/sv-SE/translation.json b/src/lib/i18n/locales/sv-SE/translation.json index e9da9cd6b..959a39de5 100644 --- a/src/lib/i18n/locales/sv-SE/translation.json +++ b/src/lib/i18n/locales/sv-SE/translation.json @@ -117,7 +117,6 @@ "Dark": "Mörk", "Dashboard": "", "Database": "Databas", - "DD/MM/YYYY HH:mm": "DD/MM/ÅÅÅÅ TT:mm", "December": "", "Default": "Standard", "Default (Automatic1111)": "Standard (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "Allmänna inställningar", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "Hej, {{name}}", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "Modelfiler", "Models": "Modeller", "More": "", - "My Documents": "Mina dokument", - "My Modelfiles": "Mina modelfiler", - "My Prompts": "Mina promptar", "Name": "Namn", "Name Tag": "Namntag", "Name your modelfile": "Namnge din modelfil", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Rosé Pine Dawn", "Save": "Spara", "Save & Create": "Spara och skapa", - "Save & Submit": "Spara och skicka", "Save & Update": "Spara och uppdatera", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Att spara chatloggar direkt till din webbläsares lagring stöds inte längre. Ta en stund och ladda ner och radera dina chattloggar genom att klicka på knappen nedan. Oroa dig inte, du kan enkelt importera dina chattloggar till backend genom", "Scan": "Skanna", @@ -379,6 +375,7 @@ "Select a model": "Välj en modell", "Select an Ollama instance": "Välj en Ollama-instans", "Select model": "", + "Send": "", "Send a Message": "Skicka ett meddelande", "Send message": "Skicka meddelande", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "Vad är nytt i", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "När historiken är avstängd visas inte nya chattar i denna webbläsare i din historik på någon av dina enheter.", "Whisper (Local)": "Whisper (lokal)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "Skriv ett förslag (t.ex. Vem är du?)", "Write a summary in 50 words that summarizes [topic or keyword].": "Skriv en sammanfattning på 50 ord som sammanfattar [ämne eller nyckelord].", "Yesterday": "", - "You": "Du", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "Du är en hjälpsam assistent.", diff --git a/src/lib/i18n/locales/tr-TR/translation.json b/src/lib/i18n/locales/tr-TR/translation.json index 5cab70790..d8b793f15 100644 --- a/src/lib/i18n/locales/tr-TR/translation.json +++ b/src/lib/i18n/locales/tr-TR/translation.json @@ -117,7 +117,6 @@ "Dark": "Koyu", "Dashboard": "Panel", "Database": "Veritabanı", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "Aralık", "Default": "Varsayılan", "Default (Automatic1111)": "Varsayılan (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "Genel Ayarlar", "Generation Info": "Üretim Bilgisi", "Good Response": "İyi Yanıt", + "h:mm a": "", "has no conversations.": "hiç konuşması yok.", "Hello, {{name}}": "Merhaba, {{name}}", "Help": "Yardım", @@ -276,9 +276,6 @@ "Modelfiles": "Model Dosyaları", "Models": "Modeller", "More": "Daha Fazla", - "My Documents": "Belgelerim", - "My Modelfiles": "Model Dosyalarım", - "My Prompts": "Promptlarım", "Name": "Ad", "Name Tag": "Ad Etiketi", "Name your modelfile": "Model dosyanıza ad verin", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Rosé Pine Dawn", "Save": "Kaydet", "Save & Create": "Kaydet ve Oluştur", - "Save & Submit": "Kaydet ve Gönder", "Save & Update": "Kaydet ve Güncelle", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Sohbet kayıtlarının doğrudan tarayıcınızın depolama alanına kaydedilmesi artık desteklenmemektedir. Lütfen aşağıdaki butona tıklayarak sohbet kayıtlarınızı indirmek ve silmek için bir dakikanızı ayırın. Endişelenmeyin, sohbet günlüklerinizi arkayüze kolayca yeniden aktarabilirsiniz:", "Scan": "Tarama", @@ -379,6 +375,7 @@ "Select a model": "Bir model seç", "Select an Ollama instance": "Bir Ollama örneği seçin", "Select model": "Model seç", + "Send": "", "Send a Message": "Bir Mesaj Gönder", "Send message": "Mesaj gönder", "September": "Eylül", @@ -482,10 +479,10 @@ "What’s New in": "Yenilikler:", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Geçmiş kapatıldığında, bu tarayıcıdaki yeni sohbetler hiçbir cihazınızdaki geçmişinizde görünmez.", "Whisper (Local)": "Whisper (Yerel)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "Bir prompt önerisi yazın (örn. Sen kimsin?)", "Write a summary in 50 words that summarizes [topic or keyword].": "[Konuyu veya anahtar kelimeyi] özetleyen 50 kelimelik bir özet yazın.", "Yesterday": "Dün", - "You": "Siz", "You have no archived conversations.": "Arşivlenmiş sohbetleriniz yok.", "You have shared this chat": "Bu sohbeti paylaştınız", "You're a helpful assistant.": "Sen yardımcı bir asistansın.", diff --git a/src/lib/i18n/locales/uk-UA/translation.json b/src/lib/i18n/locales/uk-UA/translation.json index b6aa07823..7a961f399 100644 --- a/src/lib/i18n/locales/uk-UA/translation.json +++ b/src/lib/i18n/locales/uk-UA/translation.json @@ -117,7 +117,6 @@ "Dark": "Темна", "Dashboard": "Панель управління", "Database": "База даних", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "Грудень", "Default": "За замовчуванням", "Default (Automatic1111)": "За замовчуванням (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "Загальні налаштування", "Generation Info": "Інформація про генерацію", "Good Response": "Гарна відповідь", + "h:mm a": "", "has no conversations.": "не має розмов.", "Hello, {{name}}": "Привіт, {{name}}", "Help": "Допоможіть", @@ -276,9 +276,6 @@ "Modelfiles": "Файли моделей", "Models": "Моделі", "More": "Більше", - "My Documents": "Мої документи", - "My Modelfiles": "Мої файли моделей", - "My Prompts": "Мої промти", "Name": "Ім'я", "Name Tag": "Назва тегу", "Name your modelfile": "Назвіть свій файл моделі", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Rosé Pine Dawn", "Save": "Зберегти", "Save & Create": "Зберегти та створити", - "Save & Submit": "Зберегти та надіслати", "Save & Update": "Зберегти та оновити", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Збереження журналів чату безпосередньо в сховище вашого браузера більше не підтримується. Будь ласка, завантажте та видаліть журнали чату, натиснувши кнопку нижче. Не хвилюйтеся, ви можете легко повторно імпортувати журнали чату до бекенду через", "Scan": "Сканування", @@ -379,6 +375,7 @@ "Select a model": "Виберіть модель", "Select an Ollama instance": "Виберіть екземпляр Ollama", "Select model": "Вибрати модель", + "Send": "", "Send a Message": "Надіслати повідомлення", "Send message": "Надіслати повідомлення", "September": "Вересень", @@ -482,10 +479,10 @@ "What’s New in": "Що нового в", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Коли історія вимкнена, нові чати в цьому браузері не будуть відображатися в історії на жодному з ваших пристроїв.", "Whisper (Local)": "Whisper (локально)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "Напишіть промт (напр., Хто ти?)", "Write a summary in 50 words that summarizes [topic or keyword].": "Напишіть стислий зміст у 50 слів, який узагальнює [тема або ключове слово].", "Yesterday": "Вчора", - "You": "Ви", "You have no archived conversations.": "У вас немає архівованих розмов.", "You have shared this chat": "Ви поділилися цим чатом", "You're a helpful assistant.": "Ви корисний асистент.", diff --git a/src/lib/i18n/locales/vi-VN/translation.json b/src/lib/i18n/locales/vi-VN/translation.json index 45146e354..b84ff60be 100644 --- a/src/lib/i18n/locales/vi-VN/translation.json +++ b/src/lib/i18n/locales/vi-VN/translation.json @@ -117,7 +117,6 @@ "Dark": "Tối", "Dashboard": "", "Database": "Cơ sở dữ liệu", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "", "Default": "Mặc định", "Default (Automatic1111)": "Mặc định (Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "Cấu hình chung", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "Xin chào, {{name}}", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "Tệp Mô hình", "Models": "Mô hình", "More": "", - "My Documents": "Tài liệu của tôi", - "My Modelfiles": "Tệp Mô hình của tôi", - "My Prompts": "Các prompt của tôi", "Name": "Tên", "Name Tag": "Tên Thẻ", "Name your modelfile": "Đặt tên cho tệp mô hình của bạn", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Rosé Pine Dawn", "Save": "Lưu", "Save & Create": "Lưu & Tạo", - "Save & Submit": "Lưu & Gửi", "Save & Update": "Lưu & Cập nhật", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "Không còn hỗ trợ lưu trữ lịch sử chat trực tiếp vào bộ nhớ trình duyệt của bạn. Vui lòng dành thời gian để tải xuống và xóa lịch sử chat của bạn bằng cách nhấp vào nút bên dưới. Đừng lo lắng, bạn có thể dễ dàng nhập lại lịch sử chat của mình vào backend thông qua", "Scan": "Quét tài liệu", @@ -379,6 +375,7 @@ "Select a model": "Chọn mô hình", "Select an Ollama instance": "Chọn một thực thể Ollama", "Select model": "", + "Send": "", "Send a Message": "Gửi yêu cầu", "Send message": "Gửi yêu cầu", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "Khi chế độ lịch sử chat đã tắt, các nội dung chat mới trên trình duyệt này sẽ không xuất hiện trên bất kỳ thiết bị nào của bạn.", "Whisper (Local)": "Whisper (Local)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "Hãy viết một prompt (vd: Bạn là ai?)", "Write a summary in 50 words that summarizes [topic or keyword].": "Viết một tóm tắt trong vòng 50 từ cho [chủ đề hoặc từ khóa].", "Yesterday": "", - "You": "Bạn", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "Bạn là một trợ lý hữu ích.", diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index 53f359a0b..e98cca024 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -117,7 +117,6 @@ "Dark": "暗色", "Dashboard": "", "Database": "数据库", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "", "Default": "默认", "Default (Automatic1111)": "默认(Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "通用设置", "Generation Info": "生成信息", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "你好,{{name}}", "Help": "帮助", @@ -276,9 +276,6 @@ "Modelfiles": "模型文件", "Models": "模型", "More": "", - "My Documents": "我的文档", - "My Modelfiles": "我的模型文件", - "My Prompts": "我的提示词", "Name": "名称", "Name Tag": "名称标签", "Name your modelfile": "命名你的模型文件", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "Rosé Pine Dawn", "Save": "保存", "Save & Create": "保存并创建", - "Save & Submit": "保存并提交", "Save & Update": "保存并更新", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "不再支持直接将聊天记录保存到浏览器存储中。请点击下面的按钮下载并删除您的聊天记录。别担心,您可以通过轻松地将聊天记录重新导入到后端", "Scan": "扫描", @@ -379,6 +375,7 @@ "Select a model": "选择一个模型", "Select an Ollama instance": "选择一个 Ollama 实例", "Select model": "", + "Send": "", "Send a Message": "发送消息", "Send message": "发送消息", "September": "", @@ -482,10 +479,10 @@ "What’s New in": "最新变化", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "当历史记录被关闭时,这个浏览器上的新聊天不会出现在你任何设备的历史记录中。", "Whisper (Local)": "Whisper(本地)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "写一个提示建议(例如:你是谁?)", "Write a summary in 50 words that summarizes [topic or keyword].": "用 50 个字写一个总结 [主题或关键词]。", "Yesterday": "", - "You": "你", "You have no archived conversations.": "你没有存档的对话。", "You have shared this chat": "", "You're a helpful assistant.": "你是一个有帮助的助手。", diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json index 3169966dc..cdcc4ceb6 100644 --- a/src/lib/i18n/locales/zh-TW/translation.json +++ b/src/lib/i18n/locales/zh-TW/translation.json @@ -117,7 +117,6 @@ "Dark": "暗色", "Dashboard": "", "Database": "資料庫", - "DD/MM/YYYY HH:mm": "DD/MM/YYYY HH:mm", "December": "", "Default": "預設", "Default (Automatic1111)": "預設(Automatic1111)", @@ -211,6 +210,7 @@ "General Settings": "常用設定", "Generation Info": "", "Good Response": "", + "h:mm a": "", "has no conversations.": "", "Hello, {{name}}": "你好,{{name}}", "Help": "", @@ -276,9 +276,6 @@ "Modelfiles": "Modelfiles", "Models": "模型", "More": "", - "My Documents": "我的文件", - "My Modelfiles": "我的 Modelfiles", - "My Prompts": "我的提示詞", "Name": "名稱", "Name Tag": "名稱標籤", "Name your modelfile": "命名你的 Modelfile", @@ -362,7 +359,6 @@ "Rosé Pine Dawn": "黎明玫瑰松", "Save": "儲存", "Save & Create": "儲存並建立", - "Save & Submit": "儲存並送出", "Save & Update": "儲存並更新", "Saving chat logs directly to your browser's storage is no longer supported. Please take a moment to download and delete your chat logs by clicking the button below. Don't worry, you can easily re-import your chat logs to the backend through": "現已不支援將聊天紀錄儲存到瀏覽器儲存空間中。請點擊下面的按鈕下載並刪除你的聊天記錄。別擔心,你可以通過以下方式輕鬆地重新匯入你的聊天記錄到後台", "Scan": "掃描", @@ -379,6 +375,7 @@ "Select a model": "選擇一個模型", "Select an Ollama instance": "選擇 Ollama 實例", "Select model": "", + "Send": "", "Send a Message": "傳送訊息", "Send message": "傳送訊息", "September": "九月", @@ -482,10 +479,10 @@ "What’s New in": "全新內容", "When history is turned off, new chats on this browser won't appear in your history on any of your devices.": "當歷史被關閉時,這個瀏覽器上的新聊天將不會出現在任何裝置的歷史記錄中。", "Whisper (Local)": "Whisper(本機)", + "Workspace": "", "Write a prompt suggestion (e.g. Who are you?)": "寫一個提示詞建議(例如:你是誰?)", "Write a summary in 50 words that summarizes [topic or keyword].": "寫一個 50 字的摘要來概括 [主題或關鍵詞]。", "Yesterday": "", - "You": "你", "You have no archived conversations.": "", "You have shared this chat": "", "You're a helpful assistant.": "你是一位善於協助他人的助手。",