Commit fbbffc43 authored by SimonOriginal's avatar SimonOriginal
Browse files

Add key adn translation

parent 8dc97358
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
}); });
if (res) { if (res) {
toast.success('Audio settings updated successfully'); toast.success($i18n.t('Audio settings updated successfully'));
config.set(await getBackendConfig()); config.set(await getBackendConfig());
} }
......
...@@ -305,7 +305,7 @@ ...@@ -305,7 +305,7 @@
}, 100); }, 100);
} }
} else { } else {
toast.error('No content to speak'); toast.error($i18n.t('No content to speak'));
} }
} }
}; };
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
"Attach file": "أرفق ملف", "Attach file": "أرفق ملف",
"Attention to detail": "انتبه للتفاصيل", "Attention to detail": "انتبه للتفاصيل",
"Audio": "صوتي", "Audio": "صوتي",
"Audio settings updated successfully": "",
"August": "أغسطس", "August": "أغسطس",
"Auto-playback response": "استجابة التشغيل التلقائي", "Auto-playback response": "استجابة التشغيل التلقائي",
"AUTOMATIC1111 Base URL": "AUTOMATIC1111 الرابط الرئيسي", "AUTOMATIC1111 Base URL": "AUTOMATIC1111 الرابط الرئيسي",
...@@ -360,6 +361,7 @@ ...@@ -360,6 +361,7 @@
"Name your model": "قم بتسمية النموذج الخاص بك", "Name your model": "قم بتسمية النموذج الخاص بك",
"New Chat": "دردشة جديدة", "New Chat": "دردشة جديدة",
"New Password": "كلمة المرور الجديدة", "New Password": "كلمة المرور الجديدة",
"No content to speak": "",
"No documents found": "", "No documents found": "",
"No file selected": "", "No file selected": "",
"No results found": "لا توجد نتايج", "No results found": "لا توجد نتايج",
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
"Attach file": "Прикачване на файл", "Attach file": "Прикачване на файл",
"Attention to detail": "Внимание към детайлите", "Attention to detail": "Внимание към детайлите",
"Audio": "Аудио", "Audio": "Аудио",
"Audio settings updated successfully": "",
"August": "Август", "August": "Август",
"Auto-playback response": "Аувтоматично възпроизвеждане на Отговора", "Auto-playback response": "Аувтоматично възпроизвеждане на Отговора",
"AUTOMATIC1111 Base URL": "AUTOMATIC1111 Базов URL", "AUTOMATIC1111 Base URL": "AUTOMATIC1111 Базов URL",
...@@ -360,6 +361,7 @@ ...@@ -360,6 +361,7 @@
"Name your model": "Дайте име на вашия модел", "Name your model": "Дайте име на вашия модел",
"New Chat": "Нов чат", "New Chat": "Нов чат",
"New Password": "Нова парола", "New Password": "Нова парола",
"No content to speak": "",
"No documents found": "", "No documents found": "",
"No file selected": "", "No file selected": "",
"No results found": "Няма намерени резултати", "No results found": "Няма намерени резултати",
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
"Attach file": "ফাইল যুক্ত করুন", "Attach file": "ফাইল যুক্ত করুন",
"Attention to detail": "বিস্তারিত বিশেষতা", "Attention to detail": "বিস্তারিত বিশেষতা",
"Audio": "অডিও", "Audio": "অডিও",
"Audio settings updated successfully": "",
"August": "আগস্ট", "August": "আগস্ট",
"Auto-playback response": "রেসপন্স অটো-প্লেব্যাক", "Auto-playback response": "রেসপন্স অটো-প্লেব্যাক",
"AUTOMATIC1111 Base URL": "AUTOMATIC1111 বেজ ইউআরএল", "AUTOMATIC1111 Base URL": "AUTOMATIC1111 বেজ ইউআরএল",
...@@ -360,6 +361,7 @@ ...@@ -360,6 +361,7 @@
"Name your model": "আপনার মডেলের নাম দিন", "Name your model": "আপনার মডেলের নাম দিন",
"New Chat": "নতুন চ্যাট", "New Chat": "নতুন চ্যাট",
"New Password": "নতুন পাসওয়ার্ড", "New Password": "নতুন পাসওয়ার্ড",
"No content to speak": "",
"No documents found": "", "No documents found": "",
"No file selected": "", "No file selected": "",
"No results found": "কোন ফলাফল পাওয়া যায়নি", "No results found": "কোন ফলাফল পাওয়া যায়নি",
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
"Attach file": "Adjuntar arxiu", "Attach file": "Adjuntar arxiu",
"Attention to detail": "Atenció al detall", "Attention to detail": "Atenció al detall",
"Audio": "Àudio", "Audio": "Àudio",
"Audio settings updated successfully": "",
"August": "Agost", "August": "Agost",
"Auto-playback response": "Reproduir la resposta automàticament", "Auto-playback response": "Reproduir la resposta automàticament",
"AUTOMATIC1111 Base URL": "URL Base d'AUTOMATIC1111", "AUTOMATIC1111 Base URL": "URL Base d'AUTOMATIC1111",
...@@ -360,6 +361,7 @@ ...@@ -360,6 +361,7 @@
"Name your model": "Posa un nom al teu model", "Name your model": "Posa un nom al teu model",
"New Chat": "Nou xat", "New Chat": "Nou xat",
"New Password": "Nova contrasenya", "New Password": "Nova contrasenya",
"No content to speak": "",
"No documents found": "No s'han trobat documents", "No documents found": "No s'han trobat documents",
"No file selected": "", "No file selected": "",
"No results found": "No s'han trobat resultats", "No results found": "No s'han trobat resultats",
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
"Attach file": "Ilakip ang usa ka file", "Attach file": "Ilakip ang usa ka file",
"Attention to detail": "Pagtagad sa mga detalye", "Attention to detail": "Pagtagad sa mga detalye",
"Audio": "Audio", "Audio": "Audio",
"Audio settings updated successfully": "",
"August": "", "August": "",
"Auto-playback response": "Autoplay nga tubag", "Auto-playback response": "Autoplay nga tubag",
"AUTOMATIC1111 Base URL": "Base URL AUTOMATIC1111", "AUTOMATIC1111 Base URL": "Base URL AUTOMATIC1111",
...@@ -360,6 +361,7 @@ ...@@ -360,6 +361,7 @@
"Name your model": "", "Name your model": "",
"New Chat": "Bag-ong diskusyon", "New Chat": "Bag-ong diskusyon",
"New Password": "Bag-ong Password", "New Password": "Bag-ong Password",
"No content to speak": "",
"No documents found": "", "No documents found": "",
"No file selected": "", "No file selected": "",
"No results found": "", "No results found": "",
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
"Attach file": "Datei anhängen", "Attach file": "Datei anhängen",
"Attention to detail": "Auge fürs Detail", "Attention to detail": "Auge fürs Detail",
"Audio": "Audio", "Audio": "Audio",
"Audio settings updated successfully": "",
"August": "August", "August": "August",
"Auto-playback response": "Automatische Wiedergabe der Antwort", "Auto-playback response": "Automatische Wiedergabe der Antwort",
"AUTOMATIC1111 Base URL": "AUTOMATIC1111 Basis URL", "AUTOMATIC1111 Base URL": "AUTOMATIC1111 Basis URL",
...@@ -360,6 +361,7 @@ ...@@ -360,6 +361,7 @@
"Name your model": "Benennen Sie Ihr Modell", "Name your model": "Benennen Sie Ihr Modell",
"New Chat": "Neuer Chat", "New Chat": "Neuer Chat",
"New Password": "Neues Passwort", "New Password": "Neues Passwort",
"No content to speak": "",
"No documents found": "", "No documents found": "",
"No file selected": "", "No file selected": "",
"No results found": "Keine Ergebnisse gefunden", "No results found": "Keine Ergebnisse gefunden",
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
"Attach file": "Attach file", "Attach file": "Attach file",
"Attention to detail": "", "Attention to detail": "",
"Audio": "Audio", "Audio": "Audio",
"Audio settings updated successfully": "",
"August": "", "August": "",
"Auto-playback response": "Auto-playback response", "Auto-playback response": "Auto-playback response",
"AUTOMATIC1111 Base URL": "AUTOMATIC1111 Base URL", "AUTOMATIC1111 Base URL": "AUTOMATIC1111 Base URL",
...@@ -360,6 +361,7 @@ ...@@ -360,6 +361,7 @@
"Name your model": "", "Name your model": "",
"New Chat": "New Bark", "New Chat": "New Bark",
"New Password": "New Barkword", "New Password": "New Barkword",
"No content to speak": "",
"No documents found": "", "No documents found": "",
"No file selected": "", "No file selected": "",
"No results found": "", "No results found": "",
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
"Attach file": "", "Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "", "Audio": "",
"Audio settings updated successfully": "",
"August": "", "August": "",
"Auto-playback response": "", "Auto-playback response": "",
"AUTOMATIC1111 Base URL": "", "AUTOMATIC1111 Base URL": "",
...@@ -360,6 +361,7 @@ ...@@ -360,6 +361,7 @@
"Name your model": "", "Name your model": "",
"New Chat": "", "New Chat": "",
"New Password": "", "New Password": "",
"No content to speak": "",
"No documents found": "", "No documents found": "",
"No file selected": "", "No file selected": "",
"No results found": "", "No results found": "",
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
"Attach file": "", "Attach file": "",
"Attention to detail": "", "Attention to detail": "",
"Audio": "", "Audio": "",
"Audio settings updated successfully": "",
"August": "", "August": "",
"Auto-playback response": "", "Auto-playback response": "",
"AUTOMATIC1111 Base URL": "", "AUTOMATIC1111 Base URL": "",
...@@ -360,6 +361,7 @@ ...@@ -360,6 +361,7 @@
"Name your model": "", "Name your model": "",
"New Chat": "", "New Chat": "",
"New Password": "", "New Password": "",
"No content to speak": "",
"No documents found": "", "No documents found": "",
"No file selected": "", "No file selected": "",
"No results found": "", "No results found": "",
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
"Attach file": "Adjuntar archivo", "Attach file": "Adjuntar archivo",
"Attention to detail": "Detalle preciso", "Attention to detail": "Detalle preciso",
"Audio": "Audio", "Audio": "Audio",
"Audio settings updated successfully": "",
"August": "Agosto", "August": "Agosto",
"Auto-playback response": "Respuesta de reproducción automática", "Auto-playback response": "Respuesta de reproducción automática",
"AUTOMATIC1111 Base URL": "Dirección URL de AUTOMATIC1111", "AUTOMATIC1111 Base URL": "Dirección URL de AUTOMATIC1111",
...@@ -360,6 +361,7 @@ ...@@ -360,6 +361,7 @@
"Name your model": "Asigne un nombre a su modelo", "Name your model": "Asigne un nombre a su modelo",
"New Chat": "Nuevo Chat", "New Chat": "Nuevo Chat",
"New Password": "Nueva Contraseña", "New Password": "Nueva Contraseña",
"No content to speak": "",
"No documents found": "", "No documents found": "",
"No file selected": "", "No file selected": "",
"No results found": "No se han encontrado resultados", "No results found": "No se han encontrado resultados",
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
"Attach file": "پیوست فایل", "Attach file": "پیوست فایل",
"Attention to detail": "دقیق", "Attention to detail": "دقیق",
"Audio": "صدا", "Audio": "صدا",
"Audio settings updated successfully": "",
"August": "آگوست", "August": "آگوست",
"Auto-playback response": "پخش خودکار پاسخ ", "Auto-playback response": "پخش خودکار پاسخ ",
"AUTOMATIC1111 Base URL": "پایه URL AUTOMATIC1111 ", "AUTOMATIC1111 Base URL": "پایه URL AUTOMATIC1111 ",
...@@ -360,6 +361,7 @@ ...@@ -360,6 +361,7 @@
"Name your model": "نام مدل خود را", "Name your model": "نام مدل خود را",
"New Chat": "گپ جدید", "New Chat": "گپ جدید",
"New Password": "رمز عبور جدید", "New Password": "رمز عبور جدید",
"No content to speak": "",
"No documents found": "", "No documents found": "",
"No file selected": "", "No file selected": "",
"No results found": "نتیجه\u200cای یافت نشد", "No results found": "نتیجه\u200cای یافت نشد",
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
"Attach file": "Liitä tiedosto", "Attach file": "Liitä tiedosto",
"Attention to detail": "Huomio yksityiskohtiin", "Attention to detail": "Huomio yksityiskohtiin",
"Audio": "Ääni", "Audio": "Ääni",
"Audio settings updated successfully": "",
"August": "elokuu", "August": "elokuu",
"Auto-playback response": "Soita vastaus automaattisesti", "Auto-playback response": "Soita vastaus automaattisesti",
"AUTOMATIC1111 Base URL": "AUTOMATIC1111-perus-URL", "AUTOMATIC1111 Base URL": "AUTOMATIC1111-perus-URL",
...@@ -360,6 +361,7 @@ ...@@ -360,6 +361,7 @@
"Name your model": "Mallin nimeäminen", "Name your model": "Mallin nimeäminen",
"New Chat": "Uusi keskustelu", "New Chat": "Uusi keskustelu",
"New Password": "Uusi salasana", "New Password": "Uusi salasana",
"No content to speak": "",
"No documents found": "", "No documents found": "",
"No file selected": "", "No file selected": "",
"No results found": "Ei tuloksia", "No results found": "Ei tuloksia",
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
"Attach file": "Joindre un fichier", "Attach file": "Joindre un fichier",
"Attention to detail": "Attention aux détails", "Attention to detail": "Attention aux détails",
"Audio": "Audio", "Audio": "Audio",
"Audio settings updated successfully": "",
"August": "Août", "August": "Août",
"Auto-playback response": "Réponse en lecture automatique", "Auto-playback response": "Réponse en lecture automatique",
"AUTOMATIC1111 Base URL": "URL de base AUTOMATIC1111", "AUTOMATIC1111 Base URL": "URL de base AUTOMATIC1111",
...@@ -360,6 +361,7 @@ ...@@ -360,6 +361,7 @@
"Name your model": "Nommez votre modèle", "Name your model": "Nommez votre modèle",
"New Chat": "Nouvelle discussion", "New Chat": "Nouvelle discussion",
"New Password": "Nouveau mot de passe", "New Password": "Nouveau mot de passe",
"No content to speak": "",
"No documents found": "", "No documents found": "",
"No file selected": "", "No file selected": "",
"No results found": "Aucun résultat trouvé", "No results found": "Aucun résultat trouvé",
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
"Attach file": "Joindre un fichier", "Attach file": "Joindre un fichier",
"Attention to detail": "Attention aux détails", "Attention to detail": "Attention aux détails",
"Audio": "Audio", "Audio": "Audio",
"Audio settings updated successfully": "",
"August": "Août", "August": "Août",
"Auto-playback response": "Réponse en lecture automatique", "Auto-playback response": "Réponse en lecture automatique",
"AUTOMATIC1111 Base URL": "URL de base AUTOMATIC1111", "AUTOMATIC1111 Base URL": "URL de base AUTOMATIC1111",
...@@ -360,6 +361,7 @@ ...@@ -360,6 +361,7 @@
"Name your model": "Nommez votre modèle", "Name your model": "Nommez votre modèle",
"New Chat": "Nouveau chat", "New Chat": "Nouveau chat",
"New Password": "Nouveau mot de passe", "New Password": "Nouveau mot de passe",
"No content to speak": "",
"No documents found": "", "No documents found": "",
"No file selected": "", "No file selected": "",
"No results found": "Aucun résultat", "No results found": "Aucun résultat",
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
"Attach file": "צרף קובץ", "Attach file": "צרף קובץ",
"Attention to detail": "תשומת לב לפרטים", "Attention to detail": "תשומת לב לפרטים",
"Audio": "אודיו", "Audio": "אודיו",
"Audio settings updated successfully": "",
"August": "אוגוסט", "August": "אוגוסט",
"Auto-playback response": "תגובת השמעה אוטומטית", "Auto-playback response": "תגובת השמעה אוטומטית",
"AUTOMATIC1111 Base URL": "כתובת URL בסיסית של AUTOMATIC1111", "AUTOMATIC1111 Base URL": "כתובת URL בסיסית של AUTOMATIC1111",
...@@ -360,6 +361,7 @@ ...@@ -360,6 +361,7 @@
"Name your model": "תן שם לדגם שלך", "Name your model": "תן שם לדגם שלך",
"New Chat": "צ'אט חדש", "New Chat": "צ'אט חדש",
"New Password": "סיסמה חדשה", "New Password": "סיסמה חדשה",
"No content to speak": "",
"No documents found": "", "No documents found": "",
"No file selected": "", "No file selected": "",
"No results found": "לא נמצאו תוצאות", "No results found": "לא נמצאו תוצאות",
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
"Attach file": "फ़ाइल atta", "Attach file": "फ़ाइल atta",
"Attention to detail": "विस्तार पर ध्यान", "Attention to detail": "विस्तार पर ध्यान",
"Audio": "ऑडियो", "Audio": "ऑडियो",
"Audio settings updated successfully": "",
"August": "अगस्त", "August": "अगस्त",
"Auto-playback response": "ऑटो-प्लेबैक प्रतिक्रिया", "Auto-playback response": "ऑटो-प्लेबैक प्रतिक्रिया",
"AUTOMATIC1111 Base URL": "AUTOMATIC1111 बेस यूआरएल", "AUTOMATIC1111 Base URL": "AUTOMATIC1111 बेस यूआरएल",
...@@ -360,6 +361,7 @@ ...@@ -360,6 +361,7 @@
"Name your model": "अपने मॉडल को नाम दें", "Name your model": "अपने मॉडल को नाम दें",
"New Chat": "नई चैट", "New Chat": "नई चैट",
"New Password": "नया पासवर्ड", "New Password": "नया पासवर्ड",
"No content to speak": "",
"No documents found": "", "No documents found": "",
"No file selected": "", "No file selected": "",
"No results found": "कोई परिणाम नहीं मिला", "No results found": "कोई परिणाम नहीं मिला",
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
"Attach file": "Priloži datoteku", "Attach file": "Priloži datoteku",
"Attention to detail": "Pažnja na detalje", "Attention to detail": "Pažnja na detalje",
"Audio": "Audio", "Audio": "Audio",
"Audio settings updated successfully": "",
"August": "Kolovoz", "August": "Kolovoz",
"Auto-playback response": "Automatska reprodukcija odgovora", "Auto-playback response": "Automatska reprodukcija odgovora",
"AUTOMATIC1111 Base URL": "AUTOMATIC1111 osnovni URL", "AUTOMATIC1111 Base URL": "AUTOMATIC1111 osnovni URL",
...@@ -360,6 +361,7 @@ ...@@ -360,6 +361,7 @@
"Name your model": "Dodijelite naziv modelu", "Name your model": "Dodijelite naziv modelu",
"New Chat": "Novi razgovor", "New Chat": "Novi razgovor",
"New Password": "Nova lozinka", "New Password": "Nova lozinka",
"No content to speak": "",
"No documents found": "Dokumenti nisu pronađeni", "No documents found": "Dokumenti nisu pronađeni",
"No file selected": "", "No file selected": "",
"No results found": "Nema rezultata", "No results found": "Nema rezultata",
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
"Attach file": "Allega file", "Attach file": "Allega file",
"Attention to detail": "Attenzione ai dettagli", "Attention to detail": "Attenzione ai dettagli",
"Audio": "Audio", "Audio": "Audio",
"Audio settings updated successfully": "",
"August": "Agosto", "August": "Agosto",
"Auto-playback response": "Riproduzione automatica della risposta", "Auto-playback response": "Riproduzione automatica della risposta",
"AUTOMATIC1111 Base URL": "URL base AUTOMATIC1111", "AUTOMATIC1111 Base URL": "URL base AUTOMATIC1111",
...@@ -360,6 +361,7 @@ ...@@ -360,6 +361,7 @@
"Name your model": "Assegna un nome al tuo modello", "Name your model": "Assegna un nome al tuo modello",
"New Chat": "Nuova chat", "New Chat": "Nuova chat",
"New Password": "Nuova password", "New Password": "Nuova password",
"No content to speak": "",
"No documents found": "", "No documents found": "",
"No file selected": "", "No file selected": "",
"No results found": "Nessun risultato trovato", "No results found": "Nessun risultato trovato",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment