chore: format

This commit is contained in:
Timothy J. Baek 2024-08-26 15:38:42 +02:00
parent a9673c793a
commit 7fa9f381e1
43 changed files with 91 additions and 62 deletions

View File

@ -99,7 +99,9 @@
if (res) {
saveHandler();
getBackendConfig().then(config.set).catch(() => {});
getBackendConfig()
.then(config.set)
.catch(() => {});
}
};
@ -369,9 +371,11 @@
aria-label="Select how to split message text for TTS requests"
bind:value={TTS_SPLIT_ON}
>
{#each Object.values(TTS_RESPONSE_SPLIT) as split}
<option value={split}>{$i18n.t(split.charAt(0).toUpperCase() + split.slice(1))}</option>
{/each}
{#each Object.values(TTS_RESPONSE_SPLIT) as split}
<option value={split}
>{$i18n.t(split.charAt(0).toUpperCase() + split.slice(1))}</option
>
{/each}
</select>
</div>
</div>

View File

@ -67,7 +67,6 @@
"Attach file": "أرفق ملف",
"Attention to detail": "انتبه للتفاصيل",
"Audio": "صوتي",
"Audio settings updated successfully": "",
"August": "أغسطس",
"Auto-playback response": "استجابة التشغيل التلقائي",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "طول السياق",
"Continue Response": "متابعة الرد",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "تم نسخ عنوان URL للدردشة المشتركة إلى الحافظة",
@ -505,6 +505,7 @@
"Reset Vector Storage": "إعادة تعيين تخزين المتجهات",
"Response AutoCopy to Clipboard": "النسخ التلقائي للاستجابة إلى الحافظة",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "منصب",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "Прикачване на файл",
"Attention to detail": "Внимание към детайлите",
"Audio": "Аудио",
"Audio settings updated successfully": "",
"August": "Август",
"Auto-playback response": "Аувтоматично възпроизвеждане на Отговора",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Дължина на Контекста",
"Continue Response": "Продължи отговора",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "Копирана е връзката за чат!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Ресет Vector Storage",
"Response AutoCopy to Clipboard": "Аувтоматично копиране на отговор в клипборда",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "Роля",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "ফাইল যুক্ত করুন",
"Attention to detail": "বিস্তারিত বিশেষতা",
"Audio": "অডিও",
"Audio settings updated successfully": "",
"August": "আগস্ট",
"Auto-playback response": "রেসপন্স অটো-প্লেব্যাক",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "কনটেক্সটের দৈর্ঘ্য",
"Continue Response": "যাচাই করুন",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "শেয়ারকৃত কথা-ব্যবহারের URL ক্লিপবোর্ডে কপি করা হয়েছে!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "ভেক্টর স্টোরেজ রিসেট করুন",
"Response AutoCopy to Clipboard": "রেসপন্সগুলো স্বয়ংক্রিভাবে ক্লিপবোর্ডে কপি হবে",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "পদবি",
"Rosé Pine": "রোজ পাইন",
"Rosé Pine Dawn": "ভোরের রোজ পাইন",

View File

@ -67,7 +67,6 @@
"Attach file": "Adjuntar arxiu",
"Attention to detail": "Atenció al detall",
"Audio": "Àudio",
"Audio settings updated successfully": "Les preferències d'àudio s'han actualitzat correctament",
"August": "Agost",
"Auto-playback response": "Reproduir la resposta automàticament",
"Automatic1111": "Automatic1111",
@ -137,6 +136,7 @@
"Context Length": "Mida del context",
"Continue Response": "Continuar la resposta",
"Continue with {{provider}}": "Continuar amb {{provider}}",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "Controls",
"Copied": "Copiat",
"Copied shared chat URL to clipboard!": "S'ha copiat l'URL compartida al porta-retalls!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Restableix l'emmagatzematge de vectors",
"Response AutoCopy to Clipboard": "Copiar la resposta automàticament al porta-retalls",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de resposta no es poden activar perquè els permisos del lloc web han estat rebutjats. Comprova les preferències del navegador per donar l'accés necessari.",
"Response splitting": "",
"Role": "Rol",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Albada Rosé Pine",

View File

@ -67,7 +67,6 @@
"Attach file": "Ilakip ang usa ka file",
"Attention to detail": "Pagtagad sa mga detalye",
"Audio": "Audio",
"Audio settings updated successfully": "",
"August": "",
"Auto-playback response": "Autoplay nga tubag",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Ang gitas-on sa konteksto",
"Continue Response": "",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "",
@ -505,6 +505,7 @@
"Reset Vector Storage": "I-reset ang pagtipig sa vector",
"Response AutoCopy to Clipboard": "Awtomatikong kopya sa tubag sa clipboard",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "Papel",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Aube Pine Rosé",

View File

@ -67,7 +67,6 @@
"Attach file": "Datei anhängen",
"Attention to detail": "Aufmerksamkeit für Details",
"Audio": "Audio",
"Audio settings updated successfully": "Audioeinstellungen erfolgreich aktualisiert",
"August": "August",
"Auto-playback response": "Antwort automatisch abspielen",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Kontextlänge",
"Continue Response": "Antwort fortsetzen",
"Continue with {{provider}}": "Mit {{provider}} fortfahren",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "Freigabelink in die Zwischenablage kopiert!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Vektorspeicher zurücksetzen",
"Response AutoCopy to Clipboard": "Antwort automatisch in die Zwischenablage kopieren",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Benachrichtigungen können nicht aktiviert werden, da die Website-Berechtigungen abgelehnt wurden. Bitte besuchen Sie Ihre Browser-Einstellungen, um den erforderlichen Zugriff zu gewähren.",
"Response splitting": "",
"Role": "Rolle",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "Attach file",
"Attention to detail": "",
"Audio": "Audio",
"Audio settings updated successfully": "",
"August": "",
"Auto-playback response": "Auto-playback response",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Context Length",
"Continue Response": "",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Reset Vector Storage",
"Response AutoCopy to Clipboard": "Copy Bark Auto Bark",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "Role",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "",
"Attention to detail": "",
"Audio": "",
"Audio settings updated successfully": "",
"August": "",
"Auto-playback response": "",
"Automatic1111": "",
@ -137,8 +136,8 @@
"Context Length": "",
"Continue Response": "",
"Continue with {{provider}}": "",
"Controls": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "",
"Copied to clipboard": "",
@ -456,7 +455,6 @@
"or": "",
"Other": "",
"Password": "",
"Paragraphs": "",
"PDF document (.pdf)": "",
"PDF Extract Images (OCR)": "",
"pending": "",
@ -485,7 +483,6 @@
"Prompts": "",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "",
"Punctuation": "",
"Query Params": "",
"RAG Template": "",
"Read Aloud": "",
@ -507,8 +504,8 @@
"Reset Upload Directory": "",
"Reset Vector Storage": "",
"Response AutoCopy to Clipboard": "",
"Response splitting": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "",
"Rosé Pine": "",
"Rosé Pine Dawn": "",

View File

@ -67,7 +67,6 @@
"Attach file": "",
"Attention to detail": "",
"Audio": "",
"Audio settings updated successfully": "",
"August": "",
"Auto-playback response": "",
"Automatic1111": "",
@ -137,8 +136,8 @@
"Context Length": "",
"Continue Response": "",
"Continue with {{provider}}": "",
"Controls": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "",
"Copied to clipboard": "",
@ -456,7 +455,6 @@
"or": "",
"Other": "",
"Password": "",
"Paragraphs": "",
"PDF document (.pdf)": "",
"PDF Extract Images (OCR)": "",
"pending": "",
@ -485,7 +483,6 @@
"Prompts": "",
"Pull \"{{searchValue}}\" from Ollama.com": "",
"Pull a model from Ollama.com": "",
"Punctuation": "",
"Query Params": "",
"RAG Template": "",
"Read Aloud": "",
@ -507,8 +504,8 @@
"Reset Upload Directory": "",
"Reset Vector Storage": "",
"Response AutoCopy to Clipboard": "",
"Response splitting": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "",
"Rosé Pine": "",
"Rosé Pine Dawn": "",

View File

@ -67,7 +67,6 @@
"Attach file": "Adjuntar archivo",
"Attention to detail": "Detalle preciso",
"Audio": "Audio",
"Audio settings updated successfully": "Opciones de audio actualizadas correctamente",
"August": "Agosto",
"Auto-playback response": "Respuesta de reproducción automática",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Longitud del contexto",
"Continue Response": "Continuar Respuesta",
"Continue with {{provider}}": "Continuar con {{provider}}",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "¡URL de chat compartido copiado al portapapeles!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Restablecer almacenamiento vectorial",
"Response AutoCopy to Clipboard": "Copiar respuesta automáticamente al portapapeles",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Las notificaciones de respuesta no pueden activarse debido a que los permisos del sitio web han sido denegados. Por favor, visite las configuraciones de su navegador para otorgar el acceso necesario.",
"Response splitting": "",
"Role": "Rol",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "پیوست فایل",
"Attention to detail": "دقیق",
"Audio": "صدا",
"Audio settings updated successfully": "",
"August": "آگوست",
"Auto-playback response": "پخش خودکار پاسخ ",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "طول زمینه",
"Continue Response": "ادامه پاسخ",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "URL چت به کلیپ بورد کپی شد!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "بازنشانی ذخیره سازی برداری",
"Response AutoCopy to Clipboard": "کپی خودکار پاسخ به کلیپ بورد",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "نقش",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "Liitä tiedosto",
"Attention to detail": "Huomio yksityiskohtiin",
"Audio": "Ääni",
"Audio settings updated successfully": "",
"August": "elokuu",
"Auto-playback response": "Soita vastaus automaattisesti",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Kontekstin pituus",
"Continue Response": "Jatka vastausta",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "Jaettu keskustelulinkki kopioitu leikepöydälle!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Tyhjennä vektorivarasto",
"Response AutoCopy to Clipboard": "Vastauksen automaattikopiointi leikepöydälle",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "Rooli",
"Rosé Pine": "Rosee-mänty",
"Rosé Pine Dawn": "Aamuinen Rosee-mänty",

View File

@ -67,7 +67,6 @@
"Attach file": "Joindre un document",
"Attention to detail": "Attention aux détails",
"Audio": "Audio",
"Audio settings updated successfully": "Les paramètres audio ont été mis à jour avec succès",
"August": "Août",
"Auto-playback response": "Réponse de lecture automatique",
"Automatic1111": "",
@ -137,8 +136,8 @@
"Context Length": "Longueur du contexte",
"Continue Response": "Continuer la réponse",
"Continue with {{provider}}": "Continuer avec {{provider}}",
"Controls": "Contrôles",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Contrôle comment le texte des messages est divisé pour les demandes de TTS. 'Ponctuation' divise en phrases, 'paragraphes' divise en paragraphes et 'aucun' garde le message comme une seule chaîne.",
"Controls": "Contrôles",
"Copied": "",
"Copied shared chat URL to clipboard!": "URL du chat copiée dans le presse-papiers\u00a0!",
"Copied to clipboard": "",
@ -456,7 +455,6 @@
"or": "ou",
"Other": "Autre",
"Password": "Mot de passe",
"Paragraphs": "Paragraphes",
"PDF document (.pdf)": "Document au format PDF (.pdf)",
"PDF Extract Images (OCR)": "Extraction d'images PDF (OCR)",
"pending": "en attente",
@ -485,7 +483,6 @@
"Prompts": "Prompts",
"Pull \"{{searchValue}}\" from Ollama.com": "Récupérer « {{searchValue}} » depuis Ollama.com",
"Pull a model from Ollama.com": "Télécharger un modèle depuis Ollama.com",
"Punctuation": "Ponctuation",
"Query Params": "Paramètres de requête",
"RAG Template": "Modèle RAG",
"Read Aloud": "Lire à haute voix",
@ -507,8 +504,8 @@
"Reset Upload Directory": "Répertoire de téléchargement réinitialisé",
"Reset Vector Storage": "Réinitialiser le stockage des vecteurs",
"Response AutoCopy to Clipboard": "Copie automatique de la réponse vers le presse-papiers",
"Response splitting": "Fractionnement de la réponse",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de réponse ne peuvent pas être activées car les autorisations du site web ont été refusées. Veuillez visiter les paramètres de votre navigateur pour accorder l'accès nécessaire.",
"Response splitting": "Fractionnement de la réponse",
"Role": "Rôle",
"Rosé Pine": "Pin rosé",
"Rosé Pine Dawn": "Aube de Pin Rosé",

View File

@ -67,7 +67,6 @@
"Attach file": "Joindre un document",
"Attention to detail": "Attention aux détails",
"Audio": "Audio",
"Audio settings updated successfully": "Les paramètres audio ont été mis à jour avec succès",
"August": "Août",
"Auto-playback response": "Réponse de lecture automatique",
"Automatic1111": "Automatic1111",
@ -137,8 +136,8 @@
"Context Length": "Longueur du contexte",
"Continue Response": "Continuer la réponse",
"Continue with {{provider}}": "Continuer avec {{provider}}",
"Controls": "Contrôles",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Contrôle la façon dont le texte des messages est divisé pour les demandes de TTS. 'Ponctuation' divise en phrases, 'paragraphes' divise en paragraphes et 'aucun' garde le message en tant que chaîne unique.",
"Controls": "Contrôles",
"Copied": "Copié",
"Copied shared chat URL to clipboard!": "URL du chat copiée dans le presse-papiers\u00a0!",
"Copied to clipboard": "",
@ -456,7 +455,6 @@
"or": "ou",
"Other": "Autre",
"Password": "Mot de passe",
"Paragraphs": "Paragraphes",
"PDF document (.pdf)": "Document au format PDF (.pdf)",
"PDF Extract Images (OCR)": "Extraction d'images PDF (OCR)",
"pending": "en attente",
@ -485,7 +483,6 @@
"Prompts": "Prompts",
"Pull \"{{searchValue}}\" from Ollama.com": "Récupérer « {{searchValue}} » depuis Ollama.com",
"Pull a model from Ollama.com": "Télécharger un modèle depuis Ollama.com",
"Punctuation": "Ponctuation",
"Query Params": "Paramètres de requête",
"RAG Template": "Modèle RAG",
"Read Aloud": "Lire à haute voix",
@ -507,8 +504,8 @@
"Reset Upload Directory": "Répertoire de téléchargement réinitialisé",
"Reset Vector Storage": "Réinitialiser le stockage des vecteurs",
"Response AutoCopy to Clipboard": "Copie automatique de la réponse vers le presse-papiers",
"Response splitting": "Fractionnement de la réponse",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Les notifications de réponse ne peuvent pas être activées car les autorisations du site web ont été refusées. Veuillez visiter les paramètres de votre navigateur pour accorder l'accès nécessaire.",
"Response splitting": "Fractionnement de la réponse",
"Role": "Rôle",
"Rosé Pine": "Pin rosé",
"Rosé Pine Dawn": "Aube de Pin Rosé",

View File

@ -67,7 +67,6 @@
"Attach file": "צרף קובץ",
"Attention to detail": "תשומת לב לפרטים",
"Audio": "אודיו",
"Audio settings updated successfully": "",
"August": "אוגוסט",
"Auto-playback response": "תגובת השמעה אוטומטית",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "אורך הקשר",
"Continue Response": "המשך תגובה",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "העתקת כתובת URL של צ'אט משותף ללוח!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "איפוס אחסון וקטורים",
"Response AutoCopy to Clipboard": "העתקה אוטומטית של תגובה ללוח",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "תפקיד",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "फ़ाइल atta",
"Attention to detail": "विस्तार पर ध्यान",
"Audio": "ऑडियो",
"Audio settings updated successfully": "",
"August": "अगस्त",
"Auto-playback response": "ऑटो-प्लेबैक प्रतिक्रिया",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "प्रसंग की लंबाई",
"Continue Response": "प्रतिक्रिया जारी रखें",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "साझा चैट URL को क्लिपबोर्ड पर कॉपी किया गया!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "वेक्टर संग्रहण रीसेट करें",
"Response AutoCopy to Clipboard": "क्लिपबोर्ड पर प्रतिक्रिया ऑटोकॉपी",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "भूमिका",
"Rosé Pine": "रोसे पिन",
"Rosé Pine Dawn": "रोसे पिन डेन",

View File

@ -67,7 +67,6 @@
"Attach file": "Priloži datoteku",
"Attention to detail": "Pažnja na detalje",
"Audio": "Audio",
"Audio settings updated successfully": "",
"August": "Kolovoz",
"Auto-playback response": "Automatska reprodukcija odgovora",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Dužina konteksta",
"Continue Response": "Nastavi odgovor",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "URL dijeljenog razgovora kopiran u međuspremnik!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Resetiraj pohranu vektora",
"Response AutoCopy to Clipboard": "Automatsko kopiranje odgovora u međuspremnik",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "Uloga",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "Lampirkan file",
"Attention to detail": "Perhatian terhadap detail",
"Audio": "Audio",
"Audio settings updated successfully": "Pengaturan audio berhasil diperbarui",
"August": "Agustus",
"Auto-playback response": "Respons pemutaran otomatis",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Panjang Konteks",
"Continue Response": "Lanjutkan Tanggapan",
"Continue with {{provider}}": "Lanjutkan dengan {{penyedia}}",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "Menyalin URL obrolan bersama ke papan klip!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Setel Ulang Penyimpanan Vektor",
"Response AutoCopy to Clipboard": "Tanggapan Salin Otomatis ke Papan Klip",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Notifikasi respons tidak dapat diaktifkan karena izin situs web telah ditolak. Silakan kunjungi pengaturan browser Anda untuk memberikan akses yang diperlukan.",
"Response splitting": "",
"Role": "Peran",
"Rosé Pine": "Pinus Rosé",
"Rosé Pine Dawn": "Rosé Pine Fajar",

View File

@ -67,7 +67,6 @@
"Attach file": "Allega file",
"Attention to detail": "Attenzione ai dettagli",
"Audio": "Audio",
"Audio settings updated successfully": "",
"August": "Agosto",
"Auto-playback response": "Riproduzione automatica della risposta",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Lunghezza contesto",
"Continue Response": "Continua risposta",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "URL della chat condivisa copiato negli appunti!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Reimposta archivio vettoriale",
"Response AutoCopy to Clipboard": "Copia automatica della risposta negli appunti",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "Ruolo",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "ファイルを添付する",
"Attention to detail": "詳細に注意する",
"Audio": "オーディオ",
"Audio settings updated successfully": "",
"August": "8月",
"Auto-playback response": "応答の自動再生",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "コンテキストの長さ",
"Continue Response": "続きの応答",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "共有チャットURLをクリップボードにコピーしました",
@ -505,6 +505,7 @@
"Reset Vector Storage": "ベクトルストレージをリセット",
"Response AutoCopy to Clipboard": "クリップボードへの応答の自動コピー",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "役割",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "ფაილის ჩაწერა",
"Attention to detail": "დეტალური მიმართვა",
"Audio": "ხმოვანი",
"Audio settings updated successfully": "",
"August": "აგვისტო",
"Auto-playback response": "ავტომატური დაკვრის პასუხი",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "კონტექსტის სიგრძე",
"Continue Response": "პასუხის გაგრძელება",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "ყავს ჩათის URL-ი კლიპბორდში!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "ვექტორული მეხსიერების გადატვირთვა",
"Response AutoCopy to Clipboard": "პასუხის ავტომატური კოპირება ბუფერში",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "როლი",
"Rosé Pine": "ვარდისფერი ფიჭვის ხე",
"Rosé Pine Dawn": "ვარდისფერი ფიჭვის გარიჟრაჟი",

View File

@ -67,7 +67,6 @@
"Attach file": "파일 첨부",
"Attention to detail": "세부 사항에 대한 주의",
"Audio": "오디오",
"Audio settings updated successfully": "",
"August": "8월",
"Auto-playback response": "응답 자동 재생",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "내용 길이",
"Continue Response": "대화 계속",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "공유 채팅 URL이 클립보드에 복사되었습니다!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "벡터 스토리지 초기화",
"Response AutoCopy to Clipboard": "응답을 클립보드에 자동 복사",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "역할",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "Pridėti failą",
"Attention to detail": "Dėmesys detalėms",
"Audio": "Audio įrašas",
"Audio settings updated successfully": "Audio nustatymai sėkmingai išsaugoti",
"August": "Rugpjūtis",
"Auto-playback response": "Automatinis atsakymo skaitymas",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Konteksto ilgis",
"Continue Response": "Tęsti atsakymą",
"Continue with {{provider}}": "Tęstti su {{tiekėju}}",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "Valdymas",
"Copied": "Nukopijuota",
"Copied shared chat URL to clipboard!": "Nukopijavote pokalbio nuorodą",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Reinicializuoti vektorių atmintį",
"Response AutoCopy to Clipboard": "Automatiškai nukopijuoti atsakymą",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Naršyklė neleidžia siųsti pranešimų",
"Response splitting": "",
"Role": "Rolė",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "Kepilkan Fail",
"Attention to detail": "Perincian",
"Audio": "Audio",
"Audio settings updated successfully": "Tetapan audio berjaya dikemas kini",
"August": "Ogos",
"Auto-playback response": "Main semula respons secara automatik",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Panjang Konteks",
"Continue Response": "Teruskan Respons",
"Continue with {{provider}}": "Teruskan dengan {{provider}}",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "Kawalan",
"Copied": "Disalin",
"Copied shared chat URL to clipboard!": "Menyalin URL sembang kongsi ke papan klip",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Tetapkan Semula Storan Vektor",
"Response AutoCopy to Clipboard": "Salin Response secara Automatik ke Papan Klip",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Pemberitahuan respons tidak boleh diaktifkan kerana kebenaran tapak web tidak diberi. Sila lawati tetapan pelayar web anda untuk memberikan akses yang diperlukan.",
"Response splitting": "",
"Role": "Peranan",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "Legg ved fil",
"Attention to detail": "Sans for detaljer",
"Audio": "Lyd",
"Audio settings updated successfully": "Lydinnstillingene ble oppdatert",
"August": "august",
"Auto-playback response": "Automatisk avspilling av svar",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Kontekstlengde",
"Continue Response": "Fortsett svar",
"Continue with {{provider}}": "Fortsett med {{provider}}",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "Kontroller",
"Copied": "",
"Copied shared chat URL to clipboard!": "Kopiert delt chat-URL til utklippstavlen!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Tilbakestill vektorlagring",
"Response AutoCopy to Clipboard": "Respons auto-kopi til utklippstavle",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Respons-varsler kan ikke aktiveres da nettstedsrettighetene er nektet. Vennligst se nettleserinnstillingene dine for å gi nødvendig tilgang.",
"Response splitting": "",
"Role": "Rolle",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "Voeg een bestand toe",
"Attention to detail": "Attention to detail",
"Audio": "Audio",
"Audio settings updated successfully": "",
"August": "Augustus",
"Auto-playback response": "Automatisch afspelen van antwoord",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Context Lengte",
"Continue Response": "Doorgaan met Antwoord",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "URL van gedeelde gesprekspagina gekopieerd naar klembord!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Reset Vector Opslag",
"Response AutoCopy to Clipboard": "Antwoord Automatisch Kopiëren naar Klembord",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "Rol",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "ਫਾਈਲ ਜੋੜੋ",
"Attention to detail": "ਵੇਰਵੇ 'ਤੇ ਧਿਆਨ",
"Audio": "ਆਡੀਓ",
"Audio settings updated successfully": "",
"August": "ਅਗਸਤ",
"Auto-playback response": "ਆਟੋ-ਪਲੇਬੈਕ ਜਵਾਬ",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "ਸੰਦਰਭ ਲੰਬਾਈ",
"Continue Response": "ਜਵਾਬ ਜਾਰੀ ਰੱਖੋ",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "ਸਾਂਝੇ ਕੀਤੇ ਗੱਲਬਾਤ URL ਨੂੰ ਕਲਿੱਪਬੋਰਡ 'ਤੇ ਕਾਪੀ ਕਰ ਦਿੱਤਾ!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "ਵੈਕਟਰ ਸਟੋਰੇਜ ਨੂੰ ਰੀਸੈਟ ਕਰੋ",
"Response AutoCopy to Clipboard": "ਜਵਾਬ ਆਟੋ ਕਾਪੀ ਕਲਿੱਪਬੋਰਡ 'ਤੇ",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "ਭੂਮਿਕਾ",
"Rosé Pine": "ਰੋਜ਼ ਪਾਈਨ",
"Rosé Pine Dawn": "ਰੋਜ਼ ਪਾਈਨ ਡਾਨ",

View File

@ -67,7 +67,6 @@
"Attach file": "Dołącz plik",
"Attention to detail": "Dbałość o szczegóły",
"Audio": "Dźwięk",
"Audio settings updated successfully": "",
"August": "Sierpień",
"Auto-playback response": "Odtwarzanie automatyczne odpowiedzi",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Długość kontekstu",
"Continue Response": "Kontynuuj odpowiedź",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "Skopiowano URL czatu do schowka!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Resetuj przechowywanie wektorów",
"Response AutoCopy to Clipboard": "Automatyczne kopiowanie odpowiedzi do schowka",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "Rola",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "Anexar arquivo",
"Attention to detail": "Atenção aos detalhes",
"Audio": "Áudio",
"Audio settings updated successfully": "Configurações de áudio atualizadas com sucesso",
"August": "Agosto",
"Auto-playback response": "Resposta de reprodução automática",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Context Length",
"Continue Response": "Continuar Resposta",
"Continue with {{provider}}": "Continuar com {{provider}}",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "Controles",
"Copied": "",
"Copied shared chat URL to clipboard!": "URL de chat compartilhado copiado para a área de transferência!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Redefinir Armazenamento de Vetores",
"Response AutoCopy to Clipboard": "Cópia Automática da Resposta para a Área de Transferência",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Notificações de resposta não podem ser ativadas pois as permissões do site foram negadas. Por favor, visite as configurações do seu navegador para conceder o acesso necessário.",
"Response splitting": "",
"Role": "Função",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "Anexar ficheiro",
"Attention to detail": "Detalhado",
"Audio": "Áudio",
"Audio settings updated successfully": "",
"August": "Agosto",
"Auto-playback response": "Reprodução automática da resposta",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Comprimento do Contexto",
"Continue Response": "Continuar resposta",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "URL de Conversa partilhado copiada com sucesso!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Redefinir Armazenamento de Vetor",
"Response AutoCopy to Clipboard": "Cópia Automática da Resposta para a Área de Transferência",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "Função",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "Atașează fișier",
"Attention to detail": "Atenție la detalii",
"Audio": "Audio",
"Audio settings updated successfully": "Setările audio au fost actualizate cu succes",
"August": "August",
"Auto-playback response": "Redare automată a răspunsului",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Lungime Context",
"Continue Response": "Continuă Răspunsul",
"Continue with {{provider}}": "Continuă cu {{provider}}",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "Controale",
"Copied": "",
"Copied shared chat URL to clipboard!": "URL-ul conversației partajate a fost copiat în clipboard!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Resetează Stocarea Vectorilor",
"Response AutoCopy to Clipboard": "Copiere Automată a Răspunsului în Clipboard",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Notificările de răspuns nu pot fi activate deoarece permisiunile site-ului au fost refuzate. Vă rugăm să vizitați setările browserului pentru a acorda accesul necesar.",
"Response splitting": "",
"Role": "Rol",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "Прикрепить файл",
"Attention to detail": "Внимание к деталям",
"Audio": "Аудио",
"Audio settings updated successfully": "Настройки звука успешно обновлены",
"August": "Август",
"Auto-playback response": "Автоматическое воспроизведение ответа",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Длина контекста",
"Continue Response": "Продолжить ответ",
"Continue with {{provider}}": "Продолжить с {{provider}}",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "Управление",
"Copied": "Скопировано",
"Copied shared chat URL to clipboard!": "Копирование в буфер обмена выполнено успешно!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Сбросить векторное хранилище",
"Response AutoCopy to Clipboard": "Автоматическое копирование ответа в буфер обмена",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Уведомления об ответах не могут быть активированы, поскольку доступ к веб-сайту был заблокирован. Пожалуйста, перейдите к настройкам своего браузера, чтобы предоставить необходимый доступ.",
"Response splitting": "",
"Role": "Роль",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "Приложи датотеку",
"Attention to detail": "Пажња на детаље",
"Audio": "Звук",
"Audio settings updated successfully": "",
"August": "Август",
"Auto-playback response": "Самостално пуштање одговора",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Дужина контекста",
"Continue Response": "Настави одговор",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "Адреса дељеног ћаскања ископирана у оставу!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Ресетуј складиште вектора",
"Response AutoCopy to Clipboard": "Самостално копирање одговора у оставу",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "Улога",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "Bifoga fil",
"Attention to detail": "Detaljerad uppmärksamhet",
"Audio": "Ljud",
"Audio settings updated successfully": "",
"August": "augusti",
"Auto-playback response": "Automatisk uppspelning",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Kontextlängd",
"Continue Response": "Fortsätt svar",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "Kopierad delad chatt-URL till urklipp!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Återställ vektorlager",
"Response AutoCopy to Clipboard": "Svara AutoCopy till urklipp",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "Roll",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "แนบไฟล์",
"Attention to detail": "ใส่ใจในรายละเอียด",
"Audio": "เสียง",
"Audio settings updated successfully": "อัปเดตการตั้งค่าเสียงสำเร็จแล้ว",
"August": "สิงหาคม",
"Auto-playback response": "ตอบสนองการเล่นอัตโนมัติ",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "ความยาวของบริบท",
"Continue Response": "ตอบสนองต่อไป",
"Continue with {{provider}}": "ดำเนินการต่อด้วย {{provider}}",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "การควบคุม",
"Copied": "",
"Copied shared chat URL to clipboard!": "คัดลอก URL แชทที่แชร์ไปยังคลิปบอร์ดแล้ว!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "รีเซ็ตการจัดเก็บเวกเตอร์",
"Response AutoCopy to Clipboard": "ตอบสนองการคัดลอกอัตโนมัติไปยังคลิปบอร์ด",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "ไม่สามารถเปิดการแจ้งเตือนการตอบสนองได้เนื่องจากเว็บไซต์ปฏิเสธ กรุณาเข้าการตั้งค่าเบราว์เซอร์ของคุณเพื่อให้สิทธิ์การเข้าถึงที่จำเป็น",
"Response splitting": "",
"Role": "บทบาท",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "",
"Attention to detail": "",
"Audio": "",
"Audio settings updated successfully": "",
"August": "",
"Auto-playback response": "",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "",
"Continue Response": "",
"Continue with {{provider}}": "",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "",
@ -505,6 +505,7 @@
"Reset Vector Storage": "",
"Response AutoCopy to Clipboard": "",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "",
"Response splitting": "",
"Role": "",
"Rosé Pine": "",
"Rosé Pine Dawn": "",

View File

@ -67,7 +67,6 @@
"Attach file": "Dosya ekle",
"Attention to detail": "Ayrıntılara dikkat",
"Audio": "Ses",
"Audio settings updated successfully": "Ses ayarları başarıyla güncellendi",
"August": "Ağustos",
"Auto-playback response": "Yanıtı otomatik oynatma",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Bağlam Uzunluğu",
"Continue Response": "Yanıta Devam Et",
"Continue with {{provider}}": "{{provider}} ile devam et",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "",
"Copied shared chat URL to clipboard!": "Paylaşılan sohbet URL'si panoya kopyalandı!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Vektör Depolamayı Sıfırla",
"Response AutoCopy to Clipboard": "Yanıtı Panoya Otomatik Kopyala",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Web sitesi izinleri reddedildiğinden yanıt bildirimleri etkinleştirilemiyor. Gerekli erişimi sağlamak için lütfen tarayıcı ayarlarınızı ziyaret edin.",
"Response splitting": "",
"Role": "Rol",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "Прикріпити файл",
"Attention to detail": "Увага до деталей",
"Audio": "Аудіо",
"Audio settings updated successfully": "Налаштування звуку успішно оновлено",
"August": "Серпень",
"Auto-playback response": "Автоматичне відтворення відповіді",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Довжина контексту",
"Continue Response": "Продовжити відповідь",
"Continue with {{provider}}": "Продовжити з {{provider}}",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "Керування",
"Copied": "Скопійовано",
"Copied shared chat URL to clipboard!": "Скопійовано URL-адресу спільного чату в буфер обміну!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Скинути векторне сховище",
"Response AutoCopy to Clipboard": "Автокопіювання відповіді в буфер обміну",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Сповіщення про відповіді не можуть бути активовані, оскільки вам було відмовлено в доступі до веб-сайту. Будь ласка, відвідайте налаштування вашого браузера, щоб надати необхідний доступ.",
"Response splitting": "",
"Role": "Роль",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "Đính kèm file",
"Attention to detail": "Có sự chú ý đến chi tiết của vấn đề",
"Audio": "Âm thanh",
"Audio settings updated successfully": "Đã cập nhật cài đặt âm thanh thành công",
"August": "Tháng 8",
"Auto-playback response": "Tự động phát lại phản hồi (Auto-playback)",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "Độ dài ngữ cảnh (Context Length)",
"Continue Response": "Tiếp tục trả lời",
"Continue with {{provider}}": "Tiếp tục với {{provider}}",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "",
"Copied": "Đã sao chép",
"Copied shared chat URL to clipboard!": "Đã sao chép link chia sẻ trò chuyện vào clipboard!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "Cài đặt lại Vector Storage",
"Response AutoCopy to Clipboard": "Tự động Sao chép Phản hồi vào clipboard",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Không thể kích hoạt thông báo vì trang web không cấp quyền. Vui lòng truy cập cài đặt trình duyệt của bạn để cấp quyền cần thiết.",
"Response splitting": "",
"Role": "Vai trò",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "添加文件",
"Attention to detail": "注重细节",
"Audio": "语音",
"Audio settings updated successfully": "语音设置更新成功",
"August": "八月",
"Auto-playback response": "自动念出回复内容",
"Automatic1111": "Automatic1111",
@ -137,6 +136,7 @@
"Context Length": "上下文长度",
"Continue Response": "继续生成",
"Continue with {{provider}}": "使用 {{provider}} 继续",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "对话高级设置",
"Copied": "已复制",
"Copied shared chat URL to clipboard!": "已复制此对话分享链接至剪贴板!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "重置向量存储",
"Response AutoCopy to Clipboard": "自动复制回复到剪贴板",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "无法激活回复时发送通知。请检查浏览器设置,并授予必要的访问权限。",
"Response splitting": "",
"Role": "权限组",
"Rosé Pine": "Rosé Pine",
"Rosé Pine Dawn": "Rosé Pine Dawn",

View File

@ -67,7 +67,6 @@
"Attach file": "附加檔案",
"Attention to detail": "注重細節",
"Audio": "音訊",
"Audio settings updated successfully": "成功更新音訊設定",
"August": "8 月",
"Auto-playback response": "自動播放回應",
"Automatic1111": "",
@ -137,6 +136,7 @@
"Context Length": "上下文長度",
"Continue Response": "繼續回應",
"Continue with {{provider}}": "使用 {{provider}} 繼續",
"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
"Controls": "控制項",
"Copied": "",
"Copied shared chat URL to clipboard!": "已複製共用對話 URL 到剪貼簿!",
@ -505,6 +505,7 @@
"Reset Vector Storage": "重設向量儲存空間",
"Response AutoCopy to Clipboard": "自動將回應複製到剪貼簿",
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "無法啟用回應通知,因為網站權限已遭拒。請前往瀏覽器設定以授予必要存取權限。",
"Response splitting": "",
"Role": "角色",
"Rosé Pine": "玫瑰松",
"Rosé Pine Dawn": "黎明玫瑰松",

View File

@ -11,5 +11,5 @@ export type Banner = {
export enum TTS_RESPONSE_SPLIT {
PUNCTUATION = 'punctuation',
PARAGRAPHS = 'paragraphs',
NONE = 'none',
NONE = 'none'
}