Browse Source

Add key adn translation

SimonOriginal 10 months ago
parent
commit
fbbffc4386
39 changed files with 76 additions and 2 deletions
  1. 1 1
      src/lib/components/admin/Settings/Audio.svelte
  2. 1 1
      src/lib/components/chat/Messages/ResponseMessage.svelte
  3. 2 0
      src/lib/i18n/locales/ar-BH/translation.json
  4. 2 0
      src/lib/i18n/locales/bg-BG/translation.json
  5. 2 0
      src/lib/i18n/locales/bn-BD/translation.json
  6. 2 0
      src/lib/i18n/locales/ca-ES/translation.json
  7. 2 0
      src/lib/i18n/locales/ceb-PH/translation.json
  8. 2 0
      src/lib/i18n/locales/de-DE/translation.json
  9. 2 0
      src/lib/i18n/locales/dg-DG/translation.json
  10. 2 0
      src/lib/i18n/locales/en-GB/translation.json
  11. 2 0
      src/lib/i18n/locales/en-US/translation.json
  12. 2 0
      src/lib/i18n/locales/es-ES/translation.json
  13. 2 0
      src/lib/i18n/locales/fa-IR/translation.json
  14. 2 0
      src/lib/i18n/locales/fi-FI/translation.json
  15. 2 0
      src/lib/i18n/locales/fr-CA/translation.json
  16. 2 0
      src/lib/i18n/locales/fr-FR/translation.json
  17. 2 0
      src/lib/i18n/locales/he-IL/translation.json
  18. 2 0
      src/lib/i18n/locales/hi-IN/translation.json
  19. 2 0
      src/lib/i18n/locales/hr-HR/translation.json
  20. 2 0
      src/lib/i18n/locales/it-IT/translation.json
  21. 2 0
      src/lib/i18n/locales/ja-JP/translation.json
  22. 2 0
      src/lib/i18n/locales/ka-GE/translation.json
  23. 2 0
      src/lib/i18n/locales/ko-KR/translation.json
  24. 2 0
      src/lib/i18n/locales/lt-LT/translation.json
  25. 2 0
      src/lib/i18n/locales/nb-NO/translation.json
  26. 2 0
      src/lib/i18n/locales/nl-NL/translation.json
  27. 2 0
      src/lib/i18n/locales/pa-IN/translation.json
  28. 2 0
      src/lib/i18n/locales/pl-PL/translation.json
  29. 2 0
      src/lib/i18n/locales/pt-BR/translation.json
  30. 2 0
      src/lib/i18n/locales/pt-PT/translation.json
  31. 2 0
      src/lib/i18n/locales/ru-RU/translation.json
  32. 2 0
      src/lib/i18n/locales/sr-RS/translation.json
  33. 2 0
      src/lib/i18n/locales/sv-SE/translation.json
  34. 2 0
      src/lib/i18n/locales/tk-TW/translation.json
  35. 2 0
      src/lib/i18n/locales/tr-TR/translation.json
  36. 2 0
      src/lib/i18n/locales/uk-UA/translation.json
  37. 2 0
      src/lib/i18n/locales/vi-VN/translation.json
  38. 2 0
      src/lib/i18n/locales/zh-CN/translation.json
  39. 2 0
      src/lib/i18n/locales/zh-TW/translation.json

+ 1 - 1
src/lib/components/admin/Settings/Audio.svelte

@@ -72,7 +72,7 @@
 		});
 
 		if (res) {
-			toast.success('Audio settings updated successfully');
+			toast.success($i18n.t('Audio settings updated successfully'));
 
 			config.set(await getBackendConfig());
 		}

+ 1 - 1
src/lib/components/chat/Messages/ResponseMessage.svelte

@@ -305,7 +305,7 @@
 					}, 100);
 				}
 			} else {
-				toast.error('No content to speak');
+				toast.error($i18n.t('No content to speak'));
 			}
 		}
 	};

+ 2 - 0
src/lib/i18n/locales/ar-BH/translation.json

@@ -62,6 +62,7 @@
 	"Attach file": "أرفق ملف",
 	"Attention to detail": "انتبه للتفاصيل",
 	"Audio": "صوتي",
+	"Audio settings updated successfully": "",
 	"August": "أغسطس",
 	"Auto-playback response": "استجابة التشغيل التلقائي",
 	"AUTOMATIC1111 Base URL": "AUTOMATIC1111 الرابط الرئيسي",
@@ -360,6 +361,7 @@
 	"Name your model": "قم بتسمية النموذج الخاص بك",
 	"New Chat": "دردشة جديدة",
 	"New Password": "كلمة المرور الجديدة",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "لا توجد نتايج",

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

@@ -62,6 +62,7 @@
 	"Attach file": "Прикачване на файл",
 	"Attention to detail": "Внимание към детайлите",
 	"Audio": "Аудио",
+	"Audio settings updated successfully": "",
 	"August": "Август",
 	"Auto-playback response": "Аувтоматично възпроизвеждане на Отговора",
 	"AUTOMATIC1111 Base URL": "AUTOMATIC1111 Базов URL",
@@ -360,6 +361,7 @@
 	"Name your model": "Дайте име на вашия модел",
 	"New Chat": "Нов чат",
 	"New Password": "Нова парола",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "Няма намерени резултати",

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

@@ -62,6 +62,7 @@
 	"Attach file": "ফাইল যুক্ত করুন",
 	"Attention to detail": "বিস্তারিত বিশেষতা",
 	"Audio": "অডিও",
+	"Audio settings updated successfully": "",
 	"August": "আগস্ট",
 	"Auto-playback response": "রেসপন্স অটো-প্লেব্যাক",
 	"AUTOMATIC1111 Base URL": "AUTOMATIC1111 বেজ ইউআরএল",
@@ -360,6 +361,7 @@
 	"Name your model": "আপনার মডেলের নাম দিন",
 	"New Chat": "নতুন চ্যাট",
 	"New Password": "নতুন পাসওয়ার্ড",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "কোন ফলাফল পাওয়া যায়নি",

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

@@ -62,6 +62,7 @@
 	"Attach file": "Adjuntar arxiu",
 	"Attention to detail": "Atenció al detall",
 	"Audio": "Àudio",
+	"Audio settings updated successfully": "",
 	"August": "Agost",
 	"Auto-playback response": "Reproduir la resposta automàticament",
 	"AUTOMATIC1111 Base URL": "URL Base d'AUTOMATIC1111",
@@ -360,6 +361,7 @@
 	"Name your model": "Posa un nom al teu model",
 	"New Chat": "Nou xat",
 	"New Password": "Nova contrasenya",
+	"No content to speak": "",
 	"No documents found": "No s'han trobat documents",
 	"No file selected": "",
 	"No results found": "No s'han trobat resultats",

+ 2 - 0
src/lib/i18n/locales/ceb-PH/translation.json

@@ -62,6 +62,7 @@
 	"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 Base URL": "Base URL AUTOMATIC1111",
@@ -360,6 +361,7 @@
 	"Name your model": "",
 	"New Chat": "Bag-ong diskusyon",
 	"New Password": "Bag-ong Password",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "",

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

@@ -62,6 +62,7 @@
 	"Attach file": "Datei anhängen",
 	"Attention to detail": "Auge fürs Detail",
 	"Audio": "Audio",
+	"Audio settings updated successfully": "",
 	"August": "August",
 	"Auto-playback response": "Automatische Wiedergabe der Antwort",
 	"AUTOMATIC1111 Base URL": "AUTOMATIC1111 Basis URL",
@@ -360,6 +361,7 @@
 	"Name your model": "Benennen Sie Ihr Modell",
 	"New Chat": "Neuer Chat",
 	"New Password": "Neues Passwort",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "Keine Ergebnisse gefunden",

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

@@ -62,6 +62,7 @@
 	"Attach file": "Attach file",
 	"Attention to detail": "",
 	"Audio": "Audio",
+	"Audio settings updated successfully": "",
 	"August": "",
 	"Auto-playback response": "Auto-playback response",
 	"AUTOMATIC1111 Base URL": "AUTOMATIC1111 Base URL",
@@ -360,6 +361,7 @@
 	"Name your model": "",
 	"New Chat": "New Bark",
 	"New Password": "New Barkword",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "",

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

@@ -62,6 +62,7 @@
 	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "",
+	"Audio settings updated successfully": "",
 	"August": "",
 	"Auto-playback response": "",
 	"AUTOMATIC1111 Base URL": "",
@@ -360,6 +361,7 @@
 	"Name your model": "",
 	"New Chat": "",
 	"New Password": "",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "",

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

@@ -62,6 +62,7 @@
 	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "",
+	"Audio settings updated successfully": "",
 	"August": "",
 	"Auto-playback response": "",
 	"AUTOMATIC1111 Base URL": "",
@@ -360,6 +361,7 @@
 	"Name your model": "",
 	"New Chat": "",
 	"New Password": "",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "",

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

@@ -62,6 +62,7 @@
 	"Attach file": "Adjuntar archivo",
 	"Attention to detail": "Detalle preciso",
 	"Audio": "Audio",
+	"Audio settings updated successfully": "",
 	"August": "Agosto",
 	"Auto-playback response": "Respuesta de reproducción automática",
 	"AUTOMATIC1111 Base URL": "Dirección URL de AUTOMATIC1111",
@@ -360,6 +361,7 @@
 	"Name your model": "Asigne un nombre a su modelo",
 	"New Chat": "Nuevo Chat",
 	"New Password": "Nueva Contraseña",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "No se han encontrado resultados",

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

@@ -62,6 +62,7 @@
 	"Attach file": "پیوست فایل",
 	"Attention to detail": "دقیق",
 	"Audio": "صدا",
+	"Audio settings updated successfully": "",
 	"August": "آگوست",
 	"Auto-playback response": "پخش خودکار پاسخ ",
 	"AUTOMATIC1111 Base URL": "پایه URL AUTOMATIC1111 ",
@@ -360,6 +361,7 @@
 	"Name your model": "نام مدل خود را",
 	"New Chat": "گپ جدید",
 	"New Password": "رمز عبور جدید",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "نتیجه\u200cای یافت نشد",

+ 2 - 0
src/lib/i18n/locales/fi-FI/translation.json

@@ -62,6 +62,7 @@
 	"Attach file": "Liitä tiedosto",
 	"Attention to detail": "Huomio yksityiskohtiin",
 	"Audio": "Ääni",
+	"Audio settings updated successfully": "",
 	"August": "elokuu",
 	"Auto-playback response": "Soita vastaus automaattisesti",
 	"AUTOMATIC1111 Base URL": "AUTOMATIC1111-perus-URL",
@@ -360,6 +361,7 @@
 	"Name your model": "Mallin nimeäminen",
 	"New Chat": "Uusi keskustelu",
 	"New Password": "Uusi salasana",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "Ei tuloksia",

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

@@ -62,6 +62,7 @@
 	"Attach file": "Joindre un fichier",
 	"Attention to detail": "Attention aux détails",
 	"Audio": "Audio",
+	"Audio settings updated successfully": "",
 	"August": "Août",
 	"Auto-playback response": "Réponse en lecture automatique",
 	"AUTOMATIC1111 Base URL": "URL de base AUTOMATIC1111",
@@ -360,6 +361,7 @@
 	"Name your model": "Nommez votre modèle",
 	"New Chat": "Nouvelle discussion",
 	"New Password": "Nouveau mot de passe",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "Aucun résultat trouvé",

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

@@ -62,6 +62,7 @@
 	"Attach file": "Joindre un fichier",
 	"Attention to detail": "Attention aux détails",
 	"Audio": "Audio",
+	"Audio settings updated successfully": "",
 	"August": "Août",
 	"Auto-playback response": "Réponse en lecture automatique",
 	"AUTOMATIC1111 Base URL": "URL de base AUTOMATIC1111",
@@ -360,6 +361,7 @@
 	"Name your model": "Nommez votre modèle",
 	"New Chat": "Nouveau chat",
 	"New Password": "Nouveau mot de passe",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "Aucun résultat",

+ 2 - 0
src/lib/i18n/locales/he-IL/translation.json

@@ -62,6 +62,7 @@
 	"Attach file": "צרף קובץ",
 	"Attention to detail": "תשומת לב לפרטים",
 	"Audio": "אודיו",
+	"Audio settings updated successfully": "",
 	"August": "אוגוסט",
 	"Auto-playback response": "תגובת השמעה אוטומטית",
 	"AUTOMATIC1111 Base URL": "כתובת URL בסיסית של AUTOMATIC1111",
@@ -360,6 +361,7 @@
 	"Name your model": "תן שם לדגם שלך",
 	"New Chat": "צ'אט חדש",
 	"New Password": "סיסמה חדשה",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "לא נמצאו תוצאות",

+ 2 - 0
src/lib/i18n/locales/hi-IN/translation.json

@@ -62,6 +62,7 @@
 	"Attach file": "फ़ाइल atta",
 	"Attention to detail": "विस्तार पर ध्यान",
 	"Audio": "ऑडियो",
+	"Audio settings updated successfully": "",
 	"August": "अगस्त",
 	"Auto-playback response": "ऑटो-प्लेबैक प्रतिक्रिया",
 	"AUTOMATIC1111 Base URL": "AUTOMATIC1111 बेस यूआरएल",
@@ -360,6 +361,7 @@
 	"Name your model": "अपने मॉडल को नाम दें",
 	"New Chat": "नई चैट",
 	"New Password": "नया पासवर्ड",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "कोई परिणाम नहीं मिला",

+ 2 - 0
src/lib/i18n/locales/hr-HR/translation.json

@@ -62,6 +62,7 @@
 	"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 Base URL": "AUTOMATIC1111 osnovni URL",
@@ -360,6 +361,7 @@
 	"Name your model": "Dodijelite naziv modelu",
 	"New Chat": "Novi razgovor",
 	"New Password": "Nova lozinka",
+	"No content to speak": "",
 	"No documents found": "Dokumenti nisu pronađeni",
 	"No file selected": "",
 	"No results found": "Nema rezultata",

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

@@ -62,6 +62,7 @@
 	"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 Base URL": "URL base AUTOMATIC1111",
@@ -360,6 +361,7 @@
 	"Name your model": "Assegna un nome al tuo modello",
 	"New Chat": "Nuova chat",
 	"New Password": "Nuova password",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "Nessun risultato trovato",

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

@@ -62,6 +62,7 @@
 	"Attach file": "ファイルを添付する",
 	"Attention to detail": "詳細に注意する",
 	"Audio": "オーディオ",
+	"Audio settings updated successfully": "",
 	"August": "8月",
 	"Auto-playback response": "応答の自動再生",
 	"AUTOMATIC1111 Base URL": "AUTOMATIC1111 ベース URL",
@@ -360,6 +361,7 @@
 	"Name your model": "モデルに名前を付ける",
 	"New Chat": "新しいチャット",
 	"New Password": "新しいパスワード",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "結果が見つかりません",

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

@@ -62,6 +62,7 @@
 	"Attach file": "ფაილის ჩაწერა",
 	"Attention to detail": "დეტალური მიმართვა",
 	"Audio": "ხმოვანი",
+	"Audio settings updated successfully": "",
 	"August": "აგვისტო",
 	"Auto-playback response": "ავტომატური დაკვრის პასუხი",
 	"AUTOMATIC1111 Base URL": "AUTOMATIC1111 საბაზისო მისამართი",
@@ -360,6 +361,7 @@
 	"Name your model": "დაასახელეთ თქვენი მოდელი",
 	"New Chat": "ახალი მიმოწერა",
 	"New Password": "ახალი პაროლი",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "ჩვენ ვერ პოულობით ნაპოვნი ჩაწერები",

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

@@ -62,6 +62,7 @@
 	"Attach file": "파일 첨부",
 	"Attention to detail": "세부 사항에 대한 주의",
 	"Audio": "오디오",
+	"Audio settings updated successfully": "",
 	"August": "8월",
 	"Auto-playback response": "응답 자동 재생",
 	"AUTOMATIC1111 Base URL": "AUTOMATIC1111 기본 URL",
@@ -360,6 +361,7 @@
 	"Name your model": "모델 이름 지정",
 	"New Chat": "새 채팅",
 	"New Password": "새 비밀번호",
+	"No content to speak": "",
 	"No documents found": "문서 없음",
 	"No file selected": "",
 	"No results found": "결과 없음",

+ 2 - 0
src/lib/i18n/locales/lt-LT/translation.json

@@ -62,6 +62,7 @@
 	"Attach file": "Pridėti failą",
 	"Attention to detail": "Dėmesys detalėms",
 	"Audio": "Audio įrašas",
+	"Audio settings updated successfully": "",
 	"August": "Rugpjūtis",
 	"Auto-playback response": "Automatinis atsakymo skaitymas",
 	"AUTOMATIC1111 Base URL": "AUTOMATIC1111 bazės nuoroda",
@@ -360,6 +361,7 @@
 	"Name your model": "",
 	"New Chat": "Naujas pokalbis",
 	"New Password": "Naujas slaptažodis",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "Rezultatų nerasta",

+ 2 - 0
src/lib/i18n/locales/nb-NO/translation.json

@@ -62,6 +62,7 @@
 	"Attach file": "Legg ved fil",
 	"Attention to detail": "Oppmerksomhet på detaljer",
 	"Audio": "Lyd",
+	"Audio settings updated successfully": "",
 	"August": "August",
 	"Auto-playback response": "Automatisk avspilling av svar",
 	"AUTOMATIC1111 Base URL": "AUTOMATIC1111 Grunn-URL",
@@ -360,6 +361,7 @@
 	"Name your model": "Gi modellen din et navn",
 	"New Chat": "Ny chat",
 	"New Password": "Nytt passord",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "Ingen resultater funnet",

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

@@ -62,6 +62,7 @@
 	"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 Base URL": "AUTOMATIC1111 Base URL",
@@ -360,6 +361,7 @@
 	"Name your model": "Geef uw model een naam",
 	"New Chat": "Nieuwe Chat",
 	"New Password": "Nieuw Wachtwoord",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "Geen resultaten gevonden",

+ 2 - 0
src/lib/i18n/locales/pa-IN/translation.json

@@ -62,6 +62,7 @@
 	"Attach file": "ਫਾਈਲ ਜੋੜੋ",
 	"Attention to detail": "ਵੇਰਵੇ 'ਤੇ ਧਿਆਨ",
 	"Audio": "ਆਡੀਓ",
+	"Audio settings updated successfully": "",
 	"August": "ਅਗਸਤ",
 	"Auto-playback response": "ਆਟੋ-ਪਲੇਬੈਕ ਜਵਾਬ",
 	"AUTOMATIC1111 Base URL": "AUTOMATIC1111 ਬੇਸ URL",
@@ -360,6 +361,7 @@
 	"Name your model": "ਆਪਣੇ ਮਾਡਲ ਦਾ ਨਾਮ ਦੱਸੋ",
 	"New Chat": "ਨਵੀਂ ਗੱਲਬਾਤ",
 	"New Password": "ਨਵਾਂ ਪਾਸਵਰਡ",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "ਕੋਈ ਨਤੀਜੇ ਨਹੀਂ ਮਿਲੇ",

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

@@ -62,6 +62,7 @@
 	"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 Base URL": "Podstawowy adres URL AUTOMATIC1111",
@@ -360,6 +361,7 @@
 	"Name your model": "Nazwij swój model",
 	"New Chat": "Nowy czat",
 	"New Password": "Nowe hasło",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "Nie znaleziono rezultatów",

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

@@ -62,6 +62,7 @@
 	"Attach file": "Anexar arquivo",
 	"Attention to detail": "Detalhado",
 	"Audio": "Áudio",
+	"Audio settings updated successfully": "",
 	"August": "Agosto",
 	"Auto-playback response": "Reprodução automática da resposta",
 	"AUTOMATIC1111 Base URL": "URL Base do AUTOMATIC1111",
@@ -360,6 +361,7 @@
 	"Name your model": "Nomeie seu modelo",
 	"New Chat": "Novo Bate-papo",
 	"New Password": "Nova Senha",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "Nenhum resultado encontrado",

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

@@ -62,6 +62,7 @@
 	"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 Base URL": "URL Base do AUTOMATIC1111",
@@ -360,6 +361,7 @@
 	"Name your model": "Atribua um nome ao seu modelo",
 	"New Chat": "Nova Conversa",
 	"New Password": "Nova Senha",
+	"No content to speak": "",
 	"No documents found": "Não foram encontrados documentos",
 	"No file selected": "",
 	"No results found": "Não foram encontrados resultados",

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

@@ -62,6 +62,7 @@
 	"Attach file": "Прикрепить файл",
 	"Attention to detail": "детализированный",
 	"Audio": "Аудио",
+	"Audio settings updated successfully": "",
 	"August": "Август",
 	"Auto-playback response": "Автоматическое воспроизведение ответа",
 	"AUTOMATIC1111 Base URL": "Базовый адрес URL AUTOMATIC1111",
@@ -360,6 +361,7 @@
 	"Name your model": "Присвойте модели имя",
 	"New Chat": "Новый чат",
 	"New Password": "Новый пароль",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "Результатов не найдено",

+ 2 - 0
src/lib/i18n/locales/sr-RS/translation.json

@@ -62,6 +62,7 @@
 	"Attach file": "Приложи датотеку",
 	"Attention to detail": "Пажња на детаље",
 	"Audio": "Звук",
+	"Audio settings updated successfully": "",
 	"August": "Август",
 	"Auto-playback response": "Самостално пуштање одговора",
 	"AUTOMATIC1111 Base URL": "Основна адреса за AUTOMATIC1111",
@@ -360,6 +361,7 @@
 	"Name your model": "Наведи свој модел",
 	"New Chat": "Ново ћаскање",
 	"New Password": "Нова лозинка",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "Нема резултата",

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

@@ -62,6 +62,7 @@
 	"Attach file": "Bifoga fil",
 	"Attention to detail": "Detaljerad uppmärksamhet",
 	"Audio": "Ljud",
+	"Audio settings updated successfully": "",
 	"August": "augusti",
 	"Auto-playback response": "Automatisk uppspelning",
 	"AUTOMATIC1111 Base URL": "AUTOMATIC1111 bas-URL",
@@ -360,6 +361,7 @@
 	"Name your model": "Namnge din modell",
 	"New Chat": "Ny chatt",
 	"New Password": "Nytt lösenord",
+	"No content to speak": "",
 	"No documents found": "Inga dokument hittades",
 	"No file selected": "",
 	"No results found": "Inga resultat hittades",

+ 2 - 0
src/lib/i18n/locales/tk-TW/translation.json

@@ -62,6 +62,7 @@
 	"Attach file": "",
 	"Attention to detail": "",
 	"Audio": "",
+	"Audio settings updated successfully": "",
 	"August": "",
 	"Auto-playback response": "",
 	"AUTOMATIC1111 Base URL": "",
@@ -360,6 +361,7 @@
 	"Name your model": "",
 	"New Chat": "",
 	"New Password": "",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "",

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

@@ -62,6 +62,7 @@
 	"Attach file": "Dosya ekle",
 	"Attention to detail": "Ayrıntılara dikkat",
 	"Audio": "Ses",
+	"Audio settings updated successfully": "",
 	"August": "Ağustos",
 	"Auto-playback response": "Yanıtı otomatik oynatma",
 	"AUTOMATIC1111 Base URL": "AUTOMATIC1111 Temel URL",
@@ -360,6 +361,7 @@
 	"Name your model": "Modelinizi Adlandırın",
 	"New Chat": "Yeni Sohbet",
 	"New Password": "Yeni Parola",
+	"No content to speak": "",
 	"No documents found": "",
 	"No file selected": "",
 	"No results found": "Sonuç bulunamadı",

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

@@ -62,6 +62,7 @@
 	"Attach file": "Прикріпити файл",
 	"Attention to detail": "Увага до деталей",
 	"Audio": "Аудіо",
+	"Audio settings updated successfully": "Налаштування звуку успішно оновлено",
 	"August": "Серпень",
 	"Auto-playback response": "Автоматичне відтворення відповіді",
 	"AUTOMATIC1111 Base URL": "URL-адреса AUTOMATIC1111",
@@ -360,6 +361,7 @@
 	"Name your model": "Назвіть свою модель",
 	"New Chat": "Новий чат",
 	"New Password": "Новий пароль",
+	"No content to speak": "Нема чого говорити",
 	"No documents found": "Документів не знайдено",
 	"No file selected": "Файл не обрано",
 	"No results found": "Не знайдено жодного результату",

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

@@ -62,6 +62,7 @@
 	"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": "",
 	"August": "Tháng 8",
 	"Auto-playback response": "Tự động phát lại phản hồi (Auto-playback)",
 	"AUTOMATIC1111 Base URL": "Đường dẫn kết nối tới AUTOMATIC1111 (Base URL)",
@@ -360,6 +361,7 @@
 	"Name your model": "Tên model",
 	"New Chat": "Tạo chat mới",
 	"New Password": "Mật khẩu mới",
+	"No content to speak": "",
 	"No documents found": "Không tìm thấy tài liệu nào",
 	"No file selected": "",
 	"No results found": "Không tìm thấy kết quả",

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

@@ -62,6 +62,7 @@
 	"Attach file": "添加文件",
 	"Attention to detail": "注重细节",
 	"Audio": "语音",
+	"Audio settings updated successfully": "",
 	"August": "八月",
 	"Auto-playback response": "自动念出回复内容",
 	"AUTOMATIC1111 Base URL": "AUTOMATIC1111 基础地址",
@@ -360,6 +361,7 @@
 	"Name your model": "为您的模型命名",
 	"New Chat": "新对话",
 	"New Password": "新密码",
+	"No content to speak": "",
 	"No documents found": "未找到文档",
 	"No file selected": "",
 	"No results found": "未找到结果",

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

@@ -62,6 +62,7 @@
 	"Attach file": "附加檔案",
 	"Attention to detail": "細節精確",
 	"Audio": "音訊",
+	"Audio settings updated successfully": "",
 	"August": "8 月",
 	"Auto-playback response": "自動播放回答",
 	"AUTOMATIC1111 Base URL": "AUTOMATIC1111 基本 URL",
@@ -360,6 +361,7 @@
 	"Name your model": "請輸入模型名稱",
 	"New Chat": "新增聊天",
 	"New Password": "新密碼",
+	"No content to speak": "",
 	"No documents found": "找不到文件",
 	"No file selected": "",
 	"No results found": "沒有找到結果",